@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE (Child) muramoto en
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 99999
*/
/* Child Styles */

/* ------------------------------------
common
------------------------------------ */
body {
    color: #333;
    font-size: 16px;
    /*font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", sans-serif;*/
    line-height: 1.5;
    font-weight: 500;
}
a {
    color: #00aeef;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:hover, a:active {
    color: #00aeef;
    text-decoration: none;
}
a:visited {
    color: #00aeef;
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
.none {
    display: none;
}
.mt00 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.fs26px { font-size: 26px !important; }
.fs18px { font-size: 18px !important; }
.fs16px { font-size: 16px !important; }
.fs15px { font-size: 15px !important; }
.fs14px { font-size: 14px !important; }
.fs13px { font-size: 13px !important; }
.fs12px { font-size: 12px !important; }

.w400 { font-weight: 400 !important; }
.w500 { font-weight: 500 !important; }


.inter {
    font-family: "Inter", sans-serif;
}

@media (max-width: 768px) {
    .gmap iframe {
        height: 300px;
    }
    .sp-display {
        display: block;
    }
    .pc-display {
        display: none;    
    }
}
@media (min-width: 769px) {
    .gmap iframe {
        height: 500px;
    }
    .sp-display {
        display: none;
    }
    .pc-display {
        display: block;    
    }
}
/*
.mainarea [class*='col-'] {
    overflow: hidden;
}
*/
.customize-partial-edit-shortcuts-shown [class*='col-'] {
    overflow: visible;
}
.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: .5em .3em .5em 1.5em;
    font-size: 11px;
    line-height: 2;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
.breadcrumb li {
    overflow: hidden;
}
.breadcrumb li a {
    color: #4D4D4D;
    text-decoration: underline;
}
.breadcrumb li.active {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb li.active a {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}
.breadcrumb li:first-child {
    position: relative;
}
.breadcrumb li:first-child:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(images/common/ico-home.png) no-repeat center center;
    background-size: 10px 12px;
    width: 10px;
    height: 12px;
    top: 6px;
}
.breadcrumb li:first-child a {
    padding-left: 1.5em;
}
.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 a {
    color: #fff;
}
.navbar-fixed-top-custom {
    position: fixed;
    z-index: 21;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
}
.navbar-fixed-top-custom:hover {
    background-color: rgba(255, 255, 255, 1.0);
}
.navbar-fixed-top-custom .navbar-toggler {
    top: 0;
    right: 0;
}
.navbar-nav>li>a {
    font-size: 15px;
    display: block;
    padding: 1rem 1.5rem;
    border-right: 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;
}
.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;
}
#menu-global-menu>li .drop-wrap {
    display: none;
}

@media (min-width: 769px) {
    body:not(.home) .wrapper {
        background: url(images/common/bg-header01.jpg) no-repeat center top;
    }
    body.strength .wrapper {
        background: url(images/common/bg-header-strength.jpg) no-repeat center top;
    }
    body.post-type-archive-actual_production .wrapper,
    body.tax-actual_production_category .wrapper {
        background: url(images/common/bg-header-actual_production.jpg) no-repeat center top;
    }
    body.tax-solution_category .wrapper,
    body.single-solution .wrapper,
    body.post-type-archive-solution .wrapper {
        background: url(images/common/bg-header-solution.jpg) no-repeat center top;
    }
    body.companyinfo .wrapper {
        background: url(images/common/bg-header-companyinfo.jpg) no-repeat center top;
    }
    body.page_recruit .wrapper {
        background: url(images/common/bg-header-recruit.jpg) no-repeat center top;
    }
    body.page_contact .wrapper {
        background: url(images/common/bg-header-contact.jpg) no-repeat center top;
    }
    body.single-news .wrapper,
    body.post-type-archive-news .wrapper,
    body.tax-news_category .wrapper {
        background: url(images/common/bg-header-news.jpg) no-repeat center top;
    }
    body.privacy-policy .wrapper,
    body.error404 .wrapper {
        background: url(images/common/bg-404.jpg) no-repeat center top;
    }
    body .wrapper {
        overflow-x: hidden;
    }
    body header {
        position: relative;
    }
    body:not(.home) header {
        zoom: 1;
        /*overflow: hidden;*/
        height: 220px;
    }
    .navbar {
        height: 111px;
        width: 70%;
        float: right;
    }
    .navbar-nav {
        position: relative;
    }
    .navbar-nav>li {
        height: 110px;
        line-height: 16px;
        vertical-align: middle;
        width: 15%;
        text-align: center;
    }
    .navbar-nav>li>a {
        display: inline-block;
        padding: 0 0;
        text-align: center;
        height: 110px;
    display: grid;
    place-items: center; /* 短縮形で上下左右の中央揃え */
    }
    .navbar-nav>li a {
        position: relative;
        width: 100%;
    }
    .navbar-nav>li:hover {
        border-bottom: 2px solid #fff;
    }
    .navbar-nav>li a:after {
        content: '';
        width: 1px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        border-right: 1px solid #FFF;
    }
    .navbar-nav>li:nth-child(n+5) a:after{
        content: none;
    }
    #menu-global-menu>li.menu-item-recruit a,
    #menu-global-menu>li.menu-item-news a {
    }
    #menu-global-menu>li.menu-item-news {
        width: 12%;
    }

    /* pc global menu */
    #menu-global-menu>li .drop-wrap .drop-title {
        background: #1771DA;
        color: #fff;
    }
    #menu-global-menu>li {
    }
    #menu-global-menu>li:hover div.drop-wrap {
        position: absolute;
        display: flex;
        width: 10000px;
        left: -5000px;
        background: #4A90E2;
        z-index: 101;
    }
    #menu-global-menu>li:hover div.drop-wrap div.drop-title {
        width: 49.5%;
        text-align: right;
        padding: 80px 0;
        line-height: 1;
    }
    #menu-global-menu>li:hover div.drop-wrap ul {
        width: 50.5%;
        padding: 80px 0 80px 2em;
        text-align: left;
    }
    #menu-global-menu>li:hover div.drop-wrap ul li {
        width: 300px;
        margin: 0 2em 2em 3em;
        line-height: 1;
        float: left;
    }
    #menu-global-menu>li:hover div.drop-wrap ul li a {
        display: block;
        padding: 1em 0 1.5em 0;
        border-bottom: 1px solid #79ADEA;
        position: relative;
    }
    #menu-global-menu>li:hover div.drop-wrap ul li a:hover {
        border-bottom: 1px solid #fff;
    }
    #menu-global-menu>li:hover div.drop-wrap ul li a:after {
        content: '';
        position: absolute;
        right: 0;
        top: center;        
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #fff;
        border-right: 0;
    }

    #menu-global-menu>li:hover div.drop-wrap ul li:nth-child(2n+1) {
        clear: both;
    }
    #menu-global-menu>li .drop-title div {
        width: 8%;
        max-width: 500px;
        margin-left:  auto;
        text-align: center;
        line-height: 1;
    }
    #menu-global-menu>li .drop-title div strong {
        display: block;
        font-size: 40px;
    }
    #menu-global-menu>li .drop-title div strong span {
        font-size: 15px;
        padding: 20px 0 30px;
        font-weight: normal;
        display: block;
    }
    #menu-global-menu>li .drop-title div a {
        display: block;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 25px;        
        width: 200px;
        margin: 0 auto;
        padding: 12px 0;
        position: relative;
    }
    #menu-global-menu>li .drop-title div a:hover {
        background: #ffff;
        color: #1771DA;
    }
    #menu-global-menu>li .drop-title div a:after {
        content: '';
        position: absolute;
        right: 15px;
        top: center;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #fff;
        border-right: 0;
    }
    #menu-global-menu>li .drop-title div a:hover:after  {
        border-left: 9px solid #1771DA;
    }

    #menu-global-menu>li .drop-wrap ul {
        padding: 0;
    }
    .sub-global-menu {
        display: none;
    }
}

@media (min-width: 1600px) {
    body .wrapper {
        background-size: 100% 420px !important;
        overflow-x: hidden;
    }
}

@media (max-width: 769px) {
    .logo img {
        position: relative;
        z-index: 2;
        max-height: 60px;
    }
    header {
        height: 110px;
    }
    body.home header {
        height: 0;
    }
    .navbar {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 0;
    }
    .head-open .navbar {
        height: 100%;
        background: #fff;      
    }
    .navbar li a {
        font-size: ;
        color: #4D4D4D;
        text-align: center;
    }
	#menu-global-menu>li .drop-wrap {
		display: block;
	}
	#menu-global-menu>li .drop-wrap .drop-title {
		display: none;
	}
    .head-open .navbar li.sub-global-menu {
        background: #F3F6F8;
        display: block;
        width: 100%;
        text-align: center;
        padding:  0 0;
        margin: 0;
    }
    .sub-global-menu-first {
        padding-top: 40px !important;
    }        
    .sub-global-menu-last {
        padding-bottom: 300px !important;
    }

    .navbar-nav>li.sub-global-menu>a {
        padding: .5em 0;        
        font-size: 13px;
    }
    .breadcrumb li:first-child:before {
        background: url(images/common/ico-home.png) no-repeat center center;
        background-size: 8px 10px;
        width: 8px;
        height: 10px;
        top: 4px;
    }
}
.dropdown-menu {
    margin: 0;
    padding: 0;
}
.dropdown-item {
    padding: 0;
}
.logo {
    font-size: x-large;
    font-family: Helvetica, sans-serif;
}
.logo img {
    width: auto;
    max-height: 111px;
}
@media (max-width: 1180px) and (min-width: 769px) {
    /*
    .logo img {
        width: 200px !important;
    }  
    .navbar li {
        height: 60px;
    }
    */
    .navbar li a {
        font-size: 10px;
    }
    #menu-global-menu>li.menu-item-recruit a,
    #menu-global-menu>li.menu-item-news a {
        font-size: 10px;
    }
}
.logo_text {
    font-size: x-small;
    text-align: left;
    padding: .5rem 0;
    background: rgba(119, 119, 119, 0.1);
    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 {
    width: 100%;
}
.navbar-nav > .nav-item:first-child {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
}

.navbar-nav > .btn-contact a {
    background-color: #4A90E2;
    color: #fff !important;
    border-radius: 20px;
    padding: 0 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: blod;
    font-size: 16px;
}
.navbar-nav > .btn-contact {
    display: grid;
    place-items: center; /* 短縮形で上下左右の中央揃え */
}
.navbar-nav > .btn-contact:hover {
    border: none;

}
@media (min-width: 769px) {
    .navbar-nav > .btn-contact a:hover {
        background-color: #fff;
        color: #00aeef !important;
    }
    .navbar-nav .menu-item.other-lang {
    	text-align: center;
    	font-size: 12px;
    	padding-bottom: 60px;
    	width: 10%;
    	line-height: 105px;
    	height: 110px;
    }
    .navbar-nav .menu-item.other-lang:hover {
    	border: none;
    }
    .navbar-nav .menu-item.other-lang:before {
		content: "";
		background: url(images/common/ico-global-pc.png);
		background-size: contain;
		margin-top: 2px;
		height: 14px;
		width: 14px;
		vertical-align: middle;
    	display: inline-block;
    	margin-right: 8%;
    	line-height: 1.3;
    }
    .navbar-nav .menu-item.other-lang span {
    	border-bottom: 1px solid #fff;
		vertical-align: middle;
    	padding: 0;
    	margin: 0 8% 0 0;
    	height: 20px;
    }
    .navbar-nav .menu-item.other-lang a {
    	border-bottom: none;
    	position: inherit;
    	color: #fff;
    	display: inline;
    }


}
.navbar-nav > .btn-contact {
    margin-left: 1%;
}

@media (max-width: 768px) {
	.navbar-nav > .btn-contact {
	    display: none;
	}
}

.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';
	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-display, table.table-bordered-display th, table.table-bordered-display td {
    border: 0 none;
}

/* ------------------------------------
// bootstrap
------------------------------------ */
/* navbar-toggler */
.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    z-index: 100;
}
.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;
}

