@charset "UTF-8";

#insight-report .about_ttl{
    font-size:24px;
    font-weight:600;
    color:#0696d7;
    text-align:center;
    line-height:1.5;
    margin-bottom:50px;
}

@media screen and (max-width:900px){
        #insight-report .about_ttl{
            font-size:16px;
            font-weight:600;
            color:#0696d7;
            text-align:center;
            line-height:1.5;
            margin-bottom:15px;  
            }    
} 

#insight-report .about_read{
    text-align:center;
    margin-bottom:50px;
}

@media screen and (max-width:900px){
    #insight-report .about_read{
        margin-bottom:15px;
    }  
} 

#insight-report .sec02_list{
    margin-bottom:70px;
}

@media screen and (max-width:900px){
#insight-report .sec02_list{
    margin-bottom:10px;
}
} 

#insight-report .sec02_list-wrap{
    margin-bottom:70px;
}

@media screen and (max-width:900px){
#insight-report .sec02_list-wrap{
    margin-bottom:15px;
}
} 

#insight-report .sec01_list{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#insight-report .sec01_item{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    padding: 35px;
    margin-bottom: 50px;
    align-items: center;
}

@media screen and (max-width:900px){
    #insight-report .sec01_item{
        display:flex;
        flex-direction:column;
        padding: 10px;
        margin-bottom: 15px;
        align-items: center;
    }
} 

#insight-report .sec01_item:nth-child(2n){
    flex-direction: row-reverse;   
}

#insight-report .sec01_item_main{
    width:60%;
}

@media screen and (max-width:900px){
    #insight-report .sec01_item_main{
        width:100%;
    }
} 

#insight-report .sec01_item_img{
    width:40%;
    display:flex;
    justify-content: center;
    padding:0 50px;
}

@media screen and (max-width:900px){
#insight-report .sec01_item_img{
    width:100%;
    display:flex;
    justify-content: center;
    padding:0 50px;
}
} 

#insight-report .sec01_item_main_ttl{
    font-size:22px;
    font-weight:600;
    margin-bottom:30px;
    line-height:1.5;
    display:flex;
    align-items: center;
}

#insight-report .sec01_item_main_ttl_number{
    font-size:32px;
    margin-right:15px;
}

@media screen and (max-width:900px){
#insight-report .sec01_item_main_ttl_number{
    font-size:22px;
    margin-right:8px;
}
} 

@media screen and (max-width:900px){
    #insight-report .sec01_item_main_ttl{
        font-size:16px;
        margin-bottom:10px;
    }
} 

#insight-report .sec01_item_txt_point{
    display: inline-flex; 
  flex-wrap: wrap;
  margin-top: 30px;
  max-width: 100%;
  flex-direction: column;

}

#insight-report .sec01_item_txt_point_item{

    background: #f7f7f7;
    padding:15px;
    font-size:14px;
    margin-bottom:10px
}

#insight-report .sec01_item_txt_point_item_ttl{
    font-weight:600;
    margin-bottom:7px;
    position:relative;
    padding-left:15px;
}

#insight-report .sec01_item_txt_point_item_ttl:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #0696d7;
    left: 0;
    top: 10px;
 }

 #insight-report .sec01{
    margin:0 0 70px;
 }

@media screen and (max-width:900px){
 #insight-report .sec01{
    margin:0 0 15px;
 }
} 

#insight-report .sec02_list_head{
display: flex;
    margin-bottom: 50px;
    background: #f7f7f7;
    padding: 10px;
    align-items: center;;
 }

 @media screen and (max-width:900px){
#insight-report .sec02_list_head{
    margin-bottom: 10px;
    padding: 8px;
 }
} 

 #insight-report .sec02_list_head_number{
    font-size:42px;
    font-weight:600;
    padding-right:20px;
 }

 @media screen and (max-width:900px){
 #insight-report .sec02_list_head_number{
    font-size:20px;
    padding-right:10px;
 }
} 

@media screen and (max-width:900px){
#insight-report .sec02_list_head{
    margin-bottom: 10px;
    padding: 8px;
 }
} 

#insight-report .sec02_list_head_txtarea_ttl{
    font-size:22px;
    font-weight:600;
    line-height:1.5;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_head_txtarea_ttl{
    font-size:18px;
    font-weight:600;
    line-height:1.5;
}
}

#insight-report .sec02_list_head_txtarea_ttl span{
    display:block;
    font-size:18px;
    font-weight:600;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_head_txtarea_ttl span{
    display:block;
    font-size:16px;
    font-weight:600;
}
}

#insight-report .sec02_list_ttl_wrap{
    border-left: 4px solid #0696d7;
    padding: 20px;
    margin-bottom: 50px;
    background: #f7f7f7;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_ttl_wrap{
    margin-bottom:20px;
}
}

