@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  color: #000;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  word-break: break-all;
  line-height: 1.8em;
  font-feature-settings: "palt";
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

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

a img:hover {
  opacity: 0.8;
}

a {
  color: #003399;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.link:before {
  font-family: "Font Awesome 6 Free";
  content: "\f04b";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  color: #616161;
  font-size: 0.5em;
  vertical-align: bottom;
}

.button a {
  border: 1px solid #003399;
  border-radius: 20px;
  padding: 5px 15px 5px 8px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
.button a:before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

a[target=_blank]::after {
  margin-left: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #999;
  font-size: 0.9em;
  content: "\f08e";
}

/* ファイルアイコン */
a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #0650CB;
  content: "\f1c1";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 0 3px;
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before, a[href$=".xlsm"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #0650CB;
  content: "\f1c3";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 0 3px;
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #0650CB;
  content: "\f1c2";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 0 3px;
}

a[href$=".ppt"]::before, a[href$=".pptx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #0650CB;
  content: "\f1c4";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 0 3px;
}

a[href$=".txt"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #0650CB;
  content: "\f15c";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 0 3px;
}

a[href$=".mp4"]::before, a[href$=".avi"]::before, a[href$=".mov"]::before, a[href$=".wmv"]::before, a[href$=".pptx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #0650CB;
  content: "\f1c8";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 0 3px;
}

#header #header_inner .container {
  display: flex;
  align-items: flex-end;
  padding: 15px 0;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #header #header_inner .container {
    padding: 8px 15px 5px;
    border-bottom: 1px solid #BBBFCA;
    height: 70px;
  }
}
#header #header_inner #header_logo a {
  text-decoration: none;
  color: #000;
}
#header #header_inner #header_logo h1 {
  font-size: 36px;
  letter-spacing: 7.2px;
}
@media screen and (max-width: 767px) {
  #header #header_inner #header_logo h1 {
    font-size: 28px;
    letter-spacing: 5px;
  }
}
#header #header_inner #header_logo h1:before {
  content: "";
  background-image: url(../images/mark.png);
  background-size: contain;
  width: 66px;
  height: 66px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #header #header_inner #header_logo h1:before {
    width: 46px;
    height: 46px;
  }
}
#header #header_inner #header_navi {
  margin-left: auto;
  padding-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #header #header_inner #header_navi {
    display: none;
  }
}
#header #header_inner #header_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
#header #header_inner #header_navi ul #font_size {
  font-size: 12px;
  display: flex;
  align-items: center;
}
#header #header_inner #header_navi ul #font_size span {
  padding-right: 10px;
}
#header #header_inner #header_navi ul #font_size ul {
  display: flex;
  gap: 0;
}
#header #header_inner #header_navi ul #font_size .sizeBtn {
  display: block;
  padding: 5px 15px;
  line-height: 1;
  border: 1px solid #D9D9D9;
  text-decoration: none;
}
#header #header_inner #header_navi ul #font_size .sizeBtn:hover, #header #header_inner #header_navi ul #font_size .sizeBtn.is_active {
  background-color: #616161;
  color: white;
}
#header #header_inner #header_navi ul #font_size #font-small {
  border-radius: 20px 0 0 20px;
  border-right-width: 0;
  padding: 5px 10px 5px 12px;
}
#header #header_inner #header_navi ul #font_size #font-large {
  border-radius: 0 20px 20px 0;
  border-left-width: 0;
  padding: 5px 12px 5px 10px;
}
@media screen and (min-width: 768px) {
  #header #header_inner #sp-menu {
    display: none;
  }
}
#header #header_inner .m-headerHmenu {
  width: 63px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  top: -11px;
  right: 0;
  display: block;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  border: none;
  background: none;
}
#header #header_inner .m-headerHmenu__line, #header #header_inner .m-headerHmenu__line::before, #header #header_inner .m-headerHmenu__line::after {
  display: block;
  width: 40px;
  height: 5px;
  transition: 0.5s all ease;
  background-color: #0650CB;
}
#header #header_inner .m-headerHmenu__line {
  margin: 16px 0 7px -21px;
  position: absolute;
  top: 20px;
  left: 50%;
}
#header #header_inner .m-headerHmenu__line::before, #header #header_inner .m-headerHmenu__line::after {
  position: absolute;
  content: "";
}
#header #header_inner .m-headerHmenu__line::before {
  top: -13px;
}
#header #header_inner .m-headerHmenu__line::after {
  top: 13px;
}
#header #header_inner .m-headerHmenu__line span {
  font-size: 12px;
  width: 63px;
  font-size: 78.6%;
  font-weight: bold;
  color: #0650cb;
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: -13px;
  display: block;
}
#header #header_inner .m-headerHmenu.is-active .m-headerHmenu__line {
  background-color: transparent;
}
#header #header_inner .m-headerHmenu.is-active .m-headerHmenu__line::before {
  transform: translateY(8px) rotate(45deg);
  top: -8px;
}
#header #header_inner .m-headerHmenu.is-active .m-headerHmenu__line::after {
  transform: translateY(-8px) rotate(-45deg);
  top: 8px;
}
#header #global_navi {
  background-color: #0650CB;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #header #global_navi {
    z-index: 99;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #E0E4EC;
    display: none;
  }
}
@media screen and (min-width: 767px) {
  #header #global_navi #g_navi {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 50px;
    box-sizing: content-box;
    align-items: center;
    max-width: none;
  }
  #header #global_navi #g_navi > li {
    border-top: 2px solid #0650CB;
    border-bottom: 2px solid #0650CB;
    background-color: transparent;
    transition: all 0.3s;
    width: 20%;
    height: 46px;
  }
  #header #global_navi #g_navi > li span {
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
    height: 46px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
  }
  #header #global_navi #g_navi > li span:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 12px;
    opacity: 0.6;
  }
  #header #global_navi #g_navi > li span:before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    border-left: 1px solid white;
  }
  #header #global_navi #g_navi > li a {
    color: white;
    text-decoration: none;
  }
  #header #global_navi #g_navi > li a span:after {
    content: "　";
  }
  #header #global_navi #g_navi > li a:hover {
    color: #0650CB;
  }
  #header #global_navi #g_navi > li.parent05 a {
    position: relative;
  }
  #header #global_navi #g_navi > li.parent05 a:after {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    border-right: 1px solid white;
  }
  #header #global_navi #g_navi > li:hover {
    border-bottom: 2px solid #0650CB;
    background-color: white;
  }
  #header #global_navi #g_navi > li:hover span, #header #global_navi #g_navi > li:hover a {
    color: #0650CB;
  }
  #header #global_navi #g_navi > li.appear {
    background-color: white;
    border-bottom: 2px solid transparent;
    line-height: 46px;
    height: 46px;
  }
  #header #global_navi #g_navi > li.appear span, #header #global_navi #g_navi > li.appear a {
    color: #0650CB;
  }
  #header #global_navi #g_navi .accordion-box {
    display: none;
    top: 50px;
    left: 0;
    position: absolute;
    background-color: white;
    border-bottom: 2px solid #0650CB;
    width: 100%;
    z-index: 99;
    text-align: center;
  }
  #header #global_navi #g_navi .accordion-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header #global_navi #g_navi .accordion-box ul li {
    display: inline-block;
  }
  #header #global_navi #g_navi .accordion-box ul li a {
    padding: 0 25px;
    line-height: 50px;
    position: relative;
    display: block;
  }
  #header #global_navi #g_navi .accordion-box ul li a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f04b";
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #616161;
    font-size: 0.5em;
    vertical-align: middle;
  }
  #header #global_navi #g_navi .accordion-box ul li a:hover {
    background-color: #E0E4EC;
  }
  #header #global_navi #g_navi .accordion-box ul .cross {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: table;
    cursor: pointer;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #header #global_navi #g_navi .accordion-box ul .cross {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  #header #global_navi #g_navi .accordion-box ul .cross:before {
    width: 100%;
    content: "";
    height: 2px;
    background: #0650CB;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  #header #global_navi #g_navi .accordion-box ul .cross:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #0650CB;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  #header #global_navi #g_navi .parent01:hover ~ .parent02 span:before,
  #header #global_navi #g_navi .parent02:hover ~ .parent03 span:before,
  #header #global_navi #g_navi .parent03:hover ~ .parent04 span:before,
  #header #global_navi #g_navi .parent04:hover ~ .parent05 span:before,
  #header #global_navi #g_navi .parent01.appear ~ .parent02 span:before,
  #header #global_navi #g_navi .parent02.appear ~ .parent03 span:before,
  #header #global_navi #g_navi .parent03.appear ~ .parent04 span:before,
  #header #global_navi #g_navi .parent04.appear ~ .parent05 span:before {
    border-left: none;
  }
  #header #global_navi #sp_sub {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header #global_navi .container {
    padding: 0;
  }
  #header #global_navi #g_navi > li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    width: 100%;
  }
  #header #global_navi #g_navi > li > span {
    font-weight: bold;
    position: relative;
    display: block;
    padding: 8px 10px;
    background-color: #E6F1FF;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
  }
  #header #global_navi #g_navi > li > span:after {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #0650CB;
    position: absolute;
    font-size: 1.25rem;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header #global_navi #g_navi > li.open span:after {
    content: "\f056";
  }
  #header #global_navi #g_navi > li > a span {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 8px 10px;
    background-color: #E0E4EC;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  #header #global_navi #g_navi > li > a span:before {
    content: "\f144";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #0650CB;
  }
  #header #global_navi #g_navi .accordion-box {
    display: none;
  }
  #header #global_navi #g_navi .accordion-box ul {
    list-style: none;
    margin: 0;
    background-color: white;
    font-size: 0.875rem;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
  }
  #header #global_navi #g_navi .accordion-box ul li {
    line-height: 1.7;
  }
  #header #global_navi #g_navi .accordion-box ul li a {
    padding: 8px 10px;
    font-size: 1rem;
    display: block;
  }
  #header #global_navi #g_navi .accordion-box ul li a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f04b";
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #616161;
    font-size: 0.5em;
    vertical-align: middle;
    text-decoration: none;
  }
  #header #global_navi #g_navi .accordion-box ul li:nth-child(n+3) {
    border-top: 1px solid #ccc;
  }
  #header #global_navi #sp_sub {
    text-align: center;
    padding: 15px;
    background-color: #E0E4EC;
    border-bottom: 1px solid #ccc;
  }
  #header #global_navi #sp_sub a {
    background-color: white;
  }
}

