@charset "utf-8";
@import "base.css";

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}

body {
	font-family:'Noto Sans JP', sans-serif;
	color: #333333;
	min-width: 1200px;
}
@media only screen and (max-width:767px){
	body{
		min-width: 0;
	}
}

#content{ position:relative;}
/***************************
	header
***************************/
#header{
	width:1280px;
	max-width:90%;
	margin:30px auto 0;
    height: 50px;
}
.brSp{ display:none;}
@media only screen and (max-width:767px){
	#header{
		width:93.75%;
		max-width:93.75%;
		margin:30px auto 0;
		height: 50px;
	}
	#header .btn_logo img{
		width: auto;
		height: 40px;
	}
	.brSp{ display:block;}
}

/***************************
	secFrom
***************************/
.secForm{
	width:900px;
	margin:0 auto;
}
.secForm .tit{
	font-size:32px;
	text-align:center;
	letter-spacing:8px;
	position:relative;
	padding-top:157px;
	font-weight:bold;
}
.secForm .tit::after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 48%;
    width: 50px;
    height: 1px;
    background: #1A1A1A;
}
.secForm .arrowBox{
	font-size:0;
	margin-top:90px;
}
.secForm .arrow{
	display:inline-block;
	vertical-align:top;
	width:290px;
	line-height:60px;
	text-align:center;
	font-size:14px;
	background:#F6F6F6;
	margin-right:15px;
	letter-spacing:2px;
}
.secForm .arrow.on{
	color:#fff;
	background:#2F9505;
}
.secForm .arrow:last-child{
	margin-right:0px;
}
.secForm .txtEstate{
	background: #F6F6F6;
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
	padding: 32px 16px 35px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.secForm .txtEstate a{
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}
.secForm .txtEstate a:hover{
	opacity: 0.8;
}
.secForm .box_product{
	background:#F6F6F6;
	padding:34px 0 40px;
	margin:30px 0 15px;
}
.secForm .tit_product{
	font-size:12px;
	text-align:center;
}
.secForm .tit_product span{
	font-size:16px;
}

.secForm table{
	width:900px;
}
.secForm th{
	line-height:22px;
	width:220px;
	font-size:14px;
	padding:33px 0 25px 10px;
	vertical-align:top;
	position:relative;
	border-bottom:1px solid #E1E1E1;
	text-align:left;
}
.secForm th.time,
.secForm th.last{
	padding:23px 0 25px 10px;
}
.secForm.co th{
	padding:30px 0 30px;
}
.secForm th.last,
.secForm td.last{
	border-bottom:none;
}
.secForm td{
	font-size:14px;
	line-height:2;
	padding:25px 0 25px 30px;
	vertical-align:middle;
	border-bottom:1px solid #E1E1E1;
}
.secForm td > .opacity{
	position:relative;
}
.secForm td > .opacity::before,
.secForm th > .opacity::before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:100;
	background:#fff;
	opacity:0.8;
}
.secForm td.tel{
	padding:17px 0 25px 30px;
}
.secForm td.comment{
	padding:25px 0 15px 30px;
}
.secForm td a{
	color:#4193A7;
	text-decoration:underline;
}
.secForm .colorForm{
	border:1px solid #DFA69F;
	background:#FBF3F2;
	padding:0 10px;
}
.secForm .mainTxt{
	font-size:12px;
	line-height:183%;
	padding-top:10px;
}
.secForm .mainTxt.red{
	color:#FF0000;
}
.secForm .fRed{
	position: absolute;
    right:0px;
	font-size:12px;
	text-align:center;
	color:#923930;
	background:#F6E5E3;
	width:46px;
	padding:7px 0;
	margin-top:-6px;
	border-radius: 3px;
}
.secForm .fBlue{
	position: absolute;
    right:0px;
	font-size:12px;
	text-align:center;
	color:#478CB8;
	background:#DAE8F1;
	border-radius: 3px;
	width:46px;
	padding:7px 0;
	margin-top:-6px;
}
.secForm th.tel .fRed{
	width:90px;
}
.secForm th.last .fRed,
.secForm th.time .fBlue{
	margin-top:-16px;
}
.secForm input{
	height:40px;
	border:1px solid #CCCCCC;
	background:#FFF;
	padding:0 10px;
	box-sizing:border-box;
}
.secForm select{
	height:40px;
	border:1px solid #CCCCCC;
	background:#FFF;
	padding:0 10px;
	box-sizing:border-box;
}
.secForm textarea{
	width:640px;
	height:200px;
	border:1px solid #D4D4D4;
	background:#FFFFFF;
	padding:14px 10px;
	line-height:1.5;
	box-sizing:border-box;
}
.secForm .txtTime{
	padding:0 15px;
}
.secForm li{
	height:33px;
}
.secForm .btnZip{
	display:inline-block;
	width:100px;
	line-height:40px;
	color:#fff;
	font-weight:normal;
	background:#1C1C1C;
	text-decoration:none;
	text-align:center;
	border-radius: 5px;
	margin-left:10px;
	font-size:12px;
}
.secForm .w100{ width:100px; box-sizing:border-box;}
.secForm .w140{ width:140px; box-sizing:border-box;}
.secForm .w150{ width:150px; box-sizing:border-box;}
.secForm .w180{ width:180px; box-sizing:border-box;}
.secForm .w300{ width:300px; box-sizing:border-box;}
.secForm .w490{ width:490px; box-sizing:border-box;}
.secForm .w500{ width:500px; box-sizing:border-box;}
.secForm .mt-5{ margin-top:-5px;}
.secForm .mt10{ margin-top:10px;}
.secForm .mb20{ margin-bottom:20px;}
.secForm .ml5{ margin-left:5px;}
.secForm .ml7{ margin-left:7px;}
.secForm .ml10{ margin-left:10px;}
.secForm .ml25{ margin-left:25px;}
.secForm .ml40{ margin-left:40px;}
.secForm .line01{
	font-size:13px;
	line-height:180%;
	padding-top:20px;
}
.secForm .line02{
	font-size:12px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:5px;
}
.secForm .btn{
	display: block;
    max-width: 350px;
    height: 50px;
    margin: 60px auto 100px;
    padding: 31px 0 0;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
	background: #4294A8;
    border-radius: 1000px;
    color: #FFF;
}
.secForm .txtError{
	padding:10px 0 0 17px;
	color:#f00;
	background:url(../img/form/iconError.png) left 10px no-repeat;
	font-size:12px;
	line-height:14px;
	text-align:left;
}
.secForm .boxForm{
	background:#F6F6F6;
	padding: 27px 35px 27px;
	margin-top:15px;
}
.secForm .boxForm p{
	font-size:12px;
	line-height:24px;
}
.secForm .boxForm p span{
	color:#FF0000;
}
.secForm .btn_prev{
	background:#F6F6F6;
	line-height:80px;
	text-align:center;
	display:block;
	color:#00396B;
	font-size:13px;
	text-decoration:underline;
	margin:0 0 150px;
	letter-spacing:1px;
}
.secForm .btn_prev:hover{
	opacity:0.8;
}
.secForm .box_tel{
	width:600px;
	margin:0 auto 150px;
}
.secForm .btn_form,
.secForm .btn_ok,
.secForm .btn_top{
	display:block;
	width:400px;
	margin:50px auto 70px;
}
.secForm .btn_ok{
	margin:50px auto 50px;
}
.secForm .btn_form:hover,
.secForm .btn_ok:hover,
.secForm .btn_prev:hover,
.secForm .btn_top:hover{
	opacity:0.8;
}
.secForm .co_text {
    font-size: 12px;
    line-height: 24px;
	padding:20px 0;
}
.secForm .txtGuideTel{
	padding:0 0 2px;
}
.secForm .txtGuideTel02{
	padding:8px 0 2px;
}
.spOnly {
    display: none;
}
#ui-datepicker-div{
	background:#fff !important;
}

