@charset "utf-8";
/* CSS Document */

/*--------------- 
     Common
---------------*/
#reform_cp{
  margin: 0 0 50px;
}
#reform_cp img{
  height: auto;
}

/*メインビジュアル*/
#reform_cp #reform_cp_top{
  background-image: url("images/main_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15vw 0;
}
#reform_cp #reform_cp_top figure{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #reform_cp #reform_cp_top{
    padding: 15vw 0;
  }
}
@media screen and (max-width:480px) {
  #reform_cp #reform_cp_top{
    padding: 15vw 0;
  }
}

#reform_cp .reform_cp_box1,
#reform_cp .reform_cp_box2,
#reform_cp .reform_cp_box3,
#reform_cp .reform_cp_box4,
#reform_cp .reform_cp_box5{
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  line-height: 1.6em;
}
#reform_cp .reform_cp_box1 .icon10y,
#reform_cp .reform_cp_box2 .icon10y,
#reform_cp .reform_cp_box3 .icon10y,
#reform_cp .reform_cp_box4 .icon10y,
#reform_cp .reform_cp_box5 .icon10y{
  width: 60px;
}
@media screen and (max-width:768px) {
  #reform_cp .reform_cp_box1,
  #reform_cp .reform_cp_box2,
  #reform_cp .reform_cp_box3,
  #reform_cp .reform_cp_box4,
  #reform_cp .reform_cp_box5{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    box-sizing: border-box;
  }
  #reform_cp .reform_cp_box1 .icon10y,
  #reform_cp .reform_cp_box2 .icon10y,
  #reform_cp .reform_cp_box3 .icon10y,
  #reform_cp .reform_cp_box4 .icon10y,
  #reform_cp .reform_cp_box5 .icon10y{
    width: 20%;
  }
}
@media screen and (max-width:480px) {
  #reform_cp .reform_cp_box1 .icon10y,
  #reform_cp .reform_cp_box2 .icon10y,
  #reform_cp .reform_cp_box3 .icon10y,
  #reform_cp .reform_cp_box4 .icon10y,
  #reform_cp .reform_cp_box5 .icon10y{
    width: 20%;
  }
}
#reform_cp .cp_price_text{
  color: rgba(255,0,4,1.00);
  font-weight: 700;
}
#reform_cp .item_no{
  font-weight: 700;
}
#reform_cp .sub_text{
  font-size: 0.8em;
  line-height: 1.4em;
}
#reform_cp .sub_text2{
  font-size: 0.7em;
  line-height: 1.4em;
}
/*商品ボックス1*/
#reform_cp .reform_cp_box1 .item_area{
  width: 48%;
}
#reform_cp .reform_cp_box1 .item_area .item_info1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#reform_cp .reform_cp_box1 .item_area .item_text{
  color: #19668C;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4em;
}
#reform_cp .reform_cp_box1 .item_area .item_info2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#reform_cp .reform_cp_box1 .item_area .item_info2 .item_img{
  width: 60%;
}
#reform_cp .reform_cp_box1 .item_area .item_info2 .item_info2_in{
  width: 37%;
}
#reform_cp .reform_cp_box1 .m_logo{
  width: 70%;
}
#reform_cp .reform_cp_box1 .item_name{
  font-weight: 700;
  font-size: 1.2em;
}
#reform_cp .reform_cp_box1 .item_name span{
  font-size: 0.7em;
  margin-left: 1em;
}
#reform_cp .reform_cp_box1 .price_img{
  margin: 5px 0;
}
@media screen and (max-width:768px) {
  #reform_cp .reform_cp_box1 .item_area{
    width: 100%;
    background-color: #EFEFEF;
    box-sizing: border-box;
    padding: 8% 5%;
  }
  #reform_cp .reform_cp_box1 .item_area:nth-child(2){
    background-color: #FFF;
  }
  #reform_cp .reform_cp_box1 .item_area .item_text{
    text-align: center;
    font-size: 1.0em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #reform_cp .reform_cp_box1 .item_area .item_info2 .item_img{
    width: 100%;
  }
  #reform_cp .reform_cp_box1 .item_area .item_info2 .item_info2_in{
    width: 90%;
    margin: 10px auto;
  }
  #reform_cp .reform_cp_box1 .m_logo{
    width: 50%;
  }
}
@media screen and (max-width:480px) {
  #reform_cp .reform_cp_box1 .m_logo{
    width: 60%;
  }
}
/*商品ボックス2*/
#reform_cp .reform_cp_box2 .item_area{
  width: 48%;
}
#reform_cp .reform_cp_box2 .item_info1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}
#reform_cp .reform_cp_box2 .t_logo{
  display: flex;
  align-items: center;
}
#reform_cp .reform_cp_box2 .t_logo img{
  height: 25px;
  width: auto;
}
#reform_cp .reform_cp_box2 .t_logo figcaption{
  font-weight: 700;
  font-size: 1.2em;
  margin-left: 10px;
}
#reform_cp .reform_cp_box2 .item_info2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in{
  width: 48%;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_img{
  width: 90%;
  margin: 0 auto 15px;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_name div{
  width: 51%;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_name .text1{
  font-size: 1.0em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_name .text1 span{
  color: #FFF;
  background-color: #004EA2;
  padding: 2px 10px;
  border-radius: 10px;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_name .text2{
  font-size: 1.0em;
  font-weight: 700;
  line-height: 1.2em;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_name .text2 span{
  font-size: 0.6em;
  line-height: 1.2em;
  padding: 1px 5px;
  margin-left: 5px;
  border: 1px solid #111;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .item_name .eco_logo{
  width: 47%;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .text3{
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.0em;
  margin: 5px 0;
}
#reform_cp .reform_cp_box2 .item_info2 .item_info2_in .text3 span{
  color: #FFF;
  background-color: #004EA2;
  padding: 2px 10px;
  border-radius: 10px;
}
#reform_cp .reform_cp_box2 .price_img{
  width: 90%;
  margin: 5px 0;
}
#reform_cp .reform_cp_box2 .u_text{
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
#reform_cp .reform_cp_box2 .u_text span{
  font-size: 0.8em;
}
@media screen and (max-width:768px) {
  #reform_cp .reform_cp_box2 .t_logo{
    display: block;
  }
  #reform_cp .reform_cp_box2 .t_logo img{
    height: 25px;
    width: auto;
    display: block;
    margin-bottom: 8px;
  }
  #reform_cp .reform_cp_box2 .t_logo figcaption{
    display: block;
    margin-left: 0;
  }
  #reform_cp .reform_cp_box2 .item_area{
    width: 100%;
    background-color: #EFEFEF;
    box-sizing: border-box;
    padding: 10% 5%;
  }
  #reform_cp .reform_cp_box2 .item_area:nth-child(2){
    background-color: #FFF;
    padding-bottom: 5%;
  }
  #reform_cp .reform_cp_box2 .item_info2{
    width: 90%;
    margin: 15px auto 0;
  }
  #reform_cp .reform_cp_box2 .item_info2:first-child{
    margin: 15px auto 20px;
  }
  #reform_cp .reform_cp_box2 .item_info2 .item_info2_in{
    width: 100%;
    margin: 15px 0;
  }
  #reform_cp .reform_cp_box2 .item_info2 .item_info2_in:first-child{
    margin-bottom: 30px;
  }
  #reform_cp .reform_cp_box2 .u_text{
    margin: 0 auto;
    width: 90%;
  }
}
/*商品ボックス3*/
#reform_cp .reform_cp_box3 .item_area{
  width: 48%;
}
#reform_cp .reform_cp_box3 .item_area .item_info1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#reform_cp .reform_cp_box3 .item_area .item_text{
  color: #715300;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4em;
}
#reform_cp .reform_cp_box3 .item_area .item_img{
  width: 80%;
  margin: 0 auto;
}
#reform_cp .reform_cp_box3 .item_area .m_logo{
  margin: 10px 0;
  width: 50%;
  font-weight: 700;
  display: block;
}
#reform_cp .reform_cp_box3 .item_area .m_logo figcaption{
  margin-top: 10px;
}
#reform_cp .reform_cp_box3 .item_area .sub_text2{
  text-align: right;
}
#reform_cp .reform_cp_box3 .item_info2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
#reform_cp .reform_cp_box3 .item_info2 .item_info2_in{
  width: 50%;
  box-sizing: border-box;
  padding-left: 5%;
}
#reform_cp .reform_cp_box3 .item_info2 .item_info2_in:first-child{
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  #reform_cp .reform_cp_box3 .item_area{
    width: 100%;
    background-color: #EFEFEF;
    box-sizing: border-box;
    padding: 10% 5%;
  }
  #reform_cp .reform_cp_box3 .item_area:nth-child(2){
    background-color: #FFF;
    padding-bottom: 5%;
  }
  #reform_cp .reform_cp_box3 .item_area .sub_text2{
    text-align: center;
  }
  #reform_cp .reform_cp_box3 .item_info2 .item_info2_in{
    width: 70%;
    margin: 0 auto 0;
    padding-left: 0;
  }
  #reform_cp .reform_cp_box3 .item_info2 .item_info2_in:first-child{
    margin: 0 auto 20px;
  }
  #reform_cp .reform_cp_box3 .item_area .item_img{
    width: 100%;
    margin: 15px auto;
  }
}

