@charset "UTF-8";
.main-image {
    background: url(../img/product-title.jpg)0 0 no-repeat;
}
.title02 {
    width: 1000px;
    margin: 0 auto 30px;
}
.campaign {
    background: url(../img/campaign-bg.png)repeat-x;
}
.product-img {
    text-align: center;
}
.safety {
    overflow: hidden;
    text-align: center;
    font-size: 28px;
    padding-top: 15px;
}

.safety span{
    position: relative;
}

.safety span:before,
.safety span:after{
    content: "";
    position: absolute;
    top: 50%; margin-top: -.2em;
    height: .4em;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 200em;
}

.safety span:before {
    right: 100%;
    margin-right: .5em;
}
.safety span:after {
    left: 100%;
    margin-left: .5em;
}
.safety + p {
    margin-bottom: 25px;
}
.baloon {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-left: 2em;
    margin-right: 2em;
    font-size: 20px;
}
.baloon:after,
.baloon:before {
    bottom: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 10%;
}
.baloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-bottom: -30px;
}
.baloon:after {
    border-top-color: #fff;
}
.baloon:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 15px;
    margin-bottom: -31px;
}
.baloon:before {
    border-top-color: #c8c8c8;
}
.chapter:nth-of-type(4):after {
    content: none;
}

.exam {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    position: relative;
    width: 5em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}
