@charset "utf-8";
/*
Theme Name: h_363_pill
Theme URI: https://lqd.jp/wp/theme_insight.html
Description: LIQUID PRESS SERIES
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: liquid-insight
Version: 0.9.6.1.2
*/

/* ------------------------------------
// common
------------------------------------ */

/* 記事内関連画像 */

.kijiitiran{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -js-display: flex;
}
.list_big{

}

.nocategory{
display:none;}
/* 記事内画像 */
.center{
	display:block; box-sizing:border-box; width:auto; height:auto; text-align:center;
	box-shadow:0 0 10px #afafaf;
}
.center{
	max-width:700px; margin:25px auto 25px; padding:0;
}
.osusume{
  font-size:16px;
  font-weight:600;
  letter-spacing:3px;
  background:#6d6038;
  color:#fff;
  border:4px double #c69200;
  padding:10px 10px 10px 30px;
  margin-bottom:20px;
}
body {
    color: #333;
    font-size: 16px;
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    line-height: 1.5;
}
.wrapper {
    overflow: hidden;
    background-color: #ffffff !important;
}
a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:hover, a:active {
    color: #333;
    text-decoration: none;
}
a:visited {
    opacity: 0.7;
}
img {
    max-width: 100% !important;
    height: auto !important;
}
iframe {
    max-width: 100%;
}
.none {
    display: none;
}
[class*='col-'] {
    overflow: hidden;
}
.customize-partial-edit-shortcuts-shown [class*='col-'] {
    overflow: visible;
}
.breadcrumb {
    background: white;
    border-radius: 0;
    padding: .5em 1em;
    /*border-top: 2px solid rgba(119, 119, 119, 0.1) !important;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1) !important;
    */
    font-size: small;
}
.breadcrumb>li+li:before {
    color: rgba(119, 119, 119, 0.1);
    content: ">";
}
.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.rwd_in {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

body .head .navbar {
    margin-bottom: 0;
    padding: 1rem 0;
    border-radius: 0;
    background: #ffffff !important;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;;
}
.navbar-fixed-top {
    padding: .5rem 0;
    background-color: rgba(255, 255, 255, 0.9);
}
body .head .navbar-nav a {
    font-weight: bold;
    display: block;
    padding: .5rem 1rem;
    font-size: 15px;
    color: #454545 !important;
    border-bottom:transparent 1px solid;
}
.navbar-nav a:hover{
  text-decoration:none;
  color:#07689F;
}
.navbar-fixed-top a{
  color:#333;
}
.navbar li {
    border-bottom: 1px solid transparent;
    list-style: none;
}
.nav>.menu-item-has-children>ul, .nav>.page_item_has_children>ul {
    display: none;
}
.open ul {
    display: block !important;
}
.dropdown-menu {
    margin: 0;
}
.logo{
    letter-spacing:7px;
    color:#864e50 !Important;
    position:relative;
    padding:5px;
    font-weight:400;
    text-align:center;
    display:inline-block;
    margin-top: 15px;
    text-decoration:none;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.logo:hover{
  	color:#272727 !important;
}
.logo img {    
    width: auto !important;
    height: 36px !important;
    max-width: initial !important;
}
.logo_text {
    font-size: x-small;
    text-align: left;
    margin-bottom: 2rem;
	background: rgba(119, 119, 119, 0.1);
}
.navbar-nav {
    text-align: center;
}
.navbar-nav .nav-item {
    float: none;
    display: inline-block;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
.navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
    font-weight: bold;
}
blockquote {
    border-left: 2px solid rgba(119, 119, 119, 0.1);
    padding-left: 1em;
}
blockquote:before {
    content: "\e977";
    color: #333;
    font-size: large;
}
.screen-reader-text {
    display: none;
}
thead th, thead td {
	background-color: #f9f9f9;
}
.table-bordered-none, .table-bordered-none th, .table-bordered-none td {
    border: 0 none;
}

*:before, *:after {
    box-sizing: border-box !important;
}

/* ------------------------------------
// bootstrap
------------------------------------ */
/* navbar-toggle */
.navbar-toggle {
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  background-color: transparent;
  background-image: none;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 47.9em) {
  .navbar-toggle {
    display: none;
  }
}

.logo{
  font-size: 30px;
  border:none;
  line-height:1.5;
}
/* Animated “x” icon */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
body .navbar-toggle .icon-bar {
  background-color: #555 !important;
  width: 22px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -o-transform: rotate(45deg);
  -o-transform-origin: 10% 10%;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
  color:#333 !important;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -o-transform: rotate(-45deg);
  -o-transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}

.form-control, .btn {
    border-radius: 0;
}

/* carousel */
.carousel-item img {
    width: 100%;
    position: relative;
}
.carousel-control.left,
.carousel-control.right {
    background-image: initial;
    background: transparent;
    filter: initial;
}
.carousel-control .icon-arrow-left2,
.carousel-control .icon-arrow-right2 {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -1em;
}
.carousel-control .icon-prev,
.carousel-control .icon-arrow-left2 {
  left: 50%;
  margin-left: -1em;
}
.carousel-control .icon-next,
.carousel-control .icon-arrow-right2 {
  right: 50%;
  margin-right: -1em;
}
.carousel-indicators {
   bottom: -3.5rem; 
}
.carousel-indicators li {
    background-color: rgba(119, 119, 119, 0.1);
    border: 0 none;
}
.carousel-indicators .active {
    background-color: #333;
}
.carousel-indicators li {
    margin: 0 .2em !important;
}
/* carousel iOS10 fix */
.carousel-inner>.carousel-item {
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-transform: none !important;
    transform: none !important;
}
.carousel-inner>.carousel-item.active.right,
.carousel-inner>.carousel-item.next {
    left: 100%;
}





.carousel-inner>.carousel-item.active.left,



.carousel-inner>.carousel-item.prev {
    left: -100%;
}
.carousel-inner>.carousel-item.active,
.carousel-inner>.carousel-item.next.left,
.carousel-inner>.carousel-item.prev.right {
    left: 0;
}
/* /carousel */


/* ------------------------------------
// main
------------------------------------ */
.headline {
    padding: 0 0 1rem 0;
    text-align: center;
    border-bottom:1px solid rgba(0, 0, 0, 0.11);
}
.logo_text .ttl, .logo_text .subttl {
    vertical-align: top;
    font-size: small;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: .5rem 0;
    text-align: center;
    line-height: 1.1;
}
.cover {
    margin-bottom: 2rem;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(119, 119, 119, 0.1);
}
.cover_inner {
    position: relative;
    line-height: 0;
}
.cover video {
    width: 100%;
    height: auto;
}
.hero {
    background-color: #eee;
    height: 400px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.hero_img {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    text-align: center;
    line-height: 100px;
    font-size: medium;
    opacity: 0.7;
}
.head {
    background-color: #07689F;
}
.wrapper .head{
background:#ffffff !important;}
.headcol {
    height: 100vh;
}
.headcol .head {
    position: fixed;
    width: inherit;
    height: 100vh;
}
.headcol .headline {
    padding: 0;
}
.headcol .navbar-nav a {
    padding: .5rem;
    font-size: x-small;
}
.maincol {
    margin-top: 0;
}
.mainpost, .detail {
    margin-top: 2rem;
    background: #ffffff;
}
.main {
    background-color: #0e8600;
    text-align: center;
    line-height: 1.5;
    padding: .5rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.main a {
    color: #fff !important;
    font-size: 20px;
}

.list .post_links {
    display: block;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(119, 119, 119, 0.1);
}
.list .post_links .list-block {
    display: table;
}
.list .post_links .post_thumb, 
.list .post_links .list-text {
    display: table-cell;
    vertical-align: top;
}
.list .post_links .post_thumb img {
    width: 100%;
}
.list .post_links .post_thumb:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.list .post_links:hover .post_thumb:after {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .post_ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: .5rem 0;
}
.list .post_ex {
    font-size: small;
    line-height: 1.2em;
    margin-top: .5em;
    text-align: right;
}

.list_big .post_links .list-block {
    display: block;
}
.list_big .post_links .post_thumb, 
.list_big .post_links .list-text {
    display: block;
}
/* -p
.list_big .post_ttl {
    height: 2.2em;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    text-overflow: ellipsis;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
} */

.single .mainarea, .page .mainarea {
    background-color: #f5f9e9;
    padding: 2rem;
    margin-bottom: 1rem;
}
.post_meta {
    margin-bottom: 1rem;
}
.attachment-post-thumbnail, .ttl_h1 + img img{
  display:block;
  margin:30px auto;
  box-shadow:0 0 10px #afafaf;
}
.post_time, .post_cat {
    font-size: small;
    color: #777;

    margin-right: .5em;
}
.list .post_cat {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    padding: .2rem .5rem;
    background-color: #333;
    font-size: 13px;
}
.post_body {
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size:18px;
    font-weight:500;
}
.post_body p{
  font-weight: 500;
  line-height:2.1;
  color: #25394a;
  font-size: 15px;
  padding:0 0px 0px 0px;
}
.list ul,.list ol,dl{
margin:20px auto;
padding:15px 20px;
background:#ffffff;
border:1px solid #c1c1c1;

}

.list ul li, .list ol li{
  font-size: 17px;
  font-weight:600;
  line-height:2.0;
  padding:2px 30px;
  list-style:none;
  color:#444;
  position:relative;
  margin-left:20px;
}
.list ol{
  counter-reset:number;
}
.list ol li{
  position:relative;
  line-height:2;
  margin-bottom:10px;
  padding-left:50px;
}
.list ol li:before{
  counter-increment: number;
  content: counter(number);
  position:absolute;
  border-radius:50%;
  background:#f9a828;
  padding:0px 10px;
  top:7px;
  left:0px;
  font-size: 14px;
  color:#fff;
}

dl dt{
  background:#0e2537;
  padding:10px;
  margin:20px auto;
  color:#ffffff;
  font-weight:500;
  border:3px double #c69200;
}

dl dd{
  font-weight:500;
  line-height:1.8;
  margin:20px;
  font-size:15px;
}

.list ul li:before{
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left : -3px;
  color: #c69200;
}
.post_body h1 {
    font-weight: bold;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.post_body h1 > span {
    border-bottom: 2px solid #333;
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: -2px;
}
.post_body h2 {
  margin:30px auto;
  font-size: 25px;
  font-weight:500;
  padding:10px 0;
  padding:15px;
  color:#fff;
  color:#796b3e;
  border-bottom:3px double #796b3e;
  text-align:center;
}
.post_body h2 span{
}
.post_body h3 {
  font-size:18px;
  letter-spacing:1.5px;
  background:#0e2537;
  line-height:1.5;
  padding:15px;
  font-weight:600;
  margin:30px auto;
  color:#fff;
  text-shadow:0px 0px 3px #616161;
  position:relative;
  border-left:6px solid #c69200;
}
/*
.post_body h3:before{
  content:'';
  position:absolute;
  width:9px;
  height:71%;
  background:#c69200;
  top:10px;
  left:20px;
}
*/
.post_body h4{
  margin:20px auto;
  font-size:20px;
  padding:15px;
  font-weight:600;
  color:#0e2537;
  background:#fff;
  position:relative;
}
.post_body hr {
    clear: both;
}
.post_body a {
    text-decoration: underline;
    font-size:120%;
    font-weight:600;
    color: #3F51B5;
}
.post_body a:hover{
color:#333;}
.post_views {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2rem .5rem;
    background: #333;
    color: #fff;
    font-size: small;
}

.cat_info {
    margin-bottom: 1rem;
    color: #777;
}
.cat_info img {
    width: 100%;
}

.ttl {
    font-size: 18px;
    font-weight:500;
    border-radius: 0;
    margin: 2rem 0;
    padding:10px 15px;
    border:4px solid #c69200;
    text-align: left;
    background:#0e2537;
}
.list .post_links .ttlin {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(119, 119, 119, 0.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.list .post_links:hover .ttlin {
    opacity: 1;
}

ul.post-categories, .widget ul, ul.page-numbers {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}
ul.page-numbers li {
    display: inline-block;
}

.sidebar {
    padding:30px;
    font-size: small;
background-color: #796b3e;
background-image:
repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)),
linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1));
background-size: 70px 120px;
}
.sidebar .widget .ttl span {
    display: block;
    font-size:18px;
    letter-spacing:1.5px;
    background: #ffffff;
    padding:10px 20px;
    color:#840000;
    font-weight:600;
    border:2px double #c69200;
}
.sidebar .widget:first-child .ttl {
    margin-top: 0;
}
.sidebar .widget ul li{
  border-bottom:1px solid #c69200;
}
.sidebar .widget ul li a {
    padding: .5rem 0;
    font-size: 16px;
    color:#ffffff;
    font-weight:400;
}
.sidebar .widget ul li a:hover{
  color:#ffffff;
  text-decoration:underline;
}
.widget {
    margin-bottom: 2rem;
}
.widget .ttl {
    font-size: large;
    font-weight: bold;
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
    padding: 0;
}
.ttl span {
    display: inline-block;
    padding: .5em 0;
    color:#fff;
    /* border-bottom: 2px solid #333; */
}
.widget ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.widget ul li ul li {
    border-bottom: 0 none;
}
.widget ul li ul {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
    margin-left: 1rem;
}
.widget ul li a {
    padding: .5rem;
    display: inline-block;
}
.widget_nav_menu .hidden-sm-down {
    display: block !important;
}
.wrapper > .widgets .widget {
    margin-bottom: 0;

}
.sidebar .newpost a {
    display: table;
    width: 100%;
}
.sidebar .newpost a .post_thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}
.sidebar .newpost a .post_thumb span {
    display: block;
    width: 90px;
    height: 60px;
    overflow: hidden; 
    background-color: rgba(119, 119, 119, 0.1);  
}
.sidebar .newpost a .post_thumb img {
    width: 100%;
    height: auto;
}
.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;

}

.widget .tagcloud a {
    display: inline-block;
    border: 1px solid rgba(119, 119, 119, 0.1);
    background-color: rgba(225, 225, 225, 0.1);
    padding: .2rem .5rem;
    margin: .2rem .1rem;
    font-size: small !important;
}

ul.post-categories a, ul.tag a, .pager li>a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 2px solid rgba(119, 119, 119, 0.1);
    margin: 0 .5rem .5rem 0;
    background-color: #fff;
}
ul.post-categories a:hover, ul.tag a:hover, .page-numbers a:hover, .widget a:hover, .formbox a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}

.authorbox {
    border: 2px solid rgba(119, 119, 119, 0.1);
    padding: 1em;
}
.authorbox a {
    text-decoration: underline;
}
.share, .authorbox {
    margin-bottom: 1rem;
}
.widget .authorbox {
    padding: 0;
    border: 0 none;
}
.widget .authorbox .fn {
    margin: .5rem 0;
    text-align: center;
    font-weight: bold;
}
.share {
    margin-bottom: 1rem;
}
.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 .5em .5em 0;
    opacity: 0.8;
}
.share a:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}
.share_facebook {
    background: #39599F;
}
.share_twitter {
    background: #45B0E3;
}
.share_google {
    background: #DB4437;
}
.share_hatena {
    background: #00A4DE;
}
.share_pocket {
    background: #D3505A;
}
.share_line {
    background: #00C300;
}

