@charset "UTF-8";

body {
	min-width: 1020px !important;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.cf:before,
.cf:after {
	display: table;
	content: " "
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1
}

.vis-tb,
.vis-sp {
	display: none;
}

.spGHeader {
	display: none;
}

.u-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

.itc {
}

.itc_hd {
	position: relative;
	padding: 20px 0 32px;
	line-height: 1;
	color: #FFF;
	background: #459fc3;
	background: linear-gradient(to bottom, #459fc3 0%, #0e74a1 100%);
}

.itc_hd:after {
	content: "";
	display: block;
	background: #FFF;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0;
}

.itc_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itc_inner.-align-top {
	align-items: flex-start;
}

.itc_inner.-align-none {
	align-items: normal;
}

.itc_hd_logo {
	display: flex;
	align-items: center;
}

.itc_hd_logo_char {
	margin-right: 20px;
}

.itc_hd_logo_main {
	text-align: center;
}

.itc_hd_ttl {
	font-size: 30px;
}

.itc_hd_en {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.itc_hd_bnr {
}

.itc_hd_bnr a {
	display: inline-block;
	background: #FFF;
}

.itc_hd_bnr a img {
	transition: opacity .3s;
}

.itc_hd_bnr a:hover img {
	opacity: 0.7;
}

.itc_body {
	padding: 25px 0;
}

.itc_body_hd {
	line-height: 1;
	margin-bottom: 40px;
}

.itc_body_hd_row {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itc_body_hd_ttl {
	font-size: 32px;
}

.itc_body_hd_cnt {
}

.itc_body_hd_fnn {
	display: inline-block;
	border: 1px solid #CECECE;
	padding: 6px 30px;
	transition: opacity .3s;
}

.itc_body_hd_fnn:hover {
	opacity: .7;
}

.itc_body_hd_arch {
}

.itc_select {
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #fff;
	border: 1px solid #D6D6D6;
	vertical-align: middle;
	line-height: 1.5;
	border-radius: 4px;
}

.itc_select:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	z-index: 10;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	margin-top: -4px;
	pointer-events: none;
}

.itc_select select {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 25px 15px 15px;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.itc_select select::-ms-expand {
	display: none;
}

.itc_main {
	flex: 1;
	margin-right: 30px;
}

.itc_list {
	margin-top: 40px;
}

.itc_list:first-child {
	margin-top: 0;
}

.itc_list_ttl {
	margin-top: 40px;
	position: relative;
	color: #177BA6;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E5E5E5;
}

.itc_list_ttl:first-child {
	margin-top: 0;
}

.itc_list_recttl {
	position: relative;
	color: #177BA6;
	line-height: 1;
	margin-bottom: 20px;
}

.itc_list_recttl:before {
	content: "";
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	width: 100%;
	height: 1px;
	background: #D8D8D8;
}

.itc_list_recttl span {
	position: relative;
	z-index: 2;
	background: #FFF;
	display: inline-block;
	padding-right: 1em;
}

.itc_list_ttl:after {
	content: "";
	display: block;
	width: 35%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #177BA6;
}

.itc_list_list {
}

.itc_list_item {
	margin-top: 15px;
}

.itc_list_item:first-child {
	margin-top: 0;
}

.itc_list_item_wrap {
	padding: 10px;
	display: flex;
	background: #F7F7F7;
	align-items: center;
	transition: background .3s;
}

.itc_list_item_wrap:hover {
	background: #d2e2e8;
}

.itc_list_item_img {
	margin-right: 10px;
	position: relative;
}

.itc_list_item_img.-is_movie {
	position: relative;
}

.itc_list_item_img.-is_movie:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	display: block;
	transform: translate(-50%, -50%);
	content: "";
	background-image: url('/news/itc/img/icn-movie@2x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.itc_list_item_cnt {
	padding: 0 15px;
}

.itc_list_item_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #044474;
	line-height: 1.5;
	text-align: justify;
}

.itc_list_item_date {
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}

.itc_pager {
	margin-top: 60px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.itc_pager_btn {
	display: inline-block;
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	text-align: center;
	background: #044474;
	color: #fff !important;
	padding: 15px;
	transition: opacity .3s;
}

.itc_pager_btn:hover {
	opacity: .7;
}

.itc_pager_btn.-left {
	margin-right: auto;
}

.itc_pager_btn.-right {
	margin-left: auto;
}

.itc_pager_btn.-center {
	margin: 0 auto;
}

.itc_pager_btn.-disabled {
	background: #8D8D8D;
	pointer-events: none;
}

.itc_side {
	position: relative;
	width: 30%;	/* position: sticky; */

	/* top: -80px; */

	/* max-height: calc(100vh + 80px); */

	/* overflow-y: scroll; */
}

.itc_side.-fixed .itc_side_wrap {
	position: fixed;
	/* bottom: 20px; */
	top: 30px;
}

/* .itc_side.-fixed.-absolute .itc_side_wrap {
	position: absolute;
	bottom: 0px;
} */

.itc_side_pr {
}

.itc_side_pr.-bt {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #D6D6D6;
}

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

.itc_side_arch {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #D6D6D6;
}

.itc_side_tw {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #D6D6D6;
}

.itc_side_tw_ttl {
	position: relative;
	color: #fff;
	background: #000000;
	font-weight: bold;
	font-size: 15px;
	padding: 15px 15px 15px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* .itc_side_tw_ttl:before {
	content: "";
	display: block;
	width: 23px;
	height: 19px;
	background-image: url('/img2023/logo-white.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
} */

.itc_side_tw_cnt {
	border: 2px solid #000000;
	border-top: none;
	height: 450px;
	box-sizing: border-box;
	overflow-y: scroll;
	max-width: 300px;
}

.itc_side_bnr {
	margin-top: 30px;
	list-style-type: none;
}

.itc_side_bnr > li {
	margin-top: 10px;
}

.itc_side_bnr > li:first-child {
	margin-top: 0;
}

.itc_side_bnr > li a {
	display: inline-block;
	transition: opacity .3s;
}
.itc_side_bnr > li a img{
	border-radius: 5px;
}

.itc_side_bnr > li a:hover {
	opacity: .7;
}

.itc_post {
}

.itc_post_hd {
	line-height: 1;
	margin-bottom: 40px;
}

.itc_post_hd_ttl {
	font-size: 24px;
	font-weight: bold;
	color: #044474;
	line-height: 1.5;
}

.itc_post_hd_info {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.itc_post_hd_info_date {
	color: #333;
	font-size: 14px;
	margin-right: 20px;
}

.itc_post_hd_info_sns {
}

.itc_post_hd_info_sns button {
	margin-left: 5px;
	transition: opacity .3s;
}

.itc_post_hd_info_sns button:hover {
	opacity: .7;
}

.itc_post_hd_info_sns button:first-child {
	margin-left: 0;
}

.itc_post_img {
	text-align: center;
	margin-bottom: 40px;
}

.itc_post_img img {
	max-width: 100% !important;
	max-height: auto !important;
	height: auto;
}

.itc_post_body {
}

.foot {
	padding: 0px 0 50px;
}

.foot_bnrs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot_bnrs > a {
	display: inline-block;
	margin: 10px 5px 0;
	background: #FFF;
}

.foot_bnrs > a img {
	transition: opacity 0.2s;
}

.foot_bnrs > a:hover img {
	opacity: 0.7;
}

.foot_bnrs > a:first-child {
	margin-left: 0;
}

.foot_btm {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.foot_copy {
	font-size: 13px;
	line-height: 1.6;
	width: 42%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	padding: 15px 5% 15px 0;
}

.foot_link {
	font-size: 14px;
	padding-left: 4%;
	box-sizing: border-box;
}

.foot_link_list {
	margin-top: 1em;
	font-size: 0;
	padding-bottom: 15px;
}

.foot_link_list:first-child {
	margin-top: 0;
}

.foot_link_list > a {
	display: inline-block;
	padding: 0 0.5em;
	border-left: 1px solid #333;
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
}

.foot_link_list > a:hover {
	text-decoration: underline;
}

.foot_link_list br.hide-sp + a,
.foot_link_list > a:first-child {
	border-left: none;
}

@media screen and (max-width:1020px) {
	body {
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.globalHeaderWrap2018 {
		display: none;
	}

	.globalNavigation2018 {
		display: none;
	}

	.spGHeader {
		display: block;
	}

}

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

@media screen and (max-width:640px) {
	body {
		min-width: 360px !important;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.u-inner {
		padding: 0 15px;
	}

	.itc {
	}

	.itc_hd {
		padding: 8px 0 15px;
	}

	.itc_hd:after {
		bottom: 6px;
		height: 2px;
	}

	.itc_inner {
		display: block;
	}

	.itc_inner.-align-top {
	}

	.itc_hd_logo {
		justify-content: center;
	}

	.itc_hd_logo_char {
	}

	.itc_hd_logo_char img {
		width: 60px;
		height: auto;
	}

	.itc_hd_logo_main {
	}

	.itc_hd_ttl {
		font-size: 22px;
	}

	.itc_hd_en {
		font-size: 12px;
	}

	.itc_hd_bnr {
	}

	.itc_body {
		padding: 15px 15px;
	}

	.itc_body_hd {
		margin-bottom: 10px;
	}

	.itc_body_hd_row {
		display: block;
	}

	.itc_body_hd_ttl {
		font-size: 18px;
	}

	.itc_body_hd_cnt {
		margin-top: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.itc_body_hd_fnn {
		border-radius: 4px;
		padding: 7px 15px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.itc_body_hd_fnn img {
		height: 30px;
		width: auto;
	}

	.itc_body_hd_arch {
		flex: 1;
	}

	.itc_select {
		display: block;
	}

	.itc_select:after {
		right: 8px;
	}

	.itc_select select {
		font-size: 14px;
		padding-left: 12px;
	}

	.itc_select select::-ms-expand {
	}

	.itc_main {
		margin-right: 0;
	}

	.itc_list {
		margin-top: 15px;
	}

	.itc_list:first-child {
	}

	.itc_list_ttl {
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		margin-top: 15px;
	}

	.itc_list_ttl:first-child {
		margin-top: 0;
	}

	.itc_list_ttl:after {
	}

	.itc_list_list {
	}

	.itc_list_item {
		margin-top: 10px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.itc_list_item:first-child {
	}

	.itc_list_item_wrap {
	}

	.itc_list_item_img {
		width: 32%;
	}

	.itc_list_item_img.-is_movie {
	}

	.itc_list_item_img.-is_movie:after {
		width: 30px;
		height: 30px;
	}

	.itc_list_item_cnt {
		padding: 0;
		flex: 1;
	}

	.itc_list_item_ttl {
		font-size: 13px;
	}

	.itc_list_item_date {
		font-size: 12px;
	}

	.itc_pager {
		margin-top: 30px;
	}

	.itc_pager_btn {
	}

	.itc_pager_btn + .itc_pager_btn {
		margin-left: 10px;
	}

	.itc_pager_btn.-left {
	}

	.itc_pager_btn.-right {
	}

	.itc_pager_btn.-center {
	}

	.itc_pager_btn.-disabled {
	}

	.itc_side {
		position: static;
		width: 100%;
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #D6D6D6;		/* max-height: 100%; */

		/* overflow: visible; */
	}

	.itc_side_wrap {
		position: static !important;
	}

	.itc_side_pr {
	}

	.itc_side_arch {
	}

	.itc_side_tw {
	}

	.itc_side_tw_ttl {
	}

	.itc_side_tw_ttl:before {
	}

	.itc_side_tw_cnt {
		max-width: 100%;
	}

	.itc_side_bnr {
	}

	.itc_side_bnr > li {
	}

	.itc_side_bnr > li:first-child {
	}

	.itc_side_bnr > li a {
	}

	.itc_side_bnr > li a img {
		width: 100%;
		height: auto;
	}

	.itc_post {
	}

	.itc_post_hd {
		margin-bottom: 30px;
	}

	.itc_post_hd_ttl {
		font-size: 18px;
	}

	.itc_post_hd_info {
		margin-top: 10px;
	}

	.itc_post_hd_info_date {
	}

	.itc_post_img {
		margin-bottom: 30px;
	}

	.itc_post_img img {
		width: 100%;
	}

	.itc_post_body {
	}

	.foot {
		padding: 0;
	}

	.foot > .u-inner {
		padding: 0;
	}

	.foot_bnrs {
		padding: 15px;
	}

	.foot_bnrs > a {
		margin: 10px 0px 0px 2% !important;
		width: 49% !important;
	}

	.foot_bnrs > a img {
		width: 100%;
		height: auto;
	}

	.foot_bnrs > a:nth-child(-n+2) {
		margin-top: 0 !important;
	}

	.foot_bnrs > a:nth-child(2n+1) {
		margin-left: 0 !important;
	}

	.foot_btm {
		display: block;
		border-top: 1px solid #ccc;
	}

	.foot_copy {
		width: 100%;
		padding: 15px;
		background: #eeeeee;
		color: #666;
		font-size: 12px;
		border-right: none;
	}

	.foot_link {
		padding: 15px;
	}

	.foot_link_list {
		width: 340px;
		margin: 0 auto;
		text-align: center;
	}

	.foot_link_list:first-child {
	}

	.foot_link_list > a {
		font-size: 12px;
	}

	.foot_link_list br.vis-sp + a {
		border-left: none;
	}

}

/* for Print */
@media print {
}
