@charset "utf-8";
/*
Theme Name:gym-visil20250807
Theme URI:
Description:gym-visil20250807
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.4
Text Domain:tcd-w
*/


/* --------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
  font-family: 'design_plus';
  src: url('fonts/design_plus.eot?v=1.2');
  src: url('fonts/design_plus.eot?v=1.2#iefix') format('embedded-opentype'),
    url('fonts/design_plus.woff?v=1.2') format('woff'),
    url('fonts/design_plus.ttf?v=1.2') format('truetype'),
    url('fonts/design_plus.svg?v=1.2#design_plus') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%
}

.clearfix {
  display: block;
}

/* end MacIE5 */




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
  font-family: Arial, sans-serif;
  color: #000;
  line-height: 1;
  width: 100%;
  min-width: 1250px;
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
}

a,
a:before,
a:after,
input,
div.image {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}


/* レイアウト */
#main_contents {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
}

#main_col {
  max-width: 1250px;
  margin: 72px auto 100px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.health-support#main_col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#left_col {
  width: 800px;
  float: left;
}

#side_col {
  width: 300px;
  float: right;
  margin-bottom: 50px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}


/* ローディングアイコン */
#site_wrap {
  display: none;
}

#site_loader_overlay {
  position: fixed;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#site_loader_spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: -30px;
  margin-left: -30px;
  border: 4px solid #ccc;
  border-top-color: #666;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}


/* アニメーション */
.pc #main_col .animation_element {
  opacity: 0;
}

.pc #main_col .animation_element.active {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-animation: moveUp 0.65s ease forwards 0.5s;
  animation: moveUp 0.65s ease forwards 0.5s;
}

@-webkit-keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


/* キャプションホバースライド */
.caption_hover_slide {
  -webkit-transition: margin-left 0.35s ease;
  -moz-transition: margin-left 0.35s ease;
  -ms-transition: margin-left 0.35s ease;
  -o-transition: margin-left 0.35s ease;
  transition: margin-left 0.35s ease;
}

.image:hover .caption_hover_slide {
  margin-left: 1em;
}

.image:hover .caption_hover_slide.caption2 {
  margin-left: -1em;
}




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */

.pc #header {
  width: 100%;
  min-width: 1250px;
}

.pc #header_top {
  background: #000;
  position: relative;
  z-index: 100;
}

.pc #header_bottom {
  background: #ff4001;
  position: relative;
  z-index: 100;
}

.pc .header_inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.pc #header_top_inner {
  height: 80px;
}

/* html.mobile → html.pc のタイムラグ対策 */
.mobile #header {
  display: none;
}

/* ヘッダー固定 */
.pc .header_fix #header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 200;
  background: #fff;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  animation: slideDown 0.5s ease;
  -ms-animation: slideDown 0.5s ease;
  -webkit-animation: slideDown 0.5s ease;
  -moz-animation: slideDown 0.5s ease;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.pc .header_fix {
  padding-top: 130px;
}

.pc .header_fix #header {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.pc .header_fix #header:hover {
  opacity: 1;
}

.pc .admin-bar {
  padding-top: 32px;
}

.pc .header_fix.admin-bar,
.pc .header_fix.admin-bar {
  padding-top: 152px;
}

.pc .header_fix.admin-bar #header {
  top: 32px;
}

@media screen and (max-width:782px) {
  .pc .fix_top.admin-bar {
    padding-top: 46px;
  }

  .pc .header_fix.admin-bar {
    padding-top: 166px;
  }

  .pc .header_fix.admin-bar #header {
    top: 46px;
  }
}

@media screen and (max-width:600px) {
  .pc .header_fix.admin-bar {
    padding-top: 46px;
  }

  .pc .header_fix.admin-bar #header {
    top: 0;
  }
}


/* ロゴ */
.pc #header_logo #logo_text,
.pc #header_logo #logo_image {
  width: 1150px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pc #header_logo .logo {
  display: inline-block;
  font-size: 24px;
  margin: 0 auto;
}

.pc #header_logo .logo a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.pc #header_logo .logo a span {
  padding-left: 10px;
  font-size: 12px;
  color: #000000;
}

.pc #header_logo img {
  display: block;
  width: 115px;
  max-width: 115px;
  max-height: 80px;
  height: 80px;
}

#header_logo img {
  background: #fff;
}

#header_contact {
  max-width: 208px;
  height: 59px;
  margin-top: -29.5px;
  position: absolute;
  top: 50%;
  right: 200px;
  z-index: 2;
}

#header_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  background: #fa3a98;
  width: 208px;
  height: 59px;
  text-align: center;
  padding: 0.4em 0.6em;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

#header_contact a:hover {
  background: #000;
}

#header_contact .img {
  max-width: 100%;
  height: 20px;
  width: 26px;
  padding-right: 10px;
}

#header_contact .txt {
  line-height: 1.3;
  text-align: left;
}


/* グローバルメニュー */
.pc #global_menu {
  z-index: 20;
  position: relative;
  color: #fff;
}

.pc #global_menu a {
  color: #fff;
}

.pc #global_menu>ul {
  height: 50px;
  font-size: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.pc #global_menu>ul>li {
  font-size: 1%;
  position: relative;
  display: inline-block;
}

.pc #global_menu>ul>li>a {
  font-size: 12px;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.pc #global_menu>ul>li>a:hover {
  background-color: #fa3a98 !important;
}

.pc #global_menu ul ul {
  display: none;
  width: 240px;
  position: absolute;
  top: 50px;
  left: 0px;
  margin: 0;
  padding: 0;
}

.pc #global_menu ul ul ul {
  left: 100%;
  top: 0;
  margin: 0;
  border: none;
}

.pc #global_menu ul ul li {
  line-height: 150%;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.pc #global_menu ul ul a {
  display: block;
  font-size: 14px;
  background: #000;
  border: none;
  position: relative;
  padding: 14px 20px 12px 20px;
  height: auto;
  line-height: 160%;
  margin: 0;
  text-align: left;
  box-shadow: none;
}

.pc #global_menu ul ul a:hover {
  text-decoration: none;
  border: none;
}

.pc #global_menu ul ul li.menu-item-has-children>a:before {
  margin: 0;
  display: block;
  top: 20px;
  right: 10px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 4px;
  border-color: transparent transparent transparent #fff;
}

.pc #global_menu ul ul {
  top: 50px;
  bottom: auto;
}

.pc #global_menu ul ul ul {
  top: 0;
  bottom: auto;
}

.pc #global_menu li li.current-menu-item>a {
  color: #fff;
}

/* SNSボタン */
#header_social_link {
  position: absolute;
  top: 10px;
  right: 0;
}

#header_social_link li {
  float: left;
  margin: 0 5px 0 0;
  position: relative;
  text-align: center;
}

#header_social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

#header_social_link li a span {
  text-indent: 0;
  display: block;
  margin-top: 18px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

#header_social_link li:before {
  font-family: 'design_plus';
  color: #fff;
  font-size: 17px;
  display: block;
  position: absolute;
  top: 10px;
  left: 9px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header_social_link li:hover:before {
  color: #ff4001;
}

#header_social_link li.twitter:before {
  content: '\e904';
}

#header_social_link li.facebook:before {
  content: '\e902';
  padding-top: 14px;
}

#header_social_link li.insta:before {
  content: '\ea92';
  margin-top: 1px;
  width: 17px;
  height: 17px;
}

#header_social_link li.rss:before {
  content: '\e90b';
}

#header_social_link li:before {
  color: #000000 !important;
}

#header_social_link li:hover::before {
  color: #fa3a98 !important;
}

#header_social_link li.insta {
  text-align: center;
}

#header_social_link li.insta a {
  width: auto;
  height: auto;
}

#header_social_link li.insta:before {
  display: block;
}

.hd_sns {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
}

.hd_sns li.facebook {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.hd_sns li.instagram {
  margin-right: 8px;
}

.hd_sns li.instagram:last-child {
  margin-right: 0;
}

.hd_sns li.instagram a::before {
  content: url(img/common/instagram_icon.svg);
  display: block;
  width: 27px;
  height: 27px;
  margin: 0 auto;
}

.hd_sns li.facebook a::before {
  content: url(img/common/facebook_icon.svg);
  display: block;
  width: 14px;
  height: 26px;
  margin: 0 auto;
}

.hd_sns li span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
  line-height: 1.4;
}

.hd_sns li span.adjustment01 {
  line-height: 22px;
}

/* パンくずリンク */
#bread_crumb {
  margin: 0;
  height: 50px;
  line-height: 50px;
  min-width: 1150px;
  overflow: hidden;
  background: #eee;
}

#bread_crumb ul {
  width: 1150px;
  margin: 0 auto;
}

#bread_crumb li.home {
  padding: 0;
}

#bread_crumb li.home a {
  float: left;
  height: 15px;
  width: 13px;
  line-height: 15px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#bread_crumb li.home a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

#bread_crumb li.home a:before {
  font-family: 'design_plus';
  color: #999;
  font-size: 14px;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 50px;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bread_crumb li.home:after {
  display: none;
}

#bread_crumb li.home a:before {
  content: '\e90c';
}

#bread_crumb li.home a:hover {
  text-decoration: none;
}

#bread_crumb li.home a:hover:before {
  color: #ff4001;
}

#bread_crumb li {
  color: #000;
  font-size: 14px;
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  line-height: 160%;
  position: relative;
}

#bread_crumb li:after {
  font-family: 'design_plus';
  content: '\e910';
  color: #000;
  font-size: 9px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bread_crumb li a {
  color: #000;
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */

/* ヘッダー画像 */
#header_images {
  width: 100%;
  height: 312.5px;
  min-width: 1250px;
  overflow: hidden;
  position: relative;
}

#header_images .grid-item {
  width: 25%;
  height: 312.5px;
  overflow: hidden;
  position: relative;
}

#header_images .grid-item[data-state="start"] {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#header_images .grid-item[data-state="move"] {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#header_images .grid-item .image {
  display: block;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#header_images .grid-item .image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#header_images .grid-item .caption {
  display: block;
  line-height: 200%;
  opacity: 0;
  width: 100%;
  margin: auto;
  padding: 0 10%;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#header_images .caption p {
  margin-bottom: 20px;
}

#header_images .grid-item .caption .button {
  display: inline-block;
  /*margin:15px 0 0 0;*/
  padding: 15px 25px;
  font-size: 16px;
  text-decoration: none;
  line-height: 125%;
  /*background:#000;*/
}

#header_images .grid-item .image:hover {
  background: #ff4001;
}

#header_images .grid-item .image:hover img {
  opacity: 0.5;
}

#header_images .grid-item .image:hover .caption {
  opacity: 1;
}


/* スライダー */
#header_slider {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

#header_slider .item {
  width: 100%;
  height: auto;
}

#header_slider .item img {
  width: 100%;
  height: auto;
  display: block;
}

#header_slider .item .overlay span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
}


/* スライダーのキャッチコピー */
#header_slider .caption {
  position: absolute;
  text-align: center;
  z-index: 5;
  width: 1150px;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  top: -webkit-calc(50% + 30px);
  top: -moz-calc(50% + 30px);
  top: calc(50% + 30px);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#header_slider .caption .title {
  line-height: 125%;
}

#header_slider .caption .button {
  font-size: 16px;
  text-decoration: none;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  margin: 15px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* スライダーのキャッチコピーのアニメーション */
.pc #header_slider .caption .title,
.pc #header_slider .caption .button {
  opacity: 0;
}

.pc #header_slider .item.slick-active .caption .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}

.pc #header_slider .item.slick-active .caption .button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s;
  animation: opacityAnimation 1.0s ease forwards 2.0s;
}

.pc #header_slider .first_active .caption .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s !important;
  animation: opacityAnimation 1.0s ease forwards 2.0s !important;
}

.pc #header_slider .first_active .caption .button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 3.0s !important;
  animation: opacityAnimation 1.0s ease forwards 3.0s !important;
}

