#mv_inner{
  background-image: url(./img/treatment/microctc/mv_testing.jpg);
}
@media (max-width: 768px){
  #mv_inner{
    background-image: url(./img/treatment/microctc/sp/mv_testing.jpg);
  }
}


.flex_block{
  display: flex;
  justify-content: space-between;
}
.flex_block > .flex_2{
  width: calc(50% - 2%);
}
.flex_2 figure{
  text-align: right;
}
@media (max-width: 900px){
  .flex_block{
    display: block;
  }
  .flex_block > .flex_2{
    width: 100%;
  }
  .flex_2 figure{
    text-align: center;
  }
}


.section_02 .check_list{
  display: flex;
  flex-wrap: wrap;
}
.section_02 .check_list li{
  margin-right: 60px;
  white-space: nowrap;
}
.section_02 .check_list li:last-child{
  margin-right: 0;
}
.table_wrap{
  overflow-x: auto;
  margin-bottom: 50px;
}


.table_02{
  width: 100%;
  border-collapse:  collapse;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border: solid 1px #abc2d5;
  margin-bottom: 1rem;
}
.table_02 th{
  border: solid 1px #abc2d5;
  background-color: #e4edf5;
  text-align: center;
  padding: 1rem;
  font-size: 20px;
}
.table_02 td{
  border-right: solid 1px #abc2d5;
  line-height: 1.3;
}
.table_02 .ttl_01{
  width: 50%;
}
.table_02 .ttl_02{
  width: 50%;
}
.table_02 td{
  font-size: 24px;
  text-align: center;
}
.table_02 .course{
  text-align: left;
  font-weight: bold;
}
.table_02 .course span{
  font-size: 14px;
  font-weight: normal;
  white-space: normal;
  line-height: 1.3;
}
.table_02 .row_first td{
  padding: 40px 30px 10px;
}
.table_02 .row td{
  padding: 0 30px 10px;
}
.table_02 tr:last-child td{
  padding: 0 30px  40px;
}

#faq .faq_list{
  width: 100%;
  background-color: #fff;
  padding: 0 40px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0,0.3);
}
#faq .faq_q{
  display: flex;
  align-items: baseline;
  color: #004faf;
  padding: 40px 0;
  cursor: pointer;
}
#faq .faq_q p{
  width: 100%;
  position: relative;
  padding-right: 30px;
}
#faq .faq_q p::before,
#faq .faq_q p::after{
  content: "";
  position:absolute;
  right: 0;
  top: 50%;
  width:20px;
  height:2px;
  background-color: #004faf;
  transition: 0.3s;
}
#faq .faq_q p::before{
  transform:translateY(-50%) rotate(90deg);
}
#faq .faq_q.open p::before{
  transform:translateY(-50%) rotate(0deg);
}
#faq .faq_box{
  border-bottom: 1px solid #dadada;
}
#faq .faq_box p{
  line-height: 1.5;
  margin-bottom: 0;
}
#faq .faq_box ol{
  font-size: 24px;
  line-height: 1.5;
  list-style: decimal;
  padding-left: 1em;
}
#faq .faq_box:last-of-type{
  margin-bottom: 70px;
}
#faq .faq_box > div p{
  font-size: 24px;
  line-height: 1.5;
}
#faq .faq_box > div span{
  display: block;
  font-size: 30px;
  color: #004faf;
  margin-right: 0.5rem;
}
#faq .faq_a {
  display: none;
}
#faq .faq_a.open {
  display: block;
  margin-bottom: 40px;
}
#faq .faq_a_ttl{
  display: flex;
  align-items: baseline;
}
#faq .faq_a_ttl p{
  width: 100%;
  position: relative;
  padding-right: 30px;
}
.flow_wrap{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.flow_wrap .gradation_ttl_02{
  width: 35%;
}
.flow_wrap p{
  margin-bottom: 0 !important;
  width: 60%;
}
@media (max-width: 1200px){
  .flow_wrap{
    display: block;
  }
  .flow_wrap .gradation_ttl_02{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .flow_wrap p{
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1400px){
  .table_02 td{
    font-size: 1.7vw;
  }
}
@media (max-width: 768px){
  .table_02 th{
    padding: 0.5rem;
    font-size: 18px;
  }
  .table_02 td{
    letter-spacing: 0.01em;
    font-size: 18px;
  }
  .table_02 .row_first td{
    padding: 3% 2% 1%;
  }
  .table_02 .row td{
    padding: 0 2% 1%;
  }
  .table_02 tr:last-child td{
    padding: 0 2% 3%;
  }
  .table_02 .course span{
    font-size: 12px;
  }

  #faq .faq_list {
    padding: 5% 5% 10%;
  }
  #faq .faq_box ol{
    font-size: 14px;
  }
  #faq .faq_box:last-of-type{
    margin-bottom: 10%;
  }
  #faq .faq_box > div p{
    font-size: 14px;
  }
  #faq .faq_box > div span{
    font-size: 20px;
  }
  #faq .faq_q{
    padding: 20px 0;
  }
  #faq .faq_a_ttl{
    margin-bottom: 20px;
  }
  #faq .faq_a .btn_02{
    margin: 20px 30px;
  }
  #faq .faq_q p::before, #faq .faq_q p::after{
    width: 15px;
  }
  .flow_wrap .gradation_ttl_02{
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px){
  .section_02 .check_list{
    display: block;
  }
  .section_02 .check_list li{
    margin-right: 0;
  }
  .table_02 th{
    font-size: 10px;
  }
  .table_02 td{
    font-size: 10px;
  }
  .table_02 .course span{
    font-size: 10px;
  }
}
