@charset "utf-8";
#Cont2 {
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.dot_title span {
  letter-spacing: 5px;
}
.reportContent {
  padding: 0 6.25%;
}

.reportContent .blocTitle {
  margin-top: 15px;
  font-size: 14px;
  border-bottom: 2px solid #000;
  display: inline;
  /*font-weight: normal;*/
  padding-bottom: 3px;
}
.reportContent .blocTitle.s_line {
  margin-top: 0;
}

.reportContent .imageBloc {
  margin-top: 15px;
  margin-bottom: 15px;
}

.reportContent .imageBloc img {
  border: 1px solid #e7e7e7;
}

.reportContent p {
  /*font-weight: normal;*/
}

.reportContent .textMargin {
  margin-top: 20px;
}

.reportContent .textMargin2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.generalIntroduce {
  margin-top: 15px;
  /*font-weight: normal;*/
}

.generalIntroduce .photoCredit {
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
}

.generalIntroduce .blocTitle {
  display: block;
  border: none;
}
.generalIntroduce .blocTitle span {
  border-bottom: 2px solid #000;
  display: inline;
  /*font-weight: normal;*/
  padding-bottom: 1px;

}

.generalImage {
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}

.generalImage img {
  border: 1px solid #e7e7e7;
}

.generalImage .textBloc {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #fff;
  text-decoration: none;
  color: #000;
  /*font-weight: normal;*/
  padding: 8px 12px;
}

.generalImage .textBloc .title {
  font-size: 15px;
  letter-spacing: 2px;
}

.generalImage .textBloc p {
  font-size: 9px;
}

.blockReport,
.blockReport_f {
  margin-top: 20px;
}

.blockReport .secondPartImage,
.blockReport_f .secondPartImage {
  overflow: hidden;
  margin: 15px 0;
}

.blockReport .secondPartImage .imgset,
.blockReport_f .secondPartImage .imgset {
  float: left;
  width: 49%;
}

.blockReport .secondPartImage .imgset img,
.blockReport_f .secondPartImage .imgset img {
  border: 1px solid #e7e7e7;
}

.blockReport .secondPartImage .imgset:first-child,
.blockReport_f .secondPartImage .imgset:first-child {
  margin-right: 2%;
}

.blockReport .thirdPartImage,
.blockReport_f .thirdPartImage {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 38px 0 45px;
}

.blockReport .thirdPartImage .imgset,
.blockReport_f .thirdPartImage .imgset {
  width: 32%;
  margin-left: 2%;
  float: left;
  overflow: hidden;
  text-decoration: none;
}

.blockReport .thirdPartImage .imgset:first-child,
.blockReport_f .thirdPartImage .imgset:first-child {
  margin-left: 0;
}

.blockReport .thirdPartImage a.imgset img,
.blockReport_f .thirdPartImage a.imgset img {
  width: 100%;
  height: auto;
}

.blockReport .borderContent,
.blockReport_f .borderContent {
  margin-top: 20px;
  border: 2px dotted #111;
  padding: 18px;
  display: block;
  word-break: break-all;
  overflow: hidden;
}

.blockReport .borderContent__image,
.blockReport_f .borderContent__image {
  float: left;
  padding-right: 18px;
}

.blockReport .borderContent__text,
.blockReport_f .borderContent__text {
  float: left;
}

.blockReport_f .secondPartImage .vartical_image,
.blockReport .secondPartImage .vartical_image {
  width: 22.4%;
}

.blockReport.mt0 {
  margin-top: 0;
}

.reportNav {
  margin-top: 55px;
}

