@charset "UTF-8";
/* CSS Document */

#sec01 {}
#sec01 .h3Box {
	padding: 30px 0;
}
#sec01 .h3Box h3 {
	color: #00405f;
	font-size: 20px;
	padding: 0.6em 2em;
	border-top: #00405f solid 1px;
	border-bottom: #00405f solid 1px;
	width: 30em;
	margin: 0 auto;
	text-align: center;
}
#sec01 .h3Box p {
	text-align: center;
	padding: 1em 0;
	font-size: 16px;
	line-height: 2;
}
#sec01 .flex {
	max-width: 1000px;
	margin: 0 auto;
}
#sec01 .flex .leftBox {
	width: 56%;
	position: relative;
}
#sec01 .flex .leftBox .titBox {
	position: absolute;
	left: 5%;
	top: 3%;
	width: 40%;
}
#sec01 .flex .rightBox {
	width: 40%;
}

#sec02 {
	max-width: 900px;
	padding: 5% 0;
}
#sec02 h3 {
	border-top: #00405f solid 1px;
	border-bottom: #00405f solid 1px;
	padding: 1% 0%;
	text-align: center;
	
}
#sec02 h3 img {
	max-width: 600px;
}
#sec02 .figBox {
	padding-top: 5%;
}

#sec03 {

}
#sec03 .itemBox {
	width: 25.6%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
#sec03 .itemBox dt {
	border-bottom: #00405f solid 2px;
	height: 3.6em;
	line-height: 1.4;
}
#sec03 .itemBox dt .option {
	display: inline-block;
	background-color: #00405f;
	color: #fff;
	font-size: 70%;
	width: auto;
	padding: 0.2em 0.6em;
	margin-left: 0.5em;
	position: relative;
	bottom: -0.9em;
}
#sec03 .itemBox dd span {
	display: block;
	padding: 0;
	line-height: 1.2;
}

#sec03 .itemBox .imgBox {
	margin-top: 15px;
}
#sec03 .itemBox .imgWrap {
}
#sec03 .lineBox {
	width: 1px;
	border-left: #999 dotted 1px;
	background: none;
}
#sec03 .item03 {
	align-content: flex-start;
}
#sec03 .item03 .lineBox {
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: #999 dotted 1px;
	margin: 50px 0;
}


@media screen and (max-width : 959px ){
	#sec01 .h3Box h3 {
    width: 100%;
    font-size: clamp(16px, 2.2vw, 18px);
	}
	#sec01 .h3Box p {
    font-size: clamp(13px, 1.9vw, 15px);
	}
		#sec01 .flex .leftBox {
		width: 100%;
		position: relative;
	}
	
	#sec01 .flex .rightBox {
		width: 100%;
		max-width: 400px;
		margin: 30px auto;
	}
	#sec03 .itemBox {
		width:100%;
		max-width: 300px;
		margin: 20px auto;
	}
   
}

@media screen and (max-width : 599px ){
	#sec01 .h3Box p {
    font-size: clamp(12px, 3.5vw, 14px);
		text-align: justify;
	}
	#sec01 .h3Box p br {
		display: none;
	}
	#sec03 .lineBox {
		display: none;
	}
	#sec03 .item03 .lineBox {
		display: block;
    margin: 30px 0;
}
}
