
/* commmon */
#exam-wrap body {
   color: #5c5c5c;
 }
#exam-wrap h3 {
  background-color: #ffe076;
  padding: 9px 21px;
  vertical-align: middle;
  color: #5c5c5c;
  position: relative;
  font-size: 20px;
}

#exam-wrap h4 {
  color: #5c5c5c;
  position: relative;
  font-size: 20px;
  padding-bottom: 13px;
  margin-bottom: 15px;
  font-weight: normal;
  position: relative;
  padding-left: 22px;
}

#exam-wrap h4::before {
  content: "";
  height: 28px;
  width: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #ffe076;
}

#exam-wrap h5 {
  color: #5c5c5c;
  position: relative;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: normal;
  border-bottom: 3px solid #ffe076;
}


#exam-wrap li {
  color: #5c5c5c;
  font-size: 16px;
  margin-bottom: 10px;
}

#exam-wrap h3:before {
  background-color: #eee;
  height: 80%;
  width: 7px;
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: 5px;
  z-index: 1;
}

#exam-wrap h3 span {
    position: relative;
    top: 3px;
}

#exam-wrap small {
  font-size: 14px;
}
#exam-wrap .padding-none {
  padding: 0px;
}

#exam-wrap .center {
  text-align: center;
}
#exam-wrap .mt40 {
  margin-top: 40px;
}
#exam-wrap .mb40 {
  margin-bottom: 40px;
}
#exam-wrap .mb20 {
  margin-bottom: 20px;
}
#exam-wrap .mb10 {
  margin-bottom: 10px;
}
#exam-wrap .mb {
  margin-bottom: 50px;
}

#exam-wrap .mb1 {
  margin-bottom: 40px;
}

#exam-wrap .mb2 {
  margin-bottom: 55px;
}

#exam-wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#exam-wrap .flex {
  display: flex;
}

#exam-wrap .box01, #exam-wrap .box02 {
    margin: 90px auto 0;
    width: 100%;
    float: left;
}

#exam-wrap .item {
  display: flex;
  align-items: center;
}

#exam-wrap .item dt{
  background-color: #fcc800;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 2px 2px 9px 0px rgb(0 0 0 / 20%);
}

#exam-wrap .item dd{
  margin-left: 20px;
  font-size: 21px;
  color: #636363;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  height: 40px;
}

#exam-wrap .box-inner {
    max-width: 1260px;
    margin: 0 auto 100px;
    width: 93%;
}


a {
  color: #ffe076;
}

#exam-wrap .btn {
  display: inline-block;
}

#exam-wrap .btn a {
  color: #ffe076;
  display: inline-block;
  padding-bottom: 5px;
}

#exam-wrap .btn a:after {
  background-color: #ffe076;
  content: "";
  height: 2px;
  position: absolute;
  transition: #exam-wrap .5s all;
  width: 0;
  left: 0;
  bottom: -4px;
  display: block;
}

#exam-wrap .btn a:hover::after {
  width: 100%;
}

#exam-wrap .pdf {
  position: relative;
  padding-left: 52px;
}

#exam-wrap .pdf:before {
  content: "";
  position: absolute;
  background-image: url(../img/exam/i-pdf.svg);
  display: inline-block;
  width: 35px;
  height: 45px;
  left: 14px;
  top: -13px;
  background-size: 28px;
  background-repeat: no-repeat;
}
/* menu===================================== */

#exam-wrap.section-menu .flex{
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#exam-wrap.section-menu .flex li{
  width: calc(50% - 20px);
  margin-top: 25px;
}

/* content ============================================*/

#exam-wrap.section-content table{
  width: 100%;
  color: #5c5c5c;
}

#exam-wrap.section-content table th{
  background-color: #ffe076;
  padding: 15px;
  border: 1px solid #fff;
}

#exam-wrap.section-content table td{
  padding: 20px 11px;
  border: 1px solid #ececec;
  z-index: 0;
}

td.sekkyoku {
    background: #fff8e1;
}

td.douki {
    background: #f5f5f5;
}

