.page_title_box {
	position: relative;
	background-image: url("../images/news/info_main_visual.jpg");
}

.page_title_box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.125);
}

.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 .title {
	position: relative;
	display: block;
	background-image: none;
}

.page_title_box .title h1,
.page_title_box.sub_page .title h1 {
	font-size: 36px;
	color: #002855;
	    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	margin-bottom: 0;
}


@media screen and (max-width:768px) {
	.page_title_box.sub_page .title h1 {
		font-size: 30px;
	}
}

@media screen and (max-width:480px) {
	.page_title_box.sub_page .title h1 {
		font-size: 24px;
	}
}

.page_title_box02 {
	position: relative;
	background-image: url(../images/news/event_main_visual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page_title_box02.type02 {
	position: relative;
	background-image: url(../images/news/event_main_visual02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.others .page_title_box02 .title {
	position: relative;
	display: block;
	background-image: none;
}

.page_title_box02 .title h1{
	font-size: 36px;
	color: #002855;
	    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	margin-bottom: 0;
}

.page_title_box02.type02 .title h1{
	color: #fff;
	text-shadow: none;
}

@media screen and (max-width:768px) {
	.page_title_box02.sub_page .title h1 {
		font-size: 30px;
	}
}

@media screen and (max-width:480px) {
	.page_title_box02.sub_page .title h1 {
		font-size: 24px;
	}
}

.page_title_box02 .title {
    position: relative;
    display: block;
    padding: 10%;
    background-image: url(/jp/common_new/images/title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page_title_box02.sub_page {
    height: 400px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
	.page_title_box02.sub_page {
		height: 250px;
	}
}

@media screen and (max-width:480px) {
	.page_title_box02.sub_page {
		height: 200px;
	}
}

.info_table tr th {
	width: 150px;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width:480px){
	
	.info_table tr th,
	.info_table tr td {
		display: block;
		width: 100%;
	}
	
}

.info_table tr td a:hover {
	color: #002855;
}