@charset "UTF-8";

/*-----#inful_lead部分-----*/
.inful_lead_title,
.inful_lead_subtitle{
    width: 85% !important;
    margin-bottom: 40px;
}
.inful_lead_subtitle_sp{
    display: none;
}
@media screen and (max-width: 900px){
    #top_inful_lead + section .inner_item_txt {
        text-align: center;
    }
    .inful_lead_subtitle{
        display: none;
    }
    .inful_lead_subtitle_sp{
        display: block;
        margin-bottom: 40px;
    }
    .inful_lead_title, 
    .inful_lead_subtitle_sp{
       width: 100% !important; 
    }
}
/*-----#inful_titleの部分-----*/
#inful_title + section {
    background: -webkit-linear-gradient(left, #1594e7, #ec0c90) !important;
    background: -o-linear-gradient(left, #1594e7, #ec0c90) !important;
    background: linear-gradient(to right, #1594e7, #ec0c90) !important;
    overflow: visible;
    position: relative;
}
/*-----#inful_wrapの部分-----*/
#inful_point + section{
    position: relative;    
}
#inful_point + section:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 30px;
    border-color: #8150bb transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;  
}
#influ_wrap,
#influ_wrap3{
    display: flex;
    padding: 50px 30px;
    background: #fff;
}
#influ_wrap3{
    border-radius: 0 0 10px 10px;    
}
#influ_wrap_title{
    background: var(--i_main_color);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.influ_wrap2{
    display: flex;
    width: 50%;
}
.influ_l{
    width: 40%;
}
.influ_r{
    width: 60%;
    padding: 0 20px;
}
.influ_r h3{
    color: var(--i_sub_color);
    margin-bottom: 20px
}
.influ_r h3 span{
    color: var(--i_txt_color);
    font-size: 80%;
}
.influ_r p{
    background: #f2f7fd;
    padding: 20px;
    border-radius: 10px
}
@media screen and (max-width: 1100px){
    #influ_wrap,
    #influ_wrap3{
        display: block;
    }
    .influ_wrap2{
        margin-bottom: 50px;
        width: 100%;
    }
    #influ_wrap3 {
        padding-top: 0;
    }
}
@media screen and (max-width: 900px){
    .influ_r h3{
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 650px){
    #influ_wrap {
        padding-bottom: 5px;
    }
    .influ_wrap2{
        display: block;
    }
    .influ_r h3 {
        font-size: 2.4rem;
        text-align: center;
    }
    .influ_l {
        width: 100%;
        text-align: center;
    }
    .influ_r {
        width: 100%;
        padding: 0;
    }
}
/*-----#inful_flowの部分-----*/
#inful_flow + div .inner_item {
    width: 17%;
    margin-left: 3%;
    position: relative;
}
#inful_flow + div .inner_item:before{
	display: block;
	content: "";
	width: 17px;
	height: 32px;
	position: absolute;
	top: 20%;
	right: -30px;
	background: url(/common/upload_data/edge-connect/image/insta_flow_arrow.png) no-repeat left bottom;
	pointer-events: none;
	background-size: 17px; 
	max-width: 17px;	
}
#inful_flow + div .inner_item:last-of-type:before{
    display: none;
}
#inful_flow + div .heading.block_header_4 .h {
    background: #e3eefb;
    padding: 10px;
    border-radius: 5px;  
    font-size: 1.5rem;
}
@media screen and (max-width: 1350px){
    #inful_flow + div .heading.block_header_4 .h{
        font-size: 1.6rem !important;
    }
}
@media screen and (max-width: 1100px){
    #inful_flow + div .inner_item::before{
        right: -25px;
    }
}
@media screen and (max-width: 900px){
    #inful_flow + div .inner_item{
        width: 100%;
        margin-bottom: 50px;
    }
    #inful_flow + div .inner_item::before {
        right: inherit;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
        bottom: -45px;
        top: inherit;
    }
    #inful_flow + div .heading.block_header_4 .h{
        font-size: 2.1rem !important;
    }    
}