@charset "UTF-8";
.guide_top_area{
  padding: 7px 0 100px;
  background: #F8F8F8;
}
.guide_top_area .main_title{
  margin-top: 125px;
  margin-bottom: 88px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.guide_nav{
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.guide_nav li{
  width: calc((100% - 6px) / 4);
  position: relative;
  background: linear-gradient(45deg, #f76213 0%, #f47f0b 43.55%, #f4820a 48.68%, #f0a400 100%);
}
.guide_nav li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transition-duration: .3s;
  content: "";
  z-index: 0;
}
.guide_nav li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.6em;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.guide_nav li:hover::before {
  opacity: 0;
}
.guide_nav li:hover a{
  color: #fff;
  opacity: 1;
}
.guide_nav li.current a{
  color: #fff;
  background: linear-gradient(45deg, #f76213 0%, #f47f0b 43.55%, #f4820a 48.68%, #f0a400 100%);
  pointer-events: none;
}
.guide_contetnt{
  padding: 118px 0 140px;
}
.guide_contetnt .sub_title{
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.guide_contetnt .sub_title:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #F76213;
}
.guide_contetnt .title_gyay{
  padding: 1.25em 1.1em;
  margin-bottom: 2em;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  background: #F6F6F6;
}
.guide_contetnt .title_border{
  padding-bottom: 0.8em;
  margin-bottom: 2.5em;
  font-size: 20px !important;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.guide_contetnt .in{
  padding: 0 50px;
  margin-bottom: 100px;
}
.guide_contetnt .in:last-child{
  margin-bottom: 0;
}
.guide_contetnt .in *{
  font-size: 15px;
  line-height: 2.13;
}
.guide_contetnt .in .red{
  color: #D00000;
}
.guide_contetnt .in .fwb{
  font-weight: bold;
}
.guide_contetnt .in .con_in .fwb{
  margin-bottom: 20px;
  font-size: 16px;
}
.guide_contetnt .in .mb1em{
  margin-bottom: 1em;
}
.guide_contetnt .in .mb2em{
  margin-bottom: 2em;
}
.guide_contetnt .in .ml1em{
  margin-left: 1em;
}
.guide_contetnt p.btn{
  max-width: none;
  width: 360px;
  margin: 0 auto;
}
.guide_contetnt p.btn a{
  display: flex;
  text-decoration: none;
  font-weight: bold;
  padding: 0 15px;
  line-height: 1.2;
}
.guide_contetnt p.btn a::before{
  display: none;
}
.guide_contetnt .in a{
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 1024px){
  .guide_top_area{
    padding: 5% 0 10%;
  }
  .guide_top_area .main_title{
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 24px;
  }
  .guide_nav{
    gap: 1px;
    border-radius: 5px;
  }
  .guide_nav li{
    width: calc((100% - 1px) / 2);
  }
  .guide_nav li a{
    height: 4em;
    font-size: 10px;
  }
  .guide_contetnt{
    padding: 10% 0 15%;
  }
  .guide_contetnt .sub_title{
    padding-bottom: 0.8em;
    margin-bottom: 10%;
    font-size: 18px;
  }
  .guide_contetnt .title_gyay{
    padding: 1em;
    margin-bottom: 1em;
    font-size: 14px;
  }
  .guide_contetnt .title_border{
    font-size: 14px !important;
  }
  .guide_contetnt .in{
    padding: 0 5%;
    margin-bottom: 10%;
  }
  .guide_contetnt .in *{
    font-size: 12px;
    line-height: 1.8;
  }
  .guide_contetnt .in .con_in{
    margin-bottom: 8%;
  }
  .guide_contetnt .in .con_in .fwb{
    margin-bottom: 1em;
    font-size: 14px;
  }
  .guide_contetnt p.btn{
    max-width: none;
    width: 90%;
    margin: 5% auto 0;
  }
  .guide_contetnt p.btn a{
    width: 100%;
  }
}

/*payment*/
#payment dl{
  display: flex;
  align-items: center;
  gap: 0 110px;
  padding: 36px 70px;
  margin-bottom: 30px;
  background: #F8F8F8;
  border-radius: 5px;
}
#payment dl dt{
  font-weight: bold;
}
#payment img{
  margin: 20px 0 60px;
}
#payment .gray_box{
  padding: 50px 10px;
  margin: 50px 0 60px;
  background: #F8F8F8;
  border-radius: 5px;
}
#payment .gray_box *{
  text-align: center;
}
#payment .gray_box .orange{
  margin-bottom: 0.8em;
  font-size: 20px;
  color: #EA782D;
  font-weight: bold;
}
#payment .gray_box .flex{
  justify-content: center;
  gap: 0 20px;
  margin-top: 40px;
}
#payment .flow{
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 60px;
}
#payment .flow_in{
  width: calc((100% - 40px) / 2);
}
#payment .flow_in img{
  margin: 0;
}
#payment .flow_in .flow_in_title{
  margin: 0.8em 0 0.3em;
  font-size: 20px;
  font-weight: bold;
}
.guide_contetnt#payment p.btn{
  margin: 0;
}
@media screen and (max-width: 1024px){
  #payment dl{
    display: block;
    padding: 8%;
    margin-bottom: 5%;
  }
  #payment dl dt{
    margin-bottom: 0.5em;
  }
  #payment img{
    margin: 2% 0 5%;
  }
  #payment .gray_box{
    padding: 5%;
    margin: 5% 0;
  }
  #payment .gray_box .orange{
    font-size: 14px;
  }
  #payment .gray_box .flex{
    display: block;
    margin-top: 5%;
  }
  #payment .flow{
    display: block;
    margin-bottom: 10%;
  }
  #payment .flow_in{
    width: 100%;
  }
  #payment .flow_in + .flow_in{
    margin-top: 5%;
  }
  #payment .flow_in .flow_in_title{
    font-size: 14px;
  }
  .guide_contetnt#payment p.btn{
    margin: 5% auto 0;
  }
}


