@charset "UTF-8";

/*
Theme Name:   熊本建物管理
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype
*/

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot7b2xjb0');
	src: url('fonts/icomoon.eot7b2xjb0#iefix') format('embedded-opentype'),
		 url('fonts/icomoon.ttf7b2xjb0') format('truetype'),
		 url('fonts/icomoon.woff7b2xjb0') format('woff'),
		 url('fonts/icomoon.svg7b2xjb0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Reset
--------------------------------*/
html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,caption,th,td,blockquote,address,pre,code,form,fieldset,legend,iframe,
header,footer,article,section,aside,nav,figure,figcaption,main {
	margin:0;
	padding:0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

pre {
	white-space: pre-wrap;
}

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

img,
iframe {
	vertical-align: middle;
	border:0;
}

cite,
abbr {
	font-style: inherit;
	text-decoration: inherit;
}

header,footer,article,section,aside,nav,figure,figcaption,main {
	display: block;
}


/* Base
--------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 16px/1.6 sans-serif;
}

body {
	background: #fff;
	color: #333;
	font-size: 1.125em;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

a {
	color: inherit;
	transition: .3s;
}

a:before,
a:after {
	text-align: inherit;
}

a[href^="tel:"] {
	text-decoration: inherit;
}

button {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

em {
	font-style: inherit;
	font-weight: bolder;
}

figure {
}

figcaption {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

ul {
	padding-left: 1.5em;
}

ol {
	padding-left: 2em;
}

nav ul,
nav ol {
	list-style: none;
	padding: 0;
}

article,
section {
	margin: 60px auto;
}

article section,
section section {
	margin: 40px auto;
}

main p {
	margin: 1em 0;
}

article:first-child,
section:first-child,
p:first-child,
.entry-content > :first-child,
.widget:first-child,
.pgroup:first-child {
	margin-top: 0;
}

article:last-child,
section:last-child,
p:last-child,
.entry-content > :last-child,
.widget:last-child,
.pgroup:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

th,
td {
	border: 1px solid;
	text-align: left;
}

button,
input,
textarea,
select {
	max-width: 100%;
	font: inherit;
	transition: .3s;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select {
	padding: 1px 2px;
	box-shadow: 0 0 5px 1px rgba(211, 211, 209, .75) inset;
	border: 1px solid #C6C6C6;
	border-radius : 2px;
	background : #fff;
}

input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[disabled] {
	opacity: .3;
	cursor: default;
}


/* Site Width
--------------------------------*/
.site {
	position: relative;
	margin: auto;
}

h2,h3,h4,h5,h6,
.site-header-content,
.breadcrumbs,
.content {
	max-width: 1220px;
	margin: auto;
}

.post,
.site-footer-content,
.global-nav > ul,
.archive-content {
	max-width: 960px;
	margin: auto;
}


/* Common
--------------------------------*/
article:after,
section:after,
header:after,
footer:after,
nav:after,
.content:after,
.site-content:after,
.site-footer-content:after,
.entry-content:after,
.group:after {
	display: block;
	clear: both;
	content: "";
}

.image,
.graph,
.link,
.tagline {
	text-align: center;
}

.more {
	text-align: right;
}

.tagline {
	font-size: 1.111em;
}

.tagline > span,
.lede > span {
	display: block;
}

.btn,
input[type="submit"] {
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	min-width: 200px;
	box-shadow: none;
	padding: 8px 20px;
	border: 0;
	border-bottom: 4px solid #060;
	border-radius: 5px;
	background: #393;
	color: #fff;
	font-weight: bold;
	font-weight: 18;
	text-decoration: none;
	text-shadow: none;
}

.btn:hover,
.btn:focus {
	border-color: #066;
	background: #399;
}

.screen-reader-text,
.mid-screen-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
}

.pgroup {
	margin: 1em 0;
}

.pgroup > p {
	margin: 0;
}


/* Heading
--------------------------------*/
h2,h3,h4,h5,h6 {
	line-height: 1.4;
}

h2 {
	margin-bottom: 30px;
	color: #0f4aa8;
	font-family: "Hiragino Mincho ProN", "游明朝", serif;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
}

h3 {
	margin-bottom: 20px;
	color: #0f4aa8;
	font-size: 1.625rem;
}


/* Header
--------------------------------*/
.site-header {
	position: relative;
	text-align: center;
}

.home .site-header {
	margin-bottom: 128px;
}

.blog .site-header,
.archive .site-header,
.single .site-header {
	margin-bottom: 60px;
}

.site-header-content {
	position: relative;
	padding: 20px 0 8px;
}

.site-title {
	text-indent: -78px;
}

.head-tel {
	display: inline-block;
	margin-top: 6px;
	color: #0f4aa8;
	font-weight: bold;
	font-size: 25px;
}

.head-contact {
	position: absolute;
	top: 0;
	right: 20px;
	border-radius: 0 0 5px 5px;
}

.global-nav {
	position: relative;
	height: 50px;
	background: #000;
	color: #fff;
	text-align: center;
}

.global-nav > ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.global-nav li {
	display: table-cell;
}

.global-nav a {
	display: block;
	padding: 10px;
	text-decoration: none;
}

.global-nav a:before {
	display: inline-block;
	margin-right: 1em;
	font-family: FontAwesome;
	text-decoration: none;
	content: "\f105";
}

.global-nav a:hover,
.global-nav a:focus {
	text-decoration: underline;
}

.home-global-nav {
	position: absolute;
	right: 0;
	bottom: -63px;
	left: 0;
	height: auto;
	line-height: 1.28;
	background: none;
}

.home-global-nav > ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1080px;
}

