@charset "UTF-8";
.clearfix, .topNews_list li, .NewsList li, .searchList li {
  *zoom: 1;
}
.clearfix:after, .topNews_list li:after, .NewsList li:after, .searchList li:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************
　トップページ
******************************************/
.top_main {
  position: relative;
  min-width: 984px;
  margin-bottom: 56px;
  opacity: 0;
}
@media (max-width: 768px) {
  .top_main {
    min-width: auto;
    margin-top: 64px;
    margin-bottom: 48px;
  }
}

.bigimg {
  width: 100%;
  overflow: hidden;
}
.bigimg .bg {
  width: 100%;
  height: 560px;
  opacity: 0;
  z-index: -1;
}
.bigimg a,
.bigimg span {
  display: block;
  width: 100%;
  min-width: 1024px;
  height: 560px;
}
@media (max-width: 768px) {
  .bigimg a,
  .bigimg span {
    min-width: auto;
    height: 360px;
  }
}
@media (max-width: 680px) {
  .bigimg a,
  .bigimg span {
    height: 190px;
  }
}
.bigimg > div {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.topMainpager {
  margin: 0 auto;
  width: 984px;
  position: relative;
  opacity: 0;
}
@media (max-width: 768px) {
  .topMainpager {
    display: none;
    width: auto;
  }
}

.sliderNewsnext,
.sliderNewsprev {
  position: absolute;
  top: -35px;
  left: 36px;
  width: 35px;
  height: 35px;
  background: url(../images/arrow_topmain.png) no-repeat 0 -40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  z-index: 300;
}
@media (max-width: 768px) {
  .sliderNewsnext,
  .sliderNewsprev {
    top: 0;
  }
}

.sliderNewsnext:hover {
  background-position: -35px -40px;
}

.sliderNewsprev {
  left: 0;
  background-position: -70px 0;
}
.sliderNewsprev:hover {
  background-position: -35px 0;
}

.topAbout {
  float: left;
  width: 640px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .topAbout {
    float: none;
    width: auto;
    margin: 0 30px 48px 30px;
  }
}
.topAbout figure {
  width: 86px;
}
.topAbout figure img {
  max-width: 100%;
}
.topAbout > div {
  float: left;
  width: 430px;
  display: inline;
}
@media (max-width: 768px) {
  .topAbout > div {
    float: none;
    width: auto;
  }
}
.topAbout h2 {
  margin-bottom: 16px;
  font-size: 1.8750em;
  line-height: 1.4667em;
  font-weight: normal;
  color: #222;
}
.topAbout h2 .topAbout_m {
  float: left;
  display: inline-block;
  padding: 16px 0 0;
}
.topAbout h2 figure {
  float: left;
  margin: 0 0 0 16px;
}
.topAbout h2.pc {
  display: block;
}
.topAbout h2.sp {
  display: none;
}
@media (max-width: 680px) {
  .topAbout h2 {
    margin: 0 -20px 20px -20px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
  .topAbout h2 .topAbout_m,
  .topAbout h2 figure {
    float: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .topAbout h2 figure {
    padding-left: 8px;
    width: 20%;
  }
  .topAbout h2.pc {
    margin: 0 -20px 20px -20px;
    text-align: center;
  }
  .topAbout h2.pc .topAbout_m,
  .topAbout h2.pc figure {
    float: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .topAbout h2.pc figure {
    padding-left: 8px;
    width: 20%;
  }
  .topAbout h2.sp {
    display: block;
  }
  .topAbout h2.sp .topAbout_m {
    float: none;
    display: block;
    padding: 0;
    text-align: center;
  }
  .topAbout h2.sp .topAbout_m img {
    display: block;
    margin: 0 auto 10px auto;
    width: 120px;
  }
}
.topAbout p {
  font-size: 1.0000em;
  line-height: 1.6250em;
}
.topAbout p img {
  float: right;
  margin: 0 0 10px 10px;
}
@media (max-width: 680px) {
  .topAbout p img {
    float: none;
    display: block;
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 680px) {
  .topAbout_more {
    margin: 0 auto;
    padding: 8px;
    border: 1px #d9d9d9 solid;
    text-align: center;
  }
}

.topAboutNews {
  float: right;
  width: 296px;
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .topAboutNews {
    float: none;
    margin: 0 30px 48px 30px;
    width: auto;
  }
}
.topAboutNews > div {
  padding: 0;
  border: 1px #d9d9d9 solid;
  border-radius: 4px;
}
.topAboutNews span.topAboutNews_i {
  position: absolute;
  left: 16px;
  top: -8px;
  color: #fff;
  background-color: #b59b51;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  z-index: 50;
  text-align: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #b59b51 0%, #e2c77a 100%);
  background-image: -webkit-linear-gradient(90deg, #b59b51 0%, #e2c77a 100%);
  background-image: -ms-linear-gradient(90deg, #b59b51 0%, #e2c77a 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .topAboutNews span.topAboutNews_i {
    left: 28%;
  }
}
@media (max-width: 680px) {
  .topAboutNews span.topAboutNews_i {
    left: -4px;
  }
}
.topAboutNews h2 {
  position: relative;
  font-size: 1em;
  text-align: center;
  margin: 0 0 12px;
  height: 64px;
  overflow: hidden;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #0d26a1;
  background: -moz-linear-gradient(top, #0d26a1 0%, #03056d 100%);
  background: -webkit-linear-gradient(top, #0d26a1 0%, #03056d 100%);
  background: -o-linear-gradient(top, #0d26a1 0%, #03056d 100%);
  background: -ms-linear-gradient(top, #0d26a1 0%, #03056d 100%);
  background: linear-gradient(to bottom, #0d26a1 0%, #03056d 100%);
}
.topAboutNews h2:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.topAboutNews h2 span.topAboutNews_m, .topAboutNews h2 span.topAboutNews_s {
  color: #fff;
  display: block;
  font-weight: normal;
}
.topAboutNews h2 span.topAboutNews_m {
  font-size: 1.2500em;
  /* 20px */
  line-height: 1.4000em;
  padding: 16px 0 0;
}
.topAboutNews h2 span.topAboutNews_s {
  font-size: 0.8750em;
  /* 14px */
  line-height: 1.5714em;
}
.topAboutNews ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topAboutNews li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.topAboutNews_ph {
  float: left;
  width: 100px;
  display: block;
  text-align: center;
  padding: 0 0 16px 24px;
}
.topAboutNews_ph a {
  display: block;
  background: none;
  padding: 0;
}
.topAboutNews_ph a:hover {
  opacity: 0.4;
}
.topAboutNews_ph .yoko {
  width: 100px;
}
.topAboutNews_ph .tate {
  height: 100px;
}
@media (max-width: 680px) {
  .topAboutNews_ph {
    float: none;
    width: auto;
    padding: 0 24px 16px 24px;
  }
  .topAboutNews_ph .yoko {
    width: auto;
    height: 100px;
  }
  .topAboutNews_ph .tate {
    height: 100px;
  }
}
.topAboutNews_text, .topAboutNews_text_s {
  float: left;
  width: 134px;
  display: block;
  margin: 0 24px 16px 12px;
  padding: 0;
  font-size: 0.8750em;
  /* 14px */
  line-height: 1.5714em;
}
@media (max-width: 768px) {
  .topAboutNews_text, .topAboutNews_text_s {
    float: none;
    width: auto;
    margin: 0 30px 24px 140px;
  }
}
@media (max-width: 680px) {
  .topAboutNews_text, .topAboutNews_text_s {
    margin: 0 30px 24px 30px;
  }
}
.topAboutNews_text_s {
  float: none;
  width: auto;
  margin: 0 24px 16px 24px;
  padding: 0;
}
.topAboutNews_link {
  margin: 0;
  text-align: center;
  border-top: 1px #d9d9d9 solid;
}
.topAboutNews_link a {
  padding: 8px 0;
  background-color: #fff;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.topAboutNews_link a span {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
.topAboutNews_link a:hover {
  background-color: #015289;
  color: #fff;
}
.topAboutNews_link a:hover span {
  background-position: left -23px;
}
.topAboutNews .slick-slide img {
  margin: 0 auto;
}
.topAboutNews .slick-prev,
.topAboutNews .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  outline: 0;
  width: 26px;
  height: 44px;
  text-indent: -9999px;
  z-index: 100;
}
.topAboutNews .slick-prev {
  left: -8px;
  background: url(../images/arrow_t_aboutnews.png) no-repeat 0 0;
}
.topAboutNews .slick-prev:hover {
  background-position: 0 -47px;
}
.topAboutNews .slick-next {
  right: -8px;
  background: url(../images/arrow_t_aboutnews.png) no-repeat -28px 0;
}
.topAboutNews .slick-next:hover {
  background-position: -28px -47px;
}

.topAboutpick {
  width: 1032px\9;
  margin: 0 -48px 0 0\9;
}
@media (max-width: 768px) {
  .topAboutpick {
    margin: 0 20px;
    padding: 0;
  }
}
.topAboutpick > section {
  float: left;
  width: 296px;
  display: inline;
  margin: 0 48px 64px 0;
}
.topAboutpick > section:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .topAboutpick > section {
    position: relative;
    float: left;
    width: calc(33.33333333333% - 20px);
    margin: 0 0 48px;
    padding: 0 10px 48px 10px;
  }
}
@media (max-width: 680px) {
  .topAboutpick > section {
    display: block;
    float: none;
    width: auto;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 680px) {
  .topAboutpick > section.pc {
    display: none;
  }
}
.topAboutpick a {
  display: block;
}
.topAboutpick figure {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .topAboutpick figure {
    text-align: center;
  }
  .topAboutpick figure img {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .topAboutpick figure img {
    width: 100%;
  }
}
.topAboutpick_text {
  height: 160px;
}
.topAboutpick_text h2 {
  margin-bottom: 8px;
  font-size: 1.1250em;
  line-height: 1.5556em;
  font-weight: normal;
}
.topAboutpick_text p {
  margin: 0;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
@media (max-width: 768px) {
  .topAboutpick_text {
    height: auto;
    margin-bottom: 24px;
  }
}
.topAboutpick_link {
  text-align: center;
  font-size: 1.0000em;
  line-height: 1.6250em;
}
@media (max-width: 768px) {
  .topAboutpick_link {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
  }
}
@media (max-width: 680px) {
  .topAboutpick_link {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.topAboutpick_link a {
  padding: 8px 0;
  border: 1px #d9d9d9 solid;
  background-color: #fff;
}
.topAboutpick_link a span {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
.topAboutpick_link a:hover {
  background-color: #015289;
  color: #fff;
}
.topAboutpick_link a:hover span {
  background-position: left -23px;
}

.topReport {
  background-color: #015289;
  background-image: url(../images/bg_topreport.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 56px 0;
  margin-bottom: 48px;
  min-width: 984px;
}
@media (max-width: 768px) {
  .topReport {
    min-width: auto;
    background-size: cover;
    padding: 40px 0 0 0;
  }
}
.topReport_m {
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .topReport_m {
    width: auto;
    padding: 16px 30px;
  }
  .topReport_m img {
    width: 100%;
    max-width: 400px;
  }
}
.topReport_text {
  text-align: center;
  color: #fff;
  margin: 0 0 48px;
}
@media (max-width: 768px) {
  .topReport_text {
    margin: 0 30px 30px 30px;
  }
}

.topReportcond {
  width: 1032px\9;
  margin: 0 -48px 0 0\9;
}
@media (max-width: 768px) {
  .topReportcond {
    margin: 0 20px;
  }
}
@media (max-width: 680px) {
  .topReportcond {
    margin: 0 30px;
  }
}
.topReportcond > div {
  float: left;
  position: relative;
  width: 294px;
  height: 324px;
  margin: 0 48px 48px 0;
  border: 1px #3789c1 solid;
  background-color: #1569a1;
  display: inline;
}
.topReportcond > div:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .topReportcond > div {
    display: block;
    width: calc(50% - 22px);
    margin: 0 10px 20px 10px;
  }
  .topReportcond > div:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (max-width: 680px) {
  .topReportcond > div {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
    height: auto;
    padding-bottom: 100px;
  }
  .topReportcond > div:nth-child(3n) {
    margin-right: 0;
  }
}
.topReportcond_cate {
  margin: 0 16px 16px 16px;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
  background: url(../images/boder_reslist.png) repeat-x left bottom;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.topReportcond_cate a {
  color: #fff;
  color: white;
  text-decoration: underline;
}
.topReportcond_cate a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.topReportcond_m {
  margin: 0 16px;
  height: 164px;
  overflow: hidden;
  font-size: 1.0000em;
  line-height: 1.5000em;
  color: #fff;
  font-weight: normal;
}
.topReportcond_m a {
  color: #fff;
  color: white;
}
.topReportcond_m a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 680px) {
  .topReportcond_m {
    height: auto;
  }
}
.topReportcond_link {
  margin: 0;
  text-align: center;
  font-size: 1.0000em;
  line-height: 1.6250em;
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 262px;
}
.topReportcond_link span {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left -23px;
}
.topReportcond_link a {
  padding: 8px 0;
  border: 1px #fff solid;
  display: block;
  color: #fff;
  width: 100%;
}
.topReportcond_link a:hover {
  background-color: #015289;
  color: #fff;
}
@media (max-width: 768px) {
  .topReportcond_link {
    left: 16px;
    right: 16px;
    width: auto;
    max-width: 260px;
    margin: 0 auto;
  }
}
.topReportcond_more {
  margin: 0 0 64px;
  text-align: center;
  font-size: 1.0000em;
  line-height: 1.6250em;
}
.topReportcond_more a {
  padding: 8px 0;
  border: 1px #3789c1 solid;
  background-color: #1569a1;
  display: block;
  color: #fff;
}
.topReportcond_more a span {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left -23px;
}
.topReportcond_more a:hover {
  background-color: #015289;
  color: #fff;
}
@media (max-width: 768px) {
  .topReportcond_more {
    margin: 10px 30px 48px 30px;
  }
}

.topReportnews {
  width: 1032px\9;
  margin: 0 -32px 0 0\9;
}
.topReportnews > section {
  float: left;
  width: 466px;
  border-top: 3px #3789c1 solid;
  padding-bottom: 16px;
  background-color: #015289;
  background-color: rgba(20, 100, 160, 0.5);
  display: inline;
  margin: 0 48px 32px 0;
}
.topReportnews > section:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .topReportnews > section {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding-bottom: 32px;
  }
  .topReportnews > section:last-child {
    margin-right: 0;
  }
}
.topReportnews_m {
  margin-bottom: 24px;
  padding: 16px 24px;
  background: url(../images/bg_topreport_news.png) repeat;
}
.topReportnews_m h2 {
  padding: 0 0 0 42px;
  margin: 0;
  background: url(../images/i_scientific.png) no-repeat left center;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.topReportnews_m h2.ConferenceTopics {
  background-image: url(../images/i_conference.png);
}
.topReportnews_m h2 span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
}
.topReportnews dl {
  margin: 0 0 16px;
  padding: 0 24px;
}
.topReportnews dt {
  margin: 0 0 4px;
  padding: 0;
  font-size: 0.7500em;
  line-height: 1.6667em;
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.topReportnews dd {
  margin: 0 0 16px;
  padding: 0 0 16px;
  background: url(../images/boder_reslist_news.png) repeat-x left bottom;
  font-size: 1.0000em;
  line-height: 1.5000em;
  color: #fff;
}
.topReportnews dd a {
  color: #fff;
  color: white;
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left -23px;
  display: block;
}
.topReportnews dd a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.topReportnews dd .topReportnews_ph {
  float: right;
  width: 100px;
}
.topReportnews dd .topReportnews_ph a {
  background: none;
  padding: 0;
  text-align: center;
}
.topReportnews dd .topReportnews_ph a:hover {
  opacity: 0.4;
}
.topReportnews dd .topReportnews_ph .yoko {
  width: 100px;
}
.topReportnews dd .topReportnews_ph .tate {
  height: 100px;
}
.topReportnews dd .topReportnews_text {
  float: left;
  width: 290px;
}
@media (max-width: 768px) {
  .topReportnews dd .topReportnews_text {
    float: none;
    width: auto;
  }
}
.topReportnews_more {
  text-align: right;
  margin: 0 16px;
}
.topReportnews_more a {
  color: #fff;
  color: white;
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left -23px;
}
.topReportnews_more a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.topNews {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .topNews {
    margin-bottom: 16px;
  }
}
.topNews_m {
  position: relative;
  height: 30px;
  margin-bottom: 24px;
}
.topNews_m h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  line-height: 1em;
  color: #111;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.topNews_m span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 16px;
  font-size: 13px;
  line-height: 19px;
  color: #999;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
}
.topNews_m > div {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .topNews_m {
    height: auto;
    text-align: center;
  }
  .topNews_m h2 {
    position: relative;
    top: auto;
    left: auto;
  }
  .topNews_m span {
    display: block;
    margin: 8px 0 0 0;
  }
  .topNews_m > div {
    display: none;
  }
}
.topNews_list {
  float: left;
  width: 640px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .topNews_list {
    float: none;
    width: auto;
    padding: 0 30px;
  }
}
.topNews_list li {
  display: inline-block;
  margin: 0 0 12px;
  padding: 0 0 15px;
  border-bottom: 1px #ddd dotted;
}
@media (max-width: 768px) {
  .topNews_list li {
    display: block;
  }
}
.topNewsData {
  float: left;
  margin: 0 24px 0 0;
  padding: 4px 0 0;
  width: 90px;
  height: 20px;
  font-size: 0.8125em;
  line-height: 20px;
  display: inline;
  color: #444;
}
.topNewsCate {
  float: left;
  margin: 0 24px 0 0;
  padding: 4px;
  width: 102px;
  font-size: 0.7500em;
  line-height: 1.3333em;
  text-align: center;
  background-color: #fff;
  color: #222;
  border: 1px #d9d9d9 solid;
  border-radius: 5px;
}
.topNewsCate:hover {
  background-color: #f7f7f7;
}
.topNewsCate.subColor {
  border: none;
  color: #fff;
}
.topNewsCate.subColor:hover {
  opacity: 0.4;
}
.topNewsLink {
  float: left;
  margin: 0;
  width: 390px;
  display: inline;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
@media (max-width: 680px) {
  .topNewsLink {
    clear: both;
    float: none;
    display: block;
    padding: 8px 0;
    width: 100%;
  }
}
.topNews_img {
  float: right;
  width: 296px;
}
@media (max-width: 768px) {
  .topNews_img {
    float: none;
    width: auto;
    padding: 0 30px 40px 30px;
  }
}
.topNews_img > a {
  background-color: #f7f7f7;
  overflow: hidden;
  height: 200px;
  text-align: center;
  margin-bottom: 8px;
  display: block;
}
.topNews_img > a:hover {
  opacity: 0.4;
}
.topNews_img img.topNews_img_pick {
  height: 200px;
}
.topNews_img img.topNews_img_h {
  height: 200px;
}
.topNews_img img.topNews_img_w {
  width: 100%;
}
@media (max-width: 768px) {
  .topNews_img img.topNews_img_pick, .topNews_img img.topNews_img_h, .topNews_img img.topNews_img_w {
    width: auto;
    height: 200px;
  }
}
.topNews_img figcaption img {
  margin: 0 0 0 8px;
}
@media (max-width: 768px) {
  .topNews_img figcaption {
    text-align: center;
  }
}
.topNews_more {
  text-align: center;
  font-size: 1.0000em;
  line-height: 1.6250em;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .topNews_more {
    margin: 0 30px 64px 30px;
  }
}
.topNews_more a {
  padding: 8px 0;
  border: 1px #d9d9d9 solid;
  background-color: #fff;
  display: block;
}
.topNews_more a:hover {
  background-color: #015289;
  color: #fff;
}
.topNews_more a:hover span {
  background-position: left -23px;
}
.topNews_more a span {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}

@media (max-width: 768px) {
  .topPickupbanner {
    margin: 0 20px;
  }
}
.topPickupbanner ul {
  margin: 0 -37px 0 0\9;
  padding: 0;
  list-style: none;
  width: 1021px\9;
}
@media (max-width: 768px) {
  .topPickupbanner ul {
    margin: 0;
  }
}
.topPickupbanner li {
  float: left;
  width: 218px;
  display: inline;
  margin-right: 37px;
  font-size: 0.7500em;
  line-height: 1.5000em;
  color: #666;
}
.topPickupbanner li:nth-child(4n) {
  margin-right: 0;
}
.topPickupbanner li a {
  display: block;
  margin-bottom: 8px;
}
.topPickupbanner li a:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .topPickupbanner li {
    width: calc(33.3333333% - 20px);
    margin: 0;
    padding: 0 10px;
  }
  .topPickupbanner li img {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .topPickupbanner li {
    width: calc(50% - 20px);
  }
}

/*------------------------
 下層ページ共通
--------------------------*/
#kasouMidashi {
  background-color: #0f3880;
  width: 100%;
  height: 158px;
  min-width: 984px;
}
@media (max-width: 768px) {
  #kasouMidashi {
    min-width: auto;
    margin-top: 64px;
  }
}
@media (max-width: 680px) {
  #kasouMidashi {
    height: 120px;
  }
}
#kasouMidashi h2 {
  margin: 0;
  padding: 59px 0 0 0;
  font-size: 2.0000em;
  line-height: 1.2500em;
  color: #fff;
  color: white;
}
@media (max-width: 768px) {
  #kasouMidashi h2 {
    text-align: center;
  }
}
@media (max-width: 680px) {
  #kasouMidashi h2 {
    padding: 44px 0 0 0;
    font-size: 1.5000em;
    line-height: 1.3333em;
  }
}
#kasouMidashi p {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 0.8125em;
  line-height: 1.6154em;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}

#pankuzu {
  padding: 16px 0 0 0;
}
@media (max-width: 768px) {
  #pankuzu {
    padding: 15px 30px;
  }
}
#pankuzu ul {
  float: right;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  #pankuzu ul {
    float: none;
    margin: 0 0 20px;
  }
}
#pankuzu li {
  float: left;
  margin: 0 0 0 8px;
  padding: 0 0 0 12px;
  display: inline;
  background: url(../images/arrow_pankuzu.png) no-repeat left 7px;
  font-size: 0.8750em;
}
#pankuzu li.linkHome {
  background: none;
  color: #888;
}
@media (max-width: 768px) {
  #pankuzu li.linkHome {
    margin: 0;
    padding: 0;
  }
}
#pankuzu li.linkEnd {
  color: #888;
}
#pankuzu.coWhite a,
#pankuzu.coWhite li.linkHome {
  color: #fff;
}
#pankuzu.coWhite a:hover,
#pankuzu.coWhite li.linkEnd {
  color: #888;
}

