@charset "utf-8";
@-webkit-keyframes mercury-arrowR {
    0% {
		transform: translate3d(0, 0, 0) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		-moz-transform: translate3d(0, 0, 0) rotate(45deg);
		-ms-transform: translate3d(0, 0, 0) rotate(45deg);
		-o-transform: translate3d(0, 0, 0) rotate(45deg);
}

    50% {
		transform: translate3d(30%, 0, 0) rotate(45deg);
		-webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
		-moz-transform: translate3d(30%, 0, 0) rotate(45deg);
		-ms-transform: translate3d(30%, 0, 0) rotate(45deg);
		-o-transform: translate3d(30%, 0, 0) rotate(45deg);
}

    100% {
		transform: translate3d(0, 0, 0) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		-moz-transform: translate3d(0, 0, 0) rotate(45deg);
		-ms-transform: translate3d(0, 0, 0) rotate(45deg);
		-o-transform: translate3d(0, 0, 0) rotate(45deg);
    }
}

[data-mobule-theme-color="white"]{
	border-top: 1px solid #cacaca;
	box-sizing: border-box;
}

.mobile-support-section-container .mobile-support-recommend-section {
    padding-top: 60px;
}

.mobile-support-section-container .mobile-support-recommend-section.mobile-support-section-add-pb {
    padding-bottom: 80px;
}

.mobile-support-recommend-section-inner{
	width: 950px;
    margin: 0 auto;
}

.mobile-support-section-container .mobile-support-recommend-section-ttl {
    font-size: 32px;
    line-height: 1.3125;
    color: #000;
    font-weight: bold;
	text-align: center;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
	align-items:center;
	margin-bottom: 30px;
}

.mobile-support-section-container .mobile-support-recommend-section-ttl::before{
	content: "";
	display: block;
	background:url(/mobile/set/common/jupiter/p/img/support/icon-ttl-woman.png) no-repeat center bottom;
	background-size: contain;
	width: 50px;
	height: 70px;
	margin-right: 30px;
}

.mobile-support-sp-block{
	display: none;
}

.mobile-support-recommend-list{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.mobile-support-recommend-list-item{
	border-top: 1px solid #cacaca;
	width: calc(455/950*100%);
	min-height: 112px;
}

.mobile-support-recommend-list-item:nth-last-child(1),.mobile-support-recommend-list-item:nth-last-child(2){
	border-bottom: 1px solid #cacaca;
}

.mobile-support-recommend-item-url{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	height: 100%;
	color: #0c68c7;
	font-weight: bold;
	position: relative;
	transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
}

.mobile-support-recommend-item-url:hover{
	opacity: 0.7;
	color: #0c68c7;
	text-decoration: none !important;
}

.mobile-support-recommend-item-url::after {
	content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #0c68c7;
    border-right: solid 2px #0c68c7;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.mobile-support-recommend-item-url:hover::after {
	-webkit-animation: mercury-arrowR 0.4s 2;
    animation: mercury-arrowR 0.4s 2
}

.mobile-support-recommend-list-item-fig{
	width: calc(70/455*100%);
}

.mobile-support-recommend-list-item-desc{
	width: calc(355/455*100%);
	box-sizing: border-box;
	padding-right: 35px;
}

.mobile-support-recommend-ttl{
	margin-top: 0;
}
.floating_contents-wrap{
	position: fixed;
	bottom: 20px;
	right: 20px;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.floating_contents-wrap.is-show{
	visibility: visible;
	opacity: 0.75;
	z-index: 100;
}
.floating_contents-wrap.is-show:hover{
	opacity: 0.6;
}
.floating_contents {
	display: block;
	background-color: #000000;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-border-radius: 10px;
	margin: 20px auto;
	-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	width: 80px;
	height: 56px;
	transition: width 0.4s ease-in-out;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-ms-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
}
.floating_contents.bounce{
	width: 200px;
}
.floating_contents:after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	right: 0px;
}
.floating_contents:after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -19px;
  left: 25%;
  width: 0;
  height: 0;
  border-bottom: 30px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
}
.floating_link{
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
}
.floating_text{
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 100%;
}
.bounce-leave-active {
	display: none;
}
.floating_dot{
	display: block;
	width: 80px;
}
.floating_recommend-count-tip{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #ffffff;
	background-color: #00999b;
	font-size: 12px;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
}

.floating_close-btn{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #c8c8c9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #ffffff;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	z-index: 10;
	font-size: 18px;
	font-weight: bold;
	color: #86888a;
}

.floating_close-btn:hover,.floating_close-btn:focus{
	text-decoration: none;
	color: #86888a !important;
}

.sb-appshell-v1-pagetop.addBottom{
	bottom: 125px !important;
}

