@charset "UTF-8";


/*========================================

  Elements

========================================*/


body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
	min-width: 1220px;
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body.overflowhidden {
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 767px) {
	body {
		min-width: auto;
	}
}


p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
th,
td,
ul,
li {
	margin: 0;
	padding: 0;
}


p {
	line-height: 2em;
}

/* Link ---------------*/
a {
	overflow: hidden;
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #49b;
}

a:focus,
textarea:focus,
input:focus {
	border: none;
	outline: none;
}

.anckerlink {
	position: relative;
	display: block;
	margin-top: -65px;
	padding-top: 65px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.anckerlink {
		display: inline;
		margin-top: 0;
		padding-top: 0;
	}
}

img {
	vertical-align: bottom;
	border-style: none;
}

@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

.spblock {
	display: none !important;
}

.pcblock {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.spblock {
		display: block !important;
	}

	.pcblock {
		display: none !important;
	}
}


header,
footer,
main,
section {
	display: block;
}


/*========================================

  header

========================================*/
header .innr {
	position: relative;
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header .innr .logo {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	header .innr {
		height: auto;
		display: block;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	header .innr .logo {
		margin-top: 0;
		text-align: center;
	}

	header .innr .logo img {
		width: 42%;
		height: auto;
		margin-top: -1vw;
	}

	header .innr .logo img.ytlogo {
		width: 32%;
		margin-top: -1vw;
	}
}

header .innr .sns {
	display: flex;
	align-items: center;
}

header .innr .sns dl {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	margin-right: 20px;
}

header .innr .sns dl dt {
	font-size: 14px;
	font-weight: bold;
}

header .innr .sns dl dt small {
	font-size: 11px;
	font-weight: normal;
}

header .innr .sns dl dd {
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	margin-top: .1em;
	letter-spacing: 2px;
}

header .innr .sns dl dd span::before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
}


header .innr .sns ul {
	display: flex;
}

header .innr .sns ul li {
	list-style: none;
}

header .innr .sns ul li a:hover {
	text-decoration: none;
	opacity: .8;
}

header .innr .sns .icon {
	width: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 5px;
}

header .innr .sns .icon li:nth-child(n+3) {
	margin-top: 10px;
}

header .innr .sns .bnr li {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	header .innr .sns {
		position: absolute;
		top: 1vw;
		left: 3vw;
	}

	header .innr .sns dl,
	header .innr .sns .bnr {
		display: none;
	}

	header .innr .sns .icon {
		margin-top: 2vw;
		width: 18vw;
	}

	header .innr .sns .icon li {
		margin-left: 0;
		margin-top: 1vw;
		width: 8vw;
		height: 8vw;
		line-height: 0;
	}

	header .innr .sns .icon li.spnone {
		display: none;
	}

	header .innr .sns .icon li:nth-child(n+3) {
		margin-top: 1vw;
	}

	header .innr .sns .icon li img {
		width: 8vw;
		height: 8vw;
	}

	header .innr .sns .icon li a {
		display: block;
		vertical-align: top;
	}
}



header .is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}


header nav {
	display: block;
	width: 100%;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat;
}

nav ul.link {
	position: relative;
	display: flex;
	justify-content: space-around;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}

nav ul.link li {
	list-style: none;
	padding: 12px 0;
}

nav ul.link li a {
	overflow: auto;
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	transition: .3s;
	letter-spacing: 1px;
	color: #000;
	padding: 8px 0;
	border-left: 1px solid #868686;
}

nav ul.link li:last-child a {
	border-right: 1px solid #868686;
}


/*
nav ul.link li.active a {
	border-bottom:2px solid #009e40;
}
*/

nav ul.link li.nv01 a {
	width: 110px;
}

nav ul.link li.nv02 a {
	width: 215px;
}

nav ul.link li.nv03 a {
	width: 150px;
}

nav ul.link li.nv04 a {
	width: 130px;
}

nav ul.link li.nv05 a {
	width: 185px;
}

nav ul.link li.nv06 a {
	width: 130px;
}

nav ul.link li.nv07 a {
	width: 130px;
}

nav ul.link li.nv08 a {
	width: 150px;
}

nav ul.link li a:hover {
	text-decoration: none;
	color: #009e40;
}

nav ul.link li.nvsp {
	display: none;
}

nav ul.link li em {
	display: block;
	position: relative;
	font-style: normal;
}

nav ul.link li.active em::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: 0 auto;
	width: 70%;
	height: 4px;
	background-color: #009e40;
	border-radius: 2px;
	z-index: 1;
}

nav ul.link li.nv01.active em::after {
	width: 66%;
}

nav ul.link li.nv02.active em::after {
	width: 82%;
}

nav ul.link li.nv05.active em::after {
	width: 76%;
}

nav ul.snssp {
	display: none;
}


nav ul.link li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 65px;
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: rgba(0, 152, 71, .9);
	box-sizing: border-box;
	padding: 40px 0;
	padding-bottom: 10px;
	z-index: 10;
	display: none;
	/*transition:.2s;*/
}

@media screen and (max-width: 767px) {
	nav ul.link li ul {
		display: none;
	}
}

nav ul.link li ul li {
	width: 17.5%;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	position: relative;
	border-left: none;
	margin-bottom: 30px;
	transition: .3s;
	background-color: #ffd;
	background: rgb(255, 204, 0);
	background: linear-gradient(90deg, rgba(255, 204, 0, 1) 0%, rgba(255, 255, 85, 1) 100%);
	background: rgb(255, 221, 0);
	background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(255, 255, 119, 1) 100%);
}

nav ul.link li ul li.sublist {
	width: 18%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

nav ul.link li ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 5px 5px 0 0;
	border: none;
}

nav ul.link li ul li:hover {
	opacity: .7;
}

nav ul.link li ul li:last-child {
	border-left: none;
}

nav ul.link li ul li a {
	display: block;
	width: 100% !important;
	text-align: center;
	letter-spacing: 1px;
	color: #333;
	padding: 0;
	width: auto;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	border: none;
}

nav ul.link li ul li.mini a {
	letter-spacing: 0;
}

nav ul.link li ul li a:hover {
	color: #333;
}

nav ul.link li ul li a span {
	display: inline-block;
	letter-spacing: 0;
	margin-left: 1em;
}

nav ul.link li ul li a:hover {
	text-decoration: none;
}

nav ul.link li ul li img.new {
	position: absolute;
	bottom: 10px;
	left: -10px;
	width: 40px;
	height: auto;
}


@media screen and (max-width: 767px) {
	.navwrap {
		height: auto !important;
	}

	header nav,
	header .is-fixed {
		position: fixed;
		z-index: 10;
		z-index: 9999;
		top: 0;
		left: auto;
		right: -100vw;
		width: 100vw;
		margin: 0;
		padding: 0;
		transition: .5s;
		border: none;
	}

	header nav {
		background-color: #e2e2e2;
		height: 100vh;
	}

	header nav.active {
		right: 0;
	}

	header nav ul.link {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 60px;
		text-align: left;
		border: none;
	}

	header nav ul.link li {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		border-top: 1px solid #aaa;
	}

	header nav ul.link li:last-child {
		border-bottom: 1px solid #aaa;
	}

	nav ul.link li.active em::after {
		display: none;
	}

	header nav ul.link li a {
		width: auto !important;
		font-size: 4vw;
		display: block;
		padding: 4vw 0;
		padding-left: 7vw;
		vertical-align: bottom;
		text-align: left;
		border-left: none;
	}

	nav ul.link li:last-child a {
		border-right: none;
	}

	nav ul.link li.active a {
		border-bottom: none;
	}

	header nav ul.link li a::after {
		content: "\f105";
		font-family: fontAwesome;
		float: right;
		margin-right: 7vw;
	}

	nav ul.link li.nvsp {
		display: block;
	}

	nav ul.link li.active::after {
		display: none;
	}

	nav ul.snssp {
		display: block;
		display: flex;
		justify-content: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 10vw;
	}

	nav ul.snssp li {
		width: 10vw;
		margin: 0 3vw;
	}

	nav ul.snssp li img {
		width: 100%;
		height: auto;
	}
}



