@charset "UTF-8";

#keyword .content > ul li h2 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
/*------------------------------------------------------------

   keyword

--------------------------------------------------------------*/

#keyword .lead {
	text-align: center;
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .lead {
		text-align: left;
	}
}

/* index
--------------------------------------------------------------*/
#keyword .content > ul li,
#keyword .content > ul li .icon {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
#keyword .content > ul {
	letter-spacing: 0;
	font-size: 0;
	line-height: 1;
	margin: -4%;
	/*background: #eee;*/
	overflow: hidden;
	position:relative;
}
#keyword .content > ul .btn {
	position: relative;
	vertical-align: top;
	background: #f8f8f8;
	display: inline-block;
	cursor: pointer;
	width: 24%;
	height: 274px;
	margin: 0.5%;
	/*padding: 20px;*/
	border: 0px solid #066a5e;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#keyword .content > ul {
		margin: -1.65%;
	}
	#keyword .content > ul .btn {
		margin: 1.65%;
		width: 30%;
		height: 204px;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .content > ul .btn {
		width: 97%;
		height: 190px;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 320px ){
	#keyword .content > ul .btn {
		width: 97%;
	}
}

#keyword .content > ul .btn:hover {
	border-width: 10px;
}
/* h2 */
#keyword .content > ul .btn h2 {
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 1.2;
	text-align: center;
	padding: 40px 0;
	color: #066A5E;
}
#keyword .content > ul .btn h2 .sub {
	position: absolute;
	display: block;
	width: 100%;
	font-size: 60%;
	margin-top: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#keyword .content > ul .btn h2 {
		font-size: 2.4vw;
		letter-spacing: 0;
		padding: 30px 0;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .content > ul .btn h2 {
		font-size: 6vw;
		padding: 25px 0 20px 0;
	}
	#keyword .content > ul .btn h2 .sub {
		margin-top: 0.5em;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 320px ){
	#keyword .content > ul .btn h2 {
		font-size: 6.4vw;
	}
}

/* icn */
#keyword .content > ul .btn .icon {
	position: relative;
	width: 100%;
	height: 180px;
	margin-top: -25px;
}
#keyword .content > ul .btn .icon > img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#keyword .content > ul .btn:hover .icon {
	height: 150px;
}

/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#keyword .content > ul .btn .icon > img {
		zoom:0.7;
	}
	#keyword .content > ul .btn .icon {
		height: 140px;
		/*background: #ccc;*/
	}
	#keyword .content > ul .btn:hover .icon,
	#keyword .content > ul .btn.open .icon {
		height: 110px !important;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .content > ul .btn .icon {
		height: 126px;
		margin-top: -20px;
		/*background: #ccc;*/
	}
	#keyword .content > ul .btn:hover .icon,
	#keyword .content > ul .btn.open .icon {
		height: 98px !important;
	}
}

/* open
--------------------------------------------------------------*/
#keyword .content > ul .btn.open {
	border-width: 10px;
}
#keyword .content > ul .btn.open .icon {
	height: 150px;
}
#keyword .content > ul .btn.open:after {
	content:url('../about/images/icn_win_arrow.png');
	position: absolute;
	line-height: 0;
	font-size: 0;
	bottom:-100px;
	width: 100%;
	text-align: center;
	zoom:0.5;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#keyword .content > ul .btn.open:after {
		bottom:-80px;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .content > ul .btn.open:after {
		bottom:-60px;
	}
}

/* detail
--------------------------------------------------------------*/
#keyword .content .detail {
	display: none;
}

/*------------------------------------------------------------

   detailWindow

--------------------------------------------------------------*/
#keyword .detailWindow {
	background: #066a5e;
	width: 92%;
	/*height: 360px;*/
	height: auto;
	/*max-height: 360px;*/
	margin: 0 3.5%;
	padding: 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	overflow: hidden;
		-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
	opacity: 1;
}
#keyword .detailWindow.hide {
/*	height: 0px;
	padding: 0 40px;*/
	padding: 0 40px;
	opacity: 0;

}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#keyword .detailWindow {
		margin: 3% 1.5%;
		width: 96.8%;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 320px ){
	#keyword .detailWindow {
		margin: 4% 1.5%;
	}
}

