.page_title_box {
	position: relative;
	background-image: url("../images/others/main_visual.jpg");
}

.page_title_box.sub_page {
	height: 400px;
}
@media screen and (max-width:768px) {
	.page_title_box.sub_page {
		height: 250px;
	}
}

@media screen and (max-width:480px) {
	.page_title_box.sub_page {
		height: 200px;
	}
}

.others .page_title_box{
	background-position: top;
}

.others .page_title_box::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.35);
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.25) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.25) 1px, rgba(0, 0, 0, 0.1) 1px);
    background-size: 4px 4px;*/
}

.others .page_title_box.sub_page {
	height: 400px;
}
@media screen and (max-width:768px) {
	.others .page_title_box.sub_page {
		height: 250px;
	}
}

@media screen and (max-width:480px) {
	.others .page_title_box.sub_page {
		height: 200px;
	}
}

.others .page_title_box .title {
	position: relative;
	display: block;
	background-image: none;
}

.others .page_title_box .title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
}

@media screen and (max-width:768px) {
	.others .page_title_box .title h1 {
		font-size: 30px;
	}
}

@media screen and (max-width:480px) {
	.others .page_title_box .title h1 {
		font-size: 24px;
	}
}

#terms .sidenav .terms,
#privacy .sidenav .privacy,
#compliance .sidenav .compliance,
#sitemap .sidenav .sitemap {
	color: #EF9B59;
}

.pl_in {
	padding-left: 16px;
}

.compliance_list li {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 15px;
	margin-bottom: 100px;
	border: 2px solid #848484;
	background: #eaeaea;
}

@media screen and (max-width:768px) {

	.compliance_list li {
		font-size: 20px;
		margin-bottom: 80px;
	}

}

@media screen and (max-width:480px) {

	.compliance_list li {
		font-size: 18px;
		padding: 12px;
	}

}

.compliance_list li:last-child {
	color: #fff;
	margin-bottom: 0;
	border-color: #002855;
	background: #002855;
}

.compliance_list li::before,
.compliance_list li::after {
	position: absolute;
	content: "";
}

.compliance_list li:last-child::before,
.compliance_list li:last-child::after {
	content: none;
}

.compliance_list li::before {
	width: 30px;
	height: 40px;
	left: calc(50% - 15px);
	bottom: -60px;
	background: #b5b5b7;
}

@media screen and (max-width:768px) {

	.compliance_list li::before {
		width: 20px;
		height: 30px;
		left: calc(50% - 10px);
		bottom: -50px;
		background: #b5b5b7;
	}

}

.compliance_list li::after {
	left: calc(50% - 30px);
	bottom: -120px;
	border-top: 30px solid #b5b5b7;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
}

@media screen and (max-width:768px) {

	.compliance_list li::after {
		left: calc(50% - 20px);
		bottom: -90px;
		border-top: 20px solid #b5b5b7;
		border-right: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid transparent;
	}

}

.bg_title {
	color: #fff;
	padding: 8px 16px;
	background: #002855;
}

.site_list li {
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 0;
	border-bottom: 1px solid #848484;
}

@media screen and (max-width:480px) {

	.site_list li {
		font-size: 14px;
	}

}

.site_list li a {
	display: inline-block;
}

.site_list li a:hover {
	color: #002855;
}

.site_list li ul {
	margin-top: 5px;
}

.site_list li ul li {
	position: relative;
	padding: 5px 5px 5px 16px;
	border-bottom: none;
}

.site_list li ul li::before {
	position: absolute;
	content: "-";
	left: 0;
}

.site_list.col2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width:480px) {

	.site_list.col2 {
		display: block;
	}

}

.site_list.col2 li {
	width: calc(100% / 2 - 40px);
}

@media screen and (max-width:768px) {

	.site_list.col2 li {
		width: calc(100% / 2 - 20px);
	}

}

@media screen and (max-width:480px) {

	.site_list.col2 li {
		width: 100%;
	}

}

.flex {
	display: flex;
}

