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

/* ------------------------------------
// common
------------------------------------ */
body {
    color: #333;
    font-size: 90%;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
}
.wrapper {
    overflow: hidden;
    margin: auto;
}
a {
    color: #212121;
    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: #34ad5c;
    text-decoration: none;
}
/*a:visited {
    color: #212121;
    opacity: 0.7;
}*/
img {
    max-width: 100% ;
    height: auto ;
}
iframe {
    max-width: 100%;
}
.none {
    display: none;
}
[class*='col-'] {
    overflow: hidden;
}
.customize-partial-edit-shortcuts-shown [class*='col-'] {
    overflow: visible;
}


.breadcrumbbox {
    background-color: #eee;
    position: relative;
}

.breadcrumb {
    overflow: hidden;
    max-width: 1156px;
    margin: 0 auto;
    font-size: 0.7rem;
}

.breadcrumb>li+li:before {
    color: #212121;
    content: ">";
}

.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-nav a {
    /*font-size: small;*/
    display: block;
    padding: 1rem 0.7rem;
    border-right: 1px solid rgba(119, 119, 119, 0.1);
}
.navbar-nav a:last-child {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
}
.navbar-nav a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}
.navbar li {
    border-bottom: 1px solid transparent;
    list-style: none;
}
.nav>.menu-item-has-children>ul, .nav>.page_item_has_children>ul {
    display: none;
}
.open ul {
    display: block !important;
}
.dropdown-menu {
    margin: 0;
}
.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: left;
    padding: .2rem 0;
    background: rgba(52, 173, 92, 0.5);
    margin-bottom: 1rem;
    line-height: 1;
}*/

.lang {
    text-align: right;
}
.lang span, .lang a {
    display: inline-block;
    padding: 0 .5rem;
    border-left: 1px solid rgba(119, 119, 119, 0.1);
}
.lang span {
    font-weight: bold;
}
.lang_clone .lang {
    text-align: left;
}

.navbar-nav .nav-item:last-child {
    float: right;
}
.navbar-nav > .nav-item:last-child a {
    background-color: #34ad5c;
    color: #fff !important;
}
.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);
}
blockquote {
    border-left: 2px solid rgba(119, 119, 119, 0.1);
    padding-left: 1em;
}
blockquote:before {
    content: "\e977";
    color: #333;
    font-size: large;
}
.screen-reader-text {
    display: none;
}
thead th, thead td {
	background-color: #e8e8e8;
}

tbody tr.gray {
	background-color: #f9f9f9;
    
}

tbody td.gray {
	background-color: #f9f9f9;
    
}


.table-bordered-none, .table-bordered-none th, .table-bordered-none td {
    border: 0 none;
}

.main_block {
    overflow: hidden;
    position: relative;
    margin-bottom:2rem;

}


