@charset "UTF-8";
/*
Theme Name:Hiro-dermatlogy
Description:Hiro-dermatlogy
Author: Humedit
Version:1.6.2
*/
/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?v=1.6");
  src: url("fonts/design_plus.eot?v=1.6#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.6") format("woff"), url("fonts/design_plus.ttf?v=1.6") format("truetype"), url("fonts/design_plus.svg?v=1.6#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --strong-color: #ff8494;
  --middle-color: #ffa9b7;
  --lite-color: #ffe2e7;
  --text-color:#000000;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ----------------------------------------------------------------------
 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;
  word-break: break-all;
}

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

a, p, h3, h4, h5 {
  color: var(--text-color);
}

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;
  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 {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

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

/* end MacIE5 */
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

a {
  text-decoration: none;
}

a,
a:before,
a:after,
input {
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.bt_pink,
.bt_pink:hover,
.bt_pink:focus {
  background-color: #ff909e;
  color: #fff;
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content {
  /* text and headline */
  /* image */
  /* list */
  /* table */
  /* table style */
}
.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.post_content .alignright {
  float: right;
}
.post_content .alignleft {
  float: left;
}
.post_content blockquote.alignleft, .post_content img.alignleft {
  margin: 7px 24px 7px 0;
}
.post_content blockquote.alignright, .post_content img.alignright {
  margin: 7px 0 7px 24px;
}
.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.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;
}
.post_content p {
  line-height: 2.4;
  margin: 0 0 2em 0;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  clear: both;
  line-height: 1.4;
  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%;
}
.post_content h4 {
  font-size: 120%;
}
.post_content h5 {
  font-size: 110%;
}
.post_content h6 {
  font-size: 100%;
}
.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 {
  height: auto;
  max-width: 100%;
}
.post_content .wp-post-image, .post_content img {
  height: auto;
  max-width: 100%;
}
.post_content li, .post_content dt, .post_content dd {
  line-height: 2.4;
}
.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;
}
.post_content table {
  margin: 0 0 24px 0;
  width: 100% !important;
}
.post_content td {
  border: 1px solid #bbb;
  padding: 0.5rem 1rem;
  line-height: 2.4;
  background: #fff;
}
.post_content th {
  border: 1px solid #bbb;
  padding: 0.5rem 1rem;
  line-height: 2.4;
  background: #fff;
  background: #ddd;
  font-weight: normal;
}
.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;
}

@media (max-width: 770px) {
  .post_content td,
  .post_content th {
    padding: 0.5rem;
    line-height: 1.2;
  }
  .post_content .consult_day th,
  .post_content .consult_day td,
  .post_content .ope_day th,
  .post_content .ope_day td {
    line-height: 1.2;
  }
  .post_content .consult_day th:first-of-type,
  .post_content .consult_day td:first-of-type,
  .post_content .ope_day th:first-of-type,
  .post_content .ope_day td:first-of-type {
    line-height: 1.2;
  }
  .post_content .consult_day th:not(:first-of-type),
  .post_content .consult_day td:not(:first-of-type),
  .post_content .ope_day th:not(:first-of-type),
  .post_content .ope_day td:not(:first-of-type) {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
  }
  /* block quote */
  blockquote {
    margin: 0 0 25px 0;
    padding: 27px 30px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 0px 0px #f2f2f2;
    position: relative;
  }
  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;
  }
  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;
  }
  blockquote cite {
    border-top: 1px dotted #aaa;
    display: block;
    padding: 20px 0 0 0;
    font-style: italic;
    text-align: right;
    font-size: 90%;
  }
  /* captions */
  .wp-caption {
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px auto;
  }
  .wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------------------
 Column layout
---------------------------------------------------------------------- */
.post_content .post_row {
  margin-left: -15px;
  margin-right: -15px;
  line-height: 2;
}
.post_content .post_col, .post_content .post_col-2, .post_content .post_col-3 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.post_content .post_row:before {
  content: " ";
  display: table;
}
.post_content .post_row:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  .post_content .post_col-2 {
    width: 50%;
  }
  .post_content .post_col-3 {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1024px) {
  .post_content .post_col-2 {
    width: 50%;
  }
  .post_content .post_col-3 {
    width: 33.33333%;
  }
}
/* ----------------------------------------------------------------------
 headline
---------------------------------------------------------------------- */
.post_content .style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 {
  line-height: 1.6;
}
.post_content .style3a {
  margin: 3em 0 1.5em;
  padding: 1.1em 0.2em 1em;
  font-size: 22px;
  font-weight: 400;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.post_content .style3b {
  margin: 3em 0 1.5em;
  padding: 1.1em 0.9em 1em;
  font-size: 22px;
  font-weight: 400;
  border-top: 2px solid #222;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  box-shadow: 0px 1px 2px #f7f7f7;
}
.post_content .style4a {
  margin: 2.5em 2px 1.2em;
  padding: 0.3em 0 0.3em 0.8em;
  font-size: 18px;
  font-weight: 400;
  border-bottom: none;
  border-left: 2px solid #222;
}
.post_content .style4b {
  margin: 2.5em 0 1.2em;
  padding: 0.9em 0 0.8em;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px dotted #aaa;
}
.post_content .style5a {
  margin: 2em 0 1em;
  padding: 0.5em 0.8em 0.3em 1em;
  font-weight: 700;
  font-size: 18px;
  background: #f5f5f5;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
}
.post_content .style5b {
  margin: 2em 0 1em;
  padding: 0.5em 0.8em 0.4em 1em;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background: #222;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
}
.post_content .style6 {
  position: relative;
  margin: 2em 0 1em;
  padding: 0.5em 0.8em 0.8em 1.3em;
  color: #222;
  font-weight: bold;
  font-size: 16px;
}
.post_content .style6:before {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.5em;
  left: 0.2em;
  background: #222;
  content: "";
}
.post_content .news_headline1 {
  position: relative;
  margin: 80px 0 25px 0;
  padding: 0.5em;
  border-left: 8px solid #444;
  line-height: 1.2;
  font-size: 1.2em;
}
.post_content .news_headline1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px dotted #ddd;
}
.post_content .news_headline2 {
  margin: 40px 0 20px 0;
  padding: 0 0.5em;
  border-left: 6px solid #545454;
  line-height: 26px;
  font-size: 1.1em;
}
.post_content .balloon {
  clear: both;
  display: block;
  position: relative;
  margin: 50px 0 22px;
  padding: 0.5em 18px 0.5em;
  width: auto;
  min-width: 115px;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  background: #222;
  z-index: 0;
  border-bottom: 0;
}
.post_content .balloon:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #222 transparent transparent transparent;
}

/* Vertical */
.p-vertical {
  width: 100%;
  margin: 70px 0;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.p-vertical p {
  display: inline-block;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .p-vertical {
    margin: 33px 0;
    font-size: 24px;
    line-height: 1.3;
  }
}
/* ----------------------------------------------------------------------
 flame
---------------------------------------------------------------------- */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
  margin: 1em 0 30px;
  padding: 1em 1.5em;
  line-height: 2;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
  box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.well3 {
  margin: 2em 0 2.5em;
  padding: 1em 1.5em;
  line-height: 2;
  border: 1px dashed #cdcdcd;
  background: #fcfcfc;
  box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.wl_red {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.wl_yellow {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.wl_blue {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.wl_green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* ----------------------------------------------------------------------
 button
---------------------------------------------------------------------- */
.q_button {
  min-width: 200px;
  max-width: 90%;
  background-color: #535353;
  display: inline-block;
  vertical-align: middle;
  padding: 0.6em 0.9em 0.5em;
  font-weight: 400;
  font-size: 100%;
  color: #fff !important;
  margin: 0;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.q_button:hover, .q_button:focus {
  text-decoration: none !important;
  color: #fff;
  background-color: #7d7d7d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
}

/* Button option */
.rounded {
  border-radius: 6px;
}

.pill {
  border-radius: 50px;
}

.sz_full {
  min-width: 100px;
  max-width: 100%;
  display: block;
  font-size: 110%;
  padding: 1em 1.5em 0.9em;
}

.sz_l {
  min-width: 350px;
  max-width: 90%;
  font-size: 110%;
  padding: 0.8em 1.5em 0.7em;
}

@media screen and (max-width: 479px) {
  .sz_l {
    min-width: 320px;
    max-width: 95%;
  }
}
.sz_s {
  min-width: 100px;
  max-width: 90%;
  font-size: 85%;
  padding: 0.4em 1em 0.3em;
}

.bt_red {
  background: #c01f0e;
  color: #fff;
}
.bt_red:hover, .bt_red:focus {
  background-color: #d33929;
  color: #fff;
}

.bt_yellow {
  background: #f1c40f;
  color: #fff;
}
.bt_yellow:hover, .bt_yellow:focus {
  background-color: #f9d441;
  color: #fff;
}

.bt_blue {
  background: #2980b9;
  color: #fff;
}
.bt_blue:hover, .bt_blue:focus {
  background-color: #3a91c9;
  color: #fff;
}

.bt_green {
  background: #27ae60;
  color: #fff;
}
.bt_green:hover, .bt_green:focus {
  background-color: #39c574;
  color: #fff;
}

/* Style for orion  */
.bt_orion {
  background: #ccc;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.bt_orion:hover {
  text-decoration: none;
  color: #fff;
}
.bt_orion:after {
  font-family: "design_plus";
  content: "\e910";
  font-size: 17px;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------------------------------------------------
Table responsive
---------------------------------------------------------------------- */
.rps_table {
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .rps_table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .rps_table th, .rps_table td {
    display: list-item;
    list-style-type: none;
    border: none;
  }
}
/* ----------------------------------------------------------------------
 font-size
---------------------------------------------------------------------- */
.text70 {
  font-size: 70%;
}

.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

.b {
  font-weight: 700;
}

.u {
  text-decoration: underline;
}

.del {
  -webkit-text-decoration: line-throug;
          text-decoration: line-throug;
}

/* ----------------------------------------------------------------------
 font-color 
---------------------------------------------------------------------- */
.red {
  color: red;
}

.blue {
  color: #2ca9e1;
}

.green {
  color: #82ae46;
}

.orange {
  color: #ff7d00;
}

.yellow {
  color: #fff000;
}

.pink {
  color: #ff0084;
}

.gray {
  color: #999999;
}

/* ----------------------------------------------------------------------
 background-color
---------------------------------------------------------------------- */
.bg-yellow {
  padding: 2px;
  background-color: #ff0;
}

.bg-blue {
  padding: 2px;
  background-color: #4ab0f5;
}

.bg-red {
  padding: 2px;
  background-color: red;
}

/* ----------------------------------------------------------------------
 text-align
---------------------------------------------------------------------- */
.align1 {
  text-align: center !important;
}

.align2 {
  text-align: right !important;
}

.align3 {
  text-align: left !important;
}

/* ----------------------------------------------------------------------
 hover - 
---------------------------------------------------------------------- */
a img.fade {
  background: none !important;
  outline: none;
  transition: all 0.3s;
}
a:hover img.fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

/* ----------------------------------------------------------------------
 text-style - 
---------------------------------------------------------------------- */
.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att_box {
  margin: 2em 0 2.5em;
  padding: 1em 1.2em;
  line-height: 2;
  border: 1px dotted #CCC;
  background: #fcfcfc;
  box-shadow: 0px 4px 0px 0px #f7f7f7;
}

/* ----------------------------------------------------------------------
 margin - 
---------------------------------------------------------------------- */
.m0 {
  margin: 0 !important;
}

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

.mr0 {
  margin-right: 0 !important;
}

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

.ml0 {
  margin-left: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

/* ----------------------------------------------------------------------
 padding
---------------------------------------------------------------------- */
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.image {
  -o-object-fit: cover;
     object-fit: cover;
}

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

#main_col {
  box-sizing: border-box;
}
#main_col.flex_col {
  flex-direction: column !important;
}

.no_side_content #left_col {
  width: auto;
  float: none;
}

html.pc #main_col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  min-width: auto;
  margin: 90px auto 120px;
  padding: 0 25px;
  gap: 4%;
}
html.pc #main_col.flex_col {
  flex-direction: column !important;
}
html.pc #left_col {
  width: 70%;
  margin: 0 0 20px 0;
}
html.pc #side_col {
  width: 26%;
  margin: 0 0 40px 0;
}

html.mobile #main_col {
  padding: 0 20px;
  margin: 40px auto 0;
}
html.mobile .design_button a {
  font-size: 12px;
}

/* ボタン */
.design_button a {
  display: inline-block;
  padding: 0 20px;
  min-width: 180px;
  height: 45px;
  color: #FFF;
  text-align: center;
  line-height: 45px;
  background-color: #535353;
  box-sizing: border-box;
}
.design_button a:hover {
  color: #FFF;
  background-color: #FFA9B7;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  position: relative;
  right: 0px;
  top: 0px;
  z-index: 100;
  box-sizing: border-box;
}
#header .top_text {
  font-size: 12px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 7px 0;
  box-sizing: border-box;
}

.header_inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

html.mobile {
  /* ロゴ */
  /* グローバルメニュー */
  /* メニューボタン */
  /* ヘッダーボタン */
  /* グローバルメニュー */
}
html.mobile #header {
  padding: 0;
}
html.mobile #header .top_text {
  text-align: center;
}
html.mobile #header #global_menu {
  display: none;
}
html.mobile #header #global_menu li ul {
  display: none;
}
html.mobile #header_main_nav .header_inner {
  min-height: 56px;
  height: 60px;
}
html.mobile .header_inner {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}
html.mobile #logo_image {
  width: calc(100% - 56px);
  position: absolute;
  top: 50%;
  margin: 0 auto 0 10px;
  transform: translateY(-50%);
}
html.mobile #logo_image .pc_logo_image {
  width: 100%;
  height: auto;
  max-width: 175px;
}
html.mobile #logo_image .mobile_logo_image {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  html.mobile .mobile_logo_image {
    max-width: 55%;
  }
}
@media screen and (max-width: 770px) {
  html.mobile .mobile_logo_image {
    width: 60%;
  }
}
@media screen and (max-width: 380px) {
  html.mobile .mobile_logo_image {
    width: 180px;
  }
}
html.mobile #header_call {
  position: absolute;
  right: 225px;
  top: 15px;
}
html.mobile #header_call img {
  height: 28px;
}
html.mobile #menu_button {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 9;
  top: 0px;
  right: 0;
  font-size: 11px;
  line-height: 56px;
  text-decoration: none;
  text-align: center;
}
html.mobile #menu_button:before {
  content: "\f0c9";
  font-family: "design_plus";
  display: block;
  position: absolute;
  top: 19px;
  left: 19px;
  margin: auto;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.mobile #menu_button:hover {
  background-color: #ffa9b7;
}
html.mobile #menu_button:hover:before, html.mobile #menu_button.active:before {
  color: #fff;
}
html.mobile #menu_button span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
html.mobile #menu_button a.menu_button.active {
  background: #333;
}
html.mobile #header_button {
  display: block;
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
}
html.mobile #header_button a {
  width: 100%;
  min-width: 0;
  max-width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--strong-color);
  font-size: 10px;
}
html.mobile body:not(.open_menu) #mobile_menu {
  display: none;
}
html.mobile .open_menu #mobile_menu {
  width: 90vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: #ffa9b7;
  overflow: auto;
}
html.mobile .open_menu #mobile_menu .close_button {
  display: block;
  width: 100%;
  height: 56px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
html.mobile .open_menu #mobile_menu .close_button:before {
  font-family: "design_plus";
  color: #fff;
  font-size: 24px;
  display: block;
  content: "\e91a";
  position: absolute;
  top: 18px;
  right: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.mobile .open_menu #mobile_menu .close_button:hover {
  background-color: #ffa9b7 !important;
}
html.mobile .open_menu #mobile_menu #global_menu {
  width: 100%;
  margin: 0;
  z-index: 9;
}
html.mobile .open_menu #mobile_menu #global_menu a {
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 20px;
  line-height: 1.6;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
html.mobile .open_menu #mobile_menu #global_menu a:hover {
  color: #fff;
}
html.mobile .open_menu #mobile_menu #global_menu #menu-global_menu {
  margin: 0;
  /* グローバルメニュー（子メニュー） */
}
html.mobile .open_menu #mobile_menu #global_menu #menu-global_menu li {
  position: relative;
}
html.mobile .open_menu #mobile_menu #global_menu #menu-global_menu li.open > .child_menu_button .icon:before {
  content: "-";
}
html.mobile .open_menu #mobile_menu #global_menu #menu-global_menu li.open > .sub-menu {
  display: block;
}
html.mobile .open_menu #mobile_menu #global_menu #menu-global_menu li.open > .sub-menu a {
  padding-left: 32px;
}
html.mobile .open_menu #mobile_menu #global_menu #menu-global_menu li:not(.open) .sub-menu {
  display: none;
}
html.mobile .open_menu #mobile_menu #global_menu .child_menu_button {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 55px;
  right: 0px;
  top: 1px;
  z-index: 9;
  cursor: pointer;
}
html.mobile .open_menu #mobile_menu #global_menu .child_menu_button .icon:before {
  content: "+";
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 15px;
}
html.mobile .open_menu #mobile_menu #global_menu .child_menu_button.active .icon:before, html.mobile .open_menu #mobile_menu #global_menu .child_menu_button:hover .icon:before {
  color: #fff;
  border-color: #fff;
}

.sp-logo {
  height: 52px;
  margin-top: 5px;
  margin-left: 10px;
}

