
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%;
}



@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(33 150 243 / 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: #2196f3;
    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 10px;
}

@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: space-between;
}
section .wrap .list_wrap .lists li{
    box-sizing: border-box;
    /* background: #EEE; */
}
section .wrap .list_wrap .col2 li{
    width: 49.7%;
}
section .wrap .list_wrap .col3 li{
    width: 32.9%;
}
section .wrap .list_wrap .col4 li{
    width: 24.6%;
}
section .wrap .list_wrap li figure{
    width: 100%;
}
section .wrap .list_wrap li figure img{
    width: 100%;
}



/* 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: #00000054;
    color: #FFF;
    height: 100%;
    box-sizing: border-box;
}


/* 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;
}





/* テキストブロック共通 */

/* 箇条書き表示 */
section .wrap .text_wrap .inner{
    background: #FFF;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
}

section .wrap .text_wrap .inner ul,
section .wrap .text_wrap .inner dl{
    border: 1px solid #EEE;
    border-radius: 10px;
    padding: 10px;
}

section .wrap .text_wrap .inner ul li,
section .wrap .text_wrap .inner dl dt,
section .wrap .text_wrap .inner dl dd{
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
}
section .wrap .text_wrap .inner dl dt{
    font-weight: bold;
}



/* 羅列表示 */

section .wrap .text_wrap .inner_row{
    background: #FFF;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
}

section .wrap .text_wrap .inner_row ul,
section .wrap .text_wrap .inner_row dl{
    border: 1px solid #EEE;
    border-radius: 10px;
    padding: 10px;
}

section .wrap .text_wrap .inner_row dl dt{
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
    font-weight: bold;
}

section .wrap .text_wrap .inner_row dl dd,
section .wrap .text_wrap .inner_row ul li{
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
    display: inline-block;
    margin: auto 2px auto 0;

}







@media screen and (max-width:768px) { 
    /* カラム数統一 */
    section .wrap .list_wrap .col2 li{
    width: 100%;
    }
    section .wrap .list_wrap .col3 li{
    width: 49.7%;
    }
    section .wrap .list_wrap .col4 li{
    width: 49.7%;
    }
    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) {
}


