@charset "UTF-8";
/*!
Theme Name: hokuto-seizai
Theme URI: http://underscores.me/
Author: hokuto-seizai
Author URI: http://hokuto-eco.com
Description: The theme for hokuto-seizai
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hokuto-seizai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hokuto-seizai is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Original
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
/* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
/* 2 */ }
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
/* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
/* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
/* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
/* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
/* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-size: 1.0rem;
}
th, td, li, p {
    font-size: 1.0rem;
}
p {
    margin-bottom: 1.5em;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #000;
}
dfn, cite, em, i {
    font-style: normal;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
	font-style:normal;
}
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: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: content-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
/* Fallback for when there is no custom background color defined. */ }
hr {
    background-color: none;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 0 0;
}
ul {
    list-style: none;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 0;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
/* Adhere to container width. */ }
figure {
    margin: 0 0;
/* Extra wide images within figure tags don't overflow the content area. */ }
table {
    margin: 0 0 0;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,  input[type="button"]:hover,  input[type="reset"]:hover,  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active, button:focus,  input[type="button"]:active,  input[type="button"]:focus,  input[type="reset"]:active,  input[type="reset"]:focus,  input[type="submit"]:active,  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
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;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
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: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,  .main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
.menu-toggle {
    display: none;
}
.main-navigation ul {
    display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    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;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 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;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content: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 {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.post, .page {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    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;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    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%;
}
.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%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Original
--------------------------------------------------------------*/
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: normal;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
img {
    max-width: 100%;
}
p, th, td, li, dt, dd {
    font-size: 0.9rem;
}
a, a:visited, a:link, a:hover {
    color: #000;
}
a {
    opacity: 1;
    outline: none;
}
a:focus, *:focus {
    outline: none;
}
a:hover {
    opacity: 0.5;
}
.lt {
    display: block;
}
.sp {
    display: none;
}
.imp {
    color: #FF0004;
}
.nav-page {
    width: 300px;
    max-width: 100%;
    margin: 5% auto;
}
.wp-pagenavi {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-around;
}
.wp-pagenavi a {
    width: 12.5%;
    text-align: center;
}
.wp-pagenavi .current {
    width: 12.5%;
    text-align: center;
}
.wp-pagenavi .next {
    width: 30%;
    text-align: right;
}
.wp-pagenavi .all {
    width: 30%;
    text-align: center;
}
.wp-pagenavi .prev {
    width: 30%;
    text-align: left;
}
#deray {
    transition: .8s;
    transition-delay: .8s;
}
.font_serif, .content-news_block__date, .content-blog_block__date, .content-news_bt__link, .content-works_block__link a, .content-works_block_business__link a,.content-works_block_diym__link a, .content-blog_bt a, .bt_contact a, input.wpcf7-submit, .content-works_block_business__copy, .news_article_entry-header__date, .blog_article_entry-header__date, .news_article_entry-header__ttl, .blog_article_entry-header__ttl, .results_archive_block__name, .results_archive_block__list dt, .t_header__ttl, .products_type_01_header__ttl, .products_type_02_header__ttl, .products_type_03_header__ttl, .products_type_04_header__ttl, .products_type_01_block__name, .company_agree__copy, .company_agree__name, .company_mission__ttl, .company_instagram__ttl, .company_map__name, .company_overview__ttl, .company_history__ttl, .business_technique_txt__name, .business_sale_txt__name, .business_point__name, .f_builder_engineer_policy_detail_txt__ttl, .f_architecture_flow_list li a, .f_architecture_flow_detail_block__txt__number, .f_architecture_flow_detail_block__txt__name, .pages_diym_copy_3rd, .pages_diym_unit_info_txt{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
.h_header, .news_archive_header, .blog_archive_header, .news_article_header, .blog_article_header, .results_archive_header, .products_header, .company_header, .business_header, .f_builder_engineer_header, .f_architecture_header, .f_user_header, .contact_header {
    width: 100%;
    margin: 0;
    padding: 0;
}
.h_header__ttl, .news_archive_header__ttl, .blog_archive_header__ttl, .news_article_header__ttl, .blog_article_header__ttl, .results_archive_header__ttl, .products_header__ttl, .company_header__ttl, .business_header__ttl, .f_builder_engineer_header__ttl, .f_architecture_header__ttl, .f_user_header__ttl, .contact_header__ttl {
    border-bottom: 2px solid #FFD800;
    padding: 0 0 10px;
    margin: 30px auto 0;
    background-repeat: no-repeat;
    background-position: center top;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-indent: 100% !important;
}
.h_header__txt, .results_archive_header__txt, .products_header__txt, .f_builder_engineer_header__txt, .f_architecture_header__txt, .f_user_header__txt, .contact_header__txt {
    width: 500px;
    max-width: 90%;
    margin: 30px auto 30px;
}
.company_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/company/ttl-company.svg);
    background-size: 123px 27px;
    width: 204px;
    height: 30px;
}
.business_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/business/ttl-business.svg);
    background-size: 122px 26px;
    width: 204px;
    height: 26px;
}
.products_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/products/ttl-products.svg);
    background-size: 126px 30px;
    width: 204px;
    height: 30px;
}
.f_architecture_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/f_architecture/ttl-f_architecture.svg);
    background-size: 246px 26px;
    width: 326px;
    height: 30px;
}
.f_builder_engineer_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/f_builder_engineer/ttl-f_b_e.svg);
    background-size: 126px 30px;
    width: 204px;
    height: 30px;
}
.f_user_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/f_user/ttl-f_user.svg);
    background-size: 246px 26px;
    width: 300px;
    height: 26px;
}
.news_archive_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/news/ttl-news_a.png);
    background-size: 173px 30px;
    width: 248px;
    height: 30px;
}
.news_article_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/news/ttl-news.png);
    background-size: 98px 30px;
    width: 175px;
    height: 30px;
}
.blog_archive_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/blog/ttl-blog_a.svg);
    background-size: 162px 26px;
    width: 240px;
    height: 26px;
}
.blog_article_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/blog/ttl-blog.svg);
    background-size: 87px 22px;
    width: 168px;
    height: 22px;
}
.results_archive_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/results/ttl-results.svg);
    background-size: 126px 30px;
    width: 200px;
    height: 30px;
}
.contact_header__ttl {
    background-image: url(http://hokuto-eco.com/contents/images/contact/ttl-contact.svg);
    background-size: 181px 27px;
    width: 263px;
    height: 27px;
}
.flex_around, .site-header_lt, .site-footer__nav, .site-footer__address, .products_type_01_list, .products_type_01_container, .business_customer_type_container, .business_point_container, .f_architecture_flow_list, .f_architecture_flow_detail_container, .f_user_point_container {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-around;
}
.flex_between, .content-works_container, .results_archive_container, .business_technique_container, .business_sale_container, .f_builder_engineer_policy_detail_container , .pages_diym_items_container{
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
}
.flex_start, .content-news_container, .content-blog_container, .site-header_lt__nav, .news_archive_container, .blog_archive_container, .f_builder_engineer_policy_list, .results_archive_list {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
}
.flex_center, .business_customer_header, .business_customer_type_block{
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}
.container_1200, .site-footer__nav, .site-footer__address, .content-news_container, .content-blog_container, .content-ig_container, .company_instagram_container, .content-video{
    width: 1200px;
    max-width: 90%;
    margin: 3% auto;
}
.container_1000, .content-news_archive, .content-blog_archive, .content-news_article, .content-blog_article, .results_archive_container, .t_header_container, .products_type_01_header_container, .products_type_02_header_container, .products_type_03_header_container, .products_type_04_header_container, .t_table, .products_type_02_table, .products_type_03_table, .products_type_04_table, .products_type_01_list, .products_type_01_container, .company_history, .business_customer_type_container, .business_point_container, .f_builder_engineer_policy_list, .f_builder_engineer_policy_detail_container, .f_user_point_container, .results_archive_list {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
}
.site-header {
    background-color: #F2F2F2;
}
.site-header_lt {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.site-header_lt__logo {
    width: 381px;
    height: 29px;
}
.site-header_lt__logo a {
    background: url(http://hokuto-eco.com/contents/images/common/header-logo_lt.png) no-repeat left top;
    background-size: 381px 29px;
    width: 381px;
    height: 29px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}
.site-header_lt__nav {
    padding: 15px 0 0;
    width: 780px;
    height: 30px;
}
.site-header_lt__nav li {
    marign: 0;
    padding: 0;
}
.site-header_lt__nav li a {
    background-image: url(http://hokuto-eco.com/contents/images/common/main-nav_lt.png);
    background-repeat: no-repeat;
    background-size: 780px 60px;
    height: 30px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.site-header_lt__nav li a:hover {
    opacity: 1;
}
.site-header_lt__nav li#n_ig {
    margin: 0 0 0 30px;
}
.site-header_lt__nav li#n_news a {
    width: 95px;
    background-position: 0 0;
}
.site-header_lt__nav li#n_business a {
    width: 125px;
    background-position: -95px 0;
}
.site-header_lt__nav li#n_company a {
    width: 125px;
    background-position: -220px 0;
}
.site-header_lt__nav li#n_results a {
    width: 125px;
    background-position: -345px 0;
}
.site-header_lt__nav li#n_products a {
    width: 125px;
    background-position: -470px 0;
}
.site-header_lt__nav li#n_contact a {
    width: 120px;
    background-position: -595px 0;
}
.site-header_lt__nav li#n_ig a {
    width: 27px;
    background-position: -753px 0;
}
.site-header_lt__nav li#n_news a:hover {
    background-position: 0 -30px;
}
.site-header_lt__nav li#n_business a:hover {
    background-position: -95px -30px;
}
.site-header_lt__nav li#n_company a:hover {
    background-position: -220px -30px;
}
.site-header_lt__nav li#n_results a:hover {
    background-position: -345px -30px;
}
.site-header_lt__nav li#n_products a:hover {
    background-position: -470px -30px;
}
.site-header_lt__nav li#n_contact a:hover {
    background-position: -595px -30px;
}
.site-header_lt__nav li#n_ig a:hover {
    background-position: -753px -30px;
}
.site-header_lt__sns {
    height: 30px;
    padding: 10px 0 0;
}
.site-header_lt__sns a {
    color: #000;
}
.site-header_lt__sns a i {
    width: 30px;
    height: 30px;
}
.site-header_lt__sns a:hover {
    color: #FFD800;
    opacity: 1;
}
.cf:before, .company_history__list:before, .cf:after, .company_history__list:after {
    content: " ";
    display: table;
}
.cf:after, .company_history__list:after {
    clear: both;
}
.cf, .company_history__list {
 *zoom: 1;
}
#nav-drawer {
    position: relative;
    top: 0px;
    left: 10px;
}
.nav-unshown {
    display: none;
}
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
}
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}
#nav-input:checked ~ #nav-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
.site-footer {
    background-color: #FFFFE0;
}
.site-footer__nav {
    border-bottom: 1px solid #000;
    padding: 0 0 3%;
}
.site-footer__nav li {
    width: 399px;
    max-width: 100%;
    border-right: 1px solid #000;
    margin: 0;
    padding: 0;
}
.site-footer__nav li a {
    display: block;
    padding: 10px 0;
    margin: 0;
    width: 398px;
    max-width: 100%;
    height: 52px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}
