@charset "UTF-8";

/*point*/
#point + .composite_box01 .inner_item{
    background: rgb(243,243,243) !important;
}
#point + .composite_box01 .inner_item .heading {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}
#point + .composite_box01 .heading.block_header_4 p {
    font-weight: 600;
    font-size: 2rem;
}
#point + .composite_box01 .heading.block_header_4 .h {
    background: rgb(13,54,110);
    color: #fff;
    border-radius: 4px;
    width: fit-content;
    padding: 6px 8px;
}


/*feature ボタン*/
#top_seo2 + section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a{
   border: 2px solid #fff;
}
#top_seo2 + section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a span{
   color:#fff;
} 
#top_seo2 + section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a:before{
   border-top: 2px solid #fff;
   border-right: 2px solid#fff;
}
#top_seo2 + section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a:hover span {
      color: var(--i_btn_color);
}
#top_seo2 + section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a:hover:before{
    border-top: 2px solid var(--i_btn_color);
    border-right: 2px solid var(--i_btn_color);
}
#top_seo2 + section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a:hover,
#top_seo2 + section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a::after {
    background: #fff;
}

/*Rammetto One*/
#flow_img + .composite_box01 .inner_item_img img{
    max-width: 120px;
    object-fit: contain;
    height: min-content !important;
    padding: 10px;
}
#flow_img + .composite_box01 .inner_item>a {
    pointer-events: none;
}
#flow_img + .composite_box01 .inner_item{
    position:relative;
}
#flow_img + .composite_box01 .inner_item:before{
    position:absolute;
    content:"";
    background:url(/common/upload_data/taiya-htfcom/image/20231120133127.png);
    width: 50px;
    top: 45%;
    right: -30px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
}
#flow_img + .composite_box01 .inner_item:last-child:before{
   display:none;
}
@media screen and (max-width: 920px){
#flow_img + .composite_box01:not(.block_images_7) .inner_item:nth-of-type(1):nth-last-of-type(4),
#flow_img + .composite_box01:not(.block_images_7) .inner_item:nth-of-type(2):nth-last-of-type(3){
    margin-bottom: 0px !important;
}
#flow_img + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
#flow_img + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1){
    margin-left: 0% !important;
}
#flow_img + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
#flow_img + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
#flow_img + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
#flow_img + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1){
    width: 25% !important;
}
#flow_img + .composite_box01 .inner_item_img img{
    max-width: 60px;
    padding:5px;
}
#flow_img + .composite_box01 .inner_item:before {
    width: 40px;
    right: -10px;
    height: 40px;
    top: 35%;
}
}
@media screen and (max-width: 600px){
#flow_img + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
#flow_img + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
#flow_img + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
#flow_img + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1){
    width: 100% !important;
}
#flow_img + .composite_box01 .inner_item:before {
   display:none;
}
#flow_img + .composite_box01:not(.block_images_7) .inner_item:nth-of-type(1):nth-last-of-type(4), #flow_img + .composite_box01:not(.block_images_7) .inner_item:nth-of-type(2):nth-last-of-type(3) {
    margin-bottom: 20px !important;
}
#flow_img + .composite_box01 .inner_item {
    margin-bottom: 20px !important;
    border: 1px solid #fff !important;
}
}