/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: 株式会社泰昌
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/

/* ----------------------------------------------------------------------

株式会社泰昌 スタイル
---------------------------------------------------------------------- */
:root {
  --color-main: #2abdcd;
  --color-sub: #003366;
  --color-blue: #00d4d4;
  --color-base: #e5f3fa;
  --color-grey: #f7f7f7;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-border: #c7c7c7;
  --color-grad: linear-gradient(170deg, #00ffff, #003366);
  --color-caution: #ff3b43;
  --color-line: #00b900;
  --color-insta: linear-gradient(45deg, #ffd75f, #ff0357);
  --color-instatext: #ff0357;
  --color-facebook: #1877f2;
  --color-youtube: #c4302b;
  --color-not: #ffd8df;
  --font-main: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-eng: "Oswald", sans-serif;
}

/* ----------------------------------------------------------------------

基本設定
---------------------------------------------------------------------- */
img {
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------------------

共通部分
---------------------------------------------------------------------- */
body {
  background: var(--color-white);
  color: var(--color-black);
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: var(--color-black);
}
.font-1, .headline-font-type {
  font-family: var(--font-main) !important;
  font-weight: 400;
}
p, .post-content p {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem !important;
  list-style: disc !important;
}
.signage {
  height: 300px !important;
  background: var(--color-grad) !important;
  position: relative;
  z-index: -1;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.15;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
  font-weight: 700;
}
.signage-title {
  font-size: 2.8rem !important;
  color: var(--color-white) !important;
  line-height: 1;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  font-family: var(--font-eng) !important;
  letter-spacing: 0.08em;
  margin-top: 22px;
  line-height: 1;
}
.breadcrumb-wrapper {
  height: 40px !important;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.85rem !important;
  font-weight: 500;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
}
.breadcrumb li a, .breadcrumb li {
    color: var(--color-white);
}
.breadcrumb a:hover {
    color: var(--color-main);
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px !important;
  }
  .signage-title {
    font-size: 1.9rem !important;
  }
  .signage-title-sub {
    font-size: 0.8rem !important;
    margin-top: 15px;
  }
}

/* ----------------------------------------------------------------------

ロゴ 
---------------------------------------------------------------------- */
.logo {
  max-width: 100%;
  max-height: none;
}
@media only screen and (max-width: 1200px) {
   .logo {
    width: 100% !important;
    max-height: none !important;
}
  .logo-image {
    top: 12px !important;
    left: -5px !important;
    width: 160px !important;
  }
  .logo img {
        max-height: none !important;
}
}

/* ----------------------------------------------------------------------

ナビ 
---------------------------------------------------------------------- */
.header-bar {
  height: 100px;
  z-index: 50;
  background: var(--color-white) !important;
  box-shadow: none !important;
}
.logo-image {
  top: 23px;
  left: 20px;
  width: 280px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-black) !important;
  letter-spacing: 0.02em;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
    color: var(--color-main) !important;
}
.global-nav > ul > li.global-menu-contact > a {
  height: 100px;
  line-height: 90px;
  padding: 0 33px;
  background: var(--color-main);
  color: var(--color-white) !important;
}
.global-nav > ul > li.global-menu-contact > a::after {
  position: absolute;
  content: "CONTACT";
  width: 100%;
  bottom: 25px;
  left: 0;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-eng);
  letter-spacing: .1rem;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: var(--color-white) !important;
  background: var(--color-sub);
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: var(--color-border);
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
    content: "\e90e";
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "design_plus";
    color: var(--color-black);
    letter-spacing: .08rem;
}
.global-nav .sub-menu a {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a:hover {
  color: var(--color-main) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1250px){
  .logo-image {
    top: 30px;
    width: 220px;
}
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    background: var(--color-white) !important;
    border-color: var(--color-white) !important;
  }
  .global-nav-button {
    border: 0 !important;
  }
  .global-nav-button::before {
    color: var(--color-black) !important;
  }
  .global-nav-button:hover::before {
    color: var(--color-main) !important;;
  }
  .global-nav {
    height: auto;
    padding: 0;
    background: none;
  }
  .global-nav a {
    background: var(--color-white) !important;
    color: var(--color-black) !important;
  }
  .global-nav > ul > li > a {
    font-size: 15px !important;
    text-align: left !important;
    padding: 0 15px !important;
    line-height: 50px !important;
  }
  .global-nav > ul > li.global-menu-contact > a {
    color: var(--color-black) !important;
    background: var(--color-white);
    padding: 0 15px;
    height: 50px !important;
}
.global-nav > ul > li.global-menu-contact > a:hover {
    color: var(--color-main) !important;
    background: var(--color-white);
}
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 52px !important;
    padding: 0 15px !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-main) !important;
    background: var(--color-white) !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-black) !important;
  }
  .global-nav .menu-item-has-children > a:before,  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav > ul > li.global-menu-contact > a::after {
    content: none !important;
  }
}
/* ----------------------------------------------------------------------

コンテンツ 共通 
---------------------------------------------------------------------- */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  padding-right: 5px;
  color: var(--color-caution);
  position: absolute;
  left: 0;
}
ul.list {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}