@media screen and (min-width: 771px) {
  .sp-logo {
    display: none;
  }
}
html.pc {
  /* ロゴ */
  /* 固定ヘッダー */
}
html.pc #header {
  min-width: unset;
  height: 90px;
}
html.pc #header .top_text {
  max-width: 1180px;
}
html.pc #header_main_nav .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
html.pc #header_main_nav #logo_image {
  width: 60%;
  max-width: 440px;
  position: static;
  transform: none;
  display: inline-block;
}
html.pc #header_main_nav #logo_image .logo {
  max-width: calc(100% - 20px);
}
html.pc #header_main_nav #logo_image .pc_logo_image {
  width: 230px !important;
  height: auto;
}
html.pc .pc_logo_image {
  width: 100% !important;
  height: auto;
}
html.pc #logo_image .pc_logo_image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1201px) {
  html.pc #header_main_nav .header_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 771px) {
  html.pc #header_main_nav .header_inner {
    width: 95%;
  }
}
html.pc #global_menu {
  height: 90px;
  font-size: 0;
  float: right;
}
html.pc #global_menu #menu-global_menu {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  height: 90px;
  font-size: 0;
  position: relative;
  vertical-align: top;
}
html.pc #global_menu #menu-global_menu > li {
  margin: 0;
  font-size: 1%;
  position: relative;
  display: inline-block;
  height: 90px;
  line-height: 90px;
}
html.pc #global_menu #menu-global_menu > li > a {
  display: block;
  min-width: 4rem;
  height: 90px;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  line-height: 90px;
  text-decoration: none;
  box-sizing: border-box;
}
html.pc #global_menu #menu-global_menu > li.active > a, html.pc #global_menu #menu-global_menu > li.current-menu-item > a {
  color: #ffa9b7;
}
html.pc #global_menu #menu-global_menu > li.active .sub-menu {
  width: 210px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90px;
  left: 0;
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
}
html.pc #global_menu #menu-global_menu > li.active .sub-menu li {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}
html.pc #global_menu #menu-global_menu > li.active .sub-menu a {
  display: block;
  height: auto;
  margin: 0;
  padding: 14px 25px;
  background: #fff;
  border-color: #ffa9b7;
  font-size: 14px;
  color: #000;
  border: none;
  line-height: 1.6;
  text-align: left;
  position: relative;
}
html.pc #global_menu #menu-global_menu > li.active .sub-menu a:hover {
  background-color: #ffa9b7;
  text-decoration: none;
  border: none;
}
html.pc #global_menu #menu-global_menu > li:not(.active) .sub-menu {
  display: none;
}
html.pc #global_menu #menu-global_menu.main_menu {
  display: none;
}
html.pc #menu_button {
  display: none;
}
html.pc #header_button a {
  width: 140px;
  min-width: 0;
  height: 50px;
  line-height: 50px;
  background-color: var(--strong-color);
}
html.pc #header_call img {
  display: block;
  width: auto;
  height: 46px;
}
html.pc body.header_fix {
  padding-top: 90px;
  /* 固定ヘッダーのグローバルメニュー */
}
html.pc body.header_fix #header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  background: #fff;
  height: 70px;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  animation: slideDown 0.5s ease;
  padding-top: 6px;
}
html.pc body.header_fix #header .top_text {
  display: none;
}
html.pc body.header_fix #header_call {
  width: 140px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.25rem;
  box-sizing: border-box;
}
html.pc body.header_fix .h-tel {
  padding-top: 7px;
}
html.pc body.header_fix #global_menu {
  float: none;
  width: calc(100% - 320px);
  height: 50px;
}
html.pc body.header_fix #global_menu #menu-global_menu {
  display: flex;
  height: inherit;
}
html.pc body.header_fix #global_menu #menu-global_menu > li {
  height: 50px;
  line-height: 50px;
  margin: 0;
  flex: 1;
  text-align: center;
}
html.pc body.header_fix #global_menu #menu-global_menu > li > a {
  width: 6rem;
  height: 50px;
  margin: 0;
  line-height: 50px;
}
html.pc body.header_fix #global_menu #menu-global_menu > li.active .sub-menu {
  top: 50px;
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
}
html.pc body.header_fix #global_menu .menu .sub-menu {
  top: 50px;
  left: 0;
  width: 100%;
}
html.pc body.header_fix #global_menu .menu .sub-menu ul {
  top: 0;
  left: 100%;
}

/* 固定ヘッダー */
body.mobile_header_fix #header {
  position: sticky;
  background: #fff;
  transition: right 300ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
}
body.mobile_header_fix.open_menu #header {
  right: 90%;
}
@keyframes slideDown {
  0% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}
body.open_menu #container,
body.open_menu #mobile_menu:after {
  right: 90%;
}

#header_topp {
  background: var(--middle-color);
  color: #fff;
}

/* レイアウト */
#header_top {
  display: none;
}

/* パンくずリンク */
#bread_crumb {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #fff8f8;
}
#bread_crumb ul {
  width: calc(100% - 20px);
  max-width: 1200px;
  max-height: 45px;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}
#bread_crumb li {
  display: inline;
  padding: 0 0 0 17px;
  margin: 0 5px 0 0;
  line-height: 1.6;
  position: relative;
  font-size: 12px;
  color: var(--text-color);
}
#bread_crumb li:before {
  content: "\e910";
  font-family: "design_plus";
  color: var(--text-color);
  font-size: 9px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home {
  padding: 0 0 0 5px;
}
#bread_crumb li.home a {
  position: relative;
  width: 14px;
  height: 18px;
  word-wrap: break-word;
  text-indent: -300%;
  overflow: hidden;
  display: block;
  float: left;
  box-sizing: border-box;
}
#bread_crumb li.home a:after {
  font-family: "design_plus";
  content: "\e90c";
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home a:hover:after {
  color: #6698a1;
}
#bread_crumb li.home:before {
  display: none;
}
#bread_crumb li a {
  color: #ffa9b7;
}
#bread_crumb li.category a {
  display: none;
}
#bread_crumb li.category a:last-of-type:after, #bread_crumb li.category a:only-of-type:after {
  display: none;
}
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type {
  display: inline-block;
}
#bread_crumb li.category a:after {
  content: ",";
  display: none;
}

html.pc #bread_crumb ul {
  max-width: 1180px;
}

.price thead th {
  background-color: #feebf0;
  border-bottom: 4px double #bbb;
}
.price tbody th {
  background-color: #fffafb;
  vertical-align: middle;
  line-height: 1.6;
}
.price tbody td {
  vertical-align: middle;
}

/*フッター外リンク*/
#outer-link {
  padding: 1em;
  border-top: 1px solid #ddd;
}
#outer-link ul {
  max-width: 1180px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#outer-link li {
  margin-right: 1em;
}
#outer-link li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 5px;
  border-left-color: var(--strong-color);
}
#outer-link li a {
  font-size: 80%;
}

/*フッター sticky*/
.bottom-sticky {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
}

.bottom-sticky .inner-bottom {
  position: relative;
  display: flex;
  height: 80px;
  width: 100%;
  max-width: 500px;
}

.reserve-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
  min-width: 175px;
  background-color: #ffa9b7;
  color: #222;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.5s ease all;
  border: 5px #fff solid;
}

.reserve-button a {
  width: 100%;
  line-height: 1.2;
}

@media screen and (min-width: 701px) {
  .reserve-button a {
    font-size: 20px;
  }
  .reserve-button a span {
    font-size: 16px;
  }
}
.on-res span {
  font-size: 12px;
}

html.pc .reservation_button {
  display: none;
}

html.mobile .tel_pc_btn,
html.mobile .web_pc_btn {
  display: none;
}
html.mobile .tel_sp_btn,
html.mobile .web_sp_btn {
  display: block;
  width: 100%;
}
html.mobile .stick-tel,
html.mobile .stick-reserve {
  margin: 0;
}
html.mobile .bottom-sticky {
  justify-content: center;
  box-sizing: border-box;
}
html.mobile .reservation_button {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  z-index: 11;
}
html.mobile .reservation_button:hover {
  background: #fff;
  border-radius: 1rem;
}
html.mobile .reservation_button a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem 2rem 0.6rem;
  background-color: #f18200;
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  position: relative;
}
html.mobile .reservation_button a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.8rem solid #fff;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
html.mobile .reservation_button a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
html.mobile .reservation_button small {
  display: block;
  font-size: 1rem;
  font-weight: 100;
}
html.mobile body.home.page .reservation_button {
  margin-top: 0;
  position: relative;
}
html.mobile body.page .reservation_button {
  margin-top: 1rem;
}
html.mobile body.single-post .reservation_button {
  margin-bottom: 1rem;
}
html.mobile body.single-news .reservation_button {
  display: none;
}
@media (max-width: 730px) {
  html.mobile body:not(.home).postid-1770 .reservation_button {
    display: none;
  }
  html.mobile body:not(.home) #page_header .square_headline {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------
 アーカイブ・固定ページの見出し　共通パーツ
---------------------------------------------------------------------- */
#page_header {
  width: 100%;
  height: 380px;
  position: relative;
  text-align: center;
}
#page_header .headline {
  color: #ffa9b7;
}
#page_header .square_headline {
  background: #ffffff;
}
#page_header .square_headline .title {
  color: #ff909e;
  line-height: 1.1;
}
#page_header .square_headline .sub_title {
  color: #ffa9b7;
}
#page_header .square_headline {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  height: 200px;
  width: auto;
  min-width: 200px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
#page_header .square_headline_inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#page_header .title {
  line-height: 1.5;
  font-size: 28px;
}
#page_header .sub_title {
  margin: 5px 0 0 0;
  font-size: 16px;
}
#page_header.no_image {
  background: #f2f2f2;
  position: relative;
}

@media screen and (max-width: 1119px) {
  html.pc #page_header {
    height: 440px;
  }
}
html.pc .page #page_header .title,
html.pc .archive #page_header .title,
html.pc .post-type-archive-course #page_header .title,
html.pc .post-type-archive-news #page_header .title,
html.pc .post-type-archive-faq #page_header .title,
html.pc .tax-course_category #page_header .title {
  font-size: 28px;
}
html.pc .page #page_header .sub_title,
html.pc .archive #page_header .sub_title,
html.pc .post-type-archive-course #page_header .sub_title,
html.pc .post-type-archive-news #page_header .sub_title,
html.pc .post-type-archive-faq #page_header .sub_title,
html.pc .tax-course_category #page_header .sub_title {
  font-size: 16px;
}

html.mobile #page_header {
  height: 50vw;
}
html.mobile #page_header .square_headline {
  min-width: 150px;
  height: 150px;
  padding: 0 20.5px;
}
html.mobile #page_header .title {
  font-size: 18px;
}
html.mobile #page_header .sub_title {
  margin: 5px 0 0 0;
  font-size: 14px;
}
html.mobile .page #page_header .title,
html.mobile .blog #page_header .title,
html.mobile .archive #page_header .title,
html.mobile .post-type-archive-course #page_header .title,
html.mobile .post-type-archive-news #page_header .title,
html.mobile .post-type-archive-faq #page_header .title {
  font-size: 18px;
}
html.mobile .page #page_header .sub_title,
html.mobile .blog #page_header .sub_title,
html.mobile .archive #page_header .sub_title,
html.mobile .post-type-archive-course #page_header .sub_title,
html.mobile .post-type-archive-news #page_header .sub_title,
html.mobile .post-type-archive-faq #page_header .sub_title {
  font-size: 14px;
}
html.mobile .tax-course_category #page_header .title {
  font-size: 28px;
}
html.mobile .tax-course_category #page_header .sub_title {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  html.mobile #page_header .square_headline {
    min-width: 120px;
    height: 120px;
    padding: 0 6px;
  }
}

#archive_catch {
  text-align: center;
}
#archive_catch .catch {
  font-size: 21px;
  line-height: 1.5;
}
#archive_catch .desc {
  margin: 20px 0 30px;
  text-align: center;
  line-height: 2;
}

/*top*/
.index_free_space .headline {
  text-align: center;
  line-height: 1.5;
  font-size: 40px;
  margin: 0;
  font-weight: 500;
}
.index_free_space .sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.index_free_space .top-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1180px;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
}
.index_free_space .top-feature li {
  display: flex;
  margin-bottom: 1em;
  padding: 0.75em 1em;
  flex-direction: column;
  list-style: none;
  background: #efefef;
  border: 1px solid #EEE;
  box-sizing: border-box;
}
@media screen and (min-width: 771px) {
  .index_free_space .top-feature li {
    width: 24%;
  }
}
@media screen and (min-width: 601px) and (max-width: 770px) {
  .index_free_space .top-feature li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .index_free_space .top-feature li {
    width: 100%;
  }
}
.index_free_space .top-performance li .pbtn {
  display: flex;
  flex-direction: column;
}
.index_free_space .img {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1em;
}
.index_free_space h4 {
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: var(--strong-color);
  text-align: center;
  display: none;
}
.index_free_space .text {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  color: #222;
  line-height: 1.5;
}
.index_free_space .text p {
  margin-bottom: 0;
  line-height: 1.5;
}
.index_free_space .button {
  text-align: center;
  margin-top: auto;
  margin-bottom: 1em;
}
.index_free_space .button a {
  color: #FFF;
}
.index_free_space a:hover {
  text-decoration: none;
}

button.month-prev,
button.month-next {
  display: none;
}

/*アクセスマップ*/
.access-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access-steps li {
  padding: 20px;
  margin-bottom: 20px;
  width: calc(50% - 10px);
  font-size: 13px;
  list-style: none;
  border: 1px solid #DDD;
  box-sizing: border-box;
}
.access-steps .img {
  margin-bottom: 1em;
}

@media screen and (max-width: 770px) {
  .access-steps li {
    width: 100%;
  }
}
.access-content .local-area {
  margin-bottom: 20px;
}
.access-content .clinic-list .item-list a:hover {
  text-decoration: none;
  filter: saturate(1.5);
}
.access-content .clinic-list .item-list h3 {
  font-size: initial;
}
.access-content .clinic-list .item-list span {
  font-size: 1.275rem;
}

/* recommend */
.recommend {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.recommend .recommend-wrap {
  display: flex;
  width: 100%;
}
.recommend li {
  width: 25%;
  margin-top: -35px;
}
.recommend img {
  width: 100%;
  height: auto;
}
.recommend .index_important {
  padding: 20px;
  margin: 15px 0 20px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #F4D6D6;
  background: linear-gradient(to bottom, #FFF4F4, #F4D6D6);
  border: 2px solid #C74646;
  border-left: 6px solid #C74646;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.recommend .index_important .important_heading {
  margin-bottom: 10px;
  font-size: 1.875rem;
  font-weight: 600;
}
.recommend .index_important .important_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 770px) {
  .recommend .recommend-wrap {
    flex-wrap: wrap;
  }
  .recommend li {
    margin-top: 5px;
  }
  .recommend .index_important {
    margin: 15px 5px 20px;
  }
  .recommend .index_important .important_heading {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    word-break: keep-all;
  }
  .recommend .index_important .important_text {
    word-break: auto-phrase;
  }
}
@media screen and (max-width: 550px) {
  .recommend li {
    width: 50%;
  }
  .recommend li:nth-child(3), .recommend li:nth-child(4) {
    margin-top: -5%;
  }
}
/*--テーブル表示--*/
.schedule_table th, .schedule_table td {
  padding: 10px 0;
  text-align: center;
}

/*-- スケジュール --*/
#schedule_table {
  margin: 0;
  width: 100%;
  border-top: none;
  border-left: none;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
#schedule_table .color {
  background-color: #feebf0;
  vertical-align: middle;
  background: #eff5f6;
}
#schedule_table caption {
  background: #CCC;
  color: #222;
  height: 50px;
  line-height: 50px;
  margin-bottom: -1px;
  font-weight: normal;
}
#schedule_table thead {
  background: #FAFAFA;
}
#schedule_table th, #schedule_table td {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
#schedule_table .header {
  width: 180px;
  background: #FFF;
}

@media screen and (max-width: 650px) {
  #schedule_table .header {
    width: 50px;
    background: #FFF;
  }
  #schedule_table td, #schedule_table th {
    line-height: 1.2;
    padding: 15px 10px;
  }
}
/*-- POPUP --*/
.rsv_pop_up_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.rsv_pop_up {
  width: 90%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #feefdd;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
  color: #db8b8b;
  border-radius: 10px;
  border: 3px solid;
  box-sizing: border-box;
}
.rsv_pop_up:after {
  content: "";
  background-image: url(img/osusume-web-golden.png);
  background-size: cover;
  position: absolute;
  width: 180px;
  height: 147px;
  bottom: 20px;
  left: 6%;
  z-index: -1;
  opacity: 0.8;
}
.rsv_pop_up p {
  margin-bottom: 15px;
  line-height: 20px;
}

.close_pop {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close_pop:after {
  content: "✖";
  color: #fb8672;
  font-size: 20px;
}

.pop_btns {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: center;
  height: 130px;
  align-items: center;
}
.pop_btns * {
  width: 100%;
  display: flex;
  background-color: var(--strong-color);
  border: solid 2px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  box-sizing: border-box;
}
.pop_btns .web_onpop {
  height: 50%;
  font-weight: bold;
}
.pop_btns .tel_onpop {
  background-color: #e3bc8b;
  height: 43%;
}
.pop_btns .disabled {
  box-shadow: inset 1px 1px 4px #a38b76;
  background-color: #d3beaa;
  cursor: default;
}
.pop_btns a:hover {
  color: #fff;
  opacity: 0.7;
}

form .btn_confirm {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border: 1px solid #306931;
  background: var(--strong-color);
  color: #fff;
  padding: 5px;
  font-size: 17px;
  box-shadow: 1px 1px 0 var(--strong-color);
}

#inquiryTable ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1;
  /* Firefox */
}

#inquiryTable ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1;
  /* Firefox */
}
#inquiryTable :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}
#inquiryTable ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ddd;
}
#inquiryTable th {
  background-color: #eff7ee;
  min-width: 115px;
  vertical-align: middle;
}
#inquiryTable input[type=text],
#inquiryTable input[type=email],
#inquiryTable textarea {
  width: 100%;
  padding: 10px;
  border: solid #d8d8d8 2px;
}
#inquiryTable .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inquiryTable .mwform-tel-field input {
  width: 30%;
}

html.mobile #inquiryTable td,
html.mobile #inquiryTable th,
html.mobile #inquiryTable tr {
  display: block;
  border-bottom: 0;
}
html.mobile #inquiryTable tbody tr:last-child > td {
  border-bottom: 1px solid #bbb;
}
html.mobile #inquiryTable .mwform-checkbox-field.horizontal-item {
  display: block;
  margin: 0 !important;
}

@media only screen and (max-width: 510px) {
  .rsv_pop_up {
    padding: 10px;
  }
  .rsv_pop_up:after {
    width: 130px;
    height: 106px;
    bottom: 10px;
    left: 7%;
  }
  .pop_btns {
    height: 105px;
  }
  .pop_btns * {
    font-size: 17px;
  }
}
@media only screen and (max-width: 415px) {
  .rsv_pop_up:after {
    width: 131px;
    height: 100px;
    bottom: 10px;
    left: 18px;
  }
  .close_pop {
    top: 5px;
  }
  .pop_btns {
    height: 95px;
  }
}
@media only screen and (max-width: 355px) {
  .rsv_pop_up {
    padding: 20px 5px;
  }
  .rsv_pop_up:after {
    width: 122px;
    height: 99px;
    bottom: 20px;
    left: 5px;
  }
  .rsv_pop_up br {
    display: none;
  }
  .close_pop {
    top: 2px;
    right: 4px;
  }
  .pop_btns * {
    font-size: 13px;
  }
}
/*TCD ブレイクポイント override*/
/* コラム */
#index_blog {
  width: 100%;
  min-width: inherit;
  margin: 100px auto;
}
#index_blog .headline {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
#index_blog .sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 60px;
}
#index_blog .button {
  text-align: center;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 1119px) {
  #index_blog {
    min-width: auto;
  }
}
@media screen and (max-width: 770px) {
  #index_blog .headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  #index_blog .sub_title {
    font-size: 12px !important;
  }
}
/* コラム スライダー */
#index_blog_list {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: 342px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0 auto;
}
#index_blog_list .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0 0 10px 0;
}
#index_blog_list .title a {
  display: block;
}
#index_blog_list .image {
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index_blog_list .image img {
  width: 100%;
  height: auto;
}
#index_blog_list .image:hover img {
  transform: scale(1.2);
}
#index_blog_list .item {
  width: 25%;
  height: 340px;
  border-right: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
}
#index_blog_list img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
#index_blog_list li {
  float: left;
  font-size: 12px;
  color: var(--text-color);
}
#index_blog_list li:first-of-type {
  border-right: 1px solid #ddd;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
}
#index_blog_list li.category a {
  color: var(--text-color);
  display: none;
}
#index_blog_list li.category a:first-of-type {
  display: inline;
}
#index_blog_list li.category a:hover:hover, #index_blog_list li.category a:hover:hover:before {
  color: #ffa9b7;
}
#index_blog_list .slick-arrow {
  display: none !important;
  width: 15px;
  height: 15px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  background: none !important;
  transition: all 0.3s ease-in-out;
}
#index_blog_list .slick-arrow span {
  text-indent: -200px;
  display: block;
}
#index_blog_list .slick-arrow:before {
  font-family: "design_plus";
  color: var(--text-color);
  font-size: 15px;
  font-weight: bold;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#index_blog_list .slick-arrow:hover:before {
  color: var(--text-color);
}
#index_blog_list .slick-prev {
  top: 162px;
  left: -40px;
}
#index_blog_list .slick-prev:before {
  content: "\e90f";
}
#index_blog_list .slick-next {
  top: 162px;
  right: -40px;
}
#index_blog_list .slick-next:before {
  content: "\e910";
}

