@charset "UTF-8";

/*共通*/
#corpBlock .corpInner {
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.corpWrapper h3.caption:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #b50081;
	left: -20px;
	top: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.corpWrapper h3.caption {
	margin-top: 25px;
	margin-bottom: 12px;
	text-align: left;
	position: relative;
	font-size: 138%;
	font-weight: bold;
	margin-left: 20px;
}
.corpWrapper .box h3 + dl { margin-top: 0px; }
.corpWrapper .box dt,
.ir-layout .corpWrapper .box .ir-layout-year {
	border: 1px solid #d5d5d5;
	position: relative;
	font-weight: bold;
	height: 40px;
	font-size: 123%;
	line-height: 40px;
	padding-left: 20px;
}
.corpWrapper .box dt:before,
.ir-layout .corpWrapper .box .ir-layout-year:before {
	content: "";
	display: inline-block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 7px solid #b50081;
	position: absolute;
	left: 6px;
	top: 16px;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
.corpWrapper .box dd,
.ir-layout .corpWrapper .box-data li {
	border-bottom: 1px dotted #d5d5d5;
	font-size: 100%;
	height: 40px;
	line-height: 42px;
	margin: 0px 20px;
}
.corpWrapper .box dd a,
.ir-layout .corpWrapper .box-data li a {
	display: block;
	overflow: hidden;
}
.corpWrapper .box dd a:hover,
.ir-layout .corpWrapper .box-data li a:hover {
	color: #b50081;
}
.corpWrapper .box dd span:nth-child(1),
.ir-layout .corpWrapper .box-data li span:nth-child(1) {
  width: calc(100% - 115px);
}
.corpWrapper .box dd span:nth-child(2),
.ir-layout .corpWrapper .box-data li span:nth-child(2) {
	float: right;
	font-size: 10px;
	width: 80px;
}
.corpWrapper .box dd span:nth-child(2) img,
.ir-layout .corpWrapper .box-data li span:nth-child(2) img {
	width: auto;
	margin: 9px 7px 0px 0px;
}
.corpWrapper .box.open dt span:before,
.ir-layout .corpWrapper .box.open li span:before {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	border-top: 2px solid #b50081;
	border-right: 2px solid #b50081;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 2px;
	margin: auto 0;
}
.corpWrapper .box.open dt { cursor: pointer; }
.corpWrapper .box.open dt:hover span {
	color: #b50081;
}
.corpWrapper .box.open dt:hover {
	border: 1px solid #b50081;;
}
.corpWrapper .box.open dt:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #b50081;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto 0;
}
.corpWrapper .box.open dd { display: none; }
.corpWrapper .box.open.show dt span:before {
	transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	bottom: -1px;
}
.corpWrapper .box.open.show dd { display: block; }
.corpWrapper .box.open dl { margin-bottom: 9px; }
.corpWrapper .box.open.show dl { margin-bottom: 20px; }
.mab20 { margin-bottom: 20px; }
.mat35 { margin-top: 35px; }

