/* .c-head-1
--------------------------*/

.c-head-1 {
    font-weight: bold;
    margin: 0 -50px 20px;
    font-size: 16px;
    position: relative;
}

.c-head-1 .c-head-1-notice {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 11px;
    transform: translate(0, -50%);
}

.c-head-1 .c-head-1-menu-btn {
    background: none;
    border: 0 none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 4px;
    color: #8f692f;
    padding-right: 39px;
    outline: none;
    cursor: pointer;
}

.c-head-1 .c-head-1-menu-btn:hover {
    opacity: 0.7;
}

.c-head-1 .c-head-1-menu-btn .c-head-1-menu-btn-bar {
    width: 24px;
    border-top: 2px solid #8f692f;
    display: block;
    position: absolute;
    right: 0;
}

.c-head-1 .c-head-1-menu-btn .c-head-1-menu-btn-bar.c-head-1-menu-btn-bar-1 {
    top: 4px;
}

.c-head-1 .c-head-1-menu-btn .c-head-1-menu-btn-bar.c-head-1-menu-btn-bar-2 {
    top: 10px;
}

@media(max-width: 991px) {
    .c-head-1 {
        margin: 0 0 20px;
        font-size: 15px;
    }
}


/* .c-head-2
--------------------------*/

.c-head-2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    line-height: 1.4;
    margin: 50px 0 30px;
}

@media(max-width: 991px) {
    .c-head-2 {
        font-size: 19px;
        font-weight: normal;
    }
}

.c-head-2 .c-head-2-strong {
    color: #cc0101;
    font-size: 15px;
    margin-left: 1em;
}

@media(max-width: 991px) {
    .c-head-2 .c-head-2-strong {
        font-size:12px;
        margin-left: 0;
    }
}

.c-head-2 .c-head-2-text {
    color: #444444;
    font-size: 15px;
    font-weight: normal;
}

@media(max-width: 991px){
.c-head-2 .c-head-2-text {
     font-size: 12px;
 }
}


/* .c-head-3
--------------------------*/

.c-head-3 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: normal;
    margin: 100px 0 24px;
}

.c-head-3 small {
    font-size: 16px;
}

.c-head-1 + .c-head-3,
.c-head-4 + .c-head-3 {
    margin-top: 40px;
}

.c-contents-inner > .c-head-3:first-child {
    margin-top: 40px;
}

@media(max-width: 991px) {
    .c-head-3 {
        font-size: 23px;
        margin: 20px 0 14px;
    }
    .c-head-4 + .c-head-3 {
        margin-top: 0;
    }
}


/* .c-head-4
--------------------------*/

.c-head-4 {
    font-weight: normal;
    margin: 60px -50px 20px;
    font-size: 16px;
    position: relative;
}

.c-contents-inner > .c-head-4:first-child {
    margin-top: 0;
}

.c-head-4 .c-head-4-notice {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 11px;
    transform: translate(0, -50%);
}

@media(max-width: 991px) {
    .c-head-4 {
        margin: 40px 0 20px;
        font-size: 15px;
    }
    .c-contents + .c-contents > .c-contents-inner > .c-head-4:first-child {
        margin-top: 40px;
    }
}


/* .c-top-head-1
--------------------------*/

.c-top-head-1 {
    font-size: 24px;
    font-weight: normal;
    margin: 70px 0 20px;
}

@media(max-width: 991px) {
    .c-top-head-1 {
        font-size: 20px;
        margin: 70px 0 20px;
    }
}
