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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  outline: none;
}

em {
  font-style: normal;
}

a img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  -o-box-shadow: 0 0 5px #ccc;
  -ms-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.radius-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.radius-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.block {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 1.4rem;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  border-radius: 4px;
}

.block:after {
  content: '';
  clear: both;
  display: block;
}

ul {
  list-style-type: none;
}

#container {
  margin-top: 60px;
}

#wrapper {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#header {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}

#header_block {
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  z-index: 1;
  transform: translateZ(1px);
}

#pan {
  z-index: 10;
  width: 100%;
  line-height: 25px;
  height: 25px;
  margin: auto;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
  top: 127px;
  left: 0;
  right: 0;
  background: #267a5e;
  overflow: auto;
}

#pan ul {
  width: auto;
  max-width: 1060px;
  font-size: 1.4rem;
  padding: 0 5px;
  margin: 0 auto;
  line-height: 2;
  white-space: nowrap;
  list-style: none;
  color: #fff;
}

#pan a {
  color: #fff;
}

#pan ul li {
  display: inline-block;
}

#pan ul li + li::before {
  content: "\0bb";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 0 .5rem;
}

.header_box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  height: 60px;
  color: #06391e;
  background: #fff;
  position: relative;
}

.header_box h1 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 0;
  padding: 0 0 0 0;
  height: 60px;
  width: 300px;
  max-width: 60%;
  float: left;
}

.header_box h1 a {
  color: #fff;
  display: block;
  position: relative;
  height: 60px;
  margin: 0 0 0 5px;
}

.header_box h1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  margin: auto;
  padding: 0 0 0 0;
}

.header_box .phone {
  position: absolute;
  right: 2em;
  top: .1em;
  font-size: 2.5em;
  margin-top: 5px;
  color: #ccc;
  background: #267a5e;
  width: 44px;
  border-radius: 4px;
}

.header_box .phone img {
  display: block;
}

.header_box .tel p {
  font-size: 11px;
  line-height: 1.8;
}

#gnavi {
  clear: both;
  width: 100%;
  height: 50px;
  background: #eee url(/img/navi/navi_bg.gif) repeat-x center center;
  margin: 0;
  padding: 0;
}

.t_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
}

.t_fixed2 {
  position: fixed;
  top: 60px;
  width: 100%;
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
}

#gnavi ul {
  margin: 0 auto;
  padding: 0 0 0;
  width: 960px;
  height: 50px;
}

#gnavi ul li {
  float: left;
  height: 50px;
  margin: 0;
}

#gnavi ul li a {
  margin: 0;
  padding: 0;
  height: 50px;
  text-align: center;
  display: block;
  background-color: #fff;
  text-indent: -9999px;
  width: 150px;
}

#gnavi ul li#active a {
  background-position: left bottom;
}

#gnavi ul li a:hover {
  background-position: left center;
}

.contents_inner {
  margin: 0;
}

.pageimg {
  margin: 0 auto;
  padding: 0;
  clear: both;
}

.pageimg img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

#contents {
  margin: 0 auto;
  padding: 0 0 0 0;
  clear: both;
  background: #f1faf7;
}

#main {
  margin: 0 10px;
  padding: 0;
}

#main .block p {
  margin: 5px 0;
  padding: 3px 0;
  line-height: 1.4;
}

.textbox li {
  line-height: 1.5;
}

table.form_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
}

table.form_table thead th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  background-color: #FFA970;
  color: #fff;
  padding: 5px 15px 5px 5px;
}

table.form_table thead th img {
  vertical-align: middle;
  margin-left: 5px;
}

table.form_table tbody th {
  padding: 5px 15px 5px 5px;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  line-height: 2em;
  color: #fff;
  background: #736357 url(/img/entry/arrow.png) no-repeat right center;
}

table.form_table tbody th em {
  border-left: 3px dotted #fff;
  padding-left: 5px;
}

table.form_table tbody td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
}

table.form_table tfoot td {
  text-align: center;
  padding: 5px 5px;
}

table.form_table tfoot form {
  display: inline-block;
}

