@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*!
Theme Name: Simplicity2
Description: Simplicityの意味は、単純、簡単、簡素、質素です。飾り気のないカスタマイズの土台となれるようなテーマを目指して作りました。
Theme URI: https://wp-simplicity.com/
Author: yhira
Author URI: http://nelog.jp/
Text Domain: simplicity2
Version: 2.8.7.1
Tags: two-columns, left-sidebar, right-sidebar
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}*/

/************************************
** 基本設定（General Setting）
************************************/
html, body {
  margin: 0;
  padding: 0;
}

body {
  /*font-family:
      'Hiragino Kaku Gothic ProN',
      Meiryo, Helvetica, Arial, sans-serif;*/
      font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size:16px;
  -webkit-text-size-adjust: 100%;
}

img{
  border-width:0;
  box-sizing: border-box;
}

figure,
main figure{
  margin: 0;
}

.article{
  font-size:16px;
  line-height:170%;
}

a:hover {
    opacity: 0.5;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
}

.aligncenter{
  clear:both;
}

.cf:after{
  content: "";
  clear: both;
  display: block;
}


/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:30px;
  margin-bottom:20px;
  font-size: 30px;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
  border-left:1px solid #000;
  margin: 40px -29px 20px;
  padding:25px 30px;
  font-size:26px;
}

.article h3{
  /*font-size:23px;
  border-bottom:5px solid #e7e7e7;
  padding:10px 0;*/
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #eee;
}

.entry-content{
  margin-bottom: 60px;
}

/************************************
** アンカー
************************************/
a {
  color: #2098A8;
  word-wrap: break-word;
}

a:hover {
  color: #C03;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#111;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.entry .post-meta a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
#footer a:hover,
.article-list .entry-title a:hover,
.blog-card-title a:hover{
  color:#c03;
}

#footer .credit a:hover{
  color: inherit;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}


blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



/************************************
** リスト（List）
************************************/
ul,ol {
}

ul ul{
  margin-left: 1em;
}
dl{
  margin: 30px 0;
}

dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}

/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
  margin: 15px 0;
  max-width: 100%;
  width: auto;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th,
.article td{
  padding: 3px 5px;
}

.article .scrollable-table th,
.article .scrollable-table td{
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

.article ol,
.article ul,
.article dl{
  line-height:150%;
}

.article > ol,
.article > ul,
.article > dl{
  margin:30px 0;
}

.article > ol ol,
.article > ul ul,
.article > dl dl{
  margin:0;
}

/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
  overflow: auto;
}

hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}

.category-description {
  margin-top:15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.wpp-range{
  text-align:right;
  font-size:14px;
}

span.search-excerpt {
  background-color: #FF9;
}

.invisible{
  display:none;
}

hr.sep {
  background-image: linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:130px;
}

/************************************
** レイアウト（Layout）
************************************/
#container {
  padding:0;
  margin: 0 auto;
}

#header-in, #navi-in, #body-in, #footer-in{
  width: 1070px;
  margin: 0 auto;
  box-sizing: border-box;
}

#header {
  margin-bottom: 0;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignleft{
  margin-left:30px;
  margin-right: 30px;
  /*max-width:700px;*/
}
#header .alignright{
  height: 52px;
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}

#body{
  margin-top:15px;
}

#main {
  float: left;
  box-sizing: border-box;
  width: 740px;
  padding: 20px 29px;
  border:1px solid #ddd;
  background-color:#fff;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

#sidebar {
  float: right;
  width: 300px;
  margin-bottom: 30px;
}
/*
#sidebar-widget{
  overflow: hidden;
} */

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:16px;
  margin-bottom:16px;
  font-size: 30px;
  line-height: 100%;
}

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;
}

#site-description{
  color: #777;
  margin:0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}

/************************************
** グローバルナビメニュー（menu）
************************************/
#navi ul{
  position: relative;
  clear: both;
  border: 1px solid #ddd;
  background-color:#F7F7F7;
  border-radius:3px;
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
}

#navi ul ul{
  box-sizing: content-box;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:14px;
  display: block;
  padding: .3em .7em;
  color:#111;
  text-decoration:none;
  z-index:99;
}
#navi ul li a:hover{
  background-color:#ddd;
}

#navi ul.sub-menu,
#navi ul.children{
  display: none;
  position: absolute;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}

/************************************
** フッターナビメニュー
************************************/

#footer-navi ul{
  text-align: center;
  padding-left: 0;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}

/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 25px;
}

#s{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  box-sizing: border-box;
  height:32px;
  color: #333;
}

#searchsubmit{
  position: absolute;
  width: 30px;
  height: 26px;
  border: none;
  /* 画像をBase64にするためコメントアウト
  background: url("images/search.png") no-repeat 50% 50%; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=") no-repeat 50% 50%;
  z-index:0;
  top:3px;
  right:3px;
  /*transform: translate(-20%, -50%);*/
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 59px;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  font-size:16px;
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .comments,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:16px;
  clear:both;
}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 15px;
}

/*タグが入っていない場合は非表示*/
#list .post .footer-post-meta:empty,
#list .post .footer-post-meta .post-tag:empty{
  display: none;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/

/************************************
** index.phpのリスト
************************************/
#main .entry{
  clear:both;
  margin-bottom:40px;
/*  overflow: auto;
  zoom: 1;*/
  word-wrap: break-word;
}

.entry-thumb{
  float:left;
  margin-right:10px;
  margin-top: 3px;
  margin-left: 0;
}

.entry-thumb a{
  display: block;
}

.entry-thumb img{
  border:0;
  width:150px;
  height:150px;
  display: block;
  /*margin-bottom: 40px;*/
}

/*大きなサムネイル表示スタイルでのサムネイル*/
.entry-large-thumbnail img{
  width: 320px;
  height: 180px;
}

.entry-card-content{
  margin-left:160px;
}

.entry .post-meta{
  text-align:left;
  margin: 7px auto;
}

.entry .post-meta a{
  color:#000;
}

.entry h2{
  margin-bottom:5px;
  margin-top: 0;
}

.entry h2 a{
  color:#333;
  font-size:24px;
  text-decoration:none;
  font-weight:bold;
}

.entry-title{

}

.entry-snippet{
  margin:0 0 5px 0;
  line-height:150%;
  color:#555;
}

.entry-read{
  margin:0;
}


.entry-snippet,
.related-entry-snippet{
  word-wrap: break-word;
}


/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}


.wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#777;
  font-size:13px;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:inherit;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.navigation > div + div{
  border-top: 0;
  border-bottom: 1px solid #ddd;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a span{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 4px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
/*  overflow: auto;
  zoom: 1;*/
}

.related-entry h4{
  margin-top: 0;
}

.related-entry-thumb {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.related-entry-thumb a{
  display: block;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
  /*margin-bottom: 20px;*/
  display: block;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}

.related-entry-content {
  margin-left: 110px;
}

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:200px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
  margin-right: 26px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -10px 0px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

#comment-area ol ul,
#comment-area ul ul{
  margin-left: 1.5em;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

#comments,
#reply-title{
  font-size: 21px;
}

#comments{
  margin-bottom: 25px;
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  /*display: block;*/
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
}

input#author,
input#email,
input#url{
  max-width: 360px;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #eee;

}

select, option{
  padding: 5px;
}

/*
select{
  border: 1px solid #bbb;
  border-right: 2px;
}

select, option {
  margin: 0.5em 1px;
  padding: 3px 5px;
  vertical-align: middle;
}
#sidebar select{
  width: 100%;
}
*/
/*.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}*/

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h3{
  margin-bottom: 0px;
  font-size:20px;
  border-top: solid 1px #16ab84;
  border-bottom: solid 1px #16ab84;
  color: #16ab84;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 500;
}
#sidebar #categories-2 h3:after{
  content: "CATEGORY";
  font-size: 12px;
  display: inline-block;
  float: right;
}
#sidebar #new_entries-2 h3:after{
  content: "TOPICKS";
  font-size: 12px;
  display: inline-block;
  float: right;
}
#sidebar #archives-2 h3:after{
  content: "ARCHIVE";
  font-size: 12px;
  display: inline-block;
  float: right;
}
#sidebar .widget{
  margin-bottom: 45px;
}

.widget_search{
  margin-bottom: 0;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar ul.snsp,
#main ul.snsp,
#footer ul.snsp{
  padding-left: 0;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  /*margin-bottom: 8px;*/
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

#main .widgets{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget_category_sns_follow_buttons ul,
.widget_category_sns_follow_buttons ul{
  padding-left: 0;
}

.widget_text ul {
  list-style-type:  disc;
}
.widget_text ol {
  list-style-type:  decimal;
}
#categories-2 li{
  padding: 25px 0;
  border-bottom: dotted 1px #c4ded7;
  font-size:14px;
}
#categories-2 li:before{
  content: "";
  background: url(../../../..//images/common/mast.png) no-repeat center;
  width: 16px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
  margin-right: 15px;
}
.widget_new_entries ul li{
  padding: 20px 10px 20px 20px;
      border-bottom: dotted 1px #c4ded7;
}
.new-entry-content a{
    font-size: 14px;
    color: #16ab84;
    line-height: 160%;
    width: 66%;
    display: block;
    margin-left: 34%;
}
.widget_new_entries ul li:after{
  content: "";
  display: block;
  clear: both;
}
select#archives-dropdown-2{
  display: block;
  border: solid 1px #eee;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
/************************************
** 新着記事・人気記事（new, pupular）
************************************/
.widget_new_entries,
.widget_new_popular,
.widget_popular_ranking{
  line-height:150%;
}

.widget_new_entries h4,
.widget_new_popular h4,
.widget_popular_ranking h4{
  margin-bottom:15px;
}

#main .widget_new_entries ul,
#main .widget_new_popular ul,
#main .widget_popular_ranking ul,
#sidebar .widget_new_entries ul,
#sidebar .widget_new_popular ul,
#sidebar .widget_popular_ranking ul,
#footer .widget_new_entries ul,
#footer .widget_new_popular ul,
#footer .widget_popular_ranking ul {
  padding-left:0;
  list-style:none;
}

.widget_new_entries ul li,
.widget_new_popular ul li,
.widget_popular_ranking ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
/*  overflow: auto;
  zoom: 1;*/
}

.widget_new_entries ul li img,
.widget_new_popular ul li img,
.widget_popular_ranking ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

span.wpp-views{
  font-size:x-small;
  font-style:italic;
}

/************************************
** 新着記事・人気記事（拡張）
************************************/
.widget_new_entries .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .popular-entry,
.widget_new_popular .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .wpp-list li,
.widget_popular_ranking .popular-entrys-large .popular-entry,
.widget_popular_ranking .popular-entrys-large .wpp-list li{
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  max-width: 440px;/*これを書いておかないと、タイトル部分がはみ出す*/
  overflow: visible;
}

.widget_new_entries .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .popular-entry img,
.widget_new_popular .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .wpp-list li img,
.widget_popular_ranking .popular-entrys-large .popular-entry img,
.widget_popular_ranking .popular-entrys-large .wpp-list li img{
  width:100%;
  float:none;
  margin:0;
  display:block;
  margin-bottom:5px;
  min-height: 180px;
  max-width: 440px;/*iPhone6は幅が414pxなのでそれより大きく*/
  max-height: 240px;
  height: auto;
}

.widget_new_popular .popular-entrys-large .wpp-list li img.wpp_cached_thumb,
.widget_popular_ranking .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
  height:auto;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
/*  opacity:0.7;
  background-color:#333;*/
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
}

.widget_new_popular .popular-entrys-large-on .wpp-list li span.wpp-views,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li span.wpp-views {
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: #555;
  color: #fff;
  padding: 5px;
}

#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left,
.footer-center,
.footer-right{
  box-sizing: border-box;
  padding: 10px;
}

.footer-left {
  float: left;
  width: 34%;
}

.footer-center {
  float: left;
  width: 33%;
}

.footer-right {
  float: left;
  width: 33%;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #DCDCDC;
}

#footer h3{
  color:#fff;
  font-size: 16px;
}

#copyright{
  padding: 20px 0;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
}

#page-top a{
  color:#fff;
  padding:7px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 4px;
  font-size:11px;
}


/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
  clear:both;
}

.ad-article-bottom{

}

.ad-left{
  float:left;
  margin-right:2px;
  width:336px;
}


.ad-right{
  float:right;
  margin-left:2px;
  width:336px;
}

.ad-top-pc{
  width:728px;
  margin: 0 -24px 15px;
}

.ad-space-top{
  margin-top:0;
  margin-bottom:5px;
}

.ad-space-singular{
  margin-top:15px;
  margin-bottom:10px;
}

.ad-space-top .ad-label{
  display:none;
}

#sidebar .ad-space{
  margin-top:0;
}

/************************************
** 非表示にするものまとめ
************************************/
.widget-ad,
.widget-over-article-title,
.widget-under-article-title,
.widget-over-sns-buttons-title,
.widget-under-sns-buttons-title,
#sidebar .ad-space .ad-label{
 display:none;
}

.widget-index-top{
  margin-bottom: 30px;
}

.widget-index-middle{
  margin-bottom: 40px;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  opacity: 0.7;
}

/************************************
** サムネイルつきポストナビ
************************************/
#prev-next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev-next  #prev, #prev-next #next{
  width: 50%;
  display: table-cell;
  position:relative;
  text-decoration:none;
}

#prev-next #prev:hover, #prev-next #next:hover{
background-color: rgba(238,238,238,0.7);
}

#prev-next #prev{
border-right:#ddd 1px solid;
}

#prev-next #prev-title, #prev-next #next-title{
  top:-0.8em;
  position:absolute;
  border: 1px #ccc solid;
  text-align: center;
  padding:5px;
  color:#666;
  font-size:28px;
  border-radius:6px;
  background-color: #fff;
}
#prev-next #next-title{
  right:10px;
}
#prev-next span{
  padding:0;
  margin:0;
}

#prev-next #prev img, #prev-next #next img{
  margin:0 auto;
  width: 100px;
  height: 100px;
}

#prev-next #prev-no, #prev-next #next-no{
  width: 50%;
  padding:0 10px;
  display: table-cell;
}

#prev-next #prev-no{
  border-right:#ddd 1px solid;
}

#prev-no,
#next-no{
  position:relative;
}
#prev-no a:hover,
#next-no a:hover{
  background-color:#fff;
}

#prev-next-home span{
  color:#ccc;
  font-size:100px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  #prev-next-home span{
    margin-top: 50px;
  }
}

#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
#prev-next #next, #prev-next #next::before, #prev-next #next::after {
  box-sizing: border-box;
}

#prev-next #next-title{
  right:10px;
}

#prev-next #prev img{
  margin-top:10px;
  float:left;
  margin-right:10px
}

#prev-next #next img{
  margin-top:10px;
   float:right;
   margin-left: 10px;
}


/************************************
** モバイルモーダルメニュー（animatedModal.js）
************************************/
#animatedModal a{
  color: #fff;
  text-decoration: none;
}

.close-animatedModal{
  text-align: center;
  font-size: 45px;
}

.modal-content{
  max-width: 440px;
  width: auto;
  margin: auto;
}

#animatedModal ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}

#animatedModal ul li{
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px 10px;
}

#animatedModal ul li a{
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  display: block;
}

#animatedModal ul li a:hover{
  background-color: #555;
}

/*Google検索ボックス用*/
#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse{
  background-color: transparent;
  border: none;
}

/*SlickNav用スタイル*/
.slicknav_menu {
  display: none;
}

/*トップへ戻る画像の背景*/
#page-top a.move-page-top-image{
  background-color: transparent;
}

/*Firefoxの不具合？対策*/
div.vdh-mask{
  display: none;
}


/************************************
** Alt属性値を画像ホバー時にキャプション表示する
************************************/
.imgs-wrap{
  margin: 16px 0;
}

