@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/

h2{
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}
h2::before{
	content: '';
	display: inline-block;
	width: 37px;
	height: 26px;
	background: url(../img/contact/icon_mail.png) no-repeat center center/cover;
	margin-right: 20px;
	vertical-align: middle;
}
h2 span{
	vertical-align: middle;
}
h2 + .read{
	text-align: center;
	padding-bottom: 45px;
	margin-bottom: 55px;
	border-bottom: #CCCCCC 1px solid;
}

ul.step {
	width: 100%;
	margin-bottom: 45px;
	overflow: hidden;
	}
	ul.step li {
		display: inline-block;
		background: #eeeeee;
		width: 22%;
		padding: 10px 0;
		margin-right: 4%;
		text-align: center;
		position: relative;
		}
	ul.step li:last-child {margin-right: 0;}
	ul.step li.now {background: #26A07B;color: #fff;}
	ul.step li:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-width: 12px 0 12px 12px;
		border-style: solid;
		border-color: transparent transparent transparent #CCCCCC;
		position: absolute;
		top: 10px;
		right: -12%;
		}
	ul.step li:last-child:after {display: none;}

.read {
	margin-bottom: 45px;
	}
	.read > span:before {
		content: "必須";
    border: 1px solid #E5012D;
    padding: 3px 10px;
    margin-right: 5px;
    color: #E5012D;
    font-size: 13px;
    font-weight: bold;
		}
table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 40px;
	font-size: 16px;
	overflow: hidden;
	}
	table.info th,
	table.info td {
		border-bottom: 1px solid #ccc;
		line-height: 1.5;
		font-weight: normal;
		vertical-align: top;
		overflow: hidden;
		}
	table.info th {
		width: 25.5%;
		position: relative;
		vertical-align: middle;
		padding: 30px 10px;
		}
	table.info td {padding: 20px;vertical-align: middle;}
	table.info .list {padding: 30px 10px 20px 20px;font-weight: 600;}
	table.info th:after {
		content: "必須";
    border: 1px solid #E5012D;
    padding: 3px 10px;
    color: #E5012D;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 5px;
		}
	table.info th.no:after {content: "任意";border: 1px solid #333;color: #333;}
	table.info th.top {vertical-align: top;}
	table.info td .kome {
		display: inline-block;
		font-size: 12px;
		color: #999999;
		}
	table.info td .kome {
	    margin-top: 10px;
		}
	table.info td.mail_box .kome {
			margin: 25px 0 10px;
		}
		table.info td .check_list li {
			display: inline-block;
			margin: 0 10px 10px 0;
			}
		table.info td .check_list li:last-child {margin-right: 0;}

			table.info td .check_list li label {
				border-radius: 5px;
				cursor: pointer;
				display: inline-block;
				}
		table.info td input,table.info td textarea {
			height: auto;
			background: #FAFAFA;
			border: none;
			padding: 15px;
			font-size: 16px;
			border-radius: 5px;
			border: 1px solid #ccc;
			}
			table.info td input::placeholder,table.info td textarea::placeholder {
				color: #999;
				}
		table.info td input.w01 {width: 100%;}
		table.info td input.w02 {
			width: 44%;
			margin: 0 10px 0 0;
			}
		table.info td input.w03 {width: 23%;}

		table.info td textarea {width: 100%;}
		table.info td div p:first-child {margin-bottom: 10px;}
		.postal_code {
			margin-bottom: 20px;
			}
			.postal_code li{
				display: inline-block;
				margin-right: 5px;
				}
/* チェックボックス */
input[type=checkbox]{
	display: none;
	}
	.checkbox01-parts{
		position:relative;
		margin-right: 5px;
		color: #333;
		cursor: pointer;
		display: inline-block;
		}
		.checkbox01-parts::before{
			content: "";
			display: inline-block;
			margin-right: 10px;
			width: 15px;
			height: 15px;
			border: 1px solid #999;
			border-radius: 4px;
			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: 7px;
					left: 7px;
					width: 3px;
					height: 8px;
					transform: rotate(40deg);
					border-bottom: 1px solid #fff;
					border-right: 1px solid #fff;
					}
					input[type=checkbox]:checked + .checkbox01-parts::before{
						border: none;
						background: #E5012D;
						border: 1px solid #E5012D;
						}

/* ラジオボタンカスタム */
input[type=radio]{
	display: none;
	vertical-align: middle;
	}
	.radio_parts{
		padding-left: 25px;
		position:relative;
		vertical-align: middle;
		}
	.radio_parts::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #999;
		border-radius: 50%;
		}
	input[type=radio]:checked + .radio_parts{
		color: #E5012D;
		}
	input[type=radio]:checked + .radio_parts::before{
		border: 1px solid #E5012D;
		}
	input[type=radio]:checked + .radio_parts::after{
		content: "";
		display: block;
		background: #E5012D;
		position: absolute;
		top: 5px;
		left: 5px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		}
