@charset "utf-8";
main {
	padding: 65px 0;
}
.wrap {
	width: 1100px;
	max-width: 89%;
}
h3 {
	margin: 40px 0 50px;
}
h3.title {
	color: #002855;
	font-size: 40px;
	margin: 0 0 20px;
	padding: 0 0 0 50px;
	position: relative;
}
h3.title:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 47px;
	background: url(../images/common/title_icon_left.png) no-repeat center/cover;
	left: 0;
}

.linkbtn {
	margin: 0 0 80px;
	display: flex;
	gap: 0 50px;
	list-style: none;
}
.linkbtn li {
	width: 320px;
}
.linkbtn li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: 'TradeGothicLT-Bold', sans-serif;
	padding: 15px 0 30px;
	position: relative;
}
.linkbtn li.biovia a .sp_on {
	display: none;
}
.linkbtn li a:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 13px;
	background: url(../images/common/white_triangle.png) no-repeat center/cover;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.linkbtn li.medidata a:after {
	background: url(../images/common/navy_triangle.png) no-repeat center/cover;
}
.linkbtn li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.linkbtn li:nth-child(1) a {
	background: #002855;
}
.linkbtn li:nth-child(2) a {
	background: #c8d300;
	color: var(--navy);
}
.linkbtn li:nth-child(3) a {
	background: #005686;
}
.linkbtn li:nth-child(4) a {
	background: #008FBE;;
}

#anc02 ul li .item {
	flex-direction: column;
}
#anc02 ul li .item .contents {
	display: flex;
	width: 100%;
	/*justify-content: space-between;*/
}
#anc02 ul li .item .contents .container {
	width: 80%;
	margin-bottom: 10px;
}



/* スタンプラリー */
.stamp {
	padding: 80px 0;
}
.stamp h3 {
	color: #002855;
	font-size: 40px;
	margin: 0 0 20px;
	padding: 0 0 0 50px;
	position: relative;
}

.stamp h3:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 47px;
	background: url(../images/common/title_icon_left.png) no-repeat center/cover;
	left: 0;
}

.stamp p {
	font-size: 20px;
	line-height: 1.6;
	color: #000;
	font-weight: bold;
}
.stamp dl {
	width: 100%;
	display: flex;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.08);
}
.stamp dl dt {
	width: 193px;
	background: #002855;
	color: #fff;
	font-size: 20px;
	padding: 30px 40px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
}
.stamp dl dd {
	width: 907px;
	background: #fff;
	font-size: 20px;
	padding: 30px 20px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: left;
}
.stamp .stamp_txt {
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 0;
}
#anc01 {
    padding-top: 150px;
    margin-top: -150px;
}
#anc02, #anc03 {
    padding-top: 120px;
    margin-top: -120px;
}
.sponsor .category-title {
	line-height: 1.75;
	font-size: 26px;
	background: #002855;
	color: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	margin-bottom: 25px;
	font-weight: bold;
}
#anc01 .category-title {
	background: #002855;
}
#anc02 .category-title {
	background: #c8d300;
	color: #002855;
}
#anc03 .category-title {
	background: #005686;
}

.sponsor {
	margin-bottom: 65px;
}
.sponsor .category-title {
	border-bottom: 1px solid #ccc;
	line-height: 1.75;
	font-size: 20px;
}
.sponsor .category-detail {
	font-size: 16px;
	padding: 10px;
}
.sponsor .category {
	margin: 0;
}
.sponsor .category ul {
	list-style: none;
	padding: 0;
}
.sponsor .category ul li {
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.08);
	padding: 30px 20px;
}
.sponsor .category ul li:first-child {
	border-top: none;
}
.sponsor .category ul li .item {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.sponsor .category ul li .item .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	/*min-width: 270px;*/
	/*max-width: 28%;*/
	width: 30%;
}
.sponsor .category ul li .item .logo img {
	width: 70%;
	height: auto;
}
.sponsor .category ul li .item .logo.paraxel img {
	width: 55%;
}
.sponsor .category ul li .item .logo.zifo img {
	width: 45%;
}
.sponsor .category ul li .item .logo.fujitsu img {
	width: 50%;
}

.sponsor .category ul li .item .contents {
	width: 80%;
}
.sponsor .category ul li .item .contents .corp {
	font-size: 24px;
	color: #002855;
	margin: 0 0 14px 0;
	font-weight: bold;
	border-bottom: 1px solid #002855;
}
.sponsor .category ul li .item .contents .title {
	font-size: 18px;
	margin: 0 0 14px 0;
}
.sponsor .category ul li .item .contents .description {
	font-size: 15px;
	line-height: 1.5;
}
#anc01 .category ul li .item .contents .corp {
	border-bottom: 1px solid #002855;
}
#anc02 .category ul li .item .contents .corp {
	border-bottom: 1px solid #c8d300;
}
#anc03 .category ul li .item .contents .corp {
	border-bottom: 1px solid #005686;
}
.sponsor .category ul li .item .contents .corp a {
	color: #002855;
	font-weight: bold;
	line-height: 2;
}
.sponsor .category ul li .item .contents .corp a:hover {
	text-decoration: none;
}
.sponsor .category ul li .item .contents .title {
	font-size: 18px;
	margin: 0 0 14px 0;
}
.sponsor .category ul li .item .contents .description {
	font-size: 15px;
	line-height: 1.5;
}