@charset "utf-8";

/*============*/
/* コンテンツ */
/*============*/

/* サイトマップ
-----------------------------------*/
.sitemap .sp {
	display: none;
}

.sitemap .row::after {
	content: "";
	clear: both;
	display: block;
}

.sitemap .col {
	float: left;
	width: 48.4375%;
	margin-right: 3.125%;
}

.sitemap .col:last-child {
	margin-right: 0;
}

.sitemap .col a {
	display: block;
}

.sitemap .col a:link,
.sitemap .col a:visited {
	color: #333;
}

.sitemap .col a:hover,
.sitemap .col a:active {
	color: #0CA6F9;
}

.sitemap .col p {
	margin-top: 32px;
	padding-bottom: 8px;
	border-bottom: solid 4px #CCC;
	font-size: 18px;
	font-weight: bold;
}

.sitemap .col p:first-child {
	margin-top: 0;
}

.sitemap .col li {
	position: relative;
	margin-top: 8px;
	padding-left: 16px;
}

.sitemap .col li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #C7161D;
}

@media screen and (max-width: 767px) {
.sitemap .pc {
	display: none;
}

.sitemap .sp {
	display: list-item;
}

.sitemap .col {
	float: none;
	width: 100%;
}

.sitemap .col:last-child p {
	margin-top: 32px;
}

}

/* 個人情報保護方針
-----------------------------------*/
.privacy h4 {
	font-weight: bold;
}

.privacy h4 + ul + h4,
.privacy h5 + ul + h4 {
	margin-top: 32px;
}

.privacy .table {
	margin-bottom: 16px;
}

.privacy .table th {
	width: 20%;
	box-sizing: border-box;
}

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

.privacy .table th {
	display: block;
	border-bottom: none;
	width: 100%;
	padding: 8px;
}

.privacy .table td {
	display: block;
	border-bottom: none;
	padding-top: 8px;
}

}

/* トピックス
-----------------------------------*/
.topics .label,
.topics-detail .tag,
.station .label {
	box-sizing: border-box;
	min-width: 210px;
	padding: 4px 8px;
	color: #FFF;
	text-align: center;
}

/* 基本 */
.topics .label-basic,
.topics-detail .label-basic,
.station .label-basic {
	background: #F05C5C;
}

/* 駅関係 */
.topics .label-station,
.topics-detail .label-station,
.station .label-station {
	background: #08B0EE;
}

/* 沿線関係 */
.topics .label-trackside,
.topics-detail .label-trackside,
.station .label-trackside {
	background: #194493;
}

/* 緊急 */
.topics .label-urgent,
.topics-detail .label-urgent,
.station .label-urgent {
	background: #F00;
}

/* トピックス一覧 */
.topics .contents {
	width: 100%;
	background: #FFF;
}

.topics .contents h2 {
	margin-bottom: 24px;
}

.topics .contents li {
	margin-bottom: 16px;
}

.topics .contents li:last-child {
	margin-bottom: 0;
}

.topics .contents li a {
	display: block;
	color: #333;
	padding: 8px;
	text-decoration: none;
}

.topics .contents li a:hover {
	background: #E0F0FE;
}

.topics .contents dl {
	display: table;
	width: 100%;
}

.topics .contents dt,
.topics .contents dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.topics .contents dt {
	width: 33%;
	font-size: 0;
}

.topics .contents dt div {
	display: inline-block;
	margin-right: 32px;
	font-size: 16px;
}

.topics .contents dd {
	line-height: 1.3;
	vertical-align: middle;
}

.pagenavi * {
	box-sizing: border-box;
}

.pagenavi .wp-pagenavi {
	font-size: 0;
	margin-top: 24px;
	text-align: center;
	position: relative;
}

.pagenavi .wp-pagenavi > a,
.pagenavi .wp-pagenavi > span {
	font-size: 15px;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	padding-top: 4px;
	width: 30px;
	height: 31px;
	color: #fff;
	background-color: #296DD0;
	border: 1px solid #296DD0;
}

.pagenavi .wp-pagenavi > a:hover {
	color: #333;
	text-decoration: none;
	background: #296DD0;
	border: 1px solid #FFF;
}

.pagenavi .wp-pagenavi > *:not(:last-child) {
	margin-right: 8px;
}

.pagenavi .wp-pagenavi > a.page {
	color: #333;
	font-weight: normal;
	background-color: #fff;
}

.pagenavi .wp-pagenavi > a.page:hover {
	background-color: #296DD0;
	color: #fff;
}

.pagenavi .wp-pagenavi > a[rel="prev"],
.pagenavi .wp-pagenavi > a[rel="next"] {
	padding: 0 30px;
	display: inline-block;
	width: 76px;
	padding: 2px 4px;
	border: 1px solid #296DD0;
	box-sizing: border-box;
}

.pagenavi .wp-pagenavi > a[rel="prev"] {
	background: url(/images/common/com_ic04.svg) 8px 50% no-repeat;
	background-size: auto calc( 100% - 15px );
	background-color: #296DD0;
	padding-left: 34px;
}

