@charset "UTF-8";

/* ++++++++++++++　　　index.php　　　++++++++++++++++++*/


/*******************************************************
　　●●●
*******************************************************/

/*=============== ●●● ===============*/

/*********************************
●●● 
*********************************/

/*******************************************************
   共通指定
*******************************************************/

/*=============== ページ内リンク 固定ヘッダー高さ分の調整 ===============*/
.link-adj{
    padding-top: 110px;/*固定ヘッダーの高さ*/
    margin-top:-70px;/*固定ヘッダーの高さ*/
}




/*=============== 大見出し共通指定 ===============*/

.title{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: repeating-linear-gradient(-45deg, #c6e8f6 0, #c6e8f6 3px, #fff 3px, #fff 8px);
}

.bigtitle{
    font-size: 14px;
    line-height: 100%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 205px;
    padding: 12px 10px;
    background: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.title-text{
    font-size: 16px;
    font-weight: 900;
    line-height: 160%;
    text-align: center;
    margin: 20px 20px 0 20px;

}
@media (min-width: 960px){       
    .title-text{
        font-size: 24px;
        margin: 20px 20px 0 20px;
    }
    .title-text span{
        font-size: 20px;
        font-weight: normal;
    }

}



/*=============== 下向き三角  ===============*/
/* 水色 タイプ1 */
.arw-sky{
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #00aee7;
	margin-left:auto;
	margin-right:auto;
}


/* 白色 */
.arw-white{
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #fff;
	margin-left:auto;
	margin-right:auto;
}


/* グレイ */
.arw-gray{
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #f7f7f7;
	margin-left:auto;
	margin-right:auto;
}

/* 茶 */
.arw-chya{
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #c08a36;
	margin-left:auto;
	margin-right:auto;
}


/*******************************************************
   Loading
*******************************************************/
/* Loading背景画面設定　*/

#splash {
    /*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#fff;
	text-align:center;
	color:#eee;
	display: none;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #eee;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}





/*******************************************************
   キャッチAREA
*******************************************************/
.waku__cach{
    width: 100%;
    background: url(../images/cach_back72.png) repeat-x;
    margin-top: 45px;
 /*   border-bottom: dotted 4px #f7931e;*/
}



/*==== 解決します！　最小サイズからの表示 ====*/
.cach{
	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	background:url(../images/cach_1s.png) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	background-size:100%;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
}


@media (max-width: 414px){  

.cach{
	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	height:300px;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	background:url(../images/cach_1s.png) no-repeat 5% top;/*　バックグラウンドに指定する画像を配置　*/
	background-size:120%;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
}
}



/* before指定 */
/* 横：高さの比率を paddingで指定し、高さを指定する */
.cach:before{
	content:"";
	display:block;
	padding-top:64.42%;/*H478px/W742px　*/
	padding-top:50%;/*H478px/W742px　*/
	
}

    .cach_company{
    	max-width:1240px;/* 　適宜　max-width指定 */
    	max-width:100%;/* 　適宜　max-width指定 */

	    margin-left:auto;/* 　適宜　マージン指定 */
	    margin-right:auto;
	    position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	    width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	    height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	    background:url(../images/company-bg.jpg) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	   /* background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/
	   background-size: 100%;	
    }
	
	
    .cach_service{
    	max-width:1240px;/* 　適宜　max-width指定 */
    	max-width:100%;/* 　適宜　max-width指定 */

	    margin-left:auto;/* 　適宜　マージン指定 */
	    margin-right:auto;
	    position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	    width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	    height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	    background:url(../images/banner-01.jpg) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	   /* background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/
	   background-size: 100%;	
    }	
	
    .cach_product{
    	max-width:1240px;/* 　適宜　max-width指定 */
    	max-width:100%;/* 　適宜　max-width指定 */

	    margin-left:auto;/* 　適宜　マージン指定 */
	    margin-right:auto;
	    position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	    width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	    height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	    background:url(../images/banner-03.jpg) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	   /* background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/
	   background-size: 100%;	
    }	
	

/*==== 解決します！　768px↑↑↑以上の表示 ====*/
@media (min-width: 768px){  
    .cach{
    	max-width:1240px;/* 　適宜　max-width指定 */
    	max-width:100%;/* 　適宜　max-width指定 */

	    margin-left:auto;/* 　適宜　マージン指定 */
	    margin-right:auto;
	    position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	    width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	    height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	    background:url(../images/banner-02.jpg) no-repeat left 0px;/*　バックグラウンドに指定する画像を配置　*/
	   /* background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/
	   background-size: 100%;	
    }



    .cach_company{
    	max-width:1240px;/* 　適宜　max-width指定 */
    	max-width:100%;/* 　適宜　max-width指定 */

	    margin-left:auto;/* 　適宜　マージン指定 */
	    margin-right:auto;
	    position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	    width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	    height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	    background:url(../images/company-bg.jpg) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	   /* background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/
	   background-size: 100%;	
    }
	
	
    .cach_service{
    	max-width:1240px;/* 　適宜　max-width指定 */
    	max-width:100%;/* 　適宜　max-width指定 */

	    margin-left:auto;/* 　適宜　マージン指定 */
	    margin-right:auto;
	    position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	    width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	    height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	    background:url(../images/banner-01.jpg) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	   /* background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/
	   background-size: 100%;	
    }	

   .cach_product{
    	max-width:1240px;/* 　適宜　max-width指定 */
    	max-width:100%;/* 　適宜　max-width指定 */

	    margin-left:auto;/* 　適宜　マージン指定 */
	    margin-right:auto;
	    position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	    width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	    height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	    background:url(../images/banner-03.jpg) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	   /* background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/
	   background-size: 100%;	
    }	




    /* before指定 */
    /* 横：高さの比率を paddingで指定し、高さを指定する */
    .cach:before{
    	content:"";
	    display:block;
	    padding-top:38.63%;/*H479px/W1240px　*/
	
    }
}



/*==== スライダーアイコン表示 ====*/
.slider-waku{
    position: relative;
	margin-top:50px;
}

.slider{
    position: absolute;
    top:-40px;
}
@media (max-width: 959px){  /* 960px↓↓↓未満の表示 */
    .slider{
        position: absolute;
        top:-35px;
    }
}

@media (max-width: 519px){  /* 520px↓↓↓未満の表示 */
    .slider{
        position: absolute;
        top:-25px;
    }
}




.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
@media (max-width: 959px){  /* 960px↓↓↓未満の表示 */
    .slider img {
        width:100%;/*スライダー内の画像を横幅100%に*/
        height:auto;
    }
}
@media (max-width: 519px){  /* 520px↓↓↓未満の表示 */
    .slider img {
        width:100%;/*スライダー内の画像を横幅100%に*/
        height:auto;
    }
}



/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 5px;/*スライド左右の余白調整*/
}







/*******************************************************
   リードAREA
*******************************************************/

/*=============== リードタイトル ===============*/

.leadTitle{
    padding: 0px 10px 40px 10px;
}


.leadTitle h2{
	max-width:474px;/* 　適宜　max-width指定 */
	margin-left:auto;/* 　適宜　マージン指定 */
	margin-right:auto;

	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	background:url(../images/lead011.png) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
}

/* before指定 */
/* 横：高さの比率を paddingで指定し、高さを指定する */
.leadTitle h2:before{
	content:"";
	display:block;
	padding-top:28.059%;/*H133px/W474px　*/
	
}


/*=============== 悩み3つ ===============*/

.leadQ{
    display:flex;
	flex-flow: row wrap;
	justify-content: center;
}

.leadQ li{
    width: 293px;
    height: 293px; 
    border: solid 3px #00aee7;
    border-radius: 50%;
    box-shadow: 4px 4px #00aee7;
    margin: 0px 7px 25px 7px;
	position: relative;
}


    
 .leadQ li:nth-child(1){
    background: url(../images/lead021.png)no-repeat;
    background-size: contain;
 }
    
 .leadQ li:nth-child(2){
    background: url(../images/lead022.png)no-repeat;
    background-size: contain;
 }

 .leadQ li:nth-child(3){
    background: url(../images/lead023.png)no-repeat;
    background-size: contain;
 }


 .leadQ li a{
     display: block;
     width: 293px;
    height: 293px; 
    border-radius: 50%;
 }

/*　マウスオーバー指定*/
 .leadQ li:hover{
    box-shadow: 0px 0px #00aee7;
	transition: all  0.3s ease;
	transform: translate(2px,2px);
	filter: hue-rotate(-5deg) brightness(105%);
 }





/*=============== 解決します！ ===============*/


/*==== 解決します！　最小サイズからの表示 ====*/
 .leadA{
    width: 100%;
    padding-top: 210px;
    background: url(../images/ill_m_01.png)no-repeat;
    background-size: 170px;
    background-position: top 0px left 50%;
} 

.leadA__text1{
	max-width:252px;/* 　適宜　max-width指定 */
	margin-left:auto;/* 　適宜　マージン指定 */
	margin-right:auto;
    margin-bottom:20px ;
	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	background:url(../images/lead031s.png) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
}

/* before指定 */
/* 横：高さの比率を paddingで指定し、高さを指定する */
.leadA__text1:before{
	content:"";
	display:block;
	padding-top:31.746%;/*H80px/W252px　*/	
}

.leadA__text2{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 20px;
}


/*==== 解決します！　960px↑↑↑以上での表示　調整  ====*/
 @media (min-width: 960px){       
    .leadA{
        width: 100%;
        max-width:960px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        background: url(../images/ill_m_01.png)no-repeat;
        background-size: 150px;
        background-position: top 0px left 10%;
    } 
    
    .leadA__text1{
        max-width:445px;/* 　適宜　max-width指定 */
        margin-left:260px;
        margin-bottom:20px ;
        position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
        width:100%;/*　横幅の可変を可能にするため、％指定する　*/
        height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
        background:url(../images/lead031.png) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
        background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
    }
    
    /* before指定 */
    /* 横：高さの比率を paddingで指定し、高さを指定する */
    .leadA__text1:before{
        content:"";
        display:block;
        padding-top:8.0898%;/*H36px/W445px　*/	
    }

    .leadA__text2{
        padding-left: 260px;
        font-size: 16px;
        line-height: 180%;
        padding-bottom: 20px;
    }


}








/*******************************************************
   ECサイト構築AREA
*******************************************************/
#a01{
    padding-bottom: 80px;
}


/*=============== 大見出し ===============*/
.title01{
	max-width:718px;/* 　適宜　max-width指定 */
	margin-left:auto;/* 　適宜　マージン指定 */
	margin-right:auto;
	
	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:95%;/*　横幅の可変を可能にするため、％指定する　*/
	height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	background:url(../images/title01.png) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
}

/* before指定 */
/* 横：高さの比率を paddingで指定し、高さを指定する */
.title01:before{
	content:"";
	display:block;
	padding-top:16.295%;/*H117px/W718px　*/
	
}



/*=============== お悩み例 ===============*/
.onayami{
    display:flex;
	flex-flow: row wrap;
	justify-content: center;
}

.onayami li{
    width: 95%;
    max-width: 435px;
    margin: 40px 10px 10px 10px;
}


.nayami01__Q{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    width: 100%;
    height: 180px;
    background-color: #00aee7;
    border: solid 2px #8bd0e7 ;
    border-radius: 10px;
}

.nayami01__Q p{
    font-size: 22px;
    line-height: 180%;
    font-weight: bold;
    color: #fff;
}
@media (max-width: 450px) {       /* 450px↓↓↓以下でサイズ調整 */    
    .nayami01__Q p{
        font-size: 18px;
        line-height: 160%;
        font-weight: bold;
        color: #fff;
    }
}




.nayami01__textL{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    padding-top:30px;
    padding-left: 140px;
    height: 176px;
    background: url(../images/ill_c_011.png) no-repeat;
    background-size: 120px;
    background-position:left 10px top 10px;
}
@media (max-width: 450px) {      /* 450px↓以下でサイズ調整 */ 
    .nayami01__textL{
        padding-top:15px;
    }
}



.nayami01__textR{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    padding-top:30px;
    padding-left: 20px;
    height: 176px;
    background: url(../images/ill_c_021.png) no-repeat;
    background-size: 120px;
    background-position:right 10px top 10px;
}
@media (max-width: 450px) {       /* 450px↓↓↓以下でサイズ調整 */      
    .nayami01__textR{
        padding-top:15px;
        padding-left: 10px;
        padding-right: 130px;
    }
}




/* Line風　吹き出し */
.balloon5 {
    width: 100%;
    overflow: hidden;
    margin-left: 50px;
    margin-bottom: 10px;
  }
  
  .balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
  }
  @media (max-width: 450px) {       /* 450px↓↓↓以下でサイズ調整 */      
    .balloon5 .faceicon {
        margin-right: -60px;
        width: 40px;
    }
}
  
  .balloon5 .faceicon img{
    margin-top: 10px;
    width: 100%;
    height: auto;
    border: solid 3px #e6e6e6;
    border-radius: 50%;
  }
  @media (max-width: 450px) {       /* 450px↓↓↓以下でサイズ調整 */      
    .balloon5 .faceicon img{
        margin-top: 20px;
    }
}


  
  .balloon5 .chatting {
    width: 100%;
  }
  
  .says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    font-size: 16px;
    background: #fff;
    border: solid 3px #00aee7;
    box-sizing: border-box;
  }
  @media (max-width: 450px) {       /* 450px↓↓↓以下でサイズ調整 */      
    .says {
        margin: 5px 0 0 60px;
    }
}
  
  .says:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%; 
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
  }


  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%; 
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #00aee7;
    z-index: 1;
  }
  
  .says p {
    margin: 0;
    padding: 0;
  }

