@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/envelope_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	background: url("../img/envelope_img/pagetitle_bg.jpg") center 20% 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 li ul {
	display: flex;
	justify-content: space-between;
}
#sec02 .list_box li ul li {
	margin: 0;
}
#sec02 .list_box li ul li h5 {
	margin: 0;
	font-size:17px;
	font-family: "NotoSansMedium";
	white-space: nowrap;
}
#sec02 .list_box li figure img {
	width: auto;
	height:220px;
}
@media print, screen and (min-width:768px) {
#sec02 .list_box li figure img {
	width: auto;
	height:260px;
}
#sec02 .list_box li ul li h5 {
	font-size:20px;
}
#sec02 .list_box li:first-child figure img {
	margin-bottom: -40px;
}
}

#sec02 .title02 {
	margin-top: 30px;
}

#sec02 .list_bond {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec02 .list_bond li {
	width: 49%;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
#sec02 .list_bond li h5 {
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: "NotoSansMedium";
	font-size:17px;
}
#sec02 .list_bond li figure img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec02 .list_bond li {
	width: 18.4%;
	padding: 15px;
	background: #fff;
}
#sec02 .list_bond li h5 {
	font-size:20px;
}
}
	
/*--------------------------section04*/
#sec04 .list_box figure {
	margin-bottom: 10px;
}
#sec04 .list_box figure img {
	width: 100px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec04 .list_box figure img {
	width: auto;
	height: auto;
}
}


