@charset "utf-8";
body {
	min-width: auto;
	overflow: auto;
	font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1.5;
	color: #212529;
}
.contentsWrapper {
	background-image: url("../img/bg_04.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.4);
	background-blend-mode: lighten;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	image-rendering: -webkit-optimize-contrast;
	padding: 0 10px 40px;
	box-sizing: border-box;
}
.topContents {
	margin: 50px auto 0;
}
.topIcon {
	width: 100px;
	margin: auto;
	border-radius: 100px;
	overflow: hidden;
}
.topContents h1 {
	text-align: center;
	margin: 20px auto 0;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff,  0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}
.topMessage {
	text-align: center;
	margin: 10px auto 0;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff,  0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}
.topMessage a {
	color: #FE3FA0;
}
.topSnsIcon {
	text-align: center;
	margin: 10px auto 0;
}
.topSnsIcon li {
	display: inline-block;
	margin: 0 3px;
}
.topSnsIcon li a {
	font-size: 30px;
	color: #212529;
}
.topSnsIcon li a i {
	text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff,  0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}
.topNotes {
	margin: 10px auto 0;
	text-align: center;
	font-size: 14px;
}
.topNotes p {
	margin: 0 0 10px;
	text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff,  0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}
.topNotes p br.sp_br {
	display: none;
}
.mainContents {}
.companyList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 980px;
	margin: auto;
}
.companyList li {
	width: 49%;
	margin: 20px 0 0;
}
.companyList li a {
	display: flex;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: rgb(0 0 0 / 13%) 0px 2px 8px;
	border-radius: 9px;
	width: 100%;
	height: 100%;
	color: #212529;
	text-decoration: none;
	padding: 10px;
	box-sizing: border-box;
}
.companyList li a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.listIcon {
	margin: 0 10px 0 0;
}
.listIcon img {
	width: 60px;
	border-radius: 9px;
	display: block;
}
.listText h2 {
	font-size: 16px;
	font-weight: bold;
}
.listText h2 br {
	display: none;
}
.listText p {
	font-size: 12px;
	font-weight: bold;
}
.listNotes {
	display: none;
}
/*@media screen and (max-width: 1000px) {
    .companyList {
        width: 100%;
    }
    .companyList li {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}*/
@media screen and (max-width: 520px) {
	.topNotes p br.sp_br {
		display: inline;
	}
	.companyList li {
		width: 48%;
	}
	.companyList li a {
		display: block;
	}
	.listIcon {
		margin-right: 5px;
		float: left;
	}
	.listIcon img {
		width: 43px;
	}
	.listText {
		float: left;
		margin-top: 1px;
	}
	.listText h2 {
		font-size: 14px;
		line-height: 1.3;
		letter-spacing: 0em;
	}
	.listText h2 br {
		display: inline;
	}
	.listText p {
		display: none;
	}
	.listNotes {
		display: block;
		clear: both;
		font-size: 12px;
		font-weight: bold;
		padding-top: 5px;
		letter-spacing: 0em;
	}
}
