/*-------------------------------------------------
|-	image
-------------------------------------------------*/
.cs-images {
	vertical-align: middle;
	width: 100%;
}
/*-------------------------------------------------
|-	link
-------------------------------------------------*/
.cs-link:hover {
	opacity: 0.8;
}
/*-------------------------------------------------
|-	contents
-------------------------------------------------*/
.contents {
	overflow: hidden;
	width: 100%;
}
/*-------------------------------------------------
|-	header
-------------------------------------------------*/
.header {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 4px solid #1d2088;
}
.headerArea {
	width: 100%;
	max-width: 1060px;
	margin: 30px auto 0;
	padding: 0 1%;
	font-size: 12px;
	display: flex;
	box-sizing: border-box;
	align-items: flex-end;
}
.headerLogo {
	width: 28%;
	/*margin-right: 11%;*/
	margin-right: 4%;
}
.cs-logo {
	max-width: 280px;
}

@media screen and (max-width: 910px) {
	.headerArea {
		margin:2% auto 0;
	}
	.headerLogo {
		/*margin-right: 6%;*/
		margin-right: 2%;
	}
}
@media screen and (max-width: 767px) {
	.header {
		margin-bottom: 0;
		border: 0;
	}
	.headerArea {
		position: fixed;
		width: 100%;
		margin: 0;
		padding: 0 0 0 1.5%;
		padding-top: 0;
		background: #fff;
		display: flex;
		z-index: 600;
		border-bottom: 4px solid #1d2088;
	}
	.headerLogo {
		width: 46%;
	}
	.cs-headLogoImg {
		width: 100%;
		vertical-align: bottom;
	}
}
/*-------------------------------------------------
|-	headerMenu
-------------------------------------------------*/
.headerMenu {
	/*width: 24%;*/
	width: 33%;
	margin-bottom: 5px;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	display: flex;
}
.headerMenu_link {
	/*width: 20%;*/
	width: 23%;
	/*margin-right: 10%;*/
	margin-right: 6%;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	line-height: 200%;
}
.headerMenu_link:last-child {
	margin-right: 0;
}
.headerMenu_link-odb {
	line-height: 100%;
}
.headerMenu_link .cs-images {
	width: 48px;
}
.odbTxt {
	text-align: center;
	margin: 5px 0 0;
	display: inline-block;
	letter-spacing: -1px;
}
@media screen and (max-width: 1000px) {
	.headerMenu_link .cs-images {
		width: 44px;
	}
}
@media screen and (max-width: 870px) {
	.headerMenu_link .cs-images {
		width: 38px;
	}
	.odbTxt {
		white-space: break-spaces;
	}
}
@media screen and (max-width: 767px) {
	.headerMenu {
		width: 48%;
		margin-bottom: 0;
		z-index: auto;
	}
	.headerMenu_link {
		width: 27.3%;
		margin-right: 0%;
		font-size: 0.78rem;
		line-height: 120%;
		padding: 4% 3%;
		float: left;
	}
	.headerMenu_link:last-child {
		margin-right: 0;
	}
	.cs-headerLinkImg {
		width: 75%;
	}
	.unkouclose,
	.searchClose,
	.menuClose {
		display: none;
	}
	.headerMenuBg {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: #1d2088;
		z-index: 600;
		opacity: 0.6;
	}
}
/*-------------------------------------------------
|-	headerMenuRight
-------------------------------------------------*/
.headerMenuRight {
	width: 37%;
	text-align: right;
}
.headerMenuRight_top {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 10px;
}
.headerMenuRightTop_maas {
	width: 57%;
	margin-right: 2%;
}
.headerMenuRightTopMaas_acv {
	display: block;
	padding: 3px 15px;
	text-align: center;
	line-height: 110%;
	background-color: #1d2088;
	color: #fff;
	border-radius: 5px;
}
.headerMenuRightTopMaas_acv:hover {
	transition:0.8s;
	opacity: 0.8;
}

