<style>
/*全てに適用*/
/*ウィンドウ幅が767px以上の場合に適用*/
@media screen and (min-width: 767px) {
.img_right2{
width: 58%;
float: right;
}
.d_main2{
margin-right: auto;
margin-left: auto;
width: 100%;
max-width: 1150px;
}
.d_contents2{
padding: 50px 0;
width: 75%;
margin-left: 25%;
}
.img_right3{
display: none;
}
.img_width2{
width: 80%;
float: right;
}
.l_item_btn3{
display: block;
width: 40%;
text-align: center;
margin: 10px 0 0 0;
padding: 5px 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #000;
position: relative;
top: 36px;
}
}
/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media screen and (max-width: 767px) {
.img_right2{
width: 100%;
float: none;
margin-right: 0px;
padding: 0 10px;
display: none;
}
.img_width2{
width: 100%
}
.l_item_btn3{
display: block;
text-align: center;
margin: 10px 20px 50px;
padding: 10px 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #000;
position: relative;
top: 36px;
}
}
</style>
<div class="d_main2 clearfix">
<section class="d_contents2">
<h2 class="d_item_title" style="
float: left;
width: 50%;
align-content: center;
text-align: right;
border-bottom: none;
margin-bottom: 0px;
">分割払い</h2>
<p style="float: left;">(</p><p style="
color:#2e6faf;float: left;
">金利手数料無料</p><p>)</p>
<div class="t_flexBox" style="float: left;width:100%;">
<div class="l_items_default" style="width: 100%;">
<div class="txt t_flexBox" style="padding-top: 30px;width:100%;border-top: 1px solid #000;">
<div class="img_width">
<p class="content-text">
金利手数料は弊社負担にて月々の分割払いでご購入いただけます。<br>
このほか、お支払い方法にはクレジット、銀行振込、代引きがございます。<br>
</p>
</div>
</div>
<br style="clear: both;">
</div>
</div>
</section>
</div>