@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
  color: #006699;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
}

input, textarea, select {
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper .h1_row {
  background: #003c64;
  color: #fff;
}
.wrapper .h1_row .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .h1_row .inner h1 {
  line-height: 29px;
  font-size: 16px;
  font-weight: normal;
}
.wrapper .h1_row .inner .kanri_link {
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
  padding-right: 18px;
}
.wrapper .inner {
  max-width: 936px;
  margin: 0 auto;
}
.wrapper .inner .page_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrapper .inner .page_row main {
  width: 616px;
  padding-top: 25px;
  margin-right: 40px;
}
.wrapper .inner .page_row main h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.wrapper .inner .page_row main h2::before {
  content: "";
  display: block;
  width: 49px;
  height: 69px;
  background: url(../img/ikkun_h2.png) no-repeat center/contain;
  margin-right: 14px;
  margin-top: 10px;
}
.wrapper .inner .page_row main .breadcrumb ul {
  display: flex;
}
.wrapper .inner .page_row main .breadcrumb ul li {
  font-size: 12px;
}
.wrapper .inner .page_row main .breadcrumb ul li:not(:last-child) {
  margin-right: 0.5em;
}
.wrapper .inner .page_row main .breadcrumb ul li:not(:last-child)::after {
  content: ">>";
  margin-left: 0.5em;
}
.wrapper .inner .page_row main .content {
  margin-top: 34px;
  line-height: 26px;
}
.wrapper .inner .page_row main .content h3 {
  border-top: 6px solid;
  border-bottom: 3px solid;
  font-size: 24px;
  padding: 8px 0 3px;
  margin-bottom: 35px;
}
.wrapper .inner .page_row .sp_menu {
  background: #003c64;
  width: 280px;
  border-radius: 0 0 5px 5px;
}
.wrapper .inner .page_row .sp_menu .time {
  background: #ffcc00;
  padding: 6px 12px;
}
.wrapper .inner .page_row .sp_menu .nav .menu {
  padding: 26px 15px 33px;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li > a {
  font-weight: bold;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 7px;
  height: 45px;
  color: #000;
  text-decoration: none;
  border: 3px solid;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li > a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_link_gray.svg) no-repeat center/contain;
  margin-right: 7px;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li > a br {
  display: none;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li .submenu li {
  margin-top: 5px;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li .submenu li a {
  font-size: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 7px;
  height: 45px;
  color: #000;
  text-decoration: none;
  border: 3px solid #EFCBA2;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li .submenu li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #EFCBA2;
  border-radius: 50%;
  margin-right: 7px;
  transition: 0.3s;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li .submenu li a:hover::before {
  background: #fff;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li .submenu li:nth-child(2) a {
  height: 59px;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:not(:last-child) {
  margin-bottom: 5px;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(1) a {
  border-color: #ffcc00;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(1) a:hover {
  opacity: 1;
  background: #ffcc00;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(1).current a {
  background: #ffcc00;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(2) a {
  border-color: #F2BFCC;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(2) a:hover {
  opacity: 1;
  background: #F2BFCC;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(2).current a {
  background: #F2BFCC;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(3) a {
  border-color: #EFC7C6;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(3) a:hover {
  opacity: 1;
  background: #EFC7C6;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(3).current a {
  background: #EFC7C6;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) a {
  border-color: #EFCBA2;
  height: 88px;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) a br {
  display: block;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) a:hover {
  opacity: 1;
  background: #EFCBA2;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4).current > a {
  background: #EFCBA2;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) .submenu li a {
  border-color: #EFCBA2;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) .submenu li a::before {
  background-color: #EFCBA2;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) .submenu li a:hover::before {
  background-color: #fff;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) .submenu li.current > a {
  background: #EFCBA2;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(4) .submenu li.current > a::before {
  background-color: #fff;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(5) a {
  border-color: #F7E480;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(5) a:hover {
  opacity: 1;
  background: #F7E480;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(5).current a {
  background: #F7E480;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(6) a {
  border-color: #E6EB7B;
  height: 88px;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(6) a br {
  display: block;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(6) a:hover {
  opacity: 1;
  background: #E6EB7B;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(6).current a {
  background: #E6EB7B;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(7) a {
  border-color: #BADEC5;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(7) a br {
  display: block;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(7) a:hover {
  opacity: 1;
  background: #BADEC5;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(7).current > a {
  background: #BADEC5;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(7) .submenu li.current > a {
  background: #EFCBA2;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(7) .submenu li.current > a::before {
  background-color: #fff;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(8) a {
  border-color: #BADEC5;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(8) a:hover {
  opacity: 1;
  background: #BADEC5;
}
.wrapper .inner .page_row .sp_menu .nav .block_nav > li:nth-child(8).current a {
  background: #BADEC5;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav {
  margin-top: 57px;
  padding-left: 6px;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  top: 0;
  left: 0;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:not(:last-child) {
  margin-bottom: 20px;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(1) a {
  color: #B7DADD;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(1) a::before {
  background-image: url(../img/arrow_right_green.svg);
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(2) a {
  color: #B3DBF5;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(2) a::before {
  background-image: url(../img/arrow_right_blue.svg);
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(3) a {
  color: #b7c8e3;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(3) a::before {
  background-image: url(../img/arrow_right_l_blue.svg);
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(3) a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blue.svg) no-repeat center/contain;
  margin-left: 5px;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(4) a {
  color: #d9b5cf;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(4) a::before {
  background-image: url(../img/arrow_right_pink.svg);
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(4) a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_pink.svg) no-repeat center/contain;
  margin-left: 5px;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(5) a {
  color: #d8b6bf;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(5) a::before {
  background-image: url(../img/arrow_right_palered.svg);
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(5) a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_palered.svg) no-repeat center/contain;
  margin-left: 5px;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(6) a {
  color: #D4C9F5;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(6) a::before {
  background-image: url(../img/arrow_right_purple.svg);
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(7) a {
  color: #CCCCCC;
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(7) a::before {
  background-image: url(../img/arrow_right_gray.svg);
}
.wrapper .inner .page_row .sp_menu .nav .txt_nav li:nth-child(7) a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_gray.svg) no-repeat center/contain;
  margin-left: 5px;
}

.indent_list li {
  text-indent: -1em;
  margin-left: 1em;
}
.indent_list li:not(:last-child) {
  margin-bottom: 10px;
}

.link a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.link a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/icon_link.svg) no-repeat center/contain;
  margin-right: 6px;
  flex-shrink: 0;
}

.red {
  color: #D30000;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

footer {
  position: relative;
  margin-top: 35px;
}
footer #pagetop {
  position: absolute;
  right: calc((100vw - 935px) / 2);
  bottom: calc(100% + 14px);
}
footer #pagetop a {
  display: flex;
  align-items: center;
}
footer #pagetop a::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(../img/pagetop.svg) no-repeat center/contain;
  margin-right: 5px;
}
footer .links {
  background: #EEE;
  padding: 20px 0;
}
footer .links ul {
  display: flex;
  flex-wrap: wrap;
}
footer .links ul li a {
  color: #006699;
  text-decoration: underline;
}
footer .links ul li:not(:last-child) {
  margin-right: 25px;
}
footer .links ul li:nth-child(n+6) {
  margin-top: 10px;
}
footer .tels {
  background: #4C4F56;
  padding: 12px 0 10px;
}
footer .tels .inner {
  display: flex;
  align-items: center;
}
footer .tels .inner .ttl {
  background: #fff;
  width: 180px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 20.5px;
  flex-shrink: 0;
  margin-right: 15px;
}
footer .tels .inner ul {
  display: flex;
  flex-wrap: wrap;
}
footer .tels .inner ul li {
  color: #fff;
  font-size: 14px;
}
footer .tels .inner ul li a {
  color: #fff;
  text-decoration: none;
}
footer .tels .inner ul li:not(:last-child) {
  margin-right: 25px;
}
footer .link_copy {
  padding: 10px 0;
  position: relative;
}
footer .link_copy::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}
footer .link_copy .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .link_copy .inner .other_link {
  display: flex;
}
footer .link_copy .inner .other_link li a {
  color: #006699;
  text-decoration: underline;
}
footer .link_copy .inner .other_link li:not(:last-child) {
  margin-right: 27px;
}
footer .link_copy .inner .copy {
  font-size: 12px;
}

.btn a.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}

@media (max-width: 936px) {
  body {
    width: 936px;
  }
  footer #pagetop {
    right: 25px;
  }
}
@media (max-width: 768px) {
  body {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper .h1_row {
    background: none;
  }
  .wrapper .h1_row .inner {
    flex-direction: column;
  }
  .wrapper .h1_row .inner h1 {
    width: 100%;
    background: none;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .h1_row .inner h1 img {
    width: 352px;
  }
  .wrapper .h1_row .inner .kanri_link {
    width: 100%;
    background: #003c64;
    padding: 0 15px;
    text-align: right;
  }
  .wrapper .inner .page_row {
    flex-direction: column;
  }
  .wrapper .inner .page_row main {
    width: 100%;
    margin-right: 0;
    padding: 20px 20px 0;
    order: 2;
  }
  .wrapper .inner .page_row main h2 {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 26px;
    border-bottom: 6px solid;
    padding: 0 20px;
  }
  .wrapper .inner .page_row main h2::before {
    content: none;
  }
  .wrapper .inner .page_row main .breadcrumb {
    display: none;
  }
  .wrapper .inner .page_row main .content {
    margin-top: 10px;
    line-height: 27px;
  }
  .wrapper .inner .page_row main .content h3 {
    border-top: 0;
    padding-top: 0;
    font-size: 22px;
  }
  .wrapper .inner .page_row .sp_menu {
    width: 100%;
    order: 1;
    border-radius: 0;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav .time {
    width: calc(100% - 82px);
    text-align: center;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav .time img {
    width: 234px;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav #menu_btn {
    text-align: center;
    width: 82px;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav #menu_btn img {
    width: 30px;
    margin: 0 auto;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav #menu_btn img.default {
    display: block;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav #menu_btn img.close {
    display: none;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav #menu_btn span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav #menu_btn.open img.default {
    display: none;
  }
  .wrapper .inner .page_row .sp_menu .sp_nav #menu_btn.open img.close {
    display: block;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu {
    display: none;
    padding-bottom: 20px;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu .block_nav > li .submenu li:nth-child(2) a {
    height: 45px;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu .block_nav > li:nth-child(4) a {
    height: 71px;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu .block_nav > li:nth-child(4) a .pc {
    display: none;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu .block_nav > li:nth-child(4) .submenu li a {
    height: 45px;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu .block_nav > li:nth-child(6) a {
    height: 71px;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu .block_nav > li:nth-child(6) a .pc {
    display: none;
  }
  .wrapper .inner .page_row .sp_menu .nav .menu .txt_nav {
    margin-top: 20px;
  }
  footer #pagetop a {
    font-size: 14px;
  }
  footer .links {
    display: none;
  }
  footer .tels {
    padding: 15px 0 20px;
  }
  footer .tels .inner {
    flex-direction: column;
    padding: 0 20px;
  }
  footer .tels .inner .ttl {
    width: 337px;
    height: 33px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .tels .inner .ttl br {
    display: none;
  }
  footer .tels .inner ul li {
    line-height: 2;
  }
  footer .tels .inner ul li:not(:last-child) {
    margin-right: 0;
  }
  footer .tels .inner ul li:nth-child(2n+1) {
    margin-right: 1em;
  }
  footer .link_copy::before {
    content: none;
  }
  footer .link_copy .inner {
    flex-direction: column;
    align-items: center;
  }
  footer .link_copy .inner ul {
    justify-content: center;
  }
  footer .link_copy .inner ul li a {
    font-size: 14px;
  }
  footer .link_copy .inner .copy {
    margin-top: 10px;
    text-align: center;
  }
}
#top .inner .page_row {
  align-items: stretch;
}
#top .inner .page_row main {
  width: 510px;
  padding-top: 26px;
  margin-right: 36px;
}
#top .inner .page_row main .kanri_link,
#top .inner .page_row main .sp_menu {
  display: none;
}
#top .inner .page_row main .logo {
  margin-bottom: 20px;
  background: none;
  padding: 0;
}
#top .inner .page_row main .poster {
  padding: 17px 25px;
  background: #0060a9;
  border-radius: 10px;
}
#top .inner .page_row .top_menu {
  padding: 0;
  width: 390px;
  border-radius: 0 0 10px 10px;
  background: #003c64;
}
#top .inner .page_row .top_menu .nav {
  padding: 26px 18px 13px;
}
#top .inner .page_row .top_menu .nav .time {
  margin-bottom: 28px;
  text-align: right;
}
#top .inner .page_row .top_menu .nav .time img {
  width: 336px;
}
#top .inner .page_row .top_menu .nav .block_nav {
  display: flex;
  flex-wrap: wrap;
}
#top .inner .page_row .top_menu .nav .block_nav > li {
  width: calc((100% - 15px) / 2);
}
#top .inner .page_row .top_menu .nav .block_nav > li > a {
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  border-radius: 6px;
  text-decoration: none;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  border: none;
}
#top .inner .page_row .top_menu .nav .block_nav > li > a br {
  display: block;
}
#top .inner .page_row .top_menu .nav .block_nav > li > a::before {
  content: none;
}
#top .inner .page_row .top_menu .nav .block_nav > li > a small {
  font-size: 18px;
}
#top .inner .page_row .top_menu .nav .block_nav > li > a:hover {
  opacity: 0.7;
}
#top .inner .page_row .top_menu .nav .block_nav > li .submenu {
  display: none;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(2n+1) {
  margin-right: 15px;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(n+3) {
  margin-top: 15px;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(n+3) a {
  height: 118px;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(n+5) a {
  height: 126px;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(1) a {
  background: #F2BFCC;
  color: #960036;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(2) a {
  background: #EFC7C6;
  color: #8B1800;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(3) a {
  background: #EFCBA2;
  color: #864500;
  line-height: 1em;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(3) a small {
  font-size: 14px;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(4) a {
  background: #F7E480;
  color: #572C00;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(5) a {
  background: #E6EB7B;
  color: #595300;
  line-height: 1em;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(5) a small {
  font-size: 14px;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(6) a {
  background: #BADEC5;
  color: #003300;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(7) {
  width: 100%;
  margin-right: 0;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(7) a {
  background: #BADEC5;
  color: #003300;
  flex-direction: row;
  padding-right: 20px;
}
#top .inner .page_row .top_menu .nav .block_nav > li:nth-child(7) a::before {
  content: "";
  display: block;
  width: 65px;
  height: 78px;
  background: url(../img/ikkun_kaihyo.png) no-repeat center/contain;
  margin-right: 10px;
}
#top .inner .page_row .top_menu .nav .txt_nav {
  margin-top: 38px;
  padding-left: 6px;
}
#top .inner .page_row .top_menu .nav .txt_nav li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
#top .inner .page_row .top_menu .nav .txt_nav li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  margin-right: 8px;
  margin-bottom: 2px;
}
#top .inner .page_row .top_menu .nav .txt_nav li:not(:last-child) {
  margin-bottom: 15px;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(1) a {
  color: #B7DADD;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(1) a::before {
  background-image: url(../img/arrow_right_green.svg);
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(2) a {
  color: #B3DBF5;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(2) a::before {
  background-image: url(../img/arrow_right_blue.svg);
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(3) a {
  color: #b7c8e3;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(3) a::before {
  background-image: url(../img/arrow_right_l_blue.svg);
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(3) a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blue.svg) no-repeat center/contain;
  margin-left: 5px;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(4) a {
  color: #d8b6bf;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(4) a::before {
  background-image: url(../img/arrow_right_pink.svg);
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(4) a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_pink.svg) no-repeat center/contain;
  margin-left: 5px;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(5) a {
  color: #d8b6bf;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(5) a::before {
  background-image: url(../img/arrow_right_palered.svg);
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(5) a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_palered.svg) no-repeat center/contain;
  margin-left: 5px;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(6) a {
  color: #D4C9F5;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(6) a::before {
  background-image: url(../img/arrow_right_purple.svg);
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(7) a {
  color: #CCCCCC;
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(7) a::before {
  background-image: url(../img/arrow_right_gray.svg);
}
#top .inner .page_row .top_menu .nav .txt_nav li:nth-child(7) a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_gray.svg) no-repeat center/contain;
  margin-left: 5px;
}
#top .inner .nav_ikkun {
  text-align: right;
  margin-top: 17px;
}
#top .inner .nav_ikkun img {
  width: 96px;
}
#top .inner .bnr_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0 40px;
}
#top .inner .bnr_area .bnr {
  margin-bottom: 20px;
}
#top .inner .bnr_area .bnr ul {
  display: flex;
  flex-wrap: wrap;
  width: 615px;
  max-width: 100%;
}
#top .inner .bnr_area .bnr ul li {
  width: 300px;
}
#top .inner .bnr_area .bnr ul li:nth-child(odd) {
  margin-right: 14px;
}
#top .inner .bnr_area .bnr ul li:nth-child(3) {
  margin-top: 14px;
}
#top .inner .bnr_area .bnr ul li:nth-child(4) {
  margin-top: 14px;
}
#top .inner .bnr_area .bnr_ikkun {
  width: 256px;
}
#top .inner .movie_area {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#top .inner .movie_area .block {
  background: url(../img/bg_movie.svg) no-repeat center/contain;
  width: 450px;
  height: 295px;
}
#top .inner .movie_area .block .ttl {
  font-weight: bold;
  color: #fff;
}
#top .modal-trg {
  cursor: pointer;
}
#top .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}
#top .modal .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#top .modal .modal-content {
  background: #fff;
  width: 600px;
  max-width: 90%;
  max-height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .modal .modal-content .modal-close {
  position: absolute;
  top: -50px;
  right: -4px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}
