@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

#h_box, #mainnav .topmenu, .footer_box, #copy_right p, #main_img, #main, .box, #topicPath{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
#htop{
	background: #222;
	padding: 3px 0;
}
#htop h1 {
	color: #FFF;
	font-size: 80%;
	padding-top: 2px;
}

#h_box{
	padding: 40px 0;
}

#h_left {
	width: 55%;
	float: left;
}
#h_right {
	float: right;
	width: 45%;
	text-align: right;
}

/* mainnav 
---------------------------------------------------------- */
#mainnav{
	background: #e60012;
}
#mainnav .topmenu li{
	float:left;
	position:relative;
	border-right: solid 1px #FFF;
}
#mainnav .topmenu li:first-child {
	border-left: solid 1px #FFF;
}


/* main 
---------------------------------------------------------- */
#main{
	display: block;
}


/* pagetop 
---------------------------------------------------------- */
#bk_top {
	text-align:center;
}

#scrollUp {
	width: 70px;
	height: 70px;
  bottom: 5%;
  right: 5%;
	background:url(common/images/common/pagetop.jpg) no-repeat right bottom;
	background-size: contain;
}


/* footer 
---------------------------------------------------------- */
#f_gmap iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom;
}
#footer {
	padding: 50px 0;
	text-align: center;
	border-top: solid 6px #e60012;
}
#footer img{
	margin-bottom: 20px;
}
#footer ul li {
	display: inline-block;
	font-weight: bold;
	font-size: 120%;
	margin: 10px 10px 0;
}
/* --- copy_right --- */
#copy_right{
	background: #222;
	padding: 10px 0;
}
#copy_right p{
	color: #FFF;
	font-size: 80%;
	text-align: center;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:60px;
}
.container {
	margin-bottom:40px;
}
.case {
	margin-bottom:30px;
}
.pack {
	margin-bottom:20px;
}
.item {
	margin-bottom:15px;
}
.mb_clear{ margin-bottom: 0!important; }

.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
	margin-bottom:0px;
}
.pd_box{
	padding: 90px 0;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_big{
	font-size: 120%;
}

/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}


/* tb_style 
---------------------------------------------------------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style td,
.tb_style th{
	padding:15px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.tb_style th{
	background:#EDEDED;
	vertical-align: top;
	width: 200px;
}



/* col style 
---------------------------------------------------------- */
.col2_box, .col3_box, .col4_box{
	position:relative;
}
.col2_box .col2, .col3_box .col3, .col4_box .col4{
	float:left;
	box-sizing: border-box;
}
.col2_box .col2:first-child,
.col3_box .col3:first-child,
.col4_box .col4:first-child{
	margin-left:0;
}

/* --- col 2 --- */
.col2_box {
}
.col2_box .col2 {
}


/* title style 
---------------------------------------------------------- */
.title_sec {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin-bottom: 50px;
}
.title_sec::after {
	content: '';
	display: block;
	background: #e60012;
	width: 100px;
	height: 5px;
	margin: 10px auto 0;
}


/* topicPath 
---------------------------------------------------------- */
#topicPath {
	clear:both;
	display: block;
	padding:20px 0 50px 0;
}
#topicPath li {
	display:inline;
	font-size: 80%;
}
#topicPath li a {
	padding-right:15px;
	background:url(common/images/common/arrow02.png) no-repeat right center;
	background-size: 5px;
	text-decoration:underline;
}
#topicPath li a:hover {


}

/* container 
---------------------------------------------------------- */
.container {

}
.container .msg {
	width: 47%;
	word-break: break-all;
}
.container .img {
	width: 50%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}

.highltight {
	border: solid 3px #e60012;
	padding: 15px;
}


/* switch pc sp 
---------------------------------------------------------- */
.sp{ display: none; }
.pc{ display:block; }


/* list_dot 
---------------------------------------------------------- */
.list_dot{
	list-style:disc;
	margin-left: 17px;
}
.list_dot li{ margin-bottom: 5px; }
.list_dot li:last-child{ margin-bottom: 0; }

.list_num{
	list-style:decimal;
}


/* main_img_sub 
---------------------------------------------------------- */
#main_img_sub{
	background: url(common/images/common/bg_main.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
}
#main_img_sub h2{
	font-size: 210%;
	font-weight: bold;
	color: #FFF;
	padding: 90px 0;
}



/* page_index 
---------------------------------------------------------- */
.product_col .col_box {
	float: left;
	width: 33.33%;
}
.product_col .col_box .mask_box {
	overflow: hidden;
	background: #000;
	position: relative;
}
.product_col .col_box .mask_box img {
	display: block;
	transition-duration: 0.3s;
}
.product_col .col_box .mask_box:hover  img{
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.6;
}
.product_col .col_box .mask_box span {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 1vw;
	width: 90%;
	opacity: 0;
}
.product_col .col_box .mask_box:hover span{
	transition-duration: 1s;
	opacity: 1;
}
.product_col .col_box .mask_box span em {
	font-style: normal;
	font-size: 1.8vw;
	font-weight: 800;
	display: block;
}
.product_col .col_box .mask_box span em::after {
	content: '';
	display: block;
	background: #FFF;
	width: 50px;
	height: 3px;
	margin: 0.5vw auto;
}
#rpf {
	background: #EEE;
}

/* page_company 
---------------------------------------------------------- */
.page_company #gmap iframe {
	width: 100%;
	height: 400px;
}

/* page_service 
---------------------------------------------------------- */
.page_service .service_col h4 {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
}
.page_service .service_col img {
	border: solid 1px #CCC;
	box-sizing: border-box;
}
.page_service .service_col p {
	margin-top: 6px;
}

/* page_flow 
---------------------------------------------------------- */
.page_flow .case img {
	width: 150px;
}

/* page_contact 
---------------------------------------------------------- */
.page_contact .tb_style td input,
.page_contact .tb_style td textarea {
	width: 100%;
	border: solid 1px #CCC;
	padding: 1px;
	box-sizing: border-box;
}
.page_contact .tb_style th span {
	display: inline-block;
	font-size: 80%;
	background: #E60012;
	color: #FFF;
	padding: 2px 8px;
	margin-left: 10px;
}
.btn_sty input {
	border: none;
	padding: 15px;
	width: 200px;
	text-align: center;
	color: #FFF;
	background: #000;
	font-size: 120%;
	margin: 0 10px;
	box-sizing: border-box;
}
a.btn_sty {
	padding: 15px;
	width: 300px;
	text-align: center;
	color: #FFF;
	background: #000;
	font-size: 110%;
	margin: 20px auto 0;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}
a.btn_sty:hover {
	background: #333;
}

/* page_rpf
---------------------------------------------------------- */
.page_rpf .msg .tb_style th {
	width: 140px;
}
.page_rpf dl dt {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}
.page_rpf dl dt span {
	display: inline-block;
	background: #e60012;
	color: #FFF;
	line-height: 1;
	padding: 3px 6px;
	margin-right: 10px;
	font-size: 90%;
}
.page_rpf dl dd {
	margin-bottom: 15px;
}
.page_rpf dl dd:last-child {
	margin-bottom: 0;
}
.page_rpf .tb_co2{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.page_rpf .tb_co2 td,
.page_rpf .tb_co2 th{
	padding:10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}
.page_rpf .tb_co2 th{
	background:#EDEDED;
}
.page_rpf .tb_co2 td {
	width:17%;
	font-size: 15px;
}
.page_rpf .tb_co2 td:first-child {
	width:15%;
}
.page_rpf .highlight {
	font-size: 14px;
	background: #EEE;
	padding: 15px;
}