@charset "UTF-8";

/*
Theme Name: LUFURA
Version: 1.0.0
Author: LEAD
License: MONA
*/
/* -- sass  --
--------------------------------------------------------------　*/
/* -- 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;
}

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 ---------------------------------*/
body {
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #010101;
  font-weight: 500;
  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;
}

#main {
  line-height: 1.7;
  letter-spacing: 1px;
}

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

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

a img {
  border: 0;
}

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

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mainwrap {
  margin: 0 auto;
}

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

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

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

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

@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) {
  body {
    font: 14px;
  }

  #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: 75%;
    line-height: 130%;
    float: left;
  }

  #sidecolumn {
    width: 23%;
    margin-bottom: 20px;
    float: right;
  }
}

#maincolumn #top_banner2 .banner_corona {
  text-align: center;
  margin-bottom: 20px;
}

/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.break_word {
  word-wrap: break-word;
}

.mb7 {
  margin-bottom: 7px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb120 {
  margin-bottom: 120px;
}

.lh14 {
  line-height: 1.4em;
}

.lh17 {
  line-height: 1.7em;
}

.lh2 {
  line-height: 2em;
}

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

@media screen and (min-width: 768px) {
  .leftdir {
    float: left;
  }

  .rightdir {
    float: right;
  }
}

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

/* -- 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 (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 {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size64 .leftdir,
  .f_size64 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size46 .leftdir,
  .f_size46 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size73 .leftdir,
  .f_size73 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size37 .leftdir,
  .f_size37 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size82 .leftdir,
  .f_size82 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size28 .leftdir,
  .f_size28 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size91 .leftdir,
  .f_size91 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .f_size19 .leftdir,
  .f_size19 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}

@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: 4vh;
  }

  .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: 4vh;
  }

  .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: 2vh;
  }

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

  .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,
  .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%;
  }
}

/* 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: #00882f;
}

.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: #00882f;
  opacity: 1;
}

.pagination .current {
  background: #00882f;
  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;
}

.tel_no a {
  display: inline-block;
  background: url(images/tel_icon.png) 0 50% no-repeat;
  padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

@media print,
screen and (min-width: 768px) and (max-width: 980px) {
  .tel_no a {
    font-size: 20px;
    letter-spacing: -0.08em;
  }
}

/* -- header --
--------------------------------------------------------------　*/
#header {
  position: relative;
}

#header #site_description_area {
  color: #006623;
  padding: 6px 0 6px;
  border-top: solid 10px #006623;
}

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

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

@media print,
screen and (max-width: 767px) {
  #header {
    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: 980px) {

  #header .drawer-toggle,
  #header .head_laurel {
    display: none;
  }
}

@media print,
screen and (max-width: 767px) {
  #header .site_title {
    margin: 7px 0 7px 10px;
  }

  #header .site_title img {
    margin-top: 0;
    margin-bottom: 2px;
    width: auto;
    height: 35px;
  }
}

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

@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_laurel {
    float: left;
    margin-top: 7px;
    margin-bottom: 2px;
  }

  #header .head_sp_logoarea .head_laurel img {
    float: left;
    width: auto;
    height: 35px;
    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 #00882f;
    box-shadow: 0 -2px 5px 1px #ddd;
    font-weight: bold;
  }

  #header .scrolling_wrap .scrolling_wrap_top ul li a .dashicons {
    color: #00882f;
    font-size: 2em;
    margin-bottom: 10px;
  }

  #header .scrolling_wrap .scrolling_wrap_bottom {
    padding: 10px 7px 50px 7px;
  }
}

@media print,
screen and (min-width: 768px) {
  #header .head_logoarea {
    padding: 0 0 15px;
  }

  #header .head_logoarea .mainwrap ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  #header .head_logoarea .mainwrap ul li {
    text-align: center;
    font-size: 16px;
  }

  #header .head_logoarea .mainwrap ul li:not(:last-of-type) {
    margin-right: 12px;
  }

  #header .head_logoarea .mainwrap ul li.f_item {
    flex-grow: 1;
  }
}

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

@media print,
screen and (max-width: 767px) {
  #mainvisualarea {
    background-size: auto 100%;
    margin-top: 50px;
  }
}

#mainvisualarea ul {
  max-width: 1600px;
  margin: 0 auto;
}

#mainvisualarea ul li {
  position: relative;
}

@media screen and (min-width: 768px) {
  #mainvisualarea ul li img {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  #mainvisualarea ul li .mvlinks {
    width: 34.5%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }

  #mainvisualarea ul li .mvlinks img {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  #mainvisualarea ul li .mvlinks img.mv_btm02 {
    width: 91%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  #mainvisualarea ul li .mvlinks {
    top: 10px;
    width: 32%;
  }
}

@media print,
screen and (max-width: 767px) {
  #mainvisualarea ul li .mvlinks {
    max-width: 90%;
    margin: 0 auto;
  }
}

#mainvisualarea ul li .mvlinks a:hover {
  opacity: 0.8;
}

#mainvisualarea_btm {
  margin-bottom: 30px;
  text-align: center;
  background: #e8f5ec;
  padding: 30px 0;
}

@media print,
screen and (max-width: 767px) {
  #mainvisualarea_btm {
    padding: 15px 0;
  }
}

/* -- pagetitlearea --
--------------------------------------------------------------　*/
#pagetitlearea {
  padding: 40px 0;
  background: #c9efc6 url(images/frame/pagetitlearea_bg.png) 50% 50% no-repeat;
  background-size: auto 100%;
  text-align: center;
}

#pagetitlearea h2 {
  font-weight: 700;
  font-family: "M PLUS 1p";
  font-size: 2.5em;
  color: #000;
  text-shadow: 2px 2px 2px #fff;
  text-align: center;
}

@media print,
screen and (max-width: 767px) {
  #pagetitlearea {
    margin-top: 50px;
    padding: 30px 0;
  }
}

@media print,
screen and (max-width: 767px) {
  #pagetitlearea h2 {
    font-size: 2em;
  }
}

/* -- breadcrumb --
--------------------------------------------------------------　*/
#breadcrumb {
  background: #f2f2f2;
  margin-bottom: 30px;
  font-size: 13px;
}

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

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

#breadcrumb a {
  color: #01408e;
}

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

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

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

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

#globalnaviarea_wrap {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

@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: #00882f;
    margin-left: 3px;
  }

  .drawer-hamburger span.drawer-hamburger-icon:before,
  .drawer-hamburger span.drawer-hamburger-icon:after {
    height: 3px;
    background-color: #00882f;
  }

  .sp_menu ul li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    background: #00882f 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: #00882f 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: #00882f 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: #00882f url(images/frame/gn_pattern.png) 50% 50% repeat-x;
    background-size: auto 100%;
  }

  #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: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    *zoom: 1;
    padding: 0;
  }

  #globalnaviarea_wrap ul#main-nav>li {
    position: relative;
    margin: 0;
    flex-grow: 1;
    text-align: center;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(-n + 7) {
    text-indent: -9999px;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(-n + 7) li {
    text-indent: 0;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(1) {
    background: url(images/frame/gn01.png) no-repeat 50% 50%;
    background-size: auto 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(2) {
    background: url(images/frame/gn02.png) no-repeat 50% 50%;
    background-size: auto 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(3) {
    background: url(images/frame/gn03.png) no-repeat 50% 50%;
    background-size: auto 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(4) {
    background: url(images/frame/gn07.png) no-repeat 50% 50%;
    background-size: auto 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(5) {
    background: url(images/frame/gn04.png) no-repeat 50% 50%;
    background-size: auto 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(6) {
    background: url(images/frame/gn05.png) no-repeat 50% 50%;
    background-size: auto 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:nth-child(7) {
    background: url(images/frame/gn06.png) no-repeat 50% 50%;
    background-size: auto 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li a {
    color: #fff;
    font-weight: bolder;
    display: block;
    font-size: 16px;
    letter-spacing: 1.28px;
    height: 65px;
    line-height: 65px;
    background: url(images/frame/gn_border.png) no-repeat 0 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:last-child a {
    background: url(images/frame/gn_border.png) no-repeat 0 50%, url(images/frame/gn_border.png) no-repeat 100% 50%;
  }

  #globalnaviarea_wrap ul#main-nav>li:last-child ul li a {
    background: #00882f;
  }

  #globalnaviarea_wrap ul#main-nav>li ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }

  #globalnaviarea_wrap ul#main-nav>li ul li {
    width: 100%;
    padding: 0;
    border-top: solid 1px #f2f2f2;
  }

  #globalnaviarea_wrap ul#main-nav>li ul li:last-child a,
  #globalnaviarea_wrap ul#main-nav>li ul li a {
    display: block;
    color: #fff;
    background: #00882f;
    height: auto;
    line-height: 1.7em;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 0.8em;
    letter-spacing: -0.02em;
  }

  #globalnaviarea_wrap ul#main-nav>li ul li:last-child a:hover,
  #globalnaviarea_wrap ul#main-nav>li ul li a:hover {
    color: #00882f;
    background: #fff;
  }

  #globalnaviarea_wrap .dropmenu li ul {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }

  #globalnaviarea_wrap .dropmenu li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

/*sidecolumn  ---------------------------------------*/
#sidecolumn .widget {
  margin-bottom: 15px;
}

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

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

#sidecolumn .widget h2.widget-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

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

#sidecolumn #widget-about {
  padding: 15px 7px;
  text-align: center;
  border: solid 1px #ccc;
}

#sidecolumn #widget-about img {
  width: auto;
}

#sidecolumn #widget-about p.companyname {
  font-size: 14px;
}

#sidecolumn #widget-about p.time {
  color: #fff;
  font-weight: bold;
  background-color: #00882f;
  margin-bottom: 7px;
}

#sidecolumn #widget-about .stel {
  font-size: 28px;
}

#sidecolumn #widget-about .stel i {
  color: #55ad38;
}

#sidecolumn #widget-about .stel a {
  font-weight: bold;
}

#sidecolumn #text-2 .textwidget ul li {
  text-align: center;
  margin-bottom: 7px;
}

#sidecolumn #text-3 .textwidget {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#sidecolumn #text-3 .textwidget .sub_t img {
  display: block;
  margin: 0 auto 10px;
}

#sidecolumn #text-3 .textwidget p {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}

#sidecolumn #text-3 .textwidget ul {
  overflow: hidden;
}

#sidecolumn #text-3 .textwidget ul li {
  margin-bottom: 7px;
  font-size: 20px;
  text-align: center;
}

#sidecolumn #text-3 .textwidget h5 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

#sidecolumn #text-3 .textwidget .side_toryo_logo {
  text-align: center;
  background: #fff;
  border: solid 2px #00882f;
  padding: 7px;
}

#sidecolumn #text-3 .textwidget .side_toryo_logo h4 {
  color: #00882f;
  font-weight: 500;
  font-family: "M PLUS 1p";
  font-size: 1.7em;
}

@media print,
screen and (min-width: 768px) and (max-width: 980px) {
  #sidecolumn #widget-about .stel {
    font-size: 20px;
  }
}

/* -- back_to_top --
--------------------------------------------------------------　*/
.fix-menu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
  width: 100%;
  background: #01408e;
}

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

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

.fix-menu table th a,
.fix-menu table td a {
  color: #fff;
  display: block;
  padding: 7px 0;
}

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

.fix-menu table th {
  /* width: calc(100% - 50px); */
  width: 43%;
  overflow: hidden;
}

.fix-menu table th a {
  display: block;
  overflow: hidden;
  width: 100%;
  /* color: #fff119; */
  color: #fff;
}

.fix-menu table th small {
  /* width: 115px;
    float: right; */
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 3px;
}

.fix-menu table th .telno {
  /* width: calc(100% - 115px); */
  width: 100%;
  float: left;
  /* font-size: 1.5rem; */
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 3px;
}

.fix-menu table th .telno .dashicons-phone,
.fix-menu table th .telno .dashicons-store {
  margin-top: 4px;
}

.fix-menu table td {
  background: #ff7f00;
  width: 50px;
  text-align: center;
}

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

@media screen and (max-width: 375px) {
  .fix-menu table th .telno {
    font-size: 1.1rem;
  }

  .fix-menu table th small {
    font-size: .8rem;
  }

  .fix-menu table th .telno .dashicons-phone,
  .fix-menu table th .telno .dashicons-store {
    margin-top: 2px;
  }
}

@media screen and (max-width: 320px) {
  .fix-menu table th .telno {
    font-size: .9rem;
  }

  .fix-menu table th small {
    font-size: .7rem;
  }

  .fix-menu table th .telno .dashicons-phone,
  .fix-menu table th .telno .dashicons-store {
    margin-top: 1px;
    font-size: 1rem;
  }
}

#back_to_top {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  width: 56px;
  background: #006623;
}

@media screen and (min-width: 981px) and (max-width: 980px) {
  #back_to_top {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (min-width: 981px) {
  #back_to_top {
    right: 55px;
    bottom: 55px;
  }
}

/* -- footer --
--------------------------------------------------------------*/
#footer {
  padding-top: 30px;
}

#footer .foot_area {
  background: #e2ffe0;
  color: #1d7d16;
  padding: 30px 0;
}

#footer .foot_area table tr th,
#footer .foot_area table tr td {
  vertical-align: middle;
}

#footer .foot_area table tr th {
  width: 30%;
  text-align: center;
}

#footer .foot_area table tr th img {
  display: inline-block;
  width: auto;
}

#footer .foot_area p.area_title {
  color: #00882f;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

#footer .footer_wrap {
  padding: 30px 0;
  background-color: #00882f;
}

#footer .footer_wrap .foot_info {
  background-color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#footer .footer_wrap .foot_info .info_inner {
  padding: 0 20px 20px 20px;
}

#footer .footer_wrap .foot_info .info_inner p {
  margin-bottom: 7px;
}

#footer .footer_wrap .foot_info .info_inner p.chiji {
  font-size: 12px;
}

#footer .footer_wrap .foot_info .info_inner p.time {
  color: #fff;
  font-weight: bold;
  padding: 5px;
  background-color: #00882f;
  margin-bottom: 7px;
}

#footer .footer_wrap .foot_info .info_inner p.tel {
  font-size: 28px;
}

#footer .footer_wrap .foot_info .info_inner p.tel i {
  color: #55ad38;
}

#footer .footer_wrap .foot_info .info_inner p.tel a {
  font-weight: bold;
}

#footer .footer_wrap .foot_info .jigyou {
  color: #00882f;
  background-color: #f3f9f5;
}

#footer .footer_wrap .foot_info .jigyou th {
  font-weight: bold;
  vertical-align: middle;
  font-size: 11px;
  padding: 7px;
}

#footer .footer_wrap .foot_info .jigyou td {
  font-size: 11px;
  padding: 7px;
}

#footer .footmenu_wrap {
  color: #fff;
}

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

#footer nav.footmenu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#footer nav.footmenu ul li {
  flex-grow: 1;
}

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

#footer nav.footmenu ul li ul li {
  line-height: 1.9em;
}

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

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

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

@media print,
screen and (max-width: 767px) {

  #footer .foot_area table tr th,
  #footer .foot_area table tr td {
    display: list-item;
    list-style: none;
    width: 100%;
  }
}

@media print,
screen and (max-width: 767px) {
  #footer .foot_area table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}

@media print,
screen and (max-width: 767px) {
  #footer .foot_area table tr td {
    font-size: 0.8em;
  }
}

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

@media print,
screen and (min-width: 768px) and (max-width: 980px) {
  #footer .footer_wrap .foot_info .info_inner p.tel {
    font-size: 20px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 980px) {
  #footer .footer_wrap .foot_info .jigyou {
    display: none;
  }
}

@media print,
screen and (max-width: 767px) {
  #footer .footer_wrap .foot_info .jigyou th {
    background: #00882f;
    color: #fff;
  }
}

@media print,
screen and (max-width: 767px) {

  #footer .footer_wrap .foot_info .jigyou th,
  #footer .footer_wrap .foot_info .jigyou td {
    display: list-item;
    list-style: none;
  }
}

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

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

#copyright_wrap a {
  color: #fff;
}

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

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

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

/* -- framework && common --
--------------------------------------------------------------　*/
#maincolumn {
  line-height: 1.7em;
}

#maincolumn p {
  line-height: 1.7em;
}

#maincolumn .col3_item {
  margin-bottom: 0;
}

#maincolumn .col2_item {
  margin-bottom: 2vh;
}

#maincolumn section {
  margin-bottom: 40px;
}

#maincolumn .slider {
  max-width: 100% !important;
  overflow: hidden;
}

