@charset "utf-8";
.text__bound {
	animation: key .3s ease infinite alternate;
}
@keyframes key {
	0% {transform: translateY(0px);}
	100% {transform: translateY(-10px);}
}

.spline{
	width:50px;
}

.mv{
	height: 100vh;
	position:relative;
	/*background: url(../img/mv.jpg) no-repeat center center;
	background-size:cover;*/
}

.mv .subtit{
	max-width: 1300px;
	margin:0 auto;
	left:0;
	right:0;
	top:10%;
	position:absolute;
}

.mv .mvimg{
	width:100%;
	position:absolute;
	left:0;
	right:0;
	z-index:-1;
	opacity:0;
	top:0;
	height: 100vh;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
}

.mv .mvimg.b_anime{
	transform: translate(0, 0);
	opacity:1;
}

.mv .mvimg img{
	object-fit: cover;
	width:100%;
	height: 100vh;
}

.mv h1{
	max-width: 1300px;
	margin: 0 auto;
	padding:200px 20px 0 20px;
	position:relative;
	z-index:2;
}

.mv .scroll{
	max-width: 1300px;
	position:absolute;
	margin:0 20px;
	color:#fff;
	left:0;
	right:0;
	bottom:0;
	border-left:1px solid #FFFFFF;
	height:100px;
}

.mv .scroll span{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size:14px;
}

.mv .bg{
	position:absolute;
	right:0;
	bottom:0;
	height:330px;
	width:40%;
	background:#F83B3B;
	opacity:0.5;
	z-index:3;
	transform: translate(100%, 0px);
	transition: all 1s;
}

.mv .bg.right_slide{
	transform: translate(0, 0);
}


.mv .txt{
	position:absolute;
	right:40px;
	bottom:40px;
	width:40%;
	font-size:18px;
	font-weight:bold;
	line-height:2em;
	color:#fff;
	z-index:4;
}

.titbox{
	width: 100vw;
	border-bottom:1px solid #FFFFFF;
	padding:0 0 30px 0;
	position:relative;
}

h2.tit{
	font-size:160px;
	font-weight:bold;
	color:#fff;
	line-height:1.3em;
	display: flex;
	overflow: hidden;
	position:relative;
	z-index:2;
}

h2.tit span{
	display: block;
	transform: translate(0, 105%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

h2.tit.on span{
  transform: translate(0, 0);
}

h2.tit.on span:nth-child(2) {
  transition-delay: 0.06s;
}
h2.tit.on span:nth-child(3) {
  transition-delay: 0.12s;
}
h2.tit.on span:nth-child(4) {
  transition-delay: 0.18s;
}
h2.tit.on span:nth-child(5) {
  transition-delay: 0.24s;
}
h2.tit.on span:nth-child(6) {
  transition-delay: 0.30s;
}
h2.tit.on span:nth-child(7) {
  transition-delay: 0.36s;
}
h2.tit.on span:nth-child(8) {
  transition-delay: 0.42s;
}
h2.tit.on span:nth-child(9) {
  transition-delay: 0.48s;
}
h2.tit.on span:nth-child(10) {
  transition-delay: 0.54s;
}
h2.tit.on span:nth-child(11) {
  transition-delay: 0.6s;
}
h2.tit.on span:nth-child(12) {
  transition-delay: 0.66s;
}
h2.tit.on span:nth-child(13) {
  transition-delay: 0.72s;
}
h2.tit.on span:nth-child(14) {
  transition-delay: 0.78s;
}

h3.sub{
	font-size:30px;
	font-weight:bold;
	margin-top:-20px;
	color:#fff;
	line-height:1.3em;
}

.maintxt{
	width:540px;
	font-weight:bold;
	line-height:1.6em;
	font-size:20px;
	padding:40px 0 0 0;
	text-align:justify;
	color:#fff;
	overflow: hidden;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.maintxt span {
	display: block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.maintxt.on,
.maintxt.on span {
	transform: translate(0, 0);
}

#area01{
	position:relative;
}

#area01 .box{
	position:relative;
	z-index:2;
	padding:30px 20px 250px 20px;
}

#area01 .bg{
	position:absolute;
	width:100%;
	height:900px;
	background:#F83B3B;
	top:0;
	left:0;
	right:0;
}

#area01 .box_in{
	display:flex;
	justify-content:space-between;
}