#top .modal .modal-content .modal-inner {
  display: none;
}
#top .modal .modal-content .modal-inner video {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  #top {
    border-top: 0;
  }
  #top > h1 {
    display: block;
    text-align: center;
  }
  #top > h1 span {
    width: 334px;
    margin: 0 auto;
  }
  #top > h1 img {
    width: 340px;
  }
  #top > h1::after {
    content: none;
  }
  #top .inner .page_row main {
    width: 100%;
    padding: 0;
    order: 1;
  }
  #top .inner .page_row main .kanri_link {
    display: block;
  }
  #top .inner .page_row main .kanri_link a {
    display: flex;
    align-items: center;
    background: #F18300;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px 6px;
    text-decoration: none;
  }
  #top .inner .page_row main .kanri_link a::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
    margin-right: 8px;
  }
  #top .inner .page_row main .kanri_link a::after {
    content: "";
    display: block;
    width: 14px;
    height: 15px;
    background: url(../img/icon_blank.svg) no-repeat center/contain;
    margin-left: 7px;
  }
  #top .inner .page_row main .kanri_link a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #top .inner .page_row main .sp_menu {
    display: block;
  }
  #top .inner .page_row main .logo {
    display: none;
  }
  #top .inner .page_row main .poster {
    border-radius: 0;
    padding-top: 5px;
  }
  #top .inner .page_row .top_menu {
    width: 100%;
    border-radius: 0;
    order: 2;
  }
  #top .inner .page_row .top_menu .kanri_link {
    display: none;
  }
  #top .inner .page_row .top_menu .time {
    display: none;
  }
  #top .inner .page_row .top_menu .nav {
    padding: 23px 26px 30px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li {
    width: calc((100% - 12px) / 2);
  }
  #top .inner .page_row .top_menu .nav .block_nav > li > a {
    height: 84px;
    font-size: 20px;
    line-height: 28px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li > a small {
    font-size: 17px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(2n+1) {
    margin-right: 12px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(n+3) {
    margin-top: 10px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(n+3) a {
    height: 89px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(n+5) a {
    height: 111px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(3) a {
    line-height: 18px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(5) a {
    line-height: 18px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(5) a small {
    font-size: 12px;
  }
  #top .inner .page_row .top_menu .nav .block_nav > li:nth-child(7) {
    margin-right: 0;
  }
  #top .inner .page_row .top_menu .nav .txt_nav {
    margin-top: 40px;
  }
  #top .inner .page_row .top_menu .nav .txt_nav li a {
    font-size: 16.5px;
  }
  #top .inner .page_row .top_menu .nav .txt_nav li a::before {
    width: 18px;
    height: 18px;
  }
  #top .inner .page_row .top_menu .nav .txt_nav li:not(:last-child) {
    margin-bottom: 20px;
  }
  #top .inner .bnr_area {
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #top .inner .bnr_area .bnr ul {
    width: 100%;
    flex-direction: column;
  }
  #top .inner .bnr_area .bnr ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  #top .inner .bnr_area .bnr ul li:nth-child(odd) {
    margin-right: 0;
  }
  #top .inner .movie_area {
    flex-direction: column;
    align-items: center;
  }
  #top .inner .movie_area .block {
    width: 333px;
    height: 218px;
  }
  #top .inner .movie_area .block .ttl {
    font-size: 11px;
  }
  #top .inner .movie_area .block:not(:last-child) {
    margin-bottom: 18px;
  }
}
#toujitsu .inner .page_row main h3 {
  border-color: #F2BFCC;
}
#toujitsu .inner .page_row main .link {
  padding-left: 1em;
  margin-top: 5px;
}
#toujitsu .inner .page_row main .link + .indent_list {
  margin-top: 15px;
}
#toujitsu .inner .page_row main .btn {
  margin-top: 34px;
}
#toujitsu .inner .page_row main .btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #006699;
  width: 420px;
  max-width: 100%;
  height: 78px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin: 0 auto;
}
#toujitsu .inner .page_row main .btn a.nolink {
  background: #a3c2cc;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
