.dokan-info-wrapper {
    background: var(--color-white);
    box-shadow: var(--box-shadow-default);
    border-radius: calc(var(--spacing) * 10);
    padding: calc(var(--spacing) * 10) calc(var(--spacing) * 50) calc(var(--spacing) * 15);
    margin-top: 65px;
}
@media (max-width: 768px) {
    .dokan-info-wrapper {
        padding: calc(var(--spacing) * 20) calc(var(--spacing) * 20) calc(var(--spacing) * 15);
        margin-top: 25px;
    }
}

.dokan-info-wrapper .my-title01 {
    margin-bottom: 0;
    font-family: 'Noto Sans JP';
    color: #3fbdd5;
    font-weight: bold;
}
@media (max-width: 768px) {
    .dokan-info-wrapper .my-title01 {
        font-size: 1.8rem;
    }
}

.dokan-info-wrapper .mod-table-news .date,
.dokan-info-wrapper .mod-table-news .title {
    vertical-align: top;
}
@media (min-width: 769px) {
    .dokan-info-wrapper .mod-table-news .date,
    .dokan-info-wrapper .mod-table-news .title {
        padding-top: calc(var(--spacing) * 10);
        padding-bottom: calc(var(--spacing) * 10);
    }
}

@media (max-width: 768px) {
    .dokan-info-wrapper .mod-table-news .date {
        margin-bottom: 0;
    }
}

.dokan-info-wrapper .mod-table-news .title a {
    text-overflow: clip;
    color: #3fbdd5;
    white-space: wrap;
    overflow: auto;
}

.dokan-info-wrapper .mod-table-news .title a::after {
    content: none;
}

.dokan-info-wrapper .list table tbody tr:last-child {
    border-bottom: none;
}

.dokan-wrap .my-electric-box3 {
    padding-bottom: 60px;
}
@media (max-width: 768px) {
    .dokan-wrap .my-electric-box3 {
        padding-bottom: 30px;
    }
}

.dokan-wrap .system-section {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #3fbdd5;
}
@media (max-width: 768px) {
    .dokan-wrap .system-section {
        margin-bottom: 30px;
    }
}

.dokan-wrap .system-title {
    color: var(--color-white);
}

.dokan-wrap .login-button {
    max-width: 475px;
    background-color: var(--color-white);
    color: #3fbdd5;
    font-size: 2.6rem;
    box-shadow: var(--box-shadow-default);
}
@media (max-width: 768px) {
    .dokan-wrap .login-button {
        max-width: 295px;
        font-size: 1.8rem;
    }
}

.dokan-wrap .login-button::after {
    border-top-color: #3fbdd5;
    border-right-color: #3fbdd5;
}

.dokan-wrap .external-note {
    color: var(--color-white);
}

.dokan-wrap .my-reform-box8 {
    margin-top: 50px;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 {
        margin-top: 30px;
    }
}

.dokan-wrap .my-reform-box8 .list > li {
  width: 100%;
  height: auto;
  position: relative;
  border: 2px solid rgba(63, 189, 213, .7);
  border-radius: 28px;
  background-color: #ffffff;
  padding: 20px 45px 20px 30px;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .list > li {
        border-radius: 16px;
        padding: 15px 20px 20px 15px;
    }
}

.dokan-wrap .my-reform-box8 .list > li:not(:last-child) {
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .list > li:not(:last-child) {
        margin-bottom: 30px;
    }
}

.dokan-wrap .my-reform-box8 .list > li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 21px 30px 0 30px;
    border-style: solid;
    border-color: rgba(63, 189, 213, .7) transparent transparent transparent;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .list > li:not(:last-child)::before {
        bottom: -19px;
        border-width: 19px 23px 0 23px;
    }
}

.dokan-wrap .my-reform-box8 .list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 19px 28px 0 28px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .list > li:not(:last-child)::after {
        bottom: -16px;
        border-width: 17px 21px 0 21px;
    }
}

.dokan-wrap .my-reform-box8 .body {
    display: flex;
    align-items: flex-start;
}

.dokan-wrap .my-reform-box8 .num {
    width: 7%;
    color: rgba(63, 189, 213, .7);
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .num {
        width: 9%;
        font-size: 2.4rem;
    }
}

.dokan-wrap .my-reform-box8 .desc {
    width: 93% !important;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .desc {
        width: 91% !important;
    }
}

.dokan-wrap .my-reform-box8 .title {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(63, 189, 213, .7);
    padding-bottom: 5px;
    color: rgba(63, 189, 213, .7);
    font-size: 2.1rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .title {
        font-size: 1.6rem;
    }
}

.dokan-wrap .my-reform-box8 .txt p {
    font-weight: bold;
}

.dokan-wrap .my-reform-box8 .pic {
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .pic {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 .pic img {
        width: 72%;
    }
    .dokan-wrap .my-reform-box8 .list li:nth-child(3) .pic img {
        width: 100%;
    }
}

.dokan-wrap .mod-title-style3 {
    margin-top: 60px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .dokan-wrap .mod-title-style3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

.dokan-wrap .my-reform-box8 + .mod-title-style3 {
    margin-top: 50px;
}
@media (max-width: 768px) {
    .dokan-wrap .my-reform-box8 + .mod-title-style3 {
        margin-top: 30px;
    }
}

.dokan-wrap .mod-txt-indent1-min-mail {
    padding-top: 0;
}

.dokan-wrap .mt60 {
    margin-top: 60px;
}
@media (max-width: 768px) {
    .dokan-wrap .mt60 {
        margin-top: 30px;
    }
}

.dokan-wrap .mb30 {
    margin-bottom: 30px;
}

.dokan-wrap .bold {
    font-weight: bold;
}

.dokan-contact-wrap .mod-block-contact {
    justify-content: center;
}

.dokan-contact-wrap .contact-number-block .mod-block-contact-item {
    width: 55.6%;
    padding: 0;
}
@media (max-width: 768px) {
    .dokan-contact-wrap .contact-number-block .mod-block-contact-item {
        width: 57.8%;
    }
}

.dokan-contact-wrap .mod-block-contact-item:nth-child(2) {
    display: none;
}

.dokan-contact-wrap .contact-number-block .mod-block-contact-item .inner .text {
    font-size: 22px;
}
@media (max-width: 768px) {
    .dokan-contact-wrap .contact-number-block .mod-block-contact-item .inner .text {
        font-size: 12px;
    }
}

.dokan-contact-wrap .contact-number-block .mod-block-contact-item .inner .text .small {
    font-size: 20px;
}
@media (max-width: 768px) {
    .dokan-contact-wrap .contact-number-block .mod-block-contact-item .inner .text .small {
        font-size: 11px;
    }
}