@charset "UTF-8";

/*---テキスト---*/
.block_text_1 .inner_item_txt p {
    font-weight: bold;
}
@media screen and (min-width: 901px) {
    br.sp {
        display: none;
    }
}

/*---btn---*/
.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a {
    margin-bottom: 8px;
}

@media screen and (min-width: 901px) {
    .contents_btn01 a {
        min-width: clamp(0px, 100%, 280px);
    }
}

/*---見出し---*/
a[id^="hd"]+section {
    overflow: visible;
}

a[id^="hd"]+section .heading.block_header_2 .h,
#voice+div .heading.block_header_4 .h,
#c2+div .heading.block_header_4 .h,
#possible+div .heading.block_header_4 .h {
    font-size: clamp(4rem, 10vw, 12rem) !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--i_main_color);
    line-height: 1.2;
    padding-left: 0;
}

#c2+div .heading.block_header_4 .h,
#possible+div .heading.block_header_4 .h {
    font-size: clamp(4rem, 6vw, 10rem) !important;
}

a[id^="hd"]+section .heading.block_header_2 p,
#voice+div .heading.block_header_4 p,
#c2+div .heading.block_header_4 p,
#possible+div .heading.block_header_4 p {
    color: var(--i_main_color);
    font-size: 3.5rem !important;
    letter-spacing: 0.2rem;
    line-height: 1.2;
    padding-left: 0;
}

#c2+div .heading.block_header_4 p,
#possible+div .heading.block_header_4 p {
    font-size: 2.5rem !important;
}

a[id^="hd"]+section .heading.block_header_2 .h::before {
    display: none;
}

@media screen and (max-width: 800px) {

    a[id^="hd"]+section .heading.block_header_2 p,
    #voice+div .heading.block_header_4 p,
    #c2+div .heading.block_header_4 p,
    #possible+div .heading.block_header_4 p {
        font-size: 2rem !important;
    }
}

a[id^="hd"]+section .inner_item_img img {
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
}

/*---画像の大きさ---*/

a[id^="img"]+div .wrapper_item {
    align-items: center;
}

a[id^="img"]+div .inner_item_img img {
    width: auto !important;
    /*height: auto !important;*/
    border-radius: 0;
}

/*------------------*/

/*---紹介---*/

#hd_s+section .inner_item_txt p {
    /*font-size: 2rem;*/
    font-weight: 600;
}

/*---バナー---*/

#img_01+div {
    overflow: visible;
    z-index: 1;
}

#img_01+div>.content_wrapper {
    box-shadow: none;
}

#img_01+div .content_wrapper .inner_item {
    transform: scale(0, 0);
    transition: 1s ease-in-out;
}

#img_01+div .content_wrapper .inner_item:first-of-type {
    transition-delay: 0.5s;
}

#img_01+div .content_wrapper .inner_item:nth-of-type(2) {
    transition-delay: 1s;
}

#img_01+div .content_wrapper .inner_item:nth-of-type(3) {
    transition-delay: 1.5s;
}

#img_01+div .content_wrapper.trigger .inner_item:first-of-type {
    transform: scale(1, 1);
}

#img_01+div .content_wrapper.trigger .inner_item:nth-of-type(2) {
    transform: scale(1, 1);
}

#img_01+div .content_wrapper.trigger .inner_item:nth-of-type(3) {
    transform: scale(1, 1);
}

/*---選ばれる理由---*/

a[id^="img_re"]+div .heading.block_header_2 .h {
    padding-left: 0;
    color: var(--i_bg_color);
    background: var(--i_main_color);
    font-size: 2.8rem;
    padding: 5px 25px 8px;
    border-radius: 100px;
}

a[id^="img_re"]+div .heading.block_header_2 .h:before {
    display: none;
}

a[id^="img_re"]+div .heading.block_header_2 p {
    padding-left: 0;
    font-size: 3.5rem;
    color: var(--i_main_color);
}

#h_re+section .content_wrapper,
a[id^="img_re"]+div .content_wrapper {
    background: var(--i_bg_color);
    padding-left: 80px;
    padding-right: 80px;
    width: calc(100% - 40px);
}

#h_re+section:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 50px;
    right: 6%;
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20231225140841.png) no-repeat top right / 250px;
    z-index: 2;
    pointer-events: none;
}

#h_re+section:before {
    transform-origin: top right;
    animation: yurayura 3s ease-in-out infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }
}

#img_re_2+div:before {
    transform-origin: bottom left;
    animation: yurayura2 3s ease-in-out infinite;
}

@keyframes yurayura2 {

    0%,
    100% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }
}

#h_re+section .content_wrapper {
    padding-top: 80px;
    border-radius: 20px 20px 0 0;
}

/*#h_re+section .heading.block_header_1{
	padding-top: 85px;
	background: url("/common/upload_data/ihinseiri-evidencecom/image/star.png") no-repeat top center / 450px;
}*/
/*#h_re+section .inner_item_txt{
	padding-bottom: 65px !important;
	background: url("/common/upload_data/ihinseiri-evidencecom/image/star2_1.png") no-repeat bottom center / 250px;
}*/
#img_re+div .content_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

#img_re_2+div .content_wrapper {
    padding-bottom: 80px;
    border-radius: 0 0 20px 20px;
}

#img_re_2+div {
    overflow: visible;
}

/*#img_re_2+div:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	bottom: -80px;
	left: 6%;
	background: url("/common/upload_data/ihinseiri-evidencecom/image/r_icon2.png") no-repeat bottom left / 300px;
	z-index: 2;
	pointer-events: none;
}*/
@media screen and (max-width: 1200px) {
    #h_re+section::before {
        top: 15px;
        right: 0;
        background-size: 160px;
    }
}

@media screen and (min-width: 801px) {
    a[id^="img_re"]+div .heading.block_header_2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a[id^="img_re"]+div .heading.block_header_2 p {
        padding-left: 20px;
    }
}

@media screen and (max-width: 800px) {

    #h_re+section .content_wrapper,
    a[id^="img_re"]+div .content_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    #h_re+section .content_wrapper {
        padding-top: 65px;
    }

    #img_re_2+div .content_wrapper {
        padding-bottom: 65px;
    }

    a[id^="img_re"]+div .heading.block_header_2 .h {
        width: 100%;
        box-sizing: border-box;
    }

    a[id^="img_re"]+div .heading.block_header_2 p {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 480px) {
    #h_re+section .heading.block_header_1 {
        padding-top: 60px;
        background-size: 300px;
    }

    #h_re+section .inner_item_txt {
        padding-bottom: 45px !important;
        background-size: 190px;
    }

    /*#img_re_2+div:before{
		bottom: -50px;
		background-size: 200px;
	}*/

}

/*---メディア掲載実績---*/

#md+section>.content_wrapper {
    padding: 0 50px 50px;
    width: calc(100% - 40px);
    position: relative;
}

#md+section>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 85%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom right, #ecf3f8 0%, #f4fbff 100%);
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
    border-radius: 40px;
    z-index: -1;
}

#media .heading.block_header_6 .h,
#media .heading.block_header_6 p {
    color: var(--i_main_color);
}

#media ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#media ul li {
    list-style: none !important;
    padding-left: 0 !important;
    width: 18%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#media ul li a {
    transition: 0.4s ease-in-out;
}

#media ul li a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 900px) {
    #media ul li {
        width: 30%
    }

    #md+section>.content_wrapper {
        padding: 40px 20px
    }
}

@media screen and (max-width: 600px) {
    #media ul li {
        width: 48%
    }
}
/*---20251020追記#md---*/
@media screen and (min-width: 901px) {
#media ul {
    justify-content: space-evenly;
}
li.add_img img {
    max-width: 350px;
}
#media ul li.add_img {
    width: auto;
}
}
/*---SPECIAL THANKS---*/
#thanks+div {
    box-shadow: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

#thanks+div .heading.block_header_6 {
    color: #fff;
    margin-bottom: 0;
    padding: 100px 20px;
}

#thanks+div .heading.block_header_6:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--i_btn_color);
    pointer-events: none;
    transition: 1.5s ease-in-out;
    transform-origin: left top;
    transform: scale(0, 1);
    border-radius: 0 40px 40px 0;
}

#thanks+div.trigger .heading.block_header_6:before {
    transform: scale(1, 1);
}

#thanks+div .heading.block_header_6 .h {
    color: #fff;
}

#thanks+div .inner_item_img img {
    width: auto !important;
    height: auto !important;
}

