@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}

body {
  background: #fff;
  font-size: 1.8rem;
  font-family: source-han-sans-cjk-ja, sans-serif;
  letter-spacing: 0.12em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #141414;
}

a {
  color: #141414;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}

strong {
  font-weight: bold;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
}

.off {
  pointer-events: none !important;
  cursor: none;
}

.color01 {
  color: #f99405;
}

.color02 {
  color: #12204d;
}

.colorbg {
  background: white;
}

.p_ttl {
  font-size: 120%;
  font-weight: bold;
  color: #f99405;
}

.p_ttl .subtext {
  font-size: 75%;
  display: block;
  color: #12204d;
}

.name {
  font-size: 105%;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
}

.emp {
  color: red;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media print, screen and (min-width: 768px) {
  .pc_tac {
    text-align: center !important;
  }
  .pc_tar {
    text-align: right !important;
  }
  .pc_tal {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_tac {
    text-align: center !important;
  }
  .sp_tar {
    text-align: right !important;
  }
  .sp_tal {
    text-align: left !important;
  }
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.aligncenter {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
    max-width: 34%;
  }
  .alignright {
    margin-left: 30px;
    max-width: 34%;
  }
}

@media only screen and (max-width: 767px) {
  .alignleft, .aligncenter, .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}

.page-name-gastroenterology-lp .alignleft, .page-name-gastroenterology-lp .alignright, .page-name-gastroenterology-lp .aligncenter {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}

.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .columns.aic {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .columns.jcc {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .columns.jcs {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .columns .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(.col_6):not(:first-child) {
    margin-right: 2%;
  }
  .columns.reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .columns.reverse > :not(:first-child) {
    margin-right: 2%;
  }
  .columns.reverse > :first-child {
    margin-right: 0;
  }
  .columns.columns_2, .columns.columns_3, .columns.columns_4, .columns.columns_5, .columns.columns_6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.columns_2 > *,
  .columns .col_2 {
    width: 49%;
  }
  .columns.columns_3 > *,
  .columns .col_3 {
    width: 32%;
  }
  .columns.columns_4 > *,
  .columns .col_4 {
    width: 23.5%;
  }
  .columns.columns_5 > *,
  .columns .col_5 {
    width: 18.4%;
  }
  .columns.columns_6 > *,
  .columns .col_6 {
    width: 15%;
  }
  .columns.columns_2 > *, .columns.columns_3 > *, .columns.columns_4 > *, .columns.columns_5 > *, .columns.columns_6 > *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 2%;
    margin-right: 2%;
  }
  .columns.columns_2 > *:nth-child(2n), .columns.columns_3 > *:nth-child(3n), .columns.columns_4 > *:nth-child(4n), .columns.columns_5 > *:nth-child(5n), .columns.columns_6 > *:nth-child(6n),
  .columns .col_2:nth-child(2n), .columns .col_3:nth-child(3n), .columns .col_4:nth-child(4n), .columns .col_5:nth-child(5n), .columns .col_6:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .columns.columns_2 > *, .columns.columns_3 > *, .columns.columns_4 > *, .columns.columns_5 > *, .columns.columns_6 > *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 2%;
  }
  .columns.sp_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_columns.columns_2 > *, .columns.sp_columns.columns_3 > *, .columns.sp_columns.columns_4 > *, .columns.sp_columns.columns_5 > *, .columns.sp_columns.columns_6 > *,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    width: 49%;
  }
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    width: 32%;
  }
  .columns.sp_columns.columns_2 > *, .columns.sp_columns.columns_3 > *, .columns.sp_columns.columns_4 > *, .columns.sp_columns.columns_5 > *, .columns.sp_columns.columns_6 > *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6,
  .columns.sp_columns.sp_columns_2 > *, .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_2, .columns.sp_columns .sp_col_3 {
    margin-right: 2%;
  }
  .columns.sp_columns:not(.sp_columns_3).columns_2 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_3 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_4 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_5 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_6 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_columns.sp_columns_2 > *:nth-child(2n), .columns.sp_columns.sp_columns_3 > *:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n), .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }
  .columns_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sp-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_1 {
    margin-right: 30px;
  }
  .flex_1:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .container,
  .gutters {
    max-width: 1000px;
  }
}

@media print, screen and (max-width: 1039px) {
  .container,
  .gutters {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 1039px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive:not(.category-news) #contents > .inner,
  body.single #contents > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.archive:not(.category-news) #contents > .inner #main,
  body.single #contents > .inner #main {
    width: 72%;
  }
  body.archive:not(.category-news) #contents > .inner #aside,
  body.single #contents > .inner #aside {
    width: 24%;
  }
}

.header {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
    width: 266px;
  }
  .header .site_info {
    margin-left: auto;
  }
  .header .header_info {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .header .header_info .tel img {
    width: 204px;
  }
  .header .header_info .btn {
    margin-left: 25px;
    width: 200px;
  }
  .header .header_info .btn li + li {
    margin-top: 10px;
  }
  .header .header_info .btn img {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .headerinner{
    padding-top:20px;
    margin:auto;
    text-align: center;
  }
  .headerinner h1{
    margin: 0 auto 15px;
    max-width: 76%;
  }
  .headerinner p{
    width: 90%;
    margin:0 auto 10px;
  }
}

.sp_nav {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}

.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sp_nav .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ddd;
}

.sp_nav .header_nav-item a {
  color: #141414;
  text-decoration: none;
}

.sp_nav .header_nav-item:first-child {
  border-left: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: block;
  letter-spacing: 0;
}

