@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bg.jpg?t=20150728);
	height: auto;
	background-repeat: repeat;
	background-size: 30px 30px;
	-webkit-text-size-adjust: 100%!important ;
	}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

ul li{
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	margin: 0 auto;
}

.content {
	padding: 20px 0 140px;
	max-width: 690px;
	margin: 0 auto;
	box-sizing: border-box;
}

header, section, footer, aside, article, figure {
	display: block;
}

.headline {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 4px #000000;
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 10px;
	background: url("../images/img_bgmark_logo.png?t=20150728") no-repeat 2% center, rgb(2,41,88); /* Old browsers */
	background: url("../images/img_bgmark_logo.png?t=20150728") no-repeat 2% center, -moz-linear-gradient(top,  rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* FF3.6+ */
	background: url("../images/img_bgmark_logo.png?t=20150728") no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,41,88,1)), color-stop(87%,rgba(9,77,157,1)), color-stop(100%,rgba(9,77,157,1))); /* 	Chrome,Safari4+ */
	background: url("../images/img_bgmark_logo.png?t=20150728") no-repeat 2% center, -webkit-linear-gradient(top,  rgba(2,41,88,1) 0%,rgba(9,77,157,1) 87%,rgba(9,77,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../images/img_bgmark_logo.png?t=20150728") no-repeat 2% center, -o-linear-gradient(top,  rgba(2,41,88,1) 0%,rgba(9,77,157,1) 87%,rgba(9,77,157,1) 100%); /* Opera 11.10+ */
	background: url("../images/img_bgmark_logo.png?t=20150728") no-repeat 2% center, -ms-linear-gradient(top,  rgba(2,41,88,1) 0%,rgba(9,77,157,1) 87%,rgba(9,77,157,1) 100%); /* IE10+ */
	background: url("../images/img_bgmark_logo.png?t=20150728") no-repeat 2% center, linear-gradient(to bottom,  rgba(2,41,88,1) 0%,rgba(9,77,157,1) 87%,rgba(9,77,157,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022958', endColorstr='#094d9d',GradientType=0 ); /* IE6-9 */
	width: 97%;
	margin: 10px auto 0;
	padding-right: 10px;
	box-sizing: border-box;
}

.notice {
	color: #FF0057;
	font-weight: bold;
}

.notice1 {
	color: #02509F;
	font-weight: bold;
	margin-left: 10px;
}

.att {
	padding-left: 1em;
	text-indent: -1em;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 長押し禁止 */
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form {
	width: 86%;
	margin: 0 auto;
}
.info_paragraph {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	overflow: hidden;
}
.question_box {
	margin-bottom: 20px;
}
.heading1 {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.heading2 {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.heading2::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 40px;
    background-image: url(../../common/images/question5/heading_icon.png);
    background-size: contain;
    vertical-align: middle;
    padding-right: 0.5em;
    background-repeat: no-repeat;
}

.subtitle_ico {
	color: #6DBEEB;
}
.label {
	padding-left: 0.5em;
}
.btn {
	width: 300px;
	margin: 30px auto 0;
	display: block;
}
.textarea {
	margin-top: 5px;
	width: 98% !important;
}
.progress {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,0.85);
}
.progress::before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.gauge {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 550px;
	height: 100%;
}
.gauge_inner {
	position: absolute;
	bottom: 20px;
	right: 0;
	height: 2px;
	background-color: #6dbeeb;
	transition: width .5s;
}
.scale {
	position: absolute;
	bottom: 17px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
	font-size: 0;
}
.scale:nth-last-child(1) {
	left: 0;
}
.scale:nth-last-child(2) {
	left: 25%;
}
.scale:nth-last-child(3) {
	left: 50%;
}
.scale:nth-last-child(4) {
	left: 75%;
}
.scale:nth-last-child(5) {
	right: 0;
}
.progress_txt {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 100%;
	max-width: 690px;
	padding-right: 10px;
	font-size: 0.9em;
	color: #fff;
	text-align: right;
	transform: translateX(-50%);
	box-sizing: border-box;
}
.progress_img {
	position: absolute;
	bottom: 12px;
	width: 60px;
	transform: translateX(30px);
	transition: right 1s;
}
@media screen and (max-width: 690px){
	.content {
		padding: 2.083vw 3.125vw 25vw;
	}
	.date {
		width: auto;
		margin-right: 3.125vw;
		font-size: 3.125vw;
	}
	.headline {
		width: 100%;
		font-size: 3.125vw;
		line-height: 1.4;
		display: flex;
		padding-left: 3.125vw;
	}
	.form {
		width: 100%;
	}
	.textsize {
		font-size: 3.438vw;
		line-height: 1.4;
	}
	.heading1 {
		padding-bottom: 2vw;
		margin-bottom: 5vw;
	}
	.question_box {
		margin-bottom: 5vw;
	}
	.textarea {
		width: 94% !important;
	}
	.btn {
		width: 80%;
		margin: 3.125vw auto 0;
	}
	.progress {
		height: 15.625vw;
	}
	.progress::before {
		bottom: 3.958vw;
	}
	.gauge {
		width: 68%;
	}
	.gauge_inner {
		bottom: 3.958vw;
	}
	.scale {
		bottom: 3.229vw;
		width: 1.667vw;
		height: 1.667vw;
	}
	.progress_txt {
		bottom: 5.104vw;
		padding-right: 2vw;
		font-size: 3.438vw;
	}
	.progress_img {
		bottom: 2vw;
		width: 12vw;
		transform: translateX(6vw);
	}
}