.home .txtbox{
	min-width:540px;
	margin-top:-95px;
	position:relative;
	z-index:3;
}

.home .txtbox li{
	margin-top:-45px;
}

#area01 .img{
	position:absolute;
	bottom:120px;
	left:-10px;
}

#area01 .box02{
	background: url(../img/area01_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:0 20px 60px 20px;
}

.qa h3{
	font-size:120px;
	font-weight:bold;
	position:relative;
	top:-80px;
	margin-bottom:-70px;
	color:#F83B3B;
	line-height:1.3em;
	opacity:0;
}

.qa h3.animate__lightSpeedInRight{
	opacity:1;
}

.qabox{
	max-width:1100px;
	margin:0 auto;
}
 
.qabox dl{
	padding:40px;
	background:#fff;
	font-size:24px;
	font-weight:bold;
	margin:0 0 2px 0;
	opacity:0;
}

.qabox dl.animate__flipInX{
	opacity:1;
}

.qabox dl dt{
	position:relative;
	padding:10px 60px 10px 60px;
	cursor:pointer;
}

.qabox dl dt:before{
	content:"";
	width:45px;
	height:45px;
	background: url(../img/faq_ico01.png) no-repeat center center;
	position:absolute;
	left:0;
	top:0;
}

.qabox dl dt:after{
	content: "";
	position: absolute;
    right: 20px;
    top: 50%;
	margin-top:-8px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 16px;
	height: 16px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
	
.qabox dl dt.on:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
}

.qabox dl dd{
	display:none;
	padding:0 60px 10px 60px;
	text-align:justify;
	position:relative;
	line-height:1.6em;
	margin:35px 0 0 0;
}

.qabox dl dd:before{
	content:"";
	width:45px;
	height:45px;
	background: url(../img/faq_ico02.png) no-repeat center center;
	position:absolute;
	left:0;
	top:0;
}

#area02{
	position: relative;
}

#area02 .titbox:after{
	display:none;
	content:"";
	width:2000px;
	position:absolute;
	bottom:-1px;
	left:1050px;
	z-index:3;
	height:1px;
	background:#333333;
}

#area02 .wd{
	position: relative;
}

#area02 .box{
	position:relative;
	z-index:2;
	padding:100px 20px 350px 20px;
	background:#F83B3B;
}

#area02 .bg{
	position:absolute;
	height:100vh;
	width:3000px;
	left:1100px;
	top:-100px;
	background:#fff;
}

#area02 .bg02{
	position:absolute;
	height:396px;
	width:3000px;
	left:1100px;
	top:-100px;
	border-bottom:1px solid #000;
}

#area02 h2.tit.sp{
	display:none !important;
}

#area02 .img{
	position:absolute;
	bottom:-245px;
	right:-50px;
	opacity:0;
}

#area02 .img.animate__rotateInDownRight{
	opacity:1;
}

h2.tit .last{
	color: #333333;
}

#area02 .box02{
	background:#333333;
	padding:290px 20px 0 20px;
	position:relative;
}

#area02 .box02 .bg{
	top:-290px;
}

#area02 .box02 dl{
	border:2px solid #333333;
}

#area02 .box02 .qabox{
	margin-top:-150px;
	position:relative;
	bottom:-100px;
	z-index:3;
}

.titbox02 h2{
	color: #333333;
}

.titbox02 h3{
	font-size: 30px;
    font-weight: bold;
    margin-top: -40px;
    line-height: 1.3em;
}

#area03{
	padding:260px 20px 200px 20px;
	position:relative;
}

#area03 .bg{
	position:absolute;
	right:-20px;
	bottom:50px;
	z-index:-1;
}

#area03 .titbox02,
#area05 .titbox02{
	display:flex;
	justify-content:flex-end;
	position:relative;
	z-index:2;
}