@media screen and (max-width:480px) {

	.flex {
		display: block;
	}

}

.flex.col2 {
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex.col2 .left_box,
.flex.col2 .right_box {
	width: calc(100% / 2 - 40px);
}

@media screen and (max-width:768px) {

	.flex.col2 .left_box,
	.flex.col2 .right_box {
		width: calc(100% / 2 - 20px);
	}

}

@media screen and (max-width:480px) {

	.flex.col2 .left_box,
	.flex.col2 .right_box {
		width: 100%;
	}

	.flex.col2 .left_box {
		margin-bottom: 40px;
	}

}

.flex.col2 .container,
.flex.col2 .container {
	margin-bottom: 20px;
}

.flex.col2 .container h3,
.flex.col2 .container h4 {
	font-weight: bold;
}

.table03 {
	display: block;
}

.table03 tr th,
.table03 tr td {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 1.75;
	padding: 15px 0;
	background: none;
	border: none;
	text-align: left;
}

@media screen and (max-width:480px) {

	.table03 tr th,
	.table03 tr td {
		display: block;
		font-size: 14px;
		padding: 0;
	}

	.table03 tr td {
		margin-bottom: 15px;
	}

}

.table03 tr th {
	position: relative;
	vertical-align: top;
	padding-right: 16px;
}

.table03 tr th::after {
	position: absolute;
	content: "：";
	right: 0;
}

.tel_list {
	margin-bottom: 20px;
}

.tel_list span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
}

@media screen and (max-width:480px) {

	.tel_list span {
		font-size: 16px;
		margin: 0 0 10px;
	}

}

.tel_list table {
	width: 100%;
	min-width: auto;
}

.tel_list table tr th,
.tel_list table tr td {
	font-weight: normal;
	color: #333;
	padding: 0;
	line-height: 1.75;
	background: none;
	border: none;
	text-align: left;

}

.tel_list table tr th {
	width: 200px;
	vertical-align: top;
}

@media screen and (max-width:480px) {

	.tel_list table tr th,
	.tel_list table tr td {
		display: block;
	}

	.tel_list table tr th {
		width: auto;
		padding: 2px 0;
	}

	.tel_list table tr td {
		padding: 0 10px;
	}

}

/*--------------------------
select box
---------------------------*/
.select_box {
	position: relative;
	width: 250px;
	margin: 0 0 40px;
}

@media only screen and (max-width: 480px) {
	.select_box {
		width: 180px;
		margin: 0 0 30px;
	}
}

.select_box .select {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #333;
	cursor: pointer;
}

.select_box .select::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: calc(50% - 10px);
	right: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	pointer-events: none;
}

.select_box ul {
	position: absolute;
	display: none;
	width: 100%;
	top: 38px;
	left: 0;
	background: #fff;
	border: 1px solid #eee;
	z-index: 99;
}

@media only screen and (max-width: 768px) {
	.select_box ul {
		top: 45px;
	}
}

.select_box ul li {
	border-bottom: 1px solid #eee;
}

.select_box ul li:last-child {
	border-bottom: none;
}

.select_box ul li a {
	display: block;
	color: #010103;
	padding: 10px;
}

.select_box ul li a:hover {
	color: #fff;
	background: #002855;
}

.select_box.active .select::after {
	top: calc(50% - 5px);
	transform: rotate(-135deg);
}

.select_box.active ul {
	display: block;
}

.select_box ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.select_box ::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

.topics_list li {
	min-height: 93px;
	padding: 12px 5px 4px;
	border-bottom: 1px solid #707070;
}

.topics_list li:first-child {
	border-top: 1px solid #707070;
}

.topics_list li div {
	display: flex;
	align-items: flex-start;
}

.topics_list li .day {
	display: block;
	font-size: 14px;
	line-height: 1.68;
	padding: 1px 0;
	white-space: nowrap;
}

.topics_list li .cat_pr,
.topics_list li .cat_ir,
.topics_list li .cat_news,
.topics_list li .cat_event {
	width: 140px;
	font-size: 12px;
	color: #fff;
	padding: 1px 0;
	line-height: 1.68;
	margin: 0 20px;
	text-align: center;
	white-space: nowrap;
}

