@charset "utf-8";

/* wrapper
---------------------------------------- */
#wrapper h1.title{
	margin-bottom:30px;
}
@media screen and (max-width:800px){
	#wrapper h1.title{
		margin-bottom:20px;
	}
}

/* content
---------------------------------------- */
#content{
	box-sizing: border-box;
	width:calc(100% - 100px);
	max-width:700px;
	margin:0 auto 0 auto;
}
#content .contentInc{
}
#content .about_reserved{
	margin:0 auto 30px auto;
	border:1px dotted #666;
	border-radius:6px;
	padding:0px 40px 30px 40px;
}
#content h3.title{
	text-align: center;
	color:#0071D0;
	font-size:16px;
	padding-top:25px;
	padding-bottom:5px;
}
#content .about_reserved p{
	text-align:justify;
}
#content .about_reserved p.privacy{
	text-align:center;
	padding-top:20px;
}
#content p.lead{
	text-align: center;
	font-size:18px;
	margin:0 auto 15px auto;
}
#content p.privacy{
	text-align: center;
	margin-bottom:20px;
}
#content .about_tel{
	margin:0 auto 30px auto;
	/* bpadding:18px;
	border:1px dotted #666;
	border-radius: 6px; */
	font-size:16px;
}
#content .about_tel p.about{
	text-align: center;
	margin-bottom:1px;
}
#content .about_tel p.company{
	text-align: center;
	margin-bottom:4px;
	font-weight: bolder;
}
#content .about_tel p.tel{
	text-align: center;
	font-size:13px;
}
#content .about_tel p.tel span.num{
	font-size:20px;
	color:#0071D0;
	font-weight: bolder;
	padding-right:0px;
	line-height: 160%;
}
#content label {
    cursor: pointer;
}
span.must {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
	border:1px solid #0071D0;
	border:1px solid #E98200;
	padding:4px 4px 4px 4px;
	line-height: 100%;
	color:#C00;
	color:#0071D0;
    color:#E98200;
	margin-left:10px;
	margin-right:0;
	vertical-align:top;
	font-family:"Gothic Medium BBB", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background-color: #FFF;
}
#content .btn.blue {
    background-color:#31A5B1!important;
}

@media screen and (max-width:800px){ 
	#content{
		width:calc(100% - 40px);
		margin:0 auto 0 auto;
	}
	#content .about_reserved{
		margin:0 auto 25px auto;
		border-radius:3px;
		padding:0px 0px 25px 0;
	}
	#content h3.title{
		font-size:16px;
		padding-top:20px;
		padding-bottom:6px;
	}
	#content .about_reserved p{
		text-align:left;
		font-size:14px;
	}
	#content .about_reserved p.privacy{
		text-align:left;
		padding-top:5px;
	}
	#content p.lead{
		text-align: justify;
		margin:0 auto 0px auto;
		font-size:16px;
	}
	#content p.privacy{
		text-align: left;
		margin-bottom:20px;
	}
	#content .about_tel{
		margin:0 auto 30px auto;
		/* bpadding:18px;
		border:1px dotted #666;
		border-radius: 6px; */
		font-size:16px;
	}
	#content .about_tel p.about{
		text-align: center;
		margin-bottom:1px;
	}
	#content .about_tel p.company{
		text-align: center;
		margin-bottom:4px;
		font-weight: bolder;
	}
	#content .about_tel p.tel{
		text-align: center;
		font-size:13px;
	}
	#content .about_tel p.tel span.num{
		font-size:20px;
		color:#0071D0;
		font-weight: bolder;
		padding-right:0px;
		line-height: 160%;
	}
	#content 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
---------------------------------------- */
#content .form_area{
	text-align:center;
	margin:0 auto 0px auto;
	padding-bottom: 100px;
}
#content form{
	text-align:center;
}

#content .confirm .form_area{
    border-top: 1px #666 dotted;
}

