@charset "utf-8";

/*
Theme Name: Gush
Theme URI: http://inc88.com/
Description: レスポンシブデザイン無料テーマ
Version: 1.1.1
Author: Ellora
Author URI: http://naifix.com/
*/

/* --------------------------------------
  リセット
-------------------------------------- */
* {
    padding: 0;
    margin: 0;
    font-size: 100%;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

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

button {
    font-size: 100%;
}

.clear {
    clear: both;
}

blockquote,
q {
    quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

textarea {
    width: 100%;
}

input {
    max-width: 100%;
}

img#wpstats {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: none;
}

/* --------------------------------------
  クラス定義
-------------------------------------- */
.center {
    clear: both;
    text-align: center;
}

#main .center {
    margin: 0 0 10px;
}

.s {
    font-size: 50%;
}

.ss {
    font-size: 70%;
}

.l {
    font-size: 150%;
    line-height: 130%;
}

.ll {
    font-size: 200%;
    line-height: 120%;
}

.b {
    font-weight: bold;
}

.wp-caption {
    text-align: center;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.yellow {
    font-weight: bold;
    background: #ff0;
}

.red {
    color: #f00;
}

.bold {
    font-weight: bold;
}

.orengi {
    color: #ff5400;
}

.banner {
    margin: 10px 5px 20px;
    text-align: center;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 2px 5px;
}

th {
    font-weight: normal;
    background: #ffc;
}

caption {
    padding: 2px 0;
    color: #fff;
    background: #d2691e;
}

.map {
    width: 90%;
    margin: 0 auto;
}

.hidden-xs {
    display: none !important;
}

.visible-xs {
    display: block !important;
}

/* --------------------------------------
  ボックス
-------------------------------------- */
.gray_box {
    width: 85%;
    padding: 5%;
    margin: 1em auto 1em auto;
    overflow: hidden;
    background-color: #efefef;
}

.gray_box p {
    margin: 0;
}

#entry_body .gray_box ul:last-child {
    margin-bottom: 0;
}

blockquote {
    width: 85%;
    padding: 30px 5% 1% 3%;
    margin: 1em auto 1em auto;
    background: url(images/bq24.png) left top no-repeat;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    border-left: 3px solid #777;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
    width: 100% !important;
}

.waku {
    padding: 5px 10px;
    margin: 0 0 1.5em;
    border: 1px dotted #a0522d;
}

#entry_body article table {
    max-width: 350px !important;
}

/* --------------------------------------
  動画レスポンシブ化
--------------------------------------- */
.video-container {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

iframe {
    width: 100%;
}

/* --------------------------------------
  クリアフィックス
--------------------------------------- */
.clearfix::after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
    content: " ";
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

/* --------------------------------------
  画像
-------------------------------------- */
img {
    max-width: 100% !important;
    height: auto;
}

img.alignright {
    display: block;
    margin: 0 0 0 auto;
}

img.alignleft {
    display: block;
    margin: 0 auto 0 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.float-left {
    float: left;
    margin: 0 10px 0 0;
}

img.float-right {
    float: right;
}

a:hover img {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.single-thum {
    text-align: center;
}

/* --------------------------------------
  リンク
-------------------------------------- */
a {
    color: #12c;
}

a:hover {
    color: #c03;
}

.catlink {
    padding: 0 0 0 15px;
    background: url("images/yajirushi.jpg") no-repeat center left;
}


.top_txtlink {
    max-width: 280px;
    width: 100%;
    margin: 10px auto 20px;
}
.top_txtlink a {
    display: block;
    background: #934d02;
    color: #fff;
    border: 2px solid #934d02;
    border-radius: 50px;
    padding: 6px 10px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 14px;
}
.top_txtlink a:hover {
    background: #fff;
    color: #934d02;
}


/* --------------------------------------
  全体定義
-------------------------------------- */
html {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #333;
    background: #fdfdff;
}

body {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

/* --------------------------------------
  見出しベース
-------------------------------------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
    clear: both;
}

h1 {
    font-size: 48px;
    line-height: 1;
}

h2 {
    line-height: 1.3333;
}

#main h3 {
    padding: 0.8em;
    margin: 0 0 1.5em;
    font-size: 100%;
    font-weight: bold;
    color: #000;
    background: #73a31a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#footer-in h3 {
    padding: 5px;
    margin: 0 0 10px;
    font-size: 90%;
    text-align: left;
    background: #2a3f02;
}

.archive-title {
    color: #fff;
    background: #2a3f02;
}

/* --------------------------------------
  ヘッダ見出し
-------------------------------------- */
#header {
    color: #fff;
    background: url("images/header-bg.jpg") repeat top left;
}

#header .hgroup {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .top_head_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
}

#header .top_title {
    padding: 5px 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.5em;
}

#header .top_title .top_title_head {
    text-align: center;
}