#thanks+div>.content_wrapper {
    padding-left: 0;
}

@media screen and (min-width: 901px) {
    #thanks+div>.content_wrapper {
        display: flex;
        align-items: center;
        padding: 0;
        max-width: none !important;
    }

    #thanks+div .heading.block_header_6 {
        width: 60%;
    }

    #thanks+div .wrapper_item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 650px) {
    #thanks+div .heading.block_header_6 {
        padding: 50px 20px;
        margin-bottom: 30px;
    }
}

/*---サービス案内---*/

#service+div>.content_wrapper {
    position: relative;
}

#service+div .wrapper_item {
    overflow: visible;
}

/*#service+div .inner_item_img img {
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
}*/

#service+div .inner_item_txt {
    position: relative;
    bottom: 0;
    background: var(--i_btn_color);
    margin-top: 30px;
    padding: 10px 20px 5px;
    box-sizing: border-box;
    width: 100%;
}

#service+div .heading.block_header_4 .h {
    font-size: 2.5rem;
    color: #fff;
}

#service2+section .inner_item_txt .contents_btn01 {
    padding-top: 50px;
}

@media screen and (max-width: 650px) {
    #service+div .inner_item_txt {
        padding: 0px;
        width: 100%;
    }
}
/*---20251020追記 #service---*/
#service+div .inner_item_img img {
    border-radius: unset;
    height: 200px !important;
}
#service+div .inner_item_txt {
    margin-top: 0px;
}
#service+div .inner_item_img img {
  max-height: 200px !important;
  min-height: 150px !important;
}

#service+div .heading.block_header_4 .h:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    width: 2rem;
    aspect-ratio: 1 / 1;
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20240122161852.png) no-repeat center / contain;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #service+div .inner_item_img img {
    max-height: 160px !important;
    min-height: 120px !important;
  }
}
@media screen and (max-width: 480px) {
  #service+div .inner_item_img img {
    max-height: 130px !important;
    min-height: 100px !important;
  }
}
@media screen and (max-width: 580px) {
    #service+div .heading.block_header_4 .h {
        font-size: clamp(12px, 3vw, 16px) !important;
    }
    #service+div .heading.block_header_4 .h:before {
    margin-right: -5px;
    width: 1.5rem;
}
}
/*---20251020追記 #txt2---*/
#txt2+section>.content_wrapper:before {
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20251020105638.png) no-repeat center center;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background-size: 65%;
}
@media screen and (max-width: 550px) {
#txt2+section>.content_wrapper:before {
    background-size: 200%;
}
}
/*---20251020追記 #merit ---*/
#merit + div {
	overflow: visible;
}
#merit + div::before {
	content: "";
	display: block;
	width: 800px;
	height: 350px;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	background: url(/common/upload_data/ihinseiri-evidencecom/image/20251017144838.png) no-repeat bottom right / contain;
}
@media screen and (max-width: 900px) {
	#merit + div::before {
		height: 200px;
	}
}
/*---適正な料金／貴重品捜索力／買取---*/

#c3+div:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    background: #0c78d3;
    pointer-events: none;
}

#c3+div .inner_item_img img {
    max-width: 200px;
    height: auto !important;
}

#c3+div .heading.block_header_4 .h {
    font-size: 2.5rem;
    color: var(--i_main_color);
}

#c3+div .inner_item_txt {
    margin-top: 20px;
    text-align: center;
}

#c3+div .inner_item_txt p {
    font-weight: 600;
    font-size: 2rem;
}

#c3+div .inner_item {
    background: var(--i_sub2_color);
    border-radius: 20px;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
}

#c3+div .inner_item {
    transition: 1s ease-in-out;
}

#c3+div .inner_item:first-of-type {
    transition-delay: 0.5s;
}

#c3+div .trigger .inner_item:first-of-type {
    transform: rotate(5deg);
}

#c3+div .inner_item:nth-of-type(2) {
    transition-delay: 1s;
}

#c3+div .trigger .inner_item:nth-of-type(2) {
    transform: rotate(-3deg);
}

#c3+div .inner_item:last-of-type {
    transition-delay: 1.5s;
}

#c3+div .trigger .inner_item:last-of-type {
    transform: rotate(8deg);
}

@media screen and (max-width: 650px) {
    #c3+div .inner_item_img img {
        max-width: 150px;
    }
}

#c3+div+section>.content_wrapper {
    border: 8px solid var(--i_bg_color);
    border-radius: 50px;
    padding: 50px;
    box-sizing: border-box;
    width: calc(100% - 20px);
}

@media screen and (max-width: 650px) {
    #c3+div+section>.content_wrapper {
        padding: 30px 10px;
    }
}

/*---エビデンスの料金設定---*/

#img_menu+div .inner_item {
    border: 4px solid var(--i_main_color);
    border-radius: 20px;
    margin-bottom: 20px;
}

#img_menu+div .inner_item:nth-of-type(2) {
    border: 4px solid #0078c0;
}

#img_menu+div .inner_item:nth-of-type(3) {
    border: 4px solid #005b9f;
}

#img_menu+div .inner_item:nth-of-type(4) {
    border: 4px solid #003f7f;
}

#img_menu+div .heading.block_header_4 {
    background: var(--i_main_color);
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}

#img_menu+div .inner_item:nth-of-type(2) .heading.block_header_4 {
    background: #0078c0;
}

#img_menu+div .inner_item:nth-of-type(3) .heading.block_header_4 {
    background: #005b9f;
}

#img_menu+div .inner_item:nth-of-type(4) .heading.block_header_4 {
    background: #003f7f;
}

#img_menu+div .heading.block_header_4 .h {
    color: #fff;
    font-size: 2.2rem;
}

#img_menu+div .inner_item_txt p {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

#img_menu+div .inner_item_txt span {
    display: block;
    color: #ff0000;
    font-size: 3rem;
}

#img_menu+div .wrapper_item {
    align-items: flex-start;
}

@media screen and (max-width: 800px) {
    #img_menu+div .inner_item_txt span {
        font-size: 2.5rem;
    }
}

/*---料金案内---*/

#menu1+section:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--i_sub2_color);
    pointer-events: none;
}

#menu1+section .heading {
    background: var(--i_main_color);
    border-radius: 10px;
    padding: 50px 10px 60px;
}

#menu1+section .heading.block_header_6 .h,
#menu1+section .heading.block_header_6 p {
    color: #fff;
}

#menu2+div .heading.block_header_6 .h {
    position: relative;
    font-size: 3.8rem;
    padding-bottom: 30px;
}

#menu2+div .heading.block_header_6 .h:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/common/upload_data/ihinseiri-evidencecom/image/dot.png") no-repeat bottom center / 90px;
    pointer-events: none;
}

#menu2+div .wrapper_item {
    text-align: left;
}

#menu2+div .inner_item {
    width: 100% !important;
    margin: 0 !important;
}

#menu2+div .inner_item_txt p {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
}

#menu2+div .inner_item_txt p:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0;
    background: url("/common/upload_data/ihinseiri-evidencecom/image/check.png") no-repeat top left / contain;
    pointer-events: none;
}

@media screen and (max-width: 800px) {
    #menu2+div .heading.block_header_6 .h {
        font-size: 2.5rem;
        padding-bottom: 25px;
    }

    #menu2+div .heading.block_header_6 .h::before {
        background-size: 71px;
    }
}

#menu3+div {
    padding-top: 120px;
}

#menu3+div:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: calc(50% - 100px);
    border-style: solid;
    border-width: 80px 100px 0 100px;
    border-color: var(--i_main_color) transparent transparent transparent;
    pointer-events: none;
}

#menu3+div .heading.block_header_1 {
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#menu3+div .heading.block_header_1:before {
    position: absolute;
    display: block;
    content: "";
    width: 180px;
    height: 180px;
    top: -80px;
    right: -80px;
    background: url("/common/upload_data/ihinseiri-evidencecom/image/free.png") no-repeat top right / contain;
    pointer-events: none;
    transform: scale(0, 0) rotate(0deg);
    transition: 0.6s ease-in-out 0.5s;
}

#menu3+div .content_wrapper.trigger .heading.block_header_1:before {
    transform: scale(1, 1) rotate(10deg);
}

#menu3+div .heading.block_header_1 {
    margin-bottom: 80px;
}

#menu3+div .heading.block_header_1 p {
    border-bottom: 3px solid var(--i_main_color);
    display: inline-block;
    padding-bottom: 6px;
}

#menu3+div .heading.block_header_1 .h {
    font-size: 3rem;
    color: var(--i_txt_color);
}

