@import url(normalize.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);
@font-face { font-family: 'NIS_SMS5N2'; src: url(../font/NIS_SMS5N.woff2);}
@font-face { font-family: 'NIS_SMS5N'; src: url(../font/NIS_SMS5N.woff);}
*{
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    margin: 0;
    padding: 130px 0 0;
    background: #fafafa;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #222;
}
body.scroll-lock{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom:0px;
}
img{
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
::selection{
    background: rgba(0,0,0,0.8);
    color: #fff;
}
::-moz-selection{
    background: rgba(0,0,0,0.8);
    color: #fff;
}
.container{
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
}
.container_l{
    width: calc(100% - 40px);
    max-width: 1600px;
    margin: 0 auto;
}
.container_s{
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto;
}
.tc_red{ color: #af1e2b !important;}
.tc_blue{ color: #0f3568 !important;}
.marker_yellow{ background:linear-gradient(to bottom, transparent 50%, #ff6 50%);}
.td_underline{ text-decoration: underline;}
.link{}
.link a{
    padding: 12px 48px 12px 16px;
    display: inline-block;
    background: #eee;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
.link a::after{
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    line-height: 16px;
    color: #fff;
    width: 16px;
    height: 16px;
    display: block;
    background: #af1e2b;
    position: absolute;
    top: calc(50% - 8px);
    right: 16px;
}



header{
    width: 100%;
    background: #fafafa;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
header .wrap{
    width: 100%;
    height: 80px;
    display: flex;
}
header .wrap .logo h1{
    margin: 0;
    line-height: 1;
}
header .wrap .logo h1 a{
    height: 80px;
    padding: 10px 20px;
    display: block;
}
header .wrap .logo h1 a img{
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    transition: opacity 0.2s ease;
}
header .wrap .entry_nav{
    margin-left: auto;
}
header .wrap .entry_nav nav ul.nav_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
header .wrap .entry_nav nav ul.nav_list > li{
    height: 80px;
}
/*
header .wrap .entry_nav nav ul.nav_list > li.tel a{
    width: 240px;
    height: 100%;
    display: block;
    background: url(../img/tel.svg) no-repeat center;
    background-size: auto 40px;
    transition: opacity 0.2s ease;
}
*/
header .wrap .entry_nav nav ul.nav_list > li.tel a{
    width: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    line-height: 1.2;
}
header .wrap .entry_nav nav ul.nav_list > li.tel a span{
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}
header .wrap .entry_nav nav ul.nav_list > li.tel a small{
    font-size: 1.2rem;
    font-weight: 600;
}

header .wrap .entry_nav nav ul.nav_list > li.contact{
    width: 260px;
    position: relative;
}
header .wrap .entry_nav nav ul.nav_list > li.contact > a{
    height: 100%;
    padding: 0 20px;
    display: block;
    background: #af1e2b;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
header .wrap .entry_nav nav ul.nav_list > li.contact > a > span::after{
    content: "\f0d7";
    font-family: "font awesome 5 free";
    font-weight: 600;
    margin-left: 10px;
}
header .wrap .entry_nav nav ul.nav_list > li.contact .sub{
    width: 260px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none;
    overflow: hidden;
    position: absolute;
    top: 90px;
    right: 10px;
    z-index: 1;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul li + li{
    border-top: 1px solid #eee;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul li a{
    padding: 16px 40px 16px 20px;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    position: relative;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul li a::after{
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #af1e2b;
    width: 40px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul li.tel a{
    padding: 10px 40px 10px 20px;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul li.tel a span{
    font-size: 1.8rem;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul li.tel a span::before{
    content: "\f095";
    font-family: "font awesome 5 free";
    font-weight: 600;
    margin-right: 10px;
}
header .wrap .entry_nav nav ul.nav_list > li .sub ul li.tel a small{
    clear: both;
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
}
header .wrap .entry_nav nav ul.nav_list > li.btn_hnav{
    width: 80px;
    height: 80px;
    display: none;
}
header .wrap .entry_nav nav ul.nav_list > li.btn_hnav a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}
header .wrap .entry_nav nav ul.nav_list > li.btn_hnav a::before{
    content: "\f0c9";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);

}
header .nav nav ul.hnav{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
header .nav nav ul.hnav > li > a{
    padding: 12px 6px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background 0.2s ease;
}
header .nav nav ul.hnav > li > a.active{
    background: #eee;
}
header .nav nav ul.hnav > li.sub > a{
    padding-right: 16px;
}
header .nav nav ul.hnav > li.sub > a::after{
    content: "\f0d7";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    width: 16px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}
header .nav nav ul.hnav > li.sub > ul.sub_nav{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #eee;
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
}
header .nav nav ul.hnav > li.sub > ul.sub_nav > li{
    border-top: 1px solid #e5e5e5;
}
header .nav nav ul.hnav > li.sub > ul.sub_nav > li > a{
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #111;
    font-size: 1.4rem;
}
footer{
    background: #0f3568;
    color: #fafafa;
}
footer #links .set{
    padding: 100px 0;
}
footer #links .set h2{
    margin: 0;
    text-align: center;
    font-size: 3.2rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
footer #links .set h2 + p{
    margin: 40px 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
}
footer #links .set h2 + p span{
    padding: 4px 16px;
    display: inline-block;
    background: #fff;
    color: #0f3568;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
}
footer #links .set ul.links_list{
    max-width: 640px;
    margin: 60px auto 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}
footer #links .set ul.links_list li a{
    height: 70px;
    display: block;
    background: #af1e2b;
    border-radius: 4px;
    line-height: 70px;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 2rem;
    position: relative;
    transition: background 0.2s ease, color 0.2s ease;
}
footer #links .set ul.links_list li a::after{
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    color: #af1e2b;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
}
footer #links .set ul.links_list li.tel a{
    letter-spacing: 0;
    text-indent: 0;
}
footer #links .set ul.links_list li.tel a::before{
    content: "\f095";
    font-family: "font awesome 5 free";
    font-weight: 600;
    margin-right: 10px;
}
footer #links .set ul.links_list li.tel a span{
    font-size: 2.4rem;
}
footer #links .set ul.links_list li.tel a small{
    margin-left: 20px;
    font-size: 1.2rem;
    font-weight: 400;
}

footer #fnav .container{
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 60px;
}
footer #fnav .fnav{
    max-width: 400px;
}
footer #fnav .fnav nav{
    padding: 60px 0;
}
footer #fnav .fnav nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
footer #fnav .fnav nav ul + ul{
    margin-top: 10px;
}
footer #fnav .fnav nav ul li a{
    padding: 4px 8px;
    display: inline-block;
    color: #fafafa;
    text-decoration: none;
    font-size: 1.4rem;
}
footer #fnav .copy{
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer #fnav .copy .set .logo{
    margin: 0 0 20px;
    text-align: center;
}
footer #fnav .copy .set .logo a img{
    max-width: 100px;
    transition: opacity 0.2s ease;
}
footer #fnav .copy .set .txt p{
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.1rem;
}

