p._text {
    text-align: justify;
}

html body .wrap .other-list a {
    text-decoration: underline;
}

.wrap.other a {
    font-size: 1.4rem;
    line-height: 21px;
    margin-bottom: 15px;
}

.title {
    width: 100%;
    height: 140px;
    background-color: #14A17A;
    background-image: radial-gradient(#31b791 1px, rgba(0, 0, 0, 0) 1px);
    background-size: 20px 20px;
}

@media screen and (max-width: 559px) {
    .title {
        height: 100px;
    }
}

.title-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 42.5px 0 42.5px;
}

@media screen and (max-width: 559px) {
    .title-inner {
        padding: 32.5px 0 32.5px;
    }
}

.title-inner img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 559px) {
    .title-inner img {
        height: 35px;
        width: auto;
    }
}

.heading {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0
}

.heading img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 559px) {
    .heading img {
        max-width: 95%;
        height: 90px;
    }
}

.flow {
    width: 100%;
    height: auto;
}

.flow-content {
    background-color: #ffffff;
    margin: 0 10px;
}

.flow-list {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 50px;
}

@media screen and (max-width: 559px) {
    .flow-list {
        width: 90%;
        padding: 50px 0 0;
    }
}

.flow-item {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.flow-item ._title {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 2.6rem;
    position: relative;
}

.flow-item ._title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 80%, #14a17a 80%);
    opacity: 0.5;
}

@media screen and (max-width: 559px) {
    .flow-item ._title {
        font-size: 1.8rem;
    }
}

.flow-item ._text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding-left: 23px;
    margin-bottom: 30px;
}

@media screen and (max-width: 559px) {
    .flow-item ._text {
        padding-left: 5px;
    }
}

.flow-item ._chart {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.flow-item ._chart img {
    width: 100%;
    height: auto;
}

.flow-item ._contact {
    padding-bottom: 30px;
}

.flow-item ._contact ._btn01 {
    width: 100%;
    line-height: 16px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    text-align: center;
    background-color: #EC5643;
}

@media screen and (max-width: 999px) {
    .flow-item ._contact ._btn01 {
        max-width: 250px;
    }
}

.flow-item ._contact ._btn01:hover {
    opacity: 0.8;
}

.flow-item ._contact ._btn01 a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 14px 30px 15px 30px;
    display: block;
}

@media screen and (max-width: 999px) {
    .flow-item ._contact ._btn01 a {
        font-size: 1.2rem;
        padding: 14px 20px 15px 20px;
    }
}

.flow-item ._contact ._btn01 a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-size: 1.6rem;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 13.5px;
}

@media screen and (max-width: 999px) {
    .flow-item ._contact ._btn01 a::after {
        font-size: 1.4rem;
        right: 15px;
        top: 14px;
    }
}

.flow-item ._contact ._btn02 {
    width: 100%;
    line-height: 16px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    text-align: center;
    background-color: #87B82D;
    margin-top: 10px;
}

@media screen and (max-width: 999px) {
    .flow-item ._contact ._btn02 {
        max-width: 250px;
    }
}

.flow-item ._contact ._btn02:hover {
    opacity: 0.8;
}

.flow-item ._contact ._btn02 a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 14px 30px 15px 30px;
    display: block;
}

@media screen and (max-width: 999px) {
    .flow-item ._contact ._btn02 a {
        font-size: 1.2rem;
        padding: 14px 20px 15px 20px;
    }
}

.flow-item ._contact ._btn02 a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-size: 1.6rem;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 13.5px;
}

@media screen and (max-width: 999px) {
    .flow-item ._contact ._btn02 a::after {
        font-size: 1.4rem;
        right: 15px;
        top: 14px;
    }
}

.flow-item ._promise {
    width: 60%;
    height: auto;
    margin: 0 auto 30px;
}

@media screen and (max-width: 559px) {
    .flow-item ._promise {
        width: 100%;
    }
}

.flow-item ._promise img {
    width: 100%;
    height: auto;
}

.fee {
    width: 100%;
    height: auto;
}

.fee-content {
    margin: 0 10px;
    background-color: #ffffff;
}

.fee-list {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 50px;
}

@media screen and (max-width: 559px) {
    .fee-list {
        width: 90%;
        padding: 50px 0 20px;
    }
}

.fee-item {
    width: 100%;
    height: auto;
}

.fee-item ._title {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 2.6rem;
    position: relative;
}

.fee-item ._title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 80%, #14a17a 80%);
    opacity: 0.5;
}

@media screen and (max-width: 559px) {
    .fee-item ._title {
        font-size: 1.8rem;
    }
}

.fee-item ._text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding-left: 23px;
    margin-bottom: 30px;
}

@media screen and (max-width: 559px) {
    .fee-item ._text {
        padding-left: 5px;
    }

    .fee-item ._font-sm {
        font-size: 1.0rem;
    }
}


.fee-table {
    width: 100%;
    margin: 0 auto;
    padding-left: 23px;
}

.fee-table th,
.fee-table td {
    border: solid 1px #3B4043;
    padding: 10px 5px;
}

.fee-table th {
    text-align: center;
}

.fee-table td:first-child {
    text-align: center;
    min-width: 4.8rem;
    white-space: nowrap;
}

.fee-table td:last-child {
    text-align: right;
    min-width: 11rem;
    padding: 10px 5px;
}

.fee-table td[rowspan="2"] + td {
    min-width: 15rem;
}

