@charset "utf-8";
/*
Theme Name: inspiria
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: okamuray
Tags: 
Version: 2.
*/



@media (min-width: 768px){
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}

.entry-body a:link,.entry-body a:visited{
    color:#36c;
    text-decoration: none;
}
a:link,a:visited{
    color:#36c;
}
a:hover{
    text-decoration: underline;
}

/*------------------*/

.flex-sp-pc{
            display: flex;
        flex-wrap:wrap;
}
.flex-box > *{
}
.flex-a-ctr {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-j-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 768px){
    .flex-box{
        display: flex;
        flex-wrap:wrap;
        margin-bottom: 3rem;
    }
    .flex-box > *{
        margin-bottom: 0;
    }
    /*
    .flexbox.flexbox-col2 >*:first-child{
        padding-right:1rem;
    }
    .flexbox.flexbox-col2 >*:last-child{
        padding-left: 1rem;
    }
    */
}
.flex-box >*{
    box-sizing: border-box;    box-sizing: border-box;

}
  
  @media screen and (max-width: 767px) {

    .flex-sp-block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  
    
  .flex-j-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 768px){

    .flex-2col > *{
        width: 50%;    padding: 1rem;
    }

    .flex-3col > *{
        width: 33%;    padding: 1rem;
    }
}

/*---------------*/
.author{
    display: none;
}

.siteFooter img{
    height: 20px;

}

html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body{ font-size: 1.6rem; } /*font-size : 16px と同等*/

/*
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}*/
.pc{
    display: none;
}
@media (min-width: 992px){
        .pc{
        display:block;
    }
}

td, th{
}
table.t01 th{
    background: #EFEFEF;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}

.s-btn{
border-radius: 0;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 20%);
    padding: 1rem 2.5rem;
    background: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
}
.s-btn svg{
    margin-left: 2rem;
}

.s-outline-ygreen{
color: #336556;
    border-color: #336556;
}

.s-outline-ygreen:hover {
    color: #fff;
    background-color: #336556;
    border-color: #336556;
}
.s-outline-ygreen:disabled{
        background: #3c6d5b;
    border-color: #336556;
}
.required{
    color:#C03;
}
.wp-block-image figcaption {
    font-size: 1.3rem;
}
.fixed{
    position: fixed !important;
}

.l-site-container.fixed{ 
    width: 100%;
    
 }  
 
 
 
 
 
 input[type=submit] {
   font-size: 1.4rem;
    
    }
    
    
 .font-shadows-into-light{

font-family: "shadows-into-light", sans-serif;
font-weight: 400;
font-style: normal;


}
.font-espiritu-script{
  font-family: "espiritu-script", sans-serif;
    font-weight: 400;
    font-style: normal;   
}
.font-santelia-rough-Regular-Two{
    font-family: "santelia-rough-two", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.font-santelia-rough-Bold-Two{
    font-family: "santelia-rough-two", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.font-bc-eric-machat-script-r{
   font-family: "bc-eric-machat-script", sans-serif;
    font-weight: 400;
    font-style: normal; 
}
.font-bc-eric-machat-script-B{
    font-family: "bc-eric-machat-script", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*------------------------------------
    more
------------------------------------*/
.more {
	height: 30px;
	padding-right: 45px;

	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #009688;
	align-items: center;
}

a:hover .more,
a.more:hover {
	color: rgb(83 186 176);
}

.more:before,
.more:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.more:before {
	width: 24px;
	height: 2px;
	background-color: #009688;
	top: calc(50% - 1px);
	right: 1px;
	transform-origin: left;
}

.more:after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #009688;
	border-bottom: 2px solid #009688;
	top: calc(50% - 4px);
	right: 0;
	transform: rotate3d(0, 0, 1, -45deg);
}

a:hover .more:before,
a.more:hover:before {
	transform: scaleX(1.4);
}

a:hover .more:after,
a.more:hover:after {
	transform: translateX(10px) rotate3d(0, 0, 1, -45deg);
}



/*--------------headernav-------------------*/
.global-nav-list>li>ul.sub-menu{
    background: #EFEFEF;
    color:#000;
    border: 1px solid #000;
}




/*-------------------
lightning上書き
--------------------*/
.site-header{
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
} 

#site-header-container{
     max-width: initial;
}
.site-header-logo{
    max-width: 250px;
}
@media (min-width: 992px){
    .site-header{
            align-items: stretch;
    }
    .site-header--layout--nav-float .site-header-container {
        align-items: center;
    }
    .global-nav--layout--float-right {
            margin-left: initial;
           
    }
    body:not(.header_scrolled) .global-nav--layout--float-right{
         justify-content: flex-start;
    }
    .site-header-logo{
        margin: 0 2rem 0 0;
        padding: 0;
    }
}




.vk_post_imgOuter_singleTermLabel {
    z-index: 1;
}


.device-pc #menu-headermenu>li>a{
    padding: 16px 2em;
}


#menu-headermenu>li[class*=current] a{
    color: #418470;
}
#menu-headermenu>li:before{
    content:none;
    
}

.breadcrumb{
    border: none;
    font-size: 1.4rem;
    background: #FAF9F7;  
}

.breadcrumb i{
     display: none;
}



.post-name-recruit .breadcrumb{
     display: none;
}
/*
    .breadcrumb{
        display: none;
    }
*/
.breadcrumb a{
    color:#000;
}
.device-pc #menu-headermenu>li>a:after {
    position: absolute;
    content: "";
    display: block;
    height: 17px;
    background: #e0e6eb;
    width: 1px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(26deg);
}
.device-pc #menu-headermenu>li>a{
        flex-direction: column-reverse;
           padding: 16px 2em;
}
.device-pc .global-nav-list>li .global-nav-name{
font-size: 1.3rem;
}
.device-pc .global-nav-list>li .global-nav-description{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1rem;
        opacity: .8;
}

.device-pc .global-nav-list li a:hover{
    background: #e7f5f3;
}
.device-pc .global-nav-list li.estimate{
    background: #00a291;
    
}
.device-pc .global-nav-list li.estimate a{
    color:#FFF;
}
.device-pc .global-nav-list li.estimate a:hover{
    background: #000;
}


.global-nav-list>li:before{
    content:none;
}
/*
.global-nav-list>li>ul.sub-menu{
background: #fffffff7;
    border-radius: 3px;
}
.global-nav-list>li>ul.sub-menu li{
    font-size: 1.4rem;

}
.global-nav-list>li>ul.sub-menu a{
    color: #333 !important;
}
.global-nav-list>li>ul.sub-menu a:hover{
    background: none;
    color:#d9b009 !important;
}
.global-nav-list>li.menu-item-has-children::after{
    content: none;
}
*/
.page_top_btn{
    box-shadow: none;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}