@media (max-width: 768px) {
	#corpBlock .corpInner {
		padding: 0px;
	}
	.corpWrapper h3.caption {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.corpWrapper h3.caption { font-size: 16px; }
	.corpWrapper .box dt:before,
	.ir-layout .corpWrapper .box .ir-layout-year:before {
		top: 22px;
	}
	.corpWrapper .box dd,
	.ir-layout .corpWrapper .box-data li {
		font-size: 12px;
		height: 69px;
		line-height: 71px;
	}
	.corpWrapper .box dd span:nth-child(1),
	.ir-layout .corpWrapper .box-data li span:nth-child(1) {
		line-height: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	.corpWrapper .box dt,
	.ir-layout .corpWrapper .box .ir-layout-year {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	.corpWrapper .box dt span,
	.ir-layout .corpWrapper .box .ir-layout-year span {
		line-height: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	.corpWrapper .box dd span:nth-child(2) img,
	.ir-layout .corpWrapper .box-data li span:nth-child(2) img {
		margin: 24px 7px 0px 0px;
	}
	.mat35 {
		margin-top: 0px;
	}
	.corpWrapper h3.caption:before {
		width: 12px;
		height: 12px;
		top: 45%;
	}
}
@media (max-width: 450px) {
	.corpWrapper .box dd,
	.ir-layout .corpWrapper .box-data li {
		height: auto;
	}
}
@media (max-width: 350px) {
	.corpWrapper .box dd,
	.ir-layout .corpWrapper .box-data li {
		height: auto;
	}
}
@media (max-width: 280px) {
	.corpWrapper .box dd span:nth-child(1),
	.ir-layout .corpWrapper .box-data li span:nth-child(1) {
		width: 40%;
	}
}


/* IR資料室 */
#breadCrumb {
  position: relative;
  z-index: 1;
}
#corpBlock .corpWrapper.ir .corpInner {
  max-width: 850px;
}
#corpBlock .corpWrapper.ir * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#corpBlock .corpWrapper.ir *:before, #corpBlock .corpWrapper.ir *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#corpBlock .corpWrapper.ir .bgTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  height: 110px;
  background-image: url(../images/index/title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 230%;
  margin-left: -50px;
  margin-top: -50px;
  margin-right: -50px;
  color: #fff;
}
#corpBlock .corpWrapper.ir ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 40px;
  margin-bottom: -40px;
}
#corpBlock .corpWrapper.ir ul li {
  margin-left: 20px;
  width: calc(100% / 3 - 20px);
  margin-bottom: 40px;
}
#corpBlock .corpWrapper.ir ul li a {
  display: block;
}
#corpBlock .corpWrapper.ir ul li a:hover figure,
#corpBlock .corpWrapper.ir ul li a:hover p {
	opacity: 0.6;
}
#corpBlock .corpWrapper.ir ul li a:hover h3 {
  color: #b50081;
}
#corpBlock .corpWrapper.ir ul li figure {
  margin-top: 10px;
  width: 49%;
  display: inline-block;
}
#corpBlock .corpWrapper.ir ul li figure img {
  width: 100%;
  height: auto;
}
#corpBlock .corpWrapper.ir ul li p {
  font-size: 100%;
  margin-top: 10px;
  line-height: 1.5;
  width: 47%;
  float: right;
}
#corpBlock .corpWrapper.ir ul li h3 {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  font-size: 108%;
}
#corpBlock .corpWrapper.ir ul li h3:before {
  content: "";
  width: 15px;
  height: 15px;
  border: solid 3px #b50081;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .corpWrapper img {
	max-width: 100%;
	height: auto;
  }
  .corpWrapper .inner {
	padding-left: 0px;
	padding-bottom: 0px;
  }
  .corpWrapper .link-btn {
	margin-top: 20px;
  }
  .corpWrapper .link-btn + .link-btn {
	margin-top: 10px;
  }
  .corpWrapper .link-btn a {
	width: 100%;
  }
  .corpWrapper h4.subtitle {
	font-size: 108%;
  }
  .corpWrapper h4.subtitle:before {
	top: 3px;
	-webkit-transform: none;
			transform: none;
  }
  .corpWrapper h3.caption {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 123%;
  }
  .corpWrapper h3.caption:before {
	width: 10px;
	height: 10px;
	left: -15px;
  }
  .corpWrapper table th, .corpWrapper table td {
	padding: 10px;
  }
  #corpBlock .corpWrapper.ir .corpInner {
	max-width: inherit;
  }
  #corpBlock .corpWrapper.ir .bgTitle {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background-image: url(../images/index/title_sp.jpg);
	height: 135px;
	font-size: 169%;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0;
  }
  #corpBlock .corpWrapper.ir ul {
	display: block;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
  }
  #corpBlock .corpWrapper.ir ul li {
	margin-left: 0px;
	width: auto;
	margin-bottom: 23px;
	overflow: hidden;
  }
  #corpBlock .corpWrapper.ir ul li + li {
	margin-top: 20px;
  }
  #corpBlock .corpWrapper.ir ul li figure img {
	max-width: inherit;
	width: 100%;
	height: auto;
  }
  #corpBlock .corpWrapper.ir ul li h3 {
	font-size: 18px;
	float: left;
	padding-left: 25px;
  }
  #corpBlock .corpWrapper.ir ul li h3:before {
	top: 13px;
	width: 18px;
	height: 18px;

  }
  #corpBlock .corpWrapper.ir ul li figure {
	float: right;
	width: 43.1%;
	margin-top: 5px;
  }
  #corpBlock .corpWrapper {
	padding: 0 20px;
  }
  #corpBlock .corpInner {
	padding: 0px;
  }
  #corpBlock .corpWrapper.ir ul li p {
	  width: 54%;
	  margin-right: 2.9%;
	  margin-top: 32px;
  }
}

@media (max-width: 375px) {
	.corpWrapper .box dd span:nth-child(1) {
		margin-right: 11%;
	}
}
@media (max-width: 370px) {
	#corpBlock .corpWrapper.ir ul li p {
		width: 53%;
	}
}

@media (max-width: 290px) {
	#corpBlock .corpWrapper.ir ul li p {
		width: 52%;
	}
}