/* #panel-btn */
.panel-wrap {
	position: fixed;
	z-index: 99999;
	top: 3vw;
	right: 3vw;
	display: inline-block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding-left: 10px;
	transition: .5s;
	color: #fff;
	background-color: #009e40;
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.panel-wrap {
		display: none;
	}
}

#panel-btn {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}

#panel-btn li {
	margin: 0;
	padding: 0;
}

#panel-btn-icon {
	position: absolute;
	top: 18px;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	margin: 0;
	transition: .4s;
	background: #fff;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	transition: .3s;
	background: #fff;
}

#panel-btn-icon:before {
	margin-top: -7px;
}

#panel-btn-icon:after {
	margin-top: 5px;
}

#panel-btn.closepanel #panel-btn-icon {
	background: transparent;
}

#panel-btn.closepanel #panel-btn-icon:before,
#panel-btn.closepanel #panel-btn-icon:after {
	margin-top: 0;
}

#panel-btn.closepanel #panel-btn-icon:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

#panel-btn.closepanel #panel-btn-icon:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #fff;
}


/*========================================

  main

========================================*/
main {
	display: block;
	text-align: center;
}

.main_innr {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

main .andmore {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-top: 1em;
	font-weight: bold;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 0;
	}

	.main_innr {
		width: 100%;
		margin-left: auto;
	}
}

main .btn_reg {
	margin-top: 1em;
}

main .btn_reg a {
	display: inline-block;
	background-color: #0061b2;
	color: #fff;
	padding: .8em 1em;
	border-radius: 5px;
	margin-top: .5em;
	line-height: 1em;
	transition: .3s;
}

main .btn_reg a:hover {
	text-decoration: none;
	opacity: .7;
}

main .btn_reg a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .8em;
}

main .btn_reg a span.window::after {
	content: "\f2d2";
}

main .btn_reg.btnlg a {
	font-size: 18px;
	padding: 1em 2em;
}


.bg_in {
	position: relative;
	z-index: 1;
}




main #instructor {}

main #instructor .flex_1000 {
	margin-top: 50px;
	justify-content: center;
	flex-wrap: wrap;
}

main #instructor .item {
	width: 22%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 3%;
}


main #instructor.list4 .flex_1000,
main #instructor.list5 .flex_1000,
main #instructor.list6 .flex_1000 {
	justify-content: flex-start;
}

main #instructor.list3 .flex_1000 {
	justify-content: center;
}

main #instructor.list3 .item,
main #instructor.list4 .item {
	width: 21%;
	margin-right: 2%;
	margin-left: 2%;
}

main #instructor.list5 .item {
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
}

main #instructor.list6 .item {
	width: 14%;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

main #instructor .item img {
	width: 100%;
}

main #instructor .item dl {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: .5em;
}

main #instructor .item dl dt {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

main #instructor .item dl dt span {
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
}

main #instructor .item dl dd {
	font-size: 12px;
	line-height: 1.7em;
	margin-top: .5em;
}


main #instructor .item ul.mrk_school {
	list-style: none;
	margin-top: 1em;
	font-size: 13px;
	text-align: left;
}

main #instructor .item ul.mrk_school li {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: .2em .8em;
	border-radius: 3px;
	margin-right: .3em;
	text-align: center;
	margin-bottom: 5px;
}

main #instructor .item ul.mrk_school li.icon_shizuoka {
	background-color: #009d47;
}

main #instructor .item ul.mrk_school li.icon_hamamatsu {
	background-color: #ffb200;
}

main #instructor .item ul.mrk_school li.icon_shimada {
	background-color: #0066b3;
}

main #instructor .item ul.mrk_school li.icon_mishima {
	background-color: #ff7570;
}

main #instructor .item ul.mrk_school li.icon_fuji {
	background-color: #86e;
}


@media screen and (max-width: 767px) {
	main #instructor .flex_1000 {
		display: flex;
		justify-content: space-between;
		margin-top: 4vw;
		flex-wrap: wrap;
		width: 90%;
	}

	main #instructor.list3 .item,
	main #instructor.list4 .item,
	main #instructor.list5 .item,
	main #instructor.list6 .item,
	main #instructor .item {
		width: 45%;
		margin: 0 auto;
		margin-top: 5vw;
	}




	main #instructor .item dl dt {
		font-size: 4.2vw;
	}

	main #instructor .item dl dd {
		font-size: 3vw;
	}

	main #instructor .item ul.mrk_school {
		font-size: 3.4vw;
		margin-top: 2vw;
	}
}


main #voitre {
	border-bottom: 1px solid #e1f1f1;
	padding-bottom: 50px;
}

main #voitre .copy {
	margin-top: 10px;
}


main #voitre .copy .ybtn a {
	position: relative;
	border: 1px solid #aaa;
	border-radius: 25px;
	line-height: 50px;
	display: inline-block;
	padding: 0 30px;
	padding-right: 160px;
	box-shadow: 0 3px 0 #ccc;
	transition: .3s;
	background-color: #fff;
}

main #voitre .copy .ybtn a img {
	width: 120px;
	position: absolute;
	top: 11px;
	right: 30px;
	width: 120px;
}

main #voitre .copy .ybtn a:hover {
	color: #333;
	text-decoration: none;
	transform: translateY(-3px);
}

main #voitre .flex_1000 {
	margin-top: 10px;
}

main #voitre .box {
	width: 45%;
	margin: 0 1.5%;
	margin-top: 20px;
	text-align: center;
	box-sizing: border-box;
}

main #voitre .box p {
	margin-top: .8em;
	line-height: 1.8em;
}

@media screen and (max-width: 767px) {
	main #voitre .copy {
		margin-top: 5vw;
	}

	main #voitre .copy p {
		font-size: 3.6vw;
	}

	main #voitre .copy .ybtn a {
		font-size: 3.6vw;
		border-radius: 7vw;
		line-height: 14vw;
		padding: 0 8vw;
		padding-right: 42vw;
	}

	main #voitre .copy .ybtn a img {
		top: 4vw;
		right: 8vw;
		width: 30vw;
	}

	main #voitre .flex_1000 {
		margin-top: 5vw;
		width: 86%;
		display: block;
	}

	main #voitre .box {
		width: 100%;
		margin: 0%;
		margin-top: 5vw;
		padding-bottom: 0;
	}

	main #voitre .box p {
		font-size: 3.6vw;
	}
}





main #voice {}

main #voice .flex_1000 {
	margin-top: 50px;
	justify-content: center;
	flex-wrap: wrap;
}

main #voice .box {
	width: 47%;
	margin: 0 1.5%;
	margin-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

main #voice .box .comment {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding: 15px 5px;
	background-color: #009e40;
	color: #fff;
	border-radius: 8px;
}

main #voice .box .comment:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #009e40;
}



main #voice .box p {
	margin-top: .8em;
	line-height: 1.6em;
	vertical-align: middle;
}

main #voice .box p strong {
	font-size: 16px;
}

main #voice .box p strong::before {
	content: "\f144";
	font-family: FontAwesome;
	margin-right: .3em;
	color: #009c40;
	font-size: 116%;
	vertical-align: middle;
}


main #voice .flex_1000.oneyt {
	display: block;
	text-align: center;
}

main #voice .flex_1000.oneyt .box {
	margin-right: auto;
	margin-left: auto;
}

main .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

main .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


main #voice .flex_1000.textvoice {
	justify-content: space-between;
}

