/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* ---------BANNER-------------- */
.banner {
  width: 100%;
  padding-bottom: 31.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .banner .container {
    width: 90%;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .banner .container:before, .banner .container:after {
      content: '';
      display: block;
      width: 25%;
      height: 0;
      padding-bottom: 15%;
      background: url(../../img/bg_deco-small.png) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      z-index: -1; }
    .banner .container:before {
      padding-bottom: 8.5%;
      top: 85%;
      left: -15%;
      background-image: url(../../img/bg_deco-mini.png); }
    .banner .container:after {
      top: -60%;
      right: -18%; }
    .banner .container h1 {
      font-size: 6.875rem;
      font-style: italic;
      line-height: .65;
      letter-spacing: 5px;
      margin: 20px 0 50px; }
    .banner .container h1 + p {
      line-height: 1.125; }

/* ---------DOWNLOAD--- */
.banner.download .container {
  top: 55%; }
  .banner.download .container:before {
    left: -22%; }
  .banner.download .container:after {
    top: -30%; }
  .banner.download .container h1 {
    margin-bottom: 20px; }

.search_box {
  max-width: 850px;
  margin: 30px auto 0; }

.search_table {
  width: 100%;
  vertical-align: middle; }
  .search_table td {
    padding-right: 10px;
    line-height: 0;
    min-width: 110px; }
  .search_table .search:before {
    right: 10px; }
  .search_table input[type="search"] {
    color: #333;
    margin: 0;
    border-radius: 20px;
    margin-top: 2px;
    padding: 9px 40px 10px 20px; }
  .search_table .select {
    text-shadow: none;
    line-height: 1.25; }
    .search_table .select select {
      margin-top: 1px; }

/* ---------RWD----------------- */
@media screen and (max-width: 1440px) {
  .banner {
    padding-bottom: 25%; }
    .banner .container:before, .banner .container:after {
      width: 22.5%; }
    .banner .container:before {
      padding-bottom: 7%;
      left: -5%; }
    .banner .container:after {
      padding-bottom: 12.5%;
      right: 0; }
    .banner .container h1 {
      font-size: 5.5rem;
      margin-bottom: 30px; }
    .banner .container h1 + p {
      font-size: .88rem; }
    .banner.download {
      padding-bottom: 30%; }
      .banner.download .container:before {
        left: -15%; } }
@media screen and (max-width: 1024px) {
  .banner .container:before {
    left: 0; }
  .banner .container:after {
    right: 0; }
  .banner .container h1 {
    font-size: 4.25rem; }
  .banner.download {
    padding-bottom: 32%; }
    .banner.download .container:before {
      left: -5%; } }
@media screen and (max-width: 768px) {
  .banner {
    padding-bottom: 40%; }
    .banner .container:before {
      left: -5%; }
    .banner.download {
      height: auto;
      padding: 30px 0; }
      .banner.download .container {
        position: relative;
        top: 0;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
        .banner.download .container:before {
          left: -5%; }

  .search_box {
    max-width: 500px; }

  .search_table tr, .search_table td {
    display: block;
    text-align: center;
    width: 100%; }
  .search_table td:nth-child(2) {
    line-height: 1.5; }
  .search_table td:nth-child(n+3) {
    width: 80%;
    margin: 0 auto; }
  .search_table .select {
    height: 35px; } }
@media screen and (max-width: 620px) {
  .banner .container:before, .banner .container:after {
    width: 30%; }
  .banner .container:before {
    padding-bottom: 10%;
    top: 100%; }
  .banner .container:after {
    padding-bottom: 26%;
    bottom: 0; }
  .banner .container h1 {
    font-size: 3.25rem;
    letter-spacing: 2px;
    margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
  .banner {
    padding-bottom: 50%; }
    .banner .container:after {
      top: -20%; }
    .banner .container h1 {
      font-size: 2.25rem; } }
.article_menu_top {
  display: none; }

.main_content {
  padding: 130px 0; }
  .main_content aside {
    width: 25%;
    padding-right: 3%;
    word-wrap: break-word; }
    .main_content aside .article_menu > li {
      margin-bottom: 10px;
      font-weight: 900;
      font-size: 1.5rem;
      line-height: 1.125;
      cursor: pointer;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .main_content aside .article_menu > li > a {
        display: block;
        position: relative;
        padding-right: 20px; }
        .main_content aside .article_menu > li > a::after {
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 6px;
          right: 0;
          background: url("../../img/icons/icon-plus-dark.png") 0 0 no-repeat;
          -moz-transition: transform 0.25s ease;
          -o-transition: transform 0.25s ease;
          -webkit-transition: transform 0.25s ease;
          transition: transform 0.25s ease; }
        .main_content aside .article_menu > li > a.active::after {
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .main_content aside .article_sub_menu {
      padding: 5px 0;
      display: none; }
      .main_content aside .article_sub_menu li a {
        display: block;
        padding: 5px 0;
        font-size: 1.25rem;
        line-height: 1;
        font-weight: normal;
        color: #b1b1b1; }
        .main_content aside .article_sub_menu li a.active, .main_content aside .article_sub_menu li a:hover {
          color: #fec128; }
  .main_content main {
    width: 75%;
    word-wrap: break-word; }
    .main_content main .title {
      position: relative;
      margin-bottom: 30px; }
    .main_content main h2 {
      margin-bottom: 0;
      width: 75%; }
    .main_content main .search {
      margin-top: 10px; }
      .main_content main .search input[type="search"] {
        display: block;
        font-size: 14px;
        line-height: 1.125;
        width: 180px;
        padding: 8px 30px 7px 15px;
        margin: 0;
        background-color: #fafafa;
        border: 1px solid #b1b1b1; }
      .main_content main .search button {
        width: 30px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; }
      .main_content main .search:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url(../../img/icons/icon-search-footer.png) 0 0 no-repeat;
        position: absolute;
        top: 6px;
        right: 5px;
        pointer-events: none; }
    .main_content main > ul > li {
      position: relative;
      margin-bottom: 0; }
      .main_content main > ul > li:after {
        content: '';
        display: block;
        width: 94%;
        height: 1px;
        background-color: #dddddd;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .main_content main > ul > li:last-child:after {
        display: none; }
      .main_content main > ul > li h4 {
        font-weight: normal;
        color: #333;
        background-color: #f4f4f4;
        padding: 25px 15% 25px 4%;
        margin: 0;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .main_content main > ul > li h4:after {
          content: '';
          display: block;
          width: 20px;
          height: 30px;
          background: url(../../img/icons/slider-arraow-left-y.png) 0 0 no-repeat;
          background-size: contain;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 5%;
          margin: auto 0;
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
      .main_content main > ul > li .content {
        padding: 35px 5%;
        display: none; }
        .main_content main > ul > li .content p {
          line-height: 1.25; }
      .main_content main > ul > li.active {
        box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.08);
        -moz-transform: translate(0, -1px);
        -o-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px);
        z-index: 2; }
        .main_content main > ul > li.active:after {
          display: none; }
        .main_content main > ul > li.active h4:after {
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
    .main_content main a {
      color: #fec128; }

@media screen and (max-width: 1440px) {
  .main_content {
    padding: 70px 0; }
    .main_content .article_menu > li {
      font-size: 1.25em; } }
@media screen and (min-width: 769px) {
  .article_menu {
    display: block !important;
    height: auto !important; } }
@media screen and (max-width: 768px) {
  .main_content aside {
    width: 80%;
    margin: 0 auto 40px;
    padding-right: 0;
    float: none; }
    .main_content aside .article_menu_top {
      display: block;
      padding: 7px;
      margin-bottom: 15px;
      border: 1px solid #b1b1b1;
      text-align: center;
      position: relative;
      cursor: pointer; }
      .main_content aside .article_menu_top p {
        color: #fec128;
        font-weight: 900;
        font-size: 1.25em;
        padding: 0 20px; }
        .main_content aside .article_menu_top p::after {
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          margin: auto 0;
          background: url("../../img/icons/icon-plus-dark.png") 0 0 no-repeat;
          position: absolute;
          top: 0;
          right: 10px;
          bottom: 0; }
        .main_content aside .article_menu_top p.active::after {
          transform-origin: center center;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -moz-transition: transform 0.25s ease;
          -o-transition: transform 0.25s ease;
          -webkit-transition: transform 0.25s ease;
          transition: transform 0.25s ease; }
    .main_content aside .article_menu {
      display: none;
      text-align: center;
      margin-bottom: 0px; }
      .main_content aside .article_menu > li {
        margin-bottom: 0;
        vertical-align: middle;
        padding: 10px;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #eeeeee; }
        .main_content aside .article_menu > li:last-child {
          border-bottom: none; }
  .main_content main {
    float: none;
    width: 100%; }
    .main_content main h2 {
      width: 100%; } }
@media screen and (max-width: 480px) {
  .main_content {
    padding: 50px 0; }
    .main_content aside {
      width: 100%;
      margin-bottom: 20px; }
      .main_content aside .article_menu_top {
        padding: 5px; }
        .main_content aside .article_menu_top p {
          font-size: 1.125em; }
    .main_content main ul li h4 {
      padding: 15px 15% 15px 4%;
      font-size: 1.25em; }
      .main_content main ul li h4:after {
        width: 15px;
        height: 20px; }
    .main_content main ul li .content {
      padding: 20px 5%; } }

/*# sourceMappingURL=faq.css.map */
