@charset "UTF-8";
/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 100%;
  max-width: 660px;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

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

.ttl01 {
  background: #fbf8e5;
  border-left: 6px solid #f4822c;
  border-radius: 4px;
  width: 100%;
  max-width: 660px;
  box-sizing: border-box;
  margin: 0 35px 28px;
  padding: 16px 32px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  position: relative;
}

.ttl01:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #f0edda;
}

.ttl02 {
  color: #fff;
  background: #f4822c;
  padding: 12px 20px 12px 40px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  margin-bottom: 28px;
}

.ttl02:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #ffb85c;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}

.ttl03 {
  font-size: 20px;
  font-weight: bold;
  color: #391902;
  margin-bottom: 1em;
}

.ttl03 span {
  background: linear-gradient(transparent 60%, #fddc65 60%);
}

.ttl04 {
  display: block;
  box-sizing: border-box;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #391902;
  border-bottom: 1px dashed;
}

.ttl05 {
  background: #faeda5;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #391902;
  margin-bottom: 12px;
}

.ttl06 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px dashed #391902;
  color: #391902;
}

.tbl01 {
  border: 1px solid #e8e5d3;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.tbl01 tbody tr {
  border-bottom: 1px solid #e8e5d3;
}

.tbl01 tbody tr:last-of-type {
  border-bottom: none;
}

.tbl01 tbody tr th {
  background: #fff9f2;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td {
  padding: 15px;
}

.tbl01_price {
  font-weight: bold;
}

.text_memo01 {
  margin-left: 1em;
}

.text_memo01:before {
  content: "※";
  margin-left: -1em;
}

.list01 {
  background: #fbf8e5;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 1em;
}

.list01 li {
  background: url(../images/top/top_hikaku-check02.png) no-repeat left top;
  padding-left: 40px;
  margin-bottom: 12px;
}

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

.list01-01 li {
  font-weight: bold;
}

.list02 {
  background: #fbf8e5;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}

.list02 li {
  background: url(../images/top/top_hikaku-check02.png) no-repeat left top;
  padding-left: 40px;
  margin-bottom: 1em;
  margin-right: 2em;
}

.list03{
  margin-bottom: 1em;
}

.list03 li{
  position: relative;
  padding-left: 16px;
}

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

.mark01 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fddc65 60%);
}

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

/*施術について
----------------------------------------------------*/
.about_symptoms {
  width: 100%;
  padding: 24px 26px;
  box-sizing: border-box;
  background: #fbf8e5;
}

.about_symptoms dl {
  display: flex;
  margin-bottom: 20px;
}

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

.about_symptoms dl dt {
  background: #faeda5;
  padding: 2px 4px;
  width: 7em;
  height: 2em;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #391902;
  text-align: center;
  margin-right: 16px;
}

.about_symptoms dl dd {
  width: calc(100% - 7em - 16px);
}

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

.about_symptoms dl dd ul li {
  margin-right: 20px;
}

.about_ttl01 {
  line-height: 0;
  text-align: center;
}

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

.about_reason {
  box-sizing: border-box;
  padding: 16px;
  border: 6px solid #afd721;
}

