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

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


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

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

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

.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: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: 26px;
  font-weight: bold;
  background: #f7952b;
  border-radius: 10px 10px 0 0;
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  line-height: 1.4;
}


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

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


}

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

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

@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;
  font-size: 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;
  font-size: 20px;
}

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

  .treatment .injury.section-3 > .body .list {
    font-size: 16px;
  }

  }


.treatment .injury.section-3 > .body .title-2 {
  text-align: center;
  font-size: 32px;
  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;
}

.sonpo_content .photo {
  margin-right: 30px;
}

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

  .sonpo_content .photo {
    margin-bottom: 15px;
    margin-right: 0;
  }
  
}

.sonpo_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  gap: 20px 20px;
}

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

  .sonpo_list {
    grid-template-columns: 1fr;
  }
  
}

.sonpo_list .text {
  font-size: 18px;
}

.sonpo_list li {
  width: unset !important;
}

.sonpo_list li span{
  color:#fc4b22;
  font-weight: bold;
}