/*
Theme Name: chubuindustry
Theme URI: http://themegraphy.com/wordpress-themes/write/
Author: Themegraphy
Author URI: http://themegraphy.com/
Description: Write is a minimal WordPress theme for users focused on writing. It's designed to keep decorations to a minimum and put your writing in the spotlight. Write is compatible with WordPress 5.0.
Version: 2.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: write
Tags: one-column, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Content
* Gutenberg
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */

*{
    box-sizing: border-box;
}
html {
	font-size: 85%;
	/* scroll-behavior: smooth; */
}
@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}

/* Base */
body {
	color: #444;
	font-family: 'Gentium Book Basic', serif;
	font-size: 18px;
	line-height: 1.5;
	word-wrap: break-word;
	background: url(./images/bg/bg2.png) repeat;
	width:100%;
}
body,html{
	overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
	body {
		font-size: 16px;
	}
}

::selection {
	background-color: #ede9df;
	color: #333;
}
::-moz-selection {
	background-color: #ede9df;
	color: #333;
}
@media screen and (min-width: 783px) {
	body {
		font-size: 20px;
	}
}



.center{
	text-align: center;
}
.gothic{
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;

}
/* Heading */
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	color: #111;
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	line-height: 1.4;
}
h1 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.75rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 1.063rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .home-text a, .author-profile-description a, .comment-content a {
	color: #a87d28;
	text-decoration: underline;
}
a:hover {
	color: #c49029;
}
.entry-content cite a, .comment-content cite a {
	text-decoration: none;
}
.a_d_03{
	animation-delay: 0.3s;
}
.a_d_06{
	animation-delay: 0.6s;
}
.a_d_09{
	animation-delay: 0.9s;
}
.a_d_1{
	animation-delay: 1s;
}
.a_d_2{
	animation-delay: 2s;
}
.a_d_3{
	animation-delay: 3s;
}
.a_d_4{
	animation-delay: 4s;
}
.a_d_5{
	animation-delay: 5s;
}
.a_d_6{
	animation-delay: 6s;
}
.a_d_7{
	animation-delay: 7s;
}
.a_d_8{
	animation-delay: 8s;
}
.a_dt_1{
	animation-duration:1s;
}
.a_dt_2{
	animation-duration:2s;
}
.a_dt_3{
	animation-duration:3s;
}
.a_dt_4{
	animation-duration:3s;
}
.a_dt_5{
	animation-duration:5s;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_200{
	margin-bottom: 200px !important;
}
/* Text */
p {
	margin: 0 0 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #777;
}
code, kbd, tt, var {
	color: #777;
	border-bottom: solid 1px #ddd;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
}
abbr, acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
}
mark, ins {
	background-color: #ede9df;
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.5em 1.5em;
}

/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #999;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #999;
	/* padding: 0.8em 1.3em 0.8em 0; */
	padding: 0.2em 0.4em 0.2em 0.4em;
	text-align: center;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #777;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #e6e6e6;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border-left: solid 3px #e6e6e6;
	color: #777;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	word-wrap: normal;
}
hr {
	background-color: #8f98a1;
	border: 0;
	height: 2px;
	margin: 1.6em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #e6e6e6;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ddd;
	font-size: 87.5%;
	line-height: 1;
	padding: 0.9em 1.5em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	transition: .15s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ededed;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.4em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}
select {
	padding: 0.4em;
}
textarea {
	max-width: 700px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 87.5%;
	font-style: italic;
	margin-bottom: 1.7em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.9em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.post-list .hentry:before,
.post-list .hentry:after,
.author-profile:before,
.author-profile:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.widget:before,
.widget:after,
ul.instagram-pics:before,
ul.instagram-pics:after {
	content: "";
	display: table;
}
.clear:after,
.site-content:after,
.entry-content:after,
.post-list .hentry:after,
.author-profile:after,
.comment-content:after,
.comment-navigation:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.paging-navigation:after,
.post-navigation:after,
.widget:after,
ul.instagram-pics:after {
	clear: both;
}
.flex_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}


/* Layout
------------------------------------------------------------ */

.tra{
	transition: all 300ms 0s ease;
}

/* Base */
body {
	background-color: #fff;
}
.site {
	margin-left: auto;
	margin-right: auto;
	/* max-width: 700px; */
}
.main{
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.fix_header{
	height: 120px;
	width: 100%;
	/* position: fixed; */
	/* top:0; */
	z-index: 999;
	background: #111;
	background: #1c77b4;
	background: rgba(51,102,0, 0.9);
	background: #FFF;
}
.fix_header .header_area{
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	position: relative;
}
.fix_header .phone_num{
	position: absolute;
	right:0;
	height: 98%;
	width:auto;
	top:2%;
}
.logo_area{
	height:120px;
	width: 100%;
	position: relative;
	max-width: 1200px;
	margin:0 auto;
}
.header_cc{
	width: 100%;
	position: relative;
	max-width: 1200px;
	margin:0 auto;
}
.logo_mark{
	position: absolute;
	display: block;
	height: 88px;
	width:auto;
	top: 16px;
	left:0;
}
.logo_mark img{
	height: 100%;
	width:auto;	
}
.site-title{
	display:block;
	position: absolute;
	top: 20px;
	left: 300px;
	margin:0;
}
.site-title a{
	color:#FFF;
}
.description{
	font-size:0.9em;
	color:#FFF;
	margin-left: 40px;
}
.index_menu{
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.index_menu .flex_box li{
	width:calc(100% / 4);
	display: block;
	padding:10px;
	list-style: none;
}
.index_menu .flex_box li:nth-child(1) img{
	border:3px solid #ffc676;
}
.index_menu .flex_box li:nth-child(2) img{
	border:3px solid #02ae67  ;
}
.index_menu .flex_box li:nth-child(3) img{
	border:3px solid #f64684;
}
.index_menu .flex_box li:nth-child(4) img{
	border:3px solid #242782;
}
.index_menu .flex_box li a:hover img{
	opacity: 0.8;
}
.top{
	width: 100%;
	height: 80vh;
	position: relative;
	/* background: url(images/bg_top.jpg) no-repeat; */
    background-size: cover;
    object-fit: cover;
    z-index:-1;
}
.top_area {
	width: 100%;
	height: 80vh;
	margin:0 auto ;
}
.subtop{
	width: 100%;
	height: 300px;
	position: relative;

	background-size: cover;
	object-fit: cover;
	z-index:1;
}
.subtop::after {
	content:"";
	display: block;
    position: absolute;
    width:100%;
    height: 300px;
    background: url(images/bg2.png) repeat;
    z-index:2;
    top:0;
    left:0;
}
.subtop_area {
	width: 100%;
	height: 300px;
	margin:0 auto ;
}
.top video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(bg_top.jpg) no-repeat;
    background-size: cover;
    object-fit: cover;
    z-index:1;
/*    z-index:-2;*/
}
.subtop img {
	width:100%;
	z-index: -100;
	background-size: cover;
	object-fit: cover;

}

.top::after {
	content:"";
	display: block;
    position: absolute;
    width:100%;
    height: 100vh;
    background: url(images/bg2.png) repeat;
    z-index:2;
    top:0;
    left:0;
}
#content.home{
	width: 100%;
	display: block;
	position: relative;
	background: #FFF;
	background: url(./images/bg/bg2.png) repeat;
	z-index: 5;
}
#content{
	width: 100%;
	display: block;
	position: relative;
	background: #FFF;
	z-index: 5;
}