#exam-wrap.section-content tr:last-child th,#exam-wrap.section-content tr:last-child td {
    padding: 20px 13px;
}

#exam-wrap.section-content.cell {
  width: 50%;
  display: inline-block;
  position: relative;
}

#exam-wrap.section-content.line {
  position: relative;
}

#exam-wrap.section-content.line:after {
  content: "";
  width: 1px;
  display: inline-block;
  background-color: #ececec;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 50%;
}
#exam-wrap.section-content table td .padding-none {
    padding: 0;
}
#exam-wrap .table2 th,
#exam-wrap .table2 th{
  width: 25%;
}

#exam-wrap .table3 th,
#exam-wrap .table3 th{
  width: 33.3%;
}

#exam-wrap .table4 th{
  width: 20%;
}

#exam-wrap .table6 th{
  width: 20%;
}

#exam-wrap .table6 #exam-wrap .th1-2 {
  width: 23%;
}

#exam-wrap.section-content table td.age {
    padding: 8px 11px 3px;
    border-bottom: none;
    background: #f5f5f5;
    height: auto;
}

#exam-wrap.section-content table td.age-price {
    border-top: none;
    padding: 17px;
    position: inherit !important;
    z-index: 0 !important;
    background: #fff !important;
}

/* kensin========================== */

#exam-wrap .kensin .btn{
  display: inline-block;
  border-bottom: 1px solid #ffe076;
}


#exam-wrap .kensin .flex dt{
  width: auto;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}

#exam-wrap .kensin .flex dd{
  margin: 0;
  padding-left: 3%;
  color: #5c5c5c;
}

#exam-wrap .kensin .flex .koumoku{
  align-items: center;
}

#exam-wrap .kensin .box{
  padding: 40px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}


#exam-wrap .kensin .flex .ttl span{
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #5c5c5c;
}

#exam-wrap .kensin .flex .ttl span:before{
  content: "";
  display: inline-block;
  background-color: #ffe076;
  position: absolute;
  height: 11px;
  z-index: -1;
  bottom: 0;
  width: 100%;
}

#exam-wrap .kensin .flex.koumoku dt{
  width: 17%;
  background-color: #f5f5f5;
  color: #c0504e;
  text-align: center;
  padding: 20px 0 14px;
  border-radius: 5px;
  margin: auto;
  position: relative;
  border: 2px solid #c0504e;
  line-height: 1;
  font-weight: 500;
  z-index: 0;
}

#exam-wrap .kensin .flex.koumoku.second dt{
  border-color: #9CB95F;
  color: #9CB95F;
}

#exam-wrap .kensin .flex.koumoku.third dt{
  border-color: #7E659F;
  color: #7e659f;
}

#exam-wrap .kensin .flex.koumoku.fourth dt{
  border-color: #4DA9C2;
  color: #4da9c2;
}

#exam-wrap .kensin .flex.koumoku dt:after{
  content: "1";
  display: inline-block;
  background-color: #C0504E;
  position: absolute;
  height: 40px;
  width: 40px !important;
  z-index: 0;
  left: -14px;
  line-height: 34px;
  width: 1px;
  border-radius: 50px;
  border: 3px solid #f3f3f3;
  top: -18px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 200;
  padding: 3px 0 0 0;
  color: #fff;
}

#exam-wrap .kensin .flex.koumoku.second dt:after{
  content: "2";
  background-color: #9CB95F;
}

#exam-wrap .kensin .flex.koumoku.third dt:after{
  content: "3";
  background-color: #7E659F;
}

#exam-wrap .kensin .flex.koumoku.fourth dt:after{
  content: "4";
  background-color: #4DA9C2;
}

#exam-wrap .kensin .flex.koumoku.fourth dt:before{
  display: none;
}

#exam-wrap .kensin .flex.koumoku.border-none dt:before{
  display: none;
}

#exam-wrap .kensin dl.flex.koumoku {
  margin-bottom: 50px;
  margin-left: 13px;
}

#exam-wrap .kensin dl.flex.koumoku dd {
  width: 83%;
}

