@charset "utf-8";
/* ===========================================================

	Title: ir.css
	Created: 2017-10-5

=========================================================== */
/*

	library
	distribute


=========================================================== */
/* ===========================================================

	library

=========================================================== */
.library-table {
}
.library-table th {
	vertical-align: middle;
}
.library-table td {
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.library-table td a:hover {
	text-decoration: none;
}
.library-table td .icon--large {
	display: block;
	margin: 0 auto 5px;
}
.library-table td .icon--medium {
	display: block;
	margin: 0 auto 5px;
}

/* ir_library_button
----------------------------------------------------------- */
.internal-link.ir_library {
	display: flex;
	flex-wrap: wrap;
}

.link-button__a.ir_library_button {
	width: calc(100% / 3 - 20px);
	margin-right: 20px;
}

.link-button__a.ir_library_button:nth-child(3n) {
	margin-right: 0;
}

.link-button__a.ir_library_button a {
	width: 100%;
	display: flex;
	padding: 0px 30px 0 10px;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}

.link-button__a.ir_library_button a:before {
	transform: rotate(138deg);
}

@media screen and (max-width: 767px) {
	.internal-link.ir_library {
		flex-direction: column;
	}

	.link-button__a.ir_library_button {
		width: 100%;
		margin-right: 0;
	}
}
/* ir_library_banner
----------------------------------------------------------- */
.ir_library_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ir_library_banner_item {
	margin-right: 30px;
}

.ir_library_banner_item:last-child{
	margin-right: 0;
}

.library-strategy_en {
	border: 1px solid #ddd;
	display: inline-block;
	margin-top: 5px;
}
.library-strategy_en:hover {
	border-color: #da0000;
}
.library-strategy_en img {
	width: 220px;
}


/* accordion-btn accordion-btn__close active
----------------------------------------------------------- */
.accordion-btn {
	height: 60px;
	line-height: 60px;
	padding: 0;
	width: 220px;
	display: inline-block;
	color: #da0000 !important;
	border: solid 1px #da0000;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
}
.accordion-btn span {
	position: relative;
	z-index: 1;
}
.accordion-btn:after {
	position: absolute;
	content: " ";
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: #da0000;
	display: block;
	transition: all .2s ease-in;
	z-index: 0;
}
/*hover*/
.accordion-btn:hover {
	color: #fff !important;
	text-decoration: none;
}
.accordion-btn:hover:after {
	top: 0;
	height: 100%;
	opacity: 1;
}
/* accordion-btn__open
----------------------------------------------------------- */
.accordion-btn__open:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	z-index: 1;
	margin: -8px 0 0 0;
	border-right: 1px solid #da0000;
	border-bottom: 1px solid #da0000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion-btn__open:hover:before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* accordion-btn__close
----------------------------------------------------------- */
.accordion-btn__close span.close-txt {
	display: block !important;
}
.accordion-btn__close span:before,
.accordion-btn__close span:after {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	right: 20px;
	width: 1px;
	height: 20px;
	z-index: 1;
	margin: -10px 0 0 0;
}
.accordion-btn__close span:before {
	border-right: 1px solid #da0000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion-btn__close span:after {
	border-left: 1px solid #da0000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion-btn__close:hover span:before {
	border-right: 1px solid #fff;
}
.accordion-btn__close:hover span:after {
	border-left: 1px solid #fff;
}

/* popup-open
----------------------------------------------------------- */
.library-table td .popup-open {
	display: block;
}
.popup-open {
	position: relative;
	overflow: hidden;
	max-width: 100px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 5px auto 0;
	padding: 0 10px 15px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.popup-open:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #da0000;
}
.popup-open:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}
.popup-open:hover:before  {
	border-color: transparent transparent transparent #fff;
}

/* popup-area
----------------------------------------------------------- */
.library-table td .popup-area {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -200px;
	z-index: 100;
	padding: 20px 20px 5px;
	width: 400px;
	background: #fff;
	border: solid 3px #ddd;
}
.popup-area h4 {
	text-align: left;
}
.popup-area p {
	margin-bottom: 10px;
}
.popup-area dl.dl-date {
	text-align: left;
	margin: 0 0 10px;
	line-height: 1.2;
}
.popup-area dl.dl-date dt {
	padding: 0 0 5px;
	margin: 0;
}
.popup-area dl.dl-date dd {
	padding: 0 0 5px 8em;
	margin: 0 0 10px;
}
.library-table td .popup-area + a {
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 1024px) {
	.library-table td .popup-area {
		position: fixed;
		width: 300px;
		margin-left: -150px;
		white-space: normal;
	}
	.popup-area dl.dl-date dt {
	}
	.popup-area dl.dl-date dd {
		padding: 0 0 5px;
		text-align: left;
		
	}
}

