/** 共通 */
:root {
  --light_green: #2cae6a;
  --cream: #fcfbe8;
  --gray: #d2d2d2;
  --d-gray: #3c3c3c;
  --margin-sec: 50px;
  --margin-m: 20px;
  --margin-s: 10px;
  --margin-title: 20px;

  @media screen and (max-width: 480px) {
    --margin-sec: 30px;
  }
}

html {
  line-height: 1.5;
}

body {
  width: 100%;
	font-family: "Zen Maru Gothic","Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", "Meiryo";
  font-size: 17px;
    background-color: #fff5ec;
  color: #000;
}
body.has(.main) {
    background-color: #fae9d9}
h1 {
  text-align: center;
  margin-bottom: 30px;
}

h4,
h3,
h2 {
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  opacity: 0.6;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.margin_of_top {
  margin-top: 90px;
}

.top .margin_of_top_a {
  margin-top: -90px;
  padding-top: 90px;
}

.flex_sb,
.flex_sb_c {
  display: flex;
  justify-content: space-between;
}

a[href=""] {
  /* pointer-events: none; */
  text-decoration: none;
}

.contents_area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec {
  padding-bottom: var(--margin-sec);
  margin-bottom: var(--margin-m);
}

/*space-between横並びの調整*/
.itiran_null_three {
  display: block;
}

.itiran_list li:nth-of-type(3n) + .itiran_null_three {
  display: none;
}

img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
  max-width: 300px;
}

img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: 300px;
}

img.aligncenter {
  margin: 10px auto;
  display: block;
  max-width: 500px;
}
.d_block img {
  width: 800px;
  margin: 0 auto;
  display: block;
}
.motto_blue_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    max-width: 360px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    background-color: #a67743;
    cursor: pointer;
	border-radius: 10px;
	font-weight:bold;
	background-image: url(https://ashiyano.com/wp-content/uploads/icon_arrow_down_green.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.recommend_motto_contents,
.visit_motto_contents,
.staff_motto_contents,
#greeting_motto_contents,
#qa_motto_contents {
  display: none;
}

/*.motto_blue_btn::after {
  content: "\025bc";
  font-size: 1em;
  flex: none;
  margin-left: 10px;
}*/

#recommend_motto::before {
  content: "推薦文をもっと見る";
}

.staff_motto::before {
  content: "全文を見る";
}

.visit_motto::before {
  content: "訪問鍼灸について詳しく見る";
}

#greeting_motto_btn::before {
  content: "院長挨拶をもっと見る";
}

#qa_motto::before {
  content: "よくある質問をもっと見る";
}

#recommend_motto.open::before,
.visit_motto.open::before,
#qa_motto.open::before,
#greeting_motto_btn.open::before,
.staff_motto.open::before {
  content: "閉じる";
}

#recommend_motto.open::after,
.visit_motto.open::after,
.staff_motto.open::after,
#greeting_motto_btn.open::after,
#qa_motto.open::after {
  transform: rotate(180deg);
}

.motto_orange_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  background-color: #f2914a;
  cursor: pointer;
}

.motto_orange_btn::after {
  content: "\025bc";
  font-size: 1em;
  flex: none;
  margin-left: 10px;
}

.one_btn,
.one_bn {
  max-width: 800px;
  margin: 0 auto var(--margin-m);
}

.two_btn_list {
  max-width: 800px;
  margin: 0 auto;
}

.two_bn_list li,
.two_btn_list li {
  width: 48%;
}

.two_bn_list li {
  margin-bottom: var(--margin-m);
}

.two_bn_list li a,
.two_btn_list li a {
  width: 100%;
　color: #2cae6a;
  font-size: 26px;
  font-weight: bold;
}

.bk_line_btn_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  border: 1px solid #b8b8b8;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  padding-right: 35px;
  font-size: 20px;
	color: #2cae6a;
font-weight: bold;
border-radius: 10px;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
}

.bk_line_btn_arrow::after {
  content: "";
  background-image: url(https://ashiyano.com/wp-content/uploads/icon_arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  flex: none;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.bk_line_btn_arrow:hover {
  background-color: #000;
 color: #2cae6a;
/*  opacity: 1;*/
	background: rgb(255,255,255);
background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
}

.fl_wrap {
  display: flex;
}

.fl_wrap.harityuiwrap {
  justify-content: space-between;
}
.fl_wrap.harityuiwrap p:nth-child(1) {
  width: 75%;
  margin-right: 16px;
}
.bk_line_btn_arrow::after {
  content: "";
  background-image: url(https://ashiyano.com/wp-content/uploads/icon_arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  flex: none;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.bk_line_btn_arrow:hover {
  background-color: #000;
 /* color: #fff;*/
  opacity: 1;
}

.under_gray_line {
  border-bottom: 1px solid var(--gray);
}

.light_blue_text {
    color: #a67743;
    background-color: #a67743;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px 0px;
}

.bgc_blue {
  background-color: #e5fef2;
}
.bgc_blue.bg_over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.bg_orange_title {
  background-color: #f19049;
  padding: 3px 10px;
  margin-bottom: var(--margin-s);
  color: #fff;
}

.line_orange_title {
  border: 1px solid #f19049;
  color: #f19049;
  padding: 3px 10px;
  margin-bottom: var(--margin-s);
}

.bg_lblue_w_text {
  display: block;
  background: #a67743;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0 5px;
}

.underline_gray_title h2,
.underline_gray_title {
  font-size: 30px;
}

.underline_gray_title .sub {
  font-size: 0.85em;
}

.underline_gray_title {
  margin-bottom: var(--margin-title);
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.underline_orange_title{
	    font-weight: 700;
    color: #793e0e;
    position: relative;
    margin:0 auto 36px;
    display: block;
    text-align: center;
}
.underline_orange_title:after {
    content: "";
    display: block;
    background-image: url(https://motoyawata-harikyu.koyo-ad.com/wp-content/uploads/border_bottom_brown.png);
    width: 255px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
}


.light_blue_title {
  color: #a67743;
  font-weight: 600;
  margin-bottom: var(--margin-title);
}

.g_map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bk_line_sub_title {
  display: inline-block;
  border: 1px solid;
  padding: 5px 10px;
}

.bg_cream {
  background-color: var(--cream);
}

.copy_text {
  text-align: center;
  padding: var(--margin-s);
  font-size: 14px;
	color:#fff;
	background-color:#a67743;
}

.check_list_explanation_sec {
  margin-bottom: var(--margin-sec);
}

.big_triangle {
  margin: 0 auto var(--margin-sec);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20vw solid transparent;
  border-left: 20vw solid transparent;
  border-top: 70px solid #a67743;
  border-bottom: 0;
}

@media screen and (max-width: 480px) {
  .big_triangle {
    border-right: 30vw solid transparent;
    border-left: 30vw solid transparent;
    border-top: 40px solid #a67743;
  }
}

/** 文責 */
.bunseki {
  background: #f0f0f0;
  letter-spacing: 1px;
  overflow: hidden;
  width: 700px;
  padding: 0;
  margin: 0px auto;
}

.bunseki_img_text {
  display: flex;
  justify-content: space-between;
  padding: 30px 10px;
  width: 100%;
}

.bunseki li {
  font-size: 14px;
  list-style-type: disc;
}

.bunseki .bunseki_name {
  line-height: 145%;
  letter-spacing: 1px;
  padding-left: 10px;
  border-left: 5px solid;
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
}

.bunseki_title {
  font-weight: bold;
  padding-left: 5px;
  font-size: 16px;
}

.bunseki .bunseki_img {
  width: 180px;
  height: 180px;
  flex: none;
  margin-right: 20px;
}

.bunseki .bunseki_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.bunseki_midashi {
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
  background: #a67743;
  padding: 5px 10px;
  margin-right: 10px;
}

.bunseki_list {
  padding-left: 20px;
  margin-bottom: 10px;
}

.bunseki_list_box .carerr {
  font-weight: 600;
}

.bunseki_list_box p {
  font-size: 15px;
}

.bunseki_list:last-of-type {
  margin-bottom: 0px;
}

.bunseki_text {
  width: 80%;
}

.bun_shikaku {
  background: #a67743;
  margin: 15px 0 7px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bunseki {
    width: 95%;
  }

  .bunseki_img_text {
    flex-direction: column;
    align-items: center;
  }

  .bunseki .bunseki_img {
    margin: 0 0 20px;
  }

  .bunseki_text {
    width: 100%;
  }

  .bunseki_img_text {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .fl_wrap.harityuiwrap p:nth-child(1) {
    margin-right: 0px;
  }
  .d_block img {
    width: 100%;
  }
}
/* 診療時間table */
.table_note_box {
  margin-bottom: var(--margin-m);
}

table.sinryou_time {
  height: 132px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.sinryou_time th,
table.sinryou_time td {
    border: solid 1px #a67743;
    text-align: center;
    padding: 19px;
    font-size: 18px;
    text-align: center;
}

table.sinryou_time th {
  background-color: #a67743;
  color: #fff;
}

table.sinryou_time td {
  background-color: #fff;
  color: #000;
  vertical-align: middle;
}

table.sinryou_time td.first {
  text-align: left;
}

table.sinryou_time th.first,
table.sinryou_time td.first {
  width: 155px;
}

.sinryou_remarks {
  font-size: 16px;
  font-weight: 600;
}

.sinryou_remarks span {
  background-color: red;
  font-weight: 600;
  color: #fff;
  padding: 2px 10px;
}

/*スマホがblockになるtable

table.company_table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

table.company_table th,
table.company_table td {
  border: solid 1px #cecece;
  padding: 10px;
  @media screen and (max-width: 480px) {
      display: block;
    }
}

table.company_table th {
  background-color: #ddf5df;
  vertical-align:middle
}

.company_table a {
  color: #26ba0d;
  text-decoration: underline;
  text-underline-offset: 3px;
} */
.treatment_content_wrap {
  margin-bottom: 39px;
}
.treatment_content_wrap .jiko_onayami_list {
  margin-top: 20px;
}
.check_list {
  max-width: 800px;
  padding: 20px;
	background-color:#fff;
  margin: 0 auto 20px;
}

.check_list li {
	font-size: 18.3px;
    line-height: 23px;
    padding-bottom: 10px;
    display: flex;
    font-size: 18px;
    border-bottom: dashed 2px #ececec;
    margin-bottom: 10px;
    align-items: center;
}
/*
.check_list li:last-child {
  padding-bottom: 0;
}*/

.check_list li::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
  flex: none;
}

.l_line_title {
  border-left: solid 7px #a67743;
  padding: 0 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.y_marker {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
}

.bold {
  font-weight: 600;
}

.s_text {
  font-size: 13px;
}

.light_blue_dashed_line {
  padding-bottom: 8px;
  margin-bottom: var(--margin-s);
  font-size: 20px;
  background-image: repeating-linear-gradient(
    90deg,
    #a67743 0,
    #a67743 2px,
    rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, 0) 4px
  );
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center bottom;
}

/* 施術メニューtable */

table.light_blue_table {
  height: 132px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.light_blue_table th,
table.light_blue_table td {
  border: solid 1px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

table.light_blue_table th {
  background-color: #d7f9dc;
}

table.light_blue_table td {
  background-color: #fff;
  vertical-align: middle;
}

table.light_blue_table td.first {
  text-align: left;
}

table.light_blue_table th.first,
table.light_blue_table td.first {
  width: 155px;
  vertical-align: middle;
}

table.light_blue_table th.first.blue {
  background-color: #b5f3ca;
}

.inline_block {
  display: inline-block;
}

.important_text {
  font-size: 1.3em;
  font-weight: 600;
}

.tyuui_text {
  font-size: 0.8em;
}

@media screen and (max-width: 480px) {
  
  table.light_blue_table th.first,
  table.light_blue_table td.first {
    width: 75px;
  }

  table.light_blue_table th,
  table.light_blue_table td {
    font-size: 13px;
    padding: 5px;
  }
}

/** タブのCSS */
/* .tab_contents {
  display: none;
}
.tab_contents.active {
  display: block;
} */

@media screen and (max-width: 768px) {
  .margin_of_top {
    margin-top: 65px;
  }

  .margin_of_top_a {
    margin-top: -65px;
    padding-top: 65px;
  }

  img.alignright,
  img.alignleft {
    margin: 10px auto;
    display: block;
    float: none;
  }
  .fl_wrap.harityuiwrap p:nth-child(1) {
    width: 100%;
    order: 2;
  }
  .fl_wrap.harityuiwrap p:nth-child(2) {
    width: 49%;
    margin: 0 auto;
    display: block;
  }
  .fl_wrap.harityuiwrap {
    flex-wrap: wrap;
  }
}
.t_red {
  color: red;
}
@media screen and (max-width: 480px) {
  .flex_sb_c {
    flex-direction: column;
  }

  .bk_line_btn_arrow {
    margin-bottom: var(--margin-s);
  }

  .two_bn_list li,
  .two_btn_list li,
  .bk_line_btn_arrow {
    width: 100%;
    font-size: 16px;
  }

  .underline_gray_title {
    font-size: 20px;
	line-height: 1.4;
    padding: 4px 0;
        margin-top: 12px;
  }

  /* 診療時間table */
  table.sinryou_time {
    width: 100%;
    height: auto;
    margin-bottom: 3px;
  }

  table.sinryou_time th,
  table.sinryou_time td {
    font-size: 12px;
    padding: 5px;
  }

  table.sinryou_time th.first,
  table.sinryou_time td.first {
    width: 25%;
  }

  .sinryou_remarks {
    font-size: 14px;
    margin-bottom: 3px;
  }

  /*スマホがblockになるtable */
  table.company_table th,
  table.company_table td {
    display: block;
  }

  .underline_gray_title .sub {
    font-size: 1em;
  }
}

/* g口コミ */
.ti-widget-container .ti-header.source-Google {
  display: flex !important;
  justify-content: center;
  flex-direction: column-reverse;
}

.ti-rating-text,
.ti-rating-text {
  display: none;
}

.ti-widget.ti-goog .ti-header .ti-large-logo {
  margin: 0 0 8px !important;
}

/** スライダー */
.slick-prev.slide-arrow,
.slick-next.slide-arrow {
  width: auto;
  height: 90px;
  z-index: 100;
}

.slick-prev.slide-arrow {
  transform: rotate(180deg) translate(0, 50%);
  left: 0;
}

.slick-next.slide-arrow {
  right: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: var(--margin-sec);
}

.slick-dots li button:before {
  font-size: 13px;
  content: "\025cf";
}

.slick-dots {
  bottom: -35px;
}

@media screen and (max-width: 768px) {
  .slick-initialized .slick-slide {
    padding: 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .slick-initialized .slick-slide {
    padding: 0 10px;
  }

  .slick-prev.slide-arrow,
  .slick-next.slide-arrow {
    height: 50px;
  }

  .slick-prev.slide-arrow {
    left: -2%;
  }

  .slick-next.slide-arrow {
    right: -2%;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
}

/** 患者様の声 */

.accordion {
  position: relative;
}

.accordion-btn {
  bottom: -32px;
  font-weight: 600;
  color: #a67743;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: fit-content;
  z-index: 11;
}

.accordion-text::before {
  bottom: 0px;
  content: "";
  height: 35px;
  position: absolute;
  width: 100%;
  z-index: 10;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.49343487394957986) 15%,
    rgba(255, 255, 255, 1) 32%
  );
}

.accordion-btn::after {
  content: "続きを読む";
}

.accordion-text.is-hide {
  height: 100px;
}

.accordion-text {
  overflow: hidden;
  position: relative;
}

.accordion-btn.is-show::after {
  content: "閉じる";
}

.accordion-btn.is-show {
  bottom: -2.3em;
}

.accordion-btn.is-show + .accordion-text::before {
  content: none;
}

/** h2-目次 */

#mokuji-content li br {
  display: none;
}

#mokuji-content {
  background-color: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 20px;
}

#mokuji-content li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#mokuji-content li:last-child {
  margin-bottom: 0px;
}

#mokuji-content li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#mokuji-content li::before {
  content: "\025b6";
  color: #a67743;
  font-size: 1em;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}

/** パンくず */
ol.pankuzu {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 20px;
  list-style: none;
  font-size: 0.8em;
}

/** ページャ */

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.page-numbers {
  margin: 50px 0;
}

.page-numbers li {
  margin-right: 7px;
}

.page-numbers li:last-child {
  margin-right: 0;
}

.page-numbers.current {
  width: 35px;
  height: 35px;
  background-color: #a67743;
  color: #fff;
  border-radius: 5px;
}

a.page-numbers {
  width: 35px;
  height: 35px;
  border: 1px solid #a67743;
  border-radius: 5px;
}

.prev.page-numbers,
.next.page-numbers {
  width: 40px;
  font-size: 0.8rem;
}

/** header */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header nav {
  height: 130px;
  background-color: #fff;
  padding: 10px;
}

.header_nav {
  height: 12px;
  display: flex;
  justify-content: center;
  padding: 11px 0;
  width: 100%;
  margin: 0 auto;
}

.header_nav li {
  display: flex;
  align-items: center;
  padding: 0 20px;
  /* border-right: 1px solid #fff; */
}

.header_nav li:last-child {
  border-right: none;
}

.header_nav li a {
  font-size: 0.95em;
}

.access_hamburger {
  display: none;
}

.logo_img {
  max-width: 167px;
}

.header_nav li.header_nav_pc {
  display: flex;
}

@media screen and (max-width: 1107px) {
  .header_nav li {
    padding: 0 10px;
  }

  .header_nav li a {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 852px) {
  .header_nav li {
    padding: 0 8px;
  }

  .header_nav li a {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
  }

  header nav {
    padding: 0;
    height: 65px;
  }

  .header_nav li.header_nav_pc {
    display: none;
  }

  .bn_flex_box a {
    width: 100%;
    margin-bottom: 20px;
  }

  .bn_flex_box {
    margin-bottom: 30px;
  }

  .logo_access_hamburger {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 5px 5px;
    background-color: #ffffff;
	          border-bottom: 5px #573f11 solid;
  }

  .access_hamburger {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
	  width:155px;
          margin-right: 5px;
	}

  .access_hamburger p {
    font-size: 13px;
font-weight:bold;
    color: #666666;
    line-height: 1.3;
  }

  .sp_access_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
  }

  .sp_access_btn img {
    height: 35px;
    width: auto;
  }

    .hamburger_btn {
        position: relative;
        cursor: pointer;
        width: 38px; 
        background-color: #683e10;
        padding-top: 15px;
        top: 8px;
    }
	.hamburger_btn::after{
    content: 'MENU';
    font-size: 13px;
    top: 13px;
    display: block;
    margin: 15px auto -10px;
    position: relative;
    right: 0px;
    color: #5a2815;
    font-weight: bold;
    letter-spacing: 0.6px;
}
  .hamburger_btn span {
        display: inline-block;
        transition: all 0.4s;
        position: absolute;
        left: 0px;
        height: 4px;
        border-radius: 2px;
        background: #fff;
        width: 58%;
        z-index: 1000;
        right: 0;
        /* padding: 1px; */
        margin: auto;
    }


  .hamburger_btn p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    line-height: 1;
  }

  .hamburger_btn.active span:nth-of-type(1) {
	  top: 13px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 47%;
}

  .hamburger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger_btn.active span:nth-of-type(3) {
        top: 25px;
        left: 0;
        transform: translateY(-6px) rotate(45deg);
        width: 47%;
  }

  /* フェードインのときはこれ */
  #header_nav {
	      display: block;
    overflow: scroll;
    width: 100%;
    height: 100lvh;
    position: fixed;
    top: 0;
    padding: 120px 30px 30px;
    background-color: #fffffff2;
    z-index: -1;
    display: none;
  }

  .header_nav li {
    padding: 0 0 10px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }

  .header_nav a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
/*
  .header_nav .home::before {
    background-image: url(img/icon_nav_home.png);
    margin-right: 5px;
    width: 1.1em;
    height: 1.1em;
  }

  .header_nav .first::before {
    background-image: url(img/icon_nav_first.png);
    width: 1em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .sejutu_menu::before {
    background-image: url(img/icon_nav_sejutu_menu.png);
    width: 1em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .syoujou::before {
    background-image: url(img/icon_nav_syoujou.png);
    width: 1.3em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .traffic_accident::before {
    background-image: url(img/icon_nav_traffic_accident.png);
    width: 1.5em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .price::before {
    background-image: url(img/icon_nav_price.png);
    width: 1em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .voice::before {
    background-image: url(img/icon_nav_voice.png);
    width: 1.3em;
    height: 1.3em;
    margin-right: 2px;
  }

  .header_nav .news::before {
    background-image: url(img/icon_nav_news.png);
    margin-right: 5px;
    width: 1.1em;
    height: 1.1em;
  }*/

  /* .header_nav {
    width: 80%;
    height: 100lvh;
    position: fixed;
    top: 0;
    padding: 120px 30px 30px;
    background-color: #282828f2;
    z-index: -1;
    right: -120%;
    transition: 0.6s;
  }

  .header_nav ul {
    flex-direction: column;
    height: 100%;
  }

  .header_nav li {
    padding: 10px;
    border-right: none;
  }

  .header_nav li a {
    text-decoration: underline;
  } */

  /* #bg_cover {
    background-color: rgb(140 141 140 / 73%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  #bg_cover.active {
    visibility: visible;
    opacity: 1;
  } */

  /* 
  .header_nav.active {
    right: 0;
  } */
}

@media screen and (max-width: 480px) {
	.hamburger_btn::after {
    font-size: 12px;
    top: 10px;
 }
	.access_hamburger {
    width: 150px;
}
  .access_hamburger p {
color:#5a2815;
	  font-size: 13px;
	padding-top: 2px;
	  font-weight:bold;
  }

  .sp_access_btn {
    margin-right: 0px;
  }

  /*.sp_access_btn img {
    height: 70%;
  }*/

   .hamburger_btn {
	      top: 13px;
    width: 33px;
  } 

  .hamburger_btn span:nth-of-type(1) {
    top: 0;
  }

  .hamburger_btn p {
    bottom: 0;
  }


  .logo_img {
        max-width: 137px;
        margin-right: 10px;
        /* margin-top: -4px; */
        display: flex;
        align-items: center;
  }
}

/** footer */

.footer_menu_list {
  display: none;
}

@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 50px;
  }

  .footer_menu_list {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
  }
}