/*favorites*/
#favorites h5{
  margin: 50px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
#favorites .flex{
  justify-content: space-between;
  gap: 0 24px;
  margin-bottom: 70px;
}
#favorites .gray_box{
  padding: 35px 35px 20px;
  border: 5px solid #EFEFEF;
}
#favorites .gray_box h6{
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#favorites .gray_box p{
  font-size: 10px;
}
#favorites .gray_box p.fwb{
  font-size: 15px;
}
#favorites .gray_box.fvlist{
  padding: 30px 70px;
}
#favorites .gray_box.fvlist figure{
  max-width: 612.91px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px){
  #favorites h5{
    margin: 5% 0 3%;
    font-size: 16px;
  }
  #favorites .flex{
    display: block;
    margin-bottom: 10%;
  }
  #favorites .gray_box{
    padding: 5%;
    border: 3px solid #EFEFEF;
  }
  #favorites .gray_box + .gray_box{
    margin-top: 5%;
  }
  #favorites .gray_box h6{
    margin-bottom: 2%;
    font-size: 18px;
  }
  #favorites .gray_box p{
    font-size: 12px;
  }
  #favorites .gray_box p.fwb{
    font-size: 14px;
  }
  #favorites .gray_box.fvlist{
    padding: 5%;
  }
  #favorites .gray_box.fvlist figure{
    margin: 5% auto 0;
  }
}

