@charset "utf-8";

/*
Theme Name: 株式会社橋脇商店
Theme URI: https://www.direx.ne.jp/
Description: 株式会社橋脇商店
Author: Direx Corporation
Author URI: https//www.direx.ne.jp/
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body,
input,
textarea,
body.custom-font-enabled {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
p {
	margin-bottom: 15px;
	line-height: 1.5em;
}
ul li,
ol li {
	line-height: 150%;
	margin: 0 0 5px;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 1.5em;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 18px 20px;
}
strong {
	font-weight: bold;
}
cite,
i {
	font-style: normal;
}
em { 
	font-weight: bold;
}
big {
	font-size: 131.25%;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/*
ClearFix
*/
.clearfix:after {
    content:" "!important;;
    display:block;
    clear:both;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	/*border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;*/
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
button,
input {
    line-height: normal;
}
textarea {
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #333;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #333;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;

}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;*/
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color: #000;
	font-size: 12px;
	line-height: 2;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	color: #333;
	/*width: 90%;*/
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	/*max-width: 90%;
	padding: 5%;*/
	margin-bottom: 5px;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
.nav-single {
	border-bottom: 1px solid #ccc;
	padding-bottom: 45px;
}

#wpadminbar {
	position: fixed;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
}
body {
	font-size: 14px;
	color: #000;
}
body.home {
}
a {
	outline: none;
	color: #000;
	text-decoration: underline;
    backface-visibility: hidden;
	transition: 0.4s;	
}
a:hover {
	color: #000;
	text-decoration: none;
}
a img {
    backface-visibility: hidden;
	transition: 0.7s;	
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#content ul.komelist {
	margin-bottom: 35px;
}
#content ul.komelist li {
	list-style:none;
	margin-left: 1em;
}
#content ul.komelist li:before{
	content:"※";
	margin-left: -1em;
	color: #F00;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
#page {
	position: relative;
	background: url(img/bg_glow.png) left 359px repeat-x #d6e36e;
}
.home #page {
	background: none;
}
.site {
	margin: 0 auto;
	overflow: visible;
	padding: 0;
	background: none;
}
#body {
	position: absolute;
	top: 100px;
	width: 100%;
	height: 260px;
	background: url(img/bg_body.jpg) center bottom no-repeat;
	background-size: cover;
	z-index: 1;
}
.home #body {
	display: none;
} 
#main {
	position: relative;
	width: 100%;
	max-width: 1000px;
	min-height: 1250px;
	background: #fff;
	margin: 0 auto;
	z-index: 1;
}
.home #main {
	max-width: none;
	min-height: inherit;
	background: url(img/bg_homemain.jpg) center bottom no-repeat;
	background-size: contain;
}
#sky {
	position: relative;
	width: 100%;
	background: url(img/bg_main.png) center bottom no-repeat;
	background-size: contain;
}
.site-content {
	float: none;
	width: 100%;
	margin: 0;
}
.home .site-content {
	margin: 0;
}
.widget-area {
	float: right;
	width: 180px;
	margin-bottom: 50px;
}
#content {
	float: left;
	width: 77%;
	margin: 0 0 50px;
	padding-left: 30px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.home #content {
	float: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 70px;
}
.cbox {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.min {
	font-family: serif;
}


/*
header
*/
.site-header {
	position: fixed;
	width: 100%;
	height: 156px;
	background: url(img/bg_header.png) left top repeat-x;
	z-index: 10;
	margin: 0;
	overflow: visible;
	transition: .5s;
}
.site-header div#headerbox {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 156px;
}
.site-header .site-title {
	position: absolute;
	left: 0;
	top: 8px;
}
.site-header .site-title h1 {
	width: 100%;
	max-width: 320px;
	margin: 0;
}
site-header .site-title h1 a {
	outline: none;
}
.site-header .site-title h1 a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.site-header p#description {
	position: absolute;
	top: 20px;
	right: 0;
	color: #6699ff;
	font-size: 15px;
	margin: 0;
}
.site-header nav#headermenu {
	position: absolute;
	top: 65px;
	right: 0;
	width: 200px;
}
.site-header nav#headermenu ul,
.site-header nav#headermenu ul li {
	margin: 0;
	padding: 0;
}
.site-header nav#headermenu ul li a {
	float: left;
	font-size: 13px;
	line-height: 1;
	padding: 0 15px;
	margin: 0;
	border-right: 1px solid #000;
	text-decoration: none;
}
.site-header nav#headermenu ul li.current_page_item a,
.site-header nav#headermenu ul li a:hover {
	color: #06c;
}

.site-header p#mhome,
.site-header p#mcontact {
	margin: 0;
}
.site-header p#mhome a,
.site-header p#mcontact a {
	display: block;
	position: absolute;
	bottom: 0;
	width: 60px;
	padding: 17px 0 18px;
	margin: 0 auto;
	text-align: center;
	z-index: 4;
}
.site-header p#mhome a {
	left: 0;
	background: #98ca33;
}
.site-header p#mcontact a {
	right: 0;
	background: #005bab;
}
.site-header p#mhome a img,
.site-header p#mcontact a img {
	width: 26px;
}


