@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/
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%;
		text-align: center;
		position: relative;
		}
	ul.step li:last-child {margin-right: 0;}
	ul.step li.now {background: #000;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: #000;}
	ul.step li:last-child:after {content: "";}

.read {
	text-align: center;
	margin-bottom: 30px;
	}
	.read > span:before {
		content: "必須";
    padding: 3px 10px;
    margin-right: 5px;
		background: #BE2626;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
		}
table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
	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: 27px 20px;}
	table.info .list {padding: 10px 10px 0 20px;}
	table.info th:after {
		content: "必須";
    padding: 3px 10px;
		background: #BE2626;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    /* top: 30px; */
    right: 5px;
		}
	table.info th.no:after {display: none;}
	table.info th.top {vertical-align: top;}
	table.info td .kome {
		font-size: 12px;
		color: #df0024;
		}
	table.info td input + .kome {
	    margin-top: 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: #FFF;
			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 .contact_name_wrap{
			display: inline-block;
		}
		table.info td .contact_name_wrap:not(:last-child){
			margin-right: 1em;
		}
		table.info td input.w04 {
			width: 110px;
			margin-left: 0.5em;
		}
		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{
	  padding-left: 30px;
	  position:relative;
	  margin-right: 5px;
	  border-radius: 5px;
	  cursor: pointer;
	  display: inline-block;
	  padding: 5px 0;
	  margin-bottom: 10px;
		}
		.checkbox01-parts::before{
		  content: "";
		  display: inline-block;
		  margin-right: 10px;
		  width: 18px;
		  height: 18px;
		  border: 1px solid #999;
		  border-radius: 4px;
		  background: #FFF;
		  vertical-align: middle;
			}
			input[type=checkbox]:checked + .checkbox01-parts::after{
			  content: "";
			  display: inline-block;
			  position: absolute;
			  top: 14px;
			  left: 7px;
			  width: 4px;
			  height: 9px;
			  transform: rotate(40deg);
			  border-bottom: 2px solid #E5012D;
			  border-right: 2px 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: 5px;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #999;
		border-radius: 50%;
		}
	input[type=radio]:checked + .radio_parts::after{
		content: "";
		display: block;
		background: #E5012D;
		position: absolute;
		top: 10px;
		left: 5px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		}
/* ▼ プライバシー */
.privacy_read {
	margin-bottom: 10px;
	font-size: 16px;
	}
#privacy {
	height: 210px;
	border: 1px solid #CCD1D5;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
	overflow-y: scroll;
	}
	#privacy .title {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 17px;
		}
	#privacy dl.privacy {margin-bottom: 15px;}
	#privacy ol.privacy {
		margin-bottom: 20px;
		overflow: hidden;
		counter-reset: number;
		}
		#privacy ol.privacy > li {
			margin-bottom: 15px;
			counter-increment: number;
			padding-left:1.5em;
			text-indent:-1.5em;
			font-size: 15px;
			}
		#privacy ol.privacy > li:before {
			content: counter(number, decimal) ".";
			margin-right: 0.5em;
			}
		#privacy ol.privacy > li:last-child {margin: 0;}
		#privacy ol.privacy li .privacy_care {margin: 5px 0 0 1.5em;}

	#privacy .supervisor {
		overflow: hidden;
		margin-bottom: 20px;
		}
		#privacy .supervisor dt {font-weight: bold;}

.btn_box {
	overflow: hidden;
	position: relative;
	}
	.btn_box .agree {
		margin-bottom: 20px;
		text-align: center;
		font-size: 16px;
		}
	.btn_box ul.btn {
			text-align: center;
			position: relative;
			}
		.btn_box ul.btn li {
			display: inline-block;
			width: 285px;
			background: #BE2626;
			border-radius: 25px;
			position: relative;
			margin-right: 10px;
			}
		.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: 0;
			color: #fff;
			text-align: center;
			text-decoration: none;
			font-size: 18px;
			line-height: 50px;
			}
		.btn_box ul.btn li a:hover {opacity: 0.6;}


/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

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: 30px;
	font-size: 14px;
	}

table.info {
	max-width: 100%;
	margin-top: 30px;
	border-top: none;
	}
	table.info th,
	table.info td {
		display: block;
    padding: 25px 0;
		font-size: 16px;
		border-bottom: none;
		}
	table.info th {
		width: 100%;
    padding: 13px;
		background: #F7F2F5;
		border: none;
		}
	table.info td {padding: 15px 0;}
	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 .contact_name_wrap:last-of-type input.w04 {
			margin-right: 0;
		}
		table.info td input.w04 {
			width: 80px;
		}

		input[type=checkbox]:checked + .checkbox01-parts::after{
			top: 12px;
		}

/* ▼ プライバシー */
#privacy {
	height: 150px;
	}
	.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;}

}
