img {
  width: auto;
}

h1 span {
  display: block;
  font-size: 36px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  h1 span {
    margin-top: 10px;
    font-size: 20px;
  }
}

section p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section p {
    font-size: 15px;
    line-height: 1.8;
  }
}
section .inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
section .inner hgroup img {
  height: 65px;
}
@media screen and (max-width: 768px) {
  section .inner hgroup img {
    height: 40px;
  }
}
section .inner hgroup h2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 800;
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  section .inner hgroup h2 {
    font-size: 20px;
    margin-top: 0;
  }
}
section.beginner {
  background: url(../../../images/deliver/unlicensed_customer/bg01.png) no-repeat top -200px right;
  padding-top: 220px;
}
@media screen and (max-width: 768px) {
  section.beginner {
    background-size: 100%;
    padding-top: 80px;
  }
}
section.beginner .beginner-box {
  background-color: #e1ebe8;
  border-radius: 6px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  section.beginner .beginner-box {
    padding: 20px 5%;
  }
}
section.beginner .beginner-box > h2 {
  font-size: 34px;
  font-weight: bold;
  padding-left: 90px;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  section.beginner .beginner-box > h2 {
    padding: 70px 0 0;
    text-align: center;
    font-size: 24px;
  }
}
section.beginner .beginner-box > h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  section.beginner .beginner-box > h2 br {
    display: block;
  }
}
section.beginner .beginner-box > h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 59px;
  background: url(../../../images/deliver/unlicensed_customer/icn_beginner.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.beginner .beginner-box > h2:before {
    left: 50%;
    translate: -50% 0;
  }
}
section.beginner .beginner-box > p {
  margin-top: 20px;
  font-size: 16px;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  section.beginner .beginner-box > p {
    padding: 0;
    font-size: 15px;
  }
}
section.beginner .btn-permission {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  section.beginner .btn-permission {
    margin-top: 40px;
  }
}
section.beginner .btn-permission a {
  max-width: 540px;
  height: 140px;
  background-color: #fff;
  background-color: #e1ebe8;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  padding-left: 60px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  section.beginner .btn-permission a {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  section.beginner .btn-permission a {
    height: 100px;
    padding-left: 115px;
    font-size: 18px;
    justify-content: flex-start;
  }
}
@media (hover) {
  section.beginner .btn-permission a:hover {
    background-color: #102399;
    color: #fff;
  }
  section.beginner .btn-permission a:hover:before {
    background-color: #fff;
  }
  section.beginner .btn-permission a:hover:after {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}
section.beginner .btn-permission a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60px;
  translate: 0 -50%;
  width: 92px;
  height: 58px;
  -webkit-mask: url(../../../images/deliver/unlicensed_customer/icn_truck.svg) no-repeat center;
          mask: url(../../../images/deliver/unlicensed_customer/icn_truck.svg) no-repeat center;
  background-color: #000;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  section.beginner .btn-permission a:before {
    left: 20px;
  }
}
@media screen and (max-width: 500px) {
  section.beginner .btn-permission a:before {
    transform-origin: center left;
    scale: 0.8;
  }
}
section.beginner .btn-permission a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  translate: 0 -50%;
  width: 22px;
  height: 22px;
  border-right: 4px solid #102399;
  border-bottom: 4px solid #102399;
  rotate: -45deg;
  transition: border 0.3s;
}
@media screen and (max-width: 768px) {
  section.beginner .btn-permission a:after {
    width: 18px;
    height: 18px;
    right: 20px;
    border-right: 2px solid #102399;
    border-bottom: 2px solid #102399;
  }
}
section.rule {
  background: url(../../../images/deliver/unlicensed_customer/bg02.png) no-repeat top 300px left;
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  section.rule {
    margin-top: 80px;
  }
}
section.rule h3.ttl-h3 {
  margin-top: 50px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.rule h3.ttl-h3 {
    margin-top: 30px;
    font-size: 20px;
  }
}
section.rule ul.bring-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.rule ul.bring-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  section.rule ul.bring-list {
    gap: 30px;
  }
}
section.rule ul.bring-list li {
  text-align: center;
  width: 100%;
}
section.rule ul.bring-list li .icn {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.rule ul.bring-list li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
section.rule ul.bring-list li p {
  margin-top: 10px;
}
section.rule ul.bring-list li:nth-child(1) img {
  width: 59px;
}
section.rule ul.bring-list li:nth-child(2) img {
  width: 65px;
  translate: 5px 0;
}
section.rule ul.bring-list li:nth-child(3) img {
  width: 55px;
}
section.rule ul.note-list {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  section.rule ul.note-list {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  section.rule ul.note-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 600px) {
  section.rule ul.note-list {
    grid-template-columns: 1fr;
  }
}
section.rule ul.note-list li {
  border-radius: 6px;
  text-align: center;
  width: calc((100% - 80px) / 3);
  background-color: #f1f5f4;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.rule ul.note-list li {
    padding: 20px;
  }
}
section.rule ul.note-list li dl dt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.rule ul.note-list li dl dt {
    font-size: 18px;
  }
}
section.rule ul.note-list li dl dd {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.rule ul.note-list li dl dd {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.8;
  }
}
section.rule p.note {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.rule p.note {
    font-size: 15px;
  }
}
section.rule p.note span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.rule p.note span {
    font-size: 18px;
  }
}
section.rule .map {
  max-width: 850px;
  margin-top: 30px;
}
section.reception {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  section.reception {
    margin-top: 80px;
  }
}
section.reception dl {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.reception dl {
    flex-direction: column;
  }
}
section.reception dl dt {
  width: 35%;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  section.reception dl dt {
    width: 100%;
    font-size: 20px;
  }
}
section.reception dl dd {
  width: 60%;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  section.reception dl dd {
    width: 100%;
    border-left: none;
    margin-top: 20px;
  }
}
section.reception dl dd ul.note-list {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  section.reception dl dd ul.note-list {
    padding-left: 0;
  }
}
section.reception dl dd ul.note-list li {
  padding-left: 1em !important;
  text-indent: -1em !important;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.reception dl dd ul.note-list li {
    width: 100%;
    border: none;
    font-size: 14px;
    padding-left: 0;
  }
}
section.reception dl dd ul.note-list li span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.reception dl dd ul.note-list li span {
    font-size: 16px;
  }
}
section.reception .img {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  section.reception .img {
    margin-top: 40px;
  }
}
section.reception .img img {
  width: 100%;
}
section.flow {
  position: relative;
  margin-top: 150px;
  padding-bottom: 180px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.flow {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
section.flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../../images/service/bg_circle03.png) center/cover, no-repeat;
  background-repeat: no-repeat;
  width: 123.0666666667vw;
  height: auto;
  aspect-ratio: 1846/1632;
  top: -15.1333333333vw;
  right: -4.4666666667vw;
}
section.flow::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../../images/service/bg_circle04.png) center/cover, no-repeat;
  background-repeat: no-repeat;
  width: 155.1333333333vw;
  height: auto;
  aspect-ratio: 2327/2074;
  top: 159.3333333333vw;
  right: -32vw;
}
section.flow .flow-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  section.flow .flow-wrap {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
}
section.flow .flow-wrap ul.flow-anchor {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  section.flow .flow-wrap ul.flow-anchor {
    width: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  section.flow .flow-wrap ul.flow-anchor {
    width: 100%;
    margin-top: 25px;
  }
}
section.flow .flow-wrap ul.flow-anchor li {
  width: 250px;
  height: 68px;
  margin-bottom: 50px;
  background: url(../../../images/deliver/unlicensed_customer/bg_ttl.png) no-repeat center bottom/contain;
}
section.flow .flow-wrap ul.flow-anchor li:nth-child(2) a {
  translate: 0 -18px;
}
@media screen and (max-width: 768px) {
  section.flow .flow-wrap ul.flow-anchor li:nth-child(2) a {
    translate: 0;
  }
}
section.flow .flow-wrap ul.flow-anchor li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  section.flow .flow-wrap ul.flow-anchor li {
    width: 48%;
    min-height: 50px;
    margin-bottom: 20px;
    width: 100%;
  }
}
section.flow .flow-wrap ul.flow-anchor li a {
  color: #1e2087;
  display: flex;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #1e2087;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.flow .flow-wrap ul.flow-anchor li a {
    font-size: 18px;
    translate: 0 15px;
  }
}
section.flow .flow-wrap ul.flow-anchor li a span {
  translate: 0 2px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-color: #102399;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.flow .flow-wrap ul.flow-anchor li a span {
    translate: 0 -2px;
  }
}
section.flow .flow-wrap .img {
  border-radius: 6px;
  border: 10px solid #e1ebe8;
  max-width: 760px;
  padding: 30px;
  background-color: #fff;
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
  section.flow .flow-wrap .img {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  section.flow .flow-wrap .img {
    border: 5px solid #e1ebe8;
    padding: 30px 5%;
  }
}
@media screen and (max-width: 1024px) {
  section.flow .flow-wrap .img img {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  section.flow .flow-wrap .img img {
    width: 100%;
  }
}
section.flow ol.flow > li {
  margin-top: 100px;
  border-radius: 6px;
  border: 10px solid #e1ebe8;
  background-color: #fff;
  padding: 90px 80px 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  section.flow ol.flow > li {
    padding: 70px 5% 40px;
  }
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li {
    margin-top: 150px;
    border: 5px solid #e1ebe8;
    padding: 50px 5% 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  section.flow ol.flow > li {
    margin-top: 120px;
  }
}
section.flow ol.flow > li:nth-child(2) > h3 {
  top: -50px;
  padding-bottom: 87px;
}
section.flow ol.flow > li > h3 {
  width: 250px;
  height: 68px;
  background: url(../../../images/deliver/unlicensed_customer/bg_ttl.png) no-repeat center bottom/contain;
  color: #1e2087;
  display: flex;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #1e2087;
  position: absolute;
  left: 50%;
  top: -30px;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li > h3 {
    transform-origin: center top;
    scale: 0.8;
  }
}
section.flow ol.flow > li > h3 span {
  translate: 0 2px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-color: #102399;
  color: #fff;
}
section.flow ol.flow > li .box-wrap {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
section.flow ol.flow > li .box-wrap.mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap.mt {
    margin-top: 40px;
  }
}
section.flow ol.flow > li .box-wrap.center {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section.flow ol.flow > li .box-wrap.center {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  section.flow ol.flow > li .box-wrap.center {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  section.flow ol.flow > li .box-wrap.center img {
    width: 85%;
    margin-inline: auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  section.flow ol.flow > li .box-wrap.center img {
    width: 100%;
  }
}
section.flow ol.flow > li .box-wrap .flow-box {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1024px) {
  section.flow ol.flow > li .box-wrap .flow-box {
    width: 100%;
  }
}
section.flow ol.flow > li .box-wrap .flow-box ul.in-flow-list li {
  line-height: 1.5;
  background-color: #f1f5f4;
  border-radius: 6px;
  padding: 17px 30px;
  font-size: 20px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.flow ol.flow > li .box-wrap .flow-box ul.in-flow-list li {
    width: 100%;
    padding: 15px 5%;
    margin-top: 40px;
    font-size: 15px;
  }
}
section.flow ol.flow > li .box-wrap .flow-box ul.in-flow-list li:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 15px solid #e1ebe8;
  position: absolute;
  bottom: calc(100% + 17px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap .flow-box ul.in-flow-list li:after {
    bottom: calc(100% + 11px);
  }
}
section.flow ol.flow > li .box-wrap .flow-box ul.in-flow-list li:first-child {
  margin-top: 0;
}
section.flow ol.flow > li .box-wrap .flow-box ul.in-flow-list li:first-child:after {
  display: none;
}
section.flow ol.flow > li .box-wrap .img {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1024px) {
  section.flow ol.flow > li .box-wrap .img {
    width: 100%;
  }
}
section.flow ol.flow > li .box-wrap dl {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap dl {
    width: 100%;
  }
}
section.flow ol.flow > li .box-wrap dl dt {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap dl dt {
    font-size: 18px;
  }
}
section.flow ol.flow > li .box-wrap dl dt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #000;
  position: absolute;
  top: 100%;
  left: 40px;
  z-index: 0;
}
section.flow ol.flow > li .box-wrap dl dt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: calc(100% - 1px);
  left: 40px;
  z-index: 1;
}
section.flow ol.flow > li .box-wrap dl dt span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap dl dt span {
    font-size: 22px;
  }
}
section.flow ol.flow > li .box-wrap dl dd {
  font-size: 16px;
  margin-top: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap dl dd {
    font-size: 15px;
  }
}
section.flow ol.flow > li .box-wrap dl dd ul.note-list li {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap dl dd ul.note-list li {
    font-size: 14px;
    margin-top: 10px;
  }
}
section.flow ol.flow > li .box-wrap dl dd ul.note-list li span {
  font-weight: bold;
}
section.flow ol.flow > li .box-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap h4 {
    font-size: 18px;
  }
}
section.flow ol.flow > li .box-wrap h4:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #000;
  position: absolute;
  top: 100%;
  left: 40px;
  z-index: 0;
}
section.flow ol.flow > li .box-wrap h4:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: calc(100% - 1px);
  left: 40px;
  z-index: 1;
}
section.flow ol.flow > li .box-wrap h4 span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li .box-wrap h4 span {
    font-size: 22px;
  }
}
section.flow ol.flow > li ul.note-list {
  margin-top: 5px;
}
section.flow ol.flow > li ul.note-list.mt {
  margin-top: 60px;
}
section.flow ol.flow > li ul.note-list li {
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  section.flow ol.flow > li ul.note-list li {
    font-size: 14px;
  }
}
section.flow ol.flow > li ul.note-list li span {
  font-weight: bold;
}
section.flow ol.flow > li ul.note-list li a {
  border-bottom: 1px solid #000;
}
/*# sourceMappingURL=style.css.map */