/* ----------------------------------------------------------------------

コンテンツボタン 
---------------------------------------------------------------------- */
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 13px 20px;
  margin-top: 15px;
  font-weight: 700;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: var(--color-white) !important;
  background: var(--color-sub) !important;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.4;
  transition: 0.5s;
}


/* ----------------------------------------------------------------------

YouTube コントロールバー非表示 
---------------------------------------------------------------------- */
.mb_YTPBar {
  display: none !important;
}

/* ----------------------------------------------------------------------

トップ・フッター 
---------------------------------------------------------------------- */
.top-slider-wrapper {
  background: var(--color-white);
}
.top-slider-wrapper::before, .top-slider-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
}
.top-slider-wrapper::before {
  width: 100%;
  height: 100%;
  background: var(--color-sub);
  left: 0;
  opacity: 0.35;
}
.top-slider-wrapper::after {
  width: 50%;
  height: 100%;
  background: var(--color-grad);
  transform: skewX(-25deg);
  left: -200px;
  opacity: 0.65;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 70%;
  max-width: 550px;
}
.scroll-box {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  color: var(--color-white);
}
.scroll-box span{
  position: absolute;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-eng);
  text-align: center;
  letter-spacing: .12rem;
  bottom: 50px;
}
.scroll-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--color-white);
  left: 50%;
  bottom: 0;
  z-index: -1;
}
h2.front-main-title {
  font-size: 6rem;
  font-weight: 700;
  font-family: var(--font-eng);
  line-height: 1;
  margin-bottom: 60px;
}
h2.front-main-title span {
    background: linear-gradient(180deg, var(--color-blue) 40%, var(--color-sub) 100%);
    -webkit-background-clip: text; /* Chrome, Safari, Edge用 */
    background-clip: text;
    color: transparent;
    opacity: 0.8;
}
h2.front-main-title.front_original01_title {
    font-size: 2rem;
    margin-bottom: 15px;
}
h2.front-main-title.front_content02_title, h2.front-main-title.footer-con-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color-white);
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
    width: 50%;
    margin-left: 50%;
    box-sizing: border-box;
}
.front-original01__banner {
    width: 50%;
    margin-left: -100%;
    padding-right: 4vw;
    box-sizing: border-box;
}
.front-original01__text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.front-original01__text p {
  margin-bottom: 25px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
a.content01-but {
    width: 100%;
    max-width: 380px;
    margin-top: 30px;
    padding: 26px 25px 24px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-white) !important;
    background: var(--color-main);
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: 0.5s;
}
a.content01-but:hover {
    color: var(--color-white);
    background: var(--color-sub);
}
a.content01-but::after {
    content: '\ea3c';
    font-family: 'design_plus';
    position: absolute;
    right: 22px;
    font-size: 13px;
    line-height: 1.3;
    transition: 0.8s;
}
.front_original02 {
    padding: 6em 0;
    position: relative;
    color: var(--color-white);
    background: var(--color-sub);
    z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02_img.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.35;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02__text p {
  font-size: 1.1rem !important;
  font-weight: 500;
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front-content02 {
  padding: 5em 0 2em;
  background: var(--color-grad);
}
h2.front-main-title.front_content02_title {
    margin-bottom: 40px;
    text-align: center;
}
.front-content02-img-inner {
  width: 45%;
  margin-left: 55%;
  padding-right: 4vw;
  box-sizing: border-box;
  overflow: hidden;
}
.front-content02-text-inner {
  width: 55%;
  margin-left: -100%;
  padding: 0 2vw;
  box-sizing: border-box;
}
.front-content02-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: var(--color-white);
  top: 0;
  left: 0;
}
.content02-img-01 {
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-1_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
h2.front-content02-title {
  font-size: 4rem;
  line-height: 0.8;
  letter-spacing: .1rem;
  margin-bottom: 50px;
}
.content02-text__box {
  margin-bottom: 30px;
  padding: 35px 40px;
  background: var(--color-white);
  box-sizing: border-box;
}
.content02-text__box:last-of-type {
  margin-bottom: 0;
}
.content02-text__box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: var(--color-sub);
}
.front-content02-text {
  line-height: 2;
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 310px;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  color: var(--color-white) !important;
  background: var(--color-main);
  padding: 21px 18px 20px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  z-index: 0;
  transition: 0.5s;
}
a.content02-but::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: var(--color-sub);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but:hover {
  color: var(--color-white);
  background: var(--color-main);
}
a.content02-but:hover::after {
  width: 100%;
}
.front_original03 {
  padding-top: 6em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--color-sub);
}
h3.third_title::before {
  counter-increment: number 1;
  content: "Service.0"counter(number) "";
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-eng) !important;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--color-main);
  display: block;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h2.front-main-title.front_topics_title {text-align: center;}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0 !important;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 5em 0;
  color: var(--color-white);
  background: var(--color-grad);
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.25;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_contact_flex {
    align-items: center;
    padding: 25px 30px;
    background: #dfeff778;
    box-sizing: border-box;
}
a.footer_con_content {
    width: calc(50% - 10px);
    margin-right: 20px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    box-sizing: border-box;
    display: block;
    transition: 0.5s;
}
a.footer_con_content:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
}
a.footer_tel {
    font-size: 2.2rem !important;
    font-family: var(--font-eng);
    letter-spacing: 0.04em;
}
span.footer_tel_sub {
    font-size: 1.15rem;
    margin-right: 5px;
}
a.footer_mail_but .footer_contact_box::after {
    content: "\f0e0";
    font-family: design_plus;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}
