.display-1 {
  font-size: 8rem;
  font-weight: 700;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 700;
}

.display-3 {
  font-size: 4rem;
  font-weight: 700;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 700;
}

.display-5 {
  font-size: 3rem;
  font-weight: 700;
}

.display-6 {
  font-size: 2.0rem;
  font-weight: 700;
}

.display-7 {
  font-size: 1.5rem;
  font-weight: 700;
}

* {
  font-family: Meiryo, "Yu Gothic Medium", system-ui, sans-serif;
  font-variant-ligatures: none;
  word-break: break-all;
  vertical-align: baseline;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-default {
  color: #333333;
}

.text-tention {
  color: #6099d6;
}

.text-accent {
  color: #ff6a00;
}

.text-small {
  font-size: 80%;
}

.btn {
  cursor: pointer;
}

.btn-accent {
  display: block;
  padding: 0.5em;
  min-width: 50%;
  font-size: 1.5em;
  color: #fff;
  background-color: #ff6a00;
  border: 1px solid;
  border-radius: 0.5em;
  text-decoration: none;
}

.yoyaku-box {
  width: 100%;
  margin:0 auto;
}
.yoyaku-box-bottom a,
.yoyaku-box a{
  text-decoration: none;
    display: inline-block;
    text-align: center;
}
.yoyaku-box .btn-accent {
  display: block;
  padding: 0.5em 2.5em;
  min-width: 50%;
  font-size: 2.5em;
  color: #fff;
  background-color: #ff6a00;
  border: 1px solid;
  border-radius: 0.5em;
  text-decoration: none;
}
.yoyaku-box .btn-accent:hover {
  background-color: #fd710d;
}

.breadcrumb1-list1-wrap {
  display: flex;
	padding: 0 10px;
  margin: 30px auto;
  flex-wrap: wrap;
  max-width: 1400px;
  list-style: none;
}

.breadcrumb1-list1 {
  margin-right: 0.5em;
}


/*----------------------------------*/
#express_document_main {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
	font-size: 16px;
  background: #eee;
}

#express_document_main .grid1 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#express_document_main .grid1 .grid1-inner1 {
  width: 100%;
  height: auto;
  padding: 40px 1%;
}

#express_document_main .grid1 .grid1-inner1 h3 {
  padding: 0px 1% 0 1%;
}

.exp_logo {
  width: 100%;
}

/*----------------------------------*/
.intro-title-inner1 {
  width: 60%;
  margin: 50px 0;
}

.intro-title-inner2 {
  width: 40%;
  margin: 50px 0;
}

.intro-box-accent {
  width: 100%;
  display: inline-flex;
}

.intro-box-accent li {
  width: 32.3%;
  background: #ff6a00;
  color: #fff;
  margin: 0 1%;
}

.intro-box-accent h4 {
  font-weight: 500;
  font-size: 2.5rem;
  padding: 0.3em;
}

.intro-box-text {
  background: #fff;
  color: #ff6a00;
  font-size: 1.5rem;
  margin: 0 1em 1em 1em;
  padding: 0.5em;
}

/*----------------------------------*/
.circle_number {
  width: 70px;
  height: 70px;
  padding-top: 13px;
  background-color: #6099d6;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 2em;
  font-weight: 700;
  margin: 10px auto 40px auto;
}

.express_kaitori_flow {
  padding: 0;
  margin: 20px 0;
  width: 100%;
  display: block;
}

.express_kaitori_flow_section {
  display: flex;
  width: 98%;
  margin: 0 0 3% 0;
}

.flow-box {
  width: 32%;
  padding: 1%;
  margin: 0 0 0 3%;
  float: left;
}

.flow-box img {
  width: 100%;
}

.arrow_a,
.arrow_b {
  position: relative;
  display: inline-block;
  padding: 0px;
  height: 100px;
  margin-bottom: 60px;
}

.arrow_a::before {
  content: "";
  width: 100px;
  height: 100px;
  border-bottom: solid 5px #6099d6;
  position: absolute;
  left: -52px;
  top: 0px;
}

.arrow_a.arrow-bottom::before {
  transform: rotate(20deg);
}