main #voice .flex_1000.textvoice.tvbox {
	box-sizing: border-box;
	padding: 30px;
	border: 2px solid #009c40;
	background-color: #fff;
	border-radius: 10px;
}

main #voice .flex_1000.textvoice .imgbox {
	width: 300px;
}

main #voice .flex_1000.textvoice.tvbox .imgbox {
	width: 270px;
}

main #voice .flex_1000.textvoice .imgbox img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

main #voice .flex_1000.textvoice .txtbox {
	width: 650px;
	text-align: left;
	display: flex;
	align-items: center;
}

main #voice .flex_1000.textvoice.tvbox .txtbox {
	width: 630px;
}

main #voice .flex_1000.textvoice .txtbox .txtin {}

main #voice .flex_1000.textvoice .txtbox strong {
	font-size: 16px;
	padding-bottom: .3em;
	display: block;
}

main #voice .flex_1000.textvoice .txtbox strong::before {
	content: "\f144";
	font-family: FontAwesome;
	margin-right: .3em;
	color: #009c40;
	font-size: 116%;
	vertical-align: middle;
}

main #voice .flex_1000.textvoice .txtbox h3 {
	font-size: 22px;
}

main #voice .flex_1000.textvoice.tvbox h3 {
	border-bottom: 2px solid #009c40;
	padding-bottom: .5em;
	margin-top: .2em;
	line-height: 1em;
}

main #voice .flex_1000.textvoice .txtbox p {
	margin-top: 1em;
}


@media screen and (max-width: 767px) {
	main #voice {}

	main #voice .flex_1000 {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-top: 5vw;
	}

	main #voice .flex_1000.textvoice.tvbox {
		padding: 8vw;
	}

	main #voice .box {
		width: 100%;
		margin-top: 8vw;
	}

	main #voice .box .comment {
		font-size: 4vw;
		display: inline-block;
		padding-right: 5vw;
		padding-left: 5vw;
	}

	main #voice .flex_1000.textvoice {}

	main #voice .flex_1000.textvoice .imgbox {
		width: 70% !important;
		margin: 0 auto;
	}

	main #voice .flex_1000.textvoice .txtbox {
		width: 100% !important;
		text-align: left;
		display: block;
		margin-top: 5vw;
	}

	main #voice .flex_1000.textvoice .txtbox .txtin {}

	main #voice .flex_1000.textvoice .txtbox h3 {
		font-size: 5vw;
		text-align: center;
	}

	main #voice .flex_1000.textvoice .txtbox p {
		font-size: 3.8vw;
		margin-top: 1em;
		line-height: 1.8em;
	}
}


main #feature {}

main #feature ul {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
	list-style: none;
}

main #feature ul li {
	position: relative;
	width: 48%;
	background-color: #fff;
	border: 2px dotted #009c40;
	box-sizing: border-box;
	padding: 25px 0;
	padding-left: 100px;
	margin: 0 1%;
	margin-top: 20px;
	border-radius: 10px;
	font-size: 20px;
	text-align: left;
}

main #feature ul li.onepc {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*
main #feature ul li.one {
	padding-top:2em;
}
*/
main #feature ul li small {
	font-size: 70%;
}

main #feature ul li small.s02 {
	font-size: 85%;
}

main #feature ul li::before {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 15px;
	top: 18px;
	width: 70px;
	height: 70px;
}

main #feature ul li:nth-child(1)::before {
	background-image: url(/img/mrk_num_01.svg);
}

main #feature ul li:nth-child(2)::before {
	background-image: url(/img/mrk_num_02.svg);
}

main #feature ul li:nth-child(3)::before {
	background-image: url(/img/mrk_num_03.svg);
}

main #feature ul li:nth-child(4)::before {
	background-image: url(/img/mrk_num_04.svg);
}

main #feature ul li:nth-child(5)::before {
	background-image: url(/img/mrk_num_05.svg);
}

main #feature ul li:nth-child(6)::before {
	background-image: url(/img/mrk_num_06.svg);
}


main #feature ul li strong {
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
}

@media screen and (max-width: 767px) {
	main #feature ul {
		display: block;
		margin-top: 5vw;
	}

	main #feature .main_innr {
		width: 80%;
		margin: 0 auto;
	}

	main #feature ul li {
		width: 100%;
		padding: 4vw 0;
		padding-left: 18vw;
		margin-top: 4vw;
		border-radius: 2vw;
		font-size: 3.8vw;
	}

	main #feature ul li.one {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	main #feature ul li::before {
		background-size: 100% auto;
		left: 2vw;
		top: 3vw;
		width: 14vw;
		height: 14vw;
	}
}




main .pointbox {
	position: relative;
}

main .pointbox .box {
	border-bottom: 1px solid #c7c7c7;
	padding-top: 50px;
	padding-bottom: 50px;
}

main .pointbox .box.box2 {
	border-bottom: none;
	padding-bottom: 0;
}

main .pointbox .re_box {
	flex-direction: row-reverse;
}

main .pointbox .box .photo {
	width: 40%;
}

main .pointbox .box .photo img {
	width: 100%;
}

main .pointbox .box .photo.bdr img {
	border: 1px solid #ddd;
}

main .pointbox .box .txt {
	width: 56%;
	text-align: left;
}

main .pointbox .box .txt .point {
	display: block;
	width: 70px;
	margin-bottom: 10px;
}

main .pointbox .box .txt h3 {
	display: inline;
	font-size: 25px;
	background: linear-gradient(transparent 70%, #ffed00 70%);
}

main .pointbox .box .txt h3 small {
	font-size: 29px;
}

main .pointbox .box .txt h3 a {
	text-decoration: underline;
	color: #333;
}

main .pointbox .box .txt h3 a:hover {
	color: #009e40;
}

main .pointbox .box .txt p.text,
main .pointbox .box .txt ul {
	font-size: 16px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 10px;
}

main .pointbox .box .txt a {
	color: #0061b2;
}

main .pointbox .box .txt .btnflex {
	margin-top: 5px;
}

main .pointbox .box .txt .btn a {
	display: inline-block;
	background-color: #0061b2;
	color: #fff;
	padding: .8em 1em;
	border-radius: 5px;
	margin-top: .5em;
	line-height: 1em;
	transition: .3s;
}

main .pointbox .box .txt .btn a:hover {
	text-decoration: none;
	opacity: .7;
}

main .pointbox .box .txt .btn a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .8em;
}

main .pointbox .box .txt .btn a span.window::after {
	content: "\f2d2";
}