.alert-info{
    display: none;
}
.vk-mobile-nav-menu-btn{
       display: none;
}
textarea{
    font-size: 1.6rem;
}
input[type=submit].btn-block{
    width: auto;
    margin: 0 auto;
}
 /*-----------------------------
menu-ico
----------------------------*/
.menu-ico-outer{
    display: flex;
    flex-direction: column;

    z-index: 1000002;
    background:#000;
    width: 80px;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;    padding: 2rem;
    
}

.scrolled .menu-ico-outer{
        position: fixed;
    top: 0;
    left: 0;

}


.menu-ico{
    height: 20px;
width: 30px; 
    display: flex;
    align-content: center;
    flex-direction: column;
    position: relative;

}

@media (min-width: 768px){
    .menu-ico-outer{

    }
    .menu-ico{
    height: 20px;
    width: 30px;
    }
}


.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
    top: 0;
    /* margin-bottom: 2rem; */
}
.menu__line.active{
    background: #fff;
}


@media (min-width: 768px){
    .menu__line{
        
        
    }
    
}


@media (min-width: 1200px){
    .menu__line.active{
     
    }
}
.menu__line--center{
    top: 47%;
}
.menu__line--bottom{
    bottom: 0;
    top: auto;
}
.menu__line--top.active{
  top: 10px;
    transform: rotate(45deg);

}
.menu__line--center.active{
    transform:scaleX(0);

}
.menu__line--bottom.active{
    bottom: 9px;
    transform: rotate(135deg);

}

.menu_txt{
    font-weight: bold;
    font-size: 1.2rem;
    color:#FFF;
}


/*-------------------------
fullnav
-----------------------*/
/*gnav*/

@media (min-width: 1600px){
   .gnav .container{ 
    max-width: 1500px;
   }
}
/*
.gnav{

    transition: all .2s ease-out;
     height: 100%;

    width: 100%;
    z-index:9999;
    top: 0;
    color: #FFF;
    position: absolute;
    overflow-y: scroll;

}*/
.gnav.open{

}
.gnav .gnav__wrap{

display: none;
}
.gnav.open .gnav__wrap{
display:  block;

}
#nav-bg {
    content: "";
    width: 3700px;
    height: 3700px;
    margin-left: -1840px;
    margin-top: -1850px;
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    background: #17161afc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.02);
    transform: scale(0.02);
    z-index: -1;
}
.open #nav-bg {
    -webkit-transform: scale(1);
     transform: scale(1); 
    z-index:10000;
}

@media (min-width: 768px){
    #nav-bg {
        margin-left: -1840px;

        -webkit-transform: scale(0.02);
        transform: scale(0.02);
    }

}
@media (max-width: 767px){
    #nav-bg {
 
    }
}



.gnav__wrap{
        z-index: 10001;
        color:#FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
}

    .gnav__wrap .menuSection-01 > *{
        margin: 0;
    }
     .gnav__wrap .menuSection-02{
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-top: 1px solid;
      
    }
 @media (max-width: 786px){
    .gnav__wrap .container{
            padding-top: 5rem;
    }
    
 }
@media (min-width: 992px){
    .gnav{
       
    }
    .gnav.open .gnav__wrap{
        display: flex;  
    }
    .gnav__wrap .container{
        align-items:center;
        display: flex;  
        justify-content: center;    padding-left: 80px;
    }
    .gnav__wrap .menuSection-01{
    width: calc(65% + 85px);
    margin: 0;
    padding: 0 6rem 0 0;
    }
    .gnav__wrap .menuSection-02{
        width: calc(35% - 2rem);
        border: none;
    }

    .gnav__wrap .menuSection-01{
        display: flex;
        flex-wrap: nowrap;
      justify-content: flex-start;
        flex-wrap: wrap;
            flex-direction: column;
    }
    .gnav__wrap .menuSection-01 > *{


    }
}

.gnav__wrap h2{
    border: none !important;
    color:#1fc5b0;
    /* margin: 0; */
    padding: 0 !important;
    font-size: 2rem !important;
    text-align: left !important;
}
.gnav__wrap h2 a{
    color: #21c045;
}
 .gnav__wrap a{
color: #fff;
text-decoration: none;

}

.gnav__wrap i{
    margin-left: .5rem;
}



.gnav__menu__item{
    margin: 40px 0;
}