@media screen and (max-width: 1119px) {
  #index_blog_inner {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  #index_blog_list {
    margin: 40px 0 0;
    height: 332px;
  }
  #index_blog_list .item {
    height: 330px;
  }
  #index_blog_list .title {
    font-size: 14px;
  }
  #index_blog_list .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 650px) {
  #index_blog_inner {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 550px) {
  #index_blog_list {
    height: 267px;
  }
  #index_blog_list .item {
    height: 265px;
  }
}
@media screen and (max-width: 470px) {
  #index_blog_list {
    height: 257px;
  }
  #index_blog_list .item {
    height: 255px;
  }
}
@media screen and (max-width: 400px) {
  #index_blog_list {
    height: 236px;
  }
  #index_blog_list .item {
    height: 234px;
  }
  #index_blog_list .title {
    max-height: 70px;
    overflow: hidden;
  }
}
/* responsive */
@media screen and (max-width: 1119px) {
  .index_content {
    width: auto;
  }
}
#main_contents {
  width: auto;
  margin: 0 auto;
  padding: 0;
}

/*///end / TCD ブレイクポイント override///*/
/*-----
手術件数のテーブル
------*/
.table-operation {
  width: 100%;
  border-collapse: collapse;
}
.table-operation th,
.table-operation td {
  border: solid 2px #fff;
  padding: 7px 15px;
}
.table-operation th {
  width: 60%;
  background: #feebf0;
  text-align: left;
}
.table-operation td {
  background: #f9f9f9;
  text-align: center;
}
.table-operation caption {
  font-size: 14px;
  text-align: right;
  margin-bottom: 5px;
}
.table-operation caption span {
  padding-left: 5px;
  color: #777;
}
.table-operation tr:last-child th {
  background-color: #ffa9b7;
  color: #fff;
  font-weight: bold;
}
.table-operation tr:last-child td {
  background-color: #eee;
  font-weight: bold;
}

html.mobile .checklist {
  width: 80%;
}
@media screen and (max-width: 950px) {
  html.mobile #left_col {
    width: auto;
  }
  html.mobile #side_col {
    width: auto;
  }
}
html.mobile .table-operation {
  width: 100%;
}
@media screen and (max-width: 559px) {
  html.mobile th, html.mobile td {
    padding: 7px 10px;
  }
  html.mobile caption {
    font-size: 12px;
  }
  html.mobile .js-scrollable {
    overflow-x: auto;
  }
}

/*TCD レスポンシブ ブレイクポイント override*/
#course_main_content .catch {
  color: var(--strong-color);
}

/*TOPボタン*/
.top_button {
  width: 180px;
  height: 45px;
  text-align: center;
  background-color: #9ace95;
}
.top_button:hover {
  background-color: #ffffff;
  /*ボタン色*/
}

/*経営理念*/
.idea_box {
  width: 85%;
  height: auto;
  margin: 50px auto;
}

.idea_item {
  width: 100%;
  position: relative;
  margin-bottom: 2.5rem;
}

.post_content .idea_title {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 0;
  font-size: 1.3rem;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 0;
  line-height: 1.1;
}

.idea_title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: -29px;
  width: 100px;
  height: 100px;
  background: #ff909e;
  background-image: linear-gradient(130deg, #ff909e 60%, #fff 85%);
  z-index: -10;
  transform: rotate(45deg);
}

.idea_text {
  width: 100%;
  margin: 0px 0 20px;
  padding: 5px 15px;
  font-size: 1.2rem;
  position: relative;
  z-index: 0;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
  line-height: 1.2em !important;
  margin: 0 !important;
}
.idea_text:after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 4px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  z-index: -10;
  transform: rotate(69deg);
}

#container {
  position: relative;
  right: 0;
  top: 0px;
  z-index: 9999;
  width: 100%;
  background: #fff;
  box-shadow: 0 -55px 10px 7px rgba(0, 0, 0, 0.3);
  transition: right 300ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
}

/*-- 404ページ --*/
#header_image_for_404 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#header_image_for_404 .headline {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 38px;
}
#header_image_for_404 .sub_title {
  font-size: 16px;
}
#header_image_for_404 img {
  width: 100%;
  height: auto;
  display: block;
}
#header_image_for_404 .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 100%;
  padding: 0 30px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transform: translateY(-50%, -50%);
  box-sizing: border-box;
}
#header_image_for_404 .caption p + p {
  margin-top: 0.5em;
}
#header_image_for_404.animate .caption {
  animation: opacityAnimation 1s ease forwards 1.5s !important;
}

@media screen and (max-width: 767.98px) {
  #header_image_for_404 .headline {
    font-size: 28px;
  }
  #header_image_for_404 .sub_title {
    font-size: 0.875rem;
  }
}
.post_content {
  font-size: 14px;
  color: #666666;
}

.mobile #page_title {
  font-size: 18px;
}
.mobile #page_title span {
  font-size: 0.875rem;
}
.mobile .post_content {
  font-size: 13px;
}
.mobile body.page .post_content {
  font-size: 13px;
}

body.page .post_content {
  font-size: 14px;
  color: #666666;
}

.post_content a,
.post_content a:hover {
  color: #FF909E;
}

#page_title {
  font-size: 28px;
  color: #000000;
}

#page_title span {
  font-size: 16px;
  color: #666666;
}

.c-pw__btn {
  background: #FFA9B7;
}

#index_course .headline {
  font-size: 40px;
}

#index_headline_set1 .headline {
  font-size: 40px;
}

#index_headline_set2 .headline {
  font-size: 40px;
}

#index_headline_set3 .headline {
  font-size: 40px;
}

@media screen and (max-width: 700px) {
  #index_course .headline {
    font-size: 24px;
  }
  #index_headline_set1 .headline {
    font-size: 24px;
  }
  #index_headline_set2 .headline {
    font-size: 24px;
  }
  #index_headline_set3 .headline {
    font-size: 24px;
  }
}
.widget_tab_post_list .image img,
.widget_tab_post_list .image:hover img,
#news_archive_list .image img,
#news_archive_list .image:hover img {
  transform: scale(1.2);
}

body, a {
  color: #222;
}

a:hover {
  color: #ffa9b7;
}

.page_post_list .meta a:hover {
  color: #ffa9b7;
}

.page_post_list .headline {
  color: #ffa9b7;
}

.slick-arrow:hover {
  border-color: #ffa9b7;
}

.next_page_link a:hover {
  border-color: #ffa9b7;
}

.collapse_category_list li a:hover .count {
  border-color: #ffa9b7;
}

#wp-calendar td a:hover,
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  border-color: #ffa9b7;
}

.side_headline {
  background-color: #ffa9b7 !important;
}

#p_readmore .button {
  background-color: #ffa9b7 !important;
}

.collapse_category_list li a:before {
  border-color: transparent transparent transparent #ffa9b7;
}

#slide_menu a span.count {
  background-color: #ffa9b7 !important;
}

#p_readmore .button:hover {
  background-color: #ffa9b7 !important;
}

#course_next_prev_link a:hover {
  background-color: #ffa9b7 !important;
}

#submit_comment:hover {
  background-color: #ffa9b7 !important;
}

#guest_info input:focus {
  border-color: #ffa9b7 !important;
}

.widget_tab_post_list_button a:hover {
  background-color: #ffa9b7 !important;
}

.widget_tab_post_list_button a:hover {
  border-color: #ffa9b7 !important;
}

.color_font {
  color: #ffa9b7;
}

#archive_post_list_tab ol li:hover {
  border-color: #ffa9b7;
}

#archive_faq_list .question:hover, #archive_faq_list .question.active, #archive_faq_list .question:hover:before, #archive_faq_list .question.active:before {
  color: #ffa9b7;
}

#archive_header_no_image .title {
  color: #ffa9b7;
}

#archive_faq_list .answer {
  background: #f6f9f9;
}

.no_header_content {
  background: rgba(255, 169, 183, 0.8);
}

.tcd_user_profile_widget .button a:hover {
  background-color: #ffa9b7 !important;
}

.tcdw_custom_drop_menu a:hover {
  background-color: #ffa9b7 !important;
}

.tcd_category_list li a:hover .count {
  background-color: #ffa9b7 !important;
}

.tcdw_custom_drop_menu a:hover {
  border-color: #ffa9b7 !important;
}

.index_content {
  margin: 0 auto;
  padding: 40px 20px 0;
  width: auto;
  max-width: 1180px;
  font-size: 15px;
  background: #FFF;
}
.index_content:first-of-type {
  position: relative;
  top: 0;
  margin: 0 auto;
}
.index_content:last-of-type {
  margin-bottom: 40px;
}
.index_content img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*-- ３点ボックス --*/
#index_3box {
  width: 100%;
  box-sizing: border-box;
}
#index_3box.index_content:first-of-type {
  padding-top: 30px;
}
#index_3box .box {
  border-right: 1px solid #FFF;
  box-sizing: border-box;
}
#index_3box .title {
  font-size: 16px;
}
#index_3box .title a {
  border-color: #ffa9b7;
  display: block;
  font-weight: normal;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #afcfd2;
  color: #fff;
}
#index_3box .title a:hover {
  background-color: #ffa9b7 !important;
}
#index_3box .image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index_3box .image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
#index_3box .image:hover img {
  transform: scale(1.2);
}
#index_3box img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

html.pc #index_3box {
  display: flex;
  max-width: 1180px;
  padding: 0;
  margin-bottom: 60px;
}
html.pc #index_3box .box {
  width: 33.33333%;
  width: 33.3333333333%;
}

html.mobile #index_3box {
  display: flex;
  flex-direction: column;
}
html.mobile #index_3box .box {
  float: none;
  width: auto;
  border-right: none;
  margin: 0 0 3px 0;
}
html.mobile #index_3box .title a {
  height: 45px;
  line-height: 45px;
}

@media screen and (min-width: 560px) {
  #index_3box .box {
    float: left;
    width: 33.33333%;
    width: 33.3333333333%;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 559px) {
  #index_3box .box {
    float: none;
    width: auto;
    border-right: none;
    margin: 0 0 3px 0;
  }
}
/* イントロ */
#index_intro.index_content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#index_intro .headline {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
#index_intro .desc {
  line-height: 2.1;
  margin-top: 5px;
}
#index_intro .image {
  width: calc(100% + 20px);
  height: 380px;
  margin: 85px -20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_intro .button {
  background-color: #FFFFFF;
  display: block;
  height: 55px;
  line-height: 55px;
  min-width: 220px;
  padding: 0 20px;
  margin: auto;
  color: #676767;
  text-align: center;
  box-sizing: border-box;
}
#index_intro .button:hover {
  background-color: #6598a1;
  color: #FFFFFF;
}
#index_intro .desc {
  text-align: center;
  line-height: 3;
  margin: 0px 0 0 0;
}

@media screen and (max-width: 700px) {
  #index_intro .headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  #index_intro .headline {
    font-size: 21px;
  }
  #index_intro .image {
    height: 240px;
  }
  #index_intro .button {
    min-width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    box-sizing: border-box;
  }
}
/* お知らせ */
#index_news {
  margin-top: 20px;
  width: 100%;
  background: #f9f8f4;
}
#index_news .headline {
  margin: 0;
  font-family: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
#index_news .sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
#index_news .button {
  text-align: right;
  margin-bottom: 20px;
}

#index_news_list {
  float: right;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
  margin: 10px 0px;
}
#index_news_list article {
  float: left;
  background: #f5f5f5;
  width: 380px;
  height: 150px;
  margin: 0 20px 0 0;
  overflow: hidden;
}
#index_news_list article:nth-child(3n) {
  margin: 0;
}
#index_news_list .image {
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index_news_list .image img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
#index_news_list .image:hover img {
  transform: scale(1.2);
}
#index_news_list .title_area {
  float: left;
  position: relative;
  height: 150px;
  width: calc(100% - 150px);
  box-sizing: border-box;
}
#index_news_list .no_image .title_area {
  width: 100%;
}
#index_news_list .title_area_inner {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#index_news_list .title {
  font-weight: normal;
  line-height: 1.8;
}
#index_news_list .title a {
  display: block;
}
#index_news_list .headline {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 40px;
}
#index_news_list .date {
  font-size: 12px;
  color: var(--text-color);
  margin-top: 7px;
}
#index_news_list ol {
  margin: 0;
  padding: 20px 0;
  border-top: 1px dotted #CCC;
}
#index_news_list li {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
}
#index_news_list li .date {
  line-height: 100%;
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 14px;
}
#index_news_list li .title {
  line-height: 200%;
  margin: 0;
  display: block;
  font-size: 14px;
}
#index_news_list li .date {
  min-width: 92px;
  margin: 0 0 0 0.5rem;
  color: #ffa9b7;
}
#index_news_list .index_archive_link {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* お知らせ */
#index_news_headline_top {
  display: none;
}

#index_news_inner {
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 0 50px;
}

#index_news_banner {
  width: 550px;
  float: left;
}
#index_news_banner .banner1 {
  margin: 0 0 50px 0;
}
#index_news_banner .image {
  margin: 0 0 10px 0;
}
#index_news_banner .desc {
  line-height: 200%;
  margin: 0;
  font-size: 14px;
}

.home #index_news_list {
  margin: 0;
}

@media screen and (max-width: 700px) {
  #index_news .headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  #index_news .headline {
    font-size: 21px;
  }
  #index_news .sub_title {
    font-size: 12px !important;
  }
  #index_news_list .title {
    max-height: 100px;
    overflow: hidden;
  }
  #index_news_list article {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index_news_list .image {
    width: 40%;
    height: auto;
  }
  #index_news_list .title_area {
    height: auto;
    width: 60%;
  }
  #index_news_list .title_area_inner {
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 400px) {
  #index_news_list .title {
    max-height: 45px;
  }
}
/* ワイドコンテンツ */
#index_wide_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: inherit;
  height: 440px;
  position: relative;
  margin: 100px auto 0;
  text-align: center;
}
#index_wide_content .headline_area {
  width: 100%;
  max-width: 1180px;
}
#index_wide_content .headline_area .headline {
  color: #6598a0;
  line-height: 1.5;
  font-size: 40px;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
#index_wide_content .headline_area .button {
  min-width: 170px;
  max-width: 220px;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  margin: 30px auto 0;
  box-sizing: border-box;
  background-color: #ff909e;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#index_wide_content .headline_area .button:hover {
  background-color: #FFF;
  color: #ff909e;
}

@media screen and (max-width: 1119px) {
  #index_wide_content {
    min-width: auto;
  }
}
@media screen and (max-width: 770px) {
  #index_wide_content {
    height: 240px;
  }
  #index_wide_content .headline {
    margin: 0 20px;
    font-size: 24px;
  }
  #index_wide_content .button {
    min-width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    margin-top: 12.5px;
    box-sizing: border-box;
  }
}
/* 診療科目 */
#index_course .headline {
  margin-bottom: 15px !important;
}
#index_course .desc {
  text-align: center !important;
  line-height: 2 !important;
}

#index_course_list {
  margin: 40px 0 0 0;
}
#index_course_list li a {
  padding: 20px 20px 20px;
}
#index_course_list .short_desc {
  line-height: 2.1;
}

@media screen and (max-width: 650px) {
  #index_course_list {
    display: block;
  }
  #index_course_list li, #index_course_list.type2 li {
    float: none;
    width: auto;
  }
  #index_course_list .image {
    margin: 0 0 23px 0;
  }
  #index_course_list .title {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #index_course_list .short_desc {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  #index_course_list .pc-img {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  #index_course_list .mobile-img {
    display: none;
  }
}
/* Google Maps */
#index_gmap .headline {
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}
#index_gmap .sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 60px;
}
#index_gmap .button {
  text-align: center;
  margin: 40px 0 0 0;
}
#index_gmap .p-access__map {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}
#index_gmap .p-access__custom-overlay-inner {
  display: flex;
  position: absolute;
  top: -94px;
  left: -40px;
  align-items: center;
  justify-content: center;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}
#index_gmap .p-access__custom-overlay-inner::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 16px 5px 0 5px;
  border-style: solid;
  content: "";
}

html.pc #index_gmap {
  max-width: 1180px;
}
html.pc #index_gmap .headline {
  font-size: 40px;
}

html.mobile #index_gmap .headline {
  font-size: 24px;
}
@media screen and (max-width: 650px) {
  html.mobile #index_gmap .sub_title {
    font-size: 12px !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  html.mobile #index_gmap .p-access__map {
    height: 320px;
  }
  html.mobile #index_gmap .p-access__custom-overlay-inner {
    box-sizing: border-box;
    top: -74px;
    left: -32px;
    width: 64px !important;
    height: 64px !important;
    padding: 0 7px;
    font-size: 18px;
  }
  html.mobile #index_gmap .p-access__custom-overlay-inner::after {
    bottom: -11px;
    border-width: 16px 5px 0 5px;
    border-width: 12px 4px 0 4px;
  }
  html.mobile #index_gmap .p-access__custom-overlay-inner img {
    width: 100%;
    height: auto;
  }
}

/* 会社情報 */
#index_company {
  padding-top: 40px;
}
#index_company .desc {
  line-height: 2.1;
  margin-bottom: 5px;
}
#index_company .left_area {
  width: 100%;
  float: none;
  margin: 0 0 50px 0;
}
#index_company .right_area {
  width: 100%;
  float: none;
  margin: 0;
}

@media screen and (max-width: 650px) {
  #index_company .desc {
    line-height: 1.8;
  }
  #index_company .right_area {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* 見出しセット*/
.index_headline_set .headline {
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
.index_headline_set .desc {
  text-align: center;
  line-height: 3;
  margin: 0;
}

/* タイトルエリア */
#course_title_area {
  /*height:45px; line-height:45px;*/
  display: flex;
  height: auto;
  line-height: 1.2;
  min-height: 45px;
}
#course_title_area .category {
  /*height:45px;*/
  float: none;
  height: auto;
  font-size: 16px;
  padding: 24px 20px;
  min-width: 200px;
  position: relative;
}
#course_title_area .category span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#course_title_area .title {
  float: none;
  font-size: 16px;
  padding: 0 20px;
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}

@media screen and (max-width: 501px) {
  #course_title_area .category {
    min-width: 8em;
  }
  #course_title_area .title {
    left: 8em;
  }
}
/* アイキャッチ画像 */
#course_image {
  height: 360px;
}

@media screen and (max-width: 650px) {
  #course_image {
    height: 200px;
  }
}
/* アイキャッチ画像以下のコンテンツ */
/* キャッチフレーズ */
#curse_main_content {
  border: none;
  padding: 35px 20px 40px;
}
#curse_main_content .desc {
  width: auto;
}

