/*
Theme Name:20240527resposive2_side_install_pack
*/
@charset "utf-8";
@import url(option.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* --------------------------------------
ブラウザスタイル初期化
-------------------------------------- */
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, sub, sup, tt, var, b, u, i, 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;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a.color01{
	color:#337ab7!important;
}
/* --------------------------------------
背景＆基本設定
-------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
body {
  color: #303030;
  background-color: #fff;
  line-height: 1;
  -webkit-text-size-adjust: none;
  min-width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  border: none;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.blog-content img {
    display: inline-block;
}.blog-content img {
    max-width: 600px;
    width: auto;
}.blog-detail__body {
    width: 100%;
    overflow: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
  transition: .5s;
}
a:hover {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
ul {
  list-style: none;
  margin-bottom: 20px;
}
ol {
  margin-left: 25px;
}
hr {
  overflow: hidden;
  height: 0;
  border: #bdbdbd dotted 1px;
  margin: 5px 0 15px 0;
}
/* --------------------------------------
webアイコン定義
-------------------------------------- */
.fa-home {
  font-size: 12px !important;
}
.fa-window-restore {
  margin-left: 3px;
}
/* --------------------------------------
レイアウト定義
-------------------------------------- */
#base {
    overflow: hidden;
}
.wrapper {
  padding: 0;
  z-index: 1;
  position: relative;
}
.wrapper_head {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 1000;
  position: sticky;
  top: 0;
  background-color: #fff;
}
#content {
  background-color: white;
  padding: 0px 0;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}
#content #main {
  max-width: 100%;
  line-height: 1.8;
  text-align: justify;
  margin: 0 auto 50px;
  text-align: center;
}
/* メイン画像 */
#simplegallery1 {
  clear: both;
  margin-bottom: 10px;
  z-index: 2;
}
.simplegallery {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
.simplegallery img {
  width: 100%;
}
#ibox {
  height: 560px;
  width: 100%;
  background-image: url(img/main.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#ibox {
  background-image: none;
}
#ibox img.main_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
#ibox img.main_sp_img {
  display: none;
}
.ibox_p {
  width: 1000px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.ibox_p h1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 16px 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.71);
  font-size: 32px;
  font-style: italic;
}
/* キャッチを画像にする場合 */
.ibox_p img {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#imagebox {
  clear: both;
  z-index: 2;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#imagebox img {
  width: 100%;
}
#imagebox3 {
  clear: both;
  z-index: 2;
  text-align: center;
  height: 506px;
  background-color: #f6f7fa;
  padding-top: 40px;
  margin-bottom: 0;
  background-position: center;
  background-image: url("img/main.png");
  position: relative;
  background-size: cover;
}
#base #bg #imagebox3 h1 {
  font-size: 54px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: normal;
  color: #fff;
}
#base #bg #imagebox3 h1 .fs {
  font-size: 25px;
}
.imagebox_p {
  width: auto;
  height: auto;
  padding: 50px 100px;
  background-color: rgba(0, 0, 0, 0.42);
}
.imagebox_p p {
  line-height: normal;
  color: white;
  font-size: 20px;
}
.imagebox_p span.c_2 {
  font-size: 23px;
}
.imagebox_p span.c_3 {
  font-size: 30px;
  text-shadow: 1px 1px 0 white;
  /* font-weight: bold; */
  color: rgb(255, 80, 80);
}
#pan {
  font-size: 12px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin: 0px auto;
  width: 100%;
  line-height: 1.3;
  display: flex;
  background: #eee;
  justify-content: end;
}
#pan a {
  background: transparent;
  color: #333 !important;
}
.sec {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#content .sec h2:first-child, #content .sec h3:first-child, #content .sec h4:first-child {
  margin-top: 0 !important;
}
.page_wrap {
  padding: 0 40px;
}
/* --------------------------------------
各ページタイトル
-------------------------------------- */
#content #main .singletitle a, #content #main .title a {
  color: #ff6000;
  text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
-------------------------------------- */
a:hover {
  opacity: 0.6;
}
#content #side a:hover img {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
}
#content #side li:hover {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
  background: #fff;
  /* border-left:#ff6000 2px solid; */
}
/* --------------------------------------
ヘッダー定義
-------------------------------------- */
#header_main {
  width: 100%;
  padding: 10px 20px 0;
  margin: auto;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.header_r {
  margin-left: auto;
}
header h1, p.logo_note {
  display: none;
}
header h1.title {
  padding: 0;
  text-align: inherit;
  display: inline-block;
}
header h1.title a {
  display: block;
}
.header_tel {
  line-height: 40px;
  background-color: #8fafdb;
  color: #fff;
  height: 40px;
}
.header_tel p {
  width: 1000px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}
/**************header****************/
.all_wrap {
  width: 1400px;
  margin: 0 auto;
  padding: 5% 20px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
.breadcrumbs {
  font-size: 14px;
  text-align: left;
  padding: 5px 20px;
  background: #eee;
  color: #333;
}
.breadcrumbs li, .breadcrumbs li a {
  display: inline-block;
}
.breadcrumbs li a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs li::after {
  content: '/';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}
.breadcrumbs li:last-child::after {
  display: none;
}
div#header_main {
  position: relative;
  z-index: 999;
  background: #fff;
  border-bottom: 3px solid #032e50;
}
div#header_main:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.header_inner {
  padding: 10px 20px 0;
  background-color: #ffffff;
}
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_r i {
  margin-right: 5px;
}
.logo_wrap {
  margin-right: clamp(0rem, -2.5rem + 4vw, 1.25rem);
}
div#header_main .header_l, div#header_main .header_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
div#header_main .header_tel {
  background: #032e50;
  margin: 0 0 0 20px;
  height: 58px;
  width: clamp(8.438rem, 2.813rem + 9vw, 11.25rem);
  vertical-align: middle;
}
div#header_main .header_tel a {
  color: #fff;
  padding: 8px 18px;
  font-size: 15px;
  line-height: 1.5em;
}
div#header_main .header_contact {
  background: #032e50;
  margin: 0 0 0 20px;
  height: 58px;
  width: clamp(7.688rem, 3.688rem + 6.4vw, 9.688rem);
  vertical-align: middle;
}
div#header_main .header_contact a {
  color: #fff;
  padding: 16px 18px;
  font-size: 15px;
}
div#header_main .header_tel, div#header_main .header_contact {
  background: #032e50;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: clamp(0.625rem, -0.625rem + 2vw, 1.25rem);
}
div#header_main .header_tel a, div#header_main .header_contact a {
  line-height: 1.3;
  color: #fff;
  font-size: clamp(0.75rem, 0.25rem + 0.8vw, 1rem);
  padding: 10px 15px;
  text-align: right;
}
.sub_menu {
  z-index: -3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  position: absolute;
  left: 0;
  top: 50px;
  background: #eee;
  width: 100%;
  transform: translateY(-500px);
  transition: .5s;
  padding: 20px;
}
.sub_menu > li {
  position: relative;
  margin: 0 0 20px 0;
}
.sub_menu .drop_title {
  background-color: #fff;
  color: #333;
  width: 100%;
  position: absolute;
  top: 113px;
  text-align: right;
  padding: 5px;
}
.sub_menu .service_sub_title {
  font-size: 13px;
  text-align: left;
  line-height: 2.5;
}
.sub_menu .service_sub_title a {
  color: #333;
}
.open {
  transform: translateY(20px);
}
#global-navi .menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  word-break: keep-all;
}
#global-navi .menu > li > a {
  color: #333333;
  padding: 0px 0px 20px 15px;
  font-size: clamp(0.75rem, 0.25rem + 0.8vw, 1rem);
  padding-right: clamp(0rem, -1.875rem + 3vw, 0.938rem);
}
@media (max-width: 1400px) {
  .all_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5% 20px;
  }
}
@media (max-width: 950px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .all_wrap {
    padding: 7% 5%;
  }
  .header_top {
    display: block;
  }
  .fa-envelope {
    margin-right: 10px;
  }
  .header__bg {
    z-index: 999;
  }
  .nav li {
    padding: 4px 10px;
    font-size: 12px;
  }
  .nav a {
    color: #333333;
  }
  #header {
    height: 60px;
  }
  #header .header_right {
    display: none;
  }
  #global-navi .menu {
    display: block;
    margin-top: -50px;
  }
  #global-navi .menu > li > a {
    padding: 0;
    text-align: left;
    color: #fff;
  }
  .nav a {
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
  }
  .sp_contact {
    border: 1px solid #fff;
    margin: 10px auto 20px;
    width: 90%;
  }
  header nav {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    background-color: rgba(33, 33, 33, .9);
    height: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow-y: scroll;
  }
  .header_inner {
    padding: 20px 20px 0;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul li a {
    color: #ffffff;
    padding-left: 20px;
  }
  header .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
  }
  header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
  header .btn-gnavi.hb-open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  header .btn-gnavi.hb-open span {
    background: #fff;
  }
  header .btn-gnavi.hb-open span:nth-child(1) {
    width: 24px;
    transform: translate(-7px, 17px) rotate(45deg);
    -webkit-transform: translate(-7px, 17px) rotate(45deg);
  }
  header .btn-gnavi.hb-open span:nth-child(3) {
    width: 24px;
    transform: translate(-7px, -17px) rotate(-45deg);
    -webkit-transform: translate(-7px, -17px) rotate(-45deg);
  }
}
/* --ここまで-- */
#menu {
  position: relative;
  height: auto;
}
header.fixed #menu {
  position: relative;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* --------------------------------------
