/*
Theme Name: tkst-gas-2017ch
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: tekst
Author URI: https://www.tekst.jp/
Template: twentyseventeen
Description: Twenty Seventeen Child Theme
Version: 1.0.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive
Text Domain: tkst-gas-2017ch
*/


/*  site color
limegreen #6bd229
limedullgreen #51c523
blueishgreen #24d375
blueishdullgreen #1fc16a
*/


/*////////////////////
COMMON
////////////////////*/
body {
    background-color: #ffffff;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
}

/* animation */
@keyframes Moving {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes SlideUp {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes Blinking {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

a.tel-link {
    display: inline-block;
    background-color: #00a8e8;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    padding: 5px;
}
a.tel-link:hover {
    background-color: #007ea7;
    color: #fff;
    box-shadow: none;
}

/* header */
.site-header {
    background: #fff;
    overflow: hidden;
}
.site-branding {
    padding: 14px 0;
}
body.has-header-image a .site-title {
    display: block;
    text-indent: -9999px;
    width: 95px;
    height: 22px;
    background: url(/images/header/gas_logo.png) 0 0 no-repeat;
    background-size: 95px 22px;
    transition: .3s;
}
body.has-header-image a:hover .site-title {
    opacity: .77;
    transition: .3s;
}
.wp-custom-header .wp-custom-header-video-button {
    display: none;
}
.custom-header {
    position: relative;
}
.custom-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
}
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video {
    padding-bottom: 0;
}
.custom-header-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/common/overlay.png) 0 0 repeat;
}
.site-branding-top {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9999;
}

/* gnavi */
.site-content-contain {
    margin-top: 0;
}
.site-content-contain.fixednav {
    margin-top: 70px;
}
.navigation-top {
    background: transparent;
    border-bottom: 0;
    border-top: 0;
    font-size: 14px;
    position: relative;
    box-shadow: none;
}
.navigation-top a {
    color: #333;
    font-weight: bold;
    transition: 0.3s;
}
.navigation-top .current-menu-item > a,
.navigation-top .current-post-parent > a,
.navigation-top .current_page_item > a,
.navigation-top a:hover {
    color: #6bd229;
    box-shadow: 0px 1px 0px 0px #6bd229;
}
.main-navigation .menu-gnavi-container {
    display: block;
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    margin: 0;
    padding: 50px 0 0 0;
    z-index: 99998;
    transition: .3s ease-out;
    background-color: rgba(255,255,255,.88);
}
.main-navigation.toggled-on .menu-gnavi-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    margin: 0;
    padding: 50px 0 0 0;
    z-index: 99998;
    transition: .3s ease-out;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main-navigation ul {
    background-color: transparent;
}
.main-navigation > div > ul {
    border-top: none;
}
.menu-toggle {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 50px;
    height: 50px;
    background: url(/images/header/menu-toggle.png) 0 0 no-repeat;
    background-size: 50px 50px;
    text-indent: -9999px;
    opacity: .88;
    border-radius: 0;
}
:not( .mejs-button ) > button.menu-toggle:hover {
    background: url(/images/header/menu-toggle.png) 0 0 no-repeat;
    background-size: 50px 50px;
    opacity: .77;
}
:not( .mejs-button ) > button.menu-toggle:active,
:not( .mejs-button ) > button.menu-toggle:focus {
    background: url(/images/header/menu-toggle-on.png) 0 0 no-repeat;
    background-size: 50px 50px;
    opacity: .88;
    outline: none;
}
.toggle-layer {
    display: none;
}
.main-navigation.toggled-on .toggle-layer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,.77);
    z-index: 99997;
}

/* bloc */
.contbloc {
    margin: 0 0 50px 0;
    padding: 0;
    opacity: 0;
}
.contbloc.is-show {
    opacity: 1;
    animation: SlideUp .7s ease-out;
}
h3.contbloctitle {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin: 0 1% 20px 1%;
    padding: 30px 0 0 10px;
    border-left: #6bd229 1px solid;
}
.contbloctxt {
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 1% 20px 1%;
    padding: 0 0 0 10px;
}
.morelink {
    font-size: 16px;
    margin: 20px 1% 0 0;
    padding: 0;
    text-align: right;
}
.morelink a {
    display: inline-block;
    color: #6bd229;
    margin: 0;
    padding: 10px 20px;
    border: #6bd229 1px solid;
    box-shadow: none;
    transition: .5s;
}
.morelink a:hover {
    color: #fff;
    background-color: #6bd229;
    box-shadow: none;
    transition: .5s;
}

