@charset "utf-8";
/*
Theme Name: LIQUID LP
Theme URI: https://lqd.jp/wp/theme_lp.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-lp
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;
    background-color: #f9f9f9;
}
a {
    color: #00a5d4;
    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: #00a5d4;
    text-decoration: none;
}
a:visited {
    color: #00a5d4;
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
}
h3 {
    margin-bottom: 1rem;
}
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 #00a5d4;
    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;
}

.mark, mark {
    background-color: #ffff00;
}

/* navbar */
.navbar {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.navbar-nav a {
    font-size: small;
    display: block;
    padding: .5rem .75rem;
}
.navbar-nav a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}
.navbar li {
    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-menu, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #00a5d4;
}
.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;
    display: inline-block;
    margin-top: .5rem;
}
.logo_text {
    font-size: small;
    text-align: left;
}
.logo_text .ttl, .logo_text .subttl {
    vertical-align: top;
    font-size: small;
    display: block;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
/* .navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
    background-color: rgba(119, 119, 119, 0.1);
} */

/* 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: fixed;
    top: 1rem;
    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: 0;
}
.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: #00a5d4;
}
.carousel-control
.carousel-indicators li {
    margin: 0 .2em !important;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 4;
}

/* ------------------------------------
// main
------------------------------------ */
.head {
    position: relative;
    z-index: 99;
    width: 100%;
    transition: all 0.5s;
    padding: .5rem 0;
    background-color: #00a5d4;
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.head-fixed-top-custom {
    position: fixed;
    top: 0;
    background-color: #00a5d4;
    color: #fff !important;
    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);
    opacity: 0.9;
}
.head-fixed-top-custom:hover {
    background-color: #00a5d4;
    opacity: 1;
}
.head-fixed-top-custom .logo_text {
    display: none;
}
.head-fixed-top-custom a {
    color: #fff;
}

.page-template-lp .head:not(.head-fixed-top-custom) {
    position: fixed !important;
    background-color: transparent !important;
}
.head.head-static {
    position: static !important;
    background-color: #00a5d4 !important;
}
.head.head-static .logo_text {
    display: block !important;
}

.headline {
    background-color: transparent;
}

.special_header {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: -.5rem;
}
.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;
}

.hero {
    background-color: #00a5d4;
    padding: 2rem 0;
}
.hero h1 {
    color: #fff;
    padding: 0 !important;
    margin: 0;
    font-size: xx-large;
}
.main {
    text-align: center;
    line-height: 1.5;
    padding: 1em 0;
}
.main h3 {
    margin-bottom: 0;
    font-size: large;
}
.main h3 a {
    display: block;
}
.mainarea {
    margin-bottom: 2rem;
}
.home .mainarea {
    margin-top: 2rem;
}
.home.page-template-lp .mainarea {
    margin-top: 0;
}

.mainarea .pages, .mainarea .news {
    margin: 2rem 0;
}

.pages .list .post_links {
    margin-bottom: 1rem;
}
.pages .list .list-text {
    background-color: #fff;
}

.list .post_links {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
    position: relative;
}
.list .post_links:hover {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .post_links .list-block {
    display: table;
}
.list .post_links .post_thumb,
.list .post_links .list-text {
    display: table-cell;
    vertical-align: top;
}
.list .post_links .post_thumb {
    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_big .post_links:hover .post_thumb:after {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .list-text {
    padding: .5rem;
    line-height: 1.2;
}
.list .post_ttl {
    font-size: medium;
    margin-top: .5em;
}

.list_big .post_links {
    border: 1px solid rgba(119, 119, 119, 0.1);
}
.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: 230px;
}
.list_big .post_ttl {
    font-size: small;
    margin-bottom: 0;
    line-height: 1.2em;
    height: 1.2em;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    text-overflow: ellipsis;
    box-orient: vertical;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;
    -o-box-orient: vertical;
    -o-line-clamp: 1;
    -ms-box-orient: vertical;
    -ms-line-clamp: 1;
}

.post_meta {
    margin-bottom: 1rem;
}
.post_time, .post_cat {
    font-size: small;
    margin-right: .5em;
    opacity: 0.8;
    color: #333;
}
.post_cat {
    font-size: small;
    color: #fff;
    background-color: #00a5d4;
    padding: .2em .5em;
    display: inline-block;
    margin: .2rem .5rem .2rem 0;
    border-radius: 3px;
    min-width: 7em;
    text-align: center;
    line-height: 1.5;
}
.post_cat a {
    color: #fff !important;
}
.post_body h1, .post_body h2,
.widget h1, .widget h2 {
    font-weight: bold;
    margin-bottom: 2rem;
}
.post_body h1 > span, .post_body h2 > span,
.widget h1 > span, .widget h2 > span {
    border-bottom: 3px solid #00a5d4;
    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;
}
hr {
    border-color: rgba(119, 119, 119, 0.1);
    border-width: 3px;
}

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

.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 #00a5d4;
}
.landingpage .ttl {
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    padding: 1rem 0;
    border: 0 none;
}
.cap {
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

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 .widgets {
    top: 2rem;
}
.sidebar .widget:first-child .ttl {
    margin-top: 0;
}
.sidebar .widget ul li a {
    padding: .5rem 0;
}
.widget {
    margin-bottom: 2rem;
}
.widget .ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
}
.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, .logo_text .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: 80px;
    height: 80px;
    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,
.pagination li>a:focus, .pagination li>a:hover {
    background: rgba(119, 119, 119, 0.1);
}

.share {
    margin-bottom: 1rem;
}
.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 .5em .5em 0;
    opacity: 0.8;
}
.share a:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}
.share_facebook {
    background: #39599F;
}
.share_twitter {
    background: #45B0E3;
}
.share_google {
    background: #DB4437;
}
.share_hatena {
    background: #00A4DE;
}
.share_pocket {
    background: #D3505A;
}
.share_line {
    background: #00C300;
}