.kasousubMenu {
  margin-bottom: 24px;
}
.kasousubMenu_m {
  background-color: #0f3880;
  color: #fff;
  margin: 0;
  padding: 8px 8px 8px 16px;
  font-size: 1.0000em;
  line-height: 1.5000em;
}
.kasousubMenu_m.bg_black {
  background-color: #111;
}
.kasousubMenu_m.bg_orange {
  background-color: #faa701;
}
.kasousubMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px #d9d9d9 solid;
  border-right: 1px #d9d9d9 solid;
}
.kasousubMenu li {
  border-bottom: 1px #d9d9d9 solid;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.kasousubMenu li a {
  display: block;
  padding: 8px 32px 8px 16px;
  background-image: url(../images/arrow_r.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.kasousubMenu li a:hover {
  background-color: #f3f3f3;
  color: #111;
}
.kasousubMenu li a span {
  display: block;
}
.kasousubMenulink {
  padding: 8px 0 0;
  font-size: 0.8750em;
  line-height: 1.5714em;
  text-align: right;
}
.kasousubMenulink a {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}

.kasousubBanner {
  padding-bottom: 8px;
}
.kasousubBanner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media (max-width: 768px) {
  .kasousubBanner ul {
    margin: 0 -8px;
  }
}
.kasousubBanner li {
  margin-bottom: 16px;
}
.kasousubBanner li a {
  display: block;
  border: 1px #d9d9d9 solid;
}
.kasousubBanner li a:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .kasousubBanner li {
    display: inline-block;
    width: calc(33.333333333% - 16px);
    margin: 0 0 16px;
    padding: 0 8px;
    vertical-align: top;
  }
  .kasousubBanner li img {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .kasousubBanner li {
    width: calc(50% - 16px);
  }
}

.kasousubMidashi {
  background-color: #0f3880;
  color: #fff;
  font-size: 1.1250em;
  line-height: 1.3333em;
  padding: 12px 16px 12px 24px;
  margin-bottom: 24px;
  position: relative;
}
.kasousubMidashi span {
  width: 16px;
  height: 4px;
  background-color: #4e7bc9;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
}
.kasousubMidashi.bg_orange {
  background-color: #faa701;
}
.kasousubMidashi.bg_orange span {
  background-color: #ffc85b;
}

.pagenate {
  font-size: 12px;
  width: 100%;
  margin: 0 auto 36px auto;
  padding: 0;
  text-align: center;
}
.pagenate ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.pagenate ul li {
  display: inline-block;
  margin: 0 4px 8px 4px;
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
}
.pagenate ul li a {
  padding: 4px 8px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px #d9d9d9 solid;
  text-decoration: none;
  color: #333;
}
.pagenate ul li a:hover {
  background: #999;
  color: #FFF;
}
.pagenate ul span.current_page {
  padding: 4px 8px;
  height: 32px;
  line-height: 32px;
  background: #222;
  color: #FFF;
  border: 1px #d9d9d9 solid;
}
.pagenateButton {
  background-color: #222;
  padding: 6px 16px;
  color: #fff;
}
.pagenateButton:hover {
  background-color: #fff;
  color: #222;
}

.moreButton {
  display: none;
  padding: 8px;
  border: 1px solid #d9d9d9;
  text-align: center;
  color: #2a2a2a;
}
@media (max-width: 680px) {
  .moreButton {
    display: block;
  }
}
.moreButton .off {
  display: block;
}
.moreButton .on {
  display: none;
}
.moreButton.open .off {
  display: none;
}
.moreButton.open .on {
  display: block;
}

.moreText {
  display: block;
}
@media (max-width: 680px) {
  .moreText {
    display: none;
  }
}
@media (max-width: 680px) {
  .moreText.open {
    display: block;
  }
}

/*------------------------
 大里研究所について
--------------------------*/
.aboutOri {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .aboutOri {
    padding: 0 30px 40px 30px;
  }
}
.aboutOri h2 {
  margin: 0 0 24px;
  font-size: 1.5000em;
  line-height: 1.3333em;
  color: #2a2a2a;
}
.aboutOri p {
  font-size: 1.0000em;
  line-height: 1.6250em;
}
.aboutOri > div {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .aboutOri img {
    width: 100%;
  }
}
.aboutOriProf {
  padding-bottom: 40px;
}
.aboutOriProf h3 {
  margin: 0 0 20px;
  font-size: 1.1250em;
  line-height: 1.4444em;
  color: #2a2a2a;
}
.aboutOriProf h3 span {
  font-size: 12px;
  color: #666;
  display: block;
}
.aboutOriProf > div {
  float: left;
  width: 640px;
  display: inline;
}
@media (max-width: 768px) {
  .aboutOriProf > div {
    width: calc( 100% - 180px );
  }
}
@media (max-width: 680px) {
  .aboutOriProf > div {
    display: block;
    float: none;
    width: auto;
  }
}
.aboutOriProf > figure {
  float: right;
  width: 296px;
  display: inherit;
}
@media (max-width: 768px) {
  .aboutOriProf > figure {
    width: 150px;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 680px) {
  .aboutOriProf > figure {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 24px 0;
    text-align: center;
  }
}
.aboutOriProf > figure img {
  width: 150px;
  margin: 0 73px 24px 73px;
}
@media (max-width: 768px) {
  .aboutOriProf > figure img {
    margin: 0 0 16px 0;
  }
}
.aboutOriProf > figure figcaption {
  font-size: 0.8750em;
  line-height: 1.5714em;
}
@media (max-width: 768px) {
  .aboutOriProf > figure figcaption {
    font-size: 0.7500em;
    line-height: 1.6667em;
    text-align: left;
  }
}
.aboutOriFacility_name {
  font-size: 1.2500em;
  line-height: 1.4000em;
  color: #555;
  font-weight: normal;
}
.aboutOriFacility_name span {
  font-size: 12px;
  margin-left: 8px;
  color: #555;
  font-weight: normal;
}
.aboutOriFacility_text {
  float: left;
  width: 296px;
  display: inline;
}
@media (max-width: 768px) {
  .aboutOriFacility_text {
    display: block;
    float: none;
    width: auto;
  }
}
.aboutOriFacility_table {
  float: right;
  width: 640px;
  display: inline;
}
@media (max-width: 768px) {
  .aboutOriFacility_table {
    display: block;
    float: none;
    width: auto;
  }
}
.aboutOriFacility_table table {
  width: 100%;
  border-top: 1px #ddd solid;
}
.aboutOriFacility_table th, .aboutOriFacility_table td {
  padding: 8px 16px;
  font-size: 0.8750em;
  line-height: 1.5714em;
  border-bottom: 1px #ddd solid;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.aboutOriFacility_table th {
  width: 16%;
}
@media (max-width: 680px) {
  .aboutOriFacility_table th {
    display: block;
    width: calc(100% - 20px);
    padding: 16px 10px 5px 10px;
    border-bottom: none;
  }
}
.aboutOriFacility_table td {
  width: 84%;
}
.aboutOriFacility_table td a {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
@media (max-width: 768px) {
  .aboutOriFacility_table td .tel-link a {
    padding: 0;
    background: none;
    color: #005BAC;
    text-decoration: underline;
  }
}
@media (max-width: 680px) {
  .aboutOriFacility_table td {
    display: block;
    width: calc(100% - 20px);
    padding: 0 10px 16px 10px;
  }
}
.aboutOriResearcher {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1020px\9;
  margin: 0 -36px 0 0\9;
}
.aboutOriResearcher li {
  float: left;
  width: 168px;
  height: 356px;
  margin: 0 36px 0 0;
}
.aboutOriResearcher li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 680px) {
  .aboutOriResearcher li {
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 30px;
    text-align: center;
  }
}
.aboutOriResearcher_img {
  width: 160px;
  height: 228px;
  border: 4px #eee solid;
  display: block;
}
@media (max-width: 680px) {
  .aboutOriResearcher_img {
    margin: 0 auto;
  }
}

.researcherBox {
  background-color: #fff;
  padding: 24px;
  width: 652px;
  display: none;
}
@media (max-width: 768px) {
  .researcherBox {
    width: 500px;
  }
}
@media (max-width: 680px) {
  .researcherBox {
    width: auto;
  }
  .researcherBox .floatRight {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
.researcherBoxProf {
  font-size: 0.8750em;
  line-height: 1.5714em;
  color: #666;
}

.boxPageclose {
  text-align: right;
  margin: 0;
  padding: 16px 0 0;
}
.boxPageclose a {
  padding: 0 0 0 20px;
  background: url(../images/bt_close.png) no-repeat left center;
}

/*------------------------
 FPPについて
--------------------------*/
.aboutFppBox {
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .aboutFppBox {
    padding: 0 30px 30px 30px;
  }
  .aboutFppBox img {
    width: 240px;
  }
}
@media (max-width: 680px) {
  .aboutFppBox .floatRight {
    float: none;
    margin: 0 0 20px 0;
  }
  .aboutFppBox img {
    width: 100%;
  }
}

.aboutFppLinkList {
  padding: 0;
  list-style: none;
  width: 1032px\9;
  margin: 0 -48px 0 0\9;
}
@media (max-width: 768px) {
  .aboutFppLinkList {
    margin: 0 20px;
  }
}
.aboutFppLinkList li {
  float: left;
  width: 296px;
  display: inline;
  margin: 0 48px 48px 0;
  padding: 0;
}
.aboutFppLinkList li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .aboutFppLinkList li {
    display: block;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .aboutFppLinkList li:nth-child(3n) {
    margin: 0 10px 20px 10px;
  }
}
@media (max-width: 680px) {
  .aboutFppLinkList li {
    float: none;
    width: calc(100% - 20px);
  }
}
.aboutFppLinkList a {
  border: 1px #d9d9d9 solid;
  display: block;
  height: 248px;
  position: relative;
}
.aboutFppLinkList a:hover {
  background-color: #015289;
  color: #fff;
}
.aboutFppLinkList a:hover h3,
.aboutFppLinkList a:hover .aboutFppLinkList_text {
  color: #fff;
}
.aboutFppLinkList a:hover .aboutFppLinkList_bt {
  color: #fff;
  background-position: left -23px;
}
@media (max-width: 768px) {
  .aboutFppLinkList a {
    height: auto;
    padding-bottom: 56px;
  }
}
.aboutFppLinkList a span {
  width: 24px;
  height: 4px;
  background-color: #f8ce44;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
}
.aboutFppLinkList a span.co_green {
  background-color: #67ddab;
}
.aboutFppLinkList a h3 {
  position: absolute;
  left: 15px;
  top: 26px;
  font-size: 1.1250em;
  line-height: 1.3333em;
  width: 264px;
  color: #111;
}
.aboutFppLinkList a h3 span {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  font-size: 12px !important;
  line-height: 18px !important;
}
@media (max-width: 768px) {
  .aboutFppLinkList a h3 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 26px 15px 15px 15px;
  }
}
.aboutFppLinkList_text {
  position: absolute;
  left: 15px;
  top: 124px;
  margin: 0;
  font-size: 0.8750em;
  line-height: 1.5714em;
  width: 264px;
  color: #555;
}
@media (max-width: 768px) {
  .aboutFppLinkList_text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 15px;
  }
}
.aboutFppLinkList_bt {
  position: absolute;
  right: 15px;
  top: 214px;
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 0.8750em;
  line-height: 1.5714em;
  text-align: right;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  color: #111;
}
@media (max-width: 768px) {
  .aboutFppLinkList_bt {
    top: auto;
    bottom: 15px;
  }
}

.aboutFppMidashi {
  border-top: 1px #d9d9d9 solid;
  margin-bottom: 40px;
}
.aboutFppMidashi span {
  width: 24px;
  height: 4px;
  background-color: #f8ce44;
  display: block;
  margin-left: 16px;
}
.aboutFppMidashi span.co_green {
  background-color: #67DDAB;
}
.aboutFppMidashi h2 {
  margin: 0;
  padding: 18px 16px;
  font-size: 1.5000em;
  line-height: 1.3333em;
}
.aboutFppMidashi h2 span {
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
}

.aboutFppText {
  padding-bottom: 16px;
}
.aboutFppText > div {
  margin-bottom: 36px;
}
.aboutFppText h3 {
  background-color: #faa701;
  color: #fff;
  font-size: 1.1250em;
  line-height: 1.3333em;
  padding: 12px 16px 12px 24px;
  margin-bottom: 24px;
  position: relative;
}
.aboutFppText h3 span {
  width: 16px;
  height: 4px;
  background-color: #f8ce44;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
}
.aboutFppText h3.co_green {
  background-color: #5ac195;
}
.aboutFppText h3.co_green span {
  background-color: #67DDAB;
}
.aboutFppText h4 {
  color: #faa701;
  margin: 0 0 16px;
}
.aboutFppText h4.co_green {
  color: #5AC195;
}
.aboutFppText p {
  line-height: 1.6250em;
}
.aboutFppText figure {
  margin-bottom: 16px;
}
.aboutFppText figure img {
  margin-bottom: 8px;
}
@media (max-width: 680px) {
  .aboutFppText figure img {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .aboutFppText figure.floatRight, .aboutFppText figure.floatLeft {
    float: none;
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.aboutFppText figcaption {
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.aboutFppText table {
  width: 100%;
  margin-bottom: 18px;
}
.aboutFppText th {
  background-color: #f7f7f7;
  font-weight: bold;
}
.aboutFppText td {
  text-align: left;
  vertical-align: top;
  border: 1px #d9d9d9 solid;
  padding: 8px 12px;
}
@media (max-width: 768px) {
  .aboutFppText img {
    width: 100%;
    height: auto;
  }
}

.aboutFppTextBox,
.aboutFppTextBoxred {
  margin: 0 0 18px 0;
  padding: 16px;
  background-color: #f7f7f7;
  border: 4px #ededed solid;
}

.aboutFppTextBoxred {
  color: #FF0000;
  background-color: #fff;
  border: 1px #FF0000 solid;
  padding: 16px;
}

.aboutFppTextBox dt {
  margin: 0;
  padding: 12px 12px 16px 12px;
  color: #111;
  font-weight: bold;
}
.aboutFppTextBox dd {
  margin: 0;
  padding: 0 12px 12px 12px;
  line-height: 1.6250em;
}

.aboutFppFaq dt {
  margin: 0;
  padding: 0 0 8px;
  color: #111;
  border-bottom: 1px #d9d9d9 dotted;
  line-height: 1.6250em;
  color: #0F3880;
}
.aboutFppFaq dd {
  margin: 0 0 32px 0;
  padding: 16px 24px;
  background-color: #f7f7f7;
  line-height: 1.6250em;
}

/*------------------------
 ORIリポート
--------------------------*/
.reportExcerpt {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .reportExcerpt {
    margin: 0 30px 40px 30px;
  }
}
.reportBox {
  background-color: #fff;
  border: 2px #e01d22 solid;
  padding: 16px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .reportBox {
    margin: 0 30px 40px 30px;
  }
}
.reportBoxText {
  margin: 0;
  float: left;
  color: #e01d22;
  font-weight: bold;
}
@media (max-width: 768px) {
  .reportBoxText {
    float: none;
    margin-bottom: 16px;
    text-align: center;
  }
}
.reportBoxButton {
  margin: 0;
  float: right;
}
@media (max-width: 768px) {
  .reportBoxButton {
    float: none;
  }
}
.reportBoxButton a {
  display: block;
  background: url(../images/i_mail.png) #e01d22 no-repeat 21px -60px;
  padding: 0 0 0 52px;
  width: 242px;
  _width: 294px;
  height: 48px;
  color: #fff;
  line-height: 48px;
  font-size: 14px;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.reportBoxButton a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #e01d22;
  background-position: 21px 15px;
}
@media (max-width: 768px) {
  .reportBoxButton a {
    margin: 0 auto;
    width: 242px;
  }
}
@media (max-width: 680px) {
  .reportBoxButton a {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    background-color: #e01d22;
    padding: 35px 10px 10px 10px;
    text-align: center;
    line-height: 22px;
  }
  .reportBoxButton a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 15px;
    background: url(../images/i_mail.png) no-repeat 0 -75px;
  }
}
.reportList {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .reportList {
    margin: 0 10px;
  }
}
@media (max-width: 680px) {
  .reportList {
    margin: 0 20px;
  }
}
.reportList li {
  float: left;
  width: 200px;
  margin: 0 23px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .reportList li {
    width: calc(33.33333333333% - 40px);
    margin: 0;
    padding: 0 20px 40px 20px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .reportList li {
    width: calc(50% - 20px);
    padding: 0 10px 20px 10px;
  }
}
.reportList li figure {
  margin: 0 14px;
  text-align: center;
  font-size: 0.8750em;
  line-height: 1.5714em;
  color: #111;
}
@media (max-width: 768px) {
  .reportList li figure {
    margin: 0;
  }
}
.reportList li figure img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .reportList li figure img {
    border: 3px solid #eee;
  }
}
.reportList li figure a {
  display: block;
  padding: 3px;
  background-color: #eee;
  margin-bottom: 8px;
}
.reportList li figure a:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .reportList li figure a {
    margin: 0 auto 8px auto;
    padding: 0;
    background: none;
  }
}
.reportList li figcaption {
  height: 64px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reportList li figcaption {
    height: auto;
    padding-bottom: 24px;
  }
}
@media (max-width: 680px) {
  .reportList li figcaption {
    padding-bottom: 16px;
  }
}
.reportListButton p {
  margin: 0 0 8px;
  text-align: center;
  font-size: 0.8750em;
}
.reportListButton a {
  display: block;
  background-color: #000;
  color: #fff;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
}
.reportListButton a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.reportListButton a span {
  padding: 0 0 0 28px;
  background: url(../images/i_download.png) no-repeat left center;
  color: #fff;
}

/*------------------------
 研究論文
--------------------------*/
.researchTop {
  background: url(../images/bg_research.jpg) #0b214a no-repeat center top;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .researchTop {
    background-position: center -90px;
  }
}
@media (max-width: 680px) {
  .researchTop {
    margin-top: 61px;
    background: none;
    background-color: #0b214a;
  }
}
.researchTopCon {
  position: relative;
  height: 1550px;
}
@media (max-width: 768px) {
  .researchTopCon {
    height: auto;
  }
}
.researchTopCon_m {
  position: absolute;
  left: 0;
  top: -16px;
  width: 420px;
}
@media (max-width: 768px) {
  .researchTopCon_m {
    position: relative;
    top: auto;
    left: 0;
    width: 480px;
    margin: 0 30px 40px 30px;
  }
}
@media (max-width: 680px) {
  .researchTopCon_m {
    width: auto;
  }
  .researchTopCon_m img {
    max-width: 100%;
  }
}
.researchTopCon_m h2 {
  margin: 0 0 16px;
  font-size: 0;
}
.researchTopCon_m p {
  color: #fff;
  font-size: 1.0000em;
  line-height: 1.5000em;
}

.researchToplevelCatelist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200px;
}
@media (max-width: 680px) {
  .researchToplevelCatelist ul {
    width: 100%;
  }
}
.researchToplevelCatelist ul li {
  font-size: 1.0000em;
  line-height: 1.5000em;
}
.researchToplevelCatelist ul li > span {
  cursor: pointer;
  display: block;
  border: 1px #fff solid;
  padding: 8px;
  background: url(../images/arrow_b_w.png) no-repeat right center;
  color: #fff;
}
.researchToplevelCatelist ul li ul li {
  margin: 0;
  padding: 0;
}
.researchToplevelCatelist ul li ul li a {
  display: block;
  padding: 8px 8px 8px 16px;
  border-bottom: 1px #d9d9d9 solid;
  color: #111;
  background-color: #fff;
  background-color: white;
}
.researchToplevelCatelist ul li ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.researchTopBuilist {
  display: block;
  position: absolute;
  top: 440px;
  left: 60px;
  width: 540px;
}
@media (max-width: 768px) {
  .researchTopBuilist {
    display: none;
  }
}
.researchTopBuilist h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.1250em;
  line-height: 1.4444em;
  text-align: center;
}
.researchTopBuilist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.researchTopBuilist ul li {
  float: left;
  width: 100px;
  margin: 0 4px 8px 4px;
  text-align: center;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.researchTopBuilist ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 98px;
  height: 98px;
  color: #fff;
  border: 1px #fff solid;
  border-radius: 50%;
}
.researchTopBuilist ul li a:hover {
  background-color: #fff;
  color: #222;
}

.researchTopBuilistSP {
  display: none;
  margin: 0 30px 30px 30px;
}
@media (max-width: 768px) {
  .researchTopBuilistSP {
    display: block;
    width: 524px;
  }
}
@media (max-width: 680px) {
  .researchTopBuilistSP {
    display: none;
    width: auto;
  }
}
.researchTopBuilistSPMidashi {
  color: #fff;
  font-size: 1.3750em;
  line-height: 1.3636em;
  padding: 12px 16px 12px 24px;
  margin-bottom: 0;
  position: relative;
}
.researchTopBuilistSPMidashi span {
  width: 16px;
  height: 4px;
  background-color: #4e7bc9;
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
}
.researchTopBuilistSP ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.researchTopBuilistSP li {
  margin: 0 0 8px;
  padding: 0;
}
.researchTopBuilistSPName {
  position: relative;
  display: block;
  margin: 0 0 2px;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1.0000em;
  line-height: 1.5000em;
  font-weight: normal;
  color: #fff;
}
.researchTopBuilistSPName br {
  display: none;
}
.researchTopBuilistSPBox {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.researchTopBuilistSPBox .year,
.researchTopBuilistSPBox .title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1.0000em;
  line-height: 1.5000em;
  color: #222;
}
.researchTopBuilistSPBox .title p {
  margin: 0 0 12px;
  padding: 0;
}
.researchTopBuilistSPBox .link a {
  padding: 0 0 0 16px;
  background-image: url(../images/arrow_r.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  display: block;
}
.researchTopBuilistSPBox .catelink {
  margin: 0;
}
.researchTopBuilistSPBox .catelink a {
  display: block;
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  border: 1px #ddd solid;
  background-color: #fff;
  color: #666;
  display: inline-block;
}
.researchTopBuilistSPBox .catelink a:hover {
  background-color: #015289;
  color: #fff;
}
.researchTopBuilistSPBox .catelink br {
  display: none;
}
.researchTopBuilistSPBox .morelink {
  text-align: center;
}
.researchTopBuilistSPBox .morelink a {
  display: block;
  color: #fff;
  padding: 4px 8px;
  border: 1px #222 solid;
  border-radius: 4px;
  background-color: #222;
}
.researchTopBuilistSPBox .morelink a span {
  display: inline-block;
  background: url(../images/arrow.png) no-repeat 4px -23px;
  padding: 0 8px 0 20px;
}

.tooltipText {
  padding: 12px 0 8px;
  margin: 0 20px;
  width: 280px;
}
.tooltipText_m {
  border-bottom: 1px #d9d9d9 solid;
  padding: 20px 0 8px;
  margin: 0 20px;
  width: 280px;
}
.tooltipText_m h4 {
  float: left;
  margin: 0;
  padding-left: 8px;
  font-size: 1.5000em;
  line-height: 1.3333em;
  color: #b18733;
}
.tooltipText_m h4 a {
  color: #b18733;
}
.tooltipText_m h4 a:hover {
  color: #dcbc7c;
}
.tooltipText_m > div {
  float: right;
  font-size: 13px;
  padding: 4px 0;
}
.tooltipText_m > div a {
  background: url(../images/arrow.png) #222 no-repeat 8px -19px;
  color: #fff;
  padding: 4px 8px 4px 20px;
  border: 1px #222 solid;
  border-radius: 4px;
}
.tooltipText_m > div a:hover {
  background-color: #555;
  border: 1px #555 solid;
}

.researchTooltip_year, .researchTooltip_title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1.0000em;
  line-height: 1.5000em;
  color: #222;
}
.researchTooltip_title p {
  margin: 0 0 12px;
  padding: 0;
}
.researchTooltip_link a {
  padding: 0 0 0 16px;
  background-image: url(../images/arrow_r.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  display: block;
}
.researchTooltip_catelink {
  margin: 0;
}
.researchTooltip_catelink a {
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  border: 1px #ddd solid;
  background-color: #fff;
  color: #666;
  display: inline-block;
}
.researchTooltip_catelink a:hover {
  background-color: #015289;
  color: #fff;
}

.researchBuibt {
  position: absolute;
}
@media (max-width: 768px) {
  .researchBuibt {
    display: none;
  }
}

/*--.researchBuibtIcon:hover{opacity: 0.4; -moz-opacity: 0.4; filter: alpha(opacity=40); -ms-filter: "alpha(opacity=40)";}--*/
.researchTopNew {
  position: absolute;
  left: 0;
  top: 770px;
  width: 524px;
}
@media (max-width: 768px) {
  .researchTopNew {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 30px 30px 30px;
  }
}
.researchTopNewMidashi {
  color: #fff;
  font-size: 1.3750em;
  line-height: 1.3636em;
  padding: 12px 16px 12px 24px;
  margin-bottom: 0;
  position: relative;
}
.researchTopNewMidashi span {
  width: 16px;
  height: 4px;
  background-color: #4e7bc9;
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
}

.researchCateMidashi {
  font-size: 1.1250em;
  line-height: 1.4444em;
  color: #222;
  margin: 0 0 4px;
}
.researchCateMidashi a {
  padding: 8px 0 8px 40px;
  background: url(../images/i_plus_b.png) #f3f3f3 no-repeat 16px 12px;
  display: block;
  color: #222;
  outline: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.researchCateMidashi a.open {
  background-position: 16px -34px;
}
.researchCateMidashi br {
  display: none;
}

.researchTopSubMidashi,
.researchCateSubMidashi {
  display: inline-block;
  border-bottom: 1px #fff solid;
  padding: 12px 0 0;
}
@media (max-width: 680px) {
  .researchTopSubMidashi,
  .researchCateSubMidashi {
    display: block;
  }
}
.researchTopSubMidashi_y, .researchTopSubMidashi_m,
.researchCateSubMidashi_y,
.researchCateSubMidashi_m {
  float: left;
  width: 54px;
  margin: 0;
  padding: 0 0 8px 16px;
  font-size: 1.0000em;
  line-height: 1.5000em;
  color: #fff;
}
.researchTopSubMidashi_m,
.researchCateSubMidashi_m {
  position: relative;
  width: 438px;
}
@media (max-width: 680px) {
  .researchTopSubMidashi_m,
  .researchCateSubMidashi_m {
    width: calc( 100% - 86px );
  }
}
.researchTopSubMidashi_m span,
.researchCateSubMidashi_m span {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.researchCateSubMidashi {
  border-bottom: 1px #d9d9d9 solid;
}
.researchCateSubMidashi_y, .researchCateSubMidashi_m {
  width: 110px;
  color: #222;
}
@media (max-width: 680px) {
  .researchCateSubMidashi_y, .researchCateSubMidashi_m {
    width: 54px;
  }
}
.researchCateSubMidashi_m {
  width: 578px;
}
@media (max-width: 768px) {
  .researchCateSubMidashi_m {
    width: calc( 100% - 142px );
  }
}
@media (max-width: 680px) {
  .researchCateSubMidashi_m {
    width: calc( 100% - 86px );
  }
}
.researchCateSubMidashi_m span {
  background-color: #d9d9d9;
}

.researchTopCatelist,
.researchCatelist {
  display: inline-block;
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
}
.researchTopCatelist li,
.researchCatelist li {
  border-bottom: 1px #fff dotted;
  padding: 16px 0 0 0;
}
.researchTopCatelist li:after,
.researchCatelist li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.researchTopCatelist .researchCatelist_year, .researchTopCatelist .researchCatelist_title,
.researchCatelist .researchCatelist_year,
.researchCatelist .researchCatelist_title {
  float: left;
  width: 54px;
  margin: 0;
  padding: 0 0 16px 16px;
  font-size: 1.0000em;
  line-height: 1.5000em;
  color: #fff;
}
.researchTopCatelist .researchCatelist_title,
.researchCatelist .researchCatelist_title {
  width: 438px;
  padding: 0 0 4px 16px;
}
@media (max-width: 680px) {
  .researchTopCatelist .researchCatelist_title,
  .researchCatelist .researchCatelist_title {
    width: calc( 100% - 86px );
  }
}
.researchTopCatelist .researchCatelist_title p,
.researchCatelist .researchCatelist_title p {
  margin: 0 0 12px;
  padding: 0;
}
.researchTopCatelist .researchCatelist_link a,
.researchCatelist .researchCatelist_link a {
  padding: 0 0 0 16px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left -23px;
  display: block;
  color: #fff;
}
.researchTopCatelist .researchCatelist_link a:hover,
.researchCatelist .researchCatelist_link a:hover {
  opacity: 0.4;
}
.researchTopCatelist .researchCatelist_link br,
.researchCatelist .researchCatelist_link br {
  display: none;
}
.researchTopCatelist .researchCatelist_catelink a,
.researchCatelist .researchCatelist_catelink a {
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: 13px;
  line-height: 26px;
  border: 1px #fff solid;
  color: #fff;
  display: inline-block;
}
.researchTopCatelist .researchCatelist_catelink br,
.researchCatelist .researchCatelist_catelink br {
  display: none;
}

.researchTopCatelist .researchCatelist_catelink a:hover {
  background-color: #fff;
  color: #0B214A;
}

.researchCatelist li {
  border-bottom: 1px #d9d9d9 dotted;
}
.researchCatelist .researchCatelist_year, .researchCatelist .researchCatelist_title {
  width: 110px;
  color: #222;
}
@media (max-width: 680px) {
  .researchCatelist .researchCatelist_year, .researchCatelist .researchCatelist_title {
    width: 54px;
  }
}
.researchCatelist .researchCatelist_title {
  width: 578px;
}
@media (max-width: 768px) {
  .researchCatelist .researchCatelist_title {
    width: calc( 100% - 142px );
  }
}
@media (max-width: 680px) {
  .researchCatelist .researchCatelist_title {
    width: calc( 100% - 86px );
  }
}
.researchCatelist .researchCatelist_link a {
  background-position: left 6px;
  color: #111;
}
.researchCatelist .researchCatelist_catelink a {
  border: 1px #ddd solid;
  background-color: #fff;
  color: #666;
}
.researchCatelist .researchCatelist_catelink a:hover {
  background-color: #015289;
  color: #fff;
}
.researchCatelist_more {
  padding-bottom: 48px;
  text-align: right;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.researchCatelist_more br {
  display: none;
}

.researchPageData {
  border-bottom: 1px #d9d9d9 dotted;
  margin-bottom: 32px;
}
.researchPageYear {
  float: left;
  width: 100px;
  background-color: #f3f3f3;
  margin: 0 0 16px;
  padding: 16px 0;
  text-align: center;
  font-family: 'Droid Serif', serif;
  color: #222;
}
.researchPageYear span {
  color: #222;
  display: block;
  padding: 1px 0;
  font-size: 13px;
}
.researchPageYear span.num {
  font-size: 22px;
}
.researchPageCate {
  float: right;
  width: 600px;
  margin: 0 0 16px;
}
@media (max-width: 680px) {
  .researchPageCate {
    width: calc( 100% - 116px );
  }
}
.researchPageCate strong {
  display: block;
  margin-bottom: 4px;
  color: #222;
}
.researchPageCate a {
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: 13px;
  line-height: 26px;
  border: 1px #ddd solid;
  background-color: #fff;
  color: #666;
  display: inline-block;
}
.researchPageCate a:hover {
  background-color: #015289;
  color: #fff;
}

.researchBody {
  padding-bottom: 40px;
  font-size: 1.0000em;
  line-height: 1.6250em;
}
.researchBody strong {
  color: #222;
  font-size: 1.1250em;
  line-height: 1.4444em;
  font-weight: bold;
}
.researchBody a {
  color: #0F3880;
}
.researchBody a:hover {
  opacity: 0.4;
}
.researchBody a[href$=".pdf"] {
  display: inline-block;
  padding-right: 24px;
  background: url(../images/i_pdf.png) no-repeat right center;
}
@media (max-width: 680px) {
  .researchBody img {
    width: 100%;
    height: auto;
  }
}

.researchKanMidashi {
  font-size: 1.1250em;
  line-height: 1.4444em;
  color: #fff;
  margin: 0 0 4px;
  padding: 8px 0 8px 16px;
  background-color: #0F3880;
}

.researchSubText {
  padding: 20px;
  border: 4px #eee solid;
  margin-bottom: 24px;
  color: #222;
}
.researchSubText strong {
  color: #222;
}
.researchSubText span {
  font-size: 13px;
}
.researchSubText p:last-child {
  margin-bottom: 0;
}

.researchPdfdown {
  margin-bottom: 24px;
  text-align: right;
}
.researchPdfdown a {
  color: #0F3880;
}
.researchPdfdown a:hover {
  opacity: 0.4;
}

/*------------------------
 News
--------------------------*/
.NewsList {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
}
.NewsList li {
  border-bottom: 1px #d9d9d9 dotted;
  padding: 0 0 16px;
  margin-bottom: 18px;
}
.NewsList li:last-child {
  border-bottom: 1px #eee solid;
}
.NewsListPh {
  float: left;
  width: 136px;
  text-align: center;
  padding: 4px 0 0;
}
@media (max-width: 680px) {
  .NewsListPh {
    width: 80px;
  }
}
.NewsListPh figure a:hover {
  opacity: 0.4;
}
.NewsListPh figure.yoko img {
  width: 136px;
}
@media (max-width: 680px) {
  .NewsListPh figure.yoko img {
    width: 80px;
  }
}
.NewsListPh figure.tate img {
  height: 136px;
}
@media (max-width: 680px) {
  .NewsListPh figure.tate img {
    height: 64px;
  }
}
.NewsListTitle {
  float: right;
  width: 568px;
}
@media (max-width: 768px) {
  .NewsListTitle {
    width: calc(100% - 160px);
  }
}
@media (max-width: 680px) {
  .NewsListTitle {
    width: calc(100% - 105px);
  }
}
.NewsList .NewsData {
  margin: 0 16px 0 0;
  font-size: 0.8750em;
  line-height: 1.5714em;
  display: inline;
  color: #444;
}
@media (max-width: 680px) {
  .NewsList .NewsData {
    display: inline-block;
    margin: 0 16px 0 0;
  }
}
.NewsList .NewsDataCate {
  margin-bottom: 16px;
}
@media (max-width: 680px) {
  .NewsList .NewsDataCate {
    margin-bottom: 4px;
  }
}
.NewsList .NewsDataCate_sub {
  margin-bottom: 4px;
}
.NewsList .NewsDataCate a {
  display: inline-block;
  margin-bottom: 8px;
}

.NewsData {
  margin: 0 16px 0 0;
  font-size: 0.8750em;
  line-height: 1.5714em;
  display: inline;
  color: #444;
}
@media (max-width: 680px) {
  .NewsData {
    display: block;
    margin: 0 0 12px;
  }
}
.NewsDataCate {
  margin-bottom: 16px;
}
.NewsDataCate_sub {
  margin-bottom: 4px;
}
.NewsDataCate a {
  display: inline-block;
  margin-bottom: 8px;
}

.NewsCate {
  margin: 0 8px 0 0;
  padding: 4px 8px;
  font-size: 0.8750em;
  line-height: 1.5714em;
  text-align: center;
  background-color: #fff;
  color: #222;
  border: 1px #d9d9d9 solid;
  border-radius: 5px;
}
.NewsCate:hover {
  background-color: #f7f7f7;
}
.NewsCate.subColor {
  border: none;
  color: #fff;
}
.NewsCate.subColor:hover {
  opacity: 0.4;
}

.NewsLink {
  margin: 0;
  font-size: 1.0000em;
  line-height: 1.5000em;
}
.NewsLink a {
  padding: 0 0 0 16px;
  background-image: url(../images/arrow_r.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  display: block;
}

.NewsExcerpt {
  margin: 0;
  padding: 10px 0 0;
  font-size: 0.7500em;
  line-height: 1.6667em;
  color: #666;
}

.NewsMidashi {
  margin-bottom: 36px;
  padding: 8px 0 18px;
  border-bottom: 1px #d9d9d9 solid;
  font-size: 1.5000em;
  line-height: 1.3333em;
}

.NewsBody {
  padding-bottom: 48px;
}
.NewsBody strong {
  color: #222;
  font-size: 1.1250em;
  line-height: 1.4444em;
  font-weight: bold;
}
.NewsBody a {
  color: #0F3880;
}
.NewsBody a:hover {
  opacity: 0.4;
}
.NewsBody a[href$=".pdf"] {
  display: inline-block;
  padding: 0 24px 0 0;
  background: url(../images/i_pdf.png) no-repeat right center;
}
.NewsBody table {
  margin-bottom: 24px;
}
.NewsBody table.news-ph th, .NewsBody table.news-ph td {
  width: 50%;
}
.NewsBody th,
.NewsBody td {
  padding: 16px 10px;
  width: 30%;
  vertical-align: top;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.NewsBody th img,
.NewsBody td img {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .NewsBody img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}
.NewsBody .box-center {
  margin-left: auto;
  margin-right: auto;
}

/*------------------------
 Aston Martin
--------------------------*/
.astonMidashi {
  height: 400px;
  background-color: #000;
  overflow: hidden;
  min-width: 984px;
}
@media (max-width: 768px) {
  .astonMidashi {
    margin-top: 61px;
    min-width: 100%;
    height: 380px;
  }
}
@media (max-width: 680px) {
  .astonMidashi {
    height: auto;
  }
}
.astonMidashi.sp-page #astonMainimg {
  display: block;
}
@media (max-width: 680px) {
  .astonMidashi.sp-page #astonMainimg {
    display: none;
  }
}
.astonMidashi > div {
  position: relative;
}
.astonMidashi_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
.astonMidashi_title:hover {
  opacity: 0.6;
}
@media (max-width: 680px) {
  .astonMidashi_title {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    background-color: #fff;
    text-align: center;
  }
  .astonMidashi_title a {
    display: block;
  }
}
.astonMidashi_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
@media (max-width: 680px) {
  .astonMidashi_img {
    position: relative;
    top: auto;
    left: auto;
  }
}
.astonMidashi_img li {
  text-align: center;
  min-width: 984px;
}
@media (max-width: 768px) {
  .astonMidashi_img li {
    min-width: 768px;
  }
}
@media (max-width: 680px) {
  .astonMidashi_img li {
    min-width: auto;
  }
}
.astonMidashi_img li img {
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: -1;
}

.img_aston {
  background: 50% 50% no-repeat;
  height: 400px !important;
  background-size: cover;
  background-color: #000;
  width: 100%;
  overflow: hidden;
  min-width: 984px;
}
@media (max-width: 768px) {
  .img_aston {
    min-width: 100%;
    height: 380px !important;
  }
}
@media (max-width: 680px) {
  .img_aston {
    height: 240px !important;
    background: 64% 50% no-repeat;
    background-size: cover;
    background-color: #000;
  }
}

.astoncateMidashi {
  font-size: 1.5000em;
  line-height: 1.3333em;
  margin-bottom: 24px;
}

.astoncatesubMidashi {
  font-size: 1.0000em;
  line-height: 1.5000em;
  border-bottom: 1px #0e6e70 solid;
  padding-bottom: 8px;
  margin-bottom: 16px;
  color: #0e6e70;
}

.astonsubMidashi {
  background-color: #0e6e70;
  color: #fff;
  font-size: 1.1250em;
  line-height: 1.3333em;
  padding: 12px 16px 12px 24px;
  margin-bottom: 24px;
  position: relative;
}
.astonsubMidashi span {
  width: 16px;
  height: 4px;
  background-color: #3ea2a4;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
}

.astonTopWebpage {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .astonTopWebpage {
    margin: 0 30px 30px 30px;
  }
}
.astonTopWebpage figure {
  float: right;
  width: 296px;
}
.astonTopWebpage figure.yoko img {
  width: 296px;
}
.astonTopWebpage figure.tate img {
  height: 296px;
}
.astonTopWebpage figure a {
  width: 296px;
  display: block;
  border: 1px #d9d9d9 solid;
  overflow: hidden;
  text-align: center;
}
.astonTopWebpage figure a:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .astonTopWebpage figure {
    width: 200px;
  }
  .astonTopWebpage figure.yoko img {
    width: 200px;
  }
  .astonTopWebpage figure.tate img {
    height: 200px;
  }
  .astonTopWebpage figure a {
    width: 200px;
  }
}
@media (max-width: 680px) {
  .astonTopWebpage figure {
    float: none;
    width: auto;
    margin: 0 0 24px 0;
  }
  .astonTopWebpage figure a {
    margin: 0 auto;
    width: 100%;
  }
}
.astonTopWebpage > div {
  float: left;
  width: 656px;
}
@media (max-width: 768px) {
  .astonTopWebpage > div {
    width: calc(100% - 232px);
  }
}
@media (max-width: 680px) {
  .astonTopWebpage > div {
    float: none;
    width: auto;
  }
}
.astonTopWebpage > div img {
  width: 100%;
}
.astonTopWebpage h2 {
  font-size: 1.2500em;
  line-height: 1.4000em;
  margin-bottom: 16px;
}
.astonTopWebpage p {
  font-size: 1.0000em;
  line-height: 1.5000em;
}

.astonTopRace {
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .astonTopRace {
    margin: 0 30px;
    padding: 0;
  }
}

.astonTopNewRace {
  padding-bottom: 16px;
  width: 1016px\9;
  margin: 0 -32px 0 0\9;
}
@media (max-width: 768px) {
  .astonTopNewRace {
    margin: 0;
  }
}
.astonTopNewRace dl {
  margin: 0;
  padding: 0 0 24px;
}
@media (max-width: 680px) {
  .astonTopNewRace dl {
    margin: 0 0 18px;
    padding: 0;
    border-bottom: 1px #d9d9d9 dotted;
  }
}
.astonTopNewRace dt {
  margin: 0 0 16px;
  font-size: 1.0000em;
  line-height: 1.5000em;
  font-weight: bold;
}
.astonTopNewRace dd {
  margin: 0;
  padding: 0;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.astonTopNewRace dd figure {
  float: right;
  width: 296px;
  margin: 0 0 0 32px;
  text-align: center;
}
.astonTopNewRace dd figure.yoko img {
  width: 296px;
}
.astonTopNewRace dd figure.tate img {
  height: 296px;
}
.astonTopNewRace dd figure a:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .astonTopNewRace dd figure {
    width: 200px;
  }
  .astonTopNewRace dd figure.yoko img {
    width: 200px;
  }
  .astonTopNewRace dd figure.tate img {
    height: 200px;
  }
}
@media (max-width: 680px) {
  .astonTopNewRace dd figure {
    float: none;
    width: auto;
    margin: 0 0 24px 0;
  }
  .astonTopNewRace dd figure.yoko img, .astonTopNewRace dd figure.tate img {
    width: 100%;
  }
}

.astonTopRacelist {
  float: left;
  width: 476px;
  margin-right: 32px;
}
.astonTopRacelist:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .astonTopRacelist {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
  .astonTopRacelist:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
.astonTopRacelist h4 {
  background-color: #111;
  color: #fff;
  font-size: 1.0000em;
  line-height: 1.5000em;
  padding: 8px 16px;
  margin: 0;
}
.astonTopRacelist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px #d9d9d9 solid;
  border-left: 1px #d9d9d9 solid;
}
.astonTopRacelist li {
  margin: 0;
  border-bottom: 1px #d9d9d9 solid;
}
.astonTopRacelist li a {
  display: block;
  padding: 12px 8px 12px 32px;
  background: url(../images/arrow_r.png) no-repeat 16px 18px;
}
.astonTopRacelist li a:hover {
  background-color: #f3f3f3;
  color: #111;
}

.astonFppText {
  padding-bottom: 16px;
}
.astonFppText > div {
  margin-bottom: 36px;
}
.astonFppText h3 {
  color: #0e6e70;
  border-bottom: 1px #0e6e70 solid;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.astonFppText p {
  line-height: 1.6250em;
}
.astonFppText figure {
  margin-bottom: 16px;
}
.astonFppText figure img {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .astonFppText figure img {
    max-width: 536px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .astonFppText figure img {
    width: 100%;
  }
}
.astonFppText figcaption {
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.astonFppText table {
  width: 100%;
  margin-bottom: 18px;
}
.astonFppText th, .astonFppText td {
  text-align: left;
  vertical-align: top;
  border: 1px #d9d9d9 solid;
  padding: 8px 12px;
}
.astonFppText th {
  background-color: #f7f7f7;
  font-weight: bold;
}
.astonFppTextBox, .astonFppTextBoxred {
  margin: 0 0 18px 0;
  padding: 16px;
  background-color: #f7f7f7;
  border: 4px #ededed solid;
}
.astonFppTextBoxred {
  color: #FF0000;
  background-color: #fff;
  border: 1px #FF0000 solid;
  padding: 16px;
}
.astonFppTextBox dt {
  margin: 0;
  padding: 12px 12px 16px 12px;
  color: #111;
  font-weight: bold;
}
.astonFppTextBox dd {
  margin: 0;
  padding: 0 12px 12px 12px;
  line-height: 1.6250em;
}

.astonBody th, .astonBody td {
  padding: 16px 10px;
  width: 30%;
  vertical-align: top;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
.astonBody th img, .astonBody td img {
  margin-bottom: 5px;
}
.astonBody strong {
  color: #222;
  font-size: 1.1250em;
  line-height: 1.4444em;
  font-weight: bold;
}

/*------------------------
 SPコンテンツ
--------------------------*/
.spconMidashi {
  background: 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  overflow: hidden;
  min-width: 984px;
  background-color: #fff;
}
.spconMidashi h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 400px;
  color: #fff;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .spconMidashi {
    margin-top: 61px;
    min-width: auto;
    height: 280px;
  }
}
@media (max-width: 680px) {
  .spconMidashi {
    height: 120px;
  }
}

.spconCateMidashi {
  background-color: #0f3880;
  color: #fff;
  font-size: 1.1250em;
  line-height: 1.3333em;
  padding: 12px 16px;
  margin-bottom: 24px;
  position: relative;
}

.spconCatetext {
  padding-bottom: 48px;
}
.spconCatetext h2 {
  font-size: 1.3750em;
  line-height: 1.3636em;
  color: #222;
}
.spconCatetext h3 {
  font-size: 1.1250em;
  line-height: 1.4444em;
  color: #222;
}
@media (max-width: 680px) {
  .spconCatetext .floatRight {
    float: none;
    margin: 0 0 16px 0;
    text-align: center;
  }
  .spconCatetext .floatRight img {
    width: 100%;
    height: auto;
  }
}

.spconCateList {
  padding-bottom: 40px;
}

.spconBody {
  padding-bottom: 48px;
}

.spconList {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px #d9d9d9 dotted;
}
@media (max-width: 768px) {
  .spconList {
    margin: 0 30px 24px 30px;
  }
}
.spconList > figure {
  float: left;
  width: 218px;
  margin-left: 16px;
}
.spconList > figure a:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .spconList > figure {
    margin: 0;
  }
  .spconList > figure img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 680px) {
  .spconList > figure {
    width: 100px;
  }
}
.spconList > div {
  float: right;
  width: 710px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .spconList > div {
    width: calc(100% - 234px);
    margin: 0;
  }
}
@media (max-width: 680px) {
  .spconList > div {
    width: calc(100% - 120px);
  }
}
.spconList > div h3 {
  font-size: 1.5000em;
  line-height: 1.3333em;
  margin: 0;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .spconList > div h3 {
    padding: 0 0 8px 0;
    font-size: 1.2500em;
    line-height: 1.4000em;
  }
}

div.spconKijiList .NewsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gardenerTabs {
  display: block;
}
@media (max-width: 768px) {
  #gardenerTabs {
    display: none;
  }
}
#gardenerTabsSP {
  display: none;
  margin: 0 30px;
}
@media (max-width: 768px) {
  #gardenerTabsSP {
    display: block;
  }
}

#gardenerTabs .gardenerTabslist,
#gardenerTabsSP .gardenerTabslist {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
#gardenerTabs .gardenerTabslist li,
#gardenerTabsSP .gardenerTabslist li {
  float: left;
  margin: 0 8px -1px 0;
  border: 1px solid #d9d9d9;
}
#gardenerTabs .gardenerTabslist li a,
#gardenerTabsSP .gardenerTabslist li a {
  display: block;
  padding: 8px 16px;
  background-color: #fff;
  text-align: center;
  outline: 0;
}
#gardenerTabs .gardenerTabslist li.ui-tabs-active a,
#gardenerTabsSP .gardenerTabslist li.ui-tabs-active a {
  position: relative;
  top: 1px;
  z-index: 2;
  margin-top: 0;
}
#gardenerTabs .ui-tabs-panel,
#gardenerTabsSP .ui-tabs-panel {
  border-top: 1px solid #d9d9d9;
  padding: 36px 0;
  z-index: 0;
}