table.form_table tbody th.check {
  padding: 5px;
  text-align: right;
  border: 1px solid #ccc;
  background: #ee5a01;
}

table.form_table input[type="tel"],
table.form_table input[type="email"],
table.form_table input[type="password"] {
  width: 95%;
}

table.form_table textarea {
  width: 95%;
  height: 4em;
}

table.form_table button[type="submit"],
table.form_table button[type="reset"] {
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 1px #FFFFFF inset;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px 3px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #447cc2), color-stop(100%, #4455c2));
  background: -webkit-linear-gradient(top center, #447cc2 0%, #4455c2 100%);
  background: -moz-linear-gradient(top center, #447cc2 0%, #4455c2 100%);
  background: linear-gradient(to bottom, #447cc2 0%, #4455c2 100%);
  background-repeat: no-repeat;
  background-position: 0 center;
  border: 1px solid #363636;
  text-shadow: 1px 1px 0 #216091;
}

/******

@footer

******/
#footer {
  clear: both;
  width: 100%;
  border-top: 4px solid #267a5e;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
}

#footer nav {
  font-size: 1.4rem;
}

#footer nav > ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 0;
}

#footer nav > ul::after {
  content: "";
  display: block;
  margin-bottom: 10px;
}

#footer nav > ul li {
  line-height: 3;
  box-sizing: border-box;
  min-width: 50%;
  border-bottom: 1px solid #ddd;
  width: 12em;
  font-size: 1.2rem;
  padding-left: 2em;
  position: relative;
}

#footer nav > ul li.line {
  line-height: 1;
  box-sizing: border-box;
  min-width: 50%;
  border-bottom: 1px solid #ddd;
  width: 12em;
  font-size: 1.2rem;
  padding-left: 0;
  position: relative;
}

#footer nav > ul li.line a {
  display: block;
  margin: 3px auto;
}

#footer nav > ul li.line a img {
  display: block;
  margin: auto;
}

#footer nav ul li.line a::before {
  position: relative;
  font-family: 'LigatureSymbols';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '';
  word-break: keep-all;
  width: 5em;
  margin: auto;
  left: 1em;
  top: 0;
  bottom: 0;
}

#footer nav ul li a::before {
  position: absolute;
  font-family: 'LigatureSymbols';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: 'right';
  word-break: keep-all;
  width: 5em;
  margin: auto;
  left: 1em;
  top: 0;
  bottom: 0;
}

#footer nav > ul li:nth-child(odd) {
  border-right: 1px solid #ddd;
}

#footer nav > ul li:last-child {
  border-bottom: 0 solid #ddd;
}

#footer nav a {
  color: #222;
  display: block;
  z-index: 100;
}

#footer nav .accordion ul {
  background: #fff;
  padding: 0;
}

#footer nav .accordion li {
  line-height: 2.5;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 2em;
}

#footer nav p {
  line-height: 2.5;
  padding: 0 1em 0 1.5em;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#footer nav p::before {
  content: '';
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #333;
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: .5em;
}

#footer nav p.ui-accordion-header {
  cursor: pointer;
  user-select: none;
}

#footer nav p.ui-accordion-header::after {
  position: absolute;
  font-family: 'LigatureSymbols';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: 'plus';
  margin: auto;
  font-size: 130%;
  right: .5em;
  top: 0;
  word-break: keep-all;
  bottom: 0;
  border: 1px solid #ddd;
  height: 1.5em;
  width: 2.5em;
  text-align: center;
  line-height: 1.5;
  padding: 0 .4em;
  background: #fff;
}

#footer nav p.ui-accordion-header.ui-accordion-header-active {
  background: #F2F7FB;
}

#footer nav p.ui-accordion-header.ui-accordion-header-active::after {
  font-family: 'LigatureSymbols';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: 'minus';
  word-break: keep-all;
}

.footer_bottom {
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  text-align: left;
  padding: 10px;
}

.footer_bottom img {
  display: block;
  width: 75%;
  margin: 10px auto;
}

.copyright {
  background: #267a5e;
  clear: both;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}