.gnav__menu__item a:hover{
    color: #666;
}
.gnav .widget_nav_menu>div>ul{
    padding-left: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.gnav .widget_nav_menu>div>ul li{
    font-size: 1.4rem;
    list-style: disc;
    width: 50%;
}
@media (min-width: 992px){
 .gnav .widget_nav_menu>div>ul li{   
     width: 33%;
}   
}
.gnav .widget_nav_menu>div>ul ul.sub-menu li{
    list-style: none;
    padding-left: 2rem;
}

.gnav .widget_nav_menu>div>ul li::marker {
    color: #194939;
}

.gnav .widget_nav_menu>div>ul li a{
    color:#FFF;    padding: 0.7rem 0;
}
.gnav .widget_nav_menu>div>ul li a:hover{
        color: #1fc5b0;
}


.widget_bn{
  margin-bottom: 2rem;
    text-align: center;

}
.widget_bn a{
    display: block; 
}

.widget_bn a .logo{
       padding: 0.25rem 0;  background: #FFF;  
}
.widget_bn  span{
    display: block;font-size: 1.2rem;
}
.widget_bn img{
    max-height: 36px;
  
}


.gnav__wrap .wp-block-search__button-outside{
    margin-bottom: 3rem;
}
.gnav__wrap .wp-block-search input.wp-block-search__input{
        max-width: 300px;
}
.gnav__wrap .wp-block-search .wp-block-search__button{
        padding: 0.5rem 3rem;
    background:#008d7b;
    width: auto;
}


.mobile_intro h4{
    margin-bottom: 6rem;
}
.mobile_intro h4 img{
    max-width: 260px;
}
.mobile_intro dd{
    margin-bottom: 2rem;g
    padding-left:2rem;
}
.mobile_intro .contact_tel {
    font-size: 3.5rem;
   margin: 0 0 2rem;
}   
    
/*--------------site-body-bottom-----------*/

.site-footer{
    background: #181818;
    border: none;
}
.site-body-bottom {
    background: #181818;
    color: #FFF;
   padding: 1rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 768px){
    .site-footer-content{
        padding: 0;
}
    .site-body-bottom {
       padding:0rem 0;
        align-items: center;
        flex-direction: row;
    }
    .site-body-bottom > div:first-child{
        width: 70%;
        padding: 10rem 4rem 10rem 0;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .site-body-bottom > div:nth-child(2){
        padding-left: 4rem;
    }
    
}
.site-body-bottom a{
    font-size: 1.4rem;
    color:#FFF;
}

.site-body-bottom .site-footer-title{
    border: none;    font-size: 1.75rem;
}
.site-body-bottom .site-footer-title:after{
    content:none;
}

.site-body-bottom .widget{
    margin-bottom: 5rem;
}

.site-body-bottom .widget_nav_menu ul{
 
}
.site-body-bottom .widget_nav_menu ul li{
    display: inline-block;
    margin: 0 3rem 0 0;
 
}
.site-body-bottom .widget_nav_menu ul li a{
display: block;
    position: relative;
    padding: 5px 0;
}

.site-body-bottom .widget_nav_menu ul li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid #CCC;
    transition: all .3s ease-out;
}

.site-body-bottom .widget_nav_menu ul li a:hover:before{
    width: 100%;
}



.site-body-bottom hr.wp-block-separator{
    border-color: rgb(255 255 255 / 10%);
}
@media (min-width: 768px){
    .site-body-bottom .footer-button{
        width: 30rem;

    }
}

.widget .fbnrList {
    margin: 0;
    padding: 0;
    display: grid;
    justify-items: start;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
}

@media (max-width: 992px){
    .widget .fbnrList{
    grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px){
    
        .widget .fbnrList{
    grid-template-columns: repeat(2, 1fr);
    }
}
.fbnrList li{
    list-style: none;

    padding: 0;
}
.fbnrList__list {
    padding: 1.5rem 0;
}



.fbnrList .fbnrList__img img{
max-height: 250px;
    object-fit: cover;
    border-radius: 5px;
    background: #FFF;
}

p.fbnrList__text{
    font-size: 1.4rem;
    text-align: center;
    margin: .5rem 0;
}

.copyright .flex-box{
    justify-content: space-between;
}
.copyright p{
        font-size: 1.2rem;
            color: #5e5e5e;
}
.foot_inline{
        margin: 2rem 0;
    padding: 0;
}
.foot_inline li{
    list-style: none;
    display: inline;
    margin: 0 0 1rem;
}


@media (min-width: 767px){
.foot_inline{
    margin: 0;
    padding: 0;

}
.foot_inline li{
  
    margin: 0 0 0 3rem;
    font-size: 1.2rem;
}
}


.foot-side-iso {
    min-height: 160px;
    max-width: 400px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;

}
.foot-side-iso__image, .foot-side-iso__text {
    max-width: 50%;
    padding: 20px;
    display: flex;
    flex-basis: 50%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 1.2rem;
}
.foot-side-iso__image {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.foot-subarea {
    padding: 60px 6vw;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFF;
}
.foot-subarea a{
    color: #FFF;
}
.foot-subarea-info {
    display: flex;
    align-items: center;
}
.foot-subarea-info__image {
    max-width: 90px;
    margin-right: 60px;
    flex-basis: 180px;
}
.foot-subarea-info__text {
    font-size: 1.3rem;
    line-height: 1.6;
}
.foot-subarea-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
        flex-direction: column;
}


.foot-subarea__nav {
    display: flex;
    list-style: none;
        flex-direction: column;
}
.foot-subarea__nav__item {
    margin-right: 40px;
}

.foot-subarea__nav__item a {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none;
}
.foot-subarea__nav__item a:hover{
    text-decoration: underline;
}
.foot-subarea-info__text span {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}



@media (min-width: 786px){
    .foot-subarea__nav {
           flex-direction: row;
    }
    .foot-subarea-wrap {
        flex-direction: row;
    }
}




/*---------------------frontpage ----------------------*/

.home .site-body{
    padding: 0;
}
/*------------*/
.linkmenu{
	background:#e0e0e0;
	padding: 32px 16px 16px 32px;
	/* padding-bottom: 53px; */
}

.linkmenu .slick-prev{
top: -10px;
left: -32px;
}
.linkmenu .slick-next{
	top: -10px;
	right: -16px;
}
.menu_visual{
	/* background:#FFF; */
	/* -webkit-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2); */
	-moz-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
	/* box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2); */
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
.menu_visual .menu_item{
	/* padding: 0 5px; */
	font-size:12px;
	font-size:1.2rem;
	position:relative;
	/* border-right: 1px solid #E2E2E2; */
}
.menu_visual .menu_item a{
	/* border-right: 1px solid #E2E2E2; */
	/* background:#FFF; */
	display:block;
	color: #383838;
	padding: 0 16px 0 0;
	overflow: hidden;
}

h2.top_tit{
    margin: 1rem 0;
    font-size: 3.0rem;
    text-align: center;
    font-weight: normal;
    border: none;
}
@media (min-width: 786px){
    h2.top_tit{
            margin: 50px 0 20px 0;
    }
    
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
      margin-bottom: 1rem;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----------------------*/

.products_type_list{
    margin: 0;
    padding: 0;
    display: flex;flex-wrap: wrap;
        border-left: 1px solid #CCC;
        border-top: 1px solid #CCC;
        text-align: center;
}
.products_type_list li{
width: calc( 100% / 2 );
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    
    margin: 0;

    overflow: hidden;
 
}
.products_type_list a{
color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    min-height: 2rem;
    padding: 1rem;
}
.products_type_list a:hover{
     color:#17b59c;
}


.products_type_list > * span{
    font-size: 1.4rem;
    line-height: 1.2;
}
.products_type_list > * img {
  width: 150px;
  height: 100px;
  object-fit: cover; /* この一行を追加するだけ！ */
  display: block;
  margin: 0 auto;
  transition: all 0.5s 0s ease;/*transitionの記述を追加*/

}

.products_type_list > * img:hover{
  transform:scale(1.1,1.1);
  transition: all 0.5s 0s ease;
}



.products_type_list li.all{
  background:#000;
  display: table;
}
.products_type_list li.all a{
   color:#17b59c;
     display: table-cell;
  vertical-align: middle;
}
.products_type_list li.all a:hover{
        color:#fff; 
}

@media (max-width: 985px){
    .products_type_list li.all{
        width: 100%;
    }
    .products_type_list li.all a{
        padding: 2rem 0;
    }
}

@media (min-width: 986px){

    .products_type_list li{
        width: calc( 100% / 3 );
    }
    
}
@media (min-width: 1200px){
    .products_type_list li{
        width: calc( 100% / 5 );
    }
}

/* News List */



.newslist {

	margin-bottom: 16px;
}
.newslist a{
    color: #191919;
	display:block;
}
.newslist a:hover{
    color: #00a291;
		background: #FDFDFD;

	}
.side_categorysearch{
}
.newslist ul li,
.newslist dl {
    border-bottom: 1px dotted #EBEBEB;
    padding:8px;
    overflow: hidden;  
padding: 12px;
}
.newslist dt {
    position: relative;
		font-weight: normal;
}

.newslist dt img {
    width:70px;
    height:70px;
}

.newslist dl{

}


.newslist dt {
    float: left;

}
.newslist .news_title{
    font-weight: bold;
    margin-bottom: .5em;
}
.newslist dd {
    padding-left:90px;

}



.newslist span.news_title {
    display: block;
    position: relative;
}
.newslist span.news_title i{position: absolute;left: -10px;top: 2px;}

.newslist .new{
	color: #fff;
	background: #FF005A;
	padding: 0 3px;
	display: inline;
}
.newslist .date {
    font-weight: bold;font-size: 1.3rem;
}
.newslist .news_title i{
		margin-right:3px;
    color: #00a392;
	}
        .newslist .txt{
            font-size: 1.4rem;
        }


.newslist p{
	margin: 0;
	padding:0;
}

.newslist .more a{
	padding: 16px;
	display:block;
	text-align:center;
	font-weight:bold;
}

/*-----------blog--------------*/
/*
.data_category{
	margin-bottom: 32px;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}
.main_post{
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;

}
img{
    max-width: 100%;
    height: auto;
}
#main .post{
	border-bottom: 1px solid #CCC;
	padding: 16px 0;
        overflow: hidden;
}
#main .post h3{
	margin: 8px 0 8px 0;
	font-size: 16px;
	font-weight: bold;
}
#main .post h3 a:link,
#main .post h3 a:visited{
    color: #525263;
}
#main .post h3 a:hover{
	    color: #00a291;
			text-decoration: underline;
}

#main .post .post-img{float: left; margin-right:10px;border: 1px solid #f3f0f0;}

#main .post .post-img img{width:100px;height:100px;}

.blog-main p.date{
	color :#666;
}
p.date{
	color :#666;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.page-heading{
	padding-top: 8px;
}

.main_post{
	border-bottom: 1px dotted #CCC;
	margin-bottom: 32px;
	padding-top: 16px;
}


.edit_btn{
	width: 60%;
	margin: 32px auto;
}*/
.product_item a:hover img{
opacity: 0.8;
}

.product_item .item_name  a:hover{
    color: #00a291;
    text-decoration: underline;
}

.item_photo {
    display: block;
    margin: 0 0 8px;
    text-align: center;
    float: left;
}

/*
.product_item dl{
	margin-left:160px;
}
.product_item dl > *{
	margin-bottom: 8px;
}
.product_item dl a.btn{
margin: 0;
    padding: 8px 16px;
    display: inline-block;
}
.product_item dd{
}

*/
.product_item h5{
    margin-top: .5rem;
    font-size: 1.8rem !important;
}
.product_item p{
    margin: 0;
    padding: 0;
}


.product_item .price {
    padding: 0;
    margin-bottom: 6px;
    display: inline-block;
}
.product_item .price strong{
    color: #c03;
}



/*
.product_item{
	padding: 8px;
	margin-right: 8px;
	border: 1px solid #E6E6E6;
}*/

.product_item.edit{
    margin: 32px 0;
        padding: 16px;
        border:1px solid #CCC;
        -webkit-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
        box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
}
.product_item.edit dd p{font-size: 90%;}
.product_item.edit .note{    font-size: 76%;}

@media (min-width: 768px) {
	.product_item.col-sm-6 {
	    width: 48%;
	}
	.product_item .item_photo{
		border: none;

	}
}


/*--------result_title------*/
.result_title{
	clear:both;
	background: #262626;
}
.result_title .under > *{display: table-cell;vertical-align: middle;}

.result_title .under{
	max-width: 1150px;
	margin:0 auto;
	overflow: hidden;
	vertical-align: middle;
	display: table;
	width: 100%;
	background-position: right top;
	background-repeat:no-repeat;
	background-size: contain;
}

.result_title .textbox > *{
	margin:0;
	padding:0;

}
.result_title .textbox{
	padding-left: 16px;
        color :#FFF;
}

.result_title .textbox h2{
	color: #FFFFFF;
	font-size:16px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 16px;
}

.result_title .textbox .name span{
	display: block;
}
.result_title .textbox .name{
	padding:0;
	line-height: 1.2;
	font-size: 38px;
	font-size: 3.8rem;
	margin: 0 0 6px;
	color: #00A291;
	font-weight: bold;
}
.result_title .textbox .txt{
	font-size:12px;
	font-size:1.2rem;
}

.result_title .category_photo{
}

.archive_category{
	margin-top: 32px;
	margin-bottom: 32px;
}
.archive_category .menu_item{
	margin-bottom: 16px;
}

.archive_category a > *{
	display: block;
	text-align: center;
}

.archive_category a img{
	margin-bottom: 4px;
}

.result_list_tit{
	margin-bottom: 32px;
}
	.result_title .under{
		height: 250px;
	}
        .tax-car_type .archive-header,
        .tax-products_type .archive-description{
            display: none;
        }
/*---------------------toc_list----------------------*/

.toc_list{
    margin: 1rem 0 4rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.toc_list li{
        list-style: none;
        margin-bottom: .5rem;
        border-bottom: 1px  solid #e7e7e7;
        box-sizing: border-box;
        width: 48%;
    margin: 0 1%;
}

@media (min-width: 768px){
    .toc_list li{
                width: 23%;
    }
}
.toc_list li a {
        display: flex;
        align-items: baseline;   
          padding: 1rem;
}

.toc_list li a:link{
    color:#36c;
}

.toc_list li a:hover{
    text-decoration: none;
    color:#005bac;
}
/*
.toc_list li a:before{
    margin-right: 8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #9b9b9b;
}
.toc_list li a:hover:before{
        color:#005bac;
}

*/
.car-list-group{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3rem;

    padding: 0;
}
.car-list-group li{
    box-sizing: border-box;
    list-style:none;   
    width: 100%;
    margin: 0;font-weight: bold;
}



.car-list-group li a{
    display: block;
    padding: 1.6rem;
    width: 100%;
    color:#000;
}

.car-list-group.sort-aiueo li a{
    padding: 1rem;
}
    .car-list-group.sort-aiueo li{

    width: -webkit-calc(100% / 4);
         width: calc(100%/ 4); 
    }

    

@media (min-width: 786px){
    .car-list-group{
        margin: 0 0 10rem;
    }
    .car-list-group li{
        width: -webkit-calc(100% / 4);
         width: calc(100%/ 4);
             padding: 0 1rem;
    }
    

    .car-list-group li a{
        border-bottom: 1px solid #CCC;        
    }

    
    .car-list-group li:not(:nth-child(4n - 3)) {
      
    }
    
    .car-list-group.sort-aiueo li{
        width: -webkit-calc(100% / 9);
         width: calc(100%/ 9); 
    }
    .scrolled .car-list-group.sort-aiueo li{
        width: auto;
        padding: 0;
    }
    .scrolled .car-list-group.sort-aiueo li a {
        padding: 2rem 1rem;
        border-bottom: 1px solid #fff;
     
    }
    .scrolled .car-list-group.sort-aiueo li a:link{
           color: #727070;
    }
        .scrolled .car-list-group.sort-aiueo li a:hover{
           color: #000;
    }
}
/*
.car-list-group li a::before{
    margin-right: 8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #9b9b9b;
}  */
    
.car-list-group li a:hover{
    text-decoration: none;
    background: #ececec;

}
.car-list-group li a:hover .badge-primary{
    background: #FFF;
    color:#000;
}



/*-----------------------車からさがす-------------------------*/
h2.cate_tit {
    border: none;
}
.cate_tab {
	margin-bottom: 16px;
}
.cate_tab ul{/* border: 1px solid #cccccc; *//* background: #f5f5f5; */overflow: hidden;padding: 8px 0 7px 0;zoom: 1;}

.cate_tab li:first-child{
	border:none;
}
.cate_tab li{
	border-left: 1px solid #e0e0e0;
	float: left;
	padding: 0 8px;
	text-align: center;
        list-style: none;
}
.childcategories li{
	padding: 8px 0;
}
.childcategories li:nth-child(3n+1){
	clear: left;
}
.cate_tab li span{
}

.childcategories li{
  overflow: hidden;
	border-top: 1px solid #E7E7E7;
}
.childcategories li .nenshiki{
	padding-left: 2em;
	width: auto;
}
	.childcategories li .nenshiki li{
		border: none;
		float: none;
	}


.childcategories li dt.car_name{
    font-weight: bold;
    float: left;
    clear: left;
    width: 11em;
    padding-right: 1em;
}
.childcategories li dt.car_name a{
    color :#333;
}
	.childcategories li dd{
		float: left;
	}
	.childcategories li img{
		display: block;
		float: left;
    margin: 0 8px 0 0;
		width:60px;
		height: 60px;
	}

	.childcategories li a{
		display: block;
		margin-bottom: 3px;    color: #36c;
	}
	.childcategories li a:hover{
		text-decoration: underline;
	}
	.childcategories li a:before{
		display:none;
	}
	@media screen and (min-width: 38.75em){
	.childcategories li {
		padding: 12px 0;

	}

	.childcategories li .car_name{
		margin-bottom: 8px;

	}
	.childcategories li img {
    width: 120px;
    height: 120px;
	}
	.childcategories li .nenshiki li{
		width: auto;
		padding: 0;

	}
}










/*-----------------table----------------------*/
.tekigou .tablepress th {
    color: #fff;
    background: #343a40;
    border-color: #454d55;
    white-space: nowrap;
    
}
.tekigou .tablepress th:nth-child(3){
    width: 14.5rem;
}


.tekigou .tablepress td{
    vertical-align: top;
}
.tekigou .tablepress td, .tekigou .tablepress th {
    border: 1px solid #333;

    padding:6px;
      
        font-size: 1.5rem;
}



/*--------------商品詳細ページ　table--------------*/
.table_makers {

    margin: 0 0 2rem;
    padding: 0;
}
.table_makers li{
    list-style: none;
    margin: 0 2rem 0 0;
    position: relative;
    padding: 0 2rem 0 0;
    /* width: 25%; */
    display: inline-block;
    
}.table_makers li a{
    color:#36c;
}

.table_makers li a.current{
    font-weight: bold;

    
}

.table_makers li:after{
position: absolute;
    content: "";
    display: block;
    height: 17px;
    background: #e0e6eb;
    width: 1px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(26deg);
}
.table_makers li:last-child:after{
    content:none;
}

.table-scroll{
   overflow-y: scroll;
   max-height: 80vh;
   position: relative;
}
@media (max-width:768px){
    .table-scroll{
    overflow-x: scroll;
}
    .table-scroll .tekigouTable{
        width: 120vw;
    }
}

@media (max-width:562px){
    .table-scroll{
    overflow-x: scroll;
}
    .table-scroll .tekigouTable{
        width: 200vw;
    }
}
/*
.tekigouTable {
   
      border-left: 1px solid #787878;
      margin-bottom: 3rem;
      position: relative;
      
}
.tekigouTable td,
.tekigouTable th{
        padding: 0.3rem 0.5rem;
border: 1px solid #f00;
}
.tekigouTable td{
word-break: break-all;

    font-size: 1.5rem;
}


.tekigouTable th{
 position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
    font-size: 1.5rem;

}

.tekigouTable th:before{
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  background: #efefef;
  z-index: -1;
    
}




.tekigouTable tr:first-of-type td:nth-child(1){
    min-width: 14rem;
}
.tekigouTable tr:first-of-type td:nth-child(2){
    min-width: 10rem;
}

*/

.table-scroll table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-scroll th, .table-scroll td {
vertical-align: middle;
    padding: .5rem;
    border: 1px solid #1b1b1b;
    color: #000;
    font-size: 1.5rem;

}
.table-scroll th {
  background: #795548;
}
.table-scroll td {
  background: #fff;
  vertical-align: top;
}
.table-scroll ._sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}
.table-scroll ._sticky:before {
content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px );
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    background: #efefef;
    z-index: -1;
}
.tekigouTable td a{
    color:#36c;
}
/*---------------------------------------------*/
#item_photo_area li button.thumbnail{
    border-radius: 0px;
    width: 70px;
    height: 70px;
}


#item_photo_area .slick-dots {
        margin: 0 -16px;
        position: relative;
        bottom: -10px;
}
#item_photo_area .slick-dots::after {
        content: "";
        display: table;
        clear: both;
}

