@charset "UTF-8";
/*
Theme Name: denkitemp-a
Version: 1.0.0
Author: LEAD
License: MONA Design
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
/* @import "css/sass/common.css";
--------------------------------------------------------------　*/
/* -- Reset --
--------------------------------------------------------------　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

#bgl {
  overflow: hidden;
}

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

ol, ul, li {
  list-style-type: none;
}

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

table caption, table th, table td {
  font-weight: normal;
  text-align: left;
}

/* -- framework && common --
--------------------------------------------------------------　*/
/* framework ---------------------------------*/
#main {
  line-height: 1.7;
  letter-spacing: 1px;
}

header, #site_navigation, #mainvisualarea, #breadcrumb, #pagetitlearea, #content, footer {
  width: 100%;
}

main a:hover, main a:active {
  outline: 0;
  opacity: 0.7;
  transition: opacity .2s ease-out;
}

main a img:hover, main a img:active {
  outline: 0;
  opacity: 0.7;
  transition: opacity .2s ease-out;
}

.mainwrap {
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .mainwrap {
    max-width: 95%;
  }
}

@media screen and (min-width: 981px) {
  .mainwrap {
    max-width: 1100px;
  }
}

@media screen and (max-width: 767px) {
  .mainwrap.mw_max {
    width: 100%;
    margin: 0 0;
  }
}

.mainwrap .mainwrap {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 980px) {
  .home #contentbody.mainwrap {
    width: 100%;
    max-width: 100%;
  }
  .home #contentbody.mainwrap .mainwrap_top {
    margin: 0 auto;
    max-width: 95%;
  }
}

#globalnaviarea_wrap .mainwrap {
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #globalnaviarea_wrap .mainwrap {
    max-width: 100%;
  }
}

.inner_10 {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #contentbody {
    padding: 0 0;
  }
  .content_inner {
    padding: 10px;
  }
  .inner_30 {
    padding: 10px 0;
  }
  .inner_50 {
    padding: 30px 10px;
  }
  #sidecolumn {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #contentbody {
    padding: 0 0;
  }
  .content_inner {
    padding: 20px;
  }
  .inner_30 {
    padding: 30px 0;
  }
  .inner_50 {
    padding: 50px 0;
  }
  #maincolumn {
    width: 100%;
    line-height: 130%;
    /*  float: left; */
  }
  #maincolumn .mv_contactbanner {
    margin-bottom: 50px;
  }
  #sidecolumn {
    display: none;
    /*     width: 23%;
    margin-bottom: 20px;
    float: right; */
  }
}

@media screen and (max-width: 767px) {
  .mv_contactbanner {
    margin-bottom: 25px;
  }
}

/* switch */
.switch {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .spview, .sp_taview, .sp_pcview {
    display: block;
  }
  .taview, .ta_pcview, .pcview {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .sp_taview, .taview, .ta_pcview {
    display: block;
  }
  .spview, .sp_pcview, .pcview {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .sp_pcview, .ta_pcview, .pcview {
    display: block;
  }
  .spview, .sp_taview, .taview {
    display: none;
  }
}

.leftdir, .rightdir {
  max-width: 100%;
}

/* Pager --
--------------------------------------------------------------　*/
.pagination {
  display: inline-block;
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 20px 0;
}

.pagination span {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  font-size: 14px;
  padding: 14px 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: auto;
  background: #0D47A1;
}

.pagination a {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 16px;
  line-height: 1;
  background: #f2f2f2;
  text-align: center;
}

.pagination a:hover {
  background: #0D47A1;
  opacity: 1;
}

.pagination .current {
  background: #0D47A1;
  text-align: center;
  font-size: 14px;
  padding: 14px 16px;
  line-height: 1;
}

/* ------------------------------------------------------------------------- *
*  Base Styles
/* ------------------------------------------------------------------------- */
/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.entry-content p, .entry-content img {
  margin-bottom: 1em;
}

/* @import "css/sass/header.css";
--------------------------------------------------------------　*/
.tel_time {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .tel_time {
    font-size: 11px;
  }
}

/* -- header --
--------------------------------------------------------------　*/
#header {
  position: relative;
  line-height: 1em;
}

#header #site_description_area {
  color: #767676;
  padding-top: 8px;
}

#header #site_description_area h1 {
  font-size: 13px;
}

@media print, screen and (max-width: 767px) {
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    background: rgba(247, 247, 247, 0.9);
  }
  #header .head_top, #header .head_nav, #header .head_link {
    display: none;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  #header .drawer-toggle, #header .head_catch {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  #header .site_title {
    margin: 11px 0 10px 10px;
  }
  #header .site_title img {
    margin-top: 0;
    margin-bottom: 2px;
    width: auto;
    height: 30px;
    margin-right: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  #header .site_title img {
    display: block;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 320px) {
  #header .head_catch {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  #header .head_sp_logoarea {
    overflow: hidden;
  }
  #header .head_sp_logoarea .site_title {
    float: left;
  }
  #header .head_sp_logoarea .head_catch {
    float: left;
    margin-top: 11px;
    margin-bottom: 2px;
  }
  #header .head_sp_logoarea .head_catch img {
    float: left;
    width: auto;
    height: 30px;
    margin-left: 0;
  }
  #header .scrolling_wrap {
    height: 100%;
    overflow-y: scroll;
  }
  #header .scrolling_wrap.swsp {
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  #header .scrolling_wrap .scrolling_wrap_top {
    padding: 0 10px 10px;
  }
  #header .scrolling_wrap .scrolling_wrap_top ul {
    overflow: hidden;
  }
  #header .scrolling_wrap .scrolling_wrap_top ul li {
    width: 49%;
    float: left;
    margin-top: 10px;
  }
  #header .scrolling_wrap .scrolling_wrap_top ul li:nth-child(2n) {
    float: right;
  }
  #header .scrolling_wrap .scrolling_wrap_top ul li a {
    display: block;
    background: #f2f2f2;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #0D47A1;
    box-shadow: 0 -2px 5px 1px #ddd;
    font-weight: bold;
  }
}

@media print, screen and (max-width: 767px) and (max-width: 767px) {
  #header .scrolling_wrap .scrolling_wrap_top ul li a {
    font-size: 11px;
  }
}

@media print, screen and (max-width: 767px) {
  #header .scrolling_wrap .scrolling_wrap_top ul li a .dashicons {
    color: #0D47A1;
    font-size: 2em;
    margin-bottom: 10px;
  }
  #header .scrolling_wrap .scrolling_wrap_bottom {
    padding: 10px 7px 50px 7px;
  }
}

#header .menubtn_txt {
  text-align: center;
  margin-top: 14px;
  display: inline-block;
  font-size: 10px;
  text-indent: 0.2em;
  letter-spacing: -0.1em;
  font-weight: bold;
}

#header .head_tel {
  padding: 10px;
}

#header .head_tel .tel_no {
  margin: 7px 0;
}

#header .head_tel p {
  color: #f2531c;
  font-weight: bold;
}

#header .head_tel a {
  display: block;
  font-size: 23px;
  font-weight: bold;
}

#header .head_tel .tel_time {
  min-width: 260px;
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-animation: auto;
          animation: auto;
  border-top: solid 1px #C4CFD4;
  color: #2E3B96;
  font-weight: bold;
}

#header .head_contact a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  #header .head_logoarea .mainwrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .head_logoarea .mainwrap ul > li {
    text-align: center;
    font-size: 16px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #header .head_logoarea .mainwrap ul > li dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
  }
  #header .head_logoarea .mainwrap ul > li:nth-child(2) {
    margin-left: 20px;
  }
}

/* -- mainvisualarea ---- pagetitlearea --
--------------------------------------------------------------　*/
@media print, screen and (max-width: 767px) {
  #mainvisualarea, #pagetitlearea {
    margin-top: 52px;
  }
}

/* -- mainvisualarea --
--------------------------------------------------------------　*/
#mainvisualarea {
  background: url(images/top/mv_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#mainvisualarea .mv_btm {
  background-color: #ecd89d;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #333;
}

@media print, screen and (min-width: 768px) {
  #mainvisualarea .mv_btm {
    font-size: 18px;
  }
}

#mainvisualarea .mainwrap {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #mainvisualarea .mainwrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainvisualarea .mainwrap ul li:nth-child(1) {
    width: calc(100% - 30%);
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) {
    width: 30%;
  }
}

#mainvisualarea .mainwrap ul li:nth-child(2) {
  padding: 15px;
}

#mainvisualarea .mainwrap ul li:nth-child(2) p {
  background: #2E3B96;
  color: #fff;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0.5em 0em;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #mainvisualarea .mainwrap ul li:nth-child(2) p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #mainvisualarea .mainwrap ul li:nth-child(2) p {
    font-size: 18px;
  }
}

#mainvisualarea .mainwrap ul li:nth-child(2) p span {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 0 7px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #mainvisualarea .mainwrap ul li:nth-child(2) dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd {
    width: 48%;
    margin-bottom: 1em;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd:nth-child(odd) {
    margin-right: 7px;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd img {
    width: 100%;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd p {
    text-align: center;
    background: none;
    background-color: #fff;
    font-size: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #mainvisualarea .mainwrap ul li:nth-child(2) dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd {
    width: 48%;
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd a {
    display: block;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd:nth-child(odd) {
    margin-right: 8x;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #mainvisualarea .mainwrap ul li:nth-child(2) dl dd p {
    text-align: center;
    background: none;
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
}

#mainvisualarea.pagefirst .mainwrap img {
  width: auto;
  display: block;
  margin: 10px auto 20px;
}

@media print, screen and (max-width: 767px) {
  #mainvisualarea .mainwrap {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #mainvisualarea .mainwrap .kv_btn {
    position: absolute;
    right: 9%;
    bottom: 3px;
    width: 28%;
  }
  #mainvisualarea .mainwrap .kv_btn img {
    width: 100%;
  }
}

#mainvisualarea_btm {
  background: url(images/top/mv_btm_bg.png) 50% 50% repeat-x;
  background-size: auto 100%;
  padding: 3px 0 10px;
}

@media print, screen and (min-width: 481px) {
  #mainvisualarea_btm {
    padding: 20px 0;
  }
}

.telop_area {
  background: #fff600;
  color: #0D47A1;
  text-align: center;
  padding: 10px 0 10px;
  font-size: 10px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .telop_area {
    font-size: 18px;
  }
}

/* -- pagetitlearea --
--------------------------------------------------------------　*/
#pagetitlearea h2 {
  font-weight: 700;
  border-left: solid 5px #0D47A1;
  padding-left: 20px;
  margin-bottom: 30px;
}

.page-id-314 #pagetitlearea {
  display: none;
}

/* -- breadcrumb --
--------------------------------------------------------------　*/
#breadcrumb {
  background: #0D47A1;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 12px;
  }
}

#breadcrumb span {
  display: inline-block;
  padding: 10px 1px 10px 0;
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #breadcrumb span {
    font-size: 12px;
  }
}

#breadcrumb span:first-child {
  padding-left: 0;
}

#breadcrumb a {
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  #breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

@media print, screen and (min-width: 768px) {
  #globalnaviarea_wrap.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
}

@media print, screen and (max-width: 767px) {
  .drawer-open .drawer-hamburger span.drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-hamburger span.drawer-hamburger-icon {
    height: 3px;
    background-color: #0D47A1;
    margin-left: 3px;
  }
  .drawer-hamburger span.drawer-hamburger-icon:before, .drawer-hamburger span.drawer-hamburger-icon:after {
    height: 3px;
    background-color: #0D47A1;
  }
  .sp_menu ul li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    background: #0D47A1 url(images/common/ico_navi_white_sp.png) no-repeat 94.0625% center;
    background-size: 8px;
    border-bottom: solid 1px #fff;
  }
  .sp_menu ul li.menu-item-has-children a {
    background: #0D47A1 url(images/common/ico_plus_sp.png) no-repeat 94.0625% center;
    background-size: 8px;
  }
  .sp_menu ul li.menu-item-has-children a.active {
    background: #0D47A1 url(images/common/ico_minus_sp.png) no-repeat 94.0625% center;
    background-size: 8px;
  }
  .sp_menu ul li.menu-item-has-children a ul li a {
    background: #fff url(images/common/ico_navi_white_sp.png) no-repeat 94.0625% center;
    background-size: 8px;
  }
  .sp_menu ul li ul.sub-menu {
    display: block;
  }
  .sp_menu ul li ul.sub-menu li a {
    background: #FFFFFF url(images/common/ico_navi_sp.png) no-repeat 94.0625% center !important;
    background-size: 8px !important;
    color: #010101 !important;
    border-bottom: solid 1px #ddd !important;
  }
  .sp_menu ul.sp_head_submenu {
    overflow: hidden;
  }
  .sp_menu ul.sp_head_submenu li {
    width: 50%;
    float: left;
    font-size: 11px;
  }
  .sp_menu ul.sp_head_submenu li a {
    background: #3D3D3E url(images/common/ico_navi_white_sp.png) no-repeat 94.0625% center;
    background-size: 8px;
  }
  .sp_menu ul.sp_head_submenu li:first-child a {
    border-right: solid 1px #fff;
  }
}

@media print, screen and (min-width: 768px) {
  #globalnaviarea_wrap {
    background: url(images/globalnaviarea_wrap_bg.png) 50% 50% repeat-x;
    background-size: auto 100%;
    box-shadow: 7px 7px 5px rgba(153, 153, 153, 0.3);
    position: relative;
  }
  #globalnaviarea_wrap.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 7px 7px 5px rgba(153, 153, 153, 0.3);
  }
  #globalnaviarea_wrap ul#main-nav {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    *zoom: 1;
    padding: 0;
  }
  #globalnaviarea_wrap ul#main-nav > li {
    margin: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    position: relative;
  }
  #globalnaviarea_wrap ul#main-nav > li > a {
    font-weight: bolder;
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.28px;
    padding: 19px 0;
    border-left: solid 1px #fff;
  }
	#globalnaviarea_wrap ul#main-nav > li > a:last-child {
		border-right: solid 1px #fff;
	}
  #globalnaviarea_wrap ul#main-nav > li:hover > a {
    opacity: .7;
  }
  #globalnaviarea_wrap ul#main-nav > li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  #globalnaviarea_wrap ul#main-nav > li ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }
  #globalnaviarea_wrap ul#main-nav > li ul li {
    width: 100%;
    padding: 0;
    border: solid 1px #b3b3b3;
    text-align: center;
  }
  #globalnaviarea_wrap ul#main-nav > li ul li a {
    display: block;
    font-size: 12px;
    background: #2E3B96;
    color: #fff;
    height: auto;
    padding: 12px;
    font-weight: bolder;
  }
  .home #globalnaviarea_wrap .header-nav-child.activate {
    margin-top: 0;
  }
  .home #globalnaviarea_wrap.fixed .header-nav-child.activate {
    margin-top: 42px;
  }
}

#servicemenu_nav {
  background: #0D47A1;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  #servicemenu_nav {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  #servicemenu_nav.fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 10000;
    background: #0D47A1;
    color: #fff;
  }
  #servicemenu_nav.fixed ul li a {
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  #servicemenu_nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  #servicemenu_nav ul li {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px 0;
    border-left: solid 1px rgba(221, 221, 221, 0.3);
  }
  #servicemenu_nav ul li:last-child {
    border-right: solid 1px rgba(221, 221, 221, 0.3);
  }
  #servicemenu_nav ul li:nth-child(n+8) {
    display: none;
  }
}

#servicemenu_nav ul li a {
  display: block;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #servicemenu_nav ul li a {
    font-size: 13px;
  }
}

/* @import "css/sass/side.css";
--------------------------------------------------------------　*/
/*sidecolumn  ---------------------------------------*/
@media print, screen and (max-width: 767px) {
  #sidecolumn {
    padding-top: 30px;
  }
}

#sidecolumn .widget {
  margin-bottom: 30px;
}

#sidecolumn .widget img {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  #sidecolumn .widget.banner_link img, #sidecolumn .widget.banner_list img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

#sidecolumn .widget.banner_list ul li {
  margin-bottom: 15px;
}

#sidecolumn .widget.banner_list ul li:last-child {
  margin-bottom: 0;
}

#sidecolumn .widget.side_servicemenu h3 {
  color: #fff;
  background: #2E3B96;
  border-bottom: solid 2px #FF9100;
  padding: 10px 1em;
  margin-bottom: 0;
}

#sidecolumn .widget.side_servicemenu ul li {
  border-bottom: solid 1px #D4D4D4;
}

#sidecolumn .widget.side_servicemenu ul li a {
  display: block;
  padding: 8px 1em 10px;
}

#sidecolumn .widget.side_servicemenu ul li a:before {
  display: inline-block;
  font-family: "dashicons";
  content: "\f139";
  color: #0486ff;
}

@media print, screen and (min-width: 768px) {
  #sidecolumn .widget.side_servicemenu ul li a:before {
    margin-top: 0.3em;
  }
}

#sidecolumn .widget.side_faqlist h3 {
  color: #fff;
  background: #0D47A1;
  padding: 10px 1em;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  #sidecolumn .widget.side_faqlist h3 .dashicons {
    font-size: 1.2em;
    margin-top: 0.1em;
    margin-right: 0.2em;
  }
}

#sidecolumn .widget.side_faqlist .side_faqlist_inner {
  border: solid 1px #0486ff;
  border-top: none;
  padding: 15px;
}

#sidecolumn .widget.side_faqlist .side_faqlist_inner ul {
  margin-bottom: 15px;
}

#sidecolumn .widget.side_faqlist .side_faqlist_inner ul li {
  border-bottom: solid 1px #D4D4D4;
}

#sidecolumn .widget.side_faqlist .side_faqlist_inner ul li a {
  display: block;
  padding: 8px 1em 10px;
}

#sidecolumn .widget.side_faqlist .side_faqlist_inner ul li a .icon_q {
  color: #0486ff;
}

#sidecolumn .widget.side_faqlist .side_faqlist_inner ul li a .ans {
  font-size: 0.9em;
  color: #333;
  text-decoration: underline;
}

#sidecolumn .widget.side_faqlist .side_tipslist_inner {
  border: solid 1px #0486ff;
  border-top: none;
  padding: 15px;
}

#sidecolumn .widget.side_faqlist .side_tipslist_inner ul {
  margin-bottom: 15px;
}

#sidecolumn .widget.side_faqlist .side_tipslist_inner ul li {
  border-bottom: solid 1px #D4D4D4;
}

#sidecolumn .widget.side_faqlist .side_tipslist_inner ul li a {
  display: block;
  padding: 8px 0 10px;
}

#sidecolumn .widget.side_faqlist .side_tipslist_inner ul li a .tipstitle {
  padding-left: 7px;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  #sidecolumn .widget.side_faqlist .side_tipslist_inner ul li a .tipstitle {
    font-size: 0.8em;
  }
}

#sidecolumn .widget.side_faqlist .ssm_btn {
  text-align: center;
}

#sidecolumn .widget.side_faqlist .ssm_btn a {
  display: inline-block;
  color: #0486ff;
  border: solid 1px #0486ff;
  background: rgba(4, 134, 255, 0.1);
  font-size: 0.8em;
  padding: 5px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

#sidecolumn .widget.side_faqlist .ssm_btn a .dashicons {
  line-height: 1em;
  margin-top: 0.0em;
}

#sidecolumn .widget.title_none h2.widget-title {
  display: none;
}

/* @import "css/sass/footer.css";
--------------------------------------------------------------　*/
/* -- back_to_top --
--------------------------------------------------------------　*/
.fix-menu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
  width: 100%;
  background: #2E3B96;
  border-top: solid 1px #f2f2f2;
}

.fix-menu table {
  width: 100%;
}

.fix-menu table th, .fix-menu table td {
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.fix-menu table th a, .fix-menu table td a {
  color: #fff;
  display: block;
  border-right: solid 1px #f2f2f2;
  padding: 12px 0;
  font-size: 1rem;
}

.fix-menu table th a.top_link, .fix-menu table td a.top_link {
  border-right: none;
}

.fix-menu table th {
  width: 45%;
}

.fix-menu table th a {
  font-size: 20px;
  font-weight: bolder;
}

.fix-menu table th a span {
  font-size: inherit;
}

.fix-menu table td {
  background-color: #6d6d6d;
  width: 10%;
  text-align: center;
}

.fix-menu table td a {
  color: #fff;
}

.fix-menu table td img {
  width: 80%;
}

#back_to_top {
  background: #5e5e5d;
  font-size: 15px;
}

#back_to_top a {
  color: #fff;
  display: block;
  padding: 10px;
}

#contact_fix {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 110px;
  width: 75px;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #contact_fix {
    bottom: 75px;
  }
}

@media print, screen and (max-width: 767px) {
  #contact_fix {
    display: none;
  }
}

/* -- footer --
--------------------------------------------------------------*/
/*
#footer .footer_wrap_top {
  padding: 0 0 50px 0;
}
*/

@media print, screen and (max-width: 767px) {
  #footer .footer_wrap_top {
   padding: 0 0 50px 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #footer .footer_wrap_top {
    font-size: 0.8em;
  }
}

#footer .footer_wrap_top .banners_wrap {
  margin-top: 30px;
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-gap: 15px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  #footer .footer_wrap_top .banners_wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}

#footer .footer_wrap_top .frt_inner {
  border: solid #0D47A1 2px;
  padding: 5px;
  position: relative;
}

#footer .footer_wrap_top .frt_inner table {
  margin-bottom: 30px;
}

#footer .footer_wrap_top .frt_inner table th, #footer .footer_wrap_top .frt_inner table td {
  text-align: center;
}

#footer .footer_wrap_top .frt_inner table th {
  padding: 10px;
  font-size: 1.2rem;
  background: #0D47A1;
  color: #fff;
}

#footer .footer_wrap_top .frt_inner table td {
  padding: 50px;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_wrap_top .frt_inner table td {
    text-align: left;
    padding: 20px;
  }
}

#footer .footer_wrap_top .frt_inner table td ul {
  display: inline-block;
  max-width: 980px;
}

#footer .footer_wrap_top .frt_inner table td ul li {
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  #footer .footer_wrap_top .frt_inner table td ul.glossary_list li {
    padding-right: 1em;
  }
}

#footer .footer_wrap_top .frt_inner table td ul.glossary_list li:before {
  content: "｜";
}

@media print, screen and (max-width: 767px) {
  #footer .footer_wrap_top .frt_inner table td ul.glossary_list li:before {
    content: "・";
  }
}

#footer .footer_wrap_top .frt_inner table td ul.glossary_list li:last-child:after {
  content: "｜";
}