.site-footer__nav li#n_f_architecture a {
    background-image: url(http://hokuto-eco.com/contents/images/common/footer-nav_f_architecture.png);
    background-size: 157px 52px;
    border-left: 1px solid #000;
}
.site-footer__nav li#n_f_builder_engineer a {
    background-image: url(http://hokuto-eco.com/contents/images/common/footer-nav_f_b_e.png);
    background-size: 187px 52px;
}
.site-footer__nav li#n_f_user a {
    background-image: url(http://hokuto-eco.com/contents/images/common/footer-nav_f_user.png);
    background-size: 157px 52px;
}
.site-footer__logo {
    width: 216px;
    height: 70px;
    display: block;
    margin: 0 auto 3%;
}
.site-footer__address__block {
    width: 50%;
}
.site-footer__address__block p {
    text-align: center;
    font-style: normal;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.0;
}
.site-footer__address__block__name {
    font-size: 0.9rem;
    font-weight: bold;
}
.site-footer__address__block__map {
    font-size: 0.8rem;
}
.site-footer__address__block__map a {
    padding: 0 20px 0 0;
    background: url(http://hokuto-eco.com/contents/images/common/icon-link.svg) no-repeat right center;
    background-size: 14px 9px;
}
.site-footer__address__block__number {
    font-size: 0.9rem;
    font-weight: bold;
}
.site-footer__copy {
    margin: 0 0 10px;
    font-size: 0.7rem;
    text-align: center;
}
.content-slider {
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
.content-slider .swiper-container {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}
.content-slider .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}
.content-slider .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.8);
}
.content-slider .swiper-container .swiper-txt {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 100000;
}
.content-slider .swiper-container .swiper-txt img {
    width: 505px;
    height: 148px;
    padding: 0;
    margin: 0;
}
.content-news, .content-blog {
    width: 100%;
}
.content-news{
    margin: 2% 0;
}
.content-blog {
    margin: 5% 0;
}
.content-news__ttl, .content-works__ttl, .content-blog__ttl, .content-ig__ttl {
    width: 137px;
    height: 48px;
    background: url(http://hokuto-eco.com/contents/images/top/ttl-news.png) no-repeat left center;
    background-size: 137px 48px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}
.content-news_block, .content-blog_block {
    width: 23%;
    height: 250px;
	margin:0 1%;
	box-sizing: border-box;
}
.content-news_block__figure, .content-blog_block__figure {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.content-news_block__date, .content-blog_block__date {
    font-size: 0.7rem !important;
    padding: 0;
    line-height: 1.0;
}
.content-news_block__txt, .content-blog_block__txt {
    font-size: 0.7rem !important;
    padding: 0;
}
.content-news_bt, .content-works_block__link, .content-works_block_business__link,.content-works_block_diym__link, .content-blog_bt, .bt_contact {
    width: 310px;
    max-width: 90%;
    margin: 5% auto 5%;
}
.content-news_bt__link, .content-works_block__link a, .content-works_block_business__link a, .content-works_block_diym__link a, .content-blog_bt a, .bt_contact a, input.wpcf7-submit {
    display: block;
    width: 230px;
    padding: 10px 0 10px 80px;
    background-image: url(http://hokuto-eco.com/contents/images/common/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 220px center;
    background-color: #FFFF70;
    background-size: 32px 32px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #000;
}
.content-video video{max-width:100%;}

.content-works {
    width: 100%;
}
.content-works__ttl {
    background: url(http://hokuto-eco.com/contents/images/top/ttl-works.png) no-repeat left center;
    background-size: 137px 48px;
}
.content-works_container {
    width: 100%;
    margin: 2% auto 0;
}
.content-works_block {
    width: 49%;
    max-width: 90%;
    height: 400px;
    margin: 0 0 2%;
    padding: 0;
    position: relative;
    background-color: #000;
    pointer: hover;
}
.content-works_block__txt {
    font-size: 1.0rem;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 350px;
    max-width: 100%;
    height: 300px;
    text-align: center;
    margin: auto;
    padding: 0;
    opacity: 0;
    color: #fff;
}
.content-works_block__figure {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
    opacity: 1;
    overflow: hidden;
}
.content-works_block__figure img {
    width: 100%;
    height: auto;
}
.content-works_block__link {
    height: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    opacity: 1;
}
.content-works_block_business, .content-works_block_diym {
    width: 100%;
    height: 520px;
    padding: 0;
    position: relative;
    background-color: #000;
    pointer: hover;
    margin: 3% 0 0;
}
.content-works_block_business__copy{
    font-size: 1.2rem;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 320px;
    left: 10%;
    z-index: 2;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.content-works_block_business__txt {
    font-size: 0.9rem;
    position: absolute;
    bottom: 0px;
    left: 10%;
    z-index: 2;
    width: 410px;
    max-width: 90%;
    height: 300px;
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 1;
}
.content-works_block_diym__copy{
    font-size: 1.2rem;
	font-weight:bold;
	line-height:1.8;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 100px;
	right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
}
.content-works_block_diym__txt {
    position: absolute;
	top:190px;
    left: 0;
	right:0;
    z-index: 2;
    width: 259px;
    height: 136px;
    margin: auto;
    padding: 0;
    color: #fff;
    opacity: 1;
}
.content-works_block_business__figure, .content-works_block_diym__figure{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    opacity: 1;
    overflow: hidden;
}
.content-works_block_business__figure img, .content-works_block_diym__figure img{
    width: 100%;
    height: auto;
}
.content-works_block_business__link{
    height: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    opacity: 1;
}
.content-works_block_diym__link{
    height: 30px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    opacity: 1;
}
.content-works_block_business__link a{
    width: 230px;
    padding: 10px 0 10px 90px;
    background-position: 190px center;
}
.content-works_block_diym__link a{
    width: 230px;
    padding: 10px 0 10px 90px;
    background-position: 220px center;
}
#w-company.content-works_block .content-works_block__link a, #w-results.content-works_block .content-works_block__link a, #w-products.content-works_block .content-works_block__link a {
    width: 220px;
    padding: 10px 0 10px 100px;
    background-position: 180px center;
}
#w-3_point.content-works_block .content-works_block__link a {
    width: 220px;
    padding: 10px 0 10px 100px;
    background-position: 190px center;
}
.content-works_block:hover .content-works_block__figure, .content-works_block_business:hover .content-works_block_business__figure, .content-works_block_diym:hover .content-works_block_diym__figure{
    opacity: 0.5;
    transition: .8s;
}
.content-works_block:hover .content-works_block__txt, .content-works_block_business:hover .content-works_block_business__txt, .content-works_block_diym:hover .content-works_block_diym__txt, .content-works_block:hover .content-works_block__link, .content-works_block_business:hover .content-works_block_business__link, .content-works_block_diym:hover .content-works_block_diym__link, .content-works_block:hover .content-works_block__link a:hover, .content-works_block_business:hover .content-works_block_business__link a:hover, .content-works_block_diym:hover .content-works_block_diym__link a:hover{
    opacity: 1 !important;
    transition: .8s;
}
.content-blog__ttl {
    background: url(http://hokuto-eco.com/contents/images/top/ttl-blog.png) no-repeat left center;
    background-size: 137px 48px;
}
.content-blog_bt a {
    width: 230px;
    padding: 10px 0 10px 90px;
    background-position: 210px center;
}
.content-ig {
    width: 100%;
}
.content-ig__ttl {
    background: url(http://hokuto-eco.com/contents/images/top/ttl-ig.svg) no-repeat left center;
    background-size: 179px 47px;
    width: 179px;
    height: 47px;
}
.content-ig_container .box {
    width: 20%;
    height: auto;
    float: left;
}
.content-ig_container .box a {
    display: block;
    width: 100%;
}
.content-ig_container .box a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.content-ig_link {
    margin: 3% auto;
    padding: 0;
    text-align: center;
}
.content-ig_link a {
    margin: 0;
    padding: 0;
}
/* NEWS */
.news_archive_header, .blog_archive_header, .news_article_header, .blog_article_header {
    margin: 8% 0 5%;
}
.news_archive_container, .blog_archive_container {
    padding: 0 0 0 0;
}
.news_archive_block {
    width: 29.33333%;
    height: 300px;
    margin: 0 2%;
    padding: 0 0 0 0;
}
.news_archive_block__figure {
    overflow: hidden;
    height: 150px;
}
.news_archive_block__date, .blog_archive_block__date {
    font-size: 0.7rem !important;
    margin: 10px 0;
}
.news_archive_block__ttl, .blog_archive_block__ttl {
    font-size: 0.7rem !important;
    margin: 10px 0;
}
/* BLOG */
/* -ARCHIVE */
.blog_archive_block {
    width: 21%;
    height: 250px;
    margin: 0 2%;
    padding: 0 0 0 0;
}
.blog_archive_block__figure {
    overflow: hidden;
    height: 130px;
}
.news_article_entry-header, .blog_article_entry-header {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}
.news_article_entry-header__date, .blog_article_entry-header__date {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.news_article_entry-header__ttl, .blog_article_entry-header__ttl {
    font-size: 17px;
    margin: 0;
    padding: 0;
}
.news_article_entry-content, .blog_article_entry-content {
    border-bottom: 1px solid #000;
}
.news_article_entry-content__img, .blog_article_entry-content__img {
    margin: 85px auto 98px;
}
.news_article_entry-content__img img, .blog_article_entry-content__img img {
    width: 100%;
    height: auto;
}
.news_article_entry-content__txt, .blog_article_entry-content__txt {
    margin: 0 3% 200px;
}
/* RESULTS */
.results_archive_header {
    margin: 5% 0 5%;
}
.results_archive_container {
    margin: 4% auto;
}
.results_archive_list {
    border-bottom: 8px solid #ccc;
    padding: 0 0 20px 0;
}
.results_archive_list li {
    padding: 0 20px 0 0;
}
.results_archive_list li a {
    text-decoration: underline;
}
.results_archive_list li a:hover {
    text-decoration: none;
}
.results_archive_list li::before {
    content: '●';
    color: #FFD800;
    display: inline-block;
}
.results_archive_block {
    width: 48%;
    max-width: 100%;
}
.results_archive_block__name {
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}
.results_archive_block__txt {
    margin: 10px 0 20px;
}
.results_archive_block__list dt {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.0;
}
.results_archive_block__list dd {
    margin: 0 0 15px;
    padding: 0 0 0 5px;
    font-size: 12px;
}
/* CONTACT */
.bt_contact a {
    width: 250px;
    padding: 10px 0 10px 70px;
    background-position: 210px center;
}
/* PRODUCT */
.content-products {
    width: 100%;
}
.t_header, .products_type_01_header, .products_type_02_header, .products_type_03_header, .products_type_04_header {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 5% 0;
    padding: 5% 0;
}
.t_header__ttl, .products_type_01_header__ttl, .products_type_02_header__ttl, .products_type_03_header__ttl, .products_type_04_header__ttl {
    border-left: 5px solid #FFD800;
    padding: 0 0 0 10px;
    margin: 0 0 30px;
    color: #fff;
    font-size: 1.2rem;
}
.t_header__txt, .products_type_01_header__txt, .products_type_02_header__txt, .products_type_03_header__txt, .products_type_04_header__txt {
    color: #fff;
    line-height: 1.8;
    padding: 0 0 0 15px;
    font-weight: bold;
}
.t_table, .products_type_02_table, .products_type_03_table, .products_type_04_table {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-collapse: collapse;
}
.t_table th, .products_type_02_table th, .products_type_03_table th, .products_type_04_table th, .t_table td, .products_type_02_table td, .products_type_03_table td, .products_type_04_table td {
    padding: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}
.t_table th, .products_type_02_table th, .products_type_03_table th, .products_type_04_table th {
    text-align: center;
}
.t_table thead th, .products_type_02_table thead th, .products_type_03_table thead th, .products_type_04_table thead th {
    background-color: #DACEC0;
}
.t_table tbody th, .products_type_02_table tbody th, .products_type_03_table tbody th, .products_type_04_table tbody th {
    width: 100px;
    color: #fff;
    background-color: #A38462;
}
.t_table tbody tr:nth-child(odd) td, .products_type_02_table tbody tr:nth-child(odd) td, .products_type_03_table tbody tr:nth-child(odd) td, .products_type_04_table tbody tr:nth-child(odd) td {
    background-color: #F5F2EF;
}
.t_table tbody tr:nth-child(even) td, .products_type_02_table tbody tr:nth-child(even) td, .products_type_03_table tbody tr:nth-child(even) td, .products_type_04_table tbody tr:nth-child(even) td {
    background-color: #DACEC0;
}
.products_header__ttl {
    margin: 5% auto 3%;
}
.products_header__txt__uline {
    text-decoration: underline;
}
.products_header__txt__imp {
    color: #FF0004;
}
.products_type_01_header {
    background-image: url(http://hokuto-eco.com/contents/images/products/products-ttl-bg_01.jpg);
}
.products_type_01_list {
    border-bottom: 8px solid #ccc;
    padding: 0 0 20px;
}
.products_type_01_list li {
    padding: 0 0 0 0;
}
.products_type_01_list li::before {
    content: '●';
    color: #FFD800;
    display: inline-block;
}
.products_type_01_container {
    padding: 3% 0;
    border-bottom: 1px solid #ccc;
}
.products_type_01_block {
    margin: 0;
    padding: 0;
}
.products_type_01_block__name {
    font-size: 1.1rem;
    margin: 0 0 10px;
}
.products_type_01_block__txt {
    margin: 0 0 30px;
}
.products_type_01_block__ttl {
    margin: 0 0 10px;
}
.products_type_01_block__list {
    margin: 0 0 20px;
}
.products_type_01_block__list li {
    margin: 5px 0;
    padding: 0;
}
.products_type_01_block:first-child {
    width: 35%;
}
.products_type_01_block:last-child {
    width: 55%;
}
.products_type_02_header {
    background-image: url(http://hokuto-eco.com/contents/images/products/products-ttl-bg_02.jpg);
}
.products_type_03_header {
    background-image: url(http://hokuto-eco.com/contents/images/products/products-ttl-bg_03.jpg);
}
.products_type_04 {
    margin: 0 auto 5%;
}
.products_type_04_header {
    background-image: url(http://hokuto-eco.com/contents/images/products/products-ttl-bg_04.jpg);
}
/* COMPANY */
.company_header__ttl {
    margin: 5% auto 0;
}
.company_agree {
    width: 760px;
    max-width: 90%;
    margin: 0 auto 5%;
}
.company_agree__copy {
    background: url(http://hokuto-eco.com/contents/images/company/ttl-agree_copy.png) no-repeat left center;
    background-size: 607px 24px;
    width: 607px;
    height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    margin: 10% auto 5%;
}
.company_agree__txt {
    width: 100%;
}
.company_agree__txt p {
    font-size: 0.9rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
.company_agree__name {
    text-align: right;
    margin: 30px 0 0;
}
.company_agree__name span {
    font-size: 1.2rem;
    padding: 0 0 0 20px;
}
.company_mission {
    width: 500px;
    max-width: 90%;
    margin: 0 auto 5%;
}
.company_mission__ttl, .company_instagram__ttl, .company_map__name, .company_overview__ttl, .company_history__ttl {
    width: 93px;
    height: 23px;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 auto 5%;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-mission.png) no-repeat center top;
    background-size: 53px 23px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.company_mission__list {
    width: 500px;
    max-width: 90%;
    margin: 10px auto 50px;
    padding: 0;
}
.company_mission__list li {
    margin: 0;
    padding: 5px 0;
}
.company_mission__list li::before {
    display: inline-block;
    content: '・';
}
.company_instagram__ttl {
    width: 177px;
    height: 24px;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-instagram.png) no-repeat center top;
    background-size: 137px 24px;
}
.company_instagram_link {
    margin: 3% auto;
    padding: 0;
    text-align: center;
}
.company_instagram_link a {
    margin: 0;
    padding: 0;
}
.company_map {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 5%;
}
.company_map__name {
    max-width: 90%;
    border-bottom: 1px solid #000;
}
.company_map__txt {
    margin: 0 0 3%;
}
.company_map__img {
    margin: 0 0 3%;
}
.company_map__iframe {
    margin: 0 0 2%;
    width: 100%;
    height: 300px;
}
.company_map__address {
    margin: 0 0 5%;
}
.company_overview {
    width: 100%;
    padding: 5% 0;
    background-color: lightyellow;
}
.company_overview__ttl {
    width: 150px;
    height: 24px;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-c_profile.png) no-repeat center top;
    background-size: 110px 24px;
}
.company_overview__table {
    width: 700px;
    max-width: 90%;
    margin: 0 auto;
}
.company_overview__table table {
    border: none;
    table-layout: fixed;
}
.company_overview__table table th {
    width: 100px;
    border: none;
    text-align: left;
    padding: 10px 0px 10px 0;
    vertical-align: top;
    font-weight: normal;
}
.company_overview__table table td {
    width: 600px;
    border: none;
    text-align: left;
    padding: 10px 0;
    word-break: break-all;
    overflow-wrap: break-word;
}
.company_history {
    margin: 5% auto;
}
.company_history__ttl {
    width: 150px;
    height: 24px;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-history.png) no-repeat center top;
    background-size: 110px 24px;
}
.company_history__list {
    width: 400px;
    max-width: 100%;
    margin: 3% auto;
    padding: 10px 0;
}
.company_history__list dt {
    font-weight: normal;
    width: 70px;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 0;
}
.company_history__list dd {
    display: block;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 10px 0;
}
#m_shizuoka.company_map_container .company_map__name {
    background-image: url(http://hokuto-eco.com/contents/images/company/ttl-ad_shizuoka.png);
    background-size: 310px 24px;
    width: 350px;
    height: 24px;
}
#m_oofuna.company_map_container .company_map__name {
    background-image: url(http://hokuto-eco.com/contents/images/company/ttl-ad_oofuna.png);
    background-size: 138px 24px;
    width: 178px;
    height: 24px;
}
/* BUSINESS */
.business_header__ttl {
    margin: 5% auto 3%;
}
.business_customer_header {
    width: 100%;
    height: 300px;
    background: url(http://hokuto-eco.com/contents/images/business/business-bg-ttl_01.jpg) no-repeat center top;
    background-size: cover;
}
.business_customer_header__copy {
    margin: 125px auto;
    background: url(http://hokuto-eco.com/contents/images/business/business-bg-ttl_txt.png) no-repeat left top;
    width: 996px;
    height: 49px;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.business_customer_type {
    margin: 0 0 10%;
}
.business_customer_type__txt {
    width: 500px;
    max-width: 90%;
    margin: 3% auto;
}
.business_customer_type__txt span {
    color: #FF0004;
    font-weight: bold;
}
.business_customer_type_block {
    width: 240px;
    maxw-width: 90%;
}
.business_customer_type_block_txt {
    width: 200px;
    height: 202px;
    background: url(http://hokuto-eco.com/contents/images/business/bg-base.png) no-repeat top center;
    background-size: 240px 202px;
    padding: 20px 30px;
}
.business_customer_type_block_txt__txt {
    margin: 0 0 5px;
    padding: 0;
}
.business_customer_type_block_txt__list {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.business_customer_type_block_txt__list li {
    padding: 2px 0;
    list-style: none;
}
.business_customer_type_block_txt__list li:before {
    content: '・';
}
.business_customer_type_block_bt {
    width: 200px;
    height: 200px;
    margin: 0;
}
.business_customer_type_block_bt a {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200px;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.business_technique_container, .business_sale_container {
    width: 1000px;
    max-width: 100%;
    margin: 3% auto;
}
.business_technique_txt, .business_sale_txt {
    width: 300px;
    max-width: 100%;
}
.business_technique_txt__name, .business_sale_txt__name, .business_point__name {
    border-left: 5px solid #FFD800;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 285px;
    max-width: 100%;
}
.business_technique_txt__txt, .business_sale_txt__txt, .business_point__txt {
    width: 285px;
    max-width: 100%;
}
.business_technique_txt__txt p, .business_sale_txt__txt p, .business_point__txt p {
    margin: 0 0 20px 15px;
}
.business_technique_img, .business_sale_img {
    width: 600px;
    max-width: 100%;
}
.business_point {
    width: 1000px;
    max-width: 100%;
    margin: 3% auto;
}
.business_point_container {
    margin: 5% auto;
}
.business_point_block {
    width: 200px;
    max-width: 100%;
    background-color: #DDD9CE;
    border-radius: 6px;
    padding: 20px 18px;
    margin: 0 0 5%;
}
.business_point_block__number {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
    background: -webkit-linear-gradient(transparent 80%, #FFD800 0%);
    background: linear-gradient(transparent 80%, #FFD800 0%);
    width: 160px;
    height: 20px;
    margin: 0 auto;
}
.business_point_block__copy {
    margin: 20px 0 30px;
    font-weight: bold;
    text-align: center;
    font-size: 1.0rem;
}
.business_point_block__img {
    margin: 10px 0;
    width: 100%;
    height: 120px;
    display: -webkit-inline-flex;
    display: inline-frex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.business_point_block__img img {
    width: 75px;
}
.business_point_block__txt {
    font-size: 0.8rem;
    line-height: 1.8;
    margin: 0;
    padding: 0 0 0 3px;
}
#b_architecture .business_customer_type_block_bt a {
    background-image: url(http://hokuto-eco.com/contents/images/business/bt-architecture.png);
}
#b_builder_engineer .business_customer_type_block_bt a {
    background-image: url(http://hokuto-eco.com/contents/images/business/bt-builder_engineer.png);
}
#b_user .business_customer_type_block_bt a {
    background-image: url(http://hokuto-eco.com/contents/images/business/bt-user.png);
}
/* FOR BUILDER ENGINEER */
.f_builder_engineer_header {
    margin: 5% auto 3%;
}
.f_builder_engineer_header__ttl {
    margin: 0 auto 3%;
}
.f_builder_engineer_policy_list {
    border-bottom: 8px solid #ccc;
    padding: 0 0 20px 0;
}
.f_builder_engineer_policy_list li {
    padding: 0 20px 0 0;
}
.f_builder_engineer_policy_list li a {
    text-decoration: underline;
}
.f_builder_engineer_policy_list li a:hover {
    text-decoration: none;
}
.f_builder_engineer_policy_list li::before {
    content: '●';
    color: #FFD800;
    display: inline-block;
}
.f_builder_engineer_policy_detail_container {
    border-bottom: 1px solid #ccc;
    padding: 3% 0;
}
.f_builder_engineer_policy_detail_txt {
    width: 65%;
    padding: 0 5% 0 0;
}
.f_builder_engineer_policy_detail_txt__ttl {
    font-size: 1.1rem;
    margin: 10px 0;
}
.f_builder_engineer_policy_detail_txt__ttl::after {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    border-bottom: 2px solid #FFD800;
    padding: 0 0;
    margin: 8px 0 10px;
}
.f_builder_engineer_policy_detail_txt__txt {
    margin: 10px 0 0;
}
.f_builder_engineer_policy_detail_img {
    width: 30%;
}
#p04.f_builder_engineer_policy_detail_container {
    border-bottom: none;
}
/* FOR ARCHITECTURE */
.f_architecture_header {
    margin: 5% auto 3%;
}
.f_architecture_header__ttl {
}
.f_architecture_flow_list {
    width: 1000px;
    max-width: 90%;
    margin: 3% auto;
}
.f_architecture_flow_list li {
    width: 20%;
}
.f_architecture_flow_list li a {
    display: block;
    font-size: 1.0rem;
    text-align: left;
    padding: 3px 0;
    font-weight: bold;
}
.f_architecture_flow_list li a span {
    display: block;
    border-top: 1px solid #FFD800;
    padding: 3px 0;
    font-size: 0.8rem;
    font-weight: normal;
}
.f_architecture_flow_list li a:hover {
    color: #000;
}
.f_architecture_flow_list li a:hover span {
    color: #ccc;
}
.f_architecture_flow_detail {
    margin: 5% 0;
}
.f_architecture_flow_detail_container {
    width: 1000px;
    max-width: 90%;
    margin: 3% auto;
}
.f_architecture_flow_detail_block {
    width: 50%;
    max-width: 100%;
    height: 600px;
    position: relative;
}
.f_architecture_flow_detail_block__txt {
    border: 1px solid #FFD800;
    position: absolute;
    z-index: 1;
    width: 340px;
    height: 270px;
}
.f_architecture_flow_detail_block__txt__number {
    position: absolute;
    font-weight: bold;
    font-size: 1.0rem;
}
.f_architecture_flow_detail_block__txt__name {
    position: absolute;
    width: 280px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.f_architecture_flow_detail_block__txt__name span {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    margin: 8px 0 0;
}
.f_architecture_flow_detail_block__txt__txt {
    position: absolute;
    width: 300px;
    font-size: 0.8rem;
}
.f_architecture_flow_detail_block__img {
    position: absolute;
    width: 300px;
    z-index: 0;
}
#f01 .f_architecture_flow_detail_block__txt {
    top: 260px;
    left: 0;
}
#f01 .f_architecture_flow_detail_block__txt__number {
    top: 0px;
    left: 15px;
}
#f01 .f_architecture_flow_detail_block__txt__name {
    top: 30px;
    left: 20px;
}
#f01 .f_architecture_flow_detail_block__txt__name span {
    background-image: url(http://hokuto-eco.com/contents/images/f_architecture/ttl-en_01.png);
    background-size: 199px 18px;
    width: 199px;
    height: 18px;
}
#f01 .f_architecture_flow_detail_block__txt__txt {
    top: 100px;
    left: 20px;
}
#f01 .f_architecture_flow_detail_block__img {
    top: 5px;
    left: 80px;
}
#f02 .f_architecture_flow_detail_block__txt {
    top: 0px;
    left: 0;
}
#f02 .f_architecture_flow_detail_block__txt__number {
    top: 0px;
    right: 15px;
}
#f02 .f_architecture_flow_detail_block__txt__name {
    top: 10px;
    left: 20px;
}
#f02 .f_architecture_flow_detail_block__txt__name span {
    background-image: url(http://hokuto-eco.com/contents/images/f_architecture/ttl-en_02.png);
    background-size: 275px 16px;
    width: 275px;
    height: 16px;
}
#f02 .f_architecture_flow_detail_block__txt__txt {
    top: 80px;
    left: 20px;
}
#f02 .f_architecture_flow_detail_block__img {
    top: 240px;
    left: 100px;
}
#f03 .f_architecture_flow_detail_block__txt {
    top: 260px;
    left: 100px;
}
#f03 .f_architecture_flow_detail_block__txt__number {
    top: 0px;
    right: 15px;
}
#f03 .f_architecture_flow_detail_block__txt__name {
    top: 30px;
    left: 20px;
}
#f03 .f_architecture_flow_detail_block__txt__name span {
    background-image: url(http://hokuto-eco.com/contents/images/f_architecture/ttl-en_03.png);
    background-size: 80px 14px;
    width: 80px;
    height: 14px;
}
#f03 .f_architecture_flow_detail_block__txt__txt {
    top: 100px;
    left: 20px;
}
#f03 .f_architecture_flow_detail_block__img {
    top: 0px;
    left: 0px;
}
#f04 .f_architecture_flow_detail_block__txt {
    top: 0px;
    left: 50px;
}
#f04 .f_architecture_flow_detail_block__txt__number {
    top: 0px;
    right: 15px;
}
#f04 .f_architecture_flow_detail_block__txt__name {
    top: 10px;
    left: 20px;
}
#f04 .f_architecture_flow_detail_block__txt__name span {
    background-image: url(http://hokuto-eco.com/contents/images/f_architecture/ttl-en_04.png);
    background-size: 196px 16px;
    width: 196px;
    height: 16px;
}
#f04 .f_architecture_flow_detail_block__txt__txt {
    top: 80px;
    left: 20px;
}
#f04 .f_architecture_flow_detail_block__img {
    top: 240px;
    left: 0px;
}
/* FOR USER */
#f_user.content-f_user {
    background-color: lightyellow;
    width: 100%;
    margin: 0;
    padding: 0;
}
.f_user_header {
    padding: 5% 0 0 !important;
}
.f_user_header__txt {
    width: 450px;
    margin: 3% auto;
}
.f_user_point {
    background-color: lightyellow;
}
.f_user_point_block {
    border: 3px solid #FFD800;
    border-radius: 6px;
    background-color: #fff;
    width: 22%;
    padding: 20px 30px;
    margin: 0 0 5%;
}
.f_user_point_block__number {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
    background: -webkit-linear-gradient(transparent 80%, #FFD800 0%);
    background: linear-gradient(transparent 80%, #FFD800 0%);
    width: 160px;
    height: 20px;
    margin: 0 auto;
}
.f_user_point_block__copy {
    margin: 20px 0 10px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 1.0rem;
}
.f_user_point_block__img {
    margin: 10px 0;
    width: 100%;
    height: 120px;
    display: -webkit-inline-flex;
    display: inline-frex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.f_user_point_block__img img {
    width: 85px;
}
.f_user_point_block__txt {
    font-size: 0.8rem;
    line-height: 1.8;
}
.f_user_diym {
    background-color: #fff;
    padding: 0 0 0px;
}
.f_user_diym__ttl {
    width: 100%;
    height: 300px;
    background: url(http://hokuto-eco.com/contents/images/f_user/ttl_diym_bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.f_user_diym__ttl img {
    display: block;
    width: 473px;
    height: 178px;
    margin: 61px auto;
}
.f_user_diym__txt {
    width: 600px;
    max-width: 90%;
    margin: 3% auto;
}
.f_user_diym__txt p {
    line-height: 1.8;
}
.contact_header__ttl {
    margin: 5% auto 3%;
}
.contact_header__txt {
    width: 450px;
    margin: 3% auto;
}
.contact_form_area {
    width: 500px;
    max-width: 90%;
    margin: 5% auto;
}
.contact_form_area .form_content {
    width: 350px;
    margin: 0;
    padding: 10px 0;
}
.contact_form_area .form_content input {
    width: 350px;
    border-radius: 0;
    border: 1px solid #999;
}
.contact_form_area .form_content select {
    width: 350px;
    border-radius: 0;
    border: 1px solid #999;
}
.contact_form_area .form_content textarea {
    width: 350px;
    height: 150px;
    border-radius: 0;
    border: 1px solid #999;
}
.contact_form_area .form_ttl {
    width: 150px;
    margin: 0;
    padding: 10px 0;
    line-height: 1.0;
}
.contact_form_area .form_ttl__en {
    display: block;
    font-size: 0.7rem;
    padding: 3px 0 0;
}
 select.wpcf7-select [option]:selected {
 background: #ccc;
}
 select.wpcf7-select::-ms-expand {
 display: none;
}
input.wpcf7-submit {
    width: 250px;
    margin: 3% auto;
    padding: 15px 0 15px 0px;
    background-position: 150px center;
    border: none;
}
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
    color: #FF0004;
    font-weight: bold;
}

/*----- DIYM ------*/

.pages_diym{
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
}
.pages_diym_visual{
	width:100%;
}
.pages_diym_visual img{
	width:100%;
	height:auto;
}

.pages_diym_visual .content-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pages_diym_visual .content-slider .swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pages_diym_visual .content-slider .swiper-container .swiper-txt {
    width: 259px;
    height: 136px;
	top:0;
	right:0;
    bottom: 0;
    left: 0;
	margin:auto;
    z-index: 100000;
}
.pages_diym_visual .content-slider .swiper-container .swiper-txt img {
    width: 259px;
    height: 136px;
    padding: 0;
    margin: 0;
}
.pages_diym_copy{
	width:90%;
	max-width:800px;
	margin:5% auto;
}
.pages_diym_copy p{
	text-align:center;
}
.pages_diym_copy p img{
	text-align:center;
}
.pages_diym_copy_1st, .pages_diym_wish_txt{
	font-size:1.3rem;
	font-weight:bold;
	line-height:2.0;
}
.pages_diym_copy_2nd img,.pages_diym_items_copy img{
	width:208px;
	height:auto;
}
.pages_diym_copy_3rd{
	font-size:0.8rem;
	margin:30px 0 0 0;
}
.pages_diym_unit{
	width:100%;
	height:500px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	margin:0 0 50px 0;
}
.pages_diym_unit#d_01{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-01.jpg);
}
.pages_diym_unit#d_02{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-02.jpg);
}
.pages_diym_unit#d_03{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-03.jpg);
}
.pages_diym_unit#d_04{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-04.jpg);
}
.pages_diym_unit_info{
	background-color:#fff;
	width:100%;
	max-width:400px;
	padding:30px 30px 0 30px;
	position:absolute;
	bottom:0;
}
.pages_diym_unit#d_01 .pages_diym_unit_info, .pages_diym_unit#d_03 .pages_diym_unit_info{
	left:10%;
}
.pages_diym_unit#d_02 .pages_diym_unit_info, .pages_diym_unit#d_04 .pages_diym_unit_info{
	right:10%;
}
.pages_diym_unit_info_copy{
	font-size:1.2rem;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.pages_diym_unit_info_txt{
	font-size:0.8rem;
}
.pages_diym_unit_info_txt{
	font-size:0.8rem;
}

.pages_diym_items_images{
	width:100%;
	max-width:100%;
	margin:5% 0;
}
.pages_diym_items_images img{
	width:100%;
	max-width:100%;
}
.pages_diym_items_copy{
	text-align:center;
	margin:5% 0;
}
.pages_diym_items_copy img{
	width:auto;
	height:auto;
}
.pages_diym_items{
	width:100%;
	max-width:1024px;
	margin:5% auto;
}

.pages_diym_items_container{
	width:100%;
}
.pages_diym_items_block{
	width:30%;
}
.pages_diym_items_block_img{
	width:100%;
}
.pages_diym_items_block_txt{
	margin:10px 0 0 0;
}
.pages_diym_wish{
	margin:5% 0;
}
.pages_diym_wish_txt{
	text-align:center;
}


.diym-footer{
	padding:5% 0;
	background-color:#EFEFEF !important;
}

.diym-footer__logo {
    width: 100%;
	max-width:500px;
    margin: 0 auto 3%;
}
.diym-footer__logo p{
	text-align:center;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	line-height:1.0;
}
.diym-footer__logo_diym img{
	width:128px;
	height:44px;
}
.diym-footer__logo_official{
	margin:0 0 30px 0 !important;
}
.diym-footer__logo_official img{
	width:216px;
	height:70px;
}
.diym-footer_contact a img{
	width:40px;
	height:32px;
}

@media (min-width: 768px) and (max-width: 1348px) {
.site-footer__nav {
    width: 960px;
}
.site-footer__nav li {
    width: 30%;
}
.site-footer__nav li a {
    width: 90%;
}
.site-footer__address {
    width: 960px;
}
}

@media screen and (max-width: 767px) {
.lt {
    display: none;
}
.sp {
    display: block;
}
.nav-page {
    margin: 50px auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("http://hokuto-eco.com/contents/images/common/arrow_left.svg");
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("http://hokuto-eco.com/contents/images/common/arrow_right.svg");
    right: 10px;
    left: auto;
}
.wp-pagenavi {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
}
.wp-pagenavi a {
    width: 12.5%;
    text-align: center;
}
.wp-pagenavi .current {
    width: 12.5%;
    text-align: center;
}
.wp-pagenavi .next {
    width: 30%;
    text-align: right;
}
.wp-pagenavi .all {
    width: 30%;
    text-align: center;
}
.wp-pagenavi .prev {
    width: 30%;
    text-align: left;
}
.h_header, .news_archive_header, .blog_archive_header, .news_article_header, .blog_article_header, .results_archive_header, .products_header, .company_header, .business_header, .f_builder_engineer_header, .f_architecture_header, .f_user_header, .contact_header {
    margin: 55px auto 45px;
}
.h_header__txt, .results_archive_header__txt, .products_header__txt, .f_builder_engineer_header__txt, .f_architecture_header__txt, .f_user_header__txt, .contact_header__txt {
    margin: 0 auto 0;
    padding: 30px 0 0;
}
.company_header__ttl {
    background-size: 89px 19px;
    width: 119px;
    height: 21px;
}
.business_header__ttl {
    background-size: 88px 19px;
    width: 119px;
    height: 19px;
}
.products_header__ttl {
    background-size: 89px 19px;
    width: 119px;
    height: 19px;
}
.f_architecture_header__ttl {
    background-size: 179px 19px;
    width: 209px;
    height: 19px;
}
.f_builder_engineer_header__ttl {
    background-size: 133px 19px;
    width: 162px;
    height: 19px;
}
.f_user_header__ttl {
    background-size: 156px 19px;
    width: 186px;
    height: 19px;
}
.content-news_archive .news_archive_header__ttl {
    background-size: 123px 22px;
    width: 149px;
    height: 22px;
    margin: 0 auto 60px;
}
.content-news_article .news_article_header__ttl {
    background-size: 72px 22px;
    width: 98px;
    height: 22px;
    margin: 0 auto 60px;
}
.blog_archive_header__ttl {
    background-size: 114px 19px;
    width: 149px;
    height: 19px;
}
.blog_article_header__ttl {
    background-size: 63px 16px;
    width: 98px;
    height: 16px;
}
.results_archive_header__ttl {
    background-size: 92px 21px;
    width: 117px;
    height: 21px;
}
.contact_header__ttl {
    background-size: 138px 21px;
    width: 162px;
    height: 21px;
}
.site {
    padding: 50px 0 0;
}
.site-footer__nav {
    padding: 0 0 3%;
    border-bottom: none;
}
.site-footer__nav li {
    border-right: none;
    border-bottom: 1px solid #000;
}
.site-footer__nav li a {
    width: 100%;
    padding: 5% 0;
}
.site-footer__nav li#n_f_architecture a {
    border-left: none;
}
.site-footer__logo {
    margin: 5% auto;
}
.site-footer__address__block {
    width: 100%;
    margin: 5% 0;
}
.site-footer__address__block__name {
    font-size: 1.1rem;
}
.content-slider {
    height: 85vh;
}
.content-slider .swiper-container {
    height: 85vh;
}
.content-slider .swiper-container .swiper-txt {
    top: 25px;
    right: 20px;
    left: auto;
    bottom: auto;
}
.content-slider .swiper-container .swiper-txt img {
    width: 99px;
    height: 283px;
}
.content-news, .content-blog {
    width: 100%;
    margin: 60px 0 60px;
}
.content-news_block, .content-blog_block {
    width: 48%;
    margin: 0 0 4%;
    height: auto;
}
.content-news_block__figure, .content-blog_block__figure {
    width: 160px;
    height: auto;
}
.content-news_block__date, .content-blog_block__date {
    margin: 18px 0 5px;
    font-size: 14px;
}
.content-news_block__txt, .content-blog_block__txt {
    font-size: 13px;
    line-height: 1.0;
    margin: 0;
}
.content-works {
    width: 100%;
}
.content-works_container {
    margin: 60px 0;
}
.content-works_block {
    width: 90%;
    height: auto;
    margin: 0 auto 60px;
    padding: 0 0 0;
    background-color: #fff;
}
.content-works_block__txt {
    position: static;
    height: auto;
    top: 10px;
    color: #000;
    opacity: 1;
    padding: 30px 0;
    margin: 0 0;
    background-color: #fff;
}
.content-works_block__figure {
    height: auto;
    position: static;
    background-color: #fff;
    top: 0;
}
.content-works_block__link {
    position: static;
    top: 0;
    bottom: auto;
    margin: 0 auto 30px;
}
.content-works_block_business__copy {
    width: 160px;
    text-align: center;
    top: 60px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
}
.content-works_block_business__txt {
    box-sizing: border-box;
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 0 36px 55px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
.content-works_block_diym__copy {
    width: 80%;
	font-size:1.0rem;
    text-align: center;
    top: 60px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
}
.content-works_block_diym__txt {
    box-sizing: border-box;
    width: 130px;
	height: 68px;
    top: 270px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
.content-works_block_business__figure {
    right: 0;
    bottom: 0;
    margin: auto;
}
.content-works_block_business__link {
    bottom: 75px;
}
#w-company.content-works_block .content-works_block__link a, #w-results.content-works_block .content-works_block__link a, #w-products.content-works_block .content-works_block__link a {
    width: 220px;
    padding: 10px 0 10px 80px;
    background-position: 180px center;
}
#w-3_point.content-works_block .content-works_block__link a {
    width: 220px;
    padding: 10px 0 10px 80px;
    background-position: 190px center;
}
.content-works_block:hover .content-works_block__figure,  .content-works_block_business:hover .content-works_block_business__figure,  .content-works_block_diym:hover .content-works_block_diym__figure {
    opacity: 1;
    transition: none;
}
.content-works_block:hover .content-works_block__txt,  .content-works_block_business:hover .content-works_block_business__txt,  .content-works_block:hover .content-works_block__link, .content-works_block_business:hover .content-works_block_business__link, .content-works_block_diym:hover .content-works_block_diym__link, .content-works_block:hover .content-works_block__link a:hover, .content-works_block_business:hover .content-works_block_business__link a:hover, .content-works_block_diym:hover .content-works_block_diym__link a:hover {
    opacity: 1;
    transition: none;
}
.content-business .bt_contact {
    margin: 60px auto 60px;
}
.business_customer_header {
    height: 250px;
    background: url(http://hokuto-eco.com/contents/images/business/business-bg-ttl_sp.jpg) no-repeat center top;
}
.business_customer_header__copy {
    background: url(http://hokuto-eco.com/contents/images/business/business-bg-ttl_sp_txt.png) no-repeat center top;
    background-size: 238px 136px;
    width: 238px;
    height: 136px;
    margin: 57px auto;
}
.business_customer_type__txt {
    margin: 60px auto 30px;
}
.business_customer_type_block {
    width: 96%;
    margin: 3% auto;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
}
.business_customer_type_block_txt {
    width: 46%;
    padding: 30px 0 0 15px;
    background: url(http://hokuto-eco.com/contents/images/business/bg-base_sp.svg) no-repeat top center;
    background-size: 166px 210px;
}
.business_customer_type_block_txt__txt {
    font-size: 0.8rem;
}
.business_customer_type_block_txt__list li {
    font-size: 0.8rem;
}
.business_customer_type_block_bt {
    margin: 30px 0;
    width: 150px;
    height: 150px;
}
.business_customer_type_block_bt a {
    width: 150px;
    height: 150px;
    background-size: 150px;
}
.business_technique_txt, .business_sale_txt {
    width: 90%;
    margin: 0 auto 30px;
}
.business_technique_txt__name, .business_sale_txt__name, .business_point__name {
    margin: 0 0 30px;
}
.business_technique_txt__txt, .business_sale_txt__txt, .business_point__txt {
    margin: 0 0 0 0;
}
.business_technique_txt__txt p, .business_sale_txt__txt p, .business_point__txt p {
    margin: 0 0 20px 0px;
}
.business_technique_img, .business_sale_img {
    width: 100%;
    margin: 0 0 60px;
}
.business_point {
    width: 90%;
}
.business_point__txt {
    margin: 0 0 20px;
}
.business_point_container {
    width: 100%;
    max-width: 100%;
}
.business_point_block {
    box-sizing: border-box;
    padding: 30px 30px;
    width: 100%;
}
.business_point_block__copy {
    margin: 20px 0 0;
}
.business_point_block__img {
    margin: 20px auto;
    display: block;
    height: auto;
    text-align: center;
}
.business_point_block__img img {
    width: auto;
}
.content-business #b_p01 .business_point_block__img {
    width: 68px;
    height: auto;
}
.content-business #b_p02 .business_point_block__img {
    width: 85px;
    height: auto;
}
.content-business #b_p03 .business_point_block__img {
    width: 70px;
    height: auto;
}
.content-ig_container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
/* COMPANY */
.content-company .bt_contact {
    margin: 60px auto 60px;
}
.company_agree {
    margin: 0 auto 90px;
}
.company_agree__copy {
    margin: 0 auto 5%;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-agree_copy_sp.png) no-repeat left center;
    background-size: 241px 46px;
    width: 241px;
    height: 46px;
}
.company_agree__txt {
    margin: 0 0 50px;
}
.company_agree__txt p {
    letter-spacing: 0.1em;
}
.company_mission {
    margin: 0 auto 60px;
}
.company_mission__ttl, .company_instagram__ttl, .company_map__name, .company_overview__ttl, .company_history__ttl {
    padding: 0 0px 10px;
    margin: 0 auto 60px;
    width: 78px;
    height: 16px;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-mission_sp.png) no-repeat center top;
    background-size: 38px 16px;
}
.company_instagram {
    margin: 0 auto 60px;
}
.company_instagram_container {
    width: 100%;
    max-width: 100%;
}
.company_instagram__ttl {
    margin: 0 auto 30px;
    width: 140px;
    height: 17px;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-instagram_sp.png) no-repeat center top;
    background-size: 100px 17px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}
