/*
Theme Name: gonokami
Author: Koyo
Version: 1.0
*/

/** 共通 */
:root {
  --light_green: #7db732;
  --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: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  color: #3b3834;
background-color:#fcf3eb;
}



h1 {
  text-align: center;
  margin-bottom: 30px;
}

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

a {
  color: #000;
  text-decoration: none;
  /* text-align: center; */
  transition: 0.6s;
  /* display: block; */
}

a:hover {
  opacity: 0.6;
}

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

.padding_of_top {
background-color:#fff;
  margin-top: 90px;
}

.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: #7db732;
    cursor: pointer;
	border-radius: 10px;
	font-weight:bold;
	background-image: url(https://www.gonokami.com//wp-content/uploads/icon_arrow_down_green.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	margin-bottom:10px;
}

.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: #7db732;
  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: #7db732;
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://www.gonokami.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: #7db732;
/*  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://www.gonokami.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;
}

.light_blue_text {
  color: #7db732;
}

.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: #7db732;
  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 {
  border-top: 10px solid #7db732;
  border-bottom: 1px solid var(--gray);
/*  position: relative;
  padding-top: var(--margin-s);
  padding-bottom: var(--margin-s);
*/
  margin-bottom: var(--margin-title);
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

/*.underline_gray_title::before {
  content: "";
  display: block;
  background-color: var(--d-gray);
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}*/

.light_blue_title {
  color: #7db732;
  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: #3b1f06;
    background-color: #a5e26d;
    font-weight: bold;
    padding-bottom: 16px;
    padding-top: 16px;
}
.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 #7db732;
  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 #7db732;
  }
}

/** 文責 */
.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: #7db732;
  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: #7db732;
  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 #7db732;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

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

table.sinryou_time td {
  background-color: #fff;
  color: #7db732;
  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;
  border: 1px solid var(--gray);
  margin: 0 auto 20px;
}

.check_list li {
    padding-bottom: 10px;
    display: flex;
    font-size: 18px;
    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 #7db732;
  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,
    #7db732 0,
    #7db732 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) {
  .check_list li {
    font-size: 1em;
  }

  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;
  }

  /* 診療時間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: 120px;
  z-index: 100;
}

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

.slick-next.slide-arrow {
right:14px;
}

.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: 90px;
  }
/*
  .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: #7db732;
  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: 175px;
}

.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: #7db732;
  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: #7db732;
  color: #fff;
  border-radius: 5px;
}

a.page-numbers {
  width: 35px;
  height: 35px;
  border: 1px solid #7db732;
  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: 75px;
  background-color: #fffffff7;
  padding: 20px 10px 10px 20px;
  display: flex;
}

.header_nav {
  height: 18px;
  display: flex;
  justify-content: center;
  padding: 20px 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: 17px;
   font-weight: 600;
}

.access_hamburger {
  display: none;
}

.logo_img {
  max-width: 230px;
  width: 126%;
	        display: flex;
        align-items: center;
}

.header_nav li.header_nav_pc {
  display: flex;
}
/*ナビアイコン追加*/
/* PC表示時（769px以上）はアイコンを非表示 */
@media screen and (min-width: 769px) {
  .sp_only li a img {
    display: none !important;
  }
}

/* スマホ表示時（768px以下）はアイコンを表示 */
@media screen and (max-width: 768px) {
  .sp_only li a img {
    display: inline-block;
    width: 35px;
    height: auto;
    margin: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .sp_only {
    flex-direction: column;
    align-items: stretch;
    padding: 120px 0 30px;
  }

  .sp_only li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }

  .sp_only li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    padding: 14px 16px;
    gap: 10px;
    text-align: left;
  }

  /*.sp_only li a img {
    width: 40px;
    height: auto;
    flex-shrink: 0;
    margin: 0;
    display: inline-block;
  }*/
}
/*ナビアイコン追加終わり*/
@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: 1.0em;
  }
}

@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: 92px;
    padding: 22px 5px;
    background-color: #ffffff;
    border-top: solid 5px #b5d65c;
    border-bottom: solid 5px #b5d65c;
            width: 100%;
  }

  .access_hamburger {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
	  min-width:130px;
  }

  .access_hamburger p {
    font-size: 15px;
    color: #5f291d;
    line-height: 1.3;
  }

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

  .sp_access_btn img {
    height: 80%;
    width: auto;
  }

  .hamburger_btn {
    position: relative;
    cursor: pointer;/*
    width: 38px;*/
  }

  .hamburger_btn span {
        display: block;
        transition: all 0.4s;
        position: absolute;
        left: 0px;
        height: 3px;
        border-radius: 2px;
        background: #2b4005;
        width: 65%;
        z-index: 1000;
       margin: 5px 0;
  }

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

  .hamburger_btn span:nth-of-type(2) {
    top: 8px;
  }

  .hamburger_btn span:nth-of-type(3) {
    top: 16px;
  }

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

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

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

  .hamburger_btn.active span:nth-of-type(3) {
    top: 15px;
    left: -2px;
    transform: translateY(-7px) rotate(45deg);
    width: 80%;
  }
  /* フェードインのときはこれ */
  #header_nav {
    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 0px 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) {
  .access_hamburger p {
    font-size: 10px;
    padding-top: 4px;
    font-weight: 600;
  }

  .sp_access_btn {
    margin-right: 0;
        /*position: relative;
        top: 10px;*/
  }

  .sp_access_btn img {
        height: 35px;
        margin-top: 6px;
  }

  .hamburger_wrap img {
        height: 35px;
        margin-top: 6px;
  }

  .hamburger_btn {
    width: 33px;
	  margin: 0 auto;
  }

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

  .hamburger_btn p {
    bottom: 0;
  }

  header nav {
    background-color: transparent;
  }

  .logo_img {/*
    max-width: 249px;*/
    margin-right: 10px;
  }
}