#item_photo_area .slick-dots li {
        width: 80px;
        height: 80px;
        margin: 0;
        float: left;
        list-style: none;
        background: #FFF;
}
#item_photo_area .slick-dots li button{
        border: 1px solid #CCC;
            background: #FFF;
}
#item_photo_area .slick-dots li.slick-active button{
  border: 1px solid #00a291;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;
}



.slick-dots li button.thumbnail {
        width: 100%; height: auto;
        padding: 0;
}
.slick-dots li button.thumbnail img {
        width: 100%;
        height: auto;
        opacity: 0.8;
        /* border: 1px solid #CCC; */
}
.slick-dots li button.thumbnail:hover img,
.slick-dots li.slick-active button.thumbnail img {
        opacity: 1;

}
.slick-dots li button.thumbnail::before {
        display: none;
}



/*----------------------*/

.tekigou_table.tablepress{
    margin-bottom: 5rem;
}
.tekigou_table.tablepress a{
    color:#36c;
}


/*------------detail-----*/

.single-products .post{
	margin-bottom: 16px;
}
.single-products h3{
         font-size: 2rem;
}

.single-products h4{
	font-size: 1.8rem;
}
@media only screen and (min-width: 768px){
    #item_detail_area .inner{
}
}

#item_detail_area .item_name {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 16px 0;
    color: #525263;
    line-height: 1.4;
}
#item_detail_area .entry .product_item.edit{
    border: 1px solid #CCC;
}


