@charset "UTF-8";
/** pxからvwへ変換関数 **/
.ir-info .date {
  color: #fff;
  background-color: #0B0B10;
  padding: 1rem;
}

.ir-info .title {
  background-color: #F0F2F5;
  padding: 1.5rem 1rem;
}

.dl-btn {
  color: #574B9C;
  border: 1px solid #574B9C;
  display: block;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.dl-btn p {
  width: 90%;
  text-align: center;
  font-weight: 400;
}

.dl-btn p span {
  display: block;
  font-weight: 300;
}

.dl-btn:hover {
  color: #fff;
  background-color: #574B9C;
}

.dl-btn:hover svg path {
  fill: #fff;
}

.dl-btn:hover svg rect {
  fill: #fff;
}

.document-section h2 {
  font-weight: 400;
}

.document-section .box ul {
  margin-bottom: 3rem;
}

.document-section .box ul li {
  position: relative;
}

.document-section .box ul li a {
  display: block;
  width: 100%;
  position: relative;
}

.document-section .box ul li:after {
  position: absolute;
  display: block;
  content: '';
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0B0B10;
  border-right: 1px solid #0B0B10;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.document-section .box ul li .rank {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #574B9C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

.document-section .box ul li .rank-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}

.document-section .col-02-04 .box ul li a {
  width: 77%;
}

.ir-video-section .col-04 p {
  margin-top: 1rem;
}

.ir-contents-section {
  padding: 8rem 0 4rem;
}

.ir-contents-section p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.ir-calendar-section .col-02-08 {
  padding: 2rem 8rem;
}

.ir-calendar-section .col-02-08 .btns .btn {
  max-width: 100%;
}

.ir-calendar-section .col-02-02 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ir-calendar-section .col-02-02 img {
  max-width: 110px;
  margin-bottom: 2.5rem;
}

.ir-calendar-section .col-02-02 img:last-child {
  margin-bottom: 0;
}

.ir-relation-section h3 {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.ir-relation-section h3 span {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  background-color: #574B9C;
}

.ir-relation-section h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.ir-relation-section .col-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ir-relation-section .col-03 .card {
  display: block;
  background-color: #fff;
}

.ir-relation-section .col-03 .card .content {
  padding: 2rem;
}

.ir-relation-section .col-03 .card img {
  border-bottom: 1px solid #707070;
}

.ir-relation-section .col-03 .card h4 {
  color: #574B9C;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #574B9C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ir-relation-section .col-03 .btn-p {
  color: #fff;
  background-color: #0B0B10;
  text-align: center;
  display: block;
  padding: 1rem;
  position: relative;
  transition: all .3s;
}

.ir-relation-section .col-03 {
	display: block;
}

.ir-relation-section .col-03:hover .btn-p {
  background-color: #707070;
}

.ir-section .flex-cardbox a:hover .img::before {
	content: none;
}

.ir-section .flex-cardbox a:hover .page-next{
	color: #574B9C;
	background-color: rgb(87, 75, 156, .2);
}

.ir-section .flex-cardbox a:hover .arrow {
	background-color: rgb(87, 75, 156, .9);
}

.ir-section .flex-cardbox a:hover .arrow svg path {
	stroke: #fff;
}

.news-section {
	padding: 3rem 0 8rem;
}

@media screen and (max-width: 760px) {
  .dl-btn {
    width: 100%;
  }
  .dl-btn .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .dl-btn .flex svg {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
  }
  .dl-btn p {
    width: 100%;
  }
  .ir-video-section .col-04 {
    width: 80%;
    margin: 0 auto 3rem;
  }
  .ir-contents-section {
    padding: 6rem 5.33333vw 4rem;
  }
  .document-section .box ul {
	  margin-bottom: 0;
  }
  .document-section .box ul li a {
    width: 80%;
  }
  .ir-calendar-section .col-02-08 {
    padding: 2rem;
  }
  .ir-calendar-section .col-02-02 .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ir-calendar-section .col-02-02 .flex img {
    width: calc(100% / 5);
    margin-bottom: 0;
    padding: .5rem;
  }
  .ir-other-section {
    padding: 0 5.33333vw 6rem;
  }
  .ir-other-section .btns {
    margin-top: 0;
  }
  .ir-other-section .col-03 {
    margin-bottom: 1rem;
  }
  .ir-section {
	  padding: 6rem 5.33333vw 0;
  }
  .document-section .box ul li:after {
	  right: 0;
  }
  .col01-box.bg-purple .btns {
	  margin-top: 2rem;
	  width: 90%;
  }
  .news-section .accordion-text p {
	  display: flex;
	  align-items: flex-start;
  }
  .icon-pdf {
	  width: 10%;
  }
  .news-section .accordion-text p a {
	  width: 90%;
  }
  .ir-video-section .col-04:last-child {
	  margin-bottom: 0;
  }
  .ir-other-section .btns {
	  margin-bottom: 1rem;
  }
  .ir-relation-section .col-03:last-child {
	  margin-bottom: 0;
  }
  .news-section {
	  padding: 6rem 5.33333vw;
  }
}

@media screen and (max-width: 540px) {
  .document-section .box ul {
    font-size: 4vw;
  }
  .document-section .dl-btn .flex {
    font-size: 4vw;
  }
  .news-section .accordion-text p a span {
	  font-size: 3.27vw;
  }
}
/*# sourceMappingURL=ir.css.map */