サイドタイトル
-------------------------------------- */
#content #side {
  width: 210px;
}
#content #side h3 {
  background: url("img/btn_title_side.png") 10px center no-repeat, url("img/bg_title_side.png") left top repeat-x;
  background: #fc1d25;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc1d25 1%, #bf0209 100%);
  height: auto;
  padding: 7px 0 6px 15px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  border: none;
  margin: 20px 0 0 0;
  text-indent: 10px;
  position: relative;
  /* 上部角丸の場合コメントアウト外す
border-top-right-radius: 4px;
border-top-left-radius: 4px;
*/
}
#content #side div:first-child h3 {
  margin: 0 0 0 0;
}
#content #side h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #feed68;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
/* --------------------------------------
サイドメニューリスト
-------------------------------------- */
#content #side ul {
  margin: 0;
  list-style: none;
}
#content #side li {
  border-bottom: #c9c1b9 1px dotted;
  vertical-align: middle;
  position: relative;
}
#content #side li a {
  display: block;
  color: #080808;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  position: relative;
}
#content #side li a::before, #content #side li.recentcomments::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: 0.3s;
}
#content #side li a:hover::before, #content #side li.recentcomments:hover::before {
  transform: translate(2px, -50%);
}
#content #side li.recentcomments {
  padding: 10px 10px 10px 20px;
}
#content #side li.recentcomments a::before {
  content: none;
}
/* --------------------------------------
トップに戻るボタン
-------------------------------------- */
/* スムーススクロール
html {
  scroll-behavior: smooth;
}*/
/* トップに戻るボタン */
a.backToTop {
  background: #ffb963;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  opacity: 0;
  z-index: 999;
  border-radius: 9999px;
  display: inline-block;
  transition: opacity 0.8s;
  pointer-events: none;
}
/* 上三角 */
a.backToTop:before {
  display: inline-block;
  color: #FFF;
  line-height: 1;
  width: 0.8rem;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  content: "";
  z-index: 1000;
  opacity: 1;
  left: 50%;
  top: 55%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* hover時 */
a.backToTop:hover {
  opacity: 0.8 !important;
}
/* --------------------------------------
フッター定義
-------------------------------------- */
footer {
  height: auto;
  padding: 0;
  background-color: #fff;
}
footer, footer a {
  color: #333;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.footer_nav {
  width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 0.875rem;
}
.footer_btm_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
/* footer_btm_left  */
.logo_footer {
  display: block;
  margin-bottom: 12px;
}
.logo_footer img {
  width: 210px;
  /* フッターのロゴ横幅 */
}
a.logo_footer:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.logo_footer svg {
  margin-bottom: 12px;
  width: 80px;
  float: left;
}
footer svg path {
  fill: rgb(152, 152, 152);
}
p.cinfo, p.urls {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
p.urls {
  margin: 20px 0 10px;
}
/* footer_btm_right  */
.footer_btm_right {
  margin-left: auto;
}
.f_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.tel {
  padding: 0 20px 0 0;
  color: #333;
  font-weight: bold;
}
.tel img {
  width: 25px;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  background: #333;
  box-sizing: border-box;
  border-radius: 4px;
  transform: translateY(2px);
}
.telnum {
  font-size: 1.875rem;
  font-family: Roboto;
  line-height: 1.3;
}
.tel .note {
  display: block;
  font-size: 0.875rem;
}
.f_mail a {
  display: block;
  padding: 10px 40px;
  background: #333;
  border-radius: 4px;
  color: #fff;
}
.f_mail img {
  margin: 0 5px 0 0;
  transform: translateY(2px);
}
/* footermenu  */
.footermenu {
  margin: 30px 0;
}
.footermenu ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.footermenu li {
  width: auto;
  white-space: nowrap;
  margin: 0 0 10px;
}
.footermenu li a {
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 0.75rem;
  padding: 0 20px;
  border-right: 1px solid #333;
}
.footermenu li:last-child a {
  border: none;
}
.copyright {
    background: #fa9300;
    padding: 5px 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 0px;
}
.copyright a {
  text-decoration: none;
  color: #fff;
}
#pagetop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
a#pagetop:hover {
  opacity: 0.6;
}
#fix_footer {
  display: none;
}
/* --------------------------------------
コンテンツ共通パーツ
-------------------------------------- */
/* お客様編集時のためにここは変えない */
#content #main p {
  margin-bottom: 20px;
}
#content #main .singleline {
  overflow: hidden;
}
#submain {
  height: 200px;
  background-color: #fff;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#submain figure {
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 30%;
}
#submain figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h1wrap {
  width: 1000px;
  height: auto;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: block;
  -ms-align-items: center;
  align-items: center;
}
#submain h1 {
  width: 80%;
  padding: 0;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.h1wrap .txt {
  width: 100%;
  line-height: 1.8;
  position: relative;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  padding: 20px 0 0;
}
.parent-pageid-6291 div#submain {
  background: #5b955b;
}
div#submain.column_submain {
  background: #a52a2a;
}
div#submain.work_submain {
  background: #e9f3f9;
}
div#submain.customer_submain {
  background-color: #eeb930;
}
.page-id-6375 div#submain, .page-id-6391 div#submain, .page-id-6408 div#submain, .page-id-6417 div#submain, .page-id-6464 div#submain {
  background: #fabd0b;
}
.page-id-6382 div#submain, .page-id-6387 div#submain, .page-id-6395 div#submain {
  background: #265493;
}
.page-id-6400 div#submain, .page-id-6404 div#submain, .page-id-6412 div#submain, .page-id-6421 div#submain, .page-id-6426 div#submain, .page-id-6431 div#submain {
  background: #56bfc7;
}
.page-id-6435 div#submain, .page-id-6439 div#submain, .page-id-6443 div#submain, .page-id-6447 div#submain, .page-id-6451 div#submain, .page-id-6455 div#submain, .page-id-6460 div#submain {
  background: #8fc31f;
}
.parent-pageid-6291 div#submain h1.title, .parent-pageid-6371 div#submain h1.title, div#submain.column_submain h1.title {
  color: #fff;
}
/* --------------------------------------
ブログ系
-------------------------------------- */
.blog-eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}
.blog-eyecatch img {
  width: 100px;
  height: 100px;
}
.prev-next {
  text-align: center;
  margin: 30px 0;
  overflow: visible !important;
  font-size: 16px;
}
.wp-pagenavi {
  overflow: visible !important;
}
.wp-pagenavi span.pages {
  font-size: 80%;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 8px;
    color: #585858;
    border-radius: 2px;
    border: none !important;
}
.wp-pagenavi span.current {
    background: #052d4f;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
/* newarchivephp */
.post .s-time, .single .s-time {
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
}
blockquote {
  position: relative;
  padding: 20px 60px 10px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888;
  font-size: 0.9em;
}
/* archives.php 202007_add */
#content #main .post_box p.more {
  padding: 5px 20px 5px 40px;
  position: relative;
  text-decoration: none;
}
#content #main .post_box p.more::before {
  content: " \f054";
  font-family: FontAwesome;
  color: #ccc;
  position: absolute;
  left: 15px;
  top: 5px;
  transition: 0.3s;
}
#content #main .post_box a:hover p.more::before {
  transform: translateX(4px);
}
.post_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 20px;
}
#main .post_wrap::after {
  content: none;
}
.post_box {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
}
.post_box a, .post_box a:visited, .post_box a:link {
  text-decoration: none;
}
.post_box a.post_link {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.post_box a.post_link:hover {
  transform: translateY(-4px);
}
.posttitle {
  margin-bottom: 5px;
}
#content #main .post_wrap h3 {
  clear: both;
  height: auto;
  background: none;
  padding: 0;
  margin: 5px 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  line-height: normal;
  text-align: left;
  border-bottom: none;
}
#content #main .post_box p.date {
  display: block;
  padding: 10px;
  margin: 0;
}
#content #main p.date i {
  margin: 0 10px 0 0;
}
.post_img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post_box img {
  width: 100%;
  height: auto;
  max-height: auto;
}
#content #main .post_box p {
  padding: 10px;
  line-height: 1.5;
}
/* single.php */
.article_img {
  text-align: center;
}
.article_img img {
  width: auto;
  height: auto;
}
.cat_list li {
  display: inline-block;
}
.cat_list li a {
  display: flex;
  align-items: center;
  height: 3.2em;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6em 1em;
  margin: 0 1em 0 0;
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  transition: color, background-color 0.1s ease-out;
}
.cat_list li a:hover {
  background: #666;
  color: #fff;
}
/* --------------------------------------
見出し設定
-------------------------------------- */
/* h1共通部分 */
#content #main h1.singletitle, #content #main h1 {
  clear: both;
  height: auto;
  /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #054594;
  font-size: 38px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left bottom;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 112px 0 10px 0;
}
/* コンテンツ中のh1上margin */
#content #main h1.title {
  margin-top: 0;
}
#content #main h2, h2 {
  font-size: 24px;
  font-weight: bold;
}
#content #main h2.h2 {
  color: #000;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid;
  margin-bottom: 50px;
  padding: 20px;
}
#content #main h2:nth-of-type(1), h2:nth-of-type(1) {
  margin-top: 0;
}
#content #main h2 a {
  text-decoration: none;
}
#content #main h3, h3 {
  clear: both;
  height: auto;
  color: #333;
  font-size: 21px;
  margin: 30px 0 10px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 8px 0;
}
#content #main h4, h4 {}
/* special css */
/* end special css */
/* --------------------------------------
パーツ
-------------------------------------- */
.eyecatch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #82bea4;
  margin-bottom: 30px;
}
.eyecatch_box .ttl_wrap {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9f6ed;
  padding: 3%;
}
.eyecatch_box .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #009751;
}
.eyecatch_box .txt_wrap {
  margin: 20px;
}
.eyecatch_box .txt:not(:last-child) {
  margin-bottom: 5px;
}
.eyecatch_box img {
  -ms-flex-item-align: center;
  align-self: center;
}
/* --------------------------------------
WordPress FCKEditor table
-------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  background: white;
}
th {
  border: 1px solid #ffffff;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
}
td {
  border: 1px solid #ffffff;
  padding: 10px;
}
.table2 {
  border: 2px solid #c7c7c7;
}
.table2 th {
  vertical-align: middle;
}
/* --------------------------------------
テーブル
-------------------------------------- */
.tablestyle {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.tdstyle {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  width: 30%;
  text-align: center;
}
.tdstyle_none {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  text-align: center;
}
/* 左寄せ */
.tdstyle2 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: left;
}
/* 右寄せ */
.tdstyle3 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: right;
}
/* 中央寄せ */
.tdstyle4 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: center;
}
/* special css */
/* end special css */
/* --------------------------------------
<div class="sq?"></div>での 飾り設定
-------------------------------------- */
/* 色:グレー */
.sq1 {
  border: 1px solid #ecebeb;
  background-color: #f3f3f3;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
  border: 5px solid #f3f3f3;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}
/* 囲み：赤 */
.sqred {
  border: 1px solid #f29e9e;
  background-color: #fffafa;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}
/* 囲み：二重線 */
.nizyuu {
  border-width: 4px;
  border-style: double;
}
/* 囲み：点線 */
.tensen {
  border-width: 3px;
  border-style: dotted;
}
/* 囲み：角丸 */
.radious {
  border-radius: 5px;
}
/* special css */
/* end special css */
/* --------------------------------------
便利ボタン
-------------------------------------- */
.btn-round1 {
  min-width: 300px;
  height: auto;
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  background: #10a0dc;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
.btn-round1:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round1:hover {
  opacity: 0.8;
}
.btn-round2 {
  min-width: 300px;
  height: auto;
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  background: #ff731e;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
.btn-round2:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round2:hover {
  opacity: 0.8;
}
.btn-list1 {
  border-radius: 4px;
  width: auto;
  height: auto;
  background: #f2ece0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: justify;
}
.btn-list1::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #129c5e;
  border-right: 2px solid #129c5e;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 16px;
}
.btn-list1:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-list2 {
  border-radius: 4px;
  width: auto;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbf2), to(#f6efd5));
  background: linear-gradient(180deg, #fffbf2, #f6efd5);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: justify;
}
.btn-list2::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #b58d5a;
  border-right: 2px solid #b58d5a;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
}
.btn-list2:hover {
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
}
.btn-list-arc {
  width: auto;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 7px 40px 7px 40px;
  position: relative;
  text-align: justify;
  font-size: 13px;
  background-color: #f1f1f1;
  margin-top: 10px;
  border-radius: 4px;
}
.btn-list-arc::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
}
.btn-list-arc:hover {
  opacity: 0.6;
}
/* special css */
/* end special css */
/* --------------------------------------
テキスト飾り設定
-------------------------------------- */
.hosoku {
  color: #5a5a5a;
  font-size: 90%;
  line-height: 1.7;
}

.fs2 {
  font-size: 114.2857%;
}
.fs3 {
  font-size: 130%;
}
.fs4 {
  font-size: 160%;
  line-height: 1.5;
}
.fs5 {
  font-size: 200%;
  line-height: 1.5;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.yellow {
  background-color: #ffff85;
  padding: 4px 5px 2px 5px;
  font-weight: normal;
}
/* テキスト装飾 */
.tk1 {
  color: #e60000;
}
.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 216, 0, 1) 40%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
}
/* ディスプレイインラインブロック */
.dib {
  display: inline-block !important;
}
.uline {
  color: #f00;
  text-decoration: underline;
  font-style: italic;
}
.round {
  border-radius: 100px;
}
.blue {
  color: #4485e9;
}
/* 電話番号装飾 */
.telarea {
  border: 1px solid #cecece;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 26px;
}
.freedial {
  text-align: left;
}
/* チェックボックスの付くリスト */
.check_list-border li {
  position: relative;
}
.check_list-border li::before {
  content: '';
  border: 1px solid #999;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.check_list-border li::after {
  position: absolute;
  right: calc(100% - 12px);
  top: 20%;
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  border-top: 2px solid #f27a0a;
  border-left: 2px solid #f27a0a;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.check_list li {
  position: relative;
  padding-left: 22px;
}
.check_list li::after {
  position: absolute;
  right: calc(100% - 12px);
  top: 20%;
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  border-top: 2px solid #f27a0a;
  border-left: 2px solid #f27a0a;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.check_list-dot li {
    list-style: disc;
    margin-left: 2em;
}
/* special css */
/* end special css */
/* --------------------------------------
Q&A
-------------------------------------- */
.q {
  background-color: #f3f3f3;
  color: #ff6000;
  padding: 4px;
  font-weight: bold;
}
.a {
  padding: 7px 4px;
  border-bottom: #ccc 1px dotted;
  margin: 5px 0 20px 1em;
  text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: inline;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
-------------------------------------- */
.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.yt iframe, .yt object, .yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.fixmargin {
  margin-top: -23px;
}
#overlay {
  z-index: 1000 !important;
}
#lightbox {
  z-index: 9999 !important;
}
/* --------------------------------------
RSS用
-------------------------------------- */
#feed_new {
  background-color: #f5f3f3;
  font-size: 11px;
  color: #ff6000;
  padding: 5px 10px 0 10px;
  margin: 0;
  line-height: 130%;
}
#feed_new li {
  border-bottom: #ccc dotted 1px;
  list-style: none;
  padding-bottom: 5px;
}
#feed_new a {
  font-size: 13px;
}
/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
-------------------------------------- */
/* fontcontrol */
#control {
  position: absolute;
  top: 5px;
  right: 5px;
}
#control a {
  color: white;
  text-decoration: none;
}
#control a:hover {
  text-decoration: underline;
}
span#intro {
  font-size: 13px;
  margin-right: 5px;
}
span#f-big {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}
span#f-medium {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}
span#f-small {
  background-color: black;
  padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