@media print,
screen and (max-width: 767px) {
  #maincolumn {
    line-height: 1.5em;
  }
}

@media print,
screen and (max-width: 767px) {
  #maincolumn p {
    line-height: 1.5em;
  }
}

@media print,
screen and (max-width: 767px) {
  #maincolumn section {
    margin-bottom: 20px;
  }
}

#com_voice .voice_title {
  position: relative;
}

#com_voice .voice_title h3 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}

#com_voice .voice_title a {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}

#com_voice ul.top_voicecol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#com_voice ul.top_voicecol li a {
  display: block;
  margin: 0 7px;
}

#com_voice ul.top_voicecol li h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  color: #00882f;
}

#com_voice ul.top_voicecol li .img {
  max-height: 180px;
  overflow: hidden;
}

#com_voice ul.top_voicecol li .txt {
  padding: 5px 0;
  line-height: 1.5em;
}

#com_voice ul.top_voicecol li table th,
#com_voice ul.top_voicecol li table td {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #com_voice .voice_title {
    padding: 10px;
    background: #2872c5;
  }
}

@media screen and (min-width: 768px) {
  #com_voice .voice_title {
    padding: 20px;
    background: #fff url(images/top/voice_bg.png) 0 0 no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  #com_voice .voice_title h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  #com_voice .voice_title h3 {
    padding-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #com_voice .voice_title a {
    width: 120px;
    top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #com_voice ul.top_voicecol li {
    width: 50%;
  }

  #com_voice ul.top_voicecol li:nth-child(n + 3) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #com_voice ul.top_voicecol li {
    width: 33.3%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #com_voice ul.top_voicecol li h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #com_voice ul.top_voicecol li .txt {
    font-size: 0.8em;
    line-height: 1.2em;
  }
}

#com_outcome ul {
  overflow: hidden;
}

#com_outcome ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

#com_outcome ul li {
  margin-top: 20px;
}

#com_outcome ul li h4,
#com_outcome ul li .img,
#com_outcome ul li table {
  margin-bottom: 7px;
}

#com_outcome ul li h4 {
  font-size: 18px;
  background: #00882f;
  color: #fff;
  text-align: center;
  padding: 7px;
}

#com_outcome ul li .txt table {
  font-size: 0.9em;
  margin-top: 7px;
}

#com_outcome ul li .txt table th,
#com_outcome ul li .txt table td {
  vertical-align: middle;
  padding: 5px;
}

#com_outcome ul li .txt table th {
  background: #ff6f00;
  color: #fff;
  text-align: center;
  width: 5em;
}

#com_outcome ul li .txt table td {
  padding-left: 7px;
}

@media print,
screen and (max-width: 767px) {
  #com_outcome ul li {
    margin-top: 10px;
    width: 49%;
    float: left;
  }

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

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

  #com_outcome ul li:nth-child(5),
  #com_outcome ul li:nth-child(6) {
    display: none;
  }
}

@media print,
screen and (max-width: 767px) {
  #com_outcome ul li h4 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #com_outcome ul li .txt .des {
    font-size: 15px;
  }
}

@media print,
screen and (max-width: 767px) {
  #com_outcome ul li .txt .des {
    font-size: 14px;
  }
}

@media print,
screen and (max-width: 767px) {

  #com_outcome ul li .txt table th,
  #com_outcome ul li .txt table td {
    display: list-item;
    list-style: none;
    padding: 2px 0 0px;
  }
}

@media print,
screen and (max-width: 767px) {
  #com_outcome ul li .txt table th {
    width: 100%;
    text-align: left;
    padding-left: 7px;
  }
}

.top_h3 {
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}

.top_h3.rep h3 {
  border-top: solid 5px #00882f;
  border-bottom: solid 3px #00882f;
}

.top_h3 h3 {
  border-top: solid 5px #00882f;
  border-bottom: solid 3px #00882f;
  padding: 10px 0 15px;
  font-weight: 800;
  font-size: 40px;
  color: #00882f;
  font-family: "M PLUS 1p";
  text-shadow: 3px 2px 0px #fff, 7px 6px 0px rgba(0, 0, 0, 0.15);
}

.top_h3 .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.top_h3 .seemore a {
  display: block;
}

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

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

.home #maincolumn #top_omakase,
.page-template-page-area #maincolumn #top_omakase {
  background: #5dbe55 url(images/top/top_omakase_bg.png) 50% 100% no-repeat;
  background-size: 100%;
  padding: 20px;
}

.home #maincolumn #top_omakase p,
.page-template-page-area #maincolumn #top_omakase p {
  color: #fff;
  line-height: 2;
}

.home #maincolumn #top_omakase p span,
.page-template-page-area #maincolumn #top_omakase p span {
  color: #feffb6;
}

.home #maincolumn #top_reason,
.page-template-page-area #maincolumn #top_reason {
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #55ad38 10%, #55ad38 100%);
}

.home #maincolumn #top_reason h3 img,
.page-template-page-area #maincolumn #top_reason h3 img {
  display: block;
  margin: 0 auto;
}

.home #maincolumn #top_reason .select_btm,
.page-template-page-area #maincolumn #top_reason .select_btm {
  padding: 20px 0;
}

.home #maincolumn #top_reason ul,
.page-template-page-area #maincolumn #top_reason ul {
  padding: 20px;
}

.home #maincolumn #top_reason ul:after,
.page-template-page-area #maincolumn #top_reason ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.home #maincolumn #top_reason ul li,
.page-template-page-area #maincolumn #top_reason ul li {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 20px;
}

.home #maincolumn #top_reason ul li table th,
.home #maincolumn #top_reason ul li table td,
.page-template-page-area #maincolumn #top_reason ul li table th,
.page-template-page-area #maincolumn #top_reason ul li table td {
  vertical-align: middle;
}

.home #maincolumn #top_reason ul li table th.des,
.home #maincolumn #top_reason ul li table td.des,
.page-template-page-area #maincolumn #top_reason ul li table th.des,
.page-template-page-area #maincolumn #top_reason ul li table td.des {
  padding-left: 10px;
}

.home #maincolumn #top_reason ul li table th.link,
.home #maincolumn #top_reason ul li table td.link,
.page-template-page-area #maincolumn #top_reason ul li table th.link,
.page-template-page-area #maincolumn #top_reason ul li table td.link {
  text-align: right;
}

.home #maincolumn #top_reason ul li table th p,
.home #maincolumn #top_reason ul li table td p,
.page-template-page-area #maincolumn #top_reason ul li table th p,
.page-template-page-area #maincolumn #top_reason ul li table td p {
  font-weight: bold;
}

.home #maincolumn #top_reason ul li table th p span,
.home #maincolumn #top_reason ul li table td p span,
.page-template-page-area #maincolumn #top_reason ul li table th p span,
.page-template-page-area #maincolumn #top_reason ul li table td p span {
  color: #00882f;
}

.home #maincolumn #top_report .rep_col:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.home #maincolumn #top_report .rep_col li {
  margin-bottom: 20px;
}

.home #maincolumn #top_report .rep_col li .title {
  border-left: 3px solid #ff6f00;
  color: #01408e;
  font-size: 1.3em;
  padding-left: 10px;
  margin-bottom: 7px;
  font-weight: 800;
}

.home #maincolumn #top_report .rep_col li .txt a {
  color: #00882f;
  text-decoration: underline;
}

.home #maincolumn #top_price h3 {
  margin-bottom: 20px;
}

.home #maincolumn #top_price ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.home #maincolumn #top_price ul li.col3_item {
  overflow: hidden;
  margin-bottom: 30px;
}

.home #maincolumn #top_price ul li.col3_item h4 {
  background: #00882f;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin-bottom: 5px;
}

.home #maincolumn #top_price ul li.col3_item .img,
.home #maincolumn #top_price ul li.col3_item .tag_og {
  margin-bottom: 10px;
}

.home #maincolumn #top_price ul li.col3_item .txt .tag_og {
  text-align: center;
}

.home #maincolumn #top_price ul li.col3_item .txt .tag_og li {
  display: inline-block;
  background-color: #ff6f00;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
}

.home #maincolumn #top_price ul li.col3_item .txt .price {
  color: #e20000;
  font-weight: bold;
  text-align: center;
  font-weight: 800;
  font-family: "M PLUS 1p";
  font-size: 1.5em;
}

.home #maincolumn #top_greet {
  background: #f3f9f5 url(images/top/top_greet_bg.png) 100% 50% no-repeat;
  background-size: cover;
}

.home #maincolumn #top_greet .greet_inner {
  position: relative;
  padding: 10px;
}

.home #maincolumn #top_greet .greet_inner h3 {
  margin-bottom: 10px;
}

.home #maincolumn #top_greet .greet_inner p {
  line-height: 1.85;
}

.home #maincolumn #top_col3 {
  background: url(images/top/top_col3bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.home #maincolumn #top_col3 .col3_wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.home #maincolumn #top_shikaku .f_size73 {
  background: url(images/top/shikaku_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.home #maincolumn #top_shikaku .col2_wrap {
  margin-top: 10px;
  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;
}

.home #maincolumn #top_shikaku .col2_wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.home #maincolumn #top_shikaku .col2_wrap .col2_item {
  margin-bottom: 10px;
}

.home #maincolumn #top_shikaku .col2_wrap ul li {
  margin-bottom: 7px;
}

.home #maincolumn #top_shikaku .col2_wrap ul li.ta_r {
  text-align: right;
}

.home #maincolumn #top_shikaku .col2_wrap ul li:last-child {
  margin-bottom: 0;
}

.home #maincolumn #top_news .news_col li {
  padding: 20px;
  border-bottom: solid 1px #ccc;
}

.home #maincolumn #top_news .news_col li .title a {
  text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {

  .home #maincolumn #top_omakase,
  .page-template-page-area #maincolumn #top_omakase {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
  }
}

@media print,
screen and (min-width: 768px) {

  .home #maincolumn #top_reason .select_btm,
  .page-template-page-area #maincolumn #top_reason .select_btm {
    padding: 20px;
  }
}

@media print,
screen and (max-width: 767px) {

  .home #maincolumn #top_reason ul,
  .page-template-page-area #maincolumn #top_reason ul {
    padding: 5px;
  }
}

@media print,
screen and (max-width: 767px) {

  .home #maincolumn #top_reason ul li,
  .page-template-page-area #maincolumn #top_reason ul li {
    width: 49%;
    padding: 5px;
    margin-top: 7px;
  }

  .home #maincolumn #top_reason ul li:nth-child(odd),
  .page-template-page-area #maincolumn #top_reason ul li:nth-child(odd) {
    float: left;
  }

  .home #maincolumn #top_reason ul li:nth-child(even),
  .page-template-page-area #maincolumn #top_reason ul li:nth-child(even) {
    float: right;
  }
}

@media screen and (min-width: 981px) {

  .home #maincolumn #top_reason ul li table th,
  .page-template-page-area #maincolumn #top_reason ul li table th {
    width: 195px;
  }
}

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

  .home #maincolumn #top_reason ul li table th,
  .home #maincolumn #top_reason ul li table td,
  .page-template-page-area #maincolumn #top_reason ul li table th,
  .page-template-page-area #maincolumn #top_reason ul li table td {
    width: 100%;
    display: block;
  }
}

@media print,
screen and (max-width: 767px) {

  .home #maincolumn #top_reason ul li table th.des,
  .home #maincolumn #top_reason ul li table td.des,
  .page-template-page-area #maincolumn #top_reason ul li table th.des,
  .page-template-page-area #maincolumn #top_reason ul li table td.des {
    padding: 10px 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .home #maincolumn #top_report .rep_col {
    margin-top: 30px;
  }
}

@media print,
screen and (max-width: 767px) {
  .home #maincolumn #top_report .rep_col li {
    margin-top: 10px;
    width: 48%;
    float: left;
  }

  .home #maincolumn #top_report .rep_col li:nth-child(2n) {
    float: right;
  }

  .home #maincolumn #top_report .rep_col li:nth-child(n + 3) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .home #maincolumn #top_report .rep_col li .txt {
    padding-left: 20px;
  }
}

@media print,
screen and (max-width: 767px) {
  .home #maincolumn #top_price ul li.col3_item {
    width: 49%;
    float: left;
    margin-bottom: 4vh;
  }

  .home #maincolumn #top_price ul li.col3_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  .home #maincolumn #top_price ul li.col3_item:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (min-width: 768px) {
  .home #maincolumn #top_price ul li.col3_item h4 {
    font-size: 18px;
  }
}

@media print,
screen and (max-width: 767px) {
  .home #maincolumn #top_price ul li.col3_item .txt .tag_og li {
    font-size: 0.8em;
  }
}

@media print,
screen and (min-width: 768px) {
  .home #maincolumn #top_greet .greet_inner {
    padding-right: 40%;
  }
}

@media print,
screen and (max-width: 767px) {
  .home #maincolumn #top_greet .greet_inner p {
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    font-weight: bolder;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .home #maincolumn #top_col3 {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .home #maincolumn #top_col3 {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .home #maincolumn #top_col3 .col3_wrap .col3_item {
    text-align: center;
  }

  .home #maincolumn #top_col3 .col3_wrap .col3_item img {
    width: 145px;
  }

  .home #maincolumn #top_col3 .col3_wrap .col3_item:nth-child(1) {
    width: 100%;
  }

  .home #maincolumn #top_col3 .col3_wrap .col3_item:nth-child(2),
  .home #maincolumn #top_col3 .col3_wrap .col3_item:nth-child(3) {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .home #maincolumn #top_shikaku .f_size73 {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .home #maincolumn #top_shikaku .f_size73 {
    padding: 30px 50px;
  }
}

@media print,
screen and (max-width: 767px) {
  .home #maincolumn #top_shikaku .col2_wrap .col2_item {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .home #maincolumn #top_shikaku .col2_wrap .col2_item {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .home #maincolumn #top_shikaku .col2_wrap ul li {
    font-size: 12px;
  }
}

@media print,
screen and (max-width: 767px) {
  .home #maincolumn #top_news .news_col li {
    padding: 5px 5px 0 5px;
  }
}

.top_nintei {
  overflow: hidden;
}

.top_nintei li {
  margin-bottom: 7px;
}

.top_nintei li:nth-child(2) {
  width: 49.5%;
  float: left;
}

.top_nintei li:nth-child(3) {
  width: 49.5%;
  float: right;
}

@media print,
screen and (max-width: 767px) {
  .top_nintei li {
    margin-bottom: 3px;
  }
}

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

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

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

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

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

#com_pricelist ul {
  overflow: hidden;
}

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

#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: #00882f;
  color: #fff;
  text-align: center;
  padding: 15px;
}

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

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

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

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

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

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

.page-id-86 #com_pricelist {
  margin-bottom: 15px;
}

.page-id-86 #com_pricelist .comp_btn {
  display: none;
}

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

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

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

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

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

/* single page --
--------------------------------------------------------------　*/
.single h3.single_h3 {
  padding-bottom: 7px;
  font-weight: bold;
  border-bottom: solid 2px #00882f;
  margin-bottom: 10px;
  font-size: 1.4em;
  padding-bottom: 7px;
  line-height: 1.4em;
}

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

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

.single .entry_content {
  margin: 0 auto;
  /*  base : img
    /* ------------------------------------ */
  /*  base : clear
    /* ------------------------------------ */
}

.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 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_h3,
.single #single_attention .day {
  display: none;
}

.single #single_alert .single_h3,
.single #single_alert .day {
  display: none;
}

.single #single_select .single_h3,
.single #single_select .day {
  display: none;
}

.single #single_message .single_h3,
.single #single_message .day {
  display: none;
}

.single #single_value .single_h3,
.single #single_value .day {
  display: none;
}

.single #single_material .single_h3,
.single #single_material .day {
  display: none;
}

.single #single_hoken .single_h3,
.single #single_hoken .day {
  display: none;
}

.single #single_adgreen .single_h3,
.single #single_adgreen .day {
  display: none;
}

.single #single_hikari .single_h3,
.single #single_hikari .day {
  display: none;
}

.single #single_gaina .single_h3,
.single #single_gaina .day {
  display: none;
}

.single #single_lumifron .single_h3,
.single #single_lumifron .day {
  display: none;
}

.single #single_nanocompo .single_h3,
.single #single_nanocompo .day {
  display: none;
}

.single #single_perfect .single_h3,
.single #single_perfect .day {
  display: none;
}

.single #single_protectclear .single_h3,
.single #single_protectclear .day {
  display: none;
}

.single #single_spray .single_h3,
.single #single_spray .day {
  display: none;
}

