@charset "utf-8";

/*
#body_inner {
  background: url("../atari_report.jpg") 50% -96px no-repeat;
}
*/

#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;
}

.reportWrapper {
  padding: 18px 4.68%;
}

.outline {
  /*font-weight: normal;*/
  line-height: 1.6;
  margin-bottom: 27px;
}

.reportBloc {
  margin-top: 16px;
  border: 1px solid #e7e7e7;
  /* map仮　*/
}
.reportBloc .imageBloc {
  border-bottom: 1px solid #e7e7e7;
}
.reportBloc .imageBloc a {
  display: block;
  position: relative;
}
.reportBloc .imageBloc a::after {
  content: '';
  background: url("../images/ico_arrow01.png") no-repeat center #fff;
  background-size: 7px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.reportBloc .mapBloc {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 38.5% 0 0;
  /*.pin {
  	position: absolute;
  	width: 36px;
  	margin: auto;
  	top: 15%;
  	right: 0;
  	left: 0;
  	z-index: 1;
  }*/
}

@media (max-width: 960px)
{
    .reportBloc .mapBloc > div
    {
        top: 0px;
    }
}


.reportList ul li {
  margin-top: 15px;
}
.reportList ul li a {
  display: table;
  overflow: hidden;
  color: #000;
  width: 100%;
}
.reportList ul li a .image_bloc {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.reportList ul li a .image_bloc img {
  width: 100%;
  border: 1px solid #e7e7e7;
}
.reportList ul li a .text_bloc {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-left: 15px;
}
.reportList ul li a .text_bloc span {
  display: block;
}
.reportList ul li a .text_bloc .name {
  font-size: 13px;
  /*font-weight: normal;*/
  line-height: 1.4;
  letter-spacing: 1px;
}
.reportList ul li a .text_bloc .name.valencia {
  letter-spacing: 0.5px;
}
.reportList ul li a .text_bloc .copy {
  /*font-weight: normal;*/
  font-size: 10px;
  line-height: 1.3;
  padding: 5px 0;
  letter-spacing: 1px;
}
.reportList 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;
}
.reportList ul li.no_image img {
  width: 50%;
}
.reportList .reportClose {
  display: none;
}
.reportList .report_open {
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 45px;
  height: 45px;
  margin-top: 20px;
  position: relative;
  /*font-weight: normal;*/
  border: 2px solid #3e3e3e;
}
.reportList .report_open::after {
  content: '';
  display: block;
  position: absolute;
  right: 5.8%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/recipe/ico_arrow_down.png") no-repeat;
  background-size: 10px;
  width: 10px;
  height: 7px;
}
.reportList .report_open span {
  padding: 3px 0 3px 28px;
  background: url("../images/recipe/ico_recipe_more.png") no-repeat left center;
  background-size: 16px;
}
.reportList .report_open.btn_open::after {
  background: url("../images/recipe/ico_arrow_up.png") no-repeat;
  background-size: 10px;
}
.reportList .report_open.btn_open span {
  background: url("../images/recipe/ico_close.png") no-repeat left center;
  background-size: 11px;
}

@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;
  }

  .reportBloc {
    display: table;
  }
  .reportBloc .imageBloc {
    display: table-cell;
    width: 65%;
    border-bottom: 0;
  }
  .reportBloc .imageBloc a::after {
    content: none;
  }
  .reportBloc .mapBloc {
    display: table-cell;
    padding: 9.425% 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .reportBloc .mapBloc .pin {
    top: 35%;
  }
  .reportBloc .mapBloc#map02 {
    background-image: url("../images/report/report_top/map02_pc.jpg");
  }

  .reportList ul {
    display: inline-block;
    width: 100%;
  }
  .reportList ul li {
    width: 31%;
    margin-top: 25px;
    float: left;
  }
  .reportList ul li:nth-child(3n-1) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .reportList ul li a {
    display: block;
  }
  .reportList ul li a .image_bloc {
    display: block;
    width: 100%;
  }
  .reportList ul li a .text_bloc {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .reportList ul li a .text_bloc br {
    display: none;
  }
  .reportList ul li a .text_bloc .name {
    padding-top: 10px;
    letter-spacing: 2px !important;
  }
  .reportList ul li a .text_bloc .copy {
    padding: 3px 0 0;
  }
  .reportList ul li a .text_bloc .btn_detail {
    display: none;
  }
  .reportList ul li.no_image img {
    width: 100%;
  }
  .reportList .report_open {
    display: none;
  }
  .reportList .reportClose {
    display: block !important;
  }
}
@media screen and (min-width: 961px) {
  #Cont2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .reportList ul li a:hover
  {
      text-decoration: none;
  }

  .reportList ul li a .text_bloc .copy,.reportList ul li a .text_bloc .name
  {
      display: inline-block;
      border-bottom: solid 1px white;
  }

  .reportList ul li a:hover .copy,.reportList ul li a:hover .name
  {
      border-bottom: solid 1px black;
  }

  #bottomWrapper {
    display: none;
  }

  .titleMain {
    width: 493px;
    font-size: 26px;
  }

  .reportWrapper {
    padding: 0;
  }

  .outline {
    font-size: 14px;
    letter-spacing: 1.2px;
    margin: 20px 0 28px;
  }

  .reportBloc {
    display: block;
    overflow: hidden;
    border: 2px solid #e7e7e7;
    margin-top: 30px;
  }
  .reportBloc .imageBloc {
    width: 625px;
    display: block;
    float: left;
  }
  .reportBloc .imageBloc a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reportBloc .imageBloc a:hover {
    opacity: .85;
  }
  .reportBloc .mapBloc {
    display: block;
    float: right;
    width: 331px;
    height: 312px;
    padding: 0;
  }
  .reportBloc .mapBloc .pin {
    width: 60px;
    top: 20%;
  }

  .reportList {
    margin-top: 40px;
  }
  .reportList ul li {
    width: 294px;
    margin-top: 28px;
  }
  .reportList ul li:nth-child(3n-1) {
    margin-left: 39px;
    margin-right: 39px;
  }
  .reportList ul li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reportList ul li a:hover {
    opacity: .85;
  }
  .reportList ul li a .text_bloc .name {
    padding-top: 18px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .reportList ul li a .text_bloc .copy {
    font-size: 12px;
  }
}