/* Navigation Menu */
.main-navigation {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	margin: 0;
	z-index: 3;
}
.main-navigation ul {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.main-navigation ul li {
	position: relative;
	float: left;
	width: 20%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1;
	border-left: 1px solid #fff;
	text-align: center;
	outline: none;
	margin: 0;
	padding: 20px 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.main-navigation ul li:last-child a {
	border-right: 1px solid #fff;
}
.main-navigation ul li.current-menu-item a,
.main-navigation ul li a:hover {
	color: #ff0;
}
.main-navigation li ul {
	display: none;
	position: absolute;
	top: 56px;
	width: 200px;
	background: #fff;
	padding: 0 8px 8px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.main-navigation li ul li {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.main-navigation li ul li a {
	color: #000!important;
	width: 100%;
	font-size: 15px;
	font-weight: normal!important;
	height: auto;
	text-align: left;
	text-decoration: none;
	line-height: 1;
	border: none;
	border-bottom: 1px solid #98ca33;
	margin: 0 auto;
	padding: 10px 2px!important;
}
.main-navigation li.current-menu-item ul li a,
.main-navigation ul.sub-menu li.current-menu-item a {
}
.main-navigation ul li ul li a:after,
.main-navigation ul li ul li a:before {
	display: none;
}
.main-navigation li ul li a:hover {
	background: #ffffc2!important;
}
#toggle {
	display: none;
}


/*
breadcrumb
*/
#breadcrumb {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 35px 10px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#breadcrumb p {
	width: 100%;
	font-size: 12px;
	margin: 0 auto;
}
#breadcrumb p a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}



/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}


/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 30px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	/*margin-bottom: 24px;
	margin-bottom: 1.714285714rem;*/
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 5px 0;
	line-height: 1.714285714;
}
p#caption {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
	font-size: 24px;
	padding: 230px 0 45px;

	text-shadow: 0 0 10px #339200, 0 0 10px #339200, 0 0 10px #339200, 0 0 10px #339200;
	z-index: 2;
}
.tbox {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1.entry-title,
h1.archive-title {
	position: relative;
	width: 100%;
	max-width: 465px;
	color: #000;
	background: url(img/bg_h1.png) left top no-repeat;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	padding: 14px 0 14px 10px;
	margin: 0;
	z-index: 2;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content h2,
.entry-header h2.entry-title,
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title,
h2.entry-title2 {
	position: relative;
	color: #000;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
	border-left: 4px solid #005bab;
	padding: 10px 0 10px 25px;
	margin: 0 0 20px -30px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content h2 a,
.entry-content h2 a,
h2.entry-title a {
	display: block;
	color: #000;
	text-decoration: none;
	outline: none;
}
#content h2 a:hover,
.entry-content h2 a:hover,
h2.entry-title a:hover {
	color: #005bab;
}
.tbox2 {
	border: 1px solid #06c;
	padding: 2px;
	margin-bottom: 20px;
}
.entry-content h3,
.comment-content h3 {
	color: #06c;
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #06c;
	line-height: 1;
	margin-bottom: 0;
	padding: 10px;
}
#content div#comments h2,
#content div#respond h3 {
	font-size: 24px;
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.entry-content h4,
.comment-content h4 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	line-height: 1;
	margin: 0 0 10px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 15px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.5em;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 20px;
	line-height: 1.5em;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content ol li,
.comment-content ol li {
	margin-bottom: 5px;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin-left: 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 0 24px 12px 0;
}
img.alignright {
	margin: 0 0 12px 24px;
}
img.aligncenter {
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content .gallery dd {
	margin-bottom: 0;
}
.entry-content table,
.comment-content table {
	color: #757575;
	line-height: 1.5em;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}



/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/*
main
*/
#content table {
	width: 100%;
	text-align: left;
	margin: 0 0 25px;
	border: none;
}
#content table th,
#content table td {
	color: #000;
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	border: 1px solid #ccc;
}
#content table th {
	width: 22%;
	background: #e6f2ff;
	font-weight: normal;
}
#content table thead th,
#content table thead td,
#content table tbody th,
#content table tbody td {
	line-height: 1.3;
	vertical-align: middle;
}
.attention,
.attention a {
	color: #F00;
}
.wspace {
	clear: both;
	padding-bottom: 35px;
}
p.thumbnail {
	float: left;
	margin: 0 25px 15px 0;
}
p.photo_r {
	float: right;
	margin: 0 0 15px 15px;
}
p.photo_l {
	float: left;
	margin: 0 15px 15px 0;
}



/*
topimage
*/
div#topimage {
	position: relative;
	width: 100%;
	height: 600px;
	background: url(img/topimage.jpg) center bottom no-repeat;
	background-size: cover;
	margin: 100px auto 0;
	z-index: 1;
}
div#topimage div.cbox {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;

	-webkit-transform: translate(0%, -50%); /* Safari用 */
	transform: translate(0%, -50%);
}
div#topimage div.cbox p {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px #339200, 0 0 10px #339200, 0 0 10px #339200, 0 0 10px #339200;
	margin: 0;
}
div#topimage div.cbox p#logo_anniversary {
	width: 18.6%;
	margin: 0 auto;
}
div#topimage div.cbox p#read_home01 {
	font-size: 50px;
	margin-bottom: 15px;
}
div#topimage div.cbox p#read_home02 {
	font-size: 17px;
}


/*
homepickup
*/
#content p#logo_home {
	position: relative;
	width: 44.2%;
	margin: -135px auto 0;
	z-index: 2;
}
#content div#homepickup {
	position: relative;
	text-align: center;
	margin: -70px auto 80px;
	z-index: 3;
}
#content div#homepickup div.pickuplist {
	display: inline-block;
	width: 24%;
	border-left: 1px solid #98ca33;
	padding: 0 1%;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#homepickup div.pickuplist:last-child {
	border-right: 1px solid #98ca33;
}
#content div#homepickup div.pickuplist p {
	color: #005bab;
	font-size: 18px;
	text-align: center;
	margin: 0;
}
#content div#homepickup div.pickuplist p.pickup_img {
	width: 61px;
	margin: 0 auto 25px;
}


/*
homeecoaction
*/
#content div#homeecoaction {
	margin-bottom: 45px;
}
#content div#homeecoaction p {
	margin: 0 0 0 18%;
}
#content div#homeecoaction p#read_ecoaction {
	color: #007940;
	font-size: 24px;
	margin: 0 0 5px 18%;
	padding-top: 1.5%;
}
#content div#homeecoaction p#ecoaction {
	float: left;
	width: 11.7%;
	margin: 0 0 0 3.6%;
}