.sns {
    text-align: center;
    padding: 0;
}
.sns a {
    font-size: x-large;
    display: inline-block;
    margin: .25rem;
    padding: .5rem;
    line-height: 0;
    opacity: 0.8;
}
.sns a:hover {
    opacity: 1;
    border-radius: 50%;
}

.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 #00a5d4;
}

.home .detail {
    padding-top: 0;
}
.detail {
    padding-top: 2rem;
}
.ttl_h1 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 1rem;
}
.archive .ttl_h1, .search .ttl_h1 {
    border-bottom: 3px solid #00a5d4;
    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 {
    background-color: #fff;
}
.page-numbers a, span.current {
    display: inline-block;
    border: 3px solid rgba(119, 119, 119, 0.1);
    padding: .5em;
    margin: 3px;
    text-decoration: none;
}
span.current {
    background: rgba(119, 119, 119, 0.1);
}

.map {
    padding: 1rem;
    background: rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.map iframe {
    width: 100%;
    height: 450px;
}

.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 {
	min-height: 100px;
    background-color: rgba(119, 119, 119, 0.1);
}
footer a, footer a:hover, footer a:active, footer a:visited {
    text-decoration: none;
    color: #000 !important;
}
#footerwrap {
	width: 1000px;
	margin:0 auto;
	line-height:120%;
	/*font-size:90%;*/
	text-align: left;
}
#footerwrap .name{
	padding-top: 10px;
	line-height:120%;
	font-size:160%;
}
#footerwrap .address{
	line-height:120%;
	font-size:120%;
}
#footerwrap .copy{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}


.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
------------------------------------ */
.widget .wpcf7 {
    padding: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}
.wpcf7 label {
    width: 100%;
}

/* ------------------------------------
// wpp
------------------------------------ */
.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.popular-posts .wpp-list li {
    display: table;
    width: 100%;
}
.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 .post-stats,
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}
.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 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;
    }
	
 #footerwrap { width: 100% !important; }
 #footerwrap .name{ font-size:120%; }
 #footerwrap .address{ font-size:100%; }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar-nav {
        width: 100%;
    }
    .navbar li {
        display: none;
    }
    .head-open .head:not(.head-static) {
        max-height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .head-open .navbar {
        padding: 1rem 0;
    }
    .head-open .navbar li {
        display: block;
    }
    .navbar .menu-item a {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1);
        padding: .5rem 0;
    }
    .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-nav li, .navbar-nav li a {
        border-left: 0 none !important;
        border-right: 0 none !important;
    }
    .pc { display: none !important; }
    .sp { display: block !important; }
    #mfp_element_3 {
    	margin-left: 0 !important;
    }
    #mfp_element_5 {
    	margin-left: 0 !important;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .list .post_time, .list .post_cat {
        font-size: x-small;
        min-width: 6em;
    }
    .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;
    }
    .navbar .menu-item {
        float: none !important;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .main h3 {
        font-size: large;
    }
    .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;
    }
    .pc { display: none; }
    .sp { display: block; }
}
/* ------------------------------------
// customize
------------------------------------ */
.liquid_bg, .carousel-indicators .active, .icon_big, .post_cat,
.has-liquid-theme-background-color, .lp-list li:before {
    background-color: #00a5d4 !important;
}
.liquid_bc, .post_body h1 span, .post_body h2 span,
.archive .ttl_h1, .search .ttl_h1, .breadcrumb, .formbox a,
.has-liquid-theme-background-color.is-style-blockbox {
    border-color: #00a5d4 !important;
}
.liquid_color, .navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item,
.has-liquid-theme-color {
    color: #00a5d4 !important;
}
                    .head, .page-template-lp.head-open .head, .dropdown-menu, .dropdown-item:focus, .dropdown-item:hover,
