@charset "utf-8";
/*
 Theme Name:   NMX North Child
 Theme URI:    http://nissenmedix.com/thema/
 Description:  property of NMX WEBDIV
 Author:       toshiyuki tokoi
 Author URI:   http://nissenmedix,com
 Template:     NMX-north
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
  font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', 'メイリオ', Meiryo, sans-serif;
  color: #2a2a2a;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: '小塚ゴシック Pro M', 'Kozuka Gothic Pro Light', 'メイリオ', Meiryo, sans-serif;
  color: #292929;
}
.pointColor {
  color: #E37A00;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.main-navigation ul a::before {}
.widget_nav_menu a::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #E37A00;
  margin-right: 5px;
}
h2.sow-headline {
  font-size: 2em;
  margin-bottom: -15px;
}
h3.sow-sub-headline {
  color: #D96D00;
}
section.frmA {
  width: 31%;
  text-align: left;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 8px 5px;
  background: #fff;
  position: relative;
}
section.frmA h4 {
  margin: -9px 0;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 10px;
  position: relative;
}
section.frmA h4.local {
  margin: -10px 0 0;
}
span.rockA {
  position: absolute;
  right: 5px;
  bottom: -12px;
  font-family: 'Rock Salt', cursive;
  font-size: 4em;
  color: #F46455;
  z-index: 0;
  text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
span.rockB {
  position: absolute;
  right: -20px;
  bottom: 15px;
  font-family: 'Rock Salt', cursive;
  font-size: 2.3em;
  color: #333;
  text-shadow: 2px 2px 0px #fff, 9px 8px 0px rgba(0, 0, 0, 0.15);
  transform: rotate(-25deg);
  z-index: 2;
}
section.frmA p {
  margin: 5px auto -5px;
  font-size: 0.95em;
  padding: 10px 10px;
  line-height: 1.5;
  color: #555;
}
.color1 {
  background: #ccc;
  color: #555;
}
.color2 {
  background: #F46455;
  color: #fff !important;
}
.color3 {
  background: #000;
  color: #fff !important;
}
h2.prlx {
  font-size: 2em;
  color: antiquewhite;
}
.read {
  color: #fff;
}
.ctrW {
  border-radius: 20px;
  background: #F26453;
  display: inline;
  padding: 5px 50px;
  color: #fff;
  font-weight: bold;
}
.defaultColor {
  color: #595959 !important;
}
.txtleft {
  text-align: left;
}
.sbtn {
  margin: 10px 10px 10px;
  text-align: center;
  /* position: absolute; */
  z-index: 5;
  /* top: 0; */
  left: 0;
  /* bottom: 0; */
  right: 0;
  /* border: 2px solid; */
  background: rgba(100, 100, 100, 0.2);
  /* color: #fff; */
  padding: 2px;
  font-size: 0.8;
}
div.sow-features-list.sow-features-responsive div.sow-features-feature.sow-icon-container-position-top.sow-features-feature-last-row div.textwidget p {
  text-align: left;
}
/* 下層ページ */
article.entry > :first-child {
  margin-top: 15px !important;
}
.entry-header.elite {
  background: #FF4D4D;
  padding: 10px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 10px;
}
.entry-header.elite h1.entry-title {
  color: #fff !important;
}
.entry-title {
  margin: 0 0 0;
  font-size: 1.6em;
  max-width: 1080px;
  margin: 0 auto !important;
}
.entry-header.digimart {
  margin: auto;
  background: #e4dad1;
  border-radius: 3px;
  padding: 10px;
}
.page-header {
  padding: 10px 0;
  margin-bottom: 30px;
}
.page-title {
  margin: 0 0 0;
  font-size: 1.6em;
}
.entry-meta {
  margin: 0 auto !important;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: 0.85em;
  max-width: 1080px;
}
#search-2 > form:nth-child(1) > button:nth-child(3) {
  margin-top: 10px;
  width: 100%;
  background: #FF4D4D;
}
/* レイアウト */
.floatLeft {
  float: left;
  margin-right: 20px;
  width: 60%;
  margin-bottom: 20px;
}
.lowTitle2 {
  background: #000;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 1.2em;
  font-weight: bold;
}
.floatBtn {
  float: left;
  text-align: center;
  padding: 10px 50px;
  border: 1px solid;
  margin: 0 auto;
  background: #ccc;
  font-weight: bold;
}
.HstyleA {
  background: linear-gradient(transparent 70%, #FF4D4D 70%);
  margin-bottom: 40px;
}
.HstyleB {
  position: relative;
}
.HstyleB:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #FF4D4D, #FF4D4D 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #FF4D4D, #FF4D4D 2px, #fff 2px, #fff 4px);
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
ul.check {
  list-style: none;
  margin: 0;
  font-size: 17px;
}
ul.check li {
  line-height: 1.6em;
  margin: 10px 0;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 5px;
}
ul.check li:last-child {
  border-bottom: none;
}
ul.check li::before {
  font-family: FontAwesome;
  content: "\f00cおすすめ";
  color: #FFF;
  margin-right: 5px;
  background: #DD4A19;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
ul.faq {
  position: relative;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
ul.faq li {
  padding: 0 0 20px 0;
  padding-bottom: 0px;
  list-style-type: none !important;
}
ul.faq li h3 {
  background: #E4DAD1;
  color: #000 !important;
  padding: 4px 10px !important;
}
ul.faq li h3::before {
  content: "Q.";
  color: #b2393c;
  font-weight: bold;
  margin-right: 6px;
}
ul.faq li:nth-child(2n)::before {
  content: "A.";
  color: #2EBC67;
  margin-right: 6px;
  font-weight: bold;
}
ul.faq li:nth-child(2n) {
  border-bottom: dotted 3px #ccc;
  margin-bottom: 40px !important;
  padding-bottom: 10px;
}
ol.rate {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.3em 0.8em !important;
  border: solid 2px #b2393c;
  margin: 20px 0 0;
}
ol.rate li {
  border-bottom: dashed 1px #ccc;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
  text-align: left;
}
ol.rate li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #b2393c;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.rate li:last-of-type {
  border-bottom: none;
}
body.page-layout-default div.content-area, body.page-layout-default #secondary {
  margin-top: 20px;
}
body.page-layout-default div.masthead-sentinel {
  margin-bottom: 0;
}
#secondary h2 {
  background: #E4DAD1;
  border: solid 1px #ccc;
  border-bottom: none;
  padding: 10px;
  margin: 0 !important;
  color: #76481a !important;
  text-align: center;
  font-size: 1em;
}
#secondary a {
  color: #333 !important;
}
#sidebar {
  list-style: none;
  margin: 0;
}
#secondary ul li {
  border: solid 1px #ccc;
  padding: 10px !important;
}
#secondary ul li:nth-child(n+2) {
  border-top: none;
}
.widget_categories ul li:before {
  content: normal !important;
}
.widget_categories ul li a:before {
  content: "\f105" !important;
  font-family: FontAwesome;
  color: #E37A00;
  margin-right: 10px;
}
.widget_categories ul li a {
  display: block;
}
li.posted-by {
  display: none !important;
}
ul.entry-meta li.post-comments {
  display: none !important;
}
div#comments {
  display: none !important;
}
body.home div.voice {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body.home div.voice section {
  text-align: center;
  width: 33.33333%;
}
body.home div.voice section:nth-child(1) {
  padding-right: 25px;
}
body.home div.voice section:nth-child(2) {
  padding: 0 25px;
}
body.home div.voice section:nth-child(3) {
  padding-left: 25px;
}
body.home div.voice img {
  max-height: 180px;
  width: auto;
}
body.home div.voice p {
  text-align: left;
}
#voice .inner h2 {
  font-weight: bold;
  position: relative;
  display: table;
  margin-bottom: 60px;
  font-size: 160%;
  margin: 30px auto;
  /*h2*/
}
@media screen and (max-width: 800px) {
  #voice .inner h2 {
    font-size: 120%;
  }
}
#voice .inner h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 120px;
  height: 4px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B2393C;
}
#voice .inner .voice__headline {
  /*voice__headline*/
}
#voice .inner .voice__headline .linkUl {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 0;
  /*linkUl*/
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__headline .linkUl {
    justify-content: center;
  }
}
#voice .inner .voice__headline .linkUl li {
  width: calc(100% / 6 - 30px);
  margin-right: 1%;
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__headline .linkUl li {
    width: calc(100% / 2 - 30px);
  }
}
#voice .inner .voice__headline .linkUl li a {
  text-decoration: none;
  background-color: #b2393c;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2;
  display: block;
  width: auto;
  font-size: 0.9rem;
}
#voice .inner .voice__img {
  display: flex;
  flex-wrap: nowrap;
  margin: 60px auto 30px;
  justify-content: space-between;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__img {
    display: inherit;
  }
}
#voice .inner .voice__img div {
  background-color: #000;
  padding: 30px 16px;
  width: calc(100% / 2 - 30px);
  /*div*/
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__img div {
    width: auto;
  }
}
#voice .inner .voice__img div:before {
  position: absolute;
  /*絶対配置*/
  content: "";
  /*空に*/
  border-top: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #A48015;
  top: 50%;
  left: 51%;
  /*中央配置*/
  transform: translateX(-50%);
  /*一応ズレを補正*/
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__img div:before {
    border-top: solid 15px #A48015;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px transparent;
    top: 48%;
  }
}
#voice .inner .voice__img div .caption {
  color: #A48015;
  width: auto;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  letter-spacing: 2px;
  /*caption*/
}
#voice .inner .voice__img div img {
  display: block;
  /*img*/
}
#voice .inner .voice__results {
  /*voice__results*/
}
#voice .inner .voice__results table {
  border: 0;
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__results table {
    margin: 40px 0;
  }
}
#voice .inner .voice__results table tr {
  border: 0;
  line-height: 3.4rem;
  border-bottom: 1px solid #c9c9c9;
}
#voice .inner .voice__results table tr th {
  border: 0;
  border-right: 1px solid #c9c9c9;
}
#voice .inner .voice__results table tr td {
  text-align: center;
  border: 0;
  border-right: 1px solid #c9c9c9;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__results table tr td {
    font-size: 1rem;
  }
}
#voice .inner .voice__results table tr td.after_no {
  color: #b2393c;
}
#voice .inner .voice__summary {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 30px;
  justify-content: space-between;
  /*voice__summary*/
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__summary {
    display: inherit;
  }
}
#voice .inner .voice__summary .voice__summary__box {
  background-image: url(/wp/wp-content/uploads/2018/11/top_training-bg.png);
  background-size: cover;
  border-radius: 10px;
  padding: 30px 16px 16px;
  width: calc(100% / 3 - 30px);
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #voice .inner .voice__summary .voice__summary__box {
    width: auto;
    margin-bottom: 10px;
  }
}
#voice .inner .voice__summary .voice__summary__box:nth-child(4), #voice .inner .voice__summary .voice__summary__box:nth-child(5) {
  width: 100%;
}
.img__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .img__list {
    padding: 15px;
  }
}
.img__list::after {
  display: block;
  content: "";
  width: 31%;
}
.img__list .img__list__item {
  text-align: center;
  width: 31%;
}
@media screen and (max-width: 800px) {
  .img__list .img__list__item {
    width: 47.5%;
  }
}
.img__list .img__list__item:nth-child(n + 4) {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 800px) {
  .img__list .img__list__item:nth-child(n + 4) {
    margin: 0;
  }
  .img__list .img__list__item:nth-child(n + 3) {
    margin: 20px 0 0 0;
  }
}
.img__list .img__list__item .img__list__item__img img {
  border-radius: 15px;
}
.img__list .img__list__item .img__list__item__caption {
  margin: 10px 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .img__list .img__list__item .img__list__item__caption {
    font-size: 0.8rem;
  }
}
#voice .inner .voice__summary .voice__summary__box h3 {
  color: #fff;
  margin-top: 0;
  text-align: center;
  letter-spacing: 4px;
  font-size: 1.3rem;
  /*h3*/
}
#voice .inner .voice__summary .voice__summary__box .txt {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
}
body.post-type-archive-voice #main, body.tax-voicecategory #main {
  margin-right: 0;
  overflow: hidden;
  /*#main*/
}
@media screen and (max-width: 800px) {
  body.post-type-archive-voice #main .page-header, body.tax-voicecategory #main .page-header {
    margin-bottom: 30px;
  }
}
body.post-type-archive-voice #main .page-title, body.tax-voicecategory #main .page-title {
  font-weight: bold;
  position: relative;
  display: table;
  margin-bottom: 60px;
  font-size: 160%;
  margin: 30px auto;
  /*page-title*/
}
body.post-type-archive-voice #main .page-title:before, body.tax-voicecategory #main .page-title:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 120px;
  height: 4px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B2393C;
}
body.post-type-archive-voice #main header + ul, body.post-type-archive-voice #main .voice__list__category .linkUl, body.tax-voicecategory #main header + ul, body.tax-voicecategory #main .voice__list__category .linkUl {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 0 80px;
  justify-content: center;
  /*header + ul*/
}
@media screen and (max-width: 800px) {
  body.post-type-archive-voice #main header + ul, body.post-type-archive-voice #main .voice__list__category .linkUl, body.tax-voicecategory #main header + ul, body.tax-voicecategory #main .voice__list__category .linkUl {
    display: inherit;
    margin-bottom: 30px;
  }
}
body.post-type-archive-voice #main header + ul li, body.post-type-archive-voice #main .voice__list__category .linkUl li, body.tax-voicecategory #main header + ul li, body.tax-voicecategory #main .voice__list__category .linkUl li {
  width: calc(100% / 5 - 30px);
  margin-right: 1%;
}
@media screen and (max-width: 800px) {
  body.post-type-archive-voice #main header + ul li, body.post-type-archive-voice #main .voice__list__category .linkUl li, body.tax-voicecategory #main header + ul li, body.tax-voicecategory #main .voice__list__category .linkUl li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  body.post-type-archive-voice #main .voice__list__category .linkUl li:last-child, body.tax-voicecategory #main .voice__list__category .linkUl li:last-child {
    margin-left: auto !important;
    background-color: #444 !important;
    float: right;
  }
}
body.post-type-archive-voice #main header + ul li a, body.post-type-archive-voice #main .voice__list__category .linkUl li a, body.tax-voicecategory #main header + ul li a, body.tax-voicecategory #main .voice__list__category .linkUl li a {
  text-decoration: none;
  background-color: #b2393c;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2;
  display: block;
  width: auto;
  font-size: 0.9rem;
}
@media screen and (max-width: 800px) {
  body.post-type-archive-voice #main header + ul li a, body.post-type-archive-voice #main .voice__list__category .linkUl li a, body.tax-voicecategory #main header + ul li a, body.tax-voicecategory #main .voice__list__category .linkUl li a {
    line-height: 2.5;
  }
}
body.post-type-archive-voice #main .voice__list__category .linkUl, body.tax-voicecategory #main .voice__list__category .linkUl {
  margin: 0;
  justify-content: flex-start;
  position: relative;
  /*header + ul*/
}
body.post-type-archive-voice #main .voice__list__category .linkUl li, body.tax-voicecategory #main .voice__list__category .linkUl li {
  width: auto;
  margin-right: 1%;
}
body.post-type-archive-voice #main .voice__list__category .linkUl li:last-child, body.tax-voicecategory #main .voice__list__category .linkUl li:last-child {
  margin-left: auto;
  background-color: #444;
}
body.post-type-archive-voice #main .voice__list__category .linkUl li:last-child a, body.tax-voicecategory #main .voice__list__category .linkUl li:last-child a {
  background-color: #444 !important;
}
@media screen and (max-width: 800px) {
  body.post-type-archive-voice #main .voice__list__category .linkUl li, body.tax-voicecategory #main .voice__list__category .linkUl li {
    display: inline-block;
  }
}
body.post-type-archive-voice #main .voice__list__category .linkUl li a, body.tax-voicecategory #main .voice__list__category .linkUl li a {
  padding: 0 10px;
}
body.post-type-archive-voice #main .voice__list__box, body.tax-voicecategory #main .voice__list__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top
}
body.post-type-archive-voice #main .voice__list__box .voice__list, body.tax-voicecategory #main .voice__list__box .voice__list {
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
  width: 30%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box /*voice__list*/
}
#main .voice__list__box .voice__list .voice__list__category {
  margin-bottom: 20px;
}
/* 最後のコンテンツを左寄せにする指定 */
body.post-type-archive-voice #main .voice__list__box:after, body.tax-voicecategory #main .voice__list__box:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
@media screen and (max-width: 800px) {
  body.post-type-archive-voice #main .voice__list__box .voice__list, body.tax-voicecategory #main .voice__list__box .voice__list {
    width: 100%;
    margin-right: 0;
  }
}
body.post-type-archive-voice #main .voice__list__box .voice__list .voice__list__img img, body.tax-voicecategory #main .voice__list__box .voice__list .voice__list__img img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 800px) {
  body.post-type-archive-voice #main .voice__list__box .voice__list .voice__list__img img, body.tax-voicecategory #main .voice__list__box .voice__list .voice__list__img img {
    height: auto;
  }
}
body.post-type-archive-voice #main .voice__list__box .voice__list .voice__list__results table, body.tax-voicecategory #main .voice__list__box .voice__list .voice__list__results table {
  background-color: #fff;
}
body.post-type-archive-voice #main .voice__list__box .voice__list .voice__list__results table .after_no, body.tax-voicecategory #main .voice__list__box .voice__list .voice__list__results table .after_no {
  color: #b2393c;
}
body.post-type-archive-voice #main .voice__list__box .voice__list a.link, body.tax-voicecategory #main .voice__list__box .voice__list a.link {
  text-align: right;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  color: #A48015;
  padding-right: 22px;
}
body.post-type-archive-voice #main .voice__list__box .voice__list a.link:after, body.tax-voicecategory #main .voice__list__box .voice__list a.link:after {
  position: absolute;
  content: "";
  border-top: solid 3px transparent;
  border-right: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 15px #A48015;
  right: -11px;
  transform: translateX(-50%);
  text-align: right;
  display: block;
  bottom: 9px;
}
.is-fixed {
  position: inherit !important;
}
.is-fixed .nav-next {
  width: 100% !important;
}
.pager #pagenavi {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 64%;
  margin: 40px auto 100px;
  list-style: none;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .pager #pagenavi {
    width: auto;
    display: inherit;
    margin-bottom: 0;
  }
}
.pager #pagenavi li {
  width: calc(100% / 3 - 2px);
  text-align: center;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 800px) {
  .pager #pagenavi li {
    width: auto;
    margin-bottom: 10px;
  }
}
.pager #pagenavi li a {
  padding: 12px;
  text-decoration: none;
  display: block;
  color: #A48015;
  background-color: #efebe2;
}
.pager #pagenavi li.prev a:after {
  position: absolute;
  content: "";
  border-top: solid 3px transparent;
  border-right: solid 15px #A48015;
  border-bottom: solid 3px transparent;
  border-left: solid 3px transparent;
  top: 44%;
  right: auto;
  transform: translateX(-50%);
  left: 18px;
}
.pager #pagenavi li.next a:after {
  position: absolute;
  content: "";
  border-top: solid 3px transparent;
  border-right: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 15px #A48015;
  top: 44%;
  right: 0;
  transform: translateX(-50%);
}
/*   forPC --------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  /* ---header---*/
  .container {
    margin: 0 auto;
    max-width: none;
    position: relative;
	width: 100%;
  }
  #masthead.layout-centered {
    padding: 0;
  }
  #masthead.layout-centered .site_branding {
    margin: 0 auto 0px auto;
    float: left;
  }
  #masthead.layout-centered .site_branding p {
    margin: 17px 0 0 18px;
    font-size: 80%;
    float: right;
  }
  @media only screen and (max-width:950px){
    #masthead.layout-centered .site_branding p {display: none;}
  }
  .head_right {
    display: flex; align-items: stretch !important; align-content: stretch !important;
    position: absolute; right: 0; top: 0;
    height: 100%;
  }
  .head_right .head_btn {
    display: flex;
    list-style: none;
  }
  .head_right .head_btn li.head_btn01,
  .head_right .head_btn li.head_btn02,
  .head_right .head_btn li.head_btn03 {
    display: flex; align-items: center; align-content: center;
  }
  .head_right .head_btn li.head_btn01 a,
  .head_right .head_btn li.head_btn02 a,
  .head_right .head_btn li.head_btn03 a {
    display: block; padding: 0 0.7em;
    color: #fff; font-size: 15px; font-weight: bold; text-decoration: none;
    border-left: 1px solid #fff;
  }
  .head_right .head_btn li.head_btn_contact01,
  .head_right .head_btn li.head_btn_contact02 {
    display: flex;
  }
  .head_right .head_btn li.head_btn_contact01 a,
  .head_right .head_btn li.head_btn_contact02 a {
    display: flex; align-items: center; justify-content: center;
    padding: 0 1em;
    color: #eda339; font-size: 15px; font-weight: bold; text-decoration: none;
    border-left: 1px solid #4a4a4a;
    background: #252525;
  }
  .head_right .head_btn li.head_btn_contact02 a {
    background: #1f1f1f;
  }

