/*
==================================
all
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  button:hover,
  label:hover{
    opacity: 0.8;
  }
  label{
    cursor: pointer;
  }
  .main img{
    width: 100%;
  }
  section#main.cf {
    padding: 0;
  }
  .breadcrumb {
    margin: 20px 0 35px;
  }
  #articles img {
    width: auto;
    height: auto;
  }
  #articles h2 {
    font-size: 28px;
  }
  #articles h3 {
    font-size: 24px;
  }
  #contents {
    padding: 0;
  }
  #page_eigo #articles h2 {
    color: #00569F;
  }
  .kv__lead b,
  .q__lead h3 {
    color: #00569F;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .kv__lead b {
    font-size: 24px;
  }
  #page_eigo .article-tag-link {
    color: #08c;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  button:hover{
    opacity: 0.8;
  }
  label{
    cursor: pointer;
  }
  .main img{
    width: 100%;
  }
  section#main.cf {
    padding: 0;
  }
  #articles img {
    width: auto;
    height: auto;
  }
  #articles h2 {
    font-size: 28px;
  }
  #articles h3 {
    font-size: 24px;
  }
  #contents {
    padding: 0;
  }
  #recommend {
    padding: 0 15px;
  }
  #page_eigo #articles h2 {
    color: #00569F;
  }
  #recommend .item .dtl {
    padding-left: 15px;
  }
  .kv__lead b,
  .q__lead h3 {
    color: #00569F;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .kv__lead b {
    font-size: 24px;
  }
  .article-tag-list {
    padding-left: 15px;
  }
  #page_eigo .article-tag-link {
    color: #08c;
  }
  .cnt-info {
    margin-right: 15px;
    margin-top: 20px;
  }
  .article-body .article-title {
    padding: 0 15px;
  }
  .favorite__btn {
    margin: 0 15px 20px auto;
}
  .recommend-app {
    padding: 0 15px;
  }
  .app-txtarea {
    margin-left: 15px;
    margin-right: 15px;
  }
  .spi {
    display: block !important;
    padding: 0 15px;
  }
  #articles #reco-wrap {
    margin: 40px 4vw;
  }
  .recommend__list {
    padding: 0 4vw;
  }
  .pickup {
    padding: 0 4vw;
  }
  .recommend-more {
    padding: 0 4vw;
  }
}




/*
==================================
main
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  .main{
    color: #333333;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .main{
    color: #333333;
  }
}




/*
==================================
kv
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  .kv-inr{
    max-width: 833px;
    width: 100%;
    margin: 0 auto 24px;
  }
  .kv__date {
    text-align: right;
    font-size: 18px;
    color: #0067BF;
  }
  .kv__main{
    position: relative;
    max-width: 833px;
    height: 240px;
    background-image: url("/eigo/202307/_assets/img/test_bg-pc.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
  }
  .kv__main-ttl{
    position: absolute;
    top: 45px;
    left: 30px;
    font-size: 45px;
    color: #00569F;
    line-height: 1.2;
    font-weight: bold;
  }
  .kv__main-ttl-small {
    font-size: 13px;
    padding: 2px;
    color: #FFFFFF;
    background-color: #00569F;
  }
  .kv__main-ttl-medium {
    font-size: 36px;
  }
  .kv__main-lead{
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
  }
  .kv__img{
    max-width: 833px;
  }
  .kv__lead-txt {
    font-size: 18px;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .kv{
    margin-bottom: 24px;
  }
  .kv__main{
    position: relative;
    width: 100%;
    height: 417px;
    background-image: url("/eigo/202307/_assets/img/test_bg-sp.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
  }
  .kv__main-ttl{
    position: absolute;
    top: -20px;
    left: 25px;
    font-size: 54px;
    color: #00569F;
    line-height: 1.2;
    font-weight: bold;
  }
  .kv__main-ttl-small {
    font-size: 13px;
    padding: 2px;
    color: #FFFFFF;
    background-color: #00569F;
  }
  .kv__main-ttl-medium {
    font-size: 35px;
  }
  .kv__main-lead{
    font-size: 16px;
    line-height: 1.75em;
    text-align: center;
  }
  .kv__img{
    width: 100%;
    min-height: 230px;
    margin-bottom: 16px;
  }
  main img.kv__img {
    width: 100vw;
  }
  .kv__lead-txt {
    font-size: 18px;
    padding: 0 4vw;
  }

  .kv__img--test02{
    padding: 0 42px 0 31px;
  }
}




/*
==================================
q
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  .q-inr{
    max-width: 833px;
    margin: 0 auto 24px;
    padding: 40px 30px;
  }
  .q__lead {
    margin: 0 -30px 30px;
  }
  .q__ttl-txt {
    font-size: 28px;
    font-weight: bold;
    color: #144D9C;
    margin: 0 auto;
    max-width: 833px;
    border-bottom: 1px solid #144D9C;
    margin-bottom: 10px;
  }
  .q__cont {
    padding: 40px 30px;
    background-color: #F8F8F8;
    border-radius: 16px;
  }
  .q__cont:not(:last-of-type){
    margin-bottom: 60px;
  }
  .q__cont-inr {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .q__cont-figure {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .q__cont-img {
    border-radius: 10px;
  }
  .q__cont-icon{
    width: 55px;
    margin-right: 20px;
  }
  .q__cont-icon.q__cont-icon-long{
    width: 82px;
  }
  .q__cont-icon img{
    width: 100%;
  }
  .q__cont-txt{
    font-size: 20px;
    font-weight: bold;
  }
  .q__cont-check-input{
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }
  .q__cont-check-label{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 20px 20px 50px;
    border-radius: 6px;
    border: 1px solid #00569F;
    margin-bottom: 20px;
  }
  .q__cont-check-label:hover {
    background-color: #EDF9FF;
    border: 4px solid #0074D8;
    padding: 17px 17px 17px 47px;
  }
  /* .q__cont-check-input:checked .q__cont-check-label {
    background-color: #EDF9FF;
    border: 4px solid #0074D8;
    padding: 17px 17px 17px 47px;
  } */
  .q__cont-check-label:first-child::after,
  .q__cont-check-label:nth-child(2):after,
  .q__cont-check-label:last-child::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
  }
  .q__cont-check-label:first-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
  }
  .q__cont-check-label:nth-child(2):after {
    background-image: url("/eigo/202307/_assets/img/test_icon_02.svg");
  }
  .q__cont-check-label:last-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_03.svg");
  }
  .q__cont-check-label.is-active{
    background-color: #EDF9FF;
    border: 4px solid #0074D8;
    padding: 17px 17px 17px 47px;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .q {
    padding: 0 4vw;
  }
  .q-inr{
    max-width: 833px;
    margin: 0 auto 24px;
    padding: 40px 0;
  }
  .q__lead {
    margin: 0 0 30px 0;
  }
  .q__ttl-txt {
    font-size: 28px;
    font-weight: bold;
    color: #144D9C;
    margin: 0 auto 30px;
    max-width: 833px;
    border-bottom: 1px solid #144D9C;
    margin-bottom: 10px;
  }
  .q__cont {
    padding: 40px 4vw;
    background-color: #F8F8F8;
    border-radius: 16px;
  }
  .q__cont:not(:last-of-type){
    margin-bottom: 68px;
  }
  .q__cont-inr {
    display: flex;
    margin-bottom: 40px;
  }
  .q__cont-figure {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .q__cont-img {
    border-radius: 10px;
  }
  .q__cont-icon{
    margin-right: 20px;
  }
  .q__cont-icon img{
    width: 44px;
  }
  .q__cont-icon.q__cont-icon-long img{
    width: 65px;
  }
  .q__cont-txt{
    font-size: 16px;
    font-weight: bold;
  }
  .q__cont-check-input{
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }
  .q__cont-check-label{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px 20px 50px;
    border-radius: 6px;
    border: 1px solid #00569F;
    margin-bottom: 20px;
  }
  .q__cont-check-label:first-child::after,
  .q__cont-check-label:nth-child(2):after,
  .q__cont-check-label:last-child::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
  }
  .q__cont-check-label:first-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
  }
  .q__cont-check-label:nth-child(2):after {
    background-image: url("/eigo/202307/_assets/img/test_icon_02.svg");
  }
  .q__cont-check-label:last-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_03.svg");
  }
  .q__cont-check-label.is-active{
    background-color: #EDF9FF;
    border: 4px solid #0074D8;
    padding: 17px 17px 17px 47px;
  }
}