.tit_in{
	position:relative;
}

#area03 .tit_in .bg{
	height:130px;
	background:#FDE94C;
	position:absolute;
	left:-20px;
	bottom:-20px;
	transform: translate(100%, 0px);
	right:auto;
	width:100vw;
	z-index:-1;
	transition: all 1s;
}

#area03 .tit_in .bg.right_slide{
	transform: translate(0, 0);
}


#area03 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:20px 0 0 0;
}

#area03 ul li{
	width:49.5%;
	opacity:0;
}

#area03 ul li.animate__flipInX{
	opacity:1;
}

#area03 ul li:nth-child(2){
	margin:50px 0 0 0;
}

#area03 ul li:nth-child(3){
	margin:-20px 0 0 0;
}

#area03 ul li .txt_in{
	border:5px solid #FDE94C;
	font-weight:bold;
	color:#fff;
	font-size:20px;
	background:#333333;
	padding:20px 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

#area03 ul li dl{
	padding:0 0 25px 0;
}

#area03 ul li dl:last-child{
	padding:0;
}

#area03 ul li dl dt{
	color:#FDE94C;
	font-size:16px;
}

#area03 ul li dl dd{
	line-height:1.6em;
	text-align:justify;
}

#area04{
	position:relative;
	padding:0 20px;
}

#area04 .bg{
	height:230px;
	background:#EDEDED;
	position:absolute;
	bottom:-20px;
	top:0;
	left:0;
	width:75%;
	z-index:1;
	transition: all 1s;
	transform: translate(-100%, 0);
}

@media screen and (max-width: 1100px) {
#area04 .bg{
	width:90%;
}
}

#area04 .bg.left_slide{
	transform: translate(0, 0);
}

#area04 .titbox02{
	margin-bottom:-115px;
	position:relative;
	z-index:2;
	
}

#area05{
	padding:125px 20px 0 0;
}

#area05 .titbox02{
	margin-bottom:-260px;
}

#area05 h2.tit{
	line-height:0.9em;
}

#area05 .titbox02 h3 {
    margin-top: -5px;
}

.profile{
	background:#333333;
	padding:230px 20px 120px 0;
	display:flex;
	margin:0 -20px;
}

.profile .img{
	width:48%;
	height:420px;
}

.profile .img img{
	object-fit: cover;
	width:100%;
	height:420px;
}

.profile .txt{
	max-width:680px;
	color:#fff;
	margin:0 0 0 4%;
}

.profile .txt dl{
	display:flex;
	padding:20px 0;
	border-bottom:1px solid #676767;
}

.profile .txt dl dt{
	min-width:125px;
	line-height:1.6em;
	padding:3px 0 0 0;
}

.profile .txt dl dd{
	font-size:20px;
	line-height:1.6em;
}

.profile .txt dl dd a{
	color:#fff;
}