/*-----------------------------------------
Map Api
-------------------------------------------*/
.mapBloc iframe
{
    z-index: 3;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    touch-action: pan-x pan-y;
    display: block;
}








#rpcontainer01 {
  margin-bottom: 66px;
}

#rpcontainer01 .titleMain {
  margin-bottom: 40px;
}

#rpcontainer01 #img_top_ttl {
  margin-bottom: 40px;
}

#rpcontainer01 #img_top_ttl img {
  margin:0 auto;
  width:733px;
}

#rpcontainer01 #img_top_img {

}

#rpcontainer01 #img_top_img img {
  margin:0 auto;
  width:667px;
}


.tac {
  text-align:center;
}

.reportContainer {
  position:relative;
  padding-left:80px;
  overflow-y: hidden;
}
.reportContainer:after {

  display:block;
  content: "";
  position:absolute;
  top:70px;
  left:0;
  width: 1px;
  height: 100%;
  background-color:#000;
}

.reportYear {
  font-size:50px;
  line-height:68px;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  margin-bottom:10px;
  margin-left:-80px;
}
.reportCountry {
  font-size:38px;
  margin-bottom: 5px;
  font-weight: normal;
}
.reportCountry .reportArea {
  font-size:26px;
  font-weight: normal;
  margin-left:20px;
}

.reportItem {
  margin-bottom:22px;
  clear: both;
}

.reportbox {
  width: 880px;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.reportbox .imageBloc {
  flex:0 0 552px;
}
.reportbox .mapBloc {
  position:relative;
  flex:0 0 307px;
}

.btn_rpbtm {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top:20px;
}
.btn_rplinks {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left:0;
}
.btn_rplinks_wrap {
  width:63%;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.btn_rplink {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  transition:ease-out .2s;
  margin-right:0;
}
.btn_rplinks_wrap .btn_rplink {
  flex:0 0 50%;
  margin-bottom: 15px;
}

.btn_rplink .btn_rplink_thumb {
  flex:0 0 70px;
  transition:ease-out .2s;
}

.btn_rplink:hover {
  text-decoration: none;
  opacity: .75;
}

.btn_rplink .btn_rplink_txt {
  font-size:16px;
  font-weight: normal;
  flex:1;
  padding:14px 0 13px;
  color: #000;
  display:table-cell;
}

a.btn_gmap {
  display:block;
  font-size:14px;
  font-weight: normal;
  color: #000;
  margin-right: 70px;
  transition:ease-out .2s;
}
a.btn_gmap span {
  display:table;
  margin:0 auto;
  padding:13px 0 12px 30px;
  background:url("../images/report/icon_gmappin.png") 0 13px no-repeat;
}

a.btn_gmap:hover {
  text-decoration: none;
  opacity: .75;
}



@media screen and (max-width:960px){

#rpcontainer01 #img_top_ttl {
  margin:0 10% 40px;
}

#rpcontainer01 #img_top_ttl img {
  margin:0 auto;
  width: 100%;
}

#rpcontainer01 #img_top_img {
  margin:0 10% 40px;
}

#rpcontainer01 #img_top_img img {
  margin:0 auto;
  width: 100%;
}

.reportContainer {
  padding-left:40px;
}


