/* セクション全体
-------------------------------------------- */
img {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.5;
	transition: 0.5s;
}

.wrapper {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}

.f_noto {
	font-family: 'Noto Sans JP', sans-serif;
}





/* MV
-------------------------------------------- */
.mv {
	background-color: #00a0e9;
	width: 100%;
	padding-bottom: 8vw;
}

.mv h1 {
	width: 100%;
	margin: 0 auto;
}

.mv_dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 90%;
	max-width: 750px;
	margin: -140px auto 0;
}

.mv_dl p {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.3;
	font-weight: bold;
	text-shadow: -2px -2px 0 #00a0e9;
	padding-bottom: 10px;
}

.mv_dl ul {
	padding: 0;
	list-style: none;
	width: 440px;
	display: flex;
	justify-content: space-between;
}

.mv_dl ul li {
	width: 48%;
}

.mv_dl ul li:last-child {
	width: 52%;
}

/* .ios{
	width: 82%;
} */
.mv_dl ul li p {
	font-size: 1.6rem;
	padding-bottom: 0;
}

.mv_dl ul li a {
	display: block;
	width: 100%;
	margin-top: 13px;
}

.mv_dl ul li a img {
	width: 100%;
	height: 13.2vw;
	object-fit: contain;
	object-position: left center;
}

.mv_dl .mv_qr {
	width: 108px;
}