@media screen and (max-width: 650px) {
  #curse_main_content .catch {
    font-size: 21px;
  }
  #curse_main_content .desc {
    font-size: 14px;
    line-height: 2.1;
    margin: 0 auto 20px;
  }
}
/* コンテンツ一覧 */
#course_content_list {
  margin: 90px 0 0;
}
#course_content_list .item {
  margin: 0 0 80px 0;
}
#course_content_list .item:last-of-type {
  margin: 0;
}
#course_content_list .image, #course_content_list .desc {
  width: 50%;
  width: calc(50% - 15px);
}
#course_content_list .image {
  float: left;
  width: 500px;
}
#course_content_list .desc {
  float: right;
  width: 500px;
  line-height: 2.5;
  margin-top: -10px;
}
#course_content_list .even .image {
  float: right;
}
#course_content_list .even .desc {
  float: left;
}

@media screen and (max-width: 700px) {
  #course_content_list .item {
    margin: 0;
  }
  #course_content_list .image {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #course_content_list .desc {
    float: none;
    width: 100%;
    line-height: 2.1;
    margin: 0 0 20px 0;
  }
  #course_content_list .item:last-of-type .desc {
    margin: 0 0 -5px 0;
  }
  #course_content_list .even .image, #course_content_list .even .desc {
    float: none;
  }
}
/* 次・前のページリンク */
#course_next_prev_link {
  text-align: center;
  margin-top: 35px;
  font-size: 0;
}
#course_next_prev_link div {
  font-size: 14px;
  display: inline-block;
  margin: 0 3px;
  width: 50%;
  width: calc(50% - 6px);
}
#course_next_prev_link a {
  width: 100%;
  height: 45px;
  line-height: 45px;
}

/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* アーカイブページ */
#archive_news_list .no_image .title_area {
  padding: 0;
}

html.pc #archive_news_list {
  display: flex;
  flex-wrap: wrap;
}
html.pc #archive_news_list .item {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 50%;
  height: 150px;
  padding: 20px 25px;
  border: 1px solid #DDD;
  border-top: none;
  position: relative;
  box-sizing: border-box;
}
html.pc #archive_news_list .item:first-of-type, html.pc #archive_news_list .item:nth-of-type(2) {
  border-top: 1px solid #DDD;
}
html.pc #archive_news_list .item:nth-of-type(2n) {
  border-left: none;
}
html.pc #archive_news_list .item .image {
  width: 150px;
  transition: transform 0.5s ease;
}
html.pc #archive_news_list .item .image img {
  width: 100%;
  height: auto;
}
html.pc #archive_news_list .item .image:hover img {
  transform: scale(1.2);
}
html.pc #archive_news_list .item .title {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 5px 0;
}
html.pc #archive_news_list .item .title_area {
  position: relative;
  top: 0;
  padding: 0;
  transform: translateY(0%);
}

html.mobile #archive_news_list {
  margin: 0;
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}
html.mobile #archive_news_list .item {
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  box-sizing: border-box;
}
html.mobile #archive_news_list .item .image {
  width: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}
html.mobile #archive_news_list .item .image img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
html.mobile #archive_news_list .item .title_area {
  width: calc(100% - 120px);
}
html.mobile #archive_news_list .item .title_area .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0 0 9px 0;
}
html.mobile #archive_news_list .item .title_area .title a {
  display: block;
}
html.mobile #archive_news_list .item .title_area .date {
  font-size: 12px;
  color: var(--text-color);
}
html.mobile #archive_news_list .item.no_image {
  width: 100%;
  padding: 1rem;
  display: block;
}
html.mobile #archive_news_list .item.no_image .title_area {
  width: 100%;
}
@media screen and (max-width: 450px) {
  html.mobile #archive_news_list {
    margin: 30px -20px 0;
    border: none;
    border-top: 1px solid #ddd;
  }
  html.mobile #archive_news_list .title {
    max-height: 65px;
    line-height: 1.5;
    overflow: hidden;
  }
  html.mobile #archive_news_list .date {
    font-size: 10px;
  }
}

/* 詳細ページ */
#single_news_list {
  margin: 50px 0 0 0;
  position: relative;
}
#single_news_list .headline {
  margin: 0;
  padding: 0 24px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  background-color: #ffa9b7;
}
#single_news_list ol {
  position: relative;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
}
#single_news_list li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
#single_news_list li a:hover {
  background: #f9f9f9;
}
#single_news_list li:last-of-type a {
  border: none;
}
#single_news_list li .date {
  font-size: 12px;
  color: var(--text-color);
  padding: 1rem;
  padding-right: 0;
  white-space: nowrap;
}
#single_news_list li .title {
  font-weight: normal;
  width: -webkit-fill-available;
  padding: 1rem;
}
#single_news_list .link {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 20px;
  color: #fff;
  z-index: 2;
}
#single_news_list .link:before {
  content: "";
  width: 15px;
  height: 20px;
  font-family: "design_plus";
  color: #fff;
  font-size: 12px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  position: absolute;
  top: 0px;
  right: 14px;
}
#single_news_list .link:hover, #single_news_list .link:hover:before {
  color: #ffa9b7;
}

@media screen and (max-width: 700px) {
  .post_content table {
    width: auto;
  }
}
/* ----------------------------------------------------------------------
 よくある質問と答え
#archive_faq_list { margin:40px 0 0 0; }
#archive_faq_list .question { font-size:14px; padding:10px 60px 10px 20px; }
#archive_faq_list .question:before { right:15px; top:14px; }
#archive_faq_list .answer { padding:20px 20px 0px; }
---------------------------------------------------------------------- */
/* ページング */
.page_navi {
  margin: 40px 0 0;
}
.page_navi ul {
  margin: 0;
  font-size: 0;
}
.page_navi li {
  display: inline;
  margin: 0 5px 5px 0;
}
.page_navi a,
.page_navi a:hover,
.page_navi span {
  font-size: 14px;
  padding: 14px 16px;
  line-height: 1;
  margin: 0;
  background: #f5f5f5;
  color: var(--text-color);
  display: inline-block;
}
.page_navi a:hover {
  background-color: #ffa9b7 !important;
  color: #fff;
  border-color: #000;
}
.page_navi span.dots {
  background: none;
}
.page_navi span.current {
  border-color: #ffa9b7;
  color: #fff;
  background: #000;
}
.page_navi .prev:before {
  content: "\e90f";
  font-family: "design_plus";
  color: var(--text-color);
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev span {
  display: none;
}
.page_navi .prev:hover:before {
  color: #fff;
}
.page_navi .next:before {
  content: "\e910";
  font-family: "design_plus";
  color: var(--text-color);
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page_navi .next span {
  display: none;
}
.page_navi .next:hover:before {
  color: #fff;
}

@media screen and (max-width: 550px) {
  .page_navi {
    margin: 0 0 20px;
    padding: 20px 0 0;
  }
}
/* その他 */
/* ----------------------------------------------------------------------
 記事ページ
---------------------------------------------------------------------- */
/* カテゴリ― */
.single-news .post_content {
  font-size: 14px;
  color: var(--text-color);
}
.single-news #post_meta_top li:first-of-type:after {
  display: none;
}
.single-news #previous_next_post {
  margin-top: 2px;
}

.mobile #post_title,
.mobile .single-news #post_title {
  font-size: 18px;
}
.mobile .single-news .post_content {
  font-size: 13px;
}

/* 記事タイトル */
#post_title {
  line-height: 1.3;
  color: #000;
  margin: 5px 0 10px 0;
}

body.page #post_title {
  text-align: center;
  margin: -30px 0 50px 0;
}

html.pc #post_title {
  font-size: 40px;
}
html.pc .single-news #post_title {
  font-size: 32px;
}
html.pc .no_side_content #post_title {
  text-align: center;
}

html.mobile #post_title {
  margin-bottom: 6px;
}

#post_title_area .meta li a:hover {
  color: #ffa9b7;
}

/* カテゴリ― */
#post_meta_top {
  margin: 0 0 45px 0;
}
#post_meta_top li {
  display: inline;
  line-height: 1.7;
  font-size: 12px;
  color: var(--text-color);
  position: relative;
}
#post_meta_top li:first-of-type {
  padding: 0 9px 0 0;
  margin: 0 3px 0 0;
}
#post_meta_top li:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999;
}
#post_meta_top a {
  color: var(--text-color);
}
#post_meta_top a:hover:hover, #post_meta_top a:hover:hover:before {
  color: #ffa9b7;
}

/* メタ情報 */
#post_meta_bottom {
  margin: 0 0 50px;
  background: #fafafa;
  padding: 25px;
}
#post_meta_bottom li {
  display: inline;
  border: none;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 0 15px 0 20px;
  font-size: 12px;
  line-height: 1.8;
  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;
  width: 13px;
  height: 13px;
  line-height: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#post_meta_bottom li.post_category:before {
  content: "\e92f";
  top: 0px;
  left: 0px;
}
#post_meta_bottom li.post_tag:before {
  content: "\e935";
  left: 0px;
  top: 2px;
}
#post_meta_bottom li.post_author:before {
  left: 0px;
  content: "\e90d";
  top: 1px;
}
#post_meta_bottom li.post_comment:before {
  content: "\e916";
  left: 0px;
  top: 1px;
  font-size: 16px;
}

/* アイキャッチ画像*/
#post_image {
  padding: 0;
  margin: 0 0 38.8px 0;
  position: relative;
}
#post_image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  z-index: 1;
}

html.mobile #post_image {
  margin: 0 0 1rem;
}

/* ページ分割 */
#post_pagination {
  margin: 0 0 40px 0;
  padding: 12px 0 0 0;
  clear: both;
  font-size: 0;
  text-align: center;
}
#post_pagination h5 {
  margin: 0 0 10px 0;
  font-size: 12px;
}
#post_pagination a {
  font-size: 12px;
  display: inline-block;
  background: #fff;
  margin: 0 0 0 -1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: var(--text-color);
  border: 1px solid #ccc;
}
#post_pagination a:hover {
  color: #fff;
  background-color: #ffa9b7 !important;
  border-color: #ffa9b7 !important;
}
#post_pagination p {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 -1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffa9b7;
  color: #fff;
  position: relative;
  background-color: #ffa9b7 !important;
}

/* ページ分割（続きを読むver） */
/* SNSボタン */
#single_share_top {
  margin: 20px 0 0;
}

#single_share_bottom .mb45 {
  margin-bottom: 25px !important;
}

/* 広告 */
#single_banner_top {
  margin: 0 0 20px 0;
  border: none;
  padding: 0;
}

#single_banner_bottom {
  margin: 40px 0 0 0;
  border: none;
  padding: 0;
}

#single_banner_shortcode {
  margin: 0 0 20px 0;
  border: none;
  padding: 0;
}

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

.single_banner_area .single_banner_left {
  width: auto;
  float: none;
  padding: 0 0 15px 0;
  margin: 0 auto;
}

.single_banner_area .single_banner_right {
  width: auto;
  float: none;
  padding: 0;
  margin: 0 auto;
}

.single_banner_area img {
  max-width: 100%;
  height: auto;
  display: inline;
}

#single_banner_area.one_banner {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}

#mobile_banner_top {
  margin: 40px 0;
}

#mobile_banner_bottom {
  margin: 40px 0 0 0;
}

/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
/* ページナビゲーション */
#previous_next_page {
  text-align: center;
  margin: 12px 0 70px 0;
  font-size: 0;
}
#previous_next_page a {
  width: calc(50% - 6px);
  min-width: 180px;
  height: 50px;
  margin: 0 5px;
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  background: #ccc;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
#previous_next_page a:after {
  font-family: "design_plus";
  content: "\e910";
  color: #fff;
  display: block;
  position: absolute;
  top: 1px;
  right: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#previous_next_page a.prev:after {
  content: "\e90f";
  right: auto;
  left: 16px;
}
#previous_next_page a:hover {
  background-color: #ffa9b7 !important;
}

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
#comment_header {
  position: relative;
  margin: 0 0 15px;
}
#comment_header ul {
  margin: 0;
}
#comment_header ul li a:hover {
  color: #ffa9b7;
  background-color: #ffa9b7 !important;
}
#comment_header ul li.comment_switch_active a {
  border-color: #ffa9b7;
}
#comment_header ul li.comment_switch_active a:after {
  background-color: #ffa9b7 !important;
}
#comment_header ul li.comment_switch_active a a:after {
  display: none;
}
#comment_header #comment_closed p {
  border-color: #ffa9b7;
  background-color: #ffa9b7 !important;
}
#comment_header #comment_closed p:after {
  display: none;
  border-color: #ffa9b7 transparent transparent transparent;
}

#comment_headline {
  margin: 40px 0 20px 0;
  font-size: 14px;
}

#comment_textarea textarea:focus {
  border-color: #ffa9b7 !important;
}

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

/* コメント・トラックバックのタブ */
@media screen and (max-width: 500px) {
  #comment_header ul li {
    float: none;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  #comment_header ul li:first-child {
    margin-bottom: -1px;
  }
  #comment_header ul li:first-child a, #comment_header ul li:first-child p {
    border-radius: 5px 5px 0 0;
  }
  #comment_header ul li:last-child a, #comment_header ul li:last-child p {
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 550px) {
  #comment_headline {
    text-align: center;
  }
}
/*  コメントの基本部分 */
.comment {
  padding: 10px 10px 0;
}

/* コメントの情報部分 */
.comment-meta-left {
  float: left;
  width: 100%;
}

/* フォーム部分 */
.comment_form_wrapper {
  border: 1px solid #ccc;
  margin: 0 0 25px;
  padding: 15px;
  background: #fff;
}

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_headline {
  font-size: 14px;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}

/* デザインされた記事一覧１ */
.side_widget {
  margin: 0 0 40px 0;
  font-size: 12px;
  position: relative;
}
.side_widget:last-child, .side_widget:only-child {
  margin: 0;
}
.side_widget .styled_post_list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
}
.side_widget .styled_post_list1 li, .side_widget .styled_post_list1.show_date li {
  height: auto;
}
.side_widget .styled_post_list1 li {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  overflow: hidden;
  padding: 14px;
  background: none;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
}
.side_widget .styled_post_list1 .image {
  width: 25%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.side_widget .styled_post_list1 .image picture {
  display: block;
  margin: 0.7rem;
}
.side_widget .styled_post_list1 .image picture img {
  display: block;
  backface-visibility: hidden;
  width: 100%;
}
.side_widget .styled_post_list1 .image img, .side_widget .styled_post_list1 .image:hover img {
  transform: scale(1.2);
}
.side_widget .styled_post_list1 .info {
  width: 75%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.side_widget .styled_post_list1 .title {
  font-size: 14px;
  display: block;
  line-height: 1.4;
  word-wrap: break-word;
  position: relative;
}
.side_widget .styled_post_list1 .title:hover {
  text-decoration: none;
  color: #ffa9b7;
}
.side_widget .styled_post_list1 .date {
  margin: 5px 0 0 0;
  position: relative;
  display: block;
  line-height: 1;
  color: var(--text-color);
  font-size: 12px;
}

/* デザインされた記事一覧２ */
.styled_post_list2 {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
}
.styled_post_list2.sidebar_treatmentlist li {
  margin: 0 0 -1px 0;
  overflow: hidden;
  padding: 14px;
  background: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
}
.styled_post_list2.sidebar_treatmentlist li > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
}
.styled_post_list2 .image {
  /*float:left;*/
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.styled_post_list2 .image img {
  display: block;
  backface-visibility: hidden;
}
.styled_post_list2 .image img, .styled_post_list2 .image:hover img {
  transform: scale(1.2);
}
.styled_post_list2 .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.styled_post_list2 .title {
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 1.8;
  word-wrap: break-word;
  position: relative;
}
.styled_post_list2 .date {
  margin: 5px 0 0 0;
  position: relative;
  display: block;
  line-height: 1;
  color: var(--text-color);
  font-size: 12px;
}

@media screen and (max-width: 770px) {
  .styled_post_list2 .title {
    line-height: 1.6;
  }
  .styled_post_list2 .date {
    font-size: 10px;
  }
  .widget_tab_post_list_button a {
    height: 50px;
    line-height: 50px;
  }
  .widget_tab_post_list {
    padding: 0;
  }
  .widget_tab_post_list .title {
    line-height: 1.7;
  }
  .widget_tab_post_list .date {
    font-size: 10px;
  }
}
#custom_html-7 .styled_post_list2.sidebar_treatmentlist li {
  padding: 0;
}

html.pc .xo-event-calendar {
  max-width: 780px;
  margin: 0 auto;
}
html.pc .wp-block-table {
  max-width: 780px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* text and headline */
.post_content p {
  line-height: 2;
}
.post_content li,
.post_content dt,
.post_content dd {
  line-height: 2;
}
.post_content td,
.post_content th {
  line-height: 2;
}

/* パスワード保護 */
.c-pw__desc,
.c-pw__desc p {
  line-height: 2;
}

/* ----------------------------------------------------------------------
 LP
---------------------------------------------------------------------- */
@media screen and (max-width: 770px) {
  .lpb_content {
    margin: 0 0 40px;
    line-height: 2.5;
  }
  .lpb_content .lpb_content_headline {
    line-height: 40px;
    font-size: 16px;
  }
  .lpb_content .post_row {
    line-height: 2.5 !important;
  }
  .lpb_content table.lbp_table th, .lpb_content table.lbp_table td {
    padding: 5px 15px;
    line-height: 2;
  }
  .lpb_content table.lbp_table th {
    vertical-align: middle;
    padding: 5px 10px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
  }
  .lpb_content-catch_and_desc {
    margin-bottom: 28px;
  }
  .lpb_content-catch_and_desc h2 {
    font-size: 24px !important;
  }
  .lpb_content-catch_and_desc p {
    font-size: 14px !important;
  }
  .lpb_content-link_button .lpb_link_button {
    padding: 10px;
    min-width: 200px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
  }
  .lpb_content-wysiwyg {
    margin-bottom: 28px;
  }
  .lpb_content-border_box {
    padding: 18px 20px;
  }
  .lpb_content-border_box .lpb_content_headline {
    margin: -19px -21px 18px;
  }
  .lpb_content-border_box .post_col-2 + .post_col-2 {
    margin-top: 2.5em !important;
  }
  .lpb_content-voice .lpb_content_headline {
    margin: 0 0 18px;
  }
  .lpb_content-voice ul li {
    display: block;
    width: initial;
    margin: 0 20px 2.5em;
    padding: 0;
    font-size: 14px;
    line-height: 2.5;
  }
  .lpb_content-voice ul li:after {
    content: " ";
    display: table;
    clear: both;
  }
  .lpb_content-voice ul li:last-child {
    margin-bottom: 1.25em;
  }
  .lpb_content-voice .voice_user {
    margin: 0;
    width: 33%;
    float: left;
  }
  .lpb_content-voice .voice_comment {
    margin: 0 0 0 36% !important;
  }
}
@media screen and (max-width: 500px) {
  .lpb_content-voice .voice_user {
    width: 100%;
  }
  .lpb_content-voice .voice_comment {
    margin: 0 !important;
  }
}
/* パスワード保護 */
@media only screen and (max-width: 991px) {
  .c-pw__box {
    width: 100%;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .c-pw__box-label {
    display: block;
    margin-bottom: 1em;
    margin-right: 0;
  }
  .c-pw__box-input {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }
}
.pb_spec_table_button a:hover {
  border-color: #ffa9b7;
}

@media only screen and (max-width: 770px) {
  .pb-widget-headline h3 {
    font-size: 20px !important;
  }
}
/* pagebuilder */
.pb_googlemap_custom-overlay-inner {
  background-color: #000000;
  color: #ffffff;
}

.pb_googlemap_custom-overlay-inner::after {
  border-color: #000000 transparent transparent transparent;
}

@media screen and (max-width: 500px) {
  .pb-widget-googlemap .p-access__map {
    height: auto;
    padding-bottom: 100%;
  }
}
/**
 * Slider
 * /dermatology/
 */
#header_slider_cs {
  position: relative;
  z-index: 1;
}
#header_slider_cs #slider .slider__item .overlay .caption {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  color: #000;
  text-shadow: 1px 1px 5px #ffffff, -1px -1px 5px #ffffff;
  font-size: 38px;
  line-height: 1.3;
  word-wrap: break-word;
}

html.mobile a.overlay p.caption {
  font-size: min(6vw, 30px) !important;
  max-width: 400px;
  margin: auto;
}
html.mobile a.overlay p.caption br.pc {
  display: none;
}

/* アニメーション　透過 */
@keyframes opacityAnimation {
  100% {
    opacity: 1;
  }
}
/* アニメーション　ズームアウト */
/* アニメーション　ズームイン */
/**
 * Slider
 * /dermatology/outline/
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slider_main .caption .title a:hover {
  color: #ffa9b7;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-track, .slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider_nav .swiper-slide-active, .slider_nav .swiper-slide:hover {
  box-shadow: inset 0 0 0 5px #ffa9b7;
}

.no_header_slider .index_content:first-of-type {
  top: 0;
  margin: 0 auto;
}

@media screen and (max-width: 770px) {
  .caption {
    font-size: 28px;
  }
}

/* 診療科目 */
#index_course .headline {
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
#index_course .desc {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 3;
  margin: 0px 0 0 0;
}
#index_course .button {
  text-align: center;
  margin: 40px 0 0 0;
}