#footer {
  margin-top: 100px;
}
#footer #page_top a {
  margin: 0 0 0 auto;
  padding: 10px 15px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: table;
  border-radius: 5px 5px 0 0;
  background: #0650cb;
}
#footer #page_top a:before {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
#footer #footer_navi {
  background-color: #E0E4EC;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #footer #footer_navi {
    padding: 0;
    border-top: 1px solid #ccc;
  }
}
#footer #footer_navi .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #footer #footer_navi .container {
    gap: 20px;
  }
}
#footer #footer_navi .container .f_navi {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  width: 190px;
}
#footer #footer_navi .container .f_navi#f_navi1, #footer #footer_navi .container .f_navi#f_navi5 {
  width: 160px;
}
#footer #footer_navi .container .f_navi#f_navi2, #footer #footer_navi .container .f_navi#f_navi4 {
  width: 175px;
}
@media screen and (max-width: 767px) {
  #footer #footer_navi .container .f_navi {
    width: 100% !important;
  }
}
#footer #footer_navi .container .f_navi h3 {
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer #footer_navi .container .f_navi h3 {
    padding: 8px 10px;
    background-color: #E6F1FF;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
  }
  #footer #footer_navi .container .f_navi h3:after {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #0650CB;
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer #footer_navi .container .f_navi h3.open:after {
    content: "\f056";
  }
}
#footer #footer_navi .container .f_navi > li > a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer #footer_navi .container .f_navi > li > a {
    padding: 8px 10px;
    background-color: #E0E4EC;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    display: block;
  }
}
#footer #footer_navi .container .f_navi > li > a:before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  color: #0650CB;
}
#footer #footer_navi .container .f_navi ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 3px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #footer #footer_navi .container .f_navi ul {
    background-color: white;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    display: none;
  }
}
#footer #footer_navi .container .f_navi ul li {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #footer #footer_navi .container .f_navi ul li {
    padding: 8px 10px;
    font-size: 16px;
    display: block;
  }
}
#footer #footer_navi .container .f_navi ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f04b";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  color: #616161;
  font-size: 0.5em;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer #footer_navi .container .f_navi ul li + li {
    border-top: 1px solid #ccc;
  }
}
#footer #footer_inner {
  padding-top: 20px;
}
#footer #footer_inner .container {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #footer #footer_inner .container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
}
#footer #footer_inner .container #footer_logo h2 {
  font-size: 36px;
  letter-spacing: 7.2px;
  margin: 0;
  line-height: 1;
}
#footer #footer_inner .container #footer_logo h2:before {
  content: "";
  background-image: url(../images/mark.png);
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #footer #footer_inner .container #footer_logo h2 {
    transform: scale(0.8);
  }
}
#footer #footer_inner .container #footer_addr {
  line-height: 1.4;
  font-size: 0.875rem;
}
#footer #copyright {
  font-size: 14px;
  line-height: 1.2;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #footer #copyright {
    text-align: center;
  }
}