.top_area .logo_area {
	padding-left:100px;
}
.top_area .logo_mark img {
	width:90%;
	height: auto;
	position: absolute;
	top: 5px;
	left:0;
}
.catch{
	width: 100%;
	height: auto;
	position: absolute;
	top: 20px;
	left: 0;
	right:0;
	bottom:0;
	margin:auto;
	font-size:54px;
	color:#FFF;
	text-align: center;
	z-index:3;
	opacity: 0;
}
.catch img{
	width: auto;
	height: 100%;
	max-height: 600px;
	position: absolute;
	top: 20px;
	left: 0;
	right:0;
	bottom:0;
	margin:auto;
}
.catch span{
	font-size:36px;
	color:#FFF;
	text-align: center;
	letter-spacing: 0;
}
.index_catch{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	text-align: center;
}
.index_item{
	position: relative;
	text-align: center;
	height: 450px;
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
}
.index_item.type1{
	height: 300px;
}
.index_item img{
	position: absolute;
	top:0px;
	left:0;
}
.index_item.type1 img{
	position: absolute;
	top:-150px;
	left:0;
}

.index_line01{
	background: url('images/index_bg02.jpg') no-repeat;
}
.index_line02{
	background: url('images/index_bg01.jpg') no-repeat;
}
.index_line03{
	background: url('images/index_bg03.jpg') no-repeat;
}
.index_line01,
.index_line02,
.index_line03{
	width:100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	margin:0px auto;
}
.index_line01{
	margin-top: 120px;
}
.index_line01_area,
.index_line02_area,
.index_line03_area{
	width:100%;
	height: 100%;
	max-width: 1200px;
	margin:0 auto;
	position: relative;
}

.index_line01_box01,
.index_line03_box01{
	width:500px;
	height: 80%;
	position: absolute;
	top:10%;
	left:0;
	background-color: RGBA(7,58,35,0.2);
	
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #073a23), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #073a23),color-stop(.75, #073a23), color-stop(.75, transparent),to(transparent));
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #7baa17), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #7baa17),color-stop(.75, #7baa17), color-stop(.75, transparent),to(transparent));
	-webkit-background-size:3px 3px;
}
.index_line02_box01{
	width:500px;
	height: 80%;
	position: absolute;
	top:10%;
	right:0;
	background-color: RGBA(7,58,35,0.2);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #073a23), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #073a23),color-stop(.75, #073a23), color-stop(.75, transparent),to(transparent));
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #7baa17), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #7baa17),color-stop(.75, #7baa17), color-stop(.75, transparent),to(transparent));
	-webkit-background-size:3px 3px;
}

.index_line01_box01 h2,
.index_line02_box01 h2,
.index_line03_box01 h2{
	font-size:4em;
	font-weight: 900;
	color:white;
	text-align: center;
	position: relative;
	margin: 30px 0 20px 0;
	display: block;
}
.index_line01_box01 p,
.index_line02_box01 p,
.index_line03_box01 p{
	font-size:1.2em;
	width:80%;
	font-weight: 400;
	margin: 0 auto;
	color:white;
	text-align: left;
	line-height: 1.4em;;
}
.index_line01_box01 h2 span,
.index_line02_box01 h2 span,
.index_line03_box01 h2 span{
	display: block;
	font-size: 0.4em;
	letter-spacing: 0.1em;
}
.index_catch h2{
	font-size: 2em;
	color:#237a3a;
	color:#7baa17;
	white-space: 0.1em;
	text-shadow: 1px 1px 1px #FFF;
}
.index_line01_box01 p.btn a,
.index_line02_box01 p.btn a,
.index_line03_box01 p.btn a{
	padding:10px 30px;
	background: #fff;
	color:#237a3a;
	color:#7BAA17;
	width:300px;
	text-align: center;
	display: block;
	position: absolute;
	right:0;
	left:0;
	bottom:20px;
	margin:auto;
	border-radius: 5px;
	text-decoration: none;
}
.index_catch p{
	color:#666;
	margin-bottom:0.2em;
	white-space: 0.1em;
}
.box_wrapper{
	background: #fff;
}
.index_box_01{
	padding:0px 0 0 0;
	margin:0 auto;
	max-width: 1200px;
	width: 100%;
}
.index_box_01 h2{
	padding-left: 10px;
	position: relative;
}
.index_box_01 h3{
	font-size:1.5em;
	position: relative;
	opacity: 0;
}
.index_box_01 h3 span{
	display: block;
	font-size: 0.8em;
	color:#aaa;
	border-top:2px solid #666;
	padding-left: 10px;	
}

.index_box_01 .text b{
	display: inline-block;
	padding:3px 8px;
	background: #007acc;
	color:white;
	margin-top:10px;
}
.index_box_01 .staff_box{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #999;
}
.index_box_01 .staff_box .flex_box .img{
	width: 35%;
	text-align: center;
	padding-top:35px;
	opacity: 0;
}