#toujitsu .inner .page_row main .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#toujitsu .inner .page_row main .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#toujitsu .inner .page_row main .place {
  margin-top: 100px;
  padding-bottom: 60px;
}
#toujitsu .inner .page_row main .place h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 6px solid #B7DADD;
  margin-bottom: 20px;
}
#toujitsu .inner .page_row main .place .area_nav {
  margin-top: 14px;
}
#toujitsu .inner .page_row main .place .area_nav ul {
  display: flex;
}
#toujitsu .inner .page_row main .place .area_nav ul li a {
  display: block;
  border: #006699 solid 3px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: underline;
  color: #006699;
  padding: 15px 10px 10px;
  transition: 0.3s;
  min-width: 80px;
  text-align: center;
}
#toujitsu .inner .page_row main .place .area_nav ul li a:hover {
  background: #006699;
  color: #fff;
  opacity: 1;
}
#toujitsu .inner .page_row main .place .area_nav ul li.current a {
  border: #006699 solid 3px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: underline;
  color: #006699;
  padding: 15px 10px 10px;
  transition: 0.3s;
  background: #006699;
  color: #fff;
}
#toujitsu .inner .page_row main .place .area_nav ul li:not(:last-child) {
  margin-right: 6px;
}
#toujitsu .inner .page_row main .place .place_list {
  margin-top: 35px;
}
#toujitsu .inner .page_row main .place .place_list .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
#toujitsu .inner .page_row main .place .place_list .ttl h5 {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
#toujitsu .inner .page_row main .place .place_list .ttl h5 span {
  color: #D30000;
}
#toujitsu .inner .page_row main .place .place_list .list {
  display: flex;
  flex-wrap: wrap;
}
#toujitsu .inner .page_row main .place .place_list .list .block {
  width: 48.5%;
}
#toujitsu .inner .page_row main .place .place_list .list .block .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
#toujitsu .inner .page_row main .place .place_list .list .block .img {
  margin-bottom: 5px;
}
#toujitsu .inner .page_row main .place .place_list .list .block .txt {
  font-size: 15px;
  line-height: 22px;
}
#toujitsu .inner .page_row main .place .place_list .list .block:nth-child(2n+1) {
  margin-right: 3%;
}
#toujitsu .inner .page_row main .place .place_list .list .block:nth-child(n+3) {
  margin-top: 55px;
}

@media (max-width: 768px) {
  #toujitsu .inner .page_row main h2 {
    border-color: #F2BFCC;
  }
  #toujitsu .inner .page_row main .content .link {
    margin-top: 10px;
  }
  #toujitsu .inner .page_row main .content .link a {
    font-size: 15px;
  }
  #toujitsu .inner .page_row main .content .link a::before {
    width: 16px;
    height: 16px;
  }
  #toujitsu .inner .page_row main .content .btn {
    margin-top: 30px;
  }
  #toujitsu .inner .page_row main .content .btn a {
    height: 103px;
    line-height: 1.575;
  }
  #toujitsu .inner .page_row main .content .place h4 {
    font-size: 22px;
  }
  #toujitsu .inner .page_row main .content .place .area_nav ul {
    flex-wrap: wrap;
  }
  #toujitsu .inner .page_row main .content .place .area_nav ul li {
    width: calc((100% - 12px) / 4);
    text-align: center;
  }
  #toujitsu .inner .page_row main .content .place .area_nav ul li a {
    padding: 10px 0 6px;
  }
  #toujitsu .inner .page_row main .content .place .area_nav ul li.current a {
    padding: 10px 0 6px;
  }
  #toujitsu .inner .page_row main .content .place .area_nav ul li:not(:last-child) {
    margin-right: 0;
  }
  #toujitsu .inner .page_row main .content .place .area_nav ul li:not(:nth-child(4n)) {
    margin-right: 4px;
  }
  #toujitsu .inner .page_row main .content .place .area_nav ul li:nth-child(n+5) {
    margin-top: 4px;
  }
  #toujitsu .inner .page_row main .content .place .place_list {
    margin-top: 50px;
  }
  #toujitsu .inner .page_row main .content .place .place_list .ttl {
    flex-direction: column;
    align-items: flex-start;
  }
  #toujitsu .inner .page_row main .content .place .place_list .ttl h5 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  #toujitsu .inner .page_row main .content .place .place_list .ttl p {
    font-size: 14px;
  }
  #toujitsu .inner .page_row main .content .place .place_list .list {
    flex-direction: column;
    align-items: center;
  }
  #toujitsu .inner .page_row main .content .place .place_list .list .block {
    width: 100%;
    max-width: 300px;
  }
  #toujitsu .inner .page_row main .content .place .place_list .list .block:nth-child(n+2) {
    margin-top: 45px;
  }
  #toujitsu .inner .page_row main .content .place .place_list .list .block:nth-child(2n+1) {
    margin-right: 0;
  }
}
#place_detail .inner .page_row main .content {
  padding-bottom: 114px;
}
#place_detail .inner .page_row main .content h3 {
  border-color: #B7DADD;
  border-bottom: 2px dotted #B7DADD;
}
#place_detail .inner .page_row main .content .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
#place_detail .inner .page_row main .content .area_nav {
  margin-top: 14px;
  margin-bottom: 25px;
}
#place_detail .inner .page_row main .content .area_nav ul {
  display: flex;
}
#place_detail .inner .page_row main .content .area_nav ul li a {
  display: block;
  border: #006699 solid 3px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: underline;
  color: #006699;
  padding: 15px 10px 10px;
  transition: 0.3s;
}
#place_detail .inner .page_row main .content .area_nav ul li a:hover {
  background: #006699;
  color: #fff;
  opacity: 1;
}
#place_detail .inner .page_row main .content .area_nav ul li.current a {
  border: #006699 solid 3px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: underline;
  color: #006699;
  padding: 15px 10px 10px;
  transition: 0.3s;
  background: #006699;
  color: #fff;
}
#place_detail .inner .page_row main .content .area_nav ul li:not(:last-child) {
  margin-right: 6px;
}
#place_detail .inner .page_row main .content .img img {
  width: 100%;
}
#place_detail .inner .page_row main .content .links {
  display: flex;
  margin-top: 30px;
}
#place_detail .inner .page_row main .content .links .link a {
  border: 3px solid #006699;
  border-radius: 10px;
  padding: 13px;
}
#place_detail .inner .page_row main .content .links .link.print a::before {
  width: 21px;
  height: 21px;
  background-image: url(../img/icon_print.svg);
}
#place_detail .inner .page_row main .content .links .link:not(:last-child) {
  margin-right: 13px;
}
#place_detail.kijitsuzen .inner .page_row main .content h3 {
  border-bottom: 4px solid #B7DADD;
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  #place_detail .inner .page_row main h2 {
    border-color: #B7DADD;
  }
  #place_detail .inner .page_row main .content .area_nav ul {
    flex-wrap: wrap;
  }
  #place_detail .inner .page_row main .content .area_nav ul li {
    width: calc((100% - 12px) / 4);
    text-align: center;
  }
  #place_detail .inner .page_row main .content .area_nav ul li a {
    padding: 10px 0 6px;
  }
  #place_detail .inner .page_row main .content .area_nav ul li.current a {
    padding: 10px 0 6px;
  }
  #place_detail .inner .page_row main .content .area_nav ul li:not(:last-child) {
    margin-right: 0;
  }
  #place_detail .inner .page_row main .content .area_nav ul li:not(:nth-child(4n)) {
    margin-right: 4px;
  }
  #place_detail .inner .page_row main .content .area_nav ul li:nth-child(n+5) {
    margin-top: 4px;
  }
}
#kijitsuzen .inner .page_row main .content {
  padding-bottom: 113px;
}
#kijitsuzen .inner .page_row main .content h3 {
  border-color: #EFC7C6;
  margin-bottom: 12px;
}
#kijitsuzen .inner .page_row main .content .intro {
  margin-bottom: 20px;
}
#kijitsuzen .inner .page_row main .content .link {
  padding-left: 1em;
  margin-top: 5px;
}
#kijitsuzen .inner .page_row main .content .link + .indent_list {
  margin-top: 15px;
}
#kijitsuzen .inner .page_row main .content .red {
  font-weight: bold;
}
#kijitsuzen .inner .page_row main .content .btn {
  margin-top: 34px;
}
#kijitsuzen .inner .page_row main .content .btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #006699;
  width: 420px;
  max-width: 100%;
  height: 78px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin: 0 auto;
}
#kijitsuzen .inner .page_row main .content .btn a.nolink {
  background: #a3c2cc;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
