@charset "UTF-8";

.block_images_1 .heading.block_header_4 .h{
    color: var(--i_txt_color);
    font-weight: bold;
font-size: 1.4rem !important;
}
.block_images_4 .heading.block_header_4 .h{
    color: var(--i_txt_color);
    font-weight: bold;
    padding: 3px 0;
    background-color: rgb(238, 238, 238);
}

/*-----------------------------#service_item1---------------------------------*/
#service_item1 + section .inner_item_txt p  {
    padding: 10px;
    padding-right: 0;
    padding-left: 30px;
    background: url(/common/upload_data/syohyohcom/image/20230330095152.png) left top 15px no-repeat;
}


/*-----------------------------#service_item2---------------------------------*/
#primary {
    width: 100%;
}

#sidebar {
    display: none;
}

#service_item2 + div   .inner_item {
    flex-direction: row-reverse;
    border: 1px solid #ccc;
    padding: 20px;
    gap: 2%;
}

#service_item2 + div .heading.block_header_4 .h {
    color: var(--i_txt_color);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#service_item2 + div .inner_item_img img {
    width: inherit!important;
    height: inherit!important;
    object-fit: cover;
}

#service_item2 + div .inner_item_txt {
    width: 150%!important;
}

@media screen and (max-width: 800px) {
#service_item2 + div {
    padding: 0;
}

#service_item2 + div .inner_item {
    width: 100%;
    margin-left: 0!important;
    margin: 10px 0;
}
}

@media screen and (max-width: 700px) {
#service_item2 + div .wrapper_item {
    width: 100%!important;
    flex-wrap: wrap;
    justify-content: center;
}

#service_item2 + div {
    padding: 0;
}

#service_item2 + div .inner_item {
    width: 100%!important;
    flex-wrap: wrap;
}
}


/*-----------------------------テーブル---------------------------------*/
table th {
    font-size: 2.5rem !important;
}

@media screen and (max-width: 800px) {
table th {
    font-size: 1.8rem !important;
}
}