
html{
width: 100%;
overflow-x: hidden;
}
dl,dt,dd,ul,li,div,p,h1,h2,h3,h4,figure{
padding:0;
margin:0;
list-style:none;
}




/*------------------------*/
/*-------font-size--------*/
/*------------------------*/

section .breadcrumb_wrap{
    font-size: 80%;
}

section .wrap h3{
	font-size: 140%;
}

section .wrap h4{
    font-size: 100%;
}

.lead_wrap h2{
    font-size: 200% !important;
}

.lead_wrap h3{
    font-size: 200% !important;
}

.lead_wrap h2 span,
.lead_wrap h3 span{
    font-size: 70%;
}

section .wrap .list_wrap .lists li dl dd{
	font-size: 12px;
}

section .wrap .list_wrap .lists li dl dd span{
    font-size: 10px;
}

section .wrap .list_wrap > ul > li > ul li{
    list-style: inside;
    width: 100% !important;;
    padding: 0px !important;;

}



@media screen and (max-width:480px) { 

	.btn a{
	font-size:12px;
	}

	.lead_wrap h2,
	.lead_wrap h3{
	    font-size: 140% !important;
	}

	.lead_wrap h2 br,
	.lead_wrap h3 br{
		display:none;
	}

	.lead_wrap h2 span,
	.lead_wrap h3 span{
	    font-size: 60%;
	}

	.lead_wrap p {
	    font-size: 80% !important;
	}

	section .wrap .list_wrap > ul > li > *,
	section .wrap .text_wrap > ul > li > *{
		font-size: 90%;
	}

}




section .breadcrumb_wrap{
    margin: 0 auto;
    padding: 0 10px;
    background: #EEE;
    border-top: #DDD solid 1px;
    color: #777;
}

section .breadcrumb_wrap ul{
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px 0;
}
section .breadcrumb_wrap ul li{
    padding-right: 20px;
}






section .wrap{
    margin:0 auto;
    /* max-width: 1000px;
    background: #FCC; */
    padding:0 10px 50px !important;
}

.lead_wrap h2 span,
.lead_wrap h3 span{
    padding-left: 10px;
}

section .wrap ul li strong{
	font-weight: normal;
	/*background: rgb(73 255 72 / 20%);*/
	/*text-decoration: underline;*/
	background: rgb(175 129 106 / 20%);
}




/* lead_wrap */
.lead_wrap{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}
.lead_wrap > *{
    padding-bottom: 10px;
}
.lead_wrap p{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    /* background:#EEE; */
}
.lead_wrap p strong{
    padding: 0 5px;
    background: #dff1a9;
}
.lead_wrap figure.right{
    float: right;
    padding-left: 10px;
}
.lead_wrap figure.left{
    float: left;
    padding-right: 10px;
}
.lead_wrap figure img{
    width: 100%;
}
.lead_wrap .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.btn{
    background: #FFF;
    padding:0;
    display: inline-block;
    margin-top: 10px;
    min-width: 120px;
    min-width: 120px;
}

.btn a{
    display: block;
    padding: 0px 10px;
    /* color: #FFF; */
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #8b8b8b;
}

@media screen and (max-width:480px) { 

	.lead_wrap > * {
	    padding: 10px 10px 0;
	}

}





/* list_wrap */

/* 共通余白設定 */
section .wrap .txtbox_col1 > ul,
section .wrap .txtbox_col2 > ul,
section .wrap .text_wrap > ul{
    background: #EEE;
    padding-left:20px ;
    padding-right:20px ;
    padding-top:20px ;
}
section .wrap .list_wrap > ul > li > *,
section .wrap .text_wrap > ul > li > *{
    margin-bottom:20px ;
}





section .wrap .text > figure {
}

section .wrap .text_wrap li .right{
    float: right;
    padding-left: 10px;
}

section .wrap .text_wrap li .left{
    float: left;
    padding-right: 10px;
}

