@charset "utf-8";
/*
Theme Name: LIQUID MAGAZINE 改造ver
Theme URI: https://lqd.jp/wp/theme_magazine.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: blog, e-commerce, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: liquid-magazine
Version: 1.1.9.1
*/

/* ------------------------------------
// common
------------------------------------ */
body {
  color: #333;
  font-size: 16px;
  font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", sans-serif;
  line-height: 1.5;
}
a {
  color: #00AEEF;
  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: #00AEEF;
  text-decoration: none;
}
a:visited {
  color: #00AEEF;
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.none {
  display: none;
}
.mainarea [class*='col-'] {
  overflow: hidden;
}
.customize-partial-edit-shortcuts-shown [class*='col-'] {
  overflow: visible;
}
.breadcrumb {
  background: transparent;
  border-radius: 0;
  padding: .5em;
  /* border-top: 3px solid #333; */
  /* border-bottom: 3px solid rgba(119, 119, 119, 0.1) !important; */
  font-size: small;
  line-height: 1.2;
}
.breadcrumb li {
  overflow: hidden;
}
.breadcrumb li.active {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transform: ellipsis;
  -webkit-transform: ellipsis;
  -o-transform: ellipsis;
  -ms-transform: ellipsis;
}
.breadcrumb li.active a {
  pointer-events: none;
  color: inherit;
}

.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.navbar {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.navbar-fixed-top-custom {
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
}
.navbar-fixed-top-custom:hover {
  background-color: rgba(255, 255, 255, 1.0);
}
.navbar-fixed-top-custom .navbar-toggler {
  top: 1rem;
  right: .5rem;
}
.navbar .container {
  padding-left: 0;
}
.navbar-nav a {
  font-size: small;
  display: block;
  padding: .5rem 1rem;
}
.navbar li {
  border-bottom: 1px solid transparent;
  list-style: none;
}
.nav .menu-item-has-children>ul, .nav .page_item_has_children>ul {
  display: none;
}
.nav .open>ul {
  display: block !important;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
}
.dropdown-item {
  padding: 0;
}
.logo {
  font-size: x-large;
  font-family: Helvetica, sans-serif;
}
.logo img {
  width: auto !important;
  height: 36px !important;
  max-width: initial !important;
}
.logo_text {
  font-size: x-small;
  text-align: right;
}
.navbar-nav .nav-item+.nav-item {
  margin-left: 0;
}
.navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
  font-weight: bold;
}

/* multilevel */
.nav .sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.nav .sub-menu .dropdown-toggle:after{
  position: absolute;
  right: .25rem;
  top: 45%;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.nav .nav_ttl > a {
  pointer-events: none;
}

blockquote {
  border-left: 4px solid rgba(119, 119, 119, 0.1);
  padding-left: 1em;
}
blockquote:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  content: "\e977";
  color: rgba(119, 119, 119, 0.5);
  font-size: large;
}
.screen-reader-text {
  display: none !important;
}
table.table thead th, table.table thead td {
	background-color: #f9f9f9;
}
table.table thead th {
  border-top: 0 none;
  border-bottom: 0 none;
}
table.table-bordered-none, table.table-bordered-none th, table.table-bordered-none td {
  border: 0 none;
}

/* ------------------------------------
// bootstrap
------------------------------------ */
/* navbar-toggler */
.navbar-toggler {
  position: absolute;
  top: -3rem;
  right: .5rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* Animated “x” icon */
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .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-toggler .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%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .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-toggler.collapsed .top-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.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-indicators {
   bottom: -2.5rem;
}
.carousel-indicators li {
  background-color: #ccc;
  border: 0 none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin-top: -2px;
}
.carousel-indicators .active {
  background-color: #00aeef;
}
.carousel-control
.carousel-indicators li {
  margin: 0 .2em !important;
}

/* ------------------------------------
// main
------------------------------------ */
.headline {
  padding: 1rem 0;
  box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
}
.headline .ttl, .headline .subttl {
  vertical-align: top;
  font-size: x-small;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.special_header {
  width: 100%;
}
.special_header .widget {
  margin: 0;
}
.special_header .widget .ttl {
  border-top: 1px solid rgba(119, 119, 119, 0.1);
  border-bottom: 0 none;
  margin: 0;
  padding-left: 1rem;
}
.special_header .widget .ttl span {
  border-bottom: 0 none;
}
.special_header .widget .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 0;
  border-top: 1px solid rgba(119, 119, 119, 0.1);
  -webkit-overflow-scrolling: touch;
}
.special_header .widget .menu.hasscroll:after {
  display: block;
  position: absolute;
  content: '.';
  color: transparent;
  height: 3px;
  background: #333;
  opacity: 0;
  width: 33%;
  border-radius: 1px;
  bottom: 2px;
  left: 0;
  -moz-animation: scroll 3s ease 0s 1;
  -webkit-animation: scroll 3s ease 0s 1;
  -o-animation: scroll 3s ease 0s 1;
  -ms-animation: scroll 3s ease 0s 1;
  animation: hasscroll 3s ease 0s 1;
}
@-moz-keyframes hasscroll {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
@-webkit-keyframes hasscroll {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes hasscroll {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
@-ms-keyframes hasscroll {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes hasscroll {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
.special_header .widget .menu li {
  text-align: center;
  font-size: small;
  border-bottom: 0 none;
  border-right: 1px solid rgba(119, 119, 119, 0.1);
}
.special_header .widget .menu li:last-child {
  border-right: 0 none;
}
.special_header .widget .menu li a {
  display: block;
  padding: .5rem 1rem;
  border: 0 none;
}
.special_header .widget .menu li a i {
  font-size: medium;
  vertical-align: baseline;
}
.special_header .widget .form-control,
.special_header .widget .searchform .btn {
  background: transparent;
}

.cover {
  margin-bottom: 2rem;
}
.cover_inner {
  position: relative;
  line-height: 0;
}
.cover video {
  width: 100%;
  height: auto;
}
.hero {
  background-color: #eee;
  height: 100px;
  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: 100px;
  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;
}
.main {
  background-color: #333;
  text-align: center;
  line-height: 1.5;
  padding: .5em 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
}
.main h3 {
  margin-bottom: 0;
  font-size: medium;
}
.main h3 a {
  color: #fff;
  display: block;
}
.mainpost {
  margin-top: 2rem;
}

.list .post_links {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid rgba(119, 119, 119, 0.1);
  position: relative;
}
.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 {
  background-color: rgba(119, 119, 119, 0.1);
  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;
}
.list .post_links .post_thumb span {
  width: 150px;
  height: 100px;
  display: block;
}
.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 .list-text {
  padding: .5rem;
}
.list .post_ttl {
  font-size: medium;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0;
}

.list_big .post_links .list-block {
  display: block;
}
.list_big .post_links .post_thumb,
.list_big .post_links .list-text {
  display: block;
}
.list_big .post_links .post_thumb span {
  width: 100%;
  height: 232px;
}
.list_big .post_ttl {
  line-height: 1.2em;
  height: 2.4em;
  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;
}

.post_meta {
  margin-bottom: 1rem;
}
.post_time, .post_cat {
  display: inline-block;
  font-size: small;
  margin-right: .5em;
  opacity: 0.8;
}
.post_body {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.post_body h1, .post_body h2,
.widget h1, .widget h2 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  border-bottom: 3px solid rgba(119, 119, 119, 0.1);
  font-size: 1.6rem;
}
.post_body h1 > span, .post_body h2 > span,
.widget h1 > s１３３３pan, .widget h2 > span {
  border-bottom: 3px solid #333;
  display: inline-block;
  padding: 1rem 0;
  margin-bottom: -3px;
}
.post_body h3, .widget h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.post_body hr, .widget hr {
  clear: both;
}
.post_body a {
  text-decoration: underline;
}
.post_body a.btn {
  text-decoration: none;
}
.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;
}
.cat_info img {
  width: 100%;
}

.ttl {
  font-size: medium;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 1rem;
}

ul.post-categories, .widget ul, ul.page-numbers {
  padding-left: 1em;
  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-inner {
  top: 2rem;
  background-color: transparent;
  padding: 1rem;
}
.sidebar .widget:first-child .ttl {
  margin-top: 0;
}
.sidebar .widget li {
  margin-bottom: 4px;
}
.sidebar .widget ul li a {
  padding: 0;
}
.widget {
  margin-bottom: 2rem;
}
.widget .ttl {
  font-size: medium;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 1rem;
}
.ttl span {
  display: inline-block;
  padding: .5em 0;
  border-bottom: 3px solid #333;
}
.widget ul li {
  padding-left: 0;
  list-style: circle;
}
.widget ul li ul li {
  border-bottom: 0 none;
}
.widget ul li ul {
  margin-left: .5rem;
  padding-left: .5rem;
}
.widget ul li a {
  padding: .5rem;
}
.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;
}

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

.authorbox {
  border: 3px solid rgba(119, 119, 119, 0.1);
  padding: 1em;
}
.authorbox .avatar {
  display: inline-block;
  border: 3px solid rgba(119, 119, 119, 0.1);
  border-radius: 50%;
}
.mainarea .authorbox .avatar {
  margin-right: 1rem;
}
.authorbox .prof {
  margin-top: 1rem;
}
.authorbox .fn a, .authorbox .user_url a {
  text-decoration: underline;
}
.authorttl {
  display: inline-block;
  font-weight: bold;
  margin: 1rem 0 .5rem 0;
  border-bottom: 5px dotted rgba(119, 119, 119, 0.1);
}
.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 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: right;
}
.headline .sns a {
  font-size: large;
  display: inline-block;
  margin: 0 .2rem;
  width: 1.2em;
  height: 1.2em;
  background: #333;
  color: #fff !important;
  line-height: 1em;
  text-align: center;
  opacity: 0.8;
}
.foot .sns {
  display: none;
  text-align: center;
  padding: 4em 0;
}
.foot .sns a, .widget .sns a {
  font-size: xx-large;
  display: inline-block;
  margin: .5rem;
  width: 1.5em;
  height: 1.5em;
  background: #333;
  color: #fff !important;
  line-height: 1.3em;
  opacity: 0.8;
}
.widget .sns {
  text-align: center;
  padding: 0;
}
.widget .sns a {
  font-size: x-large;
}
.sns a i {
  vertical-align: middle;
}
.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: 3px solid #333;
}

.home .detail {
  padding-top: 0;
}
.detail {
  padding-top: 2rem;
}
.ttl_h1 {
  margin-bottom: 1rem;
}
.archive .ttl_h1, .search .ttl_h1 {
  border-bottom: 3px solid #333;
  padding-bottom: 1rem;
}

.clearfix, .post_body {
  zoom: 1;
}
.clearfix:after, .post_body:after {
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}
.pagination li>a, .pagination li>span {
  border-radius: 0;
  background-color: transparent;
}
.page-numbers {
  clear: both;
  text-align: center;
}
.page-numbers a, span.current {
  display: inline-block;
  background-color: transparent;
  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: rgba(119, 119, 119, 0.1);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  z-index: 999;
}

.fixed_footer {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
.fixed_footer + .pagetop a {
  bottom: 5rem;
}
.fixed_footer ~ footer {
  padding: 2rem 0 5rem 0;
}
.fixed_footer > [class*='col-'] {
  padding: 0;
}
.fixed_footer .widget {
  margin: 0;
}
.fixed_footer .widget .ttl {
  border-top: 1px solid rgba(119, 119, 119, 0.1);
  border-bottom: 0 none;
  margin: 0;
  padding-left: 1rem;
}
.fixed_footer .widget .ttl span {
  border-bottom: 0 none;
}
.fixed_footer .widget .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  text-align: center;
  justify-content: space-between;
  border-top: 1px solid rgba(119, 119, 119, 0.1);
}
.fixed_footer .widget .menu li {
  display: block;
  flex: 1;
  text-align: center;
  font-size: small;
  border-bottom: 0 none;
  border-right: 1px solid rgba(119, 119, 119, 0.1);
}
.fixed_footer .widget .menu li:last-child {
  border-right: 0 none;
}
.fixed_footer .widget .menu li a {
  padding: .5rem .25rem;
  display: block;
}
.fixed_footer .widget .menu li a i {
  font-size: medium;
  vertical-align: baseline;
}

footer {
  background: #F6FCEA;
  padding: 2rem 0;
  border-top: 1px solid #e0e0e0;
}
.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-left: auto;
  margin-right: 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;
}
.attachment-post-thumbnail {
  width: 100%;
}
.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;
  width: 100%;
}
.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%;
}

/* ------------------------------------
// wpcf7
------------------------------------ */
.wpcf7 label {
  width: 100%;
}

/* ------------------------------------
// 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 {
  display: none;
}

.widget_liquid_wpp .container {
  padding-top: 1rem;
}
.widget_liquid_wpp .list_big .post_links .post_thumb span {
  height: 120px;
}
.mainarea .widget_liquid_wpp .container {
  padding: 0;
}
.page_header .widget_liquid_wpp,
.page_footer .widget_liquid_wpp {
  background-color: rgba(119, 119, 119, 0.1);
}
.page_header .widget_liquid_wpp .list .post_links,
.page_footer .widget_liquid_wpp .list .post_links,
.sidebar.col-md-4 .widget_liquid_wpp .list .post_links {
  border: 0 none;
}
.sidebar.col-md-4 .widget_liquid_wpp .list_big {
  width: 100%;
  padding: 0;
}

/* ------------------------------------
// woocommerce
------------------------------------ */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  flex: 0 1 auto;
  max-width: none;
  padding: 0;
}
.woocommerce .form-row {
  display: block;
}
.woocommerce .woocommerce-loop-product__title {
  background-color: transparent;
}
.woocommerce div.product .product_title {
  font-size: large;
}
.woocommerce .ttl_h1 {
  padding-bottom: 0;
}
.woocommerce a.remove {
  padding: 0 !important;
}
.woocommerce .sidebar a.remove,
.woocommerce-page .sidebar a.remove {
  margin-top: .25em !important;
}
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
  display: block;
}

