@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----------------------------------------------------
Default Layout
----------------------------------------------------*/
html {
	overflow-y:scroll;
	font-size:62.5% !important;
}
body {
	width:100%;
	margin:0;
	padding:0;
	color:#464e58;
	font-family: 'Noto Sans Japanese', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*font-family:Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; ←明朝体の場合*/
	line-height:1.4;
	font-size:14px;
	font-size:1.4rem;
    letter-spacing: 0.125em;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* --- link --- */
a,
a:link,
a:visited {
	color:#464e58;
	outline:none;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	color: #d93636;
	text-decoration: underline;
}

a:hover img,
a:active img,
a:focus img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-o-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}

a img {
	border-style: none;
}

ul,
ol {
	margin:0;
	padding:0;
}
ul li,
ol li {
	list-style: none;
}

img {
	max-width:100%;
	height:auto;
}
.br{display: inline-block;}
/*----------------------------------------------------
General Layout
----------------------------------------------------*/
/* --- clear fix --- */
.cf {zoom:1;}
.cf:before,.cf:after {content:""; display:table;}
.cf:after {clear:both;}

.clear {clear:both;}

.img_l {
	float:left;
	margin:0 10px 10px 0;
}
.img_r {
	float:right;
	margin:0 0 10px 10px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.layout_l {
	text-align:left;
}
.layout_c {
	text-align:center;
}
.layout_cm{
    margin: 0 auto;
    text-align: center;
}
.layout_r {
	text-align:right;
}
.txt_small {
	font-size:12px;
	font-size:1.2rem;
}





.mgn_t0 {
	margin-top: 0px !important;
}
.mgn_t5 {
	margin-top: 5px !important;
}
.mgn_t10 {
	margin-top: 10px !important;
}
.mgn_t20 {
	margin-top: 20px !important;
}
.mgn_t30 {
	margin-top: 30px !important;
}
.mgn_t40 {
	margin-top: 40px !important;
}

.mgn_b0 {
	margin-bottom: 0px !important;
}
.mgn_b5 {
	margin-bottom: 5px !important;
}
.mgn_b10 {
	margin-bottom: 10px !important;
}
.mgn_b20 {
	margin-bottom: 20px !important;
}
.mgn_b30 {
	margin-bottom: 30px !important;
}
.mgn_b40 {
	margin-bottom: 40px !important;
}

.mgn_r0 {
	margin-right: 0px !important;
}
.mgn_r5 {
	margin-right: 5px !important;
}
.mgn_r10 {
	margin-right: 10px !important;
}
.mgn_r20 {
	margin-right: 20px !important;
}
.mgn_r30 {
	margin-right: 30px !important;
}
.mgn_r40 {
	margin-right: 40px !important;
}

.mgn_l0 {
	margin-left: 0px !important;
}
.mgn_l5 {
	margin-left: 5px !important;
}
.mgn_l10 {
	margin-left: 10px !important;
}
.mgn_l20 {
	margin-left: 20px !important;
}
.mgn_l30 {
	margin-left: 30px !important;
}
.mgn_l40 {
	margin-left: 40px !important;
}


.pdg_t0 {
	padding-top: 0px !important;
}
.pdg_t5 {
	padding-top: 5px !important;
}
.pdg_t10 {
	padding-top: 10px !important;
}
.pdg_t20 {
	padding-top: 20px !important;
}
.pdg_t30 {
	padding-top: 30px !important;
}
.pdg_t40 {
	padding-top: 40px !important;
}

.pdg_b0 {
	padding-bottom: 0px !important;
}
.pdg_b5 {
	padding-bottom: 5px !important;
}
.pdg_b10 {
	padding-bottom: 10px !important;
}
.pdg_b20 {
	padding-bottom: 20px !important;
}
.pdg_b30 {
	padding-bottom: 30px !important;
}
.pdg_b40 {
	padding-bottom: 40px !important;
}

.pdg_r0 {
	padding-right: 0px !important;
}
.pdg_r5 {
	padding-right: 5px !important;
}
.pdg_r10 {
	padding-right: 10px !important;
}
.pdg_r20 {
	padding-right: 20px !important;
}
.pdg_r30 {
	padding-right: 30px !important;
}
.pdg_r40 {
	padding-right: 40px !important;
}

.pdg_l0 {
	padding-left: 0px !important;
}
.pdg_l5 {
	padding-left: 5px !important;
}
.pdg_l10 {
	padding-left: 10px !important;
}
.pdg_l20 {
	padding-left: 20px !important;
}
.pdg_l30 {

	padding-left: 30px !important;
}
.pdg_l40 {
	padding-left: 40px !important;
}


.f10 {
	font-size: 10px !important;
}
.f12 {
	font-size: 12px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f22 {
	font-size: 22px !important;
}
.f24 {
	font-size: 24px !important;
}


.bold {
	font-weight: bold !important;
}

.pdfIcon{vertical-align: top;}
/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/


/*----------------------------------------------------
Base Layout PC
----------------------------------------------------*/

/*----------------------------
共通要素のレイアウト
----------------------------*/
@font-face {
    font-family: 'nexa_bold';
    src: url('/fonts/nexa_bold.eot');
    src: url('/fonts/nexa_bold.eot?iefix') format('eot'),
         url('/fonts/nexa_bold.woff') format('woff'),
         url('/fonts/nexa_bold.ttf') format('truetype'),
         url('/fonts/nexa_bold.svg#svgFontName') format('svg');
}

#page {
	position: relative;
}

.content {
	clear: both;
}

.contentMain {
	width: 100%;
	max-width: 920px;
	margin: 0 auto 65px;
	font-size: 16px;
}



/* --- header --- */
header {}

header .hdArea {
	position: relative;
	height: 80px;
	letter-spacing: 0;
	overflow: hidden;
}
header .hdArea h1 {
	float: left;
	width: 100%;
	padding: 24px 265px 0 40px;
	font-weight: normal;
}
header .hdArea h1 a {
	display: inline-block;
}
header .hdArea h1 span {
	display: inline-block;
	padding: 0 0 2px 20px;
	font-size: 12px;
	vertical-align: bottom;
}
header .hdContact {
	position: absolute;
	right: 0;
	top: 0;
}
header .hdContact a {
	display: block;
	width: 100px;
	height: 80px;
	padding: 43px 0 0;
	color: #1663b9;
	text-align: center;
	background: url(../images/hd_icon_mail.png) 50% 20px no-repeat #eef4fb;
}
header .hdContact a:hover,
header .hdContact a:active,
header .hdContact a:focus {
	text-decoration: none;
	background-color: rgba(22,99,185,0.2);
}
header .hdYt{
    position: absolute;
	right: 110px;
	top: 24px;
}
header .hdInsta{
    position: absolute;
	right: 220px;
	top: 14px;
}
header  .meanmenuOnly {
    display: none;
}
.pc{display: block;}
/* --- nav --- */
header .meanmenu_area {
	position: relative;
}
header nav {
	height: 60px;
	text-align: center;
	background: #1663b9;
}
header nav ul.navList {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
header nav ul.navList > li {
	position: relative;
	float: left;
	width: 14.285%;
	max-width: 182px;
	text-align: center;
    letter-spacing: normal;
}
header nav ul.navList > li a {
	display: block;
	width: 100%;
	height: 60px;
	padding: 20px 0 0;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #fff;
}
header nav ul.navList > li:first-child a {
	border-left: 1px solid #fff;
}

header nav ul.navList > li a span {
	display: inline-block;
	padding-right: 15px;
	background: url(../images/arrow_nav.png) right 50% no-repeat;
}

header nav ul li a,
header nav ul li a:link,
header nav ul li a:visited {
	color: #fff;
}
header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a:focus,
header nav ul li.current a {
	color: #fff;
	text-decoration: none;
	background: #2ca6e0;
}
header nav ul li:hover a {
	background: #2ca6e0;
}


/* --- subnav --- */
header nav ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding-right: 1px;
	z-index: 100;
}
header nav ul.sub-menu li {
	background: url(../images/line_dot_x2.png) 0 bottom repeat-x #2ca6e0;
}
header nav ul.sub-menu li:last-child {
	background-image: none;
}
header nav ul.sub-menu li a {
	display: block;
	height: auto;
	padding: 10px 10px 10px 25px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0;
	background: url(../images/arrow_nav_pull.png) 10px 14px no-repeat;
	border-right: none;
}

header nav ul.sub-menu li a:hover,
header nav ul.sub-menu li a:active,
header nav ul.sub-menu li a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #57b9e7;
}