@-webkit-keyframes opacityAnimation {
  0% {}

  100% {
    opacity: 1;
  }
}

@keyframes opacityAnimation {
  0% {}

  100% {
    opacity: 1;
  }
}

/* video, youtube */
#header_video_wrapper {
  width: 100%;
  position: relative;
}

#header_video_wrapper:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  /* aspect 16:9 */
}

#header_video_wrapper #header_video,
#header_video_wrapper #header_youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* コンテンツボックス */
.index_box_list {
  margin: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.index_box_list .box {
  width: 48%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.index_box_list .box+.box {
  width: 48%;
}

.index_box_list+.index_box_list {
  margin-top: 1px;
}

.index_box_list .image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index_box_list img {
  width: 100%;
  height: auto;
  display: block;
}

/* コンテンツ１ */
#index_content1 {
  position: relative;
  margin: 0 0 50px 0;
}

#index_content1 .catchphrase {
  margin: 0 0 30px 0;
  text-align: center;
}

#index_content1 .catchphrase .headline {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}

#index_content1 .catchphrase .desc {
  margin: 0 0 2em 0;
  font-size: 16px;
  line-height: 200%;
}

#index_content1 .catchphrase .desc p {
  margin: 0 0 20px 0;
}

#index_content1 .index_box_list a {
  text-decoration: none;
}

#index_content1 .index_box_list .caption {
  display: block;
  width: 100%;
  line-height: 200%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#index_content1 .index_box_list .image .caption {
  padding: 10% 10% 0 10%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#index_content1 .index_box_list .noimage .caption {
  padding: 15px;
  text-align: center;
}

#index_content1 .index_box_list .caption p {
  margin: 0 0 2em 0;
}

#index_content1 .index_box_list .headline {
  margin: 0 0 20px 0;
  color: #ff4001;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#index_content1 .index_box_list .image:hover .headline {
  color: #fff !important;
}

/* コンテンツ２ */
#index_content2 {
  margin: 0 0 80px 0;
}

#index_content2 .catchphrase {
  margin: 0 0 30px 0;
  text-align: center;
}

#index_content2 .catchphrase .headline {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

#index_content2 .catchphrase .desc {
  margin: 0 0 2em 0;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}

#index_content2 .index_box_list .caption {
  display: block;
  padding: 0 10%;
  width: 100%;
  color: #fff;
  line-height: 200%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#index_content2 .index_box_list .box1 {
  width: 100%;
}

#index_content2 .index_box_list .box3_text {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#index_content2 .index_box_list .box3_text .caption p {
  margin: 2em 0;
}

#index_content2 .index_box_list .box3_text .image:before {
  content: '\e910';
  font-family: 'design_plus';
  color: #262626;
  font-size: 320px;
  line-height: 1;
  text-align: right;
  display: block;
  margin: -0.45em 0 0 0;
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#index_content2 .index_box_list .box3_text:hover .image:before {
  color: #fff;
  opacity: 0.15;
}

#index_content2 .index_box_list.noimage .box3_text .image {
  min-height: 300px;
}

/* アーカイブのボタン */
.index_archive_link a {
  background: #bbb;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 14px;
}

.index_archive_link a:hover {
  color: #fff;
}

/* プログラム */
#index_program {
  margin: 0 0 50px 0;
  padding: 85px 0 0 0;
  position: relative;
}

#index_program_headline {
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 18px;
  left: 0px;
}

#index_program .index_archive_link {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* お知らせ */
#index_news {
  margin: 79px 0 50px 0;
  padding: 85px 0 0 0;
  position: relative;
}

#index_news_headline {
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 18px;
  left: 0px;
}

#index_news .index_archive_link {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* バナー */
#index_banner {
  margin: 50px 0;
  text-align: center;
}

#index_banner .banner {
  margin: 0 0 25px 0;
  text-align: center;
}

#index_banner .banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  opacity: 1;
}

#index_banner .banner a {
  display: inline-block;
  background: #000;
}

#index_banner .banner a:hover img {
  opacity: 0.7;
  transition: 0.5s;
  transition-property: opacity;
}

/* ブログ */
#index_blog {
  position: relative;
  padding: 85px 0 0 0;
  margin-bottom: 15px;
}

#index_blog_headline {
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 18px;
  left: 0px;
}

#index_blog .index_archive_link {
  position: absolute;
  right: 0px;
  top: 0px;
}

#index_blog_list {
  font-size: 0;
}

#index_blog_list>li {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  overflow: hidden;
  margin: 0 40px 30px 0;
  padding: 0;
  position: relative;
}

#index_blog_list>li:nth-child(2n) {
  margin-right: 0;
}

#index_blog_list li ul {
  margin: 0;
  padding: 0;
}

#index_blog_list li li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#index_blog_list li .image {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}

#index_blog_list li .image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#index_blog_list li .category {
  position: absolute;
  top: 0;
  right: 0;
}

#index_blog_list li .date {
  position: absolute;
  top: 0;
  left: 0;
}

#index_blog_list li .title {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  text-decoration: none;
}




/* ----------------------------------------------------------------------
 固定ページテンプレート
---------------------------------------------------------------------- */

/* ヘッダー画像 */
#header_image {
  position: relative;
  overflow: hidden;
}

#header_image img {
  width: 100%;
  height: auto;
  display: block;
}

#header_image .caption {
  margin: 0;
  width: 100%;
  max-width: 1150px;
  padding: 0 30px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -mox-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translateY(-50%, -50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* コンテントヘッダー */
.page_content_header {
  margin: 0 0 63px 0;
  width: 100%;
  position: relative;
}

.page_content_header:before {
  content: '';
  display: block;
  padding-top: 25%;
}

.page_content_header .headline {
  width: 25%;
  height: 100%;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #ff4001;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.page_content_header .headline span {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -mox-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translateY(-50%, -50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page_content_header .image {
  display: block;
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.page_content_header img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.page_content_header .headline2 {
  width: 100%;
}

.page_content_header.image:before {
  display: none;
}


/* テンプレート共通 */
.page_content img {
  display: block;
  margin: 0 0 30px 0;
  width: 100%;
  height: auto;
}

.page_content.page_content .post_row {
  margin-left: -20px;
  margin-right: -20px;
}

.page_content .post_row .post_col,
.page_content .post_row .post_col-2,
.page_content .post_row .post_col-3 {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.page_content .post_row .post_col-2 img {
  margin-top: 7px;
}

.page_content #post_title {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 400;
}

.page_content .headline {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.page_content .headline+p {
  margin-top: -10px;
}

.page_content1,
.page_content2,
.page_content3,
.page_content4,
.page_content5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.page_content1 {
  margin-bottom: 63px;
}

.page_content2 {
  margin-bottom: 33px;
}

.page_content3 {
  margin-bottom: 30px;
}

.page_content4 {
  margin-bottom: 16px;
}


/* テンプレート1 */
.page_content.type1 .page_content1 img {
  margin-top: 50px;
}

/* テンプレート3 */
.page_content.type3 .page_content2 img,
.page_content.type3 .page_content3 img {
  margin-bottom: 20px;
}

.page_content.type3 .page_content2 img {
  margin-bottom: 23px;
}

.page_content.type3 .page_content3 img {
  margin-bottom: 23px;
}

.page_map {
  margin-top: 48px;
  margin-bottom: 50px;
}

.page_map_info {
  margin-top: 57px;
  text-align: center;
}

.page_content .page_map_info img {
  margin: 0 auto 12px auto;
  width: auto;
  height: auto;
}

.page_content .page_map_info p {
  margin: 10px 0;
}

.page_map_iframe iframe {
  width: 100%;
}

.page_map_shrotcode iframe {
  max-width: 100%;
}

.page_map_desc {
  margin-top: 16px;
}

.page_map_info .button {
  display: inline-block;
  margin: 2px 0 0 0;
  padding: 15px 25px;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background: #bbb;
}

.page_map_info .button:hover {
  text-decoration: none;
  color: #fff;
  background: #ff4001;
}

.page_content.type3 .page_content2 {
  margin-bottom: 50px;
}



/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
.no_post {
  margin: 50px 0;
}

/* ヘッダーのキャッチフレーズ */
#archive_header {
  margin: 0 0 45px;
  text-align: center;
}

#archive_headline {
  font-size: 40px;
  line-height: 1.4;
  margin: 0;
}

#archive_desc {
  line-height: 200%;
  margin: 12px 0 0 0;
}


/* アーカイブ */
#post_list {
  font-size: 0;
}

#post_list>li {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  overflow: hidden;
  margin: 0 5px 35px 0;
  padding: 0;
  position: relative;
}

#post_list>li:nth-child(3n) {
  margin-right: 0;
}

#post_list li ul {
  margin: 0;
  padding: 0;
}

#post_list li li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#post_list li .image {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}

#post_list li .image:hover h3 {
  color: #fff;
}

#post_list li .image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#post_list li .category {
  position: absolute;
  top: 0;
  right: 0;
}

#post_list li .date {
  position: absolute;
  top: 0;
  left: 0;
}

#post_list li .title {
  display: block;
  margin: 0;
  width: 100%;
  height: 4.5em;
  color: #fff;
  line-height: 160%;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#post_list li .title span {
  display: block;
  padding: 0 20px;
  max-height: 3.2em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 日付・カテゴリー共通 */
li.category2 {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 90px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
}

li.category2 a {
  display: block;
  padding: 0 15px;
  color: #fff;
  background: #ff4001;
  text-decoration: none;
}

li.date2 {
  width: 79px;
  height: 79px;
  background: #000;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

li.date2 span {
  display: block;
}

li.date2 .entry-date-year {
  padding-top: 12px;
  font-size: 9px;
}

li.date2 .entry-date-month {
  padding-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

li.date2 .entry-date-day {
  padding-top: 4px;
  font-size: 22px;
}


/* ページング */
.page_navi {
  margin: 0;
}

.page_navi ul {
  margin: 0;
}

.page_navi li {
  float: left;
  margin: 0 8px 50px 0;
}

.page_navi a,
.page_navi a:hover,
.page_navi span {
  font-size: 12px;
  padding: 15px 18px;
  line-height: 100%;
  margin: 0;
  color: #000;
  background: #000;
  display: block;
}

.page_navi a:hover {
  color: #fff;
  background: #ff4001;
  text-decoration: none;
}

.page_navi span.dots {
  background: none;
}

.page_navi span.current {
  color: #fff;
  background: #ff4001;
}

.page_navi p.back {
  margin: 0;
}

.page_navi p.back a {
  background: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 0;
}

.page_navi p.back a:hover {
  background: #ff3798 !important;
}


/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */

#article {
  margin: 0 0 56px 0;
  position: relative;
}


/* アイキャッチ画像 */
#post_image {
  padding: 0;
  margin: 0 0 43px 0;
}

#post_image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}


/* 日付・カテゴリー */
#post_meta_top {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  height: 81px;
}

#article.has_post_thumbnail #post_meta_top {
  position: absolute;
  top: 0;
  left: 0;
}

#post_meta_top li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#post_meta_top .category {
  float: right;
}


/* 記事タイトル */
#post_title {
  padding: 0;
  margin: 0 0 37px;
  font-size: 40px;
  line-height: 1.4;
}


/*  記事本文*/
.post_content {}

.post_content a {
  color: #ff4001;
}


/* SNSボタン */
#single_share_top {
  margin: 0 0 20px;
}

#single_share_top #share_top1 {
  padding-top: 0;
}


/* ページ分割 */
#post_pagination {
  margin: 0 0 50px 0;
  clear: both;
}

#post_pagination h5 {
  margin: 0 0 10px 0;
  font-size: 12px;
}

#post_pagination a,
#post_pagination p {
  float: left;
  display: inline-block;
  background: #000;
  margin: 0 5px 0 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

#post_pagination p {
  background: #ff4001;
  color: #fff;
}

#post_pagination a:hover {
  color: #fff;
}


/* メタ情報 */
#post_meta_bottom {
  margin: 0 0 50px;
  background: #fafafa;
  padding: 25px;
}