-------------------------------------- */
.ac {
  text-align: center!important;
}
.ar {
  text-align: right!important;
}
.al {
  text-align: left!important;
}
/* --------------------------------------
リスト（FontAwesome)
-------------------------------------- */
ul {
  text-align: left;
}
ul.li_1 {
  margin-bottom: 20px;
}
ul.li_1 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_1 li::before {
  content: " \f14a";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_2 {
  margin-bottom: 20px;
}
ul.li_2 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_2 li::before {
  color: #008600;
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_3 {
  margin-bottom: 20px;
}
ul.li_3 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_3 li::before {
  content: " \f058";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_4 {
  margin-bottom: 20px;
}
ul.li_4 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_4 li::before {
  content: " \f05d";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_5 {
  margin-bottom: 20px;
}
ul.li_5 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_5 li::before {
  content: " \f0a9 ";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_6 {
  margin-bottom: 20px;
}
ul.li_6 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_6 li::before {
  content: " \f18e";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_7 {
  margin-bottom: 20px;
}
ul.li_7 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_7 li::before {
  content: " \f138";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_8 {
  margin-bottom: 20px;
}
ul.li_8 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_8 li::before {
  content: " \f152";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_9 {
  margin-bottom: 20px;
}
ul.li_9 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_9 li::before {
  content: " \f0da";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_10 {
  margin-bottom: 20px;
}
ul.li_10 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_10 li::before {
  content: " \f069";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_11 {
  margin-bottom: 20px;
}
ul.li_11 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_11 li::before {
  content: " \f111";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_12 {
  margin-bottom: 20px;
}
ul.li_12 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_12 li::before {
  content: " \f192";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_maru li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-weight: bold;
}
ul.li_maru li::before {
  content: "● ";
  color: #5077c2;
}
ul.li_kome li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
ul.li_kome li::before {
  content: "※ ";
  color: #5077c2;
}
ul.b_gray li::before {
  color: #d9d8d8;
}
ul.b_pink li::before {
  color: #f79698;
}
ul.b_green li::before {
  color: #cafdb1;
}
ul.b_skyblue li::before {
  color: #a0dff3;
}
ul.b_blue li::before {
  color: #608aeb;
}
ul.b_gold li::before {
  color: #d9b087;
}
ul.b_orange li::before {
  color: #fb8230;
}
ul.b_yellow li::before {
  color: #f8ee6d;
}
ul.b_azuki li::before {
  color: #731f21;
}
ul.b_purple li::before {
  color: #aa79e7;
}
/* --------------------------------------
レイアウトbox(2列・3列・4列)
-------------------------------------- */
.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#main .box_wrap::after {
  content: none;
}
/* ボーダー設定 */
.box_border_type1 .two_box, .box_border_type1 .three_box, .box_border_type1 .four_box, .two_box.box_border_type1, .three_box.box_border_type1, .four_box.box_border_type1 {
  border: 1px solid #b5b5b5;
}
.box_border_type2 .two_box, .box_border_type2 .three_box, .box_border_type2 .four_box, .two_box.box_border_type2, .three_box.box_border_type2, .four_box.box_border_type2 {
  border: 2px solid #b5b5b5;
}
#main .box_wrap::after {
  content: none;
}
.two_box {
  width: calc((100% - 30px) / 2);
  margin: 0 30px 15px 0;
  overflow: hidden;
}
.two_box:nth-child(even) {
  margin: 0 0 15px 0;
}
.two_box .ttl_wrap {
  background: #ffd99d;
}
.two_box .ttl {
  padding: 3%;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.two_box .txt {
  padding: 3%;
}
.two_box .more {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.two_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #ff9e1c;
  border-right: 1px solid #ff9e1c;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.two_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(405deg);
  transform: translate(5px, -50%) rotate(405deg);
}
.three_box {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  background: white;
  overflow: hidden;
}
.three_box:nth-child(3n-1) {
  margin: 0 20px 20px;
}
.three_box .ttl_wrap {
  background: #e7f6ef;
}
.three_box .ttl {
  padding: 3%;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.three_box .txt {
  padding: 3%;
}
.three_box .more {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.three_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #53b68a;
  border-right: 1px solid #53b68a;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.three_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}
.four_box {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
  background: white;
  overflow: hidden;
}
.four_box:nth-child(4n) {
  margin: 0 0 10px 0;
}
.four_box .ttl_wrap {
  background: #f9f6ed;
}
.four_box .ttl {
  padding: 6% 3%;
  font-weight: bold;
  font-size: 16px;
  color: #00964f;
  margin-bottom: 0 !important;
}
.four_box .txt {
  padding: 3% 6%;
}
.four_box .more {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.four_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #53b68a;
  border-right: 1px solid #53b68a;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.four_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}
/* clearfixと組み合わせて使用 */
.six_four_r {
  float: right;
  width: 580px;
}
.six_four_l {
  float: left;
  width: 400px;
}
.seven_three_r {
  float: right;
  width: 680px;
}
.seven_three_l {
  float: left;
  width: 300px;
}
/* --------------------------------------
電話番号エリア
-------------------------------------- */
.responsedevise {
  border: 1px solid #b7d87f;
  padding: 15px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 5px;
}
/* --------------------------------------
フォームボタン
-------------------------------------- */
div.sbtn_1 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #409fdb;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_2 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #ec802e;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_3 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #ee6d6d;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_4 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #b38746;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_5 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #bbb6af;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.maru input[type="submit"] {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  padding: 8px 20px 8px 20px;
  text-shadow: 1px 1px 3px #666;
  box-shadow: 0 0 6px 3px #e6e6e6;
  -moz-box-shadow: 0 0 6px 3px #e6e6e6;
  -webkit-box-shadow: 0 0 6px 3px #e6e6e6;
  width: auto;
}
div.sbtn_1 input:hover {
  background: #96cff5;
}
div.sbtn_2 input:hover {
  background: #fac871;
}
div.sbtn_3 input:hover {
  background: #f0a3a3;
}
div.sbtn_4 input:hover {
  background: #ebd3b0;
}
div.sbtn_5 input:hover {
  background: #f0ece4;
}
/* mail_icon表示用 */
.sbtn_1.action, .sbtn_2.action, .sbtn_3.action, .sbtn_4.action, .sbtn_5.action {
  position: relative;
  width: 270px;
  height: 60px;
  margin: auto;
}
.sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
  position: absolute;
  top: 1.2em;
  left: 80px;
}
/* ページ内スライド制御 */
.sliderbox {
  width: 500px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
/*  special css */
/* end special css */
/* ---------------------
H レスポンシブ用
------------------------ */
/* PC用とモバイル用のロゴを出し分ける */
#pc_logo {
  display: inline;
}
#pc_logo img {
  margin: 0 auto;
}
#mobile_logo {
  display: none;
}
#mobile_button {
  display: none;
}
.mobile_menu {
  display: none;
}
#mobile_main {
  display: none;
}
/* デスクトップでは非表示にする */
#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
  display: none;
}
#content #main p.wp-caption-text {
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  padding: 10px 10px 0;
  line-height: 17px;
}
#content #main h2.spe {
  padding: 0;
  margin: 0 0 30px;
  background-color: #fff;
  border: 0;
  display: inline-block;
  color: #444;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
}
.rightbox {
  float: right;
}
.leftbox {
  float: left;
}
.w40 {
  width: 40%;
}
.w60 {
  width: 60%;
}
/* コンタクトフォーム */
.wpcf7-form {
  color: #333;
}
input.wpcf7-form-control {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea.wpcf7-form-control {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea.wpcf7-form-control::placeholder {
  color: #999;
}
/* プルダウンメニュー */
select.wpcf7-form-control {
  max-width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 45px 5px 15px;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
    display: inline-flex;
    margin: 7.5px;
    align-items: center;
}
.wpcf7-form-control input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
}
/* チェックボックス */
.wpcf7-checkbox .wpcf7-list-item {
    display: inline-flex;
    margin: 7.5px;
    align-items: center;
}
.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 7.5px;
  color: #555;
}
.wpcf7-form-control input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}
/* フォーム幅の調整 */
.field_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.field_wrap.first {
  margin-top: 30px;
}
.field_name {
  display: table-cell;
  width: 200px;
  padding: 0 0 30px 30px;
  font-weight: bold;
  border-bottom: 2px solid #666;
  color: #555;
  vertical-align: middle;
}
.field {
  display: table-cell;
  padding: 0 0 30px 30px;
  border-bottom: 2px solid #ddd;
}
.field_name label {
  font-weight: bold;
}
#main div.field_name.require::after, #main div.field_name.any::after {
  display: inline-block;
  font-size: 10px;
  line-height: normal;
  border-radius: 2px;
  padding: 0 6px 1px;
  margin: 0 0 0 10px;
  position: relative;
  bottom: 2px;
  visibility: visible;
  height: auto;
}
#main div.field_name.require::after {
  content: "必須";
  color: #ee6354;
  border: 1px solid #ee6354;
}
#main div.field_name.any::after {
  content: "任意";
  color: #999;
  border: 1px solid #999;
}
#main div.field_wrap::after {
  content: none;
}
section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
section.top-section {
  margin-top: 30px;
}
/*オンライン*/
/**メインビジュアル**/
#content #main .online_wrap .mv_wrap ul li img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}
#content #main .online_wrap .all_wrap {
  max-width: 1024px;
  margin: 0px auto;
  padding: 50px 0;
  text-align: left;
}
/**オンライン現調って何**/
#content #main .online_wrap .bg_gray {
  background: #eee;
}
#content #main .online_wrap .sec01_left {
  width: 100%;
  padding: 0 30px;
}
#content #main .online_wrap h2 {
  background-color: #e50042;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