.home-global-nav li {
	display: inline-block;
	width: 220px;
	height: 220px;
	overflow: hidden;
	box-shadow: 3px 3px 2px rgba(102, 102, 102, .6);
	border-radius: 50%;
}

.home-global-nav a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	padding: 69.1% 0 2.27%;
	border: 5px solid #fff;
	border-radius: inherit;
	background: url(images/bg_gnav.jpg) no-repeat 0 0 #0f4aa8;
	font-weight: bold;
}

.home-global-nav li:nth-child(2) a {
	background-position: -210px 0;
}

.home-global-nav li:nth-child(3) a {
	background-position: -420px 0;
}

.home-global-nav li:nth-child(4) a {
	background-position: 100% 0;
}

.home-global-nav a:before {
	content: none;
}

.home-global-nav a:hover,
.home-global-nav a:focus {
	background-color: #1467eb;
	text-decoration: none;
}

.head-catch {
	position: relative;
	height: 550px;
	background: url(images/bg_header.jpg) no-repeat 50% #eee;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.head-catch > img {
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	margin: auto;
}


/* Footer
--------------------------------*/
.site-footer {
	margin-top: 100px;
	background: #0f4aa8;
	color: #fff;
}

.page-shinsenmura .site-footer {
	margin-top: 0;
}

.site-footer-content {
	padding: 40px 0;
}

.foot-confidence {
	float: right;
	max-width: 50%;
}

.foot-confidence-caption {
	margin-bottom: 1em;
	font-weight: bold;
}

.foot-confidence > ul {
	list-style: none;
	padding: 0;
	font-size: 1rem;
}

.foot-confidence li {
	position: relative;
	margin-top: 5px;
	padding-left: 52px;
}

.foot-confidence li:before {
	position: absolute;
	left: 20px;
	content: "―";
}

.organization {
	float: left;
	width: 50%;
}

.organization:before {
	display: block;
	line-height: 1;
	width: 266px;
	height: 24px;
	margin-bottom: 10px;
	content: url(images/logo_w.svgz);
}

.org-tel {
	display: inline-block;
	margin: 5px 0 10px;
	font-weight: bold;
	font-size: 2em;
}

.foot-branch-office {
	float: left;
	clear: left;
	width: 50%;
	font-size: .875rem;
}

.foot-branch-office > dt {
	float: left;
	margin-right: 1em;
}

.foot-banner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style: none;
	padding: 45px 0;
	background: #e7edf6;
	text-align: center;
}

.foot-banner > li {
	display: inline-block;
	margin: 0 20px;
}

.copyright {
	padding: 36px 0;
	border-top: 1px solid #e7edf6;
	text-align: center;
}

.copyright small {
	font-size: 1em;
}


/* Content
--------------------------------*/
.site-content {
}

main {
}

.side {
}

.breadcrumbs {
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li:first-child {
	text-transform: uppercase;
}

.breadcrumbs li + li:before {
	content: ">";
}

.pagetop {
	position: fixed;
	bottom: 60px;
	left: 50%;
	z-index: 1000;
	opacity: .5;
	margin-left: 530px;
	border-radius: 50%;
	background: #617176;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.pagetop:before {
	display: block;
	width: 1em;
	height: 1em;
	font: 60px/.9 FontAwesome;
	content: "\f106";
}

.pagetop:hover,
.pagetop:focus {
	opacity: 1;
}


/* Side
--------------------------------*/


/* Page
--------------------------------*/
.page-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 250px;
	color: #fff;
}

