@charset "utf-8";

/*
==================================================
top.css
==================================================
サイト名: 海燕论坛_海燕策略 グローバル推進本部国際戦略室
--------------------------------------------------*/

/*
--------------------------------------------------
[レイアウト]
==================================================*/

#contents {
	margin: 50px 0 0 0;
}


/*
--------------------------------------------------
[ヒーローエリア]
==================================================*/

#hero {
	position: relative;
	margin-top: 25px;
	width: 100%;
}

@media (max-width: 920px) {
	#hero {
		margin: 0;
	}
}


/*	メインスライダー
--------------------------------------------------*/

#mainslider {
	overflow: hidden;
}
#mainslider .slick-slide img {
	width: 100%;
}

/* slick-dots */

#mainslider .slick-dots li {
	width: 15px !important;
	float: none;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#mainslider .slick-dots {
	position: absolute;
	bottom: 5px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
#mainslider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}
#mainslider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#mainslider .slick-dots li button:hover,
#mainslider .slick-dots li button:focus {
	outline: none;
}
#mainslider .slick-dots li button:hover:before,
#mainslider .slick-dots li button:focus:before {
	opacity: 1;
}
#mainslider .slick-dots li button:before {
	font-size: 14px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	font-family: "メイリオ", Meiryo;
	content: '●';
	text-align: center;
	color: #a1ccca;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#mainslider .slick-dots li.slick-active button:before {
	color: #008580;
}
#mainslider .slick-dots li button:hover:before {
	color: #008580;
}


/*	キャッチコピー
--------------------------------------------------*/
#catchcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 900;
	margin: -50px 0 0 -310px;
	width: 630px;
	height: 100px;
	text-align: center;
}
#catchcopy img {
	width: 630px;
	height: auto;
}

@media (max-width: 920px) {
	#catchcopy {
		margin: 0 0 0 -157px;
		width: 315px;
		height: auto;
	}
	#catchcopy img {
		width: 315px;
		height: auto;
	}
}
@media (max-width: 767px) {
	#catchcopy {
		margin: -25px 0 0 -157px;
		width: 315px;
		height: auto;
	}
	#catchcopy img {
		width: 315px;
		height: auto;
	}
}


/*
--------------------------------------------------
[コンテンツ]
==================================================*/

