@charset "UTF-8";
/*
Theme Name: まごころクリーン2025
Theme URI: https://magokoro-nanai.com/
Description: まごころクリーン
Author: まごころクリーン
Author URI: https://magokoro-nanai.com/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: baseline;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.0;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: Helvetica, "新ゴ R", 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.w740{
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #fff;
	color: #1a1a1a;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
}

input{
	color: #1a1a1a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
	clear: both;
	margin-bottom: 20px;
}

palt{
	font-weight: normal;
	clear: both;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: "";
	content: none;
}

del{
	text-decoration: line-through;
}

ul,
#content ul{
	list-style: none;
}

ol,
#content ol{
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
}

em{
	color: #ff1d25;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	padding: 1.5em;
	overflow: auto;
	margin-bottom: 18px;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	vertical-align: baseline;
	line-height: 1;
	position: relative;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	width: 100%;
	background: #f6f6f6;
	color: #1a1a1a;
	font-family: Helvetica, "新ゴ R", 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 13px 15px 12px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #1a1a1a;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #00c600;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #f3f9e1;
}

::-moz-selection{
	background: #f3f9e1;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center !important;}

.screen-reader-text{
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
}

/* =404
-------------------------------------------------------------- */
#content .error404 .entry-title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	text-align: center;
	margin-bottom: 80px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

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

#branding{
	padding: 33px 50px 32px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#site-description{
	display: none;
}

#site-title{
	width: 330px;
	height: 70px;
	margin-bottom: 0;
}

#site-title a{
	width: 330px;
	height: 70px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 330px 70px;
	text-indent: -9999px;
}

.h_tel{
	position: absolute;
	top: 32px;
	right: 335px;
}

.h_tel span.num{
	display: block;
	margin-bottom: 2px;
}

.h_tel span.num a{
	display: inline-block;
	color: #00c600;
	font-weight: bold;
	font-size: 39px;
	font-size: 3.9rem;
	line-height: 1.0;
}

.h_tel span.num a:before{
	content: '';
	width: 32px;
	height: 28px;
	display: inline-block;
	background: url(images/icon_tel.png) no-repeat;
	background-size: 32px 28px;
	margin: 0 5px 0 0;
}

.h_tel dl{
	display: flex;
}

.h_tel dl dt{
	width: 60px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 7px;
}

.h_tel dl dd{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
	margin-top: 7px;
}

.h_line{
	position: absolute;
	top: 30px;
	right: 50px;
}

/* =Menu
-------------------------------------------------------------- */
#access{
	background: #00c600;
}

#access ul{
	display: flex;
	justify-content: space-between;
}

#access ul li{
	width: calc(100% / 5);
	width: -webkit-calc(100% / 5);
	line-height: 1.0;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#access ul li:nth-of-type(1){
	border-left: 1px solid #fff;
}

#access ul li a{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#access ul li a:hover{
	background: #ebf5cd;
	color: #00c600;
}

#access ul ul{
	width: 500px;
	justify-content: inherit;
	flex-flow: wrap;
	background: #fff;
	border: 1px solid #00c600;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 99999;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-left: -250px;
}

#access ul li:hover > ul{
	opacity: 1;
	pointer-events: inherit;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#access ul ul li{
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	border-right: none;
	border-left: none !important;
	border-right: 1px solid #00c600;
	border-bottom: 1px solid #00c600;
}

#access ul ul li:nth-of-type(3n){
	border-right: none;
}

#access ul ul li:nth-of-type(7),
#access ul ul li:nth-of-type(8),
#access ul ul li:nth-of-type(9){
	border-bottom: none;
}

#access ul ul li a{
	height: 40px;
	color: #00c600;
}

#access ul ul li a:hover{
	background: #ebf5cd;
}

/* =ハンバーガーメニュー
-------------------------------------------------------------- */
#t-navi{
	display: block;
	text-align: left;
}

.navi-toggle{
	width: 60px;
	height: 60px;
	display: block;
	background: #00c600;
	color: transparent;
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 10px;
	padding: 24px 15px 24px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	opacity: 0;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	transition: all .5s;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.nav_menu_v.is-animation .navi-toggle{
	opacity: 1;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.navi-toggle:hover{
	cursor: pointer;
}

.navi-toggle span{
	width: 100%;
	height: 2px;
	display: block;
	background: #fff;
	border-radius: 1px;
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.navi-toggle span:before,
.navi-toggle span:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	top: -9px;
	left: 0;
}

.navi-toggle span:after{
	top: 9px;
}

.navi-toggle.on span{
	background: transparent;
}

.navi-toggle.on span:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}

.navi-toggle.on span:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

#t-navi .t-menu{
	width: 440px;
	height: 100%;
	display: none;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 20px 20px 0 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

#t-navi h3{
	width: 280px;
	height: 59.4px;
	margin-bottom: 30px;
}

#t-navi h3 a{
	width: 280px;
	height: 59.4px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 280px 59.4px;
	text-indent: -9999px;
}

#t-navi ul{
	max-width: 600px;
	display: flex;
	flex-flow: wrap;
	margin: 0 auto;
	margin-bottom: 25px;
}

#t-navi ul li{
	width: calc((100% - 5px) / 2);
	width: -webkit-calc((100% - 5px) / 2);
	margin-right: 5px;
	margin-bottom: 5px;
}
	
#t-navi ul li:nth-of-type(2),
#t-navi ul li:nth-of-type(4),
#t-navi ul li:nth-of-type(7),
#t-navi ul li:nth-of-type(10),
#t-navi ul li:nth-of-type(13),
#t-navi ul li:nth-of-type(15){
	margin-right: 0;
}

#t-navi ul li:nth-of-type(5),
#t-navi ul li:nth-of-type(6),
#t-navi ul li:nth-of-type(7),
#t-navi ul li:nth-of-type(8),
#t-navi ul li:nth-of-type(9),
#t-navi ul li:nth-of-type(10),
#t-navi ul li:nth-of-type(11),
#t-navi ul li:nth-of-type(12),
#t-navi ul li:nth-of-type(13){
	width: calc((100% - 10px) / 3);
	width: -webkit-calc((100% - 10px) / 3);
}

#t-navi ul li:nth-of-type(14),
#t-navi ul li:nth-of-type(15){
	margin-bottom: 0;
}

#t-navi ul li a{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00c600;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	line-height: 1.0;
}

#t-navi ul li.submenu a{
	background: #ebf5cd;
	color: #00c600;
}

.t_tel{
	margin-bottom: 30px;
}

.t_tel span.num{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.t_tel span.num a{
	display: inline-block;
	color: #00c600;
	font-weight: bold;
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1.0;
}

.t_tel span.num a:before{
	content: '';
	width: 46px;
	height: 40.25px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_tel.png) no-repeat;
	background-size: 46px 40.25px;
	margin: 0 5px 7px 0;
}

.t_tel dl{
	max-width: 400px;
	display: flex;
	margin: 0 auto;
}

.t_tel dl dt{
	width: 86px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	border: 1px solid #b3b3b3;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 12px;
}

.t_tel dl dd{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.0;
	margin-top: 8px;
}

.t_line .line_link{
	margin: 0 auto;
}

/* =Slick Slider
-------------------------------------------------------------- */
.top_slider{
	width: 100%;
	border-bottom: 10px solid #00c600;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	clear: both;
}

.top_slider ul.slider{
	width: 100%;
	height: 100% !important;
	margin: 0 auto !important;
	overflow: inherit !important;
	display: none;
}

.top_slider ul.slider.slick-initialized{
	display: block;
}

.slick-track{
	height: 100% !important;
	overflow: hidden !important;
}

.slick-list{
	height: 100% !important;
	overflow: inherit !important;
}

.top_slider ul.slick-slider li{
	height: 100% !important;
	outline: none;
}

.top_slider ul.slick-slider li img{
	width: 100%;
	height: 100% !important;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
}

#container{
	width: 100%;
	float: left;
	margin: 0 -240px 0 0;
}

#content{
	color: #1a1a1a;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
	overflow: hidden;
	margin: 0 250px 80px 0;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}

.single-attachment #content{
	width: 900px;
	margin: 0 auto;
}

article,
section{
	display: block;
}

p,
#content p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
	margin-bottom: 2.0em;
}

#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #1a1a1a;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#primary,
#secondary{
	width: 220px;
	overflow: hidden;
	float: right;
}

#secondary{
	clear: right;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#content table{
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content tr th,
#content tr td{
	color: #1a1a1a;
	font-weight: normal;
	font-family: Helvetica, "新ゴ R", 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}

.page-title{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 36px 0;
}

.page-title span{
	color: #1a1a1a;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #00c600;
}

h3.block_title,
#content h3.block_title,
h3.block_title_2,
#content h3.block_title_2{
	text-align: center;
	color: #00c600;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	padding-bottom: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

h3.block_title_2,
#content h3.block_title_2{
	color: #1a1a1a;
}

