@charset "UTF-8";

.page-ttl img{
	display: block;
	width: 141px;
	margin: 0 auto;
}
#key-visual h1.rog2{
	margin-bottom: 50px;
}

main .inner{
	max-width: 890px;
}
.contact-flow{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	padding-right: 13px;
}
.contact-flow li{
	width: 30.8%;
	border: 1px solid #a2a2a2;
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	background: #d5d5d5;
	color: #888888;
}
.contact-flow li.current{
	background: #fff;
}
.contact-flow li:before{
	content: "";
	display: block;
	border-left: 13px solid #a2a2a2;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	left: calc(100% + 1px);
	top: 0;
	bottom: 0;
}
.contact-flow li:after{
	content: "";
	display: block;
	border-left: 13px solid #d5d5d5;
	border-top: 29px solid transparent;
	border-bottom: 29px solid transparent;
	position: absolute;
	left: 100%;
	top: 1px;
	margin: auto;
}
.contact-flow li.current:after{
	border-left: 13px solid #fff;
}
.contact-flow li.current{
	color: #da0012;
}

table{
	border: 1px solid #a2a2a2;
	border-bottom: none;
	margin-bottom: 50px;
}
tr{
	border-bottom: 1px solid #a2a2a2;
}
th{
	padding: 12px 12px 12px 64px;
	font-weight: 400;
	text-align: left;
	background: #e1e1e1;
	width: 258px;
}
td{
	width: calc(100% - 258px);
	padding: 12px 12px 12px 20px;
}
td ul{
	padding: 20px 0;
}
td li{
	padding: 15px 0;
}
label{
	display: flex;
}
.check-outer{
	width: 1em;
	height: 1em;
	border: 1px solid #231815;
	margin-right: .25em;
	position: relative;
}
[type="checkbox"]{
	opacity: 0;
}
.check-outer.checked:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/check-icon.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -4px;
	top: -4px;
}
input[type='text']{
	display: flex;
	align-items: center;
	border-radius: 0;
	border: 1px solid #a2a2a2;
	padding: 0 .5em;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	height: 38px;
	width: 100%;
}
textarea{
	width: 100%;
	height: 160px;
	border-radius: 0;
	border: 1px solid #a2a2a2;
	padding: 0 .5em;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
}
input::placeholder{
	color: #bbbbbb;
}
input::-ms-input-placeholder{
	color: #bbbbbb;
}
input:-ms-input-placeholder{
	color: #bbbbbb;
}
textarea::placeholder{
	color: #231815;
}
textarea::-ms-input-placeholder{
	color: #231815;
}
textarea:-ms-input-placeholder{
	color: #231815;
}

.contact-number{
	font-size: 2.2rem;
	color: #000;
	padding: 15px 0;
}
main h3{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}
.privacy-policy{
	max-width: 550px;
	height: 145px;
	overflow-y: auto;
	padding: .75em;
	font-size: 1.4rem;
	margin: 0 auto;
	border: 1px solid #808080;
	line-height: 1.785;
}
.privacy-policy h4,
.privacy-policy p,
.privacy-policy ul{
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 1em;
}
.privacy-policy h5{
	font-size: 1.4rem;
	font-weight: 400;
}
.privacy-msg{
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.928;
	margin: 35px 0 60px;
}
.finish-msg{
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.928;
}
.finish-msg02{
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.928;
}
.btn01{
	border: none;
	cursor: pointer;
	margin: 0 auto;
	border: none;
	width: 500px;
	height: 68px;
	font-size: 2.9rem;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-weight: 400;
}
th span{
	margin-left: .5em;
	color: #da0012;
}
main{
	padding-bottom: 120px;
}
.back-btn{
	margin-top: 20px;
	background-color: #808080;
}
.back-btn:after{
	border-left: none;
	border-right: 12px solid #fff;
	right: auto;
	left: 11px;
}

/* ++++++++++++++++++確認画面++++++++++++++++++++ */
.check-list{
	display: flex;
	align-items: center;
	position: relative;
}
.check-list:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border: 1px solid #231815;
	margin-right: .5em;
}
.check-list.checked:after{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/check-icon.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -2px;
	top: -2px;
}
td p{
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment-txt{
	min-height: 160px;
}


@media screen and (max-width: 769px){
	#key-visual{
		padding-top: 10rem;
		padding-bottom: 0;
	}
	.page-ttl img{
		width: 32rem;
	}
	#key-visual h1.rog2{
		margin-bottom: 7.5rem;
	}
