@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea, a, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1.7rem;
}
a:link {
  color: #74B23A;
  text-decoration: none;
}
a:visited {
  color: darkorange;
}
a:hover {
  color: darkorange;
}
a:active {
  color: #74B23A;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
ul.list {
  position: relative;
  padding: 5px;
  margin-left: 15px;
}
ul.list li {
  list-style-type: none;
}
ul.list li::before {
  position: absolute;
  left: -15px;
}
ul.list.dot li::before {
  content: '・';
}
ul.list.kome li::before {
  content: '※';
}
ul.list.num li.num1::before {
  content: "1.";
}
ul.list.num li.num2::before {
  content: "2.";
}
ul.list.num li.num3::before {
  content: "3.";
}
ul.list.num li.num4::before {
  content: "4.";
}
ul.list.num li.num5::before {
  content: "5.";
}
ul.list.num li.num6::before {
  content: "6.";
}
ul.list.num li.num7::before {
  content: "7.";
}
ul.list.num li.num8::before {
  content: "8.";
}
ul.list.num li.num9::before {
  content: "9.";
}
ul.list.num li.num10::before {
  content: "10.";
}
ul.list.num li.num11::before {
  content: "11.";
}
ul.list.num li.num12::before {
  content: "12.";
}
ul.list.num li.num13::before {
  content: "13.";
}
ul.list.num li.num14::before {
  content: "14.";
}
ul.list.num li.num15::before {
  content: "15.";
}
ul.list.num li.num16::before {
  content: "16.";
}
ul.list.num li.num17::before {
  content: "17.";
}
ul.list.num li.num18::before {
  content: "18.";
}
ul.list.num li.num19::before {
  content: "19.";
}
ul.list.num li.num20::before {
  content: "20.";
}
.frame_wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*縦横比*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.frame_wrap .map_canvas, .frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
  width: 100% !important;
  max-width: 498px !important;
  margin: auto;
}
.txtL {
  text-align: left;
}
.txtC {
  text-align: center;
}
.txtR {
  text-align: right;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
/*
 * Easing function
 * Original：http://easings.net/
 */
/*************************
 * 定義
 *************************/
/*************************
 * function
 *************************/
/***********************************
 * 基本設定
 ***********************************/
html {
  font-size: 18px;
  letter-spacing: 0;
}
body {
  font-family: '游ゴシック体', '游ゴシック', YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  color: #333;
  margin: 0;
  font-size: 1.0rem;
}
a.btn {
  display: inline-block;
  text-decoration: none;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
}
a.btn:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
p {
  line-height: 1.5;
}
.container {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(../images/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/***********************************
 * header
 ***********************************/
header .logo {
  text-align: center;
  margin: 70px 0 42px;
}
header .logo img {
  display: block;
  margin: auto;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  header .logo {
    margin: 23px 0 19px;
  }
  header .logo img {
    max-width: 120px;
  }
}
/***********************************
 * nav
 ***********************************/
.menu_btn_wrap {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .menu_btn_wrap {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .nav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
    background: #fff;
    max-height: 100vh;
  }
}
.nav_wrap .logo {
  display: none;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .nav_wrap .logo {
    display: block;
    padding: 23px 10px 19px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  nav {
    border: 2px solid #6a1510;
    border-radius: 5px;
    padding: 20px 10px;
    background: #fff;
    margin: 0 10px;
  }
}
nav .links {
  position: fixed;
  z-index: 20;
  top: 135px;
  right: 0;
}
@media screen and (max-width: 768px) {
  nav .links {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
}
nav .links li {
  width: 75px;
  position: relative;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
nav .links li:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  nav .links li {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
  }
  nav .links li:last-child {
    margin-right: 0;
  }
}
nav .links li a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 10px 35px 10px 15px;
  background: #fff;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  nav .links li a {
    font-size: 14px;
    padding: 10px;
    height: 50px;
    max-width: 250px;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  nav .links li a {
    font-size: 12px;
    padding: 10px 5px;
  }
}
nav .links li a:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  nav .links li a:before {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 400px) {
  nav .links li a:before {
    margin: 0 2px 0 0;
  }
}
nav .links li a.safe {
  color: #669bc6;
  border-top: 2px solid #669bc6;
  border-bottom: 2px solid #669bc6;
  border-left: 2px solid #669bc6;
}
nav .links li a.safe:before {
  width: 20px;
  height: 21px;
  background-image: url("../images/icon-links_safe.svg");
}
nav .links li a.safe:hover {
  color: #fff;
  background: #669bc6;
}
nav .links li a.safe:hover:before {
  background-image: url("../images/icon-links_safe_hover.svg");
}
@media screen and (max-width: 768px) {
  nav .links li a.safe {
    border-right: 2px solid #669bc6;
  }
}
nav .links li a.access {
  color: #da6098;
  border-top: 2px solid #da6098;
  border-bottom: 2px solid #da6098;
  border-left: 2px solid #da6098;
}
nav .links li a.access:before {
  width: 15px;
  height: 20px;
  background-image: url("../images/icon-links_access.svg");
}
nav .links li a.access:hover {
  color: #fff;
  background: #da6098;
}
nav .links li a.access:hover:before {
  background-image: url("../images/icon-links_access_hover.svg");
}
@media screen and (max-width: 768px) {
  nav .links li a.access {
    border-right: 2px solid #da6098;
  }
}
nav .links li a.contact {
  color: #f39800;
  border-top: 2px solid #f39800;
  border-bottom: 2px solid #f39800;
  border-left: 2px solid #f39800;
}
nav .links li a.contact:before {
  width: 20px;
  height: 14px;
  background-image: url("../images/icon-links_mail.svg");
}
nav .links li a.contact:hover {
  color: #fff;
  background: #f39800;
}
nav .links li a.contact:hover:before {
  background-image: url("../images/icon-links_mail_hover.svg");
}
@media screen and (max-width: 768px) {
  nav .links li a.contact {
    border-right: 2px solid #f39800;
  }
}
nav .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  nav .menu {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
nav .menu li {
  padding-right: 28px;
  position: relative;
  color: #6a1510;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  nav .menu li {
    width: 50%;
    padding-right: 0;
    border-bottom: 1px solid #6a1510;
  }
}
nav .menu li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '・';
  display: inline-block;
  padding: 10px 0;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  nav .menu li:after {
    content: none;
  }
}
nav .menu li:last-child:after {
  content: none;
}
nav .menu li.home {
  display: none;
}
@media screen and (max-width: 768px) {
  nav .menu li.home {
    display: block;
    width: 100%;
  }
}
nav .menu li a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #6a1510;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px dashed transparent;
}
nav .menu li a:hover {
  border-bottom: 1px dashed #6a1510;
}
@media screen and (max-width: 768px) {
  nav .menu li a {
    padding: 15px 5px;
    display: block;
    border-bottom: 0;
  }
  nav .menu li a:hover {
    border-bottom: 0;
  }
}
nav .tel_wrap {
  position: absolute;
  top: 30px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  nav .tel_wrap {
    position: static;
    display: block;
  }
}
nav .tel_wrap .tel {
  text-align: center;
  margin-bottom: 5px;
}
nav .tel_wrap .tel a {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #6a1510;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 24px;
}
nav .tel_wrap .tel a:before {
  content: '';
  background-image: url("../images/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
nav .tel_wrap .time {
  color: #6a1510;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
nav .tel_wrap .notice {
  display: block;
  margin: 0px auto;
  font-size: 12px;
  max-width: 245px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  nav .tel_wrap .notice {
    display: block;
  }
}
/***********************************
 * section
 ***********************************/
section .category_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 13px;
}
section .category_title:before {
  content: '';
  background-image: url("../images/icon-leaves.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 45px auto 10px;
  width: 40px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  section .category_title:before {
    margin: 20px auto 10px;
  }
}
section .breadcrumb {
  margin: 20px 0 52px;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section .breadcrumb {
    display: none;
    margin: 10px 0 10px;
  }
}
section .breadcrumb a {
  color: #000;
  font-weight: normal;
}
section h1 {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 45px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  section h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section h1.faq_title:before {
  content: '';
  position: relative;
  top: 10px;
  background-image: url("../images/icon-question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
}
.h1_koshi.faq_title:before {
  background-image: url("../images/icon_cat_hari.png") !important;
}
.h1_hiza.faq_title:before {
  background-image: url("../images/icon_cat_hari.png") !important;
}
@media screen and (max-width: 768px) {
  section h1.faq_title:before {
    display: block;
    margin: 0 auto 15px;
  }
}
section h1.faq_title.question:before {
  background-image: url("../images/icon-question02.svg");
}
section h1.faq_title.diamond:before {
  background-image: url("../images/icon-diamond.svg");
}
section h1 + p {
  margin-bottom: 50px;
}
section .base_btn {
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #a1c945;
  color: #a1c945;
  max-width: 310px;
  width: 100%;
  position: relative;
}
section .base_btn:after {
  content: '';
  position: absolute;
  background-image: url("../images/link_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
}
section .base_btn:hover {
  background: #a1c945;
  color: #fff;
}
section .base_btn:hover:after {
  background-image: url("../images/link_arrow_hover.svg");
}
section.faq .tab_wrap {
  position: relative;
  background-color: #fff;
  padding-top: 59px;
}
@media screen and (max-width: 768px) {
  section.faq .tab_wrap {
    padding-top: 0;
  }
}
section.faq input[name=tab] {
  display: none;
}
section.faq .tab {
  z-index: 10;
}
section.faq .tab h2 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  section.faq .tab h2 {
    position: static;
  }
}
section.faq .tab label {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #ccc;
  padding: 12px 10px;
  text-align: center;
  max-width: 480px;
  width: 50%;
  display: block;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  section.faq .tab label {
    width: 100%;
    max-width: none;
    margin: auto !important;
  }
}
section.faq .tab label:before {
  content: '';
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}
section.faq .tab label:hover {
  cursor: pointer;
}
section.faq .tab label span {
  position: relative;
  top: -8px;
}
section.faq .tab .tab_content {
  display: none;
  padding: 25px 0;
  overflow: hidden;
  background: #f8f7f3;
}
@media screen and (max-width: 768px) {
  section.faq .tab .tab_content {
    display: block;
  }
}
section.faq .tab .tab_content ul {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.faq .tab .tab_content ul li {
  width: calc(50% - 17.5px);
}
section.faq .tab .tab_content ul li:nth-child(odd) {
  margin-right: 35px;
}
section.faq .tab .tab_content ul li.more {
  display: none;
  border: 0 !important;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  section.faq .tab .tab_content ul li {
    width: 100%;
    margin: 0 15px !important;
  }
  section.faq .tab .tab_content ul li:nth-child(n + 6):not(.more):not(.open) {
    display: none;
  }
  section.faq .tab .tab_content ul li.more {
    display: block;
  }
}
section.faq .tab .tab_content ul li a {
  display: block;
  padding: 10px 20px 10px 0;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  position: relative;
}
section.faq .tab .tab_content ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 8px;
  height: 14px;
}
section.faq .tab .tab_content ul li a.btn {
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
}
section.faq .tab .tab_content ul li a.btn:after {
  content: '';
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 8px;
}
section.faq .tab .tab_content ul li img {
  display: block;
  float: left;
  margin-right: 10px;
}
section.faq .tab .tab_content ul li h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  margin-bottom: 5px;
  padding-left: 70px;
  line-height: 1.3;
}
section.faq .tab .tab_content ul li p {
  font-size: 18px;
  padding-left: 70px;
}
section.faq .tab.sinkyu label {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  section.faq .tab.sinkyu label {
    background: #6a1510 !important;
  }
}
section.faq .tab.sinkyu label:before {
  background-image: url("../images/icon-hari.svg");
}
section.faq .tab.sinkyu .tab_content ul li {
  border-bottom: 1px dashed #6a1510;
}
section.faq .tab.sinkyu .tab_content ul li a:after {
  background-image: url("../images/sinkyu_link_arrow.svg");
}
section.faq .tab.sinkyu .tab_content ul li a.btn {
  border: 2px solid #6a1510;
  color: #6a1510;
}
section.faq .tab.sinkyu .tab_content ul li a.btn:after {
  background-image: url("../images/sinkyu_more_arrow.svg");
}
section.faq .tab.sinkyu .tab_content ul li h3 {
  color: #6a1510;
}
@media screen and (max-width: 768px) {
  section.faq .tab.seikotu {
    background: #f8f7f3;
  }
}
section.faq .tab.seikotu label {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  section.faq .tab.seikotu label {
    background: #a1c945 !important;
  }
}
section.faq .tab.seikotu label:before {
  background-image: url("../images/icon-seikotu.svg");
}
section.faq .tab.seikotu .tab_content ul li {
  border-bottom: 1px dashed #a1c945;
}
section.faq .tab.seikotu .tab_content ul li a:after {
  background-image: url("../images/seikotu_link_arrow.svg");
}
section.faq .tab.seikotu .tab_content ul li a.btn {
  border: 2px solid #a1c945;
  color: #a1c945;
}
section.faq .tab.seikotu .tab_content ul li a.btn:after {
  background-image: url("../images/seikotu_more_arrow.svg");
}
section.faq .tab.seikotu .tab_content ul li h3 {
  color: #a1c945;
}
section.faq input[name=tab]:checked + .tab {
  z-index: 5;
}
section.faq input[name=tab]:checked + .tab h2 {
  z-index: 5;
}
section.faq input[name=tab]:checked + .tab .tab_content {
  display: block;
}
section.faq input[name=tab]:checked + .tab.sinkyu label {
  background: #6a1510;
}
section.faq input[name=tab]:checked + .tab.seikotu label {
  background: #a1c945;
}
/** add 2018.08.28 s **/
@media screen and (max-width: 768px) {
  section.faq .tab.other {
    background: #f8f7f3;
  }
}
section.faq .tab.other label {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  section.faq .tab.other label {
    background: #a1c945 !important;
  }
}
section.faq .tab.other label:before {
  background-image: url("../images/icon-hari.svg");
}
section.faq .tab.other .tab_content ul li {
  border-bottom: 1px dashed #a1c945;
}
section.faq .tab.other .tab_content ul li a:after {
  background-image: url("../images/seikotu_link_arrow.svg");
}
section.faq .tab.other .tab_content ul li a.btn {
  border: 2px solid #a1c945;
  color: #a1c945;
}
section.faq .tab.other .tab_content ul li a.btn:after {
  background-image: url("../images/seikotu_more_arrow.svg");
}
section.faq .tab.other .tab_content ul li h3 {
  color: #a1c945;
}
section.faq input[name=tab]:checked + .tab.other label {
  background: #a1c945;
}
/** add 2018.08.28 e **/
section.contact {
  background: #f8f7f3;
  padding-top: 1px;
  padding-bottom: 1px;
}
section.contact h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  text-align: center;
  margin: 15px 0 10px;
}
section.contact h2 + p {
  text-align: center;
  margin-bottom: 5px;
}
section.contact .link_btn {
  text-align: center;
  margin-bottom: 50px;
}
section.contact .info {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.contact .info {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.contact .info > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.contact .info .tel_wrap {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.contact .info .tel_wrap {
    margin-bottom: 10px;
  }
}
section.contact .info .tel_wrap:after {
  position: absolute;
  content: '';
  height: 100px;
  width: 1px;
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.contact .info .tel_wrap:after {
    content: none;
  }
}
section.contact .info .tel_wrap .tel a {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 36px;
  color: #000;
  text-decoration: none;
}
section.contact .info .tel_wrap .tel a:before {
  content: '';
  background-image: url("../images/icon-tel02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 51px;
  height: 24px;
  margin-right: 5px;
}
section.contact .info .tel_wrap .time {
  font-size: 14px;
  margin-bottom: 10px;
}
section.contact .info .tel_wrap .notice {
  font-size: 16px;
}
section.contact .info .tel_wrap .notice a {
  color: #000;
}
section.contact .info .mail_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.contact .info .mail_wrap .mail a {
  max-width: 320px;
  color: #fff;
  padding: 15px 10px;
  background: #f39800;
  border-radius: 5px;
}
section.contact .info .mail_wrap .mail a:before {
  content: '';
  background-image: url("../images/icon-contact_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
section.contact .info .mail_wrap .mail a:hover {
  color: #f39800;
  background: #fff;
}
section.contact .info .mail_wrap .mail a:hover:before {
  background-image: url("../images/icon-contact_mail_hover.svg");
}
section.access {
  padding-bottom: 1px;
}
section.access h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  text-align: center;
  margin: 55px 0 45px;
  line-height: 1.3;
  padding: 0 10px;
}
section.access h2:before {
  content: '';
  position: relative;
  top: 10px;
  background-image: url("../images/icon-access.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  width: 29px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  section.access h2:before {
    display: block;
    margin: 0 auto 15px;
  }
}
section.access .info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.access .info {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.access .info > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.access .info .photo {
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.access .info .photo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
section.access .info .detail table {
  width: 100%;
}
section.access .info .detail table th, section.access .info .detail table td {
  padding: 10px 5px;
  border: 0px;
  border-bottom: 1px dashed #000;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  section.access .info .detail table th, section.access .info .detail table td {
    display: block;
  }
}
section.access .info .detail table th {
  width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  section.access .info .detail table th {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  section.access .info .detail table td {
    padding-top: 0;
  }
}
section.access .map .frame_wrap {
  height: 350px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.access .map .frame_wrap {
    height: 250px;
  }
}
section.access .map .frame_wrap .map_canvas {
  height: 350px;
}
@media screen and (max-width: 768px) {
  section.access .map .frame_wrap .map_canvas {
    height: 250px;
  }
}
section.access .map .btn {
  display: block;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  section.access .map .btn {
    margin: 0 auto 55px;
  }
}
section.faq_detail .content {
  background: #f8f7f3;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section.faq_detail .content {
    padding: 40px 0 60px;
  }
}
section.faq_detail h1 {
  margin-bottom: 35px;
}
section.faq_detail .faq_answer {
  overflow: hidden;
  margin-bottom: 30px;
}
section.faq_detail .faq_answer .photo {
  float: right;
  position: relative;
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  section.faq_detail .faq_answer .photo {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
section.faq_detail .faq_answer .photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
}
section.faq_detail .faq_answer .text {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  section.faq_detail .faq_answer .text {
    width: 100%;
    margin-right: 0;
  }
}
section.faq_detail .faq_answer .text .hukidasi {
  padding: 20px;
  margin-bottom: 15px;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.15));
  position: relative;
  background: #fff;
}
section.faq_detail .faq_answer .text .hukidasi:after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 0;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
}
@media screen and (max-width: 768px) {
  section.faq_detail .faq_answer .text .hukidasi:after {
    top: -20px;
    right: 0;
    bottom: auto;
    left: 0;
    border-top: 0;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
  }
}
@media (-ms-high-contrast: none) {
  section.faq_detail .faq_answer .text .hukidasi {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
  }
  section.faq_detail .faq_answer .text .hukidasi:before {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
    margin: auto;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px) {
  section.faq_detail .faq_answer .text .hukidasi:before {
    top: -13px;
    right: 0;
    bottom: auto;
    left: 0;
  }
}
@media (-ms-high-contrast: none) {
  section.faq_detail .faq_answer .text .hukidasi:after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px) {
  section.faq_detail .faq_answer .text .hukidasi:after {
    top: -13px;
    right: 0;
    bottom: auto;
    left: 0;
  }
}
section.faq_detail .faq_answer .text .author {
  margin-top: 5px;
  text-align: right;
}
section.faq_detail .voice {
  position: relative;
  padding-top: 25px;
  padding-left: 10px;
}
section.faq_detail .voice .title {
  padding: 6px 15px 8px;
  background: #a1c945;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
section.faq_detail .voice .title:before {
  content: '';
  position: relative;
  top: 4px;
  background-image: url("../images/icon-voice.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
  width: 25px;
  height: 25px;
}
section.faq_detail .voice .title:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #6b862e;
  border-right: 0;
  border-bottom: 0;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
}
section.faq_detail .voice .photo_text {
  background: #fff;
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  section.faq_detail .voice .photo_text {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.faq_detail .voice .photo_text .photo {
  max-width: 200px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.faq_detail .voice .photo_text .photo {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none;
    width: 100%;
  }
}
section.faq_detail .voice .photo_text .text {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.faq_detail .voice .photo_text .text .name {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
section.faq_detail_relation {
  padding: 60px 0;
}
section.faq_detail_relation .items .item {
  position: relative;
  overflow: hidden;
}
section.faq_detail_relation .items .item .accordion {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
section.faq_detail_relation .items .item h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  padding: 3px 40px 20px;
  border-bottom: 1px dashed #a1c945;
  line-height: 1.3;
  position: relative;
  z-index: 10;
}
section.faq_detail_relation .items .item h2:hover {
  cursor: pointer;
}
section.faq_detail_relation .items .item h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/icon-question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
section.faq_detail_relation .items .item .item_content {
  margin: 20px 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.item_content:last-child {
  margin-bottom: 0px;
}
section.faq_detail_relation .items .item .item_content .photo_text {
  overflow: hidden;
}
section.faq_detail_relation .items .item .item_content .photo_text .photo {
  float: left;
  margin: 0 20px 20px 0;
}
/* add 2018/09/05 K.Ohno S */
section.faq_detail_relation .text {
  padding-bottom: 20px;
}
section.faq_detail_relation ul li h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-left: 5px solid #a1c945;
  padding: 5px 0 5px 10px;
  text-align: left;
  font-weight: bolder;
}
/* --- H4 --- */
section.faq_detail_relation ul li h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  padding: 25px 0px 12px 0px;
  text-align: left;
  font-weight: bolder;
}
section.faq_detail_relation ul li h4::before {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  text-align: left;
  font-weight: bolder;
  color: #A1C945;
  content: "■ ";
}
/* --- H5 --- */
section.faq_detail_relation ul li h5 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  padding: 25px 0px 12px 0px;
  text-align: left;
  font-weight: bolder;
  border-bottom: 1px dashed #A1C945;
  min-width: 300px;
}
/* add 2018/09/05 K.Ohno E */
@media screen and (max-width: 768px) {
  section.faq_detail_relation .items .item .item_content .photo_text .photo {
    float: none;
    margin: 0 auto 20px auto;
    display: block;
  }
}
section.faq_detail_relation .items .item .item_content .photos {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.faq_detail_relation .items .item .item_content .photos {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.faq_detail_relation .items .item .item_content .photos .photo {
  margin-right: 20px;
}
section.faq_detail_relation .items .item .item_content .photos .photo:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  section.faq_detail_relation .items .item .item_content .photos .photo {
    width: auto;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
section.safety {
  padding: 60px 0;
  background: #f8f7f3;
}
section.safety h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
section.safety h2 + p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 10px;
}
section.safety .photos {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.safety .photos {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.safety .photos .photo {
  width: calc(100% / 3);
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  section.safety .photos .photo {
    width: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
section.safety .text {
  margin-bottom: 25px;
}
section.safety .hari {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.safety .hari {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.safety .hari .item {
  background: #fff;
  padding: 30px 0;
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.safety .hari .item {
    margin: 0 auto 10px;
  }
}
section.safety .hari .item > * {
  display: block;
  max-width: 210px;
  margin: auto;
}
section.safety .hari .item .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
section.safety .hari .item img {
  margin-bottom: 5px;
}
section.faq_detail_contact {
  margin-top: 59px;
  background: #fff;
}
section.faq_others {
  background: #f8f7f3;
  padding: 60px 0;
}
section.faq_others h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
  padding: 0 10px;
}
section.faq_others h2:before {
  content: '';
  position: relative;
  top: 10px;
  background-image: url("../images/icon-question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 490px) {
  section.faq_others h2:before {
    display: block;
    margin: 0 auto 15px;
  }
}
section.faq_others ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section.faq_others ul {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }
}
section.faq_others ul li:not(.more) {
  width: calc(50% - 17.5px);
  margin-right: 35px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #a1c945;
}
section.faq_others ul li:not(.more):nth-child(even) {
  margin-right: 0;
}
section.faq_others ul li:not(.more):nth-child(n + 7):not(.more):not(.open) {
  display: none;
}
@media screen and (max-width: 768px) {
  section.faq_others ul li:not(.more) {
    width: 100%;
    margin-right: 0;
  }
}
section.faq_others ul li:not(.more) a {
  position: relative;
  display: block;
  padding-left: 40px;
  text-decoration: none;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 1.5;
}
section.faq_others ul li:not(.more) a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon-question.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
section.faq_others .more {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
section.faq_others .more a:after {
  width: 14px;
  height: 8px;
  background-image: url("../images/more_arrow.svg");
}
section.faq_others .more a:hover:after {
  background-image: url("../images/more_arrow_hover.svg");
}
section.sites {
  padding: 60px 0;
}
section.sites h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
section.sites ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.sites ul li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}
section.sites ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 940px) {
  section.sites ul li {
    width: calc((100% - 40px) / 3);
  }
  section.sites ul li:nth-child(4n) {
    margin-right: 20px;
  }
  section.sites ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 490px) {
  section.sites ul li {
    width: calc((100% - 20px) / 2);
  }
  section.sites ul li:nth-child(3n) {
    margin-right: 20px;
  }
  section.sites ul li:nth-child(2n) {
    margin-right: 0;
  }
}
section.sites ul li a {
  display: inline-block;
}
section.sites ul li a:hover {
  opacity: 0.8;
}
section.sites ul li.pamphlet {
  padding-top: 40px;
  width: 100%;
  text-align: center;
}
section.sites ul li.pamphlet a:not(:first-child) {
  display: none;
}
/***********************************
 * footer
 ***********************************/
footer {
  background: #f8f7f3;
}
footer .to_top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #a1c945;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  z-index: 50;
}
footer .to_top img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer nav {
  background: #6a1510;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  footer nav {
    display: none;
  }
}
footer nav .menu li:after {
  color: #fff;
}
footer nav .menu li a {
  color: #fff;
}
footer nav .menu li a:hover {
  text-decoration: underline;
}
footer .contact {
  padding-top: 30px;
}
footer .contact .info {
  margin-bottom: 15px;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  max-width: 200px;
}
footer .address {
  text-align: left;
  font-size: 14px;
  width: 231px;
  margin: 0 auto 30px;
}
footer .copyright {
  text-align: center;
  background: #fff;
  font-size: 14px;
  padding: 10px 0;
}
/*# sourceMappingURL=style.css.map */
/* /////////////// add 2018/08/22 K.Ohno /////////////// */
/***********************************
 * option
 ***********************************/
.block {
  margin: 0px auto;
  display: inline-block;
}
.block_description {
  text-align: center;
}
.clearfix::after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.photobox_div {
  margin: 0px auto;
  padding-top: 15px;
  padding-bottom: 25px;
  max-width: 600px;
  text-align: center;
}
.photobox_div_large {
  margin: 0px auto;
  max-width: 900px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.photobox_div_ex {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.photobox_div_product {
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 900px;
  text-align: center;
}
.photobox_div_corset {
  margin: 0px auto;
  max-width: 900px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.photobox_div_large .block {
  padding: 5px 15px 5px 15px;
}
.photobox_div_ex .block {
  padding: 5px 15px 5px 15px;
}
.photobox_div_product .block {
  padding: 5px 10px 5px 10px;
}
.photobox_div_corset .block {
  padding: 5px 15px 5px 15px;
}
.photobox_div_corset .block img {
  width: 230px;
  height: auto;
}
.sogei {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-bottom: 1px dashed #a1c945;
  padding: 0 0 10px 0;
  text-align: center;
}
.sogei_span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-left: 5px solid #a1c945;
  padding: 0 0 5px 10px;
  text-align: center;
}
.chiryo_span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.radius_01 {
  border-radius: 10px;
}
.link a:link {
  text-decoration: none;
  color: #4C4C4B;
}
.link a:hover {
  text-decoration: none;
  color: #A1C945;
}
.link a:visited {
  text-decoration: none;
  color: #4C4C4B;
}
.link a:active {
  text-decoration: none;
  color: #A1C945;
}
.cp_table *, .cp_table *:before, .cp_table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table {
  width: 100%;
  border-collapse: collapse;
}
.cp_table th, .cp_table td {
  padding: 15px;
  border: 1px solid #dddddd;
}
.cp_table th {
  width: 30%;
  text-align: left;
  background: #f4f4f4;
}
.cp_table td {
  vertical-align: middle;
}
.size60 img {
  height: 60px;
  width: 60px;
}
/* /////////////// add 2018/09/04 K.Ohno /////////////// */
.basic_margin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.chiryo_photo {
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  max-width: 800px;
}
.dec_none a link:visited {
  text-decoration: none;
}
.dec_none a link:active {
  text-decoration: none;
}
.dec_none a link:hover {
  text-decoration: none;
}
.table_wrapper {
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 800px;
  text-align: center;
  padding: 0 12px 0 12px;
}
.td_title {
  max-width: 70px;
}
.td_header {
  background-color: #F5F5F5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-left: 5px solid #a1c945;
  padding: 0 0 5px 10px;
  text-align: center;
}
/* ツールチップ */
a:hover.tooltip {
  background: #ffffff; /* IE6以下で必要 */
  text-decoration: none;
  z-index: 1000;
}
a.tooltip span {
  display: none;
  padding: 8px;
  font-size: 14px;
  margin-left: 8px;
  line-height: 1.6;
  z-index: 1000;
}
a:hover.tooltip span {
  display: inline-block;
  position: absolute;
  background-color: #FFF7EE;
  border: 1px solid #cccccc;
  color: #000000;
  max-width: 350px; /* a.tooltip spanに指定すると、IE6以下でspanの領域でマウスが反応してしまう */
  font-weight: normal;
  z-index: 1000;
}
a.tooltip {
  text-decoration: none;
  font-weight: bold;
  z-index: 1000;
}
.name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#comment:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: url("https://princenekretnine.com/css/fontawesome-free-5.0.6/advanced-options/raw-svg/regular/comment-alt.svg");*/
  background-image: url("../images/koe_icon_migi.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
}
#kanja:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: url("https://princenekretnine.com/css/fontawesome-free-5.0.6/advanced-options/raw-svg/regular/comment-alt.svg");*/
  background-image: url("../images/koe_icon_migi.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
}
#bosyu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: url("https://princenekretnine.com/css/fontawesome-free-5.0.6/advanced-options/raw-svg/regular/comment-alt.svg");*/
  background-image: url("../images/koe_icon_migi.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
}
.photo_c {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  max-height: 420px;
}
.chiryo_hoken {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-left: 10px solid #a1c945;
  padding: 0 0 5px 10px;
  text-align: center;
}
.jibaiseki {
  border-left: 12px solid #FD8FD2;
  display: inline-block;
  margin-bottom: 10px;
}
.rousai {
  border-left: 12px solid #E3161A;
  display: inline-block;
  margin-bottom: 10px;
}
.seikotuin {
  border-left: 12px solid #DFB5B5;
  display: inline-block;
  margin-bottom: 10px;
}
.sinkyuin {
  border-left: 12px solid #FFA899;
  display: inline-block;
  margin-bottom: 10px;
}
.jihi {
  border-left: 12px solid #F7D5E3;
  display: inline-block;
  margin-bottom: 10px;
}
.sr {
  border-left: 12px solid #04B431;
  display: inline-block;
  margin-bottom: 10px;
}
.jibaiseki_s {
  color: #FD8FD2;
  display: inline-block;
  margin-right: 5px;
}
.rousai_s {
  color: #E3161A;
  display: inline-block;
  margin-right: 5px;
}
.seikotuin_s {
  color: #DFB5B5;
  display: inline-block;
  margin-right: 5px;
}
.sinkyuin_s {
  color: #FFA899;
  display: inline-block;
  margin-right: 5px;
}
.jihi_s {
  color: #F7D5E3;
  display: inline-block;
  margin-right: 5px;
}
.sr_s {
  color: #04B431;
  display: inline-block;
  margin-right: 5px;
}
.etc_s {
  color: #FD8FD2;
  display: inline-block;
  margin-right: 5px;
}
.none_s {
  color: black;
  display: inline-block;
  margin-right: 5px;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  /*margin: 1.5em 0 1.5em 15px;*/
  padding: 7px 10px;
  ;
  min-width: 65%;
  color: #555;
  background: #F5F5F5;
  border-radius: 10px;
}
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #F5F5F5;
}
.box26 {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #A1C945;
  border-radius: 10px;
  background: #F8F7F3;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 3px 19px;
  height: 30px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 20px;
  background: #A1C945;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px 0 0 0;
}
.box26 p {
  margin: 0;
  padding: 0;
}
/*-- Voice --*/
.voice_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #A1C945;
  border-radius: 10px;
  background: #F8F7F3;
}
.voice_container .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 3px 19px;
  height: 30px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 20px;
  background: #A1C945;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px 0 0 0;
}
.voice_photo {
  margin-top: 20px;
  margin-bottom: 10px;
}
.voice_text {
  margin-top: 20px;
  max-width: 500px;
}
.voice_text p {
  padding-left: 10px;
}
.tooltip_wrapper {
  display: none;
}
.dotted_line {
  border-bottom: 1px dashed #74B23A;
}
.dotted_line:link {
  color: darkorange;
  border-bottom: 1px dashed darkorange;
  font-weight: normal;
}
.dotted_line:visited {
  color: #333;
  border-bottom: 1px dashed #333;
}
.dotted_line:hover {
  color: #74B23A;
  border-bottom: 1px dashed #74B23A;
}
.dotted_line:active {
  border-bottom: 1px dashed #74B23A;
}
.video {
  width: 560px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.box_check {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 2px #2d6983;
  border-radius: 8px;
}
.box_check a:link {
  color: #2d6983;
}
.box_check a:visited {
  color: #2d6983;
}
.box_check a:hover {
  color: #A1C945;
}
.box_check a:active {
  color: #2d6983;
}
.box_check .box-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #2d6983;
  font-weight: bold;
}
.box_check p {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.box_good {
  margin-bottom: 10px;
  background: #dcefff;
  border-radius: 8px;
}
.box_good .box-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2em;
  background: #5fb3f5;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 8px 8px 0 0;
}
.box_good p {
  padding: 15px 20px;
  margin: 0;
  line-height: 2em;
}
.box_bad {
  background: #ffdce4;
  margin-bottom: 30px;
  border-radius: 8px;
}
.box_bad .box-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2em;
  background: #f55f6d;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 8px 8px 0 0;
}
.box_bad p {
  padding: 15px 20px;
  margin: 0;
  line-height: 2em;
}
.img_general {
  display: block;
  margin: 0px auto;
  margin-top: 5px;
  margin-bottom: 15px;
}
.imgsize_llarge {
  max-width: 400px !important;
  height: auto;
}
.imgsize_large {
  max-width: 350px !important;
  height: auto !important;
}
.imgsize_medium {
  max-width: 300px !important;
  height: auto !important;
}
.imgsize_small {
  max-width: 250px !important;
  height: auto;
}
.txt_small {
  font-size: 17px;
}
.color_green {
  color: #A1C945;
}
.img_samoare {
  width: 225px;
  height: auto;
}
.video_general {
  display: block;
  margin: 0px auto;
  margin-bottom: 15px;
  width: 90%;
  height: 335px;
}
.chiryo_txt {
  display: inline-block;
  max-width: 350px;
  padding-top: 15px;
}
.moji_blue {
  color: #669BC6;
}
.moji_red {
  color: #DA6098;
}
.product_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding-bottom: 5px;
}
.bg_brown {
  padding: 20px 10px 20px 10px;
  background-color: #F8F7F3;
  border-radius: 10px;
}
.txt_futoji {
  font-weight: bold;
}
/* 治療費用 */
.chiryohi_wrapper {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}
.chiryohi_main {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.chiryohi_cell {
  display: block;
  max-width: 350px;
}
.chiryohi_cell p {
  padding-top: 0px;
  padding-bottom: 20px;
}
.bs_20 {
  padding-top: 20px;
}
.pdg_btm_10 {
  padding-bottom: 10px;
}
.pdg_btm_15 {
  padding-bottom: 15px;
}
.mgn_btm_10 {
  margin-bottom: 10px;
}
.mgn_btm_15 {
  margin-bottom: 15px;
}
.mgn_btm_20 {
  margin-bottom: 20px;
}
.border_around_gray {
  border: 1px solid #e8e8e8;
}
.midasi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  padding: 25px 0px 5px 0px;
  text-align: left;
  font-weight: bolder;
  border-bottom: 1px dashed #A1C945;
  min-width: 300px;
}
.txt_naname {
  font-style: oblique;
}
.nagare {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  text-align: center;
  border-bottom: dashed 1px #9A9A9A;
  padding-top: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.replybox {
  position: relative;
  background: #F8F7F3;
  border: 1px solid #A1C945;
  max-width: 65%;
  margin-left: auto;
  margin-top: 15px;
  margin-right: 12px;
  border-radius: 10px;
}
.replybox_txt {
  padding: 10px 15px 10px 15px;
  color: #323232;
  font-size: 18px;
}
.replybox_name {
  text-align: right;
  padding: 0px 12px 5px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #A1C945;
}
.replybox:after, .replybox:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.replybox:after {
  border-color: rgba(161, 201, 69, 0);
  border-left-color: #F8F7F3;
  border-width: 10px;
  margin-top: -10px;
}
.replybox:before {
  border-color: rgba(161, 201, 69, 0);
  border-left-color: #A1C945;
  border-width: 11px;
  margin-top: -11px;
}
.tel_wrap2 {
  position: static;
  display: block;
  width: 330px;
  margin-left: auto;
  margin-top: 15px;
}
.tel_wrap2 .tel {
  text-align: center;
  margin-bottom: 0px;
}
.tel_wrap2 .tel a {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #6a1510;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
  font-size: 24px;
}
.tel_wrap2 .tel a:before {
  content: '';
  background-image: url("../images/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.tel_wrap2 .time {
  color: #6a1510;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
.tel_wrap2 .notice {
  color: #6a1510;
  display: block;
  font-size: 13px;
}
/* tel3  s */
.tel_wrap3 {
  position: static;
  display: block;
  width: auto;
  margin: auto;
  margin-top: 15px;
}
.tel_wrap3 .tel {
  text-align: center;
  margin-bottom: 0px;
}
.tel_wrap3 .tel a {
  font-family: Arial, Helvetica, sans-serif;
  color: #6a1510;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
  font-size: 24px;
}
.tel_wrap3 .tel a:before {
  content: '';
  background-image: url("../images/icon-tel02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.tel_wrap3 .time {
  color: #6a1510;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
.tel_wrap3 .notice {
  color: #6a1510;
  display: block;
  font-size: 13px;
}
/* tel3  e */
/* tel4  s */
.tel_wrap4 {
  position: static;
  display: none;
  width: auto;
  margin: auto;
  margin-top: 15px;
}
.tel_wrap4 .tel {
  text-align: center;
  margin-bottom: 0px;
}
.tel_wrap4 .tel a {
  font-family: Arial, Helvetica, sans-serif;
  color: #6a1510;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
  font-size: 24px;
}
.tel_wrap4 .tel a:before {
  content: '';
  background-image: url("../images/icon-tel02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.tel_wrap4 .time {
  color: #6a1510;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
.tel_wrap4 .notice {
  color: #6a1510;
  display: block;
  font-size: 13px;
}
/* tel4  e */
@media screen and (max-width: 768px) {
  .tel_wrap2 {
    position: static;
    display: block;
    width: 300px;
    margin: auto;
  }
  .tel_wrap3 {
    position: static;
    display: none;
    width: 300px;
    margin: auto;
  }
  .tel_wrap4 {
    position: static;
    display: block;
    width: auto;
    margin: auto;
  }
}
.yoyaku_wrapper {
  background-color: #6a1510;
  color: white;
  padding-top: 5px;
  border-radius: 5px;
}
.kochira_wrapper {
  background-color: #6a1510;
  color: white;
  padding: 15px 0 15px 0;
  border-radius: 5px;
}
.corset_wrapper {
  background-color: #f7f7f7;
  color: white;
  padding-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.yoyaku_wrapper a:link {
  color: #f7f7f7;
}
.yoyaku_wrapper a:visited {
  color: #f7f7f7;
}
.yoyaku_wrapper a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.yoyaku_wrapper a:active {
  color: #f7f7f7;
}
.yoyaku_wrapper_white {
  font-weight: 600;
  color: #6a1510;
  padding-top: 5px;
  border-radius: 5px;
  border: 1px solid #6a1510;
}
.d_block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#begineer::before {
  background-image: url("../images/icon-leaves.svg");
}
#first::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/icon-first.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
#second::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/icon-second.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
#third::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/icon-third.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
#four::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/icon-four.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
#five::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/icon-five.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.raiin_okaeri {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 0px 0px 45px 0px;
}
/*.raiin_okaeri::before{
	display: block;
	margin:auto;
	padding: 0px 0px 15px 0px;
	width: 200px;
	content: " ";
	border-top:1px solid #a1c345;
}*/
.raiin_okaeri::after {
  display: block;
  margin: auto;
  margin-top: 5px;
  width: 200px;
  content: " ";
  border-top: 1px dashed #a1c345;
}
.checkmore {
  padding-top: 10px;
  padding-bottom: 20px;
}
.checkmore h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dashed #a1c345;
  padding-bottom: 8px;
}
.checkmore h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-left: 5px solid #a1c945;
  padding: 5px 0 5px 10px;
  text-align: left;
  font-weight: bolder;
}
.checkmore p {
  color: #333333;
}
/*-- 治療Flexbox --*/
.chiryo_parent {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  border-bottom: 1px dashed #cccccc;
}
@media screen and (max-width: 768px) {
  .chiryo_parent {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 8px;
    border-bottom: 1px dashed #cccccc;
  }
}
.chiryo_child_img {
  align-self: center;
  padding: 5px 5px 5px 5px;
  min-width: 30%;
}
.chiryo_child_txt {
  padding: 5px 5px 5px 5px;
  align-self: center;
}
.chiryo_child_txt span {
  display: block;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #a1c345;
}
.chiryo_child_txt p {
  line-height: 1.7em;
  color: #333333;
}
.chiryo_title {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 5px;
}
.chiryo_title::before {
  content: " ";
  border-left: 5px solid #a1c345;
  padding-right: 5px;
}
.table_ryokin {
  display: block;
  width: auto;
  padding-bottom: 15px;
}
.table_ryokin tr td {
  padding: 8px 5px 8px 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D0BD97;
  width: 10%;
  font-size: 16px;
}
.table_ryokin tr th {
  padding: 8px 5px 8px 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D0BD97;
  width: 20%;
  max-width: 300px;
  font-size: 16px;
}
.bg_pink {
  background-color: #FFCCCC;
}
.bg_samonpink {
  background-color: #FFF0F0;
}
.bg_yellow {
  background-color: #FFD886;
}
.bg_lightyellow {
  background-color: #FFF7E6;
}
.bg_gray {
  background-color: #F2EEE3;
}
.bg_lightgray {
  background-color: #F9F7F1;
}
.table_kensa {
  display: block;
  padding-bottom: 15px;
}
.td_kensa {
  padding: 8px 5px 8px 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D0BD97;
  font-size: 16px;
  width: auto;
}
.td_kensa_description {
  padding: 8px 5px 8px 5px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #D0BD97;
  font-size: 16px;
  width: auto;
}
.td_ryokin {
  padding: 8px 5px 8px 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D0BD97;
  font-size: 16px;
  width: 30%;
}
.kensa_title {
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 600;
}
/* 連携医療機関用ページ用 */
.renkei_iryo .midashi {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 5px 0px 25px 5px;
}
.renkei_iryo .midashi::before {
  position: absolute;
  content: " ";
  border-bottom: 4px solid #ccc;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.renkei_iryo .midashi::after {
  position: absolute;
  content: " ";
  border-bottom: 4px solid #a1c345;
  width: 20%;
  bottom: 15px;
  left: 0;
}
.renkei_iryo .komidashi {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 15px 0px 8px 0px;
}
.renkei_iryo .komidashi::before {
  content: " ";
  border-left: 5px solid #ccc;
  padding-right: 5px;
}
.hpname {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
/* 連携医療機関テーブル */
.table_renkei {
  display: block;
  width: auto;
  padding-bottom: 15px;
}
.table_renkei tr td {
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  border: 1px solid #D0BD97;
  width: 10%;
  font-size: 16px;
}
.table_renkei tr th {
  padding: 8px 5px 8px 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D0BD97;
  width: 20%;
  max-width: 300px;
  font-size: 16px;
}
/* 当院の特徴ページ用 */
.tokucho {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 15px 0px 8px 0px;
}
.tokucho_wrapper {
  display: table;
  padding: 15px 0px 15px 0px;
}
.tokucho_txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.tokucho_no {
  display: table-cell;
  vertical-align: middle;
  padding-right: 12px;
  border-right: 5px solid #ccc;
}
.tokucho_no p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: 600;
  text-align: right;
  color: #a1c345;
  min-width: 50px;
}
.main_content {
  padding-bottom: 20px;
}
/* スタッフ紹介用FLEXBOX */
.staff_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.staff_content {
  padding-top: 20px;
  margin-left: 7px;
  margin-right: 7px;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .staff_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .staff_content {
    width: 45%;
  }
}
.staff_content img {
  display: block;
  margin: auto;
  padding-bottom: 5px;
}
.staff_content .staffname {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
}
.staff_content .staffvoice {
  margin: auto;
  max-width: 140px;
  padding-top: 5px;
  font-size: 14px;
  text-align: left;
  line-height: 1.3em;
}
/* 受付紹介用FLEXBOX */
.uketsuke_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.uketsuke_content {
  padding-top: 20px;
  margin-left: 7px;
  margin-right: 7px;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .uketsuke_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .uketsuke_content {
    width: 45%;
  }
}
.uketsuke_content img {
  display: block;
  margin: auto;
  padding-bottom: 5px;
}
.uketsuke_content .staffname {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
}
.uketsuke_content .staffvoice {
  margin: auto;
  max-width: 140px;
  padding-top: 5px;
  font-size: 14px;
  text-align: left;
  line-height: 1.3em;
}
.access {
  display: block;
  margin: auto;
  width: 80%;
}
.img_title {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.img_height_300 {
  height: 300px;
  width: auto;
}
/*-- 患者様の声Flexbox ここから --*/
.review_parent {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #e3e3e3;
}
@media screen and (max-width: 768px) {
  .review_parent {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 8px;
    border-bottom: 1px dashed #cccccc;
  }
}
.review_child_img {
  align-self: center;
  padding: 5px 5px 5px 5px;
  min-width: 30%;
}
.review_child_img_top {
  align-self: flex-start;
  padding: 5px 5px 5px 5px;
  min-width: 30%;
}
.review_child_img_top img {
  display: block;
  margin: auto;
  max-width: 250px;
}
.review_child_txt {
  padding: 5px 5px 5px 15px;
  width: 65%;
}
.review_child_txt h4 {
  padding: 25px 0 !important;
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .review_child_img_top {
    width: 100%;
  }
  .review_child_txt {
    padding: 5px 5px 5px 5px;
    width: 100%;
  }
}
.review_child_txt span {
  display: block;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #a1c345;
}
.review_child_txt p {
  line-height: 1.7em;
  color: #333333;
}
.review_title {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 5px;
}
.review_title::before {
  content: " ";
  border-left: 5px solid #a1c345;
  padding-right: 5px;
}
.voicemidashi:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/koe_icon_migi.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
}
/*-- 患者様の声Flexbox ここまで --*/
.review_font {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
.review_area {
  letter-spacing: 0.01em;
  line-height: 1.7em;
  color: #e3e3e3;
  padding: 20px;
  background-color: rgba(211, 211, 211, 0.2);
  border-radius: 5px;
  margin-bottom: 15px;
}
.img_title {
  text-align: center;
  padding: 10px;
}
.incho_message {
  padding: 20px;
  background: rgba(161, 201, 69, 0.3);
  border-radius: 5px;
  margin-bottom: 30px;
}
.diamondmidashi:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: url("https://princenekretnine.com/css/fontawesome-free-5.0.6/advanced-options/raw-svg/regular/comment-alt.svg");*/
  background-image: url("../images/icon-diamond.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
}
.imgsize_xsmall {
  width: 180px;
  height: auto;
}
.img_center {
  display: block;
  margin: auto;
}
/* 姫診療 */
.midashi_pink {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 5px 0px 25px 5px;
}
.midashi_pink::before {
  position: absolute;
  content: " ";
  border-bottom: 4px solid #ccc;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.midashi_pink::after {
  position: absolute;
  content: " ";
  border-bottom: 4px solid #FFC0CB;
  width: 20%;
  bottom: 15px;
  left: 0;
}
.bg_hime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(../images/bghime.svg);
  background-repeat: no-repeat;
  background-position: center;
}
section.btnmenu {
  padding: 30px 0px 10px 0px;
}
.in_btn {
  display: flex;
  justify-content: space-between;
}
.in_btn a {
  display: block;
  padding: 10px;
  width: 32%;
  font-size: 20px;
  font-weight: 700;
  background-color: #f5f5f5;
  text-align: center;
  border: 1px solid #6B360A;
  border-radius: 5px;
}
.in_btn a:link {
  color: #6B360A;
}
.in_btn a:visited {
  color: #6B360A;
}
.in_btn a:hover {
  color: white;
  background-color: #6B360A;
}
.in_btn a:active {
  color: #6B360A;
}
.imgsize_himeicon {
  position: absolute;
  height: 25px;
  width: auto;
  bottom: 7px;
}
.komidashi_hime {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 15px 0px 8px 0px;
}
.komidashi_hime::before {
  content: ' ';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/daisy.svg);
  background-size: contain;
  vertical-align: middle;
  padding-bottom: 9px;
  padding-right: 15px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .in_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .in_btn a {
    display: block;
    padding: 10px;
    margin: 5px 0px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #6B360A;
    border-radius: 5px;
  }
}
.tantou {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-left: 5px solid #a1c945 !important;
  padding: 5px 0 5px 8px !important;
  text-align: left;
  font-weight: bolder;
}
.border_gray {
  border: 1px solid #f5f5f5;
}
.voice_sub_wrapper {
  display: flex;
}
.voice_sub_block {
  align-self: center;
}
.voice_sub_block p {
  padding-left: 10px;
}
.voice_sub_block p img {
  padding-left: 3px;
  width: 22px;
}
/*-- カレンダー用 --*/
.kyukabox_wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  padding-top: 30px;
}
.kyukabox_img {
  width: 19%;
}
.kyukabox_senmon {
  width: 19%;
}
.kyukabox_txt {
  padding-left: 20px;
  padding-right: 20px;
  width: 76%;
}
.kyukabox_txt p {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .kyukabox_img {
    width: 100%;
  }
  .kyukabox_txt {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}
.calenderbox_wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.calenderbox_child {
  width: 30%;
}
.calenderbox_child img {
  display: block;
  margin: auto;
  padding: 5px 5px 5px 5px;
}
@media screen and (max-width: 768px) {
  .calenderbox_child {
    width: 50%;
  }
}
.komidashi_basic {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0px 0px 8px 0px;
}
.komidashi_basic::before {
  content: " ";
  border-left: 5px solid #ccc;
  padding-right: 5px;
}
.komidashi_pink {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0px 0px 8px 0px;
}
.komidashi_pink::before {
  content: " ";
  border-left: 5px solid #FFC0CB;
  padding-right: 5px;
}
.senmon_box {
  display: inline-block;
  width: 120px;
  padding: 2px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #f5f5f5;
  background-color: #6B360A;
  text-align: center;
  border-radius: 3px;
}
.comment_midashi {
  font-size: 16px;
  padding: 15px 5px 5px 0px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 5px;
}
/* バナー下カレンダー用 */
.topcalender_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.topclender_child {
  padding: 5px;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .topclender_child {
    width: 48%;
  }
}
.table_sinryojikan {
  margin-bottom: 20px;
}
.table_sinryojikan th, td {
  padding: 5px;
  vertical-align: middle;
}
.kyuuka_name {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.incho_name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 23px;
  color: #333;
  padding: 8px 0px;
}
/*-- 当院の紹介 --*/
.in_btn_about {
  display: flex;
  justify-content: space-between;
}
.in_btn_about a {
  display: block;
  padding: 10px;
  width: 24%;
  font-size: 20px;
  font-weight: 700;
  background-color: #f5f5f5;
  text-align: center;
  border: 1px solid #6B360A;
  border-radius: 5px;
}
.in_btn_about a:link {
  color: #6B360A;
}
.in_btn_about a:visited {
  color: #6B360A;
}
.in_btn_about a:hover {
  color: white;
  background-color: #6B360A;
}
.in_btn_about a:active {
  color: #6B360A;
}
@media screen and (max-width: 768px) {
  .in_btn_about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .in_btn_about a {
    display: block;
    padding: 10px;
    margin: 5px 0px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #6B360A;
    border-radius: 5px;
  }
}
/*-- 画像テキストボックスフレームワーク --*/
.imgtxtbox_wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.imgtxtbox_img {
  width: 19%;
}
.imgtxtbox_img img {
  margin-bottom: 10px;
}
.imgtxtbox_senmon {
  width: 19%;
}
.imgtxtbox_txt {
  padding-left: 20px;
  padding-right: 20px;
  width: 76%;
}
.imgtxtbox_txt p {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .imgtxtbox_img {
    width: 100%;
  }
  .imgtxtbox_txt {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}
.color_brown {
  color: #6B360A !important;
}
.bb_0 {
  border-bottom: 0px !important;
}
.flex_room_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto;
}
.flex_room_child {
  width: 25%;
  padding: 10px 0px;
}
.flex_room_child img {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .flex_room_child {
    width: 48%;
    padding: 10px 5px;
  }
  .flex_room_wrapper {
    justify-content: space-between;
  }
}
.kizaibox {
  display: block;
  margin: auto;
  width: 80%;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #f5f5f5;
  background-color: #a1c345;
  text-align: center;
  border-radius: 3px;
}
/*-- 2018.12.19 --*/
.midashi_balloon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/koe_icon_migi.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 33px;
}
.midashi_bikkuri::before {
  background-image: url("../images/icon-bikkuri.png") !important;
}
/*-- 治療前・治療後 --*/
.beforeafter_wrapper {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 20px; /*	background-image:url(../images/arrow.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;*/
}
.beforeafter_block {
  width: 45%;
}
.beforeafter_arrow {
  width: 9%;
  align-self: center;
  background-image: url(../images/arrow.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0px;
}
@media screen and (max-width: 768px) {
  .beforeafter_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 20px 0px 20px;
    background-color: #f7f7f7;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .beforeafter_block {
    width: 100%;
    padding-bottom: 25px;
  }
  .beforeafter_arrow {
    width: 100%;
    align-self: center;
    background-image: url(../images/arrow_under.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    padding: 20px 0px;
  }
}
.beforeafter_block p {
  font-weight: 600;
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  color: #f5f5f5;
  background-color: #a1c345;
  border-radius: 5px;
}
.beforeafter_block img {
  display: block;
  margin: auto;
  border: 1px solid #f5f5f5;
}
/* add 2019.01.11 */
/* -- 疾患リスト s --*/
.sikkan_list_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 30px;
}
.sikkan_list_child {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .sikkan_list_child {
    width: 100%;
  }
}
.sikkan_list_child ul li {
  padding: 5px 0px 5px 0px;
}
/* -- 疾患リスト e --*/
.pbpt {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*-- 治療費BOX --*/
.chiryohi_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  margin-top: 15px;
}
.chiryohi_child {
  padding: 10px 0px 10px 0px;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .chiryohi_box {
    width: 100%;
  }
  .chiryohi_child {
    width: 100%;
  }
}
/* ------------- */
/* 治療費表の色分け */
/* ------------- */
.chiryobui {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px;
}
/*-- 整骨院の保険 --*/
.chiryobui_seikotsuin::before {
  content: "■";
  color: #DFB5B5;
  padding-right: 5px;
}
/*-- 鍼灸院の保険 --*/
.chiryobui_shinkyuin::before {
  content: "■";
  color: #FFA899;
  padding-right: 5px;
}
/*-- 自費 --*/
.chiryobui_jihi::before {
  content: "■";
  color: #F7D5E3;
  padding-right: 5px;
}
/*-- スーパーライザー */
.chiryobui_sr::before {
  content: "■";
  color: #04B431;
  padding-right: 5px;
}
/* add 2019.01.11 S */
.tooltip_img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  .tooltip_img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100% !important;
  }
}
.tooltip_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tooltip_midashi {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 5px solid #a1c345;
  padding-left: 5px;
  margin-top: 8px;
  margin-bottom: 2px;
}
.tooltip_komidashi {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 8px;
  margin-bottom: 2px;
  opacity: 0.8;
}
.tooltip_description {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.kyujin_midashi {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0px dashed #ccc;
  padding-left: 5px;
  margin-top: 8px;
  margin-bottom: 2px;
  color: #6A1510;
}
.kyujin_link:link {
  font-weight: 600;
  text-decoration: none;
  color: #6A1510;
}
.kyujin_link:visited {
  color: #6A1510;
}
.kyujin_link:hover {
  color: #a1c345;
}
.kyujin_link:active {
  color: #6A1510;
}
/* add 2019.01.11 E */
/* add 2019.01.23 S */
.midashi_dashed {
  border-bottom: 1px dashed #A1C945;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bolder;
  color: #6A1510;
  min-width: 300px;
  padding: 25px 0 5px;
  text-align: left;
}
/* add 2019.01.23 E */
.img_circle {
  width: 200px;
  border-radius: 50%;
}
/* 2019.01.31 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  font-family: 'FontAwesome', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa dt, .cp_qa dd {
  position: relative;
  padding: 0.5em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
}
.cp_qa dt {
  margin: 0 3em 1em 3em;
  background: #ffe0b2;
}
.cp_qa dd {
  margin: 0 3em 3em 3em;
  background: #b2ebf2;
}
/* 吹き出し▶︎ */
.cp_qa dt::before, .cp_qa dd::before {
  position: absolute;
  z-index: 99;
  top: 0.5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
  left: -0.5em;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
  right: -0.5em;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #b2ebf2;
}
/* ?!アイコン */
.cp_qa dt::after, .cp_qa dd::after {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
  left: -2.5em;
  margin: 0 0.5em 0 0;
  padding: 0.2em 0.35em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f128';
  background: #f57c00;
}
/* !アイコン */
.cp_qa dd::after {
  right: -2.5em;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.55em;
  font-family: 'Font Awesome 5 Free';
  content: '\f12a';
  font-weight: 900;
  background: #0097a7;
}
/* QAボックス */
.qa_box {
  font-size: 18px;
  padding: 5px;
  margin-bottom: 12px;
}
.qa_box dt {
  padding: 10px 5px;
  border-radius: 5px;
  background: rgba(161, 195, 69, 0);
  color: #a1c345;
}
.qa_box dd {
  padding: 5px;
}
.qa_box span {
  font-weight: 600;
}
.qa_box p::before {
  display: inline-block;
  right: -2.5em;
  margin: 0em 0.4em 0.2em 0.5em;
  padding: 0.2em 0.6em;
  content: 'A';
  font-weight: 900;
  border: 1px solid #a1c345;
  border-radius: 5px;
  background: rgba(161, 195, 69, 0);
  color: #a1c345;
}
/*.qa_box {
	font-size: 18px;
	padding: 5px;
	margin-bottom: 12px;
}
.qa_box dt {
	padding: 10px 5px;
	border-radius: 5px;
	background: rgba(161,195,69,1);
	color: white;
}
.qa_box dd {
	padding: 5px;
}
.qa_box span {
	font-weight: 600;
}
.qa_box p::before {
	display: inline-block;
	right: -2.5em;
	margin: 0em 0.4em 0em 0.5em;
	padding: 0.2em 0.55em;
	content: 'A';
	font-weight: 900;
	border-radius: 5px;
	background: rgba(161,195,69,1);
	color: white;
}*/
.kanja_voice_midashi {
  font-family: '游ゴシック体', '游ゴシック', YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 25px !important;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.kanja_voice_midashi span {
  color: #555;
}
.video_main {
  display: block;
  width: 50%;
  margin: auto;
  padding: 5px 0px 25px 0px;
}
@media screen and (max-width: 768px) {
  .video_main {
    width: 90%;
  }
}
/* add 2019.03.12 */
/*.link_category{
	font-weight: 600;
}
.link_category:link{
	color:#333333!important;
}
.link_category:visited{
	color:#333333!important;
}
.link_category:hover{
	color:darkorange!important;
}
.link_category:active{
	color:darkorange!important;
}*/
.notice a {
  font-weight: 600;
}
.notice a:link {
  color: #333333 !important;
}
.notice a:visited {
  color: #333333 !important;
}
.notice a:hover {
  color: darkorange !important;
}
.notice a:active {
  color: darkorange !important;
}
.txt_xsmall {
  font-size: 14px;
}
.photo_bui {
  display: block;
  margin: 30px auto;
}
.kochira {
  line-height: 1.3em;
  padding: 15px 0 15px 0;
}
.txt_large {
  font-size: 18px !important;
}
.kochira-wrap {
  position: static;
  display: block;
  width: 430px;
  margin-left: auto;
  margin-top: 15px;
}
.kochira-wrap .tel {
  text-align: center;
  margin-bottom: 0px;
}
.kochira-wrap .tel a {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #6a1510;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
  font-size: 24px;
}
.kochira-wrap .tel a:before {
  content: '';
  background-image: url("../images/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.kochira-wrap .time {
  color: #6a1510;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
.kochira-wrap .notice {
  color: #6a1510;
  display: block;
  font-size: 13px;
}
.meju_tbl {
  border-top: 1px dashed #333;
  width: 100%;
}
.meju_tbl td, th {
  padding: 5px;
  border: 1px solid #333;
}
.meju_tbl th {
  background-color: #333;
  color: #fff;
  opacity: 0.5;
}
.t-comment {
  padding: 0 0 20px 0;
}
/*
add 2019.08.26
*/
.tbl_access {
  width: 100%;
  padding: 10px 5px;
  text-align: left;
  line-height: 1.5;
}
.begineer {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  padding: 20px 0;
}
.begin-img img {
  display: block;
  width: 300px;
  margin: auto;
}
.btn_begin2 {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #fff;
  border: 2px solid #a1c345;
  color: #a1c345;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin2:link {
  color: #a1c345;
}
.btn_begin2:visited {
  color: #a1c345;
}
.btn_begin2:hover {
  opacity: 0.8;
}
.btn_begin2:link {
  color: #a1c345;
}
.btn_begin2_hiza {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #fff;
  border: 2px solid #8EDBE5;
  color: #8EDBE5;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin2_hiza:link {
  color: #8EDBE5;
}
.btn_begin2_hiza:visited {
  color: #8EDBE5;
}
.btn_begin2_hiza:hover {
  opacity: 0.8;
}
.btn_begin2_hiza:link {
  color: #8EDBE5;
}
.btn_begin3 {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #a1c345;
  border: 2px solid #a1c345;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin3:link {
  color: #fff;
}
.btn_begin3:visited {
  color: #fff;
}
.btn_begin3:hover {
  opacity: 0.8;
}
.btn_begin3:link {
  color: #fff;
}
.btn_begin3_hiza {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #8EDBE5;
  border: 2px solid #8EDBE5;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin3_hiza:link {
  color: #fff;
}
.btn_begin3_hiza:visited {
  color: #fff;
}
.btn_begin3_hiza:hover {
  opacity: 0.8;
}
.btn_begin3_hiza:link {
  color: #fff;
}
.begin_wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}
.begin-text {
  width: 50%;
}
.begin-img {
  margin: 0 15px;
}
.beginner_read_midashi {
  font-size: 28px;
  text-align: center;
  color: #a1c345;
  font-weight: 600;
  padding: 20px 0 0 0;
  border-bottom: 1px dashed #a1c345;
  margin: 0 auto 25px auto;
}
.beginner_read_midashi_hiza {
  font-size: 28px;
  text-align: center;
  color: #8EDBE5;
  font-weight: 600;
  padding: 20px 0 0 0;
  border-bottom: 1px dashed #8EDBE5;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 768px) {
  .begin-img {
    width: 100%;
  }
  .begin-text {
    width: 100%;
  }
  .btn_begin2, .btn_begin3 {
    width: 95%;
  }
  .beginner_read_midashi {
    width: 95%;
  }
}
.annai_wrapper {
  display: flex;
  /*	background: rgba(0,0,0,0.1);*/
  justify-content: center;
  flex-wrap: wrap;
}
.annai_box {
  display: flex;
  /*background: rgba(100,100,100,0.1);*/
  padding: 10px;
  width: 50%;
  align-items: center;
  border-right: 3px solid #f3f3f3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .annai_box {
    width: 100%;
    border: 0px;
  }
}
.annai_box:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.annai_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.annai_box:last-child {
  border-right: 0px;
}
.annai_box img {
  width: 100%;
}
.annai_right {
  width: 62%;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.annai_left {
  width: 38%;
}
.annai_box h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  color: #333;
}
.annai_under {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.8;
}
.annai_arrow_left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.annai_arrow_right {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.annai_arrow_left, .annai_arrow_right {
  font-size: 50px;
  color: #a1c345;
}
.img_doc_qa {
  width: 100%;
  max-width: 200px;
}
.w500 {
  max-width: 520px;
}
.undermain_koshi label::before {
  background-image: url("../images/icon_undermain_lumberbelt.png") !important;
}
.undermain_hiza label::before {
  background-image: url("../images/icon_undermain_kneesupporter.png") !important;
}
.h1_kotsuban.faq_title:before {
  background-image: url("../images/method_2.png") !important;
}
.undermain_kotsuban label::before {
  background-image: url("../images/icon_undermain_pelvicbelt.png") !important;
}
.beginner_read_midashi_kotsuban {
  font-size: 28px;
  text-align: center;
  color: #f19800;
  font-weight: 600;
  padding: 20px 0 0 0;
  border-bottom: 1px dashed #f19800;
  margin: 0 auto 25px auto;
}
.btn_begin3_kotsuban {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #f19800;
  border: 2px solid #f19800;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin3_kotsuban:link {
  color: #fff;
}
.btn_begin3_kotsuban:visited {
  color: #fff;
}
.btn_begin3_kotsuban:hover {
  opacity: 0.8;
}
.btn_begin3_kotsuban:link {
  color: #fff;
}
.btn_begin2_kotsuban {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #fff;
  border: 2px solid #f19800;
  color: #f19800;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin2_kotsuban:link {
  color: #f19800;
}
.btn_begin2_kotsuban:visited {
  color: #f19800;
}
.btn_begin2_kotsuban:hover {
  opacity: 0.8;
}
.btn_begin2_kotsuban:link {
  color: #f19800;
}
/********************
画像FLEX
*********************/
.img-flex {
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .img-flex-left, .img-flex-right {
    width: 100%;
  }
}
.img-flex p {
  text-align: center;
  padding: 5px 5px 25px 5px;
  font-weight: 600;
}
.btn_soudan {
  display: block !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 10px 0 10px auto;
  padding: 13px 1px 13px 1px !important;
  max-width: 300px !important;
  border: 1px solid #A1C945;
  border-radius: 10px !important;
  text-align: center;
  background: #A1C945;
  color: white;
}
.btn_soudan:link {
  background: #A1C945;
  color: white;
  transition: 0.2s;
}
.btn_soudan:visited {
  background: #A1C945;
  color: white;
}
.btn_soudan:hover {
  background: #FFFFFF;
  color: #A1C945;
}
.btn_soudan:active {
  background: #A1C945;
  color: white;
}
.beginner_read_midashi_ashikubi {
  font-size: 28px;
  text-align: center;
  color: #fea1b3;
  font-weight: 600;
  padding: 20px 0 0 0;
  border-bottom: 1px dashed #fea1b3;
  margin: 0 auto 25px auto;
}
.btn_begin2_ashikubi {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #fff;
  border: 2px solid #fea1b3;
  color: #fea1b3;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin2_ashikubi:link {
  color: #fea1b3;
}
.btn_begin2_ashikubi:visited {
  color: #fea1b3;
}
.btn_begin2_ashikubi:hover {
  opacity: 0.8;
}
.btn_begin2_ashikubi:link {
  color: #fea1b3;
}
.btn_begin3_ashikubi {
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  background-color: #fea1b3;
  border: 2px solid #fea1b3;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  margin: 13px auto;
}
.btn_begin3_ashikubi:link {
  color: #fff;
}
.btn_begin3_ashikubi:visited {
  color: #fff;
}
.btn_begin3_ashikubi:hover {
  opacity: 0.8;
}
.btn_begin3_ashikubi:link {
  color: #fff;
}
.txt_exsmall {
  font-size: 15px !important;
}
.biyou_subtitle {
  font-size: 15px;
  color: #333;
  opacity: 0.7;
}
.biyou_course {
  font-size: 25px !important;
  border-left: 5px solid pink !important;
}
.biyou_text {
  font-size: 16px;
}
/*-- 治療Flexbox --*/
.biyou_parent {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.biyou_parent h3 {
  border-left: 0px !important;
  padding: 0px !important;
}
.biyou_parent h3::first-letter {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .biyou_parent {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 8px;
    border-bottom: 1px dashed #cccccc;
  }
}
.biyou_child_img {
  align-items: center;
  align-self: center;
  min-width: 30%;
  width: 200px;
}
.biyou_child_txt {
  padding: 10px 10px;
  flex-shrink: 3;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  align-self: center;
}
.biyou_child_txt span {
  display: block;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #a1c345;
}
.biyou_child_txt p {
  line-height: 1.7em;
  color: #333333;
}
.biyou_title {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 5px;
}
.biyou_title::before {
  content: " ";
  border-left: 5px solid #a1c345;
  padding-right: 5px;
}
.biyou_child_img figure img {
  border-radius: 5px;
}
.biyou_ryokin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: right;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #777;
}
.kara {
  display: block;
  height: 165px;
}
.biyou_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 20px 0;
}
.biyou_list li {
  text-align: left;
  width: 45%;
  margin: 3px;
}
.biyou_list li::before {
  content: '● ';
  color: pink;
}
.bg_pink {
  background-color: #FFF0F0;
}
.bg_green {
  background-color: #F4FFDD;
}
.bg_orange {
  background-color: #FFDDCA;
}
.biyou_wrapper {
  padding: 10px 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .biyou_list li {
    width: 100%;
  }
}
.bg_usuipink {
  background: #F8F7F3;
  border-radius: 3px;
}
.clr_white {
  color: #fff !important;
}
.biyou_box {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 10px 0 35px 0;
  background-color: #a68e67;
  border: 3px solid #a68e67;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1.5em;
}
.biyou_box:link {
  color: #fff;
}
.biyou_box:visited {
  color: #fff;
}
.biyou_box:hover {
  opacity: 0.7;
  transition: 0.3s;
  color: #fff;
}
.biyou_box:active {
  color: #fff;
}
.down-arrow-1 {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb_inner {
  padding: 0 0 10px 0;
}
/* 画像を横に3つ並べたい場合 */
.photo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.photo_list p {
  text-align: center;
  padding: 5px 0px 10px 0px;
  font-weight: bold;
}
.photo_list img {
  display: block;
  margin: auto;
}
.photo_list_photo {
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  .photo_list_photo {
    width: 100%;
  }
}
.pl_midashi {
  font-weight: 500;
  color: #fff;
  background-color: #a1c945;
  padding: 5px 0 !important;
  margin: 10px;
  border-radius: 5px;
}
.pl_midashi_before {
  font-weight: 500;
  color: #a1c945;
  border: 1px solid #a1c945;
  padding: 5px 0 !important;
  margin: 10px;
  border-radius: 5px;
}
.wabun {
  border: 1px solid #e3e3e3;
  padding: 5px;
  width: 200px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .wabun {
    width: 100% !important;
  }
}