﻿.index-main {
	font-size: 1.04em;
}

.en .index-main {
	font-size: 1em;
}

/* title
------------------*/
.index-title {
	color: #113c84;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}

.index-title::after {
	content: "";
	display: block;
	width: 142px;
	height: 1px;
	margin: 0 auto;
	background: #113c84;
	margin-top: 9px;
}

.index-title-left {
	color: #000;
	width: 100%;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
}

.index-title-left::after {
	content: "";
	display: block;
	width: 75px;
	height: 4px;
	margin: 15px 0 0 0;
	background: #fdd23e;
}


/* index kv
--------------------------------------------------------*/
.index-kv {
	overflow: hidden;
	position: relative;
	margin-top: 136px;
}

.indexKvMedia {
	position: absolute;

	z-index: 9;
	right: 9%;
	top: 50%;
	transform: translateY(-50%);
	width: 440px;
	height: 215px;

}

.kvMediaClose {
	width: 40px;
	height: 40px;
	background: #7f0020;
	position: absolute;
	right: 0;
}

.kvMediaClose img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.kvMediaClose img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px !important;
	transform: translate(-50%, -50%);
}

.kvMedia {
	width: 440px;
	height: 215px;
	border: 6px solid #7f0020;
}

.indexKvMedia iframe {
	width: 100%;
	height: 100%;
}

.index-kv img {
	width: 100%;
}

.index-kv a {
	display: block;
}

.index-kv .slick-prev,
.index-kv .slick-next {
	font-size: 0em;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 9;
	background-size: contain !important;
	background-repeat: no-repeat;
}

.index-kv .slick-prev {
	left: 15px;
	background-image: url(../images/kv-arr1.svg);

}

.index-kv .slick-next {
	right: 15px;
	background-image: url(../images/kv-arr2.svg);

}


/* é»žé»ž
*************** */

.index-kv-slider ul.slick-dots {
	list-style: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index-kv-slider ul.slick-dots li button {
	border: 0;
	font-size: 0em;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	padding: 5px;
	display: inline-block;
	background: #ffffff;
}

.index-kv-slider ul.slick-dots li {
	width: 12px;
	display: inline-block;
	margin: 0 8px;
}

.index-kv-slider ul.slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 0 2px #ffffff inset;
}






/*ç›´æ’­å°ˆå€
--------------------------------------------------------*/
.indexMedia {
	background: #ece8e0;
	padding-bottom: 0 !important;
}

.indexMediaCont {
	width: calc(100% - 600px);
	margin: 0 50px 0 0;
}

.indexMediaWrap {
	width: 550px;
}

.indexMediaWrap iframe {
	width: 100%;
	min-height: 310px;
}

.indexMedia .indexTitle {

	width: 100%;
	margin: 0 0 15px 0;
}

.indexMedia .moreBtn {

	text-align: left;
	margin-top: 25px;

}

.indexMedia .moreBtn a {
	background: #99836d;
	color: #ffffff;
}

/*ç¶œåˆæŸ¥è©¢
--------------------------------------------------------*/
.indexSear .flex {
	display: flex;
	flex-wrap: wrap;
}

.indexSear .indexTitle {
	border-right: 1px solid #000;
	padding: 10px 34px 10px 0;
	font-size: 1.65rem;
	margin-right: 40px;
}

.en .indexSear .indexTitle {

	width: 168px;
}

.indexSear .indexTitle img {
	display: block;
	width: 37px;
	margin: 0 auto 3px auto;
}

.indexSear .indexTitle::after {
	content: "";
	display: none;
	margin-right: 0;
}

.indexSearCol {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 182px);
}

.indexSearWrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 129px);
	margin: 0 10px 0 0;
}


.completeBtn {

	align-self: flex-end;
}

.completeBtn a {
	background: #666666;
	border-radius: 4px;
	color: #ffffff;
	padding: 0;
	width: 115px;
	display: block;
	text-align: center;
	margin-right: 2px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
}

.en .completeBtn a {
	background: #666666;
	border-radius: 4px;
	color: #ffffff;
	padding: 0;
	width: 170px;
	display: block;
	text-align: center;
	margin-right: 2px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	font-size: 1rem;
}

.indexSearTab {
	display: flex;
	/* padding: 0 10px; */
}

