/*
・1080px以下(タブレット・ノートＰＣ)
===================
・900px以下(タブレット・ノートＰＣ)
===================
・720px以下(スマホ)
===================
・500px以下(スマホ)
===================
*/

/*==============1080px以下===================*/


/*真実コンテンツレスポンシブ化*/
@media screen and (max-width: 1080px){

.con_1 img,.con_2 img,.con_3 img{
    -webkit-transform: rotateY(30deg);
    -moz-box-shadow: 0 3px 10px #888;
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transform: rotateY(30deg);
    -moz-box-shadow: 0 3px 10px #888;
    -moz-transition-property: transform;
    -moz-transition-duration: 0.5s;
    -ms-transform: rotateY(30deg);
    -ms-box-shadow: 0 3px 10px #888;
    -ms-transition-property: transform;
    -ms-transition-duration: 0.5s;
    width: 200px;
    height: 300px;
}

.con_1,.con_2,.con_3{
    float: left;
    margin: auto;
    margin-left: 70px;
    position: relative;
    width: 220px;
    height: 400px;
    overflow: visible;
    -webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
    -webkit-transition-property: perspective;
    -webkit-transition-duration: 0.5s;
    -moz-perspective: 500;
    -moz-transform-style: preserve-3d;
    -moz-transition-property: perspective;
    -moz-transition-duration: 0.5s;
    -ms-perspective: 500;
    -ms-transform-style: preserve-3d;
    -ms-transition-property: perspective;
    -ms-transition-duration: 0.5s;

}




.movi {
    border: 10px solid #fcfafa;
    padding: 5px;
    width: 110px;
    height: 80px;
    background: linear-gradient(#deddcd,#fff);
    margin: -195px 0 0 55px;
    position: absolute;
    bottom: 80px;
    -moz-box-shadow: 0 20px 40px #888;
    -webkit-box-shadow: 0 20px 40px #888;
    -webkit-transform: translateZ(30px) rotateY(30deg);
    -webkit-transition-property: transform, box-shadow, margin;
    -webkit-transition-duration: 0.5s;
    -moz-box-shadow: 0 20px 40px #888;
    -webkit-box-shadow: 0 20px 40px #888;
    -ms-box-shadow: 0 20px 40px #888;
    -moz-transform: translateZ(30px) rotateY(30deg);
    -moz-transition-property: transform, box-shadow, margin;
    -moz-transition-duration: 0.5s;
    -ms-transform: translateZ(30px) rotateY(30deg);
    -ms-transition-property: transform, box-shadow, margin;
    -ms-transition-duration: 0.5s;
    z-index: 100;
    cursor: url(http://smart-hit.info/wp-content/uploads/2016/04/pointer_7.png) 20 30, auto;
}

.movi h3 {
    color: #333333;
    width: 160px;
    margin-left: -20px;
    font-size: .8rem;
    margin-bottom: 0;
}

.movi p {
    margin-bottom: 10px;
    transition: all .3s;
    font-size: .5rem !important;
    -webkit-filter: blur(0px);
}

.movi:hover p {
    -webkit-filter: blur(0px);
}

.movi:active p {
    -webkit-filter: blur(0px);
}

.movi a{
    background-color: #C10E21;
    padding: 5px 0px;
    color: #eee;
    text-decoration: none;
    display: block;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .5s;
    font-size: .3rem;
}

.col-3-3 .pad_post .wc-shortcodes-row{
    margin-top: 100px;
    overflow: visible;
}

.movi a:hover {
    opacity: .8;
}



.con_1:hover img,.con_2:hover img,.con_3:hover img{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    animation-name: anime_content;
    animation-delay: 0;
    animation-duration: 0.4s;
}

@keyframes anime_content {
    0%{opacity: 1; background: none;}
    25%{ opacity: .5; background: rgba(255,0,0,.4);}
    50%{opacity: 1;  background: none;}
    75%{ opacity: .5; background: rgba(255,0,0,.4);}
    100%{opacity: 1; background: none;}
}

.con_1:hover .movi,.con_2:hover .movi,.con_3:hover .movi{
    -webkit-transform: translateZ(60px) rotateY(0deg);
    -moz-transform: translateZ(60px) rotateY(0deg);
    -ms-transform: translateZ(60px) rotateY(0deg);
    margin-left: 40px;
}

}



/*==============900px以下===================*/
@media screen and (max-width: 900px){
#btn_wapper div{     
    width: 100%;
    height: 100px;
    position: relative;
    background: linear-gradient(#C5171E,#A12229);
    line-height: 100px;
    text-align: center;
    z-index: 10;
    font-size: 28px;
    color: #fff;
    text-shadow: #666 -1px -1px 0;
    border-bottom: 3px solid rgba(150,150,150,.6);
    border-right: 3px solid rgba(140,140,140,.6);
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;}

/*再発行の申請ボタン（mwwpformボタン）*/
.mwform_btn{
    font-size: 1rem;
}



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

/*サイトご利用規約テキスト*/
#page_0,#page_1,#pg-1073-0 table,.main_Width{
    width: 95% !important;
}

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

/*スマヒとは？*/
.page-id-211 #pg-211-1 img {
    display: none;
}

#pgc-1073-0-0 tr th {
    width: 35%;
    padding-left: 0;
}

