/*
Theme Name: kyokuhai
Author: パドルアンドチャート
Author URI: http://paddlechart.com
Text Domain: kyokuhai
*/

/* 制作者註　twentyseventeenを基にしています */

/* カラー
キーカラー（青緑）：#3ca79d;
キーカラーちょい薄：#acd9d6;
黄緑：#9bc613;
黄色：#fff405;
薄いグレー：#e3e3e3;
 */


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.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;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
	clear: both;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

.hentry h1:first-child,
.hentry h2:first-child,
.hentry h3:first-child,
.hentry h4:first-child,
.hentry h5:first-child,
.hentry h6:first-child {
	padding-top: 0;
}

h1 {
}

h2,
.home.blog .entry-title {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

/*tr {
	border-bottom: 1px solid #eee;
}*/

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */





.btn-like_style1 {
	background-color: #fff405;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 4px 8px;
}
.btn-like_style1:hover {
	background-color: #9bc613;
}
.btn-like_style1 .icon {
	margin-right: 0.5em;
	width: 0.8em;
}


.btn-like_style2 {
	background-color: #9bc613;
	border-radius: 5px;
	color: #FFF;
	display: block;
	padding: 6px 1em;
}
.btn-like_style2:hover {
	background-color: #fff405;
	color: #000;
}

.btn-like_style3 {
	background-color: #fff;
	border: 9px solid #9bc613;
	border-radius: 5px;
	color: #000;
	display: block;
	padding: 6px 1em;
}
.btn-like_style3:hover {
	border-color: #fff405;
}


/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/



/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

/* Main Navigation */
.navigation-top {
	background-color: #3ca79d;
}

.toggle-btn {
	display: none;
}
@media screen and (max-width: 48em) {
	.navigation-top {
		text-align: center;
		padding: 10px 0 0;
	}

	.menu-btn {
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 1px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
		padding: 0.5em 2em;
	}
	.menu-btn:hover {
		background-color: transparent;
	}
	#site-navigation {
		display: none;
	}

	.navigation-top ul {
		border-bottom: 1px solid #e3e3e3;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.navigation-top li {
		border-top: 1px solid #e3e3e3;
		position: relative;
	}
	.navigation-top a {
		color: #FFF;
		display: block;
		padding: 10px;
	}
	#dropmenu > li > a {
		padding-right: 50px;
	}
	.navigation-top li li {
		border-top: 1px dashed #e3e3e3;
	}
	.navigation-top li li a {
		padding-left: 23px;
	}
	.navigation-top li ul {
		display: none;
	}
	.navigation-top li .toggle-btn {
		cursor: pointer;
		display: block;
		height: 24px;
		position: absolute;
		right: 15px;
		top: 8px;
		width: 26px;
	}
	.navigation-top li .toggle-btn .icon {
		height: 20px;
		width: 20px;
		position: absolute;
		margin: auto;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	}
	.navigation-top li .toggle-btn.open .icon {
		transform: rotate(90deg);
	}

}

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

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 20px;
	padding-right: 20px;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

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

.site-description {
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 10px;
	text-align: center;
}

.site-branding {
	padding-left: 10px;
	padding-right: 10px;
}

.site-title {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 940px) {
	.site-title {
		text-align: center;
	}
}

.site-title {
	float: left;
	width: 45%;
}
.header-logo {
	height: auto;
	max-width: 220px;
	vertical-align: bottom;
	max-width: 220px;
}
.site-branding_contact {
	float: right;
	text-align: right;
	width: 50%;
}
.header-mail-btn {
	background-color: #3ca79d;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 16px;
}
.header-mail-btn:hover {
	color: #fff;
	opacity: 0.5;
}
.header-mail-btn .icon {
	margin-right: 0.5em;
}
.header-contact-time {
	margin-top: 10px;
}
.header-contact-time p {
	margin-bottom: 0px;
}
.header-tel-btn {
	font-size: 16px;
	margin: 5px 0 10px;
}
.header-tel-btn .icon {
	height: 0.9em;
	margin-right: 2px;
}

@media screen and (max-width: 30em) {
	.header-contact-time {
		display: none;
	}
	.header-mail-btn span {
		display: none;
	}
}




/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/