.indexSearTab a {
	background: #c6beb0;
	border-radius: 8px 8px 0 0;
	color: #615d55;
	padding: 9px 10px;
	width: 22%;
	display: block;
	text-align: center;
	margin-right: 2px;
	font-weight: bold;
}

.indexSearTab .active {
	background: #ba2b2b;
	color: #fff;
}

.indexSearBar {
	width: calc(100% - 54px);
	display: flex;
}

.indexSearBar li {
	margin-left: 1px;
	background: #fff;
	height: 54px;
	display: flex;
	align-items: center;
}

.indexSearBar li:first-child {
	margin-left: 0;
}

.indexSearBar li input[type=text] {
	padding: 13px 10px;
}

.recentInfo .item {
	display: none;
}

.recentInfo .indexSearBarWrap .keyword {
	width: calc(100% - 604px);
	flex: 1;
}

.recentInfo .dateWrap input[type="text"].datepicker {
	padding: 13px 33px 13px 15px;
	cursor: pointer;
	background: url(../images/i-calendar.svg) 91.5% center no-repeat #FFFFFF;
	background-size: 18px;
	width: 160px;
}

.recentInfo .indexSearBar li:first-child {
	margin-left: 0;
	width: 190px;
}

.recentInfo select {
	padding: 13px 10px;
	border: 0;
	border-radius: 0;
	background: url(../images/select_arr.svg) 92% center no-repeat #ffffff;
}

.recentReferee select {
	padding: 13px 10px;
	border: 0;
	border-radius: 0;
	background: url(../images/select_arr.svg) 92% center no-repeat #ffffff;
}

.recentReferee .indexSearBar li:first-child {
	margin-left: 0;
	width: 190px;
}

.recentReferee .indexSearBar li.keyword {
	width: calc(100% - 192px);
}

.en .recentReferee .indexSearBar li.keyword {
	width: 100%;
}

.indexSearBar input[type=text] {
	background: #fff;
	border: 0;
	border-radius: 0;
}

.indexSearBarWrap {
	display: flex;
	/* flex-wrap: wrap; */
	border-radius: 3px;
	overflow: hidden;
}

.indexSearBarWrap .search {
	display: block;
	background: #666;
	width: 54px;
	padding: 13px 17px;
	border-radius: 3px;
	margin-left: 3px;
}

.indexSearBarWrap .search-clear {
	display: flex;
	background: #666;
	width: 54px;
	padding: 13px 17px;
	justify-content: center;
	align-items: center;
	margin-left: 3px;
	border-radius: 3px;
}

.indexSearBarWrap .search img {
	width: 18px;
	margin: -5px 0 0 0;
}

.en .indexSearBarWrap .search img {
	margin: 0;
}

.indexSearBarWrap .keyword {
	width: calc(100% - 474px);
}

.indexSearCont {
	display: none;
}

.indexSearCont.show {
	display: block;
}

.indexSear,
.indexFunc {
	background: #ddd4c4;
}

.indexApply {
	background: #f4f1ec;
}

.indexSear,
.indexMedia,
.indexApply,
.indexFunc,
.indexLink,
.indexData,
.indexAudio,
.indexCalendar,
.indexHistory,
.indexService {
	padding: 60px 0;
}

.indexService {
	background: #ddd4c4;
}

.indexLink {
	background: #ece8e0;
	position: relative;
}

.indexSearResult {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	display: none;
	width: 100%;
}

.indexSearResult table {
	width: 100%;
}

.indexSearResult table th,
.indexSearResult table td {
	padding: 10px 8px;
}

.indexSearResult table th {
	background: #ab0000;
	text-align: center;
	color: #fff;
}

.indexSearResult table td {
	border-top: 1px solid #ddd;
}

.indexSearResult table td a {
	color: #333333;
}

.indexSearResult table td a:hover {
	color: #7f0020;
}

.indexSearResult table td small {
	font-size: 88%;
}

/*æˆæžœçµ±è¨ˆ
--------------------------------------------------------*/
.indexDataTabCont,
.indexAudioTabCont {
	display: none;
}

.indexDataTabCont img {
	width: auto;
	max-width: 100%;
}