@media print, screen and (max-width: 767px) {
  #footer .footer_wrap_top .frt_inner table td ul.glossary_list li:last-child:after {
    content: "";
  }
}

#footer .footer_wrap_top .frt_inner table td ul.glossary_list li a {
  font-size: 13px;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  #footer .footer_wrap_top .frt_inner table td ul.glossary_list li a {
    padding: 0 5px;
  }
}

#footer .footer_wrap {
  /*background: url(images/frame/footer_bg.png) 50% 50% no-repeat;
    background-size: cover;*/
  background-color: #0D47A1;
}

@media screen and (max-width: 767px) {
  #footer .footer_wrap {
    background-color: #fff;
  }
}

#footer .footer_wrap .dp_flex {
  padding: 30px 0;
  display: grid;
  grid-template-rows: repeat(1, auto);
}

@media print, screen and (min-width: 768px) {
  #footer .footer_wrap .dp_flex {
    grid-template-columns: 3fr 6fr;
    grid-gap: 30px;
  }
}

#footer .footer_wrap .foot_info {
  text-align: center;
  color: 333;
  margin-bottom: 0;
  padding: 30px 14px;
}

@media print, screen and (min-width: 768px) {
  #footer .footer_wrap .foot_info {
    background-color: #fff;
  }
}

#footer .footer_wrap .foot_info .tel_no {
  margin: 10px 0 0 0px;
}

#footer .footer_wrap .foot_info p {
  font-size: 15px;
}

#footer .footer_wrap .foot_info p.cpname {
  margin-top: 1em;
  font-size: 0.9em;
}

#footer .footer_wrap .foot_info p.address {
  font-size: 0.9em;
}

#footer .footer_wrap .foot_info div.tel_no a {
  font-size: 28px;
  font-weight: bold;
}

#footer .footer_wrap .foot_info div.tel_no a img {
  vertical-align: baseline;
}

#footer .footer_wrap .foot_info div.tel_time {
  display: inline-block;
  background-color: #0D47A1;
  font-size: 15px;
  padding: 7px 5px 5px;
  -webkit-animation: auto;
          animation: auto;
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
}

#footer .footer_wrap .foot_info div.business {
  background: #F6F6F6;
  padding: 20px 10px;
  display: grid;
  grid-template-rows: repeat(1, auto);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  #footer .footer_wrap .foot_info div.business {
    grid-template-columns: 1fr 3fr;
  }
}

#footer .footer_wrap .foot_info div.business p {
  color: #0D47A1;
  font-size: 11px;
}

#footer .footer_wrap .foot_info div.business p:first-child {
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  margin-bottom: 0.5em;
}

#footer .footmenu_wrap {
  padding: 30px 0;
  color: #fff;
}

#footer .footmenu_wrap a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #footer .footmenu_wrap {
    padding: 0 0 0;
  }
}

#footer .footmenu_wrap .footer_cacth {
  background-color: #000;
  padding: 3px 3px 3px 3px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #footer .footmenu_wrap .footer_cacth {
    margin-bottom: 30px;
  }
}

#footer .footmenu_wrap .footer_cacth .p_left, #footer .footmenu_wrap .footer_cacth .p_right {
  position: absolute;
  top: 0;
}

#footer .footmenu_wrap .footer_cacth .p_left {
  left: 0;
}

#footer .footmenu_wrap .footer_cacth .p_right {
  right: 0;
}

#footer .footmenu_wrap .footer_cacth ul {
  border: solid 1px #fff;
}

@media only screen and (max-width: 767px) {
  #footer .footmenu_wrap .footer_cacth ul li {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footmenu_wrap .footer_cacth ul li:first-of-type {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #footer .footmenu_wrap .footer_cacth ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footmenu_wrap .footer_cacth ul li {
    text-align: center;
    position: relative;
  }
  #footer .footmenu_wrap .footer_cacth ul li:first-of-type {
    width: 313px;
  }
  #footer .footmenu_wrap .footer_cacth ul li:nth-child(2) {
    width: 340px;
  }
  #footer .footmenu_wrap .footer_cacth ul li:nth-child(2):after {
    content: "";
    position: absolute;
    border: solid 1px #2E3B96;
    width: 100%;
    left: 0;
    top: 12px;
    z-index: 10;
  }
}

#footer .footmenu_wrap .footer_cacth p {
  color: #fff;
  font-size: 14px;
}

#footer .footmenu_wrap .footer_cacth p.area {
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 10.5px;
  -webkit-border-radius: 10.5px;
  -moz-border-radius: 10.5px;
  padding: 2px 10px;
  color: #fff;
  font-size: 13px;
  background-color: #0D47A1;
  position: relative;
  z-index: 11;
}

@media print, screen and (max-width: 767px) {
  #footer .footmenu_wrap nav.footmenu {
    display: none;
  }
}

#footer .footmenu_wrap nav.footmenu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footmenu_wrap nav.footmenu ul li {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#footer .footmenu_wrap nav.footmenu ul li ul {
  display: block;
}

#footer .footmenu_wrap nav.footmenu ul li ul li {
  line-height: 1.1em;
  font-size: 14px;
}

#footer .footmenu_wrap nav.footmenu ul li ul li a {
  display: inline-block;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #footer .footmenu_wrap nav.footmenu ul li ul li a {
    font-size: 0.6em;
  }
}

#footer .footmenu_wrap nav.footmenu ul li ul li:before {
  font-family: "dashicons";
  content: "\f345";
}

#footer .footmenu_wrap nav.footmenu ul li ul li ul li {
  margin-left: 1em;
}

#footer .footmenu_wrap nav.footmenu ul li ul li ul li:before {
  content: "└ ";
}

/* copyright ------------------------------*/
#copyright_wrap {
  background: #2E3B96;
  color: #fff;
  padding: 20px 0;
}

#copyright_wrap a {
  color: #fff;
}

@media print, screen and (max-width: 980px) {
  #copyright_wrap {
	  /*
    padding: 10px 0 50px;*/
    text-align: center;
  }
}

#copyright_wrap .mainwrap {
  overflow: hidden;
  clear: both;
  font-size: 13px;
  line-height: 19.25px;
  letter-spacing: 1.2px;
  text-align: center;
}

@media print, screen and (max-width: 980px) {
  #copyright_wrap .mainwrap {
    font-size: 0.6em;
  }
}

/* @import "css/sass/index.css";
--------------------------------------------------------------　*/
/* -- framework && common --
--------------------------------------------------------------　*/
.more_btn {
  text-align: center;
}

.topimg_h3 {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .topimg_h3 {
    margin-bottom: 10px;
  }
}

button.slick-next {
  background: url(images/frame/next_btn.png) 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  button.slick-next {
    right: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  button.slick-next {
    right: -55px;
  }
}

button.slick-next:before {
  content: "";
}

button.slick-prev {
  background: url(images/frame/prev_btn.png) 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  button.slick-prev {
    left: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  button.slick-prev {
    left: -55px;
  }
}

button.slick-prev:before {
  content: "";
}

button.slick-arrow {
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  button.slick-arrow {
    width: 35px;
    height: 35px;
  }
}

ul.news_col {
  margin: 20px 0;
}

@media print, screen and (min-width: 768px) {
  ul.news_col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  ul.news_col li {
    width: 48%;
  }
}

ul.news_col li {
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(142, 142, 136, 0.3);
  margin-bottom: 25px;
}

ul.news_col li a {
  display: block;
  padding: 0 5px;
}

ul.news_col li a dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.news_col li a dl dt {
  width: 58%;
}

ul.news_col li a dl dt p {
  font-weight: bold;
}

ul.news_col li a dl dt .title {
  font-size: 17px;
}

ul.news_col li a dl dt .day {
  color: #0D47A1;
  font-size: 12px;
}

ul.news_col li a dl dd {
  width: 38%;
}

ul.voicecol {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  margin-top: -36px;
}

@media print, screen and (max-width: 767px) {
  ul.voicecol {
    padding: 1em;
  }
}

ul.voicecol li {
  margin-top: 30px;
}

ul.voicecol li a {
  border: none;
  display: block;
  width: 400px;
  float: left;
}

@media print, screen and (max-width: 767px) {
  ul.voicecol li a {
    width: 100%;
  }
}

ul.voicecol li a .img {
  margin-bottom: 5px;
}

ul.voicecol li:after {
  content: "";
  display: block;
  clear: both;
}

ul.voicecol li > div {
  float: right;
  width: calc( 100% - 430px);
}

@media print, screen and (max-width: 767px) {
  ul.voicecol li > div {
    width: 100%;
  }
}

ul.voicecol li > div h3 {
  padding: 7px;
  background: #f2551f;
  color: #ffff;
  font-weight: normal !important;
}

ul.voicecol li p.title {
  font-size: 18px;
  font-weight: bold;
  color: #0D47A1;
  margin-bottom: 7px;
}

@media print, screen and (max-width: 767px) {
  ul.voicecol li p.title {
    font-size: 15px;
  }
}

ul.voicecol li p {
  font-size: 15px;
}

@media print, screen and (max-width: 767px) {
  ul.voicecol li p {
    font-size: 13px;
  }
}

ul.voicecol li div.entry_content {
  clear: both;
  width: 100%;
  margin: 40px 0;
  max-width: 100%;
  background: rgba(8, 147, 74, 0.1);
  padding: 1em;
  margin-bottom: 20px;
}

ul.voicecol li div.entry_content h4 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.3em !important;
  border-bottom: solid 1px;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

/* 事例紹介ページのスタイル定義 */
.post-type-archive-case #com_outcome .inner_com,
.tax-product #com_outcome .inner_com {
  padding-top: 0;

}

.post-type-archive-case #com_outcome .col3_flex,
.tax-product #com_outcome .col3_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
}

@media print, screen and (min-width: 768px) {
  .post-type-archive-case #com_outcome .col3_flex,
  .tax-product #com_outcome .col3_flex {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.tax-area #com_outcome .inner_com,
.tax-product #com_outcome .inner_com {
  padding-top: 0;

}

.tax-area #com_outcome .col3_flex,
.tax-product #com_outcome .col3_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
}

@media print, screen and (min-width: 768px) {
  .tax-area #com_outcome .col3_flex,
  .tax-product #com_outcome .col3_flex {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#com_outcome .outcome_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#com_outcome .outcome_list .img_ttl {
  padding: 0px;
  background-color: #0D47A1;
  margin-bottom: 15px;
  max-height: 220px;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  #com_outcome .outcome_list .img_ttl {
    max-height: 150px;
  }
}

@media print, screen and (min-width: 768px) {
  #com_outcome .outcome_list {
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  #com_outcome .outcome_list li {
    width: 24%;
  }
}

@media print, screen and (max-width: 767px) {
  #com_outcome .outcome_list {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #com_outcome .outcome_list li {
    width: 50%;
  }
}

#com_outcome .outcome_list li {
  margin-bottom: 30px;
  padding: 0.6em;
}

#com_outcome .outcome_list li a {
  display: block;
}

#com_outcome p.title {
  font-size: 18px;
  font-weight: bold;
  background: #0D47A1;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  #com_outcome p.title {
    font-size: 100%;
    padding: 3px 10px;
  }
}

#com_outcome .des {
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

#com_outcome .to_jireilist {
  text-align: center;
}

#com_outcome .to_jireilist a {
  display: block;
}

#com_staff {
  background-image: -ms-linear-gradient(90deg, white 0%, rgba(4, 134, 255, 0.2) 100%);
}

@media print, screen and (max-width: 767px) {
  #com_staff .cs_h3 h3 {
    font-size: 20px;
  }
}

#com_staff table {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  #com_staff table {
    margin-bottom: 30px;
  }
}

#com_staff table th, #com_staff table td {
  vertical-align: middle;
}

#com_staff table th img, #com_staff table th p, #com_staff table td img, #com_staff table td p {
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  #com_staff table th, #com_staff table td {
    display: list-item;
    list-style: none;
  }
}

#com_staff table th .col3_wrap, #com_staff table td .col3_wrap {
  width: 100%;
  border: solid 1px #0486ff;
  padding: 1em;
}

#com_staff table th .col3_wrap .col3_item, #com_staff table td .col3_wrap .col3_item {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5em;
}

@media print, screen and (min-width: 768px) {
  #com_staff table th .col3_wrap .col3_item, #com_staff table td .col3_wrap .col3_item {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #com_staff table th .col3_wrap .col3_item, #com_staff table td .col3_wrap .col3_item {
    font-size: 0.7rem;
  }
}

#com_staff table th img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  #com_staff table th {
    width: 300px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #com_staff table th {
    display: none;
  }
}

#com_staff table td {
  padding: 20px;
}

#com_staff table td h4 {
  text-align: center;
  margin-bottom: 1em;
}

#com_news {
  background: url(images/frame/newsbg.png) no-repeat 50% 50%;
  background-size: cover;
}

a:hover img {
  opacity: .7;
}

#com_voice {
  background-color: #fcf5eb;
}

#com_voice h3 {
  margin-bottom: 30px !important;
}

#maker_info_wrap {
  background: #F4F4F4;
}

#maker_info_wrap .maker_info{
  text-align: center;
}

.maker_info h3 {
  text-align: center;
  margin-bottom: 0.5em;
  position: relative;
  font-size: 38px;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #ccc;
  padding: 0.5em 0;
}

.maker_info h3:after {
  content: "";
  position: absolute;
  border-bottom: solid 3px #2E3B96;
  border-radius: 3px;
  height: 3px;
  bottom: -2px;
  display: inline-block;
  width: 40%;
  left: 30%;
}

.maker_info p {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #2E3B96;
  margin-bottom: 1em;
}

.maker_info .maker_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .maker_info .maker_list ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

#area_info .area_info:after {
  content: "";
  display: block;
  clear: both;
}

#area_info .area_info .area_info_dir_wrap {
  border: solid 2px #0D47A1;
  overflow: hidden;
}

#area_info .area_info .area_info_dir {
  background: #FFFADE;
  padding: 20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #area_info .area_info .area_info_dir {
    padding-right: 420px;
  }
}

#area_info .area_info h3 {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
  font-weight: bold;
  background: #0D47A1;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  margin-bottom: 0;
}

#area_info .area_info img {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  #area_info .area_info img {
    position: absolute;
    right: 0;
    top: -50px;
    width: 400px;
  }
}

#area_info .area_info .area_list li {
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#area_info .area_info .area_list li:first-child {
  margin-top: 0;
}

#area_info .area_info .area_list h4 {
  display: inline-block;
  overflow: hidden;
  padding: 10px 15px;
  border-radius: 30px;
  background: #4FAB00;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  #area_info .area_info .area_list h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  #top_merit .contact_bnr {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 768px) {
  #top_merit .contact_bnr {
    padding: 50px 0;
  }
}

#top_merit .merit_ttl {
  text-align: center;
  background: url(images/top/merit_bg.png) no-repeat 50% 50%;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #top_merit ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top_merit ul li {
    width: 48%;
  }
}

#top_merit ul li {
  background-color: #f7f7f5;
}

@media only screen and (max-width: 767px) {
  #top_merit ul li {
    margin-bottom: 20px;
  }
}

#top_merit ul li h4 {
  color: #0D47A1;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  border-bottom: solid 1px #dedede;
  padding: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #top_merit ul li h4 {
    font-size: 20px;
  }
}

#top_merit ul li p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  #top_merit ul li p {
    font-size: 13px;
  }
}

#top_merit ul li p strong {
  font-weight: bold;
  color: #c50000;
}

.onayami_banner {
  text-align: center;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .onayami_banner {
    padding-bottom: 35px;
  }
}

.com_banner_shindan {
  text-align: center;
}

.com_banner_shindan a {
  display: inline-block;
}

#com_contact {
  background: url(images/frame/com_contact_bg.png) no-repeat 50% 50%;
  background-size: auto 100%;
}

#com_contact .com_contact_mes {
  display: block;
  margin: 0 auto;
}

#com_contact table {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  #com_contact table {
    margin-top: -10px;
  }
}

#com_contact table th, #com_contact table td {
  vertical-align: middle;
}

@media print, screen and (max-width: 767px) {
  #com_contact table th, #com_contact table td {
    display: list-item;
    list-style: none;
  }
  #com_contact table th img, #com_contact table td img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #com_contact table th {
    width: 230px;
  }
}

#com_contact table td {
  padding: 20px;
}

@media print, screen and (max-width: 767px) {
  #com_contact table td {
    padding: 30px 15px 30px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #com_contact table td {
    padding: 15px 15px 15px;
  }
}

#com_contact table td img {
  display: block;
  margin: 0 auto;
}

#com_contact table td .col2_wrap {
  width: 100%;
  border-bottom: solid 2px #D9DBDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 680px;
}

#com_contact table td .col2_wrap .col2_item {
  margin-bottom: 0;
}

#com_contact table td .col2_wrap .tel_no {
  display: inline-block;
  margin-top: 10px;
}

#com_contact table td .col2_wrap .com_contact_mail {
  display: inline-block;
  background: #FF9100;
  padding: 17px 13px;
}

@media print, screen and (max-width: 767px) {
  #com_contact table td .col2_wrap .com_contact_mail {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 981px) {
  #com_contact table td .col2_wrap .tel_no a {
    font-size: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  #com_contact table td .f_size37 .leftdir img {
    max-width: 250px;
  }
}

#com_contact table td .f_size37 .righrdir .address {
  font-size: 11px;
  padding-top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  #com_contact table td .f_size37 .righrdir .address {
    text-indent: 1em;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #com_contact table td .f_size37 .righrdir .address {
    font-size: 12px;
  }
}

#com_pricelist .top_h3 {
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  #com_pricelist .top_h3 {
    margin-bottom: 0;
  }
}

#com_pricelist .top_h3 h3 {
  text-align: left;
  padding-left: 10px;
}

@media print, screen and (max-width: 767px) {
  #com_pricelist .top_h3 h3 {
    text-align: center;
  }
}

#com_pricelist .top_h3 h3 small {
  font-size: 30px;
  padding-right: 10px;
}

@media print, screen and (max-width: 767px) {
  #com_pricelist .top_h3 h3 small {
    font-size: 20px;
    display: block;
    padding-top: 30px;
  }
}

#com_pricelist .top_h3 .icon_r {
  position: absolute;
  top: 0;
  right: 0;
}

@media print, screen and (max-width: 767px) {
  #com_pricelist .top_h3 .icon_r {
    width: 45%;
  }
}

#com_pricelist h4 {
  font-weight: 800;
  font-size: 40px;
  color: #7FB600;
  font-family: "M PLUS 1p";
  text-shadow: 3px 2px 0px #fff, 7px 6px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  #com_pricelist h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

#com_pricelist ul {
  overflow: hidden;
}

#com_pricelist ul li {
  width: 49.5%;
  float: left;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 767px) {
  #com_pricelist ul li {
    margin-bottom: 5px;
  }
}

#com_pricelist ul li:nth-child(2n) {
  float: right;
}

#com_pricelist ul li:nth-child(2n+1) {
  clear: left;
}

#com_pricelist ul li img {
  width: 100%;
}

#com_pricelist .comp_btn {
  width: 98%;
  max-width: 400px;
  margin: 20px auto 0;
}

#com_pricelist .comp_btn a {
  display: block;
  background: #2E3B96;
  color: #fff;
  text-align: center;
  padding: 15px;
}

#com_pricelist .price_banner img {
  display: block;
  margin: 0 auto;
}

.home #com_pricelist {
  margin-bottom: 0;
}

.home #com_pricelist ul {
  overflow: hidden;
}

.home #com_pricelist ul li {
  width: 30.6%;
  margin-right: 4.1%;
  margin-bottom: 15px;
}

.home #com_pricelist ul li:nth-child(2n) {
  float: left;
}

.home #com_pricelist ul li:nth-child(2n+1) {
  clear: none;
}

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

.home #com_pricelist ul li:nth-child(3n+1) {
  clear: left;
}

#com_menu {
  background: #2E3B96 url(images/top/top_menu_bg.png) 0 100% no-repeat;
  background-size: 100% 100%;
}

@media print, screen and (max-width: 767px) {
  #com_menu .inner_com {
    padding: 30px 0;
  }
}

#com_menu p.des {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

#com_menu .img_wrap {
  position: relative;
  margin-bottom: 8px;
}

#com_menu .img_wrap h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 8px;
  background: #2E3B96 url(images/top/top_menu_titlebg.png) 0 100% no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
}

@media print, screen and (max-width: 767px) {
  #com_menu .img_wrap h4 {
    font-size: 14px;
    padding: 8px 0 8px 8px;
  }
}

#com_menu .col3_item p {
  font-size: 13px;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 767px) {
  #com_menu .col3_item {
    margin-top: 10px;
  }
  #com_menu .col3_item a {
    overflow: hidden;
    background: #fff;
  }
  #com_menu .col3_item a .img_wrap {
    width: 50%;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  #com_menu .col3_item a .img_wrap img {
    margin-bottom: 0;
  }
  #com_menu .col3_item a p {
    padding: 0.5em 0.5em 0;
    font-size: 12px;
  }
  #com_menu .col3_item a h4 {
    font-size: 10px;
    line-height: 1.1em;
  }
  #com_menu .col3_item:nth-child(2n) a .img_wrap {
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
  }
}

.tn_h3 {
  background: url(images/h3_bg.png);
  background-size: auto 100%;
  text-align: center;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .tn_h3 {
    margin-bottom: 20px;
    text-align: left;
  }
}

.tn_h3.pink {
  background: url(images/h2_bg_pink.png);
  background-size: auto 100%;
}

.tn_h3.purple {
  background: url(images/h2_bg_purple.png);
  background-size: auto 100%;
}

.tn_h3 h3 {
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0 !important;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .tn_h3 h3 {
    padding: 15px 21% 15px 15px;
  }
	#page_aircon-cleaning #menu_area .tn_h3 h3 {
    padding: 15px;
  }
}

@media print, screen and (min-width: 1200px) {
  .tn_h3 h3 {
    font-size: 3em !important;
  }
}

.tn_h3 h3 img.tn_h3_icon {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (max-width: 767px) {
  .tn_h3 h3 img.tn_h3_icon {
    width: 20%;
    right: 7px;
  }
	#page_aircon-cleaning #menu_area .tn_h3 h3 img.tn_h3_icon {
		left: 7px;
		top: -10px;
}
}

.tn_h3 h3 span.red {
  color: red;
}

.tn_h3 h3 span.or {
  color: #FF9100;
}

.dir_55 {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .dir_55 {
    grid-template-columns: 1fr 1fr;
  }
}