.gardenerList {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
  width: 996px\9;
  margin: 0 -12px 0 0\9;
}
@media (max-width: 768px) {
  .gardenerList {
    width: auto;
    margin: 0 -1.5%;
    padding: 0 0 24px;
  }
}
.gardenerList li {
  float: left;
  width: 152px;
  margin: 0 12px 12px 0;
  background-color: #fff;
  border: 1px #d9d9d9 solid;
  position: relative;
}
.gardenerList li:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .gardenerList li {
    width: calc(22% - 2px);
    margin: 0 1.5% 3% 1.5%;
  }
  .gardenerList li:nth-child(6n) {
    margin: 0 1.5% 3% 1.5%;
  }
}
@media (max-width: 680px) {
  .gardenerList li {
    width: calc(47% - 2px);
  }
}
.gardenerList li a,
.gardenerList li span {
  display: block;
  text-align: center;
}
.gardenerList_m {
  font-size: 1.5000em;
  line-height: 1.3333em;
  color: #222;
  margin: 0 0 24px;
}
.gardenerList_m_cate {
  padding: 8px 16px;
  position: relative;
  background-color: #f3f3f3;
}
.gardenerList_m_cate img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.gardenerList_i {
  position: absolute;
  left: -1px;
  top: -1px;
}
.gardenerList_img {
  width: 132px;
  height: 132px;
  overflow: hidden;
  margin: 10px;
}
.gardenerList_img img.img_yoko {
  height: 132px;
}
.gardenerList_img img.img_tate {
  width: 132px;
}
@media (max-width: 768px) {
  .gardenerList_img {
    margin: 10px auto;
    max-width: 132px;
    width: 100%;
  }
}
.gardenerList_data {
  font-size: 0.8750em;
  line-height: 1.5714em;
  color: #222;
  padding: 0 0 8px 0;
}
.gardenerList_blog {
  font-size: 0.8750em;
  line-height: 1.5714em;
  background-color: #fbf3cf;
  height: 30px;
  line-height: 30px;
}
.gardenerList_blog:hover {
  background-color: #faa701;
  color: #fff;
}
.gardenerList_more {
  text-align: center;
  font-size: 1.0000em;
  line-height: 1.6250em;
}
.gardenerList_more a {
  padding: 8px 0;
  border: 1px #d9d9d9 solid;
  background-color: #fff;
  display: block;
}
.gardenerList_more a:hover {
  background-color: #faa701;
  color: #fff;
}
.gardenerList_more a:hover span {
  background-position: left -23px;
}
.gardenerList_more a span {
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}

