@charset "utf-8";

#support h1 {
        font-family: 'Kiwi Maru', serif;
        position: absolute;
        top: 3.5vw;
        left: 10%;
        z-index: 1;
        color: #ffffff;
        font-size: 7vw;
        font-weight: normal;
}

.support-header {
        max-width: 1200px;
        width: 94%;
        margin: 3% auto;
        padding-bottom: 5px;
}

.support-header .header-inner {
        height: 23vw;
        position: relative;
        background-color: #20aee5;
        border-radius: 5px;
}

.support-header .support-img {
        position: absolute;
        bottom: 0;
        right: 10%;
        width: 25%;
        height: auto;
        object-fit: cover;
}

/* main */
.support-main .main-inner {
        max-width: 1200px;
        width: 94%;
        margin: 0 auto;
        padding-bottom: 4rem;
        text-align: justify;
}

.support-main .top-title {
        margin-bottom: 20px;
}

.support-main .top-title-box {
        font-family: 'Kiwi Maru', serif;
        padding: 0.5rem;
        border-top: solid 1px #20aee5;
        border-bottom: solid 1px #20aee5;
        color: #20aee5;
        text-align: center;
        margin: 1rem auto;
}

.support-main .top-title-text {
        margin-bottom: 10px;
}

#support .support-main .contents-wrap {
        max-width: 1200px;
        width: 94%;
        margin: 0 auto;
}

.support-img,
.support-item-img {
        width: 100%;
        height: 60vw;
        object-fit: cover;
}

.support-menu-style {
        margin-bottom: 20px;
}

.support-menu-style,
.support-ob-style {
        padding: 5px;
        line-height: 1.6em;
}

.support-main h3 {
        font-family: 'Kiwi Maru', serif;
        font-size: 18.5px;
        padding-left: 5px;
        margin: 20px auto;
        border-left: 4px solid #20aee5;
}

.support-menu-text {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
}

.support-main .ico {
        width: 50px;
        height: 50px;
        padding-left: 50px;
        margin-right: 10px;
}

#support .support-menu {
        padding: 20px 0 15px;
        background-color: #d3edfb;
}

.support-menu-style p,
.support-ob-style p {
        margin-bottom: 5px;
}

.support-menu .ico00 {
        background: url(../images/anshin_ico00.png) left 5px top 3px no-repeat;
        background-size: 90% auto;
}

.support-menu .ico01 {
        background: url(../images/anshin_ico01.png) left 5px top 3px no-repeat;
        background-size: 90% auto;
}

.support-menu .ico02 {
        background: url(../images/anshin_ico02.png) left 5px top 3px no-repeat;
        background-size: 90% auto;
}

.support-main .ico03 {
        background: url(../images/anshin_ico03.png) left 5px top 3px no-repeat;
        background-size: 90% auto;
}

@media screen and (min-width:768px) {

        #support h1 {
                position: absolute;
                left: 27%;
                top: 12rem;
                z-index: 1;
                color: #036eb8;
                font-family: 'Kiwi Maru', serif;
                font-weight: bold;
                font-size: 1.3rem;
        }

        #support .support-header .header-inner {
                margin-top: 8rem;
                height: 7rem;
                background-color: #bae3f9;
                background-image:
                        radial-gradient(#d3edfb 20%, transparent 20%),
                        radial-gradient(#d3edfb 20%, transparent 20%);
                background-size: 40px 40px;
                background-position: 0 0, 20px 20px;
        }

        #support .pc-support-title {
                position: absolute;
                left: 10%;
                bottom: 0;
                color: #036eb8;
                font-family: 'Kiwi Maru', serif;
                font-size: 4rem;
        }

        #support .support-header .support-img {
                position: absolute;
                bottom: 0;
                right: 10%;
                width: auto;
                height: 150%;
        }

        #support .support-menu .ico00 {
                background: url(../images/anshin_ico0.png) left 5px top 3px no-repeat;
                background-size: 90% auto;
        }

        #support .support-menu .ico01 {
                background: url(../images/anshin_ico1.png) left 5px top 3px no-repeat;
                background-size: 90% auto;
        }

        #support .support-menu .ico02 {
                background: url(../images/anshin_ico2.png) left 5px top 3px no-repeat;
                background-size: 90% auto;
        }

        #support .support-menu-box {
                display: flex;
                align-items: center;
                justify-content: space-between;
        }

        #support .support-menu-style {
                flex-basis: 30%;
        }

        #support .support-item-img {
                height: 15vw;
        }

        #support .support-menu-text {
                height: 9.5rem;
                margin-bottom: 1rem;
        }

        #support .support-ob-style {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
        }

        #support .text-box {
                width: 50%;
        }

        #support .ob-img {
                width: 45%;
                height: auto;
        }

}