@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*** page-guide **/
.page-contentspages {
	color: #000;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page-contentspages h1 {
	text-align: center;
	font-size: 30px;
}
.page-contentspages h2 {
	margin-bottom: 40px;
	padding: 15px 20px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #004F36;
}
.page-contentspages h2::before {
	display: none;
}
.page-contentspages h3 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.666;
	color: #000;
	background: transparent;
}
.page-contentspages h3::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 100%;
	background: #000000;
	content: "";
}
.page-contentspages p {
	line-height: 1.7;
}
.page-contentspages main {
	padding-bottom: 100px;
}
.page-contentspages .block-img-center {
	text-align: center;
	padding: 30px 0 10px;
}
.page-contentspages .block-img-left {
	text-align: left;
	padding: 30px 0 10px;
}
.page-contentspages .block-img-left img,
.page-contentspages .block-img-center img {
	vertical-align: top;
}
.guide-link {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 40px;
}
.guide-link li {
	width: calc((100% - 30px) / 3);
	background: #F7F7F7;
}
.guide-link li a {
	display: block;
	padding: 22px 15px;
	padding-left: 60px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
}
.guide-link li a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-left: 2px solid #004F36;
	border-bottom: 2px solid #004F36;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 11px);
	left: 31px;
}
.page-contentspages section {
	margin-bottom: 60px;
}
#sec-service span {
 color: #E54848;
}
#sec-service h3 {
	margin-top: 25px;
}
.sec-order--head {
	margin-bottom: 25px;
}
.sec-order--body h3 {
	color: #004f36;
}
ul.order-item-list {
	margin-top: -40px;
}
ul.order-item-list .order-item {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	border-bottom: 2px solid #004F36;
	margin: 0;
}
ul.order-item-list .order-item::after {
	position: absolute;
	top: 100%;
	left: calc(50% - 49px);
	width: 98px;
	height: 40px;
	background: url(../../img/usr/freepage/guide/arrow_pc.png) center center / 100% auto no-repeat;
	content: "";
}
ul.order-item-list .order-item:last-of-type::after {
	display: none;
}
ul.order-item-list .order-item .order-item--step {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.875;
	color: #004F36;
	background: #EFF7F6;
}
ul.order-item-list .order-item .order-item--step span {
	display: inline-block;
	width: 100%;
	font-size: 26px;
	line-height: 1.15;
}
ul.order-item-list .order-item .order-item--text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% - 520px);
	padding: 30px 10px 30px 20px;
}
ul.order-item-list .order-item .order-item--text h4 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #004F36;
}
ul.order-item-list .order-item .order-item--text p {
	font-weight: normal;
}
ul.order-item-list .order-item .order-item--image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 460px;
	padding: 50px 30px 20px;
}
ul.order-item-list .order-item .order-item--image figure {
	width: 400px;
	height: 244px;
	padding: 11px 41px 27px;
	background: url(../../img/usr/freepage/guide/capture_frame_pc.png) center center / 100% auto no-repeat;
}
ul.order-item-list .order-item .order-item--image figure img {
	width: 100%;
}
ul.order-item-list .order-item .order-item--image figcaption {
	display: none;
}
#guide-main #sec-payment dt {
	color: #004F36;
	font-weight: bold;
	margin-bottom: 10px;
}
#guide-main #sec-payment dl {
	margin-bottom: 20px;
}
#guide-main #sec-payment dd {
	line-height: 2;
}
#sec-assurance p {
	margin-bottom: 30px;
}

/*** page-faq ***/
#faq-main dt {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 20px 5px 55px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.666;
	background: #EEF3EA;
}
#faq-main dt::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background: #004F36;
	content: "Q";
}
#faq-main dl {
	margin-bottom: 40px;
}
#faq-main dd {
	line-height: 1.7;
}
#faq-main dd a {
	color: inherit;
	text-decoration: underline;
}

/*** page-terms ***/
#terms-main dl {
	margin-bottom: 50px;
}
#terms-main dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#terms-main dd {
	line-height: 1.7;
}
#terms-main .appendix {
	margin-top: 80px;
}

/*** page-company ***/
#company-main dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#company-main dl {
	margin-bottom: 70px;
}

/*** guide-main ***/
#guide-main .sp-only {
	display: none !important;
}
#guide-main a.underline {
	text-decoration: underline;
}
#guide-main a.underline:hover {
	text-decoration: none;
}
#guide-main dl dt {
	margin: 0 0 20px;
	font-weight: bold;
}
#guide-main dl dd {
	margin: 0 0 20px;
}
#guide-main .maker-list {
	width: 830px;
	margin: 35px 0 0;
	padding: 30px;
	background: #F7F7F7;
}
#guide-main .maker-list .maker-list-frame {
	display: flex;
	flex-wrap: wrap;
}
#guide-main .maker-list h4 {
	padding: 0;
	margin: 0 0 26px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3125;
}
#guide-main .maker-list .maker-list-frame dl {
	width: 50%;
	margin: 0 0 30px;
}
#guide-main .maker-list .maker-list-frame dl:nth-last-of-type(1),
#guide-main .maker-list .maker-list-frame dl:nth-last-of-type(2) {
	margin-bottom: 0;
}
#guide-main .maker-list .maker-list-frame dl dt {
	position: relative;
	margin: 0 0 20px;
	padding-left: 14px;
	font-weight: 500;
}

#guide-main .maker-list .maker-list-frame dl dt::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 100%;
	background: #000000;
	content: "";
}
#guide-main .maker-list .maker-list-frame dl dd {
	margin: 0;
}
#guide-main h4 {
	margin-bottom: 20px;
}
#guide-main .guide-link li a {
	padding-left: 70px;
}
#guide-main .guide-link li a::before {
	left: 31px;
}
#guide-main .guide-link {
	gap: 15px;
}

/*#guide-main section {
	margin-top: -200px;
	padding-top: 200px;
}*/

/* ページ内リンク調整 */
/*.page-contentspages #faq-main section,
.page-contentspages #faq-main dl{
  margin-top: -120px;
  padding-top: 120px;	
}*/