/* --- footer --- */
footer {
	background: #1663b9;
}
/* --- footer リンク --- */
footer .linkArea {
	min-height: 333px;
	font-size: 12px;
	background: url(../images/ft_link_bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
footer .linkArea .linkSec {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding: 20px 0 0;
	overflow: hidden;
}
footer .linkArea .linkSec .linkBox {
	float: left;
	width: 23.214%;
	max-width: 195px;
	margin: 0 0 0 2.38%;
}
footer .linkArea .linkSec .linkBox:first-child {
	margin-left: 0;
}
footer .linkArea .linkSec .linkBox ul li a,
footer .linkArea .linkSec .linkBox dl dt a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #464e58;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.9);
}
footer .linkArea .linkSec .linkBox a:hover {
	text-decoration: none;
}
footer .linkArea .linkSec .linkBox dl dt {
	margin-bottom: 5px;
}
footer .linkArea .linkSec .linkBox dl dd a {
	display: block;
	padding: 2px 10px 2px 20px;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.9);	
}
/* --- footer 住所 --- */
footer .ftaddArea {
	position: relative;
	width: 100%;
	max-width: 1166px;
	margin: 30px auto 0;
	color: #fff;
}
footer .ftaddArea p img{
    padding-bottom: 1em;
}

/*footer .ftArea {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
footer .ftArea .ftAddress {
	padding: 22px 170px 15px 0;
	color: #fff;
}
footer .ftArea .ftAddress dt {
	margin: 0 0 8px;
}*/
footer .copyright {
	font-size: 12px;
    padding-bottom: 1em;
}
footer .ftArea .ftContact {
	position: absolute;
	right: 0;
	top: 35px;
}
footer .ftContact a {
	display: inline-block;
	width: 160px;
	height: 40px;
	padding: 9px 0 0 33px;
	color: #fce249;
	text-align: center;
	border: 1px solid #fce249;
	background: url(../images/ft_icon_mail.png) 19px 11px no-repeat;
}
footer .ftContact a:hover,
footer .ftContact a:active,
footer .ftContact a:focus {
	background-color: rgba(252,226,73,0.1);
	text-decoration: none;
}
.ftbnr li{
    display: inline-block;
    margin:5px;
    vertical-align: middle;
}
.ftbnr li.yt{
    width: 100px;
}
.ftbnr li.insta{
 width: 40px;
}