.hover-image {
  display: inline-block;
  /*margin: 16px 0;*/
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);*/
}


.wp-caption .hover-image {
  margin: 0;
}

.hover-image:before {
  content: '';
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.hover-image-admin:before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}
.hover-image .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.hover-image .details a{
  color: #fff;
  text-decoration: none;
}
.hover-image .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hover-image-admin .details span {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.hover-image:hover:before,
.hover-image:hover span {
  opacity: 1;
}
.hover-image:hover:before {
  top: 50%;
}
.hover-image:hover span {
  top: 0;
}
.hover-image:hover .info {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.hover-image-admin:hover .info {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル
************************************/
div.fb-like-mobile{
  display: none;
}
.article-like{
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.article-like-thumb{
  float: left;
  width: 100px;
}
.article-like-thumb img{
  display: block;
}
.article-like-body{
  margin-right: 140px;
  float: none;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}
.article-like-body::after{
  content: '\f054';
  position: absolute;
  right: 110px;
  top: 27px;
  color: #ccc;
  font-size: 50px;
  font-family: FontAwesome;
  line-height: 100%;
}
.article-like-button {
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  padding-top: 27px;
  box-sizing: border-box;
/*  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;*/
}

.article-like-button iframe{
  background-color: #fff;
}

.article-like-arrow-box {
  float: left;
  position: relative;
  border: 1px solid #bbb;
  margin-left: 12px;
  width: calc(100% - 114px);
  border-radius: 5px;
}
.article-like-arrow-box-in{
  border-radius: 5px;
  overflow: hidden;
}
.article-like-arrow-box:after, .article-like-arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.article-like-arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.article-like-arrow-box:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル（サイドバーの時）
************************************/
#sidebar .article-like-body::after{
  display: none;
}
#sidebar .article-like-body{
  font-size: 0.8em;
  padding: 5px;
  line-height: 1.1em;
  margin-right: 0;
  height: 70px;
}
#sidebar .article-like-arrow-box{
  height: 100px;
}
#sidebar .article-like-button{
  float: none;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 24px;
  padding-top: 0;
}
#sidebar div.fb-like-mobile{
  display: block;
}
#sidebar div.fb-like-pc{
  display: none;
}

/************************************
** feedlyバルーンのスタイル
************************************/

/************************************
** 購読者数つきFeedlyボタン（縦型）
************************************/
#feedly-followers {
    display: block;
}

#feedly-followers a{
  display: block;
}

#feedly-followers img{
    width:72px;
    height:22px;
    border:none;
}

/* 購読者数の表示部分 */
#feedly-count {
  margin:0 auto 6px auto;
  width: 62px;
  height: 31px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 0 4px;
  font-family: Arial;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  display: block;
}

#feedly-count a{
  color:#333;
  text-decoration:none;
}

/* 購読者数吹き出し部分 */
.fdly-count:after,
.fdly-count:before {
  border: solid transparent;
  content: ' ';
  right: 43%;
  position: absolute;
}

.fdly-count:before {
  border-width: 5px;
  border-top-color: #B0C1D8;
  top: 32px;
}

.fdly-count:after {
  border-width: 5px;
  border-top-color: #FFF;
  top: 30px;
}

/************************************
** 購読者数つきFeedlyボタン（横型）
************************************/
.feedly-btn-horizontal img#feedly-follow{
  width:60px;
  height:20px;
  border:0;
  margin-right:3px;
}

.feedly-btn-horizontal .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #BDBDBD;
  padding: 0 6px;
  border-radius:3px;
  top:-7px;
  line-height:18px;
  display:inline-block;
  height:22px;
}

.feedly-btn-horizontal a{
  color:#333;
  font-size:11px;
  text-decoration:none;
  line-height:18px;
}

.feedly-btn-horizontal a:hover{
  color:#333;
}

.feedly-btn-horizontal .arrow_box:after,
.feedly-btn-horizontal .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.feedly-btn-horizontal .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}

.feedly-btn-horizontal .arrow_box:before {
  border-color: rgba(189, 189, 189, 0);
  border-right-color: #BDBDBD;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  margin: 20px 0;
  max-width:100%;
  width: 500px;
  position: relative;
  clear:both;
  min-height:145px;
  min-width: 300px;
  box-sizing: border-box;
}

#sidebar .blog-card{
  margin-left: 0;
  margin-right: 0;
}

#sidebar .blog-card-title{
  font-size: 14px;
  line-height: 120%;
}

#sidebar .blog-card-excerpt,
#sidebar .blog-card-footer{
  font-size: 11px;
  line-height: 120%;
}


#sidebar img.blog-card-thumb-image{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

#sidebar .blog-card-thumbnail-left .blog-card-content {
  margin-left: 90px;
}

.internal-blog-card,
.external-blog-card{
  padding:12px;
  padding-bottom: 6px;
  border:1px solid #ddd;
  word-wrap: break-word;
  border-radius: 5px;
}

.external-blog-card-hatena{
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card img.blog-card-thumb-image{
  border:0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
  margin-bottom: 0.5em;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.blog-card-excerpt{
  color: #333;
  font-size: 0.9em;
  max-height: 80px;
  overflow: hidden;
}

.blog-card-footer{
  font-size: 0.7em;
  width: 100%;
  color:#777;
  clear:both;
  vertical-align: bottom;
  margin-left: -4px;
  /*position: absolute;
  bottom: 12px;*/
  /*position: relative;
  left: -3px;*/
}

.blog-card-site{
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}

.blog-card-hatebu{
  float: left;
  margin-right: 7px;
  position: relative;
  bottom: -5px;
}

.blog-card-date{
  float: right;
  margin-bottom: -5px;
}

.blog-card-site{
  position:relative;
}

.blog-card-site a{
  color:#777;
  text-decoration:none;
}

.blog-card-favicon{
  margin-right:3px;
  position: relative;
  bottom: -4px;
}

.blog-card-favicon-img{
  width:16px;
  height:16px;
}


/***********************************
 ブログカード（幅が狭い場合）
 ***********************************/
@media screen and (max-width: 560px){
  .article .blog-card,
  .article .entry-content .hover-card{
    width: 100%;
  }

  .blog-card-content{
    margin-left: 0;
  }

  .blog-card-title a{
    font-size: 14px;
    line-height: 120%;
  }

  .blog-card-excerpt,
  .blog-card-footer{
    font-size: 11px;
    line-height: 120%;
  }

  #main .blog-card,
  #main .hover-card{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  img.blog-card-thumb-image{
    width: 80px;
    height: 80px;
  }

  .blog-card-content {
    margin-left: 90px;
  }
}


/* IE10以降 */
/*@media all and (-ms-high-contrast:none){
  .blog-card-favicon {
    display:none;
  }
}*/

.clear{
  clear:both;
}

#sidebar .blog-card,
#sidebar .hover-internal-blog-card,
#sidebar .hover-external-blog-card,
#sidebar .hover-card,
#footer .blog-card,
#footer .hover-internal-blog-card,
#footer .hover-external-blog-card {
  width: 100%;
  min-width: initial;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:524px){
  /*.blog-card{width:auto;}*/
}


/************************************
** SNSに関するスタイルシートの設定
************************************/

/************************************
** SNSシェアボタン
************************************/
#sns-group{
  clear: both;
}

ul.snsb{
  padding:10px 0;
  margin-bottom:0;
  font-family: sans-serif;
}

.snsb li {
  float: left;
  list-style-type: none;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 5px;
}

ul.snsbs li{
  margin-right:5px;
  margin-bottom:5px;
}

ul.snsbs li a{
  color:#fff;
  text-decoration:none;
  font-size:25px;
  background-color:#000;
  display:block;
  padding:7px 6px 3px 6px;
  border-radius:5px;
  width:25px;
  height:30px;
  position:relative;
  text-align: center;
}

ul.snsbs li a .social-count{
  font-size:10px;
  background-color:#555;
  width:auto;
  padding:1px 3px;
  border-radius:5px;
  position:absolute;
  display:inline-block;
  right:0;
  bottom:0;
  height:12px;
  line-height:12px;
  font-family: Arial;
}

ul.snsbs a.twitter-btn-icon-link{background-color:#55acee;}
ul.snsbs a.facebook-btn-icon-link{background-color:#3b5998;}
ul.snsbs a.google-plus-btn-icon-link{background-color:#dd4b39;}
ul.snsbs a.hatena-btn-icon-link{background-color:#3C7DD1;}
ul.snsbs a.pocket-btn-icon-link{background-color:#EE4257;}
ul.snsbs a.line-btn-icon-link{background-color:#00c300;}
ul.snsbs a.evernote-btn-icon-link{background-color:#51b125;}
ul.snsbs a.feedly-btn-icon-link{background-color:#87bd33;}
ul.snsbs a.push7-btn-icon-link{background-color:#eeac00;}
ul.snsbs a.comments-btn-icon-link{
  background-color:#555;
  padding-top: 4px;
  padding-bottom: 6px;
}


.snsbs li a:hover{
  opacity: 0.7;
}

.snsbs li img {
  border-radius:10px;
}
img.line-btn-img{
  height:62px;
}

img.line-btn-img-mini{
  display:none;
}

img.evernote-btn-img{
  min-height:62px;
}

img.evernote-btn-img-mini{
  display:none;
}

/************************************
** タイトル下SNSボタン
************************************/
#sns-group-top ul{
  padding:0;
  line-height:20px;
}

#sns-group-top ul li{
  margin-top: 2px;
  margin-bottom: 2px;
}

#sns-group-top .sns-share-msg{
  display:none;
}

#sns-group-top .twitter-btn{
  width:100px;
}

#sns-group-top .facebook-btn{
  width: 127px;
}

#sns-group-top .google-plus-btn{
  width: 65px;
  margin-top:-2px;
}

#sns-group-top .pocket-btn{
  width:90px;
}

#sns-group-top img.line-btn-img{
  display:none;
}

#sns-group-top img.line-btn-img-mini{
  display:block;
  height: 20px;
}

#sns-group-top .evernote-btn-img{
  display:none;
}

#sns-group-top .evernote-btn-img-mini{
  display:block;
}

#sns-group-top .evernote-btn-img-mini{
  height:20px;
  width:auto;
}

/************************************
** SNSページフォロー
************************************/
.sns-follow-msg{
  margin: 8px 0 0 0;
  font-size:medium;
}

.sns-share-msg{
  margin-bottom:-20px;
  font-size:medium;
}

#header .sns-follow-msg{
  display:none;
}

ul.snsp{
  list-style:none;
  padding-left:0;
  margin:10px 0 15px;
}

ul.snsp li{
  display:inline;
  margin-right:5px;
}

ul.snsp li a{
  font-size:19px;
  line-height:170%;
  text-decoration:none;
}

/*ul.snsp li.push7-page a span {
  font-size: 26px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-color: #666;
  padding: 2px 2px 3px;
  color: #fff;
  position: relative;
  top: -4px;
}

ul.snsp li.push7-page a{
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}*/

/*Facebookコメント欄が表示されない不具合修正*/
.fb-like iframe {
    max-width: none;
}

/*アイコフォントの大きさ*/
ul.snsp li {
  display: inline-block;
  margin-right: 5px;
}

ul.snsp li a {
  text-decoration: none;
}

ul.snsp li a span {
  display: block;
  font-size: 33px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
}

/*feedly、LINEアイコンは自作なので少し大きかったので調整*/
ul.snsp li a span.icon-feedly-square,
ul.snsp li a span.icon-line-square,
ul.snsp li a span.icon-push7-square,
ul.snsp li a span.icon-hatebu-square{
  font-size:34px;
  position: relative;
}

#sns-group ul.snsp li a:hover{
  color: #fff;
}

ul.snsp li.twitter-page a span:hover{
  background-color:#55acee;
}

ul.snsp li.facebook-page a span:hover{
  background-color:#3b5998;
}

ul.snsp li.google-plus-page a span:hover{
  background-color:#dd4b39;
}

ul.snsp li.instagram-page a span:hover{
  background-color:#3f729b;
}

ul.snsp li.hatebu-page a span:hover{
  background-color:#008fde;
}

ul.snsp li.pinterest-page a span:hover{
  background-color:#cc2127;
}

ul.snsp li.youtube-page a span:hover{
  background-color:#e52d27;
}

ul.snsp li.flickr-page a span:hover{
  background-color:#1d1d1b;
}

ul.snsp li.github-page a span:hover{
  background-color:#24292e;
}

ul.snsp li.feedly-page a span:hover{
  background-color:#87bd33;
}

ul.snsp li.push7-page a span:hover{
  background-color: #eeac00;
}

ul.snsp li.line-page a span:hover{
  background-color:#00c300;
}

ul.snsp li.rss-page a span:hover{
  background-color:#fe9900;
}


ul.snsp li.feedly-page a img{
  margin-bottom:-3px;
  width:32.5px;
  height:32.5px;
  border-radius:7px;
  border-width:0px;
}

/************************************
** シェアバー
************************************/
#sharebar {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99;
  margin-left:-110px;
  margin-top:-50px;
  width:90px;
  position: fixed;
}

#sharebar ul li{
  display: block;
  margin: 5px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  float:none;
}

#sharebar ul li div{
  margin: auto;
}

#sharebar ul.snsb-balloon li,
#sharebar li.comments-balloon-btn{
  margin-left:15px;
  margin-bottom:10px;
}

#sharebar .sns-share-msg{
  display:none;
}

/************************************
** 自作のバルーンシェアボタン
************************************/
.balloon-btn-set{
  display:block;
  width:60px;
  height:63px;
}

.balloon-btn-set a{
  display:block;
  color:#777;
  font-size:14px;
  text-decoration:none;

}

.balloon-btn-set a.twitter-arrow-box-link .fa-comments{
  color: #aaa;
  font-size: 13px;
}

a.arrow-box-link{
  font-weight:bold;
  text-align:center;
  font-family: Arial;
  display:block;
  font-size: 14px;
}

a.evernote-arrow-box-link{
  /*font-family: 'Boogaloo', cursive;*/
  font-weight:normal;
}

