@charset "utf-8";
/***************************************************************
Theme Name: NY Benricho
Description: ニューヨーク便利帳
Author: Spice Factory
****************************************************************/

/* ==========================================================================
HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary{
  display:block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}

/* ==========================================================================
Base
========================================================================== */
html {
font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;}
body {margin: 0; }

/* ==========================================================================
Links
========================================================================== */
a {
background: transparent; }
a:focus {
outline: thin dotted; }
a:active,a:hover {
outline: 0; }

/* ==========================================================================
Typography
========================================================================== */
/* Googleフォント */
.gf {
font-family: "Ubuntu Condensed", serif;
font-weight: normal;
}
.gf-res {
font-family: "Ubuntu Condensed", serif;
font-weight: normal;
}
.gf2 {
font-family: "Ubuntu", serif;
font-weight: normal;
}
@media (max-width:575px) {
  .gf-res {
    font-family: "Ubuntu", serif;
    font-weight: normal;
  }
}
h1 {
font-size: 2rem;
margin: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,strong,.strong {
font-weight: bold; }
dfn,em,.em {
font-style: italic;
border-bottom: 1px dotted pink;
}
hr {
margin: 1.8em 0;
padding: 0;
border: 0;
height: 5px;
background: url(library/images/line01.png) repeat-x 0 0;
}
p {
-webkit-hyphens: auto;
-epub-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; }
pre {
margin: 0; }
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 0.9em;
padding: 0.05em 0.4em;
border-radius: 3px;
background: #F6F6F6;
color: #444;
}
pre {
white-space: pre-wrap; }
q {
quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before,
q:after {
content: '';
content: none; }
small, .small {
font-size: 75%; }
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }

/* Utilities */
.fs-7 {
  font-size: 0.875rem !important;
}

.heading-title,
.archive-title {
  position: relative;
  font-weight: bold; /* Bold text */
  display: inline-block; /* Makes underline align to text */
  width: 100%;
  letter-spacing: -1px;
}

.heading-title::after,
.archive-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px; /* Adjust spacing below the text */
  width: 100%;
  height: 2px; /* Thickness of the underline */
  background-color: black; /* Color of the underline */
}

.heading-title::before,
.archive-title::before {
  /* Arrow */
  content: '';
  position: absolute;
  bottom: -9px;
  right: 10px;
  width: 0px;
  height: 28px;
  border-right: 2px solid rgb(0, 0, 0);
  transform: rotate(-45deg);
}

/* ==========================================================================
Lists
========================================================================== */
dl,
menu {
margin: 1em 0; }

