/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #333333;
    font-size: 16px;
    line-height: 1.4;
}
body {
	margin: 0;
	padding: 0;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 1rem;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Commons styles
   ========================================================================== */
a{text-decoration: none;}
a:focus, *:focus { outline:none;}
a[href^="tel:"] {
    cursor: default;
}
img{border: 0px;}
p,h1,h2,h3,h4,h5{margin: 0;padding: 0}
ul,li,dl{margin: 0;padding: 0;list-style: none}
.fc_red_01{color: #ff0000}
.fc_brown{color: #91203e!important}
.fc_ore{color: #fb701d}
.fc_blue{color: #0d4fc7}
.fc_green{color: #00a06e!important}
.fc_green_2{color: #1a7f5d!important}

.fs_50{font-size: 50px}
.fs_46{font-size: 46px}
.fs_41{font-size: 41px}
.fs_40{font-size: 40px}
.fs_38{font-size: 38px}
.fs_37{font-size: 37px}
.fs_36{font-size: 36px}
.fs_31{font-size: 31px}
.fs_30{font-size: 30px!important}
.fs_28{font-size: 28px}
.fs_26{font-size: 26px}
.fs_24{font-size: 24px}
.fs_20{font-size: 20px}
.fs_22{font-size: 22px}
.fs_18{font-size: 18px}
.fs_15{font-size: 15px}
.fs_16{font-size: 16px}
.fs_14{font-size: 14px}
.fs_13{font-size: 13px}
.fs_12{font-size: 12px}
.fw_n{font-weight: normal}
.b{font-weight: 600}
.mt70{margin-top: 70px!important}
.mt60{margin-top: 60px!important}
.mt50{margin-top: 50px!important}
.mt40{margin-top: 40px!important}
.mt30{margin-top: 30px!important}
.mt20{margin-top: 20px!important}
.mt16{margin-top: 16px!important}
.mt10{margin-top: 10px!important}
.ml20{margin-left: 20px!important}
.ml6{margin-left: 6px!important}
.ml4{margin-left: 4px!important}

.pt10{padding-top: 10px!important}
.pt20{padding-top: 20px!important}
.tx_cent{text-align: center}
.tx_und{text-decoration: underline}
.disp_blk{display: block}
.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-wrap_par{
	flex-wrap: wrap;
　　 display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;	
	display: flex;		
}
.flex_jus_cent{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  	-webkit-justify-content: center; /* Safari */
  	justify-content:         center;
}
.wrap_max{
	width: 1200px;
	margin: 0 auto;
}
.wrap_1000{
	width: 1000px;
	margin: 0 auto;
}
.wrap_1200{
	width: 1200px;
	margin: 0 auto;
}
.wrap_843{
	width: 843px;
	margin: 0 auto;
}
.wrap_800{
	width: 800px;
	margin: 0 auto;
}
.hover{
	transition-property: all;
  	transition: 0.1s linear;
	display: block
}
.hover:hover{
	opacity: 0.75;
}
.pc{display: block}
.sp{display: none!important}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.cent_obj img{
	display: block;
	margin: 0 auto;
}
.sec_pad{
	padding: 75px 0
}
.sec_pad_t{
	padding: 75px 0 0
}
.sec_pad_b{
	padding: 0 0 75px
}
.h_type_1{
	font-size: 42px;
	font-weight: bold;
	color: #00a06e;
	text-align: center;
	position: relative;	
}
.h_type_1::after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 78px;
	height: 5px;
	background-color: #fdd000
}
.under .h_type_1::before{
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #d2d2d2
}

.h_type_2{
	padding-top: 23px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #d2d2d2
}
.h_type_2::before{
	content: "";
	position: absolute;
	top: -2px;
	width: 78px;
	height: 3px;
	background-color: #fdd000
}
.h_type_3{
	width: 88%;
	margin: 0 auto;
	padding-top: 24px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #d2d2d2;
	text-align: center;
}
.h_type_3::before{
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	width: 78px;
	height: 3px;
	margin: auto;
	background-color: #fdd000
}
.h_type_4{
	padding-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
}

.bod_type_1{
	border: 1px solid #0dc788
}
.bod_type_2{
	border: 1px solid #0d4fc7
}
.bg_type_1 {
	background-image: url("../img/news_bg.jpg");
}
.bg_type_2 {
    background-image: url(../img/filename.png);
}
.btn_type_1{
	text-align: center
}
.btn_type_1 a{
	font-size: 18px;
	font-weight: bold;
	padding: 4px 24px;
	color: #FFFFFF;
	background-color: #00a06e;
	box-shadow:2px 2px 2px 1px #bcbcbc;
	border-radius: 3px
	
}
.marker_01 {
background: linear-gradient(transparent 70%, #00a06e 70%);
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.move_area{
	width: 100%;
	min-width: 1200px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
header.top{
	width: 100%;
	height: auto;
	padding: 6px 6px 16px;
	display: flex;
	background: #FFFFFF	
}
.logo_catch{
	font-size: 13px;
	color: #00a06e
}
.logo_catch:last-of-type{
	color: #000000;
}
header img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto
}
header.top .info{
	width: calc(100% - 420px);
	display: flex;
	justify-content: flex-end;
	align-items: center
}
header.top .info div:first-child {
	margin-right: 20px;
}
.info div:first-child p{
	margin-top: 8px;
	padding: 2px 8px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #1a7f5d;
	border-radius: 3px
}
nav.t_menu{
	width: 100%;
	background-color: rgba(26,127,93,.80);
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.3);
}
nav.t_menu ul{
	width: 100%;
	display: flex;
	justify-content: flex-end	
}
nav.t_menu ul li{
	width: 178px;
}
nav.t_menu ul li a{
	padding: 20px 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}
nav.t_menu ul li a span{
	font-size: 12px;
	font-weight: normal;
}
nav.t_menu ul li a::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #77A476
}
nav.t_menu ul li.current-menu-item,
.single-news nav.t_menu ul li:nth-child(7),
.wall-paint nav.t_menu ul li:nth-child(3),
.roof-rainleak nav.t_menu ul li:nth-child(3),
.water-work nav.t_menu ul li:nth-child(3),
.care-reform nav.t_menu ul li:nth-child(3),
.exterior-carport nav.t_menu ul li:nth-child(3),
.archive:not(.post-type-archive-news) nav.t_menu ul li:nth-child(4) a{
	background-color: #fdd000
}
nav.t_menu ul li.current-menu-item a,
.single-news nav.t_menu ul li:nth-child(7) a,
.wall-paint nav.t_menu ul li:nth-child(3) a,
.roof-rainleak nav.t_menu ul li:nth-child(3) a,
.water-work nav.t_menu ul li:nth-child(3) a,
.care-reform nav.t_menu ul li:nth-child(3) a,
.exterior-carport nav.t_menu ul li:nth-child(3) a,
.archive:not(.post-type-archive-news) nav.t_menu ul li:nth-child(4) a{
	color: #00a06e
}
.slide-down {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50%  0;
  animation-duration: .5s;
  top: -116px;
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -116px;
  }
}
.slide-up {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .5s;
  top: 0;
}
@keyframes slideDown {
  0% {
    top: -116px;
  }
  100% {
    top: 0;
  }
}
#fsv{
	min-width: 1200px;
	padding-top: 50px;
	position: relative;
}
#fsv img.bg_fsv{
	width: 100%;
	height: auto
}
#fsv .mostinfo{
	width: 776px;
	height: auto;
	padding: 20px;
	background-color: rgba(26,127,93,.70);
	position: absolute;
	right: 0;
	top: 300px;
}
#fsv .mostinfo h2{
	line-height: 48px;
	font-size: 26px;
	color: #FFFFFF
}
#fsv .mostinfo section {
	margin-top: 20px;
	align-items: center
}
#fsv .mostinfo section div:not(:last-child){
	padding-right: 20px;
}
#santoku_pnt h2 span{
	color: #333333
}
#santoku_pnt .san_vox{
	margin-top: 70px;
}
#santoku_pnt .san_vox div{
	width: 33.33333%;
	height: auto;
	padding: 36px 20px 20px;
	margin-right: 10px;
	background-color: #44a68f;
}
#santoku_pnt .san_vox div:last-child{
	margin-right: 0
}
#santoku_pnt .san_vox div h3{
	font-size: 33px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center
}
#santoku_pnt .san_vox div img{
	display: block;
	margin: 26px auto 20px;
	max-width: 100%;
	height: auto
}
#santoku_pnt .san_vox p{
	color: #FFFFFF;
}
#news, #works {
	width: 100%;
	height: auto;
	padding: 55px 0;
}
#news h2,
#works h2{
	margin-bottom: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	text-align: center
}
#news h2 img,
#works h2 img{
	display: block;
	margin-right: 10px
}
.ns_body {
	background-color: #FFFFFF;
	padding: 12px 24px 24px;
	margin-bottom: 40px;	
}
.ns_body dl {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.ns_body dl dt,
.ns_body dl dd{
	padding: 0 10px 10px;
	margin-top: 16px;
	border-bottom: 1px dashed #ADADAD
}
.ns_body dl dt {
	width: 16%;
	color: #00a06e	
}
.ns_body dl dt a{
}
.ns_body dl dd {
	width: 84%;
	margin: 16px 0 0
}
.ns_body dl dd a {
	color: inherit
}
#reno .rn_voxs{
	margin-top: 70px;
	justify-content: center
}
#reno .rn_voxs section{
	width: 49.5%;
	overflow: hidden;
	margin-bottom: 1%;
}
#reno .rn_voxs section .in_vx{
	width: 100%;
}
#reno .rn_voxs section .in_vx main {
	width: 100%;
}
#reno .rn_voxs section .in_vx main h3{
	font-size: 31px;
	text-shadow:1px 1px 1px #363636;
	text-align: center;
	color: #FFFFFF;
	line-height: 42px;
}
#reno .rn_voxs section .in_vx main a {
	display: block;
	width: 100%;
	padding: 63px 90px;	
}
#reno .rn_voxs section .in_vx main a .linez {
	padding: 14px 0;
	border: 2px solid #ffffff;
	z-index: 9;	
	height: 282px;
	position: relative
}

