@charset "utf-8";
/* CSS Document */
/* ALL */
body {
  font-family: "メイリオ", Meiryo, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5rem !important;
  font-size: 18px !important;
  color: #464944 !important;
  background: #FAFFED !important;
}
.maru_moji {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
.body_line {
  width: 100%;
  border-top: solid #19BC03 5px;
}
/* -------------ヘッダー------------- */
header {
  width: 1200px;
  margin: 20px auto;
}
header p {
  font-size: 12px;
}
.header_cont {
  flex-direction: row;
  justify-content: space-between;
}
/*ヘッダーleft*/
.header_left {
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
}
.header_map {
  align-items: flex-end;
}
.icon_map {
  margin-left: 10px;
}
/*ヘッダーcenter_l*/
.header_center_l {
  align-content: space-between;
}
.header_center_l > div {}
.header_center_l img {
  max-width: 350px;
  margin-bottom: 10px;
}
/*ヘッダーcenter_r*/
.line_cont {
  width: 170px;
  box-shadow: 0 0 5px gray;
  border-radius: 5px;
}
.line_title {
  background: #19BC03;
  padding: 5px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.line_title p {
  width: 120px;
  display: block;
  margin: auto;
}
.line_btn {
  background: #fff;
  padding: 25px 10px;
  border-radius: 0 0 5px 5px;
}
.line_btn img {
  width: 140px;
  display: block;
  margin: auto;
}
/*ヘッダーright*/
.tel_cont {
  width: 300px;
  box-shadow: 0 0 5px gray;
  border-radius: 5px;
}
.tel_title {
  background: #7ED300;
  padding: 5px 5px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.tel_title p {
  font-size: 12px;
  text-align: center;
}
.tel_btn {
  background: #fff;
  padding: 30px 0;
  border-radius: 0 0 5px 5px;
  flex-direction: row;
  align-items: center;
}
a.tel_btn_icon {
  display: block;
  font-size: 36px;
  color: #E9460A;
  text-align: center;
  margin-left: .5rem;
}
a.tel_btn_icon::before {
  content: '';
  display: inline-block;
  background: url("/common/img/icon_tel.png") no-repeat;
  width: 28px;
  height: 23px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 8px;
}
/* -------------キービジュアル------------- */
.key {
  width: 1200px;
  margin: 0 auto 30px;
}
/*メイン*/
article {
  width: 1200px;
  margin: 0 auto 70px;
}
.paper {
  width: 1160px;
  background: #FFF;
  border: solid #ECECFB 2px;
  border-radius: 15px;
  margin: auto;
}
section {
  width: 1120px;
  margin: 0 auto 70px;
}
/* ------------- section1 -------------*/
.section1 {
  margin-bottom: 110px;
}
/* ------------- section2 -------------*/
.section2 {
  margin-bottom: 110px;
}
.sec2_cont {
  background: #FFE084;
  border-radius: 10px;
  position: relative;
  padding-top: 450px;
}
.sec2_inner1 {
  justify-content: space-around;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec2_inner2 {
  justify-content: space-around;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
/* ------------- section3 -------------*/
.sec3_title {
  margin-bottom: 20px;
}
.section3 {
  margin-bottom: 110px;
}
.sec3_cont {
  justify-content: space-between;
  margin-bottom: 30px;
}
.section3 p:first-of-type {
  margin-bottom: 1.5rem;
}
/* ------------- section4 -------------*/
.sec4_cont {
  background: #FFF5DC;
  border-radius: 10px;
  position: relative;
  padding-top: 300px;
  padding-bottom: 20px;
}
.sec4_inner1 {
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec4_inner2 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 80px;
}
.sec4_inner2 div {
  width: 50%;
}
.sec4_inner2 img {
  display: block;
  margin: 0 auto 40px;
}
/* ------------- section5 -------------*/
.section5 {
  margin-bottom: 110px;
}
/*title*/
.sec5_title h2 {
  font-size: 35px;
  background: #41C108;
  color: #fff;
  padding: 20px;
  margin: 0 0 40px;
  text-align: center;
}
.sec5_title h3 {
  font-size: 30px;
  color: #FF8713;
  margin: 0 0 40px;
  text-align: center;
}
/*inner*/
.sec5_cont1 {
  margin-bottom: 30px;
}
.sec5_cont2 {
  margin-bottom: 20px;
}
.sec5_cont1, .sec5_cont2 {
  padding: 0 40px;
}
.sec5_cont1 img, .sec5_cont2 img {
  margin: 0 40px;
}
.sec5_inner1, .sec5_inner2 {
  width: 70%;
}
.sec5_inner1 p, .sec5_inner2 p {
  font-size: 28px;
  color: #E9460A;
  margin-bottom: 20px;
}
.sec5_cont1 ul, .sec5_cont2 ul {
  width: 100%;
}
.sec5_cont1 li, .sec5_cont2 li {
  border-bottom: dotted 2px #9797A6;
  margin-bottom: 10px;
  width: 100%;
}
.sec5_cont1 li:before, .sec5_cont2 li:before {
  content: '';
  display: inline-block;
  background: url("/img/s5/s05_check.png") no-repeat;
  width: 34px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin: 0 1rem .2rem 0;
}
.sec5_cont3 {
  justify-content: space-between;
  padding: 0 40px;
}
/* ------------- section6 -------------*/
.sec6_cont {
  background: #F7F4ED;
  border-radius: 10px;
  position: relative;
  padding-top: 40px;
  border: solid #1CBD06 10px;
}
.sec6_inner1 {
  padding: 0 80px;
  margin-bottom: 40px;
}
.sec6_item1 {
  margin-right: 40px;
}
.sec6_item2 h2 {
  font-size: 41px;
  line-height: 50px;
  color: #FF8713;
  font-weight: 900;
}
.sec6_item3 {
  justify-content: space-around;
  position: absolute;
  top: -50px;
  right: 60px;
  margin: auto;
}
.sec6_inner2 {
  padding: 0 80px;
  margin-bottom: 40px;
}
.sec6_inner2 ul {
  width: 100%;
}
.sec6_inner2 li {
  border-bottom: dotted 2px #9797A6;
  margin-bottom: 10px;
  width: 100%;
}
.sec6_inner2 li:before {
  content: '';
  display: inline-block;
  background: url("/img/s6/s06_check.png") no-repeat;
  width: 34px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin: 0 1rem .2rem 0;
}
/* ------------- section7 -------------*/
ul.sec7_cont {
  width: 100%;
  margin: 40px auto 0;
  flex-direction: row;
  justify-content: space-between;
}
.sec7_cont li {
  width: 30%;
  margin-bottom: 20px;
}
.sec7_cont li:last-of-type {
  margin-bottom: 0;
}
.sec7_cont img {
  width: 100%;
}
/* ------------- section8 -------------*/
.step_title {
  font-size: 28px;
  color: #fff;
  background: #CF0000;
  padding: 1rem;
  margin: 40px 10px;
}
.step_1, .step_2 {
  padding: 0 20px 40px;
}
.step_3 {
  padding: 0 20px 0;
}
.sec08_yellow {
  font-size: 20px;
  color: #fff;
  background: #FF8713;
  padding: 1rem;
  margin: 0px 0px 40px;
}
.sec08_brown {
  font-size: 20px;
  color: #3F3000;
  margin-bottom: 20px;
  font-weight: bold;
}
.sec08_green {
  font-size: 28px;
  color: #19BA01;
  margin-bottom: 20px;
  font-weight: bold;
}
.sec08_cont {
  padding: 0 20px;
}
.sec08_cont img {
  margin-bottom: 40px;
  max-width: 400px;
}
.sec08_cont img:last-of-type {
  margin-bottom: 0;
  max-width: 400px;
}
.sec08_inner {
  margin-right: 40px;
}
/* ------------- section9 -------------*/
.sec09_title {
  margin-bottom: 40px;
}
.sec09_cont {
  margin: 0 40px;
}
.sec09_inner {
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
  text-align: center;
}
.sec09_r_box {
  float: right;
  margin: 0 0 20px 40px;
}
.sec09_inner img {
  width: 250px;
}
/* ------------- section10 -------------*/
/* ------------- section11 -------------*/
.sec11_outer {
  background: left top / 16px auto url(/img/s11/s11_line_l.png) no-repeat, right top / 16px auto url(/img/s11/s11_line_r.png) no-repeat;
}
.sec11_subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #FF8713;
  margin: 0 40px 40px;
  padding-top: 40px;
  background: left bottom url(/img/s11/s11_underline.png) no-repeat;
  background-size: contain;
}
.sec11_cont {
  margin: 0 40px;
}
.sec11_brown {
  font-size: 25px;
  color: #3F3000;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec11_text {
  margin-bottom: 40px;
}
.sec11_text2 {
  margin-bottom: 20px;
}
.sec11_text3 {
  padding-bottom: 40px;
}
.sec11_cont ul {
  margin-bottom: 40px;
}
.section11 img {
  vertical-align: top;
}
/* ------------- section12 -------------*/
.section12 {
  margin: 0 auto 30px;
}
.sec12_title {
  font-size: 30px;
  background: #41C108;
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.sec12_cont {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
div.img_cont {
  width: 30%;
}
div.img_arrow {
  width: 5%;
}
div.img_cont img {
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 40px;
}
div.img_arrow img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
/* ------------- section13 -------------*/
.sec13_cont {
  background: url("/img/s13/sec13_video.png");
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------- section14 -------------*/
/* ------------- section15 -------------*/
/* ------------- section16 -------------*/
.sec16_title {
  font-size: 30px;
  background: #FE9000;
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.sec16_title {
  margin-bottom: 40px;
}
.sec16_cont {
  margin: 0 40px;
}
.sec16_inner {
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
  text-align: center;
}
.sec16_r_box {
  float: right;
  margin: 0 0 10px 40px;
}
.sec16_inner img {
  width: 550px;
}
.sec16_green {
  font-size: 20px;
  color: #19BA01;
}
/* ------------- section17 -------------*/
.sec17_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background: #D80100;
  color: #FFD71D;
  padding: 20px;
  margin-bottom: 40px;
}
.sec17_cont {
  flex-direction: row;
  justify-content: space-around;
}
.sec17_l div {
  width: 365px;
  margin-bottom: 30px;
}
.sec17_l p {
  font-size: 22px;
}
/* ------------- section18 -------------*/
.free_dial {
  margin-bottom: 20px;
}
.sec18_cont {
  flex-direction: row;
  justify-content: space-between;
}
.sec18_line {
  width: 240px;
}
.line_outer {
  position: relative;
}
.line_outer a:hover {
  opacity: 0.7;
}
.line_inner {
  position: absolute;
  top: 0;
  left: 18px;
}
.sec18_map {
  width: 860px;
}
/* ------------- section19 -------------*/
.sec19_title {
  font-size: 30px;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  background: #FE9000;
  text-align: center;
}
.sec19_cont {
  margin: auto;
  flex-direction: column;
  justify-content: center;
}
.sec19_cont div {
  margin: 0 auto;
}
.sec19_cont img {
  width: 100%;
}
/* ------------- contact -------------*/
.conta_01 {
  margin-bottom: 0;
}
.contact_iframe {
  width: 100%;
  border: none;
}
/*　タイトル　*/
.conta_title h2 {
  font-size: 30px;
  background: #41C108;
  color: #fff;
  padding: 20px;
  margin: 0 0 20px;
  text-align: center;
}
/*サブタイトル*/
.conta_subtitle h2 {
  font-size: 25px;
  color: #FE9000;
  text-align: center;
  margin: 0;
}
/*枠の大きさ*/
.CommonBox {
  padding: 0 40px;
}
/*　フォーム　*/
.red {
  color: #D80100;
}
.ContTable01 {
  width: 100%;
  border: 2px solid #41C108;
  margin-bottom: 40px;
}
input, select, textarea {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  padding: 5px;
  border: 1px solid #ccc;
}
/*　枠のサイズ　ここから　*/
.ContTable01 input {
  width: 95%;
  padding: 1rem;
}
input#mail01a {
  width: 40%;
  padding: 1rem;
}
input#mail01b {
  width: 40%;
  padding: 1rem;
}
textarea#text01 {
  padding: 1rem;
  width: 95%;
}
/*　枠のサイズ　ここまで　*/
.ContTable01 tr {
  border-right: 1px dotted #93C851;
}
.ContTable01 th {
  width: 162px;
  padding: 1rem;
  border-right: 1px dotted #93C851;
  border-bottom: 1px dotted #93C851;
  background: #EDF2E6;
  text-align: left;
  vertical-align: top;
}
.ContTable01 td {
  padding: 15px;
  border-bottom: 1px dotted #93C851;
  background: #fff;
  vertical-align: top;
}
.ContTable01 th {
  font-weight: normal;
}
.Txt_R {
  color: #CC0000;
}
.TxtS {
  font-size: 82%;
}
.Center {
  text-align: center;
}
input {
  margin: auto;
}
p.ContErrBox {
  padding: 0 0 5px;
  margin: 0;
}
.ContBtnCenter {
  margin: auto;
}
.ContBtnCenter #GoNext {
  width: 270px;
}
.ContBtnCenter input {
  border: none;
  padding: 0;
  margin: 0 10px 40px;
}
.ContBtnCenter input {
  border: none;
  padding: 0;
  margin: 0 10px 40px;
}
.ContBtnCenter input:hover {
  opacity: 0.7;
  transition: 1s;
}
a.recruit_link {
  color: #D86F80;
}
a.recruit_link:hover {
  color: #D86F80;
  border-bottom: solid 1px;
}
/* -------------footer -------------*/
.foot {
  background: #7FD333;
}
.foot_inner {
  width: 1200px;
  margin: auto;
  padding: 20px;
  justify-content: center;
}
.ohana {
  color: #fff;
}
.foot_inner div {
  width: 30%;
  margin-right: 20px;
}
.foot_inner p {
  color: #fff;
  font-size: 14px;
}
.foot_inner p:first-of-type {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.copy {
  background: #fff;
}
.copy_inner {
  width: 1200px;
  margin: auto;
  padding: 10px 0;
}
.copy_inner p {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
/* ====================================================================

                          tabletメニュー

==================================================================== */
/* ----------------------------980px以下---------------------------- */
@media (max-width: 980px) {
  /* ------------- header -------------*/
  header {
    width: 96%;
    margin: 10px auto 30px;
  }
  header img {
    width: 100%;
  }
  /*ヘッダーコンテンツ*/
  .header_cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  /*ヘッダーleft*/
  .header_left {
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 20px;
  }
  /*ヘッダーcenter_l*/
  .header_center_l > div {
    margin-bottom: 0px;
  }
  .header_center_l img {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .header_center_l {
    width: 48%;
    margin-bottom: 20px;
  }
  /*ヘッダーcenter_r*/
  .header_center_r {
    width: 48%;
    margin-bottom: 20px;
  }
  .line_cont {
    width: 100%;
  }
  .line_title {
    padding: 14px;
  }
  .line_title p {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .line_btn {
    background: #fff;
    padding: 10px 10px;
  }
  .line_btn img {
    width: 62%;
  }
  /*ヘッダーright*/
  .header_right {
    width: 48%;
    margin-bottom: 20px;
  }
  .tel_cont {
    width: 100%;
  }
  .tel_title {
    background: #7ED300;
    padding: 14px;
    color: #fff;
    border-radius: 5px 5px 0 0;
  }
  .tel_title p {
    font-size: 14px;
    text-align: center;
  }
  .tel_btn {
    background: #fff;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    flex-direction: row;
    align-items: center;
  }
  a.tel_btn_icon {
    display: block;
    font-size: 40px;
    color: #E9460A;
    text-align: center;
    margin-left: 1rem;
  }
  a.tel_btn_icon::before {
    margin-bottom: 8px;
    margin-right: 10px;
  }
  /* ------------- key -------------*/
  .key {
    width: 96%;
    margin: 0 auto 50px;
  }
  .key img {
    width: 100%;
  }
  /* ------------- main -------------*/
  article {
    width: 100%;
    margin: 0 auto 40px;
  }
  .paper {
    width: 94%;
    margin: auto;
  }
  section {
    width: 94%;
    margin: 0 auto 50px;
  }
  section:last-of-type {
    margin: 0 auto;
  }
  section img {
    width: 100%;
  }
  /* ------------- section1 -------------*/
  .section1 {
    margin-bottom: 90px;
  }
  /* ------------- section2 -------------*/
  .section2 {
    margin-bottom: 90px;
  }
  .sec2_cont {
    padding-top: 930px;
  }
  .sec2_inner2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sec2_inner2 > div {
    width: 50%;
  }
  /* ------------- section3 -------------*/
  .sec3_title {
    margin-bottom: 20px;
  }
  .section3 {
    margin-bottom: 90px;
  }
  .sec3_cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .sec3_cont div {
    width: 33%;
    margin-bottom: 20px;
  }
  /* ------------- section4 -------------*/
  .sec4_cont {
    padding-top: 190px;
    padding-bottom: 10px;
  }
  .sec4_inner2 {
    padding: 0 30px;
  }
  .sec4_inner2 div {
    width: 48%;
  }
  .sec4_inner2 img {
    margin: 0 auto 30px;
  }
  /* ------------- section5 -------------*/
  .section5 {
    margin-bottom: 90px;
  }
  .sec5_title h2 {
    font-size: 30px;
  }
  /*inner*/
  .sec5_cont1 {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .sec5_cont2 {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .sec5_cont1, .sec5_cont2 {
    padding: 0;
  }
  .sec5_hospital, .sec5_osteopath {
    width: 25%;
  }
  .sec5_cont1 img, .sec5_cont2 img {
    width: 100%;
    margin: 0 10px 0 0;
  }
  .sec5_inner1, .sec5_inner2 {
    width: 70%;
  }
  .sec5_inner1 p, .sec5_inner2 p {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .sec5_cont1 li, .sec5_cont2 li {
    font-size: 16px;
  }
  .sec5_cont1 li:before, .sec5_cont2 li:before {
    height: 24px;
    margin: 0 0 .2rem 0;
  }
  .sec5_cont3 {
    width: 100%;
    padding: 0;
  }
  .sec5_cont3 div {
    width: 95%;
    padding: 0;
  }
  .sec5_cont3 img {
    width: 100%;
    padding: 0;
  }
  /* ------------- section6 -------------*/
  .sec6_cont {
    padding-top: 40px;
    border: solid #1CBD06 5px;
  }
  .sec6_item2 h2 {
    font-size: 25px;
    line-height: 2rem;
  }
  .sec6_inner1 {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .sec6_item1 {
    margin-right: 20px;
  }
  .sec6_item1 {
    width: 20%;
  }
  .sec6_item2 p {
    font-size: 28px;
    line-height: 35px;
  }
  .sec6_item3 {
    width: 20%;
    top: -28px;
    right: 20px;
  }
  .sec6_inner2 {
    padding: 0 40px;
  }
  /* ------------- section7 -------------*/
  .sec7_cont li {
    width: 30%;
  }
  .sec7_cont img {
    width: 100%;
  }
  /* ------------- section8 -------------*/
  .step_title {
    font-size: 25px;
    color: #fff;
    background: #CF0000;
    padding: 1rem;
    margin: 40px 0;
  }
  .step_1, .step_2, .step_3 {
    padding: 0 0 40px;
  }
  .sec08_cont {
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
  }
  .sec08_cont img {
    margin-bottom: 0;
    max-width: 700px;
  }
  .sec08_cont img:last-of-type {
    margin-bottom: 0;
    max-width: 700px;
  }
  .sec08_text {
    margin-bottom: 40px;
  }
  .sec08_inner {
    margin-right: 0;
  }
  .step_3 {
    padding: 0 20px;
  }
  /* ------------- section9 -------------*/
  .sec09_title {
    margin-bottom: 20px;
  }
  .sec09_cont {
    margin: 0 20px;
  }
  .sec09_r_box {
    margin: 0 0 20px 20px;
  }
  /* ------------- section10 -------------*/
  /* ------------- section11 -------------*/
  .sec11_outer {
    background: left top / 10px auto url(/img/s11/s11_line_l.png) repeat-y, right top / 10px auto url(/img/s11/s11_line_r.png) repeat-y;
  }
  /* ------------- section12 -------------*/
  .sec12_title {
    font-size: 25px;
    background: #41C108;
    color: #fff;
    padding: 20px;
    margin-bottom: 40px;
  }
  .sec12_cont {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  div.img_cont {
    width: 48%;
  }
  div.img_arrow {
    width: 5%;
  }
  div.img_cont img {
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }
  div.img_arrow img {
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }
  /* ------------- section13 -------------*/
  /* ------------- section14 -------------*/
  .sec1s4_back {
    background: center top url(/img/s14/sec14_back.png) no-repeat;
    background-size: contain;
  }
  .sec14_cont img {
    width: 80%;
    margin: 40px 20px;
  }
  .sec14_inner {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 20px;
  }
  div.sec14_inner div {
    width: 48%;
  }
  /* ------------- section15 -------------*/
  /* ------------- section16 -------------*/
  .sec16_inner img {
    width: 300px;
  }
  .sec16_cont {
    margin: 0;
  }
  .sec16_r_box {
    float: right;
    margin: 0 0 10px 20px;
  }
  /* ------------- section17 -------------*/
  .sec17_title {
    font-size: 30px;
  }
  .sec17_l {
    width: 45%;
  }
  .sec17_r {
    width: 50%;
  }
  .sec17_l div {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec17_l div:first-of-type {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec17_l p {
    font-size: 18px;
  }
  /* ------------- section18 -------------*/
  .sec18_line {
    width: 240px;
  }
  .line_inner {
    max-width: 204px;
  }
  .sec18_map {
    position: relative;
    width: 60%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  .sec18_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ------------- contact -------------*/
  .contact_cont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  .contact_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*枠の大きさ*/
  .CommonBox {
    padding: 0 20px;
  }
  /* ------------- footer -------------*/
  .foot_inner {
    width: 96%;
    margin: auto;
  }
  .foot img {
    width: 96%;
    margin: auto;
  }
  .copy_inner {
    width: 96%;
    margin: auto;
  }
}
/* ====================================================================

                          spメニュー

==================================================================== */
/* ----------------------------500px以下---------------------------- */
@media (max-width: 500px) {
  /* ------------- header -------------*/
  header {
    width: 100%;
    margin: 0;
    padding: 10px 10px 20px;
  }
  /*ヘッダーコンテンツ*/
  .header_cont {
    width: 100%;
    justify-content: center;
  }
  /*ヘッダーleft*/
  .header_left {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
  }
  .header_left > div > p {
    font-size: 11px;
  }
  .header_left > div {
    margin-bottom: 10px;
  }
  .header_left img {
    max-width: 342px;
    display: block;
    margin: auto;
  }
  .header_map {
    justify-content: center;
  }
  /*ヘッダーcenter_l*/
  .header_center_l > div {
    margin-bottom: 0px;
  }
  .header_center_l img {
    margin: 0 auto 10px;
    max-width: 380px;
    display: block;
  }
  .header_center_l {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  /*ヘッダーcenter_r*/
  .header_center_r {
    width: 42%;
    margin: 0 10px 0 0;
  }
  .line_cont {
    width: 100%;
    margin-bottom: 10px;
  }
  .line_title {
    padding: 5px;
  }
  .line_title p {
    width: 100%;
    font-size: 14px;
  }
  .line_btn {
    background: #fff;
    padding: 5px;
  }
  .line_btn img {
    width: 140px;
  }
  /*ヘッダーright	*/
  .header_right {
    width: 50%;
    margin-bottom: 0;
  }
  .tel_cont {
    width: 100%;
  }
  .tel_title {
    padding: 5px;
  }
  .tel_btn {
    padding: 10px 0;
    flex-direction: row;
  }
  a.tel_btn_icon {
    font-size: 20px;
    margin-left: .5rem;
  }
  a.tel_btn_icon::before {
    margin-bottom: 4px;
    margin-right: 5px;
  }
  /* ------------- key -------------*/
  .key {
    width: 96%;
    margin: 0 auto 50px;
  }
  .key img {
    width: 100%;
  }
  /* ------------- main -------------*/
  article {
    width: 100%;
    margin: 0 auto 40px;
  }
  .paper {
    width: 94%;
    margin: auto;
  }
  section {
    width: 94%;
    margin: 0 auto 40px;
  }
  section:last-of-type {
    margin: 0 auto;
  }
  section img {
    width: 100%;
  }
  .img {
    height: auto;
  }
  /* ------------- section1 -------------*/
  .section1 {
    margin-bottom: 40px;
  }
  /* ------------- section2 -------------*/
  .section2 {
    margin-bottom: 40px;
  }
  .sec2_item1, .sec2_item3 {
    display: none;
  }
  .sec2_cont {
    padding-top: 0;
    position: static;
  }
  .sec2_inner1 {
    justify-content: space-around;
    margin: auto;
    position: static;
  }
  .sec2_inner2 {
    position: static;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding-bottom: 20px;
  }
  .sec2_inner2 > div {
    width: 70%;
    margin: auto;
  }
  .sec2_inner2 img {
    max-width: 278px;
    margin: auto;
    display: block;
  }
  /* ------------- section3 -------------*/
  .sec3_title {
    margin-bottom: 10px;
  }
  .section3 {
    margin-bottom: 40px;
  }
  .sec3_cont {
    margin-bottom: 0;
  }
  .sec3_cont div {
    width: 50%;
    margin-bottom: 10px;
  }
  /* ------------- section4 -------------*/
  .sec4_cont {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sec4_inner1 {
    position: static;
    padding: 5px;
  }
  .sec4_inner1 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec4_inner2 {
    position: static;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
  }
  .sec4_inner2 div {
    width: 100%;
  }
  .sec4_inner2 img {
    margin: 0 auto 10px;
  }
  /* ------------- section5 -------------*/
  .section5 {
    margin-bottom: 40px;
  }
  .sec5_title {
    background: #41C108;
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
  }
  .sec5_title h2 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
  }
  .sec5_title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
  }
  /*inner*/
  .sec5_cont1 {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .sec5_cont2 {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .sec5_cont1, .sec5_cont2 {
    padding: 0;
  }
  .sec5_hospital, .sec5_osteopath {
    width: 100%;
  }
  .sec5_cont1 img, .sec5_cont2 img {
    max-width: 201px;
    margin: 0 auto;
    display: block;
  }
  .sec5_inner1 p, .sec5_inner2 p {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .sec5_inner1, .sec5_inner2 {
    width: 100%;
  }
  .sec5_cont3 {
    width: 100%;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sec5_cont3 div {
    width: 48%;
    padding: 0;
  }
  .sec5_cont3 img {
    width: 100%;
    padding: 0;
  }
  /* ------------- section6 -------------*/
  .sec6_cont {
    padding-top: 10px;
    border: solid #1CBD06 5px;
  }
  .sec6_inner1 {
    padding: 0;
    margin: 0 20px 20px;
  }
  .sec6_item1, .sec6_item3 {
    display: none;
  }
  .sec6_item2 h2 {
    width: 100%;
    font-size: 24px;
    line-height: 35px;
  }
  .sec6_item3 {
    width: 20%;
    top: -28px;
    right: 20px;
  }
  .sec6_inner2 {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  /* ------------- section7 -------------*/
  ul.sec7_cont {
    margin: 20px auto 0;
    width: 85%;
    flex-direction: column;
    justify-content: center;
  }
  .sec7_cont li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec7_cont li:last-of-type {
    margin-bottom: 0;
  }
  .sec7_cont img {
    width: 100%;
  }
  /* ------------- section8 -------------*/
  .step_title {
    font-size: 22px;
    margin: 20px 0;
    padding: 1rem;
  }
  .sec08_yellow {
    font-size: 18px;
    margin: 0px 0px 20px;
  }
  .sec08_green {
    font-size: 20px;
  }
  .sec08_brown {
    font-size: 16px;
  }
  .step_1, .step_2, .step_3 {
    padding: 0 0 40px;
  }
  .sec08_cont {
    padding: 0 10px;
  }
  .sec08_text {
    margin-bottom: 20px;
  }
  .step_3 {
    padding: 0;
  }
  /* ------------- section9 -------------*/
  .sec09_title {
    margin-bottom: 20px;
  }
  .sec09_cont {
    margin: 0 10px;
  }
  .sec09_r_box {
    margin: 0 0 20px 20px;
  }
  .sec09_inner img {
    width: 150px;
  }
  /* ------------- section10 -------------*/
  /* ------------- section11 -------------*/
  .sec11_outer {
    background: left top / 5px auto url(/img/s11/s11_line_l.png) repeat-y, right top / 5px auto url(/img/s11/s11_line_r.png) repeat-y;
  }
  .sec11_subtitle {
    font-size: 25px;
    margin: 0 20px 20px;
    padding-top: 20px;
  }
  .sec11_cont {
    margin: 0 20px;
  }
  .sec11_brown {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec11_text {
    margin-bottom: 20px;
  }
  .sec11_text2 {
    margin-bottom: 20px;
  }
  .sec11_text3 {
    padding-bottom: 20px;
  }
  .sec11_cont ul {
    margin-bottom: 20px;
  }
  /* ------------- section12 -------------*/
  .sec12_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec12_cont {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  div.img_cont {
    width: 100%;
    padding: 0 10px;
  }
  div.img_cont img {
    display: block;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  div.img_arrow img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  /* ------------- section13 -------------*/
  /*youtube*/
  .youtube {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ------------- section14 -------------*/
  .sec14_back {
    background: center top url(/img/s14/sec14_back.png) no-repeat;
    background-size: contain;
  }
  .sec14_cont {
    width: 100%;
    padding: 10px;
  }
  .sec14_cont img {
    width: 100%;
    margin: 30px 0;
  }
  .sec14_inner {
    flex-direction: column;
    justify-content: center;
    margin: 0 20px;
  }
  div.sec14_inner div {
    width: 100%;
  }
  /* ------------- section15 -------------*/
  /* ------------- section16 -------------*/
  .sec16_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec16_inner img {
    width: 100%;
  }
  .sec16_r_box {
    margin: 0 0 10px 0;
  }
  /* ------------- section17 -------------*/
  .sec17_title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
  }
  .sec17_l {
    width: 100%;
  }
  .sec17_r {
    width: 100%;
  }
  .sec17_l div {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec17_l div:first-of-type {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec17_l p {
    font-size: 18px;
  }
  .sec17_cont {
    flex-direction: column;
    justify-content: center;
  }
  /* ------------- section18 -------------*/
  .sec18_line {
    width: 240px;
    margin: 0 auto 20px;
  }
  .sec18_cont {
    flex-direction: column;
    justify-content: center;
  }
  .line_inner {
    max-width: 204px;
  }
  .sec18_map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .sec18_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ------------- section19 -------------*/
  .sec19_cont {
    display: none;
  }
  .sec19_title {
    font-size: 22px;
  }
  .sec19_cont2 {
    margin: auto;
    flex-direction: column;
    justify-content: center;
  }
  .sec19_cont2 div {
    margin: 0 auto 30px;
  }
  .sec19_cont2 div:last-of-type {
    margin: 0 auto 40px;
  }
  .sec19_cont2 img {
    width: 100%;
  }
  /* ------------- contact -------------*/
  .conta_title h2 {
    font-size: 22px;
  }
  /*枠の大きさ*/
  .CommonBox {
    padding: 0;
  }
  .ContTable01 th {
    width: 145px;
    padding: .5rem;
  }
  /*　枠のサイズ　ここから　*/
  .ContTable01 input {
    width: 100%;
  }
  input#mail01a {
    width: 43%;
  }
  input#mail01b {
    width: 43%;
  }
  textarea#text01 {
    width: 100%;
  }
  /*　枠のサイズ　ここまで　*/
  .ContBtnCenter #GoNext {
    width: 100%;
    margin-right: 0;
  }
  .ContBtnCenter #ReSet {
    width: 100%;
    margin-left: 0;
  }
  .ContBtnCenter #GoBack {
    width: 100%;
    margin-left: 0;
  }
  .ContBtnCenter input {
    padding: 10px;
  }
  .ContBtnCenter input:hover {
    opacity: 0.7;
    transition: 1s;
    border: none;
  }
  .Center {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .TableBtnBox {
    margin-bottom: 40px;
  }
  .fs {
    font-size: 12px;
  }
  /* ------------- footer -------------*/
  .foot_inner {
    flex-direction: column;
    margin-top: 750px;
  }
  .foot_inner div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .foot img {
    width: 96%;
    margin: auto;
  }
  .copy_inner {
    width: 96%;
    margin: auto;
  }
}