@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
/*ect */
body * {
  box-sizing: border-box;
}

html, body, header, figure, ul, h1, h2, h3, h4, h5, h6, h7, p {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (min-width: 581px) and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (max-width: 580px) {
  h2 {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #0382d1;
  cursor: pointer;
}
a:hover {
  color: #000;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .sp_only {
    display: block;
  }
}

body {
  color: #363833;
}

header {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0 5px 15px;
  z-index: 9;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 580px) {
  header {
    padding: 8px 0 4px 15px;
  }
}
header.front {
  padding: 10px 12px;
}
header.front h1 {
  font-size: 0.9vw;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header.front h1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  header.front h1 {
    position: absolute;
    left: 190px;
    top: 50%;
    font-size: 10px;
    padding-right: 12px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
header .header_flex_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  header .header_flex_wrapper {
    display: block;
  }
}
header .telandbtn_wrapper {
  display: flex;
}
@media screen and (max-width: 580px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
header .telandbtn_wrapper .tel_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num {
  width: 200px;
  display: flex;
  align-items: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper {
  max-width: 20%;
  width: 2.5vw;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper img {
  width: 100%;
  height: auto;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number {
  font-size: 20px;
  font-weight: bold;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:hover, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:active, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:visited {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_text {
  font-size: 1.3rem;
  text-align: center;
}
header .telandbtn_wrapper .btn_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .telandbtn_wrapper .btn_wrapper .line,
header .telandbtn_wrapper .btn_wrapper .mail {
  max-width: 160px;
  width: 9vw;
}
header .telandbtn_wrapper .btn_wrapper .line img,
header .telandbtn_wrapper .btn_wrapper .mail img {
  width: 100%;
  height: auto;
}
header .inner {
  display: flex;
  justify-content: left;
  max-width: 1580px;
  margin: auto;
  box-sizing: border-box;
}
header .inner #logo {
  width: 163px;
  height: auto;
  margin-right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner #logo a img {
  width: 100%;
  height: auto;
}
header .inner nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav {
    padding-top: 4px;
  }
}
header .inner nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  height: 100%;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
}
header .inner nav ul li:hover a {
  font-weight: bold;
}
header .inner nav ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  color: #363833;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding: 8px;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  header .inner nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav ul li a {
    font-size: 1.5rem;
  }
}
header .inner nav ul .dropdown__lists {
  opacity: 0; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  transition: all 0s;
  gap: 0;
  pointer-events: none;
}
header .inner nav ul li:hover .dropdown__lists {
  opacity: 100; /*Gナビメニューにホバーしたら表示*/
  transform: translateY(36px);
  transition: all 0.5s;
  pointer-events: all;
}
header .inner nav ul li:hover .dropdown__lists a {
  font-weight: normal;
}
header .inner nav ul .dropdown__list {
  background-color: #00489a;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list:hover {
  background-color: #539fd2;
}
@media screen and (max-width: 580px) {
  header .inner nav {
    display: none;
  }
}

article section#submenu {
  width: 100%;
}

article section#submenu .dw {
  background-color: gainsboro;
}

article section#submenu .dw input[type=checkbox] {
  display: none;
}

.dw label {
  display: block;
  padding: 6px;
  padding-left: 20px;
  font-size: 1.6rem;
  position: relative;
}

.dw label::after {
  content: "▶";
  position: absolute;
  top: 6px;
  left: 150px;
  transform: rotate(90deg);
  transition: all 1.2s ease;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor::after {
  transform: rotate(-90deg) !important;
}

article section#submenu .dw h5 {
  font-size: 1.6rem;
  margin: 10px;
}

article section#submenu .dw .subbox {
  padding: 0 10px 0 10px;
  height: 0;
  transition: all 1s ease;
  opacity: 0;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
  height: 80px;
  padding-top: 10px;
  z-index: -1;
  opacity: 1;
}

@media screen and (max-width: 580px) {
  article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
    height: 120px;
  }
}
article section#submenu .dw .subbox ul {
  margin: 0 0 5px 0;
  padding-left: 30px;
}

article section#submenu .dw .subbox ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.4rem;
  color: #00499a;
}

