﻿/*共通*/
#izo02 p{
	font-size: 16px;
}
#izo02 a:hover{
	opacity: 0.5;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
#izo02 .fw600{
	font-weight: 600;
}

/*main*/
#izo02 .header{
	max-width: 930px;
	max-height: 380px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
	overflow: hidden;
}
#izo02 .cont_left{
	flex: 1;
	text-align: left;
	padding: 20px;
}
#izo02 .title_cc{
	font-size: 34px;
	margin: 0 0 10px;
}
#izo02 .cont_right{
	flex: 1;
}
#izo02 h1{
	text-align: left;
	padding: 0;
	margin: 10px 0;
}
#izo02 .about_block{
	position: relative;
	border: solid 2px #81776f;
	margin: 0 0 50px;
}
#izo02 .about_title{
	position: absolute;
	top: -10px;
	left: 38%;
	padding: 0 5px;
	background: #fff;
	color: #81776f;
}
#izo02 .about_title p{
	font-size: 20px;
	font-weight: 600;
}
#izo02 .about_text{
	padding: 4%;
	line-height: 1.6;
}

/*コンテンツ1*/
#izo02 .content01{
	margin: 0 0 70px;
}
#izo02 .cont_title{
	margin: 0 0 20px;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	align-items: center;
}
#izo02 .cont_title h2{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 24px;
}
#izo02 .item_block{
	margin: 10px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#izo02 .item_block p span{
	font-size: 20px;
}
#izo02 .item_btn{
	padding: 5px 8%;
	color: #fff;
	background: #b53c3e;
	border-radius: 5px;
	position: relative;
}
#izo02 .item_btn:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 5%;
}

#izo02 .content02{
	margin: 0 0 100px;
}
@media(max-width: 1140px){
	#izo02 .header p{
		font-size: 14px;
	}
	#izo02 p.title_cc{
		font-size: 24px;
	}
}
@media(max-width: 1100px){
	#izo02 .cont_left{
		padding: 10px;
	}
	#izo02 .header p{
		font-size: 12px;
	}
	#izo02 p.title_cc{
		font-size: 20px;
	}
}