@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*common set*/
body {
	font-size: 16px;
}
p,
li,
dt,
dd,
th,
td {
	font-family: "Noto Sans JP", Roboto, Segoe UI Symbol, "Yu Gothic Medium", YuGothic, メイリオ, sans-serif;
}
#benefit h2,
#benefit h3,
#fig h2,
#fig h3 {
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}
.hdg_A {
	font-size: 1.07rem;
}
sup {
	font-size: 0.5em;
}
.inner p {
	margin-bottom: 0px;
}
.inner p + p {
	margin-top: 11px;
}
.foreigncurrency .hdg_B.hdg_icon-notice {
	font-size: 1rem;
	width: fit-content;
	margin: auto;
}
.list_primary li:last-of-type {
	margin-bottom: 0;
}
.notes-center {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.link-tel {
	font-family: "Roboto", -apple-system;
	font-weight: bold;
	color: #004831;
}
wbr::before {
	content: "\200B";
}
.row_flex {
	column-gap: 50px;
	flex-wrap: nowrap;
	margin-left: 0;
	margin-right: 0;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 14px;
	}
	.row_flex > [class^="col_"]:last-child {
		margin-bottom: 0;
	}
	[class^="col_"] {
		float: none;
	}
}
.f14 {
	font-size: 14px !important;
}
[class^="btn"] {
	min-width: 0px;
}

/*KV area*/
@media screen and (min-width: 1200px) {
	.signboard {
		width: 100%;
		background-image: url(/campaign/app_download2606/images/kv_pc.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.signboard {
		width: 100%;
		background-image: url(/campaign/app_download2606/images/kv_tb.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-position-y: 25%;
		margin: 0;
	}
	.keyvisual_img img {
		position: absolute;
		max-width: 480px;
		top: 50%;
		left: 69%;
		transform: translateY(-50%) translateX(-50%);
	}
}
.sbd__inner {
	max-width: 982px;
	margin: auto;
	height: 430px;
	justify-content: center;
	position: relative;
}
@media screen and (min-width: 1200px) {
	.keyvisual_img img {
		position: absolute;
		top: 50%;
		left: 78%;
		transform: translateY(-50%) translateX(-50%);
	}
}
.under_img{
    position: relative;
    z-index: -1;
    margin-top: -3%;
}

/*キャンペーンについて*/
#about-campaign {
	padding-top: 80px;
}

.glossary {
	font-size: 15px;
}
.glossary table th {
	border: 1px solid #d0d0d0;
	padding: 5px 10px;
	background: #f0f0f0;
}
.glossary table thead th {
	text-align: center;
}
.glossary table tbody td {
	border: 1px solid #d0d0d0;
	padding: 5px 10px;
	text-align: center;
}
.glossary table tbody .bg_accent {
	background-color: #004831;
	color: #fff;
}

.glossary p {
	margin-bottom: 10px;
}
.benefit__02 {
	margin-top: 32px;
}

#disclaimer {
	font-size: 15px;
}
.caution_list {
	margin-top: 10px;
	display: flex;
}
.inner .caution_list p {
	margin: 0;
}
.inner .caution_list p:last-child {
	margin-left: 6px;
}
.caution_list i {
	vertical-align: middle;
}
.list_step span {
	background: #c4d700;
	color: #004831;
	font-size: 15px;
	padding: 5px 6px 4px;
	line-height: 1;
	display: inline-block;
	font-weight: 500;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.glossary {
		font-size: 1rem;
	}
	.glossary table tbody th {
		width: 25vw;
		padding: 3px 5px;
	}
	.glossary table tbody td {
		padding: 3px 5px;
	}
	#disclaimer {
		font-size: 1rem;
	}
}

.contact_tel .contact_telnum span.contact_telnum_time{
	margin: 0;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.contact_tel .contact_telnum span.contact_telnum_time{
		font-size: 17px;
	}
}


/*キャンペーン終了*/
.block-campaign-end__area01 {
	width: 982px;
	margin: 0 auto 10px;
	background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
	.block-campaign-end__area01 {
		width: 100%;
	}
}