/** footer */

.footer_menu_list {
  display: none;
}

@media screen and (max-width: 480px) {


  .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: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #7db732;
  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: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

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

  .pagetop span {
    width: 40px;
    height: 40px;
    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: #7db732;
    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 25px;
}

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

.slick_list.voice .img img {
  width: 100%;
  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: 1px dashed;
  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;
  }

  .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: #7db732;
    color: #fff;
    border-radius: 5px;
    /* font-size: 13px; */
    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;
	padding-bottom:12px;
}

@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 {
  padding: 30px 0;
  counter-reset: number 0;
  max-width: 1000px;
}

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

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

.first_flow_list li .text h3 {
  font-size: 23px;
  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: #7db732;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  flex: none;
}

@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: #7db732;
  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: #7db732;
  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;
}

.single_syoujou h3 {
  border-left: 5px solid #7db732;
  color: #7db732;
  padding-left: 5px;
  line-height: 1.1;
  font-weight: 600;
  margin: 30px 0 15px 0;
  font-size: 1.2rem;

}

.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 {
  margin-top: 90px;  /******追加******/
  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) {
	.link_style_aa .arrow_s_s {
		font-size:0.8rem;
	}
	
  .single_syoujou {
    font-size: 0.85em;
  }

  .single_syoujou p {
        line-height: 1.7;
        font-size: 0.9rem;
  }

  .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-top: 20px;  /******追加******/
    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: #4e484c;
  font-weight: 600;
  display: flex;
  padding: 14px 18px;
  align-content: center;
  justify-content: center;
  /* border: solid 1px #7db732; */
  background: #eeeeee;
  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-bottom: 60px solid #27b06c;
  border-top: 0;
  transform: rotate(130deg);
}*/

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

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

.syoujou_list li img {
  height: 90%;
  object-fit: cover;
}

.syoujou_list li span {
  display: flex;
  width: 100%;
  padding:8px 0px 8px;
  justify-content: center;
  align-items: center;
  background-color: #7db732;
  color: #fff;
  position: absolute;
  bottom: 0;
}

@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.9em;
    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: #ffff;
  border-left: solid 5px #7db732;
}

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: 1.5em;
}
.price table th {
  width: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #7db732;
}

.price_hoken table th {
  width: 20%;
}

.price table th,
.price table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #c3c3c3;
}

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_box {
  max-width: 800px;
  margin: 30px auto 0 auto;
}

.price_card {
  margin-bottom: 40px;
}

.price_card-note {
  font-size: 1.2em;
  color: #555;
  text-align: right;
  margin: 8px 16px 16px 16px;
}
@media screen and (max-width: 480px) {
.price_card-note {
  font-size: 0.8em;
  margin: 8px 5px 0px 0px;
}
}

/** アクセスページ 共通*/
.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: #7db732;
  margin-right: 0.5em;
}