h3.include_num,
#content h3.include_num{
	padding-bottom: 0;
}

h3.block_title:after,
#content h3.block_title:after,
h3.block_title_2:after,
#content h3.block_title_2:after{
	content: '';
	width: 100%;
	height: 10px;
	display: block;
	background: #ebf5cd;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

h3.block_title_2:after,
#content h3.block_title_2:after{
	background: #00c600;
}

h3.block_title span.num,
#content h3.block_title span.num,
h3.block_title_2 span.num,
#content h3.block_title_2 span.num{
	display: inline-block;
	vertical-align: middle;
	font-size: 44px;
	font-size: 4.4rem;
	margin: -7px 0 0 0;
}

h3.p-title,
#content h3.p-title{
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00c600;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	margin-bottom: 10px;
}

.entry-title a:link,
.entry-title a:visited{
	color: #1a1a1a;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #00c600;
}

.entry-meta{
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

.entry-content fieldset{
	border: 1px solid #e7e7e7;
	padding: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.entry-content fieldset legend{
	background: #fff;
	color: #1a1a1a;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	padding: 0 24px;
}

.entry-content input{
	padding: 7px 10px;
	margin: 0 0 0 0;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #1a1a1a;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
	font-size: 1.0rem;
}

.entry-content blockquote.left{
	width: 33%;
	text-align: right;
	float: left;
	margin-left: 0;
	margin-right: 24px;
}

.entry-content blockquote.right{
	width: 33%;
	text-align: left;
	float: right;
	margin-left: 24px;
	margin-right: 0;
}

.page-link{
	color: #1a1a1a;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	word-spacing: 0.5em;
	line-height: 48px;
	clear: both;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.75em;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #00c600;
}

body.page .edit-link{
	display: none;
}

#entry-author-info{
	background: #f2f7fc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	border-top: 4px solid #1a1a1a;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	clear: both;
	margin: 24px 0;
}

#entry-author-info #author-avatar{
	height: 60px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin: 0 -104px 0 0;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #1a1a1a;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	clear: both;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.red{
	color: #ff1d25;
}

span.green{
	color: #00c600;
}

span.bold{
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.more{
	display: block;
	clear: both;
}

.more a{
	width: 300px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00c600;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	border-radius: 10px;
	clear: both;
	margin: 0 auto;
}

.more a:hover{
	background: #ebf5cd;
	color: #00c600;
}

.img_center{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.p_eyecatch{
	width: 100%;
	height: 200px;
	border-bottom: 10px solid #00c600;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 80px;
}

.p_eyecatch_img{
	width: 100%;
	height: 100%;
	line-height: 0;
}

.p_eyecatch_img:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(235, 245, 206, 0.65);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p_eyecatch_img img{
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.p_eyecatch img:hover{
	opacity: 1.0;
}

h3.entry-title,
#content h3.entry-title{
	width: 500px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	margin-bottom: 0;
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.mask-wrap{
	display: table;
	overflow: hidden;
}

.mask-wrap .mask{
	display: table;
	overflow: hidden;
	position: relative;
	left: -99.9%;
}

.mask-wrap .mask-bg{
	width: 100%;
	height: 100%;
	display: block;
	background: #c21a1f;
	position: absolute;
	left: 0;
	top: 0;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box .boxInner{
	width: inherit;
	height: inherit;
	opacity: 0;
}

@keyframes play{
	from{
		transform: translateX(-100%);
	}
	to{
		transform: translateX(0);
	}
}

@keyframes maskOut{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(100%);
	}
}

.isPlay{
	animation-name: play;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}

.isPlay:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #c21a1f;
	animation-name: maskOut;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.line_link{
	width: 255px;
	height: 75px;
}

.line_link a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00c600;
	color: #fff;
	line-height: 1.0;
	border-radius: 10px;
}

.line_link a:before{
	content: '';
	width: 46px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_line_w.png) no-repeat;
	background-size: 46px 44px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 17px 0 0;
}

.line_link a:hover{
	background: #ebf5cd;
	color: #00c600
}

.line_link a:hover:before{
	background: url(images/icon_line_g.png) no-repeat;
	background-size: 46px 44px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-bottom-bar{
	height: 38px !important;
	background: none !important;
	top: 50% !important;
	margin-top: -17px !important;
}

#swipebox-arrows{
	width: calc(100% - 70px) !important;
	width: -webkit-calc(100% - 70px) !important;
	max-width: inherit !important;
	height: 38px !important;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#swipebox-prev{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_prev.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-next{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_next.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-close{
	width: 30px !important;
	height: 30px !important;
	background-image: url(images/swipebox_close.png) !important;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
	top: 25px !important;
	right: 40px !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}

.aligncenter,
img.aligncenter{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	max-width: 632px !important;
	text-align: center;
	background: #f1f1f1;
	line-height: 18px;
	padding: 4px;
	margin-bottom: 20px;
}

.wp-caption img{
	max-width: 622px;
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	font-weight: 1.2rem;
	margin: 5px;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #1a1a1a;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 20px;
	font-weight: 2.0rem;
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #1a1a1a;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #00c600;
}

.reply{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #00c600;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	display: block;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .required{
	color: #ff1d25;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
}

#respond label{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

#respond input{
	width: 98%;
	margin: 0 0 9px;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
	font-size: 1.1rem;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	color: #00c600;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #00c600;
	padding: 2px 0 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	text-align: left;
	color: #222;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 4px;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0 2px;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #1a1a1a;
}

.widget_rss a.rsswidget:hover{
	color: #ff1d25;
}

.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	padding: 0 0 0 0;
	margin-left: 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

#main .widget-area ul.xoxo li#recent-posts-3 .widget-title{
	margin-bottom: 0;
}

#main .widget-area ul.xoxo li#recent-posts-3 ul li{
	border-bottom: 1px solid #ebf5cd;
	padding: 10px 0 7px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

#main .widget-area ul ul li span.post-date{
	display: inline-block;
}

#main .widget-area ul ul li span.post-date:before{
	content: '(';
	display: inline-block;
}

#main .widget-area ul ul li span.post-date:after{
	content: ')';
	display: inline-block;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
	width: 60px;
	height: 60px;
	position: fixed;
	opacity: 0;
	bottom: 50px;
	right: 15px;
	z-index: -1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

#pagetop.show{
	opacity: 1;
	z-index: 50;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#pagetop img:hover{
	opacity: 1.0;
}

#pagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	position: relative;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

/* =Footer
-------------------------------------------------------------- */
.f_notice{
	background: #ebf5cd;
	padding: 75px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_notice ul{
	background: #fff;
	padding: 46px 100px 41px 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_notice ul li{
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.f_notice ul li:before{
	content: '◎';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.f_area{
	padding: 75px 0 70px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_area p{
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 40px;
}

ul.caution,
#content ul.caution{
	margin-bottom: 0;
}

ul.caution li{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
	padding-left: 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

ul.caution li:before{
	content: '※';
	display: block;
	font-family: "新ゴ R", 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
}

.f_contact{
	background: #00c600;
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_contact .inner{
	background: #fff;
	border-radius: 10px;
	padding: 45px 0 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_contact h4,
#content .f_contact h4{
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0;
	margin-bottom: 42px;
}

.f_contact p,
#content .f_contact p{
	text-align: center;
	margin-bottom: 45px;
}

.f_contact h5,
#content .f_contact h5{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 860px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00c600;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.0;
	border: 1px solid #00c600;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 40px;
}

.f_contact h5 span.en,
#content .f_contact h5 span.en{
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	font-size: 3.2rem;
}

.f_contact_tel{
	margin-bottom: 45px;
}

.f_contact_tel h5,
#content .f_contact_tel h5{
	margin-bottom: 30px;
}

.f_contact_tel span.num{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.f_contact_tel span.num a{
	display: inline-block;
	color: #00c600;
	font-weight: bold;
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1.0;
}

.f_contact_tel span.num a:before{
	content: '';
	width: 46px;
	height: 40.25px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_tel.png) no-repeat;
	background-size: 46px 40.25px;
	margin: 0 5px 7px 0;
}

.f_contact_tel dl{
	max-width: 400px;
	display: flex;
	margin: 0 auto;
}

.f_contact_tel dl dt,
#content .f_contact_tel dl dt{
	width: 86px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	border: 1px solid #b3b3b3;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 12px;
}

.f_contact_tel dl dd,
#content .f_contact_tel dl dd{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.0;
	margin-top: 8px;
}

.f_contact_line ul,
#content .f_contact_line ul{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 860px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 40px;
}