/** メニュー */
/*----- 左から_スライドメニュー ------*/
/* メニュー（隠れている部分） */
/*1 {
      width: 80%;
      height: 100%;
      position: fixed;
      top: 0;
      padding: 70px 30px;
      background-color: #fff;
      z-index: 90;
      transform: translateX(-100%);
      transition: 0.6s;
  } */
/* グレーカバー */
/*2 {
      background-color: rgb(140 141 140 / 73%);
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 100;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
  } */
/* グレーカバー表示 */
/* 2.open {
      visibility: visible;
      opacity: 1;
  } */
/* メニュー表示 */
/* 1.open {
      transform: translateX(0);
  } */
/*----- 左から_スライドメニュー ------*/

/*----- 下から_スライドメニュー ------*/
/* メニュー（隠れている部分） */
/* 1 {
      background-color: #fff;
      position: fixed;
      bottom: 0;
      transform: translateY(100%);
      transition: 0.6s;
  } */
/* グレーカバー */
/* 2 {
          background-color: rgb(140 141 140 / 73%);
          width: 100%;
          height: 100%;
          position: fixed;
          z-index: 100;
          transition: 0.3s;
          visibility: hidden;
          opacity: 0;
      } */
/* グレーカバー表示 */
/* 2.open {
          visibility: visible;
          opacity: 1;
      } */
/* メニュー表示 */
/* 1.open {
          transform: translateY(0);
      } */
/*----- 下から_スライドメニュー ------*/
/** TOPへ戻る */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 100;
}

.pagetop span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #a67743;
  border: #fff 1px solid;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 7px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.pagetop span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-15%, -57%);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 480px) {
  .pagetop {
    bottom: 90px;
    z-index: 100;
  }

  .pagetop span {
    width: 55px;
    height: 55px;
    font-size: 18px;
    padding: 0 0 6px;
  }
}

/* TOP */
/*.top.key::after {
  content: "";
  display: block;
  width: 50%;
  height: 100px;
  margin: var(--margin-m) 0;
  border-right: 1px solid;
}
*/

h1.top {
    text-align: center;
    font-weight: bold;
    background: #2cae6a;
    color: #fff;
    width: 80%;
    margin: 0 auto 1%;
    line-height: 2;
}
@media screen and (max-width: 480px) {
    h1.top {
        font-size: 20px !important;
        width: 100%;
        margin: 0 auto 3%;
        line-height: 2;
    }
}

.onayami_list {
  flex-wrap: wrap;
  margin-bottom: var(--margin-m);
}

.onayami_list li {
  height: 200px;
  width: 24%;
  margin-bottom: var(--margin-s);
}

.onayami_list li a {
  display: block;
  height: 100%;
  background-color: var(--gray);
}

.under_arrow_img_box {
  max-width: 230px;
  margin: var(--margin-sec) auto;
}

.appeal_img_box {
  max-width: 800px;
  margin: 0 auto;
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--margin-sec);
}

.menu_list li {
  height: 200px;
  width: calc(100% / 4 - 10px);
  margin-bottom: var(--margin-s);
  position: relative;
  border: 1px solid var(--gray);
  margin-right: 10px;
}

.menu_list li:nth-of-type(4n) {
  margin-right: 0px;
}

.menu_list li a.img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

.menu_list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  text-align: center;
  background: #ffffffd6;
  padding: 10px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.menu_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick_list.voice dl {
  padding: 0 7px;
}

.slick_list.voice .img {
  width: 100%;
  height: 200px;
  margin-bottom: var(--margin-s);
  display: flex;
  justify-content: center;
}

.slick_list.voice .img img {
  width: auto;
  height: 100%;
}

.slick_list.voice .text {
  word-break: break-all;
}

.slick_list.voice .personal_info {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: var(--margin-s);
}

.slick_list.voice .personal_info div {
  margin-right: var(--margin-m);
  margin-bottom: var(--margin-s);
}

.slick_list.voice .personal_info div:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.slick_list.voice .light_blue_title {
  margin-bottom: var(--margin-s);
}

.archive .tab_contens_box,
.top .tab_contens_box {
  margin-bottom: var(--margin-sec);
}

.archive .tab_all_contents_box article,
.top .tab_all_contents_box article {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px dotted #a67743;
  margin-bottom: var(--margin-m);
}

.archive .tab_all_contents_box article:last-child,
.top .tab_all_contents_box article:last-child {
  margin-bottom: 0;
}

.archive .item_title,
.top .item_title {
  margin-left: var(--margin-m);
}

.page_under_contents_sec {
  padding: var(--margin-sec) var(--margin-s);
}

.page_under_contents_sec .address_box {
  margin-bottom: var(--margin-s);
}



@media screen and (max-width: 480px) {
  .top.key::after {
    height: 60px;
  }

  .onayami_list li {
    height: 130px;
    width: 48.5%;
  }

  .under_arrow_img_box {
    max-width: 180px;
  }

  .menu_list li {
    height: 130px;
    width: 48.5%;
  }

  .slick_list.voice dl {
    padding: 0 10px;
  }

  .archive .tab_contens_box,
  .top .tab_contens_box {
    font-size: 16px;
  }

  .archive .tab_all_contents_box article,
  .top .tab_all_contents_box article {
    flex-direction: column;
  }

  .top .item_title {
    margin-left: 0;
    margin-left: 20px;
    margin-top: -5px;
	          margin-bottom: 13px;
width: 100%;
  }

  .menu_list li {
    width: calc(50% - 10px);
  }

  .menu_list li:nth-of-type(2n) {
    margin-right: 0px;
  }
}

/** 最新情報一覧 */

/* .item_list {
  width: 32%;
}

.item_list a {
  text-decoration: underline;
}

.archive_tab a {
  display: block;
  color: #fff;
  padding: 6px 20px;
  font-size: 0.9em;
}

.archive .tab_contens.active {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  border: #000 solid 1px;
  padding: 20px;
}

.archive .item_list {
  margin-right: 2%;
  margin-bottom: 3%;
}

.archive .item_list:nth-child(3n) {
  margin-right: 0;
}

.item_title {
  font-size: 1.2em;
  /* font-weight: 600; */
/* } */

/* .item_img {
  height: 150px;
  background-color: #bf1a20;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.item_img img {
  object-fit: contain;
} */

.cat_name {
  display: flex;
  padding: 2px 10px;
  background-color:#a67743;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.item_list .motto {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}

.item_date_cat {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .item_list {
    width: 48%;
  }

  .archive .item_list:nth-child(3n) {
    margin-right: 2%;
  }

  .archive .item_list:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .item_date_cat {
    margin-bottom: 5px;
  }
}

/** 投稿詳細ページ */
.date_cat {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single_date {
  margin-right: 10px;
}

.date_cat .tab_list {
  margin-bottom: 0;
}

.date_cat .cat_name a {
  padding: 2px 20px;
  font-size: 0.8em;
}

.single_img_lead {
  display: flex;
  justify-content: space-between;
}

.single_img_lead,
.field_content {
  margin-bottom: 50px;
}

.single_img {
  width: 30%;
}

.single_text {
  width: 68%;
}

.field_content img {
  width: auto;
  max-width: 500px;
}

.field_content:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 570px) {
  .single_img_text {
    margin-bottom: 40px;
  }

  .field_content img {
    width: auto;
    max-width: 100%;
  }

  .field_content .alignleft,
  .field_content .alignright {
    max-width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .single_img_lead {
    flex-direction: column;
  }

  .single_img,
  .single_text {
    width: 100%;
  }

  .single_img {
    margin-bottom: 10px;
  }

  .single_img_lead,
  .field_content {
    margin-bottom: 30px;
  }
}

/** はじめての方へ */
.key-first {
  padding-bottom: 50px;
}

.first_flow_list {
  counter-reset: number 0;
  max-width: 1000px;
}

.first_flow_list li {
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 3px 3px #ffe8d4;
  margin-bottom: 60px;
}

.first_flow_list li .img {
  margin-bottom: var(--margin-s);
}

.first_flow_list li .text h3 {
  font-weight: 600;
  margin-bottom: var(--margin-s);
  display: flex;
  align-items: center;
}

.first_flow_list li .text h3:before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 1.2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #a67743;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  flex: none;
}
.color_793e0e {
	color:#793e0e;
}
@media screen and (max-width: 480px) {
  .first_flow_list li {
    margin-bottom: 30px;
  }
}

/** よくあるご質問 */
#qa_motto {
  margin-top: 40px;
  cursor: pointer;
}

.qa_list dt {
  margin-left: 15px;
  padding: 10px;
  padding-left: 2.4em;
  padding-right: 30px;
  display: flex;
  align-items: center;
  background-color: #fcecdf;
  position: relative;
  margin-bottom: var(--margin-s);
  cursor: pointer;
}

.qa_list dt:before {
  content: "Q";
  font-weight: 600;
  font-size: 1.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #f19049;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: absolute;
  left: -15px;
  top: 0;
}

.qa_list dt::after {
  content: "\025bc";
  font-size: 1em;
  color: #f19049;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.qa_list dt.open::after {
  transform: rotate(180deg) translate(0, 50%);
}

.qa_list dd {
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #d2e8fd;
  position: relative;
  margin-bottom: var(--margin-s);
  display: none;
}

.qa_list dd:before {
  content: "A";
  font-weight: 600;
  font-size: 1.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #a67743;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: absolute;
  left: -15px;
  top: 0;
}

/** 6つの特徴 */
.features_list {
  padding: 30px 0 0;
  counter-reset: number 0;
  max-width: 800px;
}

.features_list li {
  margin-bottom: 60px;
}

.features_list li:last-of-type {
  margin-bottom: 0px;
}

.features_list li .img {
  margin-bottom: var(--margin-s);
}

.features_list li .text h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: var(--margin-s);
  display: flex;
  align-items: center;
}

.features_list li .text h3:before {
  counter-increment: number 1;
  content: "特徴" counter(number);
  font-size: 0.8em;
  padding: 3px 10px;
  background-color: #a67743;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .features_list li {
    margin-bottom: 30px;
  }
}