#menu3+div .wrapper_item {
    overflow: visible;
}

#menu3+div .inner_item_txt p {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
}

#menu3+div .inner_item_txt p span {
    font-size: 2.8rem;
}

#menu3+div .inner_item {
    border: 4px solid var(--i_main_color);
    border-radius: 20px;
    padding: 30px 10px 30px;
    position: relative;
}

#menu3+div .inner_item:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: -45px;
    left: 10px;
    background: url("/common/upload_data/ihinseiri-evidencecom/image/r1.png") no-repeat top left / 90px;
    pointer-events: none;
}

#menu3+div .inner_item:nth-of-type(2):before {
    background: url("/common/upload_data/ihinseiri-evidencecom/image/r2.png") no-repeat top left / 90px;
}

#menu3+div .inner_item:nth-of-type(3):before {
    background: url("/common/upload_data/ihinseiri-evidencecom/image/r3.png") no-repeat top left / 90px;
}

#menu3+div .inner_item:nth-of-type(4):before {
    background: url("/common/upload_data/ihinseiri-evidencecom/image/r4.png") no-repeat top left / 90px;
}

@media screen and (max-width: 800px) {
    #menu3+div .heading.block_header_1::before {
        right: 0;
        background-size: 140px;
    }
}

@media screen and (max-width: 800px) {
    #menu3+div .heading.block_header_1 {
        margin-bottom: 50px;
    }

    #menu3+div .heading.block_header_1 .h {
        font-size: 2.2rem;
        margin-top: 10px;
    }

    #menu3+div .inner_item:before {
        background-size: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    #menu3+div .heading.block_header_1::before {
        background-size: 50%;
    }
}

/*---スライド---*/

#sl+div .slick-arrow,
#sl2+div .slick-arrow {
    height: 40px;
    width: 40px;
    background: #fff;
    border: 3px solid var(--i_main_color);
    border-radius: 50px;
}

#sl+div .slick-arrow:before,
#sl2+div .slick-arrow:before {
    border-top: 2px solid var(--i_main_color);
    border-left: 2px solid var(--i_main_color);
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
}

#sl+div .slick-next::before,
#sl2+div .slick-next::before {
    transform: rotate(135deg);
    left: calc(50% - 8px);
}

#sl+div .slick-arrow,
#sl2+div .slick-arrow {
    left: 0;
}

#sl+div .slick-next,
#sl2+div .slick-next {
    left: auto;
    right: 0;
}

#sl+div h4,
#sl2+div h4 {
    font-size: 2rem !important;
    font-weight: bold;
}

@media screen and (max-width: 480px) {

    #sl+div h4,
    #sl2+div h4 {
        font-size: 1.8rem !important;
    }
}

/*---スライド見出しのデザイン---*/

a[id^="sl_hd"]+section {
    overflow: visible;
}

a[id^="sl_hd"]+section>.content_wrapper {
    margin-left: 0;
    background: var(--i_main_color);
    padding: 80px 10% 0;
    border-radius: 0 50px 0 0;
}

a[id^="sl_hd"]+section .heading.block_header_1 p {
    position: relative;
}

a[id^="sl_hd"]+section .trigger .heading.block_header_1 p:before {
    transform: scale(1, 1) rotate(0deg);
}

a[id^="sl_hd"]+section .heading.block_header_1 p,
a[id^="sl_hd"]+section .heading.block_header_1 .h,
a[id^="sl_hd"]+section .inner_item_txt p {
    color: #fff;
}

a[id^="sl_hd"]+section .contents_btn01 .content_wrapper {
    text-align: left;
    margin-top: 30px;
}

a[id^="sl_hd"]+section .shadow {
    text-shadow: 2px 0 2px #fff, 2px 2px 2px #fff, 0 2px 2px #fff, -2px 2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff, 0 -2px 2px #fff, 2px -2px 2px #fff;
}

@media screen and (max-width: 650px) {
    a[id^="sl_hd"]+section .contents_btn01 .content_wrapper {
        margin-top: 0;
    }

    a[id^="sl_hd"]+section .heading.block_header_1 p::before {
        right: -150px;
        background-size: 110px;
    }
}

/*-------
追加変更
---------*/

/*選ばれる理由*/
@media screen and (max-width: 480px) {
    #img_re_2+div .inner_item {
        width: 48% !important;
        margin: 0 !important
    }

    #img_re_2+.composite_box01 .wrapper_item {
        column-gap: 4%;
        row-gap: 5vw;
    }
}

/*サービス*/
@media screen and (max-width: 480px) {
    #service+div .heading.block_header_4 .h {
        /*font-size: clamp(12px, 4vw, 16px) !important;*/
 font-size: clamp(12px, 3vw, 16px) !important;
        margin-bottom: 0;
    }
}

/*選ばれる4つの理由*/
@media screen and (max-width: 480px) {
    #menu3+div .inner_item {
        margin: 0 !important;
        width: 48% !important;
        padding: 3rem 2vw 3vw !important;
    }

    #menu3+div .wrapper_item {
        column-gap: 4%;
        row-gap: 5rem;
    }

    #menu3+div .inner_item_txt p {
        font-size: 4.8vw;
    }

    #menu3+div .inner_item_txt p span {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    #thanks+.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item {
        width: 50% !important;
    }

    #thanks+div .heading.block_header_6 .h {
        font-size: 6vw;
    }
}

#sl_hd+section>.content_wrapper {
    border-radius: 0 50px 50px 0;
}

/*バナースライダー*/
#img_01_sp+div {
    display: none;
}

@media screen and (max-width: 700px) {
    #img_01+div {
        display: none;
    }

    #img_01_sp+div {
        display: block;
    }

    #img_01_sp+div:before {
        position: absolute;
        display: block;
        content: "";
        width: 80%;
        height: 100%;
        left: 0;
        top: 0;
        background: var(--i_main_color);
        box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
        border-radius: 0 20px 20px 0;
        pointer-events: none;
        display: none;
    }

    #img_01_sp+div .gallery_single_slider_thum,
    #img_01_sp+div .gallery_single_slider .slick-next,
    #img_01_sp+div .gallery_single_slider .slick-arrow {
        display: none !important;
    }

    #img_01_sp+div .gallery_single_slider .slick-slide {
        margin: 0 0.5rem;
    }

    #img_01_sp+div .gallery_single_slider {
        margin-bottom: 0 !important;
    }

    #img_01_sp+div .content_wrapper {
        padding: 0 !important;
    }
}

/*ビフォーアフター*/
#top_before_after+.beforeafter_archive .before,
#top_before_after+.beforeafter_archive .after {
    position: relative;
    flex-shrink: 0;
    width: calc(33.3333% - 2rem * 2 / 3) !important;
}

#top_before_after+.beforeafter_archive .inner_item_txt {
    width: calc(33.3333% - 2rem * 2 / 3);
    padding-top: 0 !important;
}

#top_before_after+.beforeafter_archive .before a img,
#top_before_after+.beforeafter_archive .after a img {
    border-radius: 4px;
    object-fit: cover;
    aspect-ratio: 4/3;
}

#top_before_after+.beforeafter_archive .before a img {
    border: solid 2px #fff;
}

#top_before_after+.beforeafter_archive .after a img {
    border: solid 2px var(--i_main_color);
}

#top_before_after+.beforeafter_archive .after {
    margin-left: 0 !important;
}

#top_before_after+.beforeafter_archive .before::after,
#top_before_after+.beforeafter_archive .after::after {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1em;
    border-radius: 4px 0;
}

#top_before_after+.beforeafter_archive .before::after {
    content: "BEFORE";
    background: #fff;
}

#top_before_after+.beforeafter_archive .after::after {
    content: "AFTER";
    background: var(--i_main_color);
    color: #fff;
}

#top_before_after+div .pop {
    width: 100%;
}

#top_before_after+.beforeafter_archive .inner_item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    margin: 0 !important;
}

#top_before_after+.beforeafter_archive article {
    max-width: 100%;
}

#top_before_after+.beforeafter_archive .wrapper_item:after {
    display: none;
}

#top_before_after+.beforeafter_archive article:nth-of-type(2n) .inner_item {
    margin-left: 0 !important;
}

#top_before_after+.beforeafter_archive article:nth-of-type(n+3) {
    padding-top: 0;
    border-top: none;
}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .beforeafter_archive .after:before {
        top: 11vw;
    }
}