section .wrap .list_wrap .lists{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

section .wrap .list_wrap .lists li{
    box-sizing: border-box;
    /* background: #EEE; */
}

section .wrap .list_wrap .col1 li{
    width: 100%;
    padding:10px;
}

section .wrap .list_wrap .col2 li{
    width: 49.7%;
    padding:10px;
}

section .wrap .list_wrap .col3 li{
    width: 32.9%;
	padding:8px;
}

section .wrap .list_wrap .col4 li{
    width: 24.6%;
	padding:6px;

}
section .wrap .list_wrap li figure{
    margin-bottom: 5px;

}

section .wrap .list_wrap li figure img{
	width: 100%;
    border: 2px solid #CCC;
    box-sizing: border-box;
    margin-bottom: 0;
}

section .wrap .list_wrap .lists li dl{

}

section .wrap .list_wrap .lists li dl dt h4{
    margin-bottom: 10px;


}

section .wrap .list_wrap .lists li dl dd{
}

section .wrap .list_wrap .lists li dl dd span{
    width: 72px;
    display: block;
    color: #777;
}






/* img_list_wrap */
section .wrap .img_list_wrap{
}
section .wrap .img_list_wrap .lists{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
section .wrap .img_list_wrap .lists li{
    box-sizing: border-box;
    /* background: #EEE; */
    position: relative;
    height: 300px;
    box-sizing: border-box;
}
section .wrap .img_list_wrap .col2 li{
    width: 50%;
}
section .wrap .img_list_wrap .col3 li{
    width: 33.33%;
}
section .wrap .img_list_wrap .col4 li{
    width: 25%;
}
section .wrap .img_list_wrap .lists li figure{
    height: 100%;
    overflow: hidden;
    width: 100%;
}
section .wrap .img_list_wrap .lists li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section .wrap .img_list_wrap li .txt{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 30% 10% 0;
    background: #413930cf;
    color: #FFF;
    height: 100%;
    box-sizing: border-box;
}

section .wrap .img_list_wrap li .txt h4{
margin-bottom:10px;

}


/* byside_txt */
.list_wrap .byside_txt li{
    height: 200px;
    position: relative;
    padding-left: 20%;
}
.list_wrap .byside_txt li figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px !important;
}
.list_wrap .byside_txt li figure img{
    width: 100%;
    box-sizing: border-box;
}



/* txtbox_byside */
section .wrap .text_wrap{
}

section .wrap .text_wrap .txtbox_col1,
section .wrap .text_wrap .txtbox_col2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
/* 並び逆 */
section .wrap .text_wrap .row-reverse{
    flex-direction: row-reverse;
}
section .wrap .text_wrap .txtbox_col1 li,
section .wrap .text_wrap .txtbox_col2 li{
    box-sizing: border-box;
}

/* 1カラム時 */
section .wrap .text_wrap .txtbox_col1 li{
    width: 100%;
    display: inline-block;
}
section .wrap .text_wrap .txtbox_col1 li figure{
    width: 50%;
}
section .wrap .text_wrap .txtbox_col1 li figure img{
    width: 100%;
}

/* 2カラム時 */
section .wrap .text_wrap .txtbox_col2 li{
    width: 50%;
}

section .wrap .text_wrap .txtbox_col2 li figure{
    width: 100%;
    box-sizing: border-box;
}
section .wrap .text_wrap .txtbox_col2 li figure img{
    width: 100%;
}

/*カラム数関係なく共通*/
section .wrap .text_wrap .txt{
}

section .wrap .text_wrap .w100{
    width: 100% !important;
}









@media screen and (max-width:768px) { 
    /* カラム数統一 */

	section .wrap .list_wrap .lists{
	    justify-content: space-around;
	}

	section .wrap .list_wrap .lists li{
	padding:initial;
	}
    section .wrap .list_wrap .col2 li{
    width: 100%;
    }
    section .wrap .list_wrap .col3 li{
    width: 48%;
    }
    section .wrap .list_wrap .col4 li{
    width: 48%;
    }
    section .wrap .img_list_wrap .col2 li{
    width: 100%;
    }
    section .wrap .img_list_wrap .col3 li{
    width: 100%;
    }
    section .wrap .img_list_wrap .col4 li{
    width: 100%;
    }

	section .wrap .img_list_wrap .lists li {
		height: 250px;
		text-align: center;
	}

	section .wrap .img_list_wrap li .txt {
	    padding: 15% 10% 0;
	    height: 100%;
	    width: 100%;
	}

	section .wrap .img_list_wrap .lists li figure img {
		object-position: top;
	}
	
	

    /* 2カラム時 */
    section .wrap .text_wrap .txtbox_col2 li{
    width: 100%;
    }

}





@media screen and (max-width:480px) { 




    section .wrap .text_wrap .txtbox_col1 li figure{
        width: 100%;
    }

    .lead_wrap h2 span,
    .lead_wrap h3 span{
        padding-left: 0;
        display: block;
        padding-top: 5px;
    }
    

}




@media screen and (min-width:768px) and ( max-width:1024px) {
}




@media screen and (min-width:1024px) {
}