.navbar-toggler {
    border: none;
    background: #4A90E2;
    display: block;
    height: 45px;
    width: 45px;
    padding: 5px 17px 17px;
}
.navbar-toggler .sr-only {
    overflow: inherit;
    width: 45px;
    height: 12px;
    left: 0;
    text-align: center;
    bottom: 5px;
    color: #fff;
    clip: inherit;
    font-size: 10px;
}
.navbar-toggler b.c { display: block; }
.navbar-toggler.collapsed b.c { display: none; }
.navbar-toggler b.m { display: none; }
.navbar-toggler.collapsed b.m { display: block; }

.navbar-toggler:hover {
}
.navbar-toggler .icon-bar {
    background-color: #fff !important;
    width: 100%;
    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%;
    opacity: 0;
}
.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%;
    opacity: 0;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    opacity: 1;
}
.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);
    opacity: 1;
}
.form-control, .btn {
    border-radius: 0;
}

/* carousel */
@media (max-width: 768px) {
    .carousel-item img {
        max-width: inherit;
        width: 250%;
        position: relative;
    }
}
.carousel-indicators {
   bottom: -4rem;
}
.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;
}
.is_overlay .carousel-control-next, .is_overlay .carousel-control-prev {
    z-index: 2;
    width: 5%;
}
.carousel-inner {
  height: 53vw;
  margin-inline: auto;
  overflow: hidden;
  width: 100vw;
}
.carousel-item img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); 
  }
}
.carousel-inner .active {
  animation: zoomUp 10s linear 0s normal both;
}

@media (max-width: 769px) {
    .carousel-inner {
      height: 100vw;
      width: auto;
    }
    .carousel-item img {
      width: 200vw;
    }
}


/* ------------------------------------
// main
------------------------------------ */
.headline {
    padding: 0 0 0 0;
    float: left;
    width: 25%;
    max-width: 320px;
    min-width: 170px;
}
body.home .headline {
    height: 0;
}

@media (min-width: 769px) {
    body.home .navbar {
        height: 0;
    }
}
body.home .logo_image {
    position: relative;
    z-index: 10000;
}
body.home .navbar {
    z-index: 99;
}
.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;
}

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

.cover {
    position: relative;
    margin-bottom: 2rem;
}
.cover .carousel {
}
.cover_inner {
    position: relative;
    line-height: 0;
}
.carousel-inner {
}
.carousel-item {
}
.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;
}
.cover_passive {
    pointer-events: none;
}


.cover_ttl {
    font-family: "Inter", sans-serif;
}
.cover_ttl b {
    /*color: #4A90E2;*/
}

@media (min-width: 769px) {
    .cover_ttl {
        font-size: 65px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0 0 1px #00000080;
        margin-bottom: 1rem;

    }
    .cover_ttl br {
        display: none;
    }
    .cover_overlay .container {
        max-width: 1200px;

    }
    .cover_lead {
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0 0 1px #00000080;
        margin-bottom: 1rem;
    }
    .cover_lead br {
        display: none;
    }
    .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: 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: 2rem;
}
.mainarea {
    width: 100%;
    margin-bottom: 2rem;
}
.biz {
    margin: 2rem 0;
}
.biz_list {
    text-align: center;
    margin-bottom: 1rem;
}
.icon_big {
    background-color: #00aeef;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto 1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.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%;
}
@media (min-width: 769px) {
    .sidebar {
        display: block;
        font-size: 14px;
        color: #4A90E2;
        position: fixed;
        top: 130px;
        right: 0;
        width: 210px;
        z-index: 999;   
        padding: 0; 
        box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.3);
        -o-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.3);
        -ms-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.3);
    }
    .sidebar ul li.current_page_ancestor a,
    .sidebar ul li.current_page_item a {
        background-color: #4A90E2;
        color: #fff;
    }
    .sidebar ul {
        background: #fff;
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }
    .sidebar ul li {
        border-bottom: 1px solid #4A90E2;
    }
    .sidebar ul li a {
        display: block;
        padding: 10px 20px;
    }

    .sidebar ul li ul li{
        display: none;
    }

}
.detail .mainarea .pages .list_big .post_links .post_thumb span {
    height: 140px;
}
.widget_liquid_pages .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;
}
.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;
    line-height: 1.2;
}
.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: large;
    margin-top: .5rem;
}

.list_big .post_links {
    border-width: 3px;
}
.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: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    text-overflow: ellipsis;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}

.post_meta {
    margin-bottom: 1rem;
}
.post_time, .post_cat {
    font-size: small;
    margin-right: .5em;
    opacity: 0.8;
    color: #333;
}
.post_body {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.post_body h1, .post_body h2,
.widget h1, .widget h2 {
    font-weight: bold;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.post_body h1 > span, .post_body h2 > span,
.widget h1 > span, .widget h2 > span {
    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;
    border-bottom: 3px 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 .widgets {
    top: 2rem;
}
.sidebar .widget:first-child .ttl {
    margin-top: 0;
}
.sidebar .widget:first-child .ttl span,
.mainarea > .ttl span {
    padding-top: 0;
}
.sidebar .widget ul li a {
    padding: .5rem 0;
}
.widget {
    margin-bottom: 2rem;
}
.drawer {
    width: 100%;
}
.drawer .widget {
    margin: 1rem 0;
}
.widget .ttl, .widget .widgettitle {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
}
.widget .widgettitle > span {
    display: inline-block;
    padding: .5em 0;
}
.ttl span {
    display: inline-block;
    padding: .5em 0;
    border-bottom: 3px solid #00aeef;
    margin-bottom: -3px;
}
.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 {
	display: none;
}
.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,
.formbox 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;
    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: 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;
}
.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;
    margin-bottom: 1rem;
    border: 3px solid #00aeef;
}

.detail {
    /*padding-top: 2rem;*/
}
.home .detail, .detail.simple {
    padding-top: 0;
}
.ttl_h1 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    height: 75px;
}
@media (min-width: 769px) {
    .ttl_h1 {
        font-size: 39px;
        font-weight: 500;
        margin-bottom: 0;
        color: #fff;
        text-align: center;
        height: 200px;
    }
    .detail {
        position: relative;
    }
    .detail_text {
        padding-top: 2em;
    }
    nav+.detail_text {
        padding-top: 5em;
    }
    body.page-id-39, /* /strength/manufacture/  */
    body.tax-solution_category,
    body.post-type-archive-solution {
        background: #F3F6F8;
    }
    body.page-id-39 .ttl_h1 + nav /* /strength/manufacture/  */ {
        background: #fff;
        width: 100%;
        padding-bottom: 270px;
    }

    body.post-type-archive-solution .ttl_h1 + nav {
        background: #fff;
        width: 100%;
        padding-bottom: 150px;
    }
    body.tax-solution_category .ttl_h1 + nav {
        background: #fff;
        width: 100%;
        padding-bottom: 200px;
    }
    .ttl_h1 + nav {
        padding-top: .5em;
        position: absolute;
        left: 0;
        z-index: 0;
    }
}
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    .detail_text {
        padding-top: 2em;
        padding-right: 25px;
        padding-left: 25px;
    }
    body.page-id-39, /* /strength/manufacture/  */
    body.tax-solution_category,
    body.post-type-archive-solution {
        background: #F3F6F8;
    }
    body.tax-solution_category .ttl_h1 + nav,
    body.post-type-archive-solution .ttl_h1 + nav {
        background: #fff;
        width: 100%;
        padding-bottom: 150px;
    }
    .ttl_h1 + nav {
        padding-top: .5em;
        margin-bottom: 2em;
        position: absolute;
        left: 0;
    }
}
.archive .ttl_h1, .search .ttl_h1 {
/*    border-bottom: 3px solid #00aeef;
    padding-bottom: 1rem;
*/
}
.clear {
    clear: both;
}
.clearfix, .post_body {
    zoom: 1;
}
.clearfix:after, .post_body:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.pagination li>a, .pagination li>span {
    border-radius: 0;
    background-color: transparent;
}
.page-numbers {
    clear: both;
    text-align: center;
}
.page-numbers a, span.current {
    display: inline-block;
    background-color: transparent;
    border: solid 1px rgba(119, 119, 119, 0.1);
    padding: .5em 8px;
    margin: 2px;
    text-decoration: none;
}
span.current {
    background: rgba(119, 119, 119, 0.1);
}

.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: 0;
    right: 0;
    /*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,
footer a, footer a:hover, footer a:active, footer a:visited {
	color: #fff;
}

footer {
    background: #4A90E2;
    /*font-size: small;*/
    margin-top: 5em;
}
footer .container{
}
.footer-menu ul,
.footer-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.foot .container {
}
.foot .logo {
    display: inline-block;
    margin-bottom: .4em;
}

.foot .com_name {
    font-size: 14px;
    margin-bottom: 1em;

}
.foot .com_adr,
.foot .com_tel {
    font-size: 11px;
    display: block;
}

.foot .logo img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    width: 100% !important;
    height: auto !important;
}

.foot .sns {
    text-align: center;
    padding: 0;
    display: none;
}
.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;
}
.copy {
    padding: 2.5em 0;
    text-align: center;
    font-size: 10px;
    background: #1771DA;
}

.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);
}


@media (min-width: 1621px) {
	.foot {
		width: 1600px;
		margin: 0 auto;
	}
}
@media (min-width: 769px) {
	.foot {
		display: flex;
        justify-content: center;
	}
	.foot {
		padding: 3em 0 2.5em;
	}
	.foot .com {
	    text-align: center;
		border-right: 1px solid #fff;
		width: 24%;
		padding: 1.8em 5% 2em 5%;
	}
	.footer-menu {
		padding-left: 5%;
		text-align: left;
		width: 76%;
		font-size: 13px;
	}
	.footer-menu>ul>li>a {
		font-size: 15px;
		display: block;
		margin-bottom: 1.5em;
	}
	.footer-menu>ul {
		padding: 2em 0 2em 0;
		margin: 0 0 0 0;
		display: flex;
	}
	.footer-menu>ul>li {
		padding: 0;
		margin: 0;
	    flex: 1;
	}
	.footer-menu>ul>li:last-child ul li {
		margin-bottom: 1.5em;
	}
	.footer-menu>ul>li:last-child ul li a {
		font-size: 15px;
	}

	.footer-menu>ul>li>ul>li {
		margin: 0 0 .3em 0;
	}
	.footer-menu>ul>li a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 768px) {
	.foot {
		padding: 0 25px;
	}
	.foot .com {
	    text-align: center;
		border-bottom: 1px solid #fff;
		margin: 0 0 2em;
		padding: 2em 0 2em;
        max-width: inherit;
	}
	.foot .logo {
		display: none;
	}
	.foot .logo img {
		width: 225px !important;
	}
	.footer-menu>ul {
		text-align: center;
		font-size: 13px;
		padding-bottom: 1em;
	}
	.footer-menu>ul li a {
		margin-bottom: 1em;
		display: block;
	}
	.footer-menu>ul>li>ul>li {
		display: none;
	}
	.footer-menu>ul>li:last-child ul li {
		display: block;
	}
	.copy {
		font-size: 10px;
	}
}

/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}
.attachment-post-thumbnail, .ttl_h1 + img {
    margin-bottom: 1em;
}
.attachment-post-thumbnail {
    width: 100%;
}
.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
------------------------------------ */
.widget .wpcf7 {
    padding: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}
.wpcf7 label {
    width: 100%;
}