main .pointbox .box .txt ul li {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

main .pointbox .box .txt ul li::before {
	content: "";
	content: "\f00c";
	font-family: FontAwesome;
	color: #009e40;
	margin-right: .5em;
}

main .pointbox .box .txt h4 {
	color: #009e40;
	font-weight: bold;
	margin-top: 1em;
	font-size: 24px;
	margin-bottom: .5em;
}

main .pointbox .inbox {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

main .pointbox .inbox .imgbox {
	width: 32%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}

main .pointbox .inbox .imgbox img {
	width: 100%;
}

main .pointbox .inbox p {
	line-height: 1.6em;
	font-size: 14px;
	width: 68%;
}


main .pointbox .fadeimg {
	margin: 0 auto;
	width: 100%;
	height: 260px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

main .pointbox .fadeimg img {
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	main .pointbox .fadeimg {
		width: 100%;
		height: 55vw;
	}
}



@media screen and (max-width: 767px) {
	main .pointbox .flex_1000 {
		width: 90%;
		display: block;
	}

	main .pointbox .box {
		align-items: stretch;
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	main .pointbox .re_box {
		flex-direction: column;
	}

	main .pointbox .box .photo {
		width: 100%;
	}

	main .pointbox .box .txt {
		position: relative;
		width: 100%;
		margin-top: -12vw;
		z-index: 5;
	}

	main .pointbox .box .txt.txt2 {
		margin-top: 0;
	}

	main .pointbox .box .txt .point {
		width: 12vw;
		margin-top: 5vw;
		margin-left: -2vw;
	}

	main .pointbox .box .txt h3 {
		font-size: 5.4vw;
		background: linear-gradient(transparent 70%, #ffed00 70%);
	}

	main .pointbox .box .txt h3 small {
		font-size: 5.4vw;
	}

	main .pointbox .box .txt p.text,
	main .pointbox .box .txt ul {
		font-size: 4vw;
	}

	main .pointbox .box .txt h4 {
		font-size: 5vw;
	}

	main .pointbox .inbox {
		display: block;
	}

	main .pointbox .inbox .imgbox {
		width: 100%;
		padding-left: 0;
		margin-top: 2vw;
	}

	main .pointbox .inbox p {
		font-size: 4vw;
		width: 100%;
		margin-top: 3vw;
	}
}




main #contactbox {
	border-bottom: 1px solid #ccc;
}

main #contactbox dl {
	margin: 0;
	padding: 0;
}

main #contactbox dl dt {
	display: inline-block;
	color: #fff;
	background-color: #009e40;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px;
}

main #contactbox dl dd {
	margin-top: 20px;
	line-height: 1.8em;
}

main #contactbox dl dd a {
	color: #009e40;
	text-decoration: underline;
}

main #contactbox p.btn {
	margin-top: 3em;
	font-size: 16px;
}

main #contactbox p.btn a {
	display: inline-block;
	padding: .5em 2em;
	background-color: #009e40;
	color: #fff;
	border-radius: 5px;
	transition: .3s;
}

main #contactbox p.btn a:hover {
	opacity: .7;
	text-decoration: none;
	/*
	background-color:#f1f1f1;
	color:#333;
	*/
}

main .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 40%;
	position: relative;
	margin-top: 30px;
}

main .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 767px) {
	main .gmap {
		padding-bottom: 56.25%;
	}
}

@media screen and (max-width: 767px) {
	main #contactbox {}

	main #contactbox .main_innr {
		width: 90%;
		margin: 0 auto;
	}

	main #contactbox dl {
		margin: 0;
		padding: 0;
	}

	main #contactbox dl dt {
		font-size: 5.5vw;
		height: 12vw;
		line-height: 12vw;
		padding: 0 5vw;
		border-radius: 6vw;
	}

	main #contactbox dl dd {
		margin-top: 5vw;
	}

	main #contactbox p.btn {
		margin-top: 2em;
		font-size: 4vw;
	}
}




.bg_bottom_pink {
	margin-bottom: 80px;
	padding-bottom: 190px;
}

.bg_bottom_pink::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 438px;
	background-image: url(../img/bg_pink_bl.svg);
	background-repeat: no-repeat;
}

.bg_bottom_pink::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 438px;
	background-image: url(../img/bg_pink_br.svg);
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.bg_bottom_pink {
		margin-bottom: 10vw;
		padding-bottom: 20vw;
	}

	.bg_bottom_pink::before {
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 50vw;
		height: 48vw;
		background-image: url(../img/bg_pink_bl.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.bg_bottom_pink::after {
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
		display: inline-block;
		width: 50vw;
		height: 48vw;
		background-image: url(../img/bg_pink_br.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}



.blocklink {
	cursor: pointer;
	transition: .3s;
}

.blocklink:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

@media screen and (min-width: 768px) {
	.phonelink {
		pointer-events: none;
	}
}



/*========================================

  下層ページ

========================================*/
.flex_1000 {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}


#com_ttl_page {
	position: relative;
	background-color: #009e40;
	background-image: url(/img/bg_ttl.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 25px 0;
	box-sizing: border-box;
	text-align: center;
	min-height: 115px;
}

#com_ttl_page.ttlone {
	padding: 0;
	line-height: 115px;
}

#com_ttl_page h1,
#com_ttl_page strong {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 26px;
	letter-spacing: 1px;
	vertical-align: bottom;
}

#com_ttl_page h1.desc {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: .5em;
}

#com_ttl_page h1.desc.dlong {
	margin-left: 0;
	display: block;
}

#com_ttl_page .innr {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}




@media screen and (max-width: 767px) {
	#com_ttl_page {
		padding: 5vw 0;
		text-align: center;
		min-height: auto;
	}

	#com_ttl_page.ttlone {
		padding: 5vw 0;
		line-height: 1.5em;
	}

	#com_ttl_page h1,
	#com_ttl_page strong {
		font-size: 5vw;
	}

	#com_ttl_page h1.desc {
		font-size: 2.6vw;
		letter-spacing: 0;
		margin-left: 0;
		display: block;
	}

	#com_ttl_page .innr {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	#com_ttl_page h1.desc.dlong {
		margin-top: .5em;
	}
}



main .h2_box {
	position: relative;
	display: inline-block;
}

main .h2_box::before {
	position: absolute;
	top: -10px;
	left: -80px;
	content: "";
	display: inline-block;
	width: 55px;
	height: 58px;
	background-image: url(../img/mrk_h2_l.svg);
	background-size: contain;
	vertical-align: middle;
}

main .h2_box::after {
	position: absolute;
	top: -10px;
	right: -80px;
	content: "";
	display: inline-block;
	width: 55px;
	height: 58px;
	background-image: url(../img/mrk_h2_r.svg);
	background-size: contain;
	vertical-align: middle;
}

main .h2_box h2 {
	color: #009e40;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}

main .h2_box h2::after {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: inline-block;
	width: 29px;
	height: 10px;
	background-image: url(../img/mrk_h2_b.svg);
	background-size: contain;
	vertical-align: middle;
}

main .h2_box small {
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	main .h2_box::before {
		top: -1vw;
		left: -12vw;
		width: 9.5vw;
		height: 10vw;
		background-image: url(../img/mrk_h2_l.svg);
		background-repeat: no-repeat;
	}

	main .h2_box::after {
		top: -1vw;
		right: -12vw;
		width: 9.5vw;
		height: 10vw;
		background-image: url(../img/mrk_h2_r.svg);
		background-repeat: no-repeat;
	}

	main .h2_box h2 {
		font-size: 5vw;
	}

	main .h2_box h2::after {
		bottom: 6vw;
		width: 5vw;
		height: 1.8vw;
		background-image: url(../img/mrk_h2_b.svg);
		background-repeat: no-repeat;
	}

	main .h2_box small {
		font-size: 3vw;
		margin-top: 1.5em;
	}
}



/* instructor_slide */
#instructor_slide {
	padding-top: 80px;
	padding-bottom: 30px;
}

#instructor_slide .item {
	width: 180px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}

#instructor_slide .item img {
	width: 180px;
}

#instructor_slide .item dl {
	text-align: left;
	margin: 0;
	padding: 0;
	padding: .7em;
}

#instructor_slide .item dl dt {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#instructor_slide .item dl dt span {
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
}

#instructor_slide .item dl dd {
	font-size: 12px;
	line-height: 1.7em;
	margin-top: .5em;
}


#instructor_slide .item .icns {
	margin-top: 1em;
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: .2em .6em;
	border-radius: 3px;
	margin-right: .3em;
	text-align: center;
	font-size: 12px;
}

#instructor_slide .item .icns.icon_shizuoka {
	background-color: #009d47;
}

#instructor_slide .item .icns.icon_hamamatsu {
	background-color: #ffb200;
}

#instructor_slide .item .icns.icon_shimada {
	background-color: #0066b3;
}

#instructor_slide .item .icns.icon_mishima {
	background-color: #ff7570;
}


