#wrapper.index {
    background: url("../img/index/contens_bg.png") no-repeat center 468px;
}

#wrapper.index section h2 {
    text-align: center;
}

#wrapper.index section h2 img {
    display: block;
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
    padding: 0 13.5%;
    box-sizing: border-box;
}

#wrapper.index section h2 img + img {
    margin-top: 30px;
    padding: 0;
}

#wrapper.index section .sv {
    margin: 50px auto 0;
    display: flex;
    align-items: center;
	justify-content: center;
}

#wrapper.index section .sv .inner {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    padding-left: 70px;
    background: url("../img/index/sv.png") no-repeat 0 center;
    background-size: 56px 68px;
}

#wrapper.index section .sv .inner p {
    display: flex;
    align-items: center;
    margin: 4px 0;
    font-size: 1.8rem;
}

#wrapper.index section .sv .inner p span {
    display: inline-block;
}

#wrapper.index section .sv .inner p span.position {
    width: calc(100% - 130px);
    white-space: nowrap;
}

#wrapper.index section .sv .inner p span.name {
    width: 130px;
    margin-left: 10px;
    white-space: nowrap;
}

#wrapper.index section .image img {
    display: block;
    margin: 25px auto;
    max-width: 100%;
    width: auto;
}

#wrapper.index section .image p {
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.5;
}

#wrapper.index section .image p span {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1280px) {

    #wrapper.index section .sv {
        margin: 40px auto 0;
    }

    #wrapper.index section .sv .inner p {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1079px) {
    #wrapper.index .index_frame {
        padding: 25px 15px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper.index {
        background: none;
    }

    #wrapper.index .index_frame {
        padding: 25px 15px;
    }

    #wrapper.index section h2 img {
        padding: 0 5%;
    }

    #wrapper.index section h2 img + img {
        margin-top: 10px;
    }

    #wrapper.index section .sv {
        margin: 20px auto 0;
    }

    #wrapper.index section .sv .inner {
        padding-left: 35px;
        background: url("../img/index/sv.png") no-repeat left center;
        background-size: 28px 34px;
        min-height: 34px;
    }

    #wrapper.index section .sv .inner p {
        display: flex;
        font-size: 1.15rem;
        line-height: 1.3;
        background-size: 28px 34px;
        height: auto;
        margin: 4px 0;
    }

    #wrapper.index section .sv .inner p span.position {
        width: calc(100% - 70px);
    }
    
    #wrapper.index section .sv .inner p span.name {
        width: 70px;
        margin-left: 5px;
    }

    #wrapper.index section .image p {
        font-size: 1.5rem;
    }

    #wrapper.index section .image p span {
        font-size: 1.2rem;
    }

}