@charset "UTF-8";
@font-face {
  font-family: 'mincho';
  src: url("../font/mincho.woff") format("woff"), url("../font/mincho.ttf") format("truetype");
}

/*下層ページ
----------------------------------------------------*/
#second main {
  margin-top: 40px;
}

#breadcrumb {
  width: 100%;
  max-width: 100%;
  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;
}

.second_mainttl {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #c6def5;
  margin-bottom: 24px;
  position: relative;
}

.second_mainttl::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background: #639dd4;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.second_conts {
  margin-top: 54px;
}

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

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

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

.second_conts01 {
  margin-top: 54px;
}

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

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

.second_conts02 {
  margin-top: 32px;
}

.second_ttl01 {
  background: #1f6fb6;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.tbl01 {
  border: 1px solid #1f6fb6;
  border-collapse: collapse;
  box-sizing: border-box;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td {
  border: 1px solid #1f6fb6;
  padding: 10px 15px;
}

.tbl01 tbody tr th {
  width: 30%;
  background: #f4fafc;
}

.tbl01 tbody tr td {
  width: 70%;
}

.tbl01 tbody tr td p {
  margin-bottom: 0;
}

.tbl01 tbody tr td p:last-of-type {
  margin-bottom: 0 !important;
}

.ttl01 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #1f6fb6;
  box-sizing: border-box;
  padding: 16px 24px;
  margin-bottom: 2em;
}

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

.ttl03 {
  font-family: 'mincho';
  text-align: center;
  font-size: 28px;
  margin-bottom: 1.5em;
  line-height: 1.7;
}

.ttl03 .red01 {
  color: #fa3407;
}

.ttl03 .br {
  display: block;
}

.ttl04 {
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  border-bottom: 6px solid #1f6fb6;
  margin-bottom: 2em;
}

.ttl05 {
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  border-bottom: 6px solid #1f6fb6;
  margin-bottom: 1em;
}

.ttl06 {
  font-size: 18px;
  font-weight: bold;
  color: #1f6fb6;
  border-bottom: 2px solid;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

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

.ttl07 {
  font-family: 'mincho';
  text-align: center;
  font-size: 28px;
  padding-bottom: 12px;
  margin-bottom: 1.5em;
  line-height: 1.7;
  border-bottom: 1px dashed #999;
}

.ttl07 .red01 {
  color: #fa3407;
}

.ttl07 .br {
  display: block;
}

.tbl02 {
  border: 1px solid #d4d0c5;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.tbl02 thead tr th {
  background: #1f6fb6;
  font-weight: bold;
  color: #fff;
  padding: 12px;
  border-right: 1px solid #d4d0c5;
}

.tbl02 tbody tr th {
  background: #f2fbff;
  padding: 12px;
  text-align: center;
  border-right: 1px solid #d4d0c5;
  border-bottom: 1px solid #d4d0c5;
  font-weight: normal;
}

.tbl02 tbody tr td {
  padding: 12px;
  text-align: center;
  border-right: 1px solid #d4d0c5;
  border-bottom: 1px solid #d4d0c5;
}

/* 初めての方へ */
.about_list01 {
  background: #fcf9e1;
  box-sizing: border-box;
  padding: 40px 32px;
  position: relative;
  min-height: 280px;
  margin: 2em auto;
}

.about_list01 ul.list01 {
  width: calc(100% - 312px);
}

.about_list01 ul.list01 li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  font-size: 17px;
}

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

.about_list01 ul.list02 {
  width: 100%;
}

.about_list01 ul.list02 li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  font-size: 17px;
}

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

.about_list01 .about_list01img {
  position: absolute;
  right: 24px;
  bottom: 0;
}

.about_list02 {
  border: 2px solid;
}

.about_false {
  border-color: #999;
}

.about_true {
  border-color: #1f6fb6;
}

.about_list02-ttl-false {
  background: #999;
}

.about_list02-ttl-true {
  background: #1f6fb6;
}

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

