@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main>.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main div.body {
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

#main .column~.column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  #main div.body {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
  }
}

/* :::::::: ブレイクポイント :::::::: */

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

  #main>.section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #main div.body {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
  }

  #main .column~.column {
    margin-top: 20px;
  }

}

/* ****************************************************************************************************
   * 施術メニュー：トップ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.medical {
  padding-top: 30px !important;
  background: #fffbf0;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.medical .text {
  text-align: center;
}

.medical .head-title .title {
  padding: 12px 0 10px;
  font-size: 24px;
  color: #fc4b22;
  font-weight: bold;
  width: 100%;
  border-top: 1px solid #F7952A;
  border-bottom: 1px solid #F7952A;
  background-color: #fff;
  text-align: center;
}

.medical .feature-list {
  margin-top: 28px;
}

.medical .feature-list li {
  width: 48%;
  margin-bottom: 0;
}

.medical .feature-list li a {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.medical .feature-list li .images {
  width: 200px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.medical .feature-list li .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medical .feature-list li .text {
  width: 100%;
  padding: 16px;
  text-align: left;
}

.medical .feature-list li .text-1 {
  font-size: 20px;
}

.medical .feature-list li .text-2 {
  font-size: 13px;
  line-height: 1.6;
}

#main .medical ul.anchor-nav.column {
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 0 14px;
}

.medical .anchor-nav li {
  width: calc((100% - 42px) / 4);
  margin-bottom: 0;
  border: 1px solid #efcf9b;
  background: #fff;
}

.medical .anchor-nav li a {
  display: block;
  text-align: center;
  padding: 20px 30px 18px 14px;
  color: #F7952C;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}

.medical .anchor-nav li a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../_images/_common/arrow-icon.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
  transform: rotate(90deg);
}

.medical .anchor-nav li a::before {
  content: none;
}

.medical .menu-group {
  margin-top: 36px;
}

.medical .menu-group .list {
  margin-top: 24px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.medical ul {}

.medical ul li {
  background: #fff;
  padding: 0;
  width: 32%;
  margin-bottom: 20px;
}

.medical ul li .images {}

.medical ul li .images img {
  width: 100%;
}

.medical ul li .text {
  padding: 20px;
}

.medical ul li .text-1 {
  font-size: 22px;
  color: #fc4b22;
  font-weight: bold;
  margin-top: 0;
}

.medical ul li .text-2 {
  margin-top: 10px;
  text-align: left;
  color: #1a1a1a;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .medical ul {}

  .medical ul li {
    background: #fff;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .medical .feature-list {
    display: none;
  }

  .medical .feature-list li {
    width: 100%;
    margin-bottom: 12px;
  }

  .medical .feature-list li a {
    display: block;
  }

  .medical .feature-list li .images,
  .medical .feature-list li .text {
    width: 100%;
  }

  .medical .feature-list li .text {
    padding: 14px;
  }

  .medical .feature-list li .text-1 {
    font-size: 18px;
  }

  .medical .feature-list li .text-2 {
    font-size: 12px;
  }

  #main .medical ul.anchor-nav.column {
    margin-top: 20px;
    gap: 8px;
  }

  .medical .anchor-nav li {
    width: 100%;
    margin-bottom: 0;
  }

  .medical .anchor-nav > *:nth-child(n+3) {
    margin-top: 0;
  }

  .medical .anchor-nav li a {
    font-size: 16px;
    padding: 14px 28px 12px 10px;
  }

  .medical .menu-group {
    margin-top: 24px;
  }

  .medical .menu-group .list {
    margin-top: 16px;
  }

  .medical .head-title .title {
    font-size: 18px;
  }

  .medical ul li .images {}

  .medical ul li .images img {
    width: 100%;
  }

  .medical ul li .text {
    padding: 20px;
  }

  .medical ul li .text-1 {
    font-size: 18px;
    color: #fc4b22;
    font-weight: bold;
    margin-top: 0;
  }

  .medical ul li .text-2 {
    margin-top: 10px;
    text-align: left;
    color: #1a1a1a;
  }

}


/* ****************************************************************************************************
   * 施術メニュー（交通事故のけが）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment {
  padding-top: 30px !important;
  position: relative;
  background: #fffbf0;
}

.treatment .body {
  overflow: inherit !important;
}

.treatment .section~.section {
  padding-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .section~.section {
    padding-top: 50px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.treatment .head-title {}

.treatment .title {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #fc4b22;
  background: #fff;
  padding: 10px 40px 10px 40px;
  border-top: 1px solid #f7952b;
  border-bottom: 1px solid #f7952b;
}

.treatment .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  width: 80px;
  height: 80px;
  margin-top: -12px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .head-title {}

  .treatment .title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fc4b22;
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #f7952b;
    border-bottom: 1px solid #f7952b;
  }

  .treatment .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    margin-top: -22px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル１
/* ------------------------------------------------------------------------------------------------- */