.copyright p {
  text-align: center;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#page-top a {
  position: relative;
  display: block;
  z-index: 999;
  padding: 8px 8px;
  border-radius: 30px;
  line-height: 30px;
  width: 35px;
  height: 35px;
  font-size: 2.5rem;
  background-color: #267a5e;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fade {
  -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;
}

.pager {
  clear: both;
  margin: 10px 0;
  text-align: center;
}

.pager a {
  display: inline-block;
  padding: 0 1px;
  margin: 0 3px 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: #267a5e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  max-width: 8vw;
  word-wrap: normal;
}

.pager span {
  display: inline-block;
  padding: 0 1px;
  margin: 0 3px 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: #eee;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  max-width: 8vw;
}

.pager span.now, .pager a:hover {
  background: #267a5e;
  color: #fff;
}

.pager .changepager {
  font-size: 1.2em;
  padding: 3px;
}

.pager.text {
  position: relative;
  height: 2em;
}

.pager.text a {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 33rem;
  margin: auto;
  padding: 0 10px;
}

.pager.text a.r {
  right: 0;
  width: 30%;
}

.pager.text a.c {
  right: 0;
  left: 0;
  width: 3em;
}

.pager.text a.l {
  left: 0;
  width: 30%;
}

a.blue_link {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  background: #267a5e;
  color: #fff;
  margin-right: 20px;
  height: 2rem;
  line-height: 2rem;
  padding: 0 2px 0 5px;
  margin-bottom: 8px;
}

a.blue_link::after {
  content: "";
  width: 0;
  height: 0;
  right: -2rem;
  top: 0;
  position: absolute;
  border: 1rem transparent solid;
  border-left: 1rem #267a5e solid;
}

ul.drawer-menu li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.5em;
  background-size: auto 2em;
  font-size: 1.5rem;
}

ul.drawer-menu li a.menu_ttl1 {
  background-image: url(/img/icon/icon_1.png);
}

ul.drawer-menu li a.menu_ttl2 {
  background-image: url(/img/icon/icon_13.png);
}

ul.drawer-menu li a.menu_ttl3 {
  background-image: url(/img/icon/icon_3.png);
}

ul.drawer-menu li a.menu_ttl4 {
  background-image: url(/img/icon/icon_4.png);
}

ul.drawer-menu li a.menu_ttl5 {
  background-image: url(/img/icon/icon_5.png);
}

ul.drawer-menu li a.menu_ttl6 {
  background-image: url(/img/icon/icon_6.png);
}

ul.drawer-menu li a.menu_ttl7 {
  background-image: url(/img/icon/icon_7.png);
}

ul.drawer-menu li a.menu_ttl8 {
  background-image: url(/img/icon/icon_8.png);
}

ul.drawer-menu li a.menu_ttl9 {
  background-image: url(/img/icon/icon_9.png);
}

ul.drawer-menu li a.menu_ttl10 {
  background-image: url(/img/icon/icon_9.png);
}

ul.drawer-menu li a.logout {
  background-image: url(/img/icon/icon_5.png);
}

ul.drawer-menu li a.app {
  background-image: url(/img/icon/icon_11.png);
}

.svg ul.drawer-menu li a.menu_ttl1 {
  background-image: url(/img/icon/icon_1.svg);
}

.svg ul.drawer-menu li a.menu_ttl2 {
  background-image: url(/img/icon/icon_13.svg);
}

.svg ul.drawer-menu li a.menu_ttl3 {
  background-image: url(/img/icon/icon_3.svg);
}

.svg ul.drawer-menu li a.menu_ttl4 {
  background-image: url(/img/icon/icon_4.svg);
}

.svg ul.drawer-menu li a.menu_ttl5 {
  background-image: url(/img/icon/icon_5.svg);
}

.svg ul.drawer-menu li a.menu_ttl6 {
  background-image: url(/img/icon/icon_6.svg);
}

.svg ul.drawer-menu li a.menu_ttl7 {
  background-image: url(/img/icon/icon_7.svg);
}

.svg ul.drawer-menu li a.menu_ttl8 {
  background-image: url(/img/icon/icon_8.svg);
}

.svg ul.drawer-menu li a.menu_ttl9 {
  background-image: url(/img/icon/icon_9.svg);
}

