@charset "utf-8";


/*-- 

high_performance

====================================================== --*/
body.lower .lower_base .content_body_inner {
    padding: 4rem 3.5rem 1rem 3.5rem;
}

#page-high_performance .text_r2 {
    font-size : 2.4rem ;
}
#page-high_performance .text_r2 .fsbig{
    font-size : 3.0rem ;
}

#content_high_performance .content_body {
    position: relative;
}
#content_high_performance .content_body .box{
    width: 76rem;
    margin: 0 auto;
    color: var(--c-brown);
}
#content_high_performance .content_body .box p{
    font-size: 2.2rem;
    letter-spacing: normal; 
}
#content_high_performance .content_body .box a{
    font-size: 1.6rem; 
}
#content_high_performance .content_body .box .arrow_right::before{
    background: var(--c-orange);
}
#content_high_performance .content_body .box .arrow_right_inline::before{
    background: var(--c-orange);
}
#content_high_performance .content_body_inner .col p{
    width: 41.1rem;
}
#content_high_performance .content_body_inner .col figure{
    width: 44.5rem;
}

#content_high_performance .content_body .box .txt_L2{
    display : block ;
    margin-top: 1rem;
    line-height : 120% ;
}
#content_high_performance .content_body .box .kome{
    font-size: 60%;
}    


/* tb sp */
@media screen and (max-width:1000px){
    #page-high_performance.lower .lower_base .content_body_inner {
        padding: 4rem 0rem 1rem 0rem;
    }
    #page-high_performance.lower .lower_content_base{
        padding: 5rem 1rem 4rem 1rem;
    }
    #page-high_performance.lower #lower_kv .lower_kv_title{
        padding: 1.5rem 0.2rem;
    }
    #page-high_performance.lower #lower_kv .lower_kv_title .main {
		font-size: 2.4rem;
		letter-spacing: 0.02em;
	}
    #content_high_performance .content_body_inner .col p{
        width: 100% !important;
    }
    
    #content_high_performance .content_body .box{
        width: 100%;
        margin: 0 auto;
    }
    #content_high_performance .content_body .box p{
        font-size: 2rem;
        line-height: 1.6;
    }
    /*
    #content_high_performance .content_body .box br{
        display: none;
    }
    */
    #content_high_performance .content_body .box a{
        font-size: 1.4rem;
        font-weight: 700;
    }
    #page-high_performance .text_r2{
        text-align: left;
        letter-spacing:normal;
    }
    #page-high_performance .text_r2 .fsbig{
        font-size : 2.4rem ;
    }
    #content_high_performance .content_body_inner .col figure{
        width: 100%;
    }
    #content_high_performance .content_body_inner .col figure img {
        /* height  : 200px ; */
        object-fit  : cover;
        
    }
    
    #content_high_performance .content_body .txt_L1 .kome{
        font-size: 70%;
    }    
    #content_high_performance .content_body .txt_L2 .kome{
        font-size: 1.4rem;
    }    
    
}
/* sp */
@media screen and (max-width:580px){
    #content_high_performance .content_body a.link.arrow_right:before {
        top: 1.6rem;
    }
    #content_high_performance .content_body a.link.arrow_right:after {
        top: 1.6rem;
    }
}


@media screen and (max-width:1000px){
    .youtube p{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .youtube .fc_orange{
        font-family: 'Kaisei Opti', serif;
        font-weight: 700;
        font-size: 2.2rem !important;
    }
    .youtube .title{
        font-size: 2.4rem !important;
    }
    
}



#page-high_performance .youtube.top{
	display: flex;
	flex-direction: column;
    align-items: center;
	margin: 1rem 0 2rem 0;
	font-weight: 500;
}
#page-high_performance .youtube.top .fc_orange {
	font-size: 2.4rem;
}
#page-high_performance .youtube.top .title {
	font-size: 3.2rem;
}
#page-high_performance .youtube.top .description {
	font-size: 1.5rem;
	margin : 1rem auto  ;
	font-weight : 500 ;
}
#page-high_performance .youtube_list {
  margin-left : -40px ;
  margin-right : -40px ;
	display: flex;
	flex-wrap : wrap ;
	justify-content: space-between;
	column-gap: 1%;
	
}
#page-high_performance .youtube_list_item {
	background-color: var(--c-white);
	/* border-radius: 1.5rem; */
	box-shadow: 0 0 1rem var(--c-shadow);
	max-width: 322px;
	width: 100%;
    margin-bottom: 4rem;
	/* padding: 3rem 2.5rem; */
}
#page-high_performance .youtube_list_item .image {
	height: 21rem;
	display: block;
	text-align: center;
}
#page-high_performance .youtube_list_item .image img {
	height: 100%;
	width:auto;
}

#page-high_performance .youtube_list_item .text {
	max-width: 322px;
	width: 100%;
	margin  : 0 auto ;
}

#page-high_performance .youtube_list_item .text .title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align:left;
	margin: 1rem;
	transition:all 0.2s;
    display: -webkit-box;
    text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}

#page-high_performance .youtube_list_item .text ul {
	margin-top: 1.1rem;
	margin-bottom: 0;
}
#page-high_performance .youtube_list_item .text ul li {
	font-size: 1.4rem;
	line-height: 1.3;
}
/* tb */
/* sp */
@media screen and (max-width:1000px){
  #page-high_performance .youtube_list {
    margin-left : 0px ;
    margin-right : 0px ;
  }
  
  #page-high_performance .youtube_list_item {
    text-align :center;
  	max-width: 100%;
  	width: 100%;
    margin-bottom: 2rem;
  }
}

