@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	article {
		width: 1130px;
		margin: 50px auto 0;
	}
	
	article section{
		width: 980px;
		margin: 0 auto;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	article section h3{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 40px;
	}
	
	/*article section h3 span{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		color: #000;
		border-bottom: 3px solid #0071BC;
	}*/
	
	article section p.text{
		width: 780px;
		margin: 0 auto 50px;
	}
	
	article section ul.block{
		width: 780px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	
	article section ul.block li.block_l{
		width: 200px;
	}
	
	article section ul.block li.block_r{
		width: 570px;
	}
	
	article section ul.block li.block_r input,
	article section ul.block li.block_r textarea{
		width: 100%;
		padding: 6px;
	}
	
	span.req {color: #e71f19;}
	
	article section ul.block li.block_r ul{
		width: 100%;
	}
	
	article section ul.block li.block_r ul li{
		display: inline-block;
		margin-right: 1.5em;
	}
	
	article section ul.block li.block_r ul li input{
		width: auto;
		margin-right: 0.5em;
	}
	
	article section ul.block li.block_r p.cap{
		color: #666767;
		padding-top: 5px;
	}
	
	article section .consent {
		text-align: center;
		padding-top: 90px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	article section .consent p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	article section .consent input{
		width: auto;
		margin-right: 0.5em;
	}
	
	article section .consent p a{
		color: #0068b7;
		text-decoration: underline;
	}
	
	article section div.btn_box{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		padding-top: 90px;
	}
	
	article section div.btn_box input.submit,
	article section div.btn_box input.back{
		width: 200px;
		font-size: 16px;
		padding: 18px 0;
		line-height: 1;
		background: #898989;
		color: #FFF;
		margin: 0 10px;
		border: none;
		cursor: pointer!important;
		transition-duration: 0.5s;
	}
	
	article section div.btn_box input.submit:hover,
	article section div.btn_box input.back:hover{
		opacity: 0.7;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	article {
		width: 100%;
		margin-top: 50px;
	}
	
	article section{
		width: 94%;
		margin: 0 auto;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	article section h3{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 40px;
	}
	
	article section h3 span{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		color: #000;
		border-bottom: 3px solid #0071BC;
	}
	
	article section p.text{
		width: 100%;
		margin: 0 auto 50px;
	}
	
	article section ul.block{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	
	article section ul.block li.block_l{
		width: 100%;
	}
	
	article section ul.block li.block_r{
		width: 100%;
	}
	
	article section ul.block li.block_r input,
	article section ul.block li.block_r textarea{
		width: 100%;
		padding: 6px;
		border: 1px solid #ccc;
	}
	
	span.req {color: #e71f19;}
	
	article section ul.block li.block_r ul{
		width: 100%;
	}
	
	article section ul.block li.block_r ul li{
		display: inline-block;
		margin-right: 1.5em;
	}
	
	article section ul.block li.block_r ul li input{
		width: auto;
		margin-right: 0.5em;
	}
	
	article section ul.block li.block_r p.cap{
		color: #666767;
		padding-top: 5px;
	}
	
	article section .consent {
		text-align: center;
		padding-top: 90px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	article section .consent p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	article section .consent input{
		width: auto;
		margin-right: 0.5em;
	}
	
	article section .consent p a{
		color: #0068b7;
		text-decoration: underline;
	}
	
	article section div.btn_box{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		padding-top: 90px;
	}
	
	article section div.btn_box input.submit,
	article section div.btn_box input.back{
		width: 200px;
		font-size: 16px;
		padding: 18px 0;
		line-height: 1;
		background: #898989;
		color: #FFF;
		margin: 0 10px;
		border: none;
		cursor: pointer!important;
		transition-duration: 0.5s;
	}
	
	article section div.btn_box input.submit:hover,
	article section div.btn_box input.back:hover{
		opacity: 0.7;
	}
}