.front-main-copy {
	/* 416x250 */
	background-color: #fff405;
	padding: 20px 20px 25px;
}
.front-main-copy h1 {
	font-size: 18px;
	line-height: 1.666;
	margin: 0 0 6px;
	padding: 0 20px;
}
.front-main-copy h2 {
	font-size: 13px;
	line-height: 1.615;
	margin: 0 0 18px;
	padding: 0 20px;
}
.front-main-copy h1 br,
.front-main-copy h2 br {
	display: none;
}
.front-main-copy .inner {
	background-color: #fff;
	color: #3ca79d;
	padding: 15px 20px;
}
.front-main-copy .inner p {
	display: none;
}
.btn-main-copy-cta {
	border: 1px solid #3ca79d;
	border-radius: 5px;
	color:  #3ca79d;
	display: block;
	font-size: 12px;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
	width: 170px;
}
.btn-main-copy-cta .icon {
	margin-right: 3px;
	width: 0.9em;
}
.btn-main-copy-cta .icon .icon-link_contact_line {
	stroke: #3ca79d;
}

.btn-main-copy-cta:hover {
	background-color: #3ca79d;
	color: #FFF;
}
.btn-main-copy-cta:hover .icon .icon-link_contact_line {
	stroke: #FFF;
}


.cese-category_wrap {
	background-color: #d2eceb;
	border-radius: 20px;
	margin: 75px 0 40px;
	padding: 1em;
}

.cese-category_wrap h2 {
	background-color: #FFF;
	border: 5px solid #9bc613;
	color: #9bc613;
	font-size: 18px;
	margin: -35px auto 15px;
	max-width: 388px;
	padding: 5px;
	text-align: center;
}
.cese-category_wrap h2 .icon {
	margin-right: 6px;
}

.cese-category {
	margin: 0;
	padding: 0;
}
.cese-category li {
	list-style: none;
	margin-bottom: 5px;
}
.cese-category a {
	background-color: #FFF;
	border-radius: 10px;
	color: #3ca79d;
	display: block;
	font-size: 15px;
	padding: 0.4em;
	text-align: center;
}
.cese-category a:hover {
	background-color: #fff405;
	color: #000;
}


.front-service-flow {
	background-color: #3ca79d;
	text-align: center;
	padding: 38px 0;
}
.front-service-flow > .wrap {
	max-width: 1130px;/* 1090+40*/
}
.front-service-flow h2 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0 0 8px;
}
.front-service-flow .copy {
	color: #fff;
}
.front-service-step {
	background-color: #fff;
}
.front-service-step h3,
.front-service-step p {
	padding: 0 20px;
}
.front-service-step h3 {
	font-size: 16px;
	margin-bottom: 4px;
}
.front-service-step p {
	margin-bottom: 22px;
	text-align: left;
}

.front-service-flow .btn-like_style1 {
	font-size: 20px;
	border: 0px none;
	padding: 0.5em 1em;
}
.front-service-flow .btn-like_style1 .icon {
	margin-top: -2px;
}

.ab-icon-arrow {
	margin: 0 auto;
	transform: rotate(90deg);
}

.front-service-flow .arrow-edge {
	display: none;
}


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */



/* Aligned blockquotes */



/* Blog landing, search, archives */



/* ページヘッダー 共通 */
.page-header {
	background: url(assets/images/bg_page-header.png) #d2eceb;
	border-bottom: 10px solid #3ca79d;
	margin-bottom: 50px;
	padding-top: 1px;
}
.page-header .inner {
	padding-left: 20px;
	padding-right: 20px;
}
.page-header .inner.text-only {
	padding-bottom: 10px;
}
.header-image {
	float: left;
	max-width: 410px;
	width: 40%;
}
.header-image img {
	vertical-align: bottom;
}
.page-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0.3em 0; 
}
.page-description {
	clear: both;
	margin-top: 15px;
}
.page-description p {
	font-size: 14px;
	margin-bottom: 0;
}


/* トラブル/システム アーカイブ：ヘッダー */
.taxonomy-label {
	background-color: #FFF;
	border: 3px solid #9bc613;
	color: #9bc613;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.1em 0.3em;
}
.taxonomy-label .icon {
	margin-right: 0.5em;
	width: 0.9em;
}