/* gototop */
.gototop {
    display: block;
    position: fixed;
    bottom: 63px;
    right: 3%;
    margin: 0;
    width: 50px;
    height: 50px;
    background: url(/images/common/gototop.png) center center no-repeat;
    background-size: 50px 50px;
    z-index: 22;
    opacity: .88;
}
.gototop:hover,
.gototop:active,
.gototop:focus {
    opacity: .77;
    outline: none;
}

/* mb */
ul.mblist {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
    list-style-type: none;
	z-index: 999;
}
ul.mblist li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 50%;
    height: 50px;
    margin: 0;
    padding: 0;
}
ul.mblist li a img {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    width: 20px;
    height: 50px;
    vertical-align: middle;
}
ul.mblist li.mbtel a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #00a8e8;
    color: #fff;
    vertical-align: middle;
}
ul.mblist li.mbmail a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #1fc16a;
    color: #fff;
    vertical-align: middle;
}
ul.mblist.pc {
    display: none;
}

/* footer */
.site-footer {
    text-align: center;
    background-color: #e5e5e5;
    position: relative;
    padding-top: 25px;
    border-top: 0;
    margin-bottom: 50px;
}
.site-footer.pc {
    margin-bottom: 0;
}
.site-footer::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 100vw 0 0;
  border-color: #fff #e5e5e5 transparent transparent;
}
.social-navigation ul li:last-child a {
    margin-right: 0;
}
.social-navigation a {
    transition: .3s;
}
.social-navigation a:hover {
    transition: .3s;
}
.site-info a {
    color: #666;
    box-shadow: none;
    transition: .3s;
}
.site-info a:hover {
    color: #6bd229;
    box-shadow: 0 1px 0 0 #6bd229;
    transition: .3s;
}

/* breadcrumb */
.breadcrumb {
    width: 100vw;
    background-color: #f5f5f5;
    margin: 0 0 40px 0;
    padding: 15px 0;
}
ul.bclist {
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.bclist li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
ul.bclist li.bcnow {
    color: #6bd229;
    font-weight: bold;
}
ul.bclist li:after {
    content: '>';
    margin: 0 15px;
    padding: 0;
}
ul.bclist li.bcnow:after {
    content: '';
    margin: 0;
}
ul.bclist li a {
    color: #333;
    box-shadow: none;
    transition: .3s;
}
ul.bclist li a:hover {
    color: #6bd229;
    box-shadow: 0 1px 0 0 #6bd229;
    transition: .3s;
}


/*////////////////////
PAGE
////////////////////*/
p.entry-sub-title {
    text-transform: uppercase;
}


/*////////////////////
POST
////////////////////*/
article.js-trigger {
    opacity: 0;
}
article.js-trigger.is-show {
    opacity: 1;
    animation: SlideUp .7s ease-out;
}
.postnavwrap {
    margin: 70px 0 50px 0;
    padding: 0;
    font-size: 0;
}
.postnavwrap .next{
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: right;
}
.postnavwrap .prev {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: left;
}
.postnavwrap .next a,
.postnavwrap .prev a {
    display: inline-block;
    margin: 0;
    padding: 10px;
    color: #6bd229;
    background-color: #fff;
    box-shadow: 0 0 0 1px #6bd229;
    transition: .3s;
}
.postnavwrap .next a:hover,
.postnavwrap .next a:active,
.postnavwrap .next a:focus,
.postnavwrap .prev a:hover,
.postnavwrap .prev a:active,
.postnavwrap .prev a:focus {
    color: #fff;
    background-color: #6bd229;
    transition: .3s;
}
.packform {
    margin: 40px 1% 0 1%;
    padding: 0;
}
.entry-title a:hover,
.entry-title a:active,
.entry-title a:focus {
    color: #6bd229;
    box-shadow: 0 1px 0 0 #6bd229;
    transition: .3s;
    outline: none;
}
.category-works .hentry .entry-meta,
.category-pack .hentry .entry-meta {
    display: none;
}
.link-more {
    text-align: right;
}
.link-more a {
    display: inline-block;
    font-size: 15px;
    color: #6bd229;
    margin: 0;
    padding: 10px 20px;
    border: #6bd229 1px solid;
    box-shadow: none;
    transition: .5s;
}
.link-more a:hover,
.link-more a:active,
.link-more a:focus {
    color: #fff;
    background-color: #6bd229;
    box-shadow: none;
    transition: .5s;
}
.entry-content .more-link:before {
    display: none;
}

/* pagenation */
.page-numbers {
    display: inline-block;
}
.page-numbers.current .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}