/*  #masthead.layout-centered .container-inner {
    overflow: hidden;
    padding: 20px 0;
  }*/
  #masthead.layout-centered .site_branding {}
  #masthead.layout-centered .site_branding img {
    width: 150px;
  }
  #masthead.layout-centered .head_right {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  #masthead.layout-centered .head_right ul {
    margin: 0;
    padding: 0;
  }
  #masthead.layout-centered .head_right .head_info {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    background-image: url("/wp/wp-content/uploads/2018/11/head_bg.png");
    background-position: 98% bottom;
    background-repeat: no-repeat;
  }
  #masthead.layout-centered .head_right .head_info .head_topic {
    background: #A92326;
    width: 170px;
    margin: 0 20px 0 0;
    padding: 10px;
    border-radius: 10px;
  }
  #masthead.layout-centered .head_right .head_info .head_topic p {
    color: #fff;
    margin: 8px 0;
    text-align: center;
    font-size: 100%;
  }
  #masthead.layout-centered .head_right .head_info .head_topic p:last-child {
    border: solid 1px #fff;
  }
  #masthead.layout-centered .head_right .head_info .head_tel {
    margin: 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 236%;
    font-weight: bold;
    line-height: 0.8em;
  }
  #masthead.layout-centered .head_right .head_info .head_tel::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(/wp/wp-content/uploads/2018/11/head_tel.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  #masthead.layout-centered .head_right .head_info .head_area, footer .address .head_area {
    margin: 0;
    font-size: 90%;
  }
  footer .address .head_area {
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  #masthead.layout-centered .head_right .head_info .head_time, footer .address .head_time {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 280px;
  }
  footer .widget .address .head_time {
    padding-left: 0;
  }
  #masthead.layout-centered .head_right .head_info .head_time li, footer .address .head_time li {
    width: 45%;
    font-size: 90%;
    margin: 0 0 4px 0;
    line-height: 1em;
  }
  #masthead.layout-centered .head_right .head_info .head_time li span, footer .address .head_time li span {
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 70%;
    padding: 1px 6px;
    margin: 0 6px 0 0;
    width: 100px;
  }

  .main-navigation {
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', 'メイリオ', Meiryo, sans-serif !important;
    font-size: .95em;
    text-align: right;
    font-weight: bold;
  }
  #masthead {
    /* opacity: 0.9; */
  }
  #masthead.layout-centered .site-branding {
    text-align: left !important;
  }
  #masthead.layout-centered .main-navigation {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 15px;
    /* border-bottom: 1px solid #ccc; */
    background: #000;
	font-size: 15px;
  }
  #masthead.layout-centered .main-navigation a:link, #masthead.layout-centered .main-navigation a:hover, #masthead.layout-centered .main-navigation a:visited {
    color: #fff;
  }
  #masthead.layout-centered .main-navigation ul.sub-menu a:link, #masthead.layout-centered .main-navigation ul.sub-menu a:hover, #masthead.layout-centered .main-navigation ul.sub-menu a:visited {
    color: #000;
  }
  #primary-menu li:nth-child(1) {
    border-left: 0;
  }
  .container-inner {
    padding: 5px 0;
    /*background: url(/wp/common/img/headRight.png) no-repeat top -50px right -85px;*/
  }
  div#topbar div.container div.other {
    float: right;
    display: inline-flex;
    vertical-align: middle;
  }
  #topbar p {
    text-align: left;
    display: inline;
  }
  .tblink {
    /* background: #333; */
    padding: 2px 15px;
    margin: 6px 0 0 5px;
    /* border-radius: 24px; */
    text-decoration: none;
    color: #666;
    font-size: 0.8em;
    border-left: 1px solid;
  }
  .tblink:nth-child(1) {
    border-left: 0;
  }
  .main-navigation ul > li {
    display: inline-block;
    /* padding: 8px !important; */
    border-left: 1px solid #ccc;
  }
  .main-navigation ul > li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 90%;
  }
  .main-navigation ul li ul {
    width: 240px;
    display: -webkit-flex;
    display: block;
    justify-content: space-around;
    left: 0 !important;
  }
  .main-navigation ul li ul li {}
  .main-navigation ul li ul li a {
    min-width: none !important;
    width: 100% !important;
    padding: 20px 0;
  }
  .main-navigation ul li.disp_sp {
    display: none;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
  }
  /* ---Slider*/
  .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper h1 {
    font-size: 46px !important;
    color: #E37900 !important;
    text-align: center;
    /*text-shadow: 0 0 10px rgba(255, 255, 255, 1) !important;*/
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5) !important;
  }
  /*
.sow-slider-base ul.sow-slider-images::after {
background: url(/wp/common/img/bgdot.png) repeat;
	z-index: 150;
	width: 100%;
	height: 650px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
}
*/
  div.sow-slider-image-container::after {
    background: url(/wp/common/img/bgdot.png) repeat;
    z-index: 150;
    width: 100%;
    height: 690px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
  }
  div.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover.cycle-slide.cycle-slide-active {
    display: none;
  }
  /* ---topContent--*/
  .topTrouble h3 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: center;
    font-size: 45px;
    margin-bottom: -45px;
    margin-top: 0;
  }
  .topTrouble h4 {
    text-align: center;
    font-size: 20px;
    color: #E37900 !important;
    font-weight: normal;
  }
  .troubleHtop {
    display: inline-block;
    margin: 40px 10px 40px;
  }
  .troubleHbottom {
    display: inline-block;
    margin: 100px 10px 0;
  }
  .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .sow-hero-buttons {
    margin-top: 0.5em !important;
    padding-bottom: 0.2em;
  }
  .NANAME h3 {
    font-size: 24px;
    letter-spacing: 0.4em;
  }
  .NANAME h2 {
    margin-top: -45px;
    font-size: 40px;
  }
  .emphasis h2 {
    font-size: 40px;
  }
  .NANAME h2::before {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  .NANAME h2::after {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
  }
  .NANAME h2::before, .NANAME h2::after {
    vertical-align: middle;
    margin: 0px 1em;
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 0.2rem solid transparent;
    border-top: 6rem solid #333;
  }
  .strength h5 {
    text-align: center;
    font-size: 20px;
    color: #E37900 !important;
    margin-bottom: -10px !important;
    font-weight: bold;
  }
  .strength h4 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.2em;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 1rem;
  }
  .strength h4 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.2em;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 1rem;
  }
  .strength h6 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    line-height: 1.7em;
    padding-bottom: 30px;
  }
  .strength p {
    font-size: 1em;
    text-align: justify;
    line-height: 1.5
  }
  #pg-6-0, #pg-6-1, #pg-6-3, #pg-6-4, #pg-6-6, #pg-6-7, #pg-6-8, #pl-6 .so-panel {
    margin-bottom: 10px !important;
  }
  .threeColumns h4 {
    text-align: center;
    font-size: 20px;
    color: #E37900 !important;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .threeColumns p {
    font-size: 1em;
    text-align: justify;
    line-height: 1.5;
    padding: 0 10px;
  }
  .simpleform {
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .formblock {
    display: inline-block;
    width: 30%;
  }
  .wpcf7 input.wpcf7-form-control.wpcf7-date, .wpcf7 input.wpcf7-form-control.wpcf7-number, .wpcf7 input.wpcf7-form-control.wpcf7-quiz, .wpcf7 input.wpcf7-form-control.wpcf7-text, .wpcf7 select.wpcf7-form-control.wpcf7-select, .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 15px 30px !important;
    border-radius: 3px !important;
  }
  .mainBtn {
    text-align: center;
    padding: 10px;
    margin: 20px auto -50px;
  }
  .simpleform div.mainBtn input.wpcf7-form-control.wpcf7-submit {
    padding: 15px;
    width: 40%;
    border: 5px solid #E37A00;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
    font-weight: bold;
    border-radius: 30px;
    font-size: 1.2em;
    color: #fff;
  }
  /* ---Footer-*/
  #colophon {
    background: #FFF !important;
    margin-top: 0 !important;
  }
  .widget_nav_menu a {
    display: block;
    padding: 2px 0 !important;
  }
  footer .twocolFooter {
    font-size: .9rem;
  }
  #colophon .site-info {
    font-size: .7em !important;
  }
  #colophon.unconstrained-footer .container {
    max-width: 1080px !important;
  }
  #colophon .widgets aside {
    padding: 40px 0 !important;
  }
  #footinfo {
    font-size: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1.5;
  }
  #footinfo dt {
    padding: 0px 0px 20px;
    width: 90px;
    float: left;
    letter-spacing: 0.3em;
  }
  #footinfo dd {
    padding: 0px 0px 20px 90px;
    margin: 0;
  }
  #footinfo p {
    margin: 0;
  }
  #footinfo .week {
    min-width: 60px !important;
    margin-right: 25px;
    display: inline-block;
  }
  footer div.widget_nav_menu div {
    border-right: 1px solid #d4d4d4
  }
  .breadcrumbs {
    margin-bottom: 5px !important;
    font-style: normal !important;
    font-size: 0.80em;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    color: #898989;
    margin-top: 0 !important;
  }
  table.half th {
    width: 50%;
  }
  table.quad th {
    width: 25%;
  }
  .foot_id {
    background: #fff;
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
  }
  footer#colophon .site-info {
    background: #222222;
    color: #fff;
    padding: 30px;
  }
}
/*   END forPC ---------------------------------------------------
------------------------------------------------------------------*/
/*   forSP --------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  p {
    font-size: 1.2rem !important;
  }
  h2.sow-headline {
    font-size: 22px;
    margin-bottom: 0;
  }
  h3.sow-sub-headline {
    font-size: 15px;
  }
  div.so-widget-sow-button .ow-button-base a {
    width: 100%;
  }
  #top_panel_layouts {
    background-size: cover !important;
    background-position: 75% 0% !important;
  }
  h2.prlx {
    font-size: 22px;
  }
  #topbar p {
    text-align: center !important;
    margin: 5px;
    font-size: .5em !important;
    color: #666 !important;
  }
  div#topbar div.container div.other {
    margin: 0 -10px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: center;
  }
  .tblink {
    background: #333;
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  a.tblink:nth-child(2) {
    box-sizing: border-box;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }
  section.frmA {
    width: 100%;
    margin: 8px 0;
  }
  #masthead {
    padding: 10px 0 0 !important;
    position: fixed !important; /* ヘッダーの固定 */
    top: 0px; /* 位置(上0px) */
    left: 0px; /* 位置(右0px) */
    width: 100%; /* 横幅100%　*/
    z-index: 9999 !important;
  }
  #content {
    margin-top: 0 !important;
    padding: 70px 0 0 0;
  }
  #mobile-navigation {
    overflow-y: scroll;
    height: calc(100vh - 170px);
	font-size: 1.5rem;
  }
  @media only screen and (max-width:492px){
    #mobile-navigation {
      height: calc(100vh - 100px - 12.2vw);
    }
  }
  #mobile-navigation form {
    display: none !important;
  }
  #masthead.layout-centered .site-branding img {
    max-width: 70% !important;
    padding: 10px;
    float: left;
  }
  header#masthead.site-header.layout-centered.sticky-menu {}
  #masthead.layout-centered .main-navigation {
    text-align: right;
    display: inline-block !important;
    float: right;
    padding: 15px 10px;
  }
  .sow-image-container .so-widget-image {
    max-width: 100% !important;
  }
  #masthead.layout-centered .site_branding {
    text-align: center  !important;
    padding: 0 0 6px 0;
  }
  #masthead.layout-centered .site_branding p {
    margin: 0 0 4px 0;
    font-size: 70% !important;
	
  }
  #masthead.layout-centered .site_branding img {
    width: 130px;
  }
  #masthead.layout-centered .head_right {
    display: none;
  }
  #site-navigation {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* ---Slider*/
  .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding: 0px !important;
  }
  .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper h1 {
    font-size: 15px !important;
    text-align: left;
    text-shadow: none !important;
    /*	background: rgba(227,122,0,0.5);*/
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: none;
  }
  /* ---Contents-*/
  .entry-title {
    margin: 30px auto 0 !important;
    font-size: 1.2em !important;
  }
  h1.entry-title, h1.page-title {
    margin-top: 0 !important;
    font-size: 1.2em !important;
  }
  .breadcrumbs {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    font-style: normal !important;
    font-size: 9px !important;
    color: #898989 !important;
  }
  #secondary aside {
    margin-bottom: 20px !important;
  }
  .page-header {
    padding: 10px 0;
    margin-bottom: -20px;
  }
  article.page, article.post {
    margin-bottom: -20px !important;
  }
  #secondary aside {
    margin-bottom: 10px;
  }
  /*    レイアウト   //////////////////////////////// */
  .sptitle {
    font-size: 0.9em;
  }
  .sptitle2 {
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 1px solid;
    margin: 0 -10px;
    padding: 0 10px 10px;
  }
  .floatLeft {
    float: left;
    margin-right: 10px;
    width: 40%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .floatBtn {
    float: left;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    margin: -10px auto 10px;
    background: #ccc;
    font-weight: bold;
    width: 100%;
  }
  .so-widget-sow-headline-default-419848eac7c7 .sow-headline-container h2.sow-headline {
    text-align: center;
    color: #333;
    line-height: 1.4em;
    font-size: 1.05em;
    font-weight: bold;
  }
  .topTrouble h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: -20px;
    margin-top: 20px;
    font-weight: bold;
    color: #fff !important
  }
  .topTrouble h4 {
    text-align: center;
    font-size: 16px;
    color: #E37900 !important;
    font-weight: normal;
    padding: 0 10px;
  }
  .troubleHtop {
    display: inline-block;
    margin: -50px auto 0;
    background: rgba(0, 0, 0, 0.85);
    border: 3px dotted #fff;
    border-radius: 10px;
    width: 45%;
  }
  .troubleHbottom {
    display: inline-block;
    margin: 5px auto -10px;
    background: rgba(0, 0, 0, 0.85);
    border: 3px dotted #fff;
    border-radius: 10px;
    width: 45%;
  }
  .emphasis div.sow-headline-container h2.sow-headline {
    font-size: 1.1em !important;
    padding: 50px 0;
    font-weight: bold;
  }
  #pg-6-0, #pg-6-1, #pg-6-3, #pg-6-4, #pg-6-6, #pg-6-7, #pg-6-8, #pl-6 .so-panel {
    margin-bottom: 10px !important;
  }
  h4.widget-title {
    text-align: center;
    margin: 10px;
    font-weight: bold;
  }
  .strength p {
    font-size: 0.9em;
    text-align: left;
    line-height: 1.5;
  }
  .NANAME h3 {
    margin-top: -45px;
    font-size: 0.9em;
  }
  .NANAME h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: -10px -10px 0;
    /*background: #CCC;
	padding: 10px;*/
  }
  div.textwidget h5 {
    font-weight: bold;
    margin: 0 !important;
  }
  .entry-content, .entry-summary, .page-content {
    color: #595959;
    line-height: 1.5 !important;
  }
  .strength h6.sow-sub-headline {
    font-size: 0.8em;
    line-height: 1.5;
    text-align: left !important;
    width: 85%;
    margin: 15px auto;
  }
  /* ---Form-
.simpleform {
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.formblock {
margin-top: 15px;
}
.wpcf7 input.wpcf7-form-control.wpcf7-date, .wpcf7 input.wpcf7-form-control.wpcf7-number, .wpcf7 input.wpcf7-form-control.wpcf7-quiz, .wpcf7 input.wpcf7-form-control.wpcf7-text, .wpcf7 select.wpcf7-form-control.wpcf7-select, .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
	padding: 10px !important;
	border-radius: 3px !important;
	width: 85% !important;
	display: block;
	margin: 10px auto !important;
}
.simpleform div.mainBtn input.wpcf7-form-control.wpcf7-submit {
	padding: 15px;
	width: 70%;
	border: 5px solid #E37A00;
	box-shadow: inset 0 0 1px rgba(0,0,0,.25);
	font-weight: bold;
	border-radius: 30px;
	color: #fff;
	margin: 20px auto -40px;
	text-align: center;
	display: block;
	font-size: 1em;
}*/
  /* ---Footer-*/
  footer .twocolFooter {
    font-size: .9rem;
  }
  #colophon .widgets aside {
    padding: 30px 20px !important;
    margin: 0;
  }
  footer#colophon ul {
    margin: 0;
  }
  footer#colophon li {
    border-top: 1px solid #ccc;
    text-align: left;
    padding-left: 15px;
  }
  footer .site-info {
    font-size: .7rem !important;
  }
  #top_access {
    display: none;
  }
  #colophon ul.sub-menu {
    padding-left: 0;
    padding-right: 20px;
  }
  #colophon ul.sub-menu li {
    line-height: 1;
  }
  #colophon ul.menu {
    margin: 0px -20px;
  }
  #colophon .container {
    padding: 0;
  }
  #colophon ul.menu {
    margin-bottom: -30px !important;
  }
  .tablepress td, .tablepress th {
    padding: 3px !important;
    font-weight: normal !important;
  }
  @media screen and (max-width: 800px) {
    .tablepress td {
      padding: 30px 10px !important;
    }
  }
  .tablepress {
    font-size: 11px !important;
  }
  .tablepress span.tip {
    font-size: 11px !important;
  }
  i.table_plus {
    font-size: 40px !important;
    margin: 10px 0 !important;
  }
  body.home div.voice {
    display: block;
  }
  body.home div.voice section {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 40px;
  }
  body.archive h2.entry-title {
    margin: 0px auto 0 !important;
  }
  body.archive article.post {
    margin-bottom: 0px !important;
  }
  div.nav-links {
    margin-top: 30px;
  }
  .foot_id {
    background: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .foot_id img {
    width: 30%;
  }
  #siteorigin-panels-builder-2 {
    display: none;
  }
}
/*******************/
/* top_簡単査定 */
/*******************/
.easy_ass {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.easy_ass input[type=text], .easy_ass select {
  width: 100%;
  padding: 6px;
  color: #000;
  background: #fff;
  font: initial;
  border-radius: 6px;
  -webkit-appearance: none;
}
.easy_ass .mainBtn {
  padding: 15px;
  margin-top: 20px;
  width: 100%;
  border: 5px solid #E37A00;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.2em;
  color: #fff;
}
#ass_result {
  display: none;
}
#ass_result.res_on {
  display: block;
  background: #FFF;
  padding: 20px;
  margin-top: 20px;
}
#ass_result p {
  text-align: center;
  padding: 0;
  margin: 0;
}
#ass_result p.satei_h {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#ass_result p.satei_car1, #ass_result p.satei_car2 {
  margin-bottom: 10px;
  font-size: 1.0rem;
  font-weight: bold;
}
#ass_result p.satei_car1 span, #ass_result p.satei_car2 span {
  color: #C00;
}
#ass_result p.satei_p {
  color: #C00;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
