/*---------------------------------------------------

 Report_index

---------------------------------------------------*/
.main_report .section_video iframe {
  border: none;
  width: 1000px;
  height: 530px;
  margin: 0 auto 35px;
}

.main_report .mv .inner {
    background: url("../img/cmn/visual.jpg") no-repeat scroll center center;
    height: 245px;
}

ul.horizontal {
  padding: 12px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

ul.horizontal li {
  width: auto;
  margin: 0 20px;
  position: relative;
}

ul.horizontal li span {
  display: block;
  width: 100%;
  line-height: 1.4;
  position:  relative;
}

ul.horizontal li span.en {
  font-size: 18px;
  font-family: "ratiomodern",serif;
}

ul.horizontal li span.jp {
  font-size: 11px;
}

.section_report_list {
  width: 100%;
  margin: 0 auto;
}

.section_report_list .report li{
  width:230px;
  float:left;
  margin-right:20px;
  margin-bottom:40px;
  text-align:center;
}

.section_report_list .report li ul.icon{
  margin-bottom: 5px;
}

.section_report_list .report li:nth-child(3n){
  margin-right:0;
}
.section_report_list .report li:nth-child(3n+1){
  clear: left;
}

.section_report_list .report li .ph{
  width:230px;
  height:230px;
  overflow:hidden;
  margin-bottom:10px;
}

.section_report_list .report li .ph img{
  width:100%;
}

.section_report_list .report li .tit{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:3px;
}

.section_report_list .report li .date{
  position:relative;
  display: inline-block;
  width: 70%;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #333;
  margin-bottom: 5px;
}

.section_report_list .report li a:hover .date{
  color:#2d2d2d;
}


.section_report_list .report li ul.icon_special {
  width: 100%;
}

.section_report_list .report li ul.icon_special li {
  width: auto;
  float: none;
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  background: #a1827d;
  padding: 2px 6px;
  margin: 0 2px 2px 0;
}


.bnr_contact {
  text-align: center;
  margin-top: 15px;
}



/*---------------------------------------------------

 Report_detail

---------------------------------------------------*/

.section_report_article {
  width: 100%;
  margin-bottom: 40px;
}

/*.section_report_article:before {
  display:block;
  content:"";
  width:980px;
  height:20px;
  background:url(../img/cmn/bg_corner.jpg) no-repeat;
}*/

.section_report_article .inner {
}

.report_date {
  margin-bottom:10px;
  text-align: center;
}

.report_date p {
  display: inline-block;
  padding: 0 7px;
}

.report_date .icon_category {
  display: inline-block;
}

.report_date .icon_category li {
  display: inline-block;
  padding: 3px 15px;
  margin: 0 2px 5px;
  font-size: 11px;
  text-align: center;
  background: #b08e51;
  color: #fff;
  font-family: "a-otf-gothic-bbb-pr6n", helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.report_data .icon {
  margin-bottom: 20px;
}

.report_data .icon li {
  display:inline-block;
}

.tbl_report {
  border-collapse: collapse;
  margin:0 auto 10px;
}

.staff .tbl_report {
  width: calc(100% - 220px);
  float:right;
  text-align: left;
}

.tbl_report dt {
  padding:4px 30px 2px;
  text-align:center;
  color:#000;
  background:#eee;
  display: inline-block;
  vertical-align: top;
}

.staff .tbl_report dt {
  padding:4px 0 2px;
  width:30%;
  text-align:center;
  color:#000;
  background:#eee;
  display: inline-block;
  vertical-align: top;
}

.tbl_report dd {
  max-width: 33%;
  padding-right: 30px;
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  font-size:14px;
}
.tbl_report dd:last-child {
  padding-right: 0;
}

.staff .tbl_report dd {
  max-width: 70%;
  padding-right: 30px;
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  font-size:14px;
}

.report_tit {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.report_name {
  text-align: center;
  font-size: 18px;
}

.report_people {
  text-align: center;
  font-size: 13px;
  padding-bottom:10px;
  border-bottom:1px dotted #ccc;
  margin-top:20px;
  margin-bottom:10px;
}

.report_people.staff .photo01 {
  float: left;
  width:210px;
}

.report_people.staff .photo01 img {
  width:100%;
  height:auto;
}

.report_people p {
  display:inline-block;
  margin-bottom:0!important;
  padding:0 10px;
}

.section_report_article .main_block{
  width:730px;
  margin:30px auto;
}

.section_report_article p, .section_report_article .photo01, .section_report_article .photo02 {
  margin-bottom: 20px;
}

.section_report_article p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.section_report_article .photo01 img {
  display: block;
  width: 100%;
}

.section_report_article .photo02 {
 *zoom: 1;
}

.section_report_article .photo02:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.section_report_article .photo02 li {
  overflow: hidden;
  width: 49%;
}

.section_report_article .photo02 li:first-child {
  float: left;
}

.section_report_article .photo02 li:last-child {
  float: right;
}

.section_report_article .photo02 li img {
  display: block;
  width: 100%;
  height: auto;
}

.section_report_article .unit_faq {
  margin-bottom: 50px;
}

.section_report_article .unit_faq dt, .section_report_article .unit_faq dd {
  font-size: 14px;
  line-height: 2em;
}

.section_report_article .unit_faq dt {
  font-weight: bold;
  font-size: 15px;
}

/*
.section_report_article .unit_faq dt {
  padding: 0 20px 10px 34px;

  border-bottom: 1px #aaa dotted;
  background: url(../report/img/icon_q.gif) no-repeat left 4px;
}

.section_report_article .unit_faq dd {
  margin: 6px 0 28px;
  padding: 0 20px 0 34px;

  background: url(../report/img/icon_a.gif) no-repeat left 4px;
}
*/

.section_report_article .unit_faq dd:last-child {
  margin-bottom: 0;
}

.section_report_article .unit_data table {
  width: 730px;
  border-collapse: collapse;
  border-top: 1px #ccc solid;
}

.section_report_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}

.section_report_article .unit_data th, .section_report_article .unit_data td {
  font-size: 15px;
  padding: 16px 0;
}

.section_report_article .unit_data th {
  width: 250px;
  padding: 16px;
  text-align: center;
  background: #eee;
}

.section_report_article .unit_data td {
  padding: 16px 32px;
}

.section_report_article.new {
  position: relative;
}

.section_report_btn ul {
  width: 652px;
  margin: 0 auto;
}

.section_report_btn li {
  line-height: 0;
  float: left;
  margin-right: 4px;
}

.section_report_btn li:last-child {
  margin-right: 0;
}

/* section_other
---------------------------------------------------*/

.main_report .section_other {
  width:840px;
  margin:50px auto 30px;
  text-align:left;
  position:relative;
}

.main_report .section_other .unit {
  width:390px;
  display:inline-block;
  margin:0 10px 10px;
  text-align:left;
  position:relative;
}

.main_report .section_other .unit a {
  display:block;
  padding:12px;
  background:#fff;
  border: 1px solid #584d3f;
}

.main_report .section_other .unit::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid transparent;
    border-left: 5px solid #2d2d2d;
    transition-duration: 200ms;
    z-index: 99;
}

.main_report .section_other .unit .ph {
  width:148px;
  height:96px;
  overflow:hidden;
  float:left;
  margin-right:12px;
}

.main_report .section_other .unit .ph img {
  width:100%;
}

.main_report .section_other .unit .box {
  width:192px;
  float:left;
}

.main_report .section_other .unit .box .tit {
  margin-bottom:5px;
  font-size:14px;
  height:47px;
}

.main_report .section_other .unit .box .catch {
  height:28px;
  overflow:hidden;
}

.main_report .section_other .unit .box .icon {
  text-align:left;
}

.section_report_list.detail {
  border-top:1px solid #1f1f1f;
  margin-bottom: 0;
}

.section_report_list.detail  h4{
  font-size:26px;
  font-family:"Libre Baskerville", serif;
  letter-spacing:2px;
  text-align:center;
  line-height:1.2;
  background:#fff;
  width:500px;
  margin:-17px auto 0;
}

.section_report_list.detail  .catch{
  font-size:14px;
  text-align:center;
  margin-bottom:24px;
}

ul.icon_category li {
  width: auto;
  display: inline-block;
  font-size: 0.85em;
  color: #fff;
  background: #a1827d;
  padding: 3px 10px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.section_report_list .report ul.icon_category {
  text-align: center;
}

.section_report_list .report ul.icon_category li {
  width: auto;
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  background: #a1827d;
  padding: 2px 6px;
  margin-right: 2px;
  margin-bottom: 2px;
  float: none;
}

/**************************************

next/before button

**************************************/

.report .pager {
  text-align: center;
  clear: both;
}

.report .pager  li {
  width: auto;
  float: none;
  padding-top: 30px;
  display: inline-block;
}

.report .pager a {
  display: block;
  font-weight: bold;
  text-align: center;
  background: #333;
  text-decoration: none;
  color: #fff;
  position: relative;
  width: 250px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 !important;
}

.report .pager a:after {
  position: absolute;
  top: 50%;
  right: 12.5px;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -3.5px;
  content: " ";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

.report .pager .before a:after {
  right: auto;
  left: 12.5px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.report .pager a:hover {
  background: #111;
}