.yahoo{
 font-weight: bold;
 color: #ff0000;
}

.gmo{
    font-weight: bold;
    color: #005db2;
}



/*=============== 構築提案 リード 女性===============*/
.ec-teian{
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 6%;
	width:40%;
    margin: auto;
    z-index: 995;	
}
@media (max-width: 1024px){                  
.ec-teian{
    position: absolute;
    top: 10%;
    left: 3%;
	width:50%;

    margin: auto;
    z-index: 999;	
}
}

@media (max-width: 768px){                  
.ec-teian{
    position: absolute;
    top: 10%;
    left: 3%;
	width:40%;
    margin: auto;
    z-index: 990;	
}
}

.ec-teian img {
    display: none;
    float: left;
    width: 30%;
}
@media (min-width: 520px){        /* 520px↑↑↑以上でサイズ調整 */          
    .ec-teian img {
        width: 200px;
		display:none;
    }
}

.ec-teian p{
   /* float: right;
    width: 65%;*/
    font-size: 16px;
    line-height: 160%;
}
@media (min-width: 520px){         /* 520px↑↑↑以上でサイズ調整 */           
    .ec-teian p{
        font-size: 22px;
        line-height: 180%;
    }
}
@media (min-width: 750px){         /* 750px↑↑↑以上でサイズ調整 */           
    .ec-teian p{
       /* margin-top: 40px;*/
    }
}


/*=============== 構築提案 ===============*/
.blue-back{
    width: 100%;
    background: #3c6de2;
    padding-bottom: 30px;
}

.ecsite{
    display:flex;
	flex-flow: row wrap;
	justify-content: center;
}

.ecsite li{
    width: 95%;
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    max-width: 20%;
    margin: 0px 10px 20px 10px;
    border-radius: 8px;
}
.ecsite li {
      background: #fff;
      width: calc(100% - 20px);
      border-radius: 20px;
      box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
      padding: 27px;
      }
	  
@media screen and (max-width: 767px) {
.ecsite li {
      background: #fff;
      width: calc(100% - 20px);
      border-radius: 20px;
      box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
      padding: 27px;
	  max-width:100%;
	  margin-bottom:40px;

      }

}
	  
	  
.ecsite_card {
    margin: 40px;
      margin: 20px 0px;
      display: block;
    }

    
.ecsite_ttl {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.8181;
      letter-spacing: 0.01em;
      text-align: center;
    }
.ecsite_img {
      margin: 0 auto;
      padding: 14px 0px;
        width: 100%;
      }
	  
.ecsite_img img{
        width: 100%;
      }
	  
	  
.ecsite_txt {
      font-size: 14px;
      line-height: 2;
	 height: 15rem;
    overflow: hidden;
    }

.eng1{
	background-color:#666;
	color:#fff;
	padding:5px 10px;
	margin:10px auto 5px auto;
	display:block;
	text-align:center;
	width:60%;
	position: relative;
	bottom:3px;
	}
.eng1 a{
	color:#fff;
}
/* liの背景色を指定 */
/*.ecsite li:nth-child(1) {
    background-color: #61cdf0;
}

.ecsite li:nth-child(2) {
    background-color:#fbb03b;
}

.ecsite li:nth-child(3) {
    background-color:#ed64a0;
}

*/



/* テーブルの罫線を指定 */
.ecsite li:nth-child(1) table{
    border: solid 3px #61cdf0;
}

.ecsite li:nth-child(2) table{
    border: solid 3px #fbb03b;
}

.ecsite li:nth-child(3) table{
    border: solid 3px #ed64a0;
}








.sitelist{
    width: 100%;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}






.sitelist th{
    color: #fff;
}


.sl-th11{
    padding: 8px 0;
    font-size: 22px;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
}

.sl-th12{
    padding: 10px 0;
    font-size: 24px;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
}

.sl-td00{
    padding: 8px 10px;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    border-bottom: dotted 1px #ccc;
}

