section {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
section.border {
  border-top: 4px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
}

.sub_ttl2 {
  font-size: 1.3em;
  margin: 2em 0 0.5em;
}

table.table {
  width: 100%;
}
table.table .num {
  display: inline-block;
  background-color: #2b5389;
  color: #fff;
  border-radius: 999px;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  line-height: 1.3em;
}
table.table td,
table.table th {
  padding: 5px 10px;
}
table.table thead th {
  background-color: #005bac;
  color: #fff;
}
table.table tbody th {
  background-color: #eaf3fc !important;
  text-align: left;
}
table.table tbody th p {
  display: inline-block;
}
table.table tbody th .require {
  display: inline-block;
  background-color: #e8410b;
  color: #fff;
  padding: 0 4px;
  margin-left: 0.5em;
  line-height: 1.4;
  font-weight: 500;
  font-size: 0.9em;
  text-align: center;
}
table.table tbody .length {
  text-align: center;
}
table.table tbody .length span {
  font-weight: bold;
  font-size: 1.2em;
}
table.table tbody .other {
  font-size: 0.85em;
  padding-left: 1em;
}
table.table tbody .other li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: disc;
}

.variable_03 figure {
  width: 50%;
  margin: 20px auto;
}

.variable_sec nav {
  margin-bottom: 30px;
}
.variable_sec nav ul {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #2b5389;
  align-items: stretch;
}
.variable_sec nav ul li {
  width: 24%;
  position: relative;
}
.variable_sec nav ul li a {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  height: 100%;
  color: #2b5389;
  font-weight: 600;
  text-align: center;
  padding: 45px 5px 5px 5px;
  font-size: 1.1em;
  border-radius: 5px 5px 0 0;
}
.variable_sec nav ul li a:hover {
  background-color: #2b5389;
  color: #fff;
}
.variable_sec nav ul li::after {
  pointer-events: none;
  content: "";
  position: absolute;
  mask: url("../images/variable/navi_icon01.svg") no-repeat center/contain;
  background-color: #2b5389;
  background-size: contain;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.variable_sec nav ul li:nth-child(2)::after {
  mask: url("../images/variable/navi_icon02.svg") no-repeat center/contain;
}
.variable_sec nav ul li:nth-child(3)::after {
  mask: url("../images/variable/navi_icon03.svg") no-repeat center/contain;
}
.variable_sec nav ul li:nth-child(4)::after {
  mask: url("../images/variable/navi_icon04.svg") no-repeat center/contain;
}
.variable_sec nav ul li:hover::after {
  background-color: #fff;
}
.variable_sec nav.top ul li:nth-child(1)::after {
  background-color: #fff;
}
.variable_sec nav.top ul li:nth-child(1) a {
  background-color: #2b5389;
  color: #fff;
}
.variable_sec nav.price_delivery ul li:nth-child(2)::after {
  background-color: #fff;
}
.variable_sec nav.price_delivery ul li:nth-child(2) a {
  background-color: #2b5389;
  color: #fff;
}
.variable_sec nav.example ul li:nth-child(3)::after {
  background-color: #fff;
}
.variable_sec nav.example ul li:nth-child(3) a {
  background-color: #2b5389;
  color: #fff;
}
.variable_sec nav.format ul li:nth-child(4)::after {
  background-color: #fff;
}
.variable_sec nav.format ul li:nth-child(4) a {
  background-color: #2b5389;
  color: #fff;
}

.variable_01 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.variable_01 h2 {
  font-weight: bold;
  font-size: 2.6em;
  letter-spacing: 0.1em;
}
.variable_01 h2 span {
  color: #2b5389;
  font-size: 1.4em;
  padding-right: 0.2em;
}
.variable_01 ul.service_list {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.variable_01 ul.service_list li {
  width: 30%;
}
.variable_01 ul.service_list li figure {
  width: 70%;
  margin: 0 auto;
}
.variable_01 ul.service_list li h3 {
  text-align: center;
  color: #2b5389;
  font-size: 1.2em;
  font-weight: 600;
  margin: 5px 0;
}
.variable_01 ul.link_btn {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.variable_01 ul.link_btn li {
  width: 48%;
}
.variable_01 ul.link_btn li a {
  max-width: none;
  display: block;
  font-weight: 500;
  padding: 15px 20px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.variable_01 ul.link_btn li a span {
  position: relative;
  padding-left: 2.5em;
}
.variable_01 ul.link_btn li a span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 25px;
  height: 25px;
  background: url("/images/variable/icon_dentaku.svg") no-repeat left center;
  background-size: contain;
}
.variable_01 ul.link_btn li a:before {
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 8px);
  width: 15px;
  height: 15px;
  background: url("/images/variable/icon_allow_w.svg") no-repeat left center;
  background-size: contain;
}
.variable_01 ul.link_btn li:nth-child(2n) a span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 25px;
  height: 25px;
  background: url("/images/variable/icon_note.svg") no-repeat left center;
  background-size: contain;
}
.variable_01 span {
  position: relative;
}
.variable_01 span:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -2px;
  width: 25px;
  height: 25px;
}
.variable_01:nth-child(2) span::before {
  background: url("../images/common/header_nev_icon001.png") no-repeat left center;
  background-size: contain;
}