.s_txt{
	text-align:justify;
	overflow: hidden;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.s_txt dl,
.s_txt span{
	display: block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.s_txt.on,
.s_txt.on dl,
.s_txt.on span{
	transform: translate(0, 0);
}

.txtbox03{
	background:#FDE94C;
	width:100vw;
	padding:50px 0 120px 50px;
}

.txtbox03 .txt{
	padding:70px 0 0 0;
	width:540px;
	font-size:20px;
	line-height:1.6em;
}

@media screen and (max-width: 1230px) {
.txtbox03 .txt{
	padding:0;
	width:540px;
	margin:280px 0 0 0;
}
}

.txtbox03 .btn a{
	display:block;
	text-align:center;
	line-height:70px;
	height:70px;
	background:url(../img/shop_ico02.png) no-repeat 95% center #F83B3B;
	width:430px;
	margin:50px 0 0 0;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	transition: all 0.3s;
}

.txtbox03 .btn a:hover{
	background:url(../img/shop_ico02_on.png) no-repeat 95% center #fff;
	color: #333333;
}

.txtbox03 .btn a span{
	position:relative;
}

.txtbox03 .btn a span:after{
	content:"";
	position:absolute;
	left:-50px;
	width:33px;
	top:50%;
	margin-top:-13px;
	height:26px;
	background: url(../img/shop_ico01.png) no-repeat center center;
	transition: all 0.3s;
}

.txtbox03 .btn a:hover span:after{
	background: url(../img/shop_ico01_on.png) no-repeat center center;
}

.contact{
	padding:70px 0 90px 0;
	background:#F83B3B;
}

.contact .box{
	width:840px;
	margin:0 auto;
}

.contact h2{
	font-size:80px;
	color:#FDE94C;
	line-height:1.6em;
	padding:0 0 10px 0;
	font-weight:bold;
}

.contact h3{
	font-size:24px;
	font-weight:bold;
	margin-top:-30px;
	color:#fff;
}

.formbox{
	padding:80px 0 0 0;
}

.contact .box dl{
	padding:0 0 20px 0;
}

.contact .box dl dt{
	display:table-cell;
	vertical-align:middle;
	width:320px;
	font-size:20px;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
}


.contact .box dl dd{
	display:table-cell;
	vertical-align:middle;
	width:640px;
}

.radio-input{
	display: none;
}

.radio li{
	display:inline-block;
	padding:0 20px 0 0;
}

.radio li:nth-child(3){
	display:block;
	padding:10px 0 0 0;
}

.radio label{
	display:block;
	padding-left: 33px;
	position:relative;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.radio label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	border-radius: 50%;
	background:#fff;
}
.radio .mfp_checked::before{
	color: #fc4b75;
	border: 2px solid #fc4b75;
}
.radio .mfp_checked::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #fc4b75;
	border-radius: 50%;
	border: 2px solid #fc4b75;
}

input[type=text],
input[type=email],
textarea{
    font-size : 16px;
    border : none;
	background:#fff;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	padding:10px;
	border-radius:5px;
	width:100%;
	box-sizing:border-box;
    font-family: source-han-sans-japanese, sans-serif;
}

select{
    font-size : 16px;
    border : none;
	background:#fff;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	padding:10px;
	border-radius:5px;
    font-family: source-han-sans-japanese, sans-serif;
}

textarea{
    height: 230px !important;
    width: 100% !important;
}



input[type="submit"]{
	width:390px;
	text-align:center;
	padding:13px 0;
	border-radius:15px;
	background:#333333;
	margin:40px auto 0;
	transition: all 0.3s;
	border:none;
	display:block;
	font-size:20px;
	cursor:pointer;
	color:#fff;
	transition: all 0.3s;
    font-family: source-han-sans-japanese, sans-serif;
	color:#fff;
}

input[type="submit"]:hover{
	background:#fff;
	color:#1b1b1b;
}


.thanks .content{
	padding:100px 0 100px 0;
	background: url(../img/contact_bg.jpg);
	color: #333333;
}

.thanks .txt{
	font-size:18px;
	padding:40px 0 60px 0;
	line-height:1.8em;
	font-weight:bold;
	text-align:center;
}

.thanks h1{
	font-size: 30px;
	line-height:1.4em;
	font-weight:bold;
	text-align:center;
	padding:200px 0 0 0;
}

.mfp_thanks{
	text-align:center;
	padding:0 0 50px 0;
}

.thanks .btn a{
	width:200px;
	text-align:center;
	padding:10px 0;
	border-radius:100px;
	background:#e1f3fe;
	margin:0 auto 100px;
	display:block;
	font-weight:bold;
	transition: all 0.3s;
}

.thanks .btn a:hover{
    transform: translateY(-5px);
}

div#mfp_thanks {
	color:#fff;
}

.thanks{
	background:#F83B3B;
	color:#fff;
}


