@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  line-height: 1.8;
}

.page-cut .border-table th, .page-polyp .border-table th {
  width: 5em !important;
}

.page-blood .border-table td {
  text-align: center !important;
  vertical-align: middle !important;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

#other {
  /* clearfix */
  /*==========================
  	base
  ==========================*/
  /*==========================
  	#nav
  ==========================*/
  /* コンテンツの下部余白 -------------*/
  /*==========================
  	画像
  ==========================*/
  /* 真ん中寄せ */
  /* 小さい画像に対応 */
  /*-- 数字付きの見出し ------------*/
  /*-- title ------------*/
  /*==========================
  	テーブル
  ==========================*/
  /*-- 診療時間表 ------------*/
  /*-- 基本のテーブル ------------*/
  /*-- ボーダーのついたテーブル ------------*/
  /*-- 料金表のテーブル(TDが右寄せ) ------------*/
  /*==========================
  	DL
  ==========================*/
  /*--  ------------*/
  /*-- 数字つきdl ------------*/
  /*==========================
  	ボックス
  ==========================*/
  /*-- 基本のブロック ------------*/
  /*-- クリアフィックスブロック ------------*/
  /*-- ボーダー付きブロック ------------*/
  /*-- 背景色付き ------------*/
  /*-- before after ------------*/
  /*-- 流れ ------------*/
  /*-- Q&A ------------*/
  /*--  ------------*/
  /*==========================
  	お問い合わせページ (Contact Form 7)
  ==========================*/
  /*==========================
  	サイトマップ
  ==========================*/
  /*==========================
  	画像のギャラリー
  ==========================*/
  /*==========================
  	googlemap
  ==========================*/
  /*==========================
  	Youtube
  ==========================*/
  /*==========================
  	汎用
  ==========================*/
  /********************************
  	Responsive
  *********************************/
  /* 230217 DR.BRIDGE start */
  /* 230217 DR.BRIDGE end */
  /* tinyMCE用に見出しをリセット */
  /*==========================
  	　mainimage
  ==========================*/
  /*-- スライダーの時 ------------*/
  /*==========================
  	汎用に使えるボタン
  ==========================*/
  /*==========================
  	loopSlider　無限ループスライダー
  ==========================*/
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  /*-- 新着情報 --------------*/
  /*見出し*/
  /*-- ボックスその他 --------------*/
  /********************************
  	Responsive
  *********************************/
  /* Dots */
  /* bunrui_table */
  /* higaeri 210215 start */
  /* higaeri 210215 end */
}
@media screen and (max-width: 768px) {
  #other iframe {
    width: 100%;
  }
}
#other a {
  display: inline;
  color: #8EC320;
  text-decoration: underline;
}
#other a img {
  width: auto;
}
#other img {
  width: auto;
  vertical-align: bottom;
}
#other .img_box05 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #other .img_box05 {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#other .img_box05 .img_item {
  width: calc((100% - 20px) / 5);
}
@media screen and (max-width: 768px) {
  #other .img_box05 .img_item {
    width: 50%;
  }
}
#other .img_box05 .img_item img {
  width: 100%;
}
#other .mainblock p, #other .mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #other .mainblock p, #other .mce-content-body p {
    line-height: 1.8;
  }
}
#other strong {
  font-weight: bold;
}
#other em {
  font-style: italic;
}
#other .clearfix {
  zoom: 1;
}
#other .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#other #header > .inner, #other #nav > .inner, #other #contents > .inner, #other #footer .inner {
  /* コンテンツ幅 */
  width: 1050px;
  margin: 0 auto;
  max-width: 92%;
}
@media screen and (max-width: 768px) {
  #other #header > .inner, #other #nav > .inner, #other #contents > .inner, #other #footer .inner {
    width: 100%;
    max-width: inherit;
  }
}
#other #contents > .inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  #other #contents > .inner {
    flex-direction: column;
  }
}
#other #main {
  width: auto;
  flex: 1;
}
#other #aside {
  order: -1;
  width: 220px;
  margin: 0 40px 0 0;
  display: flex;
  align-items: flex-start;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  #other #aside {
    order: inherit;
    width: 100%;
    margin: 0;
  }
}
#other #aside .menu-blog {
  background: #EDF8F3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 768px) {
  #other #aside .menu-blog {
    position: relative;
    top: inherit;
  }
}
#other #aside .menu-blog > h3 {
  font-family: "EB Garamond", serif;
  text-align: center;
  border-bottom: 1px dotted #636363;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