#ass_result p.btn_satei {}
@media screen and (min-width: 780px) {
  .easy_ass .mainBtn {
    margin-top: 40px;
    width: 40%;
  }
  #ass_result.res_on {
    display: block;
    margin: 60px auto 0 auto;
    width: 80%;
  }
  #ass_result p.satei_h {
    font-size: 1.8rem;
  }
  #ass_result p.satei_car1, #ass_result p.satei_car2 {
    font-size: 1.2rem;
  }
  #ass_result p.satei_p {
    color: #C00;
    font-size: 3.4rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  header.floating div.container {
    top: 5px;
  }
  .head-right {
    display: none;
  }
  #masthead.layout-centered .main-navigation {
    clear: none !important;
  }
}
/* サイドフローティングバナー*/
#fixed_right_banner {
  position: fixed;
  top: 24.3%;
  right: 0;
  z-index: 150;
}
#fixed_right_banner > * {
  clear: both;
  float: right;
  width: 65px;
  /* 最初にあらかじめ右側を詰めて表示。 */
  margin-right: -15px;
}
/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * {
  margin-top: 20px;
}
/* リンク要素 */
#fixed_right_banner > a {
  /* ブロック要素に変更 */
  display: block;
}
/* マウスオーバーで、詰めた右側のマージンをリセット。 */
#fixed_right_banner > *:hover {
  margin-right: 0;
}
/* コンテンツに被らないようにするメディアクエリ */
@media (max-width: 1079px) {
  #fixed_right_banner {
    display: none;
  }
}
/*TablePress-------------------------------------------------------------------*/
table.tablepress {
  border: solid 1px #ccc;
  background-color: #fff;
}
.tablepress thead th {
  background-color: #2B2B2B !important; /*ヘッダー背景色*/
  color: #fff; /*ヘッダー文字の色*/
}
table.tablepress td {
  border-right: solid 1px #ccc;
}
.tablepress .odd td {
  background: #fff !important; /*ボディ背景色*/
}
.tablepress thead th {
  text-align: center;
}
.tablepress td {
  text-align: center !important;
  vertical-align: middle !important;
}
i.table_plus {
  font-size: 60px;
  display: block;
  text-align: center;
  margin: 20px 0;
  color: #FF4D4D;
}
.tablepress span.tip {
  font-weight: bold;
  color: #CF3B3B;
  font-size: 20px;
  text-decoration: underline;
}
/*TablePress end---------------------------------------------------------------*/
/* ------------------------ Form ------------------------ */
div.inform #contact_form input[type="radio"] + span, div.inform #contact_form input[type="checkbox"] + span {
  padding: 0 0 0 4px;
  display: block;
}
div.inform #contact_form input[type="radio"] + span, div.inform #contact_form input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}
div.inform #contact_form input[type="radio"], div.inform #contact_form input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
div.inform #contact_form input[type="radio"], div.inform #contact_form input[type="checkbox"] {
  /* display: none; */
  margin: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
div.inform #contact_form input[type="radio"] + span::before, div.inform #contact_form input[type="checkbox"] + span::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 0;
  height: 0;
  margin-top: -9px;
  background: #FFF;
}
div.inform #contact_form input[type="radio"] + span::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
div.inform #contact_form input[type="radio"]:checked + span::after, div.inform #contact_form input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
/*
div.inform #contact_form input[type="radio"]:checked + span::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #d00000;
    border-radius: 8px;
}
div.inform #contact_form input[type="checkbox"]:checked + span::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #d00000;
    border-bottom: 3px solid #d00000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


div.inform #contact_form input[type="checkbox"]:checked + span::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #d00000;
    border-bottom: 3px solid #d00000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/
div.inform #contact_form input[type="checkbox"] + span::before { /* border: 2px solid #ccc; */
}
h2.recruit {
  padding: .5em .75em;
  background-color: #F2F1EA;
  border-bottom: 1px solid #ccc;
  font-size: 18px !important;
  border-top: 1px solid #ccc;
}
/* form ADD ------------------------------------------*/
div.inform #contact_form {
  width: 100%;
  margin-left: 0;
}
div.inform #contact_form section {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
div.inform #contact_form section div:nth-child(1) {
  width: 35%;
  position: relative;
}
div.inform #contact_form section div:nth-child(2) {
  width: 65%;
}
div.inform #contact_form section input, div.inform #contact_form section select {
  height: 35px;
  padding-left: 5px !important;
  margin-top: 0 !important;
}
div.inform #contact_form .half {
  max-width: 160px;
  margin-right: 10px;
}
div.inform #contact_form section span.req {
  background: #d00000;
  color: #FFF;
  font-weight: normal;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  font-size: 0.7rem;
  top: 8px;
}
div.inform #contact_form p.tip {
  font-weight: normal !important;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: -5px !important;
  font-size: 12px;
}
div.inform #contact_form #zipcode, div.inform #contact_form #pref {
  margin-bottom: 0;
}
div.inform #contact_form p.date_name {
  margin-top: 40px;
}
div.inform #contact_form .contact_btn {
  text-align: center;
}
.wpcf7 form.wpcf7-form p {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .pc_catch {
    display: none;
  }
  .studios_pc {
    display: none;
  }
  div.inform #contact_form section {
    display: block;
  }
  div.inform #contact_form section div:nth-child(1), div.inform #contact_form section div:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
  }
  div.inform #contact_form section {
    margin-bottom: 30px;
  }
  div.inform #contact_form section p {
    margin: 10px 0;
  }
  div.inform #contact_form section span.req {
    top: 0;
    right: 0;
  }
}
@media (min-width: 1040px) {
  .inform {
    background: #fafafa;
    padding: 50px 50px 20px;
    margin-bottom: 50px;
    border-radius: 3px;
  }
}
span.wpcf7-list-item {
  margin: 0 !important;
}
div.inform #contact_form input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.inform #contact_form input[type="number"] {
  -moz-appearance: textfield;
}
/* ------------------------ Form  END------------------------ */
/**************/
/* foot-floating */
/**************/
body {
  padding: 0 0 60px 0;
}
#floating {
  display: -webkit-flex;
  display: flex;
  height: 50px;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
#floating li {
  width: 100%;
  border-right: solid 1px #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