.single #single_thermoeye .single_h3,
.single #single_thermoeye .day {
  display: none;
}

.single #single_wbart .single_h3,
.single #single_wbart .day {
  display: none;
}

.single #single_premium .single_h3,
.single #single_premium .day {
  display: none;
}

.single #single_attention .entry_content img,
.single #single_alert .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 {
  display: inline-block;
  margin-bottom: 0;
}

.single #single_attention .attention_message {
  background: url(images/page/attention_message_bg.jpg) 10px 10px no-repeat;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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 #00882f;
  padding: 1em;
}

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

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

.single #single_attention .attention_list ul {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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: #ecf7eb;
  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_alert .alert_message {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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 #00882f;
  padding: 1em;
  background: url(images/page/alert_message_bg.png) 100% 50% no-repeat;
  background-size: auto 100%;
}

.single #single_alert .alert_message h3.com_h3 {
  margin-bottom: 1em;
  border-bottom: solid 3px #00882f;
}

.single #single_alert .alert_message_arrow img {
  display: block;
  margin: 0 auto;
}

.single #single_alert .alert_list ul li {
  border: solid 2px #ddd;
  margin-bottom: 20px;
}

.single #single_alert .alert_list ul li h4 {
  background: #484747;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 10px 8px;
}

.single #single_alert .alert_list ul li .rightdir {
  margin-bottom: 0;
}

.single #single_alert .alert_list ul li .leftdir {
  margin-bottom: 0;
  padding: 1em;
}

.single #single_alert .alert_list ul li .rightdir img {
  width: 100%;
}

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

.single #single_select .select_message {
  background: #fff;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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: #c7000b;
}

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

.single #single_select .select_message p {
  color: #00372a;
}

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

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

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

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

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

.single #single_select .select_list ul li .leftdir {
  margin-bottom: 0;
  padding: 1em;
}

.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 #00882f;
  border-bottom: solid 1px #00882f;
  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: #f3f9f5;
}

.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 #f3f9f5;
  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;
}

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

.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 #00882f;
  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;
}

.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: #00882f;
  text-align: center;
  padding: 10px;
  width: 100px;
  vertical-align: middle;
}

.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 #00882f;
  padding-bottom: 7px;
  margin-bottom: 30px;
}

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

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

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

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

.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: #00882f;
}

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

.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: #00882f;
}

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

.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 #00882f;
}

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

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

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

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

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

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

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

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

.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: #00882f;
}

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

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

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

.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 #00882f;
}

.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: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝",
    "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3",
    "MS PMincho", serif;
}

.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: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝",
    "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3",
    "MS PMincho", serif;
}

.single #single_hoken .f_size73 {
  border: solid 2px #00882f;
  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 {
  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 {
  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 {
  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 {
  border-top: solid 3px #00882f;
  border-bottom: solid 3px #00882f;
  color: #00882f;
  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 {
  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 {
  padding: 0.5em;
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  background: rgba(21, 101, 192, 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 {
  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 {
  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 {
  margin-bottom: 5px;
}

.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 {
  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: #00882f;
  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;
}

.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 {
  font-weight: bold;
  border: solid 1px #1966bb;
  padding: 5px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.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: #00882f;
  border-top: solid 3px #00882f;
  border-bottom: solid 1px #00882f;
  padding: 15px 0;
  text-align: center;
}

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

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

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

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

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

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

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

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

.single #single_thermoeye #thermoeye-content02 .bd .bd_inner {
  border: solid #00882f 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;
}

@media print,
screen and (min-width: 768px) {
  .single h3.single_h3 {
    font-size: 1.2em;
    text-align: center;
  }
}

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

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

@media print,
screen and (min-width: 768px) {
  .single #single_alert .alert_message {
    padding-right: 22%;
  }
}

@media print,
screen and (max-width: 767px) {
  .single #single_alert .alert_message p {
    padding: 1em;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.7);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .single #single_value #value-content01 p,
  .single #single_value #value-content02 p {
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@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 {
    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) {
    float: right;
  }
}

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

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

  .single #single_nanocompo #fc1 .midasi_h2 table th,
  .single #single_nanocompo #fc1 .midasi_h2 table td {
    display: table-cell;
    width: auto;
  }

  .single #single_nanocompo #fc2 .midasi_h2 table th,
  .single #single_nanocompo #fc2 .midasi_h2 table td {
    display: table-cell;
    width: auto;
  }

  .single #single_nanocompo #fc3 .midasi_h2 table th,
  .single #single_nanocompo #fc3 .midasi_h2 table td {
    display: table-cell;
    width: auto;
  }

  .single #single_nanocompo #fc4 .midasi_h2 table th,
  .single #single_nanocompo #fc4 .midasi_h2 table td {
    display: table-cell;
    width: auto;
  }

  .single #single_nanocompo #fc5 .midasi_h2 table th,
  .single #single_nanocompo #fc5 .midasi_h2 table td {
    display: table-cell;
    width: auto;
  }

  .single #single_nanocompo #fc6 .midasi_h2 table th,
  .single #single_nanocompo #fc6 .midasi_h2 table td {
    display: table-cell;
    width: auto;
  }
}

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

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

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

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

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

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

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

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

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

/*fheader common   ---------------------------------------*/
body .page_h1 h1 {
  font-size: 26px;
  color: #00882f;
  border-bottom: solid 1px #ada79d;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 30px;
  line-height: 1.7;
}

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

body .page #maincolumn,
body .archive #maincolumn,
body .category #maincolumn {
  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 screen and (max-width: 767px) {
  body .page_h1 h1 {
    font-size: 20px;
  }
}

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

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

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

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

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

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

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

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

/* page --
--------------------------------------------------------------　*/
.page .kodawari_kouzi .tosou_h3 {
  margin-bottom: 30px;
}

.page .kodawari_kouzi .tosou_h3 h3 {
  border-top: solid 5px #00882f;
  border-bottom: solid 3px #00882f;
  text-align: center;
  padding: 10px 0 15px;
  font-weight: 800;
  font-size: 40px;
  color: #00882f;
  font-family: "M PLUS 1p";
  text-shadow: 3px 2px 0px #fff, 7px 6px 0px rgba(0, 0, 0, 0.15);
}

.page .kodawari_kouzi .col2_wrap .col2_item {
  padding: 20px;
  border: solid 1px #ccc;
}

.page .kodawari_kouzi .col2_wrap .col2_item h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 7px;
  border-left: solid 3px #00882f;
  font-weight: 800;
  font-family: "M PLUS 1p";
}

.page .kodawari_kouzi .col2_wrap .col2_item .tosou_inner {
  padding-left: 38%;
}

.page .kodawari_kouzi .col2_wrap .col2_item:nth-child(1),
.page .kodawari_kouzi .col2_wrap .col2_item:nth-child(2) {
  min-height: 196px;
}

.page .kodawari_kouzi .col2_wrap .col2_item:nth-child(3),
.page .kodawari_kouzi .col2_wrap .col2_item:nth-child(4) {
  min-height: 223px;
}

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

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

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

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

.page .contact_form {
  width: 100%;
  overflow: hidden;
}

.page .contact_form table th,
.page .contact_form table td {
  vertical-align: top;
  padding: 10px;
}

.page .contact_form table th {
  font-weight: bolder;
}

.page .contact_form .anchor {
  background: #00882f;
  color: #fff;
  padding: 7px;
  margin: 20px 0;
  text-align: center;
}

.page .contact_form .require {
  color: #c1272d;
  margin-left: 10px;
  font-weight: bolder;
  font-size: 0.8em;
}

.page .contact_form input {
  border: solid 1px #ddd;
  padding: 7px;
}

.page .contact_form textarea {
  width: 100%;
}

.page .contact_form input[type="email"],
.page .contact_form input[name="your-address"],
.page .contact_form input[name="estimate5"],
.page .contact_form input[name="estimate6"] {
  width: 100%;
}

.page .contact_form input[name="your-name"],
.page .contact_form input[name="your-namekana"],
.page .contact_form input[name="your-tel"] {
  width: 60%;
}

.page .contact_form input[name="estimate3-tsubo"],
.page .contact_form input[name="estimate7"],
.page .contact_form input[name="estimate8"] {
  width: 4em;
  margin: 0 5px;
}

.page .contact_form input#zip {
  width: 10em;
  margin-left: 5px;
  margin-bottom: 10px;
}

.page .contact_form input[type="checkbox"],
.page .contact_form input[type="radio"] {
  width: auto;
}

.page .contact_form input.wpcf7c-conf {
  border: solid #fff 1px !important;
  padding: 0;
  background: #fff !important;
}

.page .contact_form textarea.wpcf7c-conf {
  border: solid #fff 1px !important;
  padding: 0;
  background: #fff !important;
}

.page .contact_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fffcf6 inset;
  box-shadow: 0 0 0px 1000px #fffcf6 inset;
}

.page .contact_form .mwform-radio-field label,
.page .contact_form .mwform-checkbox-field label {
  margin-left: 0;
  margin-right: 1em;
}

.page .contact_form textarea {
  border: solid 1px #ddd;
}

.page .contact_form .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.page .contact_form .btn .pp {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.page .contact_form .btn .submit-btn {
  text-align: center;
}

.page .contact_form .btn .submit-btn input[type="submit"],
.page .contact_form .btn .submit-btn input[type="button"] {
  padding: 10px 30px;
}

.page .contact_form .btn .submit-btn input[type="submit"]:hover {
  background: #c9efc6;
}

.page .contact_form .btn .submit-btn input[type="button"] {
  margin-right: 10px;
}

.page .contact_form .btn .submit-btn input[type="button"]:hover {
  background: #c9efc6;
}

.page #page_contact .contact_intro {
  background: #c9efc6;
  padding: 1em;
  font-weight: bold;
}

.page #page_contact .contact_intro .tel_no {
  margin-top: 20px;
}

.page #page_privacy .privacy_intro {
  background: #f2f2f2;
  padding: 1em;
}

.page #page_privacy .privacy_intro p {
  margin-bottom: 0;
}

.page #page_privacy .privacy_details ul li {
  margin-top: 20px;
}

.page #page_privacy .privacy_details ul li h4 {
  font-weight: bolder;
  font-size: 1.2em;
  border-bottom: solid 1px;
  margin-bottom: 10px;
}

.page #page_reason .reason-content01 p span {
  color: #ff6400;
}

.page #page_reason .reason-content02 .reason_h3 {
  margin-bottom: 30px;
}

.page #page_reason .reason-content02 .reason_h3 h3 {
  border-top: solid 5px #00882f;
  border-bottom: solid 2px #00882f;
  padding: 15px 0;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #00882f;
  font-family: "M PLUS 1p";
  text-shadow: 3px 2px 0px #fff, 7px 6px 0px rgba(0, 0, 0, 0.15);
}

.page #page_reason .reason-content02 .no_h4 {
  border-bottom: solid 2px #00882f;
  padding-bottom: 7px;
  margin-bottom: 30px;
}

.page #page_reason .reason-content02 .no_h4 h4 {
  font-size: 29px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  font-family: "M PLUS 1p";
}

.page #page_reason .reason-content02 .no_h4 h4 span {
  font-size: 40px;
}

.page #page_reason .reason-content02 ul.reason_list li ul li {
  padding: 20px;
  margin-bottom: 5px;
  background: #ecf7eb;
}

.page #page_reason .reason-content02 ul.reason_list li ul li:nth-child(2n) {
  background: #fff;
}

.page #page_business .biz01 {
  background: #c9efc6 url(images/page/biz_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.page #page_business .biz01 .biz_title {
  margin-bottom: 30px;
}

.page #page_business .biz01 .biz_title h3 {
  border-top: solid 5px #00882f;
  border-bottom: solid 2px #00882f;
  padding: 15px 0;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  font-family: "M PLUS 1p";
  text-shadow: 3px 2px 0px #fff, 7px 6px 0px rgba(0, 0, 0, 0.15);
}

.page #page_business .biz01 .biz_title h3 strong {
  color: #00882f;
  font-size: 60px;
}

.page #page_business .biz01 .biz_title h3 span {
  color: #ff7900;
  font-size: 40px;
}

.page #page_business .biz01 .col2_wrap .col2_item a {
  display: block;
}

.page #page_business .biz01 .col2_wrap .col2_item h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #006623;
  padding: 7px;
}

.page #page_business .biz01 .col2_wrap .col2_item .bizcol {
  position: relative;
  background-color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page #page_business .biz01 .col2_wrap .col2_item .bizcol li:nth-child(1) {
  width: 45%;
}

.page #page_business .biz01 .col2_wrap .col2_item .bizcol li:nth-child(2) {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page #page_business .biz01 .col2_wrap .col2_item .bizcol li:nth-child(2) p {
  text-align: left;
  max-width: 100%;
  box-sizing: border-box;
}

.page #page_business .biz02 .target_title {
  background: #01408e url(images/page/biz_icon.png) 10px 50% no-repeat;
  background-size: auto;
  padding-top: 11px;
  padding-left: 45px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 800;
  font-family: "M PLUS 1p";
}

.page #page_business .biz02 .target_title h3 {
  color: #fff;
}

.page #page_business .biz03 .specialty_title {
  margin-bottom: 30px;
}

.page #page_business .biz03 .grade_bg .col3_wrap .col3_item {
  margin-bottom: 30px;
}

.page #page_business .biz03 .grade_bg .col3_wrap .col3_item p {
  text-align: center;
  margin: 10px 0;
}

.page #page_business .biz03 .gr_bg ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.page #page_business .biz03 .gr_bg ul li:before {
  content: "◼️";
}

.page #page_business .biz03 .gr_bg ul li.ta_r {
  text-align: right;
}

.page #page_business .biz03 .gr_bg ul li.ta_r:before {
  content: "";
}

.page #page_business .biz03 .gr_bg .gr_txt {
  background-color: #ff6f00;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 15px;
}

.page #page_business .biz03 .gr_bg .gr_txt p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.page #page_tosou #yanetosou-content02 ul li {
  margin-bottom: 30px;
}

.page #page_tosou #yanetosou-content02 ul li .col2_wrap .col2_item:nth-child(2) {
  text-align: center;
}

.page #page_tosou #yanetosou-content02 ul li .col2_wrap .col2_item .link {
  margin-top: 15px;
}

.page #page_tosou #yanetosou-content02 ul li .yane_h3 {
  padding-top: 17px;
  padding-left: 75px;
  padding-bottom: 7px;
  border-bottom: solid 2px #00882f;
  position: relative;
  margin-bottom: 30px;
}

.page #page_tosou #yanetosou-content02 ul li .yane_h3 h3 {
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
}

.page #page_tosou #yanetosou-content02 ul li .yane_h3 h3 span {
  font-size: 48px;
}

.page #page_tosou #yanetosou-content02 ul li .yane_h3 .sub_title {
  background-color: #00882f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.page #page_tosou #yanetosou-content02 ul li:nth-child(1) .yane_h3 {
  background: url(images/page/no1.png) 0% 80% no-repeat;
}

.page #page_tosou #yanetosou-content02 ul li:nth-child(2) .yane_h3 {
  background: url(images/page/no2.png) 0% 80% no-repeat;
}

.page #page_tosou #yanetosou-content02 ul li:nth-child(3) .yane_h3 {
  background: url(images/page/no3.png) 0% 80% no-repeat;
}

.page #page_tosou #yanetosou-content02 ul li:nth-child(4) .yane_h3 {
  background: url(images/page/no4.png) 0% 80% no-repeat;
}

.page #page_tosou #yanetosou-content02 ul li:nth-child(5) .yane_h3 {
  background: url(images/page/no5.png) 0% 80% no-repeat;
}

.page #page_tosou #yanetosou-content03 {
  text-align: center;
}

.page #page_tosou #yanetosou-content03 p {
  font-size: 25px;
  font-weight: 800;
  font-family: "M PLUS 1p";
  margin-bottom: 20px;
  text-shadow: 0 -1px #fff, 0 1px #fff, 0 2px 2px rgba(0, 0, 0, 0.7);
}

.page #page_tosou #yanetosou-content03 .more a {
  display: block;
}

.page #page_bousui p {
  margin-bottom: 1em;
}

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

.page #page_bousui article.example-entry {
  margin: 40px 0 40px;
  text-align: center;
}

.page #page_bousui article.example-entry .ba {
  margin: 0 0 30px;
}

.page #page_bousui article.example-entry .ba ul {
  background: url(images/page/arrow.png) no-repeat center center;
  background-size: 3%;
  overflow: hidden;
}