a.arrow-box-link:hover{color:#555;}

a.balloon-btn-link{
  border:1px solid #ddd;
  width:58px;
  height:20px;
  line-height:22px;
  position:relative;
  top:4px;
  color:white;
  border-radius:3px;
  text-align:center;
  display:block;
}

a.balloon-btn-link:hover{
  opacity:0.7;
}

a.twitter-balloon-btn-link{background-color:#55acee;}
a.facebook-balloon-btn-link{background-color:#3c5a99;}
a.googleplus-balloon-btn-link{background-color:#dd4b39;}
a.hatena-balloon-btn-link{background-color:#3c7dd1;}
a.pocket-balloon-btn-link{background-color:#ee4257;}
a.line-balloon-btn-link{background-color:#00c300;}
a.evernote-balloon-btn-link{background-color:#51b125;}
a.feedly-balloon-btn-link{background-color:#87bd33;}
a.push7-balloon-btn-link{background-color:#eeac00;}
a.comments-balloon-btn-link{background-color:#333;}

a.comments-balloon-btn-link .fa-comment{position: relative;top:-3px;}

.arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
  text-align:center;
  width:58px;
  height:33px;
  border-radius:3px;
  line-height:33px;
  display:inline-block;
}

.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow-box:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #ddd;
  border-width: 5px;
  margin-left: -5px;
}

/************************************
** タイトル下SNSボタン
************************************/
.page #sns-group-top {
    display: none;
}

#sns-group-top .balloon-btn-set{
  display:block;
  width:87px;
  height:22px;
  margin-bottom:10px;
}

#sns-group-top .arrow-box{
  height:20px;
  width:50px;
  line-height:20px;
  float:right;
}

#sns-group-top .arrow-box-link{
  line-height:20px;
  text-align:center;
}

#sns-group-top .balloon-btn-link{
  top:0;
  width:28px;
  float:left;
  line-height:24px;
}

#sns-group-top .arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
}
#sns-group-top .arrow-box:after,
#sns-group-top .arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left:auto;
  position: absolute;
  pointer-events: none;
}
#sns-group-top .arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}
#sns-group-top .arrow-box:before {
  border-color: rgba(119, 119, 119, 0);
  border-right-color: #bbb;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** Google FontsのBoogalooをダウンロードしたものの呼び出し
************************************/
/*@font-face{
  font-family: Boogaloo;
  src:url('webfonts/boogaloo/Boogaloo-Regular.ttf');
}

@font-face {
 font-family: Boogaloo;
 src: url('webfonts/boogaloo/Boogaloo-Regular.ttf') format("truetype");
}*/

/************************************
** バイラルボタン
************************************/
.sns-group-viral ul.snsb{
  box-sizing: border-box;
}

.sns-group-viral ul.snsb li{
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
}

.sns-group-viral ul.snsb li a{
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.sns-group-viral ul.snsbs li a .social-count{
  font-size: 12px;
  bottom: 2px;
  font-weight: bold;
  background-color: transparent;
}

.sns-group-viral .social-icon:after{
  margin-left: 7px;
  position: relative;
  top: -2px;
  font-family: arial;
}

.sns-group-viral .fa-comment:after{
  top: 0;
}


.sns-group-viral .icon-twitter:after{
  content: 'Twitter';
}

.sns-group-viral .icon-facebook:after{
  content: 'Facebook';
}

.sns-group-viral .icon-googleplus:after{
  content: 'Google+';
}

.sns-group-viral .icon-hatena:after{
  content: 'Hatena';
}

.sns-group-viral .icon-pocket:after{
  content: 'Pocket';
}

.sns-group-viral .icon-line:after{
  content: 'Line';
}

.sns-group-viral .icon-evernote:after{
  content: 'Evernote';
}

.sns-group-viral .icon-feedly:after{
  content: 'Feedly';
}

.sns-group-viral .icon-push7:after{
  content: 'Push';
}

.sns-group-viral .fa-comment:after{
  content: 'Comment';
}

/************************************
** バイラルボタン（シェアバー）
************************************/
#sharebar .sns-group-viral ul.snsb li{
  width: 100%;
}

#sharebar .sns-group-viral ul.snsb li a{
  width: 80px;
}

#sharebar .sns-group-viral .social-icon:after{
  display: none;
}

/************************************
** とりあえず何でもレスポンシブ化するスタイル
************************************/
img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll}.aspect-ratio{height:0;padding-top:56.25%;position:relative}.aspect-ratio--object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}

/************************************
** 外部パーツ微調整
************************************/
/*外部パーツの微調整など*/
/*SimplicityでbbPressのスタイルを整える*/
.bbp-breadcrumb-home,
.bbp-breadcrumb-home+.bbp-breadcrumb-sep,
.topic .post-date,
.topic .post-update,
.topic .footer-post-meta,
.post-0 .post-date,
.post-0 .post-update,
.post-0 .footer-post-meta,
.forum .post-date,
.forum .post-update,
.forum .footer-post-meta{
  display: none;
}

#bbp_search{
  font-size: 17px;
}

#bbp_search_submit{
  padding-top:9px;
  padding-bottom:9px;
}

.post-0 .post-meta{
  height: 27px;
}

.bbp-reply-content{
  font-size: 16px;
  line-height: 170%;
}

.bbp-forum-title{
  font-size: 16px;
}

.bbp-topic-permalink{
  font-size: 14px;
}

#main #bbpress-forums .status-closed{
  color: #000;
  background-color: #fcfcfc;
}

#main #bbpress-forums .status-closed a {
  color: #2098a8;
}

#main #bbpress-forums .status-closed li.bbp-topic-title a{
  color: #333;
}

#bbp-container .entry-content{
  margin-left:0;
}

.bbp-form > p,
.bbp-form > div{
  text-align: left;
}

#bbp_reply_content,
#bbp_topic_content{
  border:1px solid #ccc;
}

/*bbResolutions*/
.bbr-form-wrapper {
  clear: left;
}

.bbr-field-wrapper {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.bbr-resolution-sticker{

}
@media screen and (max-width: 440px){
  #main #bbpress-forums div.bbp-forum-content,
  #main #bbpress-forums div.bbp-topic-content,
  #main #bbpress-forums div.bbp-reply-content{
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px){
  .article #bbpress-forums .bbp-body div.bbp-reply-author{
    padding-left: 0;
    margin-top: 10px;
    line-height: 130%;
  }

  .article #bbpress-forums div.bbp-reply-author img.avatar{
    top: 0;
  }
}

/*Googleカスタム検索用*/
#cse-search-box input[type="text"]{
  width: calc(100% - 70px);
  background-color: #fff;
}

#cse-search-box input {
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  color: #333;
}

#main #bbpress-forums div.bbp-reply-author img.avatar{
  position: relative;
}

/*カテゴリ・アーカイブウィジェットをドロップダウンにしたときラベルを表示しない*/
.widget_categories label.screen-reader-text,
.widget_archive label.screen-reader-text{
  display: none;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 40px 0;
}

.pagination li{
  display: inline-block;
}

.pagination a,
.pagination span {
  font-weight: 500;
  text-decoration:none;
/*  border: 1px solid #ddd;
  border-left-width: 0;*/
  border: none;
  width:38px;
  height:38px;
  color: #333;
  display: block;
  line-height: 38px;
  margin-left: 3px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current span {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 500px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 310px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

/*@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
*/
.entry-large-thumnail{
  width: 100%;
  height: auto;
}

/***********************
* 旧Twitterボタンのような見た目を再現
***********************/
.twitter-balloon-btn-defalt .balloon-btn-set {
  display:block;
  width:65px;
  height:63px;
}

.twitter-balloon-btn-defalt a.balloon-btn-link{
  width:65px;
  position: relative;
}

.twitter-balloon-btn-defalt .arrow-box {
  width:65px;
}

.twitter-balloon-btn-defalt a.twitter-balloon-btn-link .tweet-label{
  font: 11px "Helvetica Neue",Arial,sans-serif;
  /*
  font-weight: bold;
  color: #000;
  */
  vertical-align: 25%;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-set{
  width: 100px;
  margin-bottom: 0;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-link{
  width: 65px;
}

#sns-group-top .twitter-balloon-btn-defalt .arrow-box {
    width: 25px;
}

/************************************
** アイキャッチ
************************************/
.eye-catch{
  line-height: 100%;
  margin-left: 0;
}

.eye-catch-caption{
  font-size: 75%;
}


/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year{
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: .3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li{
  margin-bottom: 0;
}

/*PageSpeed Insightsのユーザーエクスペリエンス対策*/
@media screen and (max-width:639px){
  #sidebar .widget_archive ul.years li a{
    margin-bottom: 8px;
    display: inline-block;
  }
}

.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
}

.admin-pv{
  text-align: right;
}

.admin-pv > span{
  margin: 0 5px;
  padding: 0 3px;
}


/************************************
** Push7通知ボタンのスタイル
************************************/
.snsb .p7-b > .p7-left,
.snsb .p7-b > .p7-top {
  border-color: #bbb;
  font-family: Arial;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}

.snsb .p7-b > .p7-left{
  margin-left: 6px;
}

.snsb .p7-b > .p7-top{
  padding: 0;
  line-height: 33px;
  height: 33px;
  margin-bottom: 4px;
}

#sharebar .snsb .p7-b > .p7-top{
  margin-bottom: 4px;
}
/*
.push7-balloon-btn .p7-b > a > span{
  display: none;
}
*/
.push7-balloon-btn .p7-b > a > span{
  font-size: 12px;
}

.push7-balloon-btn .p7-b > a{
  border: 1px solid #ddd;
  padding: 2px 4px;
}

.push7-balloon-btn .p7-b > a:hover{
  opacity: 0.7;
}

.facebook-save-button{
  margin: 1em 0;
}

.widget-under-sns-buttons.widget_facebook_save_button .main-widget-label{
  display: block;
  margin: 1em 0;
}


/************************************
** highlight.js用のスタイル
************************************/
.hljs {
  display: block;
  word-wrap: normal;
  overflow: auto;
  padding: 0.5em;
  border-radius:5px;
  margin: 1em auto;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
    font-weight: bold;
}

/************************************
** 最近のコメントウィジェットのスタイル
************************************/
dl.recent-comments {
  width:100%;
  margin: 20px auto;

}

dl.recent-comments dt{
  text-align: left;
  clear: left;
  float: left;
  width: 46px;
  white-space: nowrap;
  margin-top: 3px;
}

dl.recent-comments dd{
  margin-left: 0;
  margin-bottom: 20px;
}

dl.recent-comments dd .recent-comment-author{
  font-weight: bold;
}

dl.recent-comments dd .recent-comment-content{
  font-size:14px;
}

.recent-comment-title{
  clear: both;
}

/************************************
** ホバーカードの設定
************************************/
.hover-card{
  text-decoration: none;
  display: block;
}

.hover-internal-blog-card,
.hover-external-blog-card{
  width: 500px;
}

.hover-internal-blog-card.hover-blog-card-wide,
.hover-external-blog-card.hover-blog-card-wide{
  width: calc(100% - 40px);
  margin: 20px;
}

/*ホバーカード内に幅いっぱいにする*/
.hover-blog-card-wide .blog-card-wide {
  width: auto;
  margin: 0;
}
/*
.hover-card:hover{
  background-color: #f7f7f7;
}
*/

.hover-card .entry-read,
.hover-card .category,
.hover-card .related-entry-read,
.hover-card .blog-card-title,
.hover-card .admin-pv{
  color: #111;
  text-decoration: underline;
}

.hover-card .admin-pv{
  text-decoration: none;
}

.hover-card .entry:hover,
/*.hover-card .entry-large-thumbnail:hover,
.hover-card .entry-tile:hover,*/
.hover-card .related-entry:hover,
.hover-card .related-entry-thumbnail:hover,
.hover-card .blog-card:hover{
  background-color: #f7f7f7;
}

.hover-card .entry-tile h2,
.hover-card .blog-card-title {
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  font-weight: bold;
}

.hover-card .related-entry-thumbnail h3{
  font-size: 16px;
  line-height: 110%;
  font-weight: normal;
}

/************************************
** 人気ウィジェットをランキング
************************************/
.ranking_list {
  counter-reset: wpp-ranking;
}

.ranking_list ul li{
  position: relative;
}

.ranking_list ul li:before {
  background: none repeat scroll 0 0 #666;
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  font-size: 75%;
  left: 0;
  top: 3px;
  line-height: 1;
  padding: 4px 7px;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  border-radius: 2px;
  font-family: Arial;
}

.icon-amp-logo2::before {
  font-size: 14px;
}

/*!動画の最大幅を指定する*/
.video-container{
  max-width:640px;
  position: relative;
}

/*!動画の大きさを調整*/
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  overflow: hidden;
  max-width: 100%;
}

.video iframe,
.video object,
.video embed,
.instagram iframe,
.instagram object,
.instagram embed,
.facebook iframe,
.facebook object,
.facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-click {
  cursor: pointer;
}

.video-click:hover .video-play {
    background: url("images/youtube-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}

.video-play {
  background: url("images/youtube-play.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);
  height: 62px;
  left: 50%;
  margin-left: -45px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 100px;
  opacity: 0.8;
}

.video-title-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
  background-position: center top;
}

.video-title-text {
  color: #eeeeee;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 17px;
  overflow: hidden;
  padding: 12px 16px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*星のスタイル*/
.rating-star{
  color: #f5bc55;
  font-size: 1.2em;
}
/*数字のスタイル*/
.rating-number{
  color: #333;
  font-size: 0.9em;
  margin-left: 0.4em;
}

/**
 * ボックスメニューのカスタマイズ
 * @author: わいひら
 * @link: https://nelog.jp/box-menu
 * @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @reference: https://ponhiro.com/box-nav/ @ponhiroo
 */

.box-menus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0;
}
.box-menus * {
  line-height: 1.6;
  margin: 0;
}

.box-menus .box-menu {
  display: block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  min-height: 100px;
  cursor: pointer;
  background: #fff;
  width: calc(100%/4);
  color: #777;
  box-shadow: inset 1px 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee;
  transition: none;
}
.box-menus .box-menu:last-child {
  margin-right: auto;
}
.box-menus .box-menu:hover {
	box-shadow: inset 2px 2px 0 0 #f8b862, 2px 2px 0 0 #f8b862, 2px 0 0 0 #f8b862, 0 2px 0 0
#f8b862;
  color: #777;
  z-index: 2;
}

.box-menus .box-menu-icon {
  color: #f8b862;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-menus .box-menu-icon * {
  margin: 10px 0;
  max-width: 60px;
  max-height: 60px;
  height: auto;
  display: inline-block;
}
.box-menus .box-menu-icon img {
  font-size: 16px;
  border: none;
  box-shadow: none;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.box-menus .box-menu-label {
  font-size: 14px;
  font-weight: 600;
}

.box-menus .box-menu-description {
  font-size: 10px;
  opacity: 0.8;
}

.nwa .box-menus .box-menu {
  width: calc(100%/2);
}

/*** 基礎 ***/
.f_left {
    float: left;
}
.f_right {
    float: right;
}

/*** リセット ***/
p {
  margin: auto;
}
a {
  text-decoration: none;
}
#main {
    float: none;
    box-sizing: inherit;
    width: 100%;
    padding: inherit;
    border: none;
    background-color: inherit;
    border-radius: inherit;
    margin-bottom: inherit;
    position: static;
}
#header-in, #navi-in, #body-in, #footer-in {
    width: 100%;
    margin: 0 auto;
    box-sizing: inherit;
}
#header .alignright {
    text-align: left;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    height: auto;
    padding-top: 26px;
}
#footer {
    background-color: #fff;
    color: #595656;
    padding: inherit;
    padding-top: 65px;
    text-align: center;
}
#footer a {
    color: #565656;
    text-decoration: none;
}
ul {
    padding: inherit;
    margin: auto;
}
li {
    list-style: none;
}
h2 {
  margin: auto;
}
dl,dd,dt {
  margin: auto;
}
#site-title {
    padding-top: 10px;
}
.article h2 {
    border-left: none;
    margin: auto;
    padding: inherit;
    font-size: inherit;
}
#body {
    margin-top: inherit;
}

/************************************
** トップページ
************************************/
/*** ヘッダー ***/
#header .alignright .left {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-right: 16px;
}
#header .alignright .left span {
    font-size: 16px;
    font-weight: bold;
    color: #16ab84;
    border-bottom: 2px solid;
}
#header .alignright .left span.b_no {
    border-bottom: none;
}
#header .alignright .left span.ver2.b_no {
    font-size: 13px;
}
#header .alignright .right p.tel span.tel {
    background-image: url(../../../../images/top/head_img1.png);
    width: 16px;
    height: 24px;
    display: block;
    float: left;
}
#header .alignright .right p.tel span.number {
    display: block;
    float: left;
}
#h-top {
    width: 1280px;
    margin: auto;
}
#navi ul {
    border: none;
    background-color: inherit;
    border-radius: inherit;
    width: 1280px;
    margin: auto;
}
#navi ul li a {
    font-size: 14px;
    color: #16ab84;
    height: 34px;
    line-height: 34px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#navi ul > li {
    border-right: 1px solid #e6e6e6;
    /*width: 212px;*/
    /*width: 182px;*/
    width: 166px;
    text-align: center;
    /*height: 34px;*/
    line-height: 38px;
}
.page #navi ul li.duorow a,
#navi ul li.duorow a {
  line-height: 17.5px;
    padding-top: 20px;
    padding-bottom: 10px;
}
#navi ul > li.mini{
  /*width: 145px;*/
  width: 141px;
}
#navi ul > li:last-child {
    border-right: none;
}
section.top_photo {
    /*background: url(../../../../images/top/head_bgimg1.png) repeat , url(../../../../images/top/head_bgimg2.jpg) no-repeat;*/
    background:url(../../../../images/top/head_bgimg2.jpg) no-repeat;
    height: 828px;
    background-size: cover;
    /*position: relative;*/
    background-position: bottom;
}
.top_slide {
  height: 828px;
  position: relative;
}
section.top_about {
    background-color: #16ab84;
    color: #ffffff;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding-top: 54px;
    text-align: center;
    padding-bottom: 58px;
    font-size: 16px;
    position: relative;
}
section.top_about h2 {
    margin: auto;
    font-size: 38px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
section.top_about p {
    margin-bottom: 38px;
    line-height: 30px;
}
#header .alignright .right p.tel span.number {
    display: block;
    float: left;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 8px;
    margin-top: -8px;
    color: #16ab84;
}
#header .alignright .right p.mail_form {
    background-color: #16ab84;
    padding: 5px 7px;
    border-radius: 6px;
}
#header .alignright .right p.mail_form a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
#header .alignright .right p.mail_form a span.img {
    background-image: url(../../../../images/top/head_img2.png);
    width: 25px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