.company_map {
    margin: 30px auto 60px;
}
.company_map__name {
    margin: 60px auto 30px;
}
.company_map__txt {
    margin: 0 auto 30px;
    width: 90%;
}
.company_map__img {
    margin: 0 auto 3%;
    width: 100%;
}
.company_map__iframe {
    margin: 0 auto 3%;
    width: 90%;
    display: block;
}
.company_map__address {
    margin: 0 auto 5%;
    width: 90%;
}
.company_overview {
    margin: 0 auto 60px;
    padding: 30px 0 60px;
}
.company_overview__ttl {
    margin: 30px auto 30px;
    width: 120px;
    height: 17px;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-c_profile_sp.png) no-repeat center top;
    background-size: 80px 17px;
}
.company_overview__table table th {
    width: 28%;
    font-size: 0.8rem;
}
.company_overview__table table td {
    width: 72%;
    font-size: 0.8rem;
}
.company_history {
    margin: 10px auto 60px;
}
.company_history__ttl {
    margin: 30px auto 30px;
    width: 120px;
    height: 17px;
    background: url(http://hokuto-eco.com/contents/images/company/ttl-history_sp.png) no-repeat center top;
    background-size: 80px 17px;
}
.company_history__list dt {
    font-size: 0.8rem;
}
.company_history__list dd {
    font-size: 0.8rem;
}
#m_shizuoka.company_map_container .company_map__name {
    background-image: url(http://hokuto-eco.com/contents/images/company/ttl-ad_shizuoka_sp.png);
    background-size: 227px 17px;
    width: 267px;
    height: 17px;
}
#m_oofuna.company_map_container .company_map__name {
    background-image: url(http://hokuto-eco.com/contents/images/company/ttl-ad_oofuna_sp.png);
    background-size: 101px 17px;
    width: 141px;
    height: 17px;
}
/* PRODUCT */
.content-products {
    width: 100%;
}
.content-products .bt_contact {
    margin: 60px auto 20px;
}
.t_header, .products_type_01_header, .products_type_02_header, .products_type_03_header, .products_type_04_header {
    height: 158px;
    margin: 60px 0 0;
    padding: 0;
}
.t_header_container, .products_type_01_header_container, .products_type_02_header_container, .products_type_03_header_container, .products_type_04_header_container {
    padding: 25px 0 0;
}
.t_header__ttl, .products_type_01_header__ttl, .products_type_02_header__ttl, .products_type_03_header__ttl, .products_type_04_header__ttl {
    margin: 0 0 3px;
}
.t_header__txt, .products_type_01_header__txt, .products_type_02_header__txt, .products_type_03_header__txt, .products_type_04_header__txt {
    margin: 0;
    padding: 0 0 0 0;
}
.t_table, .products_type_02_table, .products_type_03_table, .products_type_04_table {
    width: 90%;
    border-left: none;
}
.t_table th, .products_type_02_table th, .products_type_03_table th, .products_type_04_table th, .t_table td, .products_type_02_table td, .products_type_03_table td, .products_type_04_table td {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.t_table th, .products_type_02_table th, .products_type_03_table th, .products_type_04_table th, .t_table td, .products_type_02_table td, .products_type_03_table td, .products_type_04_table td {
    border-right: none;
    border-bottom: none;
}
.t_table td, .products_type_02_table td, .products_type_03_table td, .products_type_04_table td {
    border-top: 1px solid #fff;
}
.t_table tbody th, .products_type_02_table tbody th, .products_type_03_table tbody th, .products_type_04_table tbody th {
    width: 100%;
}
.t_table tbody tr:nth-child(odd) td, .products_type_02_table tbody tr:nth-child(odd) td, .products_type_03_table tbody tr:nth-child(odd) td, .products_type_04_table tbody tr:nth-child(odd) td {
    background-color: none;
}
.t_table tbody tr:nth-child(even) td, .products_type_02_table tbody tr:nth-child(even) td, .products_type_03_table tbody tr:nth-child(even) td, .products_type_04_table tbody tr:nth-child(even) td {
    background-color: none;
}
.t_table tbody td, .products_type_02_table tbody td, .products_type_03_table tbody td, .products_type_04_table tbody td {
    background-color: #F5F2EF !important;
}
.t_table tbody th.p_tbl_ttl, .products_type_02_table tbody th.p_tbl_ttl, .products_type_03_table tbody th.p_tbl_ttl, .products_type_04_table tbody th.p_tbl_ttl {
    background-color: #DACEC0;
    color: #000;
}
.t_table tbody th.p_tbl_ttl2, .products_type_02_table tbody th.p_tbl_ttl2, .products_type_03_table tbody th.p_tbl_ttl2, .products_type_04_table tbody th.p_tbl_ttl2 {
    background-color: #DACEC0;
    color: #000;
    border-top: 1px solid #a38462;
}
.products_header__txt {
}
.products_type_01_list {
    padding: 20px 0 15px;
}
.products_type_01_list li {
    width: 50%;
    padding: 10px 0 10px 0;
}
.products_type_01_list li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
    font-size: 16px;
    font-weight: bold;
}
.products_type_01_list li::before {
    padding: 0 5px 0 0;
}
.products_type_01_container {
    padding: 50px 0;
}
.products_type_01_block__img {
    width: 80%;
    margin: 20px 0 0;
}
.products_type_01_block__name {
    margin: 30px 0 30px;
    font-weight: bold;
}
.products_type_01_block__ttl {
    margin: 0 0 5px;
}
.products_type_01_block__list {
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 0;
}
.products_type_01_block__list li {
    margin: 3px 0;
}
.products_type_01_block:first-child {
    width: 100%;
}
.products_type_01_block:last-child {
    width: 100%;
}
.products_type_02_header {
    margin: 60px 0 60px !important;
}
.products_type_03_header {
    margin: 60px 0 60px !important;
}
.products_type_04_header {
    margin: 60px 0 60px !important;
}
.content-products .unit-show_group h4.p_name {
    width: 90%;
    margin: 20px auto 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-weight: normal;
    background: url(http://hokuto-eco.com/contents/images/common/arrow_down.svg) no-repeat 50px 20px #A38462;
    background-size: 13px 7px;
}
.content-products .unit-show_group label {
    cursor: pointer;
    display: block !important;
}
.content-products .unit-show_group input {
    display: none;
}
.content-products .unit-show_group .unit-show_container {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.content-products .unit-show_group input:checked ~ .unit-show_container {
    padding: 0;
    height: auto;
    opacity: 1;
}
/* NEWS */
.news_archive_block {
    width: 46%;
    height: 200px;
}
.news_archive_block__figure {
    height: 100px;
}
/* BLOG */
  /* -ARCHIVE */
.blog_archive_block {
    width: 46%;
    height: 200px;
}
.blog_archive_block__figure {
    height: 100px;
}
.news_article_entry-header, .blog_article_entry-header {
    padding: 0 0 10px;
}
.news_article_entry-content__img, .blog_article_entry-content__img {
    margin: 50px auto 30px;
}
.news_article_entry-content__txt, .blog_article_entry-content__txt {
    margin: 0 0 100px;
}
/* RESULTS */
.results_archive_list {
    padding: 0 0 0px 0;
}
.results_archive_list li {
    width: 50%;
    padding: 0 0 20px 0;
}
.results_archive_list li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 0;
    font-size: 17px;
}
.results_archive_block {
    width: 98%;
}
.results_archive_block__name {
    margin: 3% 0 0;
}
/* FOR BUILDER ENGINEER */
.content-f_builder_engineer .bt_contact {
    margin: 0px auto 60px !important;
    clear: both;
}
.f_builder_engineer_policy_list {
    padding: 0 0 0px 0;
}
.f_builder_engineer_policy_list li {
    width: 50%;
    padding: 0 0 20px 0;
}
.f_builder_engineer_policy_list li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 0;
    font-size: 17px;
}
.f_builder_engineer_policy_detail_container {
    padding: 50px 0;
}
.f_builder_engineer_policy_detail_txt {
    width: 100%;
    padding: 0 0 30px 0;
}
.f_builder_engineer_policy_detail_txt__ttl {
    margin: 0 0 10px;
}
.f_builder_engineer_policy_detail_img {
    width: 100%;
}
.f_builder_engineer_policy_detail_img img {
    width: 100%;
    height: auto;
}
#p04.f_builder_engineer_policy_detail_container {
    border-bottom: none;
}
/* FOR ARCHITECTURE */
.content-f_architecture .bt_contact {
    margin: 0px auto 60px;
}
.f_architecture_flow {
    width: 100%;
}
.f_architecture_flow_list {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}
.f_architecture_flow_list li {
    width: 100%;
    margin: 15px 0 15px;
    padding: 0;
}
.f_architecture_flow_list li a {
    width: 100%;
    margin: 0;
    padding: 0;
}
.f_architecture_flow_list li a span {
    width: 40px;
    white-space: nowrap;
    margin: 10px 0 0;
    padding: 10px 0 0;
}
.f_architecture_flow_detail_block {
    width: 100%;
    margin: 15px 0;
}
.f_architecture_flow_detail_block__txt {
    width: 300px;
    height: 340px;
}
.f_architecture_flow_detail_block__txt__name {
    width: 230px;
}
.f_architecture_flow_detail_block__txt__txt {
    width: 220px;
}
.f_architecture_flow_detail_block__img {
    width: 265px;
}
#f01 .f_architecture_flow_detail_block__txt {
    top: 240px;
}
#f01 .f_architecture_flow_detail_block__img {
    left: auto;
    right: 0;
}
#f01 .f_architecture_flow_detail_block__txt__name {
    left: 70px;
}
#f01 .f_architecture_flow_detail_block__txt__txt {
    left: 70px;
}
#f02 .f_architecture_flow_detail_block__txt {
    top: 0px;
    left: 0;
}
#f02 .f_architecture_flow_detail_block__txt__name {
    top: 10px;
    left: 20px;
}
#f02 .f_architecture_flow_detail_block__txt__name span {
    background-image: url(http://hokuto-eco.com/contents/images/f_architecture/ttl-en_02.png);
    background-size: 183px 11px;
    width: 183px;
    height: 11px;
}
#f02 .f_architecture_flow_detail_block__img {
    top: 280px;
    left: auto;
    right: 0;
}
#f03 .f_architecture_flow_detail_block__txt {
    top: 240px;
    left: auto;
    right: 0;
}
#f03 .f_architecture_flow_detail_block__txt__name {
    top: 30px;
    left: 60px;
}
#f03 .f_architecture_flow_detail_block__txt__txt {
    top: 100px;
    left: 60px;
}
#f04 .f_architecture_flow_detail_block__txt {
    top: 0px;
    left: auto;
    right: 0;
}
#f04 .f_architecture_flow_detail_block__img {
    top: 260px;
}
/* FOR USER */
.content-f_user .bt_contact {
    margin: 60px auto 60px;
}
.f_user_header {
    margin: 0 auto 45px !important;
}
.f_user_point_block {
    padding: 20px 30px 15px;
    width: 100%;
}
.f_user_point_block__img {
    margin: 10px auto;
    display: block;
    height: auto;
    text-align: center;
}
.f_user_diym__ttl {
    background: url(http://hokuto-eco.com/contents/images/f_user/ttl_diym_bg_sp.jpg) no-repeat center top;
    background-size: contain;
    height: 195px;
}
.f_user_diym__ttl img {
    width: 228px;
    height: 108px;
    margin: 43px auto;
}
.contact_header__txt {
    width: 90%;
}
.contact_form_area .form_content {
    width: 100%;
    display: block;
}
.contact_form_area .form_content input {
    width: 100%;
}
.contact_form_area .form_content select {
    width: 90%;
}
.contact_form_area .form_content textarea {
    width: 100%;
}
.contact_form_area .form_ttl {
    width: 100%;
    display: block;
    padding: 10px 0 0;
}
header.site-header_sp {
    background-color: #F2F2F2;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1000000;
}
header.site-header_sp h1 {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
}
header.site-header_sp h1#sp-logo a {
    background: url(http://hokuto-eco.com/contents/images/common/header-logo_lt.png) no-repeat left top;
    width: 254px;
    height: 19px;
    background-size: 254px 19px;
    display: block;
    position: absolute;
    top: 15px;
    left: 5%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}
.drawer-menu li {
    padding: 13px 0;
    width: 100%;
}
.drawer-menu li a {
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}
.drawer-menu li#n_news a {
    background-image: url(http://hokuto-eco.com/contents/images/common/txt_sp_mn_news.svg);
    background-size: 49px 10px;
    width: 49px;
    height: 10px;
}
.drawer-menu li#n_business a {
    background-image: url(http://hokuto-eco.com/contents/images/common/txt_sp_mn_business.svg);
    background-size: 75px 16px;
    width: 75px;
    height: 16px;
}
.drawer-menu li#n_company a {
    background-image: url(http://hokuto-eco.com/contents/images/common/txt_sp_mn_company.svg);
    background-size: 75px 16px;
    width: 75px;
    height: 16px;
}
.drawer-menu li#n_results a {
    background-image: url(http://hokuto-eco.com/contents/images/common/txt_sp_mn_results.svg);
    background-size: 75px 16px;
    width: 75px;
    height: 16px;
}
.drawer-menu li#n_products a {
    background-image: url(http://hokuto-eco.com/contents/images/common/txt_sp_mn_products.svg);
    background-size: 75px 16px;
    width: 75px;
    height: 16px;
}
.drawer-menu li#n_contact a {
    background-image: url(http://hokuto-eco.com/contents/images/common/txt_sp_mn_contact.svg);
    background-size: 120px 18px;
    width: 120px;
    height: 18px;
}
.nav-sns {
    width: 28px;
    margin: 30px auto;
}
/* drawer */
.drawer--top .drawer-nav {
    height: 100% !important;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    top: 1px !important;
    right: 2% !important;
}
.drawer-menu {
    margin-top: 5% !important;
    padding: 0;
}
.drawer-menu li {
    text-align: center;
}
.drawer-menu .drawer-menu-item {
    font-size: 1.0rem !important;
    color: #666;
}
.drawer-hamburger {
    width: 1.6rem !important;
}
.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 5px !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    height: 1px !important;
}
	