#content 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;
	border-bottom:1px dotted #444;
	*/
	padding:5px 0px 3px 0;
}
#content 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;
	*/
}
#content dl.bg{
	background-color: #EEE;
	background-color:#F2E9DB;
	background-color: #fff;
}
#content dt{
	clear:both;
	display:block;
	padding:10px 0 5px 5px;
	font-size:16px;
	font-weight: 400;
	
	/*width:100%;*/
	width:210px;
	float: left;
}
#content dd{
	display:block;
	/*
	clear:both;
	width:100%;
	*/
	padding:2px 0 5px 0;

	clear: none;
	width:calc(100% - 230px);
	float: right;
}
#content input[type='text'], #content input[type='email'], #content input[type='tel'], #content input[type='number'], #content input[type='date'], #content select{
	box-sizing: border-box;
	width:calc(100% - 10px);
	height: 46px;
	padding:8px 12px 8px 15px;
	margin:0 5px 12px 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;
	*/
}
input{
	cursor: pointer;
}
#content input::placeholder, #content select::placeholder{
	color: #AAA;
}
#content dd.unit input{
	box-sizing: border-box;
	width:calc(100% - 90px);
	float: left;
	border:none;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-radius:3px 0 0 3px;
}
#content dd.unit p{
	box-sizing: border-box;
	display: block;
	width:80px;
	float: right;
    background-color: #F8F8F8;
	border-radius:0 3px 3px 0;
	border:solid 1px #CCC;
	/*
	border:none;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	*/
	text-align: center;
	padding:8px 12px 8px 15px;
}
#content dd p.midashi{
	box-sizing: border-box;
	display:inline-block;
	width:160px;
	padding: 0 0 0 10px;
}
#content input.wide_s{
	width:100%;
	max-width:80px;
}
#content input.wide_m,#content select.wide_m{
	width:100%;
	max-width:250px;
}
#content input.wide_m2,#content select.wide_m2{
	width:100%;
	max-width:345px;
}
 #content select{
	padding:5px 5px 5px 20px;
}
#content select option{
	padding:5px 5px 5px 20px;
}
#content p.alert{
	padding:0 5px 10px 5px;
	margin-top: 0px;
	color:#C00;
	font-size:14px;
	line-height: 140%;
}
#content input:focus{
	background:#EBF5E6;
	background:#FFF;
}
#content 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;
	*/
}
#content textarea:focus{
	background:#EBF5E6;
	background:#FFF;
}
#content input.submit{
	border:none;
	margin-top:50px;
	font-size:15px;
}

