@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.floating-box{
position: fixed;
right: 0;
top: 46%;
background: rgba(255,255,255,.85);
padding: 6px 8px 6px 12px;
border-radius: 12px 0 0 12px;
border-top: 1px solid #3a60ab;
border-bottom: 1px solid #3a60ab;
border-left: 1px solid #3a60ab;
z-index: 10;
}
.floating-bnr-icon{
width: 34px;
display: inline-block;
margin: 0 10px 0 0;
}
.floating-bnr-icon img{
vertical-align: middle;
}
.floating-box a{
text-decoration: none;
color: #3a60ab;
display: block;
font-size: 14px;
font-weight: 700;
margin: 0;
padding: 0 4px 0 0;
border-bottom: 1px dashed #3a60ab;
line-height: 42px;
}
.floating-box a:nth-of-type(4){
border-bottom: none;
}

@media screen and (max-width: 1200px) {
.floating-box {
    top: 30%;
    padding: 6px 8px 6px 12px;
}
.floating-box a{
font-size: 12px;
line-height: 38px;
}
.floating-bnr-icon {
    width: 30px;
    margin: 0 6px 0 0;
}

}

@media screen and (max-width: 767px) {
.floating-box{
width: 100%;
right: 0;
top: auto;
bottom: 0;
padding: 10px 0 6px;
border-radius: 0;
border-top: 1px solid #3a60ab;
border-bottom: none;
border-left: none;
display: flex;
}
.floating-box a{
width: 25%;
text-decoration: none;
color: #3a60ab;
display: block;
font-size: min(2.8vw, 14px);
margin: 0;
padding: 0 0 0;
border-bottom: none;
line-height: 1.5;
text-align: center;
}
.floating-bnr-icon{
width: 100%;
display: block;
margin: 0 0 0;
text-align: center;
}
.floating-bnr-icon img{
width: 50%;
max-width: 42px;
}
.top .footer_ren .under {
        padding: 10px 10px 100px 10px;
    }
}