﻿/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}
.PC-inline{
	display:none;
}
.SP-inline{
	display:inline;
}

a{
    outline: none;
}

/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
}

#main-wrapper {
	overflow: hidden;
}

#contents-wrapper{
    padding-top: 60px;
}

/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerSS{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}


/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0 -2%;
}
.col4box .box{
	width:50%;
	float: left;
}
.col4box .box .box-inner{
	padding:0 4%;
}


.col5box .inner{
	margin:0 -2%;
}
.col5box .box{
	width:50%;
	float: left;
}
.col5box .box .box-inner{
	padding:0 4%;
}




/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:15px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../image/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}

/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:fixed;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:60px;
	background-color:rgba(255,255,255,1.00);
}

#header #header-inner{
    line-height: 0;
    width: 100%;
}
#header h1,
#header strong{
    display: block;
    width: 200px;
    text-align: left;
    padding: 18px 0 0 4%;
}



/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:fixed;
	top:0px;
	right:0;
	width:50px;
	height:50px;
	z-index:1050;
}


#panel-btn{
  display: block;
  position: relative;
  width: 50px;
  height: 60px;
}
#panel-btn:hover{

}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  margin: -1px 0 0 -10px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}


#menuBtn.open #panel-btn-icon{
  background: transparent;
}
#menuBtn.open #panel-btn-icon:before, #menuBtn.open #panel-btn-icon:after{
  margin-top: 0;
 
}
#menuBtn.open #panel-btn-icon:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

}
#menuBtn.open #panel-btn-icon:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);

}




#menuClose{
	position:relative;
	z-index:1010;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}

#navi{
	display:none;
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	background-color:#001a40;
}





#navi ul li{
    list-style: none;
    border-bottom: solid #192f51 1px;
    line-height: 140%;
}
#navi ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 25px 0px;
    text-align: center;
    
}


#utility-logo{
    display: none;
   
}

#sp-utility{
    text-align: center;
    vertical-align: middle;
    
    padding: 10px 15px;
    background-color: #fff;
}

#sp-utility li{
    list-style: none;
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 8px 0;
    border-bottom: solid #dcdcdc 1px !important;
}
#sp-utility li img{
    width: 160px;
}
#sp-utility li:last-child{
    border-bottom:none !important;
}
#sp-utility li:last-child img{
   width: 140px;
}



/**/
.btn-shop-footer{

}

.btn-shop-footer a{
    display: block;
    padding: 5px 0 5px 0;
}
.btn-shop-footer img{
    width: 75%;
    max-width: 300px;
    margin-right: 15%;
}



/* フッター
------------------------------------------------------------ */


#footer{
    background-color: #001a40;
    padding: 30px 0 160px 0;
}
#footer strong{
    text-align: center;
    width: 200px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

#footer-inner{
    padding: 20px 0;
    
}

#footer-inner a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 15px 0;
}

#footer-inner li{
    list-style: none;
    

}

#footer-inner ul#footer-navi01{
    width: 60%;
    float: left;
}



#footer-inner ul#footer-navi01{

    position: relative;
}

#footer-inner ul#footer-navi01 li{
    
}

#footer-inner ul#footer-navi01 li.fn01{
    
}
#footer-inner ul#footer-navi01 li.fn02{
    
}

#footer-inner ul#footer-navi01 li.fn03{

}

#footer-inner ul#footer-navi01 li.fn04{

}



#footer-inner ul#footer-navi01 li ul li{
    float: none;
    padding-left: 40px;
    font-size: 14px;
    position: relative;
}
#footer-inner ul#footer-navi01 li ul li:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff;
    top:1.2em;
    left: 20px;
}

#footer-inner ul#footer-navi01 li ul{
    margin-top: -10px;
}
#footer-inner ul#footer-navi01 li ul li a{
    font-size: 14px;
    padding: 4px 0 !important;
}


#footer-inner ul#footer-navi02{
    width: 40%;
    float: right;
}

address{
    color: #fff;
    font-size: 10px;
    text-align: center;
}





/* ボタン 
--------------------------------------------*/