#header .top_title h1 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5em;
}

.top-link {
    text-align: center;
}

.top-link a {
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}

#header .caption {
    display: none;
    color: #222;
}

#header h2 {
    padding: 0 0 10px;
    font-size: 100%;
}

#header .hgroup .left {
    float: none;
    text-align: center;
}

#header .hgroup .right {
    float: none;
    text-align: center;
}

#header .show_room_link {
    margin-bottom: 10px;
    text-align: center;
}

#header .show_room_link a {
    display: inline-block;
    line-height: 1.2;
    color: #fff;
    border-bottom: solid 1px #fff;
}

#header .show_room_link a .after {
    margin-left: 0.5em;
}

/* --------------------------------------
  ナビゲーション
-------------------------------------- */
nav#menu {
    background-color: #934d02;
    border-top: 2px solid #606060;
    border-bottom: 2px solid #606060;
}

.togmenu {
    display: none;
}

.menubtn-box {
    position: relative;
    display: flex;
    padding: 8px;
    clear: both;
    color: #fff;
    text-align: left;
    background-color: #934d02;
    border-top: 2px solid #606060;
    border-bottom: 2px solid #606060;
}

.menubtn-box .menubtn {
    width: 100%;
}

.menubtn-box .to-form {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    background-color: #ff0;
}

.menubtn-box .to-form .after {
    margin-left: 0.5em;
}

nav#menu ul {
    margin-bottom: 24px;
    overflow: hidden;
}

nav#menu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fcfcfc;
}

nav#menu ul li a {
    display: block;
    padding: 8px 0;
    color: #fff;
}

nav#menu ul li a:hover {
    color: #444;
    background-color: #ccc;
}

/* --------------------------------------
  コンテンツエリア
-------------------------------------- */
.catch-copy {
    margin: 10px 0;
    font-size: 90%;
    font-weight: bold;
}

.catch-copy p {
    text-align: center !important;
}

#contents {
    width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    text-align: left;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#contents p {
    margin-bottom: 0.5em;
    text-align: left;
}

#contents #main {
    padding: 10px 0 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-right: 1px solid #ccc;
}

#contents #main .home_area .thumb_box {
    float: left;
    margin: 0 10px 0 0;
}

#contents #main .home_area {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

#contents #main .date-time {
    font-size: 80%;
    text-align: center;
}

.img-left {
    float: none;
    margin: 0 0 10px;
    text-align: center;
}

.img-left img {
    max-width: 200px !important;
}

.category-description {
    padding: 5px 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#entry_body {
    padding: 0 5px;
    margin: 0 0 20px;
}

ul.inline-block {
    margin: 10px 0 0;
    text-align: center;
}

ul.inline-block li {
    display: block;
    margin: 0 0 10px;
}

.sensor-left {
    float: none;
    margin: 0 5px 10px 0;
    text-align: center;
}

.float-area,
.product {
    margin: 0 0 10px;
    overflow: hidden;
    clear: both;
}

.product {
    padding: 0 0 10px;
    border-bottom: 1px dotted #cdcdcd;
}

.title-bg {
    padding: 2px 10px;
    color: #fff;
    background: #6c3131;
}

.product-left {
    float: left;
    width: 20%;
}

.product table {
    float: right;
    width: 79%;
}

#company {
    width: 100%;
    margin: 0 auto 15px;
    background: #e7e7e7;
    border: 1px solid #333;
    border-top: none;
}