/*** add:hino ***/
a,
a:visited {
  color: #1D3788;
}
.hd-siteTitle {
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #549D70;
}
.hd-siteTitle span {
  display: inline-block;
}
.key-visual {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 14.2rem;
}
.key-visual-label {
  font-size: 0.7rem;
  text-align: center;
  color: #549D70;
}
.sidebar {
  background-color: #F6FCEA;
}
.detail.page .sidebar::before {
  content: '';
  display: block;
  margin: 0 -15px;
  height: 2rem;
  background-color: #fff;
}
.mainarea .author {
  margin-bottom: 1em;
  margin-left: 1em;
}
.mainarea .author td {
  border-style: none;
}
.mainarea .author tr td:first-child {
  padding-right: 1em;
  min-width: 6em;
  font-size: 1.1em;
}
.mainarea .author tr td.coi {
  padding-left: 0.5em;
  font-size: 0.9em;
  color: #606060;
}
.mainarea .docInfo {
  padding: 0 16px 10px;
}
.mainarea .docInfo table.author {
  margin: 0;
}
.mainarea .docInfo span {
  display: inline-block;
  margin-right: 10px;
}
.mainarea .docInfo .coi {
  margin-left: 1em;
  font-size: 0.9em;
  color: #606060;
}
h2.top-title > span {
  display: block;
  padding: 1em;
  border-style: none;
  text-align: center;
}
.detail .detail_text::before {
  content: '';
  display: block;
  border-top: 3px solid #333;
  border-bottom: 3px solid rgba(119, 119, 119, 0.1);
}
.page_home .detail .detail_text::before {
  display: none;
}
.detail_text .widgets {
  display: none;
}
.detail_text a,
.detail_text p {
  word-wrap: break-word;
  word-break: break-word;
}
.detail_text .top-description {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  border: 1px solid #b0b0b0;
}
.post_body h3 {
  margin-top: 1.2em;
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  color: #404040;
}
.post_body b,
.post_body strong {
  color: #112255;
}
.post_body li {
  margin-bottom: 8px;
}
.detail_text .wp-block-columns {
  margin-bottom: 1rem;
}
.detail_text .wp-block-column:not(:first-child) {
  margin-left: 1rem;
}
.border-box {
  padding: 0.2em 0.5em;
  border: 1px solid #808080;
}
.border-box > ul {
  margin-bottom: 0;
  padding-left: 1.5em;
}
a {
  cursor: pointer;
}
a + strong mark {
  color: #eb6032;
}
a.card {
  text-decoration: none;
  position: relative;
}
a.card:hover {
  box-shadow: 2px 2px 10px 2px rgba(40, 40, 40, 0.2);
}
a.card .card-title {
  margin: -0.5em;
  font-weight: bold;
  color: #404040;
}
.page_home a.card .card-img,
.page_home-in-edit a.card .card-img {
  width: auto;
  height: 160px;
  border-bottom: 1px solid #e0e0e0;
  object-fit: cover;
}
.page_home a.card .card-title-author,
.page_home-in-edit a.card .card-title-author {
  padding-left: 0.5em;
}
.page_home a.card .authorName,
.page_home-in-edit a.card .authorName {
  font-weight: normal;
}
.page_home a.card > mark,
.page_home-in-edit a.card > mark {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page_home a.card > mark small[label="New"],
.page_home-in-edit a.card > mark small[label="New"] {
  color: #eb6032;
}
.page_home a[data-lightbox="casemap-db-img"] img,
.page_home-in-edit a[data-lightbox="casemap-db-img"] img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}
figure {
  margin-left: 2em;
  border: 1px solid #b0b0b0;
}
figure > .table {
  margin-bottom: 0;
}
figure > .table tbody tr:nth-child(1) td,
figure > .table tbody tr:nth-child(2) td {
  padding: 2px 1em;
  border-style: none;
  background-color: #f4f4f4;
  font-size: 0.8em;
  font-weight: bold;
}