/**/
.btn-link{
    display: block;
    text-align: center;
    margin-top: 15px;
}
.btn-link a{
    font-size: 16px;
    padding-right: 20px;
    
}
.btn-link a span{
    display: block;
    background: url("../image/arrow.png") right center no-repeat;
    background-size: 20px auto;
    padding: 15px 30px 15px 15px;
}


/**/
.btn-link-l{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.btn-link-l a{
    display: block;
    width: auto;
    font-size: 16px;
    padding-right: 30px;
    
}
.btn-link-l a span{
    display: block;
    background: url("../image/arrow.png") right center no-repeat;
    background-size: 36px auto;
    padding: 20px 40px 20px 20px;
}


/**/
.btn-link-w{
    display: block;
    text-align: center;
}
.btn-link-w a{
    display: inline-block;
    width: 40%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding-right: 20px;
    
}
.btn-link-w a span{
    display: block;
    background: url("../image/arrow.png") right center no-repeat;
    background-size: 36px auto;
    padding: 10px 30px 10px 10px;
}



/**/

.btn-movie{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.btn-movie a,
.btn-movie a{
    display: inline-block;
    width: 150px;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding-right: 20px;
    
}
.btn-movie a span{
    display: block;
    background: url("../image/arrow.png") right center no-repeat;
    background-size: 28px auto;
    padding: 15px 30px 15px 30px;
}



/**/
.btn-contact{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.btn-contact a{
    display: block;
    width: auto;
    font-size: 18px;
    line-height: 150%;
    
}
.btn-contact a span{
    display: block;
    padding: 20px;
    
}





/**/
.btn-navi{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.btn-navi a{
    display: block;
    width:auto;
    font-size: 16px;
    
}
.btn-navi a span{
    display: block;
    padding: 20px;
    
}



/*タイトル
--------------------------------------------*/
.line-title{
    position: relative;
    text-align: center;
    font-size: 28px;
    line-height: 140%;
    font-weight: 500;
}
.line-title:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top:50%;
    left: 0;
    z-index: 1;
}
.line-title span{
    display: inline-block;
    padding: 0 20px;
    min-width: inherit;
    position: relative;
    z-index: 2;
}


.title-h2{
    font-size: 25px;
    font-weight: 400;
    position: relative;
    padding-left: 68px;
    letter-spacing: 0.1em;
}

.title-h2:after{
    content: '';
    position: absolute;
    top:0.4em;
    left: 0;
    width: 43px;
    height: 3px;
}

strong.title-h2{
    font-size: 25px;
}
strong.title-h2:after{
    top:0.7em;
}

.title-h2-b{
    font-size: 25px;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
    line-height: 140%;
}

.title-h2-b:after{
    content: '';
    position: absolute;
    top:0.65em;
    left: 0;
    width: 40px;
    height: 2px;
}

.title-h3 h3{
    font-size: 22px;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 50px;
}
.title-h3:after{
    content: '';
    position: absolute;
    top:0.65em;
    left: 0;
    width: 40px;
    height: 2px;
}



/*下層
--------------------------------------------*/
.btn-float{
    position: fixed;
    right: -100px;
    bottom:60px;
    z-index: 10000;
    width: 180px;
    opacity: 0;
}



/*下層
--------------------------------------------*/

.page #header{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,1.00);
}

.page .logo-area{
    margin-top: 50px;
}


/**/
.mt{
    margin-top: 40px;
}
.mtS{
    margin-top: 20px;
}


/**/
.clumb{
    padding: 12px 0;
}
.clumb ul li{
    list-style: none;
    display: inline-block;
    padding-right: 15px;
    padding-left: 5px;
    background: url("../image/clumb_arrow.png") right center no-repeat;
    background-size: 8px auto;
    font-size: 11px;
    line-height: 120%;
}

/**/
.page-title-area{
    padding: 30px 0 30px 0;
    
}
.page-title-area h1{
    font-size: 35px;
    padding: 0px 0 25px 0;
    text-align: center;
    background: url("../image/line.png") center bottom no-repeat;
    background-size: 80px 1px;
    
}


/**/
.page-read{
    padding: 30px 0 0 0;
}
.page-read h2{
     line-height: 150%;
    font-size: 30px;
    padding-bottom: 30px;
}
.page-read p{
    font-size: 16px;
    line-height: 200%;
}


/**/


/**/
.img-full{
    padding-top: 40px;
}
.img-full .content-innerS,
.img-full .content-inner{
    width: 100%;
}


/**/
.at{
    font-size: 12px;
    margin-top: 5px;
}
.at-r{
    text-align: right;
    font-size: 12px;
    line-height: 140% !important;
    margin-top: 5px;
}


/**/
.bg-txt{
    padding: 20px;
    font-size: 14px;
    line-height: 160%;
    margin-top: 30px;
}



/**/
.c-section{
    padding: 70px 0 20px 0;
}
.c-section-inner{
    padding-top: 50px;
}




.c-section.bg-section{
    padding: 60px 0 60px 0;
    margin-top: 50px;
}

.c-section.top-section{
    padding-top: 20px;
}



.c-section-inner h2{
    line-height: 150%;
    font-size: 25px;
    padding-bottom: 30px;
}

.c-section-inner h3{
    font-size: 20px;
    padding: 0px 0 20px 0;
}


.c-section-inner h4{
    font-size: 18px;
    line-height: 150%;
    padding: 0px 0 20px 0;
}



/**/
.c-navi-section{
    padding: 40px 0 0 0;
}

.c-navi-section .btn-contact{
    margin-top: 10px;
}


/**/
.c-section table{
    border-collapse: collapse;
    width: 100%;
}
.c-section table th{
    width: 25%;
    padding: 15px;
    font-weight: 400;
}
.c-section table td{
    padding: 15px;
}





/**/
.img-one-block .txtbox{
    float: none;
    width: auto;
}
.img-one-block .imgbox{
    float: none;
    width: auto;
    margin-top: 30px;
}
.img-one-block h3,
.img-one-block h4{
    font-size: 23px;
    line-height: 150%;
    font-weight: 400;
    padding: 0px 0 20px 0;
}

.img-one-block.img-one-block-box{
    
    padding: 20px;
}


/**/
.img-box-item .txtbox{
    padding-top: 30px;
}
.img-box-item .txtbox h3{
    font-size: 25px;
    padding: 0px 0 20px 0;
}
.img-box-item .txtbox p{
    line-height: 220%;
}


/**/
.dl-list{

}



/**/
.top-border{
    margin-top: 50px;
}



/*企業情報
--------------------------------------------*/

.company-read{
    background: url("../image/bg_line.png")  center 95% no-repeat;
    background-size: 110% auto;
    margin-bottom: -60px;
    padding-bottom: 170px;
}

.company-read h2{
    margin-top: 40px;
    font-size: 33px;
    padding-bottom: 0;
    
}


.company-read .page-read-inner .imgbox{
    width: 100%;
    position: absolute;
    left: 0%;
    top:170px;
    text-align: center;
}
.company-read .page-read-inner .imgbox img{
    width: 90%;
    display: block;
    margin: 0 auto;
}

.company-read .page-read-inner .txtbox{
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    top:inherit;
    left:inherit;
    background-color: rgba(255,255,255,0.90);
    padding: 0px;
}
.company-read p{
    
    font-size: 15px;
    margin-top: 20px;
}


.histroy{
    margin: 0 0px;
}
.histroy-inner{
    height: 450px;
    overflow: auto;
    padding: 0 0px;
}


.histroy-inner table,
.histroy-inner table tbody,
.histroy-inner table tr,
.histroy-inner table th,
.histroy-inner table td{
    display: block;
    width: auto;
}
.histroy-inner table th{
    border-bottom: none;
    padding-bottom: 0;
}
.histroy-inner table td{
    padding-top: 5px;
}



/*CMS
--------------------------------------------*/

.news-section{
    padding-top: 40px !important;
}




/*oem
--------------------------------------------*/
.oem-read{
    background: url("../image/oem_line.png") 85% top no-repeat;
    background-size: 270px auto;
    padding-bottom: 60px;
}
.oem-read .txtbox{
    width: auto;
}

/**/
.flow-area{
    padding: 60px 0;
}
.flow-area .line-title span{
}


.flow-area-inner{
    padding-top: 40px;
}
.flow-area-inner ul li{
    list-style: none;
}

.flow-area-inner .flow{
    padding-bottom: 40px;
}


.flowbox{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.flowbox .step-icon{
    display:  block;
    width: 148px;
    vertical-align: top;
}
.flowbox .txtbox{
    display:  block;
    padding: 20px;
    vertical-align: top;
}
.flowbox .imgbox{
    display:  block;
    width: auto;
    padding: 15px 20px 20px 20px;
    vertical-align: top;
}

.flowbox .step-icon span{
    display: block;
    background: url("../image/icon_step_bg.png") left center no-repeat;
    background-size: 100% 100%;
    width: 118px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
    padding-left: 30px;
    line-height: 100%;
    margin-top: 20px;
}

.flowbox .txtbox{
}
.flowbox .txtbox h3{
    font-size: 23px;
    line-height: 150%;
    font-weight: 400;
    padding: 15px 0 30px 0;
    
    letter-spacing: 0.15em;
}

.flowbox .txtbox p{
    line-height: 220%;
}

/**/
.setsubi {
    margin-top: 50px;
}

.setsubi table,
.setsubi table tbody,
.setsubi table tr,
.setsubi table th,
.setsubi table td{
    display: block;
}
.setsubi table{
    
}
.setsubi table th{
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
    border-right: none;
    
    width: auto;
    border-bottom: none;
    border-bottom: solid #fff 1px;
}
.setsubi table td{
    padding: 15px;
    font-size: 14px;
    border-bottom: none;
}



/*よくある質問*/


.qa-section{
    padding: 70px 0 60px 0;
}
.qa-section .line-title{
    
}

.qa-inner{
    padding-top: 50px;
}


.toggle-btn{
    font-size: 17px;
}
.toggle-btn span{
    display: block;
    background: url(../image/btn_open.png) 97% center no-repeat;
    background-size: 30px auto;
}
.toggle-btn span.open{
    background: url(../image/btn_close.png) 97% center no-repeat;
    background-size: 30px auto;
}

.toggle-box h4{
    font-size: 16px;
}





/*強み
--------------------------------------------*/
.skill-bg{
    position: absolute;
    z-index: 2;
    right: 4%;
    top:80px;
    width: 280px;
}

.skill-title-area{
    position: relative;
    z-index: 3;
}
.skill-read{
    position: relative;
    z-index: 3;
    
}

/**/
.skill-block{
    padding: 60px 0;
    margin-top: 50px;
}
.skill-block .line-title span{
}

.skill-block-inner{
    padding-top: 40px;
}

.skill-item{
   
    margin-bottom: 20px;
    padding: 40px 20px 20px 20px;
}
.skill-item .skill-item-inner{
    display: block;
    width: auto; 
}
.skill-item .skill-item-inner .txtbox{
   width: auto; 
   display: block;
}
.skill-item .skill-item-inner .imgbox{
    width: auto; 
    display: block;
    margin-top: 20px;
}

.skill-item .skill-item-inner .txtbox h3{
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 30px;
}
.skill-item .skill-item-inner .txtbox h3 span{
    font-size: 14px;
    display: block;
}

.skill-item .skill-item-inner .txtbox strong{

    font-size: 14px;
}
.skill-item .skill-item-txt{
    margin-top: 30px;
    line-height: 200%;
}

/**/
.skill-other-block{
    margin-top: 0;
    padding-top: 0;
}

.skill-other-block-inner{
    margin: 0 0px;
}
.skill-other-item{
    width: auto;
    float: none;
    padding: 0px;
    margin-bottom: 20px;
}

.skill-other-item.skill-other-item-L{
    width: auto;
    float: none;
}


.skill-other-item .skill-other-item-inner{
    margin:0;
    margin-bottom: 20px;
    padding: 40px 20px 20px 20px;
}

.skill-other-item .skill-other-item-inner h3{
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 25px;
}
.skill-other-item .skill-other-item-inner .txtbox{
    width: auto;
    display: block;
    margin-top: 25px;
    line-height: 200%;
}
.skill-other-item .skill-other-item-inner .imgbox{
     width: auto;
    display: block;
}


.skill-other-item.skill-other-item-L .inner{
    display: block;
    width: 100%;
}
.skill-other-item.skill-other-item-L .inner .txtbox{
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.skill-other-item.skill-other-item-L .inner .imgbox{
    display: block;
    width: auto;
}

.skill-full-block{
    padding: 20px;
    margin-top: 30px;
    text-align: left;
}
.skill-full-block strong{
    display: block;
    padding: 15px;
    margin: 15px 5px 0 5px;
    text-align: center;
}





/**/
.slider-section-area{
    padding: 60px 0 40px 0;
    background-size: 120% auto;
    overflow: hidden;
    position: relative;
}


.slider-section-area-inner{
    padding: 40px 0% 0 0%;
    position: relative;
}

.slider-section-area-inner .inner{
    margin: 0 auto;
    width: 80%;
    padding-left: 2rem;
    padding-right: 2rem;
}           
.slider-section-wrapp{
    position: relative;
}    
.slider-section-wrapp .slick-list{
    overflow: visible;
}



.slider-section-wrapp .slider-contents .slick-next{
    right: -40px !important;
}
.slider-section-wrapp .slider-contents .slick-prev{
    left: -40px !important;
}



/**/
.jyusyou-section{
    background: url("../image/top_jyusyou_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: 60px;
}


#jyusyou {
    
}


.jyusyou-block{
    margin-top: -40px;
}

.jyusyo-list{
    font-size: 15px;
}
.jyusyo-imglist{
   margin: 60px -10px 0 -10px;
}






/**/
.jyusyo-imglist{
    
}
.jyusyo-imglist h3{
    color: #fff;
    margin-left: 10px;
}

.jyusyo-imglist-inner{
    
}
.jyusyo-img-item{
   
}

.jyusyo-img-item.jyusyo-img-item-L{
    width: 100%;
}




/*企画
--------------------------------------------*/
.plan-bg{
    position: absolute;
    z-index: 2;
    right: 5%;
    top:250px;
    text-align: center;
    width: 270px;
}
.plan-bg img{
    width: auto;
    display: inline-block;
}

.plan-read{
    position: relative;
    z-index: 3;
}
.plan-read .txtbox{
    width: auto;
}
.plan-read h3{
    font-size: 28px;
    padding-bottom: 30px;
    position: relative;
    line-height: 150%;
}


/**/
.point-txt{
    margin-top: 40px;
}
.point-txt h4{
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 700;
}
.point-txt p{
    font-size: 14px;
}


/**/
.shop-block span.icon{
    padding: 5px 15px;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 10px;
    text-align: center;
}

.shop-block .btn-link-l a{
}


.shop-block .imgbox{
    width: auto;
    float: none;
    text-align: center;
    padding-bottom: 30px;
}
.shop-block .txtbox{
    width: auto;
    float: none;
}

.shop-block .imgbox img{
    width: 150px;
}



/**/

.product-wrapp{
    margin-top: 30px;
    overflow: auto;
}

table.product {
	width:1000px;
    
    margin-top: 0px;
}



/**/
.plan-item-box{

}
.plan-item-box h3{
    font-size: 20px;
}
.plan-item-box .plan-item-box-inner{
    padding: 30px;
}


.plan-item-txt{
    margin-top: 20px;
}
.plan-item-txt .txtbox{
    width: auto;
    float: none;
}
.plan-item-txt .imgbox{
    width: auto;
    float: none;
    margin-top: 20px;
}
.plan-item-txt .imgbox p{
    font-size: 11px;
    margin-top: 3px;
}

.plan-point{
    margin-top: 30px;
}
.plan-point h4{
    font-weight: 600;
}
.plan-point h4 span{
    display: block;
    font-size: 15px;
    margin-left: 0px;
}
.plan-point-inner{
    margin-top: -30px;
}

.plan-point-inner th{
    width:40%; 
}
.plan-point-inner .th01{
    width: 15% !important; 
    vertical-align: middle !important; 
}


/**/
.plan-flow{
    margin-top: 30px;

    padding: 30px 30px 20px 30px;
}
.plan-flow h3{
}
.plan-flow ol{
    padding: 0 50px;
}
.plan-flow ol li{
    padding: 10px 0;
    position: relative;
}
.plan-flow ol li:after{
    content: '';
    position: absolute;
    left: -50px;
    top:23px;
    width: 20px;
    height: 2px;
    background-color: #A0ACB5;
}




/*採用
--------------------------------------------*/


.recruit-read.recruit-read02{
    margin-top: 40px;
}

.recruit-read h2{
    padding-bottom: 40px;
    font-size: 20px;
    
    text-align: left;
}



.recruit-read p{
    margin-bottom: 40px;
}

.recruit-box{
    padding: 20px;
}
.recruit-box strong{
    display: block;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 160%;
}
.recruit-box strong:after{
    content: '';
    position: absolute;
    top:0.75em;
    left: 0;
    width: 30px;
    height: 2px;
}



.recruit-mess{
    font-size: 18px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px;
}
.recruit-mess strong{
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}


.recruit-bosyu{
    padding: 30px 0 !important;
    margin-bottom: -40px !important;
}




/*other
--------------------------------------------*/
.other-block{
    
}



/*cms
--------------------------------------------*/

.news-list h2{
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 30px;
}

.news-list table a{
    display: block;
    text-decoration: none;
    color: #333;
}
.news-list table,
.news-list table tbody,
.news-list table tr,
.news-list table th,
.news-list table td{
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.news-list table th{
    border: none;
    padding-bottom: 0;
}
.news-list table td{
    padding-top: 5px;
}

/**/
.list-colum-wrapp {
}
.list-colum-wrapp ul.slider-colum li{
    list-style: none;
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 20px;
}

.page-navi{
    padding-bottom: 30px;
    text-align: center;
}


/**/
.recomend-area{
    margin-top: 60px;
    padding-top: 40px;
}


/**/
.post-wrapp{
    padding-bottom: 40px;
}

.post-head{
    position: relative;
}
.post-head .post-info{
    padding-bottom: 10px;
    font-size: 14px;
}
.post-head h2{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 60px;
    padding-bottom: 10px;
    line-height: 160%;
}

.post-entry{
    font-size: 16px;
    line-height: 200%;
}


/**/
.banner-bottom{
    padding: 0px 0 40px 0;
}
.banner-bottom .box{
    margin-bottom: 10px;
}



/*top
--------------------------------------------*/

.onlyon-area{
    position: relative;
    z-index: 2;
    background: url("../image/min_8cdcbc5d-91b9-46fe-97e6-87aa6731a58c.webp") 80% top no-repeat;
    background-size: 200px auto;
    margin-top: -100px;
}



.top-concept-area{
    padding-bottom: 30px;
}

.top-concept-area-inner{
    width: auto;
    
    padding-top: 100px;
}
.top-concept-area-inner h2{
    font-size: 30px;
    line-height: 140%;
    padding-top: 40px;
}

.top-concept-area-inner p{
    font-size: 18px;
    line-height: 200%;
    margin-top: 60px;
}



/**/
.top-slider-section{
    padding-top: 60px;
}
/**/
.slider-point{
    margin-top: 0px;
    padding-top: 20px;
}


.slider-point .slick-next{
    top:40% !important;
    right: -4% !important;
}
.slider-point .slick-prev{
    top:40% !important;
    left: -4% !important;
}

.slider-point .point-box{
    position: relative;
}
.slider-point .point-box .num{
    width: 100px;
    position: absolute;
    z-index: 100;
    top:0;
    left: 0;
}

.slider-point .point-box .point-box-inner{
    padding: 50px 3% 0 3%;
}

.slider-point .point-box .point-box-inner .imgbox{
    width: auto;
}
.slider-point .point-box .point-box-inner .txtbox{
    width: auto;
    position: relative;
    bottom:inherit;
    right: 0;
    padding-top: 30px;
}

.slider-point .point-box .point-box-inner .txtbox .outer-title{
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
}
.slider-point .point-box .point-box-inner .txtbox .txtbox-inner{
    
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
}
.slider-point .point-box .point-box-inner .txtbox .txtbox-inner .inner{
    display: block;
    padding: 0px 0px;
}
.slider-point .point-box .point-box-inner .txtbox .txtbox-inner .inner p{
    font-size: 13px;
    line-height: 180%;
}

.slider-point .point-box .point-box-inner .txtbox .txtbox-inner .inner-title{
    font-size: 20px;
    
    padding-bottom: 30px;
    padding-top: 0px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.slider-point .point-box .point-box-inner .txtbox .txtbox-inner .inner-title span{
    font-size: 14px;
    display: block;
}


/**/

.tokkyo-section{
    margin-top: 30px;
}
.tokkyo-section .slider-point .slick-next{
    right: -4% !important;
}
.tokkyo-section .slider-point .slick-prev{
    left: -4% !important;
}

.tokkyo-section .slider-point .point-box .num{
    left: inherit;
    right: 0;
}

.tokkyo-section .slider-point .point-box .point-box-inner .imgbox{
    width: auto;
    float: none;
}
.tokkyo-section .slider-point .point-box .point-box-inner .txtbox{
    right: inherit;
    left: 0;
    text-align: center;
    margin-top: -40px;
}

.tokkyo-section .slider-point .point-box .point-box-inner .txtbox .txtbox-inner{
    height: auto;
}
.tokkyo-section .slider-point .point-box .point-box-inner .txtbox .txtbox-inner .inner{
    display: block;
    vertical-align: middle;
    padding: 0px 0px;
}



/**/
.top-oem-flow{
    padding:  30px 0px 0 0px;
}
.top-oem-flow h3{
    font-size: 22px;
}
.top-oem-flow .flow{
    margin-top: 40px;
}




/**/
.top-news-area{
    margin-top: 60px;
    display: block;
    width: 100%;
}
.top-news-area .top-news-title{
    width: auto;
    display: block;
    vertical-align: middle;
    padding: 30px 0 30px 0;
    
}
.top-news-area .top-news-title h2{
    font-size: 25px;
    line-height: 130%;
    padding: 0;
    padding-bottom: 15px;
}

.top-news-area .top-news-txt{
    padding: 20px 5%;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 160%;
    
    min-height: inherit;
}
.top-news-area .top-news-txt a{
    text-decoration: none;
    padding: 15px 0;
}


.top-news-area .top-news-txt table,
.top-news-area .top-news-txt table tbody,
.top-news-area .top-news-txt table tr,
.top-news-area .top-news-txt table th,
.top-news-area .top-news-txt table td{
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.top-news-area .top-news-txt table{
    border-collapse: collapse;
    width: 100%;
}
.top-news-area .top-news-txt table th{
    font-weight: normal;
    width: auto;
}
.top-news-area .top-news-txt table td{
   
    text-align: left;
}

.top-news-area .top-news-txt table tr{
    border-bottom: solid #545454 1px;
}
.top-news-area .top-news-txt table tr:last-child{
    border-bottom: none;
}




/**/
.top-jyusho-area{
    background: url("../image/top_jyusyou_bg.jpg") center top no-repeat;
    background-size: cover;
}


.top-jyusho-area-inner{
    display: block;
    width: 100%;
}

.top-jyusho-area-inner .top-jyusho-txt{
    display: block;
    width: auto;
    text-align: left;
    padding: 60px 0 30px 0;
}
.top-jyusho-area-inner .top-jyusho-txt h2{
    font-size: 25px;
    padding-bottom: 30px;
}
.top-jyusho-area-inner .top-jyusho-txt ul li{
    list-style: none;
    line-height: 160%;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.top-jyusho-area-inner .top-jyusho-txt .lidot{
    line-height: 100%;
    text-align: center;
}

.top-jyusho-area-inner .top-jyusho-btn{
    display: block;
    vertical-align: middle;
    padding-bottom: 60px;
}
.top-jyusho-area-inner .top-jyusho-btn .btn-link-w a{
    width: auto;
    display: block;
    font-size: 16px;
}




/**/
.top-colum-area{
    padding: 60px 0 60px 0;
    background: url("../image/bg_line.png")  center 110% no-repeat;
    background-size: 150% auto;
    overflow: hidden;
    position: relative;
}


.top-colum-area-inner{
    padding: 30px 0% 0 0%;
    position: relative;
}

.top-colum-area-inner .inner{
    margin: 0 auto;
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
}           
.slider-colum-wrapp{
    position: relative;
}    
.slider-colum-wrapp .slick-list{
    overflow: visible;
}

.slider-colum .colum-box .txtbox{
    font-size: 13px;
}
.slider-colum .colum-box .txtbox h3{
    font-size: 16px;
}

.top-colum-area-inner .slider-colum .slick-next{
    right: -13% !important;
}
.top-colum-area-inner .slider-colum .slick-prev{
    left: -13% !important;
}






/**/
.logo-area{
    padding: 40px 0 40px 0;
}

.logo-area-inner{
    text-align: center;
}
.logo-area-inner .shop-logo{
    text-align: center;
    padding-bottom: 40px;
}
.logo-area-inner .shop-logo h2{
    width: 80px;
    display: inline-block;
}
.logo-area-inner .item-logo{
   
}
.logo-area-inner .item-logo ul li{
    list-style: none;
    display: inline-block;
    margin-top: 20px;
    margin: 20px 5px 0 5px;
    width: 100px;
}


/*mv
--------------------------------------------*/
#main-area{
    background: url("../image/main_bg.jpg") bottom center no-repeat;
    background-size: 100% auto;
    position: relative;
    margin-top: -95px;
    padding-top: 75px;
    z-index: 1;
}


#main-mv{
    position: relative;
    background: url("../image/mv_line.png") center 85% no-repeat;
    background-size: 100% auto;
    height: 550px;
}

#main-mv #main-txt{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: 2;
    text-align: left;
}
#main-mv #main-img{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:150px;
    right: 0;
}


#main-mv #main-txt li img{
    width: 90%;
    margin-left: 5%;
    text-align: left;
}
#main-mv #main-img li img{
    width: 90%;
    display: block;
    margin: 0 auto;
}

#main-mv #main-txt .txt01{
    padding-top: 20px;
}
#main-mv #main-txt .txt02{
    padding-top: 20px;
}
#main-mv #main-txt .txt03{
    padding-top: 0px;
}
#main-mv #main-txt .txt04{
    padding-top: 20px;
}