.about_list02-ttl span {
  text-decoration: underline;
}

.about_list02 {
  margin: 1em auto;
}

.about_list02 ul {
  padding: 32px;
}

.about_list02 ul li {
  font-size: 18px;
  padding-left: 32px;
  margin-bottom: 8px;
}

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

.about_list03 {
  background: #edfaff;
  box-sizing: border-box;
  padding: 40px 40px 32px;
  margin-top: 2em;
}

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

.about_list03 ul li {
  width: calc(100% / 3 - 48px);
  position: relative;
  font-size: 16px;
  padding-left: 16px;
  margin-right: 32px;
  margin-bottom: 8px;
}

.about_list03 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #3e3a3a;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 10px;
}

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

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

.about_photolist {
  margin-top: 1em;
}

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

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

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

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

.faq_conts dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.faq_conts dl dt {
  background: #1f6fb6;
  box-sizing: border-box;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
}

.about_ttl01 {
  background: #ccebff;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 2em;
}

.about_message {
  margin-top: 2em;
  background: #fcf9e1;
  box-sizing: border-box;
  padding: 32px;
}

/* 料金・施術の流れ */
.price_conts {
  border: 4px solid #1f6fb6;
  box-sizing: border-box;
  padding: 32px;
  background: url("../images/second/price_bg01.png") no-repeat left top;
  background-size: 130px 78px;
  margin-top: 40px;
}

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

.price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price_ttl01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
}

.price_ttl02 {
  font-size: 34px;
  font-weight: bold;
  color: #097de3;
  line-height: 1.4;
  text-align: center;
}

.price_ttl02 .br {
  display: block;
}

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

.price_info p {
  line-height: 1.4;
  margin-bottom: 0;
}

.price_info01 {
  font-size: 18px;
  font-weight: bold;
}

.price_info02 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 8px;
}

.price_info03 {
  font-size: 40px;
  font-weight: bold;
  color: #fa4a2c;
}

.price_text01 {
  text-align: center;
}

.price_text01 .br {
  display: block;
}

.price_btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 12px;
  text-decoration: none;
  line-height: 1.3;
  background: -moz-linear-gradient(top, #348edd 0%, #348edd 50%, #2172ba 51%, #2172ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #348edd 0%, #348edd 50%, #2172ba 51%, #2172ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #348edd 0%, #348edd 50%, #2172ba 51%, #2172ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348edd', endColorstr='#2172ba',GradientType=0 );
  /* IE6-9 */
}

.price_btn01 a img {
  margin-left: 8px;
}

.price_img {
  margin-left: 24px;
}

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

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

.price_first {
  border: 2px solid #dadada;
  box-sizing: border-box;
  padding: 24px 24px calc(24px - 1em);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.price_first p{
  margin-bottom: 0;
}

.price_first-text01 {
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
}

.price_first-text02{
  display: block;
  width: 100%;
  margin-top: 4px;
}

.flow_conts {
  background: #edfaff;
  box-sizing: border-box;
  padding: 30px 20px;
  margin-top: 40px;
  display: flex;
}

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

.flow_img {
  margin-right: 24px;
}

.flow_ttl01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}

/* スタッフ紹介 */
.staff_list {
  margin-top: 40px;
}

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

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

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

.staff_list ul li a {
  color: #3e3a3a;
  text-align: center;
  text-decoration: none;
}

.staff_list ul li a:hover img,
.staff_list ul li a:hover p {
  opacity: 0.8;
}

.staff_list ul li a figure {
  margin-bottom: 12px;
}

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

.staff_list ul li a p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.staff_list ul li a p span {
  display: block;
  font-size: 15px;
}

.staff_profile {
  background: #fcf9e1;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.staff_profileimg {
  width: 100%;
  max-width: 203px;
}

.staff_profiletext {
  width: calc(100% - 235px);
  margin-right: 32px;
}

