#first .first_sec > ul > li {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#first .first_sec > ul > li .txt {
  width: 50%;
}
#first .first_sec > ul > li .txt p {
  margin-bottom: 1em;
}
#first .first_sec > ul > li figure {
  width: 40%;
}
#first .first_sec > ul > li:nth-child(even) .txt {
  order: 2;
}
#first .first_sec > ul > li:nth-child(even) figure {
  order: 1;
}

.guide_sec h3 + p {
  margin-bottom: 1em;
}
.guide_sec h4 {
  margin: 20px 0 5px 0;
}
.guide_sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.guide_sec ul li {
  width: 32%;
  margin-bottom: 10px;
}

.flow_top_sec > .cont {
  width: 45%;
}
.flow_top_sec .table {
  width: 100%;
  text-align: center;
}
.flow_top_sec .table dt,
.flow_top_sec .table dd {
  border-bottom: 2px solid #000;
}
.flow_top_sec > .info {
  width: 45%;
}
.flow_top_sec > .info h3.cont_ttl {
  font-size: 1.4em;
  color: #000;
  margin-bottom: 10px;
}

.flow_list_sec ol {
  width: 90%;
  margin: 0 auto;
}
.flow_list_sec ol li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  justify-content: space-between;
  display: flex;
}
.flow_list_sec ol li h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.flow_list_sec ol li .info {
  width: 65%;
}
.flow_list_sec ol li figure {
  width: 30%;
}

.guide_sec .flow_bottom_sec li {
  width: 48%;
}

.main_paper_sec {
  display: flex;
  justify-content: space-between;
}
.main_paper_sec .cont {
  width: 55%;
}
.main_paper_sec .cont .swiper li,
.main_paper_sec .cont .swiper_thumnail li {
  border: none;
}
.main_paper_sec .cont .swiper li.swiper-slide-thumb-active,
.main_paper_sec .cont .swiper_thumnail li.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #005bac;
}
.main_paper_sec .info {
  width: 42%;
}
.main_paper_sec .info h3 {
  font-size: 1.3em;
}
.main_paper_sec .info p {
  margin: 0.3em 0 2em 0;
}
.main_paper_sec .info .table {
  width: 100%;
}
.main_paper_sec .info .table dt,
.main_paper_sec .info .table dd {
  border-bottom: 1px solid #000;
}
.main_paper_sec .info .table dt {
  width: 6em;
  text-align: center;
  background-color: #f1f1f1;
}
.main_paper_sec .info .table dd {
  padding-left: 1.5em;
  width: auto;
  font-weight: 500;
}

.list_paper_sec .flex {
  flex-wrap: wrap;
  text-align: center;
}
.list_paper_sec .flex li {
  width: 32%;
  margin-bottom: 30px;
}
.list_paper_sec .flex li dt {
  margin: 5px 0 0 0;
  font-size: 1.1em;
  font-weight: bold;
}
.list_paper_sec .flex li .price {
  font-size: 90%;
  margin-bottom: 5px;
}
.list_paper_sec .flex .btn a {
  padding: 3px 0;
  font-size: 0.9em;
}
.list_paper_sec .flex::after {
  width: 32%;
  display: block;
  content: "";
}

.lead_time_sec .map {
  margin-top: 30px;
  position: relative;
}
.lead_time_sec .map .box_shadow {
  position: absolute;
  width: 60%;
  top: 5%;
}
.lead_time_sec .map .box_shadow li {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.lead_time_sec .map .box_shadow li::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}
.lead_time_sec .map .box_shadow li:nth-child(1)::after {
  background-color: #005bac;
}
.lead_time_sec .map .box_shadow li:nth-child(2)::after {
  background-color: #f3630c;
}
.lead_time_sec .map .box_shadow p {
  margin-top: 10px;
  font-size: 0.9em;
}
.lead_time_sec .map figure {
  width: 80%;
  margin: 0 auto;
}

.delivery_price_sec figure {
  width: 32%;
}
.delivery_price_sec .info {
  width: 65%;
}
.delivery_price_sec .info > ul > li {
  padding: 5px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #000;
}
.delivery_price_sec .info > ul > li .id {
  width: 50px;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  font-weight: bold;
  background-color: #000;
  width: 30px;
  height: 30px;
  line-height: 1.6;
  font-size: 1.3em;
}
.delivery_price_sec .info > ul > li .area {
  width: 68%;
}
.delivery_price_sec .info > ul > li .area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}
.delivery_price_sec .info > ul > li .area ul li {
  background-color: #f1f1f1;
  padding: 3px 10px;
  cursor: pointer;
  font-size: 0.9em;
}
.delivery_price_sec .info > ul > li .price {
  width: 25%;
  text-align: right;
}