#main.top_contents #main_image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #main.top_contents #main_image img {
    height: 180px;
    margin-top: 15px;
  }
}
#main.top_contents #top_news {
  margin-top: 40px;
}
#main.top_contents #top_news h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid #BBBFCA;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main.top_contents #top_news h2 {
    font-size: 1.25rem;
  }
}
#main.top_contents #top_news h2:before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  color: #0650CB;
  font-size: 1.75rem;
}
#main.top_contents #top_news dl {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #BBBFCA;
}
@media screen and (min-width: 768px) {
  #main.top_contents #top_news dl {
    display: flex;
  }
}
#main.top_contents #top_news dl dt {
  width: 9em;
  margin: 0;
}
#main.top_contents #top_news dl dd {
  flex: 1;
  text-indent: -0.5em;
  padding-left: 1.2em;
}
#main.top_contents #top_news dl dd:before {
  font-family: "Font Awesome 6 Free";
  content: "\f04b";
  font-weight: 600;
  display: inline-block;
  margin-right: 1em;
  color: #616161;
  font-size: 0.5em;
  vertical-align: bottom;
}
#main.top_contents #top_index {
  margin-top: 50px;
}
#main.top_contents #top_index .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #main.top_contents #top_index .container {
    gap: 15px;
  }
}
#main.top_contents #top_index .container .top_index_box {
  width: calc((100% - 40px) / 3);
  border: 1px solid #BBBFCA;
}
@media screen and (max-width: 767px) {
  #main.top_contents #top_index .container .top_index_box {
    width: 100%;
  }
}
#main.top_contents #top_index .container .top_index_box .inner {
  padding: 15px 20px 20px;
}
#main.top_contents #top_index .container .top_index_box h3 {
  background-color: #0650CB;
  color: white;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 8px 12px;
}
#main.top_contents #top_index .container .top_index_box h3 a {
  display: block;
  color: white;
  text-decoration: none;
}
#main.top_contents #top_index .container .top_index_box h3 a:before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
#main.top_contents #top_index .container .top_index_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main.top_contents #top_index .container .top_index_box ul li {
  font-size: 0.875rem;
}
#main.top_contents #top_index .container .top_index_box ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f04b";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  color: #616161;
  font-size: 0.5em;
  vertical-align: bottom;
  text-decoration: none;
}
#main.top_contents #top_logo {
  margin: 50px 0;
  text-align: center;
}
#main.top_contents #top_logo a {
  display: inline-block;
}
#main.top_contents #top_logo a img {
  margin: 0 auto;
  width: 230px;
}
#main.lower_contents .breadcrumb {
  font-size: 0.875rem;
}
#main.lower_contents .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  margin-top: 10px;
  margin-bottom: 80px;
}
#main.lower_contents .breadcrumb ul li + li:before {
  content: ">";
  display: inline-block;
  padding: 0 0.6em;
}
#main.lower_contents h1.page_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main.lower_contents h1.page_title {
    font-size: 1.5rem;
  }
}
#main.lower_contents h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 3px solid #E0E4EC;
  padding: 0.5em 0;
  margin: 50px 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main.lower_contents h2 {
    font-size: 1.25rem;
  }
}
#main.lower_contents h2::after {
  content: "";
  background-color: #0650CB;
  width: 4.5em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