#company dt {
    float: none;
    width: 100%;
    padding: 5px;
    clear: left;
    border-top: 1px solid #333;
}

#company dd {
    padding: 5px;
    margin-left: 0%;
    background: #fff;
    border-top: 1px solid #333;
    border-left: none;
}

.form {
    padding: 5px;
    margin: 0 0 5px;
    overflow: hidden;
}

.form dt {
    padding: 5px 10px;
    margin: 0 0 5px;
    color: #000;
    background: #e0ffff;
    border: none;
    border: 1px solid #202020;
}

.form dd {
    padding: 5px;
    margin: 0 0 5px;
    border: none;
}

#submit {
    margin: 0 0 10px;
    text-align: center;
}

.asterisk {
    margin: 0 0 0 0.2em;
    font-weight: bold;
    color: #f00;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 94%;
    padding: 0.5em;
    font-size: 100%;
    color: #333;
    background-color: #fff;
    border: 1px solid #696969;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 input[type="submit"] {
    padding: 0.2em 0.4em;
    font-size: 100%;
    color: #333;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
    cursor: pointer;
    background: #eee;
    border: 1px solid #696969;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

div.wpcf7-response-output {
    margin: 0 0.5em 1em !important;
}

.flow li {
    padding: 0 0 40px;
    margin: 0 0 15px;
    background: url("images/arrow.jpg") no-repeat bottom center;
}

.flow li div {
    padding: 5px 10px;
    border: 1px solid #008080;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.flow .flow-title {
    border-bottom: 3px solid #008080;
}

.top-news {
    width: 100%;
    max-height: 220px;
    margin: 0 0 15px;
    overflow: auto;
}

.top-news li {
    padding: 0 0 5px;
    margin: 0 10px 10px;
    border-bottom: 1px dotted #666;
}

#box-size .left {
    float: none;
    margin: 0 auto;
    text-align: center;
}

#entry_body .single table {
    width: 90%;
    margin: 0 auto;
}

#entry_body .single td {
    padding: 5px;
}

.new {
    padding: 1px 3px;
    color: #fff;
    background: #f00;
}

/* --------------------------------------
  記事内指定
-------------------------------------- */
#entry_body ul {
    padding: 5px;
    margin-bottom: 15px;
}

ul.piclist {
    background: #fffacd;
}

#movie {
    text-align: center;
}

.sub-area dt {
    padding: 2px 8px;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 140%;
    color: #006400;
    border-color: #000;
    border-style: solid;
    border-width: 1px 0 1px 5px;
}

.sub-area dd {
    margin: 0 0 15px;
}

.sub-area h3,
.case-title {
    padding: 0.8em;
    margin: 1.5em 0;
    font-size: 1.143em;
    font-weight: bold;
    border: 2px solid #b92a2c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

dl.case {
    padding: 0 0 5px;
    margin: 0 0 10px;
    background: #fdf6f0;
}

.rank_area ul li {
    font-weight: bold;
    color: #f00;
}

.pr_area {
    max-width: 592px;
    padding: 5px;
    margin: 0 auto 10px;
    border: 1px solid #2656a6;
}

.box_list .thumb_box {
    float: left;
    text-align: center;
}

.box_list li {
    margin: 0 0 10px;
    overflow: hidden;
}

.box_list li a {
    font-size: 90%;
}

/* --------------------------------------
  画像
-------------------------------------- */
.wp-post-image {
    border: 2px solid #cdcdcd;
}

/* --------------------------------------
  トップ新着記事見出し
-------------------------------------- */
#entry_body h3.new_entry_title {
    line-height: 1.2;
    border: 0;
}

#entry_body h3.new_entry_title a {
    text-decoration: none;
}

/* --------------------------------------
  記事見出し
-------------------------------------- */
#entry_body h1,
#entry_body h2 {
    padding: 0.8em;
    margin: 0 0 1em;
    font-size: 110%;
    font-weight: bold;
    color: #000;
    background: #73a31a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#img-title {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.b-boder {
    border-bottom: 2px dotted #2656a6;
}

