@charset "utf-8";

/*Web font*/
@font-face {
    font-family: 'NotoSans_r';
    src: url('./webfont/noto-sans/NotoSans-Regular.woff') format('woff'),
        url('./webfont/noto-sans/NotoSans-Regular.eot')  format('eot');
    font-display: swap;
  }
  @font-face {
    font-family: 'NotoSans_b';
    src: url('./webfont/noto-sans/NotoSans-Bold.woff') format('woff'),
        url('./webfont/noto-sans/NotoSans-Bold.eot')  format('eot');
    font-display: swap;
  
  }
  @font-face {
    font-family: 'NotoSans_f';
    src: url('./webfont/noto-sans/NotoSans-Black.woff') format('woff'),
        url('./webfont/noto-sans/NotoSans-Black.eot')  format('eot');
    font-display: swap;
  }
  
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
}
  
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

article, aside, blockquote, body, cite, dd, dialog, div, dl, dt, em, figure, footer, form, h1, h2, h3, h4, h5, h6, html, img, label, li, nav, ol, p, pre, section, small, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    font-family: 'NotoSans_r', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
	font-style: normal;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-break: strict;
    color: #333;
    font-weight: 400;
	page-break-inside: avoid;
}

li {
	list-style-type: none;
}
img{ width: 100%; }
a {
	color: #333;
	text-decoration: none;
	line-height: 1;
}

.alignC{ text-align: center; }

/*フェイドイン*/
.fadeIn_right {
    opacity: 0;
    transform: translate(80px, 0);
    transition: 1.5s;
}
.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn {
    opacity: 0;
    transition: 1.5s;
}
.fadeIn.is-show {
    opacity: 1;
}

