@charset "utf-8";

/*=====================================
top_new.css
=====================================*/

/*-------------------------------------
 layout
-------------------------------------*/
.topContentsArea {
	padding-top: 20px;
	color: #333;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 1em;
	font-weight: 500;
}
.topContentsArea img {
	max-width: 100%;
}
.topContentsArea a {
	color: #006fa5;
}
.topContentsArea a:hover {
	text-decoration: none;
}
.topSection {
	padding-bottom: 20px;
}
.topSectionBg01 {
	margin: 0 0 60px 0;
	background: #f3f5f6;
}
.topSectionBg01 .inner {
	padding-top: 40px;
	padding-bottom: 20px;
}
.topSectionClm .inner {
	display: flex;
	justify-content: space-around;
}


/*-------------------------------------
 visual
-------------------------------------*/
.topSlide {
	position: relative;
	height: 280px;
	padding: 20px 0 30px 0;
	overflow: hidden;
}
.topSlide .inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.topSlide .slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topSlide .slides:after {
	clear: both;
	display: block;
	content: "";
}
.topSlide .slides li a {
	display: block;
}
.topSlide .slides li .card {
	position: relative;
}
.topSlide li img {
	max-width: 100%;
	vertical-align: bottom;
}
.topSlide .flex-direction-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.topSlide .flex-direction-nav li {
	position: absolute;
	top: 100px;
}
.topSlide .flex-direction-nav li a {
	display: block;
	width: 40px;
	height: 80px;
	text-indent: -9999px;
}
.topSlide .flex-direction-nav li.flex-nav-prev {
	left: 0;
}
.topSlide .flex-direction-nav li a.flex-prev {
	background: url(/common/uploads/slide_prev01.png) no-repeat center center / 15px auto rgba(255,255,255,0.3);
}
.topSlide .flex-direction-nav li.flex-nav-next {
	right: 0;
}
.topSlide .flex-direction-nav li a.flex-next {
	background: url(/common/uploads/slide_next01.png) no-repeat center center / 15px auto rgba(255,255,255,0.3);
}
.topSlide .slidesControl {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 5px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 10px;
}
.topSlide .slidesControl ul,
.topSlide .slidesControl ol {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	line-height: 0;
	text-align: center;
}

.topSlide .flex-control-nav {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	vertical-align: middle;
}
.topSlide .flex-control-nav li {
	display: inline-block;
	vertical-align: middle;
}
.topSlide .flex-control-nav li a {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 12px;
	text-indent: -9999px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
}
.topSlide .flex-control-nav li a.flex-active {
	width: 10px;
	height: 10px;
	background: #053349;
}
.topSlide .slidesControl ul li {
	margin: 0 0 0 4px;
}
.topSlide .slidesControl ul p {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.topSlide .slidesControl ul .slidesPlay p {
	background: url(/common/uploads/slide_play01_off.png) no-repeat center center;
}
.topSlide .slidesControl ul .slidesStop p {
	background: url(/common/uploads/slide_stop01_off.png) no-repeat center center;
}
.topSlide .slidesControl ul .slidesPlay.active p {
	background: url(/common/uploads/slide_play01.png) no-repeat center center;
}
.topSlide .slidesControl ul .slidesStop.active p {
	background: url(/common/uploads/slide_stop01.png) no-repeat center center;
}


/*-------------------------------------
 緊急のお知らせ
-------------------------------------*/
.topAttention {
	margin: 0 0 20px 0;
	border: 2px solid #ce4455;
	background: #fff;
}
.topAttention .ttl {
	padding: 10px;
	color: #fff;
	font-size: 1.250em;
	text-align: center;
	background: #ce4455;
}
.topAttention .ttl:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0 9px 0 0;
	background: url(/common/uploads/top_icn_attention01.png) no-repeat 0 0;
}
.topAttention .list {
	padding: 10px 18px 0 18px;
}
.topAttention .list li {
	display: flex;
	padding: 15px 0;
	color: #333;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 500;
	line-height: 1.6;
}
.topAttention .list li + li {
	border-top: 1px solid #ce4455;
}
.topAttention .list .date {
	width: 10em;
	padding-top: 2px;
	flex-shrink: 0;
	font-size: 0.875em;
	letter-spacing: 1px;
}
.topAttention .list .txt {
	padding: 0 0 0 1.6em;
	background: url(/common/uploads/icn_arw02.png) no-repeat 0 0.3em;
}


