@charset "utf-8";
/* CSS Document */

main {
    font-size: 1.1rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    background-color: #e7e0ce;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}
section {
    margin-bottom: 50px;
}
.obi {
    background-color: #b2995f;
    color: #ffffff;
    padding: 5px 50px;
    box-sizing: border-box;
    margin: 50px 0;
    font-size: 1.3rem;
}
.text_box1 {
    padding: 0 100px;
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
}
.f_color1 {
    color: #654d14;
}
.line {
    background-image: url("https://shopping.c.yimg.jp/lib/neel/bg_undeline.gif");
    background-size: 9px;
    background-repeat: repeat-x;
    background-position: bottom;
}
.flex_box {
    display: flex;
}
section#topimg {
    width: 70%;
    margin: 0 auto;
}
section#topimg img {
    width: 100%;
}
section#ex01 p {
    margin-bottom: 50px;
}
section#ex02 .flex_box{
    width: 90%;
    margin: 0 auto;
}
#write_review {
    width: 55%;
}
#write_review img {
    width: 100%;
}
section#ex02 ul {
    list-style: none;
    width: 45%;
    margin: auto 0;
    padding: 0;
}
section#ex02 li {
    width: 90%;
    margin: 0 auto;
    background-color: #d8c8ae;
    text-align: center;
    padding: 3px 0;
    margin-left: 8%;
    margin-right: 0;
    margin-bottom: 5.5rem;
    position: relative;
}
section#ex02 li::after {
    content: '⇩';
    font-size: 2.0rem;
    display: block;    padding: 0;
    position: absolute;
    left: 46%;
    top: 3.2rem;
}
section#ex02 li:last-child::after {
    content: '';
}
section#ex03 #warranty_img {
    width: 600px;
    margin: 0 auto;
}
section#ex03 img {
    width: 100%;
}
section#ex04 p,
section#ex05 p {
    text-align: center;
    font-weight: bold;
}
section#ex04 span,
section#ex05 span {
    margin-left: 82px;
    padding: 0 5px;
}
section#ex04 ul {
    list-style: none;
    display: flex;
    width: 80%;
    margin: 25px auto 70px;
    font-weight: bold;
}
section#ex04 li {
    background-color: #d8c8ae;
    padding: 5px 45px;
    box-sizing: border-box;
    position: relative;
    margin-right: 150px;
}
section#ex04 li::after {
    content: '＋';
    position: absolute;
    top: 4px;
    left: 224px;
    font-size: 1.2rem;
}
section#ex04 li:last-child {
    margin-right: 0;
    background-color: #dabb73;
}
section#ex04 li:first-child::after {
    left: 260px;
}
section#ex04 li:nth-child(2)::after {
    content: '＝';
}
section#ex04 li:last-child::after {
    content: '';
}
section#ex05 .flex_box {
    width: 90%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}
section#ex05 dl span {
    margin-left: 0;
}
section#ex05 #InBox {
    width: 60%;
}
section#ex05 dl {
    display: flex;
    flex-wrap: wrap;
    padding-right: 8%;
    box-sizing: border-box;
}
section#ex05 dt,
section#ex05 dd {
    padding: 3px 0;
    box-sizing: border-box;
    margin-bottom: 25px;
}
section#ex05 dt {
    width: 40%;
    text-align: right;
} 
section#ex05 dd {
    width: 50%;
    background-color: #d8c8ae;
    text-align: center;
}
section#ex05 dt:nth-child(7),
section#ex05 dt:nth-child(9),
section#ex05 dd:nth-child(8),
section#ex05 dd:nth-child(10) {
    margin-top: 20px;
}
section#ex05 .flex_box > p {
    width: 40%;
    text-align: left;
    font-weight: normal;
}
/* -－－－－－－GS版だけデザイン修正-－－－－－－ */
section#ex05 #InBox.gs_only {
    width: 40%;
}
section#ex05 dt.gs_only {
    width: 20%;
    margin-left: 10%;
}
section#ex05 .flex_box > p.gs_only {
    width: 60%;
}

section#ex06 > p {
    font-weight: bold;
    width: 55%;
    margin: 0 auto;
}
section#ex06 .main_list {
    width: 70%;
    margin: 50px auto;
    list-style: disc;
    font-weight: bold;
}
section#ex06 .main_list span {
    display: block;
    font-weight: normal;
}
section#ex06 .main_list > li {
    margin-bottom: 14px;
}
section#ex06 .sub_list {
    list-style: circle;
    font-weight: normal;
}
.Annotation {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.3;
    padding: 0 0.5rem;
}

@media screen and (max-width:480px){
    .obi {
        padding-left: 3%;
        margin: 30px 0;
    }
    .text_box1 {
        padding: 0 2%;
    }
    section#topimg {
        width: 100%;
    }
    section#ex02 .flex_box {
        flex-direction: column;
    }
    #write_review {
        width: 100%;
    }
    section#ex02 ul {
        width: 88%;
        margin: 30px auto;
    }
    section#ex02 li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3.5rem;
    }
    section#ex02 li::after {
        left: 45%;
        top: 2.4rem;
    }
    section#ex02 li:last-child {
        margin-bottom: 0;
    }
    section#ex03 #warranty_img {
        width: 98%;
    }
    section#ex04 span,
    section#ex05 span {
        margin-left: 5%;
    }
    section#ex04 ul {
        flex-direction: column;
        padding: 0;
    }
    section#ex04 li {
        padding: 5px;
        margin: 0 0 2.3rem 0;
        text-align: center;
    }
    section#ex04 li::after,
    section#ex04 li:first-child::after{
        top: 2.8rem;
        left: 46%;
    }
    section#ex04 li:nth-child(2)::after {
        transform: rotate(90deg);
    }
    section#ex05 .flex_box {
        flex-direction: column;
        width: 100%;
    }
    section#ex05 #InBox {
    width: 100%;
}
    section#ex05 dl {
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }
    section#ex05 dt {
        width: 50%;
        margin: 0 0 25px 0;
    }
    section#ex05 dd {
        width: 48%;
        margin: 0 0 25px 1.5%;
    }
    section#ex05 .flex_box > p {
        width: 100%;
    }
    section#ex05 p {
        text-align: left;
        padding: 0 1.2%;
        box-sizing: border-box;
    }
    section#ex06 > p {
        width: 96%;
    }
    section#ex06 .main_list {
        width: 100%;
        margin: 25px auto;
        padding-left: 30px;
        box-sizing: border-box;
    }
    section#ex06 .main_list li {
        width: 98%;
    }
    section#ex06 .sub_list {
        padding-left: 12px;

    }
    section#ex06 .sub_list li {
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }
}