@media screen and (max-width: 559px) {
    .fee-item ._text {
        padding-left: 5px;
    }

    .fee-item ._font-sm {
        font-size: 1.0rem;
    }

    .fee-table {
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {

    .fee-table th,
    .fee-table td {
        text-align: center;
        padding: 10px 3px;
    }

    .fee-table {
        font-size: 1.2rem;
    }

    .fee-table td:first-child {
        white-space: initial;
    }

    .fee-table td[rowspan="2"]:not(td:first-child) {
        width: 35%;
    }

    .fee-table td[rowspan="2"] + td {
        min-width: 8rem;
    }

    .fee-table td:last-child {
        width: 20%;
        min-width: 77px;
        padding: 10px 3px 10px 1px;
    }
}

@media screen and (max-width: 360px) {
    .fee-table td:first-child {
        width: 1.6rem;
        min-width: auto;
        white-space: initial;
    }

    .fee-table td[rowspan="2"]:not(td:first-child) {
        width: 30%;
    }

    .fee-table td[rowspan="2"] + td {
        min-width: 6rem;
    }
}

.other {
    width: 100%;
    height: auto;
}

.other-content {
    background-color: #ffffff;
    margin: 0 10px 100px;
}

@media screen and (max-width: 559px) {
    .other-content {
        margin: 0 10px 50px;
    }
}

.other-list {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 50px;
}

@media screen and (max-width: 559px) {
    .other-list {
        width: 90%;
        padding: 50px 0 20px;
    }
}

.other-item {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.other-item ._title {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 2.6rem;
    position: relative;
}

.other-item ._title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 80%, #14a17a 80%);
    opacity: 0.5;
}

@media screen and (max-width: 559px) {
    .other-item ._title {
        font-size: 1.8rem;
    }
}

.other-item ._text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding-left: 23px;
    margin-bottom: 30px;
}

@media screen and (max-width: 559px) {
    .other-item ._text {
        font-size: 1.4rem;
        padding-left: 5px;
    }
}

@media screen and (max-width: 559px) {
    .other-item ._font-sm {
        font-size: 1.2rem;
    }
}

.other-table {
    width: 100%;
    margin: 30px auto 10px;
    padding-left: 23px;
}

@media screen and (max-width: 559px) {
    .other-table {
        font-size: 1.4rem;
        padding-left: 5px;
        align-items: center;
    }
}

.other-table tr {
    border-top: solid 1px #707F89;
    border-bottom: solid 1px #707F89;
}

.other-table td:nth-child(1) {
    padding: 10px 20px 10px 10px;
    border-right: solid 1px #707F89;
}

@media screen and (max-width: 559px) {
    .other-table td:nth-child(1) {
        padding: 10px 5px;
    }
}

.other-table td:nth-child(2) {
    padding: 10px 40px;
    text-align: right;
}

@media screen and (max-width: 559px) {
    .other-table td:nth-child(2) {
        padding: 10px 20px;
    }
}

.other-access .access-logo img {
    width: 100%;
    max-width: 100%;
}

.other-access .access-text {
    font-size: 1.4rem;
    line-height: 21px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.other-access .access-tel {
    padding-left: 10px;
    margin-bottom: 10px;
}

.other-access .access-tel a {
    font-size: 2.8rem;
    font-weight: bold;
    color: #EC5643;
    text-decoration: none;
}

.other-access {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.other-access div.access:not(:first-child) {
    margin-left: 2rem;
}

.other-access .access {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 40%;
    flex: 1 1 calc(100%/2 - 40px);
    border: double 5px #31B791;
    padding: 10px;
}

.other-access div.access:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 calc((100% - 80px)/2);
    margin-top: 2rem;
    margin-left: 0;
}

@supports (gap: initial) {
    .other-access div.access:not(:first-child) {
        margin-left: 0;
    }

    .other-access {
        gap: 2rem;
    }

    .other-access div.access:last-child {
        margin-top: 0;
    }
}

@media (max-width: 696px) {

    .other-access .access {
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .other-access div.access:not(:first-child) {
        margin-left: 0;
        margin-top: 2em;
    }

    @supports (gap: initial) {
        .other-access div.access:not(:first-child) {
            margin-top: 0;
        }
    }

    .other-access div.access:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .other-access .access-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .other-access .access-tel-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .other-access .access-tel > a {
        font-size: 2.4rem;
    }
}

@media (max-width: 496px) {

    .other-access .access {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.access > div {
    margin: auto auto;
}

.other-access .access-logo {
    width: 100%;
}

@media screen and (max-width: 559px) {
    .other-access .access-logo {
        width: 85%;
    }
}


.line-top {
    width: 100%;
    height: 30px;
    background-image: url(../../../images/color-line_top.png);
    background-size: contain;
    background-repeat: repeat-x;
}

.line-bottom {
    width: 100%;
    height: 30px;
    background-image: url(../../../images/color-line_bottom.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: repeat-x;
}

.bg-area {
    background-color: #FFF7E0;
    background-size: 80px 80px;
    background-image: linear-gradient(rgba(246, 232, 190, 0.7) 1%, rgba(246, 232, 190, 0.7) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(246, 232, 190, 0.7) 99%, rgba(246, 232, 190, 0.7) 100%), linear-gradient(90deg, rgba(246, 232, 190, 0.7) 1%, rgba(246, 232, 190, 0.7) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(246, 232, 190, 0.7) 99%, rgba(246, 232, 190, 0.7) 100%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(246, 232, 190, 0.4) 25%, rgba(246, 232, 190, 0.4) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(246, 232, 190, 0.4) 50%, rgba(246, 232, 190, 0.4) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(246, 232, 190, 0.4) 75%, rgba(246, 232, 190, 0.4) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(246, 232, 190, 0.4) 25%, rgba(246, 232, 190, 0.4) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(246, 232, 190, 0.4) 50%, rgba(246, 232, 190, 0.4) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(246, 232, 190, 0.4) 75%, rgba(246, 232, 190, 0.4) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
}