@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/
section#contact_form{
	padding-top:0;
	margin-bottom:160px;
}

ul.step {
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
	overflow: hidden;
	}
	ul.step li {
		display: inline-block;
		background: #eeeeee;
		width: 25%;
		padding: 10px 0;
		margin-right: 5%;
		color:#314b57;
		text-align: center;
		position: relative;
		}
	ul.step li:last-child {margin-right: 0;}
	ul.step li.now {background: #314b57;color: #fff;}
	ul.step li:after {
		content: "\f0da";
		font-family: FontAwesome;
		position: absolute;
		top: 10px;
		right: -14%;
		color: #ccc;
		}
	ul.step li.now:after {color: #314b57;}
	ul.step li:last-child:after {content: "";}

.read {
	text-align: center;
	margin-bottom: 30px;
	}
table.info {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	overflow: hidden;
	}
	table.info th,
	table.info td {
		width:100%;
		line-height: 1.3;
		font-weight: normal;
		vertical-align: top;
		overflow: hidden;
		}
	table.info tr.col2 th,
	table.info tr.col2 td{
		width:48%;
		}
	table.info tr.col2 th:first-of-type,
	table.info tr.col2 td:first-of-type{
		padding-right:2%;
		}
	table.info tr.col2 th:last-of-type,
	table.info tr.col2 td:last-of-type{
		padding-left:2%;
		}

	table.info th {
		position: relative;
		vertical-align: middle;
		padding: 0px;
		color: #314b57;
		font-size: 20px;
		font-weight: 500;
		}
	table.info th span{
		font-size:14px;
		font-weight: normal;
		}

	table.info td {padding: 10px 0 25px 0;}
	table.info td input,table.info td textarea {
		height: auto;
		background: #e6e6e6;
		padding: 10px;
		font-size: 20px;
		border-radius: 5px;
		border: 1px solid #485157;
		}
		table.info td input::placeholder,table.info td textarea::placeholder {
			color: #b5b5b5;
			}
		table.info td input.w01 {width: 100%;}

		table.info td textarea {width: 100%;}
		table.info td div p:first-child {margin-bottom: 10px;}


/* チェックボックス */
input[type=checkbox]{
	display: none;
	}
	.checkbox01-parts{
		position: relative;
		margin-right: 5px;
		color: #314b57;
		cursor: pointer;
		display: inline-block;
		padding: 15px 0 0 0;
		}
		.checkbox01-parts::before{
			content: "";
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 4px;
			width: 22px;
			height: 22px;
			border: 1px solid #485157;
			border-radius: 4px;
			background:#e6e6e6;
			vertical-align: middle;
			}
			input[type=checkbox]:checked + .checkbox01-parts{
				color: #E5012D;
				}
				input[type=checkbox]:checked + .checkbox01-parts::after{
					content: "";
					display: inline-block;
					position: absolute;
					top: 23px;
					left: 7px;
					width: 8px;
					height: 16px;
					transform: rotate(40deg);
					border-bottom: 2px solid #fff;
					border-right: 2px solid #fff;
					}
					input[type=checkbox]:checked + .checkbox01-parts::before{
						background: #E5012D;
						border: 1px solid #E5012D;
						}


.btn_box {
	overflow: hidden;
	position: relative;
	}
	.btn_box p{
		color:#314b57;
		}
	.btn_box .privacy_link{
		font-size:14px;
		}
.btn_box .privacy_link a:link{
	color:#f5a200;
	text-decoration: underline;
	}
.btn_box .privacy_link a:hover{
	text-decoration: none;
	}
	.btn_box .agree {
		margin-bottom: 40px;
		font-size: 20px;
		}
	.btn_box ul.btn {
			text-align: center;
			position: relative;
			}
		.btn_box ul.btn li {
			display: inline-block;
			width: 30%;
			height:68px;
			background: #314b57;
			border-radius: 34px;
			position: relative;
			margin-right: 10px;
			text-align: center;
			cursor:pointer;
			}
		.btn_box ul.btn li:hover{
			opacity: 0.6;
			}
		.btn_box ul.btn li.back {
			background: #999;
			}
		.btn_box ul.btn li:last-child {margin-right: 0;}
		.btn_box ul.btn li a {
			display: inline-block;
			padding: 12px;
			color: #fff;
			font-size: 24px;
			font-weight: 500;
			text-align: center;
			text-decoration: none;
			position: relative;
			}
		.btn_box ul.btn li a:hover {opacity: 0.6;}



/* ▼ プライバシー */
section#contact_privacy{
	padding-bottom:0;
	}
.privacy_read {
	margin-bottom: 40px;
	}
#privacy {
	}
	#privacy .title {
		margin-bottom: 15px;
		font-weight: 500;
		font-size: 24px;
		}
	#privacy dl.privacy {margin-bottom: 15px;}