.f_contact_line ul li{
	width: calc((100% - 100px) / 3);
	width: -webkit-calc((100% - 100px) / 3);
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ebf5cd;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	border-radius: 10px;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.f_contact_line ul li:after{
	content: '';
	width: 0px;
	height: 0px;
	display: block;
	border-style: solid;
	border-color: transparent transparent transparent #00c600;
	border-width: 10px 0 10px 14px;
	position: absolute;
	top: 50%;
	right: -33px;
	margin: auto;
	margin-top: -10px;
}

.f_contact_line ul li:last-child:after{
	content: none;
}

.f_contact_line ul li span.green{
	display: inline-block;
	margin: 0 15px 0 0;
}

.f_contact_line .line_link{
	margin: 0 auto;
	margin-bottom: 20px;
}

.f_contact_line p,
#content .f_contact_line p{
	margin-bottom: 0 !important;
}

#footer{
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#colophon{
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#site-info{
	width: 330px;
	height: 70px;
	clear: both;
	margin-bottom: 65px;
}

#site-info a{
	width: 330px;
	height: 70px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 330px 70px;
	text-indent: -9999px;
}

p.add{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	margin-bottom: 10px;
}

p.time{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	margin-bottom: 0;
}

#first{
	position: absolute;
	top: 5px;
	right: 20px;
}

#first ul.xoxo{
	display: flex;
}

#first ul.xoxo li.widget_nav_menu{
	margin-right: 30px;
}

#first ul.xoxo li#nav_menu-4{
	margin-top: 40px;
}

#first ul.xoxo li#nav_menu-5{
	margin-top: 40px;
	margin-right: 0;
}

#first ul.menu li{
	line-height: 1.0;
	margin-bottom: 22px;
}

#first ul.menu li:last-child{
	margin-bottom: 0;
}

#first ul.menu li a{
	font-size: 18px;
	font-size: 1.8rem;
}

#first ul.menu li a:before{
	content: '▶';
	display: inline-block;
	vertical-align: middle;
	color: #00c600;
	margin: 0 3px 0 0;
}

#first ul.menu li.submenu a:before{
	content: '・';
}

#site-generator{
	width: 100%;
	height: 30px;
	background: #00c600;
	padding: 7px 30px 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

.f_policy ul{
	display: flex;
	float: right;
}

.f_policy ul li{
	line-height: 1.0;
}

.f_policy ul li:nth-of-type(1):after{
	content: '／';
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin: 0 5px;
}

.f_policy ul li a{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

.f_policy ul li a:hover{
	color: #ebf5cd;
}

.copyright{
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	float: left;
	margin-top: 1px;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	display: none;
	margin-bottom: 5px;
}

ul.breadcrumbs{
	width: 100%;
	display: flex;
}

ul.breadcrumbs li{
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	padding-right: 0.5em;
}

ul.breadcrumbs li:before{
	content: "\f105";
	display: inline-block;
	color: #00c600;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 7px;
}

ul.breadcrumbs li:nth-child(1):before{
	content: "\f015";
	display: none;
	font-family: 'FontAwesome';
	color: #00c600;
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 0;
}

ul.breadcrumbs li a{
	color: #1a1a1a;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #00c600;
}

/* =Policy
-------------------------------------------------------------- */
.policy_intro{
	margin-bottom: 40px;
}

#content .policy_intro p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 0;
}

#content h4.policy_title{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #ebf5cd;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: 6px solid #00c600;
	padding: 3px 0 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.policy_block{
	margin-bottom: 40px;
}

.policy_block:last-child{
	margin-bottom: 0;
}

#content .policy_block p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 10px;
}

#content .policy_block p:last-child{
	margin-bottom: 0;
}

#content .policy_block ul{
	margin-left: 1.5em;
	margin-bottom: 0;
}

.policy_block ul li{
	list-style: decimal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 10px;
}

.policy_block ul li:last-child{
	margin-bottom: 0;
}

/* =News & Single
-------------------------------------------------------------- */
#f_news{
	padding: 75px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_news h3.block_title{
	margin-bottom: 30px;
}

.f_news,
.p_news{
	display: flex;
	flex-flow: wrap;
}

#content .f_news ul,
#content .p_news ul{
	width: calc((100% - 120px) / 3);
	width: -webkit-calc((100% - 120px)/ 3);
	margin-right: 60px;
	margin-bottom: 50px;
}

#content .p_news ul{
	width: calc((100% - 60px) / 3);
	width: -webkit-calc((100% - 60px)/ 3);
	margin-right: 30px;
	margin-bottom: 40px;
}

#content .f_news ul:nth-of-type(3n),
#content .p_news ul:nth-of-type(3n){
	margin-right: 0;
}

#content .f_news ul a,
#content .p_news ul a{
	display: block;
	overflow: hidden;
}

li.ca_news,
li.ca_airconditioner,
li.ca_kitchen,
li.ca_rangehood,
li.ca_bath,
li.ca_washbasin,
li.ca_toilet,
li.ca_vacantroom,
li.ca_window,
li.ca_floor,
li.ca_shoji,
li.ca_screen,
li.ca_mowing,
li.ca_works{
	width: 100%;
	height: 34px;
	display: flex;
	align-items: center;
	background: #00c600;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	padding: 0 0 0 12px;
}

li.news-img{
	line-height: 0;
	overflow: hidden;
	margin-bottom: 18px;
}

.p_news li.news-img{
	margin-bottom: 14px;
}

li.news-img img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.p_news li.news-img img{
	height: 160px;
}

a:hover li.news-img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

li.date{
	color: #1a1a1a;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	margin-bottom: 14px;
}

.p_news li.date{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

li.blog-title{
	color: #1a1a1a;
	line-height: 1.6;
	clear: both;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

a:hover li.blog-title{
	color: #00c600;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .single-title{
	text-align: left !important;
	background: #ebf5cd;
	font-size: 18px;
	font-size: 1.8rem;
	border-left: 6px solid #00c600;
	padding: 12px 15px 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.single #content p{
	font-size: 16px;
	font-size: 1.6rem;
}

.single #content img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation{
	color: #1a1a1a;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited{
	color: #1a1a1a;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover{
	color: #ff1d25;
}

#nav-below{
	margin: 65px 0 0 0;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	width: 120px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00c600;
	color: #fff !important;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 10px;
	padding-top: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.nav-previous a:hover,
.nav-next a:hover{
	background: #ebf5cd;
	color: #00c600 !important;
}

#nav-above{
	margin: 0 0 18px 0;
}

#nav-above{
	display: none;
}

.paged #nav-above,
.single #nav-above{
	display: block;
}

/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	text-align: center;
	clear: both;
}

a.page-numbers,
span.page-numbers{
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #00c600;
	line-height: 1.0;
	border: 1px solid #00c600;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 7px 0 5px 0;
	margin: 0 2.5px;
}

a.page-numbers:hover{
	background: #ebf5cd;
	color: #00c600;
	border-color: #ebf5cd;
}

span.dots{
	width: inherit;
	background: none;
	color: #1a1a1a;
	border: none;
	margin: 0;
}

span.current{
	background: #00c600;
	color: #fff;
}

a.prev,
a.next{
	width: inherit;
	color: #1a1a1a;
	border: none;
}

a.prev:hover,
a.next:hover{
	background: none;
	color: #00c600;
}

/* =Front-page
-------------------------------------------------------------- */
.f_reason{
	background: #ebf5cd;
	padding: 75px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_reason_block{
	display: flex;
	justify-content: space-between;
}

.f_reason_block dl{
	width: calc((100% - 120px) / 3);
	width: -webkit-calc((100% - 120px)/ 3);
}

#content .f_reason_block dl dt{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00c600;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0;
	padding-top: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_reason_block dl dt span.num{
	display: inline-block;
	font-size: 36px;
	font-size: 3.6rem;
}

#content .f_reason_block dl dd.f_reason_title{
	width: 100%;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.3;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_reason_block dl dd.f_reason_img{
	line-height: 0;
	border: 10px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#content .f_reason_block dl dd.f_reason_img img{
	width: 100%;
	height: auto;
}

#content .f_reason_block dl dd.f_reason_note{
	text-align: justify;
	text-justify: inter-ideograph;
}

#f_service{
	padding: 75px 0 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_service_block{
	display: flex;
	flex-flow: wrap;
}

.f_service_block dl{
	width: calc((100% - 120px) / 3);
	width: -webkit-calc((100% - 120px)/ 3);
	text-align: center;
	margin-right: 60px;
	margin-bottom: 60px;
}

.f_service_block dl:nth-of-type(3n){
	margin-right: 0;
}

.f_service_block dl a{
	display: block;
}

#content .f_service_block dl dt{
	line-height: 0;
	overflow: hidden;
}

#content .f_service_block dl dt img{
	width: 100%;
	height: auto;
}

#content .f_service_block dl a:hover dt img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#content .f_service_block dl dd.f_service_title{
	width: 100%;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #1a1a1a;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_service_block dl dd.f_service_more{
	max-width: 180px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00c600;
	color: #fff;
	line-height: 1.0;
	border-radius: 10px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 auto;
}

#content .f_service_block dl a:hover dd.f_service_more{
	background: #ebf5cd;
	color: #00c600;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#f_biginner{
	background: #ebf5cd;
	padding: 75px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_biginner h3.block_title_2{
	margin-bottom: 0;
}

