@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

/*****************
reset
*****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2,h3,h4,h5,#mainV p, .regnumber{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2{
	font-size: 52px;
	font-weight: 800;
	color: #fff;
}
h3{
	font-size: 34px;
	font-weight: 800;
}
#main p{
	color: #4c4948;
}
#main a{
	color: #ff0000;
}
#main a:hover{
	text-decoration: none;
}
ol, ul{
	list-style:none;
}
img{
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*****************
utilities
*****************/
.hidden{
	display:none!important;
}
.pcBr{
	display:inline;
}
.spBr{
	display:none;
}
#main .icOtherW {
	background: url(../images/ic_other.png) no-repeat right center !important;
}
#main .spView{
	display: none;
}
#main .pcView{
	display: block;
}
.btnmodal{
	cursor: pointer;
	opacity: 1.0;
	transition: all 0.2s;
}
.btnmodal:hover{
	opacity: 0.8;
}
.bomagcontact{
	font-size: 18px;
	display: block;
	text-align: center;
	width: 100%;
	margin: 30px auto;
}

/*****************
constructure
*****************/
html{
	width:100%;
	margin:0;
	padding:0;
}
#main{
	width:100%;
	min-width:1240px;
	margin:0;
	padding:0;
}
.box-contents{
	width:1200px;
	padding:0 20px;
	margin:0 auto;
	position: relative;
}

/*****************
menu
*****************/
#menu{
	position:fixed;
	right:0;
	top:136px;
	transition-duration:0.5s;
	width:241px;
	height:184px;
	overflow:hidden;
	z-index:2000;
}
#menu_list{
	position:absolute;
	right:-177px;
	width:241px;
	height:184px;
	transition:all 0.25s;
}
#menu #menu_list:hover{
	right:0px;
}
#menu_list li{
	float:right;
	width: 240px;
	height:60px;
	border-bottom:1px solid #008A8E;
	border-left:1px solid #008A8E;
	background-repeat:no-repeat;
}
#menu_list li:first-child{
	border-top:1px solid #008A8E;
}
#menu_list li a{
	display:block;
	width:100%;
	height: 100%;
}


/*****************
mainV
*****************/
#mainV{
	width:100%;
	padding: 50px 0;
	background:url(../images/bg_mainvisual.jpg) no-repeat center top;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
h1{
	margin-bottom: 30px;
}
.img_netiscycle{
/*	background:url(../images/img_mainvisual.png) no-repeat right 50px;*/
}
#mainV p{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.0;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

#mainV span{
    color: #ff0000;
}

#mainV .btn_netis{
	color: #000000;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}


/*****************
merit
*****************/
#merit{
	width:100%;
	padding: 50px 0 60px;
}
#merit h2{
	color: #4c4948;
	margin-bottom: 30px;
}
#merit strong{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
#merit ul li {
	margin-bottom: 10px;
}

#merit #meritInner {
	padding-top: 30px;
	color: #4c4948;
}
#merit #meritInner ol li {
	font-size: 20px;
	margin-bottom:10px;
}
#merit #meritInner table{
}
#merit #meritInner table th{
	text-align: center;
	vertical-align: middle;
	background-color: #4c4948;
	color: #ffffff;
	padding: 15px 10px;
}
#merit #meritInner table td{
	padding: 5px 0px 5px 1em;
}

/*****************
past
*****************/
#past {
	width:100%;
	padding: 50px 0 60px;
}
#past h2 {
	color: #4c4948;
	margin-bottom: 30px;
}
#past ul li {
	float: left;
	margin: 0 20px 20px 0;
}
#past ul li:nth-child(2n) {
	margin: 0 20px 20px 0;
}

/*****************
PRODUCTS_SHOVEL
*****************/
#products_shovel{
	width:100%;
	padding: 50px 0 60px;
	background-color: #4c4948;
}
#products_shovel h2{
	margin-bottom: 30px;
}
#products_shovel ul li {
	float: left;
	margin: 0 20px 20px 0;
}
#products_shovel ul li:nth-child(2n) {
	margin: 0 20px 20px 0;
}
#products_shovel h3{
	color: #ffffff;
	padding-top: 20px;
}
#products_shovel .bomagcontact{
	color: #ffffff;
}


