@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------- 
共通
---------------------------------------------------- */
/*box-select*/
.select-box {
  cursor: pointer;
  position: relative;
  max-width: 20em;
  width: 100%;
  margin-bottom: 20px
}
.select, .label {
  color: #BD1C10;
  display: block;
  font: 400 13px/2em 'Source Sans Pro', sans-serif;
}
.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.select-box1 {
  background: #ececec;
  border-radius: 10px;
}
.label {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
}
.open .label::after {
  content: "";
}
.label::after {
  content: "";
  position: absolute;
  /*  right: 0;*/
  top: 10px;
  /*  padding: 5px 15px;*/
  /*  border-left: 5px solid #fff;*/
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #D10000;
  border-right: 2px solid #D10000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.label::before {
  content: "";
  position: absolute;
  /*  right: 0;*/
  top: 0px;
  /*  padding: 5px 15px;*/
  /*  border-left: 5px solid #fff;*/
  right: 40px;
  width: 12px;
  height: 45px;
  border-right: 5px solid #FFFFFF;
}
/*table*/
.tableStyle-ir1 {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 85%;
  border: 1px solid #BABABA;
  margin: 0 auto;
}
.tableStyle-ir1 thead th {
  font-weight: normal;
  background-color: #FBF0F0;
  border-right: 1px solid #BABABA;
  border-bottom: 2px solid #D10000;
  padding: 10px 10px;
}
.tableStyle-ir1 tbody tr td {
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  padding: 10px 10px;
}
.tableStyle-ir2 {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #BABABA;
  margin: 0 auto;
}
.tableStyle-ir2 thead th {
  font-weight: normal;
  background-color: #EDEFF2;
  border-right: 1px solid #BABABA;
  border-bottom: 2px solid #D10000;
  padding: 5px 10px;
}
.tableStyle-ir2 tbody th {
  font-weight: normal;
  background-color: #FBF0F0;
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}
.tableStyle-ir2 tbody tr td {
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  padding: 10px 10px;
  text-align: right
}
.tableStyle-ir3 {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #BABABA;
  margin: 0 auto;
}
.tableStyle-ir3 thead th {
  font-weight: normal;
  background-color: #EDEFF2;
  border-right: 1px solid #BABABA;
  border-bottom: 2px solid #D10000;
  padding: 5px 10px;
}
.tableStyle-ir3 tbody tr td {
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  padding: 10px 20px;
}
.tableStyle-ir4 {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
    display: block;
}
.tableStyle-ir4 th {
  font-weight: normal;
  background-color: #EDEFF2;
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  border-top: 1px solid #BABABA;
  padding: 5px 6px;
  vertical-align: middle;
}
.tableStyle-ir4 thead tr:first-child th:nth-child(3) {
  background-color: #D9DEE5;
  border-bottom: none;
}
.tableStyle-ir4 thead tr:last-child th {
  border-right: none;
  border-top: none;
}
.tableStyle-ir4 thead tr:last-child th:last-child {
  border-right: 1px solid #BABABA;
}
.tableStyle-ir4 tbody tr td {
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  padding: 10px 10px;
}
.tableStyle-ir4 tbody tr th {
  font-size: 1.4rem;
  font-weight: bold;
	line-height: 1.3
}
.tableStyle-ir4 tbody tr th span {
  font-size: 1.2rem;
}
.tableStyle-ir4 tbody tr:first-child {
  border-top: 2px solid #BABABA;
}
.tableStyle-ir5 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 900px
}
.tableStyle-ir5 th {
  font-weight: normal;
  background-color: #EDEFF2;
  border-bottom: 2px solid #BABABA;
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.5;
}
.tableStyle-ir5 td {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.5;
}
.tableStyle-ir5 tbody td {
  border-bottom: 1px solid #BABABA;
}
.tableStyle-ir1 caption, .tableStyle-ir2 caption, .tableStyle-ir3 caption, .tableStyle-ir4 caption {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 5px
}
.tableStyle-ir1 thead th:last-child, .tableStyle-ir1 tbody th:last-child, .tableStyle-ir1 tbody tr td:last-child, .tableStyle-ir2 thead th:last-child, .tableStyle-ir2 tbody th:last-child, .tableStyle-ir2 tbody tr td:last-child, .tableStyle-ir3 thead th:last-child, .tableStyle-ir3 tbody th:last-child, .tableStyle-ir3 tbody tr td:last-child, .tableStyle-ir4 thead th:last-child, .tableStyle-ir4 tbody th:last-child, .tableStyle-ir4 tbody tr td:last-child {
  border-right: none;
}
.tableStyle-ir1 tbody tr:last-child th, .tableStyle-ir1 tbody tr:last-child td, .tableStyle-ir2 tbody tr:last-child th, .tableStyle-ir2 tbody tr:last-child td, .tableStyle-ir3 tbody tr:last-child th, .tableStyle-ir3 tbody tr:last-child td {
  border-bottom: none;
}
.contBox .tCap {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 10px;
  width: 95%;
}
.cell-middle{
	vertical-align: middle;
}
.overflow-x-scroll{
	overflow-x: scroll;
}
.overflow-x-scroll::-webkit-scrollbar-track {
    background: #DDDDDD;
}
.overflow-x-scroll::-webkit-scrollbar-thumb {
    background: #DB7979;
}
.overflow-x-scroll::-webkit-scrollbar {
    height: 7px;
}
@media print, screen and (max-width: 769px) {
  .tableStyle-ir1, .tableStyle-ir2, .tableStyle-ir3, .tableStyle-ir4, .tableStyle-ir5 {
    width: 100%;
    font-size: 1.2rem;
  }
  .tableStyle-ir1 caption, .tableStyle-ir2 caption, .tableStyle-ir3 caption, .tableStyle-ir4 caption, .tableStyle-ir5 caption {
    font-size: 1rem !important;
  }
  /*
  .tableStyle-ir4 tbody tr th {
    font-size: 1.4rem;
  }
*/
  .contBox .tCap {
    font-size: 1rem;
  }
  .tableStyle-ir1 thead th, .tableStyle-ir1 tbody tr td, .tableStyle-ir2 thead th, .tableStyle-ir2 tbody th, .tableStyle-ir2 tbody tr td {
    padding: 5px;
  }
  table .tableStyle-ir5 {
	  display: flex;
	  align-items: stretch;
	  align-content: stretch
  }
	.tableStyle-ir5 thead th{font-size: 1.2rem}
	
  .tableStyle-ir5 th, .tableStyle-ir5 tr, .tableStyle-ir5 td {
    display: inline-block;
    width: 100%;
    box-sizing: border-box
  }
  .tableStyle-ir5 tr {
    border-bottom: 2px solid #BABABA;
  }
  .tableStyle-ir5 th:nth-child(1), .tableStyle-ir5 th:nth-child(2),
  .tableStyle-ir5 td:nth-child(1), .tableStyle-ir5 td:nth-child(2) {
    width: 50%;
    float: left;
	  text-align: center;
	  vertical-align: middle;
	  padding: 10px 5px;
	  
  }
  .tableStyle-ir5 td:nth-child(1),
  .tableStyle-ir5 th:nth-child(1) {
    border-right: 1px solid #BABABA;  
  }
.tableStyle-ir5 td:nth-child(3),
.tableStyle-ir5 td:nth-child(4)
  {
    padding: 10px 0px
  }

  .scroll table {
    width: 100%;
  }
  .scroll {
    overflow: auto; /*tableをスクロールさせる*/
    /*white-space: nowrap; tableのセル内にある文字の折り返しを禁止*/
    max-width: 9008px
  }
  .scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #DDDDDD;
  }
  .scroll::-webkit-scrollbar {
    height: 10px;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #DB7979;
  }
	.sp_none{display: none}
}
/* --------------------------------------------------- 
トップ
---------------------------------------------------- */
.ir-top-bnr {
  margin-bottom: 60px
}
.ir-top-news {
  margin-bottom: 80px
}
.ir-top-bnr2 {
  margin-bottom: 20px
}
@media print, screen and (max-width: 769px) {
.ir-top-bnr2 {
  margin-bottom: 10px
}
}
.ir-top-list {
  margin-bottom: 30px
}
.materials {
  display: flex;
  justify-content: space-between;
  background-color: #EDEFF2;
}
.materials .img h2 {
  font-size: 2.4rem;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-shadow: 0px 0px 10px #595959;
  line-height: 1.4;
  letter-spacing: 2.9px;
	    white-space: nowrap;
}
.materials .img {
  flex-basis: calc(65% - 45px);
  position: relative;
  background-image: url("/e/images/ir/index02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}
.materials .img::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, .15);
  z-index: 1;
  border-radius: 3px;
}
.materials .img a {
  display: block;
}
.materials .img a:hover {
  opacity: .8;
  transition: .15s;
}
.materials .data {
  flex-basis: calc(35% - 25px);
  text-align: center;
  border-radius: 3px;
  padding: 25px;
}
.materials .data > ul {
  text-align: left;
}
.materials > li > ul > li {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 1rem 1.8rem;
}
.materials > li > ul > li > a:hover {
  color: #D10000;
}
.materials > li > ul > li::before {
  content: '';
  background-image: url(../images/common/icon_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  top: .5rem;
}
.materials .dlBtn {
  display: inline-block;
  background-color: #D10000;
  border-radius: 100vh;
  position: relative;
  margin-top: 15px;
}
.materials .dlBtn::after {
  content: url("/e/images/common/download.svg");
  color: #D10000;
  position: absolute;
  top: 32%;
  right: 30px;
  width: 17px;
  height: 17px;
}
.materials .dlBtn a {
  display: block;
  padding: 10px 55px 10px 35px;
  font-size: 1.5rem;
  color: #ffffff;
}
.materials .dlBtn:hover {
  opacity: .8;
  transition: .15s;
}
.materials .dlBtn a:hover {
  text-decoration: none;
}
.ir.top .linkArea-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wholeLink {
  flex-basis: calc(100% / 3 - 26px);
  margin-bottom: 30px;
}
.wholeLink dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.wholeLink dl dd ul li {
  padding: 20px 0 7px 0;
  border-bottom: 1px #EDEFF2 solid;
}
.wholeLink dl dd ul li a {
  position: relative;
  display: block;
  padding: 0 40px 0 0;
/*  padding: 0 50px 0 0;*/
}
.wholeLink dl dd ul li a::after {
  content: '';
  position: absolute;
  top: 48%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #D10000;
  border-right: 2px solid #D10000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wholeLink dl dd ul li a:hover {
  opacity: .7;
  transition: .15s;
  text-decoration: none;
}
.wholeLink dl dd ul li:first-child {
  text-align: center;
  background-color: #EDEFF2;
  padding: 10px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.wholeLink dl dd ul li:first-child a {
  padding: 0;
}
.wholeLink dl dd ul li:first-child a::after {
  display: none;
}
.ir.top .linkArea-2 {
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;
}
.ir.top .linkArea-2 .btn {
  flex-basis: calc(100% / 3 - 20px);
  box-sizing: border-box
}
.ir.top .linkArea-2 .btn a {
  background-color: #FBF0F0;
  border: #F0C7C5 1px solid;
  border-radius: 3px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  padding: 1em 2.7em 1em 1em;
  height: 50px;
  font-weight: bold;
  line-height: 1.3;
	margin-right: 20px
}
.ir.top .linkArea-2 .btn a::after {
  content: '';
  color: #D10000;
  position: absolute;
  top: 47%;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg), translate(-50%, -50%);
}
.ir.top .linkArea-2 .btn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #D10000;
  border-radius: 50%;
}
.ir.top .linkArea-2 .btn a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .15s;
}
.ir.top h3 {
  color: #D10000;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #000000 solid;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.nowrap{
  white-space: nowrap;
}