/*追従CV 終了時ダウン　ここから*/
.pagetop.popup-pagetop{
	bottom: 140px;
	width: 40px;
    height: 40px;
    display: block;
    background: url(/assets/images/icon_pagetop.svg) center center no-repeat;
	border-radius: 50%;
    position: fixed;
    top: auto;
	right: 36px;
    background-color: #ffffff;
    padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1199px) {
  .pagetop.popup-pagetop {
    bottom: 140px!important;
	right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop.popup-pagetop {
    bottom: 160px!important;
  }
}

@media screen and (max-width: 401px) {
  .pagetop.popup-pagetop {
    bottom: 175px!important;
  }
}

#footer .footer-content{
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
	#footer .footer-content{
		padding: 40px 0px;
	}
}
.flBanner {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	height: 120px;
	justify-content: center;
	align-items: center;
	align-content: center;
	opacity: 0 !important;
	transition: opacity 0.3s, top 0.3s;
}
.flBanner.active {
  opacity: 1 !important;
  pointer-events: auto;
}
div.flBanner-container {
	height: 100%;
	overflow: hidden;
	margin: 16px 0;
}
.flBanner-container [class^="btn"]::after {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 18px;
	height: 6px;
	right: 11px;
	top: calc(50% - 3px);
	position: absolute;
}
.btn__flBanner {
	padding: 12px 16px;
}
.icon-arrow__down:before {
    content: url(/assets/images/icon_arrow.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 14px;
    -webkit-transform: translateY(6px) translateX(6px) rotate(90deg);
    -ms-transform: translateY(6px) translateX(6px) rotate(90deg);
    transform: translateY(3px) translateX(10px) rotate(270deg);
}

@media screen and (max-width: 767px) {
	.flBanner {
		/* padding-top: 10px; */
		height: auto;
	}
	div.flBanner-container {
		margin: 5px 0 16px;
	}
}
/*追従CV 終了時ダウン　ここまで*/


/*step*/
.step-section {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
}
.step-section .inner {
	max-width: 982px;
	margin-bottom: 0;
}
h2.step-title {
	font-size: 24px;
	font-weight: 700;
	color: #004831;
	letter-spacing: 0.075em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	gap: 11px;
	align-items: center;
	justify-content: center;
}
.step-section .step-flow-carousel .carousel__list .carousel__list__item {
	background-color: #FFFFFF;
}
.step_block {
	display: flex;
}
.step_text {
	display: flex;
	flex-direction: column;
	align-self: center;
	text-align: center;
}
.step_img {
	display: flex;
	justify-content: center;
}
p.step_text--main {
	font-size: 18px;
	font-weight: 700;
}
p.step_text--small {
	font-size: 14px;
}
.circle_orange {
	font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Noto Sans JP", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
	display: inline-block;
	background-color: #D98727;
	color: #fff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	margin: 0 2px 0 2px;
	font-size: 11px;
	font-weight: 600;
	padding-top: 4px;
}
.circle_green {
	font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Noto Sans JP", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
	display: inline-block;
	background-color: #C4D700;
	color: #004831;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	margin: 0 2px 0 2px;
	font-size: 11px;
	font-weight: 600;
	padding-top: 4px;
}
@media screen and (max-width: 1199px) {
	.step-section {
	}
	.step-section .inner {
	}
	h2.step-title {
	}
	h2.step-title::before {
	}
	.step-section .row {
		display: flex;
	}
	.step-section .step-flow-carousel .carousel__list .carousel__list__item {
	}
	.step_block {
	}
	.step_text {
	}
	.step_img {
	}
	p.step_text--main {
	}
	p.step_text--small {
	}
	.circle_orange {
	}
	.circle_green {
	}
}
@media screen and (max-width: 767px) {
	.step-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.step-section .inner {
	}
	h2.step-title {
		font-size: 20px;
		letter-spacing: 0;
		gap: 8px;
		margin-bottom: 30px;
	}
	h2.step-title::before {
		min-width: 24px;
		height: 22px;
	}
	.step-section .row {
		flex-direction: column-reverse;
	}
	.step-section .step-flow-carousel .carousel__list .carousel__list__item {
		padding: 30px 30px;
	}
	.step_block {
	}
	.step_text {
	}
	.step_img {
		margin: 0 auto;
	}
	.step_img img {
		max-width: 200px;
	}

	p.step_text--main {
	}
	p.step_text--small {
	}
	.circle_orange {
	}
	.circle_green {
	}
}

/*4カラム*/
.online-list {
    display: flex;
    justify-content: space-between;
}
.online-list__item {
    width: calc(25% - 40px);
    min-height: 208px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.online-list__item img {
    width: 100px;
    position: relative;
    margin-top: 10px;
}
.online-list__item span {
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
}
.online-list__item p {
    position: relative;
    text-align: center;
    font-size: 0.875rem;
    padding: 0 12px;
    word-break: keep-all;
    width: 90%;
}
@media screen and (max-width: 767px) {
    .online-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }
    .online-list__item {
        margin: 25px 0 0;
        width: 38vw;
        max-width: 12rem;
        min-height: 0;
    }
    .online-list__item img {
        width: 60px;
        position: relative;
        margin-top: 0px;
    }
    .online-list__item span {
        position: relative;
        font-size: 1.25rem;
        font-weight: 600;
    }
    .online-list__item p {
        position: relative;
        text-align: center;
        font-size: 0.875rem;
        padding: 0 12px;
        word-break: keep-all;
    }
}
.tel_txt{
    margin-left: 0!important;
    margin-right: 8px;
}

/*アプリSP*/
.app_link>.inner {
    background-color: #edeae6;
    border-radius: 12px;
}
.app_link>.inner > div:nth-child(1) {
    justify-content: center;
    gap: 12px;
}
.app_link>.inner > div:nth-child(1) > p {
    font-size: 18px !important;
    line-height: 1.4em;
}
.app_link>.inner >.app_btn{
    position: relative;
}
.app_link>.inner > div > p > a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    background-color: #bcce1d;
    border-radius: 26px;
    padding: 14px 20px;
}
.app_link>.inner > div > p > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7%;
    width: 0px;
    height: 0px;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #004831;
}
.app_link > .inner.inner {
    display: block !important;
    padding: 20px 20px 20px !important;
}