/*------------------------
 お問い合わせ他
--------------------------*/
.contactMidashi {
  color: #222;
  font-size: 1.1250em;
  line-height: 1.3333em;
  padding: 12px 16px 12px 24px;
  margin-bottom: 16px;
  position: relative;
  border-bottom: 1px #d9d9d9 dotted;
}
.contactMidashi span {
  width: 16px;
  height: 4px;
  background-color: #0F3880;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
}

.contactText {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .contactText {
    margin: 0 30px;
  }
}

.contactTel_txt, .contactTel_num {
  font-size: 1.1250em;
  line-height: 1.4444em;
  color: #0F3880;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.contactTel_num {
  font-size: 1.8750em;
  line-height: 1.2000em;
  color: #0F3880;
}
.contactTel_num a {
  color: #0F3880;
}
.contactTel_box {
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0;
}
@media (max-width: 680px) {
  .contactTel_box {
    display: block;
    margin: 0 0 16px;
    text-align: center;
  }
}

.contact_table {
  padding-bottom: 20px;
  border-top: 1px #d9d9d9 solid;
}
@media (max-width: 768px) {
  .contact_table {
    border-top: none;
  }
}
.contact_table form {
  margin: 0;
}
.contact_table table {
  width: 100%;
}
.contact_table table th,
.contact_table table td {
  padding: 12px 15px;
  border-bottom: 1px #d9d9d9 dotted;
  vertical-align: top;
  text-align: left;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
@media (max-width: 768px) {
  .contact_table table th,
  .contact_table table td {
    display: block;
  }
}
.contact_table table th {
  width: 35%;
  border-right: 1px #d9d9d9 solid;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .contact_table table th {
    width: auto;
    border-right: none;
    background-color: #f7f7f7;
    border-top: 1px #d9d9d9 solid;
  }
}
.contact_table table th span {
  color: #ff0000;
  font-weight: normal;
}
.contact_table table td {
  width: 65%;
}
@media (max-width: 768px) {
  .contact_table table td {
    width: auto;
    border-bottom: none;
  }
}
.contact_table table td span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 8px 0;
}
.contact_table table td span.ex {
  display: block;
  margin: 0;
}
.contact_table table select {
  border: 1px #ccc solid;
  padding: 4px;
}