.indexDataTab a,
.indexAudioTab a {
	background: #e4e4e4;
	width: calc(100% / 2 - 25px);
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding: 15px 8px;
	font-size: 1em;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexDataTab a:first-child,
.indexAudioTab a:first-child {
	margin-right: 25px;
}

.indexDataTab,
.indexAudioTab {
	margin-bottom: 35px;
}

.indexDataTab a:last-child,
.indexAudioTab a:last-child {
	margin-left: 25px;
}

.indexDataTabContImg {
	display: block;
	margin: 0 auto;
}

.indexDataTab a.active,
.indexAudioTab a.active {
	background: #ba2b2b;
	color: #fff;
	position: relative;
}

.indexDataTab a.active::after,
.indexAudioTab a.active::after {
	content: "";
	position: absolute;
	bottom: -18px;
	right: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #ba2b2b transparent transparent transparent;
	transform: translateY(-50%);
}

/*Audio & Video
--------------------------------------------------------*/
.audio iframe {
	width: 100%;
	max-width: 600px;
	min-height: 335px;
	margin: 0 auto;
	display: block;
}

/*æ†²æ³•è¨´è¨Ÿå°ˆå€
--------------------------------------------------------*/
/*-more-*/
.moreBtn {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	display: inline-block;
}


.moreBtn a i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.8rem;
	height: 10px;
}

.subMoreBtn {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.subMoreBtn a,
.moreBtn a {
	display: inline-block;
	background: #fff;
	color: #333333;
	font-size: 0.95rem;
	padding: 11px 40px 11px 35px;
	border-radius: 4px;
	position: relative;
	font-weight: bold;
	line-height: normal;
}

.subMoreBtn a i {
	position: absolute;
	right: 10px;
	top: 49%;
	transform: translateY(-50%);
	font-size: 0.8125em;
}

.moreBtn a {

	background: #ba2b2b;
	color: #ffffff;


}

.process-intro {

	margin: 0 0 45px 0;
}

.process-intro p {
	font-size: 1.06em;
	line-height: 28px;
	margin: 0 0 20px 0;
}

img.indexApplyImg {
	width: 100%;
	max-width: 1140px;
}

/*æœ€æ–°å…¬å‘Š
--------------------------------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
}

.indeNewsTab {
	margin: 0 0 35px 0;
	border-radius: 3px;
	overflow: hidden;
}

.indeNewsTab a {
	width: calc(100% / 7 - 1px);
	background: #fff;
	text-align: left;
	color: #333333;
	padding: 16px 3px;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	letter-spacing: -.5px;
	line-height: 24px;
}



.indeNewsTab a.active {
	background: #ba2b2b;
	color: #fff;
}

.indexSectionTitle {
	margin: 0 0 35px 0;
	position: relative;
	text-align: center;

}

.indexNews {
	background: #ece8e0;
	padding: 60px 0 80px 0;
	display: inline-block;
	width: 100%;
}

.indeNewsTabCont {
	display: none;
}

.indexInner {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	width: 86%;
}

.indexTitle {
	font-size: 1.7em;
	font-weight: bold;


	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: normal;
}

.indexTitle img {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin: 0 3px 0 0;
}

.indexTitle p {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

.indexTitle::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #333333;
	margin-top: 14px;
}

.indexNewsList li a.newsTag {
	height: auto;

	background: #6087ce;
	width: 54px;
	font-size: 0.8125em;
	text-align: center;
	color: #fff;
	border-radius: 45px;
	padding: 3px 0 5px 0;
	line-height: normal;
}

.indexNewsList li a.newsTag.color2 {
	background: #9c75d0;
}

/*-list-*/
.indexNewsList {
	margin: 0;
	background: #fff;
	padding: 35px 35px;
	border-radius: 5px;
	overflow: hidden;
}

.indexNewsList li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 18px;
	margin-bottom: 22px;
}

.indexNewsList li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.en .indexNewsList li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.indexNewsTag a {
	color: #b02f2f;
	border: 1px solid #b02f2f;
	font-size: 0.8em;
	padding: 1px 8px 2px 8px;
	border-radius: 3px;
	margin: 0 10px;
	min-width: 90px;
	display: inline-block;
	text-align: center;
}

