/* header　調整 */
.header_nav ul {
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/* main　調整 */
@media only screen and (max-width: 1375px) {
	main.report_main {
		padding-top: 120px;
	}
}


/* コンテンツ内 */
#card_waku,
#card_hed,
#top_link {
	border:none;
}
#card_waku {
	background-color: #fff;
	width: 1200px;
	margin: 0 auto;
  padding: 20px;
}
#card_waku .table1 {
	margin:5px 2px;
}
#card_waku p {
	margin:0;
	padding:0;
}

.columnLeft {
	float:left;
}
.columnRight {
	float:right;
}
/* clearfix */


.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.clear {
	clear: both;
}


.mainColumn {
	margin-bottom:50px;
}
.mainColumn h1 {
	color:#03aef4;
	font-size:190%;
	margin:0 20px;
	padding: 20px 0 0;
	text-align: center;
}
.mainColumn .mainColumn_lead {
	margin: 10px 20px 0 !important;
    color: #03aef4;
    font-size: 130%;
	font-weight: bold;
	text-align: center;
}

.mainColumn_block {
	position: relative;
	width: 100%;
	height: 720px;
}
.mainColumn_block .mainColumn_txt {
	position: absolute;
    top: 0;
    left: 20px;
    border-radius: 10px;
    background-color: #570d62;
    width: 400px;
    padding: 40px 30px 60px !important;
    color: #fff;
    font-size: 120%;
    text-align: left;
    line-height: 1.8;
}
.mainColumn_block .mainColumn_subtxt {
	position: absolute;
    top: 230px;
    left: 240px;
    border-radius: 10px;
    background-color: #00aeef;
    width: 310px;
    padding: 15px 0px 5px 20px !important;
    color: #fff;
    font-size: 141%;
    text-align: left;
    font-weight: bold;
}
.mainColumn_item {
	position: absolute;
}
	.mainColumn_item:nth-child(3) {
		top: -20px;
		left: 490px;
		width: 430px;
		height: 270px;
	}
	.mainColumn_item:nth-child(4) {
		top: 40px;
		right: 0;
		width: 384px;
		height: 234px;;
	}
	.mainColumn_item:nth-child(5) {
		top: 240px;
		left: 0;
		width: 370px;
		height: 206px;;
	}
	.mainColumn_item:nth-child(6) {
		top: 490px;
		left: 0;
		width: 422px;
		height: 246px;;
	}
	.mainColumn_item:nth-child(7) {
		top: 380px;
    	left: 422px;
		width: 430px;
		height: 300px;;
	}
	.mainColumn_item:nth-child(8) {
		top: 250px;
    	left: 720px;
		width: 432px;
		height: 280px;;
	}
	.mainColumn_item:nth-child(9) {
		right: 0;
	    bottom: 20px;
	    width: 290px;
	    height: 226px;
	}
.mainColumn_item .mainColumn_item_inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.mainColumn_item_inner .mainColumn_list_img,
.mainColumn_item_inner .mainColumn_list_txt {
	position: absolute;
}
	.mainColumn_item:nth-child(3) .mainColumn_list_img {
		top: 0;
		left: 0;
		max-width: 270px;
	}
	.mainColumn_item:nth-child(4) .mainColumn_list_img {
		top: 0;
		right: 0;
		max-width: 234px;
	}
	.mainColumn_item:nth-child(5) .mainColumn_list_img {
		top: 0;
		left: 0;
		max-width: 206px;
	}
	.mainColumn_item:nth-child(6) .mainColumn_list_img {
		top: 0;
		right: 0;
		max-width: 246px;
	}
	.mainColumn_item:nth-child(7) .mainColumn_list_img {
		bottom: 0;
		left: 0;
		max-width: 300px;
	}
	.mainColumn_item:nth-child(8) .mainColumn_list_img {
		top: 0;
		left: 0;
		max-width: 280px;
	}
	.mainColumn_item:nth-child(9) .mainColumn_list_img {
		right: 0;
		bottom: 10px;
		max-width: 226px;
	}
