/* フローティング */
.floating {
    /* display: block; */
    width: 272px;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 9;
    border: 4px solid #fafafa;
    box-shadow: 0px 2px 8px #00000029;
    border-bottom: none;
    opacity: 1;    
}
.floating[data-floating-type="02"] {
    width: 310px;
    padding: 15px 10px 0;
}
.floating[data-floating-type="03"] {
    width: 320px;
    padding: 15px 10px 0;
}
.floating[data-floating-type="04"] {
    width: 340px;
    padding: 15px 10px 0;
}

.floating-shine-mask {
    top: -4px;
    border-radius: 24px 24px 0 0;
}
.floating-shine {
    height: calc(100% + 4px);
}
  
.floating.hidden{
    opacity: 0;
    pointer-events: none;
}
.floating .floating-inner[data-floating-type="01"] {
    padding-top: 10px;
}
.floating-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.floating-apply-lead{
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.floating-apply-lead a{
    color: #FFF;
    text-decoration: underline;
}
.sp {
    display: none !important;
}
.floating-icon {
    position: relative;
    top: -20px;
    left: -6px;
}
.floating-icon .floating-icon__charactor {
    width: 100%;
}
.floating-lead.floating-lead-typeA {
    display: block;
    width: 114.57px;
    position: relative;
    top: -12px;
    left: -8px;
}
.renewal-floating-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    color: #10395C!important;
    background: #FCEA06 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 0px #10395C;
    border: 2px solid #10395C;
    border-radius: 30px;
    opacity: 1;
    cursor: pointer;
    position: relative;
    top: -12px;
}
.renewal-floating-button:hover,
.renewal-floating-button:focus {
    text-decoration: none;
}
.renewal-floating-button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #10395C;
    border-right: 2px solid #10395C;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
}
.renewal-floating-button[data-button-type="01"] {
    width: 240px;
}
.renewal-floating-button[data-button-type="02"] {
    width: 280px;
    margin-top: 10px;
}
.renewal-floating-button[data-button-type="03"] {
    width: 290px;
    margin-top: 10px;
}
.renewal-floating-button[data-button-type="04"] {
    width: 310px;
    margin-top: 10px;
    padding-right: 10px;
}
.renewal-floating-button[data-button-type="05"] {
    width: 310px;
    margin-top: 10px;
    padding-right: 10px;
}
#nav-top-area {
    bottom: 220px;
}