#kijitsuzen .inner .page_row main .content .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#kijitsuzen .inner .page_row main .content .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#kijitsuzen .inner .page_row main .content .area_list {
  margin-top: 80px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .area_ttl {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  margin-bottom: 36px;
  line-height: 1;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .area_ttl h4 {
  margin-right: 28px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .area_ttl h4 span {
  font-size: 36px;
  margin-right: 4px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .area_ttl p {
  padding-bottom: 4px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list {
  display: flex;
  flex-wrap: wrap;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block {
  width: 48.5%;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .info {
  height: 70px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .info .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 2px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .info .address {
  font-size: 14px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .img {
  margin-bottom: 8px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .img img {
  height: 245px;
  object-fit: contain;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .notice {
  font-size: 14px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block:nth-child(2n+1) {
  margin-right: 3%;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block .list .block:nth-child(n+3) {
  margin-top: 36px;
}
#kijitsuzen .inner .page_row main .content .area_list .area_block:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  #kijitsuzen .inner .page_row main h2 {
    border-color: #EFC7C6;
  }
  #kijitsuzen .inner .page_row main .content .link {
    margin-top: 10px;
  }
  #kijitsuzen .inner .page_row main .content .link a {
    font-size: 15px;
  }
  #kijitsuzen .inner .page_row main .content .link a::before {
    width: 16px;
    height: 16px;
  }
  #kijitsuzen .inner .page_row main .content .btn {
    margin-top: 30px;
  }
  #kijitsuzen .inner .page_row main .content .btn a {
    height: 103px;
    line-height: 1.575;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .area_ttl {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5px;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .area_ttl h4 {
    margin-bottom: 5px;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .area_ttl p {
    font-size: 14px;
    padding-bottom: 0;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .list .block {
    width: 100%;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .info {
    height: auto;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .list .block .img img {
    height: unset;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .list .block:nth-child(2n+1) {
    margin-right: 0;
  }
  #kijitsuzen .inner .page_row main .content .area_list .area_block .list .block:nth-child(n+2) {
    margin-top: 45px;
  }
}
#kijitsuzen_past .inner .page_row main .content {
  padding-bottom: 100px;
}
#kijitsuzen_past .inner .page_row main .content h3 {
  border-color: #EFC7C6;
  margin-bottom: 29px;
}
#kijitsuzen_past .inner .page_row main .content .intro {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 38px;
}
#kijitsuzen_past .inner .page_row main .content .list .block h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#kijitsuzen_past .inner .page_row main .content .list .block:not(:last-child) {
  margin-bottom: 89px;
}

@media (max-width: 767px) {
  #kijitsuzen_past .inner .page_row main .content .list .block:not(:last-child) {
    margin-bottom: 40px;
  }
}
#fuzaisya .inner .page_row {
  margin-bottom: 100px;
}
#fuzaisya .inner .page_row main .content h3 {
  border-color: #EFCBA2;
  margin-bottom: 48px;
}
#fuzaisya .inner .page_row main .content .menu {
  background: #4C4F56;
  border-radius: 20px;
  padding: 40px 25px;
  margin-bottom: 32px;
}
#fuzaisya .inner .page_row main .content .menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#fuzaisya .inner .page_row main .content .menu ul li {
  width: 48.7%;
}
#fuzaisya .inner .page_row main .content .menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  border-radius: 10px;
  background: #EFCBA2;
  text-align: center;
  font-weight: bold;
  color: #864500;
  font-size: 18px;
  text-decoration: none;
}
#fuzaisya .inner .page_row main .content .menu ul li a span {
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#fuzaisya .inner .page_row main .content .menu ul li:nth-child(n+3) {
  margin-top: 15px;
}
#fuzaisya .inner .page_row main .content .txt_menu {
  display: flex;
  justify-content: space-between;
  padding-left: 19px;
  padding-right: 27px;
}
#fuzaisya .inner .page_row main .content .txt_menu .img img {
  width: 163px;
}
#fuzaisya .inner .page_row main .content .txt_menu .links .link {
  border: 4px solid #EFCBA2;
  padding: 10px 15px;
}
#fuzaisya .inner .page_row main .content .txt_menu .links .link:not(:last-child) {
  margin-bottom: 16px;
}
#fuzaisya .inner .page_row main .content .link.blank {
  margin-top: 25px;
}
#fuzaisya .inner .page_row main .content .link.blank a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_link.svg) no-repeat center/contain;
  margin-left: 8px;
}
#fuzaisya.sub .inner .page_row main .content {
  padding-bottom: 100px;
}
#fuzaisya.sub .inner .page_row main .content h3 {
  margin-bottom: 36px;
}
#fuzaisya.sub .inner .page_row main .content h4 {
  border-bottom: 2px solid #EFCBA2;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 2px;
}
#fuzaisya.sub .inner .page_row main .content .txt {
  line-height: 26px;
}
#fuzaisya.sub .inner .page_row main .content .txt:not(:last-child) {
  margin-bottom: 15px;
}
#fuzaisya.sub .inner .page_row main .content .num_list {
  padding-left: 10px;
}
#fuzaisya.sub .inner .page_row main .content .num_list li {
  position: relative;
  padding-left: 28px;
}
#fuzaisya.sub .inner .page_row main .content .num_list li span {
  position: absolute;
  top: 0;
  left: 0;
}
#fuzaisya.sub .inner .page_row main .content .num_list li:not(:last-child) {
  margin-bottom: 18px;
}
#fuzaisya.sub .inner .page_row main .content .num_list:not(:last-child) {
  margin-bottom: 18px;
}
#fuzaisya.sub .inner .page_row main .content .section:not(:first-child) {
  margin-top: 60px;
}
#fuzaisya.sub .inner .page_row main .content h5 {
  font-weight: bold;
  font-size: 16px;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list {
  display: flex;
  flex-wrap: wrap;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block {
  width: 48.5%;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block .info {
  height: 70px;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block .info .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 2px;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block .info .address {
  font-size: 14px;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block .img {
  margin-bottom: 8px;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block .notice {
  font-size: 14px;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block:nth-child(2n+1) {
  margin-right: 3%;
}
#fuzaisya.sub .inner .page_row main .content .area_list .list .block:nth-child(n+3) {
  margin-top: 70px;
}
#fuzaisya.fuzaisya01 .inner .page_row main .content .section2 h5 {
  margin-top: 50px;
  margin-bottom: 20px;
}
#fuzaisya.fuzaisya01 .inner .page_row main .content .section2 .indent_list {
  margin-top: 10px;
}
#fuzaisya.fuzaisya01 .inner .page_row main .content .section2 table tr th {
  text-align: center;
  background-color: #D2E4FF;
  padding: 5px 10px;
  border: 1px solid #000;
}
#fuzaisya.fuzaisya01 .inner .page_row main .content .section2 table tr td {
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
#fuzaisya.fuzaisya01 .inner .page_row main .content .section2 .area_list .list .block .indent_list li {
  font-size: 14px;
}
#fuzaisya.fuzaisya01 .inner .page_row main .content .section2 .area_list .list .block .indent_list li:not(:last-child) {
  margin-bottom: 0;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .indent_list {
  margin-bottom: 40px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .indent_list:not(:first-child) {
  margin-top: 20px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content h5 {
  margin-bottom: 20px;
  font-size: 18px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content h5:not(:first-child) {
  margin-top: 40px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content table {
  font-size: 13px;
  line-height: 1.5;
  border: 2px solid #000;
  width: 70%;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content table tr th {
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #000;
  background-color: #D2E4FF;
  padding-top: 12px;
  padding-bottom: 12px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content table tr td {
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content table tr td.center {
  text-align: center;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .row table {
  width: 48%;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .row table tr:first-child th:first-child {
  width: 9%;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .border {
  border: 1px solid #000;
  padding: 3%;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .border h5 {
  color: #FF0066;
  font-weight: bold;
  margin-bottom: 20px;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .border .notice {
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
}
#fuzaisya.fuzaisya03 .inner .page_row main .content .border:not(:last-child) {
  margin-bottom: 20px;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content h5 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_links {
  margin-bottom: 50px;
  padding-left: 23px;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_links .link a::before {
  width: 13px;
  height: 16px;
  background-image: url(../img/icon_pdf.svg);
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li {
  width: 82px;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #006699;
  border-radius: 8px;
  height: 83px;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
  text-decoration: none;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li a .name {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin-bottom: 3px;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li a .pdf {
  display: flex;
  align-items: center;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li a .pdf::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  margin-right: 3px;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li a:hover {
  background: #FF6600;
  opacity: 1;
}
#fuzaisya.fuzaisya04 .inner .page_row main .content .num_list {
  margin-top: 15px;
  padding-left: 0;
}
#fuzaisya.fuzaisya06 .inner .page_row main .border {
  border: 1px solid #000;
  padding: 20px 15px;
  margin-bottom: 10px;
}
#fuzaisya.fuzaisya06 .inner .page_row main .border h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #fuzaisya .inner .page_row main h2 {
    border-color: #EFCBA2;
  }
  #fuzaisya .inner .page_row main .content {
    font-size: 15px;
    line-height: 1.7;
  }
  #fuzaisya .inner .page_row main .content .menu {
    padding: 20px;
  }
  #fuzaisya .inner .page_row main .content .menu ul li {
    width: 100%;
  }
  #fuzaisya .inner .page_row main .content .menu ul li a {
    font-size: 16px;
    height: 85px;
  }
  #fuzaisya .inner .page_row main .content .menu ul li a span {
    font-size: 14px;
  }
  #fuzaisya .inner .page_row main .content .menu ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  #fuzaisya .inner .page_row main .content .txt_menu {
    flex-direction: column;
    padding: 0;
  }
  #fuzaisya .inner .page_row main .content .txt_menu .img {
    order: 2;
    width: 100%;
    margin-top: 15px;
  }
  #fuzaisya .inner .page_row main .content .txt_menu .img img {
    width: 100px;
  }
  #fuzaisya .inner .page_row main .content .txt_menu .links {
    width: 100%;
    order: 1;
  }
  #fuzaisya.sub .inner .page_row main .content {
    padding-bottom: 50px;
  }
  #fuzaisya.sub .inner .page_row main .content .num_list li {
    padding-left: 20px;
  }
  #fuzaisya.fuzaisya01 .inner .page_row main .content .area_list {
    margin-top: 50px;
  }
  #fuzaisya.fuzaisya01 .inner .page_row main .content .area_list .list {
    flex-direction: column;
    align-items: center;
  }
  #fuzaisya.fuzaisya01 .inner .page_row main .content .area_list .list .block {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
  }
  #fuzaisya.fuzaisya01 .inner .page_row main .content .area_list .list .block .info {
    height: auto;
  }
  #fuzaisya.fuzaisya01 .inner .page_row main .content .area_list .list .block:nth-child(n+2) {
    margin-top: 45px;
  }
  #fuzaisya.fuzaisya01 .inner .page_row main .content .area_list .list .block:nth-child(2n+1) {
    margin-right: 0;
  }
  #fuzaisya.fuzaisya03 .inner .page_row main .content table {
    width: 100%;
  }
  #fuzaisya.fuzaisya03 .inner .page_row main .content .row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #fuzaisya.fuzaisya03 .inner .page_row main .content .row table {
    width: 100%;
  }
  #fuzaisya.fuzaisya03 .inner .page_row main .content .row table:not(:last-child) {
    margin-bottom: 10px;
  }
  #fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_links {
    padding-left: 0;
  }
  #fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_links .link a {
    align-items: flex-start;
  }
  #fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_links .link a::before {
    margin-top: 4px;
  }
  #fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li {
    width: 24%;
  }
  #fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li:not(:nth-child(4n)) {
    margin-right: 1.3333333333%;
  }
  #fuzaisya.fuzaisya04 .inner .page_row main .content .pdf_list li:nth-child(n+5) {
    margin-top: 5px;
  }
}
#konkai .inner .page_row main .content {
  padding-bottom: 100px;
}
#konkai .inner .page_row main .content h3 {
  border-color: #F7E480;
  margin-bottom: 20px;
}
#konkai .inner .page_row main .content .link.pdf {
  margin-bottom: 40px;
}
#konkai .inner .page_row main .content .link.pdf a {
  font-size: 14px;
}
#konkai .inner .page_row main .content .link.pdf a::before {
  content: "";
  width: 13px;
  height: 16px;
  display: block;
  background-image: url(../img/icon_pdf.svg);
  margin-right: 6px;
}
#konkai .inner .page_row main .content table {
  width: 100%;
  border: 2px solid #000;
}
#konkai .inner .page_row main .content table tr th {
  padding: 10px;
  border: 1px solid #000;
  text-align: left;
}
#konkai .inner .page_row main .content table tr td {
  padding: 10px 0 10px 10px;
  border: 1px solid #000;
  text-align: center;
}
#konkai .inner .page_row main .content table tr:nth-child(1) th {
  text-align: center;
  background-color: #D2E4FF;
}
#konkai .inner .page_row main .content table + .notice {
  margin-top: 10px;
}
#konkai .inner .page_row main .content table.define tr th:nth-child(1) {
  width: 100px;
}
#konkai .inner .page_row main .content table.define tr:not(:nth-child(1)) th {
  padding-top: 0;
  padding-bottom: 0;
}
#konkai .inner .page_row main .content table.define tr:not(:nth-child(1)) td {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
#konkai .inner .page_row main .content h5 {
  margin-top: 45px;
  font-size: 18px;
  margin-bottom: 10px;
}
#konkai .inner .page_row main .content .section:not(:first-child) {
  margin-top: 74px;
}
#konkai .inner .page_row main .content .section h4 {
  font-size: 18px;
  border-bottom: 2px solid #F7E480;
  margin-bottom: 34px;
}
#konkai .inner .page_row main .content .section .num_list {
  margin-top: 20px;
  padding-left: 10px;
  font-weight: bold;
}
#konkai .inner .page_row main .content .section .num_list li {
  padding-left: 24px;
  line-height: 26px;
  position: relative;
}
#konkai .inner .page_row main .content .section .num_list li span {
  position: absolute;
  top: 0;
  left: 0;
}
#konkai .inner .page_row main .content .section .notice {
  padding-left: 24px;
  line-height: 22px;
  margin-bottom: 20px;
}
#konkai .inner .page_row main .content .section .list {
  margin-top: 15px;
}
#konkai .inner .page_row main .content .section .list .block {
  border: 4px solid #E5E5E5;
  padding: 16px 37px 40px 16px;
}
#konkai .inner .page_row main .content .section .list .block .ttl {
  color: #D30000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
}
#konkai .inner .page_row main .content .section .list .block .ttl img {
  margin: 0 8px 4px;
  width: 20px;
  vertical-align: middle;
}
#konkai .inner .page_row main .content .section .list .block dl {
  padding-left: 50px;
}
#konkai .inner .page_row main .content .section .list .block dl dt {
  line-height: 24px;
}
#konkai .inner .page_row main .content .section .list .block dl dt span {
  font-weight: bold;
}
#konkai .inner .page_row main .content .section .list .block dl dt:not(:first-child) {
  margin-top: 23px;
}
#konkai .inner .page_row main .content .section .list .block dl dd {
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}
#konkai .inner .page_row main .content .section .list .block dl dd::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/arrow_right_black.png) no-repeat center/contain;
  margin-right: 4px;
  flex-shrink: 0;
  margin-top: 4px;
}
#konkai .inner .page_row main .content .section .list .block dl dd + dd {
  margin-top: 14px;
}
#konkai .inner .page_row main .content .section .list .block p:not(.ttl) {
  padding-left: 50px;
}
#konkai .inner .page_row main .content .section .list .block:not(:last-child) {
  margin-bottom: 12px;
}
#konkai .inner .page_row main .content .section.section2 .num_list {
  margin-bottom: 20px;
}
#konkai .inner .page_row main .content .section.section3 .img {
  margin-top: 20px;
  margin-bottom: 30px;
}
#konkai .inner .page_row main .content .section.section3 .nagare p {
  position: relative;
}
#konkai .inner .page_row main .content .section.section3 .nagare p:not(:last-child) {
  margin-bottom: 80px;
}
#konkai .inner .page_row main .content .section.section3 .nagare p:not(:last-child)::after {
  content: "";
  display: block;
  width: 100px;
  height: 44px;
  background: url(../img/yazirushi.png) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%);
}
#konkai .inner .page_row main .content .section.section3 .indent_list {
  margin-top: 30px;
  margin-bottom: 28px;
}
#konkai .inner .page_row main .content .section.section3 .indent_list .red {
  font-weight: bold;
}
#konkai .inner .page_row main .content .section.section3 .border {
  border: 1px solid #000;
  padding: 20px 15px;
}
#konkai .inner .page_row main .content .section.section3 .border h5 {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
#konkai .inner .page_row main .content .section.section3 .border p:not(:last-child) {
  margin-bottom: 18px;
}
#konkai .inner .page_row main .content .section.section3 .border p span {
  font-weight: bold;
}

