@charset "UTF-8";

/*
========================================
reset and share
========================================
*/
/* pc */
@media(min-width:741px){
  /* #main,
  #contents{
    width: 100%;
  }
  #contents{
    float: none;
  } */
  #main .no-link{
    pointer-events: none;
    color: #444 !important;
  }
}
/* sp */
@media(max-width:740px){
  #main .no-link{
    pointer-events: none;
    color: #444 !important;
  }
}



/*
==================================
all
==================================
*/
/* pc */
@media(min-width:741px){
  .article-body img{
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .sp,
  .spi {
    display: none !important;
  }
}
/* sp */
@media(max-width:740px){
  .article-body img{
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .pc {
    display: none !important;
  }
}



/*
==================================
記事本文
==================================
*/
/* pc */
@media(min-width:741px){
  .block img{
    width: 600px;
    min-height: 367px;
    margin: 0 auto 12px;
  }
  /* .block img:nth-of-type(2){
    margin-bottom: 0;
  } */
  .img_ttl{
    font-size: 12px;
    color: #6E6E6E;
    width: 600px;
    margin: 0 auto;
    display: block;
    line-height: 20px;
  }
  .txt-bold{
    font-weight: bold !important;
  }
}
/* sp */
@media(max-width:740px){
  .block img{
    margin-bottom: 12px;
  }
  .img_ttl{
    font-size: 12px;
    color: #6E6E6E;
    display: block;
    line-height: 20px;
  }
  .txt-bold{
    font-weight: bold !important;
  }
}



/*
==================================
cont
==================================
*/
/* pc */
@media(min-width:741px){
  .cont{
    margin-bottom: 40px;
  }
  .cont--last{
    margin-bottom: 120px;
  }

  .cont select::-ms-expand {
    display: none;
  }

  .cont__note{
    font-size: 16px;
    margin-top: 40px;
  }
}
/* sp */
@media(max-width:740px){
  .cont{
    margin-bottom: 40px;
  }
  .cont--last{
    margin-bottom: 65px;
  }

  .cont__note{
    font-size: 16px;
    margin-top: 40px;
  }
}



/*
==================================
cont-head
==================================
*/
/* pc */
@media(min-width:741px){
  .cont-head {
    background-color: #0070CB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 29px 0 23px;
  }
  .cont-head__tag {
    background-color: #fff;
    border-radius: 30px;
    color: #0070CB;
    width: 190px;
    display: block;
    margin: 0 auto 7px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  #page_juken #articles h2.cont-head__ttl {
    margin: 0;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
  }
}
/* sp */
@media(max-width:740px){
  .cont-head {
    background-color: #0070CB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 0 20px;
  }
  .cont-head__tag {
    background-color: #fff;
    border-radius: 30px;
    color: #0070CB;
    width: 190px;
    display: block;
    margin: 0 auto 7px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  #page_juken #articles h2.cont-head__ttl {
    margin: 0;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
  }
}



/*
==================================
cont-main
==================================
*/
/* pc */
@media(min-width:741px){
  .cont-main {
    background-color: #F8F8F8;
    border: 2px solid #0070CB;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 33px 0 0;
  }
  .cont-main__txt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 36px;
  }
  .cont-main__col1 {
    text-align: center;
    margin: 0 auto 36px;
    position: relative;
    padding-right: 14px;
    width: 170px;
  }
  .cont-main__col1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C6C6C6;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cont-main__col1::after{
    content: "";
    background-image: url(/special/berd/_shared/img/icon_pulldown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 3px;
  }
  .cont-main__col2 {
    text-align: center;
    margin-bottom: 36px;
  }
  .cont-main__col2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-main__col2-item-inner{
    position: relative;
    padding-right: 14px;
  }
  .cont-main__col2-item-inner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C6C6C6;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cont-main__col2-item-inner::after{
    content: "";
    background-image: url(/special/berd/_shared/img/icon_pulldown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 3px;
  }
  .cont-main__col2-item-inner:not(:last-of-type) {
    margin-right: 50px;
  }
  .cont-main__col2-item-unit{
    position: relative;
  }
  .cont-main__select:not(:last-of-type){
    margin-right: 18px;
  }
  .cont-main__select-dot{
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #0070CB;
  }

  .cont-main__ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .cont-main__subttl {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .cont-main__select{
    border: none;
    background-color: transparent;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: #CECECE;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    line-height: 1.2;
  }
  .cont-main__select:focus-visible{
    outline: none;
  }
  .cont-main__col1 .cont-main__select{
    font-size: 28px;
  }
  .cont-main__select option {
    font-size: 16px;
    font-weight: normal;
    color: #000;
  }

  .cont-main__btn-check {
    display: block;
    border: none;
    margin: 0 auto 10px;
    padding: 5px 0;
    width: 240px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #676767;
    border-radius: 30px;
  }
  .cont-main__btn-reset {
    display: block;
    border: none;
    margin: 0 auto 30px;
    background-color: transparent;
    color: #0070CB;
    font-size: 12px;
  }
  .cont-main__btn-check:hover,
  .cont-main__btn-reset:hover{
    opacity: 0.8;
  }
}

/* sp */
@media(max-width:740px){
  .cont-main {
    background-color: #F8F8F8;
    border: 2px solid #0070CB;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 0 0;
  }
  .cont-main__txt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 36px;
  }
  .cont-main__col1 {
    text-align: center;
    margin: 0 auto 36px;
    position: relative;
    padding-right: 14px;
    width: 170px;
  }
  .cont-main__col1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C6C6C6;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cont-main__col1::after{
    content: "";
    background-image: url(/special/berd/_shared/img/icon_pulldown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 3px;
  }
  .cont-main__col2 {
    text-align: center;
    margin-bottom: 36px;
  }
  .cont-main__col2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-main__col2-item-inner{
    position: relative;
    padding-right: 14px;
  }
  .cont-main__col2-item-inner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C6C6C6;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cont-main__col2-item-inner::after{
    content: "";
    background-image: url(/special/berd/_shared/img/icon_pulldown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 3px;
  }
  .cont-main__col2-item-inner:not(:last-of-type) {
    margin-right: 15px;
  }
  .cont-main__col2-item-unit{
    position: relative;
    display: flex;
  }
  .cont-main__select:not(:last-of-type){
    margin-right: 18px;
  }
  .cont-main__select-dot{
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #0070CB;
  }

  .cont-main__ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .cont-main__subttl {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .cont-main__select{
    border: none;
    background-color: transparent;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: #CECECE;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    line-height: 1;
    padding: 0;
  }
  .cont-main__select:focus-visible{
    outline: none;
  }
  .cont-main__col1 .cont-main__select{
    font-size: 28px;
  }
  .cont-main__col2 .cont-main__select{
    max-width: 52px;
  }
  .cont-main__select option {
    font-size: 16px;
    font-weight: normal;
    color: #000;
  }

  .cont-main__btn-check {
    display: block;
    border: none;
    margin: 0 auto 10px;
    padding: 5px 0;
    width: 240px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #676767;
    border-radius: 30px;
  }
  .cont-main__btn-reset {
    display: block;
    border: none;
    margin: 0 auto 30px;
    background-color: transparent;
    color: #0070CB;
    font-size: 12px;
  }
  .cont-main__btn-check:hover,
  .cont-main__btn-reset:hover{
    opacity: 0.8;
  }
}



/*
==================================
cont-main__result
==================================
*/
/* pc */
@media(min-width:741px){
  .cont-main__result{
    display: none;
    background-color: #E5F0FA;
    text-align: center;
    padding: 30px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .cont-main__result.is-active{
    display: block;
  }

  .cont-main__result-ttl{
    font-size: 20px;
    font-weight: bold;
  }
  .cont-main__result-box{
    padding: 4px 0;
  }
  .cont-main__result-box:not(:last-of-type){
    margin-bottom: 48px;
    position: relative;
  }
  .cont-main__result-box:not(:last-of-type)::after{
    content: "";
    width: 460px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .cont-main__result-box-txt{
    font-size: 16px;
    font-weight: bold;
    color: #0070CB;
    position: relative;
  }
  .cont-main__result-box-txt--big{
    font-size: 20px;
  }
  .cont-main__result-box-subtxt{
    font-size: 14px;
    margin-top: 5px;
  }

  .cont-main__result-box-txt::before,
  .cont-main__result-box-txt::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-main__result-box-txt::before{
    background-image: url(/special/berd/_shared/img/bg_result_txt_left.svg);
  }
  .cont-main__result-box-txt::after{
    background-image: url(/special/berd/_shared/img/bg_result_txt_right.svg);
  }


  .cont-main__result-box:nth-of-type(1) .cont-main__result-box-txt::before{
    left: calc(50% - 170px);
  }
  .cont-main__result-box:nth-of-type(1) .cont-main__result-box-txt::after{
    right: calc(50% - 170px);
  }
  .cont-main__result-box:nth-of-type(2) .cont-main__result-box-txt::before{
    left: calc(50% - 190px);
  }
  .cont-main__result-box:nth-of-type(2) .cont-main__result-box-txt::after{
    right: calc(50% - 190px);
  }
  .cont-main__result-box:nth-of-type(3) .cont-main__result-box-txt::before{
    left: calc(50% - 170px);
  }
  .cont-main__result-box:nth-of-type(3) .cont-main__result-box-txt::after{
    right: calc(50% - 170px);
  }
}
/* sp */
@media(max-width:740px){
  .cont-main__result{
    display: none;
    background-color: #E5F0FA;
    text-align: center;
    padding: 30px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .cont-main__result.is-active{
    display: block;
  }

  .cont-main__result-ttl{
    font-size: 20px;
    font-weight: bold;
  }
  .cont-main__result-box{
    padding: 4px 0;
  }
  .cont-main__result-box:not(:last-of-type){
    margin-bottom: 48px;
    position: relative;
  }
  .cont-main__result-box:not(:last-of-type)::after{
    content: "";
    width: 300px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .cont-main__result-box-txt{
    font-size: 16px;
    font-weight: bold;
    color: #0070CB;
    position: relative;
  }
  .cont-main__result-box-txt--big{
    font-size: 20px;
  }
  .cont-main__result-box-subtxt{
    font-size: 14px;
    margin-top: 20px;
  }

  .cont-main__result-box-txt::before,
  .cont-main__result-box-txt::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont-main__result-box-txt::before{
    background-image: url(/special/berd/_shared/img/bg_result_txt_left.svg);
  }
  .cont-main__result-box-txt::after{
    background-image: url(/special/berd/_shared/img/bg_result_txt_right.svg);
  }


  .cont-main__result-box:nth-of-type(1) .cont-main__result-box-txt::before{
    left: calc(50% - 140px);
  }
  .cont-main__result-box:nth-of-type(1) .cont-main__result-box-txt::after{
    right: calc(50% - 140px);
  }
  .cont-main__result-box:nth-of-type(2) .cont-main__result-box-txt::before{
    left: calc(50% - 138px);
    background-image: url(/special/berd/_shared/img/bg_result_txt_left_2col.svg);
    height: 71px;
  }
  .cont-main__result-box:nth-of-type(2) .cont-main__result-box-txt::after{
    right: calc(50% - 138px);
    background-image: url(/special/berd/_shared/img/bg_result_txt_right_2col.svg);
    height: 71px;
  }
  .cont-main__result-box:nth-of-type(3) .cont-main__result-box-txt::before{
    left: calc(50% - 96px);
    background-image: url(/special/berd/_shared/img/bg_result_txt_left_2col.svg);
    height: 71px;
  }
  .cont-main__result-box:nth-of-type(3) .cont-main__result-box-txt::after{
    right: calc(50% - 96px);
    background-image: url(/special/berd/_shared/img/bg_result_txt_right_2col.svg);
    height: 71px;
  }
}