.index_box_01 .staff_box .flex_box .img .staff_name,
.index_box_01 .staff_box2 .flex_box .staff_name{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1em;
}
.index_box_01 .staff_box .flex_box .img .staff_name span,
.index_box_01 .staff_box2 .flex_box .staff_name span{
	padding:3px 8px; 
	font-size: 0.7em;
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	background: #0089f6;
	color:white;
}
.index_box_01 .staff_box .flex_box .img .staff_about {

	font-size: 0.9em;
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;

}
.index_box_01 .staff_box2 .flex_box .staff_about{
	text-align: left;
	font-size:0.9em;
	padding:0 15px;
}
.index_box_01 .flex_box .img{
	width: 45%;
	opacity: 0;
}
.index_box_01 .flex_box .img2{
	width: 60%;
	opacity: 0;
}
.index_box_01 .staff_box .flex_box .text{
	width: 65%;
	opacity: 0;
	padding:5px 20px;
	font-size: 0.9em;
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.index_box_01 .flex_box .text{
	width: 55%;
	opacity: 0;
	padding:30px;
	font-size: 0.9em;
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.index_box_01 .flex_box .text2{
	width: 40%;
	opacity: 0;
	padding:30px;
	font-size: 0.9em;
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.index_box_01 .flex_box .text p{
	margin: 0.5em 0;
}
.index_box_01 .staff_box2 .flex_box div{
	opacity: 0;
	width: calc(calc(100% / 3) - 10px);
	margin:5px;
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;

}

.index_box_02{
	max-width:900px;
	width:98%;
	font-size:1.1em;
	text-align: left;
	margin:0 auto;
}

.company_box{
	display: block;
	position: relative;
	width:100%;
}
.company_box .company_bg{
	z-index: -1;
	position: absolute;
	top:-200px;
	width:100%;

}
.company_box .company_bg img{
	opacity: 0.3;
	object-fit: cover;
	width:100%;
}

.company_box_01{
	padding:0 0 100px 0;
	margin:0 auto;
	max-width: 1200px;
	width: 100%;
	position: relative;
	text-align: center;
	/* background: url('./images/keiei_bg.jpg') center center no-repeat; */
}
.company_box_01 .company_01{
	font-size: 1.7em;
	color:#0078b9;
	font-weight: 600;
	/* position: absolute; */
	text-align: center;
	width:98%;
	/* top:100px; */
	width:100%;
	text-shadow    : 
	1px  1px 1px #FFF,
	-1px  1px 1px #FFF,
	 1px -1px 1px #FFF,
	-1px -1px 1px #FFF,
	 1px  0px 1px #FFF,
	 0px  1px 1px #FFF,
	-1px  0px 1px #FFF,
	 0px -1px 1px #FFF; 
}

.company_box_01 .company_02{
	font-size: 1.7em;
	color:#0078b9;
	font-weight: 600;
	/* position: absolute; */
	text-align: center;
	/* top:230px; */
	max-width:900px;
	width:98%;
	left:0;
	right:0;
	margin:auto;
	text-shadow    : 
	1px  1px 1px #FFF,
	-1px  1px 1px #FFF,
	 1px -1px 1px #FFF,
	-1px -1px 1px #FFF,
	 1px  0px 1px #FFF,
	 0px  1px 1px #FFF,
	-1px  0px 1px #FFF,
	 0px -1px 1px #FFF;  
}
.company_box_01 .company_03{
	font-size: 2em;
}
.company_box_01 h3{
	display:none;
}
.company_box_01 .company_box_01_a{
	width:440px;
	position:absolute;
	top:200px;
	left:20px;
	text-align:left;
}
.company_box_01 .company_box_01_b{
	width:390px;
	position:absolute;
	top:60px;
	right:20px;
	text-align:right;
}
.company_box_01 .company_box_01_c{
	width:390px;
	position:absolute;
	top:430px;
	right:20px;
	text-align:right;
}


.staff_title{
	border-left:8px solid #111;
	padding-left: 16px;
}

.sub_catch{
	text-align: center;
	margin:20px auto 50px auto;
	font-size:2em;
	text-shadow    : 
	1px  1px 1px #FFF,
	-1px  1px 1px #FFF,
	 1px -1px 1px #FFF,
	-1px -1px 1px #FFF,
	 1px  0px 1px #FFF,
	 0px  1px 1px #FFF,
	-1px  0px 1px #FFF,
	 0px -1px 1px #FFF; 
}

.index_box_02 p{
	text-shadow    : 
	1px  1px 1px #FFF,
	-1px  1px 1px #FFF,
	 1px -1px 1px #FFF,
	-1px -1px 1px #FFF,
	 1px  0px 1px #FFF,
	 0px  1px 1px #FFF,
	-1px  0px 1px #FFF,
	 0px -1px 1px #FFF;
	 font-weight: 600;
}
.sub_catch2{
	text-align: center;
	margin:20px auto 20px auto;
	font-size:2em;
}
.img_box{
	height: 300px;
	width: 100%;
	background:url('images/top_bg2.png');
	background-attachment: cover;
	overflow: hidden;
	margin: 50px auto;
}
.img_box h2{
	margin-top:90px;
     /* 文字の色 */               /* 文字のサイズ */
  letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
	2px  2px 1px #FFF,
	-2px  2px 1px #FFF,
	 2px -2px 1px #FFF,
	-2px -2px 1px #FFF,
	 2px  0px 1px #FFF,
	 0px  2px 1px #FFF,
	-2px  0px 1px #FFF,
	 0px -2px 1px #FFF; 
}
.img_box img{
	width: 100%;
	height:auto;
}
.flex_box .enkaku_img,
.flex_box .enkaku_text{
	width:50%;
}
.flex_box .enkaku_img{opacity: 0;}
.flex_box .enkaku_img{padding-top:100px}
dl.enkaku{
	border-left:2px solid #111;
	padding:50px 0;
	position: relative;
	box-sizing: border-box;
}
dl.enkaku dt{
	border-bottom:2px solid #111;
	padding:0 30px;
	width:200px;
	display: inline-block;
	opacity: 0;
	text-align: center;
}
dl.enkaku dd{
	padding: 30px;
	opacity: 0;
	width:100%;
	margin:0;
}
dl.enkaku dt.enkaku_left{

	position: relative;
	left:-200px;
}
dl.enkaku dd.enkaku_left{
	position: relative;
	left:-100%;
	text-align: right;
}
dl.company{
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;
}
dl.company dt{
	background: #ddd;
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #ccc; 
	margin:0;
}
dl.company dd{
	padding: 10px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	width: 70%;
	background: #fff;
	box-sizing: border-box;
}
.flex_box .brand_img{
	width: 33%;
	text-align: center;
}
.flex_box .brand_img img{
	width: 75%;
	height:auto;
}


.main_navigation{
	padding:10px 0;
	position: relative;
	background: #539b6e;
	background: #7BAA17;
}
.main_navigation ul{
	max-width: 1200px;
	margin:0 auto;
	border-left: 1px dashed #ccc;
}
.main_navigation ul li{
	width: calc(100% / 7);
	border-right: 1px dashed #ccc;
}
.main_navigation ul li a{
	display: block;
	position: relative;
	cursor:pointer;
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
	color:#FFF;
	width:100%;
}
.main_navigation ul li a span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#FFF;
	transition: all ease-in-out 0.5ms;
}

.main_navigation ul li a:hover span{
	color:#073a23;
	color:#7baa17;
}

.main_navigation ul li a::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    /*色や形状*/
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(1, 0);
	transform-origin:center;
}

/*hoverした際の形状*/
.main_navigation ul li a:hover:before{
	transform:scale(1, 1);
}
.main_navigation ul li{
	list-style: none;
	text-align: center;
	padding:5px 10px;
	margin:0;
}
.news_area{
	width:100%;
	max-width: 1400px;
	margin: 20px auto;
	padding:20px 20px 20px 20px;
}
.topics_area{
	padding:30px;
	background: #FFF;
}
.news_area dl dt{
	width: 30%;
	margin:0;
	padding:10px;
	text-align: right;
/*	border-right:1px solid #ccc;*/
	border-bottom:1px dashed #999;
}
.news_area dl dd{
	width: 70%;
	margin:0;
	padding:10px;
	border-bottom:1px dashed #999;
}
.header-image {
	margin-bottom: 60px;
	margin-left: -20px;
	margin-right: -20px;
}
.home-text {
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.post-thumbnail-large {
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
}
.content-area {
	width:100%;
	/* max-width: 1400px;
	margin: 20px auto;
	padding:20px 20px 20px 20px; */
	position: relative;
	min-height: 100vh;
	padding:0 0 120px 0;
}
.content-area2 {
	width:96%;
	max-width: 1200px;
	margin:20px auto;
	padding:20px;
	position: relative;
}
.single-post h1.entry-title{
	padding: 0 0px 10px 3px;
	border-bottom: 4px solid #999;
}
.single-post .entry-float{
	text-align: right;
	margin-bottom: 50px;;
}
.page-header {
	margin-bottom: 60px;
}
.hentry {
	margin-bottom: 60px;
}
.page .hentry {
	margin-bottom: 0;
}
.widget {
	margin-bottom: 60px;
}
.footer_area{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}
.footer_area .flex_box > div{
	width: calc(100% / 3);
	padding:20px;
}
.footer_area .flex_box > div h3{
	color:white;
	padding:5px;
	border-bottom: 1px dashed #666;
}
.footer_area .flex_box > div p{
	font-size: 0.9em;
	padding:0 5px;
}
.footer_area .flex_box > div.v_center{
	display: flex;
	align-items: center;

}
.footer{
	height:auto;
	width: 100%;
	background:#23282d;
	color:white;
	position: relative;
	z-index: 5;
}
.cr{
	text-align: center;
	padding: 10px 80px 10px 80px;
	margin-top:50px;
	border-top:1px dashed #ccc;
}
.req{
	width:100%;
	max-width: 1400px;
	margin: 20px auto;
	padding:20px 20px 20px 20px;	
}
.req .flex_box .req_item{
	width:23%;
	margin:1%;
	border:1px solid #ccc;
	padding:10px;
}
.req_item,
.req_price,
.req_btn{
	text-align: center
}
.req_price{
	
}
.req_price span{
	color:tomato;
	font-size: 2em;
}
.req_btn a{
	display: block;
	background: #23282d;
	color:white;
	padding:5px;
	width: 30%;
	margin:10px auto 0 auto;
	border-radius: 3px;
}
.req_btn a:hover{
	background: #00bff6;
}
.map h2,
.req h2{
	text-align: center;
	font-size:1.5em;
}
.map h2 span{
	color:#999;
	display: block;
	font-size:0.8em;

}
.map h2 span:before,
.map h2 span:after{
	content:" - ";
}
.footer-widget-area {
	border-top: solid 1px #e6e6e6;
	padding-top: 60px;
}
.site-bottom {
	border-top: solid 1px #e6e6e6;
	padding-top: 45px;
}

.access_infobox_01{
	background:#EEE;
	max-width:800px;
	width:96%;
	margin:20px auto;
	padding:20px;
}

.index_menu_box{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin: 60px auto 0 auto;
	max-width:1200px;
	width:100%;
}
.index_menu_box > div{
	width:45%;
	display: block;
	position: relative;

}
.index_menu_box > div:nth-child(1){
	margin-right: 5%;
}
.index_menu_box > div:nth-child(2){
	margin-left: 5%;
}
.index_menu_box > div .hover_text{
	width: 200px;
	height: 80px;
	line-height: 80px;
	color:white;
	font-size:2em;
	text-align: center;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 100;
	text-shadow: 1px 1px 1px #333;
}
.index_menu_box > div:hover .hover_text{
	display: none;
}
.index_menu_box div figure{
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
	overflow: hidden;
	position: relative;
	color:white
}

.index_menu_box div figure h2{
	font-size: 2.6em;
	margin-top: 0;
	padding:5px  0 10px 0;
	margin-bottom: 20px;
	border-bottom:2px solid #FFF;
}
.index_menu_box div figure p{
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	line-height: 1.5em;
}
.index_menu_box div figure div.mincho{
	height: 100%;
	width:100%;
	border:1px solid #ccc;
	padding:10px;
	box-sizing: border-box;
}
.img_h_st_01{
	border:1px solid #FFF;
}
/**/
.index_title_01{
	margin-top: 150px;
	height:300px;
	background: url(./images/bg01.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}
.index_title_01 .sub_catch{
	width: 300px;
	height: 50px;
	font-size: 3em;
	text-align: center;
	color:white;
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	letter-spacing: 0.2em;
	text-shadow    : 
       2px  2px 1px rgba(0, 0, 0, 0.76),
      -2px  2px 1px rgba(0, 0, 0, 0.76),
       2px -2px 1px rgba(0, 0, 0, 0.76),
      -2px -2px 1px rgba(0, 0, 0, 0.76),
       2px  0px 1px rgba(0, 0, 0, 0.76),
       0px  2px 1px rgba(0, 0, 0, 0.76),
      -2px  0px 1px rgba(0, 0, 0, 0.76),
       0px -2px 1px rgba(0, 0, 0, 0.76); 
}
*[class^='imghvr-'],
*[class*=' imghvr-'] {
    background: rgba(0, 0, 0, 0.3);
}

[class*=" imghvr-shutter-out-"]:before,
[class^=imghvr-shutter-out-]:before {
    background: rgba(0, 0, 0, 0.3);
}

*[class^='imghvr-'] figcaption,
*[class*=' imghvr-'] figcaption {
    background: rgba(0, 0, 0, 0.3);
}

.product_box_01{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin: 60px auto 0 auto;
	max-width:1200px;
	width:100%;
}
.product_box_01 img{
	width:31%;
	margin-bottom:20px;
}
.product_box_01 img:nth-child(3n+1){
	margin-right: 2%;
}

.product_box_01 img:nth-child(3n+2)
{
	margin-right: 2%;
}


ul.product li{
	list-style: none;
}

.owl-prev span{
	position: absolute;
	left: -150px;
	top:100px;
	bottom:0;
	margin: auto;
	font-size: 5em;;
}
.owl-next span{
	position: absolute;
	right: -150px;
	top:100px;
	bottom:0;
	margin: auto;
	font-size: 5em;;
}

.owl-item img{
	transform:scale(0.4,0.4);
	transition: all 300ms 0s ease;
	filter: saturate(10%);
}
.owl-item.center img{
	transform:scale(1.1,1.1);
	transition: all 300ms 0s ease;
	filter: saturate(100%);
}
.single #main{
	width:68%;
}
.single #sidebar{
	width: 28%;
	margin-left: 4%;
}

.single #sidebar h3{
	background: #237a3a;
	background: #7BAA17;
	text-align: center;
	color:white;
	padding:10px 0;
	width: 100%;
	margin:0;
}
.single #sidebar dl{
	padding:10px 0;
}
.single #sidebar dl dt{
	padding:0;
	margin:0;
}
.single #sidebar dl dd{
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 0.9em;
	line-height: 1.4em;
}