/** アクセスページ 上部
.accsess_info_wrap {
  display: flex;
  justify-content: center;
}

.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 #7db732;
}
*/
/** アクセスページ レスポンシブ
@media screen and (max-width: 768px) {
  .accsess_info_wrap {
    flex-wrap: wrap;
  }

  .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%;
  height: auto;
  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: 30px;
  }
}

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

.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 #7db732;
  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 #7db732;
    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 #7db732;
  left: 10px;
  top: 17px;
}

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

.jiko_onayami:after {
  border-left: 2px solid #7db732;
  border-bottom: 2px solid #7db732;
  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 #7db732;
    left: 10px;
    top: 13px;
  }

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

.triangle_box {
  background: #7db732;
  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: #7db732;
  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: #7db732;
  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: #7db732;
  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: #7db732;
    height: calc(60px / 2);
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
	  display:block !important;
  }
}

.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 #7db732;
    padding: 11px;
    width: 100px;
    height: 100px;
    border-radius: 85px;
    margin: 0 auto;
    display: flex;
    align-items: center;
color:#7db732;
}
.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:#7db732;
}
.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) {
	
.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: 5px;
}

.tab_contens_box article{
padding-bottom: 15px;
margin-top:10px;
}

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

.svg-inline--fa{
	padding-right: 9px;
}
.hamburger_wrap  {
    margin-top:-7px;
    background-color: #9ee062;
    padding-right: 4px;
    padding-left: 6px;
    padding-top: 2px;
    border-radius: 26px;
    height: 35px;
    width: 35px;
    border: solid #274503 1px;
      margin: -4px 0;
}
.hamburger_wrap  p {
    font-size: 10px;
    padding-top: 2px;
    position: relative;
    top: 34px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    right: 5px;
}


.gray_line_title{
	    background-color: #fff;
    border-top: 6px solid #b5d65c;
    padding-top: 13px;
    border-bottom: 6px solid #b5d65c;
    padding-bottom: 13px;
    color: #491c03;
}
.top.key.margin_of_top{
	margin-bottom:98px;
}
.fl_wrap.nav-grid{
	    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 80px;
}
.bnr_style_li{
	width:49%;
}
.title_style_b {
    color: #491c03;
    text-align: center;
    margin: 0 auto 46px;
    display: block;
    position: relative;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
.title_style_b {
	font-size:20px;
}
}
.title_style_b:after {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 24%;
    height: 70px;
    background-image: url(img/stripe_underline.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 9px auto;
}
.arrow_css {
    position: relative;
}
.arrow_css:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 29px;
    bottom: 0;
    margin: auto;
}
.syoujou_list li a{
	color:#fff;
	font-weight:bold;
}
.link_style_a {
    font-weight: bold;
    display: inline-block;
    padding: 19px 50px 19px 38px;
    background-color: #7db732;
    border-radius: 7px;
    color: #fff;
    position: relative;
    font-size: 20px;
}

.link_style_a span{
	position:relative;
}
.link_style_a span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: -20px;
    bottom: 0;
    margin: auto;
}
.t_center_wrap{
	margin-top:35px;
	text-align:center;
}
.okikasekudasai{
	margin-bottom:30px;
}
.bottom_arrow {
    width: 119px;
    margin: 0 auto 21px;
    display: block;
}
.kaifuku_text_contents_text{
    font-weight: bold;
    margin-top: 26px;
    line-height: 28px;
	  color: #491c03;
}
.kaifuku_text_contents_text span{
	background: linear-gradient(transparent 50%, #fabf22 50%);
}
.banner_style_tuning_a{
    width: 727px;
    margin: 0 auto ;
    display: block;
}
.title_style_c{
	  background-color: #fff;
    padding: 13px;
    border-bottom: 6px #7db732 solid;
    margin-bottom: 18px;
    margin-top: 21px;
}
.jiko_bn_text_wrap {
    width: 727px;
    margin: 19px auto 0;
 }
.slick-initialized .slick-slide {
    display: block;
    border: solid 5px #7db732;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 56px;
}
.voice_slide_area{
	width:800px;
	margin:0 auto;
}
.tyoudaisitakoe{
	background-color: #7db732;
    color: #fff;
    display: inline-block;
    padding: 3px 25px;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.slick-initialized .slick-slide{
	background-color:#fff;
}
.light_blue_title{
    background-color: #fff;
    border: solid 5px #7db732;
}
.light_blue_title{
	    padding: 13px;
    margin-top: 18px;
}

.no_inner{
text-align:center;
background-color:#817676;
    padding: 205px 0;
}
.no_inner span{
    color: #fff;
    font-size: 44px;
    font-weight: bold;
}
@media only screen and (max-width: 738px) {
.nagare_list.tokuyuo_list li:last-child{
	margin-bottom:0px;
}}

.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(https://www.gonokami.com//wp-content/themes/gonokami/img/point_img1.png);
  }

.nagare_list.tokuyuo_list li.list_li_2:before {/*画像を絶対配置*/
    background-image: url(https://www.gonokami.com//wp-content/themes/gonokami/img/point_img2.png);
  }
