{% block main %}
<style>
.main_box_j {
background-color: ;
width: auto;
height: auto;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
border-radius: 6px;
{#position: relative;#}
}
.box_j1 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: ;
width: 100%;
margin-top: px;
margin-right: auto;
margin-left: auto;
{#position: relative;#}
{#z-index: 9999;#}
}
.box_j2 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: #fff;
float: left;
width: 100%;
height: auto;
margin-top: 10px;
margin-bottom: 10px;
border: solid 1px #dcdcdc;
}
.box_j3 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 150px;
height: 150px;
margin-top: px;
margin-bottom: 30px;
}
/*dummy <a href="#" style="pointer-events: none; text-decoration: none;">*/
.box_j4 {
background-color: #;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 150px;
height: 150px;
margin-top: -10px;
margin-bottom: 30px;
}
.box_j5 {
width: 100%;
height: auto;
text-align: left;
}
.pexample_j1 {
color: #000;
margin-top: 10px;
margin: left;
margin-left: 10px;
width: 100%;
height: 24px;
font-weight: 500;
}
.pexample_j2 {
color: #000;
margin-top: 4px;
font-size: 11px;
margin: left;
width: 300px;
height: 12px;
font-weight: 400;
}
.pexample_j3 {
text-align: left;
margin: left;
margin-left: 10px;
color: #4682b4;
margin-top: -2px;
margin-bottom: 20px;
font-size: 12px;
width: 300px;
height: 12px;
font-weight: 400;
}
</style>
<div class="ec-role">
<div class="main_box_j">
<div class="box_j1">
<div class="box_j2">
<p class="pexample_j1">【AIRTEC】エアーコンプレッサー</p>
<div class="box_j3">
<a href="{{ url('homepage') }}products/detail/721">
<img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/CP-251_300_300.png"></a>
<p class="pexample_j2"><font color="green">【100V】</font>CP-251</p>
</div>
<div class="box_j3">
<a href="{{ url('homepage') }}products/detail/711">
<img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/BCP-391_300_300.png"></a>
<p class="pexample_j2"><font color="green">【100V/ベルト式】</font>BCP-391</p>
</div>
<div class="box_j3">
<a href="{{ url('homepage') }}products/detail/712">
<img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/BCP-392_300_300.png"></a>
<p class="pexample_j2"><font color="green">【200V/ベルト式】</font>BCP-392</p>
</div>
<div class="box_j3">
<a href="https://www.nakatomishop.com/products/detail/713">
<img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/ECP-39_300_300.png"></a>
<p class="pexample_j2"><font color="green">【エンジン/ベルト式】</font>ECP-39</p>
</div>
<div class="box_j3">
<a href="{{ url('homepage') }}products/detail/714">
<img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/DCP-12BC_300_300.png"></a>
<p class="pexample_j2"><font color="green">【DC】</font>DCP-12BC</p>
</div>
<div class="box_j3">
<a href="{{ url('homepage') }}products/detail/715">
<img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/DCP-24BC_300_300.png"></a>
<p class="pexample_j2"><font color="green">【DC】</font>DCP-24BC</p>
</div>
<div class="box_j5">
<a href="{{ url('homepage') }}user_data/airtec">
<p class="pexample_j3">【AIETEC】ページへ移動</p></a>
</div>
</div>
</div>
</div>
</div>
{% endblock %}