/*size_guide*/
.size_guide_nav{
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 1200px;
  margin: 0 auto 70px;
  border-radius: 10px;
  overflow: hidden;
  background: #333;
  border: 2px solid #333;
}
.size_guide_nav li{
  width: calc((100% - 6px) / 4);
}
.size_guide_nav li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.6em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
.size_guide_nav li a:after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  width: 0.4em;
  height: 0.4em;
  margin: auto;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg) translateY(0);
  transition: all ease-in-out 0.25s;
}
.size_guide_nav li a:hover{
  color: #fff;
  background: #333;
  opacity: 1;
}
.size_guide_nav li a:hover:after{
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#size_guide .flex{
  flex-wrap: wrap;
  gap: 0 180px;
  margin-bottom: 70px;
}
#size_guide .flex.aligncenter{
  align-items: center;
}
#size_guide .flex + .flex{
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #DDDDDD;
}
#size_guide #size_guide06 + .in .flex{
  gap: 0 200px;
}
#size_guide .in figure + ol{
  margin-top: 60px;
}
#size_guide #size_guide04 + .in figure{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#size_guide #size_guide06 + .in .con_in .fwb,
#size_guide #size_guide07 + .in .con_in .fwb{
  margin-bottom: 40px;
}
#size_guide #size_guide06 + .in figure,
#size_guide #size_guide07 + .in figure{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 380px;
  height: 162px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px){
  .size_guide_nav{
    gap: 1px;
    margin: 0 auto 10%;
    border-radius: 5px;
    border: 1px solid #333;
  }
  .size_guide_nav li{
    width: calc((100% - 1px) / 2);
  }
  .size_guide_nav li a{
    height: 4em;
    font-size: 12px;
  }
  .size_guide_nav li a:after{
    right: 1em;
  }
  #size_guide .flex{
    display: block;
    margin-bottom: 10%;
  }
  #size_guide figure{
    margin: auto;
    text-align: center;
    zoom: 0.7;
  }
  #size_guide figure + figure{
    margin-top: 10%;
  }
  #size_guide .flex + .flex{
    margin-top: 5%;
    padding-top: 8%;
  }
  #size_guide #size_guide06 + .in .flex{
    gap: 0 10px;
  }
  #size_guide .in .flex_in{
    width: 100%;
  }
  #size_guide .in .flex_in + .flex_in{
    margin-top: 5%;
    padding-top: 8%;
    border-top: 1px solid #DDD;
  }
  #size_guide .in figure + ol{
    margin-top: 5%;
  }
  #size_guide06 + .in .flex{
    margin-bottom: 0;
  }
}

/*condition*/
#condition .gray_box{
  padding: 30px;
  margin: 50px 0 78px;
  background: #F8F8F8;
  border-radius: 5px;
}
#condition .gray_box li{
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 35px;
  background: #fff;
}
#condition .gray_box li + li{
  margin-top: 5px;
}
#condition .gray_box li .grade{
  width: 20px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
#condition .gray_box li .comment{
  margin-left: 30px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #B5B5B5;
}
@media screen and (max-width: 1024px){
  #condition .gray_box{
    padding: 5%;
    margin: 5% 0 10%;
  }
  #condition .gray_box li{
    height: 80px;
    padding: 0 5%;
  }
  #condition .gray_box li + li{
    margin-top: 5px;
  }
  #condition .gray_box li .grade{
    width: 18px;
    font-size: 20px;
  }
  #condition .gray_box li .comment{
    width: calc(100% - 20px);
    margin-left: 5%;
    padding-left: 5%;
    font-size: 12px;
  }
}

/*returns*/
#returns.guide_contetnt .in a{
  text-decoration: none;
}
#returns.guide_contetnt ul li{
  margin-left: 1.5em;
  text-indent: -1.5em;
}

/*notes*/
@media screen and (max-width: 1024px){
  #notes.guide_contetnt p br{
    display: none;
  }
}


/*store_order*/
#store_order #sec01{
  padding: 0 0 70px;
}
#store_order #sec01 img.icon{
  display: block;
  margin: 0 auto 40px;
}
#store_order #sec01 h2{
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#store_order #sec01 h2 + p{
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#store_order #sec01 .flex_area{
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  background: #F8F8F8;
}
#store_order #sec01 .flex_area figure{
  width: 50%;
}
#store_order #sec01 .flex_area .in{
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 100px;
}
#store_order #sec01 .flex_area .in p.en{
  margin-bottom: 30px;
  font-size: 20px;  
  color: #A28B5F;
  font-weight: bold;
}
#store_order #sec01 .flex_area .in h3{
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.7;
}
#store_order #sec01 .flex_area .in p{
  max-width: 688px;
  font-size: 15px;
  line-height: 2.13;
}

@media screen and (max-width: 1024px){
  #store_order #sec01{
    padding: 0 5% 25px;
  }
  #store_order #sec01 img.icon{
    width: 60px;
    margin: 0 auto 20px;
  }
  #store_order #sec01 h2{
    margin-bottom: 25px;
    font-size: 18px;
  }
  #store_order #sec01 h2 + p{
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.85;
  }
  #store_order #sec01 .flex_area{
    display: block;
  }
  #store_order #sec01 .flex_area figure{
    width: 100%;
  }
  #store_order #sec01 .flex_area .in{
    width: 100%;
    padding: 35px 16px;
  }
  #store_order #sec01 .flex_area .in p.en{
    margin-bottom: 25px;
    font-size: 18px;
  }
  #store_order #sec01 .flex_area .in h3{
    margin-bottom: 25px;
    font-size: 15px;
  }
  #store_order #sec01 .flex_area .in p{
    font-size: 14px;
    line-height: 1.85;
  }
}

