.design1_content {
    margin: 0 0 120px
}

.design1_content .top_headline {
    border-top: 3px solid #bb1c26;
    display: table;
    margin: 0 auto 40px;
    font-weight: 600;
    font-size: 22px;
    padding: 25px 0 0
}

.design1_content1 .main_image {
    width: 100%;
    height: 400px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.design1_content1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.design1_content1 .catch {
    z-index: 10;
    font-weight: 500;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 28px
}

.design1_content1 .catch.type2 {
    width: auto;
    writing-mode: vertical-rl;
    text-align: left;
    padding: 50px 0
}

.design1_content1 .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.design1_content1 .item {
    border: 1px solid #ddd;
    border-right: none;
    padding: 0 0 50px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.design1_content1 .item:last-of-type {
    border-right: 1px solid #ddd
}

.design1_content1 .item .image {
    width: ;
    height: 150px
}

.design1_content1 .item .headline {
    text-align: center;
    padding: 0 45px;
    line-height: 1.6;
    font-weight: 600
}

.design1_content1 .item .desc {
    padding: 0 45px;
    line-height: 2.2;
    font-size: 16px;
    margin: 15px 0 0
}

.design1_content2 .image {
    width: 50%;
    height: 400px;
    float: left;
    position: relative
}

.design1_content2 .caption {
    line-height: 2.2;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%)
}

.design1_content2 .content {
    width: 50%;
    height: 400px;
    float: right;
    position: relative;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.design1_content2 .content_inner {
    position: absolute;
    padding: 0 70px;
    line-height: 2.2;
    font-size: 16px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.design1_content2 .item .catch {
    line-height: 1.6;
    font-weight: 600;
    font-size: 22px;
    margin-top: -4px
}

.design1_content2 .item .desc {
    line-height: 2.2;
    font-size: 16px;
    margin: 10px 0 0
}

.design1_content2 .layout_type2 .image {
    float: right
}

.design1_content2 .layout_type2 .content {
    float: left;
    border-left: 1px solid #ddd
}

.design1_content2 .item:first-of-type .content {
    border-top: 1px solid #ddd
}

.design1_content2 .item:last-of-type .content {
    border-bottom: 1px solid #ddd
}

.design1_content2 .item:only-of-type .content {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}


@media screen and (max-width: 750px) {
    .design1_content2 .image {
        float: none !important;
        width: 100%;
        height: 250px
    }

    .design1_content2 .content {
        float: none !important;
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
        border-top: none;
        border-bottom: none
    }

    .design1_content2 .item:last-of-type .content {
        border-bottom: 1px solid #ddd
    }

    .design1_content2 .content_inner {
        position: relative;
        padding: 37px 35px 30px;
        top: 0;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

#page_header .title {
    font-size: 28px;
    color: #fff
}

#page_header .sub_title {
    font-size: 16px;
    color: #fff;
    background: #bb1c26;
}

#main_contents {
    font-size: 16px
}

@media screen and (max-width: 750px) {
    #page_header .title {
        font-size: 18px
    }

    #page_header .sub_title {
        font-size: 10px
    }

    #main_contents {
        font-size: 14px
    }
}

#content_header .headline {
    font-size: 14px;
    color: #00a6cc
}

#content_header .catch {
    font-size: 36px
}

#content_header .desc {
    font-size: 16px
}

@media screen and (max-width: 750px) {
    #content_header .headline {
        font-size: 12px
    }

    #content_header .catch {
        font-size: 20px
    }

    #content_header .desc {
        font-size: 14px
    }
}

.design1_content1.num0 .top_headline {
    font-size: 24px;
    border-color: #bb1c26;
}

.design1_content1.num0 .main_image .catch {
    font-size: 28px;
    color: #fff
}

.design1_content1.num0 .item_list .headline {
    font-size: 22px
}

.design1_content1.num0 .item_list .desc {
    font-size: 16px
}

@media screen and (max-width: 750px) {
    .design1_content1.num0 .top_headline {
        font-size: 18px
    }

    .design1_content1.num0 .main_image .catch {
        font-size: 18px
    }

    .design1_content1.num0 .item_list .headline {
        font-size: 18px
    }

    .design1_content1.num0 .item_list .desc {
        font-size: 14px
    }
}

.design1_content2.num1 .top_headline {
    font-size: 24px;
    border-color: #bb1c26;
}

.design1_content2.num1 .item .catch {
    font-size: 22px
}

.design1_content2.num1 .item .desc {
    font-size: 16px
}

@media screen and (max-width: 750px) {
    .design1_content2.num1 .top_headline {
        font-size: 18px;
        margin-top: 8%;
		font-weight:600;
    }

    .design1_content2.num1 .item .catch {
        font-size: 16px
    }

    .design1_content2.num1 .item .desc {
        font-size: 14px
    }
}

.design1_content3.num2 .top_headline {
    font-size: 24px;
    border-color: #bb1c26;
}

.design1_content3.num2 .item .desc {
    font-size: 16px
}

@media screen and (max-width: 750px) {
    .design1_content3.num2 .top_headline {
        font-size: 18px
    }

    .design1_content3.num2 .item .desc {
        font-size: 12px
    }
}

#site_wrap {
    display: none
}