/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .list_big .post_links .post_thumb span {
    height: 193px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .list_big .post_links .post_thumb span {
    height: 140px;
  }
  .follow .share a {
    font-size: 1em;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .logo.fixed-top-custom {
    position: fixed;
    left: 1rem;
    z-index: 1040;
    top: 1rem;
    font-size: small;
  }
  .logo.fixed-top-custom img {
    height: 1.5rem !important;
  }
  .logo_text {
    text-align: left;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar li {
    display: none;
  }
  .head-open .wrapper {
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .head-open .navbar li {
    display: block;
  }
  .nav .sub-menu, .nav .sub-menu .sub-menu {
    position: static;
    border: 0 none;
  }
  .nav .dropdown-toggle {
    position: relative;
  }
  .nav .dropdown-toggle:after {
    position: absolute;
    right: .25rem;
    top: 45%;
  }
  .nav .sub-menu .dropdown-toggle:after {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
  .nav .open > .dropdown-toggle:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .navbar-fixed-top-custom {
    padding: 3.5rem .5rem 0 .5rem !important;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .list .post_links {
    margin-bottom: .5rem;
  }
  .list .post_time, .list .post_cat {
    font-size: x-small;
  }
  .list .post_ttl {
    /* font-size: small; */
  }
  .list .post_links .post_thumb {
    background-size: 170% auto;
    -webkit-background-size: 170% auto;
    -moz-background-size: 170% auto;
    -o-background-size: 170% auto;
    -ms-background-size: 170% auto;
  }
  .list .post_links .post_thumb span {
    width: 80px;
    height: 80px;
  }
  .list_big .post_links .post_thumb {
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
  }
  .list_big .post_links .post_thumb span {
    width: 100%;
    height: 120px;
  }
  .alignright {
    float: none;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .alignleft {
    float: none;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .headline .logo_text {
    width: 88%;
  }
  .navbar .menu-item {
    float: none;
  }
  .navbar .menu-item a {
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
    padding: .5rem 0;
  }
  .navbar .container {
    padding: 0 .9375rem;
  }
  .navbar .sub-menu {
    padding-left: 1rem;
  }
  .main h3 {
    font-size: large;
  }
  .detail {
    padding-top: 1rem;
  }
  .breadcrumb {
    font-size: small;
  }
  .share a {
    font-size: x-small;
    padding: .5em .7em;
  }
  h1 {
    font-size: 2rem;
  }
  h2, h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  .logo_text {
    text-align: left;
  }
  .hero, .hero_img {
    height: 60px;
    line-height: 60px;
  }
}


/*** add:hino ***/
@media (max-width: 768px) {
  .detail_text .wp-block-column:not(:first-child) {
    margin-left: 0rem;
  }
}
@media (max-width: 600px) {
  .detail_text .wp-block-columns {
    margin-bottom: 0rem;
  }
  .detail_text .wp-block-column {
    margin-bottom: 1rem;
  }
}
