@charset "utf-8";
/*
Theme Name: LIQUID INSIGHT dx.usystem.jp
Template: liquid-insight
Theme URI: https://lqd.jp/wp/theme_insight.html
Description: LIQUID PRESS SERIES
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 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-insight
Version: 1.2.1
*/

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

body {
    color: #333;
    font-size: 16px;
    font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", sans-serif;
    line-height: 1.5;
    background-color: #f5f5f5;
}
a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:hover, a:active {
    color: #333;
    text-decoration: none;
}
a:visited {
    opacity: 0.7;
}
img {
    max-width: 100%;
    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 1em;
    border-top: 3px solid rgba(119, 119, 119, 0.1) !important;
    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;
}
.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;
}
.rwd_in {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
  @media (max-width: 767.98px) {
    .navbar  {
    padding: 10px;
}}

  @media screen and (max-width: 960px) {
.navbar{
     padding: 10px;
}}

.navbar-fixed-top-custom {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
  @media (max-width: 767.98px) {
    .navbar-fixed-top-custom{
    padding: 0;
}}
  @media screen and (max-width: 960px) {
 .navbar-fixed-top-custom{
    padding: 10px;
}}


.navbar-nav a {
    font-weight: bold;
    display: block;
    padding: .5rem 1rem;
    font-size: 1.0rem;
}

  @media screen and (max-width: 960px) {
.navbar-nav a {
    padding: .5rem 25px;
}}

.navbar li {
    border-bottom: 1px solid transparent;
    list-style: none;
}
  @media screen and (min-width: 961px) {
.navbar li {
    margin-right: 60px;
}}


.navbar li a:last-child {
     padding-right: 0;
}

.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-menu, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}
.dropdown-item {
    padding: 0;
}
.logo {
    font-size: xx-large;
    font-family: Helvetica, sans-serif;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
     -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.logo img {
    width: auto !important;
    height: 36px !important;
    max-width: initial !important;
}
.logo_text {
    font-size: x-small;
    text-align: left;
    margin-bottom: 2rem;
	background: rgba(119, 119, 119, 0.1);
}
.navbar-nav {
    text-align: center;
    margin: auto;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
.navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
    font-weight: bold;
}

.sp_title{
	width:100%;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
.tablet_title{
	width:100%;
	margin-top:10px;
	text-align:center;
	font-size:160%;
	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';
	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;
}

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

/* ------------------------------------
// bootstrap
------------------------------------ */
/* navbar-toggler */
.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: transparent;
    background-image: none;
}
.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: -3rem;
}
.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;
}
.is_overlay .carousel-control-next, .is_overlay .carousel-control-prev {
    z-index: 2;
    width: 5%;
}

/* ------------------------------------
// main
------------------------------------ */
.headline {
    text-align: center;
}
.logo_text .ttl, .logo_text .subttl {
    font-size: small;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: .5rem 0;
    text-align: center;
    line-height: 1.1;
}

.special_header {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: -1rem;
}
.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 {
    position: relative;
    margin:0 auto;
    margin-bottom: 4rem;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(119, 119, 119, 0.1);
}
.cover_inner {
    position: relative;
    line-height: 0;
}
.cover video {
    width: 100%;
    height: auto;
}

.cover_overlay {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px; /* frame */
}
.cover_passive {
    pointer-events: none;
}
.cover_ttl {
    font-size: xx-large;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 1px #00000080;
    margin-bottom: 1rem;
}
.cover_lead {
    font-size: large;
    color: #ffffff;
    text-shadow: 0 0 1px #00000080;
    margin-bottom: 1rem;
}
.cover_ttl mark, .cover_lead mark {
    color: #333;
    background-color: #fff;
}
.cover_btn {
    display: inline-block;
    color: #ffffff !important;
    background: #00aeef;
    padding: 1rem 1.5rem;
    opacity: 0.9;
}
.cover_btn:hover, .cover_btn:active, .cover_btn:visited {
    color: #ffffff !important;
    opacity: 1;
}

.hero {
    background-color: #eee;
    height: 400px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.hero_img {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    text-align: center;
    line-height: 100px;
    font-size: medium;
    opacity: 0.7;
}
.head {
    background-color: #fff;
}

.c-header__sub {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background-color: #383838;
}

.c-header__main, .c-header__sub-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
    font-size:100%;
}

.c-header__message {
    font-size: 1rem;
    color: #fff;
}

.c-header__contact a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 60px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    transition: .3s;
}

