@charset "utf-8";
/* @import url(/assets/css/reset.css?250522); */
.mamoru_wrap{
background-color: #eaf3fb;
border-top: 25px solid #0761ac;
border-bottom: 25px solid #0761ac;
}
img{
    width: auto;
max-width: 100%;
}
    .sp{
        display: none;
    }

.content_inner{
    background-color: #fff;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 0 25px;
    /* position: relative; */
width: 375px;
/* margin: 0 auto; */
}
.btn_wrap{
    width: 300px;
    max-width: 100%;
    margin: 20px auto 20px;
}
.btn01{
/* border: 1px solid #444; */
border-radius: 10px;
background-color: #0761ac;
color: #fff;
font-weight: bold;
margin: 0 0 15px;
padding:7px 33px 7px 15px;
position: relative;
font-size: 1.1em;
cursor: pointer;
transition: opacity .4s ease-in-out;
}
.btn01:hover{
    opacity: 0.8;
}
.btn01::before, .btn01::after{
    background-color: #fff;
    /* color: #fff; */
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 12px;
    height: 2px;
    /* border-radius: 50%; */
    right: 19px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn01::after{
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}
.bi_active>.btn01::after{
    -webkit-transform: translate(0, -50%)  rotate(0deg);
    transform: translate(0, -50%)  rotate(0deg);
}
.btn_wrap.no_inner.now_click .btn01{
    pointer-events: none;
}
.btn_wrap.no_inner .btn01::after{
    display: none;
}
.btn_wrap.no_inner .btn01::before{
    position: absolute;
    background: none!important;
    background-color: transparent!important;
    content: "";
    vertical-align: middle;
    right: 1.3em;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
}
.link_btn{
    margin-top: 20px;
}
.link_btn a{
    font-size: 1.1em;
text-align: center;
    display: block;
    text-decoration: none;
border-radius: 10px;
background-color: #da5188;
color: #fff;
font-weight: bold;
margin: 0 0 15px;
padding:7px 33px 7px 15px;
  box-shadow: 5px 5px 0px 0px #cccccc;
  position: relative;
transition: opacity .4s ease-in-out;
}
.link_btn a:hover{
    opacity: 0.8;
}
.link_btn a::before {
    position: absolute;
    content: "";
    vertical-align: middle;
    right: 1.7em;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
}

.page-btn-list[data-layer="2"] .btn01{
    background-color: #318bd5;
}
.page-btn-list[data-layer="3"] .btn01{
    background-color: #277aab;
}
.page-btn-list[data-layer="4"] .btn01{
    background-color: #296080;
}
.page-btn-list[data-layer="5"] .btn01{
    background-color: #057eff;
}

.now_click>.btn01{
    background-color: #f9dd01!important;
    color: #333333!important;
}
.now_click>.btn01::before, .now_click>.btn01::after{
    background-color:#333333!important;
    border-color: #333333!important;
}

.content01{
background-color: #f7ff8c;
margin: 0 0 20px;
padding: 20px;
}

.btn_inner{
display: none;
margin-left: 20px;
/* background-color: #5edeff; */
/* padding: 20px; */
}
.bi_active>.btn_inner{
display: block;
}
.mamoru_head{
    padding: 25px 0 40px;
background-image: url(/assets/img/mamoru-head-bg.svg);
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
}
.mamoru_head h1{
    text-align: center;

}
.mamoru_head h1 img{
    margin: 0 auto;
}
.mamoru_head_text{
    margin: 0 0 15px;
    font-weight: bold;
text-align: center;
color: #0761ac;
    line-height: 1.4;
}
.gotext{
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    width: fit-content;
    padding: 0 45px;
}
.gotext::before, .gotext::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 1px;
    background-color: #333333;
}
.gotext::before{
    left: 0;
}
.gotext::after{
    right: 0;
}

.all-wrap{
/* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    gap: 0 2%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.sideNav{
        width: calc(50vw - 228.5px);
        max-width: 320px;
}
.sideNav_left{
    /* width: calc(50vw - 188.5px); */
    top: 0;
    height: 100%;
    position: absolute;
    left: 20px;
}
.sideNav_right{
    /* width: calc(50vw - 188.5px); */
    top: 0;
    height: 100%;
    position: absolute;
    right: 20px;
}
.sn_inner{

    /* width: calc(48% - 188.5px);
    max-width: 320px; */
}
.sn_l_inner{
        position: sticky;
    top: 20vh;
        margin: 20px 0;
    /* transform: translate(0, -50%); */
}
.sn_l_text{
    padding: 20px 25px 0;
}
.sn_l_block2{
    padding: 50px 15px 0;
}
.sn_l_link_list{
    list-style: none;
    padding: 0;
}
.sn_l_link_list li a{
    color: #333333;
}
.search_bloack{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 0px 0px 0px 10px;
    border: 1px solid #808080;
    border-radius: 5px;
        overflow: hidden;
}
.c-input__text{
    flex: 1;
    border: none;
}
.searchBtn{
    border: none;
    background: none;
    height: 30px;
    width: 30px;
}
.searchBtn img{
    width: 15px;
        margin: 0 auto;
}

.sn_r_inner{
        position: sticky;
    top: 10vh;
    margin: 20px 0;
}