.headline .sns {
    text-align: center;
    padding-top: 2rem;
}
.headline .sns a {
    font-size: large;
    display: inline-block;
    margin: .2rem;
    width: 1.5em;
    height: 1.5em;
    background: #333;
    color: #fff !important;
    line-height: 1.5em;
    opacity: 0.8;
}

.foot .sns {
    text-align: center;
    padding: 1rem 0;
}
.foot .sns a, .widget .sns a {
    font-size: large;
    display: inline-block;
    margin: .2rem;
    width: 1.5em;
    height: 1.5em;
    background: #6d6038 !important;
    color: #fff !important;
    line-height: 1.5em;
    opacity: 0.8;
}
.widget .sns {
    text-align: center;
    padding: 0;
}
.widget .sns a {
    font-size: x-large;
}
.sns a:hover {
    opacity: 1;
}

.follow {
    margin-bottom: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}
.follow_wrap {
    display: table;
}
.follow_img, .follow_sns {
    display: table-cell;    
    vertical-align: middle;
}
.follow .share {
    margin: 0;
}
.follow .share a {
    color: inherit !important;
    font-size: 1.5em;
    margin: 0;    
    padding: .5em 1em;
    background-color: transparent;
}
.formbox a {
    padding: 2rem 1rem;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    border: 2px solid #333;
}

