@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* ポップアップ共通 */
/* reset */
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 824px;
  /* tablets */
	background: url(../images/flow/bg.png) repeat center top;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	text-align: center;
}

li {
	list-style-type: none;
}

img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

em {
	font-style: normal;
}

a {
	color: #f00;
	text-decoration: none;
	transition: all .4s;
}
a img {
	transition: all .4s;
}

a:hover {
	color: #ff0;
	transition: all .4s;
}
a:hover img {
	opacity: 0.7;
	transition: all .4s;
}

header,
footer,
main,
section,
article,
aside,
nav,
address {
	display: block;
}

.pc {
	display: inline-block;
}

.sp {
	display: none;
}

.fit {
	width: 100%;
	height: auto;
}

.inner {
	width: 660px;
	margin: 0 auto;
}

/* contents area */
.mv {
	height: 394px;
	margin: 0 0 56px;
	background: url(../images/flow/mv_bg.png) repeat-x center center;
}
.mv__ttl {
	padding: 84px 0 47px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.14em;
	color: #9b0000;
}
.mv__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 580px;
	margin: 0 auto;
	padding: 15px 26px;
	background: #fff;
	border-radius: 16px;
	box-sizing: border-box;
}
.mv__box__illust {
	width: 196px;
}
.mv__box__txt {
	width: 310px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75em;
	color: #9b0000;
	text-align: left;
}

.whitebox {
	width: 660px;
	margin: 0 auto;
	padding: 33px 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.step {
	position: relative;
	margin: 0 0 50px;
	padding: 30px 30px 30px 20px;
	border: 1px solid #ececd8;
	border-radius: 10px;
	text-align: left;
	zoom: 100%;
}
.spread .step {
	padding: 20px 30px 30px;
}
.step:before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
	width: 24px;
	height: 28px;
	background: url(../images/flow/arrow01.svg) no-repeat center center;
	background-size: contain;
}
.step:first-child:before {
	display: none;
}
.spread .step:first-child:before {
	display: inline-block;
}
.step:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.step__ttl {
	width: 430px;
	margin: 0.5em 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	color: #9b0000;
	float: right;
}
.spread .step__ttl {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 1em 50px;
	float: none;
}
.step__ttl.mid {
	margin: 1.5em 0 0;
}
.step__ttl .num {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 0.5em 0 0;
	background: #9b0000;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	color: #fff;
	text-align: center;
}
.spread .step__ttl .num {
	position: absolute;
	left: 0;
	top: 0;
}
.step__illust {
	width: 160px;
	float: left;
}
.spread .step__illust {
	margin: 0 auto 20px;
	float: none;
}
.step__txt {
	width: 430px;
	font-size: 16px;
	line-height: 1.75em;
	float: right;
}
.spread .step__txt {
	width: auto;
	float: none;
}
.step__notice {
	width: 430px;
	padding: 16px 0 0;
	float: right;
}
.spread .step__notice {
	width: auto;
	float: none;
}
.step__notice__txt {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.6em;
}

.spread {
	display: flex;
	justify-content: space-between;
}
.spread__pattern {
	position: relative;
	width: 310px;
}
.spread__pattern.btmarrow {
	background: url(../images/flow/arrow01.svg) no-repeat center bottom 11px;
	background-size: 24px auto;
}
.spread__pattern__ttl {
	display: none;
}
.guide .spread__pattern__ttl {
	display: block;
	padding: 1.2em 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	color: #9b0000;
}
.spread__pattern .acordion_switch {
	position: relative;
	display: block;
	margin: 0 0 50px;
	background: rgba(155, 0, 0, 0.2);
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 64px;
	color: #9b0000;
}
.spread__pattern .acordion_switch:before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
	width: 24px;
	height: 28px;
	background: url(../images/flow/arrow01.svg) no-repeat center center;
	background-size: contain;
}
.products .spread__pattern .acordion_switch {
	display: none;
}
.spread__pattern .acordion_icon {
	display: none;
}
.spread__pattern__bg {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background: #9b0000;
}
.acordion + .spread__pattern__bg {
	height: calc(100% - 100px);
}

.notice {
	margin-right: -1em;
	text-align: left;
}

