@charset "utf-8";
.bg-volunteer {
    background-color: #F6FCFF;
}
.volunteer-container-inner {
    max-width: 1076px;
    margin: 0 auto;
}
.bg-volunteer-container-inner {
    max-width: 1076px;
    margin: 0 auto;
    
    position: relative;
}
.volunteer-ttl {
    font-size: 1.3125rem;
    color: #fff;
    background-color: #86CEF5;
    letter-spacing: 0.05em;
    line-height: 1.143;
    padding: 0.5rem 0.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 2.4rem;
}
.volunteer-content {
    margin-bottom: 0;
    line-height: 1.719;
}
.btn-standard-volunteer {
    margin-top: 1.25rem;
}

.btn-standard-volunteer a {
    color: #FFFFFF;
    background: #006ab8;
    border: 1px solid #006ab8;
    display: inline-block;
    text-align: center;
    width: fit-content;
    padding: 12px 25px 12px 15px;
    font-size: 1rem;
    max-width: 100%;
    min-width: 100px;
    font-weight: 700;
    position: relative;
}
.btn-standard-volunteer a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    right: 17px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: 0.3s; 
}
.btn-standard-volunteer a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    right: 17px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: 0.3s; 
}
/* .btn-standard.icon-newtab::after, .wp-block-button.icon-newtab a::after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background: url(../images/common/icon-newtab-white.svg) no-repeat center center/contain;
    border: none;
} */
.btn-standard-volunteer.icon-dl > a::after,
.btn-standard-volunteer.icon-dl > a::before {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 10px;
    height: 16px;
    border: none; 
}
.btn-standard-volunteer.icon-dl > a:hover::after {
    border: none;
    opacity: 0;
}
.btn-standard-volunteer.icon-dl > a::after {
    background: url(../images/common/icon-dl.svg) no-repeat center center/contain;
    opacity: 1;
}
.btn-standard-volunteer.icon-dl > a::before {
    background: url(../images/common/icon-dl-blue.svg) no-repeat center center/contain;
    opacity: 0;
}
.btn-standard-volunteer.icon-dl > a:hover::before {
    border: none;
    opacity: 1;
}
.btn-standard-volunteer a:hover {
    color: #006ab8;
    background-color: #fff;
    opacity: 1;
}
.btn-standard-volunteer a:hover::after {
    border-top: 1px solid #006ab8;
    border-right: 1px solid #006ab8;
}

.btn-size280-volunteer a {
    width: 280px;
}
.volunteer-img {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 23%;
}
.bg-volunteer .container {
    padding-bottom: 2.6rem;
}
.line-break-inline {
    display: inline-block;
}

.tel-link,
.mail-link {
    color: #000;
}
.red {
    font-weight: bold;
    color: red;
}
.volunteer-ttl:first-of-type {
    margin-top: 0;
}
/* @media all and (min-width: 389px) {
    .volunteer-img {
        bottom: 180px;
        right: 0;
    }

} */

/* @media all and (min-width: 426px) {
    .volunteer-img {
        bottom: 150px;
        right: 0;
    }

} */
@media all and (min-width: 480px) {
    /* .volunteer-img {
        bottom: 70px;
        right: 0px;
        width: 16%;
    } */

}
/* @media all and (min-width: 516px) {
    .volunteer-img {
        bottom: 110px;
        right: 0px;
        width: 30%;
    }

} */
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
    
    
    a[href^="tel:"] {
        pointer-events: none;
    }
    .mt40 {
        margin-top: 2.5rem;
    }
}
@media all and (min-width: 992px) {
    .bg-volunteer .container {
        padding-bottom: 4.1rem;
    }
    .line-break {
        display: none;
    }
    .volunteer-img {
        position: absolute;
        bottom: 3rem;
        right: 1.25rem;
    }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}