.page #page_bousui article.example-entry .ba ul li {
  width: 47%;
  float: left;
  margin: 0 0 0 0;
  position: relative;
}

.page #page_bousui article.example-entry .ba ul li:last-child {
  margin: 0;
  float: right;
  margin-right: 0;
}

.page #page_bousui article.example-entry .ba ul li span.icon {
  display: block;
  font-size: 18px;
  padding: 7px 0;
  background-color: #00882f;
  color: #fff;
}

.page #page_bousui #serivce01-content03 .body .sub_title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: solid #00882f 2px;
  color: #01408e;
  font-weight: 800;
  font-family: "M PLUS 1p";
}

.page #page_bousui #serivce01-content03 .body img.text01 {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}

.page #page_bousui #serivce01-content03 .body ul li {
  margin: 0 0 30px;
}

.page #page_bousui #serivce01-content04 .body {
  background: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
}

.page #page_bousui #serivce01-content04 .body h4 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #01408e;
  font-weight: 800;
  font-family: "M PLUS 1p";
  text-align: center;
}

.page #page_bousui #serivce01-content04 .body ul li h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 10px 0 0;
}

.page #page_bousui #serivce01-content04 .body ul li p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.page #page_company .company_message {
  border: solid 2px #ddd;
  background: #f2f2f2;
  padding: 1em;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝",
    "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3",
    "MS PMincho", serif;
}

.page #page_company .company_message h3 {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}

.page #page_company .company_message ul li {
  padding: 0 5px;
  overflow: hidden;
}

.page #page_company .company_message ul li img {
  margin-bottom: 7px;
}

.page #page_company .company_message ul li h4 {
  font-weight: bold;
  font-size: 2em;
}

.page #page_company .company_message ul li p {
  font-size: 0.9em;
}

.page #page_company .company_greet {
  background: url(images/company_greet_bg.png) 50% 50% no-repeat;
  background-size: auto;
}

.page #page_company .company_greet .company_greet_wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝",
    "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3",
    "MS PMincho", serif;
  font-weight: bold;
}

.page #page_company .company_greet .company_greet_wrap h3 {
  font-size: 2em;
  margin-bottom: 10px;
}

.page #page_company .company_detail table {
  margin-bottom: 20px;
}

.page #page_company .company_detail table th,
.page #page_company .company_detail table td {
  padding: 7px;
  border: solid 1px #bbb;
}

.page #page_company .company_detail table th {
  background: #f2f2f2;
}

.page #page_company .company_message {
  border: solid 2px #ddd;
  background: #f2f2f2;
  padding: 1em;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝",
    "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3",
    "MS PMincho", serif;
}

.page #page_company .company_message h3 {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}

.page #page_company .company_message ul li {
  padding: 0 5px;
  overflow: hidden;
}

.page #page_company .company_message ul li img {
  margin-bottom: 7px;
}

.page #page_company .company_message ul li h4 {
  font-weight: bold;
  font-size: 2em;
}

.page #page_company .company_message ul li p {
  font-size: 0.9em;
}

.page #page_company .company_greet {
  background: url(images/page/company_greet_bg.png) 50% 50% no-repeat;
  background-size: auto;
}

.page #page_company .company_greet .company_greet_wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝",
    "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3",
    "MS PMincho", serif;
  font-weight: bold;
}

.page #page_company .company_greet .company_greet_wrap h3 {
  font-size: 2em;
  margin-bottom: 10px;
}

.page #page_company .company_detail table {
  margin-bottom: 20px;
}

.page #page_company .company_detail table th,
.page #page_company .company_detail table td {
  padding: 7px;
  border: solid 1px #bbb;
}

.page #page_company .company_detail table th {
  background: #f2f2f2;
}

.page #page_repair #reform-content01,
.page #page_repair #reform-content02,
.page #page_repair #reform-content03,
.page #page_repair #reform-content04 {
  margin: 0 0 40px;
}

.page #page_repair #reform-content01 .image img,
.page #page_repair #reform-content03 .image img,
.page #page_repair #reform-content04 .image img {
  width: 100%;
  height: auto;
}

.page #page_repair #reform-content05 p {
  line-height: 1.6;
  margin: 0 0 20px;
}

.page #page_repair #reform-content05 .image {
  text-align: center;
  margin: 0 0 20px;
}

.page #page_repair #reform-content05 .c03 img {
  width: 40%;
  height: auto;
  margin-right: 5%;
}

.page #page_repair #reform-content05 .c04 img {
  width: 100%;
  height: auto;
}

.page #page_repair .content-header {
  margin-bottom: 30px;
}

.page #page_repair .com_btm {
  margin-bottom: 40px;
}

.page #page_repair h4 {
  font-size: 21px;
  line-height: 1.5;
  border-left: solid #00882f 5px;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

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

.page #page_amadoi h5 {
  font-size: 18px;
}

.page #page_amadoi #amadoi01 ul li {
  color: #4d4d4d;
}

.page #page_amadoi #amadoi01 ul li i {
  color: #c64950;
  padding-right: 7px;
}

.page #page_amadoi #amadoi03 .f_size37 {
  margin-bottom: 30px;
}

.page #page_amadoi #amadoi03 ul {
  margin: 10px 0 20px;
  background-color: #f1f1f1;
  padding: 15px;
}

.page #page_amadoi #amadoi03 ul li {
  color: #00882f;
  margin-bottom: 10px;
  font-weight: bold;
}

.page #page_amadoi #amadoi03 p {
  font-size: 14px;
}

.page #page_amadoi #amadoi04 h4 {
  font-size: 21px;
  line-height: 1.5;
  border-left: solid #00882f 5px;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.page #page_amadoi #amadoi04 table {
  margin-bottom: 15px;
}

.page #page_amadoi #amadoi04 .check_free {
  margin: 30px 0;
  padding: 5px;
  border: solid 4px #00882f;
}

.page #page_amadoi #amadoi04 .check_free .free_f {
  border: solid 1px #00882f;
  text-align: center;
  padding: 10px;
}

.page #page_amadoi #amadoi04 .check_free .free_f p {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 0;
}

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

.page #page_shikkui article.example-entry {
  margin: 40px 0 40px;
  text-align: center;
}

.page #page_shikkui article.example-entry .ba {
  margin: 0 0 30px;
}

.page #page_shikkui article.example-entry .ba ul {
  background: url(images/arrow.png) no-repeat center center;
  background-size: 3%;
  overflow: hidden;
}

.page #page_shikkui article.example-entry .ba ul li {
  width: 47%;
  float: left;
  margin: 0 0 0 0;
  position: relative;
}

.page #page_shikkui article.example-entry .ba ul li:last-child {
  margin: 0;
  float: right;
  margin-right: 0;
}

.page #page_shikkui article.example-entry .ba ul li span.icon {
  display: block;
  font-size: 18px;
  padding: 7px 0;
  background-color: #00882f;
  color: #fff;
}

.page #page_shikkui .flow ol {
  margin: 0 20px;
}

.page #page_shikkui .flow ol li {
  margin: 0 0 20px;
  background: url(images/shikkui_flow-arrow.png) no-repeat bottom center;
}

.page #page_shikkui .flow ol li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}

.page #page_shikkui .flow ol li h4 {
  font-size: 24px;
  margin: 0 0 20px;
  border-bottom: solid #eee 1px;
}

.page #page_shikkui .flow ol li h4 span.num {
  font-size: 36px;
  font-style: italic;
  margin: 0 10px 0 0;
  color: #00882f;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "MS P明朝",
    "MS PMincho", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro W3",
    "MS PMincho", serif;
  font-weight: normal;
}

.page #page_shikkui #shikkui02-content02 .img-right {
  text-align: center;
  margin: 0 0 40px;
}

.page #page_shikkui #shikkui02-content02 img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.page #page_shikkui #shikkui02-content02 p {
  margin: 0 0 40px;
}

.page #page_shikkui #shikkui03-content02 .body,
.page #page_shikkui #shikkui04-content02 .body {
  margin: 0 0 60px;
}

.page #page_reform .col2_item,
.page #page_reform .col4_item {
  margin-bottom: 0;
}

.page #page_reform .col2_wrap,
.page #page_reform .col3_wrap,
.page #page_reform .col4_wrap {
  overflow: hidden;
}

.page #page_reform h3.com_h3 {
  margin-bottom: 30px;
}

.page #page_reform h4 {
  font-size: 24px;
  line-height: 1.5;
  border-left: solid #00882f 5px;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.page #page_reform .reform-list .place {
  background: #cebb89;
  padding: 20px;
}

.page #page_reform .reform-list .place h5 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 21px;
}

.page #page_reform .reform-list .place .col4_wrap img,
.page #page_reform .reform-list .place .col2_wrap img {
  border: solid 1px #f2f2f2;
}

.page #page_inspection .subheader {
  padding: 0 0 0 20px;
  border-left: solid #00882f 5px;
}

.page #page_inspection .subheader h4 {
  font-size: 21px;
  margin: 0 0 20px;
}

.page #page_inspection .f_size73 {
  margin-bottom: 50px;
}

.page #page_inspection #shindan-content06 .body .box {
  margin: 30px 0 0;
  padding: 30px 20px 20px;
  border-radius: 10px;
  border: solid #00882f 2px;
  background: #ecf7eb;
}

.page #page_inspection #shindan-content06 .body .box p.main {
  text-align: center;
}

.page #page_inspection #shindan-content06 .body p {
  line-height: 1.6;
  margin: 0 0 20px;
}

.page #page_price #price-content01 .image {
  margin: 0 0 20px;
}

.page #page_price #price-content01 .image img {
  width: auto;
  height: auto;
}

.page #page_price #price-content01 .body p {
  line-height: 1.6;
  margin: 0 0 20px;
}

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

.page #page_price #price-content06 .image {
  margin: 0 0 10px;
}

.page #page_price #price-content02 .body {
  border: solid 5px #00882f;
  padding: 50px;
}

.page #page_price #price-content02 .body img {
  display: block;
  width: auto;
  margin: 0 auto 20px;
}

.page #page_price #price-content02 .body .rightdir img {
  margin-bottom: 0;
}

.page #page_price #price-content02 .body img {
  display: block;
  width: auto;
  margin: 0 auto 20px;
}

.page #page_price #price-content02 .body .txt {
  margin-bottom: 20px;
  font-size: 1.65em;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: #000;
}

.page #page_price #price-content02 .body .txt .gr {
  color: #00882f;
}

.page #page_price #price-content02 .body .txt .or {
  color: #f37020;
}

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

.page #page_lowprice .low_h3 {
  text-align: center;
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}

.page #page_lowprice .low_h3.none h3 {
  padding-left: 0;
}

.page #page_lowprice .low_h3 h3 {
  border-top: solid 3px #00882f;
  border-bottom: solid 1px #00882f;
  padding: 15px 0;
}

.page #page_lowprice .low_h3 .point {
  position: absolute;
  top: 0;
  left: 0;
}

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

.page #page_lowprice .maker_point p {
  color: #ff6f00;
  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;
}

.page #page_lowprice #low-content01 {
  background: #c9efc6 url(images/page/biz_bg.png) 50% 0% no-repeat;
  background-size: cover;
  font-weight: bolder;
}

.page #page_lowprice #low-content01 h3 {
  text-align: center;
  margin-bottom: 30px;
}

.page #page_lowprice #low-content02 .low_h3 {
  margin-bottom: 30px;
}

.page #page_lowprice #low-content02 .low_link {
  text-align: center;
}

.page #page_lowprice #low-content02 .low_link a {
  display: block;
}

.page #page_lowprice #low-content02 .maker .maker_h4.pk h4 {
  color: #ff267a;
  text-shadow: 0 -1px #fff, 0 -2px #fff, 0 2px 2px rgba(0, 0, 0, 0.7);
}

.page #page_lowprice #low-content02 .maker .maker_h4 h4 {
  font-size: 32px;
  border: solid 1px #010101;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 7px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.page #page_lowprice #low-content02 .maker .col2_wrap {
  text-align: center;
}

.page #page_lowprice #low-content03 .col2_wrap .col2_item {
  padding: 20px;
  border: solid 1px #ccc;
}

.page #page_lowprice #low-content03 .col2_wrap .col2_item h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 7px;
  border-left: solid 3px #00882f;
}

.page #page_lowprice #low-content03 .col2_wrap .col2_item .tosou_inner {
  padding-left: 38%;
}

.page #page_lowprice #low-content03 .col2_wrap .col2_item:nth-child(1),
.page #page_lowprice #low-content03 .col2_wrap .col2_item:nth-child(2) {
  min-height: 196px;
}

.page #page_lowprice #low-content03 .col2_wrap .col2_item:nth-child(3),
.page #page_lowprice #low-content03 .col2_wrap .col2_item:nth-child(4) {
  min-height: 223px;
}

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

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

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

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

.page #page_simulator .clear,
.page #page_simulator .clearfix {
  clear: both;
  overflow: hidden;
}

.page #page_simulator h3.com_h3 span {
  font-size: 18px;
}

.page #page_simulator #hy-content01,
.page #page_simulator #hy-content04 {
  margin: 0 0 60px;
}

.page #page_simulator #hy-content01 {
  background: #00882f;
  padding: 0;
  color: #fff;
}

.page #page_simulator #hy-content01 h4 {
  font-weight: 800;
  font-family: "M PLUS 1p";
  color: #000;
  font-size: 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;
  padding: 0 40px;
  margin: 0 0 30px;
  background: linear-gradient(transparent 80%, #efef9e 20%);
}

.page #page_simulator #hy-content01 .text {
  font-weight: bolder;
  padding: 0 40px 40px;
}

.page #page_simulator #hy-content02 p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 40px !important;
}

.page #page_simulator #hy-content02 .fukidashi .text p {
  font-size: 14px;
  text-align: left;
  margin: 0 !important;
}

.page #page_simulator #hy-content03 {
  margin: 0 0 60px;
}

.page #page_flow section {
  margin-bottom: 60px;
}

.page #page_flow section .flow_h3 {
  margin-bottom: 30px;
}

.page #page_flow section .flow_h3 h3 {
  border-top: solid 3px #00882f;
  border-bottom: solid 1px #00882f;
  padding: 15px 0;
  text-align: center;
}

.page #page_flow #flow-content01 .no_h4 {
  border-bottom: solid 1px #00882f;
  padding-bottom: 7px;
  margin-bottom: 30px;
}

.page #page_flow #flow-content01 .no_h4 h4 {
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
}

.page #page_flow #flow-content01 .no_h4 h4 span {
  font-size: 48px;
}

.page #page_flow #flow-content01 .nuri_point {
  margin-bottom: 20px;
}

.page #page_flow #flow-content01 .nuri_point p.arrow_title {
  font-size: 24px;
  margin-bottom: 15px;
}

.page #page_flow #flow-content01 .nuri_point p.arrow_title:before {
  content: "▶︎";
  color: #00882f;
}

.page #page_flow #flow-content01 .flow_content .main_col .rightdir {
  text-align: center;
}

.page #page_flow #flow-content01 .flow_content .main_col p span {
  color: #ff6900;
}

.page #page_flow #flow-content01 .flow_content .main_col p.bl_txt {
  color: #00882f;
}

.page #page_flow #flow-content01 .flow_content .main_col p.bl {
  display: inline-block;
  background-color: #00882f;
  color: #fff;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.page #page_flow #flow-content01 .flow_content li {
  padding: 7px;
}

.page #page_flow #flow-content01 .flow_content li:nth-child(odd) {
  background: #f3f9f5 url(images/page/flow_arrow_w.png) 0% 0% no-repeat;
  background-size: 100% auto;
}

.page #page_flow #flow-content01 .flow_content li:nth-child(odd):first-of-type {
  background: #f3f9f5;
}

.page #page_flow #flow-content01 .flow_content li:nth-child(even) {
  background: #fff url(images/page/flow_arrow.png) 0% 0% no-repeat;
  background-size: 100% auto;
}

.page #page_flow #flow-content01 .flow_content li .flow_list {
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}

.page #page_flow #flow-content01 .flow_content li .flow_list.none:before {
  border: none;
}

.page #page_flow #flow-content01 .flow_content li .flow_list:before {
  content: "";
  bottom: -15px;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 18px solid #00882f;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page #page_flow #flow-content01 .flow_content li .flow_list p.sub_t {
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #00882f;
}

.page #page_flow #flow-content01 .flow_content li .flow_list p.sub_t span {
  font-size: 40px;
  color: #00882f;
}