#other #aside .menu-blog .category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#other #aside .menu-blog .category li {
  position: relative;
  padding: 0 0 0 10px;
}
#other #aside .menu-blog .category li::before {
  content: "";
  background: #8EC320;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 15px;
}
#other #aside .menu-blog .category li a {
  text-decoration: none;
  cursor: pointer;
}
#other #aside .widget_text {
  display: none;
}
#other .menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}
#other .fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}
#other #nav {
  background: #fff;
  box-sizing: border-box;
}
#other .mainblock.under {
  padding-bottom: 3em;
}
#other .aligncenter {
  display: block;
  margin: 0 auto;
}
#other .img_size img, #other img.img_size {
  width: auto !important;
}
#other .number {
  display: inline-block;
  vertical-align: baseline;
  font-family: "EB Garamond", serif;
  margin-right: 1.2em;
  color: #8EC320;
  position: relative;
}
#other .number::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px dotted #8EC320;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#other .number_title::before {
  content: none;
}
#other h3.number_title .number {
  font-size: 175%;
  font-family: "EB Garamond", serif;
  color: #EDF8F3;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
#other h3.number_title .number::after {
  content: ".";
}
#other h4.number_title {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.3rem */
  letter-spacing: 0.23rem;
  position: relative;
  padding: 0 0 15px 32px;
  background: none;
  position: relative;
}
#other h4.number_title::before {
  content: "";
  background: url(../images/page/page_icon_kira.svg);
  background-size: cover;
  width: 22px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 2px;
}
#other h4.number_title .number {
  background: none;
  color: #8EC320;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 1.9rem;
  font-weight: 600;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
}
#other .mce-content-body h5.number_title, #other .under h5.number_title {
  border: none;
  margin-bottom: 0.5em;
}
#other .title p {
  font-size: 22px;
  font-weight: bold;
  color: #F39701;
  margin: 0 0 10px;
}
#other .time-table {
  width: 100%;
  margin-bottom: 3px;
}
#other .time-table th, #other .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}
#other .time-table th {
  background: #fff;
}
#other .time-table thead th {
  background: #8EC320;
  color: #fff;
}
#other .time-table td {
  background: #fff;
}
#other .kin {
  color: #ac9c57;
}
#other .cha {
  color: #685547;
}
#other .table_box_01_bk {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #other .table_box_01_bk {
    width: 1000px;
  }
}
#other .table01 {
  width: 100%;
  margin-bottom: 1.5em;
}
#other .table01 th, #other .table01 td {
  padding: 15px 2px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
#other .table01 th {
  border-bottom: 1px solid #ddd;
  padding-right: 10px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  #other .scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
