@charset "UTF-8";
.tb:not(.sp), .pc:not(.sp) {
  display: none !important; }

#header_inner {
  width: 100%;
  height: 133px;
  margin: 0 auto;
  position: relative; }

#header h1 {
  float: left;
  width: 448px;
  margin: 0; }

#header h1 a {
  display: block;
  width: 448px;
  margin: 0;
  padding: 0; }

#header_menu {
  width: 100%;
  height: 133px;
  position: relative; }

.logo_s {
  width: 100%;
  display: block;
  height: auto; }

.navi_5 a::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("/img/icon/lock_white.svg");
  background-size: cover;
  display: inline-block;
  margin-right: .5em; }

.drawer-dropdown-menu > li.img {
  width: 100%;
  list-style: none;
  margin: 5px 0; }
  .drawer-dropdown-menu > li.img a {
    display: block;
    margin: auto; }
    .drawer-dropdown-menu > li.img a::before {
      display: none; }
    .drawer-dropdown-menu > li.img a img {
      display: block;
      margin: auto;
      max-width: 100%; }

/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
ul#header_lower_menu {
  position: absolute;
  list-style: none;
  display: flex;
  bottom: 0;
  height: 63px;
  width: 100%; }

ul#header_lower_menu li {
  position: relative;
  flex: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul#header_lower_menu > li {
  position: relative;
  height: 63px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px; }

ul#header_lower_menu > li a::after {
  content: "";
  width: 2px;
  height: 63px;
  margin: 0;
  padding: 0;
  background: url("../img/navi_bg.png") no-repeat; }

ul#header_lower_menu > li:first-child a::before {
  content: "";
  width: 2px;
  height: 63px;
  margin: 0;
  padding: 0;
  background: url("../img/navi_bg.png") no-repeat; }

ul#header_lower_menu > li > a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 63px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 100; }

ul#header_lower_menu > li > a span {
  display: inline-block;
  margin: auto;
  padding: 0;
  font-weight: 100; }

#pan {
  margin: 0 0 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 0 0; }

#pan ul {
  font-size: 1.4rem;
  width: 100%;
  max-width: 1180px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  line-height: 40px;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  overflow-y: hidden; }

#pan ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px; }

#pan ul li.plist_1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 0 .5rem;
  font-weight: 900;
  font-size: 2rem; }

#pan ul li + li::after,
#pan ul li + li::before {
  content: "";
  width: 16px;
  height: 22px;
  border-right: 1px solid #666;
  display: inline-block;
  position: absolute; }

#pan ul li + li::after {
  transform: rotate(15deg);
  left: -18px;
  bottom: 0; }

#pan ul li + li::before {
  transform: rotate(-15deg);
  left: -18px;
  top: 0; }

#body {
  margin: 0 10px 20px;
  font-size: 1.4rem; }

#main {
  padding-top: 20px; }

.main_col {
  margin-bottom: 20px; }

.white {
  padding: 0; }

.gray {
  background: #f7f7f7;
  padding: 0; }

ul.bana {
  margin: 0 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 0; }

ul.bana li {
  margin-bottom: 10px;
  width: 48%; }
  ul.bana li:first-child {
    width: 100%; }
  ul.bana li.empty {
    width: 10%; }

ul.bana li a {
  display: block;
  width: 100%; }

ul.bana li a img {
  display: block;
  width: 100%;
  margin-left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

ul.bana li a.bana_kango:hover img,
ul.bana li a.bana_renkei:hover img {
  display: block;
  width: 100%;
  margin-left: 8px; }

ul.bana li a.bana_kango {
  background: url("/img/bana/bana_kango.png?") no-repeat;
  display: block;
  background-size: 100%;
  width: 100%; }

ul.bana li a.bana_renkei {
  background: url("/img/bana/bana_renkei.png?") no-repeat;
  display: block;
  background-size: 100%;
  width: 100%; }

ul.bana2 {
  margin: 0 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 24px; }

ul.bana2 li {
  margin-bottom: 10px;
  width: 48%; }

ul.bana2 li a {
  display: block;
  width: 100%; }

ul.bana2 li img {
  display: block;
  width: 100%; }

.main_cont h1 {
  margin: 30px 0;
  font-size: 2rem; }

#footer_upper .inner {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  position: relative; }

#footer_upper .inner .flex {
  max-width: 1180px;
  margin: 50px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column; }

#footer_upper .inner .flex p img {
  display: block;
  max-width: 100%; }

.contact_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 14em;
  max-width: 50%;
  height: 3em;
  line-height: 3em;
  color: #fff;
  background: #6c96ca;
  text-align: center;
  font-size: 1.3rem; }

