.swiper {
  margin-bottom: 5px;
}
.swiper li {
  border: 1px solid #aaa;
  box-sizing: border-box;
}

.swiper_thumnail li {
  border: 1px solid #aaa;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.8;
}
.swiper_thumnail li.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #005bac;
}

.news_sec dl {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 5px;
}
.news_sec dl dt {
  width: 10em;
  font-size: 0.9em;
}
.news_sec dl dd {
  margin-top: -3px;
}
.news_sec dl dd a {
  font-size: 1.1em;
  text-decoration: underline;
}

#confirm_sec ul.template_list > li {
  text-align: center;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  margin: 20px 0;
}
#confirm_sec ul.template_list > li figure {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
#confirm_sec ul.template_list > li figure.horizon img {
  border: 1px solid #000;
  width: 300px;
  margin: 0 auto;
}
#confirm_sec ul.template_list > li figure.vertical {
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
}
#confirm_sec ul.template_list > li figure.vertical img {
  border: 1px solid #000;
  height: 300px;
  width: auto;
  margin: 0 auto;
}

.design_template_sec ul.template_list {
  flex-wrap: wrap;
}
.design_template_sec ul.template_list::after {
  display: block;
  width: 24%;
  content: "";
}
.design_template_sec ul.template_list::before {
  display: block;
  width: 24%;
  content: "";
  order: 1;
}
.design_template_sec ul.template_list > li {
  width: 24%;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #efefef;
}
.design_template_sec ul.template_list > li figure {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.design_template_sec ul.template_list > li figure.horizon {
  height: 180px;
}
.design_template_sec ul.template_list > li figure.vertical {
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
}
.design_template_sec ul.template_list > li figure.vertical img {
  height: 180px;
  width: auto;
  margin: 0 auto;
}
.design_template_sec ul.template_list > li .id_text {
  font-size: 0.8em;
}
.design_template_sec ul.template_list > li p {
  margin: 0 0 10px 0;
  font-size: 0.85em;
  line-height: 1.8;
  text-align: justify;
}
.design_template_sec ul.template_list > li .price {
  text-align: right;
  color: #005bac;
  font-weight: 500;
  font-size: 0.7em;
}
.design_template_sec ul.template_list > li .price span {
  font-size: 1rem;
}
.design_template_sec ul.template_list > li > ul.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.design_template_sec ul.template_list > li > ul.tag li {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 0.6em;
  padding: 0px 5px;
}

.order_type_sec h3 {
  white-space: nowrap;
}
.order_type_sec h3.sub_ttl span {
  font-size: 0.8em;
}
.order_type_sec > ul {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 25px;
}
.order_type_sec > ul > li {
  padding: 20px 10px;
  box-sizing: border-box;
  width: 49%;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  gap: 20px;
  text-align: center;
}
.order_type_sec > ul > li figure {
  width: 60%;
  margin: 0 auto;
}
.order_type_sec > ul > li dl dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  margin: 6px 0 1px;
}
.order_type_sec > ul > li dl dt a {
  color: #005bac;
}
.order_type_sec > ul > li dl dd {
  font-size: 0.9em;
}

.order_type_sec_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order_type_sec_other > div {
  width: 49%;
}
.order_type_sec_other > div li {
  width: 100%;
}

.finish_time_sec {
  box-shadow: 0 0 3px #666;
  padding: 20px;
}
.finish_time_sec .ttl span.time {
  padding-left: 0.5em;
  font-size: 0.7em;
}
.finish_time_sec dl {
  text-align: center;
  margin: 10px 0;
  width: 50%;
}
.finish_time_sec dl dt {
  color: #fff;
  padding: 5px 0;
  font-size: 1.1em;
}
.finish_time_sec dl dd {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.1em;
}
.finish_time_sec dl dd span {
  font-size: 1.1em;
  display: block;
}
.finish_time_sec dl dd p {
  font-weight: 500;
  background-color: #f1f1f1;
  margin: 0 10px 5px 10px;
  border-radius: 5px;
}
.finish_time_sec dl dd > div:nth-child(2n) {
  margin-top: 15px;
}
.finish_time_sec dl.normal dt {
  background-color: #005bac;
}
.finish_time_sec dl.speed dt {
  background-color: #f3630c;
}
.finish_time_sec #today_express {
  background: url("../images/common/loading_bg.gif") repeat-x;
  background-size: contain;
}
.finish_time_sec #today_express p {
  font-size: 1.1em;
  font-weight: bold;
}

