@charset "UTF-8";

.head {
	position: relative;
	min-width: 1000px;
	height: 700px;
	overflow: hidden;
}

.head_ttl {
	position: absolute;
	background: #FFF;
	text-align: center;
	width: 300px;
	overflow: hidden;
	font-size: 18px;
	font-family: YuMincho, 'Yu Mincho';
}

.head_num {
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 2;
	padding-top: 20px;
	font-size: 24px;
}

.head_num > em {
	font-size: 30px;
	padding: 0 5px;
}

.head_num:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    z-index: -1;
    margin-left: -100px;
    bottom: -25%;
    background-color: #f7797d;
    box-shadow: #f7797d 0 0 0 5px;
}

.head_date {
	font-size: 48px;
	margin: 0 15px;
}

.head_dotw {
	color: #fff;
	padding: 2px;
	vertical-align: text-bottom;
	background: #d00010;
}

.head_time  {
	margin-bottom: 5px;
}

.head_time > span {
	font-size: 24px;
}

.head_time > small {
	font-size: 16px;
}

.slidwrap {
	position: relative;
}

.slider {
	overflow: hidden;
	min-width: 1020px;
	position: relative;
	height: 600px;
}

.slide_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slide_item.-item1 {
	background-position: top 30% center;
}

.slide_item.-item2 {
	background-position: top 15% center;
}

.slide_item.-item3 {
	background-position: top 15% center;
}

.slide_item.-item4 {
}

.slide_item.-item5 {
}

.slider_bottom {
	position: absolute;
	bottom: 0;
	content: "";
	background: url(../img/img-slide-bottom.png) ;
	height: 150px;
	width: 100%;
	background-position: center;
}

.notice {
	color: #fff;
	background: #F689A8;
	padding: 40px 0;
	text-align: center;
}

.notice.-end {
	padding: 35px 0;
}

.notice_ttl {
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
}

.notice.-end .notice_ttl {
	font-size: 45px;
}

.notice_row {
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}