/* --------------------------------------
  メタボックス
-------------------------------------- */
.meta_box {
    padding: 3% 0;
    margin: 0 0 24px 0;
    font-size: 70%;
    background-color: #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#entry_body .meta_box p {
    margin: 0 0 0 10px;
}

/* --------------------------------------
  カテゴリー・タグ
-------------------------------------- */
.cat_tag {
    padding: 0 0 12px 0;
    margin-bottom: 24px;
    line-height: 2em;
    text-align: left;
    word-break: keep-all;
    border-bottom: 1px dashed #ccc;
}

.cat_tag a {
    padding: 3px;
    margin: 0 0.2em 0 0;
    color: #fff;
    text-decoration: none;
    background-color: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cat_tag a:hover {
    color: #ffd700;
}

/* --------------------------------------
  記事下広告
-------------------------------------- */
#entry_footer_ad {
    margin: 10px auto;
}

/* スマホ非表示 */
#entry_footer_ad .efa_right {
    display: none;
}

/* --------------------------------------
  個別記事SNS
-------------------------------------- */
#entry_snsbox {
    padding: 5px;
    margin: 0 0 24px 0;
    text-align: left;
    border: 1px solid #ccc;
}

#entry_snsbox ul {
    margin: 10px 0;
    list-style: none;
}

#entry_snsbox li {
    float: left;
    min-height: 100px;
    margin-right: 10px;
}

a.feedlyButton {
    color: #777;
    text-align: center;
    text-decoration: none;
}

a.feedlyButton:hover {
    color: #333;
}

a.feedlyButton:visited {
    color: #777;
}

.arrow_box_feedly {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 66px;
    height: 35px;
    margin-bottom: 8px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
}

.arrow_box_feedly::after,
.arrow_box_feedly::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border: medium solid transparent;
}

.arrow_box_feedly::after {
    margin-left: -4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 4px;
}

.arrow_box_feedly::before {
    margin-left: -5px;
    border-color: #ccc rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
    border-width: 5px;
}

.arrow_box_feedly img {
    margin: 0;
    border: none;
}

.arrow_box_feedly span {
    line-height: 35px;
}

/* --------------------------------------
  記事下関連記事
-------------------------------------- */
#relations {
    margin: 0 0 24px 0;
    overflow: hidden;
}

#relations ul {
    list-style: none;
}

#relations li {
    margin-bottom: 24px;
    clear: both;
}

#relations h4 {
    display: inline;
    margin: 0 0 10px;
    font-size: 90%;
}

#relations .thumb_box {
    position: relative;
    float: left;
    max-width: 139px;
    margin: 0 5px 0 0;
}

#relations .relations-in {
    padding: 5px;
}

/* --------------------------------------
  パンくず
-------------------------------------- */
.pankuzu {
    padding-bottom: 10px;
    font-size: 13px;
    color: #222;
    text-align: left;
}

#entry_body .pankuzu a {
    text-decoration: none;
}

div#breadcrumb {
    clear: both;
}

div#breadcrumb div {
    display: inline;
    font-size: 13px;
}

/* --------------------------------------
  コメント
-------------------------------------- */
h3#comments {
    line-height: 1.2;
    border: none;
}

#respond h3 {
    line-height: 1.2;
    border: none;
}

#comment_box {
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: left;
    background-color: #ddd;
}

#comment_box ul {
    list-style: none;
}

#comment_box p a {
    color: #999;
}

#comment_box p {
    margin: 0 0 15px 0;
    font-size: 90%;
    font-weight: normal;
}

#comment_box label {
    display: block;
}

.metadata {
    font-size: 13px;
    line-height: 20px;
}

.comment-body {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.fn {
    font-style: normal;
}

.says {
    font-size: 80%;
}

.commentmetadata {
    padding: 5px;
    font-size: 70%;
}

.reply {
    font-size: 90%;
    text-align: right;
}

.comment-reply-link {
    padding: 2% 4%;
    color: #fcfcfc;
    text-decoration: none;
    background-color: #999;
    border: 1px solid #ccc;
}

#comment_box #commentform .tags {
    padding: 10px;
    font-size: 13px;
    background-color: #f3f3f3;
}

#comment_box #commentlist img {
    padding: 10px;
}