#floating li:last-child {
  border-right: none;
}
#floating li a {
  display: block;
  background: #b2393c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding-top: 12px;
  box-sizing: border-box;
  font-size: 1.0em;
}
#floating li.btn_tel a:before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 4px;
}
#floating li.btn_mail a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 4px;
}
@media screen and (min-width: 800px) {
  body {
    padding: 0;
  }
  #floating {
    display: none;
  }
}
/**************/
/* home */
/**************/
.slide_item {
  width: 100%;
  height: 150px;
  background-image: url("/wp/wp-content/uploads/2018/11/slide_bg.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 !important;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  z-index: 10;
}
#slide_text {
  z-index: 100 !important;
  position: relative;
  width: 80%;
  text-align: center;
  margin: -110px auto 0 auto;
}
@media screen and (min-width: 800px) {
  #slide_text {
    margin: -120px auto 0 auto;
  }
}
/* TOP お知らせ */
.top_info h2 {
  color: #A92326;
  margin: 0 0 10px 0;
  font-size: 130%;
  text-align: center;
}
.top_info ul {
  list-style: none;
  margin: 0;
  border-top: solid 1px #ccc;
}
.top_info ul li {
  padding: 6px;
  border-bottom: solid 1px #ccc;
  font-size: 80%;
}
.top_info ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.top_info ul li span {
  display: block;
  color: #dd4a1a;
}
.top_info .to_info a {
  text-decoration: none;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #C00;
  background: #FFF;
  border: solid 1px #C00;
}
.top_info .to_info a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 4px;
}
@media screen and (min-width: 800px) {
  .top_info h2 {
    width: 20%;
    float: left;
  }
  .top_info ul {
    /*width: 80%;*/
    width: 100%;
    float: right;
    border-top: none;
  }
  .top_info ul li {
    padding: 0;
    border-bottom: none;
  }
  .top_info ul li a {
    display: initial;
  }
  .top_info ul li span {
    display: initial;
    margin-right: 20px;
  }
  .top_info .to_info a {
    color: #000;
    display: initial;
    width: auto;
    padding: 0;
    border: none;
    clear: both;
    float: right;
    font-size: 90%;
  }
}
/* TOP 選ばれる理由 */
.top_reason {
  text-align: center;
  padding: 100px 0;
}
.top_reason h2 {
  color: #000;
  margin: 0 0 10px 0;
  font-size: 130%;
}
.top_reason .catch_reason {
  color: #A92326;
  font-size: 100% !important;
  font-weight: bold;
  margin: 0;
}
.top_reason .top_reason-inn {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
.top_reason .top_reason-inn .frmA {
  margin: 0 0 20px 0;
  padding: 0;
  background: #000;
  border: none;
}
.top_reason .top_reason-inn .frmA h3 {
  color: #fff;
  margin: 0;
  padding: 0 20px 10px;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  position: relative;
}
.top_reason .top_reason-inn .frmA h3 span {
  position: absolute;
  left: 10px;
  font-size: 180%;
}
.top_reason .top_reason-inn .frmA h3 span:after {
  content: '';
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  transform: rotate(-60deg);
}
.top_reason .top_reason-inn .frmA .frmA_pt {
  margin: 0;
  padding: 0;
}
.top_reason .top_reason-inn .frmA .frmA_pt img {
  width: 100%;
}
.top_reason .top_reason-inn .frmA .frmA_txt {
  color: #fff;
  margin: 0 auto;
  padding: 0 20px 20px;
  text-align: center;
  width: 60%;
}
.top_reason .ow-button-base {
  width: 90%;
  margin: auto;
}
.top_reason a.btn_reason {
  display: flex; align-items: center; align-content: center; justify-content: center;
  color: #222; font-size: 18px; font-weight: bold; text-decoration: none;
}
.top_reason a.btn_reason:before {
  content: '\f105'; font-family: FontAwesome;
  display: flex; align-items: center; justify-content: center;
  width: 50px; aspect-ratio: 1/1; margin-right: 8px;
  background: linear-gradient(to right,#ee7700,#f09800);
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 800px) {
  .top_reason {
    background-image: url("/wp/wp-content/uploads/2018/11/top_reason-bg.png");
    background-position: top right;
    background-repeat: no-repeat
  }
  .top_reason .catch_reason {
    font-size: 180% !important;
  }
  .top_reason .top_reason-inn {
    width: 100%;
    max-width: 1000px;
  }
  .top_reason .top_reason-inn .frmA {
    width: 31%;
    padding: 0;
    margin: 0 1% 20px;
    vertical-align: top;
    border-radius: 10px;
  }
  .top_reason .top_reason-inn .frmA h3 span:after {
    width: 50px;
    left: 10px;
  }
  .top_reason .top_reason-inn .frmA .frmA_pt {
    margin: 0 0 10px 0;
  }
  .top_reason .top_reason-inn .frmA .frmA_pt img {
    border-radius: 10px 10px 0 0;
  }
  .top_reason .top_reason-inn .frmA .frmA_txt {
    width: 60%;
    font-size: 70%;
    padding: 0 0 20px 0;
  }
  .top_reason a.btn_reason {
    /* max-width: 500px; */
  }
}
@media screen and (min-width: 1200px) {
  .top_reason .top_reason-inn {
    max-width: 1500px;
  }
  .top_reason .top_reason-inn .frmA {
    width: 18%;
    margin: 0 4px 20px;
  }
  .top_reason .top_reason-inn .frmA h3 span {
    top: -20px;
  }
  .top_reason .top_reason-inn .frmA h3 span:after {
    transform: rotate(-50deg);
    left: 8px;
  }
  .top_reason .top_reason-inn .frmA .frmA_txt {
    width: 74%;
  }
}
/* TOP ASAPとは */
.top_about {
  padding: 100px 0 100px 0;
}
.top_about .about-inn {
  width: 96%;
  margin: auto;
}
.top_about .about_a {
  margin: 0 0 20px 0;
  text-align: center;
}
.top_about .about_a h2 {
  color: #000;
  margin: 0 0 10px 0;
  font-size: 130%;
}
.top_about .about_a .catch_about {
  font-size: 100% !important;
  font-weight: bold;
  margin: 0;
  color: #000;
}
.top_about .about_a .catch_about span {
  color: #C00;
}
.top_about .about_a a.btn_about {
  text-decoration: none;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #B25900;
  background: #FDF5F2;
  border: solid 1px #B25900;
}
.top_about .about_a a.btn_about:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 4px;
}
.top_about .about_b {}
.top_about .about_b ul {
  list-style: none;
  margin: 0;
}
.top_about .about_b ul li {
  margin-bottom: 10px;
}
.top_about .about_b ul li a {
  display: block;
  background: #FBF1EC;
  border: solid 1px #E4D3C5;
  text-decoration: none;
  overflow: hidden;
}
.top_about .about_b ul li .home-about_pt {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.top_about .about_b ul li .home-about_pt img {
  width: 100%;
}
.top_about .about_b ul li h3, .top_about .about_b ul li .home-about_txt {
  margin: 6px auto;
  width: 96%;
}
.top_about .about_b ul li h3 {
  font-size: 100%;
  font-weight: bold;
  color: #663300;
}
.top_about .about_b ul li .home-about_txt {
  color: #000;
  font-size: 80% !important;
}
@media screen and (min-width: 800px) {
  .top_about .about-inn {
    width: 1060px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .top_about .about_a {
    width: 48%
  }
  .top_about .about_b {
    width: 48%
  }
  .top_about .about_a {
    text-align: left;
  }
  .top_about .about_a h2 {}
  .top_about .about_a .catch_about {
    font-size: 180% !important;
    line-height: normal;
  }
  .top_about .about_a .catch_about {
    line-height: normal;
  }
  .top_about .about_a a.btn_about {
    width: 50%;
    margin: 0;
  }
  .top_about .about_b ul li {
    margin-bottom: 20px;
  }
  .top_about .about_b ul li a {
    border-radius: 10px;
  }
  .top_about .about_b ul li .home-about_pt {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .top_about .about_b ul li h3, .top_about .about_b ul li .home-about_txt {
    margin: 0;
    padding: 0 0 0 43%;
  }
  .top_about .about_b ul li h3 {
    margin: 6px 0 0 0;
  }
  .top_about .about_b ul li h3 {
    font-size: 100%;
  }
  .top_about .about_b ul li .home-about_txt {}
}
/* TOP トレーニングコース */
.top_training {
  text-align: center;
  padding: 100px 0;
}
.top_training .training-inn {
  width: 96%;
  margin: auto;
  color: #fff;
}
.top_training .training-inn h2 {
  color: #FFF;
  margin: 0 0 10px 0;
  font-size: 130%;
}
.top_training .training-inn .training_a {
  padding: 30px 0 0 0;
}
.top_training .training-inn .training_a ul {
  list-style: none;
  margin: 0;
}
.top_training .training-inn .training_a ul li {
  margin: 0 0 20px 0;
  padding: 0;
  background: #FFF;
  border: solid 1px #CCC;
}
.top_training .training-inn .training_a ul li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.top_training .training-inn .training_a ul li p.top_training_pt {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.top_training .training-inn .training_a ul li p.top_training_pt img {
  width: 100%;
}
.top_training .training-inn .training_a ul li h3 {
  font-size: 100%;
  font-weight: bold;
  color: #A92326;
  margin: 10px auto;
  width: 96%;
  font-size: 120%;
}
.top_training .training-inn .training_a ul li p.top_training_txt {
  color: #000;
  font-size: 80% !important;
  margin: 10px auto;
  width: 96%;
}
.top_training .training-inn .training_a ul li .top_training-more {
  display: flex; justify-content: flex-end; align-items: center; align-content: center;
  color: #000;
  margin: 10px auto 20px auto;
  width: 96%;
}
.top_training .training-inn .training_a ul li .top_training-more:before {
  content: "\f105"; font-family: FontAwesome;
  display: flex; align-items: center; justify-content: center;
  width: 23px; aspect-ratio: 1/1;
  margin-right: 4px;
  color: #fff;
  background: #f88800;
  border-radius: 50%;
}
@media screen and (min-width: 800px) {
  .top_training {
    background-image: url("/wp/wp-content/uploads/2018/11/top_training-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat
  }
  .top_training .training-inn {
    width: 1060px;
  }
  .top_training .training-inn .training_a ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_training .training-inn .training_a ul li {
    width: 31%;
    margin: 0 10px 20px 10px;
    border-radius: 10px;
  }
  .top_training .training-inn .training_a ul li h3 {
    width: 90%;
  }
  .top_training .training-inn .training_a ul li p.top_training_pt img {
    border-radius: 10px 10px 0 0;
  }
  .top_training .training-inn .training_a ul li p.top_training_txt {
    width: 90%;
    text-align: left;
  }
  .top_training .training-inn .training_a ul li .top_training-more {
    width: 94%;
    font-size: 76%;
  }
}
/* TOP FAQ */
.top_faq {
  text-align: center;
  padding: 100px 0;
  background: #F6E9E9;
}
.top_faq .faq_inn {
  width: 96%;
  margin: auto;
}
.top_faq .faq_inn .faq_a {
  margin-bottom: 40px;
}
.top_faq .faq_inn .faq_a h2 {
  margin: 0 0 10px 0;
  font-size: 130%;
  color: #A92326;
}
.top_faq .faq_inn .faq_a .btn_faq {
  text-decoration: none;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #B64648;
  background: #FAF3F3;
  border: solid 1px #B64648;
}
.top_faq .faq_inn .faq_a .btn_faq:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 4px;
}
.top_faq .faq_inn .faq_b {}
.top_faq .faq_inn .faq_b .home-voice_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_faq .faq_inn .faq_b .home-voice_list li {
  border-bottom: dotted 1px #000;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: left;
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 90%;
}
.top_faq .faq_inn .faq_b .home-voice_list li span {
  background: #CC0000;
  color: #fff;
  border-radius: 20px;
  padding: 2px 6px;
  margin: 0 6px 0 0;
  font-size: 80%;
}
@media screen and (min-width: 800px) {
  .top_faq {
    background: #fff;
    background-image: url("/wp/wp-content/uploads/2018/11/top_faq-bg.png");
    background-position: top center;
    background-repeat: no-repeat
  }
  .top_faq .faq_inn {
    width: 1060px;
  }
  .top_faq .faq_inn .faq_a {
    overflow: hidden;
  }
  .top_faq .faq_inn .faq_a h2 {
    margin: 0 0 10px 0;
    font-size: 130%;
    color: #A92326;
    text-align: left;
  }
  .top_faq .faq_inn .faq_a p {
    text-align: left;
    float: left;
  }
  .top_faq .faq_inn .faq_a p:last-child {
    float: right;
  }
  .top_faq .faq_inn .faq_a p .btn_faq {
    width: 300px;
  }
  .top_faq .faq_inn .faq_a .btn_faq:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 4px;
  }
  .top_faq .faq_inn .faq_b .home-voice_list {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top_faq .faq_inn .faq_b .home-voice_list li {
    width: 48%;
  }
}
/* TOP 無料体験 */
.top_other {
  padding: 100px 0;
}
.top_other .bnr_trial {
  width: 96%;
  margin: auto;
  /*background: #FFF;
  border: solid 1px #000;*/
  background-image: url("/wp/wp-content/uploads/2018/11/top_training-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.top_other .bnr_trial .icon-trial {
  position: absolute;
  left: -9px;
  top: -24px;
}
@media screen and (max-width: 800px) {
  .top_other .bnr_trial .icon-trial {
    left: -6px;
    top: -19px;
  }
}
.top_other .bnr_trial .icon-trial img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .top_other .bnr_trial .icon-trial img {
    width: 37%;
  }
}
.top_other .bnr_trial a {
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
}
.top_other .bnr_trial p.home-trial_pt {
  margin: 0;
}
.top_other .bnr_trial p.home-trial_pt img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .top_other .bnr_trial div.home-trial_txt {
    padding: 20px;
  }
}
.top_other .bnr_trial div.home-trial_txt h2 {
  margin: 0 auto 10px;
  width: 96%;
  /*color: #000;*/
  color: #fff;
}
.top_other .bnr_trial div.home-trial_txt h3 {
  margin: 0 auto 10px;
  width: 96%;
  background: #000;
  padding: 2px 10px;
  color: #FFF;
}
.top_other .bnr_trial div.home-trial_txt p {
  margin: 0 auto;
  width: 96%;
  /*color: #000;*/
  color: #fff;
}
.top_other .bnr_trial p.home-trial_pt02 {
  display: none;
}
@media screen and (min-width: 800px) {
  .top_other .bnr_trial {
    width: 1060px;
    /*overflow: hidden;
    border-radius: 10px;*/
    overflow: visible;
    min-height: 225px;
  }
  .top_other .bnr_trial p.home-trial_pt {
    width: 480px;
    float: left;
    line-height: 0;
  }
  .top_other .bnr_trial div.home-trial_txt {
    width: 540px;
    float: right;
    position: relative;
    min-height: 225px;
  }
  .top_other .bnr_trial div.home-trial_txt h2 {
    margin: 10px auto 10px;
    width: 100%;
    font-size: 180%;
  }
  .top_other .bnr_trial div.home-trial_txt h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 120%;
    border-radius: 6px;
    position: relative;
  }
  .top_other .bnr_trial div.home-trial_txt h3:after {
    content: "";
    position: absolute;
    right: 120px;
    bottom: -20px;
    width: 20px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 20px 0 0 27px;
  }
  .top_other .bnr_trial div.home-trial_txt p {
    margin: 0;
    width: 70%;
    /*color: #000;*/
    color: #fff;
    font-size: 90%;
    line-height: 2;
  }
  .top_other .bnr_trial div.home-trial_txt p.home-trial_pt02 {
    display: initial;
    width: 140px;
    position: absolute;
    right: 6px;
    bottom: 0;
    line-height: 0;
  }
}
/**************/
/* 下層共通 */
/**************/
.entry-header.elite {
  padding: 30px 20px !important;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 10px;
}
.entry-header.elite h1.entry-title {
  color: #000000 !important;
}
.entry-header.elite h1:before {
  left: 20px !important;
  top: 30px !important;
  background-color: #b2393c !important;
}
.low {
  padding: 100px 0 70px 0;
}
.low .low-inn {
  text-align: center;
  width: 96%;
  max-width: 1060px;
  margin: auto;
}
.low .low-inn h2 {
  font-size: 120%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.low .low-inn h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 120px;
  height: 4px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B2393C;
}
.low .low-inn h3 {
  font-weight: bold;
  padding: 0;
  color: #7F6655;
}
.low .low-inn p {
  line-height: 2.5em;
}
.low .low-inn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.low .low-inn ul li {
  margin: 0;
  padding: 0;
}
.low img {
  width: 100%;
}
/* inn_nav */
.low .low-inn .inn_nav {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.low .low-inn .inn_nav .nav_sec {
  display: block;
  width: 31%;
  margin: 10px 1%;
}
.low .low-inn .inn_nav .nav_sec a {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #000;
}
.low .low-inn .inn_nav .nav_sec a p {
  margin: 0;
  padding: 0 0 4px 0;
}
@media screen and (min-width: 800px) {
  .entry-header.elite {
    padding: 60px 20px !important;
  }
  .entry-header.elite h1:before {
    left: 0px !important;
    top: 60px !important;
  }
  .low .low-inn h2 {
    font-size: 160%;
  }
  .low .low-inn h2:before {}
}
/**************/
/* about */
/**************/
.low .low-inn .about_read {
  background: #F7F5F0;
  padding: 10px;
  margin-bottom: 40px;
}
.low .low-inn .about_read p {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  font-size: 100% !important;
}
.low .low-inn .about_read p.about_01 {
  font-weight: bold;
  font-size: 140% !important;
}
.low .low-inn .about_read p.about_01 span {
  color: #B2393C;
}
.low .low-inn .about_read p.about_02 {
  color: #DD4A1A;
  font-size: 90% !important;
  margin-bottom: 10px;
}
.low .low-inn .about_list {
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 0 40px 0;
}
.low .low-inn .about_list a {
  display: block;
  padding: 10px;
  color: initial;
  text-decoration: none;
}
.low .low-inn .about_list .about_list-b .btn-about_list {
  background: #B2393C;
  color: #fff;
  margin: 0;
  padding: 4px;
}
@media screen and (min-width: 800px) {
  .low .low-inn .about_read {
    padding: 40px 0;
    width: 60%;
    margin: 0 auto 40px;
  }
  .low .low-inn .about_read p {
    font-size: 200% !important;
  }
  .low .low-inn .about_read p.about_01 {
    font-size: 250% !important;
  }
  .low .low-inn .about_read p.about_02 {
    font-size: 120% !important;
    margin-bottom: 20px;
  }
  .low .low-inn .about_list {
    margin: 0 0 60px 0;
  }
  .low .low-inn .about_list a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .low .low-inn .about_list .about_list-a {
    width: 49%;
    line-height: 0;
  }
  .low .low-inn .about_list .about_list-b {
    width: 49%;
    text-align: left;
  }
  .low .low-inn .about_list .about_list-b h3 {
    margin: 0 0 10px 0;
    font-size: 160%;
  }
  .low .low-inn .about_list .about_list-b p {
    margin: 0;
    font-size: 110%;
  }
  .low .low-inn .about_list .about_list-b .btn-about_list {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 200px;
    text-align: center;
    font-size: 100%;
  }
}
/* reason */
.low .low-inn.reason p {
  text-align: left;
}
@media screen and (min-width: 800px) {
  .low .low-inn.reason .pt_l, .low .low-inn.reason .pt_r {
    width: 50%;
  }
  .low .low-inn.reason .pt_l {
    float: left;
    margin: 0 40px 0 0;
  }
  .low .low-inn.reason .pt_r {
    float: right;
    margin: 0 0 0 40px;
  }
}
/* staff */
.low .low-inn .staff_inn .staff_sec .staff_sec-b h2 {
  font-size: 140%;
  margin: 10px 0;
  display: inherit;
}
.low .low-inn .staff_inn .staff_sec .staff_sec-b h2:before {
  display: none;
  margin: 0;
  padding: 0;
}
.low .low-inn .staff_inn .staff_sec .staff_sec-b h2 span {
  display: block;
  font-size: 60%;
  color: #b2393c;
}
.low .low-inn .staff_inn .staff_sec .staff_sec-b h3 {
  background: #76481a;
  color: #fff;
  font-size: 90%;
  padding: 6px;
}
.low .low-inn .staff_inn .staff_sec .staff_sec-b p {
  text-align: left;
}
.low .low-inn .staff_inn .staff_sec .staff_sec-b img.icon {
  width: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .low .low-inn .staff_inn {}
  .low .low-inn .staff_inn section.staff_sec {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .low .low-inn .staff_inn .staff_sec .staff_sec-a {
    width: 40%;
  }
  .low .low-inn .staff_inn .staff_sec .staff_sec-b {
    width: 56%;
    text-align: left;
  }
  .low .low-inn .staff_inn .staff_sec .staff_sec-b h2 {
    font-size: 180%;
    margin: 0 0 20px 0;
    line-height: 1.2em;
  }
  .low .low-inn .staff_inn .staff_sec .staff_sec-b h2 span {
    font-size: 50%;
  }
  .low .low-inn .staff_inn .staff_sec .staff_sec-b h3 {
    font-size: 80%;
    padding: 4px;
    margin: 0 0 10px 0;
  }
  .low .low-inn .staff_inn .staff_sec .staff_sec-b p {
    margin: 0 0 20px 0;
    line-height: 2em;
  }
}
/* space */
.low .low-inn ul.space_list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.low .low-inn ul.space_list li {
  width: 49%;
  margin: 0 0 10px 0;
  padding: 2px;
  border: solid 1px #ccc;
}
.low .low-inn ul.space_list li img {
  vertical-align: bottom;
}
.low .low-inn ul.space_list li h2 {
  margin: 10px 0;
  padding: 0;
  color: #B2393B;
  display: inherit;
  text-align: left;
}
.low .low-inn ul.space_list li h2:before {
  display: none;
  margin: 0;
  padding: 0;
}
.low .low-inn ul.space_list li p {
  margin: 0;
  padding: 0;
  line-height: 2em;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .low .low-inn ul.space_list li {
    width: 32%;
    margin: 0 0 20px 0;
  }
}
/**************/
/* training */
/**************/
.low.training h2 {
  margin: 0 0 40px 0;
}
.low .low-inn .training_list {
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 0 40px 0;
}
.low .low-inn .training_list {
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 0 40px 0;
}
.low .low-inn .training_list a {
  display: block;
  padding: 10px;
  color: initial;
  text-decoration: none;
}
.low .low-inn .training_list .training_list-b .btn-training_list {
  background: #B2393C;
  color: #fff;
  margin: 0;
  padding: 4px;
}
@media screen and (min-width: 800px) {
  .low.training h2 {
    margin: 0 0 80px 0;
  }
  .low .low-inn .training_list {
    margin: 0 0 60px 0;
  }
  .low .low-inn .training_list a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .low .low-inn .training_list .training_list-a {
    width: 49%;
    line-height: 0;
  }
  .low .low-inn .training_list .training_list-b {
    width: 49%;
    text-align: left;
  }
  .low .low-inn .training_list .training_list-b h3 {
    margin: 0;
    font-size: 160%;
  }
  .low .low-inn .training_list .training_list-b p {
    margin: 0;
    font-size: 100%;
  }
  .low .low-inn .training_list .training_list-b .btn-training_list {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 200px;
    text-align: center;
    font-size: 100%;
  }
}
/* slim */
.low .low-inn .training_inn-note {
  background: #F5F5F5;
  border: solid 1px #ccc;
  padding: 20px 10px;
}
.low .low-inn .training_inn-note .note_a h2 {
  margin: 0 0 10px 0;
  font-size: 140%;
}
.low .low-inn .training_inn-note .note_a h2:before {
  display: none;
  margin: 0;
  padding: 0;
}
.low .low-inn .training_inn-note .note_a ul {
  margin: 0 0 20px 0;
}
.low .low-inn .training_inn-note .note_a ul li {
  background: #DD4A1A;
  color: #fff;
  margin: 0 auto 10px auto;
  padding: 4px;
  width: 50%;
  font-size: 90%;
}
.low .low-inn .training_inn-note .note_b ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.low .low-inn .training_inn-note .note_b ul li {
  margin: 0 6px;
}
.low .low-inn .training_inn-note .note_b ul li img {
  border-radius: 50%;
}
.low .low-inn .training_inn02 .training_inn02_a ul {
  text-align: left;
}
.low .low-inn .training_inn02 .training_inn02_a ul li {
  font-size: 90%;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #ccc;
}
.low .low-inn .training_inn02 .training_inn02_a ul li span {
  background: #dd4a1a;
  color: #fff;
  font-size: 90%;
  padding: 0 6px;
  margin: 0 10px 0 0;
}
.low .low-inn .training_inn02 .training_inn02_a ul li span:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 5px;
}
.low .low-inn .training_inn02 .training_inn02_b ul {
  display: none;
  /*		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin:20px 0 0 0;
*/
}
.low .low-inn .training_inn02 .training_inn02_b ul li {
  width: 48%;
  margin: 10px 0 0 0;
}
.low .low-inn .training_inn03 {
  background: #F5F5F5;
  border: solid 1px #ccc;
  padding: 20px 10px;
  margin-bottom: 40px;
}
.low .low-inn .training_inn03 h3 {
  color: #B2393C;
  font-size: 140%;
  margin: 0 0 20px 0;
  padding: 0;
}
.low .low-inn .training_inn03 .training_inn03_b h4 {
  background: #76481a;
  color: #fff;
  font-size: 90%;
  padding: 6px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
.low .low-inn .training_inn03 .training_inn03_b p {
  margin: 0 0 0 0;
}
.low .low-inn .training_inn04 {
  border-bottom: solid 1px #ccc;
  margin: 0 0 40px 0;
}
.low .low-inn .training_inn04 h3 {
  color: #B2393C;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 30px;
}
.low .low-inn .training_inn04 h3 span {
  display: block;
  background: #B2393C;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 10px;
  padding: 10px 0 0 0;
  font-size: 20px;
}
.low .low-inn .training_inn04 p {}
.low .low-inn .training_inn04 p span {
  display: block;
  background: #2EBC67;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 10px;
  padding: 10px 0 0 0;
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  .low .low-inn .training_inn-note {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .low .low-inn .training_inn-note .note_a {
    width: 26%;
  }
  .low .low-inn .training_inn-note .note_a h2 {
    font-size: 160%;
    line-height: 1.5em;
  }
  .low .low-inn .training_inn-note .note_a ul {
    margin: 0;
  }
  .low .low-inn .training_inn-note .note_a ul li {
    width: 80%;
  }
  .low .low-inn .training_inn-note .note_b {
    width: 72%;
  }
  .low .low-inn .training_inn-note .note_b ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .low .low-inn .training_inn-note .note_b ul li {
    margin: 0 10px;
  }
  .low .low-inn .training_inn02 .training_inn02_a ul {
    text-align: left;
    margin-top: 30px;
  }
  .low .low-inn .training_inn02 .training_inn02_a ul li {
    font-size: 110%;
    padding: 0 0 20px 0;
  }
  .low .low-inn .training_inn02 .training_inn02_a ul li span {
    font-size: 90%;
    padding: 6px 20px;
    margin: 0 20px 0 0;
  }
  .low .low-inn .training_inn02 .training_inn02_a ul li span:before {
    margin-right: 6px;
  }
  .low .low-inn .training_inn02 .training_inn02_b ul {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    margin: 40px 0 0 0;
  }
  .low .low-inn .training_inn02 .training_inn02_b ul li {
    width: auto;
    margin: 0 4px 0 4px;
  }
  .low .low-inn .training_inn03 {
    background: #F5F5F5;
    border: none;
    padding: 40px 40px 20px 40px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  .low .low-inn .training_inn03 h3 {
    font-size: 180%;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .low .low-inn .training_inn03 .training_inn03_a {
    width: 49%;
  }
  .low .low-inn .training_inn03 .training_inn03_b {
    width: 49%;
  }
  .low .low-inn .training_inn03 .training_inn03_b h4 {
    margin: 0 0 10px 0;
  }
  .low .low-inn .training_inn03 .training_inn03_b p {
    margin: 0 0 20px 0;
  }
  .low .low-inn .training_inn04 {
    border-bottom: solid 1px #ccc;
    margin: 40px 0;
  }
  .low .low-inn .training_inn04 h3 span {
    padding: 2px 0 0 0;
    font-size: 26px;
  }
  .low .low-inn .training_inn04 p span {
    padding: 2px 0 0 0;
    font-size: 26px;
  }
}
/**************/
/* trial-inn */
/**************/
.low.trial-inn .low-inn.trial-inn_a h3 {
  text-align: left;
  background: #E4DAD1;
  color: #333;
  padding: 4px 10px !important;
  margin-bottom: 0;
}
.low.trial-inn .low-inn.trial-inn_a ul {
  text-align: left;
  margin: 0 0 60px 0;
}
.low.trial-inn .low-inn.trial-inn_a ul li {
  border-bottom: solid 1px #ccc;
  padding: 10px 10px;
  position: relative;
}
.low.trial-inn .low-inn.trial-inn_a ul li p {
  margin: 0;
  padding: 0 10px 0 0;
}
.low.trial-inn .low-inn.trial-inn_a ul li span {
  background: #da3a0a;
  color: #fff;
  font-size: 90%;
  padding: 4px 10px;
  margin: 0 10px 0 30px;
}
.low.trial-inn .low-inn.trial-inn_a ul li span:first-child {
  margin: 0 10px 0 0;
}
.low.trial-inn .low-inn.trial-inn_b h2 {
  margin: 0 0 40px 0;
}
.low.trial-inn .low-inn.trial-inn_b .flow {
  background: #E4DAD1;
  padding: 10px;
  margin: 0 0 20px 0;
}
.low.trial-inn .low-inn.trial-inn_b .flow h3 {
  margin: 0 0 10px 0;
  background: #806656;
  color: #E4DAD1;
}
.low.trial-inn .low-inn.trial-inn_b .flow h3 span {
  margin-right: 6px;
}
.low.trial-inn .low-inn.trial-inn_b .flow h3 span:after {
  content: ".";
}
.low.trial-inn .low-inn.trial-inn_b .flow .flow_txt {
  margin: 0 0 10px 0;
}
.low.trial-inn .low-inn.trial-inn_b .flow .flow_pt {
  margin: 0;
  line-height: 0;
}
@media screen and (min-width: 800px) {
  .low.trial-inn .low-inn.trial-inn_a h3 {
    margin: 0 0 10px 0;
  }
  .low.trial-inn .low-inn.trial-inn_a ul li p {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .low.trial-inn .low-inn.trial-inn_a ul li span {
    background: #da3a0a;
    color: #fff;
    font-size: 80%;
    padding: 4px 10px;
    margin: 0 10px 0 30px;
  }
  .low.trial-inn .low-inn.trial-inn_b .flow {
    padding: 20px;
    margin: 20px 0 40px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .low.trial-inn .low-inn.trial-inn_b .flow-a {
    position: relative;
    padding: 0 0 0 70px;
    width: 70%;
  }
  .low.trial-inn .low-inn.trial-inn_b .flow-a h3 {
    margin: 0 0 10px 0;
    background: none;
    color: #806656;
    width: 100%;
    font-weight: bold;
    font-size: 140%;
  }
  .low.trial-inn .low-inn.trial-inn_b .flow-a h3 span {
    margin-right: 6px;
    position: absolute;
    top: -20px;
    left: -20px;
    background: #806656;
    color: #fff;
    display: block;
    height: calc(100% + 40px);
    padding: 70px 20px 0 20px;
    font-size: 160%;
  }
  .low.trial-inn .low-inn.trial-inn_b .flow-a h3 span:after {
    content: none;
  }
  .low.trial-inn .low-inn.trial-inn_b .flow-a .flow_txt {
    margin: 0;
  }
  .low.trial-inn .low-inn.trial-inn_b .flow-b {
    width: 24%;
  }
}
/**************/
/* price */
/**************/
.low.price .low-inn .price_flow {
  background: #E4DAD1;
  padding: 10px;
  margin: 0 0 20px 0;
}
.low.price .low-inn .price_flow h3 {
  margin: 0 0 10px 0;
  background: #806656;
  color: #E4DAD1;
}
.low.price .low-inn .price_flow h3 span {
  margin-right: 6px;
}
.low.price .low-inn .price_flow h3 span:after {
  content: ".";
}
.low.price .low-inn .price_flow .flow_txt {
  margin: 0 0 10px 0;
}
.low.price .low-inn .price_flow .flow_pt {
  margin: 0;
  line-height: 0;
}
@media screen and (min-width: 800px) {
  .low.price .low-inn .price_flow {
    padding: 20px;
    margin: 20px 0 40px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .low.price .low-inn .price_flow .price_flow-a {
    position: relative;
    padding: 0 0 0 70px;
  }
  .low.price .low-inn .price_flow .price_flow-a h3 {
    margin: 0 0 10px 0;
    background: none;
    color: #806656;
    width: 100%;
    font-weight: bold;
    font-size: 140%;
  }
  .low.price .low-inn .price_flow .price_flow-a h3 span {
    margin-right: 6px;
    position: absolute;
    top: -20px;
    left: -20px;
    background: #806656;
    color: #fff;
    display: block;
    height: calc(100% + 40px);
    padding: 70px 20px 0 20px;
    font-size: 160%;
  }
  .low.price .low-inn .price_flow .price_flow-a h3 span:after {
    content: none;
  }
  .low.price .low-inn .price_flow .price_flow-a .flow_txt {
    margin: 0;
  }
  .low.price .low-inn .price_flow .price_flow-b {
    width: 24%;
  }
  .low.price .low-inn .price_flow .price_flow-b .flow_pt {}
}
/**************/
/* access */
/**************/
.low.access .access_pt {
  margin: 20px 0;
}
.low.access .access_tbl {}
.low.access .access_tbl #footinfo {
  text-align: left;
}
.low.access .access_tbl #footinfo dt {
  background: #E4DAD1;
  padding: 4px;
  margin: 0 0 10px 0;
}
.low.access .access_tbl #footinfo dd {
  margin: 0 0 40px 0;
  padding: 4px;
}
.low.access .access_tbl #footinfo p {
  margin: 0;
}
.low.access .access_tbl #footinfo span.week {
  font-weight: bold;
  color: #b2393c;
}
.low.access iframe {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .low.access h2 {
    width: 100%;
  }
  .low.access .access_pt {
    float: left;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .access_tbl {
    float: right;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .access_tbl #footinfo {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    border-top: none;
    margin: 0;
  }
  .low.access .access_tbl #footinfo dt {
    background: #efebe2;
    width: 20%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
  }
  .low.access .access_tbl #footinfo dd {
    padding: 10px;
    margin: 0;
    border-top: 1px solid #ccc;
    width: 80%;
    background: #fff;
    box-sizing: border-box;
  }
  .low.access .access_tbl #footinfo p {
    line-height: 1.7em;
  }
  .low.access .access_tbl #footinfo span.week {
    margin: 0;
  }
}
/**************/
/* contact */
/**************/
.inform {
  padding: 0;
  background: none;
}
.inform dl#contact_form {
  margin: 0;
  padding: 0;
}
.inform dl#contact_form dt {
  margin: 0 0 10px 0;
  padding: 4px 10px;
  background: #EFEFEF;
}
.inform dl#contact_form dt span.req {
  color: #b2393c;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.inform dl#contact_form dt span.req:before {
  content: "※";
}
.inform dl#contact_form dd {
  margin: 0 0 40px 0;
  padding: 0;
}
.inform dl#contact_form dd .wpcf7-list-item {
  width: 100%;
}
.inform .contact_btn {
  margin: 0 !important;
  padding: 0 !important;
}
.inform .contact_btn .wpcf7-submit {
  background: #b2393c;
  border: none;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 140%;
}
.inform .contact_btn .wpcf7-submit:hover {
  background: #e6b7b8;
  color: #b2393c;
}
/**************/
/* contact */
/**************/
.masthead-sentinel {
  margin-bottom: 0 !important;
}
.contact_head-pc {
  display: none;
}
.contact_head-sp {
  display: block;
}
.inform {
  padding: 0;
  background: none;
}
.inform dl#contact_form {
  margin: 0;
  padding: 0;
}
.inform dl#contact_form dt {
  margin: 0 0 10px 0;
  padding: 4px 10px;
  background: #EFEFEF;
}
.inform dl#contact_form dt span.req {
  color: #b2393c;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.inform dl#contact_form dt span.req:before {
  content: "※";
}
.inform dl#contact_form dd {
  margin: 0 0 40px 0;
  padding: 0;
}
.inform dl#contact_form dd .wpcf7-list-item {
  width: 100%;
}
.inform .contact_btn {
  margin: 0 !important;
  padding: 0 !important;
}
.inform .contact_btn .wpcf7-submit, .inform .contact_btn #cont7-conf {
  background: #b2393c;
  border: none;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 140%;
}
.inform .contact_btn #cont7-re {
  width: 100%;
  padding: 20px;
  font-size: 140%;
}
.inform .contact_btn .wpcf7-submit:hover, .inform .contact_btn #cont7-conf:hover {
  opacity: 0.6;
}
.wpcf7c-conf {
  background-color: #fff;
  color: black;
  border: 1px solid #ccc;
}
h2.wpcf7c-elm-step2 {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 auto 60px auto;
  width: 100%;
  text-align: center;
}
h2.wpcf7c-elm-step2 span {
  color: #B2393C;
}
h2.wpcf7c-elm-step2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 120px;
  height: 4px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B2393C;
}
.contact_thx {
  text-align: center;
}
.contact_thx h2 {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 auto 40px auto;
  width: 100%;
  text-align: center;
}
.contact_thx h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 120px;
  height: 4px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B2393C;
}
@media screen and (min-width: 800px) {
  .contact_head-pc {
    display: block;
    width: 900px;
    margin: auto auto 40px auto;
  }
  .contact_head-sp {
    display: none;
  }
  h2.wpcf7c-elm-step2, .contact_thx h2 {
    font-size: 130%;
  }
}
/**************/
/* blog */
/**************/
body.single-post .entry-header {
  margin: auto auto 40px auto;
  background: #e4dad1;
  border-radius: 3px;
  padding: 10px;
}
.page-header {
  margin-bottom: 60px;
}
#primary .info_box {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#primary .info_box h2 {
  margin: 0 0 20px 0 !important;
}
#primary .info_box .list_thumb {
  margin: 0 0 20px 0 !important;
}
#primary .info_box .list_thumb img {
  width: 100%;
}
#primary .info_box .list_content {}
#primary .info_box .list_content .list_date {
  color: #C00;
}
#primary .info_box .list_more a {
  color: #fff;
  font-size: 1.0rem;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #B2393C;
}
body.single-post h2 {
  font-size: 1.8rem;
  margin: 80px auto 10px;
  color: #B2393C;
  border-bottom: solid 4px #B2393C;
  text-align: center;
}
body.single-post h3 {
  font-size: 1.0rem;
  font-weight: bold;
  padding: 6px 10px;
  margin: 40px auto 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  background: #EFEFEF;
}
body.single-post .entry-content {
  margin: 15px 0 40px;
}
@media screen and (min-width: 800px) {
  #primary .info_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #primary .info_box h2 {
    width: 100%;
  }
  #primary .info_box .list_thumb {
    width: 40%;
  }
  #primary .info_box .list_thumb img {
    width: 100%;
  }
  #primary .info_box .list_content {
    width: 60%;
    padding: 0 0 0 40px;
  }
  #primary .info_box .list_content p {
    margin: 0 0 20px 0;
  }
  #primary .info_box .list_more a {
    padding: 16px;
  }
}
/**************/
/* top banner */
/**************/
.info-banner {
  /*display: table;*/
  /* display: flex;
  margin: 0 auto;
  justify-content: center;*/
  /*border: 1px solid #BEBEBE;*/
  display: block;
}
.info-banner a img {
  /*display: table;*/
  display: block;
  border: 1px solid #BEBEBE;
  margin: 0 auto 20px auto;
}
/*.info-banner a + a {
  margin-right: 20px;
  display: block;
}*/
@media screen and (max-width: 800px) {
  .info-banner {
    display: inherit;
  }
  .info-banner a img {
    width: 100%;
  }
  .info-banner a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.entry-header.elite {
  background: none;
  background-image: url("/wp/wp-content/uploads/2018/11/top_training-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.entry-header.elite h1.entry-title {
  color: #fff !important;
}
.textLeft {
  text-align: left;
}
.low .low-inn .QA-list .training_inn04 {
  text-align: left;
}
.low .low-inn .QA-list .training_inn04 h3 {
  line-height: 3rem;
}
@media screen and (max-width: 800px) {
  .low .low-inn .QA-list .training_inn04 h3 {
    line-height: 2rem;
    min-height: 3rem;
    margin-bottom: 14px;
  }
}
.low .low-inn .QA-list .training_inn04 span {
  text-align: center;
  margin-left: 0;
  margin-right: 20px;
  ;
  float: left;
}
@media screen and (max-width: 800px) {
  .low .low-inn .QA-list .training_inn04 h3 span {
    width: 33px;
    height: 33px;
    padding-top: 0;
    margin-bottom: 29px;
  }
}
.low .low-inn .QA-list .training_inn04 p {
  line-height: 1.5em;
}
.low .low-inn .QA-list .training_inn04 p span {
  line-height: 1.9em;
}
@media screen and (max-width: 800px) {
  .low .low-inn .QA-list .training_inn04 p span {
    width: 33px;
    height: 33px;
    padding-top: 5px;
    line-height: 1.2em;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 800px) {
  .low.price.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-41-0 {
    padding-bottom: 20px !important;
  }
  .low.price.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-41-1 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}
.low .low-inn h3.ttl-table {
  /*border-radius: 5px;*/
  line-height: 3rem;
  letter-spacing: 2px;
  color: #fff;
  display: table;
  width: 100%;
  padding: 20px 20px 0;
  margin: 60px auto 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 800px) {
  .low .low-inn h3.ttl-table {
    line-height: 2rem;
    padding: 14px 16px 0;
    margin: 30px auto 0;
    font-size: 0.7rem;
    min-width: 100%;
  }
}
.low .low-inn h3.ttl-table:first-child {
  margin-top: 0;
}
.low .low-inn h3.ttl-table .jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1rem;
}
@media screen and (max-width: 800px) {
  .low .low-inn h3.ttl-table .jp {
    font-size: 1.2rem;
    line-height: 0.5rem;
  }
}
.low .low-inn h3.ttl-table.ttl000 {
  background-color: #333 !important;
}
.low .low-inn h3.ttl-table.ttl000 + table#tablepress-1 tr th {
  background-color: #666 !important;
}
.low .low-inn h3.ttl-table.ttl001 {
  background-color: #40A24B !important;
}
.low .low-inn h3.ttl-table.ttl001 + .table001 table tr th {
  background-color: #72C07A !important;
}
.low .low-inn h3.ttl-table.ttl002 {
  background-color: #A92326 !important;
}
.low .low-inn h3.ttl-table.ttl002 + .table002 table tr th {
  background-color: #C9575A !important;
}
.low .low-inn h3.ttl-table.ttl003 {
  background-color: #A07908 !important;
}
.low .low-inn h3.ttl-table.ttl003 + .table003 table tr th {
  background-color: #B5963C !important;
}
@media screen and (max-width: 800px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll table {
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background-color: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #BCBCBC;
  }
}
ul.card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 800px) {
  ul.card-list {
    flex-wrap: wrap;
  }
  ul.card-list li {
    width: calc(100% / 3);
  }
  ul.card-list.vsrd-bottom li:nth-child(1), ul.card-list.vsrd-bottom li:nth-child(2) {
    display: none;
  }
}
/**************/
/* top view */
/**************/
#pg-7-0 .siteorigin-panels-stretch.panel-row-style.panel-row-style-for-7-0 {
  position: relative;
  overflow: hidden;
}
#pgc-7-0-0 #panel-7-0-0-1 {
  width: 100%;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 200;
}
@media screen and (max-width: 800px) {
  #pgc-7-0-0 #panel-7-0-0-1 img {
    width: 80%;
  }
}
/**************/
/* link tel */
/**************/
a[href*="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}
/**************/
/* page title */
/**************/
#main {
  position: relative;
}
#con-title {
  position: absolute;
  left: 50px;
  top: 20px;
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 4px;
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #con-title {
    left: auto;
    top: auto;
    letter-spacing: 2px;
    font-size: 1.7rem;
    position: inherit;
    text-align: center;
    color: #B2393C;
  }
}
#con-title span {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 800px) {
  #con-title span {
    font-size: 0.8rem;
    display: block;
  }
}
.so-panel.widget.widget_media_image.panel-first-child {
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .so-panel.widget.widget_media_image.panel-first-child {
    height: auto;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .top_reason .catch_reason + p, .top_about .about_a, .top_about .about_b, .top_training, .low .low-inn, .top_faq, .low .low-inn .QA-list .training_inn04 h3 {
    text-align: left;
  }
  .top_training h2, .low .low-inn h3, .top_training .training-inn .training_a ul li h3, .btn-training_list, .top_faq .faq_inn .faq_a h2, .low .low-inn .training_inn03 .training_inn03_b h4 {
    text-align: center;
  }
  .low .low-inn h2 {
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  br.sp {
    line-height: 0.3;
  }
  .top_reason .top_reason-inn .frmA .frmA_txt {
    width: 75%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/**************/
/* footer SNS */
/**************/
ul.sns-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
}
ul.sns-list li {
  width: calc(18% / 3);
  text-align: center;
}
ul.sns-list li img {
  width: 64%;
  height: auto;
}
@media screen and (max-width: 800px) {
  footer#colophon ul.sns-list {
    flex-wrap: wrap;
    padding-left: 0;
    width: 50%;
    margin: 0 auto;
    justify-content: space-between;
  }
  footer#colophon ul.sns-list li {
    width: calc(84% / 3);
    border: none;
    padding: 0;
  }
  footer#colophon ul.sns-list li img {
    width: 100%;
    height: auto;
  }
}
/**************/
/* Instagram */
/**************/
.instagramBox {
  position: relative;
}
.instagramBox a.sns_link_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/**************/
/* Twitter */
/**************/
@media screen and (max-width:999px) {
  .twitterBox iframe {
    height: 80% !important;
    display: block !important;
    min-height: 420px !important;
  }
}
/**************/
/* フローティング */
/**************/
ul.floating {
  display: flex;
}
footer#colophon {
  padding-bottom: 80px;
}
ul.floating {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #FFFFFF;
  display: flex;
  flex-wrap: nowrap;
  z-index: 100;
}
@media all and (max-width: 767px) {
  ul.floating {
    padding-left: 0 !important;
	font-size: 2.0rem;
  }
}
ul.floating li {
  width: calc(100% / 3);
  list-style: none;
  padding: 20px 2%;
  border: none;
  border-right: 1px solid #FFFFFF;
  text-align: center;
}
@media all and (max-width: 767px) {
  ul.floating li {
    padding: 4% 0 !important;
  }
}
ul.floating li:last-child {
  border: none;
  padding-right: 4%;
}
ul.floating li a {
  position: relative;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1vw;
}
@media all and (max-width: 999px) {
  ul.floating li a {
    font-size: 80%;
    letter-spacing: inherit;
    font-weight: normal;
    text-align: center;
  }
}
ul.floating li a:link:hover:visited {
  color: #FFFFFF !important;
}
ul.floating li a::before {
  content: "";
  width: 30px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -3%;
  right: auto;
  border-top: none;
  border-right: none;
  transform: none;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  ul.floating li a::before {
    width: 19px;
    height: 18px;
    left: 12%;
    top: -3%;
  }
}
ul.floating li a.tel::before {
  background-image: url("https://asap-fitness.jp/wp/wp-content/uploads/2021/09/icon_tel.png");
}
ul.floating li a.web::before {
  background-image: url("https://asap-fitness.jp/wp/wp-content/uploads/2021/09/icon_web.png");
}
ul.floating li a.mail::before {
  background-image: url("https://asap-fitness.jp/wp/wp-content/uploads/2021/09/icon_mail.png");
}
ul.floating li pc {
  display: inline-block !important;
}
@media all and (max-width: 767px) {
  ul.floating li .sp {
    display: inline-block !important;
  }
}
/**************/
/* TOP VIEW スリック */
/**************/
body.responsive .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  
}
.inner, #primary.content-area.blog_list {
  width: 100% !important;
