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

*{
    box-sizing:border-box;
}


/*PC・SP表示非表示*/
.pc{display:none;}
@media screen and (min-width:640px){
.pc{display:inline-block;}
.sp{display:none;}
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    background:transparent;
    border:0;
    font-size:100%;
    font-style:normal;
    font-weight:500;
    line-height:100%;
    list-style:none;
    margin:0;
    padding:0;
    outline:0;
    text-align:left;
    vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}


/*全体*/
html{
    font-size:62.5%;
}
body{
    background:#fff;
    color:#111;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial, "メイリオ",Meiryo,sans-serif;
    /*font-size:1.6rem;*/
    font-weight:500;
    margin:0 auto;
    padding:0;
    -webkit-text-size-adjust:100%;
    max-width: 640px;

}

h3{
    text-align: center;
}

/*共通*/
a{
    color:#0005dc;
    text-decoration:underline;
}
img{
    display:block;
    width:100%;
    height:auto;
}

section{
    width:100%;
    max-width:640px;
    margin: 0 auto;
}
li {
list-style-type: square;
line-height: 1.4;
}

/*レイアウト*/
.header{
    margin:0 auto;
    width:100%;
    max-width:640px;
}
.header__btn img {
    width: 11%;
    position: relative;
    top: 1.8rem;
    left: 1.6rem;
}
/* LINEアイコンのボタン動き */
.header__btn {
    position: absolute;
    margin: 0 auto;
  }
.header__btn img {
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin:center;
}
@keyframes anime1 {
from {
    transform: scale(0.9,0.9);
}
to {
    transform: scale(1,1);
}
}
@media screen and (max-width:500px) {
    .header__btn img {
        width: 16%;
        top: 1.6rem;
        left: 1.6rem;
    }
}

/*lisk*/
.lisk{
    padding: 20px;
    color: #666;
}
.lisk_ttl{
    padding-top: 20px;
    text-align: center;
    font-size: 18px
}
.lisk_txt{
    padding: 20px 0px 20px 10px;
    font-size: 16px;
}
.lisk_sub{
    text-align: right;
    font-size: 14px
}

/*footer.footer*/
.footer{
    background:#002841;
    display:flex;
    justify-content:center;
    padding:20px 12px 150px;
}
.footer p{
    display:inline-block;
    margin:0;
    padding:0 10px;
}
.footer p.b_left{
    border-left:1px solid #fff;
}
.footer a{
    color:#fff;
    font-size:14px;
    font-weight:normal;
    line-height:1;
    text-decoration:none;
}
@media screen and (min-width:640px) {
    .footer a{
    font-size:16px;
    }
}
@media screen and (max-width:500px) {
    .footer{
        padding:20px 12px 120px;
    }
    .footer a{
    font-size:12px;
    }
}


/* --------------------
modal（ポップアップ）
-------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10
}

.modal {
  width: 500px;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 5px;
  z-index: 11;
}

.modal_x{
  position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

.modal_x::before, .modal_x::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #7c8487;
}

.modal_x::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.modal_x::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modal_question {
  background: #fff;
}
.question_button{
    text-align: center;
    padding-bottom: 20px;
}
.question_button>button{
    width: 400px;
    border-radius: 33px;
    font-size: 28px;
    padding: 10px;
    border: 0;
    background: #a52e2e;
    color: #fff;
}
@media screen and (max-width:550px) {
    .modal{
        width: 350px;
    }
    .question_button>button{
        width: 300px;
    }
}
@media screen and (max-width:375px) {
    .modal{
        width: 90%;
    }
    .question_button>button{
        width: 280px;
        font-size: 20px;
    }
}

/*worries*/
.worries{
    background: #222;
}

/*ボタンアニメーション設定*/
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
.auraBtn{
  height:auto;
  position:relative;
  width:85%;
  margin:40px auto -15px;
}

.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before{
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation:auraBtn 2s ease-out infinite;
  animation:auraBtn 2s ease-out infinite
}

.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after{
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation:auraBtn 2s ease-out 1s infinite;
  animation:auraBtn 2s ease-out 1s infinite
}