#privacy ol{
	counter-reset:number01;
	list-style:none;
	margin:0;
	padding:0;
	}
	#privacy ol.privacy > li{
		padding: 0 0 0 30px;
		margin-bottom:40px;
		position: relative;
		}
		#privacy ol.privacy > li::before{
			counter-increment: number01;
			content: counter(number01)'.';
			font-size: 24px;
			font-weight: 500;
			position: absolute;
			left: 0;
			}

#privacy ol > li > ol{
	counter-reset:number02;
	list-style:none;
	margin:40px 0 0 0;
	padding:0;
	}
	#privacy ol > li > ol > li{
		padding: 0 0 0 30px;
		margin-bottom:10px;
		position: relative;
		}
		#privacy ol > li > ol > li::before{
			counter-increment: number02;
			content: counter(number02,lower-alpha)'.';
			position: absolute;
			left: 0px;
			}

#privacy ol > li > ol > li > ol{
	list-style:none;
	margin: 0;
	}
	#privacy ol > li > ol > li > ol > li{
		position: relative;
		margin: 0;
		}
		#privacy ol > li > ol > li > ol > li::before{
			content:'●';
			position:absolute;
			}

	#privacy ol.privacy > li h2.privacy_title{
		font-size: 24px;
	    font-weight: 500;
		}

.privacy_bottom{
	font-size:26px;
	font-weight: 600;
	text-align: center;
	}
	.privacy_bottom p{
		margin:0 0 25px 0;
		text-align: center;
		}
		.privacy_bottom a{
			height: 66px;
			display: inline-block;
			background: #314b57;
			border-radius: 33px;
			padding: 11px 30px;
			color: #fff;
			font-size: 24px;
			font-weight: 500;
			text-align: center;
			text-decoration: none;
			position: relative;
			}


/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

section#contact_form {
    margin-bottom: 120px;
	}	
	
ul.step {
	width: 90%;
	margin: 0 auto 15px;
	}
	ul.step li {padding: 5px 0;}
	ul.step li:after {
		top: 5px;
		right: -19%;
		}

.read {
	margin-bottom: 10px;
	font-size: 14px;
	}

table.info {
	max-width: 100%;
	}
	table.info th,
	table.info td {
		padding: 10px 0;
		font-size: 16px;
		line-height: 1.8;
		}
	table.info th {
		width: 100%;
		border: none;
		}
	table.info td {padding: 0 0 15px;}

	table.info th span {
		display: block;
		padding: 5px 0 0 0;
		}
	table.info td span {
		margin-right: 0;
		}
	table.info td input, table.info td textarea {
		padding: 10px;
		font-size: 16px;
		}

.btn_box .agree {
	margin-bottom: 20px;
	font-size: 14px;
	}
.btn_box ul.btn {
	width: 100%;
	margin: 0 auto;
	}
	.btn_box ul.btn li {
		width: 100%;
		height: 60px;
		border-radius: 30px;
		margin: 0 0 10px;
		}
		.btn_box ul.btn li a {
			padding: 10px;
			font-size: 22px;
			}
		.btn_box ul.btn li:last-child {margin-right: auto;}
	
.checkbox01-parts {
    position: relative;
    padding: 0 0 0 40px;
    margin: 15px 0 0 0;
	}
	.checkbox01-parts::before {
		margin: auto;
		position: absolute;
		left: 6px;
		top: 0;
		bottom: 0;
		}
	input[type=checkbox]:checked + .checkbox01-parts::after {
		bottom: 0;
		top:-3px;
		left: 13px;
		margin: auto;
		}
		

	
/* ▼ プライバシー */
	.privacy_read {
		margin-bottom: 20px;
	}
	
	#privacy ol.privacy > li {
		padding: 0 0 0 24px;
		margin-bottom: 20px;
		}
		#privacy ol.privacy > li::before {
			font-size: 20px;
			}
		#privacy ol.privacy > li h2.privacy_title {
			margin-bottom: 10px;
			font-size: 20px;
			}
	
	#privacy ol > li > ol {
		margin: 20px 0 0 0;
		}
	#privacy ol > li > ol > li {
		padding: 0 0 0 20px;
		}
	
	.privacy_bottom {
		margin: 40px 0 0 0;
		font-size: 20px;
		}
	.privacy_bottom a {
		height: 60px;
		border-radius: 33px;
		padding: 12px;
		font-size: 20px;
		}
	
	
	
	
	
	
	
	
}