#top_contact {
  background: url(images/frame/contact_banner_bg.png) 50% 0 repeat-x;
  background-size: auto 100%;
  text-align: center;
}

#top_contact .inner_com {
  padding: 15px 0;
}

#top_contact a {
  display: block;
}

#top_strength {
  background: url(images/top/strength_bg.png) 50% 0 no-repeat;
  background-size: 100%;
}

#top_strength h3 {
  text-align: center;
  margin-bottom: 30px;
}

#top_strength .company_page {
  margin: 50px auto 30px;
}

#top_strength .company_page h3 {
  color: #0D47A1;
  font-size: 25px !important;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  #top_strength .col3_wrap .col3_item {
    margin-top: 15px;
  }
}

#top_strength .col3_wrap .col3_item h4 {
  text-align: center;
  padding: 15px  0;
  font-weight: bold;
  font-size: 15px;
}

#top_strength .col3_wrap .col3_item h4 span {
  color: #AB0427;
  padding: 0 5px;
  font-size: 25px;
}

#top_strength .col3_wrap .col3_item p {
  font-size: 17px;
}

#top_strength .strength-area {
  margin-top: 1em;
  margin-bottom: 2em;
}

#top_strength .strength-area img {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  #top_strength .strength-area img {
    float: left;
    margin-right: 3em;
  }
  #top_strength .strength-area p {
    padding-top: 1em;
  }
}

#top_strength .strength-area:after {
  clear: both;
  content: "";
  display: block;
}

#top_strength div.stg_under {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 15px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  #top_strength div.stg_under {
    grid-gap: 30px;
  }
}

.news_header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news_header ul li a {
  padding: 0.5em 2em;
  text-align: center;
  display: block;
  margin: 2em 0;
}

.news_header ul li a.btn_news {
  background-color: #2500E1;
  color: #fff;
  box-shadow: 0px 6px 0px 0px #1D0083;
}

.news_header ul li a.btn_topics {
  background-color: #0D47A1;
  color: #fff;
  box-shadow: 0px 6px 0px 0px #076332;
}

.news_header ul li a.btn_report {
  background-color: #D4BF00;
  color: #fff;
  box-shadow: 0px 6px 0px 0px #9B8700;
}

@media print, screen and (max-width: 767px) {
  .news_header ul li {
    width: 100%;
    text-align: center;
  }
  .news_header ul li a {
    margin: 0.5em 0;
    text-align: center;
    font-size: 1.2rem;
    min-height: auto;
    width: 80%;
    display: inline-block;
  }
}

article ul li h4 {
  position: relative;
}

article ul li h4 a.cat_labels {
  position: absolute;
  right: 0;
  border: solid 1px #fff;
  font-weight: normal;
  top: 0.5em;
  right: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 80%;
}

article ul li h4 a.cat_label_news {
  background-color: #2500E1;
}

article ul li h4 a.cat_label_topics {
  background-color: #2E3B96;
}

article ul li h4 a.cat_label_report {
  background-color: #D4BF00;
}

.price_header h2,
#page_case .term_list h2 {
  text-align: center;
}

.price_header p,
#page_case .term_list p {
  text-align: center;
}

.price_header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}

.price_header ul li a {
  border: solid 1px #0D47A1;
  background-color: #0D47A1;
  color: #fff;
  padding: 0.5em 2em;
  text-align: center;
  display: block;
  margin: 2em 0;
  /*min-height: 4.5em;*/
  box-shadow: 0px 6px 0px 0px #076332;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .price_header ul li,
  #page_case .term_list ul li {
    width: 100%;
  }
  .price_header ul li a,
  #page_case .term_list ul li a {
    margin: 0.5em 0;
    text-align: center;
    font-size: 1.2rem;
    min-height: auto;
  }
}

#page_case .term_list {
  width: 100%;
}

#page_case .term_list ul li a {
  padding: 0.5em 0.8em;
}

.sec4 {
  border-top: solid 3px #05934a;
  background-color: #f6fff9;
  padding: 2em 3%;
}

.sec4_cach {
  width: 60%;
  margin: 0 20% 0.5em;
}

.sec4_ttl {
  margin: 0 3% 1em;
}

@media print, screen and (max-width: 767px) {
  .sec4_ttl img.sp {
    display: inline-block;
  }
  .sec4_ttl img.pc {
    display: none;
  }
}

.sec4_box {
  border: solid 3px #9fa0a2;
  border-radius: 6px;
  margin-bottom: 1em;
  background: #fff;
}

.sec4_box.blue {
  border-color: #02770c;
}

.sec4_box_ttl {
  background: #9fa0a2;
  color: #fff;
  text-align: center;
  padding: 0.5em 0 0.7em;
}

.sec4_box_ttl > img {
  height: 1.2em;
}

.sec4_box_ttl.blue {
  background: #02770c;
}

.sec4_box_img {
  text-align: center;
  margin: 1em 0 0;
}

.sec4_box_img > img {
  height: 7em;
}

.sec4_box_txt {
  padding: 1em;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .sec4 {
    padding-bottom: 90px;
  }
  .sec4 .sec4_cach {
    width: auto;
    margin: 3em auto 1em;
    text-align: center;
  }
  .sec4 .sec4_ttl {
    margin: 0 auto 1em;
    text-align: center;
  }
  .sec4 .sec4_ttl img.sp {
    display: none;
  }
  .sec4 .sec4_ttl img.pc {
    display: inline-block;
  }
  .sec4 .sec4_box {
    width: 48%;
    margin-bottom: 0 !important;
  }
  .sec4 .sec4_box_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 1020px;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .sec4 .sec4_box_ttl {
    font-size: 1.4rem;
  }
  .sec4 .sec4_box_img {
    margin: 1.6em auto;
  }
  .sec4 .sec4_box_img > img {
    height: 10em;
  }
  .sec4 .sec4_box_txt {
    font-size: 1rem;
    line-height: 1.8;
    padding: 1.5em;
  }
}

section.menu_sec2 {
  background-color: #f2f2f0;
}

#maincolumn section.menu_sec1,
#maincolumn section.menu_sec2 {
  margin-bottom: 0;
}

#maincolumn section.menu_sec1 h2,
#maincolumn section.menu_sec2 h2 {
  color: #0D47A1;
  margin: 50px auto 0px auto;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #maincolumn section.menu_sec1 h2,
  #maincolumn section.menu_sec2 h2 {
    font-size: 2.5rem;
  }
}

.home #menu_area {
  margin-bottom: 0 !important;
}

#menu_area,
#maincolumn section.menu_sec1,
#maincolumn section.menu_sec2 {
  background: url(images/top/service_bg.png) repeat;
  padding: 50px 0 50px 0;
}

#menu_area h2,
#maincolumn section.menu_sec1 h2,
#maincolumn section.menu_sec2 h2 {
  text-align: center;
  margin-bottom: 1.6em;
}

#menu_area p.des,
#maincolumn section.menu_sec1 p.des,
#maincolumn section.menu_sec2 p.des {
  background: #FF9100;
  color: #fff;
  font-weight: bolder;
  padding: 7px 15px;
  margin-bottom: 20px;
  border-radius: 40px;
}

@media print, screen and (min-width: 481px) {
  #menu_area p.des,
  #maincolumn section.menu_sec1 p.des,
  #maincolumn section.menu_sec2 p.des {
    text-align: center;
  }
}

#menu_area ul,
#maincolumn section.menu_sec1 ul,
#maincolumn section.menu_sec2 ul {
  list-style-type: none;
  padding: 0 0;
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  #menu_area ul,
  #maincolumn section.menu_sec1 ul,
  #maincolumn section.menu_sec2 ul {
    grid-template-columns: 1fr 1fr;
  }
}

#menu_area ul li,
#maincolumn section.menu_sec1 ul li,
#maincolumn section.menu_sec2 ul li {
  background: url(images/top/service01_bg.png);
  background-size: 100% 100%;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 10px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  #menu_area ul li,
  #maincolumn section.menu_sec1 ul li,
  #maincolumn section.menu_sec2 ul li {
    padding: 30px 20px;
    grid-gap: 15px;
    grid-template-columns: 3fr 4fr;
  }
}

#menu_area ul li > p,
#maincolumn section.menu_sec1 ul li > p,
#maincolumn section.menu_sec2 ul li > p {
  display: none;
}

#menu_area ul li img,
#maincolumn section.menu_sec1 ul li img,
#maincolumn section.menu_sec2 ul li img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  margin-bottom: 0;
}

#menu_area ul li div h3,
#maincolumn section.menu_sec1 ul li div h3,
#maincolumn section.menu_sec2 ul li div h3 {
  color: #0D47A1;
  border-left: solid 5px #0D47A1;
  padding-left: 10px;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#menu_area ul li div p,
#maincolumn section.menu_sec1 ul li div p,
#maincolumn section.menu_sec2 ul li div p {
  margin-bottom: 0;
}

#menu_area ul li div p strong,
#maincolumn section.menu_sec1 ul li div p strong,
#maincolumn section.menu_sec2 ul li div p strong {
  color: #bf001a;
  font-size: 1.8em;
  margin-bottom: 0.2em;
  display: block;
  text-align: right;
}

#menu_area ol.sub_menulist,
#maincolumn section.menu_sec1 ol.sub_menulist,
#maincolumn section.menu_sec2 ol.sub_menulist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  #menu_area ol.sub_menulist,
  #maincolumn section.menu_sec1 ol.sub_menulist,
  #maincolumn section.menu_sec2 ol.sub_menulist {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#menu_area ol.sub_menulist li img,
#maincolumn section.menu_sec1 ol.sub_menulist li img,
#maincolumn section.menu_sec2 ol.sub_menulist li img {
  width: 100%;
  height: auto;
}

#top_faq {
  margin-bottom: 0 !important;
  background: #EEEEEE;
}

#top_faq h2 {
  background: #0D47A1;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

#top_faq .dl_wrap {
  background: #fff;
  padding: 20px;
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-gap: 20px;
}

@media print, screen and (min-width: 768px) {
  #top_faq .dl_wrap {
    grid-template-columns: 1fr 1fr;
  }
}

#top_faq dl dt {
  background-image: url("images/top/icon_faq_q.png");
  background-repeat: no-repeat;
  background-position: left 0.8em;
  padding: 0.5em 0 0.5em 4em;
}

#top_faq dl dt p {
  font-weight: bold;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.7em 0.5em;
  position: relative;
}

#top_faq dl dt p a {
  width: 100%;
  display: block;
  padding-right: 1.5em;
}

#top_faq dl dd {
  background-image: url("images/top/icon_faq_a.png");
  background-repeat: no-repeat;
  background-position: left 0.8em;
  padding: 0.5em 1em 0.5em 4em;
  margin-bottom: 1em;
  display: none;
}

#top_faq dl dd div {
  background-color: #fff;
  border-radius: 6px;
  padding: 0.7em 1.5em;
}

#top_proposal {
  background: #FFF8E6;
}

#top_proposal h4.title {
  text-align: center;
  background: url(images/top/top_proposal_titlearrow.png) 50% 100% no-repeat;
  padding-top: 32px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #top_proposal h4.title {
    padding: 30px 30px 8px;
  }
}

#top_proposal h4.title img {
  position: absolute;
  right: 0;
  top: 3px;
}

@media print, screen and (min-width: 768px) {
  #top_proposal h4.title img {
    right: 40px;
  }
}

#top_proposal h4.title span {
  display: block;
  background-image: -ms-linear-gradient(90deg, #204286 0%, #1d58cf 100%);
  box-shadow: inset 0px 0px 9px 0px rgba(4, 0, 0, 0.35);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.2rem;
}

@media print, screen and (max-width: 980px) {
  #top_proposal h4.title span {
    font-size: 1.1rem;
  }
}

#top_proposal ul li table {
  background: #fff;
}

#top_proposal ul li table th, #top_proposal ul li table td {
  padding: 10px;
  vertical-align: top;
}

#top_proposal ul li table th {
  width: 160px;
  padding-right: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #top_proposal ul li table th {
    width: 100px;
  }
}

#top_proposal ul li table th img {
  width: 100%;
}

#top_proposal ul li table td p.des {
  margin-bottom: 10px;
  display: block;
  min-height: 5em;
}

@media print, screen and (max-width: 767px) {
  #top_proposal ul li table td p.des {
    min-height: auto;
  }
}

#top_proposal ul li table td .col2_wrap .col2_item {
  background: #FF9100;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 5px;
}

#top_proposal ul li table td .col2_wrap .col2_item a {
  display: block;
  color: #fff;
  background: url(images/top/top_proposal_btnarrow.png) 100% 100% no-repeat;
  text-align: center;
  padding: 5px;
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  #top_proposal ul li table td .col2_wrap .col2_item a {
    font-size: 0.7rem;
  }
}

#top_proposal ul li table td .col2_wrap .col2_item:nth-child(2n) {
  background: #0D47A1;
}

#top_battery .mainwrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #top_battery .mainwrap .b_women {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  #top_battery .mainwrap .b_women {
    position: absolute;
    top: -10px;
    right: 0;
  }
}

#top_battery ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #top_battery ul {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #top_battery ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #top_battery ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

#top_kodawari {
  background-color: #f7f7f5;
}

#top_kodawari .kodawari_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}

#top_kodawari .kodawari_ttl p {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #top_kodawari .kodawari_ttl p {
    font-size: 16px;
  }
}

#top_kodawari .kodawari_ttl h3 {
  font-size: 54px;
}

@media only screen and (max-width: 767px) {
  #top_kodawari .kodawari_ttl h3 {
    font-size: 32px;
  }
}

#top_kodawari .kodawari_ttl h3 span {
  color: #0D47A1;
}

#top_kodawari .kodawari_ttl h3 small {
  font-size: 44px;
}

@media only screen and (max-width: 767px) {
  #top_kodawari .kodawari_ttl h3 small {
    font-size: 20px;
  }
}

#top_kodawari .f_size46, #top_kodawari .f_size64 {
  margin-bottom: 30px;
  box-shadow: 0px 2px 0px 0px rgba(142, 142, 136, 0.3);
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  #top_kodawari .f_size46, #top_kodawari .f_size64 {
    padding: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  #top_kodawari .f_size46, #top_kodawari .f_size64 {
    padding: 50px;
  }
}

#top_kodawari .f_size46 table, #top_kodawari .f_size64 table {
  border-bottom: solid 1px #dedede;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #top_kodawari .f_size46 table, #top_kodawari .f_size64 table {
    margin-top: 20px;
  }
}

#top_kodawari .f_size46 table th, #top_kodawari .f_size64 table th {
  padding-bottom: 10px;
  width: 78px;
}

@media only screen and (max-width: 767px) {
  #top_kodawari .f_size46 table th, #top_kodawari .f_size64 table th {
    width: 50px;
    padding-right: 10px;
  }
}

#top_kodawari .f_size46 table td, #top_kodawari .f_size64 table td {
  font-size: 32px;
  color: #0D47A1;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #top_kodawari .f_size46 table td, #top_kodawari .f_size64 table td {
    font-size: 18px;
  }
}

#top_greet {
  background: url(images/top/top_greet_bg.png) 0 0 no-repeat;
  background-size: auto 100%;
}

#top_greet .mainwrap {
  overflow: hidden;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #top_greet .mainwrap li:first-of-type {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 768px) {
  #top_greet .mainwrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top_greet .mainwrap li {
    width: 50%;
  }
  #top_greet .mainwrap li:first-of-type {
    width: 48%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#top_greet .mainwrap p {
  font-size: 17px;
  line-height: 1.85;
}

#top_greet .mainwrap h3 {
  overflow: hidden;
  position: relative;
  font-size: 40px;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #top_greet .mainwrap h3 {
    font-size: 32px;
  }
}

#top_greet .mainwrap h3 span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}

#top_greet .mainwrap h3 span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #fff;
  left: 100%;
}

#single_pricelist .singlep_h3,
#single_pricelist .price_toryo_title {
  background: #EB6100;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  #single_pricelist .singlep_h3,
  #single_pricelist .price_toryo_title {
    font-size: 1.5em;
    padding: 20px;
    text-align: center;
  }
}

#single_pricelist .img,
#single_pricelist .entry_content,
#single_pricelist .price_toryo_title,
#single_pricelist .price_toryo_des {
  margin-bottom: 20px;
}

#single_pricelist .img img {
  width: 100%;
}

#single_pricelist .price_toryo_wrap {
  background: #FFFEEE;
  border: solid 1px #EB6100;
}

#single_pricelist .price_toryo_wrap .price_toryo_wrap_inner {
  padding: 15px;
}

#single_pricelist .price_toryo_wrap .toryo_year table th, #single_pricelist .price_toryo_wrap .toryo_year table td {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

#single_pricelist .price_toryo_wrap .toryo_year table th {
  background: #82b706;
  color: #fff;
  width: 10em;
}

@media print, screen and (min-width: 768px) {
  #single_pricelist .price_toryo_wrap .toryo_year table th {
    width: 8em;
  }
}

#single_pricelist #price-content05,
#single_pricelist #price-content06 {
  display: none;
}

/* @import "css/sass/style_single.css";
--------------------------------------------------------------　*/
/* single page --
--------------------------------------------------------------　*/
.single .single_h2 {
  padding-bottom: 7px;
  font-weight: bold;
  color: #fff;
  background: #0d47a1;
  margin-bottom: 10px;
  font-size: 1.4em;
  padding: 7px;
  line-height: 1.4em;
}

@media print, screen and (min-width: 768px) {
  .single .single_h2 {
    font-size: 1.2em;
  }
}

.single .single_h2:before {
  content: "\f119";
  font-family: "dashicons";
  display: inline-block;
  margin-left: 3px;
  color: #FFF601;
}

.single .day {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: right;
}

.single .single_thumbnail img {
  display: block;
  margin: 2em auto;
}

.single .entry_content {
  margin: 0 auto;
}

.single .entry_content p, .single .entry_content img, .single .entry_content table, .single .entry_content ul, .single .entry_content ol, .single .entry_content h1, .single .entry_content h2, .single .entry_content h3, .single .entry_content h4, .single .entry_content h5, .single .entry_content h6 {
  margin-bottom: 1em;
}

.single .entry_content img {
  display: block;
}

.single .entry_content {
  /*  base : img
  /* ------------------------------------ */
  /*  base : clear
  /* ------------------------------------ */
}

.single .entry_content p {
  display: block;
  margin: 0 auto;
}

.single .entry_content h1, .single .entry_content h2, .single .entry_content h3, .single .entry_content h4, .single .entry_content h5, .single .entry_content h6, .single .entry_content ul, .single .entry_content li, .single .entry_content img, .single .entry_content table, .single .entry_content tr, .single .entry_content th, .single .entry_content td, .single .entry_content dl, .single .entry_content dt, .single .entry_content dd {
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0px;
  border: none;
  list-style-type: none;
}

.single .entry_content strong {
  font-weight: bold;
}

.single .entry_content em {
  font-style: italic;
}

.single .entry_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.single .entry_content .aligncenter {
  display: block;
  margin: 0 auto;
}

.single .entry_content .alignright {
  float: right;
}

.single .entry_content .alignleft {
  float: left;
}

.single .entry_content img[class*="wp-image-"],
.single .entry_content img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.single .entry_content .clearfix {
  overflow: hidden;
  zoom: 1;
}

.single .entry_content .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.single .entry_content.custom_single img {
  margin-bottom: 0;
}

.single #single_attention .single_h2, .single #single_attention .day, .single #single_select .single_h2, .single #single_select .day, .single #single_message .single_h2, .single #single_message .day, .single #single_value .single_h2, .single #single_value .day,
.single #single_material .single_h2,
.single #single_material .day, .single #single_hoken .single_h2, .single #single_hoken .day, .single #single_adgreen .single_h2, .single #single_adgreen .day, .single #single_hikari .single_h2, .single #single_hikari .day,
.single #single_gaina .single_h2,
.single #single_gaina .day, .single #single_lumifron .single_h2, .single #single_lumifron .day, .single #single_nanocompo .single_h2, .single #single_nanocompo .day, .single #single_perfect .single_h2, .single #single_perfect .day, .single #single_protectclear .single_h2, .single #single_protectclear .day,
.single #single_spray .single_h2,
.single #single_spray .day, .single #single_thermoeye .single_h2, .single #single_thermoeye .day, .single #single_wbart .single_h2, .single #single_wbart .day, .single #single_premium .single_h2, .single #single_premium .day, .single #single_superselan .single_h2, .single #single_superselan .day, .single #single_alesdynamictop .single_h2, .single #single_alesdynamictop .day, .single #single_semiflon .single_h2, .single #single_semiflon .day, .single #single_lumistage .single_h2, .single #single_lumistage .day {
  display: none;
}

.single #single_attention .entry_content img, .single #single_select .entry_content img, .single #single_message .entry_content img, .single #single_value .entry_content img,
.single #single_material .entry_content img, .single #single_hoken .entry_content img, .single #single_adgreen .entry_content img, .single #single_hikari .entry_content img,
.single #single_gaina .entry_content img, .single #single_lumifron .entry_content img, .single #single_nanocompo .entry_content img, .single #single_perfect .entry_content img, .single #single_protectclear .entry_content img,
.single #single_spray .entry_content img, .single #single_thermoeye .entry_content img, .single #single_wbart .entry_content img, .single #single_premium .entry_content img, .single #single_superselan .entry_content img, .single #single_alesdynamictop .entry_content img, .single #single_semiflon .entry_content img, .single #single_lumistage .entry_content img {
  display: inline-block;
  margin-bottom: 0;
}

.single #single_lumistage p {
  margin-bottom: 1em;
}

.single #single_lumistage .cp_h4 h4 {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .single #single_lumistage .cp_h4 h4 {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .single #single_lumistage .cp_h4 h4 {
    font-size: 22px;
  }
}

.single #single_lumistage .h4_sm .cp_h4 h4 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .single #single_lumistage .col2_wrap .col2_item {
    margin-bottom: 30px;
  }
}

.single #single_lumistage .flex_box {
  background-color: #f9f4e1;
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  .single #single_lumistage .flex_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single #single_lumistage .flex_box li {
    margin-bottom: 0;
  }
}

.single #single_lumistage .cn_h3 {
  margin-bottom: 30px;
}

.single #single_lumistage p.og_ttl {
  border-top: solid 3px #FF8400;
  border-bottom: solid 3px #FF8400;
  color: #FF8400;
  padding: 10px;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.single #single_attention .attention_message {
  background: url(images/page/attention_message_bg.jpg) 10px 10px no-repeat;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-weight: bold;
  border: solid 3px #0D47A1;
  padding: 1em;
}

