@charset "UTF-8";
/* CSS Document */

/* 基本スタイル
 * ========================================================================== */
body {
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	background-color: #fff;
}
h2 {
	font-size: clamp(1.125rem, calc(1.25vw + 1rem), 2rem);
	text-align: center;
	margin: 3% 0 5%;
}
h2.lastSet {/*// ページに配置するh2の中で最後の要素につける //*/
	margin: 12% 0 5%;
}
h3,
h4,
p,
dt,
dd,
li,
button,
label {
	font-size: clamp(.875rem, calc(0.25vw + .8125rem), 1.25rem);
}
h3 {
   margin: 0; 
}
h4,
dt {
	font-weight: 700;
}
button {
	border: none;
}
ul {
	padding-inline-start: 0;
	padding-left: 3%;
}
dt {
    padding-bottom: 3%;
}
dt:last-of-type {
    padding-top: 3%;
}
dd {
    margin-inline-start: 0;
    line-height: 1.5em;
    padding-bottom: 1%;
}
dd:last-of-type {
    padding-bottom: 0;
}
a {
    color: rgb(2 74 216);
}
iframe {
    border: 1px solid rgb(118 119 120);
    width: 100%;
    height: 300px;
}
fieldset {
    border: none;
    padding-left: 0;
}

/*// 青文字スタイル================== //*/
h3.blue-ttl,
h3.blue-ttl-last {
	color: rgb(2 74 216);
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	font-weight: 700;
	line-height: .5em;
    margin-top: 3%;
}
h3.blue-ttl-last {
	margin-top: 8%;
}

/*// チェックポイント用スタイル========= //*/
p.check {
    position: relative;
    padding: 20px 10px;
    border: 1.5px solid rgb(2 74 216);
    margin-top: 5%;
}
p.check::after {
    content:'CHECK';
    position: absolute;
    top: -8px;
    left: 10px;
    background-color: #fff;
    font-size: clamp(.875rem, calc(0.25vw + .8125rem), 1.25rem);
    color: rgb(2 74 216);
    padding: 0 10px;
}
/*// 強調文字====================== //*/
em.bold {
    font-style: normal;
    font-weight: 700;
}

/*// 下線装飾文字=================== //*/
span.underLine {
	text-decoration: underline;
}
/*// 米印付リスト=================== //*/
ul.explanation {
	list-style: none;
	padding-inline-start: 0;
    border: 1px solid rgb(2 74 216);
    padding: 3%;
}
/*// マークなしリスト=================== //*/
ul.no-point {
	list-style: none;
    padding-left: 0;
}
/*// マテリアルアイコン カスタマイズ設定=================== //*/
.material-icons {
    font-size: 20px;
    padding-left: 1%;
    display: inline-flex;
    vertical-align: middle;
    color: rgb(2 74 216);
}

/* 背景100%塗り要素
 * ========================================================================== */

.footer-bg,
.attention-bg {
	width: 100%;
	margin: 0;
	padding: 1.5rem 0;
	position: relative;
	overflow: hidden;
}
.footer-bg::before,
.attention-bg::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(118 119 120);
	z-index: -1;
}
.attention-bg::before {
	background-color: #efefef;
}
.footer-bg p {
	color: #fff;
	line-height: 1.5em;
}
.footer-bg a {
	color: #fff;
}

/* 各パーツ
 * ========================================================================== */
.header-grid-wrap,
.planeBox-wrap,
.grid-wrap {
	width: 60%;
	margin: 0 auto;
}
.header-grid-wrap,
.planeBox-wrap {
	display: grid;
}
.header-grid-wrap > h1.logo {
	margin-bottom: 3%; 
	margin-top: 0;
}
/*// 画像がheader下に入る時 //*/
/*.planeBox-wrap > img {
	width: 30%;
	display: block;
	margin: 3% auto;
}*/

.planeBox-wrap > .shadowBox {
	width: 100%;
	border: 1px solid #efefef;
	border-radius: 15px;
	box-shadow: 5px 5px 30px rgb(0 0 0 / .2);
	padding: 4vh;
    margin-bottom: 5%;
 }