.en .indexNewsTag a {
	color: #b02f2f;
	border: 1px solid #b02f2f;
	font-size: 0.8em;
	padding: 1px 5px 2px 5px;
	border-radius: 3px;
	margin: 0 15px;
	min-width: 110px;
	display: inline-block;
	text-align: center;
}

.en .indexNewsList li>span {
	font-size: 1.03rem;
}

.indexNewsList li>a {
	color: #333333;
	width: calc(100% - 251px);
	font-size: 1.04rem;
	line-height: 27px;
}

.indexNewsList li>span {

	font-size: 1.04rem;
}


/*-åœ–ç‰‡list-*/

.indexNewsImgList {

	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding: 0;
	margin: 0 -1.5%;

}


.indexNewsImgList li {
	width: calc(100% / 3 - 40px);
	color: #333333;
	margin: 0 20px 35px 20px;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

.newsImg {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 56% 0 0 0;
}

.newsImg img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.newsCont {
	padding: 18px;
}

.date_tag span {
	font-size: 0.95em;
}

.en .date_tag span {
	font-size: 0.9em;
}

.date_tag a {
	color: #b02f2f;
	border: 1px solid #b02f2f;
	font-size: 0.8em;
	padding: 1px 8px 2px 8px;
	border-radius: 3px;
	margin: 0 0 0 4px;
}

.newsCont>a {
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 26px;
	font-size: 0.91em;
	display: inline-block;
	color: #333333;
}





/*-calendar-*/

.calendar {
	width: 100%;
	background: #fff;
}

.calendar-my {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 12px 6px;
	position: relative;

	line-height: normal;
}

.cal-day li {
	border: 0 !important;
}

.calendar-my a,
.calendar-my strong {
	color: #333333;
	font-weight: bold;
}

.calendar-my strong {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 1.05rem;
}

.calendar a.pre-m,
.calendar a.next-m {
	display: block;
	position: absolute;
	font-size: 0em;
	width: 20px;
	height: 20px;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.calendar a.pre-m {
	left: 33%;
	background-image: url(../images/arr-left.svg);
}

.calendar a.next-m {
	right: 33%;
	background-image: url(../images/arr-right.svg);
}

.calendar-cont {

	width: 100%;

	position: relative;
}

.cal-day,
.cal-date {
	list-style: none;
	padding: 0;
	margin: 0;

	width: 100%;
	font-weight: bold;
}

.cal-day {
	background: #fff;
	font-size: 1em;
}

.cal-day>li {
	padding: 11px 0;
	font-size: 1rem;
}

.cal-day>li,
.cal-date>li {
	list-style: none;

	background: #e9e9e9;
	border-radius: 0;
	float: left;
	width: 14.28%;
	color: #333333;
	text-align: center;
	margin: 0;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;

	line-height: normal;
}


.cal-date>li {

	background: #ffffff;
	font-size: 0.9em;

}

.cal-datecont {
	position: relative;
	padding: 7px 10px;
	font-size: 0.93em;
	min-height: 55px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;

}

.cal-date li span {
	float: left;
}

.status1,
.status2,
.status3,
.status4 {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	align-self: flex-end;
}

.status1 {
	background: #b02f2f;
}

.status2 {
	background: #2887af;
}

.status3 {
	background: #ff8253;
}

.status4 {
	background: #4cc688;
}

.status5 {
	background: #6983e0;
}

.status6 {
	background: #d87bb7;
}

.status7 {
	background: #607d8b;
}

.status8 {
	background: #03a9f4;
}

.status9 {
	background: #1837cb;
}

.calendarmark {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.calendarmark li {
	margin: 0 12px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.calendarmark li label {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.92rem;
	line-height: normal;
	vertical-align: middle;
}

.calendarmark .status1,
.calendarmark .status2,
.calendarmark .status3,
.calendarmark .status4,
.calendarmark .status5,
.calendarmark .status6,
.calendarmark .status7,
.calendarmark .status8,
.calendarmark .status9 {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin: 2px 7px 0 0;
	position: static;
	align-self: center;
}


.indexCal .calDetail {

	top: -150px;

}

/* ç›¸é—œé€£çµ
--------------------------------------------------------*/
.indexLink .indexSectionTitle {
	margin-bottom: 0;
}

.link-zone-inner {
	position: relative;
	z-index: 1;
}

.link-slider.slick-initialized.slick-slider {
	padding: 0 24px;
}

.link-slider a {
	margin: 10px;
}

.link-slider a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
}

.link-slider .slick-prev,
.link-slider .slick-next {
	width: 24px;
	height: 50px;
}

.link-slider .slick-prev:before,
.link-slider .slick-next:before {
	color: transparent;
}

.link-slider .slick-prev {
	background: url(../images/link_prev.png) center center no-repeat;
	left: 0;
	background-size: 100%;
}

.link-slider .slick-next {
	background: url(../images/link_next.png) center center no-repeat;
	right: 0;
	background-size: 100%;
}

.link-zone .slick-slider {

	padding: 0 13px;
}

.link-deco {
	margin: 0 auto;
}

.link-deco img {
	width: 100%;
}

/* ç›¸é—œé€£çµ end
------------------------------------------- */


/*-link-*/
a.link p {
	color: #ff8d00;
}

.main-nav-list>li>a.link {
	color: #00a9c4;
}

/* topéµ
************************************* */
.back_top {
	position: fixed;
	bottom: 42px;
	right: 96px;
	z-index: 99999;
}

.back_top a {
	display: block;
	width: 42px;
	height: 42px;
	font-size: 0em;

	border-radius: 100%;

	background: #6c1010;
}

.back_top>a {
	position: relative;
	text-align: center;
}

.back_top>a:hover {
	opacity: 0.9;
}

.back_top>a:hover>.topArr {
	transform: translateY(-4px);
}

.topArr {
	font-size: 1.1rem;
	color: white;
	line-height: 42px;
	transition: transform .2s ease-out;
	background: url(../images/angle-up-solid.svg)center center no-repeat;
	width: 40px;
	height: 40px;
	background-size: 10px;
}


/*4Links
--------------------------------------------------------*/
.indexFunc ul {
	margin: 0 -15px;
	padding: 0;
}

.indexFunc ul li {
	width: calc(100% / 4 - 31px);
	background: #ba2b2b;
	margin: 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.indexFunc ul li a {
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 15px 5px;
}

.indexFunc ul li a p {
	margin: 8px 0 0 0;
	font-size: 1.05em;
}

.indexFunc ul li a img {
	margin: 0 auto;
	display: block;
}

/*è¡Œäº‹æ›†
--------------------------------------------------------*/
section.indexCalendar {
	background: #ece8e0;
	/*display: none;*/
}

.indexCalList,
.calMedia {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	text-align: left;
}

.indexCalList>ul {
	padding: 25px 30px;
	margin: 0;
	background: #fff;
	height: 100%;
	max-height: 405px;
	overflow: auto;
}

.indexCalList>ul>li {
	border-bottom: 1px dashed #c1c1c1;
	padding-bottom: 12px;
	margin-bottom: 12px;
	float: left;
	width: 100%;
	font-size: 1.02em;
	line-height: 26px;
}

.indexCalList>ul>li a:hover p {
	color: #7f0020;
}

.eventInfo {
	font-size: 0.8em;
	margin: 9px 0 0 0;
}

.eventInfo li {
	width: 100%;
	display: flex;
	line-height: 1.4;
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 0 0 13px;
}

.eventInfo li:last-child {
	margin-bottom: 0;
}

.eventInfo li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #333333;
	display: inline-block;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 2px;
}

.eventInfo li span {
	margin: 0 5px 0 0;
}

.eventInfo li span:first-child {
	width: 70px;
}

.eventInfo li .cont {
	width: calc(100% - 70px);
}

.eventInfo li .cont a {
	text-decoration: underline;
}

.eventNote {
	font-size: 0.8em;
}

/* .indexCalList,
.indexCal2,
.calMedia {
	width: calc(100% / 2);
} */

.indexCal2 {
	width: 60%;
}

.indexCalList {
	width: calc(100% - 60% - 30px);
}

.indexCal2 .calendar-my {
	background: #7f0020;
}

.indexCal2 .calendar-my strong {
	color: #ffffff;
	font-weight: bold;
}

.indexCal2 .calendar a.pre-m {
	left: 33%;
	background-image: url(../images/arr-left-white.svg);
}

.indexCal2 .calendar a.next-m {
	right: 33%;
	background-image: url(../images/arr-right-white.svg);
}

.indexCalList,
.calMedia {
	padding-left: 30px;
}

.calListInfo {
	line-height: 1;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 0.98rem;
	margin: 0 0 2px 0;
}

.calListInfo .date,
.calListInfo .type {
	margin: 5px -4px 5px 0;
	border-left: 1px solid #848484;
	font-size: 1rem;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.calListInfo .date {
	border-left: 0;
	padding-left: 0;
}

.indexCal2 .cal-date li {
	font-size: 0.93em;
	min-height: 52px;

}

.status1Tag {
	color: #b02f2f;
	font-weight: bold;
}

.status2Tag {
	color: #2887af;
	font-weight: bold;
}

.status3Tag {
	color: #ff8253;
	font-weight: bold;
}

.status4Tag {
	color: #4cc688;
	font-weight: bold;
}

.indexCal2 .calendarmark {
	margin: 8px 0 0 0;
}

.indexCalList ul li p {
	margin: 0;
	color: #333333;
}

.indexCalList ul li p.eventNote {
	font-size: 0.75em;
	line-height: 1.5;
	margin: 8px 0;
}

.indexCalList .eventMore {
	display: block;
	float: right;
	font-size: 0.7em;
	background: #666;
	padding: 6px 10px;
	line-height: 1;
	color: #fff;
	border-radius: 3px;
}

.indexCal2 .calendarmark li label {
	margin-bottom: 0;
	font-weight: bold;
	line-height: normal;
	vertical-align: middle;
}

.en .indexCal2 .calendarmark li label {
	font-size: 0.9rem;
}

.en .indexCal2 .calendarmark li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	width: calc(100% / 2 - 16px);
	text-align: left;
}

.en .indexCal2 .calendarmark li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	text-align: left;
}

.indexCal2 .calDetail ul li label,
.indexCal2 .calDetailCont {
	padding: 6px 15px;
}

.indexCal2 .calDetail {
	font-size: 1.06em;
	line-height: 20px;
	top: -131px;
	right: 0;
}

.indexCal2 .calDetailList {
	max-height: 124px;
}

/*--*/
.calMediaLink {
	display: inline-block;
	background: #fff;
	color: #333333;
	font-size: 0.95rem;
	padding: 11px 40px 11px 35px;
	border-radius: 4px;
	position: relative;
	font-weight: bold;
	line-height: normal;
}

.calMediaLink i {
	position: absolute;
	right: 10px;
	top: 49%;
	transform: translateY(-50%);
	font-size: 0.8125em;
}

.calMediaWrap {
	width: 100%;
	height: calc(100% - 65px);
}

.calMediaWrap iframe {
	width: 100%;
	height: 100%;
}

.calMediaCont {
	font-size: 1rem;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.calMediaCont a:hover {
	color: #ba2b2b;
}

/* EN
************************************* */
.en .indexSearBar li:nth-child(3) select {
	padding: 15px 10px;
}

.en .indeNewsTab a {
	width: calc(100% / 4);


}

.en .indexNewsList li>a {
	color: #333333;
	width: calc(100% - 255px);
	font-size: 1.03rem;
}

.en .indexNewsList li {

	align-items: center;
}

.en .rwd-searbtn-wrap .search,
.en .rwd-searbtn-wrap .adv-search {

	width: 100% !important;

	padding: 6px 15px;
	margin: 0;

}

.en .rwd-searbtn-wrap .adv-search {
	margin: 9px 0 0 0 !important;
}

.en .date_tag a {

	padding: 4px 8px;

}

.en .newsCont>a {
	line-height: 27px;
}

.en .indexSearWrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 184px);
	margin: 0 10px 0 0;
}

.en .indexSearCol {
	width: calc(100% - 210px);
	align-items: center;

}

.en .completeBtn {
	align-self: center;
}

.en .indexTitle p {

	text-align: center;
}

.en a.headerSearchBtn {
	font-size: 0.8em;
	padding: 13.5px 0;
	width: 90px;
	margin: 0 0 0 -6px;
}

/* EN index history
************************************* */
.historyImg {
	width: 50%;
	padding-right: 25px;
}

.hostoryCont {
	width: 50%;
	padding-left: 25px;
	font-size: 1.03rem;
	line-height: 25px;
}

section.indexHistory {
	background: #ddd4c4;
}

.historyImg img {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
}

.indexHistory .flex {
	align-items: center;
}


/* å¿«æ·é¸å–®
************************************* */
.fast-nav-wrap {
	position: fixed;
	right: 13px;
	top: 475px;
	z-index: 999;
	width: 72px;
	transition: .5s;
}

ul.fast-nav {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	box-shadow: 6px 7px 35px rgba(84, 84, 84, 0.15);
	border-radius: 100px;
}

ul.fast-nav li {
	width: 100%;
	padding: 6px 0;
	border-bottom: 1px solid #e0e0e0;
}

ul.fast-nav li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.fast-nav li a img {
	width: 22px;
	height: 22px;
}

ul.fast-nav li a p {
	font-size: 0.8rem;
	width: 85%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 1.2;
}

ul.fast-nav li a img,
ul.fast-nav li a p {
	display: block;
}

ul.fast-nav li:last-child {
	border-bottom: 0;
}

.fast-nav-switch {
	box-shadow: -6px 0px 20px rgb(84 84 84 / 10%);
	float: left;
	width: 20px;
	height: 45px;
	margin: 42px 0 0 0;
	position: relative;
	left: -20px;
	top: 0;
	box-shadow: -2px 0px 11px #ccc;
}

.fast-nav-switch {
	background: url(../images/switch-close.png) center center no-repeat #fff;
	background-size: 6px;

}

.fast-nav-switch.open {
	background: url(../images/switch-open.png) center center no-repeat #fff;
	background-size: 6px;
}


/* å¸æ³•ä¾¿æ°‘
--------------------------------------------------------*/

.indexService ul {
	margin: 0 -15px;
	padding: 0;
}

.indexService ul li {
	width: calc(100% / 4 - 31px);
	background: #99836d;
	margin: 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;

}

/*.indexService ul li:nth-child(1),
.indexService ul li:nth-child(2),
.indexService ul li:nth-child(3),
.indexService ul li:nth-child(4) {
	margin-bottom: 22px;
}*/

.indexService ul li a {
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 15px 5px;
}

.indexService ul li a p {
	margin: 8px 0 0 0;
	font-size: 1.05em;
}

.indexService ul li a img {
	margin: 0 auto;
	display: block;
	width: 60px;
}

/* live
--------------------------------------------------------*/
a.liveBtn {
	color: #fff297;
	font-weight: bold;
}

a.liveBtn i {
	margin: 0 3px 0 0;
	font-size: 0.8rem;
	background: url(../images/play-circle-solid.svg)left center no-repeat;
	width: 16px;
	height: 30px;
	background-size: 15px;
	vertical-align: top;
}


/* 憲法法庭行事曆
--------------------------------------------------------*/
.indexCal2 {
	padding-right: 0;
}

.index-cal {
	border-right: 1px solid #bbb !important;
	border-top: 1px solid #bbb !important;
	border-collapse: collapse !important;
	width: 100%;
	;
}

.index-cal th {
	text-align: center;
	background: #e9e9e9;
	font-size: 0.8em;
}

.index-cal th,
.index-cal td {
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	vertical-align: top;
}

.index-cal-title th,
.index-cal-title td {
	border: 0;
	background: #7f0020;
	color: #fff;
	padding: 5px;
}

.index-cal-nextprev a {
	color: #fff !important;
	display: block;
	padding: 0 10px 5px 10px;
}

.index-cal-othermonth,
.index-cal-weekend,
.index-cal-day,
.index-cal-active {
	vertical-align: top;
	height: 50px;
	background-color: #fff;
	text-align: left;
	font-size: 0.8em;
}

.index-cal-day {
	padding: 2px 5px;
}

.index-cal-active {
	background-color: #bdb996 !important;
}

.index-cal-othermonth label,
.index-cal-weekend label,
.index-cal-day label,
.index-cal-active label {
	font-size: 0.82em;
	margin: 2px 0;
}

.index-cal-othermonth a {
	color: #999 !important;
	vertical-align: top;
}

/* 憲法法庭行事曆 end
--------------------------------------------------------*/