@charset "UTF-8";
/* コンテンツ */


.bg_spe {
    background-color: #eadeee;
    padding-top: 1px;
}
.waku_h {
    position: relative;
    background-color: #fff;
    padding: 60px 40px 40px;
    border-radius: 20px;
    margin-top: 220px;
}
.ill1 {
    position: absolute;
    left: 20px;
    top: -30px;
    width: 150px;
}
.ill1 img {
    width: 100%;
}
.mname {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 150px;
}
.mname img {
    width: 100%;
}

.tx1 {
     line-height: 1.5;
}

.spbox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.spbox1 img {
    width: 100%;
}
.spbox1 ul li {
    width: 31%;
    margin-bottom: 30px;
}

.dogbox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dogbox ul li:first-child {
    width: 70%;
}
.dogbox ul li:last-child {
    width: 30%;
}
.dogbox ul li:last-child img {
    width: 100%;
}

.spbox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.spbox2 img {
    width: 100%;
}
.spbox2 ul li {
    width: 24%;
    margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
    
}

@media screen and (max-width: 499px) {
.waku_h {
    background-color: #fff;
    padding: 100px 20px 20px;
    border-radius: 20px;
    margin-top: 100px;
}
.ill1 {
    position: absolute;
    left: 20px;
    top: -30px;
    width: 100px;
}
.mname {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 135px;
}

.spbox1 ul {
    margin-bottom: -20px;
}
.spbox1 img {
    width: 100%;
}
.spbox1 ul li {
    width: 100%;
    margin-bottom: 20px;
}

.dogbox ul li:first-child {
    width: 52%;
}
.dogbox ul li:last-child {
    width: 45%;
}

.spbox2 ul {
    margin-bottom: 0;
}
.spbox2 ul li {
    width: 48%;
    margin-bottom: 10px;
}


}