/* トラブル/システム アーカイブ：個別の事例 */
.item {
	border-top: 1px solid #c9c9c9;
}
.item > a,
.case-icons a {
	color: #3ca79d;
}
.item > a {
	display: block;
}
.item .thumb {
	text-align: center;
	padding: 19px;
}
.item .thumb img {
	vertical-align: bottom;
}
.item h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6471;
	margin: 0 0 5px;
}
.item h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}
.item p {
	text-align: justify;
}
.item-footer .icon-link3_line {
	stroke:#000;
}
.case-icons {
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 19px;
}
.case-icons span {
	margin-right: 0.5em;
}
.case-icons span a {
	background-image: url(assets/images/icon-link1.svg);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	display: inline-block;
	line-height: 16px;
	margin: 3px 0;
	padding: 0 0 0 18px;
}
.case-icons span a:hover {
	text-decoration: underline;
}

/* More tag */



/* Single Post */

.entry-content h2 {
	font-weight: 500;
}


/* Entry footer */



/* Post Formats */



/* Post Navigation */



/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page .page-title {
	margin-top: 10px;
}


.type-page {
	margin-top: 50px;
}




/* 一気通貫で作業（現場）環境改善 */
.post-15 .type-page {
	margin-top: 70px;
}
.post-15 .entry-header {
	display: none;
}


.service-flow {
	border-top: 2px solid #ccc;
	margin-bottom: 65px;
	text-align: center;
}
.service-flow .inner {
	background: url(assets/images/bg_arrow-body1.gif) repeat-y left bottom;
	position: relative;
}
.service-flow .inner .arrow-edge {
	bottom: 0;
	left: 0;
	position: absolute;
}

.service-flow > h2 {
	background-color: #FFF;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0 1em;
	position: relative;
	top: -0.8em;
}

.service-step {
	border-bottom: 2px dotted #ccc;
	margin-left: 60px;
	padding-bottom: 18px;
	padding-top: 18px;
	text-align: left;
}
.service-step h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 16px;
}
.service-step h3 img {
	vertical-align: middle;
	margin-right: 0.5em;
}
.service-image {
	text-align: center;
}
.service-step p {
	
}