#post_meta_bottom li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 15px 0 20px;
  border-right: 1px solid #ddd;
  font-size: 12px;
  line-height: 180%;
  position: relative;
}

#post_meta_bottom li:last-child {
  border: none;
  margin: 0;
}

#post_meta_bottom li:before {
  font-family: 'design_plus';
  color: #aaa;
  font-size: 13px;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#post_meta_bottom li.post_category:before {
  content: '\e92f';
  top: -2px;
  left: 0px;
}

#post_meta_bottom li.post_tag:before {
  content: '\e935';
  top: -1px;
  left: 0px;
}

#post_meta_bottom li.post_author:before {
  content: '\e90d';
  top: -2px;
  left: 0px;
}

#post_meta_bottom li.post_comment:before {
  content: '\e916';
  font-size: 16px;
  top: -2px;
  left: 0px;
}


/* 次の記事、前の記事 */
#previous_next_post {
  margin: 0 0 50px 0;
}

#previous_next_post .prev_post {
  float: left;
  width: 398px;
}

#previous_next_post .next_post {
  float: right;
  width: 398px;
}

#previous_next_post a {
  display: block;
  padding: 35px;
  background: #000;
  line-height: 130%;
  height: 110px;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#previous_next_post .title {
  display: block;
  font-size: 14px;
  line-height: 180%;
  width: calc(100% - 102px);
  max-height: 75px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#previous_next_post a:hover {
  background: #ff4001;
  color: #fff;
  text-decoration: none;
}

#previous_next_post a:before {
  font-family: 'design_plus';
  color: #fff;
  font-size: 18px;
  display: block;
  margin: -0.5em 0 0 0;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#previous_next_post .prev_post a {
  background: #fa3a98;
  padding-left: 65px;
}

#previous_next_post .next_post a {
  background: #fa3a98;
  padding-right: 65px;
}

#previous_next_post .prev_post a:before {
  content: '\e90f';
  left: 35px;
  text-align: left;
}

#previous_next_post .next_post a:before {
  content: '\e910';
  right: 35px;
  text-align: right;
}

#previous_next_post .prev_post a:hover {
  background: #000;
}

#previous_next_post .next_post a:hover {
  background: #000;
}


/* 広告 */
#single_banner_area {
  margin: 0 0 50px;
  text-align: center;
}

#single_banner_area .single_banner_left {
  display: inline-block;
  margin: 0 10px 0 0;
}

#single_banner_area .single_banner_right {
  display: inline-block;
  margin: 0 0 0 10px;
}

#single_banner_area img {
  max-width: 100%;
  height: auto;
  display: block;
}

#single_banner_area.one_banner .single_banner_left {
  float: none;
  margin: 0 auto;
}

#single_banner_area.one_banner img {
  margin: 0 auto;
}


/* 広告（ページ下部） */
#single_banner_area_bottom {
  margin: 0 0 50px;
  text-align: center;
}

#single_banner_area_bottom .single_banner_left {
  display: inline-block;
  margin: 0 10px 0 0;
}

#single_banner_area_bottom .single_banner_right {
  display: inline-block;
  margin: 0 0 0 10px;
}

#single_banner_area_bottom img {
  max-width: 100%;
  height: auto;
  display: block;
}

#single_banner_area_bottom.one_banner .single_banner_left {
  float: none;
  margin: 0 auto;
}

#single_banner_area_bottom.one_banner img {
  margin: 0 auto;
}


/* 広告（ショートコードver） */
#single_banner_area2 {
  margin: 0 0 30px 0;
  text-align: center;
}

#single_banner_area2 .single_banner_left {
  display: inline-block;
  margin: 0 10px 0 0;
}

#single_banner_area2 .single_banner_right {
  display: inline-block;
  margin: 0 0 0 10px;
}

#single_banner_area2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

#single_banner_area2.one_banner .single_banner_left {
  float: none;
  margin: 0 auto;
}

#single_banner_area2.one_banner img {
  margin: 0 auto;
}


/* 関連記事 */
#related_post {
  margin: 0;
}

#related_post .headline {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 20px;
}

#related_post ol {
  margin: 0 0 20px 0;
  position: relative;
  font-size: 0;
}

#related_post li {
  width: 250px;
  margin: 0 25px 30px 0;
  display: inline-block;
  vertical-align: top;
}

#related_post li:nth-child(3n) {
  margin-right: 0;
}

#related_post li .image {
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}

#related_post li a.image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#related_post li .title {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}

#related_post li .title a {
  display: block;
  text-decoration: none;
}




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */

/* お知らせ一覧 */
#recent_news {
  margin: 0 0 30px 0;
}

#recent_news .headline {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#recent_news ol {
  border: 1px solid #ddd;
  border-bottom: none;
}

#recent_news li {
  border-bottom: 1px solid #ddd;
  line-height: 160%;
  position: relative;
}

#recent_news li:hover {
  background: #f7f7f7;
}

#recent_news .title {
  display: inline;
  margin: 0;
  font-weight: 400;
}

#recent_news .title a {
  display: block;
  padding: 20px 20px 20px 120px;
  text-decoration: none;
  position: relative;
}

#recent_news .no_date .title a {
  padding-left: 20px;
}

#recent_news .date {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}




/* ----------------------------------------------------------------------
 プログラム
---------------------------------------------------------------------- */
.program_header {
  height: 55px;
  overflow: hidden;
  background: #000;
}

.program_header .program_category_title {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px;
  line-height: 55px;
  background: #ff4001;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.program_header .program_category_subtitle {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #ff4001;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.program_header .program_category_subtitle span {
  padding: 0 20px 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* プログラム一覧 */
#program_list {
  margin: 0;
  margin-bottom: 50px;
}

#program_list li {
  margin: 0 0 1px 0;
}

#program_list .program {
  padding: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}

#program_list .program a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: #000;
}

#program_list .program .image_offset {
  display: block;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#program_list .program img {
  display: block;
  min-width: 100%;
  height: 150px;
}

#program_list .program .caption {
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#program_list .program .program_title {
  margin: 0;
  padding: 0 20px 0 40px;
  font-size: 32px;
  font-weight: bold;
}

#program_list .program .program_subtitle {
  margin: 0;
  padding: 5px 20px 0 40px;
  font-size: 16px;
  font-weight: bold;
}

#program_list .program a:hover {
  color: #fff;
  text-decoration: none;
  background: #ff4001;
}

#program_list .program a:hover img {
  opacity: 0.5;
}

/* プログラム詳細 */
.program_content #post_title {
  margin: 50px 0 5px 0;
  font-size: 40px;
  font-weight: 400;
}

.program_content .headline2,
.program_content .headline3,
.program_content .headline4 {
  font-size: 24px;
  font-weight: 400;
}

.program_content .headline2,
.program_content .headline3 {
  line-height: 1.5;
}

.program_content .headline2 {
  padding-top: 0;
  margin-top: 33px;
}

.program_content .headline4 {
  padding-top: 13px;
}

.program_content .image img {
  display: block;
  width: 100%;
  height: auto;
}

.program_content.program_content .post_row {
  margin-left: -20px;
  margin-right: -20px;
}

.program_content .post_row .post_col,
.program_content .post_row .post_col-2,
.program_content .post_row .post_col-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.program_content .post_row .post_col-2 .image {
  margin-top: 26px;
}


/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */

/* 基本設定 */
.side_widget {
  margin: 0 0 25px 0;
  font-size: 12px;
  position: relative;
}

.side_widget:last-child,
.side_widget:only-child {
  margin: 0;
}

.side_headline {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #ff4001;
}

.side_widget ul {
  margin: 0;
}

.side_widget li ul {
  margin: 10px 0 0 0;
}

.side_widget li {
  line-height: 200%;
  padding: 2px 0;
  margin: 0 0 10px 0;
}

.side_widget a {}

.side_widget a:hover {}

.side_widget img {
  height: auto;
  max-width: 100%;
}


/* 広告 */
.ml_ad_widget {
  margin: 0 0 47px 0;
  border: none;
  padding: 0;
  background: none;
}

.ml_ad_widget img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}


/* カレンダー */
.widget_calendar {
  border: 1px solid #ddd;
  padding: 15px;
}

.widget_calendar .side_headline {
  margin: -16px -16px 20px;
  position: relative;
}

#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}

#wp-calendar th,
#wp-calendar td {
  color: #333;
  padding: 2px;
  line-height: 340%;
  text-align: center;
}

#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  background-color: #eee;
}

#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #ccc;
}

#wp-calendar caption {
  padding: 7px 0;
}

#wp-calendar thead th,
#wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 200%;
}

#wp-calendar #prev,
#wp-calendar #next {
  line-height: 300%;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  text-decoration: none;
  background: none;
  color: #333;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  color: #fff;
  background: #ccc;
}

#wp-calendar td#today {
  font-weight: bold;
}


/* デザインされた記事一覧１ */
.styled_post_list1 {
  margin: 0;
  padding: 0;
}

.styled_post_list1 li {
  margin: 0 0 18px 0;
  padding: 0;
}

.styled_post_list1 li:last-child {
  margin: 0;
}

.styled_post_list1 .title {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.styled_post_list1 .date {
  margin: 0 0 8px 0;
  color: #ff4001;
  position: relative;
  display: block;
}

.styled_post_list1 .image {
  float: left;
  display: block;
  margin: 6px 20px 0 0;
  overflow: hidden;
  width: 120px;
  height: 120px;
}


/* 開閉式カテゴリー一覧 */
.tcdw_category_list_widget {}

.collapse_category_list {
  margin: 0;
  padding: 0;
}

.collapse_category_list ul {
  margin: 0;
  padding: 0;
}

.collapse_category_list li ul {
  margin: 0;
  padding: 0;
}

.collapse_category_list li {
  margin: 0;
  padding: 0;
}

.collapse_category_list li li {
  margin: 0;
  padding: 0;
}

.collapse_category_list li a {
  display: block;
  padding: 12px 18px 12px 20px;
  margin: 0;
  text-decoration: none;
  position: relative;
  color: #fff;
  background: #000;
  overflow: hidden;
}

.collapse_category_list li a:hover {
  background: #ff4001;
}

.collapse_category_list li a .count {
  float: right;
  top: 0px;
  position: relative;
  padding: 0 10px;
  min-width: 15px;
  text-align: center;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.collapse_category_list li li a .count {}

.collapse_category_list li li li a .count {}

.collapse_category_list .parent_category a.active {
  margin: 0;
}

.collapse_category_list .children {
  display: none;
}

.collapse_category_list .children a {
  padding-left: 30px;
  margin: 0;
}

.collapse_category_list ul .children a {
  padding-left: 40px;
}


/* 検索 */
.widget_search label {
  display: none;
}

.widget_search #search-box,
.widget_search #s,
.widget.google_search #s {
  width: 260px;
  height: 40px;
  margin: 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 10px;
}

.widget_search #search-btn input,
.widget_search #searchsubmit {
  border: none;
  width: 40px;
  height: 40px;
  background: #000 url(img/common/icon_search.png) no-repeat center;
  cursor: pointer;
  display: block;
  float: right;
  text-indent: -300%;
  overflow: hidden;
}

.widget.google_search #searchsubmit {
  font-family: 'design_plus';
  color: #999;
  font-size: 18px;
  border: none;
  width: 40px;
  height: 40px;
  background: #000;
  cursor: pointer;
  display: block;
  float: right;
  overflow: hidden;
}

.widget_search #search-btn input:hover,
.widget_search #searchsubmit:hover,
.widget.google_search #searchsubmit:hover {
  background-color: #ff4001;
  color: #fff;
}


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive select,
.widget_categories select,
.tcdw_archive_list_widget select {
  border: 1px solid #ddd;
  padding: 12px 10px;
  width: 100%;
  margin: 0;
  font-size: 14px;
}

.widget_archive select {
  padding: 12px;
}

.widget_archive label,
.widget_categories label {
  display: none;
}

.widget_archive select option,
.widget_categories select option,
.tcdw_archive_list_widget option {
  background: #fff;
  color: #333;
}