.page #page_flow #flow-content01 .flow_content li .flow_list .og_txt {
  margin: 20px 0;
  background-color: #fffcdf;
  padding: 20px;
  color: #ff6d00;
}

.page #page_flow #flow-content01 .flow_content li .flow_inner {
  border: double 4px #ccc;
  padding: 20px;
}

.page #page_flow #flow-content01 .flow_content li h3 {
  margin-bottom: 30px;
}

.page #page_coaking #caulking-content01,
.page #page_coaking #caulking-content02,
.page #page_coaking #caulking-content03,
.page #page_coaking #caulking-content04,
.page #page_coaking #caulking-content05,
.page #page_coaking #caulking-content06,
.page #page_coaking #caulking-content07,
.page #page_coaking #caulking-content08,
.page #page_coaking #caulking-content09,
.page #page_coaking #caulking-content10,
.page #page_coaking #caulking-content11,
.page #page_coaking #caulking-content12 {
  margin: 0 0 40px;
}

.page #page_coaking #caulking-content01 h4,
.page #page_coaking #caulking-content02 h4,
.page #page_coaking #caulking-content03 h4,
.page #page_coaking #caulking-content04 h4,
.page #page_coaking #caulking-content05 h4,
.page #page_coaking #caulking-content06 h4,
.page #page_coaking #caulking-content07 h4,
.page #page_coaking #caulking-content08 h4,
.page #page_coaking #caulking-content09 h4,
.page #page_coaking #caulking-content10 h4,
.page #page_coaking #caulking-content11 h4,
.page #page_coaking #caulking-content12 h4 {
  font-size: 21px;
  line-height: 1.5;
  border-left: solid #00882f 5px;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.page #page_coaking #caulking-content01 .image {
  margin: 0 0 20px;
}

.page #page_coaking #caulking-content01 .image img {
  width: auto;
  height: auto;
}

.page #page_coaking #caulking-content01 .body p {
  line-height: 1.6;
}

.page #page_coaking #caulking-content01 .body p strong {
  color: #ff9f38;
}

.page #page_coaking #caulking-content09 .body p,
.page #page_coaking #caulking-content10 .body p,
.page #page_coaking #caulking-content11 .body p,
.page #page_coaking #caulking-content12 .body p {
  line-height: 1.6;
  margin: 0 0 20px 25px;
}

.page #page_coaking #caulking-content03 .image,
.page #page_coaking #caulking-content05 .image,
.page #page_coaking #caulking-content08 .image,
.page #page_coaking #caulking-content09 .image,
.page #page_coaking #caulking-content10 .image,
.page #page_coaking #caulking-content11 .image,
.page #page_coaking #caulking-content12 .image {
  margin: 0 20px;
  text-align: center;
}

.page #page_coaking #caulking-content03 .image img,
.page #page_coaking #caulking-content05 .image img,
.page #page_coaking #caulking-content08 .image img,
.page #page_coaking #caulking-content09 .image img,
.page #page_coaking #caulking-content10 .image img,
.page #page_coaking #caulking-content11 .image img,
.page #page_coaking #caulking-content12 .image img {
  width: auto;
  height: auto;
}

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

.page #page_warranty section.page-content h4 {
  padding: 1em 1em;
  background: #ecf7eb;
  border-left: solid 5px #00882f;
  font-weight: bolder;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.page #page_warranty .jio_title h3 {
  background: #00882f;
  color: #fff;
  font-weight: bolder;
  padding: 1em 0;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page #page_warranty .jio_title h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.page #page_warranty .jio_merit ul li {
  margin-bottom: 30px;
}

.page #page_warranty .jio_merit ul li h4 {
  padding: 1em 1em;
  background: #ecf7eb;
  border-left: solid 5px #00882f;
  font-weight: bolder;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.page #page_warranty .jio_merit ul .img_wrap {
  border: solid 2px #ddd;
  margin: 20px 0;
  padding: 1em;
}

.page #page_warranty #insurance-content02 .col4_wrap {
  background: #f3f9f5;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 1px #ddd;
}

.page #page_warranty #insurance-content02 .col4_wrap .col4_item p {
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 14px;
  text-align: center;
}

.page #page_warranty #insurance-content02 .des {
  margin-top: 1.5em;
  font-weight: bold;
}

.page #page_warranty #insurance-content04 .btn a {
  margin-top: 20px;
  display: block;
  background: #01408e;
  color: #fff;
  font-weight: 800;
  font-family: "M PLUS 1p";
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #ddd;
}

@media print,
screen and (max-width: 767px) {
  .page .kodawari_kouzi .tosou_h3 h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .page .kodawari_kouzi .col2_wrap .col2_item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page .kodawari_kouzi .col2_wrap .col2_item h4 {
    font-size: 20px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page .kodawari_kouzi .col2_wrap .col2_item .tosou_inner {
    padding-left: 30%;
  }
}

@media print,
screen and (max-width: 767px) {

  .page .contact_form table th,
  .page .contact_form table td {
    display: list-item;
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
}

@media print,
screen and (min-width: 768px) {

  .page .contact_form table th,
  .page .contact_form table td {
    border: solid 1px #ddd;
  }
}

@media print,
screen and (max-width: 767px) {
  .page .contact_form table th {
    border-bottom: solid 2px #ddd;
  }
}

@media print,
screen and (min-width: 768px) {
  .page .contact_form table th {
    min-width: 15em;
    max-width: 15em;
  }
}

@media print,
screen and (max-width: 767px) {
  .page .contact_form table td {
    padding: 10px 0 1em 0;
  }
}

@media print,
screen and (max-width: 767px) {

  .page .contact_form .mwform-radio-field label,
  .page .contact_form .mwform-checkbox-field label {
    display: block;
    margin-bottom: 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .page #page_contact .contact_intro {
    text-align: center;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_reason section img {
    display: block;
    margin: 0 auto;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_reason .reason-content02 .reason_h3 h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_reason .reason-content02 .no_h4 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_reason .reason-content02 .no_h4 h4 {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page #page_reason .reason-content02 .no_h4 h4 img {
    width: 35px;
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 981px) {
  .page #page_reason .reason-content02 .no_h4 h4 img {
    width: 50px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_reason .reason-content02 .no_h4 h4 span {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_reason .reason-content02 ul.reason_list li ul li {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_business .biz01 {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_business .biz01 {
    padding: 50px 20px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_business .biz01 .biz_title h3 {
    font-size: 20px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_business .biz01 .biz_title h3 strong {
    font-size: 25px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_business .biz01 .biz_title h3 span {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .page #page_business .biz01 .col2_wrap .col2_item:nth-child(2) h4 {
    min-height: 86px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_business .biz01 .col2_wrap .col2_item h4 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .page #page_business .biz01 .col2_wrap .col2_item .bizcol {
    min-height: 135px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_business .biz01 .col2_wrap .col2_item .bizcol li:nth-child(2) p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_business .biz02 .target_title {
    padding-left: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .page #page_business .biz02 .target_title h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 981px) {
  .page #page_business .biz02 .target_title h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_business .biz02 .f_size37 .leftdir {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page #page_business .biz03 {
    background: #c9efc6 url(images/page/biz_titlebg.png) 50% 0% no-repeat;
    background-size: 160%;
    padding: 30px 10px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_business .biz03 {
    background: #c9efc6 url(images/page/biz_titlebg.png) 50% -8% no-repeat;
    background-size: 150% auto;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_business .biz03 .gr_bg {
    padding: 0 12px 20px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_business .biz03 .gr_bg {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .page #page_business .biz03 .gr_bg ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_business .biz03 .gr_bg .gr_txt p {
    font-size: 16px;
  }
}

@media screen and (min-width: 981px) {
  .page #page_business .biz03 .gr_bg .gr_txt p {
    font-size: 28px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_tosou #yanetosou-content02 ul li .yane_h3 h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_tosou #yanetosou-content02 ul li .yane_h3 h3 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_tosou #yanetosou-content02 ul li .yane_h3 .sub_title {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .page #page_tosou #yanetosou-content02 ul li .yane_h3 .sub_title {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

@media screen and (min-width: 981px) {
  .page #page_tosou #yanetosou-content02 ul li .yane_h3 .sub_title {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_tosou #yanetosou-content02 ul li:nth-child(1) .yane_h3 {
    background-size: auto;
  }
}

@media screen and (min-width: 768px) {
  .page #page_tosou #yanetosou-content02 ul li:nth-child(2) .yane_h3 {
    background-size: auto;
  }
}

@media screen and (min-width: 768px) {
  .page #page_tosou #yanetosou-content02 ul li:nth-child(3) .yane_h3 {
    background-size: auto;
  }
}

@media screen and (min-width: 768px) {
  .page #page_tosou #yanetosou-content02 ul li:nth-child(4) .yane_h3 {
    background-size: auto;
  }
}

@media screen and (min-width: 768px) {
  .page #page_tosou #yanetosou-content02 ul li:nth-child(5) .yane_h3 {
    background-size: auto;
  }
}

@media screen and (min-width: 768px) {
  .page #page_bousui #serivce01-content04 .body ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page #page_bousui #serivce01-content04 .body ul li {
    width: 22%;
    margin: 0 4% 0 0;
    text-align: center;
  }
}

@media print,
screen and (min-width: 768px) {
  .page #page_company .company_message ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_company .company_message ul li {
    margin-top: 10px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_company .company_message ul li img {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .page #page_company .company_greet .company_greet_wrap {
    padding: 2em;
  }
}

@media print,
screen and (min-width: 768px) {

  .page #page_company .company_detail table th,
  .page #page_company .company_detail table td {
    padding: 10px;
  }
}

@media print,
screen and (min-width: 768px) {
  .page #page_company .company_message ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_company .company_message ul li {
    margin-top: 10px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_company .company_message ul li img {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .page #page_company .company_greet .company_greet_wrap {
    padding: 2em;
  }
}

@media print,
screen and (min-width: 768px) {

  .page #page_company .company_detail table th,
  .page #page_company .company_detail table td {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_repair .imgw {
    text-align: center;
  }

  .page #page_repair .imgw img {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {

  .page #page_repair #reform-content01 .image,
  .page #page_repair #reform-content03 .image,
  .page #page_repair #reform-content04 .image {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_repair .com_pad {
    padding: 1em;
  }
}

@media screen and (max-width: 767px) {
  .page #page_repair h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_amadoi #amadoi01 ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_amadoi #amadoi01 ul li {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_amadoi #amadoi04 h4 {
    font-size: 18px;
  }
}

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

  .page #page_amadoi #amadoi04 table th,
  .page #page_amadoi #amadoi04 table td {
    font-size: 0.9em;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_amadoi #amadoi04 table th {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .page #page_amadoi #amadoi04 table th {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .page #page_amadoi #amadoi04 p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page #page_amadoi #amadoi04 .check_free .free_f {
    background: url(images/amadoi_bg.png) 50% 10px no-repeat;
    background-size: 120px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_amadoi #amadoi04 .check_free .free_f {
    background: url(images/amadoi_bg.png) 98% 50% no-repeat;
    background-size: 120px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_amadoi #amadoi04 .check_free .free_f p {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_amadoi #amadoi04 .check_free .free_f p {
    background: url(images/amadoi_bg2.png) 2% 50% no-repeat;
    background-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_shikkui .flow ol li h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_reform h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_reform .col3_wrap .col3_item {
    width: 33.33%;
    float: left;
  }

  .page #page_reform .col3_wrap .col3_item:nth-child(3n) {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .page #page_reform .reform-list .place h5 {
    font-size: 16px;
  }
}

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

  .page #page_reform .reform-list .place .col4_wrap .col4_item,
  .page #page_reform .reform-list .place .col2_wrap .col2_item {
    width: 49%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .page #page_reform .reform-list .place .col4_wrap .col4_item:nth-child(2n),
  .page #page_reform .reform-list .place .col2_wrap .col2_item:nth-child(2n) {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .page #page_reform .f_size73 .rightdir {
    text-align: center;
  }

  .page #page_reform .f_size73 .rightdir img {
    max-width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .page #page_inspection #shindan-content06 .body .box p.main {
    font-size: 20px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_price #price-content02 .body {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_price #price-content02 .body .txt {
    padding: 0 43px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_lowprice .low_h3 h3 {
    padding-left: 120px;
  }
}

@media screen and (min-width: 981px) {
  .page #page_lowprice .low_h3 h3 {
    padding-left: 135px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_lowprice .low_h3 .point img {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_lowprice .maker_point {
    padding: 20px 100px 15px 15px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_lowprice .maker_point {
    padding: 50px 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_lowprice .maker_point p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_lowprice .maker_point p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page #page_lowprice #low-content01 {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_lowprice #low-content01 {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_lowprice #low-content02 .point_mb {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_lowprice #low-content02 .point_mb {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_lowprice #low-content02 .maker .maker_h4 h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 981px) {
  .page #page_lowprice #low-content02 .maker .maker_h4 h4 {
    width: 650px;
    margin: 0 auto 30px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .page #page_simulator h3.com_h3 span {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {

  .page #page_simulator #hy-content01 .txt_inner,
  .page #page_simulator #hy-content04 .txt_inner {
    float: left;
    width: 55%;
  }

  .page #page_simulator #hy-content01 figure,
  .page #page_simulator #hy-content04 figure {
    float: right;
    width: 40%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page #page_simulator #hy-content01 h4 {
    padding: 0 20px;
    margin: 0 0 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_simulator #hy-content01 .text {
    padding: 0 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_simulator #hy-content02 .fukidashi {
    padding: 0 0 40px 160px;
    background: url(images/page/simulator_icon-sagyouin.png) no-repeat left bottom;
  }

  .page #page_simulator #hy-content02 .fukidashi .text {
    background: url(images/page/simulator_fukidashi.png) no-repeat right center/100% 100%;
    padding: 40px 40px 40px 80px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_simulator #hy-content02 .fukidashi .text {
    background-color: #fdffe1;
    border: solid 1px #e3ef04;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_simulator #hy-content03 .txt_inner {
    float: right;
    width: 55%;
  }

  .page #page_simulator #hy-content03 figure {
    float: left;
    width: 40%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page #page_flow #flow-content01 .no_h4 h4 img {
    width: 35px;
  }
}

@media screen and (min-width: 981px) {
  .page #page_flow #flow-content01 .no_h4 h4 img {
    width: 50px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_flow #flow-content01 .no_h4 h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_flow #flow-content01 .no_h4 h4 span {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .page #page_flow #flow-content01 .nuri_point p.arrow_title {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_flow #flow-content01 .flow_content li {
    padding: 50px 20px 20px;
  }
}

@media print,
screen and (max-width: 767px) {
  .page #page_flow #flow-content01 .flow_content li .content_inner {
    padding: 2px;
  }
}

@media screen and (max-width: 980px) {
  .page #page_flow #flow-content01 .flow_content li .flow_list p.sub_t {
    font-size: 22px;
  }
}

@media print,
screen and (min-width: 768px) {
  .page #page_flow #flow-content01 .flow_content li h3 {
    margin-top: -40px;
  }
}

@media screen and (min-width: 768px) {
  .page #page_coaking .com_pad {
    padding: 1em;
  }
}

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

  .page #page_coaking #caulking-content01 h4,
  .page #page_coaking #caulking-content02 h4,
  .page #page_coaking #caulking-content03 h4,
  .page #page_coaking #caulking-content04 h4,
  .page #page_coaking #caulking-content05 h4,
  .page #page_coaking #caulking-content06 h4,
  .page #page_coaking #caulking-content07 h4,
  .page #page_coaking #caulking-content08 h4,
  .page #page_coaking #caulking-content09 h4,
  .page #page_coaking #caulking-content10 h4,
  .page #page_coaking #caulking-content11 h4,
  .page #page_coaking #caulking-content12 h4 {
    font-size: 16px;
  }
}

@media print,
screen and (min-width: 768px) {
  .page #page_warranty .jio_title h3 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  .page #page_warranty #insurance-content02 .des {
    text-align: center;
    font-size: 2em;
  }
}

/* single_pager --
--------------------------------------------------------------　*/
.single_pager {
  display: block;
  clear: both;
  overflow: hidden;
}

.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;
  border: solid 1px #ddd;
}

.single_pager a p br {
  display: block;
}

.single_pager a:hover {
  background: #c9efc6;
  font-weight: bold;
}

.single_pager #prev,
.single_pager #next {
  display: block;
}

.single_pager #prev {
  float: left;
}

.single_pager #next {
  float: right;
  text-align: right;
}

/* category --
--------------------------------------------------------------　*/
.category #category_toryo section.page-content {
  margin-bottom: 60px;
}