@media screen and (max-width: 767px) {
	#instructor_slide {
		padding-top: 12vw;
		padding-bottom: 5vw;
	}

	#instructor_slide .item {
		width: 74%;
		margin: 0 auto;
	}

	#instructor_slide .item img {
		width: 100%;
	}

	#instructor_slide .item dl dt {
		font-size: 4.8vw;
	}

	#instructor_slide .item dl dd {
		font-size: 3.4vw;
	}

	#instructor_slide .item .icns {
		font-size: 3.4vw;
		margin-top: 2vw;
	}
}

#instructor_slide #postSliderWrap {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}

#instructor_slide .bx-viewport {
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	#instructor_slide #postSliderWrap {
		width: 82%;
		margin-left: auto;
		margin-top: 0;
	}

	#instructor_slide .bx-viewport {
		padding-top: 30px;
	}
}




/* #price*/
#price {}

#price .main_innr {
	width: 720px;
	margin: 0 auto;
}

#price .cam {
	display: block;
	margin-top: 50px;
}

#price .catebox {
	margin-top: 80px;
	color: #009c40;
}

#price .catebox h3 {
	font-size: 30px;
	line-height: 1em;
	border-bottom: 2px solid #009c40;
	padding-bottom: 1em;
}

#price .catebox h3 span {
	position: relative;
}

#price .catebox h3 img {
	position: absolute;
	left: -65px;
	top: -3px;
	width: 50px;
	vertical-align: middle;
}

#price .catebox strong {
	display: block;
	margin-top: .5em;
}


#price h4 {
	font-size: 24px;
	margin-top: 1.5em;
}

#price h4 small {
	font-size: 20px;
}

#price .table table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

#price .table table th,
#price .table table td {
	background-color: #fff;
}

#price .table table thead th {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #444;
	border: 1px solid #c7c7c7;
	padding: .4em 0;
}

#price .table table tbody th {
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #c7c7c7;
	padding: 0 1em;
}

#price .table table tbody td {
	font-size: 20px;
	border: 1px solid #c7c7c7;
	padding: .4em 0;
}

#price .table table tbody td.admi s {
	position: relative;
	text-decoration: none;
}

#price .table table tbody td.admi s::after {
	content: "";
	position: absolute;
	top: 17px;
	left: -3px;
	height: 2px;
	width: 98%;
	background-color: #d03;
}

#price .table table tbody td.admi span {
	display: inline-block;
	margin-left: .5em;
	color: #d03;
	font-weight: bold;
	font-size: 90%;
}

#price .table table tbody td.admi span strong {
	font-size: 140%;
}

#price .table table tbody td small {
	font-size: 16px;
}

#price .atten {
	text-align: left;
	margin-top: 20px;
}

#price .atten a {
	color: #009c40;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
	margin-top: .5em;
}


#price .osusume {
	text-align: left;
	margin-top: 40px;
	font-weight: bold;
	font-size: 22px;
}

#price .osusume a {
	display: block;
	color: #009c40;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
	margin-top: .5em;
	font-weight: bold;
}

#price .osusume a .fa {
	margin-left: .5em;
}

#price .osusume span {
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
}

#price .osusume a:hover {
	opacity: .7;
}

#price .otoku {
	text-align: left;
	margin-top: 40px;
}

#price .otoku dt {
	font-weight: bold;
	font-size: 22px;
}

#price .otoku dt span {
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
}

#price .otoku dd {
	margin-top: 1em;
}

#price .otoku dd ul {
	list-style: none;
	font-size: 18px;
}

#price .otoku dd ul li {
	list-style: none;
	font-size: 18px;
	margin-top: .5em;
}

#price .otoku dd ul li::before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: .5em;
}

#price .otoku dd ul li strong {
	color: #d03;
}

#price .yoyaku {
	margin-top: 100px;
}

#price .yoyaku h2 {
	font-size: 36px;
}

#price .yoyaku h2 span {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
	margin-bottom: .3em;
}

#price .yoyaku h2 span:before {
	content: "\f274";
	font-family: FontAwesome;
	margin-right: .5em;
}

#price .yoyaku .y_ttl small {
	font-weight: bold;
	font-size: 16px;
}

#price .yoyaku .y_txt {
	text-align: left;
	margin-top: 30px;
}

#price .yoyaku .y_txt a {
	color: #009e40;
	text-decoration: underline;
}

#price .yoyaku .y_txt ul {
	list-style: none;
	font-size: 16px;
}

#price .yoyaku .y_txt ul li {
	padding-left: 2em;
	text-indent: -2em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

#price .yoyaku .y_txt ul.atten {
	font-size: 14px;
	margin-top: 1em;
}

#price .yoyaku .y_txt ul li.atten {
	padding-left: 1em;
	text-indent: -1em;
}

#price .yoyaku .y_txt ul li .red {
	color: #d03;
}

@media screen and (max-width: 767px) {
	#price .yoyaku {
		margin-top: 15vw;
	}

	#price .yoyaku h2 {
		font-size: 7vw;
	}

	#price .yoyaku .y_ttl small {
		font-size: 4vw;
	}

	#price .yoyaku .y_txt {
		margin-top: 5vw;
	}

	#price .yoyaku .y_txt p {
		font-size: 3.4vw;
	}

	#price .yoyaku .y_txt ul {
		font-size: 3.4vw;
	}

	#price .yoyaku .y_txt ul.atten {
		font-size: 2.8vw;
	}
}

@media screen and (max-width: 767px) {
	#price .main_innr {
		width: 90%;
	}

	#price {}

	#price .cam {
		margin-top: 8vw;
	}

	#price .catebox {
		margin-top: 10vw;
	}

	#price .catebox h3 {
		font-size: 6vw;
	}

	#price .catebox h3 img {
		left: -13vw;
		top: -1px;
		width: 10vw;
	}

	#price h4 {
		font-size: 5vw;
	}

	#price h4 small {
		font-size: 4vw;
	}

	#price .table table {
		width: 100%;
		margin-top: 5vw;
	}

	#price .table table thead th {
		font-size: 4vw;
		letter-spacing: 1px;
	}

	#price .table table tbody th {
		font-size: 4vw;
	}

	#price .table table tbody td {
		font-size: 4vw;
		line-height: 1.2em;
	}

	#price .table table tbody td.admi span {
		display: block;
		margin-left: 0;
	}

	#price .table table tbody td.admi s::after {
		top: 3vw;
	}

	#price .table table tbody td small {
		font-size: 3.2vw;
	}
}



.entrybtn {
	margin-top: 50px;
}

.entrybtn a {
	display: inline-block;
	background-color: #ffef00;
	color: #222;
	padding: .5em 2em;
	border-radius: 10px;
	font-size: 30px;
	font-weight: bold;
	box-shadow: 0 2px 6px #888;
	border: 3px solid #fff;
	transition: .3s;
}

.entrybtn a:hover {
	text-decoration: none;
	opacity: .7;
}

.entrybtn span::after {
	content: "\f138";
	font-family: FontAwesome;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	.entrybtn {
		margin-top: 10vw;
	}

	.entrybtn a {
		font-size: 6vw;
		padding: 1em 0;
		width: 100%;
	}
}



/* faq*/
main #faq {}

main #faq .faq {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

main #faq .faq dl {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 35px;
}

main #faq .faq dl dt {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #009c40;
	padding-bottom: .3em;
	padding-left: 30px;
	padding-right: 40px;
	cursor: pointer;
}

main#ytpage #faq .faq dl dt {
	position: relative;
	border-bottom: 1px solid #ca0000;
}

main #faq .faq dl dt::before {
	content: "Q";
	font-size: 20px;
	color: #c00;
	font-weight: bold;
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
}

main #faq .faq dl dt::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "\f055";
	font-family: FontAwesome;
	color: #009c40;
	font-size: 24px;
	margin-right: 10px;
}