#store_order #sec02{
  padding: 70px 0 0;
}
#store_order #sec02 h2{
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#store_order #sec02 h2:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #A28B5F;
}
#store_order #sec02 .shop_nav{
  display: flex;
  margin-bottom: 110px;
}
#store_order #sec02 .shop_nav li{
  width: 100%;
  border: 1px solid #333;
}
#store_order #sec02 .shop_nav li + li{
  border-left: none;
}
#store_order #sec02 .shop_nav li:first-child{
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#store_order #sec02 .shop_nav li:last-child{
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
#store_order #sec02 .shop_nav li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
}
#store_order #sec02 .shop_nav li a:after{
  content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    width: 0.4em;
    height: 0.4em;
    margin: auto;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(0);
}
#store_order #sec02 .shop_nav li a:hover{
  color: #fff;
  background: #333;
  opacity: 1;
}
#store_order #sec02 .shop_nav li a:hover:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
#store_order #sec02 .content_in{
  margin-bottom: 100px;
}
#store_order #sec02 .content_in h3{
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
#store_order #sec02 .content_in .shop_nav_in{
  display: flex;
  gap: 0 30px;
  margin-bottom: 50px;
}
#store_order #sec02 .content_in .shop_nav_in li a{
  font-size: 17px;
  color: #B5B5B5;
  font-weight: bold;
}
#store_order #sec02 .content_in .shop_nav_in li a:hover{
  color: #333;
  opacity: 1;
}
#store_order #sec02 .content_in .shop_nav_in + .shop_in{
  border-top: 1px solid #EDEBEB;
}
#store_order #sec02 .content_in .shop_in{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 25px;
  border-bottom: 1px solid #EDEBEB;
}
#store_order #sec02 .content_in .shop_in .name{
  width: 300px;
  font-size: 20px;
  font-weight: bold;
}
#store_order #sec02 .content_in .shop_in .name span{
  display: block;
  margin-bottom: 1em;
  font-size: 13px;
}
#store_order #sec02 .content_in .shop_in .add{
  width: calc(100% - 300px - 370px);
  font-size: 13px;
  line-height: 1.69;
}
#store_order #sec02 .content_in .shop_in .add a{
  display: inline-block;
  text-decoration: underline;
}
#store_order #sec02 .content_in .shop_in dl{
  width: 370px;
  padding-left: 70px;
  font-size: 13px;
  border-left: 1px solid #DDDDDD;
}
#store_order #sec02 .content_in .shop_in dl dt{
  position: absolute;
  line-height: 2;
}
#store_order #sec02 .content_in .shop_in dl dd{
  padding-left: 64px;
  line-height: 2;
}

@media screen and (max-width: 1024px){
  #store_order #sec02{
    padding: 30px 0 0;
  }
  #store_order #sec02 h2{
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 38px;
    font-size: 18px;
  }
  #store_order #sec02 .shop_nav{
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #store_order #sec02 .shop_nav li{
    width: 50%;
  }
  #store_order #sec02 .shop_nav li + li{
    border-left: none;
  }
  #store_order #sec02 .shop_nav li:first-child{
    border-radius: 5px 0 0 0;
    overflow: hidden;
  }
  #store_order #sec02 .shop_nav li:nth-child(2){
    border-radius: 0 5px 0 0;
    overflow: hidden;
  }
  #store_order #sec02 .shop_nav li:nth-child(3){
    border-left: 1px solid #333;
    border-top: none;
    border-radius: 0 0 0 5px; 
    overflow: hidden;
  }
  #store_order #sec02 .shop_nav li:last-child{
    border-top: none;
    border-radius: 0 0 5px 0;
    overflow: hidden;
  }
  #store_order #sec02 .shop_nav li a{
    height: 52px;
    font-size: 14px;
  }
  #store_order #sec02 .shop_nav li a:after{
      width: 0.3em;
      height: 0.3em;
  }
  #store_order #sec02 .content_in{
    margin-bottom: 66px;
  }
  #store_order #sec02 .content_in h3{
    margin-bottom: 18px;
    font-size: 20px;
  }
  #store_order #sec02 .content_in .shop_nav_in{
    flex-wrap: wrap;
    gap: 0 20px;
    margin-bottom: 22px;
  }
  #store_order #sec02 .content_in .shop_nav_in li a{
    font-size: 14px;
    line-height: 2;
  }
  #store_order #sec02 .content_in .shop_in{
    display: block;
    padding: 20px 0;
  }
  #store_order #sec02 .content_in .shop_in .name{
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }
  #store_order #sec02 .content_in .shop_in .name span{
    margin-bottom: 0.8em;
    font-size: 12px;
  }
  #store_order #sec02 .content_in .shop_in .add{
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
  }
  #store_order #sec02 .content_in .shop_in dl{
    width: 100%;
    padding-left: 0;
    font-size: 12px;
    border-left: none;
  }
  #store_order #sec02 .content_in .shop_in dl dd{
    padding-left: 60px;
  }
}