.sl-td01{
    width: 105px;
    padding-left: 8px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

.sl-td02{
    text-align: center;
    color: #666;
    line-height: 130%;
}

.sl-tr01{
    background-color: #fff;
}

.sl-tr01 td{
    border-bottom: dotted 1px #ccc;
}



.sl-c11{background: #00aee7;}
.sl-c12{background: #45c4ed;}
.sl-c21{background: #f4a000;}
.sl-c22{background: #f4b949;}
.sl-c31{background: #ed3284;}
.sl-c32{background: #ed80b1;}


/* サービス併用で無料に */
.toku-txt{
    font-size: 12px;
    line-height: 100%;
    color: #ed3284;
}
.l-sp01{
    letter-spacing: -0.1em;
}


/* Makeshopこだわりデザイン　タイトル字詰め */

.font_space1{
    letter-spacing: -0.1em;
}

.font_space2{
    letter-spacing: -0.18em;
}


/* サービス併用で無料に 解説部分 */
.toku-block{
    clear: both;
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: solid 2px #ccc;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;

}

.toku-block-in{
    margin-top: 10px;
}

.toku-block_L{
    width: 75px;
    height: 75px;
    margin-right: 15px;
    float: left;
}

.toku-block_R{
    width: calc(90% - 85px) ;
    float: left;
    margin-top: 5px;
    
}

.toku_ill-icon{
    width: 65px;
}

.toku_ill-icon img{
    width: 100%;
    border-radius: 50%;
    border: solid 2px #ccc;  
}

.toku-txt2{
    font-size: 18px;
    line-height: 140%;
}

/* Makeshopリンク */


.makeshop-link a{
    margin-top: 20px;
    display: block;
    width: 90%;
    max-width: 900px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px 10px 15px;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border: solid 2px #ccc; 
}



.makeshop-link a:hover{
    background-color: #ecf1fd;
}



/*=============== 運用へのリード　と　運用から自動化へのリード ===============*/

.next-lead{
    width:90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px; 
}
@media (min-width: 520px){       /* 520px↑↑↑以上　での表示調整 */
    .next-lead{
        width: 550px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px; 
    }
}


.ill-icon{
    width: 20%;
    max-width: 70px;
    float: left;

}

.ill-icon img{
    width: 100%;
    border-radius: 50%;
    border: solid 2px #ccc;
    
}

.next-lead__text{
    width: 70%;
    float: left;
    margin-left: 3%;
    
}

.next-lead__text p{
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
}
@media (min-width: 520px){       
    .next-lead__text p{
        font-size: 23px;
    }
}

/* 運用から自動化へのリード用調整　テキストがPC1行からSP2行への変動のため */
.mg-fix1{
    margin-top: 15px;
}
@media (max-width: 420px){   /* 420↓↓↓以下での表示 */
    .mg-fix1{
        margin-top: 10px;
    }
}


/*******************************************************
   ECサイト運用AREA
*******************************************************/
#a02{
    padding-bottom: 80px;
}


/*=============== 大見出し ===============*/
.title02{
	max-width:718px;/* 　適宜　max-width指定 */
	margin-left:auto;/* 　適宜　マージン指定 */
	margin-right:auto;
	
	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:95%;/*　横幅の可変を可能にするため、％指定する　*/
	height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	background:url(../images/title02.png) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
}

/* before指定 */
/* 横：高さの比率を paddingで指定し、高さを指定する */
.title02:before{
	content:"";
	display:block;
	padding-top:16.295%;/*H117px/W718px　*/
	
}


/*=============== 運用リード ===============*/
.unyo-lead{
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    margin: 20px 10px 20px 20px;
}



/*=============== 運用 こんなお悩み ===============*/
.gray-back{
    width:100%;
    background-color: #f7f7f7;
   /* padding-top: 30px;*/
    padding-bottom: 30px;
}

.nayami-example{
    width:100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


/*===== 左イラスト付き 吹き出し=====*/

/*** 左イラスト付き 吹き出し　769px↑↑↑以上での 表示（base）  ***/
.fukidashi-01 {
    width: 100%;
    overflow: hidden;
  }
  
  .fukidashi-01 .fukidashi-ill01 {
    float: left;
    margin-right: -270px;
    width: 260px;
  }
  
  .fukidashi-01 .fukidashi-ill01 img{
    width: 100%;
    height: auto;
  }
  
  .fukidashi-01 .fukidashi-block {
    width: 100%;/* 吹き出しを入れる外側のdivの上限幅を指定 */
    padding-top:40px;/* 吹き出し位置調整 */
  }
  
  .says-01 {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 260px;/* マージン左を、イラストの幅に指定 */
    padding: 17px 13px;
    border-radius: 12px;
    background: #d91521;
    color:#fff;
  }
  
  .says-01:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 32px; /* 矢印の位置 */
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d91521;
  }
  
  .says-01 p {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }


/*** 左イラスト付き 吹き出し　767px↓↓↓以下での 表示用修正 ***/
@media (max-width: 767px){       
    .fukidashi-01 {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
      }
      
      .fukidashi-01 .fukidashi-ill01 {
        float: none;/* float解除 */
        margin-right:auto;/* マージン指定左右autoに */
        margin-left: auto;
        width: 200px;
      }
      
      .fukidashi-01 .fukidashi-ill01 img{
        width: 100%;
        height: auto;
      }
      
      .fukidashi-01 .fukidashi-block {
        width: 100%;
        max-width: 400px;/* 吹き出しを入れる外側のdivの上限幅を指定 */
        margin-right:auto;/* マージン指定左右autoに */
        margin-left: auto;
        padding-top:0px;/* 吹き出し位置調整 */
      }
      
      .says-01 {
        display: inline-block;
        position: relative; 
        margin: 0;/* 吹き出し位置調整 */
        padding: 17px 13px;
        border-radius: 12px;
        background: #d91521;
        color:#fff;
      }
      
      .says-01:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 32px; /* 矢印の位置 */
        left: -24px;
        border: 12px solid transparent;
        border-right: 12px solid #00aee7;
      }
      
      .says-01 p {
        font-size: 18px;
        margin: 0;
        padding: 0;
      }
    }


/*===== 悩み 01 02=====*/


/*** 悩み 01 02　768px↑↑↑以上での 表示（base）  ***/
.nayami-ex{
    width: 100%;
    box-sizing: border-box;
    border: solid 3px #d91521;
    background-color: #fff;
    border-radius: 10px;
    padding:20px 30px;
    height: 240px;
    margin-bottom: 20px;
}

.nayami-ex__text{
    font-size: 18px;
    line-height: 180%;
}

.nayami-ex__il-021{
    padding-left:226px ;
    background: url(../images/p1.jpg) no-repeat;
    background-size: 160px auto;
    background-position: left 0px top 0px;
}

.nayami-ex__il-022{
    background: url(../images/p2.jpg) no-repeat;
    background-size: 160px auto;
    background-position: right 00px top 0px;
}



/*** 悩み 01 02　（自動化・悩み 03も含む）　767px↓↓↓以下での 表示用修正 ***/
@media (max-width: 767px){       
    .nayami-ex{
        width: 100%;
        border-radius: 10px;
        padding:15px;
        height: auto;
        margin-bottom: 20px;
    }

    .nayami-ex__text{
        font-size: 16px;
        line-height: 160%;
    }

    .nayami-ex__il-021{
        padding-left:30% ;
        background: url(../images/p1.jpg) no-repeat;
        background-size: 100px auto;
        background-position: left 1% top 0px;
    }
    
    .nayami-ex__il-022{
        background: url(../images/p2.jpg) no-repeat;
        background-size: 100px auto;
        background-position: right 1% top 0px;
    }

}

/*** 519px↓↓↓以下での 表示 ***/
@media (max-width: 519px){    
    .nayami-ex__il-021{
        padding-left:80px ;
        background: url(../images/p1.jpg) no-repeat;
        background-size: 70px auto;
        background-position: left 0px top 10px;
    }
    
    .nayami-ex__il-022{
        padding-right:80px ;
        background: url(../images/p2.jpg) no-repeat;
        background-size: 70px auto;
        background-position: right 0px top 10px;
    }
}

/*=============== おまかせください1 ===============*/

/* ====おまかせください、左イラスト＆テキスト部分==== */
/*** おまかせください、左イラスト＆テキスト部分　769px↑↑↑以上での 表示（base）  ***/
.omakase-block-01{
    width: 95%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.omakase-block__L01{
    float: left;
    margin-right: 20px;
    width: 22%;
    max-width: 200px;
    height: 290px;
    overflow: hidden;
}

.omakase-block__L01 img{
    width: 90%;

}

.omakase-block__R01{
    float: left;
    width: 68%;
    max-width:720px ;
    padding-top: 10px;
}

.omakase-text01{
    font-size: 36px;
    line-height: 120%;
    font-weight: bold;
    color: #00aee7;
    margin-bottom: 20px;
}

.omakase-text02{
    font-size: 20px;
    line-height: 160%;
    font-weight: bold;
}


/*** おまかせください、左イラスト＆テキスト部分　768px↓↓↓未満での  表示用　修正 ***/
@media (max-width: 767px){  
    .omakase-block-01{
        width: 95%;
        max-width: 960px;
        margin-left: auto;
         margin-right: auto;
    }

    .omakase-block__L01{
         float: none;
         width: 200px;
        height: 200px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .omakase-block__L01 img{
         width: 200px;
    }

    .omakase-block__R01{
         float: none;
         width:90%;
         margin-left: auto;
         margin-right: auto;
    }

    .omakase-text01{
        font-size: 30px;
        line-height: 120%;
        font-weight: bold;
        color: #00aee7;
        margin-bottom: 20px;
        text-align: center;
    }

    .omakase-text02{
        font-size: 18px;
        line-height: 160%;
        font-weight: bold;
        text-align: center;
    }
}





/*====　揚州商人紹介画像、イラスト部分　==== */
/*** 揚州商人紹介画像、イラスト部分　520px↑↑↑以上での 表示（base）  ***/
.yoshu-info{
    position: relative;
    width: 100%;
   max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; 
    text-align: center;
    padding-bottom: 50px;

}

.yoshu-img1{
    width: 60%;
    max-width: 465px;
}

.yoshu-img2{
    position: absolute;
    top:-5px;
    right: 0px;
    width: 32%;
    max-width: 300px;
}

/*** 揚州商人紹介画像、イラスト部分　520px↓↓↓未満での  表示用　修正 ***/
@media (max-width: 519px){  
    .yoshu-info{
        position: relative;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px; 
        text-align: center;
        padding-bottom: 0px;
    
    }
    
    .yoshu-img1{
        width: 100%;
    }
    
    .yoshu-img2{
        position: relative;
        padding-top: 10px;
        width: 80%;

    }

}




/*=============== 揚州商人コラム ===============*/
.chya-back{
    width: 100%;
    background-color: #c08a36;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.clm01{
    width: 100%;
    max-width: 900px;
    background-color: #f1e5d3;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.clmtitle{
    display: none;

}


.clm01__lead{
    background: url(../images/yosyu_icon.png) no-repeat;
    background-size: 75px;
    background-position: left 20px top 40px;
}

.clm01__lead p{
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 30px;
}
@media (max-width: 959px){  /* 960px↓↓↓未満　での調整 */
    .clm01__lead p{
        box-sizing: border-box;/* ボーダー、パディング含むサイズに */
        width: 90%;
        margin-left: 0px;
        margin-right: 10px;
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 100px;
    }
}





.clm01__uriage{
    display: block;
    width: 95%;
    max-width: 496px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}







/* 右イラスト入り　iconつき吹き出し */
.clm__kaisetsu {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    overflow: hidden;
  }
  
  .clm__kaisetsu .clm__icon01 {
    float: left;
    width: 70px;
    margin-top: 30px;
  }
@media (max-width: 519px){     /* 520px↓↓↓未満　での調整 */    
    .clm__kaisetsu .clm__icon01 {
        width: 50px;
        margin-top: 30px;
        margin-left: 10px;
    }
}

  
  .clm__kaisetsu .clm__icon01 img{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    width: 100%;
    height: auto;
    border: solid 3px #fff;
    border-radius: 50%;
  }
  
  .clm__kaisetsu .clm__chat {
    width: 60%;/* 吹き出しを入れる外側のdivの上限幅を指定　 */
    padding-top:10px;/* 吹き出しをいれる外側のdivのパディングトップで、イラストの位置を上にできる　 */
    padding: 0px 20px 0 20px;
    float: left;
  }
@media (max-width: 519px){      /* 520px↓↓↓未満　での調整 */   
    .clm__kaisetsu .clm__chat {
        width: 65%;/* 吹き出しを入れる外側のdivの上限幅を指定　 */
      }
}

  
  .clm__says {
    display: inline-block;
    position: relative; 
    padding: 17px 12px 17px 20px;
    border-radius: 12px;
    background: #fff;
  }
  
  .clm__says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
  }
  
  .clm__says p {
    font-size: 18px;
    line-height: 160%;
  }
  
  
  
  .r-illust{
    float: left;
    width: 100px;
  }
  @media (max-width: 519px){    /* 520px↓↓↓未満　での調整 */     
    .r-illust{
        display: none;
      }
    }
  
  .r-illust img{
    width: 100px;
  }


.org-cl{
    color: #f15a24;
}


.clm-arw{
    position: absolute;
    top:0px;
    left: 50%;
}

/*=============== おまかせください2 フロー等 ===============*/

/*====お任せください　イラスト＆テキスト===*/
.unyo-kaisetsu{
    width: 95%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}


.unyo-stitle{
    margin-bottom: 30px;
    margin-top: 10px;
}

.unyo-stitle img{
    width: 95%;
    max-width: 537px;
} 


/*** お任せください　テキスト部分　769px↑↑↑以上での 表示（base）  ***/
.omakase-text021{
    font-size: 30px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 20px;
}
.omakase-text022{
    font-size: 16.5px;
    line-height: 170%;
    margin-bottom: 20px;
    letter-spacing:-0.05em;
}

/*** お任せください　テキスト部分 768px↓↓↓未満での  表示用　修正 ***/
@media (max-width: 767px){
    .omakase-text021{
        font-size: 24px;
        text-align: center;
    }
    .omakase-text022{
        font-size: 16.5px;
        line-height: 170%;
        margin-bottom: 20px;
        letter-spacing:-0.05em;
        text-align: center;
    }
    
}


/*====運用フロー図  768px↑↑↑以上での表示===*/
.flow{
    width: 95%;
    max-width: 837px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;

}
.flow img{
    width: 100%;
    max-width: 837px;

}

/*** 運用フロー図 768px↓↓↓未満での  表示用　修正 ***/
@media (max-width: 767px){
    .flow{
        padding: 20px 10px;
        overflow-x: scroll;
        border: solid 1px #ccc;
    }
    .flow img{
        width: 750px;
}
}




/*====補足イラスト　520px↑↑↑以上での 表示（base） ==*/
.flow-hosoku{
    width: 95%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}


.flow-hosoku1{
    display: block;
    width: 54%;
    max-width: 496px;
    float: left;
}
.flow-hosoku2{
    display: block;
    width: 46%;
    max-width: 424px;
    float: right;
}
/*** 補足イラスト　520px↓↓↓未満での 表示修正 ***/
@media (max-width: 519px){
    .flow-hosoku1{
        display: block;
        width: 80%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .flow-hosoku2{
        display: block;
        width: 80%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}


/*=============== 運用 料金 ===============*/

/*** 運用 料金 768px↑以上での 表示（base） ***/
.unyo-price{
    width: 95%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    margin-bottom: 40px;
    text-align: center;
}

.unyo-price__titile{
    position: relative;
     display: inline-block;
    margin-bottom: 50px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    background: #FFF;
    border-bottom: solid 1px #00aee7;
    box-sizing: border-box;
}

.unyo-price__titile::before{
    content: "";
    position: absolute;
    bottom: -60px;
    left: 45%;
    margin-left: -17px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    z-index: 2;
}

.unyo-price__titile::after{
    content: "";
    position: absolute;
    bottom: -61px;
    left: 45%;
    margin-left: -17px;
    border: 30px solid transparent;
    border-top: 30px solid #00aee7;
    z-index: 1;
}

.unyo-price__titile h3{
    font-size: 33px;
    line-height:100% ;
    color: #00aee7;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.unyo-price__titile h3 span{
    font-size: 17px;
}

.unyo-price__block{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: solid 3px #00aee7;
    border-radius: 10px;
    padding-top:20px;
    padding-bottom: 20px;

}

.unyo-price__01{
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #00aee7;
}

.unyo-price__01__01{
    width: 36.89%;
    max-width: 332px;
    float: left;
    margin-left: 4.4%;
}

.unyo-price__01__01 img{
    width: 100%;
}

.unyo-price__01__02{
    width: 46.11%;
    max-width: 415px;
    float: right;
    margin-right: 3.3%;
}

.unyo-price__01__02 img{
    width: 100%;
}

.unyo-price__01__sp{
    display: none;

}

.unyo-price__02{
    margin-top: 15px;
}

.price-text01{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 3%;
}

.unyo-price__02__in{

}

.unyo-price__02__in__01{
    width: 36.5%;
    max-width: 329px;
    float: left;
    margin-left: 8%;
}

.unyo-price__02__in__01 img{
    width: 100%;
}

.unyo-price__02__in__02{
    width: 36.5%;
    max-width: 329px;
    float: right;
    margin-right: 8%;
}

.unyo-price__02__in__02 img{
    width: 100%;
}

.unyo-price__02__in__sp{
    display: none;
}

.price-text02{
    font-size: 14px;
    line-height: 130%;
    margin-top: 20px;
    text-align: left;
    margin-left: 3%;
}


.price-text03{
    font-size: 14px;
    line-height: 130%;
    margin-top: 10px;
    text-align: left;
    padding-left: 34px;
    text-indent: -34px;

}



/*** 運用 料金 768px↓未満での  表示用　修正 ***/
@media (max-width: 767px){
    .unyo-price{
        width: 95%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top:30px;
    }
    
   
    
    .unyo-price__titile h3{
        font-size: 22px;
        line-height:110% ;
        color: #00aee7;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }
    
    .unyo-price__titile h3 span{
        font-size: 14px;
    }
    
    
    .unyo-price__01{
        display: none;
    }
    

    .unyo-price__01__sp{
        display: block;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 20px;
        border-bottom: solid 1px #00aee7;
    }

    .unyo-price__01__sp img{
        width: 100%;
        max-width: 296px;
    }
    
    .unyo-price__02{
        margin-top: 15px;
    }
    
    .price-text01{
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;

    }
    
    .unyo-price__02__in{
        display: none;
    }
    
    
    .unyo-price__02__in__sp{
        display: block;
        text-align: center;
    }

    .unyo-price__02__in__sp img{
        width: 244px;
    }
    
    .price-text02{
        font-size: 14px;
        line-height: 130%;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }

    .price-text03{
        font-size: 14px;
        line-height: 130%;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    
    }
    
}



/*=============== 月5件からでも　吹き出し ===============*/
/*** 月5件からでも　吹き出し 520px↑以上での 表示 ***/
.fukidashi-02 {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  
  .fukidashi-02 .fukidashi-ill02 {
    float: left;
    margin-right: 20px;
    width: 165px;
    height: 250px;
    overflow: hidden;
  }

  .fukidashi-02 .fukidashi-ill02 img{
    width: 100%;
    height: auto;
  }
  
  .fukidashi-02 .fukidashi-block2 {
    width: 100%;
    margin-top: 20px;
    
  }
  
  .says-02 {
    display: inline-block;
    position: relative; 
    padding: 25px 10px 25px 20px;
    border-radius: 12px;
    border: solid 3px #00aee7;
    background: #fff;
  }
  
  .says-02::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  
  .says-02:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #00aee7;
    z-index: 1;
  }
  
  .says-02 p {
    font-size: 20px;
    font-weight: bold;
    color: #00aee7;
    line-height: 160%;
  }



/*** 月5件からでも　吹き出し 520px↓↓↓未満での 表示用　修正***/
@media (max-width: 519px){
    .fukidashi-02 .fukidashi-ill02 {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 165px;
        height: 200px;
        overflow: hidden;
      }
      
    .fukidashi-02 .fukidashi-block2 {
         width: 100%;
         margin-top: 0px;
         text-align: center;
  }
  
}






/*******************************************************
　　通販自動化・効率化AREA
*******************************************************/
#a03{
}

/*=============== 大見出し ===============*/
.title03{
	max-width:718px;/* 　適宜　max-width指定 */
	margin-left:auto;/* 　適宜　マージン指定 */
	margin-right:auto;
	
	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:95%;/*　横幅の可変を可能にするため、％指定する　*/
	height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
	background:url(../images/title03.png) no-repeat;/*　バックグラウンドに指定する画像を配置　*/
	background-size:contain;/*　バックグラウンドに指定する画像を、縦横比を変えないで、伸縮させる　*/	
}

/* before指定 */
/* 横：高さの比率を paddingで指定し、高さを指定する */
.title03:before{
	content:"";
	display:block;
	padding-top:16.295%;/*H117px/W718px　*/
	
}


/*=============== 自動化 こんなお悩み ===============*/
.jidoka-nayami{
    margin-top: 40px;
    margin-bottom: 50px;

}


/*** 自動化・悩み 03　768px↑↑↑以上での 表示（base）  ***/
/* 基本指定は、運用の、悩み 01 02　の部分で設定 */
.nayami-ex__il-031{
    padding-left:226px ;
    padding-top: 20px;
    padding-bottom: 30px;
    background: url(../images/ill_c_051.png) no-repeat;
    background-size: 130px auto;
    background-position: left 40px top 0px;
}


/*** 自動化・悩み 03　520px↓↓↓未満での 表示用修正 ***/
@media (max-width: 519px){     
    .nayami-ex__il-031{
        padding-left:36% ;
        background: url(../images/ill_c_051.png) no-repeat;
        background-size: 85px auto;
         background-position: left 0 top 10px;
    }
}


/*=============== おまかせください ===============*/


.omakase-text01 span{
    font-size: 26px;
}


/* テキストのpadding-top　調整 */
.pd-adj{
    padding-top: 20px;
}
@media (max-width: 767px){   /* 　768px↓↓↓未満での 表示用修正 */  
    .pd-adj{
        padding-top: 0px;
    }
}


/*=============== システム事業コラム ===============*/
.sky-back{
    width: 100%;
    background-color: #91e7ff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
@media (max-width: 767px){   /*  768px↓↓↓未満での 表示用修正 */  
    .sky-back{
        margin-top: 30px;
    }
}

.clm02{
    width: 100%;
    max-width: 900px;
    background-color: #def8ff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}


/*==コラムリード部 520px↑↑↑以上での表示（base）===*/

.clm02__lead{
    background: url(../images/system_icon.png) no-repeat;
    background-size: 75px;
    background-position: left 20px top 40px;
}

.clm02__lead p{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    font-size: 18px;
    line-height: 160%;
    width: 65%;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 120px;
    float: left;
}

.clm02__ill{
    float:right;
    width: 33%;
    margin-top: 20px;
}

.clm02__ill img{
    width: 90%;
    max-width: 256px;
}

/*====コラムリード部 520px↓↓↓未満での表示調整====*/
@media (max-width: 519px){  
    .clm02__lead p{
        box-sizing: border-box;/* ボーダー、パディング含むサイズに */
        font-size: 18px;
        line-height: 160%;
        width: 90%;
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 120px;
        float: none;
    }
    
    .clm02__ill{
        display:none
    }
}



/*==コラム システム開発事業===*/
.systeminfo-waku{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sysyteminfo__title{
    width: 100%;
    max-width: 630px;
    font-size: 21px;
    line-height: 120%;
    color: #008ebd;
    font-weight: bold;
    padding-bottom: 4px;
    padding-left: 5px;
    border-bottom: solid 2px #008ebd;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

}

.systeminfo{
    display:flex;
	flex-flow: row wrap;
	justify-content: center;
}

.systeminfo li{
    width: 144px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.systeminfo li img{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    width: 100%;
    border: solid 2px #ccc;
    border-radius: 6px;
}

.systeminfo li p{
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
    margin-top:6px;
    text-align: center;
}


/* 吹き出し 右イラスト 表示高さ調整 */
.ill-adj{
    height: 145px;
    overflow: hidden;
}

.c-blue1{
    color: #2263af;
}


/*=============== 事例紹介 ===============*/

/*===事例紹介title====*/
.sblue-back{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00aee7;
}

.jirei-title{
    font-size: 23px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.jirei-title span{
    font-size: 33px;
}



/*===     事例      ====*/
.blue-back{
    background-color: #C00000;
}



.jirei{
    display:flex;
	flex-flow: row wrap;
	justify-content: center;
}

.jirei li{
    width: 95%;
    max-width: 298px;
    margin: 0px 10px 40px 10px;
}


.jirei-stitle{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px;
}

.jirei-stitle h4{
    display: inline-block;
    font-size: 21px;
    line-height: 100%; 
    font-weight: bold;
    color: #00aee7;
    padding-bottom: 5px;
    border-bottom: solid 1px #00aee7;
    margin-bottom: 5px;
}

.jirei-stitle h5{
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    color: #225faf;
}

.jirei-stitle h5 span{
    font-size: 16px;
}



/* 事例の詳細 */
.jirei_details{

}

.jirei-dt{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    margin-top: 5px;


}

/******    事例の画像配置    *****/
.jrei__01,
.jrei__02,
.jrei__03{
	max-width:279px;
	margin-left:auto;
	margin-right:auto;
	
	position:relative;/*　中に入れ子にするinner要素の指定のためpositionを指定　*/
	width:100%;/*　横幅の可変を可能にするため、％指定する　*/
	height:auto;/*　auto指定　実際の高さは、:beforeのpadding-topで指定する　*/
}


/* before指定 */
/* 横：高さの比率を paddingで指定し、高さを指定する */
.jrei__01:before,
.jrei__02:before,
.jrei__03:before{
	content:"";
	display:block;
	padding-top:157.7%;/*H440px/W279px　*/
	
}


.jrei__01{
	background:url(../images/system031.png) no-repeat;
	background-size:contain;	
}

.jrei__02{
	background:url(../images/system032.png) no-repeat;
	background-size:contain;	
}

.jrei__03{
	background:url(../images/system033.png) no-repeat;
	background-size:contain;	
}




/*******************************************************
   お問い合わせ
*******************************************************/

.toiBlock{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    width: 95%;
    max-width: 720px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
    padding: 30px 10px 10px 30px;
}


/*==== 問い合わせ上部 768px↑↑↑以上での表示（base）====*/
.toi-upper{
    width: 95%;
    max-width: 580px;
    margin-left:auto;
    margin-right:auto;
}
.toi-ill{
	display:none;
    float: left;
    width: 31%;
    padding-top: 30%;
    background: url(../images/ill_w_02.png) no-repeat;
    background-size: 90%;
}
.toi-ill img{
    width: 100%;
}
.toi-txt{
   /* width: 64%;
    float: right;*/
	padding-top:50px;
}
.toi-txt p{
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 180%;
    text-align: center;
}
/*==== 問い合わせ上部 768px↓↓↓未満 での表示調整====*/
@media (max-width: 767px){  
    .toi-upper{
        width: 90%;
        margin-left:auto;
        margin-right:auto;
    }
    .toi-ill{
        float: left;
        width: 20%;
        padding-top: 20%;
        background: url(../images/ill_w_02.png) no-repeat;
        background-size: 90%;
    }

    .toi-txt{
        width: 78%;
        float: right;
    }
    .toi-txt p{
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 180%;
        text-align: center;
    }
}
/*==== 問い合わせ上部 520px↓↓↓未満 での表示調整====*/
@media (max-width: 519px){  
    .toi-upper{
        width: 90%;
        margin-left:auto;
        margin-right:auto;
    }
    .toi-ill{
        /* display: none; */
        float: none;
        width: 180px;
        padding-top: 150px;
        background: url(../images/ill_w_02.png) no-repeat;
        background-size: 90%;
        margin-left:auto;
        margin-right:auto;
    }

    .toi-txt{
        width: 100%;
        float: none;
    }
}






/*==== 問合せボタン 520px↑↑↑以上での表示（base）====*/
.toiBTN{
    box-sizing: border-box;/* ボーダー、パディング含むサイズに */
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-image: linear-gradient(to top, #f81d05 0%, #f97f21 100%);
    border-radius: 50px;
    border:solid 3px #ccc;
    box-shadow: 3px 3px #ccc;
}
.toiBTN::before{
    content: "";
    background-image: url("../images/cmn_mail01.svg");
    display: inline-block;
    height: 50px;
    width: 50px;
    vertical-align: middle;
}
.toiBTN::after{
    content: "";
    background-image: url("../images/cmn_arw01.svg");
    display: inline-block;
    height: 60px;
    width: 60px;
    vertical-align: middle;
}
/*==== 問合せボタン 520px↓↓↓未満での表示調整====*/
@media (max-width: 519px){  
    .toiBTN{
        position: relative;
        font-size: 22px;
        line-height: 120%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        background-image: linear-gradient(to top, #f86700 0%, #f9d423 100%);
        border-radius: 50px;
        border:solid 3px #ccc;
    }
    .toiBTN::before{
        display: none;
    }
    .toiBTN::after{
        content: "";
        background-image:none;
        position: absolute;
        top: 22px;
        right: 15px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        display: inline-block;
        transform: rotate(45deg);
    }
}
/*==== 問合せボタン 340px↓↓↓未満での表示調整====*/
@media (max-width: 339px){  
    .toiBTN{
        font-size: 18px;
    }
}

.toiBTN a{
    color: #fff;
    text-decoration: none;
}



/*==== 問合せボタンマウスオーバー指定====*/
.toiBTN:hover{
    cursor : pointer;
    box-shadow: 0px 0px #ccc;
	transition: all  0.3s ease;
	transform: translate(2px,2px);
	filter: hue-rotate(-5deg) brightness(105%);
}



/*==== TEL 520px↑↑↑以上での表示（base）====*/
.toiTEL{
    font-size: 45px;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}
.toiTEL::before{
    content: "";
    background-image: url("../images/cmn_tel-bk.svg");
    display: inline-block;
    height: 60px;
    width: 60px;
    vertical-align: middle;
}
.toiTEL a{
    color: #000;
    text-decoration: none
}



/*==== 問合せボタン 520px↓↓↓未満での表示調整====*/
@media (max-width: 519px){  
    .toiTEL{
        font-size: 30px;
        line-height: 100%;
        font-weight: bold;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .toiTEL::before{
        content: "";
        background-image: url("../images/cmn_tel-bk.svg");
        display: inline-block;
        height: 36px;
        width: 36px;
        vertical-align: middle;
    }
}

.top-section-company {
  padding: 60px 0 60px 0;

}

.top-section-company .container {
  margin: 0 auto;
  background: #f5f5f5;
  padding: 0 30px;
}

.top-section-contact {
  padding: 60px 0 60px 0;
    width:100%;
  max-width:700px;
  margin:0 auto;

}

.top-section-contact .container {
  margin: 0 auto;
  background: #f5f5f5;
  padding: 0 30px;
}



.top-section-news {
  padding: 0 0 1.25%;
}

.top-section-news .container {
  margin: 0 auto;
  background: #f5f5f5;
  padding: 0 30px;
}

.top-section-news .top-news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 4%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .top-section-news .top-news-list {
    width: 100%;
    display: block;
    max-width: inherit;
    margin-bottom: 8%;
  }
}

.top-section-news .top-news-list a {
  color: #000;
}

.top-section-news .top-news-list dt {
  width: 20%;
  margin-bottom: 3%;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top-section-news .top-news-list dt {
    width: 100%;
    font-size: 1.4rem;
  }
}

.top-section-news .top-news-list dt a {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-section-news .top-news-list dt a {
    justify-content: flex-start;
    align-items: center;
  }
}

.top-section-news .top-news-list dt .news-date {
  margin-right: 4%;
      font-size: 1.2rem;

}

.top-section-news .top-news-list dt .news-category {
  color: #fff;
  background: #000;
  font-size: 1.0rem;
  padding: 0.1vw 1.35vw;
  text-align: center;
  max-width: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .top-section-news .top-news-list dt .news-category {
    padding: 0.05vw 1vw;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.top-section-news .top-news-list dd {
  width: 77%;
  margin-bottom: 3%;
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .top-section-news .top-news-list dd {
    width: 100%;
    margin: 0 auto 4%;
    padding-bottom: 3%;
    border-bottom: 1px solid #d7d7d7;
  }
}

.top-section-news .top-news-list dd a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.top-section-news .top-news-list dd a .news-headLine {
  color: #000;
  line-height: 1.8;
  font-size: 1.0em;
}

@media screen and (max-width: 767px) {
  .top-section-news .top-news-list dd a .news-headLine {
    width: 100%;
  }
}

.section .section-tit {
  margin: 5% auto 4%;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  position: relative;
  /*font-family: 'Montserrat';*/
  font-weight: 600;
}

.section .section-tit.section-tit-primary {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;

  margin: 0 auto;
}
.section-tit.section-tit-primary {
    padding: 6.25% 0 5%;
}


.section .section-tit-primary:before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  flex-grow: 1;
  margin-right: 10%;
}

.section .section-tit-primary:after {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  flex-grow: 1;
  margin-left: 10%;
}

.section .section-content {
  text-align: center;
}

.section .section-copy {
  text-align: center;
  font-size: 2.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 2%;
  margin-bottom: 3%;
  margin: 0 auto 3%;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  display: inline-block;
}


.sec-center-ttl {
	position: relative;
	padding-bottom: 65px;
	text-align: center;
}
.sec-center-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 3px;
	height: 50px;
	background-color: #111;
}
.sec-center-ttl .eng {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	display: block;
	margin-bottom: 12px;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	line-height: 1.0;
	color:#000;
}
.sec-center-ttl .jpn {
	display: block;
	color: #E31D23;
	line-height: 1.0;
	font-weight:bold;
}

.service-sec-list-ttl {
	margin-bottom: 20px;
	text-align: center;
}
.service-sec-list-ttl .jpn {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2em;
}
.service-sec-list-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.2rem;
	color: #E31D23;
}
.service-sec-list-lead {
	font-size: 1.4rem;
	line-height: 2.4;
}

.service-sec-list-num {
	position: absolute;
	top: -30px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 0 -30px;
	background-color: #E31D23;
	color: #fff;
	border-radius: 50%;
	 font-size: 2em;
}
@media screen and (max-width: 767px) {
	.service-sec-list-ttl .jpn {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2em;
}

.service-sec-list-num {
	position: absolute;
	top: -30px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 0 -30px;
	background-color: #E31D23;
	color: #fff;
	border-radius: 50%;
	 font-size: 2em;
}
}

/* .access
---------------------------------------------------------------------------*/
.access {
	width:100%;
	max-width: 1040px;
	margin: 0 auto;
}

.access h2 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #B70000;
}

.access-detail {
	height: 595px;
	width: 100%;
	position: relative;
}

.map-block {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.access .detail-box {
	position: absolute;
	right: 62px;
	top: 55px;
	box-sizing: border-box;
	background: #ffffff;
	width: 269px;
	padding: 24px;
/* 	color: #B70000; */
	font-size: 13px;
	letter-spacing: 0.05em;
	box-shadow: 4px 6px 4px rgba(0,0,0,0.11);
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.access .detail-box {
		display:none;
	}
}
.access .detail-box figure {
	margin:0;
	margin-bottom: 20px;
	
}

.access .detail-box span {
	padding-left: 4px;
}

.access .detail-box span.open {
	line-height: 1.5;
}

.access .detail-box span > span {
	padding-left: 5px;	
}

.access .detail-box small {
	font-size: 10px;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
	display: inline-block;
	padding-left: 5px;
}

.access .detail-box small + span {
	padding-left: 5px;}

.access .detail-box dl {
	margin: 15px 0 13px;
	padding-left: 5px;
}

.access .detail-box dl div {
	display: flex;
	margin-bottom: 7px;
}

.access .detail-box dl div:last-of-type {
	margin-bottom: 0;
}

.access .detail-box dl dt.en {
	width: 27px;
}

.access .btn-rect {
	position: absolute;
	bottom: 26px;
	left: 62px;
	width: 220px;
}

.access .btn-rect a {
	display: block;
	font-size: 14px;
	margin-top: 23px;
	padding: 9px 0 12px 7px;
	letter-spacing: 0.07em;
}

.access .btn-rect a i {
	position: relative;
	left: -11px;
	top: 2px;
}

/* .access-area
------------------------------------*/
.access-area {
	border-radius: 5px;
	background-color: #FAF7EF;
	margin: 24px -2px -2px;
	padding: 19px 18px 16px 18px;
}

.access-area h3 {
	position: relative;
	margin: 0 0 11px;
	padding-left: 29px;
	color: #B1010F;
	font-size: 14px;
	letter-spacing: 0.06em;
}

.access-area h3 i {
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
}

.access-area h3 span {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	padding-left: 0 !important;
}

.access-area h3 span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #B1010F;
	width: calc(100% - 2px);
	height: 1px;
}

.access-area p {
	font-size: 13px;
	text-align: justify;
	line-height: 1.65;
	letter-spacing: 0.06em;
	white-space: normal;
}

/* contents
----------------------------------------- */
#contents {
	margin-top: 60px;
	padding:10px;
	box-sizing: border-box;
}

.company-profile-list {
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0;
}
.company-profile-list li {
	display: flex;
	margin-bottom: 34px;
	padding-bottom: 0;
	border-bottom: none;
}
.company-profile-list li span {
	display: block;
	width: 18%;
	margin: 0 3% 0 0;
	padding: 0 0 34px 18px;
	border-bottom: 1px solid #111;
	font-size: 1.4rem;
}
.company-profile-list li p {
	width: 79%;
	padding: 0 0 34px 18px;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 560px) {

.company-profile-list li span {
	display: block;
	width: 18%;
	margin: 0 3% 0 0;
	padding: 0 0 34px 18px;
	border-bottom: 1px solid #111;
	font-size: 1.0rem;
}


	.company-profile-list li p {
	width: 79%;
	padding: 0 0 34px 18px;
	font-size: 1.0rem;
	border-bottom: 1px solid #ccc;
}

}
.map-link {
	text-decoration: underline;
}

/* page-inner-link */
.page-inner-link {
	margin-bottom: 40px;
	text-align: center;
	background-color:#333;
	padding:20px 0;
}
.page-inner-link li {
	position: relative;
	display: inline-block;
}
.page-inner-link li::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #fff;
}
.page-inner-link li:last-child::after {
	display: none;
}

.page-inner-link a {
	position: relative;
	display: inline-block;
	padding: 0 15px 10px 15px;
	font-size: 0.9rem;
	transition: color .3s;
	    color: #fff;
    text-decoration: none;
}
.page-inner-link a:hover {
	color: #e31d24;
}


.page-inner-link a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #e31d24 transparent transparent transparent;
}

/* contents
----------------------------------------- */
#contents {
	margin-top: 45px;
}

/* service */
.service-cat-list {
	margin-bottom: 100px;
}
.service-cat-list > li {
	position: relative;
	margin-bottom: 80px;
}
.service-cat-list > li::before {
}
.service-cat-list li:last-child {
	margin-bottom: 0;
}
.service-cat-inner {
	margin-bottom: 50px;
}
.service-cat-img {
	margin-bottom: 60px;
}
.service-cat-img img{
	width:100%;
}
.service-cat-text-area {
}
.service-cat-ttl {
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 10px 68px;
}
.service-cat-ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #111;
}
.service-cat-ttl .jpn {
	display: block;
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
.service-cat-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.2rem;
	color: #E31D23;
}
.service-cat-copy {
	margin-bottom: 30px;
	padding: 0 40px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
}	
.service-cat-lead {
	padding: 0 40px;
	font-size: 1.3rem;
	line-height: 2.2;
}

.business-content-area {
	margin-bottom: 60px;
	padding: 0 40px;
}
.business-content-ttl {
	position: relative;
	margin-bottom: 20px;
	padding-left: 55px;
	font-size: 1.5rem;
}
.business-content-ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 1px;
	margin-top: -1px;
	background-color: #111;
}
.business-content-list {
	padding: 30px 35px;
	background-color: #EFF0F2;
}
.business-content-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 15px;
	font-size: 1.3rem;
	line-height: 1.6;
}
.business-content-list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #111;
}
.business-content-list li:last-child {
	margin-bottom: 0;
}
.service-cat-btn {
	padding: 0 40px;
	text-align: right;
}

/* dp-area */
.dp-area {
	margin-bottom: 120px;
	padding: 0 20px;
}
.dp-area-inner {
	padding: 0 30px 30px;
	border: 1px solid #111;
}
.dp-are-ttl {
	width: 8em;
	margin: -1.0em auto 30px;
	background-color: #fff;
	text-align: center;
}
.dp-area-inner-cont {
}
.dp-area-ttl {
	margin-bottom: 25px;
}
.dp-area-ttl .jpn {
	display: block;
	margin-bottom: 5px;
	font-size: 2.0rem;
	line-height: 1.4;
}
.dp-area-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.2rem;
	color: #E31D23;
}
.dp-area-lead {
}
.dp-area-lead p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 2.4;
}
.dp-area-lead p:last-child {
	margin-bottom: 0;
}

/* detail */
/* detail-intro */
.service-detail-intro-area {
	background: url(../images/service-detail-bg_sp.jpg) center 260px no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-detail-ttl {
	position: relative;
	padding-bottom: 90px;
	text-align: center;
}
.service-detail-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.service-detail-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.2rem;
	color: #E31D23;
}
.service-detail-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 60px;
	background-color: #111;
}
.service-detail-img {
	width: 80%;
	height: 240px;
	margin: -20px auto 60px;
}
.service-detail-intro-text-area {
	padding-bottom: 220px;
}
.service-detail-intro-copy-wrap {
	position: relative;
}
.service-detail-intro-copy {
	position: relative;
	margin-bottom: 45px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
	z-index: 100;
}
.service-detail-intro-copy-bg {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0;
	color: #fff;
	font-size: 110px;
	letter-spacing: -0.04em;
}
.service-detail-intro-lead {
	padding: 0 40px;
}
.service-detail-intro-lead .left-side {
	margin-bottom: 30px;
}
.service-detail-intro-lead .right-side {
}
.service-detail-intro-lead .left-side p,
.service-detail-intro-lead .right-side p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 2.2;
}
.service-detail-intro-lead .left-side p:last-child,
.service-detail-intro-lead .right-side p:last-child {
	margin-bottom: 0;
}

/* intro-slide */
.service-detail-intro-slide-wrap {
	margin: -140px 0 120px;
}
.service-detail-intro-slide {
	width: 100%;
}
.service-detail-intro-slide li {
	width: 220px !important;
	height: auto;
}
.service-detail-intro-slide .slide-caption {
	margin-top: 10px;
	font-size: 1.0rem;
}
.service-detail-intro-slide li img {
	width: 220px !important;
	height: auto;
}

/* business-detail-content */
.business-detail-content-sec {
	margin-bottom: 70px;
}
.business-detail-content-ttl {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}
.business-detail-content-ttl-inner {
	display: inline-block;
}
.business-detail-content-ttl .jpn {
	font-size: 2.2rem;
	line-height: 1.4;
}
.business-detail-content-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	color: #E31D23;
}
.business-detail-content-ttl .jpn span {
	position: relative;
}
.business-detail-content-ttl .jpn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	left: -70px;
	width: 40px;
	height: 1px;
	background-color: #111;
}
.business-detail-content-ttl .jpn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: -70px;
	width: 40px;
	height: 1px;
	background-color: #111;
}
.business-detail-content-list {
	padding: 0 40px;
}
.business-detail-content-list li {
	margin-bottom: 60px;
}
.business-detail-content-list li:last-child {
	margin-bottom: 0;
}
.business-detail-content-img {
	margin-bottom: 25px;
}
.business-detail-content-num {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.4rem;
}
.business-detail-content-list-ttl {
	margin-bottom: 20px;
	font-size: 1.6rem;
	text-align: center;
}
.business-detail-content-lead {
	font-size: 1.3rem;
	line-height: 2.2;
}

