@charset "UTF-8";
/* CSS Document */

.main {
    width: 100%;
}

.mainbg {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 0px;
    background-color: #2985F5;
    background-image: url("images/owner01.svg");
    background-position: 260px top;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 380px;
    height: 570px;
    overflow: visible;
}

.mainbg h1 {
    position: absolute;
    z-index: 5;
    left: 0px;
    color: #009fd9;
    bottom: 60%;
    width: 300px;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    line-height: 2.2rem;
    height: auto;
    padding: 20px 0 20px 0;
}

.owner h2 {
    font-weight: bold;
    padding: 30px 0;
    font-size: 32px;
    line-height: 40px;
    ;
    color: #0093EA;
}

.owner h3 {
    color: #F15A67;
    font-weight: bold;
    font-size: 1.3rem;
}

.money img {
    width: 200px;
}

.money .table>*:nth-child(1) {
    width: 300px;
    text-align: right;
}

.money .table>*:nth-child(2) {
    width: auto;
    text-align: left;
    padding: 30px;
}

.voice .table>*:nth-child(1) {
    width: 230px;
    background-color: #F9EDDE;
}

.voice .table>*:nth-child(1) img {
    width: 100%;
}

.voice .table>*:nth-child(2) {
    padding: 20px 40px;
    text-align: left;
    background-image: url("images/owner04_bg.png");
}

.voice h4 {
    text-align: center;
    color: #777;
    padding: 12px;
}

.voice h3 {
    color: #222;
    font-size: 28px;
    text-align: center;
    padding: 12px;
}

.voice .table img {
    margin: auto;
    display: block;
}

.voice .table>* {
    margin: auto;
    display: block;
}

.merit h3:before,
.paleblue h3:before,
.money h3:before {
    content: "";
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background-image: url(images/owner_check.png);
    background-size: contain;
}

.merit .table>* {
    padding: 10px 20px;
}

.msg {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0;
}

.paleblue {
    background-color: #E8EEF5;
}

@media screen and (max-width: 768px) {
    .mainbg {
        background-size: cover;
        background-position: 0 top;
        background-image: url("images/mainbg_sp.png");
        background-color: white;
    }

    .money .table>*:nth-child(2) {

        padding: 10px;
    }

    .voice .table>*:nth-child(2) {
        padding: 20px;
        line-height: 1.2rem;

    }

}