/*  max-width: 1080px !important;*/
  margin-left: auto;
  margin-right: auto;
}
#top_view_slider .sp {
  display: none;
}
@media screen and (max-width:896px) {
  body.responsive .container {
    padding: 0 10px;
  }
  #top_view_slider .sp {
    display: block;
  }
  #top_view_slider .pc {
    display: none;
  }
}
#top_view_slider {
  width: 100%;
}
#top_view_slider button {
  box-shadow: none;
}
/*--------画像サイズ調整---------*/
#top_view_slider img {
  width: 100%;
}
/*-----------height調整----------*/
#top_view_slider .slick-slide {
  height: auto !important;
}
/*-----------矢印表示----------*/
#top_view_slider .slick-next {
  right: 0 !important;
}
#top_view_slider .slick-prev {
  left: 0 !important;
}
#top_view_slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}
#top_view_slider .slick-arrow:before {
  font-size: 30px !important;
}
/*------------------------------*/
#masthead.layout-centered .container-inner {
  max-width: 1080px !important;
  margin: 0 auto;
}
#masthead {
  margin: 0 !important;
}
/**************/
/* voice-list */
/**************/
.low.training h2 {
  margin: 0 0 40px 0;
}
.low .low-inn .voice_list_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.low .low-inn .voice_list {
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 0 40px 0;
  width: 49%;
}
.low .low-inn .voice_list a {
  display: block;
  padding: 20px;
  color: initial;
  text-decoration: none;
}
.low .low-inn .voice_list .voice_list-b .btn-training_list {
  background: #B2393C;
  color: #fff;
  margin: 0;
  padding: 4px;
}
@media screen and (min-width: 800px) {
  .low.training h2 {
    margin: 0 0 80px 0;
  }
  .low .low-inn .voice_list {
    margin: 0 0 60px 0;
  }
  .low .low-inn .voice_list a {
    /*    display: -webkit-flex;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    position: relative;
  }
  .low .low-inn .voice_list .voice_list-a {
    width: 100%;
    line-height: 0;
  }
  .low .low-inn .voice_list .voice_list-b {
    width: 100%;
    text-align: left;
  }
  .low .low-inn .voice_list .voice_list-b h3 {
    margin: 20px 0 0 0;
    font-size: 160%;
  }
  .low .low-inn .voice_list .voice_list-b p {
    margin: 0;
    font-size: 100%;
    display: block;
    height: 160px;
  }
  .low .low-inn .voice_list .voice_list-b .btn-training_list {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .low .low-inn .voice_list_wrap {
    flex-wrap: wrap;
  }
  .low .low-inn .voice_list {
    background: #fff;
    border: solid 1px #ccc;
    margin: 0 0 40px 0;
    width: 100%;
  }
  .low .low-inn .voice_list {
    background: #fff;
    border: solid 1px #ccc;
    margin: 0 0 40px 0;
  }
  .low .low-inn .voice_list a {
    display: block;
    padding: 10px;
    color: initial;
    text-decoration: none;
  }
  .low .low-inn .voice_list .tvoice_list-b .btn-training_list {
    background: #B2393C;
    color: #fff;
    margin: 0;
    padding: 4px;
  }
}
/**************/
/* list 店舗一覧　*/
/**************/
.low.access .list_pt {
  margin: 20px 0;
  border: #ccc solid 4px;
}
.low.access .list_pt2 {
  margin: 20px 0;
  border: none;
}
.low.access .list_tbl {
  margin: 30px auto;
}
.low.access .list_tbl h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222222;
}
.low.access .list_tbl #footinfo {
  text-align: left;
  margin: 0 auto;
}
.low.access .list_tbl #footinfo dt {
  padding: 4px;
  margin: 0 0 10px 0;
  font-weight: 800;
  color: #222;
  background: #E4DAD1;
  font-size: 1.2em;
}
.low.access .list_tbl #footinfo dd {
  margin: 0 0 20px 0;
  padding: 4px;
  font-size: 1.2em;
}
.low.access .list_tbl #footinfo p {
  margin: 0;
}
.low.access .list_tbl #footinfo span.week {
  font-weight: bold;
  /*  color: #b2393c;*/
}
.low.access iframe {
  width: 100%;
  border: #ccc solid 4px;
}
.low.access .list_btn {
  clear: both;
  margin: 50px auto 0 auto;
}
.low.access .list_btn a {
  display: block;
  /*	width: 80%;*/
  padding: 16px;

  border-radius: 15px;
  background-color: #93181B;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
.low.access .list_btn a::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
/* スクリーンサイズが800px以上の場合に適用 */
@media screen and (min-width: 800px) {
  .low.access h2 {
    width: 100%;
  }
  .low.access .shop-list {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .low.access .list_pt {
    float: left;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .list_pt2 {
    float: left;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .list_tbl {
    float: right;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .list_tbl h3 {
    color: #222222;
    text-align: left;
  }
  .low.access .list_tbl #footinfo {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    margin: 0;
  }
  .low.access .list_tbl #footinfo dt {
    background-color: transparent;
    width: 25%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 2px dotted #ccc;
  }
  .low.access .list_tbl #footinfo dt:last-of-type {
    border-bottom: none;
  }
  .low.access .list_tbl #footinfo dd {
    padding: 10px;
    margin: 0;
    border-bottom: 2px dotted #ccc;
    width: 75%;
    background-color: transparent;
    box-sizing: border-box;
  }
  .low.access .list_tbl #footinfo dd:last-child {
    border-bottom: none;
  }
  .low.access .list_tbl #footinfo p {
    line-height: 1.7em;
  }
  .low.access .list_btn {
    display: flex;
    justify-content: space-between;
  }
  .low.access .list_btn .list_btn_item {
    width: 30%;
    padding: 0;
  }
}
.low.access .list_btn .list_btn_item {
  margin-bottom: 20px;
}
/**************/
/* shop */
/**************/
.low.access .shop_fac_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.low.access .shop_fac_box .shop_fac_item {
  width: 30%;
  margin-bottom: 50px;
  text-align: center;
}
.low.access .shop_fac_box .shop_fac_item img {
  width: 100%;
}
.low.access .shop_map {
  width: 80%;
  border: 2px #D6D6D6 solid;
  margin: 0 auto;
}
.low.access .shop_info {
  width: 80%;
  margin: 0 auto;
}
.low.access .shop_info #footinfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2em;
  text-align: left;
}
.low.access .shop_info #footinfo dt {
  width: 20%;
  border-bottom: 2px dotted #ccc;
  font-weight: 800;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.low.access .shop_info #footinfo dd {
  width: 80%;
  border-bottom: 2px dotted #ccc;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