/*PC*/
@media only screen and (min-width: 751px) {

    .Mt01{ margin-top: 1px!important; }
    .Mt02{ margin-top: 2px!important; }
    .Mt03{ margin-top: 3px!important; }
    .Mt04{ margin-top: 4px!important; }
    .Mt05{ margin-top: 5px!important; }
    .Mt06{ margin-top: 6px!important; }
    .Mt07{ margin-top: 7px!important; }
    .Mt08{ margin-top: 8px!important; }
    .Mt09{ margin-top: 9px!important; }
    .Mt10{ margin-top: 10px!important; }
    .Mt11{ margin-top: 11px!important; }
    .Mt12{ margin-top: 12px!important; }
    .Mt13{ margin-top: 13px!important; }
    .Mt14{ margin-top: 14px!important; }
    .Mt15{ margin-top: 15px!important; }
    .Mt16{ margin-top: 16px!important; }
    .Mt17{ margin-top: 17px!important; }
    .Mt18{ margin-top: 18px!important; }
    .Mt19{ margin-top: 19px!important; }
    .Mt20{ margin-top: 20px!important; }
    .Mt25{ margin-top: 25px!important; }
    .Mt30{ margin-top: 30px!important; }
    .Mt35{ margin-top: 35px!important; }
    .Mt40{ margin-top: 40px!important; }
    .Mt45{ margin-top: 45px!important; }
    .Mt50{ margin-top: 50px!important; }
    .Mt55{ margin-top: 55px!important; }
    .Mt60{ margin-top: 60px!important; }
    .Mt70{ margin-top: 70px!important; }
    .Mt80{ margin-top: 80px!important; }
    .Mt90{ margin-top: 90px!important; }
    .Mt130{ margin-top: 130px!important; }

    .smp-only{ display: none!important; }

    div.header_wrapper{
        overflow: hidden;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    div.header{
        width: 960px;
        height: 460px;
        margin: 0 auto;
        background: url(../images/header_pc.jpg) no-repeat center;
        background-size: 960px;
    }
    div.header>div{
        padding: 268px 0 0 158px;
        width: 412px;
    }
    div.header>h1{
        color: #595757;
        font-size: 46px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
        padding: 10px 0 0 158px;
    }

    div.logo_common{
        width: 254px;
        margin: 36px auto 0;
    }
    p.article_common{
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -.5px;
        width: 578px;
        margin: 18px auto 0;
    }
    
    div.title_banner{
        background-color: rgba(228, 85, 5, 15%);
        margin-top: 50px;
    }
    div.title_banner>img{
        display: block;
        width: 750px;
        margin: 0 auto;
    }

    h2.title01{
        margin-top: 35px;
        display: inline-block;
        font-size: 32px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
        padding-bottom: 9px;
        background: linear-gradient(transparent 50%, rgba(228, 85, 5, 30%) 0%);
    }
    h2.title02{
        margin-top: 78px;
        font-size: 24px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
    }
    h2.title02>span{
        color: #e45505;
    }
    ul.item_list01{
        width: 660px;
        margin: 24px auto 0;
    }
    ul.item_list01>li{
        background: url(../images/tick01.svg) no-repeat 0 center;
        background-size: 20.5761px;
        width: 312px;
        display: inline-block;
        padding: 22px 0 22px 28px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -.25px;
    }
    ul.item_list01>li:nth-child(2n){
        margin-left: 24px;
    }

    div.btn01{
        margin-top: 34px;
    }
    div.btn01>a{
        color: #fff;
        background-color: #0f9ea8;
        display: inline-block;
        font-size: 30px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 76px;
        letter-spacing: 4px;
        position: relative;
        padding: 0 91px 0 44px;
        border: 2px solid#0f9ea8;
        border-radius: 40px;
        transition: all 0.4s;
    }
    div.btn01>a:hover{
        background-color: #fff;
        color: #0f9ea8;
        transition: all 0.4s;
    }
    div.btn01>a::after{
        content: "";
        position: absolute;
        top: 23px;
        right: 50px;
        width: 30px;
        height: 30px;
        background: url(../images/arrow01.svg) no-repeat;
        background-size: 30px;
        transition: all 0.4s;
    }
    div.btn01>a:hover::after{
        background: url(../images/arrow02.svg) no-repeat;
        right: 45px;
        transition: all 0.4s;
    }

    .script01{
        margin: 12px auto 0;
        width: 486px;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -.5px;
    }

    div.point_block{
        width: 700px;
        margin: 45px auto 0;
    }
    div.point_block>div{
        display: flex;
    }
    div.point_block>div:first-child{
        align-items: center;
    }
    div.point_block>div:first-child>div{
        color: rgba(228, 85, 5, 70%);
        font-size: 16.8px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        letter-spacing: 1.5px;
        line-height: .9;
    }
    div.point_block>div:first-child>div>span{
        font-size: 46px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        letter-spacing: 0;
    }
    div.point_block>div:first-child>h2{
        font-size: 21px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
        margin-left: 25px;
    }
    div.point_block>div:nth-child(2){
        margin-top: 28px;
    }
    div.point_block>div:nth-child(2)>div{
        margin-top: 5px;
        width: 350px;
    }
    div.point_block>div:nth-child(2)>p{
        margin-left: 20px;
        width: 335px;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -.5px;
    }
    div.point_block.first_block{
        margin-top: 60px;
    }

    div.customer_voice{
        width: 700px;
        margin: 35px auto 0;
        border-radius: 25px;
        background-color: #fff;
        box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
        padding: 35px 35px 32px 44px;
        display: flex;
        justify-content: space-between;
    }
    div.customer_voice>div{
        width: 70px;
    }
    div.customer_voice>div>p{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }
    div.customer_voice>p{
        width: 522px;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -.5px;
    }
    p.script02{
        margin: 25px auto 0;
        width: 700px;
        text-align: right;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
    }

    div.faq_block.first{
        margin-top: 60px;
    }
    div.faq_block{
        margin: 30px auto 0;
        width: 640px;
    }
    div.faq_block>div.question{
        cursor: pointer;
        position: relative;
        border: 2px solid#e45505;
        border-radius: 5px;
    }
    div.faq_block>div.question.close::before, div.faq_block>div.question.close::after, div.faq_block>div.question.open::before, div.faq_block>div.question.open::after{
        display: block;
        content: "";
        position: absolute;
        top: 30px;
        right: 32px;
        width: 16px;
        height: 2px;
        background: #e45505;
        transition: all 0.4s;
    }
    div.faq_block>div.question.close::before{
        transform: rotate(90deg);
    }
    
    /* プラスアイコンクリック後、マイナスにする */
    .icon.open:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    div.faq_block>div.question>p{
        background: url(../images/q.svg) no-repeat;
        background-size: 40px;
        background-position-x: 28px;
        background-position-y: 11px;
        width: 562px;
        padding: 18px 0 19px 82px;
        color: #e45505;
        font-size: 18px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 27px;
        letter-spacing: -.5px;
    }
    div.faq_block>div.question.multi_line_pc>p{
        background-position-y: 25px;
    }
    div.faq_block>div.answer>p{
        background: url(../images/a.svg) no-repeat;
        background-size: 40px;
        background-position-x: 30.45px;
        background-position-y: 29px;
        width: 610px;
        padding: 32px 0 10px 80px;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: -.5px;
    }
    div.faq_block>div.answer>p>a{
        pointer-events: none;
    }

    div.attention{
        width: 640px;
        padding: 35px 0 63px;
        margin: 55px auto 0;
        border: 2px solid#dfdfdf;
        border-radius: 5px;
    }

    div.attention>h2{
        text-align: center;
        font-size: 21px;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
    }
    div.attention>ul{
        margin-top: 22px;
        padding: 0 52px;
    }
    div.attention>ul>li{
        margin: 10px 0;
        list-style-type: none;
        text-indent: -23.5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -.5px;
    }
    div.attention>ul>li:before{
        white-space: pre-wrap;
        display: inline;
        content: "※    ";
    }

    div.attention>ul>ul{
        margin: 14px 0 16px;
        padding-left: 40px;
    }
    div.attention>ul>ul>li{
        text-indent: -14.5px;
        list-style-type: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -.5px;
    }
    div.attention>ul>ul>li:before{
        white-space: pre-wrap;
        display: inline;
        content: "・";
    }
    div.attention>ul>ul>p{
        margin-left: -13px;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -.5px;
    }

    div.contact{
        text-align: right;
        width: 640px;
        margin: 10px auto 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -.25px;
    }
    div.contact>p>a{
        pointer-events: none;
    }
    div.footer{
        margin-top: 22px;
        text-align: center;
        padding: 24px 0 80px;
        background-color: rgba(197, 197, 197, 0.15);
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }
}

/*SMP*/
@media only screen and (max-width: 750px) {

    .mt1{ margin-top: 1rem!important; }
    .mt15{ margin-top: 1.5rem!important; }
    .mt2{ margin-top: 2rem!important; }
    .mt25{ margin-top: 2.5rem!important; }
    .mt3{ margin-top: 3rem!important; }
    .mt35{ margin-top: 3.5rem!important; }
    .mt4{ margin-top: 4rem!important; }
    .mt45{ margin-top: 4.5rem!important; }
    .mt5{ margin-top: 5rem!important; }
    .mt55{ margin-top: 5.5rem!important; }
    .mt6{ margin-top: 6rem!important; }
    .mt65{ margin-top: 6.5rem!important; }
    .mt7{ margin-top: 7rem!important; }
    .mt75{ margin-top: 7.5rem!important; }
    .mt8{ margin-top: 8rem!important; }

    .pc-only{ display: none!important; }

    html{ font-size: 2.1333vw; }
    div.header{
        width: 100%;
        height: 38.9375rem;
        margin: 0 auto;
        background: url(../images/header_smp.jpg) no-repeat center;
        background-size: 100%;
        overflow: hidden;
    }
    div.header>div{
        padding: 22.875rem 0 0 2.5rem;
        width: 23.75rem;
    }
    div.header>h1{
        color: #595757;
        font-size: 4.3125rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
        padding: 1rem 0 0 2.5rem;
    }

    div.logo_common{
        width: 23.75rem;
        margin: 3.25rem auto 0;
    }
    p.article_common{
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 3rem;
        letter-spacing: -.1rem;
        width: 42.5rem;
        margin: 2.25rem auto 0;
    }
    
    div.title_banner{
        background-color: rgba(228, 85, 5, 15%);
        margin-top: 4.375rem;   
    }
    div.title_banner>img{
        display: block;
        width: 42.5rem;
        margin: 0 auto;
    }

    h2.title01{
        margin-top: 3.25rem;
        display: inline-block;
        font-size: 3rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
        padding-bottom: .875rem;
        background: linear-gradient(transparent 50%, rgba(228, 85, 5, 30%) 0%);
    }

    h2.title02{
        margin-top: 5.25rem;
        font-size: 2.25rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
        letter-spacing: -.0625rem;
    }
    h2.title02>span{
        color: #e45505;
    }
    ul.item_list01{
        width: 35.125rem;
        margin: 2.25rem auto 0;
    }
    ul.item_list01>li{
        background: url(../images/tick01.svg) no-repeat 0 center;
        background-size: 2.31481rem;
        padding: 2rem 0 2rem 3.25rem;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -.1125rem;
    }

    div.btn01{
        margin-top: 2.25rem;
    }
    div.btn01>a{
        color: #fff;
        background-color: #0f9ea8;
        display: inline-block;
        font-size: 2.5rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 6.5rem;
        letter-spacing: .125rem;
        position: relative;
        padding: 0 6.5rem 0 3.5rem;
        border-radius: 3.25rem;
    }
    div.btn01>a::after{
        content: "";
        position: absolute;
        top: 2rem;
        right: 3.5625rem;
        width: 2.4375rem;
        height: 2.4375rem;
        background: url(../images/arrow01.svg) no-repeat;
        background-size: 2.4375rem;
    }

    .script01{
        margin: 1.125rem auto 0;
        width: 39.5rem;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.365;
        letter-spacing: -.1rem;
    }

    div.point_block{
        width: 42.5rem;
        margin: 3.75rem auto 0;
    }
    div.point_block>div:first-child{
        display: flex;
        align-items: center;
    }
    div.point_block>div:first-child>div{
        color: rgba(228, 85, 5, 70%);
        font-size: 1.625rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        letter-spacing: .175rem;
        line-height: 1;
    }
    div.point_block>div:first-child>div>span{
        font-size: 4.3125rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        letter-spacing: 0;
    }
    div.point_block>div:first-child>h2{
        font-size: 2rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1.5;
        margin-left: 1rem;
    }
    div.point_block>div:nth-child(2){
        margin-top: 1.875rem;
    }
    div.point_block>div:nth-child(2)>div{
        width: 100%;
    }
    div.point_block>div:nth-child(2)>p{
        margin-top: 1.325rem;
        width: 100%;
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 3rem;
        letter-spacing: -.1rem;
    }
    div.point_block.first_block{
        margin-top: 5rem;
    }

    div.customer_voice.first_block{
        margin-top: 3.25rem;
    }
    div.customer_voice{
        width: 43.25rem;
        margin: 2.25rem auto 0;
        border-radius: 1.5625rem;
        background-color: #fff;
        box-shadow: 0 0 1.25rem 0px rgb(0 0 0 / 10%);
        padding: 2.75rem 3rem;
        display: flex;
        justify-content: space-between;
    }
    div.customer_voice>div{
        width: 6.5625rem;
    }
    div.customer_voice>div>p{
        text-align: center;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
    }
    div.customer_voice>p{
        width: 26.875rem;
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 3rem;
        letter-spacing: -.1rem;
    }
    p.script02{
        margin: 2.25rem auto 0;
        text-align: center;
        font-size: 1.5rem;
        transform: scale(0.8333);
        font-weight: 400;
        line-height: 1;
    }

    div.faq_block.first{
        margin-top: 2.625rem;
    }
    div.faq_block{
        margin: 2.5rem auto 0;
        width: 42.5rem;
    }
    div.faq_block>div.question{
        cursor: pointer;
        position: relative;
        border: .1875rem solid#e45505;
        border-radius: .46875rem;
    }
    div.faq_block>div.question.close::before, div.faq_block>div.question.close::after, div.faq_block>div.question.open::before, div.faq_block>div.question.open::after{
        display: block;
        content: "";
        position: absolute;
        top: 2.875rem;
        right: 1.75rem;
        width: 1.5rem;
        height: .125rem;
        background: #e45505;
        transition: all 0.4s;
    }
    div.faq_block>div.question.close::before{
        transform: rotate(90deg);
    }
    
    /* プラスアイコンクリック後、マイナスにする */
    .icon.open:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    div.faq_block>div.question>p{
        background: url(../images/q.svg) no-repeat;
        background-size: 3.75rem;
        background-position-x: 1.3125rem;
        background-position-y: 1.0625rem;
        width: 37rem;
        padding: 2.0625rem 0 2rem 6.625rem;
        color: #e45505;
        font-size: 1.6875rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1.2;
        letter-spacing: -.1rem;
    }
    div.faq_block>div.question.multi_line>p{
        background-position-y: 1.875rem;
    }
    div.faq_block>div.answer>p{
        background: url(../images/a.svg) no-repeat;
        background-size: 3.75rem;
        background-position-x: 1.75rem;
        background-position-y: 2.75rem;
        width: 41.5rem;
        padding: 2.875rem 0 .625rem 6.625rem;
        color: #333;
        font-size: 1.625rem;
        font-weight: 500;
        line-height: 3rem;
        letter-spacing: -.1rem;
    }

    div.attention{
        width: 42.5rem;
        padding: 2.5rem 0 2.75rem;
        margin: 5.75rem auto 0;
        border: .125rem solid#dfdfdf;
        border-radius: .3125rem;
    }

    div.attention>h2{
        text-align: center;
        font-size: 1.96875rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 1;
    }
    div.attention>ul{
        margin-top: 1.625rem;
        padding: 0 2rem 0 4.75rem;
    }
    div.attention>ul>li{
        margin: 1.125rem 0;
        list-style-type: none;
        text-indent: -2.625rem;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.625;
        letter-spacing: -.05rem;
    }
    div.attention>ul>li:before{
        white-space: pre-wrap;
        display: inline;
        content: "※    ";
    }

    div.attention>ul>ul{
        margin: 1.375rem 0 2rem;
        padding-left: 2.5rem;
    }
    div.attention>ul>ul>li{
        text-indent: -1.4375rem;
        list-style-type: none;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.625;
    }
    div.attention>ul>ul>li:before{
        white-space: pre-wrap;
        display: inline;
        content: "・";
    }
    div.attention>ul>ul>p{
        margin-left: -1.4375rem;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.625;
        letter-spacing: -.05rem;
    }

    div.contact{
        text-align: center;
        margin: 1.325rem auto 0;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2;
        letter-spacing: -.1rem;
    }
    div.footer{
        margin-top: 3rem;
        text-align: center;
        padding: 2rem 0 14.25rem;
        background-color: rgba(197, 197, 197, 0.15);
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1;
    }

    div#bottom_float{
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
    }
    div#bottom_float>div>div{
        margin: 0;
        padding: 2rem 0;
        text-align: center;
    }
    div#bottom_float>div>div>a{
        color: #fff;
        background-color: #0f9ea8;
        display: inline-block;
        font-size: 2.5rem;
        font-family: 'NotoSans_b', 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,Roboto,'Droid Sans',sans-serif;
        line-height: 6.5rem;
        letter-spacing: .125rem;
        position: relative;
        padding: 0 6.5rem 0 3.5rem;
        border-radius: 3.25rem;
    }
    div#bottom_float>div>div>a::after{
        content: "";
        position: absolute;
        top: 2rem;
        right: 3.5625rem;
        width: 2.4375rem;
        height: 2.4375rem;
        background: url(../images/arrow01.svg) no-repeat;
        background-size: 2.4375rem;
    }
}