#reno .rn_voxs section .in_vx main aside{
	width: 242px;
	margin: 10px auto;
	font-size: 23px;
	font-weight: bold;
	color: #545454;
	text-align: center;
	background-color: #FFFFFF
}
#reno .rn_voxs section .in_vx main div.woup{
	margin: 10px auto;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-shadow:1px 1px 1px #363636;	
}
#reno .rn_voxs section .in_vx main div.rn_btn{
	display: block;
	width: 170px;
	height: 40px;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto
}
#reno .rn_voxs section .in_vx main div.rn_btn img{
	display: block;
	width: 100%;
	height: auto;
}

#reno .rn_voxs section:nth-child(odd){
	margin-right: 1%
}
#reno .rn_voxs section:first-child{
	background-image: url("../img/rn_vox_1.jpg")
}
#reno .rn_voxs section:nth-child(2){
	background-image: url("../img/rn_vox_2.jpg")
}
#reno .rn_voxs section:nth-child(3){
	background-image: url("../img/rn_vox_3.jpg")
}
#reno .rn_voxs section:nth-child(4){
	background-image: url("../img/rn_vox_4.jpg")
}
#reno .rn_voxs section:nth-child(5){
	background-image: url("../img/rn_vox_5.jpg")
}
#reno .rn_voxs section:nth-child(5) .in_vx main a .linez{
	height: 240px;
}
.reform_works_archive #reno .rn_voxs section .in_vx {
    width: 100%;
}
.reform_works_archive #reno .rn_voxs section .in_vx main a .linez{
	width: 100%;
	border: none;
	position: relative;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
}
.reform_works_archive #reno .rn_voxs section .in_vx main h3{
	width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: inherit;
}
.reform_works_archive #reno .rn_voxs section .in_vx main div.rn_btn {
    display: flex;
    width: 170px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}
.reform_works_archive #reno .rn_voxs section:nth-child(3) .in_vx main h3{
	line-height: 44px;
}
.reform_works_archive #reno .rn_voxs section:nth-child(3) .in_vx main div.rn_btn,
.reform_works_archive #reno .rn_voxs section:nth-child(5) .in_vx main div.rn_btn{
	margin: 30px auto 0;
}

