@charset "UTF-8";

/*------------------------------
PC
------------------------------*/
@media screen and (min-width: 769px) {
}

/*------------------------------
SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 768px) {
/*featuresBlockA01******************************************************/
.featuresBlockA01{
background:#fffef3;
}
.featuresBlockA01Inner{
margin:0 auto;
padding:13.3% 0;
width:89.3%;
}
.specBlockA01 .specImgA01{
margin:0 0 10.4%;
}
.specBlockA01 ul li{
margin:0 0 4%;
padding:0 0 1.4%;
border-bottom:1px solid #001b90;
}
.specBlockA01 ul li:last-child{
margin-bottom:0;
}
.specBlockA01 ul li .txtA01{
padding:0 0 0 11.76%;
font-size:14px;
line-height:1.6;
}
.specBlockA01 .column2WrapA01{
margin:-6.8% -2% 0 0;
position:relative;
z-index:1;
}
.specBlockA01 .column2WrapA01 .columnA01{
margin:0 0 0 2.6%;
width:20.7%;
float:right;
}
.specBlockA01 .column2WrapA01 .columnA02{
margin:6.7% 0 0;
}

.specBlockA01 .column2WrapA02{
margin:-9.6% -2% 0 0;
position:relative;
z-index:1;
}
.specBlockA01 .column2WrapA02 .columnA01{
margin:0 0 0 2.6%;
width:20.7%;
float:right;
}
.specBlockA01 .column2WrapA02 .columnA02{
margin:9.6% 0 0;
}
}