/* detail-bottom-link */
.service-detail-bottom-link {
	width: 80%;
	margin: 0 auto 120px;
	border: 1px solid #ccc;
}
.service-detail-bottom-link a {
	position: relative;
	display: block;
	padding: 24px 0;
	border-bottom: 1px solid #ccc;
}
.service-detail-bottom-link a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #E31D23;
}
.service-detail-bottom-link a:last-child {
	border-bottom: none;
}
.chemical .service-detail-bottom-link a.chemical-link,
.vehicle .service-detail-bottom-link a.vehicle-link,
.real-estate .service-detail-bottom-link a.real-estate-link {
	background-color: #EFF0F2;
}
.bottom-link-icon {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 70px;
}
.service-detail-bottom-link .chemical-link img {
	width: 40px;
	height: auto;
}
.service-detail-bottom-link .vehicle-link img {
	width: 47px;
	height: auto;
}
.service-detail-bottom-link .real-estate-link img {
	width: 50px;
	height: auto;
}
.bottom-link-name {
	padding-left: 95px;
}
.bottom-link-name .jpn {
	display: block;
	font-size: 2.0rem;
	line-height: 1.4;
}
.bottom-link-name .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.1rem;
	color: #E31D23;
}

































































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

/* header
----------------------------------------- */
.page-visual {
	background: url(../images/page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
#contents {
	margin-top: 70px;
}

/* service */
.service-cat-list {
	margin-bottom: 140px;
}
.service-cat-list > li {
	position: relative;
	margin-bottom: 120px;
}
.service-cat-list > li::before {
}
.service-cat-list li:last-child {
	margin-bottom: 0;
}
.service-cat-inner {
	margin-bottom: 50px;
}
.service-cat-img {
	margin-bottom: 60px;
}
.service-cat-text-area {
}
.service-cat-ttl {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 10px 118px;
}
.service-cat-ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #111;
}