/*
homecontent
*/
#content div#homecontent {
}
#content div#homecontent a {
	text-decoration: none;
}
#content div.l_homecontent,
#content div.s_homecontent {
	float: left;
	position: relative;
	width: 49%;
	border: 10px solid rgba(255,255,255,0.7);
	overflow: hidden;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.l_homecontent {
	margin: 0 2% 20px 0;
}
#content div.l_homecontent.last {
	margin: 0 0 20px;
}
#content div.s_homecontent {
	width: 32%;
	margin: 0 2% 20px 0;
}
#content div.s_homecontent.last {
	margin: 0 0 20px 0;
}
#content div.l_homecontent p.homecontent_img,
#content div.s_homecontent p.homecontent_img {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
#content div.l_homecontent div.homecontent_naiyo,
#content div.s_homecontent div.homecontent_naiyo {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
#content div.l_homecontent div.homecontent_naiyo p.icon_homecontent,
#content div.s_homecontent div.homecontent_naiyo p.icon_homecontent {
	width: 68px;
	margin: 0 auto;
	text-align: center;
}
#content div.l_homecontent div.homecontent_naiyo p.t_homecontent,
#content div.s_homecontent div.homecontent_naiyo p.t_homecontent {
	display: block;
	width: 99.9%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 5px;
	overflow: hidden;

	background: -webkit-linear-gradient(top,  rgba(0,94,167,0.05) 0%,rgba(0,94,167,0.7) 30%,rgba(0,94,167,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,94,167,0.05) 0%,rgba(0,94,167,0.7) 30%,rgba(0,94,167,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d005ea7', endColorstr='#b3005ea7',GradientType=0 );

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*
homeinformation
*/
#content div#homeinformation {
	padding: 15px 0;
	background: rgba(255,255,255,0.7);

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#homeinformation h2 {
	float: left;
	color: #98ca33;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: none;
	margin: 0 0 0 6.5%;
	padding-top: 2%;
}
#content div#homeinformation h2 img {
	display: block;
	width: 76px;
	text-align: center;
	margin: 0 auto 15px;
}
#content div#homeinformation ul {
	width: 65.5%;
	margin: 0 0 0 34%;
}
#content div#homeinformation ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 0;
}
#content div#homeinformation ul li .entrydate {
	display: inline-block;
	font-size: 12px;
	margin-right: 15px;
}
#content div#homeinformation ul li a {
	text-decoration: none;
}
#content div#homeinformation ul li a:hover {
	text-decoration: underline;
}


/*
information
*/
#content p.entrymore a {
	display: inline-block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #ffebed;
	border: 1px solid #cccce6;
	border-radius: 5px;
	padding: 7px 20px;
}
#content p.entrymore a:hover {
	background: #f9cad1;
}


/*
about
*/
#content div#president {
	float: left;
	width: 31%;
}
#content div#president p {
	text-align: center;
}
#content div#president p#president_img {
	width: 100%;
	margin: 0 auto 15px;
}
#content div#president p#katagaki {
	font-size: 11px;
	margin-bottom: 5px;
}
#content div#president p#pname {
	width: 60.4%;
	margin: 0 auto;
}
#content div#aisatsu {
	margin-left: 37%;
}
#content div#aisatsu p {
	margin-bottom: 30px;
}
#content div#aisatsu p#read_aisatsu {
	font-size: 24px;
}
#content div#about03 table {
	border: none;
}
#content div#about03 table tbody th,
#content div#about03 table tbody td {
	border: none;
	padding: 8px 0;
}
#content div#about03 table tbody th {
	width: 20%;
	background: none;
	color: #005bab;
	font-weight: bold;
}
#content div#about04 p#rinen {
	font-size: 22px;
	margin-bottom: 40px;
}
#content div#about04 ul {
	list-style-type: none;
}
#content div#about04 ul li {
	margin-left: 0;
}
.gmap iframe {
	width: 100%;
}


/*
industry
*/
#content div#industryimg {
	margin-bottom: 35px;
}
#content div#industryimg p {
	float: left;
	width: 47.9%;
	margin: 0 4% 0 0;
}
#content div#industryimg p:last-child {
	margin: 0;
}
#content div#read_industry {
	margin-bottom: 60px;
}
#content div#read_industry p {
	margin: 0 0 5px;
}
#content div#read_industry p strong {
	font-size: 16px;
}
.page-id-52 #content h4 {
	text-align: center;
	padding-top: 15px;
}
#content div.torihikibox {
	float: left;
	width: 31.4%;
	min-height: 205px;
	border: 1px solid #06c;
	border-radius: 5px;
	padding: 5px;
	margin: 0 2.7% 20px 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.torihikibox:last-child {
	margin: 0 0 20px;
}
#content div.torihikibox p {
	text-align: center;
	margin: 10px 0 0;
}
#content div.torihikibox p.t_no,
#content div.nagetbox p.t_no,
#content div.flowbox p.t_no {
	color: #999;
	font-size: 93px;
	font-family: serif;
	margin: 0;
	padding-right: 65px;
	line-height: 1;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.torihikibox p#t01 {
	background: url(img/icon_industry01.png) 70% center no-repeat;
	background-size: 66px 66px;
}
#content div.torihikibox p#t02 {
	background: url(img/icon_industry02.png) 70% center no-repeat;
	background-size: 66px 66px;
}
#content div.torihikibox p#t03 {
	background: url(img/icon_industry03.png) 70% center no-repeat;
	background-size: 66px 66px;
}
#content div.torihikibox p.t_title,
#content div.nagetbox p.t_title,
#content div.flowbox p.t_title {
	color: #005bab;
	font-size: 22px;
	margin: 0;
}
#content div#mochikomi {
	border: 1px solid #c00;
	border-radius: 5px;
	padding: 15px 10px;
	margin-bottom: 40px;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div#mochikomi p {
	text-align: center;
	margin: 0;
}
#content div#mochikomi p.m_title {
	color: #cc0000;
	font-size: 20px;
	margin-bottom: 10px;
}
#content div.scrapphoto,
#content div.cleanphoto,
#content div.cleanphoto2,
#content div.boujyophoto {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
#content div.scrapphoto p,
#content div.cleanphoto p,
#content div.cleanphoto2 p,
#content div.boujyophoto p {
	float: left;
	width: 25.6%;
	text-align: center;
	margin: 0 11.3% 20px 0;
}
#content div.scrapphoto p:last-child,
#content div.cleanphoto2 p:last-child {
	margin: 0 0 15px;
}
#content div.scrapphoto p img,
#content div.cleanphoto p img,
#content div.cleanphoto2 p img,
#content div.boujyophoto p img {
	margin-bottom: 8px;
}
#content p#recycleflow_img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}