@media (max-width: 768px) {
  #konkai .inner .page_row main h2 {
    border-color: #F7E480;
  }
  #konkai .inner .page_row main .content {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 50px;
  }
  #konkai .inner .page_row main .content table tr th, #konkai .inner .page_row main .content table tr td {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px;
  }
  #konkai .inner .page_row main .content table.define tr th:nth-child(1) {
    width: 60px;
  }
  #konkai .inner .page_row main .content table + .notice {
    font-size: 12px;
  }
  #konkai .inner .page_row main .content h5 {
    margin-top: 30px;
    font-size: 16px;
  }
  #konkai .inner .page_row main .content .section .num_list {
    padding-left: 0;
  }
  #konkai .inner .page_row main .content .section .num_list li {
    padding-left: 20px;
    line-height: 1.6;
  }
  #konkai .inner .page_row main .content .section .notice {
    margin-top: 10px;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 13px;
  }
  #konkai .inner .page_row main .content .section .list .block {
    padding: 15px;
  }
  #konkai .inner .page_row main .content .section .list .block .ttl {
    font-size: 16px;
  }
  #konkai .inner .page_row main .content .section .list .block dl {
    padding-left: 0;
  }
  #konkai .inner .page_row main .content .section .list .block dl dd {
    line-height: 1.6;
  }
  #konkai .inner .page_row main .content .section .list .block p:not(.ttl) {
    padding-left: 0;
  }
  #konkai .inner .page_row main .content .section.section3 .nagare p:not(:last-child) {
    margin-bottom: 60px;
  }
  #konkai .inner .page_row main .content .section.section3 .nagare p:not(:last-child)::after {
    top: calc(100% + 5px);
  }
}
#kaihyojo .inner .page_row main .content {
  padding-bottom: 100px;
}
#kaihyojo .inner .page_row main .content h3 {
  border-color: #B3DBF5;
}
#kaihyojo .inner .page_row main .content table {
  width: 100%;
  border: 2px solid #000;
  font-size: 15px;
  line-height: 20px;
}
#kaihyojo .inner .page_row main .content table tr th {
  padding: 5px;
  border: 1px solid #000;
  text-align: left;
}
#kaihyojo .inner .page_row main .content table tr th:nth-child(1) {
  width: 105px;
}
#kaihyojo .inner .page_row main .content table tr td {
  padding: 5px;
  border: 1px solid #000;
}
#kaihyojo .inner .page_row main .content table tr td:last-child {
  width: 250px;
}
#kaihyojo .inner .page_row main .content table tr:nth-child(1) th {
  padding: 10px;
  text-align: center;
  background-color: #D2E4FF;
}
#kaihyojo footer {
  margin-top: 100px;
}

