.bread-box ul li:first-child {
  transform: none;
}

@media (max-width: 768px) {
  .bread-box ul li {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.wrapper p {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 1em;

}
@media (max-width: 768px) {
  .wrapper p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}

.wrapper .main-text h2 {
  margin-bottom: 0;
}

.wrapper .main-text h3 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .wrapper .main-text h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.wrapper .title-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #003475;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .wrapper .title-anchor {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    font-size: 14px;
    position: relative;
    margin-bottom: 35px;
  }
}

.wrapper .title-anchor a {
  color: #FFFFFF;
  font-size: 1.8rem;
  flex: 1;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 768px) {
  .wrapper .title-anchor a {
    font-size: 1.4rem;
    padding: 17px 30px;
    width: 100%;
    justify-content: flex-start;
  }
}


.wrapper .title-anchor a:before {
  display: inline-block;
  content: "";
  background: url(../img/common/arrow-yellow@2x.png) no-repeat;
  background-size: 10.5px;
  width: 11px;
  height: 13px;
  margin-right: 7px;
}

@media (max-width: 768px) {
  .wrapper .title-anchor a::before {
    background: url(../img/common/arrow-yellow.svg) no-repeat;
    width: 7.5px;
    height: 9px;
  }
}

.wrapper .title-anchor a span {
  position: relative;
  display: inline-block;
  color: inherit;
}

.wrapper .title-anchor a.active {
  cursor: default;
}

.wrapper .title-anchor a.active:hover {
  opacity: 1;
}

.wrapper .title-anchor a.active span {
  color: #FFF74F;
}

.wrapper .title-anchor a.active span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -18px;
  width: 109%;
  height: 4px;
  background-color: #FFF74F;
  border-radius: 4px;
  transform: translateY(100%);
}

@media (max-width: 768px) {
  .wrapper .title-anchor a.active span::after {
    content: none;
  }
}

/* 中央のライン */
.wrapper .title-anchor .divider {
  width: 3px;
  height: 50%;
  background-color: #124F99;
}

@media (max-width: 768px) {
  .wrapper .title-anchor .divider {
    width: 100%;
    height: 1px;
    background-color: #124F99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.main-text section {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
  .main-text section {
    margin-bottom: 45px;
}
}

.wrapper .main-text .category {
  font-size: 40px;
  color: #114B91;
  margin-bottom: 47px;
}

@media (max-width: 768px) {
  .wrapper .main-text .category {
    font-size: 26px;
    color: #114B91;
    margin-bottom: 30px;
  }
}



.wrapper .inpage-link-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .wrapper .inpage-link-container {
    flex-flow: row wrap;
    margin-bottom: 44px;
  }
}
.wrapper .inpage-link-container a {
  display: inline-block;
  border: solid 4px #E1E8EE;
  border-radius: 100px;
  -webkit-box-flex: 0 1 25%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 25%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 0 1 25%;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 0 1 25%;
  /* IE 10 */
  flex: 0 1 25%;
  /* NEW, Spec - Firefox, Chrome, Opera */
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none;
  color: #000;
}
@media (min-width: 769px) {
  .wrapper .inpage-link-container a {
    padding: 0px 26px 0px 33px;
    position: relative;
    height: 64px;
    margin-right: 13px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .wrapper .inpage-link-container a {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .wrapper .inpage-link-container a:last-child {
    margin-right: 0;
  }
  .wrapper .inpage-link-container a span {
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
    font-size: 1.6rem !important;
  }
  .wrapper .inpage-link-container a span:after {
    content: "";
    font-family: Verdana, Arial, sans-serif;
  }
}
@media (max-width: 768px) {
  .wrapper .inpage-link-container a {
    text-indent: 0;
    padding: 10px 0;
    font-size: 1.1rem;
    flex: 0 0 49%;
    border: solid 2px #E1E8EE;
    margin-bottom: 6px;
  }
}
.wrapper .inpage-link-container a:hover {
  background: #E1E8EE;
}
.wrapper .inpage-link-container a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/arrow-down@2x.png");
  background-repeat: no-repeat;
  background-size: 10px;
  margin-right: 6px;
  margin-left: 15px;
}
@media (min-width: 769px) {
  .wrapper .inpage-link-container a:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .wrapper .inpage-link-container a:before {
    width: 6px;
    height: 8px;
    background-size: 6px;
    margin-left: 15px;
    margin-right: 6px;
  }
}
.wrapper .inpage-link-container a:after {
  content: "";
  font-family: Verdana, Arial, sans-serif;
}
.wrapper .footnote {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .wrapper .footnote {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.wrapper .img-1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 774px;
}
.wrapper .fig2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 774px;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .wrapper .fig2 {
    margin-bottom: 56px;
  }
}
.wrapper .use-image {
  justify-content: left;
}
.wrapper .use-image div {
  flex: 0 1 442px;
  margin-bottom: 28px;
  margin-right: 28px;
}
@media (max-width: 768px) {
  .wrapper .use-image div {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.wrapper .use-image div img {
  width: 100%;
}
.wrapper .fig3 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .wrapper .fig3 {
    margin-bottom: 40px;
  }
}
.wrapper .mb-85 {
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .wrapper .mb-85 {
    margin-bottom: 56px;
  }
}
.wrapper .step-box {
  justify-content: space-between;
}
.wrapper .step-box div {
  color: #3B4043;
  flex: 0 0 20%;
}
@media (max-width: 768px) {
  .wrapper .step-box div {
    margin-bottom: 13px;
  }
}
.wrapper .step-box div img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .wrapper .step-box div img {
    width: 103px;
    margin-bottom: 9px;
  }
}
.wrapper .miraibarai-banner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 610px;
  margin-bottom: 20px;
}
.wrapper .miraibarai-link {
  display: block;
  color: #000;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 768px) {
  .wrapper .miraibarai-link {
    font-size: 1.3rem;
  }
}