dd {
margin: 0; }
.gallery {
margin: .5em auto 2em!important;
}
.gallery dl{
margin:0!important;
}
.gallery dl img{
margin-bottom:0;
border: none!important;
padding: 1px;
}
menu {
padding: 0 0 0 40px; }
ol,
ul {
padding: 0;
list-style-type: none; }
.entry-content ul li{
position:relative;
padding-left: 1em;
margin: 3px 0;
}
.entry-content ul li:before{
content:" ";
width: 7px;
height: 7px;
background: #3E3E3E;
-webkit-box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
-moz-box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
display:block;
position:absolute;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
left: 2px;
top: 9px;
}
.entry-content ul li ul li:before{
width: 5px;
height: 5px;
top: 10px;
}
.entry-content ul li ul li ul li:before{
width:7px;
height:2px;
top:10px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.entry-content ol{
counter-reset: number;
}
.entry-content ol li{
list-style:none;
position:relative;
padding-left: 1.4em;
}
.entry-content ol li:before{
counter-increment: number;
content: counter(number);
background: #3E3E3E;
color:#fff;
width:1.5em;
height:1.5em;
font-size: 0.7em;
font-weight:bold;
font-family: 'Lato', sans-serif;
display:block;
text-align:center;
line-height:1.5em;
border-radius:50%;
position:absolute;
left:0;
top: 3px;
}
.entry-content ol li ol li:before{
background:#666;
font-size:10px;
line-height:1.4;
}
.entry-content ol li li ol li:before{
background:#ccc;
color:#555;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
/*padding: 0 0 0 47px;*/
}

/* ==========================================================================
Embedded content
========================================================================== */
img {
border: 0;
vertical-align: bottom;
max-width: 100%;
height: auto;
}
.widget .attachment-home-thum {
}
svg:not(:root) {
overflow: hidden; }

/* ==========================================================================
Figures
========================================================================== */

figure {
margin: 0; }

/* ==========================================================================
Forms
========================================================================== */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal; }
button,
select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
text-transform: none; }
select::-ms-expand {
display: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
textarea {
overflow: auto;
vertical-align: top;
}

/* ==========================================================================
Tables
========================================================================== */
table {
border-collapse: collapse;
border-spacing: 0; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.image-replacement,
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden; }
.clearfix, .cf, .comment-respond,.widget ul li {
zoom: 1; }
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after ,.widget ul li:before ,.widget ul li:after{
content: "";
display: table; }
.clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
clear: both; }
span.amp {
font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
font-style: italic; }
p {
-ms-word-break: break-all;
-ms-word-wrap: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3; }
.alert-help, .alert-info, .alert-error, .alert-success {
margin: 10px;
padding: 5px 18px;
border: 1px solid; }
.alert-help {
border-color: #e8dc59;
background: #ebe16f; }
.alert-info {
border-color: #bfe4f4;
background: #d5edf8; }
.alert-error {
border-color: #f8cdce;
background: #fbe3e4; }
.alert-success {
border-color: #deeaae;
background: #e6efc2; }
.blue-btn, .comment-reply-link, #submit {
display: inline-block;
position: relative;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
color: white;
font-size: 0.9em;
font-size: 34px;
line-height: 34px;
font-weight: normal;
padding: 0 24px;
border-radius: 4px;
border: 0;
cursor: pointer;
-webkit-transition: background-color 0.14s ease-in-out;
transition: background-color 0.14s ease-in-out; }
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
color: white;
text-decoration: none; }
.blue-btn:active, .comment-reply-link:active, #submit:active {
top: 1px; }


.blue-btn, .comment-reply-link, #submit {
background-color: #e55937;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
background-color: #2574a8; }

/*********************
INPUTS
*********************/

input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
background-color: #FFFFFF;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="date"]:focus,input[type="date"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="week"]:focus,input[type="week"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="color"]:focus,input[type="color"]:active,select:focus,select:active,textarea:focus,textarea:active,.field:focus,.field:active {
background-color: #f7f8fa; }

input[type="password"] {
letter-spacing: 0.3em; }
textarea {
max-width: 100%;
min-height: 120px;
line-height: 1.5em; }
select {
-webkit-appearance: none;
background-image: url(library/images/select_arrow.png);
background-repeat: no-repeat;
background-position: 97.5% center;
background-size:9px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {width: 92%;max-width: 92%;}
}

/*********************
GENERAL STYLES
*********************/
body {
font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 100%;
line-height: 1.5;
color: #545B63;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-wrap: break-word;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
margin: 0 auto;
}
.last-col {
float: right;
padding-right: 0 !important;
}

/*********************
LINK STYLES
*********************/
a,
a img{
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
/* マウスオーバー */
a:hover img{
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity:0.7;
}
a:link, a:visited:link {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
/* External Link */
.entry-content a[target="_blank"]:after {
font-family: 'FontAwesome';
content: '\f08e';
font-size:0.9em;
margin:0 3px 0 2px;
}
/* 外閉板δ環ンク夏・堕慊て堋焼卍債・・アイコンて堕就ね・クδ可ス */
.entry-content a.no-icon[target="_blank"]:after{
content:none;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
text-rendering: optimizelegibility;
font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
text-decoration: none; }

/*********************
HEADER STYLES
*********************/
#custom_header{
color:#fff;
position:relative;
text-align:center;
}
#custom_header .wrap > div{
display:table-cell;
vertical-align:middle;
}
#custom_header .header-eyecatch{
width:40%;
}
#custom_header .header-text{
width:60%;
-webkit-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.05);
-moz-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.08);
text-shadow: 0 2px 1px rgba(45, 45, 45, 0.08);
}
#custom_header .en{
font-size: 9em;
font-weight: normal;margin: 0.3em 0;
line-height: 1;
letter-spacing: -1px;
}
#custom_header .ja{
font-size: 48px;
margin:0;
margin-bottom: 160px;
}
#custom_header .btn-wrap{
margin:2.5em 0 0;
}
#custom_header .btn-wrap a{
padding:1em 2.5em;
color:#fff;
border-color:#fff;
font-size:0.95em;
min-width: 55%;
-webkit-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.05);
-moz-text-shadow: 0 2px 5px rgba(45, 45, 45, 0.08);
text-shadow: 0 2px 1px rgba(45, 45, 45, 0.08);
position: relative;
font-weight: 500;
}
#custom_header .btn-wrap a:hover{
background:none;
filter: alpha(opacity=40);
-ms-filter: "alpha(opacity=40)";
opacity:0.4;
}
#custom_header.text_bk .header-text,
#custom_header.text_bk .btn-wrap a{
border-color:#333;
color:#333;
text-align: center;
}
#custom_header.layoutcenter .header-eyecatch,
#custom_header.layoutcenter .header-text{
width: 100%;
display: block;
}
#custom_header.layoutcenter .header-text{
margin: 1.5em 0 2em;
}
.home #content{
width: 1100px;
margin: 0 auto;
margin-top: 1.5em;
}
.home_widget{
font-size: .88em;
margin: 0 auto 1.9em;
}
.home_widget > div{
margin-bottom: 1.5em;
}
.page-full .home_widget{
max-width: 100%;
}
.home_widget .widget{
margin:0;
}
.header {
background-color: #e55937; }
#inner-header{
display: table;
position:relative;
padding-top: 2px;
}
.header form button{
  position:absolute;
  right:5px;
  top:8px;
  border:0;
  background:none;
}
#searchModal.modal {
  position: relative;
  top: -13px;
  right: 0;
  z-index: 20;
}
.header form input::placeholder {
  color: #898989;
  font-size: 0.875rem;
  opacity: 1;
}
.header form input::-ms-input-placeholder {
  color: #898989;
  font-size: 0.875rem;
}
#logo .h1{
font-size: 1rem;
}
#logo .h1.text{
font-size: 1.5rem;
}
#logo a {
color: #fff;
text-decoration:none;
}
#logo img{
  max-height: 32px;
}
.header.headercenter{
  text-align:center;
  padding-top:0.01rem;
}
.header.headercenter #logo{
  margin:.75rem auto;
}
.header.headercenter #logo .h1{
  display: inline-block;
}
.header.headercenter #logo a{
  display:block;
}
.header.headercenter #logo img{
  max-height:32px;
}
.site_description{
font-size: 0.75rem;
margin: 5px auto;
}
.site_description:empty{
display:none;
}
.subnav .linklist{
float: right;
margin-left: 1em;
}
.subnav .linklist li{
display:inline;
margin-right:1em;
}
.subnav .linklist li a{
text-decoration:none;
color:#fff;
}
.subnav .linklist li a:hover{
text-decoration:underline;
}
.subnav .linklist li a:before{
font-family:"fontawesome";
content:'\f0da';
margin-right:0.3rem;
color: #fff;
opacity: 0.9;
}
.subnav .linklist li a span{
display:none;
}
#globalNav dropdown-toggle::after {
  margin-left: .35rem;
}
#globalNav .navbar-nav .nav-link.active,
#globalNav .navbar-nav .nav-link.show {
  color: #19B699;
}
#globalNav .nav li a {
  transition: all ease-in-out .01s;
}
#globalNav .nav li a::before {
  transition: all ease-in-out .2s;
}
#globalNav .nav ul.dropdown-menu li {
  list-style-image: url("/wp-content/themes/ny-benricho-child/asset/img/polygon-white.svg");
  margin: 0.75rem 0rem 0.75rem 1.5rem;
}
#globalNav .nav ul.dropdown-menu li:hover::marker svg {
  opacity: .65;
}
#globalNav .nav ul.dropdown-menu li a {
  font-size: 0.875rem;
  font-family: "Lato", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
  transition: all ease-in-out .2s;
  padding-left: .25rem;
}
#globalNav .nav ul.dropdown-menu li:hover a {
  background: initial;
  color:#fff;
  opacity: .65;
}
ul.navbar-nav.nav > li.nav-item {
  margin:auto 1rem;
}
ul.navbar-nav.nav > li.nav-item a.nav-link {
  display: flex;
  align-items: center;
}
ul.navbar-nav.nav li.nav-item.icon-eat a.nav-link::before {
  content: '';
  background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_eat.svg") no-repeat top left;
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: bottom;
}
ul.navbar-nav.nav li.nav-item.icon-live a.nav-link::before {
  content: '';
  background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_live.svg") no-repeat top left;
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}
ul.navbar-nav.nav li.nav-item.icon-business a.nav-link::before {
  content: '';
  background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_business.svg") no-repeat top left;
  width: 19px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
ul.navbar-nav.nav li.nav-item.icon-education a.nav-link::before {
  content: '';
  background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_education.svg") no-repeat top left;
  width: 19px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
ul.navbar-nav.nav li.nav-item.icon-search a.nav-link::before {
  content: '';
  background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_search_job.svg") no-repeat top left;
  width: 17px;
  height: 15px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
ul.navbar-nav.nav li.nav-item.icon-book a.nav-link::before {
  content: '';
  background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_book.svg") no-repeat top left;
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

@media (min-width:992px) {
  ul.navbar-nav.nav li.nav-item.icon-eat a.nav-link.active::before,
  ul.navbar-nav.nav li.nav-item.icon-eat a.nav-link.show::before,
  ul.navbar-nav.nav li.nav-item.icon-eat a.nav-link:hover::before {
    background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_eat_h.svg") no-repeat top left;
  }
  ul.navbar-nav.nav li.nav-item.icon-live a.nav-link.active::before,
  ul.navbar-nav.nav li.nav-item.icon-live a.nav-link.show::before,
  ul.navbar-nav.nav li.nav-item.icon-live a.nav-link:hover::before {
    background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_live_h.svg") no-repeat top left;
  }
  ul.navbar-nav.nav li.nav-item.icon-business a.nav-link.active::before,
  ul.navbar-nav.nav li.nav-item.icon-business a.nav-link.show::before,
  ul.navbar-nav.nav li.nav-item.icon-business a.nav-link:hover::before {
    background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_business_h.svg") no-repeat top left;
  }
  ul.navbar-nav.nav li.nav-item.icon-education a.nav-link.active::before,
  ul.navbar-nav.nav li.nav-item.icon-education a.nav-link.show::before,
  ul.navbar-nav.nav li.nav-item.icon-education a.nav-link:hover::before {
    background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_education_h.svg") no-repeat top left;
  }
  ul.navbar-nav.nav li.nav-item.icon-search a.nav-link.active::before,
  ul.navbar-nav.nav li.nav-item.icon-search a.nav-link.show::before,
  ul.navbar-nav.nav li.nav-item.icon-search a.nav-link:hover::before {
    background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_search_job_h.svg") no-repeat top left;
  }
  ul.navbar-nav.nav li.nav-item.icon-book a.nav-link.active::before,
  ul.navbar-nav.nav li.nav-item.icon-book a.nav-link.show::before,
  ul.navbar-nav.nav li.nav-item.icon-book a.nav-link:hover::before {
    background: url("/wp-content/themes/ny-benricho-child/asset/img/icons/icon_book_h.svg") no-repeat top left;
  }
  #globalNav .navbar-nav .dropdown-menu.dropdown-menu-center {
    left: 50%;
    transform: translateX(-50%);
  }
  #globalNav .navbar-nav .dropdown-menu {
    padding: 0.5rem 1rem;
    margin-top: .5rem;
  }
  #globalNav .navbar-nav .dropdown-menu:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 156, 132, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:9px;
    border-right-width:9px;
    margin-left: -9px;
    border-bottom-color:#009C84;
    bottom:100%;
    left:50%;
  }
}
.openbtn1 {
  width: 40px;
  height: 40px;
}
.openbtn1 span:nth-of-type(1) {
  top: 13px;
}.openbtn1 span:nth-of-type(2) {
  top: 20px;
}.openbtn1 span:nth-of-type(3) {
  top: 27px;
  width:12px;
  left:59%;
}.openbtn1.active span:nth-of-type(1) {
  top: 19px;
  transform: translate(-50%, 0px) rotate(-225deg);
  width: 24px;
  height: 3px;
}.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 39px;
  transform: translate(-64%, -20px) rotate(225deg);
  width: 24px;
  height: 3px;
}
.openbtn1.active span {
  background-color: rgb(255, 255, 255);
}
.openbtn1 span {
  display: inline-block;
  transition: transform .4s;
  position: absolute;
  height: 2px;
  border-radius: 1px;
  width: 20px;
  left: 49%;
  background-color: rgb(222, 222, 222);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
  transform: translateX(-50%);
}
button.navbar-toggler:focus .openbtn1 span {
  box-shadow: 0px 0px 3px rgba(25, 182, 153, 0.65);
}
button.navbar-toggler:focus {
  box-shadow: 0px 0px 0px 2px;
}
button.navbar-toggler {
  padding:0;
  color: #19B699;
  border-radius: 0.175rem;
}
@media (max-width:991px){
  #globalNav ul.navbar-nav.nav > li.nav-item {
    margin: auto -1rem .5rem;
  }
  #globalNav .dropdown-menu[data-bs-popper] {
    margin-top: -1px;
    outline: none;
    border: none;
  }
  #globalNav .nav-link {
    padding: 1.25rem 1.25rem 0rem;
    outline: none;
  }
  #globalNav .nav-link.dropdown-toggle.show {
    background: #009C84;
    color: #fff !important;
    /*padding: 1.25rem 1.25rem 0rem;*/
    outline: none;
  }
  #globalNav .nav ul.dropdown-menu li {
    margin-left: 3.75rem;
  }
  button.navbar-toggler {
  position: absolute;
  top: -3.25rem;
  right: 1rem;
  }
  nav.navbar {
  padding: 0;
  }
}
@media (max-width:575px){
  .header.headercenter #logo img {
    max-height: 32px;
    width: 58vw;
    height: auto;
  }
  button.navbar-toggler {
    top: -47px;
    right: .25rem;
  }
  #globalNav .nav ul.dropdown-menu li a {
    font-size: 0.75rem;
  }
}
@media (min-width:200px) and (max-width:991px) {
  #globalNav .dropdown-toggle::after {
    margin: auto 0 0 auto;
    padding: 0;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    content:'\f107';
    font: normal normal normal 2rem/1 FontAwesome;
	transition: all ease-in-out .2s;
  }
  #globalNav .dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .drop-animate {
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  #globalNav .nav li a {
    transition: all ease-in-out .2s;
  }
  #globalNav .nav li a:hover,
  #globalNav .nav-link:focus {
	color: rgb(255, 255, 255);
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(-1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1.5rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1.5rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
#breadcrumb{
font-size:.75rem;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
#breadcrumb ul{
margin:0;
}
#breadcrumb li:first-child{
margin-left:0;
}
#breadcrumb li{
float:left;
margin-left:0.5em;
}
#breadcrumb li:after{
content:'>';
margin-left:0.5em;
}
#breadcrumb li:last-child:after{
display:none;
}
#breadcrumb li a{
color:#666;
text-decoration:none;
}