.nagare_list.tokuyuo_list li.list_li_3:before {/*画像を絶対配置*/
    background-image: url(https://www.gonokami.com//wp-content/themes/gonokami/img/point_img3.png);
  }
.nagare_list.tokuyuo_list li.list_li_4:before {/*画像を絶対配置*/
    background-image: url(https://www.gonokami.com//wp-content/themes/gonokami/img/point_img4.png);
  }
.nagare_list.tokuyuo_list li.list_li_5:before {/*画像を絶対配置*/
    background-image: url(https://www.gonokami.com//wp-content/themes/gonokami/img/point_img5.png);
  }
.nagare_list.tokuyuo_list li.list_li_6:before {/*画像を絶対配置*/
    background-image: url(https://www.gonokami.com//wp-content/themes/gonokami/img/point_img6.png);
  }
.nagare_list.tokuyuo_list li.list_li_7:before {/*画像を絶対配置*/
    background-image: url(https://www.gonokami.com//wp-content/themes/gonokami/img/point_img7.png);
  }
.nagare_list li {
    position: relative;
    background-color: #fdf5ea;
    padding: 20px;
    border-radius: 10px;
    border: solid 4px #f0af75;
}
.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 {
	padding:0px 15px 25px 30px;
    /* width: 51%; */
	width:100%;
}
h5.title_style_f {
	color: #7db732;
	font-size: 17px;
	margin-bottom: 0px
}
.check_point_list {
  list-style: none;
  padding-left: 0;
}
ul.check_point_list li {
  position: static;
  padding:0px;
  margin:0px;
  background: none;
  border: none;
}
.nagare_list.tokuyuo_list .check_point_list li::before {
  all: unset;
  content: "✔";
  color: #7db732;
  margin-right: 0.2em;
  font-weight: bold;
  font-size: 1.2em; 
}

.tokuyuo_list li span:nth-child(1) {
padding: 6px 0px 4px;
    font-weight: 700;
    color: #f58e26;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.tokuyuo_list h3 {
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
}
.nagare_list li {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: solid 4px #a5e26d;
}
.nagare_list li {
    margin-bottom: 3%;
}
.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;
}
.orange_text{
	color:#f58e26;
}
.list_text_a{
	font-weight:bold;
}
.arrow_r {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    color: #7db732;
    /* font-weight: initial; */
    margin-top: 4px;
    border-bottom: 2px solid;}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #7db732;
  border-right: solid 2px #7db732;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.no_inner.font_black span{
	color:#491c03;
	font-weight:initial;
}
 .top .tab_all_contents_box article {
display:block;
}

.item_title{
    position: relative;
    padding: 0 0 0 16px;
}/*
.item_title::before{
      content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 15px solid #7db732;}*/
.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;
}
.page_under_contents_sec .table_note_box {
    width: 75%;
    margin: 33px auto 0;
}
.zikan_tyusyaku {
    margin-top: 20px;
	    margin-bottom: 52px;
}
.zikan_tyusyaku p {
    font-weight: bold;
	    color: #3b1f06;
}
.zikan_tyusyaku p .jiko_text {
    color: #ff0000;
	font-size:25px;
}

@media only screen and (max-width: 805px) {
	.voice_slide_area
	{
		width:100%;
	}
}
@media only screen and (max-width: 738px) {
	.banner_style_tuning_a  , .jiko_bn_text_wrap{
    width: 100%;
    margin: 0 auto;
    display: block;
}}
@media only screen and (max-width: 738px) {
.gray_line_title {
    font-size:20px;
}
	.title_style_b.long_title{
		    font-size: 20px;
	}
	.syoujou_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
}
.link_style_aa{
	position:relative;
}
.link_style_aa:after {
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 4px;
    /* left: 0; */
    right: 14px;
    bottom: 0;
    margin: auto;
}
.gray_line_title {
	margin-top:73px;
}
@media screen and (max-width: 768px) {
  .padding_of_top {
    padding-top: 11px;
    background-color: initial;
  }
.gray_line_title {
	margin-bottom: 29px;
	margin-top: 34px;
}
}
.kaifuku_text_contents{
	width: 91%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 768px) {
.kaifuku_text_contents {
    width: 100%;
    margin: 0 auto;
    display: block;
}
	.syoujou_list li {
        height: 180px;
}
}
@media screen and (max-width:499px) {
    .syoujou_list li {
        width: calc(100% / 3 - 8px);
        height: 138px;
    }
	.syoujou_list li span {
    padding: 7px 0px;
    font-size: 0.8em;
    line-height: 1.3;
}
	.link_style_aa:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0;
    right: 3%;
top:0;
	}
}

@media screen and (max-width:359px) {
	.syoujou_list li {
    width: calc(100% / 3 - 8px);
    height: 109px;
}
.syoujou_list li span {
        padding: 7px 0px;
        font-size: 0.7em;
        line-height: 1.3;
    }
	.link_style_aa:after {
    right:11%;
}
}

@media screen and (max-width: 768px) {
	.nagare_list li .text_contents_a{
		display:block;
		width: 100%;
	}
.text_contents_b {
	padding:0px;
  width: 100%;
}
	.nagare_list li img {
width:100%;
    margin-right: 10px;
    object-fit: contain;
}
}.t_center{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}

@media screen and (max-width: 768px) {
.nagare_list li {
    margin-bottom: 11%;
}
.nagare_list.tokuyuo_list li:before {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 44%;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -7px;
    top: -22px;
}
.link_style_a {
        font-weight: bold;
        display: inline-block;
        padding: 14px 40px 12px 25px;
        background-color: #7db732;
        border-radius: 7px;
        color: #fff;
        position: relative;
        font-size: 15px;
}
	.link_style_a span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
    position: absolute;
    /* top: 17px; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: -14px;
    bottom: 0;
    margin: auto;
}
}

@media screen and (max-width: 730px) {
    .slick-dotted.slick-slider {
        margin-bottom: 0;
        padding-bottom: 0;
    }
	.voice_contents_a .t_center_wrap{
		margin-top:26px;
	}
.one_btn, .one_bn {
    margin: 0 auto 9px;
}
	.bg_green_style_fl_wrap{
		margin-bottom: 40px;
	}

.title_style_b.long_title {
    margin: 46px auto 38px;
}
	.title_style_b{
		font-size:20px;
	}
	.sec{
		margin-bottom: 26px;
		padding-bottom:5px;
	}
}
@media screen and (max-width: 730px) {
.no_inner {
    text-align: center;
    background-color: #817676;
    padding: 99px 0;
}
.t_center .arrow_r {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    color: #7db732;
    /* font-weight: initial; */
    margin-top: -3px;
    border-bottom: 2px solid;
}
}

@media screen and (max-width: 430px) {
	.t_center .arrow_r {
    font-size: 13px;
}
	.t_center {
    margin-top: 25px;
    margin-bottom: 14px;
}
	.tokuyuo_list li span:nth-child(1) {
    padding: 2px 0px 2px;
    font-weight: 700;
    color: #f58e26;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 22px;
}
.no_inner span {
    
    font-size: 20px;
}
}
@media screen and (max-width: 730px) {
.pagetop span {
  width: 40px;
  height: 40px;
 }
.copy_text {
  padding-bottom: 20%;
}
.page_under_contents_sec .table_note_box {
  width: 100%;
  margin: 0 auto;
}
.zikan_tyusyaku {
  margin-top: 9px;
  margin-bottom: 18px;
  font-size: 13.6px;
}
.zikan_tyusyaku p .jiko_text {
  font-size:18px;
}
.page_under_contents_sec{
  padding-bottom:0px;
}
}

