@charset "UTF-8";

.top-button {
  position: relative;
}
.top-button-ttl {
  box-sizing: border-box;
  width:100%;
  position: absolute;
  bottom:0;
  right:0;
  padding:2em 0.5em;
  background-color: #151515;
}

a div.top-button {
	-webkit-transition:.2s linear;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus {
	outline: none;
	color: #626262;
}
a:hover div.top-button {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*//  -- Tooltip --  //*/
.t-tip{
    position: relative;
    cursor: pointer;
  display: inline-block
}
/*//  -- <div class="t-dsc">説明を入力してください。</div> --  //*/
.t-dsc1,.t-dsc2 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
  text-align: left;
    width: 100px;
    z-index: 50000;
}
.t-dsc1:before,.t-dsc2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.t-dsc2:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 60%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(180deg);
}
.t-tip:hover .t-dsc1{
    display: inline-block;
    top: -70px;
    left: -30px;
}
.t-tip:hover .t-dsc2{
  display: inline-block;
    bottom: -60px;
    left: 50%;
}
/*//  -- /Tooltip --  //*/

@media screen and (max-width: 1100px) {
#mediaQ--------------------------------------------------------------------------------------------------1100{}
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
.top-button {
  height:30rem;
}
}


@media screen and (max-width: 769px) {
#mediaQ--------------------------------------------------------------------------------------------------769{}
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/

}


@media screen and (max-width: 500px) {
#mediaQ--------------------------------------------------------------------------------------------------500{}
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/

}