/* プログラム一覧、バナーリスト1 */
ul.banner_list1 {
  margin: 0;
  padding: 0;
}

ul.banner_list1 li {
  margin: 0 0 7px 0;
  padding: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}

ul.banner_list1 li:last-child {
  margin-bottom: 0;
}

ul.banner_list1 li .image {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: #fff;
}

ul.banner_list1 li .image_offset {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

ul.banner_list1 li img {
  display: block;
  min-width: 100%;
  max-width: none;
  height: 100px;
}

ul.banner_list1 li .caption {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

ul.banner_list1 li .image:hover {
  color: #fff;
  text-decoration: none;
  background: #ff4001;
}

ul.banner_list1 li .image:hover img {
  opacity: 0.5;
}

/* バナーリスト2 */
ul.banner_list2 {
  margin: 0;
  padding: 15px;
  background: #000;
}

ul.banner_list2 li {
  margin: 0 0 9px 0;
  padding: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}

ul.banner_list2 li:last-child {
  margin-bottom: 0;
}

ul.banner_list2 li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

ul.banner_list2 li .image_offset {
  display: block;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

ul.banner_list2 li img {
  display: block;
  min-width: 100%;
  max-width: none;
  min-height: 150px;
}

ul.banner_list2 li .caption {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

ul.banner_list2 li .caption2 {
  text-align: right;
}

ul.banner_list2 li .image:hover {
  color: #fff;
  text-decoration: none;
  background: #ff4001;
}

ul.banner_list2 li .image:hover img {
  opacity: 0.5;
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer_top {
  background: #000;
  color: #fff;
}

#footer_top_inner {
  width: 1150px;
  margin: 0 auto;
  padding: 60px 0 50px;
  text-align: center;
}

#footer_top a {
  color: #fff;
}

#footer_top a:hover {
  color: #ff4001;
}

/* logo */
#footer_logo {
  margin: 0 0 20px;
}

#footer_logo .logo {
  font-size: 34px;
  margin: 0;
}

#footer_logo .desc {
  font-size: 12px;
  margin: 20px 0 0 0;
}

#footer_logo img {
  height: 65px;
}

/* 住所 */
#footer_address {
  margin: 20px 0 9px;
  text-align: center;
  font-size: 14px;
}

#footer_address span {
  display: inline-block;
}

#footer_shop {
  margin: 20px 0 9px;
  text-align: center;
  font-size: 14px;
}

#footer_shop dl {
  margin-bottom: 15px;
}

#footer_shop dl:last-child {
  margin-bottom: 0;
}

#footer_shop dl dt {
  margin-bottom: 10px;
}

#footer_shop dl dd {
  line-height: 1.6;
}

#footer_shop #footer_map {
  position: relative;
  width: 40%;
  padding-top: 30%;
  height: 0;
  margin: 20px auto;
}

#footer_shop #footer_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* SNSボタン */
#footer_social_link {
  display: none;
}

#footer_social_link li {
  display: inline-block;
  margin: 0 3px;
  position: relative;
}

#footer_social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

#footer_social_link li:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 17px;
  display: block;
  position: absolute;
  top: 10px;
  left: 9px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer_social_link li:hover:before {
  color: #ff4001;
}

#footer_social_link li.twitter:before {
  content: '\e904';
}

#footer_social_link li.facebook:before {
  content: '\e902';
}

#footer_social_link li.insta:before {
  content: '\ea92';
  margin-top: 1px;
}

#footer_social_link li.rss:before {
  content: '\e90b';
}

/* コピーライトエリア */
#footer_bottom {
  background: #ff4001;
  width: 100%;
}

#footer_bottom_inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

/* コピーライト */
#copyright {
  padding: 16px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

#copyright a {
  color: #fff;
}

/* ページ上部へ戻るボタン */
#return_top {
  position: relative;
  text-align: center;
}

.pc #return_top {
  bottom: initial !important;
}

#return_top a {
  display: block;
  height: 50px;
  text-decoration: none;
  backgeound: rgba(0, 0, 0, 0.8);
}

#return_top a span {
  display: none;
}

#return_top a:before {
  font-family: 'design_plus';
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4em 0 0 -0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#return_top a:before {
  content: '\e911';
}


/* フッターバナー */
#footer_banners {
  color: #fff;
  background: #000;
}

#footer_banners_inner {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.footer_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.footer_banner img {
  display: block;
  width: 100%;
  height: auto;
  /*min-height:100%;*/
}

.footer_banner .caption {
  width: 100%;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_banner .footer_banner_headline {
  margin: 0;
  padding: 0 15%;
  font-size: 24px;
  font-weight: 400;
}

.footer_banner .footer_banner_desc {
  margin: 10px 0 0 0;
  padding: 0 15%;
  font-weight: 400;
  color: #fff;
}

.footer_banner .footer_banner_desc p {
  margin: 0 0 1em 0;
}

.footer_banner .image {
  display: block;
  width: 100%;
  height: 100%;
}

.footer_banner .image:hover {
  color: #fff;
  text-decoration: none;
  background: #ff4001;
}

.footer_banner .image:hover img {
  opacity: 0.5;
}


/* フッターウィジェット */
#footer_widget {
  margin: 0 auto 45px auto;
  padding: 0;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #222;
}

.footer_widget {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  width: 300px;
  overflow: hidden;
  margin: 0 20px 46px 0;
  padding: 0;
  position: relative;
}

.footer_widget.widget_nav_menu {
  width: 150px;
  margin-right: 10px;
}

.footer_headline {
  margin: 0 0 18px 0;
  font-size: 14px;
  color: #aaa;
  line-height: 1;
}

.footer_widget ul {
  margin: 0;
}

.footer_widget li ul {
  margin: 10px 0 10px 10px;
}

.footer_widget li {
  line-height: 160%;
  padding: 0;
  margin: 0 0 10px 0;
}

.footer_widget li li {}

.footer_widget a {
  color: #fff;
  text-decoration: none;
}

.footer_widget a:hover {
  color: #ff4001;
  text-decoration: none;
}

.footer_widget img {
  height: auto;
  max-width: 100%;
}

.footer_widget .banner_list2 {
  padding: 0;
}

.footer_widget .collapse_category_list {
  border: 1px solid #222;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.footer_widget .collapse_category_list ul {
  margin: 0;
  padding: 0;
}

.footer_widget .collapse_category_list li {
  border-top: 1px solid #222;
  margin: 0;
  padding: 0;
}

.footer_widget .collapse_category_list li a {
  background: transparent !important;
}

.footer_widget .collapse_category_list li a .count {
  border: 1px solid #222;
}

.footer_widget.widget_search #search-btn input,
.footer_widget.widget_search #searchsubmit,
.footer_widget.widget.google_search #searchsubmit {
  background-color: #222;
}

.ft_sns {
  display: none;
}


/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */

/* 基本設定 */
#comments {
  font-size: 12px;
  margin: 0;
  margin-bottom: 50px;
}

#comment_headline {
  margin: 0 0 20px 0;
  font-weight: 400;
}

#comment_area,
#trackback_area {
  margin: 15px 0 20px;
  padding: 0 0 5px 0;
}

#trackback_area {
  display: none;
}


/* コメント・トラックバックのタブ */
#comment_header {
  position: relative;
  margin: 0 0 25px;
}

#comment_header ul {
  margin: 0;
}

#comment_header ul li {
  float: left;
  text-align: center;
  margin: 0;
  width: 50%;
}

#comment_header ul li a,
#comment_header ul li p {
  font-size: 11px;
  padding: 10px 15px;
  line-height: 180%;
  display: block;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
}

#comment_header ul li a:hover {
  color: #fff !important;
  background: #333;
}

#comment_header ul li.comment_switch_active a,
#comment_header #comment_closed p {
  color: #fff;
  position: relative;
  background: #333;
}

#comment_header ul li.comment_switch_active a:after,
#comment_header #comment_closed p:after {
  position: absolute;
  bottom: -17px;
  left: 195px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}


/*  コメントの基本部分 */
.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment {
  border: 1px solid #ccc;
  color: #777;
  margin: 0 0 15px;
  padding: 15px 20px 0;
  background: #fff;
}

#comments .post_content {
  margin: 20px 0 0;
  padding: 0;
  background: none;
}

.admin-comment {}


/* コメントの情報部分 */
.comment-meta {
  position: relative;
  margin: 0 0 10px 0;
}

.comment-meta-left {
  float: left;
  width: 400px;
}

#comments .avatar {
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  width: 40px;
  height: 40px;
}

.comment-name-date {
  padding: 3px 0 0 0;
  height: 37px;
}

a.admin-url {
  text-decoration: underline;
}

a.guest-url {
  text-decoration: underline;
}

.comment-name-date {
  margin: 0;
}

.comment-date {
  font-size: 11px;
  color: #757676;
  margin: 10px 0 0 0;
}

.comment-act {
  background: url(img/common/arrow3.gif) no-repeat left;
  font-size: 11px;
  position: absolute;
  right: 0px;
  padding: 0 0 0 10px;
  margin: 5px 0 0 0;
}

.comment-act li {
  display: inline;
  margin: 0;
}

.comment-reply a,
.comment-reply a:visited {
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  margin: 0 6px 0 0;
}

.comment-edit a,
.comment-edit a:visited {
  border-left: 1px solid #aaa;
  padding: 0 0 0 10px;
  margin: 0 0 0 6px;
}


/* コメント本文 */
#comments .post_content p {
  margin: 0 0 15px 0;
}

#comments .post_content blockquote span {
  margin: 0 0 -1em 0;
  display: block;
}


/* メッセージ、警告文 */
.comment-note {
  display: block;
  font-size: 11px;
  margin: 0 0 1em 0;
  color: #33a8e5;
  border: 1px solid #94ddd4;
  padding: 10px 15px;
  background: #d6f4f0;
}

.comment_closed {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 35px 15px 0;
  padding: 15px;
  background: #fefefe;
}

.no_comment {
  padding-bottom: 15px;
}


/* トラックバック */
.trackback_time {
  font-size: 11px;
  color: #757676;
  margin: 0 0 7px 0px;
}

.trackback_title {
  margin: 2px 0 8px 0;
  margin: 0 0 10px 0px;
  line-height: 160%;
}

#trackback_url_area {
  margin: 0;
}

#trackback_url_area label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 11px;
}

#trackback_url_area input {
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 10px;
  width: 100%;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* ページナビ */
#comment_pager {
  margin: 0 0 10px;
  height: 24px;
}

#comment_pager a,
#comment_pager span {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

#comment_pager .current {
  text-decoration: underline;
}



/* コメントフォーム */
.comment_form_wrapper {
  border: 1px solid #ccc;
  margin: 0 0 0px;
  padding: 15px;
  background: #fff;
}

.comment .comment_form_wrapper {
  margin: 0 0 20px;
}

#cancel_comment_reply {
  background: url(img/common/arrow3.gif) no-repeat left center;
  margin: 0 0 1em 0;
  padding: 0 0 0 10px;
}

#comment_user_login p {
  padding: 0 0 0 1px;
  margin: 0;
  line-height: 100%;
}

#comment_user_login span {
  margin: 0 0 0 40px;
}

#comment_login {
  margin: 0;
  padding: 3px 30px 10px 30px;
}

#comment_login p {
  margin: 0;
  padding: 12px 0 11px 36px;
  line-height: 100%;
}

#comment_login a {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  background: url(img/common/arrow3.gif) no-repeat 10px 3px;
}

#guest_info {
  padding: 0;
  width: 100%;
}

#guest_info div {
  margin: 0 0 12px 0;
  text-align: left;
}

#guest_info input {
  margin: 0;
  padding: 5px 0;
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  color: #777;
}

#guest_info input:focus {
  border: 1px solid #e48898;
}

#guest_info label {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  font-size: 11px;
  color: #888;
}

#guest_info span {
  color: #666;
  margin: 0 10px 0 0;
}