.headerMenuRight_listLink-before:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/common_all/img/img_arrow_black.svg) no-repeat center;
	vertical-align: middle;
}
.headerMenuRightList {
	margin-bottom: 10px;
}
.headerMenuRightList_link {
	display: inline-block;
}
.headerMenuW45 {
	width: 45%;
}
.headerMenuW45Left {
	width: 44%;
}
.headerMenuW45Right {
	width: 46%;
}
@media screen and (max-width: 953px) {
	.headerMenuW45Left {
		width: 43%;
	}
	.headerMenuW45Right {
		width: 47%;
	}
}
@media screen and (max-width: 934px) {
	.headerMenuW45Left {
		width: 41%;
	}
	.headerMenuW45Right {
		width: 49%;
	}
}
@media screen and (max-width: 769px) {
	.headerMenuW45 {
		width: 47%;
	}
}
.headerMenuW18 {
	width: 14.5%;
}
@media screen and (max-width: 929px) {
	.headerMenuW18 {
		width:15.5%;
	}
}
.headerMenuW30 {
	width: 30%;
}
.headerFontSize {
	display: flex;
	justify-content: flex-end;
}
.headerFontSize_change {
	width: 10%;
	text-align: center;
	margin-right: 5%;
}
.headerFontSize_change:last-child {
	margin-right: 0;
}
.cs-fSize {
	display: block;
	width: 100%;
	background: #B5B0D0;
}
.fSizeActive {
	background: #1d2088;
	color: #fff;
}
.cs-search {
	/* box-sizing: border-box;
	font-family : inherit !important;
	width: 65%;
	padding: 1px 5px;
	margin-bottom: 10px;
	border: 1px solid #959696;
	border-right: 0;
	border-radius: 0;
	height: 24px;
	vertical-align: top; */
	width: 50%;
	padding: 1px 5px;
	margin-bottom: 10px;
	border: 1px solid #959696;
	border-right: 0;
	border-radius: 0;
	height: 20px;
}
.en .cs-search,
.ko .cs-search,
.cn .cs-search,
.tw .cs-search,
.th .cs-search {
	width: 60%;
}
.cs-searchBtn {
	background: #B5B0D0;
	border: 1px solid #959696;
	cursor: pointer;
	border-radius: 0;
	height: 24px;
	vertical-align: top;
}
.en .cs-searchBtn,
.ko .cs-searchBtn,
.cn .cs-searchBtn,
.tw .cs-searchBtn,
.th .cs-searchBtn {
	padding: 0 3px;
}
.cs-languageSelection {
	height: 23px;
	padding-right: 25px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #959696;
	background: url(/common_all/img/btn_arrow_btm.svg) right no-repeat;
	background-color: #fff;
	background-size: 24px;
	font-size: 0.6vw;
	border-radius: 0;
	vertical-align: top;
}
.cs-languageSelection::-ms-expand {
	display: none;
}
.cs-voiceBtn {
	width: 70%;
	padding: 0;
	background: #fff;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
}
.cs-voiceBtn:after {
	display: inline-block;
	width: 20%;
	content: url(/common_all/img/icon_voice.svg);
    margin-left: 2%;
    position: relative;
    vertical-align: middle;
}
.cs-voiceImages {
	width: 23%;
	margin-left: 4%;
	vertical-align: middle;
}
@media screen and (max-width: 910px) {
	.headerMenuRight {
		width: 47%;
		font-size:11px;
	}
	.cs-languageSelection {
		font-size: 0.77rem;
		margin-bottom: 0;
	}
	.cs-voiceBtn {
		width: 100%;
		text-align: center;
		font-size: 0.85rem;
	}
}
@media screen and (max-width: 767px) {
	.cs-languageSelection {
		width: 100%;
		font-size: 0.85rem;
		margin-bottom: 0;
	}
}
/*-------------------------------------------------
|-	mainContents
-------------------------------------------------*/
.mainContents {
	width: 94%;
	max-width: 960px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}

@media screen and (max-width:767px){
	.mainContents {
		width: 94%;
		margin: 0 auto 50px;
		padding: 0;
	}
}
/*-------------------------------------------------
|-	nav
-------------------------------------------------*/
.navArea {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	box-sizing: border-box;
}
.nav {
	background: #796baf;
}
.navArea_item-w25 {
	width: 25%;
}
.navArea_item:hover {
	background: #1d2088;
	color: #fff;
	transition: 0.3s;
}
.navArea_item.active .cs-navLink {
	background: #1d2088;
	color: #fff;
}
.navArea_item-w17 {
	width: 17%;
}
.navArea_item-w16 {
	width: 16%;
}
.cs-navLink {
	display: block;
	text-align: center;
	padding: 17px 0%;
	font-size: 1.07rem;
	color: #fff;
	line-height: 120%;
	width: 100%;
}
.cs-border {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height:1.2;
	min-height:36px;
}
.borderLeft {
	border-left: 2px solid #fff;
	box-sizing: border-box;
}
.borderRight {
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
.navActive {
	background: #1d2088;
	color: #fff;
}
/*-------------------------------------------------
|-	footer
-------------------------------------------------*/
.footer {
	width: 100%;
	background: #1d2088;
	text-align: center;
}
.footerArea {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 50px 0 60px 0;
	display: inline-block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footerArea_link {
	margin-right: 5%;
	display: inline-block;
}
.footerArea_link:last-child {
	margin-right: 0;
}
.footerArea_link:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url(/img/img_arrow_white.svg) no-repeat center;
	vertical-align: middle;
}
.cs-ftLink {
	color: #fff;
}
.cs-logoImg {
	width: 203px;
}
.copyright {
	color: #fff;
	padding-bottom: 30px;
}
.footer_logo {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.footerArea {
		width: 88%;
		padding: 38px 0 60px 0;
		display: block;
		text-align: left;
	}
	.footerArea_link {
		margin: 0 0 22px 0;
		display: block;
	}
	.footerArea_link:last-child {
		margin-bottom: 0;
	}
	.cs-ftLink {
		font-size: 0.9rem;
	}
	.copyright {
		width: 88%;
		margin: 0 auto;
		padding-bottom: 15px;
		font-size: 0.68rem;
	}
	.footer_logo {
		margin-bottom: 40px;
	}
}
/*-------------------------------------------------
|-	PageTop
-------------------------------------------------*/
#PageTop {
	position: fixed;
	bottom: 15%;
	right: 20px;
	width: 45px;
	z-index: 500;
}
#PageTop.fixed {
	transition-property: opacity !important;
	transition-duration: 1s !important;
	opacity: 0 !important;
}
@media screen and (max-width: 767px) {
	#PageTop {
		right: 10px;
		width: 40px;
		z-index: 100;
	}
}

