/*** リセット↓ **************************************************************************************************/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after,
q:before, q: after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
input, textarea, button, checkbox  {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	font-family: inherit;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
/*** リセット↑ **************************************************************************************************/



/*** デスクトップ↓ **********************************************************************************************/
@media screen and (min-width: 1000px) {
	body {
		width: 800px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	h1{
		font-size: 24px;
		line-height: 1.2em;
		text-align: center;
		margin-bottom: 50px;
	}
	p {
		font-size: 16px;
		line-height: 2em;
	}
	.box1_container {
		margin: auto;
		width:800px;
		margin-bottom: 50px;
	}
	.box1_container img {
		width:800px;
		height:200px;
		vertical-align:middle;
	}
	.box1_item_b2 {
		width: 380px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.box1_item_b2 img {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.box2_label_circle:hover {
		opacity: 0.7;
	}
	.box2_label_circle_school:hover {
		opacity: 0.7;
	}
	.box2_label p {
		color:#fff;
		font-size: 1.6em;
		text-align: center;
	}
	.box2_label_circle {
		height: 50px;
		width:380px;
		border-radius:25px;
		background-color: #C3D600;
	}
	.box2_label_circle p {
		color:#fff;
		font-size: 1.6em;
		text-align: center;
	}
	.box_flame {
		position: relative;
		width: 100%;
		padding-bottom: 125%;
		height: 0;
		overflow: hidden;
	}
	.box_flame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sp_br {
		display: none;
	}
}

/*** モバイル↓ **************************************************************************************************/
@media screen and (max-width: 999px) {
	body {
		font-family: sans-serif;
		width: 100%;
		margin: 0;
		margin: 0;
		line-height: 1;
		padding: 10px;
	}
	h1{
		font-size: 1.2em;
		text-align: left;
		margin: 50px 0;
		line-height: 1.5;
	}
	p {
		font-size: .9em;
		line-height: 1.7;
		text-align: justify;
	}
	.box1_container {
		margin-left:auto;
		margin-right: auto;
		width:320px;
		margin-bottom: 50px;
	}
	.box1_container img {
		width:320px;
		height:200px;
		vertical-align:middle;
	}
	.box1_item_b2 {
		width: 200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.box1_item_b2 img {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.box2_label_circle:hover {
		opacity: 0.7;
	}
	.box2_label_circle_school:hover {
	opacity: 0.7;
	}
	.box2_label p {
		color:#fff;
		font-size: 1.6em;
		text-align: center;
	}
	.box2_label_circle {
			height: 35px;
			width:200px;
			border-radius:25px;
			background-color: #C3D600;
	}
.box2_label_circle p {
		color:#fff;
		font-size: 1.2em;
		text-align: center;
		}
		.box_flame {
				position: relative;
				width: 100%;
				height: 1300px;
				overflow: hidden;
		}
		.box_flame iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				margin: -150px 0 0 0;
				transform: scale(1.15, 1.15);
				transform-origin: top center;
		}
}

body.Android .box_flame {
		position: relative;
		width: 100%;
		height: 770px;
		overflow: hidden;
}
body.Android .box_flame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: -120px 0 0 -20px!important;
		transform: scale(1, 1);
		transform-origin: top center;
}