/*商品ボックス4*/
#reform_cp .reform_cp_box4 .item_area,
#reform_cp .reform_cp_box5 .item_area,
#reform_cp .reform_cp_box5 .item_area2{
  width: 31%;
}
#reform_cp .reform_cp_box4 .item_area .item_info1,
#reform_cp .reform_cp_box5 .item_area .item_info1,
#reform_cp .reform_cp_box5 .item_area2 .item_info1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#reform_cp .reform_cp_box4 .item_area .item_text,
#reform_cp .reform_cp_box5 .item_area .item_text{
  color: #715300;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4em;
}
#reform_cp .reform_cp_box4 .item_area .item_img,
#reform_cp .reform_cp_box5 .item_area .item_img{
  width: 100%;
  margin: 5px auto;
}
#reform_cp .reform_cp_box4 .item_area .m_logo,
#reform_cp .reform_cp_box5 .item_area .m_logo{
  margin: 10px 0;
  width: 60%;
  font-weight: 700;
  display: block;
}
#reform_cp .reform_cp_box4 .item_area .m_logo img,
#reform_cp .reform_cp_box5 .item_area .m_logo img{
  height: 25px;
  width: auto;
}
#reform_cp .reform_cp_box4 .item_area .m_logo figcaption,
#reform_cp .reform_cp_box5 .item_area .m_logo figcaption{
  margin-top: 10px;
  font-size: 1.4em;
  line-height: 1.0em;
}
#reform_cp .reform_cp_box4 .item_area .m_logo figcaption span,
#reform_cp .reform_cp_box5 .item_area .m_logo figcaption span{
  font-size: 0.5em;
  line-height: 1.0em;
}
#reform_cp .reform_cp_box4 .item_info2,
#reform_cp .reform_cp_box5 .item_info2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
#reform_cp .reform_cp_box4 .item_info2 .item_info2_in,
#reform_cp .reform_cp_box5 .item_info2 .item_info2_in{
  width: 48%;
  box-sizing: border-box;
}
#reform_cp .reform_cp_box4 .price_img,
#reform_cp .reform_cp_box5 .price_img{
  margin: 8px 0;
}
#reform_cp .reform_cp_box4 .cp_price_text,
#reform_cp .reform_cp_box5 .cp_price_text{
  display: flex;
  justify-content: space-between;
}
#reform_cp .reform_cp_box4 .cp_price_text span,
#reform_cp .reform_cp_box5 .cp_price_text span{
  font-size: 0.7em;
  font-weight: normal;
  color: #111;
}
#reform_cp .reform_cp_box5 .item_info3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#reform_cp .reform_cp_box5 .item_info3 .item_info3_in{
  width: 55%;
}
#reform_cp .reform_cp_box5 .item_info3 .item_img{
  width: 40%;
}
@media screen and (max-width:768px) {
  #reform_cp .reform_cp_box4 .item_area,
  #reform_cp .reform_cp_box5 .item_area,
  #reform_cp .reform_cp_box5 .item_area2{
    width: 100%;
    background-color: #EFEFEF;
    box-sizing: border-box;
    padding: 10% 5%;
  }
  #reform_cp .reform_cp_box5 .item_area{
    background-color: #FFF;
  }
  #reform_cp .reform_cp_box5 .item_area2{
    background-color: #EFEFEF;
    padding: 0;
  }
  #reform_cp .reform_cp_box5 .item_area2 .item_area2_box{
    background-color: #FFF;
    padding: 10% 5%;
  }
  #reform_cp .reform_cp_box5 .item_area2 .item_area2_box:nth-child(2),
  #reform_cp .reform_cp_box5 .item_area:nth-child(2){
    background-color: #EFEFEF;
  }
  #reform_cp .reform_cp_box4 .item_area:nth-child(2){
    background-color: #FFF;
    padding-bottom: 5%;
  }
  #reform_cp .reform_cp_box4 .item_area .sub_text2,
  #reform_cp .reform_cp_box5 .item_area .sub_text2,
  #reform_cp .reform_cp_box5 .item_area2 .sub_text3{
    text-align: center;
  }
  #reform_cp .reform_cp_box4 .item_info2 .item_info2_in,
  #reform_cp .reform_cp_box5 .item_info2 .item_info2_in,
  #reform_cp .reform_cp_box5 .item_info3 .item_info3_in{
    width: 70%;
    margin: 0 auto 0;
    padding-left: 0;
  }
  #reform_cp .reform_cp_box5 .item_info3 .item_info3_in{
    margin-top: 15px;
  }
  #reform_cp .reform_cp_box5 .item_info2 .item_info2_in:first-child{
    margin: 0 auto 20px;
  }
  #reform_cp .reform_cp_box5 .item_area .item_img{
    width: 100%;
    margin: 15px auto;
  }
  #reform_cp .reform_cp_box5 .item_info3 .item_img{
    width: 100%;
  }
}
/*最下段*/
#reform_cp .reform_cp_box5 .item_area2 .item_info1 p{
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.0em;
  font-weight: 700;
}
#reform_cp .reform_cp_box5 .item_area2 .item_info1 p span{
  font-size: 0.5em;
  line-height: 1.0em;
}
#reform_cp .reform_cp_box5 .mgTop{
  margin-top: 30px;
}

/*商品ボックス5*/
#reform_cp .reform_cp_box5{
  
}


/*下文字*/
#reform_cp .reform_u{
  text-align: center;
  font-weight: 700;
  color: rgba(255,0,4,1.00);
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 50px;
}
@media screen and (max-width:480px) {
  #reform_cp .reform_u{
    font-size: 1.1em;
    margin-top: 30px;
  }
}
/*ボタン*/
#reform_cp .reform_btn{
  margin: 50px auto;
  width: 300px;
}
@media screen and (max-width:480px) {
  #reform_cp .reform_btn{
    margin: 30px auto;
  }
}
#reform_cp .reform_btn a{
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background-color: #036EB8;
  color: #FFF;
  font-size: 1.3em;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
}
#reform_cp .reform_btn a:hover{
  background-color: #1682CC;
  color: #FFF;
}