@media print, screen and (max-width: 767px) {
  .single #single_attention .attention_message {
    background-size: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .single #single_attention .attention_message {
    background-size: 20%;
    padding-left: 22%;
  }
}

.single #single_attention .attention_message h3 {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 767px) {
  .single #single_attention .attention_message h3 {
    padding-top: 45%;
  }
}

.single #single_attention .attention_list h3 {
  margin-bottom: 20px;
}

.single #single_attention .attention_list ul {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.single #single_attention .attention_list ul li {
  background: rgba(13, 71, 161, 0.1);
  padding: 1em;
  margin-bottom: 20px;
}

.single #single_attention .attention_list ul li h5 {
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: bold;
}

.single #single_attention .attention_list ul li p strong {
  color: #F70000;
}

.single #single_select p strong {
  color: #FF8400;
  font-weight: bold;
}

.single #single_select .select_message {
  background: #428E82;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-weight: bold;
  border: solid 3px #00372A;
  padding: 1em;
}

.single #single_select .select_message h3 {
  border-color: #00372A;
  color: #fff;
}

.single #single_select .select_message img {
  margin-bottom: 1em;
}

.single #single_select .select_message p {
  color: #fff;
}

.single #single_select .select_message p strong {
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}

@media print, screen and (max-width: 767px) {
  .single #single_select .select_message p {
    padding: 1em;
    font-weight: bold;
  }
}

.single #single_select .select_message_arrow img {
  display: block;
  margin: 0 auto;
}

.single #single_select .select_list ul li {
  border: solid 2px #0D47A1;
  margin-bottom: 20px;
}

.single #single_select .select_list ul li h4 {
  background: #0D47A1;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 10px 8px;
  font-weight: bold;
}

.single #single_select .select_list ul li .rightdir, .single #single_select .select_list ul li .leftdir {
  margin-bottom: 0;
}

.single #single_select .select_list ul li .leftdir {
  padding: 1em;
}

@media print, screen and (min-width: 768px) {
  .single #single_select .select_list ul li .leftdir {
    padding-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .single #single_select .select_list ul li .rightdir {
    padding: 1em 1em 1em 0;
  }
}

.single #single_select .select_list ul li .rightdir img {
  width: 100%;
}

.single #single_message section.page-content {
  margin-bottom: 60px;
}

.single #single_message section.page-content .first_h3 {
  margin-bottom: 30px;
}

.single #single_message section.page-content .first_h3 h3 {
  border-top: solid 3px #0D47A1;
  border-bottom: solid 1px #0D47A1;
  padding: 15px 0;
  text-align: center;
}

.single #single_message section.page-content .first_h3 h3 img {
  display: inline-block;
}

.single #single_message #first-content02 {
  padding-top: 30px;
}

.single #single_message #first-content02 .content02_inner {
  background-color: #0D47A1;
}

.single #single_message #first-content02 .content02_inner h3 {
  text-align: center;
  margin-top: -45px;
}

.single #single_message #first-content02 .content02_inner .w_bg {
  background-color: #fff;
  border: solid 1px #0D47A1;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.single #single_message #first-content02 .content02_inner .w_bg p span {
  color: #ff6100;
}

.single #single_message #first-content02 .content02_inner .w_bg .rightdir {
  text-align: center;
}

.single #single_message #first-content03 .col4_wrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single #single_message #first-content03 .col4_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .single #single_message #first-content03 .col4_wrap .col4_item {
    width: 49%;
    float: left;
    margin-bottom: 4vh;
  }
  .single #single_message #first-content03 .col4_wrap .col4_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .single #single_message #first-content03 .col4_wrap .col4_item:nth-child(2n+1) {
    clear: left;
  }
}

.single #single_message .first-content04 .first_list {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .single #single_message .first-content04 .first_list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .single #single_message .first-content04 .first_list .col2_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .single #single_message .first-content04 .first_list .col2_wrap .col2_item {
    width: 49%;
    float: left;
    margin-bottom: 4vh;
  }
  .single #single_message .first-content04 .first_list .col2_wrap .col2_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .single #single_message .first-content04 .first_list .col2_wrap .col2_item:nth-child(2n+1) {
    clear: left;
  }
}

.single #single_message .first-content04 .first_list .toryo_bg {
  padding-top: 30px;
  margin-bottom: 30px;
}

.single #single_message .first-content04 .first_list .toryo_bg .w_bg {
  background-color: #fff;
  border: solid 1px #0D47A1;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.single #single_message .first-content04 .first_list .toryo_bg .w_bg .sub_t {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 20px;
}

.single #single_message .first-content04 .first_list .toryo_bg .w_bg .col3_wrap {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single #single_message .first-content04 .first_list .toryo_bg .w_bg .col3_wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .single #single_message .first-content04 .first_list .toryo_bg .w_bg .col3_wrap .col3_item {
    margin-bottom: 10px;
  }
}

.single #single_message .first-content04 .first_list .dannetsu h4 {
  font-size: 24px;
  padding-left: 10px;
  border-left: solid 6px #ff6f00;
}

.single #single_message .first-content04 .first_list .dannetsu table {
  margin-bottom: 10px;
}

.single #single_message .first-content04 .first_list .dannetsu table th, .single #single_message .first-content04 .first_list .dannetsu table td {
  border: none;
}

.single #single_message .first-content04 .first_list .dannetsu table th {
  color: #fff;
  background-color: #0D47A1;
  text-align: center;
  padding: 10px;
  width: 100px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .single #single_message .first-content04 .first_list .dannetsu table th {
    font-size: 24px;
  }
}

.single #single_message .first-content04 .first_list .dannetsu table th.gr {
  background-color: #2a9123;
}

.single #single_message .first-content04 .no_h4 {
  border-bottom: solid 1px #0D47A1;
  padding-bottom: 7px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .single #single_message .first-content04 .no_h4 {
    background: url(images/page/message_h4_icon.png) no-repeat 100% 100%;
    background-size: auto 100%;
  }
}

.single #single_message .first-content04 .no_h4 h4 {
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .single #single_message .first-content04 .no_h4 h4 img {
    width: 35px;
  }
}

@media screen and (min-width: 981px) {
  .single #single_message .first-content04 .no_h4 h4 img {
    width: 50px;
  }
}

@media screen and (max-width: 980px) {
  .single #single_message .first-content04 .no_h4 h4 {
    font-size: 18px;
  }
}

.single #single_message .first-content04 .no_h4 h4 span {
  font-size: 40px;
}

@media screen and (max-width: 980px) {
  .single #single_message .first-content04 .no_h4 h4 span {
    font-size: 32px;
  }
}

.single #single_message .first-content04 .flex_b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single #single_message .first-content04 .flex_b li {
  width: 48%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single #single_message .first-content04 .flex_b li {
    width: 46%;
  }
}

.single #single_message .first-content04 .flex_b li:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: -33px;
  top: 45%;
  border: 30px solid transparent;
  border-right: 5px solid transparent;
  border-left: 20px solid #ff6100;
}

.single #single_message .first-content04 .flex_b li p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  background-color: #0D47A1;
}

.single #single_message .first-content04 .maker_point {
  background: url(images/page/low_bg.png) 100% 0% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .single #single_message .first-content04 .maker_point {
    padding: 20px 70px 15px 15px;
  }
}

@media screen and (min-width: 768px) {
  .single #single_message .first-content04 .maker_point {
    padding: 50px 30px 20px;
    min-height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .single #single_message .first-content04 .maker_point.big_f p {
    font-size: 36px;
  }
}

.single #single_message .first-content04 .maker_point p {
  color: #ff6f00;
  font-size: 25px;
  font-weight: bold;
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.single #single_message .first-content04 .maker_point p span {
  color: #0D47A1;
}

@media screen and (max-width: 767px) {
  .single #single_message .first-content04 .maker_point p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .single #single_message .first-content04 .maker_point p {
    text-align: center;
  }
}

.single #single_message #first-content05 .col2_wrap .col2_item {
  overflow: hidden;
  border: solid 1px #ccc;
  padding: 20px;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .single #single_message #first-content05 .col2_wrap .col2_item {
    width: 100%;
  }
}

.single #single_message #first-content05 .col2_wrap .col2_item h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 7px;
  border-left: solid 3px #0D47A1;
}

@media screen and (max-width: 767px) {
  .single #single_message #first-content05 .col2_wrap .col2_item h4 {
    font-size: 20px;
  }
}

.single #single_message #first-content05 .col2_wrap .col2_item p {
  padding: 0;
}

.single #single_message #first-content05 .col2_wrap .col2_item a {
  display: block;
}

.single #single_message #first-content05 .col2_wrap .col2_item .tosou_inner {
  padding-left: 38%;
}

.single #single_message #first-content05 .col2_wrap .col2_item:nth-child(1), .single #single_message #first-content05 .col2_wrap .col2_item:nth-child(2) {
  min-height: 196px;
}

.single #single_message #first-content05 .col2_wrap .col2_item:nth-child(3), .single #single_message #first-content05 .col2_wrap .col2_item:nth-child(4) {
  min-height: 223px;
}

.single #single_message #first-content05 .col2_wrap .col2_item:nth-child(1) {
  background: #fff url(images/page/biz_kodawari01.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_message #first-content05 .col2_wrap .col2_item:nth-child(2) {
  background: #fff url(images/page/biz_kodawari02.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_message #first-content05 .col2_wrap .col2_item:nth-child(3) {
  background: #fff url(images/page/biz_kodawari03.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_message #first-content05 .col2_wrap .col2_item:nth-child(4) {
  background: #fff url(images/page/biz_kodawari04.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_value #value-content01 .head, .single #single_value #value-content02 .head {
  margin: 0 0 30px;
}

.single #single_value #value-content01 p, .single #single_value #value-content02 p {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .single #single_value #value-content01 p, .single #single_value #value-content02 p {
    font-size: 13px;
  }
}

.single #single_value #value-content01 p strong, .single #single_value #value-content02 p strong {
  font-size: 24px;
  color: #ff6c00;
}

.single #single_value #value-content02 .body p.large {
  text-align: center;
  font-size: 24px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff2e8;
  color: #ff6c00;
}

@media screen and (max-width: 767px) {
  .single #single_value #value-content02 .body p.large {
    font-size: 18px;
  }
}

.single #single_value #value-content02 .body p.large span.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.single #single_material section {
  margin-bottom: 60px;
}

.single #single_material #material-content01 .leftdir {
  text-align: center;
}

.single #single_material #material-content01 .leftdir p.s_title {
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .single #single_material #material-content02 .col3_list {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .single #single_material #material-content02 .col3_list {
    margin-bottom: 50px;
  }
}

.single #single_material #material-content02 .col3_wrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .single #single_material #material-content02 .col3_wrap.min_h .col3_item h4 {
    min-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .single #single_material #material-content02 .col3_wrap .col3_item {
    margin-bottom: 30px;
  }
}

.single #single_material #material-content02 .col3_wrap .col3_item h4 {
  background-color: #0D47A1;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding: 7px 5px;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .single #single_material #material-content02 .col3_wrap .col3_item h4 {
    font-size: 12px;
  }
}

@media screen and (min-width: 981px) {
  .single #single_material #material-content02 .col3_wrap .col3_item .txt p {
    min-height: 135px;
  }
}

.single #single_material #material-content02 .col3_wrap .col3_item dl dt {
  display: block;
  width: 100%;
  background: #ff6f00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 15px auto 7px;
}

@media screen and (max-width: 767px) {
  .single #single_material #material-content02 .col3_wrap .col3_item dl dt {
    width: 70%;
  }
}

@media screen and (min-width: 981px) {
  .single #single_material #material-content02 .col3_wrap .col3_item dl dt {
    margin: 15px auto 7px;
  }
}

.single #single_material #material-content02 .col3_wrap .col3_item dl dd {
  font-size: 14px;
  color: #4d4d4d;
}

.single #single_material #material-content02 .maker_point {
  background: url(images/page/low_bg.png) 100% 0% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .single #single_material #material-content02 .maker_point {
    padding: 20px 70px 15px 15px;
  }
}

@media screen and (min-width: 768px) {
  .single #single_material #material-content02 .maker_point {
    padding: 50px 30px 20px;
    min-height: 150px;
  }
}

.single #single_material #material-content02 .maker_point p {
  color: #ff6f00;
  font-size: 20px;
  font-weight: bold;
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.single #single_material #material-content02 .maker_point p span {
  color: #0D47A1;
}

@media screen and (max-width: 980px) {
  .single #single_material #material-content02 .maker_point p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .single #single_material #material-content02 .maker_point p {
    text-align: center;
  }
}

.single #single_material #material-content03 .first_h3 {
  margin-bottom: 30px;
}

.single #single_material #material-content03 .first_h3 h3 {
  border-top: solid 3px #0D47A1;
  border-bottom: solid 1px #0D47A1;
  padding: 15px 0;
  text-align: center;
}

.single #single_material #material-content03 .col2_wrap .col2_item {
  padding: 20px;
  border: solid 1px #ccc;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .single #single_material #material-content03 .col2_wrap .col2_item {
    width: 100%;
  }
}

.single #single_material #material-content03 .col2_wrap .col2_item h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 7px;
  border-left: solid 3px #0D47A1;
}

@media screen and (max-width: 767px) {
  .single #single_material #material-content03 .col2_wrap .col2_item h4 {
    font-size: 20px;
  }
}

.single #single_material #material-content03 .col2_wrap .col2_item .tosou_inner {
  padding-left: 38%;
}

.single #single_material #material-content03 .col2_wrap .col2_item:nth-child(1), .single #single_material #material-content03 .col2_wrap .col2_item:nth-child(2) {
  min-height: 196px;
}

.single #single_material #material-content03 .col2_wrap .col2_item:nth-child(3), .single #single_material #material-content03 .col2_wrap .col2_item:nth-child(4) {
  min-height: 223px;
}

.single #single_material #material-content03 .col2_wrap .col2_item:nth-child(1) {
  background: #fff url(images/page/biz_kodawari01.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_material #material-content03 .col2_wrap .col2_item:nth-child(2) {
  background: #fff url(images/page/biz_kodawari02.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_material #material-content03 .col2_wrap .col2_item:nth-child(3) {
  background: #fff url(images/page/biz_kodawari03.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_material #material-content03 .col2_wrap .col2_item:nth-child(4) {
  background: #fff url(images/page/biz_kodawari04.png) 0% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_hoken h3 {
  padding: 15px 0 15px 0 !important;
  font-size: 2em;
  font-weight: normal;
  color: #000;
  line-height: 1.3;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media print, screen and (max-width: 767px) {
  .single #single_hoken h3 {
    font-size: 1.3em;
  }
}

.single #single_hoken h4 {
  padding: 0 0 15px 0 !important;
  font-size: 1.7em;
  font-weight: normal;
  color: #000;
  line-height: 1.3;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media print, screen and (max-width: 767px) {
  .single #single_hoken h4 {
    font-size: 1.3em;
  }
}

.single #single_hoken .f_size73 {
  border: solid 2px #0D47A1;
  padding: 20px;
}

.single #single_hoken #hoken-content04 {
  background: #f2f2f2;
  padding: 20px;
}

.single #single_adgreen .com_btm,
.single #single_hikari .com_btm,
.single #single_gaina .com_btm,
.single #single_lumifron .com_btm,
.single #single_perfect .com_btm,
.single #single_protectclear .com_btm,
.single #single_spray .com_btm,
.single #single_thermoeye .com_btm,
.single #single_wbart .com_btm,
.single #single_premium .com_btm,
.single #single_semiflon .com_btm {
  margin-bottom: 20px;
}

.single #single_adgreen img,
.single #single_hikari img,
.single #single_gaina img,
.single #single_lumifron img,
.single #single_perfect img,
.single #single_protectclear img,
.single #single_spray img,
.single #single_thermoeye img,
.single #single_wbart img,
.single #single_premium img,
.single #single_semiflon img {
  width: auto;
  margin: 0 0 20px;
}

.single #single_adgreen p,
.single #single_hikari p,
.single #single_gaina p,
.single #single_lumifron p,
.single #single_perfect p,
.single #single_protectclear p,
.single #single_spray p,
.single #single_thermoeye p,
.single #single_wbart p,
.single #single_premium p,
.single #single_semiflon p {
  margin: 0 0 1em;
}

.single #single_adgreen h3,
.single #single_hikari h3,
.single #single_gaina h3,
.single #single_lumifron h3,
.single #single_perfect h3,
.single #single_protectclear h3,
.single #single_spray h3,
.single #single_thermoeye h3,
.single #single_wbart h3,
.single #single_premium h3,
.single #single_semiflon h3 {
  border-top: solid 3px #0D47A1;
  border-bottom: solid 3px #0D47A1;
  color: #0D47A1;
  padding: 10px;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.single #single_adgreen h4,
.single #single_hikari h4,
.single #single_gaina h4,
.single #single_lumifron h4,
.single #single_perfect h4,
.single #single_protectclear h4,
.single #single_spray h4,
.single #single_thermoeye h4,
.single #single_wbart h4,
.single #single_premium h4,
.single #single_semiflon h4 {
  font-size: 1.25em;
  font-weight: bold;
  color: #E10000;
  border-left: solid 3px #E10000;
  padding: 10px;
  margin-bottom: 20px;
  background-image: -ms-linear-gradient(90deg, #e1dddd 0%, #f9f5f5 100%);
}

.single #single_adgreen h5,
.single #single_hikari h5,
.single #single_gaina h5,
.single #single_lumifron h5,
.single #single_perfect h5,
.single #single_protectclear h5,
.single #single_spray h5,
.single #single_thermoeye h5,
.single #single_wbart h5,
.single #single_premium h5,
.single #single_semiflon h5 {
  padding: 0.5em;
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  background: rgba(13, 71, 161, 0.4);
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.single #single_adgreen h5:before,
.single #single_hikari h5:before,
.single #single_gaina h5:before,
.single #single_lumifron h5:before,
.single #single_perfect h5:before,
.single #single_protectclear h5:before,
.single #single_spray h5:before,
.single #single_thermoeye h5:before,
.single #single_wbart h5:before,
.single #single_premium h5:before,
.single #single_semiflon h5:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.single #single_adgreen .page_links,
.single #single_hikari .page_links,
.single #single_gaina .page_links,
.single #single_lumifron .page_links,
.single #single_perfect .page_links,
.single #single_protectclear .page_links,
.single #single_spray .page_links,
.single #single_thermoeye .page_links,
.single #single_wbart .page_links,
.single #single_premium .page_links,
.single #single_semiflon .page_links {
  overflow: hidden;
}

.single #single_adgreen .page_links li,
.single #single_hikari .page_links li,
.single #single_gaina .page_links li,
.single #single_lumifron .page_links li,
.single #single_perfect .page_links li,
.single #single_protectclear .page_links li,
.single #single_spray .page_links li,
.single #single_thermoeye .page_links li,
.single #single_wbart .page_links li,
.single #single_premium .page_links li,
.single #single_semiflon .page_links li {
  margin-bottom: 5px;
}

@media print, screen and (max-width: 767px) {
  .single #single_adgreen .page_links li.col4_item,
  .single #single_hikari .page_links li.col4_item,
  .single #single_gaina .page_links li.col4_item,
  .single #single_lumifron .page_links li.col4_item,
  .single #single_perfect .page_links li.col4_item,
  .single #single_protectclear .page_links li.col4_item,
  .single #single_spray .page_links li.col4_item,
  .single #single_thermoeye .page_links li.col4_item,
  .single #single_wbart .page_links li.col4_item,
  .single #single_premium .page_links li.col4_item,
  .single #single_semiflon .page_links li.col4_item {
    width: 49%;
    float: left;
  }
  .single #single_adgreen .page_links li.col4_item:nth-child(2n),
  .single #single_hikari .page_links li.col4_item:nth-child(2n),
  .single #single_gaina .page_links li.col4_item:nth-child(2n),
  .single #single_lumifron .page_links li.col4_item:nth-child(2n),
  .single #single_perfect .page_links li.col4_item:nth-child(2n),
  .single #single_protectclear .page_links li.col4_item:nth-child(2n),
  .single #single_spray .page_links li.col4_item:nth-child(2n),
  .single #single_thermoeye .page_links li.col4_item:nth-child(2n),
  .single #single_wbart .page_links li.col4_item:nth-child(2n),
  .single #single_premium .page_links li.col4_item:nth-child(2n),
  .single #single_semiflon .page_links li.col4_item:nth-child(2n) {
    float: right;
  }
}

.single #single_adgreen .page_links li a,
.single #single_hikari .page_links li a,
.single #single_gaina .page_links li a,
.single #single_lumifron .page_links li a,
.single #single_perfect .page_links li a,
.single #single_protectclear .page_links li a,
.single #single_spray .page_links li a,
.single #single_thermoeye .page_links li a,
.single #single_wbart .page_links li a,
.single #single_premium .page_links li a,
.single #single_semiflon .page_links li a {
  display: block;
  border: solid 1px #000;
  background: #FBB600;
  color: #000;
  font-weight: bold;
  padding: 10px 3px;
  text-align: center;
}

.single #single_hikari table.linktitle th,
.single #single_gaina table.linktitle th,
.single #single_lumifron table.linktitle th,
.single #single_perfect table.linktitle th,
.single #single_wbart table.linktitle th,
.single #single_premium table.linktitle th {
  width: 2em;
  background: #0D47A1;
  color: #fff;
}

.single #single_semiflon .s_list {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .single #single_semiflon .s_list {
    margin-bottom: 30px;
  }
}

.single #single_semiflon .flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single #single_semiflon .flex_box li p {
  font-size: 14px;
}

.single #single_semiflon .flex_box li p small {
  font-size: 13px;
}

.single #single_semiflon .flex_box.col2 {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single #single_semiflon .flex_box.col2 li {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .single #single_semiflon .flex_box.col3.spc2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single #single_semiflon .flex_box.col3.spc2 li:nth-child(1), .single #single_semiflon .flex_box.col3.spc2 li:nth-child(2) {
    width: 49%;
  }
  .single #single_semiflon .flex_box.col3.spc2 li:nth-child(3) {
    width: 100%;
  }
}

.single #single_semiflon .flex_box.col3 li {
  width: 32%;
}

.single #single_semiflon .blue {
  color: #134696;
}

@media only screen and (max-width: 767px) {
  .single #single_semiflon .spimg {
    text-align: center;
  }
}