@media (max-width: 250px) {
	#corpBlock .corpWrapper.ir ul li figure {
		width: 100%;
	}
	#corpBlock .corpWrapper.ir ul li p {
		width: 100%;
		margin-right: 0px;
		margin-top: 15px;
	}
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
決算短信
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ir-layout .box .box-data:after {
	content: "";
	display: block;
	clear: both;
}
.ir-layout .box-data {
	padding: 0 10px;
}
.ir-layout .box .box-data .box-aeon {
	width: 48.5%;
	float: left;
}
.ir-layout .box .box-data .box-mv {
	width: 48.5%;
	float: right;
}
.ir-layout .box .ir-layout-tit {
	background: #b50081;
	color: #fff;
	font-size: 124%;
	padding: 10px 20px;
	font-weight: bold;
}
.ir-layout .corpWrapper .box .ir-layout-year {
	margin: 28px 0;
}
.ir-layout .tab_area:after {
	content: "";
	display: block;
	clear: both;
}
.ir-layout .tab_li {
  box-sizing: border-box;
  float: left;
  display: block;
  max-width: 90px;
  height: 40px;
  padding: 10px 2%;
  margin-left: 1.2%;
  font-size: 108%;
  font-weight: bold;
  background-color: #e6e6e6;
  color: #b50081;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 11.4% !important;
}

@media(max-width:1070px){
  .ir-layout .tab_li {
    font-size: 96%;
    height: 37px;
  }
}
.ir-layout .tab_li:nth-child(8n+1){
  margin-left:0;
}
.ir-layout .tab_li:nth-child(n+9){
  margin-top: 1.2%;
}

.ir-layout .tab_li.active,
.ir-layout .tab_li:hover {
  background-color: #b50081;
  color: #fff;
}
.ir-layout .tab_wrap {
	margin: 28px 0 40px;
}
.ir-layout .corpWrapper .box-data li {
	height: auto;
}
.ir-layout .corpWrapper .box-data li span:nth-child(1) {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle
}


@media (min-width: 769px) {
	.ir-layout .tab_area {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.ir-layout .tab_li {
	    font-size: 12px;
	    width: 100% !important;
	    max-width: 100%;
	    background: #fff;
	    border-bottom: 2px solid #e6e6e6;
	    margin: 0 !important;
	    border-radius: 0;
	}
	.ir-layout .tab_li:last-child {
		border-bottom: 0;
	}
	.ir-layout .corpWrapper .box .ir-layout-year {
	    margin: 14px 0;
	}
	.ir-layout .box .box-data .box-aeon,
	.ir-layout .box .box-data .box-mv {
	    width: 100%;
	    float: none;
	}
	.ir-layout .corpWrapper .box-data li {
		line-height: 20px;
		margin: 0;
		line-height: 49px;
	}
	.ir-layout .corpWrapper .box-data li span:nth-child(2) img {
		margin-top: 13px;
	}
	.ir-layout .box .ir-layout-tit {
		font-size: 14px;
		padding-left: 11px;
	}
	.ir-layout .corpWrapper .box-data li a {
		padding-left: 11px;
	}
	.ir-layout .box .box-data .box-aeon {
		margin-bottom: 20px;
	}
	.ir-layout .tab_area {
		display: none;
		border: 2px solid #e6e6e6;
		max-height: 200px;
		overflow-y: scroll;
	}
	.ir-layout .sp-search {
		background: #e6e6e6;
		font-size: 12px;
		color: #b50081;
		border-radius: 3px;
		padding: 16px 18px;
		font-weight: bold;
		position: relative;
	}
	.ir-layout .sp-search:after {
		content: "";
		display: inline-block;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 9px solid #b50081;
		position: absolute;
		right: 22px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 0;
		transition-duration: .3s;
		-moz-transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}
	.ir-layout .sp-search.arrow:after {
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.ir-layout .tab_wrap {
	    margin: 14px 0 20px;
	}
}

.corpWrapper .box .movie_item {
	height: auto;
}
.corporation.analyst .modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.corporation.analyst .modal iframe {
	width: 100%;
	height: 442px;
}
.corporation.analyst .modal_bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	cursor: pointer;
}
.corporation.analyst .modal_content{
	background: #fff;
	left: 50%;
	padding: 30px;
	position: relative;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 786px;
	width: 82%;
	font-size: 0;
}
.corporation.analyst p.modal-close {
    position: absolute;
    top: -23px;
    right: -23px;
    display: block;
    width: 42px;
    height: 0;
    cursor: pointer;
    overflow: hidden;
    background: #333;
    padding-top: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.corporation.analyst p.modal-close:before,
.corporation.analyst p.modal-close:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.corporation.analyst p.modal-close:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corporation.analyst p.modal-close:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.corporation.analyst .corpInner .modal-open,
.corporation.analyst .corpInner dd[class^="modal-open"]  {
	cursor: pointer;
}

.corporation.analyst .corpInner .modal-open:hover,
.corporation.analyst .corpInner dd[class^="modal-open"]:hover {
	opacity: .6;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}


@media (max-width: 768px) {
	.corporation.analyst .modal iframe {
		height: 60vw;
	}
	.corporation.analyst .modal_content {
		width: 78%;
		padding: 15px;
	}
}