@media (max-width: 768px) {
  #kaihyojo .inner .page_row main h2 {
    border-color: #B3DBF5;
  }
  #kaihyojo .inner .page_row main .content {
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 1.6;
  }
  #kaihyojo .inner .page_row main .content .table_wrap {
    overflow: auto;
  }
  #kaihyojo .inner .page_row main .content .table_wrap table {
    white-space: nowrap;
  }
  #kaihyojo .inner .page_row main .content .table_wrap table tr th, #kaihyojo .inner .page_row main .content .table_wrap table tr td {
    padding: 5px 10px;
  }
}
#about .inner .page_row main .content {
  padding-bottom: 100px;
}
#about .inner .page_row main .content h3 {
  border-color: #D1D1D1;
  margin-bottom: 13px;
}
#about .inner .page_row main .content .intro {
  margin-bottom: 30px;
  line-height: 26px;
}
#about .inner .page_row main .content .section:not(:last-child) {
  margin-bottom: 70px;
}
#about .inner .page_row main .content .section h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #D1D1D1;
  margin-bottom: 30px;
}
#about .inner .page_row main .content .section .indent_list {
  margin: 20px 0;
}

@media (max-width: 768px) {
  #about .inner .page_row main h2 {
    border-color: #D1D1D1;
  }
  #about .inner .page_row main .content {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 50px;
  }
  #about .inner .page_row main .content .section:not(:first-child) {
    margin-top: 50px;
  }
}
#iin .inner .page_row main .content {
  padding-bottom: 100px;
}
#iin .inner .page_row main .content h3 {
  border-color: #D4C9F5;
}
#iin .inner .page_row main .content .section:not(:first-child) {
  margin-top: 70px;
}
#iin .inner .page_row main .content .section h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #D4C9F5;
  margin-bottom: 30px;
}
#iin .inner .page_row main .content .section .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.011em;
  font-weight: bold;
  width: 360px;
  max-width: 100%;
  height: 54px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  background: #006699;
  color: #fff;
  padding-right: 10px;
}
#iin .inner .page_row main .content .section .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#iin .inner .page_row main .content .section .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#iin .inner .page_row main .content table {
  width: 100%;
  border: 2px solid #000;
  font-size: 15px;
  line-height: 20px;
}
#iin .inner .page_row main .content table tr th {
  padding: 5px;
  border: 1px solid #000;
  text-align: left;
}
#iin .inner .page_row main .content table tr th:nth-child(1) {
  width: 215px;
}
#iin .inner .page_row main .content table tr td {
  padding: 5px;
  border: 1px solid #000;
}
#iin .inner .page_row main .content table tr td:last-child {
  width: 170px;
}
#iin .inner .page_row main .content table tr:nth-child(1) th {
  padding: 10px;
  text-align: center;
  background-color: #D2E4FF;
}

@media (max-width: 768px) {
  #iin .inner .page_row main h2 {
    border-color: #D4C9F5;
  }
  #iin .inner .page_row main .content {
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 1.6;
  }
  #iin .inner .page_row main .content .section:not(:first-child) {
    margin-top: 50px;
  }
  #iin .inner .page_row main .content .table_wrap {
    overflow: auto;
  }
  #iin .inner .page_row main .content .table_wrap table {
    white-space: nowrap;
  }
  #iin .inner .page_row main .content .table_wrap table tr th, #iin .inner .page_row main .content .table_wrap table tr td {
    font-size: 14px;
    padding: 5px 10px;
  }
}
#covid19 .inner .page_row main .content {
  padding-bottom: 100px;
}
#covid19 .inner .page_row main .content h3 {
  border-color: #D9B5CF;
}
#covid19 .inner .page_row main .content .section:not(:first-child) {
  margin-top: 70px;
}
#covid19 .inner .page_row main .content .section h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #D9B5CF;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #covid19 .inner .page_row main h2 {
    border-color: #D9B5CF;
  }
  #covid19 .inner .page_row main .content {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 50px;
  }
  #covid19 .inner .page_row main .content .section:not(:first-child) {
    margin-top: 50px;
  }
}
#sokuhou .inner .page_row main .content {
  padding-bottom: 100px;
}
#sokuhou .inner .page_row main .content h3 {
  border-color: #BADEC5;
}
#sokuhou .inner .page_row main .content .section h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #BADEC5;
  margin-bottom: 15px;
}
#sokuhou .inner .page_row main .content .section:not(:first-child) {
  margin-top: 70px;
}
#sokuhou .inner .page_row main .content .section .btn {
  margin-top: 34px;
}
#sokuhou .inner .page_row main .content .section .btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #006699;
  width: 300px;
  max-width: 100%;
  height: 50px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin: 0 auto;
}
#sokuhou .inner .page_row main .content .section .btn a.nolink {
  background: #a3c2cc;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
#sokuhou .inner .page_row main .content .section .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#sokuhou .inner .page_row main .content .section .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#sokuhou .inner .page_row main .content.sokuhou2 h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .btns {
  display: flex;
  padding-left: 30px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 103px;
  border-radius: 10px;
  border: 10px solid #BADEC5;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
