@charset "utf-8";
body {
    background: #fff;
}
.pageMv_ttl {
    padding: 0;
}
.page_wrap {
    padding-bottom: 260px;
}
.page-txt.is-ver2 {
    text-align: right;
}
.page_in {
    margin: 50px 0 50px 0;
}
.page_in dl {
    margin: 0 0 50px 0;
}
.page_in dl:last-child {
    margin: 0;
}
.page_in dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #00c089;
    margin: 0 0 15px 0;
}
.page_in dl dd {
    text-align: justify;
}
.page_in.is-ver2 dl dd {
    margin: 0 0 30px 0;
}
.page_in.is-ver2 dl dd:last-child {
    margin: 0;
}
.page_in dl dd .list {
    margin: 20px 0 0 0;
}
.list.is-mgrlst dd {
    margin: 0 0 20px 0;
}
.list.is-mgrlst dd:first-child,
.list.is-mgrlst dd:last-child {
    margin: 0;
}
.page_in dl dd .list li {
    position: relative;
    padding: 0 0 0 1.5em;
}
.page_in dl dd .list li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.page_in dl dd span.is-clr {
    font-weight: bold;
    color: #00c089;
}
.page_in dl dd a {
    color: #2cc08a;
}
.contact_wrap {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 2px solid #00c089;
}
.lnk_list {
    margin: 25px 0 0 0;
}

.lnk_list li a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
}
.lnk_list li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_link_r.svg) no-repeat center right;
    background-size: 100% auto;
    transition: opacity .2s ease-out,all .2s ease-out;
    z-index: 1;
}
.page_btn {
    width: 100%;
    max-width: 300px;
    margin: 30px 0 0 0;
}
.page_btn a {
    width: 100%;
    height: 60px;
    background: #00c089;
    border: 2px solid #00c089;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
.txt-lnk {
    color: #00c089 !important;
    text-decoration: underline !important;
}
@media (min-width: 896px) {
    .lnk_list li a:hover {
        color: #00c089;
    }
    .page_btn a:hover {
        opacity: 0.7;
    }
    .txt-lnk:hover {
        text-decoration: none !important;
    }
    .page_in dl dd a:hover {
        text-decoration: underline;
    }
}
@media only screen and (max-width: 896px) {
    .page_wrap {
        padding: 0 15px;
        padding-bottom: 100px;
    }
    .page_in {
        margin: 30px 0 30px 0;
    }
    .page_in dl {
        margin: 0 0 30px 0;
    }
    .page_in dl dt {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .contact_wrap {
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
    }
    .lnk_list {
        margin: 15px 0 0 0;
    }
    .page_btn {
        max-width: 210px;
        margin: 20px 0 0 0;
    }
    .page_btn a {
        height: 46px;
        font-size: 15px;
    }
}
@media (max-width: 374px) {
}
