﻿@charset "UTF-8";
/* ########### パーソナルトレーニング | ビヨンド武蔵小杉店 ########### */

/*
 * "font-awesome" is lisenced under the SIL Open Font License 1.1
 * https://fortawesome.github.io/Font-Awesome
 * http://scripts.sil.org/OFL
 */

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

label,
td,
th,
p,
div,
a dd,
dt,
li,
a,
input {
  color: rgb(92, 92, 92);
}

body {
  background: white;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  line-height: 1.5;
  text-align: justify;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.mailform {
  -webkit-appearance: none;
  outline: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
}

.nowrap {
  white-space: nowrap;
}

.utikesi {
  text-decoration: line-through;
}

.white {
  color: white;
}

.lightblue {
  color: rgb(206, 240, 242);
}

.skyblue {
  color: rgb(73, 195, 206);
}

.back-skyblue {
  background-color: rgb(73, 195, 206);
}

.back-orange {
  background-color: rgb(243, 151, 0);
}

.yellow {
  color: rgb(252, 199, 0);
}

.orange {
  color: rgb(243, 151, 0);
}

.red {
  color: rgb(235, 97, 68);
}

.gray {
  color: rgb(92, 92, 92);
}

.darkskyblue {
  color: rgb(26, 147, 164);
}

.lineheight1 {
  line-height: 1;
}

.lineheight125 {
  line-height: 1.25;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.bigbold {
  font-weight: bold;
  font-size: 110%;
}

.bigbold2 {
  font-weight: bold;
  font-size: 125%;
}

.small {
  font-size: 70%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.floatleft {
  float: left;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.inlineblock {
  display: inline-block;
}

.textindent {
  padding-left: 1em;
  text-indent: -1em;
}

.textnarrow {
  transform: scale(0.8, 1);
}

.tume {
  letter-spacing: -1px;
}

.tume2 {
  letter-spacing: -0.5px;
}

.ueaki {
  margin-top: 1em;
}

.ueaki2 {
  margin-top: 0.5em;
}

.ueaki3 {
  margin-top: 1.5em;
}

.sitaaki {
  margin-bottom: 1em;
}

.sitaaki2 {
  margin-bottom: 0.5em;
}

.sitaaki3 {
  margin-bottom: 0.25em;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

/* ###### メイン###### */
#maineria {
  width: 100vw;
  height: 41vw;
  max-height: calc(100vh - 111px);
  background: url(../image/mv-bg.jpg) no-repeat center /cover;
  position: relative;
}

#maineria>div {
  display: flex;
  align-items: center;
  height: 100%;
}

#maineria figure {
  max-height: 100%;
}

#maineria figure img {
  width: 100%;
}

#maineria .txt {
  left: 15.6%;
  width: 45%;
  z-index: 2;
  position: relative;
}

#maineria .people {
  position: absolute;
  right: 15%;
  bottom: 0;
  width: 33%;
}

@media screen and (max-width: 960px) {
  #maineria {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  #maineria {
    padding: 0;
  }

  #maineria figure {
    display: none;
  }
}

#feature {
  background: url(../image/marble.jpg) no-repeat center /cover;
}

#feature .contents {
  position: relative;
  overflow: hidden;
}

#feature figure {
  width: 100%;
  position: relative;
  left: 2.5%;
}

#feature figure.tbsf {
  width: 107.4vw;
  position: relative;
  left: 0;
}

#feature figure img {
  width: 100%;
}

#feature .btn2110 {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -9%;
  width: 56.6%;
  transition: all ease .3s;
}

#feature .btn2110:hover {
  opacity: 0.7;
}

#resident .contents {
  padding-top: 0;
  position: relative;
}

#resident img {
  width: 100%;
}

#resident .btn2110 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -9%;
  width: 56.6%;
  transition: all ease .3s;
}

#resident .btn2110:hover {
  opacity: 0.7;
}

.bnr2110.pdtnone {
  padding-top: 0;
}

.reflection {
  display: block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* ###### 権威 ###### */

#authority {
  background-color: rgb(206, 240, 242);
}

/* ###### お申し込みボタン共通  ###### */

#applybutton {
  background-color: rgb(73, 195, 206);
}

.applybutton:hover {
  color: rgb(235, 97, 68);
  font-weight: bold;
  background-color: rgb(255, 255, 255);
}

.applybutton::before,
.applybutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.applybutton,
.applybutton::before,
.applybutton::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ###### ご要望 ###### */

#request {
  position: relative;
}

/* ###### 叶えます ###### */

#cometrue {
  background-color: rgb(206, 240, 242);
  position: relative;
}

/* ###### 目的 ###### */

#purpose {
  background-color: rgb(206, 240, 242);
}

/* ###### 料金表 ###### */

#comparisonprice {
  background-color: rgb(206, 240, 242);
}

/* ###### お客様の声 ###### */

#voice {
  background-color: rgb(206, 240, 242);
}

.voicename {
  border-bottom: solid 1px rgb(59, 56, 56);
}

.voicetext p {
  margin-top: 9px;
}

/* ###### アクセス ###### */

.aboxtoggle {
  display: none;
}

/* ###### コンタクトフォーム ###### */

#contact {
  background-color: rgb(73, 195, 206);
}

.radiocheck {
  width: 50px;
}

.mailform {
  font-size: 100%;
  width: 100%;
  height: 2em;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0em 0em 1em 0em;
}

.mailformta {
  font-size: 100%;
  padding: 0.5em 0.5em 0.5em 0.5em;
  width: 100%;
  height: 10em;
}

input {
  border: none;
}

.caution a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  text-decoration-color: rgb(255, 255, 255);
}

.caution0 a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  text-decoration-color: rgb(255, 255, 255);
}

.sousin {
  background-color: rgb(26, 147, 164);
}

.sousin:hover {
  color: rgb(26, 147, 164);
  font-weight: bold;
  background-color: rgb(255, 255, 255);
}

.sousin::before,
.sousin::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.sousin,
.sousin::before,
.sousin::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ###### フッター ####### */

#footer {
  background-color: rgb(206, 240, 242);
}

.copy {
  letter-spacing: 1px;
  font-weight: normal;
  padding: 5px 0;
  font-size: 11px;
  text-align: center;
}

/* ###### 3つの安心 ###### */

#ansin {
  background-color: rgb(206, 240, 242);
}

/* ################################# 479px以下 ################################# */