section.first_message {
  background-color: #f9f9f9;
  padding: 30px 30px;
  line-height: 1.55;
}
section.first_message h3 {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  font-weight: 600;
  padding: 0 10px;
  background-image: linear-gradient(transparent 10%, rgb(255, 255, 255) 0%);
}
section.first_message p {
  padding-left: 1em;
}
section.first_message dl {
  border: 1px solid #999;
  padding: 1em;
  margin: 1em 1em;
  background-color: #fcfcfc;
}
section.first_message dl dt {
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px dashed #000;
  margin-bottom: 5px;
}
section.first_message dl dd {
  margin: 0 0 0.8em 1em;
}

@media screen and (max-width: 780px) {
  .design_template_sec ul.template_list::after {
    content: none;
  }
  .design_template_sec ul.template_list::before {
    width: 32%;
  }
  .design_template_sec ul.template_list > li {
    margin-bottom: 10px;
    width: 32%;
    padding: 10px;
  }
  .order_type_sec h3.sub_ttl span {
    font-size: 0.6em;
  }
  .order_type_sec ul li dd span {
    font-size: 9px;
  }
  #confirm_sec ul.template_list {
    flex-flow: column;
  }
  #confirm_sec ul.template_list > li {
    width: 100%;
  }
  #confirm_sec ul.template_list > li figure.horizon img {
    width: 100%;
  }
  #confirm_sec ul.template_list > li figure.vertical {
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
  }
  #confirm_sec ul.template_list > li figure.vertical img {
    width: 65%;
    height: auto;
    margin: 0 auto;
  }
  section.first_message {
    padding: 15px 20px;
    line-height: 1.55;
  }
  section.first_message h3 {
    font-size: 1.1em;
  }
  section.first_message p {
    padding-left: 0;
  }
  section.first_message dl dt {
    font-weight: 600;
  }
  section.first_message dl dd {
    margin: 0 0 0.5em 1em;
  }
}
@media screen and (max-width: 480px) {
  .design_template_sec ul.template_list > li {
    margin-bottom: 10px;
    width: 48%;
    padding: 10px;
  }
  .design_template_sec ul.template_list > li p {
    font-size: 0.9em;
    line-height: 1.6;
  }
  .design_template_sec ul.template_list > li > ul.tag li {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 0.7em;
    padding: 0px 5px;
  }
  .news_sec dl {
    flex-flow: column;
    gap: 0px;
    padding-bottom: 0px;
    margin-bottom: 1em;
    border-bottom: 1px dashed #999;
    padding: 10px 0;
  }
  .news_sec dl dt {
    width: 100%;
    font-size: 0.9em;
  }
  .news_sec dl dd {
    width: 100%;
    text-align: left;
  }
  .news_sec dl dd a {
    text-decoration: underline;
  }
  .order_type_sec h3 {
    white-space: normal;
  }
  .order_type_sec ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
  }
  .order_type_sec ul li {
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .order_type_sec ul li figure {
    width: 40%;
  }
  .order_type_sec ul li dl {
    width: 55%;
  }
  .order_type_sec ul li dl dt {
    text-align: left;
    font-size: 0.9em;
  }
  .order_type_sec ul li dl dd {
    text-align: left;
    font-size: 0.8em;
  }
  .order_type_sec_other > div {
    width: 100%;
  }
  .order_type_sec_other > div li {
    width: 100%;
  }
  .finish_time_sec {
    box-shadow: 0 0 3px #999;
    padding: 10px;
  }
  .finish_time_sec .ttl span.time {
    padding-left: 0.2em;
    font-size: 0.6em;
    display: block;
  }
  .finish_time_sec .flex.load {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .finish_time_sec dl {
    width: 100%;
  }
  .finish_time_sec dl dt {
    font-size: 1em;
  }
  .finish_time_sec dl dd {
    padding: 10px 0;
    font-weight: bold;
    font-size: 0.9em;
  }
  .finish_time_sec dl dd span {
    font-size: 1.1em;
    display: block;
  }
  .finish_time_sec dl.normal dt {
    background-color: #005bac;
  }
  .finish_time_sec dl.speed dt {
    background-color: #f3630c;
  }
}