/*  lp
------------------------------*/
.commonlinks{
    margin: 100px 0;
}
.commonlinks .set h2{
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    font-size: 2.8rem;
    text-align: center;
}
.commonlinks .set h2 + p{
    text-align: center;
    font-size: 1.6rem;
}
.commonlinks .set ul.links_list{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.commonlinks .set ul.links_list li{
    background: #fff;
    border: 1px solid #666;
    position: relative;
}
.commonlinks .set ul.links_list li::before{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
}
.commonlinks .set ul.links_list li .inner{
    padding: 40px;
    position: relative;
    z-index: 1;
}
.commonlinks .set ul.links_list li .inner h3{
    margin: 0;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    font-size: 2.4rem;
    text-align: center;
    color: #0f3568;
    line-height: 1.5;
}
.commonlinks .set ul.links_list li .inner h3 + p{
    text-align: center;
}
.commonlinks .set ul.links_list li .inner .entry{}
.commonlinks .set ul.links_list li .inner .entry a{
    max-width: 520px;
    margin: 0 auto;
    display: block;
    padding: 20px 20px;
    position: relative;
    background: #af1e2b;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    transition: opacity 0.2s ease;
}
.commonlinks .set ul.links_list li .inner .entry a::before{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
}
.commonlinks .set ul.links_list li .inner .entry.tel{}
.commonlinks .set ul.links_list li .inner .entry.tel a{
    padding: 20px 20px;
    background: #fff;
    text-decoration: none;
    text-align: center;
    color: #111;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    letter-spacing: 0;
    line-height: 1;
}
.commonlinks .set ul.links_list li .inner .entry.tel a span{
    font-size: 3.2rem;
}
.commonlinks .set ul.links_list li .inner .entry.tel a small{
    margin: 10px 0 0;
    display: inline-block;
    font-weight: 400;
}

.commonlinks .set ul.links_list li .inner .entry.tel a::before{
    display: none;
}
.commonlinks .set ul.links_list li .inner .more{
    margin: 20px 0 0;
    text-align: center;
}
.commonlinks .set ul.links_list li .inner .more a{
    padding: 10px 30px;
    display: inline-block;
    background: #eee;
    color: #222;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
}

.commonlinks .probability{}
.commonlinks .probability h2{
    margin: 100px 0 60px;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    font-size: 3.6rem;
    text-align: center;
}
.commonlinks .probability ul.probability_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.commonlinks .probability ul.probability_list li{
    padding: 0 40px;
    border-left: 1px solid #999;
}
.commonlinks .probability ul.probability_list li:first-child{
    border: none;
}
.commonlinks .probability ul.probability_list li .ttl{
    display: flex;
    flex-direction: column;
}
.commonlinks .probability ul.probability_list li .ttl span{
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #0f3568;
}
.commonlinks .probability ul.probability_list li .ttl small{
    margin: 10px 0 0;
    text-align: center;
    font-size: 1.4rem;
}
.commonlinks .probability ul.probability_list li .detail{
    margin: 0 0 -10px;
    line-height: 1;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    font-size: 16rem;
}
.commonlinks .probability ul.probability_list li .detail span{
    color: #af1e2b;
}
.commonlinks .probability ul.probability_list li .detail small{
    font-size: 50%;
}
.commonlinks .probability ul.probability_list + p.attention{
    text-align: center;
    font-size: 1.4rem;
}
.commonlinks .probability .img{
    max-width: 720px;
    margin: 40px auto;
}
.commonlinks .probability .img img{
    width: 100%;
    height: auto;
    display: block;
}
.commonlinks .probability .img a:hover img{
    opacity: 0.8;
}


.commonlinks .what{
    max-width: 720px;
    margin: 40px auto;
}
.commonlinks .what .movie{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.commonlinks .what .movie video{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#topimg_20220222{}
#topimg_20220222 .wrap{}
#topimg_20220222 .wrap .head{
    padding: 10px 0;
}
#topimg_20220222 .wrap .head h1{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
}
#topimg_20220222 .wrap .img{
    width: 100%;
    height: 600px;
}
#topimg_20220222 .wrap .img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}
#topimg_20220222 .wrap .detail .detail_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}
#topimg_20220222 .wrap .ttl{
    width: 100%;
    margin: 40px 0 0;
}
#topimg_20220222 .wrap .ttl h2{
    margin: 0;
    text-align: center;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    font-size: 3.2rem;
}
#topimg_20220222 .wrap .ttl h2 + p{
    margin: 0;
    text-align: center;
}
#topimg_20220222 .wrap .detail .no1_set{
    flex: 1;
}
#topimg_20220222 .wrap .detail .no1_set ul.img_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#topimg_20220222 .wrap .detail .no1_set ul.img_list li{
    height: 100px;
}
#topimg_20220222 .wrap .detail .no1_set ul.img_list li img{
    max-width: none;
    width: auto;
    height: 100%;
    display: block;
}
#topimg_20220222 .wrap .detail .no1_set ul.txt_list{
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
#topimg_20220222 .wrap .detail .no1_set ul.txt_list li{
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}
#topimg_20220222 .wrap .detail .no1_set ul.txt_list li.attention{
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
}
#topimg_20220222 .wrap .detail .no1_set.single{
    width: 800px;
    margin: 0 auto;
}
#topimg_20220222 .wrap .detail .no1_set.single ul.img_list,
#topimg_20220222 .wrap .detail .no1_set.single ul.txt_list{
    justify-content: center;
}
#topimg_20220222 .wrap .detail .no1_set.single ul.txt_list li{
    text-align: center;
}

#topimg_20220222 .wrap .detail .success_set{
    width: 360px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
#topimg_20220222 .wrap .detail .success_set .ttl{
    width: 100%;
    height: 40px;
    margin: 0;
    background: #af1e2b;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    text-align: center;
    line-height: 40px;
}
#topimg_20220222 .wrap .detail .success_set .data{
    width: 50%;
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#topimg_20220222 .wrap .detail .success_set .data > span{
    font-weight: 600;
    font-size: 1.8rem;
}
#topimg_20220222 .wrap .detail .success_set .data > strong{
    color: #af1e2b;
    font-size: 11rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    line-height: 1;
}
#topimg_20220222 .wrap .detail .success_set .data > strong small{
    font-size: 50%;
}
#topimg_20220222 .wrap .detail .success_set .attention{
    width: 100%;
    font-size: 1.4rem;
    color: #666;
    text-align: center;
}
#topimg_20220222 .wrap .slider{
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto 40px;
}
#topimg_20220222 .wrap .slider ul.slick-dots{
    bottom: -20px;
    text-align: left;
}
#topimg_20220222 .wrap .slider ul.slick-dots li{ margin: 0;}
#topimg_20220222 .wrap .slider .slick-prev,
#topimg_20220222 .wrap .slider .slick-next{
    height: 100%;
    width: 80px;
    z-index: 1;
    background: none;
    transition: background 0.2s ease;
}
#topimg_20220222 .wrap .slider .slick-prev::before,
#topimg_20220222 .wrap .slider .slick-next::before{
    font-family: "font awesome 5 free";
    font-weight: 600;
    opacity: 0.4;
}
#topimg_20220222 .wrap .slider .slick-prev:hover,
#topimg_20220222 .wrap .slider .slick-next:hover{ background: rgba(255,255,255,0.2);}
#topimg_20220222 .wrap .slider .slick-prev:hover::before,
#topimg_20220222 .wrap .slider .slick-next:hover::before{ opacity: 1;}
#topimg_20220222 .wrap .slider .slick-prev{ left: 0;}
#topimg_20220222 .wrap .slider .slick-prev::before{ content: "\f053";}
#topimg_20220222 .wrap .slider .slick-next{ right: 0;}
#topimg_20220222 .wrap .slider .slick-next::before{ content: "\f054";}

#topimg_20220222 .wrap .img20220228{
    background: url(../img/topimg/topimg.jpg) no-repeat;
    background-size: cover;
}
#topimg_20220222 .wrap .img20220228 .inner{
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#topimg_20220222 .wrap .img20220228 .inner .topic img{
    width: 100%;
    height: auto;
    display: block;
}
#topimg_20220222 .wrap .voice{
    margin: 100px 0;
}
#topimg_20220222 .wrap .voice h2{
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    font-size: 3.6rem;
    text-align: center;
}
#topimg_20220222 .wrap .voice h2 + p{
    text-align: center;
}
#topimg_20220222 .wrap .voice .letter{
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
#topimg_20220222 .wrap .voice .letter .img{
    width: 100%;
    height: 0;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
#topimg_20220222 .wrap .voice .letter .img img{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#topimg_20220222 .wrap .voice .letter .inner{
    padding: 20px 40px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
#topimg_20220222 .wrap .voice .letter .inner p{
    text-align: justify;
}
#topimg_20220222 .wrap .voice .letter .inner p.ta_right{
    text-align: right;
}

#greeting{
    margin: 100px 0;
}
#greeting .set h2{
    margin: 100px 0 60px;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    font-size: 3.6rem;
    text-align: center;
}
#greeting ul.probability_list + p.attention{
    margin: 20px 0 100px;
    font-size: 1.4rem;
    text-align: center;
}
#greeting ul.picup_list + p.attention{
    margin: 20px 0 100px;
    font-size: 1.4rem;
    text-align: right;
}

#greeting ul.picup_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
#greeting ul.picup_list li{
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 1;
}
#greeting ul.probability_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#greeting ul.probability_list li{
    padding: 0 40px;
    border-left: 1px solid #999;
}
#greeting ul.probability_list li:first-child{
    border: none;
}
#greeting ul.probability_list li .ttl{
    display: flex;
    flex-direction: column;
}
#greeting ul.probability_list li .ttl span{
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #0f3568;
}
#greeting ul.probability_list li .ttl small{
    margin: 10px 0 0;
    text-align: center;
    font-size: 1.4rem;
}
#greeting ul.probability_list li .detail{
    margin: 0 0 -10px;
    line-height: 1;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 500;
    font-size: 16rem;
}
#greeting ul.probability_list li .detail span{
    color: #af1e2b;
}
#greeting ul.probability_list li .detail small{
    font-size: 50%;
}
#greeting ul.pass_list{
    margin: 20px 0 60px;
    padding: 40px 20px;
    list-style: none;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
#greeting ul.pass_list li{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}
#greeting ul.pass_list li::before{
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
#greeting ul.pass_list li .ttl{
    padding: 0 20px 0 0;
    background: #fff;
}
#greeting ul.pass_list li .result{
    padding: 0 0 0 20px;
    background: #fff;
}
#greeting ul.pass_list li .result span.num{
    margin-right: 4px;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.4rem;
}
#greeting ul.pass_list li .result span.unit + span.num{
    margin-left: 10px;
}
#greeting ul.pass_list li.ttl{
    margin: 0 0 -20px;
    display: block;
    text-align: right;
    font-size: 1.4rem;
}
#greeting ul.pass_list li.ttl::before{
    display: none;
}
#limit{
    padding: 60px 0 ;
    background: #fff;
}
#limit .set{
    max-width: 640px;
    margin: 0 auto;
}
#limit .set h2{
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    text-align: center;
}
#limit .set h2 small{
    display: inline-block;
    font-size: 3.6rem;
}
#limit .set h2 span{
    display: inline-block;
    font-size: 10rem;
    color: #af1e2b;
    letter-spacing: 0.2rem;
}
#limit .set h2 strong{
    margin: 0 10px;
    font-size: 16rem;
    font-weight: 300;
}
#limit .set p{
    margin: 0;
    text-align: center;
}
#limit .set h2 + p{
    font-size: 2.4rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#limit .set p.caution{
    font-size: 1.4rem;
}
#method{
    margin: 100px 0;
}
#method h2{
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
}
#method h2 span{
    margin: 0 10px;
    font-size: 150%;
}
#method ul.method_list{
    margin: 100px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#method ul.method_list li{
    text-align: center;
    display: flex;
    flex-direction: column;
}
#method ul.method_list li > small{
    color: #af1e2b;
    font-weight: 600;
    font-size: 1.6rem;
}
#method ul.method_list li > span{
    margin: 20px 0 0;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.4rem;
    font-weight: 400;
}
#method article .ttl{
    margin: 100px 0 0;
    position: relative;
}
#method article .ttl .txt{
    min-width: 640px;
    padding: 40px 60px 40px 20px;
    background: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
