.single_container {
    max-width: 1300px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 20px 0 20px;
}

.tab-block{
    padding: 50px 0px;
}

/*詳細画面*/

.blog-detail__image img {
    vertical-align: bottom;
    max-width: 250px;
    width: 100%;
    height: auto;
}


.veu_autoEyeCatchBox{
    display: none;
}
.title_single {
    padding: 50px 0 4px 0;
}

.time_single {
    display: flex;
    padding: 0 20px 0 20px;
    border-bottom: 2px solid #03A68E;
}

.blog-detail__title{
    font-size: 22px;
}

.time_single p {
    margin-left: auto;
    font-size: 14px;
}

.blog-detail__image{
    text-align: center;
}
.blog-detail__image_top {
    text-align: center;
    max-width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-detail__image_top img{
    width: 100%;
}

.blog-detail__image_top h2{
    position: absolute;
    /*background-color: rgba(255,255,255,0.5);*/
    padding: 10px 20px;
    font-family: "Noto Sans JP",sans-serif;
    letter-spacing: 2.5px;
    color: #FFF;
    font-size: 2.2rem;
    text-shadow: 4px 2px 10px #808080;
}

.left_menu{
    margin-left: 5px;
    color: #595959;
}

.left_menu a{
    color: #71be44;
}

.honbun {
    padding: 10px 0 0 0;
    overflow: hidden;
}

.modoru {
    max-width: 1300px;
    margin: 50px auto;
    text-align: center;
}

.modoru a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.modoru a:hover {
    color: #03A68E;
}
@media screen and (min-width:768px) and (max-width:1250px){
    .blog-detail__image_top{
        height: 45vh;
    }
}
@media screen and (max-width:767px) {
    .single_container img {
        max-width: 100%;
        max-height: unset;
        min-height: 120px;
    }
    .blog-detail__image_top{
        height: 300px;
    }
}


.aco1_img {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 45%;
    height: auto!important;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.acoimg1_1 {
    background-image: none!important;
}
.acoimg1_2 {
    background-image: none!important;
}
.acoimg1_3 {
    background-image: none!important;
}
.acoimg1_4 {
    background-image: none!important;
}
.aco1_img img{
    width: 100%;
    height: 100%!important;
}