.sp_nav .header_nav-item span.icon {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-align-content: space-evenly;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.sp_nav .header_nav-item span.text {
  margin-top: auto;
}

.sp_nav .header_nav-item img {
  padding: 0 2%;
}

@media only screen and (max-width: 480px) {
  .sp_nav {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 370px) {
  .sp_nav {
    font-size: 1.2rem;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}


#nav .header_menu {
  position: relative;
}

#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  
#nav {
  background: #fef4e6;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
  #nav .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #nav .header_menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    text-align: center;
    position: relative;
  }
  #nav .header_menu > li.nav01 {
    -webkit-box-flex: 1.4;
    -ms-flex: 1.4;
    flex: 1.4;
  }
  #nav .header_menu > li.nav02, #nav .header_menu > li.nav05 {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
  }
  #nav .header_menu > li.menu-item-has-children > a > span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #f99405;
  }
  #nav .header_menu > li.wide {
    position: static;
  }
  #nav .header_menu > li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 0.7em;
    background: #cfcac7;
  }
  #nav .header_menu > li > a {
    font-size: 14px;
    padding: 7px 2px;
    color: #141414;
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  #nav .header_menu > li > a {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu > li > a span.sub {
    font-size: 77.77%;
    display: block;
    color: #f99405;
  }
  #nav .header_menu > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 0.7em;
    background: #cfcac7;
  }
  #nav .header_menu > li > a::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #f99405;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li:hover > a {
    color: #f99405;
  }
  #nav .header_menu > li:hover > a::after {
    left: 0;
    width: 100%;
  }
  #nav .header_menu > li > .sub-menu,
  #nav .header_menu > li > .sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  #nav .header_menu > li > .sub-menu a,
  #nav .header_menu > li > .sub-menu_wrap a {
    color: #f99405;
    text-align: left;
  }
  #nav .header_menu > li > .sub-menu {
    width: 200px;
    min-width: 100%;
  }
  #nav .header_menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  #nav .header_menu > li > .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li > .sub-menu a:hover {
    text-decoration: underline;
  }
  #nav .header_menu > li:last-child > .sub-menu {
    left: auto;
    right: 0;
  }
  #nav .header_menu > li > .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle {
    font-weight: bold;
    font-size: 105%;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle > a {
    pointer-events: none;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li:not(.menutitle) a {
    position: relative;
    padding-left: 1em;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li:not(.menutitle) a:before {
    content: '';
    position: absolute;
    top: 0.4em;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #f99405;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li {
    width: 25%;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a:hover {
    text-decoration: underline;
  }
  #nav .header_menu > li.active > .sub-menu,
  #nav .header_menu > li.active > .sub-menu_wrap {
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 2;
  }
  #nav .header_menu > li.active > .sub-menu_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #nav .header_menu > li.active > .sub-menu_wrap .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #nav .header_menu > li.active > .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #nav .header_menu {
    background: #fff;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
  }
  #nav .header_menu > li > a br {
    display: none;
  }
  #nav .header_menu a {
    font-size: 16px;
    color: #141414;
    padding: 15px;
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #nav .header_menu a span.sub {
    font-size: 10px;
    margin-left: 1em;
  }
  #nav .header_menu a:hover {
    background: #f99405;
    color: #fff;
  }
  #nav .header_menu .menu-item {
    border-top: 1px solid #ccc;
  }
  #nav .header_menu .menu-item > .sub-menu_wrap,
  #nav .header_menu .menu-item > .sub-menu {
    display: none;
  }
  #nav .header_menu .menu-item-has-children-wrap > a::after,
  #nav .header_menu .menu-item-has-children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #ddd;
    border-right: solid 2px #ddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .header_menu .menu-item-has-children-wrap > a.onclick::after,
  #nav .header_menu .menu-item-has-children > a.onclick::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #nav .header_menu > li:not(.menu-item-has-children) > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #nav .header_menu .sub-menu li {
    border-top: 1px solid #ccc;
    background: #f1f1f1;
  }
  #nav .header_menu .sub-menu li.menutitle {
    background: rgba(249, 148, 5, 0.2);
  }
  #nav .header_menu .sub-menu li a {
    padding: 15px 15px 15px 20px;
  }
  #nav .header_menu .sub-menu li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 768px) {
  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}

.footer {
  padding: 70px 0 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer h3 {
  font-size: 28px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #141414;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #141414;
}

.footer .f_table {
  margin-bottom: 2.5em;
}

.footer .f_table tr:not(:last-child) th, .footer .f_table tr:not(:last-child) td {
  border-bottom: 1px solid #dfdfdf;
}

.footer .f_table th, .footer .f_table td {
  line-height: 1.5;
  padding: 0.7em 0.5em;
}

.footer .f_table th {
  text-align: left;
  width: 5.5em;
}

.footer .map {
  margin-bottom: 20px;
}

.footer a img {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer a:hover img {
  opacity: .7;
}

.footer_menu {
  margin-bottom: 20px;
}

.footer_menu li {
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .footer .columns.col2 {
    gap: 0 40px;
  }

  .footer .columns.col2>* {
    width: calc((100% - 40px)/2);
  }
  .footer_menu li {
    margin-right: 10px;
  }
}
.footer_menu a {
  color: #141414;
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_menu a::before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  color: #141414;
}

.footer_menu a:hover {
  color: #f99405;
}
.footer .columns{
  margin-bottom: 50px;
}
.footer_inner p {
  margin-top: 2.4rem;
  text-align: center;
}
table{
  margin-top:2.4rem;
}
table.table_timetable+p {
  margin-top: 0;
  text-align: left;
}
.footer table.address th {
  width: 6em;
  text-align: left;
}

.footer .logo {
  margin-bottom: 20px;
}

.footer .btnstyle a {
  color: #fff;
  border-color: #f99405;
  background: #f99405;
  width: 220px;
  padding: 8px 20px;
  font-size: 1.6rem;
}

.footer .btnstyle a:after {
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
.footer .columns{
  margin-bottom:20px;
}
}

#copyright {
  padding: 10px 0 80px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer_inner {
    width: 1000px;
    max-width: calc(100% - 40px);
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer .logo {
    width: 268px;
    max-width: 70%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  #copyright {
    margin-top: 20px;
    padding-bottom: 18vw;
  }
}

#totop {
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
}

#totop:hover {
  cursor: pointer;
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 17vw;
  }
}