.minsp_on{
	display:none;
}
@media screen and (max-width: 340px) {
	.pagetop span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7db732;
  border: #fff 1px solid;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 7px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.minsp_on{
	display:block;
}
}
.web-tel_box{
	display:none;
}
@media screen and (max-width: 730px) {
.web-tel_box {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffffe6;
    padding: 10px 0;
    z-index: 99999999;
}
.web-tel_box .ugoki {
    width: calc(47% - 0px);
}
	
}
.banner_style_tuning_a iframe{
	    width: 100%;
    height: 411px;
}
@media screen and (max-width: 730px) {
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.syoujou_list li img {
    height: 88%;
    object-fit: cover;
}
	.fl_wrap.nav-grid {
    margin: 0 auto 40px;
}
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    font-size: 19px;
}
#sb_instagram svg:not(:root).svg-inline--fa.fa-instagram.fa-w-14{
    height: 1.4em;
    display: inline-block;
    /* margin-top: 4px; */
    position: relative;
    top: 2.1px;
}
.contents_area #sb_instagram .sbi_follow_btn a{
  background-image: linear-gradient(181deg, rgba(244, 165, 2, 1), rgba(247, 166, 12, 1) 12%, rgba(171, 60, 136, 1) 67%, rgba(78, 82, 156, 1) 99%) !important;
	outline-offset: -2px;
    outline: 2px solid #ec9a06;
}
 #sb_instagram .sbi_follow_btn a:hover {
opacity:0.8;
  background: linear-gradient(181deg, rgba(244, 165, 2, 1), rgba(247, 166, 12, 1) 12%, rgba(171, 60, 136, 1) 67%, rgba(78, 82, 156, 1) 99%) !important;
	 box-shadow: initial !important;
}
.svg-inline--fa , #sb_instagram .sbi_follow_btn svg {
	 padding:0;
	margin:0;
}
#sb_instagram .sbi_follow_btn a:focus {
    outline: 0;
    box-shadow: initial;
}
@media screen and (max-width: 730px) {
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    font-size: 13px;
}
#sb_instagram svg:not(:root).svg-inline--fa.fa-instagram.fa-w-14{
    height: 1em;
    top:0;
}}


/**　交通事故ページ　ここから　**/
.kotsujiko_box_fff {
	background-color:#fff;
	padding:30px;	
	margin:20px 0;
	border-radius: 20px;
}
.kotsujiko_text {
	text-align:center;
	background-color:#f58e26;
	padding:10px;
	color:#fff;
	width:85%;
	margin:0 auto;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
.kotsujiko_text {
	width:100%;

	}
}
/* アコーディオン　ここから */
/** よくある質問 */
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 3em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background-color: #7db732;
  color:#fff;
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
	color:#fff;
}
.cp_qa03 .cp_actab label:hover {
  color: #fff;
  transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}

/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  color:#ff8d8d;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid #7db732;
  background-color:#fff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #fff;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
	color:#fff;
}


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

.flow_list {
    flex-wrap: wrap;
    counter-reset: number 0;
}

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

.flow_list li:nth-of-type(1),
.flow_list li:nth-of-type(2),
.flow_list li:nth-of-type(3) {
    margin-bottom: var(--margin-s);
}
.flow_list li h4{
    padding: 0 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
	height:50px;
	background-color:#7db732;
	color:#fff;
}

.flow_list li h4::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:#fff;
    font-weight: 600;
    color: #7db732;
    margin-right: 10px;
    flex: none;
	margin-left:10px;
}

.flow_list li .text {
    font-size: 15px;
	background-color:#fff;
}
@media screen and (max-width: 768px) {
	.flow_list li h4{
        flex-grow: 1;
    }
}
@media screen and (max-width: 480px) {
    .flow_list li {
        width: 48%;
    }
}
    .flow_list li h4{
        font-size: 17px;
        flex-grow: unset;
		padding-top:10px;
    }

    .flow_list li .text {
		padding:15px;
    }
ol.flow_list.flex_a li {
    width: calc(33.3333% - 15px);
    display: flex;
    flex-direction: column;
    margin-right: 15px;
	margin-bottom: 30px;
}

ol.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.flow_list.flex_a {
    display: flex;
    flex-direction: column;
}
	
ol.flow_list.flex_a li {
    width: 95%;
    display: flex;
    flex-direction: column;
    /* margin-right: 15px; */
    margin: 0 auto;
    padding: 10px;
}		
}
.color_f58e26 {
	color:#f58e26;
	font-weight:bold;
}
.color_7db732 {
	color:#7db732;
	font-weight:bold;	
}
.text_mini {
	margin-top:20px;
	font-size:15px;
}
@media screen and (min-width:767px){
br.nobr{display:contents;}
}
.jiko_step {
	background-color:#fff;
	padding:10px;
	text-align:center;
	width:98%;
	font-weight:bold;
	border-left:5px solid #7db732;
}
.jiko_step_328db7 {
	background-color:#fff;
	padding:10px;
	text-align:center;
	width:98%;
	font-weight:bold;
	border-left:5px solid #328db7;	
}
.step_last2 {
	margin-top:20px;
}
@media screen and (max-width: 768px) {
.jiko_step {
	width:90%;
	margin:0 auto;
	}
.jiko_step_328db7 {
	width:90%;
	margin:0 auto;
	}
.step_last2 {
	margin-top:30px;
}
}
.jikobox li img {
	width:30%;
}
.jikobox2 {
	width:64%;
}
@media screen and (max-width: 768px) {
	.jikobox li img {
	width:70%;
	margin: auto;
	display: block;
}
.jikobox2 {
	width:100%;
	}
}
.syusyukoumoku {
		background-color:#fff9da;
	padding:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}
