@charset "UTF-8";
/*Webフォント
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
/*下層ページ
----------------------------------------------------*/
#second main {
  margin-top: 16px;
}

#second_mainimage {
  background: url("../images/second/bg_mainimage.png") no-repeat center center;
  background-size: cover;
  min-height: 320px;
  max-height: 320px;
  height: 20vw;
}

.second_mainimage-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.second_mainimage-maintext {
  font-family: "Hannari", serif;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 16px rgba(88, 58, 23, 0.3);
  line-height: 1.5;
}

.second_mainimage-subtext {
  font-family: "Hannari", serif;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 16px rgba(88, 58, 23, 0.3);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#breadcrumb {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 48px;
}

#breadcrumb ul {
  display: flex;
}

#breadcrumb ul li {
  font-size: 12px;
  color: #333;
}

#breadcrumb ul li a {
  font-size: 12px;
  color: #333;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
}

#breadcrumb ul li:last-of-type:after {
  content: none;
}

#second.case #main{
  margin-top: 40px;
}

.secondconts01 {
  margin-top: 32px;
}

.secondconts01:first-of-type {
  margin-top: 0;
}

.secondconts01 p {
  margin-bottom: 1em;
}

.secondconts02 {
  margin-top: 24px;
}

.secondconts02 p {
  margin-bottom: 1em;
}

/*初めての方へ
----------------------------------------------------*/
.about_list01 {
  background: #e6edd3;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 2em auto 1em;
}

.about_list01-img img {
  width: auto;
  max-width: 355px;
  height: auto;
}

.about_list01-list ul li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
}

.about_list01-list ul li:last-of-type {
  margin-bottom: 0;
}

.about_list01-list ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
}

.about_selecttext01 p {
  font-size: 24px;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
}

.about_selectimg01 {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 24px;
  margin: 32px auto 1em;
}

.about_checklist {
  margin-top: 32px;
}

.about_checklist-ttl01 {
  box-sizing: border-box;
  padding: 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.about_checklist-ttl01-false {
  background: #b8ada5;
}

.about_checklist-ttl01-true {
  background: #dd8f98;
}

.about_checklist-conts {
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
}

.about_checklist-conts ul li {
  padding-left: 28px;
  margin-bottom: 8px;
}

.about_checklist-conts ul li:last-of-type {
  margin-bottom: 0;
}

.about_checklistconts-false li {
  background: url("../images/second/icon_false.png") no-repeat left 8px;
}

.about_checklistconts-true li {
  background: url("../images/second/icon_true.png") no-repeat left 6px;
}

.about_checklist-text01 {
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
}

.about_support-message {
  background: url("../images/second/bg_about01.png") no-repeat center bottom;
  min-height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1em auto 2em;
}

.about_support-message p {
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.88), 0 0 10px rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.about_support-conts{
  margin-top: 24px;
}

.about_onayami {
  background: #e6edd3;
  box-sizing: border-box;
  padding: 32px;
}

.about_onayami ul {
  display: flex;
  flex-wrap: wrap;
}

.about_onayami ul li {
  background: url("../images/second/icon_check01.png") no-repeat left 8px;
  padding-left: 28px;
  font-size: 16px;
  width: calc(100% / 3 - 31px);
  margin-right: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.about_onayami ul li:nth-of-type(3n) {
  margin-right: 0;
}

.about_shopinfo-list ul {
  display: flex;
  flex-wrap: wrap;
}

.about_shopinfo-list ul li {
  width: calc(50% - 17px);
  margin-right: 34px;
  margin-bottom: 24px;
  line-height: 0;
}

.about_shopinfo-list ul li:nth-of-type(2n) {
  margin-right: 0;
}

.about_shopinfo-list ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.about_faq dl {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.about_faq dl:first-of-type {
  margin-top: 0;
}

.about_faq dl dt {
  background: #e6edd3;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #8dac3c;
  padding-left: 5em;
  margin-bottom: 8px;
}

.about_faq dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8dac3c;
  position: absolute;
  left: 0;
  top: 0;
  width: 4em;
  height: 100%;
  color: #fff;
}

.about_message {
  background: url("../images/second/bg_about02.png") repeat left top;
  box-sizing: border-box;
  padding: 24px;
}

.about_message-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.about_messge-img {
  width: 236px;
  margin-left: 32px;
}

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

.about_message-text {
  width: calc(100% - 268px);
}

/*スタッフ紹介
----------------------------------------------------*/
.staff_list {
  background: #e6edd3;
  box-sizing: border-box;
  padding: 34px;
}

.staff_list ul {
  display: flex;
  flex-wrap: wrap;
}

.staff_list ul li {
  width: calc(100% / 3);
  max-width: 200px;
  margin-right: 26px;
}

.staff_list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.staff_list ul li a {
  color: #583a17;
  text-decoration: none;
}

.staff_list ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
}

.staff_list-img {
  margin-bottom: 8px;
}

.staff_list-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 0 !important;
}