.side_bnr .side_bnr_block {
  position: fixed;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r {
    top: 200px;
    width: 120px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r {
    width: 90px;
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_l {
    left: 0;
  }
  .side_bnr .side_bnr_block.side_r {
    right: 0;
  }
  .side_bnr .side_bnr_block.side_b {
    bottom: 0;
    right: calc(80px + 5%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block.side_b li + li {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .side_bnr .side_bnr_block {
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-bottom: 1em;
}

.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}

.mce-content-body img {
  border-radius: 0;
}

.mce-content-body a {
  color: #f99405;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #f99405;
  text-decoration: none;
}

.mce-content-body a img {
  -webkit-transition: .3s;
  transition: .3s;
}

.mce-content-body a:hover img {
  opacity: .7;
}

.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.mce-content-body sup {
  font-size: 1.17rem;
  vertical-align: super;
}

.mce-content-body sub {
  font-size: 1.17rem;
  vertical-align: sub;
}

.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 2.7rem;
  padding: 3.24rem;
  position: relative;
}

.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: 'format_quote';
  width: 3.6rem;
  height: 3.6rem;
  font-family: 'Material Icons';
  font-size: 3.6rem;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}

.mce-content-body blockquote::before {
  top: 1.8rem;
  left: 1.35rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mce-content-body blockquote::after {
  right: 1.35rem;
  bottom: 1.8rem;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h2, body:not(.page-name-gastroenterology-lp) .post-type-page h3, body:not(.page-name-gastroenterology-lp) .post-type-page h4, body:not(.page-name-gastroenterology-lp) .post-type-page h5, body:not(.page-name-gastroenterology-lp) .post-type-page h6 {
  font-weight: bold;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h2 {
  font-size: 3.6rem;
  text-align: center;
  color: #141414;
  letter-spacing: 0.225rem;
  line-height: 1.5;
  margin: 1.5em 0 1em;
}

@media only screen and (max-width: 767px) {
  body:not(.page-name-gastroenterology-lp) .post-type-page h2 {
    font-size: 3.15rem;
    margin-top: 4.5rem;
  }
}

body:not(.page-name-gastroenterology-lp) .post-type-page h2 .subtext {
  color: #f99405;
  display: block;
  font-size: 2.25rem;
  margin-top: 0.45rem;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h3 {
  font-size: 3.15rem;
  color: #f99405;
  display: table;
  line-height: 1.5;
  margin: 1.5em 0 1em;
  padding-bottom: 0.5em;
  position: relative;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f99405;
  width: 100%;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  body:not(.page-name-gastroenterology-lp) .post-type-page h3 {
    font-size: 2.7rem;
  }
}

body:not(.page-name-gastroenterology-lp) .post-type-page h4 {
  font-size: 2.25rem;
  color: #141414;
  display: table;
  line-height: 1.5;
  margin: 1.5em 0 1em;
  position: relative;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #383838;
  height: 1px;
  width: 100%;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h5 {
  font-size: 2.07rem;
  color: #141414;
  display: table;
  line-height: 1.5;
  margin: 1.5em 0 1em;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h6 {
  font-size: 1.98rem;
  font-weight: bold;
  margin: 1.5em 0 1em;
}

body:not(.page-name-gastroenterology-lp) .post-type-page h2:first-child, body:not(.page-name-gastroenterology-lp) .post-type-page h3:first-child, body:not(.page-name-gastroenterology-lp) .post-type-page h4:first-child, body:not(.page-name-gastroenterology-lp) .post-type-page h5:first-child, body:not(.page-name-gastroenterology-lp) .post-type-page h6:first-child {
  margin-top: 0 !important;
}

.post-type-post h2, .post-type-post h3, .post-type-post h4, .post-type-post h5, .post-type-post h6 {
  font-weight: bold;
  letter-spacing: 0.36rem;
  line-height: 1.5;
}

.post-type-post h2 {
  border-bottom: 2px solid #141414;
  font-size: 2.925rem;
  margin-top: 6.3rem;
  padding-bottom: 2.25rem;
}

.post-type-post h3 {
  background: white;
  border-radius: 3px;
  color: #141414;
  font-size: 2.475rem;
  margin-top: 5.4rem;
  padding: 2.25rem 2.7rem;
}

.post-type-post h4 {
  border-left: 5px solid #f99405;
  font-size: 2.475rem;
  margin-top: 4.5rem;
  padding-left: 1.35rem;
}

.post-type-post h5 {
  background: white;
  border-radius: 2px;
  color: #f99405;
  display: table;
  font-size: 2.025rem;
  letter-spacing: 0.18rem;
  margin-top: 4.05rem;
  padding: 1.35rem 1.8rem;
}

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-top: 2.52rem;
}

.link_anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.link_anchor a {
  background: #fff;
  color: #f99405;
  border: 1px solid #f99405;
  border-radius: 0;
  padding-bottom: 1.44rem;
  padding-left: 2.7rem;
  padding-right: 5.4rem;
  padding-top: 1.44rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 50%;
}

.link_anchor a::before {
  background: #f99405;
  border-radius: 50%;
  height: 1.8rem;
  margin-top: -0.9rem;
  right: 1.8rem;
  width: 1.8rem;
}

.link_anchor a::after {
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -2px;
  right: 2.52rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor a:hover {
  background: #f99405;
  color: #fff;
}

.link_anchor a:hover::before {
  background: #fff;
}

.link_anchor a:hover::after {
  border-color: #f99405;
}

.link_anchor2 {
  padding: 5%;
  border: 2px solid #daece2;
  border-radius: 5px;
}

.link_anchor2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin: 0.7em 0;
}

.link_anchor2 li a {
  display: table;
}

.link_anchor2 a {
  color: #141414;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 36px;
}

.link_anchor2 a::after, .link_anchor2 a::before {
  content: "";
  position: absolute;
  top: -0.05em;
  left: 0;
  margin: auto;
}

.link_anchor2 a::before {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #f99405;
}

.link_anchor2 a::after {
  top: 0.55em;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f99405;
  border-right: 2px solid #f99405;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor2 a:hover {
  color: #f99405;
}

ul.default li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.default li:before {
  content: '・ ';
}

.ul_circle,
.ul_square,
.ul_dot,
.ul_ring,
.ul_check,
.ul_triangle,
.ul_arrow,
.ul_circlegt {
  margin-top: 2.7rem;
}

.ul_circle li,
.ul_square li,
.ul_dot li,
.ul_ring li,
.ul_check li,
.ul_triangle li,
.ul_arrow li,
.ul_circlegt li {
  line-height: 1.75;
  padding-left: 2.25rem;
  position: relative;
}

.ul_circle li:not(:last-child),
.ul_square li:not(:last-child),
.ul_dot li:not(:last-child),
.ul_ring li:not(:last-child),
.ul_check li:not(:last-child),
.ul_triangle li:not(:last-child),
.ul_arrow li:not(:last-child),
.ul_circlegt li:not(:last-child) {
  margin-bottom: 1.35rem;
}

.ul_circle li::before, .ul_circle li::after,
.ul_square li::before,
.ul_square li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_ring li::before,
.ul_ring li::after,
.ul_check li::before,
.ul_check li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_arrow li::before,
.ul_arrow li::after,
.ul_circlegt li::before,
.ul_circlegt li::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
}

.ul_circle + p,
.ul_square + p,
.ul_dot + p,
.ul_ring + p,
.ul_check + p,
.ul_triangle + p,
.ul_arrow + p,
.ul_circlegt + p {
  margin-top: 2.7rem;
}

@media print, screen and (min-width: 768px) {
  .ul_circle.link_col_2, .ul_circle.link_col_3,
  .ul_square.link_col_2,
  .ul_square.link_col_3,
  .ul_dot.link_col_2,
  .ul_dot.link_col_3,
  .ul_ring.link_col_2,
  .ul_ring.link_col_3,
  .ul_check.link_col_2,
  .ul_check.link_col_3,
  .ul_triangle.link_col_2,
  .ul_triangle.link_col_3,
  .ul_arrow.link_col_2,
  .ul_arrow.link_col_3,
  .ul_circlegt.link_col_2,
  .ul_circlegt.link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_circle.link_col_2 li, .ul_circle.link_col_3 li,
  .ul_square.link_col_2 li,
  .ul_square.link_col_3 li,
  .ul_dot.link_col_2 li,
  .ul_dot.link_col_3 li,
  .ul_ring.link_col_2 li,
  .ul_ring.link_col_3 li,
  .ul_check.link_col_2 li,
  .ul_check.link_col_3 li,
  .ul_triangle.link_col_2 li,
  .ul_triangle.link_col_3 li,
  .ul_arrow.link_col_2 li,
  .ul_arrow.link_col_3 li,
  .ul_circlegt.link_col_2 li,
  .ul_circlegt.link_col_3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ul_circle.link_col_2 li,
  .ul_square.link_col_2 li,
  .ul_dot.link_col_2 li,
  .ul_ring.link_col_2 li,
  .ul_check.link_col_2 li,
  .ul_triangle.link_col_2 li,
  .ul_arrow.link_col_2 li,
  .ul_circlegt.link_col_2 li {
    max-width: calc( 100% / 2 - (1.8rem * 0.7));
  }
  .ul_circle.link_col_2 li:not(:nth-child(2n)),
  .ul_square.link_col_2 li:not(:nth-child(2n)),
  .ul_dot.link_col_2 li:not(:nth-child(2n)),
  .ul_ring.link_col_2 li:not(:nth-child(2n)),
  .ul_check.link_col_2 li:not(:nth-child(2n)),
  .ul_triangle.link_col_2 li:not(:nth-child(2n)),
  .ul_arrow.link_col_2 li:not(:nth-child(2n)),
  .ul_circlegt.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.52rem;
  }
  .ul_circle.link_col_3 li:not(:nth-child(3n)),
  .ul_square.link_col_3 li:not(:nth-child(3n)),
  .ul_dot.link_col_3 li:not(:nth-child(3n)),
  .ul_ring.link_col_3 li:not(:nth-child(3n)),
  .ul_check.link_col_3 li:not(:nth-child(3n)),
  .ul_triangle.link_col_3 li:not(:nth-child(3n)),
  .ul_arrow.link_col_3 li:not(:nth-child(3n)),
  .ul_circlegt.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.52rem;
  }
  .ul_circle.link_inlign,
  .ul_square.link_inlign,
  .ul_dot.link_inlign,
  .ul_ring.link_inlign,
  .ul_check.link_inlign,
  .ul_triangle.link_inlign,
  .ul_arrow.link_inlign,
  .ul_circlegt.link_inlign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_circle.link_inlign li,
  .ul_square.link_inlign li,
  .ul_dot.link_inlign li,
  .ul_ring.link_inlign li,
  .ul_check.link_inlign li,
  .ul_triangle.link_inlign li,
  .ul_arrow.link_inlign li,
  .ul_circlegt.link_inlign li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ul_circle li::before {
  border-radius: 50%;
  background: #f99405;
  height: 0.9rem;
  left: 0;
  top: 1.125rem;
  width: 0.9rem;
}

.ul_square li::before {
  background: #f99405;
  height: 0.9rem;
  left: 0;
  top: 1.125rem;
  width: 0.9rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #f99405;
  height: 0.45rem;
  left: 0.45rem;
  top: 1.35rem;
  width: 0.45rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #f99405;
  height: 1.1rem;
  left: 0;
  top: 1.125rem;
  width: 1.1rem;
}

.ul_check li::before {
  border-right: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  height: 12px;
  left: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 1.125rem;
  width: 7px;
}

.ul_triangle li::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #f99405;
  top: 1.125rem;
}

.ul_arrow li::before {
  background: #f99405;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1.125rem;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #f99405;
  border-right: 1px solid #f99405;
  height: 7px;
  left: 3px;
  top: 1.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #f99405;
  border-radius: 50%;
  height: 1.35rem;
  left: 0;
  top: 0.9rem;
  width: 1.35rem;
}

.ul_circlegt li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 4px;
  left: 0.36rem;
  margin-top: 2px;
  top: 1.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 3.15rem;
  position: relative;
}

.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #f99405;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 1.476rem;
  height: 2.25rem;
  left: 0;
  line-height: 2.25rem;
  letter-spacing: 0;
  text-align: center;
  top: 0.675rem;
  width: 2.25rem;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .list_col_2, .link_col_2,
  .list_col_3, .link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link_col_2 li, .list_col_2 li {
    width: 49%;
  }
  .link_col_2 li:not(:nth-child(2n+1)), .list_col_2 li:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .link_col_3 li, .list_col_3 li {
    width: 32%;
  }
  .link_col_3 li:not(:nth-child(3n+1)), .list_col_3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .sp_list_col_2, .sp_link_col_2,
  .sp_list_col_3, .sp_link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_list_col_2 li, .sp_link_col_2 li {
    width: 49%;
  }
  .sp_list_col_2 li:not(:nth-child(2n+1)), .sp_link_col_2 li:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .sp_list_col_3 li, .sp_link_col_3 li {
    width: 32%;
  }
  .sp_list_col_3 li:not(:nth-child(3n+1)), .sp_link_col_3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

.section {
  padding-top: 8.55rem;
  padding-bottom: 11.25rem;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 5.7375rem;
    padding-bottom: 8.4375rem;
  }
}

.section h3:first-child {
  margin-top: 2.7rem;
}

.section hr {
  margin-bottom: 11.25rem;
  margin-top: 11.25rem;
  max-width: 1000px;
}

.section.anchor + .section:not(.section_bg):not(.section_stripe) {
  padding-top: 0;
}

.section_bg {
  background: white;
}

.section_stripe {
  background: repeating-linear-gradient(90deg, white 1px, white 5px, #fff 5px, #fff 10px);
}

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 0;
  margin-top: 2.025rem;
  padding: 7.425rem;
  padding-top: 6.525rem;
}

@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.6rem;
    padding-top: 2.7rem;
  }
}

.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child,
.box_border-stripe ul:first-child,
.box_border-stripe ol:first-child,
.box_border-stripe dl:first-child,
.box_border-stripe table:first-child,
.box_border-stripe p:first-child,
.box_border-stripe h3:first-child,
.box_border-stripe h4:first-child,
.box_border-stripe h5:first-child,
.box_border-stripe h6:first-child {
  margin-top: 0;
}

.box_bg {
  background: #f7f7f7;
}

.box_border {
  border: 1px solid #12204d;
}

.section_bg .box_bg,
.section_stripe .box_bg, .section_bg
.box_border,
.section_stripe
.box_border {
  background: #fff;
}

.section_bg .box_border .box_bg,
.section_stripe .box_border .box_bg {
  background: #f7f7f7;
}

.box_border-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 4px 4px;
  position: relative;
}