/*********************
NAVIGATION STYLES
*********************/
.nav li a {
  font-family: "Lato", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div.popular-tags-list {
  margin-right: -5px;
}
div.popular-tags-list a {
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 0.6875rem;
  transition: all ease-in-out .2s;
  padding-top: 0.38rem !important;
  padding-bottom: 0.38rem !important;
}
#searchModal[data-bs-theme="dark"] .btn-close {
opacity: 1;
}
#searchModal .btn-close:hover {
opacity: 0.65 !important;
}
#searchModal div.popular-tags-list a:hover,
#mobSearch div.popular-tags-list a:hover{
  background-color: #FFF;
  border-color: #3E3E3E !important;
  color: #3E3E3E !important;
}
span.tags a:hover,
div.popular-tags-container div.popular-tags-list a:hover{
  background-color: #898989;
  border-color: #898989 !important;
  color: #FFF !important;
}
#main-slider .swiper {
  padding-bottom: 0.75rem;
}
#main-slider div.swiper-navigation-wrapper {
  bottom: 1rem;
}
#main-slider .swiper-horizontal > .swiper-pagination-bullets,
#main-slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
#main-slider .swiper-pagination-custom, 
#main-slider .swiper-pagination-fraction {
bottom: var(--swiper-pagination-bottom,-11px);
}
#main-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#main-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
}
@media (max-width:575px){
  .header.headercenter #logo {
    margin: .75rem 0;
    max-width: 62%;
  }
  #main-slider div.caption p.fs-7 {
    font-size: 3vw !important;
  }
  #main-slider div.caption h2.h4 {
    font-size: 3.8vw;
  }
  #main-slider div.caption.shadow {
    box-shadow: 0 0.2rem 0.35rem rgba(0,0,0,0.1) !important;
  }
  #main-slider div.swiper .caption {
    margin-bottom: -3.5rem;
    width: calc(100% - 2rem);
  }
  #main-slider .swiper-horizontal > .swiper-pagination-bullets,
  #main-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  #main-slider .swiper-pagination-custom,
  #main-slider .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-15px);
  }
  #main-slider .swiper {
    padding-bottom: 1rem;
  }
  article section.text-dark p:not(.description) span.fs-7 {
    font-size: 0.8125rem !important;
  }
  article section.text-dark p span.gf2 {
    font-size: .6rem;
  }
  article section.text-dark h2.h5,
  article section.text-dark h3.h5 {
    font-size: 0.9375rem;
  }
  article section.text-dark p.description {
    font-size: .75rem;
  }
}
/*********************
POSTS & CONTENT STYLES
*********************/
.pr-icon {
    display: inline-block;
    background-color: #ff0000;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: text-bottom;
}
h1.fs-3.heading-title .pr-icon {
  vertical-align: middle;
}
.banner_images .pr-icon,
.ttl .pr-icon {
  vertical-align: unset;
}
.single #main article,
.page #main article {
margin-bottom: 1em;
}
#main article header {
padding: 0;
margin-bottom: 2em;
}
#main article .eyecatch{
text-align:center;
overflow:hidden;
position:relative;
}
#main article .eyecatch img{
margin:0;
height: auto;
}
#main article footer {
padding: 1em 0;
}
#main article footer h4{
margin:0.5em 0;
}
#main article footer p {
margin: 0; }

#main article footer .post-categories,
#main article footer .tags{
margin:0;
display:inline-block;
}
#main article footer .post-categories li,
#main article footer .tags a{
display:inline-block;
}
#main article footer .post-categories li a,
#main article footer .tags a{
display:inline-block;
background: #e55937;
color:#fff;
padding:0.4em 0.5em;
margin-right:0.3em;
margin-bottom: 2px;
text-decoration:none;
border:1px solid #e55937;
line-height:1.1;
font-size:0.75em;
}
#main article footer .tags a{
background:none;
color:#e55937;
margin-top:-1px;
}
#main article footer .post-categories a:before,
#main article footer .tags a:before{
font-family:"fontawesome";
content:'\f02b';
margin-right:0.2em;
}
#main article footer .post-categories a:before{
content:'\f07b';
}
#main article footer .post-categories li a:hover,
#main article footer .tags a:hover{
background:#E69B9B;
color:#fff;
border-color:#E69B9B;
}
.entry-content h2{
position: relative;
border: none;
font-size:1.25em;
padding: 0.75rem 1.25rem;
margin-top: 2.1em;
margin-bottom: 1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #e55937;
color:#fff;
box-shadow: 0 0 45px rgba(0, 0, 0, 0.25) inset;
}
.entry-content h2:before,
.entry-content h2:after{
content:'';
display:block;
width:100%;
position:absolute;
border-top:1px dashed;
}
.entry-content h2:before{
top:3px;
left:0;
}
.entry-content h2:after{
bottom:3px;
left:0;
}
.entry-content h3{
border-left:4px solid;
padding: .7em 0 .7em .8em;
margin-top: 1.8em;
}

.h_simple .entry-content h2,
.h_simple .widgettitle{
	box-shadow: none;
}
.h_simple .entry-content h2:before,
.h_simple .entry-content h2:after{
	content: none;
}
.h_simple .widgettitle span{
	border: none;
}