#sokuhou .inner .page_row main .content.sokuhou2 .btns li:not(:last-child) {
  margin-right: 20px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .btns.pref li a {
  border-color: #006699;
  position: relative;
}
#sokuhou .inner .page_row main .content.sokuhou2 .btns.pref li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_link.svg) no-repeat center/contain;
  position: absolute;
  top: 5px;
  right: 5px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .notice {
  margin-top: 40px;
  margin-bottom: 10px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section:not(:first-child) {
  margin-top: 100px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .indent_list {
  margin-bottom: 45px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .indent_list li:not(:last-child) {
  margin-bottom: 0;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .indent_list li img {
  width: 13px;
  vertical-align: baseline;
  margin: 0 2px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block:not(:last-child) {
  margin-bottom: 40px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li {
  width: 20%;
  border: 1px solid #000;
  padding: 4px 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li span {
  padding-left: 10px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns {
  display: flex;
  margin-left: 10px;
  padding-left: 0;
  margin-bottom: 4px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns .btn a {
  opacity: 0.2;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns .btn a img {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns .btn a[href] {
  opacity: 1;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns .btn:not(:last-child) {
  margin-right: 4px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:nth-child(5n+1) {
  border-left: 3px solid #000;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:nth-child(-n+5) {
  border-top: 3px solid #000;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:not(:nth-child(5n)) {
  border-right: 0;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:nth-child(5n) {
  border-right: 3px solid #000;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:nth-child(n+6) {
  border-top: 0;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:last-child {
  border-right: 1px solid #000;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:last-child {
  position: relative;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:last-child::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 6px);
  background: #000;
  position: absolute;
  top: -3px;
  left: 100%;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:last-child:nth-child(5n)::after {
  left: calc(100% - 2px);
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li:nth-last-child(-n+5) {
  border-bottom: 3px solid #000;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li a {
  text-decoration: underline;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 253px;
  padding: 5px 0 2px;
  border: 3px solid #232323;
  margin: 0 auto;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns {
  display: flex;
  margin-left: 10px;
  padding-left: 0;
  margin-bottom: 4px;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns .btn a {
  opacity: 0.2;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns .btn a img {
  vertical-align: middle;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns .btn a[href] {
  opacity: 1;
}
#sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns .btn:not(:last-child) {
  margin-right: 4px;
}
#sokuhou footer {
  margin-top: 100px;
}

@media (max-width: 768px) {
  #sokuhou .inner .page_row main h2 {
    border-color: #BADEC5;
  }
  #sokuhou .inner .page_row main .content {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 50px;
  }
  #sokuhou .inner .page_row main .content .section:not(:first-child) {
    margin-top: 50px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time {
    margin-bottom: 28px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li {
    flex-direction: column;
    font-size: 15px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li span {
    padding-left: 0;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns {
    margin-left: 0;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns .btn img {
    width: 41px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .time li .btns .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all {
    width: 100%;
    padding-left: 30px;
    font-size: 15px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns {
    flex-direction: row;
    margin-left: 25px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns .btn:not(:last-child) {
    margin-right: 12px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section .list .block .all .btns .btn img {
    width: 41px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .section:not(:first-child) {
    margin-top: 50px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .btns {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .btns li {
    width: 100%;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .btns li a {
    width: 300px;
    height: 70px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .btns li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #sokuhou .inner .page_row main .content.sokuhou2 .btns.pref li a {
    height: 90px;
  }
  #sokuhou footer {
    margin-top: 35px;
  }
}
#toujitsu_past .inner .page_row main .content h3 {
  border-color: #F2BFCC;
  margin-bottom: 29px;
}
#toujitsu_past .inner .page_row main .content .intro {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}
#toujitsu_past .inner .page_row main .content .red {
  text-align: center;
  margin-top: 40px;
}
#toujitsu_past .inner .page_row main .content .btn {
  margin-top: 34px;
}
#toujitsu_past .inner .page_row main .content .btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #006699;
  width: 480px;
  padding-right: 20px;
  max-width: 100%;
  height: 50px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin: 0 auto;
}
#toujitsu_past .inner .page_row main .content .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#toujitsu_past .inner .page_row main .content .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#toujitsu_past footer {
  margin-top: 100px;
}

@media (max-width: 768px) {
  #toujitsu_past .inner .page_row main h2 {
    border-bottom-color: #F2BFCC;
  }
  #toujitsu_past .inner .page_row main .content .btn a {
    height: 65px;
  }
}
#kouhosya .inner .page_row main .content {
  padding-bottom: 100px;
}
#kouhosya .inner .page_row main .content h3 {
  border-color: #E6EB7B;
}
#kouhosya .inner .page_row main .content h3:not(:first-of-type) {
  margin-top: 60px;
}
#kouhosya .inner .page_row main .content .section:not(:first-of-type) {
  margin-top: 74px;
}
#kouhosya .inner .page_row main .content .section h4 {
  font-size: 18px;
  border-bottom: 2px solid #E6EB7B;
  margin-bottom: 34px;
}
#kouhosya .inner .page_row main .content .section h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
#kouhosya .inner .page_row main .content .section h5:not(:first-of-type) {
  margin-top: 50px;
}
#kouhosya .inner .page_row main .content .section .num_list {
  padding-left: 10px;
}
#kouhosya .inner .page_row main .content .section .num_list li {
  position: relative;
  padding-left: 28px;
}
#kouhosya .inner .page_row main .content .section .num_list li span {
  position: absolute;
  top: 0;
  left: 0;
}
#kouhosya .inner .page_row main .content .section .num_list li:not(:last-child) {
  margin-bottom: 18px;
}
#kouhosya .inner .page_row main .content .section .num_list:not(:last-child) {
  margin-bottom: 18px;
}
#kouhosya .inner .page_row main .content .section strong {
  text-decoration: underline;
}
#kouhosya .inner .page_row main .content .section .indent_list {
  margin-top: 30px;
}
#kouhosya .inner .page_row main .content .section .btn {
  margin-top: 34px;
}
#kouhosya .inner .page_row main .content .section .btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #006699;
  width: 420px;
  max-width: 100%;
  height: 78px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin: 0 auto;
}
#kouhosya .inner .page_row main .content .section .btn a.nolink {
  background: #a3c2cc;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
#kouhosya .inner .page_row main .content .section .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#kouhosya .inner .page_row main .content .section .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#kouhosya .inner .page_row main .content .section.section2 .img {
  margin-top: 20px;
  margin-bottom: 30px;
}
#kouhosya .inner .page_row main .content .section.section2 .nagare p {
  position: relative;
}
#kouhosya .inner .page_row main .content .section.section2 .nagare p:not(:last-child) {
  margin-bottom: 80px;
}
#kouhosya .inner .page_row main .content .section.section2 .nagare p:not(:last-child)::after {
  content: "";
  display: block;
  width: 100px;
  height: 44px;
  background: url(../img/yazirushi.png) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%);
}
#kouhosya .inner .page_row main .content .section.section2 .indent_list {
  margin-top: 30px;
  margin-bottom: 28px;
}
#kouhosya .inner .page_row main .content .section.section2 .indent_list .red {
  font-weight: bold;
}
#kouhosya .inner .page_row main .content .section.section2 .border {
  border: 1px solid #000;
  padding: 20px 15px;
}
#kouhosya .inner .page_row main .content .section.section2 .border h5 {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
#kouhosya .inner .page_row main .content .section.section2 .border p:not(:last-child) {
  margin-bottom: 18px;
}
#kouhosya .inner .page_row main .content .section.section2 .border p span {
  font-weight: bold;
}
#kouhosya .inner .page_row main .content .section.section3 .red {
  font-weight: bold;
  margin: 20px 0;
}
#kouhosya .inner .page_row main .content .pdf_list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 28px;
}
#kouhosya .inner .page_row main .content .pdf_list li {
  width: 75px;
}
#kouhosya .inner .page_row main .content .pdf_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #006699;
  border-radius: 8px;
  height: 75px;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-decoration: none;
}
#kouhosya .inner .page_row main .content .pdf_list li a .name {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin-bottom: 3px;
}
#kouhosya .inner .page_row main .content .pdf_list li a .pdf {
  display: flex;
  align-items: center;
}
#kouhosya .inner .page_row main .content .pdf_list li a .pdf::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  margin-right: 3px;
}
#kouhosya .inner .page_row main .content .pdf_list li a:hover {
  background: #FF6600;
  opacity: 1;
}
#kouhosya .inner .page_row main .content .pdf_list + P {
  padding: 0 28px;
}
#kouhosya .inner .page_row main .content .list .block {
  padding: 20px 20px 50px;
}
#kouhosya .inner .page_row main .content .list .block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list li {
  width: 75px;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #006699;
  border-radius: 8px;
  height: 75px;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-decoration: none;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list li a .name {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin-bottom: 3px;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list li a .pdf {
  display: flex;
  align-items: center;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list li a .pdf::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  margin-right: 3px;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list li a:hover {
  background: #FF6600;
  opacity: 1;
}
#kouhosya .inner .page_row main .content .list .block .pdf_list:not(:last-child) {
  margin-right: 10px;
}
#kouhosya .inner .page_row main .content .list .block .btn {
  margin-bottom: 15px;
}
#kouhosya .inner .page_row main .content .list .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.011em;
  font-weight: bold;
  width: 360px;
  max-width: 100%;
  height: 54px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  background: #006699;
  color: #fff;
  padding-right: 10px;
}
#kouhosya .inner .page_row main .content .list .block .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#kouhosya .inner .page_row main .content .list .block .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#kouhosya .inner .page_row main .content .list .block p {
  line-height: 24px;
}
#kouhosya .inner .page_row main .content .list .block:nth-child(1) {
  background: #FEE2B8;
}
#kouhosya .inner .page_row main .content .list .block:nth-child(2) {
  background: #FEFECE;
}
#kouhosya .inner .page_row main .content .list .block:nth-child(3) {
  background: #E2E7F8;
}
#kouhosya .inner .page_row main .content .list .block:not(:last-child) {
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  #kouhosya .inner .page_row main h2 {
    border-color: #E6EB7B;
  }
  #kouhosya .inner .page_row main .content {
    padding-bottom: 50px;
    font-display: 15px;
    line-height: 1.6;
  }
  #kouhosya .inner .page_row main .content .section .btn {
    margin-top: 30px;
  }
  #kouhosya .inner .page_row main .content .section .btn a {
    height: 103px;
    line-height: 1.575;
  }
  #kouhosya .inner .page_row main .content .pdf_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 10px;
  }
  #kouhosya .inner .page_row main .content .pdf_list li {
    width: 24%;
  }
  #kouhosya .inner .page_row main .content .pdf_list li:not(:nth-child(4n)) {
    margin-right: 1.3333333333%;
  }
  #kouhosya .inner .page_row main .content .pdf_list li:nth-child(n+5) {
    margin-top: 5px;
  }
  #kouhosya .inner .page_row main .content .pdf_list + p {
    padding: 0;
  }
  #kouhosya .inner .page_row main .content .list .block {
    padding-bottom: 20px;
  }
  #kouhosya .inner .page_row main .content .list .block h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #kouhosya .inner .page_row main .content .list .block .btn a {
    line-height: 1.4;
    height: 62px;
  }
  #kouhosya .inner .page_row main .content .list .block .btn a::before {
    position: absolute;
    left: 15px;
  }
  #kouhosya .inner .page_row main .content .list .block .btn a::after {
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
  }
  #kouhosya .inner .page_row main .content .list .block .pdf_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #kouhosya .inner .page_row main .content .list .block .pdf_list li {
    width: 23%;
  }
  #kouhosya .inner .page_row main .content .list .block .pdf_list li:not(:nth-child(4n)) {
    margin-right: 2.6%;
  }
  #kouhosya .inner .page_row main .content .list .block .pdf_list li:nth-child(n+5) {
    margin-top: 10px;
  }
}
#kouhou .inner .page_row main .content {
  padding-bottom: 100px;
}
#kouhou .inner .page_row main .content h3 {
  border-color: #EFCBA2;
}
#kouhou .inner .page_row main .content .list {
  margin-top: 20px;
}
#kouhou .inner .page_row main .content .list .block {
  padding: 20px 70px 50px;
}
#kouhou .inner .page_row main .content .list .block.kouhou_2 {
  padding-left: 25px;
  padding-right: 25px;
}
#kouhou .inner .page_row main .content .list .block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#kouhou .inner .page_row main .content .list .block .pdf_list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#kouhou .inner .page_row main .content .list .block .pdf_list li {
  width: 75px;
}
#kouhou .inner .page_row main .content .list .block .pdf_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #006699;
  border-radius: 8px;
  height: 75px;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-decoration: none;
}
#kouhou .inner .page_row main .content .list .block .pdf_list li a .name {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin-bottom: 3px;
}
#kouhou .inner .page_row main .content .list .block .pdf_list li a .pdf {
  display: flex;
  align-items: center;
}
#kouhou .inner .page_row main .content .list .block .pdf_list li a .pdf::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  margin-right: 3px;
}
#kouhou .inner .page_row main .content .list .block .pdf_list li a:hover {
  background: #FF6600;
  opacity: 1;
}
#kouhou .inner .page_row main .content .list .block .pdf_list li:not(:last-child) {
  margin-right: 10px;
}
#kouhou .inner .page_row main .content .list .block .btn {
  margin-bottom: 15px;
}
#kouhou .inner .page_row main .content .list .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.011em;
  font-weight: bold;
  width: 360px;
  max-width: 100%;
  height: 54px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  background: #006699;
  color: #fff;
  padding-right: 10px;
}
#kouhou .inner .page_row main .content .list .block .btn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/arrow_right_white2.svg) no-repeat center/contain;
  margin-right: 7px;
}
#kouhou .inner .page_row main .content .list .block .btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 7px;
}
#kouhou .inner .page_row main .content .list .block p {
  line-height: 24px;
}
#kouhou .inner .page_row main .content .list .block:nth-child(1) {
  background: #FEE2B8;
}
#kouhou .inner .page_row main .content .list .block:nth-child(2) {
  background: #FEFECE;
}
#kouhou .inner .page_row main .content .list .block:nth-child(3) {
  background: #E2E7F8;
}
#kouhou .inner .page_row main .content .list .block:not(:last-child) {
  margin-bottom: 28px;
}
#kouhou .inner .page_row main .content .section:not(:first-child) {
  margin-top: 70px;
}
#kouhou .inner .page_row main .content .section:not(:first-child) h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #EFCBA2;
  margin-bottom: 25px;
}
#kouhou .inner .page_row main .content .section .num_list li {
  position: relative;
  padding-left: 27px;
  line-height: 26px;
}
#kouhou .inner .page_row main .content .section .num_list li span {
  position: absolute;
  top: 0;
  left: 0;
}
#kouhou .inner .page_row main .content .section .num_list li p:not(:last-child) {
  margin-bottom: 10px;
}
#kouhou .inner .page_row main .content .section .num_list li:not(:last-child) {
  margin-bottom: 10px;
}
#kouhou .inner .page_row main .content .section1 .red {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
#kouhou .inner .page_row main .content .ttl {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}
#kouhou .inner .page_row main .content .pdf_list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 28px;
}
#kouhou .inner .page_row main .content .pdf_list li {
  width: 75px;
}
#kouhou .inner .page_row main .content .pdf_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #006699;
  border-radius: 8px;
  height: 75px;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-decoration: none;
}
#kouhou .inner .page_row main .content .pdf_list li a .name {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin-bottom: 3px;
}
#kouhou .inner .page_row main .content .pdf_list li a .pdf {
  display: flex;
  align-items: center;
}
#kouhou .inner .page_row main .content .pdf_list li a .pdf::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  margin-right: 3px;
}
#kouhou .inner .page_row main .content .pdf_list li a:hover {
  background: #FF6600;
  opacity: 1;
}
#kouhou .inner .page_row main .content .pdf_list + P {
  padding: 0 28px;
}
#kouhou .inner .page_row main .content .section .indent_list {
  margin-top: 20px;
}
#kouhou .inner .page_row main .content .section.section3 .red {
  font-weight: bold;
  margin: 20px 0;
}
#kouhou .inner .page_row main .content.kouhou2 .pdf_list {
  padding: 0;
}
#kouhou .inner .page_row main .content.kouhou2 .section3 .pdf_list {
  padding: 0 20px;
}
#kouhou .inner .page_row main .content.voice .intro {
  margin-bottom: 30px;
}
#kouhou .inner .page_row main .content.voice .group h5 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}
#kouhou .inner .page_row main .content.voice .group table {
  border: 2px solid #000;
  width: 100%;
}
#kouhou .inner .page_row main .content.voice .group table tr th {
  background: #D2E5FF;
  border: 1px solid #000;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
