@charset "UTF-8";
/*mixin
----------------------------------------------------*/
.img02 img, .img03 img, .about_img01 img, .about_gallery ul li img, .about_ttl04 img, .staff_conts-img img, .access_lr-img img, .twoshot_list li img, .case_list-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*下層ページ
----------------------------------------------------*/
#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: #fff8d4;
  border: 4px solid #fda717;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 28px;
  padding: 16px 32px;
  font-size: 30px;
  font-weight: bold;
  color: #6e5437;
  box-sizing: border-box;
  position: relative;
}

.ttl02 {
  color: #fff;
  background: #fda717;
  padding: 11px 20px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  margin-bottom: 1em;
  border-radius: 8px;
  margin-top: 2em;
}

.ttl03 {
  font-size: 17px;
  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 {
  border-left: 9px solid #fda717;
  border-bottom: 1px dotted #323232;
  padding-left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #3f1f00;
  padding-bottom: 4px;
  margin-bottom: 1em;
}

.ttl07 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px dotted #71583c;
  margin-bottom: 1em;
  padding-bottom: 4px;
}

.tbl01 {
  border: 1px solid #e8e5d3;
  border-collapse: collapse;
  margin-bottom: 16px;
  width: 100%;
  max-width: 674px;
  margin: 1em auto;
}

.tbl01 thead {
  border: 1px solid #6e5437;
  box-sizing: border-box;
}

.tbl01 thead th {
  background: #6e5437;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 8px;
}

.tbl01 tbody {
  border: 1px solid #ebe5d1;
  box-sizing: border-box;
}

.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: 12px;
  text-align: center;
}

.tbl02 {
  border: 1px solid #e8e5d3;
  border-collapse: collapse;
  margin-bottom: 16px;
  width: 100%;
  max-width: 674px;
  margin: 1em auto;
}

.tbl02 thead {
  border: 1px solid #6e5437;
  box-sizing: border-box;
}

.tbl02 thead th {
  background: #6e5437;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 8px;
  border-right: 1px solid #ebe5d1;
}

.tbl02 tbody {
  border: 1px solid #ebe5d1;
  box-sizing: border-box;
}

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

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

.tbl02 tbody tr th {
  background: #fffbed;
  color: #3f1f00;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #ebe5d1;
}

.tbl02 tbody tr td {
  border-right: 1px solid #ebe5d1;
}

.tbl02 tbody tr td:last-of-type {
  border-right: none;
}

.tbl02 tbody tr th,
.tbl02 tbody tr td {
  padding: 12px;
  text-align: center;
}

.access_timetble tr th {
  width: 40%;
}

.access_timetble tr td {
  width: 60%;
}

.memo01 {
  position: relative;
  margin-left: 1em;
}

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

.list01 {
  background: #fffbed;
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 1em;
  border-radius: 10px;
}

.list01 li {
  padding-left: 16px;
  margin-bottom: 12px;
  color: #6e5437;
  position: relative;
  font-size: 17px;
  font-weight: bold;
}

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

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

.list_about01 {
  position: relative;
}

.list_about01:after {
  content: "";
  display: block;
  background: url("../images/second/about_list01.png") no-repeat right bottom;
  width: 289px;
  height: 257px;
  max-width: 289px;
  max-height: 257px;
  position: absolute;
  right: 24px;
  bottom: 0;
}

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

.list02 {
  background: url("../images/second/bg_list02.png") repeat left top;
  padding: 24px;
  border: 6px solid #bab5a3;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.list02 li {
  width: calc(100% / 3 - 36px);
  margin-right: 24px;
  font-size: 17px;
  font-weight: bold;
  color: #787569;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

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

.list02 li:nth-child(3n) {
  margin-right: 0;
}

.list03 {
  display: flex;
  flex-wrap: wrap;
  background: #fffbed;
  box-sizing: border-box;
  padding: 16px 24px 8px;
  margin-bottom: 1em;
}

.list03 li {
  margin-right: 32px;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 8px;
}

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

.img02 {
  text-align: center;
  margin-bottom: 1em;
}

.img03 {
  text-align: center;
  margin-bottom: 2em;
}

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

/*初めての方へ
----------------------------------------------------*/
.about_ttl01 {
  display: block;
  margin: 0 auto 50px;
  background: #6e5437;
  position: relative;
  width: 100%;
  max-width: 280px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
}

.about_ttl01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 10px solid #6e5437;
}

.about_tf {
  margin-bottom: 30px;
}

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

.about_false {
  background: #6e5437;
  border: 6px solid #6e5437;
  border-radius: 10px;
}

.about_true {
  background: #fda717;
  border: 6px solid #fda717;
  border-radius: 10px;
}

.about_ttl02 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 20px;
}

.about_tf-list {
  background: #fff;
  padding: 20px 28px;
}