@media screen and (max-width: 700px) {
    .beforeafter_archive article:nth-of-type(n+2) {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {

    #top_before_after+.beforeafter_archive .before,
    #top_before_after+.beforeafter_archive .after {
        width: calc(50% - 2rem * 1 / 2) !important;
    }

    #top_before_after+.beforeafter_archive .inner_item_txt {
        width: 100%;
    }

    #top_before_after+.beforeafter_archive .before::after,
    #top_before_after+.beforeafter_archive .after::after {
        font-size: 3.6vw;
    }
}

/*見出し色変更*/
#hd_s+section .heading.block_header_2 p,
#h_re+section .heading.block_header_1 .h,
a[id^="img_re"]+div .heading.block_header_2 p,
#service+div .heading.block_header_6 p,
#c3+div .heading.block_header_4 .h,
#img_menu+div .heading.block_header_1 .h,
#yt+div .heading.block_header_1 .h,
#blog+div .heading.block_header_1 .h,
#top_access+div .heading.block_header_1 .h {
    color: #669fca !important;
}

a[id^="img_re"]+div .heading.block_header_2 .h {
    background: #669fca !important;
}

/*選ばれる理由フォントサイズ調整*/
@media screen and (max-width: 800px) {
    a[id^="img_re"]+div .heading.block_header_2 p {
        font-size: clamp(1rem, 5.4vw, 2.5rem);
    }

    #h_re+section .heading.block_header_1 .h {
        font-size: clamp(1rem, 4.2vw, 1.8rem);
    }
}

/*選ばれる理由ボーダー*/
#img_re+div .content_wrapper,
#img_re_2+div .content_wrapper,
#img_re_3+section .content_wrapper {
    border-radius: 1rem;
    border: solid 3px #333;
}

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

    #img_re+div .content_wrapper,
    #img_re_2+div .content_wrapper,
    #img_re_3+section .content_wrapper {
        padding: 8vw 6vw !important;
    }
}

#img_re_2+div .content_wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}

#h_re+section .content_wrapper {
    border-radius: 20px;
    padding-bottom: 80px;
}

a[id^="img_re_3"]+section .heading.block_header_2 .h {
    padding-left: 0;
    color: var(--i_bg_color);
    background: #003F7F;
    font-size: 2.8rem;
    padding: 5px 25px 8px;
    border-radius: 100px;
}

a[id^="img_re_3"]+section .heading.block_header_2 .h:before {
    display: none;
}

a[id^="img_re_3"]+section .heading.block_header_2 p {
    padding-left: 0;
    font-size: 3.5rem;
    color: #003F7F;
}

a[id^="img_re_3"]+section .content_wrapper {
    background: var(--i_bg_color);
    padding: 60px 80px;
    width: calc(100% - 40px);
    max-width: 1400px !important;
}

@media screen and (max-width: 800px) {
    a[id^="img_re_3"]+section .content_wrapper {
        padding: 60px 30px;
    }

    a[id^="img_re_3"]+section .heading.block_header_2 p {
        font-size: clamp(1rem, 5.4vw, 2.5rem);
    }

    a[id^="img_re"]+section .heading.block_header_2 .h {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 801px) {
    a[id^="img_re_3"]+section .heading.block_header_2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a[id^="img_re_3"]+section .heading.block_header_2 p {
        padding-left: 20px;
    }
}

/*---------調整---------*/
a[id^="sl_hd"]+section>.content_wrapper {
    padding: 30px 10% 30px;
}

@media screen and (max-width: 480px) {
    #h_re+section .inner_item_txt {
        padding-bottom: 0px !important;
    }

    #h_re+section .heading.block_header_1 {
        padding-top: 0;
    }
}

/*---------選ばれる理由---------*/
#h_re+section:before {
    display: none;
}

@media screen and (max-width: 800px) {
    a[id^="img_re"]+div .heading.block_header_2 p {
        margin-top: 1rem;
    }

    a[id^="img_re_3"]+section .heading.block_header_2 p {
        margin-top: 1rem;
    }
}

/*---------作業実績---------*/
#sl+div .block_header_6 p {
    color: #669fca !important;
}

/*---------選ばれる4つの理由の「お見積り無料」画像---------*/
#menu3+div .heading.block_header_1:before {
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20240109124305.png) no-repeat top right / contain;
}

@media screen and (max-width: 800px) {
    #menu3+div .heading.block_header_1::before {
        background-size: 140px;
    }
}

@media screen and (max-width: 480px) {
    #menu3+div .heading.block_header_1::before {
        background-size: 50%;
    }
}

/*パーツ移動に伴う調整*/
#img_01+div,
#img_01_sp+div {
    margin-top: 3rem;
}

/*料金案内チェックリスト*/
@media screen and (max-width: 900px) {
    #menu2+div .inner_item_txt p {
        padding-left: 30px;
        font-size: 1.65rem;
    }

    #menu2+div .inner_item_txt p:before {
        width: 22px;
        height: 22px;
    }
}

/*------------ 選ばれる理由 -------------*/

.reason {
    width: 100%;
    display: flex;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.reason .left {
    display: flex;
    align-items: center;
    width: 48%;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.35;
}

.reason .left p {
    padding-top: 78px;

}

.reason .left .mini {
    font-size: 3.6rem;
}

.reason .left .b {
    font-size: 5.5rem;
}

.reason .right {
    width: 48%;
    margin-left: 4%;
    font-size: 2.0rem;
}

.reason .right p.text {
    position: relative;
    padding: 26px 26px 35px 26px;
    background: #fff;
    border: 2px solid #000000;
    border-radius: 30px;
    /*z-index: -1;*/
    text-align: center;
    font-size: min(2.63vw, 2rem);
    font-weight: 900;
}

.reason .right p.text .text--red {
    font-size: min(2.63vw, 2.4rem);
}

.reason .right .redred {
    font-size: 2.5rem;
}

.redred {
    color: red;
}

.reason .right p.text::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: calc(50% - 15px);
    bottom: -25px;
    border-right: 15px solid transparent;
    border-top: 25px solid #000000;
    border-left: 15px solid transparent;
}

.reason .right p.text::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: calc(50% - 15px);
    bottom: -22px;
    border-right: 15px solid transparent;
    border-top: 25px solid #fff;
    border-left: 15px solid transparent;
}

.reason .right .point {
    background: #d80000;
    color: #fff;
    padding: 3px 7px;
    font-weight: 900;
    box-shadow: 3px 3px #930000;
    margin-right: 5px;
}

.reason .right img {
    margin-top: -17px;
}

@media screen and (max-width: 1050px) {
    .reason .left {
        background-size: contain
    }
}

@media screen and (max-width: 750px) {
    .reason .left .b {
        font-size: 4.5rem;
    }

    .reason .right p.text {
        padding: 16px 16px 20px 16px;
        line-height: 1.6;
    }

    .reason .right img {
        margin-top: -10px;
    }

    .reason .right p.text::before {
        left: calc(50% - 15px);
        bottom: -20px;
        border-right: 10px solid transparent;
        border-top: 20px solid #000000;
        border-left: 10px solid transparent;
    }

    .reason .right p.text::after {
        left: calc(50% - 15px);
        bottom: -15px;
        border-right: 10px solid transparent;
        border-top: 20px solid #fff;
        border-left: 10px solid transparent;
    }

    .reason .left p {
        padding-top: 55px;
    }
}

@media screen and (max-width: 550px) {
    .reason {
        display: block;
    }

    .reason .left {
        width: 80%;
        margin: 0 auto;
        line-height: 1.2;
        margin-top: 0px;
        font-size: 3.1rem;
    }

    .reason .left .b {
        font-size: 3.1rem;
    }

    .reason .right {
        width: 92%;
        margin-top: 25px;
    }

    .reason .right img {
        margin-top: -17px;
    }

    .reason .right p.text {
        padding: 16px 16px 20px 16px;
        line-height: 1.6;
        font-size: min(5vw, 2rem);
    }

    .reason .right p.text .text--red {
        font-size: min(5vw, 2rem);
    }
}

/*選ばれる理由*/
#card1+section .content_wrapper {
    margin-right: 0;
    padding: 0;
    width: 90%;
}

#card1+section .wrapper_item {
    overflow-x: scroll;
    padding: 30px 0 65px !important;
}

div.point {
    display: flex;
    width: 100%;
    gap: 50px;
}

div.point .img {
    margin-top: 20px;
}

div.point .text {
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
    line-height: 1.5;
    width: 92%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 801px) {
    #card1+section {
        padding-top: 80px;
    }
}

