@charset "UTF-8";
@media (min-width:960px){
	.inner{
		max-width:960px;
	  	margin:0 auto;
	  	position:relative;
	 	padding-left:15px;
	  	padding-right:15px;
	  	box-sizing:border-box;
	}
}
@media (min-width:769px) and (max-width:959px){
	.inner{
		max-width:100%;
		margin:0 auto;
		position:relative;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
	}
	img{max-width:100%;height: auto;}
	.sec_fv{
		min-height: auto;
	}
	.sec_fv .inner{
		padding: 0 15px;
	}
	.sec_slider{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.sec_slider .item .flex_sl{
		justify-content: center;
		gap: 20px;
	}
	.sec02 .d-flex .item{
		width: 49%;
	}
	.sec02 .d-flex .item h3{
		font-size: 28px;
	}
	.sec03 .sec03_box dl dd h3{
		font-size: 22px;
	}
	.sec03 .sec03_box dl dd p{
		font-size: 18px;
	}
	.sec06_box .item .d-flex .txt .title{
		font-size: 22px;
	}
	.sec06_box .item .d-flex .txt .title span{
		font-size: 16px;
	}
	.sec06_box .item .time dl dd{
		font-size: 20px;
	}
	.sec07_box dl dd h3{
		font-size: 24px;
	}
	.sec07_box dl.item3,
	.sec07_box dl.item2{
		width: 100%;
		margin-left: 0;
	}
	.sec10 .sec10_box p{
		width: 32%;
	}
	#cta_fixed .d-flex{
		gap: 15px;
	}
}