html.mobile #index_course_list li {
  width: 100%;
}

html.pc #index_course_list li {
  width: 70%;
  max-width: 900px;
}

#index_course_list {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#index_course_list li {
  margin: 0 auto;
  border: 1px solid #DDD;
  box-sizing: border-box;
}
#index_course_list a {
  display: block;
  padding: 38px 38px 28px;
  background: #FFF;
  height: 100%;
  box-sizing: border-box;
}
#index_course_list a:hover {
  background: #f9f9f9;
  color: #222;
}
#index_course_list .image {
  margin: 20px 0 0 0;
}
#index_course_list .image img {
  margin: 0 auto;
}
#index_course_list .title {
  margin: 0 0 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
#index_course_list .short_desc {
  line-height: 2.7;
}
#index_course_list.type2 li {
  width: 33.3333%;
  width: 33.3333333333%;
}

@media screen and (max-width: 770px) {
  #index_course_list {
    flex-wrap: wrap;
  }
}
/* 会社情報 */
#index_company {
  padding-top: 100px;
}
#index_company .left_area {
  width: 560px;
  float: left;
  margin: 0 0 0 0;
}
#index_company .right_area {
  width: 560px;
  float: right;
  margin: 0 0 0 0;
}
#index_company .image {
  margin: 0 0 17px 0;
}
#index_company .desc {
  line-height: 2.5;
}
#index_company li {
  float: left;
  width: 30px;
}
#index_company li a {
  display: block;
  position: relative;
  text-decoration: none;
}
#index_company li a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#index_company li a:before {
  font-family: "design_plus";
  color: #7f7f7f;
  font-size: 13px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#index_company li a:hover:before {
  color: #000;
}
#index_company li.twitter a:before {
  content: "\e904";
}
#index_company li.facebook a:before {
  content: "\e902";
}
#index_company li.insta a:before {
  content: "\ea92";
  top: 10px;
}
#index_company li.pint a:before {
  content: "\e905";
}
#index_company li.mail a:before {
  content: "\f0e0";
}

/* 縦書き */
/* ----------------------------------------------------------------------
 診療科目　アーカイブページ
---------------------------------------------------------------------- */
/* リスト */
#course_list {
  margin-top: 30px;
}
#course_list .headline {
  height: 45px;
  padding: 0 35px;
  color: #FFF;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
#course_list .course {
  margin: 0 -20px -1px;
}
#course_list .course .course .headline {
  background-color: var(--strong-color);
}
#course_list .course .course .title {
  color: var(--strong-color);
}
#course_list ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  border: none;
  border-top: none;
  overflow: hidden;
}
#course_list li {
  margin: 0 0 -1px 0;
  padding-top: 1px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
}
#course_list li a {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  background: #FFF;
  height: 100%;
  box-sizing: border-box;
}
#course_list li a:hover {
  color: #222;
  background: #f9f9f9;
}
#course_list li:nth-child(3n) {
  border-right: none;
}
#course_list .image {
  display: block;
  margin: 0 20px 0 0;
}
#course_list .image img {
  width: 100%;
  height: auto;
  display: block;
}
#course_list .title {
  display: block;
  margin: 0;
  position: relative;
  line-height: 1.4;
  font-weight: normal;
  font-size: 16px;
}
#course_list .title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#course_list .excerpt {
  line-height: 1.4;
  padding: 0.5rem 0 0 0;
}

.single-course #course_list {
  margin-top: 0px;
}

.tax-course_category #course_list {
  margin-top: -40px;
}
.tax-course_category #archive_catch + #course_list {
  margin-top: 40px;
}

@media (min-width: 771px) {
  #course_list li {
    width: 33.3333333333%;
  }
  #course_list .title {
    width: calc(100% - 170px);
    height: 60px;
  }
  #course_list .image {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 770px) {
  #course_list ol {
    display: block;
  }
  #course_list .image {
    width: 50px;
    height: 50px;
  }
  #course_list .title {
    width: calc(100% - 90px);
    height: 50px;
  }
}
/* ----------------------------------------------------------------------
 診療科目　詳細ページ
---------------------------------------------------------------------- */
#single_course {
  margin-bottom: 40px;
}

/* タイトルエリア */
#course_title_area {
  height: 60px;
  line-height: 60px;
  position: relative;
  background: #f9f0f0;
}
#course_title_area .category {
  font-size: 22px;
  padding: 0 34px;
  min-width: 220px;
  color: #fff;
  display: inline-block;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
#course_title_area .title {
  font-size: 22px;
  font-weight: normal;
  padding: 0 34px;
  float: left;
}

/* アイキャッチ画像以下のコンテンツ */
#course_main_content {
  /* border:1px solid #ddd; */
  /* border-top:none; */
  /* padding: 0 60px 80px; */
  /* キャッチフレーズ */
}
#course_main_content .catch {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #51b453;
  text-align: center;
}
#course_main_content .desc {
  font-size: 1rem;
  line-height: 2.7;
  /* width:840px; */
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 20px;
}

html.mobile #course_main_content .catch {
  font-size: 1.6rem;
  line-height: 1.2;
}
html.mobile #course_main_content .desc {
  line-height: 1.8;
}

/* 次・前のページリンク */
#course_next_prev_link {
  text-align: center;
  margin-top: 70px;
}
#course_next_prev_link div {
  display: inline-block;
  margin: 0 3px;
}
#course_next_prev_link a {
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #ccc;
  color: #fff;
}
#course_next_prev_link a:hover {
  background: #65989f;
}

/* ----------------------------------------------------------------------
 よくある質問と答え
#archive_faq_list {
  margin: 100px 0 0 0;
  border-bottom: 1px solid #ddd;

  .item {
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
  }

  .question {
    font-size: 16px;
    line-height: 2;
    padding: 18px 70px 18px 40px;
    font-weight: normal;
    position: relative;
    cursor: pointer;

    &:hover,
&.active,
&:hover:before,
&.active:before {
      color: #65989f;
    }

    &:before {
      content: '\e90e';
      font-family: 'design_plus';
      color: #666;
      font-size: 12px;
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      right: 28px;
      top: 25px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    &.active:before {
      content: '\e911';
    }
  }

  .answer {
    padding: 32px 40px 3px;
    background: #f6f9f9;
    display: none;
    border-top: 1px solid #ddd;
  }
}
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
#blog_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
#blog_list .item {
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
  padding: 18px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  #blog_list .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 771px) {
  #blog_list .item {
    width: 25%;
    height: 340px;
  }
}
#blog_list .image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#blog_list .image img, #blog_list .image:hover img {
  transform: scale(1.2);
}
#blog_list img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
#blog_list .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 13px 0 5px 0;
}
#blog_list .title a {
  display: block;
}
#blog_list .meta {
  max-height: 60px;
  overflow: hidden;
}
#blog_list li {
  display: inline;
  line-height: 1.7;
  font-size: 12px;
  color: var(--text-color);
  position: relative;
}
#blog_list li:first-of-type {
  padding: 0 9px 0 0;
  margin: 0 3px 0 0;
}
#blog_list li:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999;
}
#blog_list li.category a:first-of-type {
  display: inline;
}

.mobile #blog_list {
  margin: 40px -20px 0;
  border-top: 1px solid #ddd;
}
.mobile #blog_list .item {
  width: 100%;
  height: auto;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.mobile #blog_list .item .image {
  float: left;
  width: 150px;
  margin: 0 20px 0 0;
}
.mobile #blog_list .item .title_area {
  float: left;
  width: calc(100% - 170px);
}
.mobile #blog_list .item .title_area .title {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 5px 0;
}
.mobile #blog_list .item .meta li {
  font-size: 10px;
}
@media screen and (max-width: 450px) {
  .mobile #blog_list .image {
    width: 130px;
  }
  .mobile #blog_list .title_area {
    width: calc(100% - 150px);
  }
  .mobile #blog_list .title_area .title {
    max-height: 65px;
    line-height: 1.5;
    overflow: hidden;
  }
}

.no_post {
  text-align: center;
  margin: 50px 0 0 0;
}

/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
.post_content a:hover {
  text-decoration: underline;
}

/* SNSボタン */
#single_share_top {
  margin: 0 0 5px 0;
}
#single_share_top #share_top1 {
  padding-top: 0;
}

#single_share_bottom {
  margin: 0;
}
#single_share_bottom .share-btm {
  margin-bottom: 0;
  padding: 0;
}
#single_share_bottom .mb45 {
  margin-bottom: 45px !important;
}

#p_readmore {
  text-align: center;
  padding: 12px 0 0 0;
}
#p_readmore .button {
  background: #000;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  min-width: 220px;
  padding: 0 40px;
  text-decoration: none;
  box-sizing: border-box;
}
#p_readmore .button:hover {
  background: #999;
}

/* 次の記事、前の記事 */
#previous_next_post {
  margin: 0 0 40px 0;
  border-top: none;
}
#previous_next_post .prev_post,
#previous_next_post .next_post {
  float: left;
  width: 50%;
}
#previous_next_post a {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  position: relative;
  display: table;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  padding: 0 !important;
}
#previous_next_post a span {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  overflow: hidden;
  word-wrap: break-word;
}
#previous_next_post a:hover {
  background: #f7f7f7;
  color: #000;
}
#previous_next_post div:last-of-type a {
  border-left: none;
}
#previous_next_post div:only-of-type a {
  border-left: 1px solid #ddd;
}
#previous_next_post span.nav {
  display: block;
}
#previous_next_post span.title {
  display: none;
}
#previous_next_post .prev_post a {
  padding: 0 25px 0 60px;
}
#previous_next_post .prev_post a:before {
  content: "\e90f";
  width: 15px;
  height: 20px;
  font-family: "design_plus";
  color: #111;
  font-size: 16px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0px;
  left: 20px;
  top: 3px;
  margin: auto;
}
#previous_next_post .prev_post a::before {
  line-height: 50px;
  height: 50px;
}
#previous_next_post .next_post a {
  padding: 0 60px 0 25px;
  position: relative;
}
#previous_next_post .next_post a:before {
  content: "";
  width: 15px;
  height: 20px;
  margin: auto;
  font-family: "design_plus";
  color: #111;
  font-size: 16px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  position: absolute;
  bottom: 0px;
  right: 20px;
  top: 3px;
}
#previous_next_post .next_post a::before {
  line-height: 50px;
  height: 50px;
}

/* 広告 */
#single_banner_top {
  margin: 5px 0 30px;
  text-align: center;
  padding: 30px 20px;
}

#single_banner_bottom {
  margin: 50px 0;
  text-align: center;
  padding: 30px 20px;
}

#single_banner_shortcode {
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  text-align: center;
}

.single_banner_area .single_banner_left {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.single_banner_area .single_banner_right {
  width: 50%;
  float: right;
  padding: 0 10px;
  box-sizing: border-box;
}
.single_banner_area img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.single_banner_area.one_banner .single_banner_left {
  float: none;
  margin: 0 auto;
}
.single_banner_area.one_banner img {
  margin: 0 auto;
}

/* 関連記事 */
#related_post {
  margin: 40px 0 0 0;
}
#related_post .headline {
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 20px;
  font-weight: 400;
  color: #fff;
  background-color: #ffa9b7;
}
#related_post ol {
  position: relative;
  width: calc(100% + 2px);
  display: flex;
  flex-wrap: wrap;
}
#related_post li {
  height: auto;
  margin: 0 -1px -1px 0;
  border: 1px solid #ddd;
  padding: 22px;
  box-sizing: border-box;
}
#related_post .image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0 0 15px 0;
}
#related_post .image img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
#related_post .image:hover img {
  transform: scale(1.2);
}
#related_post .title {
  line-height: 1.9;
  font-weight: normal;
  word-wrap: break-word;
}
#related_post .title a {
  display: block;
}

html.pc #related_post li {
  min-height: 260px;
  width: 33.33333%;
  width: 33.3333333333%;
}

html.mobile #related_post ol {
  border: none;
  border-bottom: 1px solid #ddd;
}
html.mobile #related_post li {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
html.mobile #related_post .image {
  width: 150px;
  float: left;
  margin: 0 1rem 0 0;
}

@media screen and (max-width: 450px) {
  #related_post .image {
    max-width: 130px;
    width: 25%;
  }
  #related_post .title {
    max-height: 81px;
    line-height: 1.5;
    overflow: hidden;
    width: 75%;
  }
}
/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
/* プロフィールページ */
#profile_page_top {
  margin-top: 20px;
}
#profile_page_top .user_avatar {
  overflow: hidden;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0px auto 30px;
  border-radius: 130px;
}
#profile_page_top .user_avatar img {
  width: 100%;
  height: auto;
  display: block;
}
#profile_page_top .user_name {
  font-size: 21px;
  margin: 0 0 25px 0;
  text-align: center;
  font-weight: 400;
}
#profile_page_top .user_sns {
  text-align: center;
  margin-bottom: 33px;
  padding: 0;
  font-size: 0;
}
#profile_page_top li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 11px;
  background: none;
  width: 30px;
}
#profile_page_top li a {
  position: relative;
  text-decoration: none;
}
#profile_page_top li a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#profile_page_top li a:before {
  font-family: "design_plus";
  color: var(--text-color);
  font-size: 12px;
  display: block;
  position: absolute;
  top: 10px;
  left: -5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#profile_page_top li.twitter_button a:before {
  content: "\e904";
}
#profile_page_top li.facebook_button a:before {
  content: "\e902";
}
#profile_page_top li.insta_button a:before {
  content: "\ea92";
  top: 10px;
}
#profile_page_top li.pint_button a:before {
  content: "\e905";
}
#profile_page_top li.mail_button a:before {
  content: "\f0e0";
}
#profile_page_top li.twitter_button a:hover:before {
  color: #16b9dc;
}
#profile_page_top li.facebook_button a:hover:before {
  color: #3B5998;
}
#profile_page_top li.insta_button a:hover:before {
  color: #8a3ab9;
}
#profile_page_top li.pint_button a:hover:before {
  color: #c92228;
}
#profile_page_top li.mail_button a:hover:before {
  color: #16b9dc;
}

/* 広告 */
#page_banner {
  margin: 50px 0;
  text-align: center;
  font-size: 0;
}
#page_banner .page_banner {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 40px;
  text-align: center;
  width: calc(50% - 15px);
  box-sizing: border-box;
}
#page_banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#page_banner .banner_left {
  margin: 0 15px 0 0;
}
#page_banner .banner_right {
  margin: 0 0 0 15px;
}
#page_banner.one_banner .banner_left, #page_banner.one_banner .banner_right {
  margin: 0;
}

@media screen and (max-width: 550px) {
  #page_banner .page_banner {
    display: block;
    padding: 0;
    border: none;
  }
}
/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget {
  margin: 0 0 48px 0;
  position: relative;
}
.side_widget:last-child, .side_widget:only-child {
  margin: 0;
}
.side_widget ul {
  margin: 0;
}
.side_widget li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}
.side_widget li ul {
  margin: 10px 0 0 0;
}
.side_widget a {
  text-decoration: none;
}
.side_widget img {
  height: auto;
  max-width: 100%;
}

.side_headline {
  font-size: 16px;
  margin: 0;
  padding: 0 20px;
  font-weight: 400;
  color: #fff;
  background: #afcfd2;
  height: 50px;
  line-height: 50px;
}

/* 広告 */
.tcd_ad_widget {
  margin: 0 0 50px 0;
  border: none;
  padding: 0;
  background: none;
}
.tcd_ad_widget img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* カレンダー */
.widget_calendar .side_headline {
  margin: 0 0 30px 0;
}

#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}
#wp-calendar th,
#wp-calendar td {
  color: var(--text-color);
  padding: 2px;
  line-height: 3.4;
  text-align: center;
}
#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: var(--text-color);
  background-color: #eee;
}
#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #ccc;
}
#wp-calendar td#today {
  font-weight: bold;
}
#wp-calendar caption {
  padding: 7px 0;
}
#wp-calendar thead th,
#wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 2;
}
#wp-calendar #prev,
#wp-calendar #next {
  line-height: 3;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  text-decoration: none;
  background: none;
  color: var(--text-color);
}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  color: #fff;
  background: #ccc;
}

/* タブ記事 */
.widget_tab_post_list_button a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 50%;
  text-align: center;
  border: 1px solid #ddd;
  background: #f9f9f9;
  float: left;
  margin-bottom: -1px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}
.widget_tab_post_list_button a:hover {
  color: #fff;
  background: #65989f;
  border-color: #65989f;
}
.widget_tab_post_list_button a.tab1 {
  border-right: 0;
}
.widget_tab_post_list_button a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.widget_tab_post_list_button a.active:hover {
  color: #000000;
  background: #fff !important;
  border-color: #ddd !important;
  border-bottom: 1px solid #fff !important;
}

