@charset "UTF-8";

/* 画像表示PC・SP切り替え(2026/01/07) */
#banner-sp + section {
    display: none;
}
#banner-pc + .contents_box01 a {
    transition: 0.3s all;
}
#banner-pc + .contents_box01 a:hover {
    transition: 0.3s all;
    opacity: 0.7;
}
@media only screen and (max-width: 900px) {
    #banner-pc + section {
        display: none;
    }
    #banner-sp + section {
        display: block;
    }
}

/*2026/06/29*/
#mv .mv_img li.pos_c img {
object-fit: contain !important;
}
#mv #conv .w {
background: rgba(255, 255, 255, 0.7);
    border-top: 0;
    border-bottom: 0;
    padding: 2rem 4rem;
}
#mv #conv .w div.p {
font-size: 3rem;
}
#mv #conv .w div.p,
#mv #conv　.w div:not(.p) {
color: #000;
}
#mv #conv .ic {
    width: inherit;
    height: inherit;
    position: inherit;
    margin-top: 1rem;
transform: inherit;
}
#mv #conv .ic a {
background: var(--i_btn_color);
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    transition: .4s ease-in-out;
    font-family: inherit;
    text-align: center;
    line-height: 1.6;
    font-size: 1.4rem;
    padding: 12px 20px 10px;
    white-space: nowrap;
    border-radius: 0;
    width: auto;
    height: auto;
}
#mv #conv .ic a:hover {
opacity: 0.7;
}

@media screen and (max-width: 1023px) {
#mv .mv_text {
        align-items: end !important;
}
#mv #conv .w {
       display: block !important;
}
}
@media screen and (max-width: 768px) {
    #mv #conv {
        display: block !important;
    }
#mv .mv_img li.pos_c img {
    object-fit: cover !important;
}
}
@media screen and (max-width: 480px) {
    #mv #conv .w div.p {
        font-size: 6vw;
    }
    #mv #conv　.w div:not(.p) {
        font-size: 3.3vw;
    }
}

/*こんなお困りごとパーツ*/
#topWorries01 + .contents_box01 {position: relative;}
#topWorries01 + .contents_box01::after,
#topWorries01 + .contents_box01::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#topWorries01 + .contents_box01::before {
    background-image: url(/common/upload_data/takemoto-sihoshosicom/image/20260629224407.jpg);
    top: 10px;
    left: 10%;
}
#topWorries01 + .contents_box01::after {
    background-image: url(/common/upload_data/takemoto-sihoshosicom/image/20260625165452.jpg);
    bottom: 0;
    right: 10%;
}
@media screen and (max-width: 1023px) {
#topWorries01 + .contents_box01::after,
#topWorries01 + .contents_box01::before {
    width: 150px;
    height: 150px;
}
}
@media screen and (max-width: 768px) {
#topWorries01 + .contents_box01::after,
#topWorries01 + .contents_box01::before {
    width: 100px;
    height: 100px;
}
#topWorries01 + .contents_box01::before {
    left: -20px;
}
#topWorries01 + .contents_box01::after {
    right: -20px;
}
}
@media screen and (max-width: 500px) {
#topWorries01 + .contents_box01::after,
#topWorries01 + .contents_box01::before {
opacity: 0.3;
}
}

/*proconパーツ*/
#topProCon + .dec2_3.composite_box01 .inner_item,
#topProCon02 + .dec2_3.composite_box01 .inner_item,
#topProCon03 + .dec2_3.composite_box01 .inner_item {
border: 3px solid var(--i_btn_color);
border-radius: 25px;
}
#topProCon + .composite_box01 .contents_btn01,
#topProCon02 + .composite_box01 .contents_btn01,
#topProCon03 + .composite_box01 .contents_btn01 {
margin-top: 1rem;
}

/*お困りアンカーリンク*/
#worriesBtns01 + .contents_btn01 .content_wrapper,
#worriesBtns02 + .contents_btn01 .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#worriesBtns01 + .contents_btn01 .content_wrapper a,
#worriesBtns02 + .contents_btn01 .content_wrapper a {
    min-width: 31%;
    min-height: 120px;
    border-radius: 20px;
    border: 3px solid var(--i_btn_color);
    background: #fff;
    color: var(--i_btn_color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#worriesBtns01 + .contents_btn01 .content_wrapper a span .spbr, #worriesBtns02 + .contents_btn01 .content_wrapper a span .spbr {
display: none;
}
@media screen and (max-width: 890px) {
#worriesBtns01 + .contents_btn01 .content_wrapper a span .spbr, #worriesBtns02 + .contents_btn01 .content_wrapper a span .spbr {
display: block;
}
}
@media screen and (max-width: 768px) {
#worriesBtns01 + .contents_btn01 .content_wrapper a, #worriesBtns02 + .contents_btn01 .content_wrapper a {
min-width: 0;
max-width: 28%;
width: 28% !important;
}
#worriesBtns01 + .contents_btn01 .content_wrapper a span, #worriesBtns02 + .contents_btn01 .content_wrapper a span {
font-size: 1.9vw;
padding: 0;
}
}
@media screen and (max-width: 480px) {
#worriesBtns01 + .contents_btn01 .content_wrapper a, #worriesBtns02 + .contents_btn01 .content_wrapper a {
min-width: 0;
max-width: 40%;
width: 40% !important;
}
#worriesBtns01 + .contents_btn01 .content_wrapper a span, #worriesBtns02 + .contents_btn01 .content_wrapper a span {
font-size: 3vw;
padding: 0;
}

}