#method article .ttl .txt::before{
    content: attr(title);
    font-size: 20rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #eee;
    line-height: 1;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#method article .ttl .txt h2{
    margin: 0;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3.2rem;
    text-align: left;
    position: relative;
    z-index: 1;
}
#method article .ttl + p{
    margin: 60px 0;
}

#method article > h3{
    max-width: 1000px;
    margin: 40px 0 40px;
    color: #af1e2b;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.4rem;
}
#method article > p{
    max-width: 1000px;
    margin: 40px 0;
}
#method article figure{
    margin: 40px 0;
}
#method article figure img{
    display: block;
}
#method article .schedule{
    max-width: 1000px;
    padding: 20px;
    border: 1px solid #ddd;
}
#method article .schedule h3{
    text-align: center;
}
#method article .schedule p{
    text-align: center;
}

#method article .schedule ul.schedule_list{
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
#method article .schedule ul.schedule_list li{
    width: calc(50% - 10px);
}
#method article .schedule ul.schedule_list li a{
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
}
#method article .schedule ul.schedule_list li a::before{
    content: "\f00e";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    line-height: 24px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0f3568;
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 1;
}
#method article .schedule ul.schedule_list li a img{
    transition: transform 0.2s ease;
    will-change: transform;
}
#method article ul.subject_list{
    max-width: 800px;
    margin: 60px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
#method article ul.subject_list li.ttl{
    margin: 0 0 -10px;
    grid-column-start: 1;
    grid-column-end: 3;
    font-weight: 600;
}
#method article ul.subject_list li a{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    display: block;
    line-height: 50px;
    background: #0f3568;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
#method article ul.subject_list li a.general{
    background: #285693;
}
#method article ul.subject_list li a::after{
    content: "\f35d";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 16px;
}
#method article table.comparison{
    width: calc(100% - 80px);
    max-width: 920px;
    margin: 60px 40px;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#method article table.comparison th,
#method article table.comparison td{
    border: 1px solid #0f3568;
    font-weight: 400;
}
#method article table.comparison thead th{
    padding: 4px 0;
    background: #0f3568;
    color: #fff;
}
#method article table.comparison tbody th{
    width: 20%;
    background: #285693;
    color: #fff;
}
#method article table.comparison tbody td{
    width: 40%;
    padding: 10px 20px;
    vertical-align: text-top;
}

#method .popup_schedule{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#method .popup_schedule .wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#method .popup_schedule .wrap .bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
#method .popup_schedule .wrap .set{
    width: 80vw;
    height: 80vh;
    max-width: 1200px;
    max-height: 750px;
    position: relative;
    z-index: 1;
}
#method .popup_schedule .wrap .set .close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: 0;
}
#method .popup_schedule .wrap .set .close span{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    opacity: 0.6;
}
#method .popup_schedule .wrap .set .close span::before{
    content: "\f00d";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#method .popup_schedule .wrap .set .inner{
    width: 100%;
    height: 100%;
    overflow: auto;
}
#method .popup_schedule .wrap .set .inner img{
    width: 1200px;
    max-width: none;
    height: auto;
    display: block;
    display: none;
}
#method .popup_subject{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#method .popup_subject .wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#method .popup_subject .wrap .bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
#method .popup_subject .wrap .set{
    width: 80vw;
    height: 60vh;
    max-width: 800px;
    max-height: 80vh;
    position: relative;
    z-index: 1;
    background: #fff;
}
#method .popup_subject .wrap .set .close{
    position: absolute;
    bottom: -50px;
    left: calc(50% - 100px);
}
#method .popup_subject .wrap .set .close span{
    display: block;
    width: 200px;
    height: 40px;
    display: block;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#method .popup_subject .wrap .set .subject{
    width: 100%;
    height: 100%;
    overflow: auto;
}
#method .popup_subject .wrap .set .subject .inner{
    display: none;
}
#method .popup_subject .wrap .set .subject .inner h3{
    margin: 0;
    padding: 20px 40px;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
}
#method .popup_subject .wrap .set .subject .inner p{
    margin: 40px;
}
#method .popup_subject .wrap .set .subject .inner ol{
    margin: 40px;
}
#dialogue hr{
    margin: 100px 0;
    border: none;
    border-top: 1px solid #ddd;
}
#dialogue .head{
    margin: 200px 0 100px;
}
#dialogue .head .ttl{
    text-align: center;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3rem;
}
#dialogue .head .ttl span{
    padding: 16px 20px 10px;
    display: inline-block;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
#dialogue .head p{
    margin: 60px 0 0;
    font-family: serif;
    font-weight: 400;
    text-align: center;
}
#dialogue .top{
    margin: 100px 0;
}
#dialogue .top h2{
    margin: 0;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3.6rem;
    font-weight: 400;
}
#dialogue .top p.caption{
    color: #af1e2b;
    font-size: 1.8rem;
    font-weight: 600;
}
#dialogue .top p.description{
    font-family: serif;
}
#dialogue .border{
    margin: 100px 0 -60px;
    position: relative;
    text-align: center;
}
#dialogue .border::before{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #0f3568;
    position: absolute;
    top: 50%;
    left: 0;
}
#dialogue .border span{
    padding: 0 30px;
    display: inline-block;
    background: #fafafa;
    position: relative;
    z-index: 1;
    font-size: 2rem;
    font-weight: 600;
    color: #0f3568;
}
#dialogue .topimg{
    margin: 100px 0 40px;
    position: relative;
}
#dialogue .topimg .img{
    line-height: 1;
}
#dialogue .topimg .txt{
    padding: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fafafa;
}
#dialogue .topimg .txt p{
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
}
#dialogue article{
    max-width: 1000px;
    padding: 60px 0 0;
    border-top: 1px solid #ddd;
}
#dialogue article h3{
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3rem;
    color: #af1e2b;
}
#dialogue article p{
    margin: 1.5em 0;
}

#others{
    margin: 100px 0;
}
#others .set .top{
    margin: 100px 0 60px;
    position: relative;
}
#others .set .top .img img{
    display: block;
}
#others .set .top .txt{
    min-width: 640px;
    padding: 40px 60px 40px 20px;
    background: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
#others .set .top .txt h2{
    margin: 0;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3.6rem;
    line-height: 1.2;
}
#others .set .top .txt p.caption{
    margin: 0 0 10px;
    color: #af1e2b;
}
#others .set p{
    max-width: 1000px;
}
#others .set h3{
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.4rem;
}
#review .wrap{
    background: #f5f5f5;
    overflow: hidden;
}
#review .set{
    margin: 100px 0;
}
#review .set h2{
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
}
#review .set .slider{
    max-width: 800px;
    margin: 0 auto;
}
#review .set .slider .slide{
    padding: 10px;
    position: relative;
}
#review .set .slider .slide .inner{
    padding: 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#review .set .slider .slide .inner .status{
    margin-bottom: 40px;
    padding-left: 140px;
    position: relative;
}
#review .set .slider .slide .inner .status .img{
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
#review .set .slider .slide .inner .status .img img{
    width: 100%;
    height: auto;
}
#review .set .slider .slide .inner .status .ttl{
    margin-bottom: 20px;
}
#review .set .slider .slide .inner .status .ttl h3{
    margin: 0;
    font-size: 2rem;
}
#review .set .slider .slide .comment{
    display: none;
}
#review .set .slider .slide:first-child .comment{
    display: block;
}
#review .set .slider .slide .more{
    margin-bottom: -60px;
    border-top: 1px solid #ddd;
}
#review .set .slider .slide.active .more,
#review .set .slider .slide:first-child .more{
    display: none;
}
#review .set .slider .slide .more a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
#trial .set{
    margin: 100px 0;
}
#trial .set h2{
    font-size: 3.6rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