#main.lower_contents h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 5px 15px;
  background-color: #eceff4;
  border-left: 7px solid #0650CB;
  margin: 35px 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main.lower_contents h3 {
    font-size: 1.125rem;
  }
}
#main.lower_contents h3:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid #0650CB;
}
#main.lower_contents h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 25px 0 10px;
}
@media screen and (max-width: 767px) {
  #main.lower_contents h4 {
    font-size: 1.0625rem;
  }
}
#main.lower_contents p {
  margin-bottom: 1em;
}
#main.lower_contents ul {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
#main.lower_contents .link_list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
#main.lower_contents .link_list.row li {
  display: inline-block;
  margin-right: 1.5em;
}
#main.lower_contents .link_list li {
  padding-left: 1em;
  text-indent: -0.4em;
  line-height: 1.5;
  margin-bottom: 5px;
}
#main.lower_contents .link_list li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f04b";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  color: #616161;
  font-size: 0.5em;
  vertical-align: middle;
  text-decoration: none;
}
#main.lower_contents .flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#main.lower_contents .flex.flex_rv {
  flex-direction: row-reverse;
}
#main.lower_contents .flex.f1 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #main.lower_contents .flex .flex-L, #main.lower_contents .flex .flex-R {
    width: 100%;
  }
}
#main.lower_contents .table {
  width: 100%;
  border-collapse: collapse;
}
#main.lower_contents .table th {
  font-weight: bold;
}
#main.lower_contents .table th, #main.lower_contents .table td {
  padding: 5px 8px;
  min-width: 10em;
}
@media screen and (max-width: 767px) {
  #main.lower_contents .table th, #main.lower_contents .table td {
    min-width: 4.5em;
  }
}
#main.lower_contents .table tr {
  border-bottom: 1px solid #ccc;
}
#main.lower_contents .table thead {
  background-color: #eceff4;
  border-bottom: 2px solid #aaa;
}
#main.lower_contents .table.table-bordered th, #main.lower_contents .table.table-bordered td {
  border: 1px solid #ccc;
}
#main.lower_contents .table.table-xs {
  font-size: 0.9em;
}
#main.lower_contents .table.table-xs th, #main.lower_contents .table.table-xs td {
  padding: 4px 6px;
}
#main.lower_contents dt {
  font-weight: bold;
  margin-top: 10px;
}
#main.lower_contents .indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #main.lower_contents .right_table {
    float: right;
    max-width: 450px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  #main.lower_contents .right_image {
    float: right;
    max-width: 375px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  #main.lower_contents .left_image {
    float: left;
    max-width: 375px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
