@charset "utf-8";
/*====================================================

research.css

====================================================*/
nav .g_navi .trg.research-ja a:after {
  transform-origin: left top!important;
  transform: scale(1, 1)!important;
}
#pagetitle {
  margin-bottom: 0;
}
#pagetitle:before {
  background: #fff url("../images/research-ja/page_title_research-ja.png") no-repeat center top / auto 205px;
}
#tmp03.research-ja .cts_block .link_box .contents {
  width: 100%;
  padding: 20px 45px 75px;
}
#tmp03.research-ja .cts_block .secound {
  margin-top: 30px;
}
#tmp03.research-ja .cts_block .secound h2 {
  font-size: 2.3rem;
  line-height: 1.4em;
  font-weight: normal;
  margin-bottom: 0;
}
#tmp03.research-ja .cts_block .link_box .contents a {
  justify-content: center;
  align-items: center;
}
#tmp03 .cts_block .link_box .contents a:after {
  position: relative;
  right: inherit;
  top: inherit;
  transform: translate(0,0) rotate(45deg);
  margin: 0 0 0 20px;
}
#tmp03 .cts_block.report {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}
#tmp03 .cts_block.report a.arrow {
  font-size: 2.6rem;
  line-height: 1.4em;
  font-weight: bold;
}
#tmp03 .cts_block.report a.arrow:after {
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  border-top: 2px solid #0057aa;
  border-right: 2px solid #0057aa;
  transform: translate(0,-4px) rotate(45deg);
}
#tmp03 .cts_block.report .cts_box {
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
}
#tmp03 .cts_block.report .cts_box .inner {
  width: calc(100% - 170px);
}
#tmp03 .cts_block.report .cts_box .inner h3 {
  font-size: 2.3rem;
  line-height: 1.4em;
  color: #0057aa;
}
i.pdf {
  transform: translate(0, 2px);
}
#tmp03 .cts_block.report .cts_box .inner p {
  font-size: 1.4rem;
  line-height: 1.6em;
}
#tmp03 .cts_block.report .cts_box .thumb {
  width: 170px;
}
#tmp03 .cts_block.report .cts_box .thumb img {
  max-width: 120px;
  max-height: 170px;
  border: 1px solid #0057aa;
}


#activity-report {
  margin-top: 100px;
}
#activity-report .lead_txt {
  font-size: 1.6rem;
  line-height: 1.6em;
  display: block;
  width: 100%;
}
#activity-report .report_list {
  margin-top: 80px;
  justify-content: flex-start;
}
#activity-report .report_list .report_box {
  max-width: 330px;
  width: calc((100% - 40px) / 3);
  margin: 20px 20px 0 0;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#activity-report .report_list .report_box:nth-child(3n) {
  margin: 20px 0 0 0;
}
#activity-report .report_list .report_box .thumb {
  width: 170px;
  height: 170px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#activity-report .report_list .report_box .thumb img {
  border: 1px solid #0057aa;
  max-width: 120px;
  max-height: 170px;
}
#tmp03 .cts_block.report .cts_box .thumb img.tate,
#activity-report .report_list .report_box .thumb img.tate {
  max-width: 120px;
  max-height: 170px;
  height: auto;
}
#tmp03 .cts_block.report .cts_box .thumb img.yoko
#activity-report .report_list .report_box .thumb img.yoko {
  max-width: 170px;
  max-height: 170px;
  height: auto;
}
#activity-report .report_list .report_box h3 {
  font-size: 2rem;
  line-height: 1.4em;
  color: #0057aa;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px;
}
#activity-report .report_list .report_box h3 a.arrow:after {
    width: 10px;
    height: 10px;
}
#activity-report .report_list .report_box .date {
  font-size: 1.4rem;
  line-height: 1.6em;
}
#activity-report .report_list .report_box i.pdf {
  width: 15px;
  height: 20px;
  margin: 0 5px 0 0;
}
#activity-report .report_list .report_box .badge {
  position: absolute;
  width: 100px;
  height: 100px;
  color: #fff;
  background: #f4881a;
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: .05em;
  padding: 0 0 3px;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 3;
}


/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #pagetitle:before {
    background: #fff url(../images/research-ja/page_title_research-ja_sp.png) no-repeat center top / 100% auto;
  }
  #tmp03.research-ja .cts_block .link_box .contents {
    padding: 30px 25px;
  }
  #tmp03.research-ja .cts_block {
    margin-top: 0;
  }
  #tmp03.research-ja .cts_block .secound {
    margin-top: 60px;
  }
  #tmp03.research-ja .cts_block .secound h2 {
    font-size: 2rem;
  }
  #tmp03 .cts_block.report {
    margin-top: 60px;
    padding-top: 60px;
  }
  #tmp03 .cts_block.report a.arrow {
    font-size: 2rem;
  }
  #tmp03 .cts_block.report a.arrow:after {
    width: 10px;
    height: 10px;
    transform: translate(0,-2px) rotate(45deg);
  }
  #tmp03 .cts_block.report h2 {
    margin-bottom: 10px;
  }
  #tmp03 .cts_block.report .cts_box {
    padding: 30px 25px;
    margin: 40px 0 0 0;
  }
  #tmp03 .cts_block.report .cts_box .inner {
    width: calc(100% - 120px);
    margin: 0;
  }
  #tmp03 .cts_block.report .cts_box .thumb {
    width: 100px;
  }
  #tmp03 .cts_block.report .cts_box .thumb img {
    max-width: 100px;
  }
  #tmp03 .cts_block.report .cts_box .inner h3 {
    font-size: 1.6rem;
    line-height: 1.4em;
    font-weight: bold;
  }
  i.pdf {
    width: 14px;
    height: 18px;
    margin: 0 5px 0 0;
  }
  #tmp03 .cts_block.report .cts_box .inner p {
    font-size: 1.2rem;
    line-height: 1.6em;
    margin: 10px 0 0 0;
  }
  
  #activity-report {
    margin-top: 0;
  }
  #activity-report .lead_txt {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
  #activity-report h2 {
    font-size: 2rem;
    line-height: 1.4em;
    margin-top: 60px;
  }
  #activity-report .report_list {
    margin-top: 0;
  }
  #activity-report .report_list .report_box {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    padding: 25px;
  }
  #activity-report .report_list .report_box h3 {
    font-size: 1.6rem;
  }
  #activity-report .report_list .report_box .date {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  #activity-report .report_list .report_box i.pdf {
    width: 14px;
    height: 18px;
  }
  #activity-report .report_list .report_box h3 a.arrow:after {
    width: 8px;
    height: 8px;
  }
  
  
}

/* ========================================================================================================
   375px以下
   ========================================================================================================*/
@media screen and (max-width: 375px) {

}