#name,
#country {
  width: 320px;
}
@media (max-width: 768px) {
  #name,
  #country {
    width: calc(100% - 10px);
  }
}

#e_company {
  width: 520px;
}
@media (max-width: 768px) {
  #e_company {
    width: calc(100% - 10px);
  }
}

#mail,
#mail2 {
  width: 320px;
}
@media (max-width: 768px) {
  #mail,
  #mail2 {
    width: calc(100% - 10px);
  }
}

#tel,
#fax {
  width: 320px;
}
@media (max-width: 680px) {
  #tel,
  #fax {
    width: calc(100% - 10px);
  }
}

#naiyou {
  width: 540px;
}
@media (max-width: 768px) {
  #naiyou {
    width: calc(100% - 10px);
  }
}

.contactButton {
  text-align: center;
}
.contactButton input {
  margin: 0 6px;
}
.contactButton input:hover {
  opacity: 0.4;
}

.submit {
  border: 1px solid #67a6d2;
  background-color: #006EBA;
  padding: 4px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.contact_from {
  padding-bottom: 30px;
}

.focusField {
  border: solid 1px #73A6FF;
  background: #EFF5FF;
  color: #000;
  padding: 3px 5px;
}

.idleField {
  background: #fff;
  color: #666;
  border: solid 1px #ccc;
  padding: 3px 5px;
}

.searchList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.searchList li {
  display: inline-block;
  border-bottom: 1px #d9d9d9 solid;
  padding: 0 16px 16px 16px;
  margin-bottom: 18px;
}

.sitemapList {
  border-top: 1px #d9d9d9 solid;
  padding: 32px 0;
  width: 1008px\9;
  margin: 0 -24px 0 0\9;
}
@media (max-width: 768px) {
  .sitemapList {
    margin: 0 30px;
  }
}
.sitemapList ul {
  margin: 0 24px 0 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 228px;
}
.sitemapList ul:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .sitemapList ul {
    width: 50%;
    margin: 0 0 24px;
  }
  .sitemapList ul:nth-child(4n) {
    margin: 0 0 24px;
  }
}
@media (max-width: 680px) {
  .sitemapList ul {
    float: none;
    width: 100%;
    margin: 0;
  }
  .sitemapList ul:nth-child(4n) {
    margin: 0;
  }
}
.sitemapList ul li {
  font-weight: bold;
}
.sitemapList ul li a {
  display: inline-block;
  margin-bottom: 6px;
}
.sitemapList ul li ul {
  float: none;
}
@media (max-width: 768px) {
  .sitemapList ul li ul {
    margin: 0 16px 16px 16px;
    width: auto;
  }
}
.sitemapList ul li ul li {
  font-weight: normal;
}
.sitemapList ul li ul li a {
  margin-bottom: 6px;
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}

/*# sourceMappingURL=contents.css.map */