.topics_list li .cat_pr { background: #002855; }
.topics_list li .cat_ir { background: #800000; }
.topics_list li .cat_news { background: #B1B1B1; }
.topics_list li .cat_event { background: #726E4B; }

.topics_list li .comment {
	width: 100%;
	font-size: 14px;
	line-height: 1.68;
	margin-top: 5px;
}

.topics_list li .comment a:hover {
	color: #002855;
}

.topics_tab .topics_tab_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
	
	.topics_tab .topics_tab_list {
		display: block;
	}
	
}

.topics_tab .topics_tab_list li {
	width: calc(100% / 3 - 10px);
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 15px 10px;
	border: 2px solid;
	background: #fff;
	transition: all .3s ease;
	cursor: pointer;
}

.topics_tab .topics_tab_list.col3 li {
	width: calc(100% / 3 - 10px);
}
.topics_tab .topics_tab_list.col2 li {
	width: calc(50% - 10px);
}

.topics_tab .topics_tab_list li.pr{ border-color: #002855; }
.topics_tab .topics_tab_list li.ir{ border-color: #800000; }
.topics_tab .topics_tab_list li.event{ border-color: #726E4B; }
.topics_tab .topics_tab_list li.news{ border-color: #B1B1B1; }

@media only screen and (max-width: 768px) {

	.topics_tab .topics_tab_list li,
	.topics_tab .topics_tab_list.col3 li,
		.topics_tab .topics_tab_list.col2 li {
		width: calc(100% / 2 - 5px);
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

@media only screen and (max-width: 480px) {

	.topics_tab .topics_tab_list li,
	.topics_tab .topics_tab_list.col3 li,
		.topics_tab .topics_tab_list.col2 li {
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
}

.topics_tab .topics_tab_list li:hover,
.topics_tab .topics_tab_list li.active,
.topics_tab .topics_tab_list li.is-active {
	color: #fff;
}
.topics_tab .topics_tab_list li.ir:hover,
.topics_tab .topics_tab_list li.ir.active,
.topics_tab .topics_tab_list li.ir.is-active {
	background: #800000;
	border-color: #800000;
}
.topics_tab .topics_tab_list li.pr:hover,
.topics_tab .topics_tab_list li.pr.active,
.topics_tab .topics_tab_list li.pr.is-active {
	background: #002855;
	border-color: #002855;
}
.topics_tab .topics_tab_list li.event:hover,
.topics_tab .topics_tab_list li.event.active,
.topics_tab .topics_tab_list li.event.is-active {
	background: #726E4B;
	border-color: #726E4B;
}
.topics_tab .topics_tab_list li.news:hover,
.topics_tab .topics_tab_list li.news.active,
.topics_tab .topics_tab_list li.news.is-active {
	background: #B1B1B1;
	border-color: #B1B1B1;
}

/*==ASSP==*/

#assp h3 {
	font-size: 24px;
	font-weight: 500;
	color: #002855;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	#assp h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

#assp .assp_list_box {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:768px) {
	#assp .assp_list_box {
		display: block;
	}
}

#assp .assp_list_box .container {
	width: calc(50% - 40px);
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #707070;
}

@media screen and (max-width:768px) {
	#assp .assp_list_box .container {
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

#assp .assp_list_box .container .assp_list li {
	margin-bottom: 20px;
}

#assp .assp_list_box .container .assp_list li:last-child {
	margin-bottom: 0;
}

#assp .assp_list_box .container .assp_list li a {
	position: relative;
	padding-left: 16px;
}

@media screen and (max-width:768px) {
	#assp .assp_list_box .container .assp_list li a {
		padding-left: 14px;
	}
}

#assp .assp_list_box .container .assp_list li a::before {
	position: absolute;
	content: "-";
	left: 0;
}

#assp .assp_list_box .container .assp_list li a:hover {
	color: #002855;
}