.reportbox {
  width: 100%;
}
.reportbox .imageBloc {
  flex:0 0 60%;
}
.reportbox .mapBloc {
  flex:0 0 37%;
}

.reportYear {
  font-size:40px;
  line-height:58px;
  margin-bottom:10px;
  margin-left:-40px;
}
.reportCountry {
  font-size:26px;
  margin-bottom: 8px;
}
.reportCountry .reportArea {
  font-size:16px;
  margin-left:20px;
}
.reportItem {
  margin-bottom:40px;
  clear: both;
}

a.btn_gmap {
  margin-right: 0;
  width: 37%;
  text-align: center;
}


}



@media screen and (max-width:640px){


#rpcontainer01 {
  margin-bottom: 40px;
}

#rpcontainer01 .titleMain {
  margin-bottom: 30px;
}

#rpcontainer01 #img_top_ttl {
  margin:0 4% 30px;
}

#rpcontainer01 #img_top_ttl img {
  margin:0 auto;
}

#rpcontainer01 #img_top_img {
  margin:0 4% 30px;
}

#rpcontainer01 #img_top_img img {
  margin:0 auto;
}


.sp_tal {
  text-align:left;
}

.reportContainer {
  padding-left:40px;
}
.reportContainer:after {

  top:70px;
  left:0;
  width: 1px;
  height: 100%;
}

.reportYear {
  font-size:40px;
  line-height:58px;
  margin-bottom:10px;
  margin-left:-40px;
}
.reportCountry {
  font-size:26px;
  margin-bottom: 8px;
}
.reportCountry .reportArea {
  font-size:16px;
  margin-left:20px;
}
.reportItem {
  margin-bottom:40px;
  clear: both;
}

.reportbox {
  width: 100%;
  display:block;
  -webkit-box-lines:inherit;
  -moz-box-lines:inherit;
  -webkit-flex-wrap:inherit;
  -moz-flex-wrap:inherit;
  -ms-flex-wrap:inherit;
  flex-wrap:inherit;
  justify-content:inherit;
  -webkit-justify-content:inherit;
}
.reportbox .imageBloc {
  flex:inherit;
  margin-bottom: 20px;
}
.reportbox .mapBloc {
  flex:inherit;
  margin-left:50%;
  width:50%;
}

.reportbox .mapBloc iframe {
  height:114px;
}

.btn_rpbtm {
  display:block;
  -webkit-box-lines:inherit;
  -moz-box-lines:inherit;
  -webkit-flex-wrap:inherit;
  -moz-flex-wrap:inherit;
  -ms-flex-wrap:inherit;
  flex-wrap:inherit;
  justify-content:inherit;
  -webkit-justify-content:inherit;
  margin-top:20px;
  height: auto;
  position: relative;
}
.btn_rplinks {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 55%;
  height: 114px;
  margin-left:-6%;
}
.btn_rplink {
  display:block;
  -webkit-box-lines:inherit;
  -moz-box-lines:inherit;
  -webkit-flex-wrap:inherit;
  -moz-flex-wrap:inherit;
  -ms-flex-wrap:inherit;
  flex-wrap:inherit;
  justify-content:inherit;
  -webkit-justify-content:inherit;
  text-align: center;
  line-height: 16px;
  padding-top: 5px;
  flex:0 0 50%;
}
.btn_rplinks_wrap {
  width:55%;
  height:auto;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.btn_rplink:last-child {
  margin-right:0;
}

.btn_rplink .btn_rplink_thumb {
  display: block;
  padding-right:0;
  flex:inherit;
  margin-bottom:8px;
}

.btn_rplink:hover {
  text-decoration: none;
  opacity: .75;
}

.btn_rplinks_wrap .btn_rplink {
  margin-bottom: 10px;
}

.btn_rplink .btn_rplink_txt {
  font-size:12px;
  flex:inherit;
  padding:0;
  display: block;
  padding: 0;
  line-height: 15px;
  letter-spacing: -.5px;
}

a.btn_gmap {
  display: table;
  font-size:12px;
  padding:0;
  width:50%;
  text-align: center;
  margin-top: 0;
  position:absolute;
  top:124px;
  right:0;
}
a.btn_gmap span {
  padding:3px 0 2px 18px;
  background-size:10px;
  background-position: 0 7px;
}

a.btn_gmap:hover {
  text-decoration: none;
  opacity: .75;
}

.sp_hide {
  display:none;
}



}


.product_detail38.btn_rplinks {
  width: 70%;
}
.product_detail38.btn_rplinks .btn_rplink {
  width: 100%;
}
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .product_detail38.btn_rplinks .btn_rplink {
    width: 50%;
  }
}
.product_detail38.btn_rplinks .btn_rplink_thumb img {
  margin: auto;
}
@media screen and (max-width:960px) {
  .product_detail38.btn_rplinks {
    width: 60%;
}
