@charset "UTF-8";
/* CSS Document */

/*index
------------------------------------------------------------*/
#contents.irIndex {
	padding-top: 80px;
	max-width: 100%;
	width: 100%;
}

.irIndex>#main {
	width: 100%;
	max-width: 100%;
}

.irIndex__h2 {
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;	
	color: #333;
}

a:hover {
	text-decoration: none;
}

.btmArrow i {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2.8rem;
	font-weight: bold;
}

@media only screen and (max-width: 1120px) {
	#contents.irIndex img {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.irIndex > #main {
		margin: 0;
  }
  
  #contents.irIndex {
    padding-top: 50px;
  }
}


/*irIndex__area01*/
#irIndex__area01 {
	background: url(../../ir/img/bg_top_area1.png) no-repeat;
	background-position: right top;
}

.irIndex__area01_wrap {
	max-width: 1120px;
	margin: 0 auto;
}

.irIndex__card_ttl {
	margin-bottom: 25px;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #333;
}

.irIndex__area01_messageBox {
	background: #fff;
	box-shadow: 0 0 13px #BBB;
	transition: all .3s ease-in-out;
	margin-bottom: 95px;
}

.irIndex__area01_messageBox:hover {
	background: #eee;
}

.irIndex__area01_messageBox > a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
}

.area01_messagePic {
	width: 45%;
}

.area01_messagePic > img {
	position: relative;
	z-index: 1;
}

.area01_messageTtl {
	position: relative;
	padding-left: 40px;
	width: 55%;
}