.guide {
	position: relative;
	margin: 0 0 67px;
	padding: 0 10px;
	background: rgba(155, 0, 0, 0.2);
	border-radius: 10px;
}
.guide:before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
	width: 24px;
	height: 28px;
	background: url(../images/flow/arrow01.svg) no-repeat center center;
	background-size: contain;
}
.guide__list {
	border-top: 1px solid #fff;
	padding: 15px 15px 30px;
	text-align: left;
}
.guide__list__txt {
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 1.75em;
}
.guide__list__txt.warning {
	margin: 1em 0 0 1em;
	font-size: 12px;
}
.services .guide__list__txt {
	font-size: 12px;
}
.guide__list__txt small {
	display: inline-block;
	margin: 0.1em 0 0 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.75em;
}
.guide__list__txt .coin-icon {
	width: 185px;
	margin-top: 5px;
}
.guide__list__ttl {
	padding: 1em 0 0.5em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
}
.guide__list__notice {
	padding: 1em 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75em;
	color: #9b0000;
}

.footer {
	padding: 50px 0;
}
.footer .js-modal-close {
	display: inline-block;
	width: 164px;
	background: #e6e6e6;
	border-radius: 31px;
	font-size: 18px;
	font-weight: 500;
	line-height: 62px;
	color: #333;
}
.footer .js-modal-close:hover {
	background: #9b0000;
	color: #fff;
}
.footer .js-modal-close b {
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle;
}

/* 20230419 simu-btn追記 */

.footer .simu-btn a{
	display: inline-block;
	width: 15em;
	background: #fe7120;
	border-radius: 31px;
	font-size: 18px;
	font-weight: 500;
	line-height: 62px;
	margin-bottom:20px;
	position: relative;
}

.footer .simu-btn a{
color: #fff;
}


.footer .simu-btn a:hover {
	background: #fe7120;
	color: #fff;
}

.footer .simu-btn b {
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle;
}

.footer .simu-btn a img.acordion_icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}


/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* reset */
body {
	min-width: unset;
	background: url(../images/flow/bg_sp.png) repeat-y center top;
	background-size: 100% auto;
}

.pc {
	display: none;
}

.sp {
	display: inline-block;
}

.inner {
	width: auto;
}

  /* contents area */
.mv {
	height: auto;
	margin: 0 0 8vw;
	padding: 0 0 15vw;
	background: url(../images/flow/mv_bg_sp.png) repeat-y center top;
	background-size: 100% auto;
}
.mv__ttl {
	padding: 20vw 0 1.2em;
	font-size: 6vw;
}
.mv__box {
	display: block;
	justify-content: unset;
	align-items: unset;
	width: 78%;
	padding: 5vw 0;
	background: #fff;
	border-radius: 3vw;
}
.mv__box__illust {
	width: 56vw;
	margin: 0 auto 5vw;
}
.mv__box__txt {
	width: auto;
	font-size: 4.2vw;
	text-align: center;
}

.whitebox {
	width: auto;
	margin: 0 5%;
	padding: 10vw 5%;
	background: #fff;
	border-radius: 3vw;
	box-shadow: 0.7vw 0.7vw 1vw rgba(0, 0, 0, 0.2);
}

.step {
	margin: 0 0 13vw;
	padding: 6vw 5vw 8vw;
	border: 0.4vw solid #ececd8;
	border-radius: 2vw;
}
.spread .step {
	padding: 6vw 5vw 8vw;
}
.step.heightLine-02 {
	height: auto !important;
}
.step:before {
	top: -12vw;
	width: 8vw;
	height: 10vw;
}
.spread .step:first-child:before {
	display: none;
}
.step:last-child {
	margin: 0 0 5vw;
}
.step__ttl {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 1em 12vw;
	font-size: 5.2vw;
	line-height: 1.75em;
	float: none;
}
.spread .step__ttl {
	padding: 0 0 1em 12vw;
}
.step__ttl.mid {
	margin: 0;
}
.step__ttl .num {
	position: absolute;
	left: 0;
	top: 0;
	width: 10vw;
	height: 10vw;
	margin: 0;
	font-size: 6vw;
	line-height: 9.6vw;
}
.step__illust {
	width: 66%;
	padding: 0 17% 8vw;
	float: none;
}
.spread .step__illust {
	margin: 0;
}
.step__txt {
	width: auto;
	font-size: 4vw;
	float: none;
}
.step__notice {
	width: auto;
	padding: 4vw 0 0;
	float: none;
}
.step__notice__txt {
	font-size: 3vw;
}