#content #main .online_wrap h2::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #e50041 transparent transparent transparent;
  content: ' ';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
#content #main .online_wrap .online_subttl {
  font-size: 21px;
  font-weight: bold;
  text-shadow: 0px 0px 0px #000;
  margin: 10px 0;
  line-height: 1.4;
}
#content #main .online_wrap .sec01_right {
  width: 100%;
}
#content #main .online_wrap .sec01_right ul {
  display: flex;
  justify-content: space-around;
}
#content #main .online_wrap .sec01_right ul li {
  width: 30%;
}
#content #main .online_wrap .sec01_right ul li img {
  height: 200px;
  object-fit: cover;
}
#content #main .online_wrap .online_movie {
  width: 80%;
  margin: 0 auto;
  display: block;
}
/**オンライン幻聴のすすめ**/
#content #main .online_wrap .bg_yello {
  background: #ebe5b4;
}
#content #main .online_wrap .sec02_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content #main .online_wrap .sec02_top li:first-child {
  width: 30%;
}
#content #main .online_wrap .sec02_top li:first-child img {
  width: 100%;
}
#content #main .online_wrap .sec02_top li:last-child {
  width: 70%;
  padding: 0 30px;
}
#content #main .online_wrap .flow_wrap p img {
  max-width: 100%;
}
#content #main .online_wrap .zoom_wrap {
  background: lightblue;
  padding: 30px;
  margin: 0 0 20px 0;
}
#content #main .online_wrap .line_wrap {
  background: #99CC99;
  padding: 30px;
  margin: 0 0 20px 0;
}
#content #main .online_wrap h3 {
  display: flex;
  justify-content: left;
  margin: 0 0 10px 0;
  align-items: center;
}
#content #main .online_wrap h3 img {
  display: inline-block;
  margin: 0 10px 0 0;
}
#content #main .online_wrap .sec03_top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 0px;
  line-height: 2;
}
#content #main .online_wrap .sec03_bottom p {
  font-size: 18px;
  margin-bottom: 5px;
}
#content #main .online_wrap .sec03_bottom {
  display: flex;
  justify-content: center;
}
#content #main .online_wrap .sec03_bottom li {
  text-align: center;
  margin-right: 50px;
}
#content #main .online_wrap .sec03_top li a.flow_link {
  color: #000;
  text-decoration: underline;
  display: inline;
}
#content #main .online_wrap .sec03_bottom li .btn a {
  background: #e50042;
  padding: 7px 40px;
  border-radius: 50px;
  font-size: 20px;
}
#content #main .online_wrap ul.sec03_left {
  margin-right: 30px;
}
#content #main .online_wrap .sec03_bottom .sec03_btn a {
  background: #e50042;
  padding: 7px 50px;
  border-radius: 50px;
  font-size: 22px;
  border: 1px solid #e50042;
}
#content #main .online_wrap .sec03_bottom .sec03_btn a:hover {
  background: #fff;
  color: #e50042;
  border: 1px solid #e50042;
}
#content #main .online_wrap .sec03_flow {
  line-height: 2;
  margin: 0 0 20px 0;
}
#content #main .online_wrap .sec03_flow li a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
#content #main .online_wrap .sec03_line {
  display: flex;
  justify-content: left;
}
#content #main .online_wrap .sec03_line img {
  width: 170px;
  margin: 0 0 0 20px;
}
/**オンライン現場調査を行う水道設備会社**/
#content #main .online_wrap table {
  padding: 20px 0;
}
#content #main .online_wrap table tr {
  display: block;
  margin-bottom: 10px;
}
#content #main .online_wrap table tr th {
  background: #aaa;
  width: 150px;
  padding: 10px;
  font-weight: normal;
}
#content #main .online_wrap table tr td {
  padding: 0 10px;
}
#content #main .online_wrap footer {
  background-color: #333;
  width: 100%;
}
#content #main .online_wrap footer p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
#content #main .online_wrap table tr td a {
  color: #000;
  text-decoration: underline;
}
#content #main .online_wrap .top_link a {
  color: #333;
  text-align: center;
  padding: 30px 20px 10px;
  display: block;
}
#content #main .online_wrap .top_link a:hover {
  background: #eee;
}
#content #main .online_wrap .top_link a img {
  margin: 0 auto;
}
/**レスポンシブ**/
@media screen and (max-width: 768px) {
  #content #main .online_wrap .sec01_wrap {
    display: block;
  }
  #content #main .online_wrap .sec01_left {
    width: 100%;
    padding: 0;
  }
  #content #main .online_wrap h2 {
    width: 100%;
    text-align: center;
  }
  #content #main .online_wrap .online_subttl {
    font-size: 18px;
  }
  #content #main .online_wrap .sec01_right {
    width: 100%;
  }
  #content #main .online_wrap .sec01_right ul li img {
    margin: 0 0 20px;
    width: 100%;
  }
  #content #main .online_wrap .sec02_top {
    display: block;
  }
  #content #main .online_wrap .sec02_top li:first-child {
    width: 100%;
  }
  #content #main .online_wrap .sec02_top li:last-child {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  #content #main .online_wrap h3 {
    width: 100%;
    text-align: center;
  }
  #content #main .online_wrap .sec03_top {
    display: block;
  }
  #content #main .online_wrap .sec03_bottom p {
    margin: 20px 0 5px;
  }
  #content #main .online_wrap .sec03_bottom {
    display: block;
  }
  #content #main .online_wrap .sec03_bottom li {
    margin: 0;
  }
  #content #main .online_wrap ul.sec03_left {
    margin: 0;
  }
  #content #main .online_wrap .sec03_right img {
    margin: 0 auto;
  }
  #content #main .online_wrap table tr th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  #content #main .online_wrap table tr td {
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 0 8px;
  }
  #content #main .online_wrap .inner {
    padding: 0 20px;
  }
  #content #main .online_wrap .sp_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #content #main .online_wrap .sp_wrap ul {
    display: flex;
    align-items: center;
    background-color: #e50042;
    justify-content: center;
    padding: 20px 0;
    font-size: 15px;
  }
  #content #main .online_wrap .sp_wrap li {
    background-color: #ffffff;
    border-radius: 18px;
    width: 200px;
    text-align: center;
    margin: 0 5px;
  }
  #content #main .online_wrap .sp_wrap a {
    color: #e50042;
    line-height: 1;
    padding: 10px 0;
  }
  #content #main .online_wrap .mv_btn a {
    display: none;
  }
  #content #main .online_wrap .mv_wrap ul li img {
    height: auto;
  }
  #content #main .online_wrap .sec01_right ul {
    display: block;
  }
  #content #main .online_wrap .sec01_right ul li {
    width: 100%;
  }
  #content #main .online_wrap .online_movie {
    width: 100%;
  }
}
/* privacy */
.page-header h2 .page-title.page-title-privacy {
  font-size: 1em;
  line-height: 1.3em;
}
.container {
  max-width: 1170px;
  text-align: left;
  background: #fff;
}
#privacyPage {
  background: #f9f9f9;
}
.privacy-container {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.privacy-container p {
  border: 3px solid #fbbe01;
  border-radius: 5px;
  padding: 15px;
  list-style: none;
  margin-bottom: 30px;
}
.privacy-container dl {}
.privacy-container dl dt {
  color: #036;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2em;
  border-bottom: 1px solid #003c7c;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.privacy-container dl dt:after {
  content: "";
  display: block;
  border-bottom: 3px solid #003c7c;
  margin-top: 2px;
}
.privacy-container dl dd {
  margin-bottom: 20px;
}
/*サービス*/
.service_wrap .service_inner {
  display: flex;
  justify-content: space-between;
}
.service_wrap .service_inner a {
  display: inline-block;
}
.service_wrap .service_content {
  max-width: 1100px;
  padding: 4% 20px 0;
  text-align: left;
  margin: 70px auto 0;
}
.service_wrap .lead_text_box {
  width: 100%;
  background: #52adb3;
  padding: 20px;
  color: #fff;
  text-align: left;
  font-size: 21px;
  position: relative;
  min-height: 160px;
}
#content #main .service_wrap .lead_text_box h3.lead_text {
  color: #fff;
  text-align: left;
  font-size: 24px;
  margin-top: 0;
}
.service_wrap .lead_text {
  width: 80%;
}
.service_wrap .lead_text_box_haisui {
  background-color: #245595;
}
.service_wrap .lead_text_box_check {
  background-color: #fabd0b;
}
.service_wrap .lead_text_box_renovation {
  background-color: #8fc31f;
}
.service_wrap .lead_text_box > p {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.service_wrap .contents_wrap {
  grid-template-columns: 2fr 1fr;
  display: grid;
  grid-gap: 1rem;
}
.service_wrap .contents_title {
  font-size: 21px;
  margin: 10px 0;
  font-weight: bold;
}
.service_wrap .contents_box {
  background: #f9f6d4;
  padding: 20px 30px;
}
.service_wrap .contents_box li a {
  color: #333333;
  text-decoration: underline;
}
.service_wrap .contents_box li a:hover {
  text-decoration: none;
}
#content #main .service_wrap h2.service_main_title {
  font-weight: normal;
  background: #eee;
  border-top: 3px solid #333;
  font-size: 26px;
  margin: 20px 0;
  padding: 0 10px;
  text-align: left;
  color: #000;
}
#content #main .service_wrap h3.service_sub_title {
  color: #333;
  padding: 0;
  text-align: left;
  margin: 10px 0;
  font-size: 18px;
}
.service_wrap .img_170 {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.service_wrap .two_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.service_wrap .w65 {
  width: 65%;
  padding: 0 20px;
}
.service_wrap .w25 {
  width: 25%;
  margin: 0 auto;
}
.service_wrap .iframe_wrap {
  width: 60%;
  height: 100%;
  aspect-ratio: 16 / 9;
  padding: 0 10px;
}
.service_wrap .iframe_wrap_w100 {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.service_wrap iframe {
  width: 100%;
  height: 100%;
}
.service_wrap .youtube_text {
  text-align: right;
  font-size: 12px;
  margin: -5px 0 0 0;
}
.service_wrap .w60 {
  width: 60%;
}
.service_wrap .kyusui_syurui {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.service_wrap .syurui_title {
  background: #333;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
}
.service_wrap .syurui_box {
  background: #eee;
  padding: 10px 20px;
  margin: 10px 0 0 0;
}
.service_wrap .red {
  color: red;
  font-size: 21px;
}
.service_wrap .kyusui_table {
  white-space: nowrap;
}
.service_wrap .kyusui_table th {
  text-align: center;
  border: 1px solid #333 !important;
}
.service_wrap .kyusui_table tr, .service_wrap .kyusui_table td {
  border: 1px solid #333 !important;
}
.service_wrap .w40 {
  width: 40%;
  padding: 0 20px;
}
.service_wrap .mb10 {
  margin: 0 0 10px 0;
}
.service_wrap .img_300 {
  height: 300px;
  width: 100%;
  object-fit: contain;
}
.service_wrap .img_200 {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.service_wrap .w50 {
  width: 50%;
  padding: 0 20px;
}
.service_wrap .grid_4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.service_wrap .grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.service_wrap .grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.service_wrap .border_service {
  border: 1px solid #333;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}
.service_wrap .check_water_images li {
  margin: 0 0 20px 0;
}
.service_wrap .check_water_images li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.service_wrap .check_water_title {
  font-weight: bold;
}
.service_wrap .img100 {
  width: 100%;
}
.service_wrap .aligncenter {
  align-items: flex-start;
}
.service_wrap .margin0auto {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .service_wrap .service_content, .service_wrap .lead_text {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .service_wrap .lead_text_box {
    font-size: 16px;
  }
  .service_wrap .lead_text_box > p {
    right: 0;
    bottom: -40px;
  }
  #content #main .service_wrap .lead_text_box h3.lead_text {
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin-top: 0;
    line-height: 1.8;
  }
  .service_wrap .lead_text_box > p > img {
    width: 30%;
    margin: 0 0 0 auto;
  }
  .service_wrap .contents_wrap {
    display: block;
  }
  .service_wrap .contents_box {
    padding: 20px;
    margin: 0 0 20px 0;
  }
  #content #main .service_wrap h2.service_main_title {
    font-size: 18px;
  }
  #content #main .service_wrap h3.service_sub_title {
    font-size: 16px;
  }
  .service_wrap .two_box {
    display: block;
  }
  .service_wrap .w65, .service_wrap .w60 {
    width: 100%;
    padding: 0;
  }
  .service_wrap .w25 {
    width: 90%;
    margin: 10px auto;
  }
  .service_wrap .iframe_wrap {
    width: 100%;
    margin: 20px auto;
  }
  .service_wrap .kyusui_syurui {
    display: block;
    margin: 20px auto;
  }
  .service_wrap .kyusui_syurui > li {
    margin: 0 0 20px 0;
  }
  .service_wrap .table_wrap {
    overflow-x: scroll;
  }
  .service_wrap .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .service_wrap .w25 > img {
    width: 100%;
  }
  .service_wrap .w40 {
    width: 100%;
    margin: 10px auto;
  }
  .service_wrap .w50 {
    width: 100%;
    margin: 10px auto;
  }
  .service_wrap .grid_4 {
    grid-template-columns: 1fr 1fr;
  }
  .service_wrap .grid_3 {
    grid-template-columns: 1fr 1fr;
  }
  .service_wrap .check_water_images li img {
    height: auto;
  }
  .service_wrap .img_200 {
    height: auto;
  }
  .service_wrap .syurui_title {
    font-size: 14px;
  }
}
/**/
/* works */
#content #main #worksPage {
  background: #640f0f;
}
#content #main #worksPage article:first-child {
  margin-top: 30px;
  padding: 20px;
}
#content #main #worksPage article {
  border: 2px solid #003e80;
  margin-bottom: 30px;
  background: #fff;
}
#content #main #worksPage article h3 {
  padding: 0 0 10px;
  border-bottom: 2px solid #003e80;
  font-size: 1em;
  margin: 0;
}
#content #main #worksPage article h3 time {
  display: inline-block;
  background: #003e80;
  color: #fff;
  width: 70px;
  height: 60px;
  position: relative;
  vertical-align: top;
}
#content #main #worksPage article h3 time .year {
  background: #004ea1;
  display: block;
  text-align: center;
  padding: 5px 0;
}
#content #main #worksPage article h3 time .month {
  position: absolute;
  color: #fff;
  width: 50px;
  height: 25px;
  background: -moz-linear-gradient(left top, #003e80, #003e80 48%, #0cc 52%, #fff 75%, #003e80);
  background: -webkit-gradient(linear, left top, right bottom, from(#003e80), color-stop(48%, #003e80), color-stop(52%, #fff), color-stop(52%, #003e80), to(#003e80));
  left: 10px;
  top: 30px;
  font-size: 1.5em;
}
#content #main #worksPage article h3 time .day {
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: 50px;
  height: 25px;
  font-size: 1.4em;
  text-align: right;
}
#content #main #worksPage article h3 .works-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 64%;
}
#content #main #worksPage article h3 .works-title mark {
  background: -moz-linear-gradient(center top, #fff, #fff 25%, #fff 50%, #ff0 75%, #fff);
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(25%, #fff), color-stop(50%, #fff), color-stop(75%, #ff0), to(#fff));
  font-size: 1.4em;
  line-height: 1.4em;
}
#content #main #worksPage article h3 .works-title address {
  margin: 10px 0 0;
}
#content #main #worksPage article h3 a {
  line-height: 60px;
  color: #fa9300;
  text-decoration: none;
}
#content #main #worksPage article h3 a:before {
  content: "close";
  background: #fabe00;
  width: 60px;
  padding: 10px 20px;
}
#content #main #worksPage article h3 a:hover:before {
  background: #e86800;
}
#content #main #worksPage article h3 a.collapsed {}
#content #main #worksPage article h3 a.collapsed:before {
  content: "open";
}
@media (max-width: 768px) {
  #content #main #worksPage article h3 a:before {
    content: "";
    background: none;
    padding: 0;
  }
  #content #main #worksPage article h3 a .glyphicon:before {
    content: "\4b";
    background: #fabe00;
    padding: 10px;
    font-weight: bold;
    font-size: 1.5em;
  }
  #content #main #worksPage article h3 a:hover .glyphicon:before {
    background: #e86800;
  }
  #content #main #worksPage article h3 a.collapsed:before {
    content: "";
  }
  #content #main #worksPage article h3 a.collapsed .glyphicon:before {
    content: "\4c";
  }
}
#content #main #worksPage article .img-main {
  margin: 30px auto 0;
}
#content #main #worksPage article .table-works {
  margin-top: 30px;
}
#content #main #worksPage article .voice {
  padding: 10px 10px 10px 80px;
  background: #f98100;
  color: #fff;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
}
#content #main #worksPage article .voice:before {
  content: url(https://sankou-setsubi.co.jp/wp-content/uploads/2025/08/works_icon_voice.png);
  position: absolute;
  left: 15px;
}
#content #main #worksPage .table-works tbody > tr > th {
  color: #003c7c;
}
#content #main #worksPage .table-works tbody > tr > th label {
  text-align: center;
  width: 120px;
  background: #dcdcdc;
  padding: 5px 10px;
}
#content #main #worksPage .table-works tbody > tr > td {
  padding-top: 13px;
}
#content #main #worksPage .table-works tbody > tr:last-child > th, #content #main #worksPage .table-works tbody > tr:last-child > td {
  border-bottom: 1px solid #dcdcdc;
}
#content #main #worksPage .img-sample {
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #fef1cc;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fff), color-stop(.75, #fff), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  padding: 20px 0;
}
#content #main #worksPage .works-new {
  position: relative;
}
#content #main #worksPage .works-new:before {
  content: url(../images/works/works_icon_new.png);
  position: absolute;
  top: 5px;
  left: 5px;
}
#content #main #worksPage .img-sample img {}
#content #main #worksPage .img-sample-before {
  position: relative;
}
#content #main #worksPage .img-sample-before img {
  position: relative;
  z-index: 100;
}
#content #main #worksPage .img-sample-before:before {
  content: "Before";
  color: #999;
  font-weight: bold;
}
#content #main #worksPage .img-sample-before:after {
  content: url(https://sankou-setsubi.co.jp/wp-content/uploads/2025/08/works_icon_voice.png);
  position: absolute;
  left: 125px;
  bottom: 30px;
}
#content #main #worksPage .img-sample-after:before {
  content: "After";
  color: #fa9300;
  font-weight: bold;
  left: 125px;
  position: absolute;
  top: 0px;
}
#content #main #worksPage .img-sample-after img {
  margin: 0 auto;
  padding-top: 20px;
}
#content #main #worksPage .img-sample-after {
  margin: -35px auto 0;
  padding: 0 5px;
  position: relative;
}
#content #main #worksPage.list .item .ttl {
  padding: 0 0 10px;
  border-bottom: 2px solid #003e80;
  font-size: 1em;
  margin: 0;
  display: flex;
  align-items: center;
  color: #333;
}
#content #main #worksPage.list .item .ttl time {
  display: inline-block;
  background: #003e80;
  color: #fff;
  width: 70px;
  height: 60px;
  position: relative;
  vertical-align: top;
}
#content #main #worksPage.list .item .ttl time .year {
  background: #004ea1;
  display: block;
  text-align: center;
  padding: 0;
}
#content #main #worksPage.list .item .ttl time .month {
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
}
#content #main #worksPage.list .item .ttl .works-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 64%;
}
#content #main #worksPage.list .item .ttl .works-title mark {
  background: -moz-linear-gradient(center top, #fff, #fff 25%, #fff 50%, #ff0 75%, #fff);
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(25%, #fff), color-stop(50%, #fff), color-stop(75%, #ff0), to(#fff));
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
}
#content #main #worksPage.list .item .ttl .works-title address {
  margin: 10px 0 0;
  font-style: normal;
  line-height: 1.42857143;
}
#content #main #worksPage .detail .location_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 30px;
}
#content #main #worksPage .detail .location_box .img_area {
  width: 52%;
  text-align: left;
  margin: 30px 0 0;
}
#content #main #worksPage .detail .location_box .img_area img {
  max-width: 100%;
  height: auto;
}
#content #main #worksPage .detail .location_box .location_area {
  width: 48%;
}
#content #main #worksPage article .table-works {
  margin-top: 30px;
}
#content #main #worksPage .table-works tbody > tr > th {
  color: #003c7c;
}
#worksPage .table-works tbody > tr > th label {
  text-align: center;
  width: 120px;
  background: #dcdcdc;
  padding: 5px 10px;
}
#content #main #worksPage .detail .before_after_box .brfore_box {
  width: 45%;
  text-align: center;
}
#content #main #worksPage .detail .before_after_box .brfore_box img {
  max-width: 100%;
  height: auto;
}
#content #main #worksPage .detail .before_after_box .arrow_right_alt {
  width: 10%;
  text-align: center;
}
#content #main #worksPage .detail .before_after_box .after_box {
  width: 45%;
  text-align: center;
}
#content #main #worksPage .detail .before_after_box .after_box img {
  max-width: 100%;
  height: auto;
}
#content #main #worksPage .detail .voice {
  padding: 20px 10px 20px 80px;
}
#content #main #worksPage .detail .voice table {
  margin: 0px 0;
}
#content #main #worksPage .detail .voice table tr, #content #main #worksPage .detail .voice table tr td {
  border: none;
  padding: 0;
}
#content #main #worksPage .detail .voice:before {
  left: 15px;
  top: 7px;
}
.ya-migi {
  font-weight: bold;
  font-size: 3em;
  margin-top: 45px;
  color: #ffab00;
}
#worksPage .detail .before_after_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 30px;
}
.prev-next a {
    font-size: 16px;
    margin: 0 15px;
    background: #fa931d;
    color: #fff;
    padding: 10px 20px;
    width: 35px;
    height: 35px;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    border: none !important;
    display: inline-flex;
}p.prev-next.column-next a {
    width: auto;
    height: auto;
}
#content #main #worksPage .detail .location_box .location_area table tr {
  border: none;
}
#content #main #worksPage .detail .location_box .location_area table th, #content #main #worksPage .detail .location_box .location_area table td {
  border-bottom: 1px solid #eee;
}
.nav_left li {
  position: relative;
  margin: 0 0 20px 0;
}
#content #main .nav_left li .work_category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  margin: 0;
  text-align: right;
  font-size: 18px;
  padding: 0 10px;
}
#content #main .all_wrap.colum_two {
  display: flex;
  justify-content: space-between;
}
#content #main .all_wrap.colum_two .list .item {
  text-align: left;
}
#content #main .all_wrap.colum_two .list .item .ttl time .month {
  font-size: 18px;
}
#content #main .all_wrap.colum_two .list .item {
  position: relative;
}
#content #main .all_wrap.colum_two .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}
#content #main .all_wrap.colum_two .list .item .ttl {
  padding: 0 0 10px;
  border-bottom: 2px solid #003e80;
  font-size: 1em;
  margin: 0 0 20px;
}
#content #main .all_wrap.colum_two .list .item .ttl time {
  display: inline-block;
  background: #003e80;
  color: #fff;
  width: 70px;
  height: auto;
  position: relative;
  vertical-align: top;
}
#content #main .all_wrap.colum_two .list .item .ttl time .year {
  background: #004ea1;
  display: block;
  text-align: center;
  padding: 5px 0;
}
#content #main .all_wrap.colum_two .list .item .ttl time .month {
  font-size: 18px;
}
#content #main .all_wrap.colum_two .list .item .ttl time .month {
  position: relative;
  color: #fff;
  font-size: 1em;
  text-align: center;
  display: block;
}
#content #main .all_wrap.colum_two .list .item .ttl .works-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 64%;
}
#content #main .all_wrap.colum_two .list .item .ttl .works-title mark {
  background: -moz-linear-gradient(center top, #fff, #fff 25%, #fff 50%, #ff0 75%, #fff);
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(25%, #fff), color-stop(50%, #fff), color-stop(75%, #ff0), to(#fff));
  font-size: 20px;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
}
#content #main .all_wrap.colum_two .list .item .ttl .works-title address {
  margin: 10px 0 0;
  font-style: normal;
  line-height: 1.42857143;
  color: #084c9f;
  font-weight: normal;
}
#content #main .all_wrap.colum_two button.detail_btn {
  width: 15%;
  height: 50px;
  background: #fbc41a;
  border: none;
  color: #fff;
  font-weight: bold;
  margin: 0px 0 0 60px;
  position: absolute;
  top: 15px;
  right: 30px;
}
#content #main .all_wrap.colum_two .list .item button.detail_btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
ul.nav_left {
  width: 300px;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 {
  width: calc(100% - 350px);
}
.Inner {
  width: 1100px;
  padding: 0 50px;
}
.Inner p{
  text-align: left;
	  
}
.zip p {
    display: flex;
    align-items: center;
}

.zip p span {
    margin: 0 10px;
}
.field p a {
    color: #4876ba;
    text-decoration: underline;
}

input.wpcf7-form-control.wpcf7-file {
    border: none;
}
#content article#main.customer_article {
  margin: 50px auto;
}
#content article#main.customer_article .post_box a .posttitle p.date.datetxt, #content article#main.customer_article .post_box a .posttitle h3 {
  color: #fff;
}
#content article#main.customer_article .post_box a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#content article#main.customer_article .post_box {
  width: 100%;
}
#content article#main.customer_article .post_box a .posttitle {
  width: 40%;
  text-align: left;
  padding: 40px 20px 0;
  background: #edba3e;
  margin: 0;
}
#content article#main.customer_article .post_box a .entry {
  width: 60%;
  text-align: left;
}
#content article#main.customer_article .post_box a p.more {
  display: block;
  margin: 0 0 10px;
}
/*BLOG一覧*/
.post_blog_box {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    transition: 0.5s;
}
.post_blog_box:hover {
    opacity: 0.6;
}
.post_blog_wrap {
    max-width: 1000px;
    margin: 20px auto;
}