#exam-wrap .kensin .flex.koumoku dt:before {
    content: "";
    display: inline-block;
    border-right: 1px dashed #5c5c5c;
    position: absolute;
    height: 109%;
    z-index: 0;
    left: 0;
    width: 1px;
    bottom: -59px;
    margin: 0 auto;
    right: 0;
}

#genbaku #exam-wrap .age {
  display: inline-block;
}

#exam-wrap .table-canser .flex {
  flex-wrap: nowrap;
}

#exam-wrap .table-canser .flex dd {
  width: 50%;
  font-size: 1em;
  padding: 15px 0;
  margin: 0;
}

#exam-wrap .table-canser th:last-child, #exam-wrap .table-canser td:last-child{
  border-right: 1px solid #ececec;
}

#exam-wrap .table-canser .nll{
  background: linear-gradient(23deg, transparent, transparent 50%, black 19%, black 51%, transparent 50%, transparent);
  width: 100%;
  opacity: 0.1;
  height: 100%;
}

#exam-wrap .table-canser .null{
  padding: 0;
}

@media screen and (max-width: 1260px) {

#exam-wrap .box-inner .box-inner{
  width:100%;
}

}


@media screen and (max-width: 768px) {

  #exam-wrap .flex .last dd {
    height: 75px;
  }

 #exam-wrap .scroll {
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
  }

#exam-wrap .kensin .flex dt {
    width: 25%;
}
#exam-wrap .kensin .flex dd {
    width: 75%;
}
#exam-wrap .kensin dl.flex.koumoku dd {
    width: 100%;
}
#exam-wrap .kensin .flex.koumoku dt {
    width: 25%;
}
}

@media screen and (max-width: 767px) {

#exam-wrap .flex {
  flex-wrap: wrap;
}

#exam-wrap.section-menu .flex li{
  width: 100%;
}

#exam-wrap .box-inner{
  margin-bottom: 0;
  margin: 40px auto 0;
}

section#exam-wrap.content:first-child {
    margin: 0 auto;
}

#exam-wrap .left.scroll tr th:first-child,
#exam-wrap .left.scroll tr td:first-child {
    position: sticky;
    left: 0;
    background: #fff5d3;
    z-index: 3;
    border: none;
    border-bottom: 1px solid #efe0a9;
}

#exam-wrap .left.scroll tr th:first-child{
    background:#ffe076;
}



#exam-wrap .left.scroll tr td:first-child.line.center {
    position: inherit;
    z-index: 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

#exam-wrap.section-content table.kijun tr th,#exam-wrap.section-content table.kijun tr td {
    width: 100%;
    display: block;
}

#exam-wrap.section-content table.kijun tbody,#exam-wrap.section-content table.kijun tr {
    display: block;
}

#exam-wrap.section-content table.kijun tr th {
    border: none;
}
  
/* kensin=========================== */
#exam-wrap .kensin .flex.koumoku dt {
    width: 100%;
}
#exam-wrap .kensin dl .flex.koumoku dd {
    width: 100%;
}
#exam-wrap .kensin .flex dd {
    width: 100%;
}
#exam-wrap .kensin .flex dt {
    width: 100%;
    text-align: left;
}
#exam-wrap .kensin .box {
    padding: 15px;
}
#exam-wrap .kensin .flex dd {
    padding-left: 0;
    margin-top: 30px;
}
#exam-wrap .kensin .flex.koumoku dt:before {
  display: none;
}
	
}

@media screen and (max-width: 414px) {

  br {
    display: none;
  }
  #exam-wrap .flex .menu {
    flex-wrap: wrap;
  }

  #exam-wrap .section-menu .flex li {
      width: 100%;
  }

  #exam-wrap .item dd {
    font-size: 18px;
}

  #exam-wrap .item dt {
      background-color: #fcc800;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 2px 2px 9px 0px rgb(0 0 0 / 20%);
  }

  #exam-wrap .item dt img{
    width: 95%;
  }

  #exam-wrap .flex .last dd {
    height: auto;
}

#exam-wrap .box01, #exam-wrap .box02 {
    margin: 0;
}
}