@media print, screen and (max-width: 769px) {
 .ir.top .linkArea-2 {
  justify-content: space-between;
} .materials {
    flex-wrap: wrap;
  }
  .materials .img {
    flex-basis: 100%;
    height: 140px;
    margin-bottom: 20px;
  }
  .materials .data {
    flex-basis: 100%;
  }
  .wholeLink {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  .ir.top .linkArea-2 {
    flex-wrap: wrap;
  }
  .ir.top .linkArea-2 .btn {
    flex-basis: calc(100% / 2 - 10px);
    margin-bottom: 10px
  }
  .wholeLink:last-child {
    display: none
  }
  .nowrap{
    white-space: normal;
  }
	.ir.top .linkArea-2 .btn a{
		margin-right: 0px
	}
}
/* --------------------------------------------------- 
ライブラリー
---------------------------------------------------- */
.report_list_item {
  margin-bottom: 50px
}
.report_list_badge {
  font-weight: bold;
  background-color: #FBF0F0;
  display: inline-block;
  text-align: center;
  width: 160px;
  margin-top: 30px;
  padding: 1px 0;
  font-size: 1.5em;
}
.report_list dl {
  font-size: 1.5rem;
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #B4BBC3;
  line-height: 1.5
}
.report_list dt {
  flex: 0 0 105px;
  margin-bottom: 15px;
  font-weight: bold
}
.report_list dd {
  flex: 1 1 auto;
  margin-bottom: 15px
}
.report_list dd a:not(span):hover {
  color: #D10000;
  text-decoration: underline;
}
.report_list {
  margin-top: 30px
}
.pdf_size {
  display: inline-block;
  float: right;
  position: relative;
  padding-left: 20px
}
.pdf_size::before {
  content: '';
  width: 14px;
  background-image: url("../images/common/icon_pdf.svg");
  background-position: center center;
  height: 17px;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 5px
}
@media print, screen and (max-width: 480px) {
  .report_list dl {
    flex-wrap: wrap;
  }
  .report_list dt {
    flex: 0 0 100%;
    margin-bottom: 0px
  }
  .report_list dd {
    flex: 0 0 100%;
    margin-bottom: 10px
  }
}
/* --------------------------------------------------- 
corporate 経営方針
---------------------------------------------------- */
/*message*/
.message {
  padding: 30px 0;
}
.message + div {
  text-align: right;
}
.katagaki {
  font-weight: 600;
  font-size: 1.5em;
}
.simei {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 50px;
}
/*mission*/
.spirit {
  margin-bottom: 50px;
}
.spirit div {
  margin-bottom: 30px;
}
.p_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box
}
.g_group {
  box-sizing: border-box;
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  text-align: center;
  background-color: #FBF0F0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 200px
}
.policy {
  margin-bottom: 50px;
}
.policy p {
  font-size: 1.6rem;
}
.policy span {
  color: #D10000;
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1em
}
.vision {
  margin-bottom: 50px;
}
.vision span {
  color: #D10000;
  font-size: 3.5em;
  font-weight: 700;
}
.vision p {
  font-size: 2em;
  display: inline;
  font-weight: 700;
}
.strategy {
  margin-bottom: 50px;
}
.strategy span {
  display: block;
  color: #D10000;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.4;
  margin: 0
}
.strategy span::before {
  background: #D10000;
  content: "";
  height: 0.8em;
  width: 0.8em;
  left: 0;
  position: absolute;
  top: calc(50% - 0.4em);
}
.strategy p {
  padding-left: 25px;
}
.management ul {
  margin-bottom: 50px;
  padding-left: 0.5em;
}
.management ul li {
  font-size: 1.7rem;
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.management ul li:before {
  content: "●";
  color: #BD1C12;
  padding-right: 0.5em;
}
.spirit {
  margin-bottom: 50px;
}
.spirit span {
  color: #D10000;
  font-size: 3.5rem;
  font-weight: 700;
}
.spirit p {
  font-size: 2rem;
  display: inline;
  font-weight: 700;
}
@media print, screen and (max-width: 769px) {
  .sp_none {
    display: none;
  }
}
@media print, screen and (max-width: 480px) {
  .g_group {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 200px
  }
  .strategy span {
    font-size: 1.7rem;
  }
  .strategy p {
    font-size: 1.2rem;
  }
}
/* --------------------------------------------------- 
governance コーポレートガバナンス
---------------------------------------------------- */
/*border*/
.borderGray {
  border-bottom: #A7B0B9 solid 1px;
}
/*list*/
.list > li {
  position: relative;
  font-size: 1.7rem;
  padding-left: 20px;
  margin-bottom: 20px;
}
.list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: .65em;
  left: 0;
  width: 11px;
  height: 11px;
  background: #D10000;
  border-radius: 50%;
}
.listAIU, .listNum {
  counter-reset: num 0;
}
.listAIU li, .listNum li {
  padding-left: 30px;
  margin-top: 30px;
  position: relative;
}
.listAIU li::before {
  counter-increment: num 1;
  content: counter(num, katakana)".";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.7rem;
  font-weight: bold;
  color: #D10000;
}
.listAIU li b {
  font-size: 1.7rem;
}
.listAIU li p {
  font-size: 1.5rem;
}
.list123, .listNum {
  counter-reset: num 0;
}
.list123 li, .listNum li {
  padding-left: 30px;
  margin-top: 30px;
  position: relative;
}
.list123 li::before {
  counter-increment: num 1;
  content: counter(num);
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.7rem;
  font-weight: bold;
  color: #D10000;
}
.list123 li b {
  font-size: 1.7rem;
}
.list123 li p {
  font-size: 1.5rem;
}

