body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
span,
p {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

.p-column {
    padding: 0;
}

.p-show_selection>h1 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
}


.p-selection_eye_catch {
    padding-right: 0px;
    padding-left: 0px;
}

/* 縦一列配置全体のコンテナ（横幅1200px制限） */
.drbrain-vertical-container {
    width: 100%;
    max-width: 1200px;
    /* 横幅を最大1200pxに制限 */
    margin: 0 auto;
    /* 画面の中央寄せ */
    box-sizing: border-box;
    text-align: center;
    color: #151515;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.topImg {
    width: 100%;
    height: auto;
    position: relative;
}

.mainImg img {
    width: 100%;
    height: auto;
}

.drbrain-vertical-container .drbrain_catch {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0 10px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}


.drbrain-vertical-container #drbrain_catch span {
    font-size: 26px;
}

.quality {
    color: #fff;
    background-color: #151515;
    width: 100%;
    padding: 40px 0;
}

.quality li {
    position: relative;
    color: #fff;
    width: 45%;
    display: inline-block;
    margin: 0 auto;
}

.quality li img {
    width: 70%;
    margin: 0 auto;
}

.pointImg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pointImg2 {
    width: 70%;
    margin: 0 auto;
}

.point .pointContents {
    background-color: #fff;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    margin: 0px 10px 20px;
    padding: 15px;
}


.point2BoxText span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}

.point2 .pointContents,
.point3 .pointContents,
.point4 .pointContents {
    margin: 0px 10px 20px;
    padding: 10px;
}

.point2 .pointContents {
    padding: 15px 10px;
    overflow: hidden;
}

.point2 .pointImg {
    width: 100%;
}


.point {
    clear: both;
}

.point h2 {
    color: #fff;
    padding: 20px 0 10px;
}

.point h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.point1,
.point3 {
    overflow: hidden;
    background-color: #151515;
    position: relative;
}

.point2,
.point4 {
    overflow: hidden;
    background-color: #2f3237;
    position: relative;
}

.point1 p {
    display: block;
    text-align: left;
    padding: 10px 0 0;
}

.point h2::before {
    background-color: #fff;
    /* 線の色 */
    border-radius: 5px;
    /* 線の両端を丸く */
    bottom: -10px;
    /* 線の位置 */
    content: "";
    height: 3px;
    /* 線の高さ */
    left: 50%;
    /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%);
    /* 線の中央寄せ */
    width: 30px;
    /* 線の長さ */
}

.point2 p {
    display: block;
    padding: 0;
    position: initial;
    margin: 20px 0 0;
    text-align: left;
}