.head-fixed-top-custom, .head-fixed-top-custom:hover, .page-template-lp .head.head-static {
    background-color: #ffffff !important;
}
    /*  custom head  */
        /* 共通 */
.head {
display: none !important;
}
.logo_text .subttl {
display: none !important;
}
html {
overflow: auto;
height: 100%;
}
body{
overflow-x: hidden;
}
h1 {
padding-top: 90px;
}
h1 span {
border-bottom: none !important;
padding: 0 !important;
}
h2 span {
border-bottom: 3px solid #AF312A !important;
}
a {
text-decoration: none !important;
color: #fff;
font-weight: bold;
}
.font-l {
font-size: 1.5rem;
}
.font-s {
font-weight: 200;
font-size: 0.8rem;
}
.font-normal {
font-weight: 400;
}
.pt0 {
padding-top: 0 !important;
}
/* 背景 */
.bg-yellow {
padding-top: 4rem;
margin-bottom: 4rem;
background-color: rgba(251,238,176,0.2);
background-size: 10px 10px;
background-position: 0 0, 5px 5px;
background-image:
linear-gradient(45deg,  #fbeeb0 25%, #fbeeb0 25%, transparent 25%,
transparent 75%, #fbeeb0 75%, #fbeeb0 75%),
linear-gradient(-135deg, #fbeeb0 25%, #fbeeb0 25%, transparent 25%,
transparent 75%, #fbeeb0 75%, #fbeeb0 75%);
}
.bg-form {
border-radius: 15px;
background-color: rgba(219,180,117,0.5);
}

/* フォームボタン */
.contactform-g {
width: 70%;
margin: 0 auto;
padding: 3rem;
}
.contactform, .contactform2, .contactform3 {
padding: 15px;
margin-bottom: 1rem;
border: 1px solid #124680;
background-color: #fff;
color: #333;
cursor: pointer;
}
.contactform2 p, .contactform3 p {
color: #333;
}
.contactform:hover {
background-color: #51AA39;
color: #fff;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.contactform2:hover, .contactform3:hover {
background-color: #FB8D87;
color: #fff;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.contactform-gas {
padding: 30px;
margin-bottom: 1rem;
color: #fff;
cursor: pointer;
border-radius: 10px;
}
.contactform-gas p {
line-height: 1.5;
}
.contact-tell {
background-color: #AF312A;
}
.contact-mail {
background-color: #51AA39;
}
.contactform-gas:hover, .contactform-gas a:hover {
opacity: 0.8;
color: #fff;
}
.icon-mail2 {
margin-left: 0 !important;
padding: 30px;
}
.contact-detail {
margin-bottom: 0;
}
.contact-fax {
margin-bottom: 0;
}

/* コンタクトフォーム */
#contact-form {
padding-top: 70px;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder{
color: #d3d3d3;
}
.wpcf7 .inquiry {
width: 100%;
margin: 0 auto;
padding:30px;
border: 2px solid #ccc;
}
.inquiry tr {
border-top: 1px #ccc solid;
}
.inquiry .border-none {
border-top: none;
}
.inquiry th {
width: 30%;
padding-left: 15px;
/*background-color: #e7e7e7;*/
}
.inquiry td {
padding: 15px;
}
.inquiry .form-city td {
padding: 0 15px;
}
.wpcf7 .table-title {
background-color: #e7e7e7;
padding: 20px 15px;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}
.wpcf7 .required {
display: inline-block;
background-color: #ff9900;
border: solid 2px #ff9900;
padding: 2px 5px;
font-size: 10px;
color: #FFF;
margin: 0px 15px 0 0;
/*border-radius: 4px;*/
background-size: 100% 100%;
float: right;
}
.wpcf7 .any {
display: inline-block;
background-color: #32BCC9;
border: solid 2px #32BCC9;
padding: 2px 5px;
font-size: 10px;
color: #FFF;
margin: 0px 15px 0 0;
/*border-radius: 4px;*/
background-size: 100% 100%;
float: right;
}
.form-btn {
text-align: center;
margin-top: 50px;
}
.wpcf7-submit, .wpcf7c-btn-confirm {
font-size: 1.5rem;
padding: 15px 50px;
border-radius: 15px;
font-weight: bold;
border-bottom: 5px solid #2B6019;
border-right: none;
border-left: none;
border-top: none;
color: #fff;
background-color: #51AA39;
}
.wpcf7-submit:hover, .wpcf7c-btn-confirm:hover {
background-color: #51AA39;
border: none;
opacity: 0.8;
transform: translate(0,5px);
margin-bottom: 5px;
}
.wpcf7c-btn-back {
padding: 5px 20px;
border-radius: 5px;
border-bottom: 1px solid #333;
color: #333;
background-color: #fff;
margin-top: 15px;
margin-right: 20px;
}
.wpcf7c-btn-back:hover {
opacity: 0.8;
cursor: pointer;
}
.form_address {
padding: 0 15px !important;
}
.form_address_end {
padding: 0 15px 15px !important;
}
.form_address span, .form_address_end span {
font-size: 0.8em;
margin-left: 5px;
color: #999;
font-weight: 400;
}
#mfp_element_2 {
	width: 100px !important;
}
#mfp_element_3 {
	margin-left: 26px;
}
#mfp_element_5 {
	margin-left: 26px;
}
#mfp_element_14 {
	width: 100% !important;
	height: 100px !important;
}