main #faq .faq dl dt.open::after {
	content: "\f056";
}

main #faq .faq dl dd {
	display: none;
	position: relative;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: .7em;
	padding-left: 30px;
	padding-right: 10px;
}

main #faq .faq dl dd::before {
	content: "A";
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

main #faq .faq dl dd a {
	color: #006db3;
	text-decoration: underline;
}

main #faq .txt {
	background-color: #fff;
	background: url(/img/bg_pop.png) no-repeat center center;
	background-size: 100% auto;
	border-radius: 10px;
	padding: 1em 0;
	margin-top: 1.5em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 3px solid #d03;
}

main #faq .txt a {
	color: #d03;
	text-decoration: underline;
}

main #faq .txt a:hover {
	text-decoration: none;
	opacity: .7;
}

main #faq .faq dl.openfaq dt::after {}

main #faq .faq dl.openfaq dd {
	display: block;
}




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

	/* faq*/
	main #faq {}

	main #faq .txt {
		background-size: 130% auto;
	}

	main #faq .faq {
		width: 90%;
		margin-top: 8vw;
	}

	main #faq .faq dl {
		margin-top: 8vw;
	}

	main #faq .faq dl dt {
		font-size: 4vw;
		padding-bottom: .7em;
	}

	main #faq .faq dl dd {
		font-size: 3.4vw;
	}

	main #faq .txt {
		font-size: 4.4vw;
		line-height: 1.7em;
	}
}

.space {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.space {
		padding: 10vw 0;
	}
}




/* newsbox */
#newsbox {
	padding-top: 80px;
	padding-bottom: 70px;
}

#newsbox .box {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

#newsbox .box .item {
	width: 460px;
}

#newsbox .box .item h2 {
	color: #009e40;
	font-size: 30px;
	letter-spacing: 4px;
	border-bottom: 2px solid #009e40;
	padding-bottom: .2em;
}

#newsbox .box .item dl {
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0;
	padding: 0;
	padding: 0 1.5em;
	margin-top: 30px;
}

#newsbox .box .item dl dt img {
	width: 100px;
	margin-right: 25px;
}

#newsbox .box .item dl dd small {
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
}

#newsbox .box .item dl dd {
	font-size: 16px;
}

#newsbox .box .item .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 370px;
	margin: 0 auto;
	margin-top: 10px;
}

#newsbox .box .item .photo a img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	margin-top: 20px;
}

#newsbox .box .btnlist {
	text-align: right;
	margin-top: 1em;
}

#newsbox .box .btnlist a {
	display: inline-block;
	background-color: #009e40;
	color: #fff;
	border-radius: 5px;
	line-height: 1em;
	padding: .6em .7em;
}

#newsbox .box .btnlist a:hover {
	text-decoration: none;
	opacity: .7;
}

#newsbox .box .btnlist a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	#newsbox {
		padding-top: 0;
		padding-bottom: 10vw;
	}

	#newsbox .box {
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}

	#newsbox .box .item {
		width: 90%;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#newsbox .box .item h2 {
		font-size: 7vw;
	}

	#newsbox .box .item dl {
		margin: 0 auto;
		margin-top: 7vw;
		padding: 0;
		width: 96%;
	}

	#newsbox .box .item dl dt {
		margin-right: 5vw;
		width: 25vw;
	}

	#newsbox .box .item dl dt img {
		width: 25vw;
		height: 25vw;
		margin-right: 0;
	}

	#newsbox .box .item dl dd small {
		font-size: 3.5vw;
	}

	#newsbox .box .item dl dd {
		font-size: 4vw;
		width: 55vw;
	}

	#newsbox .box .item .photo {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		margin-top: 3vw;
	}

	#newsbox .box .item .photo a {
		width: 30%;
	}

	#newsbox .box .item .photo a img {
		width: 26vw;
		height: 26vw;
		margin-top: 5vw;
	}

	#newsbox .box .btnlist {
		font-size: 4vw;
	}
}



/* kanren */
#kanren {
	padding-top: 80px;
	padding-bottom: 70px;
}

#kanren .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}

#kanren .box dl {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: 490px;
	height: 120px;
	padding-left: 20px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
	margin-top: 35px;
}

#kanren .box dl dt {
	margin-right: 15px;
}

#kanren .box dl dd {
	font-size: 17px;
	font-weight: bold;
}

#kanren .box dl dd small {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-top: .3em;
	margin-right: 1em;
}

@media screen and (max-width: 767px) {
	#kanren {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#kanren .box {
		width: 90%;
	}

	#kanren .box dl {
		display: block;
		text-align: center;
		width: 100%;
		height: auto;
		padding-left: 0;
		margin-top: 5vw;
		padding: 0 0 5vw 0;
	}

	#kanren .box dl dt {
		margin-right: 0;
		text-align: center;
	}

	#kanren .box dl dt img {
		max-height: 30vw;
	}

	#kanren .box dl dd {
		font-size: 4vw;
		padding: 0 3vw;
		margin-top: -3vw;
	}

	#kanren .box dl dd small {
		font-size: 3.2vw;
		margin-right: 0;
	}
}



/* courselist */
#courselist {}

.course #courselist {
	padding-top: 0;
	padding-bottom: 50px;
	border-top: 1px solid #ddd;
}

#courselist.bordertop {
	border-top: 1px solid #ddd;
}

#courselist p.all {
	font-weight: bold;
	margin-top: 1.5em;
	font-size: 22px;
	color: #d60;
	display: flex;
	justify-content: center;
	line-height: 1em;
}

#courselist p.all::before,
#courselist p.all::after {
	content: "";
	display: block;
	background-color: #d60;
	height: 30px;
	width: 4px;
	border-radius: 2px;
}

#courselist p.all::before {
	margin-right: .8em;
	transform: rotate(-15deg);
}

#courselist p.all::after {
	margin-left: .8em;
	transform: rotate(15deg);
}

#courselist .box {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*
	justify-content: center;
	justify-content: space-between;
	*/
	margin-top: 20px;
}


#courselist .box .item.isub {
	width: 180px;
	margin-top: 20px;
}

#courselist .box.limited .item,
#courselist .box .item {
	width: 230px;
	margin: 0 10px;
	margin-top: 30px;
}

#courselist .box.btext .item {
	width: 280px;
	margin: 0 20px;
	margin-top: 30px;
}

#courselist.online .box {
	margin-top: 0px;
	justify-content: center;
}

#courselist.online .box .item {
	margin-right: 10px;
	margin-left: 10px;
}

#courselist .box .item img {
	width: 100%;
	height: auto;
}

#courselist .box .item h3 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	background: linear-gradient(to right, #009c40 0%, #00a580 100%);
	padding: .8em 0;
}

#courselist .box .item p {
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: .8em;
	line-height: 1.7em;
}

#courselist .box .item .po_re {
	position: relative;
	/*
	padding-left: 3em;
	letter-spacing: 0;
	*/
}

#courselist .box.btext .item .po_re {
	padding-left: 10px;
}