/* ------------------------------------
// popularposts
------------------------------------ */
.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.popular-posts .wpp-list li {
    display: table;
    width: 100%;
    position: relative;
}
.popular-posts .wpp-list li a {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .wpp-post-title {
    width: 100%;
}
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .post-stats {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 90px;
    background: #333;
    color: #fff;
    text-indent: .5em;
    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 1200px) */
@media (max-width: 1199.98px) {
    .list_big .post_links .post_thumb span {
        height: 193px;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .list_big .post_links .post_thumb span {
        height: 140px;
    }
    .follow .share a {
        font-size: 1em;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .logo.fixed-top-custom {
        position: fixed;
        left: 1rem;
        z-index: 1040;
        top: 1rem;
        font-size: small;
    }
    .logo.fixed-top-custom img {
        height: 1.5rem !important;
    }
    .headline  {
        width: 50%;
        max-width: 110px;
        position: relative;
        z-index: 100;
    }
    .headline .com {
        text-align: left;
        margin-top: .5rem;
    }
    .headline .com_tel {
        font-size: small;
    }
    .headline .com_name, .headline .com_open {
        font-size: x-small;
    }
    .navbar-nav {
        /*width: 100%;*/
        padding: 5em 0 2em;

    }
    .drop-wrap ul {
    	padding-left: 5%;
    }
    .navbar .menu-item>a {
		border-bottom: 1px solid #4a90e2;
		width: 90%;
		margin: 0 5% 5px;
		font-weight: normal;
    }

    .head-open .navbar li li {
    	display: inline-block;
    	margin-right: 4%;
    }
    .head-open .navbar li li a {
    	font-size: 12px;
    	font-weight: normal;
    	padding: 0;
    }

    .navbar li {
        display: none;
    }
    .head-open .wrapper {
        height: 100vh;
    }
    body:not(.home) .wrapper {
        background: url(images/common/bg-header01.jpg) no-repeat center top;
        background-size: auto 200px;
    }
    body.strength .wrapper {
        background: url(images/common/bg-header-strength.jpg) no-repeat center top;
        background-size: auto 200px;
    }
    body.post-type-archive-actual_production .wrapper,
    body.tax-actual_production_category .wrapper {
        background: url(images/common/bg-header-actual_production.jpg) no-repeat center top;
        background-size: auto 200px;
    }
    body.tax-solution_category .wrapper,
    body.single-solution .wrapper,
    body.post-type-archive-solution  .wrapper {
        background: url(images/common/bg-header-solution.jpg) no-repeat center top;
        background-size: auto 200px;
    }
    body.companyinfo .wrapper {
        background: url(images/common/bg-header-companyinfo.jpg) no-repeat center top;
        background-size: auto 200px;
    }
    body.page_recruit .wrapper {
        background: url(images/common/bg-header-recruit.jpg) no-repeat center top;
        background-size: auto 200px;
    }
    body.page_contact .wrapper {
        background: url(images/common/bg-header-contact.jpg) no-repeat center top;
        background-size: auto 200px;
    }
    body.single-news .wrapper,
    body.post-type-archive-news .wrapper,
    body.tax-news_category .wrapper {
        background: url(images/common/bg-header-news.jpg) no-repeat center top;
        background-size: auto 200px;
    }


    .head-open .navbar li {
        display: block;
        padding: 5px 0 5px;
        background: #fff;
        line-height:1;
    }
    .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;
    }
    .navbar-nav li, .navbar-nav li a span {
    	display: none;
    }
    .head-open .navbar li.menu-item-recruit,
    .head-open .navbar li.menu-item-news {
        display: none;
    }
	.head-open .navbar li.btn-contact {
        margin-left: initial;
        padding: 2em 0 2em;
    }
    .navbar-nav  .menu-item.btn-contact a {
        width: 40%;
        line-height: 40px;
        height: 40px;
        padding: 0;
        margin: 0 auto;
    }
    .navbar-nav .menu-item.other-lang {
    	text-align: center;
    	font-size: 12px;
    	padding-bottom: 60px;
    }
    .navbar-nav .menu-item.other-lang:before {
		content: "";
		background: url(images/common/ico-global-sp.png);
		background-size: contain;
		height: 20px;
		width: 20px;
		vertical-align: middle;
    	display: inline-block;
    	margin-right: 10px;
    }
    .navbar-nav .menu-item.other-lang span {
    	border-bottom: 1px solid #4d4d4d;
    	display: inline-block;
		vertical-align: middle;
    	padding: 10px 0px;
    	margin: 0 10px;
    }
    .navbar-nav .menu-item.other-lang a {
    	border-bottom: none;
    	color: #4d4d4d;
    }
    .navbar-fixed-top-custom {
        padding: 3.5rem .5rem 0 .5rem !important;
    }
    .cover_overlay {
        align-items: start;
        padding-top: 1rem;
    }
    .cover_ttl {
        font-size: 36px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0 0 1px #00000080;
        margin-bottom: 1rem;
    }
    .cover_overlay .container {
        position: absolute;
        left: 10%;
        top: 20%;
        width: auto;
    }
    .cover_lead {
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0 0 1px #00000080;
        margin-bottom: 1rem;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .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;
        margin-bottom: 0;
    }
    .alignleft {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }
    .navbar-nav a {
        border-left: 0 none !important;
        border-right: 0 none !important;
    }
    .navbar {
        padding: 0 0;
    }
    .navbar .menu-item {
        float: none !important;
    }
    .navbar .menu-item a {
        /*border-bottom: 1px solid rgba(119, 119, 119, 0.1);*/
        text-align: center;
        padding: .7em;
    }
    .navbar .menu-item a br{
    	display: none;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .cover_btn {
        font-size: small;
        padding: .5rem;
    }
    .main h3 {
        font-size: large;
    }
    .thumbnail_top {
        max-width: 100vw;
        width: 100vw;
        margin: -2rem -15px 1rem -15px;
    }
    .breadcrumb {
        font-size: 9px;
    }
    .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;
    }
    .lang {
        margin-bottom: .5rem;
    }
    .map iframe {
        height: 250px;
    }
}


/* format content
------------------------------------------------------------- */
.content img {
	margin: 0;
	max-width: 100%;
	height: auto !important
}

/* div wrapper */
.content .entry-content {
	text-align: left;
	overflow: inherit;
}
.content .entry-body {
	width: 1100px;
	padding: 2em 0;
	margin: 0 auto;
}
.content .entry-content .entry-body-wrap.bg,
.content .branch-wrap.bg {
	background: url(images/common/bg-even.png);
}
/* head image */
.content .page-head-image {
	text-align: center;
	position: relative;
}
.content .page-head-image .sp {
	display: none;
}

.content .page-head-image h1 {
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 6%;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	line-height: 1em;
	z-index: 10;
}
.content .page-head-image h1 span {
	display: block;
	font-style: italic;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 0.8em;
}

.content .page-head-image h1 strong {
	display: block;
	font-style: italic;
	color: #000;
	font-weight: 900;
	font-size: 42px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: .6em;
}
.content .page-head-image h1 p {
	color: #0C77C4;
	font-size: 20px;
	letter-spacing: .2em;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .content .page-head-image h1 span { margin-bottom: 1.2em; font-size: 16px;} 
	*::-ms-backdrop, .content .page-head-image h1 strong { font-size: 36px; } 
}
@media (min-width: 2000px) {
	.content .page-head-image img {
		max-width: 2000px;
	}
}
@media (max-width: 768px) {
	.content .page-head-image {
		width: 100%;
		overflow: hidden;
	}
	.content .page-head-image h1 {
		padding-top: 12%;
	}
	/*
	.content .page-head-image img {
		width: 194%;
		max-width: inherit;
		position: relative;
		left: -47%;
	}
	*/
	.content .page-head-image .pc {
		display: none;
	}
	.content .page-head-image .sp {
		display: block;
	}
	.content .page-head-image h1 span {
		font-size: 14px;
		margin-bottom: .7em;
	}
	.content .page-head-image h1 strong {
		font-size: 30px;
		margin-bottom: .5em;
	}
	.content .page-head-image h1 p {
		font-size: 16px;
	}
}
/* heading */
.content .italic {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000;
}
.content .read {
	margin: 0 0 0;
	font-size: 165%;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 30px 20px;
	line-height: 1.7;
	background-image: url(images/common/bg-read-lt.png),url(images/common/bg-read-rt.png),url(images/common/bg-read-lb.png),url(images/common/bg-read-rb.png);
	background-position: 2% top,
						 98% top,
						 2% bottom,
						 98% bottom;
	background-repeat  : no-repeat,
						 no-repeat,
						 no-repeat,
						 no-repeat;
}
.content .message-read {
	font-size: 180%;
	color: #0C77C4;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 0 10px;
}
.content h2 {
    position: relative;
	display: block;
	margin: 3em 0 1em;
	padding: 4px 0 0 0;
	color: #333333;
	font-size: 33px;
	font-weight: 400;
	border: none;
	line-height: 1.3em;
}
.content .entry-body *:last-child {
	/*margin-bottom: 0;*/
}
.content .read + h2 {
	margin-top: 1.5em;
}
.content h2:nth-child(1){
	margin-top: 1em;
}
.content h3 {
	margin: 2em 0 1em;
	padding: 4px 0 1em 0;
	font-size: 19px;
	font-weight: 600;
	border-bottom: 1px dotted #E0E0E0;
	color: #4A90E2;
}
.content h3:after {
	border-bottom: 0;
}
.content h4 {
	margin-top: .5em;
	margin-bottom: .8em;
	padding: 4px 0 0;
	color: #4A90E2;
	font-size: 16px;
	font-weight: 600;
	border-bottom: none;
}
.content h5 {
	margin: 0 0 1em 2px;
	padding: 0 0 0 ;
	color: #333;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-size: 14px;
}
.content h6 {
	margin: 0 0 1em;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	background: none;
}
/* paragraph */
.content p {
	margin-bottom: 1.7em;
	line-height: 180%;
    font-weight: 400;
}
.content a {
	text-decoration: underline;
}
.content .caution {
	padding-left: 1em;
	text-indent: -1em;
}
.content .caution:before {
	content: "※";
	color: #de0041;
}
.content .strong {
	border: 1px solid #FF9091;
	padding: 1.5em 1.2em;
	margin-bottom: 1.5em;
	background-color: #fff;
}
.content .strong *:last-child {
	margin-bottom: 0;
}
.content .entry-body-wrap .strong:last-child {
	margin-bottom: 0;
}
.content .text-center {
	text-align: center;
}
.content .text-right {
	text-align: right;
}
.content strong {
	font-weight: bold;
	color: #0C77C4;
}
/* list */
.content ul, 
.content ol {
	line-height: 1.8;
}

.content ul.normal-list {
	margin: 0px 0px 2em 0;
    padding-left: 0;
}
.content ul.normal-list li {
	margin: 0 0 .8em 0;
	padding-left: 1em;
	list-style: none;
	position: relative;
}
.content ul.normal-list.inline-list li {
    display: inline;
    margin-right: 10px;
}

.content ul.normal-list li:before {
    content: ' ';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #4A90E2;
}

.content ul.normal-list li:last-child {
	margin-bottom: 0;
}
.content ul.normal-list li ul {
	margin: 0;
    padding-left: 0;
}
.content ul.normal-list li ul li {
	margin: 4px 0 .7em 6px;
	padding-left: 1em;
}
.content ul.normal-list li ul li:after {
	top: 7px;
	left: 0em;
	width: 6px;
	height: 6px;
	background-color: #535353;
}
.content ul.reset-list {
	padding-top: .2em;
	margin-left: 20px;
}
.content ul.reset-list li {
	margin: 0 0 .3em 0;
	padding: 0;
	background: none;
	list-style: disc;
}
.content ul.reset-list li:before {
	background: none;
	content: "";
}
.content ul.nostyle {
	padding-top: 1em;
	margin-left: 20px;
}
.content ul.nostyle li {
	margin: 0 0 1em 0;
	padding: 0;
	background: none;
	list-style: none;
}
.content ul.nostyle li.arrow-black,
.content ul.nostyle li.arrow-blue {
	padding: 0 0 0 20px;
}
.content ul.nostyle li.arrow-black::before,
.content ul.nostyle li.arrow-blue::before {
	top: 8px;
}
.content ul.linkstyle {
	padding-top: 1em;
	margin-left: 10px;
    padding-left: 0;
}
.content ul.linkstyle li {
	margin: 0 0 .3em 0;
	background: none;
	list-style: none;
	padding: 0 0 0 17px;
	position: relative;
}
.content ul.linkstyle li::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 10px;
    position: absolute;
    right: 14px;
    width: 6px;
    height: 8px;
    background: #4A90E2;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    content: '';
    pointer-events: none;

}
.content ul.linkstyle a {
	text-decoration: underline;
}
.content ul.linkstyle a:hover {
	text-decoration: underline;
}
.content ul.btnstyle {
	padding-top: 1em;
	margin-left: 20px;
}
.content ul.btnstyle li {
	margin: 0 0 1em 0;
	padding: 0;
	background: none;
	list-style: none;
}
.content ul.btnstyle li a {
	background-color: #0C77C4;
	display: inline-block;
	color: #fff;
	font-size: 103%;
	text-align: center;
	padding: 8px 30px 8px 40px;
	position: relative;
	text-decoration: none;
}
@media (min-width: 769px) {
	.content ul.btnstyle li a,
	.content ul.btnstyle li a img,
	.content ul.btnstyle li a:hover,
	.content ul.btnstyle li a:hover img,
	.content ul.btnstyle li a::before,
	.content ul.btnstyle li a:hover::before {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.content ul.btnstyle li a:hover,
	.content ul.btnstyle li a:hover img {
		opacity: 0.8;
	}
	.content ul.btnstyle li a:hover {
		text-decoration: none;
		opacity: .8
	}
	.content ul.btnstyle li a:hover::before {
		left: 15px;
	}
}
.content ul.btnstyle li a,
.content ul.btnstyle li a img {
	opacity: 1;
}
.content ul.btnstyle li a::before {
	position: absolute;
	content: '';
	display: block;
	left: 12px;
	top: 42%;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.content ol {
	margin: 0px 0px 2em 0;
    padding-left: 1.7em;
	counter-reset: number;
}
.content ol ol {
	margin-left: 0;
}
.content ol.list-number li {
	margin: 0 0 .8em 0;
	padding-left: 0;
	list-style: none;
	text-indent: -1.4em;
}
.content ol.list-number li ul li{
	margin: 4px 0 .7em 0;
}
.content ol.list-number>li:before {
	counter-increment: number; 
	content: counter(number)". ";
	font-weight: bold;
	color: #136db7;
}
.content ol.list-number li ol {
	margin-bottom: 0;
}
.content ol.list-number li ol li {
	margin: 4px 0 0 16px;
}
.content dl.normal-dl {
	margin: 0 0 1em 2px;
}
.content dl.normal-dl dt {
	margin: 0 0 .8em 4px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	background: url(images/common/ico-check.png) no-repeat left 5px;
	background-size: 13px 11px;
}

.content ol.list-parentheses {
	margin: 0;
	padding: 0 0 0 0;
}
.content ol.list-parentheses > li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
.content ol.list-parentheses > li:before {
	content: "(" counter(cnt) ") ";
}
.content ol.list-lower-alpha {
	margin-left: 1.7em;
	margin-bottom: 1em;
}
.content ol.list-lower-alpha > li {
	list-style-type: lower-alpha;
	padding-left: 0em;
	text-indent: 0em;
}

.btn-wrap1 {
    text-align: center;
    margin-bottom: 2em;
}
.btn-wrap1 a.btn-view-all,
.btn-wrap1 a.btn-normal {
    clear: both;
    margin: 0 auto;
}
a.btn-view-all {
    background: #4A90E2;
    width: 160px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    border-radius: 20px;
    padding: 9px 0 12px;
    font-weight: normal;
    line-height: 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;
}
.btn-primary,
a.btn-normal {
    background: #4A90E2;
    width: 300px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    border-radius: 20px;
    padding: 9px 0 12px;
    font-weight: normal;
    line-height: 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;
}

@media(min-width:769px) {
    .btn-wrap1 {
        text-align: left;
    }
    .btn-wrap1 .btn-primary:hover,
    .btn-wrap1 a.btn-view-all,
    .btn-wrap1 a.btn-normal {
        margin: 0 0;
    }
    .btn-primary:hover,
    a.btn-view-all:hover,
    a.btn-normal:hover {
        background: #fff;
        color: #4A90E2;
        border: 1px solid #4A90E2;
        text-decoration: none;
    }
}



.content .privacy-img {
	display: block;
	padding: .3em 0 .5em;
}
.content ol.list-parentheses ul.normal-list {
	margin-bottom: 0;
}
.content ol.list-parentheses ul.normal-list li {
	margin-bottom: 0;
}
.content dl.normal-dl dt:first-child {
	margin-top: 0;
}
.content dl.normal-dl dd {
	margin-bottom: 1.5em;
	padding-left: 25px;
}
.content ul.inpagelink {
	zoom: 1;
	list-style: none;
	padding: 0 0 1em;
	text-align: center;
	margin: 0;
	font-style: italic;
}
.content ul.inpagelink li {
	list-style: none;
	display: inline-block;
	margin-bottom: 1.2em;
	border-right: 1px solid #B2B2B2;
	padding: 0 2em;
	font-size: 110%;
}
.content ul.inpagelink li:last-child {
	border-right: none;
}
.content ul.inpagelink li a {
	font-weight: bold;
	padding: 3px 0 25px;
	text-align: center;
	text-decoration: none;
	background: #fff url(images/common/arrow-down.png) no-repeat center bottom 5px;
	background-size: 12px 14px;
}
.content ul.inpagelink li a:hover {
	background: url(images/common/arrow-down.png) no-repeat center bottom;
	background-size: 12px 14px;
}
.ico-link {
	position: relative;
	padding-left: 22px;
	display: inline-block;
	line-height: 180%;
	vertical-align: middle;
}
.ico-link::after,
.ico-link::before {
	display: inline;
	content: '';
	position: absolute;
	vertical-align: middle;
}
.ico-link::after {
	top: 5px;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: #3498db;
	border-radius: 100%;
}
.ico-link::before {
	z-index: 2;
	top: 10px;
	left: 4px;
	width: 3px;
	height: 3px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ico-target {
	width: 17px;
	height: 16px;
	line-height: 1.5;
	vertical-align: middle;
	padding-left: 5px;
}
.ico-pdf {
	width: 51px;
	height: 14px;
	vertical-align: middle;
	padding-left: 5px;
}
.ico-word {
	width: 51px;
	height: 14px;
	vertical-align: middle;
	padding-left: 5px;
}
.ico-excel {
	width: 51px;
	height: 14px;
	vertical-align: middle;
	padding-left: 5px;
}
.ico-mail {
	width: 16px;
	height: 12px;
	vertical-align: middle;
	padding-left: 5px;
}
/* text hidden */
/*
.txt-hidden {
}
.content .txt-hidden h2,
.content .txt-hidden h3,
.content .txt-hidden h4,
.content .txt-hidden p,
.content .txt-hidden ul{
	text-indent: -9999pt;
	height: 0;
	border: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
*/

/* table */
.content table td .normal-list:last-child {
	margin-bottom: 0;
}
.content table.tbl1 {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0 4em 0;
	border: none;
}

.content table.tbl1 th {
	color: #4A90E2;
	background: #EBEFF3;
	border: 1px solid #CAE1F2;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	padding: 15px 12px 12px 12px;
	white-space: normal;
}
.content table.tbl1.nowrap th {
	white-space: nowrap !important;
}
.content table.break th,
.content table.break td {
	word-break: break-all !important;
}
.content table.tbl1 td {
	vertical-align: top;
	background-color: #fff;
	text-align: left;
	border: 1px solid #CAE1F2;
	font-size: 14px;
	padding: 15px 12px 12px 12px;
	white-space: normal;
}
.content table.tbl2 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 10px;
	margin: 5px 0 4em 0;
	border: 0
}
.content table.tbl2 th {
    color: #4A90E2;
	background: none;
	border-bottom: 1px solid #C9D5DE;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	padding: 15px 5px 12px 5px;
	white-space: normal;
	text-align: center;
}
.content table.tbl2.nowrap th {
	white-space: nowrap !important
}
.content table.tbl2 td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #C9D5DE;
	border-top: 0;
	font-size: 14px;
	padding: 15px 12px 12px 12px;
	white-space: normal
}
.content table.result-tbl {
	margin-bottom: 0;
}
.content table.result-tbl tr th ,
.content table.result-tbl tr th:first-child ,
.content table.result-tbl tr td:first-child {
	white-space: nowrap !important
}
@media (max-width: 768px) {
    .content .table-scroll {
          overflow-x: scroll;
    }

    .content .table-scroll table{
          /*min-width: 1000px;*/
    }

	.content table.result-tbl th,
	.content table.result-tbl td {
		font-size: 12px !important;
	}
}

#tr-information td .wpcf7-form-control-wrap .wpcf7-list-item:last-child{
    display: none;
}


/* image */
.content figure {
	margin-bottom: 1em;
}
.content figure figcaption {
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: left;
}
.content figure a {
	position: relative;
	display: inline-block;
}
.content figure a img {
	text-decoration: none;
}
.fright-round-img {
	margin-left: 15px;
}
.fleft-round-img {
	margin-left: 15px;
}
img.frame {
	/*
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	*/
}
/* colmun */

.content .fleft,
.content .fcenter,
.content .fright {
    /*margin-bottom: 1em;*/
}
.content .col-1-1,
.content .col-2-1,
.content .col-1-2,
.content .col-3-2,
.content .col-2-3 {
    margin-bottom: 2em;
}
.content .col-1-1 .fleft,
.content .col-1-1 .fright {
	float: left;
	width: 48%;
}
.content .col-1-1 .fright {
	float: right;
}
.content .col-2-1 .fleft {
	float: left;
	width: 67%;
}
.content .col-2-1 .fright {
	float: right;
	width: 30.8%;
}
.content .col-1-2 .fleft {
	float: left;
	width: 30.8%;
}
.content .col-1-2 .fright {
	float: right;
	width: 67%;
}
.content .col-3-2 .fleft {
	float: left;
	width: 37.5%;
}
.content .col-3-2 .fright {
	float: right;
	width: 60.5%;
}
.content .col-2-3 .fleft {
	float: left;
	width: 60.5%;
}
.content .col-2-3 .fright {
	float: right;
	width: 37.5%;
}
.content .col-1-1-1,
.content .col-1-1-1-1 {
    margin-bottom: 2em;
}
.content .col-1-1-1 .fleft,
.content .col-1-1-1 .fcenter,
.content .col-1-1-1 .fright {
	float: left;
	width: 31%;
}
.content .col-1-1-1 .fcenter {
	margin-left: 3.4%;
}
.content .col-1-1-1 .fright {
	float: right;
}
.content .col-1-1-1-1 .fleft,
.content .col-1-1-1-1 .fcenter,
.content .col-1-1-1-1 .fcenter2,
.content .col-1-1-1-1 .fright {
	float: left;
	width: 22%;
}
.content .col-1-1-1-1 .fcenter,
.content .col-1-1-1-1 .fcenter2 {
	margin-left: 4%;
}

.content .col-1-1-1-1 .fright {
	float: right;
}
.content figure img {
    border-radius: 7px;
}

/* Q&A */
.content dl.qa-list{
	 overflow: hidden;
	 zoom: 1;
}
.content dl.qa-list dt {
	background: url(images/common/ico-q.png) no-repeat left top;
	background-size: 29px 29px;
	border-bottom: 1px solid #4D4D4D;
	padding: .3em 0em .7em 42px;
	margin-bottom: .8em;
	font-size: 18px;
	font-weight: bold;
}
.content dl.qa-list dd {
	background: url(images/common/ico-a.png) no-repeat left top;
	background-size: 29px 29px;
	padding: .3em 0em 1.3em 42px;
	margin-bottom: 1.3em;
}
/* 関連情報パターン */
.content .relative-list {
	border: 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	padding: 2.5em 1em 2.5em;
}
.content .relative-list a {
	text-decoration: none;
}
.content .relative-list a:hover {
	text-decoration: underline;
}
.content .relative-list legend {
	font-size: 135%;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto;
	font-weight: bold;
	color: #333;
}
.content .relative-list ul {
	zoom: 1;
	overflow: hidden;
}
.content .relative-list li {
	position: relative;
	float: left;
	width: 33%;
	margin-bottom: 1em;
	padding-left: 15px;
	box-sizing: border-box;
}
.content .relative-list li::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #0C77C4;
	border-right: 2px solid #0C77C4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 1100px) {
	.content .entry-body {
		width: auto;
		padding: 1em 15px;
	}
}
@media (max-width: 768px) {
	.content p,
	.content a,
	.content ul,
	.content ol,
	.content figcaption,
	.content dl.normal-dl,
	.content dl.normal-dl dt,
	.content table.tbl1 th,
	.content table.tbl1 td {
		font-size: 14px;
	}
	.content .italic {
		font-size: 16px;
	}
	.content .read {
		font-size: 15px;
		/*padding: 30px 15px;*/
	}
	.content .message-read {
		font-size: 17px;
		padding-bottom: 0px;
	}
	.content h2 {
		font-size: 22px;
		margin: 2em -10px .8em 0;
	}
	.content h3 {
		font-size: 18px;
	}
	.content h4 {
		font-size: 14px;
	}
	.content ul.normal-list {
		margin-bottom: 1em;
	}
}
@media (max-width: 768px) {
	.content .read {
		background-size: 24px 24px;
	}
	.content figure {
		text-align: center;
	}
	.content .col-1-1 .fleft,
	.content .col-1-1 .fright,
	.content .col-1-1 .fright,
	.content .col-2-1 .fleft,
	.content .col-2-1 .fright,
	.content .col-1-2 .fleft,
	.content .col-1-2 .fright,
	.content .col-3-2 .fleft,
	.content .col-3-2 .fright,
	.content .col-2-3 .fleft,
	.content .col-2-3 .fright,
	.content .col-1-1-1 .fleft,
	.content .col-1-1-1 .fright,
	.content .col-1-1-1 .fcenter,
	.content .col-1-1-1-1 .fright,
	.content .col-1-1-1-1 .fleft,
	.content .col-1-1-1-1 .fcenter,
	.content .col-1-1-1-1 .fcenter2 {
        clear: both;
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.fright-round-img,
	.fleft-round-img {
		margin-left: 0;
		margin-right: 0;
	}
	ul.info-list time {
		padding-left: 10px;
		font-size: 12px;
		width: 120px;
	}
	ul.info-list .info-ico {
		width: 100px;
	}
	ul.info-list li {
		font-size: 14px;
	}
	ul.info-list li a {
		float: none;
		padding-top: .5em;
		clear: both;
		width: auto;
	}
	.content ul.inpagelink {
		padding: 0;
		margin: 0 -15px;
		border-top: 1px solid #CCCCCC;
	}
	.content ul.inpagelink li {
		display: block;
		border-right: 0;
		padding: 0;
		margin: 0;
	}
	.content ul.inpagelink li a {
		display: block;
		border-bottom: 1px solid #CCCCCC;
		background: #fff url(images/common/arrow-down.png) no-repeat 10px center;
		background-size: 12px 14px;
		text-align: left;
		padding: 10px 0 10px 30px;
	}
	.content ul.inpagelink li a:hover {
		background: #fff url(images/common/arrow-down.png) no-repeat 10px center;
		background-size: 12px 14px;
	}
	.content table.tbl2 {
		border-spacing:  0;
		border: 0
	}
	.content table.tbl2 tr {
		display: block;
		padding: .5em 0 .5em;
		border-bottom: 1px solid #C9D5DE;
		margin-bottom: .5em;
	}
	.content table.tbl2 th {
		display: block;
		border: none;
		text-align: left;
		padding: 0;
		color: #42a1d8;
		background: none;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		font-size: 14px;
		white-space: normal;
	}
	.content table.tbl2 td {
		display: block;
		text-align: left;
		padding: 0;
		border: none;
	
		vertical-align: top;
		text-align: left;
		font-size: 14px;
		white-space: normal
	}
	.content table.tbl2 tr.noborder {
		border: none;
		padding: 0;
	}
	.content .relative-list {
		padding: 1em 0 .8em;
	}
	.content .relative-list li {
		width: 48%;
	}
	/*
	.content ul.page-list {
		text-align: center;
	}
	.content ul.page-list li {
		float: none;
		margin: 0 auto 1em;
		width: 70%;
	}
	*/
}
@media (min-width: 769px) {
	.header-tree-menu {
		display: none;
	}
}
@media (max-width: 768px) {
	/* ヘッダー メニューボタンクリック時表示メニュー */
	.btn-header-tree-menu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	.header-tree-menu {
		position: absolute;
		top: 0;
		left: 1000px;
		width: 100%;
		min-height: 100%;
		height: 100%;
		z-index: 200;
		padding: 0 0 0;
		background-color: rgba(255,255,255,0.7);
	}
	.header-tree-menu a {
		color: #fff;
	}
	.header-tree-menu>div {
		background-color: #115B95;
		height: 100%;
		margin-left: 40px;
		position: relative;
		text-align: left;
	}
	.header-tree-menu .btn-close {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
	.header-tree-menu .btn-close img {
		zoom: .25;
	}
	@-moz-document url-prefix() {
		.header-tree-menu .btn-close img {
			width: 27px;
		}
	}
	.menu-home {
		width: 100px;
	}
	.menu-home a {
		display: block;
		background: url(images/common/ico-home-sp.png) no-repeat left 23px;
		background-size: 10px 12px;
		font-size: 12px;
		padding: 0 0px 0 16px;
		line-height: 60px;
		height: 60px;
		margin: 0 0 0 25px;
	}
	.menu-contact {
		margin-bottom: 10px;
	}
	.menu-contact img {
		width: 246px;
	}
	.header-tree-menu ul {
		margin: 0;
	}
	.header-tree-menu nav>ul>li {
		border-bottom: 1px solid #3C79A8;
	}
	.header-tree-menu nav>ul>li>a {
		padding: 0 0 0 25px;
		line-height: 60px;
		height:  60px;
		display: block;
		font-size: 18px;
	}
	.header-tree-menu nav>ul>li ul {
		padding-left: 38px;
		line-height: 1em;
	}
	.header-tree-menu nav>ul>li ul {
		padding-bottom: .7em;
	}
	.header-tree-menu nav>ul>li ul li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 1.2em;
		font-size: 14px;
	}
	.header-tree-menu nav>ul>li ul li::after {
		display: block;
		content: '';
		position: absolute;
		top: 4px;
		left: 5px;
		width: 2px;
		height: 2px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		background-color: #fff;
	}
}

/* 採用情報 */
.page-id-81 .content table.tbl1 th {
    font-weight: normal;
    width: 15%;
}
.page-id-81 .content table.tbl1 th span {
    display: block;
}
/* お問い合わせ */
.page-id-83 .content table.tbl1 th {
    font-weight: normal;
}
.page-id-83 .content table.tbl1 th span {
    display: block;
}
@media (max-width: 768px) {
    .page-id-83 .content table.tbl1 {
        width: 1000px;
    }
	.page-id-83 .content table.tbl1 th span {
	    display: inline;
	    padding-left: 10px;
	}

    .page-id-81 .content table.tbl1 {
        width: 700px;
    }
    .table-contact-wrap table {
        display: block;
    }
    .table-contact-wrap table tr {
        display: block;
    }
    .table-contact-wrap table th {
        display: block;
    }   
    .table-contact-wrap table td {
        display: block;
    }   

}
.contact-btn-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0 0;
	height: 300px;
	z-index: 0;
}
.contact-btn-wrap:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 300%;
	top: 0;
	background: url(images/common/bg-contact.jpg) no-repeat center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