.variable_04 ul.example {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.variable_04 ul.example li {
  width: 48%;
  margin-bottom: 30px;
}
.variable_04 ul.example li figure {
  width: 80%;
  margin: 0 auto;
}
.variable_04 ul.example li h4 {
  text-align: center;
  font-size: 1.1em;
  color: #005bac;
  margin: 5px 0;
}

.flow_sec ol {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.flow_sec ol > li {
  width: 30%;
  margin-bottom: 20px;
}
.flow_sec ol > li figure {
  width: 50%;
  min-width: 120px;
  margin: 0 auto;
}
.flow_sec ol > li ._ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.flow_sec ol > li ._ttl .num {
  display: block;
  background-color: #005bac;
  border-radius: 9999px;
  text-align: center;
  color: #fff;
  width: 22px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
}
.flow_sec ol > li ._ttl h4 {
  width: 85%;
  color: #005bac;
  font-size: 1.2em;
  line-height: 1.5;
}

.price_sec .option_sec > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_sec .option_sec > ul > li figure {
  width: 20%;
}
.price_sec .option_sec > ul > li dl {
  width: 48%;
}
.price_sec .option_sec > ul > li dl dt {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.price_sec .option_sec > ul > li > ul {
  width: 25%;
  margin-left: auto;
}
.price_sec .option_sec > ul > li > ul .price {
  font-size: 1.3em;
}
.price_sec .option_sec > ul > li > ul .price span {
  font-size: 70%;
}
.price_sec .print_price_sec table.type02 th {
  text-align: center;
  background-color: #f1f1f1 !important;
}
.price_sec .print_price_sec .price {
  font-size: 1.1em;
}
.price_sec .print_price_sec .unit {
  margin: 5px 0;
  font-size: 80%;
  font-weight: 500;
  color: #000;
}

.template_page .table_list dl dd.icon {
  width: 8%;
}
.template_page .table_list dl dt {
  width: 52%;
}
.template_page .table_list dl dd.caption {
  font-size: 11px;
  width: 20%;
}
.template_page .table_list dl dd.btn_sec {
  width: 20%;
}

.excel_sec ul.excel_auto_info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.excel_sec ul.excel_auto_info li figure {
  width: 65%;
  margin: 0 auto;
}
.excel_sec ul.excel_auto_info li {
  width: 30%;
}
.excel_sec .note {
  padding: 1em 2em;
  margin-bottom: 30px;
}
.excel_sec .note h3 {
  font-size: 1.3em;
}

.excel_input_system_sec .flex .info {
  width: 52%;
}
.excel_input_system_sec .flex .info h3 {
  font-size: min(3.8vw, 16px);
  margin-bottom: 0.4em;
}
.excel_input_system_sec .flex .img {
  width: 46%;
}
.excel_input_system_sec h3.sub_ttl {
  margin-bottom: 0;
  margin-top: 30px;
}
.excel_input_system_sec .table {
  margin-top: 30px;
}
.excel_input_system_sec .query_box {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 20px;
}
.excel_input_system_sec .query_box dl:last-child {
  margin-bottom: 0;
}
.excel_input_system_sec .error {
  color: rgb(200, 2, 2);
  font-size: 0.85em;
  margin-top: 5px;
}
.excel_input_system_sec .error_list {
  color: rgb(200, 2, 2);
  text-align: left;
}
.excel_input_system_sec .error_list li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: disc;
  margin-bottom: 5px;
}
.excel_input_system_sec .url_preview {
  display: inline-block;
  background-color: #fff;
  border: 1px dashed #005bac;
  color: #005bac;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.95em;
  word-break: break-all;
}

.qa_sec dl {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.qa_sec dl dt,
.qa_sec dl dd {
  position: relative;
  padding-left: 30px;
}
.qa_sec dl dt span,
.qa_sec dl dd span {
  font-weight: bold;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  border-radius: 999px;
  left: 0px;
  font-size: 14px;
}
.qa_sec dl dt {
  margin-bottom: 5px;
  color: #e9670a;
  font-weight: 600;
  font-size: 1.1em;
}
.qa_sec dl dt span {
  background-color: #e9670a;
}
.qa_sec dl dd {
  position: relative;
}
.qa_sec dl dd span {
  content: "A";
  background-color: #005bac;
}

.note_sec dl {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #999;
}
.note_sec dl dt {
  position: relative;
  padding-left: 2em;
  color: #005bac;
  font-weight: 600;
  font-size: 1.1em;
}
.note_sec dl dt::before {
  content: "";
  background: url("../images/variable/icon_check.svg") no-repeat;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 2px;
  position: absolute;
}

.last_sec {
  padding: 30px;
  border: 7px solid #c9e2f8;
  background: url("../images/variable/last_bg.jpg") right center no-repeat;
  background-size: 40%;
}
.last_sec .ttl {
  text-align: center;
}
.last_sec .message {
  width: 65%;
}
.last_sec .message p {
  font-size: 1.1em;
}
.last_sec .message .example_sec {
  margin: 2em 0;
}
.last_sec .message .example_sec h3 {
  color: #005bac;
  font-size: 1.2em;
  border-bottom: 1px solid #005bac;
  margin-bottom: 1em;
}
.last_sec .message .example_sec dl dt {
  position: relative;
  padding-left: 2em;
  color: #005bac;
  font-weight: 600;
  font-size: 1.1em;
}
.last_sec .message .example_sec dl dt::before {
  content: "";
  background: url("../images/variable/icon_check.svg") no-repeat;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 2px;
  position: absolute;
}
.last_sec .message .example_sec dl {
  margin-bottom: 1em;
}
.last_sec .variable_contact_sec ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.last_sec .variable_contact_sec ul li {
  width: 45%;
}
.last_sec .tel_sec {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.last_sec .tel_sec dl.tel dt {
  color: #005bac;
  font-weight: 600;
}
.last_sec .tel_sec dl.tel dd {
  font-weight: bold;
  font-size: 2.7em;
  line-height: 1.3;
}
.last_sec .tel_sec dl.tel + dl {
  margin-left: 30px;
}
.last_sec .tel_sec dl.tel + dl dd {
  font-size: 0.95em;
}

@media screen and (max-width: 780px) {
  .excel_input_system_sec .flex {
    flex-flow: column;
  }
  .excel_input_system_sec .flex .info {
    width: 100%;
  }
  .excel_input_system_sec .flex .info h3 {
    font-size: min(3.8vw, 16px);
    margin-bottom: 0.4em;
  }
  .excel_input_system_sec .flex .img {
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .variable_sec nav {
    margin-bottom: 20px;
  }
  .variable_sec nav ul {
    justify-content: space-between;
  }
  .variable_sec nav ul li a {
    font-size: min(3.6vw, 12px);
  }
  .last_sec {
    padding: 20px;
  }
  .last_sec .message {
    width: 100%;
  }
  .last_sec .message p {
    font-size: 1em;
  }
  .last_sec .message .example_sec {
    width: 65%;
  }
  .last_sec .tel_sec dl.tel dd {
    font-size: min(4.3vw, 30px);
  }
  .last_sec .tel_sec dl.tel + dl {
    margin-left: auto;
  }
  .last_sec .tel_sec dl.tel + dl dd {
    font-size: min(2.8vw, 0.85em);
  }
  .price_sec table.type02 {
    width: 100%;
  }
  .price_sec .option_sec > ul > li figure {
    width: 30%;
  }
  .price_sec .option_sec > ul > li dl {
    width: 65%;
  }
  .price_sec .option_sec > ul > li > ul {
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .excel_input_system_sec .flex .info h3 {
    font-size: min(4.8vw, 16px);
    margin-bottom: 0.4em;
  }
  .excel_input_system_sec .flex .img {
    width: 100%;
  }
  .variable_sec nav {
    margin-bottom: 10px;
  }
  .variable_sec nav ul {
    border: none;
    flex-wrap: wrap;
  }
  .variable_sec nav ul li {
    width: 49%;
    margin-bottom: 8px;
  }
  .variable_sec nav ul li a {
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    padding-left: 30%;
    justify-content: start;
    font-size: min(3.4vw, 11px);
  }
  .variable_sec nav ul li::after {
    left: 5%;
    right: auto;
    top: 0%;
    width: 20%;
  }
  .variable_01 h2 {
    font-weight: bold;
    font-size: min(8vw, 2.2em);
    letter-spacing: 0.1em;
  }
  .variable_01 h2 span {
    color: #2b5389;
    font-size: 1.4em;
    padding-right: 0.2em;
  }
  .variable_01 ul.service_list {
    flex-flow: column;
    margin: 10px 0 30px 0;
    gap: 10px;
  }
  .variable_01 ul.service_list li {
    width: 100%;
    display: flex;
  }
  .variable_01 ul.service_list li figure {
    width: 30%;
    padding: 0 10px;
  }
  .variable_01 ul.service_list li .info {
    width: 65%;
    text-align: left;
  }
  .variable_01 ul.service_list li h3 {
    text-align: left;
    font-size: min(4.3vw, 1.1em);
    font-weight: 600;
    margin: 5px 0;
  }
  .variable_01 ul.link_btn {
    margin-bottom: 40px;
    flex-flow: column;
  }
  .variable_01 ul.link_btn li {
    width: 80%;
    margin: 0 auto;
  }
  .variable_01 ul.link_btn li:nth-child(1) {
    margin-bottom: 20px;
  }
  .table_wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .table_wrap table {
    width: 800px;
    min-width: 800px;
  }
  .excel_sec p.r.mg_t10 {
    font-size: min(2.9vw, 10px);
  }
  .excel_sec ul.excel_auto_info {
    flex-flow: column;
    margin: 20px 0;
  }
  .excel_sec ul.excel_auto_info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .excel_sec ul.excel_auto_info li figure {
    width: 26%;
    margin: 0 auto;
  }
  .excel_sec ul.excel_auto_info li {
    width: 100%;
  }
  .excel_sec ul.excel_auto_info li .info {
    width: 68%;
  }
  .excel_sec .note {
    padding: 10px;
    margin-bottom: 30px;
  }
  .excel_sec .note h3 {
    font-size: 1.3em;
  }
  .price_sec .print_price_sec table.type02 .head figure {
    width: 30%;
  }
  .price_sec .print_price_sec .price {
    font-size: min(3.8vw, 1.1em);
  }
  .price_sec .print_price_sec .unit span {
    display: block;
  }
  .price_sec .option_sec ul li {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .price_sec .option_sec ul li dl dt {
    font-size: min(3.4vw, 14px);
  }
  .price_sec .option_sec ul li figure {
    width: 60%;
    max-width: 250px;
    margin: 10px auto;
  }
  .price_sec .option_sec ul li dl {
    width: 100%;
  }
  .price_sec .option_sec ul li div.price {
    width: 100%;
  }
  .flow_sec ol {
    flex-flow: column;
  }
  .flow_sec ol > li {
    display: flex;
    width: 100%;
  }
  .flow_sec ol > li figure {
    width: 25%;
    min-width: auto;
  }
  .flow_sec ol > li .info {
    width: 68%;
  }
  .flow_sec ol > li ._ttl {
    margin-bottom: 0.5em;
    font-size: min(3.2vw, 13px);
  }
  .flow_sec ol > li ._ttl + p {
    font-size: min(2.8vw, 11px);
  }
  .template_page .table_list dl {
    display: grid;
    grid-template-columns: 10% 60% 30%;
    align-items: center;
    border-bottom: 1px solid #999;
  }
  .template_page .table_list dl dt,
  .template_page .table_list dl dd {
    border: none;
  }
  .template_page .table_list dl dd.icon {
    grid-row: 1/3;
    grid-column: 1/4;
  }
  .template_page .table_list dl dt {
    grid-row: 1/2;
    grid-column: 2/3;
    width: auto;
    padding-bottom: 0;
  }
  .template_page .table_list dl dd.caption {
    grid-row: 2/3;
    grid-column: 2/3;
    width: auto;
    padding-top: 0;
  }
  .template_page .table_list dl dd.btn_sec {
    grid-row: 1/3;
    grid-column: 3/4;
    width: auto;
  }
  .last_sec .variable_contact_sec .link_btn {
    flex-flow: column;
  }
  .last_sec .variable_contact_sec .link_btn li {
    width: 80%;
    margin: 0 auto;
  }
  .last_sec .variable_contact_sec .link_btn li:first-child {
    margin-bottom: 10px;
  }
  .last_sec .tel_sec {
    flex-flow: column;
    justify-content: center;
  }
  .last_sec .tel_sec dl.tel {
    text-align: center;
  }
  .last_sec .tel_sec dl.tel dd {
    font-size: min(5.3vw, 30px);
  }
  .last_sec .tel_sec dl.tel + dl {
    margin: 1em 0 0 0;
  }
  .last_sec .tel_sec dl.tel + dl dt {
    text-align: center;
  }
  .last_sec .tel_sec dl.tel + dl dd {
    text-align: center;
    font-size: min(3.2vw, 0.9em);
  }
  .variable_04 ul.example {
    flex-flow: column;
  }
  .variable_04 ul.example li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
  }
  .variable_04 ul.example li figure {
    width: 60%;
  }
  .variable_04 ul.example li h4 {
    font-size: min(3.4vw, 1.2em);
  }
}