@charset "UTF-8";

#top_left+section .inner_item_txt ul li a{
  text-decoration:none !important;
}

@media screen and (min-width:1300px) {
#top_left+section .inner_item_txt ul {
    margin-top: 20px;
    display: flex;
    gap: 0 12%;
}

}


/*----------このようなお悩みはありませんか？------------*/
a#check+section .heading.block_header_6 .h {
    color: var(--i_sub_color);
}
a#check+section .heading.block_header_6::before,
a#check+section .heading.block_header_6::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/upload_data/niyoshibussancojp/image/20260609114927.png) no-repeat;
    background-size: contain;
    left: 165px;
    top: 20px;
    width: 200px;
    height: 200px;
}
a#check+section .heading.block_header_6::after {
    background: url(/common/upload_data/niyoshibussancojp/image/20260609114927_1.png) no-repeat;
    background-size: contain;
    left: auto;
    right: 165px;
}
a#check+section .inner_item_txt {
    max-width: 500px !important;
    margin: auto;
}
a#check+section .inner_item_txt ul li {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}
a#check+section .inner_item_txt ul li:before {
    content: "";
    background: url(/common/upload_data/niyoshibussancojp/image/20260609114927_2.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: relative;
    display: block;
}
@media screen and (max-width: 1150px) {
a#check+section .heading.block_header_6::before {
    left: 50%;
    margin-left: -400px;
}
a#check+section .heading.block_header_6::after {
    left: 50%;
    margin-left: 200px;
}
}
@media screen and (max-width: 800px) {
a#check+section .heading.block_header_6::before,
a#check+section .heading.block_header_6::after {
    width: 150px;
    height: 150px;
    top: 0px;
}
a#check+section .heading.block_header_6::before {
    left: 50%;
    margin-left: -260px;
}
a#check+section .heading.block_header_6::after {
    left: 50%;
    margin-left: 105px;
}
}
@media screen and (max-width: 550px) {
a#check+section .heading.block_header_6::before,
a#check+section .heading.block_header_6::after {
    width: 100px;
    height: 100px;
}
a#check+section .heading.block_header_6::before {
    margin-left: -160px;
}
a#check+section .heading.block_header_6::after {
    margin-left: 60px;
}
}