/* ++++++++++++++#sec01++++++++++++++ */
	main .inner{
		max-width: 100%;
	}
	.contact-flow{
		padding-right: 0;
		width: 59rem;
		margin: 0 auto 6.7rem;
		display: block;
	}
	.contact-flow li{
		width: 100%;
		border: none;
		height: 12.6rem;
		padding-left: 0;
		margin-bottom: 1.8rem;
		font-size: 3.2rem;
		padding-top: 3.2rem;
		background: url(../images/contact-bg02.svg) no-repeat;
		background-size: 100% auto;
		display: block;
		text-align: center;
	}
	.contact-flow li.current{
		background: url(../images/contact-bg01.svg) no-repeat;
		background-size: 100% auto;
	}
	.contact-flow li:before{
		display: none;
	}
	.contact-flow li:after{
		display: none;
	}
	.contact-flow li.current:after{
		display: none;
	}
	table,
	tbody,
	tr,
	th,
	td{
		display: block;
		width: 100%;
	}
	table{
		border: .1rem solid #a2a2a2;
		border-bottom: none;
		margin-bottom: 10.2rem;
		font-size: 3.2rem;
	}
	tr{
		border-bottom: .1rem solid #a2a2a2;
	}
	th{
		font-weight: 700;
		padding: 2.5rem 5rem;
	}
	td{
		padding: 2rem 1.5rem;
	}
	tr:nth-of-type(1) td,
	tr:nth-of-type(2) td{
		padding: 5rem;
	}
	td ul{
		padding: 0;
	}
	td li{
		padding: 0 0 7rem 0;
	}
	td li:last-of-type{
		padding-bottom: 0;
	}
	label{
		align-items: center;
	}
	.check-outer{
		width: .9em;
		height: .9em;
		border: .1rem solid #231815;
		margin-right: .5em;
	}
	.check-outer.checked:before{
		width: .9em;
		height: .9em;
		left: -.2em;
		top: -.2em;
	}
	input[type='text']{
		border: .1rem solid #a2a2a2;
		padding: 0 .5em;
		font-size: 3.2rem;
		height: 8rem;
	}
	textarea{
		height: 24rem;
		border: .1rem solid #a2a2a2;
		padding: 0 .5em;
		font-size: 3.2rem;
	}

	.contact-number{
		font-size: 3.2rem;
		padding: 0;
	}
	main h3{
		font-size: 3.6rem;
		text-align: center;
		margin-bottom: 4.5rem;
	}
	.privacy-policy{
		max-width: 100%;
		height: 27.8rem;
		overflow-y: auto;
		padding: .3em;
		font-size: 3.2rem;
		border: .1rem solid #808080;
	}
	.privacy-policy h4,
	.privacy-policy p,
	.privacy-policy ul{
		font-size: 3.2rem;
		margin-bottom: 1.5em;
	}
	.privacy-policy h5{
		font-size: 3.2rem;
	}
	.privacy-msg{
		text-align: left;
		font-size: 3.2rem;
		margin: 8.5rem 0;
	}
	.btn01{
		margin: 0 auto;
		font-size: 3rem;
		max-width: 44.8rem;
		height: 7.8rem;
		border-radius: 1rem;
	}
	main{
		padding-bottom: 10rem;
	}

/* ++++++++++++++++++確認画面++++++++++++++++++++ */

	.check-list:before{
		content: "";
		display: block;
		width: .9em;
		height: .9em;
		border: .1rem solid #231815;
		margin-right: .25em;
	}
	.check-list.checked:after{
		width: .9em;
		height: .9em;
		left: 0;
		top: 0;
	}
	.confirm td{
		padding: 5rem;
	}
	td p{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.comment-txt{
		min-height: 24rem;
	}
	.back-btn{
		margin-top: 4rem;
	}
	.back-btn:after{
		border-left: none;
		border-right: 1.2rem solid #fff;
		right: auto;
		left: 2rem;
	}

/* ++++++++++++++++++完了画面++++++++++++++++++ */
	.finish-msg{
		font-size: 3.2rem;
		text-align: left;
		margin-bottom: 0;
		line-height: 1.625;
	}
	.finish-msg02{
		text-align: left;
		font-size: 3.2rem;
		margin: 5rem 0 9rem;
		line-height: 1.625;
	}
}