#site_loader_overlay {
    background: #bb1c26;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 99999
}

#site_loader_overlay.slide_up {
    top: -100vh;
    opacity: 0;
    -webkit-transition: transition:top 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s;
    transition: top 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s
}

#site_loader_overlay.slide_down {
    top: 100vh;
    opacity: 0;
    -webkit-transition: transition:top 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s;
    transition: top 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s
}

#site_loader_overlay.slide_left {
    left: -100vw;
    opactiy: 0;
    -webkit-transition: transition:left 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s;
    transition: left 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s
}

#site_loader_overlay.slide_right {
    left: 100vw;
    opactiy: 0;
    -webkit-transition: transition:left 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s;
    transition: left 1s cubic-bezier(.83, 0, .17, 1) .4s, opacity 0s cubic-bezier(.83, 0, .17, 1) 1.5s
}

#site_loader_logo {
    position: relative;
    width: 100%;
    height: 100%
}

#site_loader_logo_inner {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#site_loader_overlay.active #site_loader_logo_inner {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.22, 1, .36, 1) 0s;
    transition: all 1s cubic-bezier(.22, 1, .36, 1) 0s
}

#site_loader_logo img.mobile {
    display: none
}

#site_loader_logo_inner p {
    margin-top: 20px;
    line-height: 2
}

@media screen and (max-width: 750px) {
    #site_loader_logo.has_mobile_logo img.pc {
        display: none
    }

    #site_loader_logo.has_mobile_logo img.mobile {
        display: inline
    }
}

#site_loader_logo_inner .message {
    text-align: left;
    margin: 30px auto 0;
    display: table
}

#site_loader_logo_inner .message.type2 {
    text-align: center
}

#site_loader_logo_inner .message.type3 {
    text-align: right
}

#site_loader_logo_inner .message_inner {
    display: inline;
    line-height: 1.5;
    margin: 0
}

@media screen and (max-width: 750px) {
    #site_loader_logo .message {
        margin: 23px auto 0
    }
}

#site_loader_logo .logo_image {
    opacity: 0
}

#site_loader_logo .message {
    opacity: 0
}

#site_loader_logo.active .logo_image {
    -webkit-animation: opacityAnimation 1.4s ease forwards .5s;
    animation: opacityAnimation 1.4s ease forwards .5s
}

#site_loader_logo.active .message {
    -webkit-animation: opacityAnimation 1.4s ease forwards 1.5s;
    animation: opacityAnimation 1.4s ease forwards 1.5s
}

#site_loader_logo_inner .text {
    display: inline
}

#site_loader_logo_inner .dot_animation_wrap {
    display: inline;
    margin: 0 0 0 4px;
    position: absolute
}

#site_loader_logo_inner .dot_animation {
    display: inline
}

#site_loader_logo_inner i {
    width: 2px;
    height: 2px;
    margin: 0 4px 0 0;
    border-radius: 100%;
    display: inline-block;
    background: #000;
    -webkit-animation: loading-dots-middle-dots .5s linear infinite;
    -ms-animation: loading-dots-middle-dots .5s linear infinite;
    animation: loading-dots-middle-dots .5s linear infinite
}

#site_loader_logo_inner i:first-child {
    opacity: 0;
    -webkit-animation: loading-dots-first-dot .5s infinite;
    -ms-animation: loading-dots-first-dot .5s linear infinite;
    animation: loading-dots-first-dot .5s linear infinite;
    -webkit-transform: translate(-4px);
    -ms-transform: translate(-4px);
    transform: translate(-4px)
}

#site_loader_logo_inner i:last-child {
    -webkit-animation: loading-dots-last-dot .5s linear infinite;
    -ms-animation: loading-dots-last-dot .5s linear infinite;
    animation: loading-dots-last-dot .5s linear infinite
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(6px);
        -ms-transform: translate(6px);
        transform: translate(6px);
        opacity: 1
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(6px);
        -ms-transform: translate(6px);
        transform: translate(6px);
        opacity: 1
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(6px);
        -ms-transform: translate(6px);
        transform: translate(6px)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(6px);
        -ms-transform: translate(6px);
        transform: translate(6px)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(6px);
        -ms-transform: translate(6px);
        transform: translate(6px);
        opacity: 0
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(6px);
        -ms-transform: translate(6px);
        transform: translate(6px);
        opacity: 0
    }
}

#site_loader_animation {
    width: 48px;
    height: 48px;
    font-size: 10px;
    text-indent: -9999em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: #000;
    border-radius: 50%;
    -webkit-animation: loading-circle 1.1s infinite linear;
    animation: loading-circle 1.1s infinite linear
}

@-webkit-keyframes loading-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media only screen and (max-width: 767px) {
    #site_loader_animation {
        width: 30px;
        height: 30px
    }
}

@keyframes loading-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#site_loader_overlay.active #site_loader_animation {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.22, 1, .36, 1) 0s;
    transition: all 1s cubic-bezier(.22, 1, .36, 1) 0s
}

#site_loader_logo_inner .message {
    font-size: 16px;
    color: #fff
}

#site_loader_logo_inner i {
    background: #fff
}

@media screen and (max-width: 750px) {
    #site_loader_logo_inner .message {
        font-size: 12px
    }
}