@media only screen and (max-width:767px){
	.secForm{
		width:100%;
	}
	.spOnly {
		display: block;
	}
	.secForm table {
		width: 100%;
	}
	.secForm th,
	.secForm th.time,
	.secForm th.last ,
	.secForm td.first{
		display:block;
		width:94%;
		padding:30px 3% 0;
		border-bottom:none;
	}
	.secForm td ,
	.secForm td.comment,
	.secForm td.tel{
		display:block;
		width:94%;
		padding:30px 3%;
	}
	.secForm .fRed,
	.secForm .fBlue {
 	   right: 20px;
	}
	.secForm .tit {
		font-size: 26px;
		letter-spacing: 4px;
		padding-top: 50px;
	}
	.secForm .tit::after {
		left: 43%;
	}
	.secForm .arrow {
		width: 32.65%;
		margin-right: 1%;
		letter-spacing: 1px;
		font-size: 12px;
	}
	.secForm .txtEstate{
		font-size: 14px;
		line-height: 21px;
		margin-top: 15px;
		padding: 15px 3%;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
	}
	.secForm .co_text {
		padding: 20px 20px 0;
	}
	.secForm .btn_form,
	.secForm .btn_ok,
	.secForm .btn_prev,
	.secForm .btn_top {
		width: 80%;
		margin: 50px auto 50px;
	}
	.secForm .btn_form{
		margin: 50px auto 30px;
	}
	.secForm .btn_ok{
		margin: 50px auto 0px;
	}
	.secForm .aPrev {
		display:block;
		margin: 20px 20px 0;
	}
	.secForm .box_tel {
		width: 80%;
		margin: 0 auto 60px;
	}
	.secForm .w100{
		width:30%;
	}
	.secForm .w150{
		width:48%;
	}
	.secForm .w490,
	.secForm .w500,
	.secForm textarea {
		width: 100%;
	}
	.secForm .ml5{ margin-left:0; margin-top:10px;}
}

