@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background-color:#FFF !important;
	background-image:url(../img/main.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:top center !important;
	-webkit-text-size-adjust: 100% !important;
	min-width: 768px;
}
body,td,th {
	font-family: sans-serif;
	font-size: 14px;
	color: #333;
	line-height:180%;
}
img {
	border:0;
	max-width:100%;
}
.wide {
	width:800px;
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:120%;
	font-weight:normal;
}
ul,li,ol,p {
	margin:0;
	padding:0;
	list-style:none;
}
ol {
	margin-left:20px;
}
ol li {
	list-style:decimal;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
#top {
	text-align:center;
}
#wrapper {
	margin:auto;
	padding:0 20px;
	box-sizing:border-box;
	width:100%;
	max-width:1000px;
	text-align:left;
}
#container {
	margin:0 auto;
	box-sizing:border-box;
	position:relative;	
}
#header {
	padding:30px 0;
	line-height:40px;
	text-align:left;
	position:relative;
}
#header #logo {
	padding-left:35px;
	background-image:url(../img/icon_clip.png);
	background-repeat:no-repeat;
	background-position:left center;
	width:200px;
	color:#999;
	font-size:130%;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	padding:10px 0;
	text-align:center;
	font-size:10px;
}
h1 {
	margin:50px 0 50px 0;
	font-size:350%;
}
h2 {
	margin:0 0 20px 0;
	font-size:250%;
}
h3 {
	margin:0 0 10px 0;
	font-size:150%;
	line-height:130%;
}
h4 {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	font-size:180%;
}
br.none {
	display:none;
	visibility:hidden;
}
.ma10 {
	margin-bottom:10px;
}
.ma20 {
	margin-bottom:20px;
}
.ma30 {
	margin-bottom:30px;
}
.ma50 {
	margin-bottom:50px;
}
.small {
	font-size:85%;
	line-height:120%;
}
.red {
	color:#FF0000;
}
.picture {
	width:100%;
	background-color:#DDD;
	text-align:center;
	display:table;
}
.picture p {
	display:table-cell;
	height:300px;
    vertical-align:middle;
    text-align:center;
}
.plugin .float-l {
	margin-right:20px;
	float:left;
}
.plugin .caption {
	overflow:auto;
}
.center {
	text-align:center;
}
.large {
	font-size:180%;
}
.border {
	border:1px solid #999;
}
.school-list {
	margin-bottom:10px;
}
.school-list ul {
	width:46%;
	float:left;
}
ul.float-l {
	margin-right:10px;
}
.school-list li {
	margin:5px 0 0 30px;
	line-height:140%;
	list-style:disc;
	box-sizing:border-box;
}
.indent {
	text-indent:-1em;
	padding-left:1em;
}
.clear {
	clear:both;
}
.clear_after {
	zoom:100%;
}
.clear_after:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}