#comment_textarea textarea {
  margin: 15px 0 0;
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  background: #fff;
  color: #777;
  font-size: 11px;
  overflow: auto;
}

#comment_textarea textarea:focus {
  border: 1px solid #e48898;
}

#submit_comment_wrapper {
  text-align: center;
}

#submit_comment {
  background: #aaa;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

#submit_comment:hover {
  background: #e48898;
}

#input_hidden_field {
  display: none;
}

/* ----- パスワード保護 ----- */
.password_protected {
  text-align: center;
  margin: 0 38px 30px;
  padding: 10px 20px;
  color: #fff;
  background: #3db4b2;
  border-radius: 5px;
}

.password_protected p {
  font-size: 12px;
  margin: 0;
  line-height: 160%;
}




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright {
  float: right;
}

.post_content .alignleft {
  float: left;
}

.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.post_content blockquote.alignleft,
.post_content img.alignleft {
  margin: 7px 24px 7px 0;
}

.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.post_content blockquote.alignright,
.post_content img.alignright {
  margin: 7px 0 7px 24px;
}

.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.post_content blockquote.aligncenter,
.post_content img.aligncenter,
.post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}


/* text and headline */
.post_content p {
  line-height: 1.8;
  margin: 0 0 1em 0;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  clear: both;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

.post_content h1 {
  font-size: 150%;
}

.post_content h2 {
  font-size: 140%;
}

.post_content h3 {
  font-size: 130%;
  padding-top: 20px;
}

.post_content h4 {
  font-size: 120%;
}

.post_content h5 {
  font-size: 110%;
}

.post_content h6 {
  font-size: 100%;
}


/* image */
.post_content img[class*="align"],
.post_content img[class*="wp-image-"],
.post_content img[class*="attachment-"],
.post_content img.size-full,
.post_content img.size-large,
.post_content .wp-post-image,
.post_content img {
  height: auto;
  max-width: 100%;
}


/* list */
.post_content li,
.post_content dt,
.post_content dd {
  line-height: 2.2;
}

.post_content ul,
.post_content ol,
.post_content dl {
  margin-bottom: 24px;
}

.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.post_content li>ul,
.post_content li>ol {
  margin-bottom: 0;
}

.post_content dt {
  font-weight: bold;
}

.post_content dd {
  margin-bottom: 1em;
}


/* table */
.post_content table {
  margin: 0 0 24px 0;
  /*width:100% !important;*/
}

.post_content td,
.post_content th {
  border: 1px solid #bbb;
  padding: 10px 15px;
  line-height: 2.2;
}

.post_content th {
  background: #ddd;
  font-weight: normal;
}

/* table style */
.post_content table.table_no_border th,
.post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}

.post_content table.table_border_horizontal th,
.post_content table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}


/* block quote */
.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}

.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}


/* gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}


/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.post_content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}

.post_content .sticky {}

.post_content .mejs-container {
  margin: 12px 0 25px;
}

/* 調整 */
.rich_font {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

#page-top {
  position: fixed;
  bottom: 48px;
  right: 48px;
  z-index: 999;
}

li.date2 {
  background-color: #000 !important;
}

#header_top {
  background: #ffffff !important;
}

.pc #header_logo .logo {
  float: left;
}

ul.banner_list1 li .caption {
  font-weight: bold;
}

#return_top {
  display: none !important;
}

.top_contents {
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}

.top_contents.lineno {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_contents.lineno h3 {
  font-size: 28px;
  line-height: 1.8;
  margin: 0;
}

.top_contents.lineno h3 span {
  color: #fa3a98;
}

.top_contents.lineno h4 {
  font-size: 20px;
  padding: 0;
  border: none;
}

.top_contents p {
  line-height: 1.8;
}

#index_program {
  border-bottom: 1px solid #e2e2e2;
}

.pc #global_menu ul ul {
  width: 120%;
  margin: 0 0 0 -10%;
}

.pc #global_menu ul ul a {
  font-size: 12px;
}

#global_menu ul ul a {
  background: #fff !important;
  color: #000 !important;
}

#global_menu ul ul a:hover {
  background: #f0f0f0 !important;
}

.footer_widget.widget_nav_menu {
  width: 115px;
}

#footer_top_inner {
  width: 1250px;
}

/* フローティングバナー */
#contact-fix {
  position: fixed;
  bottom: 130px;
  right: 48px;
  z-index: 999;
}

#contact-fix {
  display: none;
  width: 270px;
  background: #eeeeee;
  padding: 25px 18px;
  border: 2px solid #000;
  position: fixed;
  bottom: 130px;
  right: 48px;
  z-index: 999;
  box-sizing: border-box;
}

#contact-fix .ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

/*#contact-fix .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  background: #000;
  max-width: 230px;
  height: 60px;
  text-align: center;
  padding: 0.4em 0.6em;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}*/
/*#contact-fix .contact.line a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
}
#contact-fix .contact .img {
  padding-right: 8px;
}
#contact-fix .contact.line .img {
  display: block;
  margin-bottom: 10px;
  padding-right: 0;
}
#contact-fix .contact.line .txt {
  display: block;
}*/
#contact-fix .contact a {
  display: block;
  background: #000;
  width: 100%;
  max-width: 230px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

#contact-fix .contact a:hover {
  background: #fa3a98;
}

#contact-fix .contact .img {
  display: block;
  margin-bottom: 10px;
}

#contact-fix .contact .txt {
  display: block;
}

#contact-fix .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}

#contact-fix .inner_wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#contact-fix .inner_wrap .contact {
  width: 48%;
}

#main-slide .sp {
  display: none;
}

#main-slide .pc {
  display: block;
}

#main-slide img {
  width: 100%;
  height: auto;
}

#main-slide .slick-prev::before {
  content: url(//gym-visil.com/gym-visil/wp-content/themes/maxx_tcd043/img/top/slide-prev.svg);
}

#main-slide .slick-next::before {
  content: url(//gym-visil.com/gym-visil/wp-content/themes/maxx_tcd043/img/top/slide-next.svg);
}

#main-slide .slick-next {
  width: 50px;
  height: 50px;
  right: 5%;
  z-index: 99;
}

#main-slide .slick-prev {
  width: 50px;
  height: 50px;
  left: 5%;
  z-index: 100;
}

#main-slide .single-item .slick-prev::before,
#main-slide .single-item .slick-next::before {
  color: #666;
}

@media screen and (max-width: 770px) {
  .top_contents.lineno h3 {
    font-size: 22px;
    margin: 0;
  }
}

.top_contents h3 {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 0.8em;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.top_contents h3::before {
  content: "";
  background: #ff3798;
  background: -moz-linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  background: -webkit-linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  background: linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  width: 220px;
  height: 4px;
  margin-left: -110px;
  position: absolute;
  bottom: 0.15em;
  left: 50%;
}

.top_contents.lineno h3::before {
  content: none;
}

.top_contents h3 span {
  color: #fa3a98;
}

.top_contents h3+p {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}

.top_contents h4 {
  margin-bottom: 25px;
  padding-left: 0.8em;
  border-left: 5px solid #fa3a98;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
}

.top_contents h4+p {
  line-height: 1.6;
}

.top_contents h5 {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}

.top_contents .fig {
  margin-bottom: 20px;
  text-align: center;
}

.top_contents .arrow {
  margin: 32px 0;
  text-align: center;
}

.top_contents p.top_txt01 {
  font-size: 25px;
  font-weight: bold;
  color: #ff3798;
  text-align: center;
  margin-bottom: 20px;
}

.top_contents p.top_txt02 {
  font-size: 30px;
  font-weight: bold;
  color: #ff3798;
  text-align: center;
  margin-bottom: 20px;
}

.top_contents p.normal_txt {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}

.top_contents p:last-child {
  margin-bottom: 0;
}

#index_program_headline {
  padding-left: 0.8em;
  border-left: 5px solid #fa3a98;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  top: 10px;
}

#index_blog_headline {
  padding-left: 0.8em;
  border-left: 5px solid #fa3a98;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  top: 10px;
}

.top_contents .rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.top_contents .rec li {
  width: 24.5%;
  margin-right: 1.5%;
}

.top_contents .rec li:nth-child(4n) {
  margin-right: 0;
}

.top_contents .rec li span {
  display: block;
  text-align: center;
  margin-top: 15px;
  line-height: 1.7;
  font-size: 14px;
}

