@charset 'UTF-8';
img[src$='.svg'] {
	width: 100%;
}
#canvas {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 1440px;
	max-height: 730px;
	margin: auto;
}
.en-tp_cp01 {
	position: relative;
	z-index: 100;
	width: 80%;
	margin-top: 1em;
	margin-bottom: .3em;
	margin-left: 10%;
	text-align: center;
}
.en-tp_fig02 {
	height: 33em;
	margin-bottom: 1em;
	background: url(../images/main-fig02.jpg) 0 0 no-repeat;
	background-position: center 0;
	background-size: cover;
}
.en-tp_cp02, .en-tp_cp03 {
	width: 80%;
	margin-top: 2em;
	margin-bottom: .3em;
	margin-left: 10%;
	text-align: center;
}
.en-tp_cat02, .en-tp_cat03{
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 1.2em;
	text-align: center;
	width: 34%;
	margin-left: 33%;
}
.en-tp_cat02 a, .en-tp_cat03 a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .5em;
	padding: .4em .5em .5em .5em;
	color: #fff;
	background: #96c352;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.en-tp_cat02 a:hover, .en-tp_cat03 a:hover {
	display: block;
	color: #FFF;
	background: #3BA901;
}
/* Tablet Layout: 481px to 650px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
#canvas {
}
.en-tp_cp01 {
	width: 60%;
	margin-left: 20%;
}
.en-tp_fig02 {
	height: 29em;
}
.en-tp_cp02, .en-tp_cp03 {
	width: 60%;
	margin-left: 20%;
}
.en-tp_cat02, .en-tp_cat03 {
	width: 28%;
	margin-bottom: .5em;
	margin-left: 36%;
}
}
/* Desktop Layout: 860px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 860px) {
#canvas {
}
.en-tp_cp01 {
	width: 50%;
	margin-left: 25%;
}
.en-tp_fig02 {
	height: 34em;
}
.en-tp_cp02, .en-tp_cp03 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 1em;
	margin-left: 25%;
	padding: 3.5em 0 0 0;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.en-tp_cat02, .en-tp_cat03 {
	width: 17%;
	margin-bottom: 1.5em;
	margin-left: 41.5%;
}
}