.footer_contact_box {
    padding: 25px 20px;
    color: var(--color-sub);
    background: var(--color-white);
    box-sizing: border-box;
    transition: 0.5s;
}
a:hover .footer_contact_box {
    background: var(--color-main);
}
p.footer_con_time {
    font-size: 0.9rem !important;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 15px;
    color: var(--color-sub);
}
p.footer_con_time span {
    margin-right: 0.8vw;
    padding: 0 5px 2px;
    background: var(--color-main);
    box-sizing: border-box;
    display: inline-block;
}
p.footer_con_time span:nth-of-type(2) {
    margin-left: 10px;
}
.footer_original_sec {
  padding: 4em 0 2em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 100px;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 460px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin-bottom: 10px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 80px;
  margin-top: 15px;
}
li.footer_sns__links-item {
  width: 100%;
}
li.footer_sns__links-item:last-of-type {
  margin-right: 0;
}
a.footer_sns_but {
  display: block;
  text-align: center;
}
a.footer_sns_but::before {
  content: '';
  color: var(--color-white);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_insta_but::before {
  content: "\ea92";
  background: var(--color-insta);
}
a.footer_insta_but:hover {
  color: var(--color-instatext) !important;
}
a.footer_sns_but span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-family: var(--font-eng);
  letter-spacing: .05rem;
}
.footer-content-list div {
  width: 50%;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  padding-left: 3vw;
}
.footer-menu-list li {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.footer-menu-list li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color-main);
  bottom: -4px;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
