#contents {
    background: url(../images/bgSec/006.jpg) 0 0 no-repeat;
}

.category {
    margin-bottom: 64px;
}

.category.message {
    margin-bottom: 0;
}

.border {
    padding: 24px;
    border: 1px solid #fff;
}

.category * {
    line-height: 1;
}

.category .title {
    font-size: 1.25rem;
    margin: 24px 0;
    line-height: 1.75;
    letter-spacing: 1px;
    font-family: 游明朝, YuMincho, HGS明朝E, Georgia, "Yu Mincho", "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 30px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142);
}

.border .title {
    margin: 0 0 20px;
}

.category .subTitle {
    font-size: 1rem;
    margin: 0 0 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    font-family: 游明朝, YuMincho, HGS明朝E, Georgia, "Yu Mincho", "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
    font-weight: bold;
}

.category .subTitle:not(:first-of-type) {
    margin-bottom: 0;
}

div.second .text {
    font-family: sans-serif;
    line-height: 1.75;
    word-break: break-all;
}

div.second .text a {
    margin-top: 8px;
    word-break: break-all;
}

.text::first-letter {
    margin-left: 0.9rem;
}

.text:not(:first-of-type) {
    margin-top: 24px;
}

.category__title {
    background: #ffffff;
    text-align: center;
    color: #000000;
    padding: 4px 0;
}

.example__list__item {
    display: flex;
    justify-content: space-between;
}

.example__list__item:first-of-type {
    margin-bottom: 24px;
}

.model {
    width: 47.5%;
    position: relative;
    padding-top: 56px;
    display: block;
    line-height: 0;
}

.model:before {
    content: "";
    display: inline-block;
    position: absolute;
    color: #ffffff;
    top: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    letter-spacing: 3px;
    font-size: 1.1rem;
    font-family: 游明朝, YuMincho, HGS明朝E, Georgia, "Yu Mincho", "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
    color: #fff;
    text-shadow: 0px 0px 30px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142);
}

.model--before:before {
    content: "BEFORE";
}

.model--after:before {
    content: "AFTER";
}

.model img {
    width: 100%;
}

.message__list {
    margin-top: 32px;
}

.message__list__item:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #aaa;
}

.position {
    font-size: 0.9rem;
    margin-bottom: 16px;
    color: #fff;
    text-shadow: 0px 0px 30px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142);
}

.name {
    margin-bottom: 16px;
    color: #fff;
    text-shadow: 0px 0px 30px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142), 0px 0px 20px rgb(221, 196, 142);
}

.name__large {
    font-size: 1.5rem;
    margin-right: 5px;
}

.text.text--message {
    margin-top: 0;
}

.text.text--message::first-letter {
    margin-left: 0;
}

div.second .comparison p img {
    width: 100%;
}

/* 図 */

.comparison {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.comparison li {
    width: calc(50% - 0.5px);
    padding: 15px;
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
}

.comparison li:first-of-type {}

div.second .comparison h5 {
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    line-height: 2;
    margin-top: 5px;
    background: rgb(100, 100, 100);
    z-index: 2;
}

div.second .comparison h5.rachel {
    background: none;
    position: relative;
}

div.second .comparison h5.rachel:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgb(235, 166, 27), rgb(243, 195, 118) 20%, rgb(235, 166, 27) 50%, rgb(243, 195, 118) 80%, rgb(235, 166, 27));
    background: -webkit-linear-gradient(left, rgb(235, 166, 27), rgb(243, 195, 118) 20%, rgb(235, 166, 27) 50%, rgb(243, 195, 118) 80%, rgb(235, 166, 27));
    background: linear-gradient(left, rgb(235, 166, 27), rgb(243, 195, 118) 20%, rgb(235, 166, 27) 50%, rgb(243, 195, 118) 80%, );
    z-index: -1;
}

div.second .comparison.gloss {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width:480px) {
    .category {
        margin-bottom: 40px;
    }
    .category .title {
        font-size: 1.1rem;
        margin-bottom: 16px;
    }
    .category__title {
        font-size: 1rem;
    }
    .model {
        padding-top: 64px;
    }
    .model:before {
        top: 40px;
    }
    .text:not(:first-of-type) {
        margin-top: 16px;
    }
    div.second .comparison h5 {
        font-size: 1rem;
    }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示されるiPhone 8/7/6s/6 Plus　736px 414px  */
@media only screen and (max-width: 736px) {
.pc { display: none !important; }
.sp { display: block !important; }
}