a.link {
  color: #D10000!important;
}
.listNum > li::before {
  counter-increment: num 1;
  content: counter(num)".";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1.7rem;
  font-weight: bold;
  color: #D10000;
}
.listNum ul li {
  font-size: 1.6rem;
  line-height: 2.0em;
  margin-top: 10px;
}
.listAIU-bk {
  counter-reset: num;
}
.listAIU-bk li::before {
  counter-increment: num 1;
  content: counter(num, katakana)".";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.7rem;
  font-weight: bold;
  color: #222;
}
.list123-bk {
  counter-reset: num;
  font-size: 1.6rem;
}
.list123-bk li{
  font-size: 1.6rem;
}
.list123-bk li::before {
  counter-increment: num 1;
  content: "("counter(num)")";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.6rem;
  color: #222;
}

.pc_nowrap{
	white-space:nowrap;
}
@media print, screen and (max-width: 769px) {
	.pc_nowrap{
	white-space:normal;
}
	
	
}
/* --------------------------------------------------- 
finance 財務・業績情報
---------------------------------------------------- */
/*relationLink*/
.relationLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relationLink li {
	box-sizing: border-box;
  flex-basis: calc(100%/3 - 10px);
  margin-bottom: 13px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  border: #B4BBC3 1px solid;
  text-align: center;
	  position: relative;
	display: flex;
	justify-content: center

}
.relationLink li a {
	 padding: 10px 20px 10px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center

}
.relationLink li::after {
  content: '';
  color: #D10000;
  position: absolute;
  top: calc(50% - 3px);
  right: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #D10000;
  border-right: 2px solid #D10000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg), translate(-50%, -50%);
}
.relationLink li a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .15s;
}
/*セグメント*/
.tabs {
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
.tab_class {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px #979FA7 solid;
  color: #979FA7;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
input[name="tab_name"] {
  display: none;
}
input:checked + .tab_class {
  border-bottom: 3px #D10000 solid;
  color: rgb(0, 0, 0);
  font-weight: bold;
  background-color: #FCF1F1
}
.content_class {
  display: none;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
input:checked + .tab_class + .content_class {
  display: block;
}
@media print, screen and (max-width: 769px) {
  .relationLink li {
    flex-basis: 100%;
  }
.relationLink li a {
	 padding: 10px 20px;
}
  input:checked + .tab_class {
    color: rgb(255 255 255);
    background-color: #d10000;
    font-weight: 600;
  }
  .tab_class {
    width: calc(50% - 4px);
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px 2px 0px 2px;
    flex: auto;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .content_class {
    /*    margin-top: 35px;*/
  }
}
/*tabBtn*/
.tabBtn {
  display: flex;
  flex-wrap: wrap;
}
.tabBtn li {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  flex-basis: calc(100%/2);
  border-bottom: 3px #707070 solid;
  padding-bottom: 13px;
}
.tabBtn li a {
  color: #707070;
}
.tabBtn li.active {
  border-bottom: 3px #D10000 solid;
}
.tabBtn li.active a {
  color: #D10000 !important;
}
.tabBtn li a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .15s;
}
@media print, screen and (max-width: 769px) {
  .tabBtn li {
    font-size: 1.7rem;
  }
}
/*セグメントタブ*/
.tab_class_seg {}
@media print, screen and (max-width: 769px) {}
/* --------------------------------------------------- 
stock 株式情報
---------------------------------------------------- */
/*pdfLink*/
.pdfLink {
  font-size: 1.6rem;
}
.pdfLink a {
  text-decoration: underline;
  position: relative;
  padding-right: 45px;
}
.pdfLink a:hover {
  color: #D10000;
}
.pdfLink a::after {
  content: url("/e/images/common/pdf.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 23px;
}
/*note*/
.note {
  font-size: 1.4rem;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  line-height: 1.5
}
/*list*/
.list > li {
  position: relative;
  font-size: 1.7rem;
  padding-left: 20px;
  margin-bottom: 20px;
}
.list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: .65em;
  left: 0;
  width: 11px;
  height: 11px;
  background: #D10000;
  border-radius: 50%;
}
/* --------------------------------------------------- 
individual 個人投資家の皆様へ
---------------------------------------------------- */
/*link*/
a.link {
  text-decoration: underline;
  color: #D10000;
}
a.link:hover {
  opacity: .7;
  transition: .15s;
}
/* --------------------------------------------------- 
faq よくあるご質問
---------------------------------------------------- */
/*faq*/
.accordion {
  margin: 1em auto 3em auto;
  max-width: 100%;
  font-size: 1.6rem
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.qtitle, .acontent {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.qtitle {
  border-bottom: solid 1px #B4BBC3;
  padding: 0rem 1.6rem 1.6rem 1.6rem;
  display: block;
  font-weight: bold;
}
.qtitle::after, .qtitle::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0.3em;
  width: 2px;
  height: 1.0em;
  background-color: #D10000;
  transition: all 0.3s;
}
.qtitle::after {
  transform: rotate(90deg);
}
.acontent {
  max-height: 0;
  overflow: hidden;
}
.acontent p {
  margin: 0;
  padding: 0.5em 1em 1em 3em;
  line-height: 1.5;
  position: relative
}
.acontent p::before {
  content: "A.";
  position: absolute;
  left: 1.1em
}
.acontent p a {
  color: #D10000
}
.toggle:checked + .qtitle + .acontent {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .qtitle::before {
  transform: rotate(90deg) !important;
}
@media print, screen and (max-width: 769px) {
.qtitle {
  padding: 0rem 3.5rem 1.6rem 0rem;
}
.acontent p {
  margin: 0;
  padding: 0.5em 1em 1em 1.5em;
}
.acontent p::before {
  left: 0.2em
}
}
/* --------------------------------------------------- 
interview インタビュー
---------------------------------------------------- */
.interview h2 {
  color: #D10000;
}
.interviewer {
  font-size: 1.8rem;
  font-weight: bold;
}
.speaker {
  margin-bottom: 30px;
}
.speaker span {
  color: #D10000;
}
/*
.speaker sup {
  vertical-align: super;
  color: #A7B0B9;
  font-size: .5rem;
}
*/
.interview .ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 100;
  margin: 30px 0;
  color: #000000;
}
.interview .nameArea {
  margin: 10px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview .nameArea .name.flex-2 {
  flex-basis: calc(100%/2 - 20px);
}
.interview .name {
  line-height: 1.7;
}
.interview .name span {
  font-size: 1.4rem;
  font-weight: normal;
}
.interview p a {
  color: #D10000;
}
.interview p a:hover {
  opacity: .8;
  transition: .15s;
  text-decoration: none;
}
.copyright {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #A7B0B9;
}
/*note*/
.noteNum li {
  font-size: 1.5rem;
  text-indent: -38px;
  padding-left: 38px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 769px) {
  .interview .nameArea .name.flex-2 {
    flex-basis: 100%;
  }
  .interview .nameArea .name:last-child {
    margin-top: 20px;
    text-align: left !important;
  }
}
@media print, screen and (max-width: 480px) {
  .interview .ttl {
    font-size: 2.5rem;
  }
}
/* --------------------------------------------------- 
strength コーエーテクモの強み
---------------------------------------------------- */
.tuyomiList {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-between;
}
.tuyomiList dt {
  flex-basis: 20%;
}
.tuyomiList dt .ttl {
  font-size: 1.6rem;
  position: relative;
  background: #d10000;
  height: 14rem;
  width: 14rem;
  display: block;
  border-radius: 50%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 8.7;
  font-weight: bold;
}
.tuyomiList dt .ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.tuyomiList dd {
  flex-basis: 75%;
  font-size: 1.6rem;
}
.chart {
  padding: 20px;
  margin-bottom: 20px;
  border: solid 0.1px #999;
  border-radius: 15px;
}
.chart p {
  text-align: right;
  font-size: 1rem;
}
@media print, screen and (max-width: 769px) {
  .tuyomiList {
    flex-wrap: wrap;
  }
  .tuyomiList dt {
    margin-bottom: 20px;
  }
  .tuyomiList dt, .tuyomiList dd {
    flex-basis: 100%;
  }
}
/* ---------------------------------------------------
glossary 用語集
---------------------------------------------------- */
.glossary .ankerLink-3 li{
	flex-basis: calc(100%/7 - 20px);
}
.glossary .arrow {
    position: relative;
    padding-left: 17px;
    display: inline-block;
	text-decoration: underline;
}.glossary .arrow:hover {
    color: #D10000
}
.glossary .arrow::before{
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #D10000;
    border-right: 2px solid #D10000;
    transform: rotate(45deg);
    border-radius: 1px;
    left: 0;
}
@media print, screen and (max-width: 769px){
.glossary .ankerLink-3 li {
    flex-basis: calc(100%/3 - 10px);
}
}

/* ---------------------------------------------------
Using the IR Pages: /e/ir/use/index.html
---------------------------------------------------- */
.useList {
  display: grid;
  row-gap: 4rem;
}
.useImg {
  margin-bottom: 4rem;
}
.useLink {
  text-decoration: underline;
}
.useLink:hover {
  color: #D10000;
}
.fa-window-use {
  position: relative;
}
.fa-window-use:before {
  content: "\f2d2";
  position: absolute;
  color: #D10000;
  top: -16px;
  right: -24px;
}
.usePdfIcon {
  position: relative;
}
.usePdfIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 56px;
  background-image: url(../images/common/icon_pdf.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 20px;
}
.useMovieIcon {
  font-size: 0.7em;
  padding-left: 0.8rem;
}
.useLead {
  margin-bottom: 2rem;
}

/* ---------------------------------------------------
Value Creation at KOEI TECMO: /e/ir/corporate/value/index.html
---------------------------------------------------- */
.valueModalImage {
  position: relative;
}
.valueModalImage::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/e/images/ir/corporate/value02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 83px;
  height: 24px;
}
.valueImg {
  display: block;
  width: 85%;
  margin: 0 auto 5.6rem;
}
.test .arrow {
  text-decoration: underline;
}
.valueDetailList {
  display: grid;
  row-gap: 2.4rem;
}
.valueLead {
  margin-bottom: 3.2rem;
}
.valueDetailList h4 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  position: relative;
}
.valueDetailList h4::before {
  content: "●";
  color: #BD1C12;
  padding-right: 0.5em;
}

@media print, screen and (max-width: 769px) {
  .valueModalImage::after {
    width: 64px;
    height: 18px;
  }
  .modaal-close {
    top: 25%;
    right: 10px;
  }
  .valueImg {
    width: 100%;
  }
}
@media print, screen and (max-width: 480px) {
  .modaal-close {
    top: 30%;
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  padding: 30px;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}
.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner>div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}
.modaal-loading-spinner>div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}
.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner>div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}
.modaal-loading-spinner>div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner>div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}
.modaal-loading-spinner>div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.modaal-loading-spinner>div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}
.modaal-loading-spinner>div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}