@charset "utf-8";
/* CSS Document */
/*基本css*/
.read_box2,
.read_box2 * {
  box-sizing: border-box;
}

.read_box2 .t_info,
.read_box2 .t_info dl,
.read_box2 .t_info dt,
.read_box2 .t_info dd {
  box-sizing: content-box;
}

.read_box2 {
  @media screen and (max-width: 768px) {
    width: 90%;
    margin: 0 auto 2.5em;
  }
}

.read_box2__item {
  display: flex;
  gap: 20px;
  width: 100%;
  background-color: #fff;
  border: 10px solid #d6efab;
  border-radius: 10px;
  padding: 24px 60px 30px 30px;
  margin-bottom: 30px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}

.read_box2__img {
  width: 74px;
  @media screen and (max-width: 768px) {
    width: 75px;
  }
}

.read_box2__article {
  width: calc(100% - 20px - 74px);
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.read_box2__heading {
  font-size: 21px;
  font-weight: bold;
  color: #006697;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.read_box2__text {
  font-size: 16px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.read_box2__inner {
  display: flex;
  gap: 25px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.read_box2__table-wrap {
  width: 392px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.read_box2__table-wrap--en {
  width: 490px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.read_box2__item--2 .read_box2__table-wrap {
  width: 276px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.read_box2__table {
  width: 100%;
  @media screen and (max-width: 768px) {
    width: 392px;
  }
}

.read_box2__table-wrap--en .read_box2__table {
  width: 100%;
  @media screen and (max-width: 768px) {
    width: 490px;
  }
}

.read_box2__item--2 .read_box2__table {
  width: 100%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.read_box2__table th {
  text-align: center;
  background-color: #86939f;
  color: #fff;
  font-size: 16px;
  padding: 3px 0;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}
.read_box2__table td {
  font-size: 15px;
  padding: 4px 10px;
  border: 1px solid #86939f;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.read_box2__table td:nth-child(2) {
  text-align: center;
}

.read_box2__btn {
  width: 161px;
  @media screen and (max-width: 768px) {
    margin-left: auto;
    margin-right: auto;
  }
}

.read_box2__btn-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
  padding: 10px 20px 50px;
  /* font-size: 1.3em; */
  line-height: 1.3;
  color: #ffffff;
  background: #82cf00 url(../../../shared/img/parts/w_login.png) no-repeat center bottom 13px / 33px auto;
}

.read_box2__btn-text1 {
  font-size: 18px;
}
.read_box2__btn-text2 {
  font-size: 22px;
}

.read_box2__link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.read_box2__link {
  font-size: 16px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.read_box2__down {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
  }
}

.read_box2__down .page_index {
  margin-top: 50px;
}

.read_box2__item--2 {
  width: 730px;
  margin-right: auto;
  margin-top: 48px;
  border-color: #c7f1ff;
  padding-right: 40px;
  margin-bottom: 0;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding-right: 20px;
    margin-top: 0;
  }
}

.page_index {
  width: 33%;
  @media screen and (max-width: 768px) {
    width: auto;
  }
}

.read_box2__heading2 {
  font-size: 16px;
}

.flow2 {
  margin-left: 16px;
  margin-right: 30px;
  @media screen and (max-width: 768px) {
    margin: 0;
  }
}

.flow2__inner {
  display: flex;
  gap: 20px 10px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.flow2__item {
  border: 10px solid #c7f1ff;
  border-radius: 10px;
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

.flow2__item:nth-child(2) {
  border-color: #d6efab;
}

.flow2__up {
  display: flex;
  align-items: center;
  gap: 20px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.flow2__img {
  width: 74px;
  flex-shrink: 0;
  @media screen and (max-width: 768px) {
  }
}
.flow2__item:nth-child(2) .flow2__img {
  max-width: 74px;
}

.flow2__heading {
  font-size: 18px;
  color: #006697;
  font-weight: bold;
}

.flow2__btn {
  margin-top: 24px;
}

.dib {
  display: inline-block;
}

.page_index--flow {
  width: 44%;
  @media screen and (max-width: 768px) {
    width: auto;
  }
}

.flex-flow {
  justify-content: start;
}

.flow_area {
  margin-left: 20px;
  @media screen and (max-width: 768px) {
    margin-left: 0;
  }
}

.bottom_box {
  margin-left: 15px;
  @media screen and (max-width: 768px) {
    margin-left: 0;
  }
}

.flex-flow .above_box {
  flex-basis: 29%;
}

.flow-up {
  display: flex;
  margin-bottom: 50px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.flow-up__text {
  width: 755px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.page_flowjp .flex-flow .above_box {
  flex-basis: 29%;
}

.flow-up__text p {
  font-size: 16px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.mypage_btn {
  width: 194px;
  margin-left: auto;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin-left: inherit;
  }
}

ul.mypage_btn li {
  flex-basis: 100%;
  @media screen and (max-width: 768px) {
    flex-basis: 47.5%;
  }
}

ul.mypage_btn {
  @media screen and (max-width: 768px) {
    justify-content: center;
  }
}

.flow-up2,
.flow-up2 * {
  box-sizing: border-box;
}

.flow-up2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.flow-up2__article {
  width: 420px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.flow-up2__article-up {
  display: flex;
  gap: 20px 0;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
  }
}

.flow-up2__img {
  width: 100px;
  margin-right: 14px;
}

.flow-up2__text {
  width: calc(100% - 100px - 14px);
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.flow-up2__text p {
  font-size: 16px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.flow-up2__article-down p {
  font-size: 15px;
  position: relative;
  padding-left: 16px;
}
.flow-up2__article-down p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.flow-up2__app {
  width: 508px;
  margin-left: auto;
  display: flex;
  @media screen and (max-width: 768px) {
    width: 100%;
    flex-direction: column;
    margin-left: inherit;
    gap: 20px 0;
  }
}

.flow-up2-app {
  width: 247px;
  border: 5px solid #c7f1ff;
  border-radius: 10px;
  background-color: #e6eff0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 10px 16px;
  @media screen and (max-width: 768px) {
    width: 100%;
    border: none;
    background-color: inherit;
    padding: 0;
  }
}

.flow-up2-app:nth-child(2) {
  margin-left: auto;
}

.flow-up2-app__text {
  font-size: 18px;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.flow-up2-app__qr {
  width: 92px;
  margin-top: 6px;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.qrcode {
}

.flow-up2-app__badge {
  width: 142px;
  margin-top: 28px;
  @media screen and (max-width: 768px) {
    width: 180px;
    margin-top: 0;
  }
}

.badge {
}

.iphone_badge {
}

.android_badge {
}

.flex-flow.flex-flow--2 {
  margin-left: 80px;
  @media screen and (max-width: 768px) {
    margin-left: inherit;
  }
}

html:not([lang="ja"]) .flex-flow.flex-flow--2 {
  margin-left: 0;
}

.flex-flow.flex-flow--2 .flow_area {
  flex-basis: 47%;
}

.flex-flow.flex-flow--2 .display-block div {
  margin-top: 5px;
}

.flex-flow .flow_area dl dt,
.flex-flow .flow_area dl dd {
  height: auto !important;
}

.flow_area__disable {
  opacity: 0.3;
}

@media screen and (min-width: 501px) {
  .display-block div span {
    max-width: 15em !important;
  }
}

.flex-flow .bottom_box {
  align-self: flex-start;
}

.bottom_linklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bottom_linklist a {
  font-size: 16px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.red.dib {
  font-size: 18px;
}

.h1_title__btn a {
  font-size: 18px;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.kome {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
}
.kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.kome2 {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
}
.kome2::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

.news-link {
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 10px;
  justify-content: space-between;

  @media screen and (max-width: 768px) {
    width: 90%;
    margin-left: inherit;
    flex-direction: column;
  }
}

.news-link__item {
  font-size: 16px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.read_box--2{
    align-items: start !important;
    
  }
  
  .read_box_inner{
    background-color: #fff;
    border: 5px solid #d6efab;
    border-radius: 10px;
    padding: 24px 20px 30px 20px; 
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.2);
    width: 59.6%;
    @media screen and (max-width: 768px) {
      width: 100%;
      box-sizing: border-box;
    }
  }
  
  .read_box_inner__title{
    color: #1e7600;
    font-weight: bold;
    font-size: 18px;
  }
  
  .read_box_inner__text{
    font-size: 16px;
    @media screen and (max-width: 768px) {
      font-size: 15px;
    }
  }
  .read_box .arrow_b{
    font-size: 16px;
    @media screen and (max-width: 768px) {
      font-size: 15px;
    }
  }
  
  .prometric_box{
    display: flex;
    align-items: center;
    gap: 20px 55px;
    border: 5px solid #d6efab;
    border-radius: 10px;
    padding: 20px 30px 30px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      padding: 20px 20px 30px;
    }
  }
  
  .prometric_box__img{
    width: 100%;
    max-width: 189px;
    @media screen and (max-width: 768px) {
      max-width: 100%;
      text-align: center;
    }
  }
  .prometric_box__title{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    @media screen and (max-width: 768px) {
      font-size: 16px;
      margin-left: 20px;
    }
  }
  
  .prometric_box__title::before{
    content: "①";
    position: absolute;
    left: -25px;
    top: 0;
  }
  
  .prometric_box .arrow_b{
    font-size: 16px;
    display: block;
    @media screen and (max-width: 768px) {
      font-size: 15px;
    }
  }
  
  .prometric_box .arrow_b:nth-of-type(2){
    margin-top: 10px;
  }
  
  .app-box{
    margin-top: 20px;
    border: 5px solid #c7f1ff;
    border-radius: 10px;
    padding: 20px 30px 30px; 
    @media screen and (max-width: 768px) {
      padding: 20px 20px 30px;
    }
  }
  
  .app-box-up{
    display: flex;
    align-items: center;
    gap: 20px 122px;
    padding-left: 20px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      align-items: center;
      gap: 20px 0;
      padding-left: 0;
    }
  }
  
  .app-box-up__img{
    width: 100%;
    max-width: 100px;
    @media screen and (max-width: 768px) {
      max-width: 100px;
    }
  }
  
  .app-box-up__article{
  
  }
  
  .app-box-up__title{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    @media screen and (max-width: 768px) {
      font-size: 16px;
      margin-left: 20px;
    }
  }
  
  .app-box-up__title::before{
    content: "②";
    position: absolute;
    left: -25px;
    top: 0;
  }
  .notes li{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
  }
  .notes li::before{
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .col-red{
    color: #d21900;
  }
  .app-box-down{
    display: flex;
    gap: 20px 30px;
    margin-top: 36px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      gap: 20px 0;
      margin-top: 20px;
    }
  }
  
  .app-box-down .flow-up2__app{
    margin-left: inherit;
    gap: 20px;
  }
  
  .app-box-down__title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    @media screen and (max-width: 768px) {
      font-size: 16px;
    }
  }
  .app-box-down .arrow_b{
    font-size: 16px;
    display: block;
    @media screen and (max-width: 768px) {
      font-size: 15px;
    }
  }
  
  .app-box-down .arrow_b:nth-of-type(n + 2){
    margin-top: 20px;
  }
  
  .flow3,
  .flow3 *{
    box-sizing: border-box;
  }
  
  .flow3{
    width: 547px;
    margin-top: 40px;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-top: 20px;
    }
  }
  
  .flow3__title{
    margin-bottom: 30px;
  }
  
  .flow3_inner{
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  
  .flow3_item{
    width: 100%;
    min-height: 69px;
    background-color: #d6efab;
    background-image: url(/exam/files/flow-img2.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 40px;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    @media screen and (max-width: 768px) {
      font-size: 15px;
      padding-left: 63px;
      padding-right: 20px;
    }
  }
  .flow3_item:nth-of-type(n+2)::before{
    content: "";
    position: absolute;
    left: calc(50% - 17px);
    top: -30px;
    width: 34px;
    height: 30px;
    background-image: url(/exam/files/flow-img3.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: lef center;
  }
  
  .flow3_item:nth-of-type(n+5){
    background-image: url(/exam/files/exam_index2.svg);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: left 10px center;
    background-color: #ffdaa9;
  }
  
  .flow3_notes{
    margin-top: 10px;
    font-size: 14px !important;

  }
  
  .flow3-2{
    display: flex;
    gap: 20px 16px;
  }
  
  .flow3-2_img{
    width: 100px;
  }
  
  .flow3-2_bottom_box{
    display: flex;
    gap: 20px 35px;
    margin-top: 20px;
    margin-bottom: 30px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      gap: 20px 0;
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }
  
  .flow3-2_bottom_box div {
    background: #E5F9FF;
    padding: 2em 1.6em;
    border-radius: 10px;
  }
  
  .flow3-2_bottom_box div:nth-of-type(1){
    width: 51.6%;
    @media screen and (max-width: 768px) {
      width: 100%;
      box-sizing: border-box;
    }
  }
  .flow3-2_bottom_box div:nth-of-type(2){
    width: calc(100% - 51.6% - 35px);
    @media screen and (max-width: 768px) {
      width: 100%;
      box-sizing: border-box;
    }
  }
  
  .flow3-2_bottom_box div h4{
    margin-bottom: 1em;
      font-size: 18px;
      font-weight: bold;
      font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      @media screen and (max-width: 768px) {
        display: flex;
      }
  }
  
  
  
  .flow3-2_bottom_box h4 img{
    margin-right: 10px;
  }
  
  .flow3-2_bottom_box .arrow_b{
    line-height: 1.6;
  }



.read_box2__boxin {
    margin-right: auto;
  }
  .read_box2__boxin .prometric_box +  .read_box2__item.read_box2__item--2{
    margin-top: 20px;
    @media screen and (max-width: 768px) {
      margin-top: 15px;
    }
  }
  .read_box2__boxin .prometric_box {
    width: 730px;
    margin-right: auto;
    margin-top: 48px;
    background: #fff;
    border: 10px solid #d6efab;
    flex-wrap: wrap;
    gap: 20px 0;
    @media screen and (max-width: 768px) {
      width: 100%;
      padding-right: 20px;
      margin-top: 0;
      gap: 10px 0;
    }
  }
  .read_box2__boxin .prometric_box__img {
    width: 200px;
    max-width: 200px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .read_box2__boxin .prometric_box__title {
    width: calc(100% - 200px);
    font-size: 21px;
    line-height: 28px;
    color: #006697;
    margin-bottom: 0;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-left: 0;
      font-size: 18px;
      line-height:1.3;
    }
  }
  .read_box2__boxin .prometric_box__title::before {
    content: none;
  }
 .read_box2__boxin .prometric_box__article {
    width: 100%;
 }
 .read_box2__boxin .prometric_box .arrow_b:nth-of-type(2) {
    margin-top: 15px;
  }
@media screen and (max-width: 768px) {
  .read_box2__boxin .prometric_box__article p {
    font-size: 15px;
  }
  .read_box2__boxin .prometric_box .arrow_b {
    padding-left: 1.5em;
  }
}