.mainColumn_item_inner .mainColumn_list_img img {
	width: 100%;
	height: auto;
}
.mainColumn_item_inner .mainColumn_list_txt {
    border-radius: 10px;
    padding: 10px !important;
    color: #fff;
}
	.mainColumn_item:nth-child(3) .mainColumn_list_txt {
		top: 180px;
		right: 0;
		background-color: #ffc20e;
		max-width: 240px;
	}
	.mainColumn_item:nth-child(4) .mainColumn_list_txt {
		top: -10px;
		left: 0;
		background-color: #e2231a;
		max-width: 220px;
	}
	.mainColumn_item:nth-child(5) .mainColumn_list_txt {
		top: 120px;
		right: 0;
		background-color: #777779;
		max-width: 206px;
	}
	.mainColumn_item:nth-child(6) .mainColumn_list_txt {
		top: 160px;
		left: 0;
		background-color: #820b38;
		max-width: 250px;
	}
	.mainColumn_item:nth-child(7) .mainColumn_list_txt {
		top: 160px;
	    right: -10px;
	    background-color: #80bd41;
	    max-width: 230px;
	}
	.mainColumn_item:nth-child(8) .mainColumn_list_txt {
		top: 40px;
		right: 0;
		background-color: #f26a21;
		max-width: 228px;
	}
	.mainColumn_item:nth-child(9) .mainColumn_list_txt {
		bottom: -30px;
		left: 0;
		background-color: #374ea2;
		max-width: 200px;
	}
.mainColumn .mainColumn_tk {
	margin: 30px 20px 0 !important;
	color: #03aef4;
	font-size: 120%;
	text-align: right;
	font-weight: bold;
}



.title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../images/title_bg-2024.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 1160px;
	height: 200px;
	margin-bottom:35px;
	padding: 0 20px;
	text-align:center;
}
.title h1 {
	color: #fff;
	font-size: 3.0rem;
	text-shadow: 3px 3px rgba(22,134,174,0.5), 
				3px -3px rgba(22,134,174,0.5), 
				-3px 3px rgba(22,134,174,0.5), 
				-3px -3px rgba(22,134,174,0.5);
}
.title h1 span {
	padding-right: 1em;
}
.title p {
	margin: 10px 0 0 !important;
	color: #fff;
	font-size: 1.4rem;
}


#resultColumn {
	margin-bottom:30px;
}
#resultColumn table {
	width:100%;
}
#resultColumn th {
	background:#0099ff;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:6px;
	white-space: nowrap;
	height: 38px;
}
#resultColumn th.name,
#resultColumn th.num {
	border-right:#FFF 2px solid;
}
#resultColumn td {
	padding:10px 6px;
	vertical-align:middle;
}
#resultColumn td.name {
	color:#07adef;
	font-size:100%;
	border-left:#63c7ef 2px solid;
	width:16%;
}
#resultColumn td.name a {
	color:#07adef;
}
#resultColumn td.num {
	text-align:right;
	font-size:100%;
	width:16%;
}
#resultColumn td.num span {
	font-size:75%;
}
#resultColumn td.country {
	width: 68%;
	font-size:78%;
	padding:10px;
	line-height:1.5;
}
#resultColumn td.name,
#resultColumn td.num,
#resultColumn td.country {
	border-bottom:#63c7ef 2px solid;
	border-right:#63c7ef 2px solid;
}
#resultColumn td.country span {
	font-size:87%;
}
#resultColumn td.category {
	background:#6fbecf;
	color:#fff;
	font-weight:bold;
	font-size:100%;
	padding:6px 10px;
	vertical-align:middle;
	height:30px;
}
#resultColumn td.category span {
	display: inline-block;
	vertical-align:middle;
	margin-right:3px;
}
.kyoukyu_center_img {
	font-size:90%;
	color:#09f;
	font-weight:bold;
}
.kyoukyu_center_img span {
	font-size:80%;
}


.footComment {
	clear:both;
	color: #07adef;
	font-size: 120%;
	font-weight: bold;
	text-align:center;
	padding-bottom:25px;
}

.footerLink {
	font-size:78%;
	text-align:right;
}
.footerLink span {
	vertical-align: middle;
}
.sp {
	display:none;
}


@media screen and (max-device-width: 900px) {
/* @media screen and (max-width: 900px) { */
	body {margin:0;}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.mainColumn {
		display:none;
	}
	#card_waku {
		width:100%;
		padding:0 10px 20px;
		box-sizing:border-box;
	}
	#card_hed > a > img {
		display:none;
	}
	.sp_logo {
		width:126px;
		padding:15px 10px;
	}
	.sp_logo img {
		width:100%;
	}
	.table1 {
		width:auto;
	}
	#resultColumn table {
		width:100%;
	}
	.title {
		background-image: url(../images/title_bg-2024_sp.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #1cabe3;
		width: 100%;
		margin-bottom:10px;
		padding: 0 10px;
		text-align:center;
	}
	.title h1 {
		font-size: min(5.797vw,2.4rem);
	}
	.title h1 span {
		display: block;
		padding-right: 0em;
	}
	.title p {
		font-size: 1.2rem;
	}
	.title_note {
		margin: 0 0 20px !important;
		color: #000;
		font-size: 1.2rem;
	}
}


.footer a:link, .footer a:visited, .footer a:hover {
	color: #fff !important;
}

.sp_nav {
	display:none;
}
@media screen and (max-device-width: 768px) {
	.sp_nav {
		display:block;
	}
}