@media screen and (max-width: 400px) {
    div.point .text {
        width: 90% !important;
    }
}

.title_right {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.35;
}

.point .point1,
.point .point2,
.point .point3,
.point .point4,
.point .point5,
.point .point6 {
    position: relative;
    width: 32%;
    text-align: center;
    border-radius: 25px 25px 0px 25px;
    padding-top: 25px;
    padding-bottom: 35px;
}

.point .point2,
.point .point3 {
    margin-left: 2%;
}

.point>div[class^="point"] {
    position: relative;
    padding: 25px 20px 70px;
    text-align: center;
    background: linear-gradient(to bottom right, #ecf3f8 0%, #f4fbff 100%);
    min-width: 450px;
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
    border-radius: 25px 25px 0px 25px;
}


div.point div.title {
    display: flex;
    width: 100%;
}

div.point .title_left {
    width: 25%;
    margin-left: 3%;
    margin-top: -55px;
}

div.point .title_right {
    width: 66%;
    margin-left: 2%;
    margin-right: 4%;
}

.title_right span.redred {
    color: #d8402b;
    background: -webkit-linear-gradient(transparent 70%, #ff6 70%);
    background: -o-linear-gradient(transparent 70%, #ff6 70%);
    background: linear-gradient(transparent 70%, #ff6 70%);
}

.point .point2 .title_right .mini {
    font-size: 2.2rem;
}

.point .point1 .title_right,
.point .point2 .title_right,
.point .point3 .title_right,
.point .point4 .title_right,
.point .point5 .title_right,
.point .point6 .title_right,
.point .point7 .title_right {
    position: relative;
}

.point .point1 .title_right::before,
.point .point2 .title_right::before,
.point .point3 .title_right::before,
.point .point4 .title_right::before,
.point .point5 .title_right::before,
.point .point6 .title_right::before,
.point .point7 .title_right::before {
    position: absolute;
    top: 3px;
    top: 30px;
    content: "";
    border-left: 2px dotted #000;
    width: 1px;
    height: 32%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 15px;
    left: -5px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.point .point1 .title_right::after,
.point .point2 .title_right::after,
.point .point3 .title_right::after,
.point .point4 .title_right::after,
.point .point5 .title_right::after,
.point .point6 .title_right::after,
.point .point7 .title_right::after {
    position: absolute;
    top: 3px;
    top: 30px;
    content: "";
    border-left: 2px dotted #000;
    width: 1px;
    height: 32%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    right: 15px;
    right: -5px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

@media screen and (max-width: 1050px) {
    .title_right {
        font-size: 2.0rem;
    }

    div.point .text {
        font-size: 1.4rem;
    }

    .point .point2 .title_right .mini {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 750px) {
    .title_right {
        font-size: 1.7rem;
    }

    .point .point1 .title_right::before,
    .point .point2 .title_right::before,
    .point .point3 .title_right::before,
    .point .point4 .title_right::before,
    .point .point5 .title_right::before,
    .point .point6 .title_right::before,
    .point .point7 .title_right::before {
        left: 6px;
        left: -5px;
        top: 17px;
    }

    .point .point1 .title_right::after,
    .point .point2 .title_right::after,
    .point .point3 .title_right::after,
    .point .point4 .title_right::after,
    .point .point5 .title_right::after,
    .point .point6 .title_right::after,
    .point .point7 .title_right::after {
        right: 6px;
        right: -5px;
        top: 17px;
    }

    .point .point2 .title_right .mini {
        font-size: 1.45rem;
    }

    .point>div[class^="point"]::before {
        width: 40px;
    }
}

@media screen and (max-width: 600px) {

    .point .point1,
    .point .point2,
    .point .point3,
    .point .point4,
    .point .point5 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .point .point2,
    .point .point3,
    .point .point4,
    .point .point5,
    .point .point6 {
        margin-top: 35px;
    }

    .title_right {
        font-size: 3.2rem;
    }

    .title_left {
        margin-top: -40px !important;
    }

    div.point .text {
        font-size: 1.55rem;
    }

    .point .point2 .title_right .mini {
        font-size: 2.3rem;
    }

    .point .point1 .title_right::before,
    .point .point2 .title_right::before,
    .point .point3 .title_right::before,
    .point .point4 .title_right::before,
    .point .point5 .title_right::before,
    .point .point6 .title_right::before,
    .point .point7 .title_right::before {
        left: 25px;
        left: -10px;
        height: 22%;
        top: 20px;
        top: 40px;
    }

    .point .point1 .title_right::after,
    .point .point2 .title_right::after,
    .point .point3 .title_right::after,
    .point .point4 .title_right::after,
    .point .point5 .title_right::after,
    .point .point6 .title_right::after,
    .point .point7 .title_right::after {
        right: 25px;
        right: -10px;
        height: 22%;
        top: 20px;
        top: 40px;
    }

    .point>div[class^="point"] {
        min-width: 300px;
    }
}

@media screen and (max-width: 490px) {
    .title_right {
        font-size: 2.4rem;
    }

    .point .point2 .title_right .mini {
        font-size: 2.0rem;
    }

    .point .point1 .title_right::before,
    .point .point2 .title_right::before,
    .point .point3 .title_right::before,
    .point .point4 .title_right::before,
    .point .point5 .title_right::before,
    .point .point6 .title_right::before,
    .point .point7 .title_right::before {
        left: 0;
        left: -7px;
        top: 25px;
        top: 40px;
    }

    .point .point1 .title_right::after,
    .point .point2 .title_right::after,
    .point .point3 .title_right::after,
    .point .point4 .title_right::after,
    .point .point5 .title_right::after,
    .point .point6 .title_right::after,
    .point .point7 .title_right::after {
        right: 0;
        right: -7px;
        top: 25px;
        top: 40px;
    }
}

div.point .title_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54% !important;
    margin: 0 !important;
}

.point1,
.point2,
.point3,
.point4,
.point5,
.point6 {
    width: 100% !important;
    margin-left: 0 !important;
}

.reason .right p.text .text--red {
    font-size: min(2.63vw, 2.4rem);
    color: red;
    font-weight: bold;
}

.img+.point2_img2 {
    background: var(--i_bg_color);
    margin-top: 0;
    padding-top: 1rem;
}

.point2_img2 {
    margin-top: 1rem;
}

.point2_img2 img {
    max-width: 52.5%;
}

@media(max-width: 600px) {
    .title_right {
        font-size: 1.8rem !important;
    }
}

@media(max-width: 550px) {
    .reason .right p.text .text--red {
        font-size: min(5vw, 2rem);
    }

    .reason .left {
        font-size: 3.1rem;
    }

    .reason .left .b {
        font-size: 3.1rem;
    }
}

@media(max-width: 400px) {
    div.point .title_left img {
        width: 80%;
        position: relative;
        left: -10%;
    }

    div.point .title_right {
        width: 60% !important;
        letter-spacing: 0.1rem;
    }

    .reason .left {
        font-size: max(24px, 6vw);
    }

    .reason .left .mini {
        font-size: max(22px, 5vw);
    }
}
/* ---20251010 追加--- */
#card1+section .content_wrapper {
    margin: 0 auto;
}
#card1+section .wrapper_item {
    overflow-x: unset;
}
div.point {
    flex-direction: column;
}
.point>div[class^="point"] {
    padding: 25px 0px 70px;
}
div.point .title_left {
    margin-left: 0%;
}

@media screen and (min-width: 1201px) {
.point>div[class^="point"] {
    padding: 25px 0px 30px;
}
div.point .img img {
    max-width: 50%;
}
}


/*流れるテキスト表示*/
.l-main-img-discount {
    display: flex;
}

/*作業実績SP時1カラム*/
@media screen and (max-width: 480px) {
    #sl2+div .slick-slider {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #sl2+div .slick-list {
        width: 100%;
        padding: 0;
    }

    #sl2+div .slick-slide {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }
}

/*チェックボックスタイトル*/
#ttl_only+section p.ttl_only {
    font-size: 3.8rem;
    line-height: 1.2;
}

#ttl_only+section .inline_block {
    display: inline-block;
}

@media screen and (max-width: 800px) {
    #ttl_only+section p.ttl_only {
        font-size: 2.5rem;
    }
}

/*取材パーツ見出し調整*/
@media screen and (max-width: 800px) {
    #work+section .heading.block_header_6 .h {
        font-size: 6.4vw;
    }
}

/*福島放送パーツ見出し調整*/
@media screen and (max-width: 480px) {
    #top_cm+.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) p a {
        font-size: 1.55rem;
    }
}