.staff_profiletext-conts {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

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

.staff_profile-ttl01 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #cfccb8;
  padding-bottom: 0px;
  margin-bottom: 4px;
}

.staff_list01 li {
  position: relative;
  padding-left: calc(1em + 4px);
  margin-bottom: 4px;
}

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

.staff_list01 li:before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
}

.staff_textarea {
  margin-top: 40px;
}

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

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

.staff_textarea-ttl01 {
  margin-bottom: 24px;
}

/* 地図・行き方 */
.access_info {
  border: 2px solid #dadada;
  box-sizing: border-box;
  padding: 32px;
}

.access_infottl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.access_info-dl dl {
  display: flex;
}

.access_info-dl dl dt {
  width: 7em;
}

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

.access_info-map {
  margin-top: 24px;
}

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

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

.access_conts {
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #dadada;
}

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

.access_ttl01 {
  font-weight: bold;
  position: relative;
  padding-left: 58px;
  min-height: 48px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 24px;
}

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

.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_root10:before {
  content: "10";
}

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

/* よくある質問 */
.faq_list {
  background: #edfaff;
  box-sizing: border-box;
  padding: 30px;
}

.faq_list01 {
  margin-top: 32px;
}

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

.faq_ttl01 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
}

.faq_ttl02 {
  background: url("../images/second/icon_faq.png") no-repeat left 5px;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d3dee3;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.faq_q-list {
  counter-reset: num;
}

.faq_q-list li {
  counter-increment: num;
  margin-bottom: 6px;
}

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

.faq_q-list li::before {
  content: "Q" counter(num) ".";
}

.faq_q-list li a {
  color: #3e3a3a;
  text-decoration: none;
}

.faqconts {
  padding-top: 40px;
}

.faqconts:first-of-type {
  padding-top: 0;
}

.faqconts .ttl04 {
  margin-bottom: 16px;
}

.faq_imgwrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em;
}

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

.faq_imgwrap {
  margin: 24px auto;
}

/* 症状別解説 */
.case_ttl01 {
  margin-bottom: 32px !important;
}

.case_list01 {
  margin-top: 24px;
  border: 2px solid #1f6fb6;
  box-sizing: border-box;
  background: #f9fcff;
  padding: 32px;
  margin-bottom: 16px;
}