/*アコーディオン設置*/
#accordion .accordion-container p {
text-align: left;
background-color: #e7e7e7;
margin: 0;
padding: 15px;
border: solid 1px #e7e7e7;
}
#accordion .accordion-title {
text-align: left;
background-color: #e7e7e7;
margin: 0;
padding: 15px;
border: solid 1px #e7e7e7;
cursor: pointer;
padding-left: 46px;
border: 2px solid #ccc;
border-top: none;
font-weight: bold;
}

#accordion .accordion-title:hover {
background-color:#32BCC9;
color: #fff;
opacity: 0.8;
}

.accordion-title {
position: relative;
}

.accordion-title:after {
content: "";
position: absolute;
left: 25px;
top: 38%;
transition: all 0.2s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #555;
border-right: solid 2px #555;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}

.accordion-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 45%;
}

.accordion-content {
display: none;
border-top: none !important;
}

/*** 法人ETCカード ***/
/* ヘッダー */
#mv {
height: 730px;
overflow: hidden;
background: url("../img/head.jpg");
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
background-size: cover;
}
#mv-gas {
height: 730px;
overflow: hidden;
background: url("../img/gasoline-card-head.jpg");
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
background-size: cover;
}
.mv-gas-thanks {
  height: 90px !important;
  background: #999 !important;
}
#mv .kcm-logo, #mv-gas .kcm-logo {
float: left;
width: 250px;
}
#mv .tel, #mv-gas .tel {
float: right;
width: 250px;
}
#mv .header-inner, #mv-gas .header-inner {
position: fixed;
background:rgba(249,249,249,0.8);
z-index: 9999;
width: 100%;
height: 90px;
padding: 13px;
}
.header-form {
width:50%;
margin: 20px auto;
}
.header-form .header-form-inner {
border-radius: 15px;
border: none;
color: #fff;
background-color: #51AA39;
border-bottom: 5px solid #2B6019;
cursor: pointer;
}
.header-form .header-form-inner:hover {
background-color: #51AA39;
border: none;
transform: translate(0,5px);
margin-bottom: 5px;
}
.header-form .contactform-gas {
border-bottom: 5px solid #6E3E3B;
}
.header-form .contact-detail {
font-weight: 400;
}
.header-form .contact-tell:hover {
background-color: #AF312A;
border: none;
transform: translate(0,5px);
margin-bottom: 21px;
opacity: 1;
}

/* このような方が対象です */
.target .d-sm-block li{
font-size: 20px;
padding: 15px 0;
}
.target .d-sm-none {
margin: 20px 0;
}
.target .d-sm-none li{
background-color: #c7def4;
border-left: 5px solid #598dc8;
font-size: 1.2rem;
padding: 15px !important;
}
.discount .wp-block-column:not(:first-child) {
margin-left: 50px;
}

/* カード発行はかんたん4STEP */
.lp-step .step-no {
border-left: 5px solid #124680;
border-bottom: 1px solid #124680;
background-color: #c7def4;
}

/* 便利な法人ETCカードで快適走行 */
.convenient-title {
width: 70%;
margin: 20px auto;
padding: 20px 10px !important;
border-bottom: 1px solid #124680;
}

/* ETCマイレージもたまる！充実の割引特典！ */
.discount-img {
background-color: #fff;
margin-top: 2rem;
padding: 2rem;
border-radius: 15px;
}