.footer-menu-list li a:hover::after {
   width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none !important;
}
.footer-bar01-inner {
  width: 86% !important;
  max-width: 1150px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 10px !important;
  font-weight: 500;
  text-align: left;
  color: var(--color-black);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  color: #fff !important;
  background: var(--color-main) !important;
  width: 30px;
  height: 70px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 45px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  background: var(--color-sub) !important;
  color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
 .front-original01__text, .front-original01__banner {
    width: 100%;
    margin-left: 0;
}
.front-original01__banner {
    margin-top: 30px;
    padding-right: 0;
}
   .footer_menu_bg {
    padding-left: 50px;
}
}
@media only screen and (max-width: 1010px){
  a.footer_con_content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 970px) {
  .top-slider {
    height: calc(80vh - 80px) !important;
}
  .content02 h2.front-main-title {
    margin-bottom: 40px;
  }
  .front-content02-img-inner, .front-content02-text-inner {
    margin-left: 0;
}
  .front-content02-img-inner {
    width: 100%;
    height: 60vh;
    min-height: 480px;
    padding: 0 10px;
  }
  .front-content02-text-inner {
    width: 100%;
    padding: 4em 6vw 0;
  }
  .content02-img-01 {
    background-position-y: 85%;
}
  .content02-text__box {
    padding: 25px 30px;
    margin-bottom: 15px;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    margin-bottom: 20px;
  }
  .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
  .front_topics {
    padding: 4em 0;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 340px;
    margin-top: 40px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    color: var(--color-white) !important;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909" !important;
}
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider {
    height: calc(60vh - 60px) !important;
}
  .scroll-box {
    display: none;
  }
  h2.front-main-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .front_original01, .front_original02, .front_topics, .footer_contact_sec {
    padding: 3em 0;
  }
  .front_original02::after {
    background-position-x: 20%;
}
  .front-content02 {
    padding: 0.5em 0 2.5em;
}
  .front_original03 {
    padding-top: 3em;
}
  .front-original01__text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .front-original01__text h3 br {
    display: contents;
}
  .front-original01__text p {
    margin-bottom: 15px;
  }
  .front-original02__text h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
 .front-content02 h2.front-main-title {
    margin-bottom: 20px;
}
  .front-content02-text-inner {
    padding: 2.5em 6vw 0;
  }
  h2.front-content02-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .content02-text__box h3, .third-box h3 {
    font-size: 1.3rem;
  }
  h3.third_title {
    margin-bottom: 10px;
  }
  h3.third_title::before {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
h2.front-main-title.footer-con-title {
    margin-bottom: 25px;
}
.footer_contact_flex {
    padding: 20px;
}
a.footer_con_content {
    font-size: 1.2rem;
}
a.footer_tel {
    font-size: 1.8rem !important;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .top-slider-wrapper::after {
    left: -100px;
}
  p.footer_con_time span {
    width: fit-content;
    display: block;
    margin: 8px auto 3px !important;
}
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh !important;
  }
}


/* ----------------------------------------------------------------------

固定ページ 
---------------------------------------------------------------------- */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  text-align: center;
  margin-bottom: 20px !important;
  padding-top: 0 !important;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  background: var(--color-main);
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: var(--color-main);
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
  padding: 0 0 0 30px !important;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 20px;
  height: 3px;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-main);
  padding: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.post-content .s_table {
  white-space: normal !important;
  margin-bottom: 0 !important;
}
.post-content table {
  margin: 0px !important;
}
.post-content table tr {
    border-bottom: 1px solid var(--color-border);
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
  vertical-align: middle;
  line-height: 1.8 !important;
  padding: 24px 4px 22px !important;
  border: 0 !important;
  box-sizing: border-box;
}
.post-content th {
  width: 22%;
  text-align: left;
  background: none !important;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    line-height: 1.5 !important;
    padding: 15px 5px !important;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.45rem !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
.post-content h3 {
  font-size: 1.25rem !important;
  margin-bottom: 10px !important;
}
}