.post_blog_box  figure {
    width: 300px;
}

.post_blog_txt {
    width: calc(100% - 330px);
    text-align: left;
}

.post_blog_box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#content #main p.blog-day {
    margin: 0;
    color: #999;
    font-size: 0.9em;
}

.post_blog_txt .entry p {
    margin: 0 0 10px !important;
}

#content #main .post_blog_txt h3 {
    margin: 0;
    padding: 0;
}
.post_blog_txt .posttitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#content #main .post_blog_txt span.blog-cat {
    background: #052d4f;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
    border-radius: 50px;
    margin-right: 15px;
}
/*最新情報一覧*/
.post_news_wrap {
    width: 1000px;
    margin: 20px auto;
}

.post_news_box {
    position: relative;
    transition: 0.5s;
}

.post_news_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}
.post_news_txt .posttitle {
    display: flex;
    align-items: center;
    width: calc(100% - 150px);
}
#content #main .post_news_txt .posttitle h3 {
    margin: 0;
    font-size: 18px;
    width: calc(100% - 150px);
    text-align: left;
}
.post_news_txt .posttitle span.blog-cat {
    background: #052d4f;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
    border-radius: 50px;
    margin-right: 15px;
    width: 120px;
}
.post_news_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.post_news_box:hover {
    opacity: 0.6;
}

