@charset "utf-8";
/* CSS Document */

/*--  title --*/
.mainArea {
	display: none;
}	

/*--  GeneralList --*/
.GeneralList {
	display: none;
}

/*-- --*/
.main_txt{
    margin-top: 10rem;
    /*margin-bottom: 20rem;*/
    margin-bottom: 10rem;
}

.sec1{
    margin-top: 2em;
}

.sec2{
    margin-top: 5em;
}

.sec_link a:hover {
    text-decoration: underline;
    transition: all 0.3s;
    opacity: 0.8;
}



@media screen and (max-width: 767px) {/* // Mobile // */
	/*============================================================================*/
	/*Breadcrumbs*/
	.commonBreadcrumb_upper {
		position: relative;
		top: 12rem;
	}	

    .h1_heading {
        /*margin-top: -4rem;*/
        margin-top: 3rem;
        margin-left: -2rem;
    }	

    .main_txt{
        margin-top: 5rem;
        margin-bottom: 10rem;
    }
    
	.main_img{
		/*
		width: 45rem;
		margin: 0 0 0 auto;
		*/
	}



    /* main*/
    .main_flex{
        display:flex;
        flex-direction: column-reverse;
        align-items:flex-start;
        justify-content: space-between;
    }
    
    .main_flex_1{
        width: 100%;
    }
    
    .main_flex_1 img{
        width: 100%;
    }    
 
    .main_img_space{
        margin-top: 2em;
    }


    /* img1 */
    .flex_box1{
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .flex_box1-1{
        width: 100%;
    }
    
    .flex_box1-1 img{
        width: 100%;
    }
    
    .flex_box1-2{
        width: 100%;
    }
    
    .flex_box1-2 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }    

    .flex_box1-3{
        width: 100%;
    }
    
    .flex_box1-3 img{
        width: 100%;
    }
    
    .img_space-1{
        padding-bottom: 2%;
    }

    .flex_box1-sp{
        display:flex;
        flex-direction: row;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
        justify-content: space-between;        
    }     
    
    .flex_box1-sp-1    {
        width: 49%;
    }

    .img_space-2{
        padding-bottom: 2%;
    }
    
   

    /* img2 */
    .flex_box2{
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    .flex_box2-1{
        width: 100%;
    }
    
    .flex_box2-2{
        width: 100%;
    }
    
    .flex_box2 img{
        width: 100%;
    }    
    

    /* img2-1 */
    .f_item-1{
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .f_item-1-1{
        width: 100%;
    }
    
    .f_item-1-2{
        width: 100%;
    }
    
    .f_box3{
        display:flex;
        flex-direction: row;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .f_box3-1{
        width: 49%;
    }
    
    .f_box3-1 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }   

    .img2_space-1{
        padding-bottom: 2%;
    }      
    
    
    
    /* img3-1 */
    .f_item-2{
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .f_item-2-1{
        width: 100%;
    }
    
    .f_item-2-2{
        width: 100%;
    }    
    
    .img2_space-2{
        padding-bottom: 5rem;
    }        
    
    
	/*============================================================================*/
	.onlyPC {display: none;}
	/*============================================================================*/	
}



@media screen and (min-width: 768px) {/* // PC // */
	/*============================================================================*/
	/*Breadcrumbs*/
	.commonBreadcrumb_upper {
		position: relative;
		/*top: 29rem;*/
		top: 39rem;
	}
	
    .h1_heading {
        margin-left: -7rem;
        /*margin-top: 5rem;*/
        margin-top: 20rem;
    }
	

    /* main */
    .main_flex{
        display:flex;
        flex-direction: row;
        align-items:flex-start;
        justify-content: space-between;
    }
    
    .main_flex_1{
        width: 47%;
    }
    
    .main_flex_1 img{
        width: 100%;
    }
    
    .main_img_space{
        margin-top: 0em;
    }
    
    
    /* img1 */
    .flex_box1{
        display:flex;
        flex-direction: row;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .flex_box1-1{
        width: 24%;
    }
    
    .flex_box1-1 img{
        width: 100%;
    }
    
    .flex_box1-2{
        width: 49.3%;
    }
    
    .flex_box1-2 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }    

    .flex_box1-3{
        width: 24%;
    }
    
    .flex_box1-3 img{
        width: 100%;
    }
    
    .img_space-1{
        padding-bottom: 5.5%;
    }
   

    /* img2 */
    .flex_box2{
        display:flex;
        flex-direction: row;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .flex_box2-1{
        width: 49.3%;
    }
    
    .flex_box2-2{
        width: 49.3%;
    }
    
    .flex_box2 img{
        width: 100%;
    }    
    

    /* img2-1 */
    .f_item-1{
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .f_item-1-1{
        width: 100%;
    }
    
    .f_item-1-2{
        width: 100%;
    }
    
    .f_box3{
        display:flex;
        flex-direction: row;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .f_box3-1{
        width: 48.7%;
    }
    
    .f_box3-1 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }   

    .img2_space-1{
        padding-bottom: 3%;
    }      
    

    /* img3-1 */
    .f_item-2{
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        align-items:stretch;
        justify-content: space-between;
    }
    
    .f_item-2-1{
        width: 100%;
    }
    
    .f_item-2-2{
        width: 100%;
    }    
    
    .img2_space-2{
        padding-top: 1.5%;
        padding-bottom: 20rem;
    }    
    
	/*============================================================================*/
	.onlyMO {display: none;}
	/*============================================================================*/	
}

    
