@charset "utf-8";

#heigan.test_contents {
  background: #ff92b9;
}
#kentei.test_contents {
  background: #76c1ff;
}
#kyotsu.test_contents {
  background: #ff9985;
}
#kyotsu.test_contents .wrap {
  padding-bottom: 0;
}
.test_contents + .test_contents {
  margin-top: 25px;
}
.test_contents .ttl {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.test_contents .cts_box {
  background: #fff;
  padding: 45px;
}
.test_contents .cts_box h3 {
  width: 44%;
  margin: 0 auto;
  display: block;
}
.test_contents .cts_box .inner {
  width: 100%;
  background: #e6e6e6;
  margin: 0 auto;
  padding: 30px;
  border-top: 1px solid #df045d;
  border-bottom: 1px solid #df045d;
}
#kentei.test_contents .cts_box .inner {
  border-color: #005cd5;
}
#kyotsu.test_contents .cts_box .inner {
  border-color: #ff4d33;
}
.test_contents .cts_box .inner .sec {
  display: inline-block;
  width: 100%;
  padding: 0 0 8% 0;
}
.test_contents .cts_box .inner .sec + .sec {
  border-top: 1px solid #df045d;
  padding: 8% 0;
}
.test_contents .cts_box .inner .sec:last-of-type {
  padding-bottom: 0;
}
#kentei.test_contents .cts_box .inner .sec {
  border-color: #005cd5;
}
#kyotsu.test_contents .cts_box .inner .sec {
  border-color: #ff4d33;
}
.test_contents .cts_box .inner .sec .btn_box {
  padding: 0;
  margin-top: 25px;
}
.test_contents .cts_box .clr_txt {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  color: #df045d;
}
#kentei.test_contents .cts_box .clr_txt {
  color: #005cd5;
}
#kyotsu.test_contents .cts_box .clr_txt {
  color: #ff4d33;
}
.marker {
  display: inline;
  background: linear-gradient(transparent 0%, #ffff64 0%);
  padding: 0 1px;
}
.test_contents .cts_box p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  color: #363636;
}
.test_contents .cts_box p + p {
  margin-top: 20px;
}
.test_contents .cts_box p.img {
  padding: 0 5%;
}
.test_contents .cts_box p.caution {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  color: #363636;
  margin-top: 2em;
}

#information {
  background: #f3eef7;
}
#information .wrap {
  width: 86%;
  padding: 80px 0 15%;
}
#information h2 {
  margin: 0 0 40px;
}
#information h3 {
  width: 55%;
  margin: 0 0 20px;
}
#information .schedule + .schedule {
  margin-top: 6%;
}
#information .schedule + .btn_box {
  margin: 80px 0 60px;
}
#information .schedule h4 {
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#information .schedule .acc_cts {
  background: #fff;
  padding: 20px 25px 30px;
}
#information .schedule .close {
  width: 100%;
  height: 30px;
  background: #f7c5d9;
  position: relative;
  z-index: 0;
  margin-top: -2px;
  cursor: pointer;
}
#information .schedule .close span {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#information .schedule .close span:before,
#information .schedule .close span:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e63d82;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#information .schedule .close span:after {
  transform: translate(-50%,-50%) rotate(90deg);
}
#information .schedule .close.open span:after {
  transform: translate(-50%,-50%)rotate(180deg);
}
#information .schedule .close.kyotsu {
  background: #b2dce4;
}
#information .schedule .close.kyotsu span:before,
#information .schedule .close.kyotsu span:after {
  background: #008aa4;
}
#information .pattern h3 {
  width: 90%;
  margin: 0 auto 20px;
}
#information .pattern .click {
  width: 70%;
  margin: 0 auto 40px;
  position: relative;
}
#information .pattern .click .arrow {
  width: 8%;
  position: absolute;
  right: -5%;
  bottom: -20%;
  animation: scale 1s ease-in-out infinite alternate-reverse;
}
@keyframes scale {
  0% {
    transform: scale(.8);
  }
  100% {
    transform: scale(1.2);
  }
}
#information .pattern .hikaku_wrap {
  width: 90%;
  margin: 0 auto 40px;
  position: relative;
}
#information .pattern .hikaku_wrap a {
  color: #0c377a;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  display: inline-block;
}
#information .pattern .hikaku_wrap a:hover {
  text-decoration: none;
}
#information .pattern .hikaku_wrap ul {
  position: absolute;
}
#information .pattern .hikaku_wrap ul li + li {
  margin-top: 12px;
}
#information .pattern .hikaku_wrap ul.list01 {
  top: 2%;
  left: 35%;
}
#information .pattern .hikaku_wrap ul.list02 {
  top: 38%;
  left: 0;
}
#information .pattern .hikaku_wrap ul.list03 {
  top: 64%;
  left: 35%;
}