/*
==================================
btn-result:start
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  .result {
    text-align: center;
  }
  .result__txt {
    font-size: 20px;
    font-weight: bold;
    color: #00569F;
    margin-bottom: 75px;
  }
  .result.is-active .result__txt {
    margin-bottom: 15px;
  }
  .btn-result{
    width: 345px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    background-color: #C1C1C1;
    border-radius: 8px;
    color: #fff !important;
    display: block;
    pointer-events: none;
    box-sizing: border-box;
  }
  .result.is-active .btn-result {
    background-color: #EB8B1B;
    pointer-events: auto;
  }
  .btn-result::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 13px;
    background-image: url("/eigo/202307/_assets/img/test_arrow_01.svg");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .result .btn-result::before {
    content: "";
    display: inline-block;
    width: 250px;
    height: 50px;
    background-image: url("/kyouiku/hyakuninisshu/hyakuninisshu_quiz/_assets/img/result_img-top.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -80%;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 90;
  }
  .result.is-active .btn-result::before {
    display: none;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .result {
    text-align: center;
  }
  .result__txt {
    font-size: 18px;
    font-weight: bold;
    color: #00569F;
    margin-bottom: 75px;
  }
  .result.is-active .result__txt {
    margin-bottom: 15px;
  }
  .btn-result{
    width: 345px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    background-color: #C1C1C1;
    border-radius: 8px;
    color: #fff !important;
    box-shadow: 2px 3px 0px rgb(232 234 236);
    display: block;
    pointer-events: none;
    box-sizing: border-box;
  }
  .result.is-active .btn-result {
    background-color: #EB8B1B;
    pointer-events: auto;
  }
  .btn-result::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 13px;
    background-image: url("/eigo/202307/_assets/img/test_arrow_01.svg");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .btn-result::before {
    content: "";
    display: inline-block;
    width: 250px;
    height: 50px;
    background-image: url("/kyouiku/hyakuninisshu/hyakuninisshu_quiz/_assets/img/result_img-top.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -80%;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 90;
  }
  .result.is-active .btn-result::before {
    display: none;
  }
}
/*
==================================
btn-result:end
==================================
*/