/*
naget
*/
#content div.nagetbox {
	float: left;
	width: 48.6%;
	min-height: 220px;
	border: 1px solid #06c;
	border-radius: 5px;
	padding: 10px 0 10px 1%;
	margin: 0 2.7% 20px 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.nagetbox:nth-child(even) {
	margin: 0 0 20px;
}
#content div.nagetbox p {
	margin: 0 0 0 18.4%;
}
#content div.nagetbox p.t_no {
	float: left;
	margin: 0;
	padding: 0;
}
#content div.nagetbox p.t_title {
	margin: 0 0 10px 18.4%;
}
#content div.nagetbox p.naget_img {
	width: 76%;
}


/*
sh-unpan
*/
#content div#sh-unpan01,
#content div#ih-unpan01,
#content div#clean01,
#content div#boujyo01 {
	padding-bottom: 45px;
}
#content div.flowbox {
	display: table;
	width: 100%;
	border: 1px solid #999;
	border-radius: 5px;
	background: #fffff0;
	padding: 15px;
	margin: 0;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.flowbox.f_odd {
	background: #fff5f0;
}
#content div.flowbox p {
	font-size: 12px;
	margin-bottom: 0;
}
#content div.flowbox ul {
	margin: 0;
	padding: 0;
}
#content div.flowbox p.t_no {
	margin: 0;
	padding: 0;
}
#content div.t_flow01,
#content div.t_flow0201,
#content div.t_flow0202,
#content div.t_flow0203,
#content div.t_flow0204 {
	display: table-cell;
	vertical-align: middle;
}
#content div.t_flow01 {
	width: 10%;
}
#content div.t_flow0201 {
	width: 45%;
}
#content div.t_flow0202 {
	width: 90%;
}
#content div.t_flow0203 {
	width: 28%;
}
#content div.t_flow0204 {
	width: 60.6%;
}
#content p.arrow_d {
	width: 100%;
	max-width: 32px;
	text-align: center;
	margin: 0 auto 15px;
}
#content div#sh-unpan02 table tbody th,
#content div#ih-unpan02 table tbody th {
	width: 15%;
}
#content div.t_flow0203 p.t_title {
	font-size: 20px;
}
#content div.t_flow0204 p {
	font-size: 14px;
}
.industry_photo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.industry_photo figure {
	width: 46.5%;
	padding-top: 10px;	
}
#grave02 {
	padding-bottom: 45px;
}
.grave_price {
	display: flex;
	align-items: center;
	border: 1px solid #999;
	padding: 20px 25px;
	margin-bottom: 10px;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.grave_price p {
	font-size: 18px;
	margin: 0 5.8% 0 0;
}
#content .grave_price ul.komelist {
	margin-bottom: 0;
	padding-bottom: 0;
}
#content .grave_price ul.komelist li {
	font-size: 12px;
}
#content .grave_price ul.komelist li:last-child {
	margin-bottom: 0;
}
#content .grave_price ul.komelist li::before {
	color: #000;
}
#grave03 {
	padding-bottom: 15px;
}
.entry-content #grave04 li {
	margin-left: 1.4em;
}



/*
freon
*/
#content div#freonimg {
	margin-bottom: 35px;
}
#content div#freonimg p {
	float: left;
}
#content div#freonimg p#freon_img01 {
	width: 35.9%;
	margin: 0 3.6% 0 0;
}
#content div#freonimg p#freon_img02 {
	width: 47.9%;
	margin: 0;
}
#content p#freon_img03 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}


/*
clean
*/
#content div.cleanbox h4,
#content div.boujyobox h4 {
	color: #06c;
	font-size: 18px;
}
#content div.cleanbox h5,
#content div.boujyobox h5 {
	margin-bottom: 5px;
	padding-top: 10px;
}
#content div.cleanbox ul li {
	margin-left: 20px;
}
#content div.cleanbox ul li strong {
	color: #06c;
}
#content div.cleanphoto p,
#content div.cleanphoto2 p,
#content div.boujyophoto p {
	text-align: left;
}
#content div.cleanphoto p,
#content div.boujyophoto p {
	margin: 0 0 15px;
}
#content div.cleanphoto p.arrow_r,
#content div.boujyophoto p.arrow_r {
	float: left;
	width: 3.5%;
	margin: 0 4%;
	padding-top: 7%;
}


/*
boujyo
*/
#content div.boujyophoto p.bikou {
	clear: both;
	width: 100%;
}
#content p#boujyo_contact {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	background: #ffe866;
	text-align: center;
	border: 1px solid #f00;
	margin: 0;
	padding: 8px;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*
environment
*/
#content div.read_ecoaction {
	margin: 0 0 20px;
	padding-top: 15px;
}
#content div.read_ecoaction p {
	margin: 0 22.5% 0 0;
}
#content div.read_ecoaction p#logo_ecoaction,
#content div.read_ecoaction p#ecoaction_tourokusho {
	float: right;
	width: 18.1%;
	margin: 0;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.read_ecoaction p#ecoaction_tourokusho {
	width: 19.8%;
	border: none;
	padding: 0 0 35px;
}
#content div.read_ecoaction p#ecoaction_tourokusho img {
	border: 1px solid #999;
}
#content div.read_ecoaction p.cap_ecoaction {
	color: #007940;
	font-size: 28px;
	margin: 0;
}
#content div#kihonrinen {
	padding-bottom: 50px;
}
#content div#kihonrinen p {
	margin: 0 44.5% 0 0;
}
#content div#kihonrinen p#environment_img01,
#content p#environment_img02 {
	float: right;
	width: 33.7%;
	margin: 0;
}
#content p#shomei {
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	margin-bottom: 50px;
}
#content p#shomei .president_name {
	display: inline-block;
	width: 139px;
	margin-left: 15px;
	vertical-align: middle;
}
#content div#environment02 table {
	margin-bottom: 50px;
}
#content div#environment02 ol {
	width: 60%;
}
#content div#environment02 ol li {
	color: #0066cc;
}
#content div#environment02 ol li ul {
	margin-bottom: 25px;
}
#content div#environment02 ol li ul li {
	color: #000;
	margin-left: 20px;
}
#content p#environment_img02 {
	padding-top: 50%;
}
#content p.btn {
	clear: both;
	margin: 0;
}
#content p.btn a {
	display: block;
	width: 60%;
	color: #06c;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;

	background: rgb(255,255,255);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*