#trial .set ol.trial_list{
     margin: 100px 0 40px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    counter-reset: trialNum 0;
}
#trial .set ol.trial_list li{
    width: 50%;
    margin-top: 28px;
    position: relative;
    border-top: 1px solid #111;
}
#trial .set ol.trial_list li::before{
    content: counter(trialNum);
    counter-increment: trialNum 1;
    text-align: center;
    line-height: 56px;
    font-size: 3.6rem;
    font-weight: 600;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
    background: #0f3568;
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: 0;
}
#trial .set ol.trial_list li:nth-child(even)::after{
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg);
    top: -7px;
    right: 1px;
}
#trial .set ol.trial_list li:last-child::after{
    width: 20px;
    height: 20px;
    border-top: none;
    transform: none;
    top: -10px;
    right: 0;
}
#trial .set ol.trial_list li .inner{
    padding: 50px 40px 40px;
}
#trial .set ol.trial_list li .inner .ttl h3{
    margin: 0;
}
#trial .set ol.trial_list li .inner .detail p{
    line-height: 1.5;
}
#trial .set .sample{
    padding: 40px;
    background: #f5f5f5;
}
#trial .set .sample h3{
    margin-top: 0;
    text-align: center;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    font-size: 2.4rem;
}
#trial .set .sample h3 + p{
    text-align: center;
}
#trial .set .sample .sample_set{
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}
#trial .set .sample .sample_set .inner{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
#trial .set .sample table{
    width: 100%;
    border-collapse: collapse;
    background: #fafafa;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#trial .set .sample table th,
#trial .set .sample table td{
    padding: 10px 10px;
    font-weight: 400;
    font-size: 1.6rem;
    border: 1px solid #0f3568;
}
#trial .set .sample table th{
    background: #285693;
    color: #fff;
}
#trial .set .sample table th.ttl{
    padding: 0;
    background: #0f3568;
    color: #fff;
}
#faq .wrap{
    padding: 100px 0;
    background: #f5f5f5;
}
#faq .set h2{
    margin-top: 0;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    font-size: 3.6rem;
}
#faq .set dl.faq_list{
    max-width: 800px;
    margin: 80px 0 0;
}
#faq .set dl.faq_list dt{
    padding: 10px 0 10px 40px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #111;
    position: relative;
}
#faq .set dl.faq_list dt::before{
    content: "Q.";
    font-size: 2.4rem;
    color: #af1e2b;
    position: absolute;
    top: 0;
    left: 0;
}
#faq .set dl.faq_list dd{
    padding: 20px 0 20px 40px;
    position: relative;
}
#faq .set dl.faq_list dd::before{
    content: "A.";
    font-size: 2.4rem;
    font-weight: 600;
    color: #af1e2b;
    position: absolute;
    top: 10px;
    left: 0;
}
#faq .set dl.faq_list dd p{
    margin: 0;
    color: #666;
}
#infection .top{
    padding: 100px 0;
    background: #333;
}
#infection .top .set h2{
    margin: 0;
    color: #fff;
    font-size: 3.6rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    line-height: 1.5;
}
#infection .top .set p{
    margin: 40px 0 0;
    color: #eee;
    line-height: 1.5;
}
#infection .wrap{
    margin: 60px 0;
}
#infection .set{}
#infection .set ul.infection_list{
    max-width: 1000px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
#infection .set ul.infection_list > li{
    width: 100%;
    display: flex;
    gap: 40px;
}
#infection .set ul.infection_list > li .img{
    width: 300px;
    line-height: 0;
}
#infection .set ul.infection_list > li .img img{
    filter: grayscale(50%);
    transition: filter 0.5s ease;
}
#infection .set ul.infection_list > li .txt{
    flex: 1;
}
#infection .set ul.infection_list > li .txt h3{
    margin-top: 0;
    font-size: 1.8rem;
}
#access .wrap {
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
}
#access .wrap .map {
    flex: 1;
}
#access .wrap .map iframe {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
#access .wrap .detail {
    width: 40%;
    min-width: 400px;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}
#access .wrap .detail h2 {
    font-size: 3.6rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
#access .wrap .detail h3 {
    font-size: 2rem;
}
#access .wrap .detail .link {
    margin: 20px 0 0;
}
#access .wrap .detail .link a {
    padding: 8px 50px 8px 16px;
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #eee;
    position: relative;
}
#access .wrap .detail .link a::after {
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 16px;
    text-align: center;
    color: #fff;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    display: block;
    background: #af1e2b;
    position: absolute;
    top: 50%;
    right: 16px;
}
/*  form
------------------------------*/
#entry .wrap{
    padding: 100px 0;
}
#entry .set h2{
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
}
#entry .set p.reCAPTHA{
    margin: 0;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    border: 1px solid #eee;
    text-align: center;
}
#entry .set .line a{
    padding: 4px 16px;
    display: inline-block;
    border-radius: 4px;
    background: #07b53b;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s ease;
}
#entry input[type="text"],
#entry input[type="tel"],
#entry input[type="email"],
#entry select,
#entry textarea{
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #eee;
    background: #fff;
    display: block;
    font-size: 1.6rem;
}
#entry textarea{
    min-height: 200px;
}
#entry ul.form_list{
    margin: 60px 0;
    padding: 0;
    list-style: none;
}
#entry ul.form_list li{
    padding: 10px 0 20px;
    border-top: dashed 1px #ddd;
}
#entry ul.form_list li:first-child,
#entry ul.form_list li:last-child{
    border-top: solid 1px #ddd;
}
#entry ul.form_list li .ttl label{
    font-weight: 600;
}
#entry ul.form_list li .ttl.required label{
    width: 100%;
    display: inline-block;
    position: relative;
}
#entry ul.form_list li .ttl.required label::before{
    content: "必須";
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 4px;
    background: #0f3568;
    position: absolute;
    right: 0;
}
#entry ul.form_list li .input{
    margin: 16px 0 0;
}
#entry ul.form_list li .input p.attention{
    margin: 4px 0 0;
    font-size: 1.2rem;
}
#entry input[type="text"].p-postal-code{
    width: 200px;
}

#entry ul.form_list li .input.policy{
    text-align: center;
}
#entry ul.form_list li .input.policy label{
    padding: 10px 10px;
    display: inline-block;
    cursor: pointer;
}
#entry ul.form_list li .input.policy label span{
    margin-left: 10px;
}
#entry ul.form_list li .input.chance{}
#entry ul.form_list li .input.chance .chance_set{
    margin: 0 0 20px;
}
#entry ul.form_list li .input.chance .chance_set label{
    display: inline-block;
    padding: 4px 10px;
}
#entry ul.form_list li .input.chance .chance_set label input[type="radio"]{}
#entry ul.form_list li .input.chance .chance_set label span{
    margin: 0 0 0 4px;
}
#entry ul.form_list li .input .submit input[type="submit"]{
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    display: block;
    border: none;
    border-radius: 4px;
    background: #af1e2b;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
#entry ul.form_list li .input .submit .wpcf7-spinner{
    position: absolute;
}
#entry .select_nav{
    margin: 60px 0;
}
#entry .select_nav h3{
    margin: 0 0 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
#entry ul.select_form{
    margin: 0;
    padding: 0;
    list-style: none;
}
#entry ul.select_form > li{
    display: none;
}
#entry ul.select_form > li.active{
    display: block;
}
#entry form.sent ul.form_list{ display: none;}

#company{
    padding: 60px 0 60px;
    background: #f5f5f5;
}
#company .set h2{
    margin: 0 0 40px;
    text-align: center;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
#company .set h3{
    color: #af1e2b;
}
#company .set h3 small{
    margin-left: 10px;
    font-weight: 400;
}
#company .set p{
    font-size: 1.4rem;
}
#company .set table{
    width: 100%;
    margin: 40px 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}
#company .set table th,
#company .set table td{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#company .set table th{
    width: 160px;
}
#company .set table td{}
#company .set iframe{
    width: 100%;
    height: 360px;
}