/* スクリーンサイズが800px以下の場合に適用 */
@media screen and (max-width: 800px) {
  .low.access .shop_fac_box .shop_fac_item {
    width: 48%;
    margin-bottom: 20px;
  }
  .low.access .shop_map {
    width: 100%;
    border: 2px #D6D6D6 solid;
    margin: 0;
  }
  .low.access .shop_info {
    width: 100%;
    margin: 0;
  }
  .low.access .shop_info #footinfo {
    flex-wrap: wrap;
    font-size: 1.2em;
  }
  .low.access .shop_info #footinfo dt {
    width: 100%;
    background: #E4DAD1;
    padding: 4px;
    margin: 0 0 10px 0;
    font-weight: 800;
    color: #222;
  }
  .low.access .shop_info #footinfo dd {
    width: 100%;
    padding: 4px;
    border-bottom: none;
    margin: 0 0 20px 0;
  }
}
/**************/
/* facility-list */
/**************/
.low.training h2 {
  margin: 0 0 40px 0;
}
.low .low-inn .facility_list_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.low .low-inn .facility_list {
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 0 40px 0;
  width: 49%;
}
.low .low-inn .facility_list a {
  display: block;
  padding: 20px;
  color: initial;
  text-decoration: none;
}
.low .low-inn .facility_list .facility_list-b .btn-facility_list {
  background: #B2393C;
  color: #fff;
  margin: 0;
  padding: 4px;
}
@media screen and (min-width: 800px) {
  .low.training h2 {
    margin: 0 0 80px 0;
  }
  .low .low-inn .facility_list {
    margin: 0 0 60px 0;
  }
  .low .low-inn .facility_list a {
    position: relative;
  }
  .low .low-inn .facility_list .facility_list-a {
    width: 100%;
    line-height: 0;
  }
  .low .low-inn .facility_list .facility_list-b {
    width: 100%;
    text-align: left;
  }
  .low .low-inn .facility_list .facility_list-b h3 {
    margin: 20px 0 0 0;
    font-size: 160%;
  }
  .low .low-inn .facility_list .facility_list-b p {
    margin: 0;
    font-size: 100%;
    display: block;
    height: 80px;
  }
  .low .low-inn .facility_list .facility_list-b .btn-facility_list {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 100%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .low .low-inn .facility_list_wrap {
    flex-wrap: wrap;
  }
  .low .low-inn .facility_list {
    background: #fff;
    border: solid 1px #ccc;
    margin: 0 0 40px 0;
    width: 100%;
  }
  .low .low-inn .facility_list {
    background: #fff;
    border: solid 1px #ccc;
    margin: 0 0 40px 0;
  }
  .low .low-inn .facility_list a {
    display: block;
    padding: 10px;
    color: initial;
    text-decoration: none;
  }
  .low .low-inn .facility_list .facility_list-b .btn-facility_list {
    background: #B2393C;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: center;
  }
}
/***************************************/
/* shop_detail 店舗詳細ページ　*/
/***************************************/
.low.access .shop_detail_pt {
  margin: 20px 0;
  border: #ccc solid 4px;
}
.low.access .shop_detail_pt2 {
  margin: 20px 0;
  border: none;
}
.low.access .shop-detail_tbl {
  margin: 30px auto;
}
.low.access .shop-detail_tbl h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222222;
}
.low.access .shop-detail_tbl #footinfo {
  text-align: left;
  margin: 0 auto;
}
.low.access .shop-detail_tbl #footinfo dt {
  padding: 4px;
  margin: 0 0 10px 0;
  font-weight: 800;
  color: #222;
  background: #E4DAD1;
  font-size: 1.2em;
}
.low.access .shop-detail_tbl #footinfo dd {
  margin: 0 0 20px 0;
  padding: 4px;
  font-size: 1.2em;
}
.low.access .shop-detail_tbl #footinfo p {
  margin: 0;
}
.low.access .shop-detail_tbl #footinfo span.week {
  font-weight: bold;
  /*  color: #b2393c;*/
}
.low.access iframe {
  width: 100%;
  border: #ccc solid 4px;
}
.low.access .shop-detail_btn a::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.low.access .shop-d_reserve {
  width: 100%;
}
/* スクリーンサイズが800px以上の場合に適用 */
@media screen and (min-width: 800px) {
  .low.access h2 {
    width: 100%;
  }
  .low.access .shop-detail {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .low.access .shop-detail_pt {
    float: left;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .shop-detail_pt2 {
    float: left;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .shop-detail_tbl {
    float: right;
    width: 49%;
    margin: 20px 0 0 0;
  }
  .low.access .shop-detail_tbl h3 {
    color: #222222;
    text-align: left;
  }
  .low.access .shop-detail_tbl #footinfo {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    margin: 0;
  }
  .low.access .shop-detail_tbl #footinfo dt {
    background-color: transparent;
    width: 25%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 2px dotted #ccc;
  }
  .low.access .shop-detail_tbl #footinfo dt:last-of-type {
    border-bottom: none;
  }
  .low.access .shop-detail_tbl #footinfo dd {
    padding: 10px;
    margin: 0;
    border-bottom: 2px dotted #ccc;
    width: 75%;
    background-color: transparent;
    box-sizing: border-box;
  }
  .low.access .shop-detail_tbl #footinfo dd:last-child {
    border-bottom: none;
  }
  .low.access .shop-detail_tbl #footinfo p {
    line-height: 1.7em;
  }
  .low.access .shop-d_reserve {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }
  .low.access .shop-d_reserve :first-child {
    padding-right: 20px;
  }
  .low.access .shop-d_reserve .shop_reserve_item {
    display: block;
    padding: 0;
  }
  .low.access .shop-d_gallery {
    display: flex;
    justify-content: space-between;
    background-color: #F6F5F2;
  }
  .low.access .shop-d_gallery :first-child {
    padding-left: 1%;
  }
  .low.access .shop-d_gallery .shop-d_gall_item {
    display: block;
    width: 25%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .low.access .shop-d_gallery .shop-d_gall_item :last-child {
    margin-right: 0;
  }
  .low.access .shop-d_map p {
    text-align: left;
    line-height: 1.5rem;
  }
  .low.access .list_btn .shop-d_map-center {
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  .low.access .shop-d_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F6F5F2;
    padding: 1.5%;
  }
  .low.access .shop-d_gallery img {
    width: 49%;
    margin: 0 0 1.5% 0;
  }
  .low.access .list_btn {
    clear: both;
    margin: 10px auto 0 auto;
  }
}
/***************************************/
/* 2023.05.11 layout change　*/
/***************************************/

