/*===========================
	base
===========================*/
/*===========================
	layout
===========================*/
.wrapper {
  overflow: hidden;
}

.irWrapper {
  color: #333;
}
.irWrapper input,
.irWrapper button,
.irWrapper select,
.irWrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.irWrapper button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.irWrapper a {
  text-decoration: none;
}

.inner {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
}

.contents {
  background: #ebe8e8;
  font-size: 5vw;
  padding-bottom: 30%;
}
.contents img {
  width: 100%;
  display: block;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
.contents a {
  color: #333;
  transition: 0.3s;
}
.contents a:hover {
  opacity: 0.8;
}
.contents b {
  font-weight: bold;
}

.contentsWrap .inner {
  position: relative;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .contents {
    padding-bottom: 6%;
    font-size: 1.25vw;
  }

  .contentsWrap .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .contentsWrap .inner .mainContents {
    width: calc(8.333333% * 9);
  }
  .contentsWrap .content-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .contentsWrap .inner .sideNav {
    width: calc(8.333333% * 3);
    margin-left: 20px;
  }
  .contentsWrap.align-start .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .header2021 .header-navi .header-navi__main .mainnav .mainnav-item::after {
    z-index: 999;
  }

  .irWrapper {
    margin-top: 1em;
  }

  .contentsWrap .inner .sideNav {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contents {
    font-size: 16px;
  }
}
/*===========================
	flex
===========================*/
.is-flex {
  flex: none;
}

.col {
  margin-bottom: 20px;
}

.is-flex.gutters {
  margin-left: -3.3%;
}

.is-flex.gutters > .col {
  margin-left: 3.3%;
}

.is-flex.is-mobile {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.is-flex.gutters.is-offset {
  margin-left: 0;
}

.is-flex.gutters.is-offset > .col {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .is-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .is-flex.is-mobile > * + * {
    margin-top: 0%;
  }

  .is-flex.gutters.is-offset {
    margin-left: -20px;
  }

  .is-flex.gutters.is-offset > .col {
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .is-flex.gutters.is-offset {
    margin-left: -30px;
  }

  .is-flex.gutters.is-offset > .col {
    margin-left: 30px;
  }
}
/*==============================
	column
==============================*/
.is-mb1 {
  width: 8.333333%;
}

.is-mb2 {
  width: calc(8.333333% * 2);
}

.is-mb3 {
  width: calc(8.333333% * 3);
}

.is-mb4 {
  width: calc(8.333333% * 4);
}

.is-mb5 {
  width: calc(8.333333% * 5);
}

.is-mb6 {
  width: calc(8.333333% * 6);
}

.is-mb7 {
  width: calc(8.333333% * 7);
}

.is-mb8 {
  width: calc(8.333333% * 8);
}

.is-mb9 {
  width: calc(8.333333% * 9);
}

.is-mb10 {
  width: calc(8.333333% * 10);
}

.is-mb11 {
  width: calc(8.333333% * 11);
}

.is-mb12 {
  width: 100%;
}

.is-flex.gutters > .is-mb1 {
  width: calc(8.333333% - 3.3%);
}

.is-flex.gutters > .is-mb2 {
  width: calc(8.333333% * 2 - 3.3%);
}

.is-flex.gutters > .is-mb3 {
  width: calc(8.333333% * 3 - 3.3%);
}

.is-flex.gutters > .is-mb4 {
  width: calc(8.333333% * 4 - 3.3%);
}

.is-flex.gutters > .is-mb5 {
  width: calc(8.333333% * 5 - 3.3%);
}

.is-flex.gutters > .is-mb6 {
  width: calc(8.333333% * 6 - 3.3%);
}

.is-flex.gutters > .is-mb7 {
  width: calc(8.333333% * 7 - 3.3%);
}

.is-flex.gutters > .is-mb8 {
  width: calc(8.333333% * 8 - 3.3%);
}

.is-flex.gutters > .is-mb9 {
  width: calc(8.333333% * 9 - 3.3%);
}

.is-flex.gutters > .is-mb10 {
  width: calc(8.333333% * 10 - 3.3%);
}

.is-flex.gutters > .is-mb11 {
  width: calc(8.333333% * 11 - 3.3%);
}

.is-flex.gutters > .is-mb12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-pc1 {
    width: 8.333333%;
  }

  .is-pc2 {
    width: calc(8.333333% * 2);
  }

  .is-pc3 {
    width: calc(8.333333% * 3);
  }

  .is-pc4 {
    width: calc(8.333333% * 4);
  }

  .is-pc5 {
    width: calc(8.333333% * 5);
  }

  .is-pc6 {
    width: calc(8.333333% * 6);
  }

  .is-pc7 {
    width: calc(8.333333% * 7);
  }

  .is-pc8 {
    width: calc(8.333333% * 8);
  }

  .is-pc9 {
    width: calc(8.333333% * 9);
  }

  .is-pc10 {
    width: calc(8.333333% * 10);
  }

  .is-pc11 {
    width: calc(8.333333% * 11);
  }

  .is-pc12 {
    width: 100%;
  }

  .is-flex.gutters > .is-pc1 {
    width: calc(8.333333% - 20px);
  }

  .is-flex.gutters > .is-pc2 {
    width: calc(8.333333% * 2 - 20px);
  }

  .is-flex.gutters > .is-pc3 {
    width: calc(8.333333% * 3 - 20px);
  }

  .is-flex.gutters > .is-pc4 {
    width: calc(8.333333% * 4 - 20px);
  }

  .is-flex.gutters > .is-pc5 {
    width: calc(8.333333% * 5 - 20px);
  }

  .is-flex.gutters > .is-pc6 {
    width: calc(8.333333% * 6 - 20px);
  }

  .is-flex.gutters > .is-pc7 {
    width: calc(8.333333% * 7 - 20px);
  }

  .is-flex.gutters > .is-pc8 {
    width: calc(8.333333% * 8 - 20px);
  }

  .is-flex.gutters > .is-pc9 {
    width: calc(8.333333% * 9 - 20px);
  }

  .is-flex.gutters > .is-pc10 {
    width: calc(8.333333% * 10 - 20px);
  }

  .is-flex.gutters > .is-pc11 {
    width: calc(8.333333% * 11 - 20px);
  }

  .is-flex.gutters > .is-pc12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .is-pc1 {
    width: 8.333333%;
  }

  .is-pc2 {
    width: calc(8.333333% * 2);
  }

  .is-pc3 {
    width: calc(8.333333% * 3);
  }

  .is-pc4 {
    width: calc(8.333333% * 4);
  }

  .is-pc5 {
    width: calc(8.333333% * 5);
  }

  .is-pc6 {
    width: calc(8.333333% * 6);
  }

  .is-pc7 {
    width: calc(8.333333% * 7);
  }

  .is-pc8 {
    width: calc(8.333333% * 8);
  }

  .is-pc9 {
    width: calc(8.333333% * 9);
  }

  .is-pc10 {
    width: calc(8.333333% * 10);
  }

  .is-pc11 {
    width: calc(8.333333% * 11);
  }

  .is-pc12 {
    width: 100%;
  }

  .is-flex.gutters > .is-pc1 {
    width: calc(8.333333% - 30px);
  }

  .is-flex.gutters > .is-pc2 {
    width: calc(8.333333% * 2 - 30px);
  }

  .is-flex.gutters > .is-pc3 {
    width: calc(8.333333% * 3 - 30px);
  }

  .is-flex.gutters > .is-pc4 {
    width: calc(8.333333% * 4 - 30px);
  }

  .is-flex.gutters > .is-pc5 {
    width: calc(8.333333% * 5 - 30px);
  }

  .is-flex.gutters > .is-pc6 {
    width: calc(8.333333% * 6 - 30px);
  }

  .is-flex.gutters > .is-pc7 {
    width: calc(8.333333% * 7 - 30px);
  }

  .is-flex.gutters > .is-pc8 {
    width: calc(8.333333% * 8 - 30px);
  }

  .is-flex.gutters > .is-pc9 {
    width: calc(8.333333% * 9 - 30px);
  }

  .is-flex.gutters > .is-pc10 {
    width: calc(8.333333% * 10 - 30px);
  }

  .is-flex.gutters > .is-pc11 {
    width: calc(8.333333% * 11 - 30px);
  }

  .is-flex.gutters > .is-pc12 {
    width: 100%;
  }
}

.graphs {
  display: flex;
  justify-content: center;
  padding-bottom: 3.5rem;
}
.graphs .item {
  margin: 1rem;
}