.single #single_semiflon table.linktitle th {
  background: #0D47A1;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .single #single_semiflon table.linktitle th {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .single #single_semiflon table.linktitle th, .single #single_semiflon table.linktitle td {
    font-size: 12px;
    padding: 7px;
  }
}

.single #single_hikari table.linktitle th,
.single #single_gaina table.linktitle th,
.single #single_lumifron table.linktitle th,
.single #single_perfect table.linktitle th,
.single #single_wbart table.linktitle th,
.single #single_premium table.linktitle th {
  width: 2em;
  background: #0D47A1;
  color: #fff;
}

.single #single_nanocompo .section {
  padding: 0 0 40px;
}

.single #single_nanocompo .section .red {
  color: #c00;
}

.single #single_nanocompo .section p {
  margin-bottom: 1em;
}

.single #single_nanocompo .section .srp_h3 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.single #single_nanocompo .section .srp_h3 h3 {
  border-left: 5px solid #7cbb37;
  font-size: 25px;
  font-weight: bold;
  color: #4d4d4d;
  padding-left: 10px;
  padding-bottom: 5px;
}

.single #single_nanocompo .section .srp_h3 h3 a {
  color: #4d4d4d;
}

.single #single_nanocompo .section .srp_h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

.single #single_nanocompo .section .about {
  background: #FFFEE1;
  border: solid 1px #FAD850;
  text-align: center;
  padding: 15px 0;
}

.single #single_nanocompo .section .about h2 {
  text-align: center;
}

.single #single_nanocompo .section .about h2 img {
  max-width: auto;
  width: auto;
}

.single #single_nanocompo .section .about .txt {
  padding: 10px 40px 0;
}

.single #single_nanocompo #nanomenu .lead {
  padding: 5px 10px 60px;
  background: url(images/page/toryo_ncp_pic2.gif) no-repeat center bottom;
}

.single #single_nanocompo #nanomenu .menuBox {
  background: #e8f9fd;
  padding: 10px 15px 15px;
  text-align: center;
}

.single #single_nanocompo #nanomenu .menuBox h2 {
  color: #1e3764;
  font-size: 20px;
}

.single #single_nanocompo #nanomenu .menuBox h2 span {
  font-size: 35px;
  font-weight: bold;
}

.single #single_nanocompo #nanomenu .menuBox ul {
  background: #FFF;
  border: solid 1px #8AC6EE;
  padding: 15px 0;
}

.single #single_nanocompo #nanomenu .menuBox li:nth-child(1) {
  color: #538ccc;
  font-size: 16px;
  font-weight: bold;
}

.single #single_nanocompo #nanomenu .menuBox p.plus {
  padding: 55px 0 0;
  background: url(images/page/toryo_ncp_pic3.gif) top no-repeat;
}

.single #single_nanocompo #fc1 .midasi_h2, .single #single_nanocompo #fc2 .midasi_h2, .single #single_nanocompo #fc3 .midasi_h2, .single #single_nanocompo #fc4 .midasi_h2, .single #single_nanocompo #fc5 .midasi_h2, .single #single_nanocompo #fc6 .midasi_h2 {
  border-bottom: solid 1px;
  margin-bottom: 20px;
}

.single #single_nanocompo #fc1 .midasi_h2.sh, .single #single_nanocompo #fc2 .midasi_h2.sh, .single #single_nanocompo #fc3 .midasi_h2.sh, .single #single_nanocompo #fc4 .midasi_h2.sh, .single #single_nanocompo #fc5 .midasi_h2.sh, .single #single_nanocompo #fc6 .midasi_h2.sh {
  background: url(images/page/toryo_ncp_ttl05.png) right 10px no-repeat;
}

.single #single_nanocompo #fc1 .midasi_h2 h2, .single #single_nanocompo #fc2 .midasi_h2 h2, .single #single_nanocompo #fc3 .midasi_h2 h2, .single #single_nanocompo #fc4 .midasi_h2 h2, .single #single_nanocompo #fc5 .midasi_h2 h2, .single #single_nanocompo #fc6 .midasi_h2 h2 {
  font-size: 35px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .single #single_nanocompo #fc1 .midasi_h2 h2, .single #single_nanocompo #fc2 .midasi_h2 h2, .single #single_nanocompo #fc3 .midasi_h2 h2, .single #single_nanocompo #fc4 .midasi_h2 h2, .single #single_nanocompo #fc5 .midasi_h2 h2, .single #single_nanocompo #fc6 .midasi_h2 h2 {
    font-size: 25px;
  }
}

.single #single_nanocompo #fc1 .midasi_h2 h2 span, .single #single_nanocompo #fc2 .midasi_h2 h2 span, .single #single_nanocompo #fc3 .midasi_h2 h2 span, .single #single_nanocompo #fc4 .midasi_h2 h2 span, .single #single_nanocompo #fc5 .midasi_h2 h2 span, .single #single_nanocompo #fc6 .midasi_h2 h2 span {
  font-size: 20px;
}

.single #single_nanocompo #fc1 .midasi_h2 h2 span.red, .single #single_nanocompo #fc2 .midasi_h2 h2 span.red, .single #single_nanocompo #fc3 .midasi_h2 h2 span.red, .single #single_nanocompo #fc4 .midasi_h2 h2 span.red, .single #single_nanocompo #fc5 .midasi_h2 h2 span.red, .single #single_nanocompo #fc6 .midasi_h2 h2 span.red {
  font-size: 14px;
}

.single #single_nanocompo #fc1 .midasi_h2 table, .single #single_nanocompo #fc2 .midasi_h2 table, .single #single_nanocompo #fc3 .midasi_h2 table, .single #single_nanocompo #fc4 .midasi_h2 table, .single #single_nanocompo #fc5 .midasi_h2 table, .single #single_nanocompo #fc6 .midasi_h2 table {
  width: 210px;
  margin-bottom: 10px;
}

.single #single_nanocompo #fc1 .midasi_h2 table th, .single #single_nanocompo #fc1 .midasi_h2 table td, .single #single_nanocompo #fc2 .midasi_h2 table th, .single #single_nanocompo #fc2 .midasi_h2 table td, .single #single_nanocompo #fc3 .midasi_h2 table th, .single #single_nanocompo #fc3 .midasi_h2 table td, .single #single_nanocompo #fc4 .midasi_h2 table th, .single #single_nanocompo #fc4 .midasi_h2 table td, .single #single_nanocompo #fc5 .midasi_h2 table th, .single #single_nanocompo #fc5 .midasi_h2 table td, .single #single_nanocompo #fc6 .midasi_h2 table th, .single #single_nanocompo #fc6 .midasi_h2 table td {
  font-weight: bold;
  border: solid 1px #1966bb;
  padding: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single #single_nanocompo #fc1 .midasi_h2 table th, .single #single_nanocompo #fc1 .midasi_h2 table td, .single #single_nanocompo #fc2 .midasi_h2 table th, .single #single_nanocompo #fc2 .midasi_h2 table td, .single #single_nanocompo #fc3 .midasi_h2 table th, .single #single_nanocompo #fc3 .midasi_h2 table td, .single #single_nanocompo #fc4 .midasi_h2 table th, .single #single_nanocompo #fc4 .midasi_h2 table td, .single #single_nanocompo #fc5 .midasi_h2 table th, .single #single_nanocompo #fc5 .midasi_h2 table td, .single #single_nanocompo #fc6 .midasi_h2 table th, .single #single_nanocompo #fc6 .midasi_h2 table td {
    display: table-cell;
    width: auto;
  }
}

.single #single_nanocompo #fc1 .midasi_h2 table th, .single #single_nanocompo #fc2 .midasi_h2 table th, .single #single_nanocompo #fc3 .midasi_h2 table th, .single #single_nanocompo #fc4 .midasi_h2 table th, .single #single_nanocompo #fc5 .midasi_h2 table th, .single #single_nanocompo #fc6 .midasi_h2 table th {
  color: #1966bb;
  background-color: #fff;
  font-size: 13px;
}

.single #single_nanocompo #fc1 .midasi_h2 table td, .single #single_nanocompo #fc2 .midasi_h2 table td, .single #single_nanocompo #fc3 .midasi_h2 table td, .single #single_nanocompo #fc4 .midasi_h2 table td, .single #single_nanocompo #fc5 .midasi_h2 table td, .single #single_nanocompo #fc6 .midasi_h2 table td {
  color: #fff;
  background-color: #1966bb;
  font-size: 16px;
}

.single #single_nanocompo #fc1 #fc2 .lead, .single #single_nanocompo #fc2 #fc2 .lead, .single #single_nanocompo #fc3 #fc2 .lead, .single #single_nanocompo #fc4 #fc2 .lead, .single #single_nanocompo #fc5 #fc2 .lead, .single #single_nanocompo #fc6 #fc2 .lead {
  padding-right: 70px;
  background: url(images/page/toryo_ncp_fc2_mark.png) no-repeat right top;
}

.single #single_nanocompo #fc1 .subt, .single #single_nanocompo #fc2 .subt, .single #single_nanocompo #fc3 .subt, .single #single_nanocompo #fc4 .subt, .single #single_nanocompo #fc5 .subt, .single #single_nanocompo #fc6 .subt {
  text-align: right;
}

.single #single_nanocompo #fc1 .subt img, .single #single_nanocompo #fc2 .subt img, .single #single_nanocompo #fc3 .subt img, .single #single_nanocompo #fc4 .subt img, .single #single_nanocompo #fc5 .subt img, .single #single_nanocompo #fc6 .subt img {
  max-width: auto;
  width: auto;
}

.single #single_nanocompo .pt15 {
  padding-top: 15px;
}

.single #single_nanocompo #fc3 ul {
  width: 100%;
  display: table;
  padding: 20px 0;
}

.single #single_nanocompo #fc3 li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

.single #single_nanocompo #fc3 li img {
  vertical-align: bottom;
}

.single #single_nanocompo #fc3 li:nth-child(1) {
  border-right: 1px dotted #ccc;
}

.single #single_nanocompo #fc2 .col2_wrap .col2_item img {
  width: 100%;
}

.single #single_nanocompo #fc4 .col2_wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.single #single_nanocompo #fc4 .col2_wrap .col2_item {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.single #single_nanocompo #fc4 .col2_wrap .col2_item:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.single #single_nanocompo #fc4 .col2_wrap .col2_item img {
  width: 100%;
}

.single #single_nanocompo .fc1_img {
  margin-bottom: 30px;
}

.single #single_nanocompo .fc1_img .col3_wrap .col3_item {
  text-align: center;
  font-size: 14px;
}

.single #single_nanocompo .fc1_img .col3_wrap .col3_item img {
  width: auto;
}

.single #single_protectclear #protectclear-content01 h3 {
  text-align: center;
  margin-bottom: 30px;
}

.single #single_protectclear #protectclear-content01 h3 img {
  display: inline-block;
}

.single #single_spray .toryo_hukituke_tab th {
  background: #E1DB75;
}

.single #single_spray .toryo_hukituke_tab td.sub {
  background: #FBF9D7;
}

@media screen and (min-width: 768px) {
  .single #single_spray .toryo_hukituke_tab td.sub {
    width: 130px;
  }
}

.single #single_spray .toryo_hukituke_tab th, .single #single_spray .toryo_hukituke_tab td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .single #single_spray .spray_list.col4_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .single #single_spray .spray_list.col4_wrap .col4_item {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .single #single_spray .spray_list.col4_wrap .col4_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

.single #single_thermoeye section {
  margin-bottom: 60px;
}

.single #single_thermoeye section .r_col .float_l {
  float: left;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .single #single_thermoeye section .r_col .txt {
    font-size: 18px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .single #single_thermoeye section .sp_img {
    text-align: center;
  }
}

.single #single_thermoeye #thermoeye-content01 .thermo_h3 {
  margin-bottom: 30px;
}

.single #single_thermoeye #thermoeye-content01 .thermo_h3 h3 {
  font-size: 46px;
  font-weight: bold;
  color: #0D47A1;
  border-top: solid 3px #0D47A1;
  border-bottom: solid 1px #0D47A1;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .single #single_thermoeye #thermoeye-content01 .thermo_h3 h3 {
    font-size: 22px;
  }
}

.single #single_thermoeye #thermoeye-content01 .black_y {
  background-color: #000;
  border: solid 2px #f3f711;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .single #single_thermoeye #thermoeye-content01 .black_y p {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
}

.single #single_thermoeye #thermoeye-content01 .black_y p span {
  color: #f3f711;
}

.single #single_thermoeye #thermoeye-content01 h4 {
  font-size: 21px;
  line-height: 1.5;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.single #single_thermoeye #thermoeye-content01 h4.none {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single #single_thermoeye #thermoeye-content01 h4 {
    font-size: 16px;
  }
}

.single #single_thermoeye #thermoeye-content01 .subt {
  font-size: 14px;
  margin-bottom: 20px;
}

.single #single_thermoeye #thermoeye-content01 .subt span {
  color: #ff6f00;
}

@media screen and (min-width: 768px) {
  .single #single_thermoeye #thermoeye-content01 .f_size46.boder_r .leftdir {
    border-right: solid 1px #4d4d4d;
  }
}

@media screen and (max-width: 767px) {
  .single #single_thermoeye #thermoeye-content01 .col2_wrap .col2_item:first-of-type {
    border-bottom: solid 1px #4d4d4d;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .single #single_thermoeye #thermoeye-content01 .col2_wrap .col2_item:first-of-type {
    border-right: solid 1px #4d4d4d;
    padding-right: 10px;
  }
}

.single #single_thermoeye #thermoeye-content02 .lineup .lineup_t {
  background: url(images/icon.png) left center no-repeat;
  background-size: auto 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single #single_thermoeye #thermoeye-content02 .lineup .lineup_t {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .single #single_thermoeye #thermoeye-content02 .lineup .lineup_t {
    padding-left: 50px;
  }
}

.single #single_thermoeye #thermoeye-content02 .lineup .lineup_t span {
  color: #0D47A1;
  font-size: 24px;
}

.single #single_thermoeye #thermoeye-content02 .lineup .txt_g {
  color: #666;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single #single_thermoeye #thermoeye-content02 .lineup .txt_g {
    font-size: 18px;
  }
}

.single #single_thermoeye #thermoeye-content02 .bd {
  border: solid #0D47A1 5px;
  padding: 5px;
}

.single #single_thermoeye #thermoeye-content02 .bd .bd_inner {
  border: solid #0D47A1 1px;
}

.single #single_thermoeye #thermoeye-content02 .bd .bd_inner dl dt {
  font-weight: bold;
}

.single #single_thermoeye #thermoeye-content02 .bd .bd_inner dl dd {
  margin-bottom: 15px;
}

.single #single_premium #adg_c05 .toryo_eps07 li {
  border: solid 1px #ddd;
  text-align: center;
  padding: 20px;
}

.single #single_premium #adg_c05 .toryo_eps07 li p {
  margin-bottom: 0;
}

.single #single_premium #adg_c05 .toryo_eps07 li:nth-child(2) p {
  color: #E10000;
}

/* @import "css/sass/style_page.css";
--------------------------------------------------------------　*/
/*fheader common   ---------------------------------------*/
body .page_h1 h1 {
  font-size: 26px;
  color: #0D47A1;
  border-bottom: solid 1px #ADA79D;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  body .page_h1 h1 {
    font-size: 20px;
  }
}

body h3.com_h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  font-weight: bolder;
  border-bottom: solid 3px #0D47A1;
  padding-bottom: 7px;
}

@media screen and (min-width: 768px) {
  body h3.com_h3 {
    font-size: 30px;
  }
}

body .page #maincolumn, body .archive #maincolumn, body .category #maincolumn {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
}

body.page #maincolumn table {
  background: #f2f2f2;
  border-collapse: collapse;
}

body.page #maincolumn table th {
  font-weight: bolder;
  padding: 15px;
}

body.page #maincolumn table td {
  background: #fff;
}

body.page #maincolumn table th, body.page #maincolumn table td {
  padding: 15px;
  border: solid 1px #ddd;
}

body .table-list table {
  width: 100%;
  border-spacing: 1px;
  background-color: #f1f1f1;
}

body .table-list table th {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  background-color: #f1f1f1;
}

body .table-list table td {
  text-align: center;
  line-height: 1.6;
  background-color: #fff;
  padding: 10px;
}

body .table-list table td.title {
  width: 20%;
}

body .table-list table td.time {
  width: 20%;
  font-size: 20px;
  font-weight: bold;
}

body .table-list table td.description {
  width: 60%;
  text-align: left;
}

@media print, screen and (max-width: 767px) {
  body .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  body .scroll::-webkit-scrollbar {
    height: 5px;
  }
  body .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  body .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

body .phnayami01 {
  border-bottom: solid 2px #0D47A1;
}

body .phnayami01_mes {
  font-weight: 600;
  text-align: center;
  background: url(images/page/first_nayami-mesarrow.png) 50% 100% no-repeat;
  background-size: auto 100%;
  color: #343434;
  line-height: 1.571;
  text-align: center;
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
  padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
  body .phnayami01_mes {
    font-size: 28px;
  }
}

/* pager --
--------------------------------------------------------------　*/
#pager {
  overflow: hidden;
  clear: both;
}

@media print, screen and (max-width: 767px) {
  #pager .sort {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #pager .sort {
    float: left;
  }
}

#pager .sort ul {
  clear: both;
  overflow: hidden;
  margin-top: 2px;
  margin-right: 3px;
}

#pager .sort ul li {
  display: inline-block;
}

#pager .sort ul li a {
  display: inline-block;
  background: #ddd;
  padding: 4px 10px 5px;
}

@media print, screen and (min-width: 768px) {
  #pager .wp_pagenavi {
    float: left;
  }
}

#pager .wp_pagenavi .pages {
  display: inline-block;
  border: solid 1px #010101;
  color: #010101;
}

#pager .wp_pagenavi .current {
  display: inline-block;
  border: solid 1px #010101;
  color: #010101;
}

/* page --
--------------------------------------------------------------　*/
/* page battery
  --------------------------------------------------------------　*/
#maincolumn #page_battery section {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_battery .dp_flex li:first-of-type {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  #page_battery .dp_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page_battery .dp_flex li:first-of-type {
    width: 43%;
  }
  #page_battery .dp_flex li:nth-child(2) {
    width: 53%;
  }
}

#page_battery .bt_top h3 {
  margin-bottom: 40px;
}

#page_battery .bt_top ul .bt_ttl {
  font-size: 26px;
  font-weight: bold;
  background: url(images/page/lump.png) left center no-repeat;
  padding-left: 48px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page_battery .bt_top ul .bt_ttl {
    font-size: 18px;
  }
}

#page_battery .bt_top ul .bt_ttl span {
  font-size: 34px;
  color: #808080;
}

@media only screen and (max-width: 767px) {
  #page_battery .bt_top ul .bt_ttl span {
    font-size: 22px;
  }
}

#page_battery .bt_top ul .bt_ttl span.og {
  color: #f2531c;
}

@media print, screen and (min-width: 768px) {
  #page_battery .wb {
    padding-top: 100px;
  }
}

#page_battery .wb .wb_f {
  background: url(images/page/frame_bg.png) 50% 50% no-repeat;
  background-size: cover;
  border: solid 3px #0D47A1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_battery .wb .wb_f {
    padding: 20px 20px 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  #page_battery .wb .wb_f {
    padding: 20px 20px 20px 250px;
  }
}

@media only screen and (max-width: 767px) {
  #page_battery .wb .wb_f .women_point {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  #page_battery .wb .wb_f .women_point {
    position: absolute;
    bottom: 0;
    left: 30px;
  }
}

#page_battery .wb .wb_f ul li {
  font-weight: bold;
  background-color: transparent;
}

@media print, screen and (min-width: 768px) {
  #page_battery .wb .wb_f ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page_battery .wb .wb_f ul li:first-of-type {
    width: 57%;
  }
  #page_battery .wb .wb_f ul li:nth-child(2) {
    width: 40%;
  }
}

#page_battery .important_points {
  background-color: #f7f7f7;
}

#page_battery .important_points h3 {
  margin-bottom: 40px;
  text-align: center;
}

#page_battery .important_points ul {
  margin-bottom: 30px;
}

/* flow content */
.bt_flow h3 {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .bt_flow h3 img {
    height: 50px;
  }
}

.bt_flow ul li.content_inner {
  border: solid 10px #f2f2f0;
  margin-bottom: 80px;
}

.bt_flow ul li.content_inner:not(:last-of-type) {
  position: relative;
}

.bt_flow ul li.content_inner:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 40px;
  background: url(images/page/flow_arrow.png) center center no-repeat;
}