/*-------------------------------------
 動画
-------------------------------------*/
.topVideo {
	display: flex;
	padding: 0 0 20px 0;
}
.topVideo .video {
	width: 500px;
	margin: 0 60px 0 0;
	flex-shrink: 0;
}
.topVideo .video video {
	width: 100%;
}
.topVideo .item {
	width: 100%;
}
.topVideo .item .titleStyle01 {
	font-size: 1.125em;
}
.topVideo .item p {
	padding: 10px 0 15px 0;
	line-height: 2;
}


/*-------------------------------------
 main
-------------------------------------*/
.topMain {
	width: 100%;
}
.topNewsMenu {
	display: flex;
	margin: 0 0 15px 0;
	border: 2px solid #234459;
}
.topNewsMenu .ttl {
	width: 210px;
	padding: 14px 0;
	color: #fff;
	font-family :'Yu Mincho Demibold','YuMincho Demibold';
	font-size: 1em;
	letter-spacing: 1px;
	text-align: center;
	background: #234459;
	flex-shrink: 0;
	box-sizing: border-box;
}
.topNewsMenu .ttl:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 18px;
	margin: 1px 10px 0 0;
	vertical-align: top;
	background: url(/common/uploads/top_icn_news01.png) no-repeat 0 0;
}
.topNewsMenu .list {
	display: flex;
	width: 100%;
	padding: 12px 0 12px 10px;
	box-sizing: border-box;
}
.topNewsMenu .list li {
	width: 20%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.topNewsMenu .list li a {
	display: block;
	padding: 4px 0 5px 0;
	color: #fff;
	font-size: 0.750em;
	text-align: center;
	text-decoration: none;
}
.topNewsMenu .list li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 6px 0 0;
	vertical-align: middle;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
}
.topNewsBtn {
	text-align: right;
}
.topNewsBtn a {
	display: inline-block;
	padding: 3px 30px 4px 30px;
	color: #fff;
	font-size: 0.875em;
	text-decoration: none;
	border-radius: 30px;
	background: #6a6868;
}
.topNewsBtn a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 6px 0 0;
	vertical-align: middle;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
}

.topAside {
	width: 270px;
	margin: 0 0 0 40px;
	flex-shrink: 0;
}
.topTwitterBanner {
	margin: 0 0 20px 0;
}
.topTwitterBanner i{font-style:normal;}
.topTwitterBanner a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100px;
	padding: 0 10px 0 60px;
	color: #fff;
	font-size: 0.87em;
	text-decoration: none;
	background: url(/common/uploads/top_icn_twitter01.png) no-repeat 12px center #234459;
	box-sizing: border-box;
}
.topTwitterBanner a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
}

.topTwitterTl {
	margin: 0 0 20px 0;
}
.topAsideBanner li {
	margin: 0 0 20px 0;
}
.topAsideBanner li a {
	display: block;
}

.titleStyle01 {
	margin: 0 0 20px 0;
}








































/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/



/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/*-------------------------------------
 layout
-------------------------------------*/
.topSectionBg01 .inner {
	padding-top: 30px;
	padding-bottom: 10px;
}
.topSectionClm .inner {
	display: block;
}


/*-------------------------------------
 visual
-------------------------------------*/
.topSlide {
	height: auto;
	padding: 0 0 5px 0;
}