#item_detail_area .entry{
	    line-height: 1.4;
    margin: 0 0 16px 0;
    padding-top: 16px;
}

#item_detail_area .price{
	border-top: 1px solid #EAE9E9;
	border-bottom: 1px solid #EAE9E9;
	padding:10px 0;
        margin-bottom: 0;

}
#item_detail_area .price + .price{
    border-top:none;
}
#item_detail_area .price span{
    width: 10em;
    display: inline-block;
}

#item_detail_area .price strong{
	color :#c03;
	font-size: 1.6rem;
	margin: 0 5px;
}
.brand{
    padding-top: 16px;
}
.brand img{
	height: 30px;
	margin-right: 8px;
}
.item_code{
	line-height: 2;
	margin: 0;
}
.old_products,
.product_id{

	padding:.5rem;

	margin-bottom:5px;
        display: inline-block;
        font-size: 1.3rem;
            line-height: 1.6rem;
}
.product_id{
    	background:#efefef;
        	color :#333;
}
.old_products{
 	background:#333;
	color :#fff;
}

.totekigou,.contact_product{
}
a.btn_tekigou,
a.btn_contact{
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #009e96;
	padding: 10px 16px ;
	color: #009e96;
}
a.btn_trtk,
a.btn_tekigou,
a.btn_contact{
    font-size: 1.4rem;
}
a.btn_tekigou:link,
a.btn_contact:link,
a.btn_tekigou:visited,
a.btn_contact:visited{
	color :#009e96;
}
.btn_tekigou:hover,
.btn_tekigou:focus,
.btn_tekigou.focus,
.btn_contact:hover,
.btn_contact:focus,
.btn_contact.focus{
	color :#009e96;
	background: #edfbfa;
}
a.btn_tekigou i,
a.btn_contact i{
	margin-right: 5px;
}
a.btn_trtk{
    background: #ce2a40;
}
a.btn_set{
       background: #ce2a40;
}
a.btn_trtk,a.btn_set{
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 10px 16px;
    color: #fff;
    font-weight: bold;
}
a.btn_trtk i{
    font-size: 23px;
        vertical-align: middle;
}
a.btn_trtk i,a.btn_set img{
    margin-right: 5px;
    
}
a.btn_trtk:hover,a.btn_set:hover{

    color :#fff;
    opacity: 0.8;
        text-decoration: inherit;
}
span.pro {
	font-size: 76%;
	padding: 3px 8px;
	border-radius: 2px;
	background: #C00000;
	color: #FFF;
}
.shopbtn_block {
    color: #c00;
    margin: 1em 0 2em;
    padding:12px 6px;
    border: 1px solid #ecc3c3;
    background-color: #fbeded;
    text-align: center;
    position: relative;
}
.shopbtn_block ul li {
    display: inline-block;
    margin: 0 0 5px 0;
    position: relative;
}
.shopbtn_block ul li{
    width:30%;
}
.shopbtn_block .tips{
    background: #b70015;
    color: #FFEB3B;
    font-size: 12px;
    position: absolute;
    bottom: -38px;    left: 20px;
    padding: 1px 5px;    font-weight: bold;
}
.shopbtn_block .tips::before{
	content: "";
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-bottom: 10px solid #b70015;
}
.link-ec{
    margin: 2em 0; 
    text-align: center;

   
}
.link-ec p{
  
    font-weight: bold;
    list-style: none;
}
.link-ec ul{
    padding: 0;
}
.link-ec li{
    margin-bottom: .75em;
    list-style: none;
   
}
.link-ec a{
     border-radius: 4px;
    background: #088a84 no-repeat 20px center;
    display: block;
     padding: 0.75em 2em;
   background-size: 25px 25px;
}
.link-ec input.rakuten[type="submit"] {
    border: none;
    border-radius: 4px;
    background: #bf0000 url(./_g3/assets/images/rakuten.png) no-repeat 20px center;
    background-size: 25px 25px;
    color: #fff;
    padding: 0.75em 2em;
    font-size: 100%;
    display: block;
    width: 100%;
    cursor: pointer;
}

