.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
.headline {
  border: none;
  width: 100%;
  background-color: #000000;
  padding-top: 128px;
}

.headline__inner {
  border: none;
  margin: 0 80px;
  padding: 45px 0 75px;
}

.headline__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.0em;
}

.headline__title span {
  display: block;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
  letter-spacing: .2em;
  padding-top: 15px;
}

.list {
  border: none;
  width: 100%;
  background-color: #CCCCCC;
  position: relative;
}

.list:before {
  content: '';
  display: block;
  width: 100%;
  height: 170px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.list__inner {
  border: none;
  position: relative;
  z-index: 1;
}

.list__block {
  margin-left: 80px;
  padding-bottom: 90px;
}

.list__block li {
  margin-bottom: 20px;
}

.list__block li:last-of-type {
  margin-bottom: 0;
}

.list__block a {
  display: block;
  width: 100%;
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  padding: 30px 0;
  position: relative;
}

.list__block a:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.list__block a:hover:after {
  transform: translate(10px, -50%);
}

.list__block span {
  display: block;
  margin-right: 200px;
  margin-left: 70px;
}

.list__title {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.list__date {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
}

.list__text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
  padding-top: 25px;
}

.list__paging {
  width: 100%;
}

.list__paging:before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.list__paging ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 1;
}

.list__paging li {
  width: calc((100% - 40px) / 2);
  text-align: center;
}

.list__paging a {
  display: block;
  width: 100%;
  line-height: 100px;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  background-color: #FF3E3E;
}

.list__paging span {
  position: relative;
}