/*  固定表示
------------------------------*/
.f_fix_contact{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fafafa;
}
.f_fix_contact .wrap{}
.f_fix_contact .wrap .set{}
.f_fix_contact .wrap .set ul{
    width: 100%;
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    gap: 10px;
}
.f_fix_contact .wrap .set ul li{
    flex: 1;
}
.f_fix_contact .wrap .set ul li a{
    text-decoration: none;
}
.f_fix_contact .wrap .set ul li a{
    height: 50px;
    display: block;
    background: #af1e2b;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}
.f_fix_contact .wrap .set ul li a::after{
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}
.f_fix_contact .wrap .set ul li.entry a::after{
    content: "\f0d7";
}
.f_fix_contact .wrap .set ul li.tel a{
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.f_fix_contact .wrap .set ul li.tel a::after{
    content: "\f095";
}
.f_fix_contact .wrap .set ul li.tel a span{}
.f_fix_contact .wrap .set ul li.tel a small{
    margin: 4px 0 0;
    font-weight: 300;
    font-size: 1rem;
}

.f_fix_line{
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 11;
}
.f_fix_line .set{}
.f_fix_line .set a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background: #06c755;
    color: #06c755;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.f_fix_line .set a::after{
    content: "\f3c0";
    font-family: "font awesome 5 brands";
    font-size: 5rem;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
.f_fix_line .set a::before{
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background: #fff;
}
.lpgreeting{
    margin: 160px 0;
}
.lpgreeting article{}
.lpgreeting article h2{
    margin: 0 0 60px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    text-align: center;
    font-size: 3.2rem;
}
.lpgreeting article p{
    text-align: center;
    font-size: 1.8rem;
}
.lpgreeting.lp2022d{
    margin-top: 0;
}
.lpgreeting.lp2022d article h2{
    margin: 100px 0 60px;
}
.lpgreeting.lp2022d article .link{
    margin-top: 40px;
    text-align: center;
}
.lpgreeting .top{
    margin-bottom: 160px;
    padding: 0 0 60px;
    background: #f5f5f5;
    overflow: hidden;
}
.lpgreeting .top article h2{
    text-align: left;
}
.lpgreeting .top article p{
    text-align: left;
}
.lpgreeting .pickup{
    margin: 100px 0 0;
    display: flex;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.lpgreeting .pickup .img{
    width: 40%;
}
.lpgreeting .pickup .img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.lpgreeting .pickup .txt{
    flex: 1;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lpgreeting .pickup .txt > *:first-child{
    margin-top: 0;
}
.lpgreeting .pickup .txt h3{
    margin: 0;
    font-size: 2rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.lpgreeting .pickup .txt p{
    text-align: left;
    font-size: 1.4rem;
}
.lpgreeting .point{
    margin: 60px 0 0;
    padding: 20px;
    border: 4px solid #ffe65d;
    background: #fff;
    position: relative;
}
.lpgreeting .point h3{
    margin: 0;
    position: absolute;
    top: -18px;
}
.lpgreeting .point h3 span{
    padding: 0 20px 0 16px;
    display: inline-block;
    background: #ffe65d;
    line-height: 36px;
    border-radius: 18px;
}
.lpgreeting .point h3 span::before{
    content: "\f0eb";
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
}
.lpgreeting .point p{
    margin-bottom: 0;
    text-align: left;
}

.no1{
    margin: 60px auto;
}
.no1 ul.img,
.no1 ul.txt{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.no1 ul.img{
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.no1 ul.img li img{
    width: auto;
    height: 160px;
}
.no1 ul.txt{
    margin-top: 40px;
    flex-direction: column;
}
.no1 ul.txt li{
    font-size: 2rem;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
}
.no1 p.attention{
    font-size: 1.4rem;
    text-align: center !important;
}
.explanation_banner{
    max-width: 1000px;
    margin: 60px auto;
}
.explanation_banner .inner{
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    background: #fff;
    overflow: hidden;
}
.explanation_banner .inner .img{
    width: 280px;
    line-height: 0;
    position: relative;
}
.explanation_banner .inner .img::before{
    content: "PICK UP";
    width: 200px;
    height: 70px;
    line-height: 90px;
    text-align: center;
    background: #af1e2b;
    color: #fff;
    display: block;
    position: absolute;
    top: -10px;
    left: -75px;
    transform: rotate(-45deg);
}
.explanation_banner .inner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.explanation_banner .inner .detail{
    flex: 1;
    padding: 30px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.explanation_banner .inner .detail h3{
    margin: 0 0 20px;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.4rem;
    color: #af1e2b;
}
.explanation_banner .inner .detail p{
    margin: 0 0 20px;
}
.explanation_banner .inner .detail p.attention{
    margin: 4px 0;
    font-size: 80%;
}
.explanation_banner .inner .detail .link a{
    width: 100%;
    padding: 16px;
    text-align: center;
    font-size: 1.8rem;
}
#claim{
    max-width: 800px;
    margin: 0 auto;
}

#claim .set{
    margin: 60px auto;
    padding: 40px;
    border: 4px solid #af1e2b;
    background: #eee;
}
#claim .set .ttl{
    text-align: center;
}
#claim .set .ttl p.caption{
    margin: 0;
}
#claim .set .ttl p.caption span{
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #af1e2b;
    color: #af1e2b;
    font-weight: 500;
}
#claim .set .ttl h2{
    margin: 0.8em 0;
    font-family: NIS_SMS5N2,NIS_SMS5N,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3rem;
    font-weight: 600;
    color: #af1e2b;
    line-height: 1.5;
}
#claim .set .detail h3{
    margin: 40px 0;
    color: #af1e2b;
    border-bottom: 2px solid #bbb;
}
#claim .set .detail h3 span{
    display: inline-block;
    position: relative;
}
#claim .set .detail h3 span::before{
    content: "";
    width: calc(100% + 20px);
    height: 2px;
    background: #af1e2b;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}
#claim .set .detail p.attention{
    font-size: 1.2rem;
    color: #666;
}
#claim .set .detail li{
    font-size: 1.6rem;
    font-weight: 600;
}
#claim .set .detail .flex{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#claim .set .detail .flex *{
    min-width: 0;
    min-height: 0;
}
#claim .set .detail .flex .inner:nth-child(1){
    max-width: 280px;
}
#claim .set .detail .flex .inner:nth-child(2){
    flex: 1;
}
#claim .set .detail .flex .inner .slider{
    width: 100%;
    height: auto;
}
#claim .set .detail .flex .inner .slider ul.slick-dots{
    text-align: left;
}
#claim .set .detail .flex .inner .slider ul.slick-dots li{
    margin: 0;
}
#claim .set .detail .entry{
    margin: 40px 0 auto;
}
#claim .set .detail .entry a{
    padding: 20px 0;
    display: block;
    background: #af1e2b;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    position: relative;
    transition: box-shadow 0.2s ease;
}
#claim .set .detail .entry a::before{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}
#claim .set .detail .entry a span{
    text-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
#claim .set .detail .entry a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#claim .set .detail .letter{
    margin: 0 0 60px;
    position: relative;
}
#claim .set .detail .letter .img{
    width: 100%;
    height: 0;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
#claim .set .detail .letter .img img{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#claim .set .detail .letter .inner{
    height: 300px;
    padding: 20px 40px;
    background: #fafafa;
    overflow: hidden;
    position: relative;
}
#claim .set .detail .letter .inner::after{
    content: "";
    width: 100%;
    height: 160px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(238,238,238,0),rgba(238,238,238,1));
}
#claim .set .detail .letter.active .inner{
    height: 100%;
    margin: 0 0 20px;
}
#claim .set .detail .letter.active .inner::after{
    opacity: 0;
}
#claim .set .detail .letter .inner p.ta_right{
    text-align: right;
}
#claim .set .detail .letter .more{
    width: 100%;
}
#claim .set .detail .letter .more a{
    width: 200px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background: #333;
    border-radius: 20px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease;
}
#claim .set .detail .letter .more a::before{
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
}
#claim .set .detail .letter.active .more a::before{
    transform: rotate(180deg);
}
#claim .set .detail .letter .more a:hover{
    background: #111;
}
#claim .set .detail .letter .more a span::before{
    content: "全文を読む";
}
#claim .set .detail .letter.active .more a span::before{
    content: "閉じる";
}

#popup_claim{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#popup_claim.js_active{
    display: block;
}
#popup_claim .wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#popup_claim .wrap .bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
#popup_claim .wrap .set{
    width: calc(100% - 40px);
    max-width: 500px;
    z-index: 1;
    position: relative;
}
#popup_claim .wrap .set .close{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: -60px;
}
#popup_claim .wrap .set .close span{
    width: 60px;
    height: 60px;
    display: block;
    color: #999;
    font-size: 2rem;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
#popup_claim .wrap .set .close span:hover{
    color: #fff;
}
#popup_claim .wrap .set .close span::before{
    content: "\f00d";
    font-family: "font awesome 5 free";
    font-weight: 600;
}
#popup_claim .wrap .set .inner a img{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.popup_leave.build20220304{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.popup_leave.build20220304 .wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_leave.build20220304 .wrap .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.popup_leave.build20220304 .wrap .set{
    max-width: calc(100% - 40px);
    position: relative;
    z-index: 1;
}
.popup_leave.build20220304 .wrap .set .close{
    position: absolute;
    right: 0;
    top: -40px;
}
.popup_leave.build20220304 .wrap .set .close span{
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}
.popup_leave.build20220304 .wrap .set .close span::before{
    content: "\f00d";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}