@media screen and (max-width:800px){ 
	#content .form_area{
		padding-bottom:50px;
	}
	#content .form_area{
		padding-top:10px;
		padding-bottom:50px;
	}
	#content dl{
		padding:0px 0px 3px 0;
	}
	#content dl.top{
	}
	#content dt{
		clear:both;
		padding:0px 0 5px 0px;
		font-size:16px;
		width:100%;
		float:none;
	}
	#content dd{
		clear:both;
		display:block;
		width:100%;
		padding:2px 0 5px 0;
		float: none;
	}
	#content input[type='text'], #content input[type='email'], #content input[type='tel'], #content input[type='number'], #content input[type='date'], #content 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;
	}
	#content input::placeholder, #content select::placeholder{
		color: #AAA;
	}
	#content dd p.midashi{
		box-sizing: border-box;
		display:inline-block;
		width:160px;
		padding: 0 0 10px 0px;
	}
	#content input.wide_s{
		width:100%;
		max-width:80px;
	}
	#content input.wide_m,#content select.wide_m{
		width:100%;
		max-width:200px;
	}
	#content input.wide_m2,#content select.wide_m2{
		width:100%;
		max-width:345px;
	}
	 #content select{
		padding:5px 5px 5px 20px;
	}
	#content select option{
		padding:5px 5px 5px 20px;
	}
	#content p.alert{
		padding:0 5px 10px 5px;
		margin-top: 0px;
		color:#C00;
		font-size:14px;
		line-height: 140%;
	}
	#content input:focus{
		background:#EBF5E6;
		background:#FFF;
	}
	#content 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;
	}
	#content textarea:focus{
		background:#EBF5E6;
		background:#FFF;
	}
	#content input.submit{
		border:none;
		margin-top:20px;
	}
	
	input[type="submit"],input[type="button"] {
		-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
---------------------------------------- */
#content div.confirm{
	width:100%;
	max-width:800px;
	margin: 0 auto 60px auto;
}
#content div.confirm dl{
	border-bottom:1px #666 dotted;
	padding:16px 0 14px 0;
	margin-bottom: 0;
}
#content div.confirm dl:first-child{
	/*
	border-top:1px #666 dotted;
	*/
}
#content div.confirm dl:last-child{
	margin-bottom:50px;
}
#content div.confirm dt{
	box-sizing: border-box;
	padding-top:0px;
	width:25%;
	float: left;
}
#content div.confirm dd{
	clear: none;
	box-sizing: border-box;
	float: left;
	width:75%;
	padding:0;
	font-weight: normal;
}
#content div.confirm div.backBtn{
	display:block;
	float:left;
	text-align:left;
	padding-top:60px;
    width:30%;
}
#content div.confirm div.submitBtn{
	display:block;
	float:right;
	width:calc(70% - 0px);
	text-align:center;
	padding-top:60px;
}
#content div.confirm input.submit{
	margin:0 0 0 auto;
}
#content div.confirm input.back{
	display:block;
	margin:0 0 0 0;
	border-style:none;
	cursor:pointer;
	background-color:#FFF!important;
	color: #666!important;
	padding:0;
    width:100%;
    background-image: url("../../common/img/icon_arrow_left.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size:16px;
}

@media screen and (max-width:650px){
	#content p.tcenter_sp{
		text-align: center;
		margin-bottom: 20px;
	}
	#content div.confirm{
		margin: 0 auto 20px auto;
	}
	#content div.confirm dl{
		width:calc(100% - 0px);
		padding:14px 0 10px 0;
	}
	#content div.confirm dl:last-child{
		margin-bottom:40px;
	}
	#content div.confirm dt{
		text-align:left;
		width:100%;
		padding-bottom:3px;
		font-weight:500;
	}
	#content div.confirm dd{
		font-size:15px;
		width:90%;
		min-width:220px;
		padding-bottom:2px;
	}
	#content div.confirm div.backBtn{
		display:block;
		float:left;
		width:calc(18% - 0px);
		text-align:left;
		padding-top:40px;
	}
	#content div.confirm input.back{
		display:block;
		margin:0;
		width:100%;
		height:40px!important;
		line-height:40px!important;
	}
	#content div.confirm div.submitBtn{
		display:block;
		float:right;
		width:calc(50% - 0px);
		text-align:right;
		padding-top:40px;
	}
	#content div.confirm input.submit{
		width:100%;
		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){
	#content {
		padding-bottom:40px;
	}
	div.complete{
		padding-bottom:0px!important;
	}
	div.complete p.lead4{
		width:calc(100% - 0px)!important;
		text-align:left!important;
		font-size:14px!important;
		margin: 20px auto 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 30px auto!important;
	}
}


/* privacy
---------------------------------------- */
#content.privacy{
	padding-bottom:40px;
}
#content.privacy h2{
	margin-bottom: 7px;
	color: #31AAB1;
}
#content.privacy p{
	margin-bottom: 30px;
}

@media screen and (max-width:650px){
	#content.privacy{
		padding-top:0px;
		padding-bottom:15px;
	}
	#content.privacy h2{
		font-size:20px;
		margin-bottom:7px;
		color: #31AAB1;
	}
	#content.privacy p{
		margin-bottom: 25px;
	}
}




