@charset "utf-8";

@media screen and (min-width:769px){

.wrapper{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.top_tel{
	padding: 10px;
	background: #E5E5E5;
	font-size: 0;
	font-weight: 700;
	text-align: center;
}
.top_tel .text{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #555;
}
.top_tel .number_box{
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.top_tel .icon{
	width: auto;
	padding: 5px 10px;
	background: #555;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #FFF;
}
.top_tel .number{
	width: auto;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.top_tel .number a{
	pointer-events: none;
}

nav{
}
nav .btn a{
	display: none;
}
nav .inner{
	width: auto;
	height: auto;
	padding-top: 0;
	background: none;
	position: static;
	top: 0;
	right: 0;
	z-index: 90;
	font-size: 0;
	text-align: right;
	pointer-events: auto;
	overflow: hidden;
}
nav .inner div{
	margin-left: 55px;
	padding: 0;
	border-bottom: none;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
nav .inner div:first-child{
	border: none;
}
nav .inner div a{
	padding: 0;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
nav .inner div a:hover::before{
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #F39C11;
	position: absolute; top: 6px; left: -15px;
}
nav .inner div:last-child a{
	padding: 15px 30px 15px 85px;
	background: #00736D;
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	color: #FFF;
	text-align: left;
}
nav .inner div:last-child a::before{
	content: "";
	width: 30px;
	height: 30px;
	border: none;
	background: url(/img/official/index/nav_acc.png) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: calc(50% - 15px); left: 40px;
}
nav .inner div a span{
	font-size: 14px;
	line-height: 1;
}
.navi_back{
	display: none;
}


/* header */

header{
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}
header::after{
	content: "";
	width: 100%;
	height: 450px;
	background: #F39C11;
	position: absolute; bottom: 0; left: 0;
	z-index: -10;
}
header .head{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
header h1{
	width: 300px;
	margin: 0;
	padding-top: 35px;
}
header .copy{
	padding-top: 53px;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
}
header .point{
	padding: 50px 0 32px 0;
	font-size: 0;
}
header .point .item{
	padding-top: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
header .point .acc{
	width: 70px;
	display: inline-block;
	vertical-align: top;
}
header .point .acc img{
	width: 100%;
}
header .point .text{
	width: auto;
	padding: 10px 40px 0 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
header .point .text span{
	font-weight: 700;
}
header .modal{
	width: 400px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header .modal .title{
	padding: 35px 25px 0 25px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
}
header .modal .btn{
	width: 290px;
	margin: 20px auto 0 auto;
}
header .modal .btn a{
	padding: 10px 20px;
	background: #E60012;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	line-height: 1.8;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
header .modal .btn a span{
	font-size: 14px;
}
header .modal .text{
	padding: 20px 40px 30px 40px;
	line-height: 1.8;
}
header .modal .bottom{
}
header .modal .bottom a{
	padding: 25px;
	background: #626262;
	border-radius: 0 0 4px 4px;
	display: block;
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
header .modal .bottom a::before{
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url(/img/official/index/modal_acc/1.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
header .modal .bottom a::after{
	content: "";
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background: url(/img/official/index/modal_acc/2.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
/*@media screen and (min-width:1500px){*/
	header{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	header::after{
		height: 100%;
		left: calc(50% + 320px);
	}
	header .modal{
		margin: 0;
		position: absolute; top: 50px; right: -180px;
	}
/*}*/


/* main */

.kv{
	text-align: center;
}

.catch{
	padding: 40px 0 125px 0;
}
.catch h2{
	padding: 0;
	font-size: 88px;
	font-weight: 700;
	text-align: center;
}
.info{
	padding-top: 50px;
    padding-left: 5px;
	font-size: 0;
}
.info .item{
	width: 575px;
	margin: 0 30px 0 0;
	display: inline-block;
}
.info .wrapper .item:last-child{
	margin-right: 0;
}
.info .title{
	font-size: 22px;
	color: #1F1F1F;
	font-weight: 700;
}
.info .title strong{
	color: #E50012;
}
.info .title a{
	margin-left: 20px;
	font-size: 17px;
	color: #0059B2;
	font-weight: 500;
}
.info .inner{
	height: 210px;
	max-height: none;
	overflow-y: auto;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #DDD;
}
.info .inner div{
	padding: 10px 0 0 0;
	font-size: 16px;
}
.info .inner div strong{
	font-weight: 700;
}

.info2{
	padding-top: 50px;
    padding-left: 5px;
	font-size: 0;
}
.info2 .item{
	width: 1180px;
	margin: 0 30px 0 3px;
	display: inline-block;
}
.info2 .wrapper .item:last-child{
	margin-right: 0;
}
.info2 .title{
	font-size: 22px;
	color: #1F1F1F;
	font-weight: 700;
}
.info2 .title strong{
	color: #E50012;
}
.info2 .title a{
	margin-left: 20px;
	font-size: 17px;
	color: #0059B2;
	font-weight: 500;
}
.info2 .inner{
	height: 210px;
	max-height: none;
	overflow-y: auto;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #DDD;
}
.info2 .inner div{
	padding: 10px 0 0 0;
	font-size: 16px;
}
.info2 .inner div strong{
	font-weight: 700;
}
.catch .title{
	padding-top: 20px;
	font-size: 36px;
	line-height: 2;
	font-weight: 700;
	text-align: center;
}
.catch .title span{
	font-size: 48px;
}
.catch .text{
	padding-top: 60px;
	line-height: 2;
	text-align: center;
}

.intro{
}
.intro h2{
	width: 1480px;
	height: 300px;
	margin: 0 auto;
	padding: 84px 120px 0 84px;
	background: url(/img/official/index/intro/bg.jpg) no-repeat center top;
	background-size: 100% auto;
	font-size: 48px;
	line-height: 1.7;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
.intro .inner{
	margin-top: -95px;
	padding: 0 0 120px 0;
	font-size: 0;
	text-align: center;
}
.intro .item{
	width: 360px;
	margin: 0 20px;
	padding: 45px 15px;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.intro .thum{
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
}
.intro .text{
	width: 100%;
	padding: 30px 0 0 0;
	display: block;
	vertical-align: middle;
	font-size: 17px;
}

.solution{
}
.solution .h2_box{
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}
.solution .h2_box::after{
	content: "";
	width: 100px;
	height: 2px;
	background: #DBDBDB;
	position: absolute; bottom: 0; left: calc(50% - 50px);
}
.solution h2{
	font-size: 36px;
	font-weight: 700;
}
.solution .h2_small{
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.7;
}
.solution .box{
	padding-bottom: 115px;
	position: relative;
}
.solution .thum{
	width: auto;
	margin: 0;
	position: absolute; top: 55px; left: 480px;
}
.solution .inner{
	font-size: 0;
}
.solution .item{
	width: 430px;
	height: 85px;
	margin-top: 25px;
	padding: 12px 30px 0 30px;
	background: #F0F0F0;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.7;
}
.solution .inner .item:nth-child(even){
	margin-left: 340px;
}
.solution .item.one_line{
	padding-top: 27px;
}

.cv_top{
	padding: 20px 0;
	background: #F39C11;
	font-size: 0;
}
.cv_top .text{
	width: 670px;
	padding-right: 120px;
	background: url(/img/official/index/cv/arrow.png) no-repeat top 20px right 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.7;
	color: #FFF;
	font-weight: 700;
	text-align: right;
}
.cv_top .btn_box{
	width: 530px;
	display: inline-block;
	vertical-align: middle;
}
.cv_top .btn{
	width: 290px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.cv_top .btn_box .btn:last-child{
	width: 160px;
}
.cv_top .btn a{
	height: 76px;
	padding: 3px 0 0 0;
	background: #E60012;
	border:2px solid #E60012;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	line-height: 1.8;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.cv_top .btn a span{
	font-size: 14px;
}
.cv_top .btn_box .btn:last-child a{
	padding-top: 23px;
	background: #FFF;
	font-size: 16px;
	color: #E60012;
}
.cv_bottom{
	background: #F0F0F0;
	font-size: 0;
}
.cv_bottom .wrapper{
	padding: 40px 0;
	background: url(/img/official/index/cv/bg.png) no-repeat top 110px left 100px;
	background-size: 203px auto;
}
.cv_bottom .title{
	padding-bottom: 45px;
	font-size: 53px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}
.cv_bottom .text{
	width: 480px;
	padding: 0 40px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 700;
	text-align: right;
}
.cv_bottom .btn_box{
	width: 720px;
	display: inline-block;
	vertical-align: middle;
}
.cv_bottom .btn{
	width: 300px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.cv_bottom .btn a{
	padding: 15px;
	background: #00ADD8;
	border-radius: 4px;
	display: block;
	box-shadow: 0 3px 0 #CDCDCD;
	font-size: 16px;
	line-height: 1.8;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.cv_bottom .btn_box .btn:last-child a{
	background: #626262;
}
.cv_bottom .btn a::before{
	content: "";
	width: 41px;
	height: 41px;
	margin-right: 20px;
	background: url(/img/official/index/cv/1.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
.cv_bottom .btn_box .btn:last-child a::before{
	background-image: url(/img/official/index/cv/2.png);
}
.cv_bottom .btn a::after{
	content: "";
	margin-left: 20px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF100;
	display: inline-block;
	vertical-align: middle;
}

.case{
	padding-top: 120px;
}
.case .thum{
	text-align: left;
}
.case h2{
	margin: -60px 0 0 530px;
	padding-top: 0;
	font-size: 145px;
	line-height: 1.2;
	font-weight: 700;
}
.case .text{
	margin-top: -230px;
	padding-top: 0;
	font-size: 48px;
	line-height: 1.7;
	font-weight: 700;
}
.case .caution{
	padding-top: 30px;
	font-size: 14px;
}

.example{
	padding: 75px 0 190px 0;
	font-size: 0;
}
.example .item{
	width: 360px;
	margin: 0 20px;
	padding-top: 0;
	display: inline-block;
	vertical-align: top;
}
.example .thum{
	text-align: center;
}
.example .category{
	margin-top: 30px;
	padding: 10px 20px;
	background: #EEE;
	display: inline-block;
	font-size: 14px;
}
.example .text{
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.7;
}

.step{
}
.step .h2_box{
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}
.step .h2_box::after{
	content: "";
	width: 100px;
	height: 2px;
	background: #DBDBDB;
	position: absolute; bottom: 0; left: calc(50% - 50px);
}
.step h2{
	font-size: 36px;
	font-weight: 700;
}
.step .h2_small{
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.7;
}
.step .top{
	padding-top: 45px;
	overflow-x: scroll;
}
.step .top .bar{
	width: 1500px;
	margin: 0 auto;
	padding-top: 60px;
	background: url(/img/official/index/step/bar.png) no-repeat center top;
	background-size: 1288px auto;
	font-size: 0;
}
@media screen and (min-width:1500px){
	.step .top{
		overflow: hidden;
	}
}
.step .top .item{
	width: 300px;
	padding-top: 25px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 700;
	text-align: center;
}
.step .annotation{
	display: none;
}
@media screen and (max-width:1500px){
	.step .annotation{
		padding-top: 15px;
		display: block;
		font-size: 16px;
		text-align: center;
	}
}
.step .inner{
	padding-top: 60px;
	font-size: 0;
}
.step .inner .item{
	width: 580px;
	margin-top: 40px;
	border: 2px solid #F39C11;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	line-height: 1.7;
}
.step .inner .item:nth-child(even){
	margin-left: 40px;
}
.step .inner .text{
	min-height: 250px;
	padding: 30px;
	font-size: 14px;
}
.step .inner .thum{
	width: auto;
	margin: 0;
	padding-bottom: 0;
	position: absolute;
}
.step .inner .item:nth-child(1) .thum{
	top: 8px; right: 15px;
}
.step .inner .item:nth-child(2) .thum{
	top: 15px; right: 30px;
}
.step .inner .item:nth-child(3) .thum{
	top: 50px; right: 20px;
}
.step .inner .item:nth-child(4) .thum{
	top: 65px; right: 52px;
}
.step .inner .item:nth-child(5) .thum{
	top: 55px; right: 8px;
}
.step .inner .title_box{
	border-top: 2px solid #F39C11;
	font-size: 0;
}
.step .inner .number{
	width: 150px;
	padding: 10px 0;
	background: #F39C11;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
.step .inner .title{
	width: calc(100% - 150px);
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.step .bottom{
	padding: 80px 0 90px 0;
	text-align: center;
}
.step .bottom .title{
	font-size: 36px;
	line-height: 1.7;
	font-weight: 700;
}
.step .bottom .text{
	padding-top: 40px;
	font-size: 16px;
	line-height: 1.7;
}

.faq{
	padding: 100px 0;
	background: #D9F3F9;
}
.faq .h2_box{
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}
.faq .h2_box::after{
	content: "";
	width: 100px;
	height: 2px;
	background: #DBDBDB;
	position: absolute; bottom: 0; left: calc(50% - 50px);
}
.faq h2{
	font-size: 36px;
	font-weight: 700;
}
.faq .wrapper{
	padding: 0 150px 0 130px;
}
.faq .h2_small{
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.7;
}
.faq .inner{
	margin-top: -20px;
	padding-top: 0;
}
.faq .item{
	padding-top: 50px;
}
.faq .title{
	padding-left: 50px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
}
.faq .title::before{
	content: "";
	width: 36px;
	height: 36px;
	background: url(/img/official/index/q.png) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: calc(50% - 18px); left: 0;
}
.faq .text{
	margin-top: 10px;
	padding: 15px 20px;
	background: #FFF;
	border-radius: 4px;
	font-size: 14px;
}

.bottom_content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.bottom_contact{
	width: 800px;
	min-height: 100%;
	padding: 55px 0 20px 0;
	background: #EFEFEF;
	position: absolute; top: 0; right: 0;
}
.bottom_contact::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #EFEFEF;
	position: absolute; top: 0; left: 800px;
}
.bottom_contact .h2_box{
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.bottom_contact .h2_box::after{
	content: "";
	width: 100px;
	height: 2px;
	background: #DBDBDB;
	position: absolute; bottom: 0; left: calc(50% - 50px);
}
.bottom_contact h2{
	font-size: 36px;
	font-weight: 700;
}
.bottom_contact .h2_small{
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.7;
}
.bottom_contact .inner{
	padding: 10px 0 0 0;
}
.bottom_contact .inner table{
	width: 100%;
	border-collapse: collapse;
}
.bottom_contact .inner table th,
.bottom_contact .inner table td{
	width: 100%;
	padding: 0;
	display: block;
	vertical-align: middle;
	text-align: left;
}
.bottom_contact .inner table th{
	width: 200px;
	padding: 15px 20px 0 20px;
	display: table-cell;
	font-size: 14px;
	color: #666;
	font-weight: 700;
	text-align: right;
}
.bottom_contact .inner table th.vat{
	vertical-align: top;
}
.bottom_contact .inner table td{
	width: auto;
	padding-top: 15px;
	display: table-cell;
}
.bottom_contact .inner table td label:last-child{
	margin-left: 80px;
}
.bottom_contact .inner table td input[type="radio"],
.bottom_contact .inner table td input[type="checkbox"]{
	margin-right: 15px;
}
.bottom_contact .btn_box{
	padding: 20px 0 0 200px;
	font-size: 0;
}
.bottom_contact .check{
	width: calc(100% - 240px);
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.bottom_contact .check label{
	font-size: 14px;
}
.bottom_contact .check input[type="checkbox"]{
	margin-right: 10px;
}
.bottom_contact .check a{
	color: #F39C11;
	text-decoration: underline;
}
.bottom_contact .btn{
	padding-top: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.bottom_contact .btn button{
	width: 240px;
	display: inline-block;
	vertical-align: top;
	background: #E60012;
	border: none;
	border-radius: 4px;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
	color: #FEFEFE;
}

.foot{
	width: 400px;
	min-height: 840px;
	padding-bottom: 10px;
}
.foot .wrapper{
	padding: 0;
}
.foot .link_box{
	padding-top: 50px;
	padding-bottom:100px;
	font-size: 0;
}
.foot .link_box .inner{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.foot .link_box .inner.wide{
	width: 100%;
}
.foot .link_box .item{
	padding-top: 50px;
}
.foot .link_box .title{
	padding: 0 0 10px 0;
	border-bottom: none;
	font-size: 16px;
	line-height: 25px;
	color: #666;
	font-weight: 700;
}
.foot .link_box .link{
	padding-top: 10px;
	border-bottom: none;
}
.foot .link_box .link a{
	padding: 0;
	display: inline;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	text-decoration: underline;
}
.foot .link_box .link a:hover{
	text-decoration: none;
}
.foot .bottom_text{
	margin: 40px 20px 30px 0;
	padding: 20px 10px;
	border: 1px solid #F39C11;
	text-align: center;
}
.foot .bottom_text .tel_title{
	font-size: 16px;
	color: #555;
	font-weight: 700;
}
.foot .bottom_text .tel_icon{
	margin-top: 20px;
	padding: 5px 10px;
	background: #555;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
}
.foot .bottom_text .tel_number{
	padding-top: 10px;
}
.foot .bottom_text .tel_number a{
	pointer-events: none;
}
.foot .bottom_text p{
	padding-top: 20px;
	font-size: 12px;
	line-height: 1.7;
	color: #666;
}
.foot .p_mark{
	padding: 80px 22px 70px;
	font-size: 0;
	text-align: left;
}
.foot .p_mark .acc{
	width: 52px;
	display: inline-block;
	vertical-align: middle;
}
.foot .p_mark .text{
	width: auto;
	padding-left: 32px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.7;
	color: #666;
	text-align: left;
}
.foot .lang_link{
}
.foot .lang_link .inner{
	padding: 30px 0 0 0;
}
.foot .lang_link .inner div{
	padding-top: 30px;
	border-bottom: none;
}
.foot .lang_link .inner div a{
	padding: 0;
	display: inline;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	text-decoration: underline;
}
.foot .lang_link .inner div a:hover{
	text-decoration: none;
}


/* footer */

footer{
	background: #626262;
}
footer .wrapper{
	padding: 30px 0;
	font-size: 0;
}
footer .footer_nav{
	width: 950px;
	border-top: none;
	display: inline-block;
	vertical-align: middle;
}
footer .footer_nav div{
	margin-right: 40px;
	border-bottom: none;
	display: inline-block;
	vertical-align: middle;
}
footer .footer_nav div a{
	padding: 0;
	display: inline;
	font-size: 12px;
	color: #FFF;
}
footer .copy{
	width: 250px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.sticker{
	width: 400px;
	height: 250px;
	padding: 35px 25px;
	background: #FFF;
	border-radius: 4px;
	position: fixed; top: 50px; right: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font-size: 0;
	display: none;
}
.sticker .title{
	width: 100%;
	padding-right: 0;
	display: block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
}
.sticker .btn{
	width: 290px;
	margin: 20px auto 0 auto;
	display: block;
	vertical-align: middle;
}
.sticker .btn a{
	padding: 10px 20px;
	background: #E60012;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	line-height: 1.8;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.sticker .btn a span{
	font-size: 14px;
}

.quick_c_modal{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed; top: 0; left: 0;
	z-index: 110;
}
.modal_bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.quick_modal_box{
	width: 600px;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	position: absolute; top: 50%; left: 50%;
	transform:translate(-50%,-50%);
}
.quick_modal_box .title_box{
	padding: 10px;
	color: #FFF;
	text-align: center;
}
.quick_c_modal .quick_modal_box .title_box{
	background: #e60012;
}
.quick_f_modal .quick_modal_box .title_box{
	background: #00add8;
}
.quick_modal_box .title_box .title{
	font-weight: 20px;
	font-weight: 700;
}
.quick_modal_box .title_box .title span{
	font-size: 14px;
	font-weight: 500;
}
.quick_modal_box .title_box .caution{
	padding-top: 0;
	font-size: 14px;
}
.quick_modal_box .inner{
	max-height: 60vh;
	overflow-y: auto;
	padding: 10px 50px 35px 50px;
}
.quick_modal_box .inner .item{
	padding-top: 15px;
}
.quick_modal_box .inner .item .title{
	font-size: 14px;
}
.quick_modal_box .inner .item .title span{
	color: #e60012;
}
.quick_modal_box .inner .item .input{
	padding-top: 10px;
}
.quick_modal_box .inner .item .input input,
.quick_modal_box .inner .item .input select,
.quick_modal_box .inner .item .input textarea{
	border-radius: 0;
}
.quick_modal_box .inner .item .input .short{
	width: 200px;
}
.quick_modal_box .inner .item .input_caution{
	margin-top: 10px;
	padding: 15px;
	background: #ffe57f;
	border-radius: 4px;
	font-size: 14px;
	color: #367fa9;
	font-weight: 700;
}
.quick_modal_box .inner .item .input_caution span{
	color: #e60012;
}
.quick_modal_box .btn{
	padding-bottom: 30px;
	text-align: center;
}
.quick_modal_box .btn button{
	width: 480px;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	background: #E60012;
	border: none;
	border-radius: 4px;
	outline: none;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: #FEFEFE;
}
.quick_modal_box .btn button span{
	margin-top: 10px;
	font-size: 18px;
}
.quick_modal_box .link{
}
.quick_modal_box .link a{
	padding: 15px;
	background: #f39c12;
	display: block;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
.quick_modal_box .link a span{
	display: inline-block;
	vertical-align: middle;
}
.quick_modal_box .link a strong{
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
}
.quick_modal_box .link a::before{
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(../../images/modal_acc.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.err{
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.comp{
	color: green;
	font-weight: bold;
	font-size: 26px;
}
}