.staff_conts-text p {
  margin-bottom: 1em;
}

.staff_message-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.staff_message-img {
  width: 200px;
}

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

.staff_message-text {
  width: calc(100% - 232px);
  margin-right: 32px;
}

.staff_message-text p {
  margin-bottom: 1em;
}

.staff_conts-license {
  margin-top: 24px;
}

.staff_conts-license ul li {
  padding-left: 16px;
  position: relative;
}

.staff_conts-license ul li:last-child {
  margin-bottom: 0;
}

.staff_conts-license ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #583a17;
  border-radius: 100px;
}

.staff_conts-license-img {
  margin-top: 24px;
}

.staff_conts-license-img ul {
  display: flex;
  justify-content: center;
}

.staff_conts-license-img ul li {
  margin-right: 24px;
  text-align: center;
}

.staff_conts-license-img ul li:last-of-type {
  margin-right: 0;
}

.staff_conts-license-img ul li figure {
  margin-bottom: 4px;
}

.staff_conts-license-img ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*施術料金
----------------------------------------------------*/
.price_tbl {
  display: block;
  margin-bottom: 1em;
}

.price_tbl tbody {
  display: block;
}

.price_tbl tbody tr {
  display: flex;
}

.price_tbl tbody tr th,
.price_tbl tbody tr td {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 16px 24px;
  border: 1px solid #d6d4bc;
}

.price_tbl tbody tr:first-of-type th,
.price_tbl tbody tr:first-of-type td {
  border-bottom: none;
}

.price_tbl tbody tr th {
  width: 30%;
  background: #e6edd3;
  font-weight: bold;
  border-right: none;
}

.price_tbl tbody tr td {
  width: 70%;
  background: #fff;
  text-align: left;
}

.price_telconts .price_telnum {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}

.price_telconts .price_telnum span {
  font-size: 1.5em;
}

/*相談の流れ
----------------------------------------------------*/
.flow_conts-all,
.casestep_conts-all {
  counter-reset: num;
}

.flow_conts,
.casestep_conts {
  margin-bottom: 40px;
}

.flow_conts:last-of-type,
.casestep_conts:last-of-type {
  margin-bottom: 0;
}

.flow_conts p,
.casestep_conts p {
  margin-bottom: 1em;
}

.flow_conts p:last-of-type,
.casestep_conts p:last-of-type {
  margin-bottom: 0;
}

.flow_ttl,
.casestep_ttl {
  font-size: 16px;
  font-weight: bold;
  background: #e6edd3;
  box-sizing: border-box;
  padding: 12px 12px 12px 120px;
  margin-bottom: 24px;
  position: relative;
}

.flow_ttl:before,
.casestep_ttl:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "STEP" counter(num);
  counter-increment: num;
  width: 100px;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #8dac3c;
  box-sizing: border-box;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.flow_conts-wrap,
.casestep_conts-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.flow_conts-img img,
.casestep_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.flow_conts-text,
.casestep_conts-text {
  width: calc(100% - 285px);
  margin-right: 32px;
}

/*患者様の声
----------------------------------------------------*/
.voice_tablist {
  border-bottom: 2px solid #a5bc6c;
  margin: 16px auto 32px;
}

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

.voice_tablist ul li {
  display: block;
  width: calc(100% / 6);
  margin-right: 3px;
}

.voice_tablist ul li:last-of-type {
  margin-right: 0;
}

.voice_tablist ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
  background: #a5bc6c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  font-weight: bold;
}

.voice_tablist ul li a.on {
  background: #e6edd3;
  color: #583a17;
}

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