.about_tf-list li {
  font-size: 17px;
  font-weight: bold;
  color: #6e5437;
  padding-left: 32px;
  margin-bottom: 8px;
}

.about_tf-list li:last-child {
  margin-bottom: 0;
}

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

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

.about_ttl03 {
  font-size: 25px;
  font-weight: bold;
  color: #3f1f00;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  line-height: 1.6;
  min-height: 128px;
  background: linear-gradient(to bottom, #fff 0%, #e6f5ff 100%);
  border-bottom: 4px solid #7dbe2b;
  margin-bottom: 24px;
}

.about_ttl03 span {
  width: 100%;
}

.about_mainimage {
  text-align: center;
  margin-bottom: 1em;
}

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

.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_img01 {
  text-align: center;
  margin: 0 auto 1em;
}

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

.about_gallery ul li {
  width: calc(100% / 3 - 8px);
  margin-right: 12px;
  margin-bottom: 8px;
}

.about_gallery ul li:nth-child(3n) {
  margin-right: 0;
}

.faq dl {
  margin-bottom: 2em;
}

.faq dl dt {
  border-left: 9px solid #fda717;
  border-bottom: 1px dashed #343434;
  padding: 0 16px 4px;
  margin-bottom: 1em;
  font-size: 17px;
  font-weight: bold;
  color: #3f1f00;
}

.faq dl dt:before {
  content: "Q.";
  color: #fda717;
  margin-right: 4px;
}

.about_ttl04 {
  background: url("../images/second/about_ttl04-bg.png") no-repeat center bottom/cover;
  border-bottom: 4px solid #7dbe2b;
  text-align: center;
  padding: 48px 12px 24px;
  box-sizing: border-box;
  margin-bottom: 1em;
}

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

/*施術の流れ
----------------------------------------------------*/
.flow_conts {
  width: 100%;
  max-width: 580px;
  margin: 30px auto 0;
}

.flow_ttl {
  width: 100%;
  min-height: 28px;
  margin: 0 auto;
  background: #7fba29;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px 80px 80px 100px;
}

.flow_ttl:before {
  content: "";
  display: block;
  width: 100px;
  height: auto;
  min-height: 28px;
  position: relative;
  left: 0;
  top: 0;
  background: #7fba29;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 16px 8px 24px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  box-shadow: 4px 0 0 #fff;
}

.flow_ttl01:before {
  content: "STEP1";
}

.flow_ttl02:before {
  content: "STEP2";
}

.flow_ttl03:before {
  content: "STEP3";
}

.flow_ttl04:before {
  content: "STEP4";
}

.flow_ttl05:before {
  content: "STEP5";
}

.flow_ttl06:before {
  content: "STEP6";
}

.flow_ttl07:before {
  content: "STEP7";
}

.flow_ttl08:before {
  content: "STEP8";
}

.flow_ttl09:before {
  content: "STEP9";
}

.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;
  text-align: center;
}

/*スタッフ紹介
----------------------------------------------------*/
.staff_mainimage {
  position: relative;
  left: -15px;
}

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

.staff_list li {
  width: calc(100% / 3 - 8px);
  max-width: 203px;
  margin-right: 24px;
}

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

.staff_list-info {
  text-align: center;
  font-weight: bold;
  color: #ff8102;
  line-height: 1.5;
  margin-top: 8px;
}

.staff_list-info .staff_list-name {
  display: block;
  font-size: 17px;
  color: #6e5437;
}

.staff_conts01 {
  padding: 33px;
  background: #ffe587;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.staff_conts-img {
  width: 100%;
  max-width: 203px;
  margin-left: 30px;
}

.staff_conts-text {
  width: calc(100% - 233px);
}

.staff_ttl01 {
  font-size: 17px;
  font-weight: bold;
  color: #6e5437;
  border-bottom: 1px dashed;
  display: block;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.staff_capacity li {
  margin-left: 1em;
}

.staff_capacity li:before {
  content: "◆";
  margin-left: -1em;
}

.staff_conts02 {
  margin-top: 2em;
}

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

/*地図・行き方
----------------------------------------------------*/
.access_info {
  border: 2px dotted #6e5437;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 12px;
}

.access_ttl01 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #3f1f00;
  margin-bottom: 1em;
}

.access_info-text01 {
  display: flex;
}

.access_info-text01 dt {
  font-weight: bold;
}

.access_info-map {
  margin-top: 1em;
}

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

.access_conts {
  border: 1px solid #fda717;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 2em;
}

.access_lr {
  display: flex;
  flex-wrap: wrap;
}

.access_lr .access_conts {
  width: calc(50% - 12px);
  margin-right: 24px;
  padding: 20px;
}

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

.access_ttl02 {
  font-weight: bold;
  color: #3f1f00;
  position: relative;
  padding-left: 72px;
  min-height: 60px;
  padding-top: 15px;
}