/* 督環稿 page嫁淞て堋エδ環ア */
.single .authorbox,
.single .related-box{
border-radius: 4px;
margin-bottom: 1em;
}
.single .np-post a,
.single .authorbox a,
.single .related-box a{
color:#444;
}
.single .np-post a:hover,
.single .authorbox a:hover,
.single .related-box a:hover{
color:#999;
}
.single .np-post .h_ttl,
.single .authorbox .h_ttl,
.single .related-box .h_ttl{
font-size: 12px;
text-align: left;
margin: 1em 0;
padding: 1em .1em;
background: url(library/images/line01.png) repeat-x bottom;
}
.single .np-post .h_ttl span,
.single .authorbox .h_ttl span,
.single .related-box .h_ttl span{
font-size: 1.8em;
margin-right: 0.5em;
position:relative;
bottom:-2px;
font-weight:normal;
}
.single .authorbox .profile img {
width:16%;
float:left;
margin:1.5% 2% 1.5% 0;
border:4px solid #fff;
box-shadow:0 0 10px #ddd;
}
.single .authorbox .profile .name{
font-size:1em;
font-weight:bold;
margin:2em 0 0.5em;
}
.single .authorbox .profile a{
text-decoration:none;
color:#444;
}
.single .authorbox .profile .profile_description{
font-size:0.8em;
padding-left:18%;
}
.single .authorbox .profile .author_sns{
text-align:center;
margin:2em 0 0;
}
.single .authorbox .profile .author_sns li{
display:inline-block;
font-size: 0.8em;
margin-right: 1.2em;
}
.single .authorbox .profile .author_sns li i{
font-size:1.1em;
margin-right:0.3em;
}
.single .authorbox .author-newpost li,
.related-box li{
width:24%;
min-height: 190px;
margin:0 1% 1% 0;
float:left;
position:relative;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 100px;
overflow: hidden;
text-align: center;
background: #ddd;
}
.single .authorbox .author-newpost li a,
.related-box li a{
display:block;
text-decoration:none;
}
.single .authorbox .author-newpost li .cat-name,
.related-box li .cat-name{
position:absolute;
top:0;
right:0;
padding:0.1em 0.5em;
font-size:10px;
font-weight: bold;
background: #e55937;
color:#fff;
text-align:center;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
opacity: 0.9;
}
.single .authorbox .author-newpost li .date,
.related-box li .date{
font-size:11px;
font-weight:normal;
}
.single .authorbox .author-newpost li .ttl,
.related-box li .ttl{
font-size:12px;
margin:0;
}

/* 篠淞・前て堋記篠阀 */
.np-post{
padding: 0;
margin-bottom:1.5em;
}
.np-post .np-post-list{
word-break:break-all;
margin-bottom: .8em;
}
.np-post a{
width:100%;
display: table;
font-size:.9em;
text-decoration:none;
}
.np-post a .eyecatch{
display: table-cell;
vertical-align: middle;
text-align:center;
position: relative;
width: 64px;
padding-right: 12px;
padding-left: 12px;}

.np-post a .eyecatch img{
width: 100%;
}
.np-post a .ttl{
display: table-cell;
vertical-align: middle;
}
.np-post .next{
text-align: right;
}
.np-post .next a .eyecatch:after,
.np-post .prev a .eyecatch:before{
font-family:"fontawesome";
line-height: 40px;
padding: 0 3px;
position: absolute;
background: url(library/images/line01.png) repeat;
}
.np-post .next a .eyecatch:after{
content:'\f105';
right: 0;
}
.np-post .prev a .eyecatch:before{
content:'\f104';
left: 0;
}
.home_link i{
font-size: 30px;
padding: 5px 10px;
}