/* --- pagetop --- */
.pagetop {
	position: fixed;
	width: 62px;
	height: 62px;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}



/* --- パンくず --- */
.path {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 0 25px;
	font-size: 12px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.path li {
	float: left;
}
.path li a {
	display: inline-block;
	padding: 0 12px 0 0;
	margin: 0 5px 0 0;
	text-decoration: none;
	background: url(../images/arrow_path.png) right 50% no-repeat;
}
.path li a:hover {
	text-decoration: underline;
}



/* --- 見出し --- */
.content h1 {
	height: 150px;
	padding: 0 10px;
	text-align: center;
	line-height: 1.2;
	background: url(../images/h1_bg.png) 50% 0 no-repeat #eef4fb;
}
.content h1 .jpn {
	display: inline-block;
	padding: 30px 0 10px;
	margin-bottom: 10px;
	font-size: 26px;
	border-bottom: 3px solid #2ca6e0;
}
.content h1 .eng {
	display: block;
    font-family: 'nexa_bold';
    font-size: 20px;
}

.contentMain h2 {
	margin: 0 -20px 20px;
	padding: 0 0 0 17px;
	line-height: 1.2;
	letter-spacing: 0;
	border-left: 3px solid #1663b9;
}
.contentMain h2 .jpn {
	display: block;
	padding: 0 0 12px;
	margin-bottom: 12px;
	font-size: 26px;
	border-bottom: 1px solid #464e58;
}
.contentMain h2 .eng {
	display: block;
    font-size: 20px;
}

.contentMain h3 {
	margin-bottom: 10px;
	padding: 3px 10px 5px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	background: #464e58;
}

.contentMain h4 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 10px 5px;
	color: #fff;
	line-height: 1.2;
	background: #1663b9;
}
.contentMain h5 {
	margin:10px 0 0;
	padding: 0 0 5px;
	line-height: 1.2;
	border-bottom:1px solid #464e58;
}
.contentMain h6 {
	margin-bottom: 10px;
}