.page-header:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 500px;
	background: url(images/bg_header.jpg) no-repeat 50% 50% #ccc;
	background-size: cover;
	content: "";
}

.blog .page-header:before,
.archive .page-header:before,
.single .page-header:before {
	height: 300px;
}

.page-title {
	position: relative;
	font: bold 52px/1 "Hiragino Mincho ProN", "游明朝", serif;
	text-shadow: 0 0 8px rgba(0,0,0,.9), 0 0 8px rgba(0,0,0,.9);
}

.headline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 200px;
	margin: 0;
	background: rgba(15, 74, 168, .85);
	color: #fff;
	font: bold 35px/1.75 "Hiragino Mincho ProN", "游明朝", serif;
	text-align: center;
}

.headline > span {
	display: block;
}


/* Home
--------------------------------*/
.news-block {
	padding: 60px 0;
	background: url(images/bg_news.jpg) no-repeat 50%/cover;
}

.news-area {
	max-width: 580px;
	margin-left: 0;
	padding: 40px;
	background: #fff;
	background: rgba(255,255,255,.9);
}

.news-heading {
	font-family: inherit;
	font-size: 25px;
}

.major-clients {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}

.major-clients > li {
	width: 22.951%;
	text-align: center;
}

.major-clients span {
	display: block;
}

.client-type-image {
	margin-bottom: 10px;
}

.client-type-name {
	font-size: 1.4375rem;
}

.client-type-name:before {
	margin-right: 10px;
	color: #393;
	font-family: icomoon;
	content: "\e900";
}

.results-area {
	max-width: 1220px;
	padding: 30px 20px;
	background: #dbe4f2;
}

.results-heading {
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 5px solid #fff;
	text-align: center;
}

.results-area > .content {
	padding: 0 55px;
	font-size: 1.25rem;
}

.post-list {
	list-style: none;
	margin: 40px 0;
	padding: 0;
}