.syusyukoumoku2 {
		background-color:#fff9da;
	padding:10px;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
}
.jikolist li h4 {
	background-color:#328db7;
}
.jikolist li h4::before {
    color: #328db7;
}
.color_328db7 {
    color: #328db7;	
}
.top_space {
	margin-top:30px;
}
.top_jiko_content {
	margin-top:15px;
}
@media screen and (max-width: 768px) {
.light_blue_text {
	font-size:25px;
}
.sp_h2title {
	font-size:20px;
	}
.sp_br {
   display: block;	
}
}
.title_style_j {
	color:#491c03;
	text-align:center;
	margin:0 auto 46px;
	display:block;
	font-weight:bold;
}
.bottom_space {
	padding-bottom:20px;
}
	/**　交通事故ページ　ここまで　**/
/** アクセス　ここから　**/	
.access_contents_info_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.access_contents_info_box img {
    width: 40%;
    margin: 30px 20px 0px 0;
}
.green_table {
    width: 100%;
    margin: 30px 0 50px;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0;
}

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

.green_table th {
    color: #fff;
    background-color: #7db732;
}
.accsess_parking_map{
	width:80%;
	margin:30px auto;
}
.access_contents_info h2 {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
		.accsess_parking_map {
		width:100%;
	}
	.access_contents_info_box {
		display: block;
	}

	.access_contents_info_box img {
    	width: 100%;
	}
}
/**　アクセスページ　ここまで　**/
.topics__team a{
    padding: 4px 10px;
    border-radius: 6px;
    color: #fff;
    margin-right: 9px;}
.h1_title_tuning{
	margin-top:30px;
}
.mg_top_tuning_a{
    margin-top: 6%;
}

@media screen and (max-width: 768px) {
.mg_top_tuning_a {
    margin-top: 30%;
}
.mg_top_tuning_a ol.pankuzu {
    padding: 10px 0 0px;
    }
	.item_title {
    position: relative;
    padding: 0px 0px 9px 0px;
}
}
h1.h1_title_tuning{
	margin-bottom:0px;
}
.single_text.single_text_wrap{
    width: 100%;
    margin-top: 27px;
}

/* 初めての方へページ */

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

.first_flow_list li {
width: calc(100% / 3 - 10px);
    margin: 0 4px 8px;
    overflow: hidden;
}
.mansei_sejyutu_flow_bn {
    margin-bottom: 10px;
}

.mb20{
	margin-bottom:20px;
}

#hoken_motto_btn:before{
	/* content: "健康保険施術の流れ ▼"; */
	content: "急性のケガ（健康保険）の流れ ▼";
}

.first_page_btn.hoken_ryoukin_btn.contents_area a {
    display: block;
    /* background: green; */
    padding: 15px 10px;
    /* max-width: 360px; */
	max-width: 500px;
    margin: 0 auto 30px;
    font-size: 20px;
    color: #fff;
    background-color: #7db732;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
.first_page_btn.hoken_ryoukin_btn.contents_area a {
	max-width: 360px;
	}
}

.incho_info {
    display: flex;
    flex-wrap: nowrap;
}

.text_area {
    padding-left: 3%;
}

ul.shou_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

ul.shou_list li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
}

h4.title_style_d{
	padding: 13px;
    border-bottom: 6px #7db732 solid;
    margin-bottom: 18px;
    margin-top: 21px;
}

ul.shikaku_list {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}
.shikaku_p {
	padding-bottom:35px
}

ul.staff.contents_area li {
    padding-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding-bottom:32px;
	border-bottom:dotted 2px #7db732;
}


ul.staff.contents_area li img {
    width: 25%;
}


ul.innai_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


ul.innai_list li {
    width: calc(100% / 2 - 10px);
    margin: 0 4px 15px;
    overflow: hidden;
    text-align: center;
}

.staff_info {
    padding-left: 3%;
}


.kiki_info img {
    width: 45%;
}


.kiki_info p {
    padding-left: 3%;
}

h5.title_style_e {
    color: #7db732;
    font-size: 17px;
}

.kiki_info {
    display: flex;
    margin-bottom: 24px;
}

h5.title_style_e {
    color: #7db732;
    font-size: 17px;
	margin-bottom: 8px
}



.kiki_kouka_list li{
    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 #7db732;
    margin: 0 0 -1px;
    background: #f3fdf7;
    padding: 10px 5px;
}


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

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

.kiki_kouka_list li:before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #7db732;
    left: 10px;
    top: 17px;
}

.recommend_area.contents_area {
    display: flex;
    align-items: flex-start;
}

.recommend_area img {
    width: 40%;
}

.recommend_text_area {
    padding-left: 3%;
}

.recommend_text_area p {
    margin-bottom: 10px;
}
p.fb {
    font-weight: bold;
}


#recommend_motto_btn::before {
    content: "もっと見る";
}

#staff_motto_btn::before{
	content: "もっと見る";
}

ol.hoken_flow_list.contents_area {
    display: flex;
    flex-wrap: wrap;
}

ol.hoken_flow_list.contents_area li {
	width: calc(100% / 3 - 10px);
	position:relative;
    margin: 0 4px 8px;
    position: relative;
    /* border: 1px solid #cccccc; */
    /* height: 283px; */
    overflow: hidden;
    margin-top: 20px;
	padding:0 24px 0 0;
}

p.staff_name {
    font-weight: bold;
    margin-bottom: 20px;
}

p.waku {
    border: 2px solid #7db732;
    padding: 10px;
}