#other .border-table {
  width: 100%;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #EDEDED;
}
#other .border-table thead th {
  background: #8EC320;
  color: #fff;
  text-align: center;
}
#other .border-table tr:last-child th, #other .border-table tr:last-child td {
  border-bottom: none;
}
#other .border-table th, #other .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px;
  border-bottom: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #other .border-table th, #other .border-table td {
    font-size: 1.4rem;
  }
}
#other .border-table tbody th {
  background: #EFF9E2;
  vertical-align: middle;
  border-bottom: 1px solid #EDEDED;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #other .border-table tbody th {
    min-width: auto;
    font-size: 1.4rem;
  }
}
#other .border-table td {
  background: #fff;
}
#other .border-table td .ul_check {
  margin-bottom: 0;
}
#other .border-table td .ul_check li:last-child {
  margin-bottom: 0;
}
#other .fee-table {
  width: 100%;
  margin-bottom: 0.5em;
}
#other .fee-table th, #other .fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
}
#other .fee-table thead th {
  background: #2C87C3;
  color: #fff;
  text-align: center;
}
#other .fee-table thead th:first-child {
  background: #4297CF;
}
#other .fee-table tbody th {
  background: rgba(66, 151, 207, 0.2);
  border-bottom: 1px solid rgba(52, 56, 58, 0.2);
}
#other .fee-table tbody td {
  background: #fff;
  text-align: right;
  border-bottom: 1px solid rgba(52, 56, 58, 0.2);
}
#other dl.dl01 {
  margin-bottom: 0.5em;
}
#other dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #f9f7f4;
}
#other dl.dl01 dd {
  margin-bottom: 1.2em;
}
#other dl.dl_number dt {
  font-size: 117%;
  color: #222;
  font-weight: normal;
  position: relative;
}
#other dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}
#other .dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  background: #999;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}
#other .block {
  margin-bottom: 2em;
}
#other .block-inner {
  margin-bottom: 2em;
  padding: 0 0 30px;
}
#other .block-inner:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #other .block-inner {
    padding: 0 0 20px;
  }
}
#other .block > .block-inner:last-child {
  margin-bottom: 0;
}
#other .border-block {
  box-sizing: border-box;
  padding: 40px;
  border: none;
  margin-bottom: 1.2em;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #other .border-block {
    padding: 25px;
  }
}
#other .border-block h4 {
  margin: 0 0 25px;
}
#other .border-block h5 {
  margin: 0 0 15px;
}
#other .bg-block {
  border-radius: 15px;
  background: #EFF9E2;
  box-sizing: border-box;
  padding: 40px 40px 20px;
  margin-bottom: 1.2em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #other .bg-block {
    padding: 25px 25px 10px;
  }
}
#other .bg-block h4 {
  margin: 0 0 25px;
}
#other .border-block h5:first-child, #other .bg-block h5:first-child {
  margin-top: 0 !important;
}
#other .border-block ul:last-child {
  margin-bottom: 0 !important;
}
#other .ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}
#other .ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}
#other .ba-block .after {
  float: right;
  width: 47%;
}
#other .ba-block img {
  display: block;
  margin: 0 auto 10px;
}
#other .batitle {
  text-align: center;
  font-size: 15px;
  color: #999;
  margin-bottom: 0.5em !important;
}
#other .flow-block {
  padding: 0 0 1em;
  margin-bottom: 1em;
  position: relative;
}
#other .block-inner .flow-block {
  padding: 10px 0 1em;
}
#other .flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -15px -30px 0;
  border: 30px solid transparent;
  border-top: 15px solid #8EC320;
}
#other .block > .flow-block:last-child::after, #other .block-inner > .flow-block:last-child::after {
  display: none;
}
#other .qa-block {
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-top: 1px dotted #ccc;
}
#other .mce-content-body .qa-block h4, #other .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #8EC320;
  background: none;
}
#other .mce-content-body .qa-block h4::before, #other .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #8EC320;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: -0.15em;
}
#other .mce-content-body .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 82%;
  top: 1px;
  left: 0.55em;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  border: none;
  background: none;
}
#other .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 82%;
  top: 0;
  left: 0.55em;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  border: none;
  background: none;
}
#other .qa-block .answer {
  padding-left: 2em !important;
  position: relative;
  padding: 2px;
  margin-left: 30px;
  margin-top: 20px;
}
#other .answer::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0px;
  background: #F39701;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  margin-top: 0.1em;
}
#other .answer::after {
  position: absolute;
  content: "A";
  font-size: 100%;
  top: 6px;
  left: 0.62em;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-weight: normal;
  border: none;
}
#other .qa-block .answer p {
  margin: 0;
}
#other .answer p {
  padding: 0px 0 12px 10px;
}
#other .wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
#other .wpcf7 dl dt, #other .wpcf7 dl dd {
  padding: 10px 5px;
}
#other .wpcf7 dl dt {
  clear: both;
  float: left;
}
#other .wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
#other .wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
#other .wpcf7 .ex, #other .wpcf7 .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
#other .wpcf7 dl dt .requisite, #other .wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
#other .wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
#other .wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}
#other .wpcf7 dl dd .radio input, #other .wpcf7 dl dd .heckbox input {
  width: auto;
}
#other .wpcf7 dl dd .radio01 span.wpcf7-list-item, #other .wpcf7 dl dd .sexes span.wpcf7-list-item, #other .wpcf7 dl dd .correspondence span.wpcf7-list-item, #other .wpcf7 dl dd .course span.wpcf7-list-item, #other .wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
#other .mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}
#other .wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}
#other .wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}
#other .wpcf7 .btn-style {
  text-align: center;
}
#other .wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}
#other .btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
#other #menu-sitemap {
  padding: 0;
}
#other #menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}
#other #menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
}
#other #menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}
#other #menu-sitemap li a {
  text-decoration: none;
  color: #555;
}
#other #menu-sitemap li a:hover {
  color: #ac9c57;
}
#other .gallery li {
  margin-bottom: 20px;
}
#other .gallery li img {
  margin-bottom: 5px;
}
#other .googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
}
#other .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#other .youtube-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}
#other .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#other .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#other .color01 {
  color: #8EC320;
}
#other .color02 {
  color: #ac9c57;
}
#other .attention {
  color: #9c0601;
}
#other .bgcolor01 {
  background-color: #e2f5f2;
  padding: 0 0.3em;
}
#other .font-big {
  font-size: 120%;
}
#other .font-small {
  font-size: 82%;
}
#other .fl {
  float: left !important;
}
#other .fr {
  float: right !important;
}
#other .tac {
  text-align: center;
}
#other .tal {
  text-align: left;
}
#other .tar {
  text-align: right;
}
#other .mt10 {
  margin-top: 10px !important;
}
#other .mt20 {
  margin-top: 20px !important;
}
#other .mb10 {
  margin-bottom: 10px !important;
}
#other .mb20 {
  margin-bottom: 20px !important;
}
#other .mb30 {
  margin-bottom: 30px !important;
}
#other .mb40 {
  margin-bottom: 40px !important;
}
#other .mb50 {
  margin-bottom: 50px !important;
}
#other #a01_1, #other #a01_2, #other #a01_3, #other #a01_4, #other #a01_5, #other #a01_6, #other #a02_1, #other #a02_2, #other #a02_3, #other #a02_4, #other #a02_5, #other #a02_6, #other #a03_1, #other #a03_2, #other #a03_3, #other #a03_4, #other #a03_5, #other #a03_6, #other #a04_1, #other #a04_2, #other #a04_3, #other #a04_4, #other #a04_5, #other #a04_6, #other #a05_1, #other #a05_2, #other #a05_3, #other #a05_4, #other #a05_5, #other #a05_6, #other #a06_1, #other #a06_2, #other #a06_3, #other #a06_4, #other #a06_5, #other #a06_6 {
  margin-top: -130px;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  #other #a01_1, #other #a01_2, #other #a01_3, #other #a01_4, #other #a01_5, #other #a01_6, #other #a02_1, #other #a02_2, #other #a02_3, #other #a02_4, #other #a02_5, #other #a02_6, #other #a03_1, #other #a03_2, #other #a03_3, #other #a03_4, #other #a03_5, #other #a03_6, #other #a04_1, #other #a04_2, #other #a04_3, #other #a04_4, #other #a04_5, #other #a04_6, #other #a05_1, #other #a05_2, #other #a05_3, #other #a05_4, #other #a05_5, #other #a05_6, #other #a06_1, #other #a06_2, #other #a06_3, #other #a06_4, #other #a06_5, #other #a06_6 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #other {
    /* タブレットまで */
    /*==========================
    	画像
    ==========================*/
    /* img float */
    /*==========================
    	ブロック
    ==========================*/
    /*-- 横ならびbox -----------*/
    /*==========================
    	汎用
    ==========================*/
  }
  #other #tinymce img.alignright, #other #tinymce img.alignleft {
    max-width: 34%;
  }
  #other .mainblock img.alignright, #other .mainblock img.alignleft {
    max-width: 34%;
  }
  #other .mainblock .alignright {
    float: right;
    margin: 0 0 10px 4%;
  }
  #other .mainblock .alignleft {
    float: left;
    margin: 0 4% 10px 0;
  }
  #other .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
  }
  #other .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    box-sizing: border-box;
    vertical-align: top;
  }
  #other .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
  }
  #other .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
  }
  #other br.pc {
    display: inline;
  }
  #other br.sp2 {
    display: none;
  }
  #other .con_l, #other .con_c {
    float: left;
  }
  #other .con_r {
    float: right;
  }
  #other .w25 {
    width: 25%;
  }
  #other .w35 {
    width: 35%;
  }
  #other .w40 {
    width: 40%;
  }
  #other .w48 {
    width: 48%;
  }
  #other .w56 {
    width: 56%;
  }
  #other .w60 {
    width: 60%;
  }
  #other .w62 {
    width: 62%;
  }
  #other .mw500p {
    max-width: 500px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #other {
    /*sitemap*/
  }
  #other #menu-sitemap li::after {
    top: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  #other {
    /* スマホ */
    /*==========================
    	投稿（ブログ、新着情報）
    ==========================*/
    /*==========================
    	画像
    ==========================*/
    /*==========================
    	見出し
    ==========================*/
    /*==========================
    	ブロック
    ==========================*/
    /* 横ならびbox */
    /*-- before after ------------*/
    /*==========================
    	お問い合わせ
    ==========================*/
    /*==========================
    	サイトマップ
    ==========================*/
    /*==========================
    	googlemap
    ==========================*/
    /*==========================
    	汎用
    ==========================*/
  }
  #other #aside .menu-blog {
    margin-bottom: 2em;
  }
  #other .alignright, #other .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  #other .page-title {
    padding: 1em 0;
  }
  #other .page-title h2 {
    font-size: 20px;
  }
  #other .post-type-page h3, #other .mainblock h3 {
    font-size: 19px;
  }
  #other .entry-block h3 {
    font-size: 16px;
  }
  #other .post-type-page h4, #other .mainblock h4, #other .post-type-page h5, #other .mainblock h5 {
    font-size: 17px;
  }
  #other h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }
  #other .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  #other .title {
    font-size: 19px;
  }
  #other .box2, #other .box3, #other .box4 {
    margin-bottom: 20px;
  }
  #other .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  #other .ba-block .before, #other .ba-block .after {
    float: none;
    width: 100%;
  }
  #other .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
  #other .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }
  #other .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  #other .wpcf7 dl dd input, #other .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  #other #menu-sitemap li::after {
    top: 1.5em;
  }
  #other .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }
  #other .con_l {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  #other {
    /* 時間表 --------------------*/
    /* googlemap --------------------*/
  }
  #other .time-table th, #other .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }
  #other .googlemap {
    padding-bottom: 60%;
  }
}
#other .ft_side_recruit {
  position: fixed;
  right: 70px;
  bottom: 11.6vw;
  z-index: 5;
}
#other .ft_side_recruit a {
  display: block;
  width: 60px;
  max-width: 60px;
}
#other .home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
#other .topinner {
  /* コンテンツは1000pxに */
  width: 1050px;
  margin: 0 auto;
  max-width: 96%;
}
#other .toppage h3, #other .toppage h4, #other .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
#other .toppage h3::before, #other .toppage h3::after {
  display: none;
}
#other .toppage h4::before, #other .toppage h4::after {
  display: none;
}
#other .toppage h5::before, #other .toppage h5::after {
  display: none;
}
#other .slick-slide img {
  margin: 0 auto;
}
#other button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
#other button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
#other button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
#other button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}
@media screen and (max-width: 1650px) {
  #other button.slick-prev {
    left: 13.7%;
  }
  #other button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  #other button.slick-prev {
    left: 8%;
  }
  #other button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  #other .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