/* 院長挨拶 */
.greeting_sec .img {
  max-width: 700px;
  margin: 0 auto;
}

.greeting_sec .img,
.greeting_sec .text {
  margin-bottom: var(--margin-s);
}
.greeting_sec .name {
  display: flex;
  margin: 0 auto;
  margin-bottom: 15px;
  justify-content: center;
  border-bottom: 1px solid var(--gray);
  font-size: 1.3em;
  align-items: flex-end;
  line-height: 1;
  padding-bottom: 4px;
  letter-spacing: 1px;
  max-width: 700px;
}
.greeting_sec .name span {
  font-size: 0.8em;
  margin-left: 5px;
}

/** スタッフ紹介 */
.slick_list.staff {
  margin-top: 20px;
}

.slick_list.staff li {
  padding: 0 10px;
}

.slick_list.staff .img {
  width: 100%;
  height: 300px;
  margin-bottom: var(--margin-s);
}

.slick_list.staff .img img {
  height: 100%;
}

.slick_list.staff .text p,
.slick_list.staff .text,
.slick_list.staff .qualification,
.slick_list.staff .name {
  margin-bottom: var(--margin-m);
}

.slick_list.staff .qualification,
.slick_list.staff .name {
  width: 49%;
  text-align: center;
}

.slick_list.staff .text p {
  word-wrap: break-word;
}

.slick_list.staff .text h3 {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .slick_list.staff .qualification,
  .slick_list.staff .name {
    width: 100%;
  }
}

/** 身体のプロからもご推薦いただいております */
.recommend_img_text {
  margin-bottom: var(--margin-sec);
}

.recommend_img_text h3 {
  font-weight: 600;
}

.recommend_img_text dt {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.recommend_img_text .img {
  float: left;
  max-width: 370px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.free_area_content_sec::after,
.syoujou_subtitle_contents::after,
.recommend_img_text:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 480px) {
  .recommend_img_text h3 {
    font-size: 18px;
  }

  .recommend_img_text .img {
    float: none;
    max-width: 250px;
    margin: 0 auto 15px;
  }
}

/** 施術メニュー */
.sejutu_menu_img_lead .contents_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sejutu_menu_img_lead .img {
  flex: none;
  max-width: 300px;
  border: 1px solid var(--gray);
  margin: 0 20px;
}

.free_area_content_sec {
  margin-bottom: 30px;
}

.free_area_content_sec:last-child {
  margin-bottom: 0px;
}

.user_contents .motto_blue_btn::after,
.sejutu_menu_img_lead .motto_blue_btn::after {
  transform: rotate(30deg);
}

@media screen and (max-width: 480px) {
  .sejutu_menu_img_lead .contents_area {
    flex-direction: column;
  }

  .sejutu_menu_img_lead .img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/** 施術メニュー 一覧 */
.sejutu_menu_img_lead .img_lead.flex_sb_c {
  align-items: flex-start;
  margin-bottom: 20px;
}

.visit_sec .light_blue_text.title {
  font-weight: 600;
  display: block;
}

.visit_sec .text,
.visit_sec .img {
  margin-bottom: 10px;
  margin-right: 10px;
}

.visit_sec .img {
  flex: none;
  max-width: 300px;
}

.visit_sec .visit_contents dd {
  margin-bottom: 40px;
}

.visit_sec .visit_contents {
  margin-bottom: 60px;
}

.visit_sec .price_contents .text {
  text-align: center;
}

.visit_flow_list .flex_sb_c {
  justify-content: flex-start;
  align-items: center;
}

.visit_flow_list .sb .flex_sb_c {
  justify-content: space-between;
}

.visit_flow_list li {
  margin-bottom: 30px;
}

.visit_flow_list .img_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
  flex: none;
  width: 100%;
  max-width: 180px;
}

.visit_flow_list .img_title img {
  margin-bottom: 10px;
}

.visit_flow_list .img_title .title {
  color: #b57bdd;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .visit_flow_list .img_title .title {
    margin-bottom: 10px;
  }

  .visit_sec .visit_contents {
    margin-bottom: 40px;
  }

  .visit_sec .visit_contents dd {
    margin-bottom: 20px;
  }

  .visit_sec .img {
    max-width: 100%;
  }

  .visit_sec .text,
  .visit_sec .img {
    margin-right: 0;
  }
}

/** 症状のページ　詳細 */

.syoujou_subtitle_contents {
  margin-bottom: 20px;
}

.syoujou_subtitle_contents:last-of-type {
  margin-bottom: 0px;
}

.single_syoujou p {
  line-height: 2;
	margin-bottom:15px;
}

.single_syoujou h3 {
  border-left: 5px solid #a67743;
  color: #a67743;
  padding-left: 5px;
  line-height: 1.1;
  font-weight: 600;
	margin-bottom:8px;
	margin-top:24px;
clear:both;
}

.single_syoujou .tel_web_sec {
  padding: var(--margin-sec) 0;
}

/*.single_syoujou .syoujou_sejutu_sec {
  margin-bottom: 0;
}
*/

.img_check_list_sec {
  margin-bottom: 20px;
}

.img_check_list_sec .contents_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.img_check_list_sec .img {
  width: 33%;
  max-width: 350px;
  margin-right: 20px;
  flex: none;
  border: solid 1px var(--gray);
}

.img_check_list_sec .title_list {
  width: 70%;
}

.single_sejutu_menu mark,
.single_syoujou mark {
  background: linear-gradient(transparent 60%, yellow 60%);
}

@media screen and (max-width: 480px) {
  .single_syoujou {
    font-size:16px;
  }

  .single_syoujou p {
    line-height: 1.5;
        margin-bottom: 10px;
  }

  .img_check_list_sec {
    margin-bottom: 10px;
  }

  .img_check_list_sec .contents_area {
    flex-direction: column;
    justify-content: center;
  }

  .img_check_list_sec .title_list,
  .img_check_list_sec .img {
    width: 100%;
    max-width: 100%;
  }

  .img_check_list_sec .img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/** 症状のページ　一覧 */
.tab_list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.tab_list li {
  width: calc(100% / 4 - 10px);
  margin: 0 4px 8px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.tab_list a {
  color: #fff;
  font-weight: 600;
  display: flex;
  padding: 14px 18px;
  align-content: center;
  justify-content: center;
  /* border: solid 1px #a67743; */
  background: #a67743;
  width: 100%;
  height: 100%;
  /* text-shadow: 0px 0px 4px #11813c; */
  position: relative;
}
.tab_list li:after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -77px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 0;
  transform: rotate(130deg);
}

.syoujou_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.syoujou_list li {
  width: calc(100% / 3 - 10px);
background-color:#fff;
  margin: 0 4px 8px;
  position: relative;
  border: 1px solid #cccccc;
  height: 250px;/*
  overflow: hidden;*/
}

.syoujou_list li img {
  height: 100%;
	width:100%;
  object-fit: contain;
}

.syoujou_list li span {
	font-size:20px;
	color:#fff;
  display: flex;
  width: 100%;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  background-color: #b98852;
}

@media screen and (max-width: 480px) {
  .tab_list li {
    width: calc(100% / 2 - 10px);
  }

  .syoujou_list li {
    width: calc(100% / 2 - 8px);
    height: 170px;
  }

  .syoujou_list li span {
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.3;
  }
}

/** 料金ページ */
.price_style {
  margin-bottom: 60px;
}





.price_style h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.price_style h2 {
    margin-top: 30px!important;
    margin-bottom: 15px!important;
}
}


h3.menu_tittle {
    padding: 0.25em 0.5em;
    background: #eb9c20;
    color: #fff;
}
}

h4.othermenu_tittle {
  border-bottom: solid 1px black;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
/*   .price table span {
    font-size: 12px;
  }
 */
  .price table {
    font-size: 16px;
  }
}

.price table {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 0.1em;
}

.price table th {
  width: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #a67743;
}

.price_hoken table th {
  width: 20%;
}

.price table th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #c3c3c3;
	font-weight:normal;
}
.price table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #c3c3c3;
	font-size: 22px;
    font-weight: bold;
	background: #fff;
}

td.setumei {
  background: #f0fff4;
}

.price_page {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center;
}

