@charset "UTF-8";

/*
==================================
all
==================================
*/
/* pc */
@media(min-width:741px){
  .article-body a:hover{
    opacity: 0.8;
  }
}
/* sp */
@media(max-width:740px){
  
}




/*
==================================
top
==================================
*/
/* pc */
@media(min-width:741px){
  .top{
    margin-bottom: 60px;
  }
  .top__ttl{
    text-align: center;
    margin-bottom: 20px;
  }
  .top__ttl-sub{
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3em;
  }
  .top__ttl-main{
    display: block;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3em;
  }
  .top__lead{
    margin-bottom: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .top__slider-outer{
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
  }
  .top__slider{
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 40vw;
    max-height: 230px;
    min-height: 163px;
    max-width: 960px;
    margin: 0 auto;
  }
  .top__slider-item{
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top__slider-item-img{
    display: inline;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .top__slider-item-img--horizon{
    width: 230px;
  }
  .top__slider-item-img--vertical{
    width: 163px;
  }
  /* .top__slider-outer .swiper-button-prev,
  .top__slider-outer .swiper-button-next {
    width: 18px;
    height: 33px;
  }
  .top__slider-outer .swiper-button-prev:after,
  .top__slider-outer .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 33px;
  }
  .top__slider-outer .swiper-button-prev:after {
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/template/_assets/img/icon_arrow_left_blue.svg);
  }
  .top__slider-outer .swiper-button-next:after {
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/template/_assets/img/icon_arrow_right_blue.svg);
  } */
  .top__slider-inr.swiper-wrapper {
    transition-timing-function: ease;
  }
}
/* sp */
@media(max-width:740px){
  .top{
    margin-bottom: 40px;
  }
  .top__ttl{
    text-align: center;
    margin-bottom: 10px;
  }
  .top__ttl-sub{
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 1.3em;
  }
  .top__ttl-main{
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
  }
  .top__lead{
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
  }

  .top__slider-outer{
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .top__slider{
    position: relative;
    overflow: hidden;
    padding: 0;
    max-height: 185px;
    min-height: 130px;
    width: 100%;
    margin: 0 auto;
  }
  .top__slider-inr{
    align-items: center;
  }
  .top__slider-item{
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top__slider-item-img{
    display: inline;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
  .top__slider-item-img--horizon{
    width: 185px;
    min-width: 185px;
  }
  .top__slider-item-img--vertical{
    width: 130px;
    min-width: 130px;
  }
  .top__slider-inr.swiper-wrapper {
    transition-timing-function: ease;
  }
}




/*
==================================
anchor
==================================
*/
/* pc */
@media(min-width:741px){
  .anc{
    margin-bottom: 40px;
  }
  .anc__list{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .anc__list-item{
    width: 14%;
    max-width: 114px;
  }
  .anc__list-item:not(:last-of-type){
    margin-right: 30px;
  }
  .anc__list-item-link{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0 19px;
    border-radius: 15px;
    border: 1px solid #D1EAF9;
    box-shadow: 3px 3px 0 rgba(174,215,239,1);
    position: relative;
  }
  .anc__list-item-link::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/template/_assets/img/icon_arrow_bottom_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 9px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 8px;
  }
}
/* sp */
@media(max-width:740px){
  .anc{
    margin-bottom: 20px;
  }
  .anc__list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .anc__list-item{
    width: 27%;
  }
  .anc__list-item:not(:nth-of-type(3n+3)){
    margin-right: 22.5px;
  }
  .anc__list-item:nth-of-type(n+4){
    margin-top: 15px;
  }
  .anc__list-item-link{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    padding: 8px 0 19px;
    border-radius: 15px;
    border: 1px solid #D1EAF9;
    box-shadow: 3px 3px 0 rgba(174,215,239,1);
    position: relative;
    color: #333333;
  }
  .anc__list-item-link::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/template/_assets/img/icon_arrow_bottom_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.5px;
    height: 7.5px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 8px;
  }
}




/*
==================================
main
==================================
*/
/* pc */
@media(min-width:741px){
  .main{
    background-color: #EEFAFF;
    padding: 54px 0;
  }
  .main-inr{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
/* sp */
@media(max-width:740px){
  .main{
    background-color: #EEFAFF;
    padding: 35px 0;
  }
  .main-inr{
    width: 100%;
    padding: 0 15px;
  }
}




/*
==================================
sec
==================================
*/
/* pc */
@media(min-width:741px){
  .sec:not(:last-of-type){
    margin-bottom: 60px;
  }
  .sec__ttl{
    text-align: center;
    margin-bottom: 40px;
  }
  .sec__ttl-txt{
    font-size: 28px;
    font-weight: bold;
    color: #3EAAE9;
    position: relative;
  }
  .sec__ttl-txt::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #3EAAE9;
    transform: translateX(-50%);
    left: 50%;
    bottom: -5px;
  }
  /* #sec01,#sec02,#sec03,#sec04,#sec05,#sec06 {
    margin-top:-80px;
    padding-top: 80px;
  } */
  .sec__wrap-ttl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .sec__wrap-ttl:nth-of-type(n+2){
    margin-top: 60px;
  }
  .sec__wrap-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec__wrap-cont-box{
    width: calc(50% - 55px);
    max-width: 425px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec__wrap-cont-box:nth-of-type(2n){
    margin-left: 109px;
  }
  .sec__wrap-cont-box:nth-of-type(n+3){
    margin-top: 40px;
  }
  .sec__wrap-cont-box-img{
    display: block;
    position: relative;
    cursor: pointer;
  }
  .sec__wrap-cont-box-img:nth-of-type(2n+1) {
    width: 163px;
    height: 230px;
  }
  .sec__wrap-cont-box-img:nth-of-type(2n) {
    width: 230px;
    height: 163px;
  }
  .sec__wrap-cont-box-img::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/template/_assets/img/icon_popup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 5px;
    right: 6px;
  }
  .sec__wrap-cont-box-img:hover{
    opacity: 0.8;
  }
  .sec__wrap-cont-box-img-item{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    width: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .sec:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__ttl{
    text-align: center;
    margin-bottom: 30px;
  }
  .sec__ttl-txt{
    font-size: 20px;
    font-weight: bold;
    color: #3EAAE9;
    position: relative;
  }
  .sec__ttl-txt::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #3EAAE9;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
  }
  .sec__wrap-ttl{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .sec__wrap-ttl:nth-of-type(n+2){
    margin-top: 25px;
  }
  .sec__wrap-cont-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec__wrap-cont-box:nth-of-type(n+2){
    margin-top: 20px;
  }
  .sec__wrap-cont-box-img{
    display: block;
    position: relative;
    cursor: pointer;
  }
  .sec__wrap-cont-box-img:nth-of-type(2n+1) {
    width: 130px;
    height: 185px;
  }
  .sec__wrap-cont-box-img:nth-of-type(2n) {
    width: 185px;
    height: 130px;
  }
  .sec__wrap-cont-box-img::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo2022/template/_assets/img/icon_popup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 4px;
    right: 5px;
  }
  .sec__wrap-cont-box-img:hover{
    opacity: 0.8;
  }
  .sec__wrap-cont-box-img-item{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    width: 100%;
  }
}




/*
========================================
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: #71ADCF;
    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;
    -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: 100px;
  }
  .modal__slider{
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .modal__slider-item{
    text-align: center;
  }
  .is-column .modal__slider-item{
    height: 350px;
  }
  .is-low .modal__slider-item{
    height: 248px;
  }
  .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 {
    left: 50%;
    bottom: 0;
    transform: translate3d(0,0,0) translateX(-50%);
  }
  .swiper-pagination-bullet{
    background: #999;
    margin-right: 13px;
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #AED7EF;
  }
  .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: #3EAAE9;
    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 {
    background-color: #fff;
    color: #3EAAE9 !important;
  }
  .swiper-slide{
    opacity: 0.4;
  }
  .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
}
/* 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: #71ADCF;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-content{
    max-width: 345px;
    width: 92vw;
    height: 85vh;
    background-color: #fff;
    border-radius: 20px;
    overflow: auto;
    padding: 30px 25px 65px;
    -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: -50px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #3EAAE9;
    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: 31px;
  }
  .modal__slider{
    /* max-width: 244px; */
    width: 100% !important;
    margin: 0px auto 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
  }
  .modal__slider-item{
    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 {
    left: 50%;
    bottom: 0;
    transform: translate3d(0,0,0) translateX(-50%);
  }
  .swiper-pagination-bullet{
    background: #999;
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #71ADCF;
  }
  .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: #3EAAE9;
    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 {
    background-color: #fff;
    color: #3EAAE9 !important;
  }
  .swiper-slide{
    opacity: 0.4;
  }
  .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
}




/*
========================================
modal__common
========================================
*/
/* pc */
@media(min-width:741px){
  .modal__common{
    background-color: #EEFAFF;
    max-width: 760px;
    width: 100%;
    padding: 32px 76px;
    margin: 40px auto 0;
    border-radius: 10px;
  }
  .modal__common-unit{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
  .moda__common-ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
  }
  .moda__common-img{
    width: 190px;
    height: 137px;
    margin-right: 20px;
    border-radius: 10px;
  }
  .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: #F1FBFF;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .modal__common-unit{
    width: 100%;
  }
  .moda__common-ttl{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .moda__common-img{
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 12px auto;
  }
  .modal__common-txt{
    font-size: 12px;
  }
  .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;
  }
}