/*お客様の声一覧*/
.post_customer_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post_customer_box {
    width: 48%;
    margin-bottom: 40px;
    position: relative;
    transition: 0.5s;
}
.post_customer_head {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
}
.post_customer_head span {
    font-family: Roboto;
    font-weight: bold;
    font-size: 45px;
    padding: 0 15px 0 0;
}
#content #main .post_customer_head h3 {
    padding: 0 0 0 15px;
    margin: 0;
    border-left: 2px solid #aaa;
    font-size: 18px;
}
.post_customer_cont {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post_customer_cont figure {
    width: 35%;
}
.customer_text {
    width: 65%;
    padding: 0 0 0 20px;
    text-align: left;
}
.customer_text h4 {
    color: #052d4f;
    border-bottom: 1px solid #aaa;
    padding: 0 0 10px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 17px;
}
.customer_text ul li {
    position: relative;
    font-size: 15px;
}
.customer_text ul li:before {
    content: "・";
    position: absolute;
    left: -15px;
}.customer_text ul {
    margin-left: 10px;
}
.post_customer_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.post_customer_box:hover {
    opacity: .6;
}


/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  /* 構造 */
  *, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    min-width: 320px;
    /* overflow-x: hidden; */
  }
  .wrapper {
    z-index: 10;
    width: 100%;
  }
  body, .home {
    /* 背景画像を非表示にしています */
    background: none;
    background-color: #fff;
  }
  .headnav, .footermenu {
    /* tel画像、フッターメニューを非表示にしています */
    display: none;
  }
  #content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #content #side {
    /* スマホ用のサイドバー */
    margin: 20px auto 0 auto;
    width: 90%;
  }
  #content #main {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #submain .h1wrap {
    width: auto;
    position: relative;
    background: #ffffffb3;
    padding: 20px;
  }#submain h1 {
    padding: 0;width: 100%;
}
  #content #side h3 {
    width: 100%;
  }
  #content #side ul.menu {
    width: 100%;
  }
  #content #side ul.menu li:last-child {
    border-bottom: none;
  }
  #header.fixed {
    /*  top:auto;メニュー戻り時ズレ防止 */
  }
  #header.fixed .header_l img {
    display: block;
  }
  .ibox_p {
    width: 100%;
  }
  #content img, #content iframe {
    max-width: 100%;
  }
  #content {
    padding-top: 10px;
    width: auto;
  }
  #pan {
    width: auto;
    margin: 10px;
  }
  #content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .mobile_only {
    /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }
  .pc_only {
    /* pcにだけ表示させたいものに使用する */
    display: none;
  }
  /* ヘッダー */
  #pc_button {
    display: none;
  }div#header_main {
    position: fixed;
}
  .wrapper_head, #header_main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1000;
    background: none;
    margin-top: 0;
    height: 50px;
    background-color: #fff;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  }
  #header_main .header_l {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  header h1, p.logo_note {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.2;
  }
  #header_main .header_l img {
    margin: 5px 0 0 10px;
    width: auto;
    height: 30px;
  }
  header nav {
    display: none;
  }
  #mobile_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 45px;
    width: 50px;
    padding: 2px 10px 0 12px;
  }
  #mobile_button .menutxt {
    /* font-size: 10px; */
    text-decoration: none;
    position: relative;
    border: none;
    display: block;
  }
  #mobile_button .menutxt svg {
    width: 28px;
    height: auto;
  }
  #mobile_button .menutxt svg path {
    fill: gray;
  }
  .lineswrap {
    height: 20px;
  }
  #mobile_button .lines {
    background: #919191;
    display: inline-block;
    width: 28px;
    height: 3px;
    position: relative;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #mobile_button .lines::after, #mobile_button .lines::before {
    background: #919191;
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 3px;
    content: '';
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #mobile_button .lines::before {
    top: 8px;
    right: 0;
  }
  #mobile_button .lines::after {
    top: -8px;
    right: 0;
  }
  #mobile_button a.xclose {
    display: block;
    position: relative;
    height: auto;
    padding: 10px 0;
    margin-top: 6px;
    z-index: 1020;
    cursor: pointer;
  }
  #mobile_button .xclose .menutxt {
    display: none;
  }
  #mobile_button .xclose .lines {
    background: 0 0;
  }
  #mobile_button .xclose .lines::before {
    top: -4px;
    right: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  #mobile_button .xclose .lines::after {
    top: -4px;
    right: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  a#sidr-menu-button {
    display: block;
    height: auto;
    text-decoration: none;
    padding: 5px 0 0;
  }
  #mobile_main {
    display: inline-block;
  }
  #mobile_main img {
    max-width: 100%;
  }
  /*add*/