#header .alignright .right p.mail_form a span.kotira {
    float: left;
    margin-top: 1px;
    font-size: 13px;
}
p.go:before {
    content: '';
    width: 67px;
    height: 67px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 47vw;
    margin-top: -9px;
    border: 1px solid #16ab84;
    bottom: -62px;
    margin-bottom: inherit;
}
p.go:after {
    content: '';
    width: 17px;
    height: 17px;
    border: 0;
    border-top: solid 2px #16ab84;
    border-right: solid 2px #16ab84;
    position: absolute;
    left: 48.55vw;
    margin-top: -4px;
    transform: rotate(135deg);
    bottom: 3px;
}
/*** フッター ***/
#copyright {
    background-color: #16ab84;
    color: #ffffff;
    font-size: 12px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 12px 0;
}
.footer_menu ul li {
    float: left;
    border-right: 1px solid;
    font-size: 12px;
    padding: 0 11px;
    display: inline-block;
    float: none;
}
.footer_menu ul li:last-child {
    border-right: none;
}
.footer_menu ul {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.footer_menu ul.footfoot{
  margin-bottom: 60px;
}
p.foot_logo {
    margin-bottom: 65px;
}
section.top_about_2 {
    padding-top: 115px;
    margin-bottom: 140px;
}
section.top_about_2 .right_text {
    width: 500px;
    margin-left: 40px;
    margin-top: 10px;
}
section.top_about_2 h2 {
    color: #595656;
    font-size: 26px;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin:auto;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
}
span.small {
    font-size: 16px;
    display: block;
    font-weight: 100;
    color: #16ab84;
    margin-bottom: 10px;
}
span.green {
    color: #16ab84;
}
section.top_about_2 h2 hr {
    margin: auto;
    width: 218px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    top: 16px;
    left: 36%;
}
section.top_about_2 p {
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 1px;
}
section.top_about_2 .box {
    width: 1053px;
    margin: auto;
    margin-bottom: 24px;
}
section.top_about_2 .box.box2 {
    position: relative;
}
section.top_about_2 .box.box2 .left_text {
    width: 500px;
}
section.top_about_2 .box.box2 .right_img {
    position: absolute;
    right: 0;
    top: -120px;
}
section.top_content .link_hb {
    height: 426px;
    background: url(../../../../images/top/top_con_img1.png) repeat , url(../../../../images/top/top_con_img2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 8px;
}
section.top_content {
    text-align: center;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 8px;
}
section.top_content h2 {
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 38px;
}
section.top_content h2 span {
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
section.top_content a {
    color: #fff;
}
p.more_link {
    background-color: rgba( 22, 171, 132, 0.5 );
    width: 172px;
    border-radius: 20px;
    padding: 8px 0;
    letter-spacing: 1px;
}
section.top_content div.text,section.top_minimenu div.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
section.top_content .link_re {
    height: 352px;
    width: 49.5%;
    background: url(../../../../images/top/top_con_img1.png) repeat , url(../../../../images/top/top_con_img4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-right: 0.5%;
}
section.top_content .link_en {
    height: 352px;
    width: 50%;
    background: url(../../../../images/top/top_con_img1.png) repeat , url(../../../../images/top/top_con_img3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.top_works .f-container {
    display: flex;
    width: 1270px;
    margin: auto;
    margin-bottom: 50px;
    align-items: flex-start;
}
section.top_works {
    background-color: #eff9f5;
    padding-top: 96px;
    padding-bottom: 98px;
}
section.top_works p.more_link {
    text-align: center;
}
p.more_link a {
    color: #fff;
}
section.top_works h2 {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 100;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 72px;
}
section.top_works .f-container .f-item {
    margin: auto 3px;
}
section.top_works h3 {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #595656;
    margin: auto;
    margin-top: 10px;
}
section.top_works h3 span {
    color: #16ab84;
    font-size: 11px;
    margin-right: 12px;
    letter-spacing: 1px;
    margin-left: 6px;
}
section.top_minimenu {
    padding-top: 8px;
    padding-bottom: 8px;
}
section.top_minimenu .f-container{
    display: flex;
}
section.top_minimenu .f-container a{
    color: #fff;
}
section.top_minimenu .f-container .f-item.item_rte,section.top_minimenu .f-container .f-item.item_qa,section.top_minimenu .f-container .f-item.item_access {
    width: 33%;
    margin-right: 0.5%;
    height: 266px;
    background: url(../../../../images/top/top_link_img1.png) repeat , url(../../../../images/top/top_link_img2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #fff;
}
section.top_minimenu .f-container .f-item.item_qa {
    background: url(../../../../images/top/top_link_img1.png) repeat , url(../../../../images/top/top_link_img3.jpg) no-repeat;
    background-size: cover;
}
section.top_minimenu .f-container .f-item.item_access {
    background: url(../../../../images/top/top_link_img1.png) repeat , url(../../../../images/top/top_link_img4.jpg) no-repeat;
    background-size: cover;
    margin-right: auto;
}
section.top_minimenu h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 12px;
}
section.top_minimenu h2 span{
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
}
section.top_minimenu p {
    font-size: 12px;
    margin-bottom: 14px;
}
section.top_minimenu div.text {
    width: 80%;
}
section.top_minimenu p.more_link {
    padding: 4px 0;
}
section.top_information {
    padding-top: 114px;
    padding-bottom: 100px;
}
section.top_information h2 {
    font-size: 25px;
    font-weight: 100;
    color: #595656;
    letter-spacing: 2px;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 22px;
}
section.top_information h2:first-letter {
    color: #16ab84;
}
section.top_information h2 span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #16ab84;
        margin-left: 16px;
}
section.top_information dl dd.day {
    font-size: 12px;
    margin-right: 24px;
}
section.top_information dl {
    border-top: 1px solid #e6e6e6;
    height: 52px;
    line-height: 52px;
    width: 470px;
}
section.top_information dl:last-child {
    border-bottom: 1px solid #e6e6e6;
}
section.top_information dl dd.title a {
    font-size: 14px;
    color: #565656;
}
section.top_information p.more_link {
    text-align: center;
    float: right;
    margin-top: 32px;
}
section.top_information .left {
    margin-right: 130px;
}
section.top_information .box {
    width: 1070px;
    margin: auto;
}
section.footer_contact {
    background: url(../../../../images/top/top_contact_img.png) repeat , url(../../../../images/top/top_contact_img2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 390px;
    color: #fff;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: relative;
}
section.footer_contact .left p {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 56px;
    margin-right: 120px;
}
section.footer_contact .left p span {
    font-size: 36px;
    font-weight: bold;
}
section.footer_contact .left p span.ver2 {
    font-size: 28px;
    font-weight: bold;
}
section.footer_contact span.tel,.green_obi .right span.tel {
    background-image: url(../../../../images/top/top_contact_img3.png);
    width: 29px;
    height: 43px;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 18px;
}
section.footer_contact p.tel,.green_obi p.tel {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: -15px;
}
section.footer_contact span.img {
    background: url(../../../../images/top/top_contact_img4.png) no-repeat;
    width: 40px;
    height: 28px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 3px;
    background-size: 100%;
    position: relative;
    top: 6px;
}
section.footer_contact p.mail_form {
    background-color: #16ab84;
    padding:0px 10px 10px;
    border-radius: 6px;
    height: 38px;
    padding-left: 10px;
    text-align: center;
}
section.footer_contact p.mail_form a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-left: 5px;
}
section.footer_contact .box {
    width: 974px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page div#navi,.single div#navi,.archive div#navi {
    background: -moz-linear-gradient(top, #FFF, #F2F2F2);
    background: -webkit-linear-gradient(top, #FFF, #F2F2F2);
    background: linear-gradient(to bottom, #FFF, #F2F2F2);
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page #navi ul li,.single #navi ul li,.archive #navi ul li {
    /*height: 47px;*/
}
.page #navi ul li a,.single #navi ul li a,.archive #navi ul li a{
    height: 47px;
    line-height: 47px;
}
.page #navi ul li.duorow a,.single #navi ul li.duorow a,.archive #navi ul li.duorow a{
    line-height: 17.5px;
}
h1.page {
    text-align: center;
    font-size: 28px;
    color: #595656;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1.page span.small {
    letter-spacing: 1px;
        margin-bottom: 16px;
}
h1.page:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #0097A7;
    position: absolute;
    bottom: -38px;
    left: 0;
    text-align: center;
    margin: auto;
    right: 0;
}
.in_pp_page {
    width: 1096px;
    margin: auto;
    margin-bottom: 200px;
    margin-top: 140px;
}
.in_pp_page dt,h2.page_main {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    color: #16ab84;
    border-bottom: 1px solid #cef4e9;
    letter-spacing: 2px;
    padding-bottom: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}
span.mast {
    background-image: url(../../../../images/common/mast.png);
    width: 19px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 16px;
}
.in_pp_page dd {
    font-size: 14px;
    color: #565656;
    line-height: 24px;
    width: 1022px;
    margin: auto;
    margin-bottom: 50px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/** 会社概要 **/
.in_company_page {
    width: 1096px;
    margin: auto;
    margin-top: 140px;
}
.page-id-11 h2.page_main {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.page-id-11 span.mast {
    margin-top: 6px;
}
.company_list dl dt {
    float: left;
    font-weight: 400;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    /*border-right: 1px solid #cef4e9;*/
    width: 150px;
    color: #16ab84;
    position:relative;
    padding-left: 36px;
}
.company_list dl {
    padding: 25px 0;
    border-bottom: 1px solid #cef4e9;
}
.company_list dl dd {
    font-size: 14px;
    padding-left: 50px;
    float: left;
    border-left: 1px solid #cef4e9;
    color: #565656;
}
.company_list dl dt::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #16ab84;
    position: absolute;
    top: 0;
    left: 12px;
}
.company_list dl:nth-child(2n) {
    background-color: #fafafa;
}
p.now {
    font-size: 14px;
    margin-top: 14px;
    margin-right: 8px;
    text-align: right;
    color: #565656;
}
.company_list {
    margin-bottom: 100px;
}
p.map {
    width: 1096px;
    margin: auto;
    margin-top: 18px;
}
.page-id-11 .entry-content {
    margin-bottom: 140px;
}
hr.smpage_hr {
    border: none;
    border-bottom: 1px solid #cef4e9;
    margin: auto;
    width: 100%;
    margin-top: 46px;
}
.page-id-21 h2.page_main {
    border-bottom: none;
    width: 1100px;
    margin: auto;
    font-size: 24px;
}
.page-id-21 h2.page_main span {
    float: left;
}
span.house {
    background-image: url(../../../../images/common/sm_img1.png);
    width: 43px;
    height: 31px;
    display: block;
    float: left;
    margin-right: 16px;
}
.page-id-21 h2.page_main span.main {
    margin-right: 16px;
}
.in_sitemap_page {
    margin-top: 140px;
    margin-bottom: 140px;
}
.content_list {
    width: 1100px;
    margin: auto;
    padding-top: 50px;
    margin-bottom: 80px;
}
.content_list dl {
    width: 470px;
    float: left;
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-image: url(../../../../images/page/sm_img2.png);
    height: 62px;
    line-height: 62px;
    margin-bottom: 18px;
    padding-left: 52px;
    margin-right: 56px;
}
.content_list dl a {
    font-size: 16px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    color: #231815;
}
.content_list dl:nth-child(even) {
    margin-right: 0;
}
.content_list dl::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 26px;
    background-color: #16ab84;
    position: absolute;
    top: 19px;
    left: 23px;
}
.page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/bg_img_about.jpg) no-repeat;
    height: 498px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
.parent-pageid-313 .page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/bg_img_about.jpg) no-repeat;
    height: 280px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
.parent-pageid-313 .page_head .cache{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-top: 56px;
}
.parent-pageid-313 .page_head .cache span{
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: block;
}
.page-id-303 .page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/staff_top_img.jpg) no-repeat;
    height: 350px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
.page-id-311 .page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/top_reform_img.jpg) no-repeat;
    height: 498px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
.page-id-313 .page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/top_build_img.jpg) no-repeat;
    height: 498px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
.page-id-358 .page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/top_taishin_img.jpg) no-repeat;
    height: 498px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
.page-id-387 .page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/top_eco_img.jpg) no-repeat;
    height: 498px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