#works .wks_voxs{
	margin-bottom: 40px
}
#works .wks_voxs div.wks_vx{
	width: 20%;
	margin-right: 24px;
	box-shadow:1px 1px 1px 1px #a0a0a0;
	background-color: #FFFFFF;
	background-image: url("../img/arrow_1.png");
	background-position: 96% 96%;
	background-repeat: no-repeat
}
#works .wks_voxs div.wks_vx a{
	color: inherit
}
#works .wks_voxs div.wks_vx:last-child{
	margin-right: 0;
}
#works .wks_voxs div.wks_vx div.picvox{
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#works .wks_voxs div.wks_vx div.picvox img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#works .wks_voxs div.wks_vx div.loop_in{
	margin: 14px auto 36px;
	padding: 0 12px;
}
#works .wks_voxs div.wks_vx div.loop_in span{
	display: block;
	font-size: 12px
}
#banz a img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}
#most {
	position: relative;
}
#most .mostinfo{
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 776px;
	height: 253px;	
	padding: 20px;
	background-color: rgba(26,127,93,.85);
	z-index: 10000;	
}
#most .mostinfo h2{
	line-height: 48px;
	font-size: 26px;
	color: #FFFFFF
}
#most .mostinfo section {
	margin-top: 20px;
}
#most .mostinfo section div:first-child{
	margin-right: 20px;
}
#most .mostinfo img.mst_close{
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: block;
}
footer{
	padding: 34px 0 14px;
	background-color: #FFFFFF;
	border-top: 4px solid #00a06e;
}
footer img{
	display: block;
	max-width: 100%;
	height: auto
}
footer .ft_cover{
	margin-bottom: 34px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
footer .ft_cover section:not(:last-child){
	margin-right: 20px;
}
footer .cp{
	text-align: center;
	font-size: 12px;
}
/*-----------------------------------------------------------
下層ページ
-----------------------------------------------------------*/
.under #fsv {
    padding-top: 116px;
	margin-bottom: 50px
}
.und_heade .uh_vox{
	padding-top: 70px
}
.und_heade .uh_vox div{
	width: 50%
}
.und_heade .uh_vox div.uh_tex {
	position: relative
}
.und_heade .uh_vox div.uh_tex h3{
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 3px;
	color: #1a7f5d;
}
.und_heade .uh_vox div.uh_tex img.on_medal {
    position: absolute;
    top: -36px;
    right: 2px;
    max-width: 28%;
}
.wall-paint .und_heade .uh_vox div.uh_tex img.on_medal {
    position: absolute;
    top:0;
    right: 122px;
    max-width: 100%;
	width: 30%;
}
.und_heade .uh_vox div.uh_tex h3 span{
	padding: 0px 14px;	
	border: 1px solid #1a7f5d
}
.exterior-carport .und_heade .uh_vox div.uh_tex h3 span{
	display: block;
	width: 82%;
	padding: 0px 14px;	
	border: 1px solid #1a7f5d
}
.und_heade .uh_vox div.uh_tex h4{
	margin: 10px 0 2px;
	font-size: 23px;
}
.und_heade .uh_vox div.uh_tex mark{
	padding: 17px 6px 4px;
	font-size: 23px;
	color: #FFFFFF;
	background-color: #0dc788
}
.und_heade .uh_vox div.uh_tex mark.m_blue{
	background-color: #0d4fc7
}
.und_heade .uh_vox div.uh_tex p{
	margin-top: 4px;
	line-height: 30px
}
.und_heade .uh_vox div.uh_pix{
	padding-left: 10px
}