/* ::::: MV PC調整 ::::: */
.l .mv {
	background: linear-gradient(180deg, #e60012 0%, #e60012 34%, #00a0e9 34%, #00a0e9 100%);
	padding-bottom: 32px;
	border-bottom: 4px solid #00a0e9;
}

.l .mv h1 img {
	height: 680px;
	width: 100%;
	object-fit: cover;
}

@media screen and (min-width:1400px) {
	.l .mv h1 img {
		height: 1000px;
	}

	.l .mv_dl {
		margin: -200px auto 0;
	}
}

.l .mv_dl ul li a img {
	max-height: 66px;
}

/* ::::: MV SP調整 ::::: */
.s .mv_dl {
	justify-content: center;
	margin: -14vw auto 0;
}

.s .mv_dl ul {
	width: 100%;
	justify-content: center;
}

.s .mv_dl ul li p {
	font-size: 3.8vw;
}

.s .mv_dl ul li a {
	margin-top: 3.2vw;
}

.s .mv_dl .mv_qr {
	display: none;
}




/* sec01 メリット
-------------------------------------------- */
.sec01 {
	width: 100%;
	padding-bottom: 80px;
}

.sec01 h2 {
	width: 64%;
	max-width: 480px;
	margin: 64px auto 0;
}

.merit_box {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.merit_box .item {
	width: 48%;
	margin-top: 32px;
}

.merit_box .item img {
	width: 100%;
}

.merit_box .item .red_btn {
	width: 300px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.merit_box .item .red_btn a {
	background: #e60012;
	border-radius: 12px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 1em;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.merit_box .item .red_btn a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.merit_box .item._merit02 .red_btn {
	bottom: 20px;
}

.merit_box .item._merit04 .red_btn {
	bottom: 75px;
}

.merit_box .item._merit06 .red_btn {
	bottom: 30px;
}

.merit_box .item._merit08 .red_btn {
	bottom: 30px;
}

.merit_box .item._merit09 .red_btn {
	bottom: 30px;
}

.merit_box .item._merit09 {
	width: 100%;
	margin-top: 32px;
}

/* ::::: sec01 PC調整 ::::: */


/* ::::: sec01 SP調整 ::::: */
.s .sec01 {
	padding-bottom: 8vw;
}

.s .sec01 h2 {
	margin: 10vw auto 0;
}

.s .merit_box .item {
	width: 100%;
	margin-top: 5.6vw;
}

.s .merit_box .item .red_btn {
	width: 80%;
}

.s .merit_box .item .red_btn a {
	font-size: 4vw;
	padding: 2.8vw;
}

.s .merit_box .item._merit04 .red_btn {
	bottom: 10%;
}

.s .merit_box .item._merit06 .red_btn {
	bottom: 5.6%;
}

.s .merit_box .item._merit08 .red_btn {
	bottom: 3.5%;
}

.s .merit_box .item._merit09 .red_btn {
	bottom: 6.5%;
}





/* sec02 ご利用ガイド導線
-------------------------------------------- */
.sec02 {
	background-color: #00a0e9;
	padding: 60px 20px;
}

.sec02 h2 {
	color: #fff;
	font-size: 4.0rem;
	font-weight: 900;
	text-align: center;
}

.howto_box {
	background-color: #fff;
	padding: 28px 32px;
	border-radius: 10px;
	max-width: 980px;
	margin: 32px auto 0;
}

.howto_box .ttl {
	color: #000;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}

.howto_box .ttl span {
	font-size: 72%;
	font-weight: 600;
}

.howto_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	padding: 0;
}

.howto_list li {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	background: #00a0e9;
	border-radius: 12px;
	padding: 1em 0;
	display: flex;
	align-items: center;
}

.howto_list li a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.howto_list li a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

/* ::::: sec02 PC調整 ::::: */
.l .howto_list._btn2 {
	width: 604px;
	margin: 0 auto;
}

.l .howto_list li {
	max-width: 300px;
}

/* ::::: sec02 SP調整 ::::: */
.s .sec02 {
	padding: 9.2vw 4.8vw;
}

.s .sec02 h2 {
	font-size: 6.8vw;
}

.s .howto_box {
	padding: 4.8vw 4vw;
	margin: 4.8vw auto 0;
}

.s .howto_box .ttl {
	font-size: 4.8vw;
}

.s .howto_list li {
	margin-top: 3.2vw;
	padding: 2.8vw 0;
}

.s .howto_list li a {
	font-size: 4vw;
}

.s .howto_list li a::after {
	right: 5.6%;
}





/* sec03 ダウンロード導線
-------------------------------------------- */
.sec03 {
	padding: 60px 20px;
}

.sec03 .ttl {
	color: #000;
	font-size: 4.0rem;
	font-weight: 900;
	text-align: center;
}

.sec03 .img_gif {
	margin: 28px auto 0;
	width: 40%;
}

/* APPダウンロード */
.dl-item h4 {
	width: 90%;
	max-width: 800px;
	margin: 40px auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
}

.dl-item h4 .line {
	display: inline-block;
	width: calc((100% - 24.0rem)/2);
	background-color: #000;
	height: 2px;
}

.dl-item h4 p {
	display: inline-block;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

.dl-item ul {
	padding: 0;
	width: 88%;
	max-width: 720px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.dl-item ul li {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dl-item ul li img {
	width: 37%;
}

.dl-item ul li div {
	width: 58%;
}

.dl-item ul li div p {
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	line-height: 1;
	margin: 0 0 16px;
}

.dl-item ul li div a {
	background-color: transparent;
	width: 100%;
	height: 60px;
	display: block;
	text-align: left;
}

.dl-item ul li div a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.dl-item ul li:first-child {
	width: 45%;
}

.dl-item ul li:first-child img {
	width: 41.4%;
}

.dl-item ul li:first-child div {
	width: 58%;
}

.dl-item ul li:first-child div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.dl-item ._note {
	font-size: 1.3rem;
	color: #616161;
	text-align: center;
	margin: 12px 0 64px;
}

/* ::::: sec03 PC調整 ::::: */
.l .sec03 .img_gif {
	width: 200px;
}

.l .sec03 .dl-item {
	width: 980px;
	margin: 0 auto;
}

/* ::::: sec03 SP調整 ::::: */
.s .sec03 {
	padding: 14vw 0 14vw;
}

.s .sec03 .ttl {
	font-size: 8vw;
}

.s .dl-item h4 {
	margin: 7.2vw auto 4vw;
}

.s .dl-item h4 .line {
	width: calc((100% - 50vw)/2);
	height: 0.4vw;
}

.s .dl-item h4 p {
	font-size: 4.6vw;
}

.s .dl-item ul li {
	display: block;
}

.s .dl-item ul li div {
	width: 100%;
}

.s .dl-item ul li div p {
	color: #000;
	font-size: 3.4vw;
	margin: 0 0 3.2vw;
}

.s .dl-item ul li div a {
	height: 13.2vw;
}

.s .dl-item ._note {
	font-size: 3.2vw;
	line-height: 1.3;
	margin: 4.8vw 3.2vw 0;
}





/* Q&A
-------------------------------------------- */
.-qrArea {
	background-color: #f0f0f0;
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
	text-align: center;
}

.-qrArea h2 {
	font-size: 3.2rem;
	font-weight: 700;
}

.-qrArea ul.-qa {
	background-color: #fff;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	margin: 24px auto 12px;
	width: 94%;
	max-width: 980px;
}

.-qa li.js-arrow {
	list-style: none;
	position: relative;
}

.-qa li.js-arrow h3 {
	position: relative;
	padding: 20px;
	border-top: solid 1px #d8d8d8;
	font-size: 1.94rem;
	font-weight: 700;
}

.-qa li.js-arrow .js-arrow-target li {
	position: relative;
	border-bottom: solid 1px #d8d8d8;
	padding: 20px 24px;
	font-size: 1.6rem;
	font-weight: 400;
	list-style: none;
	text-align: left;
}

.-qa li.js-arrow .js-arrow-target li:last-child {
	border-bottom: 0;
}

.-qa li.js-arrow .js-arrow-target li p {
	width: 96%;
	padding-left: 26px;
	background: no-repeat left 6px/17px url("../img/Q.png");
	line-height: 1.5;
	position: relative;
}

.-qa li.js-arrow .answer {
	display: none;
	background: no-repeat left 6px/17px url("../img/A.png");
	width: 100%;
	padding: 0 26px 0 26px;
	margin-top: 15px;
	line-height: 1.5;
}

.-qa li.js-arrow .answer a {
	color: #004cc7;
	text-decoration: underline;
}

.-qa li.js-arrow .answer._indent span {
	display: inline-block;
	width: 100%;
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

.-qa li.js-arrow h3::after,
.js-arrow-target li p::after {
	content: '';
	position: absolute;
	top: 0;
	right: 4.4%;
	width: 4%;
	max-width: 20px;
	height: 100%;
	background: no-repeat center/contain url(../img/qa_arrow_open.png);
}

.js-arrow-target li p::after {
	right: -4%;
	width: 3.2%;
	max-width: 14px;
	max-height: 26px;
}

.-qa li.js-arrow h3.-minus::after,
.js-arrow-target li.-minus p::after {
	background: no-repeat center/contain url(../img/qa_arrow_close.png);
}

/* ::::: Q&A PC調整 ::::: */
.l .-qa li.js-arrow h3::after {
	right: 24px;
}

/* ::::: Q&A SP調整 ::::: */
.s .-qrArea {
	padding: 10.4vw 0 12vw;
}

.s .-qrArea h2 {
	font-size: 2.8rem;
}

.s .-qrArea ul.-qa {
	margin: 4.8vw auto 0;
	padding: 0;
}

.s .-qa li.js-arrow h3 {
	padding: 4vw 0;
	font-size: 1.6rem;
}
.s .-qrArea ul.-qa ul{
	padding: 0;
}
.s .-qa li.js-arrow .js-arrow-target li {
	padding: 3.2vw 4vw 3.2vw 6vw ;
	font-size: 1.4rem;
}

.s .-qa li.js-arrow .js-arrow-target li p {
	background: no-repeat left 4px/17px url(../img/Q.png);
}

.s .-qa li.js-arrow .answer {
	background: no-repeat left 4px/17px url(../img/A.png);
	padding-right: 0;
	margin-top: 4vw;
}

.s .-qa li.js-arrow .answer._indent span {
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}



/* contact
-------------------------------------------- */
.-contact {
	background: #ccc;
	text-align: center;
	padding: 56px 0 64px;
}

.-contact h2 {
	font-size: 3.2rem;
	font-weight: 700;
}

.-contact_box {
	position: relative;
	background: #fff;
	border-radius: 10px;
	width: 94%;
	max-width: 980px;
	padding: 40px 0 40px;
	margin: 32px auto 0;
}

.-contact_box h4 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 40px;
}

.-contact_box h4.mt0 {
	margin-top: 0;
}

.-contact_box ul {
	width: 100%;
	padding: 0;
	list-style: none;
}

.-contact_box ul li {
	margin-top: 28px;
}

.-contact_box ul li h5 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
}

.-contact_box ul li p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.-contact_box ._formlink {
	display: block;
	font-size: 2.0rem;
	margin-top: 16px;
}

.contact_note {
	color: #ca0915;
	border: solid 2px #ca0915;
	border-radius: 3px;
	padding: 5px 12px;
	margin: 0 10px;
	width: 440px;
	margin: 10px auto 0;
	font-weight: bold;
}

/* ::::: contact PC調整 ::::: */


/* ::::: contact SP調整 ::::: */
.s .-contact {
	padding: 10.4vw 0 12vw;
}

.s .-contact h2 {
	font-size: 2.8rem;
}

.s .-contact_box {
	padding: 6.4vw 2vw 7.2vw;
	margin: 4.8vw auto 0;
}

.s .-contact_box h4 {
	font-size: 2.0rem;
	margin-top: 6.4vw;
}

.s .-contact_box h4.mt0 {
	margin-top: 0;
}

.s .-contact_box ul li {
	margin-top: 5.2vw;
}

.s .-contact_box ul li h5 {
	font-size: 1.7rem;
	margin-bottom: 1.6vw;
}

.s .-contact_box ul li p {
	font-size: 1.5rem;
}

.s .-contact_box ._formlink {
	font-size: 1.8rem;
	margin-top: 2.4vw;
}

.s .contact_note {
	width: 90%;
}

/* モーダル */
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.modal__bg {
	height: 120vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 3%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
	max-height: 95vh;
	overflow-y: scroll;
}

.modal_ttl{
	font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #e60012;
    border-radius: 10px;
    color: #fff;
}

.modal_txt{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}
.modal_txt._01{
	text-align: center;
}

.mb20{
	margin-bottom: 20px;
}

.note_txt{
	font-size: 16px;
	line-height: 1.2;
	padding-left: 16px;
	text-indent: -16px;
}

.red_txt{
	color: #e60012;
}

a.modal_close_btn{
	display: block;
	border-radius: 10px;
	border: #000 solid 1px;
	width: 200px;
    padding: 10px 0;
    margin: 30px auto 0;
}

.s .modal_ttl{
	font-size: 4.27vw;
	border-radius: 5px;
	margin-bottom: 10px;
}

.s .modal_txt{
	font-size: 3.2vw;
}



.s .note_txt{
	font-size: 2.67vw;
	padding-left: 2.67vw;
	text-indent: -2.67vw;
}

.s a.modal_close_btn{
	width: 200px;
    padding: 10px 0;
    margin: 20px auto 10px;
}