#courselist .box .item .new {
	position: absolute;
	top: -40px;
	left: -15px;
	width: 50px;
	height: 50px;
}

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

	.course #courselist {
		padding-bottom: 5vw;
	}

	#courselist p.all {
		font-size: 5vw;
	}

	#courselist p.all::before,
	#courselist p.all::after {
		height: 7vw;
	}


	#courselist .box {
		width: 90%;
		margin: 0 auto;
		margin-top: 2vw;
	}

	#courselist.online .box {
		justify-content: space-between;
	}

	#courselist .box.btext .item,
	#courselist.online .box .item,
	#courselist .box .item {
		width: 46% !important;
		margin: 0 2% !important;
		margin-top: 5vw !important;
		position: relative;
	}

	#courselist .box.limited .item.isub,
	#courselist .box .item.isub {
		width: 46%;
		margin-top: 5vw;
	}

	#top #courselist .box .item.indexnon {
		display: none;
	}

	#courselist .box .item img {
		width: 100%;
	}

	#courselist .box .item h3 {
		font-size: 2.8vw;
		letter-spacing: 0;
	}

	#courselist .box .item p {
		font-size: 3vw;
	}

	#courselist .box .item .po_re,
	#courselist .box.btext .item .po_re {
		padding-left: 0;
		font-size: 2.8vw;
		/*
		padding-left: 5vw;
		*/
	}

	#courselist .box .item .new {
		position: absolute;
		top: -4vw;
		left: -2vw;
		width: 7vw;
		height: 7vw;
	}
}



main #readcopy {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
	padding-top: 50px;
	padding-bottom: 20px;
}

main #readcopy a {
	color: #009e40;
	text-decoration: underline;
}

main #readcopy a:hover {
	opacity: .7;
	text-decoration: none;
}

main #readcopy span.age {
	margin-top: .8em;
	display: inline-block;
	color: #009c40;
	border: 2px solid #009c40;
	padding: .6em 1em;
	font-size: 92%;
	line-height: 1em;
}


@media screen and (max-width: 767px) {
	main #readcopy {
		font-size: 3.8vw;
		text-align: left;
		padding: 0 1em;
		padding-top: 1em;
	}
}




.more {
	margin: 0 auto;
	padding: 40px 0;
}

.more a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background-color: #0065b9;
	border-radius: 8px;
	padding: 10px 30px;
	transition: .3s;
}

.more a:hover {
	text-decoration: none;
	opacity: .7;
}

.more a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.more {
		padding: 8vw 0;
	}

	.more a {
		font-size: 3.8vw;
		border-radius: 2vw;
		padding: .8em 2em;
	}
}



/* lessonpoint*/
#lessonpoint {}

#lessonpoint .box {
	flex-wrap: wrap;
	margin-top: 50px;
}

#lessonpoint .box .item {
	width: 500px;
	border: 3px solid #009e40;
	background-color: #fff;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
}

main#ytpage #lessonpoint .box .item {
	border-color: #ca0000;
}


#lessonpoint .box .item:nth-child(odd) {
	border-right: none;
}

#lessonpoint .box .item:nth-child(n+3) {
	border-top: none;
}

#lessonpoint .box .item dl {
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0;
	padding: 0;
}

#lessonpoint .box .item dl dt img {
	width: 100px;
}

#lessonpoint .box .item dl dd strong {
	display: inline-block;
	font-size: 20px;
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
	margin-bottom: .3em;
}

#lessonpoint .box .item dl dd {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}

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

	#lessonpoint .flex_1000 {
		width: 90%;
		display: block;
	}

	#lessonpoint .box {
		flex-wrap: wrap;
		margin-top: 10vw;
	}

	#lessonpoint .box .item {
		width: 100%;
		padding: 4vw 4vw;
		padding-left: 2vw;
		border-top: none;
	}

	main#ytpage #lessonpoint .box .item:nth-child(odd) {
		border-right: none;
		border-right: 3px solid #ca0000;
	}

	main#ytpage #lessonpoint .box .item:first-child {
		border-top: 3px solid #ca0000;
	}

	#lessonpoint .box .item:nth-child(odd) {
		border-right: none;
		border-right: 3px solid #009e40;
	}

	#lessonpoint .box .item:first-child {
		border-top: 3px solid #009e40;
	}

	#lessonpoint .box .item:nth-child(n+3) {
		border-top: none;
	}

	#lessonpoint .box .item dl {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	#lessonpoint .box .item dl dt {
		width: 25%;
		margin-right: 0;
	}

	#lessonpoint .box .item dl dt img {
		width: auto;
		width: 100%;
		margin-right: 0;
	}

	#lessonpoint .box .item dl dd {
		width: 75%;
	}

	#lessonpoint .box .item dl dd strong {
		display: inline;
		font-size: 4vw;
	}

	#lessonpoint .box .item dl dd span {
		display: block;
		margin-top: .4em;
	}

	#lessonpoint .box .item dl dd {
		font-size: 3.2vw;
	}
}




/* pickupbnr */
#pickupbnr {
	background-image: url(../img/bg_stripe.png);
	background-repeat: repeat;
}

#pickupbnr ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

#pickupbnr ul li {
	list-style: none;
}

#pickupbnr ul li img {
	width: 230px;
	border: 1px solid #fff;
	transition: .3s;
}

#pickupbnr ul li a img:hover {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	#pickupbnr ul {
		width: 90%;
		flex-wrap: wrap;
		padding: 5vw 0;
		padding-top: 2vw;
	}

	#pickupbnr ul li {
		width: 48%;
	}

	#pickupbnr ul li img {
		width: 100%;
		margin-top: 3vw;
	}
}



.cp_breadcrumb {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.cp_breadcrumb .breadcrumbs a {
	text-decoration: underline;
	color: #666;
}

.cp_breadcrumb .breadcrumbs a:hover {
	color: #009e40;
}

.cp_breadcrumb .breadcrumbs {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.cp_breadcrumb .breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: .8em;
	font-size: 13px;
}

.cp_breadcrumb .breadcrumbs li::after {
	content: "\f105";
	font-family: FontAwesome;
	line-height: 1;
	margin-left: .8em;
	color: #777;
}

.cp_breadcrumb .breadcrumbs li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #333;
}

.cp_breadcrumb .breadcrumbs li:last-child::after {
	display: none;
}

@media screen and (max-width: 767px) {
	.cp_breadcrumb {
		padding-top: 2vw;
		padding-bottom: 2vw;
	}

	.cp_breadcrumb .breadcrumbs {
		width: 90%;
		margin: 0 auto;
	}

	.cp_breadcrumb .breadcrumbs li {
		font-size: 3vw;
	}
}





#com_bnr ul {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

#com_bnr ul li {
	list-style: none;
	width: 48%;
}

#com_bnr ul li img {
	width: 100%;
}

#com_bnr ul li a:hover {
	opacity: .6;
}



.bg_stripe {
	background-image: url(../img/bg_stripe.png);
	background-repeat: repeat;
}

.bg_a {
	background-image: url(../img/bg_a01.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
}

.bg_a2 {
	background-image: url(../img/bg_a02.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
}

@media screen and (max-width: 767px) {
	.bg_a {
		background-image: url(../img/bg_a02_sp.png);
		background-size: 100% auto;
	}

	.bg_a2 {
		background-image: url(../img/bg_a01_sp.png);
		background-size: 100% auto;
	}
}



/*
@media screen and (max-width: 1500px) {
	.main_innr,
	.flex_1200{
		width:calc(100vw - 300px);
		margin-left: calc((100vw - 1200px) / 2);
	}
	.main_innr .flex_1200{
		width:100%;
		margin-left: auto;
	}
}
@media screen and (max-width: 1300px) {
	.main_innr,
	.flex_1200{
		width:calc(100vw - 200px);
	}
	.main_innr .flex_1200{
		width:100%;
	}
}
@media screen and (max-width: 1210px) {
	.main_innr,
	.flex_1200{
		width:calc(100vw - 200px);
		margin-left: 10px;
	}
	.main_innr .flex_1200{
		width:100%;
	}
}
*/



@media screen and (max-width: 767px) {
	#com_bnr ul {
		flex-direction: column;
		width: 86%;
		margin: 0 auto;
	}

	#com_bnr ul li {
		margin-top: 3vw;
		width: 100%;
	}

	#com_bnr ul .entry {
		display: none;
	}
}







.com_h2_box h2 {
	font-size: 34px;
	border-bottom: 2px solid #ee6280;
	padding-bottom: 15px;
}

