/* =========================================================
   a_eg_style007.css
   建機用タイヤチェーン
   HTML側は表示サイズ・余白などをCSSで管理
   ========================================================= */

.wrap {
    width: 650px;
    box-sizing: border-box;
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.4;
    color: #000;

    display: flow-root;
}

.wrap img {
    border: none;
    max-width: 100%;
}

.wrap a:link,
.wrap a:visited {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.wrap a:hover {
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}

.wrap a img {
    transition: opacity .3s ease-out;
}

.wrap a:hover img {
    opacity: .7;
    transform: translateY(3px);
}

.space {
    clear: both;
}

.clear-float {
    clear: both;
    width: 100%;
    height: 0;
}

/* -------------------------
   PC1
   ------------------------- */

.product-title,
.type-title,
.attention-text {
    font-weight: bold;
    font-size: large;
    float: left;
}

.product-title {
    color: #0b308e;
}

.type-title {
    color: #00913a;
}

.product-image {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}

.type-image {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}

.last-image {
    display: block;
    width: 100%;
}

.caution-title {
    display: block;
    width: 23%;
    margin-bottom: 0px;
}

.red {
    color: #d71618;
}

.attention-text {
    color: #ec8000;
}

.attention-text table {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    table-layout: fixed;
}

/* -------------------------
   共通ボタン
   ------------------------- */

.btn {
    float: left;
    width: 600px;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 30px 0 45px;
    text-align: center;
}

.btn img {
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

/* -------------------------
   注意事項
   ------------------------- */

.chui {
    float: left;
    width: 614px;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 0 30px;
    border: 3px solid #d71618;
    border-radius: 0 10px 10px 10px;
    background-color: #fffeee;
}

.chui-1 ul,
.chui-2 ul {
    padding-left: 0;
}

.chui-1 li,
.chui-2 li {
    list-style: none;
    margin-left: 1em;
    text-indent: 1em;
}

.chui-1 li {
    margin-bottom: 10px;
}

.chui-1 li::before,
.chui-2 li::before {
    content: "＊";
}

.chui-2 li {
    font-weight: bold;
    color: #d71618;
}

/* -------------------------
   Q&A
   ------------------------- */

.q-1,
.aa-1 {
    float: left;
    width: 80px;
}

.q-1 img,
.aa-1 img {
    display: block;
    width: 90%;
}

.q-2,
.qq-2,
.a-2,
.aa-2 {
    float: left;
    width: 570px;
    box-sizing: border-box;
}

.q-2 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #0b308a;
}

.qq-2 {
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #0b308a;
}

.a-2,
.aa-2 {
    padding-top: 15px;
}

.line {
    float: left;
    width: 650px;
    height: 3px;
    margin: 15px 0;
    background-image: linear-gradient(
        -45deg,
        #fff 25%,
        #024990 25%, #024990 50%,
        #fff 50%, #fff 75%,
        #024990 75%, #024990
    );
    background-size: 7px 7px;
}

.line + .q-1,
.line + .qq-2 {
    clear: both;
}

.line + .aa-1 {
    clear: both;
}

.line {
    clear: both;
}

.line ~ * {
    box-sizing: border-box;
}

.line {
    overflow: hidden;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.line {
    /* float解除用 */
    position: relative;
}

/* LINEアイコン */
.line-icon {
    width: 50px;
    vertical-align: middle;
}


/* =========================================================
   スマートフォン
   ========================================================= */

@media only screen and (max-width: 649px) {

    .wrap {
        width: 100%;
        font-size: small;
        line-height: 1.3;
        margin: 10px 0;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .btn {
        float: left;
        width: 96%;
        padding: 0 2%;
        margin: 20px 0 30px;
    }

    .btn img {
        width: 100%;
    }

    .product-title,
    .type-title {
        font-size: large;
    }

    .product-image,
    .type-image,
    .last-image {
        width: 100%;
    }

    .caution-title {
        width: 23%;
        margin-bottom: 0px;
    }

    .chui {
        width: 98%;
        padding: 10px 2% 10px 0;
        margin-bottom: 30px;
        border: 0;
        border-radius: 0 5px 5px 5px;
        box-shadow: 0 0 0 2px #d71618 inset;
    }

    .q-1,
    .aa-1 {
        width: 12%;
    }

    .q-1 img,
    .aa-1 img {
        width: 90%;
    }

    .q-2,
    .qq-2 {
        width: 88%;
        padding-top: 5px;
        margin-bottom: 5px;
        font-size: medium;
    }

    .qq-2 {
        line-height: 1.3;
    }

    .a-2 {
        width: 88%;
        padding-top: 5px;
    }

    .aa-2 {
        width: 95%;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .line {
        width: 100%;
        height: 2px;
        margin: 10px 0;
    }

    .line-icon {
        width: 50px;
    }
}


/* PC2 よくあるご質問タイトル */
.faq-title {
    display: block;
    width: 100%;
    margin: 15px 0;
}
