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

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

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