.link-ec a:link,
.link-ec a:visited{
    color:#FFF;
}
.link-ec .rakuten a{
     background-image:url(./_g3/assets/images/rakuten.png);
     background-color:#bf0000;
}
.link-ec .yahoo a{
     background-image:url(./_g3/assets/images/yahoo.png);
     background-color: #e68a02;
}
.link-ec .amazon a{
     background-image:url(./_g3/assets/images/amazon.png);
     background-color: #1f1f1f;
     
}

.link-ec .amazon a:link,
.link-ec .amazon a:visited{
  color: #e68a02;
}

.link-ec input.rakuten[type="submit"]:hover,
.link-ec a:hover{
    opacity: 0.8;
}

.buhin,.jan{
	margin-bottom:16px;


}
.subinfo{
	margin-bottom: 16px;
	background: #feffc1;
	padding: 16px;
	border: 1px solid #decc2b;
}
.subinfo h5{
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    font-size: 120%;
}
.subinfo h5 i{
	margin-right: 5px;
}
/*----------------------*/
.prcontents{
    margin-bottom: 5rem;
}
.prcontents .imgblock{
    text-align: center;
    padding: 3rem 0;
}
.prcontents .imgblock img{
 max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 786px){
  .prcontents .imgblock img{
         max-width: 800px;
  } 
}