#point {
  background: #fff;
  position: relative;
}
#point .wrap {
  padding: 15% 0;
}
#point .inner {
  background: #fff6df;
  position: relative;
  padding: 0.1px 25px 30px;
  width: 100%;
  margin: 0;
}
#point .inner:before,
#point .inner:after {
  content: '';
  width: calc(100% + 10px);
  height: 43px;
  position: absolute;
  left: -5px;
  top: -14px;
  background: url(../images/point-bgi.svg) no-repeat center / contain;
}
#point .inner:after {
  top: unset;
  bottom: -14px;
  transform: rotate(180deg);
}
#point h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 20%;
}
#point h3 {
  width: 94%;
  padding: 0 0 0 5%;
  margin-top: -15%;
}
#point p {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 600;
  color: #50a0eb;
}
#point p.caution {
  margin-top: .8em;
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 400;
  color: #000;
}

.md-contents table {
  width: 100%;
}
.md-contents table th,
.md-contents table td {
  font-weight: normal;
  border: 1px solid #0c377a;
  color: #0c377a;
  text-align: left;
  vertical-align: middle;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 600;
  font-feature-settings: "palt";
}
.md-contents table tr:nth-child(even) td {
  background: #EDEDED;
}
.md-contents table .header th,
.md-contents table .header td {
  font-size: 90%;
  background: #fff;
  padding: 0 10px;
}
#subject .md-contents .bdr_box {
  width: 100%;
  border: 1px solid #008aa4;
  padding: 20px 30px;
}
#subject .md-contents .bdr_box .border {
  display: block;
  width: 100%;
  border-top: 1px dashed #008aa4;
  margin: 20px 0;
}
#subject .md-contents .bdr_box .txt_cts {
  width: 100%;
}
#subject .md-contents .bdr_box .txt_cts + .txt_cts {
  margin-top: 20px;
}
#subject .md-contents .bdr_box p {
  color: #008aa4;
  font-size: 18px;
}
#subject .md-contents .bdr_box p.blk,
#subject .md-contents .bdr_box p.caution {
  color: #5d5d7f;
}
#subject .md-contents .bdr_box p.caution {
  font-size: 14px;
}
/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  .md-close {
    width: 50px;
    height: 50px;
    right: 10px;
    top: -10px;
    transform: translate(0, -100%);
  }
  #schedule-list .md-cts {
    min-width: 720px;
    padding-right: 15px;
  }
  #merit .md-cts {
    min-width: 800px;
    padding-right: 15px;
  }
}


/* ========================================================================================================
   512px以下
   ========================================================================================================*/
@media screen and (max-width: 512px) {
  .test_contents .cts_box .clr_txt {
    font-size: 4.2vw;
  }
  .test_contents .cts_box p {
    font-size: 3.4vw;
  }
  .test_contents .cts_box .inner {
    padding: 30px 20px;
  }
  .test_contents .cts_box .inner .sec .btn_box {
    margin-top: 10px;
  }
  .test_contents .cts_box p.caution {
    font-size: 3vw;
  }
  #point .inner {
    padding: 0.1px 10% 30px;
  }
  #point p {
    font-size: 5vw;
  }
  #point p.caution {
    font-size: 3.5vw;
  }
  #information .wrap {
    padding: 80px 0 10%;
  }
  .test_contents .cts_box {
    padding: 30px;
  }
  #information .schedule + .btn_box {
    margin: 50px 0;
  }
  #information .pattern .hikaku_wrap a {
    font-size: 13px;
  }
  #information .pattern .hikaku_wrap ul li + li {
    margin-top: 6px;
  }
  .md-contents table th,
  .md-contents table td {
    font-size: 14px;
    line-height: 1.6em;
  }
  #subject .md-contents .bdr_box p {
    font-size: 16px;
  }
  #subject .md-contents .bdr_box p.caution {
    font-size: 12px;
  }
  #merit .md-cts {
    min-width: 720px;
  }
}