.f_biginner_block{
	display: flex;
	justify-content: space-between;
}

.f_biginner_block_content{
	width: calc(100% - 455px);
	width: -webkit-calc(100% - 455px);
	padding-top: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_biginner_block_content .logo{
	max-width: 330px;
	line-height: 0;
	margin-bottom: 50px;
}

.f_biginner_block_content .logo img{
	width: 100%;
	height: auto;
	pointer-events: none;
	margin-bottom: 
}

#content .f_biginner_block_content h3{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	margin-bottom: 15px;
}

#content .f_biginner_block_content p{
	margin-bottom: 0;
}

.f_biginner_block_img{
	width: 455px;
	line-height: 0;
	position: relative;
}

.f_biginner_block_img img{
	width: 100%;
	height: auto;
	position: relative;
}

.f_biginner_block_img span.f_biginner_name{
	display: block;
	text-align: right;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	position: absolute;
	right: 60px;
	bottom: 25px;
	z-index: 1;
}

.f_biginner_block_img span.f_big{
	display: block;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 15px 0;
}

#f_faq{
	padding: 75px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.faq_block{
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.faq_block:last-child{
	margin-bottom: 0;
}

#content .faq_block h4{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
	padding: 18px 70px 16px 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
}

#content .faq_block h4:before{
	content: "";
	width: 26px;
	height: 3px;
	display: block;
	background: #00c600;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -1.5px;
}

#content .faq_block h4:after{
	content: "";
	width: 3px;
	height: 26px;
	display: block;
	background: #00c600;
	position: absolute;
	top: 50%;
	right: 41.5px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-top: -12.5px;
}

#content .faq_block h4.active:after{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	opacity: 0;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .faq_block h4 span.en{
	display: block;
	color: #00c600;
	font-size: 28px;
	font-size: 2.8rem;
	position: absolute;
	top: 12px;
	left: 30px;
}

.faq_block nav{
	display: none;
}

.answer_block{
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .answer_block p{
	line-height: 1.8;
	padding: 14px 30px 11px 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 0;
}

#content .answer_block p a{
	color: #1a1a1a;
}

#content .answer_block p a:hover{
	color: #00c600;
}

#content .answer_block p span.en{
	display: block;
	color: #ff1d25;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 28px;
	font-size: 2.8rem;
	position: absolute;
	top: 4px;
	left: 30px;
}

#content .answer_block p span.faq_time{
	display: flex;
}

#content .answer_block p span.faq_time_menu{
	display: block;
	margin-right: 30px;
}

#content .answer_block p span.faq_time_time{
	display: block;
}

/* =サービス - 共通
-------------------------------------------------------------- */
.page-id-3990 #content,
.page-id-3991 #content,
.page-id-3992 #content,
.page-id-3993 #content,
.page-id-3994 #content,
.page-id-3995 #content{
	margin-bottom: 30px;
}

.service{
	margin-bottom: 80px;
}

.service_block{
	display: flex;
	justify-content: space-between;
}

.service_block_img{
	width: calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	line-height: 0;
}

.service_block_img img{
	width: 100%;
	height: auto;
	min-height: 390px;
	max-height: 390px;
}

.service_block_content{
	width: calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
}

#content .service_block_content h3{
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	background: #00c600;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	padding: 2px 0 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}

#content .service_block_content h3 span.price{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}

.service_place{
	width: 100%;
	height: 325px;
	background: #ebf5cd;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .service_place h4{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #00c600;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	margin-bottom: 0;
}

#content .service_place p{
	min-height: 208px;
	background: #fff;
	padding: 27px 30px 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 12px;
}

#content .service_place ul.caution li{
	font-size: 15px;
	font-size: 1.5rem;
}

.p_service .works_movie{
	margin-top: 30px;
}

/* =サービス -エアコン
-------------------------------------------------------------- */
#content .service_block_content table{
	table-layout: fixed;
	margin-bottom: 10px;
}

#content .service_block_content table:last-child{
	margin-bottom: 0;
}

#content .service_block_content tr th,
#content .service_block_content tr td{
	text-align: center;
	padding: 7.25px 0 6.25px 0;
}

#content .service_block_content tr th{
	background: #ebf5cd;
}

#content .service_block_content table.two_rows tr th,
#content .service_block_content table.two_rows tr td{
	padding: 23.5px 0;
}

.p_airconditioner .service_place{
	height: auto;
	padding: 0 0 25px 0;
	margin-bottom: 80px;
}

#content .p_airconditioner .service_place h4{
	height: 90px;
}

#content .p_airconditioner .service_place p{
	min-height: 144px;
	padding: 45px 100px 0 100px;
	margin-bottom: 27px;
}

/* =サービス - 浴室
-------------------------------------------------------------- */
#content .p_bathroom .service_place p{
	min-height: 156px;
}

/* =サービス - お得なセット
-------------------------------------------------------------- */
.valueset_img{
	line-height: 0;
	margin-bottom: 50px;
}

.valueset_img img{
	width: 100%;
	height: auto;
}

.valueset_price{
	margin-bottom: 50px;
}

#content .valueset_price table{
	table-layout: fixed;
	margin-bottom: 0;
}

#content .valueset_price tr th,
#content .valueset_price tr td{
	padding: 12px 20px;
}

#content .valueset_price tr th{
	width: 145px;
	text-align: center;
	background: #ebf5cd;
	padding: 12px 0;
}

#content .valueset_price tr td.price{
	width: 145px;
	text-align: center;
	padding: 12px 0;
}

#content .valueset_option table{
	table-layout: fixed;
	margin-bottom: 15px;
}

#content .valueset_option tr th,
#content .valueset_option tr td{
	width: 50%;
	text-align: center;
	padding: 12px 0;
}

#content .valueset_option tr th{
	background: #ebf5cd;
}

#content .valueset_option ul li{
	text-align: right;
}

#content .valueset_option ul li:before{
	display: inline-block;
	position: static;
	top: inherit;
	left: inherit;
}

/* =空室清掃
-------------------------------------------------------------- */
.page-id-3997 #content{
	margin-bottom: 75px;
}

.vacantroom{
	margin-bottom: 80px;
}

#content .vacantroom h4{
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.5;
	margin-bottom: 0;
}

#content .greeting h3.block_title{
	margin-bottom: 0;
}

.greeting_block{
	display: flex;
}

.greeting_block_content{
	width: calc(100% - 455px);
	width: -webkit-calc(100% - 455px);
	padding-top: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.greeting_block_content .logo{
	max-width: 330px;
	line-height: 0;
	margin-bottom: 90px;
}

.greeting_block_content .logo img{
	width: 100%;
	height: auto;
	pointer-events: none;
	margin-bottom: 
}

#content .greeting_block_content h4{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	margin-bottom: 15px;
}

#content .greeting_block_content p{
	margin-bottom: 0;
}

.greeting_block_img{
	width: 455px;
	line-height: 0;
	position: relative;
}

.greeting_block_img .pc,
.greeting_block_img .sp{
	width: 100%;
	height: 100%;
}

.greeting_block_img img{
	width: 100%;
	height: auto;
	position: relative;
}

.greeting_block_img span.greeting_name{
	display: block;
	text-align: right;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	position: absolute;
	right: 60px;
	bottom: 25px;
	z-index: 1;
}

.greeting_block_img span.f_big{
	display: block;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 15px 0;
}

#content .greeting_block_img p{
	margin-bottom: 0;
}

.reason_2{
	padding: 75px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.reason_block{
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
	padding: 50px 50px 45px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 50px;
}

.reason_block_content{
	width: calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
}

#content .reason_block_content h4{
	display: flex;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	margin-top: 17px;
	margin-bottom: 20px;
}

#content .reason_block_content h4 span.waku{
	width: 150px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00c600;
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	margin: -17px 30px 0 0;
}

#content .reason_block_content h4 span.num{
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	font-size: 3.6rem;
}

#content .reason_block_content p{
	margin-bottom: 0;
}

.reason_block_img{
	width: 270px;
	line-height: 0;
}

.reason_block_img img{
	width: 100%;
	height: auto;
}

.works{
	background: #ebf5cd;
	padding: 75px 0 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.works_block{
	display: flex;
	flex-flow: wrap;
}

.works_block dl{
	width: calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	margin-right: 30px;
	margin-bottom: 50px;
}

.works_block dl:nth-of-type(2n){
	margin-right: 0;
}

#content .works_block dl dt,
#content .works_movie dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00c600;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .works_block dl dd{
	line-height: 0;
}

#content .works_block dl dd img{
	width: 100%;
	height: auto;
}

#content .works_movie dl dd{
	line-height: 0;
}