.irIndex__card_ttlEn {
	position: relative;
	color: #2aa53b;
	font-size: 1.4rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.irIndex__card_ttlEn::before {
	display: block;
	position: absolute;
	top: 11px;
	left: -75px;
	content: "";
	width: 70px;
	height: 1px;
	background: #2aa53b;
}

.irIndex__area01_messageBox {
	position: relative;
}

.irIndex__area01_messageBox .btmArrow {
	position: absolute;
	bottom: 30px;
	right: 40px;
}

.irIndex__area01__newsWrap {
	position: relative;
}

a.area01__newsLink {
	display: block;
	position: absolute;
	top: 7px;
	left: 8em;
	font-size: 3rem;
}

a.area01__newsLink:hover {
	color: #2aa53b;
}

a.area01__newsLink>span {
	display: block;
	position: relative;
	top: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

a.area01__newsLink>span::before {
	position: absolute;
	top: 0;
	left: -20px;
	font-family: 'icon';
	content: "\e905";
}

a.area01__newsLink:hover::before {
	color: #333;
}

.irIndex__area01__newsConts {
	margin-bottom: 90px;
}

@media only screen and (max-width: 1120px) {

	.irIndex__area01_messageBox,
	.irIndex__area01__newsWrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.area01_messageTtl_inner>.txt>br {
		display: none;
	}

}

@media only screen and (max-width: 900px) {
	.irIndex__area01_messageBox a {
		padding: 20px;
	}

	.irIndex__card_ttl {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	.irIndex__area01_messageBox .btmArrow {
		right: 20px;
		bottom: 20px;
  }
  
  .irIndex__area01_messageBox {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
	.irIndex__area01_messageBox>a {
		display: inherit;
	}

	.area01_messagePic {
		width: 100%;
		text-align: center;
	}

	#contents .area01_messagePic>img {
		width: auto;
	}

	.area01_messageTtl {
		width: 100%;
		padding: 20px 0;
	}

	.irIndex__card_ttlEn::before {
		left: -20px;
		width: 16px;
	}
}

@media only screen and (max-width: 591px) {
	#contents .area01_messagePic>img {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.irIndex__area01__newsConts {
		margin-bottom: 30px;
	}

	a.area01__newsLink {
		position: static;
		text-align: center;
		font-size: inherit;
	}

	a.area01__newsLink>span {
		display: inline-block;
	}

}


/*irIndex__area02*/
#irIndex__area02 {
	background: url(../../ir/img/bg_top_library.png) no-repeat;
	background-size: cover;
}

.irIndex__area02_wrap {
	max-width: 990px;
	margin: 0 auto;
	padding: 115px 0 85px;
	text-align: center;
	color: #fff;
}

.irIndex__area01__newsWrap .head01_irNews {
  margin-bottom: 5px;
  padding-bottom: 20px;
}

.irIndex__h2-library {
  margin-bottom: 5px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 4.6rem;
}

.area02_library_ttlJp {
	font-size: 14px;
	font-size: 1.4rem;
}

.irIndex__area02_library > .txt {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 30px;
}

.area02_library_linkList {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.area02_library_linkList > li {
	width: calc(25% - 50px);
}

a.area02_library_linkItem {
	display: block;
	position: relative;
	background: #2aa53b;
	color: #fff;
	padding: 15px 25px;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: left;
}

a.area02_library_linkItem:hover {
	background: #eee;
	color: #333;
}

.area02_library_linkItem::after {
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: 'icon';
	content: "\e905";
	font-size: 2.2rem;
}

.area02_library_dwBtn {
	margin-top: 55px;
}

.area02_library_dwBtn > a {
	display: inline-block;
	padding: 20px 40px;
	background-color: #fff;
}

.area02_library_dwBtn > a .icon-download {
  display: inline-block;
  margin-left: 10px;
  width: 1.4em;
}

.area02_library_dwBtn > a .icon-download img {
  width: 100%;
}

.area02_library_dwBtn_ext {
	font-size: 1.2rem;
}

.area02_library_dwBtn > a:hover {
  background-color: #eee;
}

@media only screen and (min-width: 901px) {
  .irIndex__area02_library {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 900px) {
	.irIndex__area02_wrap {
	  padding: 50px 0;
	}

	.area02_library_linkList {
    display: flex;
    flex-flow: row wrap;
    width: 90%;
    margin: 0 auto;
	}

	.area02_library_linkList li {
		width: 49%;
  }
  
  .area02_library_dwBtn {
    margin-top: 25px;
  }

	.irIndex__h2-library {
  	font-size: 3.6rem;
	}

	.area02_library_linkList li:nth-child(-n+2) {
  	margin-bottom: 10px;
	}

	.area02_library_linkList li:nth-child(4){
		margin-bottom: 10px;
	}

	.irIndex__area02_library > .txt {
  	margin: 20px 0 25px;
	}

	a.area02_library_linkItem {
  	font-size: 1.4rem;
	}
}


/*irIndex__area03*/
.irIndex__area03_wrap {
  max-width: 990px;
  margin: 0 auto;
}

.area03_link2clm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.area03_link2clm_card {
  width: 48.6%;
  padding: 50px 40px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.area03_link2clm_card_innerList {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.area03_link2clm_card_innerList > li {
  position: relative;
  width: 48%;
}

.area03_link2clm_card_innerList > li a {
  display: block;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.3rem;
}

.area03_link2clm_card_innerList > li a:hover {
  color: #2aa53b;
}

.area03_link2clm_card_innerList li .icon-blank {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 10px;
}

.area03_link2clm_card_innerList li .icon-blank img {
  width: 100%;
}

.area03_link2clm_card_innerList > li .icon-arr-r::before {
  position: absolute;
  color: #2aa53b;
  right: 0;
}

.area03_link3clm {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.area03_link3clm::after {
  content: '';
  width: 32%;
}

.area03_link3clm > li img {
  width: 100%;
}

.area03_link3clm > li {
  display: inline-block;
  margin-bottom: 40px;
  width: 32%;
}

.area03_link3clm > li a {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

.area03_link3clm > li a:hover {
  color: #2aa53b;
}

.area03_link3clm li .btmArrow .arrow {
  bottom: 6px;
  right: auto;
}

@media only screen and (min-width: 901px) {}

@media only screen and (max-width: 900px) {
  .area03_link2clm {
    display: block;
    margin-bottom: 30px;
  }

  .area03_link2clm_card {
    width: 90%;
    margin: 0 auto;
  }

  .area03_link2clm_card:first-child {
    margin-bottom: 15px;
  }

  .area03_link2clm_card_innerList {
    display: block;
  }
 
  .area03_link2clm_card_innerList li {
    width: 100%;
  }

  .area03_link3clm {
    width: 90%;
    margin: 0 auto;
  }

  .area03_link3clm > li {
    width: 48%;
  }
}

/*irIndex__area04*/
#irIndex__area04 {
  margin-bottom: 0;
  background-color: #f1f1f1;
}

.irIndex__area04_wrap {
	max-width: 990px;
	margin: 0 auto;
	padding: 80px 0;
}

.irIndex__h2-pickup {
	margin-bottom: 60px;
	text-align: center;
}

.area04_pickup_conts {
	display: flex;
	justify-content: space-between;
}

.area04_pickup_conts li {
	width: 48%;
}

.area04_pickup_conts li a:hover {
	color: #2aa53b;
}

.area04_pickup_conts li img {
	width: 90%;
}

.area04_pickup_conts__heading {
  margin: 30px 0 20px;
  font-weight: 500;
  font-size: 2rem;
}

@media only screen and (min-width: 901px) {}

@media only screen and (max-width: 900px) {
  .irIndex__area04_wrap {
    padding: 60px 0;
  }

  .irIndex__h2-pickup {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }

  .area04_pickup_conts {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .area04_pickup_conts li {
    width: 100%;
  }
  
  .area04_pickup_conts li:first-child {
    margin-bottom: 20px;
  }

  .area04_pickup_conts__heading {
    line-height: 1.5;
  }
}