/*----- DIYM ------*/

.pages_diym{
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
}
.pages_diym_visual{
	width:100%;
}
.pages_diym_visual img{
	width:100%;
	height:auto;
}

.pages_diym_visual .content-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pages_diym_visual .content-slider .swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pages_diym_visual .content-slider .swiper-container .swiper-txt {
    width: 130px;
    height: 68px;
	top:0;
	right:0;
    bottom: 0;
    left: 0;
	margin:auto;
    z-index: 100000;
}
.pages_diym_visual .content-slider .swiper-container .swiper-txt img {
    width: 130px;
    height: 68px;
    padding: 0;
    margin: 0;
}
.pages_diym_copy{
	width:90%;
	max-width:800px;
	margin:5% auto;
}
.pages_diym_copy p{
	text-align:center;
	font-size:0.9rem;
}
.pages_diym_copy p img{
	text-align:center;
}
.pages_diym_copy_1st, .pages_diym_wish_txt{
	font-size:0.8rem;
	font-weight:bold;
	line-height:2.0;
}
.pages_diym_copy_2nd img,.pages_diym_items_copy img{
	width:104px;
	height:auto;
}
.pages_diym_copy_3rd{
	font-size:0.8rem;
	margin:30px 0 0 0;
}
.pages_diym_unit{
	width:100%;
	height:500px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	margin:0 0 50px 0;
}
.pages_diym_unit#d_01{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-01.jpg);
}
.pages_diym_unit#d_02{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-02.jpg);
}
.pages_diym_unit#d_03{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-03.jpg);
}
.pages_diym_unit#d_04{
	background-image:url(http://hokuto-eco.com/contents/images/diym/img-04.jpg);
}
.pages_diym_unit_info{
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.70);
	width:90%;
	height:70%;
	margin:auto;
	padding:30px 30px 30px 30px;
	position:absolute;
	top:0;
	bottom:0;
}
.pages_diym_unit#d_01 .pages_diym_unit_info, .pages_diym_unit#d_03 .pages_diym_unit_info{
	left:0;right:0;
}
.pages_diym_unit#d_02 .pages_diym_unit_info, .pages_diym_unit#d_04 .pages_diym_unit_info{
	right:0;left:0;
}
.pages_diym_unit_info_copy{
	font-size:1.0rem;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.pages_diym_unit_info_txt{
	font-size:0.8rem;
}
.pages_diym_unit_info_txt{
	font-size:0.8rem;
}

.pages_diym_items_images{
	width:100%;
	max-width:100%;
	margin:5% 0;
}
.pages_diym_items_images img{
	width:100%;
	max-width:100%;
}
.pages_diym_items_copy{
	text-align:center;
	margin:5% 0;
}
.pages_diym_items_copy img{
	width:104px;
	height:auto;
}
.pages_diym_items{
	width:90%;
	margin:5% auto;
}

.pages_diym_items_container{
	width:100%;
}
.pages_diym_items_block{
	width:30%;
}
.pages_diym_items_block_img{
	width:100%;
}
.pages_diym_items_block_txt{
	font-size:0.7em;
	margin:10px 0 0 0;
}
.pages_diym_wish{
	margin:5% 0;
}
.pages_diym_wish_txt{
	text-align:center;
}


.diym-footer{
	padding:5% 0;
	background-color:#EFEFEF !important;
}

.diym-footer__logo {
    width: 100%;
	max-width:500px;
    margin: 0 auto 3%;
}
.diym-footer__logo p{
	text-align:center;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	line-height:1.0;
}
.diym-footer__logo_diym img{
	width:64px;
	height:22px;
}
.diym-footer__logo_official{
	margin:0 0 30px 0 !important;
}
.diym-footer__logo_official img{
	width:108px;
	height:35px;
}
.diym-footer_contact a img{
	width:40px;
	height:32px;
}	

}