.box_border-stripe > * {
  position: inherit;
  z-index: 1;
}

.box_border-stripe::before {
  background: #fff;
  border-radius: 0;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

.box_flow {
  background: #f7f7f7;
  border-radius: 0;
  margin-top: 5.625rem;
  padding: 5.625rem;
  position: relative;
}

.box_flow:first-child {
  margin-top: 2.025rem;
}

@media only screen and (max-width: 767px) {
  .box_flow {
    padding: 3.6rem;
  }
}

.box_flow::after {
  content: "";
  bottom: -7.2rem;
  border: 3.6rem solid transparent;
  border-top-color: #f7f7f7;
  left: 50%;
  margin-left: -3.6rem;
  position: absolute;
}

.box_flow:last-child::after, .box_flow.last::after {
  display: none;
}

.section_bg .box_flow,
.section_stripe .box_flow {
  background: #fff;
}

.box_bg .box_flow .section_bg, .box_bg
.box_flow .section_stripe {
  background: #f7f7f7;
}

.box_bg .box_flow .section_bg::after, .box_bg
.box_flow .section_stripe::after {
  border-top-color: #f7f7f7;
}

@media print, screen and (min-width: 768px) {
  .box_flow.columns .title {
    margin-right: 3.6rem;
    width: 16.2rem;
  }
  .box_flow.columns .inner > p:first-child {
    margin-top: 0;
  }
  .box_flow.columns .inner_border {
    border-left: 1px solid #eee;
  }
}

.title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.title .num {
  color: #f99405;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 3.6rem;
  font-style: italic;
  line-height: 1.1;
  margin-right: 0.5em;
}

.title .step {
  font-size: 75%;
  background: #f99405;
  border-radius: 2px;
  color: #fff;
  margin-right: 0.9rem;
  padding: 0 0.45em;
  letter-spacing: 0;
  text-align: center;
}

.title_bg {
  background: #fef4e5;
  background: #f99405;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2.925rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}

h3.title,
h4.title {
  padding-left: 0 !important;
}

h3.title:after, h3.title:before,
h4.title:after,
h4.title:before {
  content: none !important;
}

.box_flow2 {
  background: #fff;
  border: 1px solid #12204d;
  border-radius: 0;
  margin-top: 5.625rem;
  padding: 4%;
  position: relative;
}

.box_flow2:not(:first-child) {
  margin-top: 105px;
}

.box_flow2::after {
  content: '';
  top: calc(100% + 35px);
  border: 45px solid transparent;
  border-top: 35px solid #45a1d0;
  left: 50%;
  margin-left: -3.6rem;
  position: absolute;
}

.box_flow2:last-child::after, .box_flow2.last::after {
  display: none;
}

.box_flow2 h4:first-child,
.box_flow2 h5:first-child {
  margin-top: 0;
}

.box_flow2:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

table.table_address th, table.table_address td {
  line-height: 1.6;
  padding: 1.6rem 3%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  width: 30%;
  text-align: left;
  color: #f99405;
  border-bottom: 1px solid #f99405;
  border-top: 1px solid #f99405;
}

table.table_timetable {
  border-bottom: 1px solid #141414;
}

table.table_timetable th, table.table_timetable td {
  text-align: center;
}

table.table_timetable thead th, table.table_timetable thead td {
  padding: 0.2em 0.2em;
  border-bottom: 1px solid #141414;
}

table.table_timetable tbody tr:not(:first-child) th, table.table_timetable tbody tr:not(:first-child) td {
  padding-top: 0;
}

table.table_timetable tbody th, table.table_timetable tbody td {
  padding: 1.2em 0.2em 1em;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable + p .consul,
table.table_timetable .consul {
  color: #58bfd0;
}

@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  table.table_timetable {
    font-size: 82%;
  }
}

table.table_normal th, table.table_normal td, table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}

table.table_normal thead th, table.table_fee thead th {
  background: #f99405;
  color: #fff;
  text-align: center;
}

table.table_normal tbody th, table.table_fee tbody th {
  background: #f7f7f7;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  table.stack.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.stack.table_address thead, table.stack.table_address tbody, table.stack.table_address tr, table.stack.table_address th, table.stack.table_address td {
    display: block;
  }
  table.stack.table_address th, table.stack.table_address td {
    border: none;
  }
  table.stack.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  table.stack.table_fee, table.stack.table_normal {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.stack.table_fee thead, table.stack.table_fee tbody, table.stack.table_fee tr, table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal thead, table.stack.table_normal tbody, table.stack.table_normal tr, table.stack.table_normal th, table.stack.table_normal td {
    display: block;
  }
  table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal th, table.stack.table_normal td {
    border: none;
  }
  table.stack.table_fee th, table.stack.table_normal th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
  }
  .scroll > table {
    width: 750px;
  }
  .scroll + p {
    text-align: center;
    font-size: 12px;
  }
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 135%;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}