/*////////////////////
TOP
////////////////////*/
/* loading */
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
}
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #6bd229;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body.home .entry-header {
    display: none;
}
body.home.page-two-column #primary .entry-content {
    width: 100%;
}
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
  height: 200px;  /* 75vh  */
}
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  position: absolute; /* fixed */
}
.contbloc.concept {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #6bd229;
    text-align: center;
    padding: 30px 0 40px 0;
}
.contbloc.concept::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
 
    /*ここで三角形のサイズを決める。
    必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 25px 100vw 0 0;
    border-color: #fff #6bd229 transparent transparent;
}
.contbloc.concept::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
 
    /*ここで三角形のサイズを決める。
    必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 25px 100vw 0 0;
    border-color: #6bd229 #fff transparent transparent;
}
.is-show .concept-copy {
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    animation: Moving 1.6s ease-out;
}
.concept-txt {
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 0;
}
.concept-link {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.concept-link a {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    border: #fff 1px solid;
    box-shadow: none;
    transition: .5s;
}
.concept-link a:hover {
    color: #333;
    background-color: #fff;
    box-shadow: none;
    transition: .5s;
}

/* list */
.main2list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}
.main2list li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 98%;
    margin: 0 1% 15px 1%;
    padding: 0;
    font-size: 15px;
    vertical-align: top;
    box-shadow: 0 0 0 1px #e5e5e5;
}
.main2list li dl {
    margin: 0;
    padding: 0;
    position: relative;
}
.main2list li dl dt.contact-img {
    margin: 0;
    padding: 0;
}
.main2list li dl dt.contact-img img {
    vertical-align: bottom;
}
.main2list li dl dd.contact-txt {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
}
.main2list li dl dd.contact-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.main2list li dl dd.contact-link a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-color: #fff;
    opacity: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    transition: .3s;
}
.main2list li dl dd.contact-link a:hover {
    opacity: .23;
    box-shadow: 0px 0px 5px 3px #999;
    transition: .3s;
}
.main3list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}
.main3list li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 31.33%;
    margin: 0 1%;
    padding: 0;
    font-size: 15px;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 0px 1px #e5e5e5;
    -moz-box-shadow: 0px 0px 0px 1px #e5e5e5;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
}
.main3list li dl {
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
}
.main3list li dl dt {
    position: relative;
    margin: 0 0 10px 0;
    padding: 60% 0 0 0;
    overflow: hidden;
}
.main3list li dl dt img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main3list li dl dd.listtitle {
    font-size: 15px;
    margin: 0;
    padding: 0 8px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main3list li dl dd.listlink {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.main3list li dl dd.listlink a {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
}
.main3list li dl dd.listlink a:hover {
    opacity: .23;
    box-shadow: 0px 0px 5px 3px #999;
    transition: .3s;
}
.main4list {
    margin: 0 0 -10px 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}
.main4list li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 48%;
    margin: 0 1% 10px 1%;
    padding: 0;
    vertical-align: top;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 0px 1px #e5e5e5;
    -moz-box-shadow: 0px 0px 0px 1px #e5e5e5;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
}
.main4list li dl {
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
}
.main4list li dl dt {
    position: relative;
    margin: 0 0 10px 0;
    padding: 60% 0 0 0;
    overflow: hidden;
}
.main4list li dl dt img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main4list li dl dd.listcat {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 11px;
    margin: 0;
    padding: 5px;
    background-color: rgba(255,255,255,.77);
    box-shadow: 0px 0px 0px 1px #6bd229;
}
.main4list li dl dd.listdate {
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 0 8px;
}
.main4list li dl dd.listtitle {
    font-size: 15px;
    margin: 0;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main4list li dl dd.listlink {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.main4list li dl dd.listlink a {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
}
.main4list li dl dd.listlink a:hover {
    opacity: .23;
    box-shadow: 0px 0px 5px 3px #999;
    transition: .3s;
}

.mainservicelist {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}
.mainservicelist li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 31.33%;
    margin: 0 1%;
    padding: 0;
    font-size: 15px;
    vertical-align: top;
}
.mainservicelist li dl {
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
}
.mainservicelist li dl dt {
    margin: 0;
    padding: 0;
}
.mainservicelist li dl dt img {
    margin: 0;
    padding: 0;
}
.mainservicelist li dl dd.servicetitle {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mainservicelist li dl dd.servicelink {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.mainservicelist li dl dd.servicelink a {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
}
.mainservicelist li dl dd.servicelink a:hover {
    opacity: .23;
    transition: .3s;
}

ul.tnblist {
    margin: 0 1%;
    padding: 0;
    list-style-type: none;
}
ul.tnblist li {
    margin: 0;
    padding: 0;
}
ul.tnblist li dl {
    margin: 0;
    padding: 0;
    border-bottom: #ccc 1px dotted;
    position: relative;
    font-size: 0;
}
ul.tnblist li dl dt {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 0 0 15px;
    padding: 0;
    width: 81px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    vertical-align: middle;
}
ul.tnblist li dl dd.tnbcat {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 0 0 15px;
    padding: 0;
    width: 75px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}
ul.tnblist li dl dd.tnbcat.news {
    color: #24d375;
    box-shadow: 0 0 0 1px #24d375;
}
ul.tnblist li dl dd.tnbcat.blog {
    color: #24d375;
    box-shadow: 0 0 0 1px #1fc16a;
}
ul.tnblist li dl dd.tnbtitle {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 14px;
    line-height: 50px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 201px);
}
ul.tnblist li dl dd.tnblink a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background-color: #ccc;
    opacity: 0;
    transition: .5s;
}
ul.tnblist li dl dd.tnblink a:hover {
    opacity: .23;
    transition: .5s;
}


/*////////////////////
COMPANY
////////////////////*/
h2.companycatch {
    font-size: 24px;
    color: #6bd229;
    margin: 0 1% 20px 1%;
    padding: 0;
    text-align: center;
}
h2.companycatch span {
    font-size: 16px;
}
h3.companycopy {
    font-size: 17px;
    margin: 0 1% 30px 1%;
    padding: 0;
    text-align: center;
}
.companytxt {
    font-size: 15px;
    margin: 0 1%;
    padding: 0;
}
.companytxt span {
    font-size: 14px;
    font-weight: bold;
}
h4.abilitiescopy {
    font-size: 17px;
    margin: 0 1%;
    padding: 0;
}
dl.abilitieslist {
    margin: 30px 2% 0 2%;
    padding: 10px 20px 15px 20px;
    background: url(/images/company/bg-abilitieslist.png) 0 0 repeat;
    box-shadow: 0px 0px 0px 1px #6bd229 inset;
    position: relative;
}
dl.abilitieslist dd.abilitiesnum {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    top: -10px;
    left: -10px;
    background-color: #6bd229;
    border-radius: 50%;
}
dl.abilitieslist dt {
    margin: 0 0 20px 0;
    padding: 0;
    color: #6bd229;
    font-size: 17px;
}
dl.abilitieslist dd.abilitiestxt {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
dl.companylist {
    margin: 0 1%;
    padding: 0;
}
dl.companylist dt {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px 0;
    padding: 0 10px 3px 30px;
    border-bottom: #e5e5e5 1px dotted;
    background: url(/images/company/bg-companylist.png) left center no-repeat;
    background-size: 30px 30px;
}
dl.companylist dd {
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
.accessmap {
    width: 100%;
    margin: 0 1% 10px 1%;
    padding: 60% 0 0 0;
    position: relative;
}
.accessmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.maplink {
    display: block;
	text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
	opacity: 0;
}
.maplink:hover {
	opacity: .23;
}
.historylist {
    margin: 0 3%;
    padding: 30px 0;
    border-left: #e5e5e5 1px solid;
}
.historylist dt {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 0 15px -15px;
    padding: 0;
    vertical-align: middle;
}
.historylist dt .circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e5e5e5;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}
.historylist dd {
    font-size: 16px;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
}
.historylist dd:last-child {
    margin: 0;
}
.grouplist {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}
.grouplist li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 98%;
    margin: 0 1% 15px 1%;
    padding: 0;
    font-size: 15px;
    vertical-align: top;
    box-shadow: 0 0 0 1px #e5e5e5;
    transition: .3s;
    text-align: center;
}
.grouplist li:hover {
    opacity: .77;
    box-shadow: 0 0 3px 1px #e5e5e5;
    transition: .3s;
}
.grouplist li a {
    box-shadow: none;
}
.grouplist li a:hover {
    box-shadow: none;
}
.grouplist li a img {
    box-shadow: none;
}
.grouplist li img {
    vertical-align: top;
}


/*////////////////////
SERVICE
////////////////////*/
.servicebloc {
    margin: -50px 0 0 0;
    padding: 50px 0 0 0;
}
.serviceimg {
    margin: 0 1% 20px 1%;
    padding: 0;
    background-color: #ddd;
}
.serviceimg img {
    vertical-align: bottom;
}
h4.servicecatch {
    margin: 0 1% 20px 1%;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #6bd229;
}
.servicetxt {
    margin: 0 1%;
    padding: 0;
    font-size: 15px;
}


/*////////////////////
WORKS
////////////////////*/
body.archive article.hentry {
    margin-bottom: 4em;
    border-bottom: #ccc 1px solid;
}
ul.searchtaglist {
    display: block;
    margin: 40px 0;
    padding: 10px;
    font-size: 0;
    list-style-type: none;
    background: #f5f5f5;
}
ul.searchtaglist li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 15px;
}
ul.searchtaglist li a {
    display: block;
    margin: 0;
    padding: 5px 8px;
    color: #1fc16a;
    box-shadow: 0 0 0 1px #1fc16a;
    transition: .3s;
}
ul.searchtaglist li a:hover {
    color: #fff;
    background-color: #1fc16a;
    transition: .3s;
}
ul.searchtaglist li.tag28 a,
ul.searchtaglist li.tag29 a,
ul.searchtaglist li.tag30 a,
ul.searchtaglist li.tag31 a,
ul.searchtaglist li.tag32 a,
ul.searchtaglist li.tag33 a,
ul.searchtaglist li.tag34 a {
    color: #6bd229;
    box-shadow: 0 0 0 1px #6bd229;
    transition: .3s;
}
ul.searchtaglist li.tag28 a:hover,
ul.searchtaglist li.tag29 a:hover,
ul.searchtaglist li.tag30 a:hover,
ul.searchtaglist li.tag31 a:hover,
ul.searchtaglist li.tag32 a:hover,
ul.searchtaglist li.tag33 a:hover,
ul.searchtaglist li.tag34 a:hover {
    color: #fff;
    background-color: #6bd229;
    transition: .3s;
}
ul.searchtaglist li.searchtagtitle {
    display: block;
    margin: 0 10px 10px 0;
    padding: 0 0 0 35px;
    font-size: 15px;
    line-height: 35px;
    background: url(/images/bloc/bg-tagsearchtitle.png) left center no-repeat;
    background-size: 35px 35px;
}

ul.taglist {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}
ul.taglist li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 15px;
}
ul.taglist li a {
    display: block;
    margin: 0;
    padding: 5px 8px;
    color: #1fc16a;
    box-shadow: 0 0 0 1px #1fc16a;
    transition: .3s;
}
ul.taglist li a:hover {
    color: #fff;
    background-color: #1fc16a;
    transition: .3s;
}
ul.taglist li.tag28 a,
ul.taglist li.tag29 a,
ul.taglist li.tag30 a,
ul.taglist li.tag31 a,
ul.taglist li.tag32 a,
ul.taglist li.tag33 a,
ul.taglist li.tag34 a {
    color: #6bd229;
    box-shadow: 0 0 0 1px #6bd229;
    transition: .3s;
}
ul.taglist li.tag28 a:hover,
ul.taglist li.tag29 a:hover,
ul.taglist li.tag30 a:hover,
ul.taglist li.tag31 a:hover,
ul.taglist li.tag32 a:hover,
ul.taglist li.tag33 a:hover,
ul.taglist li.tag34 a:hover {
    color: #fff;
    background-color: #6bd229;
    transition: .3s;
}
p.works-att {
    margin: 50px 0 0 0;
}