.svg ul.drawer-menu li a.menu_ttl10 {
  background-image: url(/img/icon/icon_5.svg);
}

.svg ul.drawer-menu li a.logout {
  background-image: url(/img/icon/icon_10.svg);
}

.svg ul.drawer-menu li a.app {
  background-image: url(/img/icon/icon_11.svg);
}

.main .block p.discription {
  font-size: .9rem;
  margin: 0 0 15px;
  padding: .8em;
  border-radius: 3px;
  box-shadow: 0 0 5px #ccc;
}

.ui-button {
  padding: 0.2em 1em;
}

#prof {
  padding: 10px;
  position: relative;
  margin: 10px;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #cacaca;
  border-radius: 4px;
  line-height: 1.5;
  font-size: .9rem;
  overflow: hidden;
  min-height: 1.0em;
}

#prof span {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  color: #333;
  font-size: 1.4em;
  height: 1.2em;
  line-height: 1.2em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.2em;
  width: 1.2em;
  background: rgba(255, 255, 255, 0.9);
}

.min {
  height: 1.0em;
}

.odd {
  background: #eee;
}

.category_icon {
  padding: 1px;
  margin: 0;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 2em;
  width: 9em;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: normal;
}

.category_icon i {
  font-style: normal;
  padding: 0 0;
  margin: auto;
  border-radius: 1px;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  line-height: 2;
}

#sp_header {
  position: relative;
}

.menu-btn {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  display: flex;
  color: #267a5e;
  position: absolute;
}

.menu-btn span {
  font-family: "Font Awesome 5 Free";
  color: #267a5e;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 60px;
  width: 100%;
  height: 100%;
}

body.open {
  overflow: hidden;
}

.open .menu-btn span {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 60px;
  width: 100%;
  height: 100%;
}

.menu-btn span:after {
  content: "\f0c9";
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
  content: "\f00d";
}

.open .menu-btn {
  background: #267a5e;
}

.menu {
  position: fixed;
  display: flex;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: #267a5e;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
}

.menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 60px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 60px);
  background: #267a5e;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  overflow-y: auto;
}

.menu ul.menu_main {
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  vertical-align: middle;
  justify-content: space-around;
  padding: 0;
  margin: 0 0;
  flex: 1 0 auto;
  font-size: 1.8rem;
}

.menu ul.menu_main > li span {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.menu ul.menu_main > li span.sp-layer-btn {
  width: 3.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  height: 2.5em;
  position: relative;
  color: #fff;
  cursor: pointer;
}

.menu ul.menu_main > li span.sp-layer-btn::after {
  position: absolute;
  margin: auto;
  content: "\f067";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  padding: 0;
  line-height: 1;
}

.menu_sub {
  background: rgba(255, 255, 255, 0.1);
}

.menu ul.menu_main > li span.sp-layer-btn.current::after {
  content: "\f068";
}

.menu ul.menu_main > li a {
  margin: 0px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 2.5em;
  line-height: 2.5em;
  width: 100%;
  padding-left: 1em;
}

.menu ul.menu_main li.line a {
  margin: 10px auto;
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  height: auto;
  width: auto;
  max-width: 180px;
  text-align: center;
  padding-left: 0;
}

.menu ul.menu_main li.line a img {
  margin: 0 auto;
  display: block;
  max-width: 180px;
  width: 100%;
}

.menu_sub {
  display: none;
}

.menu li ul {
  margin: 0px auto;
  font-size: 1.6rem;
  padding: 0;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transform: translateZ(5px);
}

.menu li a {
  display: block;
  color: #fff;
}

.menu li a:hover {
  color: #fff;
}

.menu .bana {
  margin: auto;
  flex: 0 1 auto;
}

.menu p {
  width: 80%;
  margin: auto;
}

.menu p.tel {
  background: #fff;
}

.menu p a {
  width: 100%;
  display: block;
}

.menu p a img {
  width: 100%;
  display: block;
}

.menu p.tel a {
  border: 3px solid #d82d23;
  width: auto;
  margin: auto;
}

.menu p.tel a img {
  padding: 5px;
  width: auto;
  margin: auto;
}

.pager2 {
  clear: both;
  border-top: 1px solid #4d4d4d;
  padding-top: 10px;
  margin: 10px 10px 0;
  position: relative;
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.pager2 a {
  font-size: 1.4rem;
  display: block;
  color: #267a5e;
  position: relative;
}

.pager2 a span {
  font-size: 1.4rem;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #267a5e;
}

.pager2 a span.name {
  clear: both;
  font-size: .8em;
}

.pager2 a span.title {
  clear: both;
  display: block;
}

.pager2 .next {
  text-align: right;
  padding-right: 1.5em;
}

.pager2 .back {
  text-align: left;
  padding-left: 1.5em;
}

.pager2 .list {
  position: absolute;
  right: 0;
  left: 0;
  width: 120px;
  margin: auto;
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1;
  display: block;
  max-width: 1060px;
  margin: 0 auto;
  width: calc(100% - 20px);
  left: 0;
  height: 0;
}

#pagetop.absolute {
  position: absolute;
  right: 0;
  z-index: 1;
  display: block;
  max-width: 1060px;
  margin: 0 auto;
  width: calc(100% - 20px);
  left: 0;
  top: -50px;
}

#pagetop a {
  position: absolute;
  right: 0;
  font-size: 2em;
  color: #267a5e;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4em;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #267a5e;
}

