/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/contact/
Description: MYTREX 返品関連チャット
Version: 1.0
*/


#pageTop {
position: fixed;
bottom: 2vw;
left: 2vw;
z-index: 10000;
}

#pageTop img {
width: 100%;
}

#pageTop i {
padding-top: 6px
}

#pageTop a {
display: block;
z-index: 999;
padding: 8px 8px 8px 8px;
border-radius: 0px;
width: 35px;
height: 35px;
background-color: #231815;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}

#pageTop a:hover {
text-decoration: none;
background-color: #23181591;
}

@media screen and (max-width: 767px) {
	.support_relation_img {
		padding-top: 10%;
	}
	.support_relation_img img{
		width: 100%;
		height: auto;
	}
	#relation-chat-launcher{
		bottom: 2vw;
		right: 2vw;
	}
}
@media screen and (min-width: 768px) {
	.support_relation_img {
		padding: 4% 0% 0%;
	}
	.support_relation_img img{
		width: 100%;
		height: auto;
	}
	#relation-chat-launcher{
		bottom: 2vw !important;
		right: 2vw !important;
	}
}