/* --------------------------------------
  前の記事・次の記事
-------------------------------------- */
#page_pn {
    margin: 0 0 20px 0;
}

#page_pn dl {
    text-align: left;
}

/* --------------------------------------
  ページャー
-------------------------------------- */
.pager {
    text-align: center;
}

a.page-numbers,
.pager .current {
    padding: 3px 8px;
    margin: 10px 2px 0 2px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.pager .current {
    color: #fff;
    background: #444;
    border: 0;
}

/* --------------------------------------
  サイド
-------------------------------------- */
#sub {
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 100%;
}

.bg-green {
    background: #73a31a;
}

#sub h3 {
    padding: 5px;
    margin: 0 0 10px;
    font-size: 100%;
    color: #fff;
    background: #000;
}

#sub .side_ad {
    margin-bottom: 24px;
    text-align: center;
}

#sub .side_contents dl {
    margin-bottom: 24px;
    text-align: left;
}

#sub .side_contents ul {
    margin: 0 0 15px;
    text-align: left;
}

#sub .side_contents ul li {
    padding: 0 5px;
    margin-bottom: 0.3em;
}

#sub .side_contents .menu-list li {
    border-bottom: 1px dotted #cdcdcd;
}

#sub .side_contents ul.children {
    margin: 12px 0 12px 0;
}

#sub .side_contents {
    margin-bottom: 24px;
}

.side_new {
    margin: 0 0 15px 0;
    overflow: hidden;
    text-align: left;
}

#sub .side_new a {
    display: block;
}

#searchform {
    margin-bottom: 24px;
}

#sub a:hover {
    text-decoration: underline;
}

.textwidget {
    margin-bottom: 24px;
}

#sub .side_contents .g-search {
    margin: 24px 0;
    text-align: left;
}

.side_thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 5px 15px 0;
}

.side_title {
    font-size: 90%;
}

.wpp-list li {
    margin: 0 0 10px;
    overflow: hidden;
}

.wpp-list img {
    border: 1px solid #666;
}

dl.search1 {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 6px;
}

dl.search1 dt {
    padding: 3px;
}

dl.search1 dt input {
    width: 70%;
    height: 25px;
    line-height: 25px;
    background: none;
    border: none;
}

dl.search1 dd {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30%;
}

dl.search1 dd button {
    display: block;
    width: 100%;
    height: 31px;
    line-height: 31px;
    background: #2b71c8;
    border: none;
    border-radius: 0 6px 6px 0;
}

dl.search1 dd button:hover {
    background: #4e91e4;
}

dl.search1 dd button span {
    display: block;
    color: #fff;
}

/* -----------------------------------
  カレンダー
------------------------------------ */
#calendar_wrap {
    margin-bottom: 24px;
}

#wp-calendar {
    width: 80%;
    margin-left: 35px;
    border-collapse: collapse;
    border: 1px solid #999;
}

#wp-calendar tr,
th,
td {
    border: 1px solid #999;
}

#wp-calendar td {
    padding: 3%;
    text-align: center;
}

#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}

#wp-calendar tbody tr #today {
    color: #ffd700;
    background-color: #000c69;
}

/* --------------------------------------
  フッター
-------------------------------------- */
#footer {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    color: #000;
    background-color: #73a31a;
}

#footer-in {
    margin: 0 auto 15px;
    text-align: left;
}

#footer li {
    margin: 0 5px 10px 0;
    color: #fff;
    text-align: center;
}

#footer li p {
    font-weight: bold;
    text-align: left;
}

/* --------------------------------------
  TOPへ戻る
-------------------------------------- */
#page-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    font-size: 12px;
}

#page-top a {
    display: block;
    width: 100px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #22ac38;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#page-top a:hover {
    color: #444;
    text-decoration: none;
    background: #90d59b;
}

