@charset "utf-8";
.header-bg{
    background-image: url(../sterile-pkg/images/top.webp);
    background-position: bottom 4px right 59px;
    background-size: 380px;
}
.header-bg::after{
    position: absolute;
    content: '※画像はイメージです';
    color: white;
    font-size: 10px;
    bottom: 24px;
    right: 74px;
}
.gridline {
    padding: 20px 20px 0 20px;
    margin-bottom: 60px;
}
.fusen.flex{
    flex-flow: column;
    justify-content: center;
    height: 100%;
}
.gridline .half:nth-child(2) p {
    margin: 7px 0 0 10px;
}
@media (max-width: 767px) {
    .header-bg{
        background-position: bottom right;
        background-size: 50%;
    }
    h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 599px){
    .header-bg {
        background-position: bottom center;
        background-size: 170px;
    }
    .header-bg::after{
        bottom: 10px;
        right: 89px;
    }
}
/* BOX01 */
.box01 > div{
    display: flex;
    justify-content: space-between;
}
.box01 > div:nth-child(odd){
    flex-flow: row-reverse;
}
.box01 > div > div,
.box01 > div > figure{
    width: calc(100%/2);
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.box01 > div > div{
    padding: 20px;
}
.box01 > div > figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.box01 h3{
    text-align: left;
    margin: 0 0 20px 0;
}
.box01 > div > div p{
    text-align: left;
}
.box01 p{
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .box01 > div,
    .box01 > div:nth-child(even),
    .box01 > div:nth-child(odd){
        flex-flow: column;
    }
    .box01 > div > div,
    .box01 > div > figure{
        width: 100%;
    }
    .box01 > div > figure{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 599px){
}

/* BOX02 */
.box02 ul{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.box02 ul li .btn-gr{
    min-width: 250px;
    position: relative;
    width: 100%;
    display: block;
}
@media screen and (max-width: 599px){
    .box02 ul{
        flex-flow: column;
    }
}