.mobile_menu {
    top: 50px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #ededed;
    overflow-y: scroll;
    height: 100vh;padding-bottom: 150px;
}.mobile_menu ul.menu {
    margin-bottom: 60px;
}
  .mobile_menu ul {
    margin-bottom: 0;
  }
  .mobile_menu ul li {
    border-bottom: 1px dotted #fff;
  }
  .mobile_menu ul li:last-child {
    border: none;
  }
  .mobile_menu ul li a {
    text-decoration: none;
    display: block;
  }
  .mobile_menu ul li a {
    padding: 10px 20px;
  }
  .mobile_menu .sub-menu {
    background: #fff2f2;
  }
  .mobile_menu .sub-menu li {
    border-bottom: 1px solid #fbdedc;
  }
  .mobile_menu .sub-menu li:last-child {
    border: none;
  }
  .mobile_menu .sub-menu li a {
    padding: 15px 10px 15px 30px;
    font-size: 95%;
  }
  /* ハンバーガーボタン */
  #panel-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    /*  margin: 20px 0 10px; */
    background: #fff;
  }
  #panel-btn:hover {
    background: #fafafa;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -2px 0 0 -15px;
    background: #666;
    transition: 0.2s;
  }
  #panel-btn-icon::before, #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #666;
    transition: 0.3s;
  }
  #panel-btn-icon::before {
    margin-top: -10px;
  }
  #panel-btn-icon::after {
    margin-top: 6px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close::before, #panel-btn .close::after {
    margin-top: 0;
  }
  #panel-btn .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* モバイル用のメニュー */
  #panel {
    display: none;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 5;
  }
  #panel li a {
    text-decoration: none;
    font-size: 87%;
    line-height: 1.3;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    width: 220px;
    display: block;
    margin: 0 auto 12px;
    font-weight: bold;
  }
  #panel .menu_list1 li a {
    /* 固定ページのリスト部分 */
    background-color: #393871;
  }
  #panel .menu_list2 li a {
    /* 投稿カテゴリのリスト部分 */
    background-color: #ccc;
    color: #333;
  }
  /* メイン画像　下層画像 */
  #imagebox img {
    max-width: 100%;
  }
  #imagebox {
    margin: 0;
    text-align: center;
    height: auto;
  }
  #imagebox3 img {
    max-width: 80%;
    height: auto;
  }
  #imagebox3 {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .imagebox_p {
    width: 60%;
    padding: 50px 0 0 0;
    height: 50%;
  }
  #base #bg #imagebox3 h1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 20px;
    color: #566278;
  }
  #base #bg #imagebox3 h1 .fs {
    font-size: 25px;
  }
  .imagebox_p span.c_2 {
    font-size: 20px;
  }
  .imagebox_p span.c_3 {
    font-size: 18px;
  }
  #imagebox2 {
    padding: 15px 10px 10px 10px;
    font-size: 125%;
    background-size: cover;
    height: auto;
    background-position: 50% 50%;
    line-height: 1.3;
  }
  /* 見出し */
  #content #main h2.singletitle, #content #main h2.title, #content #main h2, #content #main h3, #content #main h4 {
    line-height: 1.2;
  }
  #content #main h2 {
    line-height: 1.5;
    margin-top: 30px;
  }
  /* サイド */
  #mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .side_area img {
    display: block;
    margin: 0 auto;
  }
  #mobile_side .side_area h3 {
    width: 100%;
  }
  /* テーブル */
  .tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: 1px solid #dadada;
  }
  .tablestyle td {
    display: block;
    width: 100%;
    border-top: 0;
  }
  /* 固定ページ */
  .alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only {
    /* caption分岐の際、余白防止 */
    display: none;
  }
  /* コンタクトフォーム */
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
  }
  .wpcf7-text {
    width: 90%;
  }
  .k-year .wpcf7-form-control {
    /* 年号のテキスト */
    width: 5rem;
  }
  .wpcf7 td {
    /* フォームの行を縦に並べる */
    display: block;
    width: 100%;
    font-weight: bold;
  }
  .wpcf7 .tdstyle {
    /* フォームの項目を左寄せ */
    text-align: left;
  }
  /* 電話番号タップ */
  #mobile_tel {
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 10px 0 5px 0;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
  }
  .mobile_tel_inner {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 2px;
    background: #fff;
  }
  .tel_name {
    padding: 5px 0;
    font-weight: bold;
    color: #333;
  }
  .tel_btn {
    display: block;
    border-radius: 5px;
    font-size: 150%;
    font-weight: bold;
    padding-top: 5px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #46a1e2));
    background: -webkit-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #46a1e2 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1e5799', endColorstr='#46a1e2', GradientType=0);
  }
  .tel_btn a {
    color: #fff;
    text-decoration: none;
  }
  /* フッター */
  .footer_nav {
    width: 100%;
  }
  .footer_btm_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }
  .footer_btm_left {
    width: 100%;
    margin: 0 0 20px;
  }
  p.cinfo, p.urls {
    text-align: center;
  }
  .footer_btm_right {
    margin: 0;
  }
  /* fix_footer */
  #fix_footer {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fffa;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.3s;
  }
  #fix_footer.fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    transition: 0.3s;
    z-index: 100;
  }
  #fix_footer.fadeout {
    transform: translateY(100%);
  }
  #fix_footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0;
  }
  #fix_footer ul li {
    width: 48%;
    border-radius: 6px;
  }
  /*
  #fix_footer ul li a {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  */
  #fix_footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    text-align: center;
  }
  #fix_footer img {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .fix_tel a img {
    width: 16px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .fix_mailbtn {
    background: #333;
  }
  .fix_mailbtn a {
    color: #fff;
  }
  .fix_tel {
    background: #ccc;
  }
  .fix_tel a {
    font-weight: bold;
    color: #333;
    line-height: 1.3;
  }
  a.backToTop {
    right: 20px;
    bottom: 100px;
  }
  /* ------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
-------------------------------------------------------- */
  .simplegallery {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
  }
  /* ------------------------------------------------------
(1)スライダー
-------------------------------------------------------- */
  /* メイン画像マージン */
  .bx-wrapper {
    margin: 0 auto 0;
  }
  /* メイン画像に内余白をつける */
  .bx-wrapper .bx-viewport {
    padding: 0;
  }
  /* サムネイル */
  #bx-pager {
    background-color: #fff;
    /* サムネイル枠背景色 */
    background-image: url(img/bg_sliderthum.png);
    /* サムネイル枠背景画像 */
    /* ▲どちらか一方を残しもう一方は削除▲ */
    padding: 12px 90px;
    margin-bottom: 20px;
  }
  #bx-pager a.last {
    margin-right: 0;
  }
  /* サムネイル通常時 */
  #bx-pager a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #bx-pager a {
    display: block;
    float: left;
    margin-right: 21px;
    border: 1px solid #e1e1e3;
  }
  /* メインで表示されている画像に対応するサムネイル */
  #bx-pager a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #bx-pager a.active {
    border: 1px solid #f00;
  }
  /* ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ */
  .img2 {
    display: none;
  }
  .img2.show {
    display: block;
  }
  .header_tel {
    display: none;
  }
  #pagetop {
    display: none;
  }
  #header.fixed {
    width: 100%;
    height: 50px;
  }
  a.link, a.link2 {
    width: 40%;
  }
  .cd0, .cd1, .cd2, .cd3 {
    padding: 20px 0 20px;
  }
  /* ページ内スライド制御 */
  .sliderbox {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* clearfixと組み合わせて使用 */
  .six_four_r, .six_four_l, .seven_three_r, .seven_three_l {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  ul.nav_left {
    width: 25%;
  }
  .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
    width: 70%;
  }
  .Inner {
	  width: auto;
    max-width: 100%;
    padding: 0 20px;
  }
}
/* end */