/*  pageタイトδ謀 */
.single-title,
.page-title,
.entry-title {
margin: 0.3em 0;
}
.single-title,
.page-title{
padding: 0 0 .5em;
font-size: 1.5em;
background: url(library/images/line01.png) repeat-x bottom;
}
.single-title:empty,
.page-title:empty{
display: none;
}
.byline {
margin: 0; }
.byline .date{
/*font-weight:bold;*/
font-size: 0.95em;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity: 0.7;
margin-right: 0.8em;
}
.byline .date:before{
font-family: "fontawesome";
content: "\f101";
font-size: .88em;
margin-right: .3em;
position: relative;
top:-1px;
}
.byline .date:before{
content: "\f274";
}
.byline .date.undo:before{
content: "\f0e2";
}
.byline .undo{
	display: none;
}
.date_on .byline .undo{
	display: inline-block;
}
.undo_off .undo,
.date_off .date{
display: none!important;
}
.byline .writer{
float:right;
font-size:0.75em;
margin-top: 2px;
}
.byline .writer a{
color:#666;
text-decoration:none;
}
.byline .cat-name{
background: #e55937;
color:#fff;
padding: 0.2em 0.4em;
margin-top: 0.3em;
margin-left: 0.9em;
font-size: 0.7em;
float:right;
-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
.byline .cat-name:before{
font-family: "fontawesome";
content: "\f08d";
color: #fff;
font-size: 1.15em;
display: inline-block;
margin-right: .5em;
-moz-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
/* entry content */
.entry-content {
padding: 0 0 1.5em;
overflow: hidden;
}
.entry-content p {
margin: 0 0 1.6em;
line-height: 1.75;
}
.entry-content table {
width: 100%;
font-size: 0.95em;
border: 1px solid #efefef;
margin-bottom: 1.5em;
}
.entry-content table caption {
margin: 0 0 7px;
font-size: 0.75em;
color: #9fa6b4;
text-transform: uppercase;
letter-spacing: 1px; }
.entry-content tr {
border-bottom: 1px solid #efefef;
}
.entry-content td {
padding: .8em;
border-right: 1px solid #efefef;
background: #fff;background: rgba(255, 255, 255, 0.6);}
.entry-content td input{
margin:3px 0;
}
.entry-content td:last-child {
border-right: 0; }
.entry-content th {
background-color: #eee;
background-color: rgba(0,0,0,0.1);
border-bottom: 1px solid #efefef;
border-right: 1px solid #efefef;
padding: 7px;
}
.entry-content th:last-child {
border-right: 0; }
.entry-content blockquote{
color: #555;
border:1px solid #ddd;
background: #eee;
background: rgba(53, 53, 53, 0.05);
margin: 3em 0;
font-size: 0.95em;
padding:2.5em 2.5em 1em;
border-radius:3px;
position:relative;
}
.entry-content blockquote:before,
.entry-content blockquote:after{
font-family: 'FontAwesome';
position:absolute;
width:1em;
height:1em;
display:block;
text-align:center;
font-size:20px;
line-height:1;
color:#999;
opacity: 20;
filter: alpha(opacity=20);
-ms-filter: "alpha(opacity=20)";
}
.entry-content blockquote:before{
content:'\f10d';
left:0.4em;
top:0.4em;
}
.entry-content blockquote:after{
content:'\f10e';
right:0.4em;
bottom:0.4em;
}
.entry-content blockquote h1,
.entry-content blockquote h2,
.entry-content blockquote h3,
.entry-content blockquote h4{
margin-top:0!important;
}
.entry-content dd {
margin-left: 0;
font-size: 0.9em;
color: #787878;
margin-bottom: 1.5em; }
.entry-content img {
margin: 0 0 1.5em 0;
max-width: 100%;
height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
max-width: 100%;
height: auto; }
.entry-content pre {
background: #666;
background: rgba(0, 0, 0, 0.54);
color: #f8f9fa;
font-size: 0.9em;
padding: 1.7em;
margin: 0.2em 0 2.2em;
border-radius: 5px;
}
.wp-caption {
max-width: 100%;
background: #eee;
background: rgba(0, 0, 0, 0.1);padding: 5px;
margin-bottom: 1.8em;
}
.wp-caption img {
max-width: 100%;
margin-bottom: 0;
width: 100%; }
.wp-caption p.wp-caption-text {
font-size: 0.75em;
margin: 4px 0;
text-align: center;
}
span.tags {
  margin: 0;
}
span.tags a {
  font-size: 0.6875rem;
  line-height: 1.2;
  white-space: nowrap;
  padding-top: 0.38rem !important;
  padding-bottom: 0.38rem !important;
}
/* YouTubeレスポンシブ */
.youtube-container{
overflow:hidden;
}
iframe { max-width: 100%; }
/* simpleタイプ */
.top-post-list{
border-top: 1px dotted #ccc;
border-top: 1px dotted rgba(0,0,0,.2);
}
.top-post-list .post-list{
font-size: 13px;
}
.top-post-list .post-list a {
  text-decoration: none;
}
.top-post-list .post-list figure a {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.top-post-list .post-list .eyecatch{
width:36%;
float:left;
max-height: 170px;
overflow: hidden;
position:relative;
margin-right: 0;
}
.top-post-list .post-list .eyecatch .cat-name{
position:absolute;
top:0;
right:0;
background:#e55937;
color:#fff;
font-size:0.8em;
font-weight:bold;
padding:0.1em 0.5em;
min-width:8em;
opacity: .9;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
}
.top-post-list .post-list .entry-content{
padding: 0 0 0 4%;
}
.top-post-list .post-list .entry-content .entry-title{
font-size:1.6em;
margin-top: 0;
margin-bottom:0.3em;
color:#444;
}
.top-post-list .post-list .entry-content p{
margin-bottom:0.3em;
}
/* card型 */
.post-list-card{
margin-left:-1%;
margin-right:-1%;
}
.post-list-card .post-list{
font-size: 13px;
width:48%;
margin: 0 1% 2.5%;
float:left;
overflow:hidden;
height:auto;
}
@media (max-width:810px){
  nav.blue li a,
  nav.pink li a,
  nav.orange li a {
    font-size: 0.875rem;
  }
}
@media (max-width:575px){
  body.home h2.fs-2.heading-title,
  body.archive h1.fs-3.heading-title,
  aside h3.h4.heading-title {
    font-size: calc(1rem + .6vw) !important;
    letter-spacing: -1px;
  }
  nav.blue li a,
  nav.pink li a,
  nav.orange li a {
    font-size: 0.875rem;
  }
  ul.home_knowledge_left li, ul.home_knowledge_middle li, ul.home_knowledge_right li {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .post-list-card .post-list{
    width:31.3333%;
  }
}
.post-list-card .post-list a{
display:block;
padding: 1em;
text-decoration:none;
color: #666;
background: #fff;
height:100%;
border: 1px solid #eee;
}
.post-list-card .post-list a:hover{
-webkit-box-shadow:0 0 30px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 0 30px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 0 30px rgba(0, 0, 0, 0.1) inset;
}
.post-list-card .post-list a:hover .eyecatch img{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.post-list-card .post-list .eyecatch{
max-height:200px;
background: #000;
margin:-1em -1em 0.5em;
text-align:center;
overflow: hidden;
position:relative;
}
.post-list-card .post-list .eyecatch .cat-name{
position:absolute;
top:0;
right:0;
background:#e55937;
color:#fff;
font-size:0.88em;
font-weight:bold;
padding:0.1em 0.5em;
min-width:7.5em;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
opacity: 0.9;
}
.post-list-card .post-list .entry-content{
padding:0;
}
.post-list-card .post-list .entry-content .entry-title{
font-size:1.3em;
margin-top: 0.5em;
margin-bottom:0.3em;
color:#444;
}
.post-list-card .post-list .entry-content p{
font-size:11px;
margin-bottom:0.3em;
}

.post-list-big article{
padding: 2em 0;
background: url(library/images/line01.png) repeat-x bottom;
}
.post-list-big article .eyecatch{
margin-bottom: 1em;
}
.post-list-big article .h2 a{
color: #333;
}
.post-list-big article .h2 a:hover{
color: #999;
}
/* ================================================== */
/* ウィジェット */
/* ================================================== */
.widget{
margin-bottom:1.5em;
}
.widget a{
text-decoration:none;
color:#666;
}
.widget a:hover{
color:#999;
}
.widgettitle {
background: #e55937;
color: #fff;
font-size: 1em;
padding: 3px 0;
border-radius: 3px;
margin-bottom: 0.75em;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;}
.widgettitle span{
border-top: 1px dashed #FFF;
border-bottom: 1px dashed #FFF;display:block;
width: 100%;
height: 100%;
padding: 0.75em 0.8em;


}
.widget ul{
margin:0;
}
/* ウィジェットカテゴδ環ー・新陳・記篠阀 */
.widget.widget_categories .widgettitle,
.widget.widget_recent_entries .widgettitle,
.widget.widget_nav_menu .widgettitle,
.widget.widget_pages .widgettitle,
.widget.widget_archive .widgettitle,
.widget.widget_mycategoryorder .widgettitle{
margin-bottom:0;
}
.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_archive ul,
.widget.widget_mycategoryorder ul{
margin-top: 0;
}
.widget.widget_categories ul li,
.widget.widget_recent_entries li,
.widget.widget_nav_menu li,
.widget.widget_pages li,
.widget.widget_archive li,
.widget.widget_mycategoryorder li{
border-bottom: 1px dotted #ccc;
border-bottom: 1px dotted rgba(0,0,0,.2);
margin:0;
padding:0;
}
.widget .children li:first-child{
border-top: 1px dotted #ccc;
border-top: 1px dotted rgba(0,0,0,.2);
}
.widget li.page_item_has_children {
border-bottom:none!important;
}
.widget.widget_categories li a,
.widget.widget_recent_entries li a,
.widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_archive li a,
.widget.widget_mycategoryorder li a{
display:block;
padding: 1em 1.2em 1em 0.3em;
margin:0;
position:relative;
}
.widget.widget_categories li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_nav_menu li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_archive li:last-child,
.widget.widget_mycategoryorder li:last-child{
border-bottom:none;
}
.widget.widget_categories li a:after,
.widget.widget_recent_entries li a:after,
.widget.widget_nav_menu li a:after,
.widget.widget_pages li a:after,
.widget.widget_archive li a:after,
.widget.widget_mycategoryorder li a:after{
font-family:"fontawesome";
content: '\f054';
position:absolute;
right: 0.2em;
font-size: 1em;
color: #e55937;
top:50%;
margin-top: -0.5em;
}
.widget li a:hover:after{
right:2px;
-webkit-transform: translate(1px, 0);
-moz-transform: translate(1px, 0);
transform: translate(1px, 0);
}
/* ドロップダウンスタイルて堋米篠更 */
.widget select{
margin-top:1em;
width:100%;
max-width:100%;
}
/* ドロップダウン・てｾね敖篠楪て嗟abelて堕版・表芝騀 */
.widget.widget_categories label,
.widget.widget_archive label{
display:none;
}
/* δ環スト 嫁淞て堋階層 */
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul{
padding:0;
margin:0;
}
.widget.widget_nav_menu li ul a,
.widget.widget_pages li ul a,
.widget.widget_categories li ul a{
padding-left:0.8em;
}
.widget.widget_nav_menu li ul ul a,
.widget.widget_pages li ul ul a,
.widget.widget_categories li ul ul a{
padding-left:1.6em;
}
.widget.widget_nav_menu li ul li:last-child,
.widget.widget_pages li ul li:last-child,
.widget.widget_categories li ul li:last-child{
border:none;
}
.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a{
padding-left:0.5em;
}
.widget.widget_nav_menu li ul li a:before,
.widget.widget_pages li ul li a:before{
content:'a按鈀 ';
}
/* コδ・ント */
.widget.widget_recent_comments ul{
margin-top:0;
}
.widget.widget_recent_comments li{
border-bottom: 1px dotted #ccc;
border-bottom: 1px dotted rgba(0,0,0,.2);
margin:0;
padding:0.5em 0;
}
.widget.widget_recent_comments li:first-child{
border-top:none;
}
.widget.widget_recent_comments li:last-child{
border-bottom:none;
}

/* ウィジェット個淞最堕フォーム */
.widget.widget_search .searchform{
position:relative;
height: 40px;
}
.widget.widget_search input[type="search"]{
position:absolute;
}
.widget.widget_search button{
position:absolute;
right:0;
top:0;
border:0;
background: none;
font-size:0.9em;
height:40px;
padding:0 1em;
}
/* ウィジェット カレンダー */
.widget.widget_calendar table{
width:100%;
text-align:center;
}
/* ウィジェット タグクδ可ウド */
.widget.widget_tag_cloud a{
padding: 0.1em 0.5em;
margin: 0 0.1em 0.2em 0;
display:inline-block;
font-size: 12px!important;
background: #999;
background: rgba(51, 51, 51, 0.45);
color: #fff;
}
.widget.widget_tag_cloud a:hover{
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
opacity:0.6;
color:#fff;
}
/* カスタムδ・ニδ・ーて堋スパンて堕版・表芝騀 */
.widget.widget_nav_menu li a span{
display:none;
}

/* 広債退 */
.add .widget_text,
.add.more{
text-align:center;
font-size:0.95em;
}
.add a[target="_blank"]:after{
content:none;
}
.add .widget img{
margin:0;
}
.entry-content .add .widget{
margin:2em 0;
}
.entry-content .add.titleunder .widget{
margin-top:0;
}
/* 新陳・記篠鳴て堋サムネイδ謀 */
.widget.widget_recent_entries li .eyecatch{
/* width: 30%; */
max-width: 100px;
float:left;
margin-bottom:0.5em;
margin-right:0.5em;
}
.widget.widget_recent_entries li span,
.widget li span.date{
padding:0 0.3em;
font-size:0.9em;
opacity: .5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
display:inline-block;
}
/* 人気記篠鳴表芝堋（プδ可グイδ錀 WordPress Popular Posts 用） */
ul.wpp-list{
counter-reset: number;
	margin-left: 5px;
}
ul.wpp-list li{
list-style:none;
position:relative;
margin-bottom: 1em;
padding-top: 0.75rem;
}
ul.wpp-list li a::before{
counter-increment: number;
content: counter(number);
margin-right:3px;
color:#000 !important;
font-weight:bold;
font-family: 'Ubuntu', sans-serif;
display:block;
text-align:center;
font-size: 2em;
line-height: 1.5em;
position: absolute;
top: -6px;
animation: topmove 3s 1;
}
ul.wpp-list li a img{
  background: rgb(205, 205, 205);
  clip-path: polygon(0% 40%, 30% 0%, 100% 0%, 100% 100%, 0% 100%);
  max-width: 128px;
  aspect-ratio: 128/85;
  width: 40%;
  height: auto;
  object-fit: contain;
  animation: popmove 3s 1;
}
@keyframes topmove {
  35% {top: 4px;}
}
@keyframes popmove {
  50% {clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);}
}
ul.wpp-list li a {
  font-size:0.875rem; 
  padding-top: 5px;
}
ul.wpp-list img{
margin-bottom:0;
margin-right: 5px;
}
ul.wpp-list li a.wpp-post-title{
display:block;
}
ul.wpp-list li a.wpp-post-title:before,
ul.wpp-list li .wpp-author a:before,
ul.wpp-list li .wpp-category a:before{
content:none;
}
/* TOC+プδ可グイδ錀 */
#toc_container li:before{
content:none;
}
#toc_container{
padding:1em 2em 1em!important;
min-width: 90%;
margin: auto;
background: #fff!important;
background: rgba(255, 255, 255, 0.5)!important;
border: 1px solid #eee;
}
#toc_container p.toc_title{
margin-bottom: .7em;
}
#toc_container ul{
margin: 0!important;;
}
#toc_container li a{
display: block;
padding: .5em 0;
border-top: 1px dotted #ddd;
}
#toc_container li li a{
padding-left: .7em;
}
#toc_container li .toc_number{
margin-right: .5em
}