/* --- リスト --- */
.contentMain ul {
	margin-bottom: 10px;
}
.contentMain ul li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 16px;
}
.contentMain ul li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 8px;
	height: 8px;
	background: #1663b9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;	
	border-radius: 4px;
}

.contentMain ol {
	margin-bottom: 10px;
	padding-left: 2.2em;
}
.contentMain ol li {
	margin-bottom: 5px;
	list-style-type: decimal;
	list-style-position: outside;
}



/* --- リンク --- */
.contentMain a,
.contentMain a:link,
.contentMain a:visited {
	color: #1663b9;
}
.contentMain a:hover,
.contentMain a:active,
.contentMain a:focus {
	color: #d93636;
}

.contentMain a.link,
.contentMain a.link:link,
.contentMain a.link:visited {
	display: inline-block;
	padding-left: 10px;
	color: #1663b9;
	background: url(../images/arrow_link.png) 0 0.3em no-repeat;
}
.contentMain a.link:hover,
.contentMain a.link:active,
.contentMain a.link:focus {
	color: #d93636;
	background: url(../images/arrow_link_on.png) 0 0.3em no-repeat;
}


/* --- テーブル --- */
.contentMain table {
	width: 100%;
	margin-bottom: 10px;
	border-left: 1px solid #adc1d9;
	border-top: 1px solid #adc1d9;
}
.contentMain table th,
.contentMain table td {
	padding: 8px 10px 6px;
	font-size: 16px;
	border-right: 1px solid #adc1d9;
	border-bottom: 1px solid #adc1d9;
}
.contentMain table th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	background: #c9e0fa;
}
.contentMain table td {
	vertical-align: top;
}


.contentMain table.smallList th,
.contentMain table.smallList td {
	font-size: 14px;
}
/* --- テーブル  中古販売--- */
.contentMain table.usedList {
	width: 100%;
	margin-bottom: 10px;
	border-left: 1px solid #464e58;
	border-top: 1px solid #464e58;
}
.contentMain table.usedList th,
.contentMain table.usedList td {
	padding:3px 5px 2px;
	border-right: 1px solid #464e58;
	border-bottom: 1px solid #464e58;
	vertical-align: middle;
}
.contentMain table th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	background: #e6ecf2;
}
/* --- ブログ用設定 --- */
.contentMain hr {
	margin: 20px 0;
	border-bottom: 1px solid #464e58;
}
.contentMain blockquote {
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(70,78,88,0.1);
}
.contentMain pre {
	margin-bottom: 10px;
}

/* --- ボタン --- */
.btn a {
	position: relative;
	display: inline-block;
	padding: 20px 65px 20px 55px;
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
	background: #464e58;
}
.btn a:link,
.btn a:visited {
	color: #fff;
}
.btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	width: 6px;
	height: 14px;
	background: url(../images/arrow_btn_r.png) 0 0 no-repeat;

}
.btn a:hover,
.btn a:active,
.btn a:focus {
	color: #fff;
	text-decoration: none;
	background: rgba(70,78,88,0.8);
}



/*----------------------------
トップ
----------------------------*/
#index {}

#index h2 {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.2;
}
#index h2 .jpn {
	display: inline-block;
	padding: 0 15px 15px;
	margin-bottom: 15px;
	font-size: 28px;
	border-bottom: 3px solid #464e58;
}
#index h2 .eng {
	display: block;
    font-family: 'nexa_bold';
    font-size: 20px;
}

#index .newsArea,#index .recruitArea {
	clear:both;
	padding: 40px 0 50px;
	background:url(../images/top_news_bg.png) 50% 0 no-repeat;
}

 #index .newsArea figure{
      width: 100%; 
}
 #index .newsArea figure img{
  width: 100%; 
  height: auto;
  aspect-ratio: 16 / 9; 
  object-position: top;
  object-fit: cover;
  display: block;
}
.newsBox{
   padding:1em; 
    background: #fff;
}
.newsBox h3{
    font-weight: normal;
    font-size:16px;
    padding:0.5em 0;

}
 .newsArea a:hover,
 .newsArea a:active,
 .newsArea a:focus {
	text-decoration:none;
}