.underline_yellow {
  background: linear-gradient(transparent 60%, #fffe03 60%);
}

.price td.fs-normal {
    font-size: 16px;
}

/** アクセスページ 共通*/
.accsess_style {
  margin: 50px 0;
}

.accsess_style h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.accsess_style h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.accsess_style p {
  margin-bottom: 20px;
  font-size: 14px;
}

.accsess_style i {
  color: #a67743;
  margin-right: 0.5em;
}

/** アクセスページ 上部*/
.accsess_map {
  width: 50%;
  margin-right: 30px;
}

.accsess_map iframe {
  width: 100%;
  margin-bottom: 20px;
}

/** アクセスページ 駐車場について*/
.accsess_parking {
  margin-top: 100px;
}

.accsess_parking_wrap {
  display: flex;
  justify-content: center;
}

.accsess_parking_map {
  width: 50%;
  margin-right: 30px;
}

.lin_yellow {
  background-color: #fffd6b;
  background: linear-gradient(transparent 70%, #fffd6b 70%);
}

.parking_info_img {
  display: flex;
  max-width: 100%;
  margin-bottom: 20px;
}

.accsess_parking_info a {
  color: rgb(11, 230, 22);
  text-decoration: underline;
}

.accsess_parking_map img {
  border: solid 5px #a67743;
}

/** アクセスページ レスポンシブ*/
@media screen and (max-width: 768px) {
  .accsess_map {
    width: 100%;
    padding: 0px;
    margin-right: 0;
  }

  .accsess_parking_wrap {
    flex-wrap: wrap;
  }

  .accsess_parking_map {
    width: 100%;
    padding-right: 0px;
    margin: 20px 0;
  }

  .accsess_style {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .accsess_map iframe {
    height: 350px;
  }
}

/** お喜びの声一覧 */
.voice_list li {
  margin-bottom: 50px;
}

.voice_list li:last-of-type {
  margin-bottom: 0px;
}

.voice_archive_img_personal_info {
  margin-bottom: var(--margin-m);
}

.voice_archive_img_personal_info .img {
  width: 55%;
  max-height: 300px;
  overflow: hidden;
  border: gray solid 1px;
}

.voice_archive_img_personal_info .personal_info {
  width: 44%;
}

.voice_archive_img_personal_info .personal_info div {
  margin-bottom: var(--margin-s);
}

.voice_list .light_blue_title {
  font-size: 20px;
  margin-bottom: var(--margin-s);
}

.voice_note {
  font-size: 13px;
  margin: 10px 0;
}

@media screen and (max-width: 480px) {
  .voice_list li {
    margin-bottom: 30px;
  }

  .voice_archive_img_personal_info {
    margin-bottom: var(--margin-s);
  }

  .voice_archive_img_personal_info .personal_info,
  .voice_archive_img_personal_info .img {
    width: 100%;
  }

  .voice_archive_img_personal_info .img {
    margin-bottom: var(--margin-s);
  }

  .voice_archive_img_personal_info .personal_info {
    display: flex;
    flex-wrap: wrap;
  }

  .voice_archive_img_personal_info .personal_info div {
    margin-right: var(--margin-s);
  }

  .voice_archive_img_personal_info .personal_info div:last-of-type {
    margin-bottom: 0;
  }
}

/** 交通事故施術 */

.jiko_contents,
.jiko_onayami,
.jiko_sejyutu_flow,
.jiko_bn_area {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .jiko_contents,
  .jiko_onayami,
  .jiko_sejyutu_flow,
  .jiko_bn_area {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .jiko_contents,
  .jiko_onayami,
  .jiko_sejyutu_flow,
  .jiko_bn_area {
    margin-bottom: 40px;
  }
}

.jiko_box {
  margin-bottom: 48px;
}

.accident_img {
  margin-bottom: 20px;
}

li.jiko_onayami {
  position: relative;
  text-indent: 2em;
  font-weight: bold;
  line-height: 2.2;
  font-size: 16.5px;
  list-style: none;
  text-align: left;
  border: 1px solid #2cae6a;
  margin: 0 0 -1px;
  background: #f3fdf7;
  padding: 10px 5px;
}

@media screen and (max-width: 480px) {
  li.jiko_onayami {
    position: relative;
    font-weight: bold;
    font-size: 16.5px;
    list-style: none;
    text-align: left;
    border: 1px solid #2cae6a;
    margin: 0 0 -1px;
    background: #f3fdf7;
    line-height: 1.8;
    padding: 10px;
    text-indent: -0.1rem;
    padding-left: 40px;
  }
}

.jiko_onayami:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #2cae6a;
  left: 10px;
  top: 17px;
}

.jiko_onayami:before,
.jiko_onayami:after {
  content: "";
  display: block;
  position: absolute;
}

.jiko_onayami:after {
  border-left: 2px solid #2cae6a;
  border-bottom: 2px solid #2cae6a;
  width: 18px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 15px;
  top: 17px;
}

@media screen and (max-width: 480px) {
  .jiko_onayami:before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #2cae6a;
    left: 10px;
    top: 13px;
  }

  .jiko_onayami:after {
    border-left: 2px solid #2cae6a;
    border-bottom: 2px solid #2cae6a;
    width: 18px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 15px;
    top: 13px;
  }
}

.triangle_box {
  background: #a67743;
  height: calc(60px / 2);
  width: 150px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 20px auto;
}

@media screen and (min-width: 960px) {
  .accident_img {
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
    width: 50%;
  }

  .clearfix::after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 767px) {
  .jiko_sejyutu_flow {
    max-width: 70%;
    margin: 0 auto;
  }
}

.jiko_sejyutu_flow_item {
  position: relative;
  margin-bottom: 48px;
}

.jiko_sejyutu_flow_text {
  width: 100%;
  position: absolute;
  bottom: -2.5em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jiko_sejyutu_flow_text p {
  background-color: #3dc55ade;
  width: 80%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.jiko_onayami_text {
  background: #a67743;
  padding: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

h3.jiko_sejyutu_flow_list_ttl {
  font-weight: 700;
  display: flex;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
}

span.circle {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #a67743;
  margin-right: 10px;
}

span.icon_flow_number {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 70px;
  margin-right: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

ol.jiko_sejyutu_flow_list li {
  margin-bottom: 100px;
}

@media screen and (min-width: 480px) {
  ol.jiko_sejyutu_flow_list li {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 767px) {
  ol.jiko_sejyutu_flow_list li {
    margin-bottom: 72px;
  }
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.triangle_box.m_10 {
  margin: 10px auto;
}

.traffic_accident_style h2 {
  color: #a67743;
  margin: 0 0 30px 0;
}

.traffic_accident_style h3 {
  margin-bottom: 20px;
}

p.jiko_contents_read {
  margin-bottom: 30px;
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
}

span.ttl_sub {
  position: relative;
  font-size: 15px;
  color: #333;
  padding: 0 12px;
}

.ttl_sub:before,
.ttl_sub:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #333;
}

.ttl_sub:before {
  left: 0;
}

.ttl_sub:after {
  right: 0;
}

.traffic_accident_style h2.mg_0 {
margin: 10px 0 0 0;
line-height: 0.7;
}

@media screen and (max-width: 480px) {
  .underline_gray_title .mg_0 {
    font-size: 20px;
  }

  .triangle_box.m_10 {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #2cae6a;
    height: calc(60px / 2);
    width: 150px;
    margin: 0 auto;
    margin-top: -30px;
  }
}

.park_text {
  margin-top: 10px;
margin-bottom:15px;
}

.m_20 {
  margin-bottom: 20px;
}
.insole_riyu_ul {
  justify-content: space-between;
  padding-top: 40px;
}
.insole_riyu_ul li {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 32%;
}
.glay_number {
  display: block;
  text-align: center;
  background-color: #ececec;
  border-radius: 18px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.insole_riyu_ul h3 {
  color: #128b51;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
.vk_heading i:first-child {
  margin-right: 0.2em;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.insole_riyu_ul + p {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .insole_riyu_ul {
    display: contents;
    width: 100%;
  }
  .insole_riyu_ul li {
    width: 100%;
    margin-top: 14px;
  }
  .insole_content_wrap {
    padding-top: 16px;
  }
}
.insole_nagare_wrap li {
  display: flex;
  justify-content: space-between;
}
.insole_nagare_wrap li .img {
  margin-bottom: var(--margin-s);
  order: 2;
  margin-left: 12px;
}
.fl_wrap.fl_style_a {
    display: flex;
    align-items: flex-start;
}

.fl_wrap.fl_style_a img{
margin-right:20px;
	width:300px;
}
@media screen and (max-width: 767px) {

  .insole_content_wrap .text {
    width: 100%;
  }
  .insole_nagare_wrap li {
    display: block;
    justify-content: space-between;
  }
	.fl_wrap.harityuiwrap img{
		margin-bottom:17px;
	}
	.fl_wrap.fl_style_a img {
    margin-right: 20px;
    width: 100%;
}
		
	.fl_wrap.fl_style_a .l_line_title{
margin-top:19px;
	}
	.fl_wrap.fl_style_a {
    display: block;
}
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-user:before {
    content: "\f007";
}
.sikan_fl .icon_wrap{
    text-align: center;
    border: solid 2px #2cae6a;
    padding: 11px;
    width: 100px;
    height: 100px;
    border-radius: 85px;
    margin: 0 auto;
    display: flex;
    align-items: center;
color:#2cae6a;
}
.sikan_fl svg{
    display: block;
    text-align: center;
    margin: 0 auto;
	font-size:42px;}
.h_style_c{
	text-align:center;
}
.sikan_fl_contents{
	width:49%;
}
.h-style-a{
	text-align:center;
	    margin-top: 15px;
    margin-bottom: 9px;
    font-weight: 600;
	color:#2cae6a;
}
.fl_wrap.sikan_fl{
	justify-content:space-between;
}
.sikan_fl{
	margin-bottom:22px;
}
.d_block .kikunagare_img{
	    width: 53%;
}
@media screen and (max-width: 767px) {
.d_block .kikunagare_img{
	    width: 100%;
}
	.fl_wrap.sikan_fl {
    display: block;
}
.sikan_fl_contents {
    width: 100%;
}
.sikan_fl {
    margin-bottom: 0px;
}
.sikan_fl_contents{
    margin-bottom: 13px;
}
}
.insole_nagare_wrap img{
	width:280px;
}
.harityuiwrap img{
	width:200px;
}
.harityuiwrap.undo_contents img{
	width:400px;
}
.fl_text_b{
    width: 57%;
}
.fl_wrap.insole_riyu_ul.undoryoho_list{
	    flex-wrap: wrap;
padding-bottom:26px;
}
.fl_wrap.insole_riyu_ul.undoryoho_list li {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 48%;
	margin-bottom:20px;
}
@media screen and (max-width: 767px) {

.fl_wrap.insole_riyu_ul.undoryoho_list li {
    width: 100%;
}
.fl_text_b {
    width: 100%;
}
	.undoryoho_wrap{
	        padding-bottom: 19px;
	}
}
.undoryoho_list li svg{
	margin-right:5px;
}
.t_align.t_red{
	text-align:center;
}
.kikunagare_img_wrap{
	margin-bottom:20px;
}
.insole_content_wrap li svg{
	margin-right:5px;
}
.console_price{
    margin-top: 81px;
}
}
@media screen and (max-width: 767px) {
.console_price{
    margin-top: 60px;
}
}

.p_messe{
	background: #daf7e4;
    padding: 15px;
    border-radius: 10px;
}

.p_messe h3{
	background: #45ae67;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}

@media screen and (max-width: 480px) {
	.p_messe{
		font-size: 14px;
		padding: 10px;
	}
}

.pp_waku{
	border: 3px solid #57cc9e;
}
.vk_heading_title{
	    margin-top: 36px;
	font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.vk_heading_subtext {
    text-align: center;
    position: relative;
    letter-spacing: .05rem;
    align-items: center;
	display:inline-flex;
}
.vk_heading_title img{
 width: 70px;
	    display: block;
    margin: 0 auto;
}
.sub_text_wrap{
	text-align:center;
	font-weight: 800;
}
.fl_wrap.right_position{
	justify-content: flex-end;
}

.fl_wrap.right_position .text_box{
margin-left:0px;
position:relative;
	left:9%;
}
.vk_heading_subtext:after, .vk_heading_subtext:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: currentColor;
	    font-family: Roboto, sans-serif;
	position:relative;
	text-align:center;
}
.wp-block-cover {
  align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 50vw;
}
.vk_heading_subtext:before {
	left:-14px;
}
.vk_heading_subtext:after {
	right:-14px;
}
.h2_style_a{
	    font-weight: 600;
}
.text_box{
display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
	margin-left:3%;
}
.text_box p {
    width: 53%;
    margin-top: 3%;
}
.bg_gray_style_a {
    background-color: #f5f5f5;
    height: 570px;
    width: 64%;
    position: absolute;
    top: -75px;
    z-index: -1;
    right: 0;
}
.bg_gray_style_a.position_right{
 right: initial;
	left: 0;
}
.sesyututoha_contents{
	position: relative;
}
.contents_style_a{
	position:relative;
    margin-top: 88px;
}
.contents_mg_bottom{
	    margin-bottom: 120px;
}
.contents_mg_bottom_b{
	    margin-bottom: 193px;
}
@media screen and (max-width: 767px) {
.sesyututoha_contents .fl_wrap {
    display: block;
}
	.sezyutu_contents_wrap{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
	}
.text_box p {
   width: 100%;
    margin-top: 3%;
}
	.fl_wrap.right_position .text_box {
    margin-left: 0px;
   left: 0%;
        margin-bottom: 3%;
	}
	.wp-block-cover {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
	.bg_gray_style_a.position_right{
	 margin-left: calc(50% - 50vw);}
.bg_gray_style_a {    height: 42rem;
}
.fl_wrap.fl_keep {
	display:flex;
	flex-wrap:wrap;
}
	.img_position_left{
		order:2;	
	}
	.img_position_left + .text_box{
		order:1;	
	}
.bg_gray_style_a.position_left {
    margin-right: calc(50% - 50vw);
}
}
.fl_wrap.fl_contents_a{
	    justify-content: space-between;
	    flex-wrap: wrap;
	display:flex;
}
.fl_box_h3_wrap h3{
	      background: linear-gradient(transparent 60%, #fffe97 30%);
      display: inline-block;
}
.fl_box_h3_wrap{
	    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:20px;
	margin-top:20px;
}
.fl_box_h3_wrap h3{
	    margin-left: 6px;
	font-weight:bold;
}
.number_style_a{
	text-align:center;
}
.fl_contents_a li:nth-child(1) , .fl_contents_a li:nth-child(2){
	margin-bottom:30px;
}
.fl_contents_a li{
width:48%;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
	    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 24px 20px;
}
.number_style_a{
    background-color: #f5f5f5;
    border-radius: 18px;
}
.title_mg_tuning_a{
	margin-bottom:40px;
}
@media screen and (max-width: 767px) {
	.bg_gray_style_a.bg_gray_style_b {
 display:none;}
.fl_wrap.fl_contents_a {
  display:block;
	}
	.fl_contents_a li{
		width:100%;
	}
.fl_contents_a li:nth-child(3){
	margin-bottom:30px;
}
	.bg_gray_style_a.bg_gray_style_b {
    background-color: #89c6d8;
    height: 460px;
    width: 100%;
}
	
.sesyututoha_contents .fl_wrap.youtulist{
    display:flex;
}
	.fl_wrap_style_b.youtulist {
    width: 94%;
    justify-content: space-between;
}
		.bg_blue{
		    background-color: #89c6d8;
	}

}
.bg_gray_style_a.bg_gray_style_b{
	background-color:#89c6d8;
	height:31rem;
    width: 85%;
}
.fl_wrap_style_b{
	margin:30px auto 0px;
}

.h2_style_gray{
    margin: 0 auto 26px;
    font-weight: bold;
    color: #fff;
	    font-size:1.7rem;
}
.fl_wrap_style_b{
	text-align: center;
}
.fl_wrap_style_b{
	width:60%;
justify-content:space-between;
}
@media screen and (max-width: 950px) {
.fl_wrap_style_b{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}
}
.bg_blue{
	margin-left:0px;
margin-right:0px;
}
.fl_wrap_style_b li{
display:flex;
	justify-content:center;
	align-items:center;
background-color: #fff;
padding: 15px 5px;
border-radius: 7px;
	width:32.3%;
}
.font_big{
    font-size: 29px;
}
.step_decoration{
	    margin-right: 11px;
    background-color: #337ab7;
    color: #fff;
    padding: 5px 9px;
    border-radius: 47px;
    line-height: 17px;
text-align:center;
}
.step_decoration_text{
    display: block;
    font-size: 11px;
}
.nagare_contents_a{
	    align-items: center;
	margin-bottom:5px;
}
.nagare_contents_b{
	    margin-left: 21px;
    border-left: 2px #ECECEC solid;
	    padding-left: 17px;
justify-content:space-between;
    margin-left: 21px;
	    height: 23rem;
}
.nagare_contents_b p:nth-child(1){
	    width: 62%;
margin-left:16px;    
}
.nagare_contents_a h3{
	font-weight:bold;
}
.nagare_contents_b.gray_border_none{
	 border-left: none;
height:auto;
}
.sezyutu_nagare_list li{
	margin-bottom:2px;
}
.contents_area_sejut_qa .qa_list dt {
    padding: 31px 71px;
    padding-right: 103px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    margin-bottom: var(--margin-s);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
}
.contents_area_sejut_qa .qa_list dt:before {
    content: "Q";
    font-weight: 600;
    font-size: 1.3em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 49%;
    /* background-color: #f19049; */
    /* border: 2px solid #fff; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    position: absolute;
    left: 1%;
    top: 24%;
    margin: auto;
    padding: 7px;
    background-color: #e50000;
}
@media screen and (max-width: 767px) {
	.sezyutu_nagare_list .fl_wrap{
		display:flex;
	}}
	.non_bottom{
		margin-bottom:0px !important;
	}


/*TOP 矢印*/
.yazirusi {
  position: relative;
  width: 100px;
  margin: 8% 46%;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
.yazirusi {
width: 100px;
margin: 10% 45%;
}
}
@media screen and (max-width: 480px) {
.yazirusi {
width: 50px;
margin: 15% 43%;
}
}
.line01 {
  height: 1px;
  background-color: #000;
}
.line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}


@media screen and (max-width: 480px) {
    .two_bn_list li a, .two_btn_list li a {
        font-size: 16px;
    }
}
.fl_list_a{
	    flex-wrap: wrap;
}

.fl_list_a li{
	   margin-bottom:20px;
}
.contents_area_sejut_qa .qa_list dd {
    background-color:initial;
}
@media screen and (max-width: 768px) {
.contents_style_a{
	margin-top:0px;
}
	.fl_wrap.fl_wrap_style_b.fl_list_a{
		display:flex;
	}
	.fl_wrap.fl_wrap_style_b.fl_list_a li{
		    width: 47.3%;

	}
.h2_style_gray {
    margin: 0 auto 5px;
	        text-align: center;
        padding-top: 36px;
    font-weight: bold;
    color: #fff;
    font-size: 27px;
}
	.fl_wrap_style_b {
    width: 95%;
    justify-content: space-between;
}	.bg_blue_wrap{
		   width: 100vw;
   margin: 0 calc(50% - 50vw);
	}

		.fl_wrap.nagare_contents_b{
		display:block !important;
	}
	.nagare_contents_b {
    height: 29rem;
}
	.contents_mg_bottom {
    margin-bottom: 80px;
}
.contents_mg_bottom_b {
    margin-bottom: 90px;
}
	.wp-block-cover {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    height: auto;
min-height: auto;
	}
.bg_gray_style_a {
    top: -22px;
}
	.vk_heading_title {
    margin-top: 55px;
}
	.text_box{
		    margin-top: 16px;
	}
.nagare_contents_b p:nth-child(1) {
    margin-left: 16px;
    margin-bottom: 23px;
}
	.nagare_contents_b {
    height: auto;
}
		.contents_area_sejut_qa .qa_list dd:before {
    margin-right: 5px;
    position: absolute;
    left: -52px;
    top: 0;
}
	.fl_wrap.nagare_contents_b img{
margin-bottom:30px;
}
}

.tyusyaku_span{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.price_text{
	    text-align: center;
    font-size: 21px;
}
.sp_on{
	display:none;
}
.pc_on{
	display:block;
}
@media screen and (max-width: 768px) {
			.contents_area_sejut_qa .qa_list dd {
    background-color: initial;
    margin-left: 81px;
}	
.pc_on{
	display:none;
}
.sp_on{
	display:block;
}
	.nagare_contents_b p:nth-child(1) {
    width: 97%;
    margin-left: 16px;
}
}
.contents_area_sejut_qa .qa_list dd:before{
	left:-54px;
}
.contents_area_sejut_qa .qa_list dt::after {
    content: "\025bc";
    font-size: 1em;
    color: #f19049;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    margin: auto;
}
.contents_area_sejut_qa .qa_list dt.open::after {
    transform: rotate(585deg) translate(0, 50%);
}

.contents_area_sejut_qa .qa_list dd{
		margin-left:81px;
	}
.h2_style_c{
	font-weight: bold;
    margin-top: 19px;
    margin-bottom: 30px;
}
.h3_style_blue{
	color:var(--wp--preset--color--vivid-cyan-blue);
    font-weight: bolder;
    margin-bottom: 17px;
}
.inner_style_b{
	    justify-content: space-between;
}
.inner_text_a {
    width: 68%;
	margin-right:16px;
}
.tyusyaku_span_b{
    font-size: 13px;
    margin-top: 16px;
    display: block;
}
.bg_deep_blue .fl_contents_a li {
    width: 32%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 24px 20px;
	background-color:#fff;
	margin-bottom:0px;
}
.font_color_white{
color: #ffff;
	font-size:19px;
}
.fl_contents_a + .font_color_white{
    margin-top: 32px;
    text-align: center;
}
.h3_style_yellow{
text-align:center;
color: #fcf100;	
font-weight:bold;
margin-bottom:14px;
	font-size:29px;
}
.bg_deep_blue{
	    padding-bottom: 8%;
    padding-top: 6%;
	background-color:#1c8cd5;
  width: 100vw;
   margin: 0 calc(50% - 50vw);
}
.list_style_b li:before {
	color:red;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: 1.5em;
    position: absolute;
}
.list_style_b{
	    border: solid 4px #0693e3;
    padding: 22px 43px;
}

.list_style_c{
	    border: solid 4px #0693e3;
    padding: 22px 43px;
	    list-style: disc;
}
.list_style_b li{
	margin-bottom:7px;
}
@media screen and (max-width: 768px) {
	.inner_text_a{
		width:100%;
		margin-right:0px;
	}
	.inner_img_a{
		width: 100%;
    margin: 32px auto 20px;
    display: block;
	}
	.bg_deep_blue .fl_contents_a li {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 24px 20px;
    background-color: #fff;
    margin-bottom: 30px;
}
}
.text_blue_style{
	padding: 9px 22px 5px;
    background-color: #0693e3;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.fl_block_img , .fl_block_bg_text{
	width:50%;
}
.fl_block_bg_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px;
	}
.fl_block_bg_text p{
	font-size:15px;
}
.fl_block_bg_text h3{
	    font-weight: 600;
	    margin-bottom: 28px;
font-size:25px;
}
.bg_gray_color{
	background-color:#f5f5f5;
}
.underline_style{
	    padding-bottom: 3px;
    border-bottom: solid 1.7px;
}
.price_link_blue{
	text-align:center;
}
.price_link_blue a{
    padding: 16px 80px;
    background-color: #197fc2;
    display: inline-block;
    color: #fff;
    border-radius: 37px;
    width: 29%;
    margin-bottom: 6%;
}
.price_link_blue svg{
	    margin-left: 6px;
}
@media screen and (max-width: 768px) {
.fl_block_bg_text p {
    font-size: 14px;
}
}
@media screen and (max-width: 950px) {
	.price_link_blue a {
 width: auto;
    margin-bottom: 12%;
}
.fl_block_bg_text h3 {
    margin-bottom: 3px;
    font-size: 22px;
}
.fl_block_img{
    height: 29rem;
    overflow: hidden;
}
.fl_block_img img{
min-width: min-content;
        position: relative;
        right: 183px;
}	
}
@media screen and (max-width: 768px) {

.fl_block_img , .fl_block_bg_text{
	width:100%;
}
	.fl_block_bg_text{
		order:1;
	}

.fl_wrap.inner_style_b{
	display:grid;
}
		.inner_text_b{
		    order: 1;
	}
	.inner_text_a{
		    order: 2;
	}
}
.break-w-tuning{
	overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
.fl_wrap.block_fl_wrap {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
}
	.fl_block_img{
		order:2;
	}
	.fl_block_img img {
    min-width:initial;
    position: relative;
    right:0px; 
}
	.fl_block_img {
    height: auto;}
.t_align.t_red {
    text-align: center;
	    margin-top: 0;
	width:100%;
}
}
.text_box .mg_tuning_p_a{
	margin-top:0px;
}
.sikan_fl_contents p{
	width:100%;
}
.fl_wrap.sikan_fl{
	width: 62%;
}
	.bg_gray_style_a.bg_gray_style_tuning{
    background-color: #f5f5f5;
    height: 673px;
    width: 64%;
    position: absolute;
    top: -94px;
    z-index: -1;
    right: 0;
}
.t_align.t_red{
	margin-top:0px;
}
.h2_style_a_tuning{
	margin-bottom:20px;
}

.sinkyu_wrap .contents_mg_bottom {
    margin-bottom: 250px;
}
.sinkyu_wrap .contents_mg_bottom_b {
    margin-bottom: 272px;
}
.t_align.t_red {
	color:#000;
    margin-top: 0px;
width:79%;
}
.sinkyu_wrap  .wp-block-cover {
    width: 77vw;
}
.sinkyu_wrap  .fl_wrap.right_position .text_box {
    left: 15%;
}

.sinkyu_wrap .bg_gray_style_a.bg_gray_style_b {
    height: 26rem;
}

.komidashi{
	background: #d9ffeb;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: bold;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
padding: 1em;
    display: block;
    color: #fff;
    background: #019ac6;
    text-align: center;
    border-radius: 10px;
	    width: 50%;
    margin: 0 auto;
    font-weight: 800;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content_inner_style {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content_inner_style {		/*本文*/
	height: 0;
	margin-bottom:10px;

	overflow: hidden;
}
.toggle:checked + .Label + .content_inner_style {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.single_sejutu_menu:has(.accordion_style_a) .under_gray_line{
	border:none;
}.midashi_style_blue {
    background-color: #8ed1fc;
    border-radius: 4px;
    padding: 12px 15px;
    font-weight: bold;
	margin-top: 24px;
    margin-bottom: 24px;
}
.midashi_style_blue + p{
	margin-top:20px;
}
.vk_outer_container{
	margin-top: 27px;
}

.vk_outer_container ul{
	    list-style: inside;
    padding: 10px 22px;
    border: solid 2px #ececec;
}
.vk_outer_container ul li{
	margin-bottom:4px;
}

.sezyutu_naiyou_wrap p{
	width:73%;
}
.sezyutu_naiyou_wrap img{
	width:26%;
}
.fl_wrap.sezyutu_naiyou_wrap{
	    justify-content: space-between;
}
.text_tuning_span_a{
    margin-top: 10px;
    display: inline-block;
}
.tekiou_wrap .bg_gray_style_a.bg_gray_style_tuning{
	    height: 766px;
}
	.sinkyu_wrap .sinkyu_list_wrap {
    margin-bottom: 90px;
	}
.sinkyu_wrap .contents_mg_bottom_c{
	    margin: 0 auto 91px;
}
.single_sejutu_menu .one_btn{
	display:none;
}
.accordion_style_wrap{
	    margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
.sinkyu_wrap  .fl_wrap.right_position .text_box {
   left: 0%; 
}
.sinkyu_wrap  .wp-block-cover {
    width:auto;
}
	.fl_wrap.sikan_fl {
  width: 100%;
}
.sinkyu_wrap .h2_style_a_tuning{margin:0 auto 10%;}
	.bg_gray_style_a.bg_gray_style_tuning {
    background-color: #f5f5f5;
    height: 98rem;
    width: 64%;
    position: absolute;
    top: -94px;
    z-index: -1;
    right: 0;
}
.sinkyu_wrap .bg_gray_style_a {
    height: 46rem;
}
	.sinkyu_wrap .text_box {
    margin-left: 0%; 
}
	.sinkyu_wrap .contents_mg_bottom {
    margin-bottom: 160px;
}
	.tekiou_wrap .bg_gray_style_a.bg_gray_style_tuning{
    height: 98rem;
}
	.sinkyu_wrap .contents_mg_bottom {
    margin-bottom: 140px;
}
	.sinkyu_wrap .sinkyu_list_wrap {
    margin-bottom: 35px;
	}
.text_tuning_span_a{
    margin-top: 30px;
    display: block;
    margin-bottom: 20px;
}
	
.sinkyu_wrap .contents_mg_bottom_b {
    margin-bottom: 200px;
}
	.fl_wrap.sezyutu_naiyou_wrap {
    justify-content: space-between;
    flex-direction: column;
}
	.sezyutu_naiyou_wrap p {
    width: 100%;
}
	.sezyutu_naiyou_wrap img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
	
	.sezyutu_naiyou_wrap img{
		order:1;
	}
	.sezyutu_naiyou_wrap p{
		order:2;
	}
	{
	    width: 100%;
    margin: 0 auto;
	}
	.Label {
    width: 100%;
    margin: 0 auto;
    }
	.t_align.t_red {
    color: #000;
    margin-top: 0px;
   width: auto;
}
	.inner_img_a.img_mg_tuning{
		        margin: 0px auto 20px;
	}
	.h2_style_c.h2_title_tuning{
	margin-bottom:20px;	
	}
}
.key-console + .contents_area .margin_of_top{
	margin-top:20px
}
.img_position_left img{
	    width: 51vw;
}
.seitai_wrap .text_box p {
    width: 70%;
    margin-top: 3%;
}
.seitai_wrap .mg_bottom_tuning_a{
	    margin-top: 220px;
}
.seitai_kouka_list .seitai_wrap .text_box p {
    width: 70%;
    margin-top: 1%;
}
.seitai_kouka_list_ul li{
	    margin-top: 41px;
	    margin-bottom: 68px;
}
.seitai_kouka_list_ul li .fl_wrap{ 
	justify-content: space-between;
    padding: 20px;
    background-color: #f2f9fb;
	    border-radius: 3px;
}
.seitai_kouka_list_ul li .fl_wrap p:nth-child(1){
	width:64%;
}

.seitai_kouka_list_ul li .fl_wrap p:nth-child(2){
	width:32%;
}

.seitai_kouka_list_ul li .fl_wrap p:nth-child(2) img{
	    border-radius: 14px;
}
.seitai_kouka_list_ul li .fl_wrap b{ 
display: block;
font-size:24px;
}
.seitai_kouka_list_ul li .fl_wrap p{
	margin-top:0px;
}
.seitai_kouka_list .vk_heading_subtext{
	margin: 0 auto;
    display: block;
}
.seitai_wrap .price_text{
    margin-top: 30px;
    margin-bottom: 30px;
}
.link_list_blue{
    justify-content: space-between;
    width: 88%;
    margin-top: 32px;
}

.link_list_blue li a{    background-color: #337ab7;
    padding: 12px 27px;
    border-radius: 30px;
    color: #fff;
}
@media screen and (max-width: 768px) {
.img_position_left img {
    width: 100%;
}
.img_position_left .contents_mg_bottom_b {
    margin-bottom: 160px;
}
	.seitai_kouka_list_ul li .fl_wrap p:nth-child(1) , 	.seitai_kouka_list_ul li .fl_wrap p:nth-child(2){
		width: 100%;
	}
.link_list_blue {
    justify-content: space-between;
    width:100%;
    margin-top: 32px;
    margin-bottom: 33px;
}
	.seitai_wrap .text_box p {
    width: 100%;
    margin-top: 3%;
}
	.sezyutu_nagare_list .link_list_blue.fl_wrap{
    display: block;
}
 .link_list_blue li{
		margin-bottom:30px;
	}
.link_list_blue li a {
    background-color: #337ab7;
    padding: 8px 42px;
}
}
.link_list_blue li a svg{
	    margin-left: 7px;
}
.link_list_blue_single a{
    background-color: #337ab7;
    padding: 12px 27px;
    border-radius: 30px;
    color: #fff;
}
.link_list_blue_single{
    margin-top: 33px;
    text-align: center;
}
.fl_wrap.nagare_contents_b p:has(img){
	width:300px;
}
.nagare_contents_b .nagare_contents_left{
	    width: 62%;
    margin-left: 16px;
}
@media screen and (max-width: 768px) {
.top_price_icon {

}
	
.nagare_contents_b .nagare_contents_left {
    width: 97%;
    margin-left: 16px;
}
	.fl_wrap.nagare_contents_b p:has(img){
	width:100%;
}
}

@media screen and (max-width: 1700px) {
	.fl_wrap_style_b {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}
.bg_gray_style_a.bg_gray_style_b {
    background-color: #89c6d8;
    height: 31rem;
    width: 100%;
}
}	

.tyusya_ken{
	font-size: 16px;
	color: #3e3e3e;
	font-weight: bold;
    padding: 10px;
    background: #efefef;
    margin-bottom: 10px;
	border-top: 2px solid #45ae67;
		border-bottom: 2px solid #45ae67;
}

.news_content_sec article{
padding-bottom: 15px;
}

.tab_contens_box article{
    padding-bottom: 18px;
}

.sejutsu_link{
	text-decoration: underline #3e3e3e 1px;
	text-decoration-color:#3e3e3e;
}

.svg-inline--fa{
	padding-right: 9px;
}
.hamburger_btn{
    height: 38px;
    border-radius: 32px;
    width: 38px;
    top: 5px;
}
.hamburger_btn span:nth-of-type(1) {
    top: 7px;
}
.hamburger_btn span:nth-of-type(2) {
    top: 16px;
}
.hamburger_btn span:nth-of-type(3) {
    top: 25px;
}
.sp_access_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
@media screen and (max-width: 480px) {
  .sp_access_btn {
    margin-right: 3px;
  }  }
@media screen and (max-width: 350px) {
    .logo_img {
        max-width: 150px;
		margin-top:10px;
        margin-right: 10px;
    }
}.site_lead_text {
    width: 385px;
    margin: 30px auto 40px;
}
.no_contents {
    text-align: center;
    font-size: 33px;
    background-color: #cdcdcd;
    padding-top: 30%;
    padding-bottom: 30%;
}
.contents_area.contents_tuning_bottom {
    margin-bottom: 80px;
}
.flex_sb_d {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.two_bn_list.flex_sb_d li:nth-child(3){
    margin: 0 auto ;
}
.syozyomenu_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} .syozyomenu_ul li:nth-child(1) {
    border: solid 5px #e89f8c;
} .syozyomenu_ul li:nth-child(2) {

    border: solid 5px #7fca65;
} 
.syozyomenu_ul li:nth-child(1) p{
	font-size: 21px;
font-weight:bold;
    text-align: center;
    padding: 17px 0;
    color: #fff;
	background-color:#e89f8c;
}
.syozyomenu_ul li:nth-child(2) p{
	font-size: 21px;
	font-weight:bold;
    text-align: center;
    padding: 17px 0;
    color: #fff;
	background-color:#7fca65;
}
.syozyomenu_ul li{ 
width:49%;
}
.arrow_s {
  position: relative;
  display: inline-block;
}
.arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    margin: auto;
    right: -24px;
}

.title_style_fukidasi {
    position: relative;
    padding: 30px;
    text-align: center;
	font-size:30px;
	font-weight:bold;
    color: #7f3224;
	background-color: #fff;
}
.menu-img-onayami_box ul {
    padding: 2.7% 2.1% 1.5%;
    /* border: solid 3px #beaf45; */
    margin-top: -8px;
    background-color: #fff;
}
.menu-img-onayami_box li {
    display: flex;
    align-content: center;
    align-items: center;
}
.menu-img-onayami_box li {
    display: flex;
    align-items: center;
    padding-bottom: 1.6%;
    margin-bottom: 2%;
    border-bottom: dotted 3px #cabfbb;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.menu-img-onayami_box li img {
    width: 3.5%;
    margin-right: 12px;
}
.menu-img-onayami_box li p {
    width: 90%;
    line-height: 1.2;
    color: #792525;
    /* font-size: 16px; */
    font-weight: bold;
}

.title_style_fukidasi::after{
	  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
	  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}/*
.title_style_fukidasi {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #dddddd;
  font-size: 30px;
  border-radius: 3px;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}*/
.bg_lightorange{
	background-color:#f6b973;
}
.bg_lightorange.contents_tuning_bottom {
    background-color: #d8ae80;
    padding-bottom: 47px;
    padding-top: 39px;
    margin-bottom: 80px;
}
.bg_lightyellow.contents_tuning_bottom {
    background-color: #faf5da;
    padding-bottom: 47px;
    padding-top: 39px;
    margin-bottom: 80px;
}
.shadow_wrap{
	margin-bottom:13px;
}
.nagare_list li {
    position: relative;
    background-color: #fdf5ea;
    padding: 20px;
    border-radius: 10px;
	    margin-bottom: 40px;
    border: solid 4px #f58858;
}
.nagare_list.tokuyuo_list li:before {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 39%;
    height: 86px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -17px;
}
.nagare_list.tokuyuo_list li.list_li_1:before {
    background-image: url(../wp-content/themes/motoyawata/img/point_img1.png);
}
.nagare_list.tokuyuo_list li.list_li_2:before {
    background-image: url(../wp-content/themes/motoyawata/img/point_img2.png);
}
.nagare_list.tokuyuo_list li.list_li_3:before {
    background-image: url(../wp-content/themes/motoyawata/img/point_img3.png);
}
.nagare_list.tokuyuo_list li.list_li_4:before {
    background-image: url(../wp-content/themes/motoyawata/img/point_img4.png);
}
.nagare_list.tokuyuo_list li.list_li_5:before {
    background-image: url(../wp-content/themes/motoyawata/img/point_img5.png);
}
.nagare_list li .text_contents_a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
.nagare_list li img {
    width: 43%;
    margin-right: 10px;
    object-fit: contain;
}
.text_contents_b {
    width: 51%;
}
.tokuyuo_list h3 {
    margin-top: 5%;
    margin-bottom: 3%;
    align-items: center;
}
.tokuyuo_list h3 span{
	color: #fd740f;
}
.nagare_list li:last-child{
    margin-bottom: 0px;
}
.riyu_title{
	    margin-bottom: 66px;
}
.button_solid004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #9d6d3d;
    border-radius: 8px;
    border-bottom: solid 5px #7a4917;
}
.button_solid004 a:hover {
    border-bottom: solid 2px #7a4917;
    transform: translateY(3px);
}
.button_solid004
.arrow_s {
    position: relative;
    display: inline-block;
margin-left:0px;
    padding-left: 0px;
}
.button_solid004
.arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 2px;
    /* left: 0; */
    bottom: 0;
    margin: auto;
    right: -13px;
}
.zikan_tyusyaku p{
	font-weight:bold;
}

.zikan_tyusyaku p{
	font-weight:bold;
}
.orange_tyusyaku{
    margin-bottom: 8px;
    background-color: #a67743;
    color: #fff;
    border-radius: 6px;
    padding: 1% 42px;
    display: inline-block;
    text-align: center;
}
table.sinryou_time td.first {
    text-align: center;
}
.page_under_contents_sec .table_note_box{
    width: 75%;
    margin: 33px auto 0;
}
.zikan_tyusyaku{
	margin-top:20px;
}

.zikan_tyusyaku:has(.orange_tyusyaku){
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.site_lead_text {
    width: 59%;
    margin: 21px auto 24px;
}
.contents_area.contents_tuning_bottom {
    margin-bottom: 42px;
}
	.contents_area:has(.img_contents){
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}	
	.two_bn_list li {
    margin-bottom:13px;
}
	.flex_sb_d {
    margin-top: 20px;
}
	.button_li_wrap .flex_sb_c li{
		width:49%;
	}
	.button_li_wrap  .flex_sb_c {
    flex-direction:initial;
}
	.syozyomenu_ul li:nth-child(1) p ,	.syozyomenu_ul li:nth-child(2) p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
}
	.arrow_s:before {
    border-width: 9px 0 9px 12px;
 }
.menu-img-onayami_box li img {
    width: 7.5%;
    margin-right: 12px;
}
.bg_lightorange.contents_tuning_bottom ,.bg_lightyellow.contents_tuning_bottom{
    margin-bottom: 26px;
}
	.nagare_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    margin-top: 41px;
}
	.nagare_list.tokuyuo_list, .nagare_list.sezyutu_nagare {
    display: block;
    width: 100%;
}
	.nagare_list.tokuyuo_list li:before {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 22%;
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: -17px;
}
	.nagare_list li img {
    width: 100%;
    margin-right: 0px;
    object-fit: contain;
}
	.text_contents_b {
    width: 100%;
}
	.nagare_list li .text_contents_a {
    margin: 0 auto;
    display: block;
    justify-content: center;
    width: 100%;
}
	.riyu_title {
    margin-bottom: -8px;
}
.soudan_img_contents{
    /* width: 98%; */
    width: 100vw;
    /*margin-left: calc(50% - 50vw); */
}
	.bg_lightyellow.contents_tuning_bottom {
    background-color: #faf5da;
    padding-bottom: 43px;
    padding-top: 0;
    margin-bottom: 26px;
}
	.archive .tab_all_contents_box article, .top .tab_all_contents_box article {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px dotted #a67743;
    margin-bottom: var(--margin-m);
}
	.item_title a{
		    position: relative;
    width: 97%;
    display: block;
	}
		.item_title a:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #a67743;
    position: absolute;
    top: 0;
         left: -19px;
    bottom: 0;
    margin: auto;
    /* right: 0px; */
}.archive .tab_all_contents_box article, .top .tab_all_contents_box article {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px dotted #a67743;
    margin-bottom: 14px;
}
	.tab_contens_box article {
    padding-bottom: 0px;
} .top .tab_all_contents_box article {
    flex-direction: initial;
}
	.page_under_contents_sec .table_note_box {
    width: 100%;
    margin: 0 auto;
}
	.zikan_tyusyaku {
    margin-top: 9px;
}
	.zikan_tyusyaku:has(.orange_tyusyaku) {
    margin-bottom: 15px;
}
	.timetable{
		    margin-top: 16px;
	}
.orange_tyusyaku {
    padding: 1% 17px;
}
	
	.footer_menu_list{
		        justify-content: space-evenly;
	}
	.footer_menu_list li{
	width:30%;
}
	.footer_menu_list{
    background-color: #ffffffe7;
    padding-top: 11px;
    padding-bottom: 10px;
}
	.menu-img-onayami_box ul {
    padding: 5.7% 5.1% 5.5%;
    /* border: solid 3px #beaf45; */
    margin-top: -8px;
    background-color: #fff;
}
	.menu-img-onayami_box li {
    padding-bottom: 2.6%;

}
	.margin_of_top {
  margin-top: 77px;
}
}
.link_orenge{
	    display: block;
    color: #f58e26;
}
.header_nav li:has(.border_none){
	border-bottom: initial;
margin-bottom:0px;
display:none;
}
/* 料金ページ */
a.link-btn{
display: block;
    background: #a67743;
    color: #fff;
    border-radius: 9999px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    width: 50%;
    padding: 10px 25px;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
	margin-top:48px;
}

a.link-btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
}

a.link-btn:hover:after {
    opacity: 0.7;
}

@media screen and (max-width: 480px) {
a.link-btn{
display: block;
    background: #a67743;
    color: #fff;
    border-radius: 9999px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    width: 320px;
    padding: 10px 25px;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
	margin-top:48px;
}	
	
}

p.mb20 {
    margin-bottom: 20px;
}

span.deco {
    font-size: 24px;
    color: orange;
}

span.fw-b {
    font-weight: bold;
}
@media screen and (max-width: 480px) {
.copy_text {
    padding-bottom: 12%;
}}
.contents_area.onayami_section{
	    padding-bottom: 89px;
}
.light_onyami_text{
	    color: #a67743;
}
.underline_gray_title.onayami_text_style{
	    line-height: 40px;
}
.fukidsasi_style_midashi{
	padding:0.3em 0.9em;
	margin-bottom:20px;
	color:#fff;
	  position: relative;
  background: #a67743;
}
.fukidsasi_style_midashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #a67743;
  width: 0;
  height: 0;
}
	
@media screen and (max-width: 480px) {
.underline_gray_title.onayami_text_style {
    line-height: 35px;
    margin-bottom: 9px;
    font-size: 25px;
}}
.inner_contents_a{
    width: 90%;
    margin: 0 auto 36px;}

.inner_contents_a{
    width: 90%;
    margin: 0 auto 36px;}
.inner_contents_a .img_contents_single{
	width:100%;
	    margin-bottom: 17px;
}
@media screen and (max-width: 480px) {
.inner_contents_a{
    width: 100%;}
	.inner_contents_a .img_contents_single {
 margin-bottom:0;}
.img_contents_single + .flex_sb_d {
    margin-top: 12px;
}
}
@media screen and (max-width: 366px) {
.underline_gray_title.onayami_text_style {
    font-size: 22px;
}}
@media screen and (max-width: 768px) {
img.alignright , img.alignleft  {
    max-width: 90%;
}}
.logo_img img{
	width:100%;}
@media screen and (max-width: 415px) {
.access_hamburger p{
        font-size: 12.1px;
}
	.hamburger_btn::after {
    right: -3px;

}
	}
	
#notice_contents .item_date_cat li{
  display: none;
}
#notice_contents .item_date_cat li.notice{
  display: inline-block;
}
		#blog_contents .item_date_cat li{
  display: none;
}
#blog_contents .item_date_cat li.blog{
  display: inline-block;
}
#infertility_contents .item_date_cat li{
  display: none;
}
#infertility_contents .item_date_cat li.infertility{
  display: inline-block;
}
@media screen and (max-width: 768px) {
.item_date_cat {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.archive .tab_all_contents_box article{
    display: flex;
    border-bottom: 3px dotted #f18a03;
    flex-direction: column;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 31px;
	}
	.item_date{
		    margin-top: 4px;
    margin-bottom: 9px;
	}
}


/** アクセスページ　ここから　**/	
/** アクセスページ 共通*/
.accsess_style {

}

.accsess_style h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.accsess_style h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.accsess_style p {
  margin-bottom: 20px;
}

.accsess_style i {
  color: #f08624;
  margin-right: 0.5em;
}

/** アクセスページ 上部*/
.accsess_map {
  width: 50%;
  margin-right: 30px;
}

.accsess_map iframe {
  width: 100%;
  margin-bottom: 20px;
}

/** アクセスページ 駐車場について*/
.accsess_parking {
  margin-top: 100px;
}

.accsess_parking_wrap {
  display: flex;
  justify-content: center;
}

.accsess_parking_map {
  width: 50%;
  margin-right: 30px;
}

.lin_yellow {
  background-color: #fffd6b;
  background: linear-gradient(transparent 70%, #fffd6b 70%);
}

.parking_info_img {
  display: flex;
  max-width: 100%;
  margin-bottom: 20px;
}

.accsess_parking_info a {
  color: rgb(11, 230, 22);
  text-decoration: underline;
}

.accsess_parking_map img {
  border: solid 5px #f08624;
}
.access_contents_area {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
/** アクセスページ レスポンシブ*/
@media screen and (max-width: 768px) {
  .accsess_map {
    width: 100%;
    padding: 0px;
    margin-right: 0;
  }

  .accsess_parking_wrap {
    flex-wrap: wrap;
  }

  .accsess_parking_map {
    width: 100%;
    padding-right: 0px;
    margin: 20px 0;
  }

  .accsess_style {
    margin: 0 auto;
  }
.accsess_style p{
    clear:both;
  }
}

@media screen and (max-width: 480px) {
  .accsess_map iframe {
    height: 350px;
  }
}

.orange_table {
    width: 100%;
    margin: 30px 0 50px;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0;
}

.orange_table th,
.orange_table td {
    border: 1px solid #ddd;
    padding: 0.5em 0.75em;
    vertical-align: middle;
    font-size: 18px;
	background-color:#fff;
}

.orange_table th {
    color: #fff;
    background-color: #a67743;
}

.accsess_root{
text-align:center;
	margin-bottom:50px;
}
.accsess_root li{
}
.arrow_center {
	padding:15px 0;
	width:100px;
	margin:0 auto;
}

.accsess_root_box h3{
	text-align:center;
	margin:20px 0 10px;
}
.accsess_closing_map {
	margin: auto;
  display: block;
	text-align:center;
	padding:30px 0;
}
.accsess_root_c {
	margin-top:20px;
}
.item_date_cat ul{
	    display: flex;
}
.accsess_root_contents {
     width: 100%;
     max-width: 1200px;
     margin: auto;
	 margin-bottom:50px;
 }
 .accsess_root_contents img {
     width: 100%;
 }
 .accsess_root_text-center {
     text-align: center;
 }
 .accsess_root_flexbox {
     display: flex;
 }
 .accsess_root_box1 {
     width: 35%;
     margin: auto;
 }
 .accsess_root_box2 {
     width: 60%;
 }
.text-center.color_fd740f {
	color:#fd740f;
	font-weight:bold;
	font-size:20px;
}
 @media screen and (max-width: 767px) {
     .accsess_root_flexbox {
         display: block;
     }
     .accsess_root_flexbox .accsess_root_box1 {
         width: 100%;
         margin: 0 auto;
     }
     .accsess_root_flexbox .accsess_root_box2 {
         width: 100%;
         margin: 0 auto;
     }
	 .text-center {
		 margin-top:10px;
	 }
	 .text-center.color_fd740f {
		 text-align:center;
	 }
 }
/** アクセスページ　ここまで　**/	

/** スタッフ紹介ページ　ここから　**/	
.menfunin_voice_in {
  margin-bottom: 20px;
 background-color:#fff;
	padding:30px;
	border-radius:20px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
}	
.staff_page h3{
	margin-bottom:10px;
	color:#5a2815;
    padding: .2em .7em;
    border-left: 7px solid #f08624;
    background-color: #fdee9f;
	font-size:1.5em;
}
.menfunin_voice_flexbox{
     display: flex;
	 gap:20px;
	padding-bottom:10px;
 }
.menfunin_voice_box1 {
     width: 50%;
     margin: auto;
 }
.menfunin_voice_box2 {
	width:80%;
 }
.menfunin_voice_box_text {

}	
.staff_syugou_g img{
	width:100%;
	margin: auto;
  display: block;
}	
.menfunin_voice_box_text.staff_all {
	font-size:20px;
	font-weight:bold;
}
.menfunin_voice_box2.staff_all {
	width:60%;
 }

.staff_all_title{
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #793e0e;
    color: #793e0e;
	font-weight:700;
	margin:0 auto 36px;
	text-align:center;
}

.staff_all_title::before,
.taff_all_title::after {
    position: absolute;
	left: 50%;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.staff_all_title::before {
    background-color: #793e0e;
}

.staff_all_title::after {
    bottom: -11px;
    background-color: #fff;
}
.staff_all_box {
	text-align:center;
}
.staff_all_text {
	margin-top:20px;
}
.staff_sikaku {
	margin-bottom:10px;
}
.p_underline {
	text-decoration:underline;
}
.staff_keireki {
	margin-bottom:20px;
}
.menf_contents {
	margin-bottom:50px;
}
.staff_all_photo img {
	width:50%;
}
@media screen and (max-width: 768px) {
.menfunin_voice_flexbox{
         display: block;
}
.menfunin_voice_flexbox .menfunin_voice_box1 {
         width: 200px;
         margin: 0 auto;
}
.menfunin_voice_flexbox .menfunin_voice_box2 {
         width: 100%;
         margin: 0 auto;
		 padding-top:20px;
}
.menfunin_kansyu_flexbox{
         display: block;
}
.menfunin_kansyu_flexbox .menfunin_kansyu_box1 {
         width: 100%;
         margin: 0 auto;
}
.menfunin_kansyu_flexbox .menfunin_kansyu_box2 {
         width: 100%;
         margin: 0 auto;
		 padding-top:20px;
}
	.menfunin_item {
	text-align:center;
	float:none;
	max-width:100%;
	padding-right:0;
}
.staff_all_photo img {
	width:100%;
}
}
.menfunin_kansyu_in{
  margin: 20px 0;
 background-color:#fff;
	padding:30px;
	border-radius:20px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
}
.menfunin_voice_box12 img {
	margin:0 auto;
	width:100%;
}
}
/** スタッフ紹介ページ　ここまで　**/		


/** 男性不妊ページ　ここから　**/	
.men_nayami_contents1 {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .men_nayami_contents1 img {
 }
 .men_nayami_contents1_flexbox {
     display: flex;
	 gap: 20px;
 }
 .men_nayami_contents1_box1 {
     width: 70%;
     margin: auto;
 }
 .men_nayami_contents1_box2 {

 }
.text_red {
	color:red;
	font-weight:bold;
}
.mennayami_info_dounyu {
	margin:50px 0;
}
.syasen_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #793e0e;
	font-weight:bold;
	padding:.5em .7em .4em;
}

.syasen_title::before,
.syasen_title::after {
    width: 3px;
    height: 40px;
    background-color: #793e0e;
    content: '';
}

.syasen_title::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.syasen_title::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
 @media screen and (max-width: 767px) {
     .men_nayami_contents1_flexbox {
         display: block;
     }
     .men_nayami_contents1_flexbox .men_nayami_contents1_box1 {
         width: 100%;
         margin: 0 auto;
     }
     .men_nayami_contents1_flexbox .men_nayami_contents1_box2 {
         width: 100%;
     }
	 .men_nayami_contents1 img {
         width: 100%;		 
	 }
	 .syasen_title {
	font-size:20px;	 
	 }
	 .light_blue_text {
	font-size:20px;	 		 
	 }
 }
.mennayami_banner img{
	margin: auto;
	display: block;	
}
/** 施術の流れ　ここから　**/	
	.nagare_sejyutu_c {
  background-color: #fff;
  margin-bottom: 3%;
  border-radius:10px;	
  border:solid 4px #ff9900;
	}
.nagare_sejyutu_container {
  display: flex;
  margin: 10px 0;
	padding:10px;
	
  @media (max-width: 768px) {
    flex-direction: column;
  }	
}
	.nagare_sejyutu_e {
  background-color: #fff;
  padding: 20px;
	border-radius:10px;	
		border:solid 4px #793e0e;
	}
.nagare_sejyutu_c h4 {
    margin-bottom: 3%;
    display: flex;
    align-items: center;
	padding: .1em .5em;
    border-left: 5px solid #f08624;
    color: #f08624;
	}		
.nagare_sejyutu_in {
    display: flex;
}
 @media screen and (max-width: 768px) {
     .nagare_sejyutu_in {
         display: block;
     }
     .nagare_sejyutu_in .nagare_sejyutu_in li {
         width: 100%;
         margin: 0 auto;
     }
 }
.nagare_sejyutu_in li{
	padding:10px;
}

.first_flow_list li.nagare_sejyutu_in {
		padding:0;
	}
	
.nagare_sejyutu_in2 {
    position: relative;
    padding: 10px;
 margin-bottom: 40px;
	}	
.nagare_sejyutu_in2 img {
    width: 43%;
    margin-right: 10px;
    object-fit: contain;
}
.nagare_sejyutu_in2_text {
	padding-left:20px;
	width:140%;
}	

@media screen and (max-width: 768px) {
.nagare_sejyutu_in2_text {
	padding-left:0px;
	padding-top:10px;
}
}

.nagare_sejyutu_in h3 {
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}	
.nagare_sejyutu_in h3:before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 1.2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #793e0e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  flex: none;
	padding-bottom:1px;
}


	.nagare_sejyutu2_contents {
     margin: auto;
 }
 .nagare_sejyutu2_contents img {
     width: 100%;
 }
 .text-c {
 }
 .nagare_sejyutu2_flexbox {
     display: flex;
	 gap: 0 2%;
 }
 .nagare_sejyutu2_box1 {
	 width:350px;
 }
 .nagare_sejyutu2_box3 {
	 width:100%;
 }
 @media screen and (max-width: 768px) {
     .nagare_sejyutu2_flexbox {
         display: block;
     }
     .nagare_sejyutu2_flexbox .nagare_sejyutu2_box1 {
         width: 100%;
         margin: 0 auto;
		 padding-right:0px;
     }
     .nagare_sejyutu2_flexbox .nagare_sejyutu2_box2 {
         width: 100%;
         margin: 0 auto;
		 margin-top:10px;
     }
 .nagare_sejyutu2_box2 {
	 padding-left:0px;
 }
 }
 .nagare_sejyutu2_box2 {
	width: 550px; 
 }
/** 施術の流れ　ここまで　**/	
.nagare_list.mennayami_list li:before {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 39%;
    height: 86px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -17px;
}
.nagare_list.mennayami_list li.list_li_1:before {
    background-image: url(https://motoyawata-harikyu.koyo-ad.com/wp-content/themes/motoyawata/img/men_to01.png);
}
.nagare_list.mennayami_list li.list_li_2:before {
    background-image: url(https://motoyawata-harikyu.koyo-ad.com/wp-content/themes/motoyawata/img/men_to02.png);
}
.nagare_list.mennayami_list li.list_li_3:before {
    background-image: url(https://motoyawata-harikyu.koyo-ad.com/wp-content/themes/motoyawata/img/men_to03.png);
}
.nagare_list.mennayami_list li.list_li_4:before {
    background-image: url(https://motoyawata-harikyu.koyo-ad.com/wp-content/themes/motoyawata/img/men_to04.png);
}
.mennayami_list h3 {
	margin-bottom:3%;
	font-weight:500;
}
.mennayami_contents2 {
	margin-bottom:40px;
}
.nagare_men_793e0e {
	color:#793e0e;
}
.color_fd740f {
	color:#fd740f;
}
/** 男性不妊ページ　ここまで　**/	


/****************はじめての方へページ　ここから****************/	
/* アコーディオン　ここから */
/** よくある質問 */
.qa-7 {
    max-width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #f6b973;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* アコーディオン */
/** よくある質問ここまで */


/* 料金部分ここから */

.price_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price_table_box {
  width: calc(100% / 2 - 30px);
  /*margin-right: 21px;*/
  margin-bottom: 35px;
}

.price_table_box.osusume_box {
  border: 6px solid #00bab3;
  width: 100%;
  margin-right: 0;
}

.price_table_item td.osusume_lesson_time {
  padding: 17px;
}

.price_table_item td.osusume_lesson_time .time {
  margin: 10px auto;
  font-size: 17px;
}

.price_table_box:nth-of-type(2n + 1),
.price_table_box:last-child {
  margin-right: 0;
}

.price_table_box h3 {
  background-color: #46c2c4;
  color: #fff;
  text-align: center;
  font-size: 23px;
}

.price_table_box.osusume_box h3 {
  border: 1px solid #333;
}

.price_table_box.osusume_box h3 span {
  background-color: #fb3232;
  color: #fff;
  padding: 3px;
  font-size: 13px;
  margin-right: 10px;
}

.price_table_box.osusume_box th {
  width: 120px;
}

.price_table_item {
  border: 1px solid #5a5a5a;
  border-collapse: collapse;
  width: 100%;
}

.price_table_item th {
  background-color: #fceea4;
  padding: 10px;
  width: 60px;
}

.price_table_item td {
  background-color: #fff;
  padding: 22px 10px 12px 0px;
}

.price_table_item .second {
  height: 173px;
}

.price_table_item th,
.price_table_item td {
  border: 1px solid #5a5a5a;
  text-align: center;
	width:50%;
	vertical-align: middle;
}

span.price_big {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
 color:#ff6c00;
}
@media screen and (max-width: 768px) {
span.price_big {
  font-size: 28px;
}
}
span.tax {
  display: block;
  text-align: right;
  line-height: 1;
}

table.time {
  margin: 0px auto;
  border-collapse: collapse;
}

.lesson_time {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
}
.align_tuning_a {
  text-align: left;
}

.sub_lesson_time {
  font-weight: 600;
}

table.time th,
table.time td {
  font-weight: normal;
  border: none;
  padding: 0 5px;
  border-bottom: 5px solid #fff;
  line-height: 1.4;
}

.price_table_item td.price_remarks {
  text-align: center;
  padding: 15px 0;
  border: none;
}

.price_remarks p {
  line-height: 1.5;
}

.price_remarks a {
  color: rgb(255, 0, 0);
  text-decoration: none;
        font-size: 18px;
}

.price_remarks a:hover {
  opacity: 0.5;
}

.week_day_table td.second {
  height: 100px;
	padding:10px;
}

.holiday_table td.second {
  height: 118px;
}

.ryoukin_title {
  background: #151515;
  color: #00bab3;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.ryoukin_title::before,
.ryoukin_title:after {
  position: absolute;
  content: "";
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  z-index: 10;
  background-color: #00bab3;
}

.ryoukin_title::before {
  top: 45px;
  left: 190px;
  width: 40%;
  height: 500%;
}

.ryoukin_title::after {
  top: 200px;
  right: -548px;
  width: 40%;
  height: 500%;
}

.price_table_item th.price_remarks_title {
  background-color: #f6af4f;
}

.price_table_box2 th {
    width: 50%;
}



.price_midashi{
    display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 30px auto 20px;
	align-items: center;
	padding: 10px 5px;
	text-align: justify;
}
.price_midashi img {
    width: 50%;
	border-radius: 15px;
}
.text-start {
    text-align: start;
}
.price_table_box th {
    width: 50%;
}
.price_text1{
   font-weight:bold;
   font-size: 23px;
}
.price_text2 {
	font-weight: bold;
	font-size: 23px;
	color: orange;
	text-decoration: underline;
	line-height:2.0rem;
}
.price_text3 {
    font-size: 23px;
    font-weight: 600;
}
.price_text4{
	font-size: 21px;
}
span.price_text_5 {
    color: #f4689a;
    font-weight: 600;
}
.price_tittle {
  position: relative;
  padding: 0.6em;
  background: #fff;
  border-radius: 20px;
}

.price_tittle:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
}

.yellow_mrk {
  background: linear-gradient(transparent 66%, #f5f804 23%);
}
.new_icon{position:relative;}
th.new_icon span:before {
    content: "NEW";
	background: #f4689a;
  　display:block;
    font-size:18px;
    width:70px;
    height:30px;
	color: white;
	padding: 6px 6px;
	border-radius: 10px;
	position: absolute;
	top: 5px;
	left: 25px;
  	
}
.osusume_icon{position:relative;}
th.osusume_icon span:before {
	 content: "オススメ";
    
    display:block;
    font-size:18px;
    width:90px;
    height:30px;
    background: #2f5bf2;
    color:white;
    padding:0px 6px;
    border-radius:10px;
    position:absolute;
    top: 5px;
    left:25px;
    line-height: 30px;
}
.icon_position  {
    display:inline-block;
    padding-top:30px;

}
.price_table_box2 {
  width: 100%;
  margin-bottom: 35px;
}

.price_table_box.osusume_box2 {
  border: 6px solid #00bab3;
  width: 100%;
  margin-right: 0;
}

.price_table_box2:nth-of-type(2n + 1),
.price_table_box2:last-child {
  margin-right: 0;
}
.price_table_box2 th {
    width: 50%;
}
.price_midashi p {
    margin: 0;
}
.price_table_box2 span.price_big {
  font-size: 54px;
  
}
.course_link2 {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.course_link2::after {
  position: absolute;
  right: -19px;
  top: 5px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid orange;
  border-top: 3px solid orange;
  transform: rotate(45deg);
}
.onyami_ul .list_text_a {
	line-height: 26px;
}
.banner_center_tuning{
	display:blockl;
margin:0 auto;
}
#this_line_box {
	display:none;
}
#this_web_box{
	        opacity: 0;
	height:0;
}
.price_big2 {
	font-size:18px;
	color:#ff6c00;
}
.price_red {
	color:red;
	font-size:23px;
}
.price_small {
	font-size:18px;
}
.price_big3 {
	font-size:30px;
}

.price_button3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #a67743;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	margin-top:20px;
}
.price_button3 a {
    color: #fff;
}
.price_button3:hover {
opacity: 0.7;
}

/* 料金部分ここまで */


.intyo_name {
	padding: .2em .4em;
    border-left: 5px solid #793e0e;
	font-weight:bold;
}
.intyo_title {
	margin-top:10px;
	font-weight:bold;
	font-size:20px;
	color:#793e0e;
}
.staff_certificate2 {
	width:100%;
  justify-content: center;
  align-items: center;
}
.staff_certificate_i {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
.staff_certificate2 {
	width:100%;
	margin:0 auto;
	text-align:center;
}	
	.staff_certificate2 img {
	width:50%;
	}
}
.intyo_sikaku {
	padding:5px;
	text-align:center;
	margin:20px 0;
  border-bottom: 3px solid #a67743;
	color:#a67743;
	font-weight:bold;
	font-size:23px;	
}	
.staff_certificate2 img {
	padding:0 20px;
}

/** 清潔な院内３カラム　ここから */
.clarm {
    display: flex;
    justify-content: space-between;
flex-wrap: wrap;
}
.clarm li{
width: 32%;
    margin-bottom: 3%;
	background-color :#fff;
	padding:15px;
	border-radius:10px;
border:solid 4px #ff9900;
}
.clarm.cause_contents{
	width: 71%;
    margin: 0px auto 4rem;
}

.clarm li img {
	margin-bottom:10px;
}

.clarm2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
flex-wrap: wrap;
}
.clarm2 li{
width: 49%;
    margin-bottom: 3%;
	background-color :#fff;
	padding:15px;
	border-radius:10px;
border:solid 4px #ff9900;	
	
}
.clarm2.cause_contents{
	width: 71%;
    margin: 0px auto 4rem;
}
.clarm.goriyou li{
width: 32%;
    margin-bottom: 3%;
	background-color :#fff;
	padding:20px;
	border-radius:10px;
	border:0;
}
.clarm.c2 li{
width: 49%;
    margin-bottom: 3%;
	background-color :#fff;
	padding:15px;
	border-radius:10px;
	border:0;
}

.taisitukaizen {
	text-align:center;
	background-color:#793e0e;
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	border-radius:10px;
}

@media screen and (max-width: 768px){
.clarm.cause_contents.clarm2 {
    width: 100%;
    margin: 0px auto 2rem;
}

.clarm.tokuyuo_list , .clarm2.kajyanowariai{
		display: block;
    width: 100%;
	}	
.clarm.tokuyuo_list li , .clarm2.3clarm.kajyanowariai li{
    width: 100%;
    margin-bottom: 5%;
}
.clarm.kajyanowariai.clarm2{
	margin-bottom:0px;
}
.hatumousezyutu.clarm li.clarm2 li {
    width: 31%;
    margin-bottom: 3%;
}

.hatumousezyutu.clarm li {
    width: 31%;
    margin-bottom: 3%;
}
.hatumousezyutu.clarm li img{
	display:block;
margin:0 auto;
}
.hatumousezyutu.clarm li h3{
    height: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;}
}
.list_text_tebiki {
	font-size:16px;
}
@media screen and (max-width: 738px){
.clarm.wariai_box li img {
    width: 80%;
	  margin: auto;
  display: block;
}
.clarm li img {
    width: 100%;
  display: block;
}
.clarm li {
    width: 100%;
	padding:20px 20px 30px 20px;
    margin-bottom: 4%;
}
.clarm2 li img {
    width: 100%;
}
.clarm2 li {
    width: 100%;
	padding:10px;
    margin-bottom: 3%;

}	
	.clarm.tokuyuo_list li:last-child{
	margin-bottom:0px;
}	
.clarm.goriyou li {
    width: 100%;
	padding:20px;
    margin-bottom: 3%;

}
.clarm.c2 li {
    width: 100%;
	padding:10px;
    margin-bottom: 3%;

}	
}
/** 清潔な院内３カラム　ここまで */

.img_henkin {
	width:60%;
	margin: auto;
  display: block;
	margin-bottom:40px;
}
@media screen and (max-width: 768px) {
.img_henkin {
	width:100%;
}		
}



/** 推薦のお声 */
.recommend_img_text {
  margin-bottom: 20px;
 background-color:#fff;
	padding:30px;
	border-radius:20px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
}

.recommend_img_text h3 {
  font-weight: 600;
	text-align:left;
}

.recommend_img_text dt {
  font-weight: 600;
  margin-bottom: 10px;
}

.recommend_img_text dd{
}


.recommend_suiseng {
  float: left;
  max-width: 330px;
	margin-right:20px;
}

.recommend_titele {
		display:flex;
	}
.recommend_titeleg{
	width:80px;
}
.recommend_text {
	padding-left:20px;
	width:90%;
}
.recommend_suisen_text {
	text-align:left;
}
@media screen and (max-width: 768px) {
	.recommend_titele {
		display: block;
	}
.recommend_titeleg{
	margin: 0 auto;
	padding-bottom:5px;

}
.recommend_img_text h3 {
		font-size:20px;
	}
.recommend_suisen_text {
		clear:both;
		padding-top:10px;
	}
.recommend_text {
	padding-left:0px;
	width:100%;
}
.recommend_suiseng {
  max-width: 100%;
	margin-right:0px;
	text-align:center;
}
.suisen_name {
		text-align:center;
	}
}
.free_area_content_sec::after,
.syoujou_subtitle_contents::after,
.recommend_img_text:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 480px) {
  .recommend_img_text h3 {
    font-size: 18px;
  }

  .recommend_img_text .img {
    float: none;
    max-width: 250px;
    margin: 0 auto 15px;
  }
}

.suisen_name {
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}
.kojin_kansou {
	font-size:14px;
	text-align:right;
}



.items {
    width: 48%;
    margin-bottom: 24px;
}

.point8_IN {
    display: flex;
    justify-content: center;
}

.grad_boxIN {
    border: dotted 4px #793e0e;
    padding: 10px;
    margin: 20px 0 40px 0;
}

h3.reset.heading_point.ffs{
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
	padding-left: 68px;
}

span.circle {
    position: relative;
    display: block;
    /* width: 70px; */
    /* height: 70px; */
    /* border-radius: 50%; */
    /* background: #ff9900; */
    margin-right: 10px;
}

span.icon_reason_number {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #f08624;
    border-radius: 50px;
}

span.txtred {
    color: red;
}

span.txtno {
    font-size: 32px;
    vertical-align: -6%;
    padding-left: 0.2em;
    padding-right: 0.1em;
}

.bg_listframe02 {
    max-width: 80%;
    margin: 20px auto;
	text-align: left;
}
.bg_res5title {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
	margin-top:48px;
}

h3.reset.circle_line p {
    text-align: left;
}

h3.reset.circle_line{
	border:4px solid #793e0e;
	margin:20px 0px;
	color: #793e0e;
	padding:5px;
}

h3.reset.harikyu_title {
    color: #793e0e;
    font-weight: 700;
}

.fl {
    display: flex;
    align-items: flex-start;
    width: 730px;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .recommend_suiseng {
		float: none;
    }
	
	.point8_IN {
    display: block;
}
	
	.items {
    width: 100%;
    margin-bottom: 24px;
}
	
	.fl {
    display: block;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
		width:100%;
}
}
h3.reset.title_q,
h3.reset.title,
h3.reset.cost_title,
h3.reset.voice_title03.txtnoto,
h3.detail_ttl,
p.title{text-align: center;
    color: #793e0e;
    font-weight: bold;
    align-items: center;
	margin-bottom:20px;
}
p.mt20 {
    margin-top: 20px;
	text-align: center;
}
.bg_harikyu {
    display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.bg_harikyu .items {
    width: 48%;
}
.contents_area.contents_tuning_bottom.men_center {
	text-align:center;
}
.bg_lightyellow.contents_tuning_bottom.men_center {
	text-align:center;
}
.qa_big {
	font-weight:bold;
	color:#793e0e;
}.conv_box {    
	width: 100%;
     margin: auto;
}
 .conv_list {
 display: flex;
      flex-wrap: wrap;
 }
.conv_list li {
      width: 33%; /* 列の幅を均等に分配し、マージンを考慮して計算 */
      padding: 10px;
      box-sizing: border-box;
      box-shadow:none;
      margin-bottom:0px;
}
.nagare_sejyutu2_flexbox.conv {
	margin-bottom:20px;
}
.text-conv {
	padding-top:45px;
}
.text-s {
}
.nagare_sejyutu2_box1 h4 {
	color:#793e0e;
	font-weight:bold;
	padding: .3em .7em;
    border-left: 5px solid #793e0e;
	margin:5px 0;
}
.kyusin4list {
	display: flex;
}
.kyusin4list li {
	width:350px;
	box-shadow:none;
	margin-bottom:0px;
}
.text-c5 {
	margin-bottom:20px;
}
@media screen and (max-width: 768px) {
	.text-conv {
		padding-top:0px;
	}
	.nagare_sejyutu2_box2 {
		width:100%;
	}
	.kyusin4list {
         display: block;		
	}
	.kyusin4list li {
		width:100%;	
		margin: 0 auto;
}
}
@media screen and (max-width: 1040px) {
	.nagare_sejyutu2_box2 {
		width:60%;
	}	
}
.bg_faf5da {
	background-color:#faf5da;
	padding-top:50px;
}
.offerb {
	padding-bottom:47px;
	padding-top:39px;
}

/**　もっとみるアコーディオンここから**/
/*ベース*/
/*ベース*/
.accsess_toggle {
	display: none;
}
.button_intyo {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#f08624;
	max-width:250px;
border-radius:10px;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
}
.button_intyo::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.button_intyo,
.accsess_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accsess_content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.accsess_toggle:checked + .accsess_Label + p + .accsess_content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.accsess_toggle:checked + .accsess_Label::before {
	transform: rotate(-45deg) !important;
}
.default-view {
	padding-bottom:10px;
}
.hidden-view{
    display: none;
}
input[type="checkbox"]#trigger{
    display: none;
}
input[type="checkbox"]#trigger:checked ~ .hidden-view{
    display: block;
}
input[type="checkbox"]#trigger:checked ~ .button::before{
    content: "閉じる";
}
/**　もっとみるアコーディオンここまで**/
.top_space {
	padding-top:30px;
}
/****************はじめての方へページ　ここまで****************/	

.tab_list .notice a,
.item_date_cat ul li.notice .cat_name
{
background:#46b07b;
}
.tab_list .blog a,
.item_date_cat ul li.blog .cat_name{
background:#4383b2;
}
.tab_list .infertility a ,
.item_date_cat ul li.infertility .cat_name{
background:#caa7c8;
}
.archive .tab_all_contents_box#notice_contents article{
	    border-bottom: 3px dotted #0cdc74;
}

.archive .tab_all_contents_box#blog_contents article{
	    border-bottom: 3px dotted #038cf1;
}
.archive .tab_all_contents_box#infertility_contents article{
	    border-bottom: 3px dotted #e7a2e2;
}
.archive .item_title {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
.archive .item_title {
    margin-top: -11px;
}}

p.p_right {
    text-align: right;
	font-size: 0.8em;
}

@media screen and (max-width: 540px) {
	.staff_all_title{
		font-size: 22px;
		padding:0;
		padding-bottom: 15px;
	}
	.menfunin_voice_in{
		padding: 25px;
	}
.logo_img img {
    width: 100%;
}
}

.mt_30{
	margin-top:30px;
}

@media screen and (max-width: 480px) {
  .hamburger_btn {
	      top: 2px;
    width: 39.3px;
  }
.hamburger_btn::after {
    top: 10px;
}
}

@media screen and (max-width: 390px) {
	.sp_access_btn.top_price_icon {
		margin-right:110px;		
	}
	.sp_access_btn {
    width: 24px;
		position:absolute;
		margin-right:60px;
		margin-top:2px;
}	
}
@media screen and (max-width: 340px) {
img.alignright , img.alignleft  {
    max-width: 90%;
}
.hamburger_btn {
    top: 9.8px;
    width: 39.3px;
}
	.hamburger_btn::after {
    top: 0.7rem;
}
.hamburger_btn::after {
    top: 9px;
}
}


/* 妊娠を希望される方へページ　ここから */
section.contents_area.contents_tuning_bottom.men_center.ninkatu_top {
    max-width: 1000px;
}
section.contents_tuning_bottom.men_center.ninkatu_top {
    padding-bottom: 40px;
}

h2.ninkatu_ttl_img {
    margin-bottom: 32px;
}

.kouka_box {
    background: #fff;
}

p.kouka_box_ttl {
    font-size: 22px;
	margin-bottom: 20px;
}

span.fc_red {
    color: #f3525e;
}

.kouka_box_flex {
    display: flex;
}

p.kouka_box_text {
    border: 1px solid #f3525e;
    padding: 5px;
}

.kouka_box {
    background: #fff;
    padding: 2% 5%;
    max-width: 768px;
    margin: 0 auto;
}

img.kouka_sankaku {
    margin-bottom: 20px;
}

img.kouka_box_fleximg {
    width: 60%;
    margin-right: 10px;
}

p.kouka_box_flextext.kouka_box_item {
    text-align: left;
}

p.right {
    text-align: right;
    font-size: 14px;
}

span.fw_bold {
    font-weight: bold;
}

@media (max-width: 768px){
.kouka_box_flex {
    display: block;
}
img.kouka_box_fleximg {
	width: 100%;
}
	p.kouka_box_ttl {
        font-size: 18px;
        margin: 20px 0px 20px 0px;
    }

}
.tab_list .notice a,
.item_date_cat ul li.notice .cat_name
{
background:#46b07b;
}
.tab_list .blog a,
.item_date_cat ul li.blog .cat_name{
background:#4383b2;
}
.tab_list .infertility a ,
.item_date_cat ul li.infertility .cat_name{
background:#caa7c8;
}
.archive .tab_all_contents_box#notice_contents article{
	    border-bottom: 3px dotted #0cdc74;
}

