@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/examination/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

.content .inner{
  width: 90%;
  max-width: 1180px;
}

.intro {
    padding: 50px 0 70px;
    text-align: center;
}
.intro .txt {
    font-size: 1.8rem;
}

.modal-content{
      margin-left:165px;
}
@media screen and (max-width: 1400px) {
  .modal-content{
        margin-left:10px;
  }
}


/* examination
-----------------------------------------------------------------*/
.examination .inner{
  max-width: 1080px;
  margin:0 auto;
}

/* 汎用 */
.examination .txt-lead{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px solid #7FBC26;
    color: #7FBC26;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.examination .txt-lead:hover{
    opacity: 0.7;
}
.examination .txt-lead span{
    height:20px;
    position: absolute;
    right:0;
    top:50%;
    transform: translate(-50%,-50%);
}
.examination .open .txt-lead span{
    display: none;
}
.examination .open .txt-lead span+span{
    display: block;
}
.examination .txt-lead span+span{
    display: none;
}
.examination .txt-lead span{
    height:20px;
    position: absolute;
    right:0;
    top:50%;
    transform: translate(-50%,-50%);
}

.examination table th {
  padding: 1rem;
  background: #f6f6f4;
  border: 1px solid #999999;
  text-align: center;
}
.examination table td{
  border: 1px solid #999999;
  padding: 2rem;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}

.demical li{
  list-style-type: decimal;
  list-style-position: inside;
  padding-left:1em;
  text-indent:-1em;
}
.align-left{
  text-align: left !important;
}
.examination .caption{
  display: block;
  font-size: 1.2rem;
  color: #5b5b5b;
}
.examination .caption.mt{
  margin-top:5px;
}

.examination .toggleWrap{
  display: none;
}
.examination .toggleWrap.open{
  display: block !important;
}


/* policy
-----------------------------------------------------------------*/
.examination .policy{
  margin-bottom:40px;
}
.examination .policy .toggleWrap .txt{
  text-align: center;
}
.examination .policy .toggleWrap .policyWrap{
  display: flex;
  max-width: 880px;
  margin: 30px auto 0;
  border: 3px solid #7FBC26;
  padding: 20px 30px;
  border-radius: 10px;
  justify-content: space-between;
}
.examination .policy .toggleWrap .policyWrap ul{
  width: 48%;
}
.examination .policy .toggleWrap .policyWrap ul > li{
  padding-left:1em;
  text-indent:-1em;
}
.examination .policy .toggleWrap .policyWrap ul > li:nth-child(n+2){
  margin-top:10px;
}
.examination .policy .toggleWrap .policyWrap ul > li .cir{
  color:#7FBC26;  
  font-size: 70%;
  margin-right: 5px;
}
.examination .policy .toggleWrap .policyWrap ul > li .bio{
  margin-left:10px;
  color:#20ace3;  
}
.examination .policy .toggleWrap .policyWrap ul > li .m_coding{
  margin-left:10px;
  color:#f3aa3c;  
}
.examination .policy .toggleWrap .policyWrap ul > li .psychology{
  margin-left:10px;
  color:#ea7a98; 
}
.examination .policy .toggleWrap .policyWrap ul > li .it{
  margin-left:10px;
  color:#8800ff; 
}


/* qualification
-----------------------------------------------------------------*/
.examination .qualification{
  margin-bottom:40px;
}
.examination .qualification .toggleWrap .txt{
  text-align: center;
}


/* registration
-----------------------------------------------------------------*/
.examination .registration{
  margin-bottom:40px;
}
.examination .registration table{
  width: 100%;
}
.examination .registration table th {
  width: calc(100% / 3);
}
.examination .registration table td{
  width: calc(100% / 3);
}


/* AO
-----------------------------------------------------------------*/
.examination .AO{
  margin-bottom:40px;
}
.examination .AO table{
  width: 100%;
}
.examination .AO table td{
  padding: 2rem;
  vertical-align: middle;
}
.examination .AO table th:nth-child(1),.examination .AO table th:nth-child(2){
  width: 10%;
}
.examination .AO table th:nth-child(3){
  width: 55%;
}
.examination .AO table th:nth-child(4){
  width: 25%;
}
.examination .AO table td ol{
  margin-bottom:10px;
}


