.mn-footer {
    padding-bottom: 130px;
}

.mn-links {
    background-color: #6c757d42!important;
    opacity: 0.8;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 0.25rem;
}

.mn-arrow {
    position: absolute;
    top: 37px;left:50px;
}

.mn-popover {
    display: none;
    top: -40px;
    left: 30px;
}

.mn-line-id {
    position: absolute;
    top: 0px;
    right: 0px;
}

.mn-updated {
    position: absolute;
    right: 0px;
    font-size: 12px
}

.grecaptcha-badge{
    position: fixed;
    bottom: 120px!important;
}

.navbar {
    padding: 1em 0.5rem;
}
/* ここから下がボタンのCSS　*/
.btn-gradation {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 24px;
    margin-bottom: 1rem;
    border-radius: 4px;
    background-image: linear-gradient(-90deg, #FF006E, #FFD500);
    transition: .5s;
    background-size: 200%;
    box-shadow: 0 10px 25px 0 rgba(122, 109, 109, 0.5);

  }

.btn-gradation:hover {
    background-position: right center;
    color: #FFF;
  }
.breadcrumb-item {
    font-size:12px;
}

.breadcrumb-bg{
    background-color: #e9ecef;
}
.jumbotron{
    padding: 2rem 2rem;
}
h1 {
    font-size: 1.1rem!important;
}
.prof_img {
    width:70px;
    border-radius:0.25rem;
    margin-top:5px;
}
.navbar-nav {
    margin-top: 10px;
}
.top_link {
    position:relative;
    top:-5px;
}
.topbnr {
    height: 100px;
    width: 100%;
}
body {
    overflow-x: hidden;
}
.page-link {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.list_banner_pc {
    padding-inline-start:0px;
    display:flex;
    text-align:center;
    margin-bottom:0px;
}
.main-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.1rem!important;
}
.h1-title {
    margin-bottom:-10px;
    font-weight: normal;
    line-height: 1.2;
    font-size:12px!important;
    margin-top: 0;
}
.bottom-banner3 {
    min-height:250px;
    text-align:center;
}
.bg-pink {
    background-color: #d63384!important
}
.btn-pink {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384
}
.btn-outline-pink {
    color: #d63384;
    border-color: #d63384;
}
.footer_overlay {
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    overflow-y: auto;
    z-index: 2147483647 !important;
}