.planeBox-wrap > .txtBox,
.shadowBox > .txtBox {
    margin: 10% auto;
}
.planeBox-wrap > .txtBox h3,
.shadowBox > .txtBox h3 {
    margin-top: 3%;
}
.planeBox-wrap > .txtBox p,
.shadowBox > .txtBox p {
    margin-top: 1%;
}
.planeBox-wrap > .serviceBox {
    margin: 10% 0;
}
/*// インラインボックス設定 //*/
.planeBox-wrap > .service-inline {
    width: 100%;
    height: 300px;
    overflow: auto;
    background-color: #FFF;
    border: 1px solid rgb(118 119 120);
    padding: 0 6% 6%;
    color: rgb(118 119 120);
}
.service-inline > .s-inner {
    margin-top: 5%;
    border-bottom: 1px solid rgb(118 119 120);
}
.service-inline > .s-inner:last-of-type {
    border-bottom: none;
}
.s-inner h3 {
    font-size: clamp(1rem, calc(.5vw + .8125rem), 1.25rem);
}
.s-inner dt {
    padding-bottom: 0;
    margin-top: 2%;
}
.s-inner dt:last-of-type {
    padding-top: unset;
}
.s-inner ol {
    padding-left: 1.5em;
}
.s-inner ul {
    padding-left: 1.1em;
}
.s-inner a,
.s-inner .material-icons {
    color: rgb(118 119 120);
}
.grid-wrap {
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px; 
}
.grid-wrap > li {
	list-style: none;
	padding: 4vh;
	border-radius: 15px;
	border: 2px solid rgb(118 119 120);
}
.grid-wrap > li .image-area {
	grid-area: image;
}
.grid-wrap > li .image-area img {
	object-fit: cover;
	width: 100%;
	height: auto;
	margin-top: 5%;
	margin-bottom: 5.5%;
}
/*// フォーム設定=================== //*/
.form-area input[type=text],
.form-area input[type=email],
.form-area input[type=password],
.form-area input[type=date] {
    padding-left: 3%;
    border: 1px solid rgb(118 119 120);
	background-color: #efefef;
    height: 45px;
    width: 100%;
    /*max-width: 700px;*/
}
.form-area input[type=date] {
    width: 50%;
    padding-right: 3%;
    -webkit-appearance: none;
}

.form-area input[type=radio] {
    margin: 3% 1% auto 3%;
    transform: scale(1.5);
}
.form-area input[type=radio]:first-of-type {
    margin-left: 0;
}
.form-area > .form_item {
    margin-bottom: 5%;
    border: none;
    padding: 0;
    font-size: clamp(.875rem, calc(0.25vw + .8125rem), 1.25rem);
}
.form-area > .form_item h3 {
    margin-bottom: 1%;
}
.planeBox-wrap input[type=checkbox] {
    transform: scale(1.2);
    margin-top: 3%;
    margin-bottom: 5%;
}
/* フォーム設定 >>> 確認画面用========= */
.form-area > .form_item > .confirm {
    padding-left: 3%;
	padding: 10px;
    border: 1px solid rgb(118 119 120);
	background-color: #efefef;
    height: 45px;
    width: 100%;
}
.form-area #date {
    width: 50%;
    padding-right: 3%;
}
/*// チェックボックスの縦位置調整 //*/
.checkbox-custom {
    display: flex;
    gap: 1ch;
    align-items: baseline;
}
/*// 入力必須アイコン //*/
.required::after {
    content: "必須";
    color: #fff;
    background-color: #cc0000;
    font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
    font-weight: normal;
    padding: .7%;
    border-radius: 5px;
    margin-left: 2%;
}

/*// HOVER設定=================== //*/
@media (hover: hover) {
	.grid-wrap > li .btn:hover,
	.planeBox-wrap > .btn:hover,
    .form-area .btn:hover,
    .regist-on:hover {
		box-shadow: none;
		transform: translateY(.2rem);
		transition: 0.3s;
	}
}
/*// ボタン設定=================== //*/
/*// 基本の形 //*/
.grid-wrap > li .btn,
.planeBox-wrap > .btn,
.form-area .btn,
button.regist-on,
button.regist-off {
	width: 350px;
	max-width: 100%;
	border-radius: 100vmax;
	font-weight: 700;
	margin: 7% auto; /*.planeBox-wrap > .btn と同じ値*/
	padding: 1.3em .5em;
	background-color: rgb(2 74 216);
	box-shadow: 0 .2rem 0 rgba(118 119 120);
	color: #fff;
	text-decoration: none;
    border: none;
}
.form-area .btn {
    display: block;
    margin: 5% auto;
}
/*// 戻る文字設定 //*/
.return-btnBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
}
.back{
	color: #666;
	background-color: #fff;
	text-decoration: underline;
    text-underline-offset: 2px;
}

/*// 文字二段ボタン //*/
.planeBox-wrap > .btn {
	margin: 7% auto 10%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	column-gap: 8px;
	align-items: center;
    text-align: left;
}
.planeBox-wrap > .btn::before {
	content: '';
}
/*// regist-off,regist-onはチェックボックスにチェックを入れた時に機能するボタン設定//*/
button.regist-off,
button.regist-on {
    display: block;
    /* margin: 0 auto; *//*上下幅あけるため*/
}
button.regist-off {
	background-color: rgb(118 119 120);
	box-shadow: 0 .2rem 0 rgb(118 119 120);
}
/*// PAGE TOP=================== //*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 22%;
    bottom: 5%;
    background: #fff;
    border: solid 2px rgb(118 119 120);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid rgb(118 119 120);
    border-right: 3px solid rgb(118 119 120);
    transform: translateY(20%) rotate(-45deg);
}

/*// 20250707追加 //*/
/* キャンペーンコードとお客様ID発行 ==========*/
.shadowBox > h4 {
	margin-top: 4vh;
    margin-bottom: 1%;
}