/* AO02
-----------------------------------------------------------------*/
.examination .AO02{
  margin-bottom:40px;
}
.examination .AO02 table{
  width: 100%;
}
.examination .AO02 .table01 th {
  width: calc(100% / 4);
}
.examination .AO02 .table01 td{
  width: calc(100% / 4);
  padding: 2rem;
}
.examination .AO02 h4{
  margin-top:15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #7FBC26;
}
.examination .AO02 .btn-list{
  display: flex;
  max-width: 780px;
  margin:30px auto 40px;
  justify-content: center;
}
.examination .AO02 .btn-list li{
  width: 49%;
  margin:0 0.5%;
}
.examination .AO02 .btn_round a{
  display: flex;
  padding: 10px 0;
  line-height: 1;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
}
.examination .AO02 .btn_round.pdf a{
  background: url(../image/examination/icon_pdf.svg) no-repeat right 18px center ,#80bc26;
  background-size: 30px auto;
}
.examination .AO02 .btn_round.dl a{
  background: url(../image/examination/icon_dl.svg) no-repeat right 18px center ,#ffd900;
  background-size: 30px auto;
  color: #231815;
}
.examination .AO02 .btn_round a small{
  display: block;
  width: 100%;
  font-size: 70%;
}
.examination .AO02 .btn_round a large{
  display: block;
  width: 100%;
}

.examination .AO02 .table02{
  margin-top:15px;
}
.examination .AO02 .table02 th:nth-child(1) {
  width: 33.3%;
}
.examination .AO02 .table02 th:nth-child(2) {
  width: 66.6%;
}
.examination .AO02 .table02 td ol li:nth-child(n+2){
  margin-top:10px;
}
.examination .AO02 .table02 td strong{
  font-weight: 700;
}
.examination .AO02 .table02 td span{
  color: #7FBC26;
  font-size: 70%;
  margin-right: 5px;
}


/* recommend
/* self-recommend
/* standard
-----------------------------------------------------------------*/
.examination .nyushi{
  margin-bottom:40px;
}
.examination .nyushi table{
  width: 100%;
}
.examination .nyushi table th:nth-child(1){
  width: 10%;
}
.examination .nyushi table th:nth-child(2){
  width: 15%;
}
.examination .nyushi table th:nth-child(3){
  width: 55%;
}
.examination .nyushi table th:nth-child(4){
  width: 20%;
}
.examination .nyushi table td ol{
  margin-bottom:10px;
}


/* flow
-----------------------------------------------------------------*/
.examination .flow{
  margin-bottom:40px;
}
.examination .flow h4{
  margin-bottom:15px;
  padding-bottom:2px;
  font-size: 2.0rem;
  font-weight: 600;
  color:#7FBC26;
  border-bottom: 1px solid #7FBC26;
}
.examination .flow table{
  width: 100%;
}
.examination .flow table th {
  width: calc(100% / 3);
}
.examination .flow table td{
  width: calc(100% / 3);
}

.examination .flow .table02{
  margin-top:30px;
}
.examination .flow .table02 th:nth-child(1) {
  width: 33.3%;
}
.examination .flow .table02 th:nth-child(2) {
  width: 66.6%;
}
.examination .flow .table02 td ol li:nth-child(n+2){
  margin-top:10px;
}
.examination .flow .table02 td strong{
  font-weight: 700;
}
.examination .flow .table02 td span{
  color: #7FBC26;
  font-size: 70%;
  margin-right: 5px;
}


/* attention
-----------------------------------------------------------------*/
.examination .attention{
  margin-bottom:40px;
}
.examination .attention h4{
  margin-top:15px;
  margin-bottom:15px;
  padding-bottom:2px;
  font-size: 2.0rem;
  font-weight: 600;
  color:#7FBC26;
  border-bottom: 1px solid #7FBC26;
}
.examination .attention table{
  width: 100%;
}
.examination .attention table th {
  width: 20%;
}
.examination .attention table td{
  width: 80%;
}
.examination .attention table td .inquery{
  display: flex;
  width: 100%;
  margin:15px 0;
  flex-wrap: wrap;
}
.examination .attention table td .inquery dt{
  width: 12%;
  max-width: 65px;
}
.examination .attention table td .inquery dd{
  width: 88%;
}


/* admission-flow
-----------------------------------------------------------------*/
.examination .admission-flow{
  margin-bottom:40px;
}
.examination .admission-flow h4{
  margin-top:15px;
  margin-bottom:15px;
  padding-bottom:2px;
  font-size: 2.0rem;
  font-weight: 600;
  color:#7FBC26;
  border-bottom: 1px solid #7FBC26;
}
.examination .admission-flow .pic{
  margin-top:30px;
}




/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/examination/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }  
  .content {
    padding-bottom: 30px;
  }

  .content:first-child {
    padding: 0;
  }
  .content .inner {
    width: 100%;
  }


  
  
  