.contact-btn-wrap>div {
	z-index: 1;
	position: relative;
	height: 300px;
	background-color: rgba(0,0,0,0);
}
.contact-btn-wrap>div a {
	display: block;
	height: 300px;
	position: relative;
	opacity: 1;
}
.contact-btn-wrap>div a span {
	background: url(images/common/txt-contact.png) no-repeat center center;
	-webkit-background-size: 344px 64px;
	-moz-background-size: 344px 64px;
	-ms-background-size: 344px 64px;
	background-size: 344px 64px;
	border: 2px solid #fff;
	display: block;
	width: 660px;
	height: 50%;
	margin: 0 auto;
	text-indent: -9999pt;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -330px;
	margin-top: -75px;
	display: block;
}
.contact-btn-wrap>div a span::after {
	content: ' ';
	position: absolute;
	top: 43%;
	right: -34px;
	width: 61px;
	height: 11px;
	z-index: 100000;
	background: url(images/common/arrow-contact.png) no-repeat center center;
	-webkit-background-size: 61px 11px;
	-moz-background-size: 61px 11px;
	-ms-background-size: 61px 11px;
	background-size: 61px 11px;
 	transition: all .5s;
}
.contact-btn-wrap>div a:hover span::after {
	right: -40px;
}
@media (max-width: 1500px) {
	.contact-btn-wrap:after {
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
}
@media (min-width: 769px) {
	.contact-btn-wrap:after,
	.contact-btn-wrap>div {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.contact-btn-wrap:hover:after {
		opacity: 1.2;
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.contact-btn-wrap>div:hover {
		z-index: 1000;
		background-color: rgba(0,0,0,.2);
	}
}
@media (max-width: 768px) {
	.contact-btn-wrap {
		height: 200px;
	}
	.contact-btn-wrap:after {
		height: 200px;
		background: url(images/common/bg-contact.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.contact-btn-wrap>div a span {
		background: url(images/common/txt-contact.png) no-repeat center center;
		-webkit-background-size: 225px auto;
		-moz-background-size: 225px auto;
		-ms-background-size: 225px auto;
		background-size: 225px auto;
		width: 80%;
		height: 45%;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		margin-left: -40%;
		margin-top: -45px;
	}
	.contact-btn-wrap>div a {
		height: 200px;
	}
	
	.contact-btn-wrap>div a span::after {
		top: 43%;
		right: -34px;
		background: url(images/common/arrow-contact.png) no-repeat center center;
		-webkit-background-size: 40px auto;
		-moz-background-size: 40px auto;
		-ms-background-size: 40px auto;
		background-size: 40px auto;
	}
	.contact-btn-wrap>div a:hover span::after {
		right: -34px;
	}
}

/* clearfix */
.clearfix:after, .content .col-1-1:after, .content .col-2-1:after,
.content .col-1-2:after, .content .col-3-2:after, .content .col-2-3:after,
.content .col-1-1-1:after, .content .col-1-1-1-1:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}

.clearfix, .content .col-1-1, .content .col-2-1, .content .col-1-2,
.content .col-2-3, .content .col-3-2, .content .col-1-1-1, .content .col-1-1-1-1 {
	/ zoom: 1
}

.clear {
	clear: both
}


/* WP editer */
.content .alignleft {
	float: left;
	margin: 0 24px 8px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 8px 24px;
}

/*=========== archive-wrap .archive-list（actual_production, solution） ============*/
/*=========== archive-wrap .page-list （strength, manufacture） ============*/
.archive-wrap {
    padding: 7em 0 3em;
    margin: 0 auto;
}
.archive-wrap h2 {
    position: relative;
    display: block;
    margin: 0 0 1em;
    padding: 0 0 0 0;
    color: #333333;
    font-size: 33px;
    font-weight: 600;
    border: none;
    line-height: 1.3em;
}
@media (max-width: 768px) {
    .archive-wrap h2 {
        display: none;
    }
    .archive-wrap .list-content h2 {
        display: block;
    }
    .post-type-archive-solution .archive-wrap,
    .tax-solution_category .archive-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}


h2+.archive-wrap  {
    padding-top: 2em;
}
p+.archive-wrap  {
    padding-top: 3em;
}
.archive-wrap .page-list,
.archive-wrap .archive-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.archive-wrap .page-list li,
.archive-wrap .archive-list li a {
    position: relative;
    text-decoration: none;
    margin-bottom: 3em;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 1em;
    background: #fff;
}
.archive-wrap .archive-list li a::before,
.archive-wrap .archive-list li a::after {
    position: absolute;
    content: "";
}
.archive-wrap .archive-list li a::before {
    bottom: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #C8D4DD;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
.archive-wrap .archive-list li a::after {
    bottom: 28px;
    right: 23px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
}
.archive-wrap .archive-list li a figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.archive-wrap .archive-list li a figure img {
    height: auto;
    width: 100%;
    vertical-align: bottom;
}
.archive-wrap .archive-list li h2 {
    font-size: 20px;
    color: #4A90E2;
    margin-bottom: 1em;
}
.archive-wrap .archive-list li .list-content {
    border-bottom: 1px solid #E1E9EE;
    font-size: 15px;
    color: #333333;
    padding: 1em 30px 1.5em;
}
.content .list-content p {
    margin-bottom: 0;
}

.archive-wrap .archive-list li .list-category {
    font-size: 11px;
    padding: 1.5em 30px 5em;
    color: #333333;
}

.archive-wrap .page-list li a figure img,
.archive-wrap .archive-list li a figure img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


@media(min-width:769px) {
    .archive-wrap .page-list,
    .archive-wrap .archive-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .archive-wrap .page-list:after,
    .archive-wrap .archive-list:after {
        content: "";
        display:block;
        width:30%;
    }
    .archive-wrap .page-list li,
    .archive-wrap .archive-list li {
        width: 30%;
        display: flex;
        flex-direction: column;
    }
    .archive-wrap .archive-list a:hover {
        text-decoration: none;
        color: #4D4D4D;
        box-shadow: 0px 5px 20px 1px rgba(124, 221, 248, 0.35);
    }
    .archive-wrap .archive-list li a:hover::before {
        background: #4A90E2;
    }
    .archive-wrap .page-list li a figure img,
    .archive-wrap .archive-list li a figure img {
      width: 100% !important;
      height: 215px !important;
      object-fit: cover !important;
    }
    .archive-wrap .archive-list li a {
        flex-grow: 1;
    }
    .archive-wrap .archive-list li a,
    .archive-wrap .archive-list li a:hover,
    .archive-wrap .archive-list li a figure::after,
    .archive-wrap .archive-list li a figure img {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .archive-wrap .archive-list li a:hover figure img {
        /*
        -webkit-transform:scale(1.05,1.05);
        -moz-transform:scale(1.05,1.05);
        -ms-transform:scale(1.05,1.05);
        transform: scale(1.05,1.05);
        */
    }
    .categorybox {
        display: none;
        align-items: center;
        position: relative;
    }
    h4.bottom-pagelist-title {
        margin: .5em auto .8em;
        padding: 4px 0 0;
        color: #4A90E2;
        font-size: 20px;
        font-weight: 200;
        border-bottom: none;
        max-width: 1140px;
    }
    .bottom-pagelist ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
    }
    .bottom-pagelist ul li {
        flex: 1;
        background: #e8edf1;
        text-align: center;
        border-right: 1px solid #fff;
        height: 116px;
    }
    .bottom-pagelist ul li img {
        border: 1px solid #333;
        width: 20%;
        margin-right: 10px;
    }
    .bottom-pagelist ul li:last-child {
        border-right: none;
    }
    .bottom-pagelist ul li a {
        display: block;
        height: 116px;
        background: #e8edf1;
        color: #4a90e2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }
    .bottom-pagelist ul li a span {
    }
    .bottom-pagelist ul li a.act,
    .bottom-pagelist ul li a:hover {
        background: #82b2eb;
        color: #fff;
    }
}

.bottom-pagelist ul li a span {
    font-weight: 400;
}

@media(max-width:768px) {
    .archive-wrap {
        padding: 3em 0 2em;
    }
    .archive-wrap .archive-list li {
        margin-right: 0;
        margin-bottom: 1.5em;
    }
    .archive-wrap .archive-list li a {
        padding-bottom: 0;
        margin-bottom: 1em;
    }
    .categorybox {
        display: inline-flex;
        align-items: center;
        position: relative;
        width: 100%;
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .categorybox::before {
        position: absolute;
        right: 7px;
        width: 10px;
        height: 7px;
        background-color: #fff;
        content: '';
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #C8D4DD;
    }
    .categorybox::after {
        position: absolute;
        right: 14px;
        width: 6px;
        height: 4px;
        background-color: #fff;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        pointer-events: none;
    }
    .categorybox select {
        appearance: none;
        width: 100%;
        height: 2.8em;
        padding: .4em calc(.8em + 30px) .4em .8em;
        border: 1px solid #BECCD7;
        border-radius: 5px;
        background-color: #F2F5F7;
        color: #333333;
        cursor: pointer;
    }

    h4.bottom-pagelist-title {
        margin: .5em 20px .8em;
        padding: 4px 0 0;
        color: #4A90E2;
        font-size: 16px;
        font-weight: 200;
        border-bottom: none;
    }
    .bottom-pagelist ul {
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
    }
    .bottom-pagelist ul li {
        flex: 1;
        background: #e8edf1;
        text-align: center;
        height: 60px;
    }
    .bottom-pagelist ul li img {
        border: 1px solid #333;
        width: 10%;
        margin-right: 10px;
    }
    .bottom-pagelist ul li a {
        display: block;
        height: 60px;
        background: #e8edf1;
        color: #4a90e2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border-bottom: 1px solid #fff;
    }
    .bottom-pagelist ul li a.act {
        background: #82b2eb;
        color: #fff;
    }
}

/* top 私たちの強み  */
@media(max-width:768px) {
    .top-strength {
        padding: 80px 0 33px;
        margin-bottom: 5em;
    }
    .top-strength div a {
    	display: block;
    }
    .top-strength div div {
        max-width: 1630px;
        width: 100%;
        position: absolute;
        color: #fff;
        text-align: center;
        height: 100%;
    }
    .top-strength div div span {
		font-size: 3.6vw;
    	position: relative;
    	top: 7%;
    	display: block;
    	font-weight: 500;
    	letter-spacing: 1;
		display: none;
    }
    .top-strength div div h2 {
		font-size: 9.1vw;
    	line-height: 1.6;
    	letter-spacing: 1.5;
    	position: relative;
    	font-weight: 400;
    	top: 8.8%;
		display: none;
    }
    .top-strength div div p {
    	display: none;
		font-size: 4.5vw;
    	position: relative;
    	top: 9.5%;
    	line-height: 1.5;
    	letter-spacing: 2px;
    }

}

@media(min-width:769px) {
    .top-strength {
        padding: 120px 20px 180px;
    }
    .top-strength div {
        max-width: 1630px;
        margin: 0 auto;
        position: relative;
    }
    .top-strength div a {
    	display: block;
    }
    .top-strength div div {
        max-width: 1630px;
        width: 100%;
        position: absolute;
        color: gray;
        text-align: center;
        height: 100%;
    }
    .top-strength div div span {
		font-size: 1.6vw;
    	position: relative;
    	top: 16%;
    	display: block;
    	font-weight: 500;
    	letter-spacing: 1;
    	display: none;
    }
    .top-strength div div h2 {
		font-size: 4.1vw;
    	line-height: 1.6;
    	letter-spacing: 1.5;
    	position: relative;
    	font-weight: 400;
    	top: 16.5%;
    	display: none;
    }
    .top-strength div div p {
    	display: none;
		font-size: 2vw;
    	position: relative;
    	top: 19.5%;
    	line-height: 1.5;
    	letter-spacing: 3px;
    }
    .top-strength strong {
        position: absolute;
        top: 80%;
        left: calc(50% - 89px);
        background: #4A90E2;
        width: 178px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        z-index: 2;
        border-radius: 20px;
        padding: 9px 0 12px;
        font-weight: normal;
        line-height: 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;
    }
    .top-strength div:hover strong {
        background: #fff;
        color: #4A90E2;
    }
}

/* top 生産実績  + strength 私たちの強み インデックス*/
.top-production-results  {
    background: #F3F6F8;
}
.strength-head  {
    background: #4a90e2;
    color: #fff;
    margin-top: 6em;
}

.top-problem-solving {
    background: #E8EDF1;
}
.top-wide-section {
    padding: 0 0 3em;
}
.top-wide-section>div>div span {
    color: #4A90E2;
    font-size: 12px;
    margin-bottom: .5em;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.top-production-results>img,
.strength-head>img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top-problem-solving>img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.top-wide-section ul li img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.top-wide-section h2 {
    font-size: 38px;
    margin-bottom: .5em;
    font-weight: 500;
}

.top-wide-section>div>div p {
    font-size: 16px;
    margin-bottom: 2em;
    font-weight: 400;
}

.top-wide-section>div>div>p strong{
    color: #4A90E2;
    font-weight: normal;
}
.top-wide-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-wide-section ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5em;
}
.top-wide-section ul li a {
    background: #fff;
    display: block;
    border-radius: 10px;
    position: relative;
}
.top-wide-section ul li a:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 19px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0;
}
.top-wide-section ul li a:before {
    content: '';
    background: #C8D4DD;
    position: absolute;
    right: 10px;
    bottom: 13px;  
    border-radius: 100%;      
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.top-wide-section ul li span {
    color: #4A90E2;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
}
.top-wide-section ul li p {
    padding: 0px 30px 50px 15px;
    font-size: 14px;
    color: #333;
}
.top-wide-section .btn-view-all {
    background: #4A90E2;
    width: 160px;
    margin: 0 auto;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    z-index: 2;
    border-radius: 20px;
    padding: 9px 0 12px;
    font-weight: normal;
    line-height: 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;
}
@media(min-width:769px) {
    .top-wide-section ul li a:hover {
        box-shadow: 0px 0px 28px 6px rgba(202,240,254,0.7);
        -webkit-box-shadow: 0px 0px 28px 6px rgba(202,240,254,0.7);
        -moz-box-shadow: 0px 0px 28px 6px rgba(202,240,254,0.7);
        -o-box-shadow: 0px 0px 28px 6px rgba(202,240,254,0.7);
        -ms-box-shadow: 0px 0px 28px 6px rgba(202,240,254,0.7);
    }
    .top-wide-section ul li a:hover:before {
        background: #4A90E2;
    }
    .top-wide-section .btn-view-all:hover {
        background: #fff;
        color: #4A90E2;
        border: 1px solid #4A90E2;
    }

    .top-production-results ul,
    .strength-head ul {
        display: flex;
        justify-content: space-between;
        max-width: 1430px;
        margin: 0 auto 50px;
        padding-top: 50px;
    }
    .top-problem-solving ul {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto 50px;
        padding-top: 50px;
    }

    /* safariのみ*/
_::-webkit-full-page-media, _:future, :root .strength-head ul,
_::-webkit-full-page-media, _:future, :root .top-production-results ul,
_::-webkit-full-page-media, _:future, :root .top-problem-solving ul { padding-top: 0; }


    .top-wide-section ul li {
        margin: 0 15px;
        width: 31%;
    }
    .top-production-results {        
        padding-bottom: 10em;
        position: relative;
    }
    .strength-head {        
        position: relative;
        padding-bottom: .1em;
    }
    .top-problem-solving {
        padding-bottom: 5em;
        position: relative;
    }
    .top-problem-solving>img {
        display: block;
        margin-left: 0px;
        top: -5%;
        right: 0;
        max-width: 60%;
        max-height: 420px;
        position: absolute;
    }
    .top-production-results>img {
        display: block;
        margin-right: 30px;
        top: -5%;
        left: 0;
        max-width: 60%;
        max-height: 420px;
        position: absolute;
    }
    .strength-head>img {
        display: block;
        margin-right: 30px;
        top: -10%;
        left: 0;
        max-width: 60%;
        max-height: 420px;
        position: absolute;
    }
    .top-production-results>div>div {
        margin: 0px 0 8% 62%;
        padding-top: 5%;
        box-sizing: border-box;
        height: 50%;
    }
    .strength-head>div>div {
        margin: 0px 4% 3% 62%;
        padding-top: 5%;
        box-sizing: border-box;
        height: 50%;
    }
    .top-problem-solving>div>div {
        margin: 0px 55% 8% 10%;
        padding-top: 5%;
        box-sizing: border-box;
        height: 50%;
    }
    .top-wide-section>div>div span {
        color: #4A90E2;
        font-size: 14px;
        margin-bottom: .5em;
        display: block;
    }
    .strength-head>div>div span {
        color: #fff;
    }
    .top-wide-section>div>div h2 {
    }
    .top-wide-section>div>div>p {
        font-size: 26px;
    }
    .strength-head>div>div>p {
        font-size: 15px;
        line-height: 2;
    }
    .top-wide-section>div>div>p strong{
        color: #4A90E2;
        font-weight: normal;
    }
}

@media(max-width:768px) {
    .top-wide-section>div>div {
        margin-top: -30px;
    }
    .strength-head {
        padding-bottom: .5em;
    }
    .top-production-results {
        padding-bottom: 5em;
    }
    .strength-head>img,
    .top-production-results>img {
        display: block;
        top: -30px;
        width: 93%;
        position: relative;
    }
    .top-problem-solving>img {
        display: block;
        top: -30px;
        width: 93%;
        position: relative;
        margin-left: 7%;
    }
    .top-problem-solving {
    }
    .top-problem-solving>img {
    }
    .top-wide-section>div {
        padding: 20px 30px 0;
    }
    .top-wide-section>div>div span {
        color: #4A90E2;
    }
    .strength-head>div>div span {
        color: #fff;
    }
    .top-wide-section>div>div>p strong{
        color: #4A90E2;
        font-weight: normal;
    }
}

/* strength 私たちの強み インデックス*/
.actual_production-section-wrap {
    background: #f0f4f6;
    padding: 6em 30px 6em 30px;
}
.strength-section-wrap {
    background: #f0f4f6;
    padding: 6em 30px 6em 30px;
}
.strength-flow {
    padding: 1em 0 3em;
    text-align: center;
}
.strength-flow img {
    width: 990px;
}
.strength-section {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 5em;
    overflow: hidden;
}
.strength-section.reverse>div{
    order: -1;
}
.strength-section>div {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 30px;
}
.strength-section>div strong {
    color: #4a90e2;
    font-size: 12px;
    line-height: 28px;
    vertical-align: top;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.strength-section>div strong span {
    font-size: 28px;
    line-height: 28px;
    vertical-align: top;
    padding-left: 10px;
}
.strength-section>div h3{
    text-align: center;
    margin-bottom: 1em;
    font-size: 40px;
    font-weight: 500;
}
.strength-section>div h3 span {
    font-size: 30px;
}

.strength-section>div p {
    width: 80%;
    margin: 0 auto 2em;
    font-weight: 400;
}
.strength-section>img {
    width: 50%;
}
.strength-section>div {
}
.strength-section>div .btn-view-all {
    margin: 0 auto;
}
.strength-section>div .btn-view-all {
    position: relative;
}
.strength-section>div .btn-view-all:hover {
        text-decoration: none;
}
.strength-section>div .btn-view-all::after {
    position: absolute;
    content: '';
    top: 40%;
    right: 10px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
}
.strength-section>div .btn-view-all:hover::after {
    border: 3px solid transparent;
    border-left: 4px solid #4a90e2;
}

@media(max-width:768px) {
    .actual_production-section-wrap {
        background: #f0f4f6;
        padding: 6em 30px 3em 30px;
    }
    .strength-section-wrap {
        background: #f0f4f6;
        padding: 3em 30px 3em 30px;
    }
    .strength-flow {
        padding: 0 0 1em;
        text-align: center;
    }
    .strength-flow img {
        width: 100%;
    }
    .strength-section {
        display: block;
        flex-flow: inherit;
        margin-bottom: 2em;
    }
    .strength-section>div strong {
        margin-bottom: 2em;
        display: block;
    }
    .strength-section>div h3 {
        font-size: 28px;
    }
    .strength-section>div {
        width: auto;
        box-sizing: border-box;
        padding: 30px 30px;
    }
    .strength-section>div p {
        width: auto;
        margin: 0 auto 2em;
    }
    .strength-section>img {
        width: auto;
    }
}

/* news */
@media(min-width:769px) {
    .newposts .mainarea {
        display: flex;
        margin: auto;
        margin-bottom: 2em;
    }
    .news-title {
        padding-top: 1em;
        width: 25%;
    }
    .news-list-wrap {
        flex-grow: 2;
    }
    body:not(.home) .news-list-wrap {
        padding-top: 80px;        
    }
    .news-title p {
        font-size: 30px;
    }
    .news-title a.btn-link {
        position: relative;
        background-color: #4A90E2;
        color: #fff;
        border-radius: 20px;
        padding: 0;
        width: 120px;
        height: 28px;
        line-height: 28px;
        font-weight: blod;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        border: 1px solid #4A90E2;
    }
    .news-title a.btn-link:hover {
        text-decoration: none;
        background: #fff;
        color: #4A90E2;
        border: 1px solid #4A90E2;
    }
    .news-title a.btn-link::after {
        position: absolute;
        content: '';
        top: 40%;
        right: 10px;
        box-sizing: border-box;
        width: 5px;
        height: 5px;
        border: 3px solid transparent;
        border-left: 4px solid #fff;
    }
    .news-list-wrap article .list-block .list-text {
        display: flex;
        padding: 1.5em 0;
        border-bottom: 1px solid #E5E5E5;
        align-items: center;
        flex-flow: wrap;
    }
    .news-list-wrap article .list-block .list-text .post_time {
        font-size: 11px;
        margin-left: 1%;
        margin-right: 2%;
    }
    .news-list-wrap article .list-block .list-text .post_cat {
        border-radius: 12px;
        border: 1px solid #4D4D4D;
        font-size: 11px;
        line-height: 24px;
        height: 26px;
        vertical-align: middle;
        display: inline-block;
        min-width: 13%;   
        text-align: center;
        margin-left: 1%;
        padding: 0 1em;
    }
    .news-list-wrap article .list-block .list-title {
        width: 73%;
        padding-top: .5em;
        line-height: 1.7;
    }
    .news-list-wrap article .list-block .list-text h3 {
        font-size: 14px;
        margin-left: 2%;
        display: block;
        color: #333;
    }
    a.btn-link-below {
        display: none;
    }
}

@media(max-width:768px) {
    .newposts .mainarea {
        margin: auto;
        margin-bottom: 2em;
    }
    .news-title {
        padding-top: 1em;
        margin-left: 20px;
    }
    .news-list-wrap .categorybox {
        margin-top: 3em;
        margin-left: 20px;
        width: 90%;
    }
    .news-title p {
        font-size: 30px;
    }
    .news-title a.btn-link {
        display: none;
    }
    .news-title a.btn-link:hover {
        text-decoration: none;
    }
    .news-title a.btn-link::after {
        position: absolute;
        content: '';
        top: 40%;
        right: 10px;
        box-sizing: border-box;
        width: 5px;
        height: 5px;
        border: 3px solid transparent;
        border-left: 4px solid #fff;
    }
    .news-list-wrap article .list-block .list-text {
        display: flex;
        padding: 1.5em 20px 1em;
        border-bottom: 1px solid #E5E5E5;
        align-items: center;
        flex-flow: wrap;
    }
    .news-list-wrap article .list-block .list-text .list-title {
        line-height: 1.8;
        font-weight: normal;
    }
    .news-list-wrap article .list-block .list-text .post_time {
        font-size: 11px;
        margin-left: 1%;
    }
    .news-list-wrap article .list-block .list-text .post_cat {
        border-radius: 12px;
        border: 1px solid #4D4D4D;
        font-size: 11px;
        line-height: 20px;
        height: 22px;
        vertical-align: middle;
        display: inline-block;
        width: 120px;   
        text-align: center;
        margin-left: 3%;
    }
    .news-list-wrap article .list-block .list-text h3 {
        font-size: 14px;
        display: block;
        color: #333;
        flex: 1 1 160px;
        padding: .5em 0;
    }

    .btn-link-below-wrap {
        margin-top: 2em;
        text-align: center;
    }
    a.btn-link-below {
        position: relative;
        background-color: #4A90E2;
        color: #fff;
        border-radius: 20px;
        padding: 0;
        width: 120px;
        height: 28px;
        line-height: 28px;
        font-weight: blod;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        font-size: 13px;
    }
    a.btn-link-below::after {
        position: absolute;
        content: '';
        top: 40%;
        right: 10px;
        box-sizing: border-box;
        width: 5px;
        height: 5px;
        border: 3px solid transparent;
        border-left: 4px solid #fff;
    }
}

/* companyinfo */
.country-bloc {
    padding-bottom: 3em;
}
.country-bloc .btn-wrap1{
    padding-top: .3em;
    clear: both;
}

.country-bloc .country-head {
    display: table;
}
.country-bloc .flag {
    border: 1px solid #333;
    display: table-cell;
}
.country-bloc .name {
    display: table-cell;  
    vertical-align: middle;
    padding-left: 10px;
}

/* とりあえずの対応 */
/*body.page-id-39 .detail .container,*/
body.post-type-archive-actual_production .detail .container,
body.page-id-2 .detail .container {
    max-width: inherit;
}
body.page-id-39 footer {
    margin-top: 0;
}
body.page-id-39 .archive-wrap {
    padding-bottom: 0;
}
body.page-id-39 .archive-wrap .mainarea {
    margin-bottom: 0;
}

/* contact */
.page_contact .required {
    color: red;
    padding-left: 3px;
}
.page_contact .content p {
    margin-bottom: 0;
}
.countrylist {
    padding-top: 2em;
}
.countrylist span:before  {
    content: '・';
    color: #4a90e2;

}
.iconlist {
    padding-top: 1em;

}
.iconlist span {
    background: #ebeff3;
    color: #4a90e2;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    padding: 1px 5px;
    min-width: 53px;
    text-align: center;
    font-weight: 400;
}

/* message-history */
h2.message-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1.3em;
}
h2.message-title span {
    font-size: 16px;
    color: #4a90e2;
    display: block;
    margin-bottom: .5em;
}
.message-wrap {
  background-color: #4a90e2;
  color: #fff;
  line-height: 1.8;
}
.message-wrap p {
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 769px) {
    h2.message-title {
        margin-bottom: 1em;
    }
    h2.message-title span {
        margin-bottom: .5em;
    }
    .message-wrap { /**★ いっぱい**/
      position: relative;
      inset-inline: 50%;
      width: 100vw;
      margin-inline: -50vw;
      padding: 3em 0 2em;
      margin-bottom: 5em;
    }
    .message-wrap .fright {
        float: right;
        width: 30%;
    }
    .message-wrap .fleft {
        float: left;
        width: 67%;
    }
    .message-wrap .fright img {
        position: relative;
        top: -8em;
        border-radius: 7px;
    }
    .message-wrap .fright figcaption {
        position: relative;
        top: -7.5em;
        font-weight: 400;
        font-size: 12px;
        text-align: right;
    }
    .message-wrap .fright figcaption strong {
        font-weight: 400;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .message-wrap {
      margin: 3em -25px 3em;
      padding: 0 20px 3em;
    }
    .message-wrap .fright img {
        position: relative;
        top: -2em;
        border-radius: 7px;
    }
    .message-wrap .fright figcaption {
        text-align: right;
        margin-bottom: 3em;
        font-weight: 400;
    }
    .message-wrap .fright figcaption strong {
        font-weight: 400;
    }
}



/* 沿革  */
.history-wrap .history-sec .img-box>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 1;
    animation-name: fade;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.history-wrap .history-sec .img-box img {
    width: 100%;
    position: relative;
    top: 0;
    visibility: hidden;
}
@keyframes fade {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        z-index: 0;
    }
}
.history-wrap .history-sec .img-history04>div:first-of-type{
    background-image: url("images/companyinfo/img-history04-01.png");
    background-position: center top;
    background-size: 100% auto;
}
.history-wrap .history-sec .img-history04>div:nth-of-type(2){
    background-image: url("images/companyinfo/img-history04-02.png");
    background-position: center top;
    background-size: 100% auto;
    animation-delay: 3.5s;
}
.history-wrap .history-sec .img-history05>div:first-of-type{
    background-image: url("images/companyinfo/img-history05-01.png");
    background-position: center top;
    background-size: 100% auto;
}
.history-wrap .history-sec .img-history05>div:nth-of-type(2){
    background-image: url("images/companyinfo/img-history05-02.png");
    background-position: center top;
    background-size: 100% auto;
    animation-delay: 3.5s;
}
@media (max-width: 768px) {
    .history-wrap .container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .history-wrap h2 {
        text-align: center;
    }
    .history-wrap h2 span {
        display: block;
    }
    .history-wrap h2 span img {
        width: 161px;
    }

    .history-wrap h2 strong img  {
        width: 220px;
    }
    .history-wrap .history-sec {
        padding: 2em 1.5em 2em 5em;
    }
    .history-wrap {
        position: relative;
        overflow: hidden;
        margin: 0 -25px;
    }
    .history-wrap:before {
        content: "";
        position: absolute;
        left: 48px;
        top: 165px;
        background: #3399cc;
        width: 2px;
        height: 100%;
    }

    .history-wrap .history-sec:nth-child(2n+1) {
        background: #f5f8f9;
    }
    .history-wrap .history-sec .history-cont {

    }
    .history-wrap .history-sec .history-cont h3 {
        position: relative;
        font-size: 30px;
        font-weight: 400;
    }
    .history-wrap .history-sec .history-cont h3 span {
        display: none;
    }
    .history-wrap .history-sec .history-cont h3:before {
        content: "";
        position: absolute;
        left: -40px;
        top: 10px;
        border-radius: 100%;
        background: #3399cc;
        width: 20px;
        height: 20px;
    }
    .history-wrap .history-sec .history-cont h3:after {
        content: "";
        position: absolute;
        left: -37px;
        top: 13px;
        border-radius: 100%;
        background: #fff;
        width: 14px;
        height: 14px;
    }
    .history-wrap .history-sec .history-cont h4 {
        color: #4a90e2;
        font-weight: 600;
        font-size: 20px;
    }
    .history-wrap .history-sec .history-cont p {
        font-weight: 400;
        line-height: 1.8;
    }
    .history-wrap .history-sec .img-box {
        overflow: hidden;
        position: relative;
        object-fit: cover;
    }
}
@media (min-width: 769px) {
    .history-wrap { /**★ いっぱい**/
      position: relative;
      inset-inline: 50%;
      width: 100vw;
      margin-inline: -50vw;
      padding: 3em 0 2em;
      margin-bottom: 5em;
      overflow: hidden;
    }
    .history-wrap h2 {
        text-align: center;
    }
    .history-wrap h2 span {
        display: block;
        margin-bottom: 10px;
    }
    .history-wrap h2 span img {
        width: 161px;
    }
    .history-wrap h2 strong img  {
        width: 220px;
    }
    .history-wrap .history-sec {
        padding: 2em 1.5em 2em 5em;
        display: flex;
        flex-direction: row-reverse;
    }
    .history-wrap .history-sec img,
    .history-wrap .history-sec .img-box {
        position: relative;
        top: -3em; 
        width: 25%;
        height: 100%;
        object-fit: cover;
    }
    .history-wrap .history-sec .img-box{
        overflow: hidden;
        position: relative;
    }
    .history-wrap .history-sec .history-line:after {
        content: " ";
        position: absolute;
        left: -28px;
        top: 20px;
        background: #3399cc;
        width: 20px;
        height: 2px;
    }
    .history-wrap .history-sec .history-cont {
        width: 70%;
        position: relative;
        padding-left: 30px;
    }
    .history-wrap .history-sec .history-cont:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 15px;
        background: #3399cc;
        width: 2px;
        height: 3000px;
    }
    .history-wrap .history-sec:nth-child(2n+1) {
        background: #f5f8f9;
    }
    .history-wrap .history-sec .history-cont h3 {
        position: relative;
        font-size: 36px;
        font-weight: 300;
        float: left;
        margin-bottom: 0;
        font-family: "Inter";
    }
    .history-wrap .history-sec .history-cont h3 span {
        visibility: hidden;
    }
    .history-wrap .history-sec .history-cont h3:before {
        content: "";
        position: absolute;
        left: -38px;
        top: 10px;
        border-radius: 100%;
        background: #3399cc;
        width: 20px;
        height: 20px;
    }
    .history-wrap .history-sec .history-cont h3:after {
        content: "";
        position: absolute;
        left: -35px;
        top: 13px;
        border-radius: 100%;
        background: #fff;
        width: 14px;
        height: 14px;
    }
    .history-wrap .history-sec .history-cont h4 {
        float: left;
        color: #4a90e2;
        font-weight: 600;
        font-size: 20px;
        margin-left: 1em;
        padding-top: .35em;
    }
    .history-wrap .history-sec .history-cont p {
        clear: both;
        padding-left: 100px; 
        padding-right: 150px; 
        max-width: 830px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.8;
    }

}

/* quality_management  */
.img-quality_management {
    text-align: center;
    padding: 2em 0 3em;
}
@media (min-width: 769px) {
    .img-quality_management img {
        width: 75%;
    }
}

/* globalnetwork */
.img-global {
    padding-top: 3em;
    padding-bottom: 1em;
}
.page-id-59 .content table.tbl1 th,
.page-id-59 .content table.tbl1 td {
    text-align: center;
    font-weight: 600;
    width: 16%;
}

@media (max-width: 768px) {
    .page-id-59 .content table.tbl1 {
        width: 700px;
    }
}

.title-global img {
    border: 1px solid #333;
    width: 50px;
    margin-right: 20px;
}
/* globalnetwork common */
.feature-list {
    margin-bottom: 1em;
    zoom: 1;
    overflow: hidden;
}
.feature-list .deactive {
    opacity: 0.3;
}

.result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em;
}
.feature-list>div {
    width: 55px;
    padding: 0;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
}
.result-list>div {
    width: 120px;
    padding: 0 .5%;
}
@media (max-width: 768px) {
    .feature-list>div {
        flex: 1;
    }
    .result-list {
        text-align: center;
        flex-wrap: wrap;
    }
    .result-list>div {
        width: 33%;
    }
}
.feature-list>div img,
.result-list>div img {
    display: block;
}
.feature-list>div span {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
}
.result-list>div span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

/* MIC */
.img-mic {
    width: 70%;
    margin: 0 auto;
    padding: 3em 0 3em;
}
@media (max-width: 768px) {
    .img-mic {
        width: 100%;
        margin: 0 auto;
        padding: 1em 0 1em;
    }
}
.gmap {
    border-radius: 10px;
}
.gn-detail h3 {
    border-bottom: 0;
    margin-bottom: 0;
}
.gn-detail h3 img {
    width: 55px;
    
}
.gn-detail h3 span {
    font-weight: 400;
}

.gn-detail table.tbl-ton {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1.5em;
}
.gn-detail table.tbl-ton thead {
}
.gn-detail table.tbl-ton thead th {
    background: #1693b0;
    color: #fff;
    border: 2px solid #fff;
    padding: 3px 2px;
    text-align: center;
    vertical-align: middle;
}
.gn-detail table.tbl-ton thead td {
    background: #;
    border: 2px solid #fff;
    padding: 3px 2px;
    text-align: center;
}
.gn-detail table.tbl-ton tbody th {
    background: #cde2e6;
    font-weight: 200;
    border: 2px solid #fff;
    padding: 3px 0;
    text-align: center;
    font-family: "Verdana";
}
.gn-detail table.tbl-ton tbody td {
    background: #f1f1f1;
    border: 2px solid #fff;
    padding: 3px 0;
    text-align: center;
    font-family: "Verdana";
}

body .gn-detail table.tbl-empty {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1.5em;
}
body .gn-detail table.tbl-empty thead {
}
body .gn-detail table.tbl-empty thead th {
    background: #fff;
}
body .gn-detail table.tbl-empty thead td {
    background: #fff;
}
body .gn-detail table.tbl-empty tbody th {
    background: #fff;
    text-align: left;
}
body .gn-detail table.tbl-empty tbody td {
    background: #fff;
}



.gn-detail dl {
    clear: both;
}
.gn-detail dl dt {
    clear: both;
    float: left;
    border-bottom: 1px solid #4d4d4d;
    margin-right: 1%;
    width: 45%;
    font-weight: 200;
    padding-bottom: 10px;
}
.gn-detail dl dt.empty,
.gn-detail dl dd.empty {
    border-bottom: none;
}
.gn-detail dl dd {
    float: left;
    margin-right: 1%;
    width: 25%;
    padding-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
}
.gn-detail dl dd.long {
    width: 51%;
}
.gn-detail p.ton-total {
    width: 25%;
    margin-right: 1%;
    float: right;
    text-align: left;
    clear: both;
}
.gn-line {
    border: none;
    background: #e0e0e0;
    height: 1px;
    margin: 4em 0;
}

/** single-head **/
.solution-head {
    overflow: hidden;
    zoom: 1;
}
.the_post_thumbnail {
    float: left;
    width: 50%;
    margin-right: 2%;
}
.the_post_thumbnail img {
    border-radius: 12px;    
}
.solution-head .post_meta {
    float: left;
    width: 47%;
}
.post_meta a {
    color: #4d4d4d;
    margin-right: 20px;
}
.post_meta ul {
    padding-left: 0;
}
.solution-head .post_meta li {
    margin-left: 20px;
}
@media (max-width: 768px) {
    .the_post_thumbnail {
        float: none;
        width: auto;
    }
    .solution-head .post_meta {
        float: none;
        width: auto;
    }
    .solution-head .post_meta ul {
        padding: 10px 0 0;
        margin: 0;
    }
    .solution-head .post_meta li {
        margin-left: 0;
        text-align: left;
    }
    .solution-head .post_meta li a {
        margin-left: 0;
        margin-right: 20px;
    }
}

/* strength 隙間埋め */
.page-id-2 .mainarea {
    margin-bottom: 0;
}
.page-id-2 footer {
    margin-top: 0;
}
.post-type-archive-actual_production .mainarea {
    margin-bottom: 0;
}
.post-type-archive-actual_production footer {
    margin-top: 0;
}

@media(max-width:768px) {
    .page-id-2 .detail_text {
        padding-right: 0;
        padding-left: 0;
    }
}

/* global-network  */
.content table.table-global th,
.content table.table-global td {
    vertical-align: middle;
}

.content table.table-global tbody th {
    height: 70px;
}

/* 404 */
.body-404 {
	text-align: center;
	padding: 100px 0 20px;
}

.body-404 img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
@media (min-width: 769px) {
	.body-404 img {
		width: 30%;
	}
}
.body-404 p {
	padding: 50px 0;
	line-height: 2.5;
}

.body-404 .btn-home a {
    margin: 0 auto;
    display: block;
}
.body-404 .btn-home a{
    background: #4A90E2;
    width: 200px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    border-radius: 20px;
    padding: 13px 0 13px;
    font-weight: normal;
    line-height: 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;
    position: relative;
}

@media (min-width: 769px) {
	.body-404 .btn-home a:hover {
	    background: #fff;
	    color: #4A90E2;
	    border: 1px solid #4A90E2;
	    text-decoration: none;
	}
}

.body-404 .btn-home a:after {
    position: absolute;
    content: '';
    top: 43%;
    right: 10px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
}