.voice_imglist ul {
  display: flex;
  flex-wrap: wrap;
}

.voice_imglist ul li {
  max-width: 280px;
  margin-right: 16px;
}

.voice_imglist ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*アクセス
----------------------------------------------------*/
.access_conts {
  margin-bottom: 32px;
}

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

.access_info {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #b8a8a2;
  border-radius: 10px;
  background: #fff;
}

.access_info-ttl {
  text-align: center;
  margin-bottom: 32px;
  line-height: 0;
}

.access_info-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.access_info-text {
  margin-bottom: 24px;
}

.access_info-text dl {
  display: flex;
  flex-wrap: wrap;
}

.access_info-text dl dt {
  width: 6em;
}

.access_info-text dl dd {
  width: calc(100% - 6em);
}

.access_info-map iframe {
  width: 100%;
  min-height: 400px;
}

.access_rootconts-wrap {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num;
}

.access_rootconts {
  width: calc(50% - 12px);
  margin-right: 24px;
  border: 1px solid #b8a8a2;
  box-sizing: border-box;
  padding: 17px;
  margin-bottom: 24px;
  background: #fff;
}

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

.access_root-ttl {
  padding-left: 48px;
  position: relative;
  line-height: 1.4;
  min-height: 36px;
  margin-bottom: 16px;
  font-weight: bold;
}

.access_root-ttl:before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: #a5bc6c;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  counter-increment: num;
}

.access_rootimg {
  line-height: 0;
}

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

.access_parking p {
  margin-bottom: 1em;
}

.access_parking p:last-of-type {
  margin-bottom: 0;
}

/*お問い合わせ
----------------------------------------------------*/
.contact_conts {
  margin-bottom: 32px;
}

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

.contact_tel p {
  margin-bottom: 1em;
}

.contact_tel p:last-of-type {
  margin-bottom: 0;
}

.contact_tel p.contact_telnum {
  margin-bottom: 4px !important;
}

.contact_telnum {
  font-size: 24px;
  font-weight: bold;
  color: #89BF0E;
  line-height: 1.5;
}

.contact_telnum span {
  margin-left: 4px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
}

.contact_telopeninfo {
  margin-bottom: 1em;
}

.contact_telopen {
  display: flex;
}

.contact_mail-text {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  background: #ebe8d7;
  box-sizing: border-box;
  margin: 32px auto;
}

.contact_mail-text p {
  margin-bottom: 1em;
}

.contact_mail-text p:last-of-type {
  margin-bottom: 0;
}

.contact_mail-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
}

.contact_form-tbl,
.contact_form-tbl tbody {
  display: block;
}

.contact_form-tbl {
  border: 1px solid #b8a8a2;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr {
  display: flex;
}

.contact_form-tbl tbody tr th {
  width: 20em;
  text-align: left;
  background: #a5bc6c;
  border-right: 1px solid #fff;
  padding: 16px 10px 16px 20px;
  box-sizing: border-box;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.contact_form-tbl tbody tr td {
  width: calc(100% - 10em);
  box-sizing: border-box;
  padding: 16px 10px;
  background: #fff;
  border-bottom: 1px solid #b8a8a2;
}

.contact_form-tbl tbody tr td input {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr td input[type="radio"],
.contact_form-tbl tbody tr td input[type="checkbox"] {
  width: 1em;
}

.contact_form-tbl tbody tr td select{
  font-size: 17px;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr td textarea {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  min-height: 8em;
}

.contact_form-tbl tbody tr td.radiotd label {
  display: block;
}

.contact_form-tbl tbody tr:last-of-type th, .contact_form-tbl tbody tr:last-of-type td {
  border-bottom: none;
}

.contact_menu-text01 {
  margin: 1em auto;
}

.wpcf7-list-item:first-of-type{
  margin-left: 0 !important;
}

.required {
  background: #eb4828;
  color: #fff;
  padding: 2px 4px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  margin-left: 8px;
}

.form_submit input {
  width: 100%;
  max-width: 300px;
  background: #dd8f98;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 24px auto 15px;
  border: none;
  display: block;
}

.form_submit input:disabled{
  background: #ccc;
}

.contact_reserve-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}

.contact_reserve-btn{
  width: calc(50% - 6px);
  margin-right: 12px;
  margin-bottom: 12px;
}

.contact_reserve-btn:nth-of-type(2n){
  margin-right: 0;
}

.contact_reserve-btn .btn01{
  margin-top: 0;
}

/*施術方針
----------------------------------------------------*/
.houshin_conts {
  margin-bottom: 32px;
}

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

.houshin_conts p {
  margin-bottom: 1em;
}

.houshin_conts p:last-of-type {
  margin-bottom: 0;
}

.houshin_flow {
  display: block;
  box-sizing: border-box;
  padding: 32px;
  background: #f3f9b4;
  margin-bottom: 1em;
}

.houshin_flowconts {
  width: 100%;
  border: 2px solid #7fb700;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  margin-bottom: 32px;
  position: relative;
}

.houshin_flowconts::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 16px solid #7fb700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: 0 auto;
}

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

.houshin_flowconts:last-of-type::after {
  content: none;
}

.houshin_flowconts p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

/*よくある質問
----------------------------------------------------*/
.faq_conts {
  margin-bottom: 56px;
}

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

.faq_conts p {
  margin-bottom: 1em;
}

.faq_conts p:last-of-type {
  margin-bottom: 0;
}

.faq_qconts {
  padding: 40px;
  box-sizing: border-box;
  background: #e6edd3;
}

.faq_ttl01 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 24px;
  border-bottom: 2px dotted;
  padding-bottom: 4px;
  margin-bottom: 16px;
  text-align: center;
}

