.bottom_nav2{
z-index: 999;
letter-spacing: 1px;
text-align: center;
display: flex;
bottom: 0;
width: 100%;
padding: 6px;
background: rgba(255, 255, 255, 0.75);
gap: 5px;
}


.note-editor .note-editing-area .note-editable .bottom_nav2 a:first-child,
body.contents-mgr-shop-shop_guide-form #Form-content ~ .note-editor .note-editing-area .bottom_nav2 a:first-child,
.bottom_nav2 a:first-child {
padding: 5px 0 5px;
background: rgb(212 145 145);
display: block;
width: calc(100%/3);
font-size: 1.8rem;
color: #fff;
}

.bottom_nav2 a {
padding: 5px 0 5px;
background: rgb(204 181 134);
display: block;
width: calc(100%/3);
font-size: 1.8rem;
color: #fff;
border-radius: 6px;
}

.bottom_nav2 a:last-child {
padding: 5px 0 5px;
background: rgb(109 180 95);
display: block;
width: calc(100%/3);
font-size: 1.8rem;
color: #fff;
}

.bottom_nav2 .footer_icon {
width: 26px;
padding-bottom: 2px;
}