#main-message{
    background: url("../image/top_line001.png") right 15% no-repeat;
    background-size: 80% auto;
    position: relative;
    padding-bottom: 140px;
    padding-top: 0px;
    margin-top: -70px;
    z-index: 4;
}
#main-message-inner{
    background: url("../image/top_line002.png") left 90% no-repeat;
    background-size: 80% auto;
    position: relative;
}

#main-message .content-inner,
#main-message .content-innerS{
    position: relative;
}


#main-message #main-message-title{
    position: relative;
    top:0px;
    left: 0px;
    width: 200px;
}

#main-message #main-message-txt{
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0.1em;
    margin-top: -40px;
}
#main-message #main-message-txt h2{
    font-family: 'Shippori Antique', sans-serif;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.12em;
    line-height: 160%;
}

#main-message #main-message-txt .txt01{
    margin-left: 0%;
}
#main-message #main-message-txt .txt02{
    margin-left: 0%;
    margin-top: 30px;
    margin-right: 0%;

}
#main-message #main-message-txt .txt03{
    margin-left: 0;
    margin-top: 30px;
}


#main-message #main-message-txt .txt01 h2{
    margin-bottom: 10px;
}
#main-message #main-message-txt .txt02 h2{
    margin-top: 15px;
}
#main-message #main-message-txt .txt02 h2 br{
    display: none;
}
#main-message #main-message-txt .txt03 h2{
    margin-top: 10px;
    margin-bottom: 30px;
}





/* フォーム
------------------------------------------------------------ */

.form-read{
	font-size:12px;
}



.form-wrapp{
    padding: 30px 40px 30px 30px;

}


.form-wrapp table,
.form-wrapp table tbody,
.form-wrapp table tr,
.form-wrapp table th,
.form-wrapp table td{
    display: block;
}

.form-wrapp table th,
.form-wrapp table td{
	padding: 15px 0;
}
.form-wrapp table th{
	width: auto;
    padding-bottom: 0;
}
.form-wrapp table th{
	width: auto;
    padding-top: 10px;
}


.form-wrapp table th.oem-form{

    padding-right: 10px;
}


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

.slick-next {
    right: -90px !important;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:52px !important;
	height:50px !important;
	background: url(../image/btn_next.png) no-repeat center center !important;
	background-size: cover !important;
	cursor:pointer;
}
.slick-prev {
    left: -90px !important;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width:52px !important;
	height:50px !important;
	background: url(../image/btn_prev.png) no-repeat center center !important;
	background-size: cover !important;
	cursor:pointer;
}

			
		
	
}