/* ----------------------------------------------------------------------

お知らせ 
---------------------------------------------------------------------- */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title, .post-title {
  color: var(--color-black) !important;
}
h1.archive-title, h1.post-title {
  font-weight: 700;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-white);
  box-sizing: border-box;
  border: 1px solid var(--color-border);
  overflow: hidden;
}
.article03-content {
  padding: 15px 18px !important;
}
.article03-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-black) !important;
}
h2.article03-title:hover, h3.article03-title:hover {
    color: var(--color-main) !important;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-border);
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: var(--color-black);
}
.article01-thumbnail {
  border: 1px solid var(--color-border);
  margin-bottom: 10px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.3;
}
h3.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-black);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-grey);
  box-sizing: border-box;
}
.post-meta-box-item a {
  color: var(--color-black);
  font-weight: 700;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--color-main);
  background: var(--color-grey) !important;
}
.side_widget .headline-bar {
  font-size: 17px;
  font-weight: 700 !important;
  font-family: var(--font-eng) !important;
  margin-bottom: 20px;
  padding: 15px 15px;
  color: var(--color-main);
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px dotted var(--color-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 11px;
  font-family: var(--font-main);
  color: var(--color-black);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-black);
  }
  .nav-links01 {
    border: 1px solid var(--color-border);
  }
  .headline-bar {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px !important;
    margin-top: 0 !important;
  }
}
/* ----------------------------------------------------------------------

サービス 共通
---------------------------------------------------------------------- */
.service_sec:first-of-type {
    background: var(--color-base);
}
.service_sec p:last-of-type {
    margin-bottom: 0 !important;
}
.service_inner {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    box-sizing: border-box;
}
.service_inner:first-of-type {
    margin-top: 60px;
}
.service_inner:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.service_text {
  width: 45%;
  box-sizing: border-box;
}
.service_inner:nth-of-type(odd) .service_text {
    padding-right: 4vw;
}
.service_inner:nth-of-type(even) .service_text {
    margin-left: 55%;
    padding-left: 4vw;
}
.service_img {
  width: 55%;
  box-sizing: border-box;
}
.service_inner:nth-of-type(even) .service_img {
    margin-left: -100%;
}
.service_text h2 {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  text-align: left;
  margin-bottom: 20px !important;
}
.service_text h2::after {
    margin-left: 0;
}
.service_text p {
    margin-bottom: 15px !important;
}
@media only screen and (max-width: 970px) {
  .service_text, .service_img {
    width: 100%;
  }
  .service_text {
    margin-bottom: 15px;
  }
  .service_inner:nth-of-type(odd) .service_text {
    padding-right: 0;
  }
  .service_inner:nth-of-type(even) .service_text, .service_inner:nth-of-type(even) .service_img {
    margin-left: 0;
}
.service_inner:nth-of-type(even) .service_text {
    padding-left: 0;
}
}
@media only screen and (max-width: 768px) {
.service_inner {
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.service_inner:first-of-type {
    margin-top: 20px;
}
.service_text h2 {
    font-size: 1.4rem !important;
    margin-bottom: 15px !important;
}
.service_text p {
    margin-bottom: 10px !important;
}
}

/* ----------------------------------------------------------------------

よくある質問 
---------------------------------------------------------------------- */
.faq_sec:nth-of-type(2) {
    background: var(--color-base);
}
.faq_sec .content_inner {
    max-width: 1000px;
}
.faq_sec h2 {
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq_sec h2::after {
  content: none;
}
.faq_sec p:last-of-type {
    margin-bottom: 0 !important;
}
.faq {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 10px !important;
}
.faq p:last-child {
  margin-bottom: 0 !important;
}
.faq h3, .faq p {
  padding-left: 45px !important;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-white);
  background: var(--color-main);
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  background: var(--color-sub);
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
  .faq h3, .faq p {
    padding-left: 45px !important;
}
}
/* ----------------------------------------------------------------------

ご依頼の流れ 
---------------------------------------------------------------------- */
.flow_sec .content_inner {
    max-width: 1050px;
}
.flow {
  padding-top: 10px;
  padding-left: 160px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: "STEP."counter(number) "";
  position: absolute;
  height: 60px;
  line-height: 57px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--font-eng);
  color: var(--color-main);
  background: var(--color-white);
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 2px;
  height: 100%;
  background: var(--color-main);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  text-align: left;
  line-height: 1.5 !important;
  padding: 0 !important;
}
.flow h2::after {
  content: none;
}
span.free {
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    color: var(--color-caution);
}
.flow p {
  margin-bottom: 15px !important;
}
.flow p:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 8px;
    padding-left: 85px;
    padding-bottom: 20px;
  }
