@charset "utf-8";

/* override */
@media screen and (min-width: 768px) {
  .secContentArea {
    padding-bottom: 90px;
  }
  .attentionWrap {
  /*  display: none;*/
    margin-top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .attentionWrap {
    display: none;
  }
  .attentionWrap_sp {
    display: block !important;
  }
}

/* 共通 */
.spCon {
  display: none;
}
.tac {
}
.tac > span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .spCon {
    display: block;
  }
  .tac > span {
    font-size: 13px;
  }
}


/* ページレイアウト */
.text-lead {
	margin-bottom: 40px;
	color: #222;
	font-size: 18px;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: .075em;
	line-height: 1.7777;
}

.text-lead_main {
	display: block;
	margin-bottom: 14px;
	color: #1d2088;
	font-size: 30px;
	letter-spacing: .075em;
	line-height: 1.5333;
}

.boxSkin02.productHistory {
	overflow: hidden;
	padding: 0;
	border-top: 4px solid #1d2088;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
}

.productsBox {
	padding: 40px 100px 96px;
	font-feature-settings: "palt";
}

.productsBox:not(:first-child) {
	position: relative;
}

.productsBox:not(:first-child)::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	display: block;
	width: 24px;
	height: 26px;
	background-image: url(../img/arrow_btm_01.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.productsBox:nth-of-type(even) {
	background-color: #edf0fe;
}

.productsBox:last-child {
	padding-bottom: 111px;
}

.productsBoxTitle {
	margin-bottom: 22px;
	color: #1d2088;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
}

.productsBoxTitle .year {
	font-family: Roboto, sans-serif;
	font-size: 62px;
}

.productsBoxTitle b {
	font-size: 35px;
}

.productsBoxBody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.productImg {
	flex-basis: 52.093%;
	max-width: 52.093%;
}

.productImg img {
	display: block;
	width: 100%;
}

.productLabel {
	display: block;
	margin-top: 10px;
	width: 82px;
}

.productBody {
	flex-basis: 41.8604%;
	max-width: 41.8604%;
}

.productBodyTitle {
	margin-bottom: 5px;
	color: #1d2088;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em
}

.productBodyTxt {
	color: #222;
	font-size: 18px;
	letter-spacing: .025em;
	line-height: 1.5555;
}

.productBoxTxt {}

.productBodyCaution {
	margin-top: 6px;
	font-size: 12px;
	letter-spacing: .025em;
}

.productBodyBtn {
	margin-top: 35px;
}

.productsBoxClosingImg {
	margin-top: 70px;
	margin-bottom: 33px;
	text-align: center;
}

.productsBoxClosingImg img {
	max-width: 589px;
}

.productsBoxClosingCaption {
	margin-bottom: 73px;
	font-size: 18px;
	text-align: center;
}

.productsBoxClosingWords {
	color: #0005a2;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.52;
	text-align: center;
}

.btnSkin02 {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	max-width: 230px;
	min-width: 0;
	height: 34px;
	font-size: 13px;
	line-height: 34px;
	letter-spacing: .05em;
}

/* ブランク */
.btnSkin02[target="_blank"]:after {border: 1px solid tomato;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	border: 0 !important;
	background-image: url(/eve/common/img/icon_window_wt.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	transform: rotate(0) translateY(0);
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btnSkin02[target="_blank"]:hover:after {
	border: 1px solid tomato;
	background-image: url(/eve/common/img/icon_window.svg);
}

.event {
	margin-top: 86px;
	width: 100%;
}

.event:before,
.event:after {
	content: "";
	display: block;
	overflow: hidden;
}

.event:after {
	clear: both;
}

.eventTitle {
	margin-bottom: 50px;
	color: #1d2088;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.3333;
	text-align: center;
}

.eventTitleSub {
	display: inline-block;
	margin-bottom: 7px;
	border-bottom: 2px solid #1d2088;
	font-size: 18px;
	font-weight: normal;
}

.eventTitleYear {
	font-size: 18px;
}

.eventImg {
	float: right;
}

.event1985 .eventImg {
	margin-right: 12px;
	width: 350px;
}

.event1990 .eventImg {
	margin-right: 12px;
	width: 339px;
}

.event2006 .eventImg {
	margin-right: 35px;
	width: 287px;
}

.event2016 .eventImg {
	width: 354px;
}

.eventText {
	padding-top: 72px;
	font-size: 18px;
	line-height: 1.5555;
	letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
	.text-lead {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 1.826;
		letter-spacing: 0;
	}

	.text-lead .text-lead_main {
		margin-bottom: 11px;
		font-size: 16px;
		line-height: 1.375;
		letter-spacing: 0;
	}

	.boxSkin02.productHistory {
		padding-bottom: 0;
	}

	.productsBox {
		padding: 52px 15px 55px;
	}

	.productsBox:not(:first-child)::before {
		top: -12px;
		width: 20px;
		height: 22px;
	}

	.productsBox:last-child {
		padding-bottom: 67px;
	}

	.productsBoxTitle {
		margin-bottom: 18px;
		font-size: 12px;
		letter-spacing: 0;
	}

	.productsBoxTitle .year {
		font-size: 41px;
		line-height: 1.2;
	}

	.productsBoxTitle b {
		display: block;
		margin-top: -2px;
		font-size: 20px;
		letter-spacing: .025em;
	}

	.productsBoxBody {
		display: block;
	}

	.productImg {
		margin: 0 auto 25px;
		width: 74%;
		max-width: none;
		text-align: center;
	}

	.productLabel {
		margin-right: auto;
		margin-left: auto;
		width: 50px;
		margin-top: 6px;
	}

	.productBody {
		width: 100%;
		max-width: none;
		text-align: center;
	}

	.productBodyTitle {
		margin-bottom: 7px;
		font-size: 12px;
	}

	.productBodyTxt {
		font-size: 14px;
		text-align: center;
		line-height: 1.6428;
	}

	.productBodyCaution {
		font-size: 10px;
		line-height: 1.6;
	}

	.productBodyBtn {
		margin-top: 17px;
	}


	.productsBoxClosingImg {
		margin-top: 8px;
		margin-bottom: 21px;
	}

	.productsBoxClosingImg img {
		width: 81.6666%;	/* 441 / 540 */
		max-width: none;
	}

	.productsBoxClosingCaption {
		margin-bottom: 54px;
		font-size: 14px;
		line-height: 1.6428;
	}

	.productsBoxClosingWords {
		font-size: 18px;
		line-height: 1.7428;
		letter-spacing: .025em;
	}

	.btnSkin02 {
		max-width: 171px;
		height: 28px;
		font-size: 11px;
		line-height: 28px;
		letter-spacing: .025em
	}

	.event {
		margin-top: 52px;
	}

	.event::before, .event::after {
		display: none;
	}

	.eventTitle {
		margin-bottom: 33px;
		font-size: 19px;
		line-height: 1.2161;
	}

	.eventTitleSub {
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 700;
		border-bottom-width: 1px;
	}

	.eventTitleYear {
		font-size: 14px;
	}

	.eventImg {
		float: none;
		margin: 0 auto 17px;
	}

	.event1985 .eventImg {
		margin-right: auto;
		width: 82.0833%;	/* 394 / 480 */
	}

	.event1990 .eventImg {
		margin-right: auto;
		width: 81.4583%;	/* 391 / 480 */
	}

	.event2006 .eventImg {
		margin-right: auto;
		width: 65.4166%;	/* 314 / 480 */
	}

	.event2016 .eventImg {
		width: 83.125%;	/* 399 / 480 */
	}

	.eventText {
		padding-top: 0;
		font-size: 14px;
		line-height: 1.6428;
		text-align: center;
	}
}