#keyword .detailWindow .detail {
	display: block;
	height: 100%;
	width: 100%;
	overflow: visible;
	position:relative;
}

#keyword .detailWindow .detail .image {
	float: left;
	margin-right: 38px;
	background: #f8f8f8;
	width: 300px;
	height: 274px;
	position: relative;
}
#keyword .detailWindow .detail .image.innovation {
	background: #f8f8f8;
	width: 300px;
	height: 224px;
	position: relative;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#keyword .detailWindow .detail .image {
		zoom:0.7;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .detailWindow .detail .image {
		float: none;
		margin: 0 auto;
		margin-bottom: 68px;
		margin-top: 38px;
	}
}

#keyword .detailWindow .detail .image.bgNone {
	background: none;
}
#keyword .detailWindow .detail .image img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#keyword .detailWindow .detail .image img.innovation {
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#keyword .detailWindow .detail p {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	color: #FFF;

	width: 100%;
	height: 274px;
	padding: 0 20px;
	vertical-align: middle;
	display: table-cell;
}
#keyword .detailWindow .detail .statement {
	width: 100%;
	height: 70px;
	border: 1px solid #fff;
	margin-top: 15px;
	background: linear-gradient(to bottom right, #308dba, #309a7b);
}
#keyword .detailWindow .detail .statement:hover {
	background: linear-gradient(to bottom right, #309a7b, #308dba);
	transition: background 1.5s;
}
#keyword .detailWindow .detail .statement a p {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	height: auto;
	padding: 20px 0;
	text-align: center;
	display: inline-block;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#keyword .detailWindow .detail p {
		height: auto;
		padding-left: 20px !important;
		padding-right: 0;
	}
	#keyword .detailWindow .detail .statement {
		width: 100%;
		height: 33px;
	}
	#keyword .detailWindow .detail .statement a p {
		font-size: 15px;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .detailWindow .detail p {
		padding: 0 !important;
	}
}

#keyword .detailWindow .detail p a {
	color: #FFC826;
}
#keyword .detailWindow .detail p a:hover {
	color: #fff;
}

/* banner
--------------------------------------------------------------*/
#keyword .detailWindow .detail p .banner {
	display: block;
	margin-top: 3em;
}
#keyword .detailWindow .detail p .banner img {
	width: 100%;
	height: auto;
}

/* list
--------------------------------------------------------------*/
#keyword .detailWindow .detail p .green {
	color: #6ce5b0;
}
#keyword .detailWindow .detail p .list {
	/*font-weight: normal;*/
	display: block;
	margin: 0.4em 0 ;
	color: #6ce5b0;
	line-height: 1.8;
	text-indent: -1.2em;
	padding-left: 1.4em;
}
#keyword .detailWindow .detail p .list.dl {
	text-indent: 0;
	padding-left: 0;
}
#keyword .detailWindow .detail p .list .dd {
	display: block;
	margin-left: 1em;
	font-weight: normal;
	text-indent: 0;
	padding-left: 0;
	font-weight: bold;
}
/* asterisk
--------------------------------------------------------------*/
#keyword .detailWindow .detail p .asterisk {
	vertical-align: super;
	font-weight: normal;
	font-size: 0.5em;
}
#keyword .detailWindow .detail p .annotation {
	font-weight: normal;
	font-size: 0.8em;
}
#keyword .detailWindow .detail p .annotation.block {
	display: block;
	margin-top: 3em;
}
#keyword .detailWindow .detail p .annotation .list {
	margin: 0 ;
	color: #fff;
}
#keyword .detailWindow .detail p .codicil {
	display: block;
	margin-top: 3em;
}

/* closeBtn
--------------------------------------------------------------*/
#keyword .detailWindow .detail .closeBtn {
	position: absolute;
	top:-38px;
	right: -38px;
}
#keyword .detailWindow .detail .closeBtn:after {
	font-family: 'Linearicons';
	content: '\e935';
	font-size: 32px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .detailWindow .detail .closeBtn {
		top:-64px;
	}
}


/* imgLarge
--------------------------------------------------------------*/
#keyword .detailWindow .detail.imgLarge .image  {
	width: 570px;
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#keyword .detailWindow .detail.imgLarge .image  {
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#keyword .detailWindow .detail.imgLarge .image img {
		width: 100%;
		display: block;
	}
}