.main_block a:link { color: #34ad5c; }
.main_block a:visited { color: #34ad5c; }
.main_block a:hover {
    color: #34ad5c;
    text-decoration: underline;
}


.main_block02 {
    margin-bottom:3rem;
}

.main_block02 a:link { color: #34ad5c; }
.main_block02 a:visited { color: #333; }
.main_block02 a:hover {
    color: #34ad5c;
    text-decoration: underline;
}


.img_links:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



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

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

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

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

.menu-item .icon{
    margin-right: 5px;
}

.menu-item .fa{
    margin-right: 5px;
}


/* /carousel */




/* ------------------------------------
// main
------------------------------------ */
.headline {
    border-top: 4px solid #34ad5c;
    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;
    line-height: 1.1;
}
.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 {
    text-align: center;
    line-height: 1.5;
    padding: 1em 0;
}
.main h3 {
    margin-bottom: 0;
    font-size: large;
}
.main h3 a {
    display: block;
}
.mainpost {
    margin-top: 3rem;
}
.mainarea {
    margin-bottom: 2rem;
}
.biz {
    margin: 3rem 0;
}
.biz_list {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.icon_big {
    background-color: #34ad5c;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    margin: 0 auto 1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.icon_big .icon {
    color: #fff;
    display: block;
    bottom: 1rem;
    font-size: 70px;
    line-height: 180px;
}
.icon_big .icon:before {
    margin-right: 0;
}
.pages {
    padding: 2rem 0;
    background-color: rgba(119, 119, 119, 0.1);
}
.pages .list .post_links {
    margin-bottom: 0;
    border: 0 none;
}
.pages .list .post_ttl {
    margin-bottom: 0;
    font-size: medium;
}
.sidebar.col-md-4 .pages .list_big {
    width: 100%;
}
.detail .mainarea .pages .list_big .post_links .post_thumb span {
    height: 140px;
}
.widget_liquid_pages {
    margin-top: 1px;
}
.page_header .widget_liquid_pages,
.page_footer .widget_liquid_pages {
    background-color: rgba(119, 119, 119, 0.1);
}
.page_header .widget_liquid_pages .pages,
.page_footer .widget_liquid_pages .pages {
    background-color: transparent;
}
.page_header .widget_liquid_pages .ttl,
.page_footer .widget_liquid_pages .ttl {
    margin-top: 1rem;
}

.newposts {
    margin-top: 2rem;
}
.more a {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
}

.headline .com {
    text-align: right;
    line-height: 1.2;
}
.headline .com_tel {
    font-size: large;
    font-weight: bold;
}
.headline .com_tel span {
    color: initial;
}
.headline .com_name, .headline .com_open {
    font-size: small;
}
.foot .com {
    font-size: small;
    text-align: left;
    margin-bottom: 1rem;
}
.foot .com_name {
    font-size: large;
}
.foot .logo {
    display: inline-block;
    margin-bottom: 1rem;
}
.foot .logo img {
    -webkit-filter: grayscale(100%);
}

.list .post_links {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 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: 1rem;
    line-height: 1.2em;
}

.list_big .post_links {
    border-width: 2px;
}
.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: 237px;
}
.list_big .post_ttl {
    line-height: 1.2em;
    height: 2.2em;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -moz-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 {
    font-size: small;
    color: #777;
    margin-right: .5em;
}

.post_body {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.ttl_h2 {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    background: rgba(52, 173, 92, 0.2);
    padding: 1rem 0;
    padding-left: 20px;
    margin-bottom: 2rem;           
}

.h2read{
    font-size: small;
    font-weight: normal;
}


.toph2 {
    font-weight: bold;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
        text-align: center;

}
.toph2 > span {
    border-bottom: 2px solid #34ad5c;
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: -2px;
}

.post_body h3 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.ttl_h3{
    font-weight: bold;
    font-size: large;
    border-left: 5px solid #34ad5c;
    padding:10px 0 10px 20px;
    line-height: 1.5rem;:
}


.post_body hr {
    clear: both;
}



hr {
    border-color: rgba(119, 119, 119, 0.1);
    border-width: 2px;
}

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

.ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(119, 119, 119, 0.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-top: 1rem;*/
}
.sidebar .widget:first-child .ttl {
    margin-top: 0;
}
.sidebar .widget ul li a {
    padding: 1rem 0 1rem 1rem;;
    
}
.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: 2px solid #34ad5c;
    margin-bottom: -2px;
}
.widget ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.widget ul li ul li {
    border-bottom: 0 none;
}
.widget ul li ul {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
    margin-left: 1rem;
}
.widget ul li a {
    padding: .5rem;
    display: inline-block;
}
.widget_nav_menu .hidden-sm-down {
    display: block !important;
}
.wrapper > .widgets .widget, .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 {
    margin: 0;
}

.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;
}

ul.post-categories a, ul.tag a, .pager 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 {
    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;
}

.headline .sns {
    text-align: right;
}
.headline .sns a {
    font-size: large;
    display: inline-block;
    margin: 0 .2rem;
    width: 1em;
    height: 1em;
    background: #333;
    color: #fff !important;
    line-height: 1em;
    opacity: 0.8;
}
.foot .sns {
    text-align: center;
    padding: 0;
}
.foot .sns a {
    font-size: large;
    display: inline-block;
    margin: .5rem;
    padding: .2rem .5rem;
    line-height: 1.5em;
    opacity: 0.8;
}
.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{
    width: 80%;
    margin: 0 auto;   
}

.formbox a {
    padding: 2rem 1rem;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 3rem;
    border: 2px solid #34ad5c;
    background-color: #fff;
}


.buttonbox {
    text-align: center;
    margin: 2em 0;
    background-color: #f9f9f9;
    height: 120px;
    width: 100%;
    position: relative;

}

.buttonbox a:hover{
    color: #fff;
}


*.button {
    color: #fff;
    width: 50%;
    text-align: center;
    background-color: #34ad5c;
    font-weight: bold;
    padding: 1rem; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #000;
}



.detail {
    padding-top: 2rem;
}


.PageHeader {
    text-align: center;
    background-color: rgba(52, 173, 92, 0.2);
}


.PageHeader_Category {
    color: #267e43;
    padding-top: 2rem;
    margin-bottom: 0.5rem;
}

.PageHeader_title {
    font-size: 2em;
    font-weight: bold;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
    padding-bottom: 2rem;

}


.archive .ttl_h1, .search .ttl_h1 {
    border-bottom: 2px solid #34ad5c;
    padding-bottom: 1rem;
}

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

.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;
}
footer {
    background: rgba(245, 255, 201, 0.7);
    padding: 2em 0;
    font-size: small;
}
footer a, footer a:hover, footer a:active, footer a:visited {
    color: #333;
}
.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);
}

/*製品情報*/
.ProductsBox{
    overflow: hidden;
    margin-bottom: 1rem;
}

.Products_Inner{
    float: left;
    margin-right: 0px;
}

.Products_Text{
    border-left: 2px dotted #eee;
    padding-left: 1rem;
}

.TopList{
    margin: 0;
}
.Image-border {
  position: relative;
  display: inline-block;
  border: 2px solid #eee;
  text-align: center;
  transition: all .3s;
    margin: 1rem 0;
}

.Products_Title .fa {
    color: #34AC5C;
    padding-right: 5px;
}


.Itembox{
    background-color: #eee;
    padding: 1.5rem 0;
}

.Itemread {
    color: #267e43;
    padding-left: 1.5rem;
}

.Itemname{
    padding-left: 1.5rem;
   
}

.Itemimg{
  border: 2px solid #eee;
  text-align: center;
    margin-bottom: 2rem;    
}


.Itemsidenavi{
    margin-bottom: 3rem;
}

.Navittl{
    background-color: #34ad5c;
    line-height: 70px;
    color: #fff;
    padding-left: 20px;
}

.Navititle{
    background-color: #eee;
    line-height: 70px;
    padding-left: 1rem;    
}


.Navilist{
}

.Navilist02{
}

.Underdott {
    padding: 1rem 0;
    background-image: linear-gradient(to right, #c3c3c3 1px, transparent 1px, transparent 100%);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;

}

.Navilist02 li a:hover  {
    color: #34AC5C;
}

.Kouseikakaku{
    margin-bottom: 2rem;
}


.tbleft{
    width: 150px;
}


/*TOP*/
.ttl02{
    background-color: #34ad5c;
    padding: 0.7rem;
    margin-bottom: 2rem;
    text-align: center;    
}

.ttl02 a{
    color: #fff;
    display: block;
    width: 100%;
}

.ttl02 a:hover{
    color: #fff;
}

.ttl02::before,
.ttl02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ttl02,
.ttl02::before,
.ttl02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ttl02:hover {
  background-color: #000;
}



/*ニュース*/

.Newstitle{
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: normal;
    
}

.Newsdate{
    color: #777;
}

.Newsbk {
    margin-top: 5em;
    position: relative;
}

.Newsbk a:hover{
    color: #fff;
}


.Newsbkbtn {
    color: #fff;
    width: 30%;
    text-align: center;
    background-color: #34ad5c;
    padding: 0.7rem; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}


.Newsbkbtn::before,
.Newsbkbtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Newsbkbtn,
.Newsbkbtn::before,
.Newsbkbtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Newsbkbtn:hover {
  background-color: #000;
}


/*Q&A*/

.qatitle{
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: normal;
}

.answericon{
    font-size: 1.5rem;
    margin-right: 1rem;
}

.qicon{
    margin-right: 1rem;
 }   

/*事業内容*/

/*企業情報*/
.tdwidth{
    width: 170px;
}



/*セールスネットワーク*/
.listall{
    padding: 1rem;
}

.graybk{
    background-color: #eee;
}

.networklist
{
  margin:  0;
  padding:  0;
  max-width: 1126px;
  list-style: none outside;
}

.networklist li{
    background-color: #eee;
  margin: 1rem 1rem 1rem 0;
  padding: 1rem;
  float: left;
  width: 359px;
}




/*検査校正サービス*/
.tablewidth{
    max-width: 700px;
}

/*校正範囲*/




/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.alignright { 
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
}
.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
}
.attachment-post-thumbnail, .ttl_h1 + img {
    margin-bottom: 1em;
}
.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;
}
.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);
}