/*
==================================
source:start
==================================
*/
@media (min-width: 741px) {
  .source {
    margin-bottom: 60px;
  }
}
@media (max-width: 740px) {
  .source {
    padding: 0 4vw;
    margin-bottom: 60px;
  }
}
/*
==================================
source:end
==================================
*/

/*
==================================
specialist__list:start
==================================
*/
/* pc */
@media (min-width: 741px) {
  .specialist__list {
    margin-top: 100px;
  }
  .specialist__title {
    color: #171C61;
    font-weight: bold;
    font-family: serif;
  }
  .specialist__image {
    display: block;
    max-width: 96px;
    height: 96px;
    margin-right: 14px;
    background-color: #CBCBCB;
    border-radius: 50px;
  }
  .specialist__info-name--large {
    font-weight: bold;
  }
  .specialist__info-hr {
    border-top: 2px solid #144D9C;
  }
  .specialist__info-name,
  .specialist__info-degree {
    color: #144D9C;
  }
  .specialist__info-explanation,
  .content-text {
    color: #595757;
  }
  .specialist {
    padding: 20px 37px;
    width: 100%;
    max-width: 840px;
    background-color: rgb(112, 168, 202, 0.1);
    margin: 0 auto;
  }
  .specialist__info {
    display: flex;
    align-items: center;
  }
  .specialist__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }
  .specialist__text-info {
    width: 100%;
  }
  .specialist__info {
    margin-bottom: 20px;
  }
  .specialist__info-name--large {
    font-size: 24px;
    margin-right: 15px;
  }
  .specialist__info-name--large { font-size: 20px; }
  .specialist__info-degree { font-size: 16px; font-weight: bold; }
  .specialist__info-explanation { font-size: 16px; }
  .specialist__comment {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
/* sp */
@media (max-width: 740px) {
  .specialist__list {
    margin-top: 100px;
  }
  .specialist__title {
    color: #171C61;
    font-weight: bold;
    font-family: serif;
  }
  .specialist__image {
    display: block;
    max-width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    background-color: #CBCBCB;
    border-radius: 50%;
  }
  .specialist__info-name--large {
    font-weight: bold;
  }
  .specialist__info-hr {
    border-top: 2px solid #144D9C;
  }
  .specialist__info-name,
  .specialist__info-degree {
    color: #144D9C;
  }
  .specialist__info-explanation,
  .content-text {
    color: #595757;
  }
  .specialist {
    padding: 30px 16px 32px;
    background-color: rgb(112, 168, 202, 0.1);
    width: 347px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .specialist__title {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
  }
  .specialist__info-name {
    position: relative;
    height: 40px;
  }
  .specialist__info-name--large {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .specialist__info-name--small {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .specialist__info-hr {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .specialist__info-degree {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .specialist__info-explanation { font-size: 16px; }
  .specialist__comment {
    font-size: 16px;
  }
  .specialist__comment + .specialist__comment {
    margin-top: 16px;
  }
}
/*
==================================
specialist__list:end
==================================
*/