ol.hoken_flow_list.contents_area li h3 {
    background: #7db732;
    color: #fff;
    text-align: center;
}
.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}/*
.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}*/

.staff_info p {
    margin-bottom: 8px;
}

span.fb {
    font-weight: bold;
}

ul.staff.contents_area li {
    padding-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: dotted 2px #7db732;
}

ul.staff.contents_area li:last-child {
	border-bottom: none;
}

p.staff_name {
    border-bottom: 3px solid #7db732;
    padding-left: 8px;
	font-size:18px;
}

  img.suisen{
        position: relative;
    }


img.suisen::before {
    content:'';
    position: absolute;
    background-image:url(https://www.gonokami.com//wp-content/uploads/suisen_icon.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
	width:50%;
	height:50%;
	z-index:100;
}

#riyuu_motto_btn:before {
    content: "選ばれる理由をもっと見る ▼";
}

li.list_li_4 {
    margin-top: 20px;
}


ol.hoken_flow_list.contents_area li::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 15px;
    border-color: transparent transparent transparent #7db732;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    /* z-index: 100; */
}

ol.hoken_flow_list.contents_area li:nth-of-type(3n)::after{
	display:none;
}



ol.hoken_flow_list.contents_area li p {
    background: white;
    padding: 10px;
    border: 2px solid #7db732;
}

section.staff_sec.sec.under_gray_line.bg_cream {
    padding-top: 48px;
}

img.first_fv_pc {
    margin-top: 60px;
}

@media screen and (max-width: 480px) {
	ol.contents_area.first_flow_list,
	ol.hoken_flow_list.contents_area,
	.incho_info,ul.staff.contents_area li,
	.kiki_info,
	.recommend_area.contents_area{
		display:flex;
		flex-direction:column;
	}
    ol.contents_area.first_flow_list li,
	ol.hoken_flow_list.contents_area li{
		width: 100%;
    }
	
	ol.hoken_flow_list.contents_area li{
		padding:0px;
	}
	
	ol.hoken_flow_list.contents_area li:after {
    display:none;
}
	ul.staff.contents_area li img,
	.kiki_info img,
	.recommend_area img{
    width: 90%;
    margin: 10px auto 10px;
}
	
	.incho_info .img {
    width: 90%;
}
	
	.triangle_box.m_10.sp_block {
    display: block;
}
}

.triangle_box.m_10.sp_block {
    display: none;
}

section.first_flow_sec.sec.under_gray_line.bgc_blue {
    padding-top: 48px;
}
span.fc_orange {
    color: #f78f18;
}

.check_list li span{
	margin-right:10px;
}
.check_list {
    max-width: 800px;
    padding: 13px 14px 24px;
    border: 1px solid var(--gray);
    margin: 0 auto 20px;
background-color:#fff;
}
.check_list li {
    padding-bottom: 10px;
    display: flex;
    font-size: 18px;
    align-items: center;
    border-bottom: solid 2px #7db732;
    padding-top: 6px;
}

.bunseki_bottom_text{
    width: 90%;
    margin: 0 auto 24px;
    line-height: 26px;
}
@media screen and (max-width: 480px) {
.bunseki .bunseki_img {
    width: 247px;
    height: 247px;
    flex: none;
    margin-right: 20px;
}}
.display_none{
	display:none;
}
v.oice_single_list .voice_img{
	width:44%;
}
.list_voice_inner{
	display:flex;
    align-items: center;
}.voice_img {
    width: 55%;
}
.voice_img + ul{
    margin-left: 20px;
    width: 58%;
}
.contents_area_b {
    width: 60%;
    max-width: 1000px;
    margin: 35px auto 0;
}
.list_voice{
	    border-bottom: solid 3px #7db732;
margin-bottom:10px;
}
.list_voice_inner span{
	    display: block;
	border-radius:10px;
    padding: 8px 17px;
    background-color: #7db732;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
}
.list_voice_inner{
	margin-bottom:10px;
}
.section_area_tuning{
	margin-bottom:90px;
margin-top:36px;
}

@media screen and (max-width: 767px) {
	.contents_area_b .fl_wrap{
		display:block;
	}
		.contents_area_b {
	    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
	}
	.voice_img {
    width: 72%;
    margin:16px auto 27px;
}
	.voice_img + ul {
    margin-left: 20px;
  width: 100%;
}
	.list_voice_inner span {
    border-radius: 6px;
    padding: 5px 17px;
}
	.voice_img + ul {
margin:0px;
}
	.list_voice {
    margin-bottom: 18px;
}
}
.ryoukin_img{
	width:90%;
}
@media screen and (max-width: 767px) {
	.ryoukin_img{
	width:100%;
	}
}
.text-c{
	text-align:center;
}

/* コンテンツ回り込み */
.flort_l {
    float: left;
    padding-right: 10px;
    width: 500px;
}

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

@media screen and (max-width: 600px) {
.flort_l {
    float: none;
    width: 100%;
}
}
.contents_area h1{
	width:100%;/**追加**/
	text-align:center;/**追加**/
	font-size:2em;/**追加**/
	margin-bottom: 10px;/**変更 30px→10px **/
}

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

/** フォームソティックス */
.formthotics{
    background: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    width: 700px;
    padding: 15px;
    margin: 0px auto;
}

.formthotics_h3{
    margin-top: 40px;
    margin-bottom: 10px;
}
.formthotics img{
    margin-top: 20px;
}

.formthotics_list li{
  font-weight: bold;
}

