ul._no-bullet > li {
    margin-left: 0;
}

.flex-content {
    display: flex;
}
.flex-content._wide-rev {
    flex-direction: row-reverse;
}
.mv-area {
    text-align: center;
    position: relative;
}
.f-text {
    position: absolute;
    bottom: 5px;
    left: 25%;
    color: #000000;
    margin-bottom: 0;
}
.local-nav {
    display: flex;
    list-style: none;
    margin-left: -10px;
    margin-top: 20px;
    justify-content: center;
}
.local-nav > li {
    width: 33.333%;
    padding-left: 10px;
    margin-left: 0;
}
.local-nav > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #e95b9e;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    text-decoration: none;
    position: relative;
}
.local-nav > li a::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #e3007f;
    border-right: 2px solid #e3007f;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-75%);
}

.local-nav > li a:not([href*='#'])::after {
    transform: rotate(-45deg) translateY(-75%);
}

.hdg-lv-1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 80px;
    color: #555555;
}

.border-box {
    border: 1px solid #c2c2c2;
    padding: 30px;
}

.block-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3007f;
    margin-bottom: 30px;
}

.block-title._s {
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 1px solid #e3007f;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.profile-block {
    justify-content: flex-end;
}
.profile-disc {
    margin-left: 20px;
}
.profile-disc .name {
    font-size: 20px;
    font-weight: bold;
}

.content-list-block {
    margin-top: 20px;
}

.content-list > li{
    color: #e3007f;
    font-size: 16px;
}
.content-list > li > a {
    color: #555555;
    text-decoration: none;
}
.content-list > li > a:hover {
    color: #e3007f;
}
.profile-data {
    font-size: 16px;
    list-style: none;
}

.content-block {
    margin-top: 85px;
    padding-top: 90px;
    padding-bottom: 60px;
    position: relative;
}
.content-block::before {
    content: '';
    display: block;
    width: 180px;
    height: 4px;
    background-color: #e3007f;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hdg-lv-2 {
    font-size: 26px;
    font-weight: bold;
    color: #555555;
    text-align: center;
    margin-bottom: 50px;
}
.content-block p {
    font-size: 16px;
    color: #555555;
}
.float-img img {
    margin-bottom: 20px;
}
.float-img ._left {
    float: left;
    margin-right: 20px;
}
.float-img ._right {
    float: right;
    margin-left: 20px;
}
.float-img::after {
    content: '';
    display: block;
    clear: both;
}
.img-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.arrow-link-list {
    list-style: none;
}
.arrow-link-list >li {
    margin-left: 0;
}
.arrow-link-list >li a {
   position: relative;
    padding-left: 20px;
    color: #555555;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.arrow-link-list >li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #e3007f;
    border-right: 2px solid #e3007f;
    left: 0;
    top: 9px;
    transform: rotate(45deg);
}
.arrow-link-under {
    position: relative;
    padding-left: 20px;
}
.arrow-link-under::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #e3007f;
    border-right: 2px solid #e3007f;
    left: 0;
    top: 50%;
    transform: rotate(45deg) translateY(-75%);
}
.other-page {
    display: block;
    font-size: 16px;
    color: #555555;
    text-decoration: none;
    margin-top: 55px;
}
article .other-page,article .other-page:link,.other-page:link:visited {
    text-decoration: none;
}

.note-block {
    margin-top: 100px;
    margin-bottom: 80px;
}

.wide-none {
    display: none;
}

@media screen and (max-width: 767px) {
    .wide-none {
        display: block;
    }
    .short-none {
        display: none;
    }
    img.wide-none {
        display: inline-block;
    }
    .mv-area {
        margin: 0 -20px;
    }
    .f-text {
        bottom: 0;
        right: 0;
    }
    .container {
        padding: 20px;
    }
    .local-nav > li a {
        height: auto;
        padding-bottom: 15px;
        font-size: 12px;
    }
    .local-nav > li a[href*='#']::after {
        width: 6px;
        height: 6px;
        left: 50%;
        top: auto;
        bottom: 5px;
        transform: rotate(45deg) translateY(0) translateX(-50%);
    }

    .local-nav > li a:not([href*='#']) {
        padding-bottom: 0;
        height: 100%;
    }
    .local-nav > li a:not([href*='#'])::after {
        right: 7px;
    }


    .hdg-lv-1 {
        margin: 40px 0;
        font-size: 22px;
    }
    .profile-disc {
        width: 66.666%;
    }

    .block-title._s,.profile-data {
        font-size: 11px;
    }
    .profile-disc .name {
        font-size: 13px;
    }
    .block-title {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .content-list > li {
        font-size: 14px;
    }
    .other-page {
        font-size: 14px;
        margin-top: 30px;
    }
    .hdg-lv-2 {
        font-size: 20px;
    }
    .float-img img.fl-img {
        float: none;
    }
    .float-img ._left,.float-img ._right {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .content-block {
        margin-top: 80px;
        padding-bottom: 45px;
    }
    .note-block {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .note-block p {
        font-size: 14px;
    }
}