@charset "UTF-8";

/*-----------------------------MV下特徴下層リンクパーツ---------------------------------*/
        .link-container {
            display: flex;
            justify-content: left;
           flex-wrap: wrap;
        }

        .link-item {
            text-align: center;
            max-width: calc(20% - 1rem * 4 / 5);
            width: 100%;
            box-sizing: border-box;
        }
        .link-item:nth-child(n + 2) {
            margin-left: 1rem;
           border-left: 1px solid #FBA35B;
        }
        .link-item img {
            width: 50px;
            height: 50px;
            display: block;
            margin: 0 auto;
        }
        .link-item a {
            text-decoration: none;
            color: var(--i_txt_color);
        }
        .link-item a:hover {
            opacity: 0.7;
            transition: 0.3s all;
        }
@media screen and (max-width: 768px){
        .link-item {
            max-width: calc(33.333% - 1rem * 2 / 3);
        }
        .link-item:nth-child(n + 2) {
            margin-left: 1rem;
           border-left: 1px solid #FBA35B;
        }
        .link-item:nth-child(3n + 1) {
            margin-left: initial;
           border-left: initial;
        }
        .link-item:nth-child(n + 4) {
            margin-top: 3rem;
        }
}
@media screen and (max-width: 600px){
        .link-item {
            max-width: calc(50% - 1rem * 1 / 2);
        }
        .link-item:nth-child(n + 2) {
            margin-left: 1rem;
           border-left: 1px solid #FBA35B;
        }
        .link-item:nth-child(2n + 1) {
            margin-left: initial;
           border-left: initial;
        }
        .link-item:nth-child(n + 3) {
            margin-top: 3rem;
        }
}


/*-----------------------------調整---------------------------------*/
.link-item:first-child {
    border-left: 1px solid #FBA35B;
}

.link-item:last-child {
    border-right: 1px solid #FBA35B;
}

.link-item {
    max-width: 20%;
}

.link-item:nth-child(n + 2) {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
.link-item {
    max-width: 33.333%;
}

.link-container {
    justify-content: center;
}

.link-item:nth-child(n + 2) {
    margin-left: 0;
}

.link-item:nth-child(3) {
    border-right: 1px solid #FBA35B;
}

.link-item:nth-child(4) {
    border-left: 1px solid #FBA35B;
}
}

@media screen and (max-width: 600px) {
.link-item:nth-child(3) {
    margin-top: 0;
}

.link-item:nth-child(2) {
    border-right: 1px solid #FBA35B;
}

.link-item:nth-child(4) {
    border-right: 1px solid #FBA35B;
}
}



/*-----------------------------個人・法人2カラムパーツ---------------------------------*/

#top_img2 + .composite_box01.block_images_11 .inner_item_txt .pwrap {
  display: none;
}
#top_img2 + .composite_box01.block_images_11 .inner_item_txt {
  flex-direction: initial;
  align-items: end;
  left: 5%;
}
#top_img2 + .composite_box01.block_images_11 .inner_item_txt .heading {
  margin: initial;
  margin-bottom: 40px;
}
#top_img2 + .composite_box01.block_images_11 .inner_item_txt .heading {
  background: initial;
  border: 2px solid #ffffff;
  padding: 5px;
}
#top_img2 + .composite_box01 .heading.block_header_4 .h {
  color: var(--i_txt_color);
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: initial;
  text-align: center;
}

@media screen and (max-width: 600px){
    #top_img2 + .composite_box01.block_images_11 .inner_item {
        width: 100% !important;
    }
    #top_img2 + .composite_box01:not(.block_images_14):not(.block_images_16):not(.block_images_19) .inner_item {
        margin-left: 0 !important;
    }
    #top_img2 + .composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(2) {
        margin-bottom: 30px !important;
    }
}

#top_imgtxt + section .content_wrapper {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#top_imgtxt + .contents_box01 .inner_item_img img {
    max-width: 310px !important;
}

@media screen and (max-width: 900px){
    #top_imgtxt + .contents_box01 .inner_item_img img {
        max-width: 310px !important;
    }
}

/*-----------------------------サービス上パーツ---------------------------------*/
#top_imgtxt + section .content_wrapper {
    background-color: transparent;
}

#top_imgtxt + section  .wrapper_item {
    background: #fff;
    padding: 20px!important;
}

#top_imgtxt + section .inner_item_txt {
    padding: 0px!important;
}

@media screen and (max-width: 900px) {
#nbp3214699\ 3214699 .inner_item_txt p {
    text-align: left!important;
}
}