/***************************
	footer
***************************/
#footer{
	background:#444;
}
#footer .inner{
	width:1100px;
	margin:0 auto;
	font-size:0;
	padding:45px 0 42px;
}
#footer .footer_logo{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
}
#footer .txt_details{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	margin-left:40px;
	letter-spacing:2px;
}
#footer .compamy_tit{
	font-weight:bold;
	font-size:15px;
}
#footer .txt_footer{
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	padding:10px 0 0 ;
}
#footer .btn_company{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
	color:#fff;
	font-size:15px;
	border:1px solid #fff;
	border-radius: 50px;
	width:240px;
	text-align:center;
	line-height:60px;
	text-decoration:none;
	float:right;
	letter-spacing: 1px;
}
#footer .btn_company:hover{
	opacity: 0.8;
}
#copy,
#copy02{
	background:#FFFFFF;
	text-align:center;
	height:50px;
}
#copy p,
#copy02 p{
	color:#333333;
	font-size:11px;
	text-align:center;
	line-height:50px;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	#footer .inner{
		width:94.67%;
	    padding: 40px 0;
		text-align: center;
	}
	#footer .footer_logo {
		display: block;
		width:126px;
		margin:0 auto 20px;
	}
	#footer .footer_logo img{
		width: 100%;
		height: auto;
	}
	#footer .txt_footer{
		line-height:20px;
		letter-spacing: 1px;
	}
	#footer .txt_details {
		display: block;
		margin:19px auto 30px;
	}
	#footer .btn_company {
		display: block;
		float: none;
		margin:20px auto 0px;
		letter-spacing: 0.5px;
		width: 205px;
		line-height: 48px;
		border: 1px solid #A1A1A1;
	}
	#copy{
    	padding-bottom: 90px;
	}
	#copy p,
	#copy02 p{
		letter-spacing: 0.5px;
	}
}