.archive .tab_all_contents_box#blog_contents article{
	    border-bottom: 3px dotted #038cf1;
}
.archive .tab_all_contents_box#infertility_contents article{
	    border-bottom: 3px dotted #e7a2e2;
}/*
#all_contents .item_date_cat ul li .cat_name {
    background: #ea8203 !important;
}*/

.bg_why {
    margin: 0 0 2.5em;
}

.cta_area {
    margin-bottom: 40px;
}

.bg_worry{
    max-width: 768px;
    text-align: center;
    margin: 20px auto;
}

.bg_worry p.catch {
/*     font-family: 'Noto Serif JP', sans-serif; */
    font-size: 3vw !important;
    line-height: 1.7;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.07em;
    padding: 0;
    margin: 0 !important;
}

.bg_worry .txtbig {
    font-size: 120%;
}

p.zokusei {
    border-top: 2px dotted orange;
    padding-top: 20px;
    margin-top: 20px;
    text-align: right;
}

.txtblue {
    color: #1869ab;
}
		.item_title a:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #ea8203;
    position: absolute;
    right: auto;
    margin: auto;
margin-left:7px;
			margin-top: 4px;
}
@media (max-width: 768px){
		.item_title a:after{
    top: 0;
    bottom: 0;
}}
.archive .item_title{
	margin-left:0px;
}
#notice_contents .item_title a:after {
    border-color: transparent transparent transparent #46b07b;
}
#blog_contents .item_title a:after {
    border-color: transparent transparent transparent #4383b2;
}
#infertility_contents .item_title a:after {
    border-color: transparent transparent transparent #caa7c8;
}