/* ------------------------------------
// @media
------------------------------------ */
@media (max-width: 74.9em) {
    .list_big .post_links .post_thumb span {
        height: 193px;
    }
}
@media (max-width: 61.9em) {
    .list_big .post_links .post_thumb span {
        height: 140px;
    }
    .follow .share a {
        font-size: 1em;
    }
}
/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em) {
    .headline .com {
        text-align: left;
        margin-top: .5rem;
    }
    .headline .com_tel {
        font-size: small;
    }
    .headline .com_name, .headline .com_open {
        font-size: x-small;
    }
}
/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.9em) {
    .list .post_links {
        margin-bottom: .5rem;
    }
    
    
    .list .list-text {
        padding: 0 0 0 .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;
    }
    .navbar-nav a {
        border-left: 0 none !important;
        border-right: 0 none !important;
    }
    .navbar .menu-item {
        float: none !important;
    }
    .navbar .menu-item a {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1);
        padding: .5rem 0;
    }
    
    .menu_active {
        color: #267e43;
    }
    
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .main h3 {
        font-size: large;
    }
    .breadcrumb {
        font-size: 0.8em;
    }
    .share a {
        font-size: x-small;
        padding: .5em .7em;
    }
    .col-xs-min-gutter {
        padding: 0 .1rem;
    }
    h1 {
        font-size: 2rem;
    }
    h2, h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    .hero, .hero_img {
        height: 60px;
        line-height: 60px;
    }
    .lang {
        margin-bottom: .5rem;
    }
    .map iframe {
        height: 250px;
    }
}



/* ------------------------------------
// topスライダー
------------------------------------ */

.topSlide .is-pc{

}

.topSlide.is-smp{
    display: none;
}
@media (max-width: 1024px) {
    .topSlide.is-smp{
        display: block;
    }

    .topSlide.is-pc{
        display: none;
    }
}