.case_list01 ul li {
  background: url("../images/second/icon_check01.png") no-repeat left 1px;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

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

.case_list02 {
  margin-top: 24px;
  border: 1px solid #1f6fb6;
  box-sizing: border-box;
  padding: 4px;
  margin-bottom: 24px;
}

.case_list02 ul {
  border: 1px solid #1f6fb6;
  box-sizing: border-box;
  padding: 18px 24px 4px;
  display: flex;
  flex-wrap: wrap;
}

.case_list02 ul li {
  background: url("../images/second/icon_check01.png") no-repeat left 1px;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 24px;
}

.case_list03{
  counter-reset: num;
  margin-top: 12px;
  margin-bottom: 1em;
}

.case_list03 li{
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 24px;
  position: relative;
  margin-bottom: 12px;
}

.case_list03 li:before{
  content: counter(num);
  display: flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;
  background: #1f6fb6;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 100px;

  position: absolute;
  left: 0;
  top: 0;

  counter-increment: num;
}

/* 膝痛 */
.case_conts01 {
  background: #edfaff;
  box-sizing: border-box;
  padding: 24px;
  border: 2px solid #1f6fb6;
  margin-top: 24px;
  margin-bottom: 24px;
}

.case_conts01:last-of-type {
  margin-bottom: 24px;
}

/* 産後の骨盤矯正 */
.sango_ttl01 {
  margin-bottom: 1.5em;
}

.sango_conts {
  border: 4px solid #ff61a8;
  box-sizing: border-box;
  padding: 28px 34px;
  margin-top: 40px;
}

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

.sango_ttl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-bottom: 1px solid #ff61a8;
  padding-bottom: 8px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.sango_ttlmain {
  font-size: 25px;
  font-weight: bold;
  color: #ff61a8;
}

.sango_point {
  font-size: 25px;
  font-weight: bold;
  color: #ff61a8;
  margin-right: 24px;
}

.sango_textconts {
  display: flex;
}

.sango_img {
  width: 100%;
  max-width: 191px;
}

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

.sango_text {
  margin-left: 32px;
  width: calc(100% - 191px);
  font-size: 16px;
}

.sango_tbl01 {
  border: 1px solid #ff61a8;
  border-collapse: collapse;
  margin: 1em auto;
}

.sango_tbl01 thead tr th {
  background: #fff2f3;
  box-sizing: border-box;
  padding: 12px;
  border-right: 1px solid #fbd4d7;
  border-bottom: 1px solid #fbd4d7;
  font-size: 13px;
  line-height: 1.5;
}

.sango_tbl01 thead tr th:last-of-type {
  border-right: none;
}

.sango_tbl01 tbody tr th {
  background: #fff2f3;
  width: 130px;
}

.sango_tbl01 tbody tr th, .sango_tbl01 tbody tr td {
  box-sizing: border-box;
  padding: 12px;
  border-right: 1px solid #fbd4d7;
  border-bottom: 1px solid #fbd4d7;
  font-size: 13px;
  line-height: 1.5;
}

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

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

.sango_tbl02 {
  display: none;
}

/* ダイエットカウンセリング */
.diet_ba{
  margin-top: 80px;
}

.diet_ba-ttl{
  background: #edfaff;
  box-sizing: border-box;
  padding: 24px 24px 12px;
  position: relative;
}

.diet_ba-subttl{
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 100px;
  background: #1f6fb6;
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1em;
  right: 0;
  margin: 0 auto;
}

.diet_ba-subttl:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #1f6fb6;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.diet_ba-mainttl{
  margin-top: 40px;

  font-size: 36px;
  line-height: 1.25;
  font-weight: bold;
  color: #1f6fb6;
  text-align: center;
}

.diet_baconts{
  background: #edfaff;
  box-sizing: border-box;
  padding: 16px;
}

.diet_baconts-wrap{
  background: #fff;
  box-sizing: border-box;
  padding: 16px;
}

.diet_ba-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

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

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

.diet_ba-img-b,
.diet_ba-img-a {
  width: 100%;
  max-width: 252px;
}

.diet_ba-img-arrow {
  width: 100%;
  max-width: 123px;
  box-sizing: border-box;
  padding: 0 12px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.diet_ba-img-b,
.diet_ba-img-a,
.diet_ba-img-arrow {
  line-height: 0;
}

.diet_case_list01{
  position: relative;
  margin-bottom: 64px;
}

.diet_case_list01:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 48px solid #3d9ff5;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -128px;
  z-index: 2;
}

.diet_case_list01:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 84px solid transparent;
  border-top: 48px solid #1f6fb6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -140px;
  z-index: 1;
}

.diet_case-text01{
  text-align: center;
}

.diet_case-text01 p{
  font-size: 32px;
  font-weight: bold;
  font-family: 'mincho';
  line-height: 1.35;
}

.diet_case-text01 p strong{
  font-size: 1.35em;
  color: #1f6fb6;
}

.diet_case-text01 .br{
  display: block;
}

.diet_bavoicettl{
  margin-bottom: 24px;
}

.diet_bavoice-wrap{
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  display: block;
  position: relative;
  width: calc(100% - 4em);
  margin: 0 auto;
  box-sizing: border-box;
}

.diet_bavoice-wrap:before,
.diet_bavoice-wrap:after{
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 10px);
  position: absolute;
  bottom: -10px;
  background: #433519;
}

.diet_bavoice-wrap:before{
  left: -1em;
  transform: rotate(-35deg);
}

.diet_bavoice-wrap:after{
  right: -1em;
  transform: rotate(35deg);
}

