@charset "UTF-8";

/*
==================================
g-nav_overwrite
==================================
*/
/* pc */
@media(min-width:741px){
  .g-navi__items:nth-of-type(2) {
    margin-right: 34px;
    width: 34%;
  }
  .g-navi__button-txt {
    margin-top: 25px;
  }
}
/* sp */
@media(max-width:740px){
  
}


/*
========================================
kv
========================================
*/
/* pc */
@media(min-width:741px){
  .kv{
    position: relative;
    width: 100%;
    background: #4C78C4;
  }
  .kv-wave {
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/kv-bg-pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    height: 120%;
    width: 102vw;
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .kv-inner{
    margin: auto;
    padding-top: 45px;
    max-width: 794px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .kv-inner::before,
  .kv-inner::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    top: 45px;
    position: absolute;
  }
  .kv-inner::before{
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/kv-star-pc-left.svg);
    left: -200px;
    width: 112px;
    height: 342px;
  }
  .kv-inner::after{
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/kv-star-pc-right.svg);
    right: -200px;
    width: 131px;
    height: 338px;
  }
  .kv__ttl,
  .kv__txt{
    text-align: center;
    color: #fff;
  }
  .kv__ttl{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .kv__ttl-sub{
    font-size: 28px;
    display: block;
  }
  .kv__ttl-sub--yellow{
    color: #FFF253;
  }
  .kv__txt{
    font-size: 16px;
    font-weight: 400;
  }
  .kv__ankers{
    padding: 35px 0px;
    margin: 35px auto 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kv__ankers::before{
    content: "";
    background-color: #ddd;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kv__ankers-item{
    border-radius: 15px;
    background-color: #fff;
    padding: 18px 26px;
    position: relative;
    padding-right: 35px;
    color: #203C99 !important;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-shadow: 3px 6px 6px #333;
            box-shadow: 3px 6px 6px #333;
    width: 252px;
    position: relative;
  }
  .kv__ankers-item:hover,
  .kv__ankers-item:focus,
  .kv__ankers-item:active {
    opacity: 0.8;
  }
  .kv__ankers-item::before{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/arrow-navy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kv__ankers-item.kv__ankers-item--centering{
    text-align: center;
    padding-right: 26px;
  }
}
/* sp */
@media(max-width:740px){
  .kv{
    position: relative;
    width: 100%;
    background: #4C78C4;
  }
  .kv-wave {
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702//kv-bg-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    height: 100%;
    width: 100vw;
    bottom: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .kv-inner{
    margin: auto;
    padding-top: 25px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .kv-inner::before{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/kv-star-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 354px;
    max-height: 104px;
    width: 94.4vw;
    height: 27.73vw;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kv__ttl,
  .kv__txt{
    text-align: center;
    color: #fff;
  }
  .kv__ttl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  .kv__ttl-sub{
    font-size: 13px;
    display: block;
  }
  .kv__ttl-sub--yellow{
    color: #FFF253;
  }
  .kv__txt{
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    max-width: 350px;
    margin:auto;
    text-align: left;
  }
  .kv__ankers{
    margin: 24px auto 0px;
    width: 95%;
    max-width: 270px;
  }
  .kv__ankers-item{
    border-radius: 8px;
    background-color: #fff;
    padding: 13px 0px;
    position: relative;
    color: #203C99 !important;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 3px 6px 6px #333;
            box-shadow: 3px 6px 6px #333;
    width: 100%;
    text-align: center;
    display: block;
  }
  .kv__ankers-item:hover,
  .kv__ankers-item:focus,
  .kv__ankers-item:active {
    opacity: 0.8;
  }
  .kv__ankers-item::before{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/arrow-navy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kv__ankers-item:not(:last-of-type){
    margin-bottom: 13px;
  }
}

/*
========================================
sec
========================================
*/
/* pc */
@media(min-width:741px){
  .sec-area{
    background-color: #EEF5FF;
    text-align: center;
    padding: 100px 0px 180px;
  }
  .sec:not(:last-of-type){
    margin-bottom: 100px;
  }
  .sec__ttl{
    padding-top: 30px;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    border-bottom: 3px solid #203C99;
    color: #203C99;
    min-width: 302px;
    display: inline-block;
    margin: 0px auto 40px;
  }
}
/* sp */
@media(max-width:740px){
  .sec-area{
    background-color: #EEF5FF;
    text-align: center;
    padding: 100px 0px 80px;
  }
  .sec:not(:last-of-type){
    margin-bottom: 100px;
  }
  .sec__ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 2px solid #203C99;
    color: #203C99;
    min-width: 160px;
    display: inline-block;
    margin: 0px auto 30px;
    margin-bottom: 25px;
  }

}
/*
========================================
sec__temps
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__temps{
    max-width: 960px;
    width: 100%;
    margin:auto;
  }
  .sec__temps,
  .sec__temps .acc-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec__temps-item{
    margin-bottom: 30px;
  }
  .sec__temps-item.sec__temps-item--min{
    width: 425px;
  }
  .sec__temps-item.sec__temps-item--max,
  .sec__temps-item.sec__temps-item--max{
    width: 300px;
    margin-right: 30px;
  }
  .sec__temps-item.sec__temps-item--min:nth-of-type(4n),
  .sec__temps:nth-of-type(2) .sec__temps-item.sec__temps-item--max:last-of-type{
    margin-right: 0px;
  }
  .sec__temps:nth-of-type(2) .sec__temps-item.sec__temps-item--max:first-of-type{
    margin-right: 30px;
  }
  .sec__temps-item:nth-of-type(2n-1){
    margin-right: 100px;
  }

  .sec__temps-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }

  .sec__temps-imgarea{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .sec__temps-imgarea picture:hover,
  .sec__temps-imgarea picture:focus,
  .sec__temps-imgarea picture:active {
    opacity: 0.8;
  }
  .sec__temps-imgarea picture{
    position: relative;
  }
  .sec__temps-imgarea picture::before{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/temp-search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    bottom: 0px;
  }
  .sec__temps-imgarea picture:nth-of-type(1) {
    margin-right: 32px;
  }
  .sec__temp-img{
    width: 100%;
    box-shadow: 0px 3px 6px rgba(204, 143, 143, 0.16);
  }
}
/* sp */
@media(max-width:740px){
  .sec__temps{
    width: 100%;
    max-width: 305px;
    margin:auto;
  }
  .sec__temps,
  .sec__temps .acc-content{
    max-width: 390px;
    margin:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec__temps-item{
    margin-bottom: 30px;
  }
  .sec__temps-item.sec__temps-item--min{
    width: 345px;
  }
  .sec__temps-item.sec__temps-item--max{
    width: 190px;
    margin-right: 0px;
  }

  .sec__temps-ttl {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
  }

  .sec__temps-imgarea{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .sec__temps-imgarea picture:hover,
  .sec__temps-imgarea picture:focus,
  .sec__temps-imgarea picture:active {
    opacity: 0.8;
  }

  .sec__temps-imgarea picture{
    position: relative;
  }
  .sec__temps-imgarea picture::before{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/template/_assets/img/210702/temp-search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
  }
  .sec__temps-imgarea picture:nth-of-type(1) {
    margin-right: 26px;
  }
  .sec__temp-img{
    width: 100%;
  }

}

/*
========================================
sec__categories
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__categories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0px;
    width: 100%;
  }
  .sec__categories-name{
    color: #515151;
    margin-right: 10px;
  }
  .sec__categories-content{
    border-radius: 20px;
    border: 1px solid #229BFD;
    color: #229BFD;
    padding: 3px 10px;
    background-color: #fff;
    text-align: center;
  }
  .sec__categories-content:not(:first-of-type) {
    margin-left: 5px;
  }
}
/* sp */
@media(max-width:740px){
  .sec__categories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 10px;
    font-weight: 400;
    margin: 10px 0px;
    width: 100%;
  }
  .sec__categories-name{
    color: #515151;
    margin-right: 5px;
  }
  .sec__categories-content{
    border-radius: 20px;
    border: 1px solid #229BFD;
    color: #229BFD;
    padding: 3px 12px;
    background-color: #fff;
    text-align: center;
  }
  .sec__categories-content:not(:first-of-type) {
    margin-left: 5px;
  }
}

/*
========================================
acc-btn
========================================
*/
/* pc */
@media(min-width:741px){
}
/* sp */
@media(max-width:740px){
  .acc-btn{
    border: none;
    outline: none;
    background: none;
    width: 100%;
    max-width: 375px;
    padding: 0;
    display: flex;
    align-items: center;
    margin:auto;
    color: #203C99;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .acc-btn span{
    display: block;
    margin:auto;
    padding-right: 10px;
  }
  .acc-btn svg{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
  }
  .acc-btn.is-active svg {
    transform: translateY(-50%) rotate(180deg);
  }
  .acc-content{
    display: none !important;
  }
  .acc-content.is-active{
    display: block !important;
  }
}
@media(max-width:360px){
  .acc-btn{
    font-size: 11px;
  }
  .acc-btn svg{
    width: 18px;
    height: 18px;
  }
}

/*
========================================
modal
========================================
*/
/* pc */
@media(min-width:741px){
  .modal{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .modal.is-active{
    opacity: 1;
    visibility: visible;
  }
  .modal-bg{
    background-color: #203C99;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-content{
    width: 860px;
    height: 95vh;
    max-height: 840px;
    background-color: #fff;
    border-radius: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .modal-bg,
  .modal-close{
    cursor: pointer;
  }
  .modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  .modal-close svg {
    width: 22px !important;
    height: 22px !important;
  }
  .modal__tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .modal__tags > li{
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
    border-radius: 20px;
    color: #0070CB;
    border: #0070CB 1px solid ;
  }
  .modal__tags > li:not(:last-of-type){
    margin-right: 15px;
  }
  .modal__main{
    padding-bottom: 80px;
  }
  .modal__slider{
    width: 431px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .modal__slider-item{
    width: 100% !important;
    text-align: center;
  }
  .is-column .modal__slider-item{
    height: 330px;
  }
  .is-low .modal__slider-item{
    height: 290px;
  }
  .modal__slider-img{
    height: 100%;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.3);
            box-shadow: 0 0px 8px rgba(0,0,0,0.3);
  }
  .modal__main-txtarea{
    position: relative;
  }
  .swiper-pagination{
    bottom: -3px !important;
  }
  .swiper-pagination-bullet{
    background: #999;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(32, 60, 154, 0.44);
  }
  .modal__main-ttl{
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  .modal__main-list > li{
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal__main-list > li::before{
    content: "";
    background-color: rgba(32, 60, 154, 0.44);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .modal__main-btn{
    width: 252px;
    padding: 18px 0px;
    background-color: #203C99;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff !important;
    text-align:center;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
  }
  .modal__main-btn:hover,
  .modal__main-btn:focus,
  .modal__main-btn:active {
    background-color: #fff;
    color: #203C99 !important;
  }
}
/* sp */
@media(max-width:740px){
  .modal{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .modal.is-active{
    opacity: 1;
    visibility: visible;
  }
  .modal-bg{
    background-color: #203C99;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-content{
    max-width: 345px;
    width: 92vw;
    height: 90vh;
    background-color: #fff;
    border-radius: 20px;
    overflow: auto;
    padding: 30px 25px 105px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .modal-content-wrap{
    position: relative;
  }
  .modal-bg,
  .modal-close{
    cursor: pointer;
  }
  .modal-close{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #203C99;
    font-size: 16px;
  }
  .modal-close svg {
    width: 15px !important;
    height: 15px !important;
    margin-right: 10px;
  }
  .modal__tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
  }
  .modal__tags > li{
    font-size: 10px;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
    border-radius: 20px;
    color: #0070CB;
    border: #0070CB 1px solid ;
    margin-bottom: 10px;
  }
  .modal__tags > li:not(:last-of-type){
    margin-right: 6px;
  }
  .modal__main{
    margin-bottom: 17px;
  }
  .modal__slider{
    /* max-width: 244px; */
    width: 100% !important;
    margin: 0px auto 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
  }
  .modal__slider-item{
    width: 100% !important;
    /* height: 60vw !important; */

    /* overflow: hidden; */
    text-align: center;
    padding: 5px;
  }
  .is-low .modal__slider-item {
    height: 50.33vw;
  }
  .is-column .modal__slider-item {
    height: 111.33vw;
  }
  .modal__slider-img{
    width: 100%;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.3);
            box-shadow: 0 0px 8px rgba(0,0,0,0.3);
  }
  .is-low .modal__slider-img{
    height: 100%;
  }
  .swiper-pagination{
    bottom: -3px !important;
  }
  .swiper-pagination-bullet{
    background: #999;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(32, 60, 154, 0.44);
  }
  .modal__main-txtarea{
    width: 100%;
  }

  .modal__main-ttl{
    font-size: 15px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 9px;
    text-align: center;
  }
  .modal__main-list > li{
    font-size: 11.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 265px;
    margin:auto;
  }
  .modal__main-list > li::before{
    content: "";
    background-color: rgba(32, 60, 154, 0.44);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .modal__main-btn{
    max-width: 250px;
    width: 66.67vw;
    display: block;
    margin: 13px auto 0px;
    padding: 9px 0px 10px;
    background-color: #203C99;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #fff !important;
    text-align:center;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
  }
  .modal__main-btn:hover,
  .modal__main-btn:focus,
  .modal__main-btn:active {
    background-color: #fff;
    color: #203C99 !important;
  }
}
/*
========================================
modal__common
========================================
*/
/* pc */
@media(min-width:741px){
  .modal__common{
    background-color: #EDF1F7;
    max-width: 760px;
    width: 100%;
    padding: 45px 60px 25px;
    margin: 30px auto 50px;
  }
  .modal__common-unit{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
  .moda__common-ttl{
    font-size: 21px;
    font-weight: bold;
    line-height: 53px;
    text-align: center;
  }
  .moda__common-img{
    width: 220px;
    height: 130px;
    margin-right: 20px;
  }
  .modal__common-txt{
    font-size: 14px;
    margin-bottom: 18px;
  }
  .modal__common-weak{
    font-size: 12px;
    color: #515151;
    padding-left: 1em;
    text-indent: -1em;
  }
  .modal__common-weak::before {
    content: "※";
  }
  .modal__common-btn{
    padding: 23px 0px 26px;
    margin:auto;
    border-radius: 15px;
    width: 543px;
    display: block;
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  }
  .modal__common-btn:hover,
  .modal__common-btn:focus,
  .modal__common-btn:active {
    background-color: #203C99;
  }
  .modal__common-sub,
  .modal__common-main{
    display: block;
  }
  .modal__common-sub{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    color: #515151;
  }
  .modal__common-btn:hover .modal__common-sub,
  .modal__common-btn:focus .modal__common-sub,
  .modal__common-btn:active .modal__common-sub {
    color: #fff;
  }
  .modal__common-main{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #203C99;
  }
  .modal__common-btn:hover .modal__common-main,
  .modal__common-btn:focus .modal__common-main,
  .modal__common-btn:active .modal__common-main {
    color: #fff;
  }
  .modal__common-btn svg{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal__common-btn:hover path,
  .modal__common-btn:focus path,
  .modal__common-btn:active path {
    stroke: #fff;
  }
  .modal__common-PR{
    position: absolute;
    font-size: 10px;
    color: #FFF;
    background-color: #A7A7A7;
    padding: 0px 3px;
    left: 147px;
    top: 27px;
  }
}
/* sp */
@media(max-width:740px){
  .modal__common{
    background-color: #EDF1F7;
    width: 100%;
    padding: 20px;
  }
  .modal__common-unit{
    width: 100%;
    margin-bottom: 24px;
  }
  .moda__common-ttl{
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
  }
  .moda__common-img{
    width: 100%;
    max-width: 285px;
    display: block;
    margin: 12px auto;
  }
  .modal__common-txt{
    font-size: 12px;
    margin-bottom: 1em;
  }
  .modal__common-weak{
    font-size: 10px;
    color: #515151;
    padding-left: 1em;
    text-indent: -1em;
  }
  .modal__common-weak::before {
    content: "※";
  }
  .modal__common-btn{
    padding: 13px 0px;
    margin:auto;
    border-radius: 15px;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  }
  .modal__common-btn:hover,
  .modal__common-btn:focus,
  .modal__common-btn:active {
    background-color: #203C99;
  }
  .modal__common-sub,
  .modal__common-main{
    display: block;
  }
  .modal__common-sub{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    color: #515151;
  }
  .modal__common-btn:hover .modal__common-sub,
  .modal__common-btn:focus .modal__common-sub,
  .modal__common-btn:active .modal__common-sub {
    color: #fff;
  }
  .modal__common-main{
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #203C99;
  }
  .modal__common-btn:hover .modal__common-main,
  .modal__common-btn:focus .modal__common-main,
  .modal__common-btn:active .modal__common-main {
    color: #fff;
  }
  .modal__common-btn svg{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 23px;
  }
  .modal__common-btn:hover path,
  .modal__common-btn:focus path,
  .modal__common-btn:active path {
    stroke: #fff;
  }
  .modal__common-PR{
    position: absolute;
    font-size: 10px;
    color: #FFF;
    background-color: #A7A7A7;
    padding: 0px 3px;
    left: 10px;
    top: 31px;
  }
}
@media(max-width:320px){
  .modal__common-main{
    font-size: 13px;
  }
  .modal__common-btn svg{
    width: 10px;
    height: 18px;
  }
}