.bt_flow ul li.content_inner dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.bt_flow ul li.content_inner dl dt {
  background-color: #0D47A1;
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 50px;
  font-size: 28px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .bt_flow ul li.content_inner dl dt {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}

.bt_flow ul li.content_inner dl dd {
  font-size: 26px;
  padding-left: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .bt_flow ul li.content_inner dl dd {
    font-size: 18px;
  }
}

.bt_flow ul li.content_inner p {
  padding-bottom: 1em;
}

.bt_flow ul li.content_inner .flow_btn {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bt_flow ul li.content_inner ul li:first-of-type {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .bt_flow ul li.content_inner ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bt_flow ul li.content_inner ul li {
    width: 48%;
  }
}

/*  / battery 蓄電池について子ページ
--------------------------------------------------------------　*/
section.page_title,
.entry-content .page_title {
  background: url(images/page/menu_header_bg_wrap.png);
}

section.page_title .mainwrap,
.entry-content .page_title .mainwrap {
  background: url(images/page/menu_header_bg.png) 100% 50% no-repeat;
  padding: 40px 0 !important;
}

@media print, screen and (max-width: 767px) {
  section.page_title .mainwrap,
  .entry-content .page_title .mainwrap {
    max-width: 100%;
    margin-top: 53px;
  }
}

@media print, screen and (min-width: 768px) {
  section.page_title .mainwrap,
  .entry-content .page_title .mainwrap {
    padding: 90px 0 90px 0 !important;
    position: relative;
  }
  section.page_title .mainwrap h2,
  .entry-content .page_title .mainwrap h2{
    /*padding: 60px 0 60px 40px !important;*/
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(40px, -50%);
  }
}

section.page_title.inner_com,
.entry-content .page_title.inner_com {
  padding: 0;
}

.page_title {
  background-color: #fff;
}

.page_title h2 {
  color: #2E3B96;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-style: oblique;
  font-family: "Rounded Mplus 1c", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

@media print, screen and (min-width: 768px) {
  .page_title h2 {
    font-size: 52px !important;
    text-align: left;
  }
}

.page_title h2 span {
  font-size: 18px;
}

.battery_content p {
  padding-bottom: 1em;
}

.battery_content p.none {
  padding-bottom: 0;
}

.battery_content p.b_link a {
  font-weight: bold;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .battery_content.b_select table th {
    width: 30%;
  }
  .battery_content.b_select table td {
    width: 70%;
  }
}

.battery_content.b_select table th, .battery_content.b_select table td {
  padding: 7px !important;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .battery_content.b_select table th, .battery_content.b_select table td {
    display: block;
    width: 100%;
  }
}

.battery_content.b_step table {
  margin-top: 20px;
  table-layout: fixed;
}

.battery_content.b_step table th, .battery_content.b_step table td {
  font-size: 14px;
  padding: 7px !important;
}

.battery_content .gaph {
  text-align: center;
  margin: 30px 0;
}

/* page -- price / 料金について
--------------------------------------------------------------　*/
/* page -- contact / お問い合わせ
--------------------------------------------------------------　*/
.contact_top h3 {
  color: #0D47A1;
  font-size: 25px !important;
  font-weight: bold;
  text-align: center;
}

.contact_top ul {
  margin: 30px 0;
}

.contact_top ul li {
  font-weight: bold;
  line-height: 2;
}

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

.contact_top .contactmail_tel .tel_no {
  margin: 20px 0;
}

/*form common   ---------------------------------------*/
.contact_form {
  width: 100%;
  overflow: hidden;
  /* -- post_col2 --
  --------------------------------------------------------------　*/
}

.contact_form .pvc_btn {
  margin: 50px 0 30px;
  text-align: center;
}

.contact_form table th, .contact_form table td {
  vertical-align: top;
  padding: 10px;
}

@media print, screen and (max-width: 767px) {
  .contact_form table th, .contact_form table td {
    display: list-item;
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_form table th, .contact_form table td {
    border: solid 1px #ddd;
  }
}

.contact_form table th {
  font-weight: bolder;
}

@media print, screen and (max-width: 767px) {
  .contact_form table th {
    border-bottom: solid 2px #ddd;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_form table th {
    min-width: 15em;
    max-width: 15em;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_form table td {
    padding: 10px 0 1em 0;
  }
}

.contact_form .anchor {
  background: #0D47A1;
  color: #fff;
  padding: 7px;
  margin: 20px 0;
  text-align: center;
}

.contact_form .require {
  color: #C1272D;
  margin-left: 10px;
  font-weight: bolder;
  font-size: 0.8em;
}

.contact_form input {
  border: solid 1px #ddd;
  padding: 7px;
}

.contact_form textarea,
.contact_form input[type="email"],
.contact_form input[name="your-address"],
.contact_form input[name="estimate5"],
.contact_form input[name="estimate6"] {
  width: 100%;
}

.contact_form input[name="your-name"],
.contact_form input[name="your-namekana"],
.contact_form input[name="your-tel"] {
  width: 60%;
}

.contact_form input[name="estimate3-tsubo"],
.contact_form input[name="estimate7"],
.contact_form input[name="estimate8"] {
  width: 4em;
  margin: 0 5px;
}

.contact_form input#zip {
  width: 10em;
  margin-left: 5px;
  margin-bottom: 10px;
}

.contact_form input[type="checkbox"],
.contact_form input[type="radio"] {
  width: auto;
}

.contact_form input.wpcf7c-conf,
.contact_form textarea.wpcf7c-conf {
  border: solid #fff 1px !important;
  padding: 0;
  background: #fff !important;
}

.contact_form input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FFFCF6 inset;
}

.contact_form .mwform-radio-field label,
.contact_form .mwform-checkbox-field label {
  margin-left: 0;
  margin-right: 1em;
}

@media print, screen and (max-width: 767px) {
  .contact_form .mwform-radio-field label,
  .contact_form .mwform-checkbox-field label {
    display: block;
    margin-bottom: 0;
  }
}

.contact_form textarea {
  border: solid 1px #ddd;
}

.contact_form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contact_form .btn .pp {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.contact_form .btn .submit-btn {
  text-align: center;
}

.contact_form .btn .submit-btn input[type="submit"],
.contact_form .btn .submit-btn input[type="button"] {
  padding: 10px 30px;
}

.contact_form .btn .submit-btn input[type="submit"]:hover,
.contact_form .btn .submit-btn input[type="button"]:hover {
  background: rgba(13, 71, 161, 0.5);
}

.contact_form .btn .submit-btn input[type="button"] {
  margin-right: 10px;
}

.contact_form #post_col2 .col2_wrap .col2_item {
  border: solid 1px #ddd;
}

.contact_form #post_col2 .col2_wrap .col2_item:hover {
  background: rgba(13, 71, 161, 0.1);
}

.contact_form #post_col2 .col2_wrap .col2_item .post_img_block {
  position: relative;
}

.contact_form #post_col2 .col2_wrap .col2_item .post_h4 {
  position: relative;
  padding: 0.6em;
  background: #ddd;
  font-size: 1.2em;
  font-weight: bold;
}

.contact_form #post_col2 .col2_wrap .col2_item .post_h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 10px;
  border: 15px solid transparent;
  border-top: 15px solid #ddd;
  width: 0;
  height: 0;
}

.contact_form #post_col2 .col2_wrap .col2_item .post_txt_block {
  padding: 1em;
}

.contact_form #post_col2 .col2_wrap .col2_item .day {
  font-size: 0.9em;
}

.contact_form #post_col2 .col2_wrap .col2_item .des {
  font-size: 0.9em;
}

.archive #page_staff .staff_message {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.archive #page_staff .staff_message .staff_h3 {
  margin-bottom: 30px;
}

.archive #page_staff .staff_message .staff_h3 h3 {
  font-size: 46px;
  font-weight: bold;
  color: #0D47A1;
  border-top: solid 3px #0D47A1;
  border-bottom: solid 1px #0D47A1;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .archive #page_staff .staff_message .staff_h3 h3 {
    font-size: 22px;
  }
}

.archive #page_staff .staff_message p {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .archive #page_staff .staff_message p {
    text-align: center;
    font-size: 1.5em;
  }
}

.archive #page_staff .staff-profile .profile table {
  margin-bottom: 20px;
}

.archive #page_staff .staff-profile .profile table tr th {
  width: 6em;
  text-align: center;
}

.archive #page_staff .staff-profile .profile table tr th, .archive #page_staff .staff-profile .profile table tr td {
  vertical-align: middle;
}

.archive #page_staff .staff_list article {
  margin-bottom: 40px;
}

.archive #page_staff .staff_list article h4 {
  font-size: 24px;
  line-height: 1.5;
  border-left: solid #0D47A1 5px;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .archive #page_staff .staff_list article h4 {
    font-size: 18px;
  }
}

.archive #page_staff .staff_list article .text {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .archive #page_staff .staff_list article .text p {
    margin-left: 25px;
  }
}

.archive #page_staff .staff_list article .album .col3_wrap {
  height: 72px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .archive #page_staff .staff_list article .album .col3_wrap {
    height: 170px;
  }
}

.archive #page_staff .staff_list article .album .col3_wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.archive #page_staff .staff_list article .album .col3_item {
  float: left;
  width: 30.6%;
  margin-right: 4.1%;
  margin-bottom: 4vh;
}

.archive #page_staff .staff_list article .album .col3_item:nth-child(3n) {
  margin-right: 0;
}

.archive #page_staff .staff_list article .album .col3_item:nth-child(3n+1) {
  clear: left;
}

.archive #page_faq .faq_links ul {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .archive #page_faq .faq_links ul li {
    float: left;
    margin-right: 10px;
  }
}

.archive #page_faq .faq_links ul li a {
  font-size: 0.9em;
  display: block;
  background: #2E3B96;
  color: #fff;
  padding: 10px;
}

@media print, screen and (max-width: 767px) {
  .archive #page_faq .faq_links ul li a {
    border-bottom: solid 1px #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .archive #page_faq .faq_links ul li a .dashicons {
    margin-top: 3px;
  }
}

.archive #page_faq .faq_list h3 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.archive #page_faq .faq_list ul li {
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 20px;
}

.archive #page_faq .faq_list ul li .leftdir, .archive #page_faq .faq_list ul li .rightdir {
  margin-bottom: 7px;
}

.archive #page_faq .faq_list ul li h4 {
  font-weight: bold;
  font-size: 1.5em;
  background: #f2f2f2;
  padding: 7px;
  margin-bottom: 10px;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.archive #page_faq .faq_list ul li table th {
  width: 4em;
}

.archive #page_faq .faq_list ul li table th, .archive #page_faq .faq_list ul li table td {
  border-bottom: dashed 1px #ddd;
  padding: 1px 0;
}

.archive #page_faq .faq_list ul li .my_content {
  font-size: 0.9em;
}

#area_list{
  margin: 1em 0;
}
#area_linklist{
  margin-bottom: 30px;
}
.link_list,
.term_list{
  margin: 1em 0;
  background: #EEEEEE;
}
.term_list h3,
.link_list h3{
  background: #333;
  color: #fff;
  font-size: 16px !important;
  padding: 9px 7px 9px 1em;
  letter-spacing: 0.1em;
  margin-bottom: 0 !important;
}
.term_list ul,
.link_list ul{
  padding: 1em;
}
.link_list ul li{}
.link_list ul li a{
  color: #333;
  font-weight: bold;
}
.link_list ul li a:after{
  content:"の事例";
}
.term_list ul li ul,
.link_list ul li ul{
  overflow: hidden;
  padding: 0;
}
.link_list ul li ul li{
  float: left;
  margin: 0 0 0.5em 1em;
}
.link_list ul li ul li a{
  color: #333;
  font-weight: normal;
}
.link_list ul li ul li a:before{
  content:"・";
}
.link_list ul li ul li a:after{
  content:"";
}

#area_list .mainwrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#area_list h4 {
  font-size: 18px !important;
  font-weight: bold;
  background-color: #0D47A1;
  color: #fff;
  padding: 7px;
  margin-right: 20px;
}

#area_list .term_list ul li {
  display: inline-block;
}

#area_list .term_list ul li a {
  display: inline-block;
  font-weight: bold;
  margin-top: 7px;
  text-indent: 0.3em;
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 5px;
  font-size: 14px !important;
}

#area_list .term_list ul li ul {
  overflow: hidden;
}

#area_list .term_list ul li ul li {
  width: 49%;
  margin-right: 1%;
  float: left;
}

@media print, screen and (min-width: 768px) {
  #area_list .term_list ul li ul li {
    margin-right: 1em;
  }
}

#area_list .term_list ul li ul li a {
  display: block;
  overflow: hidden;
  width: 100%;
  border-bottom: dashed 1px #ddd;
  font-weight: normal;
}

#area_list .term_list ul li ul li a:after {
  font-family: "dashicons";
  content: "\f345";
  color: #2E3B96;
  float: right;
}

#area_post_case .f_size46 {
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 20px;
  overflow: hidden;
}

#area_post_case .f_size46 .leftdir img {
  width: 100% !important;
}

#area_post_case .f_size46 .rightdir.more {
  margin-top: 20px;
  clear: right;
}

#area_post_case .f_size46 .rightdir.more .more_btn {
  float: right;
}

#area_post_case .f_size46 .rightdir.more .more_btn a {
  display: inline-block;
  background: rgba(46, 59, 150, 0.2);
  border: solid 1px rgba(46, 59, 150, 0.2);
  padding: 7px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 0.9em;
}

#area_post_case .f_size46 .rightdir.more .more_btn a:hover {
  color: #fff;
  background: #2E3B96;
  border: solid 1px #2E3B96;
}

#area_post_case .f_size46 .rightdir.more .more_btn a:before {
  font-family: "dashicons";
  content: "\f179";
}

#area_post_case h4 {
  background: #ddd;
  padding: 0.5em 1em;
  font-size: 1.2rem !important;
  font-weight: bold;
}

#area_post_case h5 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: solid 2px #ddd;
}

#area_post_case .col2_wrap {
  overflow: hidden;
}

#area_post_case .col2_wrap .col2_item {
  background: rgba(46, 59, 150, 0.2);
  width: 49%;
  float: left;
  margin-bottom: 7px;
}

#area_post_case .col2_wrap .col2_item:nth-child(2n) {
  float: right;
  margin-right: 0;
}

#area_post_case .col2_wrap .col2_item p {
  text-align: center;
  font-size: 0.9em;
}

#area_post_case .col2_wrap .img {
  height: 120px;
  overflow: hidden;
}

#area_post_case .col2_wrap .img img {
  border: solid 2px #ddd;
}

#area_post_case .single_case_tab th, #area_post_case .single_case_tab td {
  padding: 5px !important;
}

#area_post_case .single_case_tab th {
  width: 5em;
}

#area_post_case .single_case_tab td {
  font-size: 0.9em;
}

.post-type-archive-case #page_case .case_message,
.single-case #case_post .case_message {
  background: #f2f2f2;
  padding: 1em;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.post-type-archive-case #page_case .single_case_h3,
.single-case #case_post .single_case_h3 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-size: 1.5em;
  padding: 10px 0;
  border-top: solid 2px #2E3B96;
  border-bottom: solid 2px #2E3B96;
  text-align: center;
  font-weight: bold;
}

.post-type-archive-case #page_case .single_case_ph,
.single-case #case_post .single_case_ph {
  overflow: hidden;
  margin: 20px 0;
}

.post-type-archive-case #page_case .single_case_ph li,
.single-case #case_post .single_case_ph li {
  float: left;
  width: 48%;
}

.post-type-archive-case #page_case .single_case_ph li:nth-child(2),
.single-case #case_post .single_case_ph li:nth-child(2) {
  float: right;
}

.post-type-archive-case #page_case .single_case_ph li ul,
.single-case #case_post .single_case_ph li ul {
  border-top: solid 2px #ddd;
}

.post-type-archive-case #page_case .single_case_ph li ul li,
.single-case #case_post .single_case_ph li ul li {
  width: 33.33%;
  float: left;
}

.post-type-archive-case #page_case .single_case_ph li ul li:nth-child(2),
.single-case #case_post .single_case_ph li ul li:nth-child(2) {
  float: left;
}

.post-type-archive-case #page_case .single_case_ph li .img_wrap,
.single-case #case_post .single_case_ph li .img_wrap {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.post-type-archive-case #page_case .single_case_ph li .img_wrap img,
.single-case #case_post .single_case_ph li .img_wrap img {
  width: 100%;
}

.post-type-archive-case #page_case .single_case_ph li p,
.single-case #case_post .single_case_ph li p {
  display: inline-block;
  padding: 5px 10px;
  width: 5em;
  text-align: center;
  color: #fff;
}

.post-type-archive-case #page_case .single_case_ph li p.before,
.single-case #case_post .single_case_ph li p.before {
  background: #010101;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post-type-archive-case #page_case .single_case_ph li p.after,
.single-case #case_post .single_case_ph li p.after {
  background: #2e3b96;
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-type-archive-case #page_case .construction_scenery,
.single-case #case_post .construction_scenery {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.post-type-archive-case #page_case .single_case_tab,
.single-case #case_post .single_case_tab {
  margin: 20px 0;
}

.post-type-archive-case #page_case .single_case_tab th, .post-type-archive-case #page_case .single_case_tab td,
.single-case #case_post .single_case_tab th,
.single-case #case_post .single_case_tab td {
  border: solid 1px #ddd;
  padding: 5px;
  font-weight: bolder;
}

.post-type-archive-case #page_case .single_case_tab th,
.single-case #case_post .single_case_tab th {
  width: 7em;
  text-align: center;
  padding: 5px 0;
}

.post-type-archive-case #page_case .entry_content,
.single-case #case_post .entry_content {
  max-width: 100%;
  background: rgba(13, 71, 161, 0.1);
  padding: 1em;
}

.post-type-archive-case #page_case .entry_content h4,
.single-case #case_post .entry_content h4 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: solid 1px;
  padding-bottom: 7px;
}

.post-type-archive-case .case_list li .vl_inner {
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 20px;
}

.post-type-archive-case #case_post {
  margin-bottom: 0 !important;
}

@media print, screen and (max-width: 767px) {
  .post-type-archive-case .single_case_tab {
    display: none;
  }
}

.post-type-archive-case .entry_content h4 {
  margin-bottom: 10px;
}

.post-type-archive-case .entry_content.ec_normal {
  display: none;
}

.post-type-archive-case .more_btn {
  margin-top: 10px;
  overflow: hidden;
}

.post-type-archive-case .more_btn a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .post-type-archive-case .more_btn a .dashicons {
    margin-top: 3px;
  }
}
.tax-area #page_case .case_message,
.single-case #case_post .case_message {
  background: #f2f2f2;
  padding: 1em;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.tax-area #page_case .single_case_h3,
.single-case #case_post .single_case_h3 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-size: 1.5em;
  padding: 10px 0;
  border-top: solid 2px #2E3B96;
  border-bottom: solid 2px #2E3B96;
  text-align: center;
  font-weight: bold;
}

.tax-area #page_case .single_case_ph,
.single-case #case_post .single_case_ph {
  overflow: hidden;
  margin: 20px 0;
}

.tax-area #page_case .single_case_ph li,
.single-case #case_post .single_case_ph li {
  float: left;
  width: 48%;
}

.tax-area #page_case .single_case_ph li:nth-child(2),
.single-case #case_post .single_case_ph li:nth-child(2) {
  float: right;
}

.tax-area #page_case .single_case_ph li ul,
.single-case #case_post .single_case_ph li ul {
  border-top: solid 2px #ddd;
}

.tax-area #page_case .single_case_ph li ul li,
.single-case #case_post .single_case_ph li ul li {
  width: 33.33%;
  float: left;
}

.tax-area #page_case .single_case_ph li ul li:nth-child(2),
.single-case #case_post .single_case_ph li ul li:nth-child(2) {
  float: left;
}

.tax-area #page_case .single_case_ph li .img_wrap,
.single-case #case_post .single_case_ph li .img_wrap {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.tax-area #page_case .single_case_ph li .img_wrap img,
.single-case #case_post .single_case_ph li .img_wrap img {
  width: 100%;
}

.tax-area #page_case .single_case_ph li p,
.single-case #case_post .single_case_ph li p {
  display: inline-block;
  padding: 5px 10px;
  width: 5em;
  text-align: center;
  color: #fff;
}

.tax-area #page_case .single_case_ph li p.before,
.single-case #case_post .single_case_ph li p.before {
  background: #010101;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tax-area #page_case .single_case_ph li p.after,
.single-case #case_post .single_case_ph li p.after {
  background: #2e3b96;
  position: absolute;
  right: 0;
  bottom: 0;
}

.tax-area #page_case .construction_scenery,
.single-case #case_post .construction_scenery {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.tax-area #page_case .single_case_tab,
.single-case #case_post .single_case_tab {
  margin: 20px 0;
}

.tax-area #page_case .single_case_tab th, .tax-area #page_case .single_case_tab td,
.single-case #case_post .single_case_tab th,
.single-case #case_post .single_case_tab td {
  border: solid 1px #ddd;
  padding: 5px;
  font-weight: bolder;
}

.tax-area #page_case .single_case_tab th,
.single-case #case_post .single_case_tab th {
  width: 7em;
  text-align: center;
  padding: 5px 0;
}

.tax-area #page_case .entry_content,
.single-case #case_post .entry_content {
  max-width: 100%;
  background: rgba(13, 71, 161, 0.1);
  padding: 1em;
}

.tax-area #page_case .entry_content h4,
.single-case #case_post .entry_content h4 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: solid 1px;
  padding-bottom: 7px;
}

.tax-area .case_list li .vl_inner {
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 20px;
}

.tax-area #case_post {
  margin-bottom: 0 !important;
}

@media print, screen and (max-width: 767px) {
  .tax-area .single_case_tab {
    display: none;
  }
}

.tax-area .entry_content h4 {
  margin-bottom: 10px;
}

.tax-area .entry_content.ec_normal {
  display: none;
}

.tax-area .more_btn {
  margin-top: 10px;
  overflow: hidden;
}

.tax-area .more_btn a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tax-area .more_btn a .dashicons {
    margin-top: 3px;
  }
}

#voice_post {
  padding-top: 40px;
}

#maincolumn .voice_single_msg {
  padding-bottom: 0;
}

#maincolumn .voice_single_msg section {
  margin-bottom: 0 !important;
}

.single-voice .voice_message {
  background: #f2f2f2;
  padding: 1em;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.post-type-archive-voice #page_voice .voice_message,
.single-voice #voice_post .voice_message {
  background: #f2f2f2;
  padding: 1em;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
}

.post-type-archive-voice #page_voice .single_voice_h3,
.single-voice #voice_post .single_voice_h3 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-size: 1.5em;
  padding: 10px 0;
  border-top: solid 2px #2E3B96;
  border-bottom: solid 2px #2E3B96;
  text-align: center;
  font-weight: bold;
}

.post-type-archive-voice #page_voice .single_voice_ph,
.single-voice #voice_post .single_voice_ph {
  overflow: hidden;
  margin: 20px 0;
}

.post-type-archive-voice #page_voice .single_voice_ph li,
.single-voice #voice_post .single_voice_ph li {
  float: left;
  width: 48%;
}

.post-type-archive-voice #page_voice .single_voice_ph li:nth-child(2),
.single-voice #voice_post .single_voice_ph li:nth-child(2) {
  float: right;
}

.post-type-archive-voice #page_voice .single_voice_ph li ul,
.single-voice #voice_post .single_voice_ph li ul {
  border-top: solid 2px #ddd;
}

.post-type-archive-voice #page_voice .single_voice_ph li ul li,
.single-voice #voice_post .single_voice_ph li ul li {
  width: 33.33%;
}

.post-type-archive-voice #page_voice .single_voice_ph li .img_wrap,
.single-voice #voice_post .single_voice_ph li .img_wrap {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.post-type-archive-voice #page_voice .single_voice_ph li .img_wrap img,
.single-voice #voice_post .single_voice_ph li .img_wrap img {
  width: 100%;
}

.post-type-archive-voice #page_voice .single_voice_ph li p,
.single-voice #voice_post .single_voice_ph li p {
  display: inline-block;
  padding: 5px 10px;
  width: 5em;
  text-align: center;
  color: #fff;
}

.post-type-archive-voice #page_voice .single_voice_ph li p.before,
.single-voice #voice_post .single_voice_ph li p.before {
  background: #010101;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post-type-archive-voice #page_voice .single_voice_ph li p.after,