.category #category_toryo section.page-content .toryo_banner {
  background: #33a7ee url(images/page/toryo_c_toryo_bg01.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.category #category_toryo section.page-content .toryo_banner .banner_txt {
  padding-left: 40%;
}

.category #category_toryo #toryo-content01 h3 {
  text-align: center;
  margin-bottom: 30px;
}

.category #category_toryo #toryo-content01 .f_size64 {
  margin-bottom: 30px;
}

.category #category_toryo #toryo-content01 .f_size64.none {
  margin-bottom: 0;
}

.category #category_toryo #toryo-content01 .f_size64 .leftdir p {
  line-height: 1.85;
  color: #fff;
}

.category #category_toryo #toryo-content01 .f_size64 .leftdir p span {
  color: #ffe38d;
}

.category #category_toryo #toryo-content01 .f_size64 .rightdir {
  text-align: right;
}

.category #category_toryo #toryo-content01 .type_content {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  position: relative;
  padding: 30px;
}

.category #category_toryo #toryo-content01 .type_content .type_h3 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}

.category #category_toryo #toryo-content01 .table-list table th,
.category #category_toryo #toryo-content01 .table-list table td {
  vertical-align: middle;
}

.category #category_toryo #toryo-content01 .table-list table th {
  background-color: #00882f;
  color: #fff;
}

.category #category_toryo #toryo-content01 .table-list table td.title {
  min-width: 12em;
}

.category #category_toryo #toryo-content02 {
  padding-top: 50px;
  position: relative;
}

.category #category_toryo #toryo-content02 h3 {
  position: absolute;
  top: 0;
  left: 0;
}

.category #category_toryo #toryo-content02 h3 img {
  width: auto;
}

.category #category_toryo #toryo-content02 .content02_inner {
  background: #2f9428;
  padding: 30px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.category #category_toryo #toryo-content02 .content02_inner .osusume_list {
  padding: 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin-bottom: 20px;
}

.category #category_toryo #toryo-content02 .content02_inner .osusume_list ul li:nth-child(1) {
  margin-bottom: 15px;
}

.category #post_default ul li {
  margin-bottom: 20px;
}

.category #post_default ul li .day {
  font-size: 0.9em;
}

.category #post_default ul li .post_h4 {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-shadow: 0 0 5px white;
  padding: 10px 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #f3f9f5, #f3f9f5 3px, #c9efc6 3px, #c9efc6 7px);
  background: repeating-linear-gradient(-45deg, #f3f9f5, #f3f9f5 3px, #c9efc6 3px, #c9efc6 7px);
}

.category #post_default ul li .rightdir,
.category #post_default ul li .leftdir {
  margin-bottom: 0;
}

.category #post_default ul li .see_more {
  text-align: right;
}

.category #post_default ul li .see_more a {
  display: inline-block;
  background: #01408e;
  color: #fff;
  padding: 2px 5px;
  margin-top: 9px;
}

.category #post_col2 .col2_wrap .col2_item {
  border: solid 1px #ddd;
}

.category #post_col2 .col2_wrap .col2_item:hover {
  background: #ecf7eb;
}

.category #post_col2 .col2_wrap .col2_item .post_img_block {
  position: relative;
}

.category #post_col2 .col2_wrap .col2_item .post_h4 {
  position: relative;
  padding: 0.6em;
  background: #ddd;
  font-size: 1.2em;
  font-weight: bold;
}

.category #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;
}

.category #post_col2 .col2_wrap .col2_item .post_txt_block {
  padding: 1em;
}

.category #post_col2 .col2_wrap .col2_item .day,
.category #post_col2 .col2_wrap .col2_item .des {
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content01 {
    background: #33a7ee;
    padding: 30px 10px;
  }
}

@media screen and (min-width: 768px) {
  .category #category_toryo #toryo-content01 {
    background: #33a7ee url(images/page/toryo_c_biz_bg.png) no-repeat 50% 0%;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content01 .f_size64 .rightdir {
    text-align: center;
  }
}

@media print,
screen and (max-width: 767px) {

  .category #category_toryo #toryo-content01 .table-list table th,
  .category #category_toryo #toryo-content01 .table-list table td {
    display: list-item;
    list-style: none;
    padding: 7px;
    width: 100%;
  }
}

@media print,
screen and (max-width: 767px) {
  .category #category_toryo #toryo-content01 .table-list table th {
    display: none;
  }
}

@media print,
screen and (max-width: 767px) {
  .category #category_toryo #toryo-content01 .table-list table td.title {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #00882f;
    color: #fff;
  }

  .category #category_toryo #toryo-content01 .table-list table td.time {
    font-size: 1em;
  }

  .category #category_toryo #toryo-content01 .table-list table td.time:before {
    content: "耐久年数  ";
  }
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content02 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .category #category_toryo #toryo-content02 .content02_inner {
    padding: 50px 30px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list ul {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list ul {
    padding-left: 70%;
  }
}

@media screen and (min-width: 981px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list ul {
    padding-left: 65%;
  }
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg01 {
    background: #fff url(images/page/toryo_c_osusume01.png) no-repeat 0% 0%;
    background-size: 140% auto;
  }
}

@media screen and (min-width: 768px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg01 {
    background: #fff url(images/page/toryo_c_osusume01.png) no-repeat 0% 0%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg02 {
    background: #fff url(images/page/toryo_c_osusume02.png) no-repeat 0% 0%;
    background-size: 140% auto;
  }
}

@media screen and (min-width: 768px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg02 {
    background: #fff url(images/page/toryo_c_osusume02.png) no-repeat 0% 0%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg03 {
    background: #fff url(images/page/toryo_c_osusume03.png) no-repeat 0% 0%;
    background-size: 140% auto;
  }
}

@media screen and (min-width: 768px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg03 {
    background: #fff url(images/page/toryo_c_osusume03.png) no-repeat 0% 0%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg04 {
    background: #fff url(images/page/toryo_c_osusume04.png) no-repeat 0% 0%;
    background-size: 140% auto;
  }
}

@media screen and (min-width: 768px) {
  .category #category_toryo #toryo-content02 .content02_inner .osusume_list.bg04 {
    background: #fff url(images/page/toryo_c_osusume04.png) no-repeat 0% 0%;
    background-size: auto 100%;
  }
}

@media print,
screen and (max-width: 767px) {

  .category #post_default ul li .rightdir img,
  .category #post_default ul li .leftdir img {
    margin-bottom: 7px;
  }
}

@media print,
screen and (min-width: 768px) {
  .category #post_default ul li .see_more a .dashicons {
    margin-top: 3px;
  }
}

.archive #page_staff .staff_message {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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: #00882f;
  border-top: solid 3px #00882f;
  border-bottom: solid 1px #00882f;
  padding: 15px 0;
  text-align: center;
}

.archive #page_staff .staff_message p {
  font-weight: bold;
}

.archive #page_staff .staff-profile .profile table {
  margin-bottom: 20px;
}

.archive #page_staff .staff-profile .profile table tr th {
  width: 6em;
  text-align: center;
  vertical-align: middle;
}

.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 #00882f 5px;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.archive #page_staff .staff_list article .text {
  margin-bottom: 30px;
}

.archive #page_staff .staff_list article .album .col3_wrap {
  height: 72px;
  overflow: hidden;
}

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

.archive #page_faq .faq_links ul li a {
  font-size: 0.9em;
  display: block;
  background: #01408e;
  color: #fff;
  padding: 10px;
}

.archive #page_faq .faq_list h3 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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;
  border-bottom: dashed 1px #ddd;
  padding: 1px 0;
}

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

@media screen and (max-width: 980px) {
  .archive #page_staff .staff_message .staff_h3 h3 {
    font-size: 22px;
  }
}

@media print,
screen and (min-width: 768px) {
  .archive #page_staff .staff_message p {
    text-align: center;
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .archive #page_staff .staff_list article h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .archive #page_staff .staff_list article .text p {
    margin-left: 25px;
  }
}

@media print,
screen and (min-width: 768px) {
  .archive #page_staff .staff_list article .album .col3_wrap {
    height: 170px;
  }
}

@media print,
screen and (min-width: 768px) {
  .archive #page_faq .faq_links ul li {
    float: left;
    margin-right: 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;
  }
}

.post-type-archive-case #page_case .case_message,
.single-case #case_post .case_message {
  background: #f2f2f2;
  padding: 1em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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 #01408e;
  border-bottom: solid 2px #01408e;
  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%;
}

.post-type-archive-case #page_case .single_case_ph li .img_wrap,
.single-case #case_post .single_case_ph li .img_wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.post-type-archive-case #page_case .single_case_ph li p,
.single-case #case_post .single_case_ph li p {
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  width: 5em;
  text-align: center;
  background: #010101;
  color: #fff;
  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: #01408e;
  color: #fff;
  right: 0;
  bottom: 0;
}

.post-type-archive-case #page_case .construction_scenery,
.single-case #case_post .construction_scenery {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  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 {
  border: solid 1px #ddd;
  padding: 5px;
  font-weight: bolder;
}

.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: #ecf7eb;
  padding: 1em;
}

.post-type-archive-case #page_case .entry_content h4,
.single-case #case_post .entry_content h4 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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;
}

.post-type-archive-case .entry_content h4 {
  margin-bottom: 10px;
}

.post-type-archive-case .entry_content.ec_normal {
  display: none;
}

.tax-area .more_btn,
.tax-ctype .more_btn,
.tax-cmaterial .more_btn,
.tax-ccolor .more_btn,
.post-type-archive-case .more_btn {
  margin-top: 20px;
  display: block;
  padding: 7px;
  background: #444548;
  text-align: center;
  color: #fff;
}

/*.tax-area .more_btn a,
.tax-ctype .more_btn a,
.tax-cmaterial .more_btn a,
.tax-ccolor .more_btn a,
.post-type-archive-case .more_btn a {
  display: block;
  padding: 7px;
  background: #444548;
  text-align: center;
  color: #fff; }*/

@media print,
screen and (max-width: 767px) {
  .post-type-archive-case .single_case_tab {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .post-type-archive-case .more_btn .dashicons {
    margin-top: 3px;
  }
}

.post-type-archive-voice #page_voice .voice_message,
.single-voice #voice_post .voice_message {
  background: #f2f2f2;
  padding: 1em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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 #01408e;
  border-bottom: solid 2px #01408e;
  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;
}

.post-type-archive-voice #page_voice .single_voice_ph li p,
.single-voice #voice_post .single_voice_ph li p {
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding: 5px 10px;
  width: 5em;
  text-align: center;
  background: #010101;
  color: #fff;
}

.post-type-archive-voice #page_voice .single_voice_ph li p.after,
.single-voice #voice_post .single_voice_ph li p.after {
  background: #01408e;
  color: #fff;
}

.post-type-archive-voice #page_voice .entry_content,
.single-voice #voice_post .entry_content {
  max-width: 100%;
  background: #ecf7eb;
  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: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho",
    "YuMincho", "游明朝体", "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,
.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;
  }
}

/* page -- insurance
--------------------------------------------------------------　*/
#page_insurance .insurance_main {
  background: url(images/page/insurance_main_head_bg.png) 50% 0 no-repeat;
  background-size: auto 100%;
}

#page_insurance .insurance_apply .com_h4 {
  background: #323232;
  padding: 1em;
  margin-bottom: 20px;
}

#page_insurance .insurance_apply .com_h4 img {
  vertical-align: bottom;
}

#page_insurance .insurance_des {
  padding: 1em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3f5ab+33,f8ffe8+99 */
  background: #e3f5ab;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3f5ab 33%, #f8ffe8 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e3f5ab 33%, #f8ffe8 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e3f5ab 33%, #f8ffe8 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3f5ab', endColorstr='#f8ffe8', GradientType=0);
  /* IE6-9 */
}

#page_insurance .insurance_des img {
  width: 100%;
  margin-top: 20px;
}

#page_insurance .insurance_case .com_h4 {
  margin-bottom: 20px;
}

#page_insurance .insurance_case .com_h4 img {
  width: 100%;
}

#page_insurance .insurance_case .col2_wrap .col2_item {
  background: #f2f2f2;
  padding: 1em;
}

#page_insurance .insurance_case .col2_wrap .col2_item .f_size55 {
  margin-bottom: 0.5em;
  overflow: hidden;
}

#page_insurance .insurance_case .col2_wrap .col2_item .f_size55 .leftdir {
  width: 48%;
  float: left;
}

#page_insurance .insurance_case .col2_wrap .col2_item .f_size55 .leftdir img {
  width: 100%;
}

#page_insurance .insurance_case .col2_wrap .col2_item .f_size55 .rightdir {
  width: 48%;
  float: right;
}

#page_insurance .insurance_case .col2_wrap .col2_item .f_size55 .rightdir img {
  width: 100%;
}

#page_insurance .insurance_case .col2_wrap .col2_item .des {
  font-weight: 500;
  text-align: center;
}

#page_insurance .insurance_case .col2_wrap .col2_item .des strong {
  font-weight: 700;
  font-size: 1.2em;
}

#page_insurance .insurance_case .col2_wrap .col2_item .des strong:first-child {
  color: red;
}

#page_insurance .insurance_case .col2_wrap .col2_item .des strong:last-child {
  display: block;
  margin-top: 10px;
}

#page_insurance .faq_list ul {
  overflow: hidden;
}

#page_insurance .faq_list ul li {
  margin-top: 20px;
}

#page_insurance .faq_list ul li h4 {
  font-weight: bolder;
  border-bottom: dashed 1px #ddd;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

#page_insurance .message {
  background: #e5f02f;
  font-family: "M PLUS 1p";
  padding: 1em;
  font-size: 1.5em;
}

@media print,
screen and (min-width: 768px) {
  #page_insurance .message {
    text-align: center;
  }
}

.fn1_h3 {
  background: #00882f;
  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 #00882f;
}

.cn_h3 {
  border-top: solid 1px #01408e;
  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: #01408e;
  font-weight: 600;
  margin-bottom: 0 !important;
}

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

.cn_h3 h3 span.or {
  color: #00882f;
}

.single .entry_content p.mb20,
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.cs_h3 h3 {
  font-size: 30px;
  color: #01408e;
  text-align: center;
  font-style: oblique;
  margin-bottom: 30px;
  font-weight: bold;
}

.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: #00882f;
}

.singlesignature p {
  margin: 0.5em 0;
}

/* 塗料追加コンテンツ------------ */
.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;
  }
}

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

.single #single_superselan .single_h2,
.single #single_superselan .day,
.single #single_superselan .single_h3,
.single #single_alesdynamictop .single_h2,
.single #single_alesdynamictop .day,
.single #single_alesdynamictop .single_h3,
.single #single_semiflon .single_h2,
.single #single_semiflon .day,
.single #single_semiflon .single_h3,
.single #single_lumistage .single_h2,
.single #single_lumistage .day,
.single #single_lumistage .single_h3 {
  display: none;
}

.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: flex;
    justify-content: space-between;
    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_premium .com_btm,
.single #single_semiflon .com_btm {
  margin-bottom: 20px;
}

.single #single_premium img,
.single #single_semiflon img {
  width: auto;
  margin: 0 0 20px;
}

.single #single_premium p,
.single #single_semiflon p {
  margin: 0 0 1em;
}

.single #single_premium h3,
.single #single_semiflon h3 {
  border-top: solid 3px #00882f;
  border-bottom: solid 3px #00882f;
  color: #00882f;
  padding: 10px;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.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_premium h5,
.single #single_semiflon h5 {
  padding: 0.5em;
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  background: rgba(21, 101, 192, 0.4);
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.single #single_premium h5:before,
.single #single_semiflon h5:before {
  content: "●";
  color: white;
  margin-right: 8px;
}

.single #single_premium .page_links,
.single #single_semiflon .page_links {
  overflow: hidden;
}

.single #single_premium .page_links li,
.single #single_semiflon .page_links li {
  margin-bottom: 5px;
}

@media print,
screen and (max-width: 767px) {

  .single #single_premium .page_links li.col4_item,
  .single #single_semiflon .page_links li.col4_item {
    width: 49%;
    float: left;
  }

  .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_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_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: flex;
  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 {
  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 {
    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: #00882f;
  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;
  }
}

#post-1982 h2 {
  background: #00882f;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

#post-1982 h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

#post-1982 h4 {
  background: #f8bb42;
  padding: 10px;
  margin-bottom: 10px;
}

#post-1982 .market_intro h3 {
  border: solid 1px #00882f;
  padding: 10px;
}

#post-1982 .market_intro small {
  display: block;
  text-align: center;
}

