
@charset "UTF-8";

#division+.composite_box01{
	margin-top: 60px;
}
#division+.composite_box01 .content_wrapper{
	background: #fff;
	padding: 10px 40px;
	max-width: none !important;
}
#division+.composite_box01 .wrapper_item{
	max-width: 1200px;
	margin: 0 auto;
}
#division+.composite_box01 .inner_item{
	padding: 0 20px 20px;
	position: relative;
}
#division+.composite_box01 .inner_item:before{
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	box-sizing: border-box;
	border: 3px double #163d80;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
#division+.composite_box01 .inner_item_img{
	width: 100px;
	padding-top: 100px;
	background: #eeefef;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: -4px 4px #d1d1d2;
	margin-bottom: 20px;
}
#division+.composite_box01 .inner_item_img img{
	width: 70% !important;
	height: 70% !important;
	margin: 15%;
	border-radius: 0;
}
#division+.composite_box01 .block_header_4{
	letter-spacing: 0.5rem;
}
#division+.composite_box01 .inner_item_txt p{
	margin-bottom: 0;
}
@media screen and (max-width: 600px){
	#division+.composite_box01 .content_wrapper{
		padding: 10px;
	}
}
@media screen and (max-width: 500px){
	#division+.composite_box01 .content_wrapper{
		padding: 10px 10px 40px;
	}
	#division+.composite_box01 .inner_item{
		width: 49%;
		padding: 0 10px 10px;
	}
	#division+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
	#division+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 20px;
	}
}

.block_table_1 table th{
	color: #163d80;
	background: #efefef;
}
.block_table_1 td{
	text-align: center;
}
#table1+.block_table_1 table tr:nth-of-type(1) th{
	color: #fff;
	background: #163d80;
}
#table1+.block_table_1 table tr:nth-of-type(1) td{
	color: #fff;
	background: #8b9cbc;
}
.block_table_1 table td b {
    font-size: 30px;
}



@media screen and (max-width: 768px) {
#table + .contents_box01 .wrapper_item {
    overflow-x: scroll;
}
}


#table + .contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: 100%;
}

#table + .contents_box01 .wrapper_item tr:first-child td:last-child {
    background-color: #afeeee;
}

#table + .contents_box01 .wrapper_item tr:first-child td:nth-child(2) {
    background-color: #ffc0cb;
}

#table + .contents_box01 .wrapper_item tr:first-child td:first-child {
    background-color: #ffc0cb;
}

#table + .contents_box01 .wrapper_item tr:nth-child(2) td:first-child {
    background-color: #ffc0cb;
}

#table + .contents_box01 .wrapper_item tr:nth-child(2) td:nth-child(2) {
    background-color: #ffc0cb;
}

#table + .contents_box01 .wrapper_item tr:nth-child(2) td:last-child {
    background-color: #afeeee;
}
#table + .contents_box01 .wrapper_item tr:first-child td {
    width: calc(100% / 3);
    border-bottom: #6297d1 4px solid;
    background-color: #eff6fc !important;
    color: #003e82;
    text-align: center;
    font-weight: bold;
}
#table + .contents_box01 .wrapper_item tr:nth-child(2) td:first-child, #table + .contents_box01 .wrapper_item tr:nth-child(2) td:nth-child(2),#table + .contents_box01 .wrapper_item tr:nth-child(2) td:last-child {
    border-bottom: #6297d1 4px solid;
    background-color: #eff6fc !important;
    color: #003e82;
}
#table + .contents_box01 .wrapper_item tr:first-child td:nth-child(2) {
    border: none;
}
#table + .contents_box01 .wrapper_item tr:first-child td:last-child {
    border-bottom: none;
    border-left: 1px solid #6297d1;
}
#table + .contents_box01 .wrapper_item tr:nth-child(n+3) td:nth-child(1) {
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: left !important;
    padding: 15px;
}
#table + .contents_box01 .wrapper_item tr th,#table + .contents_box01 .wrapper_item tr td {
    border: 1px solid #6297d1;
}
#table + .contents_box01 .wrapper_item tr:nth-child(2) td:first-child,#table + .contents_box01 .wrapper_item tr:nth-child(2) td:nth-child(2) {
    width: calc(100% / 6);
}
#table + .contents_box01 .wrapper_item tr:nth-child(n+3) td {
    text-align: right !important;
    padding: 15px;
}
.block_table_1 table th,.block_table_1 table td {
    border: 1px solid #6297d1;
    padding: 15px;
}
.block_table_1 table th {
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: left;
}
.block_table_1 table td {
    text-align: right;
}