.faq_qlist {
  margin-top: 32px;
}

.faq_qlist ul {
  counter-reset: num;
}

.faq_qlist ul li {
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
}

.faq_qlist ul li:last-of-type {
  margin-bottom: 0;
}

.faq_qlist ul li:before {
  content: "Q" counter(num) ".";
  counter-increment: num;
  font-weight: bold;
  margin-right: 4px;
}

.faq_qlist ul li a {
  color: inherit;
  text-decoration: none;
}

.faq_ttl02 {
  font-size: 20px;
  font-weight: bold;
  color: #8dac3c;
  border-bottom: 2px dotted #8dac3c;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}

.faq_ttl02:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}

.faq_aconts {
  padding-top: 32px;
}

.faq_aconts:first-of-type {
  padding-top: 16px;
}

.faq_ttl-a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 3px solid #a5bc6c;
  position: relative;
}

.faq_ttl-a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #a5bc6c;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.faq_graph {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  margin-top: 32px;
}

.faq_graphconts {
  margin-bottom: 32px;
}

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

.faq_graphimg {
  margin-top: 16px;
}

.faq_graphimg img {
  width: 100%;
  max-width: fit-content;
  height: auto;
  max-height: fit-content;
}

.faq_graphlist ul {
  display: flex;
  flex-wrap: wrap;
}

.faq_graphlist ul li {
  width: calc(100% / 3 - 11px);
  margin-right: 16px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}

.faq_graphlist ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #89bf0c;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 100px;
}

.faq_graphlist ul li:nth-of-type(3n) {
  margin-right: 0;
}

.faq_subconts {
  margin-bottom: 16px;
}

.faq_subimgconts {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  margin: 1em auto;
}

/*サイトマップ
----------------------------------------------------*/
.sitemap_list dl {
  margin-bottom: 12px;
  border-bottom: 1px solid #dfe6c9;
  padding-bottom: 12px;
}

.sitemap_list dl dt {
  position: relative;
  padding-left: 12px;
}

.sitemap_list dl dt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #dd8f98;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
}

.sitemap_list dl dt a {
  text-decoration: none;
}

.sitemap_list dl dd {
  border-top: 1px dashed #dd8f98;
  padding-top: 8px;
  margin-top: 8px;
}

.sitemap_list dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.sitemap_list dl dd ul li {
  margin-right: 24px;
  position: relative;
  padding-left: 12px;
}

.sitemap_list dl dd ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #dd8f98;
}

.sitemap_list dl dd ul li a {
  text-decoration: none;
}

/*院長ブログ　共通
----------------------------------------------------*/
.case_mainimage {
  margin-bottom: 32px;
}

.case_conts p {
  margin-bottom: 1em;
}

.case_nayami-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: url("../images/second/case_nayamiimg01.png") no-repeat calc(100% - 16px) bottom;
  box-sizing: border-box;
  padding: 0 176px 16px 16px;
  border-bottom: 2px dashed #a5bc6c;
  min-height: 174px;
}