/* --------------------------------------
  切替 768px
-------------------------------------- */
@media screen and (min-width: 768px) {
    .hidden-xs {
        display: block !important;
    }

    .visible-xs {
        display: none !important;
    }

    #header .caption {
        display: block;
    }

    /* --------------------------------------
  768px ナビ
-------------------------------------- */

    /* #header .top_title {
    float: left;
    padding: 15px 0 0;
  }
  #header .hgroup .left {
    float: left;
  }
  #header .hgroup .right {
    float: right;
	} */
    #header .hgroup {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #header .hgroup .top_head_title {
        flex: 0 0 100%;
        width: 100%;
    }

    #header .hgroup .left {
        flex: 0 0 25%;
        width: 100%;
        max-width: 25%;
        text-align: left;
    }

    #header .hgroup .top_title {
        box-sizing: border-box;
        display: flex;
        flex: 0 0 50%;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 50%;
        padding: 0 10px;
    }

    #header .hgroup .top_title .top-link + .top-link {
        margin-left: 5px;
    }

    #header .hgroup .right {
        flex: 0 0 25%;
        width: 100%;
        max-width: 25%;
    }

    nav#menu ul {
        width: 100%;
    }

    nav#menu ul li {
        float: left;
        width: auto;
        text-align: center;
        border: none;
    }

    nav#menu ul li a {
        display: block;
        padding: 8px 15px;
        color: #fff;
    }

    /* --------------------------------------
  768px コンテンツ
-------------------------------------- */
    #entry_body article table {
        max-width: 100% !important;
    }

    .catch-copy {
        font-size: 120%;
    }

    .top_txtlink {
        max-width: 300px;
        width: 100%;
        margin: 20px auto 30px;
    }
    .top_txtlink a {
        display: block;
        background: #934d02;
        color: #fff;
        border: 2px solid #934d02;
        border-radius: 50px;
        padding: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
    .top_txtlink a:hover {
        background: #fff;
        color: #934d02;
    }

    #contents {
        text-align: left;
    }

    #contents #main {
        margin-bottom: 24px;
    }

    #contents #main .home_area .entry_box {
        text-align: left;
    }

    #contents #main .date-time {
        clear: both;
        font-size: 80%;
        text-align: left;
    }

    #relations .thumb_box {
        float: none;
        margin: 0 0 5px;
        text-align: center;
    }

    .img-left {
        float: left;
        margin: 0 5px 10px 0;
    }

    .rank-right {
        float: left;
        width: 64%;
    }

    .attachment-post-thumbnail {
        float: none;
    }

    ul.inline-block {
        text-align: center;
    }

    ul.inline-block li {
        display: inline-block;
        vertical-align: top;
    }

    #footer-in ul.inline-block li {
        width: 31%;
    }

    .sensor-left {
        float: left;
    }

    #company {
        width: 90%;
    }

    #company dt {
        float: left;
        width: 20%;
    }

    #company dd {
        margin-left: 20%;
        border-left: 1px solid #333;
    }

    #form-area {
        width: 90%;
        margin: 0 auto 15px;
        border-bottom: 1px solid #202020;
    }

    .form {
        display: table;
        width: 100%;
        padding: 0;
        margin: 0;
        table-layout: fixed;
    }

    .form dt {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
        border-right: none;
        border-bottom: none;
    }

    .form dd {
        display: table-cell;
        width: 75%;
        padding: 10px;
        vertical-align: middle;
        border: 1px solid #202020;
        border-bottom: none;
    }

    #box-size .left {
        float: left;
        margin: 0 5px 0 0;
    }

    #entry_body .single table {
        width: 70%;
    }

    /* --------------------------------------
  768px メタボックス
-------------------------------------- */
    #entry_body .meta_box {
        padding: 1%;
        margin: 0 0 24px 0;
        font-size: 85%;
    }

    #entry_body .meta_box p {
        margin: 0;
    }

    /* --------------------------------------
  768px カテゴリー・タグ
-------------------------------------- */
    .cat_tag {
        padding: 0 0 12px 0;
        margin: 5px 0;
        text-align: left;
        border-bottom: 1px dashed #ccc;
    }

    .cat_tag a {
        padding: 3px;
        margin: 0 0.2em 0 0;
        color: #fff;
        text-decoration: none;
        background-color: #444;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /* --------------------------------------
  768px 記事下広告
-------------------------------------- */
    #entry_footer_ad {
        margin: 10px auto;
    }

    #entry_footer_ad .efa_left {
        display: block;
        float: left;
        margin: 0 5px 0 0;
    }

    #entry_footer_ad .efa_right {
        display: block;
        float: left;
    }

    .box_list {
        letter-spacing: -0.4em;
    }

    .box_list li {
        display: inline-block;
        width: 33.3%;
        letter-spacing: normal;
        vertical-align: top;
    }

    .box_list .thumb_box {
        float: none;
        text-align: center;
    }

    .list-box {
        padding: 0 5px;
    }

    /* --------------------------------------
  768px 記事下関連記事
-------------------------------------- */
    #relations {
        margin: 0 0 24px 0;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
    }

    #relations ul {
        margin: 0 auto;
        font-size: 95%;
        letter-spacing: -0.4em;
        list-style: none;
    }

    #relations li {
        display: inline-block;
        width: 25%;
        margin: 0 0 10px;
        letter-spacing: normal;
        vertical-align: top;
    }

    /* --------------------------------------
  768px コメント
-------------------------------------- */
    h3#comments {
        line-height: 1.2;
        border: none;
    }

    #respond h3 {
        line-height: 1.2;
        border: none;
    }

    #comment_box {
        padding: 10px 20px;
        margin-bottom: 20px;
        text-align: left;
        background-color: #ddd;
    }

    #comment_box p {
        margin: 0 0 15px 0;
        font-size: 100%;
        font-weight: normal;
    }

    .comment-reply-link {
        padding: 1% 2%;
        color: #fcfcfc;
        background-color: #999;
        border: 1px solid #ccc;
    }

    /* --------------------------------------
  768px 前の記事・次の記事
-------------------------------------- */
    #page_pn dl dt {
        float: left;
        width: 60px;
    }

    /* --------------------------------------
  768px サイド
-------------------------------------- */
    .side_thumb {
        float: left;
        width: 100px;
        height: 100px;
        margin: 0 5px 15px 0;
    }

    .side_title {
        font-size: 90%;
    }

    /* --------------------------------------
  768px フッター
-------------------------------------- */
} /* 768end */