.treatment .title-1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.treatment .color-1 {
  display: inline;
  color: #fc4b22;
  background: linear-gradient(transparent 85%, #fcda4f 15%);
}

.title-1.title_trafficaccident {
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: center;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .title-1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

}

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

  .title-1.title_trafficaccident {
    text-align: center;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .title-1.title_trafficaccident img {
    width: 100%;
    max-width: 500px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .text {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .text {
    margin-top: 1em;
  }
}

/* ****************************************************************************************************
   * 交通事故のけが：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-1 .contents {
  border-radius: 10px;
  border: 1px solid #f7952b;
  background: #fff;
  padding: 40px;
}

.treatment .injury.section-1 .contents>* {
  width: 50%;
}

.treatment .injury.section-1 .content {}

.treatment .injury.section-1 .content p {
  margin-top: 20px;
}

.treatment .injury.section-1 .photo {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .injury.section-1 .contents {
    border-radius: 10px;
    border: 1px solid #f7952b;
    background: #fff;
    padding: 20px;
  }

  .treatment .injury.section-1 .contents>* {
    width: 100%;
  }

  .treatment .injury.section-1 .content {}

  .treatment .injury.section-1 .content p {
    margin-top: 0;
  }

  .treatment .injury.section-1 .photo {
    text-align: center;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-1 ul.style-1 {
  margin-top: 20px;
}

.treatment .injury.section-1 ul.style-1 li {
  position: relative;
  margin: 0;
  padding-left: 1.25em;
}

.treatment .injury.section-1 ul.style-1 li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  color: #fcda4f;
}

.traffic_flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  padding-top: 50px;
}

.traffic_flow picture:nth-of-type(2) {
  display: none;
}

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

  .traffic_flow {
    grid-template-columns: 1fr;
    row-gap: 50px;
    padding-top: 35px;
  }

  .traffic_flow picture:nth-of-type(1) {
    display: none;
  }

  .traffic_flow picture:nth-of-type(2) {
    display: block;
  }
}

/* ****************************************************************************************************
   * 交通事故のけが：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-2 .images {
  text-align: center;
}

/* ****************************************************************************************************
   * 交通事故のけが：セクション３
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-3 ul.layout-flex-3 {
  margin-top: 40px;
}

.treatment .injury.section-3 ul.layout-flex-3 li {
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f7952b;
  padding: 0;
  width: 32%;
}

.treatment .injury.section-3 ul.layout-flex-3 li::after {
  content: "";
  display: block;
  background: url("../../_images/treatment/trafficaccident/arrow.png") no-repeat;
  width: 15px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: -20px;
}

.treatment .injury.section-3 ul.layout-flex-3 li:last-child::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .injury.section-3 ul.layout-flex-3 {
    margin-top: 40px;
  }

  .treatment .injury.section-3 ul.layout-flex-3 li {
    position: relative;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f7952b;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .treatment .injury.section-3 ul.layout-flex-3 li::after {
    display: none;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-3 ul.layout-flex-3 li .text-1 {
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #f7952b;
  border-radius: 10px 10px 0 0;
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  line-height: 1.4;
}

.treatment .injury.section-3 ul.layout-flex-3 li:nth-child(3) .text-1 {
  padding: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .injury.section-3 ul.layout-flex-3 li .text-1 {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #f7952b;
    border-radius: 10px 10px 0 0;
    padding: 25px 10px;
    display: flex;
    justify-content: center;
    line-height: 1.4;
  }

  .treatment .injury.section-3 ul.layout-flex-3 li:nth-child(3) .text-1 {
    padding: 10px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 番号
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-3 ul.layout-flex-3 li .text-1::before {
  content: "";
  display: inline-block;
  position: relative;
}

.treatment .injury.section-3 ul.layout-flex-3 li:nth-child(1) .text-1::before {
  background: url("../../_images/treatment/trafficaccident/flow-step-01.png") no-repeat;
  width: 30px;
  height: 31px;
  margin-right: 10px;
}

.treatment .injury.section-3 ul.layout-flex-3 li:nth-child(2) .text-1::before {
  background: url("../../_images/treatment/trafficaccident/flow-step-02.png") no-repeat;
  width: 30px;
  height: 31px;
  margin-right: 10px;
}

.treatment .injury.section-3 ul.layout-flex-3 li:nth-child(3) .text-1::before {
  background: url("../../_images/treatment/trafficaccident/flow-step-03.png") no-repeat;
  width: 30px;
  height: 31px;
  margin-right: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .injury.section-3 ul.layout-flex-3 li:nth-child(1) .text-1::before {
    background: url("../../_images/treatment/trafficaccident/flow-step-01.png") no-repeat;
    background-size: 15px 16px;
    width: 15px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .treatment .injury.section-3 ul.layout-flex-3 li:nth-child(2) .text-1::before {
    background: url("../../_images/treatment/trafficaccident/flow-step-02.png") no-repeat;
    background-size: 15px 16px;
    width: 15px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .treatment .injury.section-3 ul.layout-flex-3 li:nth-child(3) .text-1::before {
    background: url("../../_images/treatment/trafficaccident/flow-step-03.png") no-repeat;
    background-size: 15px 16px;
    width: 15px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-3 ul.layout-flex-3 li .icon {
  text-align: center;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-3 ul.layout-flex-3 li .text {
  padding: 20px;
}

/* ****************************************************************************************************
   * 交通事故のけが：セクション３（転院について）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-3>.body {
  margin-top: 40px !important;
  padding: 0 50px !important;
  background: #fff;
}

.treatment .injury.section-3>.body .list {
  padding: 20px 0;
}

.treatment .injury.section-3>.body .title-2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fc4b22;
  border-bottom: 5px dotted #f7952b;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .injury.section-3>.body {
    margin-top: 20px !important;
    padding: 0 30px !important;
    background: #fff;
  }

  .treatment .injury.section-3>.body .title-2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fc4b22;
    border-bottom: 5px dotted #f7952b;
  }

}

/* ****************************************************************************************************
   * 交通事故のけが：セクション４
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-4 .contents {
  flex-direction: row-reverse;
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-4 .images {
  text-align: center;
}

/* ****************************************************************************************************
   * 交通事故のけが：セクション５
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-5 ul.layout-flex-2 {
  margin-top: 40px;
}

.treatment .injury.section-5 ul.layout-flex-2 li {
  position: relative;
  background: #fff;
}

.treatment .injury.section-5 ul.layout-flex-2 li .title-2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #fc4b22;
  padding: 0 20px;
}

.treatment .injury.section-5 ul.layout-flex-2 li.images {
  position: relative;
}

.treatment .injury.section-5 ul.layout-flex-2 li .text {
  margin-top: 0;
  padding: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .injury.section-5 ul.layout-flex-2 {
    margin-top: 40px;
  }

  .treatment .injury.section-5 ul.layout-flex-2 li {
    position: relative;
    background: #fff;
  }

  .treatment .injury.section-5 ul.layout-flex-2 li .title-2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fc4b22;
    padding: 0 20px;
  }

  .treatment .injury.section-5 ul.layout-flex-2 li.images {
    position: relative;
  }

  .treatment .injury.section-5 ul.layout-flex-2 li .text {
    margin-top: 0;
    padding: 20px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-5 ul.layout-flex-2 li .images::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
}

.treatment .injury.section-5 ul.layout-flex-2 li:first-child .images::before {
  background: url("../../_images/treatment/trafficaccident/reason-icon-01.png") no-repeat;
  width: 80px;
  height: 80px;
}

.treatment .injury.section-5 ul.layout-flex-2 li:nth-child(2) .images::before {
  background: url("../../_images/treatment/trafficaccident/reason-icon-02.png") no-repeat;
  width: 80px;
  height: 80px;
}

.treatment .injury.section-5 ul.layout-flex-2 li:nth-child(3) .images::before {
  background: url("../../_images/treatment/trafficaccident/reason-icon-03.png") no-repeat;
  width: 80px;
  height: 80px;
}

.treatment .injury.section-5 ul.layout-flex-2 li:nth-child(4) .images::before {
  background: url("../../_images/treatment/trafficaccident/reason-icon-04.png") no-repeat;
  width: 80px;
  height: 80px;
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.treatment .injury.section-5 ul.layout-flex-2 li .images {
  text-align: center;
}

.treatment .injury.section-5 ul.layout-flex-2 li .images img {
  width: 100%;
}

/* ****************************************************************************************************
   * 施術メニュー（小顔矯正）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#face {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * 小顔矯正：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .face.section-1 ul {
  background: url("../../_images/treatment/face/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .face.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
  font-size: 18px;
}

.treatment .face.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .face.section-1 ul {
    background: url("../../_images/treatment/face/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

  .treatment .face.section-1 ul li {
    position: relative;
    text-align: left;
    font-weight: bold;
    padding-left: 1.85em;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* ****************************************************************************************************
   * 小顔矯正：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .face.section-2 .contents {
  flex-direction: row-reverse;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .face.section-2 ul.style-1 {
  margin-top: 20px;
}

.treatment .face.section-2 ul.style-1 li {
  position: relative;
  margin: 0;
  padding-left: 1.25em;
}

.treatment .face.section-2 ul.style-1 li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  color: #fcda4f;
}

.treatment .face.section-2 ul.style-1+p {
  margin-top: 40px;
}


/* ****************************************************************************************************
   * 施術メニュー（産後の骨盤矯正）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#pelvis {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * 産後の骨盤矯正：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .pelvis.section-1 ul {
  background: url("../../_images/treatment/pelvis/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .pelvis.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
}

.treatment .pelvis.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .pelvis.section-1 ul {
    background: url("../../_images/treatment/pelvis/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

}

/* ****************************************************************************************************
   * 産後の骨盤矯正：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .pelvis.section-2 .contents {
  flex-direction: row-reverse;
}





/* ****************************************************************************************************
   * 施術メニュー（姿勢改善）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#posture {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * 姿勢改善：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .posture.section-1 ul {
  background: url("../../_images/treatment/posture/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .posture.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
}

.treatment .posture.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .posture.section-1 ul {
    background: url("../../_images/treatment/posture/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

}

/* ****************************************************************************************************
   * 姿勢改善：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .posture.section-2 .contents {
  flex-direction: row-reverse;
}





/* ****************************************************************************************************
   * 施術メニュー（肩こり・五十肩）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#stiffshoulder {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * 肩こり・五十肩：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .stiffshoulder.section-1 ul {
  background: url("../../_images/treatment/stiffshoulder/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .stiffshoulder.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
}

.treatment .stiffshoulder.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .stiffshoulder.section-1 ul {
    background: url("../../_images/treatment/stiffshoulder/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

}

/* ****************************************************************************************************
   * 肩こり・五十肩：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .stiffshoulder.section-2 .contents {
  flex-direction: row-reverse;
}

/* ****************************************************************************************************
   * 肩こり・五十肩：セクション４
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .stiffshoulder.section-4 .contents {
  flex-direction: row-reverse;
}





/* ****************************************************************************************************
   * 施術メニュー（頭痛・冷え性）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#headache {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * 頭痛・冷え性：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .headache.section-1 ul {
  background: url("../../_images/treatment/headache/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .headache.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
}

.treatment .headache.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .headache.section-1 ul {
    background: url("../../_images/treatment/headache/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

}

/* ****************************************************************************************************
   * 頭痛・冷え性：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .headache.section-2 .contents {
  flex-direction: row-reverse;
}




/* ****************************************************************************************************
   * 施術メニュー（腰痛）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#backpain {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * 腰痛：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .backpain.section-1 ul {
  background: url("../../_images/treatment/backpain/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .backpain.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
}

.treatment .backpain.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .backpain.section-1 ul {
    background: url("../../_images/treatment/backpain/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

}

/* ****************************************************************************************************
   * 腰痛：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .backpain.section-2 .contents {
  flex-direction: row-reverse;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .backpain.section-2 ul.style-1 {
  margin-top: 0 !important;
}

.treatment .backpain.section-2 ul.style-1 li {
  position: relative;
  margin: 0;
  padding-left: 1.25em;
}

.treatment .backpain.section-2 ul.style-1 li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  color: #fcda4f;
}

.treatment .backpain.section-2 ul.style-1+p {
  margin-top: 40px;
}



/* ****************************************************************************************************
   * 施術メニュー（スポーツ外傷）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#sportsinjury {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * スポーツ外傷：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .sportsinjury.section-1 ul {
  background: url("../../_images/treatment/sportsinjury/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .sportsinjury.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
}

.treatment .sportsinjury.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .sportsinjury.section-1 ul {
    background: url("../../_images/treatment/sportsinjury/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

}

/* ****************************************************************************************************
   * スポーツ外傷：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .sportsinjury.section-2 .contents {
  flex-direction: row-reverse;
}



/* ****************************************************************************************************
   * 施術メニュー（自律神経のみだれ改善）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#autonomicnerves {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* ****************************************************************************************************
   * 自律神経のみだれ改善：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .autonomicnerves.section-1 ul {
  background: url("../../_images/treatment/autonomicnerves/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .autonomicnerves.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
}

.treatment .autonomicnerves.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .autonomicnerves.section-1 ul {
    background: url("../../_images/treatment/autonomicnerves/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

}

/* ****************************************************************************************************
   * 自律神経のみだれ改善：セクション２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment .autonomicnerves.section-2 .contents {
  flex-direction: row-reverse;
}

/* ****************************************************************************************************
   * 整形外科健診：
**************************************************************************************************** */

@media screen and (max-width:480px) {
  .orthopedic-br {
    display: none;
  }
}

.orthopedic-list {
  text-align: center;
}

.orthopedic-list__inner {
  padding: 48px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ECB677;
  margin-top: 45px;
  display: inline-block;
  text-align: left;
}

.orthopedic-list h3 {
  color: #F44B2B;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.orthopedic-list__wrap {
  display: flex;
  gap: 45px;
}


.orthopedic-list__box .orthopedic-list__item:not(:last-of-type) {
  margin-bottom: 11px;
}

.orthopedic-list__item {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
}

.orthopedic-list__item::before {
  content: '';
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../_images/treatment/orthopedic/orthopedic-list-icon.svg);
  position: absolute;
  top: 5px;
  left: 0;
}

.orthopedic-list__item span {
  color: #7E7E7E;
  font-size: 15px;
}

@media screen and (max-width:768px) {
  .orthopedic-list h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .orthopedic-list__inner {
    padding: 25px;
  }

  .orthopedic-list__item {
    font-size: 16px;
    padding-left: 30px;
  }

  .orthopedic-list__item::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }

  .orthopedic-list__wrap {
    flex-direction: column;
    gap: 11px;
  }
}

.orthopedic-sample {
  margin-bottom: 70px;
}

@media screen and (max-width:768px) {
  .orthopedic-sample {
    margin-bottom: 50px;
  }
}

.orthopedic-sample__txt {
  margin: 40px 0 35px;
}

@media screen and (max-width:768px) {
  .orthopedic-sample__txt {
    margin: 25px 0;
  }
}

.orthopedic-price {
  margin-top: 33px;
}

.orthopedic-price__inner {
  padding: 35px 55px;
  background: #fff;
  display: flex;
}

.orthopedic-price__ttl {
  color: #F44B2B;
  font-weight: bold;
  font-size: 18px;
}

.orthopedic-price__txt {
  margin-top: 8px;
  font-size: 14px;
  color: #969696;
}

.orthopedic-price img {
  margin-top: 20px;
}

.orthopedic-sp {
  display: none;
}

a.orthopedic-txt-color {
  color: #F6952B;
  text-decoration: underline;
}

a.orthopedic-txt-color:hover {
  text-decoration: none;
}

@media screen and (min-width:769px) {
  .orthopedic-price__inner .orthopedic-price__box:first-of-type {
    border-right: 1px solid#F6952B;
    padding-right: 50px;
  }

  .orthopedic-price__inner .orthopedic-price__box:last-of-type {
    padding-left: 50px;
  }
}

@media screen and (max-width:768px) {
  .orthopedic-price__inner {
    padding: 25px 30px;
    flex-direction: column;
  }

  .orthopedic-price__box {
    padding: 25px 30px;
    flex-direction: column;
  }

  .orthopedic-price__inner .orthopedic-price__box:first-of-type {
    border-bottom: 1px solid#F6952B;
    padding-bottom: 30px;
  }

  .orthopedic-price__inner .orthopedic-price__box:last-of-type {
    padding-top: 30px;
  }

  .orthopedic-pc {
    display: none;
  }

  .orthopedic-sp {
    display: block;
  }

  .orthopedic-price img {
    width: 65%;
  }
}

@media screen and (max-width:599px) {
  .orthopedic-price__inner {
    padding: 15px;
  }

  .orthopedic-price img {
    width: 100%;
  }

  .orthopedic-price__box {
    padding: 15px 20px;
  }

}

/* 施術メニュー 4カラム */

@media screen and (min-width: 737px) {
  .medical ul.custom-column-4::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }

  .medical ul.custom-column-4::after {
    content: "";
    display: block;
    width: 24%;
  }

  .medical ul.custom-column-4 li {
    width: 24%;
  }
}