.access_ttl02:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fda717;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.access_ttl02-lr {
  padding-top: 0;
  margin-bottom: 1em;
}

.access_root01:before {
  content: "1";
}

.access_root02:before {
  content: "2";
}

.access_root03:before {
  content: "3";
}

.access_root04:before {
  content: "4";
}

.access_root05:before {
  content: "5";
}

.access_root06:before {
  content: "6";
}

.access_root07:before {
  content: "7";
}

.access_root08:before {
  content: "8";
}

.access_root09:before {
  content: "9";
}

.access_conts-timetable {
  margin-top: 2em;
}

.access_lr-img img {
  margin-bottom: 1em;
}

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

/*お問い合わせ
----------------------------------------------------*/
.contacttel_num {
  font-size: 20px;
  font-weight: bold;
  color: #ff3508;
  margin-bottom: 0 !important;
}

.contacttel_num span {
  font-size: 1.4em;
}

.contacttel_num span a {
  color: #ff3508;
}

.contacttel_open {
  display: flex;
}

.contacttel_open dt {
  width: 6em;
  font-weight: bold;
}

.contacttel_open dd {
  width: calc(100% - 6em);
}

.contact_mailconts {
  background: #fff8d4;
  box-sizing: border-box;
  padding: 16px;
}

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

.contact_form {
  margin-top: 2em;
}

.contact_tbl,
.contact_tbl tbody {
  display: block;
}

.contact_tbl {
  border: 1px solid #ebe5d1;
}

.contact_tbl tbody tr {
  display: flex;
  border-bottom: 1px solid #ebe5d1;
}

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

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

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

.contact_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: #fda717;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  border-radius: 100px;
  margin: 24px auto 15px;
  border: none;
  display: block;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
}

.contact_form-send input[disabled] {
  background: #ccc;
}

.form_confirm {
  font-size: 16px;
  text-align: center;
  margin-top: 1em;
}



/*初めての方へ
----------------------------------------------------*/
.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: auto;
  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: 17px;
  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;
}

/*先生の紹介
----------------------------------------------------*/
.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: #fffbed;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  width: 100%;
}

.faq_list ul li {
  margin-bottom: 8px;
}

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

.faq_list ul li:before {
  content: "Q.";
  color: #ff8102;
}

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

.faq_ttl1:before {
  content: "Q1.";
  margin-right: 8px;
}

.faq_ttl2:before {
  content: "Q2.";
  margin-right: 8px;
}

.faq_ttl3:before {
  content: "Q3.";
  margin-right: 8px;
}

.faq_ttl4:before {
  content: "Q4.";
  margin-right: 8px;
}

.faq_ttl5:before {
  content: "Q5.";
  margin-right: 8px;
}

.faq_ttl6:before {
  content: "Q6.";
  margin-right: 8px;
}

.faq_ttl7:before {
  content: "Q7.";
  margin-right: 8px;
}

.faq_ttl8:before {
  content: "Q8.";
  margin-right: 8px;
}

.faq_ttl9:before {
  content: "Q9.";
  margin-right: 8px;
}

.faq_ttl10:before {
  content: "Q10.";
  margin-right: 8px;
}

.faq_ttl11:before {
  content: "Q11.";
  margin-right: 8px;
}

.faq_ttl12:before {
  content: "Q12.";
  margin-right: 8px;
}

.faq_ttl13:before {
  content: "Q13.";
  margin-right: 8px;
}

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

.twoshot_list {
  display: flex;
  flex-wrap: wrap;
}

.twoshot_list li {
  width: calc(100% / 3 - 14px);
  margin-right: 21px;
}

.twoshot_list li:nth-child(3n) {
  margin-right: 0;
}

.twoshot_list li img {
  box-shadow: 0 0 5px #f1eee9;
}

.case_list-img {
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
}

.case_list {
  border-color: #fda717;
  margin-bottom: 1em;
}

.case_list li {
  width: 100%;
  background: url("../images/second/icon_checkbox01.png") no-repeat left top;
  background-size: 30px auto;
  padding-left: 40px;
  color: #3f1f00;
  padding-top: 2px;
  margin-bottom: 1em;
}

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

.case_list li:before {
  content: none;
}

.case_omakase-ttl {
  margin-bottom: 1em;
}

/*症例レポート
----------------------------------------------------*/
.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: 25px;
}

.report_cat-archive li a:before{
  content: "";
  display: block;

  width: 8px;
  height: 8px;
  position: absolute;
  background: #ff8102;
  top: 8px;
  left: 8px;

  border-radius: 100px;
}


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

.report_single h3{
  color: #fff;
  background: #fda717;
  padding: 11px 20px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  margin-bottom: 1em;
  border-radius: 8px;
  margin-top: 2em;
  clear: both;
}

.report_single h4{
  display: block;
  box-sizing: border-box;
  padding: 4px 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fda717;
  border-bottom: 2px 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;
}