/*////////////////////
NEWS BLOG
////////////////////*/
body.blog article.hentry {
    margin-bottom: 4em;
    border-bottom: #ccc 1px solid;
}


/*////////////////////
CONTACT
////////////////////*/
div.wpcf7 {
    margin: 0 2%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    font-size: 16px;
}
.submitbtn {
    text-align: center;
}
input[type="submit"] {
    background-color: #00a8e8;
	margin-left: 72px;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #007ea7;
    box-shadow: none;
    transition: 0.2s;
}
.cf-must {
    line-height: 39px;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 8px;
    padding: 4px;
    background-color: #cc0033;
}
.cf-notmust {
    line-height: 39px;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 8px;
    padding: 4px;
    background-color: #336699;
}
.grecaptcha-badge {
    margin: auto;
}


/*////////////////////
RECRUIT
////////////////////*/
.jobbox {
    margin: 0 1% 30px 1%;
    padding: 0;
}
h4.jobtitle {
    position: relative;
    margin: 0;
    padding: 0.5em 1em;
    background: #1fc16a;
    color: white;
    font-size: 16px;
    font-weight: normal;
}
h4.jobtitle::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 5px rgb(149, 158, 155);
}
.jobtxt {
    background: url(/images/recruit/bg-jobbox.png) 0 0 repeat;
    margin: 0 0 0 5px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
}


