@charset "UTF-8";
/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.frd {
	color: #d8261c;
	font-weight: bold;
}

.fbl {
	color: #00aadb;
	font-weight: bold;
}

.fgn {
	color: #adff65;
	font-weight: bold;
}

.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.f24 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.f30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.f30 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
	.f36 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.2;
	}
}

.bgy {
	background-color: #feeb35;
	display: inline-block;
	padding: 0.6rem;
	font-weight: 700;
	line-height: 1;
}

.ubg {
	display: inline-block;
	position: relative;
}

.ubg:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #38cc74;
	position: absolute;
	bottom: -0.4rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	.ubg:after {
		content: none;
	}
}

.moviebox .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.moviebox .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.container {
		max-width: 728px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		max-width: none;
	}
}

/*************************
main
************************ */
.sctbox {
	position: relative;
	margin-top: 40px;
}

.sctbox .title {
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 100%;
	margin-right: 40px;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-right: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox .title {
		margin-right: 0;
	}
}

.sctbox .title span {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	font-family: Exo,sans-serif;
	color: #d8261c;
	font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	line-height: 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sctbox .title2 {
	text-align: center;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 480px) {
	.sctbox .title2 {
		letter-spacing: 0;
	}
}

.sctbox .title2:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: contain;
	margin: 0 auto 8px;
}

.sctbox .title3 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	letter-spacing: 4px;
	border: 1px solid #e87d78;
	border-radius: 8px;
	background-color: #fff5f5;
	margin-bottom: 16px;
	position: relative;
}

@media screen and (max-width: 992px) {
	.sctbox .title3 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sctbox .title3 {
		height: 60px;
		line-height: 58px;
	}
}

@media screen and (max-width: 480px) {
	.sctbox .title3 {
		font-size: 16px;
		letter-spacing: 0;
	}
}

.sctbox .title3:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
	background-size: contain;
	position: absolute;
	left: 1.6rem;
	top: calc(50% - 9px);
}

.sctbox .title4 {
	font-size: 28px;
	text-align: center;
	color: #d8261c;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 40px;
}

@media screen and (max-width: 480px) {
	.sctbox .title4 {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 28px;
	}
}

.sctbox:nth-of-type(odd) .title {
	left: 0;
	right: auto;
	margin-right: 0;
	margin-left: 40px;
	border-right: none;
	border-left: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox:nth-of-type(odd) .title {
		margin-left: 0;
	}
}

#head {
	margin-top: 0;
	padding-top: 100px;
}

#head .container {
	max-width: 780px;
}

@media screen and (max-width: 768px) {
	#head .container {
		padding: 0 2rem;
	}
}

#head h1 {
	color: #d8261c;
	text-align: center;
}

#head h1.title2 {
	margin-bottom: 20px;
	letter-spacing: 3px;
}

@media screen and (max-width: 480px) {
	#head h1.title2 {
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
}

#head h1.title2:before {
	background-image: url(../common/img/icon_survey.png);
}

#head p {
	font-size: 11px;
	line-height: 2;
	text-align: center;
	color: #525252;
	letter-spacing: 1.8px;
}

@media screen and (max-width: 480px) {
	#head p {
		letter-spacing: 1px;
		text-align: left;
	}
}

#head .txt {
	padding: 2rem;
	background-color: #f1f1f1;
}

#head .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0;
}

@media screen and (max-width: 480px) {
	#head .txt p {
		text-align: left;
	}
}

#head .txt p span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: .8rem;
}

@media screen and (max-width: 480px) {
	.questionbox {
		margin-top: 3rem;
	}
}

.questionbox .container {
	max-width: 780px;
}

@media screen and (max-width: 768px) {
	.questionbox .container {
		width: calc(100% - 80px);
		max-width: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.questionbox .container {
		width: 100%;
	}
}

.questionbox .questionlist {
	counter-reset: number;
}

.questionbox .question {
	margin-top: 5rem;
}

@media screen and (max-width: 768px) {
	.questionbox .question {
		margin-top: 3rem;
	}
}

.questionbox .question h2 {
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
}

@media screen and (max-width: 768px) {
	.questionbox .question h2 {
		margin-bottom: 2rem;
	}
}

.questionbox .question h2:before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: transparent url(../common/img/icon_check_circle.png) no-repeat scroll 0 0;
	background-size: 3rem auto;
	padding-left: 4.4rem;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	height: 3rem;
	line-height: 3rem;
	color: #d8261c;
	margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
	.questionbox .question h2:before {
		padding-left: 2.6rem;
		font-size: 20px;
		font-size: 2rem;
		background-size: 2rem auto;
		height: 2rem;
		line-height: 2rem;
		margin-bottom: .8rem;
	}
}

.questionbox .question h2 span {
	display: block;
	background-color: #f1f1f1;
	font-size: 20px;
	font-size: 2rem;
	padding: 1rem 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.questionbox .question h2 span {
		font-size: 15px;
		font-size: 1.5rem;
		padding: .6rem 0;
	}
}

.questionbox .question .graphimg {
	font-size: 0;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.questionbox .question .graphimg {
		padding: 0 3rem;
	}
}

.questionbox .question .graphimg img {
	width: 54%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.questionbox .question .graphimg img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.questionbox .question:first-of-type .graphimg {
		padding: 0 2rem;
	}
}

.questionbox .question:first-of-type .graphimg img {
	width: 66%;
}

@media screen and (max-width: 768px) {
	.questionbox .question:first-of-type .graphimg img {
		width: 100%;
	}
}