.page-id-283 #btn_wapper #btn_00{
   width: 100% !important;
  font-size: 3rem;
}

}

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

/*==============600px以上900px以下===================*/
@media screen and (min-width: 600px) and (max-width: 900px){

/*ヘルプページ*/
.page-id-279 h2{
    width: 90%;
}

.page-id-279 p{
    width:80%;
}

.page-id-279 span{
    display: block;
    overflow: auto;
}

}


/*==============720px以下===================*/

/*レスポンシブ化時のヘッダー設定 */
@media screen and (max-width: 720px){
#container-head {
    min-height: 1em !important;
}
.headgap {
    padding-top: 3em !important;
}
#expand_menu {
    text-align: right !important;
}

.col-2-6{
    width: 30% !important;
}

.col-4-6 {
    width: 70% !important;
}
/*====================*/

#btn_02 {
    font-size: 1em;
    height: 60px;
    width: 30%;
}

#wapper .mwform_btn {
    width: 60%;
    height: 70px;
    font-size: 1rem;
}

#flee_foam {
    font-size: 1.3rem !important;
}
ul .menu-item-228 {
    display: none !important;
}

#btn_wapper .fome_btn {
    width: 70% !important;
}

.page-id-1981 div h1,.page-id-2021 div h1,.page-id-302 div h1,#post div h1{
    font-size: 2.2em !important;
}


.page-id-2021 table td{
     padding-left: 10px;
}

.layout,.layout2,#zip2,.layout4{
    padding: 1px !important;
}

.layout3 {
    text-align: right;
}
.page-id-283 #btn_wapper #btn_00{
   width: 100% !important;
  font-size: 3rem;
}

.page-id-283 h2{
    font-size: 2em !important;
}

.page-id-211 h2 {
    font-size: 1.8em !important;
}
div.page-id-211 .textwidget div {
    width: 95% !important;
}
.page-id-211 h2 {
    width: 100% !important;
}
#pl-229 .window_size{
     width: 100%;
}

#pl-229 h2{
    font-size: 1.3rem !important;
}


.title_size{
    font-size: 1.2em !important;
}

.font-sizes {
    font-size: 1.1em !important;
}

div .btn_style {
    top: 10px !important;
}


/*▲▲▲▲▲▲アンインストール方法▲▲▲▲▲▲▲*/

#uninstall_tab h2 {
    font-size: 1.2rem;
    width: 90%;
}

ol.un_list {
    padding-left: 0px !important;
}

ol.close_list1,ol.close_list2 {
    padding-left: 0px !important;
}

#uninstall_tab>p,div.image_box {
    width: 80%;
}

.image_box {
    margin-top: 10px !important;
}

.image_box img {
    margin-bottom: 0px !important;
}

#uninstall_tab h2 {
    margin-bottom: 10px;
}

div p.kome,#uninstall_tab p,#pg-815-0 p span{
    font-size: 0.8rem;
    width: 80%;
}

div .image_box>p {
    width: 100% !important;
}

#wat {
    margin-top: 10px;
}
/*▲▲▲▲▲▲シュミレーター▲▲▲▲▲▲▲*/

div #syumi {
    width: 100%
}

div .syumi_content {
    float: none;
margin: auto;
}

div .enzan {
    float: none;
    line-height: 50px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

div #musk {
   display: none;
}

div #fin_btn {
    margin: 15px auto;
}

div #answer2 {
    display: block !important;
margin: auto;
}
}

/*==============600px以下===================*/
@media screen and (max-width: 600px){
/*ヘルプページ*/
.page-id-279 h2{
    width: 95%;
    font-size: 1.4rem;
}

.page-id-279 p{
    width:95%;
}

#pl-279 table td img{
    width: 100%;
}

#pl-279 span.s_none_1{
    display: none;
}

#pl-279 span.s_none_2{
    display: inline;
}

}

/*==============500px以下===================*/
@media screen and (max-width: 500px){
    .page-id-113 #btn_03 {
        width: 40%;
    }

.mwwp_form th{
    font-size: 12px;
}

.mwwp_form th span{
    font-size:10px !important;
}

.mwwp_form span.nen{
     display: block;
}
.page-id-283 #btn_wapper #btn_00{
   width: 100% !important;
  font-size: 2rem;
}

}


/*==============320px以下===================*/
@media screen and (max-width: 320px){
.page-id-279 h2{
    font-size: 1.2rem;
}

}