/* 慰謝料計算ツール */
.tool {
  position: relative;
  margin: min(12vw, 96px) auto min(3vw, 24px);
  padding: min(8%, 48px) min(8%, 64px) min(5%, 24px);
  width: min(96%, 1000px);
  border: 2px solid #F6952B;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
}

.tool_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5em 1em;
  margin: 0 auto;
  width: max(15em, 90%);
  background-color: #F6952B;
  border-radius: 5px;
  font-size: clamp(15px, 3vw, 24px);
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
}

.tool dl {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.tool dl dt {
  margin: .5em 0 0;
}

.tool dl dd {
  margin: 0;
}

.tool dl .item-title {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 700;
}

.tool dl .item-title>.txt_s {
  display: block;
  font-size: 75%;
}

.tool input {
  display: block;
  margin: 0 auto;
  width: 100%;
  appearance: none;
  background-color: #fff;
  padding: 0.5em 0.75em;
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #666;
  border-radius: 6px;
  box-sizing: border-box;
}

.tool .submit,
.tool .submit02 {
  margin: min(5vw, 40px) auto;
  display: block;
  margin-bottom: 1em;
  padding: 1em .5em;
  border: 0;
  border-radius: 15px;
  background-color: #ed726d;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  font-size: clamp(18px, 4vw, 24px);
  color: #FFF;
  cursor: pointer;
}

.tool .submit {
  background-color: #F6952B;
}

.tool .submit02 {
  background-color: #FC5430;
}

.jibai_ttl,
.bengo_ttl {
  font-size: clamp(18px, 4.5vw, 28px);
  font-weight: 700;
}

.tool #price .price,
.tool #price02 .price {
  text-align: center;
  padding: min(3%, 24px);
  font-size: 250%;
  font-weight: 700;
}

