@charset 'utf-8';
.wrapper h2 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 3.2rem;
  background-image: linear-gradient(45deg, #10297f, #081540);
  border-radius: 6px;
  color: #fff;
  padding: 14px 20px;
}
.wrapper h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  border-left: 3px solid #eb0015;
  padding-left: 10px;
}
.wrapper h4 {
  position: relative;
  padding-left: 16px;
  font-size: 1.9rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wrapper h4:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #eb0015;
  position: absolute;
  left: 0;
  top: 10px;
}
.wrapper h5 {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 6px;
  font-size: 88%;
}
.wrapper .content_inner *:first-child {
  margin-top: 0;
}
.wrapper .tr {
  text-align: right;
}
.wrapper .img_box {
  text-align: center;
  margin-top: 1.5em;
}
.wrapper .img_box .img_box_inner {
  display: inline-block;
}
.wrapper .img_box .caption_r {
  text-align: right;
  margin-top: 0;
}
.wrapper .img_txt_box {
  display: flex;
  gap: 2em;
}
.wrapper .img_txt_box .img_box {
  min-width: calc(50% - 1em);
  margin: 0;
}
@media (max-width: 1024px) {
  .wrapper h2 {
    font-size: 2.8rem;
  }
  .wrapper h3 {}
  .wrapper .img_txt_box {
    gap: 1em;
  }
  .wrapper .img_txt_box .img_box {
    min-width: 320px;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 162%;
    margin-bottom: 30px;
  }
  .wrapper h2 {
    font-size: 2.2rem;
  }
  .wrapper h3 {
    font-size: 1.8rem;
  }
  .wrapper h4 {
    font-size: 1.6rem;
  }
  .wrapper .img_txt_box {
    flex-direction: column;
  }
  .wrapper .img_txt_box .img_box {
    min-width: auto;
  }
}
.cs_txt {
  text-align: center;
  margin: 2em 0 !important;
  font-size: 3rem;
}
.btn_whi {
  margin-top: 60px;
}
.btn_whi a {
  background: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 16px 0;
  text-decoration: none;
  max-width: 250px;
  display: block;
  text-align: center;
  transition: 0.3s ease;
  margin: 0 auto;
}
.btn_whi a:hover {
  background: #10297f;
  border: 1px solid #10297f;
  color: #fff;
}
.page_title {
  background: #000 url("../images/bg_h1.png") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: top center;
}
.page_title h1 {
  font-size: 4.0rem;
  color: #fff;
  padding: 235px 0 130px;
  font-weight: normal;
  font-weight: bold;
  text-shadow: 0 0 4px rgb(0 0 0);
}
.page_title h1 .s_txt {
  font-size: 2.6rem;
}
.pankuzu {
  background-color: #fff;
  padding: 10px 0;
}
.pankuzu .content_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pankuzu p {
  font-size: 80%;
  margin: 0;
}
.pankuzu a:hover {
  text-decoration: none;
}
.pankuzu p:after {
  content: ">";
  margin: 0 10px;
}
.pankuzu p:last-child:after {
  content: none;
}
@media (max-width: 1024px) {
  .page_title {
    background-position: top center;
  }
  .page_title h1 {
    padding: 205px 0 100px;
    font-size: 3.6rem;
  }
}
@media (max-width: 599px) {
  .page_title h1 {
    padding: 110px 1em 40px;
    font-size: 2.6rem;
  }
}
.content .content_img .caption {
  display: block;
  margin-bottom: 1em;
  text-align: left;
}
.content .content_img02 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.content .content_img02 .content_img {
  width: calc((100% - 10px) / 2);
  max-width: fit-content;
  text-align: center;
}
.content .content_img03 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.content .content_img03 .content_img {
  width: calc((100% - 10px) / 3);
  max-width: fit-content;
  text-align: center;
}
@media (max-width: 599px) {
  .content .content_img {
    text-align: center;
  }
  .content .content_img02, .content .content_img03 {
    flex-direction: column;
    align-items: center;
  }
  .content .content_img02 .content_img, .content .content_img03 .content_img {
    width: 100%;
  }
}
.content .sp_button {
  display: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-color: #f9f9f9;
  color: #000000;
  text-shadow: 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
}
.content .sp_large_table {
  width: auto;
  max-width: 100vw;
}
.content .sp_table_wrap {
  overflow: auto;
}
.content .sp_large_table .sp_table_wrap {
  width: auto;
  overflow: auto;
}
.content .sp_table_wrap2 {
  overflow: auto;
  position: relative;
}
.content table {
  margin: 1.5em 0;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.content table th {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 8px 4px 8px 10px;
  background: #10297f;
  color: #fff;
}
.content table td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 8px 4px 8px 10px;
  vertical-align: top;
}
.content table caption {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}
.content table td strong {
  margin-top: 1em !important;
  display: inline-block;
}
.content table td *:first-child {
  margin-top: 0 !important;
}
.content table td ul {
  padding-left: 1.5em;
  margin: 0;
}
.content table td .content_img {
  text-align: left;
}
.content table tr:nth-child(even) td {
  background: #f5f5f5;
}
.content table tr th:first-child {
  width: 6em;
}
@media (max-width: 599px) {
  .content table tr th:first-child {
    width: auto;
  }
}