.list__paging span:after {
  content: '';
  display: block;
  width: 24px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.list__paging li.paging--prev span {
  padding-left: 35px;
}

.list__paging li.paging--prev span:after {
  background: url("/shared/img/common/icon_prev.svg") center center no-repeat;
  background-size: cover;
  left: 0px;
}

.list__paging li.paging--prev a:hover span:after {
  transform: translate(-10px, -50%);
}

.list__paging li.paging--next span {
  padding-right: 35px;
}

.list__paging li.paging--next span:after {
  background: url("/shared/img/common/icon_next.svg") center center no-repeat;
  background-size: cover;
  right: 0px;
}

.list__paging li.paging--next a:hover span:after {
  transform: translate(10px, -50%);
}

.list__paging li.is--last a {
  background-color: #9F9F9F;
  pointer-events: none;
}

.detail {
  border: none;
  width: 100%;
  background-color: #CCCCCC;
  position: relative;
}

.detail__inner {
  border: none;
  position: relative;
  z-index: 1;
}

.detail__headline {
  width: 100%;
  background-color: #000000;
}

.detail__headline__inner {
  margin-left: 80px;
  padding-bottom: 40px;
}

.detail__headline__inner .headline--title {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.detail__headline__inner .headline--date {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
}

.detail__block {
  width: 100%;
  position: relative;
}

.detail__block:before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.detail__block__inner {
  margin-left: 80px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #000000;
  padding: 75px 75px 130px 75px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
  word-break: break-all;
}

.detail__block__inner a {
  color: #FF3E3E;
  text-decoration: underline;
  transition: all .2s;
}

.detail__block__inner a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.detail__paging {
  width: 100%;
  background-color: #ffffff;
}

.detail__paging:before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.detail__paging ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 1;
}

.detail__paging li {
  width: calc((100% - 80px) / 3);
  text-align: center;
}

.detail__paging a {
  display: block;
  width: 100%;
  line-height: 100px;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  background-color: #FF3E3E;
}

.detail__paging span {
  position: relative;
}

.detail__paging span:after {
  content: '';
  display: block;
  width: 24px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.detail__paging li.paging--prev span {
  padding-left: 35px;
}

.detail__paging li.paging--prev span:after {
  background: url("/shared/img/common/icon_prev.svg") center center no-repeat;
  background-size: cover;
  left: 0px;
}

.detail__paging li.paging--prev a:hover span:after {
  transform: translate(-10px, -50%);
}

.detail__paging li.paging--next span {
  padding-right: 35px;
}

.detail__paging li.paging--next span:after {
  background: url("/shared/img/common/icon_next.svg") center center no-repeat;
  background-size: cover;
  right: 0px;
}

.detail__paging li.paging--next a:hover span:after {
  transform: translate(10px, -50%);
}

.detail__paging li.is--last a {
  background-color: #9F9F9F;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  .headline {
    border: none;
    width: 100%;
    background-color: #000000;
    padding-top: 86px;
    padding-top: 22.93333vw;
  }
  .headline__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding: 35px 0 40px;
    padding: 9.33333vw 0 10.66667vw;
  }
  .headline__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.0em;
  }
  .headline__title span {
    display: block;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
    letter-spacing: .2em;
    padding-top: 15px;
    padding-top: 4vw;
  }
  .list {
    border: none;
    width: 100%;
    background-color: #CCCCCC;
    position: relative;
  }
  .list:before {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    height: 10.66667vw;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .list__inner {
    border: none;
    position: relative;
    z-index: 1;
  }
  .list__block {
    margin-left: 20px;
    margin-left: 5.33333vw;
    padding-bottom: 35px;
    padding-bottom: 9.33333vw;
  }
  .list__block li {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .list__block li:last-of-type {
    margin-bottom: 0;
  }
  .list__block a {
    display: block;
    width: 100%;
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
    padding: 0;
    padding-top: 25px;
    padding-top: 6.66667vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    position: relative;
  }
  .list__block a:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
    background-size: cover;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    right: 20px;
    right: 5.33333vw;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .list__block a:hover:after {
    transform: translate(0px, -50%);
  }
  .list__block span {
    display: block;
    margin-right: 70px;
    margin-right: 18.66667vw;
    margin-left: 27px;
    margin-left: 7.2vw;
  }
  .list__title {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .list__date {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.0em;
  }
  .list__text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5em;
    padding-top: 20px;
    padding-top: 5.33333vw;
    display: none !important;
  }
  .list__paging {
    width: 100%;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .list__paging:before {
    display: none;
  }
  .list__paging ul {
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .list__paging li {
    width: auto;
    text-align: center;
  }
  .list__paging a {
    display: block;
    width: 100%;
    line-height: 80px;
    line-height: 21.33333vw;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 5.33333vw;
    background-color: #FF3E3E;
  }
  .list__paging span {
    position: relative;
  }
  .list__paging span:after {
    content: '';
    display: block;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .list__paging li.paging--prev {
    margin-right: 20px;
    margin-right: 5.33333vw;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .list__paging li.paging--prev span {
    padding-left: 35px;
    padding-left: 9.33333vw;
  }
  .list__paging li.paging--prev span:after {
    background: url("/shared/img/common/icon_prev.svg") center center no-repeat;
    background-size: cover;
    left: 0px;
  }
  .list__paging li.paging--prev a:hover span:after {
    transform: translate(0, -50%);
  }
  .list__paging li.paging--next {
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .list__paging li.paging--next span {
    padding-right: 35px;
    padding-right: 9.33333vw;
  }
  .list__paging li.paging--next span:after {
    background: url("/shared/img/common/icon_next.svg") center center no-repeat;
    background-size: cover;
    right: 0px;
  }
  .list__paging li.paging--next a:hover span:after {
    transform: translate(0, -50%);
  }
  .list__paging li.is--last a {
    background-color: #9F9F9F;
    pointer-events: none;
  }
  .detail {
    border: none;
    width: 100%;
    background-color: #CCCCCC;
    position: relative;
  }
  .detail__inner {
    border: none;
    position: relative;
    z-index: 1;
  }
  .detail__headline {
    width: 100%;
    background-color: #000000;
  }
  .detail__headline__inner {
    margin-left: 20px;
    margin-left: 5.33333vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
  .detail__headline__inner .headline--title {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .detail__headline__inner .headline--date {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.0em;
  }
  .detail__block {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
    margin-bottom: 12vw;
  }
  .detail__block:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    height: 13.33333vw;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .detail__block__inner {
    margin-left: 20px;
    margin-left: 5.33333vw;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    color: #000000;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 45px;
    padding-bottom: 12vw;
    padding-left: 20px;
    padding-left: 5.33333vw;
    padding-right: 20px;
    padding-right: 5.33333vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    word-break: break-all;
  }
  .detail__block__inner a {
    color: #FF3E3E;
    text-decoration: underline;
    transition: none;
  }
  .detail__block__inner a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .detail__paging {
    width: 100%;
    background: none;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .detail__paging:before {
    display: none;
  }
  .detail__paging ul {
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .detail__paging li {
    width: auto;
    text-align: center;
  }
  .detail__paging a {
    display: block;
    width: 100%;
    line-height: 80px;
    line-height: 21.33333vw;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 5.33333vw;
    background-color: #FF3E3E;
  }
  .detail__paging span {
    position: relative;
  }
  .detail__paging span:after {
    content: '';
    display: block;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .detail__paging li.paging--prev {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    margin-right: 20px;
    margin-right: 5.33333vw;
  }
  .detail__paging li.paging--prev span {
    padding-left: 35px;
    padding-left: 9.33333vw;
  }
  .detail__paging li.paging--prev span:after {
    background: url("/shared/img/common/icon_prev.svg") center center no-repeat;
    background-size: cover;
    left: 0px;
  }
  .detail__paging li.paging--prev a:hover span:after {
    transform: translate(0, -50%);
  }
  .detail__paging li.paging--top {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    margin-right: 20px;
    margin-right: 5.33333vw;
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .detail__paging li.paging--next {
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .detail__paging li.paging--next span {
    padding-right: 35px;
    padding-right: 9.33333vw;
  }
  .detail__paging li.paging--next span:after {
    background: url("/shared/img/common/icon_next.svg") center center no-repeat;
    background-size: cover;
    right: 0px;
  }
  .detail__paging li.paging--next a:hover span:after {
    transform: translate(0, -50%);
  }
  .detail__paging li.is--last a {
    background-color: #9F9F9F;
    pointer-events: none;
  }
}

/*付けたし*/

.info_flex {
	display: flex;
}
.info_flex .info_col01 {
	flex-basis: 65%;
	flex-basis: 50%;
	padding-right: 5%;
	order: 1;
}
.info_col02 {
	flex-basis: 35%;
	flex-basis: 50%;
	order: 2;
}
.info_col02 p img {
	width: 100%;
	max-width: 500px;
	max-width: 900px;
	margin-bottom:2em;
}
.info_img_flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3em;
}
.info_img_flex p.thum {
	padding-right: 1em;
	width: 25%;
}
.info_img_flex p.thum img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.info_img_flex p.thum {
		width: 50%;
		padding-bottom: 1em;
	}
}

@media screen and (max-width: 768px) {
	.info_flex {
		display: block;
	}
	.info_flex .info_col01 {
		padding-right: 0;
		margin-bottom: 2em;
	}
	.info_col02 p {
		text-align: center;
	}
	.info_img_flex p.thum {
		width: 100%;
		padding: 0 0 1em;
	}
}

/*付けたし-----end-----*/