.formthotics_list li::before {
  content: "✔"; 
  color: green; 
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
 .formthotics {
    width: 95%;
  }
  img.first_fv_pc {
    margin-top: 92px;
}
  }
.saisin_link_fl{
	display:flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 693px) {
.saisin_link_fl li:nth-child(4){
	margin-top:16px;
}}
@media screen and (max-width: 528px) {
.saisin_link_fl li:nth-child(3){
	margin-top:16px;
}}
.tab_list.top_list_contents a{
background-color: #7db732;
color: #fff;
}.tab_list.top_list_contents{
	    margin-bottom: 30px;
}@media screen and (max-width: 870px) {
.tab_list.top_list_contents li {
    width: calc(100% / 2 - 10px);
}}

@media screen and (max-width: 430px) {
.tab_list.top_list_contents li a {
    padding: 14px 5px;
}
}
@media screen and (max-width: 400px) {
    .tab_list.top_list_contents li a {
        font-size: 15px;
		    padding: 14px 0px;
    }
}
.text_contents_a img{
     padding: 0px 0px 7px 24px;
    width: 374px;
    text-align: center;
    /* background-color: #ccc; */
    float: right;
}
.single_inner_contents{
	clear:both
}
.text_contents_a{
	overflow: hidden;
	margin-bottom:40px;
}
@media screen and (max-width: 768px) {
.text_contents_a img {
    padding: 0;
    width: 80%;
    margin: 0 auto 19px;
    text-align: center;
    /* background-color: #ccc; */
    float: initial;
    display: block;
    /* text-align: center; */
}
.text_contents_a{
	margin-bottom:28px;
}
	.single_contents_area.contents_area h1 {
    margin-bottom: 0px;
}
body:has(.single_text_wrap) h1
	{
		margin-bottom:0;
	}
}

/*********** 追加 追加 YouTube ***********/
.youtube {
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube iframe {
  margin-top:30px;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
}

/*********** 追加 h1タイトル ***********/
/*初期状態：SP用は非表示、PC用は表示 */
.sp_only_h1 {
  display: none;
}
.pc_only_h1 {
  display: block;
}

/* スマホ幅では表示を逆にする */
@media screen and (max-width: 480px) {
  .sp_only_h1 {
    display: block;
  }
  .pc_only_h1 {
    display: none;
  }
.contents_area h1{
    margin-bottom: 10px;/**変更 30px→0px→10px **/
    font-size:22px;
  }
}

/** 「エレクトロ・アキュスコープ」と「エレサス」 */
.electro_acuscope{
  background: #fff;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.electro_acuscope_row {
  display: flex;
  justify-content: space-between;
  /*gap: 30px;*/
  margin: 40px auto;
  max-width: 1000px;
  width: 100%;
}

.electro_acuscope_row .text {
  flex: 2;
}

.electro_acuscope_row .text a {
  text-decoration:underline !important;
  color:green !important;
  font-weight:bold;
}

.electro_acuscope_row .image {
  flex: 1;
  text-align: right;
  /*text-align:left;*/
  padding-left:15px;
}

.electro_acuscope_row .image img {
  max-width: 100%;
  /*max-width: 70%;*/
  height: auto;
}
.electro_acuscope_h3{
  margin-top: 40px;
  margin-bottom: 10px;
}
.electro_acuscope img{
  margin-top: 20px;
}
.electro_acuscope_list li{
  font-weight: bold;
}
.electro_acuscope_list li::before {
  content: "✔"; 
  color: green; 
  margin-right: 0.5em;
}
.electro_acuscope_tokucho{
  padding-top:10px;	
}
.electro_acuscope_border {
  border-top: 1px solid green;  /* 線の色と太さはお好みで */
  margin: 30px auto 10px auto;
  max-width: 1000px;
  width: 100%;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
 .electro_acuscope {
    width: 95%;
  }
	.tab_list {
    margin-bottom: 20px;
margin-top:20px;
	display: flex;
    flex-wrap: wrap;
}
	.electro_acuscope_row {
    flex-direction: column;
  }

  .electro_acuscope_row .image {
    text-align: center;
    margin-top: 15px;
  }
  .sp_br {
    display: inline;
  }
}
/* PCでは非表示 */
@media screen and (min-width: 769px) {
  .sp_br {
    display: none;
  }
}
/* PCのみ表示（スマホ非表示） */
.br_pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}
.contents_area.mg_tuning_a{
	margin-top:60px;
}

/* 追加 */
.space_top {
  margin-top: 20px;
}

/* 交通事故治療-------------------------- */

/* .title_decoration {
  color: #491c03;
  background-color: #b5d65c;
  padding: 13px;
  margin-bottom: 0;
  margin-top: 21px;
} */

.sezyutu_menu_contents_top {
  width: 800px;
  display: block;
  margin:  0 auto;
}

.sezyutu_menu_contents_top img {
  /* vertical-align: middle;
  width: 800px;
  height:  auto;
  object-fit: contain;
  border:3px solid #7db732;
  border-radius: 0  0 15px 15px;
  padding: 20px; */
  margin-bottom: 5px;
}

.jiko_bn_text_wrap_02 {
  margin: 0 auto;
}

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

  .sezyutu_menu_contents_top img {
    width: 96%;
    padding: 10px 7px;
  }
}

/* 交通事故治療ここまで-------------------------- */
.br_sp {
	display:none;
}

@media screen and (max-width: 768px) {
	.br_sp {
		display:block;
	}
  }