/* --------------------------------------
  切替 1024px
-------------------------------------- */
@media screen and (min-width: 1000px) {
    /* --------------------------------------
  1024px ヘッダー
-------------------------------------- */
    header {
        text-align: left;
    }

    #header .hgroup {
        max-width: 1000px;
        margin: 0 auto;

        /* overflow: hidden; */
    }

    #header .hgroup .top_title {
        padding: 0 20px;
    }

    #header .hgroup .top_title .top-link + .top-link {
        margin-left: 10px;
    }

    /* --------------------------------------
  1024px ナビゲーション
-------------------------------------- */
    nav#menu ul {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        font-size: 15px;
				display:flex;
    }

		nav#menu ul > li{
			flex: 1 1 auto;
			float:none;
		}

    nav#menu ul > li > a {
        padding: 8px 5px;
    }

    .menubtn-box {
        display: none;
    }

    .togmenu {
        display: block;
    }

    /* --------------------------------------
  1024px コンテンツ
-------------------------------------- */
    #contents {
        width: 1001px;
        margin: 0 auto;
        overflow: hidden;
    }

    #contents #main {
        float: left;
        width: 750px;
        margin: 0;
    }

    .attachment-post-thumbnail {
        float: left;
        margin: 0 10px 5px 0;
    }

    /* --------------------------------------
  1024px コメント
-------------------------------------- */
    h3#comments {
        line-height: 1.2;
        border: none;
    }

    #respond h3 {
        line-height: 1.2;
        border: none;
    }

    /* --------------------------------------
  1024px 記事下広告
-------------------------------------- */
    #entry_footer_ad {
        margin: 10px 0;
    }

    #entry_footer_ad .efa_left {
        display: block;
        float: left;
        margin: 0;
    }

    #entry_footer_ad .efa_right {
        display: block;
        float: right;
    }

    /* --------------------------------------
  1024px 個別記事SNS
-------------------------------------- */
    #entry_snsbox {
        padding: 10px 20px;
        text-align: left;
        border: 1px solid #ccc;
    }

    /* --------------------------------------
  1024px サイド
-------------------------------------- */
    #contents #sub {
        float: left;
        width: 250px;
        padding: 0;
        margin: 0;
    }

    #contents #sub p {
        font-size: 90%;
        text-align: left;
    }

    #sub .side_contents ul {
        font-size: 95%;
        text-align: left;
    }

    #sub .side_contents ul li {
        margin-bottom: 0.6em;
        line-height: 1.5;
    }

    #sub .side_contents ul.children {
        margin: 12px 0 12px 10px;
    }

    /* --------------------------------------
  1024px フッター
-------------------------------------- */
    #footer {
        width: 100%;
        margin: 0 auto;
        clear: both;
    }

    #footer-in {
        width: 1000px;
    }
} /* 1024end */