#other .btn-style {
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
#other .btn-style a {
  text-decoration: none;
  border-radius: 50px;
  background: #8EC320;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  min-width: 250px;
  height: 56px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #other .btn-style a {
    width: 90%;
    line-height: 1.5;
    padding: 0 30px;
    height: 46px;
    font-size: 1.3rem;
    letter-spacing: 1.95px;
  }
}
#other .btn-style a::before {
  content: "";
  background: url(../images/common/arrow_wh.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #other .btn-style a::before {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  #other .btn-style a:hover {
    left: 2px;
    top: 2px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
#other .under .btn-style a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
}
#other .link_btn {
  text-align: center;
}
#other .link_btn a {
  border: 4px solid #FFF;
  text-decoration: none;
  border-radius: 50px;
  background: #F0B04F;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  color: #FFF;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.3s;
  padding: 21px 80px 21px 65px;
}
@media screen and (max-width: 768px) {
  #other .link_btn a {
    padding: 17px 80px 17px 65px;
  }
}
#other .link_btn a::before {
  content: "";
  background: url(../images/page/page_icon_arrow.svg);
  background-size: cover;
  width: 28.171px;
  height: 28.171px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (min-width: 769px) {
  #other .link_btn a:hover {
    opacity: 0.7;
  }
}
#other .btns {
  text-align: center;
  margin: 1em auto 0;
}
#other .link_btn.btns a {
  display: inline-block;
  width: 48%;
  max-width: 300px;
  margin: 0 1% 2%;
}
#other .loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}
#other .loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#other .loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}
#other .loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}
#other .top .mainblock a {
  text-decoration: none;
}
#other .sec_news {
  padding: 4em 0 2em;
}
#other .sec_news .news {
  position: relative;
  box-sizing: border-box;
}
#other .sec_news .news dt {
  float: left;
  color: #333;
}
#other .news dd a {
  text-decoration: none;
  color: #333;
}
#other .sec_news .news dt {
  padding: 12px 0;
  width: 100px;
}
#other .sec_news .news dd {
  padding: 12px 0;
}
#other .sec_news .news dd a:hover {
  text-decoration: underline;
}
#other .sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
#other .sec_news .news h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  padding: 3px 10px 0 0;
  border-bottom: 1px solid #ac9c57;
  margin: 0 auto 10px;
  box-sizing: border-box;
  background: none;
  text-align: left;
  border-radius: 0;
}
#other .sec_news .news h3 img {
  vertical-align: middle;
  margin-left: 15px;
}
#other .sec_news .news .btn a {
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  font-size: 12px;
  background: #ac9c57;
  display: table;
  padding: 1px 17px 1px 10px;
  text-decoration: none;
  line-height: 1.8;
}
#other .sec_news .news .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#other .sec_news .news .btn a:hover:after {
  right: 6px;
}
#other .top h2 {
  font-size: 34px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