/*ボタン画像ホバーイベント*/
#hover_event+.contents_box01 a:hover {
    opacity: 0.7;
}

/*ポイント1〜5*/
#card1+section .point1 .img+p,
#card1+section .point3 .img+p,
#card1+section .point2_img2 strong,
#card1+section .point4 .img+p,
#card1+section .point5 .img+p,
#card1+section .point6 .img+p {
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
    line-height: 1.5;
    width: 92%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

#card1+section .point2_img2 strong {
    display: inline-block;
}

/* マイベストプロ福島*/
@media screen and (max-width: 900px) {
    #hover_event+section .inner_item_img img {
        max-width: 300px !important;
    }
}

/* 表 */

a[id^="tb"]+div table tr:nth-of-type(1)>th:first-child {
    width: auto !important;
}

a[id^="tb"]+div table tr:nth-of-type(even) td {
    background: #f5faff;
}

#tl+section table {
    width: 100%;
    border: 1px solid var(--i_border_color);
}

#tl+section table tr th {
    padding: 6px;
    background: #f5faff;
    border: 1px solid var(--i_border_color);
}

#tl+section table tr:first-of-type th {
    background: var(--i_sub2_color);
}

#tl+section table tr:not(:first-of-type) th {
    font-weight: normal;
}

#tl+section table tr td {
    padding: 6px;
    border: 1px solid var(--i_border_color);
}

/* 不安や疑問はありませんか */

#customer+section .wrapper_item {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

#customer+section .wrapper_item::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 22%;
    bottom: 0;
    left: -80px;
    background: url("/common/upload_data/ihinseiri-evidencecom/image/fukidashi.png") no-repeat bottom center / contain;
    pointer-events: none;
}

#customer+section .inner_item_txt p {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
}

#customer+section .inner_item_txt p span {
    color: var(--i_btn_color);
}

#customer+section img {
    max-width: 400px !important;
}

a[id^="c_txt"]+div .inner_item {
    background: #eee;
    font-size: 2rem;
    font-weight: bold;
    display: grid;
    place-content: center;
    padding: 0 10px 10px;
}

#c_txt2+div .inner_item {
    background: var(--i_sub2_color);
}

#c_txt2+div .inner_item p {
    position: relative;
    padding-left: 25px;
}

#c_txt2+div .inner_item p::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/common/upload_data/ihinseiri-evidencecom/image/check_1.png") no-repeat left top / 20px;
    pointer-events: none;
}

#c_txt+div+section>.content_wrapper {
    text-align: center;
}

#c_txt+div+section .heading.block_header_4 {
    display: inline-block;
    background: #c1e3ff;
    padding: 15px 10%;
    margin: 25px auto 75px;
}

#c_txt+div+section .heading.block_header_4::before {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 40px;
    top: 75px;
    left: calc(50% - 50px);
    background: #c1e3ff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    pointer-events: none;
}

#c_txt+div+section .heading.block_header_4 .h {
    color: var(--i_txt_color);
    margin-bottom: 0;
}

#c_txt2+div+section .inner_item_txt {
    border: 5px solid var(--i_sub2_color);
    padding: 20px !important;
    margin-top: 20px;
}

a[id^="c_txt"]+div>.content_wrapper,
#c_txt+div+section>.content_wrapper,
#c_txt2+div+section>.content_wrapper {
    background: var(--i_bg_color);
    border: 8px solid #006cb8;
    padding: 0 2%;
}

#c_txt+div>.content_wrapper {
    border-bottom: none;
    padding-top: 20px;
}

#c_txt+div+section>.content_wrapper,
#c_txt2+div>.content_wrapper {
    border-bottom: none;
    border-top: none;
}

#c_txt2+div+section>.content_wrapper {
    border-top: none;
    padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
    #customer+section .wrapper_item {
        display: flex;
        flex-direction: column-reverse;
    }

    #customer+section .inner_item_img {
        padding-top: 20px;
        margin-bottom: 0;
    }

    #customer+section .inner_item_txt p {
        font-size: 2rem;
    }

    #customer+section .inner_item_txt p span {
        font-size: 2.5rem !important;
    }

    #customer+section .wrapper_item::before {
        left: 0;
        max-width: 220px;
    }

    a[id^="c_txt"]+div .inner_item {
        margin-bottom: 10px !important;
    }

    #c_txt2+div+section .inner_item_txt {
        margin-top: 0;
    }
}

/* 不安や疑問はありませんか_新 */

#pc_evidence+section .inner_item_img img {
    border-radius: 0;
}

@media screen and (min-width: 491px) {
    #sp_evidence+section {
        display: none;
    }
}

@media screen and (max-width: 490px) {
    #pc_evidence+section {
        display: none;
    }
}

/* エビデンス公式CM */
#yt+div::before {
    position: absolute;
    display: block;
    content: "";
    width: 30%;
    height: 80%;
    top: 0;
    left: 0;
    background: url("/common/upload_data/ihinseiri-evidencecom/image/yt_1.jpg") no-repeat top left / cover;
    border-radius: 0 40px 40px 0;
    pointer-events: none;
}

#yt+div>.content_wrapper {
    margin-right: 5%;
}

@media screen and (max-width: 1400px) {
    #yt+div::before {
        width: 90%;
    }

    #yt+div>.content_wrapper {
        background: var(--i_bg_color);
        padding: 65px 0 0 30px;
        border-radius: 40px;
        width: 90%;
    }
}
/*20151017追記*/
@media screen and (max-width: 1400px) {
    #yt+div::before {
        display: none;
    }
    a#yt+div {
    padding-top: 0px;
}
}
/* Work */
#sl2+div>.content_wrapper {
    display: flex;
    flex-direction: column;
}

/*#sl2+div .slick-slider {
    order: 4;
    padding-bottom: 0;
}*/

#sl2+div .contents_btn01 {
    /*margin-left: 0;
    text-align: left;*/
    padding-bottom: 50px;
}

#sl2+div .inner_item>a img {
    border-radius: 20px;
}

/* choose */
#choose+section {
    border-radius: 40px;
    width: 90%;
    margin: auto;
    padding: 200px 0;
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
}

#choose+section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(102, 159, 202, 0.8);
}

@media screen and (min-width: 901px) {
    #choose+section .heading.block_header_6 {
        width: 55%;
        border-right: 1px solid var(--i_bg_color);
        padding-right: 20px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 900px) {
    #choose+section {
        padding: 80px 0;
    }

    #choose+section .heading.block_header_6 {
        border-bottom: 1px solid var(--i_bg_color);
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

/* choose */
#voice+div>.content_wrapper {
    margin-left: 0;
    padding-left: 0;
}

#voice+div .inner_item:not(:last-of-type) .contents_btn01 {
    display: none;
}

#voice+div .inner_item {
    margin: 0 !important;
}

#voice+div .inner_item_img img {
    height: auto !important;
    border-radius: 0;
    min-height: 200px;
}

#voice+div .inner_item:nth-of-type(2) .inner_item_img img {
    border-radius: 0 40px 40px 0;
}

#voice+div .contents_btn01 {
    text-align: left;
    padding-bottom: 6px;
}

@media screen and (min-width: 901px) {
    #voice+div .inner_item {
        width: 30%;
    }

    #voice+div .inner_item:last-of-type {
        width: 40%;
        padding-left: 30px;
    }

    #voice+div .inner_item:last-of-type .heading.block_header_4 .h {
        margin-left: -80px;
    }
}

@media screen and (max-width: 900px) {
    #voice+div .inner_item:last-of-type {
        width: 100% !important;
        padding: 0 20px;
    }
}

/*「仕事を楽しむ」B+取材記事 / マイベストプロ */
#c2+div .wrapper_item {
    overflow: visible;
}

#c2+div .inner_item {
    background: linear-gradient(to bottom right, #ecf3f8 0%, #f4fbff 100%);
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
    border-radius: 40px;
    padding: 65px 30px;
}

#c2+div .inner_item_img img {
    border-radius: 0;
    height: auto !important;
    max-width: 550px;
}

#c2+div .inner_item .heading {
    border-bottom: 2px solid var(--i_txt_color);
    padding-bottom: 20px;
    margin-bottom: 50px;
}

#c2+div .contents_btn01 {
    text-align: right;
    overflow: visible;
}

#c2+div .contents_btn01 a {
    background: transparent;
    color: var(--i_txt_color);
    box-shadow: none;
    border-radius: 0;
    padding: 10px 65px 10px 0 !important;
    min-width: auto;
}