.c-header__contact a::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #e50012;
    background: -moz-linear-gradient(left, #e50012 0%, #bd000e 95%, #bd000e 96%, #bd000e 100%);
    background: -webkit-linear-gradient(left, #e50012 0%, #bd000e 95%, #bd000e 96%, #bd000e 100%);
    background: linear-gradient(to right, #e50012 0%, #bd000e 95%, #bd000e 96%, #bd000e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50012', endColorstr='#bd000e',GradientType=1 );
    opacity: 1;
    transition: .3s;
}


.headcol {
    height: 100vh;
}
.headcol .head {
    position: fixed;
    width: inherit;
    height: 100vh;
}
.headcol .headline {
    padding: 0;
}
.headcol .navbar-nav a {
    padding: .5rem;
    font-size: x-small;
}
.maincol {
    margin-top: 0;
}

.mainpost, .detail {
    margin-top: 1rem;
}
.home .detail, .detail.simple {
    padding-top: 0;
}

.main {
    background-color: #333;
    text-align: center;
    line-height: 1.5;
    padding: .5rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.main a {
    color: #fff !important;
}

.list .post_links {
    display: block;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(119, 119, 119, 0.1);
}
.list .post_links .list-block {
    display: table;
}
.list .post_links .post_thumb,
.list .post_links .list-text {
    display: table-cell;
    vertical-align: top;
}

.list-block .list-text {
	margin-top:5px;
}

.list .post_links .post_thumb img {
    width: 100%;
}
.list .post_links .post_thumb:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.list .post_links:hover .post_thumb:after {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .post_ttl {
    font-size: medium;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    margin-top:10px;
}
.list .post_ex {
    font-size: small;
    line-height: 1.2em;
    margin-top: .5em;
    text-align: right;
}

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

.single .mainarea, .page .mainarea {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 1rem;
}
.home.single .mainarea, .home.page .mainarea {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.post_meta {
    color:#fff;
    padding-left:15px;
}
.post_time, .post_cat {
    
}
.post_time a, .post_cat a{
    color:#fff;
    font-size: 0.9rem;
    background-color: #333;
    padding:7px;
    margin-right:8px;
    line-height: 35px;
}

.post_cat a:hover{
    background-color: #b9b9b9;
}

.sdgs_icon{
	width:100%;
	padding-left:15px;
	margin-bottom:15px;
	over-flow:hidden;
}

.sdgs_icon img{
	width:50px;
	margin-right:15px;
	float-left;
}


.list .post_cat {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: .2rem .5rem;
    background-color: #333;
    font-size: 12px;
}
.post_body {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    line-height: 30px;
}
.post_body h1, .widget h1 {
    font-weight: bold;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.post_body h1 > span, .widget h1 > span {
    border-bottom: 3px solid #333;
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: -3px;
}
.post_body h2, .widget h2 {
    background-color: rgba(119, 119, 119, 0.1);
    font-weight: bold;
    margin: 2rem 0;
    font-size: 1.4rem;
    padding: .5rem;
    border-left: 10px solid #333;
}
.post_body h3, .widget h3 {
	font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    padding-bottom:5px;
    border-bottom:1px solid #999;
}
.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;
}
.post_body img{
	text-align:center;
	padding:15px;
}

.post_body ul{
	list-style: none;
	padding-left:15px;
	margin:25px 0;
}

.post_body ul li{
    background: url(images/ico_arrow.png) no-repeat 0 6px;
    padding-left: 12px;
    margin-bottom: 9px;
    line-height: 140%;
    font-weight:bold;
}


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

.ttl {
    font-size: x-large;
    font-weight: bold;
    border-radius: 0;
    margin: 2rem 0;
    text-align: left;
}
.list .post_links .ttlin {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(119, 119, 119, 0.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.list .post_links:hover .ttlin {
    opacity: 1;
}

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

.sidebar {
    padding: 0 1rem 1rem 1rem;
    font-size: small;
}
.sidebar .widgets {
    top: 2rem;
}
.sidebar .widget .ttl span {
    display: block;
}
.sidebar .widget:first-child .ttl {
    margin-top: 0;
}
.sidebar .widget ul li a {
    padding: .5rem 0;
}
.widget {
    margin-bottom: 2rem;
}
.drawer {
    width: 100%;
}
.drawer .widget {
    margin: 1rem 0;
}
.widget .ttl {
    font-size: large;
    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 {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.widget ul li ul li {
    border-bottom: 0 none;
}
.widget ul li ul {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
    margin-left: .5rem;
    padding-left: .5rem;
}
.widget ul li a {
    padding: .5rem;
    display: inline-block;
}
.wrapper > .widgets .widget {
    margin-bottom: 0;
}
.sidebar .newpost a {
    display: table;
    width: 100%;
}
.sidebar .newpost a .post_thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}
.sidebar .newpost a .post_thumb span {
    display: block;
    width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: rgba(119, 119, 119, 0.1);
}
.sidebar .newpost a .post_thumb img {
    width: 100%;
    height: auto;
}
.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;
}

.widget .tagcloud a {
    display: inline-block;
    background-color: #333;
    color:#fff;
    padding: .2rem .5rem;
    margin: .2rem .1rem;
    font-size: small !important;
}

ul.post-categories a, ul.tag a, .pagination li>a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 3px 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-color: #b9b9b9;
}

.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 {
    margin-bottom: 1rem;
}
.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 .5em .5em 0;
    opacity: 0.8;
    text-decoration: none;
}
.share a:hover, .share a:active, .share a:visited {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}
.share_facebook {
    background: #39599F !important;
}
.share_twitter {
    background: #45B0E3 !important;
}
.share_hatena {
    background: #00A4DE !important;
}
.share_pocket {
    background: #D3505A !important;
}
.share_line {
    background: #00C300 !important;
}

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

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

.ttl_h1 {
    font-size: 1.8rem;
    font-weight: bold;
    padding:10px 0 15px 15px;
    margin-bottom: 0rem;
}
  @media (max-width: 767.98px) {
    .ttl_h1{
    font-size: 1.4rem;
}}


.title_cat{
	margin-bottom:1.5rem;
	border-left:3px solid #e50012;
	padding-bottom:5px;
}

ul.list-inline{
	margin: 0 0 10px 0px;
	
}



ul.list-inline li.list-inline-item a{
	border:none;
	padding:5px;
	font-size:15px;
	background-color: #d3d3d3;
}

ul.list-inline li.list-inline-item a:hover {
    background-color: #949494;
}


.archive .ttl_h1, .search .ttl_h1 {
    padding-bottom: 1rem;
}

.clearfix, .post_body {
    zoom: 1;
}
.clearfix:after, .post_body:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.detail_text{
	margin-left:15px;
}

.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: #a9a9a9;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    z-index: 999;
}


.c-contact {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
}

.c-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.c-contact__inner {
    padding: 20px;
    background-color: #fff;
}
 @media screen and (max-width: 1200px) {
.c-contact__inner {
    padding: 0px;
}}
  @media screen and (max-width: 960px) {
.c-contact__inner {
    padding: 0px;
}}


.c-contact__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
 @media screen and (max-width: 1200px) {
   .c-contact__wrap {
    display: block;
}}
  @media screen and (max-width: 960px) {
    .c-contact__wrap {
    display: block;
}}

.c-contact__heading {
    text-align: center;
    margin-bottom:5px;
}

.c-contact__tel, .c-contact__mail {
    width: calc(50% - 7.5px);
    border: 1px solid #333333;
}

.c-contact__tel-number a::before {
    position: relative;
    display: inline-block;
    content: '';
    top: 0;
    left: -10px;
    width: 25px;
    height: 25px;
    background-image: url(images/icon-tel.svg);
    background-size: 25px 25px;
}


.c-contact__wrap-heading {
    padding: 7px 10px;
    text-align: center;
    border-bottom: 1px dotted #333333;
}
.c-contact__wrap-content {
    padding-top: 15px;
    text-align: center;
}

.c-contact__tel, .c-contact__mail {
    width: calc(50% - 7.5px);
    border: 1px solid #333333;
}
 @media screen and (max-width: 1200px) {
    .c-contact__tel, .c-contact__mail {
    width: 100%;
    margin-bottom:20px;
    border: 1px solid #333333;}}
  @media screen and (max-width: 960px) {
    .c-contact__tel, .c-contact__mail {
    width: 100%;
    margin-bottom:20px;
    border: 1px solid #333333;}}



.c-contact__wrap-heading {
    padding: 7px 10px;
    text-align: center;
    border-bottom: 1px dotted #333333;
}

.c-contact__wrap-heading h4{
	margin:0px;
	font-size:15px;
	font-weight:bold;
}


.c-contact__mail-button {
    max-width: 300px;
    margin: 15px auto 0;
}
 @media screen and (max-width: 1200px) {
.c-contact__mail-button {
	margin: 0 auto 15px auto;
}}
  @media screen and (max-width: 960px) {
.c-contact__mail-button {
     margin: 0 auto 15px auto;
}}

.c-contact__mail-button a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 20px 35px 20px 15px;
    font-size: 20px;
    color: #fff;
    background-color: #e50012;
    transition: .3s;
    font-weight:bold;
}

.c-contact__mail-button a::after {
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.c-contact__tel-number a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #BD000E;
    transition: .3s;
    letter-spacing: 0;
}

.c-contact__tel-time {
    margin: 15px;
    padding: 10px;
    font-size: 15px;
    background-color: #FFDDD9;
}

.c-contact__tel-time p {
    font-size: 13px;
    margin:0px;
    font-weight:bold
}

.c-contact__tel-time span {
    display: inline-block;
    margin-right: 10px;
}




.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 {
    color: #333;
    background-color: #fff;
    font-weight: bold;
}

.c-footer__wrap {
    color:#333;
}


.c-header__message span.site_title{
	font-size:22px;
	padding-left:16px;
	font-weight:bold;
}


.c-footer__wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  text-align:center;
  padding: 15px 0; 
   }

.c-footer__copyright {
  padding: 15px 0;
  text-align: center;
  background-color: #383838; }
  .c-footer__copyright small {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff; }
      @media screen and (max-width: 960px) {
    .c-footer__copyright{ margin:0px;}
}}
    @media (max-width: 767.98px) {
		.c-footer__copyright{ margin:0px;}
		}
     @media (max-width: 575.98px) {
		.c-footer__copyright{ margin:0px;}
		}

    .logo_text {
        text-align: left;
    }

.c-footer__link {
    margin-left: 30px;
}
.c-footer__link ul{
    list-style: none;
    color:#333;
    margin-top:15px;
}
.c-footer__link ul a{
    color:#333;
}
.c-footer__link ul li{
    margin-bottom:10px;
}

footer a, footer a:hover, footer a:active {
    color: #fff;
}
footer .ttl span {
    border-color: #fff;
}

ul.footermenu{
	margin:0 auto;
	margin-top:20px;
	width: 680px;
	list-style: none;
	overflow: hidden;
}

ul.footermenu li{
	margin-right:30px;
	float:left;
}

ul.footermenu li a{
	color:#333;
}


ul.footermenu li a:hover {
    color: #d3d3d3;
}

.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;
}
.thumbnail_top {
    margin-bottom: 1em;
    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%;
}

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

/* ------------------------------------
// popularposts
------------------------------------ */
.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.popular-posts .wpp-list li {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.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;
    font-size: xx-small;
}
.popular-posts .wpp-list li .post-stats a {
    padding: 0;
    display: inline;
    color: #fff;
}
.wpp-no-data {
    display: none;
}

/* ------------------------------------
// 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;
}

/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1000px) */
@media (min-width: 991.98px) {

.pc { display: block;}
.tablet { display: none;}
.phone { display: none;}


}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

.pc { display: none;}
.tablet { display: block;}
.phone { display: none;}

    .headcol {
        height: auto;
    }
    .headcol .head {
        position: static;
        height: auto;
    }
    .headcol .headline {
        padding-bottom: 2rem;
    }
    .follow .share a {
        font-size: 1em;
    }
    

}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

.pc { display: none;}
.tablet { display: none;}
.phone { display: block;}

    .logo_text {
        text-align: left;
    }
    .logo.fixed-top-custom {
        position: fixed;
        left: 4rem;
        z-index: 1040;
        top: 1rem;
        font-size: small;
        right: 4rem;
        margin: 0 auto;
    }
    .logo.fixed-top-custom img {
        height: 1.5rem !important;
    }
    
    

    .navbar-nav {
        width: 100%;
    }
    .navbar li {
        display: none;
    }
    .head-open .wrapper {
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    
    .head-open .navbar ul {
        display: block;
        margin-top:10px;
    }
    .head-open .navbar li {
        display: block;
        background: url(images/ico_menu.png) no-repeat 0 6px;
        padding-left: 12px;
        margin-bottom:15px;
        text-align:left;
    }
     .head-open .navbar li:last-child{
     margin-bottom:0px;
     }
    
    .navbar-nav a {
    padding: 0px;
}
    
    .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);
    }
    .main {
        position: static;
    }
    .single .mainarea, .page .mainarea {
        padding: 1rem;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .list .post_time, .list .post_cat {
        font-size: x-small;
    }
    .list .post_ttl {
        font-size: small;
    }
    .list .post_links {
        margin-bottom: 1rem;
    }
    .list .post_links .post_thumb {
        width: 150px;
        margin:0 auto;
    }
    .list .post_links .post_thumb img {
        top: -25%;
        position: relative;
    }
    .alignright {
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .headline {
        padding-bottom:0;
    }
    .logo_text {
        margin-bottom: 1rem;
    }
    .navbar .menu-item {
        float: none;
        text-align: left;
    }
    .navbar .menu-item a {

    }
    .navbar .container {
        padding: 0 .9375rem;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .cover_overlay {
        align-items: start;
        padding-top: 1rem;
    }
    .cover_ttl {
        font-size: large;
    }
    .cover_lead {
        font-size: small;
    }
    .cover_btn {
        font-size: small;
        padding: .5rem;
    }
    .mainpost, .detail {
        margin-top: 1rem;
    }
    .thumbnail_top {
        max-width: 100vw;
        width: 100vw;
        margin: -2rem -15px 0 -15px;
    }
    .breadcrumb {
        font-size: small;
    }
    .share a {
        font-size: x-small;
        padding: .5em .7em;
    }
    h1 {
        font-size: 1.6rem;
    }
    h2, h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    .hero, .hero_img {
        height: 60px;
        line-height: 60px;
    }
}