#other h2 span {
  display: block;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
}
#other .h2_ttl {
  background: url(img/h2_bg.png);
  padding: 2.8em 0;
}
#other .h2_ttl h2 {
  margin: 0 auto;
}
#other .sec01 {
  padding: 4.5em 0;
  background: url(img/bg01.jpg) no-repeat center/cover;
}
#other .sec01 .topinner {
  width: 770px;
}
#other .sec02 {
  padding: 4.5em 0;
  background: url(img/bg02.jpg) no-repeat center/cover;
}
#other .sec02 .con_l a + a img {
  margin-top: 10px;
}
#other .sec03 .bg {
  padding: 4.5em 0 4em;
}
#other .sec03 ul {
  margin: 10px auto 40px;
}
#other .sec03 ul li {
  display: block;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  line-height: 1.4;
  padding: 9px 0 8px 27px;
}
#other .sec03 ul li a {
  display: block;
  cursor: pointer;
  color: #333;
}
#other .sec03 ul li:hover {
  background: RGBA(130, 167, 207, 0.1);
}
#other .sec03 ul li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 12px;
  left: 12px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #8EC320;
  transform: rotate(-90deg);
}
#other .sec03 ul li:hover:before {
  left: 16px;
}
#other .sec04 .bg01, #other .sec04 .bg02, #other .sec04 .bg03, #other .sec04 .bg04 {
  padding: 5em 0;
}
#other .sec04 .bg05 {
  padding: 5.5em 0;
}
#other .sec04 .bg06 {
  padding: 4.5em 0;
}
#other .sec04 .bg01 {
  background: url(img/bg03.jpg) no-repeat center/cover;
}
#other .sec04 .bg02 {
  background: url(img/bg04.jpg) no-repeat 32%/cover;
}
#other .sec04 .bg03 {
  background: url(img/bg05.jpg) no-repeat center/cover;
}
#other .sec04 .bg04 {
  background: url(img/bg06.jpg) no-repeat center/cover;
}
#other .sec04 .bg05 {
  background: url(img/bg07.jpg) no-repeat center/cover;
}
#other .sec04 .bg06 {
  background: url(img/bg08.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #other {
    /* タブレットまで */
    /*==========================
    	mainimage
    ==========================*/
    /*==========================
    	　TOP コンテンツ
    ==========================*/
    /*-- FLEX設定 --------------*/
  }
  #other .columns {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #other .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  #other .columns.reverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #other .columns .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    flex-basis: 48%;
  }
  #other .sec03 .columns .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    flex-basis: 32%;
  }
  #other .sec02 .con_l {
    width: 37.7%;
  }
  #other .sec02 .con_r {
    width: 60.5%;
  }
  #other .sec04 .columns .column {
    max-width: 70%;
    -webkit-box-flex-basis: 70%;
    flex-basis: 70%;
  }
  #other .sec04 .columns.reverse .column {
    margin-right: -120px;
  }
  #other .sec04 .btn-style {
    margin-top: 2.5em;
    text-align: left;
  }
  #other .sec04 .bg01 .btn-style a {
    max-width: 48.2%;
  }
  #other .sec04 .btn-style a + a {
    margin-left: 3.6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #other {
    /* 程よいブラウザサイズでメインイメージを縮小 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1041px) {
  #other .sec04 .columns.reverse .column {
    margin-right: 0;
  }
  #other .sec04 .bg01 {
    background-position: 80%;
  }
  #other .sec04 .bg03 {
    background-position: 76%;
  }
  #other .sec04 .bg04 {
    background-position: 38%;
  }
  #other .sec04 .bg05 {
    background-position: 90%;
  }
  #other .sec04 .columns .column {
    background: rgba(255, 255, 255, 0.6);
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  #other {
    /* スマホ */
    /*==========================
    	　mainimage
    ==========================*/
    /*==========================
    	loop
    ==========================*/
    /*==========================
    	　TOP コンテンツ
    ==========================*/
    /*-- 余白・背景 --------------*/
    /*-- 見出し --------------*/
    /*-- ボックスその他 --------------*/
  }
  #other .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #other .mainimage, #other .slider {
    margin-bottom: 0;
  }
  #other .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  #other .main_copy {
    position: relative;
    width: 90%;
    margin: -8% auto 0;
    max-width: 420px;
  }
  #other .loopSlider {
    height: 100px;
  }
  #other .loopSlider ul {
    height: 100px;
  }
  #other .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  #other .sec_news .news dt {
    width: 100%;
    padding: 8px 0 0;
  }
  #other .sec_news .news + .news {
    margin-top: 1.5em;
  }
  #other .sec_news .news dd {
    padding: 0 0 8px;
  }
  #other .sec01, #other .sec02 {
    padding: 2em 0;
  }
  #other .sec03 .bg {
    padding: 2em 0 1em;
  }
  #other .sec04 .bg01, #other .sec04 .bg02, #other .sec04 .bg03, #other .sec04 .bg04, #other .sec04 .bg05, #other .sec04 .bg06 {
    padding: 2em 0;
  }
  #other .sec04 .bg01, #other .sec04 .bg03, #other .sec04 .bg05 {
    background-position: left;
  }
  #other .sec04 .bg02, #other .sec04 .bg04, #other .sec04 .bg06 {
    background-position: right;
  }
  #other .h2_ttl {
    padding: 1.5em 0;
  }
  #other .sec04 .btn-style a + a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  #other {
    /* スマホ320px */
  }
}
#other .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
#other .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#other .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#other .slick-dots li button:hover, #other .slick-dots li button:focus {
  outline: none;
}
#other .slick-dots li button:hover:before, #other .slick-dots li button:focus:before {
  opacity: 1;
}
#other .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "●";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#other .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ac9c57;
}
#other .bunrui_table .th {
  background: #EDF8F3;
}
#other .bunrui_table .noborder {
  border-top: none;
  border-bottom: none;
}
#other .bunrui_table .noborder_top {
  border-top: none;
}
#other .bunrui_table .noborder_bottom {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #other .sec04 .bg01 {
    background: url(img/bg09.jpg) no-repeat center/cover;
  }
  #other .sec04 .bg02 {
    background: url(img/bg03.jpg) no-repeat 32%/cover;
  }
  #other .sec04 .bg03 {
    background: url(img/bg04.jpg) no-repeat center/cover;
  }
  #other .sec04 .bg04 {
    background: url(img/bg05.jpg) no-repeat center/cover;
  }
  #other .sec04 .bg05 {
    background: url(img/bg06.jpg) no-repeat center/cover;
  }
  #other .sec04 .bg06 {
    background: url(img/bg07.jpg) no-repeat center/cover;
  }
  #other .sec04 .bg02, #other .sec04 .bg03, #other .sec04 .bg04, #other .sec04 .bg05 {
    padding: 5em 0;
  }
  #other .sec04 .bg02 {
    background-position: 80%;
  }
  #other .sec04 .bg04 {
    background-position: 76%;
  }
  #other .sec04 .bg05 {
    background-position: 38%;
  }
  #other .sec04 .bg06 {
    background-position: 90%;
    padding: 5.5em 0;
  }
  #other .sec04 .bg07 {
    padding: 4.5em 0;
  }
}
#other .sec04 .bg07 {
  background: url(img/bg08.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #other .sec04 .bg07 {
    padding: 2em 0;
    background-position: right;
  }
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 2.8rem;
  position: relative;
}