#c2+div .contents_btn01 a::after {
    display: none;
}


#c2+div .contents_btn01 a[target="_blank"] span::before,
#c2+div .contents_btn01 a[target="_blank"] span::after {
    display: none;
}

#c2+div .contents_btn01 a:hover {
    transform: none;
}

#c2+div .contents_btn01 a:hover::before {
    transform: rotate(-45deg) translateY(-50%) scale(1.05);
}

/*blog */
#b+div>.content_wrapper {
    display: flex;
    flex-direction: column;
}

#b+div ul {
    min-width: auto;
    width: 100%;
    order: 4;
}

#b+div:not(.add_design3):not(.add_design4):not(.add_design12) ul li:nth-of-type(1) {
    border-top: 1px solid var(--i_txt_color);
}

#b+div ul>li {
    border-bottom: 1px solid var(--i_txt_color);
}

#b+div ul>li a {
    min-height: 200px;
    padding-right: 130px;
    position: relative;
}


#b+div ul>li a:hover::before {
    transform: rotate(-45deg) translateY(-50%) scale(0.8, 0.8);
}

#b+div .contents_btn01 {
    padding-top: 0;
    padding-bottom: 30px;
}

@media screen and (min-width: 901px) {
    #b+div .contents_btn01 {
        margin-left: 0;
    }

    #b+div .contents_btn01 .content_wrapper {
        text-align: left;
    }
}

@media screen and (max-width: 650px) {
    #b+div ul>li a {
        padding-right: 80px;
        width: 100%;
        box-sizing: border-box;
        min-height: auto;
    }

    #b+div ul>li a::before {
        right: 0;
    }
}

/*---福島県内全域応対可能 / 立合い不要で作業＆お見積りが可能！---*/
#possible+div .inner_item_txt {
    border-radius: 40px;
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
}

#possible+div .wrapper_item {
    justify-content: space-between;
    overflow: visible;
}

#possible+div .inner_item {
    width: calc(50% - 20px);
    position: relative;
    min-height: 350px;
}

#possible+div .inner_item:hover::before {
    transform: rotate(-45deg) scale(1.05);
}

#possible+div .inner_item>a:hover .inner_item_img img {
    transform: scale(1);
}

/*---Our Strengths---*/
#features+div+section {
    overflow: visible;
}

#features+div+section>.content_wrapper {
    background: var(--i_bg_color);
    border-radius: 40px;
    padding-top: 65px;
    margin-top: -80px;
    width: calc(100% - 40px);
}

#features+div+section .heading.block_header_1 p {
    line-height: 1.2;
}

@media screen and (max-width: 700px) {
    #features+div+section>.content_wrapper {
        box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: -40px;
    }
}

/*---お問い合わせ---*/
#cta+div {
    border-radius: 40px;
    width: 90%;
    margin: auto;
    padding: 120px 0;
}

#cta+div::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(102, 159, 202, 0.8);
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
}

#cta+div .heading.block_header_6 {
    margin-bottom: 0;
}

#cta+div .heading.block_header_6 .h {
    opacity: 0.5;
    font-size: clamp(8rem, 10vw, 20rem);
    padding-bottom: 0;
}

#cta+div .wrapper_item {
    max-width: 1200px;
    margin: -10px auto 0;
}

#cta+div .inner_item_img img {
    opacity: 0 !important;
}

#cta+div .inner_item_txt .heading.block_header_4 .h {
    font-size: 4rem !important;
    font-family: "Poppins", 'Noto Serif JP', sans-serif;
    font-weight: 600;
    line-height: 1;
}

#cta+div .inner_item {
    position: relative;
}


#cta+div .inner_item:hover::before {
    transform: rotate(-45deg) scale(1.05);
}

#cta+div .inner_item>a:hover .inner_item_img img {
    transform: scale(1);
}

#cta+div .inner_item_txt {
    padding: 30px 100px;
}

@media screen and (max-width: 900px) {
    #cta+div {
        padding: 50px 0;
    }

    #cta+div .inner_item {
        width: 100% !important;
        margin-bottom: 2px !important;
    }

    #cta+div .inner_item_txt {
        padding: 80px 10px 100px;
    }
}

/*---そのお見積もり高くはありませんか?---*/
#menu2+div {
    margin-top: -20px;
    z-index: -1;
    overflow: visible;
}

#menu2+div>.content_wrapper {
    background: linear-gradient(to bottom right, #ecf3f8 0%, #f4fbff 100%);
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
    border-radius: 25px 25px 0px 25px;
    padding: 65px 5%;
    width: calc(100% - 40px);
}

/*---遺品整理業者を探す際にこんな不安や疑問はありませんか？---*/
a[id^="merit"]+div .inner_item {
    position: relative;
}

a[id^="merit"]+div .inner_item.empty {
    opacity: 1;
    height: auto;
}

a[id^="merit"]+div .inner_item::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20px;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--i_sub2_color);
    z-index: -1;
}

#merit+div .inner_item {
    padding-bottom: 30px
}

#merit+div .inner_item::before {
    height: 50px;
}

a[id^="merit"]+div .heading.block_header_4 .h {
    font-size: 2rem !important;
}
a[id="merit"]+div .heading.block_header_4 .h {
    color: #7b7a7a;
}

#merit2+div .heading.block_header_4 .h {
    background: var(--i_main_color);
    color: var(--i_bg_color);
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 40px;
}

#merit3+div .inner_item {
    padding-top: 30px;
}

#merit3+div .inner_item::before {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 50px;
    height: 20px;
    bottom: auto;
    top: 0;
}

a[id^="merit"]+div .inner_item_txt {
    margin: 0 !important;
}

@media screen and (max-width: 900px) {
    a[id^="merit"]+div .inner_item {
        width: 100% !important;
        margin: 0 !important;
    }

    a[id^="merit"]+div.composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin: 0 !important;
    }

    a[id^="merit"]+div .inner_item::before {
        width: 50px;
    }

    #merit+div .inner_item:first-of-type:before {
        bottom: auto;
        top: 20px;
    }

    #merit+div .inner_item {
        padding-bottom: 5px;
    }

    #merit+div .inner_item::before {
        height: 100%;
    }

    #merit3+div .inner_item:not(:first-of-type):before {
        display: none;
    }

    #merit3+div .inner_item {
        border-bottom: 2px solid var(--i_txt_color);
        padding-bottom: 5px;
        margin-bottom: 15px !important;
    }

    #merit3+div .inner_item:not(:first-of-type) {
        padding-top: 0;
    }

    #txt+section p span {
        font-size: 2.5rem !important;
        line-height: 1.2;
    }
}

/* --- */
#txt2+section {
    overflow: visible;
    margin-top: 30px;
}

#txt2+section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    min-width: 160px;
    height: 50px;
    background: var(--i_main_color);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#txt2+section>.content_wrapper {
    background: linear-gradient(to bottom right, #ecf3f8 0%, #f4fbff 100%);
    box-shadow: -0.38rem -0.32rem 1rem 0 rgba(255, 255, 255, .8), 3.83px 3.214px 10px 0px rgba(67, 86, 99, 0.3);
    border-radius: 25px 25px 0px 25px;
    padding: 65px 5%;
    width: calc(100% - 40px);
}

#txt2+section>.content_wrapper .inner_item_txt p span.accent {
    color: #ff0000;
    font-size: 1.4em !important;
}

@media screen and (max-width: 900px) {
    #txt2+section p span {
        font-size: 2rem !important;
    }
}

/* コンテンツ余白 */
@media screen and (max-width: 900px) {
    #hd_s+section {
        padding-bottom: 0;
    }

    #card1+section {
        padding-bottom: 65px;
    }

    #service2+section .inner_item_txt .contents_btn01,
    #md+section {
        padding-top: 30px;
    }

    #c2+div {
        padding-bottom: 80px;
    }
}
/* 20251020追記#possible */
a#possible+div .wrapper_item {
    width: unset;
    margin-left: unset;
}
#possible+div .heading.block_header_4 .h {
    font-size: clamp(4rem, 5.9vw, 10rem) !important;
}
/* 20251020追記#voice */
#voice+div .inner_item_img img {
    min-height: auto;
}

/*------------20251105追加------------------*/
/*-----------TOP pointパーツ--------------*/
@media screen and (max-width: 570px) {
    div.point .title_right {
    width: 65% !important;
}
    .block_text_1 .inner_item_txt p {
    font-size: 1.6rem;
}
}

