@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: 80px;
	line-height: 80px;
	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 {
	padding: 0 20px;
}

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

#head h1.title2 {
	margin-bottom: 40px;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	#head h1.title2 {
		letter-spacing: 0;
	}
}

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

#head p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	text-align: left;
	color: #525252;
	letter-spacing: 1.8px;
	padding: 0 80px;
}

@media screen and (max-width: 768px) {
	#head p {
		padding: 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

.measuresbox .txt {
	max-width: 94rem;
	margin: 0 auto;
	padding: 3rem 8rem 0;
}

@media screen and (max-width: 768px) {
	.measuresbox .txt {
		padding: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.measuresbox .txt p {
		margin-bottom: 2rem;
		line-height: 1.6;
	}
}

@media screen and (max-width: 768px) {
	.measuresbox .txt p:last-of-type {
		margin-bottom: 0;
	}
}

#measures01 .container {
	background-color: #f1f1f1;
	padding: 4rem 4rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#measures01 .container {
		padding: 2rem 1rem;
		text-align: left;
	}
}

#measures01 h2 {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	#measures01 h2 {
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
		margin-bottom: .8rem;
	}
}

#measures01 a {
	display: inline-block;
}

#measures01 a:after {
	content: '';
	display: block;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: transparent url(../common/img/icon_window.png) no-repeat scroll 0 0/contain;
	margin-left: .4rem;
}

#measures01 .outline {
	padding-top: 2rem;
}

@media screen and (max-width: 768px) {
	#measures01 .outline {
		padding-top: 1rem;
	}
}

#measures01 .outline img {
	width: 100%;
	height: auto;
}

#measures01 .outline p {
	font-size: 12px;
	font-size: 1.2rem;
}

#privacy {
	background-color: #fffdee;
}

@media screen and (max-width: 480px) {
	#privacy {
		margin-top: 20px;
	}
}

#privacy .container {
	padding: 4rem 8rem;
}

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

#privacy .container .title3 {
	margin-bottom: 3rem;
}

#privacy .container .errorWrap {
	padding: 20px 30px;
	display: block;
	width: 100%;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(315deg, #d8261c, #ff9e99);
	background-image: linear-gradient(135deg, #d8261c, #ff9e99);
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

#privacy .container .errorWrap .errorList li {
	margin-bottom: 8px;
}

#privacy .container dl {
	width: 100%;
	margin-bottom: 20px;
}

#privacy .container dl dt {
	margin-bottom: 8px;
	color: #525252;
	font-weight: 800;
}

#privacy .container dl dt label {
	color: #525252;
	font-weight: 700;
}

#privacy .container dl dt .required {
	background-color: #d8261c;
	border-radius: 4px;
	font-size: 11px;
	font-size: 1.1rem;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: .4rem 1rem;
	margin-left: .4rem;
	line-height: 1;
	-webkit-transform: translateY(-1px);
	    -ms-transform: translateY(-1px);
	        transform: translateY(-1px);
}

#privacy .container dl dd input[type="text"], #privacy .container dl dd input[type="email"], #privacy .container dl dd select, #privacy .container dl dd textarea {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
}

#privacy .container dl dd input[type="text"]:focus, #privacy .container dl dd input[type="email"]:focus, #privacy .container dl dd select:focus, #privacy .container dl dd textarea:focus {
	border: 1px solid #d8261c;
}

#privacy .container dl dd label {
	margin-right: 16px;
	font-size: 12px;
	margin-bottom: 8px;
}

#privacy .container dl dd input[type="radio"] {
	line-height: normal;
	-webkit-appearance: radio;
	margin: 3px 5px 3px 3px;
	-webkit-transform: translateY(-1px);
	    -ms-transform: translateY(-1px);
	        transform: translateY(-1px);
}

@media screen and (max-width: 480px) {
	#privacy .container dl dd input[type="radio"] {
		-webkit-transform: translateY(1px);
		    -ms-transform: translateY(1px);
		        transform: translateY(1px);
	}
}

#privacy .container dl dd select {
	-webkit-appearance: menulist;
	background-color: #f3f3f3;
}

#privacy .container dl dd textarea {
	height: 120px;
}

@media screen and (max-width: 480px) {
	#privacy .container dl dd textarea {
		height: 100px;
	}
}

@media screen and (max-width: 480px) {
	#privacy .container dl dd {
		font-size: 10px;
		line-height: 1.6;
	}
}

#privacy .container dl dd .radio {
	margin-bottom: 10px;
	display: inline-block;
}

#privacy .container dl dd p.error {
	font-size: 12px;
	color: #d8261c;
}

#privacy .container button {
	margin-top: 40px;
	font-size: 20px;
	padding: 9px 15px;
	display: block;
	width: 100%;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(315deg, #d8261c, #ff9e99);
	background-image: linear-gradient(135deg, #d8261c, #ff9e99);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.2px;
}

@media screen and (max-width: 768px) {
	#privacy .container button {
		width: 80%;
		margin: 2rem auto 0;
	}
}

#privacy.fin .txtbox {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 120px;
}

#privacy.fin .txtbox h1 {
	margin-bottom: 40px;
}

#privacy.fin .txtbox p {
	margin-bottom: 60px;
	text-align: center;
}

#measures02 {
	margin-top: 0;
}