#page_title {
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#page_title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  #page_title .container {
    height: 120px;
  }
}

#page_title .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 4.05rem;
  font-weight: bold;
  letter-spacing: 0.36rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.925rem;
  }
}

#breadcrumb {
  background: transparent;
  color: #888;
  font-size: 1.584rem;
  padding: 1.35rem;
}

#breadcrumb .material-icons {
  font-size: 1.8rem;
}

#breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#breadcrumb a {
  color: #f99405;
}

#breadcrumb a:hover {
  text-decoration: none;
}

#breadcrumb li:last-child a {
  text-decoration: none;
  pointer-events: none;
}

#breadcrumb .current a {
  color: #141414;
}

.btnstyle a {
  background: #f99405;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0.8em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.btnstyle a:hover {
  color: #fff;
  opacity: .7;
}

.btnstyle a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .btnstyle a + a {
    margin-top: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .btnstyle.col_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btnstyle.col_btn a {
    margin: 0;
  }
  .btnstyle.col_btn a:not(:last-child) {
    margin-right: 2%;
  }
  .btnstyle.col_btn.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btnstyle.col_btn.jcc {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .btnstyle.left a {
    margin-left: 0;
    margin-right: auto;
  }
  .btnstyle.right a {
    margin-left: auto;
    margin-right: 0;
  }
}

.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}

.slide_main .arrow-next {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}

.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f99405;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