.service-cat-ttl .jpn {
	display: block;
	margin-bottom: 5px;
	font-size: 2.8rem;
	line-height: 1.2;
}
.service-cat-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.3rem;
	color: #E31D23;
}
.service-cat-copy {
	margin-bottom: 30px;
	padding: 0 60px;
	font-size: 2.2rem;
	line-height: 1.8;
}	
.service-cat-lead {
	padding: 0 60px;
	font-size: 1.3rem;
	line-height: 2.2;
}

.business-content-area {
	margin-bottom: 60px;
	padding: 0 60px;
}
.business-content-ttl {
	position: relative;
	margin-bottom: 20px;
	padding-left: 55px;
	font-size: 1.5rem;
}
.business-content-ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 1px;
	margin-top: -1px;
	background-color: #111;
}
.business-content-list {
	padding: 30px 35px;
	background-color: #EFF0F2;
}
.business-content-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 15px;
	font-size: 1.3rem;
	line-height: 1.6;
}
.business-content-list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #111;
}
.business-content-list li:last-child {
	margin-bottom: 0;
}
.service-cat-btn {
	padding: 0 60px;
	text-align: right;
}

/* dp-area */
.dp-area {
	margin-bottom: 160px;
	padding: 0 40px;
}
.dp-area-inner {
	padding: 0 60px 60px;
	border: 1px solid #111;
}
.dp-are-ttl {
	width: 10em;
	margin: -1.0em auto 50px;
	background-color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
.dp-area-inner-cont {
}
.dp-area-ttl {
	margin-bottom: 25px;
}
.dp-area-ttl .jpn {
	display: block;
	margin-bottom: 8px;
	font-size: 2.6rem;
	line-height: 1.4;
}
.dp-area-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.4rem;
	color: #E31D23;
}
.dp-area-lead {
}
.dp-area-lead p {
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 2.6;
}
.dp-area-lead p:last-child {
	margin-bottom: 0;
}