.diet_bavoice-wrap .br{
  display: block;
}

.diet_bavoice-wrap strong{
  color: #1f6fb6;
}

.diet_bavoiceconts{
  background: #fcf2a4;
  padding: 24px;
  box-sizing: border-box;
  margin-top: 32px;
}

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

.diet_bavoiceconts_ttl{
  background: #1f6fb6;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 20px;
}

.diet_bavoiceconts_ttl{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.diet_bavoiceconts_ttl span{
  display: block;
  font-size: 18px;
  text-align: center;
  margin-top: 4px;
}

.diet_baconts_img{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

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

.diet_bavoiceconts_ans{
  display: flex;
  flex-direction: row;
}

.diet_bavoiceconts_ans dl{
  width: calc(100% / 3);
  margin-right: 24px;
  border-right: 1px solid #ccc;
  padding-right: 12px;
}

.diet_bavoiceconts_ans dl:last-of-type{
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}

.diet_bavoiceconts_ans dl dt{
  font-size: 18px;
  font-weight: bold;
}

.diet_bavoiceconts_ans dl dd{
  font-size: 16px;
}

.diet_after-weight{
  font-size: 1.15em;
  color: #fa3407;
  font-weight: bold;
}

.diet_after-total{
  display: inline-block;
  background: #fa3407;
  color: #fff;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 4px;
}

.diet_reasonconts{
  margin-bottom: 40px;
}

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

.diet_reason-ttl{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  margin-bottom: 16px;
}

.diet_reason-ttl:before{
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #1f6fb6;
  position: absolute;
  left: 0;
  top: 0;
}

.diet_reason-ttl01:before{
  content: "1";
}

.diet_reason-ttl02:before{
  content: "2";
}

.diet_reason-ttl03:before{
  content: "3";
}

.diet_reason-ttl04:before{
  content: "4";
}

.diet_reason-ttl05:before{
  content: "5";
}

.diet_reason-img{
  box-sizing: border-box;
  border: 1px solid #1f6fb6;
  padding: 4px;
  margin: 1em auto;
}

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

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

.diet_btnlinkconts{
  width: calc(50% - 8px);
  margin-right: 16px;
}

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

.diet_btnlinkconts {
  margin: 0 auto 1em;
}

.diet_btnlinkconts a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: -moz-linear-gradient(top, #348edd 0%, #348edd 50%, #2172ba 51%, #2172ba 100%);
  background: -webkit-linear-gradient(top, #348edd 0%, #348edd 50%, #2172ba 51%, #2172ba 100%);
  background: linear-gradient(to bottom, #348edd 0%, #348edd 50%, #2172ba 51%, #2172ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348edd', endColorstr='#2172ba',GradientType=0 );

  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 12px;
  text-decoration: none;
  position: relative;
}

.diet_btnlinkconts a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: 8px;
  top: calc(50% - 7px)
}

/* 症例レポート */
.report_conts {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px dashed #1f6fb6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.report_img {
  width: 240px;
  margin-left: 30px;
}

.report_img img {
  width: auto;
  max-width: 240px;
  height: auto;
}

.report_text {
  width: calc(100% - 270px);
}

.report_text-mainttl {
  border: 1px solid #1f6fb6;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #1f6fb6;
  position: relative;
  margin-bottom: 8px;
}

.report_text-mainttl:before {
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #1f6fb6;
  position: absolute;
  top: 16px;
  right: -20px;
}

.report_text-mainttl:after {
  content: "";
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  top: 14px;
  right: -21px;
}

.report_text-subttl {
  font-size: 20px;
  font-weight: bold;
}

.report_text-btn a {
  background: #1f6fb6;
  color: #fff;
  text-align: center;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  position: relative;
}

.report_text-btn a:after {
  content: "";
  display: flex;
  align-items: center;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  border-radius: 2px;
  position: absolute;
  right: 8px;
  top: 15px;
}

.report_single section {
  margin-bottom: 30px;
}

.report_single .ttl01 {
  margin-bottom: 16px !important;
}

.report_singlettl {
  width: 100%;
  background: #1f6fb6;
  box-sizing: border-box;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  position: relative;
  margin-bottom: 40px;
}

.report_singlettl:after {
  content: "";
  display: block;
  border: 20px solid transparent;
  border-top: 20px solid #1f6fb6;
  position: absolute;
  right: 14%;
  bottom: -40px;
}

.report_singleinfo {
  display: flex;
  flex-direction: row-reverse;
}

.report_infolist dl {
  display: flex;
  border-bottom: 1px dashed #1f6fb6;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.report_infolist dl:first-of-type {
  border-top: 1px dashed #1f6fb6;
  padding-top: 8px;
}

.report_infolist dl dt, .report_infolist dl dd {
  font-size: 16px;
}

.report_infolist dl dt {
  width: 8em;
}

.report_infolist dl dt:after {
  content: ":";
}

.report_infolist dl dd {
  width: calc(100% - 8em);
}

.report_singletext {
  margin-top: 24px;
}

.historyflow-l {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.historyflow-l figure {
  width: 105px;
  height: auto;
  margin-right: 20px;
}

.historyflow-l figure img {
  width: auto;
  max-width: 105px;
  height: auto;
}

.historyflow-l .historyflow-ballon {
  width: calc(100% - 155px);
  background: #ecf2f8;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
}

.historyflow-l .historyflow-ballon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #ecf2f8;
  position: absolute;
  top: 15px;
  left: -30px;
}

.historyflow-r {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.historyflow-r figure {
  width: 105px;
  height: auto;
  margin-left: 20px;
}

.historyflow-r figure img {
  width: auto;
  max-width: 105px;
  height: auto;
}

.historyflow-r .historyflow-ballon {
  width: calc(100% - 155px);
  background: #fcf9e1;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
}

.historyflow-r .historyflow-ballon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #fcf9e1;
  position: absolute;
  top: 15px;
  right: -30px;
}

.report-flow h3 {
  border-left: 9px solid;
  border-bottom: 1px solid;
  color: #c78c9e;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 0 5px 10px;
  margin-top: 25px;
}

.report-flow h3:first-of-type {
  margin-top: 0;
}

.report-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1f6fb6;
  border-bottom: 2px solid;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

.report-text h5 {
  font-size: 18px;
  font-weight: bold;
  color: #1f6fb6;
  border-bottom: 2px solid;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

.report-summary-wrap {
  display: -webkit-flex;
  display: flex;
}

.report-summary-wrap .report-summary-photo {
  width: 105px;
}

.report-summary-wrap .report-summary-photo figure,
.report-summary-wrap .report-summary-photo figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.report-summary-wrap .report-summary-text {
  width: calc(100% - 135px);
  margin-left: 20px;
  background: #ecf2f8;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
}

.report-summary-wrap .report-summary-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #ecf2f8;
  position: absolute;
  top: 15px;
  left: -30px;
}

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

.contact_ttl01{
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.55;
}

.contact_ttl01 span{
  display: block;
  font-size: 0.8em;
  border-top: 1px solid #fff;
  padding-top: 8px;
  margin-top: 4px;
}

.contactconts_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  font-size: 32px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  box-sizing: border-box;
  padding: 16px 24px 16px 86px;
  border-radius: 100px;
  text-decoration: none;
  position: relative;

  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.contactconts_btn a:before{
  content: "";
  display: block;
  width: 100%;
  max-width: 54px;
  height: 100%;
  max-height: 54px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contactconts_btn-reserve a{
  background: linear-gradient(to bottom,  #ff52a0 0%,#ff52a0 49%,#ff2989 50%,#ff2989 100%); 
}

.contactconts_btn-reserve a:before{
  background-image: url("../images/second/contactconts_btn-reserve-icon.png");
}

.contactconts_btn-line a{
  background: linear-gradient(to bottom,  #29c20d 0%,#29c20d 49%,#20a908 50%,#20a908 100%); 
}

.contactconts_btn-line a:before{
  background-image: url("../images/second/contactconts_btn-line-icon.png");
}

.contactconts_btn-tel a{
  background: linear-gradient(to bottom,  #ff4e26 0%,#ff4e26 49%,#fa3407 50%,#fa3407 100%); 
}

.contactconts_btn-tel a:before{
  background-image: url("../images/second/contactconts_btn-tel-icon.png");
}

.contactconts_btn a .br{
  display: block;
  font-size: 0.85em;
  color: #f5f819;
}

.contactconts_btn-tel-message{
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 24px 24px 0;
  margin-top: 24px;
}

.contactconts_btn-tel-message-wrap{
  display: flex;
  justify-content: center;
}

.contact_ttl02{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #1f6fb6;
  padding-left: 48px;
  min-height: 40px;
  margin-bottom: 8px;
  position: relative;
}

.contact_ttl02:before{
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1f6fb6;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}

.contactconts_btn-tel-message-text{
  margin-bottom: 24px;
}

.contactconts_btn-tel-message-text01{
  font-size: 22px;
  font-weight: bold;
  color: #1f6fb6;
  text-decoration: underline;
  line-height: 1.5;
  margin-bottom: 8px !important;
}

.contactconts_btn-tel-message-text02{
  margin-top: 8px;
}

.contactconts_btn-tel-message-text02 .strong06{
  background:linear-gradient(transparent 60%, #f5f819 60%);
  font-weight: bold;
  color: #1f6fb6;
}

.contactconts_btn-tel-message-text02 .br{
  display: block;
}

.contactconts_btn-tel-message-img{
  display: flex;
  align-items: flex-end;
  margin-left: 12px;

  width: 100%;
  max-width: 100px;
}

.contactconts_btn-tel-message-img img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.contact_telnum {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0 !important;
  color: #1f6fb6;
}

.contact_telnum span {
  font-size: 1.4em;
  text-decoration: underline;
}

.contact_linememo li {
  padding-left: 1em;
  margin-bottom: 8px;
  color: #1f6fb6;
}

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

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

.contact_mailsetting {
  background: #edfaff;
  box-sizing: border-box;
  padding: 16px;
  margin-top: 24px;
}

.contact_mailsetting a {
  word-break: break-all;
}

.contact_mailttl01 {
  font-size: 18px;
  font-weight: bold;
  color: #1f6fb6;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.form_radio {
  padding: 0;
  margin: 0;
}

.form_radio_conts p {
  margin-left: 1em;
  margin-bottom: 15px !important;
  line-height: 1.8;
}

.form_radio .wpcf7-list-item {
  margin-bottom: 5px;
}

.form_radio_conts p input {
  margin-left: -2em;
  margin-right: 5px;
}

.form_reserve p {
  margin-bottom: 20px !important;
  line-height: 1.5;
}

.contact_tbl textarea {
  width: 100%;
  min-height: 200px;
}

.form_submit {
  margin-top: 15px;
  text-align: center;
}

.form_submit input {
  width: 100%;
  max-width: 300px;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  background: #ff2989;
  border-radius: 100px;
  -webkit-appearance: none;
}

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

.form_text {
  margin-top: 20px;
}

.form_text p {
  margin-bottom: 0 !important;
}

.contact_tbl input {
  width: 100%;
}

.contact_tbl input[type=radio],
.contact_tbl input[type=checkbox] {
  width: 1.5em !important;
}

.form_name {
  max-width: 20em;
}

.form_mail {
  max-width: 30em;
}

.form_tel {
  max-width: 15em;
}

.contact_tbl .required {
  background: #fa3407 none repeat scroll 0 0;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 10px;
  padding: 3px 5px;
}

.contact_form {
  margin-bottom: 32px;
}
