@charset "UTF-8";

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

input,textarea{
	-webkit-appearance: none;
}

.read{
	font-size: 30px;
	text-align: center;
	margin: 0;
}
	.read + p{
		text-align: center;
		margin-bottom: 60px;
		font-size: 18px;
	}

.flow_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
	.flow_list li{
		display: table;
		background: #EFF7F7;
		border-radius: 50%;
		width: 28%;
		height: 27vw;
		max-height: 304px;
		position: relative;
	}
	.flow_list li:not(:last-child)::after{
		content: "";
		background: url(../img/dots.svg) no-repeat center/100%;
		width: 30px;
		height: 10px;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		right: -20%;
	}
	.flow_list li::before{
		content: "";
		background: url(../img/step01.svg) no-repeat center/100%;
		width: 77px;
		height: 62px;
		position: absolute;
		transform: translateX(-50%);
		top: -25px;
		left: 50%;
	}
	.flow_list li:nth-child(2)::before{
		background: url(../img/step02.svg) no-repeat center/100%;
		width: 88px;
		height: 64px;
	}
	.flow_list li:nth-child(3)::before{
		background: url(../img/step03.svg) no-repeat center/100%;
		width: 104px;
		height: 66px;
	}

	.flow_list li span{
		display: table-cell;
		vertical-align: middle;
		font-size: 18px;
		text-align: center;
	}

ul.step {
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	text-align: center;
	overflow: hidden;
}
	ul.step li {
		background: #eee;
		width: 28%;
		padding: 8px 0;
		margin-right: 5%;
		color: #666;
		text-align: center;
		font-weight: bold;
		position: relative;
	}
	ul.step li:last-child {
		margin-right: 0;
	}
	ul.step li.now {
		background: #17B5AF;
		color: #fff;
	}
	ul.step li:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #ccc;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		right: -11%;
	}
	ul.step li:last-child:after {
		display: none;
	}
	ul.step + p {
		margin-bottom: 30px;
	}
	ul.step + p > span:before {
		content: "必須";
		border: 1px solid #E5012D;
		padding: 2px 10px;
		margin-right: 5px;
		color: #E5012D;
		font-size: 13px;
		font-weight: bold;
	}

.box_title{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.detail_box{
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
	padding: 30px;
	font-size: 14px;
}
	.detail_box table{
		width: 49%;
		margin-top: -10px;
	}
	.detail_box table th{
		width: 5.5em;
	}
	.detail_box table th,
	.detail_box table td{
		padding: 10px 0 0;
	}


table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 40px;
	font-size: 18px;
	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;
	padding: 30px 10px 30px 0;
	font-weight: 500;
}

table.info td {
	padding: 20px 0 20px 20px;
	vertical-align: middle;
}

table.info th.required:after {
	content: "必須";
	border: 1px solid #E5012D;
	padding: 2px 10px;
	margin-left: 10px;
	color: #E5012D;
	font-size: 13px;
	font-weight: bold;
}

table.info th.top {
	vertical-align: top;
}

table.info td .kome {
	font-size: 14px;
}

table.info td input+.kome {
	margin-top: 14px;
}

table.info td .check_list li {
	display: inline-block;
	margin-right: 50px;
}

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%;
}

table.info td input.w03 {
	width: 23%;
}

table.info td textarea {
	width: 100%;
}

table.info td div p:first-child {
	margin-bottom: 10px;
}

.prefecture {
	margin-bottom: 20px;
}
.prefecture li {
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}
	/* セレクトボックス */
	.select_wrap {
		overflow: hidden;
		text-align: center;
		position: relative;
		border: 1px solid #ccc;
		border-radius: 5px;
		background: #fff;
	}
	.select_wrap select {
		width: 100%;
		padding-right: 1em;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
		font-size: 16px;
		position: relative;
		z-index: 1000;
		padding: 15px 30px 15px 10px;
		width: 300px;
	}
	.select_wrap select::-ms-expand {
			display: none;
	}
	.select_wrap::before{
		content: "";
		background: url(../img/arrow.svg) no-repeat center/7px;
		width: 20px;
		height: 100%;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		right: 0;
		z-index: 2;
	}
	.select_wrap::after{
		content: "";
		background: #FAFAFA;
		height: 100%;
		width: 20px;
		position: absolute;
		top: 0;
		right: 0;
		border-left: 1px solid #ccc;
		z-index: 0;
	}

	table.info td.addres span{
		display: block;
	}
	table.info td.addres span:nth-of-type(1){
		margin-bottom: 20px;
	}
	table.info td.addres input{
		width: calc(100% - 11.5em);
		margin-left: 1em;
	}

table.info td.flex_box{
	display: flex;
}
table.info td.flex_box span{
	width: 50%;
}
table.info td.flex_box span:first-of-type{
	margin-right: 20px;
}
table.info td.name01.flex_box span input{
	width: calc(100% - 2.4em);
	margin-left: 1em;
}
table.info td.name02.flex_box span input{
	width: calc(100% - 3.5em);
	margin-left: 1em;
}

/* チェックボックス */
input[type=checkbox] {
	display: none;
}
.checkbox01-parts {
	padding-left: 30px;
	position: relative;
	margin-right: 5px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 15px;
}

.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;
	border: 1px solid #E5012D;
}

input[type=checkbox]:checked+.checkbox01-parts::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 21px;
	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;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #707070;
	border-radius: 50%;
}