.page-id-358 .page_head h1{
    font-weight: 500;
    font-size: 60px;
}
.page-id-358 .page_head h1 span {
    margin-top: -10px;
}
.post-type-archive-works .page_head {
    background: url(../../../../images/page/sm_img2.png) repeat,url(../../../../images/common/top_bg1.png) repeat,url(../../../../images/page/top_works_img.jpg) no-repeat;
    height: 498px;
    background-position: center;
    background-size: auto,auto,cover;
    position: relative;
}
section.about_green {
    background-color: #16ab84;
    color: #ffffff;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans JP", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    padding-top: 122px;
    padding-bottom: 100px;
}
section.about_green .left {
    width: 50%;
    height: 500px;
    float: left;
    background: url(../../../../images/page/about_img1.jpg) no-repeat;
    background-position: right;
    background-size: cover;
}
section.about_green .right {
    float: left;
    padding-left: 6%;
}
section.about_green h2 {
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 25px;
    padding-left: 0;
}
section.about_green p {
    width: 430px;
    line-height: 25px;
}
.page-id-39 section.top_content {
    margin-bottom: 200px;
}
.page-id-39 section.top_about_2 {
    padding-top: 30px;
}
.page_head h1 {
    font-size: 82px;
    color: #fff;
    text-align: center;
    margin: auto;
    letter-spacing: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page_head h1 span {
    font-size: 20px;
    display: block;
    letter-spacing: 3px;
    font-weight: 500;
    margin-top: -30px;
}
.contact_page .top_text {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #565656;
    margin-top: 80px;
    margin-bottom: 90px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h2.page_main {
    width: 1100px;
    padding-bottom: 16px;
    margin-top: 100px;
}
.green_obi {
    background-color: #16ab84;
    color: #ffffff;
    padding:50px 0;
}
.green_obi .left p {
    font-size: 28px;
    line-height: 70px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 3px;
}
.green_obi .left p span {
    font-size: 36px;
    font-weight: bold;
}
.green_obi .left p span.ver2 {
    font-size: 28px;
}
.green_obi .left {
    margin-right: 100px;
}
.green_obi .right p.top_text {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin: auto;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 18px;
    margin-top: 6px;
}
.green_obi .right span.tel {
    margin-top: -5px;
}
.green_obi p.tel {
    margin-top: 0;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.green_obi .right p.bottom_text {
    font-size: 14px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: 22px;
}
.green_obi .box {
    width: 1000px;
    margin: auto;
}
/** よくあるご質問 **/
.faq_page dl.accordion dt p,.faq_page dl.accordion dd p {
    float: left;
}
.page-id-44 .page_head {
    background: url(../../../../images/page/faq_top_bg.jpg) no-repeat;
    height: 336px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.faq_page p.top_text {
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    margin-top: 54px;
    margin-bottom: 78px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #595656;
}
.faq_page dl.accordion dt {
    border-top: 1px solid #cef4e9;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    height: 120px;
    line-height: 120px;
    background: -moz-linear-gradient(top, #FFF, #FAFAFA);
    background: -webkit-linear-gradient(top, #FFF, #FAFAFA);
    background: linear-gradient(to bottom, #FFF, #FAFAFA);
    cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
 .faq_page dl.accordion dt .box,.faq_page dl.accordion dd .box{
    width: 1120px;
    margin: auto;
}
.faq_page dl.accordion dt .box p.q_title {
    color: #16ab84;
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 2px;
    margin-right: 68px;
}
.faq_page dl.accordion dt .box p.q_text {
    font-size: 18px;
    color: #565656;
}
.faq_page dl.accordion {
    border-bottom: 1px solid #cef4e9;
}
.faq_page dl.accordion dd {
    color: #fff;
    background-color: #16ab84;
    padding-top: 36px;
    padding-bottom: 46px;
    display: none;
}
.faq_page dl.accordion dt:hover{
  background: #eef8f4;
}
.faq_page dl.accordion dd p.a_text {
    width: 828px;
    font-size: 14px;
    line-height: 28px;
}
.faq_page dl.accordion dd p.a_title {
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    width: 144px;
    margin-right: 70px;
}
.faq_page {
    margin-bottom: 160px;
}
.gray_obi {
    background-color: #fafafa;
    padding: 50px 0;
    margin-bottom: 35px;
}
.gray_obi .box {
    width: 958px;
    margin: auto;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.gray_obi .box p.title {
    color: #16ab84;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.gray_obi .box p.text {
    color: #595656;
    font-size: 14px;
}
.contact_box {
    width: 956px;
    margin: auto;
    padding: 80px 68px;
    background-color: #eff9f5;
    border-radius: 26px;
    padding-top: 42px;
}
table.con_table tr {
    border-bottom: 1px solid #cef4e9;
}
table.con_table tr th {
    font-weight: 400;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    width: 228px;
    color: #16ab84;
    position: relative;
    background-color: inherit;
    border: none;
    padding: 25px 0;
    text-align: left;
    padding-left: 36px;
}
table.con_table tr th::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #16ab84;
    position: absolute;
    top: 0;
    left: 12px;
    margin-top: 25px;
}
span.txtRed {
    font-size: 13px;
    color: #d4145a;
    margin-left: 10px;
}
table.con_table tr td {
    border:none;
    font-size: 14px;
    padding-left: 26px;
    position: relative;
}
table.con_table tr td::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #cef4e9;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25px;
}
input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea,select#address1 {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color:#fffff8;
    font-size: 14px;
}
input.inputM {
    width: 585px;
}
input.inputS {
    width: 270px;
    margin-right: 10px;
    margin-top: 18px;
}
input.inputS::placeholder {
    font-size: 12px;
    color: #b3b3b3;
}
input.inputSS {
    width: 110px;
    margin-top: 19px;
}
td.con_tel span {
    margin-top: 24px;
    margin-left: 4px;
    margin-right: 4px;
}
td.con_tel p a {
    color: #595656;
    font-size: 14px;
}
td.con_tel p {
    margin-left: 10px;
}
.btnbox {
    text-align: center;
    margin-top: 32px;
}
table.con_table tr:nth-child(even) {
    background-color: #ffffff;
}
table.con_table {
    margin: auto;
    width: 100%;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: inherit;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    display: block;
    color: #565656;
    font-size: 14px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
table.con_table tr.komoku_naiyo td,table.con_table tr.komoku_add td,table.con_table tr.komoku_yoken td {
    padding-top: 20px;
    padding-bottom: 20px;
}
table.con_table tr.komoku_naiyo td::before {
    height: 72px;
}
table.con_table tr.komoku_add td::before {
    height: 108px;
}
table.con_table tr.komoku_yoken td::before {
    height: 192px;
}
table.con_table tr.komoku_naiyo th,table.con_table tr.komoku_add th,table.con_table tr.komoku_yoken th {
    vertical-align: top;
}
textarea.inputL {
    width: 627px;
    height: 200px;
}
table.con_table tr.komoku_yoken {
    border: none;
}
table.con_table tr.komoku_add td p {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-right: 10px;
    color: #565656;
}
select#address1 {
    margin-right: 490px;
    margin-bottom: 10px;
}
input.add {
    width: 360px;
    margin-right: 170px;
    margin-bottom: 10px;
}
table.con_table tr.komoku_add td {
    padding-bottom: 10px;
}
.in_contact_page h2.con_privacy {
    font-size: 32px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #565656;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 80px;
}
.in_contact_page p.text_bottom {
    text-align: center;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 120px;
    font-weight: 400;
}
/** スタッフ紹介 **/
.staff_list {
    width: 1120px;
    margin: auto;
}
.staff_list dl.main {
    /*width: 482px;
    height: 352px;
    border: 5px solid #f2f2f2;
    float: left;
    position: relative;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 10px 22px;
    padding-top: 16px;
    margin-right: 24px;
    margin-bottom: 140px;*/
    width: 48%;
    height: auto;
    border: 5px solid #f2f2f2;
    position: relative;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 30px 30px;
    padding-top: 16px;
    margin-right: 0;
    margin-bottom: 8%;
    box-sizing:border-box;
}
.staff_list dl.main dd.staff_photo {
    /*position: absolute;
    top:-62px;
    left:-10px;*/
    position: relative;
    bottom: 44px;
    width: 50%;
    margin-right: 5%
}
p.top_text {
    text-align: center;
    font-size: 14px;
    color: #565656;
    line-height: 34px;
    margin-top: 60px;
}
.staff_list dl dd.honma {
    position: absolute;
    color: #16ab84;
    font-size: 10px;
    top: -30px;
    right: 38px;
    letter-spacing: 1px;
}
.staff_list dl.main dl.box {
    float: right;
    width: 206px;
}
.staff_list dl,.staff_list dd{
  margin: 0;
}
.staff_list.flex_box{
  justify-content:left;
}
.staff_list dl dd.comment {
    /*margin-top: 130px;*/
    margin-top: -5%;
    color: #565656;
    font-size: 15px;
    line-height: 23px;
}
.staff_list dl p.title {
    border-bottom: 1px solid #f2f2f2;
    font-size: 9px;
    letter-spacing: 1px;
    color: #16ab84;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.staff_list dl.main dl.box dd.name p.answer {
    font-size: 18px;
    color: #565656;
}
.staff_list dl.main dl.box dd.position p.answer {
    font-size: 12px;
    color: #565656;
}
.staff_list dl.main dl.box dd.name {
    margin-bottom: 12px;
}
.staff_page h2.page_main {
    margin-bottom: 120px;
}
.staff_list dl.main:nth-child(even) {
    margin-right: 0;
}
.staff_list dl.main:nth-child(odd) {
    margin-right: 4%;
}
dd.staff_photo img {
    box-shadow: 2px 2px 8px #cccccc;
}
/** single_work **/
.single h1.page_main,h2.page_main_ver2 {
    border-bottom: 1px solid #cef4e9;
    padding-bottom: 10px;
    margin-bottom: 68px;
}
.parent-pageid-313 h2.page_main_ver2{
  margin-top: 120px;
}
.single-works h1.page_main .box,h2.page_main_ver2 .box {
    width: 1100px;
    margin: auto;
}
.single h1.page_main span.small,.single h1.page_main span.main,h2.page_main_ver2 span.small,h2.page_main_ver2 span.main{
    float: left;
}
.single h1.page_main span.main,h2.page_main_ver2 span.main {
    font-size: 20px;
    margin-left: 22px;
    color: #16ab84;
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: 1px;
}
h2.page_main_ver2 span.main{
  font-size: 26px;
  padding-bottom: 40px;
}
.single h1.page_main span.small,h2.page_main_ver2 span.small {
    margin-top: 4px;
}
section.work_main {
    width: 1100px;
    margin: auto;
    margin-bottom: 68px;
}
section.work_main .list dl {
    float: left;
    width: 120px;
    margin: auto;
    margin-top: 4px;
    height: 90px;
}
section.work_main p.work_main_photo {
    width: 602px;
    height: 452px;
}
section.work_main .text_box {
    width: 420px;
    /*padding-top: 36px;*/
    padding-top: 0;
    margin-left: 62px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
section.work_main .text_box p.title {
    font-size: 16px;
    color: #16ab84;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
section.work_main .text_box p.title span {
    font-size: 11px;
    margin-left: 10px;
}
section.work_main .text_box p.text {
    line-height: 32px;
    font-size: 14px;
}
.single-works .green_obi {
    background-color: #eff9f5;
    padding: inherit;
    height: 76px;
}
.single-works .green_obi h2.page_main {
    border-bottom: none;
    margin: auto;
    padding: inherit;
    padding-top: 28px;
}
.overview {
    width: 1100px;
    margin: auto;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.overview p.img {
    width: 360px;
    height: 270px;
}
section.work_gaiyo .odd,section.work_gaiyo .even {
    padding-top: 30px;
    padding-bottom: 36px;
}
section.work_gaiyo .even {
    background-color: #eff9f5;
}
.overview .right {
    width: 662px;
    margin-left: 68px;
}
.overview .right p.title span {
    font-size: 11px;
    margin-right: 20px;
}
.overview .right p.title {
    font-size: 18px;
    letter-spacing: 2px;
    border-bottom: 1px solid #e6e6e6;
    color: #16ab84;
    padding-bottom: 16px;
    margin-top: 10px;
    margin-bottom: 14px;
}
.overview .right p.text {
    color: #595656;
    line-height: 29px;
    font-size: 14px;
}
section.workslist {
    width: 1092px;
    margin: auto;
    margin-bottom: 100px;
}
section.workslist dl {
    float: left;
    width: 324px;
    margin-right: 60px;
    height: 438px;
    margin-bottom: 50px;
}
section.workslist dl dt{
  position: relative;
}
section.workslist dl dt span{
  position: absolute;
  right: 0;
  bottom: 10px;
  background: #F7931E;
  color: #fff;
  font-weight: 300;
  padding: 6px 20px;
  font-size: 14px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft:50px;
-webkit-border-top-left-radius:50px;
-webkit-border-bottom-left-radius:50px;
border-top-left-radius:50px;
border-bottom-left-radius:50px;
}
section.workslist dl dt span.new_waku{
  background: #29abe2;
}
section.workslist dl:nth-of-type(3n) {
    margin-right: 0;
}
section.workslist dl dd {
    border: 5px solid #f2f2f2;
    border-top: none;
    margin-top: -6px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding-top: 18px;
    padding-bottom: 20px;
}
section.workslist dl dd p.text {
    font-size: 13px;
    height: 60px;
    overflow: hidden;
    color: #565656;
    width: 290px;
    margin: auto;
    margin-bottom: 18px;
}
section.workslist dl dd p.title {
    font-size: 16px;
    color: #565656;
    width: 290px;
    margin: auto;
    margin-bottom: 18px;
    height: 26px;
    overflow: hidden;
}
section.workslist dl dd p.title span {
    font-size: 11px;
    color: #16ab84;
    margin-right: 12px;
}
section.workslist dl dd p.more_link {
    color: #fff;
}
section.workslist dl dd p.more_link {
    color: #fff;
    text-align: center;
    padding: 3px 0;
}
section.workslist dl dt {
    height: 243px;
}
section.workslist dl dt img {
    height: 100%;
    width: 100%;
}
.post-type-archive-works p.top_text {
    margin-bottom: 100px;
    margin-top: 90px;
    letter-spacing: 1px;
}
.wp-pagenavi {
    width: 190px;
    margin: auto;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi span.current {
    background-color: #16ab84;
    color: #fff;
    padding: 3px 8px;
    margin-right: 10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #16ab84!important;
}
.wp-pagenavi a.page.larger,.wp-pagenavi a.page.smaller {
    padding: 3px 8px;
    margin-right: 10px;
    border-color: #16ab84!important;
    color: #16ab84;
}
.wp-pagenavi a.page.larger:hover {
    color: #16ab84;
}
.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink {
    border: none;
    color: #16ab84;
    margin-right: 10px;
}
/** 本間工務店のリフォーム **/
.page-id-311 section.top_minimenu .f-container {
    display: flex;
    width: 1100px;
    margin: auto;
}
.page-id-311 h2.page_main_ver2 {
    margin-bottom: 40px;
}
.page-id-311 section.top_content {
    margin-bottom: 200px;
}
.page-id-311 .entry-content {
    margin-bottom: 100px;
}
.page-id-311 section.workslist p.more_link.long {
    width: 592px;
    text-align: center;
}
.page-id-311 section.workslist p.more_link.long span {
    margin-left: 10px;
}
section.top_area {
    background: url(../../../../images/page/reform_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color:rgba(23,159,170,0.8);
    height: 528px;
    padding-top: 90px;
    padding-bottom: 82px;
    margin-bottom: 80px;
}
.page-id-313 section.top_area {
    background: url(../../../../images/page/build_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color:rgba(22,171,132,0.8);
    height: 722px;
    padding-top: 90px;
    padding-bottom: 32px;
    margin-bottom: 80px;
}
section.top_area::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(23,159,170,0.8);
}
section.top_area .box {
    position: absolute;
    left: 0;
    right: 0;
    width: 1050px;
    margin: auto;
}
section.top_area .box .left_text {
    color: #ffffff;
    width: 485px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: 56px;
}
section.top_area .box p.title {
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 50px;
}
section.top_area .box p.title span {
    display: block;
    font-size: 14px;
    margin-left: 9px;
    margin-top: 10px;
}
section.top_area .box p.textarea {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 9px;
}
.page-id-313 section.top_area .box .left_text {
    margin-top: 0;
}
section.top_area .box .right_image {
    margin-top: 30px;
}
section.buid_flow .flow .right {
    margin-left: 18vw;
    position: relative;
    border-left: 36px solid #b3e0d3;
    width: 64vw;
    padding-bottom: 80px;
}
h2.flow_title,
.parent-pageid-313 h3.flow_title{
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 36px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 27px;
    padding-top: 10px;
    margin-bottom: 40px;
    color: #565656;
}
.parent-pageid-313 h3.flow_title{
  padding-left: 0;
  font-size: 26px;
}
h2.flow_title span.small_text,
.parent-pageid-313 h3.flow_title span.small_text {
    font-size: 16px;
    color: #16ab84;
    display: block;
}
section.buid_flow .flow dl {
    padding-left: 36px;
}
section.buid_flow .flow dd {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
section.buid_flow .flow p.text {
    font-size: 16px;
    letter-spacing: 1px;
    color: #565656;
    width: 82%;
    margin-left: 0;
    line-height: 26px;
    padding-left: 36px;
}
section.buid_flow .flow {
    padding-top: 80px;
}
section.buid_flow .flow.even {
    background-color: #eff9f5;
}
.sankaku {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #b3e0d3;
    position: absolute;
    bottom: -40px;
    left: -48px;
}
section.buid_flow .flow dd.bottom_text p.text {
    padding-left: 0;
    width: 308px;
    margin-top: 22px;
}
section.buid_flow .flow dl.photo.photo2 {
    margin-top: 52px;
}
section.buid_flow .flow dd.bottom_text {
    margin-bottom: 0;
}
#main div#post-313 {
    margin-bottom: -60px;
}
span.maru {
    background: #16ab84;
    height: 40px;
    width: 26px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    font-weight: 200;
    display: inline-block;
    font-size: 21px;
    margin-left: 10px;
    padding-left: 14px;
}
.parent-pageid-313 span.maru{
    height: 30px;
    width: 27px;
    text-align: center;
    padding-left: 3px;
}
span.maru.maru2 {
    width: 33px;
    padding-left: 7px;
}
h2.flow_title span.small_text2 {
    font-size: 16px;
}
section.build_title p {
    width: 1100px;
    margin: auto;
    position: relative;
}
section.build_title p span.text1 {
    font-size: 16px;
    color: #231815;
    position: absolute;
    left: 82px;
    bottom: 124px;
}
section.build_title p span.text2::before {
    content: '▼';
    background: #ffffff;
    height: 28px;
    width: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #29abe2;
    font-weight: 200;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    padding-left: 6px;
    margin-right: 15px;
    padding-top: 2px;
}
section.build_title p.box a.link{
  position: relative;
  display: block;
  margin: 1.5em 15px 1.5em 0;
  padding: 3px 20px;
  width: auto;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  background: #f7931e;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  border: solid 2px #fff;
  top: 3%;
  right: 29%;
}
section.build_title p.box a.link:hover{
      opacity: 1;
      background: #16ab84;
}
section.build_title p.box a.link:hover:after{
  border-left: 18px solid #16ab84;
}
section.build_title p.box a.link2{
  top: 13%;
  right: 5%;
}
section.build_title p.box a.link3{
  top: inherit;
    bottom: 39%;
    right: 25%;
}
section.build_title p.box a.link4{
  top: inherit;
    bottom: 37%;
    right: 2%;
}
section.build_title p.box a.link5{
  top: inherit;
    bottom: 29%;
    right: 37%;
}
section.build_title p.box a.link6{
  top: inherit;
    bottom: 14%;
    right: 18%;
}
section.build_title p.box a.link:before {
  content: "";
  position: absolute;
    bottom: -15px;
    right: -20px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 20px solid #fff;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.build_title p.box a.link:after {
  content: "";
  position: absolute;
    bottom: -11px;
    right: -15px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 18px solid #f7931e;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.build_title p.box a.link.link2:before {
  content: "";
    bottom: inherit;
    top: -217px;
    right: inherit;
    left: -543px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
section.build_title p.box a.link2:after {
  content: "";
    bottom: inherit;
    top: -214px;
    right: inherit;
    left: -542px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
section.build_title p.box a.link.link4:before {
  content: "";
  bottom: -12px;
  right: 161px;
  -webkit-transform: rotate(-220deg);
  transform: rotate(-220deg);
}
section.build_title p.box a.link.link4:after {
  content: "";
  bottom: -9px;
  right: 158px;
  -webkit-transform: rotate(-220deg);
  transform: rotate(-220deg);
}
section.build_title p span.text2 {
    background-color: #29abe2;
    color: #fff;
    font-size: 20px;
    padding: 12px 14px;
    border-radius: 10px;
    position: absolute;
    left: 82px;
    bottom: 40px;
}
section.build_title p span.text2 a{
  color: #fff;
}
.build_title_bana {
    background-color: #16ab84;
    margin-top: 80px;
}
.parent-pageid-313 .build_title_bana,
.parent-pageid-313 .build_title{
  margin-bottom: 60px;
}
h2.build_flow_title,
h1.build_flow_title {
    background-image: url(../../../../images/page/sm_img2.png);
    color: #ffffff;
    font-weight: 400;
    height: 66px;
    width: 1100px;
    padding-top: 44px;
}
.parent-pageid-313 h1.build_flow_title{
  margin: auto;
  position: relative;
}
span.house_white {
    background-image: url(../../../../images/common/house_white.png);
    width: 43px;
    height: 31px;
    display: block;
    float: left;
    margin-right: 16px;
    margin-top: -6px;
}
.build_title_bana span.small {
    color: #ffffff;
    float: left;
    margin-right: 20px;
}
h2.build_flow_title span.main {
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 300;
}
section.top_area.taishin p.title, section.top_area.taishin p.textarea {
    position: absolute;
    color: #fff;
}
section.top_area.taishin {
    height: 250px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: url(../../../../images/page/taishin_bg.jpg) no-repeat;
    background-position: center;
}
section.top_area.taishin p.title {
    font-size: 38px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
section.top_area.taishin p.title span {
    font-size: 14px;
    display: block;
    margin-top: 32px;
    letter-spacing: 1px;
}
section.top_area.taishin p.textarea {
    font-size: 15px;
    line-height: 26px;
    left: 0;
    right: 0;
    top: 220px;
    letter-spacing: 1px;
    text-align: center;
}
section.top_area.taishin::before {
    background-color: rgba(241,90,36,0.8);
}
.page-id-358 section.buid_flow dd img {
    border: 8px solid #fff;
}
.page-id-358 section.buid_flow .flow p.text {
    margin-bottom: 30px;
}
.page-id-358 section.buid_flow .flow dd.bottom_text {
    width: 200px;
}
.page-id-358 section.buid_flow .flow dd.bottom_text p.text {
    width: 200px;
    text-align: center;
    font-size: 14px;
        margin-top: 0;
}
.page-id-358 section.buid_flow .flow dl {
    padding-left: 36px;
    width: 660px;
    margin-left: 0;
}
.page-id-358 section.buid_flow .flow dd.bottom_text {
    width: 200px;
    height: 220px;
}
.page-id-358 section.buid_flow .flow dd.bottom_text.middle {
    height: 270px;
}
.page-id-358 section.buid_flow .flow dd.bottom_text.long {
    height: 320px;
}
.sekkei_list dl.komoku1 dt {
    float: left;
    background-color: #16ab84;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 12px;
}
.sekkei_list dl.komoku1 dd {
    font-size: 16px;
}
.sekkei_list dl.komoku1 {
    width: 350px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 20px;
}
.sekkei_list dl.komoku2 {
    width: 342px;
    background-color: #16ab84;
    border-radius: 24px;
    padding: 10px 12px;
    text-align: center;
}
.sekkei_list dl.komoku2 a {
    color: #fff;
}
.sekkei_list dl.komoku1 dd.name {
    padding-top: 8px;
    padding-left: 68px;
    color: #565656;
}
.sekkei_list dl.komoku2 dd.link span {
    margin-left: 10px;
}
.sekkei_list {
    width: 1120px;
    margin: auto;
}
.page-id-358 h2.page_main_ver2 {
    margin-top: 80px;
    margin-bottom: 40px;
}
.w1050 {
    width: 1050px;
    margin: auto;
}
.page-id-387 h2.flow_title,
.parent-pageid-313 h3.flow_title {
    margin-top: 80px;
}
.page-id-387 h2.flow_title span.small_text,
.parent-pageid-313 h3.flow_title span.small_text{
    margin-bottom: 10px;
}
.page-id-387 section.health_eco p.text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 26px;
    color: #565656;
    width: 970px;
}
.page-id-387 section.health_eco p.img {
    text-align: center;
}
.page-id-387 p.title_green {
    color: #16aa83;
    font-size: 20px;
    width: 970px;
    margin-bottom: 30px;
    margin-top: 46px;
}
.page-id-387 .eco.even {
    background-color: #eef8f4;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 80px;
}
.page-id-387 section.health_eco .box {
    width: 970px;
    margin: auto;
}
.page-id-387 section.health_eco .box .left_text {
    width: 47%;
    margin-right: 3%;
}
.page-id-387 section.health_eco .box .left_text p {
    width: 100%;
}
.page-id-387 section.health_eco.content3 p.img {
    width: 90%;
    margin-top: 46px;
}
.page-id-387 p.orange_text {
    font-size: 20px;
    color: #f6921e;
    line-height: 60px;
}
.page-id-387 p.orange_text span {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}
.page-id-387 .point2 {
    background-color: #fff;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 30px;
    margin-top: 38px;
}
.page-id-387 p.more_link.long {
    width: 800px;
    text-align: center;
    padding: 14px 0;
    border-radius: 30px;
    font-size: 19px;
    margin-top: 70px;
}
.page-id-387 p.more_link.long span {
    margin-left: 10px;
    font-size: 17px;
}
.page-id-387 section.health_eco.content3 .eco.even h2,.page-id-387 section.health_eco.content2 .eco.even h2 {
    margin-top: inherit;
}
.page-id-387 h2.build_flow_title span.main {
    float: left;
    display: block;
    font-size: 26px;
    font-weight: 300;
}
.eco_box {
   background: url(../../../../images/page/eco_img1.jpg) no-repeat;
   background-position: bottom right;
   height: 1000px;
   background-size: 100%;
   margin-bottom: 50px;
}
.eco_box h2 {
    color: #16aa83;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
}
.eco_box h2 span {
    display: block;
    font-size: 15px;
}
.page-id-387 section.health_eco .eco_box p.text {
    width: 100%;
    margin-top: 26px;
}
.about_list {
    border: 1px solid #e6e6e6;
    width: 36%;
    margin-top: 60px;
    font-size: 16px;
    color: #16aa83;
    position: relative;
    padding-top: 13px;
    background: -moz-linear-gradient(top, #FFF, #F2F2F2);
    background: -webkit-linear-gradient(top, #FFF, #F2F2F2);
    background: linear-gradient(to bottom, #FFF, #F2F2F2);
}
.about_list p.title {
    background-color: #ffffff;
    position: absolute;
    top: -16px;
    padding-left: 4px;
    padding-right: 20px;
    font-size: 19px;
}
.about_list ul li {
    width: 91%;
    margin: auto;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.about_list ul li:last-child {
    border-bottom: none;
}
section.health_eco.content1 {
    margin-top: 70px;
}
.page-id-387 .point {
    text-align: center;
    position: relative;
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 172px;
    padding-top: 110px;
    padding-bottom: 50px;
}
.point .img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -122px;
}
.catch{
  position: absolute;
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  top: 45%;
  left: 10%;
  width: 60%;
  letter-spacing: 1px;
  line-height: 160%;
    text-shadow: 3px 3px 5px #838080
}
.catch span{
  display: block;
}
.catch span.second{
  padding-left: 12%;
}
.catch span.third{
  padding-left: 40%;
}
.archive #body-in,
.single #body-in{
  max-width: 1230px;
}
.archive #body-in main,
.single #body-in main{
  float: left;
  width: 70%;
}
#navi ul li a:hover {
    background-color: inherit;
}
.home #navi ul > li {
    border-right:none;
    padding-top: 15px;
    padding-bottom: 18px;
}
.home #navi ul li a {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #e6e6e6;
}
.home #navi ul > li:last-child a {
    border-right: none;
}
.widget_new_entries a:hover, .widget_new_popular a:hover, .widget_popular_ranking a:hover, .wpp-list a:hover, .entry-read a:hover, .entry .post-meta a:hover, .related-entry-read a:hover, .entry a:hover, .related-entry-title a:hover, .navigation a:hover, #footer a:hover, .article-list .entry-title a:hover, .blog-card-title a:hover {
    color: inherit;
}
section.top_works .f-container .f-item img {
    width: 455px;
    height: 256px;
    object-fit: cover;
}
.page #breadcrumb,.post-type-archive-works #breadcrumb,.single #breadcrumb,.archive #breadcrumb{
    width: 1200px;
    margin: auto;
    text-align: right;
    font-size: 16px;
    color: #16ab84;
    margin-top: 20px;
}
.page #breadcrumb a {
    color: #16ab84;
}
#breadcrumb span.sp {
    margin: 0 4px;
    font-size: 18px;
}
.page #breadcrumb img {
    margin-right: 6px;
}
.page.page-id-44 #breadcrumb,.page.page-id-39 #breadcrumb,
.page.page-id-303 #breadcrumb,.page.page-id-313 #breadcrumb,.page.page-id-311 #breadcrumb,.page.page-id-358 #breadcrumb,
.page.page-id-387 #breadcrumb,.post-type-archive-works #breadcrumb,.parent-pageid-313 #breadcrumb{
    color: #ffffff;
    margin-top: 0;
    padding-top: 12px;
}
.page.page-id-44 #breadcrumb a,.page.page-id-39 #breadcrumb a,
.page.page-id-303 #breadcrumb a,.page.page-id-313 #breadcrumb a,.page.page-id-311 #breadcrumb a,.page.page-id-358 #breadcrumb a,
.page.page-id-387 #breadcrumb a,.archive.post-type-archive-works #breadcrumb a ,.parent-pageid-313 #breadcrumb a{
    color: #ffffff;
}
.page-id-358 section.buid_flow .flow dl.photo {
    width: 880px;
}
.page-id-387 #main .post,.page-id-387 #main .page,.page-id-387 .entry-content {
    margin-bottom: 0;
}
.archive.post-type-archive-works #breadcrumb img{
    margin-right: 8px;
}
.archive.post-type-archive-works #breadcrumb a {
    margin-right: -8px;
}
section.top_information dl dd.title {
    width: 332px;
    overflow: hidden;
    height: 40px;
}
header.fixed #header {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
-moz-box-shadow: 0px 5px 7px rgba(216,216,216,0.2);
    -webkit-box-shadow: 0px 5px 7px rgb(216 216 216 / 20%);
    box-shadow: 0px 5px 7px rgb(216 216 216 / 20%);
}
header.fixed #header .alignright .left,#header .alignright .mininavi {
    display: none;
}
header.fixed h1#site-title img {
    width: 22%;
}
header.fixed #header .alignright .mininavi li {
    float: left;
}
header.fixed #header .alignright .mininavi li a {
    /*color: #565656;*/
    color: #16ab84;
    /*font-size: 13px;*/
    font-size: 12px;
    border-right: 1px solid #f2f2f2;
    letter-spacing: 0;
    /*padding: 0 10px;*/
    padding: 0 8px;
    font-weight: 500;
    letter-spacing: 0px;
}
header.fixed #header .alignright .mininavi li:last-child a {
    border-right:none;
}
header.fixed #header .alignright .mininavi {
    display: block;
    margin-top: 15px;
    margin-right: 18px;
}
header.fixed #header .alignright .right {
    margin-top: -8px;
}
section.work_main p.work_main_photo img {
    width: 602px;
    height: 452px;
    object-fit: cover;
}
header.fixed #header .alignright .mininavi ul {
    width: 100%;
    margin-right: 0;
    margin-top: -10px;
}
section.work_main .list {
    width: 602px;
}
.overview p.img img {
    width: 360px;
    height: 270px;
    object-fit: cover;
}
.flex_box{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.flex_box.reverse{
flex-flow: row-reverse;
}
.iedukuri_page .flex_box .box{
  width: 33%;
  margin: 0 1%;
      box-sizing: border-box;
  padding: 2%;
  border: solid 4px #f2f2f2;
}
.page-id-492 .iedukuri_page .flex_box .box,
.page-id-497 .iedukuri_page .flex_box .box,
.page-id-505 .iedukuri_page .flex_box .box,
.page-id-509 .iedukuri_page .flex_box .box{
  width: 31%;
  margin-bottom: 2%;
}
.page-id-509 .iedukuri_page .flex_box{
      justify-content: flex-start;
}
.page-id-497 .iedukuri_page .flex_box .box p{
  margin: 0;
}
.iedukuri_page .flex_box .box p.stest{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.page-id-497 .iedukuri_page .flex_box .box p.img_box{
  height: 220px;
  overflow: hidden;
}
.iedukuri_page .flex_box .box_duo{
  width: 63%;
  margin: 0 1%;
}
.iedukuri_page .flex_box .box_duo .img_box{
  width: 48%;
  margin: 0 1%;
}
.iedukuri_page .flex_box.duo .img_box{
  width: 48%;
  margin: 0 1%;
}
.iedukuri_page .flex_box.duo{
  margin-top: 
}
.parent-pageid-313 p.text{
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 1px;
}
.parent-pageid-313 p.text.big_text{
  font-size: 18px;
  font-weight: 600;
}
.parent-pageid-313 p.text.bm60{
  margin-bottom: 60px;
}
.parent-pageid-313 .flex_box.text_img .box{
  width: 48%;
  border: none;

}
.parent-pageid-313 .footer_contact{
  margin-top: 120px;
}
.page-id-505 .flex_box.text_img .box:nth-child(2),
.page-id-509 .flex_box.text_img .box:nth-child(2),
.page-id-512 .flex_box.text_img .box:nth-child(2){
  width: 80%;
}
.page-id-509 .flex_box.text_img ol li{
list-style-type: decimal;
font-size: 15px;
line-height: 34px;
}
.page-id-512 .text_img .img_box2{
  margin-bottom: 60px;
}
.page-id-512 .text_img .img_box2 img{
  display: inline-block;
  margin-right: 20px;
}
.page-id-512 section.buid_flow .flow .right{
  border: none;
}
.page-id-512.parent-pageid-313 h3.flow_title{
  margin-top: 0;
}
.page-id-512 section.buid_flow .flow dl{
  padding-left: 0;
}
.page-id-512 section.buid_flow .flow p.text{
  padding-left: 0;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.5px;
}
.page-id-512 .buid_flow{
  margin-top: 80px;
}
.page-id-512 section.buid_flow .flow dd{
  margin-bottom: 15px;
}
.new_ref{
  padding: 5px 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  width: 150px;
  margin: 0 0 40px;
}
.new_ref.ref_cate{
background: #F7931E;
}
.new_ref.new_cate{
background: #29abe2;
}
.contact_box .checkbox{
  text-align: center;
  margin-top: 5%;
}

/* スマホ用 */
@media screen and (max-width: 680px){
  .box-menus .box-menu{
    width: calc(100%/2);
  }
.pr-label-s{
  margin-right: 0.7em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1px 12px;
  font-size: 0.8em;
}
.pr-label-l{
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}
body .wp-block-search__input{
  width: initial;
  height: 40px;
}
.wp-block-search__button{
  height: 40px;
}

/************************************
** レイアウト
************************************/
div#header-in, div#navi-in, div#body-in, div#footer-in {
  width: 100%;
}
div#main{
  float:none;
  width:auto;
  padding:0;
  border:none;
}
div#sidebar{
  clear:both;
  float:none;
  padding:15px;
  width:auto;
}
#h-top{
  height:auto;
  min-height:100px;
}
#site-title a{
  font-size:24px;
}
#site-description{
  font-size:14px;
}
#main,
#sidebar {
  margin: 0 auto;
  max-width: 720px;
  box-sizing: border-box;
  float: none;
}
#main{
  padding: 20px;
}
/************************************
** #header内
************************************/
#header #h-top{
  background-image: none;
}