@media screen and (max-width: 767px) {
	.disPc {
		display:none;
	}
	.disSp {
		display:block;
	}
	/*-------------------------------------------------
	|-	headerMenuCont
	-------------------------------------------------*/
	.headerMenuCont {
		display: none;
		width: 94%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	/*-------------------------------------------------
	|-	headerMenuOperation
	-------------------------------------------------*/
	.headerMenuOperation {
		clear: both;
		background: #fff;
		z-index: 1000;
	}
	.headerMenuOperationArea {
		width: 93%;
		margin: 0 auto;
		padding-top: 20px;
	} 
	.headerMenuOperationArea_ttl {
		margin-bottom: 20px;
		border-bottom: 4px solid #1d2088;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	.cs-opeTtl {
		color: #333;
	}
	.cs-currentTimeSP {
		font-size: 0.77rem;
	}
	.headerMenuOperationArea_hanrei {
		width:100%;
		font-size:0.9rem;
		margin-bottom: 5px;
	}
	.headerMenuOperationArea_subway {
		width: 31.4%;
		margin: 0 2.9% 10px 0;
		background: #999;
		text-align: center;
		float: left;
	}
	.headerMenuOperationArea_subway:nth-child(3n+1) {
		margin-right: 0;
	}
	.headerMenuOperationArea-hanrei .headerMenuOperationArea_subway:nth-child(3n+1) {
		margin-right: 2.9%;
	}
	.headerMenuOperationArea-hanrei .headerMenuOperationArea_subway:nth-child(3n+2) {
		margin-right: 0;
	}
	.subwayArea_Status {
		padding: 10% 0;
	}
	.cs-lineNameImg {
		width: 100%;
		vertical-align: bottom;
	}
	.cs-imagesSubway {
		width: 35%;
	}
	.btnDelay {
		width: 93%;
		margin: 10px auto 0;
		padding-bottom: 20px;
		text-align: center;
	}
	.cs-delayLink {
		display: block;
		width: 100%;
		padding: 14px 0;
		color: #fff;
		background: #f00;
		font-size: 1.02rem;
	}
	/*-------------------------------------------------
	|-	headerMenuSearch
	-------------------------------------------------*/
	.headerMenuSearch {
		display: none;
		width: 97%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
		background: #fff;
	}
	.headerSearchArea {
		width: 93%;
		margin: 20px auto;
	}
	.cs-headerSearch {
		width: 81.5%;
		height: 44px;
		padding: 10px 2%;
		vertical-align: middle;
		border-radius: 0;
		box-sizing: border-box;
	}
	.cs-headerSearchBtn {
		width: 13%;
		height: 44px;
		border: 0;
		vertical-align: middle;
		padding: 0;
		background: url(/common_all/img/btn_search_sp.svg) no-repeat;
		background-position: center;
		background-size: cover;
		border-radius: 0;
		vertical-align: top;
		box-sizing: border-box;
	}
	/*-------------------------------------------------
	|-	headerMenuList
	-------------------------------------------------*/
	.headerMenuList {
		display: none;
		width: 97%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
		background: #fff;
		font-size: 0.75rem;
		overflow: scroll;
	}
	.headerMenuList_language {
		width: 90%;
		margin: 0 auto 20px;
		padding-top: 20px;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.langFontSize {
		font-size: 0.9rem;
	}
	.headerMenuList_language-itemSelect {
		width: 39%;
	}
	.headerMenuList_language-itemVoice {
		width: 35%;
		text-align: right;
	}
	/***** headerMenuList_linkBtn *****/
	.headerMenuList_linkBtn {
		width: 90%;
		margin: 0 auto 20px;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.headerMenuList_linkBtn-item {
		width: 47%;
		background: #1d2088;
		border-radius: 5px;
	}
	.headerMenuList_linkBtn-itemLong {
		width:100%;
	}
	.headerMenuList_linkBtn-item:nth-child(-n+4) {
		margin-bottom: 15px;
	}
	.cs-linkBtnImg {
		/*width: 22%;*/
		width: 33px;
		vertical-align: middle;
		margin-right: 10%;
	}
	.cs-linkBtnImgLong {
		width: 10%;
	    margin-right: 4%;
	}
	.cs-headerLinkBtn {
		color: #fff;
		/*display: block;*/
		padding: 10px;
		font-size: 1.07rem;
		display: flex;
		align-items: center;
	}
	.cs-headerLinkBtn-2row {
		display: flex;
		align-items: center;
	}
	.cs-headerLinkBtn-2row span {
		font-size:12px;
	}
	/***** headerMenuId *****/
	.headerMenuId {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
		border-top: 1px solid #1d2088;
	}
	.headerMenuId_txt {
		margin-bottom: 10px;
		font-size: 1.11rem;
		text-align: center;
	}
	.headerMenuId_btn {
		text-align: center;
	}
	.headerMenuId_link {
		padding: 5px 15px;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.11rem;
		background: #1d2088;
		border-radius: 5px;
		display: inline-block;
	}
	/***** headerMenuList_menuLink *****/
	.headerMenuList_menuLink {
		width: 90%;
		margin: 0 auto 30px;
		border-top: 1px solid #1d2088;
		font-size: 0.8rem;
	}
	.headerMenuList_menuLink-item {
		border-bottom: 1px solid #9E9F9F;
	}
	.bgImg {
		padding: 10px 5%;
		background: url(/common_all/img/btn_menu_open.svg);
		background-repeat: no-repeat;
		background-size: 13px;
		background-position: 93% center;
		font-size: 1.11rem;
	}
	.menuActive {
		background: url(/common_all/img/btn_menu_close.svg);
		background-repeat: no-repeat;
		background-size: 13px;
		background-position: 93% center;
	}
	.headerMenuList_menuLink-itemCont {
		display: none;
	}
	.headerMenuList_menuLinkSub-item {
		border-bottom: 1px solid #9E9F9F;
		font-size: 0.75rem;
		background: url(/common_all/img/btn_menu_sub.svg);
		background-repeat: no-repeat;
		background-size: 7px;
		background-position: 92% center;
		background-color: #eee;
	}
	.cs-menuLink {
		display: block;
		padding: 10px 5%;
		font-size: 1.11rem;
	}
	.cs-menuLinkSub {
		display: block;
		padding: 10px 10%;
		font-size: 0.9rem;
	}
}
/*-------------------------------------------------
|-	richtext Editor
-------------------------------------------------*/
.detailBlock {
	font-size: 1.0rem;
}
.detailBlock strong,
.detailBlock strong * {
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.detailBlock img{
	max-width: 100%;
	height: auto;
}
.midasi {
	background-color:#efefef;
	padding:5px;
	font-weight:bold;
	margin-top:30px;
}
.editerImg img{
	width: 100%;
	height: auto;
}
.editerImg_img,
.editerTxt {
	width:100%;
	margin-bottom:10px;
}
.editerImgTxt-side {
	display:flex;
	margin-bottom: 5px;
}
.editerImg-side {
	width:49%;
}
.editerImg-side:nth-of-type(1) {
	margin-right:2%;
}
.editerFile_link {
	color:#00f;
	text-decoration:underline;
}
.editerCustomGroup {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
@media screen and (max-width:767px){
	.editerCustomGroup_row {
		width:100%;
	}
	.editerImgTxt {
		flex-wrap: wrap;
	}
	.editerImg-side {
		width: 100%;
	}
}

.th .detailBlock span {
	line-height:200%;
}


/*-------------------------------------------------
|-	subway Color
-------------------------------------------------*/
.midosuji {
	background: #DB260A;
}
.tanimachi {
	background: #AA1B86;
}
.yotsubashi {
	background: #0073BD;
}
.chuo {
	background: #00A53C;
}
.sennichimae {
	background: #EB74A8;
}
.sakaisuji {
	background: #B24321;
}
.nagahori {
	background: #BBD300;
}
.imazatosuji {
	background: #F49F00;
}
.newtram {
	background: #00A6E2;
}
/*-------------------------------------------------
|-	text-align
-------------------------------------------------*/
.talgnC {
	text-align: center;
}
.talgnR {
	text-align: right;
}
/*-------------------------------------------------
|-	mergin,padding
-------------------------------------------------*/
.mrgt15 {
	margin-right: 10%;
}
.mleft15 {
	margin-left: 10%;
}
.mbtm10 {
	margin-bottom: 10px;
}
.pbtm0 {
	padding-bottom: 0;
}

/*-------------------------------------------------
|-	リッチテキスト
-------------------------------------------------*/
.detailBlock.leftArea * {
	word-break: normal;
}
.detailBlock * {
	word-break: normal;
}
.detailBlock a {
	text-decoration: underline;
	color: #1d2088;
}
.midasi {
	background-color:#efefef;
	padding:5px;
	font-weight:bold;
	margin-top:30px;
}
.editerImg {
	text-align: center;
}
.editerImg img {
	max-width: 768px;
}
.editerTxt {
	width:100%;
	margin-bottom:10px;
}
.editerImgTxt-side {
	display:flex;
}
.editerImg-side {
	width:49%;
}
.editerImg-side:nth-of-type(1) {
	margin-right:2%;
}
.editerFile_link {
	color:#00f;
	text-decoration:underline;
}
.editerCustomGroup {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
@media screen and (max-width:767px){
	.editerImg img {
		width: 100% !important;
	}
	.editerCustomGroup_row {
		width:100%;
	}
}

.photoBlock {
	display: flex;
	justify-content: space-between;
	list-style: none !important;
}
.photoBlock_item img {
	width: 100% !important;
}
.photoBlock_item-img2 {
	width: 48% !important;
}
.photoBlock_item-img3 {
	width: 31% !important;
}

@media screen and (max-width:767px){
	.photoBlock {
		display: block;
	}
	.photoBlock_item-img2, .photoBlock_item-img3 {
		width: 100% !important;
		margin-bottom: 10px;
	}
}

.verTop {
	vertical-align: top;
}
.lineH180 {
	line-height: 180%;
}
/*-------------------------------------------------
|-	rNavArea
-------------------------------------------------*/
.rNavArea{
	width:31%;
	margin-bottom:80px;
}

.rNav{
	width:100%;
	margin:0 auto;
	border-top:1px solid #aaa;
	box-sizing:border-box;
	
}
.rNav_item{
	width:100%;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	box-sizing:border-box;
	background:#1d2088;
	color:#fff;
}
.rNav_item:hover{
	background:#796baf;
	transition:0.3s;
}
.cs-rNavLink1{
	display:block;
	width:100%;
	color:#fff;
	padding:10px 6%;
	box-sizing:border-box;
}
.rNav_btn{
	width:100%;
	padding:10px 6%;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	box-sizing:border-box;
	cursor:pointer;
	color:#fff;
	background-color:#1d2088;
	position: relative;
}
.rNav_btn:hover {
	background-color: #796baf;
	transition: 0.3s;
}
.rNav_btn:after {
	content: '';
	display: inline-block;
	background-image: url(/img/ico_station_arrow_down.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6%;
	margin: auto;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.cs-current {
    background-color: #1d2088;
}
.rNav_btn.active:after {
	content: '';
	display: inline-block;
	background-image: url(/img/ico_station_arrow_up.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6%;
	margin: auto;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.rNav_btn.active{
	background-color:#796baf;
}
.rNav_tglBox{
	width:100%;
	display:none;
}
.cs-tglItem{
	width:100%;
	border-bottom:1px solid #aaa;
	box-sizing:border-box;
	background:#f1f0f7;
}
.cs-tglItem:hover{
	background:#796baf;
	transition:0.3s;
}
.cs-rNavLink2{
	display:block;
	width:100%;
	color:#1d2088;
	padding:10px 10%;
	box-sizing:border-box;
}
.cs-rNavLink2:hover{
	color:#fff;
	transition:0.3s;
}

@media screen and (min-width:768px){
	.rNavBtnOpen,
	.rNavBtnClose{
		display:none !important;
	}
}
@media only print {
	.rNavBtnOpen,
	.rNavBtnClose{
		display:none !important;
	}
}
@media screen and (max-width:767px){

	.bgNav{
		position:fixed;
		width:100%;
		height:100%;
		z-index:2;
		background:rgba(0,0,0,0.8);
		display:none;
	}
	.rNavArea{
		width:100%;
		float:none;
		position:fixed;
		top:0;
		left:86%;
		z-index:4;
		margin-bottom:50px;
	}
	.rNavBtnOpen,
	.rNavBtnClose{
		width:14%;
		float:left;
		margin-top:20px;
		background:#1d2088;
		border:1px solid #aaa;
		box-sizing:border-box;
		padding:10px 0 5px;
	}
	.rNavBtnOpen{
		display:block;
	}
	.rNavBtn_icon{
		width:53%;
		margin:0 auto;
	}
	.rNavBtn_txt{
		width:98%;
		margin:0 auto;
		text-align:center;
		color:#fff;
		font-size:0.71rem;
	}
	.rNav{
		width:86%;
		float:right;
		overflow-y:scroll;
	}
	.rNav_item{
		font-size:0.85rem;
	}
	.rNav_btn{
		font-size:0.85rem;
	}
	.cs-tglItem{
		font-size:0.85rem;
	}
}
/*-------------------------------------------------
|-	btmInfo
-------------------------------------------------*/
.btmInfo{
	width:100%;
	max-width:960px;
	margin:0 auto 100px;
}
.btmInfo_btmBnr{
	width:100%;
	margin:0 auto;
}
.cs-btmInfoBnr{
	float:left;
	width:calc(96% / 3);
	margin-left:2%;
}
.cs-btmInfoBnr:first-child{
	margin-left:0%;
}
.cs-bnrLink{
	display:block;
	width:100%;
	transition:0s;
}
.cs-bnrLink:hover{
	opacity:0.8;
	transition: 0.3s;
}

@media screen and (max-width:767px){
	.btmInfo{
		width:93%;
		margin:0 auto 50px;
	}
	.cs-btmInfoBnr{
		width:100%;
		float:none;
		margin-bottom:15px;
		margin-left:0;
	}
}
/*-------------------------------------------------
|-	リッチテキスト　テーブル
-------------------------------------------------*/
.detailBlock:not(table):not(tbody):not(tfoot):not(thead):not(tr):not(th):not(td){
	margin: 0;
	padding: 0;
}
.detailBlock table{
	border-style: solid;
	max-width: 100% !important;
	height: auto;
	border-collapse: collapse;
}
.detailBlock tr, 
.detailBlock td {
	height: auto;
}
@media screen\0 {
	.detailBlock table[border="0"] {
		border: none;
	}
}
@supports (-ms-ime-align: auto) {
	.detailBlock table[border="0"] {
		border: none;
	}
}

.detailBlock table[cellspacing] {
	border-collapse: separate;
}
.detailBlock table[cellspacing="0"] {
	border-collapse: collapse;
}

.detailBlock table td{
	word-break: break-all;
	box-sizing: border-box;
}
.detailBlock table[border] td{
	border-style: solid;
}
.detailBlock table[border="0"] td{
	border:none;
}


@media screen and (max-width:767px){
	.detailBlock table {
		width: 100% !important;
	}
}

/*-------------------------------------------------
|-	リッチテキスト　タイトル
-------------------------------------------------*/
.detailBlock .rtTtl {
	width: 100%;
	background: #1c1f87;
	color: #fff;
	font-weight: bold;
	font-size: 1.28rem;
	text-align: center;
	padding: 15px 5%;
	box-sizing: border-box;
}
.detailBlock .rtTtl img {
	vertical-align: middle;
}
.detailBlock_ttl {
	color: #f00;
	font-size: 1.5rem;
	margin-top: 20px;
}
.pageTtl {
	width: 100%;
	font-size: 1.71rem;
	font-weight: bold;
	color: #1d2088;
	text-align: center;
	line-height: 1.4;
	margin: 60px auto 20px;
}
.newsTtl {
	margin: 64px 0 15px;
	border-bottom: 1px solid #aaa;
}
@media screen and (max-width:767px){
	.detailBlock .rtTtl {
		font-size: 0.85rem;
		padding: 12px 5%;
	}
	.pageTtl {
		width: 87.5%;
		font-size: 1.37rem;
		margin: 0 auto 26px;
		padding-top: 47px;
	}
}

/*-------------------------------------------------
|-	リッチテキスト　リスト
-------------------------------------------------*/
.detailBlock .rtListDot {
	list-style-type: disc;
	padding-left: 30px;
	box-sizing: border-box;
}
.detailBlock .rtListNum {
	list-style-type: decimal;
	padding-left: 30px;
	box-sizing: border-box;
}
.detailBlock .rtListArrow {
	list-style-image: url('/common/img/img_list_arrow.png');
	padding-left: 30px;
	box-sizing: border-box;
}
/*-------------------------------------------------
|-	リッチテキスト　NEWS
-------------------------------------------------*/
.newsTtl {
	margin: 64px 0 15px;
	border-bottom: 1px solid #aaa;
}
.newsTtl_date {
	margin-bottom: 20px;
}
.cs-newsCate {
	background: #796baf;
	color: #fff;
	padding: 0 10px;
	margin-left: 1%;
	font-size: 0.92rem;
}
.newsTtl_ttl {
	font-size: 1.71rem;
	font-weight: bold;
	color: #1d2088;
}
@media screen and (max-width:767px){
	.newsTtl {
		padding: 45px 0 10px;
		margin: 0 auto;
		width: 87.5%;
	}
	.newsTtl_date {
		font-size: 0.85rem;
	}
	.cs-newsCate {
		font-size: 0.77rem;
		padding: 0 3%;
		margin-left: 3%;
	}
	.newsTtl_ttl {
		font-size: 1.37rem;
		line-height: 120%;
	}
}

/*-------------------------------------------------
|-	リッチテキスト　ブロック
-------------------------------------------------*/
.flexBlock {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.leftArea {
	width: 66%;
}
.detailBlock .rtBlock_29 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 29%;
}
.detailBlock .rtBlock_39 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 39%;
}
.detailBlock .rtBlock_49 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 49%;
}
.detailBlock .rtBlock_59 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 59%;
}
.detailBlock .rtBlock_69 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 69%;
}
.detailBlock .rtBlockPhoto_f {
	display:flex;
	flex-wrap:wrap;
}
.detailBlock a:hover {
	opacity: 0.8;
}
.detailBlock img,
.detailBlock .rtBlock_29 img,
.detailBlock .rtBlock_39 img,
.detailBlock .rtBlock_49 img,
.detailBlock .rtBlock_59 img,
.detailBlock .rtBlock_69 img,
.detailBlock .rtBlock_photo3-32 img,
.detailBlock .rtBlock_photo4-23 img,
.detailBlock .rtPhoto_item img,
.detailBlock .rtPhoto_w100 img {
	max-width:100%;
	height:auto;
}
.detailBlock .rtBlock_block2 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 49%;
}
.detailBlock .rtBlock_photo3 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 32%;
}
.detailBlock .rtBlock_photo4 {
	float: left;
	margin-right: 2%;
	list-style: none;
	width: 23.5%;
}
.detailBlock .rtBlock_photo4_f {
	margin-right: 2%;
	list-style: none;
	width: 23.5%;
}
.detailBlock .rtBlock_29:last-child,
.detailBlock .rtBlock_39:last-child,
.detailBlock .rtBlock_49:last-child,
.detailBlock .rtBlock_59:last-child,
.detailBlock .rtBlock_69:last-child,
.detailBlock .rtBlock_block2:last-child,
.detailBlock .rtBlock_photo3:last-child,
.detailBlock .rtBlock_photo4:last-child,
.detailBlock .rtBlock_photo4_f:last-child {
	margin-right: 0;
}

.detailBlock .rtBc_gray {
	background: #efefef;
	padding: 20px;
}
.detailBlock .rtBc_yellow {
	background: #fffce5;
	padding: 20px;
}
.detailBlock .rtBc_blue {
	background: #b5b1d1;
	padding: 20px;
}
.detailBlock .rtPageLinkArea {
	width: 100%;
    margin: 0 auto 70px;
    background: #b5b1d1;
    padding: 20px 3% 0;
    box-sizing: border-box;
}

.detailBlock .rtPageLinkList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.detailBlock .rtPageLinkList_item {
    align-items: center;
    width: 32%;
    line-height: 1.2;
    margin-left: 2%;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    background-image: url(/common/img/ico_link_txt_arrow_down.svg);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
.detailBlock .rtPageLinkList_item:nth-of-type(3n+1) {
	margin-left: 0;
}
.detailBlock .rtPageLinkList_item > a {
    color: #1d2088;
    width: 100%;
    padding: 8% 5px 8% 20px;
    display: inline-block;
	box-sizing: border-box;
    height: 100%;
    display: flex;
	align-items: center;
}

.detailBlock .fSize8 {
    font-size: 0.6rem;
}
.detailBlock .fSize9 {
    font-size: 0.68rem;
}
.detailBlock .fSize10 {
    font-size: 0.77rem;
}
.detailBlock .fSize12 {
    font-size: 0.85rem;
}
.detailBlock .fSize14 {
    font-size: 1.0rem;
}
.detailBlock .fSize16 {
    font-size: 1.14rem;
}
.detailBlock .fSize18 {
    font-size: 1.28rem;
}
.detailBlock .fSize20 {
    font-size: 1.42rem;
}
.detailBlock .fSize24 {
    font-size: 1.71rem;
}
.detailBlock .fSize28 {
    font-size: 2.0rem;
}
.detailBlock .fSize34 {
    font-size: 2.42rem;
}

@media screen and (max-width:767px){
	/* 計算式（size * 0.9 / 14） */
	.detailBlock .fSize8 {
		font-size: 0.5rem;
	}
	.detailBlock .fSize9 {
		font-size: 0.57rem;
	}
	.detailBlock .fSize10 {
		font-size: 0.64rem;
	}
	.detailBlock .fSize12 {
		font-size: 0.77rem;
	}
	.detailBlock .fSize14 {
		font-size: 0.9rem;
	}
	.detailBlock .fSize16 {
		font-size: 1.02rem;
	}
	.detailBlock .fSize18 {
		font-size: 1.15rem;
	}
	.detailBlock .fSize20 {
		font-size: 1.28rem;
	}
	.detailBlock .fSize24 {
		font-size: 1.54rem;
	}
	.detailBlock .fSize28 {
		font-size: 1.8rem;
	}
	.detailBlock .fSize34 {
		font-size: 2.18rem;
	}
}



@media screen and (max-width:767px){
	.detailBlock {
		margin: 0 auto !important;
		width: 87.5%;
		font-size: 0.9rem;
	}
	.leftArea {
		width: 100%;
	}

	.detailBlock .rtBlock_29,
	.detailBlock .rtBlock_39,
	.detailBlock .rtBlock_49,
	.detailBlock .rtBlock_59,
	.detailBlock .rtBlock_69,
	.detailBlock .rtBlock_block2,
	.detailBlock .rtBlock_photo3 {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	.detailBlock .rtBlock_photo4 {
		margin: 0 1% 10px 0;
		width: 49%;
	}
	.detailBlock .rtBlock_photo4-clear:nth-of-type(3n) {
		clear:left;
	}
	.detailBlock .rtBlock_photo4_f {
		margin: 0 2% 10px 0;
		width: 49%;
	}
	.detailBlock .rtBlock_photo4_f:nth-of-type(2n) {
		margin-right: 0;
	}
	.detailBlock .rtBlock_29:last-child,
	.detailBlock .rtBlock_39:last-child,
	.detailBlock .rtBlock_49:last-child,
	.detailBlock .rtBlock_59:last-child,
	.detailBlock .rtBlock_69:last-child,
	.detailBlock .rtBlock_block2:last-child,
	.detailBlock .rtBlock_photo3:last-child {
		margin-bottom: 0;
	}

	.detailBlock .rtBc_gray {
		padding: 10px;
	}
	.detailBlock .rtBc_yellow {
		padding: 10px;
	}
	.detailBlock .rtBc_blue {
		padding: 10px;
	}
}

/*-------------------------------------------------
|-	リッチテキスト　ボタン
-------------------------------------------------*/
.detailBlock .rtGrayBtn {
	margin: 0 auto;
	width: 47%;
}
.detailBlock .cs-rtLink {
	background: #f1f0f7;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
	color: #1d2088;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 5%;
	width: 100%;
}
.detailBlock .cs-rtLink:hover {
	opacity: 0.6;
}
.detailBlock .cs-rtLink:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(/common/img/img_arrow_right_navy.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 12px;
}

.detailBlock .rcGrayBtn_area,
.detailBlock .rcBlueBtn_area {
	display: flex;
	justify-content: space-between;
}
.detailBlock .rcGrayBtn_area-item, 
.detailBlock .rcBlueBtn_area-item {
	text-align: center;
	list-style: none;
	width: 45.7%;
}
.detailBlock .rtBlueBtn {
	margin: 0 auto;
	width: 47%;
}
.detailBlock .cs-rtBbLink {
	background: #1d2088;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 5%;
	width: 100%;
}
.detailBlock .cs-rtBbLink-subBlue {
	background: #796baf;
	border: none;
}
.detailBlock .cs-rtBbLink-red {
	background: #ff0000;
	border: none;
}
.detailBlock .cs-rtBbLink:hover {
	opacity: 0.8;
}
.detailBlock .cs-rtBbLink:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(/common/img/img_arrow_right_white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 12px;
}

.detailBlock .rtList_ttl {
	background: #888;
	box-sizing: border-box;
	color: #fff;
	clear: left;
	float: left;
	text-align: center;
	list-style: none;
	margin-bottom: 10px;
	padding: 10px;
	width: 25%;
}
.detailBlock .rtList_item {
	box-sizing: border-box;
	float: right;
	list-style: none;
	margin-bottom: 10px;
	padding: 10px;
	width: 73%;
}

@media screen and (max-width:767px){
	.detailBlock .rtGrayBtn,
	.detailBlock .rcGrayBtn_area-item,
	.detailBlock .rtBlueBtn {
		width: 100%;
	}
	.detailBlock .cs-rtLink,
	.detailBlock .cs-rtBbLink {
		font-size: 0.85rem;
		padding: 15px 5%;
	}
	.detailBlock .cs-rtLink:before,
	.detailBlock .cs-rtBbLink:before {
		width: 6%;
		height: 13px;
	}
	.detailBlock .rcGrayBtn_area,
	.detailBlock .rcBlueBtn_area {
		display: block;
	}
	.detailBlock .rcGrayBtn_area-item,
	.detailBlock .rcBlueBtn_area-item {
		margin-bottom: 20px;
		width: 100%;
	}
	.detailBlock .rtList_ttl {
		display: inline-block;
		float: none;
		margin-bottom: 0;
		padding: 5px 5%;
		max-width: 100%;
		width: auto;
	}
	.detailBlock .rtList_item {
		float: none;
		padding: 5px 3%;
		width: 100%;
	}
}

.detailBlock .rtBtnBlock_item {
	float: left;
	list-style: none;
	width: 16.6%;
}
.detailBlock .rtPreBtnBlock_item {
	float: left;
	list-style: none;
	width: 24%;
	margin-right: 1%;
}
.detailBlock .rtPreBtnBlock_item:last-child {
	margin-right: 0;
}

@media screen and (max-width:767px){
	.detailBlock .rtBtnBlock_item {
		width: 33%;
	}
	.detailBlock .rtPreBtnBlock_item {
		width: 49%;
	}
}

.backBtnItm {
	width: 45.8%;
	margin: 100px auto 50px;
}
.cs-backBtn {
	display: block;
    text-align: center;
    padding: 20px 5%;
    background: #f1f0f7;
    color: #1d2088;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-sizing: border-box;
}
.cs-backBtn:hover {
	opacity: 0.6;
}
.cs-backBtn:before {
	content: '';
	display: inline-block;
	width: 7%;
	height: 11px;
	background-image: url(/img/img_arrow_left_navy.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

@media screen and (max-width:767px){
	.backBtnItm {
		width: 87.5%;
		margin: 45px auto;
	}
	.cs-backBtn {
		font-size: 0.85rem;
		padding: 15px 5%;
	}
	.cs-backBtn:before {
		height: 12px;
		margin-right: 3%;
	}
}
/*-------------------------------------------------
|-	リッチテキスト　ライン
-------------------------------------------------*/
.detailBlock .rtLine {
	border: none;
	border-bottom: 1px solid #aaa;
	margin: 0 auto;
	width: 97%;
}
.detailBlock .rtLineDotte {
	border: none;
	border-bottom: 1px dotted #aaa;
	margin: 0 auto;
	width: 97%;
}
.detailBlock .rtBorder {
	border: 1px solid #ccc;
	padding: 0;
}
.detailBlock .rtBorderP {
	border: 1px solid #ccc;
	padding: 2%;
}
/*-------------------------------------------------
|-	リッチテキスト　採用情報
-------------------------------------------------*/
.detailBlock .rtPattern1Block {
	width: 93%;
	margin: 0 auto 47px;
}
.detailBlock .rtPattern1Block:last-child {
	padding-bottom: 30px;
}
.detailBlock .rtPattern1_txtArea {
	margin-bottom: 30px;
}
.detailBlock .rtPattern1_txtArea-ttl {
	font-size: 1.71rem;
	padding: 5px 1%;
	color: #26b8b6;
	font-weight: bold;
	border-left: 12px solid #26b8b6;
	margin-bottom: 30px;
}
.detailBlock .rtPattern1_txtArea-txt {
	text-indent: 1rem;
	line-height: 170%;
}

.detailBlock .rtPattern1_photo-item {
	list-style: none;
	width: 48%;
	float: left;
	margin-bottom: 4%;
}
.detailBlock .rtPattern1_photo-item li {
	list-style: none;
}
.detailBlock .rtPattern1_photo-item:nth-child(odd) {
	margin-right: 4%;
}
.detailBlock .rtPattern1_photo-item:last-child,
.detailBlock .rtPattern1_photo-item:nth-last-child(2) {
	margin-bottom: 0;
}
.detailBlock .rtPattern1_photo-itemW100 {
	list-style: none;
	text-align: center;
	width: 100%;
}

@media screen and (max-width:767px){
	.detailBlock .rtPattern1Block {
		width: 87.5%;
		margin: 0 auto 30px;
	}
	.detailBlock .rtPattern1Block:last-child {
		padding-bottom: 13px;
	}
	.detailBlock .rtPattern1_txtArea {
		margin-bottom: 15px;
	}
	.detailBlock .rtPattern1_txtArea-ttl {
		font-size: 1.11rem;
		padding: 3px 2%;
		border-left: 6px solid #26b8b6;
		margin-bottom: 13px;
	}
	.detailBlock .rtPattern1_txtArea-txt {
		font-size: 0.9rem;
		text-indent: 0.9rem;
	}
	.detailBlock .rtPageLinkArea {
		padding:20px 3%;
	}
	.detailBlock .rtPageLinkList {
		display: block;
	}
	.detailBlock .rtPageLinkList_item {
		width: 100%;
		margin-left: 0;

	}
	.detailBlock .rtPageLinkList_item:last-child {
		margin-bottom: 0;
	}

	.detailBlock *[style="padding-left: 30px;"] {
		padding-left: 5% !important;
		box-sizing:border-box;
	}
	.detailBlock *[style="padding-left: 60px;"] {
		padding-left: 10% !important;
		box-sizing:border-box;
	}
	.detailBlock *[style="padding-left: 90px;"] {
		padding-left: 15% !important;
		box-sizing:border-box;
	}
	.detailBlock *[style="padding-left: 120px;"] {
		padding-left: 20% !important;
		box-sizing:border-box;
	}

}

/*-------------------------------------------------
|-	tsutaeruweb
-------------------------------------------------*/
.tsutaeru-menu,
.tsutaeru-speech-buttons .tsutaeru-button.tsutaeru-button-speech-config {
	display:none; 
}
.tsutaeru-speech-buttons .tsutaeru-button.tsutaeru-button-speech-start,
.tsutaeru-speech-buttons .tsutaeru-button.tsutaeru-button-speech-control {
	width: 70%;
	padding: 0 10px 0 0;
	background: #fff;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	background:none;
	color:#333;
	font-size:12px;
}
.tsutaeru-speech-buttons .tsutaeru-button.tsutaeru-button-speech-control {
	width: 100%;
}
.tsutaeru-speech-buttons .tsutaeru-button.tsutaeru-button-speech-start:after,
.tsutaeru-speech-buttons .tsutaeru-button.tsutaeru-button-speech-control:after {
	display: inline-block;
	width: 20%;
	content: url(/common/img/icon_voice.svg);
	margin-left: 2%;
	position: relative;
	vertical-align: middle;
}
.tsutaeru-text {
	z-index:10000;
}
.headerMenuRightList .tsutaeru-speech {
	padding:0;
}
.headerMenuRightList .tsutaeru-speech-buttons {
	padding:0;
}

@media screen and (max-width:767px){
	.tsutaeru-speech-buttons {
		text-align:left !important;
	}
}