/*------tpe093dr-------*/
.tpe093dr-detail h4{

}
.tpe093dr-detail h4 + p{

}
.tpe093dr-detail h5{
    font-weight: bold;
    font-size: 1.8rem;
}

.tpe093dr-detail .contents-block{

    margin: 0 0 3rem;
}
.tpe093dr-detail .contents-block:nth-child(even){

}


.tpe093dr-detail .contents-block.optiont-block{
    border: 2px solid ;
    margin: 3rem 0;
    background: #feffd5;
}
.tpe093dr-detail .setting .menu{
list-style: disc;
    margin-left: 1rem;
}
.products_menu{
    display: flex;
    flex-wrap:wrap;
    background: #292929;
}
.products_menu > *{
    width:33%;
    text-align: center;
}

.products_menu a{
    color:#FFF;
    display: block;
    padding: 1rem;
}
.products_menu a:hover{
    background: #666;
}

.products_spec{
    background: #FFF;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;

    
}
.products_spec dt,
.products_spec dd{
    margin: 0;
}
.products_spec dd{

}
.products_spec dt,
.products_spec dl dd{
    padding: 1rem;
    border: none;

}



.products_spec dt{background: #efefef;border-bottom: 1px dotted #CCC;}
.products_spec dl dt{background: #efefef;border: none;}


.products_spec dl{
      display: flex;
    flex-wrap:wrap;  
    border-bottom: 1px solid #CCC;
     margin: 0;
} 

.products_spec dl dt{
    font-weight: normal;
   width:22rem;
}


.btn-products-info a {
    background: #fff;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
    color: #000;
    font-size: 15px;
    font-weight: bold;
    transition: .15s ease-out;
    padding: 1.5rem;
    display: inline-block;
    text-align: center;
    /* font-family: Noto Sans,sans-serif; */
    font-weight: 700;
    font-size: 16px;
    margin: 0 10px 8px 0;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    border: 1px solid #626262;
    min-width: 25rem;
}
.btn-products-info a:hover{
background: rgb(11 24 44);
    color :#FFF;
}
.entry .btn-products-info a{
    display: block;
}


/*----*/
.info_tpe093dr{
    
}

.info_tpe093dr .contents-block .settei_info dt{
    margin-bottom: 1rem;
}
.info_tpe093dr .contents-block .settei_info dd{
  
    border-left: 1px solid #CCC;
    padding: 0 0 0 2rem;
    margin: 0 0 4rem .5rem;
    
}

@media (min-width:768px){
    .youtube_list{
        display: flex;
        flex-wrap:wrap;
        margin-bottom: 3rem;
    }
    .youtube_list > *{
        width: 50%;
        padding: 1rem;
    }
}
/*-----------video----------------*/

.youtube{
        width: 100%;
        position: relative;
        padding-top: 56.25%;
}

.youtube iframe{
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        right: 0;
}

/*-------------------お知らせ--------------------*/
.widget_nav_menu>ul li a, 
.widget_archive>ul li a {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
}




/*---------------------取付service------------------*/
.toritsuke{
    counter-reset: flow;
    list-style: none;

}
.toritsuke li {
	 position: relative;
	 margin-bottom: 25px;
	 padding-bottom: 25px;
	 border-bottom: 1px dotted #CCC;
}

.toritsuke li:before {
    background: #333;
    counter-increment: flow;
    content: counter(flow)'';
    color: #fff;
    font-size: 12px;
    /* height: 20px; */
    /* line-height: 20px; */
    padding: 4px 0;
    text-align: center;
    z-index: 2;
    display: block;
    width: 2em;
    font-weight: bold;
    /* margin-bottom: 5px; */
    font-weight: bold;
    font-size: 16px;
    top: 0;
    left: 0;
    position: absolute;
}

.toritsuke dl{
	margin-left: 50px;
}

.toritsuke dl dt{
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
.toritsuke_price{
	margin-top: 16px;
	width: 90%;
	margin: 32px auto;
	/* background: #efefef; */
	border: 1px solid #CCC;
	padding: 16px;
}
.toritsuke_price .subtit{
	text-align: center;
}
.btnarea{
	margin-top: 16px;
}
/****お問合せ****/

.dl_table {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.dl_table > *{
margin: 0;
    border-left: none;
      font-size: 1.6rem;
}
.dl_table dt{
     
    font-weight: bold;
}
.dl_table dd{
    margin-bottom: .5rem;
}


.dl_table dd textarea,
.dl_table dd select,
.dl_table dd input[type="url"],
.dl_table dd input[type="text"],
.dl_table dd input[type="email"],
.dl_table dd input[type="tel"]{
    font-size: 1.6rem;
    border: none;
    background: #Efefef;
}
.dl_table dd textarea.form-control{
    width:100%;
    height: 15rem;
}
@media screen and (min-width: 768px){
    .dl_table dd{
    margin-bottom: 0;
}
    .dl_table dd .form-control{
    width: 30rem;
    }
.dl_table dd textarea.form-control{

    height: 15rem;
}   
}
.dl_table input[type=checkbox]{
        border: none;
    background: #Efefef;
}
.required{
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 2px 5px;
    background-color: #D5AC03;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5em;
}
.acceptance{
font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}
.notice{
    font-size: 1.4rem;
}



@media screen and (min-width: 768px){
    .dl_table > *{

    padding: 2.5rem 0;
    }
    .dl_table dt{
    width: 35%; border-bottom: 1px dotted #CCC;
    }
    .dl_table dd{
    width: 65%; border-bottom: 1px dotted #CCC;
}
}
@media screen and (min-width: 1200px){
    .dl_table {
    width: 80%;
}}

/*------*/

.mobile_intro h4{
font-size: 2.2rem;
    padding: 0;
    margin: 0 0 2rem;
    background: none;
}

.mobile_intro .contact_tel{
    font-size: 3.5rem;
    margin: 0;
}
.mobile_intro .tel_time{
    font-size: 1.2rem;
}

.vk-mobile-nav nav ul li.child{
padding-left: 2rem;
    border-left: 1px solid;
    margin-left: 1.5rem;
}
.contact_tel{
    font-size: 3.6rem;
}
.contact_tel strong{
 
}

.fullnav-button-contact a.btn{

}
/*------*/

#tablepress-research{
    border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;   
}
#tablepress-research th,
#tablepress-research td{
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
    font-size: 1.6rem;
    padding: 3px;
}
#tablepress-research th{
        background-color: #2b2b2b;
        color:#FFF;
}
/*---------------*/
.btn{
    margin-bottom: .5rem;
     font-size: 1.6rem;
}
.btn i{
    margin: 0 .5rem ;
}
.btn-bluegreen,.btn-black,.btn-red,.btn-blue,.btn-orange{

    padding: .75rem 3rem;
    color:#FFF;
    display: block;
}
@media screen and (min-width: 768px){
    .btn-bluegreen,.btn-black,.btn-red,.btn-blue,.btn-orange{
        display: inline-block;
}
}
.btn-bluegreen:hover,
.btn-orange:hover,
.btn-black:hover,
.btn-red:hover,
.btn-blue:hover{
   color:#FFF;  
}
.btn-bluegreen{
      background:#008d7b;  
}
.btn-red{
    background: #c03;
}
.btn-red:hover{
background: #480214;
}
.btn-blue{
    background: #023692;
}.btn-blue:hover{
    background: #002058;
}
.btn-black{
    background: #000;
}.btn-black:hover{
    background: #333;
}

.btn-orange{
background: #cc7100;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c03;
    border-color: #c03;
}


/*----------------------------*/
.groupcompanies-contents__list{
    list-style: none;
}
.groupcompanies-contents__list-item img{
    border: 1px solid #CCC;
    background: #FFF;
        border-radius: 5px;margin-bottom: 1rem;
}
.groupcompanies-contents__company-name{
    font-weight: bold;
}
.groupcompanies-contents__company-desc{
  font-size: 1.4rem;  
} 
@media (min-width: 992px){
.groupcompanies-contents__list-item{
    width:calc(100% / 3);
    padding: 0 3rem;
}
}

/* ---------------------------------
 ヘッダーロゴ横に検索窓
---------------------------------*/
/* デザインが崩れるので991.98px以下でform非表示 */
@media (max-width: 991.98px){
    .site-header form.search-form{
        display: none !important;
    }
}
.site-header .search-form{
    position: relative;
}
/*虫眼鏡マーク*/
.site-header .search-form:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
   
    content: "";
    /* font-family: "Font Awesome 5 Free";
    font-weight: 900;
    */
        background-image: url(./_g3/assets/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    padding:14px 1.5em;
}
/*フィールド*/
.site-header .search-field{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) ;
    right: 0px;
}
/*submitボタン非表示*/
.site-header .search-submit{
    display: none;
}
/*テキストフィールド*/
.site-header form .search-field{
    z-index: 200;
    opacity: 0;
    width: 64px;
    transition: all 0.5s ease-in;
    padding: 1em 0.8em;
    cursor: pointer;
}
/*フォーカス時にテキストフィールド表示*/
.site-header form .search-field:focus{
    opacity: 1;
    width:155px;
    transition: all 0.5s ease-in;
    border-width:1px;
    border-radius:var(--vk-size-radius);
}


