/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
	

}

*:first-child + html body {
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
}

body{
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
	



}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:80px;
	margin:0 auto;
	position:relative;


}

header{

	width:100%;
	height:80px;
	margin:0 auto;
		
	padding:0 60px;
	box-sizing:border-box;

}

.h_logo{
	width:250px;
	height:auto;
	position: absolute;
	top:28px;
	left:50px;
}

.header_txt{
	position: absolute;
	top:15px;
	left:60px;
	line-height: 120%;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	z-index:200;
	box-sizing:border-box;
}


.header_sns{
    max-width: 30px;
    position: absolute;
	top:9px;
	right:410px;
}


.header_sns img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.header_sns:hover img {
	opacity: .7;
}




.header_tel{

	position:absolute;
	top:10px;
	right:50px;
	font-size:25px;
	line-height:100%;
	vertical-align:top;	
	text-align:right;
    color: #074084;
    
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 700;    
}


.header_tel span{
	font-size:16px;
	line-height:100% !important;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:bottom;
    color: #000000;
} 

.header_tel p{
	font-size:16px;
}


.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


.footer_bg{
	height:430px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


footer{
	height:430px;
	margin:0 auto;
	position:relative;

    box-sizing: border-box;


}

.footer_in{	
    position: absolute;
    bottom: 45px;

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	

	box-sizing:border-box;
}


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	font-size:14px;
	line-height:150%;
	color:#000;
	margin-bottom:10px;
    text-align: center;    
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
    text-align: center;
}

footer a{
	color:#FFF;
	text-decoration:none;
}

footer a:hover{
	color:#FFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
    text-align: center;
}


}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 50px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 50px 0;

}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 50px 0;

}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.header_bg{
	max-width:1420px;
	width:100%;
	height:55px;
	margin:0 auto;
	position:relative;


}

header{	
	max-width:1300px;
	width:100%;
	height:55px;
	margin:0 auto;
		
	padding:0 30px;
	box-sizing:border-box;
}

.h_logo{
	width:230px;
	height:auto;
	position: absolute;
	top:9px;
	left:30px;
}

.header_txt{

	position: absolute;
	top:9px;
	left:40px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:10;

	text-align:left;

	box-sizing:border-box;
}




.header_sns{
    max-width: 30px;
    position: absolute;
	top:12px;
	right:90px;
}


.header_sns img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.header_sns:hover img {
	opacity: .7;
}



.header_tel{
	width:219px;
	height:auto;
	position:absolute;
	top:50px;
	right:0;
	
	display:none;
}


.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:72px;
	left:15px;


	color:#000;
	font-size:16px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
}




.h_fb{
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 19px;
	right:64px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


.footer_bg{
	height:300px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


footer{
	height:300px;
	margin:0 auto;
	position:relative;

    box-sizing: border-box;


}

.footer_in{	
    position: absolute;
    bottom: 20px;

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	

	box-sizing:border-box;
}


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	font-size:13px;
	line-height:150%;
	color:#000;
	margin-bottom:10px;
    text-align: center;    
}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
    text-align: center;
}

footer a{
	color:#FFF;
	text-decoration:none;
}

footer a:hover{
	color:#FFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
    text-align: center;
}

}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:15px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 30px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 30px 0;

}



.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 30px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */



.header_bg{
	max-width:1420px;
	width:100%;
	height:55px;
	margin:0 auto;
	position:relative;

}

header{
	max-width:1300px;
	width:100%;
	height:55px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}



.h_logo{
	width:210px;
	height:auto;
	position: absolute;
	top:11px;
	left:20px;
}


.header_txt{

	position: absolute;
	top:10px;
	left:20px;
	margin-left:0 !important;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align:left !important;
	line-height:110%;
	z-index:10;

	box-sizing:border-box;
}



.header_sns{
    max-width: 25px;
    position: absolute;
	top:15px;
	right:75px;
}


.header_sns img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.header_sns:hover img {
	opacity: .7;
}

.header_tel{
	width:180px;
	height:auto;
	position:absolute;
	top:50px;
	right:0;

	display:none;
}

.header_01{
	width:220px;
	height:28px;
	position:absolute;
	top:62px;
	left:50%;
	margin-left:-110px;
	
	border-top:1px solid #ff6633;
	border-bottom:1px solid #ff6633;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center; 
}





.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:68px;
	left:22px;


	color:#000;
	font-size:14px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
}


.h_fb{
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 58px;
	right:20px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}

/* footer ---------------------------------------------- */


.footer_bg{
	height:240px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


footer{
	height:240px;
	margin:0 auto;
	position:relative;

    box-sizing: border-box;


}

.footer_in{	
    position: absolute;
    bottom: 15px;

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	

	box-sizing:border-box;
}


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	font-size:12px;
	line-height:160%;
	color:#000;
	margin-bottom:5px;
    text-align: center;    
}

.ad_ttl{
	font-size:13px;
	line-height:120%;
	margin-bottom:10px;	
	color:#000;
    text-align: center;
}

footer a{
	color:#FFF;
	text-decoration:none;
}

footer a:hover{
	color:#FFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 11px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
    text-align: center;
}





}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1{


    margin-bottom: 30px;
    
}


.heading07 {
	position: relative;

    font-size: 35px;
    line-height: 140%;
    text-align: center;

    color: #074084;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
    
}

.heading07  em{
    color: #af091c;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-12deg);
	top: -15px;
	left: 11%;
	color: rgba(224,66,114,0.6);
	font-size: 80px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
    color: #c9c9c9;
    letter-spacing: -0.1em;
}


h2.h2_01{
	font-size:35px;
	line-height:120%;
	color:#000000;
	margin-bottom:40px;
    letter-spacing: 0.1em;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}

h2.h2_01 p{
	font-size:18px;
	line-height:100%;
	color:#074084;
	margin-bottom:5px;
    letter-spacing: 0.05em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

h2.h2_01 span{
	color:#074084 !important;
}

h2.h2_02{
	font-size:35px;
	line-height:120%;
	color:#FFFFFF;
	margin-bottom:40px;
    letter-spacing: 0.1em;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}

h2.h2_02 p{
	font-size:18px;
	line-height:100%;
	color:#074084;
	margin-bottom:5px;
    letter-spacing: 0.05em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

h2.h2_02 span{
	color:#074084 !important;
}


.h2_01_btm{
	margin-bottom:20px !important;
}


h3.h3_01{
	font-size:28px;
	line-height:120%;
	color:#000000;
	margin-bottom:35px;
    border-bottom: 1px solid #000000;
    padding-bottom: 12px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}

h4.h4_01{
	font-size:24px;
	line-height:120%;
	color:#000000;
    border-left: 7px solid #60769E;
    padding: 7px;
	margin-bottom:30px;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}





/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:600px;

	z-index:5;



	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}








/* 各ページイメージ ---------------------------------------------- */



.m_top_img{
	width: 100%;
	height:600px !important;
	background:url("../img/top/slide01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position: relative;
}

.product_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/product/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.company_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.service_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.pickup_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/pickup/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.periodic_inspection_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/periodic_inspection/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.recruit_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.contact_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}






/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}





.button01_b{

	width:200px;
	height:auto;
	margin:0 auto 0 auto;

	font-size:18px;
	line-height:100%;
}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:9px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;

}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








.button02_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








.button03_b{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}


/* トップ　文言 ---------------------------------------------- */


.tp_mgn01{
}

.tp_mgn01 dl dt{
}

.tp_mgn01 dl dd{
    max-width: 770px;
    width: 100%;
	font-size:18px;
	line-height:180%;
	text-align:center;
    margin: 0 auto;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;      
}

.tp_mgn01 dl dd span:before {
	content: "\A" ;
	white-space: pre ;
}





/* トップ　建設機械のことならお任せください!---------------------------------------------- */