.menu-checkbox {
  display: none;
}

.drawer-menu {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    background-color: #00499a;
    z-index: 20;
    overflow: scroll;
    padding-bottom: 40px;
  }
}

.drawer-menu-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.drawer-menu-item-link {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item-link:hover,
.drawer-menu-item .Label:hover {
  color: #5b9fd3;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(100%);
}

.drawer-icon {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-icon {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 60px;
    justify-content: center;
    align-items: center;
    z-index: 130;
    background-color: #fff;
  }
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  /*check*/
  background-color: #eb6120;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
  background-color: #00499a;
}

.drawer-icon span::after {
  top: 12px;
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}

/*ベース*/
.drawer-menu-item .toggle {
  display: none;
}

.drawer-menu-item .Label {
  /*タイトル*/
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}

.drawer-menu-item .Label,
.drawer-menu-item .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.drawer-menu-item .content {
  /*本文*/
  height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.drawer-menu-item .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px 8px 0px 20px;
  transition: all 0.3s;
  margin-top: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li {
  display: block;
  font-size: 1.5rem;
  padding-left: 1em;
  margin-bottom: 20px;
}

.drawer-menu-item .toggle:checked + .Label + .content li:last-of-type {
  margin-bottom: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li a {
  color: #fff;
}

.drawer-menu-item .toggle:checked + .Label + .content li a:hover {
  color: #5b9fd3;
}

.drawer-menu-item .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
  top: calc(50% - 3px);
}

.drawer-line {
  width: 80%;
  margin: 20px 0 0 0;
  padding-left: 20px;
}
.drawer-line img {
  width: 100%;
  height: auto;
}

header {
  box-shadow: 1px 1px 20px lightgray;
}

article main.contents {
  width: 100%;
  max-width: 1180px;
  margin: 20px auto;
}
article main.contents section {
  width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 580px) {
  article main.contents section {
    width: 100%;
  }
}
article main.contents section h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
article main.contents section h2 {
  font-size: 3rem;
  margin: 50px 0;
  text-align: center;
}
article main.contents section h3 {
  font-size: 2.6rem;
  margin: 40px 0;
}
article main.contents section h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
article main.contents section p.null {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  article main.contents section p.null {
    width: 100%;
    padding: 10px;
  }
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .pagetop {
    right: 15px;
    bottom: 90px;
  }
}

.pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

footer {
  width: 100%;
  padding-top: 60px;
  background-color: rgb(0, 72, 154);
}
footer #footerBox {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #footerBox {
    display: block;
    width: 100%;
  }
}
footer #footerBox #contener-01 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 {
    width: 100%;
    padding: 10px;
  }
}
footer #footerBox #contener-01 p#f-01 {
  box-sizing: border-box;
  text-align: center;
  font-size: 3.8rem;
  color: #f1f1f1;
  font-weight: bolder;
  padding: 0;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.4rem;
  }
}
footer #footerBox #contener-01 p#f-01 span {
  font-size: 150%;
  color: #eb6120;
  transform: scale(0.8, 1);
  margin-left: 7px;
}
footer #footerBox #contener-01 ul {
  padding: 30px 67px 30px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