.reportNav ul {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.reportNav ul li {
  display: inline-block;
  /*font-weight: normal;*/
  font-size: 16px;
  margin: 0 15px;
}

.reportNav ul li a {
  color: #939393;
}

.reportNav ul li.active {
  color: #000;
  text-decoration: underline;
}

.reportNav ul li.navPrev {
  position: absolute;
  left: 0;
  margin: 0;
}

.reportNav ul li.navPrev a {
  display: block;
  font-size: 14px;
  margin-top: 2px;
  padding-left: 15px;
  color: #000;
  background: url("../images/ico_arrow02.png") no-repeat left center;
  background-size: 7px;
}

.reportNav ul li.navNext {
  position: absolute;
  right: 0;
  margin: 0;
}

.reportNav ul li.navNext a {
  display: block;
  font-size: 14px;
  margin-top: 2px;
  padding-right: 15px;
  color: #000;
  background: url("../images/ico_arrow01.png") no-repeat right center;
  background-size: 7px;
}

.relatedContent {
  margin-top: 70px;
}

.relatedContent ul {
  padding: 5px 6.25%;
}

.relatedContent ul li {
  margin-top: 15px;
}

.relatedContent ul li a {
  display: table;
  overflow: hidden;
  color: #000;
  width: 100%;
  text-decoration: none;
}

.relatedContent ul li a .image_bloc {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.relatedContent ul li a .image_bloc img {
  width: 100%;
  border: 1px solid #e7e7e7;
  display: block;
  margin: 1px 0;
}

.relatedContent ul li a .text_bloc {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-left: 15px;
}

.relatedContent ul li a .text_bloc span {
  display: block;
}

.relatedContent ul li a .text_bloc .name {
  font-size: 13px;
  /*font-weight: normal;*/
  line-height: 1.4;
}

.relatedContent ul li a .text_bloc .btn_detail {
  display: inline-block;
  font-size: 9px;
  /*font-weight: normal;*/
  padding-right: 13px;
  border-bottom: 2px solid #555;
  padding-bottom: 2px;
  margin-top: 5px;
  background: url("../images/ico_arrow01.png") no-repeat right 4px;
  background-size: 5px;
}

.relatedContent ul li.no_image img {
  width: 50%;
}

.otherReport {
  margin-top: 70px;
}

.otherReport #slideReport {
  position: relative;
}

.otherReport #slideReport a, .otherReport #slideReport button {
  outline: none;
  text-decoration: none;
}

.otherReport #slideReport ul {
  padding: 20px 12.5% 25px;
}

.otherReport #slideReport ul li {
  text-align: center;
}

.otherReport #slideReport ul li img {
  margin: 0 auto;
  border: 1px solid #e7e7e7;
}

.otherReport #slideReport ul li span {
  display: block;
  margin: 0 auto;
  /*font-weight: normal;*/
  color: #000;
  font-size: 13px;
  line-height: 1.4;
}

.otherReport #slideReport ul li span.name {
  margin-top: 16px;
}

.otherReport #slideReport .slick-slider {
  position: inherit;
}

.otherReport #slideReport .slick-arrow {
  position: absolute;
  margin: auto;
  top: 33%;
  bottom: inherit;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  border: 2px solid #3d3d3d;
  border-radius: 50%;
  z-index: 10;
}

.otherReport #slideReport .slick-arrow.slick-prev {
  right: 6%;
  left: auto;
  background: url("../images/ico_arrow01.png") no-repeat center #fff;
  background-size: 7px;
}

.otherReport #slideReport .slick-arrow.slick-next {
  left: 6%;
  right: auto;
  background: url("../images/ico_arrow02.png") no-repeat center #fff;
  background-size: 7px;
}

.otherReport #slideReport ul.slick-dots {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -11px;
  padding: 0;
  /*height: 8px;*/
  line-height: 1;
  max-width: 300px;
  overflow: hidden;
}

.otherReport #slideReport ul.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.otherReport #slideReport ul.slick-dots li button {
  text-indent: -99999px;
  display: block;
  width: 8px;
  height: 8px;
  background: #b4b4b4;
  border: 0;
  border-radius: 50%;
  outline: none;
}

.otherReport #slideReport ul.slick-dots li.slick-active button {
  background: #5e5e5e;
}

.btn_list {
  margin: 30px 6.25% 0;
}