/*
#index .newsArea dl {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 10px;
	overflow: hidden;
}
#index .newsArea dl dt {
	clear: both;
	float: left;
	width: 9em;
}
#index .newsArea dl dd {
	padding: 0 0 10px 9em;
	margin: 0 0 10px;
	background: url(../images/line_dot_x.png) 0 bottom repeat-x;
}

#index .newsArea .newsLink {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	text-align: right;
}
#index .newsArea .newsLink {
}
#index .newsArea .newsLink a.link,
#index .newsArea .newsLink a.link:link,
#index .newsArea .newsLink a.link:visited {
	display: inline-block;
	padding-left: 10px;
	color: #1663b9;
	background: url(../images/arrow_link.png) 0 0.3em no-repeat;
}
#index .newsArea .newsLink a.link:hover,
#index .newsArea .newsLink a.link:active,
#index .newsArea .newsLink a.link:focus {
	color: #d93636;
	background: url(../images/arrow_link_on.png) 0 0.3em no-repeat;
}
*/

#index .topicsArea {
	padding: 40px 0 50px;
	background:#f2faff  url(../images/top_topics_bg.png) 50% 0 repeat-y;
}
.topicsSet {
    background: #fff;

}
.topicsSet figure{
    text-align: center;
}
.topicsSet h3 {
    margin: 1em;
	padding-left:35px;
	font-size:20px;
	background:url(../images/top_topics_arrow.png) 0 2px no-repeat;
}
.topicsSet p {
    padding:0em 2em 2.5em 2em;
	font-size:16px;
}
.topicsSet a:hover,
.topicsSet a:active,
.topicsSet a:focus {
	text-decoration:none;
}
/*#index .topicsArea .topicsWrap {
	width: 100%;
	max-width: 1266px;
	margin: 0 auto 10px;
	overflow: hidden;
}
#index .topicsArea .topicsWrap .topicsBox{
	float:left;
	width:30%;
	margin: 0 2.5% 20px;
	overflow: hidden;
	background:#fff;
}
#index .topicsArea .topicsWrap .topicsBox:nth-child(even){
	margin: 0 0 20px 0;
}
#index .topicsArea .topicsWrap .topicsBox h3{
	margin:20px 40px 10px;
	padding-left:35px;
	font-size:18px;
	background:url(../images/top_topics_arrow.png) 0 0 no-repeat;
}
#index .topicsArea .topicsWrap .topicsBox p{
	padding:0 40px 20px;
	line-height:1.6;
}
#index .topicsArea .topicsWrap .topicsBox a:hover,
#index .topicsArea .topicsWrap .topicsBox a:active,
#index .topicsArea .topicsWrap .topicsBox a:focus {
	text-decoration:none;
}*/

/* Youtbe*/
.movieBox {
	text-align:center;
	margin-bottom: 30px !important;
}
.movieBox iframe {
   width: 100%; 
	aspect-ratio: 16 / 9;
} 

/* Instagram */
.inner{
    width: 100%;
    max-width:1366px;
    margin: 0 auto;
    padding:0 0 60px;   
}
.instaArea figure{
      width: 100%; 
}
.instaArea figure img,.instaArea figure video{
  width: 100%; 
  height: auto;
  aspect-ratio: 4 / 5; 
  object-fit: cover;
  display: block;
}
/* 採用情報 */
.recruitBox{
    background:#f2faff;
    padding:5em 50px;
    text-align: center;
    font-size:16px;
    margin: 0 0 0 50px;
}
.recruitTitle{
    font-size:30px;
    margin-bottom: 1em;
}
.recruitImg figure img{
    margin:50px 0 0 -50px;
}
/*----------------------------
レンタル、製造・販売　一覧ページ
----------------------------*/
.contentMain.contentCategory {
	width: 100%;
	max-width: 980px;
/*	max-width: 960px; */
}
.contentMain.contentCategory ul.categoryList {
	margin: 0 -10px;
	overflow: hidden;
}
.contentMain.contentCategory ul.categoryList li {
	display: inline-block;
	width: 225px;
	margin: 0 10px 20px 5px;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}