/*-------------------------------------
 緊急のお知らせ
-------------------------------------*/
.topAttention {
	margin: 0 0 25px 0;
}
.topAttention .ttl {
	padding: 3px 5px;
	font-size: 0.938em;
}
.topAttention .ttl:before {
	width: 15px;
	height: 13px;
	margin: 0 6px 0 0;
	vertical-align: middle;
	background: url(/common/uploads/top_icn_attention02.png) no-repeat 0 0 / 100% auto;
}
.topAttention .list {
	padding: 0 9px;
}
.topAttention .list {
}
.topAttention .list li {
	display: block;
	padding: 8px 0;
	line-height: 1.4;
}
.topAttention .list .date {
	width: auto;
	padding-top: 0;
	font-size: 0.938em;
}
.topAttention .list .txt {
	padding: 0 0 0 1em;
	font-size: 0.938em;
	background-position: 0 0.5em;
	background-size: 8px 8px;
}


/*-------------------------------------
 動画
-------------------------------------*/
.topVideo {
	display: block;
	padding: 0;
}
.topVideo .video {
	width: 100%;
	margin: 0 0 15px 0;
}
.topVideo .video video {
	width: 100%;
}
.topVideo .item .titleStyle01 {
	font-size: 0.938em;
}
.topVideo .item p {
	font-size: 0.938em;
	line-height: 1.7;
}


/*-------------------------------------
 main
-------------------------------------*/
.topNewsMenu {
	display: block;
	margin: 0 0 15px 0;
	border: none;
}
.topNewsMenu .ttl {
	width: auto;
	padding: 5px;
	font-size: 0.938em;
}
.topNewsMenu .ttl:before {
	width: 13px;
	height: 9px;
	margin: 4px 10px 0 0;
	background-size: 100% auto;
}
.topNewsMenu .list {
	padding: 0;
}
.topNewsMenu .list li {
	width: 20%;
	padding: 0;
}
.topNewsMenu .list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 5px 4px;
	font-size: 0.688em;
	letter-spacing: -0.5px;
	text-align: left;
}
.topNewsMenu .list li a:before {
	margin: 0 3px 0 0;
}
.topNewsBtn {
	padding: 0 0 25px 0;
	text-align: center;
}
.topNewsBtn a {
	display: block;
	padding: 10px 15px;
	color: #234459;
	font-size: 0.813em;
	letter-spacing: 1px;
	border-radius: 5px;
	border: 1px solid #234459;
	background: url(/common/uploads/icn_arw04.png) no-repeat right 9px center / 16px 16px transparent;
}
.topNewsBtn a:before {
	display: none;
	border: none;
}

.topAside {
	width: 100%;
	margin: 0;
}
.topTwitterBanner {
	margin: 0;
}
.topTwitterBanner a {
	height: 105px;
	padding: 0 10px 0 90px;
	font-size: 1.125em;
	background: url(/common/uploads/top_icn_twitter02.png) no-repeat 24px center / 53px 43px #234459;
}
.topTwitterBanner a:after {
	margin-top: -7px;
	border-width: 7px 0 7px 7px;
}

.topTwitterTl {
	margin: 0 0 10px 0;
}
.topAsideBanner li {
	margin: 0 0 10px 0;
	text-align: center;
}

.titleStyle01 {
	margin: 0 0 10px 0;
}
















}



@media screen and (min-width: 769px) {

.topSlide .flex-direction-nav li a,
.topSlide .flex-control-nav li a,
.topSlide .slidesControl ul p,
.topNewsMenu .list li a,
.topNewsBtn a,
.topTwitterBanner a,
.topAsideBanner li a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.topSlide .flex-direction-nav li a:hover,
.topSlide .flex-control-nav li a:hover,
.topSlide .slidesControl ul p:hover,
.topNewsMenu .list li a:hover,
.topNewsBtn a:hover,
.topTwitterBanner a:hover,
.topAsideBanner li a:hover {
	opacity: 0.7;
}

}


.video iframe {
    max-width: 500px;
}

@media screen and (max-width: 768px) {

.video iframe {
    max-width: 100%;
}
}
