@charset "UTF-8";


/* ===================================
    ページ右上固定のキャンペーン導線
   =================================== */
p.myaquos_fixed2 {
    position: fixed;
    bottom:15px;
    right:0;
    width:250px;
    height:54px;
    transition: right 0.3s cubic-bezier(0.9, 0.33, 1, 1);
    margin:0 !important;
    z-index:88;
}
p.myaquos_fixed2.start {
    right:-250px; /*p.myaquos_fixed > width に合わせる */
}
p.myaquos_fixed2.close {
    right: -190px; /* p.myaquos_fixed > width - 60 */
}
p.myaquos_fixed2 .lnk_myaquos2 {
    display: block;
    height:54px;
    background-color: #fc814d;
    background-image:url("../images/icon_support_shchat.png");
    background-repeat:  no-repeat ;
    background-size: 58px;
    color:#fff;
    padding-left:60px;
    font-size:18px;
    line-height: 36px;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    text-align: left;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border:3px solid #fc814d;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

p.myaquos_fixed2 .btn_myaquos2 {
    position:absolute;
    right:10px;
    top:8px;
    width:16px;
    height:16px;
    background-color: #fff;
    color:#fc814d;
    border-radius: 2px;
}

p.myaquos_fixed2 .btn_myaquos2::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    width: 10px;
    height: 2px;
    background-color: #fc814d;
}
@media screen and (min-width: 641px){
    p.myaquos_fixed2 .lnk_myaquos2:hover {
        text-decoration: underline;    
    }
    p.myaquos_fixed2 .lnk_myaquos2 ,
    p.myaquos_fixed2 .btn_myaquos2 {
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    p.myaquos_fixed2 .lnk_myaquos2 {
        text-decoration: none;
    }
    p.myaquos_fixed2 {
    position: fixed;
    bottom:15px;
    right:0;
    width:220px;
    height:52px;
    transition: right 0.3s cubic-bezier(0.9, 0.33, 1, 1);
    margin:0 !important;
    z-index:88;
	}
	p.myaquos_fixed2.start {
    right:-220px; /*p.myaquos_fixed > width に合わせる */
	}
	p.myaquos_fixed2.close {
    right: -163px; /* p.myaquos_fixed > width - 57 */
	}
p.myaquos_fixed2 .lnk_myaquos2 {
    display: block;
    height:52px;
    background-color: #fc814d;
    background-image:url("../images/icon_support_shchat.png");
    background-repeat:  no-repeat ;
    background-size: 56px;
    color:#fff;
    padding-left:54px;
    font-size:16px;
    line-height: 36px;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    text-align: left;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    border:3px solid #fc814d;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}
}

@media screen and (max-width: 640px) {
    p.myaquos_fixed2 .lnk_myaquos2 {
        text-decoration: none;
    }
    
    p.myaquos_fixed2 {
    position: fixed;
    bottom:15px;
    right:0;
    width:210px;
    height:50px;
    transition: right 0.3s cubic-bezier(0.9, 0.33, 1, 1);
    margin:0 !important;
    z-index:88;
	}
	p.myaquos_fixed2.start {
    right:-210px; /*p.myaquos_fixed > width に合わせる */
	}
	p.myaquos_fixed2.close {
    right: -155px; /* p.myaquos_fixed > width - 55 */
	}
p.myaquos_fixed2 .lnk_myaquos2 {
    display: block;
    height:50px;
    background-color: #fc814d;
    background-image:url("../images/icon_support_shchat.png");
    background-repeat:  no-repeat ;
    background-size: 52px;
    color:#fff;
    padding-left:52px;
    font-size:15px;
    line-height: 36px;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    text-align: left;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    border:3px solid #fc814d;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}
}