#post-1982 .market_example h3 {
  background: #404040;
  padding: 10px;
  color: #fff;
}

@media print,
screen and (min-width: 980px) {
  #post-1982 .market_example .f_size46 {
    max-height: 153px;
    overflow: hidden;
  }
}

#post-1982 .market_example .rightdir table {
  width: 100%;
}

#post-1982 .market_example .rightdir table th,
#post-1982 .market_example .rightdir table td {
  padding: 5px;
}

#post-1982 .market_example .rightdir table th a,
#post-1982 .market_example .rightdir table td a {
  color: #f58518;
  text-decoration: underline;
  word-wrap: break-word;
  display: inline-block;
}

#post-1982 .market_example .rightdir table th img,
#post-1982 .market_example .rightdir table td img {
  margin-bottom: 5px;
}

#post-1982 .market_example .rightdir table th {
  width: 3em;
}

#post-1982 .market_example .rightdir table td.priceno {
  color: #c02e35;
  font-weight: bolder;
}

#post-1982 .balloon_mes {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

#post-1982 .balloon_mes .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

#post-1982 .balloon_mes .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

#post-1982 .balloon_mes .chatting {
  width: 100%;
}

#post-1982 .says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

#post-1982 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

#post-1982 .says p {
  margin: 0;
  padding: 0;
}

#post-1982 .market_market table {
  margin-bottom: 20px;
}

#post-1982 .market_market table th,
#post-1982 .market_market table td {
  vertical-align: middle;
  text-align: center;
}

#post-1982 .market_market table td {
  color: #c02e35;
  font-weight: bolder;
}

.banner_certification {
  margin-bottom: 20px;
}

/*　マットスプレー */

.postid-5487 .matspraytop {
  margin-bottom: 30px;
}

.postid-5487 .matspraytop img {
  margin: 0 auto;
  padding-bottom: 20px;
}

.postid-5487 .matspray-pattern h3,
.postid-5487 .matspray-color h3 .postid-5487 .matspray-danmen h3 {
  border-top: solid 3px #00882f;
  border-bottom: solid 3px #00882f;
  color: #00882f;
  padding: 10px;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.postid-5487 .col2_wrap {
  margin: 30px 0;
}

.postid-5487 .matspray-color .col4_wrap .col4_item p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}

.postid-5487 .matspray-color .matspray-color-caution p {
  text-align: left;
  font-weight: normal;
  color: #5f5f5f;
  margin-bottom: 30px;
}

.postid-5487 .matspray-color img {
  margin: 0 auto;
}

@media print,
screen and (max-width: 767px) {
  .postid-5487 .col4_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }

  .postid-5487 .col4_wrap .col4_item {
    width: 49%;
    height: 150px;
    float: left;
    margin-bottom: 4vh;
  }

  .postid-5487 .col4_wrap .col4_item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  .postid-5487 .col4_wrap .col4_item:nth-child(2n + 1) {
    clear: left;
  }
}

.page-template-page-area #mainvisualarea_btm p {
  font-size: 32px;
  font-weight: 900;
}

@media print,
screen and (max-width: 767px) {
  .page-template-page-area #mainvisualarea_btm p {
    font-size: 18px;
  }
}

.page-template-page-area #mainvisualarea_btm p span {
  color: #00882E;
}

.page-template-page-area #maincolumn #top_reason table th,
.page-template-page-area #maincolumn #top_reason table td {
  border: 0;
}

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

#top_areapage h3 {
  margin-bottom: 0;
  font-weight: bold;
}

#top_areapage h4 {
  background: #F2F3F4;
  padding: 10px;
  margin-top: 30px;
  font-weight: bold;
}

#top_areapage .col2_wrap .col2_item {
  margin-top: 20px;
  margin-bottom: 0;
}

#top_areapage .col2_wrap .col2_item h5 {
  border-bottom: solid 1px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 17px;
}

#top_areapage h3 {
  font-size: 22px;
}

#top_areapage h4 {
  font-size: 20px;
}

@media print,
screen and (min-width: 768px) {
  #top_areapage h3 {
    font-size: 25px;
  }

  #top_areapage h4 {
    font-size: 25px;
  }

  #top_areapage h5 {
    font-size: 20px;
  }
}

.com_area a {
  color: #1d7d16;
}

.com_area {
  background: #e2ffe0;
  color: #1d7d16;
  padding: 30px 0;
}

.com_area table tr th,
.com_area table tr td {
  vertical-align: middle;
  background: #e2ffe0;
  border: 0;
}

bo .com_area table tr th {
  width: 30%;
  text-align: center;
}

.com_area table tr td {
  width: 70%;
}

.com_area table tr th img {
  display: inline-block;
  width: auto;
}

.com_area p.area_title {
  color: #00882f;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

@media print,
screen and (max-width:767px) {

  .com_area table tr th,
  .com_area table tr td {
    display: block;
    width: 100%;
  }

  .com_area table tr th {
    text-align: center;
    margin-bottom: 30px;
  }
}



.home #maincolumn #top_reason .shikaku {
  text-align: center;
  margin-top: 40px;
}

.home #maincolumn #top_reason .shikaku>img {
  width: 80%;
}

.home #maincolumn #top_reason #shikaku_list {
  background-color: #fff;
  padding: 20px 0;
  margin: 20px;
  border: 5px solid rgba(0, 132, 61, 0.8);
}

@media print,
screen and (min-width: 768px) {
  #top_reason #shikaku_list {
    margin: 0 20px 20px;
  }
}

#top_reason #shikaku_list .shikaku_title {
  text-align: center;
}

#top_reason #shikaku_list .shikaku_title h3 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
}

#top_reason #shikaku_list .shikaku_title h3 {
  font-weight: 800;
  font-size: 1.5em;
  color: #00843D;
  font-family: "M PLUS 1p";
}

#top_reason #shikaku_list .shikaku_title h3:before {
  left: 0;
}

#top_reason #shikaku_list .shikaku_title h3:before,
#top_reason #shikaku_list .shikaku_title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25%;
  height: 2px;
  background-color: #00843D;
}

#top_reason #shikaku_list .shikaku_li_col4_wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top_reason #shikaku_list .shikaku_li_col4_wrap .shikaku_li_col4_item {
  width: 23%;
  padding: 5px;
  margin-bottom: 5px;
}

@media print,
screen and (max-width: 767px) {
  #top_reason #shikaku_list .shikaku_li_col4_wrap .shikaku_li_col4_item {
    width: 50%;
    font-size: 1rem;
  }
}

#shikaku_list img {
  width: 100%;
  border: 1px solid #ccc;
}

#shikaku_list p {
  font-size: 0.9em;
  font-weight: bold;
}

.slider-wrapper {
  background: url(../img/mv-bg02.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide.slide_sp {
  display: none;
}

.slide.slide_pc {
  display: block;
}

@media print,
screen and (max-width: 480px) {
  .slider-wrapper {
    padding-top: 51px;
    padding-bottom: 0;
  }

  .slide.slide_sp {
    display: block;
  }

  /*.bx-wrapper .bx-viewport{
      height: 170px !important;
    }*/
  .slide.slide_pc {
    display: none;
  }
}

.slider-wrapper {
  overflow: hidden;
}

.slider {
  position: relative;
  left: calc((100% - 1180px) / 2);
  /* (100vw - SlideWidth) / 2 */
  overflow: visible !important;
}

@media print,
screen and (max-width: 480px) {
  .slider {
    left: 0;
    /* (100vw - SlideWidth) / 2 */
  }
}

.slide.slide_pc {
  width: 1180px !important;
  height: 376;
}

@media print,
screen and (max-width: 480px) {
  .slide.slide_sp {
    width: 100vw !important;
    height: 520px;
  }
}

.slide p {
  width: 80%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #999;
  color: #EEE;
}

/* bxSlider */
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}

/*showroom*/
.mbno {
  margin-bottom: 0 !important;
}

.showroom-form table {
  table-layout: fixed;
  width: 100%;
}

.showroom-form th {
  background: #efefef;
  width: 200px;
  vertical-align: top;
}

.showroom-form td {
  width: calc(100% - 200px);
}

.showroom-form .must th,
.showroom-form .want th {
  position: relative;
}

.showroom-form .must th::after,
.showroom-form .want th::after {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 4px;
  border-radius: 2px;
  text-align: center;
  letter-spacing: .2em;
  position: absolute;
  top: 20px;
  right: 15px;
}

.showroom-form .must th::after {
  content: '必須';
  background: #ef3b3b;
}

.showroom-form .want th::after {
  content: '任意';
  background: #ccc;
}

.showroom-form .must td input,
.showroom-form .must td select {
  background: #fff1f9;
  border: none;
  padding: 4px 10px;
}

.showroom-form .want td select {
  background: #efefef;
  border: none;
  padding: 4px 10px;
}

.showroom-form textarea {
  width: 100%;
  border: none;
  background: #efefef;
  padding: 4px 10px;
}

.showroom-form .mwform-checkbox-field label {
  white-space: nowrap;
}

.showroom-form .memo {
  margin-top: 30px;
}

.showroom-form .memo .tel {
  font-size: 1.2em;
}

.showroom-form .btn {
  text-align: center;
}

.showroom-form .btn input[type="submit"] {
  background: #26268a;
  color: #fff;
  font-size: 18px;
  padding: 8px 60px;
  border-radius: 8px;
  border: none;
}

.showroom-form .btn input[type="submit"]:hover {
  opacity: 0.8;
}

@media print,
screen and (max-width:767px) {

  .showroom-form th,
  .showroom-form td {
    width: 100%;
    display: block;
  }

  .showroom-form input[type="text"],
  .showroom-form input[type="email"] {
    width: 100%;
  }
}

.showroom-form .your-day,
.showroom-form .your-day2,
.showroom-form .your-day3 {
  margin-bottom: 10px;
}

@media print,
screen and (min-width:768px) {
  .showroom-form .candidate {
    display: inline-block;
    margin-right: 4px;
  }
}

@media print,
screen and (max-width:767px) {
  .showroom-form .candidate {
    display: inline-block;
    margin-top: 10px;
  }
}

#showroomtitlearea {
  background: url("./images/frame/showroom-kvbg.png") 50% 50% no-repeat;
  background-size: auto 100%;
}

@media print,
screen and (max-width:767px) {
  #showroomtitlearea {
    margin-top: 51px;
  }
}

#showroom-point {
  padding: 30px 0;
}

#showroom-point h4 {
  color: #187639;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media print,
screen and (min-width:768px) {
  #showroom-point h4 {
    display: flex;
    align-items: center;
  }

  #showroom-point h4::before,
  #showroom-point h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #187639;
  }
}

@media print,
screen and (max-width:767px) {
  #showroom-point h4 span {
    display: block;
    font-size: 24px
  }
}

#showroom-point {
  counter-reset: num;
}

#showroom-point h5 {
  margin-bottom: 20px;
  font-weight: bold;
  height: 40px;
  font-size: 18px;
  position: relative;
  padding-left: 60px;
}

#showroom-point h5::before {
  font-weight: bold;
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #187639;
  border-radius: 4px;
  color: #fff;
  padding: 0 4px;
}

#showroom-point h5::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #187639;
}

#showroom-point .f_size55 {
  margin-bottom: 30px;
}

#showroom-promise {
  background: #fdf9e7;
  border: solid 4px #187639;
  padding: 0 15px;
}

@media print,
screen and (max-width:767px) {
  #showroom-promise {
    padding-top: 30px;
  }
}

#showroom-promise p.img,
#showroom-promise p.img img {
  margin-bottom: 0;
}

#showroom-promise p.img {
  border: solid 4px #fff;
}

#showroom-promise p.txt {
  font-size: 20px;
  font-weight: bold;
  background: #fdf9e7;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 0, transparent 4px);
  border: solid 4px #fff;
}

@media print,
screen and (max-width:767px) {
  #showroom-promise p.txt {
    font-size: 24px;
  }
}

#showroom-promise p.txt span {
  color: #187639;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

#showroom-promise h3 {
  position: relative;
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 60px;
}

#showroom-promise h3 .small {
  font-size: 24px;
}

#showroom-promise h3 .number {
  background: #187639;
  color: #fff;
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 10px;
}

#showroom-promise h3::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -20px;
  width: 150px;
  height: 2px;
  background: #187639;
  left: 50%;
  transform: translateX(-50%);
}

@media print,
screen and (max-width: 767px) {
  #showroom-promise h3 {
    font-size: 32px;
  }

  #showroom-promise h3 .small {
    font-size: 22px;
  }

  #showroom-promise h3 .number {
    height: 40px;
    width: 40px;
    margin-right: 5px;
  }

  #showroom-promise p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

#showroom-info h3,
#showroom-contact h3 {
  padding: 4px 0;
  font-size: 32px;
  background: #187639;
  color: #fff;
  margin-bottom: 30px;
}

@media print,
screen and (max-width: 767px) {

  #showroom-info h3,
  #showroom-contact h3 {
    font-size: 28px;
  }
}

#showroom-info p {
  margin-bottom: 0;
}

#showroom-contact .linkuline {
  text-decoration: underline;
}

#showroom-contact p {
  margin-bottom: 30px;
}

#showroom-contact table,
#showroom-contact tbody,
#showroom-contact tr {
  display: table;
  width: 100%;
}

#top_reason #shikaku_list .shikaku_li_col3_wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top_reason #shikaku_list .shikaku_li_col3_wrap .shikaku_li_col3_item {
  width: 32%;
  padding: 5px;
  margin-bottom: 5px;
}

@media print,
screen and (max-width: 767px) {
  #top_reason #shikaku_list .shikaku_li_col3_wrap .shikaku_li_col3_item {
    width: 50%;
    font-size: 1rem;
  }
}

.tax-area .case_list ul,
.tax-ctype .case_list ul,
.tax-cmaterial .case_list ul,
.tax-ccolor .case_list ul,
.post-type-archive-case .case_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tax-area .case_list ul li,
.tax-ctype .case_list ul li,
.tax-cmaterial .case_list ul li,
.tax-ccolor .case_list ul li,
.post-type-archive-case .case_list ul li {
  width: 48%;
  margin-right: 0;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.tax-area .case_list ul li h3,
.tax-ctype .case_list ul li h3,
.tax-cmaterial .case_list ul li h3,
.tax-ccolor .case_list ul li h3,
.post-type-archive-case .case_list ul li h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  padding: 0 7px;
  max-height: 62px;
  min-height: 62px;
  font-size: 16px;
}

.tax-area .case_list ul li .img,
.tax-ctype .case_list ul li .img,
.tax-cmaterial .case_list ul li .img,
.tax-ccolor .case_list ul li .img,
.post-type-archive-case .case_list ul li .img {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  /* 比率 */
  margin-bottom: 7px;
}

.tax-area .case_list ul li .img img.object-fit,
.tax-ctype .case_list ul li .img img.object-fit,
.tax-cmaterial .case_list ul li .img img.object-fit,
.tax-ccolor .case_list ul li .img img.object-fit,
.post-type-archive-case .case_list ul li .img img.object-fit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.tax-area .more_btn,
.tax-ctype .more_btn,
.tax-cmaterial .more_btn,
.tax-ccolor .more_btn,
.post-type-archive-case .more_btn {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {

  .tax-area .case_list ul li,
  .tax-ctype .case_list ul li,
  .tax-cmaterial .case_list ul li,
  .tax-ccolor .case_list ul li,
  .post-type-archive-case .case_list ul li {
    width: 32%;
  }
}

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

  .tax-area .case_list ul li h3,
  .tax-ctype .case_list ul li h3,
  .tax-cmaterial .case_list ul li h3,
  .tax-ccolor .case_list ul li h3,
  .post-type-archive-case .case_list ul li h3 {
    font-size: 18px;
    max-height: 72px;
    min-height: 72px;
  }
}

#case_tags>li.case_tag {
  display: flex;
  background: #ff6f00;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

@media print,
screen and (max-width:767px) {
  #case_tags>li.case_tag {
    margin-right: 4px;
    padding: 0 4px;
  }

  #case_tags>li.case_tag:last-of-type {
    margin-right: 0;
  }
}

#case_tags li.case_tag ul {
  display: none;
}

#case_tags li.case_tag.view {
  padding-bottom: 15px;
  display: block;
}

#case_tags li.case_tag.view ul {
  display: block;
  background: rgba(255, 255, 255, 1);
  padding: 4px 8px;
  border-radius: 4px;
}

#case_tags>li.case_tag ul li {
  display: inline-block;
  margin-right: 15px;
}

#case_tags>li.case_tag ul li a {
  color: #441e01;
  text-decoration: underline;
}