/******************************************************************
PAGE STYLES
******************************************************************/
/* 紡ね伉債・Ｊで｡フォームプδ可グイン「MW WP FORM」用 */
.mw_wp_form table input[type="radio"]{
margin-right:4px;
}
.mw_wp_form input[type="submit"],
.wpcf7-submit{
background:#333;
color:#fff;
border:none;
padding:1.5em 3em;
min-width:50%;
max-width:90%;
display:block;
margin:2.5em auto;
}
.mw_wp_form input[type="submit"]:hover,
.wpcf7-submit:hover{
background: #888;
}
/*  page毒閉て堋個淞最堕フォーム */
.entry-content .searchform{
position:relative;
}
.entry-content .searchform button{
background:none;
border:none;
position:absolute;
top:7px;
right:10px;
}

/******************************************************************
ARCHIVE PAGE STYLES
******************************************************************/
.archivettl{
}
.archivettl h1 span{
display:block;
font-size: 0.8rem;
line-height: 0.8;
font-weight:normal;
}
.archivettl .is_author{
text-align: center;
}
/* .archivettl .is_author:after{
content: "て堋記篠鳴案卍猟需";
} */
.archivettl .is_author .author-icon img{
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
width:80px;
margin-bottom:1.3em;
border:2px solid #fff;
box-shadow:0 0 10px #ddd;
}
.taxonomy-description{
font-size: 0.9em;
margin-bottom: 2.5em;
}
.readmore{
text-align:left;
margin-bottom:0.5em;
}
.readmore a{
text-decoration:none;
border:1px solid #e55937;
color:#e55937;
text-align:center;
display:inline-block;
font-size:0.9em;
padding: 0.7em 1.5em 0.7em 2em;
max-width:100%;
}
.readmore a:hover{
background:#e55937;
color:#fff;
}
.readmore a:after{
font-family:"fontawesome";
content:'\f105';
margin-left:1em;
}

/*  pageネーシδ・ン・ page頁楪でｻ */
.pagination,
.wp-prev-next {
margin: 3em 0 4em;
}
.pagination,
.page-links {
text-align: center; }
.pagination ul,
.page-links ul{
display: block;
text-align: center;
margin:0;
padding:0;
clear: both;
}
.pagination:empty,
.wp-prev-next:empty,
.pagination ul:empty,
.page-links ul:empty{
display:none;
}
.pagination li,
.page-links li{
margin: 0!important;
padding:0!important;
display: inline-block;
}
.entry-content .page-links li:before{
content:none;
}
.pagination a, .pagination span,
.page-links a , .page-links ul > li > span{
margin: 0;
padding: 9px 14px;
text-decoration: none;
line-height: 1;
font-size: 1em;
font-weight: normal;
color: #e55937;
border: 1px solid #e55937;
}
.pagination span.dots,
.page-links ul > li > span.dots{
background: none!important;
padding-left: 11px;
padding-right: 11px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus,
.page-links a:hover, .page-links a:focus{
background-color: #e55937;
color: white; }
.pagination .current,
.page-links ul > li > span{
cursor: default;
color: #fff;
background-color: #e55937; }
.pagination .current:focus,
.pagination .dots:hover, .pagination .dots:focus {
color: #111;}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
padding: 0.75em 0;
margin: 0;

}
.commentlist {
margin: 0;
list-style-type: none;
font-size: 0.9em;
}
.comment,
.pingback {
clear: both;
overflow: hidden;
padding: 1.5em;
font-size: 0.9em;
border-bottom: 1px solid #f8f9fa;
}
.comment .comment {
font-size:1em;
}
.comment .comment-meta,
.pingback .comment-meta{
padding:0;
}
.comment .comment-author {
padding: 7px;
border: 0; }
.comment .vcard {
}
.comment .vcard cite.fn {
font-weight: 700;
font-style: normal; }
.comment-metadata{
font-size:0.8em;}
.comment .vcard time {
display: block;
font-size: 0.9em;
font-style: italic; }
.comment .vcard time a {
color: #9fa6b4;
text-decoration: none; }
.comment .vcard time a:hover {
text-decoration: underline; }
.comment .vcard .avatar {
margin-left:-3px;
border-radius: 50%; }
.comment:last-child,
.pingback:last-child {
margin-bottom: 0; }
.comment .children,
.pingback .children {
margin: 0;}
.comment[class*=depth-],
.pingback[class*=depth-] {
margin-top: 1.1em; }
.comment.depth-1,
.pingback.depth-1 {
margin-left: 0;
margin-top: 0; }
.comment:not(.depth-1),
.pingback:not(.depth-1) {
margin-top: 0;
margin-left: 7px;
padding: 7px; }
.comment.odd,
.pingback.odd {
background-color: white; }
.comment.even,
.pingback.even {
background: #FAF9F8;
}
.comment_content p {
margin: 0.7335em 0 1.5em;
font-size: 1em;
line-height: 1.5em; }
.comment-reply-link {
font-size: 0.8em;
float: right;
font-weight: bold;
margin-top: 0.8em;
margin-bottom: 1em;
}
.comment-edit-link {
font-style: italic;
margin: 0 7px;
text-decoration: none;
font-size: 0.9em; }
.comment-navigation{
text-align:center;
padding:1em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
padding: 1.5em 0;
background: url(library/images/line01.png) repeat-x top center;}
#reply-title {
margin: 0;
padding:0.5em 0; }
#reply-title:before{
font-family:"fontawesome";
content:"\f27b";
font-weight:normal;
margin-right:0.2em;
font-size:1.2em;
}
.comment-respond p{
font-size:.85em;
}
.comment-respond .comment-notes{
margin-bottom:1.5em;
}
.logged-in-as {
font-style: italic;
margin: 0; }
.logged-in-as a {
}
.comment-form-comment {
margin: 1.5em 0 0.75em; }
.form-allowed-tags {
padding: 1.5em;
background-color: #F9F9F9;
font-size: 0.9em; }
#submit {
font-size: 1em;}
#comment-form-title {
margin: 0 0 1.1em; }
#allowed_tags {
margin: 1.5em 10px 0.7335em 0; }
.nocomments {
margin: 0 20px 1.1em; }
.no-widgets {
background-color: white;
padding: 1.5em;
text-align: center;
border: 1px solid #cccccc;
border-radius: 2px;
margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/

/* Scroll トップ */
#page-top {
position: fixed;
right: 20px;
z-index: 99999;
}
#page-top a {
background-repeat: no-repeat;
text-decoration: none;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
background: rgba(51, 51, 51, 0.5);
padding: 0;
display: block;
color: #fff;
}
#footer-top{
background-color: #0E0E0E;
border-bottom:1px solid;
font-size:0.9em;
position: relative;
}
#footer-top a{
color: #BAB4B0;
text-decoration:none;
}
#footer-top a:hover{
text-decoration:underline;
}
#footer-top a .gf{
display:none;
}
#footer-top .widget{
margin-top:2em;
background: none;
	margin-left: 10px;
}
#footer-top ul{
border-top: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top li{
border-bottom: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top .widgettitle{
background:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding:1em 0.2em;
color: #CACACA;
}
#footer-top .widgettitle span{
border:none;
padding:0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/*********************
FOOTER STYLES
*********************/

#menu-footer_nav{
padding:0;
margin:0;
}
#menu-footer_nav li {
font-size:0.875rem;
}
#menu-footer_nav li,
#footer .copyright{
display:inline-block;
}
#menu-footer_nav li::after{
content:'　|　';
}
#menu-footer_nav li:last-child::after{
content:none;
}
#footer .copyright a,
#menu-footer_nav li a{
text-decoration:none;
}
#footer .copyright a:hover,
#menu-footer_nav li a:hover{
text-decoration:none;
color: #898989;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both; }


