@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: #5c5c5c;
}

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: #cef0f2;
}

.skyblue {
  color: #49c3ce;
}

.back-skyblue {
  background-color: #49c3ce;
}

.back-orange {
  background-color: #f39700;
}

.yellow {
  color: #fcc700;
}

.orange {
  color: #f39700;
}

.red {
  color: #eb6144;
}

.gray {
  color: #5c5c5c;
}

.darkskyblue {
  color: #1a93a4;
}

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

.tume3 {
  letter-spacing: -0.25px;
}

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

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

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

/* ###### 権威 ###### */
#authority {
  background-color: #cef0f2;
}

/* ###### お申し込みボタン共通  ###### */
#applybutton {
  background-color: #49c3ce;
}

.applybutton:hover {
  color: #eb6144;
  font-weight: bold;
  background-color: white;
}

.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: #cef0f2;
  position: relative;
}

/* ###### 目的 ###### */
#purpose {
  background-color: #cef0f2;
}

/* ###### 料金表 ###### */
#comparisonprice {
  background-color: #cef0f2;
}

/* ###### お客様の声 ###### */
#voice {
  background-color: #cef0f2;
}

.voicename {
  border-bottom: solid 1px #3b3838;
}

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

/* ###### アクセス ###### */
.aboxtoggle {
  display: none;
}

/* ###### コンタクトフォーム ###### */
#contact {
  background-color: #49c3ce;
}

.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: white;
  text-decoration: underline;
  text-decoration-color: white;
}

.caution0 a {
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
}

.sousin {
  background-color: #1a93a4;
  cursor: pointer;
}

.sousin:hover {
  color: #1a93a4;
  font-weight: bold;
  background-color: white;
}

.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: #cef0f2;
  margin: auto;
  max-width: 466px;
}
#aboutbeyond + #footer {
  max-width: inherit;
}

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

/* ###### 3つの安心 ###### */
#ansin {
  background-color: #cef0f2;
}

/* ################################# 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;
}

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


p {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 15px;
  }
}

.h2smallwhite {
  letter-spacing: 2px;
  line-height: 3;
  color: white;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

.h2white {
  line-height: 1.25;
  color: white;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.h2smallskyblue {
  letter-spacing: 2px;
  line-height: 3;
  color: #49c3ce;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

.h2smallskyblue2 {
  letter-spacing: 2px;
  line-height: 1.5;
  color: #49c3ce;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

.h2skyblue {
  line-height: 1.25;
  color: #49c3ce;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .h2skyblue {
    line-height: 1.25;
    color: #49c3ce;
    font-weight: bold;
    font-size: 42px;
    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;
}

@media screen and (min-width: 768px) {
    .contents {
      padding: 60px 30px;
      margin-right: auto;
      margin-left: auto;
      max-width: 1160px;
    }
}

.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: white;
  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;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #top_btn {
    bottom: 25px;
  }
}

#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.675em;
}

.ueaki4 {
  margin-top: 0.65em;
}

.title-tuika {
  margin: 26px 0 5px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.title-tuika-red {
  margin: 0 0 0 0;
  padding: 3px 2px 3px 5px;
  text-align: center;
  color: white;
  background-color: #eb6144;
}

.title-tuika-kasen {
  padding-bottom: 2px;
  border-bottom: solid 2px white;
}

.sankaku {
  margin-left: -6px;
  vertical-align: -7.75px;
  width: 0;
  height: 0;
  border-top: 14.5px solid transparent;
  border-left: 8px solid #eb6144;
  border-bottom: 14.5px solid transparent;
  display: inline-block;
}

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

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

.title-tuika4 {
  width: 243px;
}

.title-border-bottom {
  border-bottom: solid 1px white;
  padding-bottom: 1px;
}

.sankaku2 {
  margin-right: 5px;
  vertical-align: -2px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 11px solid #eb6144;
  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 8px 8px;
  display: inline-block;
  color: white;
  border-radius: 100px;
  width: 85px;
  height: 85px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 36px 0;
  background: #49c3ce;
}

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

.h1a {
  line-height: 1.25;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

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

.h1c {
  vertical-align: -5px;
  line-height: 1.25;
  font-size: 21px;
  color: #fcc700;
  font-weight: bold;
}

.h1d {
  line-height: 1;
  display: inline-block;
  font-size: 30px;
  color: #fcc700;
  font-weight: bold;
  vertical-align: 5px;
}

.h1e {
  line-height: 1;
  font-size: 70px;
  color: #fcc700;
  font-weight: bold;
  vertical-align: 5px;
}

.h1f {
  font-size: 35px;
  color: #fcc700;
  font-weight: bold;
  vertical-align: 30px;
}

.h1g {
  margin-left: -40px;
  font-size: 17px;
  color: #fcc700;
  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 #f8b4a6;
}

.applybuttontext {
  margin-top: 5px;
  line-height: 1.25;
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  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: #eb6144;
  color: #fff;
  border-radius: 5px;
}

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

/* ###### お申し込みボタン共通2  ###### */
.applybutton.instagram:hover {
  color: #eb6144;
  font-weight: bold;
  background-color: #fad8d1;
  mix-blend-mode: multiply;
}

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

