@charset "UTF-8";

b, section .table dt, .otherWrap .box .order, strong, .bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}

b.qa, section .table dt.qa, .otherWrap .box .qa.order {
	color: #d02e44;
}

span.notice {
	color: #db7fa9;
}

.titleWrap {
	background-image: url(../img/guide/mheader.jpg);
}

.subText {
	margin-bottom: 50px;
}

.subText .notice {
	font-weight: bold;
}

section .table {
	border-top: 1px solid #db7fa9;
	margin-bottom: 30px;
}

section .table b {color: #3e3a39;}
section .table dt {
	background-color: #eed0dc;
	color: #3e3a39;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #e6bacb;
}

section .table dd {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #e6bacb;
	background-color: #fff;
}

section .table dd p {
	margin: 8px 0;
}

section .table dd a {
	text-decoration: underline;
	color: #000;
}

section .table dd small {
	font-size: 14px;
}

section .title {
	border: solid #db7fa9;
	border-width: 1px 1px 1px 20px;
	padding: 5px 10px;
	background-color: #fff;
	color: #3e3a39;
	margin-bottom: 10px;
	width: 100%;
}

.trialWrap .banner {
	margin-bottom: 20px;
	align-items: flex-end;
}
.trialWrap .bannerLink {
	display: block;
	width: 200px;
}
.trialWrap .text {
	font-size: 14px;
	text-align: center;
}

.offerWrap .complete p + p {
	margin-left: 20px;
	text-indent: -1em;
	padding-left: 1em;
}

.timeWrap .box2 .table dd small {
	font-size: 14px;
}

.otherWrap .box {
	background-color: #fff;
	border: 1px solid #e6bacb;
}
.otherWrap .box small {
	font-size: 14px;
}
.otherWrap .box b {color: #3e3a39;}

.otherWrap .box > *:not(.order) {
	width: 95%;
	margin: 0 auto 10px;
}

.otherWrap .box .order {
	background-color: #e6bacb;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.otherWrap .box .table {
	margin: 10px auto 20px;
	border: 1px solid #db7fa9;
}

.otherWrap .box .table small {
	display: block;
}

.otherWrap .box ol {
	list-style-type: none;
	padding: 10px;
}

.otherWrap .box ol li {
	margin-bottom: 5px;
	color: #3e3a39;
}
.otherWrap .box .content {
/*
	border: solid #db7fa9;
	border-width: 0 1px 1px 1px;
*/
	padding-bottom: 10px;
}

.otherWrap .box .content ul {
	margin-bottom: 10px;
}

.otherWrap .box .content li {
	font-size: 14px;
	margin-bottom: 5px;
}

/*
.otherWrap .box p:last-child {
	margin-bottom: 20px;
}
*/

/*---------- sp ----------*/
@media screen and (max-width: 896px) {
	
	.trialWrap .text {width: 100%;margin-top: 5px;}
}


/*---------- pc ----------*/
@media screen and (min-width: 896px) {
	.titleWrap {
		background-image: url(../img/guide/header.jpg);
	}

	.titleWrap section h2 {
		font-size: 28px;
	}

	section {
		margin-bottom: 100px;
	}

	section .table dt,
	section .table dd {
		padding: 10px 20px;
	}

	section .table dt {
		width: 20%;
	}

	section .table dd {
		width: 80%;
	}

	section .title {
		width: 43%;
	}
	
	.trialWrap .text {margin-left: 10px;}

	.otherWrap dt span.db {
		display: block;
	}

	.otherWrap .box:nth-child(n+5) dt {
		width: 26%;
	}

	.otherWrap .box:nth-child(n+5) dd {
		width: 74%;
	}

	.trialWrap .map {
		align-items: center;
	}

	.trialWrap .map .text {
		width: 48%;
	}

	.trialWrap .map .img {
		width: 50%;
	}

	article section:last-child {
		margin-bottom: 170px;
	}
}