.catalog{
	text-align: center;
}
.catalog a{
	display: inline-block;
	margin:20px auto 120px auto;
	padding:20px 50px;
	background:#ea8331;
	color:white;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}



@media screen and (min-width: 783px) {
	body {
		max-width: 100%;
	}
	.site-top {
		margin-bottom: 55px;
	}
	.main-navigation {
		margin-top: 15px;
	}
	.header-image {
		margin-bottom: 75px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-text {
		margin-bottom: 75px;
		padding-bottom: 20px;
	}
	.post-thumbnail-large {
		margin-left: auto;
		margin-right: auto;
	}

	.page-header {
		margin-bottom: 75px;
	}
	.hentry {
		margin-bottom: 75px;
	}
	.widget {
		margin-bottom: 75px;
	}
	.footer-widget-area {
		padding-top: 75px;
	}
	.site-bottom {
		padding-top: 60px;
	}
}
@media screen and (min-width: 980px) {
	.site {
		max-width: 100%;
	}
	.site-top {
		max-width: 1400px;
		margin:0 auto;
	}
	.header-image {
		margin-bottom: 90px;
	}
	.home-text {
		margin-bottom: 90px;
		padding-bottom: 25px;
	}
	.header-side .site-top-table,
	.footer-widget-table,
	.footer-side .site-bottom-table {
		display: table;
		width: 100%;
	}
	.header-side .site-branding,
	.footer-widget-side,
	.footer-side .site-info {
		display: table-cell;
		padding-right: 75px;
		vertical-align: top;
		width: 32.36%;
	}
	.header-side .main-navigation,
	.footer-widget-main,
	.footer-side .site-info {
		display: table-cell;
		padding-top: 0;
		text-align: left;
		vertical-align: top;
		width: 67.64%;
	}
	.header-side .site-branding,
	.header-side .main-navigation {
		vertical-align: bottom;
	}
	.header-side .main-navigation {
		margin-top: 0;
	}
	.post-thumbnail-large {
		float: left;
		margin-bottom: 90px;
		min-height: 430px;
		width: 100%;
	}
/*
	.no-sidebar .hentry {
		position: relative;
	}
	.no-sidebar .entry-float {
		box-sizing: border-box;
		left: -47.88%;
		padding-right: 75px;
		position: absolute;
		width: 47.88%;
	}*/
	.page .content-area {
		margin-top: -8px;
	}
	/* .large-thumbnail .content-area {
		background-color: #fff;
		/* margin-top: -280px; */
		padding-top: 60px;
	} */
	.page.large-thumbnail .content-area {
		margin-top: -265px;
	}
	.full-width .post-thumbnail-large {
		float: none;
	}
	.full-width .content-area,
	.page.full-width .content-area {
		background-color: transparent;
		float: none;
		margin-top: 0;
		padding-left: 0;
		padding-top: 0;
		width: auto;
	}
	.footer-widget {
		display: table;
		padding-top: 0;
		table-layout: fixed;
		max-width: none;
		width: 100%;
	}
	.footer-widget .widget-area {
		display: table-cell;
		padding: 0 21px 0 19px;
		vertical-align: top;
	}
	.footer-widget .widget-area:first-child {
		padding-left: 0;
	}
	.footer-widget .widget-area:last-child {
		padding-right: 0;
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%;
	}
	.footer-2 .footer-widget .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%;
	}
}


/* Header
------------------------------------------------------------ */