.contentMain.contentCategory ul.categoryList li:before {
	display: none;
}
.contentMain.contentCategory ul.categoryList li a {
	display: block;
}
.contentMain.contentCategory ul.categoryList li a .img {
	border: 1px solid #1663b9;
}
.contentMain.contentCategory ul.categoryList li a .name {
	min-height: 60px;
	padding: 0 0 0 10px;
	color: #fff;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2;
	background: #1663b9;     /*Other Browser*/
	background-image: url(../images/arrow_category.png), linear-gradient( #1663b9 0%, #2ca5e0 100%);
	background-repeat: no-repeat, repeat;
	background-position: 95% 50%, top;
}
.contentMain.contentCategory ul.categoryList li a .name .jpn {
	padding: 8px 0 5px;
	margin: 0 0 5px;
	font-weight: bold;
	background: url(../images/category_line.png) 0 bottom no-repeat;
}
.contentMain.contentCategory ul.categoryList li a .name .eng {
	font-size: 12px;
}
.contentMain.contentCategory ul.categoryList li a:hover,
.contentMain.contentCategory ul.categoryList li a:active,
.contentMain.contentCategory ul.categoryList li a:focus {
	text-decoration: none;
}




/*----------------------------
レンタル、製造・販売　個別ページ
----------------------------*/
/*デフォルト<ul>打ち消し*/
.contentMain .tabList,
.contentMain .slides,
.contentMain .dimensions {
	margin-bottom: 0;
}
.contentMain .tabList li,
.contentMain .slides li,
.contentMain .dimensions li {
	margin-bottom: 0;
	padding-left: 0;
}
.contentMain .tabList li:before,
.contentMain .slides li:before,
.contentMain .dimensions li:before {
	display: none;
}


.contentMain .tabList {
	margin: 0 -20px 40px;
	border-bottom: 3px solid #2ca5e0;
}
.contentMain .tabList li {
	display: table;
	float: left;
	width: 24.48%;
	min-height: 60px;
}
.contentMain .tabList li a {
	display: table-cell;
	min-height: 60px;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #464e58;
	letter-spacing: 0;
	vertical-align: middle;
	background-color: #eee;
	background-image: url(../images/tab_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-right: 1px solid #fff;
}
.contentMain .tabList li.current a {
	color: #fff;
	background: #1663b9;     /*Other Browser*/
	background-image: url(../images/tab_corner.png), linear-gradient( #1663b9 0%, #2ca5e0 100%);
	background-repeat: no-repeat, repeat;
	background-position: right top, top;
}
.contentMain .tabList li.current:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 12px;
	height: 9px;
	margin-left: -6px;
	background: url(../images/arrow_tab.png) 0 0 no-repeat;
}


.contentMain .productWrap {
	margin: 0 0 40px;
	overflow: hidden;
}
.contentMain .productWrap .productLeft {
	float: left;
	width: 52.173%;
}
.contentMain .productWrap .productRight {
	float: right;
	width: 43.478%;
}


.contentMain .tableList {
	margin: 0 0 20px;
	border: none;
}
.contentMain .tableList th {
	width: 29%;
	padding: 6px 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
/*	background: url(../images/line_solid_x.png) 0 bottom repeat-x #fff;*/
    background:#fff;
    border-bottom:1px solid #464e58;
	border-right: none;
}
.contentMain .tableList td {
	margin-left: 29%;
	padding: 6px 10px 5px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
/*	background: url(../images/line_dot_x.png) 0 bottom repeat-x;*/
    border-bottom:1px dotted #464e58;
	border-right: none;
}

.contentMain .productWrap h4 {
	margin-bottom: 0;
}


.contentMain .dimensions {
	margin: 5px 0 0;
}
.contentMain .dimensions li {
	margin: 0 0 20px;
}
.contentMain .dimensions li a {
	display: block;
	border: 1px solid #464e58;

}


/* ↓↓ 2021/06追加 ↓↓ */
.contentMain .tableList.thWidth20 th {width:20%;}
.contentMain .tableList.thWidth14 th {width:14%;}
.contentMain .tableList.tdLine td {text-align:center; border-right:1px dotted #464e58;}
.contentMain .tableList.tdLine td:last-child {border-right:none;}
.contentMain .tableList.tdLine td.layout_l {text-align: left;}
/* ↑↑ 2021/06追加 ↑↑ */






/*----------------------------
営業所
----------------------------*/
#office {}

#office .officeMap {
	margin: 0 0 10px;
	text-align: center;
	background: url(../images/office_bg.jpg) 50% bottom no-repeat;
	background-size: contain;
}

#office .officeWrap {
	margin: 0 0 20px;
	overflow: hidden;
}
#office .officeWrap .officeLeft {
	float: left;
	width: 72%;
}
#office .officeWrap .officeRight {
	float: right;
	width: 26%;
}

