@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/greeting_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}
/*------------------------------------------------------------content*/
/*--------------------------section01*/
#sec01 .figbox figure {
	margin-top: 15px;
	text-align: center;
}
#sec01 .figbox figure img {
	width: 100%;
	max-width: 280px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec01 .figbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
#sec01 .figbox div {
	width: 750px;
}
#sec01 .figbox figure {
	margin-top: 0;
}
#sec01 .figbox figure img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
}

/*--------------------------section02*/
#sec02 .list_box figure {
	margin-bottom: 10px;
	text-align: center;
}
#sec02 .list_box figure img {
	width: 100%;
	max-width: 280px;
	height: auto;
}

/*--------------------------section03*/
#sec03 .list_box figure {
	margin-bottom: 10px;
	text-align: center;
}
#sec03 .list_box figure img {
	width: auto;
	height: 150px;
}
@media print, screen and (min-width:768px) {
#sec03 .list_box figure img {
	width: auto;
	height: 210px;
}
}