#header .alignright{
  display: none;
}

/************************************
** メインメニュー
************************************/
#navi ul{
  display: none;
  border: 0 none;
}

#navi ul > li {
  float: none;
  border-top:0px;
  border:0;
  height:auto;
}

#navi ul  li a{
  /*border-bottom:solid 1px #ddd;*/
}

#navi ul li a:hover {
  text-decoration:none;
}

#navi ul li a {
  font-size: medium;
  padding: 10px;
  overflow: hidden;
}

#navi ul.sub-menu,
#navi ul.children{
  position: relative;
  width: auto;
  border-width: 0;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  left: 0;
  top: 0;
}

#navi .sub-menu li,
#navi .children li{
  height:auto;
  padding-left:30px;
}


/************************************
** #main内
************************************/
.entry-read a,
.related-entry-read a{
  display:block;
  width: auto;
  background-color:#eee;
  border:1px solid #ddd;
  border-radius:10px;
  text-align:center;
  padding:5px;
  text-decoration:none;
  color:#111;
  margin-top:18px;
}

.entry-card .entry-thumb {
  margin-top: 5px;
}

.entry-read a:hover,
.related-entry-read a:hover{
  background-color:#ddd;
}

.entry h2,
.entry h2 a {
  font-size: 18px;
}

.navigation{
  margin: 30px 0;
}