@media screen and (max-width: 1000px) {

/*main contact*/
.smartphone-contact {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index:1111
}
.smartphone-contact.active {
	display: flex !important;
	background: #333;
}
.smartphone-contact-tel {
	width: 35%;
	background: #f08f13;;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin:2px 0;
	box-sizing: border-box;
	border-radius: 12px;
	margin-left: 2px;
    height: 56px;	
}
.smartphone-contact-tel dt {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    padding: 0 0 0  25px;
}
.smartphone-contact-tel dd {
	line-height: 1.4em;
}
.smartphone-contact-tel dd a {
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-decoration: none;
}
.smartphone-contact-tel dd a span {
	display: inline-block;
	width: 15px;
	margin-right: 5px;
}
.smartphone-contact-mail {
	width: 35%;
}
.smartphone-contact-time {
    width: 30%;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
    height: 56px;
    line-height: 1.3em;
    align-items: center;
    margin-top: 3px;
    text-align: center;
}
.smartphone-contact-mail a {
    display: flex;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    background: #4371B2;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 2px 0;
    font-size: 13px;
    align-items: center;
    height: 56px;
    line-height: 1.5;
}


.smartphone-contact-mail a :before {
    content: url("img/icn_list.png");
    margin-right:6px; 
    background-size: contain;
}

.copy_right {
    padding-bottom: 57px;
}

.tel {
    background: url(img/icn_tel.png) no-repeat left center;
    padding-left: 24px;
}
.mobile_menu li {
    font-size: 12px;
    padding: 4px 10px;
}

.mobile_menu li a {
    text-align: left;
    padding: 0px;
}
	/*最新情報一覧*/
.post_news_wrap {
    width: 100%;
    margin: 20px auto;
}
}


@media screen and (min-width: 1301px) and (max-width: 1460px) {

.smartphone-contact {
	display: none;
}

}
/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
  #content #main p{
    font-size: 14px;
    /* 14px; */
  }
  #submain figure {
    width: 100%;
  }
  #content #main h1.singletitle, #content #main h1 {
    font-size: 1.875rem;
    /* 30px; */
    padding-top: 70px;
  }
  #content #main h2 {
    font-size: 1.375rem;
    /* 22px; */
  }
  #content #main h3 {
    font-size: 1.125rem;
    /* 18px; */
  }
  #ibox {
    height: 75vw;
  }
  #ibox img.main_img {
    display: none;
  }
  #ibox img.main_sp_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
  .ibox_p h1 {
    font-size: 20px;
  }
  /* キャッチを画像にする場合 */
  .ibox_p img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    display: block;
    margin: auto;
  }
  #submain {
    height: auto;
    padding: 20px;
  }
  .h1wrap .txt {
    width: 100%;
    line-height: 1.8;
    position: relative;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
 #submain h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000 !important;
    width: 100%;
}
  #content #main h2.h2 {
    color: #000;
    font-size: 23px;
  }
  .three_box p {
    font-size: 14px;
  }
  /* フッター */
  .footer_btm_left {
    margin: 0;
  }
  .f_btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f_btn .tel {
    padding: 0 0 20px;
  }
  #fix_footer a {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  #fix_footer img {
    display: block;
    margin: 0 auto;
  }
  #fix_footer .fix_mailbtn img {
    margin: 0 auto 5px;
  }
  .fix_tel a img {
    width: 14px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  #imagebox3 {
    clear: both;
    z-index: 2;
    text-align: center;
    height: 200px;
    background-color: #f6f7fa;
    padding-top: 20px;
    margin-bottom: 0;
    /* background-position: bottom center; */
    background-position: center;
    /* background-image: url("img/dot_black.png"),url("img/main_bg2.jpg"); */
    background-image: url("img/main_bg2.jpg");
    position: relative;
  }
  .imagebox_p {
    width: 95%;
    height: 60%;
    padding-top: 20px;
  }
  #base #bg #imagebox3 h1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 12px;
  }
  #base #bg #imagebox3 h1 .fs {
    font-size: 16px;
  }
  .imagebox_p span.c_2 {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .imagebox_p span.c_3 {
    font-size: 18px;
  }
  .imagebox_p p {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 0;
  }
  .imagebox_p span.c_2 {
    font-size: 15px;
    line-height: 1.3;
  }
  .imagebox_p span.c_3 {
    font-size: 15px;
    line-height: 1.3;
  }
  .rightbox, .leftbox {
    float: none;
  }
  .two_box, .three_box, .four_box {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  a.link, a.link2 {
    width: 90%;
  }
  .eyecatch_box {
    display: block;
  }
  .eyecatch_box .ttl_wrap {
    width: 100%;
  }
  .eyecatch_box .ttl_wrap, .eyecatch_box .txt_wrap {
    display: block;
  }
  .two_box {
    margin: 0 0 15px 0;
  }
  .three_box, .three_box:nth-child(3n-1), .four_box {
    margin: 0 0 15px 0;
  }
  /* フォームの調整 599px以下 */
  .field_wrap {}
  .field_name {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  .field {
    display: block;
    width: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
  }
  input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control, .wpcf7-list-item-label {
    font-size: 1.2em;
  }
  div.sbtn_1 input[type="submit"], div.sbtn_2 input[type="submit"], div.sbtn_3 input[type="submit"], div.sbtn_4 input[type="submit"], div.sbtn_5 input[type="submit"] {
    font-size: 1.2em;
  }
  .sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
    top: 1.4em;
  }
  /* archives.php 599px以下 */
  #content #main div.post_wrap::after {
    content: none;
  }
  .post_box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
  }
  #content #main #worksPage article:first-child {
    margin-top: 30px;
    padding: 10px;
  }
  #content #main #worksPage.list .item .ttl {
    padding: 0 0 10px;
    border-bottom: 2px solid #003e80;
    font-size: 1em;
    margin: 0;
    display: flex;
    align-items: center;
    color: #333;
    justify-content: space-between;
  }
  #content #main #worksPage.list .item .ttl .works-title {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: calc(100% - 75px);
  }
  #content #main #worksPage .detail .location_box {
    flex-wrap: wrap;
  }
  #content #main #worksPage .detail .location_box .img_area {
    width: 100%;
    text-align: left;
    margin: 30px 0 0;
  }
  #content #main #worksPage .detail .location_box .location_area table th {
    white-space: nowrap;
  }
  #content #main #worksPage .detail .location_box .location_area {
    width: 100%;
  }
  #worksPage .detail .before_after_box {
    flex-wrap: wrap;
  }
  #content #main #worksPage .detail .before_after_box .brfore_box {
    width: 100%;
    text-align: center;
  }
  #content #main #worksPage .detail .before_after_box .after_box {
    width: 100%;
    text-align: center;
  }
  #content #main #worksPage .detail .before_after_box .arrow_right_alt {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
  }
  #content #main #worksPage .detail .voice:before {
    left: auto;
    top: 7px;
    right: 0;
  }
  #content #main #worksPage .detail .voice {
    padding: 60px 20px 20px;
    text-align: justify;
  }
  .container {
    margin: 0 auto;
    padding: 0;
  }
  #content #main .all_wrap.colum_two {
    flex-wrap: wrap;
  }
  ul.nav_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 2;
  }
  .nav_left li {
    position: relative;
    margin: 0 0 20px 0;
    width: 48%;
  }
  .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
    width: 100%;
  }
  #content #main .all_wrap.colum_two button.detail_btn {
    display: none;
  }
  #content #main .all_wrap.colum_two .list .item .ttl {
    padding: 0 0 10px;
    border-bottom: 2px solid #003e80;
    font-size: 1em;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  #content #main .all_wrap.colum_two .list .item .ttl .works-title {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: calc(100% - 80px);
  }
  #content #main .all_wrap.colum_two .list .item .ttl time .year {
    background: #004ea1;
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  #content #main .all_wrap.colum_two .list .item .ttl time .month {
    position: relative;
    color: #fff;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: 10px 0 0;
  }
}
/* end */


/*新着情報*/
.single_default-wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 50px 0;
}ul.newsblog li {
    margin: 0 0 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
ul.newsblog li span {
    width: 150px;
    display: inline-flex;
}

ul.newsblog li a {
    display: flex;
    width: calc(100% - 180px);
}
ul.newsblog li a span {
    width: 100%;
}ul.top-blog li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    transition: 0.5s;
}
ul.top-blog li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}ul.top-blog li:hover {
    opacity: 0.6;
}
ul.top-blog li figure {
    width: 150px;
}

ul.top-blog li figure img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

ul.top-blog li .txt {
    width: calc(100% - 180px);
}

ul.top-blog li .txt span.datetxt {
    display: block;
}
@media screen and (max-width: 1000px) {
	.single_default-wrap {
    width: 100%;
    padding: 20px 0;
}
	/*お客様の声一覧*/
#content #main .post_customer_head h3 br {
    display: none;
}.post_customer_cont {
    flex-wrap: wrap;
}.post_customer_cont figure img {
    width: 150px;
}
.post_customer_cont figure {
    width: 100%;
    margin-bottom: 20px;
}.customer_text {
    width: 100%;
    padding: 0 0 0 20px;
    text-align: left;
}.customer_text h4 br {
    display: none;
}
	
}
@media screen and (max-width: 599px) {
	ul.newsblog li {
    flex-wrap: wrap;
}

ul.newsblog li span.datetxt {
    width: 100%;
}

ul.newsblog li a {
    width: 100%;
}
	/*BLOG一覧*/
	.post_blog_box {
    flex-wrap: wrap;
}.post_blog_box  figure {
    width: 100%;
    margin-bottom: 20px;
}.post_blog_txt {
    width: 100%;
    text-align: left;
}
/*	最新情報一覧*/
	.post_news_txt .posttitle {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}#content #main .post_news_txt .posttitle h3 {
    margin: 0;
    font-size: 18px;
    width: 100%;
    text-align: left;
}.post_news_txt {
    flex-wrap: wrap;
}.post_news_txt p.blog-day {
    text-align: right;
    width: 100%;
}.post_news_txt .posttitle span.blog-cat {
    background: #052d4f;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
    border-radius: 50px;
    margin: 0 0 15px;
    width: auto;
}
		/*お客様の声一覧*/
	.post_customer_box {
    width: 100%;
}.customer_text h4 br {
    display: block;
}.customer_text {
    width: 100%;
    padding: 0;
    text-align: left;
}.customer_text h4 {
    text-align: center;
}
}