.wrapper .miraibarai-link:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url("../img/common/arrow@2x.png");
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 12px;
  margin-left: 6px;
}
.wrapper #leaflet{
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .wrapper #leaflet{
    margin-bottom: 60px;
  }
}

.wrapper .guide-red {
  color: red;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .wrapper .guide-red {
    font-size: 13px;
  }
}

.wrapper .link-sec{
  display: flex;
  flex-direction: column;
}

.wrapper .link-sec .leaflet-link {
  color: #222222;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .wrapper .link-sec .leaflet-link {
    font-size: 13px;
  }
}

.wrapper .link-sec .leaflet-link span {
  display: block;
  position: relative;
  padding-left: 16px;
}

.wrapper .link-sec .leaflet-link:nth-child(2) {
  border-bottom: 3px dotted #DFE8EF;
  padding-bottom: 22px;
  margin-bottom: 19px;
}

.wrapper .link-sec .leaflet-link span:before {  /* span に対して疑似要素を適用 */
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/arrow-down@2x.png);
  background-repeat: no-repeat;
  background-size: 10px;
  margin-right: 6px;
  transform: rotate(-90deg);
  top: 0.6em;
  left: 0;
}

@media (max-width: 768px) {
  .wrapper .link-sec .leaflet-link span:before {
    top: 0.3em;
  }
}

@media (max-width: 768px) {
  .wrapper .cancel-flow {
    display: none;
  }
}

@media (min-width: 769px) {
  .business .business-section .cancel-link {
    display: none;
  }
}

.wrapper .support_flex {
  margin: 0;
}

.wrapper .accordion-header {
  background-color: #F2F5F7;
  border-top: solid 3px #114B91;
  height: 65px;
  padding: 0 22px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 768px) {
  .wrapper .accordion-header {
    height: 55px;
    padding: 15px;
  }
}

.wrapper .accordion-header p {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .wrapper .accordion-header p {
    font-size: 16px;
  }
}

.wrapper .accordion-content {
  display: none;
  margin: 0 30px 60px 30px;
}

@media (max-width: 768px) {
  .wrapper .accordion-content {
    margin: 0 0 40px;
  }
}

.wrapper .accordion-icon  {
  transition: transform 0.3s ease;
}

.wrapper .open .accordion-icon  {
  transform: rotate(180deg);
}

.wrapper .accordion-content .accordion-bloc:not(:last-child) {
  border-bottom: solid 3px #DFE8EF;
}

.wrapper .accordion-content .accordion-bloc p:last-child{
  margin-bottom: 40px;
}

.wrapper .accordion-content h4 {
  font-size: 2.4rem;
  margin: 30px 0 20px 0;
  padding: 0;
}

@media (max-width: 768px) {
  .wrapper .accordion-content h4 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .wrapper .accordion-content .spacing {
    letter-spacing: -0.9px;
  }
}

.wrapper .accordion-content h4:after {
  content: none;
}

.wrapper .accordion-content .blue-title {
  color: #114B91;
  font-weight: bold;
  margin-bottom: 10px;
}

.wrapper .accordion-content .red {
  color: #F44336;
  font-weight: 400;
}

.wrapper .accordion-content .bold {
  font-weight: bold;
}

.wrapper .accordion-content .indent {
    text-indent: -1.3em;
    padding-right: 0.3em;
}

