@charset "utf-8";
/*------------------------------------------------------------
	online
------------------------------------------------------------*/
#main {
	padding-top: 80px;
}
#main .online {
	padding-bottom: 72px;
	border-bottom: 1px solid #F0F0F0;
}
#main .online .mainVisual {
	margin-bottom: -286px;
	width: 100%;
	height: 400px;
	background: url(../img/online/online_bg.jpg) no-repeat center / auto 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .online .headLine01 {
	margin-bottom: 100px;
}
#main .online .bgBox {
	padding: 41px 0 0;
	border-radius: 20px;
	background-color: #fff;
}
#main .online .ttl {
	margin-bottom: 46px;
	text-align: center;
}
#main .online .comTextList01 {
	margin-bottom: 65px;
}
#main .online .comTextList01 dt,
#main .online .comTextList01 dd {
	margin-bottom: 38px;
	padding-bottom: 19px;
}
#main .online .comTextList01 dt {
	margin-top: -7px;
}
#main .online .comTextList01 dt img {
	width: 16px;
}
#main .online .flowTtl {
	margin-bottom: 34px;
}
#main .online .flowList {
	margin: 0 auto 24px;
	max-width: calc(960px + 24px);
	display: flex;
}
#main .online .flowList li {
	margin: 0 12px;
	padding: 22px 21px 23px;
	width: 304px;
	position: relative;
	border-radius: 12px;
	border: 1px solid #000;
	box-sizing: border-box;
}
#main .online .flowList li:not(:last-child)::after {
	width: 48px;
	height: 48px;
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon_arrow03.png) no-repeat center / 100%;
	z-index: 1;
	content: "";
}
#main .online .flowList h4 {
	margin-bottom: 15px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.556;
}
#main .online .flowList .photoBox {
	margin-bottom: 28px;
	border-radius: 12px;
	overflow: hidden;
}
#main .online .flowList p {
	line-height: 1.75;
	letter-spacing: 0.028em;
}
#main .online .flowList p + .link {
	margin-top: 10px;
}
#main .online .flowList .link a {
	color: #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