.point2 h4 {
    position: absolute;
    font-size: 17px;
    z-index: 1;
    top: 150px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.point2 h4 span {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.point2Box {
    background-color: #212121;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.point2BoxText {
    background-color: #c3d7e7;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    display: block;
}

.point2BoxText img {
    width: 170px;
    margin: 0 auto;
    display: block;
}

.point4 .pointContents .point4_01 {
    width: 100%;
    height: 200px;
    background-image: url(img/point4.jpg);
    background-size: cover;
    padding: 70px 10px 0;
}

.point4 .pointContents .point4_02 {
    width: 100%;
    height: 180px;
    background-image: url(img/point5.jpg);
    background-size: cover;
    padding: 20px 10px;
}

.point4 .pointContents .point4_01 p:nth-of-type(1) {
    color: #fff;
    background-color: #7282b6;
    padding: 0 5px;
    font-size: 22px;
    display: block;
    width: 150px;
    float: right;
    margin-bottom: 5px;
}

.point4 .pointContents .point4_01 p:nth-of-type(2) {
    float: right;
    color: #fff;
    padding: 0;
    font-size: 15px;
    text-align: right;
    clear: both;
}

.point4 .pointContents .point4_02 p:nth-of-type(1) {
    color: #fff;
    font-size: 22px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.point4 .pointContents .point4_02 p:nth-of-type(1) span {
    color: #fff;
    background-color: #151515;
    padding: 0 5px;
    font-size: 22px;
}

.point4 .pointContents .point4_02 p:nth-of-type(2) {
    float: left;
    color: #fff;
    padding: 0;
    font-size: 15px;
    text-align: left;
    clear: both;
}

.point4 .pointContents div h3 {
    float: right;
    z-index: 1;
}

.cover {
    overflow: hidden;
    width: 100%;
    background-color: #f9f9f1;
}

.cover h2 {
    padding: 20px 0 10px;
}

.cover p {
    padding: 10px 0;
}

.cover-l {
    width: 590px;
    height: 600px;
    overflow: hidden;
    float: left;
}

.cover-r {
    width: 590px;
    height: 600px;
    overflow: hidden;
    float: left;
}

.cover h2 {
    text-align: center;
    position: relative;
}

.cover h2::before {
    background-color: #151515;
    /* 線の色 */
    bottom: -5px;
    /* 線の位置 */
    content: "";
    height: 3px;
    /* 線の高さ */
    left: 50%;
    /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%);
    /* 線の中央寄せ */
    width: 30px;
    /* 線の長さ */
}

.cover p {
    margin: 10px auto 20px;
    text-align: left;
    font-size: 16px;
    padding: 30px 15px;
}



.uservoice {
    margin: 0 auto;
    display: block;
    background-color: #eceff7;
    overflow: hidden;
    padding-bottom: 20px;
}

.uservoice h2 {
    margin: 20px 0 0;
}

.uservoiceBox {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin: 10px 20px;
}


.uservoiceText {
    font-size: 15px;
    text-align: left;
    border: 1px solid #151515;
    padding: 20px;
    background-color: #fff;
    line-height: 1.9;
    margin-top: 25px;
}

.uservoiceText:nth-of-type(1) {
    margin-top: 0;
}

.uservoice p:nth-of-type(1) {
    margin-top: 18px;
}

.uservoice .ribbon {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    background: #151515;
    /* the main color */
    width: fit-content;
    padding: 5px 20px;
    margin: 0 auto;
}

.uservoice .uservoice01,
.uservoice .uservoice02,
.uservoice .uservoice03 {
    left: 28%;
}

.uservoice .uservoice01 {
    top: 0px;
}

.uservoice .uservoice02 {
    top: 268px;
}

.uservoice .uservoice03 {
    top: 505px;
}

.uservoice p span {
    background-color: #c8eafd;
}

.cover-l {
    width: 100%;
    height: auto;
    overflow: hidden;

}

.cover-r {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cover-l img {
    width: 100%;
    height: auto;
}

.cover-r img {
    width: 100%;
    height: auto;
}

.spec {
    padding: 0 10px;
}

.QandA {
    position: relative;
    padding: 40px 0 40px;
    background-color: #151515;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.QandA:hover {
    opacity: 0.7;
}

.QandA span {
    font-size: 60px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-style: normal;
}

.yazirusi {
    position: absolute;
    width: 50px;
    margin: 8px;
    right: 10px;
    bottom: 10px;
}

.yazirusi .line01 {
    height: 1px;
    background-color: #fff;
    z-index: 1;
}

.yazirusi .line02 {
    position: absolute;
    transform-origin: right bottom;
    width: 20px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 1;
    right: 0;
    bottom: 0;
}

.lineup {
    overflow: hidden;
    margin: 0 auto;
}

.lineup h2 {
    margin-top: 20px;
}

.lineup_container {
    width: 330px;
    margin: 10px auto;
}

.lineup_container a:hover {
    opacity: 0.8;
}

.lineup img {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    .drbrain-vertical-container .drbrain_catch {
        padding-top: 30px;
        font-size: 30px;
    }

    .quality li {
        font-size: 16px;
        width: 160px;
    }

    .point .pointContents {
        padding: 0 20px 20px;
    }


    .pointImg {
        height: auto;
    }

    .pointImg2 {
        width: 45%;
        height: auto;
        margin: 0 auto;
    }

    .point h2 {
        padding: 0;
        font-size: 36px;
    }

    .point h3 {
        font-size: 28px;
    }

    .point1,
    .point2,
    .point3,
    .point4 {
        padding: 10px 40px 50px;

    }

    .point1 p {
        line-height: 1.8;
        font-size: 18px;
    }

    .point2 h4 {
        font-size: 26px;
    }

    .point2 p {
        margin: 0;
        position: initial;
    }

    .point1,
    .point2,
    .point3,
    .point4 {
        padding: 40px 20px 30px;
    }


    .point2 h4 span {
        text-decoration: underline;
        text-underline-offset: 10px;
    }

    .point2 h4 {
        top: 40%;
        font-size: 30px;
    }


    .point2Box {
        background-color: #212121;
        width: 100%;
        height: 270px;
        z-index: 2;
        overflow: hidden;
        padding: 0;
    }

    .point2BoxText {
        width: 95%;
        background-color: #c3d7e7;
        border-radius: 10px;
        height: 250px;
        padding: 15px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }

    .point2BoxText p {
        font-size: 18px;
    }

    .point2BoxText span {
        font-weight: bold;
        font-size: 24px;
        display: block;
    }

    .point2BoxText img {
        width: 250px;
        float: left;
        display: block;
    }

    .point2BoxText p {
        float: left;
        width: 55%;
        height: auto;
        display: block;
        margin-left: 10px;
        text-align: left;
    }

    .point3 p {
        width: 90%;
        font-size: 18px;
        margin: 20px auto;
    }

    .point4 .pointContents .point4_01 {
        padding: 20px;
    }

    .point4 .pointContents .point4_02 {
        padding: 20px;
    }

    .cover {
        overflow: hidden;
        width: 100%;
        padding: 2rem 0;
        background-color: #f9f9f1;
    }

    .cover h2 {
        padding: 30px 0 10px;
    }

    .cover p {
        padding: 10px 0;
    }

    .cover-l {
        width: 50%;
        overflow: hidden;
        float: left;
    }

    .cover-r {
        width: 50%;
        overflow: hidden;
        float: left;
    }

    .cover h2 {
        text-align: center;
        position: relative;
    }

    .cover h2::before {
        background-color: #151515;
        /* 線の色 */
        bottom: -5px;
        /* 線の位置 */
        content: "";
        height: 3px;
        /* 線の高さ */
        left: 50%;
        /* 線の中央寄せ */
        position: absolute;
        transform: translateX(-50%);
        /* 線の中央寄せ */
        width: 30px;
        /* 線の長さ */
    }

    .cover p {
        margin: 10px auto;
        text-align: left;
        font-size: 16px;
        width: 380px;
    }

    .point .pointContents {
        margin-top: 30px;
        padding: 20px;
    }

    .uservoice {
        margin: 0 auto;
        display: block;
        padding: 40px 0 50px;
    }

    .uservoiceBox {
        width: 700px;
        overflow: hidden;
        margin: 0px auto;
        padding: 17px 0;
    }

    .uservoiceText {
        width: 224px;
        height: 400px;
        font-size: 15px;
        float: left;
        text-align: left;
        border: 1px solid #151515;
        padding: 25px 12px 10px;
        margin: 0 14px 0 0;
        background-color: #fff;
        line-height: 1.9;
    }

    .uservoice p:nth-of-type(1) {
        margin-top: 10px;
    }

    .uservoice .uservoiceText:nth-of-type(3) {
        margin-right: 0px;
    }

    .uservoice p span {
        background-color: #c8eafd;
    }

    .uservoice .ribbon {
        padding: 5px 20px;
        top: 0px;
    }

    .uservoice .uservoice01 {
        left: 50px;
    }

    .uservoice .uservoice02 {
        left: 285px;
    }

    .uservoice .uservoice03 {
        left: 520px;
    }

    .QandA {
        position: relative;
        padding: 40px 0 40px;
        margin: 40px 0;
    }

    .QandA:hover {
        opacity: 0.7;
    }


    .QandA {
        font-size: 30px;
        font-weight: bold;
    }

    .QandA span {
        font-size: 80px;
        font-family: "Merriweather", serif;
        font-weight: 600;
        font-style: normal;
    }

    .lineup_container .pillow {
        margin-right: 10px;
    }

    .lineup {
        overflow: hidden;
        margin: 0 auto;
    }

    .lineup_container {
        width: 730px;
        margin: 10px auto;
        display: inline-block;
    }

    .lineup_container a:hover .button {
        opacity: 0.8;
        background-color: #414f66;
        color: #fff;
    }

    .lineup_container img {
        float: left;
        width: 360px;
    }
}



/* 1280px以上 PC*/
@media (min-width: 1280px) {

    .drbrain-vertical-container .drbrain_catch {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.6;
        margin: 0 auto;
        color: #fff;
        padding: 40px 0;
    }

    .drbrain-vertical-container .drbrain_catch span {
        font-size: 40px;
    }

    .p-show_selection>h1 {
        margin-top: 40px;
    }

    h2 {
        padding: 40px 0 30px 0;
        font-size: 36px;
    }

    .cover {
        overflow: hidden;
        width: 100%;
        padding: 2rem 0;
        background-color: #f9f9f1;
    }

    .cover h2 {
        padding: 30px 0 10px;
    }

    .cover p {
        padding: 10px 0;
    }

    .cover-l {
        width: 590px;
        height: 600px;
        overflow: hidden;
        float: left;
    }

    .cover-r {
        width: 590px;
        height: 600px;
        overflow: hidden;
        float: left;
    }

    .cover h2 {
        text-align: center;
        position: relative;
    }

    .cover h2::before {
        background-color: #151515;
        /* 線の色 */
        bottom: -5px;
        /* 線の位置 */
        content: "";
        height: 3px;
        /* 線の高さ */
        left: 50%;
        /* 線の中央寄せ */
        position: absolute;
        transform: translateX(-50%);
        /* 線の中央寄せ */
        width: 30px;
        /* 線の長さ */
    }

    .cover p {
        margin: 10px auto;
        text-align: left;
        font-size: 16px;
        width: 480px;
    }


    .quality li {
        display: inline-block;
        position: relative;
        font-size: 18px;
        width: 160px;
    }

    .quality li img {
        width: 160px;
        height: auto;
    }

    .pointImg {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .pointImg2 {
        width: 45%;
        height: auto;
        display: block;
        float: left;
    }

    .point .pointContents {
        margin-top: 40px;
        padding: 40px 50px;
    }

    .point1 .pointContents {
        padding: 30px 40px;
    }

    .point h2 {
        position: relative;
        text-align: center;
        /* 文字の中央寄せ */
    }

    .point h3 {
        font-size: 34px;
        line-height: 1.6;
    }

    .point1 p {
        margin: 20px 0 0;
        padding: 0;
    }

    .point2 p {
        margin: 0;
        position: initial;
    }

    .point1,
    .point2,
    .point3,
    .point4 {
        padding: 40px 100px 60px;
    }

    .point2 h4 span {
        text-decoration: underline;
        text-underline-offset: 10px;
    }

    .point2 h4 {
        top: 340px;
        font-size: 40px;
    }

    .point2Box {
        background-color: #212121;
        width: 100%;
        height: 300px;
        z-index: 2;
        overflow: hidden;
    }

    .point2BoxText {
        width: 90%;
        background-color: #c3d7e7;
        border-radius: 10px;
        height: 250px;
        padding: 20px;
        overflow: hidden;
        display: block;
        text-align: left;
    }

    .point2BoxText span {
        font-weight: bold;
        font-size: 30px;
        display: block;
    }

    .point2BoxText img {
        width: 250px;
        float: left;
        display: block;
    }

    .point2BoxText p {
        float: left;
        width: 60%;
        height: auto;
        display: block;
        margin-left: 10px;
    }

    .point4 .pointContents .point4_01,
    .point4 .pointContents .point4_02 {
        width: 100%;
        height: 400px;
        background-size: cover;
        padding: 5%;
    }

    .point4 .pointContents .point4_01 p:nth-of-type(1) {
        padding: 0 8px;
        font-size: 30px;
        margin-bottom: 10px 5px;
        display: block;
        width: 210px;
        float: right;
    }

    .point4 .pointContents .point4_01 p:nth-of-type(2) {
        float: right;
        padding: 10px 0 0;
        font-size: 20px;
        clear: both;
    }

    .point4 .pointContents .point4_02 p:nth-of-type(1) {
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px 5px;
        display: block;
        float: left;
    }

    .point4 .pointContents .point4_02 p:nth-of-type(1) span {
        color: #fff;
        background-color: #151515;
        padding: 0 8px;
        font-size: 30px;
    }

    .point4 .pointContents .point4_02 p:nth-of-type(2) {
        float: left;
        color: #fff;
        padding: 10px 0 0;
        font-size: 20px;
        text-align: left;
        clear: both;
    }

    .uservoice {
        margin: 0 auto;
        display: block;
        padding: 0 40px 40px;
    }

    .uservoiceBox {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }

    .uservoiceText {
        width: 32%;
        height: 330px;
        font-size: 16px;
        float: left;
        text-align: left;
        border: 1px solid #151515;
        padding: 20px 20px 25px;
        margin-right: 15px;
        background-color: #fff;
        line-height: 1.9;
    }

    .uservoice .uservoiceText:nth-of-type(3) {
        margin-right: 0px;
    }

    .uservoice .ribbon {
        padding: 5px 20px;
        top: 23px;
    }

    .uservoice .uservoice01 {
        left: 100px;
    }

    .uservoice .uservoice02 {
        left: 455px;
    }

    .uservoice .uservoice03 {
        left: 820px;
    }


    .uservoice p span {
        background-color: #c8eafd;
    }

    .QandA {
        position: relative;
        padding: 40px 0 40px;
        margin: 0;
    }

    .QandA:hover {
        opacity: 0.7;
    }


    .QandA {
        font-size: 30px;
        font-weight: bold;
    }

    .QandA span {
        font-size: 80px;
        font-family: "Merriweather", serif;
        font-weight: 600;
        font-style: normal;
    }

    .lineup {
        overflow: hidden;
        margin: 0 auto;
    }

    .lineup_container {
        width: 960px;
        margin: 10px auto;
        display: inline-block;
    }

    .lineup_container a:hover .button {
        opacity: 0.8;
        background-color: #414f66;
        color: #fff;
    }

    .lineup img {
        width: 475px;

    }

}