/*  -------------------------*/
  
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

  .intro {
      padding: 30px 0;
  }
  .intro .txt {
      font-size: 1.6rem;
  }


  /* examination
  -----------------------------------------------------------------*/

  /* 汎用 */
  .examination .txt-lead{
      font-size: 2.0rem;
      margin-bottom: 20px;
  }
  .examination .txt-lead span{
      width:16px;
      height:16px;
      top:51%;
  }

  .examination table th {
    padding: 1rem;
    background: #f6f6f4;
    border: 1px solid #999999;
    text-align: center;
  }
  .examination table td{
    border: 1px solid #999999;
    padding: 2rem;
    text-align: center;
    vertical-align: middle;
    background-color: white;
  }

  .demical li{
    list-style-type: decimal;
    list-style-position: inside;
    padding-left:1em;
    text-indent:-1em;
  }
  .align-left{
    text-align: left !important;
  }
  .examination .caption{
    display: block;
    font-size: 1.2rem;
    color: #5b5b5b;
  }
  .examination .caption.mt{
    margin-top:5px;
  }

  .examination .toggleWrap{
    display: none;
  }


  /* policy
  -----------------------------------------------------------------*/
  .examination .policy{
    margin-bottom:40px;
  }
  .examination .policy .toggleWrap .txt{
    text-align: left;
  }
  .examination .policy .toggleWrap .policyWrap{
    display: block;
    margin: 5% auto 0;
    border: 3px solid #7FBC26;
    padding: 5%;
  }
  .examination .policy .toggleWrap .policyWrap ul{
    width: 100%;
  }
  .examination .policy .toggleWrap .policyWrap ul > li .bio,  .examination .policy .toggleWrap .policyWrap ul > li .m_coding,.examination .policy .toggleWrap .policyWrap ul > li .psychology{
    display: block;
  }



  /* qualification
  -----------------------------------------------------------------*/
  .examination .qualification{
    margin-bottom:40px;
  }
  .examination .qualification .toggleWrap .txt{
    text-align: left;
  }


  /* registration
  -----------------------------------------------------------------*/
  .examination .registration{
    margin-bottom:40px;
  }
  .examination .registration table{
    width: 100%;
  }
  .examination .registration table th:nth-child(1),.examination .registration table td:nth-child(1){
    width: 40%;
  }
  .examination .registration table th:nth-child(n+2),.examination .registration table td:nth-child(n+2){
    width: 30%;
  }


  /* AO
  -----------------------------------------------------------------*/
  .examination .AO{
    margin-bottom:40px;
  }
  .examination .AO table{
    width: 100%;
  }
  .examination .AO table tr{
    display: block;
    width: 100%;
  }
  .examination .AO table th{
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border:none;
    border-radius: 10px;
    text-align: left;
  }
  .examination .AO table td{
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: none;
    text-align: left;
  }
  .examination .AO table th:nth-child(1),.examination .AO table th:nth-child(2){
    width: 100%;
  }
  .examination .AO table th:nth-child(3){
    width: 100%;
  }
  .examination .AO table th:nth-child(4){
    width: 100%;
  }
  .examination .AO table td ol{
    margin-bottom:10px;
  }


  /* AO02
  -----------------------------------------------------------------*/
  .examination .AO02{
    margin-bottom:40px;
  }
  .examination .AO02 table{
    width: 100%;
    margin-bottom:5%;
    table-layout: fixed;
  }
  .examination .AO02 .table01 tr{
    display: block;
    width: 100%;
  }
  .examination .AO02 .table01 th {
    display: block;
    width: 100%;
    min-width: 345px;
    padding: 1rem 1.5rem;
    border:none;
    border-radius: 10px;
    text-align: left;
  }
  .examination .AO02 .table01 td{
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: none;
    text-align: left;
  }
  .examination .AO02 h4{
    margin-top:15px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #7FBC26;
  }
  .examination .AO02 .btn-list{
    display: flex;
    max-width: 780px;
    margin:30px auto 40px;
    justify-content: center;
  }
  .examination .AO02 .btn-list li{
    width: 49%;
    margin:0 0.5%;
  }
  .examination .AO02 .btn_round a{
    display: flex;
    padding: 10px 0;
    line-height: 1;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
  }
  .examination .AO02 .btn_round.pdf a{
    background: url(../image/examination/icon_pdf.svg) no-repeat right 18px center ,#80bc26;
    background-size: 30px auto;
  }
  .examination .AO02 .btn_round.dl a{
    background: url(../image/examination/icon_dl.svg) no-repeat right 18px center ,#ffd900;
    background-size: 30px auto;
    color: #231815;
  }
  .examination .AO02 .btn_round a small{
    display: block;
    width: 100%;
    font-size: 70%;
  }
  .examination .AO02 .btn_round a large{
    display: block;
    width: 100%;
  }
  .examination .AO02 .sub-ttl{
    margin-top:20px;
  }
  .examination .AO02 .sub-ttl .green{
    margin-right:5px;
    font-size: 70%;
    color:#7FBC26;
  }
  .examination .AO02 .table02{
    margin-top:5px;
  }
  .examination .AO02 .table02 th:nth-child(1),
  .examination .AO02 .table02 th:nth-child(2) {
    display: none;
  }
  .examination .AO02 .table02 td{
    display: block;
  }
  .examination .AO02 .table02 td:first-of-type{
    display: block;
    padding: 1rem 1.5rem;
    background: #f6f6f4;
    border:none;
    border-radius: 10px;
    text-align: left;
  }
  .examination .AO02 .table02 td:last-of-type{
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: none;
    text-align: left;
  }
  .examination .AO02 .table02 td ol li:nth-child(n+2){
    margin-top:10px;
  }
  .examination .AO02 .table02 td strong{
    font-weight: 700;
  }
  .examination .AO02 .table02 td span{
    color: #7FBC26;
    font-size: 70%;
    margin-right: 5px;
  }


  /* recommend
  /* self-recommend
  /* standard
  -----------------------------------------------------------------*/
  .examination .nyushi{
    margin-bottom:40px;
  }
  .examination .nyushi table{
    width: 100%;
  }
  .examination .nyushi table th {
    display: block;
    width: 100%;
    min-width: 345px;
    padding: 1rem 1.5rem;
    border:none;
    border-radius: 10px;
    text-align: left;
  }
  .examination .nyushi table td{
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: none;
    text-align: left;
  }
  .examination .nyushi table th:nth-child(1),.examination .nyushi table th:nth-child(2){
    width: 10%;
  }
  .examination .nyushi table th:nth-child(3){
    width: 100%;
  }
  .examination .nyushi table th:nth-child(4){
    width: 100%;
  }
  .examination .nyushi table td ol{
    margin-bottom:10px;
  }


  /* flow
  -----------------------------------------------------------------*/
  .examination .flow{
    margin-bottom:40px;
  }
  .examination .flow h4{
    margin-bottom:15px;
    padding-bottom:2px;
    font-size: 1.8rem;
    font-weight: 600;
    color:#7FBC26;
    border-bottom: 1px solid #7FBC26;
  }
  .examination .flow table{
    width: 100%;
  }
  .examination .flow table th {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border:none;
    border-radius: 10px;
    text-align: left;
  }
  .examination .flow table td{
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: none;
    text-align: left;
  }

  .examination .flow .sub-ttl{
    margin-top:20px;
  }
  .examination .flow .sub-ttl .green{
    margin-right:5px;
    font-size: 70%;
    color:#7FBC26;
  }
  .examination .flow .table02{
    margin-top:5px;
  }
  .examination .flow .table02 th{
    display: none;
  }
  .examination .flow .table02 td{
    display: block;
  }
  .examination .flow .table02 td:first-of-type{
    display: block;
    padding: 1rem 1.5rem;
    background: #f6f6f4;
    border:none;
    border-radius: 10px;
    text-align: left;
  }
  .examination .flow .table02 td:last-of-type{
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: none;
    text-align: left;
  }


  /* attention
  -----------------------------------------------------------------*/
  .examination .attention{
    margin-bottom:40px;
  }
  .examination .attention h4{
    margin-top:15px;
    margin-bottom:15px;
    padding-bottom:2px;
    font-size: 1.6rem;
  }
  .examination .attention table{
    width: 100%;
    margin-top:15px;
  }
  .examination .attention table th {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border:none;
    border-radius: 10px;
    text-align: left;
  }
  .examination .attention table td{
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: none;
    text-align: left;
  }
  .examination .attention table td .inquery{
    display: flex;
    width: 100%;
    margin:15px 0;
    flex-wrap: wrap;
    font-size: 1.3rem;
  }
  .examination .attention table td .inquery dt{
    width: 20%;
    max-width: 65px;
  }
  .examination .attention table td .inquery dd{
    width: 80%;
  }


  /* admission-flow
  -----------------------------------------------------------------*/
  .examination .admission-flow{
    margin-bottom:40px;
  }
  .examination .admission-flow h4{
    margin-top:15px;
    margin-bottom:15px;
    padding-bottom:2px;
    font-size: 2.0rem;
    font-weight: 600;
    color:#7FBC26;
    border-bottom: 1px solid #7FBC26;
  }
  .examination .admission-flow .pic{
    margin-top:30px;
  }

}