.top_contents .result {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.top_contents .result li {
  width: 32%;
  margin-right: 2%;
  margin-top: 1.5%;
}

.top_contents .result li:nth-child(3n) {
  margin-right: 0;
}

.top_contents .result li:nth-child(-n+3) {
  margin-top: 0;
}

.top_contents .result_txt {
  text-align: center;
  margin-top: 25px;
  line-height: 1.8;
  font-size: 16px;
}

.top_contents .flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.top_contents .flow_wrap .flow_box {
  width: 33%;
  min-height: 385px;
  margin-right: 1%;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.top_contents .flow_wrap .flow_box:nth-child(3n) {
  margin-right: 0;
}

.top_contents .flow_wrap .flow_box .inner {
  padding: 1em;
}

.top_contents .flow_wrap .flow_box img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.top_contents .flow_wrap .flow_box .inner .txt {
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
}

.top_contents .flow_wrap .flow_box .inner ul li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
}

.top_contents .flow_wrap .flow_box .inner ul li:last-child {
  margin-bottom: 0;
}

.top_contents .flow_wrap .flow_box .inner ul li span {
  padding-right: 0.6em;
}

.top_contents .flow_wrap .flow_box .inner ul li span img {
  vertical-align: middle;
}

.top_contents .trainer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top_contents .trainer_box .img {
  width: 50%;
}

.top_contents .trainer_box .txt {
  width: 48%;
}

.top_contents .trainer_box .txt {
  line-height: 1.7;
}

.top_contents .service_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.top_contents .service_box:last-child {
  margin-bottom: 0;
}

.top_contents .service_wrap .arrow {
  margin: 20px 0 !important;
}

.top_contents .service_box .txt dt {
  color: #ff3796;
  font-size: 21px;
}

.top_contents .service_box .img {
  width: 40%;
}

.top_contents .service_box .img img {
  width: 100%;
}

.top_contents .service_box .txt {
  width: 57.5%;
}

.top_contents .service_box .txt dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.top_contents .service_box .txt dd {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 14px;
}

.top_contents .service_box .point {
  width: 48px;
  height: 48px;
  background: #000;
  display: inline-block;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.0;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #fff;
  box-sizing: border-box;
}

.top_contents .service_box .point span {
  display: block;
  font-size: 19px;
}

.top_contents .service_box .point_txt {
  padding-left: 10px;
  font-size: 21px;
  color: #000;
  font-weight: bold;
}

.top_contents .service_box .point_txt span {
  color: #ff3796;
}

.top_contents .service_box .txt ul li {
  line-height: 1.4;
  text-indent: -16px;
  padding-left: 16px;
  margin-bottom: 0.8em;
}

.top_contents .service_box .txt ul li:last-child {
  margin-bottom: 0;
}

.top_contents .service_box .txt ul li span {
  padding-right: 5px;
}

.top_contents .service_box .txt ul li span img {
  vertical-align: middle;
}

.voice_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice_area ul li {
  width: 32.5%;
  margin-right: 1%;
  margin-top: 1.5%;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.voice_area ul li:nth-child(3n) {
  margin-right: 0;
}

.voice_area ul li:nth-child(-n+3) {
  margin-top: 0;
}

.voice_area ul li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.voice_area ul li dl dd {
  padding: 1rem;
}

.voice_area ul li dl dd .title {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}

.voice_area ul li dl dd .txt {
  line-height: 1.6;
  font-size: 13px;
}

.voice_area ul li dl dd .txt p+p {
  margin-top: 1rem;
}

.voice_area ul li.no_article {
  width: 100%;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
  border: none;
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.contact_wrap .contact_box {
  background: #eeeeee;
  width: 33%;
  text-align: center;
  margin-right: 1%;
  padding: 20px 15px;
  border: 3px solid #000;
  box-sizing: border-box;
}

.contact_wrap .contact_box.new {
  width: 100%;
  margin-right: 0;
}

.contact_wrap .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact_wrap .inner_wrap.new_clm {
  max-width: 740px;
  margin: 0 auto;
}

.contact_box .inner_wrap.new_clm .contact_btn {
  /*width: 32.434%;*/
  width: 48.53%;
}

.contact_box .contact_ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.contact_box .contact_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 100%;
  height: 64px;
  text-align: center;
  padding: 0.4em 0.6em;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

.contact_box.new .contact_btn a {
  max-width: 364px;
  margin: 0 auto;
  font-size: 18px;
}

.contact_box .contact_btn.tel a {
  font-size: 24px;
}

.contact_box .contact_btn a:hover {
  background: #fa3a98;
}

.contact_box .contact_btn .img {
  padding-right: 2%;
}

.contact_box .contact_btn .txt {
  line-height: 1.4;
}

.contact_box .contact_btn .txt span {
  display: block;
  font-size: 11px;
}

.contact_box.new .contact_btn .txt span.sub {
  font-size: 15px;
}

.contact_box .contact_btn .txt small {
  font-size: 11px;
}

.contact_box .contact_txt {
  max-width: 740px;
  margin: 5px auto 0;
  font-size: 12.5px;
}

.top_btn a {
  background: #fa3a98;
  max-width: 370px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  margin: 30px auto 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

.top_btn a:hover {
  background: #000;
  color: #fff;
}

.top_btn_wrap {
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

.top_btn_wrap .top_btn {
  width: 48.53%;
}

.top_btn_wrap .top_btn a {
  margin-top: 0;
}

.index_archive_link a {
  background: #fa3a98;
}

.index_archive_link a:hover {
  background: #000;
}

#index_program .top_btn_wrap {
  padding-bottom: 50px;
}

.footer_btn a {
  background: #fa3a98;
  max-width: 300px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  margin: 25px auto 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  box-sizing: border-box;
}

.footer_btn a:hover {
  background: #000;
  color: #fff;
}

.iframe_area {
  position: relative;
  margin-top: 25px;
  padding-top: 56.25%;
  height: 0;
}

.iframe_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_banner img {
  width: 100%;
}

#index_content2 {
  display: none;
}

/* 下層 */
#lower_header {
  background-image: url(./img/lower/lower_hdbg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 200px;
  padding: 6% 3%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
}

.txt_medium {
  font-size: 20px !important;
}

.txt_learge {
  font-size: 28px !important;
}

.txt_bld {
  font-weight: bold !important;
}

.txt_pink {
  color: #ff3798 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.basic_contents {
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}

.basic_contents.bdr_no {
  border: none;
}

.basic_contents:last-child {
  border-bottom: none;
}

.basic_contents .item+.item {
  margin-top: 40px;
}

h3.headline_h3 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0.8em;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

h3.headline_h3::before {
  content: "";
  background: #ff3798;
  background: -moz-linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  background: -webkit-linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  background: linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  width: 220px;
  height: 4px;
  margin-left: -110px;
  position: absolute;
  bottom: 0.15em;
  left: 50%;
}

h4.headline_h4 {
  margin-bottom: 20px;
  padding: 0 0 0 0.8em;
  border-left: 5px solid #fa3a98;
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
}

h5.headline_h5 {
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
}

h5.headline_h5 span {
  display: inline-block;
  background: #ff3798;
  margin: 0 0.6em 0 0;
  padding: 0.5em 0.8em;
  font-size: 18px;
  color: #fff;
}

.basic_contents p {
  margin: 0 0 25px 0;
  line-height: 1.95;
}

.basic_contents p:last-child,
.basic_contents div:last-child {
  margin-bottom: 0;
}

.basic_contents p+p {
  margin-top: 25px;
}

.basic_contents .lead_txt {
  margin: 0 0 35px 0;
  text-align: center;
  font-size: 16px;
  line-height: 2.0;
}

.basic_contents .message_txt {
  margin-top: 30px;
  text-align: center;
  line-height: 1.7;
}

.basic_contents .fig {
  margin-bottom: 40px;
  text-align: center;
}

.basic_contents .basic_noclm+.fig {
  margin-top: 40px;
}

.basic_contents ul,
.basic_contents ol,
.basic_contents dl {
  margin-bottom: 0;
}

.post_content li,
.post_content dt,
.post_content dd {
  margin-bottom: 0;
  line-height: 1.7;
}

.basic_contents ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 25px;
}

.basic_contents .list_type01 {
  font-size: 14px;
}

.basic_contents .list_type01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.basic_clm01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.basic_clm01 .img {
  width: 36.25%;
}

.basic_clm01 .txt {
  width: 62%;
}

.basic_clm02 {
  clear: both;
}

.basic_clm02 .img {
  float: left;
  padding-right: 18px;
}

.basic_clm02 .txt p {
  line-height: 1.5;
  margin-bottom: 0;
}

.basic_clm03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.basic_clm03 .img {
  width: 36.25%;
}

.basic_clm03 .txt {
  width: 62%;
}

.basic_clm04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}

.basic_clm04 .img {
  width: 49%;
  margin-top: 2%;
}

.basic_clm04 .img:nth-child(-n+2) {
  margin-top: 0;
}

.basic_clm04 .img span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

.basic_clm05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.basic_clm05 .img {
  width: 50%;
}

.basic_clm05 .txt {
  width: 48%;
}

.basic_clm05 p {
  margin-bottom: 15px;
}

.basic_noclm .txt {
  margin-top: 20px;
}

.feature_box01 {
  background: #f2f2f2;
  margin-bottom: 30px;
  padding: 25px;
}

.basic_contents .feature_box01 .fig {
  margin-bottom: 20px;
}

.basic_contents .feature_box01 .fig img+img {
  margin-top: 10px;
}

.feature_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.feature_flex .clm_cont {
  width: 49%;
}

.basic_contents .feature_flex .list_type01 {
  margin-bottom: 0;
}

.feature_box01 .feature_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fa3a98;
}

.feature_box01 .feature_title::after,
.feature_box01 .feature_title::before {
  content: '';
  height: 1px;
  background-color: #fa3a98;
  flex-grow: 1;
}

.feature_box01 .feature_num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.feature_box01 .feature_num span {
  font-size: 40px;
  font-weight: bold;
}

.feature_box01 p.feature_lead {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.feature_box01 p.feature_TAc {
  text-align: center;
}

.feature_icon_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.feature_icon_box p {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fa3a98;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  width: auto;
  margin: 0 2% 20px !important;
}

.feature_icon_box p .material-symbols-outlined {
  border-radius: 50%;
  padding: 20px;
  margin: 0 0 10px;
  font-size: 60px;
  color: #333;
  background: #fff;
}

.feature_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 40px 0 0;
}

.feature_col .feature_col_l {
  width: 48%;
  margin: 0 1%;
}

.feature_col .feature_col_r {
  width: 58%;
  margin: 0 1%;
}

.feature_col p {
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.feature_col p .material-symbols-outlined {
  font-size: 30px;
  color: #fa3a98;
  margin-right: 5px;
}

/**ポイントナビ**/
.basic_contents ul.feature_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  margin: 40px 0;
}

.basic_contents ul.feature_nav li {
  border: solid 1px #bcbcbc;
  border-radius: 5px;
  background: #ffff;
  transition: ease .3s;
}

.basic_contents ul.feature_nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #333;
  letter-spacing: 0;
  line-height: 2;
  padding: 10px;
  text-decoration: none;
}

.basic_contents ul.feature_nav li:hover {
  background: #F2F2F2;
}

.basic_contents ul.feature_nav .feature_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fa3a98;
  font-size: 13px;
  line-height: 1.5;
}

.basic_contents ul.feature_nav .feature_num span {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}

.basic_contents ul.feature_nav .feature_nav_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.basic_contents ul.feature_nav .feature_nav_text span {
  font-size: 12px;
  font-weight: normal;
}

.basic_contents ul.feature_nav .material-symbols-outlined {
  font-size: 30px;
}

.training_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 25px;
  background: #F2F2F2;
  margin: 0 0 60px;
}

.training_box .fig {
  padding: 20px;
  margin: 0;
}

.training_box h4 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 0 14%;
  margin: 0 0 10px;
  text-align: left;
  border-top: 3px solid #fa3a98;
  width: 100%;
}

.training_box h4 .num_text {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding: 0 .8em 0 .8em;
  color: #fff;
  background-color: #fa3a98;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: center;
}

.training_box h4 .num_text::before {
  position: absolute;
  content: '';
  right: -30px;
  top: 0;
  border: none;
  border-left: solid 30px #fa3a98;
  border-bottom: solid 40px transparent;
  z-index: 1;
}

.training_box h4 .num_text .num {
  font-size: 20px;
}

.training_box .training_text2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #fa3a98;
  padding: 0 20px;
  margin: 0 0 10px;
}

.training_box .training_text {
  text-align: left;
  padding: 0 20px;
  width: 100%;
}

.training_line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.training_line::before,
.training_line::after {
  content: '';
  height: 2px;
  background-color: #333;
  width: 30px;
  flex-grow: 0;
  margin: 0 10px;
}

h4.training_title {
  padding: 10px 20px;
  background: #F2F2F2;
  margin: 20px 0;
}

.card_box.training_card_box .card_item {
  margin: 15px 0;
  padding: 20px 0;
  background: #f2f2f2;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .06);
}

.card_box.training_card_box .card_item h5 {
  font-size: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fa3a98;
}

.card_box.training_card_box .card_item h5 .material-symbols-outlined {
  margin-right: 5px;
}

.card_box.training_card_box .card_item p {
  font-size: 14px;
}

.basic_contents .price_panel_box.health_plan .price_panel_item .price_label {
  color: #fff;
  top: -70px;
  background: #fa3a98;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.basic_contents .price_panel_box.health_plan .price_panel_item .price_label span {
  font-size: 12px;
}

.balloon-text {
  position: relative;
  margin: 20px auto 20px;
  padding: 20px;
  max-width: 540px;
  width: 100%;
  color: #000;
  font-size: 16px;
  background: #f9e2ed;
  border-radius: 8px;
}

.balloon-text:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f9e2ed;
}

.balloon-text p {
  margin: 0;
  padding: 0;
  text-align: center;
}

h5.training_lead {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0 0;
}

h5.training_lead span {
  background: linear-gradient(0deg, rgb(255 145 199 / 90%) 30%, transparent 0, transparent);
  padding: 2px;
}

.health_box {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 20px;
  background: #EEEEEE;
}

.health_box p {
  line-height: 3;
}

.health_box h4.headline_h4 {
  padding: 0;
  border: none;
  text-align: center;
}

/**トップ料金表**/
.price_panel_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
  width: 100%;
}

.price_panel_item {
  background: #fff;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .06);
  padding: 32px 20px 20px;
  border-top: 2px solid #E2E2E2;
  position: relative;
}

.price_panel_item .read_more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 20px;
  margin: 10px 0 0;
}

.price_panel_item .read_more a {
  display: inline-block;
  font-size: 12px;
  color: #f992c4;
  text-decoration: underline;
}

.price_panel_item h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fa3a98;
  line-height: 1;
  padding-left: 0;
  border-left: none !important;
  margin: 0 0 10px;
}

.price_panel_item h4 span {
  font-size: 13px;
  font-weight: normal;
  color: #878787;
  display: inline-block;
  width: 100%;
}

.price_panel_item h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.price_panel_item h5 span {
  color: #878787;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0;
  width: 100%;
}

.price_panel_item p span {
  font-size: 10px;
  display: inline-block;
  letter-spacing: 0;
  width: 100%;
}

.price_panel_bdr {
  position: absolute;
  top: -1px;
  left: 0;
  border: 2px solid #fa3a98;
  width: 120px;
  z-index: 9;
}

p.price_label {
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 20px 20px;
  /*border: 2px solid #fa3a98;*/
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #ff0073;
  z-index: 10;
}