@media screen and (max-width: 800px) {

.mv{
	height: 80vh;
}

.mv .mvimg{
	height: 80vh;
}

.mv .mvimg img{
	height: 80vh;
}

.mv .spbg{
	position:absolute;
	left:0;
	right:0;
	top:0;
}

.mv .sptit{
	width:80%;
	margin:0 auto;
	padding:100px 0 0 0;
	position:relative;
	z-index:2;
}

.mv .scroll{
	max-width: inherit;
	margin:0 0 0 10px;
	height:80px;
}

.mv .scroll span{
	font-size:12px;
}

.mv .bg{
	height:230px;
	width:80%;
}

.mv .txt{
	position:absolute;
	right:auto;
	left:50px;
	bottom:20px;
	width:100%;
	box-sizing:border-box;
	padding:0 70px 0 0;
	font-size:13px;
}

.titbox{
	padding:0 0 20px 0;
}

h2.tit{
	font-size:50px;
	line-height:1.6em;
}

h3.sub{
	font-size:18px;
	font-weight:bold;
	margin-top:-5px;
}

.maintxt{
	width:100%;
	font-size:16px;
	padding:30px 0 0 0;
}

#area01 .box{
	padding:30px 20px 60px 20px;
}

#area01 .bg{
	position:absolute;
	width:100%;
	height:1200px;
}

#area01 .box_in{
	display:block;
}

.home .txtbox{
	min-width:inherit;
	margin-top:40px;
	text-align:center;
}

.home .txtbox li{
	margin-top:-25px;
}

#area01 .img{
	position:static;
}

#area01 .box02{
	background: url(../img/area01_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:0 20px 60px 20px;
}

.qa h3{
	font-size:40px;
	top:-30px;
	margin-bottom:-10px;
}

.qabox{
	max-width:inherit;
}
 
.qabox dl{
	padding:15px;
	font-size:16px;
	margin:0 0 2px 0;
}

.qabox dl.animate__flipInX{
	opacity:1;
}

.qabox dl dt{
	padding:10px 40px 10px 40px;
}

.qabox dl dt:before{
	top:11px;
	width:25px;
	height:25px;
	background: url(../img/faq_ico01.png) no-repeat center center;
	background-size:25px;
}

.qabox dl dt:after{
    right: 10px;
    top: 50%;
	margin-top:-5px;
	width: 10px;
	height: 10px;
}
	

.qabox dl dd{
	padding:0 40px 10px 40px;
	margin:15px 0 0 0;
}

.qabox dl dd:before{
	width:25px;
	height:25px;
	background: url(../img/faq_ico02.png) no-repeat center center;
	background-size:25px;
}


#area02 .titbox:after{
	content:"";
	width:10%;
	position:absolute;
	left:90%;
	margin:0 0 0 -32px;
}

#area02 .box{
	z-index:2;
	padding:60px 20px 0 20px;
}

#area02 .bg{
	height:1000px;
	width:10%;
	left:auto;
	top:-60px;
	right:-20px;
}

#area02 .img{
	position:static;
	padding:50px 0 0 0;
	margin:0 -40px 0 0;
}

#area02 h2.tit.pc{
	display:none !important;
}

#area02 h2.tit.sp{
	display:block !important;
	padding:5px 0 0 0;
}

h2.tit span{
	display:inline-block !important;
}

h2.tit .last {
    color: #fff;
}

#area02 h2.tit{
	line-height:0.8em;
}

h3.sub {
    margin-top: 15px;
}

#area02 .box02{
	padding:60px 20px 0 20px;
	position:relative;
}

#area02 .box02 dl{
	border:1px solid #333333;
}

#area02 .box02 .qabox{
	margin-top:-50px;
	position:relative;
	bottom:-40px;
}

.titbox02 h3{
	font-size: 20px;
    margin-top: -10px;
}

#area03{
	padding:120px 20px 100px 20px;
}

#area03 .bg{
	position:absolute;
	right:-20px;
	bottom:-20px;
	z-index:-1;
}

#area03 .titbox02,
#area05 .titbox02{
	display:block;
	position:relative;
	z-index:2;
}

.tit_in{
	position:relative;
}

#area03 .tit_in .bg{
	height:130px;
	left:10px;
	bottom:-20px;
}


#area03 ul{
	display:block;
	padding:30px 0 0 0;
}

#area03 ul li{
	width:100%;
	margin:0 0 30px 0;
}

#area03 ul li:nth-child(2){
	margin:0 0 30px 0;
}

#area03 ul li:nth-child(3){
	margin:0 0 30px 0;
}