/* detail */
/* detail-intro */
.service-detail-intro-area {
	background: url(../images/service-detail-bg_pc.jpg) center 460px no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-detail-ttl {
	position: relative;
	padding-bottom: 120px;
	text-align: center;
}
.service-detail-ttl .jpn {
	display: block;
	font-size: 3.0rem;
	line-height: 1.6;
}
.service-detail-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.3rem;
	color: #E31D23;
}
.service-detail-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 80px;
	background-color: #111;
}
.service-detail-img {
	width: 80%;
	height: 460px;
	margin: -30px auto 100px;
}
.service-detail-intro-text-area {
	padding-bottom: 220px;
}
.service-detail-intro-copy-wrap {
	position: relative;
}
.service-detail-intro-copy {
	position: relative;
	margin-bottom: 65px;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.6;
	z-index: 100;
}
.service-detail-intro-copy-bg {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0;
	color: #fff;
	font-size: 190px;
	letter-spacing: -0.04em;
}
.service-detail-intro-lead {
	padding: 0 80px;
}
.service-detail-intro-lead .left-side {
	margin-bottom: 35px;
}
.service-detail-intro-lead .right-side {
}
.service-detail-intro-lead .left-side p,
.service-detail-intro-lead .right-side p {
	margin-bottom: 35px;
	font-size: 1.4rem;
	line-height: 2.4;
}
.service-detail-intro-lead .left-side p:last-child,
.service-detail-intro-lead .right-side p:last-child {
	margin-bottom: 0;
}

/* intro-slide */
.service-detail-intro-slide-wrap {
	margin: -140px 0 180px;
}
.service-detail-intro-slide {
	width: 100%;
}
.service-detail-intro-slide li {
	width: 300px !important;
	height: auto;
}
.service-detail-intro-slide .slide-caption {
	margin-top: 15px;
	font-size: 1.2rem;
}
.service-detail-intro-slide li img {
	width: 300px !important;
	height: auto;
}