.btn_list a {
  text-align: center;
  display: block;
  border: 2px solid #3d3d3d;
  color: #000;
  font-size: 12px;
  /*font-weight: normal;*/
  line-height: 1;
  padding: 15px 0 14px;
  position: relative;
}

.btn_list a::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow01.png") no-repeat center;
  background-size: 7px;
  width: 7px;
  height: 10px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5%;
}

.btn_list a span {
  padding-left: 20px;
  display: inline-block;
  background: url("../images/top/ico_btn_list.png") no-repeat left center;
  background-size: 10px;
  letter-spacing: 2px;
}

#cboxContent {
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*font-weight: normal;*/
  max-width: 960px !important;
}

#cboxContent #cboxNext {
  width: 30px;
  height: 30px;
  border: 0;
  background: url("../images/productDate/arrow_right.png") no-repeat;
  background-size: contain;
  bottom: -40px;
  right: 0;
}

#cboxContent #cboxPrevious {
  width: 30px;
  height: 30px;
  border: 0;
  background: url("../images/productDate/arrow_left.png") no-repeat;
  background-size: contain;
  bottom: -40px;
  left: 0;
}

#cboxContent #cboxClose {
  width: 25px !important;
  height: 25px !important;
  background-size: 25px !important;
}

.blockReport_f .borderContent__text {
  float: none;
}
.blockReport_f .borderContent {
  margin-bottom: 20px;
}

.reportContent .secondPartImage .imgset img.bdn {
  border: none;
}

.reportContent .caption_img {
  text-align: center;
  text-decoration: none;
  color: #000;
}
.reportContent .caption_img span {
  display: inline-block;
  padding-top: 10px;
}
.reportContent .caption__contents {
  margin-bottom: 10px;
}
.reportContent .caption__contents dd {
  padding-left: 1.3em;
}

.cnt_greece img {
  border: none;
}


