@charset "utf-8";

/* common
---------------------------------------- */
main {
	padding-top: 102px;
}
main h1 img{
	margin-bottom:0px;
}
#topicpath{
	margin-bottom: 25px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
p.lead{
}
p.privacy a{
	display:inline;
    color:#ee9000;
    text-decoration: underline;
}
.btn {
    clear: both;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    background-color: #ee9000!important;
    color: #FFF!important;
    width: 80%;
    max-width: 240px;
    min-width: 100px;
    height: 58px;
    line-height: 58px;
    transition: all 0.6s;
    margin: 0 auto;
}
.btn:hover {
	opacity: 0.6;
}

@media screen and (max-width: 640px){
	main {
		padding-top:65px;
	}
	main h1 img{
	}
	p.lead, p.privacy{
		width:calc(100% - 40px);
		display:inline-block;
		text-align: justify;
		margin: 0 auto;
	}
	.btn {
		font-size: 14px;
		width: 80%;
		max-width: 220px;
		min-width: 100px;
		height: 40px;
		line-height: 40px;
	}
}


/* contact
---------------------------------------- */
#contact{
	box-sizing: border-box;
	width:calc(100% - 100px);
	max-width:700px;
	margin:30px auto 0 auto;
}
#contact .contentInc{
}
#contact .about_reserved{
	margin:0 auto 30px auto;
	border:1px dotted #666;
	border-radius:6px;
	padding:0px 40px 30px 40px;
}
#contact h3.title{
	text-align: center;
	color:#0071D0;
	font-size:16px;
	padding-top:25px;
	padding-bottom:5px;
}
#contact .about_reserved p{
	text-align:justify;
}
#contact .about_reserved p.privacy{
	text-align:center;
	padding-top:20px;
}
#contact p.lead{
	text-align: center;
	font-size:16px;
	margin:0 auto 15px auto;
}
#contact p.privacy{
	text-align: center;
	margin-bottom:20px;
}
#contact .about_tel{
	margin:0 auto 30px auto;
	/* bpadding:18px;
	border:1px dotted #666;
	border-radius: 6px; */
	font-size:16px;
}
#contact .about_tel p.about{
	text-align: center;
	margin-bottom:1px;
}
#contact .about_tel p.company{
	text-align: center;
	margin-bottom:4px;
	font-weight: bolder;
}
#contact .about_tel p.tel{
	text-align: center;
	font-size:13px;
}
#contact .about_tel p.tel span.num{
	font-size:20px;
	color:#0071D0;
	font-weight: bolder;
	padding-right:0px;
	line-height: 160%;
}
#contact label {
    cursor: pointer;
}
span.must {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
	border:1px solid #ee9000;
	padding:4px 4px 4px 4px;
	line-height: 100%;
	color:#ee9000;
	margin-left:10px;
	margin-right:0;
	vertical-align:top;
	font-family:"Gothic Medium BBB", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background-color: #FFF;
}

@media screen and (max-width:800px){ 
	#contact{
		width:calc(100% - 40px);
		margin:20px auto 0 auto;
	}
	#contact .about_reserved{
		margin:0 auto 25px auto;
		border-radius:3px;
		padding:0px 0px 25px 0;
	}
	#contact h3.title{
		font-size:16px;
		padding-top:20px;
		padding-bottom:6px;
	}
	#contact .about_reserved p{
		text-align:left;
		font-size:14px;
	}
	#contact .about_reserved p.privacy{
		text-align:left;
		padding-top:5px;
	}
	#contact p.lead{
		text-align: justify;
		margin:0 auto 0px auto;
	}
	#contact p.privacy{
		text-align: left;
		margin-bottom:20px;
	}
	#contact .about_tel{
		margin:0 auto 30px auto;
		/* bpadding:18px;
		border:1px dotted #666;
		border-radius: 6px; */
		font-size:16px;
	}
	#contact .about_tel p.about{
		text-align: center;
		margin-bottom:1px;
	}
	#contact .about_tel p.company{
		text-align: center;
		margin-bottom:4px;
		font-weight: bolder;
	}
	#contact .about_tel p.tel{
		text-align: center;
		font-size:13px;
	}
	#contact .about_tel p.tel span.num{
		font-size:20px;
		color:#0071D0;
		font-weight: bolder;
		padding-right:0px;
		line-height: 160%;
	}
	#contact label {
		cursor: pointer;
	}
	span.must {
		display: inline-block;
		font-size: 12px;
		font-weight: normal;
		border-radius: 4px;
		padding:4px 4px 5px 4px;
		line-height: 100%;
		margin-left:10px;
		margin-right:0;
		vertical-align:top;
		font-family:"Gothic Medium BBB", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		background-color: #FFF;
	}
}