footer #footerBox #contener-01 ul li {
  font-size: 1.7rem;
  color: #fff;
}
footer #footerBox #contener-01 p#f-02 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}
footer #footerBox #contener-01 p#f-03 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-top: 20px;
  padding: 0;
}
footer #footerBox #contener-01 p#f-03 span {
  color: #eb6120;
  transform: scale(0.7, 1);
  font-size: 180%;
  margin: 0 6px;
  font-weight: bold;
}
footer #footerBox #contener-01 p#f-03 img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 p {
  text-align: center;
  padding: 10px;
}
footer #footerBox #contener-01 p a {
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  color: #eb6120;
}
footer #footerBox #contener-01 p a img.linebutton {
  display: inline-block;
  width: 162px;
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
  margin: 1em;
  margin-right: 20px;
}
footer #footerBox #contener-01 p img.qrcode {
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p img.qrcode {
    display: none;
  }
}
footer #footerBox #contener-02 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 {
    width: 100%;
  }
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  margin-bottom: 0.5em;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  color: #333;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
footer #footerBox #contener-02 form textarea {
  padding-top: 0.7em;
  min-height: 120px;
  color: #333;
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form button,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  font: inherit;
  font-size: 1.6rem;
  color: #333;
}
footer #footerBox #contener-02 form p.form_style {
  color: #333;
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 0.5em !important;
  text-align: left !important;
  margin-top: 0.5em !important;
}
footer #footerBox #contener-02 form p.form_buttonstyle {
  margin-bottom: 0.5em !important;
  text-align: center !important;
  margin-top: 1.5em !important;
}
footer #footerBox #contener-02 form p.form_buttonstyle span {
  text-align: center;
  color: #fff;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit] {
  width: 200px;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 100;
  background-color: #eb6120;
  color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
  background-color: #fba57d;
}
footer #footerBox #contener-02 form .btn-wrap {
  display: block;
  max-width: 435px;
  margin: 20px auto 20px;
}
footer #footerBox #contener-02 form .btn-wrap .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 999px;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 5px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    right: calc(50% - 20vw);
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    font-size: 5vw;
    top: calc(50% - 2.5vw);
    right: calc(50% - 36vw);
  }
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c input {
  background: none;
  border: none;
  display: block;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 5vw;
  }
}
footer #footer_contents_wrapper {
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: auto;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper {
    display: block;
  }
}
footer #footer_contents_wrapper a {
  color: #fff;
}
footer #footer_contents_wrapper a:hover {
  text-decoration: underline;
}
footer #footer_contents_wrapper ul li {
  margin-bottom: 8px;
}
footer #footer_contents_wrapper .footer_menu_wrapper {
  width: 30%;
  padding: 8px 32px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_menu_wrapper {
    width: 100%;
    padding: 8px 20px 20px;
  }
}
footer #footer_contents_wrapper .footer_news_wrapper {
  width: 50%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_news_wrapper {
    width: 100%;
  }
}
footer #footer_contents_wrapper .footer_news_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}
footer #footer_contents_wrapper .footer_news_wrapper .new_article {
  margin-bottom: 32px;
}
footer #footer_contents_wrapper .footer_kisochishiki_wrapper {
  width: 20%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_kisochishiki_wrapper {
    width: 100%;
  }
}
footer #footer_contents_wrapper .footer_kisochishiki_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}
footer .footer_tags_wrapper {
  width: 100%;
  max-width: 1110px;
  margin: auto auto 12px;
  font-size: 14px;
  color: #fff;
}
footer .tags_list {
  padding: 0 20px;
}
footer .tags_list .tag_item {
  display: inline-block;
  background: #f0f7ff;
  border-radius: 6px;
  margin: 0 8px 16px 0;
  font-weight: bold;
  border: 2px solid #78b7ff;
}
footer .tags_list .tag_item:hover {
  background: #78b7ff;
}
@media screen and (max-width: 580px) {
  footer .tags_list .tag_item {
    margin: 0 4px 8px 0;
  }
}
footer .tags_list .tag_item a {
  color: #00489a;
  display: block;
  padding: 4px 8px;
}
footer .tags_list .tag_item a:hover {
  text-decoration: underline;
  color: #fff;
}
footer #copylight {
  background-color: #394356;
  color: #fff;
  padding: 10px 0 15px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #copylight {
    display: block;
    padding: 12px 0 30px;
  }
}
footer #copylight p#copy {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 580px) {
  footer #copylight p#copy {
    margin-top: 30px;
  }
}
footer #copylight ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  footer #copylight ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 20px;
    line-height: 2.5;
  }
}
footer #copylight ul li {
  margin-right: 12px;
}
footer #copylight ul li a {
  color: currentColor;
  touch-action: manipulation;
  font-size: 1.2rem;
}

#footer_sp_button {
  display: none;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #footer_sp_button {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -6px;
    left: 0;
    font-size: 1.35rem;
    text-align: center;
    background: #fff;
    padding: 5px;
    z-index: 18;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button #img {
    position: relative;
  }
  #footer_sp_button #img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #footer_sp_button #img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=page-base.css.map */