@media screen and (min-width: 641px) {
  .dot_title {
    background: url("../images/dot_line_pc.png") repeat-x left center;
  }

  .titleMain {
    width: 400px;
    margin: 0 auto;
  }

  .relatedContent .dot_title br {
    display: none;
  }

  .relatedContent .dot_title br.desktopBr {
    display: block;
  }

  .relatedContent ul {
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }

  .relatedContent ul li {
    width: 31%;
    margin-top: 25px;
    float: left;
  }

  .relatedContent ul li:nth-child(3n-1) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }

  .relatedContent ul li a {
    display: block;
  }

  .relatedContent ul li a .image_bloc {
    display: block;
    width: 100%;
  }

  .relatedContent ul li a .text_bloc {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .relatedContent ul li a .text_bloc br {
    display: none;
  }

  .relatedContent ul li a .text_bloc .name {
    padding-top: 10px;
  }

  .relatedContent ul li a .text_bloc .btn_detail {
    display: none;
  }

  .relatedContent ul li.no_image img {
    width: 100%;
  }

  .otherReport .dot_title {
    width: 400px;
    margin: 0 auto;
  }

  .otherReport #slideReport ul {
    padding: 15px 3.25% 25px;
  }

  .otherReport #slideReport ul li {
    margin: 0 15px;
    text-align: center;
  }

  .otherReport #slideReport ul li a {
    color: #000;
    font-size: 12px;
    /*font-weight: normal;*/
  }

  .otherReport #slideReport ul li a .name {
    font-size: 14px;
  }

  .otherReport #slideReport ul li a .mini {
    font-size: 12px;
  }

  .otherReport #slideReport .slick-arrow {
    top: 29.5%;
    bottom: inherit;
  }

  .otherReport #slideReport .slick-arrow.slick-next {
    left: 3%;
  }

  .otherReport #slideReport .slick-arrow.slick-prev {
    right: 3%;
  }

  .btn_list {
    width: 290px;
    margin: 34px auto 0;
  }

  .btn_list a {
    font-size: 15px;
    padding: 13px 0 12px;
  }

  .btn_list a::after {
    width: 8px;
    height: 12px;
    background-size: 8px;
  }

  .btn_list a span {
    background-size: 15px;
    padding: 5px 0 5px 30px;
  }
  .blockReport_f .borderContent__text {
    float: left;
  }
}
@media screen and (min-width: 961px) {
  #Cont2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .relatedContent ul li a .text_bloc .name
    {
        display: inline-block;
        border-bottom: solid 1px white;
    }

    .relatedContent ul li a:hover .text_bloc .name{
        border-bottom: solid 1px black;
    }


  .otherReport #slideReport ul li a .name
  {
      border: none;
      text-decoration: none;
  }

  .otherReport #slideReport ul li a
  {
      text-decoration: none;
  }

  .otherReport #slideReport ul li a .mini,.otherReport #slideReport ul li a .name
  {
      display: inline-block;
      border-bottom: solid 1px white;
  }

  .otherReport #slideReport ul li:hover a .mini,.otherReport #slideReport ul li:hover a .name
  {
      border-color: black;
  }

  .dot_title span {
    letter-spacing: 2px;
  }

  #bottomWrapper {
    display: none;
  }

  .dot_title {
    font-size: 26px;
  }

  .titleMain {
    width: 495px;
    font-size: 30px;
  }

  .reportContent {
    padding: 0;
  }

  .reportContent p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
  }

  .reportContent .blocTitle {
    margin-top: 0;
    font-size: 18px;
    border-bottom: 3px solid #000;
    display: inline-block;
    letter-spacing: 0.09em;
  }
  .reportContent .blocTitle.s_line {
    margin-top: 10px;
  }

  .reportContent .imageBloc {
    margin: 38px 0 45px;
  }

  .reportContent .textMargin {
    margin-top: 35px;
  }
  .reportContent .textMargin2 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .reportContent .secondPartImage {
    margin: 45px 0;
  }

  .reportContent .secondPartImage .imgset {
    width: 460px;
  }

  .reportContent .secondPartImage .imgset:first-child {
    margin-right: 40px;
  }

  .reportContent .secondPartImage .imgset img {
    width: auto;
    height: auto;
    max-width: 460px;
    max-height: 300px;
  }

  .reportContent .secondPartImage .vartical_image {
    width: 210px;
  }
  .reportContent .secondPartImage .vartical_image img {
    width: 100%;
    height: auto;
  }

  .generalIntroduce {
    overflow: hidden;
    margin-top: 17px;
  }

  .generalIntroduce .photoCredit {
    margin-bottom: 0;
    float: right;
    font-size: 14px;
    padding-top: 12px;
    letter-spacing: 0.06em;
  }

  .generalIntroduce .blocTitle {
    margin-top: 0;
    font-size: 18px;
    border-bottom: 0;
    display: block;
    letter-spacing: 0.09em;
  }
  .generalIntroduce .blocTitle span {
    border-bottom: 3px solid #000;
    display: inline-block;
  }

  .generalImage {
    margin-top: 38px;
    margin-bottom: 45px;
  }

  .generalImage img {
    width: 100%;
  }

  .generalImage .textBloc {
    bottom: 5px;
    left: 5px;
    padding: 21px 28px;
    line-height: 1;
  }

  .generalImage .textBloc .title {
    font-size: 31px;
    letter-spacing: 2px;
  }

  .generalImage .textBloc p {
    font-size: 18px;
    margin-top: 14px;
  }

  .blockReport {
    margin-top: 90px;
  }

  .blockReport_f {
    margin-top: 20px;
  }

  .reportNav {
    margin: 80px auto 0;
    width: 360px;
  }

  .reportNav ul li {
    margin: 0 25px;
    font-size: 18px;
  }

  .reportNav ul li.navPrev a {
    font-size: 16px;
    background-size: 8px;
  }

  .reportNav ul li.navNext a {
    font-size: 16px;
    background-size: 8px;
  }

  .relatedContent {
    margin-top: 100px;
  }

  .relatedContent ul {
    padding: 0;
  }

  .relatedContent ul li {
    width: 294px;
    margin-top: 30px;
  }

  .relatedContent ul li:nth-child(3n-1) {
    margin-left: 39px;
    margin-right: 39px;
  }

  .relatedContent ul li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .relatedContent ul li a:hover {
    opacity: .85;
  }

  .relatedContent ul li a .text_bloc .name {
    padding-top: 18px;
    font-size: 14px;
  }

  .otherReport {
    margin-top: 78px;
  }

  .otherReport .dot_title {
    width: 554px;
  }

  .otherReport #slideReport {
    padding: 35px 0 0;
  }

  .otherReport #slideReport ul {
    padding: 0;
    margin: 0 -20px;
  }

  .otherReport #slideReport ul li {
    margin: 0 20px;
  }

  .otherReport #slideReport ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .otherReport #slideReport ul li a:hover {
    opacity: .85;
