@charset "utf-8";
.pd{ display: block;}
.sd{ display: none;}
.clear01 {clear: both;}

/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック";
	line-height: 1.8;
}
.wrapper {
	width: 100%;
}
section {
	margin: 0 0 100px;
}
.content_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {
	font-size: 2.0rem;
	font-weight: normal;

}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	background: #fff;
	padding: 20px 0;
}
.header_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_inner li.logo img {
	vertical-align: bottom;
}
.login a {
	position: relative;
	display: block;
	padding: 5px 30px 5px 15px;
	text-align: center;
	text-decoration: none;
	color: #222;
	border: solid 1px #aaa;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.login a .icon {
	position: absolute;
	top: 3px;
	right: 7px;
    display: inline-block;
	padding: 10px 0 0;
    width: 20px;
    height: 20px;
    background: url(/event/img/icon_login.png) no-repeat center center;
	background-size: 20px;
}
/*---------------------------------------------------------------------

head_title

---------------------------------------------------------------------*/
.head_title {
	margin: 0 0 30px;
	padding: 10px 0;
	background: #eee;
}
.head_title_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.head_title_info li {
	display: inline-block;
}
.head_title_info li::after {
	content: "|";
	margin: 0 10px;
}
.head_title_info li:last-child::after {
	content: "";
	margin: 0;
}
/*---------------------------------------------------------------------

semi_list

---------------------------------------------------------------------*/
.semi_list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.semi_list li {
	box-sizing: border-box;
	width: calc(100% / 3 - 20px);
	margin: 0 30px 30px 0;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}
.semi_list li:nth-child(3n) {
	margin: 0 0 30px;
}
.semi_list li a {
	text-decoration: none;
	color: inherit;
}
.semi_list li:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	transition:all 0.3s;
}
.semi_list li dl {
	box-sizing: border-box;
}
.semi_list li dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.semi_list li dl dd {
	padding: 10px;
}
.semi_list li dl dd p.title,
.semi_list li dl dd p.sub_title {
	font-size: 1.6rem;
	font-weight: bold;
}
.semi_list li dl dd p.date {
	margin: 10px 0 0;
}
.d-none {
	display: none !important;
}

/*---------------------------------------------------------------------

mordal

---------------------------------------------------------------------*/
p.mail {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	word-break: break-all;
}
p.mail::before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background-image: url(/event/img/icon_mail.png);
	background-size: contain;
	vertical-align: middle;
}
p.mail a {
	color: #222 !important;
}
p.tel {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.0;
}
p.tel::before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -5px 5px 0 0;
	background-image: url(/event/img/icon_tel.png);
	background-size: contain;
	vertical-align: middle;
}
p.tel span {
	font-weight: normal;
	font-size: 1.2rem;
}
p.name {
	font-size: 1.4rem;
}

 /*---------------------------------------------------------------------

footer

---------------------------------------------------------------------*/
.disclaimer{
	margin: 0 0 10px;
	font-size: 1.2rem;
	color: #444;
}
#footerms{
	padding-bottom: 20px;
	border-top: 4px solid #0b186d;
	text-align: center;
}
.copyms{
	padding-top: 5px;
	font-size: 1.2rem;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	display: none;
}