kyoka
*/
#content div#kyoka01 {
	padding-bottom: 50px;
}
#content p.k_date {
	margin-bottom: 8px;
}
#content div#kyoka02 table thead th.ninzu {
	width: 5%;
	text-align: center;
}
#content div#kyoka02 table tbody tr td:nth-child(even) {
	text-align: center;
}


/*
qanda
*/
.nav-single .tbox2,
.page-id-67 .tbox2 {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
#content div#qanda01,
#content div#qanda02,
#content div#qanda03,
#content div#qanda04 {
	padding-bottom: 50px;
}
#content div.qanda h3 {
	border: none;
	color: #000;
	font-size: 18px;
	padding: 0 0 0 3.4em;
	text-indent: -1.7em;
	margin-bottom: 10px;
}
#content div.qanda p {
	margin: 0;
	padding-left: 3.6em;
	text-indent: -1.8em;
}
#content div.qanda h3 .question,
#content div.qanda p .answer {
	display: inline-block;
	margin-right: 25px;
	font-weight: normal;
}
#content div.qanda h3 .question {
	font-size: 30px;
	color: #0078ff;
	margin-right: 20px;
	vertical-align: middle;
}
#content div.qanda p .answer {
	color: #f66;
	font-size: 20px;
}
#content div.answerbox {
	background: #fff5f2;
	border: 1px solid #ffbacc;
	padding: 10px;
	margin-bottom: 25px;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*
link
*/
#content div.linkbox {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content div.linkbox a {
	display: block;
	text-decoration: none;
	padding: 7px;
}
#content div.linkbox .linktitle {
	display: block;
	border-left: 5px solid #98ca33;
	padding: 3px 5px 3px 15px;
}
#content div.linkbox .linktitle strong {
	font-size: 18px;
}
#content div.linkbox:hover {
	border: 1px solid #98ca33;
}
#content div.linkbox:hover a {
	color: #fff;
	background: #98ca33;
}
#content div.linkbox:hover .linktitle {
	border-left: 5px solid #fff;
}


/*
access
*/
.mapp-layout {
	width: 100%!important;
	margin: 0;
	padding: 0;
	border: none!important;
}
.mapp-layout iframe {
	width: 100%;
}
#content div.mapp-map-links {
	border: none!important;
	background: none!important;
}


/*
contact
*/
#content div#contact01 {
	padding-bottom: 50px;
}
#content div#contact01 table th {
	width: 25%;
	text-align: left;
}
#content div#contact01 table th,
#content div#contact01 table td {
	border: none;
	background: none;
	padding: 6px 0;
}
#content table td .kinyu {
	display: inline-block;
	color: #f00;
	font-size: 11px;
	margin-left: 10px;
}
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 24px;
}
#content input[type="text"] {
	width: 40%;
}
#content input#your-email,
#content input#your-zip,
#content input#your-zip2,
#content input#your-tel {
	ime-mode: disabled;
}
#content input#your-zip {
	width: 10%;
}
#content input#your-zip2 {
	width: 12%;
}
#content input#your-tel {
	width: 40%;
}
#content input#your-address,
#content input#your-email,
#content textarea {
	width: 95%;
}
#content .wpcf7-radio label,
#content .wpcf7-checkbox label {
	display: block;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 1;
}
#content .wpcf7-list-item {
	display: block;
}
#content .wpcf7-radio span.wpcf7-list-item,
#content .wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 0;
}
#content div#recaptcha {
	width: 100%;
	max-width: 310px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 40px;
}
#content p#btncontact {
	text-align: center;
}
#content div#btn_contact p {
	text-align: center;
	margin: 0;
	padding: 0;
}

#content div#contact02 .tbox2 {
	padding: 0;
	margin: 0;
	border: none;
}
#content div#contact02 h3 {
	color: #000;
	font-size: 14px;
	border: none;
	padding: 0;
	margin: 0 0 5px;
}
#content div#contact02 p{
	margin-bottom: 25px;
}



/*
wp-pagenavi
*/
div.wp-pagenavi {
	padding: 4% 0 0;
}
.page-links {
	font-weight: bold;
}
.page-links a,
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	color: #000;
	border: 1px solid #999!important;
	background: #FFF;
	margin: 0 3px 10px;
	padding: 0.5em 0.75em;
}
.page-links a:hover,
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	display: inline-block;
	border: 1px solid #999!important;
	color: #FFF!important;
	background: #06c!important;
}
.wp-pagenavi span.current {
}



/*
sidebar
*/
.widget-area {
}
.widget-area .widget {
	margin: 0;
}
#secondary ul,
#secondary ul li,
#secondary ul li ul,
#secondary ul li ul li,
#secondary li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page aside#nav_menu-3 {
	display: none;
}
#secondary .widget_nav_menu {
	border-top: 2px solid #98ca33;
	margin-bottom: 30px;
}
#secondary .widget_nav_menu ul li a {
	display: block;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	line-height: 1;
	padding: 15px 5px;
	border-bottom: 1px solid #98ca33;
	outline: none;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#secondary .widget_nav_menu ul li a:hover,