/*** ガソリンカード ***/
.header-gas-ttl {
padding-top: 30px;
}
.point-img {
margin-top: 30px;
}
/* 対応カード */
.gas-list p {
border-radius: 10px;
}
/* 発行にあたって必要になる経費・料金について */
.price-table {
font-size: 1.2rem;
font-weight: bold;
border: 1px solid #ccc;
width: 700px;
margin: 0 auto;
}
.price-table tr:first-child {
border-bottom: 1px solid #ccc;
}
.price-table th {
background-color: #e7e7e7;
border-right: 1px solid #ccc;
width: 80%;
}
.price-table th, td{
padding: 15px;
}
.price-table td {
background-color: #fff;
}
.price-img {
margin: 50px;
}
/* 悩み */
.worry-list {
float: left;
position: relative;
left: 50%;
}
.worry-list li {
line-height: 2;
font-size: 1.2rem;
position: relative;
left: -50%;
}
.p-3 {
font-weight: normal;
}

@media only screen and (max-width: 768px) {
h2 {
margin-bottom: 2rem !important;
}
.space-wide {
height: 100px !important;
}
.space-50 {
height: 30px !important;
}
.bg-yellow {
padding-top: 2rem;
margin-bottom: 2rem;
}
.inquiry-cap {
font-size: 100%;
}
.inquiry .form-city th, .inquiry .form-addr th {
background-color: transparent;
display: none;
}
.inquiry .form-city td {
padding: 0 15px;
}
.inquiry th, .inquiry td {
    width: 100%;
    display: block;
    padding: 15px;
}
.inquiry tr {
border-top: none;
}
.inquiry th {
background-color: #e7e7e7;
}

/*** 法人ETCカード ***/
#mv {
height: 375px;
overflow: hidden;
background: url("../img/head-sp.jpg") no-repeat;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
background-size: contain;
}
#mv-gas {
height: 375px;
overflow: hidden;
background: url("../img/gasoline-card-head.jpg");
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
background-size: cover;
}
#mv .header-inner, #mv-gas .header-inner  {
left: 0;
right: 0;
height: 70px;
}
#mv .header-inner .container, #mv-gas .header-inner .container  {
padding-left: 0;
}
#mv .header-inner .kcm-logo, #mv-gas .header-inner .kcm-logo {
width: 40%;
}
#mv .header-inner .tel, #mv-gas .header-inner .tel {
width: 50%;
}
.header-form {
width:90%;
margin: 0 auto;
}
.target .d-sm-none li {
font-size: 1rem;
}
.target h3, .target .wp-block-columns {
margin-left: 30px;
margin-right: 30px;
}
.convenient-title {
width: 100%;
margin: 20px auto;
border-bottom: 1px solid #124680;
}
.discount .wp-block-column:not(:first-child) {
margin-left: 0;
}
.discount-img {
margin: 0 15px;
}
.contactform-g {
width: 100%;
padding: 3rem 0;
}
.contactform {
line-height: 2rem;
}
.discount figure, .discount img {
width: 100%;
}
.contactform-gas {
padding: 15px;
}
.gas-list p {
font-size: 1.2rem !important;
padding: 15px;
}
.price-table {
width: 100%;
}
.worry-list li{
font-weight: 200;
font-size: 1rem;
}
}
/**** toiawase ** mailform ****/
.contact-link a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
}
.contact-link-detail {
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
}
.contact-link-detail span {
  font-size: 1rem;
}
.contact-link-detail i {
  margin-right: 8px;
}
.contact-tell {
  background-color: #AF312A;
  margin-bottom: 1rem;
}
.contact-mail {
  background-color: #51AA39;
}
.contact-tell a:hover, .contact-mail a:hover {
  opacity: 0.5;
}
#toiawase {
	background:#fff;
	padding: 50px 0;
}

#formwrap {
	width: 95%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formwrap input {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
.mailform h3 {
  text-align: left;
  background-color: #efefef;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #ccc;
}
.input-example {
  color: #a9a9a9;
}
.input-title {
  margin-right: 5px;
}
.input-bottom {
  margin-left: 5px;
}

.mfp_buttons button {
  background-color: #00a938;
  color: #fff;
  padding: 15px 50px;
  font-size: 1.5em;
  font-weight: bold;
  border: none;
  border-radius: 15px;
  border-bottom: 4px solid #005f18;
}
.mfp_buttons button:hover {
  opacity: 0.8;
  transform: translate(0px,4px);
}

p.readform{margin-bottom:25px;}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#a9a9a9;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#a9a9a9;
}
::placeholder{ /* Others */
 color:#a9a9a9;
}

footer {height: 100px; color: #999; font-size: 12px;margin-top:15px;}

.pc { display: block; }
.sp { display: none; }