/* business-detail-content */
.business-detail-content-sec {
	margin-bottom: 140px;
}
.business-detail-content-ttl {
	position: relative;
	padding-bottom: 80px;
	text-align: center;
}
.business-detail-content-ttl-inner {
	display: inline-block;
}
.business-detail-content-ttl .jpn {
	font-size: 2.6rem;
	line-height: 1.4;
}
.business-detail-content-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	color: #E31D23;
}
.business-detail-content-ttl .jpn span {
	position: relative;
}
.business-detail-content-ttl .jpn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	left: -100px;
	width: 60px;
	height: 1px;
	background-color: #111;
}
.business-detail-content-ttl .jpn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: -100px;
	width: 60px;
	height: 1px;
	background-color: #111;
}
.business-detail-content-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 6%;
}
.business-detail-content-list li {
	width: 47%;
	margin-bottom: 60px;
}
.business-detail-content-list li:nth-child(odd) {
	margin-right: 6%;
}
.business-detail-content-list li:last-child {
	margin-bottom: 0;
}
.business-detail-content-img {
	margin-bottom: 25px;
}
.business-detail-content-num {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.4rem;
}
.business-detail-content-list-ttl {
	margin-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}
.business-detail-content-lead {
	font-size: 1.3rem;
	line-height: 2.2;
}

/* detail-bottom-link */
.service-detail-bottom-link {
	width: 60%;
	max-width: 600px;
	min-width: 400px;
	margin: 0 auto 180px;
	border: 1px solid #ccc;
}
.service-detail-bottom-link a {
	position: relative;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.service-detail-bottom-link a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #E31D23;
}
.service-detail-bottom-link a:last-child {
	border-bottom: none;
}
.chemical .service-detail-bottom-link a.chemical-link,
.vehicle .service-detail-bottom-link a.vehicle-link,
.real-estate .service-detail-bottom-link a.real-estate-link {
	background-color: #EFF0F2;
}
.bottom-link-icon {
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 70px;
}
.service-detail-bottom-link .chemical-link img {
	width: 40px;
	height: auto;
}
.service-detail-bottom-link .vehicle-link img {
	width: 47px;
	height: auto;
}
.service-detail-bottom-link .real-estate-link img {
	width: 50px;
	height: auto;
}
.bottom-link-name {
	padding-left: 115px;
}
.bottom-link-name .jpn {
	display: block;
	font-size: 2.0rem;
	line-height: 1.4;
}

.bottom-link-name .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.1rem;
	color: #E31D23;
}

/* page-inner-link */
.page-inner-link {
	margin-bottom: 60px;
	text-align: center;
	background-color:#333;
	color:#fff;
	padding:20px;
}
.page-inner-link li {
	position: relative;
	display: inline-block;
}
.page-inner-link li::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #fff;
}
.page-inner-link li:last-child::after {
	display: none;
}

.page-inner-link a {
	position: relative;
	display: inline-block;
	padding: 0 65px 0 85px;
	font-size: 1.0rem;
	transition: color .3s;
	color:#fff;
}
.page-inner-link a:hover {
	color: #e31d24;
}
.page-inner-link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 66px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #e31d24 transparent transparent transparent;
}

} /* tablet end */



















































.section-unique-b {
    background: #f5f5f5;
	    margin-bottom: 50px;
}

.section-unique-b::after {
	float:none;
	clear:both;
		margin-bottom:100px;

}


.hdg-e .hdg-e-inner {
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 3.4rem;
    line-height: 1.4;
}

.idx-f>ul>li {
    padding: 0 2% 3rem 2%;
}

.idx-f>ul>li>a>.contents>.title, .idx-g>ul>li>a>.contents>.title {
    font-size: 1.3rem;
    margin: 0;
}

.section-unique-b .section-unique-b-inner {
    padding: 3rem 1.5rem;
	box-sizing: border-box;
}

@media print, screen and (min-width: 769px){
.section-unique-b .section-unique-b-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    padding: 2rem 2rem;
	box-sizing: border-box;
}
}
@media print, screen and (min-width: 769px){
.section-unique-b._type-a .section-unique-b-inner {
    padding-bottom: 0;
	margin-bottom:100px;
}

.hdg-e .hdg-e-inner {
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 3.4rem;
    line-height: 1.4;
}}
@media print, screen and (min-width: 769px){
.hdg-e .hdg-e-inner {
    font-size: 2.6rem;
    padding-left: 7.2rem;
}

}
/* PC 960px - */
@media only screen and (min-width: 960px) {

/* header
----------------------------------------- */
.page-visual {
	background: url(../images/page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
#contents {
	margin-top: 70px;
}

/* service */
.service-cat-list {
	margin-bottom: 240px;
}
.service-cat-list > li {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 50px;
	overflow: hidden;
}
.service-cat-list > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 27.3%;
	right: 0;
	width: 85%;
	height: 100%;
	background-color: #EFF0F2;
	z-index: -10;
}
.service-cat-list > li#vehicle::before {
	position: absolute;
	top: 26.8%;
	right: auto;
	left: 0;
}
.service-cat-list > li#real-estate::before {
	position: absolute;
	top: 28.2%;
}
.service-cat-list li:last-child {
	margin-bottom: 0;
}
.service-cat-inner {
	display: flex;
	margin-bottom: 105px;
}
#vehicle .service-cat-inner {
	display: flex;
	flex-direction: row-reverse;
}
.service-cat-img {
	width: 47%;
	margin-bottom: 0;
}
.service-cat-text-area {
	width: 53%;
	margin-top: 5%;
}
.service-cat-ttl {
	position: relative;
	margin: 0 0 45px -30px;
	padding: 0 0 10px 27%;
}
.service-cat-ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 15%;
	height: 1px;
	background-color: #111;
}
.service-cat-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: bold;
}
.service-cat-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.3rem;
	color: #E31D23;
}
.service-cat-copy {
	margin-bottom: 45px;
	padding: 0 20% 0 calc(27% - 30px);
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
}	
.service-cat-lead {
	padding: 0 20% 0 calc(27% - 30px);
	font-size: 1.4rem;
	line-height: 2.6;
}

.business-content-area {
	position: relative;
	width: 58%;
	margin: 0 10% 60px 32%;
	padding: 0 0 0 0;
}

.business-content-area2 {
	position: relative;
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	padding: 20px;
}
#vehicle .business-content-area {
	position: relative;
	width: 58%;
	margin: 0 25% 60px 17%;
	padding: 0 0 0 0;
}
.business-content-ttl {
	position: relative;
	position: absolute;
	top: -38px;
	left: -74px;
	margin: 0;
	padding: 0 0 50px 0;
	font-size: 1.6rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
}
.business-content-ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 30px;
	margin: 0 0 0 0;
	background-color: #111;
}
.business-content-list {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 100px;
	background-color: #fff;
}
.business-content-list li {
	position: relative;
	width: 40%;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.business-content-list li:nth-child(odd) {
	margin-right: 10%;
}
.business-content-list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #111;
}
.business-content-list li:last-child {
	margin-bottom: 0;
}
.service-cat-btn {
	padding: 0 10% 0 0;
	text-align: right;
}
#vehicle .service-cat-btn {
	padding: 0 25% 0 0;
	text-align: right;
}

/* dp-area */
.dp-area {
	width: 980px;
	margin: 0 auto 200px;
	padding: 0 20px;
}
.dp-area-inner {
	padding: 0 100px 100px;
	border: 1px solid #111;
}
.dp-are-ttl {
	width: 10em;
	margin: -1.0em auto 85px;
	background-color: #fff;
	text-align: center;
	font-size: 1.8rem;
}
.dp-area-inner-cont {
}
.dp-area-ttl {
	margin-bottom: 45px;
}
.dp-area-ttl .jpn {
	display: block;
	margin-bottom: 8px;
	font-size: 3.2rem;
	line-height: 1.4;
}
.dp-area-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	padding-left: 3px;
	font-size: 1.3rem;
	color: #E31D23;
}
.dp-area-lead {
}
.dp-area-lead p {
	margin-bottom: 60px;
	font-size: 1.4rem;
	line-height: 2.8;
}
.dp-area-lead p:last-child {
	margin-bottom: 0;
}

/* detail */
/* detail-intro */
.service-detail-intro-area {
	background: url(../images/service-detail-bg_pc.jpg) center 620px no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-detail-ttl {
	position: relative;
	padding-bottom: 140px;
	text-align: center;
}
.service-detail-ttl .jpn {
	display: block;
	font-size: 3.4rem;
	line-height: 1.6;
}
.service-detail-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.3rem;
	color: #E31D23;
}
.service-detail-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 80px;
	background-color: #111;
}
.service-detail-img {
	max-width: 1000px;
	height: 660px;
	margin: -20px auto 160px;
}
.service-detail-intro-text-area {
	padding-bottom: 300px;
}
.service-detail-intro-copy-wrap {
	position: relative;
}
.service-detail-intro-copy {
	position: relative;
	margin-bottom: 65px;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.7;
	z-index: 100;
}
.service-detail-intro-copy-bg {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0;
	color: #fff;
	font-size: 220px;
	letter-spacing: -0.04em;
}
.service-detail-intro-lead {
	display: flex;
	width: 65%;
	margin: 0 auto;
	padding: 0;
}
.service-detail-intro-lead .left-side {
	width: 45%;
	margin: 0 10% 0 0;
}
.service-detail-intro-lead .right-side {
	width: 45%;
}
.service-detail-intro-lead .left-side p,
.service-detail-intro-lead .right-side p {
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 2.6;
}
.service-detail-intro-lead .left-side p:last-child,
.service-detail-intro-lead .right-side p:last-child {
	margin-bottom: 0;
}

/* intro-slide */
.service-detail-intro-slide-wrap {
	margin: -180px 0 180px;
}
.service-detail-intro-slide {
	width: 100%;
}
.service-detail-intro-slide li {
	width: 400px !important;
	height: auto;
}
.service-detail-intro-slide .slide-caption {
	margin-top: 15px;
	font-size: 1.3rem;
}
.service-detail-intro-slide li img {
	width: 400px !important;
	height: auto;
}

/* business-detail-content */
.business-detail-content-sec {
	margin-bottom: 130px;
}
.business-detail-content-ttl {
	position: relative;
	padding-bottom: 115px;
	text-align: center;
}
.business-detail-content-ttl-inner {
	display: inline-block;
}
.business-detail-content-ttl .jpn {
	font-size: 2.8rem;
	line-height: 1.3;
}
.business-detail-content-ttl .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	color: #E31D23;
}
.business-detail-content-ttl .jpn span {
	position: relative;
}
.business-detail-content-ttl .jpn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	left: -100px;
	width: 60px;
	height: 1px;
	background-color: #111;
}
.business-detail-content-ttl .jpn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: -100px;
	width: 60px;
	height: 1px;
	background-color: #111;
}
.business-detail-content-list {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	margin: 0 auto;
	padding: 0;
}
.business-detail-content-list li {
	width: 28%;
	margin-bottom: 90px;
}
.business-detail-content-list li:nth-child(odd) {
	margin-right: 8%;
}
.business-detail-content-list li {
	margin-right: 8%;
}
.business-detail-content-list li:nth-child(3n) {
	margin-right: 0;
}
.business-detail-content-list li:last-child {
	margin-bottom: 0;
}
.business-detail-content-img {
	margin-bottom: 28px;
}
.business-detail-content-num {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.4rem;
}
.business-detail-content-list-ttl {
	margin-bottom: 22px;
	font-size: 1.8rem;
	text-align: center;
}
.business-detail-content-lead {
	font-size: 1.4rem;
	line-height: 2.4;
}