.exam:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    top: 100%;
    border: 17px solid;
    border-color: #c8c8c8 transparent transparent #c8c8c8;
    ;
}
.exam:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 31px;
    top: 100%;
    border: 15px solid;
    border-color: #fff transparent transparent #fff;
}
.warranty-box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 25px;
    background: #eee;
}
.title04 {
    margin-top: 0;
}
.warranty {
    width: 1000px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.warranty dl {
    margin-bottom: 15px;
    width: 32%;
    margin-right: 2%;
    float: left;
    background: url(../img/warranty-bg-illust.png)no-repeat top right, url(../img/bg-circle.png)no-repeat bottom right;
}
.warranty dl:last-child {
    margin-right: 0;
}
.warranty dd {
    margin-bottom: .5em;
    padding: 6px 10px;
}
.warranty dd:first-of-type {
    margin-top: 1em;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #7ac943;
    border-radius: 4px;
    background: #7ac943;
    color: #fff;
    padding-left: 2.5em;
    line-height: 1em;
}
.warranty dd:nth-child(n+3) {
    color: #000;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
}
.warranty dd:last-child {
    font-size: 38px;
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
    color: #f15a24;
}
.big {
    font-size: 2em;
    /* for modan browser */

    text-shadow: 0px 3px 1px #7ac943, 0px 2px 1px #7ac943, 1px 2px 1px #7ac943, 2px 2px 1px #7ac943, 2px 1px 1px #7ac943, 2px 0px 1px #7ac943, 3px 0px 1px #7ac943, 2px -1px 1px #7ac943, 2px -2px 1px #7ac943, 2px -3px 1px #7ac943, 1px -3px 1px #7ac943, 0px -3px 1px #7ac943, -1px -3px 1px #7ac943, -2px -3px 1px #7ac943, -3px -3px 1px #7ac943, -3px -2px 1px #7ac943, -3px -1px 1px #7ac943, -3px 0px 1px #7ac943, -3px 1px 1px #7ac943, -3px 2px 1px #7ac943, -2px 2px 1px #7ac943, -1px 2px 1px #7ac943;
    /* for IE */

    filter: dropshadow(color=#7ac943, offx=0, offy=3, positive=1), dropshadow(color=#7ac943, offx=2, offy=1, positive=1), dropshadow(color=#7ac943, offx=2, offy=-1, positive=1), dropshadow(color=#7ac943, offx=1, offy=-3, positive=1), dropshadow(color=#7ac943, offx=-2, offy=-3, positive=1), dropshadow(color=#7ac943, offx=-3, offy=-2, positive=1), dropshadow(color=#7ac943, offx=-3, offy=1, positive=1), dropshadow(color=#7ac943, offx=-1, offy=2, positive=1);
}
.title06 img {
    margin-right: .5em;
}
.inner-spec {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff6ab', endColorstr='#feffeb');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff6ab', endColorstr = '#feffeb')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/

    background-image: -moz-linear-gradient(top, #fff6ab, #feffeb);
    background-image: -ms-linear-gradient(top, #fff6ab, #feffeb);
    background-image: -o-linear-gradient(top, #fff6ab, #feffeb);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fff6ab), to(#feffeb));
    background-image: -webkit-linear-gradient(top, #fff6ab, #feffeb);
    background-image: linear-gradient(top, #fff6ab, #feffeb);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
.inner-spec {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 15px;
}
.inner-spec:nth-of-type(even) {
    margin-right: 0;
}
dl.type {
    float: left;
    width: 49%;
    margin-right: 2%;
}
dl.type:nth-child(even) {
    margin-right: 0;
    background: #ffe;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.s-size {
    font-size: 13px;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px
}
.off {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ff931e;
    border-radius: 4px;
    background: #ff931e;
    color: #fff;
    padding: 3px 6px;
}
.type dd:last-child {
    font-size: 28px;
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
    color: #f15a24;
}
.normal {
    color: #000;
    padding-left: .2em;
}
.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
}
.table th,.table td {
    font-size: 14px;
}
.table th {
    border: 1px solid #d8d8d8;
    padding: 15px 10px 12px;
    width: 40%;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #f0f0ef;
}
.table td {
    padding: 15px 10px 12px;
    text-align: left;
    vertical-align: middle;
    border-top: dotted 1px #d8d8d8;
}
.gousu {
    font-size: 16px;
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #fff;
}
.gousu:before {
    content: "\f0ab";
    font-family: FontAwesome;
    font-size: 1.3em;
    vertical-align: middle;
    margin-right: .2em;
    color: #ff931e;
}
.gousu:after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #ff931e;
    border-radius: 4px;
}
.price {
    margin-top: -10px;
}
.price-block {
    display: none;
}
.gousu.active:before {
    content: "\f0aa";
    font-family: FontAwesome;
    font-size: 1.3em;
    vertical-align: middle;
    margin-right: .2em;
    color: #ff931e;
}
.price-warranty {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #7ac943;
    border-radius: 4px;
    background: #7ac943;
    color: #fff;
    padding: 3px 6px;
}
.table tr:nth-child(4) td:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: #f15a24;
}

/*==========================================================================*/

/*                             media query                                  */

/*==========================================================================*/
@media only screen and (max-width: 768px) {
    .title02 {
        width: 100%;
    }
    .exam {
        font-size: 16px;
        border-radius: 4px;
    }
    .exam:before {
        left: 15px;
        border-width: 10px;
    }
    .exam:after {
        left: 17px;
        border-width: 8px;
    }
    .big {
        font-size: 1em;
    }
    .warranty {
        width: 100%;
    }
    .warranty dd:first-of-type {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 70%;
    }
    .warranty dd:last-child {
        font-size: 24px;
    }
    .baloon .small {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .inner-spec {
        float: none;
        width: 80%;
        margin-right: auto!important;
        margin-left: auto;
    }
    .warranty dl {
        background-size: 40%;
    }
    .title06 {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 599px) {
    .warranty dl {
        width: 65%;
        margin-right: auto!important;
        margin-left: auto;
        float: none;
    }
    .warranty dd:first-of-type {
        width: 40%;
    }
    .title06 {
        border-left: none;
        border-bottom: 6px solid #7ac943;
    }
    .safety {
        font-size: 20px;
    }
    dl.type {
        float: none;
        width: 100%;
        margin-right: auto;
        text-align: center;
    }
    .table{
        border-bottom:none;
    }
    .table th{
        padding: 5px 10px;
        width:100%;
        display:block;
        margin: 0 auto;
        border:none;
        text-align: center;
    }
    .table td{
        padding: 5px 10px;
        width:100%;
        display: list-item;     /* リストに変換 */
        list-style:none;     /* リストに変換によるドットを非表示 */
        border-top: none !important;
        border-bottom:1px solid #d8d8d8;
        text-align: center;
    }
}
