@charset "UTF-8";
.pd{ display: block;}
.sd{ display: none;}
.clear01 {clear: both;}
a:hover .hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.7;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.7;           /* Firefox 0.9より前 */
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.wrapper {
	width: 100%;
}
.event{
	width: 1000px;
	margin: 0 auto;
}
section {
	margin: 0 0 60px;
}
.float {
	display: flex;
	justify-content: space-between;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h2 {
	padding: 30px 0 40px;
	font-size: 3.4rem;
	font-weight:  bold;
	text-align: center;
	background: #efefef;
}
h2 span {
	font-size: 2.0rem;
}
h3.headline01 {
	font-size: 2.8rem;
	margin-bottom: 45px;
}
h3.headline01 .underLine {
	height: 6px;
	width: 40px;
	margin-top: 20px;
	background-color: #e60000;
	display: block;
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
.header {
	background: #fff;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 40px auto;
}
.header_inner img {
	height: 50px;
	vertical-align: bottom;
}
/*------------------------------------------------------------------------

mainvisual

------------------------------------------------------------------------*/
.main_visual {
	text-align: center;
	background: url(../img/main_bg.jpg) no-repeat top center #dbdde0;
	margin-bottom: 0;
}
/*#article .main_visual {
	text-align: center;
	background: url(../img/main_bg.jpg) no-repeat top center #dbdde0;
	margin-bottom: 0;
}*/
.main_visual_inner {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
}
/*------------------------------------------------------------------------

maincont

------------------------------------------------------------------------*/
.main_cont {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
}
.main_cont p {
	margin: 0 0 20px;
	line-height: 35px;
	background: url(../img/p_bg.gif) repeat 0 0;
}
.main_cont dt{
	width: 65px;
	max-height: 100%;
	float: left;
	text-align: left;
	line-height: 35px;
}
.main_cont dd {
	max-height: 100%;
	margin:0 0 15px 65px;
	line-height: 35px;
	text-align: justify;
	color: #222;
	background: url(../img/p_bg.gif) repeat 0 0;
}
.main_cont dd sup {
	line-height:1.4;
}
.top_text {
	margin: 60px 0 !important;
	font-size: 1.8rem;
	background: none !important;
}
.atten01 {
	color: #000;
}
.atten02 {
	color: #009bd2;
}
.imbox01 {
	width: 300px;
	margin: 0 0 10px;
	font-size: 1.3rem;
}
.imbox01 p {
	margin: 0;
	line-height: 1.4;
	background: none;
}
.imbox01 img{
	width: 100%;
}
.imbox01 span {
	margin: 0 2px 0 0;
	font-weight: bold;
	font-size: 1.8rem;
}
.imtxt01 {
    width: 670px;
}
.gra_area {
	box-sizing: border-box;
	width: 850px;
	margin: 0 auto 20px;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: center;
	background: #fff;
}
.gra_area img {
	width: 100%;
}
.gratit {
	margin: 0 0 20px;
	padding: 10px;
	text-align: center;
	text-indent: 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4 !important;
	background: #0d1b48 !important;
	color: #fff;
}
.gra_area ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.notes {
	margin: 10px 0 0;
	text-align: left;
	text-indent: 0;
	font-size: 1.0rem;
	background: none;
}

/*---------------------------------------------------------------------

top navi_area

---------------------------------------------------------------------*/
.navi_area li {
	width: calc(100% / 2 - 10px);
}
.navi_area img {
	width: 100%;
}
.navi_area li div {
	display: flex;
	justify-content: space-between;
}
.navi_area li div p {
	width: calc(100% / 2 - 5px);
	background: none !important;
	margin: 0;
}
.navi_area li div p a {
	position: relative;
	display: block;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #dfdfdf;
}
.navi_area li div p.movie_btn a {
	background: url(../img/icon_movie.png) no-repeat center left 25px #efefef;
	background-size: 24px;
}
.navi_area li div p.article_btn a {
	background: url(../img/icon_article.png) no-repeat center left 25px #efefef;
	background-size: 24px;
}
/*---------------------------------------------------------------------

article navi

---------------------------------------------------------------------*/
#nav {
	margin: 0 0 60px;
	border-bottom: solid 1px #666;
}
#nav ul {
	widht: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
}
#nav ul li {
	width: calc(100% / 2 - 2px);
	margin: 0 0 -1px;
	border: solid 1px #efefef;
	border-bottom: solid 1px #666;
	background: #efefef;
}
#nav ul li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
	color: #757575;
}
#nav ul li a:hover {
	color: #222;
	background: #b0b0b0;
}
#nav ul li.active {
	background: #fff;
	border: solid 1px #666;
	border-bottom: solid 1px #fff;
}
#nav ul li.active a {
	color: #222;
}
#nav ul li.active a:hover {
	background: #fff;
}
#nav ul li a.linkArrow {
	border-bottom: none;  
}
.back_navi {
	box-sizing: border-box;
	width: 300px;
	margin: auto !important;
	line-height: 1.6;
	text-align:  center;
	background: #efefef !important;
}
.back_navi a {
	color: #000;
	text-decoration: none;
	padding: 10px 0;
	line-height: 1.6;
}
.back_area p {
	margin: 0 0 10px;
	padding: 5px;
	color: #fff;
	line-height: 1.6;
	background: #002A5E;
}
#nav02 {
	margin: 0 0 60px;
}
#nav02 li {
	margin: 0 0 5px;
	padding: 0 0 5px; border-bottom: dotted 1px #aaa;
}
#nav02 li.active a {
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
#nav02 li a {
	color: #222;
}
/*---------------------------------------------------------------------

relation_list

---------------------------------------------------------------------*/
.relation_list li a {
	text-decoration: none;
}
.relation_list li dl {
	display: flex;
	align-items: center;
}
.relation_list li dl dt {
	float: none;
	width: 500px;
	line-height: 1.6;
	background: none;
}
.relation_list li dl dt img {
	width: 100%;
	height: auto;
}
.relation_list li dl dd {
	float: none;
	margin: 0;
	padding:  0 30px;
	line-height: 1.6;
	font-size: 1.6rem;
	background: none;
}
/*---------------------------------------------------------------------

linkArrow

---------------------------------------------------------------------*/
.linkArrow{
	position: relative;
	display: block;
	padding: 20px 30px 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
.linkArrow:hover{
	color: #000;
	opacity: 1;
	border-bottom: 1px solid #717171;
}
.linkArrow::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translate(0, -50%);
	border-right: 2px solid #e60000;
	border-top: 2px solid #e60000;
	transition: all .2s;
}
.linkArrow:hover::before {
	right: 10px;
}
.linkArrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	width: 16px;
	height: 2px;
	background:#e60000;
	transition: all .2s;
	transform: translateY(50%) scale(0, 1);
	transform-origin: center top;
}
.linkArrow:hover::after {
	transform: translateY(50%) scale(1, 1);
}
/*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
.disclaimer {
	font-size: 1.2rem;
}
.disclaimer p {
	background: none;
	line-height: 1.6;
}
#footerms{
	padding: 10px 0;
	text-align: center;
	border-top: 4px solid #0b186d;	
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*---------------------------------------------------------------------

article

---------------------------------------------------------------------*/
.date {
	margin: 0 0 10px;
	text-align: right;
	font-size: 1em !important;
	background: none !important;
}
.article_movie_area {
	margin: 60px 0;
	text-align:  center;
}
.movie_btn01 {
	width: 300px;
	margin:  0 auto !important;
}
.movie_btn01 a {
	position: relative;
	display: block;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #dfdfdf;
	background: url(../img/icon_movie.png) no-repeat center left 25px #efefef;
	background-size: 24px;
}
.disc_area {
	margin: 0 0 20px;
	padding: 10px;
	border: solid 1px #ccc;
}
.disc_area p {
	margin: 0;
	line-height: 1.6;
	background: none;
}
.disc_area table tr th {
	width: 200px;
	font-weight: bold;
	vertical-align: top;
}
.com_area {
	padding: 40px;
}
/*---------------------------------------------------------------------

pan

---------------------------------------------------------------------*/
.pan {
	display: flex;
	margin: 0 0 30px;
}
.pan li::after {
	content: "＞";
	margin: 0 1em;
}
.pan li:last-child::after {
	content: "";
}