@charset "Shift_JIS";
h2 {
	font-size: 22px;
	font-weight: lighter;
	margin: 25px;
}
h3 {
	font-size: 36px;
	margin: 50px 0 5px 0;
	line-height: 30px;
	font-weight: lighter;
	font-family: 'Athiti', sans-serif;
}
h4 {
	font-size: 16px;
	margin: 5px 0 0 0;
	line-height: 30px;
	font-weight: lighter;
	font-family: 'Athiti', sans-serif;
}
h5 {
	font-size: 14px;
	font-family: 'Oxygen Mono', monospace;
	font-weight: lighter;
	margin-bottom: 20px;
}
h6 {
	font-size: 16px;
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 1px #000;/*上線*/
	border-bottom: solid 1px #000;/*下線*/
	margin-bottom: 25px;
	font-weight: lighter;
}
/*　コンテンツ
------------------------------------------------------------*/
.content0 {
	width: 50%;
	float: left;
	color: #000;
}
.content1 {
	width: 50%;
	float: left;
	color: #000;
	text-align: center;
}
.content1 p {
	margin: 0 10px 10px 10px;
}
.content1 strong {
	font-size: 26px;
	font-family: 'Oxygen Mono', monospace;
	font-weight: lighter;
}
.content1 em {
	font-size: 26px;
	font-family: 'Oxygen Mono', monospace;
	color: #c30d23
}
.content1 b {
	font-size: 14px;
	font-family: 'Oxygen Mono', monospace;
	font-weight: lighter;
	margin-bottom: 20px;
	color: #c30d23
}
.info {
	width: 48%;
	float: left;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #c30d23;
	margin-top: 10px;
	font-size: 13px;
}
.info p {
	margin: 10px;
}
.info strong {
	color: #c30d23;
	border: 3px double #c30d23;
	padding: 3px;
	font-size: 13px;
}
.info a {
	color: #c30d23;
}
.info a:hover {
	color: #999;
}
.meta-title {
	font-size: 16px;
	font-weight: 400;
	color: #252525;
	line-height: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
}
.meta-title span {
	padding: 0 6px 0 0;
	background: #fff;
	position: relative;
	z-index: 2;
	font-weight: 600;
	letter-spacing: 0px;
}
.meta-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #bbb;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
.content2 {
	width: 100%;
	clear: both;
	color: #000;
	padding: 20px 10px;
	line-height: 28px;
}
.content2 img{
	width: 70%;
	margin-top: 20px
}
.content2 p {
	text-align: left;
	padding: 0 ;
}
p.notes {
	text-align: left; 
	font-size: 12px;
	line-height: 18px;
}
p.number {
	font-size: 12px;
	margin-bottom: 35px;
}
p.jp1 {
	font-size: 14px;
	padding-top: 5px;
}
p.jp2 {
	font-size: 12px;
	margin: 0;
}
/*　ボタン
------------------------------------------------------------*/
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #333;
	color: #fff;
}
.button:hover {
	background-color: #c30d23;
	color: #fff;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #c30d23;
	color: #fff;
}
.button2:hover {
	background-color: #c30d23;
	color: #fff;
}
.button2::before, .button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2, .button2::before, .button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
h3 {
	font-size: 28px;
	margin: 25px;
}
h4 {
	font-size: 14px;
}
/*　コンテンツ
------------------------------------------------------------*/
.content0 {
	width: 50%;
	float: left;
	color: #000;
	margin-bottom: 15px;
}
.content1 {
	width: 50%;
	float: left;
	color: #000;
}
.content2 img{
	width: 70%;
}
.info {
	font-size: 12px;
}
.info strong {
	font-size: 12px;
	line-height: 18px;
}
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
.content2 img{
	clear: both;
}
	.info {
	width: 90%;
	height: auto;
	margin: 30px auto;
	padding: 10px;
	text-align: left;
	clear: both;
	float: none;
	
}
.info p {
	margin: 0 0 5px 0;
}
.info strong {
	font-size: 12px;
	line-height: 18px;
}
}
/* -------------------------------------------------------------------
*  スマートフォン
* ------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
h2 {
	font-size: 16px;
	margin: 10px;
}
h3 {
	font-size: 24px;
	margin: 25px 0 0 0px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
	padding: 0.2em 0;/*上下の余白*/
	border-top: solid 1px #000;/*上線*/
	border-bottom: solid 1px #000;/*下線*/
	margin-bottom: 20px;
	font-weight: lighter;
}
/*　コンテンツ
------------------------------------------------------------*/
.content0 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	float: none;
	
}
.content1 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	float: none;
	
}
.content1 p {
	margin: 0 0 5px 0;
}
.content1 strong {
	font-size: 24px;
}
.info {
	width: 80%;
	height: auto;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	float: none;
	
}
.info p {
	margin: 0 0 5px 0;
}
.info strong {
	font-size: 12px;
	line-height: 18px;
}
.content2 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	text-align:left;
	float: none;
}
.content2 strong {
	font-size: 14px;
}
.content2 img{
	width: 100%;
}
.meta-title {
	font-size: 12px;
}
}
