@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: "メイリオ", Verdana, "ＭＳ Ｐゴシック";
}
.wrapper {
	width: 100%;
}
.event{
	width: 1000px;
	margin: 0 auto;
}
section {
	margin: 0 0 30px;
}
.article_top {
	padding: 20px 0 20px !important;
	background: #f6f6f6;
}
.float {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h2 {
	margin:  0 0 40px;
	padding: 0 0 3px;
	color: #00838a;
	font-weight:bold;
	font-size: 2.5rem;
	text-align: justify;
	border-bottom: solid 2px #00838a;
}

h2.headline01 {
	padding: 5px 0 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	background: #00838a;
}
h2.headline01 span {
	font-size: 2.0rem;
}
h2.headline02 span {
	font-size: 2.0rem;
}
h3.head_line01 {
	margin: 0 0 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
h4 {
	margin:  0 0 40px;
	padding: 0 0 5px;
	color: #000;
	font-weight:bold;
	font-size: 2.0rem;
	text-align: justify;
	border-bottom: solid 1px #000;
}
h5 {
	color:#000;
	font-weight:bold;
	margin: 30px 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	font-size: 2.0rem;
	clear: both;
	text-align: justify;
}
h5::before{
	content: "――";
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
.header {
	background: #fff;
}
.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;
	width: 1000px;
	margin: 15px auto;
}
.header_inner img {
	height: 50px;
	vertical-align: bottom;
}
/*------------------------------------------------------------------------

mainvisual

------------------------------------------------------------------------*/
#top .main_visual {
	text-align: center;
	background: url(../img/top_main_bg.jpg) no-repeat top center #dbdde0;
	margin-bottom: 0;
	border-top: 5px solid #00838a;
}
#article .main_visual {
	text-align: center;
	background: url(../img/top_article_bg.jpg) no-repeat top center #FFF;
	margin-bottom: 0;
	border-top: 5px solid #00838a;
	min-width: 1000px;
}
.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: 15px 0 20px;
	line-height: 35px;
	background: url(../img/p_bg.gif) repeat 0 0;
}
/*.main_cont p {
	max-height: 100%;
	margin: 20px 0 15px;
	line-height: 35px;
	background: url(../img/p_bg.gif) repeat 0 0;
	text-align:justify;
	color: #222;
}*/
.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;
	background: url(../img/p_bg.gif) repeat 0 0;
	text-align:justify;
	color: #222;
}
.main_cont dd sup {
	line-height:1.4;
}
.atten01 {
	color: #000;
}
.atten02 {
	color: #00838a;
}
/* 本文中写真 */
.imbox01 {
	width: 380px;
	margin: 0 0 10px;
	font-size: 1.2rem;
}
.imbox01 p {
	margin: 0;
	line-height: 1.4;
	background: none;
}
.imbox01 img{
	width: 380px;
}
.imbox01 span {
	margin: 0 2px 0 0;
	font-weight: bold;
	font-size: 1.8rem;
}
.imtxt01 {
    width: 590px;
}
/* グラフ */
.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%;
	vertical-align: bottom;
}
.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: #00838a !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;
}
/*---------------------------------------------------------------------

pan

---------------------------------------------------------------------*/
.pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pan li::after {
	content: "＞";
	margin: 0 0 0 1em;
}
.pan li:last-child::after {
	content: "";
}
/*---------------------------------------------------------------------

navi

---------------------------------------------------------------------*/
#nav {
	margin: 0 0 60px;
	border-bottom: solid 1px #666;
	background: #f6f6f6;
}
#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 #ccc;
	border-bottom: solid 1px #666;
	background: #ccc;
}
#nav ul li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height:100%;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
	color: #b3b3b3;
}
#nav ul li a:hover {
	color: #fff;
	background: #00838a;
}
#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;
}
.back_area p {
	margin: 0 0 10px;
	padding: 5px;
	color: #fff;
	line-height: 1.6;
	background: #00838a;
}
#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;
}
.top_text {
	margin: 0 0 30px !important;
	line-height: 1.6;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: none !important;
}
.link_area {
	background: none !important;
	margin: 0 0 10px !important;
}
.link_area a {
	position: relative;
    display: block;
	box-sizing: border-box;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
    padding: 15px 20px;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
    background-color: #002a5e;
    transition: .4s;
	font-size: 1.8rem;
	box-shadow: 0 5px 0 #15152b;
	transition: 0.3s;
}
.link_area a:hover {
	transform: translateY(3px);
	text-decoration: none;
	box-shadow: 0 2px 0 #1e4f75;
}
.link_area a::before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	top: 50%;
	right: 10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*---------------------------------------------------------------------

top_navi_area
article_movie_area

---------------------------------------------------------------------*/
.top_navi_area li {
	width: 48%;
}
.top_navi_area img {
	width: 100%;
}
.top_navi_area li div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top_navi_area li div p {
	width: 49%;
	background: none !important;
}
.article_movie_area {
	text-align: center;
	margin: 40px 0 60px;
}
.article_movie_area img.movie {
	width: 100%;
	max-width: 600px;
	border: solid 1px #CCC;
}
.article_movie_area p.movie_btn01 {
	width: 100%;
	max-width: 250px;
	margin: 10px auto auto auto !important;
	background: none;
}
.article_movie_area p.movie_title {
	margin: 0 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
	background: none !important;
}
.top_navi_area li div p a,
.article_movie_area p.movie_btn01 a {
	position: relative;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.top_navi_area li div p a:hover,
.article_movie_area a:hover {
	opacity: 0.8;
}
.top_navi_area li div p a::before,
.article_movie_area p.movie_btn01 a::before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	top: 50%;
	right: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top_navi_area li div p.movie_btn a,
.article_movie_area p.movie_btn01 a {
	background: url(../img/icon_movie.png) no-repeat center left 25px #c83585;
	background-size: 24px;
}
.top_navi_area li div p.article_btn a {
	background: url(../img/icon_article.png) no-repeat center left 25px #007c6d;
	background-size: 24px;
}
.date {
	/*margin: 0 0 10px;*/
	text-align: right;
	font-size: 1em !important;
	background: none !important;
}
.risk_text a {
	color: #9E0002;
	font-weight: bold;
}
.disc_area {
	margin: 0 0 20px;
	padding: 10px;
	border: solid 1px #ccc;
}
.com_area span {
	font-weight: bold;
	color:#002a5e;
}
.banner_area {
	margin: 0 0 60px;
	padding: 30px 0;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa; 
}
.banner_area ul li {
	width: 30%;
	text-align: center;
}
.banner_area ul li img {
	width: 100%;
	max-width: 300px;
	vertical-align: bottom;
}
.banner_area ul li a:hover {
	opacity: 0.9;
}
.continue {
	text-align: right;
	background: none !important;
}
/*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
.disclaimer {
	padding-left:20px;
	font-size: 1.2rem;
	padding:0px 0px 5px 0px;
}
.disclaimer li {
	margin-left:20px;
	list-style-type:disc;
}
.disclaimer p {
	background: none;
	line-height: 1.6;
}
#footerms{
	border-top:4px solid #00838a;
	text-align:center;
	padding-bottom:20px;
}
.copyms{
	padding-top:5px;
}
#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;
}