.tool #price .price {
  color: #333;
}

.tool #price02 .price {
  color: #333;
}

.tool .info {
  margin-top: 1.5em;
}

.tool .info p {
  margin: 0.5em 0;
  font-size: 1em;
}

.box30 {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box30 .box-title {
  font-size: 1.2em;
  background: #F6952B;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box30 p {
  padding: 15px;
  margin: 0;
}

.under {
  background: linear-gradient(transparent 50%, #F9F871 50%);
}

.bold {
  font-size: clamp(15px, 4.5vw, 28px);
  font-weight: bold;
  text-align: center;
}

.kansyu {
  text-align: right;
  font-size: 0.9em;
}

.kansyu:after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin: 0 5px;
  background: url("../../_images/treatment/ikemurajyuku_logo.png") center center no-repeat;
  background-size: contain;
  vertical-align: -1px;

}

.under_double {
  border-bottom: double 6px #f96060;
  line-height: 1.8;
}

@media screen and (min-width: 782px) {
  .tool dl {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .tool dl dt {
    margin: 0;
    width: calc(50% - 8px);
  }

  .tool dl dd {
    width: calc(50% - 8px);
  }

  .tool dl .inner {
    padding: .3em;
  }

  .tool dl .item-title>.txt_s {
    font-size: 60%;
  }
}



/* ****************************************************************************************************
   * 施術メニュー（WINBACK）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#winback {
  background: #fffbf0 url("../../_images/treatment/mark-bg.png") no-repeat;
  background-position: top left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  .treatment .winback .text {
    margin-top: 0;
  }

  .treatment .winback .contents.column.layout-flex-2 {
    flex-direction: column-reverse;
    gap: 40px;
    margin-top: 32px !important;
  }

  .treatment .winback.section-4 .contents.column.layout-flex-2 {
    flex-direction: column;
  }

  .treatment .winback .contents.column.layout-flex-2 > * {
    margin-top: 0;
  }
}

/* ****************************************************************************************************
   * WINBACK：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .winback.section-1 ul {
  background: url("../../_images/treatment/face/bg.png") no-repeat;
  background-size: cover;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #f7952b;
  padding: 40px;
}

.treatment .winback.section-1 ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding-left: 1.85em;
  margin-bottom: 10px;
  font-size: 18px;
}

.treatment .winback.section-1 ul li:before {
  content: "";
  display: block;
  background: url("../../_images/treatment/check.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .winback.section-1 ul {
    background: url("../../_images/treatment/face/bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f7952b;
    padding: 40px;
  }

  .treatment .winback.section-1 ul li {
    position: relative;
    text-align: left;
    font-weight: bold;
    padding-left: 1.85em;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* ****************************************************************************************************
   * WINBACK：セクション2
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .winback .points {
  margin-top: 16px;
}

.treatment .winback .points-title {
  position: relative;
  margin: 0;
  padding-left: 1.25em;
  color: #fc4b22;
  font-weight: bold;
}

.treatment .winback .points .points-title::before {
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  color: #fcda4f;
}

.treatment .winback .points p {
  margin-top: 8px;
}

/* ****************************************************************************************************
   * WINBACK：セクション3
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.winback.section-3 .title-1 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #fc4b22;
  margin-top: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  /* .winback .title-1 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fc4b22;
    margin-top: 10px;
  } */

  .treatment .winback.section-3 .images img {
    width: 100%;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.winback .text-1 {
  /* margin-top: 10px; */
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.winback ul.layout-flex-3 {
  margin-top: 60px;
}

.winback ul.layout-flex-3:last-child {
  border-bottom: 0;
}

.winback ul~ul {
  margin-top: 40px;
}

.winback ul.layout-flex-3 li {
  width: 32%;
  padding: 0 0 40px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .winback ul.layout-flex-3 {
    margin-top: 30px;
  }

  .winback ul.layout-flex-3:last-child {
    border-bottom: 0;
  }

  .winback ul~ul {
    margin-top: 20px;
  }

  .winback ul.layout-flex-3 li {
    width: 100%;
    padding: 0;
  }

  .winback ul.layout-flex-3 li~li {
    margin-top: 40px;
  }

}

/* ****************************************************************************************************
   * WINBACK：セクション4
**************************************************************************************************** */

.winback.section-4 .title-1 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #fc4b22;
  margin-top: 10px;
  line-height: 1.3;
}

.winback.section-4 .title-2 {
  font-size: 22px;
  font-weight: bold;
  color: #fc4b22;
}

.winback .card-1 {
  background-color: #FFFBF0;
  padding: 24px;
}

.treatment .winback.section-4 .small-section {
  background-color: #fff;
  padding: 32px 55px 40px;
  margin-top: 40px;
}

.treatment .winback .small-section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fc4b22;
  text-align: center;
  border-bottom: 5px dotted #f7952b;
  padding-bottom: 6px;
}

.treatment .winback .parts-1 {
  background-color: #FFFBF0;
  border: 1px solid #F7952C;
  padding: 24px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  .treatment .winback.section-4 .small-section {
      padding: 32px 20px 40px;
  }
}

/* ****************************************************************************************************
   * WINBACK：セクション5
**************************************************************************************************** */
.winback.section-5 .item {
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
}

.winback.section-5 .item p {
  margin-top: 0;
}

.treatment .winback.section-5 .points p {
  margin-top: 0;
}

.winback.section-5 .title-2 {
  font-size: 22px;
  font-weight: bold;
  color: #fc4b22;
  border-bottom: 5px dotted #f7952b;
  padding-bottom: 6px;
}

.winback .or-txt {
  color: #fc4b22;
  font-weight: bold;
  font-size: 18px;
}

.winback ul.style-2 {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7952b;
}

.winback .meta p {
  color:#f7952b;
  font-weight: bold;
}

.winback .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items: center;
}

.winback .meta .text-1 {
  width: 100px;
  text-align: center;
  background: #fff;
  border:1px solid #f7952b;
  margin-right: 7px;
}

.winback .meta .text-2 {
  margin-top: 0;
  width: 80%;
}

.winback .item-01,.winback .item-02,.winback .item-03 {
  margin-top: 32px;
}

.winback.section-5 .title-2 + p {
  margin-top: 16px;
}


/* :::::::: ブレイクポイント :::::::: */

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

.winback ul.style-2 li .meta .text-2 {
  margin-top: 0;
  width: 100%;
}
.winback .meta .text-1 {
  width: 50px;
}
}