.post-15 .entry-content_section {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}
.post-15 .entry-content_sec-header {
	margin-bottom: 39px;
	vertical-align: bottom;
}
.post-15 .entry-content_sec-header h2 {
	display: inline-block;
	font-size: 24px;
	margin: 0 0 -6px;
	vertical-align: bottom;
}
.post-15 .entry-content_sec-header .btn-like_style1 {
	margin-left: 20px;
	vertical-align: middle;
}
.post-15 .entry-content table {
	max-width: 100%;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
@media screen and (max-width: 30em) {
	.post-15 .entry-content table {
		width: 100% !important;
	}
}
.post-15 .entry-content table td,
.post-15 .entry-content table th {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 50px;
	max-width: 226px;
	width: 25%;
	text-align: center;
}
.post-15 .entry-content table th {
	background-color: #e3e3e3;
}
.post-15 .entry-content table td a {
	background-image: url(assets/images/icon-link1.svg);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-size: 16px;
	color: #3ca79d;
	display: inline-block;
	padding: 0 0 0 18px;
}
.post-15 .entry-content table td a:hover {
	text-decoration: underline;
}








/* 404 page */



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

.bottom-area {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 13px;
	text-align: center;
}
.bottom-area .btn-like_style2 {
	line-height: 26px;
	margin-bottom: 10px;
}
.bottom-area .btn-like_style2 br {
	display: none;
}
.btn-like_style3 {
	line-height: 20px;
	padding: 0px 1em;
}

.site-footer {
	background-color: #e3e3e3;
}

.footer-cta {
	background-color: #3ca79d;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}
.footer-cta-copy {
	color: #FFF;
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 10px;
}
.footer-cta-btn {
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	display: block;
	line-height: 1;
	font-size: 16px;
	padding: 15px 24px;
}
.footer-cta-btn .icon {
	margin-right: 0.5em;
}
.icon-link_contact_line {
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
}
.footer-cta-btn:hover {
	background-color: #FFF;
	color: #3ca79d;
}
.footer-cta-btn:hover .icon-link_contact_line {
	stroke:#3ca79d;
}


.ft-widget a:hover {
	text-decoration: underline;
}
.ft-widget-title {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	line-height: 1.5714;
}
.ft-widget-title a {
	background-image: url(assets/images/icon-link1.svg);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	display: block;
	padding: 10px 10px 10px 45px;
}
.ft-widget ul {
	margin: 0;
	padding: 0;
}

.ft-menu {
	display: none;/* スマホでは子メニュー隠す */
}

.ft-widget li {
	list-style: none;
	margin-bottom: 5px;
}

.ft-widget .menu-item a {
	background-image: url(assets/images/icon-link2.svg);
	background-position: 32px 50%;
	background-repeat: no-repeat;
	background-size: 6px;
	border-bottom: 1px dashed #ccc;
	display: block;
	padding: 7px 7px 7px 45px;
}

@media screen and (max-width: 48em) {
	.ft-widget {
		position: relative;
	}
	.ft-widget .toggle-btn {
		cursor: pointer;
		display: block;
		height: 24px;
		position: absolute;
		right: 15px;
		top: 8px;
		width: 26px;
	}
	.ft-widget .toggle-btn .icon {
		height: 20px;
		width: 15px;
		position: absolute;
		margin: auto;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	}
	.ft-widget .toggle-btn.open .icon {
		transform: rotate(90deg);
	}

}


.site-info {
	margin-bottom: 1.5em;
	padding-top: 15px;
}
.footer-logo {
	font-size: 18px;
	margin: 0 0 10px;
	text-align: center;
}
.footer-logo a {
	color: #808080;
	display: block;
}
.footer-logo-image {
	margin-right: 10px;
	position: relative;
	top: -3px;
	vertical-align: middle;
	width: 80px;
}
.footer-contact p {
	margin-bottom: 0px;
}
.copyright {
	font-size: 10px;
	font-style: normal;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}





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



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



/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 14px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}


.icon-mail_path{fill:#fff;}
.icon-tel_path{fill:#000;}
.icon-link1_c{fill:#9bc613;}.icon-link1_line{fill:none;stroke:#fff;stroke-miterlimit:10;}
.icon-link2_line{fill:none;stroke:#9bc613;stroke-miterlimit:10;}
.icon-link3_line{fill:none;stroke:#000;stroke-miterlimit:10;}
.icon-search_path{fill:#9bc613;}
.icon-open_line{fill:none;stroke:#333;stroke-miterlimit:10;}
/*<svg><use xlink:href="#icon-mail"></use></svg>*/


/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/



/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/



/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {


}

@media screen and (min-width: 30em) {

	/* Typography */

	/*body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
	}

	h1 {
		font-size: 30px;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 13px;
	}

	h6 {
		font-size: 16px;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
	}*/

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

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

	/* Site Branding */







	/* Blog Index, Archive, Search */

	/* トラブル/システム アーカイブ：個別の事例 */
	.item {
		border: 1px solid #c9c9c9;
		float: left;
		margin-bottom: 25px;
		margin-left: 4%;
		width: 48%;
	}
	.item h3,
	.item h4,
	.item p,
	.item-footer {
		padding-left: 30px;
		padding-right: 30px;
	}
	.item:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0px;
	}
	.item h3 {
		min-height: 56px;
	}
	.item p {
		min-height: 84px;
		margin-bottom: 20px;
	}




	/* Pages */



	/* 一気通貫で作業（現場）環境改善 */




	/* Site Footer */
	.bottom-area {
		margin-bottom: 40px;
		margin-top: 25px;
	}
	.bottom-area > div {
		display: inline-block;
		margin: 0 9px;
		vertical-align: top;
	}
	.bottom-area .btn-like_style2 {
		display: inline-block;
	}




	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.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%;
	}
}

@media screen and (min-width: 46em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
		line-height: 1.6154;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		max-width: 1050px;/* 1010+40 */
	}


	/* Header */

	.site-branding {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		max-width: 1160px;
		position: relative;
	}
	
	.site-description {
		font-size: 19px;
		letter-spacing: 0.075em;
	}
	.header-logo {
		width: 220px;
	}
	.site-title {
		float: none;
		width: auto;
		padding: 28px 0 50px;
	}

	
	.site-branding_contact {
		float: none;
		position: absolute;
		right: 0px;
		top: 47px;
		width: auto;
	}
	.header-mail-btn {
		border-radius: 15px;
		font-size: 15px;
	}
	.header-tel-btn {
		font-size: 23px;
	}



	/* Navigation */



	/* Main Navigation */
	#dropmenu {
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		width: 680px;
	}
	#dropmenu li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
	}
	#dropmenu > li {
		min-width: 200px;
	}
	#dropmenu > li:nth-of-type(3) {
		width: 280px;
	}
	#dropmenu li a {
		display: block;
		margin: 0;
		text-decoration: none;
	}
	#dropmenu > li > a {
		color: #FFF;
		background-image: url(assets/images/sep.png);
		background-position: right center;
		background-repeat: no-repeat;
		font-size: 16px;
		padding: 20px 0 18px;
	}
	#dropmenu > li:last-of-type > a {
		background-image: none;
	}
	#dropmenu li ul {
		list-style: none;
		position: absolute;
		z-index: 100;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#dropmenu li ul li {
		overflow: hidden;
		width: 100%;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	#dropmenu li ul li a {
		padding: 9px 15px;
		border-bottom: 1px solid #ccc;
		background-color: #FFF;
		color: #000;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
	}
	#dropmenu > li > a span {
		border-bottom: 2px solid #3ca79d;
		display: inline-block;
		padding-bottom: 5px;
	}
	#dropmenu > li:hover > a span {
		border-bottom: 2px solid #fff405;
	}
	#dropmenu > li:hover li:hover > a {  background: #e3e3e3 }
	#dropmenu > li:hover > ul > li {
		overflow: visible;
		height: 38px;
	}
	#dropmenu li ul li ul {
		top: 0;
		left: 100%;
	}
	#dropmenu li:last-child ul li ul {
		left: -100%;
		width: 100%;
	}
	#dropmenu > li:nth-of-type(2) > ul {
		width: 160%;
	}
	#dropmenu li ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #454e08;
	}
	#dropmenu li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #454e08;
	}
	#dropmenu li ul li:hover > ul > li {
		overflow: visible;
		height: 38px;
	}
	#dropmenu li ul li ul li a {  background: #FFF }
	#dropmenu li:hover ul li ul li a:hover {  background: #e3e3e3 }


	/* Scroll down arrow */



	/* Front Page */
	.front-main-image {
		max-height: 520px;
		overflow: hidden;
		position: relative;
	}
	.front-main-image .wrap {
		bottom: 0;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.front-main-image > img {
		max-width: none; 
		width: 100%;
	}
	.front-main-copy {
		bottom: 0;
		left: 0;
		margin: auto;
		max-height: 240px;
		max-width: 416px;
		position: absolute;
		top: 0;
		z-index: 10;
	}
	.front-main-copy h1 br,
	.front-main-copy h2 br {
		display: block;
	}
	.front-main-copy .inner p {
		display: block;
		font-size: 13px;
		line-height: 22px;
		margin: 0;
	}
	.btn-main-copy-cta {
		float: right;
	}




	.cese-category_wrap {
		border-radius: 70px;
	}
	.cese-category_wrap h2 {
		font-size: 33px;
		margin-bottom: 30px;
		margin-top: -45px;
	}
	.cese-category li {
		float: left;
		height: 285px;
		margin-left: 3%;
		width: 281px;
	}
	
	.cese-category a {
		background-color: transparent;
		background-position: 0 0;
		background-repeat: no-repeat;
		border-radius: 0;
		height: 100%;
		overflow: hidden;
		padding: 0;
		text-align: left;
		text-indent: 100%;
		white-space: nowrap;
	}
	.cese-category a:hover {
		background-color: transparent;
		background-position: 0 -285px;
	}

	.fcc-hot a {
		background-image: url(assets/images/btn-front-trouble_hot.png);
	}
	.fcc-smell a {
		background-image: url(assets/images/btn-front-trouble_smell.png);
	}
	.fcc-dust a {
		background-image: url(assets/images/btn-front-trouble_dust.png);
	}
	.fcc-harmful a {
		background-image: url(assets/images/btn-front-trouble_harmful.png);
	}
	.fcc-air a {
		background-image: url(assets/images/btn-front-trouble_air.png);
	}
	.fcc-exhaust a {
		background-image: url(assets/images/btn-front-solution_exhaust.png);
	}
	.fcc-push-pull a {
		background-image: url(assets/images/btn-front-solution_push-pull.png);
	}
	.fcc-fan a {
		background-image: url(assets/images/btn-front-solution_fan.png);
	}
	.fcc-conditioning a {
		background-image: url(assets/images/btn-front-solution_conditioning.png);
	}
	.fcc-ventilation a {
		background-image: url(assets/images/btn-front-solution_ventilation.png);
	}



	.front-service-flow h2 {
		background-color: #3ca79d;
		font-size: 26px;
		margin-top: 10px;
		padding: 0 1em;
	}
	.front-service-step {
		float: left;
		margin-bottom: 20px;
		margin-right: 6.6%;
		position: relative;
		width: 20%;
	}
	.front-service-step:last-of-type {
		margin-right: 0
	}
	.ab-icon-arrow {
		margin: 0;
		position: absolute;
		right: -60px;
		top: 120px;
		transform: none;
		z-index: 100000000000;
	}
	.front-service-step:last-of-type .ab-icon-arrow {
		display: none;
	}
	.front-service-flow .border {
		border: 2px solid #FFF;
		border-radius: 70px;
		padding: 20px 38px 30px;
	}
	.front-service-flow .inner {
		background: url(assets/images/bg_arrow_body2.png) left top repeat-x;
		position: relative;
	}
	.front-service-flow .arrow-edge {
		display: inline;
		position: absolute;
		right: 0;
		top: 0;
	}




	/* Posts */



	/* Blog, archive, search */



	/* Entry content */

	/* without sidebar */



	/* blog and archive */

	/* ページヘッダー 共通 */
	.page-header .inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 894px;
	}
	.page-header .inner.text-only {
		max-width: 1010px;
		padding-bottom: 70px;
	}
	.header-image {
		width: 42%;
	}
	.page-title {
		font-size: 34px;
		min-height: 50px;
	}
	.page-description {
		clear: none;
	}

	/* トラブル/システム アーカイブ：ヘッダー */
	.taxonomy-label {
		font-size: 17px;
		margin-top: 1em;
		padding: 0.3em 1em;
	}

	/* トラブル/システム アーカイブ：個別の事例 */
	.item {
		border: 1px solid #c9c9c9;
		float: left;
		margin-left: 25px;
		max-width: 320px;
		width: 33%;
		width: calc( 33% - 17px);
	}
	.item:nth-of-type(2n+1) {
		clear: none;
		margin-left: 25px;
	}
	.item:nth-of-type(3n+1) {
		clear: left;
		margin-left: 0px;
	}
	.item p {
		min-height: 84px;
		margin-bottom: 20px;
	}


	/* 事例 個別ページ */
	.case-photo-wrap {
		float: right;
		margin-left: 20px;
	}
	.case-text-wrap h2 {
		clear: none;
	}
	.entry-content_editor-body {
		clear: both;
		padding-top: 2em;
	}



	/* Post formats */



	/* Pages */



	/* 一気通貫で作業（現場）環境改善 */
	.service-step h3,
	.service-step p,
	.service-step p + div {
		clear: right;
		float: right;
		width: 45%;
	}
	.service-image {
		float: left;
		margin-right: 5%;
		width: 50%;
	}


	/* 404 page */




	/* Posts pagination */



	/* Secondary */



	/* Widgets */



	/* Footer */
	.bottom-area {
		margin-bottom: 80px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 55px;
		max-width: 530px;
	}
	.bottom-area > div {
		height: 150px;
		width: 150px;
	}
	.bottom-area .btn-like_style2 {
		font-size: 17px;
		border-radius: 50%;
		display: block;
		-webkit-font-feature-settings: 'palt' 1; /* for Android 4.4 */
		font-feature-settings: 'palt' 1;
		height: 100%;
		padding: 49px 0;
	}
	.bottom-area .btn-like_style2 br {
		display: block;
	}
	.bottom-area .btn-like_style3 {
		font-size: 17px;
		border-radius: 50%;
		display: block;
		-webkit-font-feature-settings: 'palt' 1; /* for Android 4.4 */
		font-feature-settings: 'palt' 1;
		height: 100%;
		line-height: 30px;
		padding: 51px 0;
	}


	.footer-cta {
		margin-bottom: 50px;
	}
	.footer-cta-copy {
		float: left;
		font-size: 31px;
		margin: 0;
	}
	.footer-cta-copy br {
		display: none;/*改行をなくす*/
	}
	.footer-cta-btn {
		float: right;
		font-size: 20px;
	}
	
	.site-footer .inner {
		border-bottom: 1px solid #808080;
		margin-left: auto;
		margin-right: auto;
		max-width: 1050px;/* 1010+40 */
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ft-widget {
		float: left;
		margin-bottom: 58px;
		margin-right: 42px;
		margin-right: 32px;
	}
	.ft-widget:last-child {
		margin-right: 0px;
	}
	.ft-widget-title {
		border-bottom: 0px none;
		margin-bottom: 10px;
	}
	.ft-widget-title a {
		background-position: 0 50%;
		padding: 0 0 0 25px;
	}

	.ft-menu {
		display: block;
	}
	.ft-widget .toggle-btn {
		display: none;
	}
	.ft-widget .menu-item a {
		background-position: 12px 50%;
		border-bottom: 0px none;
		padding: 0 0 0 25px;
	}

	.site-info {
		margin-bottom: 58px;
		margin-left: auto;
		margin-right: auto;
		max-width: 720px;
		padding-top: 35px;
		overflow: hidden;
	}
	.footer-logo {
		float: left;
		font-size: 20px;
		margin: 5px 0 0;
		text-align: left;
	}
	.footer-logo-image {
		width: 145px;
	}
	.footer-contact {
		float: right;
		margin-top: 10px;
	}

	.copyright {
		font-size: 12px;
		text-align: right;
	}


	/* Gallery Columns */

	.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%;
	}
}

