@charset "utf-8";
/* CSS Document */

.main {
    padding: 0 15px;
}
.contents_box{
    float:left;
    width:100%;
    margin:0 auto;
    padding-bottom:20px;
    background-image: url(/assets/img/sd_contents_foot.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align:center;
    line-height: 2em;
}
.contents_box h2{
    padding:10px 0;
    background:#a688a6;
    text-align:center;
    font-size:1.5em;
    font-weight:bolder;
    line-height:1.2em;
    color:#ffffff;
}
.contents_box h3{
    margin:50px auto;
    text-align:center;
    font-size:2.2em;
    font-weight:bolder;
    line-height:1.2em;
    letter-spacing: -0.05em;
    color:#cc0000;
}
.contents_box h4{
    float:right;
    width:100%;
    text-align:center;
    font-size:2em;
    font-weight:bolder;
    line-height:1.2em;
    letter-spacing: -0.05em;
    color:#000088;
}

.contents_box p{
    font-size: 15px;
    line-height: 2em;
}
.contents_box p strong{
    font-size: 17px;
}

.contents_box .product_img img{
    margin:15px auto;
    width: 100%;
    padding: 0px 80px;
}

.contents_box .inbox_foot img {
    vertical-align: top;
}
.contents_box .inbox_qa{
    /*width:750px;*/
    margin:30px auto;
    overflow:hidden;
    text-align: left;
}
.contents_box .inbox_qa #faq {
    width: 100%;
}
.contents_box .inbox_qa .question {
    cursor: pointer;
    margin:10px 0 10px 0;
    font-size:1.2em;
    font-weight:bold;
    line-height:2em;
    color:#003366;
}
.contents_box .inbox_qa .answer {
    line-height:1.5em;
    margin:0 10px 10px 34px;
}

.contents_box .inbox_foot{
    margin:40px auto;
    overflow:hidden;
    text-align:center;
}
.contents_box .inbox_foot .intro_txt01{
    height: 90px;
    float:left;
    width: 50%;
}
.contents_box .inbox_foot a{
    font-size: 25px;
}
.full_box{
    flaot:left;
    width:100%;
}
.inbox .half{
    width:50%;
    padding:2%;
    text-align:left;
    float:left;
}
.inbox .half.pic{
    text-align:center;
}

.inbox .half img{
    max-width:100%;
    margin:10px auto;
}

.manage_info{
    margin:0px auto;
    text-align:left;
    padding-left: calc((100% - 560px) / 2);
}

.manage_info li{
    border-left:5px solid #003366;
    padding-left:20px;
    margin:20px auto;
    line-height:1em;
}
ul, ol {
    list-style-type:none;
}

@media only screen and (max-width: 992px) {

    .contents_box .product_img img{
        padding: 0px 20px;
    }

}

@media only screen and (max-width: 768px) {

    .contents_box .product_img img{
        padding: 0px 5px;
    }

    .contents_box .inbox_foot .intro_txt01{
        width: 100%;
    }
    .contents_box .inbox_foot a{
        font-size: 23px;
    }
    .inbox .half{
        width:100%;
        padding-left:2.5%;
        padding-right:2.5%;
    }
}