.popup_leave.build20220304 .wrap .set .close span:hover{}
.popup_leave.build20220304 .wrap .set .inner{}
.popup_leave.build20220304 .wrap .set .inner .bannerlink{
    max-width: 800px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.popup_leave.build20220304 .wrap .set .inner .bannerlink a{
    display: block;
    background: #fff;
    cursor: pointer;
}
.popup_leave.build20220304 .wrap .set .inner .bannerlink a img{
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
}
.popup_leave.build20220304 .wrap .set .inner .bannerlink a:hover img{
    opacity: 0.8;
}


@media (pointer: fine) {
    header .wrap .logo h1 a:hover img,
    header .wrap .entry_nav nav ul.nav_list > li.tel a:hover,
    header .wrap .entry_nav nav ul.nav_list > li.contact > a:hover,
    footer #fnav .copy .set .logo a:hover img,
    #entry ul.form_list li .input .submit input[type="submit"]:hover,
    #entry .set .line a:hover{
        opacity: 0.6;
    }
    header .wrap .entry_nav nav ul.nav_list > li .sub ul li a:hover{
        color: #af1e2b;
        background: #f5f5f5;
    }
    header .wrap .entry_nav nav ul.nav_list > li.btn_hnav a:hover{
        background: #eee;
    }
    header .nav nav ul.hnav > li > a:hover{
        background: #eee;
    }
    header .nav nav ul.hnav > li.sub > ul.sub_nav > li > a:hover{
        background: #e5e5e5;
    }
    footer #fnav .fnav nav ul li a:hover{
        text-decoration: underline;
        background: rgba(255,255,255,0.1);
    }
    footer #links .set ul.links_list li a:hover {
        background: #fff;
        color: #0f3568;
    }
    footer #links .set ul.links_list li a:hover::after {
        background: #0f3568;
        color: #fff;
    }
    .link a:hover{
        color: #af1e2b;
        border-color: #af1e2b;
    }
    #method article ul.subject_list li a:hover{
        opacity: 0.8;
    }

    .link a:hover::after{
        background: #af1e2b;
    }
    .commonlinks .set ul.links_list li a:hover{
        opacity: 0.6;
    }
    #topimg .entry > a:hover .inner{
        opacity: 0.8;
    }
    #method article .schedule ul.schedule_list li a:hover img{
        transform: scale(1.02,1.02);
    }
    #method .popup_schedule .wrap .set .close span:hover{
        opacity: 1;
    }
    #method .popup_subject .wrap .set .close span:hover{
        background: #eee;
    }
    #entry ul.form_list li .input.policy label:hover{
        background: #eee;
    }
}
@media screen and (max-width: 1023.98px){
    body{ padding: 60px 0 0;}
    header .wrap,
    header .wrap .logo h1 a,
    header .wrap .entry_nav nav ul.nav_list > li{
        height: 60px;
    }
    header .wrap .entry_nav nav ul.nav_list > li.tel a{
        /*
        width: 200px;
        */
        background-size: 180px auto;
    }
    header .wrap .entry_nav nav ul.nav_list > li.contact{
        width: auto;
        position: initial;
    }
    header .wrap .entry_nav nav ul.nav_list > li.contact > a{
        padding: 0 20px;
        font-size: 1.4rem;
        line-height: 60px;
    }
    header .wrap .entry_nav nav ul.nav_list > li.contact .sub{
        width: 100%;
        min-width: 100%;
        border-radius: 0;
        top: 60px;
        right: 0;
        border: none;
        border-top: 1px solid #eee;
        box-shadow: none;
    }
    header .wrap .entry_nav nav ul.nav_list > li .sub ul li + li{
        border-top: 1px solid #eee;
    }
    header .wrap .entry_nav nav ul.nav_list > li .sub ul li a{
        padding: 16px 40px 16px 20px;
        display: block;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        position: relative;
    }
    header .wrap .entry_nav nav ul.nav_list > li .sub ul li a::after{
        content: "\f0da";
        font-family: "font awesome 5 free";
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        color: #af1e2b;
        width: 40px;
        height: 20px;
        display: block;
        position: absolute;
        top: calc(50% - 10px);
        right: 0;
    }
    header .wrap .entry_nav nav ul.nav_list > li.btn_hnav{
        width: 60px;
        height: 60px;
        display: block;
    }
    header .nav{
        width: 100%;
        background: #fafafa;
        display: none;
        position: absolute;
        left: 0;
        z-index: 1;
    }
    header .nav nav ul.hnav{
        flex-direction: column;
        justify-content: flex-start;
    }
    header .nav nav ul.hnav > li{
        border-top: 1px solid #eee;
    }
    header .nav nav ul.hnav > li > a{
        padding: 16px 16px;
        display: block;
        font-size: 1.6rem;
    }
    header .nav nav ul.hnav > li.sub > a{
    }
    header .nav nav ul.hnav > li.sub > a::after{
        color: #af1e2b;
        font-size: 1.6rem;
        width: 40px;
    }
    header .nav nav ul.hnav > li.sub > ul.sub_nav{
        position: relative;
    }
    header .nav nav ul.hnav > li.sub > ul.sub_nav > li > a{
        padding: 16px 20px;
        font-size: 1.6rem;
        text-align: left;
    }    
    #greeting ul.picup_list{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #greeting ul.pass_list{
        grid-template-columns: 1fr 1fr;
    }
    #greeting ul.pass_list li.ttl:nth-of-type(3){
        display: none;
    }


    #topimg_20220222 .wrap .detail .detail_wrap{
        gap: 30px;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.img_list li{
        height: 80px;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.txt_list li{
        font-size: 1.4rem;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.txt_list li.attention{
        font-size: 1.2rem;
    }
    #topimg_20220222 .wrap .detail .success_set{
        width: 320px;
    }
    #topimg_20220222 .wrap .detail .success_set .ttl{
        letter-spacing: 0.1rem;
        text-indent: 0.1rem;
    }
    #topimg_20220222 .wrap .detail .success_set .data > strong{
        font-size: 10rem;
    }
    #topimg_20220222 .wrap .detail .success_set .attention{
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 768px){
    .onlySP{ display: none;}
}
@media screen and (max-width: 767.98px){
    .onlyPC{ display: none;}
    body{ padding: 50px 0 0;}
    header .wrap{
        height: 50px;
    }
    header .wrap .logo{
        flex: 1;
    }
    header .wrap .logo h1 a{
        height: 50px;
        padding: 4px 10px;
        display: flex;
        align-items: center;
    }
    header .wrap .entry_nav{
        flex: 1;
    }
    header .wrap .entry_nav nav ul.nav_list{
        width: 100%;
        display: flex;
    }
    header .wrap .entry_nav nav ul.nav_list > li{
        height: 50px;
    }
    header .wrap .entry_nav nav ul.nav_list > li.tel{
        display: none;
    }
    header .wrap .entry_nav nav ul.nav_list > li.contact > a{
        height: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: 0;
        text-indent: 0;
        position: relative;
    }
    header .wrap .entry_nav nav ul.nav_list > li.contact > a > span::after{
        margin-left: 0;
        width: 20px;
        height: 50px;
        line-height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    header .wrap .entry_nav nav ul.nav_list > li.contact .sub{
        top: 50px;
    }

    header .wrap .entry_nav nav ul.nav_list > li.btn_hnav{
        width: 50px;
        height: 50px;
    }
    header .wrap .entry_nav nav ul.nav_list > li.btn_hnav a::before{
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }
    header .nav nav ul.hnav > li > a,
    header .nav nav ul.hnav > li.sub > ul.sub_nav > li > a{
        font-size: 1.4rem;
    }
    footer #links .set{
        padding: 60px 0;
    }
    footer #links .set h2{
        font-size: 2rem;
    }
    footer #links .set h2 + p{
        font-size: 1.6rem;
    }
    footer #links .set h2 + p span{
        padding: 0 12px;
        font-size: 1.6rem;
        letter-spacing: 0;
        text-indent: 0;
    }
    footer #links .set ul.links_list{
        margin: 40px auto 0;
        gap: 12px 0;
    }
    footer #links .set ul.links_list li a{
        height: 60px;
        line-height: 58px;
        font-size: 1.4rem;
        letter-spacing: 0;
        text-indent: 0;
    }
    footer #links .set ul.links_list li a::after{
        font-size: 1rem;
        line-height: 12px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        right: 6px;
    }
    footer #links .set ul.links_list li.tel a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.2;
    }
    footer #links .set ul.links_list li.tel a::before{
        display: none;
    }
    footer #links .set ul.links_list li a::after{
        font-size: 1rem;
        line-height: 12px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        right: 6px;
    }
    footer #links .set ul.links_list li.tel a span{
        font-size: 2rem;
    }
    footer #links .set ul.links_list li.tel a span::before {
        content: "\f095";
        font-family: "font awesome 5 free";
        font-weight: 600;
        font-size: 1.6rem;
        margin-right: 10px;
    }
    footer #links .set ul.links_list li.tel a small{
        margin: 4px 0 0;
    }
    
    footer #fnav .container{
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }
    footer #fnav .fnav{
        padding: 40px 0 0;
    }
    footer #fnav .fnav nav{
        padding: 0;
    }
    footer #fnav .fnav nav ul{
        justify-content: center;
    }
    footer #fnav .copy{
        width: 100%;
        padding: 100px 0;
    }
    .link a{
        padding: 12px 36px 12px 12px;
    }
    .link a::after{
        line-height: 12px;
        width: 12px;
        height: 12px;
        top: calc(50% - 6px);
        right: 12px;
    }
    .commonlinks{
        margin: 60px 0;
    }
    .commonlinks .set h2{
        font-size: 2rem;
    }
    .commonlinks .set h2 + p{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .commonlinks .set ul.links_list{
        gap: 10px;
    }
    .commonlinks .set ul.links_list li .inner{
        padding: 20px;
    }
    .commonlinks .set ul.links_list li .inner h3{
        margin: 10px 0 0;
        font-size: 2rem;
    }
    .commonlinks .set ul.links_list li .inner h3 + p{
        font-size: 1.4rem;
    }
    .commonlinks .set ul.links_list li .inner .entry{}
    .commonlinks .set ul.links_list li .inner .entry a{
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
    }
    .commonlinks .set ul.links_list li .inner .entry.tel a{
        padding: 16px 20px;
    }
    .commonlinks .set ul.links_list li .inner .entry.tel a span{
        font-size: 2.4rem;
    }
    .commonlinks .set ul.links_list li .inner .more a{
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        display: block;
    }
/*    
    .commonlinks .set ul.links_list li a{
        height: 60px;
        line-height: 60px;
        font-size: 1.6rem;
    }
    .commonlinks .set ul.links_list li a::after{
        right: 10px;
    }
    */
    .commonlinks .probability h2{
        margin: 60px 0 40px;
        font-size: 2.4rem;
    }
    .commonlinks .probability ul.probability_list{
        gap: 10px;
    }
    .commonlinks .probability ul.probability_list li{
        padding: 0 0;
        border-left: none;
    }
    .commonlinks .probability ul.probability_list li .ttl{
        font-size: 1.4rem;
    }
    .commonlinks .probability ul.probability_list li .detail{
        margin: 10px 0 -10px;
        font-size: 10rem;
    }
    #topimg .wrap{
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    #topimg_20220222 .wrap .img{
        height: 65vw;
    }
    #topimg_20220222 .wrap .detail .detail_wrap{
        gap: 30px;
    }
    #topimg_20220222 .wrap .ttl{
        margin: 30px 0 0;
    }
    #topimg_20220222 .wrap .ttl h2{
        font-size: 2.4rem;
    }
    #topimg_20220222 .wrap .ttl h2 + p{
        margin: 10px;
        font-size: 1.4rem;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.img_list{
        justify-content: center;
        gap: 10px;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.img_list li{
        height: 100px;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.txt_list{
        max-width: 440px;
        margin: 30px auto 0;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.txt_list li{
        margin-top: 8px;
        font-size: 1.6rem;
    }
    #topimg_20220222 .wrap .detail .no1_set ul.txt_list li.attention{
        font-size: 1.4rem;
    }
    #topimg_20220222 .wrap .detail .success_set{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        align-items: flex-start;
    }
    #topimg_20220222 .wrap .slider{
        margin: 0 auto;
    }
    #topimg_20220222 .wrap .img20220228{
        background-position: right;
    }
    #topimg_20220222 .wrap .img20220228 .inner{
        width: calc(100% - 40px);
        padding: 20px 0;
        gap: 20px;
        flex-direction: column;
    }
    #topimg_20220222 .wrap .img20220228 .inner .topic img{
        width: 100%;
        height: auto;
        display: block;
    }
    #topimg_20220222 .wrap .voice{
        margin: 60px 0;
    }
    #topimg_20220222 .wrap .voice h2{
        font-size: 2.4rem;
    }
    #topimg_20220222 .wrap .voice .letter .img{
        width: 100%;
        height: 0;
        padding-top: 40%;
        position: relative;
        overflow: hidden;
    }
    #topimg_20220222 .wrap .voice .letter .inner{
        padding: 20px 20px;
    }
    #topimg_20220222 .wrap .voice .letter .inner p{
        font-size: 1.4rem;
    }
    
    #greeting{
        margin: 60px 0;
    }
    #greeting .set h2{
        margin: 60px 0 40px;
        font-size: 2.4rem;
    }
    #greeting ul.probability_list + p.attention,
    #greeting ul.picup_list + p.attention{
        margin: 20px 0 40px;
        font-size: 1.2rem;
    }
    #greeting ul.picup_list{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    #greeting ul.picup_list li{
        padding: 0;
        border: none;
    }
    #greeting ul.probability_list{
        gap: 10px;
    }
    #greeting ul.probability_list li{
        padding: 0 0;
        border-left: none;
    }
    #greeting ul.probability_list li .ttl{
        font-size: 1.4rem;
    }
    #greeting ul.probability_list li .detail{
        margin: 10px 0 -10px;
        font-size: 10rem;
    }
    #greeting ul.pass_list{
        margin: 20px 0 20px;
        padding: 20px 10px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    #greeting ul.pass_list li{
        line-height: 1;
    }
    #greeting ul.pass_list li .ttl{
        padding: 0 10px 0 0;
        background: #fff;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #greeting ul.pass_list li .result{
        padding: 0 0 0 10px;
    }
    #greeting ul.pass_list li .result span.num{
        font-size: 2rem;
    }
    #greeting ul.pass_list li.ttl{
        margin: 0 0 -10px;
        font-size: 1.2rem;
    }
    #greeting ul.pass_list li.ttl:nth-of-type(2) {
        display: none;
    }
    #limit{
        padding: 40px 0;
    }
    #limit .set h2 small{
        font-size: 3.2rem;
    }
    #limit .set h2 span{
        font-size: 5.6rem;
    }
    #limit .set h2 strong{
        font-size: 150%;
    }
    #method{
        margin: 60px 0;
    }
    #method h2{
        font-size: 2.4rem;
    }
    #method ul.method_list{
        margin: 60px 0;
        gap: 20px;
    }
    #method ul.method_list li > small{
        font-size: 1.4rem;
    }
    #method ul.method_list li > span{
        margin: 0;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    #method article .ttl{
        margin: 40px 0 0;
    }
    #method article .ttl .txt{
        min-width: auto;
        margin: 20px 0;
        padding: 0;
        position: relative;
        background: none;
    }
    #method article .ttl .txt::before{
        font-size: 10rem;
        top: calc(50% - 50px);
        right: 0;
        left: auto;
    }
    #method article .ttl .txt h2{
        font-size: 2rem;
        text-align: left;
    }
    #method article .ttl + p{
        margin: 40px 0;
    }
    #method article > h3{
        margin: 40px 0;
        font-size: 1.8rem;
    }
    #method article > p{
        margin: 20px 0;
        text-align: justify;
    }
    #method article .schedule{
        padding: 20px;
        border: 1px solid #ddd;
    }
    #method article .schedule h3{
        font-size: 1.8rem;
        text-align: left;
    }
    #method article .schedule p{
        font-size: 1.4rem;
        text-align: left;
    }
    #method article .schedule ul.schedule_list{
        margin: 20px 0 0;
        gap: 20px;
        flex-wrap: wrap;
    }
    #method article .schedule ul.schedule_list li{
        width: 100%;
    }
    #method article ul.subject_list{
        gap: 6px;
        grid-template-columns: 1fr;
    }
    #method article ul.subject_list li.ttl{
        margin: 10px 0 -4px;
        grid-column-start: 1;
        grid-column-end: 1;
        font-weight: 600;
    }
    #method article ul.subject_list li a::after{
        font-size: 1.2rem;
    }
    #method article table.comparison{
        width: 100%;
        margin: 40px 0;
    }
    #method article table.comparison thead tr{
        display: flex;
    }
    #method article table.comparison thead th{
        width: 50%;
    }
    #method article table.comparison thead th:first-child{
        display: none;
    }
    #method article table.comparison tbody tr{
        display: flex;
        flex-wrap: wrap;
    }
    #method article table.comparison tbody th{
        width: 100%;
        margin-top: -1px;
    }
    #method article table.comparison tbody td{
        width: 50%;
        margin-top: -1px;
        padding: 10px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #method article table.comparison tbody td ul{
        margin: 0;
        padding-left: 20px;
    }
    #method article table.comparison tbody td:last-child{
        width: calc(50% + 1px);
        margin-left: -1px;
    }
    
    #method .popup_schedule .wrap .set{
        width: calc(100% - 40px);
    }
    #method .popup_schedule .wrap .set .inner img{
        width: 1000px;
    }
    #method .popup_subject .wrap .set{
        width: calc(100% - 40px);
        height: 70vh;
    }
    #method .popup_subject .wrap .set .close span{
        font-size: 1.4rem;
    }
    #method .popup_subject .wrap .set .subject .inner h3{
        padding: 10px 20px;
    }
    #method .popup_subject .wrap .set .subject .inner p{
        margin: 30px 20px;
    }
    #method .popup_subject .wrap .set .subject .inner ol{
        margin: 30px 20px;
    }
    #dialogue hr{
        margin: 40px 0;
    }
    #dialogue .head{
        margin: 100px 0 40px;
    }
    #dialogue .head .ttl{
        font-size: 2.4rem;
    }
    #dialogue .head .ttl span{
        width: 100%;
        padding: 10px 24px 4px;
    }
    #dialogue .head p{
        margin: 60px 0 0;
        text-align: justify;
    }
    #dialogue .border{
        margin: 40px 0 0;
    }
    #dialogue .top{
        margin: 40px 0;
    }
    #dialogue .top h2{
        font-size: 2rem;
    }
    #dialogue .top p.caption{
        margin: 40px 0 20px;
        line-height: 1.5;
    }
    #dialogue .topimg{
        margin: 40px 0;
    }
    #dialogue .topimg .txt{
        position: relative;
    }
    #dialogue .topimg .txt p{
        font-size: 1.2rem;
    }
    #dialogue article{
        padding: 0 0;
        border: none;
    }
    #dialogue article h3{
        margin: 40px 0;
        font-size: 2rem;
    }
    #dialogue article p{
        margin: 1em 0;
        text-align: justify;
        font-size: 1.4rem;
    }
    #review .set{
        margin: 40px 0;
    }
    #review .set h2{
        font-size: 2.4rem;
    }
    #review .set .slider{
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    #review .set .slider .slide{
        padding: 10px 10px 0;
    }
    #review .set .slider .slide .inner{
        padding: 20px;
    }
    #review .set .slider .slide .inner .status{
        margin-bottom: 20px;
        padding-left: 80px;
    }
    #review .set .slider .slide .inner .status .img{
        width: 60px;
    }
    #review .set .slider .slide .inner .status .ttl{
        margin-bottom: 10px;
    }
    #review .set .slider .slide .inner .status .ttl h3{
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    #review .set .slider .slide .inner .status .name{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #review .set .slider .slide .comment p{
        font-size: 1.4rem;
        text-align: justify;
    }
    #review .set .slider .slide .more{
        width: calc(100% + 40px);
        margin: 0 0 -20px -20px;
        border-color: #eee;
    }
    #review .set .slider .slide .more a{
        height: 40px;
        line-height: 40px;
        background: #fafafa;
    }
    #trial .set{
        margin: 60px 0;
    }
    #trial .set h2{
        font-size: 2.4rem;
    }
    #trial .set ol.trial_list{
        margin: 40px 0;
    }
    #trial .set ol.trial_list li{
        width: 100%;
        margin-top: 10px;
        margin-left: 10px;
        padding-bottom: 20px;
        border-top: none;
        border-left: 1px solid #111;
    }
    #trial .set ol.trial_list li::before{
        line-height: 36px;
        font-size: 2rem;
        width: 36px;
        height: 36px;
        top: -6px;
        left: -18px;
    }
    #trial .set ol.trial_list li::after,
    #trial .set ol.trial_list li:nth-child(even):after{
        content: "";
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        border-top: 1px solid #111;
        border-right: 1px solid #111;
        transform: rotate(135deg);
        top: auto;
        right: auto;
        left: -7px;
        bottom: 1px;
    }
    #trial .set ol.trial_list li:last-child::after{
        width: 20px;
        height: 20px;
        border-bottom: 1px solid #111;
        border-top: none;
        border-right: none;
        transform: none;
        left: -10px;
        bottom: 0;
    }
    #trial .set ol.trial_list li .inner{
        padding: 0 0 0 40px;
    }
    #trial .set ol.trial_list li .inner .ttl h3{
        margin: 0;
    }
    #trial .set ol.trial_list li .inner .detail{
        margin-bottom: 10px;
    }
    #trial .set ol.trial_list li .inner .detail p{
        line-height: 1.5;
    }
    #trial .set .sample{
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 30px 20px;
    }
    #trial .set .sample h3{
        line-height: 1.5;
    }
    #trial .set .sample h3 + p{
        font-size: 1.4rem;
    }
    #trial .set .sample .sample_set{
        margin: 30px 0 0;
        flex-direction: column;
        gap: 30px;
    }
    #trial .set .sample table th,
    #trial .set .sample table td{
        padding: 4px;
        font-weight: 400;
        font-size: 1.4rem;
    }
    #trial .set .sample table th{
    }
    #trial .set .sample table th.ttl{
        padding: 0;
    }
    #faq .wrap{
        padding: 60px 0;
    }
    #faq .set h2 + p{
        font-size: 1.4rem;
    }
    #faq .set dl.faq_list{
        margin: 40px 0 0;
    }
    #faq .set dl.faq_list dt{
        padding-left: 30px;
    }
    #faq .set dl.faq_list dt::before{
        font-size: 1.6rem;
        top: 10px;
    }
    #faq .set dl.faq_list dd{
        margin-left: 0;
        padding-left: 30px;
    }
    #faq .set dl.faq_list dd::before{
        font-size: 1.6rem;
        top: 20px;
    }
    #faq .set dl.faq_list dd p{
        font-size: 1.4rem;
        text-align: justify;
    }
    #others{
        margin: 60px 0;
    }
    #others .set .top{
        margin: 40px 0 20px;
        position: relative;
    }
    #others .set .top .img img{
        display: block;
    }
    #others .set .top .txt{
        min-width: auto;
        margin: 20px 0;
        padding: 0;
        background: #fafafa;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    #others .set .top .txt h2{
        font-size: 2.4rem;
    }
    #others .set .top .txt p.caption{
        font-size: 1.4rem;
    }
    #others .set h3{
        font-size: 2rem;
        line-height: 1.5;
    }
    #others .set p{
        font-size: 1.4rem;
    }
    #infection .top{
        padding: 60px 0;
    }
    #infection .top .set h2{
        font-size: 2rem;
    }
    #infection .top .set p{
        margin-top: 30px;
    }
    #infection .wrap{
        margin: 40px 0;
    }
    #infection .set ul.infection_list{
        gap: 20px;
    }
    #infection .set ul.infection_list > li{
        flex-wrap: wrap;
        gap: 10px;
    }
    #infection .set ul.infection_list > li .img{
        width: 100%;
    }
    #infection .set ul.infection_list > li .txt{
        margin-top: 10px;
    }
    #infection .set ul.infection_list > li .txt h3{
        margin: 0;
        font-size: 1.6rem;
    }
    #infection .set ul.infection_list > li .txt p{
        font-size: 1.4rem;
        text-align: justify;
    }
    #access{
        margin: 60px 0 20px;
    }
    #access .wrap{
        flex-direction: column-reverse;
    }
    #access .wrap .detail{
        width: 100%;
        min-width: inherit;
        margin: 60px 0 40px;
        padding: 0 20px;
    }
    #access .wrap .detail h2{
        margin: 0 0 60px;
        font-size: 2.4rem;
        text-align: center;
    }
    #access .wrap .detail h3{
        font-size: 2rem;
    }
    #access .wrap .map iframe{
        height: 40vh;
        display: block;
    }
    #entry .set h2{
        font-size: 2.4rem;
        text-align: left;
    }
    #entry .set p{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #company .set h3 small{
        margin-left: 0;
        display: block;
        font-weight: 400;
    }
    #company .set p{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #company .set table th,
    #company .set table td{
        padding: 0;
        display: block;
        line-height: 1.5;
        text-align: left;
        font-size: 1.4rem;
    }
    #company .set table th{
        width: 100%;
        border-bottom: none;
        padding-top: 10px;
    }
    #company .set table td{
        padding-bottom: 10px;
    }
    .lpgreeting{
        margin: 100px 0;
    }
    .lpgreeting article h2{
        font-size: 2.4rem;
    }
    .lpgreeting article p{
        font-size: 1.6rem;
    }
    .lpgreeting.sp_left article h2,
    .lpgreeting.sp_left article p{
        text-align: left;
    }
    .lpgreeting.lp2022d{
        margin: 0 auto 100px;
    }
    .lpgreeting.lp2022d article h2{
        text-align: left;
    }
    .lpgreeting.lp2022d article p{
        text-align: left;
    }
    .lpgreeting.lp2022d .top{
        margin: 0 0 60px;
        padding: 40px 20px;
    }
    .lpgreeting.lp2022d .top article h2{
        margin: 0 0 40px;
        text-align: center;
    }
    .lpgreeting.lp2022d .top article p{
        text-align: center;
    }

    .lpgreeting .pickup{
        margin: 60px 0 0;
        flex-direction: column;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .lpgreeting .pickup .img{
        width: 100%;
    }
    .lpgreeting .pickup .txt{
        padding: 20px;
    }
    .lpgreeting .point{
        margin: 40px 0 0;
    }
    .lpgreeting .point h3{
        width: 100%;
        text-align: center;
        left: 0;
    }
    
    .no1{
        margin: 40px auto;
    }
    .no1 ul.img{
        gap: 20px;
    }
    .no1 ul.img li img{
        height: 100px;
    }
    .no1 ul.txt{
        margin-top: 20px;
    }
    .no1 ul.txt li{
        margin-top: 10px;
        line-height: 1.5;
    }
    .no1 p.attention{
        font-size: 1.2rem;
        text-align: center !important;
    }
    .explanation_banner{
        margin: 20px auto;
    }
    .explanation_banner .inner{
        flex-direction: column;
    }
    .explanation_banner .inner .img{
        width: 100%;
    }
    .explanation_banner .inner .detail{
        padding: 20px;
    }
    .explanation_banner .inner .detail h3{
        font-size: 2rem;
    }
    .explanation_banner .inner .detail p{
        font-size: 1.4rem;
    }
    .explanation_banner .inner .detail p.attention{
        line-height: 1.5;
    }
    .explanation_banner .inner .detail .link a{
        font-size: 1.6rem;
    }

    #claim .set{
        padding: 20px;
    }
    #claim .set .ttl h2{
        font-size: 2.4rem;
    }
    #claim .set .detail h3{
        margin: 30px 0;
    }
    #claim .set .detail h3 span::before{
        width: calc(100% + 10px);
    }
    #claim .set .detail ul,
    #claim .set .detail ol{
        padding-left: 20px;
    }
    #claim .set .detail .flex{
        flex-direction: column;
        gap: 0;
    }
    #claim .set .detail .flex .inner:nth-child(1){
        max-width: none;
    }
    #claim .set .detail .entry{
        margin: 20px auto 0;
    }
    #claim .set .detail .entry a{
        padding: 16px 0;
        font-size: 1.6rem;
    }
    #claim .set .detail .letter .inner{
        height: 300px;
        padding: 10px 16px;
    }
    #claim .set .detail .letter .inner p{
        font-size: 1.4rem;
    }
    
}