#wl_p_sec_1 .und_secbg{
}
.und_secbg{
	margin-top: 44px;	
	padding: 27px 0;
	background-color: #fdf9f5;
	box-shadow:2px 2px 2px 1px #d6d6d6;
}
.und_secbg section{
	display: flex;
	justify-content: center;
	align-items: flex-end
}
.und_secbg section div:first-child{
	margin-right: 38px;
	position: relative
}
.und_secbg section div:first-child::after{
	content: "";
	width: 103px;
	height: 63px;
	position: absolute;
	right: -60px;
	top: 50px;
	background: url("../img/wt_p_arrow.png") no-repeat
}
.und_secbg .ud_sec_info{
	margin-top: 10px;
	padding: 0 40px;
}
.und_secbg .ud_sec_info h4{
	font-size: 20px;
	font-weight: normal;
	color: #13a374
}
.und_secbg .ud_sec_info p{
	font-weight: bold;
}
.und_secbg.unsec_2 {
    padding: 27px 38px 60px;
}
.unsec_2 div.un_2_inn{
	display: flex;
}
.unsec_2 div.un_2_inn section{
	width: 50%;
	position: relative	
}
.unsec_2 div.un_2_inn section:first-of-type{
	margin-right: 38px
}
.unsec_2 div.un_2_inn section h4{
	width: 240px;
	height: 28px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin:auto;	
	padding: 2px 0;
	background: #1a7f5d;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal
}
.unsec_2 div.un_2_inn section div img{
	width: 100%;
	height: auto
}
#wl_p_sec_1 .und_secbg:last-of-type.unsec_2 div.un_2_inn section:first-of-type {
	width: 100%;
    margin-right: 0;
}
#wl_p_sec_2 .bod_type_1,
#rr_sec_2 .bod_type_2{
	font-size: 20px;
	margin: 36px 0;
	padding: 12px ;
	line-height: 30px
}
#wl_p_sec_2 article div,
#rr_sec_2 article div{
	width: 33.33333%;
	padding-right: 27px;
	padding-bottom: 27px
}
#wl_p_sec_2 article div img,
#rr_sec_2 article div img{
	width: 100%;
	height: auto
}
#wl_p_sec_2 article div h4,
#rr_sec_2 article div h4{
	padding: 16px 0 0 36px;
	font-size: 20px;
	font-weight: normal;
	position: relative
}
#wl_p_sec_2 article div h4::before,
#rr_sec_2 article div h4::before{
	content: "";
	width: 30px;
	height: 29px;
	position: absolute;
	left: 0;
	margin: auto;
	background-image: url("../img/und_che.png")
}
#wl_p_sec_3 article {
	margin-top: 56px
}
#wl_p_sec_3 article div {
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	position: relative;
}
#wl_p_sec_3 article div img {
	width: 100%;
	height: auto;
	position: relative;
}
#wl_p_sec_3 article div:nth-child(n+2):nth-child(-n+4)::after {
	content: "";
	width: 55px;
	height: 39px;
	position: absolute;
	top: 46px;
	left: -26px;
	background: url("../img/wt_p_arrow_2.png") no-repeat
}
#wl_p_sec_3 article div:nth-child(10)::after {
	content: "";
	width: 40px;
	height: 56px;
	margin: auto;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	background: url("../img/wt_p_arrow_3.png") no-repeat
}
#wl_p_sec_3 article div:nth-child(n+7):nth-child(-n+9)::after {
	content: "";
	width: 55px;
	height: 39px;
	position: absolute;
	top: 46px;
	left: -26px;
	background: url("../img/wt_p_arrow_4.png") no-repeat
}
.water-work .und_heade .uh_vox div.uh_tex h4 {
	font-weight: normal
}
.water-work .sep_2 div.sep_vox,
.exterior-carport .sep_2 div.sep_vox{
	margin-top: 40px
}
.sep_2 div{
	width: 50%;
}
.sep_2 div.pix{
}
.sep_2 div.pix img{
	width: 100%;
	height: auto
}
.sep_2 div.tex {
	padding-left: 60px
}
.sep_2 div.tex h4{
	font-size: 30px;
	padding: 2px 0 4px;
	border-bottom: 1px solid #d4d4d4
}
.sep_2 div.tex h4 span{
	font-size: 16px;
}
.sep_2 div.tex h4 img{
	display: block
}
.sep_2 div.tex h5{
	margin-top: 24px;
	color: #FFFFFF;
	font-weight: normal;
}
.sep_2 div.tex h5 span{
	background-color: #00a06e;
	padding: 6px 8px;
	font-size: 1rem
}
.sep_2 div.tex mark {
    padding: 17px 6px 4px;
    font-size: 23px;
    color: #0dc788;
    background-color: transparent;
}
#ww_sec_1 .sep_3,
#ww_sec_2 .sep_3{
	margin-top: 30px;
	justify-content: space-between
}
#ww_sec_1 .sep_3 div{
	width: 30.3333%;
}
.sep_3 div{
	width: 30.3333%;
}
.sep_3 div img,
.info_vox div img,
#ww_sec_2 .sep_3 div img,
#ww_banz img{
	width: 100%;
	height: auto
}
.water-work .info_vox{
	margin-top: 30px
}
.info_vox{
	padding: 6px;
	border: 1px solid #DBDBDB;
	box-shadow:1px 1px 2px 1px #eaeaea;	
}
.water-work .info_vox section div:last-child{
	padding-left: 23px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px
}
#ww_sec_2 .sep_3{
	margin-top: 0;
}
#ww_sec_2 .sep_3 div h3,
#ww_sec_3 h3{
	margin-bottom: 38px
}
#ww_sec_2 .sep_3 div img{
	margin-bottom: 20px
}
#ww_sec_2 .sep_3 div h4,
#ww_sec_3 .sep_3 div h4{
	line-height: 18px
}
#ww_sec_2 .sep_3 div p{
	margin-bottom: 10px
}
.roof-rainleak .rr_info{
	padding: 18px 12px!important;
	text-align: center
}
#rr_sec_2 .bod_type_2 {
    margin: 30px 0 10px;
}
#rr_sec_2 svg{
	width: 53px;
	height: 27px;
	display: block;
	margin: 0 auto 36px
}
#rr_sec_2 .rrs2_info_1{
	margin-bottom: 40px;
	padding: 14px;
	font-size: 18px;
	background-color: #dcdcdc;
	border-radius: 6px
}
#rr_sec_2 .rrs2_info_2{
	text-align: center;
	font-size: 27px;
	font-weight: bold
}
.care-reform .und_heade .uh_vox div.uh_tex mark {
	display: block;
    padding: 2px 4px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #0dc788;
}
.care-reform .und_heade .uh_vox div.uh_tex p {
    margin-top: 8px;
	padding: 4px 10px;
    line-height: 30px;
	background-color: #f1f1f1
}
.care-reform .und_secbg{
	position: relative;
}
.care-reform .und_secbg h3{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #fdd000;
	font-size: 20px;
	font-weight: normal
}
.care-reform .und_secbg.unsec_2 {
    padding: 64px 38px 60px;
}
#cr_sec_1 .bod_type_1 {
    font-size: 26px;
	font-weight: bold;
	text-align: center;
    margin: 36px 0;
    padding: 15px;
    line-height: 30px;
}
#cr_sec_1 div.und_secbg:last-of-type {
	padding: 27px 38px 60px;    
}
#cr_sec_1 div.und_secbg:last-of-type div.un_2_inn {
	flex-wrap: wrap;
	justify-content: center
}
#cr_sec_1 div.und_secbg:last-of-type div.un_2_inn section:first-of-type {
    margin-right: 0;
	padding-right: 38px
}
#cr_sec_1 div.und_secbg:last-of-type div.un_2_inn section:last-of-type {
    margin-top: 70px;
}
#rn_voxs section {
	margin-top: 36px;
}
#rn_voxs section div{
	width: 33.33333333333%;
	padding: 10px 24px;
}
#rn_voxs section div h4{
	font-size: 18px;
	color: #333333
}
#rn_voxs section div:nth-child(1),
#rn_voxs section div:nth-child(5){
	background-color: #fff3bc
}
#rn_voxs section div:nth-child(2),
#rn_voxs section div:nth-child(6){
	background-color: #e3f8e3
}
#rn_voxs section div:nth-child(3),
#rn_voxs section div:nth-child(4){
	background-color: #e5e5e5
}
.rct_tbl{
	margin-top: 18px;
	font-size: 18px;
	line-height: 26px;
}
.rct_tbl div{
	padding: 26px 10px;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	align-items: center;
}
.rct_tbl div.th{
	width: 22%;
	border-right: 1px solid #d2d2d2
}
.rct_tbl div.td{
	width: 78%;
}
.rct_tbl div:last-child,
.rct_tbl div:nth-last-child(2){
	border-bottom: none
}
.bus_invx section{
	margin-top: 20px;
	padding: 16px;
	background-color: #f1f1f1;
	line-height: 36px;
}
.bus_invx section.bus_4pt div{
	width: 25%;
}
.bus_invx section.bus_3pt div{
	width: 33.3333333%;
}
.bus_invx section.rct_tbl{
	background-color: transparent	
}
#voice_sec{
	height: auto;
	padding-top: 200px;	
	padding-bottom: 75px;
	margin-bottom: 75px;
	background-image: url("../img/voice_tex_bg.png"), url("../img/voice_human_bg.png"),url("../img/voice_bg.jpg.jpg");
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top center, top center, center;
}
#voice_sec article{
	width: 800px;
	height: auto;
	margin: 0 auto 34px;
	padding: 18px 30px;
	background-color: rgba(255,255,255,.9);
	border-radius: 20px;
	font-weight: bold
}
#voice_sec article:last-child{
	margin: 0 auto 0;
}
#voice_sec article img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 24px
}
#voice_sec article h2{
	font-size: 22px
}
#voice_sec article p.art_info{
	line-height: 26px
}
#archive_sec .arc_area{
	padding-top: 75px;
	width: 800px;
	margin: 0 auto;
}
#archive_sec .arc_area dl{
	width: 100%;
}
#archive_sec .arc_area dl a{
	color: inherit
}
#archive_sec .arc_area dl dt,
#archive_sec .arc_area dl dd{
	padding: 13px;
	border-bottom: 1px dotted #646464
}
#archive_sec .arc_area dl dt{
	width: 20%;
	color: #00a06e
}
#archive_sec .arc_area dl dd{
	width: 80%;
	margin: 0;	
}
#archive_sec nav{
	width: 100%;
	margin-top: 37px;
}
#archive_sec nav ul{
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
}
#archive_sec nav ul li{
	width: 54px;
	height: 54px;
	margin: 0 12px 12px 0;
	text-align: center;
	color: #00a06e;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;	
}
#archive_sec nav ul li.current{
	border: 3px solid #fdd000;
	background-color: transparent;
}
#archive_sec nav ul li:last-child{
	margin-right: 0;
}
#archive_sec nav ul li a{
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition-property: all;
  	transition: 0.1s linear;	
	background-color: #fdd000;	
}
#archive_sec nav ul li a:hover{
	opacity: .7			
}
.single .sig_date{
	margin: 14px 0 32px;
	text-align: right
}
.single #single_sec article{
}
.single #single_sec article p{
	line-height: 30px
}
.single #single_sec article img{
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	display: block
}
#contact_sec .cnt_info{
	margin: 75px auto 50px;
	padding: 20px;
	line-height: 26px;
	background-color: #f1f1f1
}
#contact_sec form article div{
	margin-bottom: 40px;
}
#contact_sec form article div.th{
	width: 26%;
	padding: 4px;
}
#contact_sec form article div.th span{
	margin-right: 8px;
	padding: 2px 6px;
	font-size: 80%;
	border-radius: 3px;
	color: #ffffff
}
#contact_sec form article div.th span.free{
	background-color: #666666
}
#contact_sec form article div.th span.req{
	background-color: #40a62a
}
#contact_sec form article div.td{
	width: 74%;
}
#contact_sec input[type="text"],
#contact_sec input[type="email"],
#contact_sec input[type="tel"],
#contact_sec input[type="url"],
#contact_sec input[type="submit"],
#conf input[type="button"],
#contact_sec button, 
#contact_sec textarea, 
#contact_sec select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact_sec input[type="text"],
#contact_sec input[type="email"],
#contact_sec input[type="url"],
#contact_sec input[type="tel"],
#contact_sec textarea {
	width: 60%;
	padding: 4px;
	border: 1px solid #7d7d7d;
	box-shadow:0px 0px 2px 2px #e5e5e5 inset;
	transition-property: all;
  	transition: 0.1s linear;
}
#contact_sec input[type="text"]:focus,
#contact_sec input[type="email"]:focus,
#contact_sec input[type="tel"]:focus,
#contact_sec input[type="url"]:focus,
#contact_sec textarea:focus {
	background-color: #f0e9e9;	
}
#contact_sec textarea {
	width: 80%;
	height: 200px
}
#contact_sec input[type="submit"], #contact_sec button{
	display: block;
	width: 194px;
	height: 52px;
	margin: 0 auto ;
	font-size: 18px;
	text-align: left;
	padding-left: 50px;
	background-color: #fdd000;
	color: #00a06e;
	font-weight: bold;	
	transition-property: all;
  	transition: 0.14s linear;
	cursor: pointer
}
#contact_sec input[type="submit"]{
	background-image: url("../img/cnt_go.png");
	background-repeat: no-repeat;
	background-position: 130px 46%
}
#contact_sec input[type="submit"]:hover, #contact_sec button:hover, #conf .rtn:hover{
	box-shadow:1px 2px 10px 0 #919191;
}
.single-post .und_heade .uh_vox {
    padding-top: 0;
}
.single-post .und_heade .uh_vox div.uh_tex {
    position: relative
}
.single-post .und_heade .uh_vox div.uh_tex p {
    margin-top: 12px;
    padding: 4px 10px;
    line-height: 32px;
    background-color: #f1f1f1;
}
.single-post .und_heade .uh_vox div.uh_pix {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}
.single-post .und_heade .uh_vox div.uh_pix {
    padding-left: 0;
}
.single-post .und_heade .uh_vox div.uh_tex {
    padding-right: 10px;
}
.single-post .und_heade aside {
    margin-top: 40px;
	justify-content: space-between
}
.single-post .und_heade aside div {
    width: 30.3333%;
}
.single-post .und_heade aside div img {
    width: 100%;
	height: auto;
}
.archive main .art_voxz {
    padding-top: 70px;
}
.archive main .art_voxz .wks_vx{
	padding-bottom: 44px;
	margin-bottom: 44px;
	border-bottom: 1px solid #d2d2d2;
}
.archive main .art_voxz .wks_vx:last-child{
	padding-bottom: 44px;
	margin-bottom: 44px;
	border-bottom: none;
}
.archive main .art_voxz .wks_vx a{
	display: flex;
	color: inherit
}
.archive main .art_voxz .wks_vx .picvox img{
	width: 300px;
	height: auto;
	object-fit: cover
}
.archive main .art_voxz .wks_vx div.loop_in {
	padding-left: 16px
}
.archive main .art_voxz .wks_vx div.loop_in span.dataz{
	display: block;
	font-size: 14px;
}
.archive main .art_voxz .wks_vx div.loop_in span.arc_tit{
	margin: 12px 0;
	display: block;
	font-size: 18px;
	font-weight: bold
}
.archive main .art_voxz .wks_vx div.loop_in span.arc_cont{
	display: block;
	line-height: 26px
}
.under .pagination {
	margin-top: 37px;
	display: flex;
	justify-content: center;
	align-items: center
}
.under .pagination span,
.under .pagination a{
	display: flex;
	justify-content: center;
	align-items: center;	
    width: 54px;
    height: 54px;
    margin: 0 12px 12px 0;
    text-align: center;
    color: #00a06e;
	font-weight: bold;
}
.under .pagination a {
    transition-property: all;
    transition: 0.1s linear;
    background-color: #fdd000;
}
.under .pagination a:hover{
	opacity: .7			
}
.under .pagination span.current {
    border: 3px solid #fdd000;
    background-color: transparent;
}
div.wpcf7 .ajax-loader {
    display: block!important;
    margin: 0 auto!important;
}
@media screen and (max-width:767px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
.fs_16 {
    font-size: 0.6rem;
}
.fs_20 {
    font-size: 1rem;
}	
.fs_24 {
    font-size: 17px;
}
.fs_30 {
    font-size: 20px!important;
}	
.fs_41 {
    font-size: 30px;
}
.fs_46 {
    font-size: 26px;
}	
.fs_50 {
    font-size: 30px!important;
}
.pc{display: none!important}
.sp{display: block!important}		
.flex_wrapper, .flex-wrap_par{
    display: block;
}
#fsv .mostinfo section.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.wrap_max,
.wrap_1200,
.wrap_1000,	
.wrap_843,
.wrap_800{
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 0 0.8rem
}
.sec_pad {
    padding: 30px 0.8rem;
}
.sec_pad_t {
    padding: 30px 0.8rem 0;
}	
.sec_pad_b {
    padding: 0 0.8rem 30px;
}	
.h_type_1 {
    font-size: 28px;
}	
.h_type_1::after {
    bottom: -20px;
}		
.h_type_2 {
    font-size: 24px;
}
.h_type_3 {
    width: 100%;
    padding-top: 18px;
    font-size: 22px;
}	
.h_type_4 {
    padding-bottom: 10px;
    font-size: 24px;
}	
.btn_type_1 a {
    font-size: 16px;
    padding: 8px 24px;
    margin: 0 auto;
    display: block;
    width: 40%;
}	
header.top {
    width: 100%;
    height: auto;
    padding: 6px 6px 16px;
    display: block;
}
header.top .logo {
    width: 80%;
}
header.top .logo span {
    display: block;
	text-align: left
}
header img {
    display: block;
    margin: 6px auto;
    max-width: 100%;
    height: auto;
}	
header.top .info {
    width: 100%;
    display: block;
	margin-top: 10px
}	
header.top .info div:first-child {
    margin-right: 0;
}	
	
#fsv {
    min-width: 100%;
	height: 17vh;	
	padding-top: 0;
    position: relative;
}
.home #fsv {
	height: 75vh;
	padding-top: 0;
}
.home #fsv .mostinfo {
    width: 100%;
    height: 101vw;
    padding: 14px;
    background-color: rgba(26,127,93,.70);
    position: absolute;
    right: 0;
	left: 0;
    top: 0;
	bottom: 0;
	margin: auto
}
.home #fsv .mostinfo section {
	flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center
}	
.home #fsv .mostinfo section img{
	width: 100%;
	height: auto
}
.home #fsv .mostinfo h2 {
    line-height: 8.6vw;
    font-size: 6vw;
}
.home #fsv .mostinfo section div{
    width: 40%;
	margin-bottom: 10px
}	
#fsv img.bg_fsv{
	width: 100%;
	height: 100%;
	object-fit: cover;
}	
.sp_ham {
    width: 60px;
    height: 60px;
	position: fixed;
	z-index: 100000;
	top: 0;
	right: 0;	
    background-color: rgba(26,127,93,.80);
	border: 1px solid #77A476;
}	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
 position: relative;
 width: 34px;
 height: 24px;
 top: 18px;	
 left: 50%;
 margin: 0 0 0 -17px
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}	
header section:last-child .sp_ham {
    float: right;
    width: 60px;
	height: 60px;
	background-color: #d32135
}
.move_area {
    width: 100%;
    min-width: 100%;
	height: 100%;
    position: relative;
    z-index: 999;
	 -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
    box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.3);	
}	
nav.t_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
    width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: rgba(26,127,93,.94);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	display: none;
}	
nav.t_menu ul {
    width: 100%;
	height: auto;
	display: block;	
}	
nav.t_menu ul li {
    width: 100%;
}	
nav.t_menu ul li a::after {
    content: "";
    position: absolute;
    top: auto;
	bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #77A476;
}	
nav.t_menu .info {
    margin: 20px auto;
}	
nav.t_menu .info img {
	display: block;
    margin: 0 auto
}	
nav.t_menu .info div:first-child p {
	text-align: center;
    margin-top: 8px;
    padding: 2px 8px;
    font-size: 15px;
    color: #FFFFFF;
    background-color: transparent;
    border-radius: 0;
}		
nav.t_menu .info div:last-child {
	display: block;
    margin-top: 20px
}	
#santoku_pnt {
    margin-bottom: 0;
}	
#santoku_pnt .san_vox {
    margin-top: 50px;
}	
#santoku_pnt .san_vox div {
    width: 100%;
    height: auto;
    padding: 14px 10px 14px;
    margin-right: 0;
	margin-bottom: 14px
}
#santoku_pnt .san_vox div h3 {
    font-size: 26px;
}	
#santoku_pnt .san_vox div img {
    display: block;
    margin: 10px auto 10px;
    max-width: 70%;
    height: auto;
}
#santoku_pnt .san_vox div:last-child{
	margin-bottom: 0
}
	
