@charset "utf-8";
/* ヘッダー */
header {
	width: 1100px;
	margin: auto;
	padding: 25px 0 35px 0;
	position: relative;
}
header ul.btn {
	position: absolute;
	top: 25px;
	right: 0;
	overflow: hidden;
}
header ul.btn li {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	float: right;
	margin-left: 15px;
}
header ul.btn li i {
		font-size: 20px;
		vertical-align: middle;
		margin-top: 8px;
}
header ul.btn li:first-child {
	font-size: 13px;
}
header ul.btn li a {
	color: #fff;
}
header ul.btn li a.btn {
	display: block;
	width: 200px;
	height: 35px;
	color: #fff;
}
header ul.btn li a.new {
	background: #a6875b;
}
header ul.btn li a.login {
	background: #1b4f75;
	padding: 0;
}
header ul.btn li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
header ul.nav {
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: right;
	width: 230px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
header ul.nav li {
	display:inline-block;
	position: relative;
	font-size: 12px;
	padding-left: 10px;
	margin-left: 15px;
}
header ul.nav li::before {
	content: url(../images/header/arrow.jpg);
	position: absolute;
	top: 7px;
	left: 0;
}
header ul.nav li.lock::before {
	content: none;
}
header ul.nav li.lock {
	padding-left: 0;
}
header ul.nav li.lock i {
	color: #999;
	margin-right: 5px;
}
header ul.nav li a {
	color: #fff;
}
/* グローバルナビ */
.gnavi {
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
}
.gnavi ul {
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.gnavi ul li {
	display: block;
	padding: 20px 0;
	text-align: center;
	width: 33%;
	position: relative;
}
.gnavi ul li a {
	display: block;
	width: 100%;
	color: #c9c9c9;
}
.gnavi ul li a i {
	margin-left: 10px;
}
.gnavi ul li::after {
	content: url(../images/gnavi/line.jpg);
	position: absolute;
	top: 20px;
	right: 0;
}
.gnavi ul li:last-child::after {
	content: none;
}
.gnavi ul li a:hover {
	opacity: 0.7;
}
.gnavi ul li a img:hover {
	opacity: 1;
}
.gnavi ul li a img {
	vertical-align: middle;
}
/* フッター */
footer {
	background: #000;
}
footer a {
	color: #fff;
}
footer a:visited {
	color: #fff;
}
footer a:link {
	color: #fff;
}

footer ul.sns {
	background: #333;
	text-align: center;
	padding: 20px 0;
}
footer ul.sns li {
	display: inline-block;
	padding: 0 10px;
}
footer ul.sns li i {
	color: #ccc;
	font-size: 26px;
	vertical-align: middle;
}
footer ul.sns li img {
	vertical-align: middle;
}
footer div.wrapper {
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
}
footer ul.nav {
	float: left;
}
footer ul.nav li {
	display: inline-block;
	padding-right: 20px;
	font-size: 11px;
}
footer div.right {
	width: 230px;
	float: right;
	text-align: right;
}
footer div.right p {
	color: #a3a3a3;
	font-size: 11px;
	line-height: 2em;
}
footer div.right ul.logo li {
	display: inline-block;
	padding-left: 5px;
}
/* 共通 */
.wrapper {
	width: 1100px;
	margin: auto;
}
div#container {
	background: #fff;
	margin: auto;
}
div#topicpath {
	width: 970px;
	padding: 15px 0;
	margin: auto;
}
div#topicpath ul li,div#topicpath ul li a {
	color: #fff;
}
div.page p,div.section-news-detail p {
	color: #333;
}
img.roof {
	display: none;
}
div.section-news-detail {
	clear: both;
}
div.section-news-detail h4 {
	font-weight: bold;
	padding-bottom: 20px;
}
div#detail-profile-head {
	margin: auto;
}
/* トップ */
.mainslide {
	width: 100%;
}
.mainslide li {
	display: block;
	line-height: 0;
}
.mainslide li img {
	width: 100%!important;
	height: auto;
}
.mainslide .slick-dots {
	bottom: 30px;
}
.mainslide .slick-dots li {
	width: 80px;
	height: 5px;
	margin: 0 5px;
}
.mainslide .slick-dots li button {
	display: block;
	width: 80px;
	height: 5px;
}
.mainslide .slick-dots li button::before {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background: #bfbfbf;
	opacity: 1;
}
.mainslide .slick-dots li.slick-active button::before {
	background: #1b4f75;
	opacity: 1;
}
.mainslide .slick-prev, .mainslide .slick-next {
	width: 32px;
	height: 62px;
	z-index: 99;
}
.mainslide .slick-next {
	right: 50px;
}
.mainslide .slick-prev {
	left: 50px;
}
.mainslide .slick-prev::before, .mainslide .slick-next::before {
	content: "";
	font-family: "";
	font-size: 0;
	line-height: 0;
	display: block;
	opacity: 1;
	width: 32px;
	height: 62px;
}
.mainslide .slick-next::before {
	background: url(../images/slider/right.png) no-repeat;
}
.mainslide .slick-prev::before {
	background: url(../images/slider/left.png) no-repeat;
}
.mainslide.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.topnews {
	clear: both;
	padding-top: 55px;
	padding-bottom: 70px;
}
.topnews h2 {
	padding-bottom: 35px;
}
.topnews div.newslist {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
.topnews div.newslist div.box {
	width: 298px;
	padding-right: 50px;
	margin-right: 50px;
	border-right: #3d3737 1px solid;
}
.topnews div.newslist div.box.last {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.topnews div.newslist div.box img.img {
	margin-bottom: 20px;
}
.topnews div.newslist div.box h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.topnews div.newslist div.box p.date {
	font-size: 11px;
	padding-bottom: 20px;
}
.topnews div.newslist div.box p,.topnews div.newslist div.box a {
	color: #aaaaab;
}
.topnews div.newslist div.box a.more {
	margin-top: 20px;
	display: block;
}
.topnews div.newslist div.box ul {
	padding-top: 15px;
}
.topnews div.newslist div.box ul li {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
}
.topnews a.btnmore {
	display: block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #4d4d4d;
	color: #fff;
}
.topnews a.btnmore:visited {
	color: #fff;
}
.topnews a.btnmore:link {
	color: #fff;
}
.topnews a.btnmore:hover {
	text-decoration: none;
	opacity: 0.8;
}
.topbtm {
	background: #1b1b1b;
}
.topbtm div.wrapper {
	display: flex;
	justify-content: space-between;
}
.topbtm div.left {
	width: 560px;
	padding-top: 35px;
	padding-bottom: 20px;
}
.topbtm div.left h3 {
	color: #fff;
	font-size: 14px;
	padding-bottom: 20px;
	line-height: 2em;
	font-weight: normal;
}
.topbtm div.left a.btn {
	background: #1b4f75;
	display: block;
	width: 580px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 70px;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: #113047 3px solid;
	margin-bottom: 25px;
}
.topbtm div.left a.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.topbtm div.left a.btn img {
	margin-right: 20px;
	vertical-align: text-bottom;
}
.topbtm div.left dl dt {
	border-top: #626262 1px solid;
	padding-top: 30px;
	color: #68a0be;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.topbtm div.left dl dd {
	margin-left: 0;
	font-size: 14px;
	padding-bottom: 15px;
	color: #fff;
}
.topbtm div.left dl dd p {
	font-size: 14px;
	color:#fff;
}
.topbtm div.left dl dd.mlmg form p {
	display: none;
}
.topbtm div.left dl dd.mlmg {
	overflow: hidden;
}
.topbtm div.left dl dd.mlmg a  {
	color: #68a0be;
	float: right;
	padding-right: 20px;
	position: relative;
}
.topbtm div.left dl dd.mlmg a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 2px solid #68a0be;
	border-right: 2px solid #68a0be;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topbtm div.left dl dd ul {
	padding-bottom: 15px;
}
.topbtm div.left dl dd ul li {
	display: inline-block;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
}
.topbtm div.left dl dd input[type=text] {
	background: #d3d3d3;
	width: 420px;
	height: 50px;
	border-radius: 10px;
	font-size: 14px;
	box-sizing: border-box;
}
.topbtm div.left dl dd input[type=submit] {
	background: #1b4f75;
	color: #fff;
	width: 100px;
	height: 50px;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 13px;
	border: none;
}
.topbtm div.left dl dd ul li a {
	color: #fff;
	position: relative;
	padding-left: 10px;
}
.topbtm div.left dl dd ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
.topbtm div.right {
	background: #2b2b2b;
	width: 380px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
}
.topbtm div.right img.only {
	position: absolute;
	top: 20px;
	right: 25px;
}
.topbtm div.right h3 {
	padding-bottom: 10px;
}
.topbtm div.right h4 {
	color: #fff;
	font-size: 16px;
}
.topbtm div.right div.inner {
	width: 290px;
}
.topbtm div.right p {
	color: #fff;
	font-size: 13px;
}
.topbtm div.right p.txt {
	color: #aaaaab;
	font-size: 12px;
	padding-bottom: 25px;
}
.topbtm div.right p.txt img {
	vertical-align: middle;
	margin-left: 10px;
}
.topbtm div.right a {
	color: #aaaaab;
	margin-top: 20px;
	display: block;
}
/* プロジェクト */
.ttl_project {
	background: #191919;
	padding-bottom: 64px;
}
.ttl_project ul.bread {
	width: 1100px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.ttl_project ul.bread li a {
	color: #888;
	margin-right: 10px;
}
.ttl_project ul.bread li {
	color: #fff;
	display: inline;
	padding-right: 10px;
}
.ttl_project ul.bread li span {
	color: #888;
}
.ttl_project h2 {
	text-align: center;
}
.nav_project {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1100px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.nav_project li {
	display: block;
	width: 260px;
	height: 59px;
	padding-bottom: 20px;
}
.projectbox {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
.projectbox p {
	color: #fff;
}
.projectbox img {
	display: block;
}
.projectbox img.img {
	width: 62.5%;
	height: 100%;
}
.projectbox div.boxtxt {
	width: 37.5%;
	background: #1b1b1b;
	box-sizing: border-box;
	padding: 60px;
}
.projectbox h3 {
	padding-bottom: 25px;
}
.projectbox h3 img {
	max-width: 100%;
}
.projectbox div.boxtxt.mid {
	padding: 30px;
}
.projectbox div.boxtxt.mid h3 {
	width: 80%;
}

@media screen and  (max-width: 1365px) {
	.projectbox div.boxtxt.mid {
		padding: 20px 10px;
	}
}
@media screen and  (max-width: 1260px) {
	.projectbox div.boxtxt.mid {
		padding: 15px 5px;
	}
	.projectbox div.boxtxt.mid h3 {
		width: 65%;
	}
}
@media screen and  (max-width: 1250px) {
	.projectbox div.boxtxt {
		padding: 20px;
	}
	
}
@media screen and  (max-width: 1200px) {
	.projectbox div.boxtxt.mid {
		padding: 10px 5px;
	}
	.projectbox div.boxtxt.mid h3 {
		width: 50%;
	}
}
@media screen and  (max-width: 1190px) {
	.projectbox div.boxtxt.dw h3 {
		width: 70%;
	}
}
.projectL {
	width: 1100px;
	min-height: 300px;
	margin: auto;
	position: relative;
	padding-left: 500px;
	margin-bottom: 65px;
	box-sizing: border-box;
}
.projectL img {
	position: absolute;
	top: 0;
	left: 0;
}
.projectR {
	width: 1100px;
	min-height: 300px;
	margin: auto;
	position: relative;
	padding-right: 500px;
	margin-bottom: 65px;
	box-sizing: border-box;
}
.projectR img {
	position: absolute;
	top: 0;
	right: 0;
}
.projectL p,.projectR p {
	font-size: 13px;
	line-height: 1.7em;
	color: #fff;
}
a.projectmore {
	display: block;
	width: 400px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #4d4d4d;
	margin: 0 auto 100px auto;
	color: #fff;
}
a.projectmore:hover {
	text-decoration: none;
	opacity: 0.8;
}
a.pagetop {
	width:70px;
	height:70px;
	display:block;
	position:fixed;
	right:0;
	bottom:15px;
	z-index: 9999;
}
a.pagetop:hover {
	text-decoration:none;
	opacity:0.8;
}
/* セリエA20周年記念スペシャル */
.ttl_project.sp20ttl {
	padding-bottom: 0;
}
.ttl_project.sp20ttl ul {
	padding-bottom: 20px;
}
.ttl_project.sp20ttl h2 img {
	width: 100%;
	display: block;
}
.sp20read {
	text-align: center;
	padding: 70px 0;
}
.sp20read p {
	font-size: 18px;
	line-height: 2em;
	color: #fff;
}
.sp20_1 p,.sp20_2 p,.sp20_3 p {
	color: #fff;
}
.sp20_1 {
	background: url(../images/20thspecial/bg1.jpg) center top no-repeat;
	background-size: 100%;
	padding: 50px 0;
}
.sp20_2 {
	background: url(../images/20thspecial/bg2.jpg) center top no-repeat;
	background-size: 100%;
	padding: 50px 0;
}
.sp20_3 {
	background: url(../images/20thspecial/bg3.jpg) center top no-repeat;
	background-size: 100%;
	padding: 50px 0;
}
@media screen and (max-width: 1360px) {
.sp20_1 {
	background: url(../images/20thspecial/bg1.jpg) center top no-repeat;
	background-size: 1360px auto;
}
.sp20_2 {
	background: url(../images/20thspecial/bg2.jpg) center top no-repeat;
	background-size: 1360px auto;
}
.sp20_3 {
	background: url(../images/20thspecial/bg3.jpg) center top no-repeat;
	background-size: 1360px auto;
}
}
.sp20_1 div.box,.sp20_3 div.box {
	background: rgba(0,0,0,0.7);
	width: 900px;
	margin-left: 200px;
	padding-top: 35px;
	padding-bottom: 45px;
}
.sp20_2 div.box {
	background: rgba(0,0,0,0.7);
	width: 900px;
	padding-top: 35px;
	padding-bottom: 45px;
}
.sp20_1 div.box h3,.sp20_2 div.box h3,.sp20_3 div.box h3 {
	padding-bottom: 45px;
}
.sp20_1 div.box div.cont,.sp20_2 div.box div.cont,.sp20_3 div.box div.cont {
	position: relative;
	width: 800px;
	margin: auto;
	box-sizing: border-box;
	padding-left: 225px;
}
.sp20_3 div.box div.cont {
	padding-left: 360px;
}
.sp20_1 div.box div.cont img,.sp20_2 div.box div.cont img,.sp20_3 div.box div.cont img {
	position: absolute;
	top: 0;
	left: 0;
}
.sp20_1 div.box div.cont h4,.sp20_2 div.box div.cont h4,.sp20_3 div.box div.cont h4 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.sp20_1 div.box div.cont h4 span,.sp20_2 div.box div.cont h4 span,.sp20_3 div.box div.cont h4 span {
	font-family: 'Roboto', sans-serif;
	display: block;
	padding-bottom: 10px;
	line-height: 1em;
}
.sp20_1 div.box div.cont h4::after,.sp20_2 div.box div.cont h4::after,.sp20_3 div.box div.cont h4::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #95823a;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sp20present {
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: center;
	position: relative;
}
.sp20present a {
	display: block;
	width: 448px;
	line-height: 77px;
	height: 77px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	background: #776528;
	position: absolute;
	bottom: 140px;
	left: 50%;
	margin-left: -224px;
}
.sp20present a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sp20present a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.spbtmimg {
	display: block;
	width: 100%;
}

.th20contentsTable {
	color:#ffffff;
}

.th20contentsTable a{
	color:#ffffff;
}

.th20contentsTable th{
	width:60px;
	padding-bottom:5px;
	text-align:left;
	vertical-align: top;
}

.th20contentsTable td{
	padding-bottom:5px;
}

.sp20_3 .th20contentsTable th{
	width:100px;
}