@media (max-width: 479px) {
  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsf {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2pc {
    display: none !important;
  }

  .lstbsf {
    display: block !important;
  }

  p {
    font-size: 13px;
  }

  .h2smallwhite {
    letter-spacing: 2px;
    line-height: 3;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
  }

  .h2white {
    line-height: 1.25;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 28px;
    text-align: center;
  }

  .h2smallskyblue {
    letter-spacing: 2px;
    line-height: 3;
    color: rgb(73, 195, 206);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
  }

  .h2smallskyblue2 {
    letter-spacing: 2px;
    line-height: 1.5;
    color: rgb(73, 195, 206);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
  }

  .h2skyblue {
    line-height: 1.25;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 28px;
    text-align: center;
  }

  .caution0 {
    font-weight: normal;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .caution {
    font-weight: bold;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .caution2 {
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .contents {
    padding: 25px 15px;
  }

  .contents2 {
    padding: 15px 15px;
  }

  .contents3 {
    padding: 0px 15px;
  }

  /* ### TOPへ ### */
  #top_btn {
    position: fixed;
    bottom: 135px;
    right: 30px;
    width: 100%;
    padding: 5px 15px 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    width: 45px;
    height: 45px;
    font-size: 25px;
    text-align: center;
    overflow: hidden;
    background: rgba(73, 195, 206, 0.6);
    z-index: 1001;
  }

  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }

  /* ###### ヘッダー ###### */
  header {
    padding: 8px 0;
    text-align: center;
  }

  .title1 {
    font-weight: bold;
    font-size: 11px;
  }

  .titlelogo img {
    margin: 5px 0;
    width: 170px;
    height: auto;
  }

  .title2 {
    font-weight: bold;
    font-size: 12px;
  }

  /* ###### メイン###### */
  #maineria {
    height: 147vw;
    background: url(../image/main-view-sp.png) no-repeat center /100% 100%;
  }

  .btn2110 {
    transform: translateX(-50%) !important;
    margin-top: -10% !important;
    width: 75% !important;
  }

  .hidariaki {
    margin-left: -0.775em;
  }

  .ueaki4 {
    margin-top: 0.65em;
  }

  .title-tuika {
    margin: 26px 0 5px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
  }

  .title-tuika-red {
    margin: 0 0 0 0;
    padding: 3px 2px 3px 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(235, 97, 68);
  }

  .title-tuika-kasen {
    padding-bottom: 2px;
    border-bottom: solid 2px rgb(255, 255, 255);
  }

  .sankaku {
    margin-left: -6px;
    vertical-align: -7.75px;
    width: 0;
    height: 0;
    border-top: 14.5px solid transparent;
    border-left: 8px solid rgb(235, 97, 68);
    border-bottom: 14.5px solid transparent;
    display: inline-block;
  }

  .title-tuika3 {
    padding: 15px 0;
    max-width: 198px;
    margin: 0 auto;
    line-height: 1.35;
  }

  .title-tuika2 {
    padding: 15px 0;
    max-width: 254px;
    margin: 0 auto;
    line-height: 1.35;
  }

  .title-tuika4 {
    width: 273px;
  }

  .title-border-bottom {
    border-bottom: solid 1px rgb(255, 255, 255);
    padding-bottom: 1px;
  }

  .sankaku2 {
    margin-right: 5px;
    vertical-align: -2px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 11px solid rgb(235, 97, 68);
    border-bottom: 9px solid transparent;
    display: inline-block;
  }

  .mainimageback {
    text-align: center;
  }

  .mainimageback img {
    margin: 0 0 0 0;
    width: 100%;
    min-height: 650px;
    max-height: 650px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .mainimagetop {
    width: 320px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .mainimageleft img {
    margin-left: -100px;
    margin-top: -35px;
    width: 320px;
  }

  .mainimageright {
    width: 314px;
  }

  .h1top {
    margin: 18px 4px 8px;
    display: inline-block;
    color: rgb(255, 255, 255);
    border-radius: 100px;
    width: 85px;
    height: 85px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 36px 0;
    background: rgb(73, 195, 206);
  }

  .h1top2 {
    margin: 18px 8px 8px;
    display: inline-block;
    width: 85px;
    height: 85px;
    vertical-align: bottom;
  }

  .h1a {
    line-height: 1.25;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .h1b {
    white-space: nowrap;
    margin-left: 19px;
    line-height: 1.25;
    font-size: 42px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .h1c {
    vertical-align: -5px;
    line-height: 1.25;
    font-size: 21px;
    color: rgb(252, 199, 0);
    font-weight: bold;
  }

  .h1d {
    line-height: 1;
    display: inline-block;
    font-size: 30px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 5px;
  }

  .h1e {
    line-height: 1;
    font-size: 70px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 5px;
  }

  .h1f {
    font-size: 35px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 30px;
  }

  .h1g {
    margin-left: -40px;
    font-size: 17px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 5px;
  }

  /* ###### 権威 ###### */
  .authorityicon {
    text-align: center;
  }

  .authorityicon img {
    width: 130px;
    margin: 0;
  }

  /* ###### お申し込みボタン共通  ###### */
  #applybutton {
    position: relative;
    height: 280px;
  }

  .applybutton2 {
    width: 290px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .applybuttonright {
    margin-top: 10px;
  }

  .applybuttonright img {
    width: 290px;
  }

  .kakomi {
    vertical-align: 1px;
    padding: 3px 5px;
    font-size: 16px;
    border: solid 2px rgb(248, 180, 166);
  }

  .applybuttontext {
    margin-top: 5px;
    line-height: 1.25;
    font-size: 18px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .applybutton {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 54px;
    text-align: left;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 54px;
    font-size: 16px;
    outline: none;
    font-weight: bold;
    background-color: rgb(235, 97, 68);
    color: #fff;
    border-radius: 5px;
  }

  .applybutton i {
    font-size: 15px;
    bottom: 18px;
    right: 5px;
    position: absolute;
  }

  /* ###### お申し込みボタン共通2  ###### */
  .applybutton.instagram:hover {
    color: rgb(235, 97, 68);
    font-weight: bold;
    background-color: rgb(250, 216, 209);
    mix-blend-mode: multiply;
  }

  .applybutton.instagram {
    font-size: 110%;
    text-align: center;
    padding-right: 10px;
  }

  /* ###### コロナ対策 ###### */
  .coronatitle {
    line-height: 1.25;
    margin: 15px 15px 10px;
    font-size: 17px;
    text-align: center;
    padding: 8px 5px;
    border: solid 1px rgb(59, 56, 56);
  }

  .coronabox4 {
    margin: 0 0 20px;
  }

  .coronabox {
    float: left;
    width: 50%;
    height: 70px;
    text-align: center;
    margin: 15px 0;
  }

  .item {
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
  }

  /* ###### ご要望 ###### */
  .requestimageback img {
    margin: 0 0 0 0;
    width: 100%;
    min-height: 460px;
    max-height: 460px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .requestimagetop {
    width: 275px;
    margin: auto;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .requestbox {
    margin: 10px 0;
    line-height: 1.15;
    color: white;
    font-size: 16px;
    padding-left: 3em;
    text-indent: -3em;
  }

  .requestnumber {
    vertical-align: -3px;
    margin-top: 15px;
    margin-right: 14px;
    line-height: 1.15;
    font-weight: normal;
    color: rgb(235, 97, 68);
    font-size: 26px;
  }

  /* ###### 叶えます ###### */
  .triangle1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: -10px auto -20px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgb(235, 97, 68);
  }

  .cometrueboxall {
    margin: 10px 0 0;
  }

  .cometrueaki {
    margin: 50px 0;
  }

  .cometruephoto1 {
    text-align: left;
  }

  .cometruephoto1 img {
    width: 91%;
  }

  .cometruetextbox1 {
    margin: 0 0 0 auto;
    width: 91%;
  }

  .cometruephoto2 {
    text-align: right;
  }

  .cometruephoto2 img {
    width: 91%;
  }

  .cometruetextbox2 {
    margin: 0 auto 0 0;
    text-align: left;
    width: 91%;
  }

  .h3red1 {
    letter-spacing: -1px;
    margin: 0 0 0 0px;
    padding: 15px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 18px;
    position: relative;
  }

  .h3red2 {
    letter-spacing: -1px;
    margin: 0 0 0 0px;
    padding: 15px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 18px;
    position: relative;
  }

  .cometruetext {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    position: relative;
  }

  .cometruetextcenter {
    text-align: left;
  }

  /* ###### BEYOND紹介###### */
  #aboutbeyond {
    background: url(../image/back3tbsf.jpg) center center / cover no-repeat;
  }

  .subtitle {
    letter-spacing: -1px;
    line-height: 1.75;
    font-weight: bold;
    font-size: 14px;
  }

  .subtitle2 {
    line-height: 1.25;
    font-weight: bold;
    font-size: 13.5px;
  }

  .subtitle3 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 13.5px;
    text-align: initial;
  }

  .subtitle4 {
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.25;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .margincenter {
    text-align: initial;
    margin: 10px 0;
  }

  .h2skyblue img {
    width: 220px;
  }

  .subtitle.strong {
    letter-spacing: -1px;
    line-height: 1.75;
    font-weight: bold;
    font-size: 16px;
    color: rgb(235, 97, 68);
  }

  .sitaji {
    background: rgba(206, 240, 242, 0.8);
    border-radius: 8px;
    padding: 15px 10px 7px;
  }

  .sitaji2 {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 15px 20px 7px;
  }

  /* ###### 目的 ###### */
  .baseline1 {
    vertical-align: -9px;
  }

  .prupose3box {
    text-align: center;
  }

  .purposephoto {
    padding: 0 5px;
    float: left;
    width: 33%;
  }

  .purposephoto2 {
    padding: 0 5px;
    margin: 0 auto;
    width: 33%;
  }

  .purposeboxleft {
    margin-top: 15px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    width: 100%;
  }

  .purposeboxright {
    text-align: center;
    margin-top: 15px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    width: 100%;
  }

  /* ###### 理由 ###### */
  .reasonbox {
    width: 100%;
  }

  .reasontext {
    padding: 0;
    width: 100%;
  }

  .reasonphoto {
    margin: 15px 0 0px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .reasonphoto img {
    width: 400px;
  }

  .h3red {
    letter-spacing: -0.75px;
    line-height: 1.25;
    padding: 10px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 18px;
  }

  .point {
    border-bottom: 1px solid rgb(73, 195, 206);
    color: rgb(73, 195, 206);
    font-size: 24px;
  }

  .reasonbox {
    margin-top: 15px;
  }

  /* ###### 料金表 ###### */
  .cptable {
    margin: 0;
    text-align: center;
  }

  .cptable2 {
    margin: 15px 0 0;
  }

  .comparison .cptable th {
    padding: 5px 0;
    text-align: center;
  }

  .cptable td {
    padding: 10px 0;
    text-align: center;
  }

  .cpth0 {
    line-height: 1;
  }

  .cpth2 {
    width: 95px;
    text-align: center;
    border: solid 3px rgb(73, 195, 206);
    background-color: rgb(73, 195, 206);
    color: white;
    font-weight: bold;
    font-size: 12px;
  }

  .cpth3 {
    text-align: center;
    border: solid 1px rgb(59, 56, 56);
    background-color: rgb(200, 237, 241);
    font-weight: bold;
    font-weight: normal;
    font-size: 12px;
    padding: 10px 0;
  }

  .cptd1,
  .cpth1 {
    padding: 15px 0;
    border-left: solid 1px rgb(59, 56, 56);
    border-bottom: solid 1px rgb(59, 56, 56);
    border-top: solid 1px rgb(59, 56, 56);
    border-right: solid 1px rgb(59, 56, 56);
    background-color: rgb(236, 249, 250);
    color: rgb(59, 56, 56);
    font-weight: bold;
    font-size: 11px;
  }

  .cptd2 {
    width: 95px;
    border-left: solid 4px rgb(73, 195, 206);
    border-right: solid 4px rgb(73, 195, 206);
    border-bottom: solid 1px rgb(59, 56, 56);
    background-color: white;
    color: rgb(235, 97, 68);
    font-weight: bold;
    font-size: 12px;
  }

  .bottomtd2 {
    border-bottom: solid 5px rgb(73, 195, 206);
  }

  .cptd3 {
    border: solid 1px rgb(59, 56, 56);
    background-color: rgb(236, 249, 250);
    color: rgb(59, 56, 56);
    font-weight: normal;
    font-size: 12px;
  }

  .cp2th {
    width: 95px;
    text-align: center;
    border-right: solid 12px rgb(215, 242, 245);
    background-color: rgb(73, 195, 206);
    color: white;
    font-weight: bold;
    font-size: 13px;
  }

  .cp2td {
    border-left: solid 12px rgb(215, 242, 245);
    padding: 15px 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(59, 56, 56);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.75;
  }

  .cpth2 img {
    width: 80px;
  }

  /* ###### トレーナー紹介###### */
  .trainerbox {
    border: solid 8px rgb(255, 255, 255);
    float: left;
    width: 100%;
    padding: 10px;
    background-color: rgb(206, 240, 2425);
  }

  .trainerphoto {
    text-align: center;
  }

  .trainershop {
    margin-top: 10px;
    line-height: 2;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }

  .trainername {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .trainerprofile {
    text-align: initial;
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .trainerbox6 {
    margin-top: 10px;
  }

  /* ###### お客様の声 ###### */
  .voicebox {
    margin-top: 15px;
  }

  .voicetext {
    width: 100%;
  }

  .voicephoto {
    padding: 15px 0 15px;
    text-align: center;
  }

  .voicename2 {
    font-weight: bold;
    line-height: 1.25;
    font-size: 15px;
  }

  .voicename {
    font-weight: bold;
    font-size: 22px;
  }

  .beforeaftertable {
    margin: 10px 0 0;
    text-align: center;
  }

  /* ###### カウンセリングとは###### */
  .triangle2 {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid rgb(73, 195, 206);
  }

  .freecounselingbox {
    margin-top: 5px;
    background-color: rgb(215, 242, 245);
    padding: 15px;
  }

  .checkboxphoto {
    text-align: center;
  }

  .checkboxphoto img {
    margin: 10px 0 0 0;
    width: 140px;
  }

  .check img {
    width: 25px;
    padding: 0 5px 5px 0;
    float: left;
  }

  .check p {
    line-height: 1.5;
    margin: 10px 15px;
    overflow: hidden;
  }

  .subtitlefc {
    line-height: 1.5;
    font-weight: bold;
    font-size: 15px;
    color: rgb(73, 195, 206);
    padding: 8px;
    text-align: center;
    margin: 20px 0;
    border: solid 1px rgb(73, 195, 206);
  }

  .triangle3 {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid rgb(73, 195, 206);
  }

  /* ###### STEP ###### */
  .stepall {
    max-width: 767px;
    margin: 0 auto;
  }

  .stepbox {
    margin-top: 5px;
    border: solid 1px rgb(73, 195, 206);
    padding: 10px;
  }

  .steptext {
    width: 100%;
  }

  .stepphoto {
    text-align: center;
    margin-bottom: 15px;
  }

  .stepnumber {
    text-align: center;
    padding: 2px;
    width: 70px;
    font-weight: bold;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 auto 10px;
    background-color: rgb(73, 195, 206);
  }

  /* ###### アクセス ###### */
  .accessbox {
    text-align: center;
    margin: 15px 0;
  }

  .accessbox img {
    width: 120px;
    vertical-align: -14px;
    margin: 0 5px 10px 0;
  }

  /* ###### コンタクトフォーム ###### */
  table td,
  th {
    font-size: 12px;
    text-align: justify;
    padding: 8px 0 8px 5px;
  }

  table {
    margin: 5px 0 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }

  .contacttable td {
    text-align: justify;
    font-size: 12px;
  }

  ::placeholder {
    opacity: 0.6;
    font-size: 12px;
    white-space: normal;
  }

  .contactright {
    height: 90px;
    width: 100%;
    padding: 0 5px;
    background-color: rgb(255, 255, 255);
    border-left: solid 10px rgb(73, 195, 206);
    border-bottom: solid 15px rgb(73, 195, 206);
    border-top: solid 15px rgb(73, 195, 206);
  }

  .contactleft {
    height: 90px;
    padding: 0 8px;
    text-align: left;
    width: 120px;
    background-color: rgb(255, 255, 255);
    border-right: solid 10px rgb(73, 195, 206);
    border-bottom: solid 15px rgb(73, 195, 206);
    border-top: solid 15px rgb(73, 195, 206);
  }

  .contactleftinnner {
    position: relative;
  }

  .hitusu {
    text-align: center;
    position: absolute;
    top: -12px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(235, 97, 68);
    font-size: 12px;
  }

  .hitusu2 {
    text-align: center;
    position: absolute;
    top: -2px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(235, 97, 68);
    font-size: 12px;
  }

  .nini {
    text-align: center;
    position: absolute;
    top: -2px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(73, 195, 206);
    font-size: 12px;
  }

  .nini2 {
    text-align: center;
    position: absolute;
    top: 6px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(73, 195, 206);
    font-size: 12px;
  }

  .contactright .mailform {
    top: 10px;
    position: relative;
  }

  .radioform {
    top: 2px;
    position: relative;
    margin-left: 0px;
  }

  .radiotext {
    font-size: 12px;
    font-weight: bold;
  }

  .sousin {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 54px;
    font-size: 18px;
    outline: none;
    font-weight: bold;
    background-color: rgb(26, 147, 164);
    color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  }

  .sousin i {
    font-size: 18px;
    bottom: 18px;
    right: 10px;
    position: absolute;
  }

  .contactaki1 {
    margin: 6px 0;
  }

  .contactaki2 {
    margin: 12px 0;
  }

  /* ###### FAQ ###### */
  .abox {
    margin: 8px 20px 0 0px;
    padding: 10px 50px;
    background-color: white;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .qbox {
    margin: 17px 0 0 0;
    padding: 5px 20px 5px 5px;
    background-color: rgb(206, 240, 242);
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .qbox:first-child {
    margin: 0;
  }

  .qtitle {
    padding-left: 15px;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 22px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
  }

  .qtext {
    padding: 3px 7px;
    color: rgb(59, 56, 56);
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .atext {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .plus {
    font-size: 20px;
    width: 38px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 25px;
    padding: 0 0 0 10px;
  }

  .pcircle {
    padding: 4px 5px;
    color: rgb(73, 195, 206);
    background-color: white;
    border-radius: 40px;
  }

  .pcircle:hover {
    color: white;
    background-color: rgb(73, 195, 206);
  }

  /* ###### 3つの安心 ###### */
  .ansintitle {
    color: rgb(235, 97, 68);
    font-weight: bold;
    font-size: 19px;
    margin: 10px 0 5px 0;
  }

  .ansintitle2 {
    line-height: 1.45;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 0;
    letter-spacing: -0.5px;
  }

  .ansinboxall {
    margin: 20px auto 0;
    text-align: center;
  }

  .ansinicon img {
    width: 100px;
  }

  .ansinbox {
    margin: 0 0 25px 0;
    width: 100%;
  }

  /* ###### コンタクトボタン帯 ###### */
  .contacttel img {
    width: 36px;
    margin: 0 9px 3px 0;
  }

  .contacttel a {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.15;
    font-size: 39px;
    color: white;
  }

  .contacttel2 {
    color: white;
    font-size: 15px;
  }

  .contactsub {
    font-size: 15px;
    color: white;
  }

  .contactbuttonobi {
    display: none;
    width: 95%;
    padding: 10px 5px;
    background-color: rgb(26, 147, 164);
    border-radius: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 1001;
    bottom: 10px;
  }
}

/* ################################# 480px以上767px以下 ################################# */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsf {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2pc {
    display: none !important;
  }

  .lstbsf {
    display: block !important;
  }

  p {
    font-size: 14px;
  }

  .h2smallwhite {
    letter-spacing: 2px;
    line-height: 3;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 13px;
    text-align: center;
  }

  .h2white {
    line-height: 1.25;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 34px;
    text-align: center;
  }

  .h2smallskyblue {
    letter-spacing: 2px;
    line-height: 3;
    color: rgb(73, 195, 206);
    font-weight: normal;
    font-size: 13px;
    text-align: center;
  }

  .h2smallskyblue2 {
    letter-spacing: 2px;
    line-height: 1.5;
    color: rgb(73, 195, 206);
    font-weight: normal;
    font-size: 13px;
    text-align: center;
  }

  .h2skyblue {
    line-height: 1.25;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 34px;
    text-align: center;
  }

  .caution0 {
    font-weight: normal;
    font-size: 13px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .caution {
    font-weight: bold;
    font-size: 13px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .caution2 {
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .contents {
    padding: 40px 30px;
  }

  .contents2 {
    padding: 25px 30px;
  }

  .contents3 {
    padding: 0px 30px;
  }

  /* ### TOPへ ### */
  #top_btn {
    position: fixed;
    bottom: 135px;
    right: 30px;
    width: 100%;
    padding: 5px 15px 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    width: 45px;
    height: 45px;
    font-size: 25px;
    text-align: center;
    overflow: hidden;
    background: rgba(73, 195, 206, 0.6);
    z-index: 1001;
  }

  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }

  /* ###### ヘッダー ###### */
  header {
    padding: 10px 0;
    text-align: center;
  }

  .title1 {
    font-weight: bold;
    font-size: 12px;
  }

  .titlelogo img {
    margin: 5px 0;
    width: 180px;
    height: auto;
  }

  .title2 {
    font-weight: bold;
    font-size: 13px;
  }

  /* ###### メイン###### */
  .ueaki4 {
    margin-top: 0.35em;
  }

  .title-tuika {
    margin: 26px 0 5px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
  }

  .title-tuika-red {
    margin: 0 0 0 0;
    padding: 3px 2px 3px 8px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(235, 97, 68);
  }

  .title-tuika-kasen {
    padding-bottom: 3px;
    border-bottom: solid 2px rgb(255, 255, 255);
  }

  .sankaku {
    margin-left: -7px;
    vertical-align: -7.5px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 8px solid rgb(235, 97, 68);
    border-bottom: 15px solid transparent;
    display: inline-block;
  }

  .title-tuika3 {
    padding: 15px 0;
    margin: 0 auto;
    width: 350px;
  }

  .title-tuika2 {
    padding: 15px 0;
    margin: 0 auto;
    width: 410px;
  }

  .title-tuika4 {
    width: 373px;
  }

  .title-border-bottom {
    border-bottom: solid 1px rgb(255, 255, 255);
    padding-bottom: 1px;
  }

  .sankaku2 {
    margin-right: 5px;
    vertical-align: -2px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 11px solid rgb(235, 97, 68);
    border-bottom: 9px solid transparent;
    display: inline-block;
  }

  .mainimageback {
    text-align: center;
  }

  .mainimageback img {
    margin: 0 0 0 0;
    width: 100%;
    min-height: 720px;
    max-height: 720px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .mainimagetop {
    width: 394px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .mainimageright {
    width: 394px;
  }

  .mainimageleft img {
    margin-left: -100px;
    margin-top: -40px;
    width: 379px;
  }

  .h1top {
    margin: 18px 8px 8px;
    display: inline-block;
    color: rgb(255, 255, 255);
    border-radius: 100px;
    width: 85px;
    height: 85px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 36px 0;
    background: rgb(73, 195, 206);
  }

  .h1top2 {
    margin: 18px 8px 8px;
    display: inline-block;
    width: 85px;
    height: 85px;
    vertical-align: bottom;
  }

  .h1a {
    line-height: 1.25;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .h1b {
    white-space: nowrap;
    margin-left: 45px;
    line-height: 1.25;
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .h1c {
    vertical-align: -5px;
    line-height: 1;
    font-size: 22px;
    color: rgb(252, 199, 0);
    font-weight: bold;
  }

  .h1d {
    line-height: 1;
    display: inline-block;
    font-size: 32px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 5px;
  }

  .h1e {
    line-height: 1;
    font-size: 80px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 5px;
  }

  .h1f {
    font-size: 40px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 30px;
  }

  .h1g {
    margin-left: -45px;
    font-size: 19px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 5px;
  }

  /* ###### 権威 ###### */
  .authorityicon {
    text-align: center;
  }

  .authorityicon img {
    width: 170px;
    margin: 0 5px 0;
  }

  /* ###### お申し込みボタン共通  ###### */
  #applybutton {
    position: relative;
    height: 280px;
  }

  .applybutton2 {
    width: 385px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .applybuttonright {
    margin-top: 15px;
  }

  .kakomi {
    padding: 3px 5px;
    font-size: 21px;
    border: solid 2px rgb(248, 180, 166);
  }

  .applybuttontext {
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .applybutton {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 54px;
    text-align: left;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 54px;
    font-size: 19px;
    outline: none;
    font-weight: bold;
    background-color: rgb(235, 97, 68);
    color: #fff;
    border-radius: 5px;
  }

  .applybutton i {
    font-size: 18px;
    bottom: 18px;
    right: 15px;
    position: absolute;
  }

  .applybuttonright img {
    width: 334px;
  }

  /* ###### お申し込みボタン共通2  ###### */
  .applybutton.instagram:hover {
    color: rgb(235, 97, 68);
    font-weight: bold;
    background-color: rgb(250, 216, 209);
    mix-blend-mode: multiply;
  }

  .applybutton.instagram {
    font-size: 85%;
    text-align: center;
    padding-right: 10px;
  }

  /* ###### コロナ対策 ###### */
  .coronatitle {
    line-height: 1.25;
    margin: 30px 30px 0;
    font-size: 19px;
    text-align: center;
    padding: 8px 5px;
    border: solid 1px rgb(59, 56, 56);
  }

  .coronabox {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px 0;
  }

  .coronabox4 {
    margin: 0 5% 20px;
  }

  .item {
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    padding: 10px 3px 0;
    font-weight: bold;
  }

  /* ###### ご要望 ###### */
  .requestimageback img {
    margin: 0 0 0 0;
    width: 100%;
    min-height: 497px;
    max-height: 497px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .requestimagetop {
    width: 400px;
    margin: auto;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .requestbox {
    margin: 10px 0;
    line-height: 1.25;
    color: white;
    font-size: 19px;
    padding-left: 3em;
    text-indent: -3em;
  }

  .requestnumber {
    vertical-align: -3px;
    margin-top: 15px;
    margin-right: 20px;
    line-height: 1.25;
    font-weight: normal;
    color: rgb(235, 97, 68);
    font-size: 30px;
  }

  /* ###### 叶えます ###### */
  .triangle1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: -10px auto -20px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgb(235, 97, 68);
  }

  .cometrueboxall {
    margin: 10px 0 0;
  }

  .cometrueaki {
    margin: 50px 0;
  }

  .cometruephoto1 {
    text-align: left;
  }

  .cometruephoto1 img {
    width: 90%;
  }

  .cometruetextbox1 {
    margin: 0 0 0 auto;
    width: 90%;
  }

  .cometruephoto2 {
    text-align: right;
  }

  .cometruephoto2 img {
    width: 90%;
  }

  .cometruetextbox2 {
    margin: 0 auto 0 0;
    text-align: left;
    width: 90%;
  }

  .h3red1 {
    letter-spacing: -1px;
    margin: 0 0 0 0px;
    padding: 15px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 20px;
    position: relative;
  }

  .h3red2 {
    letter-spacing: -1px;
    margin: 0 0 0 0px;
    padding: 15px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 20px;
    position: relative;
  }

  .cometruetext {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    position: relative;
  }

  .cometruetextcenter {
    text-align: left;
  }

  /* ###### BEYOND紹介###### */
  #aboutbeyond {
    background: url(../image/back3tbsf.jpg) center center / cover no-repeat;
  }

  .subtitle {
    line-height: 1.5;
    font-weight: bold;
    font-size: 19px;
  }

  .subtitle2 {
    line-height: 1.25;
    font-weight: bold;
    font-size: 17px;
  }

  .subtitle3 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    text-align: initial;
  }

  .subtitle4 {
    line-height: 1.25;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
  }

  .margincenter {
    text-align: initial;
    margin: 15px 0;
  }

  .h2skyblue img {
    width: 250px;
  }

  .subtitle.strong {
    line-height: 1.5;
    font-weight: bold;
    font-size: 22px;
    color: rgb(235, 97, 68);
  }

  .sitaji {
    background: rgba(206, 240, 242, 0.8);
    border-radius: 10px;
    padding: 10px 20px;
  }

  .sitaji2 {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px 30px;
  }

  /* ###### 目的 ###### */
  .baseline1 {
    vertical-align: -9px;
  }

  .prupose3box {
    text-align: center;
  }

  .purposephoto {
    padding: 0 5px;
    float: left;
    width: 33%;
  }

  .purposephoto2 {
    padding: 0 5px;
    margin: 0 auto;
    width: 33%;
  }

  .purposeboxleft {
    margin-top: 20px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    width: 100%;
  }

  .purposeboxright {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    width: 100%;
  }

  /* ###### 理由 ###### */
  .reasonbox {
    width: 100%;
  }

  .reasontext {
    padding: 0;
    width: 100%;
  }

  .reasonphoto {
    margin: 15px 0 0px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .reasonphoto img {
    width: 400px;
  }

  .h3red {
    letter-spacing: -0.75px;
    line-height: 1.25;
    padding: 10px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 20px;
  }

  .point {
    border-bottom: 1px solid rgb(73, 195, 206);
    color: rgb(73, 195, 206);
    font-size: 24px;
  }

  .reasonbox {
    margin-top: 15px;
  }

  /* ###### 料金表 ###### */
  .cptable {
    margin: 0;
    text-align: center;
  }

  .cptable2 {
    margin: 25px 0 0;
  }

  .comparison .cptable th {
    padding: 5px 0;
    text-align: center;
  }

  .cptable td {
    padding: 15px 0;
    text-align: center;
  }

  .cpth0 {
    line-height: 1;
  }

  .cpth2 {
    width: 160px;
    text-align: center;
    border: solid 4px rgb(73, 195, 206);
    background-color: rgb(73, 195, 206);
    color: white;
    font-weight: bold;
    font-size: 14px;
  }

  .cpth3 {
    text-align: center;
    border: solid 1px rgb(59, 56, 56);
    background-color: rgb(200, 237, 241);
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-size: 14px;
    padding: 15px 0;
  }

  .cptd1,
  .cpth1 {
    padding: 15px 0;
    border-left: solid 1px rgb(59, 56, 56);
    border-bottom: solid 1px rgb(59, 56, 56);
    border-top: solid 1px rgb(59, 56, 56);
    border-right: solid 1px rgb(59, 56, 56);
    background-color: rgb(236, 249, 250);
    color: rgb(59, 56, 56);
    font-weight: bold;
    font-size: 13px;
  }

  .cptd2 {
    width: 160px;
    border-left: solid 5px rgb(73, 195, 206);
    border-right: solid 5px rgb(73, 195, 206);
    border-bottom: solid 1px rgb(59, 56, 56);
    background-color: white;
    color: rgb(235, 97, 68);
    font-weight: bold;
    font-size: 14px;
  }

  .bottomtd2 {
    border-bottom: solid 5px rgb(73, 195, 206);
  }

  .cptd3 {
    border: solid 1px rgb(59, 56, 56);
    background-color: rgb(236, 249, 250);
    color: rgb(59, 56, 56);
    font-weight: normal;
    font-size: 14px;
  }

  .cp2th {
    width: 140px;
    text-align: center;
    border-right: solid 12px rgb(215, 242, 245);
    background-color: rgb(73, 195, 206);
    color: white;
    font-weight: bold;
    font-size: 14px;
  }

  .cp2td {
    border-left: solid 12px rgb(215, 242, 245);
    padding: 30px 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(59, 56, 56);
    font-weight: normal;
    font-size: 13px;
    line-height: 1.75;
  }

  .cpth2 img {
    width: 100px;
  }

  /* ###### トレーナー紹介###### */
  .trainerbox {
    border: solid 8px rgb(255, 255, 255);
    float: left;
    width: 50%;
    padding: 10px;
    background-color: rgb(206, 240, 2425);
    min-height: 570px;
  }

  .trainerphoto {
    text-align: center;
  }

  .trainershop {
    margin-top: 10px;
    line-height: 2;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }

  .trainername {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
  }

  .trainerprofile {
    text-align: initial;
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .trainerbox6 {
    margin-top: 10px;
  }

  /* ###### お客様の声 ###### */
  .voicebox {
    margin-top: 25px;
  }

  .voicetext {
    width: 100%;
  }

  .voicephoto {
    padding: 25px 0 25px;
    text-align: center;
  }

  .voicename2 {
    font-weight: bold;
    line-height: 1.25;
    font-size: 19px;
  }

  .voicename {
    font-weight: bold;
    font-size: 26px;
  }

  .beforeaftertable {
    margin: 15px 0 0;
    text-align: center;
  }

  /* ###### カウンセリングとは###### */
  .triangle2 {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgb(73, 195, 206);
  }

  .freecounselingbox {
    margin-top: 5px;
    background-color: rgb(215, 242, 245);
    padding: 30px;
  }

  .checkboxphoto {
    text-align: center;
  }

  .checkboxphoto img {
    margin: 30px 0 0 0;
    width: 180px;
  }

  .check img {
    padding: 0 10px 5px 0;
    float: left;
  }

  .check p {
    line-height: 1.5;
    margin: 10px 15px;
    overflow: hidden;
  }

  .subtitlefc {
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    color: rgb(73, 195, 206);
    padding: 8px;
    text-align: center;
    margin: 20px 0;
    border: solid 1px rgb(73, 195, 206);
  }

  .triangle3 {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid rgb(73, 195, 206);
  }

  /* ###### STEP ###### */
  .stepall {
    max-width: 767px;
    margin: 0 auto;
  }

  .stepbox {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 5px;
    border: solid 1px rgb(73, 195, 206);
    padding: 10px;
  }

  .steptext {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .stepphoto {
    display: table-cell;
    vertical-align: middle;
    width: 225px;
    padding-right: 30px;
  }

  .stepnumber {
    padding: 2px;
    width: 70px;
    font-weight: bold;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 0 10px 0;
    background-color: rgb(73, 195, 206);
  }

  /* ###### アクセス ###### */
  .accessbox {
    text-align: center;
    margin: 15px 0;
  }

  .accessbox img {
    width: 120px;
    vertical-align: -14px;
    margin: 0 5px 10px 0;
  }

  /* ###### コンタクトフォーム ###### */
  table td,
  th {
    font-size: 13px;
    text-align: justify;
    padding: 8px 0 8px 12px;
  }

  table {
    margin: 10px 0 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }

  .contacttable td {
    text-align: justify;
    font-size: 13px;
  }

  ::placeholder {
    opacity: 0.6;
    font-size: 13px;
    white-space: normal;
  }

  .contactright {
    height: 90px;
    width: 100%;
    padding: 0 10px;
    background-color: rgb(255, 255, 255);
    border-left: solid 15px rgb(73, 195, 206);
    border-bottom: solid 20px rgb(73, 195, 206);
    border-top: solid 20px rgb(73, 195, 206);
  }

  .contactleft {
    height: 90px;
    padding: 0 10px;
    text-align: left;
    width: 150px;
    background-color: rgb(255, 255, 255);
    border-right: solid 15px rgb(73, 195, 206);
    border-bottom: solid 20px rgb(73, 195, 206);
    border-top: solid 20px rgb(73, 195, 206);
  }

  .contactleftinnner {
    position: relative;
  }

  .hitusu {
    text-align: center;
    position: absolute;
    top: -12px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(235, 97, 68);
    font-size: 12px;
  }

  .hitusu2 {
    text-align: center;
    position: absolute;
    top: -2px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(235, 97, 68);
    font-size: 12px;
  }

  .nini {
    text-align: center;
    position: absolute;
    top: -2px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(73, 195, 206);
    font-size: 12px;
  }

  .nini2 {
    text-align: center;
    position: absolute;
    top: 6px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(73, 195, 206);
    font-size: 12px;
  }

  .contactright .mailform {
    top: 10px;
    position: relative;
  }

  .radioform {
    top: 2px;
    position: relative;
    margin-left: 0px;
  }

  .radiotext {
    font-size: 13px;
    font-weight: bold;
  }

  .sousin {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 54px;
    font-size: 20px;
    outline: none;
    font-weight: bold;
    background-color: rgb(26, 147, 164);
    color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  }

  .sousin i {
    font-size: 18px;
    bottom: 18px;
    right: 10px;
    position: absolute;
  }

  .contactaki1 {
    margin: 6px 0;
  }

  .contactaki2 {
    margin: 12px 0;
  }

  /* ###### FAQ ###### */
  .abox {
    margin: 8px 20px 0 0px;
    padding: 10px 50px;
    background-color: white;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .qbox {
    margin: 17px 0 0 0;
    padding: 5px 20px 5px 5px;
    background-color: rgb(206, 240, 242);
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .qbox:first-child {
    margin: 0;
  }

  .qtitle {
    padding-left: 15px;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 22px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
  }

  .qtext {
    padding: 3px 7px;
    color: rgb(59, 56, 56);
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .atext {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .plus {
    font-size: 22px;
    width: 38px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 15px;
    padding: 0 0 0 5px;
  }

  .pcircle {
    padding: 4px 5px;
    color: rgb(73, 195, 206);
    background-color: white;
    border-radius: 40px;
  }

  .pcircle:hover {
    color: white;
    background-color: rgb(73, 195, 206);
  }

  /* ###### 3つの安心 ###### */
  .ansintitle {
    color: rgb(235, 97, 68);
    font-weight: bold;
    font-size: 19px;
    margin: 0 0 10px 0;
  }

  .ansintitle2 {
    line-height: 1.45;
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0 0;
    letter-spacing: -0.5px;
  }

  .ansinboxall {
    margin: 30px auto 0;
    text-align: center;
  }

  .ansinicon img {
    width: 100px;
  }

  .ansinbox {
    float: left;
    width: 33.3%;
  }

  /* ###### コンタクトボタン帯 ###### */
  .contacttel img {
    width: 46px;
    margin: 0 12px 3px 0;
  }

  .contacttel a {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.05;
    font-size: 48px;
    color: white;
  }

  .contacttel2 {
    color: white;
  }

  .contactsub {
    font-size: 16px;
    color: white;
  }

  .contactbuttonobi {
    display: none;
    width: 95%;
    padding: 10px 5px;
    background-color: rgb(26, 147, 164);
    border-radius: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 1001;
    bottom: 10px;
  }
}

/* ################################# 768px以上 ################################# */

@media (min-width: 768px) {
  .sf {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2pc {
    display: block !important;
  }

  .lstbsf {
    display: none !important;
  }

  p {
    font-size: 15px;
  }

  .h2smallwhite {
    letter-spacing: 2px;
    line-height: 2;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }

  .h2white {
    line-height: 1.25;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 42px;
    text-align: center;
  }

  .h2smallskyblue {
    letter-spacing: 2px;
    line-height: 2;
    color: rgb(73, 195, 206);
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }

  .h2smallskyblue2 {
    letter-spacing: 2px;
    line-height: 2;
    color: rgb(73, 195, 206);
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }

  .h2skyblue {
    line-height: 1.25;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 42px;
    text-align: center;
  }

  .caution0 {
    font-weight: normal;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .caution {
    font-weight: bold;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .caution2 {
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }

  header {
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents {
    padding: 60px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents2 {
    padding: 40px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents3 {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents4 {
    padding: 60px 30px 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .reflection {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .reflection:after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
  }

  @keyframes reflection {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }

    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }

    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }

  @keyframes reflect {
    0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
    }

    80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }

    81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
    }

    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes reflect {
    0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
    }

    80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }

    81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
    }

    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }

  /* ### TOPへ ### */
  #top_btn {
    margin-right: 60px;
    text-align: right;
  }

  #top_btn i {
    position: fixed;
    bottom: 25px;
    padding: 9px 15px 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    width: 45px;
    height: 45px;
    font-size: 25px;
    background: rgba(73, 195, 206, 0.6);
    z-index: 1001;
  }

  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }

  /* ###### ヘッダー ###### */
  header {
    padding: 10px 0;
    text-align: center;
  }

  .title1 {
    font-weight: bold;
    font-size: 13px;
  }

  .titlelogo img {
    margin: 5px 0;
    width: 202px;
    height: auto;
  }

  .title2 {
    font-weight: bold;
    font-size: 14px;
  }

  /* ###### メイン###### */
  .ueaki4 {
    margin-top: 0.25em;
  }

  .mainimageback {
    text-align: center;
  }

  .mainimageback img {
    margin: 0 0 0 0;
    width: 100%;
    min-height: 470px;
    max-height: 470px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .mainimagetop {
    width: 900px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .mainimageleft {
    margin-right: -40px;
    margin-left: -60px;
    float: left;
  }

  .mainimageleft img {
    margin-top: 10px;
    vertical-align: bottom;
    margin-bottom: -40px;
  }

  .mainimageright {
    float: left;
  }

  .h1top {
    margin: 0px 8px 10px;
    display: inline-block;
    color: rgb(255, 255, 255);
    border-radius: 100px;
    width: 100px;
    height: 100px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 42px 0;
    background: rgb(73, 195, 206);
  }

  .h1top2 {
    margin: 0px 8px 10px;
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: bottom;
  }

  .title-tuika {
    margin: 20px 0 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
  }

  .title-tuika-red {
    margin: 0 0 0 0;
    padding: 3px 2px 3px 8px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(235, 97, 68);
  }

  .title-tuika-kasen {
    padding-bottom: 3px;
    border-bottom: solid 2px rgb(255, 255, 255);
  }

  .sankaku {
    margin-left: -7px;
    vertical-align: -8px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 10px solid rgb(235, 97, 68);
    border-bottom: 17px solid transparent;
    display: inline-block;
  }

  .title-tuika3 {
    padding: 16px 0 20px;
    margin: 0 auto;
    width: 753px;
  }

  .title-tuika2 {
    padding: 16px 0 20px;
    margin: 0 auto;
    width: 753px;
  }

  .title-tuika4 {
    width: 373px;
  }

  .title-border-bottom {
    border-bottom: solid 2px rgb(255, 255, 255);
    padding-bottom: 1px;
  }

  .sankaku2 {
    margin-right: 5px;
    vertical-align: -2px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 13px solid rgb(235, 97, 68);
    border-bottom: 11px solid transparent;
    display: inline-block;
  }

  .h1a {
    font-size: 26px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .h1b {
    padding-left: 50px;
    line-height: 1.25;
    font-size: 55px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .h1c {
    vertical-align: -5px;
    line-height: 1.25;
    font-size: 26px;
    color: rgb(252, 199, 0);
    font-weight: bold;
  }

  .h1d {
    line-height: 1;
    display: inline-block;
    font-size: 38px;
    color: rgb(252, 199, 0);
    font-weight: bold;
  }

  .h1e {
    line-height: 1;
    font-size: 94px;
    color: rgb(252, 199, 0);
    font-weight: bold;
  }

  .h1f {
    line-height: 1;
    font-size: 52px;
    color: rgb(252, 199, 0);
    font-weight: bold;
    vertical-align: 28px;
  }

  .h1g {
    line-height: 1;
    margin-left: -55px;
    font-size: 22px;
    color: rgb(252, 199, 0);
    font-weight: bold;
  }

  /* ###### 権威 ###### */
  .authorityicon {
    text-align: center;
  }

  .authorityicon img {
    margin: 0 10px 0;
  }

  /* ###### お申し込みボタン共通  ###### */
  #applybutton {
    position: relative;
    height: 180px;
  }

  .applybutton2 {
    width: 715px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .applybuttonleft {
    float: left;
  }

  .applybuttonright {
    margin-left: 25px;
    margin-top: 7px;
    float: left;
  }

  .applybuttonright img {
    width: 334px;
  }

  .kakomi {
    font-size: 21px;
    vertical-align: 1px;
    padding: 3px 5px;
    border: solid 2px rgb(248, 180, 166);
  }

  .applybuttontext {
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .applybutton {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 54px;
    text-align: left;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 54px;
    font-size: 19.5px;
    outline: none;
    font-weight: bold;
    background-color: rgb(235, 97, 68);
    color: #fff;
    border-radius: 5px;
  }

  .applybutton i {
    font-size: 18px;
    bottom: 18px;
    right: 10px;
    position: absolute;
  }

  /* ###### お申し込みボタン共通2  ###### */
  .applybutton.instagram:hover {
    color: rgb(235, 97, 68);
    font-weight: bold;
    background-color: rgb(250, 216, 209);
    mix-blend-mode: multiply;
  }

  .applybutton.instagram {
    font-size: 85%;
    text-align: center;
    padding-right: 10px;
  }

  /* ###### コロナ対策 ###### */
  .coronatitle {
    white-space: nowrap;
    margin: 30px auto 0;
    width: 715px;
    font-size: 21px;
    text-align: center;
    padding: 3px 5px;
    border: solid 1px rgb(59, 56, 56);
  }

  .coronabox {
    float: left;
    width: 185px;
    text-align: center;
    padding: 10px 0;
  }

  .coronabox4 {
    margin: 0 auto 20px;
    width: 740px;
  }

  .item {
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
  }

  /* ###### ご要望 ###### */
  .requestimageback img {
    margin: 0 0 0 0;
    width: 100%;
    min-height: 497px;
    max-height: 497px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .requestimagetop {
    width: 707px;
    margin: auto;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .requestbox {
    margin-top: 20px;
    line-height: 1.25;
    color: white;
    font-size: 21px;
    padding-left: 3em;
    text-indent: -3em;
  }

  .requestnumber {
    vertical-align: -3px;
    margin-top: 15px;
    margin-right: 20px;
    line-height: 1.25;
    font-weight: normal;
    color: rgb(235, 97, 68);
    font-size: 32px;
  }

  /* ###### 叶えます ###### */
  .triangle1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: -10px auto -20px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgb(235, 97, 68);
  }

  .cometrueaki {
    margin: 120px 0;
  }

  .cometrueboxall {
    margin: 20px 0 50px;
  }

  .cometruephoto1 {
    text-align: left;
  }

  .cometruephoto1 img {
    position: relative;
    width: 53%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .cometruetextbox1 {
    margin: -355px 0 0 auto;
    width: 53%;
    height: 350px;
  }

  .cometruephoto2 {
    text-align: right;
  }

  .cometruephoto2 img {
    position: relative;
    width: 53%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .cometruetextbox2 {
    margin: -355px auto 0 0;
    text-align: left;
    width: 53%;
    height: 350px;
  }

  .h3red1 {
    letter-spacing: -1px;
    margin: 0 0 0 90px;
    padding: 30px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 22px;
    position: relative;
  }

  .h3red2 {
    letter-spacing: -1px;
    margin: 0 0 0 30px;
    padding: 30px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 22px;
    position: relative;
  }

  .cometruetext {
    background-color: rgba(255, 255, 255, 0.7);
    height: 280px;
    position: relative;
  }

  .cometruetextcenter {
    line-height: 2;
    width: 340px;
    margin: auto;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  /* ###### BEYOND紹介###### */
  #aboutbeyond {
    background: url(../image/back3.jpg) center center / cover no-repeat;
  }

  .subtitle {
    line-height: 1.5;
    font-weight: bold;
    font-size: 21px;
  }

  .subtitle2 {
    line-height: 1.25;
    font-weight: bold;
    font-size: 18px;
  }

  .subtitle3 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 19px;
    text-align: initial;
  }

  .subtitle4 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 21px;
  }

  .margincenter {
    text-align: initial;
    margin: 20px auto;
    width: 500px;
  }

  .sitaji {
    margin-left: -15px;
    background: rgba(206, 240, 242, 0.8);
    border-radius: 10px;
    padding: 10px 20px;
  }

  .sitaji2 {
    margin-left: -15px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px 20px;
  }

  .margincenter.sec {
    text-align: initial;
    margin: 20px auto;
    width: 700px;
  }

  .subtitle.strong {
    line-height: 1.5;
    font-weight: bold;
    font-size: 24px;
    color: rgb(235, 97, 68);
  }

  /* ###### 目的 ###### */
  .prupose3box {
    text-align: center;
  }

  .purposephoto {
    float: left;
    width: 33%;
    padding: 0 5px;
    min-height: 200px;
  }

  .purposephoto2 {
    padding: 0 5px;
    text-align: center;
    width: 100%;
  }

  .purposeboxleft {
    margin-top: 20px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    float: left;
    width: 71%;
    min-height: 280px;
  }

  .purposeboxright {
    margin-top: 20px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    float: right;
    width: 26%;
    min-height: 280px;
  }

  /* ###### 理由 ###### */
  .reasonbox {
    display: table;
    width: 100%;
  }

  .reasontext {
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    width: 55%;
  }

  .reasonphoto {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    width: 45%;
  }

  .h3red {
    letter-spacing: -0.75px;
    line-height: 1.25;
    padding: 10px 0;
    font-weight: bold;
    color: rgb(235, 97, 68);
    font-size: 21px;
  }

  .point {
    border-bottom: 1px solid rgb(73, 195, 206);
    color: rgb(73, 195, 206);
    font-size: 28px;
  }

  .reasonbox {
    margin-top: 15px;
  }

  /* ###### 料金表 ###### */
  .cptable {
    margin: 0;
    text-align: center;
  }

  .cptable2 {
    margin: 35px 0 0;
  }

  .comparison .cptable th {
    padding: 5px 0;
    text-align: center;
  }

  .cptable td {
    padding: 15px 0;
    text-align: center;
  }

  .cpth0 {
    line-height: 1;
  }

  .cpth2 {
    width: 300px;
    text-align: center;
    border: solid 4px rgb(73, 195, 206);
    background-color: rgb(73, 195, 206);
    color: white;
    font-weight: bold;
    font-size: 18px;
  }

  .cpth3 {
    text-align: center;
    border: solid 1px rgb(59, 56, 56);
    background-color: rgb(200, 237, 241);
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-size: 18px;
    padding: 15px 0;
  }

  .cptd1,
  .cpth1 {
    padding: 15px 0;
    border-left: solid 1px rgb(59, 56, 56);
    border-bottom: solid 1px rgb(59, 56, 56);
    border-top: solid 1px rgb(59, 56, 56);
    border-right: solid 1px rgb(59, 56, 56);
    background-color: rgb(236, 249, 250);
    color: rgb(59, 56, 56);
    font-weight: bold;
    font-size: 16px;
  }

  .cptd2 {
    width: 300px;
    border-left: solid 5px rgb(73, 195, 206);
    border-right: solid 5px rgb(73, 195, 206);
    border-bottom: solid 1px rgb(59, 56, 56);
    background-color: white;
    color: rgb(235, 97, 68);
    font-weight: bold;
    font-size: 18px;
  }

  .bottomtd2 {
    border-bottom: solid 5px rgb(73, 195, 206);
  }

  .cptd3 {
    border: solid 1px rgb(59, 56, 56);
    background-color: rgb(236, 249, 250);
    color: rgb(59, 56, 56);
    font-weight: normal;
    font-size: 18px;
  }

  .cp2th {
    width: 270px;
    text-align: center;
    border-right: solid 12px rgb(215, 242, 245);
    background-color: rgb(73, 195, 206);
    color: white;
    font-weight: bold;
    font-size: 18px;
  }

  .cp2td {
    border-left: solid 12px rgb(215, 242, 245);
    padding: 30px 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(59, 56, 56);
    font-weight: normal;
    font-size: 15px;
    line-height: 1.75;
  }

  /* ###### トレーナー紹介###### */
  .trainerbox {
    border: solid 8px rgb(255, 255, 255);
    float: left;
    width: 33.3%;
    padding: 10px;
    background-color: rgb(206, 240, 2425);
    min-height: 565px;
  }

  .trainerphoto {
    text-align: center;
  }

  .trainershop {
    margin-top: 10px;
    line-height: 2;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }

  .trainername {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
  }

  .trainerprofile {
    text-align: initial;
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .trainerbox6 {
    margin-top: 10px;
  }

  /* ###### お客様の声 ###### */
  .voicebox {
    display: table;
    width: 100%;
    margin-top: 45px;
  }

  .voicetext {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    width: 55%;
  }

  .voicephoto {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    width: 45%;
  }

  .voicename2 {
    font-weight: bold;
    line-height: 1.25;
    font-size: 21px;
  }

  .voicename {
    font-weight: bold;
    font-size: 28px;
  }

  .beforeaftertable {
    margin: 15px 0 0;
    text-align: center;
  }

  /* ###### カウンセリングとは###### */
  .triangle2 {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgb(73, 195, 206);
  }

  .freecounselingbox {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 5px;
    background-color: rgb(215, 242, 245);
    padding: 30px;
  }

  .checkbox {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .checkboxphoto {
    display: table-cell;
    vertical-align: top;
    width: 225px;
    padding-right: 30px;
  }

  .checkboxphoto img {
    margin: 0 0 0 30px;
  }

  .check img {
    padding: 0 10px 5px 0;
    float: left;
  }

  .check p {
    line-height: 1.5;
    margin: 10px 15px;
    overflow: hidden;
  }

  .subtitlefc {
    line-height: 1.5;
    font-weight: bold;
    font-size: 19px;
    color: rgb(73, 195, 206);
    padding: 8px;
    text-align: center;
    margin: 20px 0;
    border: solid 1px rgb(73, 195, 206);
  }

  /* ###### STEP ###### */
  .stepall {
    max-width: 767px;
    margin: 0 auto;
  }

  .stepbox {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 5px;
    border: solid 1px rgb(73, 195, 206);
    padding: 10px;
  }

  .steptext {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .stepphoto {
    display: table-cell;
    vertical-align: top;
    width: 225px;
    padding-right: 30px;
  }

  .stepnumber {
    padding: 2px;
    width: 70px;
    font-weight: bold;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 0 10px 0;
    background-color: rgb(73, 195, 206);
  }

  .triangle3 {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid rgb(73, 195, 206);
  }

  /* ###### アクセス ###### */
  .accessbox {
    text-align: center;
    margin: 15px 0;
  }

  .accessbox img {
    vertical-align: -14px;
    margin: 0 5px 10px 0;
  }

  /* ###### コンタクトフォーム ###### */
  table td,
  th {
    font-size: 15px;
    text-align: justify;
    padding: 8px 12px 8px 12px;
  }

  table {
    margin: 10px 0 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }

  .contacttable td {
    text-align: justify;
    font-size: 16px;
  }

  ::placeholder {
    opacity: 0.6;
    font-size: 15px;
    white-space: normal;
  }

  .contactright {
    height: 75px;
    width: 100%;
    padding: 0 10px;
    background-color: rgb(255, 255, 255);
    border-left: solid 15px rgb(73, 195, 206);
    border-bottom: solid 20px rgb(73, 195, 206);
    border-top: solid 20px rgb(73, 195, 206);
  }

  .contactleft {
    height: 75px;
    padding: 0 10px;
    text-align: left;
    width: 200px;
    background-color: rgb(255, 255, 255);
    border-left: solid 15px rgb(73, 195, 206);
    border-bottom: solid 20px rgb(73, 195, 206);
    border-top: solid 20px rgb(73, 195, 206);
  }

  .contactleftinnner {
    position: relative;
  }

  .hitusu {
    text-align: center;
    position: absolute;
    top: -10px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(235, 97, 68);
    font-size: 13px;
  }

  .hitusu2 {
    text-align: center;
    position: absolute;
    top: -10px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(235, 97, 68);
    font-size: 13px;
  }

  .nini {
    text-align: center;
    position: absolute;
    top: -10px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(73, 195, 206);
    font-size: 13px;
  }

  .nini2 {
    text-align: center;
    position: absolute;
    top: 0px;
    right: -5px;
    height: 45px;
    width: 45px;
    padding: 13px 2px 0;
    font-weight: bold;
    color: white;
    background-color: rgb(73, 195, 206);
    font-size: 13px;
  }

  .contactright .mailform {
    top: 10px;
    position: relative;
  }

  .radioform {
    top: 2px;
    position: relative;
    margin-left: 10px;
  }

  .radiotext {
    font-size: 13px;
    font-weight: bold;
  }

  .sousin {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 54px;
    font-size: 22px;
    outline: none;
    font-weight: bold;
    background-color: rgb(26, 147, 164);
    color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  }

  .sousin i {
    font-size: 18px;
    bottom: 18px;
    right: 10px;
    position: absolute;
  }

  .contactaki1 {
    margin: 2px 0;
  }

  .contactaki2 {
    margin: 8px 0;
  }

  /* ###### FAQ ###### */
  .abox {
    margin: 8px 20px 0 0px;
    padding: 10px 50px;
    background-color: white;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .qbox {
    margin: 20px 0 0 0;
    padding: 5px 20px 5px 5px;
    background-color: rgb(206, 240, 242);
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .qbox:first-child {
    margin: 0;
  }

  .qtitle {
    padding-left: 15px;
    color: rgb(73, 195, 206);
    font-weight: bold;
    font-size: 24px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
  }

  .qtext {
    padding: 3px 7px;
    color: rgb(59, 56, 56);
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .atext {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .plus {
    padding: 0 12px 0 6px;
    color: rgb(73, 195, 206);
    background-color: white;
    border-radius: 40px;
    font-size: 24px;
    width: 36px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
  }

  .plus:hover {
    color: white;
    background-color: rgb(73, 195, 206);
  }

  /* ###### 3つの安心 ###### */
  .ansintitle {
    color: rgb(235, 97, 68);
    font-weight: bold;
    font-size: 21px;
    margin: 0 0 10px 0;
  }

  .ansintitle2 {
    line-height: 1.25;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0 0;
  }

  .ansinboxall {
    width: 767px;
    margin: 30px auto 0;
    text-align: center;
  }

  .ansinbox {
    float: left;
    width: 33.3%;
  }
}

/* ################################# 768px以上896px以下 ################################# */

@media (min-width: 768px) and (max-width: 896px) {
  .sf {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2pc {
    display: block !important;
  }

  .lstbsf {
    display: block !important;
  }

  /* ###### コンタクトボタン帯 ###### */
  .contacttel img {
    width: 46px;
    margin: 0 12px 3px 0;
  }

  .contacttel a {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.05;
    font-size: 48px;
    color: white;
  }

  .contacttel2 {
    color: white;
  }

  .contactsub {
    font-size: 16px;
    color: white;
  }

  .contactbuttonobi {
    display: none;
    width: 80%;
    padding: 10px 5px;
    background-color: rgb(26, 147, 164);
    border-radius: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 1001;
    bottom: 10px;
  }
}

/* ################################# 1370px以上 ################################# */

@media (min-width: 1370px) {
  .sf {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2pc {
    display: block !important;
  }

  .lstbsf {
    display: none !important;
  }
}

/* ################################# IEのみ適用 ################################# */

@media all and (-ms-high-contrast: none) {

  /* ここに書く */
  #top_btn i {
    right: 30px;
  }

  .h1b {
    line-height: 1;
  }

  .h1top {
    margin-bottom: -2px;
  }

  .h1top2 {
    margin-bottom: -2px;
    vertical-align: bottom;
  }

  .h1a {
    line-height: 1;
  }

  .h1b {
    line-height: 1;
  }

  .h1c {
    line-height: 1;
  }

  .h1d {
    line-height: 1;
  }

  .h1e {
    line-height: 0.5;
  }

  .h1f {
    line-height: 1;
  }

  .h1g {
    line-height: 1;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .mainimageleft {
    margin-top: -7px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 480px) and (max-width: 767px) {}

@media all and (-ms-high-contrast: none) and (max-width: 479px) {
  .mainimageleft {
    margin-top: -6px;
  }
}

/* ###### 疑問を全て解消 ###### */
#problem {
  background: #F2F2F2;
  padding-bottom: 30px;
}

#problem .h2smallskyblue {
  font-weight: bold;
  font-size: 24px;
}

#problem .h2skyblue>span {
  font-size: 30px;
}

.problembox {
  max-width: 900px;
  margin: 60px auto 0;
}

.problembox+.problembox {
  margin-top: 45px;
}

.problembox>dl>dt {
  background: #fff;
  padding: 30px 30px 30px 130px;
  margin-left: 20px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.problembox>dl>dt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: url(../image/problem_arrow.svg) right center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.problembox>dl>dt>div {
  font-size: 27px;
  padding-right: 60px;
}

.problembox>dl>dt>img {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.problembox>dl>dd {
  padding: 0 10px 0 90px;
}

.problemflex {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.problemflex-item p {
  line-height: 1.7;
  font-weight: normal;
  text-align: left;
}

.problemflex-item:nth-child(1) {
  width: calc(100% - 300px);
}

.problemflex-item:nth-child(2) {
  width: 267px;
}

.problemtxt {
  font-size: 20px;
  color: #EB6144;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.6;
}

.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open+.js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  #problem {
    padding-bottom: 15px;
  }

  #problem .h2smallskyblue {
    font-size: 18px;
    line-height: 1.7;
  }

  #problem .h2skyblue>span {
    font-size: 20px;
  }

  .problembox {
    margin: 25px auto 0;
  }

  .problembox+.problembox {
    margin-top: 20px;
  }

  .problembox>dl>dt {
    padding: 10px 40px 10px 60px;
    margin-left: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
  }

  .problembox>dl>dt::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }

  .problembox>dl>dt>div {
    font-size: 16px;
    padding-right: 30px;
  }

  .problembox>dl>dt>img {
    width: 70px;
    left: -20px;
  }

  .problembox>dl>dd {
    padding: 0 5px 0 40px;
  }

  .problemflex {
    flex-direction: column;
    padding: 10px 0 20px;
  }

  .problemflex-item:nth-child(1) {
    width: 100%;
  }

  .problemflex-item:nth-child(2) {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .problemtxt {
    font-size: 15px;
  }
}