input[type=radio]:checked+.radio_parts::after {
	content: "";
	display: block;
	background: #448E4D;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}


/* ▼ プライバシー */
.privacy_read {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
}
	.privacy_read span{
		color: #17B5AF;
		text-decoration: underline;
	}

#privacy {
	border: 1px solid #CCD1D5;
	height: 210px;
	max-width: 1000px;
	padding: 15px 15px 0 15px;
	margin: 0 auto 60px;
	overflow-y: scroll;
}
#privacy > p{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

#privacy .title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}

#privacy dl.privacy {
	margin-bottom: 15px;
}
#privacy dl.privacy dt{
	border-bottom: 2px solid #DBDBDB;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	position: relative;
}
	#privacy dl.privacy dt::before{
		content: "";
		border-bottom: 2px solid #17B5AF;
		width: 360px;
		position: absolute;
		left: 0;
		bottom: -2px;
	}
	#privacy dl.privacy dd{
		margin-bottom: 30px;
	}
	#privacy dl.privacy dd ul li{
		text-indent: -1em;
		padding-left: 1em;
	}

.btn_box {
	overflow: hidden;
	position: relative;
}
.btn_box .agree {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

.btn_box ul {
	text-align: center;
	position: relative;
}

.btn_box ul li {
	display: inline-block;
	width: 350px;
	border: 1px solid #17B5AF;
	border-radius: 5px;
	position: relative;
	margin: 0 15px;
	font-size: 17px;
	font-weight: bold;
}

.btn_box ul li a {
	display: block;
	padding: 20px;
	color: #17B5AF;
	text-align: center;
	text-decoration: none;
}

.btn_box ul li a:hover {
	opacity: 0.6;
}

.btn_box ul li.back {
	border: 1px solid #5C5C5C;
}
.btn_box ul li.back a{
	color: #797979;
}
	.btn_box ul li.back.icon a::before{
		display: inline-block;
		content: "";
		background: url(../img/icon_search.svg) no-repeat center/100%;
		margin-right: 10px;
		width: 20px;
		height: 20px;
		vertical-align: middle;
	}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
	.read{
		font-size: 22px;
	}
		.read + p{
			margin-bottom: 30px;
			font-size: 14px;
		}

	.flow_list{
		display: block;
		padding-top: 20px;
	}
		.flow_list li{
			width: 260px;
			height: 260px;
			margin: 0 auto;
		}
		.flow_list li:not(:last-child){
			margin-bottom: 60px;
		}
		.flow_list li:not(:last-child)::after{
			content: "";
			background: url(../img/dots.svg) no-repeat center/100%;
			width: 20px;
			height: 10px;
			position: absolute;
			transform: translate(-50%,0%)rotate(90deg);
			top: auto;
			left: 50%;
			right: auto;
			bottom: -35px;
		}
		.flow_list li::before{
			top: -20px;
		}
		.flow_list li span{
			font-size: 16px;
		}

	.box_title{
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 10px;
	}
	.detail_box{
		display: block;
		padding: 20px;
	}
		.detail_box table{
			width: 100%;
			margin-top: -10px;
		}
		.detail_box table th{
			width: 5.5em;
		}
		.detail_box table th,
		.detail_box table td{
			padding: 10px 0 0;
		}

	ul.step {
		width: 100%;
		margin: 0 auto 15px;
	}

		ul.step li {
			padding: 5px 0;
			margin-right: 7%;
		}

		ul.step li:after {
			border-width: 8px 0 8px 8px;
			right: -19%;
			font-size: 13px;
		}

		ul.step + p > span:before {
			padding: 1px 10px 2px;
			margin-right: 5px;
			font-size: 12px;
		}

	table.info {
		max-width: 100%;
	}

	table.info th,
	table.info td {
		display: block;
		padding: 25px 0;
		font-size: 16px;
	}

	table.info th.required:after {
		padding: 2px 10px;
		margin-left: 10px;
		font-size: 12px;
	}

	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 {
		margin: 0 0 10px 0;
		float: none;
		font-size: 16px;
		cursor: pointer;
		width: 49%;
	}

	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;
		line-height: 1.2;
	}

	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: 10em;
	}

	table.info td input.w04 {
		width: 100%;
	}
	table.info td.flex_box {
		display: block;
	}
	table.info td.flex_box span{
		display: block;
		width: 100%;
		margin: 0;
	}
	table.info td.flex_box span:first-of-type{
		display: block;
		margin: 0 0 10px;
	}
.prefecture {
	display: flex;
	align-items: center;
}
	.prefecture li.select_wrap{
		margin: 0;
		width: calc(100% - 5em);
	}
	.prefecture li.select_wrap select{
		width: 100%;
	}
	table.info td.addres input{
		width: 100%;
		margin: 5px auto 0;
	}

	/* ▼ プライバシー */
	#privacy {
		height: 150px;
		margin-bottom: 40px;
	}
	#privacy dl.privacy dt{
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 20px;
	}
		#privacy dl.privacy dt::before{
			width: 40%;
			position: absolute;
			left: 0;
			bottom: -2px;
		}
		#privacy dl.privacy dd{
			margin-bottom: 30px;
		}

	.btn_box .agree {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.btn_box ul {
		width: 100%;
		margin: 0 auto;
	}

	.btn_box ul li {
		width: 100%;
		margin: 0 0 10px;
	}

	.btn_box ul li:last-child {
		margin-right: auto;
	}
}
