@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/
ul.step {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto 65px;
	}
	ul.step li {
		display: inline-block;
		background: #EEEEEE;
		width: 29%;
		padding: 10px 0;
		text-align: center;
		position: relative;
		color: #AAAAAA;
		font-weight: bold;
		}
	ul.step li:last-child {margin-right: 0;}
	ul.step li.now {background: #CC2F2F;color: #fff;}
	ul.step li:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-width: 12px 0 12px 12px;
		border-color: transparent transparent transparent #AAAAAA;
		border-style: solid;
		top: 10px;
		right: -14%;
		color: #ccc;
		}
	ul.step li.now:after {color: #000;}
	ul.step li:last-child:after {content: "";display: none;}

h2.title{
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.read {
	text-align: center;
	margin-bottom: 50px;
	}
	.read > span:before {
		content: "必須";
		border: 1px solid #E5012D;
		padding: 3px 10px;
		margin-right: 5px;
		color: #E5012D;
		font-size: 13px;
		font-weight: bold;
		}
	.read a.btn{
		display: inline-block;
		max-width: 600px;
		background-color: #F4F1EA;
		margin: 0 auto;
		padding: 4px 0;
		height: auto;
		color: #000000;
		font-size: 20px;
	}
	.read a.btn .bnr_flex{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: center;
		width: calc(100% - 8px);
		height: 120px;
		border: #000000 1px solid;
		margin: 0 auto;
	}
	.read a.btn .bnr_txt{
		position: relative;
		flex: 0 0 300px;
		max-width: 300px;
		margin: 0 10px;
		padding-right: 30px;
	}
	.read a.btn .bnr_txt::after{
		content: '';
		position: absolute;
		width: 21px;
		height: 100%;
		top: 0;
		right: 0;
		background-image: url(../img/arrow_b.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.read a.btn .bnr_img{
		flex: 0 0 209px;
		max-width: 209px;
		margin: 0 10px;
		padding-top: 10px;
	}
	.read a.btn .bnr_img img{
		width: 209px
	}

table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 50px;
	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: 26%;
		position: relative;
		vertical-align: middle;
		padding: 30px 10px;
		}
	table.info td {padding: 20px 0;}
	table.info .list {padding: 20px 0 10px;}
	table.info th:after {
		content: "必須";
		border: 1px solid #E5012D;
		padding: 3px 10px;
		color: #E5012D;
		font-size: 13px;
		font-weight: bold;
		margin-left: 9px;
		}
	table.info th.no:after {content: "";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: #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: 78.5%;}
		table.info td input.w03 {width: 68px;margin-right: 6px;}

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

table.info td.pack{
	padding: 10px 0;
}
table.info td.pack ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
table.info td.pack ul li{
	margin: 10px 10.4% 10px 0;
}
table.info td.pack li:last-child{
	margin-right: 0;
}
.payment_methods_read {
	margin-top: 10px;
  padding-left: 3em;
  text-indent: -1em;
	font-size: 0.8em;
	font-weight: bold;
	color: #CC2F2F;
}
.check_read{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	max-width: 40em;
	margin: 0 auto;
	margin-bottom: 50px;
}
.check_read dt{
	flex: 0 0 7.5em;
	max-width: 7.5em;
}
.check_read dd{
	flex: 0 0 30em;
	min-width: 30em;
}
/* チェックボックス */
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;
		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: 10px;
	font-size: 16px;
	}
#privacy {
	height: 210px;
	border: 1px solid #CCD1D5;
	padding: 15px 15px 0 15px;
	margin-bottom: 50px;
	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: 49%;
			position: relative;
			margin-right: 10px;
			}
		.btn_box ul.btn li:last-child {margin-right: 0;}
		.btn_box ul.btn li a {
			font-size: 20px;
			color: #fff;
			}
		.btn_box ul.btn li a:hover {opacity: 0.6;}

a.btn{
	width: 100%
}
.back a.btn{
	background: #999;
}

.order_pdf{
	margin-top: 30px;
	text-align: center;
}
	.order_pdf a{
		color: #000;
		text-decoration: underline;
	}
	.order_pdf a:hover{
		text-decoration: none;
	}

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

ul.step {
	width: 100%;
	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;
	}
	.read a.btn{
		max-width: 250px;
		font-size: 16px;
	}
	.read a.btn .bnr_flex{
		height: auto;
	}
	.read a.btn .bnr_txt{
		flex: 0 0 100%;
		max-width: 100%;
		margin: 10px 0;
		padding-right: 0;
		text-align: center;
		line-height: 1.6;
	}
	.read a.btn .bnr_txt::after{
		display: none;
	}
	.read a.btn .bnr_img{
		padding-top: 0;
	}

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.w04 {width: 100%;}
		.payment_methods_read {
		  padding-left: 1em;
		}
		.check_read{
			max-width: 100%;
		}
		.check_read dt{
			flex: 0 0 100%;
			max-width: 100%;
		}
		.check_read dd{
			flex: 0 0 100%;
			min-width: 100%;
			margin-bottom: 10px;
		}

/* ▼ プライバシー */
#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;}
		.btn_box ul.btn li a {
			font-size: 16px;
			}
}