/* コピーボタンを囲むコンテナ */
.code-container {
	display: flex;
	margin: 0 0 6vh;
	background-color: #ffffff; /* 背景を白に変更して見やすくする */
	border-radius: 12px;
	border: 1px solid #dcdcdc;
	overflow: hidden; /* 角丸を適用するため */
	width: 100%;
	max-width: 420px; /* 最大幅を指定 */
}
/* テキスト部分 */
#referralCode {
	flex-grow: 1; /* 残りのスペースをすべて埋める */
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #1d1d1f;
	letter-spacing: 1.5px;
	text-align: left;
	user-select: all; /* テキストを選択可能にする */
}
/* コピーボタン */
#copyButton {
    width: 95px;
	flex-shrink: 0; /* ボタンが縮まないようにする */
	background-color: rgb(2 74 216);
	color: white;
	border: none;
	padding: 0 25px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}
#copyButton:hover {
	background-color: rgb(2 74 216);
}
/* コピー完了後のボタンスタイル */
#copyButton.copied {
	background-color: rgb(2 180 216); /* 成功を示す緑色 */
}
/* コピー失敗後のボタンスタイルを追加 */
#copyButton.failed {
	background-color: rgb(118 119 120); /* エラーを示す赤色 */
}
/*// 20250724追加 //*/
/*// 各ストアバッジ設定 //*/
ul.app-Link {
    display: grid;
    gap: 8% 5%;
    grid-template-columns: 200px 260px;
    list-style-type: none;
    margin-top: 8%;
    padding-left: 0;
}
ul.app-Link img {
    width: auto;
    height: 60px;
}

/* for TB
 * ========================================================================== */
@media screen and (min-width:768px) and (max-width:1024px) {

	p.blue {
		font-weight: normal;
	}
	.header-grid-wrap {
		width: 100%;
		padding: 0;
	}
	.planeBox-wrap ,
	.grid-wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 4vh;
	}
    .planeBox-wrap > .btn {
        margin: 6% auto 5%;
        }
    .form-area input[type=date]::-webkit-date-and-time-value {
        text-align: left;
    }
    .pagetop {
		height: 45px;
	    width: 45px;
		right: 5%;
	}
}

/* for SP
 * ========================================================================== */
@media screen and (max-width:767px) {
	
	.header-grid-wrap {
		width: 100%;
		padding: 0;
	}
	.header-grid-wrap > h1.logo {
		margin-bottom: 1%;
        width: 80%;
	}
	.header-grid-wrap > h1.logo img {
		width: 20%;
	}
	.planeBox-wrap ,
	.grid-wrap {
		width: 100%;
		padding: 0 4vh;
	}
	.planeBox-wrap > .step-List {
		width: 95%;
	}
	h3.blue-ttl-last  {
		margin-top: 14%;
	}
    p.check {
        margin-top: 8%;
    }
	ul.attention-List {
		padding-left: 6%;
	}
    ul.explanation {
        padding: 5%;
    }
    dd {
        padding-bottom: 2%;
    }
	p.blue {
		font-weight: normal;
	}
    .material-icons {
        font-size: 18px;
    }
    .grid-wrap > li .btn {
		width: 100%;
	}
	.planeBox-wrap > .btn,
    .form-area > .btn,
    button.regist-off,
    button.regist-on {
		width: 90%;
	}
    .form-area input[type=date]::-webkit-date-and-time-value {
        width: 100%;
        text-align: left;
    }
    /* input dataの設定クリア
    .form-area input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    .form-area input[type=date]::-webkit-clear-button {
        -webkit-appearance: none;
    }

    .form-area input[type=date]::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        color: transparent;
        cursor: pointer;
        height: 50px;
        width: 180px;
    }*/
    .form-area input[type=radio] {
        margin-right: 3%;
    }

    /*.form-area input[type=text] {
        max-width: 300px;
    }*/
    
    .pagetop {
		height: 45px;
	    width: 45px;
		right: 5%;
		bottom: 8%;
	}
}
@media screen and (max-width:540px) {
    ul.app-Link {
        grid-template-columns: 1fr;
    }
    ul.app-Link img {
        width: 60%;
        height: auto;
    }
}
/* for old-SP
 * ========================================================================== */

@media screen and (max-width:350px) {
	.grid-wrap {
		grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	}
	.pagetop {
		bottom: 15%;
	}

}