.single-voice #voice_post .single_voice_ph li p.after {
  background: #2e3b96;
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-type-archive-voice #page_voice .entry_content,
.single-voice #voice_post .entry_content {
  max-width: 100%;
  background: rgba(13, 71, 161, 0.1);
  padding: 1em;
  margin-bottom: 20px;
}

.post-type-archive-voice #page_voice .entry_content.ec_message,
.single-voice #voice_post .entry_content.ec_message {
  background: #f2f2f2;
}

.post-type-archive-voice #page_voice .entry_content.ec_normal,
.single-voice #voice_post .entry_content.ec_normal {
  background: none;
  padding: 0;
}

.post-type-archive-voice #page_voice .entry_content h4,
.single-voice #voice_post .entry_content h4 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: solid 1px;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.post-type-archive-voice #page_voice .entry_content h5,
.single-voice #voice_post .entry_content h5 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.post-type-archive-voice #page_voice .entry_content .single_thumbnail img,
.single-voice #voice_post .entry_content .single_thumbnail img {
  margin: 0 0 10px 0;
}

.post-type-archive-voice .voice_list li .vl_inner {
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 20px;
}

.post-type-archive-voice #voice_post {
  margin-bottom: 0;
}

.post-type-archive-voice .entry_content.ec_message {
  display: none;
}

.post-type-archive-voice .entry_content.ec_normal {
  display: none;
}

.post-type-archive-voice .more_btn a {
  display: block;
  padding: 7px;
  background: #444548;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .post-type-archive-voice .more_btn a .dashicons {
    margin-top: 3px;
  }
}

/* common ---------------------------------*/
body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #010101;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media print, screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  body {
    font-size: 14px;
  }
}

h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

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

a img {
  border: 0;
}

.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.break_word {
  word-wrap: break-word;
}

.mb7 {
  margin-bottom: 7px !important;
}

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

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

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

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

.mb120 {
  margin-bottom: 120px !important;
}

.lh14 {
  line-height: 1.4em;
}

.lh17 {
  line-height: 1.7em;
}

.lh2 {
  line-height: 2em;
}

.inner_com {
  padding: 60px 0;
}

@media print, screen and (max-width: 767px) {
  .inner_com {
    padding: 30px 0;
  }
}

.entry-content .inner_com {
  padding: 15px 15px;
}

@media print, screen and (max-width: 767px) {
  .entry-content .inner_com {
    padding: 15px 15px;
  }
}

.com_btn {
  text-align: center;
}

.com_btn a {
  display: inline-block;
  background: #0D47A1;
  color: #fff;
  line-height: 1em;
  padding: 20px 60px;
  border-bottom: solid 1px #0D47A1;
  border-right: solid 1px #0D47A1;
  box-shadow: 0px 5px 10px rgba(4, 134, 255, 0.3);
}

@media print, screen and (max-width: 767px) {
  .com_btn a {
    padding: 15px 20px;
    display: block;
  }
}

.com_btn a:before {
  font-family: 'dashicons';
  content: "\f139";
  margin-right: 10px;
}

.com_btn a:hover {
  background: #0486ff;
  box-shadow: 0px 5px 10px rgba(4, 134, 255, 0.3);
}

.com_btn.yel a {
  color: #0D47A1;
  background: #FFF600;
  box-shadow: 0px 5px 10px rgba(13, 71, 161, 0.3);
}

.top_h3 {
  margin-bottom: 20px;
  position: relative;
}

.top_h3.rep h3 {
  border-top: solid 5px #2E3B96;
  border-bottom: solid 3px #2E3B96;
}

.top_h3 h3 {
  border-top: solid 5px #0D47A1;
  border-bottom: solid 3px #0D47A1;
  padding: 10px 0 15px;
  font-weight: 800;
  font-size: 40px;
  color: #2E3B96;
  font-family: "M PLUS 1p";
  text-shadow: 3px 2px 0px #fff, 7px 6px 0px rgba(0, 0, 0, 0.15);
}

@media print, screen and (max-width: 767px) {
  .top_h3 h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .top_h3 h3 img {
    width: 150px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_h3 {
    text-align: center;
  }
}

.top_h3 .icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (max-width: 767px) {
  .top_h3 .icon {
    width: 77px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_h3 .seemore {
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .top_h3 .seemore {
    position: absolute;
    right: 10px;
    top: 45px;
  }
}

.top_h3 .seemore a {
  display: block;
}

.tg_h3 {
  background: #0486ff;
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.tg_h3 h3 {
  margin-bottom: 0 !important;
}

.tp_h3 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tp_h3:before, .tp_h3:after {
  content: "";
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #010101;
  display: block;
}

.tp_h3:before {
  margin-right: .4em;
}

.tp_h3:after {
  margin-left: .4em;
}

.tp_h3 h3 {
  font-size: 38px;
  text-align: center;
  font-style: oblique;
  margin-bottom: 10px;
}

.tp_h3 h3 span {
  display: inline-block;
  font-size: 49px;
  color: #2E3B96;
  background: url(images/top/top_proposal_h3.png) 50% 100% no-repeat;
  background-size: 100%;
  padding: 0 10px 10px;
}

@media print, screen and (min-width: 981px) {
  .tp_h3 h3 span {
    font-size: 45px;
  }
}

.tp_h3 h3 small {
  font-size: 16px;
}

.ts_h3 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
}

.ts_h3 h3 {
  font-size: 38px;
  line-height: 0.763;
  text-align: center;
  font-style: oblique;
  margin-bottom: 10px;
}

.ts_h3 h3 span {
  display: inline-block;
  font-size: 49px;
  color: #FFF600;
  padding: 0 10px 10px;
}

@media print, screen and (max-width: 767px) {
  .ts_h3 h3 span {
    font-size: 32px;
    display: block;
    padding-top: 15px;
  }
}

.cp_h4 {
  background: rgba(255, 246, 0, 0.2);
  padding: 7px;
  margin-bottom: 1em;
}

.cp_h4 h4 {
  font-weight: 600;
  margin-bottom: 0 !important;
}

.cp_h4 h4 span.red {
  color: red;
}

.cp_h4 h4 span.or {
  color: #FF9100;
}

.cn_h3 {
  border-top: solid 1px #0D47A1;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F4F4F5), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F4F4F5), color-stop(0.75, #F4F4F5), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
}

.cn_h3 h3 {
  color: #0D47A1;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.cn_h3 h3 span.red {
  color: red;
}

.cn_h3 h3 span.or {
  color: #FF9100;
}

.cs_h3 h3 {
  font-size: 30px;
  color: #0D47A1;
  text-align: center;
  font-style: oblique;
  margin-bottom: 30px;
  font-weight: bold;
}

.ff_h3 {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}

.ff_h3 h3 {
  display: inline-block;
  font-weight: 700;
  position: absolute;
  margin: 0;
  padding: 10px 30px;
  z-index: 2;
  text-align: center;
  color: white;
  font-size: 17px;
  background: #F2531C;
  border-radius: 2px 0 0 0;
  top: -12px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%);
}

@media print, screen and (max-width: 767px) {
  .ff_h3 h3 {
    width: 90%;
    padding: 10px;
    top: -6px;
  }
}

.ff_h3 h3:before {
  position: absolute;
  content: '';
  top: 0;
  right: -12px;
  border: none;
  border-bottom: solid 12px #B33B12;
  border-right: solid 12px transparent;
}

.ff_h3 h3:after {
  position: absolute;
  content: '';
  top: 0;
  left: -12px;
  border: none;
  border-bottom: solid 12px #B33B12;
  border-left: solid 12px transparent;
}

.fn1_h3 {
  background: #2E3B96;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .fn1_h3 {
    font-size: 22px;
  }
}

.fn1_h3 img {
  margin-bottom: 0;
}

.fn1_h3 h3 {
  position: relative;
  display: inline-block;
  padding: 10px 0 15px !important;
  margin-bottom: 0 !important;
}

.fn1_h3 h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #2E3B96;
}

#com_news, #com_voice, #com_outcome,
#maincolumn,
.wp-editor-area {
  line-height: 1.7em;
}

@media print, screen and (max-width: 767px) {
  #com_news, #com_voice, #com_outcome,
  #maincolumn,
  .wp-editor-area {
    line-height: 1.5em;
  }
}

#com_news p, #com_voice p, #com_outcome p,
#maincolumn p,
.wp-editor-area p {
  line-height: 1.7em;
}

@media print, screen and (max-width: 767px) {
  #com_news p, #com_voice p, #com_outcome p,
  #maincolumn p,
  .wp-editor-area p {
    line-height: 1.5em;
  }
}

#com_news h2, #com_voice h2, #com_outcome h2,
#maincolumn h2,
.wp-editor-area h2 {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 981px) {
  #com_news h2, #com_voice h2, #com_outcome h2,
  #maincolumn h2,
  .wp-editor-area h2 {
    font-size: 2rem;
  }
}

#com_news h3, #com_voice h3, #com_outcome h3,
#maincolumn h3,
.wp-editor-area h3 {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 981px) {
  #com_news h3, #com_voice h3, #com_outcome h3,
  #maincolumn h3,
  .wp-editor-area h3 {
    font-size: 2rem;
  }
}

#com_news h4, #com_voice h4, #com_outcome h4,
#maincolumn h4,
.wp-editor-area h4 {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 981px) {
  #com_news h4, #com_voice h4, #com_outcome h4,
  #maincolumn h4,
  .wp-editor-area h4 {
    font-size: 1.8rem;
  }
}

#com_news h5, #com_voice h5, #com_outcome h5,
#maincolumn h5,
.wp-editor-area h5 {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 981px) {
  #com_news h5, #com_voice h5, #com_outcome h5,
  #maincolumn h5,
  .wp-editor-area h5 {
    font-size: 1.2rem;
  }
}

#com_news .com_btm, #com_voice .com_btm, #com_outcome .com_btm,
#maincolumn .com_btm,
.wp-editor-area .com_btm {
  margin-bottom: 30px;
}

#com_news .col3_item, #com_voice .col3_item, #com_outcome .col3_item,
#maincolumn .col3_item,
.wp-editor-area .col3_item {
  margin-bottom: 0;
}

#com_news .col2_item, #com_voice .col2_item, #com_outcome .col2_item,
#maincolumn .col2_item,
.wp-editor-area .col2_item {
  margin-bottom: 2vh;
}

#com_news section, #com_voice section, #com_outcome section,
#maincolumn section,
.wp-editor-area section {
  margin-bottom: 60px;
}

@media print, screen and (max-width: 767px) {
  #com_news section, #com_voice section, #com_outcome section,
  #maincolumn section,
  .wp-editor-area section {
    margin-bottom: 30px;
  }
}

#com_news section.mbno, #com_voice section.mbno, #com_outcome section.mbno,
#maincolumn section.mbno,
.wp-editor-area section.mbno {
  margin-bottom: 0;
}

#com_news .slider, #com_voice .slider, #com_outcome .slider,
#maincolumn .slider,
.wp-editor-area .slider {
  max-width: 100% !important;
  overflow: hidden;
}

/* -- original common --
--------------------------------------------------------------　*/
strong, b, .bold {
  font-weight: bold;
}

small, .small {
  font-size: 14px;
}

.img img {
  width: 100%;
}

.bg_w {
  background: #fff;
}

.bg_g {
  background: #F2F2F2;
}

.ta_c {
  text-align: center;
}

/* -- col f_size --
--------------------------------------------------------------　*/
@media screen and (min-width: 768px) {
  .leftdir {
    float: left;
  }
  .rightdir {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .col2_wrap .col2_item, .col3_wrap .col3_item, .col4_wrap .col4_item {
    margin-bottom: 15px;
  }
  .col2_wrap .col2_item a, .col3_wrap .col3_item a, .col4_wrap .col4_item a {
    display: block;
  }
  .col2_wrap .col2_item:nth-child(2n), .col2_wrap .col2_item:last-child {
    margin-right: 0;
  }
  .col3_wrap .col3_item:nth-child(3n), .col3_wrap .col3_item:last-child {
    margin-right: 0;
  }
  .col4_wrap .col4_item:nth-child(4n), .col5_wrap.col5_item:nth-child(5n) {
    margin-right: 0;
  }
  .f_size55 .leftdir, .f_size55 .rightdir, .f_size64 .leftdir, .f_size64 .rightdir, .f_size46 .leftdir, .f_size46 .rightdir, .f_size73 .leftdir, .f_size73 .rightdir, .f_size37 .leftdir, .f_size37 .rightdir, .f_size82 .leftdir, .f_size82 .rightdir, .f_size28 .leftdir, .f_size28 .rightdir, .f_size91 .leftdir, .f_size91 .rightdir, .f_size19 .leftdir, .f_size19 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .f_size55 .leftdir img, .f_size55 .rightdir img, .f_size64 .leftdir img, .f_size64 .rightdir img, .f_size46 .leftdir img, .f_size46 .rightdir img, .f_size73 .leftdir img, .f_size73 .rightdir img, .f_size37 .leftdir img, .f_size37 .rightdir img, .f_size82 .leftdir img, .f_size82 .rightdir img, .f_size28 .leftdir img, .f_size28 .rightdir img, .f_size91 .leftdir img, .f_size91 .rightdir img, .f_size19 .leftdir img, .f_size19 .rightdir img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  /* col2_wrap */
  .col2_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col2_wrap .col2_item {
    width: 49%;
    float: left;
    margin-bottom: 15px;
  }
  .col2_wrap .col2_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .col2_wrap .col2_item:nth-child(2n+1) {
    clear: left;
  }
  /* col3_wrap */
  .col3_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col3_item {
    float: left;
    width: 30.6%;
    margin-right: 4.1%;
    margin-bottom: 15px;
  }
  .col3_item:nth-child(3n) {
    margin-right: 0;
  }
  .col3_item:nth-child(3n+1) {
    clear: left;
  }
  /* col4_item */
  .col4_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col4_wrap .col4_item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .col4_wrap .col4_item:nth-child(4n) {
    margin-right: 0;
  }
  .col4_wrap .col4_item:nth-child(4n+1) {
    clear: left;
  }
  /* col5_item */
  .col5_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .col5_wrap .col5_item {
    width: 19.2%;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
  }
  .col5_wrap .col5_item:nth-child(5n) {
    margin-right: 0;
  }
  .col5_wrap .col5_item:nth-child(5n+1) {
    clear: left;
  }
  .f_size55:after, .f_size64:after, .f_size46:after, .f_size73:after, .f_size37:after, .f_size82:after, .f_size28:after, .f_size91:after, .f_size19:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .f_size55 > .leftdir {
    width: 49%;
  }
  .f_size55 > .rightdir {
    width: 49%;
  }
  .f_size64 > .leftdir {
    width: 57%;
  }
  .f_size64 > .rightdir {
    width: 39%;
  }
  .f_size46 > .leftdir {
    width: 39%;
  }
  .f_size46 > .rightdir {
    width: 57%;
  }
  .f_size73 > .leftdir {
    width: 69%;
  }
  .f_size73 > .rightdir {
    width: 29%;
  }
  .f_size37 > .leftdir {
    width: 29%;
  }
  .f_size37 > .rightdir {
    width: 69%;
  }
  .f_size82 > .leftdir {
    width: 79%;
  }
  .f_size82 > .rightdir {
    width: 19%;
  }
  .f_size28 > .leftdir {
    width: 19%;
  }
  .f_size28 > .rightdir {
    width: 79%;
  }
  .f_size91 > .leftdir {
    width: 89%;
  }
  .f_size91 > .rightdir {
    width: 9%;
  }
  .f_size19 > .leftdir {
    width: 9%;
  }
  .f_size19 > .rightdir {
    width: 89%;
  }
}

.red_dotdes {
  background: #e1000a;
  padding: 15px;
}

.red_dotdes div {
  color: #fff;
  line-height: 1.667;
}

.red_dotdes div a {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .red_dotdes div {
    font-size: 25px;
    text-align: center;
  }
}

.red_dotdes.txt_l div {
  text-align: left;
}

@media print, screen and (max-width: 767px) {
  .red_dotdes.txt_lsp div {
    text-align: left;
  }
}

.bg_f2 {
  background: #f2f2f2;
  padding: 15px;
}

/*Chat Bubbles　CSS Setting*/
/* 全体のスタイル */
.voicebubble {
  margin-bottom: 40px;
}

.voicebubble p {
  margin-bottom: 0;
}

/* 左画像 */
.voice-img-left {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 80px;
  height: 80px;
}

/* 右画像 */
.voice-img-right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 80px;
  height: 80px;
}

.voicebubble figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin: 0;
}

/* 画像の下のテキスト */
.voice-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}

/* 左からの吹き出しテキスト */
.voice-text-right {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  background: #f2f2f2;
}

/* 右からの吹き出しテキスト */
.voice-text-left {
  position: relative;
  margin-right: 100px;
  padding: 1.2em;
  border: 3px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  background: #f2f2f2;
}

p.voice-text {
  margin: 0 0 8px;
}

p.voice-text:last-child {
  margin-bottom: 0px;
}

/* 左の三角形を作る */
.voice-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #ddd;
  top: 15px;
  left: -20px;
}

.voice-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f2f2f2;
  top: 15px;
  left: -16px;
}

/* 右の三角形を作る */
.voice-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #ddd;
  top: 15px;
  right: -23px;
}

.voice-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f2f2f2;
  top: 15px;
  right: -19px;
}

/* 回り込み解除 */
.voicebubble:after, .voicebubble:before {
  clear: both;
  content: "";
  display: block;
}

.singlesignature p, .singlesignature img {
  margin-bottom: 1em;
}

.singlesignature hr {
  margin: 1em 0;
}

.singlesignature a {
  color: #0D47A1;
}

/**
 * 1.0 Body
 */
/* 塗料追加コンテンツ------------ */
.page #toryo_content #superselan-content01 img,
.single #toryo_content #superselan-content01 img {
  width: auto;
  margin: 0 0 20px !important;
  display: block !important;
}

.page #toryo_content h2,
.single #toryo_content h2 {
  margin-bottom: 20px;
}

.page #toryo_content .com_pad,
.single #toryo_content .com_pad {
  padding: 15px 0;
  padding: 15px 0;
}

.page #toryo_content h3,
.single #toryo_content h3 {
  border-top: solid 3px #FF8400;
  border-bottom: solid 3px #FF8400;
  color: #FF8400;
  padding: 10px;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.page #toryo_content h4,
.single #toryo_content h4 {
  font-size: 1.25em;
  font-weight: bold;
  color: #00316C;
  border-left: solid 3px #00316C;
  padding: 10px;
  margin-bottom: 20px;
  background-image: -ms-linear-gradient(90deg, #e1dddd 0%, #f9f5f5 100%);
}

.page #toryo_content h5,
.single #toryo_content h5 {
  padding: 0.5em;
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.page #toryo_content h5:before,
.single #toryo_content h5:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

@media print, screen and (min-width: 768px) {
  .page #toryo_content .none_mb,
  .single #toryo_content .none_mb {
    text-align: right;
  }
  .page #toryo_content .none_mb img,
  .single #toryo_content .none_mb img {
    width: 200px;
  }
}

.page #toryo_content .none_mb img,
.single #toryo_content .none_mb img {
  margin-bottom: 0;
}

.page #toryo_content #superselan-content03 .com_btm,
.single #toryo_content #superselan-content03 .com_btm {
  margin-bottom: 40px;
}

.page #toryo_content #superselan-content03 .title_bg,
.single #toryo_content #superselan-content03 .title_bg {
  background-color: #e2e2d1;
  margin-bottom: 20px;
}

.page #toryo_content #superselan-content03 .title_bg .ss_title,
.single #toryo_content #superselan-content03 .title_bg .ss_title {
  font-weight: bold;
  color: #fc5;
  text-shadow: #00316C 2px 0px, #00316C -2px 0px, #00316C 0px -2px, #00316C 0px 2px, #00316C 2px 2px, #00316C -2px 2px, #00316C 2px -2px, #00316C -2px -2px, #00316C 1px 2px, #00316C -1px 2px, #00316C 1px -2px, #00316C -1px -2px, #00316C 2px 1px, #00316C -2px 1px, #00316C 2px -1px, #00316C -2px -1px;
  font-size: 32px;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .page #toryo_content #superselan-content03 .title_bg .ss_title,
  .single #toryo_content #superselan-content03 .title_bg .ss_title {
    text-align: center;
  }
}

/* page single 共通スタイル */
#maincolumn h3 {
  font-size: 1.6rem;
  margin-bottom: 0.6em;
  font-weight: bold;
}

.page .cn_h3 {
  margin-bottom: 30px;
}

.page .cn_h3 h2 {
  font-size: 2rem;
  color: #2E3B96;
  font-weight: 600;
  margin-bottom: 0 !important;
}

#superselan-content02 .core_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  #superselan-content02 .core_title {
    font-size: 22px;
  }
}

#superselan-content02 .triangle {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 40px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 30px solid #00316C;
}

#superselan-content02 .ta_c {
  text-align: center;
}

#superselan-content02 .ta_c img {
  display: inline-block;
}

#superselan-content02 .core_txt {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #superselan-content02 .core_txt {
    text-align: center;
    font-size: 22px;
  }
}

#superselan-content02 .core_txt span {
  color: #D50000;
  font-weight: bold;
}

.img_txt p {
  font-size: 13px;
}

/* 会社概要------------ */
.company_data h3 {
  text-align: center;
  margin-bottom: 30px;
}

.company_data .gmap {
  margin-top: 50px;
}

/* エラーコード------------ */
#page_errorcode .inner_com {
  padding: 60px 0;
}

@media print, screen and (max-width: 767px){
  #page_errorcode .inner_com {
    padding: 30px 0;
  }
}

#page_errorcode .maker_list {
  margin-bottom: 0px;

}
#page_errorcode .maker_list ul {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#page_errorcode .maker_list ul li a {
  display: block;
  padding: 3px;
}

@media print, screen and (min-width: 768px){
  #page_errorcode .maker_list ul li a {
  padding: 3px 7px;
}}


#page_errorcode table th {
  vertical-align: middle;
}

@media print, screen and (max-width: 480px) {
  body.page #maincolumn #page_errorcode table.errorchord_tab tr:first-child,
  body.page #maincolumn .errorcode_list_dir table.errorchord_tab tr:first-child {
    display: none; } }