.movie{
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
 
.movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.vacantroom_price{
	padding: 75px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.vacantroom_price_block{
	display: flex;
	justify-content: space-between;
}

#content .vacantroom_price_block table{
	width: calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	table-layout: fixed;
	margin-bottom: 0;
}

#content .vacantroom_price_block tr th,
#content .vacantroom_price_block tr td{
	vertical-align: middle;
	line-height: 1.5;
	padding: 26px 20px;
}

#content .vacantroom_price_block table:nth-of-type(1) tr th:nth-of-type(1),
#content .vacantroom_price_block table:nth-of-type(1) tr td:nth-of-type(1){
	width: 32%;
}

#content .vacantroom_price_block tr th{
	vertical-align: middle;
	background: #ebf5cd;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
}

#content .vacantroom_price_block table:nth-of-type(2) tr:nth-of-type(5) td{
	padding: 16px 20px 15px 20px;
}

.p_vacantroom .company_outline{
	margin-bottom: 75px;
}

#content .vacantroom_finally h4{
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.5;
	margin-bottom: 45px;
}

#content .vacantroom_finally h4:last-child{
	margin-bottom: 0;
}

/* =お客様の声
-------------------------------------------------------------- */
.page-id-3961 #content{
	margin-bottom: 50px;
}

.voice_intro{
	margin-bottom: 45px;
}

#content .voice_intro p{
	text-align: center;
	margin-bottom: 0;
}

.voice_block{
	display: flex;
	flex-flow: wrap;
}

.voice_box{
	width: calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 30px;
	margin-bottom: 30px;
}

.voice_box:nth-of-type(2n){
	margin-right: 0;
}

.voice_box dl{
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .voice_box dl dt{
	width: 140px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00c600;
	line-height: 1.0;
	border: 1px solid #00c600;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 20px;
}

#content .voice_box dl dd{
	width: 148px;
	line-height: 0;
	margin-top: 9px;
}

#content .voice_box dl dd img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.voice_comment{
	min-height: 200px;
	line-height: 0;
	padding: 25px 29px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.voice_comment img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

/* =会社概要
-------------------------------------------------------------- */
.company_outline{
	margin-bottom: 80px;
}

#content .company_outline table{
	border: none;
	margin-bottom: 0;
}

#content .company_outline tr th,
#content .company_outline tr td{
	background: #ebf5cd;
	border: none;
	padding: 25px 15px 25px 0;
}

#content .company_outline tr:nth-of-type(2n) th,
#content .company_outline tr:nth-of-type(2n) td{
	background: #fff;
}

#content .company_outline tr th{
	width: 260px;
	font-weight: bold;
	font-family: Helvetica, "新ゴ B";
	padding: 25px 0 25px 50px;
}

#content .company_outline tr td span.kome{
	font-family: "新ゴ R", 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

.company_img{
	margin-bottom: 80px;
}

#content .company_img ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.company_img ul li{
	width: calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	line-height: 0;
}

.company_img ul li img{
	width: 100%;
	height: auto;
}

