@charset "utf-8";
h2.ttl {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
h2.ttl::after {
	content: "";
	display: block;
	width: 220px;
	height: 16px;
	margin: 20px auto 0;
	background: #ed6a62;
}
.btn-online-form {
	box-sizing: border-box;
	width: 480px;
	height: 70px;
	margin: 80px auto 0;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 445px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
}
.btn-online-form:hover {
	background-color: #fff;
}
.btn-online-form a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#main_title {
	border-bottom: solid 1px #e3e3e3;
}
#main_title .inner {
	display: flex;
	align-items: center;
	height: 100px;
}
#main_title .inner h1 {
	font-size: 36px;
	font-weight: bold;
}
#top {
	background: #eff2f5;
}
#top .inner {
	padding: 40px 0 50px;
}
#top .inner .ttl {
	color: #dc4a42;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
#top .inner .ttl strong {
	font-size: 34px;
}
#top .inner .detail {
	margin-top: 20px;
	border-top: solid 1px #d3d3d3;
}
#top .inner .detail .btn-online-form {
	margin-top: 40px;
}
#top .inner .detail .txt {
	margin: 40px 0 0 290px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
#simple .inner {
	padding: 90px 0 80px;
}
#simple .inner .main {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#simple .inner .main dl dd {
	margin-top: 25px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#simple .inner .main dl dd small {
	font-size: 12px;
	font-weight: normal;
}
#recommend {
	background: #eff2f5;
}
#recommend .inner {
	padding: 90px 0 60px;
}
#recommend .inner .main {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#recommend .inner .main dl dd {
	margin-top: 30px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#flow .inner {
	padding: 90px 0;
}
#flow .inner .main {
	display: flex;
	justify-content: space-between;
	height: 494px;
	margin-top: 60px;
	background: url(../../img/pc/online/index/bg_flow.webp) no-repeat;
}
#flow .inner .main dl {
	box-sizing: border-box;
	width: 400px;
	padding: 120px 20px 0;
}
#flow .inner .main dl:nth-child(n + 2) {
	padding-left: 40px;
}
#flow .inner .main dl dt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#flow .inner .main dl dd {
	margin-top: 15px;
	font-size: 16px;
	line-height: 30px;
}
#app {
	background: #eff2f5;
}
#app .inner {
	padding: 80px 0;
}
#app .inner .txt {
	margin-top: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#app .inner ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#app .inner ul li {
	margin: 0 30px;
}
#app .inner ul li:nth-child(2) {
	margin-top: -8px;
}
#overview .inner {
	padding: 90px 0;
}
#overview .inner .main {
	padding: 25px 60px 35px;
	border: solid 2px #363636;
}
#overview .inner .main .ttl {
	padding-bottom: 20px;
	border-bottom: solid 2px #363636;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#overview .inner .main dl {
	margin-top: 30px;
}
#overview .inner .main dl dt {
	font-size: 18px;
	font-weight: bold;
}
#overview .inner .main dl dd {
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
}
#overview .inner .main dl dd small {
	font-size: 12px;
}
#overview .inner .main dl dd a {
	color: #237496;
}
#overview .inner .main dl dd a:hover {
	text-decoration: underline;
}
#faq {
	background: #eff2f5;
}
#faq .inner {
	padding: 80px 0 70px;
}
#faq .inner .main {
	padding-top: 20px;
}
#faq .inner .main dl {
	margin-top: 40px;
}
#faq .inner .main dl dt {
	position: relative;
	box-sizing: border-box;
	min-height: 56px;
	padding: 10px 100px 20px 50px;
	border-bottom: solid 2px #363636;
	background: url(../../img/pc/online/index/icon_faq_q.webp) no-repeat;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#faq .inner .main dl dt::after {
	content: "＋";
	position: absolute;
	top: -6px;
	right: 0;
	font-size: 50px;
	font-weight: bold;
}
#faq .inner .main dl dt.open::after {
	content: "－";
}
#faq .inner .main dl dd {
	margin-top: 10px;
	background: #d9eaf1 url(../../img/pc/online/index/icon_faq_a.webp) no-repeat;
	background-position: 20px 27px;
	font-size: 16px;
	line-height: 28px;
	display: none;
}
#faq .inner .main dl dd p {
	padding: 32px 70px;
}
#btn_bottom {
	padding-bottom: 100px;
}