﻿@charset "utf-8";

/*-- オデッサシャンプー --*/
#mainImage img {max-width:1100px !important;}
#descriptionBox {
  margin-top:0;
  background-size:100%;
}
#descriptionBox h2 {text-align:left;}
#descriptionBox img {
    width: 100%;
    max-width: 980px;
}
.desc_01 {
    justify-content: center;
    background-image: url('https://www.armada-style.com/wp-content/uploads/2023/03/inalist_bg.png');
}
.desc_02 {
    justify-content: center;
    background-image: url('https://www.armada-style.com/wp-content/uploads/2023/03/inalist_bg_2.png');
}

.desc_01 p {color:#547c83 !important;}
.point01, .point02 {
    padding-left: 100px;
    position: relative;
    margin: 0px 20px;
}
.point01:before, .point02:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}
.point01:before {background: url('https://www.armada-style.com/wp-content/uploads/2023/03/odesa_point01.png') 100%/100%;}
.point02:before {background: url('https://www.armada-style.com/wp-content/uploads/2023/03/odesa_point02.png') 100%/100%;}
.desc_02, .desc_03 {
    padding: 20px 40px;
    color: #fff;
    justify-content: center;
}
.desc_02 p, .desc_03 p {color:#fff !important;}