/* ****************************************************************************************************
   * WINBACK：セクション6
**************************************************************************************************** */

.treatment .winback.section-6 .small-section {
  background-color: #fff;
  padding: 32px 40px 40px;
  margin-top: 40px;
}

.treatment .winback.section-6 .small-section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fc4b22;
  text-align: center;
}

.treatment .winback.section-6 .small-section p {
  text-align: center;
  margin-top: 24px;
}

.treatment .winback.section-6 .contraindications-list {
  background-color: #FFFBF0;
  padding: 20px 55px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  margin-top: 20px;
}

.treatment .winback.section-6 ul.style-1 {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px 40px;
  justify-content: center;
}

.treatment .winback.section-6 ul.style-1 li {
  position: relative;
  margin: 0;
  padding-left: 1.25em;
  font-weight: bold;
  color: #FC4B22;
}

.treatment .winback.section-6 ul.style-1 li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  color: #fcda4f;
}

.treatment .winback.section-6 ul.style-1+p {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

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

  .treatment .winback.section-6 ul.style-1 {
    grid-template-columns: 1fr;
  }

  .treatment .winback.section-6 .contraindications-list {
    padding: 20px 20px;
  }

}

/* ****************************************************************************************************
   * WINBACK：セクション7
**************************************************************************************************** */
.treatment .winback.section-7 .qa-list {
  margin-top: 40px;
}

.treatment .winback.section-7 .qa-item .a p:first-child {
  color: #F7952A;
  font-weight: bold;
  font-size: 22px;
}

.treatment .winback.section-7 .qa-item .q p:nth-of-type(2),
.treatment .winback.section-7 .qa-item .a p:nth-of-type(2) {
  margin-left: 24px;
  margin-top: 0;
}

.treatment .winback.section-7 .q {
  display: flex;
  align-items: center;
  font-size: 22px;
  background-color: #F7952A;
  color: #FFF;
  font-weight: bold;
  padding: 8px 20px;
}

.treatment .winback.section-7 .a {
  display: flex;
  background-color: #FFF;
  padding: 16px 20px;
}

.treatment .winback.section-7 .qa-list .qa-item~.qa-item {
  margin-top: 32px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  .winback.section-3 .title-1,
  .treatment .winback .small-section h3,
  .winback.section-4 .title-1,
  .winback.section-4 .title-2,
  .winback.section-5 .title-2,
  .treatment .winback.section-6 .small-section h3,
  .treatment .winback.section-7 .q {
    font-size: 20px;
  }

  .winback .text-1 {
    margin-top: 4px;
  }

  .winback.section-4 .title-1 {
    margin-top: 24px;
  }
}