/*
==================================
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;
  }
  a:hover {
    opacity: 0.8;
  }
  .breadcrumb {
    margin: 20px 0 35px;
  }
  #articles img {
    width: auto;
    height: auto;
  }
  #contents {
    padding: 0;
  }
  #articles h2 {
    font-size: 28px;
  }
  #articles h3 {
    font-size: 24px;
  }
  #page_eigo #articles h2 {
    color: #00569F;
  }
  .a__lead h3 {
    color: #00569F;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #page_eigo .article-tag-link {
    color: #08c;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  button:hover,
  label: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;
  }
  a:hover {
    opacity: 0.8;
  }
  #page_eigo #articles h2 {
    color: #00569F;
  }
  #recommend .item .dtl {
    padding-left: 15px;
  }
  .a__lead h3 {
    color: #00569F;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .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;
  }
}




/*
==================================
main
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  .main{
    color: #333333;
  }
  .main-inner{
    padding: 0px 0 90px;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .main{
    overflow: hidden;
  }
}

/*
==================================
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: 180px;
    background-image: url("/eigo/202307/_assets/img/test_result_bg-pc.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
  }
  .kv__main-ttl{
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 56px;
    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-lead{
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
  }
  .kv__img{
    max-width: 833px;
  }
  .kv__lead-txt {
    font-size: 18px;
  }
  .kv__main-txtarea {
    text-align: center;
    display: none;
  }
  .kv__main-txtarea-txt {
    font-size: 20px;
    font-weight: bold;
  }
  .kv__main-txtarea-txt .kv__main-txtarea-txt--medium {
    font-size: 34px;
    font-weight: bold;
  }
  .kv__main-txtarea-txt .kv__main-txtarea-txt--big {
    font-size: 70px;
    font-weight: bold;
    color: #22AF10;
  }
  .kv__main-txtarea-subtxt {
    font-size: 18px;
    font-weight: bold;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .kv{
    margin-bottom: 60px;
  }
  .kv__main{
    position: relative;
    width: 100%;
    height: 331px;
    background-image: url("/eigo/202307/_assets/img/test_result_bg-sp.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
  }
  .kv__main-ttl{
    position: absolute;
    top: 15px;
    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-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__main-txtarea {
    text-align: center;
    display: none;
    padding: 0 4vw;
  }
  .kv__main-txtarea-txt {
    font-size: 16px;
    font-weight: bold;
  }
  .kv__main-txtarea-txt .kv__main-txtarea-txt--medium {
    font-size: 30px;
    font-weight: bold;
  }
  .kv__main-txtarea-txt .kv__main-txtarea-txt--big {
    font-size: 50px;
    font-weight: bold;
    color: #22AF10;
  }
  .kv__main-txtarea-subtxt {
    font-size: 18px;
    font-weight: bold;
  }
}

/*
==================================
a
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  .a-inr{
    max-width: 833px;
    margin: 0 auto 24px;
    padding: 40px 0;
  }
  .a__lead {
    margin-bottom: 30px;
  }
  .a__ttl-txt {
    font-size: 28px;
    font-weight: bold;
    color: #144D9C;
    margin: 0 auto;
    max-width: 833px;
    border-bottom: 1px solid #144D9C;
    margin-bottom: 10px;
  }
  .a__cont {
    padding: 40px 30px;
    background-color: #F8F8F8;
    border-radius: 16px;
  }
  .a__cont.is-false {
    background-color: #FFF2F2;
  }
  .a__cont.is-true {
    background-color: #EDF7EC;
  }
  .a__cont:not(:last-of-type){
    margin-bottom: 60px;
  }
  .a__cont-inr {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .a__cont-inr {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .a__cont-figure {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .a__cont-img {
    border-radius: 10px;
  }
  .a__cont-icon{
    width: 55px;
    margin-right: 20px;
  }
  .a__cont-icon.a__cont-icon-long{
    width: 82px;
  }
  .a__cont-icon img{
    width: 100%;
  }
  .a__cont-txt{
    font-size: 20px;
    font-weight: bold;
  }
  .a__cont-ans-ttl {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #00569F;
    padding-left: 32px;
    margin-bottom: 10px;
  }
  .a__cont-ans-ttl::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 18px;
    background-image: url("/eigo/202307/_assets/img/book_icon.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .a__cont-ans-inr {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .a__cont-ans-summary {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #848484;
  }
  .a__cont-ans-summary-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #00569F;
    margin-right: 20px;
  }
  .a__cont-ans-summary-txt {
    font-size: 18px;
    font-weight: bold;
  }
  .a__cont-ans-summary-txt::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
    background-size: cover;
    background-position: center;
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    transform: translateY(25%);
    margin-right: 10px;
  }
  .a__cont-ans-summary-txt.ans-1::before {
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
  }
  .a__cont-ans-summary-txt.ans-2::before {
    background-image: url("/eigo/202307/_assets/img/test_icon_02.svg");
  }
  .a__cont-ans-summary-txt.ans-3::before {
    background-image: url("/eigo/202307/_assets/img/test_icon_03.svg");
  }
  .a__cont-ans-box-txt{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 20px 20px 50px;
    border-radius: 6px;
    border: 1px solid #00569F;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .a__cont.is-true .a__cont-ans-box-txt.selected {
    position: relative;
    border: 4px solid #22AF10;
  }
  .a__cont.is-false .a__cont-ans-box-txt.selected {
    position: relative;
    border: 4px solid #E75050;
  }
  .a__cont.is-false .a__cont-ans-box-txt.selected::before,
  .a__cont.is-true .a__cont-ans-box-txt.selected::before {
    content: "";
    display: inline-block;
    width: 126px;
    height: 60px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(-50%, -50%);
  }
  .a__cont.is-true .a__cont-ans-box-txt.selected::before {
    background-image: url("/eigo/202307/_assets/img/result_true-pc.png");
  }
  .a__cont.is-false .a__cont-ans-box-txt.selected::before {
    background-image: url("/eigo/202307/_assets/img/result_false-pc.png");
  }
  .a__cont-ans-box-txt:first-child::after,
  .a__cont-ans-box-txt:nth-child(2):after,
  .a__cont-ans-box-txt: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%);
  }
  .a__cont-ans-box-txt:first-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
  }
  .a__cont-ans-box-txt:nth-child(2):after {
    background-image: url("/eigo/202307/_assets/img/test_icon_02.svg");
  }
  .a__cont-ans-box-txt:last-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_03.svg");
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .a-inr{
    max-width: 833px;
    margin: 0 auto 24px;
    padding: 40px 4vw;
  }
  .a__lead {
    margin: 0 0 30px 0;
  }
  .a__ttl {
    padding: 0 4vw;
  }
  .a__ttl-txt {
    font-size: 28px;
    font-weight: bold;
    color: #144D9C;
    margin: 0 auto;
    max-width: 833px;
    border-bottom: 1px solid #144D9C;
    margin-bottom: 10px;
  }
  .a__cont {
    padding: 40px 4vw;
    background-color: #F8F8F8;
    border-radius: 16px;
  }
  .a__cont.is-false {
    background-color: #FFF2F2;
  }
  .a__cont.is-true {
    background-color: #EDF7EC;
  }
  .a__cont:not(:last-of-type){
    margin-bottom: 32px;
  }
  .a__cont-inr {
    display: flex;
    margin-bottom: 40px;
  }
  .a__cont-figure {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .a__cont-img {
    border-radius: 10px;
  }
  .a__cont-icon{
    margin-right: 20px;
  }
  .a__cont-icon img{
    width: 44px;
  }
  .a__cont-txt{
    font-size: 16px;
    font-weight: bold;
  }
  .a__cont-ans-ttl {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #00569F;
    padding-left: 32px;
    margin-bottom: 10px;
  }
  .a__cont-ans-ttl::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 18px;
    background-image: url("/eigo/202307/_assets/img/book_icon.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .a__cont-ans-inr {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .a__cont-ans-summary {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #848484;
  }
  .a__cont-ans-summary-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #00569F;
    margin-right: 20px;
    display: block;
  }
  .a__cont-ans-summary-txt {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 40px;
  }
  .a__cont-ans-summary-txt::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translateY(25%); */
  }
  .a__cont-ans-summary-txt.ans-1::before {
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
  }
  .a__cont-ans-summary-txt.ans-2::before {
    background-image: url("/eigo/202307/_assets/img/test_icon_02.svg");
  }
  .a__cont-ans-summary-txt.ans-3::before {
    background-image: url("/eigo/202307/_assets/img/test_icon_03.svg");
  }
  .a__cont-ans-box-txt{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px 20px 50px;
    border-radius: 6px;
    border: 1px solid #00569F;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .a__cont.is-true .a__cont-ans-box-txt.selected {
    position: relative;
    border: 4px solid #22AF10;
    padding-bottom: 60px;
  }
  .a__cont.is-false .a__cont-ans-box-txt.selected {
    position: relative;
    border: 4px solid #E75050;
    padding-bottom: 60px;
  }
  .a__cont.is-false .a__cont-ans-box-txt.selected::before,
  .a__cont.is-true .a__cont-ans-box-txt.selected::before {
    content: "";
    display: inline-block;
    width: 217px;
    height: 47px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, -50%);
  }
  .a__cont.is-true .a__cont-ans-box-txt.selected::before {
    background-image: url("/eigo/202307/_assets/img/result_true-sp.png");
  }
  .a__cont.is-false .a__cont-ans-box-txt.selected::before {
    background-image: url("/eigo/202307/_assets/img/result_false-sp.png");
  }
  .a__cont-ans-box-txt:first-child::after,
  .a__cont-ans-box-txt:nth-child(2):after,
  .a__cont-ans-box-txt: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%);
  }
  .a__cont.is-true .a__cont-ans-box-txt.selected::after,
  .a__cont.is-false .a__cont-ans-box-txt.selected::after {
    top: 30%;
  }
  .a__cont-ans-box-txt:first-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_01.svg");
  }
  .a__cont-ans-box-txt:nth-child(2):after {
    background-image: url("/eigo/202307/_assets/img/test_icon_02.svg");
  }
  .a__cont-ans-box-txt:last-child::after {
    background-image: url("/eigo/202307/_assets/img/test_icon_03.svg");
  }
  .a__cont-detail{
    text-align: right;
  }
  .a__cont-detail-link{
    font-size: 16px;
    color: #0D6FC4;
    padding-right: 30px;
    position: relative;
  }
}