.com_h2_box p {
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.com_h2_box {
		width: 86%;
		margin: 0 auto;
	}

	.com_h2_box h2 {
		font-size: 7vw;
	}

	.com_h2_box p {
		font-size: 4.2vw;
	}
}



.com_h3 {
	position: relative;
	font-size: 28px;
	text-align: left;
	border-left: 5px solid #009e40;
	padding-left: 15px;
	box-sizing: border-box;
}

.com_h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: -10px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.com_h3 {
		font-size: 6vw;
	}
}

#pagenav {
	background-color: #009c40;
	padding: 20px 0;
}

#ytpage #pagenav {
	background-color: #555;
}

#pagenav ul {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

#pagenav ul li {
	display: inline-block;
	margin-right: 1.4em;
	font-size: 16px;
}

#pagenav ul li a {
	color: #fff;
}

#pagenav ul li a:hover {
	opacity: .7;
	text-decoration: none;
}

#pagenav ul li a::after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	#pagenav {
		padding: 2vw 0 5vw;
	}

	#pagenav ul {
		width: 94%;
		margin: 0 auto;
		text-align: left;
	}

	#pagenav ul li {
		width: 45%;
		margin: 3vw 2%;
		font-size: 3.6vw;
		border-bottom: 1px solid rgba(255, 255, 255, .6);
		padding-bottom: 3vw;
		margin-bottom: 0;
		text-align: left;
	}

	#pagenav ul li a {
		display: block;
		position: relative;
	}

	#pagenav ul li a::after {
		position: absolute;
		top: 1vw;
		right: 0;
	}
}



/*========================================

  fixbtn

========================================*/
#fixbtn {
	position: fixed;
	bottom: 20px;
	right: 0;
	transition: .5s;
	transform: translateX(300px);
	z-index: 10;
}

#fixbtn.active {
	transform: translateX(0);
}

#fixbtn .fb00 {
	display: none;
}

#fixbtn ul {
	background-color: rgba(0, 0, 0, .7);
	padding: 10px;
	padding-bottom: 14px;
	border-radius: 10px 0 0 10px;
}

#fixbtn ul li {
	font-size: 0;
	margin-bottom: 10px;
}

#fixbtn ul li a {
	display: block;
	box-shadow: 0 4px 0 #000;
	border-radius: 6px;
	transition: .3s;
}

#fixbtn ul li a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 0 #000;
}

#fixbtn ul li.fb01 a {
	background-color: #06c756;
}

#fixbtn ul li.fb02 a {
	background-color: #ffef00;
}

#fixbtn ul li.fb02 {
	margin-bottom: 0;
}

#fixbtn ul li img {
	width: 190px;
	height: auto;
}

#fixbtn #pagetopbtn {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#fixbtn #pagetopbtn a {
	transition: .3s;
}

#fixbtn #pagetopbtn a:hover {
	opacity: .7;
}

@media screen and (min-width: 1500px) {
	#fixbtn {
		right: 20px;
	}

	#fixbtn ul li img {
		width: 180px;
	}

	#fixbtn ul {
		padding: 10px;
		border-radius: 10px;
	}

	#fixbtn #pagetopbtn {
		margin-right: 0;
	}

	#fixbtn #pagetopbtn img {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width: 1350px) {
	#fixbtn ul li img {
		width: 130px;
		height: auto;
	}

	#fixbtn #pagetopbtn img {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 1290px) {
	#fixbtn ul {
		padding: 7px;
	}

	#fixbtn ul li img {
		width: 110px;
		height: auto;
	}

	#fixbtn #pagetopbtn img {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 1230px) {
	#fixbtn ul {
		padding: 5px;
	}

	#fixbtn ul li img {
		width: 100px;
		height: auto;
	}
}




@media screen and (max-width: 767px) {
	#fixbtn {
		position: fixed;
		bottom: 0;
		right: 0;
		transition: .5s;
		transform: translateX(0);
		width: 100%;
	}

	#fixbtn ul {}

	#fixbtn.active {
		transform: translateX(0);
	}

	#fixbtn #pagetopbtn {
		position: absolute;
		bottom: 21vw;
		right: 2vw;
		margin: 0;
		transform: translateY(20vw);
		transition: .5s;
		opacity: 0;
	}

	#fixbtn.active #pagetopbtn {
		transform: translateY(0);
		opacity: 1;
	}

	#fixbtn #pagetopbtn img {
		width: 11vw;
		height: 11vw;
	}

	#fixbtn .fb00 {
		display: block;
	}

	#fixbtn ul {
		display: flex;
		justify-content: space-between;
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
		padding: 3vw 2vw;
		border-radius: 0;
	}

	#fixbtn ul li {
		font-size: 0;
		margin-bottom: 0;
	}

	#fixbtn ul li a {
		box-shadow: 0 2px 0 #000;
		border-radius: 8px;
	}

	#fixbtn ul li.fb00 a {
		background-color: #1677d3;
	}

	#fixbtn ul li.fb01 {
		margin: 0 1.5vw;
	}

	#fixbtn ul li img {
		width: auto;
	}
}





/*========================================

  footer

========================================*/
#footer_bnr {
	display: flex;
	justify-content: space-between;
	width: 1010px;
	margin: 0 auto;
	padding: 70px 0;
}

#footer_bnr li {
	list-style: none;
}

#footer_bnr li a:hover {
	opacity: .6;
}

#footer_bnr img {
	width: 230px;
}

@media screen and (max-width: 767px) {
	#footer_bnr {
		flex-direction: column;
		width: 70%;
		margin: 0 auto;
		padding: 5vw 0;
	}

	#footer_bnr li {
		margin-top: 5vw;
	}

	#footer_bnr img {
		width: 100%;
	}
}



footer .innr {
	background-color: #009e40;
	padding: 50px 0;
}

footer .innr .box {
	display: flex;
	justify-content: space-between;
	width: 1010px;
	margin: 0 auto;
}

footer .innr .box dl {
	margin: 0;
	padding: 0;
}

footer .innr .box dl dt a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}

footer .innr .box dl dd {
	margin-top: 10px;
}

footer .innr .box dl dd ul li {
	list-style: none;
}

footer .innr .box dl dd ul li a {
	color: #fff;
	font-size: 14px;
}


footer .innr2 {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

footer .innr2 .copy {
	color: #666;
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

footer .innr2 img {
	margin-top: 40px;
}

footer .innr2 span {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 20px 0 30px;
}

@media screen and (max-width: 767px) {
	footer .innr {
		display: none;
	}

	footer .innr2 {
		width: 90%;
		padding-top: 5vw;
	}

	footer .innr2 .copy {
		font-size: 3.5vw;
	}

	footer .innr2 img {
		margin-top: 5vw;
		width: 25%;
	}

	footer .innr2 span {
		font-size: 3.2vw;
		letter-spacing: 1px;
		padding: 5vw 0 30vw;
	}
}


#notfound {
	padding-top: 100px;
	padding-bottom: 50px;
}

#notfound h1 {
	font-size: 28px;
}

#notfound p {
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	#notfound {
		padding-top: 10vw;
		padding-bottom: 10vw;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}

	#notfound h1 {
		font-size: 6vw;
	}

	#notfound p {
		margin-top: 3.2vw;
		line-height: 1.6em;
	}
}


/* ==================================================

	99. clearFix

================================================== */
.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: .1px;
	content: " ";
}

/* for IE7 */

*:first-child+html .clearfix {
	min-height: 1%;


	/* zoom: 1;*/
}

/* for Mac IE */

* html .clearfix {
	display: inline-table;
}

/* no Mac IE \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* for safariãƒ»IE7ãƒ»IE8 */

*+html .clearfix {
	display: inline-block;
	min-height: 0;
}