.notice_col {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.notice_col.-item1 {
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.notice_col.-item2 {
	padding-left: 30px;
}

.notice_date {
	font-size: 38px;
	font-weight: bold;
}

.notice_date span {
	font-size: 0.7em;
	display: inline-block;
}

.notice.-end .notice_date {
	font-size: 28px;
}

.notice_time {
	font-size: 20px;
	font-weight: bold;
}

.notice.-end .notice_time {
	font-size: 16px;
}

.notice_dlist {
	font-size: 0;
}

.notice_dlist dt,
.notice_dlist dd {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.notice_dlist dt {
	font-size: 26px;
	margin-right: 20px;
}


.notice_dlist dd {
	font-size: 38px;
	line-height: 1;
}

.notice_dlist dd span {
	font-size: 20px;
}

.notice.-end .notice_dlist dt {
	font-size: 20px;
}
.notice.-end .notice_dlist dd {
	font-size: 28px;
}

.notice.-end .notice_dlist dd span {
	font-size: 16px;
}

.notice_end {
    color: #FF1F36;
    font-size: 16px;
    background: #fff;
    display: inline-block;
    padding: 5px 100px;
    margin-top: 25px;
    font-weight: bold;
}


.container {
	padding: 40px 0;
}

.container:nth-child(odd) {
	background: #F6F3EE;
}

.info_news {
	float: left;
	width: 73%;
}

.info_news_head {
	margin-bottom: 10px;
}

.sec_ttl,
.info_news_head_list {
}

.sec_ttl {
	font-family: YuMincho,'Yu Mincho', sans-serif;
	margin-bottom: 0;
	font-size: 20px;
	float: left;
	padding: 0;
}

.sec_ttl:after {
	display: none;
}

.info_news_head_list {
	float: right;
}

.info_news_head_list > a {
	position: relative;
	color: #FFF;
	padding: 5px 30px;
	background: #f7797d;
	border-radius: 5px;
	display: block;
	font-size: 14px;
}

.info_news_head_list > a:hover {
	opacity: 0.6;
}

.info_news_head_list > a:after {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -7px;
	right: 10px;
	font-family: icomoon;
	content: "\e902";
	font-size: 11px;
}

.info_news_body {}

.info_news_body_list {}

.info_news_body_list > li {
	border-bottom: 1px solid #ccc;
	transition: border-bottom-color .3s;
}

.info_news_body_list > li:first-child {
	border-top: 1px solid #ccc;
}

.info_news_body_list > li:hover {
	border-bottom-color: #777;
}

.info_news_body_list > li > a {
	display: block;
	font-size: 0;
	padding: 10px 0;
}

.info_news_body_list > li > a:hover {
}

.info_news_body_list > li > a > time,
.info_news_body_list > li > a > em {
	display: inline-block;
	font-size: 16px;
}

.info_news_body_list > li > a > time {
	width: 100px;
	margin-right: 15px;
	color: #888888;
	vertical-align: middle;
}

.info_news_body_list > li > a > em {
	width: 595px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.twitter {
	float: right;
	width: 22.6%;
	background: #fff;
}


.twitter_head a {
	display: block;
	background: #00A0E6;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	position: relative;
}

.twitter_head a:before {
	content: "";
	display: block;
	width: 24px;
	height: 19px;
	background-image: url(../img/img-tw.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -9.5px;
	left: 10px;
}

.guide_nav {}

.guide_nav_list {
	font-size: 0;
}

.guide_nav_list > li {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 23.5%;
	margin-right: 2%;
}

.guide_nav_list > li {
}

.guide_nav_list > li:last-child {
	margin-right: 0;
}

.guide_nav_list > li > a {
	font-family: YuMincho, 'Yu Mincho', sans-serif;
	display: block;
}

.guide_nav_list > li > a:hover {
	opacity: 0.6;
}

.guide_nav_list > li > a > p {
	padding: 15px 0;
	color: #FFF;
	font-size: 20px;
}

.guide_nav_list > li.-item1 > a > p {
	background: #f7797d;
}


.guide_nav_list > li.-item2 > a > p {
	background: #65c1bd;
}


.guide_nav_list > li.-item3 > a > p {
	background: #a275bc;
}


.guide_nav_list > li.-item4 > a > p {
	background: #7382d1;
}


.other_nav_list {
	font-size: 0;
}

.other_nav_list > li {
	display: inline-block;
	font-size: 14px;
	margin-right: 2%;
	text-align: center;
	vertical-align: top;
}

.other_nav_list > li:last-child {
	margin-right: 0;
}

.other_nav_list > li {
	width: 23.5%;
}

.other_nav_list > li.-item1 {
	width: 49%;
}

.other_nav_list_cap {
	background: #000;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	top: 0;
	left: 0;
	line-height: 2.3;
}

.other_nav_list > li.-item1 video {
	width: 490px;
	height: auto;
}

.other_nav_list > li.-item3 > a:first-child {
	margin-bottom: 20px;
}


.other_nav_list > li > a {
	font-family: YuMincho, 'Yu Mincho', sans-serif;
	display: block;
}

.other_nav_list > li > a:hover {
	opacity: 0.6;
}

.other_nav_list > li > a > p {
	padding: 15px 0;
	color: #FFF;
	font-size: 20px;
}

.other_nav_list > li.-item2 > a > p {
	background: #65bce2;
}

.other_nav_list > li.-item3 > a > p {
	background: #f279af;
}

.other_nav_list > li.-item3 > a:last-child > p {
	background: #ef6a80;
}

.banner {
	background: #EEE;
	padding: 30px 0;
	text-align: right;
}

.banner_list {
	font-size: 0;
	text-align: center;
}

.banner_list > li {
	display: inline-block;
	margin-left: 15px;
}

.banner_list > li:first-child {
	margin-left: 0;
}

.banner_list > li a {
	display: block;
}

.banner_list > li a:hover {
	opacity: 0.7;
}

.note {
	padding: 30px 0;
	text-align: center;
	background: #fee0e1;
}

.note small {
	display: inline-block;
	padding: 20px;
	border-radius: 5px;
	font-size: 14px;
}