/*
==================================
a__bottom:start
==================================
*/
@media (max-width: 740px) {
  .a__bottom {
    padding: 0 4vw;
    margin-bottom: 60px;
  }
}
/*
==================================
a__bottom:end
==================================
*/

/*
==================================
btn-result:start
==================================
*/
/* pc */
@media screen and (min-width: 741px) {
  .result {
    text-align: center;
    margin-bottom: 100px;
  }
  .result__txt {
    font-size: 20px;
    font-weight: bold;
    color: #00569F;
    margin: 100px 0 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: #00569F;
    border: 2px solid #00569F;
    border-radius: 8px;
    color: #fff !important;
    box-shadow: 2px 3px 0px rgb(232 234 236);
    display: block;
    box-sizing: border-box;
  }
  .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;
  }
}
/* sp */
@media screen and (max-width: 740px) {
  .result {
    text-align: center;
    margin-bottom: 100px;
  }
  .result__txt {
    font-size: 18px;
    font-weight: bold;
    color: #00569F;
    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: #00569F;
    border: 2px solid #00569F;
    border-radius: 8px;
    color: #fff !important;
    box-shadow: 2px 3px 0px rgb(232 234 236);
    display: block;
    box-sizing: border-box;
  }
  .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:end
==================================
*/

/*
==================================
source:start
==================================
*/
/* pc */
@media (min-width: 741px) {
  .source {
    margin-bottom: 60px;
  }
}
/* sp */
@media (max-width: 740px) {
  .source {
    padding: 0 4vw;
    margin-bottom: 60px;
  }
}
/*
==================================
source:end
==================================
*/

/*
==================================
specialist__list:start
==================================
*/
/* pc */
@media (min-width: 740px) {
  .specialist__list {
    margin: 0 0 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;
    box-sizing: border-box;
  }
  .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: 741px) {
  .specialist__list {
    margin: 0 0 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
==================================
*/


/*
==================================
recommend-app:start
==================================
*/
/* pc */
@media(min-width:741px){
  .recommend-app{
    margin-bottom: 100px;
  }
  .recommend-app{
    margin-top: 60px;
  }
  .recommend-app__ttl{
    font-size: 28px;
    font-weight: bold;
    color: #144D9C;
    border-bottom: 2px solid #144D9C;
  }
  .recommend-app-wrap{
    margin-top: 5px;
  }
  .recommend-app__link{
    display: block;
  }
  .recommend-app__link:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .recommend-app__link-item{
    padding: 40px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .recommend-app-wrap .recommend-app__link:not(:last-of-type){
    border-bottom: #E1E1E1 1px solid;
  }
  .recommend-app__link-item .recommend-app__link-item-img{
    width: 145px;
    height: 100%;
  }
  .recommend-app__txt-wrap{
    margin-left: 15px;
  }
  .recommend-app__txt-about{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
  }
  .recommend-app__txt{
    font-size: 16px;
    line-height: 18.2px;
    color: #231F20;
    margin-top: 10px;
  }
}
/* sp */
@media(max-width:740px){
  .recommend-app{
    margin: 60px 0 100px;
    padding: 0 4vw;
  }
  .recommend-app__ttl{
    font-size: 24px;
    font-weight: bold;
    color: #144D9C;
    border-bottom: 2px solid #144D9C;
  }
  .recommend-app-wrap{
    margin-top: 5px;
  }
  .recommend-app__link{
    display: block;
  }
  .recommend-app__link:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .recommend-app__link-item{
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .recommend-app-wrap .recommend-app__link:not(:last-of-type){
    border-bottom: #E1E1E1 1px solid;
  }
  .recommend-app__link-item .recommend-app__link-item-img{
    width: 120px;
    height: 100%;
  }
  .recommend-app__txt-wrap{
    margin-left: 15px;
  }
  .recommend-app__txt-about{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
  }
  .recommend-app__txt{
    font-size: 12px;
    line-height: 18.2px;
    color: #231F20;
    margin-top: 10px;
  }
}
/*
==================================
recommend-app:end
==================================
*/

/*
==================================
other-quiz:start
==================================
*/
/* PC */
@media (min-width: 741px) {
  .other-quiz {
  max-width: 833px;
  margin: 0 auto;
  margin-bottom: 100px;
  }
  .other-quiz__inr {
    padding: 30px;
    border: 1px solid #0067BF;
    border-radius: 10px;
  }
  #articles h2.other-quiz__ttl {
    text-align: center;
    font-size: 24px;
    color: #144D9C;
    margin-bottom: 10px;
  }
  .other-quiz__cont {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #C9C9C9;
  }
  .other-quiz__cont:nth-child(4) {
    border-bottom: none;
  }
  .other-quiz__cont::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/kyouiku/hyakuninisshu/hyakuninisshu_quiz/answer/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .other-quiz__cont:hover {
    text-decoration: none;
  }
  #articles img.other-quiz__cont-img {
    margin-right: 20px;
    border-radius: 8px;
  }
  #articles img.other-quiz__cont-img {
    width: 155px;
    height: 100px;
  }
  .other-quiz__cont-txt {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
  }
}
/* SP */
@media (max-width: 740px) {
  .other-quiz {
  max-width: 833px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 4vw;
  }
  .other-quiz__inr {
    padding: 30px 4vw;
    border: 1px solid #0067BF;
    border-radius: 10px;
  }
  #articles h2.other-quiz__ttl {
    font-size: 18px;
    color: #144D9C;
    margin-bottom: 10px;
  }
  .other-quiz__cont {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #C9C9C9;
  }
  .other-quiz__cont:nth-child(4) {
    border-bottom: none;
  }
  .other-quiz__cont::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/kyouiku/hyakuninisshu/hyakuninisshu_quiz/answer/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .other-quiz__cont:hover {
    text-decoration: none;
  }
  #articles img.other-quiz__cont-img {
    margin-right: 20px;
    border-radius: 8px;
  }
  #articles img.other-quiz__cont-img {
    width: 100px !important;
    height: 65px !important;
  }
  .other-quiz__cont-txt {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
  }
}
/*
==================================
other-quiz:end
==================================
*/