/*-----------------*/

.btns-panel{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.btns-panel > *{
    width:calc(100% /3);
    margin: 0;
    padding: .5rem;
    display: table;
    min-height: 6rem;
    text-align: center;
}
.post-name-car .btns-panel > *{
     min-height: 8rem;   
}
.btns-panel a{
    background: #fff;
    color: #000;
    display: block;
    /* min-height: 6rem; */
    /* margin: 0.5rem; */
    border: 2px solid #e5e5e5;
    font-weight: bold;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    /* padding: 5rem 0; */
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
}
.btns-panel a:hover{
      border: 2px solid #36c;  
}
/*-----------------*/
.refine_ui{
    margin-bottom: 5rem;
    
}
.refine_ui .btns-panel *{
        width: calc(100% /4);
}

.refine_ui .btns-panel a.current{
    border-color: #C03;
}

@media (min-width: 768px){
    .refine_ui .btns-panel *{
        width: calc(100% /6);
}
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
    .refine_ui .btns-panel *{
        width: calc(100% /9);
}
}




/*-------適合情報の注記-----------*/

.notice-list{
    margin: 3rem 0;
}
.notice-list a{
    color:#36c;
}
.notice-list ul{
    margin: 0;
    padding: 0;
}
.notice-list li{
  list-style:none;
     margin: 0;
    padding: 0; 
}

.notice-list dl{
    overflow: hidden;
    border-bottom: 1px dotted #a7a7a7;
    /* padding-bottom: 0.5rem; */
    margin: 0;
    padding: 1rem 0;
    line-height: 1.4;
}

.notice-list dl dt{
    float:left;
    /* clear:left; */
    width: 5.5rem;
}
.notice-list dl dd{
  margin: 0 0 0 6rem;
}

.notice-list dl dt span{
background: #666;
    color: #FFF;
    border-radius: 1rem;
    font-size: 1.3rem;
    padding: 0 0.5rem;
}


.notice-list .none{
    display: none;
}

.notice-list a.TBX-Y020J{
    color:#000;
    text-decoration: none;
    cursor: default;
}
.notice-list a.TBX-Y020J i{
    display: none;
}

.notice-list li.exclamation dt{
width: 2rem;
    padding-top: 0.25rem;
}
.notice-list li.exclamation dd{
        margin: 0 0 0 3rem;
        font-weight: bold;
}

/*-------適合情報の注記modal-----------*/
.modal {
  display: none;
  position: fixed;
    z-index: 10003;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}


.modal .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}



.modal-content {
background-color: #FFF;

    width: 95%;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 17%);
    animation-name: modalopen;
    animation-duration: 1s;
    padding: 5rem 2rem 2rem;
    z-index: 1001;
    position: relative;
max-height: 90vh;
overflow: auto;

}
@media (min-width: 768px){
   .modal-content { 
        padding: 4rem;
            width: 90%;
            max-width: 1200px;
}}

@media (min-width: 1200px){

        .modal-content { 
            padding: 8rem 6rem;
        }
   }
.modal p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 14px;
}

.modal-close__wrap {
position: absolute;

    right: 2rem;
    top: 2rem;
    /* position: fixed; */
    z-index: 10004;
    /* right: 0; */
    /* top: 0; */
    /* height: 100%; */
    /* width: 100%;*/
}


.modal-close {
  background: lightblue;
  color: #fff;
  padding: 0 2em;
  border: 0;
  width: 500px;
  height: 100px;
  font-size: 45px;
  border-radius: 5px;
  font-weight: 900;
  position: relative;

  font-family: serif;
}

.modal-close:hover {
  background: lightcoral;
  cursor: pointer;
}


.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-open {
  cursor: pointer;
  background: orange;
  border: orange;
  color: #fff;
  padding: 10px 12px;
}


.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}
/*-----*/
.wp-block-table{
        font-size: 1.6rem;
}