.about_reason-ttl {
  position: relative;
  padding: 8px 0;
  padding-left: 74px;
  min-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #391902;
  line-height: 1.4;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.about_reason-ttl:after {
  content: "";
  display: block;
  width: 46px;
  height: 76px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.about_reason-ttl01:after {
  background-image: url("../images/second/reason_ttl-no1.png");
}

.about_reason-ttl02:after {
  background-image: url("../images/second/reason_ttl-no2.png");
}

.about_reason-ttl03:after {
  background-image: url("../images/second/reason_ttl-no3.png");
}

.about_reason-conts {
  margin-bottom: 24px;
  padding: 0 12px 24px 12px;
  border-bottom: 2px dotted #e0e0e0;
}

.about_reason-conts:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.about_reason-img {
  float: right;
  margin-left: 32px;
}

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

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

/*施術料金
----------------------------------------------------*/
/*お客様の声
----------------------------------------------------*/
.secondvoice {
  margin-bottom: 30px;
}

/*地図・行き方
----------------------------------------------------*/
.access_contact {
  margin-bottom: 30px;
}

/*お問い合わせ
----------------------------------------------------*/
.contact_memo {
  background: #fbf8e5;
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 6px;
}

.contact_memo .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.contact_memo .ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  position: absolute;
  top: calc(1em - 5px);
  left: 0;
  z-index: 1;
}

.contact_memo .ttl span {
  background: #fbf8e5;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.contact_memo ul {
  margin-top: 14px;
  display: flex;
}

.contact_memo ul li {
  background: url(../images/top/top_hikaku-check02.png) no-repeat left top;
  padding-left: 32px;
  margin-right: 24px;
}

.contact_tel {
  margin-bottom: 30px;
}

.contact_tel p {
  margin-bottom: 0;
}

.contact_telnum {
  font-size: 16px;
}

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

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

.contact_form-tbl {
  border: 1px solid #e8e5d3;
}

.contact_form-tbl tbody tr {
  display: flex;
  border-bottom: 1px solid #e8e5d3;
}

.contact_form-tbl tbody tr th {
  width: 20em;
  text-align: left;
  background: #fff9f2;
  border-right: 1px solid #e8e5d3;
  padding: 16px 10px 16px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.contact_form-tbl tbody tr td {
  width: calc(100% - 10em);
  box-sizing: border-box;
  padding: 16px 10px;
}

.contact_form-tbl tbody tr td input {
  width: 100%;
  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;
}

.required {
  display: flex;
  align-items: center;
  background: #e83200;
  color: #fff;
  padding: 0 4px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
}

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

/*初めての方へ
----------------------------------------------------*/
.first_ttl01 {
  text-align: center;
  margin-bottom: 16px;
}

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

.first_strong01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #f4822c;
}

.first_strong01 strong {
  border-bottom: 2px solid;
}

.first-ttl02 {
  margin-bottom: 1em;
}

.point_conts {
  margin-bottom: 30px;
}

.point_conts:first-of-type {
  margin-top: 2.5em;
}

.point_conts-ttl {
  margin-left: 64px;
  position: relative;
  box-sizing: border-box;
  padding: 8px 24px 8px 32px;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #391902;
  border-bottom: 2px dotted #735d4e;
}

.point_conts-ttl:before {
  content: "";
  width: 86px;
  height: 86px;
  background-position: left center;
  position: absolute;
  left: -64px;
  top: -15px;
  display: flex;
  align-items: center;
}

.point_ttl01:before {
  background-image: url("../images/second/point01.png");
}

.point_ttl02:before {
  background-image: url("../images/second/point02.png");
}

.point_ttl03:before {
  background-image: url("../images/second/point03.png");
}

.point_ttl04:before {
  background-image: url("../images/second/point04.png");
}

.point_ttl05:before {
  background-image: url("../images/second/point05.png");
}

.first-okotowari dl {
  margin-bottom: 15px;
}

.first-okotowari dl dt {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px dotted #735d4e;
  margin-bottom: 4px;
  color: #391902;
  position: relative;
  padding-left: 14px;
}

.first-okotowari dl dt:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-left: 8px solid #735d4e;
  position: absolute;
  left: 0;
  top: 9px;
}

.firstad_conts {
  margin-bottom: 20px;
}

/*施術の流れ
----------------------------------------------------*/
.flow_conts {
  margin-top: 30px;
}

.flow_ttl {
  background: #fddc65;
  margin-left: 64px;
  position: relative;
  box-sizing: border-box;
  padding: 8px 24px 8px 32px;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #391902;
}

.flow_ttl:before {
  content: "";
  width: 86px;
  height: 86px;
  background-position: left center;
  position: absolute;
  left: -64px;
  top: -15px;
  display: flex;
  align-items: center;
}

.flow_ttl01:before {
  background-image: url("../images/second/flow_ttl01.png");
}

.flow_ttl02:before {
  background-image: url("../images/second/flow_ttl02.png");
}

.flow_ttl03:before {
  background-image: url("../images/second/flow_ttl03.png");
}

.flow_ttl04:before {
  background-image: url("../images/second/flow_ttl04.png");
}

.flow_ttl05:before {
  background-image: url("../images/second/flow_ttl05.png");
}

.flow_ttl06:before {
  background-image: url("../images/second/flow_ttl06.png");
}

.flow_ttl07:before {
  background-image: url("../images/second/flow_ttl07.png");
}

.flow_ttl08:before {
  background-image: url("../images/second/flow_ttl08.png");
}

.flow_ttl09:before {
  background-image: url("../images/second/flow_ttl09.png");
}

.flow_text {
  padding-left: 20px;
  min-height: 1px;
}

.flow_text:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.flow_img01 ul {
  display: flex;
  justify-content: center;

}

.flow_img01 ul li {
  margin: 0 10px 0 0;
  text-align: center;
  width: 100%;
}

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

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

/*先生の紹介
----------------------------------------------------*/
.staff_info-img {
  text-align: center;
}

.staff_info-capacity {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 18px 24px 16px;
  min-width: 120px;
  max-width: 400px;
  margin: 1.5em auto;
  color: #333;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #fddc65;
  box-sizing: border-box;
  border-radius: 8px;
}

.staff_info-capacity:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.staff_info-capacity:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fddc65;
  z-index: 1;
}

.staff_info-dl {
  margin-top: 1em;
}