.bg_harikyu {
    display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.bg_harikyu .items {
    width: 48%;
}

h3.reset.title_q,
h3.reset.title,
h3.reset.cost_title,
h3.reset.voice_title03.txtnoto,
h3.detail_ttl,
p.title{text-align: center;
    color: #fd740f;
    font-weight: bold;
    align-items: center;
	margin-bottom:20px;
}



.items {
    width: 48%;
    margin-bottom: 24px;
}

.point8_IN {
    display: flex;
    justify-content: center;
}

.grad_boxIN {
    border: dotted 4px #ff9900;
    padding: 10px;
    margin: 20px 0 40px 0;
}

h3.reset.heading_point.ffs{
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
	padding-left: 68px;
}

span.circle {
    position: relative;
    display: block;
    /* width: 70px; */
    /* height: 70px; */
    /* border-radius: 50%; */
    /* background: #ff9900; */
    margin-right: 10px;
}

span.icon_reason_number {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #f08624;
    border-radius: 50px;
}

span.txtred {
    color: red;
}

span.txtno {
    font-size: 32px;
    vertical-align: -6%;
    padding-left: 0.2em;
    padding-right: 0.1em;
}

.bg_listframe02 {
    max-width: 80%;
    margin: 20px auto;
	text-align: left;
}
.bg_res5title {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
	margin-top:48px;
}

h3.reset.circle_line p {
    text-align: left;
}

h3.reset.circle_line{
	border:4px solid #fd740f;
	margin:20px 0px;
	color: #fd740f;
}

h3.reset.harikyu_title {
    color: #793e0e;
    font-weight: 700;
}

.fl {
    display: flex;
    align-items: flex-start;
    width: 730px;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .recommend_suiseng {
		float: none;
    }
	
	.point8_IN {
    display: block;
}
	
	.items {
    width: 100%;
    margin-bottom: 24px;
}
	
	.fl {
    display: block;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
		width:100%;
}
}


.menfunin_voice_qes {
padding-bottom:10px;
}
.kiji_bunseki {
background:#f6af4f;
color:#fff;
}
.kiji_bunseki_carerr {
background:#f6af4f;
color:#fff;
padding:5px 10px;
border-radius:3px;
margin:10px 0;
}
.kiji_bunseki_name {
font-size:19px;
font-weight:bold;
margin:15px 0;
}
.menfunin_kansyu_box2 {
margin:0;
}
.menfunin_voice_q {
font-weight:bold;
}
.menfunin_content1.bt_space{
padding:30px 30px 130px 30px;
}
@media screen and (max-width: 768px) {
.menfunin_content1.bt_space{
padding:30px;
}
}
@media screen and (max-width: 768px) {
	
  .access_hamburger p {
	  text-align:center;
color:#5a2815;
	  font-size: 11px;
	padding-top: 7px;
	  font-weight:bold;
	  width:50px;
  }}
.site_lead_text h1 {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #3c1a00;
margin-bottom:0;
}
.archive .item_title {
    margin-left: 19px;
}
@media screen and (max-width: 768px) {
	
.archive .item_title {
 margin-left:0px;
	margin-bottom:12px;
	}}

h2.underline_orange_title#heading14 , .link_tuning{
    margin-top: -200px;
	padding-top: 200px;}

