@charset "UTF-8";
/*=============================
resources indexページ
=============================*/
/* common parts
------------------------------*/
.l-main--resources .main-visual {
  background-image: url("../img/resources/bg_resources_main-visual.png"); }

.l-content__title-small, .l-content__title-smaller {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #327d69;
  font-family: "Open Sans Condensed", "Meiryo", sans-serif;
  font-weight: 800; }
  @media only screen and (max-width: 768px) {
    .l-content__title-small, .l-content__title-smaller {
      text-align: center; } }

.l-content--Resources .downloads {
  max-width: 1170px;
  padding: 50px 0;
  border-bottom: solid 1px #eaf2f0; }
  .l-content--Resources .downloads:after {
    content: "";
    display: table;
    clear: both; }
  .l-content--Resources .downloads__text-area {
    float: left;
    max-width: 870px;
    padding-left: 160px;
    padding-right: 50px;
    min-height: 95px;
    background: url("../img/resources/icon_resources_downloads.png") 45px 16px no-repeat; }
    @media only screen and (max-width: 768px) {
      .l-content--Resources .downloads__text-area {
        float: none;
        width: auto;
        padding: 80px 10px 0;
        text-align: left;
        background-position: center top; } }
  .l-content--Resources .downloads__btn-area {
    float: right;
    width: 230px;
    padding-right: 30px;
    padding-top: 20px; }
    @media only screen and (max-width: 768px) {
      .l-content--Resources .downloads__btn-area {
        float: none;
        width: auto;
        text-align: center;
        padding: 20px 0 0; } }
    .l-content--Resources .downloads__btn-area .btn--learn-more {
      width: 200px;
      height: 50px;
      text-align: center; }
      .l-content--Resources .downloads__btn-area .btn--learn-more a {
        width: 100%;
        height: 100%;
        background-color: #327d69;
        border: solid 1px #327d69;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 50px;
        font-family: 'Open Sans Condensed';
        font-weight: 800; }
        .l-content--Resources .downloads__btn-area .btn--learn-more a:after {
          content: "";
          display: inline-block;
          margin-left: 12px;
          width: 0;
          height: 0;
          border-left: solid 7px #fff;
          border-top: solid 7px transparent;
          border-bottom: solid 7px transparent; }
        .l-content--Resources .downloads__btn-area .btn--learn-more a:hover {
          color: #327d69;
          background-color: #fff; }
          .l-content--Resources .downloads__btn-area .btn--learn-more a:hover:after {
            border-left: solid 7px #327d69;
            border-top: solid 7px transparent;
            border-bottom: solid 7px transparent; }
.l-content--Resources .downloads-contents, .l-content--Resources .downloads-exe-contents {
  padding: 0 35px; }
  .l-content--Resources .downloads-contents:after, .l-content--Resources .downloads-exe-contents:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .l-content--Resources .downloads-contents, .l-content--Resources .downloads-exe-contents {
      padding: 0; } }
  .l-content--Resources .downloads-contents__inner, .l-content--Resources .downloads-exe-contents__inner {
    width: 366px;
    float: left;
    padding-top: 30px; }
    .l-content--Resources .downloads-contents__inner:after, .l-content--Resources .downloads-exe-contents__inner:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 768px) {
      .l-content--Resources .downloads-contents__inner, .l-content--Resources .downloads-exe-contents__inner {
        float: none;
        max-width: 366px;
        width: auto;
        margin: 0 auto; } }
  .l-content--Resources .downloads-contents__image, .l-content--Resources .downloads-exe-contents__image {
    float: left;
    width: 100px;
    height: 130px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .l-content--Resources .downloads-contents__image:hover, .l-content--Resources .downloads-exe-contents__image:hover {
      transform: scale(1.1);
      transition: 0.3s; }
      @media only screen and (max-width: 768px) {
        .l-content--Resources .downloads-contents__image:hover, .l-content--Resources .downloads-exe-contents__image:hover {
          transform: none; } }
    .l-content--Resources .downloads-contents__image a, .l-content--Resources .downloads-exe-contents__image a {
      display: block;
      width: 100%;
      height: 100%; }
      .l-content--Resources .downloads-contents__image a img, .l-content--Resources .downloads-exe-contents__image a img {
        width: 100%;
        height: auto; }
  .l-content--Resources .downloads-contents__text-area, .l-content--Resources .downloads-exe-contents__text-area {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px 10px 120px; }
  .l-content--Resources .downloads-contents__capture, .l-content--Resources .downloads-exe-contents__capture {
    line-height: 1.5;
    color: #444; }
  .l-content--Resources .downloads-contents__capture-sub, .l-content--Resources .downloads-exe-contents__capture-sub {
    line-height: 1.5;
    color: #999; }
  .l-content--Resources .downloads-contents__download-details, .l-content--Resources .downloads-exe-contents__download-details {
    margin-bottom: 0px; }
    .l-content--Resources .downloads-contents__download-details h2, .l-content--Resources .downloads-exe-contents__download-details h2 {
      font-size: 22px;
      font-size: 2.2rem; }
  .l-content--Resources .downloads-contents .btn--download, .l-content--Resources .downloads-exe-contents .btn--download {
    margin-top: 10px;
    width: 150px;
    height: 40px;
    text-align: center; }
    .l-content--Resources .downloads-contents .btn--download a, .l-content--Resources .downloads-exe-contents .btn--download a {
      width: 100%;
      height: 100%;
      background-color: #eaf2f0;
      color: #327d69;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 40px;
      font-family: 'Open Sans Condensed';
      font-weight: 800; }
      .l-content--Resources .downloads-contents .btn--download a:after, .l-content--Resources .downloads-exe-contents .btn--download a:after {
        content: "";
        display: inline-block;
        margin-left: 12px;
        width: 12px;
        height: 16px;
        background: url("../img/resources/icon_resources_download-arrow.png") left center no-repeat; }
      .l-content--Resources .downloads-contents .btn--download a:hover, .l-content--Resources .downloads-exe-contents .btn--download a:hover {
        color: #fff;
        background-color: #327d69; }
        .l-content--Resources .downloads-contents .btn--download a:hover:after, .l-content--Resources .downloads-exe-contents .btn--download a:hover:after {
          background: url("../img/resources/icon_resources_download-arrow.png") -12px center no-repeat; }
  .l-content--Resources .downloads-contents .btn--download.watch a:after, .l-content--Resources .downloads-exe-contents .btn--download.watch a:after {
    display: none; }
.l-content--Resources .downloads-contents:last-of-type {
  margin-bottom: 130px; }
.l-content--Resources .downloads-exe-contents {
  border-bottom: solid 1px #eaf2f0;
  padding: 50px 35px; }
  @media only screen and (max-width: 768px) {
    .l-content--Resources .downloads-exe-contents {
      padding: 50px 0; } }
.l-content--Resources .l-content__title-small {
  margin-top: 50px; }