.arrow_b::before {
  content: "";
  width: 100px;
  height: 100px;
  border-bottom: solid 5px #6099d6;
  position: absolute;
  left: 0px;
  top: 0px;
}

.arrow_b.arrow-bottom::before {
  transform: rotate(-20deg);
}

/*----------------------------------*/
#ekyc img {
  width: 400px;
  max-width: 100%;
}

/*----------------------------------*/
#area {
  padding: 0 2%;
}

.area-box h3 {
  background: #ff6a00;
  color: #fff;
}

.area-box .area-box-text {
  background: #fff;
  color: #333333;
  font-size: 1.5rem;
  padding: 0.5em 1.5em;
  border: 3px solid #ff6a00;
}

/*----------------------------------*/
#faq .related_article {
  padding: 1em 10px;
  display: block;
  color: #000;
  background: #ddd;
}

#faq .related_article::before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 6px;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transform: rotate(135deg);
  width: 6px;
}

#faq .related_article,
#faq .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
}

#faq .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 10px;
  overflow: hidden;
  background: #fff;
}

#faq .content p {
  padding: 10px;
}

#faq .content a {
  color: #0056b3;
  text-decoration: underline;
}

#faq .content a:hover {
  color: #06f;
}

#faq .toggle {
  display: none;
}

#faq .toggle:checked + .related_article + .content {
  height: auto;
  padding: 10px;
  transition: all 0.3s;
}

#faq .toggle:checked + .related_article::before {
  transform: rotate(-45deg) !important;
}

/*----------------------------------*/
.yoyaku-box {
  position: fixed;
  bottom: 0;
  padding: 1%;
  opacity: 0;
}

/*------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .display-1 {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .display-2 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .display-3 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .display-4 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .display-5 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .display-6 {
    font-size: 1rem;
    font-weight: 700;
  }
  .display-7 {
    font-size: 0.6rem;
    font-weight: 700;
  }
  .kaitori_hnavi-hum1.act1,
  .header1-menu1-inner2 {
    display: none;
  }
  #express_document_main {
    display: block;
  }
  #express_document_main .grid1,
  #express_document_main section .grid1 {
    width: 100%;
    display: block;
  }
  #express_document_main .grid1 .grid1-inner1 {
    width: 100%;
    display: block;
    padding: 50px 1%;
  }
  .express_kaitori_flow {
    overflow: scroll;
  }
  .grid1-inner1 img {
    width: 98%;
  }
  .intro-title-inner1 {
    width: 100%;
    display: block;
    padding: 50px 1%;
  }
  .intro-title-inner2 {
    width: 100%;
    margin: 0 1%;
    text-align: center;
  }
  ul.intro-box-accent li {
    list-style: none;
  }
  .intro-box-accent h4 {
    font-size: 100%;
  }
  .intro-box-accent div {
    font-size: 90%;
  }
  .intro-title-inner2 img {
    width: 75%;
  }
  .flow-box {
    width: 98%;
    display: block;
    margin: 0 1%;
  }
  .express_kaitori_flow_section {
    display: flex;
    width: 1000px;
    margin: 0 0 3% 0;
  }
  .flow-box {
    width: 28%;
    padding: 1%;
    margin: 0 0 0 3%;
    float: left;
  }
  #ekyc .grid1 .grid1-inner2 {
    width: 48% !important;
    float: left;
  }
  #ekyc img {
    width: 98%;
    margin: 1%;
  }
  #partner .grid1 {
    display: flex !important;
  }
  #partner .grid1 .grid1-inner2 {
    width: 48%;
  }
  #partner img {
    width: 98%;
  }
  .yoyaku-box .btn-accent {
    font-size: 1.2em;
  }
}
/*--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .intro-title-inner2 img {
    width: 50%;
  }
  .btn-accent {
    display: block;
    padding: 0.5em 2.5em;
    min-width: 50%;
    font-size: 1.5em;
    color: #fff;
    background-color: #ff6a00;
    border: 1px solid;
    border-radius: 0.5em;
    text-decoration: none;
  }
}/*# sourceMappingURL=express_main.css.map */