@media screen and (max-width: 425px) {
    div.point .title_right {
    width: 70% !important;
}
    div.point .title_right p {
    font-size: 1.5rem !important;
}
}

@media screen and (max-width: 395px) {
    div.point .title_right p {
    font-size: 1.4rem !important;
}
}

/*---------YouTube---------*/
div#media .youtube_content {
    margin-top: 20px;
}

div#media .youtube_content h2.h {
    color: var(--i_main_color) !important;
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
    div#media .youtube_content h2.h {
    font-size: 2.0rem;
    margin-bottom: 10px;
}
}

/*-------------------20251225追加---------------------------*/
/*--------------感謝のお声----------------*/
a#g-coments-t+section .heading.block_header_4 .h span {
    color: var(--i_btn_color) !important;
    font-size: 3.2rem !important;
}
a#g-coments-t+section .heading.block_header_4 .h span.sm {
    font-size: 2.8rem !important;
}
a#g-coments-t+section .heading.block_header_4 .h span:nth-of-type(4) {
    color: var(--i_txt_color) !important;
    font-size: 2.8rem !important;
}
a#g-coments-t+section .heading.block_header_4 .h {
    position: relative;
}
a#g-coments-t+section .heading.block_header_4 .h:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20251224180358.png) no-repeat center / contain;
    width: 85px;
    height: 85px;
    left: calc(50% - 225px);
    top: 50%;
    transform: translateY(-50%);
}
a#g-coments-t+section .heading.block_header_4 .h:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20251224180358_1.png) no-repeat center / contain;
    background-size: contain;
    width: 85px;
    height: 85px;
    right: calc(50% - 255px);
    top: 50%;
    transform: translateY(-50%);
}

a#g-coments+section .heading.block_header_3 {
    background: var(--i_main_color);
    margin: 0 !important;
    border-radius: 20px 20px 0 0;
}
a#g-coments+section .heading.block_header_3 .h {
    color: #fff;
}
a#g-coments+section .wrapper_item {
    border-radius: 0 0 20px 20px;
    border: 3px solid var(--i_main_color);
    border-top: 0;
    /*padding-bottom: 0 !important;*/
    /* padding-left: 100px !important; */
    /*padding-right: 100px !important;*/
}
a#g-coments+section .inner_item_img a img {
    border-radius: 0;
}
a#g-coments+section .inner_item_txt p {
    text-align: center !important;
}
a#g-coments+section .contents_btn01.block_button_1 {
    text-align: center !important;
}
a#g-coments+section .contents_btn01.block_button_1 a[target=_blank] span:before {
    right: 50px;
}
a#g-coments+section .contents_btn01.block_button_1 a[target=_blank] span:after {
    right: 52px;
}
@media screen and (min-width: 901px) {
    a#g-coments+section .wrapper_item {
    padding-right: 100px !important;
}
}
@media screen and (max-width: 900px) {
    a#g-coments+section .wrapper_item {
    display: flex !important;
    gap: 30px;
}
a#g-coments+section .inner_item_img {
    margin-bottom: 0 !important;
    flex-basis: 40%;
}
a#g-coments+section .inner_item_txt img {
    max-width: 80%;
}
a#g-coments+section .contents_btn01.block_button_1 a {
    min-width: 280px;
}
}
@media screen and (max-width: 800px) {
    a#g-coments-t+section .heading.block_header_4 .h span {
    font-size: 2.5rem !important;
}
a#g-coments-t+section .heading.block_header_4 .h span.sm,
a#g-coments-t+section .heading.block_header_4 .h span:nth-of-type(4) {
    font-size: 2.1rem !important;
}
a#g-coments-t+section .heading.block_header_4 .h:before {
    width: 65px;
    height: 65px;
    left: calc(50% - 175px);
}
a#g-coments-t+section .heading.block_header_4 .h:after {
    width: 65px;
    height: 65px;
    right: calc(50% - 195px);
}
}
@media screen and (max-width: 600px) {
    a#g-coments+section .wrapper_item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 4vw !important;
    gap: 20px;
}
a#g-coments+section .inner_item_txt img {
    max-width: 60%;
}
a#g-coments+section .inner_item_img a img {
    width: 50% !important;
}
}

/*---------------料金設定下追加パーツ--------------*/
a#top_menu+div {
    padding-right: 20px;
    padding-left: 20px;
}
a#top_menu+div .inner_item {
    background: #0078c0;
    gap: 10px
}
a#top_menu+div .inner_item:first-child {
    border-radius: 20px 0 0 20px;
}
a#top_menu+div .inner_item:nth-of-type(2) {
    background: #005b9f;
}
a#top_menu+div .inner_item:nth-of-type(3) {
    background: #003f7f;
    border-radius: 0 20px 20px 0;
}
a#top_menu+div .inner_item a {
    pointer-events: none;
    margin-top: 0;
    margin-bottom: 0;
}
a#top_menu+div .inner_item_img {
    width: 100px;
    height: 100px;
    background: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
}
a#top_menu+div .inner_item_img img {
    object-fit: contain;
    border-radius: 0 !important;
    width: 73% !important;
    height: 73% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a#top_menu+div .inner_item_txt p {
    margin-bottom: 0;
}
a#top_menu+div .inner_item_txt p.price {
    background: #fff;
    color: #0078c0;
    text-decoration: underline;
    text-decoration-color: var(--i_sub2_color);
    text-underline-offset: 6px;
    text-decoration-thickness: 8px;
    padding: 5px 10px 15px;
    margin-top: 10px;
    border-radius: 10px;
}
a#top_menu+div .inner_item:nth-of-type(2) .inner_item_txt p.editor.price {
    color: #005b9f;
}

a#top_menu+div .inner_item:nth-of-type(3) .inner_item_txt p.editor.price {
    color: #003f7f;
}
@media screen and (max-width: 1200px) {
    a#top_menu+div .inner_item {
    gap: 20px;
}
}
@media screen and (max-width: 1100px) {
    a#top_menu+div .wrapper_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
a#top_menu+div .inner_item {
    border-radius: 20px !important;
    }
a#top_menu+div .inner_item a {
    margin-left: 30px;
}
}
@media screen and (max-width: 1100px) and (min-width: 921px) {
    a#top_menu+div .inner_item {
    width: 80% !important;
    }
}
@media screen and (max-width: 920px) and (min-width: 851px) {
    a#top_menu+div .inner_item {
    width: 90% !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 701px) {
    a#top_menu+div .inner_item_txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
}
@media screen and (max-width: 850px) {
    a#top_menu+div .inner_item {
    width: 100% !important;
    }
}
a#top_menu+div .inner_item_txt .sp2 {
    display: none;
}
@media screen and (max-width: 700px) {
    a#top_menu+div .inner_item_txt span[style="font-size:2.6rem;"] {
    font-size: 2.2rem !important;
}
    a#top_menu+div .inner_item_txt span[style="font-size:1.8rem;"] {
    font-size: 1.6rem !important;
}
a#top_menu+div .inner_item_txt p.price span {
    font-size: 2.2rem !important;
}
a#top_menu+div .inner_item_txt p.price span[style="font-size:2.0rem;"] {
    font-size: 1.8rem !important;
}
a#top_menu+div .inner_item_txt .sp1 {
    display: none;
}
a#top_menu+div .inner_item_txt .sp2 {
    display: block;
}
}
@media screen and (max-width: 450px) {
a#top_menu+div .inner_item_txt .sp1 {
    display: block;
}
a#top_menu+div .inner_item_txt .sp2 {
    display: none;
}
}

/* Price間取りパーツ調整(2025/12/27) */
#img_menu+div .wrapper_item {
    align-items: stretch;
}
#img_menu+.composite_box01 .inner_item>a {
    margin-bottom: 10px;
}
#img_menu+.composite_box01.block_images_3 a+.inner_item_txt {
    margin-top: auto;
}

/* google口コミ(2025/12/27) */
a#g-coments-t+section .heading.block_header_4 .h:before {
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20260106104904_1.png) no-repeat 15% / contain;
}
a#g-coments-t+section .heading.block_header_4 .h:after {
    background: url(/common/upload_data/ihinseiri-evidencecom/image/20260106104904.png) no-repeat 15% / contain;
}
@media only screen and (max-width: 600px) {
    a#g-coments+section .wrapper_item {
        flex-direction: row-reverse;
        padding-bottom: 100px !important;
    }
    a#g-coments+section .contents_btn01.block_button_1 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    a#g-coments+section .inner_item_img a img {
        width: 100% !important;
    }
}