/* SNSボタン */
#share {
	width:100px;
	float:right;
	position:absolute;
	top:-118px;
	right:0;
}
#share a {
	text-align:center;
	width:37px;
	height:36px;
	display:block;
	text-decoration:none;
}
#share a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#share .share-twitter a {
	margin-right: 10px;
	background-image:url(../img/icon_twitter.png);
	background-repeat:no-repeat;
	float:right;
}
#share .share-facebook a {
	background-image:url(../img/icon_facebook.png);
	background-repeat:no-repeat;
	float:right;
}
.anker li a {
	text-decoration:none;
}
.anker li a:hover {
	text-decoration:underline;
}
.anker li {
	padding-left:1.5em;background-image:url(../img/icon_anker.png);
	background-repeat:no-repeat;
	background-position:left 5px;
}
.tbllist {
	border-collapse:collapse;
}
.tbllist td, .tbllist th {
	padding:10px;
	border:1px solid #999;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
.tbllist th {
	width:30%;
}
.tbllist2 {
	border-collapse:collapse;
}
.tbllist2 td, .tbllist2 th {
	padding:10px;
	width:50%;
	border:1px solid #999;
	vertical-align:top;
	font-weight:normal;
}
.tbllist2 th {
	font-size:130%;
	text-align:center;
}
.section .btn a{
	margin:10px auto 50px;
	padding:20px 0;
	width:96%;
	text-align:center;
	font-size:140%;
	color:#FFF;
	background-color:#3268A0;
	text-decoration:none;
	border-radius:3px;
	box-sizing:border-box;
	display:block;
}
.section .btn a:hover {
	text-decoration:none;
	background-color:#3A7BBC;
}
.section .btn {
	margin:0 auto 20px;
	width:50%;
	box-sizing:border-box;
	text-align:center;
	float:left;
}
.box-half {
	padding:20px;
	width:48%;
	border:1px solid #999;
	box-sizing:border-box;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.box-half p, .box p {
	font-size:150%;
	line-height:130%;
	font-weight:bold;
}
.plan .box-half p, .box p{
	font-size:100%;
	line-height:unset;
	font-weight:unset;
	text-align: center;
}
.box {
	margin:auto;
	padding:20px;
	width:100%;
	border:1px solid #999;
	box-sizing:border-box;
}
.picture-l {
	margin-right:20px;
	width:350px;
	float:left;
	display:block;
}
.picture-r {
	overflow:auto;
}
.section th {
	width:30%;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
.creators li {
	margin-bottom:10px;
	width:100px;
	font-size:10px;
	text-align:center;
	float:left;
}
a.btn-normal,
div.btn-normal a {
	margin:0 auto;
	padding:10px 0;
	width:280px;
	color:#FFF;
	background-color:#AAA;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	display:block;
}
a.btn-small {
	padding:5px 0;
	width:150px;
	color:#FFF;
	background-color:#AAA;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	display:block;
}
a.btn-highlight {
	margin:0 auto;
	padding:20px 0;
	width:80%;
	color:#FFF;
	background-color:#FF931E;
	border-radius:3px;
	text-decoration:none;
	font-size:180%;
	text-align:center;
	display:block;
}
a.btn-more {
	margin:10px auto 0;
	padding:20px 0;
	width:100%;
	font-size:170%;
	font-weight:normal;
	color:#FFF;
	background-color:#FFA600;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	display:block;
}
a.btn-pro {
	background-color:#5fc3d2;
}
a.btn-ex {
	background-color:#4b90cd;
}
.box a.btn-more {
	width:80%;
}
a:hover.btn-normal, a:hover.btn-small, a:hover.btn-highlight,a:hover.btn-more, div.btn-normal a:hover {
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
table.func_table, table.func_table td{
	border:none;
	padding:0;
	margin:0;
}
table.func_table{
	width:100%;
}
table.func_table td.left{
	vertical-align:top;
	width:40%;
}
table.func_table td.left_movie{
	width:48%;
}
table.func_table td.right{
	vertical-align:bottom;
	padding-left:40px;
	font-size:120%;
	line-height:1.35em;
}
.youtube{
	position:relative !important;
	top:auto !important;
	padding:0px !important;
	width:100% !important;
	padding-top:56.25% !important;
	margin:0;
}
.caption{
	display:block;
	color: #959595;
	padding:4px 0;
}
.subscription{
	font-size: 150%;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.subscription_bold {
	font-size: 130%;
	font-weight: bold;
}
.bg_pro {
	background-color: #5fc3d2;
}
.bg_ex {
	background-color: #4b90cd;
}
.artist_flex {
	display: flex;
    align-items: center;
}
.artist_image {
	width: 35%;
	padding-right: 20px;
}
.artist_text {
    width: 65%;
}
.artist_text img {
    width: 100px;
    height: 100px;
	margin-bottom: 10px;
}
.artist_name {
	font-size: 120%;
	font-weight: bold;
}
.artist_landing {
	font-size: 80%;
	font-weight: initial;
	margin-left: 10px;
}