/*-------------------------------
	TOP バナー スリック
-------------------------------*/
#top_banner_slider {
  background-color: #F1E8E0;
  padding: 20px 0;
}

#top_banner_slider img {
  object-fit: contain;
  height: 200px;
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
#top_banner_slider img {
  height: auto;
  max-height: inherit;
}	
}

/*-------------------------------
	ASAPが選ばれる理由
-------------------------------*/
.top_reason {
  padding-top: 20px;
  background-image: none;
}
@media screen and (min-width: 800px) {
  .top_reason {
    background-image: none;
  }
}
.top_reason .catch_reason {
  background-image: none;
  color: #EB6100;
}
@media screen and (max-width: 800px) {
.top_reason .catch_reason + p {
	padding: 0 10px;
}	
}
/*-------------------------------
	トレーニング実績
-------------------------------*/
#top_voice {
  padding: 100px 0;
  background-image: url(/wp/wp-content/uploads/2023/05/bg_voice.jpg);
  background-size: cover;
	overflow: hidden;
}
#top_voice .catch_voice {
  color: #fff;
  font-size: 130%;
  font-weight: 400;
  display: table;
  margin: 0 auto;
}
#top_voice h2 {
  font-size: 180% !important;
  font-weight: bold;
  color: #FEAB35;
  display: table;
  margin: 0 auto 20px;
}
#top_voice .btn_voice{
  display: flex; align-items: center; align-content: center; justify-content: center;
  color: #fff; font-size: 18px; font-weight: bold; text-decoration: none;
}
#top_voice .btn_voice:before {
  content: '\f105'; font-family: FontAwesome;
  display: flex; align-items: center; justify-content: center;
  width: 50px; aspect-ratio: 1/1; margin-right: 8px;
  background: linear-gradient(to right,#ee7700,#f09800);
  color: #fff;
  border-radius: 50%;
}
/*-------------------------------
	トレーニング実績 スリック
-------------------------------*/
#top_voice .slick-slide{
  margin: 10px;
}
#top_voice .voice__list__box, #top_voice .voice__list__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top
}
#top_voice .voice__list__box .voice__list, #top_voice .voice__list__box .voice__list {
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
  border: 1px solid #393939;
  width: 30%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box /*voice__list*/
}
#top_voice .voice__list__box .voice__list .voice__list__category {
  margin-bottom: 20px;
}
#top_voice .voice__list__category .linkUl, #top_voice .voice__list__category .linkUl {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 0 80px;
  justify-content: center;
  /*header + ul*/
}
@media screen and (max-width: 800px) {
  #top_voice .voice__list__category .linkUl, #top_voice .voice__list__category .linkUl {
    display: inherit;
    margin-bottom: 30px;
  }
}
#top_voice .voice__list__category .linkUl li, #top_voice .voice__list__category .linkUl li {
  width: calc(100% / 5 - 30px);
  margin-right: 1%;
}
@media screen and (max-width: 800px) {
  #top_voice .voice__list__category .linkUl li, #top_voice .voice__list__category .linkUl li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  #top_voice .voice__list__category .linkUl li:last-child, #top_voice .voice__list__category .linkUl li:last-child {
    margin-left: auto !important;
    background-color: #444 !important;
    float: right;
  }
}
#top_voice .voice__list__category .linkUl li a, body.tax-voicecategory #main header + ul li a, #top_voice .voice__list__category .linkUl li a {
  text-decoration: none;
  background-color: #b2393c;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2;
  display: block;
  width: auto;
  font-size: 0.9rem;
}
@media screen and (max-width: 800px) {
  #top_voice .voice__list__category .linkUl li a, #top_voice .voice__list__category .linkUl li a {
    line-height: 2.5;
	  font-size: 2.5vw;
  }
}
#top_voice .voice__list__category .linkUl, #top_voice .voice__list__category .linkUl {
  margin: 0;
  justify-content: flex-start;
  position: relative;
  /*header + ul*/
}
#top_voice .voice__list__category .linkUl li, #top_voice .voice__list__category .linkUl li {
  width: auto;
  margin-right: 1%;
}
#top_voice .voice__list__category .linkUl li:last-child, #top_voice .voice__list__category .linkUl li:last-child {
  margin-left: auto;
  background-color: #444;
}
#top_voice .voice__list__category .linkUl li:last-child a, #top_voice .voice__list__category .linkUl li:last-child a {
  background-color: #444 !important;
}
@media screen and (max-width: 800px) {
  #top_voice .voice__list__category .linkUl li, #top_voice .voice__list__category .linkUl li {
    display: inline-block;
  }
}
#top_voice .voice__list__category .linkUl li a, #top_voice .voice__list__category .linkUl li a {
  padding: 0 10px;
    font-size: 0.7rem;
}
#top_voice .voice__list__box, #top_voice .voice__list__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top
}
#top_voice .voice__list__box .voice__list, #top_voice .voice__list__box .voice__list {
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
  width: 30%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box /*voice__list*/
}
#top_voice .voice__list__box .voice__list .voice__list__category {
  margin-bottom: 20px;
}
/* 最後のコンテンツを左寄せにする指定 */
#top_voice .voice__list__box:after, #top_voice .voice__list__box:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
@media screen and (max-width: 800px) {
  #top_voice .voice__list__box .voice__list, #top_voice .voice__list__box .voice__list {
    width: 100%;
    margin-right: 0;
  }
}
#top_voice .voice__list__box .voice__list .voice__list__img img, #top_voice .voice__list__box .voice__list .voice__list__img img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 800px) {
  #top_voice .voice__list__box .voice__list .voice__list__img img, #top_voice .voice__list__box .voice__list .voice__list__img img {
    height: auto;
  }
}
#top_voice .voice__list__box .voice__list .voice__list__results table, #top_voice .voice__list__box .voice__list .voice__list__results table {
  background-color: #fff;
}
#top_voice .voice__list__box .voice__list .voice__list__results table .after_no, #top_voice .voice__list__box .voice__list .voice__list__results table .after_no {
  color: #b2393c;
}
#top_voice .voice__list__box .voice__list a.link, #top_voice .voice__list__box .voice__list a.link {
  text-align: right;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  color: #A48015;
  padding-right: 22px;
}
#top_voice .voice__list__box .voice__list a.link:after, #top_voice .voice__list__box .voice__list a.link:after {
  position: absolute;
  content: "";
  border-top: solid 3px transparent;
  border-right: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 15px #A48015;
  right: -11px;
  transform: translateX(-50%);
  text-align: right;
  display: block;
  bottom: 9px;
}
.slider .slide {
  margin: 10px;
}
@media screen and (max-width: 800px) {
	#top_voice .voice__list__box .voice__list .voice__list__img img{
		height: 150px;
		object-fit: cover;
	}
}
/*-------------------------------
	トレーニングコース
-------------------------------*/
	#pg-7-7 > .panel-row-style.top_training {
		background: none;
    background-image: url(/wp/wp-content/uploads/2023/05/bg_top_training.jpg);
		background-size: cover;
}
.top_training .training-inn .catch_training {
    font-size: 130%;
    font-weight: 400;
    display: table;
    margin: 0 auto;
}
.top_training .training-inn h2 {
    font-size: 180% !important;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}