#secondary .widget_nav_menu ul li.current_page_item a,
#secondary .widget_nav_menu ul li.current-cat a {
	color: #779D28;
}
#secondary .widget_nav_menu ul li ul li a {
	font-size: 15px;
	background: none!important;
	box-shadow: none!important;
	padding: 0 0 30px;
	margin: 0;
}
#secondary .widget_nav_menu ul li ul li:first-child a {
	margin-top: -10px;
}
#secondary .widget_nav_menu ul li.current_page_item ul li a,
#secondary .widget_nav_menu ul li.current-cat ul li a {
	font-weight: normal!important;
}
#secondary .widget_nav_menu ul li ul li a:hover {
	color: #779D28;
	box-shadow: none!important;
}



/*
footer
*/
footer {
	clear: both;
	position: relative;
	width: 100%;
	background: #6699ff;
	margin: 0;
	padding: 0;
	z-index: 2;
}
footer.entry-meta {
	background: none;
	padding: 0;
}
div.siteinfo,
footer div.siteinfo {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
footer p.btn_totop {
	margin: 0;
}
footer p.btn_totop a {
	position: absolute;
	color: #fff;
	top: -60px;
	right: 0;
	font-size: 14px;
	display: block;
	text-decoration: none;
    background: url(img/arrow_u.png) center 30% no-repeat #69f;
	background-size: 14px 7px;
    width: 60px;
	padding: 25px 0 15px;
	text-align: center;
	vertical-align: middle;

	-ms-box-sizing: border-box;
	box-sizing: border-box;

    backface-visibility: hidden;
	transition: 0.4s;	
}



/*
footermenu
*/
footer div#footermenu {
	width: 100%;
	padding: 20px 0 0;
	margin: 0 0 70px;
}
footer nav.footermenu {
	float: left;
	width: 25%;
	min-height: 190px;
	border-left: 1px solid #fff;
	padding: 5px 1% 0 2%;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer nav.footermenu:lastchild {
	margin: 0;
}
footer div#footermenu ul,
footer div#footermenu ul li {
	color: #fff;
	margin: 0;
	padding: 0;
}
footer div#footermenu ul li {
	margin-bottom: 15px;
}
footer div#footermenu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
footer div#footermenu ul li ul li a {
	font-weight: normal;
}
footer nav.footermenu ul li ul li {
	margin: 0 0 0 1em!important;
}
footer nav.footermenu ul li ul li:before {
	content:"・";
	margin-left: -1em;
}
footer div#footermenu ul li a:hover {
	text-decoration: underline;
}




/*
companyinfo
*/
footer div#footer_info {
	width: 75%;
	margin: 0 auto 30px; 
}
footer div#footer_info p {
	color: #fff;
	font-size: 14px;
}
footer div#footer_info p#logo_footer {
	float: left;
	width: 20%;
	margin: 0;
}
footer div#footer_info p#footer_company {
	margin: 0 0 0 23.8%;
	padding-top: 4%;
}
footer div#footer_info p#footer_company strong {
	font-size: 18px;
}
footer div#footer_info p#footer_company .footer_jyusho {
	display: inline-block;
	margin: 0 12px;
}
footer p#copyright {
	width: 100%;
	color: #000;
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 18px 0;
	margin: 0;
}




/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}