.slide_wrap_horizontal {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical {
  margin-top: 1.5em;
}

.slide_wrap_vertical .slide_main {
  margin: 0 auto 1%;
  display: table;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3.15rem;
  margin-bottom: 3.15rem;
}

.box_faq:first-child {
  margin-top: 3.15rem;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 0.675rem 0rem 0.675rem 6.75rem;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  font-family: century-gothic, sans-serif;
  font-size: 2.925rem;
  font-weight: bold;
  border-radius: 2.25rem;
  height: 4.5rem;
  line-height: 4.5rem;
  position: absolute;
  width: 4.5rem;
  top: 0;
  text-align: center;
  left: 0;
}

.box_faq .question p:first-child,
.box_faq .answer p:first-child {
  margin-top: 0;
}

.box_faq .question {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}

.box_faq .question::before {
  content: 'Q';
  font-family: 'Arial', sans-serif;
  color: #fff;
  background: #f99405;
}

.box_faq .question p {
  padding-right: 2.25rem;
  position: relative;
}

.box_faq .question p::before, .box_faq .question p::after {
  position: absolute;
  content: '';
  top: 1.35rem;
  right: 0;
  background: #f99405;
  border-radius: 1px;
  width: 1.8rem;
  height: 0.3375rem;
}

.box_faq .question p::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.box_faq .question p.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 30px;
}

.box_faq .answer::before {
  content: 'A';
  font-family: 'Arial', sans-serif;
  color: #12204d;
  background: #375bd0;
  top: 30px;
}

.box_form dt {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .box_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box_form dl dt {
    width: 12em;
  }
  .box_form dl dd {
    width: calc(100% - 12em);
  }
  .box_form dl dt, .box_form dl dd {
    border-bottom: 1px dashed #ccc;
    padding: 1em 0;
  }
}

.box_form input[type="text"],
.box_form input[type="email"],
.box_form input[type="tel"],
.box_form textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 2.25rem;
  }
}

.box_form .attention {
  color: #cc0000;
  font-size: 1.35rem;
}

.box_form .acceptance .attention {
  font-size: inherit;
}

.box_form .subtxt {
  color: #999;
  font-size: 1.35rem;
  display: block;
}

.box_form .birthday input {
  width: 2em;
}

.box_form .birthday .your-birthday-y input {
  width: 4em;
}

.box_form .zip .your-zip-1 input {
  width: 3em;
}

.box_form .zip .your-zip-2 input {
  width: 4em;
}

.box_form input[type="submit"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #f99405;
  background: #f99405;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.box_form input[type="submit"]:hover {
  background: #fff;
  color: #f99405;
  cursor: pointer;
}

.box_form .btnstyle {
  text-align: center;
  margin-top: 3.15rem;
}

@media only screen and (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 2.25rem;
  }
}

.box_form .screen-reader-response {
  margin-bottom: 2.25rem;
  padding: 10px;
  background: #FFFBD2;
}

.box_form .screen-reader-response ul {
  display: none;
}

.box_form input.wpcf7-not-valid {
  background: #FFFBD2;
}

.box_form .wpcf7-not-valid-tip {
  color: #f88a1e;
}

.box_form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
}

.box_form .wpcf7-spinner {
  display: none !important;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.notice_box .notice_title {
  background: white;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}

.notice_box .notice_title h4 {
  color: #f99405;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #f99405;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}

.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_text {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.sitemap_box {
  max-width: 800px;
  margin: 7.2rem auto 10.8rem;
}

@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin: 5.4rem auto 8.1rem;
  }
}

.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu ul {
  margin-top: 0;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2.25rem 4.5rem 2.25rem 2.25rem;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #141414;
}

@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 1.8rem 3.6rem 1.8rem 1.8rem;
  }
}

.sitemap_box .menu a:hover {
  color: #f99405;
  background: white;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.8rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #f99405;
  border-right: 1px solid #f99405;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ba-block {
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .before:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #f99405;
}

.ba-block .after {
  float: right;
  width: 47%;
}

@media print, screen and (min-width: 768px) {
  .ba-block .after {
    margin-left: 6%;
  }
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.ba-block .batitle {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }
  .ba-block .before {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .ba-block .before:after {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    bottom: auto;
    border: 20px solid transparent;
    border-top: 20px solid #f99405;
  }
}

.iframe {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframe.youtube {
  padding-bottom: 30%;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

@media only screen and (max-width: 767px) {
  .iframe.calendar {
    min-height: 300px;
  }
  .iframe {
  position: relative;
  padding-bottom: 50%;
  }
}

.video_wrap {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

.video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==== mainimage */
#main_slider img {
  width: 100%;
}

.mainimage .slider img {
  width: 100%;
}

.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainimage .slick-dots {
  bottom: -40px;
}

.mainimage .slick-dots li {
  margin: 0 10px;
}

.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}

.mainimage .slick-dots li button:before {
  color: #ccc;
  content: "●";
  font-family: sans-serif;
  font-size: 18px;
  opacity: 1;
}

.mainimage .slick-dots li.slick-active button:before {
  color: #f99405;
}

.mainimage .slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.mainimage .slider.slick-initialized {
  opacity: 1;
}

.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 1;
}

.sec_news .heading {
  position: relative;
}

.sec_news dl dt {
  color: #f99405;
  line-height: 1.3;
  padding: 1em 0 0;
}

@media print, screen and (min-width: 768px) {
  .sec_news dl dt {
    float: left;
    padding: 1em 0;
  }
}

.sec_news dl dd {
  line-height: 1.3;
  margin-bottom: 8px;
  padding: 0 0 1em;
}

@media print, screen and (min-width: 768px) {
  .sec_news dl dd {
    padding: 1em 0 1em 8em;
  }
}

.sec_news dl dd a {
  color: #141414;
  text-decoration: none;
}

.sec_news dl dd a:hover {
  color: #f99405;
}

.sec_news .btnstyle {
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: 0;
}

.sec_news .btnstyle a {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.2em 1em;
  width: 100px;
}

.sec_news .btnstyle a::after {
  right: 8px;
}

h2.ttl {
  font-size: 40px;
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 60px 1% 0.1em;
  margin: 0 auto 4%;
  color: #12204d;
  border-bottom: 1px solid #12204d;
  display: table;
  position: relative;
}

h2.ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url(../img/ttl_img.png) no-repeat center/contain;
}

@media print, screen and (max-width: 1039px) {
  h2.ttl {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  h2.ttl {
    font-size: 21px;
  }
}

.conversion {
  padding: 100px 0;
  background: url("../img/cv_bg.jpg")no-repeat center / cover;
}

.conversion h2 {
  font-size: 35px;
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #12204d;
  margin-bottom: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .conversion .columns{
    gap:0 4.1%
  }
  .conversion .columns .col_3{
    width:30.6%;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1039px) {
  .conversion h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .conversion h2 {
    font-size: 20px;
  }
}

.sec01 {
  margin: 100px 0 ;
}

.sec01 h3 {
  font-size: 28px;
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #12204d;
  margin: 0.4em 0 0.3em;
}

.sec01 ul {
  max-width: 230px;
  margin: 0 auto;
}

.sec01 ul li {
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.2em 0 0.2em 25px;
  position: relative;
}

.sec01 ul li:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/gas01_check.png) no-repeat center/contain;
}