.top_training .training-inn p.txt {
	color: #000;
	text-align: left;
}
.top_training .training-inn .training_a ul li h3{
	color: #EB6100;
}
/*-------------------------------
	トレーナー紹介
-------------------------------*/
	/* #pg-7-8 > .panel-row-style.top_staff {
		background-image: none;
		background: #EB6100;
}
@media screen and (max-width: 800px) {
	#pg-7-8 > .panel-row-style.top_staff {
		padding: 50px 0;
}
} */
.top_staff p{
	margin-left: auto;
	margin-right: auto;
}
.top_staff .top-staff-inn .top-staff-column{
	display: flex;
	height: 50vh;
}
@media screen and (max-width: 1290px) {
.top_staff .top-staff-inn .top-staff-column{
	display: flex;
	height: auto;
}
}
@media screen and (max-width: 800px) {
.top_staff .top-staff-inn .top-staff-column{
	display: inherit;
	height: auto;
}	
}
/* .top_staff .top-staff-inn .top-staff-column .top-staff-column-item:first-child{
	width: 40%;
	text-align: center;
	color: #fff;
	padding: 80px;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.top_staff .top-staff-inn .top-staff-column .top-staff-column-item:first-child{
	width: auto;
	padding: 20px;
}	
}
.top_staff .top-staff-inn .top-staff-column .top-staff-column-item:first-child p{
	width: auto;
	max-width: 300px;
}
@media screen and (max-width: 800px) {
.top_staff .top-staff-inn .top-staff-column .top-staff-column-item:first-child p{
	max-width: inherit;
}
} */
.top_staff .top-staff-inn .top-staff-column .top-staff-column-item:nth-child(2){
	width: 60%;
  font-size: 0; line-height: 0;
}
@media screen and (max-width: 800px) {
.top_staff .top-staff-inn .top-staff-column .top-staff-column-item:nth-child(2){
	width: auto;
}	
}
.top_staff .top-staff-inn .top-staff-column .top-staff-column-item:nth-child(2) .top_staff_pt{
	width: 100%;
	height: 100%;
}
.top_staff .top-staff-inn .top-staff-column .top-staff-column-item:nth-child(2) .top_staff_pt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .top_staff h2 {
    font-size: 180% !important;
    font-weight: bold;
    display: table;
    margin: 0 auto 20px;
}
.top_staff .catch_staff {
    font-size: 130%;
    font-weight: 400;
    display: table;
    margin: 0 auto;
} */
.top_staff .btn_staff {
  display: flex; align-items: center; align-content: center; justify-content: flex-end;
  width: 100%;

  color: #fff; font-size: 18px; font-weight: bold; text-decoration: none;
}
.top_staff .btn_staff:before {
  content: '\f105'; font-family: FontAwesome;
  display: flex; align-items: center; justify-content: center;
  width: 50px; aspect-ratio: 1/1; margin-right: 8px;
  background: linear-gradient(to right,#ee7700,#f09800);
  color: #fff;
  border-radius: 50%;
}

/*-------------------------------
	店舗一覧
-------------------------------*/
	#pg-7-9 > .panel-row-style.top_store {
		background-image: url(/wp/wp-content/uploads/2023/05/bg_store.png) !important;
		background-size: cover;
		background: #F9F9F9;
		padding: 100px 0;
}
@media screen and (max-width: 800px){
	#pg-7-9 > .panel-row-style.top_store {
		padding: 50px 0;
}	
}
@media screen and (min-width: 800px){
	.top_store .top-store-inn {
    width: 1060px;
		margin-left: auto;
		margin-right: auto;
}
}

.top_store .catch_store {
    color: #EB6100;
    font-size: 130%;
    font-weight: 400;
    display: table;
    margin: 0 auto;
}
.top_store h2 {
    font-size: 180% !important;
    font-weight: bold;
    color: #EB6100;
    display: table;
    margin: 0 auto 20px;
}
.top_store .top-store-inn .top-store-column{
	display: flex;
	justify-content: space-around;
}
.top_store .top-store-inn .top-store-column .top-store-column-item{
	width: calc(100%/2 - 36px);
	text-align: center;
}
.top_store .top-store-inn .top-store-column .top-store-column-item h3{
	font-weight: bold;
}
@media screen and (max-width: 800px){
	.top_store .top-store-inn .top-store-column .top-store-column-item h3{
	
	    font-weight: bold;
    font-size: 3.2vw;
}
}
.top_store .btn_store {
  display: flex; align-items: center; align-content: center; justify-content: flex-end;
  color: #222; font-size: 18px; font-weight: bold; text-decoration: none;
}
.top_store .btn_store:before {
  content: '\f105'; font-family: FontAwesome;
  display: flex; align-items: center; justify-content: center;
  width: 50px; aspect-ratio: 1/1; margin-right: 8px;
  background: linear-gradient(to right,#ee7700,#f09800);
  color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width:640px){
  .top_store .btn_store {
    font-size: 14px;
  }
  .top_store .btn_store:before {
    width: 38px; margin-right: 6px;
  }
}

/*-------------------------------
	体験コース 初めての方は60分体験レッスン
-------------------------------*/
.top_other .bnr_trial{
    background-image: url(/wp/wp-content/uploads/2023/05/top_training-bg.png);
}

/*-------------------------------
	ナビ
-------------------------------*/
@media screen and (min-width: 800px){
#masthead.layout-centered .main-navigation {
    background: #fff;
}
	
}
@media screen and (min-width: 800px){
.main-navigation ul > li {
    border-left: 1px solid #191919;
	padding: 0 5px !important;
}	
}
@media screen and (min-width: 800px){
.main-navigation ul > li > a {
	white-space: nowrap;
}	
}
@media screen and (min-width: 800px){
.main-navigation ul > li > ul > li {
    border-left: none;
}	
}
@media screen and (min-width: 800px){
	#masthead.layout-centered .main-navigation a:link, #masthead.layout-centered .main-navigation a:hover, #masthead.layout-centered .main-navigation a:visited {
    color: #191919;
}
}
@media screen and (min-width: 800px){
	#masthead.layout-centered .container-inner {
		background-color: #303030;
}
}
#masthead{
/*	background-color: #303030 !important;*/
}
@media screen and (min-width: 800px){
  #masthead.layout-centered .site_branding p {
    color: #fff;
	font-size: 14px;
}
}
#masthead.layout-centered .container-inner {
	margin-top: 0;
	width: 98% !important;
	max-width: inherit !important;
	padding: 0;
}
@media screen and (min-width: 800px){
#masthead.layout-centered .site_branding p {
    margin: 32px 0 0 18px;
}
	
}

@media screen and (max-width: 800px){
#masthead.layout-centered .site_branding p {
	color: #fff;
}
	
}
/*-------------------------------
	下層　ヘッドライン
-------------------------------*/
.entry-header.elite {
    background-image: url(/wp/wp-content/uploads/2023/05/top_training-bg.png);
}
/*-------------------------------
	下層　見出し
-------------------------------*/
.low .low-inn h2:before {
    background-color: #EB6100;
}
/*-------------------------------
	下層　コンテンツナビ
-------------------------------*/
#pg-358-5> .panel-row-style,#pg-1129-6> .panel-row-style {
    background-color: #191919 !important;
	
}
#pg-358-5> .panel-row-style p,#pg-1129-6> .panel-row-style p  {
	text-align: center;
}
/*-------------------------------
	フッター
-------------------------------*/
@media screen and (min-width: 800px){
footer#colophon .site-info {
    background: #222222 !important;
} 
}
/*-------------------------------
	パンくず
-------------------------------*/
.breadcrumbs{
    padding: 0 20px;
}
/*-------------------------------
	ASAPとは
-------------------------------*/
.low .low-inn .about_list .about_list-b .btn-about_list {
    background: #EB6100 !important;
}
/*-------------------------------
	店舗一覧
-------------------------------*/
.shoplist__box .inbox .txt h3::after {
    background: #EB6100 !important;
}
.shoplist__box .inbox .txt .btn-details .details a {
    background: #EB6100 !important;
}
/*-------------------------------
	店舗一覧 パーソナルトレーニング ASAP 水戸店
-------------------------------*/
.shopdetails__headline h2::after {
    background: #EB6100 !important;
}
/*-------------------------------
	お客様の声
-------------------------------*/
.low .low-inn .voice_list .voice_list-b .btn-training_list {
    background: #EB6100 !important;
}
/*-------------------------------
	共通
-------------------------------*/
div a {
    color: #EB6100;
}
/*-------------------------------
	トレーニングコース
-------------------------------*/
.low .low-inn .training_list .training_list-b .btn-training_list {
    background: #EB6100 !important;
}
/*-------------------------------
	健康・免疫力向上
-------------------------------*/
.low .low-inn .training_inn03 h3 {
    color: #EB6100;
}
.low .low-inn .training_inn04 h3 span {
    background: #EB6100 !important;
}
.low .low-inn .training_inn04 h3 {
    color: #EB6100;
}
.low .low-inn .training_inn04 p span {
    background: #F6A90C;
}
#pg-209-4> .panel-row-style {
    background: #191919 !important;
}
#pg-209-4> .panel-row-style p {
	text-align: center;
}
.low .low-inn .training_inn03 .training_inn03_b h4 {
    background: #191919;
}
/*-------------------------------
	上級者向け
-------------------------------*/
#pg-217-4> .panel-row-style{
    background: #191919 !important;
}
#pg-217-4> .panel-row-style p{
	text-align: center;
}
/*-------------------------------
	ゴルフ
-------------------------------*/
#pg-222-4> .panel-row-style {
    background: #191919 !important;
}
#pg-222-4> .panel-row-style p{
	text-align: center;
}
/*-------------------------------
	ビフォーアフター
-------------------------------*/
body.post-type-archive-voice #main .page-title:before, body.tax-voicecategory #main .page-title:before {
    background-color: #EB6100;
}
body.post-type-archive-voice #main header + ul li a, body.post-type-archive-voice #main .voice__list__category .linkUl li a, body.tax-voicecategory #main header + ul li a, body.tax-voicecategory #main .voice__list__category .linkUl li a {
    background-color: #EB6100;
    white-space: nowrap;
	border-radius: 3px;
}
body.post-type-archive-voice #main header + ul, body.post-type-archive-voice #main .voice__list__category .linkUl, body.tax-voicecategory #main header + ul, body.tax-voicecategory #main .voice__list__category .linkUl {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 20px 80px;
    justify-content: flex-start;
}
body.post-type-archive-voice #main header + ul li, body.post-type-archive-voice #main .voice__list__category .linkUl li, body.tax-voicecategory #main header + ul li, body.tax-voicecategory #main .voice__list__category .linkUl li {
    margin-bottom: 20px;
}
/*-------------------------------
	美容・姿勢改善
-------------------------------*/
#pg-213-4> .panel-row-style {
    background-color: #191919 !important;
}
#pg-213-4> .panel-row-style p {
	text-align: center;
}
/*-------------------------------
	ビフォーアフター
-------------------------------*/
#voice .inner h2:before {
    background: #EB6100 !important;
}
#voice .inner .voice__headline .linkUl li a {
    background: #EB6100 !important;
}
#voice .inner .voice__summary .voice__summary__box {
    background-image: url(/wp/wp-content/uploads/2023/05/top_training-bg.png);
}
#voice .inner .voice__results table tr td.after_no {
    color: #EB6100;
}

/*-------------------------------
	お客様アンケート
-------------------------------*/
#enqete .learn__headline .ttl.ttl_main span {
    color: #EB6100;
}
/*-------------------------------
	施設紹介 パーソナルトレーニング ASAP 水戸
-------------------------------*/
#pg-384-1> .panel-row-style {
    background: #191919 !important;
	text-align: center;
}
#pg-384-1> .panel-row-style p {
	text-align: center;
}
.facilitylist__box__item .txt h3{
	font-size: 1rem;
	padding: 0 10px 10px 10px;
}
/*-------------------------------
	施設紹介 パーソナルトレーニング ASAP 水戸
-------------------------------*/
#pg-2790-1> .panel-row-style {
    background: #191919 !important;
	text-align: center;
}

#pg-2790-1> .panel-row-style p {
	text-align: center;
}
/*-------------------------------
	施設紹介 パーソナルトレーニング ASAP 水戸
-------------------------------*/
#pg-2798-1> .panel-row-style {
    background: #191919 !important;
	text-align: center;
}
#pg-2798-1> .panel-row-style p {
	text-align: center;
}
/*-------------------------------
	スタッフ紹介
-------------------------------*/
.low .low-inn .staff_inn .staff_sec .staff_sec-b h3 {
    background: #191919 !important;
}
ul.faq li h3::before {
    color: #EB6100;
}
ul.faq li:nth-child(2n)::before {
    color: #F6A90C;
}
/*-------------------------------
	ブログ
-------------------------------*/
#primary .info_box .list_more a {
    background: #EB6100 !important;
}
#primary .info_box .list_content .list_date {
    color:#EB6100;
}
/*-------------------------------
	料金案内
-------------------------------*/
#pgc-41-2-0 .low-inn h3 {
    color: #EB6100;
	border-bottom: 1px dashed #EB6100;
	padding-bottom: 5px;
	text-align: center;
}

.low.price .low-inn ul {
	margin-bottom: 40px;
}
#panel-w645deae6b5f10-0-0-0 .textwidget h3{
    background: #EB6100 !important;
	color: #fff;
	border-radius: 3px;
	padding: 2px;
	text-align: center;
}

/***************************************/
/* 2023.05.11 color change　*/
/***************************************/
/*-------------------------------
	見出し
-------------------------------*/
@media screen and (min-width: 800px){
.low .low-inn h2 {
    font-size: 160%;
    font-size: 2.7rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 80px;
    color: #191919;
    letter-spacing: 0.05em;
}
	
}
@media screen and (max-width: 800px){
.low .low-inn h2 {
    letter-spacing: 0.05em;
    color: #191919;
}
	
}
.low .low-inn h2:before {
    background-color: #EB6100;
	width: 40px;
}
.low .low-inn h3 {
    font-weight: bold;
    padding: 0;
    color: #191919;
}
@media screen and (max-width: 800px){
#con-title {
    color: #EB6100;
}
	
}
/*-------------------------------
	ASAPとは
-------------------------------*/
.low .low-inn .about_list .about_list-b {
	padding: 20px;
}

/*-------------------------------
	店舗一覧
-------------------------------*/
.shoplist__box .inbox .txt h3 {
	color: #191919;
}

/*-------------------------------
	ブログ
-------------------------------*/
.entry-content, .entry-summary, .page-content{
	
	color: #191919 !important;
}
/*-------------------------------
	トレーニングコース
-------------------------------*/
.low .low-inn .training_list .training_list-b {
	padding: 20px;
}
/*-------------------------------
	ビフォーアフター
-------------------------------*/
body.post-type-archive-voice #main .page-title, body.tax-voicecategory #main .page-title {
       font-size: 2.7rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 80px;
    color: #191919;
    letter-spacing: 0.05em;
}
/*-------------------------------
	ビフォーアフター
-------------------------------*/
.entry-header.elite h1.entry-title{
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 4px;
}

/*-------------------------------
	スマホナビ　20230525 追記
-------------------------------*/
@media screen and (max-width: 800px){
	
#masthead.layout-centered .site_branding p {
	text-align: center;
	font-size: 110% !important;

	}
#masthead.layout-centered .site_branding img {
    object-fit: cover;
	height: 40px;
}	
}

#mobile-navigation ul li{
	line-height: 2.5em !important;
}
#mobile-navigation ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%!important;
    border-bottom: 1px solid #2a2a2a;
}
#primary-menu .conversion.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #primary-menu .conversion.pc {
    display: none;
  }
  #primary-menu .conversion.sp {
    display: block;
  }
}
#mobile-navigation .conversion{
	margin-bottom: 10px;
}
#mobile-navigation .conversion a {
    border-radius: 44px;
    text-align: center;
    background-color: #EB6100;
	border: none;
	
}
#mobile-navigation .conversion a::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
}

/*-------------------------------
	スタッフ
-------------------------------*/
@media screen and (min-width: 800px){
	.low .low-inn .staff_inn section.staff_sec {
		align-items: center;
}
}

@media screen and (min-width: 800px){
	.low .low-inn .staff_inn .staff_sec .staff_sec-a {
    width: 32%;
}
}
@media screen and (min-width: 800px){
.low .low-inn .staff_inn .staff_sec .staff_sec-b {
    width: 63%;
}
	
}
.staff_sec-a h2::before{
	content: none !important;
}
.low .low-inn .staff_inn .staff_sec .staff_sec-b h3 {
    background: linear-gradient(to right,#ee7700,#f09800) !important;
    border-radius: 3px;
    font-size: 100%;
    padding: 0 8px;
    display: table;
}
#staff-002 .staff_sec-b h2,#staff-004 .staff_sec-b h2,#staff-006 .staff_sec-b h2 {
	color: #fff;
}#staff-002 .staff_sec-b p,#staff-004 .staff_sec-b p,#staff-006 .staff_sec-b p {
	color: #fff;
}
@media screen and (max-width: 800px){
	.staff_sec-a h2 img{
		margin-left: auto;
		margin-right: auto;
		width: 80%;
}
}
#staff-007 .staff_sec-b p{
	text-align: left !important;
}
#pg-1129-6 #staff-007.panel-row-style{
	background-color: #efebe2 !important;
}
#pg-1129-7 .nav_sec{
	text-align: center !important;
}