/* form_area
---------------------------------------- */
#contact .form_area{
	text-align:center;
	margin:0 auto 0px auto;
	padding-bottom: 100px;
}
#contact dl{
	/*
	margin:0;
	padding:10px 25px 10px 25px;
	border-top:1px solid #F2E9DB;
	border-bottom:1px solid #F2E9DB;
	border-left:1px solid #F2E9DB;
	border-right:1px solid #F2E9DB;
	*/
	padding:15px 0px 3px 0;
	border-bottom:1px dotted #444;
}
#contact dl.top{
	/*
	margin:0;
	padding:10px 25px 10px 25px;
	border-top:1px solid #F2E9DB;
	border-bottom:1px solid #F2E9DB;
	border-left:1px solid #F2E9DB;
	border-right:1px solid #F2E9DB;
	*/
	border-top:1px dotted #444;
}
#contact dl.bg{
	background-color: #EEE;
	background-color:inherit;
}
#contact dt{
	clear:both;
	display:block;
	padding:13px 0 5px 5px;
	text-align: left;
	font-weight: normal;
	/*width:100%;*/
	width:200px;
	float: left;
}
#contact dd{
	display:block;
	/*
	clear:both;
	width:100%;
	*/
	padding:0px 0 2px 0;
	text-align: left;

	clear: none;
	width:calc(100% - 220px);
	float: right;
}
#contact input[type='text'], #contact input[type='email'], #contact input[type='tel'], #contact input[type='number'], #contact input[type='date'], #contact select{
	box-sizing: border-box;
	width:calc(100% - 10px);
	height: 46px;
	padding:8px 12px 8px 15px;
	margin:0 5px 10px 5px;
	font-size:15px;
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; */
    transition: all 0.2s linear;
	border-radius:3px;
	border: solid 1px #CCC;
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
    background-color: #FFFFEE;
    background-color: #F8F8F8;
	scroll-padding-top: 100px;
}
input{
	cursor: pointer;
}
#contact input::placeholder, #contact select::placeholder{
	color: #AAA;
}
#contact dd p.midashi{
	box-sizing: border-box;
	display:inline-block;
	width:160px;
	padding: 0 0 0 10px;
}
#contact input.wide_s{
	width:100%;
	max-width:80px;
}
#contact input.wide_m,#contact select.wide_m{
	width:100%;
	max-width:250px;
}
#contact input.wide_m2,#contact select.wide_m2{
	width:100%;
	max-width:345px;
}
#contact select{
	padding:5px 5px 5px 20px;
}
#contact select option{
	padding:5px 5px 5px 20px;
}
#contact p.alert{
	padding:0 5px 10px 5px;
	margin-top: 0px;
	color:#C00;
	font-size:14px;
	line-height: 140%;
}
#contact input:focus{
	background:#EBF5E6;
	background:#FFF;
}
#contact textarea{
	box-sizing: border-box;
	width:calc(100% - 10px);
	height:160px;
	padding:12px 12px 12px 15px;
	margin:0 5px 10px 5px;
	font-size:15px;
    transition: all 0.2s linear;
	border-radius:4px;
    border: solid 1px #CCC;
	cursor: pointer;
	background:#FFF;
    background-color: #FFFFEE;
    background-color: #F8F8F8;
}
#contact textarea:focus{
	background:#EBF5E6;
	background:#FFF;
}
#contact input.submit{
	border:none;
	margin-top:50px;
	border-radius:3px;
}

@media screen and (max-width:800px){ 
	#contact .form_area{
		padding-bottom:50px;
	}
	#contact dl{
		padding:10px 0px 3px 0;
	}
	#contact dl.top{
	}
	#contact dt{
		clear:both;
		padding:0px 0 5px 0px;
		font-size:16px;
		width:100%;
		float:none;
	}
	#contact dd{
		clear:both;
		display:block;
		width:100%;
		padding:2px 0 0px 0;
		float: none;
	}
	#contact input[type='text'], #contact input[type='email'], #contact input[type='tel'], #contact input[type='number'], #contact input[type='date'], #contact select{
		box-sizing: border-box;
		width:calc(100% - 10px);
		height: 46px;
		padding:8px 12px 8px 10px;
		margin:0 5px 12px 0px;
		font-size:15px;
		/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; */
		transition: all 0.2s linear;
		border-radius:3px;
		border: solid 1px #CCC;
		-webkit-appearance: none;
		cursor: pointer;
		display: inline-block;
		background-color: #FFFFEE;
		background-color: #F8F8F8;
		vertical-align: middle;
	}
	input{
		cursor: pointer;
	}
	#contact input::placeholder, #contact select::placeholder{
		color: #AAA;
	}
	#contact dd p.midashi{
		box-sizing: border-box;
		display:inline-block;
		width:160px;
		padding: 0 0 10px 0px;
	}
	#contact input.wide_s{
		width:100%;
		max-width:80px;
	}
	#contact input.wide_m,#contact select.wide_m{
		width:100%;
		max-width:200px;
	}
	#contact input.wide_m2,#contact select.wide_m2{
		width:100%;
		max-width:345px;
	}
	 #contact select{
		padding:5px 5px 5px 20px;
	}
	#contact select option{
		padding:5px 5px 5px 20px;
	}
	#contact p.alert{
		padding:0 5px 10px 5px;
		margin-top: 0px;
		color:#C00;
		font-size:14px;
		line-height: 140%;
	}
	#contact input:focus{
		background:#EBF5E6;
		background:#FFF;
	}
	#contact textarea{
		box-sizing: border-box;
		width:calc(100% - 0px);
		height:160px;
		padding:12px 12px 12px 15px;
		margin:0 0px 10px 0px;
		font-size:15px;
		transition: all 0.2s linear;
		border-radius:4px;
		border: solid 1px #CCC;
		cursor: pointer;
		background:#FFF;
		background-color: #FFFFEE;
		background-color: #F8F8F8;
		box-shadow:inherit;
	}
	#contact textarea:focus{
		background:#EBF5E6;
		background:#FFF;
	}
	#contact input.submit{
		border:none;
		margin-top:50px;
		height:60px!important;
		line-height:60px!important;
	}
	
	input[type="submit"],input[type="button"] {
		border-radius:2px;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}
	
}