.widget_tab_post_list {
  border: 1px solid #ddd;
  font-size: 0;
  padding: 20px 0 0 0;
}
.widget_tab_post_list li {
  margin: 0 0 -1px 0;
  overflow: hidden;
  padding: 14px;
  background: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
}
.widget_tab_post_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget_tab_post_list .title {
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 1.8;
  word-wrap: break-word;
  position: relative;
}
.widget_tab_post_list .date {
  color: var(--text-color);
  font-size: 12px;
}
.widget_tab_post_list .image {
  /*float:left;*/
  width: 120px;
  height: 120px;
  margin: 0 14px 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.widget_tab_post_list .image img {
  display: block;
  backface-visibility: hidden;
}

.widget_tab_post_list2 {
  display: none;
}

/* カスタムメニュー */
.tcdw_menu_widget .menu1, .tcdw_menu_widget .menu2 {
  width: 50%;
  float: left;
  font-size: 12px;
}
.tcdw_menu_widget .menu_headline {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}
.tcdw_menu_widget li:last-child {
  margin-bottom: 0;
}

/* プロフィール */
.tcd_user_profile_widget {
  border: 1px solid #ddd;
  padding: 30px 30px 30px;
}
.tcd_user_profile_widget .user_avatar {
  overflow: hidden;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0px auto 25px;
  border-radius: 130px;
}
.tcd_user_profile_widget .user_avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.tcd_user_profile_widget .user_desc {
  line-height: 2.3;
  margin: 0 0 30px 0;
}
.tcd_user_profile_widget .button {
  text-align: center;
  margin: 0 0 30px 0;
}
.tcd_user_profile_widget .button a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.tcd_user_profile_widget .user_sns {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.tcd_user_profile_widget li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 11px;
  background: none;
  width: 30px;
}
.tcd_user_profile_widget li a {
  position: relative;
  text-decoration: none;
}
.tcd_user_profile_widget li a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.tcd_user_profile_widget li a:before {
  font-family: "design_plus";
  color: var(--text-color);
  font-size: 12px;
  display: block;
  position: absolute;
  top: 10px;
  left: -5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tcd_user_profile_widget li.twitter_button a:before {
  content: "\e904";
}
.tcd_user_profile_widget li.facebook_button a:before {
  content: "\e902";
}
.tcd_user_profile_widget li.insta_button a:before {
  content: "\ea92";
  top: 10px;
}
.tcd_user_profile_widget li.pint_button a:before {
  content: "\e905";
}
.tcd_user_profile_widget li.mail_button a:before {
  content: "\f0e0";
}
.tcd_user_profile_widget li.twitter_button a:hover:before {
  color: #16b9dc;
}
.tcd_user_profile_widget li.facebook_button a:hover:before {
  color: #3B5998;
}
.tcd_user_profile_widget li.insta_button a:hover:before {
  color: #8a3ab9;
}
.tcd_user_profile_widget li.pint_button a:hover:before {
  color: #c92228;
}
.tcd_user_profile_widget li.mail_button a:hover:before {
  color: #16b9dc;
}

/* ドロップダウンカテゴリーメニュー */
.tcd_category_list {
  margin: 0;
}
.tcd_category_list li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}
.tcd_category_list a {
  display: block;
  padding: 0 5px 0 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: -1px 0 0 0;
  text-decoration: none;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.tcd_category_list a:hover {
  background: #f5f5f5;
  color: var(--text-color);
}
.tcd_category_list > li:first-child > a {
  border-top: none;
}
.tcd_category_list li a .count {
  display: none;
  float: right;
  top: 5px;
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #ccc;
  color: #fff;
  padding: 0 8px;
  min-width: 24px;
  text-align: center;
  font-size: 11px;
}
.tcd_category_list li a:hover .count {
  background: #d80c49;
}
.tcd_category_list.show_count li a .count {
  display: block;
}
.tcd_category_list li li a {
  padding-left: 28px;
}
.tcd_category_list li li li a {
  padding-left: 42px;
}
.tcd_category_list li li li li a {
  padding-left: 56px;
}
.tcd_category_list ul {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  z-index: 9;
  position: relative;
}
.tcd_category_list ul ul {
  width: 100%;
  position: relative;
}
.tcd_category_list ul li {
  margin: 0;
  padding: 0;
}

/* カスタムメニュー（ドロップダウンver）*/
.tcdw_custom_drop_menu_widget .side_headline {
  margin: 0 0 -1px 0;
  z-index: 2;
  position: relative;
}

.tcdw_custom_drop_menu {
  margin: 0;
  padding: 0;
}
.tcdw_custom_drop_menu li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}
.tcdw_custom_drop_menu a {
  display: block;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: -1px 0 0 0;
  text-decoration: none;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.tcdw_custom_drop_menu li:first-child > a {
  border-top: none;
}
.tcdw_custom_drop_menu a:after {
  font-family: "design_plus";
  content: "\e910";
  color: #aaa;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 2px;
  right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tcdw_custom_drop_menu a:hover {
  background: #014760;
  color: #fff;
}
.tcdw_custom_drop_menu a:hover:after {
  color: #fff;
}
.tcdw_custom_drop_menu > li.parent_menu.active > a:after {
  content: "\e911";
}
.tcdw_custom_drop_menu li ul {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  z-index: 9;
  position: relative;
}
.tcdw_custom_drop_menu li ul ul {
  width: 100%;
  position: relative;
}
.tcdw_custom_drop_menu li ul li {
  margin: 0;
  padding: 0;
}
.tcdw_custom_drop_menu li ul li a {
  height: auto;
  line-height: 1.5;
  padding: 18px 25px;
  background: #f6f6f6;
}
.tcdw_custom_drop_menu li ul li a:after {
  display: none;
}
.tcdw_custom_drop_menu li ul ul li a {
  background: #ddd;
}
.tcdw_custom_drop_menu li ul ul ul li a {
  background: #ccc;
}
.tcdw_custom_drop_menu li ul ul ul ul li a {
  background: #bbb;
}

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

#searchform {
  border: 1px solid #ddd;
  background: #fbfbfb;
  height: 50px;
  box-sizing: border-box;
}
#searchform #s {
  border: none;
  background: none;
  padding: 0 10px;
  margin: 0;
  width: calc(100% - 50px);
  height: 50px;
  box-sizing: border-box;
}
#searchform #searchsubmit {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  z-index: 200;
  position: relative;
  cursor: pointer;
  display: block;
  text-indent: -300%;
  overflow: hidden;
}
#searchform .submit_button {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  top: -1px;
}
#searchform .submit_button:before {
  text-indent: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  font-family: "design_plus";
  color: var(--text-color);
  font-size: 18px;
  content: "\e915";
  right: 0px;
  top: 1px;
}
#searchform .submit_button:hover {
  background-color: #ffa9b7 !important;
}
#searchform .submit_button:hover:before {
  color: #fff;
}

/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive .side_headline {
  margin: 0 0 20px 0;
}
.widget_archive ul {
  margin: 0;
  padding: 0;
}
.widget_archive select {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
  padding: 12px;
}
.widget_archive label {
  display: none;
}

.widget_categories select, .tcd_archive_dropdown select {
  border: 1px solid #ddd;
  padding: 12px 10px;
  width: 100%;
  margin: 0;
}

.widget_categories label {
  display: none;
}

.widget_archive select option, .widget_categories select option, .tcd_archive_dropdown option {
  background: #fff;
  color: var(--text-color);
}

/* アーカイブ一覧 */
.tcdw_archive_list_widget .side_headline {
  display: none;
}

.p-widget-dropdown {
  height: 45px;
  line-height: 45px;
  position: relative;
}
.p-widget-dropdown::after {
  color: var(--text-color);
  content: "\e90e";
  font-family: "design_plus";
  position: absolute;
  top: 0;
  right: 17px;
  z-index: 1;
}
.p-widget-dropdown select {
  padding-right: 33px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-widget-dropdown select::-ms-expand {
  display: none;
}

.p-dropdown {
  font-size: 14px;
}

.p-dropdown__title {
  box-sizing: border-box;
  position: relative;
  height: 50px;
  padding: 0 18px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 50px;
}
.p-dropdown__title::after {
  position: absolute;
  right: 17px;
  font-family: "design_plus";
  content: "\e90e";
}
.p-dropdown__title:hover {
  cursor: pointer;
}
.p-dropdown__title.is-active::after {
  content: "\e911";
}

.p-widget .p-dropdown .p-dropdown__list {
  margin: 0;
}

.p-dropdown__list {
  display: none;
}
.p-dropdown__list li {
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.p-dropdown__list li a {
  display: block;
  padding: 14px 18px;
}
.p-dropdown__list li a:hover {
  background: #f6f6f6;
  color: #000;
}

/* デフォルトの最近の記事 */
.widget_recent_entries li {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px 0;
}
.widget_recent_entries li:last-child {
  border: none;
  padding: 0;
}

/* アクセス数ランキング */
.ranking_list_widget .side_headline {
  margin: 0 0 -1px 0;
  z-index: 2;
  position: relative;
}
.ranking_list_widget ol {
  margin: 0;
  padding: 0;
}
.ranking_list_widget li {
  padding: 6px 0 15px;
  margin: 0;
}
.ranking_list_widget .num {
  float: left;
  position: relative;
  height: 40px;
  width: 40px;
  display: block;
  background: #ccc;
  color: #fff;
  padding: 0 0 0 7px;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  box-sizing: border-box;
}
.ranking_list_widget .num:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  right: 0px;
  top: 0px;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #fff transparent;
}
.ranking_list_widget .title {
  margin: 13px 0 0 0;
}

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

/* 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: calc(50% - 4px);
}

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

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

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

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

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

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

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

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  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);
  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 .mejs-container {
  margin: 12px 0 25px;
}

/* パスワード保護 */
.c-pw__desc {
  line-height: 2.5;
}
.c-pw__desc p {
  line-height: 2.5;
  margin-bottom: 16px;
}

.c-pw__btn {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.c-pw__btn:hover {
  background: #333;
  color: #fff;
}

.c-pw__btn--register {
  min-width: 160px;
  margin-bottom: 32px;
}

.c-pw__btn--submit {
  min-width: 100px;
  border: 0;
  cursor: pointer;
}

.c-pw .c-pw__btn:hover {
  text-decoration: none;
}

.c-pw__box {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 25px 36px;
  display: inline-block;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.c-pw__box .c-pw__box-desc {
  line-height: 1.2;
  margin-bottom: 20px;
}

.c-pw__box-label {
  margin-right: 14px;
}

.c-pw__box-input {
  border: 1px solid #ddd;
  box-shadow: none;
  height: 40px;
  width: 250px;
  margin-right: 13px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
}

.post_content .c-pw__btn {
  color: #fff;
}
.post_content .c-pw__btn:hover {
  color: #fff;
}

/* Cardlink style - カードリンクのスタイル */
.cardlink {
  word-wrap: break-word;
  max-width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.cardlink .timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: var(--text-color);
  line-height: 1.6;
  font-size: 12px;
}
.cardlink .timestamp:before {
  font-family: "design_plus";
  content: "\e94e";
  font-size: 12px;
  color: #222;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cardlink_thumbnail {
  margin-right: 20px;
  float: left;
}

.cardlink_content {
  line-height: 1.6;
}

.cardlink_title {
  font-size: 16px;
  margin: 0 0 5px;
}
.cardlink_title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.cardlink_title a:hover {
  text-decoration: underline;
}

.cardlink_excerpt {
  color: var(--text-color);
  font-size: 13px;
  overflow: hidden;
  line-height: 1.8;
}

.cardlink_footer, .clear {
  clear: both;
}

html.mobile .cardlink_thumbnail {
  float: none;
}
html.mobile .cardlink_timestamp {
  line-height: 2.4;
  vertical-align: middle;
}
html.mobile .cardlink_excerpt {
  float: none;
}

/* Google Mapの設定 */
.p-btn {
  box-sizing: border-box;
  display: inline-block;
  min-width: 180px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

html.mobile .p-btn {
  height: 45px;
  font-size: 12px;
  line-height: 45px;
}

/* ****
 * 記事の監修者
 */
.supervision {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.supervision .supervision-ttl {
  border-left: 5px solid #e54c84;
  padding-left: 0.5em;
}
.supervision .supervision-box {
  width: 100%;
}
.supervision .supervision-box .supervision-left {
  padding-right: 20px;
}
.supervision p {
  margin-bottom: 1em;
  font-size: 100%;
  word-break: break-all;
  line-height: 24px;
}
.supervision .wp-block-heading {
  font-size: 1.6rem;
  color: var(--e54c84);
  border-left: 5px solid #e54c84;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

html.pc .supervision-box {
  display: flex;
}

html.mobile .supervision-box {
  display: block;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* 連絡先 */
html.pc #footer_contact_area {
  width: 100%;
  min-width: inherit;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 60px 0;
  margin-bottom: 60px;
}
html.pc #footer_contact_area #footer_contact_area_inner {
  width: 100%;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}
html.pc #footer_contact_area #footer_contact_area_inner .footer_contact_content:last-of-type {
  border-left: none;
}
html.pc #footer_contact_area #footer_contact_area_inner .footer_contact_content:only-of-type {
  border-left: 1px solid #ddd;
  margin: 0 auto;
}
html.pc #footer_contact_area #footer_contact_area_inner .footer_contact_content {
  width: 100%;
  font-size: 13px;
  position: relative;
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
html.pc #footer_contact_area #footer_contact_area_inner .footer_contact_content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_tel > div {
  position: relative;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_tel .headline {
  line-height: 2;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_tel .headline br {
  display: none;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_tel .number {
  color: #ffa9b7;
  font-size: 38px;
  margin-top: -3px;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_tel .number span {
  font-size: 24px;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_contact > div {
  position: relative;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_contact .headline {
  text-align: center;
  line-height: 2;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_contact .headline > br {
  display: none;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_contact .button {
  float: right;
  text-align: center;
  margin: 0;
}

html.mobile #footer_contact_area {
  width: 100%;
  min-width: inherit;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 1rem;
  margin-bottom: 1rem;
}
html.mobile #footer_contact_area #footer_contact_area_inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
html.mobile #footer_contact_area #footer_contact_area_inner .footer_contact_content:last-of-type {
  border-top: none;
}
html.mobile #footer_contact_area #footer_contact_area_inner .footer_contact_content:only-of-type {
  border-left: 1px solid #ddd;
  margin: 0 auto;
}
html.mobile #footer_contact_area #footer_contact_area_inner .footer_contact_content {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box;
}
html.mobile #footer_contact_area #footer_contact_area_inner .footer_contact_content .headline br {
  display: none;
}
html.mobile #footer_contact_area #footer_contact_area_inner .footer_contact_content > div {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  font-size: 13px;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_tel > div {
  position: relative;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_tel .headline {
  line-height: 2;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_tel .number {
  color: #ffa9b7;
  font-size: 38px;
  margin-top: -3px;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_tel .number span {
  font-size: 24px;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_contact .headline {
  text-align: center;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_contact > div {
  position: relative;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_contact .headline {
  line-height: 2;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_contact .headline > br {
  display: none;
}
html.mobile #footer_contact_area #footer_contact_area_inner #footer_contact .button {
  float: right;
  text-align: center;
  margin: 0;
}

html.pc #footer_content {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}
html.pc #footer_content #footer_content_inner {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
html.pc #footer_content #footer_content_inner .item {
  width: 33.3333333333%;
  max-width: 380px;
  height: 130px;
  position: relative;
}
html.pc #footer_content #footer_content_inner .item .image {
  display: block;
  width: 130px;
  height: 130px;
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
html.pc #footer_content #footer_content_inner .item .image img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  transition: all 0.4s ease;
}
html.pc #footer_content #footer_content_inner .item .image:hover img {
  transform: scale(1.2);
}
html.pc #footer_content #footer_content_inner .title {
  display: flex;
  align-items: center;
  width: calc(100% - 130px);
  height: 130px;
  position: relative;
  box-sizing: border-box;
}
html.pc #footer_content #footer_content_inner .title span {
  width: 100%;
  padding: 0 1rem;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  html.pc #footer_content .item {
    width: 100%;
    float: none;
    margin: 0 0 4px 0;
  }
  html.pc #footer_content .item:nth-child(3n) {
    margin: 0 0 4px 0;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  html.pc #footer_contact_area_inner {
    display: block;
  }
  html.pc .footer_contact_content {
    width: 100%;
    padding: 40px;
  }
  html.pc .footer_contact_content:last-of-type {
    border-left: 1px solid #ddd;
    border-top: none;
  }
  html.pc .footer_contact_content:only-of-type {
    border-top: 1px solid #ddd;
  }
  html.pc #footer_tel > div,
  html.pc #footer_contact > div {
    top: 50%;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 771px) and (max-width: 800px) {
  html.pc .footer_contact_content {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  html.pc #footer_tel .right_area {
    float: none;
  }
  html.pc #footer_tel > div {
    top: 0;
  }
  html.pc #footer_tel .headline {
    margin: 0 0 20px 0;
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }
  html.pc #footer_tel .number {
    font-size: 34px;
  }
  html.pc #footer_tel .number span {
    font-size: 21px;
  }
  html.pc #footer_tel .time {
    margin: 13px 0 0 0;
    line-height: 1.5;
  }
  html.pc #footer_contact > div {
    top: 0;
  }
  html.pc #footer_contact .headline {
    margin: 0 0 20px 0;
    position: relative;
  }
}
@media screen and (min-width: 771px) and (max-width: 800px) and (min-width: 770px) {
  html.pc #footer_contact .headline {
    top: 0%;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 771px) and (max-width: 800px) {
  html.pc #footer_contact .button {
    float: none;
  }
}

/* フッター３点コンテンツ */
html.mobile #footer_content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
html.mobile #footer_content #footer_content_inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
  margin: 0 auto;
}
html.mobile #footer_content #footer_content_inner .item {
  display: flex;
  height: 5rem;
}
html.mobile #footer_content #footer_content_inner .item .image {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
}
html.mobile #footer_content #footer_content_inner .item .image img {
  width: 5rem;
  height: 5rem;
  display: block;
  backface-visibility: hidden;
}
html.mobile #footer_content #footer_content_inner .item .image:hover img {
  transform: scale(1.2);
}
html.mobile #footer_content #footer_content_inner .item .title {
  display: flex;
  align-items: center;
  width: calc(100% - 5rem);
  height: 5rem;
  padding: 0 1rem;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
html.mobile #footer_content #footer_content_inner .item .title span {
  width: 100%;
}
@media (max-width: 770.9px) {
  html.mobile #footer_content {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

/* フッターメニュー */
#footer_menu {
  text-align: center;
  border-top: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
}
#footer_menu ul {
  font-size: 0;
  line-height: 1;
  margin: 23px 0 0 0;
}
#footer_menu li {
  font-size: 14px;
  display: inline-block;
}
#footer_menu li a {
  display: block;
  margin: 0 10px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #666;
}
#footer_menu li:last-of-type a {
  border: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  #footer_menu {
    text-align: left;
    height: auto;
    line-height: 100%;
    padding: 40px 20px 25px;
  }
  #footer_menu ul {
    font-size: 0;
    line-height: 1;
    margin: 0;
  }
  #footer_menu li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 12px 0;
    line-height: 1.7;
  }
  #footer_menu li a {
    margin: 0;
    padding: 0;
    border-right: none;
  }
}
#footer_menu_clinic {
  background-color: #f8f8f8;
}
#footer_menu_clinic .c_contain {
  padding: 2rem 0;
}
#footer_menu_clinic .c_contain > ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
}
#footer_menu_clinic .c_contain > ul > li {
  width: 15%;
}
#footer_menu_clinic .c_contain > ul > li > a {
  color: #ff909e;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
#footer_menu_clinic .c_contain > ul > li ul {
  padding: 0.5rem;
  border-left: 1px solid #ccc;
}
#footer_menu_clinic .c_contain > ul > li ul li {
  padding: 0.3rem 0;
}