/*////////////////////
PRIVACY POLICY
////////////////////*/
.ppcopy {
    font-size: 14px;
    margin: 0 1% 50px 1%;
    padding: 10px;
    border: #333333 1px solid;
}
dl.pplist {
    margin: 0 1% 30px 1%;
    padding: 0;
}
dl.pplist dt {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
}
dl.pplist dd {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 14px;
}
dl.pplist dd span {
    color: #cc0033;
    font-weight: 700;
}
dl.pplist dl {
    margin: 15px 0 0 0;
    padding: 0;
}


/*////////////////////
SITEMAP
////////////////////*/
ul.sitemaplist {
    margin: 0 1%;
    padding: 0;
    list-style-type: none;
    border-top: #cccccc 1px dotted;
}
ul.sitemaplist li {
    margin: 0;
    padding: 0;
    border-bottom: #cccccc 1px dotted;
}
ul.sitemaplist li a {
    margin: 0;
    padding: 15px 0 15px 39px;
    display: block;
    font-size: 15px;
    line-height: 30px;
    background-image: url(/images/sitemap/bg-sitemaplist.png);
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    transition: .3s;
}
ul.sitemaplist li a:hover {
    background-color: #c7e3b6;
    box-shadow: none;
    transition: .3s;
}


/*////////////////////
RESPONSIVE
////////////////////*/
@media screen and (min-width: 480px) {
    .site-branding-top {
        bottom: 12px;
    }
    body.has-header-image a .site-title {
        width: 190px;
        height: 44px;
        background-size: 190px 44px;
    }
    .breadcrumb {
        margin: 0 0 45px 0;
    }
}
@media screen and (min-width: 600px) {
    .main2list li {
        width: 48%;
        margin-bottom: 0;
    }
    .main4list {
        margin: 0;
    }
    .main4list li {
        width: 23%;
        margin: 0 1%;
    }
    .grouplist li {
        width: 48%;
    }
}
@media screen and (min-width: 768px) {
    .has-header-image.twentyseventeen-front-page .custom-header,
    .has-header-video.twentyseventeen-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        height: auto;
    }
    .twentyseventeen-front-page.has-header-image .custom-header-media,
    .twentyseventeen-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 500px;
    }
    .site-branding-top {
        bottom: 20px;
    }
    .site-branding {
        padding: 1em 0;
    }
    .navigation-top {
        margin-top: 0;
        background-color: rgba(255,255,255,.77)
    }
    .js .main-navigation > div > ul {
        background-color: transparent;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .js .main-navigation > div > ul li:first-child {
        margin-left: 0;
    }
    .js .main-navigation > div > ul li:last-child {
        margin-right: 0;
    }
    .main-navigation .menu-gnavi-container {
        display: block;
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    .main-navigation a {
        padding: 1em 8px;
    }
    .gototop {
        bottom: 83px;
    }
    .site-footer {
        text-align: left;
    }
    .site-info {
        text-align: right;
        padding: 0;
    }
    .breadcrumb {
        margin: 0 0 50px 0;
    }
    .servicebloc {
        margin: -70px 0 0 0;
        padding: 70px 0 0 0;
    }
}
@media screen and (min-width: 954px) {
    .site-branding-top {
        left: 41px;
        bottom: 30px;
    }
    .catchcopy {
        top: 50%;
    }
    .navigation-top {
        margin-top: 0;
    }
    .gototop {
        right: auto;
	left: 50%;
	margin-left: 398px;
    }
    .mainservicelist li {
        width: 14.66%;
    }
}
@media screen and (min-width: 1120px) {
    .site-branding-top {
        left: 50%;
        margin-left: -520px;
    }
}
