@charset "UTF-8";

.btm10 {
    margin-bottom:10px;
}

.btm20 {
    margin-bottom:20px;
}

.btm30 {
    margin-bottom:30px;
}

.btm40 {
    margin-bottom:40px;
}

.btm50 {
    margin-bottom:50px;
}

.btm60 {
    margin-bottom:60px;
}

.pad10 {
    padding-bottom:10px;
}

.pad20 {
    padding-bottom:20px;
}

.pad30 {
    padding-bottom:30px;
}

.pad40 {
    padding-bottom:40px;
}

.pad50 {
    padding-bottom:50px;
}

.pad60 {
    padding-bottom:60px;
}

/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/
@media screen and (min-width: 641px){

    .top_image .pc {display: block !important;}
    .top_image .sp {display: none !important;}

    .copy {
        position: relative;
        width: 800px;
        margin: 55px auto 0;
        font-weight: 700;
    }

    .copy p {
        margin-bottom: 50px;
        text-align: left;
        line-height: 2em;
    }

    .copy .text {
        font-size: 20px;
    }

    .counterfeit_image {
        position: relative;
        width: 1060px;
        margin: 0 auto 0
    }

    .counterfeit_image li{
        display:inline-block;
        margin:0 20px;
    }

    .counterfeit_image .pc {display: inline-block !important;}
    .counterfeit_image .sp {display: none !important;}

    .inquiry {
        position: relative;
        width: 1060px;
        /*margin: 0 auto 50px;*/
        margin: 0 auto;
        background-color: #eeeeee;
        font-weight: 700;
    }

    .inquiry .title {
        font-size: 22px;
        padding:25px 0 0;
    }

    .inquiry .text {
        font-size: 14px;
        padding:20px 0 12px 0;
    }
  
    .inquiry .text.bt {
        border-top: 3px solid #e2e2e2;
        margin: 20px 0 0;
    }

    .inquiry .text br {
        display: none;
    }

    .inquiry .link {
        font-size: 25px;
        color: #009fca;
    }

    .inquiry a:link {
        color: #009fca;
        text-decoration:underline;
    }

    .inquiry a:visited {
        color: #009fca;
        text-decoration:underline;
    }

}


/*===============================================
画面の横幅が768pxまで（スマホ用）
===============================================*/
@media screen and (max-width:640px){

    img {
        width: 100%;
    }
    .top_image .pc {display: none !important;}
    .top_image .sp {display: block !important;}

    .copy {
        position: relative;
        width: 90%;
        margin: 20px auto 0;
        font-weight: 700;
    }

    .copy p {
        margin-bottom: 25px;
        text-align: left;
        line-height: 2em;
    }

    .copy .text {
        font-size: 12px;
    }

    .counterfeit_image {
        position: relative;
        width: 90%;
        margin: 20px auto 0;
    }

    .counterfeit_image .pc {display: none !important;}
    .counterfeit_image .sp {display: block !important;}

    .inquiry {
        position: relative;
        width: 90%;
        /*margin: 0 auto 10px;*/
        margin: 0 auto;
        background-color: #eeeeee;
        font-weight: 700;
    }

    .inquiry .title {
        font-size: 18px;
        padding:15px 0 0;
    }

    .inquiry .text {
        font-size: 10px;
        padding:12px 20px 5px 20px;
    }
  
    .inquiry .text.bt {
        border-top: 3px solid #e2e2e2;
        margin: 12px 0 0;
    }

    .inquiry .link {
        font-size: 13px;
        color: #009fca;
    }

    .inquiry a:link {
        color: #009fca;
        text-decoration:underline;
    }

    .inquiry a:visited {
        color: #009fca;
        text-decoration:underline;
    }

}