.pagenavi .wp-pagenavi > a[rel="prev"]:hover {
	background: url(/images/common/com_ic04_on.svg) 8px 50% no-repeat;
	background-size: auto calc( 100% - 15px );
	background-color: #fff;
}

.pagenavi .wp-pagenavi > a[rel="next"] {
	background: url(/images/common/com_ic03.svg) calc( 100% - 8px ) 50% no-repeat;
	background-size: auto calc( 100% - 15px );
	background-color: #296DD0;
	padding-right: 34px;
}

.pagenavi .wp-pagenavi > a[rel="next"]:hover {
	background: url(/images/common/com_ic03_on.svg) calc( 100% - 8px ) 50% no-repeat;
	background-size: auto calc( 100% - 15px );
	background-color: #fff;
}

@media screen and (max-width: 1299px) {
.topics .topics-inner {
	width: 100%;
	text-align: center;
}
.topics .contents ul {
	display: inline-block;
	width: 748px;
}

.topics .contents dl {
	display: block;
}

.topics .contents dt,
.topics .contents dd {
	display: block;
}

.topics .contents dt {
	width: 100%;
}

.topics .contents dd {
	padding-top: 12px;
}

}

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

.topics .contents ul {
	width: 100%;
}

.topics .contents dt div {
	margin-right: 0;
	font-size: 14px;
}

.topics .contents dt .date {
	padding-top: 4px;
}

.topics .contents dt .label {
	float: right;
	min-width: 160px;
	padding: 4px;
	font-size: 13px;
}

}

/* トピックス詳細 */
.topics-detail .contents .date span {
	display: inline-block;
	margin-left: 40px;
}

.topics-detail .contents .back a {
	display: inline-block;
	background: #296DD0 url(/images/common/com_ic04.svg) 3.5% 50% no-repeat;
	background-size: auto 50%;
	color: #FFF;
	text-align: center;
	padding: 7.5px 8px;
	width: 160px;
	border: 1px solid #296DD0;
	box-sizing: border-box;
}

.topics-detail .contents .back a:hover {
	text-decoration: none;
	background: #FFF url(/images/common/com_ic04_on.svg) 3.5% 50% no-repeat;
	background-size: auto 50%;
	color: #296DD0;
}

.topics-detail .contents table {
	border-right: #999 solid 1px;
	border-top: #999 solid 1px;
}

.topics-detail .contents table th,
.topics-detail .contents table td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 8px 16px;
}

.topics-detail .contents table th {
	background-color: #e4e4e4;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;
	height: auto;*/
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	text-align: center;
}


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

.topics-detail .contents .date span {
	float: right;
	min-width: 160px;
	padding: 4px;
	font-size: 13px;
	margin-left: 0;
}

.wp-caption {
	max-width: 100% !important;
}

}

/* ほくそうスマイル
-----------------------------------*/
.hokso-smile .ta-c {
	position: relative;
	text-align: center;
}

.hokso-smile .btn01 {
	position: absolute;
	width: 80%;
	max-width: 711px;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.hokso-smile .btn02 {
	position: absolute;
	width: 80%;
	max-width: 711px;
	bottom: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.hokso-smile a > img:hover {
	opacity: .8;
}

/* 404 Error
-----------------------------------*/
.notfound .not-found {
	width: 400px;
	margin: 0 auto;
}

.notfound .not-found h1 {
	font-size: 40px;
	text-align: center;
}

.notfound .not-found ul {
	width: 100%;
}

.notfound .not-found a {
	position: relative;
	box-sizing: border-box;
	display: block;
	margin-top: 16px;
	padding: 16px 0;
	border: solid 1px #C4E1FD;
	background-color: #E0F0FE;
	background-repeat: no-repeat;
	background-position: 24px 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.notfound .not-found .ja a {
	background-image: url(/images/common/header_nv07.svg);
}

.notfound .not-found .ja a:hover {
	background-image: url(/images/common/header_nv07_on.svg);
}

.notfound .not-found .en a {
	background-image: url(/images/common/header_nv08.svg);
}

.notfound .not-found .en a:hover {
	background-image: url(/images/common/header_nv08_on.svg);
}

.notfound .not-found .cn a {
	background-image: url(/images/common/header_nv09.svg);
}

.notfound .not-found .cn a:hover {
	background-image: url(/images/common/header_nv09_on.svg);
}

.notfound .not-found .tw a {
	background-image: url(/images/common/header_nv10.svg);
}

.notfound .not-found .tw a:hover {
	background-image: url(/images/common/header_nv10_on.svg);
}

.notfound .not-found .kr a {
	background-image: url(/images/common/header_nv11.svg);
}

.notfound .not-found .kr a:hover {
	background-image: url(/images/common/header_nv11_on.svg);
}

.notfound .not-found a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: 24px;
	width: 0;
	height: 0;
	margin: -8px 0 0 0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #C7161D;
}

@media screen and (max-width: 420px) {
.notfound .not-found {
	width: 100%;
}

.notfound .not-found h1 {
	font-size: 30px;
}

}