/*________________________________________________________

ヘッダー
________________________________________________________*/

/*________________________________________________________

フッター
________________________________________________________*/
footer {
	background-color: #e6e6e6;
	color: #444444;
}
footer li {
	margin: 8px 0;
	border: 1px solid #b60101;
}
footer li strong {
	color: #b60101;
	font-size: 130%;
}
address {
	font-style: normal;
}
.copyright {
	display: block;
	padding: 8px;
	text-align: center;
	background-color: #b60101;
	color: #FFF;
}

/*________________________________________________________

00 cmn
________________________________________________________*/

/* ブロック
---------------------------------------- */
.subpage .contents p {
	margin: 32px 0;
}
section {
    padding-top: 32px;
	padding-bottom: 32px;
}
.subpage .contents section {
	padding-left: 24px;
	padding-right: 24px;
}

/* 見出し2
---------------------------------------- */
h2 {
	text-align: center;
	font-size: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}
h2 strong {
	display: inline-block;
	margin-right: 16px;
	color: #bababa;
	font-size: 200%;
	vertical-align: middle;
}
h2 strong span {
	color: #b60101;
}

/* 見出し3
---------------------------------------- */
.subpage h3 {
    font-size: 180%;
    letter-spacing: .1em;
    margin-top: 72px;
	padding-bottom: 16px;
	color: #000;
	text-align: center;
	border-bottom: 4px solid #FFF;
}
.subpage h3.first, .subpage p.first {
	margin: 0;
}
.subpage h3 span {
	display: block;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 70%;
	letter-spacing: 0;
}

/* 見出し4
---------------------------------------- */
h4 {
    font-size: 120%;
	margin-top: 32px;
	padding: 8px 16px;
	background-color: #61a3d5;
	color: #FFF;
	border-radius: 4px;
	letter-spacing: .1em;
}


/*________________________________________________________

01 index
________________________________________________________*/


/* メインビジュアル
---------------------------------------- */
.mainImg {
    background: url(../img/top/bg_main.jpg) top center no-repeat;
}
.mainImg h2 {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
}
.mainImg p {
	text-align: center;
}


/* オフィス
---------------------------------------- */
.office {
    background-color: #b60101;
}
.office h3 {
	position: relative;
	padding: 4px 8px 4px 60px;
	background-color: #FFF;
	color: #333;
}
.office h3::before {
	position: absolute;
	display: block;
	left: 8px;
	bottom: -4px;
}
.cn h3::before { content: url(../img/top/ico_flag_cn.png);}
.jp h3::before { content: url(../img/top/ico_flag_jp.png);}

.office li {
	padding: 8px 8px 8px 56px;
}
.tel, .mobile {
	font-weight: bold;
	letter-spacing: .05em;
	font-family: 'Roboto Condensed', sans-serif;
}
.tel {background: url(../img/top/ico_tel.png) 0 50% no-repeat;}
.address {background: url(../img/top/ico_address.png) 0 50% no-repeat;}
.mobile {background: url(../img/top/ico_mobile.png) 0 50% no-repeat;}

/* 取扱商品
---------------------------------------- */
.contents {
	background: url(../img/top/bg_product.jpg) top center no-repeat;
	-webkit-background-size: cover;
    background-size: 100% auto;
}
.productWrap {
	background-color: rgba(255,255,255,.7);
}
.productWrap h2,.productWrap strong span {
	color: #b60101;
}
.productWrap h2 strong {
	color: #000;
}
.product {
	margin: 0 auto; 
	text-align: center;
}
.index .product a, .rope, .blance {
	position: relative;
	display: block;
	padding-top: 24px;
	border-top: 1px solid #dcdcdf;
	border-bottom: 1px solid #dcdcdf;
	border-left: 1px solid #dcdcdf;
	background-color: #FFF;
	text-decoration: none;
	color: #525252;
}
.ico_txt {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: -32px;
	margin: auto;
}
.index .product h3 {
	margin: 8px 0;
	color: #b60101;
	font-size: 140%;
}
.subpage .product h3 {
	background-color: #b60101;
	color: #FFF;
}
.product a p {
	padding: 0 24px;
	font-weight: bold;
}
.product span {
	display: block;
	margin-top: 24px;
	padding: 10px 0;
	color: #FFF;
	background-color: #b60101;
}
.product span:before {
	display: inline-block;
	margin-right: .5em;
	font-family: "Font Awesome 5 Free";
	line-height: 1.8;
	content: '\f101';
	font-weight: 900;
}

a.bnr {
	display: block;
	text-align: center;
}

/*________________________________________________________

	下層ページ
________________________________________________________*/

.subpage .contents .inner {
	margin-bottom: 40px;
	background-color: rgba(255,255,255,.8);
	color: #333;
}

/*________________________________________________________

	事業内容
________________________________________________________*/

.rope, .blance {
	margin-top: 72px;
	border: 3px solid #b60101;
}

/*________________________________________________________

	flow
________________________________________________________*/

.u-powex, .oem {
	display: inline-block;
	border-radius: 3px;
	margin: 0 4px;
	padding: 2px 10px;
	letter-spacing: .1em;
	color: #FFF;
	transition: .3s;
}
a.u-powex::after, a.oem::after {
	display: inline-block;
	margin-left: .5em;
	font-family: "Font Awesome 5 Free";
	line-height: 1.8;
	content: '\f107';
	font-weight: 900;
}
.u-powex { background-color: #b60101;}
.oem { background-color: #41ad32;}
a.u-powex:hover, a.oem:hover {
	opacity: .7;
}

.flow li {
	position: relative;
	margin-bottom: 8px;
	padding: 16px;
	border-bottom: 2px dashed #FFF;
}
.flow li::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	content: '';
}
.flow li:last-child::after {
	border: none;
}
.flow strong {
	display: inline-block;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.flow.u-powexList li::after {border-top: 16px solid #b60101;}
.flow.oemList li::after {border-top: 16px solid #41ad32;}
.u-powexList strong { color: #b60101; border-bottom-color: #b60101;}
.oemList strong { color: #41ad32; border-bottom-color: #41ad32;}

/*________________________________________________________

	company
________________________________________________________*/
.history {
	width: 100%;
	border-collapse: collapse;
}
.history dt {
	padding: 8px 16px;
	font-weight: bold;
	letter-spacing: .2em;
	width: 22%;
	float: left;
	clear: left;
	color: #b60101;
}
.history dd {
	margin: 0;
	padding: 8px 16px 8px 0px;
	border-bottom: dotted #FFF 1px;
	color: #000;
}
.history dd:last-child {
	border-bottom: none;
}