/* confirm
---------------------------------------- */
#contact div.confirm{
	width:100%;
	max-width:800px;
	margin: 0 auto 60px auto;
}
#contact div.confirm dl{
	border-bottom:1px #666 dotted;
	padding:16px 0 14px 0;
	margin-bottom: 0;
}
#contact div.confirm dl:first-child{
	border-top:1px #666 dotted;
}
#contact div.confirm dl:last-child{
	margin-bottom:50px;
}
#contact div.confirm dt{
	box-sizing: border-box;
	padding-top:0px;
	width:25%;
	float: left;
}
#contact div.confirm dd{
	clear: none;
	box-sizing: border-box;
	float: left;
	width:75%;
	padding:0;
	font-weight: normal;
}
#contact div.confirm div.backBtn{
	display:block;
	float:left;
	text-align:left;
	padding-top:60px;
}
#contact div.confirm div.submitBtn{
	display:block;
	float:right;
	width:calc(70% - 0px);
	text-align:center;
	padding-top:60px;
}
#contact div.confirm input.submit{
	margin:0 0 0 auto;
}
#contact div.confirm input.back{
	display:block;
	margin:0 0 0 0;
	font-size:16px;
	border-style:none;
	cursor:pointer;
	background-color:#EEE!important;
	color: #999!important;
	height: 58px!important;
    line-height: 58px!important;
	padding:0;
	border-radius:3px;
}
@media screen and (max-width:650px){
	#contact p.tcenter_sp{
		text-align: center;
		margin-bottom: 20px;
	}
	#contact div.confirm{
		margin: 0 auto 20px auto;
	}
	#contact div.confirm dl{
		width:calc(100% - 0px);
		padding:14px 0 10px 0;
	}
	#contact div.confirm dl:last-child{
		margin-bottom:40px;
	}
	#contact div.confirm dt{
		text-align:left;
		width:100%;
		padding-bottom:5px;
	}
	#contact div.confirm dd{
		font-size:15px;
		width:90%;
		min-width:220px;
		padding-bottom:2px;
	}
	#contact div.confirm div.backBtn{
		display:block;
		float:left;
		width:calc(18% - 0px);
		text-align:left;
		padding-top:40px;
		border-radius: 0;
	}
	#contact div.confirm input.back{
		display:block;
		margin:0;
		width:100%;
		height:60px!important;
		line-height:60px!important;
		border-radius: 0;
	}
	#contact div.confirm div.submitBtn{
		display:block;
		float:right;
		width:calc(50% - 0px);
		text-align:right;
		padding-top:40px;
	}
	#contact div.confirm input.submit{
		width:100%;
		height:60px!important;
		line-height:60px!important;
		margin:0 0 0 auto;
	}
}

/* complete
---------------------------------------- */
div.complete{
	width:100%;
	max-width: 600px;
	padding-bottom:150px!important;
	margin: 0 auto;
}
div.complete p.lead4{
	font-size:16px;
	text-align:center;
	line-height: 160%;
	margin-bottom: 10px;
}
div.complete p span.attention{
	font-size:12px;
}
div.complete .btn{
	margin:50px auto 0px auto!important;
}
@media screen and (max-width:650px){
	#contact {
	}
	div.complete{
		padding-bottom:100px!important;
	}
	div.complete p.lead4{
		width:calc(100% - 0px)!important;
		text-align:left!important;
		font-size:14px!important;
		margin: 0 auto;
		line-height: 140%;
	}
	div.complete .lead4 span.attention{
		padding-top: 15px;
		line-height: 100%;
	}
	div.complete p.about_domain{
		width:calc(100% - 20px)!important;
		margin:0 auto 60px auto!important;
		padding:10px 15px 10px 15px!important;
	}
	div.complete .btn{
		margin:30px auto 0px auto!important;
	}
}