#insight-report .sec02_list_ttl{
    font-size:20px;
    font-weight:600;
    margin-bottom:7px;
}


@media screen and (max-width:900px){
#insight-report .sec02_list_ttl{
    font-size:16px;
    margin-bottom:7px;
}
}

#insight-report .sec02_list_desc{
    font-weight:600;
}

#insight-report .sec02_list_feature-list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom:50px;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_feature-list{
  display: flex;
  flex-wrap: wrap;
  flex-direction:column;
  gap: 30px;
  margin-bottom:15px;
}
}

#insight-report .sec02_list_feature-item{
   width: calc(50% - 15px);
   border:4px solid #f7f7f7;
   padding: 20px 10px 10px;
   position:relative;
    font-size:14px;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_feature-item{
   width: 100%;
   border:4px solid #f7f7f7;
   padding: 20px 10px 10px;
   position:relative;
    font-size:14px;
}
}

#insight-report .sec02_list_subttl{
    margin-top:-35px;
    display:inline-block;
    background:#fff;
    padding:0 15px;
    position:absolute;
    top:15px;;
    left:15px;;
    font-size:18px;
    font-weight:600;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_subttl{
    font-size:16px;
}
}

#insight-report .sec02_list_merit{
    background:#f7f7f7;
    padding:20px;
    margin-bottom:50px;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_merit{
    padding:8px;
    margin-bottom:15px;
}
}

#insight-report .sec02_list_merit_ttl{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

@media screen and (max-width:900px){
#insight-report .sec02_list_merit_ttl{
    font-size:16px;
    margin-bottom:7px;
}
}


#insight-report .sec02_list_img figure{
    text-align: center;
}

#insight-report .sec02_list_img img {
    display: inline-block;
}

#insight-report .sec02_list_img_caption{
    text-align:center;
    margin-top:10px;
    font-size:14px;
    color:#999;
}

#insight-report .sec03{
    padding:50px 0 70px;
}

@media screen and (max-width:900px){
#insight-report .sec03{
    padding:15px 0 20px;
}
}

#insight-report .sec03_list{
    display:flex;
    gap:10px;
}

@media screen and (max-width:900px){
#insight-report .sec03_list{
    display:flex;
    gap:8px;
    flex-direction: column;
}
}

#insight-report .sec03_item{
    background:#fff;
    width:calc((100% - 20px)/ 3);
    padding:20px;
    font-size:14px;
    line-height:1.5;
}

@media screen and (max-width:900px){
#insight-report .sec03_item{
    background:#fff;
    width:100%;
    padding:8px;
    font-size:14px;
    line-height:1.5;
}
}

#insight-report .sec03_item_ttl{
    font-weight:600;
    font-size:18px;    
    margin-bottom:15px;
}

@media screen and (max-width:900px){
#insight-report .sec03_item_ttl{
    font-size:16px;    
    margin-bottom:7px;
}
}

#insight-report .sec03_desc{
    font-size:20px;
    text-align:center;
    font-weight:600;
    margin-bottom:50px;
}

@media screen and (max-width:900px){
#insight-report .sec03_desc{
    font-size:16px;
    margin-bottom:15px;
}
}

#insight-report .sec03_ttl{
    font-size:20px;
    font-weight:600;
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom:1px solid 
}

@media screen and (max-width:900px){
#insight-report .sec03_ttl{
    font-size:16px;
    margin-bottom:7px;
    padding-bottom:7px;
}
}

#insight-report .sec04{
    margin:70px 0 120px;    
}

@media screen and (max-width:900px){
#insight-report .sec04{
    margin:15px 0 20px;    
}
}

#insight-report .sec04_list{
    display:flex;
    gap:30px;
    flex-wrap: wrap;
}

@media screen and (max-width:900px){
#insight-report .sec04_list{
    display:flex;
    gap:10px;
    flex-direction: column;
}
}

#insight-report .sec04_item{
    display:flex;
    gap:50px;
    flex-wrap: wrap;
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    padding:35px;
    align-items: center;
}

@media screen and (max-width:900px){
#insight-report .sec04_item{
    gap:10px;
    padding:8px;
    flex-direction: column;
}
}

#insight-report .sec04_item_img_caption{
    font-size:14px;
    color:#999;
    margin-top:10px;
    text-align: center;
}

#insight-report .sec04_item_txtarea{
    width:60%;
}

@media screen and (max-width:900px){
#insight-report .sec04_item_txtarea{
    width:100%;
}
}

#insight-report .sec04_item_img{
    width:calc(40% - 50px);
    display:flex;
    justify-content: center;
}

@media screen and (max-width:900px){
#insight-report .sec04_item_img{
    width:100%;
    display:flex;
    justify-content: center;
    padding:0 40px;
}
}