.men_list_text_a{
	text-align:left;
}

dl.recommend_suisen_text_ninkatu {
    text-align: left;
  }

  .recommend_suisen_disc {
    display: flex;
    justify-content: space-around;
}

span.suisen_ninkatu_name {
    font-size: 24px;
}

.suisen_box.ninkatu_suisen {
    width: 85%;
    margin: auto;
}

.recommend_suiseng.suisen_ninkatu_img {
    margin-right: 150px;
}

ul.menwhy_list.menhari_list {
    width: 85%;
    margin: auto;
}

@media screen and (max-width: 768px) {
	ul.menwhy_list.menhari_list {
    width: 90%;
    margin: auto;
}
.recommend_suiseng.suisen_ninkatu_img {
    margin-right: 0px;
}
	
	.menhari_list h3 {
    margin-bottom: 3%;
     display: block;
    align-items: center;
    color: #fd740f;
}
	
	.bg_worry p.catch {
    /* font-family: 'Noto Serif JP', sans-serif; */
    line-height: 1.7;
		font-size: 5.5vw !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.07em;
    padding: 0;
    margin: 0 !important;
}
	
	p.kouka_box_flextext.kouka_box_item {
    text-align: left;
    margin-bottom: 20px;
}
	
	.bg_listframe02 {
     max-width: 100%; 
    margin: 20px auto;
    text-align: left;
}
}