.sec01 .con02 {
  margin-top: 5%;
  padding: 5%;
  background: url(../img/gas01_bg01.png);
  border: 1px solid #f99405;
}

.sec01 .con02 p {
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sec01 .con02 p .color01 {
  font-size: 106.66%;
}

@media print, screen and (min-width: 768px) {
  .sec01 .column:nth-child(n+5) {
    margin-top: 4% !important;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec01 h3 {
    font-size: 20px;
  }
  .sec01 .con02 p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sec01 .con02 p {
    font-size: 18px;
  }
  .sec01 .column {
    margin-top: 2em;
  }
}

.sec02 {
  padding: 120px 0 130px;
  background: url(../img/gas02_bg.jpg) no-repeat center/cover;
}

.sec02 h2 {
  font-size: 26px;
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #12204d;
  margin-bottom: 0.7em;
}

.sec02 h2 .l {
  font-size: 153.85%;
}

@media only screen and (max-width: 767px) {
  .sec02 h2 {
    font-size: 18px;
  }
}

.sec03 {
  padding: 100px 0;
  background: url(../img/gas03_bg.png);
}

.sec03 .column {
  padding: 1em;
  background: #fff;
}

.sec03 .column:nth-child(even) h3 {
  color: #12204d;
}

.sec03 .txt_wrap {
  padding: 4% 6% 7%;
}

.sec03 h3 {
  font-size: 1.7vw;
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  line-height: 1.5;
  color: #f99405;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.7em;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .sec03 h3 {
    min-height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec03 h3 {
    font-size: 18px;
  }
}

.sec04 {
  padding: 100px 0;
  background: url(../img/gas04_bg.jpg) no-repeat center top/cover;
}

.sec04 h2 {
  margin-bottom: 6%;
}

.sec04 .tab_btn_wrap {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.sec04 .tab_btn {
  font-size: 32px;
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  line-height: 1.5;
  color: #12204d;
  border: 1px solid #12204d;
  border-bottom: 0;
  background: #e8f1f6;
  padding: 0.2em 0.2em;
  width: 22%;
  max-width: 220px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}

.sec04 .tab_btn:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 25px solid #58bfd0;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.sec04 .tab_btn:not(:first-child) {
  margin-left: 3%;
}

.sec04 .tab_btn:hover, .sec04 .tab_btn.active {
  color: #fff;
  background: #58bfd0;
  border-color:#58bfd0;
}

.sec04 .tab_btn.active:after {
  opacity: 1;
}

.sec04 .tab_item {
  padding: 5%;
  background: #fff;
  border: 1px solid #12204d;
}

.sec04 .tab_item:not(.active) {
  display: none;
}

.sec04 .tab_item h3 {
  font-size: 26px;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.5;
  color: #12204d;
  border-bottom: 1px solid #12204d;
  padding: 0 0 0.4em 0.4em;
  margin-bottom: 0.8em;
}

.sec04 .tab_item ul li {
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.5;
  padding-left: 37px;
  position: relative;
}

.sec04 .tab_item ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.sec04 .tab_item ul li:before {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 10px;
  margin: auto;
  width: 20px;
  height: 21px;
  background: url(../img/gas04_arrow.png) no-repeat center/contain;
}

.sec04 .tab_item ul li a {
  color: #141414;
}

@media print, screen and (min-width: 768px) {
  .sec04 .column {
    margin-top: 0 !important;
  }
  .sec04 .tab_item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec04 .tab_item ul li {
    width: 45%;
  }
  .sec04 .tab_item ul li:nth-child(2n) {
    width: 53%;
    margin-left: 2%;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec04 .tab_btn {
    font-size: 20px;
  }
  .sec04 .tab_item ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sec04 .tab_btn {
    height: 50px;
    font-size: 14px;
  }
  .sec04 .tab_btn:after {
    border-width: 10px;
    border-top-width: 15px;
  }
  .sec04 .tab_item h3 {
    font-size: 18px;
  }
  .sec04 .tab_item .column:not(:first-child) {
    margin-top: 1.5em;
  }
}

.sec05 .con01 {
  padding: 90px 0 100px;
  background: #e8f1f6;
}

.sec05 .con02 {
  background: url(../img/gas05_bg01.png) no-repeat left top, url(../img/gas05_bg02.png) no-repeat bottom right;
}

.sec05 .txt_wrap {
  padding: 5% 4% 7%;
  background: #fdfaf0;
}

.sec05 .txt_wrap p {
  letter-spacing: 0.05em;
}

.sec05 h3 {
  font-size: 35px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #f99405;
  border-bottom: 1px solid #f99405;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}

.sec05 .con02_1 {
  margin-bottom: 4%;
}

@media print, screen and (min-width: 768px) {
  .sec05 .con02 figure {
    position: absolute;
    top: 0;
    margin: auto;
  }
  .sec05 .txt_wrap {
    width: 62%;
  }
  .sec05 .con02_1 {
    position: relative;
    padding-top: 10%;
  }
  .sec05 .con02_1 figure {
    right: 0;
    max-width: 48%;
  }
  .sec05 .con02_1 .txt_wrap {
    padding-right: 11%;
  }
  .sec05 .con02_2 {
    position: relative;
    padding-top: 10%;
  }
  .sec05 .con02_2 figure {
    left: 0;
    max-width: 48%;
  }
  .sec05 .con02_2 .txt_wrap {
    padding-left: 11%;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec05 h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sec05 h3 {
    font-size: 18px;
  }
  .sec05 .con02 {
    padding: 50px 0;
  }
  .sec05 .con02 figure {
    margin-bottom: 1.5em;
  }
  .sec05 .con02_1 {
    margin-bottom: 2em;
  }
}

.sec06 {
  padding: 100px 0;
  background: #e8f1f6;
}

.sec06 .flow_wrap {
  counter-reset: num;
}

.sec06 .bg_wrap {
  padding: 5%;
  background: #f6fbfe;
}

.sec06 h3 {
  font-size: 32px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #45a1d0;
  padding: 0.2em 0.5em 0.2em 90px;
  margin-bottom: 0.7em;
  max-width: 450px;
  position: relative;
}

.sec06 h3:before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  font-size: 93.75%;
  padding: 0 0.5em;
  border-left: 8px solid #fff;
  border-right: 1px solid #fff;
  line-height: 1;
}

@media print, screen and (max-width: 1039px) {
  .sec06 h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sec06 h3 {
    font-size: 20px;
    padding-left: 65px;
  }
}

.sec07 {
  margin: 100px 0 140px;
}

.sec07 .drop-wrap:not(:last-child) {
  margin-bottom: 4%;
}

.sec07 .drop-ttl {
  font-size: 36px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #f99405;
  padding: 0.4em 85px 0.4em 1em;
  cursor: pointer;
  position: relative;
}

.sec07 .drop-ttl:before, .sec07 .drop-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 31px;
  background: #fff;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.sec07 .drop-ttl.open:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec07 .drop-ttl:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec07 .drop-content {
  padding: 5% 4%;
  background: #fff;
  border: 1px solid #f99405;
}

.sec07 .drop-content h3 {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #f99405;
  border-bottom: 1px solid #f99405;
  padding: 0 0 0.2em 1.1em;
  margin-bottom: 0.8em;
  position: relative;
}

.sec07 .drop-content h3:not(:first-child) {
  margin-top: 2em;
}

.sec07 .drop-content h3:before {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #f99405;
}

.sec07 ul.circle li {
  padding-left: 1.1em;
  position: relative;
}

.sec07 ul.circle li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #141414;
}

.sec07 ul.check li {
  padding-left: 25px;
  position: relative;
}

.sec07 ul.check li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  margin: auto;
  width: 16px;
  height: 17px;
  background: url(../img/gas07_check.png) no-repeat center/contain;
}

@media print, screen and (min-width: 768px) {
  .sec07 figure {
    float: right;
    max-width: 38%;
    margin-left: 1em;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec07 .drop-ttl {
    font-size: 28px;
  }
  .sec07 .drop-content h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec07 .drop-ttl {
    font-size: 20px;
  }
  .sec07 .drop-ttl:before, .sec07 .drop-ttl:after {
    height: 21px;
  }
  .sec07 .drop-content h3 {
    font-size: 18px;
  }
}

.sec08 {
  margin: 140px 0 40px;
}

.sec08 .logo {
  margin-bottom: 4%;
}

.sec08 .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.sec08 .address dt {
  width: 4em;
}

.sec08 .address dd {
  width: calc(100% - 4em);
}

.sec08 .table_timetable {
  margin-bottom: 1em;
}

.sec08 .table_timetable + p {
  font-size: 1.6rem;
  padding-left: 1em;
}

.sec08 .map {
  margin-bottom: 40px;
}

.sec08 .access {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.3em 1em 0.4em;
  color: #f99405;
  background: #fff;
  border: 1px solid #f99405;
}

.sec08 .img_slider {
  margin-top: 5%;
}

.sec08 .img_slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.sec08 .img_slider .slick-arrow:before {
  content: none;
}

.sec08 .img_slider .slick-arrow.slick-prev {
  left: 5%;
}

.sec08 .img_slider .slick-arrow.slick-next {
  right: 5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.sec08 .img_slider .img_slide_thumb {
  margin-top: 30px;
}

.sec08 .img_slider .img_slide_thumb .item {
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .sec08 .access {
    font-size: 18px;
  }
  .sec08 .img_slider .slick-arrow {
    width: 20px;
    height: 20px;
  }
  .sec08 .img_slider .img_slide_thumb {
    margin-top: 20px;
  }
  .sec08 .img_slider .img_slide_thumb .item {
    margin: 0 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .map_block .googlemap {
    padding-bottom: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .conversion, .sec02, .sec03, .sec04, .sec05 .con01, .sec06 {
    padding: 50px 0;
  }
  .sec01, .sec07 {
    margin: 50px 0;
  }
  .sec08 {
    margin: 50px 0 30px;
  }
}

.entry_title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.36rem;
  line-height: 1.5;
  margin-top: 7.2rem;
}

.box_entry-item .entry_title {
  font-size: 2.475rem;
  margin-top: 5.4rem;
}

.entry_title a {
  color: #141414;
  text-decoration: none;
}

.entry_title a:hover {
  color: #f99405;
}

.entry_ex {
  margin-bottom: 4.5rem;
  margin-top: 3.6rem;
}

.box_entry-item .entry_ex {
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .box_entry-item .entry_ex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.entry_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.584rem;
}

.entry_date .material-icons {
  color: #f99405;
  font-size: 1.8rem;
  margin-right: 8px;
}

.archive .box_entry-news .entry_date {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  color: #999;
  font-weight: normal;
  margin-top: 0.9rem;
}

.archive .box_entry-news .entry_date .material-icons {
  color: #999;
}

.box_entry-item .entry_date {
  margin-right: 1.8rem;
}

.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.584rem;
  line-height: 1.1;
  margin-top: 0.9rem;
}

.post-categories .material-icons {
  color: #f99405;
  font-size: 1.8rem;
  margin-right: 8px;
}

.post-categories a {
  color: #f99405;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #eee;
  font-size: 1.584rem;
  line-height: 1.5;
  margin-top: 7.2rem !important;
  padding-top: 5.4rem;
}

.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenav_single a .material-icons {
  font-size: 1.584rem;
}

.pagenav_single a:hover {
  opacity: .7;
}

.box_entry-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 5.4rem;
}

.box_entry-item:first-child {
  padding-top: 1.8rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 9rem;
}

.pagenav_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.584rem;
  line-height: 2.25rem;
  margin-top: 7.2rem;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 2.25rem;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 2.25rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #f99405;
  border: 1px solid #f99405;
  color: #fff;
  cursor: pointer;
}

#post_aside {
  margin-top: 3.6rem;
}

