@charset "utf-8";
/* CSS Document */

.page_inner{
	background: url(../img/item_bg.png) no-repeat top center;
	background-size: contain;
}
.block_inner{
	display: flex;
	justify-content:flex-start;
	margin: auto;
	flex-wrap: wrap;
}
.block_inner.top{
	position: relative;
	margin-bottom: 50px;
	justify-content:center;
	padding: 40px 5%;
}
.block_inner.top .txt_box{
	width: 57%;
	float: left;
	margin-right: 30px;
}
.right_img{
	float: right;
	text-align: right;
}

.txt_box h3{
	font-size:170%;
	color: #001d59;
	text-shadow: 0px 0px 20px #04a9e2;
}
.txt_box p{
	font-size: 115%;
	line-height:2;
}
.top_box img{
	position: absolute;
	bottom: 0;
	right: 0;
}
section table th{
	background-color:#caedf9;
	width: 25%;
}
table{
	border-top: 2px solid #04a9e2;
}
section table th, section table td{
	text-align: left;
	padding: 10px 30px;
}
section table tr:nth-child(odd) td{
	background-color:#fff;
}
.left_inner{
	margin-left: 30px;
	float: left;
}
.left_inner ul{
	
}
section table td:last-child{
	text-align: left;
}
.block_inner .right_img.left{
	width: 60%;
	text-align: left;
}
.block_inner .right_img img{
	max-width: 100%;
	height: auto;
}
.block_inner.second{
	margin-bottom: 50px;
}

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

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

}
@media screen and ( max-width: 767px ){
section table {
	border: 1px solid #cccccc;
}
section table th, section table td {
	display: block;
	width: 90%;
	padding: 10px 5%;
	border: none;
	}
section img{
	max-width: 100%;
	height: auto;
	}
.left_inner {
	margin: 0 0 50px 0;
	}
.block_inner.top .txt_box {
	width: 100%;
	margin: 0 0 30px 0;
	}
.block_inner .right_img.left {
	width: 100%;
	}
}