.wrapper .accordion-content .indent-text {
  display: inline-block;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.wrapper .accordion-content dl dd {
  display: flex;
  margin-bottom: 12px;
}

.wrapper .accordion-content dl.qa_txt {
  padding: 0;
  margin-top: 15px;
}
.wrapper .accordion-content .qa_txt dt {
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  clear: both;
}
.wrapper .accordion-content .qa_txt dt::before {
  content: "Q";
  width: 30px;
  height: 30px;
  font-size: 18px;
  margin-right: 0px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #114b91;
  display: block;
  float: left;
}

@media (max-width: 768px) {
  .wrapper .accordion-content .qa_txt dt::before {
    content: "Q";
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-right: 0px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: #114b91;
    display: block;
    float: left;
  }
}

.wrapper .accordion-content .qa-indent-text {
  display: flow-root;
  padding-left: 1.3em;
}

.wrapper .accordion-content .qa-bloc:not(:last-child) {
  border-bottom: solid 2px #DFE8EF;
}

.wrapper .accordion-content .qa_txt dd::before {
  content: "A";
  font-weight: bold;
  min-width: 30px;
  height: 30px;
  font-size: 18px;
  margin-right: 0;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #114b91;
}

@media (max-width: 768px) {
  .wrapper .accordion-content .qa_txt dd::before {
    content: "A";
    font-weight: bold;
    min-width: 25px;
    height: 25px;
    font-size: 16px;
    margin-right: 0;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: #114b91;
  }
}

.wrapper .merit-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.wrapper .merit-list li {
  color: #3B4043;
  font-size: 1.8rem;
  line-height: 3rem;
  min-height: 33px;
  background: url("../img/business/partner/merit-bullet@2x.png") no-repeat left top;
  background-size: 33px;
  padding-left: 43px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .wrapper .merit-list li {
    min-height: 20px;
    background-size: 20px;
    padding-left: 30px;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
.wrapper .button-container {
  justify-content: center;
  margin-bottom: 40px;
}
.wrapper .button-container a {
  margin: 0 25px;
}
@media (max-width: 768px) {
  .wrapper .button-container a {
    display: block;
    margin: 0 auto 10px;
  }
}
.wrapper .gray-box {
  background: #F7F9FA;
  border-radius: 10px;
  padding: 46px 63px;
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .wrapper .gray-box {
    padding: 25px 28px;
    border-radius: 5px;
    margin-bottom: 42px;
  }
}
@media (min-width: 769px) {
  .wrapper .gray-box p {
    font-size: 1.6rem;
  }
}
.wrapper .gray-box h5 {
  color: #00ABE0;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .wrapper .gray-box h5 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.wrapper .wrap-table-contents {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .wrapper .wrap-table-contents {
    margin-bottom: 22px;
  }
}
.wrapper .wrap-table-contents .partner-table th, .wrapper .wrap-table-contents .partner-table td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .wrapper .wrap-table-contents .partner-table th, .wrapper .wrap-table-contents .partner-table td {
    padding: 3px;
  }
}
.wrapper .wrap-table-contents .payment-table tr:nth-child(2) td:last-child {
  border-bottom-right-radius: 10px;
}
.wrapper .wrap-table-contents .payment-table tr:last-child > :last-child {
  border-bottom-right-radius: 0px;
}
.wrapper .wrap-table-contents .option-table th, .wrapper .wrap-table-contents .option-table td {
  padding: 24px;
}
@media (max-width: 768px) {
  .wrapper .wrap-table-contents .option-table th, .wrapper .wrap-table-contents .option-table td {
    padding: 3px;
    font-size: 1.2rem;
  }
}
.wrapper .wrap-table-contents .option-table .col1 {
  width: 11%;
}
.wrapper .wrap-table-contents .option-table .col2 {
  width: 31%;
}
@media (max-width: 768px) {
  .wrapper .wrap-table-contents .option-table .col2 {
    width: 41%;
  }
}
.wrapper .wrap-table-contents .option-table .col3 {
  width: 29%;
}
@media (max-width: 768px) {
  .wrapper .wrap-table-contents .option-table .col3 {
    width: 20%;
  }
}
.wrapper .wrap-table-contents .option-table .col4 {
  width: 29%;
}
@media (max-width: 768px) {
  .wrapper .wrap-table-contents .option-table .col4 {
    width: 28%;
  }
}
.wrapper .wrap-table-contents .option-table .align-left {
  text-align: left;
  padding-left: 38px;
}
@media (max-width: 768px) {
  .wrapper .wrap-table-contents .option-table .align-left {
    padding-left: 6px;
  }
}
