.l-column-single h3 {
    background: #009de2;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 15px;
    margin: 50px 0 25px;
}

.l-column-single h4 {
    border-bottom: 2px solid #959595;
    font-weight: bold;
    font-size: 18px;
    padding: 0 5px 10px;
    margin: 25px 0 20px;
    position: relative;
}

.l-column-single h4:before {
    content: "";
    background: #1e2182;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.l-column-single ul {
    list-style: disc;
    padding: 0 0 0 25px;
    margin: 10px 0;
}

.l-column-single ul,
.l-column-single li {
    margin-bottom: 5px;
}

.l-column-single ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 5px;
}

.l-column-single ol ol {
    padding-left: 1em;
}

.l-column-single ol li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.l-column-single ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    /* 以下は自由に装飾... */
    padding-right: .5em;
    font-weight: bold;
    color: #009de2;
}

.staff-nav__list li:nth-child(1),
.staff-nav__list li:nth-child(3) {
    width: 35%;
    line-height: 1.8;
}

.staff-nav__list li:nth-child(3) {
    text-align: right;
}

.staff-nav__list li:nth-child(2) {
    width: 30%;
    text-align: center;
}

.d-flex-sb {
    margin-bottom: 6px;
    margin-top: 10px;
}

.caution-area__box p {
    font-size: 1.6rem;
}

.caution-area__box li {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .guide-list__para {
        flex-grow: 1;
        margin-right: 10px;
        width: 30%;
    }
    .staff-nav__list {
        display: block;
    }
    .staff-nav__list li:nth-child(1),
    .staff-nav__list li:nth-child(2),
    .staff-nav__list li:nth-child(3) {
        width: 100%;
    }
}

.plans_table__flow__green p,
.plans_table__flow__orange p,
.plans_table__flow__red p {
    margin-top: 5px;
}

.section-5__body--2col__item {
    min-height: 250px;
}

.critical__title {
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.critical__title .critical__title_txt {
    width: 70%;
    margin: 0 auto;
}

.critical__title .critical__title_img {
    position: absolute;
    width: 300px;
    top: -40px;
    right: 40px;
}

.critical__title .critical__title_img img {
    width: 100%;
}

ul.cp_list {
    padding: 0.5em;
    list-style-type: none;
    font-size: 1.9rem;
    font-weight: 700;
    width: 70%;
    margin: 0 auto 10px auto;
}

ul.cp_list li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
    margin-bottom: 10px;
}

ul.cp_list li:after,
ul.cp_list li:before {
    position: absolute;
    content: '';
    display: block;
    background: #cd130d;
    top: 0.23em;
    left: 0.5em;
    height: 11px;
    width: 4px;
    border-radius: 10px;
    transform: rotate(45deg);
}

ul.cp_list li:before {
    top: 0.4em;
    left: 0.2em;
    height: 8px;
    transform: rotate(-45deg);
}

.balloon1 {
    position: relative;
    display: block;
    margin: 0 0 1.5em 0;
    padding: 15px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #ffffff;
    font-size: 2rem;
    background: #cd130d;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #cd130d;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}

.critical__phone {
    display: block;
}

.critical__phonenum_top {
    width: 70%;
    margin: 0 auto 60px auto;
}

.critical__phonenum_top li {
    margin-bottom: 20px;
}

.critical__request--list {
    width: 80%;
    margin: 0 auto 20px auto;
    justify-content: flex-start;
}

.critical__request--list li {
    width: 50%;
}

.cautions_list li {
    color: #ca140d;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5;
    list-style-type: disc;
}

.kakko-title {
    position: relative;
    /*相対位置*/
    line-height: 1.4;
    /*行高*/
    display: inline-block;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.kakko-title:before,
.kakko-title:after {
    position: relative;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.0em;
    color: #cd120b;
}

.kakko-title:before {
    content: "\f053";
    /*アイコン種類*/
    padding-right: 0.5em
}

.kakko-title:after {
    content: "\f054";
    /*アイコン種類*/
    padding-left: 0.5em
}

.call-us {
    margin-bottom: 50px;
}

.caution-area__box {
    width: 49.5%;
    padding: 25px 8px;
}

@media screen and (max-width: 767px) {
    .critical__title .critical__title_txt {
        width: 100%;
    }
    .critical__title .critical__title_img {
        width: 200px;
        right: -20px;
        top: 0;
    }
    ul.cp_list {
        line-height: 1.5;
        width: 100%;
    }
    .critical__request--list {
        width: 100%;
    }
    .critical__request--list li {
        width: 100%;
    }
    .critical__phonenum_top {
        margin-bottom: 20px;
    }
    .cp_list_font {
        font-size: 1.6rem !important;
    }
    .caution-area__box {
        width: 100%;
        padding: 25px 8px;
    }
    .contact-bnr.ptn02 {
        height: auto;
    }
}

.button-maparea {
    z-index: 4;
}

.arrow_fukushima {
    position: absolute;
    width: 138px;
    z-index: 1;
    top: 29px;
    right: 204px;
}

.arrow_ibaraki {
    position: absolute;
    width: 138px;
    z-index: 1;
    bottom: 87px;
    right: 239px;
}

.arrow_aidu {
    position: absolute;
    width: 52px;
    z-index: 1;
    top: 50px;
    left: 492px;
}

.arrow_kouriyama {
    position: absolute;
    width: 80px;
    z-index: 1;
    bottom: 142px;
    right: 385px;
}

.greeting-content__flower {
    margin: 0 0;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
}

.greeting-content__flower h2 {
    margin: 40px 0 30px;
    color: #333;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 900;
    text-align: center;
}

.halls_fixed-banner {
    z-index: 8;
}

.arrow_single_fukushima {
    position: absolute;
    width: 112px;
    z-index: 1;
    top: 29px;
    right: 225px;
}

.arrow_single_koriyama {
    position: absolute;
    width: 220px;
    z-index: 1;
    top: 123px;
    right: 214px;
}

.arrow_single_aizu {
    position: absolute;
    width: 80px;
    z-index: 1;
    top: 45px;
    left: 478px;
}

.arrow_single_ibaraki {
    position: absolute;
    width: 80px;
    z-index: 1;
    top: 45px;
    left: 478px;
}