@media screen and ( min-width: 62em ) {

	/* Layout */

	/* Navigation */
	/* Pagination */


	/* Front Page */
	.front-main-copy {
		width: 416px;
	}


	.cese-category li {
		margin-bottom: 30px;
		margin-left: 33px;
	}



	.front-service-flow h2 {
		background-color: #3ca79d;
		font-size: 26px;
		padding: 0 1em;
	}
	.front-service-step {
		float: left;
		margin-right: 43px;
		position: relative;
		width: 220px;
	}
	.ab-icon-arrow {
		top: 130px;
	}



	/* ページヘッダー 共通 */
	.page-header .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.header-image {
		width: auto;
	}


	/* 事例集 アーカイブ：ヘッダー */
	.post-type-archive-case .page-title,
	.single-case .page-title {
		margin-top: 70px;
	}

	/* トラブル/システム アーカイブ：ヘッダー */
	.taxonomy-label {
		margin-top: 48px;
	}
	/* トラブル/システム アーカイブ：個別の事例 */
	.item {
		width: 320px;
	}

	/* 事例 個別ページ */
	.case-photo-wrap {
		margin-left: 0;
		width: 300px;
	}
	.case-text-wrap {
		width: 640px;
	}


	/* Pages */
	.page .page-title {
		margin-top: 70px;
	}



	/* 一気通貫で作業（現場）環境改善 */
	.service-flow {
		border: 2px solid #CCC;
		border-radius: 70px;
		padding: 0 45px 38px;
	}
	.service-flow > h2 {
		font-size: 24px;
		letter-spacing: 0.2em;
	}

	.service-step {
		margin-left: 95px;
	}
	.service-step h3,
	.service-step p,
	.service-step p + div {
		width: 355px;
	}
	.service-image {
		margin-right: 0px;
		width: 465px;
	}
	.service-step h3 {
		margin-top: 20px;
	}
	.service-step.step3 .service-image img {
		margin-top: -15px;
	}
	.service-step.step4 .service-image img {
		margin-top: -50px;
	}




	/* Footer */
	.site-footer .inner {
		max-width: 1010px;
		padding-left: 0;
		padding-right: 0;
	}




}

@media screen and ( min-width: 79em ) {


}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {


}

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

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
