@charset "utf-8";
/* ------------------------------
 メインイメージ
------------------------------ */
.topMainBlock {
    display: flex;
    align-items: center;
}
.topMainBlock {
    width: 100%;
    height: 450px;
    padding-right: 90px;
    background-image: url('/product_e/hydrogen_storage_alloy/img/main.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-bottom: 95px;
}
.topMain-txt {
    width: 1140px;
    margin: 0 auto;
}
.topMainBlock h1 {
    font-weight: bold;
    font-size: 3rem;
    color: #50a56d;
    margin-bottom: 20px;
    text-align: center;
    float: right;
}
.topMainBlock h1 span{
    font-size: 1.4rem;
    font-weight: normal;
    color: #4d4d4d;
    display: block;
}

/* ------------------------------
 背景色
------------------------------ */
.bg-box {
	padding: 43px 0 43px 43px;
	background: #eff2f3;
}

.bg-box .w1-3{ 
    padding-right: 30px;
    margin-right: 40px !important;
	border-right: solid 1px #e2e3e5;
}
.bg-box .w1-3:last-child{
    margin-right: 0 !important;
	border-right: none;
}
table .flexBox { 
    width: auto;
	border: none;
}
table .flexBox > * { 
    width: auto;
}
.table-icon{ 
    margin-left: 10px;
    display: inline-block;
}
.table-out{ 
    position: relative;
}
.table-out .circle{ 
    width: 132px;
    height: 132px;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: #50a56d;
    display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    top: 230px;
    right: 10px;
}

.table-out .circle:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 28px solid #50a56d;
  border-left: 0;
  position: absolute;
  left: -18px;
}