#office .contentMain table td {
	vertical-align: middle;	
}

#office .contentMain .officeWrap .tableList th {
	width: 190px;
	vertical-align: middle;
}





/*----------------------------
お知らせ
----------------------------*/
#news {}

#news .newsSection {
	margin-bottom: 40px;
}

#news .contentMain h2 .date {
	display: block;
    font-size: 14px;
    color: #464e58;
    font-weight: normal;
}

/* --- pageList --- */
.pageList {
	text-align: center;
}
.pageList .prev {
	display: inline-block;
	margin: 0 15px 0 0;
}
.pageList .next {
	display: inline-block;
	margin: 0 0 0 15px;
}
.pageList .list {
	display: inline-block;
	vertical-align: top;
}
.pageList .list a,
.pageList .list span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0px;
	padding-top: 5px;
	color: #464e58;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
	border: 1px solid #464e58;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pageList .list a:hover,
.pageList .list span.current_page {
	color: #464e58;
	text-decoration: none;
	background: #dadcde;
}


/*---------------------------
会社概要
----------------------------*/
#company .companyWrap {
	margin: 0 0 20px;
	overflow: hidden;
}
#company .companyWrap .companyLeft {
	float: left;
	width: 62%;
}
#company .companyWrap .companyRight {
	float: right;
	width: 35.86%;
}

#company .contentMain table td {
	vertical-align: middle;	
}

#company .contentMain .companyWrap .tableList th {
	line-height:2.0;
	vertical-align: middle;
}

#about .contentMain.contentCategory ul.categoryList li {
	display: inline-block;
	width: 290px;
	margin: 0 10px 20px 5px;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}

/*----------------------------
採用情報
----------------------------*/
#recruit .contentMain.contentCategory ul.categoryList li {
	display: inline-block;
	width: 300px;
	margin: 0 10px 20px 5px;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}
/*----------------------------
中古販売
----------------------------*/
.shopinfo{
    background:#e6ecf2;
    padding:0.5em 0.8em 0.8em;
}
.shopinfo dt{
    text-align: center;
    border-bottom: 1px solid #464e58;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}
.shopinfo dd.tel{
    font-weight: bold;
    color:#1663b9;
    margin: 0 0 0.2em;
}
.shopinfo dd.add{
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
}

#used .btn,
#used a.btn,
#used button.btn {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 0.4em;
}

#used a.btnInfo{
  color: #fff;
  background-color: #2ca6e0;
  border-bottom: 5px solid #2381ad;
}

#used a.btnInfo:hover {
  margin-top: 3px;
  color: #fff;
  background: #2ca6e0;
  border-bottom: 2px solid #2381ad;
}

#used a.btnMail{
  color: #fff;
  background-color: #1663b9;
  border-bottom: 5px solid #104887;
}
#used a.btnMail:hover {
  margin-top: 3px;
  color: #fff;
  background: #1663b9;
  border-bottom: 2px solid #104887;
}
#used a.btnMail img{
    margin: 0 0.5em 0.2em 0;
}
#used .usedCategory{
    font-size:13px;
    vertical-align: middle;
    font-weight: normal;
    color:#464e58;
    background:#fce249;
    padding:0 5px 2px;
    margin:0 8px 0 0;
    line-height: normal;
}
#used .usedTitle{
    vertical-align: middle;
}