/* detail-bottom-link */
.service-detail-bottom-link {
	display: flex;
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto 240px;
	border: 1px solid #ccc;
}
.service-detail-bottom-link a {
	position: relative;
	display: block;
	width: 33.3%;
	padding: 18px 0 28px;
	border: none;
	border-right: 1px solid #ccc;
	transition: all .3s;
}
.service-detail-bottom-link a:hover {
	background-color: #EFF0F2;
}
.service-detail-bottom-link a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #E31D23;
	transition: all .3s;
}
.service-detail-bottom-link a:hover::after {
	position: absolute;
	top: 50%;
	right: 34px;
}
.service-detail-bottom-link a:last-child {
	border: none;
	width: 33.5%;
}
.chemical .service-detail-bottom-link a.chemical-link,
.vehicle .service-detail-bottom-link a.vehicle-link,
.real-estate .service-detail-bottom-link a.real-estate-link {
	background-color: #EFF0F2;
}
.bottom-link-icon {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 100%
}
.service-detail-bottom-link .chemical-link img {
	width: 48px;
	height: auto;
}
.service-detail-bottom-link .vehicle-link img {
	width: 60px;
	height: auto;
}
.service-detail-bottom-link .real-estate-link img {
	width: 54px;
	height: auto;
}
.bottom-link-name {
	padding: 0;
	text-align: center;
}
.bottom-link-name .jpn {
	display: block;
	font-size: 2.0rem;
	line-height: 1.4;
}
.bottom-link-name .eng {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 1.1rem;
	color: #E31D23;
}

} /* PC end */

.product_box {
    width: 100%;
}
.product_box .box {
    float: left;
    margin: 30px 2% 0 0;
    width: 23%;
    background: #fff;
    box-sizing:border-box;
}
.product_box .box .photo {
    text-align: center;
    border: 1px solid #ccc;
}
.product_box .box .photo img{
    width: 100%;
}
.product_box .box .text {
    padding: 10px;
    font-size: 13px;
    line-height: 1.3em;
    letter-spacing: -0.05em;
}
.product_box .box .spec {
    padding: 10px;
    background: #f0f0f0;
}
.product_box .box .spec1_left , .product_box .box .spec2_left {
    float: left;
    width: 30%;
    font-size: 12px;
    /*margin-bottom: 3px;*/
    /*padding-bottom: 3px;*/
    /*border-bottom: 1px solid #ccc;*/
    box-sizing:border-box;
}
.product_box .box .spec3_left {
    float: left;
    width: 30%;
    font-size: 12px;
}
.product_box .box .spec1_right , .product_box .box .spec2_right {
    float: left;
    width: 70%;
    font-size: 12px;
    /*margin-bottom: 3px;*/
    /*padding-bottom: 3px;*/
    /*border-bottom: 1px solid #ccc;*/
    box-sizing:border-box;
}
.product_box .box .spec3_right {
    float: left;
    width: 70%;
    font-size: 12px;
}



.idx-f>ul,.idx-g>ul{display:flex;flex-wrap:wrap}
.idx-f>ul>li,.idx-g>ul>li{width:46%}
.idx-f>ul>li>a,.idx-g>ul>li>a{display:flex;flex-direction:column-reverse;justify-content:flex-end}
.idx-f>ul>li>a>.img-wrap,.idx-g>ul>li>a>.img-wrap{border-radius:5px;background:#fff;box-shadow:0 .1rem .5rem 0 rgba(0,0,0,.1);min-height:11rem;margin:0;padding:1.2rem 0;display:flex;align-items:center;justify-content:center}
.idx-f>ul>li>a>.img-wrap.card-a>img,.idx-g>ul>li>a>.img-wrap.card-a>img{max-width:100%}
.idx-f>ul>li>a>.img-wrap.card-b>img,.idx-g>ul>li>a>.img-wrap.card-b>img{max-width:100%}
.idx-f>ul>li>a>.contents,.idx-g>ul>li>a>.contents{margin:1.5rem 0 0;line-height:1.4}
.idx-f>ul>li>a>.contents>.title,.idx-g>ul>li>a>.contents>.title{font-size:0.8rem;margin:0; background:none; padding:0px;}
.idx-f>ul>li>a>.contents>.title>.txt,.idx-g>ul>li>a>.contents>.title>.txt{color:#333;}
.idx-f>ul>li>a>.contents>.txt,.idx-g>ul>li>a>.contents>.txt{margin:.5rem 0 0;font-size:1.1rem}
.idx-f>ul>li>a>.contents>.sub-txt,.idx-g>ul>li>a>.contents>.sub-txt{margin:0.2rem 0 0;color:#999;font-size:0.6rem}@media print,screen and (min-width:769px){.idx-f>ul>li>a:active>.img-wrap,.idx-f>ul>li>a:focus>.img-wrap,.idx-f>ul>li>a:hover>.img-wrap,.idx-g>ul>li>a:active>.img-wrap,.idx-g>ul>li>a:focus>.img-wrap,.idx-g>ul>li>a:hover>.img-wrap{box-shadow:0 .5rem 2rem 0 rgba(0,0,0,.15)}
.idx-f>ul>li>a:active>.contents>.title>.txt,.idx-f>ul>li>a:focus>.contents>.title>.txt,.idx-f>ul>li>a:hover>.contents>.title>.txt,.idx-g>ul>li>a:active>.contents>.title>.txt,.idx-g>ul>li>a:focus>.contents>.title>.txt,.idx-g>ul>li>a:hover>.contents>.title>.txt{animation:linelink .8s cubic-bezier(.23,1,.32,1) 0s}
.idx-f>ul>li>a>.img-wrap,.idx-g>ul>li>a>.img-wrap{padding-top:1.8rem;padding-bottom:1.8rem;transition:box-shadow .4s cubic-bezier(.23,1,.32,1) 0s}
.idx-f>ul>li>a>.contents,.idx-g>ul>li>a>.contents{margin-top:2rem}
.idx-f>ul>li>a>.contents>.title,.idx-g>ul>li>a>.contents>.title{font-size:1.2rem; background: none;}
.idx-f>ul>li>a>.contents>.sub-txt,.idx-f>ul>li>a>.contents>.txt,.idx-g>ul>li>a>.contents>.sub-txt,.idx-g>ul>li>a>.contents>.txt{font-size:1.0rem}
.idx-f._col2>ul>li>a>.img-wrap.card-a>img,.idx-f._col3>ul>li>a>.img-wrap.card-a>img,.idx-g._col2>ul>li>a>.img-wrap.card-a>img,.idx-g._col3>ul>li>a>.img-wrap.card-a>img{max-width:14.8rem}
.idx-f._col2>ul>li>a>.img-wrap.card-b>img,.idx-f._col3>ul>li>a>.img-wrap.card-b>img,.idx-g._col2>ul>li>a>.img-wrap.card-b>img,.idx-g._col3>ul>li>a>.img-wrap.card-b>img{max-width:9.4rem}
.idx-f._col2>ul>li,.idx-g._col2>ul>li{width:50%}
.idx-f._col2>ul>li>a>.img-wrap,.idx-g._col2>ul>li>a>.img-wrap{min-height:21rem}
.idx-f._col3>ul>li,.idx-g._col3>ul>li{width:33.333%}
.idx-f._col3>ul>li>a>.img-wrap,.idx-g._col3>ul>li>a>.img-wrap{min-height:18.7rem}
.idx-f._col4>ul>li,.idx-g._col4>ul>li{width:25%}
.idx-f._col4>ul>li>a>.img-wrap,.idx-g._col4>ul>li>a>.img-wrap{min-height:13.5rem}
.idx-f._col4>ul>li>a>.img-wrap.card-a>img,.idx-g._col4>ul>li>a>.img-wrap.card-a>img{max-width:9.8rem}
.idx-f._col4>ul>li>a>.img-wrap.card-b>img,.idx-g._col4>ul>li>a>.img-wrap.card-b>img{max-width:6.2rem}}
.idx-f,.idx-f+.btn-list-a,.idx-f+.form-check-a._type-a,.idx-f+.insert-arrow-a,.idx-f+.link-faq-a,.idx-f+.link-wrap-center,.idx-f+.list-bullet-a,.idx-f+.list-desc-a,.idx-f+.list-notes-a,.idx-f+.list-order-a,.idx-f+.lyt-form-txt-a,.idx-f+.lyt-img-a,.idx-f+.lyt-img-b,.idx-f+.lyt-img-c,.idx-f+.lyt-movie-a,.idx-f+p{margin-top:2rem}
.idx-f+.box-b,.idx-f+.box-c._type-a,.idx-f+.box-d,.idx-f+.box-e,.idx-f+.box-f,.idx-f+.box-form-a,.idx-f+.box-g,.idx-f+.box-j,.idx-f+.btn-more-a,.idx-f+.idx-a,.idx-f+.idx-b,.idx-f+.idx-c,.idx-f+.idx-d,.idx-f+.idx-e,.idx-f+.idx-f,.idx-f+.link-list-b,.idx-f+.list-desc-b,.idx-f+.list-faq-a,.idx-f+.list-flow-a,.idx-f+.lyt-col-b,.idx-f+.pnl-a,.idx-f+.pnl-c,.idx-f+.pnl-g,.idx-f+.tab-b,.idx-f+.tbl-a,.idx-f+.tbl-b{margin-top:3rem}
@media print,screen and (min-width:769px){.idx-f,.idx-f+.btn-list-a,.idx-f+.form-check-a._type-a,.idx-f+.insert-arrow-a,.idx-f+.link-faq-a,.idx-f+.link-wrap-center,.idx-f+.list-bullet-a,.idx-f+.list-desc-a,.idx-f+.list-notes-a,.idx-f+.list-order-a,.idx-f+.lyt-form-txt-a,.idx-f+.lyt-img-a,.idx-f+.lyt-img-b,.idx-f+.lyt-img-c,.idx-f+.lyt-movie-a,.idx-f+p{margin-top:6rem}
.idx-f+.box-b,.idx-f+.box-c._type-a,.idx-f+.box-d,.idx-f+.box-e,.idx-f+.box-f,.idx-f+.box-form-a,.idx-f+.box-g,.idx-f+.box-j,.idx-f+.btn-more-a,.idx-f+.idx-a,.idx-f+.idx-b,.idx-f+.idx-c,.idx-f+.idx-d,.idx-f+.idx-e,.idx-f+.idx-f,.idx-f+.link-list-b,.idx-f+.list-desc-b,.idx-f+.list-faq-a,.idx-f+.list-flow-a,.idx-f+.lyt-col-b,.idx-f+.pnl-a,.idx-f+.pnl-c,.idx-f+.pnl-g,.idx-f+.tab-b,.idx-f+.tbl-a,.idx-f+.tbl-b{margin-top:4rem}}
@media print,screen and (min-width:769px){.idx-f>ul{margin-bottom:-4rem;}
.idx-f>ul>li{padding-bottom:4rem;padding-left:3rem;width:25%;box-sizing: border-box;}}





/*footer*/
div#footer {
    z-index: 10;
    position: relative;
}

.footer_image {
    height: 31vw;
    overflow: hidden;
}

.footer_image img{
    width: 100%;
}

.footerlogo{
    width: 25vw;
    padding: 20%;
}

.footerlogo img {
    width: 100%;
    min-width: 70px;
}

@media (max-width: 768px){
.footerlogo {
     padding: 0 0 20px 0;
	 width:50%;
}
.footerlogo img{
     width: 100%;
}

}