img.ph.lazy-loaded.ninkatu_point {
    border: 3px solid #fd740f;
    margin-bottom: 5px;
}

p.ninnshinlitu_text {
    text-align: left;
}

.txtbold {
    font-weight: 700;
}
.txtred {
    color: red;
}

ol.ninkatsu_flow_list.flex_a li {
    width: calc(33.3333% - 15px);
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

ol.ninkatsu_flow_list.flex_a {
    display: flex;
    /* justify-content: space-between; */
	flex-wrap: wrap;
	counter-reset: number 0;
	margin-top:20px;
}
@media screen and (max-width: 768px) {
	ol.ninkatsu_flow_list.flex_a {
    display: flex;
    flex-direction: column;
	text-align:center;
}
	
ol.ninkatsu_flow_list.flex_a li {
    width: 95%;
    display: flex;
    flex-direction: column;
    /* margin-right: 15px; */
    margin: 0 auto;
    padding: 10px;
}		
}
.ninkatsu_flow_list {
    flex-wrap: wrap;
    counter-reset: number 0;
}

.ninkatsu_flow_list li {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}

.ninkatsu_flow_list li:nth-of-type(1),
.ninkatsu_flow_list li:nth-of-type(2),
.ninkatsu_flow_list li:nth-of-type(3) {
    margin-bottom: var(--margin-s);
}

.ninkatsu_flow_list li h3 {
    padding: 0 0 10px;
    display: flex;
    align-items: center;
	height:50px;
	color:#a67743;
}

.ninkatsu_flow_list li h3::before {
    counter-increment: number 1;
    content: counter(number);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: 0.8em;
    padding: 3px;
    background-color:#a67743;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    flex: none;
}

.ninkatsu_flow_list li .text {
    text-align:right;
}
.voice_q {
	font-weight:bold;
		color:#793e0e;
}
.voice_a {
	padding-bottom:10px;
}
.button24 {
	width:70%;
	height:auto;
	padding-top:20px;
}
.small_text {
	font-size:20px;
}
.paddingtop_space {
	padding-top:40px;
}
.button24_p {
	text-align:center;
	color:#f68d00;
	font-weight:bold;
    padding: .5em .7em;
    background-color: #fff;
    border-radius: 50px;
	margin:10px auto;
	width:70%;
}
.button24_p.color793e0e {
		color:#793e0e;
}
@media screen and (max-width: 768px) {
.button24 {
	width:100%;
	height:auto;
	padding-top:20px;
}	
.button24_p {
	width:100%;	
}	
}
.voice_a_color {
	color:#793e0e;
	font-weight:bold;
}
.voice_man {
	color:#3b7ab0;
	font-weight:bold;
}
.voice_wife {
	color:#f3525e;	
	font-weight:bold;
}
.voice__block {
	padding-top:20px;
	clear:both;
}
.voice_inline_block {
    display: inline-block;      /* インラインブロック要素にする */
}
.voice_inline_block.voice_sub1 {
	background:#dcd8ca;
	width:150px;
	margin:0 0 .4em;	
	border-radius: 20px;
	margin-bottom:10px;
	    padding:  10px;             /* 余白指定 */
}
.voice_inline_block.voice_sub2 {
	padding-right:20px;
}
.header_nav li.border_none{
		display:none;
	}
@media screen and (max-width: 768px) {

.header_nav li.border_none{
		display:block;
	}
.voice_inline_block.voice_sub1 {
	width:100%;
	margin-bottom:0px;
}	
.voice_inline_block.voice_sub2 {
	padding-right:0px;	
	padding-bottom:10px;
}
	
.header_nav li:has(.border_none){
display:block;
}
	.header_nav li.border_none_top {
    margin-top: 21px;
}
}

.header_nav li.border_none{
	border:none;
    margin-bottom: 0;
}
.voice_name {
	text-align:right;
	font-size:16px;
}
.ninkatu_top {
	text-align:center;
}
/* 妊娠を希望される方へページ　ここまで */