.case_nayami-ttl.case_nayami-ttl-jinzou{
  background-image: url("../images/second/case_nayamiimg02.png");
}

.case_nayami-ttltext {
  font-size: 36px;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.5;
}

.case_nayami-list,
.case_nayami-list02{
  background: #ecf5d4;
  box-sizing: border-box;
  padding: 24px;
}

.case_nayami-list li,
.case_nayami-list02 li {
  background: url("../images/second/icon_check02.png") no-repeat left 6px;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.case_nayami-list li:last-of-type,
.case_nayami-list02 li:last-of-type {
  margin-bottom: 0;
}

.case_nayami-list02 {
  display: flex;
  flex-wrap: wrap;
}

.case_nayami-list02 li {
  margin-right: 32px;
}

.case_nayami-list03{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

.case_nayami-list03 li{
  font-weight: bold;
  margin-right: 24px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

.case_nayami-list03 li:before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #bed18e;
  border-radius: 100px;

  position: absolute;
  left: 0;
  top: 11px;
}

.case_nayami-text01 {
  margin-top: 24px;
}

.case_nayami-text01 p {
  font-size: 18px;
}

.case_nayami-text02,
.case_nayami-text03 {
  margin-top: 24px;
}

.case_nayami-text02 p {
  font-size: 36px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  line-height: 1.5;
}

.case_subconts {
  margin-top: 24px;
}

.case_subconts02{
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  border: 2px solid #a5bc6c;
  margin-top: 24px;
  background: #fff;
}

.case_img01,
.case_img02 {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  margin: 1em auto;
}

.case_img01 p {
  margin-bottom: 80px;
}

.case_img01 p:last-of-type{
  margin-bottom: 0;
}

.case_img01-conts{
  margin-bottom: 80px;
}

.case_img01-conts:last-of-type{
  margin-bottom: 0;
}

.case_img01-ttl01,
.case_img01-ttl02{
  font-size: 32px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  line-height: 1.5;
  color: #dd8f98;
  margin-bottom: 20px;
}

.case_img01-ttl02{
  margin-bottom: 12px;
}

.case_img02{
  padding: 24px;
}

.case_img02 p{
  margin-bottom: 1em;
}

.case_img02 p:last-of-type{
  margin-bottom: 0;
}

.case_img02-memo01{
  font-size: 14px;
  text-align: center;
}


.single_conts h4 {
  background: #a5bc6c;
  box-sizing: border-box;
  padding: 12px 24px 12px 36px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 1.5em;
}

.single_conts h4:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 21px;
  border-radius: 100px;
}

.single_conts h5 {
  font-size: 16px;
  font-family: "Sawarabi Mincho", serif;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 1.25em;
  border-bottom: 3px solid #a5bc6c;
  position: relative;
}

.single_conts h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #a5bc6c;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.single_conts p {
  margin-bottom: 1em;
}

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

.case_list ul {
  display: flex;
  flex-direction: column;
}

.case_list ul li {
  position: relative;
  padding-left: 16px;
  border-bottom: 1px dashed #a5bc6c;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.case_list ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #a5bc6c;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 100px;
}

.case_list ul li a {
  display: block;
  color: #a5bc6c;
  text-decoration: none;
  font-size: 16px;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 24px;
}

.diet_case01{
  margin-top: 2em;
}

/*子宝漢方専門
----------------------------------------------------*/
.kodakara_ttl01 {
  border-top: 2px solid #a5bc6c;
  box-sizing: border-box;
  padding: 24px;
  border-bottom: 2px solid #a5bc6c;
  position: relative;
  margin-bottom: 54px;
}

.kodakara_ttl01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 64px solid transparent;
  border-top: 40px solid #a5bc6c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -104px;
  margin: 0 auto;
}

.kodakara_ttl01 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  margin-bottom: 0;
}

.kodakara_trial-text01 p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.75;
  margin-bottom: 0;
}

.kodakara_ttl02 {
  border-top: 2px solid #a5bc6c;
  box-sizing: border-box;
  padding: 24px;
  border-bottom: 2px solid #a5bc6c;
  position: relative;
  margin-bottom: 32px;
}

.kodakara_ttl02 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  margin-bottom: 0;
}