#main .online .notice {
	margin: 0 auto;
	max-width: 960px;
	display: flex;
	align-items: center;
}
#main .online .notice h4 {
	margin-right: 20px;
	width: 141px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	letter-spacing: 0.05em;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #F0F0F0;
}
#main .online .notice ul li {
	margin-left: 1em;
	color: #000;
	text-indent: -1em;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#main .online .notice ul strong {
	font-weight: 700;
}
#main .faq {
	padding: 80px 0 81px;
}
#main .faq .headLine01 {
	margin-bottom: 55px;
}
#main .faqList {
	margin: 0 auto;
	max-width: 796px;
}
#main .faqList dt,
#main .faqList dd {
	color: #000;
}
#main .faqList dt {
	margin-bottom: 23px;
	font-weight: 700;
	font-size: 2rem;
}
#main .faqList dt::before {
	margin-right: 28px;
	width: 29px;
	height: 21px;
	display: inline-block;
	background: url(../img/online/faq_q.png) no-repeat center / 100%;
	content: "";
}
#main .faqList dd,
#main .faqList dd p {
	letter-spacing: 0.025em;
	line-height: 1.5;
}
#main .faqList dd {
	margin-bottom: 28px;
	padding: 0 0 24px 57px;
	border-bottom: 1px solid #B3B3B3;
}
#main .faqList .comBtn01 {
	margin: 12px auto 27px;
}
#main .faqList .comBtn01 a {
	padding: 10px;
	width: 296px;
	height: 52px;
	border-radius: 6px;
	background-image: url(../img/common/icon_share.png);
	background-size: 18px;
	background-position: right 22px center;
}
#main .faqList .comBtn01 a:hover {
	opacity: 0.7;
}
#main .faqList .comBtn01 a span {
	margin-right: 23px;
}
#main .faqList .linkList {
	margin: 15px 0 13px;
}
#main .faqList .linkList li:not(:last-child) {
	margin-right: 42px;
}
#main .faqList .linkList a {
	transition: var(--ease-out);
}
#main .faqList .linkList a:hover {
	opacity: 0.7;
}
#main .faqList dd p.sml {
	font-size: 1.4rem;
	letter-spacing: 0.025em;
}
#main .faqList .innerTtl {
	margin: 0 0 32px -57px;
	padding: 4px 20px 4px 17px;
	min-height: 52px;
	display: flex;
	position: relative;
	align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
	border: 2px solid #000;
	cursor: pointer;
}
#main .faqList .innerTtl::after {
	width: 13px;
	height: 14px;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	transition: var(--ease-out);
	background: url(../img/common/icon_arrow04.png) no-repeat center / cover;
	content: "";
}
#main .faqList .innerTtl.on::after {
	transform: translateY(-50%) rotate(180deg);
}
#main .faqList .innerBox {
	margin-left: -57px;
}
#main .faqList .innerBox + .innerTtl {
	margin-top: 50px;
}
#main .faqList .innerBox .imgBox {
	display: flex;
}
#main .faqList .innerBox .imgBox + .imgBox {
	margin-top: 34px;
}
#main .faqList .innerBox .imgBox .photoBox {
	width: 360px;
}
#main .faqList .innerBox .imgBox p {
	margin-right: 60px;
	flex: 1;
	display: flex;
	position: relative;
}
#main .faqList .innerBox .imgBox p strong {
	margin: -4px 12px 0 0;
	font-weight: 700;
	font-size: 2rem;
}
@media all and (min-width: 901px) {
	#main .online .flowList .link a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 900px) {
	#main {
		padding-top: 60px;
	}
	#main .online .mainVisual {
		margin-bottom: -150px;
		height: 195px;
		background-image: url(../img/online/sp_online_bg.jpg);
		background-size: cover;
	}
	#main .online .headLine01 {
		margin: 0 auto 43px;
		width: 261px;
	}
	#main .online .bgBox {
		margin: 0 31px;
		padding-top: 27px;
		border-radius: 10px;
	}
	#main .online .ttl {
		margin-bottom: 34px;
	}
	#main .online .comTextList01 {
		margin-bottom: 0;
		padding: 0 0 22px 26px;
	}
	#main .online .comTextList01 dt img {
		width: 13px;
	}
	#main .online .comTextList01 dt {
		margin: 0 0 15px;
		padding-bottom: 26px;
		width: 41px;
		justify-content: center;
		border-width: 2px;
	}
	#main .online .comTextList01 dd {
		margin-bottom: 40px;
		padding-bottom: 12px;
	}
	#main .online .flowTtl {
		margin-bottom: 12px;
	}
	#main .online .flowList {
		display: block;
	}
	#main .online .flowList li {
		margin: 0 0 33px;
		padding: 20px 25px 14px;
		width: auto;
		border-radius: 6px;
	}
	#main .online .flowList .photoBox {
		margin-bottom: 17px;
		border-radius: 6px;
	}
	#main .online .flowList .photoBox img {
		width: 100%;
	}
	#main .online .flowList h4 {
		margin-bottom: 12px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .online .flowList p {
		line-height: 1.5;
	}
	#main .online .flowList li:not(:last-child)::after {
		width: 54px;
		height: 54px;
		right: auto;
		left: 50%;
		top: auto;
		bottom: -45px;
		transform: translateX(-50%);
		background-image: url(../img/common/sp_icon_arrow01.png);
	}
	#main .online .flowList p + .link {
		margin-top: 22px;
	}
	#main .online .flowList .link a {
		letter-spacing: 0.05em;
	}
	#main .online .notice {
		display: block;
	}
	#main .online .notice h4 {
		margin: 0 0 15px;
		width: auto;
		height: 45px;
		border-radius: 4px;
	}
	#main .online .notice ul li {
		margin-bottom: 12px;
		line-height: 1.5;
	}
	#main .online .notice ul li:last-child {
		margin-bottom: 0;
	}
	#main .online {
		padding-bottom: 55px;
	}
	#main .faq {
		padding: 60px 0 0;
	}
	#main .faq .headLine01 {
		margin: 0 auto 42px;
		width: 159px;
	}
	#main .faqList dt {
		margin: 0 0 22px 2.6em;
		font-size: 1.6rem;
		text-indent: -2.6em;
	}
	#main .faqList dt::before {
		margin-right: 10px;
		width: 33px;
		height: 24px;
		vertical-align: -6px;
	}
	#main .faqList dd {
		margin-bottom: 39px;
		padding: 0 0 15px;
		border-color: #F0F0F0;
	}
	#main .faqList .comBtn01 {
		margin: 16px 0 41px;
	}
	#main .faqList .comBtn01 a {
		margin: 0;
		width: auto;
		max-width: 360px;
		height: 55px;
		padding-top: 14px;
		letter-spacing: 0;
		background-size: 16px;
		background-position: right 33px center;
	}
	#main .faqList .linkList {
		max-width: 360px;
		justify-content: space-between;
	}
	#main .faqList .linkList li:nth-child(1) {
		width: 125px;
		margin-right: 0;
	}
	#main .faqList .linkList li:nth-child(2) {
		width: 152px;
	}
	#main .faqList dd p.sml {
		font-size: 1.2rem;
	}
	#main .faqList .innerTtl {
		margin: 0 0 17px;
		height: 55px;
	}
	#main .faqList .innerBox {
		margin-left: 0;
		border-radius: 4px;
	}
	#main .faqList .innerBox .imgBox {
		display: block;
	}
	#main .faqList .innerBox .imgBox p {
		margin-right: 0;
	}
	#main .faqList .innerBox .imgBox p strong {
		margin-top: 0;
		font-weight: 500;
		font-size: 1.6rem;
	}
	#main .faqList .innerBox .imgBox .photoBox {
		margin-top: 25px;
		width: auto;
		text-align: center;
	}
	#main .faqList .innerBox + .innerTtl {
		margin-top: 80px;
	}
	.comContactBox {
		margin-top: 60px;
	}
}
@media all and (max-width: 374px) {
	#main .faqList .linkList li:nth-child(1) {
		width: 100px;
	}
	#main .faqList .linkList li:nth-child(2) {
		width: 124px;
	}
}