.spread {
	display: block;
	justify-content: unset;
}
.spread.pc {
	display: none;
}
.spread__pattern {
	width: auto;
}
.spread__pattern.btmarrow {
	background: none;
	background-size: unset;
}
.spread__pattern__ttl {
	display: block;
	padding: 0.3em 0 1.5em;
	font-size: 5.4vw;
	font-weight: 500;
	line-height: 1em;
}
.guide .spread__pattern__ttl {
	display: none;
  /*2022-01-31非表示に変更*/
	padding: 0.3em 0 1.5em;
	font-size: 5.4vw;
	color: #333;
}
.spread__pattern .acordion_switch {
	margin: 18vw 0 5vw;
	background: #9b0000;
	border-radius: 8vw;
	font-size: 4.3vw;
	line-height: 16vw;
	color: #fff;
}
.spread__pattern .acordion_switch:before {
	top: -14vw;
	width: 8vw;
	height: 10vw;
}
.products .spread__pattern .acordion_switch {
	display: block;
}
.spread__pattern + .spread__pattern .acordion_switch {
	margin: 10vw 0 5vw;
}
.spread__pattern + .spread__pattern .acordion_switch:before {
	display: none;
}
.spread__pattern .acordion_icon {
	display: block;
	position: absolute;
	right: 4vw;
	top: 50%;
	transform: translateY(-50%);
	width: 3vw;
}
.spread__pattern .acordion {
	display: none;
}
.spread__pattern__bg {
	display: none;
}

.notice {
	margin-right: 0;
	padding: 10vw 0 0;
}

.guide {
	margin: 0 0 10vw;
	padding: 0;
	background: transparent;
	border-radius: unset;
}
.guide:before {
	display: none;
}
.guide.heightLine-01 {
	height: auto !important;
}
.guide.nolist {
	margin: 0;
}
.guide__list {
	background: rgba(155, 0, 0, 0.2);
	border-top: none;
	border-radius: 3vw;
	padding: 5vw 3%;
}
.guide__list__txt {
	font-size: 4vw;
}
.guide__list__txt.warning {
	margin: 0.5em 0 0 1em;
	font-size: 3.6vw;
}
.services .guide__list__txt {
	font-size: 3.6vw;
}
.guide__list__txt small {
	font-size: 3vw;
}
.guide__list__txt .coin-icon {
	width: 80%;
	margin-top: 2vw;
}
.guide__list__ttl, .guide__list__notice {
	font-size: 4vw;
}

.footer {
	padding: 12vw 0;
}
.footer .js-modal-close {
	width: 46vw;
	border-radius: 8vw;
	font-size: 5vw;
	line-height: 16vw;
}
.footer .js-modal-close b {
	font-size: 6vw;
	vertical-align: bottom;
} 

/* 20230419 simu-btn追記 */

.footer .simu-btn a{
	width:80vw;
	border-radius: 8vw;
	font-size: 5vw;
	line-height: 16vw;
	margin-bottom:10vw;
}
.footer .simu-btn b {
	font-size: 6vw;
	vertical-align: bottom;
} 

.footer .simu-btn a img.acordion_icon {
    right: 4vw;
    width: 3vw;
}

}
/* 20220127追記 */
a.link_txt_b {
	color: #0066CC;
	text-decoration: underline;
}
a.link_txt_b:hover {
	color: #F00000;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.guide.v02 .spread__pattern__ttl {
	display: none;
}
}


/* 20230529追記 */
.ad_line {
    position: relative;
	height: 340px!important;
	margin: 0 0 550px;
}
.ad_line:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	height: 510px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	background: #9b0000;
}
.free {
	margin: 1em 15px 0;
	padding: 0.8em;
	background: #f5f5eb;
	text-align: left;
}
.free__ttl {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
}
.free__price {
	display: inline-block;
	margin: 0 0 1em;
	padding: 0.1em 0.3em;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
}
.free sup {
	font-size: 10px;
}
.free .nocharge {
	font-size: 16px;
	line-height: 1.75em;
}
.free .zero {
	width: 47px;
	height: auto;
	margin: 0 0.5em 0 0;
	vertical-align: middle;
}
.order__detail {
	text-align: left;
	padding: 0 15px;
}
.guide__detail__txt {
	padding: 0 0 0.5em;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
}

@media screen and (max-width: 767px) {
.guide__list.v02 {
	background: none;
}
.ad_line {
	margin: 0 0 10vw;
}
.ad_line:after {
	display: none;
}
.guide.v02 {
	background: rgba(155, 0, 0, 0.2);
	border-radius: 10px;
}
}