.article ol, .article ul, .article dl{
  line-height:165%;
}

.snsb li{
  padding-right:0;
}

/************************************
** 広告
************************************/
.ad-top-mobile{
  margin-left:-10px;
  margin-right:-10px;
}


/************************************
** SNS
************************************/
/*#sns-group-top .sns-buttons-icon li{
  width: 40px;
}*/

/************************************
** フッター
************************************/
#footer-widget{
  display:none;
}

#mobile-menu{
  display: block;
}

/*以前のモバイルメニュー（mobile.css）
#mobile-menu a{
  font-size:12px;
  padding:5px;
  width:60px;
  border-radius:0 0 7px 7px;
}*/


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
}

#page-top a{
  font-size:12px;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:block;
}

.bx-wrapper .bx-pager {
    display: none;
}
section.footer_contact .box,#h-top {
    width: 100%;
}

#site-title {
    width: 66%;
    text-align: center;
    margin: auto;
    margin-top: 2.5vh;
}
.bx-viewport {
    height: 64vh!important;
}
.catch {
    font-size: 30px;
    top: 26vh;
    width: 88%;
}
section.top_about h2 {
    font-size: 28px;
    font-weight: 500;
}
section.top_about p {
    font-size: 14px;
    width: 92%;
    text-align: left;
    line-height: 28px;
}
section.top_about p.go,section.top_about p.bottom {
    margin-bottom: 0;
}
p.go:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -26px;
}
p.go:after {
    left: 47.6vw;
}
section.top_minimenu .f-container {
    display: block;
}
section.top_minimenu .f-container .f-item.item_rte, section.top_minimenu .f-container .f-item.item_qa, section.top_minimenu .f-container .f-item.item_access {
    width: 96%;
    margin: auto;
    margin-bottom: 2%;
    height: 24vh;
}
section.top_minimenu h2 {
    font-size: 22px;
    margin-bottom: 2%;
    font-weight: 500;
}
.bx-wrapper img {
    max-width: inherit;
    object-fit: cover;
    width: 100%;
    height: 64vh;
}
/* 下層 */
.content_list,section.top_about_2 .box {
    width: 100%;
}
.page #breadcrumb, .post-type-archive-works #breadcrumb, .single #breadcrumb, .archive #breadcrumb {
    width: 96%;
    font-size: 14px;
}
.page-id-21 h2.page_main {
    width: 86%;
    font-size: 20px;
    display: flex;
    align-items: baseline;
}
hr.smpage_hr {
    width: 92%;
    margin-top: -2%;
}
.content_list {
    width: 100%;
    padding-top: 8%;
}
.content_list dl {
    width: 80%;
    float: none;
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-image: url(../../../../images/page/sm_img2.png);
    height: 62px;
    line-height: 62px;
    margin-bottom: 18px;
    padding-left: 10vw;
    margin-right: 56px;
    margin: auto;
    margin-bottom: 4%;
}
.content_list dl:nth-child(even) {
    margin-right: auto;
}
.content_list dl::before {
    left: 5vw;
}
.content_list dl dt a {
    font-size: 15px;
}
.page div#header,.single div#header,.archive div#header {
    -moz-box-shadow: 0px 5px 7px rgba(216, 216, 216, 0.2);
    -webkit-box-shadow: 0px 5px 7px rgb(216 216 216 / 20%);
    box-shadow: 0px 5px 7px rgb(216 216 216 / 20%);
}
header.fixed #header {
    display: none;
}
section.footer_contact .left {
    float: none;
}
section.footer_contact .left p span,section.footer_contact .left p span.ver2 {
    font-size: 22px;
}
section.footer_contact .left p {
    font-size: 16px;
    line-height: 34px;
    margin: auto;
    text-align: center;
}
section.footer_contact p.tel {
    font-size: 34px;
    width: 77%;
    margin-bottom: 2%;
}
section.footer_contact span.tel, .green_obi .right span.tel {
    background-image: url(../../../../images/top/top_contact_img3.png);
    width: 24px;
    height: 36px;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.footer_contact .right {
    float: none;
}
section.footer_contact span.img {
    background: url(../../../../images/top/top_contact_img4.png) no-repeat;
    width: 32px;
    height: 24px;
    display: inline-block;
    margin-top: inherit;
    margin-right: 2%;
    background-size: cover;
    position: relative;
    top: 6px;
    background-position: center;
    background-repeat: no-repeat;
}
section.footer_contact p.mail_form a {
    font-size: 16px;
    margin-left: 0;
}
section.footer_contact p.mail_form {
    background-color: #16ab84;
    padding: 0px 10px 10px;
    border-radius: 6px;
    height: inherit;
    padding-left: inherit;
    text-align: center;
    width: 78%;
    padding: 3% 2%;
    padding-top: 1.5%;
}
section.footer_contact .left {
    float: none;
    margin-bottom: 6%;
}
section.footer_contact {
    height: 42vh;
}
#copyright {
    padding: 3%;
    margin-bottom: 20%;
}
p.foot_logo {
    margin-bottom: 8%;
    width: 60%;
}
h1.page {
    margin-top: 10%;
}
.in_sitemap_page {
    margin-top: 30%;
    margin-bottom: 14%;
}
.page #site-title {
    width: 70%;
}
/* プライバシーポリシー */
.in_pp_page {
    width: 92%;
    margin: auto;
    margin-top: 30%;
    margin-bottom: 22%;
}
.in_pp_page dd {
    width: 92%;
}
.page_head h1 {
    font-size: 52px;
    top: 56%;
}
.page_head h1 span {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: -10%;
}
.page-id-44 .page_head,.page-id-303 .page_head,.post-type-archive-works .page_head {
    height: 34vh;
}
.faq_page dl.accordion dt .box, .faq_page dl.accordion dd .box {
    width: 92%;
    margin: auto;
}
.faq_page dl.accordion dt .box p.q_title {
    font-size: 22px;
    letter-spacing: 2px;
    float: none;
    margin: auto;
    line-height: normal;
}
.faq_page dl.accordion dt p, .faq_page dl.accordion dd p {
    float: none;
}
.faq_page dl.accordion dt .box p.q_text {
    font-size: 16px;
    color: #565656;
    line-height: normal;
}
.faq_page dl.accordion dt {
    display: flex;
    align-items: center;
    height: auto;
    padding: 2% 0;
    padding-bottom: 3%;
}
.faq_page dl.accordion dd p.a_title {
    text-align: left;
    width: auto;
    margin-right: auto;
    margin-bottom: 2%;
}
.faq_page dl.accordion dd p.a_text {
    width: 98%;
}
.faq_page p.top_text {
    line-height: 30px;
    margin-top: 10%;
    margin-bottom: 12%;
}
.faq_page {
    margin-bottom: 14vh;
}
.faq_page dl.accordion dd p.a_title {
    font-size: 22px;    
}
.in_company_page {
    width: 100%;
    margin-top: 18vh;
}
h2.page_main {
    width: 92%;
}
.company_list {
    width: 92%;
    margin: auto;
}
.company_list dl dt {
    float: none;
    width: 90%;
    padding-left: 8%;
}
.company_list dl dd {
    padding-left: 9%;
    float: none;
    border-left: none;
    margin-top: 2%;
}
.company_list dl {
    padding: 4% 0;
}
.page-id-11 h2.page_main {
    font-size: 20px;
}
p.map {
    width: 92%;
}
.page-id-11 h2.page_main#access_map {
    margin-top: 12%;
}
.page-id-11 .entry-content {
    margin-bottom: 14vh;
}
.staff_list {
    width: 100%;
    margin: auto;
    margin-bottom: 18%;
    margin-top: -8%;
}
.staff_list dl.main:nth-child(odd) {
    margin-left: auto;
}
.staff_list dl.main dd.staff_photo {
    position: static;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.staff_list dl.main dl.box {
    float: none;
    width: 100%;
    margin-top: 3%;
}
.staff_list dl.main {
    width: 80%;
    height: auto;
    float: none;
    margin: auto;
}
.staff_list dl dd.comment {
    margin-top: 3%;
}
.staff_list dl dd.honma {
    top: -4%;
    right: 1%;
}
.staff_list dl.main:nth-child(odd),.staff_list dl.main:nth-child(even) {
    margin: auto;
    margin-bottom: 10%;
}
.staff_list dl dd.honma {
    display: none;
}
.staff_page h2.page_main {
    margin: auto;
    margin-top: 12%;
}
.staff_page p.top_text br {
    display: none;
}
.staff_page p.top_text,.post-type-archive-works p.top_text {
    width: 90%;
    line-height: 30px;
    text-align: left;
    margin-top: 8%;
}
section.workslist {
    width: 100%;
    margin: auto;
    margin-bottom: 20%;
}
section.workslist dl {
    float: none;
    width: 88%;
    height: auto;
    margin: auto;
    margin-bottom: 6%;
}
section.workslist dl dd p.text {
    height: auto;
    width: 92%;
    margin: auto;
    margin-bottom: 18px;
}
section.workslist dl:nth-of-type(3n) {
    margin-right: auto;
}
.post-type-archive-works p.top_text {
    margin-bottom: 12%;
}
.wp-pagenavi {
    width: fit-content;
}
section.work_main,.overview,.overview .right,.single-works h1.page_main .box, h2.page_main_ver2 .box {
    width: 100%;
}
.overview .right,.img_box.f_left {
    float: none;
    margin: auto;
}
.single-works h2.page_main_ver2 {
    margin-bottom: 0;
}
section.work_main p.work_main_photo,section.work_main p.work_main_photo img,section.work_main .list {
    width: 100%;
    height: auto;
}
section.work_main .text_box {
    width: 88%;
    margin: auto;
    float: none;
}
	section.top_area .box {
		width:90%;
		margin:auto;
    position: relative;
	}
	section.buid_flow .flow .right {
    margin-left: 5vw;
    width: 80vw;
    padding-bottom: 10%;
}
.page-id-311 section.top_minimenu .f-container,.page-id-387 p.title_green,.sekkei_list,section.top_information .box,section.build_title p,
.page-id-387 section.health_eco p.text,section.top_area .box .left_text,.page-id-387 p.more_link.long,.w1050,.green_obi .box,
.page-id-387 section.health_eco .box,h2.build_flow_title,.page-id-358 section.buid_flow .flow dl.photo,section.top_information dl,
section.buid_flow .flow dd.bottom_text p.text,h1.build_flow_title{
    width: 100%;
}
.page-id-311 section.workslist p.more_link.long {
    width: 80%;
}
.page-id-358 .page_head h1 {
    font-size: 38px;
    width: 82%;
}
	.page-id-358 section.buid_flow .flow dd.bottom_text p.text {
    width: 96%;
}
	.page-id-358 section.buid_flow .flow dl.photo,.page-id-387 section.health_eco .box .left_text p {
    width: 90%;
}
.page-id-358 section.buid_flow .flow dd.bottom_text {
    width: 86%;
    height: auto;
    text-align: center;
    margin: auto;
}
h2.page_main_ver2 span.main {
    display: block;
    line-height: 34px;
    margin: auto;
    font-size: 22px;
    padding-bottom: 2%;
}
.single h1.page_main span.small, h2.page_main_ver2 span.small {
    margin-top: 2%;
}
h2.page_main_ver2 .box {
    width: 92%;
}
.page-id-311 h2.page_main_ver2 {
    margin-bottom: 4%;
}
section.top_minimenu .f-container .f-item.item_rte {
    padding-top: 2vh;
}
section.top_minimenu div.text {
    margin-top: 2%;
}
section.top_area .box .right_image {
    float: none;
    position: absolute;
    margin: auto;
    width: 64%;
    top: -50%;
    right: -3%;
}
section.top_area .box p.title {
    font-size: 26px;
    margin-bottom: 8%;
    line-height: 40px;
}
section.top_area .box p.title span {
    line-height: 22px;
}
section.top_area .box .left_text {
    margin-top: 10%;
}
section.top_area {
    padding-bottom: inherit;
    margin-bottom: 15%;
}
.page-id-358 .page_head h1 span {
    margin-top: 2%;
    line-height: 24px;
    font-weight: 400;
}
section.top_area.taishin p.title {
    font-size: 28px;
}
section.top_area.taishin p.title, section.top_area.taishin p.textarea {
    position: relative;
}
section.top_area.taishin p.title span {
    margin-top: 3%;
}
section.top_area.taishin {
    height: 50vh;
    padding-top: 6vh;
    padding-bottom: 3vh;
}
section.top_area.taishin p.textarea {
    font-size: 14px;
    width: 90%;
    text-align: left;
    top: auto;
    margin-top: 3vh;
}
.sekkei_list {
    width: 90%;
    margin-bottom: 10%;
}
.sekkei_list dl.komoku1 {
    width: 100%;
}
.sekkei_list dl.komoku2 {
    width: 90%;
    margin-top: 4%;
}
section.buid_flow .flow p.text {
    font-size: 15px;
}
h2.flow_title {
    font-size: 24px;
    margin-bottom: 5%;
    padding-top: 8%;
    line-height: 40px;
    padding-bottom: 4%;
}
.page-id-358 section.buid_flow .flow p.text {
    margin-bottom: 5%;
}
section.buid_flow .flow {
    padding-top: 0;
}
.page-id-358 section.buid_flow .flow dd.bottom_text.middle,.page-id-358 section.buid_flow .flow dd.bottom_text.long {
    height: auto;
    margin-bottom: 3%;
}
.page-id-358 h2.page_main_ver2 {
    margin-top: 15%;
    margin-bottom: 5%;
}
.page-id-387 .page_head h1 {
    font-size: 40px;
    width: 90%;
    letter-spacing: 2px;
}
.page-id-387 .page_head h1 span {
    margin-top: auto;
}
.eco_box h2 {
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
}
.page-id-387 section.health_eco .eco_box p.text {
    width: 90%;
    margin-top: 3%;
    font-size: 14px;
    margin-bottom: 2%;
}
.about_list {
    width: 90%;
    font-size: 16px;
    margin: auto;
    font-size: 15px;
    margin-top: 10%;
}
section.health_eco.content1 {
    margin-top: 12%;
}
.eco_box {
    height: auto;
    background: none;
}
.page-id-387 p.more_link.long {
    font-size: 16px;
    width: 92%;
    margin-top: 8%;
}
.page-id-387 p.more_link.long span {
    font-size: 14px;
}
.page-id-387 p.orange_text {
    font-size: 13px;
    line-height: 40px;
}
.page-id-387 section.health_eco p.text {
    width: 90%;
    font-size: 14px;
    margin-bottom: 3%;
}
.page-id-387 p.title_green {
    width: 90%;
    font-size: 15px;
    margin-top: 8%;
}
.page-id-387 section.health_eco.content3 p.img,.single.single-post .article {
    margin-top: 0;
}
.page-id-387 .eco.even {
    margin-top: 12%;
    padding-top: 6%;
    padding-bottom: 15%;
}
.page-id-387 h2.flow_title {
    padding-left: inherit;
    width: 90%;
    font-size: 22px;
    line-height: 32px;
    margin-top: 3%;
}
h2.build_flow_title, h1.build_flow_title {
    padding: 6% 0;
    padding-bottom: 3%;
}
.build_title_bana span.small {
    float: none;
}
.page-id-387 h2.build_flow_title span.main {
    float: none;
    font-size: 20px;
    line-height: 36px;
    width: 92%;
    margin: auto;
}
span.house_white {
    margin-left: 4%;
}
.build_title_bana {
    margin-top: 12%;
}
.page-id-387 section.health_eco .box .left_text {
    width: 100%;
    margin: auto;
    float: none;
    margin-bottom: 6%;
}
.page-id-387 .point {
    background-color: inherit;
    border-top: none;
    border-bottom: none;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15%;
}
.point .img {
    position: static;
}
.page-id-387 .point .phone_point {
    background-color: #c59b6d;
    color: #ffffff;
    padding: 5% 0;
}
.page-id-387 .point .phone_point .title {
    font-size: 17px;
    font-weight: 500;
}
.page-id-387 .point .phone_point .point_list {
    margin-top: 2%;
    line-height: 24px;
}
.archive #body-in main, .single #body-in main {
    float: none;
    width: 90%;
    margin: auto;
}
#main .post {
    margin-bottom: 0;
}
.single.single-post .article {
    margin-top: 0!important;
}
.single.single-post h1.entry-title {
    margin-bottom: 4%;
}
.fa.fa-arrow-right {
    float: right;
}
section.top_information {
    padding-top: 12%;
}
section.top_information .left {
    float: none;
    width: 90%;
    margin: auto;
}
section.top_information dl dd.title {
    width: 72%;
    height: auto;
}
section.top_information h2 {
    font-size: 23px;
    margin-bottom: 4%;
}
section.top_information p.more_link {
    margin-top: 1%;
    font-size: 13px;
}
section.top_information .right {
    float: none;
    width: 90%;
    margin: auto;
    margin-top: 20%;
}
section.top_about_2 .left_img img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
section.top_about_2 .right_text {
    width: 90%;
    margin-left: auto;
    margin: auto;
    float: none;
}
section.top_about_2 h2 hr {
    width: 46%;
    left: inherit;
    right: 0;
}
section.top_about_2 h2 {
    font-size: 24px;
    margin-bottom: 5%;
    font-weight: 300;
}
section.top_about_2 .box.box2 .right_img {
    position: static;
    right: 0;
    top: inherit;
}
section.top_about_2 {
    padding-top: 20%;
    margin-bottom: 15%;
}
section.top_about_2 .box.box2 .left_text {
    width: 90%;
    margin: auto;
    float: none;
}
section.top_about_2 p.img {
    height: 38vh;
    margin-bottom: 5%;
}
section.top_about_2 p.img img {
    height: 38vh;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}