/*
==================================
recommend:start
==================================
*/
/* pc */
@media (min-width: 741px) {
  .recommend__ttl {
    font-size: 28px;
    color: #144D9C;
    border-bottom: 2px solid #144D9C;
  }
  .recommend__ttl-small {
    font-size: 20px;
  }
  .recommend__inr {
    padding: 40px 30px;
  }
  .recommend__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .recommend__list-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/eigo/202307/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  a.recommend__link {
    color: #333333;
  }
}
/* sp */
@media (max-width: 740px) {
  .recommend {
    padding: 0 4vw;
  }
  .recommend__ttl {
    font-size: 24px;
    color: #144D9C;
    border-bottom: 2px solid #144D9C;
  }
  .recommend__ttl-small {
    font-size: 18px;
  }
  .recommend__inr {
    padding: 30px 20px;
  }
  .recommend__list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .recommend__list-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/eigo/202307/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 5px;
    top: 25%;
    transform: translateY(-50%);
  }
  a.recommend__link {
    color: #333333;
  }
}

/*
==================================
recommend:end
==================================
*/

/*
==================================
detail:start
==================================
*/
/* pc */
@media (min-width: 741px) {
  .detail {
    margin-bottom: 80px;
  }
  .detail__ttl {
    font-size: 28px;
    color: #144D9C;
    border-bottom: 2px solid #144D9C;
    margin-bottom: 30px;
  }
  .detail__ttl-small {
    font-size: 20px;
  }
  .detail__inr {
    padding: 40px 30px;
  }
  .detail__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .detail__list-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/eigo/202307/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  a.detail__link {
    color: #333333;
  }
}
/* sp */
@media (max-width: 740px) {
  .detail {
    margin-bottom: 80px;
    padding: 0 4vw;
  }
  .detail__ttl {
    font-size: 24px;
    color: #144D9C;
    border-bottom: 2px solid #144D9C;
    margin-bottom: 30px;
  }
  .detail__ttl-small {
    font-size: 18px;
  }
  .detail__inr {
    padding: 30px 20px;
  }
  .detail__list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .detail__list-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/eigo/202307/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 5px;
    top: 25%;
    transform: translateY(-50%);
  }
  a.detail__link {
    color: #333333;
  }
}
/*
==================================
detail:end
==================================
*/

/*
==================================
top-btn:start
==================================
*/
@media (min-width: 741px) {
  .top-btn {
    text-align: center;
    margin-bottom: 120px;
  }
  .top-btn__link {
    position: relative;
    display: inline-block;
    padding: 17px 20px 17px 0;
    width: 345px;
    border: 2px solid #00569F;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #00569F !important;
  }
  .top-btn__link::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/eigo/202307/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .top-btn {
    text-align: center;
    margin-bottom: 120px;
  }
  .top-btn__link {
    position: relative;
    display: inline-block;
    padding: 17px 20px 17px 0;
    width: 345px;
    border: 2px solid #00569F;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #00569F !important;
  }
  .top-btn__link::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("/eigo/202307/_assets/img/result_arrow-01.svg");
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*
==================================
top-btn:end
==================================
*/