.post-list > li {
	overflow: hidden;
	margin: 20px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-list time {
	display: inline-block;
	margin-right: 20px;
}

.no-posts {
	text-align: center;
}

.company-info-area {
	padding: 60px 0;
	background: url(images/bg_company.jpg) no-repeat 50%/cover;
}

.company-info {
	font-size: 1rem;
}

.company-info > tbody {
	display: block;
	width: 100%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

.company-info > tbody > tr {
	display: inline-table;
	width: 100%;
	margin-bottom: 18px;
}

.company-info th,
.company-info td {
	vertical-align: top;
	border: 0;
}

.company-info th {
	width: 16%;
	color: #0f4aa8;
	font-weight: bold;
}

.office-location > dt:before {
	content: "[";
}

.office-location > dt:after {
	content: "]";
}

.office-location > dd + dt {
	margin-top: 1em;
}

.directors > dt {
	float: left;
	clear: left;
	width: 6em;
}

.company-history th {
	padding-right: 1em;
	color: inherit;
	font-weight: inherit;
	white-space: nowrap;
}

.wpcf7-form {
	display: block;
	max-width: 940px;
	margin: auto;
}

.required {
	display: inline-block;
	padding: 0 6px;
	border-radius: 3px;
	background: #ff9;
	color: #333;
	font-size: .7778em;
}

.form-table th,
.form-table td {
	vertical-align: top;
	padding: 20px;
	border: 1px solid #fff;
	background: #eaeaea;
}

.form-table th {
	width: 38.3%;
	padding-left: 40px;
	background: #0f4aa8;
	color: #fff;
}

.form-table input[size="40"],
.form-table textarea {
	width: 100%;
}

label[for],
.acceptance > label {
	cursor: pointer;
}

.acceptance,
.submit {
	margin-top: 50px;
	text-align: center;
}

.submit {
	text-indent: 20px;
}

input[type="submit"] {
	min-width: 280px;
}


/* Service
--------------------------------*/
.service-part-area {
	max-width: 1280px;
	margin: 0 auto;
}

.service-part-image,
.service-part-heading,
.service-part-content {
	width: 50%;
}

.service-part-image,
.service-part-area:nth-of-type(2n) > .service-part-heading,
.service-part-area:nth-of-type(2n) > .service-part-content {
	float: right;
}

.service-part-area:nth-of-type(2n) > .service-part-image,
.service-part-heading,
.service-part-content {
	float: left;
}

.service-part-heading {
	margin: 0 auto 40px;
	padding: 80px 60px 0;
	font-family: sans-serif;
	font-size: 1.3889em;
}

.service-part-heading > span {
	font-size: .72em;
}

.service-part-content {
	padding: 0 60px 30px;
}

.contact-flow {
	padding: 40px 20px 30px;
	background: #e7edf6;
	color: #0f4aa8;
	font-size: 1.722em;
	text-align: center;
}

.contact-flow:after {
	display: block;
	width: 1em;
	margin: 15px auto 0;
	-webkit-transform: scaleX(1.4);
	transform: scaleX(1.4);
	font: 60px/.5 FontAwesome;
	content: "\f107";
}


/* Shinsenmura
--------------------------------*/
.shinsenmura-page-header:before,
.farm_diary-page-header:before {
	height: 250px;
	background-image: url(images/bg_header_farm.jpg);
}

.shinsenmura-headline {
	background: #693;
}

.shinsenmura-part-heading {
	color: #5b5331;
}

.shinsenmura-part-heading > span {
	display: block;
	font-size: 1em;
}

.shinsenmura-part-area:first-of-type > .shinsenmura-part-heading {
	text-align: left;
}

.crops-caption {
	margin: 0;
	padding: 54px 0;
	background: #e8e3d9;
	color: #5b5331;
	font-family: "Hiragino Mincho ProN", "游明朝", serif;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
}

.recent-farm-diary-area {
	margin: 0;
	padding: 40px 0 60px;
	background: #e8e3d9;
}

.recent-farm-diary-heading {
	color: #5b5331;
}


/* Post
--------------------------------*/
.post .entry-title {
	color: #0f4aa8;
	font-weight: bold;
	font-size: 1.25rem;
}

.entry-footer {
	margin: 5px 0 40px;
	padding: 4px 0;
	border: solid #999;
	border-width: 1px 0;
	font-size: .875rem;
}

.categories {
}

[itemprop="datePublished"] {
}

.attachment .entry-content {
	text-align: center;
}

.post strong,
.post em {
	color: inherit;
}

.post em {
	font-style: italic;
	font-weight: inherit;
}

.back {
	margin-top: 40px;
}

.back:before {
	margin-right: 4px;
	font-family: FontAwesome;
	content: "\f105";
}


/*== Wordpress Native Classes ==*/
.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
}

.alignnone {
	vertical-align: baseline;
}


/* Farm Diary
--------------------------------*/
.farm_diary .entry-title {
	color: #5b5331;
}


/* Pagenavi
--------------------------------*/
.page-nav,
.wp-pagenavi {
	font-size: 16px;
	text-align: center;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
	display: inline-block;
	min-width: 1em;
	line-height: 1;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 4px;
	padding: 6px;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.wp-pagenavi > .current {
	background: #0f4aa8;
}


/* Share Buttons
--------------------------------*/
.share-buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
	text-align: center;
}

.share-buttons > li {
	display: inline-block;
	vertical-align: top;
}

.share-buttons a {
	display: block;
	padding: 2px 8px;
	background: #ccc;
	color: #fff;
	text-decoration: none;
}

.share-buttons a:before {
	display: inline-block;
	width: 1em;
	font: 1em/1 FontAwesome, sans-serif;
	content: "\e911";
}

.share-buttons a[href*="facebook.com"] {
	background-color: #3b5998;
}

.share-buttons a[href*="facebook.com"]:before {
	content: "\f09a";
}

.share-buttons a[href*="twitter.com"] {
	background-color: #55acee;
}

.share-buttons a[href*="twitter.com"]:before {
	content: "\f099";
}

.share-buttons a[href*="plus.google.com"] {
	background-color: #dd4b39;
}
.share-buttons a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.share-buttons a[href*="getpocket.com"] {
	background-color: #ee4056;
}

.share-buttons a[href*="getpocket.com"]:before {
	content: "\f265";
}

.share-buttons a[href*="hatena.ne.jp"] {
	background-color: #00a5de;
}

.share-buttons a[href*="hatena.ne.jp"]:before {
	content: "\e901";
	font-family: icomoon, sans-serif;
}


/*------------------------------*/
.ie {
	font-family: "游ゴシック", "メイリオ", sans-serif;
}

.for-ie {
	padding: 10px 0;
	background: #f00;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width: 1180px) {
	.service-part-heading {
		margin-bottom: 20px;
		padding: 30px 20px 0;
	}
	
	.service-part-content {
		padding: 0 20px 20px;
	}
}

/* Tablet */
@media screen and (max-width: 960px) {
	/*=== Site Width ===*/
	h2,h3,h4,h5,h6,
	.site-header-content,
	.site-footer-content,
	.breadcrumbs,
	.content,
	.archive-content {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	/*=== Common ===*/
	.mid-screen-text {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		clip: none;
		word-wrap: inherit;
	}
	
	/*=== Header ===*/
	.global-nav a > span {
		display: inline-block;
		font-size: .8889em;
	}
	
	.home-global-nav {
		bottom: -47.25px;
		margin: 0 20px;
	}
	
	.home-global-nav li {
		width: 165px;
		height: 165px;
	}
	
	.home-global-nav a {
		background-size: 630px auto;
		font-size: 13.5px;
	}
	
	.home-global-nav a > span {
		font-size: 1em;
	}
	
	.home-global-nav li:nth-child(2) a {
		background-position: -157.5px 0;
	}
	
	.home-global-nav li:nth-child(3) a {
		background-position: -315px 0;
	}
	
	/*=== Footer ===*/
	.foot-confidence {
		float: none;
		max-width: none;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.foot-confidence li {
		display: inline-block;
	}
	
	.foot-branch-office {
		float: right;
		clear: none;
	}
	
	.foot-branch-office > dt {
		float: none;
	}
	
	.foot-branch-office > dd {
		margin-bottom: 1em;
	}
	
	/*=== Content ===*/
	.headline {
		margin-bottom: 40px;
		font-size: 30px;
	}
	
	.pagetop {
		display: block;
		position: static;
		opacity: 1;
		margin: 0;
		padding: 10px;
		border-top: 2px solid;
		border-radius: 0;
		background: #fff;
		color: #0f4aa8;
		text-transform: uppercase;
	}
	
	.pagetop:before {
		height: auto;
		line-height: .8;
		margin: auto;
		font-size: 36px;
	}
	
	/*=== Service ===*/
	.service-part-area {
		margin: 60px auto;
	}
	
	.service-part-image,
	.service-part-heading,
	.service-part-content,
	.service-part-area:nth-of-type(2n) > .service-part-image,
	.service-part-area:nth-of-type(2n) > .service-part-heading,
	.service-part-area:nth-of-type(2n) > .service-part-content {
		float: none;
	}
	
	.service-part-heading,
	.service-part-content {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.service-part-image {
		width: auto;
		max-width: 360px;
		margin: 0 auto 20px;
	}
	
	/*=== Post ===*/
	.post {
		margin-right: 20px;
		margin-left: 20px;
	}
	
	.entry-footer {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {
	body {
		font-size: 1em;
	}
	
	a[href^="tel:"] {
		text-decoration: underline;
	}
	
	/*=== Common ===*/
	.sp-screen-reader-text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		word-wrap: normal;
	}
	
	/*=== Site Width ===*/
	h2,h3,h4,h5,h6,
	.site-header-content,
	.site-footer-content,
	.breadcrumbs,
	.content,
	.archive-content {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	/*=== Heading ===*/
	h2 {
		font-size: 24px;
	}
	
	/*=== Header ===*/
	.home .site-header {
		margin-bottom: 40px;
	}
	
	.site-title {
		margin-bottom: 10px;
		text-indent: 0;
	}
	
	a.head-tel {
		padding: 4px 10px;
		border-bottom: 5px solid hsl(120, 100%, 20%);
		border-bottom: 4px solid hsl(217, 100%, 16%);
		border-radius: 5px;
		background: hsl(120, 50%, 40%);
		background: hsl(217, 84%, 36%);
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}
	
	.head-contact {
		position: static;
		min-width: 0;
		padding: 4px 10px;
		border-radius: 5px;
		font-size: 14px;
	}
	
	.head-catch {
		height: 200px;
		padding: 0 20px;
		background-image: url(images/bg_header_sp.jpg);
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.head-catch > img {
		position: relative;
	}
	
	.global-nav {
		height: auto;
	}
	
	.home-global-nav {
		position: static;
		margin: 0;
		background: #000;
	}
	
	.global-nav > ul,
	.home-global-nav > ul {
		display: block;
	}
	
	.global-nav li,
	.home-global-nav li {
		float: left;
		width: 50%;
		height: auto;
		box-shadow: none;
		border-top: 1px solid;
		border-radius: 0;
	}
	
	.global-nav a,
	.home-global-nav a {
		display: block;
		position: relative;
		padding: 10px 0;
		border: 0;
		background: none;
		font-weight: inherit;
	}
	
	.global-nav a:before {
		content: none;
	}
	
	.global-nav li:nth-child(2n) > a:before,
	.home-global-nav li:nth-child(2n) > a:before {
		position: absolute;
		top: 6px;
		bottom: 6px;
		left: 0;
		width: 1px;
		background: rgba(255,255,255,.5);
		content: "";
	}
	
	.global-nav a:hover,
	.global-nav a:focus,
	.home-global-nav a:hover,
	.home-global-nav a:focus {
		background: transparent;
	}
	
	/*=== Footer ===*/
	.site-footer {
		margin-top: 60px;
	}
	
	.foot-confidence-caption {
		font-size: 1em;
	}
	
	.foot-confidence > ul {
		font-size: .875em;
		text-align: left;
	}
	
	.foot-confidence li {
		padding-left: 24px;
	}
	
	.foot-confidence li:before {
		left: 4px;
	}
	
	.organization,
	.foot-branch-office {
		float: none;
		width: auto;
	}
	
	.organization {
		text-align: center;
	}
	
	.foot-banner {
		display: block;
		padding: 10px 20px;
	}
	
	.foot-banner > li {
		display: block;
		margin: 10px 0;
	}
	
	.copyright {
		padding: 20px 0;
	}

	/*=== Content ===*/
	main,
	.side {
		float: none;
		width: auto;
	}
	
	/*=== Page ===*/
	.page-header {
		height: 120px;
		background: url(images/bg_header_sp.jpg) no-repeat 50%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.page-header:before {
		content: none;
	}
	
	.page-title {
		font-size: 32px;
	}
	
	.headline {
		display: block;
		height: auto;
		padding: 20px;
		font-size: 20px;
	}
	
	.headline > span {
		display: inline;
	}
	
	/*=== Home ===*/
	.news-block {
		padding: 0;
		background-position: 100%;
	}
	
	.news-block > .content {
		padding: 0;
	}
	
	.news-area {
		background: rgba(255,255,255,.75);
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.news-heading {
		margin-bottom: 0;
	}
	
	.post-list {
		margin: 20px 0 30px;
	}
	
	.post-list time {
		display: block;
		margin: 0;
	}
	
	.major-clients {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -20px;
	}
	
	.major-clients > li {
		width: 48%;
		margin-top: 20px;
	}
	
	.client-type-name {
		font-size: .889em;
	}
	
	.results-area {
		padding: 20px;
	}
	
	.results-heading {
		margin-bottom: 20px;
		padding: 0;
	}
	
	.results-area > .content {
		padding: 0;
		font-size: 1em;
	}
	
	.company-info-area {
		padding: 0;
		background: none;
	}
	
	.company-info,
	.company-history,
	.form-table {
		display: block;
	}
	
	.company-info tbody,
	.company-info > tbody > tr,
	.company-info tr,
	.company-info th,
	.company-info td,
	.form-table > tbody,
	.form-table tr,
	.form-table th,
	.form-table td {
		display: inherit;
		width: auto;
	}
	
	.company-info > tbody {
		-moz-column-count: auto;
		-webkit-column-count: auto;
		column-count: auto;
	}
	
	.company-info > tbody > tr:last-child {
		margin-bottom: 0;
	}
	
	.company-info th,
	.company-info td {
		padding: 0;
	}
	
	.company-history tr + tr {
		margin-top: 1em;
	}
	
	.company-history th,
	.company-history td {
		padding: 0;
	}
	
	.company-history th {
		font-weight: bold;
	}
	
	.form-table th,
	.form-table td {
		padding: 10px;
	}
	
	.acceptance,
	.submit {
		margin-top: 20px;
	}
	
	/*=== Service ===*/
	.contact-flow {
		padding: 20px;
		font-size: 1.333em;
	}
	
	/*=== Shinsenmura ===*/
	.shinsenmura-page-header,
	.farm_diary-page-header {
		background-image: url(images/bg_header_farm_sp.jpg);
	}
	
	.shinsenmura-part-heading > span {
		display: inline;
	}
	
	.crops-caption {
		padding: 32px 10px;
		font-size: 30px;
	}
	
	/*=== Post ===*/
	.post {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.entry-footer {
		margin: 0 -10px 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 1em auto;
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	.crops-caption {
		padding: 24px 10px;
		font-size: 20px;
		font-size: 5.4vw;
	}
}

@media print {
	body {
		min-width: 1024px;
	}
}