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

#titBox {}


#sec01 {}
#sec01 .leftBox {
	width: 70%;
}
#sec01 .rightBox {
	width: 26%;
}
#sec01 .rightBox .itemBox {
	align-items: center;
	margin-bottom: 30px;
}
#sec01 .rightBox .imgBox {
	width: 52%;
	max-width: 160px;
}
#sec01 .rightBox dl {
	width: 45%;
}
#sec01 .rightBox dt {
	

}
#sec01 .rightBox .itemBox .cap {
	font-size: 10px;
	transform: translateY(-80%);
}

#sec02 {}
#sec02 .leftBox {
	width: 48%;
	background-color: #f5ebf2;
	border: #999 solid 1px;
	padding: 1% 2%;
	align-items: center;
}
#sec02 .leftBox .imgBox {
	width: 56%;
	max-width: 290px;
}
#sec02 .leftBox dl {
	width: 40%;
}
#sec02 .rightBox {
	width: 49%;
align-items: flex-start;
}
#sec02 .rightBox .imgBox {
	width: 35%;
	max-width: 200px;
}
#sec02 .rightBox dl {
	width: 26%;
	
}

#sec03 {
	background-color: #f2f0e7;
	border: #999 solid 1px;
	padding: 2% 3%;
	margin-top: 3%;
}
#sec03 .leftBox {
	width: 56%;
}
#sec03 .leftBox h3 {
	font-size: 24px;
	padding: 0.5em 0;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	margin-bottom: 1em;
	text-align: center;
}
#sec03 .leftBox .flex dl {
	width: 47%;
}
#sec03 .leftBox dt {
	font-size: 21px;
}
#sec03 .leftBox dd {
	font-size: 16px;
}
#sec03 .leftBox .imgBox {
	width: 50%;
}
#sec03 .rightBox {
	width: 40%;
}
#sec03 .rightBox h4 {
	font-size: 20px;
	padding-bottom: 1em;
	text-align: center;
}
#sec03 .rightBox img {
	mix-blend-mode:multiply;
}


@media screen and (max-width : 959px ){
	
	#sec01 .leftBox {
    width: 100%;
	}
	#sec01 .rightBox {
    width: 100%;
		display: flex;
	justify-content: center;
	align-items: center;
		gap: 0 4%;
	}
	#sec01 .rightBox .itemBox {
		width: 48%;
	}
	
	#sec02 .leftBox {
		width: 100%;
	}
	#sec02 .rightBox {
    width: 100%;
		padding-top: 30px;
	}
	#sec03 .leftBox {
    width: 100%;
	}
	#sec03 .rightBox {
    width: 100%;
		padding-top: 20px;
	}
	
	#sec03 .leftBox h3,#sec03 .rightBox h4 {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sec03 .leftBox dt {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sec03 .leftBox dd {
		font-size: clamp(14px, 2vw, 16px);
	}
	#sec03 .rightBox img {
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width : 599px ){
	#sec01 .rightBox {
		display: block;
		padding-top: 30px;
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
	}
	#sec01 .rightBox .itemBox {
    width: 100%;
  }
	#sec01 .rightBox .itemBox .imgBox {
		margin: 0 auto;
	}
	#sec01 .rightBox .itemBox dl {
		width: 100%;
	}
	#sec02 .leftBox {
		padding: 5%;
	}
	#sec02 .leftBox dl {
    width: 100%;
	}
	#sec02 .leftBox .imgBox {
    width: 100%;
    max-width: 290px;
		margin: 0 auto;
	}
	#equipment dt {
		text-align: center;
		padding: 0.3em 0;
	}
	#equipment dt br {
		display: none;
	}
	#sec02 .rightBox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	#sec02 .rightBox .imgBox {
		width: 50%;
		margin: 0 auto;
	}
	#sec02 .rightBox dl {
		width: 100%;
		
	}
	#sec03 {
    padding: 5%;
	}
	#sec03 .leftBox h3, 
	#sec03 .rightBox h4 {
    font-size: 16px;
		font-size: clamp(15px, 4.3vw, 17px);
  }
	#sec03 .leftBox dt {
		font-size: 16px;
		font-size: clamp(15px, 4.3vw, 17px);
    text-align: left;
  }
}