.ttl_h1 {
    margin:0px 0 30px;
    font-size: 35px;
    font-weight: 600;
    background:none;
    color:#5d5959;
    border-bottom:2px solid #c69200;
    padding:15px 30px;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.kiji{
border:none;
background:#09831d;
border-radius:6px;
color:#fff;
}
.archive .ttl_h1, .search .ttl_h1 {
    padding-bottom: 1rem;
    font-weight: bold;
}

.clearfix, .post_body {
    zoom: 1;
}
.clearfix:after, .post_body:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.pager li>a, .pager li>span {
    border-radius: 0;
    background: #fff;
}
.page-numbers {
    clear: both;
    text-align: center;
}
.page-numbers a, span.current {
    display: inline-block;
    background: #fff;
    border: solid 1px rgba(119, 119, 119, 0.1);
    padding: .5em 8px;
    margin: 2px;
    text-decoration: none;
}
span.current {
    background: rgba(119, 119, 119, 0.1);
}

.pagetop a {
    display: none;
    text-align: center;
    font-size: 1rem;
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    background: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    z-index: 999;
    box-shadow:2px 2px 0px #ccc;
}
.wrapper footer {
    color: #fff;
    font-size: small;
    padding: 2em 0;
    background-color: #333;
    background:#6d6038 !important;
}
footer a, footer a:hover, footer a:active {
    color: #fff;
}
footer .ttl span {
    border-color: #fff;
}
footer a.rwd_pc,footer a.rwd_sp.hidden_sp{
color:#1d1d1d;
font-weight:600;
}
 
.copy {

    padding: 2em;
    text-align: center;
    font-size: small;
}

.eg {
    background: rgba(119, 119, 119, 0.1);
    padding: 2rem 1rem;
    text-align: center;
    font-weight: bold;
}
.sidebar .eg {
    width: 100%;
    height: 250px;
    border: 1px solid rgba(119, 119, 119, 0.1);
}


/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.alignright { 
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
}
.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
}
.attachment-post-thumbnail, .ttl_h1 + img {
    margin-bottom: 1em;
}
.wp-caption, .wp-caption-text, .gallery-caption {
    font-size: small;
    max-width: 100%;
    height: auto;
}
.sticky .list-title {
    font-weight: bold;
}
.bypostauthor {
    font-weight: bold;
}
.form-allowed-tags {
    font-size: small;
}