.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #8EC320;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 14px;
  height: 22px;
  left: 0;
  line-height: 1.45;
  text-align: center;
  top: 0.4rem;
  width: 22px;
  position: absolute;
}

.h3 {
  text-align: center;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.435rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 40px;
  padding: 12px 50px;
}
@media screen and (max-width: 768px) {
  .h3 {
    margin: 40px auto 25px;
    font-size: 2.2rem;
    letter-spacing: 3.2px;
    gap: 20px;
  }
}
.h3::before {
  content: "";
  background-image: linear-gradient(to right, #8EC320, #8EC320 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
}
.h3::after {
  content: "";
  background-image: linear-gradient(to right, #8EC320, #8EC320 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.h3 > h3 {
  color: #636363;
  font-family: YakuHanJP, "Kiwi Maru", serif;
  font-size: 3rem;
  letter-spacing: 4.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .h3 > h3 {
    font-size: 2.2rem;
    letter-spacing: 3.2px;
  }
}
.h3 > h3 > span {
  color: #8EC320;
}

h4 {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.23rem;
  position: relative;
  padding: 0 0 15px 32px;
  border-bottom: 1px solid #8EC320;
  margin: 50px 0 30px;
}
h4::before {
  content: "";
  background: url(../images/page/page_icon_kira.svg);
  background-size: cover;
  width: 22px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.7rem;
    padding: 0 0 15px 32px;
    margin: 35px 0 25px;
  }
  h4::before {
    top: 0;
    width: 17px;
    height: 18px;
  }
}
h4.h4_num {
  padding: 0 0 15px 0;
}
h4.h4_num::before {
  content: none;
}

h5 {
  border-radius: 50px;
  background: #8EC320;
  color: #fff;
  text-align: center;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding: 8px 40px;
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.7rem;
    letter-spacing: 2px;
    margin: 30px auto 20px;
  }
}
h5.page_h5_02::before {
  content: none;
}
h5.page_h5_02::after {
  content: "";
  background: #8EC320;
  height: 1px;
  width: calc(100% - 280px);
  right: 0;
  left: inherit;
  position: absolute;
  top: 40%;
  text-align: right;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  h5.page_h5_02::after {
    width: 30%;
  }
}

h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #8EC320;
  color: #fff;
  padding: 8px 15px;
  display: block;
  font-size: 1.7rem;
  letter-spacing: 3.4px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 1.5rem;
  }
}

p.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  p.sp {
    display: block !important;
  }
}
/*# sourceMappingURL=other.css.map */