#kouhou .inner .page_row main .content.voice .group table tr td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 14px;
}
#kouhou .inner .page_row main .content.voice .group table tr td:first-child {
  font-weight: bold;
}
#kouhou .inner .page_row main .content.voice .group table tr td:last-child {
  width: 315px;
}
#kouhou .inner .page_row main .content.voice .group table tr td a {
  display: flex;
  align-items: center;
}
#kouhou .inner .page_row main .content.voice .group table tr td a::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  margin-right: 3px;
  flex-shrink: 0;
}
#kouhou .inner .page_row main .content.voice .group:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  #kouhou .inner .page_row main h2 {
    border-color: #EFCBA2;
  }
  #kouhou .inner .page_row main .content {
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 1.6;
  }
  #kouhou .inner .page_row main .content .list .block {
    padding: 20px;
  }
  #kouhou .inner .page_row main .content .list .block .btn a {
    line-height: 1.4;
    height: 62px;
  }
  #kouhou .inner .page_row main .content .list .block .btn a::before {
    position: absolute;
    left: 15px;
  }
  #kouhou .inner .page_row main .content .list .block .btn a::after {
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
  }
  #kouhou .inner .page_row main .content .list .block .pdf_list {
    justify-content: flex-start;
  }
  #kouhou .inner .page_row main .content .list .block .pdf_list li {
    width: 23%;
  }
  #kouhou .inner .page_row main .content .list .block .pdf_list li:not(:last-child) {
    margin-right: 0;
  }
  #kouhou .inner .page_row main .content .list .block .pdf_list li:not(:nth-child(4n)) {
    margin-right: 2.6%;
  }
  #kouhou .inner .page_row main .content .section .num_list li {
    padding-left: 20px;
  }
  #kouhou .inner .page_row main .content .section1 .red {
    font-size: 16px;
  }
  #kouhou .inner .page_row main .content .pdf_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 10px;
  }
  #kouhou .inner .page_row main .content .pdf_list li {
    width: 24%;
  }
  #kouhou .inner .page_row main .content .pdf_list li:not(:nth-child(4n)) {
    margin-right: 1.3333333333%;
  }
  #kouhou .inner .page_row main .content .pdf_list li:nth-child(n+5) {
    margin-top: 5px;
  }
  #kouhou .inner .page_row main .content .pdf_list + p {
    padding: 0;
  }
  #kouhou .inner .page_row main .content.voice .group table tr td:last-child {
    width: unset;
  }
}/*# sourceMappingURL=style.css.map */