.searchform_nav {
    margin-top: 1rem;
}
.searchform {
    position: relative;
}
.searchform .search-text {
    border-color: transparent transparent rgba(119, 119, 119, 0.1) transparent;
}
.searchform .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    color: #333;
    border: 0 none;
}
.searchform * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* ------------------------------------
// cse-search
------------------------------------ */
#cse-search-box input[name="q"] {
    width: 74%;
}

/* ------------------------------------
// infinitescroll (use masonry)
------------------------------------ */
#infscr-loading {
    position: absolute;
    bottom: 0;
    left: 49%;
    text-align: center;
}

/* ------------------------------------
// popularposts
------------------------------------ */
.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.popular-posts .wpp-list li {
    display: table;
    width: 100%;
    position: relative;
}
.popular-posts .wpp-list li a {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .wpp-post-title {
    width: 100%;
}
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .post-stats {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 90px;
    background: #333;
    color: #fff;
    text-indent: .5em;
}
.popular-posts .wpp-list li .post-stats a {
    padding: 0;
    display: inline;
    color: #fff;
}
.wpp-no-data {
    text-align: center;
}

/* ------------------------------------
// @media
------------------------------------ */
@media (max-width: 74.9em) {
}
@media (max-width: 61.9em) {
    .headcol {
        height: auto;
    }
    .headcol .head {
        position: static;
        height: auto;
    }
    .headcol .headline {
        padding-bottom: 2rem;
    }
    .follow .share a {
        font-size: 1em;
    }

}
/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em) {
    .logo_text {
        text-align: left;
    }
    .logo.fixed-top {
        position: fixed;
        left: 4rem;
        z-index: 1040;
        top: -0.1rem;
        font-size: 17px;
        right: 4rem;
        margin: 0 auto;
        color:#333 !important;
    }
    .post_body p{
      font-size:16px;
    }
    .logo.fixed-top img {
        height: 1.5rem !important;
    }
    body .head .navbar {
        padding-top: 3.5rem;
    }
    .main {
        position: static;
    }
    .single .mainarea, .page .mainarea {
        padding: 1rem;
    }
    .logo{
  font-size:30px;
  text-shadow:none;
}
.ttl_h1,.post_body h2{
  font-size:25px;
}
}
/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.9em) {
    .list .post_time, .list .post_cat {
        font-size: 14px;
    }
    .list .post_ttl {
        font-size: 18px;
    }
    .list .post_links {
        margin-bottom: 1rem;
    }
    .list .post_links .post_thumb {
        height: 90px;
        overflow: hidden;
    }
    .list .post_links .post_thumb img {
        top: -25%;
        position: relative;
    }
    .alignright { 
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .headline {
        padding-bottom:0;
    }
    .logo_text {
        margin-bottom: 1rem;
    }
    .navbar .menu-item {
        float: none;
        display: block;
        text-align: left;
    }
    .navbar .menu-item a {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1);
        padding: .5rem 0;
    }
    .navbar .container {
        padding-left: .9375rem;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .mainpost, .detail {
        margin-top: 1rem;
    }
    .logo.fixed-top{
      font-size: 15px;
      letter-spacing:1px;
      text-align:left;
      line-height:1.5;
      top:5px;
    }
    .breadcrumb {
        font-size: small;
    }
    .share a {

        font-size: x-small;
        padding: .5em .7em;
    }
    .col-xs-min-gutter {
        padding: 0 .1rem;
    }
    h1 {
        font-size: 2rem;
    }
    h2, h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    .hero, .hero_img {
        height: 60px;
        line-height: 60px;
    }
    .logo{
  font-size:20px;
}
}
@media (max-width: 360px) {
.logo{
  border:none;
    line-height:1.4;
}
h1{text-align:left;

}

.list ul li,.list dl dd,.list ol li{
font-size:16px;
}

.list dl{
 padding:10px;
}
.logo.fixed-top{
  font-size: 14px;
  top:7px;
  line-height:1.5;
  letter-spacing:4px;
}
.ttl_h1,.post_body h2{
  font-size: 18px;
  line-height: 1.5;
}
.post_body  h3,.post_body  h4{
  font-size:16px;
}
.post_body p{
  padding:0;
  font-size:16px;
  line-height:1.9;
}
.sidebar .widget ul li a{
font-size:16px;}
}