/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
#container{
overflow:hidden;
}
#container.sidebarleft #main{
float:right;
}
#container.sidebarleft .sidebar{
float:left;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
font-size: .9em;
}
.widget {
margin: 0 0 3em;
}
.widget ul li ul {
margin-top: 0.75em;
padding-left: 1em;
}
}

/*********************
DESKTOP ONLY
*********************/
@media only screen and (min-width: 1100px) {

#inner-content {
  width: 1100px;
}
.cta-inner{
padding: 1em 2em;
}
}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/*--------------------------------
SNS
---------------------------------*/
.sharewrap{
padding: 1em 0;
}
.sharewrap h3{
margin:0.5em 0;
}
.share{
width:101%;
}
.sns{
margin:0 auto;
text-align:center;
}
.sns ul {
list-style:none;
}
.sns li {
float:left;
width: 49%;
margin: 0 1% 2% 0;
}
.sns li a {
font-size:80%;
position:relative;
display:block;
padding:10px;
color:#fff;
border-radius: 2px;
text-align:center;
text-decoration: none;
text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:before,
.sns li a i{
margin-right:0.2em;
margin-left:0.2em;
font-size:1.1em;
}
.sns li a:hover {
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
transform: translate3d(0px, 3px, 1px);
box-shadow:none;
}
.sns li a .text{
font-weight:bold;
}
.sns li a .count{
font-size:10px;
margin-left: 2px;
}

/* ツイッター */
.sns .twitter a {
background:#00acee;
box-shadow:0 3px 0 #0092ca;
}
.sns .twitter a:hover {
background:#0092ca;
}

/* Facebook */
.sns .facebook a {
background:#3b5998;
box-shadow:0 3px 0 #2c4373;
}
.sns .facebook a:hover {
background:#2c4373;
}

/* グーグδ謀 */
.sns .googleplus a {
background:#db4a39;
box-shadow:0 3px 0 #ad3a2d;
}
.sns .googleplus a:hover {
background:#ad3a2d;
}

/* ・・０ */
.sns  .hatebu a {
background:#5d8ac1;
box-shadow:0 3px 0 #43638b;
}
.sns .hatebu a:hover {
background:#43638b;
}
.sns  .hatebu a:before{
content:'B!';
font-weight:bold;
line-height: 1;
}

/* LINE */
.sns  .line a {
background:#25af00;
box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
background:#219900;
}

/* Pocket */
.sns  .pocket a {
background:#f03e51;
box-shadow:0 3px 0 #c0392b;
}
.sns  .pocket a:hover {
background:#c0392b;
}

/* RSS */
.sns  .rss a {
background:#ffb53c;
box-shadow:0 3px 0 #e09900;
}
.sns  .rss a:hover {
background:#e09900;
}

/* Feedly */
.sns  .feedly a {
background:#87c040;
box-shadow:0 3px 0 #74a436;
}
.sns  .feedly a:hover {
background:#74a436;
}
.share.short .sns li {
width: 19%;
margin:0 1% 0 0;
}
.share.short .sns li a{
padding: 8px 4px;
}

/* 記篠鳴嫁淞て喃acebookね伉ね伉・ボタδ錀 */
.fb-likebtn{
display:table;
background: #111;
color: #fff;
text-align: center;
margin: 1em 0 0;
width:100%;
max-width: 100%;
}
.fb-likebtn .fb-button{
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
overflow: hidden;
}
.fb-likebtn .eyecatch,
.fb-likebtn .rightbox{
display:table-cell;
width: 50%;
vertical-align:middle;
border: none;
}
.fb-likebtn .eyecatch img{
width: 100%;
}
.fb-likebtn .like_text{
font-size: 1.05em;
margin-top:1em;
font-weight: bold;
line-height: 1.4;
}
.fb-likebtn .like_text p{
margin-bottom: 1em;
}
.fb-likebtn .like_text .small{
font-size: 11px;
color: #ccc;
margin-bottom:0;
}

@media only screen and (max-width: 767px) {
.fb-likebtn .fb-button{
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.fb-likebtn .like_text{
font-size: .9em;
}
.fb-likebtn .like_text p{
margin-bottom: 0;
padding: 0;
}
}

/*
Mobile Grid Styles
*/
@media only screen and (max-width: 767px) {
.home #content,
.blog #content{
margin:0;
	width: 100%;
}

/* スマホ用スδ可イドδ・ニδ・ー */
.nav_btn{
width: 55px;
height: 100%;
padding: 0;
border: none;
background: none;
text-align: center;
font-size: 1.3em;
position: absolute;
top: 0;
left: 0;
color: #fff;transition-duration: .2s;}
.open .nav_btn{background: rgba(0, 0, 0, 0.2);position: fixed;left: 240px;top: 0;height: 100%;transition-duration: .7s;z-index: 9998;}
.nav_btn:before{
font-family: "fontawesome";
content: '\f0c9';
width: 100%;
height: 100%;
}
.open .nav_btn:before{
content: '\f00d';}
body {
position: relative;
left: 0;
overflow-x: hidden;
}
#g_nav{
position: fixed;
top: 0;
left: -240px;
width: 240px;
height: 100%;
background: #333333;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
z-index: 9999;
font-size: .85em;
}

.nav li a .gf{
display:none;
}

#custom_header .wrap{
display:block;
text-align:center;
}
#custom_header .wrap > div{
display:block;
}
#custom_header .header-eyecatch,
#custom_header .header-text{
width:100%;
}
#custom_header .header-eyecatch img{
max-width:70%;
}
#custom_header .en{
font-size: 2em;
}
#custom_header .btn-wrap{
margin:1.5em 0 0;
}
.top-post-list .post-list .entry-content .entry-title{
font-size:1.1em;
}
.top-post-list .post-list .entry-content .date{
font-size:.9em;
}
.top-post-list .post-list .entry-content .description{
display:none;
}
@media(max-width: 767px) {
	#custom_header .en {
		margin-top: 160px;
		font-size: 5em;
	}
	#custom_header .ja{
		margin-bottom: 0;
		font-size: 32px;
	}
}

#logo{
max-width: 70%;
margin-left: auto;margin-right: auto;height: auto;
font-size: 1.1em;
position: static;
}
#logo a{
position: static;
width: 100%;
height:auto;
display:block;
}
#logo a img{
width: auto;
margin-top: 1px;
max-width: 100%;
max-height: 28px;
}
.site_description{
text-align:center;
transform: scale(0.8);
margin: 0;
}
#breadcrumb{
margin: 10px auto;
font-size: 0.625rem;
}