#footer_menu_clinic2 {
  background: #f5f5f5;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
  text-align: center;
}
#footer_menu_clinic2 .menu {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
#footer_menu_clinic2 .menu li a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.1rem;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  box-sizing: border-box;
}

html.pc #footer_menu_clinic2 {
  padding: 1.5rem 0;
}
html.pc #footer_menu_clinic2 .menu li {
  width: 20%;
}

html.mobile #footer_menu_clinic .c_contain {
  padding: 1rem 0;
}
html.mobile #footer_menu_clinic .c_contain > ul {
  display: block;
}
html.mobile #footer_menu_clinic .c_contain > ul > li {
  width: 100%;
  margin-bottom: 2rem;
}
html.mobile #footer_menu_clinic .c_contain > ul > li ul {
  padding: 0.5rem;
  border-left: 1px solid #ccc;
}
html.mobile #footer_menu_clinic .c_contain > ul > li ul li {
  width: 20%;
  padding: 0.3rem 0;
}
html.mobile #footer_menu_clinic2 {
  padding: 1rem 0;
}
html.mobile #footer_menu_clinic2 .menu li {
  display: block;
}
html.mobile #footer_menu_clinic2 .menu li a {
  display: block;
  padding: 0.5rem 1rem;
}

/* コピーライト */
#copyright {
  width: 100%;
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ff909e;
  white-space: nowrap;
}

html.pc #copyright {
  font-size: 12px;
}

html.mobile #copyright {
  font-size: 2vw;
}

/* courseーまきつめ */
.course br {
  display: none;
}
.course strong {
  color: var(--strong-color);
}
.course h2 {
  color: var(--strong-color);
  font-size: 1.5rem;
  margin-bottom: -10px;
  padding: 1rem;
}
.course p {
  line-height: 1.5;
  padding: 1rem;
  font-size: 16px;
}
.course table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.course th, .course td {
  border: 1px solid #ccc;
  padding: 10px 14px;
  text-align: center;
}
.course th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.course h3 {
  font-size: 1.3rem;
  padding: 1rem;
}
.course .pic-s {
  width: 200px;
  height: auto;
  padding: 1rem;
}
.course .pic-m {
  width: 200px;
  height: auto;
}
.course .pic-l {
  width: 300px;
  height: auto;
}
.course ol {
  list-style: decimal;
  padding: 1.5rem;
}
.course ul {
  padding: 1.5rem;
  list-style: initial;
}
.course li {
  color: var(--text-color);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.5;
}
.course .faq {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}
.course .faq h2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.course .faq details {
  border-top: 1px solid #eee;
  padding: 12px 0;
}
.course .faq details:first-of-type {
  border-top: none;
}
.course .faq summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
}
.course .faq details[open] summary {
  color: #0b72b9;
}
.course .faq .answer {
  margin-top: 8px;
  padding-left: 12px;
  color: #555;
  line-height: 1.6;
  font-size: 18px;
}
.course .faq .note {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.course .faq summary::after {
  content: "＋";
  float: right;
  font-weight: bold;
  transition: transform 0.2s;
}
.course .faq details[open] summary::after {
  content: "−";
}

/* ページ上部へ戻るボタン */
.open_menu #return_top {
  display: none;
}

#return_top {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.35s;
}
#return_top a {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
}
#return_top a:hover {
  background-color: #ffa9b7;
}
#return_top a:before {
  left: 19px;
}
#return_top a:before {
  content: "\e911";
  font-family: "design_plus";
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 24px;
  top: 2px;
}
#return_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#return_top.active {
  transform: translate3d(0, 0, 0);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: auto;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
}
.rslides1_nav:active {
  opacity: 1;
}
.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

/* ----------------------- TCD Advanced Style -------------------------- */
/**
 * スマホ用固定フッターバーの設定
 */
