﻿@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/
#title_area{
	background: url(../img/contact/title_bg.jpg) no-repeat center/cover;
	}
ul.step {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin: 0 auto 40px;
	overflow: hidden;
	}
	ul.step li {
		background: #eee;
		width: 219px;
		height: 40px;
		line-height: 40px;
		margin-right: 35px;
		color: #666;
		text-align: center;
		font-weight: bold;
		position: relative;
		}
	ul.step li:last-child {
		margin-right: 0;
		}
	ul.step li.now {
		background: #0068B7;
		color: #fff;
		}
	ul.step li:not(:last-child):after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 0 12px 10px;
		border-color: transparent transparent transparent #ccc;
		top: 10px;
		right: -25px;
		}

.read {
	margin-bottom: 30px;
	}
	.read > span:before {
		display: inline-block;
		content: "必須";
		border: 1px solid #E5012D;
		padding: 2px 10px;
		margin-right: 5px;
		color: #E5012D;
		font-size: 12px;
		font-weight: bold;
		}

table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 30px;
	overflow: hidden;
	}
	table.info th,
	table.info td {
		border-bottom: 1px solid #ccc;
		line-height: 1.5;
		vertical-align: top;
		overflow: hidden;
		}
	table.info th {
		width: 26%;
		position: relative;
		vertical-align: middle;
		padding: 20px 0;
		font-size: 18px;
		font-weight: normal;
		}
	table.info th.top {
		padding-top: 30px;
		vertical-align: top;
		}
	table.info th:after {
		content: "必須";
		border: 1px solid #E5012D;
		padding: 2px 10px;
		color: #E5012D;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 25px;
		right: 35px;
		}
	table.info th.no:after {
		content: "任意";
		border: 1px solid #A0A0A0;
		color: #595757;
		}
	table.info th.top:after,
	table.info th.no:after{
		top: 29px;
		}
	table.info td {
		padding: 15px 0;
		}
	table.info td .kome {
		color: #999;
		font-size: 12px;
		}
	table.info td input + .kome {
		display: block;
	    margin-top: 10px;
		}
	table.info td .check_list li {
		display: inline-block;
		}
		table.info td .check_list li:last-child {margin-right: 0;}

		table.info td .check_list li label {
			cursor: pointer;
			display: inline-block;
			padding: 10px 20px;
			}
		table.info .postal_code{
			margin-bottom: 20px;
			}
		table.info .postal_code li:first-child{
			margin-right: 10px;
			}
		table.info .postal_code li{
			display: inline-block;
			}

input[type=text],
textarea{
	background: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	table.info td input {
		height: auto;
		}
	table.info td textarea {
		width: 100%;
		}
	table.info td input.w01 {width: 100%;}
	table.info td input.w02 {width: 44%;}
	table.info td input.w03	{width: 70%;}


	/* ラジオボタンカスタム */
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: 30px;
	}
#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;
		text-align: left;
		}
	#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;
	}
	.btn_box .agree input[type=checkbox]{
		display: none;
		}
	.checkbox_parts{
		padding-left: 25px;
		position: relative;
		}
	.btn_box .agree input[type=checkbox]:checked + .checkbox_parts{
		color: #E5012D;
		}
	.btn_box .agree .checkbox_parts:before{
		content: "";
		display: inline-block;
		margin-right: 10px;
		width: 15px;
		height: 15px;
		border: 1px solid #999;
		border-radius: 4px;
		vertical-align: middle;
		position: absolute;
		top: 0;
		left: 0;
		}
	.btn_box .agree input[type=checkbox]:checked + .checkbox_parts:before{
		border: 1px solid #E5012D;
		}
	.btn_box .agree input[type=checkbox]:checked + .checkbox_parts:after{
		content: "";
		display: inline-block;
		width: 3px;
		height: 8px;
		transform: rotate(40deg);
		border-bottom: 2px solid #E5012D;
		border-right: 2px solid #E5012D;
		position: absolute;
		top: 3px;
		left: 6px;
		}

.btn_box ul.btn {
    text-align: center;
    position: relative;
	}
	.btn_box ul.btn li {
		background: #E5012D;
	    display: inline-block;
	    width: 49%;
	    position: relative;
	    margin-right: 10px;
	    font-size: 18px;
	    font-weight: bold;
		}
	.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;
		}
	.btn_box ul.btn li:hover {
		opacity: 0.6;
		}
	.btn_box ul.btn li a:after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		border-bottom: 0;
		border-left: 0;
		position: absolute;
		top: 30px;
		right: 30px;
		vertical-align: middle;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		}


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

ul.step {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 20px;
	}
	ul.step li {
		margin-right: 25px;
		}
	ul.step li:not(:last-child):after {
		border-width: 10px 0 10px 8px;
		top: 11px;
		right: -18px;
		}

.read {
	margin-bottom: 20px;
	}

table.info {
	margin: 0 auto 20px;
	}
	table.info th,
	table.info td {
		display: block;
		}
	table.info th {
		border: 0;
		width: 100%;
		padding: 15px 0 0;
		}
	table.info th.top {
		padding-top: 20px;
		}
	table.info th:after {
		display: inline-block;
		position: static;
		margin-left: 10px;
		}
	table.info td {
		padding: 15px 0;
		}
	table.info td .kome {
		color: #999;
		font-size: 12px;
		}
	table.info td input + .kome {
		display: block;
	    margin-top: 10px;
		}
	table.info td .check_list li {
		display: block;
		}
		table.info td .check_list li:not(:last-child){
			margin-bottom: 10px;
			}

		table.info td .check_list li label {
			padding: 0 10px;
			}
		table.info .postal_code{
			margin-bottom: 20px;
			}
		table.info .postal_code li:first-child{
			margin-right: 10px;
			}
		table.info .postal_code li{
			display: inline-block;
			}

		table.info td input.w01 {width: 100%;}
		table.info td input.w02 {width: 100%;}
		table.info td input.w03	{width: 100%;}

/* ▼ プライバシー */
#privacy {
	height: 150px;
	}
.privacy_read{
	margin-bottom: 20px;
	}

/* 確認ボタン */
.btn_box .agree {
	margin-bottom: 20px;
	}
	.btn_box .agree input[type=checkbox]:checked + .checkbox_parts:after{
		top: 2px;
		}
.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-bottom: 0;
		}
	.btn_box ul.btn li a:after{
		right: 20px;
		}


		/* reCAPTCHA */
	.grecaptcha-badge{
		margin-bottom: 105px;
	}
}

/* 350px以下 */
@media screen and (max-width: 350px) {
.btn_box ul.btn li a:after{
	right: 15px;
	}
}