.contact_btn::after {
  content: "";
  background: url("/img/icon/mail_white.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  text-align: center;
  background-size: contain; }

#footer_link {
  width: 100%;
  margin: auto;
  font-size: 1.3rem;
  position: relative;
  background: #4e73a3;
  background: -moz-repeating-linear-gradient(rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 4px), -moz-linear-gradient(top, #4e73a3 0%, #2a3e58 100%);
  background: -webkit-repeating-linear-gradient(rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 4px), -webkit-linear-gradient(top, #4e73a3 0%, #2a3e58 100%);
  background: repeating-linear-gradient(rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 4px), linear-gradient(to bottom, #4e73a3 0%, #2a3e58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e73a3', endColorstr='#2a3e58',GradientType=0 ); }

#footer_link .inner {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  font-size: 1.3rem;
  position: relative; }

#footer_link .inner .navi_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff; }

#footer_link .inner .navi_flex a {
  color: #fff; }

#footer_link .inner .navi_flex dl {
  width: 100%; }

#footer_link .inner .navi_flex dl dt,
#footer_link .inner .navi_flex p {
  cursor: pointer;
  font-size: 2rem;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 5px;
  padding-left: 10px; }

#footer_link .inner .navi_flex dl dt::after,
#footer_link .inner .navi_flex p::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  width: 1em;
  height: 1em;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto; }

#footer_link .inner .navi_flex dl dt.slct::after {
  content: "\f078"; }

#footer_link .inner .navi_flex dl dd {
  background: #fff; }

#footer_link .inner .navi_flex dl dd a {
  color: #333; }

#footer_link .inner .navi_flex dl ul {
  font-size: 1.4rem;
  list-style-position: inside; }

#footer_link .inner .navi_flex dl ul {
  font-size: 1.4rem;
  list-style-position: inside; }

#footer_lower ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
  list-style-type: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa; }

#footer_lower ul li {
  padding: 5px;
  position: relative;
  width: 50%;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }

address {
  font-style: normal;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 0; }

#footer_lower .copyright {
  background: #4e73a3;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 20px 0; }

#topBtn {
  margin: auto;
  position: fixed;
  /*固定*/
  bottom: 20px;
  /*場所を右下に移動*/
  right: 20px;
  /*場所を右下に移動*/
  display: block;
  /*aタグをblock要素に変更*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
  box-sizing: border-box;
  z-index: 100; }

.sp_hide {
  display: none; }

.single_col .catch {
  background: #fff;
  -moz-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.35);
  max-width: 1180px;
  width: 100%;
  margin: auto;
  margin-top: -20px;
  text-align: center;
  opacity: .999; }

.single_col .catch h2 {
  padding: 30px 10px 0;
  font-size: 2rem;
  line-height: 1.5; }

.single_col .catch p {
  padding: 10px 10px 30px;
  font-size: 1.4rem;
  text-align: left; }

#touban {
  border: 1px solid #574d4f;
  margin-top: 10px;
  margin-bottom: 60px; }

#touban h2 {
  background: rgba(113, 212, 213, 0.5);
  padding: 0;
  margin: 0;
  height: 4rem;
  font-size: 1.7rem;
  position: relative;
  font-weight: normal; }

#touban h2 a {
  position: absolute;
  right: .5em;
  top: 3px;
  margin: auto;
  bottom: 3px;
  border: 1px solid #71d4d5;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff;
  background: white; }

#touban h2 span {
  background: #71d4d5;
  margin: 0;
  padding: 1rem 1.2rem 1rem 1rem;
  display: inline-block;
  position: absolute;
  height: 4rem;
  line-height: 1;
  left: 0; }

#touban h2 span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0px;
  right: -10px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #71d4d5;
  border-width: 2rem 0 2rem 10px;
  z-index: 1;
  overflow: hidden; }

#touban h3 {
  border-left: 4px solid #71d4d5;
  border-bottom: 1px solid #71d4d5;
  margin: 10px;
  padding: 5px; }

#touban .flex {
  display: block;
  margin: 10px 10px 20px;
  justify-content: space-between; }

#touban .flex div {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px; }

#touban .flex div.color_1 {
  border: 1px solid #ffe03f;
  background: rgba(255, 224, 63, 0.3); }

#touban .flex div.color_2 {
  border: 1px solid lightskyblue;
  background: rgba(135, 206, 250, 0.3); }

#touban .flex div .type {
  padding: 3px 20px;
  border-radius: 4px;
  margin: auto; }

#touban .flex div .type span {
  padding: 0;
  margin: auto;
  text-align: center;
  display: inline-block; }

#touban .flex div.color_1 .type {
  background: #ffe03f; }

#touban .flex div.color_2 .type {
  background: lightskyblue; }

#touban .flex div p {
  font-size: 1.6rem;
  margin: 0 1em; }

#touban .flex div .name {
  font-weight: 600; }

.pager {
  clear: both;
  margin: 10px auto;
  display: block;
  text-align: center;
  font-size: 1.4rem; }