.staff_info-dl dl {
  display: flex;
  flex-wrap: wrap;
}

.staff_info-dl dl dt {
  width: 4em;
}

.staff_info-dl dl dd {
  width: calc(100% - 4em);
}

/*よくある質問
----------------------------------------------------*/
.faq_list {
  background: #fbf8e5;
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
}

.faq_list-ttl01 {
  font-size: 17px;
  font-weight: bold;
  color: #391902;
}

.faq_list-conts {
  margin-top: 32px;
}

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

.faq_list-ttl02 {
  background: url("../images/second/faq_icon01.png") no-repeat left 6px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #391902;
  border-bottom: 1px dotted #bab6b3;
  margin-bottom: 12px !important;
}

.faq_list01 li {
  margin-bottom: 5px;
}

.faq_list01 li a {
  color: #391902;
}

.faq_list01 li a:before {
  content: "Q.";
  font-weight: bold;
}

.faq-a {
  margin-top: 1em;
  padding-top: 1em;
}

.faq-a:first-of-type {
  margin-top: -1em;
}

.faq-a dt {
  font-size: 17px;
  font-weight: bold;
  color: #391902;
  border-bottom: 1px dotted #735d4e;
  margin-bottom: 12px;
  padding-left: 2em;
  position: relative;
}

.faq-a dt:before {
  content: "Q.";
  font-size: 24px;
  font-weight: bold;
  color: #fcc026;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: -8px;
}

/*リンク集
----------------------------------------------------*/
.link_conts {
  margin-top: 40px;
}

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

.link_conts section {
  margin-top: 30px;
}

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

.link_conts dl {
  margin-bottom: 15px;
}

.link_conts dl dt {
  font-size: 16px;
  font-weight: bold;
  padding-left: 32px;
  margin-bottom: 0;
  position: relative;
}

.link_conts dl dt:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #735d4e;
  position: absolute;
  left: 0;
  top: 13px;
}

.link_conts dl dd {
  margin-bottom: 8px;
}

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

.link_list02 ul li {
  margin-right: 30px;
  margin-bottom: 8px;
}

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

/*症状紹介ページ共通
----------------------------------------------------*/
.second-mainimage img {
  width: auto;
  max-width: 100%;
  height: auto;
}

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

.case_intro-text01{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.case_intro-strong01{
  color:#e83200;
}

.case_intro-strong02{
  text-decoration: underline;
}

.case_intro-img01{
  margin-top: 24px;
  text-align: center;
}

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

/*ヘルニア
----------------------------------------------------*/
.herunia_sejyutsu{
  display: flex;
  flex-direction: row;
}

.herunia_sejyutsu-conts{
  width: calc(50% - 10px);
  margin-right: 20px;
}

.herunia_sejyutsu-conts:last-of-type{
  margin-right: 0;
}

/*症例レポート
----------------------------------------------------*/
.report_cat{
  margin-bottom: 2em;
}

.report_cat-archive{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.report_cat-archive li{
  border-bottom: 1px dashed;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.report_cat-archive li a{
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding-left: 27px;
}

.report_cat-archive li a:before{
  content: "";
  display: block;
  background: url(../images/common/side_icon.png) no-repeat left top;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
}


.report_cat-archive li.report_cat-noreport{
  border: none;
}

.report_single{
  margin-bottom: 2em;
}

.report_single h3{
  color: #fff;
  background: #f4822c;
  padding: 12px 20px 12px 40px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  margin-bottom: 28px;
}

.report_single h3:after{
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #ffb85c;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}

.report_single h4{
  display: block;
  box-sizing: border-box;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #391902;
  border-bottom: 1px dashed;
}

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

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

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

.alignleft{
  float: left;
  margin-right: 24px;
}

.aligncenter{
  text-align: center;
  margin: 0 auto;
}

.alignright{
  float: right;
  margin-left: 24px;
}

.wp-pagenavi{
  margin-top: 1em;
  text-align: center;
}

.case_selectconts-ttl {
  background: #fddc65;
  margin-left: 64px;
  position: relative;
  box-sizing: border-box;
  padding: 8px 24px 8px 32px;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #391902;
}

.case_selectconts-ttl:before {
  content: "";
  width: 86px;
  height: 86px;
  background-position: left center;
  position: absolute;
  left: -64px;
  top: -15px;
  display: flex;
  align-items: center;
}

.case_selectconts-ttl01:before {
  background-image: url("../images/second/case_select-ttl01.png");
}

.case_selectconts-ttl02:before {
  background-image: url("../images/second/case_select-ttl02.png");
}

.case_selectconts-ttl03:before {
  background-image: url("../images/second/case_select-ttl03.png");
}

.case_select-img01{
  margin-top: 32px;
}

.kubi_support{
  margin-top: 24px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
}

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