.home-text {
	color: #777;
	font-family: 'Slabo 27px', serif;
	font-size: 27px;
	line-height: 1.6;
}
@media screen and (min-width: 783px) {
	.site-logo img {
		zoom: 1;
	}
	.site-title {
		font-size: 42px;
	}
	.home-text {
		font-size: 32px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Main Navigation */
/*.main-navigation {
	font-size: 93.8%;
}
.main-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.main-navigation ul li {
	font-size: 1.6em;
	margin-bottom: 20px;
}
.main-navigation ul ul {
	margin-top: 15px;
}
.main-navigation ul ul li {
	font-size: 0.8em;
	margin-bottom: 15px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #111;
}*/
.search-form,
.search-submit {
	display: none;
}
@media screen and (min-width: 783px) {
/*	.main-navigation {
		line-height: 52px;
		text-align: left;
		position: relative;
		z-index: 99;
	}
	.drawer-hamburger {
		display: none;
	}
	.main-navigation ul li {
		font-size: 1em;
		margin-bottom: 0;
	}
	.main-navigation ul ul {
		margin-top: 0;
	}
	.main-navigation ul ul li {
		font-size: 1em;
		margin-bottom: 0;
	}
	.main-navigation a {
		display: block;
		padding-left: 16px;
		padding-right: 16px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
		padding-right: 60px;
		text-transform: uppercase;
	}
	.no-search .main-navigation div.menu > ul,
	.no-search .main-navigation ul.menu {
		padding-right: 0;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
		text-align: left;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	.main-navigation div.menu > ul > li:last-child > a,
	.main-navigation ul.menu > li:last-child > a {
		padding-right: 0;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: "\f431";
		display: inline-block;
		font: normal 16px/1 Genericons;
		-webkit-font-smoothing: antialiased;
		position: relative;
		right: -8px;
		top: 1px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px #ddd;
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 220px;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation div.menu > ul > li:last-child:hover > ul,
	.main-navigation ul.menu > li:last-child:hover > ul {
		left: auto;
		right: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #e6e6e6;
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 20px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px;
	}*/
	.search-form {
		top: 0;
		display: block;
		position: absolute;
		right: 0;
	}
	.search-field {
		background: url( "images/search-icon.png" ) 5px center no-repeat;
		background-size: 24px 24px;
		border: none;
		cursor: pointer;
		height: 40px;
		margin-top: 0;
		outline: 0;
		padding: 0 0 0 34px;
		transition: width .4s ease, background .4s ease;
		width: 1px;
	}
	.search-field:focus {
		background-color: #fff;
		border: solid 1px #e6e6e6;
		cursor: text;
		max-width: 100%;
		width: 240px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.search-field {
		background-image: url( "images/search-icon@2x.png" );
	}
}

/* Other Navigations */
.footer-social-link {
	font-size: 87.5%;
}
.footer-social-link ul {
	list-style: none;
	margin: 0 0 25px 0;
}
.footer-social-link li {
	display: inline-block;
	padding-left: 12px;
}
.footer-social-link li:first-child {
	padding-left: 0;
}

/* Social Link 
   This section is based on code from Stargazer.
   https://wordpress.org/themes/stargazer/ */
.menu a:before {
	color: #999;
	display: inline-block;
	font: normal 26px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	transition: color .2s ease-in-out;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #666;
}
.widget .menu a:before {
	margin-left: 10px;
	margin-right: 12px;
}
.profilewidget-link.menu a:before {
	content: '\f107';
	font-size: 24px;
	margin-left: 0;
	margin-right: 4px;
}
.footer-social-link .menu a:before {
	content: '\f107';
	margin-right: 0;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }


/* Content
------------------------------------------------------------ */

/* Entry Meta */
.entry-meta {
	color: #999;
	display: inline-block;
	font-size: 93.8%;
	margin-bottom: 8px;
}
.entry-meta a:hover {
	color: #666;
}
@media screen and (min-width: 980px) {
	.no-sidebar .entry-float .entry-meta {
		margin-top: 4px;
	}
	.no-sidebar .post-full .entry-meta {
		margin-top: 8px;
	}
	.no-sidebar .entry-float .entry-meta,
	.no-sidebar .entry-float .posted-on{
		display: block;
		margin-bottom: 8px;
	}
}

/* Entry Title */
/* .entry-header {
	margin-bottom: 24px;
} */
.page .entry-header h1{
	margin-bottom: 40px;
	position: absolute;
	color:white;
	font-size: 2.4em;
	display: block;
	text-align: center;
	top:-150px;
	z-index: 5;
	width:100%;
	text-shadow: 2px 2px 1px rgb(0 0 0 / 76%), -2px 2px 1px rgb(0 0 0 / 76%), 2px -2px 1px rgb(0 0 0 / 76%), -2px -2px 1px rgb(0 0 0 / 76%), 2px 0px 1px rgb(0 0 0 / 76%), 0px 2px 1px rgb(0 0 0 / 76%), -2px 0px 1px rgb(0 0 0 / 76%), 0px -2px 1px rgb(0 0 0 / 76%);
}

.page.post-9 .entry-header h1,
.page.post-15 .entry-header h1,
.page.post-20 .entry-header h1,
.page.post-2 .entry-header h1,
.page.post-13 .entry-header h1,
.product_st02{
	margin: 100px 0 50px 0;
	position: relative;
	color: #d54920;
	background: -webkit-linear-gradient(-90deg, #fcb340,#d54920 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3em;
	display: block;
	text-align: center;
	top:inherit;
	z-index: 5;
	width:100%;
	text-shadow: none;
}
.entry-title {
	font-size: 2.5rem;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 0;
}
.page.post-29 .entry-header h1{
	display: none;
}


/* @media screen and (min-width: 540px) {
	.entry-header {
		margin-bottom: 35px;
	}
}
@media screen and (min-width: 980px) {
	.page .entry-header {
		margin-bottom: 60px;
	}
} */

/* Featured Image */
.post-thumbnail {
	margin-bottom: 24px;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.5s ease-in-out;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}
.post-thumbnail-large img {
	width: 100%;
}
@media screen and (min-width: 540px) {
	.post-thumbnail {
		margin-bottom: 32px;
	}
}

/* Entry Content */
.intro {
	color: #777;
	font-size: 118.8%;
	line-height: 1.6;
}

/* Entry Summary */
.post-summary .entry-title {
	font-size: 1.75rem;
}
.post-summary .entry-summary {
	color: #666;
	font-size: 93.8%;
}
a.continue-reading {
	text-transform: uppercase;
}
@media screen and (min-width: 540px) {
	.post-summary .entry-header {
		margin-bottom: 24px;
	}
	.post-summary .post-thumbnail {
		float: right;
		margin-left: 30px;
		min-width: 130px;
		padding-top: 2px;
		width: 28%;
	}
}

/* Entry Footer */
.entry-footer {
	text-align: center;
	margin-top: 45px;
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%;
}
.tags-links {
	margin-top: 15px;
}
.cat-links:before,
.tags-links:before {
	color: #ddd;
	display: inline-block;
	font: normal 28px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}

/* Author Profile */
.author-profile {
	margin-top: 60px;
}
.author-profile-avatar {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-meta {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-description {
	font-size: 93.8%;
	margin-top: 10px;
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 12px;
	margin-right: 8px;
	padding: 4px 10px 3px 12px;
	text-transform: uppercase;
}

/* Archive */
.page-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
	margin-bottom: 60px;
}

/* 404 */
.error-404 {
	margin-bottom: 150px;
	margin-top: 60px;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
}

/* Hide Title */
.post-full .format-aside .entry-title,
.post-full .format-image .entry-title,
.post-full .format-link .entry-title,
.post-full .format-quote .entry-title,
.post-full .format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote,
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
	font-size: 150%;
	margin-bottom: 1.1em;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 230px;
}
blockquote.alignleft p,
blockquote.alignright p,
blockquote.aligncenter p {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Gutenberg
------------------------------------------------------------ */

/* Base
   This section incorporates code from Atomic Blocks */
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}
.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}
.entry-content .wp-block-gallery {
	padding-left: 0;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}
.wp-block-columns {
	margin-bottom: 1.2em;
}

/* Button */
.wp-block-button a {
	color: #fff;
	text-decoration: none;
}
.wp-block-button a:hover {
	opacity: 0.9;
}
.wp-block-button__link {
	font-size: 100%;
	padding: 9px 24px;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 93.8%;
	margin-bottom: 30px;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #ddd;
}
.pagination a.page-numbers:hover {
	border-color: #ccc;
	color: #333;
}
.pagination .current {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 50px;
}
.page-links .page-numbers {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #ddd;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #333;
}

/* Post Navigation */
.post-navigation {
	line-height: 1.4;
	margin-bottom: 30px;
}
.post-navigation .nav-previous {
	margin-bottom: 30px;
}
.post-nav-title {
	color: #999;
	font-size: 81.3%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		margin-bottom: 0;
		width: 48%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 90px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 25px;
	margin-top: 0;
}
.comment-reply-title {
	margin-top: 50px;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #e6e6e6;
	list-style: none;
	margin: 0 0 20px;
}
.comment-list .children {
	list-style: none;
	margin-left: 25px;
}
.comment-list .comment-body {
	border-top: solid 1px #e6e6e6;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 75px;
}
.bypostauthor > .comment-body .comment-author::after {
	background-color: #333;
	border-radius: 50%;
	color: #fff;
	content: "\f408";
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 25px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #333;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	font-size: 87.5%;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	margin-top: 2px;
	width: 100%;
}
.form-submit {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width: 540px) {
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		float: left;
		line-height: 1;
		margin-top: 1.2em;
		width: 20%;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		float: right;
		margin-top: 0px;
		width: 80%;
	}
}


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

/* Base */
.widget {
	color: #666;
	font-size: 93.8%;
}

/* Heading */
.widget-title {
	color: #333;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul li {
	margin-bottom: 14px;
}
.widget ul ul {
	margin-left: 24px;
	margin-top: 14px;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 320px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 320px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	padding: 2px 0;
}
.widget_calendar tbody td a {
	background-color: #eee;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #666;
	background-color: #e6e6e6;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td a:hover {
	color: #999;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* RSS */
.widget_rss ul li {
	line-height: 1.4;
	margin-bottom: 28px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 93.8%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 6px;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}

/* Write Profile */
.profilewidget-profile {
	display: inline-block;
	margin-right: 18px;
}
.profilewidget-profile img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 100px;
}
.profilewidget-meta {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
}
.profilewidget-name {
	font-size: 112.5%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer */
.site-bottom {
	color: #999;
}
.site-bottom a {
	color: #666;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
	color: #111;
}
.site-copyright,
.site-credit {
	font-size: 87.5%;
	margin-bottom: 12px;
}
.site-credit-sep {
	color: #ccc;
	position: relative;
	top: -0.05em;
}

.item_des_title{
	font-size: 2.8em;
	margin:0;
	padding:0;
	font-weight: bolder;
	color: #13803b;
	color:#FFF;
	color:#7baa17;
	/* background: -webkit-linear-gradient(0deg, #ACB6E5, #86FDE8);
	
	background: -webkit-linear-gradient(-90deg, #13803b, #032714);
	background: -webkit-linear-gradient(-90deg, #FFF, #7ec191);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	/* -webkit-text-stroke: 1px #FFF; */
}
.item_des_title3{
	font-size: 2.8em;
	margin:0;
	padding:0;
	font-weight: bolder;
	color:#f08449;
}
.item_des_title4{
	font-size: 2.8em;
	margin:0;
	padding:0;
	font-weight: bolder;
	color:#f1a0b5;
}
.item_des_title5{
	font-size: 2.8em;
	margin:0;
	padding:0;
	font-weight: bolder;
	color:#a38b77;
}
.item_des_title2{
	text-align: center;
	font-size: 2em;
	margin:0 0 20px 0;
	padding:0;
	font-weight: bolder;
	color: #13803b;
	background: -webkit-linear-gradient(-90deg, #4c925e ,#13803b);
	background: -webkit-linear-gradient(-90deg, #7ec191, #13803b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* -webkit-text-stroke: 1px #FFF; */
}
table.ts_01{
	border-left:1px solid #999;
}
table.ts_01 th,
table.ts_01 td{
	border-right:1px solid #999;
}
table td.co01,
table th.co01{
	background: #f08449;
	color:white;
}
table td.co02,
table th.co02{
	background: #f1a0b5;
	color:white;
}
table td.co03,
table th.co03{
	background: #7baa17;
	color:white;
}
table td.co04,
table th.co04{
	background: #a38b77;
	color:white;
}
@media only screen and (max-width: 1200px) {
	.item_des_title{
		font-size: 2.2em;
	}
	.item_des_title2{
		font-size: 1.6em;
	}
}

.item_des .flex_box{
	padding:100px 50px 0 50px;
}
.item_des_box01{
	width:50%;
	padding:20px;
}
.item_des_box02{
	width:50%;
	padding:20px;

}
.item_des_box03,
.item_des_box04{
	width:100%;
}
.item_des_box02 p{


}
.item_des_box02 table th,
.item_des_box02 table td{

}
.item_des:nth-child(odd) {
	background: #283f60;
	background: #073a23;
	/* background: linear-gradient(90deg, #999, #DDD,  #FFF ); */
	background: none;
	background: #EFEFEF;
}
.item_des:nth-child(even){
	background: #41618d;
	background: #237a3a;
	background: #FFFFFF;
	
	/* background: linear-gradient(90deg, #FFF,  #DDD , #999 ); */
}
.item_des.white{
	background: white;
	color:#333;
}

.item_des:nth-child(odd) .item_des_box01,
.item_des:nth-child(even) .item_des_box02{
	order:1;
}
.item_des:nth-child(even) .item_des_box01,
.item_des:nth-child(odd) .item_des_box02{
	order:2;
}
.item_des:nth-child(even) .item_des_box03,
.item_des:nth-child(odd) .item_des_box03{
	order:3;
}
.item_des:nth-child(even) .item_des_box04,
.item_des:nth-child(odd) .item_des_box04{
	order:1;
}
.item_des:nth-child(odd) .item_des_box01 img,
.item_des:nth-child(even) .item_des_box01 img{
	background: #7baa17;;
	background: #224c9f;

}
.item_des2 div{
	width:32%;
	padding:40px;
	border:1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
	.item_des2 div{
		padding:20px;
	}
}

.item_des2 div:nth-child(3n + 1){
	margin-right: 2%;
}
.item_des2 div:nth-child(3n){
	margin-left: 2%;
}
@media only screen and (max-width: 980px) {
	.item_des2 div{
		width:48%;
	}
	.item_des2 div:nth-child(3n + 1){
		margin-right: inherit;
	}
	.item_des2 div:nth-child(3n){
		margin-left: inherit;
	}
	.item_des2 div:nth-child(odd){
		margin-right: 2%;
	}
	.item_des2 div:nth-child(even){
		margin-left: 2%;
	}
}
.product_st01{
	margin-bottom: 80px;
	font-size:1.2em;
	text-align: center;
}

.product_btn{
	position: absolute;
	width:40px;
	height: 250px;
	padding:5px;
	background: rgba(35,122,58,0.8);
	color:white;
	text-align: center;
	display: flex;
	align-items: center;
	right:-40px;
	top:30%;
	transition: all 300ms 0s ease;
	line-height: 1em;
	border-radius: 0px 3px 3px 0;
	cursor: pointer;
}



.product_list{
	display: block;
	position: fixed;
	width:300px;
	height: 50vh;
	left:-300px;
	bottom:20vh;
	background: rgba(35,122,58,0.8);
	color:white;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	z-index: 7;

}
.product_list.active{
	left:0px;
}

.product_list a{
	color:white;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.5em;
	display: block;
}

.rec_st01{
	margin-bottom: 80px;
	font-size:1.5em;
	text-align: center;
}

.rec_boxs{
	padding:50px;
}

.rec_box01{
	order:1;
	width:40%;
}
.rec_box01 img{
	position: relative;
	top:-260px;
}
.rec_box02{
	order:2;
	width:60%;
	padding:0 30px 0 0 ;
}

.rec_box02 p{
	font-size:1.5em;

}
.rec_box02_box{
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
.rec_box02_box dl{
	width:100%;
	box-sizing: border-box;
}
.rec_box02_box dt{
	width:30%;
	padding:10px;
	margin:0;
	background: #ddd;
	text-align: center;
	border-bottom: 1px dashed #333;
}

.rec_box02_box dd{
	width:70%;
	padding:10px;
	margin:0;
	border-bottom: 1px dashed #333;
}

.rec_box02_box dt:nth-last-child(2),
.rec_box02_box dd:nth-last-child(1){
	border-bottom: none;
}




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

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 21px 0;
	width: 25px;
}
#infinite-handle {
	margin-bottom: 60px;
	text-align: center;
}
#infinite-handle span {
	background-color: #eee !important;
	color: #666 !important;
	display: block;
	font-size: 93.8% !important;
	padding: 20px 0 !important;
	transition: .3s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #e2e2e2 !important;
	color: #333 !important;
}

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	padding-top: 12px;
	position: relative;
}
.widget_top-posts li:before {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #444;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 400;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 118.8%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.6em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-top: 45px;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 30px !important;
	margin-top: 0 !important;
	padding-top: 30px !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
	color: #333;
	display: block !important;
	font-size: 1.125rem !important;
	float: none !important;
	letter-spacing: 0.05em;
	margin-bottom: 30px !important;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 30px !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 16px;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 1.063rem !important;
	line-height: 1.4 !important;
	margin-bottom: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items p {
	color: #999;
	font-size: 87.5%;
	margin-bottom: 6px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1 !important;
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 30px;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-navigation,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.footer-widget-area,
	.footer-social-link,
	.footer-navigation {
		display: none !important;
	}
	.site-content {
		max-width: none;
	}
	.header-image,
	.post-thumbnail-large {
		margin-left: 0;
		margin-right: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}
.main_navigation ul li.sm{
	display: none;
}
.inq_box01{
	width:50%;
	padding-left:50px;
}

.inq_box01 img{
	position: absolute;
	top:-80px;
	z-index: -1;
}
.inq_box02{
	width:50%;
	margin:0 auto;
	padding-right:50px;
	/* max-width: 900px; */
}
.inq_box02 .form{
	max-width: 800px;
}
.inq_box02 input,
.inq_box02 textarea{
	padding:8px;
	width:100%;
	border:1px solid #ccc;
}

.inq_box02 input[type="submit"]{
	display: block;
	padding:20px;
	width:300px;
	text-align: center;
	margin:10px auto;
}

.inq_box02 h3{
	font-size:2em;
	color:#13803b;
	border-left: 8px solid #13803b;
	padding:10px 20px;
}
.inq_box02 p{
	margin-right:20px;
	margin-left:20px;
}
.inq_box02 dl{

}
.inq_box02 dl dt,
.inq_box02 dl dd{
	margin:0;
	padding:10px 0;
	max-width: 800px;
}
.inq_box02 dl dt{
	padding:10px;
	max-width: 800px;
	background: rgba(35,122,58,0.1);
}
.inq_box02 dl dt span{
	margin-left: 1em;
	background: tomato;
	color:white;
	font-size: 0.9em;
	border-radius: 2px;
	padding:3px 6px;
}
.inq_box02 .phone_number{
	font-size:2em;
	color:#13803b;
	font-weight: 900;
	margin-bottom: 0;
}
.hm_menu_check {
	/* チェックボックスを隠す */
	display: none;
}

#page-top{

	opacity: 0;
	position: fixed;
	bottom:40px;
	right:40px;
	width:50px;
	height: 50px;
	z-index: 80;
	background: #237a3a;
	background: #7baa17;
	color:white;
	border:1px solid #FFF;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}
#page-top.active{

	opacity: 1;
}
#page-top a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    text-align: center;
}
#page-top:hover {
    background: #FFF;
	color:#237a3a;
	color:#7baa17;
	border:1px solid #237a3a;
	border:1px solid #7baa17;
}
#page-top:hover a{
	color:#237a3a;
	color:#7baa17;;
}
.item_des_box01 img,
.item_des_box02 img{
	width:100%;
	height: auto;
}
.item_des_box_st01{
	padding: 10px;
	margin-bottom: 1em;
}
.item_des_box_st01 p.st01{
	font-size: 1.5em;
	color:#7BAA17;
}
.item_des_box_st01 p.st02 b{
	font-size: 1.2em;
}
.item_des_box_st01 p.st02 b span{
	font-size: 1.3em;
	color:#ea8331;
	margin-right: 0.5em;
}
.item_des_box_st02{
	padding: 10px 20px;
	background: #DDD;
	margin-bottom: 1.2em;;
}
.item_des_box_st03{
	padding: 0 30px;
}