.icon-file-text:before {
  content: "\f15c";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-close:before {
  content: "\e91a";
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-content {
  margin: auto;
  position: fixed;
  bottom: 20%;
  left: 0;
  right: 0;
  width: 209px;
  z-index: 9999;
}

.modal-close:before {
  color: #fff;
  font-size: 32px;
  position: absolute;
  bottom: 20%;
  right: 0;
  text-align: center;
  width: 50px;
}

.share {
  text-align: center;
}

.share-button {
  float: left;
  vertical-align: center;
  width: 50px;
  height: 50px;
}
.share-button + .share-button {
  margin-left: 3px;
}
.share-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.share-button a img {
  width: 100%;
  height: auto;
}

.share-button--rounded-square {
  border-radius: 2px;
  overflow: hidden;
}

/* CTA */
@media only screen and (max-width: 991px) {
  .p-cta--type2 .p-cta__inner {
    width: 60%;
  }
  .p-cta--type2 .p-cta__img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cta {
    height: 280px;
    margin-bottom: 30px;
  }
  .p-cta--type1 {
    display: block;
  }
  .p-cta--type1 .p-cta__inner {
    box-sizing: border-box;
    height: 100%;
    padding-top: 20px;
  }
  .p-cta--type1 .p-cta__btn {
    width: calc(100% - 20px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
  }
  .p-cta--type1 .p-cta__desc {
    font-size: 12px !important;
    line-height: 1.5;
  }
  .p-cta--type2 {
    height: auto;
    flex-direction: column;
  }
  .p-cta--type2 .p-cta__inner {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px 10px 10px;
    width: 100%;
  }
  .p-cta--type2 .p-cta__catch {
    margin-bottom: 6px;
  }
  .p-cta--type2 .p-cta__desc p {
    margin-bottom: 12px;
  }
  .p-cta--type2 .p-cta__btn {
    position: static;
  }
  .p-cta--type2 .p-cta__img {
    width: 100%;
  }
  .p-cta__inner {
    padding: 0 10px;
  }
  .p-cta__catch {
    font-size: 16px !important;
    margin-bottom: 6px;
    padding: 0 10px;
    text-align: left;
  }
  .p-cta__desc {
    font-size: 14px !important;
    line-height: 1.8;
    padding: 0 10px;
    text-align: left;
  }
  .p-cta__desc p {
    margin-bottom: 0;
  }
  .p-cta__btn {
    min-width: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .p-cta__img {
    overflow: visible;
    width: 100%;
  }
  .p-cta__img img {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }
}
/* footer cta */
@media only screen and (max-width: 1199px) {
  .p-footer-cta__catch {
    margin-bottom: 0;
  }
  .p-footer-cta__desc {
    display: none;
  }
  .p-footer-cta__btn {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .p-footer-cta__catch {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-cta__inner {
    height: 60px;
    padding-left: 10px;
    padding-right: 55px;
  }
  .p-footer-cta__inner::after {
    content: "\e910";
    color: #fff;
    font-family: "design_plus";
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto;
  }
  .p-footer-cta__catch {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .p-footer-cta__desc, .p-footer-cta__btn {
    display: none;
  }
  .p-footer-cta__close {
    border-radius: 0;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: #444;
    text-align: center;
  }
  .p-footer-cta__close::before {
    height: 100%;
    line-height: 60px;
  }
  /* review footer */
  .p-review-footer + .p-cta {
    margin-bottom: 30px;
  }
}
.pb_staff_list {
  box-sizing: border-box;
  color: var(--text-color);
  font-size: 1rem;
  line-height: 2;
}

.pb_staff_list-item {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: none;
  padding: 38px 6.66%;
}
.pb_staff_list-item:first-child {
  border-top: 1px solid #DDD;
}
.pb_staff_list-item > :last-child {
  margin-bottom: 0;
}

.pb_staff_list-item-upside {
  margin-bottom: 30px;
}
.pb_staff_list-item-upside.has-image {
  display: flex;
  align-items: center;
}
.pb_staff_list-item-upside.has-image .pb_staff_list-image {
  width: 48%;
}
.pb_staff_list-item-upside.has-image .pb_staff_list-image img {
  display: block;
  width: 100%;
  height: auto;
}
.pb_staff_list-item-upside.has-image s {
  width: 52%;
  padding-left: 7.4%;
}

.pb_staff_list-position {
  color: #000;
  font-weight: 500;
}

.pb_staff_list-name {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.pb_staff_list-othername {
  font-size: 12px;
}

.pb_staff_list-description {
  margin-bottom: 24px;
}

.pb_staff_list-career {
  font-size: 12px;
}
.pb_staff_list-career .pb_staff_list-career-heading {
  font-size: 14px;
}

.pb_staff_list-social {
  font-size: 12px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pb_staff_list-social li {
  display: inline;
  list-style: none;
  margin: 0 12px 0 0;
  padding: 0;
}
.pb_staff_list-social li:last-child {
  margin-right: 0;
}
.pb_staff_list-social li a {
  color: var(--text-color);
  text-decoration: none !important;
}
.pb_staff_list-social li a:before {
  font-family: "design_plus";
  -webkit-transition-property: none;
}

.pb_staff_list-social-facebook a:before {
  content: "\e902";
}

.pb_staff_list-social-twitter a:before {
  content: "\e904";
}

.pb_staff_list-social-instagram a:before {
  content: "\ea92";
}

.pb_staff_list-social-rss a:before {
  content: "\e90b";
}

@media only screen and (min-width: 768px) {
  .pb_staff_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #222;
    line-height: 2.4;
  }
  .pb_staff_list-item {
    padding: 30px;
    width: 48%;
    border: 1px solid #DDD;
  }
  .pb_staff_list-item-upside {
    margin-bottom: 50px;
  }
  .pb_staff_list-item-upside.has-image {
    display: flex;
    align-items: center;
  }
  .pb_staff_list-item-upside.has-image .pb_staff_list-image {
    width: 50%;
  }
  .pb_staff_list-item-upside.has-image .pb_staff_list-names {
    width: 46%;
    padding-left: 12%;
  }
  .pb_staff_list-names {
    line-height: 2;
  }
  .pb_staff_list-position {
    color: #000;
  }
  .pb_staff_list-name {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
  }
  .pb_staff_list-description {
    margin-bottom: 40px;
  }
  .pb_staff_list-career {
    font-size: 14px;
  }
}
table.pb_simple_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.pb_simple_table th, table.pb_simple_table td {
  border: 1px solid #ddd;
  line-height: 2.2;
  padding: 8px 15px;
  vertical-align: middle;
}
table.pb_simple_table th {
  text-align: center;
  width: 18%;
}

@media only screen and (max-width: 767px) {
  table.pb_simple_table th, table.pb_simple_table td {
    line-height: 1.8;
    padding: 10px 15px;
  }
  table.pb_simple_table th {
    width: 25%;
  }
}
@media only screen and (max-width: 320px) {
  table.pb_simple_table th {
    width: 30%;
  }
}
ul.pb_simple_table_icons {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul.pb_simple_table_icons li {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}
ul.pb_simple_table_icons a span {
  display: none;
}
ul.pb_simple_table_icons a:before {
  font-family: "design_plus";
}

.pb_simple_table_icons a,
.post_content .pb_simple_table_icons a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition-property: none;
}

.pb_simple_table_icon-website a:before {
  content: "\f0ac";
}

.pb_simple_table_icon-facebook a:before {
  content: "\e902";
}

.pb_simple_table_icon-twitter a:before {
  content: "\e904";
}

.pb_simple_table_icon-instagram a:before {
  content: "\ea92";
}

.pb_simple_table_icon-pinterest a:before {
  content: "\e905";
}

.pb_simple_table_icon-flickr a:before {
  content: "\eaa4";
}

.pb_simple_table_icon-tumblr a:before {
  content: "\eab9";
}

.pb_simple_table_icon-youtube a:before {
  content: "\ea9e";
}

.pb_simple_table_icon-contact a:before {
  content: "\f003";
}

.pb_simple_table_icon-rss a:before {
  content: "\e90b";
}

.pb-widget-tab * {
  outline: none;
}
.pb-widget-tab ul.resp-tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pb-widget-tab ul.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 -1px -1px 0;
  border: 1px solid #ddd;
  background: #fff;
  list-style: none;
  cursor: pointer;
  float: left;
}
.pb-widget-tab ul.resp-tabs-list li:hover {
  background: #f2f2f2;
}
.pb-widget-tab ul.resp-tabs-list li.resp-tab-active {
  border-bottom: 1px #fff solid;
}
.pb-widget-tab h3.pb_headline {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 160%;
}
.pb-widget-tab .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  clear: left;
}
.pb-widget-tab .resp-tab-content {
  display: none;
  border: 1px solid #ddd;
}
.pb-widget-tab .resp-tab-content > :last-child {
  margin-bottom: 0 !important;
}
.pb-widget-tab .resp-content-active, .pb-widget-tab .resp-accordion-active {
  display: block;
}
.pb-widget-tab h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: none;
  margin: 0px;
  padding: 15px;
}
.pb-widget-tab h2.resp-tab-active {
  border-bottom: 0px solid #ddd !important;
  margin-bottom: 0px !important;
  padding: 15px 15px !important;
}
.pb-widget-tab .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ddd;
}
.pb-widget-tab h2.resp-tab-active {
  background: #f2f2f2;
}
.pb-widget-tab h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #999;
}
.pb-widget-tab .resp-easy-accordion h2.resp-accordion {
  display: block;
}
.pb-widget-tab .resp-easy-accordion .resp-tab-content {
  border: 1px solid #ddd;
}
.pb-widget-tab .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #ddd;
}
.pb-widget-tab .resp-jfit {
  width: 100%;
  margin: 0;
}
.pb-widget-tab .resp-tab-content-active {
  display: block;
}
.pb-widget-tab h2.resp-accordion:first-child {
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .pb-widget-tab ul.resp-tabs-list {
    display: none !important;
  }
  .pb-widget-tab h2.resp-accordion {
    display: block;
  }
  .pb-widget-tab .resp-vtabs .resp-tab-content {
    border: 1px solid #ddd;
  }
  .pb-widget-tab .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .pb-widget-tab .resp-accordion-closed {
    display: none !important;
  }
  .pb-widget-tab .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ddd !important;
  }
}
/* tab type2 */
.pb-widget-tab .pb_tab-type2 ul.resp-tabs-list {
  display: flex;
}
.pb-widget-tab .pb_tab-type2 ul.resp-tabs-list li {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  border: none;
  box-sizing: border-box;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.pb-widget-tab .pb_tab-type2 ul.resp-tabs-list li + li {
  border-left: 1px solid #fff;
}
.pb-widget-tab .pb_tab-type3 ul.resp-tabs-list {
  display: flex;
}
.pb-widget-tab .pb_tab-type3 ul.resp-tabs-list li {
  margin: 0 0 -1px 0;
  padding: 0 15px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.pb-widget-tab .pb_tab-type3 ul.resp-tabs-list li + li {
  border-left: none;
}
.pb-widget-tab .pb_tab_content-type1 {
  padding: 30px;
}
.pb-widget-tab .pb_tab_caption {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 2.2;
}
.pb-widget-tab .pb_tab-type2 .pb_tab_caption {
  padding: 12px 0;
}
.pb-widget-tab .pb_tab-type2 .resp-tab-content.pb_tab_content-type2, .pb-widget-tab .pb_tab-type2 .resp-tab-content.pb_tab_content-type3, .pb-widget-tab .pb_tab-type2 .resp-tab-content.pb_tab_content-type4 {
  border: none;
}
.pb-widget-tab .slick-slider, .pb-widget-tab .slick-slide {
  margin: 0;
  width: 100%;
  position: relative;
}
.pb-widget-tab .slick-slider .slick-dots li:before, .pb-widget-tab .slick-slider .slick-dots li:after {
  content: "";
  display: none;
}
.pb-widget-tab .slick-slider .slick-dots li button:before, .pb-widget-tab .slick-slider .slick-dots li button:after {
  content: "";
  display: none;
}
.pb-widget-tab .slick-slider .slick-arrow:before, .pb-widget-tab .slick-slider .slick-arrow:after {
  content: "";
  display: none;
}
.pb-widget-tab .slick-slider .slick-dots {
  transform: none;
}
.pb-widget-tab .slick-slider .slick-dots li {
  transform: none;
}
.pb-widget-tab .slick-slider .slick-dots li button {
  transform: none;
}
.pb-widget-tab .slick-slider .slick-arrow {
  transform: none;
}
.pb-widget-tab .slick-slider .slick-dots {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.pb-widget-tab .slick-slider .slick-dots li {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.pb-widget-tab .slick-slider .slick-dots li button {
  display: block;
  padding: 0 5px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
  background: #000;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.pb-widget-tab .slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-family: "design_plus";
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-indent: 0;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  background: #000;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.pb-widget-tab .slick-slider .slick-prev {
  right: 50px;
}
.pb-widget-tab .pb_tab_content-type2 .pb_tab_slider_item_inner {
  display: flex;
}
.pb-widget-tab .pb_tab_content-type2 .pb_tab_image {
  width: 50%;
}
.pb-widget-tab .pb_tab-type2 .pb_tab_content-type2 .pb_tab_image {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.pb-widget-tab .pb_tab_content-type2 .pb_tab_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pb-widget-tab .pb_tab_content-type2 .pb_tab_text {
  background: #222;
  padding: 50px 7.5%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.pb-widget-tab .pb_tab_content-type2 .pb_tab_text .pb_tab_headline {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
}
.pb-widget-tab .pb_tab_content-type2 .pb_tab_text .pb_tab_description {
  color: #fff;
  font-weight: 300;
  line-height: 2.2;
  margin: 0;
  padding: 0;
}
.pb-widget-tab .pb_tab_content-type2 .pb_tab_text .pb_tab_headline + .pb_tab_description {
  margin-top: 20px;
}
.pb-widget-tab .pb_tab_content-type3 .slick-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.pb-widget-tab .pb_tab_content-type3 .slick-slider .pb_tab_image_caption {
  background: rgba(34, 34, 34, 0.7);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 110px 0 24px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
}
.pb-widget-tab .pb_tab_content-type4 video, .pb-widget-tab .pb_tab_content-type4 iframe {
  display: block;
  width: 100%;
}

/* tab type3 */
/* content type1 */
@media only screen and (max-width: 767px) {
  .pb-widget-tab .pb_tab-type2 .pb_tab_caption {
    padding: 12px 20px;
  }
  .pb-widget-tab .pb_tab-type2 .resp-tab-content.pb_tab_content-type2, .pb-widget-tab .pb_tab-type2 .resp-tab-content.pb_tab_content-type3, .pb-widget-tab .pb_tab-type2 .resp-tab-content.pb_tab_content-type4 {
    border: 1px solid #ddd;
  }
  .pb-widget-tab .pb_tab-type2 .pb_tab_content-type2 .pb_tab_image {
    border: none;
  }
  .pb-widget-tab .pb_tab_content-type1 {
    padding: 15px;
  }
  .pb-widget-tab .pb_tab_content-type2 .pb_tab_slider_item_inner {
    display: block;
  }
  .pb-widget-tab .pb_tab_content-type2 .pb_tab_image, .pb-widget-tab .pb_tab_content-type2 .pb_tab_text {
    width: 100%;
  }
  .pb-widget-tab .pb_tab_content-type2 .pb_tab_image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .pb-widget-tab .pb_tab_content-type2 .pb_tab_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pb-widget-tab .pb_tab_content-type3 .slick-slider .pb_tab_image_caption {
    display: none;
  }
  .pb-widget-tab .pb_tab_content-type4 video, .pb-widget-tab .pb_tab_content-type4 iframe {
    max-height: 90vh;
  }
}
.pb-widget-googlemap {
  position: relative;
}
.pb-widget-googlemap:after {
  clear: both;
  content: " ";
  display: table;
}
.pb-widget-googlemap iframe {
  display: block;
  width: 100%;
}

.pb_googlemap_overlay {
  background: rgba(0, 0, 0, 0.5);
  /*height: 100%;*/
  height: 480px;
  padding: 0 7.5%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.pb_googlemap_overlay.pb_googlemap-overlay_layout-type2 {
  left: auto;
  right: 0;
}
.pb_googlemap_overlay * + .pb_googlemap_button {
  margin-top: 30px;
}

.pb_googlemap_map {
  position: relative;
  z-index: 0;
}
.pb_googlemap_map.pb_googlemap-map_layout-type2 {
  float: right;
  width: 50%;
}
.pb_googlemap_map.pb_googlemap-map_layout-type2.pb_googlemap-overlay_layout-type2 {
  float: left;
  width: 50%;
}

.pb_googlemap_headline {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
}
.pb_googlemap_headline + .pb_googlemap_content {
  margin-top: 18px;
}

.pb_googlemap_content {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin: 0;
  padding: 0;
}

.pb_googlemap_button {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  min-width: 200px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none !important;
  align-self: center;
  box-sizing: border-box;
}

/* Access */
.p-access__map {
  width: 100%;
  height: 480px;
  margin-bottom: 20px;
}

.p-access__custom-overlay-inner {
  display: flex;
  position: absolute;
  top: -94px;
  left: -40px;
  align-items: center;
  justify-content: center;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}
.p-access__custom-overlay-inner::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 16px 5px 0 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  content: "";
}

.p-access__footer {
  display: flex;
  justify-content: space-between;
  clear: both;
  align-items: center;
}

.p-access__logo {
  margin-right: 3.4375%;
}

.p-access__address {
  flex: 1;
  margin-right: 3.4375%;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

.p-access .p-access__address {
  margin-bottom: 0;
}
.p-access .p-access__btn:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .pb-widget-googlemap iframe {
    max-height: 90vh;
  }
  .pb_googlemap_map.pb_googlemap-map_layout-type2 {
    float: none !important;
    width: 100% !important;
  }
  .pb_googlemap_headline {
    font-size: 30px;
  }
  .pb_googlemap_headline + .pb_googlemap_content {
    margin-top: 10px;
  }
  .pb_googlemap_button {
    font-size: 12.5px;
    height: 38px;
    line-height: 38px;
    min-width: 160px;
    padding: 0 15px;
  }
  .pb_googlemap_overlay {
    padding: 7.5%;
    position: static;
    width: 100%;
  }
  .pb_googlemap_overlay * + .pb_googlemap_button {
    margin-top: 18px;
  }
  .p-access__footer {
    display: block;
    text-align: center;
  }
  .p-access__logo {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .p-access__address {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .p-access__map {
    height: 200px;
    margin-bottom: 15px;
  }
  .p-access__custom-overlay-inner {
    box-sizing: border-box;
    top: -74px;
    left: -32px;
    width: 64px !important;
    height: 64px !important;
    padding: 0 7px;
    font-size: 18px;
  }
  .p-access__custom-overlay-inner::after {
    bottom: -11px;
    border-width: 16px 5px 0 5px;
    border-width: 12px 4px 0 4px;
  }
  .p-access__custom-overlay-inner img {
    width: 100%;
    height: auto;
  }
  .p-access__footer {
    display: block;
    text-align: center;
  }
  .p-access__address {
    margin-bottom: 15px;
    line-height: 1.7 !important;
  }
}
.pb-widget-slider * {
  outline: none;
}

.pb_slider_wrap {
  width: 100%;
  position: relative;
  margin: 0;
}

.pb_slider_caption {
  padding: 40px;
}

.pb_slider_caption-show_border {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pb_slider_caption_item > :last-child {
  margin-bottom: 0;
}

.pb_slider {
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  text-align: center;
}
.pb_slider .pb_slider_item img {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
}
.pb_slider .slick-arrow {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-family: "design_plus";
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  background: #000;
  border: none;
  opacity: 0.6;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
}
.pb_slider .slick-prev {
  top: 50%;
  left: 0;
}
.pb_slider .slick-next {
  top: 50%;
  right: 0;
}
.pb_slider .slick-arrow:hover {
  opacity: 1;
}
.pb_slider .slick-arrow.slick-disabled {
  opacity: 0 !important;
}

.pb_slider_nav {
  width: 100%;
  width: calc(100% + 10px);
  margin: 10px 0 0 0;
}
.pb_slider_nav .pb_slider_nav_item {
  margin: 0 10px 0 0;
  cursor: pointer;
  background: #000;
  display: block;
  position: relative;
}
.pb_slider_nav .pb_slider_nav_item:after {
  content: "";
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.pb_slider_nav .pb_slider_nav_item.slick-current:after {
  box-shadow: inset 0 0 0 7px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .pb_slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    font-size: 14px;
    line-height: 40px;
  }
  .pb_slider_caption {
    padding: 20px;
  }
}
/* 基本設定 */
#tcd-pb-wrap {
  overflow: hidden;
}

.tcd-pb-col, .tcd-pb-widget {
  box-sizing: border-box;
}

.tcd-pb-col {
  float: left;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

/* 画像 */
.pb-widget-image img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

/* 見出し、キャッチフレーズ */
.pb_font_family_type1 {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.pb_font_family_type2 {
  font-family: "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.pb_font_family_type3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.pb-widget-headline h3, .pb-widget-catchcopy h4 {
  margin: 0;
  padding: 0;
}

.wp-block-gallery.is-cropped .blocks-gallery-item picture {
  height: 100%;
  width: 100%;
}

.tcd-pb-row {
  overflow: hidden;
  box-sizing: border-box;
}
.tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_slider .slick-arrow {
  color: #fff;
  background-color: #000;
  opacity: 0.6;
}
.tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_slider .slick-arrow:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.tcd-pb-row.row1 {
  margin-bottom: 30px;
  background-color: #fff;
}
.tcd-pb-row.row1 .tcd-pb-col.col1 {
  width: 100%;
}
.tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 {
  margin-bottom: 30px;
}
.tcd-pb-row.row2 {
  margin-bottom: 30px;
  background-color: #fff;
}
.tcd-pb-row.row2 .tcd-pb-row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.tcd-pb-row.row2 .tcd-pb-col.col1, .tcd-pb-row.row2 .tcd-pb-col.col2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.tcd-pb-row.row2 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row2 .tcd-pb-col.col2 .tcd-pb-widget.widget1 {
  margin-bottom: 30px;
}
.tcd-pb-row.row3 {
  margin-bottom: 30px;
  background-color: #fff;
}
.tcd-pb-row.row3 .tcd-pb-col.col1 {
  width: 100%;
}
.tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget2 {
  margin-bottom: 30px;
}
.tcd-pb-row.row4 {
  margin-bottom: 30px;
  background-color: #fff;
}
.tcd-pb-row.row4 .tcd-pb-row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.tcd-pb-row.row4 .tcd-pb-col.col1 {
  width: 100%;
}
.tcd-pb-row.row4 .tcd-pb-col.col1, .tcd-pb-row.row4 .tcd-pb-col.col2, .tcd-pb-row.row4 .tcd-pb-col.col3, .tcd-pb-row.row4 .tcd-pb-col.col4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col3 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
  margin-bottom: 30px;
}
.tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget2, .tcd-pb-row.row4 .tcd-pb-col.col2 .tcd-pb-widget.widget2, .tcd-pb-row.row4 .tcd-pb-col.col3 .tcd-pb-widget.widget2, .tcd-pb-row.row4 .tcd-pb-col.col4 .tcd-pb-widget.widget2 {
  margin-bottom: 30px;
}
.tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget2 .pb_simple_table th, .tcd-pb-row.row4 .tcd-pb-col.col2 .tcd-pb-widget.widget2 .pb_simple_table th, .tcd-pb-row.row4 .tcd-pb-col.col3 .tcd-pb-widget.widget2 .pb_simple_table th, .tcd-pb-row.row4 .tcd-pb-col.col4 .tcd-pb-widget.widget2 .pb_simple_table th {
  background-color: #f9f9f9;
  color: #ffa9b7;
}
.tcd-pb-row.row5 {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.tcd-pb-row.row5 .tcd-pb-row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.tcd-pb-row.row5 .tcd-pb-col.col1, .tcd-pb-row.row5 .tcd-pb-col.col2, .tcd-pb-row.row5 .tcd-pb-col.col3, .tcd-pb-row.row5 .tcd-pb-col.col4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.tcd-pb-row.row5 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col3 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
  margin-bottom: 30px;
}
.tcd-pb-row.row6 {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.tcd-pb-row.row6 .tcd-pb-row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.tcd-pb-row.row6 .tcd-pb-col.col1, .tcd-pb-row.row6 .tcd-pb-col.col2, .tcd-pb-row.row6 .tcd-pb-col.col3, .tcd-pb-row.row6 .tcd-pb-col.col4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.tcd-pb-row.row6 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row6 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row6 .tcd-pb-col.col3 .tcd-pb-widget.widget1, .tcd-pb-row.row6 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
  margin-bottom: 30px;
}
.tcd-pb-row.row7 {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.tcd-pb-row.row7 .tcd-pb-col.col1 {
  width: 100%;
}
.tcd-pb-row.row7 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
  margin-bottom: 30px;
}
.tcd-pb-row.row8 {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.tcd-pb-row.row8 .tcd-pb-row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.tcd-pb-row.row8 .tcd-pb-col.col1, .tcd-pb-row.row8 .tcd-pb-col.col2, .tcd-pb-row.row8 .tcd-pb-col.col3, .tcd-pb-row.row8 .tcd-pb-col.col4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row8 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row8 .tcd-pb-col.col3 .tcd-pb-widget.widget1, .tcd-pb-row.row8 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
  margin-bottom: 30px;
}
.tcd-pb-row.row9 {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.tcd-pb-row.row9 .tcd-pb-row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.tcd-pb-row.row9 .tcd-pb-col.col1, .tcd-pb-row.row9 .tcd-pb-col.col2, .tcd-pb-row.row9 .tcd-pb-col.col3, .tcd-pb-row.row9 .tcd-pb-col.col4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.tcd-pb-row.row9 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row9 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row9 .tcd-pb-col.col3 .tcd-pb-widget.widget1, .tcd-pb-row.row9 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .tcd-pb-row.row1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row2 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row2 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tcd-pb-row.row2 .tcd-pb-col.col1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .tcd-pb-row.row2 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row2 .tcd-pb-col.col2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }
  .tcd-pb-row.row2 .tcd-pb-col.col2 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row3 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget2 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row4 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row4 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tcd-pb-row.row4 .tcd-pb-col.col1, .tcd-pb-row.row4 .tcd-pb-col.col2, .tcd-pb-row.row4 .tcd-pb-col.col3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col3 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row4 .tcd-pb-col.col4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }
  .tcd-pb-row.row4 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row5 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row5 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tcd-pb-row.row5 .tcd-pb-col.col1, .tcd-pb-row.row5 .tcd-pb-col.col2, .tcd-pb-row.row5 .tcd-pb-col.col3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .tcd-pb-row.row5 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col3 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row5 .tcd-pb-col.col4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }
  .tcd-pb-row.row5 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row6 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row6 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tcd-pb-row.row6 .tcd-pb-col.col1, .tcd-pb-row.row6 .tcd-pb-col.col2, .tcd-pb-row.row6 .tcd-pb-col.col3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .tcd-pb-row.row6 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row6 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row6 .tcd-pb-col.col3 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row6 .tcd-pb-col.col4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }
  .tcd-pb-row.row7 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row7 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row8 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row8 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tcd-pb-row.row8 .tcd-pb-col.col1, .tcd-pb-row.row8 .tcd-pb-col.col2, .tcd-pb-row.row8 .tcd-pb-col.col3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row8 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row8 .tcd-pb-col.col3 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row8 .tcd-pb-col.col4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }
  .tcd-pb-row.row8 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row9 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row9 .tcd-pb-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tcd-pb-row.row9 .tcd-pb-col.col1, .tcd-pb-row.row9 .tcd-pb-col.col2, .tcd-pb-row.row9 .tcd-pb-col.col3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .tcd-pb-row.row9 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row9 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row9 .tcd-pb-col.col3 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row9 .tcd-pb-col.col4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }
  .tcd-pb-row.row9 .tcd-pb-col.col4 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget2 .pb_catchcopy, .tcd-pb-row.row7 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_catchcopy {
    font-size: 25px !important;
  }
  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_headline, .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_headline {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tcd-pb-row.row1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2, .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget3 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row2 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row2 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row2 .tcd-pb-col.col1 .tcd-pb-widget.widget2 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row3 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row4 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget2 {
    margin-bottom: 30px;
  }
  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 .pb_catchcopy {
    font-size: 17px !important;
  }
  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_headline {
    font-size: 20px !important;
  }
}
.pb-widget-slider * {
  outline: none;
}

.pb_slider_wrap {
  width: 100%;
  position: relative;
  margin: 0;
}

.pb_slider {
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  text-align: center;
}
.pb_slider .pb_slider_item img {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
}

.pb_slider_nav {
  width: 100%;
  width: calc(100% + 10px);
  margin: 10px 0 0 0;
}
.pb_slider_nav .pb_slider_nav_item {
  margin: 0 10px 0 0;
  cursor: pointer;
  background: #000;
  display: block;
  position: relative;
}
.pb_slider_nav .pb_slider_nav_item:after {
  content: "";
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.pb_slider_nav .pb_slider_nav_item.slick-current:after {
  box-shadow: inset 0 0 0 7px rgba(0, 0, 0, 0.5);
}

.pb_slider_caption {
  padding: 40px;
}

.pb_slider_caption-show_border {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pb_slider_caption_item > :last-child {
  margin-bottom: 0;
}

.pb_slider .slick-arrow {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-family: "design_plus";
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  background: #000;
  border: none;
  opacity: 0.6;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
}
.pb_slider .slick-prev {
  top: 50%;
  left: 0;
}
.pb_slider .slick-next {
  top: 50%;
  right: 0;
}
.pb_slider .slick-arrow:hover {
  opacity: 1;
}
.pb_slider .slick-arrow.slick-disabled {
  opacity: 0 !important;
}

@media only screen and (max-width: 767px) {
  .pb_slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    font-size: 14px;
    line-height: 40px;
  }
  .pb_slider_caption {
    padding: 20px;
  }
}
html.mobile a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
}

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

#wpadminbar {
  display: block;
}

.recommend .recommend-sp {
  display: none;
}

@media only screen and (max-width: 550px) {
  .recommend .recommend-sp {
    display: block;
  }
  .recommend .recommend-pc {
    display: none;
  }
}
.h-tel img {
  height: 42px;
}

.head-cen {
  display: flex;
}

.h-tel {
  margin-left: 1rem;
}

@media screen and (max-width: 960px) {
  .h-tel {
    position: absolute;
    top: 15px;
    right: 50px;
  }
  .h-tel img {
    height: 28px;
  }
}
.ad_flex {
  margin: 1rem auto 0 auto;
}

.ad_flex a {
  display: block;
}

.ad_flex a:nth-child(2) {
  margin-top: 1rem;
}

@media screen and (min-width: 700px) {
  .ad_flex {
    display: flex;
    justify-content: space-between;
  }
  .ad_flex a {
    width: 49%;
    display: block;
    text-align: center;
  }
  .ad_flex a:nth-child(2) {
    margin-top: initial;
  }
}
.bnr-box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.recommend li {
  width: 35%;
  margin-top: -35px;
}

@media screen and (max-width: 770px) {
  .recommend li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 550px) {
  .recommend li {
    width: 50%;
  }
}
.recommend .index_important {
  padding: 20px;
  margin: 15px 0 20px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #f4d6d6;
  background: linear-gradient(to bottom, #FFF4F4, #F4D6D6);
  border: 2px solid #c74646;
  border-left: 6px solid #c74646;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.recommend .index_important .important_heading {
  margin-bottom: 10px;
  font-size: 1.875rem;
  font-weight: 600;
}

.recommend .index_important .important_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 770px) {
  .recommend .index_important {
    margin: 15px 5px 20px;
  }
  .recommend .index_important .important_heading {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    word-break: keep-all;
  }
  .recommend .index_important .important_text {
    word-break: auto-phrase;
  }
}
.fix-btn {
  width: 100%;
  position: sticky;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 99;
}

.fix-btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 50px;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  background: #FFA9B6;
  border: 5px solid #FFF;
  border-radius: 8px;
  box-sizing: border-box;
}

.fix-btn a:hover {
  color: #222;
  background: #E795A1;
}

.flex-content {
  display: flex;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  align-items: start;
  margin: 0 auto;
  max-width: 1480px;
}

.side_cus-col {
  margin: 40px 0;
  width: 100%;
  max-width: 1180px;
}

.side_cus-col h2 {
  padding: 1rem;
  background-color: pink;
}

.side_cus-col li {
  width: 33%;
  min-width: 250px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .side_cus-col li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .side_cus-col li {
    width: 100%;
  }
}
.side_cus-col li img {
  width: 60px;
  height: auto;
  display: block;
}

.side_cus-col li a {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.side_cus-col li a span {
  padding: 1rem;
  display: block;
}

.side_cus-col .accordion-title {
  position: relative;
  padding: 1em;
  margin: 0.5em 0 0.5em;
  cursor: pointer;
}

.side_cus-col .accordion-title:after {
  content: "";
  top: 50%;
  right: 1rem;
  position: absolute;
  display: block;
  width: 20px;
  height: 18px;
  background: #a52852;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

@media screen and (min-width: 771px) {
  .side_cus-col .accordion-title:after {
    display: none;
  }
}
.side_cus-col .accordion-title.open:after {
  transform: translate(-50%, -50%) rotateZ(180deg);
}

.side_cus-col .accordion-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  max-height: 250px;
  background: white;
  border-top: none;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.side_cus-col .accordion-title:before {
  content: "クリックすると一覧が表示されます。";
  color: #F9788F;
  white-space: pre;
  font-weight: 700;
  font-size: 18px;
  text-indent: 0.5rem;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -230px;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 1;
  transition: opacity 0.7s ease;
}

.side_cus-col .accordion-title.open:before {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.side_cus-col .accordion-content.open {
  max-height: 3000px;
  transition: max-height 0.5s ease;
}

.side_cus-col .accordion-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9333333333));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.side_cus-col .accordion-content.open::after {
  opacity: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.side_cus-col .accordion-content {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.side_cus-col {
  width: 100%;
  max-width: 1180px;
  margin: 10px 0 40px 0;
}

.side_cus-col .accordion-title {
  cursor: pointer;
  padding: 1em;
  margin-top: 0.5em;
  position: relative;
}

.side_cus-col .accordion-content.open {
  max-height: 3000px;
  transition: max-height 0.5s ease;
}

.side_cus-col li a {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.side_cus-col li {
  width: 33%;
  min-width: 250px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .side_cus-col li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .side_cus-col li {
    width: 100%;
  }
}
.side_cus-col li a span {
  padding: 1rem;
  display: block;
  width: calc(100% - 60px);
  text-align: center;
}