@charset "UTF-8";

/* mv_dbo */
.mv_dbo .mv_dbo_inner .mv_dbo_catch p.tag {
  background-color: #0C52B1;
  font-size: 12px;
  color: #FFF;
  padding:3px 10px;
  display: inline-block;
  margin-bottom: 7px;
  text-shadow: unset;
}

.mv_dbo {
    background: url(/dcms_media/image/rboc_sv_top.png) no-repeat top 0px center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 200px;
}
.mv_dbo_inner {
    width: 1600px;
    max-width: 94%;
    margin: 30px auto auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.mv_dbo .mv_dbo_catch {
    min-width: 360px;
    flex: 1;
}

.mv_dbo_catch h1 {
    font-size: 40px;
}

.mv_dbo .mv_dbo_inner .mv_dbo_catch p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #35a19b;
    position: relative;
    text-aline: center;
}
.mv_dbo .mv_dbo_cta {
    width: 410px;
    height:320px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    text-align: center;
}
.mv_dbo .mv_dbo_cta_ttl {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    background: #35a19b;
    border-radius: 10px 10px 0 0;
    padding: 15px 10px;
    margin-bottom: 10px;
    position: relative;
}
.mv_dbo .mv_dbo_cta_ttl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #35a19b;
    border-bottom: 0;
}

/* font */
.kana-small {
    font-size: 0.9em
}

@media only screen and (max-width: 1024px) {
    .mv_dbo_catch h1 {
        font-size: 32px;
        text-shadow: 2px 2px 5px rgba(255, 255, 255, .8), -2px 2px 5px rgba(255, 255, 255, .8), 2px -2px 5px rgba(255, 255, 255, .8), -2px -2px 5px rgba(255, 255, 255, .8);
    }
    .mv_dbo_catch p {
        font-size: 16px;
        text-shadow: 2px 2px 5px rgba(255, 255, 255, .8), -2px 2px 5px rgba(255, 255, 255, .8), 2px -2px 5px rgba(255, 255, 255, .8), -2px -2px 5px rgba(255, 255, 255, .8);
    }
}

/* font end */

/* btn */
.btn-col2 {
    display: flex;
    gap:10px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.btn-col2 li {
    width: 240px;
}
.btn-col2 li a {
    display: block;
    text-align: center;
    border:2px solid #fff;
    background-color: #0C52B1;
    padding:12px 24px 12px 36px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-decoration: none !important;
}
.btn-col2 li.contact a {
    background-color: #ff463e;
}
.btn-col2 li.dl a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../other/icon-dl-wht.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left:20px;
    top: 50%;
    margin-top: -10px;
}
.btn-col2 li.contact a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../other/icon-contact-wht.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left:20px;
    top: 50%;
    margin-top: -10px;
}

@media(hover:hover) and (pointer:fine) {
    .btn-col2 li a:hover {
        background-color: #fff;
        color: #0C52B1;
        border-color: #0C52B1;
        text-decoration: none;
    }
    .btn-col2 li.contact a:hover {
        color: #ff463e;
        border-color: #ff463e;
    }  
    /* .btn-col2 li.dl a:hover::before {
        background-image: url(../other/icon-dl-main.svg);
    }
    .btn-col2 li.contact a:hover::before {
        background-image: url(../other/icon-contact-accent.svg);
    } */
}

@media only screen and (max-width: 767.8px) {
    .btn-col2 {
        flex-direction: column;
        align-items: center;
    }
} */
/* btn end */