.guide_contetnt #sec03 .in{
  margin-bottom: 20px;
}
#store_order #sec03 .step li{
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
  padding: 60px 0;
}
#store_order #sec03 .step li + li{
  border-top: 1px solid #E6E6E6;
}
#store_order #sec03 .step li figure{
  max-width: 400px;
}
#store_order #sec03 .step li .right{
  width: 640px;
}
#store_order #sec03 .step li .right .step_number{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 25px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #333;
}
#store_order #sec03 .step li .right h3{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
#store_order #sec03 .step li .right .small{
  font-size: 13px;
}
#store_order #sec03 .step li .right .kome{
  font-size: 14px;
}
#store_order #sec03 .gray_box{
  max-width: 12000px;
  padding: 50px 10px;
  margin: 78px auto 0;
  background: #F8F8F8;
}
#store_order #sec03 .gray_box h2{
  padding-top: 0;
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-top: none;
}
#store_order #sec03 .gray_box p{
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
#store_order #sec03 .gray_box h2 + p{
  font-size: 15px;
}
#store_order #sec03 .gray_box .flex{
  justify-content: center;
  gap: 0 20px;
  margin: 30px 0;
}
#store_order #sec03 .gray_box .tel{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 70px;
  font-size: 20px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 35px;
}
#store_order #sec03 .gray_box .tel span{
  margin-left: 0.2em;
  font-size: 24px;
  font-weight: bold;
}
#store_order #sec03 .gray_box .btn{
  width: 420px;
  margin: 0;
}
#store_order #sec03 .gray_box .btn a{
  height: 70px;
  font-size: 15px;
  border-radius: 35px;
}

@media screen and (max-width: 1024px){
  #store_order.guide_contetnt #sec03 .in *{
    font-size: 14px;
  }
  #store_order #sec03 .step li{
    display: block;
    padding: 30px 0;
  }
  #store_order #sec03 .step li figure{
    margin-bottom: 20px;
  }
  #store_order #sec03 .step li .right{
    width: 100%;
  }
  #store_order #sec03 .step li .right h3{
    font-size: 14px;
  }
  #store_order #sec03 .step li .right .small{
    font-size: 14px;
  }
  #store_order #sec03 .gray_box{
    padding: 36px 22px;
    margin: 5% auto 0;
  }
  #store_order #sec03 .gray_box h2{
    margin: 0 0 25px;
    font-size: 16px;
  }
  #store_order #sec03 .gray_box p{
    font-size: 12px;
    line-height: 1.75;
  }
  #store_order #sec03 .gray_box h2 + p{
    font-size: 12px;
  }
  #store_order #sec03 .gray_box .flex{
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px 0;
    margin: 25px 0;
  }
  #store_order #sec03 .gray_box .tel{
    max-width: 287px;
    width: 100%;
    height: 46px;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 30px;
  }
  #store_order #sec03 .gray_box .tel span{
    font-size: 15px;
  }
  #store_order #sec03 .gray_box .btn{
    max-width: 287px;
    width: 100%;
    margin: 0 auto;
  }
  #store_order #sec03 .gray_box .btn a{
    height: 46px;
    font-size: 12px;
    border-radius: 30px;
  }
}

