.sn_r_img img{
    margin: 0 auto;
}
.fukidashi_wrap{
    border: 1px solid #808080;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 30px;
    padding: 0 0 20px;
}
.fukidashi_title{
    position: relative;
       border: 1px solid #808080;
    border-radius: 10px; 
    background-color: #fff;
    width: 80%;
    margin: -5% auto 10px;
    /* transform: translate(0, -50%); */
    padding: 5px 10px;
    text-align: center;
}
.fukidashi_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #808080;
  translate: -50% -100%;
}
.fukidashi_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10.6px 10.6px 10.6px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
.fd_active .fukidashi_title{
    background-color: #f9dd01 !important;
    border-color: #f9dd01 !important;
}
.fd_active .fukidashi_title::after, .fd_active .fukidashi_title::before{
    border-color:  transparent transparent #f9dd01 !important;
}
.fukidashi_wrap.fd_active{
 border-color: #f9dd01 !important;
}
.fukidashi_scroll{
padding: 0 20px 0;
position: relative;
    max-height: 60vh;
    overflow-y: auto;
}
.swipe-icon{
    position: absolute;
    bottom: 0;
        left: 50%;
    transform: translate(-50%, 0);
}
.swipe-icon img{
    width: 45px;
    height: 45px;
}
.page-text + .page-img{
    margin-top: 50px;
}

.page-text + .link_btn{
    margin-top: 30px;
}
/* .page-text:not(:last-child){
    margin-bottom: 50px;
} */

.modal-img{
    position: relative;
    cursor: pointer;
}
.modal-img::after{
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
.modal-img:hover::after{
    opacity: 0.1;
}
.modal-img::before{
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: 0;
    right: 0;
    background-image: url(/assets/img/zoom.svg);
    background-size: contain;
    box-shadow: -1px 1px 6px 0px rgb(0 0 0 / 40%);
    border-radius: 5px;
}
#modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#modal img {
  max-width: 90%;
  max-height: 90%;
}
#close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.search_output{
        padding: 20px 20px;
}
.result-item-title{
    position: relative;
    border: 1px solid #808080;
    border-radius: 10px;
    background-color: #fff;
    width: 90%;
    margin: -5% auto 10px;
    /* transform: translate(0, -50%); */
    padding: 5px 10px;
    text-align: center;
}
.result-item{
    position: relative;
    border: 1px solid #808080;
    border-radius: 20px;
    padding: 0 20px 20px;
    margin-top: 40px;
}
@media (width > 1023px) {
    .swipe-icon{
        display: none!important;
    }
}

/* タブレット--------------------------------------------------
-------------------------------------------------- */
@media (width <= 1023px) {
    .all-wrap{
       padding: 0;
    }
    .content_inner{
        margin: 0;
    }
    .sideNav_left{
        position: inherit;
        width: auto;
        max-width: none;
    }
    .sn_l_inner{
        margin: 0;
    }
    .sideNav_right{
        width: 45%;
        right: auto;
        left: 50%;
        max-width: none;
    }
    .sn_l_block2{
        padding: 20px 0;
    }
    .sn_l_img{
        display: none;
    }
    .sn_l_text{
        display: none;
    }
    .sn_l_link_list{
        padding: 10px 10px;
        background-color: #f9dd01;
    }
}

/* SP--------------------------------------------------
-------------------------------------------------- */
@media (width <= 767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    body{
        background-color: inherit;
    }

    .mamoru_head{
        padding: 60px 0 40px;
    }

    .content_inner{
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        position: relative;
        /* height: 100vh; */
    }
    .sideNav_right{
        width: 100%;
        position: sticky;
        top: auto;
        bottom: 0;
        left: auto;
        right: auto;
        height: auto;
    }
    .sideNav_left{
        width: 100%;
        position: inherit;
        top: auto;
        bottom: 0;
        left: auto;
        height: auto;
    }
    .sideNav_right .sn_r_inner{
        padding: 40px 40px 20px;
        background-color: #eaf3fb;
        box-shadow: 0px -5px 16px 1px rgb(0 0 0 / 19%);
        border-radius: 25px 25px 0 0;
        position: relative;
        top: 0;
    }
    .sn_r_inner{
        margin: 0;
    }
    .btnClose{
    position: absolute;
    content: "";
    vertical-align: middle;
        right: 0;
        top: 0px;
        width: 80px;
        height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 4px solid #0761ac;
    border-right: 4px solid #0761ac;
        transform-origin: center;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
-webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out; */
    }
    .btnClose.fukidashi_open::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    }
    .btnClose::before{
        content: "";
        display: block;
    width: 17px;
    height: 17px;
    border-bottom: 4px solid #0761ac;
    border-right: 4px solid #0761ac;
        transform-origin: center;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
-webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    }

    .fukidashi_scroll{
    max-height: 30vh;
    overflow-y: auto;
    }
    .sn_r_img{
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .sn_l_block2{
        padding: 0 0;
        position: relative;
    } 
    .sn_l_block2::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 10px;
        width: 95px;
        height: 142px;
        background-image: url(/assets/img/mamoru-sp.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    .sn_l_link_list{
        padding: 20px 10px;
    }
    .sn_l_link_list>li{
    width: 300px;
    max-width: 100%;
    margin: 0 auto 0;
    }

    .search_bloack{
            width: 300px;
    max-width: 100%;
    margin: 20px auto 40px;
    }
}