.single .authorbox .author-newpost li:nth-child(2n):after,
.related-box li:nth-child(2n):after{
content:"";
display:table;
clear:both;
}
.single .authorbox .author-newpost li:nth-child(2n),
.related-box li:nth-child(2n){
zoom:1;
}
/*  pageトップ */
#page-top {
right: 10px;
}
#page-top a {
background-repeat: no-repeat;
text-decoration: none;
width: 38px;
height: 38px;
line-height:37px;
font-size:0.8em;
}
.copyright{
font-size:0.625rem;
}
/* single mobile */
.single .authorbox .author-newpost li,
.related-box li{
width:47%;
min-height: 250px;
margin: 0 3% 1% 0;
float:left;
position:relative;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
max-height: 200px;
}
.related-box li.related-rightlist{
zoom: 1;
}
.related-box li.related-rightlist:after{
content:"";
display:table;
clear:both;
}
/* YouTubeモバイルレスポンシブ */
.youtube-container iframe{
max-height: 350px;
}
/* SNS テキスト版・表芝騀 */
.share.short .sns li a .text{
display:none;
}
}

@media only screen and (max-width: 480px) {
.top-post-list .post-list .eyecatch .cat-name{
font-size: .6em;
}
.post-list-card .post-list{
width:96%;
margin:3% 2%;
float:none;
height:auto;
}
.post-list-card .post-list .eyecatch{
max-height: inherit;
height:auto;
}
.post-list-card .post-list .eyecatch img{
width:100%;
}
#main article .entry-content{
font-size: 0.96em;
}
/* アイキδδッチ夏・堕慊債つでつ塚崢税ｽ */
.top-post-list .post-list .eyecatch{
max-height: 70px;
}
.single .authorbox .author-newpost li,
.related-box li{
min-height: 190px;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 93px;
}
.single-title,
.page-title,
.entry-title {
font-size:1.2em; }
.byline .date{
font-size: 0.8em;
}
.add.more{
margin-left:-0.9em;
}
.share.short .sns li a{
padding:10px 4px;
}
.pagination li{
margin-bottom: 1em!important;
}
.pagination a, .pagination span,
.page-links a , .page-links ul > li > span{
font-size:0.85em;
padding: 8px 10px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both; }
.alignleft, img.alignleft {
max-width:52%!important;}
.alignright, img.alignright {
max-width:52%!important;}
}

/* Portrait tablet to landscape */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 100px;
}
/* SNS テキスト版・表芝騀 */
.share.short .sns li a .text{
display:none;
}
/* スクロール広債青再ｹ惰ｺ閉鴀 */
#scrollfix.fixed{
max-width: 253px;
}
#container.sidebarleft #main{
padding-right:0;
padding-left:0.75em;
}
}

/* Landscape to small desktop */
@media only screen and (min-width: 1100px) {

/* トップ page */
.byline .cat-name{
background: #e55937;
color:#fff;
padding: 0.2em 0.9em;
margin-left: 0.9em;
font-size: 0.68em;
font-weight: bold;}

/* デスクトップて堋篠楪でｾでｻグδ環ッドシステムて堕使Ｊて個ね頀 */
.page-full #main{
width: 100%;
}
.page-full #main .article-footer,
.page-full #main .np-post,
.page-full #main .related-box,
.page-full #main .authorbox{
max-width: 728px;
margin-right: auto;
margin-left: auto;
}
.page-full .entry-content {
padding: 1.8em 1em 5em;
}

/* グローバルナビて堋債つでつて堕塚崢税ｽ */
.nav > li {
display:table-cell;
}
.nav > li > a {
display: block;
color: #ffffff;
text-decoration: none;
line-height: 1.3;
padding-left: 1.2em;
padding-right: 1.2em;
}
/* single page */
.single .byline .cat-name{
padding-left:.8em;
padding-right:1em;
position:relative;
}
.d-1of2 img,
.d-1of3 img{
margin-bottom:0.5em;
}
/* スクロール広債退 */
#scrollfix{
max-width: 336px;
}
/* SNSボタン（PCサイズ） */
.share.short{
margin-top:1em;
margin-bottom: 1.5em;
}
.sns ul {
margin:0 auto;
list-style:none;
}
.sns li {
width: 32.3%;
margin: 0 1% 2% 0;
}
.sns li a {
font-size: 0.85em;
padding:10px 2px;
}
}

/***********main-categories************/

.main-categories article.post-list{
  border: 1px solid #eee;
}
.main-categories ul{
  border-radius :8px;
  padding: 0.5em 0.5em 0.5em 2em;

}
.main-categories .entry-content ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.main-categories .entry-content ul li{
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted rgba(0,0,0,.2);
}
.main-categories .entry-content ul li:before{
  display: none;
}
.main-categories .entry-content li:last-of-type{
  border-bottom: none;
  margin-top: auto;
}
.main-categories article.post-list li a{
	text-decoration: underline;
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10?? */
	white-space: nowrap;
}

.main-categories {
	margin-top: 1.33em;
}

.main-categories .eyecatch {
	margin: 0px!important;
}

.main-categories .eyecatch a {
	padding: 0px!important;
	border: none!important;
}

.main-categories .eyecatch img {
	width: 100%;
	height: 100%;
}

.title-category h1{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff
}


/* DEVELOPMENT PS 201812 */
/*** CAROUSEL SCROLL FEED ***/

.feed_news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.feed_news_item {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 1223px;
  overflow: hidden;
}

.feed_news_item h2 {
  margin: 0;
  padding: 0 0.3em;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
}
.feed_news_item h2:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -1.5em;
  bottom: 0;
  border-style: solid;
  border-width: 1.5em 0 0 1.5em;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}
.feed_news_item h2 small {
  display: inline-block;
  margin-left: 0.5em;
}

.feed_news_container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

.feed_news_container ul {
  width: 100%;
  position: relative;
  margin: 2px auto;
}

.feed_news_container ul li {
  width: 100%;
  display: none;
}

.feed_news_container ul li a { 
  color: #ddd;
  text-align: center;
  text-decoration: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.feed_news_container ul li a:hover { 
  opacity: 0.5;
}

/*** style moved from WP Admin Custmize Option ***/

#social-media-icons {
	margin-top: 10px;
}
#social-media-icons img {
	height: auto !important;
	width: 35px;
}
.bottom-adding{
	margin-bottom: 3.2em;
}
.w30pc{
			width:30%;
			float:left;
		}
		.w70pc{
			width:70%;
			float:left;
		}
		.w-img{
			text-align:center;
		}
.w-img img{
	max-width:150px;
	max-height:230px;
}
.w100{
	padding:20px 0;
}
@media only screen and (max-width: 1200px)
	{
		.nav_btn
		{
			width: 55px;
			height: 100%;
			padding: 0;
			border: none;
			background: none;
			text-align: center;
			font-size: 1.3em;
			position: absolute;
			top: 0;
			left: 0;
			color: #fff;
			transition-duration: .2s;
		}
		.nav_btn:before
		{
    	font-family: "fontawesome";
    	content: '\f0c9';
    	width: 100%;
    	height: 100%;
		}
		#inner-header {
			display: block;
			position: relative;
			padding-top: 2px;
	  }
		#logo img
		{
			height: 30px;
			margin-top: 7px;
		}
}

@media only screen and (max-width: 1099px)
{
	#text-13 img {
		width: 80vw;
		margin-left: auto;
		margin-right: auto;
	}
	#social-media-icons {
		text-align: center !important;
	}
	#social-media-icons img {
		margin-bottom: 20px !important;
	}
	#u2688-22 p:nth-child(3){
		padding-left: 140px !important;
		padding-right: 20px;
	}
}	

@media only screen and (max-width: 767px)
{
	#center-search-bar {
	margin: 0 auto;
	}
	.w30pc{
			width:100%;
		}
	.w70pc{
			width:100%;
		}	
	.w-img img{
		max-height: 200px;}
}

#center-search-bar .widget-content {
		position: relative;
		width: 420px;
		margin: 0 auto;
}
#center-search-bar button {
		position: absolute;
		top: 10px;
		right: 0;
		border: 0;
		background:
		transparent;
}

@media (min-width: 768){
	#center-search-bar {
	width: 1100px;
	margin: 0 auto;
	}
}

div.wpcf7-mail-sent-ok {
    border: none;
    font-weight: 600;
}

.linkbox {
  position: relative;
  width: 300px;
  height: 75px !important;
  margin: 30px auto;
	background-color:#000000;
	color:white;
	border-radius: 5px;
	font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.linkbox a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.commentbanner p{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding:20px;
	line-height:40px;
	margin:5px;
}
.commentbanner p i{
	font-size: 25px;
	padding-right:5px;
}
#custom_html-9{
	margin-bottom:2em;
}