.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn:after {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:20px;/*ボタンの角丸*/
  background:#a5ebc3;/*FFB79B*//*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  -webkit-transform:translate3d(0, 0, 0); /*広がるボタンの初期位置*/
  transform:translate3d(0, 0, 0);
}
.auraBtn p{
    margin:0;
}
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタン自体の設定*/
.auraBtn a{
  height:220px;
  display:block;
  padding:20px 0;
  border-radius:200px;
  text-align:center;
  text-decoration:none;
  background:rgb()0,0,0,0;
  position:relative;
  z-index:1;
}
@media screen and (max-width:640px) {
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタン自体の設定*/
.auraBtn a{
height:31vw;
padding:8px 0;
}
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
.auraBtn{
height:31vw;
margin:30px auto -5px;
align-items: center;
}
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {
/*0秒時*/
0%{
-webkit-transform:scale(0.95);/*拡大率（1=100％）*/
transform:scale(0.95);
opacity:1/*透明度（0=透明、1=不透明）*/
}
/*1.8秒時*/
90%{
opacity:.1/*透明度*/
}
/*2秒時*/
to{
-webkit-transform:scale(1.2, 1.5);/*拡大率　1番目の値はX軸、2番目の値はY軸*/
transform:scale(1.2, 1.5);
opacity:0/*透明度*/
}
}


.cta_sub-txt{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #6e6e6e;
    margin: 20px 0 40px 0;
	line-height: 1.6;
}
@media screen and (max-width:550px) {
    .cta_sub-txt{
        font-size: 14px;
        margin: 40px 0 20px 0;
}
}
/*access*/
.accordion{
    margin-bottom: 10px;
    border: 4px solid #a98842;
}
.content p {
    text-align: left;
        margin: 0 0 0 0;
        font-size: 24px;
        line-height: 1.7;
        font-weight: normal;
        padding: 0;
}
table{
    border-collapse:collapse
}
table tr{
    border-bottom:2px solid #a98842;
}
table tr:last-child{
    border: none;

}
table td{
    padding: 16px 0;
}
.about__map{
    text-align: center;
}
@media screen and (max-width:375px) {
    .accordion{
        margin: 2.2vw 4.2vw 2vw;
    }
    .content p {
            font-size: 16px;
            line-height: 1.5;
    }
}

/*アコーディオン2*/
.toggle {
    display: none;
}
.Label {		/*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background:#a98842;
    font-size:22px;
    text-align: center;
}
.Label::before{		/*タイトル横の矢印*/
    content:"";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.content {		/*本文*/
    height: 0;
    padding:0 20px;
    overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
    height: auto;
    padding:20px ;
    transition: all .3s;
}
.toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}

/* 追従ボタン */
.f_btn {
    position: fixed;
    bottom: 0;
    max-width: 640px;
    display: none;
    transition: .3s;
    background: rgba(255, 255, 255, 0.73);
    backdrop-filter: blur(20px);
    z-index: 99;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0;
}
.active_02 {
    display: flex;
    transition: .3s;
    opacity: 1;
    visibility: visible;
}

/*ボタンアニメーション設定*/
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
.auraBtn_02{
  width:90%;
  margin: 0 auto;
  padding: 25px 0;
}

.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
.auraBtn_02:before{
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation:auraBtn_02 2s ease-out infinite;
  animation:auraBtn_02 2s ease-out infinite
}

.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタンが広がるアニメーション（2番目）*/
.auraBtn_02:after{
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation:auraBtn 2s ease-out 1s infinite;
  animation:auraBtn 2s ease-out 1s infinite
}

.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
.auraBtn_02:before,
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn_02:after {
  content:"";
  position:absolute;
  width:100%;
  height:auto;
  top:0;
  left:0;
  border-radius:200px;
  background:#a5ebc3;
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
  padding: 0;
}
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn_02:after {
    width:100%;
    height:65%;
    margin: 20px auto;
}

.auraBtn_02 p{
    margin:0;
}
.aurBtn_02 img {
    width: 100%;
}
.sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタン自体の設定*/
.auraBtn_02 a{
  display:block;
  padding:0;
  border-radius:200px;
  text-align:center;
  text-decoration:none;
  background:rgb()0,0,0,0;
  position:relative;
  z-index:1;
}
@media screen and (max-width:640px) {
    .f_btn {
        margin: 0 auto;
        opacity: 0;
        padding: 0;
        margin: 0 auto;
        }
    .active_02 {
        display: flex;
        transition: .3s;
        opacity: 1;
        visibility: visible;
    }
    .sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
    .auraBtn_02{
        width:95%;
        margin:20px auto;
    }
    .sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
    .auraBtn_02:before,
    .sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn_02:after {
        width:100%;
        top:0;
        left:0;
        padding: 0;
    }

    .auraBtn_02 p{
        margin:0;
    }
    .aurBtn_02 img {
        width: 100%;
    }
    .sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
    .auraBtn_02 a{
    padding:0;
    text-decoration:none;
    background:rgb()0,0,0,0;
    position:relative;
    }
    .sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
    .auraBtn_02{
        margin:0 auto;
        align-items: center;
        padding: 15px;
    }
    .sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn_02:after {
        width:100%;
        margin: 12px auto;
    }

}

.price_list__h2 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}

.price_list {
    padding: 20px 0;
    margin: 0 10px;
}

.price_list__item {

}
.price_list__item:not(:last-child) {
  margin-bottom: 20px;
}

.price_list__title {
  list-style: none;
  cursor: pointer;
  color: #242323;
  font-size: 14px;
  font-weight: bold;
  border-bottom: #25456f 1px solid;
  padding: 0 0 5px 0;
}
/**
 * Chrome用のデフォルト三角削除
**/
.price_list__title::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
.price_list__title::before {
  content: '＋';
  margin-right: 20px;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
.price_list__item[open] .price_list__title::before {
  content: '－';
}

.price_list__body{
 margin: 5px 0 0 0;
}
.campaign{
	padding: 0px 0 30px 0;
}
.campaign__ttl{
	padding:20px 0 10px 0;
}
@media screen and (max-width:640px) {
.campaign__ttl {
    padding: 20px 0 0 0;
}
	}
.campaign__flx{
	display: flex;
}
.access__area{
	color: #000;font-size: 20px;
	text-align: center;
	background: #fff1c7;
	padding: 10px;
	margin: 15px;
	
}

/***************************************

line_dtl 主なリスク

***************************************/
.line_dtl{
	background:#4c4c4c;
}
.line_dtl_ttl{
	padding-top: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
	font-weight: bold;
}
.line_dtl_txt {
	margin-top: 10px;
    padding: 0 20px 20px 20px;
	color: #ffffff;
    text-align: center;	
	font-size: 12px;
	line-height: 1.5;
}

/***************************************

point

***************************************/

.point{
background:#191919;

}
