@charset "UTF-8";
/*------------------------------------
  whats
------------------------------------*/
.block{
	padding: 3% 0 0;
}
strong {
	font-size: 110%;
	font-weight: bold;
}

#contents h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	margin: 0 auto 1%;
	font-size: 110%;
	font-weight: bold;
}


.corner > div {
	margin: 0 auto 2%;
	overflow: hidden;
	clear: both;
}
.corner .titleImg {
	margin: 0 2% 1% auto;
	width: 33%;
	float: left;
}
.corner .titleImg img {
	vertical-align: top;
}
.corner .img {
	margin: 0 auto 1%;
	width: 65%;
	float: right;
	text-align: left;
}
.corner .img li {
	margin: 0.5%;
	max-width: 24%;
	display: inline-block;
}
.corner .img li img {
	vertical-align: top;
}
.corner .txt {
	width: 65%;
	vertical-align: top;
	float: right;
}


@media only screen and (max-width:768px){
h3 {
	font-size: 120%;
}
.corner > div {
	margin: 0 2% 1%;
}
.corner .titleImg {
	margin: 0 2% 2% 0;
	width: auto;
	max-width: 49%;
}
.corner .img {
	width: 49%;
	float: left;
}
.corner .img li {
	max-width: 49%;
}
.corner .txt {
	width: 100%;
	float: left;
}
}

@media only screen and (max-width:414px){
h3 {
	font-size: 120%;
}
.corner > div {
	margin: 0 2% 1%;
}
.corner .titleImg {
	margin: 0 auto 2%;
	width: 100%;
	max-width: none;
	float: none;
}
.corner .img {
	margin: 0 auto 2%;
	width: 100%;
	float: none;
}
.corner .txt {
	margin: 0 auto 2%;
	float: none;
}
}