.tp_oms_bg{
	height:340px !important;
	background:url("../img/top/01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_oms01{
    height: 340px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_oms01 dl dt{
	font-size:35px;
	line-height:120%;
	text-align:center;
    margin: 0 auto 20px auto;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;      
}


.tp_oms01 dl dd{
	font-size:20px;
	line-height:160%;
	text-align:center;
    margin: 0 auto 30px auto;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
}


.tp_oms01 dl dd span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_oms02{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.tp_oms02 ul li{
    width: 48.5%;
    height: auto;
    margin-right: 3%;
    float: left;
}

.tp_oms02 ul li:nth-child(2n){
	margin-right:0%;
}


.tp_oms02 ul li a{
    display: block;
    background: url("../img/top/01_btn.png") repeat;
    text-align: center;
    color: #FFFFFF;
    
    font-size: 22px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;    
    
    height: 50px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.tp_oms02 ul li a:hover{
    color: #074084;
}




/* トップ　商品案内---------------------------------------------- */

.bnr_teiki{
    text-align: center;
    margin-bottom: 60px;
}

.bnr_teiki ul li{
    margin-bottom: 40px;
}

.bnr_teiki ul li:last-child{
    margin-bottom:0px;
}

.bnr_teiki ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.bnr_teiki ul li:hover img {
	opacity: .7;
}


.tp_pdi{
    margin-bottom: 60px;

}

.tp_pdi ul li{
    width: 24.4%;
    height: 300px;
    margin-right: 0.8%;
    margin-bottom: 12px;
    float: left;

    box-sizing: border-box;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */      
}

.tp_pdi ul li:nth-child(4n){
	margin-right:0%;
}


.tp_pdi_in{
    width: 100%;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.1);
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */   
       
}
    
.tp_pdi_in dl dt{
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;       
}
    
.tp_pdi_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_pdi_btn{
    width: 130px;
    margin: 0 auto;
}

.tp_pdi_btn a{
    width: 130px;
    
    display: block;
    height: 30px;
    
    font-size: 17px;
    line-height: 110%;
    color: #FFFFFF;
    background: #d3a507;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.tp_pdi_btn a:hover{
    color: #074084;
}


.tp_pdi_bg01{
	height:300px !important;
	background:url("../img/top/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg02{
	height:300px !important;
	background:url("../img/top/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg03{
	height:300px !important;
	background:url("../img/top/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg04{
	height:300px !important;
	background:url("../img/top/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg05{
	height:300px !important;
	background:url("../img/top/02_05.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg06{
	height:300px !important;
	background:url("../img/top/02_06.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg07{
	height:300px !important;
	background:url("../img/top/02_07.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg08{
	height:300px !important;
	background:url("../img/top/02_08.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg09{
	height:300px !important;
	background:url("../img/top/02_09.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg10{
	height:300px !important;
	background:url("../img/top/02_10.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg11{
	height:300px !important;
	background:url("../img/top/02_11.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg12{
	height:300px !important;
	background:url("../img/top/02_12.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


/* トップ　オススメ商品 ---------------------------------------------- */


.responsive_slide{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto 70px auto;

}

.responsive_slide_list{
	width:100%;
	height:auto;	
}

.responsive_slide_list_b{
	margin-right:8px;
	background:#FFF;

	text-align:center;
	
	box-sizing:border-box;

}

.responsive_slide_list_b p{
    margin-top: 10px;
}

.responsive_slide_list_b a{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
}
 
.responsive_slide_list_b a:hover{
color: #000000;
text-decoration: underline;
}

 
.responsive_slide_list_b img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.responsive_slide_list_b:hover img {
	opacity: .6;
}




/* トップ　会社情報--------------------------------------------- */

.tp_abt{
}

.tp_abt table{
	width:100%;
	height:auto;

}

.tp_abt table th{
	width:160px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:18px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_abt table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:18px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}


.tp_abt table td span{
    margin-left: 15px;

}






.tp_abt_map{

}



/* トップ新着 ---------------------------------------------- */


.tp_news_in{
	width:100%;
	height:auto;

}

.tp_news_in dl dt{
	float:left;
	clear:both;

	font-size:18px;
	line-height:120%;
	max-width:100px;
}

.tp_news_in dl dd{
	padding-left:130px;
	font-size:18px;
	line-height:120%;
	
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}



/* トップ入り口 ---------------------------------------------- */


.tp_igt{
margin-bottom:20px;

}

.tp_igt ul li{
    width: 49.5%;
    height: 350px;
    margin-right:1%;
    float: left;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_igt ul li:nth-child(2n){
	margin-right:0%;
}


.tp_igt_in{

    height: 350px;
    padding: 5px;
    box-sizing: border-box;

    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */   
       
}
    
.tp_igt_in dl dt{
    font-size: 35px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;       
}
    


.tp_igt_bg01{
	width: 100%;
	height:350px !important;
	background:url("../img/top/03_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt_bg02{
	width: 100%;
	height:350px !important;
	background:url("../img/top/03_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




/* トップ採用 ---------------------------------------------- */

.tp_rrt_bg{

	height:350px !important;
	background:url("../img/top/04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_rrt_in{
max-width: 570px;
width: 100%;
height: 350px;
float: right;
clear: both;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.tp_rrt_in dl dt{
     font-size: 27px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;      
}

.tp_rrt_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}


/* 業務案内 ---------------------------------------------- */

.svs_01{

} 

.svs_01 ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right:0.8%;

    box-sizing: border-box;
    margin-bottom: 60px;
}

.svs_01 ul li:nth-child(3n){
	margin-right:0%;
}


.svs_01_bg{
height: 400px;
    padding: 60px 40px;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */        
}


.svs_01_bg dl dt{
    font-size: 70px;
    line-height: 140%;
    color: #ff6699;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;

}

.svs_01_bg dl dd{
    font-size: 24px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    
}



.svs_01_in{
}

.svs_01_in dl dt{
    font-size: 20px !important;
    line-height: 160%;
    color: #000000 !important;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
    margin-bottom: 5px;
}


.svs_01_in dl dd{
    font-size: 16px !important;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    

}



.svs_01_bg01{
	width: 100%;
	height:400px !important;
	background:url("../img/service/01_01.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg02{
	width: 100%;
	height:400px !important;
	background:url("../img/service/01_02.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg03{
	width: 100%;
	height:400px !important;
	background:url("../img/service/01_03.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg04{
	width: 100%;
	height:400px !important;
	background:url("../img/service/01_04.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg05{
	width: 100%;
	height:400px !important;
	background:url("../img/service/01_05.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg06{
	width: 100%;
	height:400px !important;
	background:url("../img/service/01_06.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






/* トップ　会社情報 ---------------------------------------------- */




.tp_cpy_bg{
	width: 100%;
	height:500px !important;
	background:url(../img/top/tp_03_01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_cpy{
	width:100%;
	height:auto;
}

.tp_cpy_l{
	width:49%;
	height:500px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	width:49%;
	height:500px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}








/* トップ　事業案内 ---------------------------------------------- */




.tp_svs_bg{
	width: 100%;
	height:500px !important;
	background:url(../img/top/tp_03_02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_svs{
	width:100%;
	height:auto;
}

.tp_svs_l{
	width:49%;
	height:500px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r{
	width:49%;
	height:500px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}











/* トップ お問い合わせ ---------------------------------------------- */





.tp_cmn_ctt_bdr{
    border-top: 1px solid #4f86c5;
}

.tp_cmn_ctt{

}


.tp_cmn_ctt dl dt{
	font-size:32px;
	line-height:130%;

	margin-bottom:15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.tp_cmn_ctt dl dd{
	font-size:50px;
	line-height:130%;
    margin-bottom: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
}
.tp_cmn_ctt dl dd p{
	font-size:18px;
	line-height:130%;

	text-align:left;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dd a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dd a:hover{
	color:#000;
	text-decoration:underline;
}


.tp_cmn_ctt_btn{
    width: 395px;
    height: 50px;
}


.tp_cmn_ctt_btn a{
    display: block;
    height: 50px;
    padding: 5px;
    box-sizing: border-box;
    background: #0b7ab7;
    border: 1px solid #0b7ab7;
    box-sizing: border-box;
    
    color: #FFFFFF;
    font-size: 25px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;       
}



.tp_cmn_ctt_btn a:hover{
    background:#FFFFFF;
    border: 1px solid #0b7ab7;
    color: #0b7ab7;    
}




/* 商品案内---------------------------------------------- */

.pdt_tab01{
margin-bottom: 40px;

}


.pdt_tab01 ul li{
    width: 16%;
    height: auto;
    margin-right: 0.8%;
    margin-bottom: 9px;
    float: left;
}

.pdt_tab01 ul li:nth-child(6n){
	margin-right:0%;
}

.pdt_tab01 ul li a{
    display: block;
    background: #074084;
    color: #FFFFFF;
    padding: 0 5px;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    height: 50px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.pdt_tab01 ul li a:hover{
    background:#AD0003;
    color: #FFFFFF;

}




.pdt01{
}


.pdt01 ul li{
    width: 24.25%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    
    background: #175c85;
    padding: 8px;
    box-sizing: border-box;
}

.pdt01 ul li:nth-child(4n){
	margin-right:0%;
}

.pdt01 ul li dl dt{
    color: #FFFFFF;
    font-size: 22px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    padding: 7px 0 10px 0;
    text-align: center;
}



.pdt01 ul li dl dd{
    height: 110px;
    background: url("../img/product/bg.jpg") repeat;

    font-size: 18px;
    line-height: 140%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.pdt01 ul li dl dd dl dt{
    color: #060606;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
    padding: 0;
    text-align: center;
}

.pdt01 ul li dl dd dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.pdt01 ul li dl dd dl dd{
    height:auto;
    background:none;

    font-size: 14px;
    line-height: 120%;
}


.pdt01_btn01{
    width: 110px;
    height: auto;
    margin: 0 auto;
}


.pdt01_btn01 a{
    display: block;
    background: #175c85;
    border: 1px solid #175c85;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 8px;

    font-size: 14px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pdt01_btn01 a:hover{
    border: 1px solid #175c85;
    background:#FFFFFF;
    color: #175c85;
    text-align: center;

}



.pdt01_btn02{
    width: 110px;
    height: auto;
    margin: 0 auto;
}


.pdt01_btn02 a{

    display: block;
    background: #c71618;
    border: 1px solid #c71618;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 2px;

    font-size: 14px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pdt01_btn02 a:hover{
    border: 1px solid #c71618;
    background:#FFFFFF;
    color: #c71618;
    text-align: center;

}



.pdt02{
    margin-bottom: 40px;
}


.pdt02 ul li{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px auto;

    text-align:center;
}

.pdt02 ul li:last-child{
    margin: 0 auto;
}


.pdt03{


}
.pdt03 table{
	width:100%;
	height:auto;

}

.pdt03 table th{
	width:100px;
	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    background: #438F9E;
    font-size:15px;
    line-height: 150%;
    color: #FFFFFF;
	border-collapse:collapse;

	text-align:left;
    border:1px solid #FFFFFF;
}

.pdt03 table td{
	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    background: #E3F0F1;

	text-align:left;
    border:1px solid #FFFFFF;
}

.table-scroll{
    margin-bottom: 80px;

  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}


/* 以下、スクロールバーを追加 */

.table-scroll::-webkit-scrollbar{
	 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.table-scroll:-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}



.pdt04{
    margin-bottom: 80px;
}

.pdt04 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #47A2C8;
    margin-bottom: 8px;
}

.pdt04 dl dd{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 30px;
}

.pdt04 dl dd:last-child{
	margin-bottom: 0;
}


.pdt05_txt01{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 40px;
}






/* 業務内容---------------------------------------------- */


.svs01{
    margin-bottom: 70px;
}


.svs01 ul li{
     width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 18px;
    background: url("../img/service/list.jpg") left 5px no-repeat;
    border-bottom: 2px dotted #828282;
    
    font-size: 16px;
    line-height: 140%;
    

    box-sizing: border-box;  
}

.svs01 ul li:nth-child(3n){
	margin-right:0%;
}



/* 会社情報 ---------------------------------------------- */




.abt_msg{
    margin-top: 80px;
    margin-bottom: 70px;
}

.abt_msg dl dt{
    font-size: 36px;
    line-height: 130%;
    color: #074084;

    margin-bottom: 25px;


}

.abt_msg dl dd{
    font-size: 18px;
    line-height: 200%;

    letter-spacing: -0.03em;

}


.abt_msg dl dd p{
    text-align: center;
    margin-bottom: 25px;

}


.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 50px;

}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    float:left;
    margin-right: 25px;
    margin-bottom: 8px;

}

.abt_map{
  filter: grayscale(50%);
}




/* レンタルご利用方法 ---------------------------------------------- */

.rtl_txt01{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 35px;
}

.rtl_b01{
}

.rtl_b01 ul li{
    margin-bottom: 25px;
}

.rtl_b01 ul li:last-child{
	margin-bottom: 0;
}

.rtl_b01 ul li dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #175c85;
    margin-bottom: 7px;
    background: url("../img/rental/list.jpg") left 6px no-repeat;
    padding-left: 18px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}

.rtl_b01 ul li dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 20px;    
}

.rtl_b01 ul li dl dd p{
    margin-bottom: 7px;
}

.rtl_b01 ul li dl dd ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;

}

.rtl_b01 ul li dl dd:last-child{
	margin-bottom: 0;
}




/* 事業案内---------------------------------------------- */


.svs_b01{
	width:100%;
	height:auto;
	margin-bottom:50px;
}

.svs_b01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}

.svs_b01 ul li:last-child{
	margin-right:0%;
}


.svs_b01_out{
	height:160px;
	background:#FFF;
	
	padding:20px;
	box-sizing:border-box;
	
	border:1px solid #000;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}


.svs_b01 ul li dl{


	

}

.svs_b01 ul li dl dt{
	font-size:18px;
	line-height:130%;
	margin-bottom:12px;
	color:#000;
	text-align:center;
}

.svs_b01 ul li dl dd{
	font-size:15px;
	line-height:120%;
	text-align:center;
}



.svs_b01_nagare{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto 80px auto;
}


.svs_b01_nagare ul li{

	margin-bottom:15px;
}

.svs_b01_nagare_in{
	background:#125299;
	padding:18px;
	color:#FFF;
	text-align:center;
	margin-bottom:15px;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.svs_b01_nagare ul li:not(:last-child):after{
  content:url(../img/service/list.png);
  display:block;
  text-align:center;
}

.svs_b01_nagare dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:8px;
}

.svs_b01_nagare dl dd{
	font-size:16px;
	line-height:120%;

}




.svs_b02{
}

.svs_b02 dl dt{
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}

.svs_b02 dl dd{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
}

.svs_b02 dl dd table{
	width:100%;
	height:auto;
}

.svs_b02 dl dd table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	width:100px;
	padding:3px 0px;
	vertical-align:text-top;

}

.svs_b02 dl dd table td{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	padding:3px 0px;
}

.svs_b02 dl dd table td ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	
}

.svs_b02 dl dd table td ul li:last-child{
	margin-right:0%;
}






.svs_b03{
	margin-bottom:80px;
}

.svs_b03_l{
	width:49%;
	height:auto;
	float:left;
}

.svs_b03_r{
	
	width:49%;
	height:auto;
	float:right;
}

.svs_b03 ul li{
	list-style:disc;
	font-size:17px;
	line-height:120%;
	margin-bottom:15px;
	margin-left:20px;
}

.svs_b03 ul li:last-child{
	margin-bottom:0px;
}


.svs_b04{
	max-width:610px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.svs_b04 ul li{
	margin-bottom:40px;
}

.svs_b04 dl dt{
	font-size:22px;
	line-height:120%;
	margin-bottom:15px;
}

.svs_b04 dl dd{
	font-size:18px;
	line-height:120%;
	margin-bottom:15px;
}


.svs_b05{
	
}

.svs_b05 ul li{
	width:32.4%;
	height:auto;
	margin-right:1.4%;
	margin-bottom:20px;
	float:left;
}

.svs_b05 ul li:nth-child(3n){
	margin-right:0%;
}

	
    
    
    

/* オススメ商品---------------------------------------------- */

.pu_01_bg{
	width: 100%;
	height:280px !important;
	background:url(../img/pickup/01/01.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 50px auto;
 }
        
 .pu_01{
     height: 280px;
     padding: 20px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	  
}

 .pu_01 dl dt{
     font-size: 28px;
     line-height: 140%;
     text-align: center;
     margin-bottom: 5px;

     color:#FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
}

 .pu_01 dl dd{
     font-size: 40px;
     line-height: 150%;
     text-align: center;
     color:#FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   

} 
    


 .pu_02{
     max-width: 490px;
     width: 100%;
     height: auto;
     margin: 0 auto 70px auto;

 }
 
  .pu_02 dl dt{
       font-size: 30px;
     line-height: 150%;
     margin-bottom: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }
  
    .pu_02 dl dt span{
         border-bottom: 4px dotted #d58d03;
         padding-bottom: 5px;
    }

 
  .pu_02 dl dd ul li{
      background: url("../img/pickup/01/list.jpg") left 7px no-repeat;
      padding-left: 24px;
      margin-bottom: 15px;
    font-size: 22px;
    line-height: 140%;      
}

  .pu_02 dl dd ul li:last-child{
	margin-bottom:0px;
}


  .pu_03{
      margin-bottom: 40px;
  }


  .pu_03 dl dt{
     font-size: 32px; 
     line-height: 150%;
     margin-bottom: 30px;
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }



  .pu_03 dl dt span{
      float: left;
      clear:both;
      
     height:50px;
     width:50px;
     border-radius:50%;
     line-height:50px;
     text-align:center;
     background: #175c85;
     margin-right: 15px;

     
     font-size: 30px; 
     color: #FFFFFF;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }

  .pu_03 dl dd{

     
     font-size: 20px; 
     line-height: 160%;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }


  .pu_03_01_img{
      text-align: center;
      margin-bottom: 70px;

}


  .pu_03_02_img{
      max-width: 1000px;
      width: 100%;
      padding: 20px;
      background: #e4efeb;
      text-align: center;
      margin: 0 auto 70px auto;
}


  .pu_03_03_img{
      max-width: 1000px;
      width: 100%;
      padding: 20px;
      background: #f7f7f7;
      text-align: center;
      margin: 0 auto 70px auto;
}





  .pu_04{
      margin-bottom: 40px;
  }


  .pu_04 dl dt{
     font-size: 32px; 
     line-height: 150%;
     border-left: 7px solid #175c85;
     margin-bottom: 30px;
     padding: 3px 10px;
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;  
  }

  .pu_04 dl dd{
     font-size: 18px; 
     line-height: 180%;

  }

  .pu_05{
  
  }
  
  .pu_05 ul li{
      width: 23.5%;
      height: auto;
      float: left;
      margin-right: 2%;
      margin-bottom: 20px;
  }
  
  .pu_05 ul li:nth-child(4n){
	margin-right:0%;
}




.pu_06{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 30px;

}



.tn_b01{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.tn_b01 table{
	width:100%;
	height:auto;
}

.tn_b01 table tr {
	cursor:pointer;
}

.tn_b01 table tr:hover    {
	background:#E2FFE2 !important;
}



.tn_b01 table th{
	padding:10px 10px;
	font-size:13px;
	line-height:140%;
	vertical-align:top;
	background:#006699;
	border:1px solid #cccccc;
	text-align:center;
	color:#FFF;
}

.tn_b01 table td{
	font-size:13px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
}

.tn_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.tn_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}


.tn_b01 table tr:nth-child(even){
	background:#e5eff5;
}




.tn_b01 table td span{
    color: #FF0004;
    margin-right: 10px;
}



.tn_b02{
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin: 0 auto 50px auto;
    border-bottom: 2px dotted #ACACAC;
}


.tn_b02_l{
    width: 40%;
    height: auto;
    float: left;
}

.tn_b02_r{
    width: 55%;
    height: auto;
    float: right;
}


.tn_b02_t{
    margin-bottom: 25px;
}

.tn_b02_t table{
	width:100%;
	height:auto;
}

.tn_b02_t table th{
	padding:10px 10px;
	font-size:13px;
	line-height:140%;
	vertical-align:top;
	background:#006699;
	border:1px solid #cccccc;
	text-align:center;
	color:#FFF;
}

.tn_b02_t table td{
	font-size:13px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
}

.tn_b02_t table td a{
	color:#000;
	text-decoration:underline;
}

.tn_b02_t table td a:hover{
	color:#000;
	text-decoration:none;
}









.tns_b01{
}

.slider-pro{
	margin-bottom:50px; 
}


.tns_tt01{

	font-size:28px;
	line-height:140%;
	margin-bottom:35px;
	border-left:7px solid #175c85;
    padding: 7px 10px;
}

                    
.tns_tbl{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px auto;

}

.tns_tbl table{
	width:100%;
	height:auto;
}

.tns_tbl table th{
	width:13%;
	padding:10px 10px;
	font-size:14px;
	line-height:140%;

	background:#006699;
	border:1px solid #cccccc;
	text-align:center;
	color:#FFF;
	box-sizing:border-box;
}

.tns_tbl table td{
	width:37%;
	font-size:14px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
	box-sizing:border-box;
}







.pu_07{

    margin-bottom: 30px;

}

.pu_07 dl dt{
    font-size: 25px;
    line-height: 140%;
    color: #175c85;
    margin-bottom: 15px;
    
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;      
}

.pu_07 dl dd{
    font-size: 20px;
    line-height: 140%;

}


.pu_08{
    margin-bottom: 70px;
}

.pu_08 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;

    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 25px;
    padding-bottom: 12px;
}

.pu_08 ul li:nth-child(3n){
	margin-right:0%;
}


.pu_08 ul li dl dt{
    font-size: 16px;
    line-height: 130%;
    background:url("../img/service/list.jpg") left 4px no-repeat;    
    padding-left: 18px;
    margin-bottom: 10px;
}

.pu_08 ul li a{
display: block;
    width: 100%;

    background: #175c85;
    border: 1px solid #175c85;
    box-sizing: border-box;
    padding: 4px 8px;
    color:#FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pu_08 ul li a:hover{
    background:#FFFFFF;
    border: 1px solid #175c85;
    color:#175c85;    
}


.pu_09{
    margin-bottom: 50px;
    
    border: 5px solid #3f9bd2;
    
    padding: 30px;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.pu_09 dl dt{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
}

.pu_09 dl dd{
    font-size: 22px;
    line-height: 140%;
    text-align: center;

}

.pu_10_img{
    text-align: center;
    margin-bottom: 70px;
}


.pu_11{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 50px;
}


.pu_12{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.pu_12 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.pu_12 ul li:nth-child(2n){
	margin-right:0%;
}



        

/* 修理サービス--------------------------------------------- */

.rs_img{
    text-align: center;
    margin-bottom: 60px;

}


    
    

/* 定期検査---------------------------------------------- */

.pi_txt01{
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 50px;

}

.pi_txt02{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 70px;

}

.pi_txt03{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 40px;

}


.pi_img{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
}


.pi_b01{
margin-bottom: 50px

}

.pi_b01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    
    background: url("../img/periodic_inspection/list.jpg") left 5px no-repeat;
    padding-left: 18px;
    box-sizing: border-box;
    
    font-size: 17px;
    line-height: 130%;
    
    
}

.pi_b01 ul li:nth-child(2n){
	margin-right:0%;
}



.pi_b02{
}

.pi_b02 table{
	width:100%;
	height:auto;

}

.pi_b02 table th{
	padding:10px 20px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    background: #175c85;
    color: #FFFFFF;

	text-align:center;
    border:1px solid #cacaca;
}

.pi_b02 table td{
	padding:10px 20px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;


    border:1px solid #cacaca;
}



    
    
    

/* 採用情報---------------------------------------------- */


.rrt01{
    margin-bottom: 70px;

}

.rrt01 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #6494C5;
    margin-bottom: 15px;
}

.rrt01 dl dd{
    font-size: 18px;
    line-height: 160%;

}


















/* 経営者の皆さまへ---------------------------------------------- */


.mngr_01{
    background:url("../img/managers/bg.png") 0px repeat-y;
    padding: 60px;

}


.mngr_01 dl dt{

    font-size: 35px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #2F4683;

    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}


.mngr_01 dl dd{
    font-size: 19px;
    line-height: 180%;
    margin-bottom: 60px;

}




/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}







/* お問い合わせフォーム ---------------------------------------------- */



.ontact-t01{
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 120%;
}

.ontact-t01 a{
    color: #000000;
    text-decoration: none;
}

.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}
.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}

.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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


/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1{


    margin-bottom: 20px;
    
}


.heading07 {
	position: relative;

    font-size: 30px;
    line-height: 140%;
    text-align: center;

    color: #074084;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
    
}

.heading07  em{
    color: #af091c;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-12deg);
	top: -15px;
	left:7%;
	color: rgba(224,66,114,0.6);
	font-size: 70px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
    color: #c9c9c9;
    letter-spacing: -0.1em;
}






h2.h2_01{
	font-size:30px;
	line-height:120%;
	color:#000000;
	margin-bottom:35px;
    letter-spacing: 0.1em;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

h2.h2_01 p{
	font-size:16px;
	line-height:100%;
	color:#074084;
	margin-bottom:5px;
    letter-spacing: 0.05em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

h2.h2_01 span{
	color:#074084 !important;
}


h2.h2_02{
	font-size:30px;
	line-height:120%;
	color:#FFFFFF;
	margin-bottom:35px;
    letter-spacing: 0.1em;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}

h2.h2_02 p{
	font-size:16px;
	line-height:100%;
	color:#074084;
	margin-bottom:5px;
    letter-spacing: 0.05em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;    
}

h2.h2_02 span{
	color:#074084 !important;
}




.h2_01_btm{
	margin-bottom:15px !important;
}


h3.h3_01{
	font-size:25px;
	line-height:120%;
	color:#000000;
	margin-bottom:32px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}



h4.h4_01{
	font-size:20px;
	line-height:120%;
	color:#000000;
    border-left: 7px solid #60769E;
    padding: 6px;
	margin-bottom:28px;


    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}






/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:450px;


	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






/* 各ページイメージ ---------------------------------------------- */



.m_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/top/slide01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position: relative;
}

.product_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/product/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.company_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.service_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pickup_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/pickup/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.periodic_inspection_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/periodic_inspection/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.recruit_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.contact_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.s_top_img{
      display:none;
      text-align:center;
}



/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}



.button01_b{
	width:200px;
	height:auto;
	margin:0 auto 0 auto;

	font-size:18px;
	line-height:100%;
	

}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;



}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








.button02_b{


	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}







.button03_b{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}







/* トップ　文言 ---------------------------------------------- */


.tp_mgn01{
}

.tp_mgn01 dl dt{
}

.tp_mgn01 dl dd{
    max-width: 770px;
    width: 100%;
	font-size:16px;
	line-height:160%;
	text-align:center;
    margin: 0 auto;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;      
}

.tp_mgn01 dl dd span:before {
	content: "\A" ;
	white-space: pre ;
}





/* トップ　建設機械のことならお任せください!---------------------------------------------- */


.tp_oms_bg{
	height:270px !important;
	background:url("../img/top/01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_oms01{
    height: 270px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_oms01 dl dt{
	font-size:30px;
	line-height:120%;
	text-align:center;
    margin: 0 auto 15px auto;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;      
}


.tp_oms01 dl dd{
	font-size:17px;
	line-height:160%;
	text-align:center;
    margin: 0 auto 25px auto;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
}


.tp_oms01 dl dd span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_oms02{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.tp_oms02 ul li{
    width: 48.5%;
    height: auto;
    margin-right: 3%;
    float: left;
}

.tp_oms02 ul li:nth-child(2n){
	margin-right:0%;
}


.tp_oms02 ul li a{
    display: block;
    background: url("../img/top/01_btn.png") repeat;
    text-align: center;
    color: #FFFFFF;
    
    font-size: 20px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
    
    height: 45px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.tp_oms02 ul li a:hover{
    color: #074084;
}






/* トップ　商品案内---------------------------------------------- */



.bnr_teiki{
    text-align: center;
    margin-bottom: 40px;
}

.bnr_teiki ul li{
    margin-bottom: 30px;
}

.bnr_teiki ul li:last-child{
    margin-bottom:0px;
}

.bnr_teiki ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.bnr_teiki ul li:hover img {
	opacity: .7;
}


.tp_pdi{
    margin-bottom: 40px;
}

.tp_pdi ul li{
    width: 32.4%;
    height: 250px;
    margin-right: 1.4%;
    margin-bottom: 10px;
    float: left;

    box-sizing: border-box;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */      
}

.tp_pdi ul li:nth-child(3n){
	margin-right:0%;
}


.tp_pdi_in{
    width: 100%;
    height: 250px;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.1);
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */   
       
}
    
.tp_pdi_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;       
}
    
.tp_pdi_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_pdi_btn{
    width: 110px;
    margin: 0 auto;
}

.tp_pdi_btn a{
    width: 110px;
    
    display: block;
    height: 26px;
    
    font-size: 15px;
    line-height: 110%;
    color: #FFFFFF;
    background: #d3a507;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.tp_pdi_btn a:hover{
    color: #074084;
}


.tp_pdi_bg01{
	height:250px !important;
	background:url("../img/top/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg02{
	height:250px !important;
	background:url("../img/top/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg03{
	height:250px !important;
	background:url("../img/top/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg04{
	height:250px !important;
	background:url("../img/top/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg05{
	height:250px !important;
	background:url("../img/top/02_05.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg06{
	height:250px !important;
	background:url("../img/top/02_06.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg07{
	height:250px !important;
	background:url("../img/top/02_07.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg08{
	height:250px !important;
	background:url("../img/top/02_08.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg09{
	height:250px !important;
	background:url("../img/top/02_09.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg10{
	height:250px !important;
	background:url("../img/top/02_10.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg11{
	height:250px !important;
	background:url("../img/top/02_11.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg12{
	height:250px !important;
	background:url("../img/top/02_12.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}










/* トップ　オススメ商品 ---------------------------------------------- */


.responsive_slide{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto 60px auto;
}

.responsive_slide_list{
	width:100%;
	height:auto;	
}

.responsive_slide_list_b{
	margin-right:8px;
	background:#FFF;

	text-align:center;
	
	box-sizing:border-box;

}

.responsive_slide_list_b p{
    margin-top: 7px;
}

.responsive_slide_list_b a{
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}
 
.responsive_slide_list_b a:hover{
color: #000000;
text-decoration: underline;
}

 
.responsive_slide_list_b img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.responsive_slide_list_b:hover img {
	opacity: .6;
}



/* トップ　会社情報--------------------------------------------- */

.tp_abt{
}

.tp_abt table{
	width:100%;
	height:auto;

}

.tp_abt table th{
	width:160px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_abt table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.tp_abt table td span {
    margin-left: 15px;

}
.tp_abt table td span:before {
	content: "" ;
	white-space:none ;
}



.tp_abt_map{

}


f
/* トップ新着 ---------------------------------------------- */




.tp_news_in{
	width:100%;
	height:auto;

}

.tp_news_in dl dt{
	float:left;
	clear:both;

	font-size:16px;
	line-height:120%;
	max-width:100px;
}

.tp_news_in dl dd{
	padding-left:120px;
	font-size:16px;
	line-height:120%;
	
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}




/* トップ入り口 ---------------------------------------------- */


.tp_igt{
    margin-bottom: 18px;

}

.tp_igt ul li{
    width: 49%;
    height: 250px;
    margin-right:2%;
    float: left;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_igt ul li:nth-child(2n){
	margin-right:0%;
}


.tp_igt_in{

    height: 250px;
    padding: 5px;
    box-sizing: border-box;

    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */   
       
}
    
.tp_igt_in dl dt{
    font-size: 28px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;       
}
    


.tp_igt_bg01{
	width: 100%;
	height:250px !important;
	background:url("../img/top/03_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt_bg02{
	width: 100%;
	height:250px !important;
	background:url("../img/top/03_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



/* トップ採用 ---------------------------------------------- */

.tp_rrt_bg{

	height:300px !important;
	background:url("../img/top/04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_rrt_in{
max-width: 500px;
width: 100%;
height: 300px;
float: right;
clear: both;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.tp_rrt_in dl dt{
     font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;      
}

.tp_rrt_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}




/* 業務案内 ---------------------------------------------- */

.svs_01{

} 

.svs_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right:2%;

    box-sizing: border-box;
    margin-bottom: 50px;
}

.svs_01 ul li:nth-child(2n){
	margin-right:0%;
}


.svs_01_bg{
height: 250px;
    padding: 30px 30px;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */        
}


.svs_01_bg dl dt{
    font-size: 60px;
    line-height: 140%;
    color: #ff6699;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;

}

.svs_01_bg dl dd{
    font-size: 21px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    
}



.svs_01_in{
}

.svs_01_in dl dt{
    font-size: 18px !important;
    line-height: 160%;
    color: #000000 !important;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
    margin-bottom: 5px;
}


.svs_01_in dl dd{
    font-size: 15px !important;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    

}



.svs_01_bg01{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_01.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg02{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_02.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg03{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_03.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg04{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_04.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg05{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_05.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg06{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_06.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






/* トップ　会社情報 ---------------------------------------------- */




.tp_cpy_bg{
	width: 100%;
	height:400px !important;
	background:url(../img/top/tp_03_01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_cpy{
	width:100%;
	height:auto;
}

.tp_cpy_l{
	width:49%;
	height:400px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	width:49%;
	height:400px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}









/* トップ　事業案内 ---------------------------------------------- */




.tp_svs_bg{
	width: 100%;
	height:400px !important;
	background:url(../img/top/tp_03_02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_svs{
	width:100%;
	height:auto;
}

.tp_svs_l{
	width:49%;
	height:400px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r{
	width:49%;
	height:400px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}



/* トップ お問い合わせ ---------------------------------------------- */


.tp_cmn_ctt_bdr{
    border-top: 1px solid #4f86c5;
}


.tp_cmn_ctt{

}


.tp_cmn_ctt dl dt{
	font-size:27px;
	line-height:130%;

	margin-bottom:15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.tp_cmn_ctt dl dd{
	font-size:40px;
	line-height:130%;
    margin-bottom: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
}
.tp_cmn_ctt dl dd p{
	font-size:17px;
	line-height:130%;

	text-align:left;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dd a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dd a:hover{
	color:#000;
	text-decoration:underline;
}


.tp_cmn_ctt_btn{
    width: 320px;
    height: 50px;
}


.tp_cmn_ctt_btn a{
    display: block;
    height: 50px;
    padding: 5px;
    box-sizing: border-box;
    background: #0b7ab7;
    border: 1px solid #0b7ab7;
    box-sizing: border-box;
    
    color: #FFFFFF;
    font-size: 20px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;       
}



.tp_cmn_ctt_btn a:hover{
    background:#FFFFFF;
    border: 1px solid #0b7ab7;
    color: #0b7ab7;    
}





/* 商品案内---------------------------------------------- */


.pdt_tab01{
margin-bottom: 30px;

}


.pdt_tab01 ul li{
    width: 24.25%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 7px;
    float: left;
}

.pdt_tab01 ul li:nth-child(4n){
	margin-right:0%;
}

.pdt_tab01 ul li a{
    display: block;
    background: #074084;
    color: #FFFFFF;
    padding: 0 5px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    height: 50px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.pdt_tab01 ul li a:hover{
    background:#AD0003;
    color: #FFFFFF;

}




.pdt01{
}


.pdt01 ul li{
    width:32.4%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 14px;
    
    background: #175c85;
    padding: 8px;
    box-sizing: border-box;
}

.pdt01 ul li:nth-child(3n){
	margin-right:0%;
}

.pdt01 ul li dl dt{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    padding:4px 0 8px 0;
    text-align: center;
}



.pdt01 ul li dl dd{
    height: 110px;
    background: url("../img/product/bg.jpg") repeat;

    font-size: 15px;
    line-height: 140%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.pdt01 ul li dl dd dl dt{
    color: #060606;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
    padding: 0;
    text-align: center;
}

.pdt01 ul li dl dd dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.pdt01 ul li dl dd dl dd{
    height:auto;
    background:none;

    font-size: 14px;
    line-height: 120%;
}


.pdt01_btn01{
    width: 100px;
    height: auto;
    margin: 0 auto;
}


.pdt01_btn01 a{
    display: block;
    background: #175c85;
    border: 1px solid #175c85;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 8px;

    font-size: 13px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pdt01_btn01 a:hover{
    border: 1px solid #175c85;
    background:#FFFFFF;
    color: #175c85;
    text-align: center;

}



.pdt01_btn02{

    width: 100px;
    height: auto;
    margin: 0 auto;
}


.pdt01_btn02 a{
    display: block;
    background: #c71618;
    border: 1px solid #c71618;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 8px;

    font-size: 13px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pdt01_btn02 a:hover{
    border: 1px solid #c71618;
    background:#FFFFFF;
    color: #c71618;
    text-align: center;

}






.pdt02{
    margin-bottom: 40px;
}


.pdt02 ul li{
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px auto;

    text-align:center;
}

.pdt02 ul li:last-child{
	margin-bottom: 0;
}


.pdt03{

}
.pdt03 table{
	width:100%;
	height:auto;

}

.pdt03 table th{
	width:90px;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    background: #438F9E;
    font-size:14px;
    line-height: 150%;
    color: #FFFFFF;
	border-collapse:collapse;

	text-align:left;
    border:1px solid #FFFFFF;
}

.pdt03 table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
    font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    background: #E3F0F1;

	text-align:left;
    border:1px solid #FFFFFF;
}

.table-scroll{
    margin-bottom: 70px;
height: 600px;


  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}


/* 以下、スクロールバーを追加 */

.table-scroll::-webkit-scrollbar{
	 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.table-scroll:-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}





.pdt04{
    margin-bottom: 70px;
}

.pdt04 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #47A2C8;
    margin-bottom: 5px;
}

.pdt04 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
}

.pdt04 dl dd:last-child{
	margin-bottom: 0;
}

.pdt05_txt01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;
}



/* 業務内容---------------------------------------------- */


.svs01{
    margin-bottom: 60px;
}


.svs01 ul li{
     width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 17px;
    padding-bottom: 13px;
    padding-left: 18px;
    background: url("../img/service/list.jpg") left 5px no-repeat;
    border-bottom: 2px dotted #828282;
    
    font-size: 16px;
    line-height: 140%;
    

    box-sizing: border-box;  
}

.svs01 ul li:nth-child(2n){
	margin-right:0%;
}




/* 会社情報 ---------------------------------------------- */




.abt_msg{
    margin-top: 60px;
    margin-bottom: 60px;
}

.abt_msg dl dt{
    font-size: 28px;
    line-height: 130%;
    color: #074084;

    margin-bottom: 25px;

}

.abt_msg dl dd{
    font-size: 16px;
    line-height: 180%;


}








.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 40px;

}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}


.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    float:left;
    margin-right: 25px;
    margin-bottom: 8px;

}

.abt_map{
  filter: grayscale(50%);
}






/* レンタルご利用方法 ---------------------------------------------- */

.rtl_txt01{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 28px;
}

.rtl_b01{
}

.rtl_b01 ul li{
    margin-bottom: 21px;
}

.rtl_b01 ul li:last-child{
	margin-bottom: 0;
}

.rtl_b01 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #175c85;
    margin-bottom: 7px;
    background: url("../img/rental/list.jpg") left 6px no-repeat;
    background-size: 10px 10px;
    padding-left: 15px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}

.rtl_b01 ul li dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;    
}

.rtl_b01 ul li dl dd p{
    margin-bottom: 7px;
}

.rtl_b01 ul li dl dd ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;

}

.rtl_b01 ul li dl dd:last-child{
	margin-bottom: 0;
}







/* 事業案内---------------------------------------------- */


.svs_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.svs_b01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}

.svs_b01 ul li:last-child{
	margin-right:0%;
}


.svs_b01_out{
	height:160px;
	background:#FFF;
	
	padding:10px;
	box-sizing:border-box;
	
	border:1px solid #000;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}


.svs_b01 ul li dl{


	

}

.svs_b01 ul li dl dt{
	font-size:16px;
	line-height:130%;
	margin-bottom:12px;
	color:#000;
	text-align:center;
}

.svs_b01 ul li dl dd{
	font-size:14px;
	line-height:120%;
	text-align:center;
}



.svs_b01_nagare{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto 80px auto;
}


.svs_b01_nagare ul li{

	margin-bottom:15px;
}

.svs_b01_nagare_in{
	background:#125299;
	padding:18px;
	color:#FFF;
	text-align:center;
	margin-bottom:15px;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.svs_b01_nagare ul li:not(:last-child):after{
  content:url(../img/service/list.png);
  display:block;
  text-align:center;
}

.svs_b01_nagare dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:8px;
}

.svs_b01_nagare dl dd{
	font-size:16px;
	line-height:120%;

}





.svs_b02{
}

.svs_b02 dl dt{
	font-size:17px;
	margin-bottom:10px;
	font-weight:bold;
}

.svs_b02 dl dd{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
}

.svs_b02 dl dd table{
	width:100%;
	height:auto;
}

.svs_b02 dl dd table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	width:100px;
	padding:3px 0px;
	vertical-align:text-top;

}

.svs_b02 dl dd table td{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	text-align:left;
	padding:3px 0px;
}

.svs_b02 dl dd table td ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	
}

.svs_b02 dl dd table td ul li:last-child{
	margin-right:0%;
}






.svs_b03{
	max-width:450px;
	width:100%;
	height:auto;
	margin:0 auto 60px auto;
}

.svs_b03_l{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
}

.svs_b03_r{
	
	width:100;
	height:auto;
	float:none;
}

.svs_b03 ul li{
	list-style:disc;
	font-size:17px;
	line-height:120%;
	margin-bottom:15px;
	margin-left:20px;
}

.svs_b03 ul li:last-child{
	margin-bottom:0px;
}



.svs_b04{
	max-width:610px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.svs_b04 ul li{
	margin-bottom:40px;
}

.svs_b04 dl dt{
	font-size:20px;
	line-height:120%;
	margin-bottom:15px;
}

.svs_b04 dl dd{
	font-size:17px;
	line-height:120%;
	margin-bottom:15px;
}



.svs_b05{
	
}

.svs_b05 ul li{
	width:32.4%;
	height:auto;
	margin-right:1.4%;
	margin-bottom:20px;
	float:left;
}

.svs_b05 ul li:nth-child(3n){
	margin-right:0%;
}


	
    
    
    

/* オススメ商品---------------------------------------------- */

.pu_01_bg{
	width: 100%;
	height:240px !important;
	background:url(../img/pickup/01/01.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 40px auto;
 }
        
 .pu_01{
     height: 240px;
     padding: 20px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	  
}

 .pu_01 dl dt{
     font-size: 22px;
     line-height: 140%;
     text-align: center;
     margin-bottom: 5px;

     color:#FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
}

 .pu_01 dl dd{
     font-size: 32px;
     line-height: 150%;
     text-align: center;
     color:#FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   

} 
    


 .pu_02{
     max-width: 410px;
     width: 100%;
     height: auto;
     margin: 0 auto 60px auto;

 }
 
  .pu_02 dl dt{
       font-size: 24px;
     line-height: 150%;
     margin-bottom: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }
  
    .pu_02 dl dt span{
         border-bottom: 4px dotted #d58d03;
         padding-bottom: 5px;
    }

 
  .pu_02 dl dd ul li{
      background: url("../img/pickup/01/list.jpg") left 4px no-repeat;
      background-size: 15px 15px;
      padding-left: 22px;
      margin-bottom: 15px;
    font-size: 18px;
    line-height: 140%;      
}

  .pu_02 dl dd ul li:last-child{
	margin-bottom:0px;
}


  .pu_03{
      margin-bottom: 40px;
  }


  .pu_03 dl dt{
     font-size: 24px; 
     line-height: 140%;
     margin-bottom:15px;
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }



  .pu_03 dl dt span{
      float: left;
      clear:both;
      
     height:35px;
     width:35px;
     border-radius:50%;
     line-height:35px;
     text-align:center;
     background: #175c85;
     margin-right: 12px;

     
     font-size: 20px; 
     color: #FFFFFF;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }

  .pu_03 dl dd{

     
     font-size: 18px; 
     line-height: 160%;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }


  .pu_03_01_img{
      text-align: center;
      margin-bottom: 60px;

}


  .pu_03_02_img{
      max-width: 1000px;
      width: 100%;
      padding: 20px;
      background: #e4efeb;
      text-align: center;
      margin: 0 auto 60px auto;
      box-sizing: border-box;
}


  .pu_03_03_img{
      max-width: 1000px;
      width: 100%;
      padding: 20px;
      background: #f7f7f7;
      text-align: center;
      margin: 0 auto 60px auto;
      box-sizing: border-box;      
}





  .pu_04{
      margin-bottom: 30px;
  }


  .pu_04 dl dt{
     font-size: 22px; 
     line-height: 150%;
     border-left: 7px solid #175c85;
     margin-bottom: 20px;
     padding: 3px 10px;
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;  
  }

  .pu_04 dl dd{
     font-size: 16px; 
     line-height: 180%;

  }






  .pu_05{
  
  }
  
  .pu_05 ul li{
      width: 32%;
      height: auto;
      float: left;
      margin-right: 2%;
      margin-bottom: 20px;
  }
  
  .pu_05 ul li:nth-child(3n){
	margin-right:0%;
}




.pu_06{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 25px;

}



.tn_b01{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.tn_b01 table{
	width:100%;
	height:auto;
}


.tn_b01 table thead {
    display: none;
}


.tn_b01 table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
	
	cursor:pointer;
}
  
.tn_b01 table tr:hover    {
	background:#E2FFE2 !important;
}



.tn_b01 table td{
	font-size:13px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
 	text-align: right;
    display: block;
}

.tn_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.tn_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}


.tn_b01 table tr:nth-child(even){
	background:#e5eff5;
}


  
.tn_b01 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;

}
  


.tn_b01 table td span{
    color: #FF0004;
    margin-right: 10px;
}

 
  
  
  


.tn_b02{
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto 40px auto;
    border-bottom: 2px dotted #ACACAC;
}


.tn_b02_l{
    width: 45%;
    height: auto;
    float: left;
}

.tn_b02_r{
    width: 52%;
    height: auto;
    float: right;
}


.tn_b02_t{
    margin-bottom: 15px;
}

.tn_b02_t table{
	width:100%;
	height:auto;
}

.tn_b02_t table th{
	padding:10px 5px;
	font-size:13px;
	line-height:140%;
	vertical-align:top;
	background:#006699;
	border:1px solid #cccccc;
	text-align:center;
	color:#FFF;
}

.tn_b02_t table td{
	font-size:13px;
	padding:10px 5px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
}

.tn_b02_t table td a{
	color:#000;
	text-decoration:underline;
}

.tn_b02_t table td a:hover{
	color:#000;
	text-decoration:none;
}





.tns_b01{
}

.slider-pro{
	margin-bottom:50px; 
}


.tns_tt01{
	font-size:22px;
	line-height:140%;
	margin-bottom:35px;
	border-left:7px solid #175c85;
    padding: 7px 10px;
}

                    
.tns_tbl{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px auto;
}

.tns_tbl table{
	width:100%;
	height:auto;
}

.tns_tbl table th{
	width:100%;
	padding:10px 10px;
	font-size:14px;
	line-height:140%;

	background:#006699;

	text-align:left;
	color:#FFF;
	font-weight:bold;
	box-sizing:border-box;
	
	display:block;
}

.tns_tbl table td{

	width:100%;
	font-size:14px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
	box-sizing:border-box;
	
	display:block;
}
  

  




.pu_07{

    margin-bottom: 25px;

}

.pu_07 dl dt{
    font-size: 22px;
    line-height: 140%;
    color: #175c85;
    margin-bottom: 11px;
    
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;      
}

.pu_07 dl dd{
    font-size: 17px;
    line-height: 140%;

}


.pu_08{
    margin-bottom: 60px;
}

.pu_08 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;

    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 25px;
    padding-bottom: 12px;
}

.pu_08 ul li:nth-child(2n){
	margin-right:0%;
}


.pu_08 ul li dl dt{
    font-size: 15px;
    line-height: 130%;
    background:url("../img/service/list.jpg") left 4px no-repeat;    
    padding-left: 18px;
    margin-bottom: 10px;
}

.pu_08 ul li a{
display: block;
    width: 100%;

    background: #175c85;
    border: 1px solid #175c85;
    box-sizing: border-box;
    padding: 5px 7px 4px 7px;;
    color:#FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pu_08 ul li a:hover{
    background:#FFFFFF;
    border: 1px solid #175c85;
    color:#175c85;    
}



.pu_09{
    margin-bottom: 40px;
    
    border: 4px solid #3f9bd2;
    
    padding: 25px;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.pu_09 dl dt{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px;
}

.pu_09 dl dd{
    font-size: 18px;
    line-height: 160%;
    text-align: center;

}

.pu_10_img{
    text-align: center;
    margin-bottom: 60px;
}


.pu_11{
    font-size: 16px;
    line-height: 170%;
    margin-bottom:30px;
}




.pu_12{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.pu_12 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.pu_12 ul li:nth-child(2n){
	margin-right:0%;
}


        

/* 修理サービス--------------------------------------------- */

.rs_img{
    text-align: center;
    margin-bottom: 40px;

}


    

/* 定期検査---------------------------------------------- */

.pi_txt01{
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 40px;

}

.pi_txt02{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 60px;

}

.pi_txt03{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 25px;

}



.pi_img{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}




.pi_b01{
margin-bottom: 40px

}

.pi_b01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    
    background: url("../img/periodic_inspection/list.jpg") left 5px no-repeat;
    background-size: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 130%;
    
    
}

.pi_b01 ul li:nth-child(2n){
	margin-right:0%;
}



.pi_b02{
}

.pi_b02 table{
	width:100%;
	height:auto;

}

.pi_b02 table th{
	padding:10px 10px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    background: #175c85;
    color: #FFFFFF;

	text-align:center;
    border:1px solid #cacaca;
}

.pi_b02 table td{
	padding:10px 10px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;


    border:1px solid #cacaca;
}





/* 経営者の皆さまへ---------------------------------------------- */


.mngr_01{
    background:url("../img/managers/bg.png") 0px repeat-y;
    background-size: 100px;
    padding: 50px 40px;

}


.mngr_01 dl dt{

    font-size: 30px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #2F4683;
    
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}


.mngr_01 dl dd{
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 50px;

}




/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}







/* お問い合わせフォーム---------------------------------------------- */


.ontact-t01{
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 120%;
}

.ontact-t01 a{
    color: #000000;
    text-decoration: none;
}

.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}



.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1{


    margin-bottom: 15px;
    
}


.heading07 {
	position: relative;

    font-size: 26px;
    line-height: 140%;
    text-align: center;

    color: #074084;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
    
}

.heading07  em{
    color: #af091c;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}

.heading07 em::before {
	content: "\A" ;
	white-space: pre ;
}


.heading07 span {
	position: relative;
	z-index: 2;
}


.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-12deg);
	top: -10px;
	left:7%;
	color: rgba(224,66,114,0.6);
	font-size: 50px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
    color: #c9c9c9;
    letter-spacing: -0.1em;
}




h2.h2_01{
	font-size:22px;
	line-height:120%;
	color:#000000;
	margin-bottom:25px;
    letter-spacing: 0.1em;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

h2.h2_01 p{
	font-size:13px;
	line-height:100%;
	color:#074084;
	margin-bottom:5px;
    letter-spacing: 0.05em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

h2.h2_01 span{
	color:#074084 !important;
}



h2.h2_02{
	font-size:22px;
	line-height:120%;
	color:#FFFFFF;
	margin-bottom:27px;
    letter-spacing: 0.1em;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}

h2.h2_02 p{
	font-size:13px;
	line-height:100%;
	color:#074084;
	margin-bottom:5px;
    letter-spacing: 0.05em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

h2.h2_02 span{
	color:#074084 !important;
}



.h2_01_btm{
	margin-bottom:10px !important;
}




h3.h3_01{
	font-size:18px;
	line-height:120%;
	color:#000000;
	margin-bottom:28px;
    border-bottom: 1px solid #000000;
    padding-bottom: 7px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}




h4.h4_01{
	font-size:16px;
	line-height:120%;
	color:#000000;
    border-left: 5px solid #60769E;
    padding: 5px;
	margin-bottom:20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:300px;
	z-index:5;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






/* 各ページイメージ ---------------------------------------------- */


.m_top_img{
	width: 100%;
	height:240px !important;
	background:url("../img/top/slide01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position: relative;
}


.product_top_img{
	width: 100%;
	height:160px !important;
	background:url("../img/product/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.company_top_img{
	width: 100%;
	height:160px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.service_top_img{
	width: 100%;
	height:160px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.pickup_top_img{
	width: 100%;
	height:160px !important;
	background:url("../img/pickup/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.periodic_inspection_top_img{
	width: 100%;
	height:160px !important;
	background:url("../img/periodic_inspection/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.recruit_top_img{
	width: 100%;
	height:160px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.contact_top_img{
	width: 100%;
	height:160px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}






.button01_b{
	width:160px;
	height:auto;
	margin:0 auto 0 auto;

	font-size:15px;
	line-height:100%;
	

}


.button01 {
	display: inline-block;
	max-width:160px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:9px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;



}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}








.button02_b{
	width:300px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:15px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:350px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
    background: #ff6699;
	border: 2px solid #ff6699;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
	border: 2px solid #ff6699;
    background:#FFFFFF;
    color: #ff6699;
}











.button03_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:16px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 5px 7px 5px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}



/* トップ　文言 ---------------------------------------------- */




.tp_mgn01{
}

.tp_mgn01 dl dt{
}

.tp_mgn01 dl dd{
    max-width: 770px;
    width: 100%;
	font-size:15px;
	line-height:160%;
	text-align:left;
    margin: 0 auto;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;      
}

.tp_mgn01 dl dd span:before {
	content: "" ;
	white-space:normal;
}








/* トップ　建設機械のことならお任せください!---------------------------------------------- */


.tp_oms_bg{
	height:250px !important;
	background:url("../img/top/01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_oms01{
    height: 250px;
    padding: 20px;
    box-sizing: border-box;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_oms01 dl dt{
	font-size:22px;
	line-height:120%;
	text-align:center;
    margin: 0 auto 15px auto;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;      
}

.tp_oms01 dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_oms01 dl dd{
	font-size:14px;
	line-height:160%;
	text-align:center;
    margin: 0 auto 20px auto;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;      
}


.tp_oms01 dl dd span:before {
	content: "" ;
	white-space:normal;
}


.tp_oms02{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.tp_oms02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.tp_oms02 ul li:nth-child(2n){
	margin-right:0%;
}


.tp_oms02 ul li a{
    display: block;
    background: url("../img/top/01_btn.png") repeat;
    text-align: center;
    color: #FFFFFF;
    
    font-size: 15px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
    
    height: 40px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.tp_oms02 ul li a:hover{
    color: #074084;
}






/* トップ　商品案内---------------------------------------------- */



.bnr_teiki{
    text-align: center;
    margin-bottom: 30px;
}

.bnr_teiki ul li{
    margin-bottom: 20px;
}

.bnr_teiki ul li:last-child{
    margin-bottom:0px;
}

.bnr_teiki ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.bnr_teiki ul li:hover img {
	opacity: .7;
}


.tp_pdi{
    margin-bottom: 20px;
}

.tp_pdi ul li{
    width: 49%;
    height: 180px;
    margin-right: 2%;
    margin-bottom: 8px;
    float: left;

    box-sizing: border-box;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */      
}


.tp_pdi ul li:nth-child(2n){
	margin-right:0%;
}


.tp_pdi ul li:nth-child(3n){
	margin-right:2%;
}

.tp_pdi ul li:nth-child(6n){
	margin-right:0%;
}


.tp_pdi_in{
    width: 100%;
    height: 180px;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.1);
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */   
       
}
    
.tp_pdi_in dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;       
}
    
.tp_pdi_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_pdi_btn{
    width: 110px;
    margin: 0 auto;
}

.tp_pdi_btn a{
    width: 110px;
    
    display: block;
    height: 25px;
    
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    background: #d3a507;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
   
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.tp_pdi_btn a:hover{
    color: #074084;
}


.tp_pdi_bg01{
	height:180px !important;
	background:url("../img/top/02_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg02{
	height:180px !important;
	background:url("../img/top/02_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg03{
	height:180px !important;
	background:url("../img/top/02_03.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg04{
	height:180px !important;
	background:url("../img/top/02_04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg05{
	height:180px !important;
	background:url("../img/top/02_05.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg06{
	height:180px !important;
	background:url("../img/top/02_06.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg07{
	height:180px !important;
	background:url("../img/top/02_07.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg08{
	height:180px !important;
	background:url("../img/top/02_08.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg09{
	height:180px !important;
	background:url("../img/top/02_09.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg10{
	height:180px !important;
	background:url("../img/top/02_10.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_pdi_bg11{
	height:180px !important;
	background:url("../img/top/02_11.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_pdi_bg12{
	height:180px !important;
	background:url("../img/top/02_12.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





/* トップ　オススメ商品 ---------------------------------------------- */


.responsive_slide{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto 50px auto;
}

.responsive_slide_list{
	width:100%;
	height:auto;	
}

.responsive_slide_list_b{
	margin-right:8px;
	background:#FFF;

	text-align:center;
	
	box-sizing:border-box;

}

.responsive_slide_list_b p{
    margin-top: 7px;
}

.responsive_slide_list_b a{
    font-size: 15px;
    line-height: 120%;
    color: #000000;
}
 
.responsive_slide_list_b a:hover{
color: #000000;
text-decoration: underline;
}

 
.responsive_slide_list_b img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.responsive_slide_list_b:hover img {
	opacity: .6;
}



/* トップ　会社情報--------------------------------------------- */

.tp_abt{
}

.tp_abt table{
	width:100%;
	height:auto;

}

.tp_abt table th{
    display: block;
	width:100%;

	padding:7px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom:none;
    color: #074084;
}

.tp_abt table td{
    display: block;
	width:100%;
	padding:3px 0px 7px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}


.tp_abt table td span:before {
	content: "\A" ;
	white-space: pre ;
}



.tp_abt_map{

}




/* トップ新着 ---------------------------------------------- */




.tp_news_in{
	width:100%;
	height:auto;

}

.tp_news_in dl dt{
	float:none;
	clear:both;

	font-size:15px;
	line-height:120%;
	max-width:auto;
	margin-bottom:5px;
}

.tp_news_in dl dd{
	padding-left:0px;
	font-size:15px;
	line-height:120%;
	
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}




/* トップ入り口 ---------------------------------------------- */


.tp_igt{

}

.tp_igt ul li{
    width: 100%;
    height: 180px;
    margin-right:1%;
    float: left;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   margin-bottom: 15px;
}

.tp_igt ul li:nth-child(2n){
	margin-right:0%;
    margin-bottom: 0;
}


.tp_igt_in{

    height: 180px;
    padding: 5px;
    box-sizing: border-box;

    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
   
	-webkit-border-radius: 8px;     /* for Safari and Chrome */
	moz-border-radius: 8px;    /* for Firefox */
	-o-border-radius: 8px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:8px;   /* Linux browsers */
	border-radius: 8px;     /* CSS3 */   
       
}
    
.tp_igt_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 15px;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;       
}
    
.tp_igt_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_igt_bg01{
	width: 100%;
	height:180px !important;
	background:url("../img/top/03_01.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt_bg02{
	width: 100%;
	height:180px !important;
	background:url("../img/top/03_02.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





/* トップ採用 ---------------------------------------------- */

.tp_rrt_bg{

	height:200px !important;
	background:url("../img/top/04.jpg")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_rrt_in{
max-width: 290px;
width: 100%;
height: 200px;
float: right;
clear: both;
padding: 15px;
box-sizing: border-box;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.tp_rrt_in dl dt{
     font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 15px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;      
}

.tp_rrt_in dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}







/* 業務案内 ---------------------------------------------- */

.svs_01{

} 

.svs_01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right:0%;

    box-sizing: border-box;
    margin-bottom: 40px;
}

.svs_01 ul li:nth-child(2n){
	margin-right:0%;
}


.svs_01_bg{
height: 150px;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */        
}


.svs_01_bg dl dt{
    font-size: 50px;
    line-height: 140%;
    color: #ff6699;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;

}

.svs_01_bg dl dd{
    font-size: 18px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;    
}



.svs_01_in{
}

.svs_01_in dl dt{
    font-size: 17px !important;
    line-height: 160%;
    color: #000000 !important;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;    
    margin-bottom: 5px;
}


.svs_01_in dl dd{
    font-size: 15px !important;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    

}



.svs_01_bg01{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_01.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg02{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_02.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg03{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_03.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg04{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_04.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg05{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_05.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.svs_01_bg06{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_06.png")  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






/* トップ　会社情報 ---------------------------------------------- */




.tp_cpy_bg{
	width: 100%;
	height:600px !important;
	background:url(../img/top/tp_03_01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_cpy{
	width:100%;
	height:auto;
}

.tp_cpy_l{
	width:100%;
	height:auto;
	float:none;

	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	max-width:400px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px auto;
	
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}







/* トップ　事業案内 ---------------------------------------------- */




.tp_svs_bg{
	width: 100%;
	height:600px !important;
	background:url(../img/top/tp_03_02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	 

}



.tp_svs{
	width:100%;
	height:auto;
}

.tp_svs_l{

	max-width:400px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px auto;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

}

.tp_svs_r{
   
	width:100%;
	height:auto;
	float:none;

	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}







/* トップ　商品案内 ---------------------------------------------- */

.tp_pdt_b{
	width:100%;
	height:auto;
}

.tp_pdt_b ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:25px;
}

.tp_pdt_b ul li:last-child{
	margin:0;
}

.tp_pdt_b_img{
	text-align:center;
	

}

.tp_pdt_b_img img{
	max-width:420px;
	width:100%;
  height: 170px;
  object-fit: cover;
}

.tp_pdt_b dl{
	max-width:420px;
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/tp01_bg.jpg) repeat;
	padding:18px 10px;
	box-sizing:border-box;
}


.tp_pdt_b dl dt{
	font-size:18px;
	line-height:120%;
	margin-bottom:5px;
	font-style:italic;

	text-align:center;
	margin-bottom:12px;
}


.tp_pdt_b dl dt p{
	font-size:24px;
	line-height:120%;
	margin-bottom:5px;
	font-style:normal;
	color:#000;
}

.tp_pdt_b dl dt span::before {
	content: "" ;
	white-space:normal;
}


.tp_pdt_b_cr01{
	color:#0455a7;
}

.tp_pdt_b_cr02{
	color:#339900;
}

.tp_pdt_b_cr03{
	color:#00cccc;
}

.tp_pdt_b dl dd{
	font-size:15px;
	line-height:165%;
	word-wrap:break-word;
	word-break:break-all;
	margin-bottom:20px;
}




/* トップ　会社情報　事業案内 ---------------------------------------------- */


.tp_cysvs_b_bg{
	width: 100%;
	height:750px !important;
	background:url(../img/top/tp02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
	 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_cysvs_b{
	width:100%;
	height:auto;
}

.tp_cysvs_b ul li{
	max-width:420px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	float:none;

}

.tp_cysvs_b ul li:last-child{
	margin-right:0%;
	margin:0 auto 0 auto;
}

.tp_cysvs_b_img{
	text-align:center;
	margin:0 auto 15px auto;
}


.tp_cysvs_b ul li dl dt{
}






/* トップ お問い合わせ ---------------------------------------------- */



.tp_cmn_ctt_bdr{
    border-top: 1px solid #4f86c5;
}


.tp_cmn_ctt{
}

.tp_cmn_ctt dl dt{
	font-size:20px;
	line-height:130%;

	margin-bottom:15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.tp_cmn_ctt dl dt span:before {
	content: "\A" ;
	white-space: pre ;
}


.tp_cmn_ctt dl dd{
	font-size:28px;
	line-height:130%;
    margin-bottom: 15px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
}
.tp_cmn_ctt dl dd p{
	font-size:16px;
	line-height:130%;

	text-align:left;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dd a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dd a:hover{
	color:#000;
	text-decoration:underline;
}


.tp_cmn_ctt_btn{
    width: 230px;
    height: 30px;
}


.tp_cmn_ctt_btn a{
    display: block;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    background: #0b7ab7;
    border: 1px solid #0b7ab7;
    box-sizing: border-box;
    
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;       
}



.tp_cmn_ctt_btn a:hover{
    background:#FFFFFF;
    border: 1px solid #0b7ab7;
    color: #0b7ab7;    
}







/* 商品案内---------------------------------------------- */




.pdt_tab01{
margin-bottom: 30px;

}


.pdt_tab01 ul li{
    width: 32.8%;
    height: auto;
    margin-right: 0.8%;
    margin-bottom: 4px;
    float: left;
}

.pdt_tab01 ul li:nth-child(3n){
	margin-right:0%;
}

.pdt_tab01 ul li:nth-child(4n){
	margin-right:0.8%;
}

.pdt_tab01 ul li:nth-child(12n){
	margin-right:0%;
}


.pdt_tab01 ul li a{
    display: block;
    background: #074084;
    color: #FFFFFF;
    padding: 0 5px;
    box-sizing: border-box;
    
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    height: 45px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.pdt_tab01 ul li a:hover{
    background:#AD0003;
    color: #FFFFFF;

}





.pdt01{
}


.pdt01 ul li{
    width:49%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 10px;
    
    background: #175c85;
    padding: 5px;
    box-sizing: border-box;
}


.pdt01 ul li:nth-child(2n){
	margin-right:0%;
}

.pdt01 ul li:nth-child(3n){
	margin-right:2%;
}

.pdt01 ul li:nth-child(6n){
	margin-right:0%;
}

.pdt01 ul li dl dt{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 120%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
    padding:4px 0 8px 0;
    text-align: center;
}



.pdt01 ul li dl dd{
    height: 90px;
    background: url("../img/product/bg.jpg") repeat;

    font-size: 13px;
    line-height: 140%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.pdt01 ul li dl dd dl dt{
    color: #060606;
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    padding: 0;
    text-align: center;
}

.pdt01 ul li dl dd dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.pdt01 ul li dl dd dl dd{
    height:auto;
    background:none;

    font-size: 13px;
    line-height: 120%;
}


.pdt01_btn01{
    width: 85px;

    height: auto;
    margin: 0 auto;
}


.pdt01_btn01 a{
    display: block;
    background: #175c85;
    border: 1px solid #175c85;
    color: #FFFFFF;
    text-align: center;
    padding: 4px 5px;

    font-size: 12px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pdt01_btn01 a:hover{
    border: 1px solid #175c85;
    background:#FFFFFF;
    color: #175c85;
    text-align: center;

}



.pdt01_btn02{

    width: 85px;
    height: auto;
    margin: 0 auto;
}


.pdt01_btn02 a{
    display: block;
    background: #c71618;
    border: 1px solid #c71618;
    color: #FFFFFF;
    text-align: center;
    padding: 4px 5px;

    font-size: 12px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pdt01_btn02 a:hover{
    border: 1px solid #c71618;
    background:#FFFFFF;
    color: #c71618;
    text-align: center;

}









.pdt02{
    margin-bottom: 30px;
}


.pdt02 ul li{
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px auto;

    text-align:center;
}

.pdt02 ul li:last-child{
	margin-bottom: 0;
}


.pdt03{

}


.pdt03 table{
	width:100%;
	height:auto;

}

.pdt03 table th{
	width:70px;
	padding:8px 8px 8px 8px;	
	box-sizing:border-box;
    background: #438F9E;
    font-size:13px;
    line-height: 140%;
    color: #FFFFFF;
	border-collapse:collapse;

	text-align:left;
    border:1px solid #FFFFFF;
}

.pdt03 table td{
	padding:8px 8px 8px 8px;	
	box-sizing:border-box;
    
    font-size:13px;
    line-height: 140%;
	border-collapse:collapse;
    background: #E3F0F1;

	text-align:left;
    border:1px solid #FFFFFF;
}

.table-scroll{
    margin-bottom: 60px;
height: 250px;


  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}


/* 以下、スクロールバーを追加 */

.table-scroll::-webkit-scrollbar{
	 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.table-scroll:-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}



.pdt04{
    margin-bottom: 60px;
}

.pdt04 dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #47A2C8;
    margin-bottom: 3px;
}

.pdt04 dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}

.pdt04 dl dd:last-child{
	margin-bottom: 0;
}


.pdt05_txt01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom:30px;
}



/* 業務内容---------------------------------------------- */


.svs01{
    margin-bottom: 50px;
}


.svs01 ul li{
     width: 100%;
    height: auto;
    float: none;
    margin-right: 2%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    background: url("../img/service/list.jpg") left 6px no-repeat;
    background-size: 10px 10px;
    border-bottom: 2px dotted #828282;
    
    font-size: 15px;
    line-height: 140%;
    

    box-sizing: border-box;  
}

.svs01 ul li:nth-child(2n){
	margin-right:0%;
}





/* 会社情報 ---------------------------------------------- */


.abt_msg{
    margin-top: 50px;
    margin-bottom: 40px;
}

.abt_msg dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #074084;

    margin-bottom: 15px;

}

.abt_msg dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.abt_msg dl dd{
    font-size: 15px;
    line-height: 160%;


}



.abt_msg_r{
    text-align: right;
    margin-top: 10px;
}


.abt_msg dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.abt_msg dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}






.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom:30px;
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
    display: block;
	width:100%;
	padding:5px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #7194B7;
    letter-spacing: 0.04em;

	text-align:left;
    border-bottom:none;
}

.abt_tbl table td{
    display: block;
	padding:5px 0px 5px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}


.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    float:left;
    margin-right: 25px;
    margin-bottom: 8px;

}

.abt_map{
  filter: grayscale(50%);
}






/* レンタルご利用方法 ---------------------------------------------- */

.rtl_txt01{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
}

.rtl_b01{
}

.rtl_b01 ul li{
    margin-bottom: 17px;
}

.rtl_b01 ul li:last-child{
	margin-bottom: 0;
}

.rtl_b01 ul li dl dt{
    font-size: 15px;
    line-height: 140%;
    color: #175c85;
    margin-bottom: 7px;
    background: url("../img/rental/list.jpg") left 5px no-repeat;
    background-size: 10px 10px;
    padding-left: 15px;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;   
}

.rtl_b01 ul li dl dd{
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 15px;    
}

.rtl_b01 ul li dl dd p{
    margin-bottom: 4px;
}

.rtl_b01 ul li dl dd ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;

}

.rtl_b01 ul li dl dd:last-child{
	margin-bottom: 0;
}








/* 事業案内---------------------------------------------- */


.svs_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.svs_b01 ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:15px;
}

.svs_b01 ul li:last-child{
	margin-right:0%;
}


.svs_b01_out{
	height:100px;
	background:#FFF;
	
	padding:10px;
	box-sizing:border-box;
	
	border:1px solid #000;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.svs_b01 ul li dl{
}

.svs_b01 ul li dl dt{
	font-size:15px;
	line-height:130%;
	margin-bottom:10px;
	color:#000;
	text-align:center;
}

.svs_b01 ul li dl dd{
	font-size:14px;
	line-height:120%;
	text-align:center;
}



.svs_b01_nagare{
	max-width:800px;
	width:100%;
	height:auto;
	margin:0 auto 50px auto;
}


.svs_b01_nagare ul li{

	margin-bottom:10px;
}

.svs_b01_nagare_in{
	background:#125299;
	padding:12px 15px;
	color:#FFF;
	text-align:left;
	margin-bottom:10px;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.svs_b01_nagare ul li:not(:last-child):after{
  content:url(../img/service/list_s.png);
  display:block;
  text-align:center;
}

.svs_b01_nagare dl dt{
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:5px;
}

.svs_b01_nagare dl dd{
	font-size:15px;
	line-height:140%;

}





.svs_b02{
}

.svs_b02 dl dt{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}

.svs_b02 dl dd{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
}

.svs_b02 dl dd table{
	width:100%;
	height:auto;
}

.svs_b02 dl dd table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:140%;

	text-align:left;
	width:50px;
	padding:3px 0px;
	vertical-align:text-top;

}

.svs_b02 dl dd table td{
	border-collapse:collapse;
	font-size:15px;
	line-height:140%;

	text-align:left;
	padding:3px 0px;
}

.svs_b02 dl dd table td ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	
}

.svs_b02 dl dd table td ul li:last-child{
	margin-right:0%;
}





.svs_b03{
	max-width:400px;
	width:100%;
	height:auto;
	margin:0 auto 50px auto;
}

.svs_b03_l{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
}

.svs_b03_r{
	
	width:100;
	height:auto;
	float:none;
}

.svs_b03 ul li{
	list-style:disc;
	font-size:15px;
	line-height:120%;
	margin-bottom:15px;
	margin-left:20px;
}

.svs_b03 ul li:last-child{
	margin-bottom:0px;
}


.svs_b04{
	max-width:430px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.svs_b04 ul li{
	margin-bottom:40px;
}

.svs_b04 dl dt{
	font-size:17px;
	line-height:120%;
	margin-bottom:12px;
}

.svs_b04 dl dd{
	font-size:15px;
	line-height:120%;
	margin-bottom:15px;
}



.svs_b05{
	
}

.svs_b05 ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	margin-bottom:10px;
	float:left;
}

.svs_b05 ul li:nth-child(2n){
	margin-right:0%;
}

.svs_b05 ul li:nth-child(3){
	margin-right:2% !important;
}

.svs_b05 ul li:nth-child(3n){
	margin-right:0;
}






	
    
    
    

/* オススメ商品---------------------------------------------- */

.pu_01_bg{
	width: 100%;
	height:160px !important;
	background:url(../img/pickup/01/01.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 40px auto;
 }
        
 .pu_01{
     height: 160px;
     padding: 20px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 	  
}

 .pu_01 dl dt{
     font-size: 16px;
     line-height: 140%;
     text-align: center;
     margin-bottom: 5px;
     margin-top: -20px;

     color:#FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   
}

 .pu_01 dl dd{
     font-size: 24px;
     line-height: 150%;
     text-align: center;
     color:#FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;   

} 
    


 .pu_02{
     max-width: 380px;
     width: 100%;
     height: auto;
     margin: 0 auto 50px auto;

 }
 
  .pu_02 dl dt{
       font-size: 19px;
     line-height: 150%;
     margin-bottom: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }
  
    .pu_02 dl dt span{
         border-bottom: 4px dotted #d58d03;
         padding-bottom: 5px;
    }

 
  .pu_02 dl dd ul li{
      background: url("../img/pickup/01/list.jpg") left 4px no-repeat;
      background-size: 13px 13px;
      padding-left: 18px;
      margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%;      
}

  .pu_02 dl dd ul li:last-child{
	margin-bottom:0px;
}


  .pu_03{
      margin-bottom: 30px;
  }


  .pu_03 dl dt{
     font-size: 18px; 
     line-height: 140%;
     margin-bottom:15px;
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }



  .pu_03 dl dt span{
      float: left;
      clear:both;
      
     height:28px;
     width:28px;
     border-radius:50%;
     line-height:28px;
     text-align:center;
     background: #175c85;
     margin-right: 7px;

     
     font-size: 16px; 
     color: #FFFFFF;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 600;  
  }

  .pu_03 dl dd{

     
     font-size: 16px; 
     line-height: 150%;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;  
  }


  .pu_03_01_img{
      text-align: center;
      margin-bottom: 50px;

}


  .pu_03_02_img{
      max-width: 1000px;
      width: 100%;
      padding: 20px;
      background: #e4efeb;
      text-align: center;
      margin: 0 auto 50px auto;
      box-sizing: border-box;
}


  .pu_03_03_img{
      max-width: 1000px;
      width: 100%;
      padding: 20px;
      background: #f7f7f7;
      text-align: center;
      margin: 0 auto 50px auto;
      box-sizing: border-box;      
}





  .pu_04{
      margin-bottom: 20px;
  }


  .pu_04 dl dt{
     font-size: 17px; 
     line-height: 150%;
     border-left: 7px solid #175c85;
     margin-bottom: 20px;
     padding: 3px 10px;
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;  
  }

  .pu_04 dl dd{
     font-size: 15px; 
     line-height: 170%;

  }




  .pu_05{
  
  }
  
  .pu_05 ul li{
      width: 49%;
      height: auto;
      float: left;
      margin-right: 2%;
      margin-bottom: 10px;
  }
  
  .pu_05 ul li:nth-child(2n){
	margin-right:0%;
}
  
  .pu_05 ul li:nth-child(3n){
	margin-right:2%;
}
  
  .pu_05 ul li:nth-child(6n){
	margin-right:0%;
}





.pu_06{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;

}




.tn_b01{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.tn_b01 table{
	width:100%;
	height:auto;
}


.tn_b01 table thead {
    display: none;
}


.tn_b01 table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
	
	cursor:pointer;
}
  
.tn_b01 table tr:hover    {
	background:#E2FFE2 !important;
}



.tn_b01 table td{
	font-size:13px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
 	text-align: right;
    display: block;
}

.tn_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.tn_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}


.tn_b01 table tr:nth-child(even){
	background:#e5eff5;
}


  
.tn_b01 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;

}
  
  
.tn_b01 table td span{
    color: #FF0004;
    margin-right: 10px;
}




 
  
  
  


.tn_b02{
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto 40px auto;
    border-bottom: 1px dotted #ACACAC;
}


.tn_b02_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 15px;
}

.tn_b02_r{
    width: 100%;
    height: auto;
    float: none;
}


.tn_b02_t{
    margin-bottom: 15px;
}

.tn_b02_t table{
	width:100%;
	height:auto;
}

.tn_b02_t table th{
	padding:10px 5px;
	font-size:13px;
	line-height:140%;
	vertical-align:top;
	background:#006699;
	border:1px solid #cccccc;
	text-align:center;
	color:#FFF;
}

.tn_b02_t table td{
	font-size:13px;
	padding:10px 5px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
}

.tn_b02_t table td a{
	color:#000;
	text-decoration:underline;
}

.tn_b02_t table td a:hover{
	color:#000;
	text-decoration:none;
}



.tns_b01{
}

.slider-pro{
	margin-bottom:50px; 
}


.tns_tt01{
	font-size:17px;
	line-height:140%;
	margin-bottom:25px;
	border-left:5px solid #175c85;
    padding: 5px 8px;
}
                    
.tns_tbl{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.tns_tbl table{
	width:100%;
	height:auto;
}

.tns_tbl table th{
	width:100%;
	padding:10px 10px;
	font-size:14px;
	line-height:140%;

	background:#006699;

	text-align:left;
	color:#FFF;
	font-weight:bold;
	box-sizing:border-box;
	
	display:block;
}

.tns_tbl table td{

	width:100%;
	font-size:14px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
	box-sizing:border-box;
	
	display:block;
}
  





.pu_07{

    margin-bottom: 15px;

}

.pu_07 dl dt{
    font-size: 17px;
    line-height: 140%;
    color: #175c85;
    margin-bottom: 7px;
    
     
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;      
}

.pu_07 dl dd{
    font-size: 15px;
    line-height: 140%;

}


.pu_08{
    margin-bottom: 40px;
}

.pu_08 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 2%;
    box-sizing: border-box;

    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.pu_08 ul li:nth-child(2n){
	margin-right:0%;
}

.pu_08 ul li:last-child{
	margin-bottom:0px;
}

.pu_08 ul li dl dt{
    font-size: 14px;
    line-height: 130%;
    background:url("../img/service/list.jpg") left 3px no-repeat;
    background-size: 12px 12px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.pu_08 ul li a{
display: block;
    width: 100%;

    background: #175c85;
    border: 1px solid #175c85;
    box-sizing: border-box;
    padding: 5px 7px 4px 7px;;
    color:#FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 100%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;     
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.pu_08 ul li a:hover{
    background:#FFFFFF;
    border: 1px solid #175c85;
    color:#175c85;    
}





.pu_09{
    margin-bottom: 30px;
    
    border: 3px solid #3f9bd2;
    
    padding: 10px 6px;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.pu_09 dl {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
   
}

.pu_09 dl dt{
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 6px;
}

.pu_09 dl dd{
    font-size: 15px;
    line-height: 160%;
    text-align: left;


}

.pu_10_img{
    text-align: center;
    margin-bottom: 60px;
}


.pu_11{
    font-size: 15px;
    line-height: 160%;
    margin-bottom:20px;
}





.pu_12{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.pu_12 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.pu_12 ul li:nth-child(2n){
	margin-right:0%;
}



        

/* 修理サービス--------------------------------------------- */

.rs_img{
    text-align: center;
    margin-bottom: 30px;

}

    

/* 定期検査---------------------------------------------- */

.pi_txt01{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;

}

.pi_txt02{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;

}

.pi_txt03{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;

}




.pi_img{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.pi_b01{
margin-bottom: 30px

}

.pi_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 12px;
    
    background: url("../img/periodic_inspection/list.jpg") left 5px no-repeat;
    background-size: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 130%;
    
    
}

.pi_b01 ul li:nth-child(2n){
	margin-right:0%;
}



.pi_b02{
}

.pi_b02 table{
	width:100%;
	height:auto;

}

.pi_b02 table th{
	padding:5px 5px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    background: #175c85;
    color: #FFFFFF;

	text-align:center;
    border:1px solid #cacaca;
}

.pi_b02 table td{
	padding:10px 5px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;


    border:1px solid #cacaca;
}







/* 経営者の皆さまへ---------------------------------------------- */


.mngr_01{
    background:url("../img/managers/bg.png") 0px repeat-y;
    background-size: 60px;
    padding: 40px 0px 40px 20px;

}


.mngr_01 dl dt{

    font-size: 18px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #2F4683;
    
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}


.mngr_01 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;

}





/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:16px;
    line-height: 160%;

    margin-bottom: 5px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


.privacy dd {
    font-size:14px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}







/* お問い合わせフォーム---------------------------------------------- */


.ontact-t01{
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 120%;
}

.ontact-t01 a{
    color: #000000;
    text-decoration: none;
}

.ontact-t01 a:hover{
    color: #000000;
    text-decoration:underline;
}


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