/*
smartp
hone
*/
@media only screen and (max-width: 1140px) {

	.site-header p#mhome,
	.site-header p#mcontact,
	.main-navigation,
	.site-header nav#headermenu {
		display: none;
	}
	#toggle {
		display: block;
		position: absolute;
		top: 100px;
		left: 0;
		float: left;
		width: 100%;
		background: rgba(0,0,0,0.4);
		padding: 8px 0 8px 5px;
		cursor: pointer;
		z-index: 4;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#toggle p {
		font-size: 14px;
		color: #fff;
		margin: 1px 0 0 40px;
		vertical-align: middle;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		float: left;
		position: relative;
		width: 30px;
		height: 22px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		opacity: 0;
	}
	nav#spmainmenu {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 3;
	}
	nav#spmainmenu ul {
		display: none;
		width: 100%;
		padding-bottom: 200px;
		background: #005BAB;
	}
	nav#spmainmenu ul li {
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	nav#spmainmenu ul li a {
		display: block;
		color: #FFF;
		width: 100%;
		font-size: 17px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		padding: 15px;
		border: none;
		border-bottom: 1px solid #FFF;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav#spmainmenu ul li.current_page_item a,
	nav#spmainmenu ul li a:hover {
		color: #FFF;
	}
	nav#spmainmenu ul li ul {
		padding-bottom: 0;
		background: none;
	}
	nav#spmainmenu ul li ul li a {
		padding-left: 35px;
	}
	nav#spmainmenu ul li ul li ul li a {
		padding-left: 55px;
	}

}

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

	#content {
		padding: 0 3.2%;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#breadcrumb {
		max-width: none;
		padding: 10px 3.2% 35px;

		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

}
@media only screen and (max-width: 767px) {
	body,
	body.home {
	}

	html.lity-active,
	.lity-active body {
		overflow: hidden;
		height: 100%;
	}
	.pc {
		display: none;
	}
	#toggle,
	.sp {
		display: block;
	}
	.site-header,
	.site-header div#headerbox {
	}
	.home #main {
		background: url(img/bg_homemain.jpg) center bottom no-repeat;
		background-size: contain;
	}

	/*
	header
	*/
	.site-header p#description {
		position: static;
		top: 0;
		font-size: 14px;
		text-align: center;
		margin: 0 auto 5px;
		padding-top: 10px;
	}
	.site-header .site-title {
		position: static;
		left: 0;
		top: 0px;
	}
	.site-header .site-title h1 {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		text-align: center;
	}
	.site-content {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0 0 3%;
	}
	.category .site-content,
	.single-post .site-content,
	.widget-area {
		float: none;
		width: 100%;
	}

	.widget-area {
		border: none;
		max-width: none;
		background: none;
		margin: 0 auto 100px;
		padding: 0 3.2%;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main {
		max-width: none;
		min-height: inherit;
		padding-top: 0px;
	}

	p#caption {
		text-align: center;
		font-size: 17px;
		padding: 210px 3.2% 75px;
	
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	h1.entry-title,
	h1.archive-title {
		width: 100%;
		font-size: 20px;
		padding: 15px 3.2%;
	}
	#breadcrumb {
	}
	#breadcrumb p {
		padding: 0;
	}
	#content {
		float: none;
		width: 100%;
		max-width: none;
		padding: 0 3.2%;
		margin: 0 0 3%;

		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content h2,
	.entry-header h2.entry-title,
	.entry-content h2,
	.comment-content h2,
	.mu_register h2,
	h2.entry-title,
	h2.entry-title2 {
		font-size: 18px;
		margin-left: 0;
		padding: 10px 0 10px 11px;
	}
	.entry-content h3,
	.comment-content h3 {
		font-size: 18px;
	}
	#content h4,
	.entry-content h4,
	.comment-content h4 {
		font-size: 16px;
	}
	#content h5,
	.entry-content h5,
	.comment-content h5 {
		font-size: 15px;
	}
	#content p.photo_l,
	#content p.photo_r {
		float: none;
		text-align: center;
		margin: 0;
		padding-bottom: 15px;
	}
	#content table {
		border-top: 1px solid #ccc;
	}
	#content table th,
	#content table td {
		display: block;
		width: 100%;
		text-align: left;
		border-top: none;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content table td {
	}
	#content table.notwide {
		border: none;
	}
	#content table.notwide th,
	#content table.notwide td {
		display: table-cell;
		width: auto;
		border: 1px solid #ccc;
	}

	img.alignleft,
	img.alignright {
		float: none;
		display: block;
		width: auto;
		text-align: center;
		margin: 0 auto 20px;
	}


	/*
	topimage
	*/
	div#topimage {
		height: 220px;
		background: url(img/topimage_sp.jpg) center bottom no-repeat;
		background-size: cover;
	}
	div#topimage p {
		padding: 0 3.2%;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	div#topimage div.cbox p#logo_anniversary {
		width: 24.3%;
		margin: 0 auto 2px;
	}
	div#topimage div.cbox p#read_home01 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	div#topimage div.cbox p#read_home02 {
		font-size: 13px;
	}



	/*
	homepickup
	*/
	#content p#logo_home {
		width: 50%;
		margin: -30px auto 0;
	}
	#content div#homepickup {
		margin: -30px auto 10px;
	}
	#content div#homepickup div.pickuplist {
		width: 49%;
		border-left: 1px solid #98ca33;
		padding: 0 2%;
		margin-bottom: 30px;
	}
	#content div#homepickup div.pickuplist:nth-child(even) {
		border-right: 1px solid #98ca33;
	}
	#content div#homepickup div.pickuplist p {
		font-size: 14px;
	}
	#content div#homepickup div.pickuplist p.pickup_img {
		margin: 0 auto 5%;
	}


	/*
	homeecoaction
	*/
	#content div#homeecoaction {
		margin-bottom: 20px;
	}
	#content div#homeecoaction p {
		clear: both;
		margin: 0;
	}
	#content div#homeecoaction p#ecoaction {
		float: none;
		width: 40%;
		text-align: center;
		margin: 0 auto 15px;
	}
	#content div#homeecoaction p#read_ecoaction {
		font-size: 16px;
		margin: 0 0 15px;
		padding-top: 0;
	}


	/*
	homecontent
	*/
	#content div.l_homecontent {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#content div.s_homecontent {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	#content div.s_homecontent.last {
		margin: 0 4% 20px 0;
	}
	#content div.s_homecontent.last_sp {
		margin: 0 0 20px;
	}
	#content div.l_homecontent div.homecontent_naiyo p.icon_homecontent,
	#content div.s_homecontent div.homecontent_naiyo p.icon_homecontent {
		width: 58px;
	}
	#content div.l_homecontent div.homecontent_naiyo p.t_homecontent,
	#content div.s_homecontent div.homecontent_naiyo p.t_homecontent {
		font-size: 13px;
		padding: 10px 0 8px;
	}


	/*
	homeinformation
	*/
	#content div#homeinformation {
		padding: 15px;
		background: rgba(255,255,255,0.7);
	
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content div#homeinformation h2 {
		float: none;
		display: block;
		width: 100%;
		font-size: 18px;
		background: url(img/h2home_img_sp.png) left center no-repeat;
		background-size: 42px 44px;
		text-align: left;
		margin: 0 auto 10px;
		padding: 14px 0 14px 56px;
	
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content div#homeinformation h2 img {
		display: none;
	}
	#content div#homeinformation ul {
		width: 100%;
		margin: 0;
	}
	#content div#homeinformation ul li .entrydate {
		display: block;
		font-size: 13px;
		margin-right: 0;
	}


	/*
	about
	*/
	#content div#president {
		float: none;
		width: 100%;
		margin: 0 auto 25px;
	}
	#content div#president p#president_img {
		width: 100%;
	}
	#content div#president p#katagaki {
		font-size: 12px;
	}
	#content div#president p#pname {
		width: 50%;
	}
	#content div#aisatsu {
		margin-left: 0;
	}
	#content div#aisatsu p {
		margin-bottom: 20px;
	}
	#content div#aisatsu p#read_aisatsu {
		font-size: 18px;
	}
	#content div#about03 table {
		border: none;
	}
	#content div#about03 table tbody th {
		width: 100%;
		padding: 8px 0 0 15px;
	}
	#content div#about03 table tbody td {
		padding: 8px 0 15px 15px;
	}
	#content div#about04 p#rinen {
		font-size: 18px;
	}



	/*
	industry
	*/
	#content div#industryimg {
		margin-bottom: 0;
	}
	#content div#industryimg p {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	#content div#industryimg p:last-child {
		margin: 0 auto 20px;
	}
	#content div#read_industry {
		margin-bottom: 40px;
	}
	#content div#read_industry p {
		margin: 0 0 5px;
	}
	#content div.torihikibox {
		float: none;
		width: 100%;
		min-height: inherit;
		margin: 0 0 20px;
	}
	#content div.torihikibox p.t_no {
		color: #999;
		font-size: 93px;
		font-family: serif;
		margin: 0;
		padding-right: 65px;
		line-height: 1;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content div.torihikibox p#t01 {
		background: url(img/icon_industry01.png) 60% center no-repeat;
		background-size: 66px 66px;
	}
	#content div.torihikibox p#t02 {
		background: url(img/icon_industry02.png) 60% center no-repeat;
		background-size: 66px 66px;
	}
	#content div.torihikibox p#t03 {
		background: url(img/icon_industry03.png) 60% center no-repeat;
		background-size: 66px 66px;
	}
	#content div.torihikibox p.t_title {
		font-size: 16px;
	}
	#content div#mochikomi p {
		text-align: left;
	}
	#content div#mochikomi p.m_title {
		font-size: 16px;
	}
	#content div.scrapphoto p {
		float: left;
		width: 27%;
		font-size: 12px;
		margin: 0 9.3% 15px 0;
	}



	/*
	naget
	*/
	#content div.nagetbox {
		float: none;
		width: 100%;
		min-height: inherit;
		padding: 10px;
		margin: 0 auto 20px;
	}
	#content div.nagetbox:nth-child(even) {
		margin: 0 auto 20px;
	}
	#content div.nagetbox p {
		margin: 0 0 0 18.4%;
	}
	#content div.nagetbox p.t_no {
		float: left;
		margin: 0;
		padding: 0;
	}
	#content div.nagetbox p.t_title {
		margin: 0 0 10px 70px;
		padding: 25px 0 0;
	}
	#content div.nagetbox p.naget_img {
		clear: both;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}


	/*
	sh-unpan
	*/
	#content div.flowbox p {
		font-size: 13px;
	}
	#content div.flowbox ul {
		margin: 0;
		padding: 10px 0 0;
	}
	#content div.flowbox ul li {
		margin-left: 20px;
	}
	#content div.t_flow01 {
		width: 20%;
	}
	#content div.t_flow0201,
	#content div.t_flow0203,
	#content div.t_flow0204{
		display: block;
		width: 95%;
	}
	#content div.t_flow0202 {
		width: 95%;
	}
	#content div#sh-unpan02 table tbody th,
	#content div#ih-unpan02 table tbody th {
		width: 100%;
	}
	#content div.t_flow0203 p.t_title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#content div.t_flow0204 p {
		font-size: 14px;
	}	
	.industry_photo figure {
		width: 48%;
	}
	.industry_photo figure img {
		width: 100%;
	}
	.grave_price {
		display: block;
		padding: 20px;
	}
	.grave_price p {
		font-size: 16px;
		margin: 0 0 15px;
	}	
	
	/*
	freon
	*/
	#content div#freonimg {
		margin-bottom: 25px;
	}
	#content div#freonimg p#freon_img01 {
		width: 38%;
	}
	#content div#freonimg p#freon_img02 {
		width: 50%;
	}


	/*
	boujyo
	*/
	#content p#boujyo_contact {
		font-size: 15px;
		text-align: left;
	}


	/*
	environment
	*/
	#content div.read_ecoaction {
		margin: 0 0 30px;
		padding-top: 0;
	}
	#content div.read_ecoaction p {
		margin: 0 0 20px;
	}
	#content div.read_ecoaction p#logo_ecoaction,
	#content div.read_ecoaction p#ecoaction_tourokusho {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto 25px;
		padding: 0;
		border-left: none;
	}
	#content div.read_ecoaction p.cap_ecoaction {
		font-size: 20px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 25px;
	}
	#content div#kihonrinen p {
		margin: 0;
	}
	#content div#kihonrinen p#environment_img01,
	#content p#environment_img02 {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto 25px;
	}
	#content div#environment02 ol {
		width: 100%;
	}
	#content p#environment_img02 {
		padding-top: 0;
	}
	#content p.btn a {
		width: 100%;
	}

	
	/*
	kyoka
	*/
	#content div#kyoka02 table thead th.ninzu {
		width: 25%;
	}



	/*
	qanda
	*/
	#content div.qanda h3 {
		font-size: 16px;
		padding: 0 0 0 3.8em;
		text-indent: -1.7em;
		margin-bottom: 10px;
	}
	#content div.qanda h3 .question {
		font-size: 20px;
		margin-right: 25px;
	}
	#content div.qanda p {
		margin: 0;
		padding-left: 3.6em;
		text-indent: -1.9em;
	}



	/*
	contact
	*/
	.page-id-18 #content table th {
		width: 100%;
	}
	#content input#your-zip {
		width: 20%;
	}
	#content input#your-zip2 {
		width: 22%;
	}
	input,
	select,
	textarea,
	number,
	tel,
	#content input,
	#content select,
	#content textarea {
	   font-size: 16px;
	}	




	/*
	footer
	*/
	footer {
		width: 100%;
		padding: 25px 0 0;
		margin: 0;
	}


	/*
	companyinfo
	*/
	footer div#footer_info {
		width: 100%;
		padding: 0 3.2%;
		margin: 0 auto 20px; 
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer div#footer_info p#logo_footer {
		float: none;
		width: 50%;
		margin: 0 auto 25px;
	}
	footer div#footer_info p#footer_company {
		text-align: center;
		margin: 0;
		padding-top: 0;
	}
	footer div#footer_info p#footer_company strong {
		font-size: 15px;
	}
	footer div#footer_info p#footer_company .footer_jyusho {
		margin: 0 0 0 10px;
	}
	footer div#footer_info p#footer_company .footer_tel {
		display: block;
	}
	footer p#copyright {
		font-size: 12px;
	}

}



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

	.site-header p#description {
		font-size: 12px;
		margin: 0 auto 5px;
		padding: 10px 0 0;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.site-header .site-title h1 {
		max-width: 240px;
	}
	div#topimage div.cbox p#logo_anniversary {
		margin: 0 auto 2px;
	}
	div#topimage div.cbox p#read_home01 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	div#topimage div.cbox p#read_home02 {
		font-size: 13px;
	}
	.sp2 {
		display: block;
	}
}