#post_aside .aside_box {
  padding-top: 3.6rem;
}

#post_aside .aside_title {
  border-bottom: 2px solid #141414;
  font-size: 2.475rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.35rem;
}

#post_aside .category_list {
  margin-top: 1.8rem;
}

#post_aside .category_list li {
  border-bottom: 1px solid #eee;
}

#post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #141414;
  line-height: 1.5;
  padding: 1.35rem 0.9rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #f99405;
}

#post_aside .category_list a .material-icons {
  font-size: 1.8rem;
}

#post_aside .latestpost_list {
  margin-top: 1.8rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #eee;
}

#post_aside .latestpost_list a {
  color: #141414;
  display: table;
  line-height: 1.5;
  padding: 0.45rem 0.9rem 0.45rem 2.7rem;
  position: relative;
  text-decoration: none;
}

#post_aside .latestpost_list a::before {
  content: "・";
  left: 0.9rem;
  padding-top: 0.45rem;
  position: absolute;
  top: 0;
}

#post_aside .latestpost_list a:hover {
  color: #f99405;
}

#post_aside .latestpost_list a:hover::before {
  color: #f99405;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}

.blog_thumbnail_list_item .title {
  display: block;
}

.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
/*# sourceMappingURL=bond.css.map */

/* 221216 DR.BRIDGE start */

@media screen and (min-width: 768px) {

.conv_wrap {
    max-width: 630px;
    margin: 0 auto;
}

.conversion .conv_wrap .columns .col_3 {
    width: 50%;
}

.hd_reserve {
    width: 100%;
    margin: 0 auto 15px;
}
}

/* 221216 DR.BRIDGE end */