/* --------------------------------------
  個別追加
-------------------------------------- */
.set {
    overflow: hidden;
}

.set .left {
    float: left;
    width: 30.4%;
    margin: 0 5px 0 0;
}

#box-size li {
    padding: 0 0 5px;
    margin: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px dotted #cdcdcd;
}

.option {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.option li {
    padding: 5px;
    background: #feffc5;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* --------------------------------------
20190508 add
-------------------------------------- */
nav#menu ul li:last-child a {
    color: #000;
    background-color: #ff0;
}

#contents p.mv-text {
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0 auto;
    font-family: meiryo;
    font-size: 20px !important;
    font-weight: bold;
    text-align: center;
    background-color: #fdfdff;
    border: 4px solid #ddd;
}

#contents p.mv-text span {
    background-color: #fff000;
}

.mv-list li {
    margin-bottom: 15px;
}

.en_base {
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

@media (max-width: 700px) {
    .en_base {
        width: 100%;
    }
}

#main .en_base h3 {
    margin-top: 30px;
}

#main .en_base p {
    font-size: 15px;
}

#main .en_base form dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#main .en_base form dt {
    width: 165px;
}

#main .en_base form dt .sm {
    position: relative;
    top: -10px;
    left: 15px;
    font-size: 14px;
}

#main .en_base form dd {
    width: calc(100% - 165px);
}

@media (max-width: 440px) {
    #main .en_base form dt,
    #main .en_base form dd {
        width: 100%;
    }

    #footer li p {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
}

#main .en_base form dd .first {
    margin-right: 3em;
}

#main .en_base form input[type="submit"] {
    display: block;
    padding: 15px 35px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    text-shadow: none;
    background-color: #ffba00;
    border: none;
    border-radius: 30px;
}

#sub .side_contents ul li {
    border-bottom: 1px dotted;
}

.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    color: red;
}

.wpcf7-response-output {
    text-align: center;
}

.ggmap {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form.location_form dd {
    padding-bottom: 0;
}

.wpcf7-form-control-wrap.your-location .wpcf7-list-item {
    display: inline-block;
    margin-bottom: 10px;
}

.location_text_box {
    max-height: 0;
    overflow-y: hidden;
}

.location_text_box.active {
    max-height: 60px;
    margin-bottom: 10px;
    transition: max-height 0.25s ease-out;
}

@media (max-width: 440px) {
    .wpcf7-form-control-wrap.your-location .wpcf7-list-item {
        display: block;
    }
}

.right_sale_box {
    position: relative;
    height: 20px;
    margin-top: 5px;
    overflow: visible;
}

.right_sale_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: none !important;
}

@media (max-width: 1200px) {
    .right_sale_box {
        position: relative;
        height: auto;
        margin-top: 5px;
        overflow: hidden;
    }

    .right_sale_box img {
        position: static;
        width: auto;
        max-width: 100% !important;
    }
}

/*2021/07/29　PDFダウンロードボタン追加*/

.pdf_link{
    margin:20px 0;
    padding:40px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.pdf_link a{
    position:relative;
    display:flex;
    flex-direction:column;
    width:95%;
    max-width:420px;
    margin:0 auto;
    padding:15px 0;
    border-radius:10px;
    background:#73a31a;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    line-height:1.4;
    text-align:center;
}

.pdf_link a span{
    color:#ff0;
    font-size:16px;
}

.pdf_link a i{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
}