/*     text-decoration: underline; */
  }

  .otherReport #slideReport ul li a .name {
    font-size: 14px;
  }

  .otherReport #slideReport .slick-arrow {
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 72px;
  }
  .otherReport #slideReport .slick-arrow:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .otherReport #slideReport .slick-arrow:hover {
    border-color: #a1a1a1;
  }
  .otherReport #slideReport .slick-arrow:hover:before {
    opacity: .5;
  }

  .otherReport #slideReport .slick-arrow.slick-prev {
    right: -9px;
    background: #fff;
  }
  .otherReport #slideReport .slick-arrow.slick-prev:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow01.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    left: 15px;
  }

  .otherReport #slideReport .slick-arrow.slick-next {
    left: -9px;
    background: #fff;
  }
  .otherReport #slideReport .slick-arrow.slick-next:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow02.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    right: 15px;
  }

  .btn_list a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .btn_list a:hover {
    opacity: .85;
  }

  #cboxContent #cboxNext {
    width: 40px;
    height: 40px;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #cboxContent #cboxPrevious {
    width: 40px;
    height: 40px;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #cboxContent #cboxClose {
    background: url("../images/btn_close_pc.png") no-repeat;
    width: 19px !important;
    height: 19px !important;
    background-size: 19px !important;
  }

  .reportContent .caption__contents dt,.reportContent .caption__contents dd {
    font-size: 14px;
  }
}







/*
#body_inner {
  background: url("../atari_c.jpg") 50% -72px no-repeat;
}
*/

.reportContent {
  clear: both;
}

.rpkv {
  position: relative;
  display: table;
  width: 960px;
  margin: 38px 0 40px;
}

.rpkv .kv_img {
  position: relative;
  float: right;
}

.rpkv .kv_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.kv_img_single img {

  width:100%;
}

@media screen and (max-width:960px){

.rpkv {
  width: 87%;
  margin: 38px 6.25% 40px;
}

.rpkv .kv_img {
  width:65.7%;
}

.rpkv .kv_img img {
  width:100%;
}

.rpkv .kv_ttl#kv_ttl01 {
  width:56%;
}
.rpkv .kv_ttl#kv_ttl02 {
  width:56%;
}

.rpkv .kv_ttl img {
  width:100%;
}

}



@media screen and (max-width:640px){


.rpkv {
  display: block;
  width: 100%;
  margin:25px 0 45px;
}

.rpkv .kv_img {
  width:100%;
  float: none;
}

.rpkv .kv_img img {
  width:100%;
}

.rpkv .kv_ttl {
  position: relative;
  top:inherit;
  left: inherit;
  transform: inherit;
  width: 87%;
  margin:-25px 6.25% 0;
}

.rpkv .kv_ttl#kv_ttl01 {
  width: 87%;
}
.rpkv .kv_ttl#kv_ttl02 {
  width: 87%;
}

.rpkv .kv_ttl img {
  width:100%;
}



}