#main.lower_contents .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#main.lower_contents .col3img, #main.lower_contents .col2img, #main.lower_contents .col1img {
  margin: 30px 0;
}
#main.lower_contents .col3img ul, #main.lower_contents .col2img ul, #main.lower_contents .col1img ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
#main.lower_contents .col3img ul li, #main.lower_contents .col2img ul li, #main.lower_contents .col1img ul li {
  text-align: center;
  line-height: 1.3;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  #main.lower_contents .col3img {
    width: 750px;
  }
  #main.lower_contents .col2img {
    width: 660px;
  }
}
#main.lower_contents .sub_page_menu {
  margin-top: 50px;
}
#main.lower_contents .sub_page_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#main.lower_contents .sub_page_menu ul li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  #main.lower_contents .sub_page_menu ul li {
    width: 100%;
  }
}
#main.lower_contents .sub_page_menu ul li a {
  display: block;
  background-color: #E0E4EC;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 15px;
  font-size: 1.1em;
}
#main.lower_contents .sub_page_menu ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f144";
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
#main.lower_contents .sub_page_menu ul li a:hover {
  opacity: 0.8;
}
#main.lower_contents ol.olstyle1 li {
  margin-left: 1.7em;
  margin-bottom: 5px;
}
#main.lower_contents ol.olstyle1 li::marker {
  font-size: 1rem;
  color: #0650CB;
  font-weight: bold;
}
#main.lower_contents blockquote {
  margin: 0 0 1.125rem 0;
  padding: 20px;
  background-color: #f4f4f4;
  border: 2px solid #eeeeee;
  border-left: 2px solid #0650CB;
  border-right: 2px solid #0650CB;
  font-size: 1rem;
}

.food_img ul {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
}
.food_img li {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */