@charset "utf-8";

.test_contents {
  margin-top: 80px;
}
.test_contents .ttl {
  width: 90%;
  margin: 0 auto 5px;
  text-align: center;
}
.test_contents .ttl img {
  width: 80%;
}
.test_contents .header {
  width: 100%;
  padding: 60px 5%;
  background: url(../images/kyotsu-bgi_header.png) no-repeat center / cover;
  position: relative;
  text-align: center;
}
.test_contents .header img {
  width: 90%;
}
.test_contents .header .label {
  width: 100px;
  position: absolute;
  left: 8%;
  top: 0;
  z-index: 3;
}
.test_contents .wrap {
	width: 100%;
	padding: 0 5%;
  position: relative;
}
.test_contents .wrap:before,
.test_contents .wrap:after {
  content: '';
  width: 5%;
  height: calc(100% + 5px);
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/kyotsu-bgi_cts.png) repeat-y top center / cover;
  z-index: 0;
}
.test_contents .wrap:after {
  left: unset;
  right: 0;
}
.test_contents .footer {
  width: 100%;
  padding: 40px 5% 60px;
  background: url(../images/kyotsu-bgi_footer.png) no-repeat center / cover;
  color: #fff;
}
.test_contents .footer h4 {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.test_contents .footer h4 span {
  width: auto;
  background: #fff;
  color: #008aa4;
  padding: 0 40px;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  border-radius: 50px;
  letter-spacing: .25em;
}
.test_contents .footer p {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
}
.test_contents .cts_box {
  width: 100%;
  background: #f4f4f2;
  padding: 40px 50px;
}
.test_contents .lead_txt {
  margin: 0 0 50px;
}
.test_contents .merit h3 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 0 10px;
}
.test_contents .merit h3 img {
  width: 50%;
}
.test_contents .merit .clr_box {
  width: 100%;
  background: #e2e4e4;
  border-top: 2px solid #008aa4;
  border-bottom: 2px solid #008aa4;
  padding: 5px 0;
}
.test_contents .merit .clr_box ul {
  width: 100%;
  border-top: 2px solid #008aa4;
  border-bottom: 2px solid #008aa4;
}
.test_contents .merit .clr_box ul li {
  width: 100%;
  padding: 30px;
  border-bottom: 2px dashed #008aa4;
}
.test_contents .merit .clr_box ul li:last-child {
  border-bottom: none!important;
}
.test_contents .merit .clr_box ul li p {
  color: #5d5d7f;
}
.test_contents .merit .clr_box ul li .link-btn {
  margin-top: 15px;
}
.test_contents .merit .btn_box {
  text-align: center;
  margin: 40px 0;
}
.test_contents .merit .link-btn {
  max-width: 290px;
}
.test_contents .point {
  background: #008aa4;
  color: #fff;
  padding: 30px 10px;
  margin: 0 0 20px;
  text-align: center;
}
.test_contents .point h3 {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.test_contents .point .point_txt {
  padding: 0 10%;
  text-align: left;
  position: relative;
  margin: 0 0 30px;
}
.test_contents .point .point_txt img {
  width: 70%;
}
.test_contents .point .point_txt .hand {
  width: 20%;
  position: absolute;
  top: 0;
  right: 5%;
  animation: hand 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes hand {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.test_contents .point .heigan img {
  width: 80%;
}
.test_contents .caution {
  color: #5d5d7f;
  font-size: 14px;
}

#ippan.test_contents .header h2 img {
  width: 72%;
}
#ippan.test_contents .header {
  background: url(../images/ippan-bgi_header.png) no-repeat center / cover;
}
#ippan.test_contents .wrap:before,
#ippan.test_contents .wrap:after {
  background: url(../images/ippan-bgi_cts.png) repeat-y top center / cover;
}
#ippan.test_contents .footer {
  background: url(../images/ippan-bgi_footer.png) no-repeat center / cover;
  height: 30px;
  padding: 0;
}
#ippan.test_contents .cts_box {
  padding: 40px 30px;
}
#ippan.test_contents .lead_txt,
#ippan.test_contents .merit {
  padding: 0 20px;
}
#ippan.test_contents .merit .clr_box {
  border-top: 2px solid #ce225b;
  border-bottom: 2px solid #ce225b;
}
#ippan.test_contents .merit .clr_box ul {
  border-top: 2px solid #ce225b;
  border-bottom: 2px solid #ce225b;
}
#ippan.test_contents .merit .clr_box ul li {
  border-bottom: 2px dashed #ce225b;
}
#ippan.test_contents .lead_txt {
  margin: 0 0 30px;
}
#ippan.test_contents .flow {
  margin-top: 50px;
}
#ippan.test_contents .flow h3 {
  text-align: center;
}
#ippan.test_contents .flow h3 img {
  width: 80%;
}
#ippan.test_contents .btn_box {
  margin-top: 80px;
}
#ippan.test_contents .link-btn {
  max-width: 360px;
}

#information {
  background: #ebf1f7;
}
#information .wrap {
  width: 86%;
  padding: 80px 0 32%;
}
#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: 60px 0;
}
#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: 10px;
}
#information .pattern .hikaku_wrap ul.list01 {
  top: -5px;
  left: 35%;
}
#information .pattern .hikaku_wrap ul.list02 {
  top: 28.7%;
  left: 0;
}
#information .pattern .hikaku_wrap ul.list03 {
  top: 61.1%;
  left: 35%;
}

#point {
  background: #fff6df;
  position: relative;
}
#point:before,
#point:after {
  content: '';
  width: calc(100% - 30px);
  height: 43px;
  position: absolute;
  left: 15px;
  top: 15px;
  background: url(../images/point-bgi.svg) no-repeat center / contain;
}
#point:after {
  top: unset;
  bottom: 15px;
  transform: rotate(180deg);
}
#point h2 {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-44%, -50%);
}
#point .wrap {
  padding: 30% 0 15%;
}
#point h3 {
  padding: 0 0 0 16%;
}
#point .inner {
  width: 85%;
  margin: 30px auto 0;
}
#point .example {
  margin-top: 50px;
}

.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 {
    padding: 30px;
  }
  .test_contents .merit .link-btn {
    max-width: 230px;
  }
  .test_contents .merit .btn_box {
    margin: 30px 0;
  }
  .test_contents .header {
    padding: 45px 5%;
  }
  .test_contents .footer {
    padding: 30px 5% 40px;
  }
  .test_contents .footer h4 span {
    font-size: 16px;
  }
  .test_contents .footer p {
    max-width: 290px;
    font-size: 15px;
  }
  #ippan.test_contents .cts_box {
    padding: 30px 20px;
  }
  #ippan.test_contents .lead_txt,
  #ippan.test_contents .merit {
    padding: 0 10px;
  }
  #ippan.test_contents .btn_box {
    margin-top: 60px;
  }
  #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;
  }
}