#pagetop a i {
  line-height: 40px;
  display: block;
}

#main .imgbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}
#main .imgbox p {
  margin: 0;
  padding: 0;
  width: 49%;
}
#main .imgbox img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
}

#side .category_link {
  border-left: 6px solid #267a5e;
}
#side .category_link h2 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5;
  background: #5fac9c;
  padding: 0 10px;
  margin: 0;
}
#side .category_link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 3px solid #5fac9c;
}
#side .category_link ul li {
  padding: 0;
  margin: 0;
}
#side .category_link ul li a {
  padding: 0;
  margin: 0;
  display: block;
  background-color: #fff;
  color: #000;
  position: relative;
  border-bottom: 1px solid #5fac9c;
  text-indent: 10px;
  line-height: 44px;
}
#side .category_link ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #267a5e;
  border-width: 8px;
}
#side .category_link ul li ul.sub {
  border-bottom: 3px solid #5fac9c;
}
#side .category_link ul li ul.sub li {
  transition: 0.3s ease-in-out;
  position: relative;
}
#side .category_link ul li ul.sub li a, #side .category_link ul li ul.sub li span {
  padding: 0;
  margin: 0;
  display: block;
  background-color: #fff;
  color: #000;
  position: relative;
  border-bottom: 1px solid #5fac9c;
  display: block;
  height: 38px;
  line-height: 38px;
  text-indent: 12px;
  font-size: 1.4rem;
}
#side .category_link ul li ul.sub li span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  -webkit-font-smoothing: antialiased;
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  right: 9px;
  bottom: 8px;
  top: 8px;
  margin: auto;
  border: 1px solid #267a5e;
  color: #267a5e;
  width: 3em;
  font-size: 1em;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  border-radius: 4px;
  background: #fff;
}
#side .category_link ul li ul.sub li ul.sub2 {
  border: 1px solid #bdded7;
  border-bottom: 0px solid #bdded7;
  opacity: 1;
  display: none;
}
#side .category_link ul li ul.sub li.on > span {
  background-color: #bdded7;
}
#side .category_link ul li ul.sub li.on > span::after {
  content: "\f068";
  background: #fff;
}
#side .category_link ul li ul.sub li.on ul.sub2 {
  display: block;
}
#side .category_link ul li ul.sub li.on ul.sub2 li a {
  height: auto;
  min-height: 38px;
  border-bottom: 1px solid #bdded7;
  text-indent: 0px;
  font-size: 1.4rem;
  padding-left: 25px;
}
#side .category_link ul li ul.sub li.on ul.sub2 li a::after {
  border-width: 0;
  border-top: solid 1px #267a5e;
  border-right: solid 1px #267a5e;
  width: 8px;
  height: 8px;
  left: 8px;
  right: auto;
  transform: rotate(45deg);
}