@media screen and (min-width: 768px) {
  .applybutton.instagram {
    text-align: center;
    padding-right: 10px;
    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: #eb6144;
    color: #fff;
    border-radius: 5px;
  }
}

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

.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: #eb6144;
  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 #eb6144;
}

.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: #eb6144;
  font-size: 18px;
  position: relative;
}

.h3red2 {
  letter-spacing: -1px;
  margin: 0 0 0 0px;
  padding: 15px 0;
  font-weight: bold;
  color: #eb6144;
  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: #eb6144;
}

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

.sitaji2 {
  background: white;
  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: white;
  width: 100%;
}

.purposeboxright {
  text-align: center;
  margin-top: 15px;
  padding: 15px;
  background-color: white;
  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: #eb6144;
  font-size: 18px;
}

.point {
  border-bottom: 1px solid #49c3ce;
  color: #49c3ce;
  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 #49c3ce;
  background-color: #49c3ce;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.cpth3 {
  text-align: center;
  border: solid 1px #3b3838;
  background-color: #c8edf1;
  font-weight: bold;
  font-weight: normal;
  font-size: 12px;
  padding: 10px 0;
}

.cptd1,
.cpth1 {
  padding: 15px 0;
  border-left: solid 1px #3b3838;
  border-bottom: solid 1px #3b3838;
  border-top: solid 1px #3b3838;
  border-right: solid 1px #3b3838;
  background-color: #ecf9fa;
  color: #3b3838;
  font-weight: bold;
  font-size: 11px;
}

.cptd2 {
  width: 95px;
  border-left: solid 4px #49c3ce;
  border-right: solid 4px #49c3ce;
  border-bottom: solid 1px #3b3838;
  background-color: white;
  color: #eb6144;
  font-weight: bold;
  font-size: 12px;
}

.bottomtd2 {
  border-bottom: solid 5px #49c3ce;
}

.cptd3 {
  border: solid 1px #3b3838;
  background-color: #ecf9fa;
  color: #3b3838;
  font-weight: normal;
  font-size: 12px;
}

.cp2th {
  width: 95px;
  text-align: center;
  border-right: solid 12px #d7f2f5;
  background-color: #49c3ce;
  color: white;
  font-weight: bold;
  font-size: 13px;
}

.cp2td {
  border-left: solid 12px #d7f2f5;
  padding: 15px 15px;
  background-color: white;
  color: #3b3838;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.75;
}

.cpth2 img {
  width: 80px;
}

/* ###### トレーナー紹介###### */
.trainerbox {
  border: solid 8px white;
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #cef0ff;
}

.trainerphoto {
  text-align: center;
}

.trainershop {
  margin-top: 10px;
  line-height: 2;
  color: #49c3ce;
  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 #49c3ce;
}

.freecounselingbox {
  margin-top: 5px;
  background-color: #d7f2f5;
  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: #49c3ce;
  padding: 8px;
  text-align: center;
  margin: 20px 0;
  border: solid 1px #49c3ce;
}

.triangle3 {
  margin: 10px auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #49c3ce;
}

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

.stepbox {
  margin-top: 5px;
  border: solid 1px #49c3ce;
  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: white;
  text-align: center;
  margin: 0 auto 10px;
  background-color: #49c3ce;
}

/* ###### アクセス ###### */
.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: white;
  border-left: solid 10px #49c3ce;
  border-bottom: solid 15px #49c3ce;
  border-top: solid 15px #49c3ce;
}

.contactleft {
  height: 90px;
  padding: 0 8px;
  text-align: left;
  width: 120px;
  background-color: white;
  border-right: solid 10px #49c3ce;
  border-bottom: solid 15px #49c3ce;
  border-top: solid 15px #49c3ce;
}

.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: #eb6144;
  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: #eb6144;
  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: #49c3ce;
  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: #49c3ce;
  font-size: 12px;
}

.contactright .mailform {
  top: 10px;
  position: relative;
  font-size: 16px;
}

.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: #1a93a4;
  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: #cef0f2;
  display: table;
  table-layout: fixed;
  width: 100%;
}

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

.qtitle {
  padding-left: 15px;
  color: #49c3ce;
  font-weight: bold;
  font-size: 22px;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}

.qtext {
  padding: 3px 7px;
  color: #3b3838;
  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: #49c3ce;
  background-color: white;
  border-radius: 40px;
}

.pcircle:hover {
  color: white;
  background-color: #49c3ce;
}

/* ###### 3つの安心 ###### */
.ansintitle {
  color: #eb6144;
  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: #1a93a4;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 1001;
  bottom: 10px;
}



/* ################################# 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 (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;
}

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