@charset "UTF-8";

/* 下層ページ　- 1カラム用
=======================================*/

/* base
------------------------------------*/
article {
  width: 100%;
  overflow: hidden;
}

article * {
  box-sizing: border-box;
}

article img {
  width: 100%;
  display: block;
}

article div.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

article ul.pankuzu {
  width: 980px;
  margin: 0 auto;
}

.border {
  background: repeating-linear-gradient(
    45deg,
    #64c39d 0,
    #64c39d 1px,
    #fff 0,
    #fff 6px
  );
  width: 100%;
}

.mincho {
  font-family: "Yu Mincho", "YuMincho", serif;
}

article div.wrapper div.content {
  padding-top: 35px;
  width: 100%;
}

div.content .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.pcc_none {
  display: none !important;
}
.spp_none {
  display: block !important;
}
@media all and (max-width: 767px) {
  .pcc_none {
    display: block !important;
  }

  .spp_none {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  article ul.pankuzu {
    width: 94%;
    margin: 0 auto;
  }
  article div.wrapper div.content {
    width: 100%;
  }
  div.content .inner {
    width: 85%;
  }
}
@media all and (max-width: 480px) {
  article div.wrapper div.content {
    padding-top: 5px;
  }
  div.content .inner {
    width: 90%;
  }
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.no_link {
  pointer-events: none;
}

/* ヘッダー画像
------------------------------------*/
article > div.header {
  width: 100%;
  height: auto;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  article > div.header img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  article > div.header {
    display: none;
  }
}
/* main vidual
------------------------------------*/

article * {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
article .content {
  position: relative;
}
article .content img {
  width: 100%;
  max-width: 100%;
}
article .content::before {
  content: "";
  display: block;
  width: 800%;
  height: 800%;
  transform: rotate(-30deg);
  background: url("../img/jukensei/bg_img.png") repeat 50% 50% / auto;
  position: absolute;
  top: -100%;
  right: -240%;
  bottom: -100%;
  left: -240%;
  margin: auto;
  z-index: -1;
  opacity: 0.07;
}

article div.content .inner {
  width: 90%;
  margin: 0 auto;
}

article div.header_img {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
article div.content section {
  width: 100%;
  margin: 0 auto 120px;
  max-width: 980px;
}
article div.content section:last-of-type {
  margin-bottom: 0;
}

article div.content section .block01 {
  margin: 0 auto 60px;
}

@media all and (max-width: 1300px) {
}
@media all and (max-width: 768px) {
  article div.content section {
    margin: 0 auto 80px;
  }
}
@media all and (max-width: 480px) {
  article div.content section .block01 {
    margin: 0 auto 40px;
  }
}

/* heading
------------------------------------*/
.sec_ttl {
  width: 100%;
  margin: 0 0 20px;
  font-size: 200%;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 35px;
}

.sec_ttl::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/jukensei/accent.png") no-repeat 50% 50% / 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.blo_ttl {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 8px;
  font-size: 125%;
  text-align: left;
  line-height: 1.4;
  border-bottom: 1px dashed #005787;
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 168.75%;
    padding-left: 30px;
  }
  .sec_ttl::before {
    width: 20px;
    height: 20px;
  }
}
/* lead
------------------------------------*/
article div.content .lead {
  width: 100%;
  margin: 0 auto 90px;
}

article div.content .lead .inner:not(.inner_bottom) {
  margin-bottom: 20px;
}

article .yoko-btn {
  display: block;
  padding: 14px;
  width: 48%;
  margin: 0 auto;
  position: relative;
  background-color: #ffcccc;
  text-align: center;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
  line-height: 1.4;
  font-size: 15px;
  bottom: -25px;
}
article .inner_bottom .yoko-btn {
  background-color: #99ccff;
}
article .inner_sec .yoko-btn {
  background-color: #86be84;
}

article .yoko-btn:hover {
  opacity: 0.7;
}

article .yoko-btn span:not(.ib):before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  left: -8px;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #000;
}
article .yoko-btn span:not(.ib) {
  padding-left: 1em;
  position: relative;
}
article .yoko-btn span.ib {
  padding-left: 1em;
}

article .lead ul.pdf_link {
  width: 100%;
  background-color: #f4f4f4;
  padding: 14px;
  padding-top: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
article .lead ul li {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
}

article .lead ul li::after {
  content: "|";
  padding-left: 20px;
}

article .lead ul li:last-of-type:after {
  display: none;
}
article .lead ul li a:hover {
  opacity: 0.7;
}
@media all and (max-width: 768px) {
  article .yo-ko a span.ib {
    padding-left: 0;
  }
}

@media all and (max-width: 481px) {
  article .yo-ko {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  article .yoko-btn {
    width: 80%;
  }
  /* article .yoko-btn br.pc_none {
    display: none !important;
  }
  article .yoko-btn span.ib {
    padding-left: 1em;
  } */

  article .lead ul.pdf_link {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
/* table
------------------------------------*/

/* article th,
article td {
  border: 1px solid #000;
  padding: 5px;
}

article th {
  background-color: #e7e7e7;
} */

table th,
table td {
  padding: 5px 10px 4px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  box-sizing: border-box;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
table th {
  background-color: #ebbec0;
}
/*15*/
.tb-wr {
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  min-width: 660px;
}
table th,
table td {
  padding: 5px 10px 4px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  box-sizing: border-box;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
table th {
  background-color: #f2eee0;
}

@media all and (max-width: 1300px) {
}
@media all and (max-width: 769px) {
}
@media all and (max-width: 481px) {
  table th,
  table td {
    white-space: nowrap;
  }
}
article div.content section.kakomon_area {
  width: 100%;
  margin: 0 auto 90px;
  max-width: 980px;
}


.kakomon_set{
	display: block;
	max-width: 700px;
	margin: 0 auto 20px;
	padding: 0;
	vertical-align: middle;
}

.warning{
	width: 100%;
	padding: 30px 20px;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	border: 10px solid #f79c9c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	background-color: #fff;
	text-align: center;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.6;
}