.faq-cat-wrap h4 {
  font-size: 18px;
  border-bottom: #00843D solid 2px;
  margin-bottom: 7px;
}

.case-tax-index {
  font-size: 20px;
  position: relative;
  padding: 8px 16px;
  border-bottom: 6px solid #00882e;
  margin-bottom: 15px;
  font-weight: bold;
  color: #110f77;
  background: #e5f02f;
}

.case-tax-index:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #55ad38;
}

.tax-area #maincolumn section.case_message,
.tax-ctype #maincolumn section.case_message,
.tax-cmaterial #maincolumn section.case_message,
.tax-ccolor #maincolumn section.case_message {
  margin-bottom: 15px;
}

.tax-area .case_list ul,
.tax-ctype .case_list ul,
.tax-cmaterial .case_list ul,
.tax-ccolor .case_list ul {
  justify-content: flex-start;
}

@media print,
screen and (min-width:768px) {

  .tax-area .case_list ul li,
  .tax-ctype .case_list ul li,
  .tax-cmaterial .case_list ul li,
  .tax-ccolor .case_list ul li {
    margin-right: 2%;
  }

  .tax-area .case_list ul li:nth-of-type(3n),
  .tax-ctype .case_list ul li:nth-of-type(3n),
  .tax-cmaterial .case_list ul li:nth-of-type(3n),
  .tax-ccolor .case_list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media print,
screen and (max-width:767px) {

  .tax-area .case_list ul li:nth-of-type(odd),
  .tax-ctype .case_list ul li:nth-of-type(odd),
  .tax-cmaterial .case_list ul li:nth-of-type(odd),
  .tax-ccolor .case_list ul li:nth-of-type(odd) {
    margin-right: 4%;
  }
}

#com_outcome ul li h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  padding: 4px 7px;
  line-height: 1.5;
  max-height: 62px;
}

#com_outcome ul li .img {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  /* 比率 */
}

#com_outcome ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

#com_outcome ul li .txt table td {
  padding: 2px 6px 0;
  border: solid 1px #ddd;
  width: 100%;
  overflow: hidden;
  height: 25px;
}

#com_outcome ul li .txt .des {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  height: 84px;
}

@media screen and (max-width: 767px) {
  .top_h3 h3 {
    font-size: 34px;
  }

  #com_pricelist .top_h3 .icon_r {
    top: -15px;
  }

  .page-template-page-area .top_h3 h3 {
    font-size: 30px;
    padding-left: 60px;
  }

  #com_outcome ul li h4 {
    max-height: 50px;
    padding: 2px 7px;
  }

  .page-template-page-area #maincolumn #top_reason ul li table th,
  .page-template-page-area #maincolumn #top_reason ul li table td.link {
    padding: 0;
  }

  .page-template-page-area #maincolumn #top_reason ul li table td p {
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 768px) {
  .page-template-page-area .certification.mb15 {
    margin-bottom: 30px;
  }
}

.page-template-page-area #maincolumn .shikaku {
  text-align: center;
  margin: 15px 15px 0 15px;
}

.page-template-page-area #maincolumn .shikaku>img {
  width: 80%;
}

.page-template-page-area #maincolumn #shikaku_list {
  background-color: #fff;
  padding: 20px 0;
  border: 5px solid rgba(0, 132, 61, 0.8);
}

#com_outcome ul li .txt table td {
  height: 25px;
}

#com_outcome ul li .txt .des {
  height: 100px;
}

@media print,
screen and (min-width: 768px) {
  #com_outcome ul li .txt table th {
    width: 25%;
  }

  .page-template-page-area #maincolumn #shikaku_list {
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 1024px) {
  #com_outcome ul li .txt table th {
    width: 30%;
  }
}

.page-template-page-area #shikaku_list .shikaku_title {
  text-align: center;
  margin-bottom: 15px;
}

.page-template-page-area #shikaku_list .shikaku_title h3 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
}

.page-template-page-area #shikaku_list .shikaku_title h3 {
  font-weight: 800;
  font-size: 1.5em;
  color: #00843D;
  font-family: "M PLUS 1p";
}

.page-template-page-area #shikaku_list .shikaku_title h3:before {
  left: 0;
}

.page-template-page-area #shikaku_list .shikaku_title h3:before,
.page-template-page-area #shikaku_list .shikaku_title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25%;
  height: 2px;
  background-color: #00843D;
}

.page-template-page-area #shikaku_list .shikaku_li_col3_wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-page-area #shikaku_list .shikaku_li_col3_wrap .shikaku_li_col3_item {
  width: 32.5%;
  padding: 5px;
  margin-bottom: 5px;
}

@media print,
screen and (max-width: 767px) {
  .page-template-page-area #shikaku_list .shikaku_li_col3_wrap .shikaku_li_col3_item {
    width: 49%;
    font-size: 1rem;
  }
}

.page-template-page-area #shikaku_list img {
  width: 100%;
  border: 1px solid #ccc;
}

.page-template-page-area #shikaku_list p {
  font-size: 13px;
  font-weight: bold;
}

.page-template-page-area #maincolumn #top_col3 {
  background: url(images/top/top_col3bg.png) 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.page-template-page-area #maincolumn #top_col3 .col3_wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-template-page-area #maincolumn #top_col3 {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-page-area #maincolumn #top_col3 {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-area #maincolumn #top_col3 .col3_wrap .col3_item {
    text-align: center;
  }

  .page-template-page-area #maincolumn #top_col3 .col3_wrap .col3_item img {
    width: 145px;
  }

  .page-template-page-area #maincolumn #top_col3 .col3_wrap .col3_item:nth-child(1) {
    width: 100%;
  }

  .page-template-page-area #maincolumn #top_col3 .col3_wrap .col3_item:nth-child(2),
  .page-template-page-area #maincolumn #top_col3 .col3_wrap .col3_item:nth-child(3) {
    width: 50%;
    float: left;
  }
}

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

#areatop_company .comp_btn a {
  display: block;
  background: #00882f;
  color: #fff;
  text-align: center;
  padding: 15px;
}

#com_voice ul.top_voicecol li h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  #com_voice ul.top_voicecol li h4 {
    height: 48px;
  }
}

/*20211124追記*/
@media screen and (max-width: 767px) {
  #com_outcome ul li .txt table td {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
  }
}

/* 2025/03/07 見出しタグ編集 */
#com_voice .voice_title h2 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #com_voice .voice_title h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  #com_voice .voice_title h2 {
    padding-top: 10px;
    text-align: center;
  }
}

#com_voice ul.top_voicecol li h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  color: #00882f;
}

@media screen and (max-width: 767px) {
  #com_voice ul.top_voicecol li h3 {
    font-size: 15px;
  }
}

#com_voice ul.top_voicecol li h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  #com_voice ul.top_voicecol li h3 {
    height: 48px;
  }
}

#top_reason #shikaku_list .shikaku_title h2 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
}

#top_reason #shikaku_list .shikaku_title h2 {
  font-weight: 800;
  font-size: 1.5em;
  color: #00843D;
  font-family: "M PLUS 1p";
}

#top_reason #shikaku_list .shikaku_title h2:before {
  left: 0;
}

#top_reason #shikaku_list .shikaku_title h2:before,
#top_reason #shikaku_list .shikaku_title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25%;
  height: 2px;
  background-color: #00843D;
}

.top_h3 h2 {
  border-top: solid 5px #00882f;
  border-bottom: solid 3px #00882f;
  padding: 10px 0 15px;
  font-weight: 800;
  font-size: 40px;
  color: #00882f;
  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 h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 34px;
  }

  .top_h3 h2 img {
    width: 150px;
  }

  .page-template-page-area .top_h3 h2 {
    font-size: 30px;
    padding-left: 60px;
  }
}

#com_outcome ul li h3 {
  margin-bottom: 7px;
  font-size: 18px;
  background: #00882f;
  color: #fff;
  text-align: center;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  padding: 4px 7px;
  line-height: 1.5;
  max-height: 62px;
}

@media print,
screen and (max-width: 767px) {
  #com_outcome ul li h3 {
    font-size: 14px;
    max-height: 50px;
    padding: 2px 7px;
  }
}

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

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

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

  #com_pricelist .top_h3 h2 small {
    font-size: 20px;
    display: block;
    padding-top: 30px;
  }
}

#com_pricelist h3 {
  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 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.home #maincolumn #top_greet .greet_inner h2 {
  margin-bottom: 10px;
}

#sidecolumn #text-3 .textwidget h4 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

#sidecolumn #text-3 .textwidget .side_toryo_logo h3 {
  color: #00882f;
  font-weight: 500;
  font-family: "M PLUS 1p";
  font-size: 1.7em;
}

/* 2025/06/02 修正複数 */
.slider-wrapper.--nonslide .slide.slide_pc {
  width: 100% !important;
}

.slider-wrapper.--nonslide .slide.slide_pc img {
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  #sp_globalnaviarea_wrap {}

  #sp_globalnaviarea_wrap ul#main-nav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 4px solid #eb6100;
  }

  #sp_globalnaviarea_wrap ul#main-nav>li {
    flex: 1 1 auto;
    position: relative;
  }

  #sp_globalnaviarea_wrap ul#main-nav>li::before {
    content: "";
    display: block;
    height: 60%;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }

  #sp_globalnaviarea_wrap ul#main-nav>li:last-of-type:before {
    display: none
  }

  #sp_globalnaviarea_wrap ul#main-nav>li a {
    display: block;
    color: #2d2d2d;
    text-align: center;
    padding: 10px;
    font-weight: 700;
  }

  #pagetitlearea {
    margin-top: 95px;
  }

  .home .slider-wrapper {
    padding-top: 95px;
  }

  .scrolling_wrap_cta {
    padding: 15px 10px;
  }

  .scrolling_wrap_cta .text {
    background: #00882f;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
  }

  .scrolling_wrap__tel01 {
    color: #f70506;
    font-size: 36px;
    font-weight: bold;
    padding: 20px 0;
    display: block;
    line-height: 1.2;
  }

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

  .scrolling_wrap__tel01 .dashicons-phone {
    font-size: 40px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    transform: translateY(-4px);
  }

  .scrolling_wrap__tel01 small {
    color: #010101;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 5px;
  }

  .scrolling_wrap__tel02,
  .scrolling_wrap__contact,
  .scrolling_wrap__showroom {
    color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 18px;
  }

  .scrolling_wrap__tel02 {
    background: #01408e;
    border-bottom: 5px solid #003873;
  }

  .scrolling_wrap_cta .btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .scrolling_wrap__contact {
    background: #ff7f00;
    border-bottom: 5px solid #cc6600;
  }

  .scrolling_wrap__showroom {
    background: #53AB00;
    border-bottom: 5px solid #3b7f00;
  }
}

.fix-menu table th .telno {
  font-size: 1.1rem;
}

.fix-menu table th .telno .dashicons-phone,
.fix-menu table th .telno .dashicons-store {
  margin-top: 2px;
}

.fix-menu table th small {
  display: block;
  line-height: 1.3;
}

/* 20251021キャンペーンページ作成 */
#page_campaign section {
  margin-bottom: 6em;
}
.pagetitlearea--campaign {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pagetitlearea--campaign img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.page-id-19041 #pagetitlearea {
  padding: 0;
  background: none;
}
.page-id-19041 #pagetitlearea .mainwrap {
  width: 100%;
  max-width: none;
}
@media print,
screen and (max-width: 767px) {
  .pagetitlearea--campaign {

  }
}
#page_campaign .button_content___ a {
  background: #00882F;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 20px 25px 10px;
  color: #FFF;
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
  font-weight: 600;
  flex-direction: column;
  border-radius: 8px;
  border-bottom: solid 5px #016d01;
  box-sizing: border-box;
}
#page_campaign .button_content___ a span {
  background: #fff;
  width: 80%;
  text-align: center;
  position: absolute;
  top: -15px;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 0.8rem;
  color: #000;
  border-radius: 5px;
}
#page_campaign .button_content___ a span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#page_campaign .button_content___ a:hover {
  border-bottom-color: #016d01;
  transform: translateY(3px);
}
#page_campaign .tel_button_area .tel_button_content {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: #ECF7EB;
  border-radius: 15px;
  padding: 1.5em;
}
#page_campaign .tel_button_area .tel_button_content > * {
  flex: 1 1 50%;
  max-width: 50%;
}
#page_campaign .tel_button_area .tel_button_content .c-tel___area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#page_campaign .c-tel___area .slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
}
#page_campaign .c-tel___area .slash::before,
#page_campaign .c-tel___area .slash::after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0px 4px 4px;
  background-color: #00882F;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
#page_campaign .c-tel___area .slash::before {
  transform: rotate(45deg);
}
#page_campaign .c-tel___area .slash::after {
  transform: rotate(-45deg);
}
#page_campaign .c-tel___area {
  font-size: 1.5em;
  font-weight: bold;
  color: #00882F;
}
#page_campaign .c-tel___area .tel_n___ a {
    font-weight: 800;
    color: #00882f;
    font-size: 1.5em;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 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, rgba(0, 0, 0, .5) 3px 3px 3px;
}
#page_campaign .c-tel___area .time___ p {
  font-weight: bold;
  font-size: 0.8em;
  text-shadow: none;
  color: #000;
}
#page_campaign #c-form_area {
  scroll-margin-top: 100px;
}
#page_campaign .c-custom_area h2.c-custom_ttl {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
#page_campaign .c-custom_area h2.c-custom_ttl::after {
  content: '';
  background-color: #015428;
  width: 2em;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#page_campaign .c-custom_area .c-custom_inner {
  background: #fff;
  border-radius: 15px;
  padding: 2em;
  margin-bottom: 2em;
}
#page_campaign .c-custom_area {
  background: #f1f1f1;
  padding: 2.5em 1.5em;
}
#page_campaign h3.c-company_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  font-weight: bolder;
  border-bottom: solid 3px #00882f;
  padding-bottom: 7px;
}
#page_campaign .c-company_detail .___warp {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
  margin-bottom: 2em;
}
#page_campaign .c-company_detail .___warp > * {
  flex: 1 1 50%;
  max-width: 50%;
} 
#page_campaign .c-company_detail .___warp img,
#page_campaign .c-company_detail .___warp iframe {
  width: 100%;
  object-fit: cover;
  border: 0;
}
#page_campaign h3.c-form_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  font-weight: bolder;
  border-bottom: solid 3px #00882f;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  #page_campaign h3.c-company_ttl,
  #page_campaign h3.c-form_ttl {
    font-size: 30px;
  }
  #page_campaign .form_wrap table th {
    min-width: 15em;
    max-width: 15em;
  }
  #page_campaign .sp_view {
    display: none;
  }
}
#page_campaign .form_wrap input,
#page_campaign .form_wrap textarea  {
  border: solid 1px #ddd;
  padding: 7px;
}
#page_campaign .form_wrap .require {
    color: #c1272d;
    margin-left: 10px;
    font-weight: bolder;
    font-size: 0.8em;
}
#page_campaign .form_wrap table th {
  vertical-align: top;
}
#page_campaign .form_wrap .pp {
  margin-bottom: 1em;
}
#page_campaign .form_wrap .pp,
#page_campaign .form_wrap .btn {
  text-align: center;
}
#page_campaign .form_wrap .btn input[type="submit"] {
  padding: 10px 30px;
}
#page_campaign .form_wrap table {
  width: 100%;
  word-wrap: break-word; 
  word-break: break-all; 
  margin-bottom: 1em;
}
#page_campaign .form_wrap table td .your-name,
#page_campaign .form_wrap table td .your-message {
  width: 100% !important;
}

@media print,
screen and (max-width: 767px) {
  #page_campaign .tel_button_area .tel_button_content {
    flex-direction: column;
    gap: 10px;
  }
  #page_campaign .tel_button_area .tel_button_content > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
  #page_campaign .c-tel___area {
    font-size: 1.2em;
  }
  #page_campaign .button_content___ a {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 60px 10px;
  }
  #page_campaign .button_content___ a span {
    width: 90%;
  }
  #page_campaign .tel_button_area .tel_button_content .c-tel___area {
    margin-bottom: 1em;
  }
  #page_campaign .c-company_detail .___warp {
    flex-direction: column;
  }
  #page_campaign .c-company_detail .___warp > * {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  }
  #page_campaign .form_wrap table th {
    min-width: 6em;
    max-width: 6em;
  }
  #page_campaign section {
  margin-bottom: 4em;
  }
  #page_campaign .form_wrap .require {
    margin-left: 0;
  }
}