/* popup-close
----------------------------------------------------------- */
.popup-close {
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0 20px 0 30px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.popup-close:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #da0000;
}
.popup-close:before,
.popup-close:after {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -6px 0 0;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.popup-close:hover:before,
.popup-close:hover:after {
	background-color: #fff;
}

/* ir-library-pickup
----------------------------------------------------------- */
.library-pickup {
	display: flex;
	margin-bottom: 60px;
}
.library-pickup dt {
	width: 230px;
}
.library-pickup dd {
	width: calc(100% - 230px);
}
.library-pickup-list {
	background: #f0f0f0;
	padding: 15px 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.library-pickup-list li {
	width: 48%;
	border-bottom: 1px dotted #ccc;
}

.library-pickup-list li a {
	color: #111;
	padding: 8px 5px;
	display: block;
	position:relative;
}
.library-pickup-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 1px #da0000;
	border-right: solid 1px #da0000;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -1px;
	transform: rotate(45deg);
}
.library-pickup-list li a:hover {
  color: #da0000;
}
@media screen and (max-width: 1024px) {
	.library-pickup-list {
		display: block;
		padding: 10px 20px; 
	}
	.library-pickup-list li {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.library-pickup {
		display: block;
	}
	.library-pickup dt {
		width: auto;
		text-align: center;
		margin-bottom: 15px;
	}
	.library-pickup dd {
		width: auto;
	}
	.library-pickup-list {
		padding: 15px 15px 20px 15px;
	}
}

/* ===========================================================

	distribute

=========================================================== */
.dist-table th {
	width: auto;
	margin: 0;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.dist-table th sup {
	font-size: 10px;
	vertical-align: top;
}
.dist-table tr.td_title td {
	text-align: center;
}
.dist-table tr.td_money td {
	text-align: right;
}

.distribute-actual-box,
.distribute-forecast-box{
  border: solid 1px #ddd;
  padding: 10px 30px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 700px;
}

@media screen and (max-width: 767px) {
  .distribute-actual-box,
  .distribute-forecast-box{
    width: 100%;
  }
}

.distribute-actual-box ul,
.distribute-forecast-box ul{
  border-top: solid 1px #ddd;
  padding: 20px 0 10px;
  margin: 0;
}

.distribute-actual-box ul li,
.distribute-forecast-box ul li{
  display: inline-block;
  margin-right: 20px;
}

.distribute-actual-box ul li strong,
.distribute-forecast-box ul li strong{
  margin: 0 10px;
}

dl.distribute-actual, dl.distribute-forecast {
	margin: 0 auto 10px;
	display: table;
	table-layout: fixed;
	width: 600px;
}
dl.distribute-actual dt,
dl.distribute-forecast dt {
	display: table-cell;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 30px;
}
dl.distribute-actual dd, dl.distribute-forecast dd {
	display: table-cell;
	text-align: right;
	padding: 0 30px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
}
dl.distribute-actual dd em ,dl.distribute-forecast dd em {
	margin: 0 5px 0 10px;
	font-weight: normal;
	font-size: 34px;
	font-size: 3.4rem;	
	font-family: 'Roboto', sans-serif;
}
dl.distribute-actual em {
	color: #da0000;
}
dl.distribute-forecast em {
	color: #111;
}
@media screen and (max-width: 767px) {
	dl.distribute-actual, dl.distribute-forecast {
		width: 100%;
	}
	dl.distribute-actual dt,
	dl.distribute-forecast dt {
		display: block;
		text-align: center;
		padding: 10px 10px 0;
	}
	dl.distribute-actual dd, dl.distribute-forecast dd {
		display: block;
		text-align: center;
		padding: 0 10px 5px;
	}
}

.event{
  
}

.event .scroll-wrap{
  width: 68%;
  float: left;
}

.event .scroll-wrap table{
  width: 100%;
}

.event .event-img{
  width: 30%;
  float: right;
}

.event .event-img img{
  width: 100%;
}

main .event h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10px;
    margin: 0 0 20px;
    background-color: #FAE3E2;
    color: #da0000;
    border-left: solid 3px #da0000;
}

@media screen and (max-width: 766px){
  .event .scroll-wrap{
  width: 100%;
  float: none;
    margin-bottom: 20px;
}
.event .event-img{
  width: 100%;
  float: none;
}
}

select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

.custom {
    position: relative;
}
.custom:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f078";
    font-family: "FontAwesome";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#828c9a;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.custom.select-primary:before{
  color:#fff;
}
.custom.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.custom.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.custom.select-inverse:before{
  color:#fff;
}
.custom.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.custom.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}