.company_map{
	line-height: 0;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1080px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0;
	}
	
	/* Header *********/
	#branding{
		padding: 33px 20px 32px 20px;
	}
	
	#site-title{
		width: 280px;
		height: 59.4px;
	}
	
	#site-title a{
		width: 280px;
		height: 59.4px;
		background-size: 280px 59.4px;
	}
	
	.h_tel{
		top: 28px;
		right: 260px;
	}
	
	.h_line{
		top: 25px;
		right: 20px;
	}
	
	.h_line .line_link{
		width: 220px;
	}
	
	.h_line .line_link a:before{
		width: 36px;
		height: 34.4px;
		background-size: 36px 34.4px;
		margin: 0 10px 0 0;
	}
	
	.h_line .line_link a:hover:before{
		background-size: 36px 34.4px;
	}
	
	#access .inner{
		padding: 0;
	}
	
	/* Footer *********/
	.f_notice ul{
		padding: 46px 0 41px 0;
	}
	
	.f_notice ul li{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		max-width: 825px;
		margin: 0 auto;
	}
	
	.f_area p{
		text-align: center;
	}
	
	.f_area p .sp:nth-of-type(1){
		display: block;
	}
	
	.f_area ul.caution{
		max-width: 440px;
		margin: 0 auto;
	}
	
	.f_contact{
		padding: 50px 20px;
	}
	
	.f_contact p,
	#content .f_contact p{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		max-width: 800px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
		margin-bottom: 45px;
	}
	
	.f_contact p .pc,
	#content .f_contact p .pc{
		display: none;
	}
	
	.f_contact_line ul li{
		width: calc((100% - 60px) / 3);
		width: -webkit-calc((100% - 60px) / 3);
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.f_contact_line ul li:after{
		right: -24px;
	}
	
	.f_contact_line ul li span.green{
		margin: 0 10px 0 0;
	}
	
	.f_contact_line p,
	#content .f_contact_line p{
		text-align: center;
	}
	
	#site-info{
		margin-bottom: 55px;
	}
	
	p.add,
	p.time{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#first{
		top: 7px;
	}
	
	#first ul.xoxo li.widget_nav_menu{
		margin-right: 20px;
	}
	
	#first ul.menu li a{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	/* Content *********/
	#content{
		width: 100%;
		margin: 0 0 80px 0;
	}
	
	.p_eyecatch{
		height: 160px;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		width: 400px;
		height: 80px;
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	/* News *********/
	#primary,
	#container{
		width: 100%;
		float: none;
	}
	
	#main .widget-area ul.xoxo li#categories-2 ul{
		margin-bottom: 70px;
	}
	
	#content .f_news ul{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px)/ 3);
		margin-right: 20px;
	}
	
	#content .p_news ul{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px)/ 3);
		margin-right: 20px;
	}
	
	li.news-img img{
		height: 180px;
	}
	
	/* Front-page *********/
	.f_reason_block dl{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px)/ 3);
	}
	
	#content .f_reason_block dl dd.f_reason_title{
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	#content .f_reason_block dl dd.f_reason_img{
		border: 6px solid #fff;
	}
	
	#content .f_reason_block dl dd.f_reason_note{
		line-height: 1.8;
	}
	
	#f_service{
		padding: 75px 0 40px 0;
	}
	
	.f_service_block dl{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px)/ 3);
		margin-right: 20px;
		margin-bottom: 40px;
	}
	
	#content .f_service_block dl dd.f_service_more{
		height: 50px;
	}
	
	#content #f_biginner h3.block_title_2{
		margin-bottom: 50px;
	}
	
	.f_biginner_block{
		max-width: 800px;
		margin: 0 auto;
	}
	
	.f_biginner_block_content{
		width: calc(100% - 360px);
		width: -webkit-calc(100% - 360px);
		padding-top: 0;
	}
	
	.f_biginner_block_content .logo{
		margin-bottom: 30px;
	}
	
	#content .f_biginner_block_content p .pc{
		display: none;
	}
	
	.f_biginner_block_img{
		width: 340px;
		margin-top: 50px;
	}
	
	.f_biginner_block_img .pc{
		display: none;
	}
	
	.f_biginner_block_img .sp{
		display: block;
	}
	
	/* サービス - 共通 *********/
	.page-id-3990 #content,
	.page-id-3991 #content,
	.page-id-3992 #content,
	.page-id-3993 #content,
	.page-id-3994 #content,
	.page-id-3995 #content{
		margin-bottom: 40px;
	}
	
	.service_block_img{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	.service_block_content{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	#content .service_place h4{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.2;
	}
	
	#content .service_place h4 .sp{
		display: block;
	}
	
	#content .service_place p{
		padding: 27px 20px 0 20px;
	}
	
	#content .service_place p .pc{
		display: none;
	}
	
	/* サービス - エアコン *********/
	#content .p_airconditioner .service_place p{
		padding: 45px 40px 0 40px;
	}
	
	.p_service .works_movie{
		margin-top: 40px;
	}
	
	/* サービス - 浴室 *********/
	#content .p_bathroom .service_place p{
		min-height: 130px;
		max-height: 130px;
		padding: 7px 20px 0 20px;
	}
	
	/* サービス - 空室清掃 *********/
	#content .vacantroom h4 .sp{
		display: block;
	}
	
	#content .greeting h3.block_title{
		margin-bottom: 20px;
	}
	
	.greeting_block{
		max-width: 800px;
		margin: 0 auto;
	}
	
	.greeting_block_content{
		width: calc(100% - 360px);
		width: -webkit-calc(100% - 360px);
		padding-top: 30px;
	}
	
	.greeting_block_content .logo{
		margin-bottom: 50px;
	}
	
	.greeting_block_img{
		width: 340px;
	}
	
	.greeting_block_img .pc{
		display: none;
	}
	
	.greeting_block_img .sp{
		display: block;
	}
	
	#content .greeting_block_img p{
		margin-bottom: 0 !important;
	}
	
	.reason_block{
		max-width: 800px;
		display: block;
		justify-content: inherit;
		padding: 30px 20px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	
	.reason_block_content{
		width: 100%;
		max-width: 540px;
		padding-top: 0;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	#content .reason_block_content h4{
		display: block;
		text-align: center;
		margin-top: 0;
	}
	
	#content .reason_block_content h4 span.waku{
		height: 50px;
		font-size: 26px;
		font-size: 2.6rem;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	#content .reason_block_content h4 span.num{
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	#content .reason_block_content p .pc{
		display: none;
	}
	
	#content .reason_block_content p .sp{
		display: block;
	}
	
	.reason_block_img{
		width: 100%;
		max-width: 540px;
		margin: 0 auto;
	}
	
	.reason_block_img .pc{
		display: none;
	}
	
	.reason_block_img .sp{
		display: block;
	}
	
	.works{
		padding: 75px 0 40px 0;
	}
	
	.works_block dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 40px;
	}
	
	.vacantroom_price_block{
		max-width: 600px;
		display: block;
		justify-content: inherit;
		margin: 0 auto;
	}
	
	#content .vacantroom_price_block table{
		width: 100%;
	}
	
	#content .vacantroom_price_block table:nth-of-type(1){
		margin-bottom: 20px;
	}
	
	#content .vacantroom_price_block tr th,
	#content .vacantroom_price_block tr td,
	#content .vacantroom_price_block table:nth-of-type(2) tr:nth-of-type(5) td{
		padding: 26px 15px;
	}
	
	#content .vacantroom_price_block table:nth-of-type(1) tr th:nth-of-type(1),
	#content .vacantroom_price_block table:nth-of-type(1) tr td:nth-of-type(1){
		width: 50%;
	}
	
	#content .vacantroom_finally h4 .sp{
		display: block;
	}
	
	/* お客様の声 *********/
	.page-id-3961 #content{
		margin-bottom: 60px;
	}
	
	.voice_box{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.voice_comment{
		padding: 20px;
	}
	
	/* 会社概要 *********/
	#content .company_outline tr th{
		width: 200px;
	}
	
	.company_img ul li{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	.h_tel{
		right: 100px;
	}
	
	.h_line .line_link{
		width: 60px;
	}
	
	.h_line .line_link a:before{
		margin: 0;
	}
	
	.h_line .line_link a span.sp_none{
		display: none;
	}
	
	/* Footer *********/
	#colophon{
		padding: 45px 0 50px 0;
	}
	
	#site-info{
		margin: 0 auto;
		margin-bottom: 27px;
	}
	
	p.add{
		text-align: center;
		margin-bottom: 8px;
	}
	
	p.time{
		max-width: 280px;
		margin: 0 auto;
		margin-bottom: 32px;
	}
	
	#footer-widget-area{
		display: none;
	}
	
	.f_menu_sp{
		max-width: 600px;
		display: block;
		margin: 0 auto;
	}
	
	.f_menu_sp ul{
		display: flex;
		flex-flow: wrap;
	}
	
	.f_menu_sp ul li{
		width: calc((100% - 5px) / 2);
		width: -webkit-calc((100% - 5px) / 2);
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	.f_menu_sp ul li:nth-of-type(2),
	.f_menu_sp ul li:nth-of-type(4),
	.f_menu_sp ul li:nth-of-type(7),
	.f_menu_sp ul li:nth-of-type(10),
	.f_menu_sp ul li:nth-of-type(13),
	.f_menu_sp ul li:nth-of-type(15){
		margin-right: 0;
	}
	
	.f_menu_sp ul li:nth-of-type(5),
	.f_menu_sp ul li:nth-of-type(6),
	.f_menu_sp ul li:nth-of-type(7),
	.f_menu_sp ul li:nth-of-type(8),
	.f_menu_sp ul li:nth-of-type(9),
	.f_menu_sp ul li:nth-of-type(10),
	.f_menu_sp ul li:nth-of-type(11),
	.f_menu_sp ul li:nth-of-type(12),
	.f_menu_sp ul li:nth-of-type(13){
		width: calc((100% - 10px) / 3);
		width: -webkit-calc((100% - 10px) / 3);
	}
	
	.f_menu_sp ul li:nth-of-type(14),
	.f_menu_sp ul li:nth-of-type(15){
		margin-bottom: 0;
	}
	
	.f_menu_sp ul li a{
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #00c600;
		color: #fff;
		font-weight: bold;
		font-family: Helvetica, "新ゴ B";
		line-height: 1.0;
	}
	
	.f_menu_sp ul li.submenu a{
		background: #ebf5cd;
		color: #00c600;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	#branding{
		padding: 20px;
	}
	
	.h_tel,
	.h_line,
	#access{
		display: none;
	}
	
	.navi-toggle{
		opacity: 1;
		-webkit-transform: inherit;
		transform: inherit;
		-webkit-transition: inherit;
		transition: inherit;
	}
	
	.nav_menu_v.is-animation .navi-toggle{
		-webkit-transform: inherit;
		transform: inherit;
	}
	
	/* Footer *********/
	#pagetop{
		display: none;
	}
	
	.bottom_menu{
		width: 100%;
		display: flex !important;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 5;
	}
	
	.bottom_menu_tel{
		width: 56%;
		height: 60px;
		background: #fff;
		border-top: 1px solid #00c600;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.bottom_menu_tel dl{
		font-feature-settings: "palt"1;
	}
	
	.bottom_menu_tel dl a{
		width: 100%;
		height: 100%;
		display: block;
		padding-top: 7px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.bottom_menu_tel dl dt{
		text-align: center;
		color: #00c600;
		font-weight: bold;
		font-family: Helvetica, "新ゴ B";
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.0;
		margin-bottom: 3px;
	}
	
	.bottom_menu_tel dl dt:before{
		content: '';
		width: 22px;
		height: 19.25px;
		display: inline-block;
		background: url(images/icon_tel.png) no-repeat;
		background-size: 22px 19.25px;
		margin: 0 5px 0 0;
	}
	
	.bottom_menu_tel dl dd{
		max-width: 200px;
		font-size: 11px;
		font-size: 1.1rem;
		letter-spacing: 0.25px;
		line-height: 1.2;
		margin: 0 auto;
	}
	
	.bottom_menu_line{
		width: 44%;
		line-height: 1.0;
	}
	
	.bottom_menu_line a{
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #00c600;
		color: #fff;
	}
	
	.bottom_menu_line a:before{
		content: '';
		width: 30px;
		height: 28.7px;
		display: inline-block;
		vertical-align: middle;
		background: url(images/icon_line_w.png) no-repeat;
		background-size: 30px 28.7px;
		margin: 0 5px 0 0;
	}
	
	.f_area p{
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.f_contact h4,
	#content .f_contact h4{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.f_contact h5,
	#content .f_contact h5{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.f_contact_line ul,
	#content .f_contact_line ul{
		display: block;
		justify-content: inherit;
	}
	
	.f_contact_line ul li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.f_contact_line ul li:last-child{
		margin-bottom: 0;
	}
	
	.f_contact_line ul li:after{
		border-color: #00c600 transparent transparent transparent;
		border-width: 14px 10px 0 10px;
		top: inherit;
		right: 50%;
		bottom: -23px;
		margin-top: 0;
		margin-right: -10px;
	}
	
	.f_contact_line ul li span.green{
		margin: 0 15px 0 0;
	}
	
	#colophon{
		padding: 45px 0 40px 0;
	}
	
	#site-generator{
		height: auto;
		background: none;
		padding: 0 0 75px 0;
	}
	
	.f_policy ul{
		display: block;
		text-align: center;
		float: none;
		margin-bottom: 3px;
	}
	
	.f_policy ul li{
		display: inline-block;
	}
	
	.f_policy ul li:nth-of-type(1):after{
		color: #1a1a1a;
	}
	
	.f_policy ul li a{
		color: #1a1a1a;
	}
	
	.f_policy ul li a:hover{
		color: #00c600;
	}
	
	.copyright{
		text-align: center;
		color: #1a1a1a;
		float: none;
	}
	
	/* Content *********/
	h3.block_title,
	#content h3.block_title,
	h3.block_title_2,
	#content h3.block_title_2{
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	h3.block_title span.num,
	#content h3.block_title span.num,
	h3.block_title_2 span.num,
	#content h3.block_title_2 span.num{
		font-size: 38px;
		font-size: 3.8rem;
	}
	
	.p_eyecatch{
		height: 160px;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		width: 360px;
		height: 70px;
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	/* News *********/
	.f_news,
	.p_news{
		display: block;
		flex-flow: inherit;
	}
	
	#content .f_news ul,
	#content .f_news ul:nth-of-type(3n),
	#content .p_news ul,
	#content .p_news ul:nth-of-type(3n){
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	li.news-img,
	.p_news li.news-img{
		width: 200px;
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	li.news-img img,
	.p_news li.news-img img{
		height: 140px;
	}
	
	li.date{
		width: calc(100% - 220px);
		width: -webkit-calc(100% - 220px);
		float: left;
	}
	
	.p_news li.date{
		margin-top: 15px;
	}
	
	li.blog-title{
		width: calc(100% - 220px);
		width: -webkit-calc(100% - 220px);
		clear: none;
		float: left;
	}
	
	/* Front-page *********/
	.f_reason_block{
		max-width: 600px;
		display: block;
		justify-content: inherit;
		margin: 0 auto;
	}
	
	.f_reason_block dl{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.f_reason_block dl:last-child{
		margin-bottom: 0;
	}
	
	#content .f_reason_block dl dd.f_reason_title{
		height: 80px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content .f_reason_block dl dd.f_reason_title .pc{
		display: none;
	}
	
	#content .f_reason_block dl dd.f_reason_img{
		border: 10px solid #fff;
	}
	
	#content .f_service_block dl dd.f_service_title{
		height: 56px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content .f_service_block dl dd.f_service_more{
		max-width: 140px;
		height: 40px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content #f_biginner h3.block_title_2{
		margin-bottom: 40px;
	}
	
	.f_biginner_block{
		max-width: 600px;
		display: block;
		justify-content: inherit;
	}
	
	.f_biginner_block_content{
		width: 100%;
		margin-bottom: 25px;
	}
	
	.f_biginner_block_content .logo{
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#content .f_biginner_block_content h3{
		text-align: center;
	}
	
	.f_biginner_block_img{
		width: 100%;
		max-width: 360px;
		text-align: right;
		margin: 0 auto;
	}
	
	.f_biginner_block_img img{
		max-width: 240px;
	}
	
	.f_biginner_block_img span.f_biginner_name{
		text-align: left;
		color: #1a1a1a;
		top: 30px;
		left: 0;
		right: inherit;
		bottom: inherit;
	}
	
	.f_biginner_block_img span.f_big{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	/* サービス - 共通 *********/
	.service{
		margin-bottom: 40px;
	}
	
	.service_block{
		max-width: 600px;
		display: block;
		justify-content: space-between;
		margin: 0 auto;
	}
	
	.service_block.mb50{
		margin-bottom: 40px !important;
	}
	
	.service_block_img{
		width: 100%;
	}
	
	.service_block_img img{
		min-height: inherit;
		max-height: inherit;
	}
	
	.service_block_content{
		width: 100%;
	}
	
	#content .service_block_content h3{
		margin-bottom: 40px;
	}
	
	.service_place{
		height: auto !important;
		padding: 0 20px 15px 20px;
	}
	
	#content .service_place h4 .sp{
		display: none;
	}
	
	#content .service_place p,
	#content .p_bathroom .service_place p{
		min-height: inherit;
		max-height: inherit;
		padding: 20px 20px 18px 20px;
		margin-bottom: 15px;
	}
	
	.p_service .works_movie{
		margin-top: 0;
	}
	
	/* サービス - エアコン *********/
	.p_airconditioner .service_place{
		padding: 0 0 15px 0;
		margin-bottom: 40px;
	}
	
	#content .p_airconditioner .service_place p{
		min-height: inherit;
		max-height: inherit;
		padding: 20px 20px 18px 20px;
		margin-bottom: 15px;
	}
	
	/* サービス - 空室清掃 *********/
	#content .vacantroom h4{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#content .greeting h3.block_title{
		margin-bottom: 40px;
	}
	
	.greeting_block{
		max-width: 600px;
		display: block;
		margin: 0 auto;
	}
	
	.greeting_block_content{
		width: 100%;
		padding-top: 0;
		margin-bottom: 25px;
	}
	
	.greeting_block_content .logo{
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#content .greeting_block_content h4{
		text-align: center;
	}
	
	.greeting_block_img{
		width: 100%;
		max-width: 360px;
		text-align: right;
		margin: 0 auto;
	}
	
	.greeting_block_img img{
		max-width: 240px;
	}
	
	.greeting_block_img span.greeting_name{
		text-align: left;
		color: #1a1a1a;
		top: 30px;
		left: 0;
		right: inherit;
		bottom: inherit;
	}
	
	.greeting_block_img span.f_big{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#content .vacantroom_finally h4{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#content .works_block dl dt,
	#content .works_movie dl dt{
		height: 46px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	/* お客様の声 *********/
	#content .voice_intro p{
		max-width: 600px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
	}
	
	.voice_block{
		display: block;
		flex-flow: inherit;
	}
	
	.voice_box,
	.voice_box:nth-of-type(2n){
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.voice_comment{
		max-width: 435px;
		min-height: inherit;
	}
	
	/* 会社概要 *********/
	#content .company_outline table{
		max-width: 600px;
		margin: 0 auto;
	}
	
	#content .company_outline tr td .pc{
		display: none;
	}
	
	#content .company_outline tr td .sp{
		display: block;
	}
	
	#content .company_outline tr td span.sp_none{
		display: none;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	#branding{
		padding: 23px 20px;
	}
	
	#site-title{
		width: 254.5px;
		height: 54px;
	}
	
	#site-title a{
		width: 254.5px;
		height: 54px;
		background-size: 254.5px 54px;
	}
	
	#t-navi .t-menu{
		width: 100%;
		padding: 23px 20px 0 20px;
	}
	
	#t-navi h3{
		width: 254.5px;
		height: 54px;
		margin-bottom: 23px;
	}
	
	#t-navi h3 a{
		width: 254.5px;
		height: 54px;
		background-size: 254.5px 54px;
	}
	
	.t_tel span.num{
		margin-bottom: 5px;
	}
	
	.t_tel span.num a{
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	.t_tel span.num a:before{
		width: 32px;
		height: 28px;
		background-size: 32px 28px;
	}
	
	.t_tel dl{
		max-width: 300px;
		display: block;
	}
	
	.t_tel dl dt{
		width: 100%;
		margin-bottom: 7px;
	}
	
	.t_tel dl dd{
		text-align: center;
	}
	
	.t_line .line_link{
		width: 300px;
		height: 60px;
	}
	
	.top_slider{
		border-bottom: 6px solid #00c600;
	}
	
	/* Footer *********/
	.f_notice{
		padding: 55px 0 60px 0;
	}
	
	.f_notice ul{
		padding: 20px 0 18px 0;
	}
	
	.f_notice ul li{
		line-height: 1.7;
		margin-bottom: 10px;
	}
	
	.f_notice ul li:last-child{
		margin-bottom: 0;
	}
	
	.f_area{
		padding: 55px 0 50px 0;
	}
	
	.f_area h3.block_title{
		margin-bottom: 35px;
	}
	
	.f_area p{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.5;
		margin-bottom: 32px;
	}
	
	.f_contact{
		padding: 20px;
	}
	
	.f_contact .inner{
		padding: 40px 0 35px 0;
	}
	
	.f_contact h3.block_title,
	#content .f_contact h3.block_title{
		margin-bottom: 30px;
	}
	
	.f_contact h4,
	#content .f_contact h4{
		line-height: 1.5;
		margin-bottom: 27px;
	}
	
	.f_contact p,
	#content .f_contact p{
		margin-bottom: 35px;
	}
	
	.f_contact h5,
	#content .f_contact h5{
		height: 56px;
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	
	.f_contact .f_contact_tel h5,
	#content .f_contact_tel .f_contact h5{
		margin-bottom: 15px;
	}
	
	.f_contact h5 span.en,
	#content .f_contact h5 span.en{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.f_contact_tel{
		margin-bottom: 40px;
	}
	
	.f_contact_tel span.num a{
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	.f_contact_tel span.num a:before{
		width: 40px;
		height: 35px;
		background-size: 40px 35px;
	}
	
	.f_contact_tel dl{
		max-width: 300px;
		display: block;
	}
	
	.f_contact_tel dl dt,
	#content .f_contact_tel dl dt{
		width: 100%;
		height: 30px;
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
	
	.f_contact_tel dl dd,
	#content .f_contact_tel dl dd{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	
	.f_contact_line ul,
	#content .f_contact_line ul{
		margin-bottom: 20px;
	}
	
	.f_contact_line ul li{
		max-width: 300px;
		height: 56px;
		font-weight: bold;
		font-family: Helvetica, "新ゴ B";
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	.f_contact_line ul li:after{
		border-width: 10px 7px 0 7px;
		bottom: -16px;
		margin-right: -7px;
	}
	
	.f_contact_line .line_link{
		margin-bottom: 15px;
	}
	
	/* Content *********/
	#content{
		margin: 0 0 60px 0;
	}
	
	.one-column #content{
		margin-bottom: 60px;
	}
	
	h3.block_title,
	#content h3.block_title,
	h3.block_title_2,
	#content h3.block_title_2{
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	
	h3.block_title span.num,
	#content h3.block_title span.num,
	h3.block_title_2 span.num,
	#content h3.block_title_2 span.num{
		font-size: 32px;
		font-size: 3.2rem;
		margin: -5px 0 0 0;
	}
	
	h3.block_title:after,
	#content h3.block_title:after,
	h3.block_title_2:after,
	#content h3.block_title_2:after{
		height: 6px;
		bottom: 5px;
	}
	
	.p_eyecatch{
		height: 150px;
		border-bottom: 6px solid #00c600;
		margin-bottom: 60px;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		width: 300px;
		height: 60px;
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	h3.p-title,
	#content h3.p-title{
	}
	
	.more a{
		width: 260px;
		height: 70px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.line_link{
		width: 240px;
		height: 70px;
	}
	
	.line_link a:before{
		width: 40px;
		height: 38.2px;
		background-size: 40px 38.2px;
		margin: 0 10px 0 0;
	}
	
	.line_link a:hover:before{
		background-size: 40px 38.2px;
	}
	
	ul.caution li{
		font-size: 15px;
		font-size: 1.5rem;
		padding-left: 15px;
	}
	
	/* News *********/
	#main .widget-area ul.xoxo li#categories-2 ul{
		margin-bottom: 50px;
	}
	
	#f_news{
		padding: 55px 0 60px 0;
	}
	
	#content .f_news ul,
	#content .f_news ul:nth-of-type(3n),
	#content .p_news ul,
	#content .p_news ul:nth-of-type(3n){
		max-width: 400px;
	}
	
	li.news-img,
	.p_news li.news-img{
		width: 140px;
		margin-right: 15px;
	}
	
	li.news-img img,
	.p_news li.news-img img{
		height: 100px;
	}
	
	li.date{
		width: calc(100% - 155px);
		width: -webkit-calc(100% - 155px);
		margin-bottom: 10px;
	}
	
	.p_news li.date{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	li.blog-title{
		width: calc(100% - 155px);
		width: -webkit-calc(100% - 155px);
	}
	
	#nav-below{
		margin: 50px 0 0 0;
	}
	
	/* Front-page *********/
	.f_reason{
		padding: 55px 0 55px 0;
	}
	
	#content .f_reason_block dl dt{
		height: 50px;
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	#content .f_reason_block dl dt span.num{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#content .f_reason_block dl dd.f_reason_img{
		margin-bottom: 20px;
	}
	
	#f_service{
		padding: 55px 0 30px 0;
	}
	
	.f_service_block dl,
	.f_service_block dl:nth-of-type(3n){
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 30px;
	}
	
	.f_service_block dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	#content .f_service_block dl dd.f_service_title{
		font-size: 22px;
		font-size: 2.2rem;
		padding-top: 2px;
	}
	
	#f_biginner{
		padding: 55px 0 0 0;
	}
	
	.f_biginner_block_content{
		margin-bottom: 20px;
	}
	
	#content .f_biginner_block_content h3{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	
	#f_faq{
		padding: 55px 0 60px 0;
	}
	
	.faq_block{
		margin-bottom: 20px;
	}
	
	#content .faq_block h4{
		font-feature-settings: "palt"1;
		font-size: 17px;
		font-size: 1.7rem;
		padding: 17px 42px 16px 37px;
	}
	
	#content .faq_block h4:before{
		width: 15px;
		height: 2px;
		right: 15px;
		margin-top: -1px;
	}
	
	#content .faq_block h4:after{
		width: 2px;
		height: 15px;
		right: 21.5px;
		margin-top: -8px;
	}
	
	#content .faq_block h4 span.en{
		font-size: 24px;
		font-size: 2.4rem;
		top: 12px;
		left: 12px;
	}
	
	#content .answer_block p{
		padding: 14px 15px 11px 37px;
	}
	
	#content .answer_block p.kerning{
		font-feature-settings: "palt"1;
	}
	
	#content .answer_block p span.en{
		font-size: 24px;
		font-size: 2.4rem;
		top: 6px;
		left: 13px;
	}
	
	#content .answer_block p span.faq_time_menu{
		margin-right: 15px;
	}
	
	/* サービス - 共通 *********/
	.page-id-3990 #content,
	.page-id-3991 #content,
	.page-id-3992 #content,
	.page-id-3993 #content,
	.page-id-3994 #content,
	.page-id-3995 #content{
		margin-bottom: 30px;
	}
	
	.page-id-3990 #content h3.block_title.mb80,
	.page-id-3991 #content h3.block_title.mb80,
	.page-id-3992 #content h3.block_title.mb80,
	.page-id-3993 #content h3.block_title.mb80,
	.page-id-3994 #content h3.block_title.mb80,
	.page-id-3995 #content h3.block_title.mb80{
		margin-bottom: 40px !important;
	}
	
	#content .service_block_content h3{
		font-feature-settings: "palt"1;
		font-size: 19px;
		font-size: 1.9rem;
		padding: 2px 0 0 15px;
	}
	
	#content .service_block_content h3 span.price{
		right: 15px;
	}
	
	#content .service_place h4{
		height: 80px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
		padding-top: 1px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#content .service_place h4 .sp{
		display: block;
	}
	
	/* サービス - エアコン *********/
	.page-id-3978 #content h3.block_title.mb80{
		margin-bottom: 40px !important;
	}
	
	#content .service_block_content tr th:nth-of-type(1),
	#content .service_block_content tr td:nth-of-type(1){
		width: 24%;
	}
	
	#content .service_block_content table.sp_width tr td:nth-of-type(1){
		width: 62%;
	}
	
	#content .service_block_content table.two_rows tr th,
	#content .service_block_content table.two_rows tr td{
		width: 50% !important;
	}
	
	#content .p_airconditioner .service_place h4{
		height: 60px;
	}
	
	#content .works_movie dl dt{
		height: 70px;
		line-height: 1.4;
	}
	
	/* サービス - お得なセット *********/
	#content .p_valueset h3.block_title.mb80{
		margin-bottom: 40px !important;
	}
	
	#content .valueset_price tr th{
		width: 110px;
	}
	
	#content .valueset_price tr td.content{
		padding: 12px;
	}
	
	#content .valueset_price tr td.price{
		width: 90px;
	}
	
	#content .valueset_option table{
		margin-bottom: 10px;
	}
	
	/* サービス - 空室清掃 *********/
	.page-id-3997 #content{
		margin-bottom: 55px;
	}
	
	.vacantroom{
		margin-bottom: 50px;
	}
	
	#content .vacantroom h3.block_title.mb80{
		margin-bottom: 40px !important;
	}
	
	#content .vacantroom h4{
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.greeting_block_content{
		margin-bottom: 20px;
	}
	
	#content .greeting_block_content h4{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	
	.reason_2{
		padding: 55px 0 60px 0;
	}
	
	.reason_block{
		padding: 30px 20px 20px 20px;
		margin-bottom: 30px;
	}
	
	#content .reason_block_content h4{
		line-height: 1.5;
	}
	
	#content .reason_block_content h4 span.waku{
		width: 140px;
		height: 46px;
		font-size: 22px;
		font-size: 2.2rem;
		padding-top: 2px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin-bottom: 27px;
	}
	
	#content .reason_block_content h4 span.num{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.works{
		padding: 55px 0 30px 0;
	}
	
	.works_block{
		display: block;
		flex-flow: inherit;
	}
	
	.works_block dl,
	.works_block dl:nth-of-type(2n){
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	#content .works_block dl dt,
	#content .works_movie dl dt{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.vacantroom_price{
		padding: 55px 0;
	}
	
	#content .vacantroom_price_block table{
		max-width: 400px;
		margin: 0 auto;
	}
	
	#content .vacantroom_price_block table:nth-of-type(1){
		margin-bottom: 30px;
	}
	
	#content .vacantroom_price_block tr th,
	#content .vacantroom_price_block tr td,
	#content .vacantroom_price_block table:nth-of-type(2) tr:nth-of-type(5) td{
		padding: 20px 0 20px 15px;
	}
	
	.p_vacantroom .company_outline{
		margin-bottom: 55px;
	}
	
	#content .vacantroom_finally h4{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	
	/* お客様の声 *********/
	.page-id-3961 #content{
		margin-bottom: 40px;
	}
	
	.voice_intro{
		margin-bottom: 50px;
	}
	
	.voice_box,
	.voice_box:nth-of-type(2n){
		max-width: 400px;
	}
	
	.voice_box dl{
		padding: 15px 20px;
	}
	
	#content .voice_box dl dt{
		width: 120px;
	}
	
	#content .voice_box dl dd{
		width: 130px;
	}
	
	/* 会社概要 *********/
	.company_outline{
		margin-bottom: 60px;
	}
	
	#content .company_outline table{
		max-width: 400px;
	}
	
	#content .company_outline tr th{
		width: 120px;
		line-height: 1.7;
		padding: 20px 0 20px 20px;
	}
	
	#content .company_outline tr td{
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.7;
		padding: 20px 20px 20px 0;
	}
	
	.company_img{
		margin-bottom: 60px;
	}
	
	.company_img ul li{
		width: 50%;
	}
}
