@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/yuisho_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}

/*------------------------------------------------------------contents*/
.fig_box figure {
	margin-bottom: 15px;
	text-align: center;
}
.fig_box figure img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
@media print, screen and (min-width:768px) {
.fig_box {
	display: flex;
	justify-content: space-between;
}
.fig_box figure {
	width: 373px;
	margin-bottom: 0;
}
.fig_box figure img {
	width: 100%;
	max-width: 373px;
	height: auto;
}
.fig_box div {
	width: calc(100% - 403px);
	margin-bottom: 0;
}
}

#sec02 h4 {
	margin-bottom: 15px;
	font-family: "NotoSerifMedium";
	font-size: 17px;
	color: #4a3204;
}
#sec02 h4 strong {
	font-size: 18px;
}
@media print, screen and (min-width:768px) {
#sec02 h4 {
	margin-bottom: 20px;
	font-size: 20px;
}
#sec02 h4 strong {
	font-size: 24px;
}
}