.flow::before {
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
}
.flow::after {
    left: 30px;
}
.flow h2 {
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
}
a.content_but.flow_con_but {
    text-align: center;
}
a.content_but.flow_con_but::after {
    content: none;
}
}
/* ----------------------------------------------------------------------

施工事例 
---------------------------------------------------------------------- */
.works_sec h2 {
  text-align: left;
}
.works_sec h2::after {
  margin-left: 0;
}
.works_box {
  margin-bottom: 70px;
}
.works_box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px){
.works_box {
  margin-bottom: 30px;
} 
}
/* ----------------------------------------------------------------------

ご挨拶 
---------------------------------------------------------------------- */
.greeting_sec h2 {
  font-size: 2rem !important;
  margin-bottom: 40px !important;
  border-bottom: 1px solid var(--color-border);
  line-height: 1.5 !important;
  text-align: left;
  color: var(--color-main);
}
.greeting_sec h2::after {
  width: 90px;
  height: 1px;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: -1px;
}
.greeting_sec p {
  margin-bottom: 20px !important;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_img {
  width: 40%;
  box-sizing: border-box;
}
.greeting_text {
  width: 60%;
  padding-left: 4vw;
  box-sizing: border-box;
}
h3.name {
    font-size: 1.5rem !important;
    color: var(--color-sub);
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}
h3.name span {
    margin-right: 10px;
    font-size: 1rem;
}
h3.name::before {
    content: none;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    margin-top: 25px;
  }
  .greeting_text {
    padding-left: 0;
}
}
@media only screen and (max-width: 768px){
  .greeting_sec h2 {
    font-size: 1.6rem !important;
    margin-bottom: 20px !important;
  }
  .greeting_sec p {
    margin-bottom: 12px !important;
  }
}
/* ----------------------------------------------------------------------

運営概要
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 900px;
}

table.info_tbl th {
  width: 30%;
}
span.info-caution {
    font-size: 0.8rem;
    letter-spacing: 0;
}
.map_sec {
   height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px){
  .map_sec {
    height: 250px;
}
}
/* ----------------------------------------------------------------------

お問い合わせ 
---------------------------------------------------------------------- */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec .content_inner {
  padding-top: 0;
  padding-bottom: 30px;
}
.con__inner {
    margin-bottom: 50px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
    margin-bottom: 0;
}
p.con_text {
    width: fit-content;
    margin: 0 auto 30px !important;
    line-height: 1.5 !important;
    font-weight: 500;
}
p.con_tel {
    text-align: center;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}
p.con_tel a {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    font-family: var(--font-eng);
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--color-main);
}
span.con_tel_sub {
    font-size: 1.2rem;
    margin-right: 2px;
    color: var(--color-black);
}
p.caution.con-caution {
    font-size: 0.9rem !important;
    width: fit-content;
    margin: 0 auto 15px !important;
    line-height: 1.5 !important;
}
p.con-time {
    font-weight: 500;
    text-align: center;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
}
p.con-time:last-of-type {
    margin-bottom: 0 !important;
}
p.con-time span {
    margin-bottom: 5px;
    color: var(--color-sub);
    display: block;
}
span.caution.con-time-caution {
    font-size: 0.8rem;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.mail_sec .content_inner {
  padding-bottom: 0px;
}
.con__inner {
    margin-bottom: 30px;
}
p.con_text {
    margin-bottom: 15px !important;
}
p.con_tel {
    margin-bottom: 10px !important;
}
p.con_tel a {
    font-size: 2rem;
}
span.con_tel_sub {
    font-size: 0.95rem;
}
}
/* ----------------------------------------------------------------------

お問い合わせフォーム 
---------------------------------------------------------------------- */
span.required {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px 6px;
  border-radius: 2px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.caution.mail-caution {
    font-size: 0.8rem;
}
.wpcf7 {
  border: none !important;
  background: none !important;
  margin: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  border: 0 !important;
  background: var(--color-white);
  border: 1px solid var(--color-border) !important;
  border-radius: 2px;
  padding: 18px 12px 13px !important;
  box-sizing: border-box !important;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    max-width: 100%;
    background: var(--color-white);
    border-color: var(--color-border);
    padding: 17px 12px 15px;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 form p {
  font-size: 1.1rem !important;
  line-height: 2.5;
  font-weight: 700;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  width: 100% !important;
  max-width: 500px !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: .05rem !important;
  height: 85px !important;
  background: var(--color-main) !important;
  transition: all .5s !important;
  font-family: var(--font-main) !important;
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-white);
  background: var(--color-sub) !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7-response-output {
    font-size: 15px !important;
    font-weight: 500;
    margin-top: 0 !important;
    padding: 18px !important;
    background: var(--color-not);
}
@media only screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------

ブログ記事の画像 
---------------------------------------------------------------------- */
.single .post-content img {
  width: auto;
}

/* ----------------------------------------------------------------------

スタイルcss 記述変更 
---------------------------------------------------------------------- */
body.page-template-default .flex_layout {
    display: block;
}
body.single-post .flex_layout {
  display: block;
}