section.top_content .link_hb {
    height: 22vh;
    margin-bottom: 0;
}
section.top_content .link_re,section.top_content .link_en {
    height: 22vh;
    width: 100%;
    float: none;
}
section.top_content h2 {
    font-size: 22px;
    margin-bottom: 4%;
}
section.top_content div.text, section.top_minimenu div.text {
    width: 90%;
}
p.more_link {
    padding: 1% 0;
    letter-spacing: 1px;
    font-size: 12px;
}
section.top_content h2 span {
    font-size: 16px;
    margin-bottom: 0;
}
.single h1.page_main .box {
    width: 90%;
    margin: auto;
}
.single h1.page_main {
    padding-bottom: 0;
    margin-bottom: 6%;
    margin-top: 10%;
}
section.work_main .list {
    width: 94%;
    margin: auto;
}
.new_ref {
    width: auto;
    margin: auto;
    margin-bottom: 6%;
    margin-top: 6%;
}
section.work_gaiyo .odd, section.work_gaiyo .even {
    padding-top: 4%;
    padding-bottom: 4%;
}
.overview p.img {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
}
.overview p.img img {
    width: 92%;
    height: auto;
}
.overview .right p.title {
    width: 88%;
    padding-bottom: 2%;
}
.overview .right p.text {
    width: 88%;
}
section.work_gaiyo .odd, section.work_gaiyo .even {
    padding-top: 4%;
    padding-bottom: 5%;
}
.single-works section.workslist {
    margin-top: 5%;
}
.contact_page .top_text {
    width: 90%;
    text-align: left;
    line-height: 30px;
    margin-bottom: 10%;
}
.green_obi .left {
    margin-right: 100px;
    margin: auto;
    float: none;
    width: 90%;
}
.green_obi .left p {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 4%;
}
.green_obi .left p span {
    font-size: 26px;
}
section.footer_contact span.tel, .green_obi .right span.tel {
    margin-top: 0;
}
.green_obi p.tel {
    font-size: 38px;
    width: 84%;
}
.green_obi .right p.bottom_text {
    width: 88%;
}
.green_obi .right p.top_text {
    font-size: 15px;
    line-height: 24px;
}
.green_obi {
    padding: 12% 0;
}
.gray_obi .box {
    width: 90%;
}
.gray_obi {
    padding: 8% 0;
    margin-bottom: 5%;
}
.contact_box {
    width: 100%;
    padding: 4% 0;
    border-radius: inherit;
}
table.con_table {
    margin: auto;
    width: 100%;
    table-layout: fixed;
}
table.con_table tr th {
    font-size: 14px;
    width: 24%;
    padding: 6% 2%;
    padding-left: 6%;
    line-height: 22px;
}
span.txtRed {
    font-size: 10px;
}
table.con_table tr th::before,table.con_table tr td::before {
    display: none;
}
input.inputM,input.kakunin_btn {
    width: 92%;
}
input.inputS {
    width: 92%;
    margin-right: 10px;
    margin-top: 2%;
}
textarea.inputL {
    width: 92%;
    height: 20vh;
}
input.add {
    width: 92%;
}
input.inputSS {
    width: 26%;
}
table.con_table tr td {
    padding-bottom: 3%;
}
.page-id-45 h2.page_main {
    width: 92%;
    margin-top: 15%;
}
section.build_title p span.text1,section.build_title p span.text2 {
    position: static;
}
section.build_title p span.text1 {
    width: 88%;
    display: block;
    font-size: 14px;
    margin: auto;
    margin-bottom: 4%;
}
section.build_title p span.text2 {
    display: block;
    width: 82%;
    font-size: 15px;
    margin: auto;
}
section.build_title p.img {
    width: 90%;
    text-align: center;
}
section.build_title .menu_box a {
    background-color: #F7931E;
    padding: 1.5% 8%;
    color: #ffffff;
}
section.build_title .menu_box {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    margin-top: 6%;
    margin-bottom: 4%;
}
section.build_title .menu_box dl {
    width: 50%;
    text-align: center;
    margin-bottom: 4%;
}
section.build_title p.title {
    background-color: #C69C6D;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 4% 0;
    margin-bottom: 8%;
}
section.build_title p.title span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
}
.page-id-313 section.top_area .box .right_image,.parent-pageid-313 section.top_area .box .right_image {
    float: none;
    position: absolute;
    margin: auto;
    width: 58%;
    top: -29%;
    right: 48%;
}
.page-id-313 .page_head h1,.parent-pageid-313 .page_head h1 {
    font-size: 48px;
    top: 50%;
    line-height: 50px;
}
.page-id-313 .page_head h1 span,.parent-pageid-313 .page_head h1 span {
    margin-top: 0;
}
.page-id-313 section.top_area,.parent-pageid-313 section.top_area {
    height: auto;
    margin-bottom: 12%;
}
.page-id-313 h2.build_flow_title span.main,.parent-pageid-313 h2.build_flow_title span.main {
    float: none;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    width: 90%;
    margin: auto;
}
.page-id-313 section.buid_flow .flow .right,.parent-pageid-313 section.buid_flow .flow .right {
    margin-top: 16%;
}
.parent-pageid-313 p.text {
    font-size: 15px;
    width: 92%;
    margin: auto;
}
.parent-pageid-313 h2.page_main_ver2 {
    margin-top: 16%;
    margin-bottom: 8%;
}
.page-id-313 section.buid_flow .flow .right, .parent-pageid-313 section.buid_flow .flow .right {
    width: 92%;
    margin: auto;
    margin-top: 0;
    float: none;
    padding-top: 2%;
}
section.buid_flow .flow dd {
    float: none;
    margin-right: inherit;
}
.page-id-512 section.buid_flow .flow p.text {
    padding-left: inherit;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: auto;
    width: 100%;
}
.parent-pageid-313 .footer_contact {
    margin-top: 8%;
}
.page-id-512 .text_img .img_box2 img {
    margin: auto;
}
.page-id-512 .text_img .img_box2 {
    margin-bottom: 4%;
    width: 92%;
}
.parent-pageid-313 h1.build_flow_title .main {
    font-size: 22px;
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
}
.parent-pageid-313 .build_title_bana span.small {
    float: none;
    width: 90%;
    margin: auto;
}
.parent-pageid-313 h1.build_flow_title {
    padding: 6% 0;
    padding-bottom: 10%;
}
.parent-pageid-313 .page_head .cache {
    font-size: 36px;
}
.parent-pageid-313 h3.flow_title {
    margin-top: 80px;
    width: 92%;
    margin: auto;
    margin-bottom: 5%;
    margin-top: 10%;
}
.page-id-492 .iedukuri_page .flex_box .box, .page-id-497 .iedukuri_page .flex_box .box, .page-id-505 .iedukuri_page .flex_box .box, .page-id-509 .iedukuri_page .flex_box .box {
    width: 82%;
    margin-bottom: 4%;
}
.page-id-509 .iedukuri_page .flex_box.reverse,.page-id-469 .iedukuri_page .flex_box.reverse,.page-id-505 .iedukuri_page .flex_box.reverse {
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
}
.page-id-509 .iedukuri_page .flex_box.reverse .box,.page-id-469 .iedukuri_page .flex_box.reverse .box,.page-id-505 .iedukuri_page .flex_box.reverse .box {
    width: 90%;
    margin: auto;
}
.page-id-509 .iedukuri_page .flex_box.reverse .box .text,.page-id-469 .iedukuri_page .flex_box.reverse .box .text,.page-id-505 .iedukuri_page .flex_box.reverse .box .text{
    width: 100%;
}
.page-id-509 .iedukuri_page .flex_box,.page-id-469 .iedukuri_page .flex_box,.page-id-505 .iedukuri_page .flex_box {
    justify-content: center;
}
.iedukuri_page .flex_box .box_duo {
    width: 82%;
    margin: 0 1%;
}
.iedukuri_page .flex_box .box_duo .img_box {
    width: 100%;
    margin: 0 1%;
}
.iedukuri_page .flex_box .box {
    width: 82%;
    margin-bottom: 4%;
}
section.top_works .f-container {
    display: flex;
    width: 82%;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
}
section.top_works h3 {
    font-size: 13px;
    font-weight: 400;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 5%;
}
section.top_works h2 {
    font-size: 24px;
    margin-bottom: 10%;
    font-weight: 300;
}
section.top_works {
    padding-top: 10%;
    padding-bottom: 10%;
}
.home section.top_works .f-container {
    display: flex;
    width: 82%;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 5%;
}
.catch {
    font-size: 30px;
    top: 40vh;
    width: 88%;
    left: 3vw;
}
.top_slide {
    height: 64vh;
}
.mobile_top .left {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: auto;
    text-align: center;
    margin-top: 8%;
}
.mobile_top .left span {
    font-size: 16px;
    font-weight: bold;
    color: #16ab84;
    border-bottom: 2px solid;
}
.mobile_top .right p.tel span.number {
    display: block;
    float: left;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 8px;
    margin-top: -8px;
    color: #16ab84;
}
.mobile_top .right p.tel span.tel {
    background-image: url(../../../../images/top/head_img1.png);
    width: 16px;
    height: 24px;
    display: block;
    float: left;
}
.mobile_top .right p.mail_form {
    background-color: #16ab84;
    padding: 5px 7px;
    border-radius: 6px;
}
.mobile_top .right p.mail_form a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.mobile_top .right p.mail_form a span.kotira {
    float: left;
    margin-top: 1px;
    font-size: 13px;
}
.mobile_top .right p.mail_form a span.img {
    background-image: url(../../../../images/top/head_img2.png);
    width: 25px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
.mobile_top .right {
    width: 60%;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 8%;
}
.mobile_top .right p.tel span.number a {
    color: #16ab84;
}
section.footer_contact p.tel a {
    color: #ffffff;
}
h2.build_flow_title {
    padding-bottom: 6%;
}
.page-id-313 section.buid_flow .flow dd {
    float: none;
    margin-right: inherit;
    width: 90%;
    text-align: left;
    margin-left: 0;
}
.page-id-313 section.buid_flow .flow .right {
    margin-top: 15%;
    width: 82%;
}

}