.delivery_zip_sec .box_shadow {
  padding: 30px 40px;
}
.delivery_zip_sec form {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.delivery_zip_sec form .zip {
  font-weight: bold;
  font-size: 1.9em;
}
.delivery_zip_sec form input[type=text] {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}
.delivery_zip_sec form input[name=zip1] {
  width: 5em;
}
.delivery_zip_sec form input[name=zip2] {
  width: 6em;
}

.delivery_result_sec .ttl {
  text-align: center;
}
.delivery_result_sec > div {
  width: 70%;
  margin: 20px auto;
}
.delivery_result_sec ul.flex {
  justify-content: space-between;
  text-align: center;
}
.delivery_result_sec ul.flex li {
  width: 50%;
}
.delivery_result_sec ul.flex li p {
  font-weight: 500;
  font-size: 1.2em;
}
.delivery_result_sec ul.flex li .price {
  font-size: 150%;
}
.delivery_result_sec ul.flex li:nth-child(1) {
  border-right: 1px solid #000;
}

.print_price_sec .table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  line-height: 1.5;
}
.print_price_sec .table th {
  font-weight: 500;
  background-color: #f1f1f1;
}
.print_price_sec .table th .head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.print_price_sec .table th .head figure {
  width: 100px;
}
.print_price_sec .table th,
.print_price_sec .table td {
  padding: 10px 0;
}
.print_price_sec .table .price_sec td {
  font-weight: bold !important;
  font-size: 1.1em;
  color: #005bac;
}
.print_price_sec .table .price_sec td span {
  font-size: 0.8em;
}
.print_price_sec .table .unit {
  font-size: 0.9em;
}
.print_price_sec .table tr.td100 td {
  background-color: rgb(235, 250, 253);
}

.option_sec > ul > li {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.option_sec > ul > li figure {
  width: 20%;
}
.option_sec > ul > li dl {
  width: 55%;
}
.option_sec > ul > li dl dt {
  font-weight: bold;
  font-size: 1.1em;
}
.option_sec > ul > li div.price {
  text-align: right;
  margin: auto 0;
}
.option_sec .type {
  padding-right: 5px;
  font-size: 0.85em;
}

#data_page .option_sec > ul > li figure {
  width: 20%;
}
#data_page .option_sec > ul > li dl {
  width: 55%;
}
#data_page .option_sec > ul > li > ul {
  width: 30%;
  text-align: right;
  margin: auto 0;
}