#area03 ul li .txt_in{
	border:3px solid #FDE94C;
	font-size:16px;
	padding:20px 10px;
}

#area03 ul li dl{
	padding:0 0 15px 0;
}

#area03 ul li dl:last-child{
	padding:0;
}

#area03 ul li dl dt{
	color:#FDE94C;
	font-size:16px;
}

#area03 ul li dl dd{
	line-height:1.6em;
	text-align:justify;
}

#area04{
	position:relative;
	padding:0;
}

#area04 .bg{
	height:130px;
	background:#EDEDED;
	position:absolute;
	bottom:-10px;
	top:-20px;
	left:0;
	width:95%;
}


#area04 .titbox02{
	margin-bottom:-80px;
	padding:0 20px;
	
}

#area05{
	padding:60px 20px 0 20px;
}

#area05 .titbox02{
	margin-bottom:-100px;
}

#area05 h2.tit{
	line-height:0.9em;
}

#area05 .titbox02 h3 {
    margin-top: 5px;
}

.profile{
	padding:110px 0 60px 0;
	flex-wrap:wrap;
	margin:0;
}

.profile .img{
	width:90%;
	order:2;
	height:200px;
	padding:50px 0 0 0;
}

.profile .img img{
	height:200px;
}

.profile .txt{
	max-width:inherit;
	margin:30px 0 0 0;
	padding:0 20px;
	box-sizing:border-box;
}

.profile .txt dl{
	padding:15px 0;
}

.profile .txt dl dt{
	min-width:115px;
	line-height:1.6em;
	padding:0;
	font-size:14px;
}

.profile .txt dl dd{
	font-size:16px;
}


.txtbox03{
	width:100vw;
	padding:80px 0 60px 20px;
}

.txtbox03 .txt{
	width:100%;
	margin:50px 0 0 0;
	box-sizing:border-box;
	font-size:16px;
}

.txtbox03 .txt span{
	padding:0 80px 0 0;
}

.txtbox03 .btn a{
	line-height:60px;
	height:60px;
	background:url(../img/shop_ico02.png) no-repeat 95% center #F83B3B;
	background-size:10px;
	width:280px;
	margin:30px 0 0 0;
	font-size:16px;
}

.txtbox03 .btn a:hover{
	background:url(../img/shop_ico02_on.png) no-repeat 95% center #fff;
	background-size:10px;
}

.txtbox03 .btn a span:after{
	left:-40px;
	width:25px;
	margin-top:-10px;
	height:20px;
	background: url(../img/shop_ico01.png) no-repeat center center;
	background-size:25px;
}

.txtbox03 .btn a:hover span:after{
	background: url(../img/shop_ico01_on.png) no-repeat center center;
	background-size:25px;
}

.contact .box{
	width:100%;
}

.contact h2{
	font-size:40px;
	padding:0 0 10px 0;
}

.contact h3{
	font-size:16px;
	margin-top:-20px;
}

.contact{
	padding:60px 20px;
}

.formbox{
	width:100%;
	padding:30px 0 0 0;
}

.contact .box dl{
	padding:0 0 20px 0;
}

.contact .box dl dt{
	display:block;
	width:auto;
	font-size:16px;
	padding:0 0 10px 0;
}

.contact .box dl dd{
	display:block;
	width:100%;
}

.radio li{
	font-size:14px;
}
.radio li:nth-child(2){
    padding: 5px 0 0 0;
}

.radio li:last-child {
    padding: 5px 0 0 0;
}


input[type="submit"]{
	width:200px;
	padding:10px 0;
	font-size:16px;
}


.thanks .content{
	padding:0 20px 80px 20px;
	text-align:center;
}

.thanks .txt{
	font-size:16px;
	padding:30px 20px 40px 20px;
}

.thanks h1{
	font-size: 24px;
	padding:60px 0 0 0;
}

.mfp_thanks{
	text-align:center;
	padding:100px 0 0 0;
}

.thanks .btn a{
	width:200px;
	padding:10px 0;
	margin:0 auto 60px;
}
}