/* ▼ プライバシー */
.privacy_read {
	margin-bottom: 40px;
	font-size: 16px;
	}
#privacy {
	border: 1px solid #CCD1D5;
	padding: 25px 30px 20px;
	margin-bottom: 30px;
	line-height: 2;
	overflow-y: scroll;
	}

.btn_box {
	margin-bottom: 105px;
	overflow: hidden;
	position: relative;
	}
	.btn_box .agree {
		margin-bottom: 65px;
		text-align: center;
		font-size: 16px;
		}
	.btn_box ul.btn {
			text-align: center;
			position: relative;
			}
		.btn_box ul.btn li {
			display: inline-block;
			width: 40%;
			background: #26A07B;
			position: relative;
			margin-right: 10px;
			font-size: 18px;
			}
		.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: block;
			padding: 20px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			position: relative;
			}
		.btn_box ul.btn li a:hover {opacity: 0.6;}
		.btn_box ul.btn li a:after {
		    content: '';
		    height: 100%;
		    width: 22px;
		    background: url(../img/icon_arrow.png) no-repeat center center/contain;
		    position: absolute;
		    top: 0;
		    right: 20px;
			}

.tel_box{
	width: 630px;
	max-width: 100%;
	padding: 40px 60px;
	margin: 0 auto 100px;
	border: #26A07B 2px solid;
	border-radius: 6px;
	position: relative;
}
.tel_box::before{
	content: '';
	display: inline-block;
	width: 56px;
	height: 46px;
	background: url(../img/contact/icon_tel.png) no-repeat center center/contain,#FFF;
	position: absolute;
	top: -30px;
	left: calc(50% - 23px);
}
.tel_box dl{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	color: #26A07B;
}
.tel_box dt{
	font-size: 20px;
}
.tel_box dd{
	font-family: 'Bebas','Noto Sans JP', sans-serif;
	font-size: 34px;
}
/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

h2 + .read{
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
ul.step {
	width: 100%;
	margin: 0 auto 15px;
	}
	ul.step li {padding: 5px 0;}
	ul.step li:after {
		border-width: 7px 0 7px 7px;
		top: 10px;
		right: -14%;
		}

.read {
	margin-bottom: 30px;
	font-size: 14px;
	}

table.info {
	max-width: 100%;
	}
	table.info th,
	table.info td {
		display: block;
    padding: 25px 0;
		font-size: 16px;
		}
	table.info th {
		width: 100%;
		border: none;
		}
	table.info td {padding: 0 0 30px;}
	table.info .list {padding: 0 0 20px;}
	table.info th:after {
		position: static;
		margin-left: 10px;
		}
	table.info td .kome {
		padding-top: 5px;
		display: block;
		}
		table.info td .check_list li {
			display: block;
			margin: 0 0 10px 0;
			float: none;
			font-size: 16px;
			cursor: pointer;
			}
			table.info td .check_list li label {
				padding: 0;
				}

		table.info td span {
			margin-right: 0;
			}
		table.info td input, table.info td textarea {
			padding: 15px 10px;
			}
		table.info td input.w01 {width: 100%;}
		table.info td input.w02 {
			width: 100%;
			margin: 0 0 0 0;
			}
		table.info td input.w03 {width: 100%;}
		table.info td input.w04 {width: 100%;}


/* ▼ プライバシー */
#privacy {
	height: 150px;
	padding: 10px;
	}
	.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%;
			margin: 0 0 10px;
			}
		.btn_box ul.btn li:last-child {margin-right: auto;}
		.btn_box ul.btn li a:after {
				content: '';
				height: 100%;
				width: 17px;
				background: url(../img/icon_arrow.png) no-repeat center center/contain;
				position: absolute;
				top: 0;
				right: 14px;
			}

	.tel_box{
		padding: 30px 20px 20px;
		margin: 0 auto 50px;
	}
	.tel_box dl{
		display: block;
	}
	.tel_box dt,.tel_box dd{
		text-align: center;
	}
}