#news, #works {
    padding: 30px 0;
}	
#news h2, #works h2 {
    margin-bottom: 16px;
    font-size: 28px;
}
.ns_body {
    padding: 1rem 0.8rem;
	margin-bottom: 20px
}	
.ns_body dl {
    width: 100%;
    height: auto;
    display: block;
}	
.ns_body dl dt {
    width: 100%;
	border: none;
    padding: 0;	
}	
.ns_body dl dd {
    width: 100%;
    margin: 6px 0 0;
}	
.ns_body dl dd {
    padding: 0 0 1rem;
    border-bottom: 1px dashed #ADADAD;
}	
#reno .rn_voxs section:nth-child(odd) {
    margin-right: 0;
}	
#reno .rn_voxs section {
    width: 100%;
    margin-bottom: 14px;
}	
#reno .rn_voxs section .in_vx {
    padding: 20px;
}	
#reno .rn_voxs section .in_vx main {
    width: 100%;
    height: auto;
    padding: 0;
    border: 1px solid #ffffff;
}	
#reno .rn_voxs section .in_vx main div.rn_btn {
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}	
#reno .rn_voxs section .in_vx main div.rn_btn img {
	width: auto;
    max-width: 100%;
	margin: 0 auto
}	
#reno .rn_voxs {
    margin-top: 42px;
}	
#reno .rn_voxs section .in_vx main h3 {
    font-size: 26px;
    line-height: 30px;
}
#reno .rn_voxs section .in_vx main a .linez {
	height: auto;
    padding: 0;
    border: none;
}	
#reno .rn_voxs section .in_vx main a {
    padding: 4%;
}	
#reno .rn_voxs section .in_vx main aside {
    width: 70%;
    font-size: 20px;
}
#reno .rn_voxs section:nth-child(5) .in_vx main a .linez {
    height: auto;
}	
#works .wks_voxs div.wks_vx {
    width: 100%;
    margin-right: 0;
}
#works .wks_voxs div.wks_vx div.loop_in {
    margin: 0px auto 20px;
    padding: 16px;
}	
#works .wks_voxs div.wks_vx:last-child {
    margin-bottom: 0;
}	
#works .wks_voxs {
    margin-bottom: 30px;
}
#most .mostinfo{
	display: block;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 44px 20px 20px;
	background-color: rgba(26,127,93,.90);
}
#most .mostinfo h2{
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF
}
#most .mostinfo section {
	margin-top: 10px;
}
#most .mostinfo section div:first-child{
	margin-right: 20px;
}
#most .mostinfo img.mst_close{
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: block;
}
#most .mostinfo section img {
    max-width: 100%;
	height: auto
}	
footer {
    padding: 30px 0 10px;
    background-color: #FFFFFF;
    border-top: 4px solid #00a06e;
}	
footer .ft_cover {
	padding: 0 .8rem;
    margin-bottom: 30px;
    display: block;
}	
footer .ft_cover img {
    margin: 0 auto
}	
footer .ft_cover section:not(:last-child) {
    margin: 0 0 10px ;
}	
.und_secbg section div img,	
.und_heade .uh_vox div img{
    width: 100%;
	display: block;
	margin: 0 auto
}
.und_secbg section,
.unsec_2 div.un_2_inn{
    display: block
}	
.under #fsv {
	padding-top: 0;
    margin-bottom: 30px;
}	
.und_heade .uh_vox div {
    width: 100%;
}	
.und_heade .uh_vox {
    padding-top: 50px;
}	
.und_heade .uh_vox div.uh_tex h3 {
    font-size: 24px;
    letter-spacing: 1px;
	text-align: center
}
.und_heade .uh_vox div.uh_tex img.on_medal {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 40%;
	display: block;
	margin: 18px auto 0
}	
.und_heade .uh_vox div.uh_tex h3 span{
	padding: 4px 14px;	
}
.und_heade .uh_vox div.uh_tex h4 {
    font-size: 20px;
	text-align: center
}	
.und_heade .uh_vox div.uh_tex mark {
	display: block;
	width: 60%;
    padding: 4px 0 2px;
    font-size: 20px;
	margin: 0 auto;
    text-align: center;
}	
.und_heade .uh_vox div.uh_tex {
    padding-right: 0;
	margin-bottom: 20px
}	
.und_secbg {
    margin-top: 30px;
}	
.und_secbg section div {
   margin-bottom: 20px
}	
.und_secbg section div:first-child {
    margin-right: 0;
}		
.und_secbg section div:first-child::after {
    content: "";
    width: 60px;
    height: 107px;
	margin: auto;
    position: absolute;
	top: inherit;
    right:0;
	left: 0;
    bottom: -50px;
    background: url(../img/wt_p_arrow_sp.png) no-repeat;
}	
.und_secbg section div img,
.und_secbg section div img{
    width: 80%!important;
}
.und_secbg section div:first-child img,
.und_secbg section div:first-child img{
    width: 70%!important;
}	
.unsec_2 div.un_2_inn section {
    width: 100%;
	padding-top: 40px;	
}	
.unsec_2 div.un_2_inn section:first-of-type {
    margin-right: 0;
}	
.unsec_2 div.un_2_inn section h4 {
    width: 80%;
    height: 28px;
    position: absolute;
	top: 0px;
    bottom: inherit;
    padding: 2px 0;
}	
.und_secbg.unsec_2 {
    padding: 20px 0;
}
.roof-rainleak .und_secbg.unsec_2 {
    padding: 27px 0;
}
.roof-rainleak .unsec_2 div.un_2_inn section {
    width: 100%;
    padding-top: 0;
}
.wall-paint .und_heade .uh_vox div.uh_tex img.on_medal {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 40%;
	width: auto;
}	
#wl_p_sec_2 .bod_type_1,
#rr_sec_2 .bod_type_2 {
    font-size: 20px;
    margin: 30px 0;
    padding: 8px;
    line-height: 30px;
}
#wl_p_sec_2 article div,
#rr_sec_2 article div {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
}	
#wl_p_sec_2 article div h4,
#rr_sec_2 article div h4 {
    padding: 6px 0 0 36px;
}	
#wl_p_sec_3 article {
    margin-top: 30px;
}	
#wl_p_sec_3 article div {
    width: 70%;
	margin: 0 auto;
    padding-right: 0;
	padding-left: 0;
    padding-bottom: 20px;
}	
#wl_p_sec_3 article div:nth-child(n+2):nth-child(-n+9)::after{
    content: "";
    width: 40px;
    height: 56px;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: url(../img/wt_p_arrow_3.png) no-repeat;
}	
.water-work .sep_2 div.sep_vox,
.exterior-carport .sep_2 div.sep_vox{
    margin-top: 20px;
}
.sep_2 div {
    width: 100%;
}
.sep_2 div.tex {
    padding-left: 0;
}
.sep_2 div.tex h5 {
    margin-bottom: 10px;
}	
#ww_sec_1 .sep_3 div {
    width: 100%;
	margin-bottom: 20px
}
.water-work .info_vox section div:last-child {
	margin-top: 10px;
    padding-left: 0;
}	
.sep_3 div {
    width: 100%;
	margin-bottom: 20px;
}	
#ww_sec_2 .sep_3 div h3, #ww_sec_3 h3 {
    margin-bottom: 30px;
}
#rr_sec_2 svg {
    margin: 0 auto 30px;
}	
.exterior-carport .und_heade .uh_vox div.uh_tex h3 span {
    display: block;
    width: 100%;
}	
.care-reform .und_heade .uh_vox div.uh_tex mark {
    width: 100%;
    text-align: left;
}	
.care-reform .und_secbg.unsec_2 {
    padding: 50px 0 27px;
}	
#cr_sec_1 div.und_secbg:last-of-type {
    padding: 27px 0;
}	
#cr_sec_1 div.und_secbg:last-of-type div.un_2_inn section:first-of-type {
    margin-right: 0;
    padding-right: 0;
}
#cr_sec_1 div.und_secbg:last-of-type div.un_2_inn section:last-of-type {
    margin-top: 30px;
}	
#rn_voxs section div {
    width: 100%;
}
#rn_voxs section div:nth-child(3) {
    background-color: #fff3bc;
}	
#rn_voxs section div:nth-child(4) {
    background-color: #e3f8e3;
}	
#rn_voxs section {
    margin-top: 30px;
}	
.reform_works_archive #reno .rn_voxs section .in_vx {
    padding: 63px 0;
}
.reform_works_archive #reno .rn_voxs section:nth-child(3) .in_vx main h3 {
    line-height: inherit;
}	
.recruit .sec_pad_t {
    padding: 50px 0 0;
}	
.bus_invx section {
    margin-top: 20px;
    padding: 16px;
    background-color: #f1f1f1;
    line-height: 36px;
}	
.rct_tbl div {
    padding: 16px 0;
}	
.rct_tbl div.th,
.rct_tbl div.td {
    width: 100%;
    border-right: none;
}	
.rct_tbl div.th {
    font-weight: bold
}
.rct_tbl div:last-child, .rct_tbl div:nth-last-child(2) {
    border-bottom: 1px solid #d2d2d2;
}
.business h2{
	margin-bottom: 20px
}	
.business .sec_pad_t {
    padding: 30px 0 0;
}	
.bus_invx section.bus_4pt div,
.bus_invx section.bus_3pt div{
    width: 100%;
}	
.bus_invx section.rct_tbl {
    margin-top: 0;
	padding: 0
}
#voice_sec {
    padding-top: 100px;
	padding-bottom: 30px;
	margin-bottom: 30px;
    background-size: 100%, contain, contain;
}	
#voice_sec article {
    width: 100%;
    height: auto;
    margin: 0 auto 34px;
    padding: 18px 30px;
    background-color: rgba(255,255,255,.9);
    border-radius: 20px;
    font-weight: bold;
}
#voice_sec article:last-child {
    margin: 0 auto 0;
}	
#voice_sec article img {
    margin: 0 auto 12px;
}	
#archive_sec .arc_area {
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
}
#archive_sec .arc_area dl dt {
    width: 100%;
    border-bottom: none;
	padding-bottom: 0
}	
#archive_sec .arc_area dl dd {
    width: 100%;
}	
#contact_sec .cnt_info {
    margin: 50px auto 30px;
    padding: 10px;
}	
#contact_sec form article div {
    margin-bottom: 12px;
}	
#contact_sec form article div.td,
#contact_sec form article div.th{
    width: 100%;
}	
#contact_sec input[type="text"], #contact_sec input[type="email"], #contact_sec input[type="url"], #contact_sec input[type="tel"], #contact_sec textarea {
    width: 100%;
}	
#contact_sec button span::after {
    bottom: 2px;
}	
.single-post .und_heade .uh_vox div.uh_pix {
    height: 300px;
}	
.single-post .und_heade .uh_vox div.uh_tex {
    padding-right: 0;
}	
.single-post .und_heade aside {
    margin-top: 2%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}	
.single-post .und_heade aside div {
    width: 48%;
	margin: 0 auto 2%;
}	
.archive main .art_voxz .wks_vx a {
    display: block;
}	
.archive main .art_voxz .wks_vx .picvox img {
    width: 100%;
    height: auto;
    object-fit: cover;
}	
.archive main .art_voxz .wks_vx div.loop_in {
    padding-left: 0;
}	
.archive main .art_voxz .wks_vx:last-child {
    padding-bottom: 0;
    margin-bottom: 30px;
}	
.under .pagination {
	flex-wrap: wrap;
    justify-content: space-between;
}	
.under .pagination span, .under .pagination a {
    margin-bottom: 14px
}	
.reform_works_archive #reno .rn_voxs section .in_vx main {
    border: none;
}	
.reform_works_archive #reno .rn_voxs section:nth-child(3) .in_vx main div.rn_btn,
.reform_works_archive #reno .rn_voxs section:nth-child(5) .in_vx main div.rn_btn{
	margin: 0 auto;
}
	
	
	
	
	
	
	
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}