.news_page.detail dl dd {
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.news_page .news_content img {
  display: block;
  margin-bottom: 1em;
}
.news_page .news_content p {
  margin-bottom: 0em;
}

.free_fix_sec .free {
  display: flex;
  justify-content: space-between;
}
.free_fix_sec .free figure {
  width: 45%;
}
.free_fix_sec .free ul {
  width: 45%;
}
.free_fix_sec .free ul li {
  border: 2px solid #04c5dc;
  padding: 4px 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #0382a9;
}
.free_fix_sec .paid ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.free_fix_sec .paid ul li {
  width: 45%;
  margin-bottom: 50px;
}
.free_fix_sec .paid ul li dl {
  text-align: center;
  width: 100%;
  margin: 15px auto 0 auto;
  border: 2px solid #ee8e04;
  padding: 4px 20px;
  text-align: center;
  border-radius: 10px;
}
.free_fix_sec .paid ul li dl dt {
  font-weight: bold;
  color: #f3630c;
}
.free_fix_sec .paid ul li dl dd {
  font-size: 12px;
}

@media screen and (max-width: 780px) {
  .print_price_sec .table th .head figure {
    width: 70px;
  }
  .option_sec ul li {
    flex-wrap: wrap;
  }
  .option_sec ul li figure {
    width: 30%;
  }
  .option_sec ul li dl {
    width: 65%;
  }
  .option_sec ul li div.price {
    width: 100%;
  }
  #data_page .option_sec > ul > li figure {
    width: 30%;
  }
  #data_page .option_sec > ul > li dl {
    width: 65%;
  }
  #data_page .option_sec > ul > li > ul {
    width: 100%;
  }
  .flow_top_sec > .cont {
    display: none;
  }
  .flow_top_sec .info {
    width: 100%;
  }
  .flow_top_sec .info > .cont {
    width: 380px;
    margin: 0 auto 20px auto;
  }
  .flow_top_sec .info h3.cont_ttl {
    font-size: 1.3em;
  }
  .main_paper_sec {
    flex-flow: column;
  }
  .main_paper_sec .cont {
    width: 80%;
    margin: 0 auto;
  }
  .main_paper_sec .info {
    width: 80%;
    margin: 0 auto;
  }
  .list_paper_sec .flex li {
    width: 49%;
  }
  .list_paper_sec .flex li dt {
    font-size: 1em;
  }
  .list_paper_sec .flex li .price {
    font-size: 85%;
  }
  .list_paper_sec .flex .btn a {
    font-size: 0.8em;
  }
  .list_paper_sec .flex::after {
    width: 49%;
    display: block;
    content: "";
  }
  .lead_time_sec .map .box_shadow {
    top: 0;
    padding: 15px;
  }
  .lead_time_sec .map .box_shadow p {
    font-size: 0.7em;
  }
  .lead_time_sec .map figure {
    width: 100%;
  }
  .delivery_price_sec figure {
    display: none;
  }
  .delivery_price_sec .info {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #first .first_sec > ul > li {
    flex-flow: column;
  }
  #first .first_sec > ul > li .txt {
    order: 2;
    width: 100%;
  }
  #first .first_sec > ul > li figure {
    width: 60%;
    margin: 0 auto;
    order: 1;
  }
  .guide_sec h3 + p {
    margin-bottom: 1em;
  }
  .guide_sec h4 {
    margin: 20px 0 5px 0;
  }
  .guide_sec ul {
    justify-content: space-between;
    gap: 0;
  }
  .guide_sec ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  .guide_sec .flow_bottom_sec ul {
    flex-flow: column;
  }
  .guide_sec .flow_bottom_sec li {
    width: 100%;
  }
  .flow_top_sec .info > .cont {
    width: 100%;
  }
  .flow_top_sec .info > .cont figure {
    width: 70%;
    margin: 0 auto;
  }
  .flow_top_sec .info > .cont .table {
    width: 90%;
    margin: 0 auto;
  }
  .flow_top_sec .info > .cont .table dt {
    width: 25%;
  }
  .flow_top_sec .info > .cont .table dt,
  .flow_top_sec .info > .cont .table dd {
    border-bottom: 1px solid #000;
  }
  .flow_list_sec ol {
    width: 100%;
    margin: 0 auto;
  }
  .flow_list_sec ol li .info {
    width: 68%;
  }
  .main_paper_sec {
    flex-flow: column;
  }
  .main_paper_sec .cont {
    width: 100%;
  }
  .main_paper_sec .info {
    width: 100%;
  }
  .print_price_sec > div {
    overflow: scroll;
  }
  .print_price_sec .table {
    position: relative;
    width: 800px;
  }
  .print_price_sec .table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 80px;
  }
  .print_price_sec .table th:first-child::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    border-right: 1px solid #000;
  }
  .print_price_sec .table th .head figure {
    width: 70px;
  }
  .option_sec ul li {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .option_sec ul li figure {
    width: 40%;
    margin: 10px auto;
  }
  .option_sec ul li dl {
    width: 100%;
  }
  .option_sec ul li div.price {
    width: 100%;
  }
  #data_page .option_sec > ul > li figure {
    width: 40%;
    margin: 10px auto;
  }
  #data_page .option_sec > ul > li dl {
    width: 100%;
  }
  #data_page .option_sec > ul > li > ul {
    margin-top: 10px;
    width: 100%;
  }
  .free_fix_sec .free {
    flex-flow: column;
  }
  .free_fix_sec .free figure {
    width: 80%;
    margin: 0 auto;
  }
  .free_fix_sec .free ul {
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .free_fix_sec .free ul li {
    border: 2px solid #04c5dc;
    padding: 4px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0382a9;
  }
  .free_fix_sec .paid p br {
    display: none;
  }
  .free_fix_sec .paid ul {
    flex-flow: column;
  }
  .free_fix_sec .paid ul li {
    width: 80%;
    margin: 0 auto;
  }
  .free_fix_sec .paid ul li dl {
    margin-bottom: 30px;
  }
  .free_fix_sec .paid ul li dl dd {
    font-size: 11px;
  }
}