.heading {
	padding: 14px 0 12px 0;
	border-top: 3px solid #008580;
}
.heading .headline {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.heading .more {
	display: inline-block;
	margin: 0;
	float: right;
	padding-top: 0.3em;
	font-weight: normal;
	font-size: 85%;
}
.heading .more a {
	text-decoration: none;
}

@media (max-width: 991px) {
	.heading .more {
		font-size: 95%;
	}
}

.post-title {
	font-weight: bold;
}

.col-left {
	width: 390px;
	float: left;
}
.col-right {
	width: 640px;
	float: right;
}

@media (max-width: 1090px) {
	.col-left {
		width: 35%;
	}
	.col-right {
		width: 60%;
	}
}
@media (max-width: 991px) {
	.col-left, 
	.col-right {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
}


/*	クローズアップ
--------------------------------------------------*/

.closeup-area {
	margin-bottom: 40px;
}
.closeup-area .post-title {
	display: inline;
	margin-top: 15px;
	font-size: 110%;
}
.closeup-inner {
	position: relative;
}
.closeup-inner img {
	margin: 0 20px 10px 0;
	width: 330px;
	height: 210px;
	float: left;
}

@media (max-width: 767px) {
	.closeup-inner img {
		width: 47.5%;
		height: auto;
	}
}
@media (max-width: 640px) {
	.closeup-inner img {
		width: 100%;
		height: auto;
	}
}


/*	募集中の海燕论坛_海燕策略
--------------------------------------------------*/

.event-list {
	margin-bottom: 40px;
}
.event-list li {
	padding: 12px 0;
	border-top: 1px solid #e3e3e5;
}
.event-list li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.event-list li .date-area {
	padding: 7px 0;
	color: #fff;
	font-weight: bold;
	width: 15%;
	float: left;
	background-color: #008580;
}
.event-list li .date-area p {
	margin: 0;
	line-height: 1.1;
	text-align: center;
}
.event-list li .date-area .month { font-size: 115%; }
.event-list li .date-area .day { font-size: 190%; }
.event-list li .date-area .year { color: #8db8b6; font-size: 80%; }

.event-list li .text-area {
	line-height: 1.6;
	width: 82%;
	float: right;
}

.event-list .post-title {
	margin: 0 0 3px 0;
	font-size: 105%;
}
.event-list .date {
	margin: 0;
	color: #515151;
}
.event-list .date span {
	padding-left: 10px;
}

@media (max-width: 991px) {
	.event-area {
		margin-bottom: 40px;
	}
}


/*	海燕论坛_海燕策略?ニュース
--------------------------------------------------*/

.information-unit li {
	position: relative;
	margin: 0 35px 30px 0;
	width: 190px;
	float: left;
	box-sizing: border-box;
}
.information-unit li:nth-child(5n) {
	margin: 0 0 30px 0;
}
.information-unit li a {
	text-decoration: none;
}
.information-unit li .post-photo img {
	width: 190px;
	height: 120px;
}
.information-unit li .post-title {
	margin: 0;
	font-size: 105%;
	text-decoration: underline;
}
.information-unit li .date {
	margin: 5px 0 0 0;
	color: #515151;
	font-size: 95%;
}
.information-unit li .tag, 
.closeup-area .tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: inline-block;
	color: #fff;
	font-size: 80%;
	opacity: 0.8;
}
.information-unit li .tag span, 
.closeup-area .tag span {
	display: inline-block;
	padding: 5px 7px 5px 30px;
}
.information-unit li .tag .tag_activity, 
.closeup-area .tag .tag_activity { background: url('/osip/img/icon_tag01.png') no-repeat 5px center #1e62a1; }
.information-unit li .tag .tag_report, 
.closeup-area .tag .tag_report { background: url('/osip/img/icon_tag02.png') no-repeat 5px center #b22222; }
.information-unit li .tag .tag_event, 
.closeup-area .tag .tag_event { background: url('/osip/img/icon_tag03.png') no-repeat 5px center #db7c17; }
.information-unit li .tag .tag_INTL-support, 
.closeup-area .tag .tag_INTL-support { background: url('/osip/img/icon_tag04.png') no-repeat 5px center #6d44a1; }

.information-unit li .tag a:link, 
.information-unit li .tag a:visited, 
.closeup-area .tag a:link, 
.closeup-area .tag a:visited {
	color: #fff;
}

.information-unit li .tag a:hover .tag_activity, 
.closeup-area .tag a:hover .tag_activity { background: url('/osip/img/icon_tag01.png') no-repeat 5px center #5195d4; }
.information-unit li .tag a:hover .tag_report, 
.closeup-area .tag a:hover .tag_report { background: url('/osip/img/icon_tag02.png') no-repeat 5px center #e05252; }
.information-unit li .tag a:hover .tag_event, 
.closeup-area .tag a:hover .tag_event { background: url('/osip/img/icon_tag03.png') no-repeat 5px center #f5a551; }
.information-unit li .tag a:hover .tag_support, 
.closeup-area .tag a:hover .tag_INTL-support { background: url('/osip/img/icon_tag04.png') no-repeat 5px center #8a69b3; }

@media (max-width: 1090px) {
	.information-unit li {
		margin: 0 4% 30px 0;
		width: 22%;
	}
	.information-unit li:nth-child(4n) {
		margin: 0 0 30px 0;
	}
	.information-unit li:nth-child(5n) {
		margin: 0 4% 30px 0;
	}
		.information-unit li .post-photo img {
			width: 100%;
			height: auto;
		}
}

@media (max-width: 767px) {
	.information-unit li {
		margin: 0 0 30px 0;
		width: 47.5%;
	}
	.information-unit li:nth-child(2n) {
		margin: 0 0 30px 0;
		float: right;
	}
	.information-unit li:nth-child(5n) {
		margin: 0 0 30px 0;
	}
}


/*	海燕论坛_海燕策略国際戦略室へようこそ
--------------------------------------------------*/

.intro-area {
	margin: 40px 0 50px 0;
	padding: 60px 0;
	background: url('/osip/img/top/bg_intro.gif') no-repeat center center #dcf2f1;
	border-top: 1px solid #d2eceb;
	border-bottom: 1px solid #d2eceb;
	text-align: center;
}
.intro-title {
	color: #008580;
	font-size: 220%;
	font-weight: normal;
}
.intro-area p {
	font-size: 110%;
}

@media (max-width: 991px) {
	.intro-area {
		margin: 20px 0;
	}
	.intro-area .container {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.intro-title {
		font-size: 180%;
	}
	.intro-area p {
		font-size: 100%;
	}
}
@media (max-width: 767px) {
	.intro-title {
		font-size: 160%;
	}
}