/*****************
PRODUCTS_CRANE
*****************/
#products_crane{
	width:100%;
	padding: 50px 0 60px;
}
#products_crane h2{
	color: #4c4948;
	margin-bottom: 30px;
}
#products_crane ul li {
	float: left;
	margin: 0 20px 20px 0;
}
#products_crane ul li:nth-child(2n) {
	margin-bottom: 0 0 20px 0;
}



/* ========================================

for SMARTPHONE

======================================== */
@media screen and (max-width: 767px){

/*****************
SP reset
*****************/
h2{
	font-size: 30px;
	font-weight: 800;
	/*color: #fff;*/
}
h3{
	font-size: 20px;
	font-weight: 700;
}


/*****************
SP utilities
*****************/
.pcBr{
	display:none;
}
.spBr{
	display:inline;
}
#main .spView{
	display: block !important;
}
#main .pcView{
	display: none !important;
}
.width75{
	width: 75%;
	margin: 0 auto;
}


/*****************
SP constructure
*****************/
#main{
	min-width:inherit;
}
.box-contents{
	width:90%;
	padding:0 5%;
}

/*****************
SP menu
*****************/
#menu{
    display: none;
	top: 50px;
    width: 161px;
    height: 126px;
}
#menu.on{
	width:161px;
	right:0;
}
#menu #menu_btn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
	background-image:url(../images/btn_on.png);
	background-repeat:no-repeat;
	width:41px;
	height:126px;
}
#menu.on #menu_btn{
	z-index:1;
	right:0;
}
#menu #menu_list {
    position: absolute;
    right: -118px;
    width: 161px;
    height: 126px;
    transition: all 0.25s;
}
#menu.on #menu_list{
	right:0px;
	z-index: 100;
}

#menu_list li{
	float:right;
	width: 161px;
	height: 41px;
}
#menu_list li:first-child{
	border-top:1px solid #008A8E;
}
#menu_list li a{
	display:block;
	width:100%;
	height: 100%;
}



/*****************
SP mainV
*****************/
#mainV{
    width: 100%;
    padding: 40px 0;
    background-position: 86% 30%;
    background-size: 165%;
    background-color: #3c3c3c;
}
h1{
	width:75%;
	margin:0 auto 20px;
}
.img_netiscycle{
	background:none;
}
#mainV h2{
	margin: 30% 0 20px;
}
#mainV p{
	font-size: 15px;
    line-height: 1.7;
}


/*****************
SP merit
*****************/
#merit{
	/*width:100%;*/
	padding: 40px 0;
}
#merit h2{
	/*color: #4c4948;
	margin-bottom: 30px;*/
}
#merit strong{
	font-size: 18px;
	margin-bottom: 15px;
}
#merit ul li {
	margin-bottom: 5px;
}

#merit #meritInner {
	padding-top: 20px;
}
#merit #meritInner ol{
	margin-bottom:20px;
}
#merit #meritInner ol li {
	font-size: 15px;
	margin-bottom:5px;
}
#merit #meritInner table{
	font-size: 15px;
}
#merit #meritInner table td{
	padding: 5px 0px 8px 0.5em;
}


/*****************
SP PRODUCTS_SHOVEL
*****************/
#products_shovel{
	padding: 40px 0;
}
#products_shovel h2{
}
#products_shovel ul li {
	margin: 0 0 5px 0;
}
#products_shovel ul li:nth-child(2n) {
	margin: 0 0 5px 0;
}
#products_shovel h3{
	color: #ffffff;
	padding-top: 20px;
}


/*****************
SP PRODUCTS_CRANE
*****************/
#products_crane{
	padding: 40px 0;
}
#products_crane ul li {
	margin: 0 0 5px 0;
}
#products_crane ul li:nth-child(2n) {
	margin: 0 0 5px 0;
}
	
/*****************
past
*****************/
#past {
	width:100%;
	padding: 40px 0;
}
#past h2 {
	color: #4c4948;
	margin-bottom: 30px;
}
#past ul li {
	margin: 0 0 5px 0;
}
#past ul li:nth-child(2n) {
	margin: 0 0 5px 0;;
}

}

/*****************
追加パーツ
*****************/

/*NETISホームページボタン*/
.remodal a.btn_netis {
  color: #000;
}

.btn_netis {
  padding: 10px 40px 10px 25px;
  background-color: #fcee21;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
.btn_netis:hover {
  opacity: 0.65;
}
.btn_netis:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background-image: url(/shared/images/ic_other.png);
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn_netis {
    margin-bottom: 30px;
  }
}
