section{
  padding: min(16px, 2.20083vh) min(7px, 1.69082vw);
}
section>p:first-of-type{
  background-color: rgba(0, 0, 0, 0.5);
  padding: min(8px, 1.10041vh) min(5px, 1.20773vw);
}
#plan{
  background-color: rgba(0, 0, 0, 0.3);
  padding: min(8px, 1.10041vh) min(5px, 1.20773vw);
}
#m25,#m30{
  background-color: #269DDF;
  padding: min(20px, 2.75103vh) min(40px, 9.66184vw);
}
#m25>h4,
#m30>h4{
  justify-content: space-between;
}
h4>div{
  width: min(24px, 5.7971vw);
  height: min(24px, 3.30124vh);
  position: relative;
  z-index: 0;
}
h4>div>span{
  position: absolute;
  width: min(24px, 5.7971vw);
  height: min(3px, 0.41265vh);
  background-color: white;
  top: 50%;
}
h4>div>span:last-of-type{
  transform: rotate(90deg);
}
#m25_content,
#m30_content{
  padding: min(16px, 2.20083vh) 0;
}
#m25_content>div:first-of-type,
#m30_content>div:first-of-type{
  justify-content: space-around;
  margin-bottom: min(16px, 2.20083vh);
}
#m25_content img,
#m30_content img{
  width: min(137px, 33.091787vw);
  height: auto;
}
#m25_content>div:first-of-type>div:last-of-type,
#m30_content>div:first-of-type>div:last-of-type{
  width: min(195px, 47.10145vw);
  align-items: center;
}
.border_white{
  border: 1px solid white;
  margin-bottom: min(20px, 2.75103vh);
}
.border_white>p{
  padding: 0 min(10px, 2.41546vw) min(8px, 1.10041vh);
}
h5{
  margin: min(8px, 1.10041vh) 0;
}
h6{
  padding: min(8px, 1.10041vh) 0;
  margin: 0;
  color: white;
}
.border_white>h6,
.border_white>p:last-of-type{
  background-color: rgba(254, 254, 254, 0.3);
}
.option_content{
  padding: 0 0 0 min(41px, 9.90338vw);
}
#service{
  background-color: rgba(0, 0, 0, 0.5);
  padding: min(7px, 0.96286vh) min(5px, 1.20773vw);
}
#service>div{
  margin-bottom: min(20px, 2.7510316vh);
}
.design_list,
.photo_list{
  padding: 0 0 0 min(115px, 27.77778vw);
  margin-top: min(8px, 1.1004127vh);
}
#m25_content,
#m30_content{
  display: none;
}
#m25.active>h4>div>span:last-of-type,
#m30.active>h4>div>span:last-of-type{
  display: none;
}
#m25_content.active,
#m30_content.active{
  display: block;
}