.item_des_box_st04{
	padding:20px;
	border:1px solid #CCC;
	background: #FFF;
}
.item_des_box_st04 h3{
	text-align: center;
	color:#7BAA17;
	font-size:1.7em;
	margin:0;
}
.item_des_box_st04 h3.st_02{
	color:#ea8331;
}

.item_des_box_st05 h3{
	text-align: left;
	color:#7BAA17;
	font-size:1.7em;
	margin:2em 0 0 0;
}
.item_des_box_st04 .flex_box{
	margin:0;
	padding:0;
}
.item_des_box_st04 .flex_box .img{
	width:30%;
}
.item_des_box_st04 .flex_box .img img{
	background: #7BAA17;
}
.item_des_box_st04 .flex_box .text{
	width:70%;
	padding:10px;
}
.item_des_box_st05{

}

@media screen and (max-width: 783px) {
	embed, iframe, object {
		display: block;
		max-width: 96%;
		margin:0 auto;
	}
	.main_navigation ul li.sm{
		display: flex;
	}
	.fix_header {
		height: 80px;
		border-top: 5px solid #032714;
		border-bottom: 1px solid #032714;
		box-shadow: 1px 1px 1px #ccc;
	}
	.logo_mark img{
		height: auto;
		width:270px;	
	}
	.logo_area {
		height: 60px;
		width: 100%;
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}
	.logo_mark {
		position: absolute;
		display: block;
		height: auto;
		width: 270px;
		top: 10px;
		left: 20px;
		margin: auto;
	}
	.fix_header .phone_num {
		display: none;
	}
	.main_navigation{
		position: fixed;
		width: 100%;
		height: 100vh;
		/* bottom:-100%; */
		top:0;
		left:-100%;
		z-index: 100;
		transition: all 0.3s ease-in-out;
		background: rgba(3,39,20,0.9);
	}
	.main_navigation.active{
		left:0%;
	}
	.main_navigation ul {
		border-left: none;
	}
	.main_navigation ul li{
		width:100%;
		border-right: none;
		border-bottom:1px dashed #FFF;
	}
	.main_navigation ul li.sm img{
		width:270px;
		margin-bottom: 80px;
		margin-left: 10px;;
	}
	.sub_catch2{
		text-align: center;
		margin:20px auto 20px auto;
		font-size:1.5em;
	}
	.top {
		height: 50vh;
	}
	.top_area {
		height: 50vh;
	}
	.index_item {
		position: relative;
		text-align: center;
		height: 120px;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.index_catch {
		padding:0 20px;
	}
	.index_catch h2 {
		font-size: 1.3em;
	}
	.index_catch h2 br{
		display: none;
	}
	.index_catch p{
		text-align: left;
	}
	.index_line01_box01,
	.index_line02_box01,
	.index_line03_box01{
		width:90%;
		margin:0 auto;
		right:0;
		left:0;
	}
	.index_line01_box01 h2, .index_line02_box01 h2, .index_line03_box01 h2 {
		font-size: 2em;
		font-weight: 900;
		color: white;
		text-align: center;
		position: relative;
		margin: 30px 0 20px 0;
		display: block;
	}
	.index_line01_box01 p, .index_line02_box01 p, .index_line03_box01 p {
		font-size: 1.1em;
		width: 80%;
		font-weight: 400;
		margin: 0 auto;
		color: white;
		text-align: left;
		line-height: 1.3em;
	}
	.index_line01, .index_line02, .index_line03 {
		width: 100%;
		height: 450px;
		background-size: cover;
		background-position: center center;
		margin: 0px auto;
	}
	.news_area dl dt {
		width: 100%;
		margin: 0;
		padding: 10px 10px 0 10px ;
		text-align: left;
		/* border-right: 1px solid #ccc; */
		border-bottom: none;
	}
	.news_area dl dd {
		width: 100%;
		margin: 0;
		padding:0 10px 10px 10px;
		border-bottom: 1px dashed #999;
	}
	.footer_area .flex_box > div {
		width: 100%;
		padding: 20px;
	}
	.page.post-9 .entry-header h1,.page.post-15 .entry-header h1, .page.post-20 .entry-header h1, .page.post-2 .entry-header h1, .page.post-13 .entry-header h1, .product_st02 {
		margin: 20px 0 20px 0;
		position: relative;
		color: #d54920;
		background: -webkit-linear-gradient(-90deg, #fcb340,#d54920 );
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 2em;
		display: block;
		text-align: center;
		top: inherit;
		z-index: 5;
		width: 100%;
		text-shadow: none;
	}
	.item_des .item_des_box01,
	.item_des .item_des_box02{
		width:100%;
	}
	.item_des:nth-child(odd) .item_des_box01,
	.item_des:nth-child(even) .item_des_box01{
		order:1;
	}
	.item_des:nth-child(even) .item_des_box02,
	.item_des:nth-child(odd) .item_des_box02{
		order:2;
	}
	.item_des:nth-child(even) .item_des_box03,
	.item_des:nth-child(odd) .item_des_box03{
		order:3;
	}
	.item_des .flex_box{
		padding:10px;
	}
	.item_des_title{
		font-size: 1.5em;
	}
	.product_btn {
		position: absolute;
		width: 28px;
		height: 250px;
		padding: 5px;
		background: rgba(35,122,58,0.8);
		color: white;
		text-align: center;
		display: flex;
		align-items: center;
		right: -28px;
		top: inherit;
		bottom:30px;
		transition: all 300ms 0s ease;
		line-height: 1em;
		border-radius: 0px 3px 3px 0;
		cursor: pointer;
	}
	.catalog a {
		display: inline-block;
		margin: 0px auto 50px auto;
		padding: 10px 30px;
		background: white;
		background: #333;
		color: white;
		font-size: 1.3em;
		font-weight: bold;
		text-decoration: none;
	}
	.item_des2 div {
		width: 92%;
	}
	.item_des2 div:nth-child(odd),
	.item_des2 div:nth-child(even) {
		margin:0 auto 20px auto;
	}
	.product_st01 {
		margin-bottom: 20px;
		font-size: 1em;
		text-align: center;
		padding: 0 20px;
	}
	.product_st01 br{
		display: none;
	}

	.company_box .company_bg {
		z-index: -1;
		position: absolute;
		top: -100px;
		width: 100%;
	}
	.company_box_01 .company_03 {
		font-size: 1.5em;
	}
	.company_box_01 .company_01 {
		font-size: 1.1em;
		width:92%;
		margin:0 auto 1em auto;
	}

	.company_box_01 .company_02 {
		font-size: 1.1em;
		width:92%;
		margin:0 auto;
	}
	.sub_catch {
		text-align: center;
		margin: 10px auto 20px auto;
		font-size: 1.5em;
		text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
	}
	.index_box_02 p {
		font-size: 1.3rem;
		text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
		font-weight: 400;
		width:92%;
		margin: 0 auto 1em auto;
	}
	dl.company {
		width:96%;
		margin : 10px auto;
	}

	.rec_box01,
	.rec_box02 {
		width: 100%;
		margin: 0 auto;
	}
	.rec_box01 img{
		position: absolute;
		z-index: -1;
		top:0;
		opacity: 0.4;
	}
	.rec_st01 {
		margin-bottom: 30px;
		font-size: 1.2em;
		text-align: center;
		text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
	}
	.rec_box02{
		padding:20px;
	}
	.rec_box02 p {
		font-size: 1em;
		text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
	}
	.subtop {
		height: 83px;
	}
	.subtop_area {
		height: 83px;
	}
	.content-area2 {
		padding: 5px;
	}
	.single #main {
		width: 96%;
		margin: 0 auto;
	}
	.single #sidebar {
		width: 96%;
		margin: 0 auto;
	}
	.single-post h1.entry-title {
		font-size: 1.2em;
	}

	.inq_box01{
		width:100%;
		padding-left:0;
	}
	
	.inq_box01 img{
		position: absolute;
		top:0px;
		z-index: -1;
		opacity: 0.3;
	}
	.inq_box02{
		width:96%;
		margin:0 auto;
		padding-right:0;
		/* max-width: 900px; */
	}
	.inq_box02 h3 {
		font-size: 1.4em;
		color: #13803b;
		border-left: 4px solid #13803b;
		padding: 5px 10px;
	}
	.inq_box02 p {
		margin-right: 5px;
		margin-left: 5px;
	}
	.inq_box02 .phone_number {
		font-size: 1.5em;
		color: #13803b;
		font-weight: 900;
		margin-bottom: 0;
	}
    .hm_wrap {
        display: inline-block;
        position: fixed;
        top: 15px;
        right: 15px;
        width: 50px;
		height: 50px;
		background: rgba(3,39,20,0.8);
		z-index: 102;
    }
    .hm_title {
        /* ハンバーガーメニューオープン時の見出し */
        position: absolute;
        color: #FFF;
        display: inline-block;
        float: left;
        margin: 0 0 0 0;
        opacity: 0;
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
        transition: transform 0.6s, opacity 0.5s;
        z-index: 2;
    }
    /* ▽▽メニューボタン▽▽ */
    .hm_btn {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: block;
        float: right;
        margin: 10px 10px 0 0;
        z-index: 10;
    }
    .hm_btn::before {
        -webkit-box-shadow: #FFF 0 12px 0;
        box-shadow: #FFF 0 12px 0;
    }
    .hm_btn::after {
        bottom: 0;
    }
    .hm_btn::before,
    .hm_btn::after {
        width: 30px;
        height: 6px;
        background: #FFF;
        display: block;
        content: '';
        position: absolute;
        -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
        transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
    }
    /* △△メニューボタン△△ */
    .hm_menu_wrap {
        width: 100%;
        height: 10000px;
        background: rgba(15, 63, 105, 0.9);
        position: absolute;
        right: -100%;
        top: 0;
        -webkit-transition: left 0.4s;
        transition: left 0.4s;
    }
    /* ▽▽開閉時のアニメーション▽▽ */
    .hm_menu_check:checked~.hm_title {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .hm_menu_check:checked~.hm_btn::before {
        -webkit-box-shadow: transparent 0 0 0;
        box-shadow: transparent 0 0 0;
        -webkit-transform: rotate(45deg) translate3d(8px, 9px, 0);
        transform: rotate(45deg) translate3d(8px, 9px, 0);
    }
    .hm_menu_check:checked~.hm_btn::after {
        -webkit-transform: rotate(-45deg) translate3d(8px, -9px, 0);
        transform: rotate(-45deg) translate3d(8px, -9px, 0);
    }
    .hm_menu_check:checked~.hm_menu_wrap {
        left: 0;
    }
    /* △△開閉時のアニメーション△△ */
    /* ▽▽メニュー内のリストスタイル▽▽ */
    .hm_list {
        list-style-type: none;
        margin: 100px 20px 10px 20px;
        padding: 0;
    }
    .hm_list {
        border-top: 1px dashed #FFF;
    }
    .hm_list li a {
        color: #FFF;
        display: block;
        overflow: hidden;
        padding: 18px 0;
        position: relative;
        text-decoration: none;
        z-index: 1;
        border-bottom: 1px dashed #FFF;
        text-align: center;
    }
    hm_list i {
        margin: 0 0.5em;
    }
    /* .hm_list li a::before {
    
        background: #eee;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 100%;
        left: 0;
        -webkit-transition: bottom 0.4s;
        transition: bottom 0.4s;
        z-index: -1;
    } */
    .hm_list li a:hover::before {
        bottom: 0;
    }
    .hm_list li a:hover::after {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

	#page-top {
		opacity: 0;
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		z-index: 80;
		background: #237a3a;
		color: white;
		border: 1px solid #FFF;
		border-radius: 3px;
		transition: all 0.3s ease-in-out;
	}
}