body.page #maincolumn #page_errorcode table.errorchord_tab th, body.page #maincolumn #page_errorcode table.errorchord_tab td,
body.page #maincolumn .errorcode_list_dir table.errorchord_tab th,
body.page #maincolumn .errorcode_list_dir table.errorchord_tab td {
  font-size: 90%;
  padding: 5px; }
  @media print, screen and (max-width: 480px) {
    body.page #maincolumn #page_errorcode table.errorchord_tab th, body.page #maincolumn #page_errorcode table.errorchord_tab td,
    body.page #maincolumn .errorcode_list_dir table.errorchord_tab th,
    body.page #maincolumn .errorcode_list_dir table.errorchord_tab td {
      display: list-item;
      list-style: none;
      width: 100%;
      word-wrap: break-word; } }

body.page #maincolumn #page_errorcode table.errorchord_tab td,
body.page #maincolumn .errorcode_list_dir table.errorchord_tab td {
  word-wrap: break-word; }
  body.page #maincolumn #page_errorcode table.errorchord_tab td:first-child,
  body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:first-child {
    width: 12%;
    text-align: center;
    vertical-align: middle;
    background: #F2F2F2;
    font-weight: bold; }
    @media print, screen and (max-width: 480px) {
      body.page #maincolumn #page_errorcode table.errorchord_tab td:first-child,
      body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:first-child {
        width: 100%;
        text-align: left; }
        body.page #maincolumn #page_errorcode table.errorchord_tab td:first-child:before,
        body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:first-child:before {
          content: "エラーコード："; } }
  body.page #maincolumn #page_errorcode table.errorchord_tab td:nth-child(2),
  body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:nth-child(2) {
    width: 38%; }
    @media print, screen and (max-width: 480px) {
      body.page #maincolumn #page_errorcode table.errorchord_tab td:nth-child(2),
      body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:nth-child(2) {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0; } }
  body.page #maincolumn #page_errorcode table.errorchord_tab td:nth-child(3),
  body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:nth-child(3) {
    width: 50%; }
    @media print, screen and (max-width: 480px) {
      body.page #maincolumn #page_errorcode table.errorchord_tab td:nth-child(3),
      body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:nth-child(3) {
        width: 100%;
        border-top: none; }
        body.page #maincolumn #page_errorcode table.errorchord_tab td:nth-child(3):before,
        body.page #maincolumn .errorcode_list_dir table.errorchord_tab td:nth-child(3):before {
          content: "処置方法："; } }

body.page #maincolumn #page_errorcode table.errorchord_tab th,
body.page #maincolumn .errorcode_list_dir table.errorchord_tab th {
  vertical-align: middle; }
  body.page #maincolumn #page_errorcode table.errorchord_tab th:first-child,
  body.page #maincolumn .errorcode_list_dir table.errorchord_tab th:first-child {
    text-align: center; }
    @media print, screen and (max-width: 480px) {
      body.page #maincolumn #page_errorcode table.errorchord_tab th:first-child,
      body.page #maincolumn .errorcode_list_dir table.errorchord_tab th:first-child {
        text-align: left; } }


/* #page_errorcode table th.code {
  width: 10%;
}

#page_errorcode table th.ny {
  width: 30%;
}

#page_errorcode table th.hh {
  width: 60%;
} */

#page_errorcode .contact_bnr {
  text-align: center;
}

#page_errorcode .contact_bnr h3 {
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* カーポート設置工事------------ */
.carport_top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.carport_top li {
  width: 33.3%;
}

.carport_top li img {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .flow_img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flow_img li {
    width: 49%;
  }
}

.flow_img li {
  margin-bottom: 20px;
}

.flow_img li p {
  padding: 7px 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .flow_img li p {
    font-size: 12px;
  }
}

.flow_txt li {
  padding-bottom: 50px;
  position: relative;
}

.flow_txt li:last-of-type:after {
  content: none;
}

.flow_txt li:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 25px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 20px solid #ecd89d;
}

.flow_txt h4 {
  font-size: 25px !important;
  font-weight: bold;
  line-height: 0.5;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .flow_txt h4 {
    font-size: 20px !important;
  }
}

.flow_txt h4 span {
  background-color: #0D47A1;
  color: #fff;
  padding: 20px;
  margin-right: 10px;
  display: inline-block;
}

/* -- post_default --
  --------------------------------------------------------------　*/
#post_default ul li, #page_recm ul li {
  margin-bottom: 30px;
}

#post_default ul li .post_h4, #page_recm ul li .post_h4 {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding: 10px 0.5em;
  background: #0D47A1;
  color: #fff;
}

#post_default ul li .post_h4 a, #page_recm ul li .post_h4 a {
  display: block;
  color: #fff;
}

#post_default ul li .rightdir, #post_default ul li .leftdir, #page_recm ul li .rightdir, #page_recm ul li .leftdir {
  margin-bottom: 0;
}

#post_default ul li .rightdir.post_txt_block table th, #post_default ul li .leftdir.post_txt_block table th, #page_recm ul li .rightdir.post_txt_block table th, #page_recm ul li .leftdir.post_txt_block table th {
  width: 35%;
}

#post_default ul li .rightdir.post_txt_block table td, #post_default ul li .leftdir.post_txt_block table td, #page_recm ul li .rightdir.post_txt_block table td, #page_recm ul li .leftdir.post_txt_block table td {
  width: 65%;
  text-align: center;
}

#post_default ul li .rightdir.post_txt_block table td.special, #post_default ul li .leftdir.post_txt_block table td.special, #page_recm ul li .rightdir.post_txt_block table td.special, #page_recm ul li .leftdir.post_txt_block table td.special {
  color: #c60001;
  font-weight: bold;
  font-size: 18px;
}

#post_default ul li .rightdir.post_txt_block table td.special span, #post_default ul li .leftdir.post_txt_block table td.special span, #page_recm ul li .rightdir.post_txt_block table td.special span, #page_recm ul li .leftdir.post_txt_block table td.special span {
  font-size: 13px;
}

@media print, screen and (max-width: 767px) {
  #post_default ul li .rightdir img, #post_default ul li .leftdir img, #page_recm ul li .rightdir img, #page_recm ul li .leftdir img {
    margin-bottom: 7px;
  }
}

/* single_pager --
--------------------------------------------------------------　*/
.single #maincolumn #breadcrumb {
  padding: 0 1em 0;
  font-size: 0.9em;
  margin-bottom: 3px;
}

.single #maincolumn #breadcrumb a span {
  text-decoration: underline;
}

.single_pager {
  display: block;
  clear: both;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .single_pager ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .single_pager ul li {
    width: calc((100% - 3px) / 2);
    border: solid 1px #ddd;
  }
  .single_pager ul li p {
    display: block;
    width: 100%;
  }
}

.single_pager li:hover {
  background: rgba(13, 71, 161, 0.2);
}

.single_pager a {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 3px;
  font-size: 0.9em;
}

.single_pager a p {
  display: block;
  padding: 0.5em 1em 0.5em;
  min-height: 1em;
  line-height: 1.8em;
}

.single_pager a p br {
  display: block;
}

.single_pager #prev, .single_pager #next {
  display: block;
}

.single_pager #prev {
  float: left;
}

.single_pager #next {
  float: right;
  text-align: right;
}

.page_banner {
  text-align: center;
}

.page_banner p {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 3px;
  display: inline-block;
  font-weight: bold;
  padding: 0 20px;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media only screen and (max-width: 767px) {
  .page_banner p {
    font-size: 18px;
  }
}

/* 固定ページ共通 --
--------------------------------------------------------------　*/
a.linkbtn {
  display: block;
  margin: 0 auto;
  width: 18em;
  text-align: center;
  background-color: #2E3B96;
  padding: 1.5em;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0px 6px 0px 0px #076332;
}

@media only screen and (max-width: 767px) {
  a.linkbtn {
    width: 100%;
    font-size: 120%;
  }
}

span.txt_memo {
  font-size: 0.5em;
  color: #bf001a;
}

.caution h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #c60001;
  font-size: 2rem;
}

.caution p strong span {
  color: #f2531c;
}

.page_flow {
  background-color: #f2f2f0;
}

.page_flow h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.page_flow h4 {
  font-size: 25px !important;
  font-weight: bold;
  line-height: 0.5;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .page_flow h4 {
    font-size: 20px !important;
  }
}

.page_flow h4 span {
  background-color: #0D47A1;
  color: #fff;
  padding: 20px;
  margin-right: 10px;
  display: inline-block;
}

.page_flow table {
  margin-top: 30px;
  background-color: #fffaf1 !important;
}

.single_more {
  text-align: center;
}

.single_more a {
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  /*色*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;
}

#page_recm .recm_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page_recm .recm_link li {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  #page_recm .recm_link li {
    margin-bottom: 15px;
  }
}

#page_recm .recm_link li a {
  background: url(images/page/bg_btn.png) 50% 50% no-repeat;
  display: block;
  color: #fff;
  padding: 50px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #page_recm .recm_link li a {
    padding: 20px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #page_recm .recm_link li a {
    font-size: 25px;
  }
}

.rec_pcon {
  background-color: #f2f2f0;
}

.rec_pcon h3 {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.rec_pcon p {
  padding-bottom: 1em;
}

.caseimg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.caseimg li {
  width: 22%;
}

.caseimg li:not(:first-of-type) {
  margin-left: 10px;
}

.privacypolicy h4 {
  font-size: 25px !important;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 0 !important;
  border-left: solid 5px #0D47A1;
}

@media print, screen and (max-width: 767px) {
  .privacypolicy h4 {
    font-size: 18px !important;
  }
}

.privacypolicy .privacypolicy_wrap {
  border: dashed 1px #bbb;
  padding: 10px;
  max-height: 300px;
  overflow-y: scroll;
}

@media print, screen and (min-width: 768px) {
  .privacypolicy .privacypolicy_wrap {
    padding: 20px;
  }
}

.page #maincolumn .f_size37 .rightdir h3 {
  padding-left: 1.3em;
  position: relative;
}

.page #maincolumn .f_size37 .rightdir h3:before {
  content: "";
  background-image: url("images/common/icon_check.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1em;
  width: 1em;
  position: absolute;
  color: #de0003;
  font-weight: bold;
  left: 0em;
  top: 2px;
}

@media print, screen and (max-width: 767px) {
  .page #maincolumn .f_size37:after {
    content: "";
    display: block;
    clear: both;
  }
  .page #maincolumn .f_size37 .leftdir {
    width: 33%;
    float: left;
  }
  .page #maincolumn .f_size37 .rightdir {
    width: 65%;
    float: right;
  }
  .page #maincolumn .f_size37 .rightdir h3 {
    font-size: 1rem;
    font-weight: normal;
  }
  .page #maincolumn .f_size37 .rightdir p {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
.page #maincolumn #page_air-conditioner #aircle_trouble .f_size37 .rightdir p {
	display: block;
}
.page #maincolumn #page_aircon-cleaning #aircle_trouble .f_size37 .rightdir p {
	display: block;
}
}

body.page #maincolumn h2 img, body.page #maincolumn h3 img,
body.page h2 img,
body.page h3 img {
  width: auto;
}

body.page #maincolumn #aircle_nayami,
body.page #aircle_nayami {
  background: #F2F2F2;
  padding: 40px 0;
  margin-bottom: 0 !important;
}

body.page #maincolumn #aircle_nayami .mainwrap,
body.page #aircle_nayami .mainwrap {
  background: url(images/page/aircle_nayami_icion.png) 100% 0 no-repeat;
}

@media print, screen and (max-width: 767px) {
body.page #maincolumn #aircle_nayami .mainwrap,
body.page #aircle_nayami .mainwrap {
	background: none;
}
}

body.page #maincolumn #aircle_nayami .h2,
body.page #aircle_nayami .h2 {
  display: block;
  text-align: center;
  width: 100%;
}

body.page #maincolumn #aircle_nayami h2,
body.page #aircle_nayami h2 {
  display: inline-block;
  color: #0D47A1;
  border-bottom: solid 1px #0D47A1;
  text-align: center;
  padding: 0 20px 10px;
  margin-bottom: 30px;
}

body.page #maincolumn #aircle_nayami .dir_333,
body.page #aircle_nayami .dir_333 {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  body.page #maincolumn #aircle_nayami .dir_333,
  body.page #aircle_nayami .dir_333 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
  }
}

body.page #maincolumn #aircle_nayami .dir_333 img,
body.page #aircle_nayami .dir_333 img {
  margin-bottom: 5px;
}

body.page #maincolumn #aircle_nayami .dir_333 h4,
body.page #aircle_nayami .dir_333 h4 {
  color: #0D47A1;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 20px;
}

body.page #maincolumn #aircle_nayami .dir_333 p,
body.page #aircle_nayami .dir_333 p {
  font-size: 0.8em;
}

body.page #maincolumn #menu_area.aircle table,
body.page #menu_area.aircle table {
  background: #fff;
  margin-bottom: 20px;
}

body.page #maincolumn #menu_area.aircle table th, body.page #maincolumn #menu_area.aircle table td,
body.page #menu_area.aircle table th,
body.page #menu_area.aircle table td {
  text-align: center;
  vertical-align: middle;
}

body.page #maincolumn #menu_area.aircle table th,
body.page #menu_area.aircle table th {
  background: rgba(118, 208, 250, 0.1);
  color: #0D47A1;
}

body.page #maincolumn #menu_area.aircle table td,
body.page #menu_area.aircle table td {
  font-weight: bold;
  color: #B5203F;
}

body.page #maincolumn #menu_area.aircle table td small,
body.page #menu_area.aircle table td small {
  color: #000;
}

body.page #maincolumn #menu_area.aircle table td small span,
body.page #menu_area.aircle table td small span {
  color: #B5203F;
}

body.page #maincolumn #menu_area.aircle table td.title,
body.page #menu_area.aircle table td.title {
  min-width: 9em;
  color: #0D47A1;
}

body.page #maincolumn #menu_area.aircle .price_dir,
body.page #menu_area.aircle .price_dir {
  background: #76D0FA;
  border: solid 5px #76D0FA;
}

body.page #maincolumn #menu_area.aircle .price_dir h3 img,
body.page #menu_area.aircle .price_dir h3 img {
  margin-bottom: 0;
}

body.page #maincolumn #menu_area.aircle .price_dir .inner,
body.page #menu_area.aircle .price_dir .inner {
  background: #FFF8E1;
  padding: 20px;
  text-align: center;
}

body.page #maincolumn #menu_area.aircle .price_dir .inner p,
body.page #menu_area.aircle .price_dir .inner p {
  margin-bottom: 0;
  font-weight: bold;
}

body.page #maincolumn #menu_area.aircle .btn,
body.page #menu_area.aircle .btn {
  text-align: center;
  padding: 20px 0;
}

body.page #maincolumn #menu_area.aircle .btn img,
body.page #menu_area.aircle .btn img {
  margin-bottom: 0;
}

body.page #maincolumn #menu_area.aircle h3,
body.page #menu_area.aircle h3 {
  text-align: center;
}

body.page #maincolumn #aircle_trouble,
body.page #aircle_trouble {
  background: #E0F7FA;
  margin-bottom: 0;
  padding: 40px 0;
}

body.page #maincolumn #aircle_trouble h2,
body.page #aircle_trouble h2 {
  text-align: center;
}

body.page #maincolumn #aircle_trouble .f_size37, body.page #maincolumn #aircle_trouble .f_size73,
body.page #aircle_trouble .f_size37,
body.page #aircle_trouble .f_size73 {
  margin-top: 40px;
}

@media print, screen and (max-width: 767px) {
  body.page #maincolumn #aircle_trouble .f_size37 .leftdir, body.page #maincolumn #aircle_trouble .f_size37 .rightdir, body.page #maincolumn #aircle_trouble .f_size73 .leftdir, body.page #maincolumn #aircle_trouble .f_size73 .rightdir,
  body.page #aircle_trouble .f_size37 .leftdir,
  body.page #aircle_trouble .f_size37 .rightdir,
  body.page #aircle_trouble .f_size73 .leftdir,
  body.page #aircle_trouble .f_size73 .rightdir {
    width: 100%;
  }
}

body.page #maincolumn #aircle_trouble .f_size37 .leftdir h4, body.page #maincolumn #aircle_trouble .f_size37 .rightdir h4, body.page #maincolumn #aircle_trouble .f_size73 .leftdir h4, body.page #maincolumn #aircle_trouble .f_size73 .rightdir h4,
body.page #aircle_trouble .f_size37 .leftdir h4,
body.page #aircle_trouble .f_size37 .rightdir h4,
body.page #aircle_trouble .f_size73 .leftdir h4,
body.page #aircle_trouble .f_size73 .rightdir h4 {
  color: #0D47A1;
  font-weight: bold;
  margin-bottom: 20px;
}

body.page #maincolumn #aircle_trouble .f_size37 .leftdir h4 span, body.page #maincolumn #aircle_trouble .f_size37 .rightdir h4 span, body.page #maincolumn #aircle_trouble .f_size73 .leftdir h4 span, body.page #maincolumn #aircle_trouble .f_size73 .rightdir h4 span,
body.page #aircle_trouble .f_size37 .leftdir h4 span,
body.page #aircle_trouble .f_size37 .rightdir h4 span,
body.page #aircle_trouble .f_size73 .leftdir h4 span,
body.page #aircle_trouble .f_size73 .rightdir h4 span {
  display: inline-block;
  background: url(images/page/icon_king.png) 50% 0 no-repeat;
  background-size: auto 10px;
  padding-top: 10px;
  margin-right: 15px;
}

body.page #maincolumn #aircle_trouble .f_size37 .leftdir h4 span strong, body.page #maincolumn #aircle_trouble .f_size37 .rightdir h4 span strong, body.page #maincolumn #aircle_trouble .f_size73 .leftdir h4 span strong, body.page #maincolumn #aircle_trouble .f_size73 .rightdir h4 span strong,
body.page #aircle_trouble .f_size37 .leftdir h4 span strong,
body.page #aircle_trouble .f_size37 .rightdir h4 span strong,
body.page #aircle_trouble .f_size73 .leftdir h4 span strong,
body.page #aircle_trouble .f_size73 .rightdir h4 span strong {
  font-size: 1.5em;
}

@media print, screen and (min-width: 768px) {
  body.page #maincolumn #aircle_trouble .f_size37 .rightdir,
  body.page #aircle_trouble .f_size37 .rightdir {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  body.page #maincolumn #aircle_trouble .f_size73 .leftdir,
  body.page #aircle_trouble .f_size73 .leftdir {
    padding-right: 50px;
  }
}

body.page #maincolumn #aircle_flow,
body.page #aircle_flow {
  background: #FFF2DE;
  padding: 40px 0;
  margin-bottom: 0;
}

body.page #maincolumn #aircle_flow .dir_46,
body.page #aircle_flow .dir_46 {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(images/page/aircle_flow_arrow.png) 50% 100% no-repeat;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  body.page #maincolumn #aircle_flow .dir_46,
  body.page #aircle_flow .dir_46 {
    grid-template-columns: 1fr 2fr;
  }
}

body.page #maincolumn #aircle_flow .dir_46.last,
body.page #aircle_flow .dir_46.last {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

body.page #maincolumn #aircle_flow .dir_46 h4,
body.page #aircle_flow .dir_46 h4 {
  background: #E64A19;
  color: #fff;
  position: relative;
  padding: 15px 15px 10px 30px;
  margin-bottom: 30px;
}

body.page #maincolumn #aircle_flow .dir_46 h4 span,
body.page #aircle_flow .dir_46 h4 span {
  background: url(images/page/aircle_flow_nobg.png) 50% 50% no-repeat;
  background-size: cover;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
  text-align: center;
  padding: 9px;
}

body.page #maincolumn #aircle_banner,
body.page #aircle_banner {
  padding-top: 40px;
  margin-bottom: 0 !important;
}

body.page #maincolumn #aircle_banner .mainwrap,
body.page #aircle_banner .mainwrap {
  padding-bottom: 0;
}

body.page #maincolumn #aircle_banner .mainwrap .mv_contactbanner,
body.page #aircle_banner .mainwrap .mv_contactbanner {
  margin-bottom: 0;
}

#top_notice {
  background: url(images/top/top_pickbg.png);
  background-repeat: repeat-x;
}

#top_notice ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  #top_notice ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#top_notice ul li {
  border: solid 4px #ddd;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  #top_notice ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  #top_notice ul li {
    width: 24%;
    margin-bottom: 20px;
  }
}

#top_notice ul li h3 {
  color: #fff;
  background-color: #009245;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
}

#top_notice ul li div {
  padding: 10px;
}

#top_notice ul li div p {
  display: block;
}

#top_notice ul li div img {
  width: 100%;
  margin-bottom: 0.5em;
}

#top_notice ul li div > ul {
  display: block;
  padding: 0 0 0 1em;
}

#top_notice ul li div > ul li {
  list-style-image: url("images/top/circle.png");
  border: none;
  width: 100%;
  margin: auto;
}

#top_notice ul li div > ul li:before {
  content: "";
  border: solid 2px #ffe;
  height: 10px;
}

#top_notice ul li p {
  display: none;
  padding-top: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  #top_notice ul li p {
    font-size: 13px;
  }
}

#top_notice ul li a p {
  display: none;
}

#top_notice ul li a br {
  display: none;
}

#sitemap_list {
	background: #fff;
	margin: 0;
	padding: 0;
}

#sitemap_list li.home-item {
	margin-left: 0px;
}

#sitemap_list a:before{
		content: "▶︎ ";
	}
#sitemap_list li {
	background: url(../plugins/ps-auto-sitemap/images/business/line_dotted_brown.png) repeat-x 0 1.8em;
	font-size: medium;
	text-indent: 0;
	padding: 0 0 12px 0px;
	margin: 12px 0;
	list-style-type: none;
}

#sitemap_list li ul li a:before{
			content: "・";
		}

#sitemap_list li a {
	color: #000;
	background: url(../images/business/ico_lv1.png) no-repeat left center;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
	line-height: 32px;
	}

#sitemap_list li li {
	font-size: small;
	background: none;
	margin: 7px 0 0 0;
	padding: 1px 0 0 27px;
}


#sitemap_list li li a {
	background: url(../images/business/ico_lv2.png) no-repeat left center;
	padding-left: 15px;
	line-height: normal;
}

#sitemap_list li li li {
	padding-left: 15px;
}

#sitemap_list li li li a {
	background: url(../images/business/ico_lower_lv.png) no-repeat left center;
}

#sitemap_list ul {
	padding: 0;
	margin: 0;
}

#sitemap_list .posts_in_category {
	position: absolute;
	padding-left: 10px;
	padding-top: 3px;
}

#sitemap_list li li .posts_in_category {
	padding-top: 0;
}

#sitemap_list li .posts_in_category a {
	background: #fff url(../images/business/ico_post_list.png) no-repeat center;
	text-indent: -9999px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 1px #ccc;
	padding: 0;
}