.price_mt {
  margin: 100px 0 0;
}

/**下層料金表**/
.item .price_panel_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}

.item .price_panel_item {
  border-top: 12px solid #E2E2E2;
  width: 100%;
}

.item .price_panel_item .p_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
}

.item .price_panel_item .p_title::before,
.item .price_panel_item .p_title::after {
  content: '';
  height: 1px;
  background-color: #333;
  width: 20px;
  flex-grow: 0;
}

.item .price_panel_bdr {
  top: -12px;
  border: 6px solid #fa3a98;
}

.price_panel_box table {
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
  background: #fbfbfb;
  color: #ff0073;
  margin: 20px 0 0;
  width: 100%;
}

.price_panel_box table td {
  padding: 12px 10px;
}

.price_panel_box tr {
  border-bottom: 1px solid #dcdcdc;
}

.price_panel_box tr.top {
  background: #fa3a98;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-bottom: none;
}

.price_panel_box tr.top td {
  padding: 3px 10px;
}

.price_panel_box tr td:nth-child(1) {
  color: #333;
  letter-spacing: -1px;
}

.price_panel_box tr td:nth-child(2) {
  font-weight: bold;
}

.price_panel_box tr.top td:nth-child(1) {
  color: #fff;
}

.price_panel_box tr td:nth-child(1),
.price_panel_box tr td:nth-child(2) {
  width: 50%;
}

.price_panel_box tr td:nth-child(3) {
  width: 60%;
}

.basic_contents .price_panel_box .price_panel_item .price_label {
  width: 25%;
  justify-content: center;
}

.basic_contents .price_panel_box .price_panel_item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.basic_contents .price_panel_box .price_panel_item p span {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.basic_contents .price_panel_item p span.material-symbols-outlined {
  font-size: 20px;
  color: #ff0073;
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.health_plan.price_panel_box tr td {
  width: 33.333%;
}

.health_plan.price_panel_box tr.top td:nth-child(1),
.health_plan.price_panel_box tr.top td:nth-child(2) {
  color: #fff;
  font-weight: bold;
}

.health_plan.price_panel_box tr td:nth-child(1),
.health_plan.price_panel_box tr td:nth-child(2) {
  color: #333;
  font-weight: normal;
  letter-spacing: -1px;
}

.health_plan.price_panel_box tr td:nth-child(3) {
  font-weight: bold;
}

.contact_contents.health_bg {
  background-image: url(https://gym-visil.com/gym-visil/wp-content/themes/gym-visil/img/lower/health-support01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 20px;
  position: relative;
}

.contact_contents.health_bg h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fa3a98;
  width: 100%;
}

.contact_contents.health_bg p {
  text-align: center;
  margin: 10px 0 0;
  width: 100%;
}

.contact_contents.health_bg .contact_wrap {
  margin: 0;
}

.contact_contents.health_bg .contact_btn span {
  margin-right: 5px;
}

p.health_cap {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 10px !important;
  padding: 0 5px;
  text-align: right;
  width: auto !important;
  text-align: left !important;
}

.top_contents.health_flow .service_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  border: none;
}

.top_contents.health_flow .service_box {
  width: 100%;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.top_contents.health_flow .service_box .txt {
  width: 100%;
  background: #F2F2F2;
  padding: 20px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .06);
}

.top_contents.health_flow .service_box .txt dt {
  display: flex !important;
  justify-content: center;
  text-align: center;
}

.top_contents.health_flow .point,
.top_contents.health_flow .point_txt {
  margin: 0;
}

.top_contents.health_flow .service_box .point_txt {
  font-size: 17px;
  text-align: left;
  width: 100%;
}

.top_contents.health_flow .service_wrap .arrow span {
  font-size: 80px;
  color: #fa3a98;
}

.top_contents.health_flow .service_box .point {
  background: #fa3a98;
}

@media screen and (max-width: 770px) {
  .price_panel_box {
    grid-template-columns: 1fr;
  }

  .price_panel_item {
    margin: 10px 0;
  }

  .price_panel_box tr.top {
    text-align: left;
  }

  .price_panel_box tr {
    text-align: left;
  }

  .price_panel_box tr td:nth-child(1),
  .price_panel_box tr td:nth-child(2) {
    width: 25%;
  }

  .price_panel_box tr td:nth-child(3) {
    width: 50%;
  }

  .basic_contents .price_panel_box .price_panel_item p span {
    align-items: flex-start;
  }

  .price_mt {
    margin: 50px 0 0;
  }

  .price_panel_item h4 {
    font-size: 20px;
  }

  .price_panel_item h5 {
    font-size: 18px;
  }

  .contact_contents.health_bg {
    padding: 20px 20px 60px !important;
  }

  .health_plan.price_panel_box tr td {
    width: 33.333% !important;
  }

  .health_plan.price_panel_box tr {
    font-size: 13px;
  }

  .top_contents.health_flow .service_wrap {
    width: 100%;
    justify-content: center;
  }

  .top_contents.health_flow .service_wrap .arrow img {
    height: 20px;
  }

  .top_contents.health_flow {
    margin: 0;
  }

  .top_contents.health_flow .service_box {
    display: contents;
  }

  .top_contents.health_flow .service_box .point_txt {
    margin: 10px 0 0;
  }

  .top_contents.health_flow .service_box .txt dt {
    flex-wrap: wrap;
  }

  .top_contents.health_flow .service_box .txt dt .material-symbols-outlined {
    display: none;
  }
}

/**カード型**/
.card_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  width: 100%;
}

.card_item {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  padding: 0 0 20px;
  text-decoration: none;
}

.voice_area .card_item {
  transition: ease .3s;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.voice_area .card_item:hover {
  text-decoration: none;
  opacity: 0.7;
}

.voice_area.linkno .card_item:hover {
  opacity: 1;
}

.card_item div img {
  width: 100%;
}

.card_item h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  margin: 10px 0 0;
}

.card_item p {
  font-size: 13px;
  padding: 0 20px;
  margin: 10px 0 0;
  line-height: 1.4;
}

.card_item p span {
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.card_item p .sub {
  margin: 10px 0 5px;
}

.card_item p .sub_text {
  font-size: 12px;
  margin: 0 0 10px;
  letter-spacing: -1px;
}

.card_item p .sub_cl {
  color: #fa3a98;
  font-weight: bold;
  display: contents;
}

.card_item .read_more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 20px;
  margin: 10px 0 0;
}

.card_item .read_more .read,
.card_item .read_more a {
  display: inline-block;
  font-size: 12px;
  color: #f992c4;
  text-decoration: underline;
}

.voice_area .card_item {
  border: solid 1px #e2e2e2;
  background: #fff;
}

@media screen and (max-width: 770px) {
  .card_box {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .card_item {
    margin: 10px 0;
  }
}

.health_card_item {
  background: #fff;
  border-top: solid 5px #fa3a98;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .06);
}

.health_card_item .health_card_text {
  color: #fa3a98;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
}

.health_card_item p {
  line-height: 2;
}

@media screen and (max-width: 770px) {
  .basic_contents ul.feature_nav {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 20px 0;
  }

  .basic_contents ul.feature_nav li {
    margin: 10px 0;
  }

  .feature_col .feature_col_l {
    width: 100%;
    margin: 0;
  }

  .feature_col .feature_col_r {
    width: 100%;
    margin: 20px 0 0;
  }

  .feature_col {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }

  .feature_icon_box p .material-symbols-outlined {
    font-size: 40px;
  }

  .feature_icon_box p {
    font-size: 16px;
  }

  .training_box {
    padding: 0 0 25px;
    margin: 0 0 40px;
  }

  .training_box h4 {
    font-size: 18px;
    padding: 10px 0px 10px 35%;
  }

  .training_box .training_text {
    padding: 0 20px;
    margin: 10px 0;
  }

  h4.training_title {
    padding: 10px !important;
    margin: 20px 0;
  }

  .card_box.training_card_box .card_item {
    padding: 10px 5px 20px;
  }

  .card_box.training_card_box .card_item p,
  .card_box.training_card_box .card_item h5 {
    padding: 0 5px;
  }

  .card_box.training_card_box .card_item p {
    margin: 10px 0 0;
  }

  .basic_contents .price_panel_box.health_plan .price_panel_item .price_label {
    top: -50px;
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  .basic_contents .price_panel_box.health_plan .price_panel_item .price_label spsn {
    font-size: 10px;
  }

  .balloon-text,
  .health_box {
    max-width: 80%;
  }

  .health_box p {
    line-height: 1.8 !important;
  }

  .feature_box01 .feature_num span {
    font-size: 30px;
  }

  .feature_box01 p.feature_lead {
    font-size: 22px;
  }
}

.bio_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 60%;
}

.bio_box p {
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}

.bio_text {
  font-size: 20px;
  font-weight: bold;
}

.bio_sub {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.bio_sub_text {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}

.bio_AIs {
  align-items: flex-start;
}

.bio_text_LH {
  line-height: 2 !important;
  margin: 0 !important;
}

.bio_text_MT {
  margin: 20px 0 0 !important;
}

.bio_inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bio_inline::before,
.bio_inline::after {
  content: '';
  height: 1px;
  background-color: #333;
  width: 20px;
  flex-grow: 0;
}

.basic_contents.bio_lineno {
  border: none;
}

.contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 50px;
}

.contact_contents .headline_h3 {
  width: 100%;
}

.contact_contents .normal_txt {
  font-size: 13px;
  text-align: center;
}

.contact_contents .contact_block_r {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 48%;
}

.contact_contents .contact_block_l {
  width: 48%;
}

.contact_contents .contact_block_l img {
  width: 100%;
}

@media screen and (max-width: 770px) {
  .bio_box {
    width: 90%;
    margin: 10px auto 0;
  }

  .bio_text_LH {
    font-size: 14px;
  }

  .contact_contents {
    padding: 20px 0 !important;
  }

  .contact_contents .contact_block_r {
    width: 100%;
  }

  .contact_contents .contact_block_l {
    width: 100%;
  }

  .contact_contents .normal_txt {
    margin: 20px 0 10px;
  }
}

.price_box {
  margin-bottom: 25px;
  border-top: 1px solid #e6e6e6;
}

.price_box:last-child {
  margin-bottom: 0;
}

.price_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
}

.price_box dl dt,
.price_box dl dd {
  width: 50%;
  padding: 10px;
}

