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

#contents-body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#contents-body h2 {
	margin-bottom: 3rem;
}

#contents-body .img_01 {
	margin-bottom: 3rem;
}

#contents-body .img_01 figcaption {
	margin-top: 2rem;
	font-size: 2rem;
}

#contents-body .flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#contents-body .meigen {
	margin-bottom: 1.5rem;
}

#contents-body .meigen h3 {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 16%;
	margin: 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	background: #efefef;
}

#contents-body .meigen h3 span {
	display: inline-block;
}

#contents-body .meigen figure {
	width: 16%;
}

#contents-body .note {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	text-align: right;
	line-height: 1.4;
}

#contents-body .huukei .kanshajo {
	width: 65%;
}

#contents-body .huukei .kanshajo img {
	border: 1px solid #000000;
}

#contents-body .huukei div {
	width: 30%;
}

#contents-body .huukei figcaption {
	margin: 0.5rem 0;
	font-size: 1.6rem;
	text-align: right;
}

@media screen and (max-width: 767px) {

#contents-body .meigen {
	margin-bottom: 0;
}

#contents-body .meigen h3 {
	width: 100%;
	margin-bottom: 2vw;
	padding: 1vw;
}

#contents-body .meigen figure {
	width: 49%;
	margin-bottom: 3vw;
}

#contents-body .note {
	text-align: left;
}

#contents-body .huukei .kanshajo {
	width: 100%;
	margin-bottom: 3vw;
}

#contents-body .huukei div {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#contents-body .huukei div figure {
	width: 49%;
}

#contents-body .huukei figcaption {
	text-align: center;
}

}

