@charset "UTF-8";

#img + .contents_box01 .inner_item_img img {
    max-width: none !important;
    width: 1200px !important;
}
@media screen and (max-width: 1200px){
#img + .contents_box01 .inner_item_img img {
    max-width: none !important;
    width: 100% !important;
}
}

.arrow07::after {
    position: absolute;
    content: "";
    border: solid 10px transparent;
    border-left: solid 10px #00a3d8;
    top: 50%;
    left: 20px;
    margin-top: -11px;
}

.arrow07::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 10px;
    background-color: #00a3d8;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.arrow07 {
    position: relative;
    padding-left: 50px;
}


#img + .contents_box01.w75 .inner_item_img {
    flex-basis: 75%;
    max-width: 100%;
}