.price_box dl dt {
  height: 100%;
  min-height: 50px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.price_box dl dd span.del {
  text-decoration: line-through;
  text-decoration-color: #f00;
}

ul.plan_list {
  margin-bottom: 30px;
}

ul.plan_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

ul.plan_list li:last-child {
  margin-bottom: 0;
}

ul.plan_list li::before {
  content: "";
  background: #000000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 15px;
  top: 10px;
}

table.plan_table tr {
  border-top: 1px solid #e6e6e6;
}

table.plan_table tr {
  border-bottom: 1px solid #e6e6e6;
}

table.plan_table tr.pink {
  background: #FFF0F7;
  color: #FA3A98;
}

table.plan_table th {
  font-weight: bold;
}

table.plan_table th,
table.plan_table td {
  border-right: 1px solid #e6e6e6;
  padding: 20px 10px;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

table.plan_table th:last-child,
table.plan_table td:last-child {
  border-right: none;
}

table.plan_table th {
  background: #f2f2f2;
  width: 33.3%;
}

table.plan_table .icon {
  background: #FA3A98;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-right: 15px;
  padding: 1px 6px;
}

.lower_btn a {
  background: #fa3a98;
  max-width: 370px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  margin: 30px auto 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  box-sizing: border-box;
}

.lower_btn a:hover {
  background: #000;
  color: #fff;
}

.lower_btn02 a {
  background: #fa3a98;
  max-width: 330px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  box-sizing: border-box;
}

.lower_btn02 a:hover {
  background: #000;
  color: #fff;
}

.btn_wrap {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.btn_wrap.clm02 .lower_btn {
  width: 48.53%;
}

.btn_wrap.clm03 .lower_btn {
  width: 30%;
}

.btn_wrap.clm03 .lower_btn a {
  height: auto;
  padding: 14px 0;
  line-height: 1.4;
}

.btn_wrap .lower_btn a {
  margin-top: 0;
}

.lower_btn+h3.headline_h3 {
  margin-top: 15px;
}

.shop_box01 {
  background: #f2f2f2;
  margin-bottom: 30px;
  padding: 25px;
}

.shop_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.shop_flex .clm_cont {
  width: 49%;
}

.shop_flex .list_type01 {
  margin-bottom: 0;
}

.shop_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shop_clm .img {
  width: 48.751%;
}

.shop_clm .txt {
  width: 50%;
}

.shop_clm .txt dl dt {
  background: #f2f2f2;
  margin-bottom: 8px;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: bold;
}

.shop_clm .txt dl dd {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 14px;
}

.shop_clm .txt dl dd:last-child {
  margin-bottom: 0;
}

.icon_list {
  margin-bottom: 18px;
}

.icon_list .icon {
  display: inline-block;
  vertical-align: middle;
}

.shop_cont {
  padding-top: 60px;
}

.shop_access ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}

.shop_access ul li {
  width: 49.375%;
  margin-right: 0.8%;
  margin-top: 2.5%;
}

.shop_access ul li:nth-child(2n) {
  margin-right: 0;
}

.shop_access ul li:nth-child(-n+2) {
  margin-top: 0;
}

.shop_access ul li dl {
  display: -webkit-flex;
  display: flex;
  text-align: center;
}

.shop_access ul li dl dt {
  background: #ff3798;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

.shop_access ul li dl dd {
  width: calc(100% - 45px);
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}

.shop_facility ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}

.shop_facility ul li {
  width: 32.501%;
  margin-right: 1%;
  margin-top: 4%;
}

.shop_facility ul li:nth-child(3n) {
  margin-right: 0;
}

.shop_facility ul li:nth-child(-n+3) {
  margin-top: 0;
}

.shop_facility ul li span {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

.question_area .anchor {
  margin-bottom: 45px;
}

.question_area .anchor ul {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  list-style: none;
}

.question_area .anchor ul li {
  width: 32.333%;
  margin-right: 1.5%;
}

.question_area .anchor ul li:nth-child(3n) {
  margin-right: 0;
}

.question_area .anchor ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ff3399;
  padding: 20px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.4;
  transition-duration: .5s;
  position: relative;
  box-sizing: border-box;
}

.question_area .anchor ul li a::before {
  content: "";
  background: url(img/lower/ac_icon01.svg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 9%;
  margin-top: -4px;
}

.question_area .anchor ul li a:hover {
  text-decoration: none;
}

.question_area h4 {
  margin-bottom: 20px;
  padding: 0 0 0 0.8em;
  border-left: 5px solid #fa3a98;
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
}

.question_area .lead {
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.6;
}

.question_area .ac_cont+.ac_cont {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e2e2e2;
}

.question_area .ac_cont dl+dl {
  margin-top: 15px;
}

.question_area .ac_cont dt,
.question_area .ac_cont dd {
  padding: 30px;
}

.question_area .ac_cont dt {
  background: #ff3399;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

.question_area .ac_cont dd {
  display: none;
}

.question_area .ac_cont dd p {
  line-height: 2.0;
}

.question_area .ac_cont dd ul li {
  line-height: 2.0;
}

.question_area .ac_cont dt .txt,
.question_area .ac_cont dd .txt {
  display: block;
  padding-left: 3.0rem;
  padding-right: 30px;
  line-height: 24px;
  position: relative;
  transition-duration: .5s;
}

.question_area .ac_cont dt .txt::before,
.question_area .ac_cont dd .txt::before {
  font-size: 25px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.question_area .ac_cont dt .txt::before {
  content: "Q.";
  color: #000;
}

.question_area .ac_cont dd .txt::before {
  content: "A.";
  color: #ff3796;
}

.question_area .ac_cont dt .txt:after {
  content: "";
  background: url(img/lower/ac_arw.svg) 0 0 no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.question_area .ac_cont dt.active .txt:after {
  background: url(img/lower/ac_arw02.svg) 0 0 no-repeat;
}

.question_area .ac_cont a {
  color: #0000ee;
  text-decoration: underline;
}

.question_area .ac_cont a:hover {
  text-decoration: none;
}

.question_area .ac_cont .lower_btn a {
  margin-top: 1em;
  text-decoration: none;
}

.question_area .ac_cont .txt_pink {
  font-weight: bold;
}

.question_area .ac_cont dd .txt ul {
  margin: 0;
}

.question_area .ac_cont dd .txt ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.question_area .ac_cont dd .txt ul+p {
  margin-top: 1em;
}

.question_area .ac_cont dd .txt .lower_btn+p {
  margin-top: 1em;
}

.question_img {
  margin-top: 50px;
}

.anchor.contact {
  margin-bottom: 45px;
}

.anchor.contact ul {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  list-style: none;
}

.anchor.contact ul li {
  width: 32.333%;
  margin-right: 1.5%;
}

.anchor.contact ul li:nth-child(3n) {
  margin-right: 0;
}

.anchor.contact ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ff3399;
  padding: 20px 8px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.4;
  transition-duration: .5s;
  position: relative;
  box-sizing: border-box;
}

.anchor.contact ul li a::before {
  content: "";
  background: url(img/lower/ac_icon01.svg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 9%;
  margin-top: -4px;
}

.anchor.contact ul li a:hover {
  text-decoration: none;
}


/* フォーム */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.post_content td,
.post_content th {
  border: none;
}

input,
select {
  vertical-align: middle;
}

.contact_form {
  background: #f2f2f2;
  padding: 40px;
  margin-bottom: 20px;
}

.contact_form p {
  margin: 0;
}

.contact_form .agreement_txt {
  text-align: center;
  margin: .8em;
}

#mw_wp_form_mw-wp-form-5133 .contact_form p,
#mw_wp_form_mw-wp-form-4596 .contact_form p {
  margin: 20px 0 0;
}

#mw_wp_form_mw-wp-form-5133,
#mw_wp_form_mw-wp-form-4596,
#mw_wp_form_mw-wp-form-5 {
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}

/* #mw_wp_form_mw-wp-form-4596 {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
} */

#mw_wp_form_mw-wp-form-5133 .table_form,
#mw_wp_form_mw-wp-form-4596 .table_form,
#mw_wp_form_mw-wp-form-5 .table_form {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  font-size: 0.9rem;
}

#mw_wp_form_mw-wp-form-5133 .table_form th,
#mw_wp_form_mw-wp-form-4596 .table_form th,
#mw_wp_form_mw-wp-form-5 .table_form th {
  background: transparent;
  width: 31.112%;
  text-align: left;
  font-weight: normal;
  padding: 10px 5px;
  vertical-align: top;
  position: relative;
}

#mw_wp_form_mw-wp-form-5133 .table_form td,
#mw_wp_form_mw-wp-form-4596 .table_form td,
#mw_wp_form_mw-wp-form-5 .table_form td {
  padding: 10px 5px;
  vertical-align: top;
  line-height: 2;
}

#mw_wp_form_mw-wp-form-5133 .table_form td .hope>*,
#mw_wp_form_mw-wp-form-4596 .table_form td .hope>*,
#mw_wp_form_mw-wp-form-5 .table_form td .hope>* {
  display: inline-block;
}

#mw_wp_form_mw-wp-form-5133 .table_form span.required,
#mw_wp_form_mw-wp-form-4596 .table_form span.required,
#mw_wp_form_mw-wp-form-5 .table_form span.required {
  background: #ff3798;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 18px;
  margin: 0 0 0 15px;
  padding: 2px;
  line-height: 1.0;
  font-size: 0.75em;
  color: #fff;
  box-sizing: border-box;
}

#mw_wp_form_mw-wp-form-5133 form input[type="text"],
#mw_wp_form_mw-wp-form-5133 form input[type="email"],
#mw_wp_form_mw-wp-form-4596 form input[type="text"],
#mw_wp_form_mw-wp-form-4596 form input[type="email"],
#mw_wp_form_mw-wp-form-5 form input[type="text"],
#mw_wp_form_mw-wp-form-5 form input[type="email"] {
  width: 80%;
  border: 1px solid #ECE5DD;
  padding: 10px;
  box-sizing: border-box;
}

#mw_wp_form_mw-wp-form-5133 form input[type="text"].mini,
#mw_wp_form_mw-wp-form-4596 form input[type="text"].mini,
#mw_wp_form_mw-wp-form-5 form input[type="text"].mini {
  width: 15%;
}

#mw_wp_form_mw-wp-form-5133 form select,
#mw_wp_form_mw-wp-form-4596 form select,
#mw_wp_form_mw-wp-form-5 form select {
  border: 1px solid #ECE5DD;
  padding: 6px;
}

#mw_wp_form_mw-wp-form-5133 form textarea,
#mw_wp_form_mw-wp-form-4596 form textarea,
#mw_wp_form_mw-wp-form-5 form textarea {
  border: 1px solid #ECE5DD;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#mw_wp_form_mw-wp-form-5133 form .btn,
#mw_wp_form_mw-wp-form-4596 form .btn,
#mw_wp_form_mw-wp-form-5 form .btn {
  background: #fa3a98;
  display: block;
  width: 300px;
  height: 70px;
  margin: auto;
  padding: 20px 15px;
  border: none;
  font-size: 0.85rem;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

#mw_wp_form_mw-wp-form-5133 form .btn:hover,
#mw_wp_form_mw-wp-form-4596 form .btn:hover,
#mw_wp_form_mw-wp-form-5 form .btn:hover {
  background: #000;
}

#mw_wp_form_mw-wp-form-5133 form .back,
#mw_wp_form_mw-wp-form-4596 form .back,
#mw_wp_form_mw-wp-form-5 form .back {
  background: #666666;
  display: block;
  width: 300px;
  height: 70px;
  margin: auto;
  padding: 20px 15px;
  border: none;
  font-size: 0.85rem;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

#contact_btn {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;*/
  text-align: center;
}

#mw_wp_form_mw-wp-form-5133 form .error_cont,
#mw_wp_form_mw-wp-form-4596 form .error_cont,
#mw_wp_form_mw-wp-form-5 form .error_cont {
  line-height: 1.6;
}

#mw_wp_form_mw-wp-form-5133 form .error_cont .error:nth-child(6),
#mw_wp_form_mw-wp-form-5133 form .error_cont .error:nth-child(5),
#mw_wp_form_mw-wp-form-5133 form .error_cont .error:nth-child(4),
#mw_wp_form_mw-wp-form-5133 form .error_cont .error:nth-child(3),
#mw_wp_form_mw-wp-form-5133 form .error_cont .error:nth-child(2) {
  display: none;
}

#mw_wp_form_mw-wp-form-5133 form .error_cont .error:first-child::before,
#mw_wp_form_mw-wp-form-4596 form .error_cont .error:first-child::before,
#mw_wp_form_mw-wp-form-5 form .error_cont .error:first-child::before {
  content: "お問い合わせは完了していません";
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.mw_wp_form .error {
  font-size: 10px;
}

.reservation_number {
  background: url("//gym-visil.com/gym-visil/wp-content/themes/maxx_tcd043/img/lower/contact_icon.png") no-repeat bottom center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.reservation_number .inner {
  background: #ff3798;
  line-height: 1.0;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.reservation_number span {
  color: #fcee21;
}

.reservation_number p {
  margin: 0;
}

/* サイドバー */
.side_headline {
  margin-bottom: 10px;
  padding-bottom: 1em;
  position: relative;
}

.side_headline::before {
  content: "";
  background: #ff3798;
  background: -moz-linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  background: -webkit-linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  background: linear-gradient(90deg, #ff3798 0%, #ff3798 50%, #e2e2e2 50%, #e2e2e2 100%);
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0.5em;
}

p.health_cap {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 10px !important;
  padding: 0 5px;
  text-align: right;
  width: auto !important;
  text-align: left !important;
}