@charset "UTF-8";

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

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

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;
}

.page_link {
  margin-bottom: 20px;
}
.page_link a {
  color: #bb262c;
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 168.75%;
    padding-left: 30px;
  }
  .sec_ttl::before {
    width: 20px;
    height: 20px;
    bottom: inherit;
    top: 7px;
  }
}

/* table
------------------------------------*/

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

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

article div.content table th,
article div.content 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;
}
article div.content table th {
  background-color: #ebbec0;
}
/*15*/
.tb-wr {
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
article div.content table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  min-width: 660px;
}
article div.content table th,
article div.content 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;
}
article div.content table th {
  background-color: #f2eee0;
}

.right_up_border {
  background-image: linear-gradient(
    to bottom right,
    transparent 49.5%,
    #000 50%,
    #000 50.5%,
    transparent 50.5%,
    transparent
  );
}

@media all and (max-width: 1300px) {
}
@media all and (max-width: 769px) {
}
@media all and (max-width: 481px) {
  article div.content table {
    min-width: 480px;
  }
  article div.content table th,
  article div.content table td {
    white-space: nowrap;
  }
}
ul.circle {
  padding: 0 0 0 1em;
  list-style-type: disc !important;
}
.ta-r{
	text-align: right;
}


.style01{
  font-size: 120%;
	text-decoration: underline;
}