/*
Theme Name: 2ST_OFFICIAL_2016
Theme URI: https://www.2st.co.jp/
Author: 2S Technologies, Inc.
Author URI: https://www.2st.co.jp/
Description: For 2ST Official website.
Version: 1.0.0
*/

@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  max-width: 1680px;
  margin: 0 auto; }

.hover_fade, body:not(.touch) .globalnav__nav a,
body:not(.touch) .globalnav__title a,
body:not(.touch) .footer__copyright a,
body:not(.touch) .news__feed a,
body:not(.touch) .news__toggle,
body:not(.touch) .business__section__title a,
body:not(.touch) .business__section__body__close,
body:not(.touch) .business__section__body__block a,
body:not(.touch) .recruit__toggle,
body:not(.touch) .toggle_term,
body:not(.touch) .submit button,
body:not(.touch) .news_article__article a,
body:not(.touch) .news_article__back,
body:not(.touch) .recruit__detail a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear; },
  .hover_fade:hover, body:not(.touch) .globalnav__nav a:hover,
  body:not(.touch) .globalnav__title a:hover,
  body:not(.touch) .footer__copyright a:hover,
  body:not(.touch) .news__feed a:hover,
  body:not(.touch) .news__toggle:hover,
  body:not(.touch) .business__section__title a:hover,
  body:not(.touch) .business__section__body__close:hover,
  body:not(.touch) .business__section__body__block a:hover,
  body:not(.touch) .recruit__toggle:hover,
  body:not(.touch) .toggle_term:hover,
  body:not(.touch) .submit button:hover,
  body:not(.touch) .news_article__article a:hover,
  body:not(.touch) .news_article__back:hover,
  body:not(.touch) .recruit__detail a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition-duration: 0s;
            transition-duration: 0s; }

.transDurationForceZero {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important; }

@media screen and (max-width: 767px) {
  .hover_fade:hover, body:not(.touch) .globalnav__nav a:hover,
  body:not(.touch) .globalnav__title a:hover,
  body:not(.touch) .footer__copyright a:hover,
  body:not(.touch) .news__feed a:hover,
  body:not(.touch) .news__toggle:hover,
  body:not(.touch) .business__section__title a:hover,
  body:not(.touch) .business__section__body__close:hover,
  body:not(.touch) .business__section__body__block a:hover,
  body:not(.touch) .recruit__toggle:hover,
  body:not(.touch) .toggle_term:hover,
  body:not(.touch) .submit button:hover,
  body:not(.touch) .news_article__article a:hover,
  body:not(.touch) .news_article__back:hover,
  body:not(.touch) .recruit__detail a:hover {
    opacity: 1;
    filter: alpha(opacity=100); } }
.section {
  padding: 100px 20px 20px;
  margin: 0px 0 100px;
  position: relative; }

.section__wrapper {
  position: relative;
  width: 100%;
  height: auto; }

.section__title, .news__title, .business__title, .company__title, .access__title, .recruit__title, .contact__title, .news_article__title {
  font-size: 16px;
  text-align: center; }
  .section__title span, .news__title span, .business__title span, .company__title span, .access__title span, .recruit__title span, .contact__title span, .news_article__title span {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 6px; }

@media screen and (max-width: 1024px) {
  .section {
    padding: 100px 0px 20px; } }
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0	0;
    margin: 0 0 60px;
    position: relative; }

  .section__title, .news__title, .business__title, .company__title, .access__title, .recruit__title, .contact__title, .news_article__title {
    font-size: 12px; }
    .section__title span, .news__title span, .business__title span, .company__title span, .access__title span, .recruit__title span, .contact__title span, .news_article__title span {
      margin: 0 auto 0px; } }
.firstview {
  box-sizing: border-box;
  width: auto;
  height: 800px;
  position: relative;
  padding: 20px 20px 80px 20px; }

.firstview__wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.firstview__contents {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 240px; }

.firstview__contents__hero {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .firstview__contents__hero__canvas {
    width: 100%;
    height: 100%;
    background: #F5F5F5; }
  .firstview__contents__hero__title {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    width: 280px;
    height: 188px;
    background-image: url(images/firstview_logo.png);
    background-size: 280px 188px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -146px; }
  .firstview__contents__hero__lead {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 66px;
    background-color: #FFF;
    background-image: url(images/firstview_catch.png);
    background-size: 676px 66px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    bottom: 20px; }

.firstview__contents__banners {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 240px; }
  .firstview__contents__banners__banner-a, .firstview__contents__banners__banner-b, .firstview__contents__banners__banner-c {
    width: 50%;
    height: 240px;
    position: absolute;
    top: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .firstview__contents__banners__banner-a a, .firstview__contents__banners__banner-b a, .firstview__contents__banners__banner-c a {
      display: block;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      color: transparent;
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 600px 240px;
      position: relative; }
      .firstview__contents__banners__banner-a a:before, .firstview__contents__banners__banner-b a:before,
      .firstview__contents__banners__banner-c a:before {
        box-sizing: border-box;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        border: 10px solid transparent;
        opacity: 0;
        filter: alpha(opacity=0); }
      .firstview__contents__banners__banner-a a:after, .firstview__contents__banners__banner-b a:after,
      .firstview__contents__banners__banner-c a:after {
        content: "";
        display: block;
        width: 16px;
        height: 24px;
        position: absolute;
        top: 108px;
        right: 33px;
        background-image: url(images/firstview_banner_arrow.png);
        background-size: 16px 24px; }
      .firstview__contents__banners__banner-a a:hover:before, .firstview__contents__banners__banner-b a:hover:before,
      .firstview__contents__banners__banner-c a:hover:before {
        opacity: 1;
        filter: alpha(opacity=100); }
  .firstview__contents__banners__banner-a {
    background-image: url(images/firstview_banner_a_bg.jpg);
    left: 0px; }
    .firstview__contents__banners__banner-a a {
      background-image: url(images/firstview_banner_a.png); }
      .firstview__contents__banners__banner-a a:before {
        border-color: #00B1BB; }
  .firstview__contents__banners__banner-b {
    background-image: url(images/firstview_banner_b_bg.jpg);
    right: 0px; }
    .firstview__contents__banners__banner-b a {
      background-image: url(images/firstview_banner_b.png); }
      .firstview__contents__banners__banner-b a:before {
        border-color: #00B1BB; }
  .firstview__contents__banners__banner-c {
    background-image: url(images/firstview_banner_c_bg.jpeg);
    right: 0px; }
    .firstview__contents__banners__banner-c a {
      background-image: url(images/firstview_banner_c.png); }
      .firstview__contents__banners__banner-c a:before {
        border-color: #E7380D; }

.globalnav {
  width: 100%;
  height: 79px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #FFF;
  z-index: 1000; }
  .globalnav.follow {
    position: fixed;
    top: 0px;
    bottom: auto; }
  .globalnav .globalnav__toggle {
    display: none; }
  .globalnav .globalnav__content {
    position: relative;
    width: 100%;
    height: 79px;
    margin: 0 auto;
    border-bottom: 1px solid #DFDFDF; }
  .globalnav__title {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    width: 207px;
    height: 38px;
    position: absolute;
    top: 21px;
    left: 50px; }
    .globalnav__title a {
      display: block;
      width: 207px;
      height: 38px;
      background-image: url(images/globalnav_logo.png);
      background-size: 207px 38px;
      background-position: center;
      background-repeat: no-repeat; }
  .globalnav__nav {
    position: absolute;
    top: 0px;
    right: 55px; }
    .globalnav__nav li {
      float: left;
      height: 75px;
      width: auto;
      margin: 0 0 0 26px;
      border-bottom: 5px solid transparent; }
      .globalnav__nav li a {
        font-size: 16px;
        line-height: 80px;
        color: #000;
        text-decoration: none; }
      .globalnav__nav li.current {
        border-color: #000; }
        .globalnav__nav li.current a {
          opacity: 1 !important;
          filter: alpha(opacity=100); }
      .globalnav__nav li.globalnav__nav__contact a:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 13px;
        background-image: url(images/mail_icon.png);
        background-size: 20px 13px;
        position: relative;
        margin-right: 6px; }

@media screen and (min-width: 1680px) {
  .globalnav .globalnav__content {
    width: 1640px;
    margin: 0 auto; }
  .globalnav__title {
    left: 30px; }
  .globalnav__nav {
    right: 35px; } }
@media screen and (max-width: 1200px) {
  .firstview__contents__banners__banner-a a, .firstview__contents__banners__banner-b a, .firstview__contents__banners__banner-c a {
    background-size: 100% auto; } }
@media screen and (max-width: 1024px) {
  .firstview {
    padding: 44px 0px 0px 0px; }

  .globalnav {
    height: 43px;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: auto;
    background-color: rgba(242, 242, 242, 0.9); }
    .globalnav .globalnav__toggle {
      display: block;
      width: 44px;
      height: 44px;
      position: absolute;
      top: 0px;
      right: 9px;
      background-image: url(images/sp_toggle_menu.png);
      background-size: 44px 88px;
      background-position: left top;
      background-repeat: no-repeat;
      z-index: 3; }
    .globalnav .globalnav__content {
      height: auto; }
    .globalnav__title {
      width: 156px;
      height: 44px;
      top: 0px;
      left: 16px;
      z-index: 2; }
      .globalnav__title a {
        width: 156px;
        height: 44px;
        background-image: url(images/globalnav_logo_sp.png);
        background-size: 156px 44px; }
    .globalnav__nav {
      width: 100%;
      height: 44px;
      overflow: hidden;
      right: 0px;
      background-color: #FFF;
      border-bottom: 1px solid #E6E6E6;
      z-index: 1;
      -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .globalnav__nav ul {
        position: absolute;
        top: 44px;
        right: 0px;
        width: 100%;
        height: 264px;
        border-top: 1px solid #E6E6E6; }
      .globalnav__nav li {
        float: none;
        height: 43px;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #E6E6E6 !important; }
        .globalnav__nav li a {
          display: block;
          width: 100%;
          height: 43px;
          line-height: 44px;
          text-align: center; }
        .globalnav__nav li.globalnav__nav__contact a:before {
          content: "";
          display: inline-block;
          width: 20px;
          height: 13px;
          background-image: url(images/mail_icon.png);
          background-size: 20px 13px;
          position: relative;
          margin-right: 6px; }
    .globalnav.open {
      height: 100%; }
      .globalnav.open .globalnav__nav {
        height: 308px; } }
@media screen and (max-width: 767px) {
  .firstview__contents {
    padding-bottom: 200px; }

  .firstview__contents__hero__title {
    width: 210px;
    height: 141px;
    background-image: url(images/firstview_logo_sp.png);
    background-size: 210px 141px;
    left: 50%;
    top: 50%;
    margin: -119px 0 0 -108px; }
  .firstview__contents__hero__lead {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    height: 80px;
    background-image: url(images/firstview_catch_sp.png);
    background-size: 255px 80px;
    left: 18px;
    bottom: 16px; }

  .firstview__contents__banners {
    height: 200px; }
    .firstview__contents__banners__banner-a, .firstview__contents__banners__banner-b, .firstview__contents__banners__banner-c {
      width: 100%;
      height: 100px;
      position: relative;
      left: auto;
      right: auto; }
      .firstview__contents__banners__banner-a a, .firstview__contents__banners__banner-b a, .firstview__contents__banners__banner-c a {
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        color: transparent;
        display: block;
        width: 100%;
        height: 100%;
        background-size: 255px 100px; }
        .firstview__contents__banners__banner-a a:before, .firstview__contents__banners__banner-b a:before,
        .firstview__contents__banners__banner-c a:before {
          display: none; }
        .firstview__contents__banners__banner-a a:after, .firstview__contents__banners__banner-b a:after,
        .firstview__contents__banners__banner-c a:after {
          content: "";
          display: block;
          width: 16px;
          height: 24px;
          position: absolute;
          top: 108px;
          right: 33px;
          background-image: url(images/firstview_banner_arrow.png); }
    .firstview__contents__banners__banner-a {
      background-image: url(images/firstview_banner_a_bg.jpg); }
      .firstview__contents__banners__banner-a a {
        background-image: url(images/firstview_banner_a_sp.png); }
    .firstview__contents__banners__banner-b {
      background-image: url(images/firstview_banner_b_bg.jpg); }
      .firstview__contents__banners__banner-b a {
        background-image: url(images/firstview_banner_b_sp.png); }
    .firstview__contents__banners__banner-c {
      background-image: url(images/firstview_banner_c_bg.jpeg); }
      .firstview__contents__banners__banner-c a {
        background-image: url(images/firstview_banner_c_sp.png); } }

body.touch .firstview__contents__banners__banner-a a:before, body.touch .firstview__contents__banners__banner-b a:before, body.touch .firstview__contents__banners__banner-c a:before {
  opacity: 0 !important;
  filter: alpha(opacity=0); }

footer {
  /*background-color: #F2F2F2;*/
  background-color: #FFF;
  padding: 30px 0;
  margin: 30px 20px 0 20px; }

.footer__copyright {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 0px; }
  .footer__copyright a {
    color: #000; }

@media screen and (max-width: 767px) {
  footer {
    /*background-color: #F2F2F2;*/
    background-color: #FFF;
    padding: 30px 0;
    margin: 30px 0 0 0; }

  .footer__copyright {
    margin-top: 0px; }
}

.news__title span {
  width: 91px;
  height: 39px;
  background-image: url(images/section_news_title.png);
  background-size: 91px 39px; }

.news__feed {
  width: 640px;
  height: 159px;
  border-top: 1px solid #E6E6E6;
  margin: 50px auto;
  overflow: hidden; }
  .news__feed li {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #E6E6E6; }
    .news__feed li a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      color: #000;
      text-decoration: none; }
      .news__feed li a span {
        box-sizing: border-box;
        display: block;
        height: 52px;
        line-height: 52px;
        float: left; }
    .news__feed li div {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      color: #000;
      text-decoration: none; }
      .news__feed li div span {
        box-sizing: border-box;
        display: block;
        height: 52px;
        line-height: 52px;
        float: left; }
  .news__feed__date {
    width: 130px;
    height: 52px;
    font-weight: 400; }
  .news__feed__title {
    position: relative;
    width: 510px;
    padding-left: 15px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .news__feed__title:before {
      content: "";
      display: block;
      width: 6px;
      height: 8px;
      background-image: url(images/list_arrow.png);
      background-size: 6px 8px;
      position: absolute;
      left: 0px;
      top: 22px; }

.news__toggle {
  display: block;
  width: 205px;
  height: 50px;
  background-color: #000;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  margin: 0 auto; }
  .news__toggle:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url(images/toggle_arrow.png);
    background-size: 16px 22px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 0 8px 0 0; }
  .news__toggle.open:before {
    background-position: 0px -11px; }

@media screen and (max-width: 767px) {
  .news__title span {
    width: 69px;
    height: 30px;
    background-image: url(images/section_news_title_sp.png);
    background-size: 69px 30px; }

  .news__feed {
    width: auto;
    margin: 16px 16px 20px;
    height: 171px;
    border-top: 1px solid #E6E6E6;
    overflow: hidden; }
    .news__feed li {
      width: 100%;
      height: 56px;
      border-bottom: 1px solid #E6E6E6; }
      .news__feed li a {
        display: block;
        width: 100%;
        height: 40px;
        padding: 8px 0;
        position: relative;
        color: #000;
        text-decoration: none; }
        .news__feed li a span {
          display: block;
          height: auto;
          line-height: 20px;
          float: none; }
      .news__feed li div {
        display: block;
        width: 100%;
        height: 40px;
        padding: 8px 0;
        position: relative;
        color: #000;
        text-decoration: none; }
        .news__feed li div span {
          display: block;
          height: auto;
          line-height: 20px;
          float: none; }
    .news__feed__date {
      width: auto;
      height: auto;
      font-weight: 400; }
    .news__feed__title {
      position: relative;
      width: auto;
      height: auto;
      padding-left: 0px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .news__feed__title:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 8px;
        background-image: url(images/list_arrow.png);
        background-size: 6px 8px;
        position: relative;
        left: auto;
        top: -1px;
        margin-right: 8px; } }
.business__title span {
  width: 157px;
  height: 39px;
  background-image: url(images/section_business_title.png);
  background-size: 157px 39px; }

.business__lead {
  width: 640px;
  margin: 40px auto 30px; }

.business__section {
  box-sizing: border-box;
  height: auto;
  width: 100%; }
  .business__section .business__section__title {
    position: relative;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .business__section .business__section__title h3 a {
      display: block;
      width: 100%;
      height: 240px;
      font-size: 24px;
      line-height: 240px;
      text-align: center;
      font-weight: bold;
      color: #FFF;
      text-decoration: none; }
      .business__section .business__section__title h3 a:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 17px;
        background-image: url(images/business_toggle_arrow.png);
        background-size: 24px 17px;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 10px 0 0;
        position: relative; }
  .business__section .business__section__body {
    height: 0px;
    overflow: hidden; }
  .business__section .business__section__body__content {
    padding-bottom: 60px; }
  .business__section .business__section__body__close {
    display: block;
    width: 205px;
    height: 50px;
    margin: 0 auto;
    background-color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #000; }
    .business__section .business__section__body__close:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 11px;
      background-size: 16px 22px;
      background-position: 0px -11px;
      background-repeat: no-repeat;
      margin: 0 10px 0 0;
      position: relative;
      top: -1px; }
  .business__section.open .business__section__title a:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.business__section.develop {
  background-color: #000;
  color: #FFF; }
  .business__section.develop .business__section__title {
    background-image: url(images/business_section_head_1.jpg); }
  .business__section.develop .business__section__body__block {
    padding: 54px 0; }
    .business__section.develop .business__section__body__block h4 {
      position: relative;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      color: #808080; }
      .business__section.develop .business__section__body__block h4:before {
        content: "";
        display: block;
        width: 100px;
        height: 3px;
        background-color: #808080;
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -50px; }
    .business__section.develop .business__section__body__block.column_two {
      width: 900px;
      margin: 0 auto; }
      .business__section.develop .business__section__body__block.column_two:after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        float: none;
        clear: both;
        visibility: hidden; }
      .business__section.develop .business__section__body__block.column_two .business__section__body__block__content {
        padding-top: 160px; }
    .business__section.develop .business__section__body__block .business__section__body__block__content {
      position: relative;
      padding-top: 140px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content h5 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px; }
        .business__section.develop .business__section__body__block .business__section__body__block__content h5 span {
          font-weight: 400; }
      .business__section.develop .business__section__body__block .business__section__body__block__content .business__section__body__block__content__fig {
        width: 100%;
        height: 140px;
        position: absolute;
        top: 0px;
        background-repeat: no-repeat;
        background-position: center 45px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content.content_dev {
        width: 640px;
        margin: 0 auto; }
        .business__section.develop .business__section__body__block .business__section__body__block__content.content_dev .business__section__body__block__content__fig {
          background-image: url(images/business_fig_dev.png);
          background-size: 111px 71px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content.content_embed {
        width: 420px;
        float: left; }
        .business__section.develop .business__section__body__block .business__section__body__block__content.content_embed .business__section__body__block__content__fig {
          background-image: url(images/business_fig_embed.png);
          background-size: 98px 88px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content.content_web {
        width: 420px;
        float: left;
        margin-right: 60px; }
        .business__section.develop .business__section__body__block .business__section__body__block__content.content_web .business__section__body__block__content__fig {
          background-image: url(images/business_fig_web.png);
          background-size: 107px 97px; }
  .business__section.develop .business__section__body__close:before {
    background-image: url(images/toggle_arrow_bk.png); }

.business__section.product {
  background-color: #00B1BB; }
  .business__section.product .business__section__title {
    background-image: url(images/business_section_head_2.jpg); }
  .business__section.product .business__section__body__block {
    padding-top: 60px;
    width: 640px;
    margin: 0 auto;
    color: #FFF; }
    .business__section.product .business__section__body__block > img {
      display: block;
      margin-bottom: 22px; }
    .business__section.product .business__section__body__block h4 {
      font-size: 20px;
      font-weight: 400; }
    .business__section.product .business__section__body__block p {
      margin: 4px 0 12px; }
    .business__section.product .business__section__body__block a {
      position: relative;
      font-size: 18px;
      color: #FFF;
      padding-left: 24px; }
      .business__section.product .business__section__body__block a:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(images/external_link_icon.png);
        background-size: 16px 16px;
        position: absolute;
        left: 0px;
        top: 6px; }
  .business__section.product .business__section__body__close {
    color: #00B1BB;
    margin: 25px auto 0; }
    .business__section.product .business__section__body__close:before {
      background-image: url(images/toggle_arrow_gr.png); }

@media screen and (max-width: 940px) {
  .business__section.develop .business__section__body__block.column_two {
    width: 640px; }
  .business__section.develop .business__section__body__block .business__section__body__block__content.content_embed {
    width: auto;
    float: none;
    margin: 10px 0 10px; }
  .business__section.develop .business__section__body__block .business__section__body__block__content.content_web {
    width: auto;
    float: none; } }
@media screen and (max-width: 767px) {
  .business__title span {
    width: 119px;
    height: 30px;
    background-image: url(images/section_business_title_sp.png);
    background-size: 119px 30px; }

  .business__lead {
    width: auto;
    margin: 20px 16px 16px; }

  .business__section .business__section__title {
    height: 180px; }
    .business__section .business__section__title h3 a {
      height: 180px;
      font-size: 18px;
      line-height: 180px; }
      .business__section .business__section__title h3 a:before {
        width: 22px;
        height: 15px;
        background-image: url(images/business_toggle_arrow_sp.png);
        background-size: 22px 15px;
        margin: 0 10px 0 0; }
  .business__section .business__section__body__content {
    padding-bottom: 40px; }

  .business__section.develop .business__section__title {
    background-image: url(images/business_section_head_1_sp.jpg); }
  .business__section.develop .business__section__body__block {
    padding: 30px 0; }
    .business__section.develop .business__section__body__block h4 {
      font-size: 20px; }
      .business__section.develop .business__section__body__block h4:before {
        height: 2px;
        bottom: -10px; }
    .business__section.develop .business__section__body__block.column_two {
      width: auto; }
    .business__section.develop .business__section__body__block .business__section__body__block__content {
      position: relative;
      padding-top: 140px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content h5 {
        font-size: 18px; }
        .business__section.develop .business__section__body__block .business__section__body__block__content h5 span {
          font-weight: 400; }
      .business__section.develop .business__section__body__block .business__section__body__block__content .business__section__body__block__content__fig {
        width: 100%;
        height: 140px;
        position: absolute;
        top: 0px;
        background-repeat: no-repeat;
        background-position: center 45px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content.content_dev {
        width: auto;
        margin: 0 16px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content.content_embed {
        margin: 10px 16px 10px; }
      .business__section.develop .business__section__body__block .business__section__body__block__content.content_web {
        margin: 0 16px; }
  .business__section.develop .business__section__body__close:before {
    background-image: url(images/toggle_arrow_bk.png); }

  .business__section.product .business__section__title {
    background-image: url(images/business_section_head_2_sp.jpg); }
  .business__section.product .business__section__body__block {
    padding-top: 30px;
    width: auto;
    margin: 0 16px; }
    .business__section.product .business__section__body__block > img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 22px; }
  .business__section.product .business__section__body__close {
    color: #00B1BB;
    margin: 25px auto 0; }
    .business__section.product .business__section__body__close:before {
      background-image: url(images/toggle_arrow_gr.png); } }
.company__title span {
  width: 237px;
  height: 39px;
  background-image: url(images/section_company_title.png);
  background-size: 237px 39px; }

.company__outline {
  width: 640px;
  margin: 50px auto 0; }
  .company__outline dl {
    border-bottom: 1px solid #E6E6E6; }
    .company__outline dl:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
    .company__outline dl dt, .company__outline dl dd {
      float: left;
      border-top: 1px solid #E6E6E6;
      padding: 10px 0; }
    .company__outline dl dt {
      width: 130px;
      clear: both;
      font-weight: bold; }
    .company__outline dl dd {
      width: 510px; }
      .company__outline dl dd ul.date li {
        position: relative;
        padding-left: 50px; }
        .company__outline dl dd ul.date li span {
          position: absolute;
          left: 0px; }

@media screen and (max-width: 767px) {
  .company__title span {
    width: 178px;
    height: 30px;
    background-image: url(images/section_company_title_sp.png);
    background-size: 178px 30px; }

  .company__outline {
    width: auto;
    margin: 16px 16px 0; }
    .company__outline dl {
      border-bottom: 1px solid #E6E6E6; }
      .company__outline dl dt {
        float: none;
        width: auto;
        border-top: 1px solid #E6E6E6;
        padding: 10px 0 0 0; }
      .company__outline dl dd {
        width: auto;
        border-top: 0px;
        padding: 0 0 10px 0; }
        .company__outline dl dd ul.date li {
          position: relative;
          padding-left: 50px; }
          .company__outline dl dd ul.date li span {
            position: absolute;
            left: 0px; } }
.access__title span {
  width: 124px;
  height: 39px;
  background-image: url(images/section_access_title.png);
  background-size: 124px 39px; }

.access__map {
  width: 100%;
  height: 435px;
  position: relative;
  margin-top: 50px; }
  .access__map #access__map__embed {
    width: 100%;
    height: 100%;
    background-color: #DEDEDE; }

.access__photo {
  width: 100%;
  height: 240px;
  position: relative;
  margin: 0 0 30px 0; }
  .access__photo .access__photo__a,
  .access__photo .access__photo__b {
    width: 50%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .access__photo .access__photo__a {
    background-image: url(images/access_photo_1.jpg); }
  .access__photo .access__photo__b {
    background-image: url(images/access_photo_2.jpg); }

.access__photo__omit {
  width: 100%;
  height: 0px;
  position: relative;
  margin: 0 0 30px 0; }

.access__description {
  text-align: center;
  font-size: 14px; }
  .access__description h3 {
    font-weight: bold; }
  .access__description br {
    display: none; }

.access__required__time {
  text-align: center;
  font-size: 11px; }
  .access__required__time h3 {
    font-weight: bold; }
  .access__required__time br {
    display: none; }

@media screen and (max-width: 767px) {
  .access__title span {
    width: 93px;
    height: 30px;
    background-image: url(images/section_access_title_sp.png);
    background-size: 93px 30px; }

  .access__map {
    height: 360px;
    margin-top: 16px; }

  .access__photo {
    height: 100px;
    margin: 0 0 14px 0; }

  .access__photo__omit {
    height: 0px;
    margin: 0 0 14px 0; }

  .access__description br {
    display: block; }

  .access__required__time br {
    display: block; } }
.recruit__title span {
  width: 237px;
  height: 39px;
  background-image: url(images/section_recruit_title.png);
  background-size: 237px 39px; }

.recruit__outline {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  width: 640px;
  margin: 50px auto 0; }
  .recruit__outline p {
    margin: 28px 0; }
    .recruit__outline p strong {
      font-size: 20px; }
  .recruit__outline__motto:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }
  .recruit__outline__motto li {
    box-sizing: border-box;
    float: left;
    font-weight: bold; }
    .recruit__outline__motto li:before {
      content: "・"; }
    .recruit__outline__motto li:nth-of-type(odd) {
      width: 360px; }
    .recruit__outline__motto li:nth-of-type(even) {
      width: 280px; }

.recruit__detail {
  width: 640px;
  height: 0px;
  overflow: hidden;
  margin: 50px auto 0; }
  .recruit__detail a {
    color: #000; }
  .recruit__detail h3 {
    font-size: 18px;
    text-align: center; }
  .recruit__detail .recruit__detail__content {
    padding: 10px 0 50px; }
  .recruit__detail .recruit__detail__content__detail {
    position: relative;
    margin: 30px 0 50px;
    border-bottom: 1px solid #E6E6E6; }
    .recruit__detail .recruit__detail__content__detail:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
    .recruit__detail .recruit__detail__content__detail dt, .recruit__detail .recruit__detail__content__detail dd {
      float: left;
      border-top: 1px solid #E6E6E6;
      padding: 10px 0; }
    .recruit__detail .recruit__detail__content__detail dt {
      width: 130px;
      clear: both;
      font-weight: bold; }
    .recruit__detail .recruit__detail__content__detail dd {
      width: 510px; }
      .recruit__detail .recruit__detail__content__detail dd ul.date li {
        position: relative;
        padding-left: 50px; }
        .recruit__detail .recruit__detail__content__detail dd ul.date li span {
          position: absolute;
          left: 0px; }
    .recruit__detail .recruit__detail__content__detail li > ol,
    .recruit__detail .recruit__detail__content__detail li > ul {
      margin-left: 30px; }
    .recruit__detail .recruit__detail__content__detail ol, .recruit__detail .recruit__detail__content__detail ul {
      counter-reset: number; }
    .recruit__detail .recruit__detail__content__detail ol.hierarchy_1 > li:before {
      counter-increment: number;
      content: counter(number) ".";
      padding-right: 4px; }
    .recruit__detail .recruit__detail__content__detail ol.hierarchy_2 > li:before {
      counter-increment: number;
      content: counter(number) " )";
      padding-right: 6px; }
    .recruit__detail .recruit__detail__content__detail .recruit__detail__content__detail__requirement p {
      margin: 8px 0 0 0; }
  .recruit__detail .recruit__detail__content__entry {
    margin: 30px 0 0 0; }

.recruit__toggle {
  display: block;
  width: 205px;
  height: 50px;
  background-color: #000;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  margin: 50px auto 0; }
  .recruit__toggle:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url(images/toggle_arrow.png);
    background-size: 16px 22px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 0 8px 0 0; }
  .recruit__toggle.open:before {
    background-position: 0px -11px; }

@media screen and (max-width: 767px) {
  .recruit__title span {
    width: 162px;
    height: 30px;
    background-image: url(images/section_recruit_title_sp.png);
    background-size: 162px 30px; }

  .recruit__outline {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    width: auto;
    margin: 16px 16px 0; }
    .recruit__outline p {
      margin: 18px 0; }
      .recruit__outline p strong {
        font-size: 20px; }
    .recruit__outline__motto:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
    .recruit__outline__motto li {
      float: none; }
      .recruit__outline__motto li:nth-of-type(odd) {
        width: auto; }
      .recruit__outline__motto li:nth-of-type(even) {
        width: auto; }

  .recruit__detail {
    width: auto;
    height: 0px;
    margin: 20px 0 0; }
    .recruit__detail a {
      color: #000; }
    .recruit__detail .recruit__detail__content {
      padding: 10px 0 20px; }
    .recruit__detail .recruit__detail__content__detail {
      position: relative;
      margin: 20px 0 30px;
      border-bottom: 1px solid #E6E6E6; }
      .recruit__detail .recruit__detail__content__detail:after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        float: none;
        clear: both;
        visibility: hidden; }
      .recruit__detail .recruit__detail__content__detail dt {
        float: none;
        width: auto;
        border-top: 1px solid #E6E6E6;
        padding: 10px 0 0 0; }
      .recruit__detail .recruit__detail__content__detail dd {
        float: none;
        width: auto;
        border-top: 0px;
        padding: 0 0 10px 0; }
      .recruit__detail .recruit__detail__content__detail .recruit__detail__content__detail__requirement p {
        margin: 8px 0 0 0; }
      .recruit__detail .recruit__detail__content__detail .recruit__detail__content__detail__treatment br {
        display: none; }
    .recruit__detail .recruit__detail__content__entry {
      margin: 20px 0 0 0; }

  .recruit__toggle {
    margin: 20px auto 0; } }

.contact {
  margin-bottom: 0px; }

.contact__title span {
  width: 191px;
  height: 39px;
  background-image: url(images/section_contact_title.png);
  background-size: 191px 39px; }

.contact__content {
  background-color: #F2F2F2;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px; }

.contact__mail {
  display: block;
  width: 205px;
  height: 50px;
  background-color: #000;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  margin: 50px auto 0;
}

.contact__form form {
  width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
  }
  .contact__form .wpcf7 form.wpcf7-form input.wpcf7-not-valid {
    display: block;
    float: none; }
  .contact__form .wpcf7 form.wpcf7-form div.wpcf7-validation-errors {
    border: 2px solid #FF3366; }
  .contact__form form div.part {
    position: relative;
    margin: 0 0 10px 0; }
    .contact__form form div.part label {
      position: relative;
      left: 16px;
      top: 0px;
      display: block;
      line-height: 32px;
      color: #808080;
      text-align: left; }
    .contact__form form div.part input, .contact__form form div.part textarea, .contact__form form div.part select {
      display: block;
      font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", sans-serif;
      font-size: 14px;
      font-weight: normal;
      height: 36px;
      border: none;
      background: #FFF; }
      .contact__form form div.part input, .contact__form form div.part textarea {
        margin: 8px 0;
        width: 604px;
        padding: 0 18px; }
      .contact__form form div.part select {
        width: 640px;
        padding-left: 18px;
        appearance: none;
	-webkit-appearance: none;
        -moz-appearance: none;
        background: url(images/dropdown.png) right / 5% no-repeat #fff; }
      .contact__form form div.part input::-webkit-input-placeholder, .contact__form form div.part textarea::-webkit-input-placeholder {
        color: #000; }
      .contact__form form div.part input:-moz-placeholder, .contact__form form div.part textarea:-moz-placeholder {
        color: #000;
        opacity: 1;
        filter: alpha(opacity=100); }
      .contact__form form div.part input::-moz-placeholder, .contact__form form div.part textarea::-moz-placeholder {
        color: #000;
        opacity: 1;
        filter: alpha(opacity=100); }
      .contact__form form div.part input:-ms-input-placeholder, .contact__form form div.part textarea:-ms-input-placeholder {
        color: #000; }
    .contact__form form div.part textarea {
      padding: 10px 18px;
      height: 230px; }
    .contact__form form div.part textarea#subject {
      width: 604px;
      height: 36px;
      padding: 0 18px;
      line-height: 36px;
      resize: none; }
    .contact__form form div.part.name:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
    .contact__form form div.part.name input {
      width: 280px;
      float: left; }
      .contact__form form div.part.name input.name {
        margin-right: 8px; }
    .contact__form form div.part.select input {
      position: relative;
      z-index: 1; }
    .contact__form form div.part.select textarea {
      opacity: 0;
      filter: alpha(opacity=0); }
    .contact__form form div.part.select div.fieldmask {
      width: 640px;
      height: 36px;
      position: absolute;
      top: 0px;
      z-index: 2;
      background: url(images/dropdown.png) no-repeat top right;
      background-size: 38px 36px; }
  .contact__form form div.submit {
    width: 180px;
    margin: 50px auto 0; }
    .contact__form form div.submit input {
      display: block;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      color: transparent;
      padding: 0 !important;
      width: 180px;
      height: 50px;
      border: none;
      background: #000000;
      color: #FFF;
      cursor: pointer;
      background-image: url(images/send.gif);
      background-size: 180px 150px;
      background-position: center 0px;
      background-repeat: no-repeat; }
    .contact__form form div.submit input[disabled] {
      cursor: not-allowed;
      opacity: 0.25; }
  .contact__form form div.contact__form__personal {
    font-size: 11px;
    font-weight: normal;
    line-height: 19px; }
    .contact__form form div.contact__form__personal h4 {
      color: #000;
      font-weight: bold; }
    .contact__form form div.contact__form__personal a.toggle_term {
      color: #000; }
      .contact__form form div.contact__form__personal a.toggle_term:before {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        background-image: url(images/toggle.png);
        background-size: 9px 18px;
        position: relative;
        left: -1px;
        top: 1px; }
      .contact__form form div.contact__form__personal a.toggle_term.open:before {
        background-position: left bottom; }
    .contact__form form div.contact__form__personal__term {
      width: 640px;
      height: auto;
      max-height: 0px;
      -webkit-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
              transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
      overflow: hidden; }
      .contact__form form div.contact__form__personal__term__baloon {
        position: relative;
        padding-top: 20px; }
        .contact__form form div.contact__form__personal__term__baloon:before {
          content: "";
          display: block;
          width: 30px;
          height: 15px;
          background-image: url(images/term_arrow.png);
          background-size: 30px 15px;
          position: absolute;
          top: 6px;
          left: 50%;
          margin-left: -15px;
          z-index: 1; }
      .contact__form form div.contact__form__personal__term dl {
        position: relative;
        border: 1px solid #000;
        padding: 19px 19px 0 19px;
        font-size: 11px;
        line-height: 19px;
        z-index: 0; }
        .contact__form form div.contact__form__personal__term dl dt {
          font-weight: bold; }
        .contact__form form div.contact__form__personal__term dl dd {
          margin-bottom: 1.75em; }
      .contact__form form div.contact__form__personal__term.open {
        max-height: 600px; }
  .contact__form form div#notification {
    display: none;
    width: 640px;
    margin: 40px auto 0; }
    .contact__form form div#notification p, .contact__form form div#notification li {
      line-height: 24px; }
    .contact__form form div#notification > div {
      box-sizing: border-box;
      font-size: 14px;
      font-weight: bold;
      padding: 12px 20px 10px 20px;
      text-align: center; }
    .contact__form form div#notification div#error_notice {
      display: none;
      color: #FF3366;
      border: 3px solid #FF3366; }
      .contact__form form div#notification div#error_notice ul {
        list-style: none outside; }
        .contact__form form div#notification div#error_notice ul li {
          position: relative;
          display: none;
          font-weight: normal;
          padding: 0 0 0 1em; }
    .contact__form form div#notification div#send_failed {
      display: none;
      color: #FF3366;
      border: 3px solid #FF3366; }
    .contact__form form div#notification div#send_success {
      display: none;
      color: #00b1bb;
      border: 3px solid #00b1bb; }
  .contact__form form div.wpcf7-form-control-wrap {
    width: 304px;
    margin: 10px auto 0; }

@media screen and (max-width: 1024px) {
  .contact {
    padding-bottom: 0px; } }
@media screen and (max-width: 767px) {
  .contact .contact__content {
    background-color: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px; }
  .contact .contact__form form {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto; }
    .contact .contact__form form div.part {
      position: relative;
      margin: 0 0 10px 0; }
      .contact__form .wpcf7 form.wpcf7-form div.part.name input.wpcf7-not-valid {
        display: block;
        float: none; }
      .contact .contact__form form div.part input, .contact .contact__form form div.part textarea, .contact .contact__form form div.part select {
        box-sizing: border-box;
        width: 100%;
        height: 36px;
        padding: 0 12px; }
      .contact .contact__form form div.part textarea {
        padding: 10px 18px;
        height: 230px; }
      .contact .contact__form form div.part textarea#subject {
        width: 100%;
        height: 36px;
        padding: 0 12px;
        line-height: 36px;
        resize: none; }
      .contact .contact__form form div.part.name input {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        float: left; }
        .contact .contact__form form div.part.name input.name {
          margin-right: 10px; }
      .contact .contact__form form div.part.select input {
        position: relative;
        z-index: 1; }
      .contact .contact__form form div.part.select div.fieldmask {
        width: 100%;
        height: 36px;
        position: absolute;
        top: 0px;
        z-index: 2;
        background: url(images/dropdown.png) no-repeat top right;
        background-size: 38px 36px; }
    .contact .contact__form form div.submit {
      margin: 26px auto 0; }
    .contact .contact__form form div.contact__form__personal p, .contact .contact__form form div.contact__form__personal dd {
      text-align: justify; }
    .contact .contact__form form div.contact__form__personal__term {
      width: auto;
      height: auto;
      max-height: 0px;
      -webkit-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
              transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
      overflow: hidden; }
      .contact .contact__form form div.contact__form__personal__term__baloon {
        padding-top: 25px; }
        .contact .contact__form form div.contact__form__personal__term__baloon:before {
          top: 11px; }
      .contact .contact__form form div.contact__form__personal__term.open {
        max-height: 800px; }
    .contact .contact__form form div#notification {
      display: none;
      width: auto;
      margin: 26px auto 0; }
      .contact .contact__form form div#notification > div {
        box-sizing: border-box;
        font-size: 14px;
        font-weight: bold;
        padding: 12px 20px 10px 20px;
        text-align: center; } }
@media screen and (max-width: 767px) {
  .contact__title span {
    width: 143px;
    height: 30px;
    background-image: url(images/section_contact_title_sp.png);
    background-size: 143px 30px; } }
.news_article .firstview {
  height: 80px;
  padding: 0; }
.news_article .globalnav {
  position: fixed;
  bottom: auto;
  top: 0px; }

.news_article__title {
  margin: 100px 0 50px; }
  .news_article__title span {
    width: 91px;
    height: 39px;
    background-image: url(images/section_news_title.png);
    background-size: 91px 39px; }

.news_article__article {
  width: 640px;
  margin: 0 auto;
  border-bottom: 1px solid #E6E6E6; }

.news_article__article__title {
  position: relative;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 14px 0 14px 130px;
  margin: 0 0 20px 0; }
  .news_article__article__title .news_article__article__title__date {
    position: absolute;
    left: 0px;
    top: 14px;
    font-weight: 400; }

.news_article__article__img {
  margin: 20px 0;
  position: relative;
  width: auto;
  height: auto; }
  .news_article__article__img img {
    display: block;
    margin: 0 auto; }

.news_article__article__body {
  margin: 36px 0 80px; }
  .news_article__article__body p {
    margin: 0 0 1.75em 0; }
  .news_article__article__body a {
    color: #000; }
  .news_article__article__body a.external {
    position: relative;
    font-size: 18px;
    padding-left: 24px; }
    .news_article__article__body a.external:before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-image: url(images/external_link_icon_bk.png);
      background-size: 16px 16px;
      position: absolute;
      left: 0px;
      top: 6px; }

.news_article__back {
  display: block;
  width: 205px;
  height: 50px;
  background-color: #000;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  margin: 50px auto; }
  .news_article__back:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 16px;
    background-image: url(images/back_arrow.png);
    background-size: 11px 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 12px 0 0;
    position: relative;
    top: 2px; }
  .news_article__back.open:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.news_article__copyright {
  display: block;
  text-align: center;
  margin: 80px 0; }

@media screen and (max-width: 767px) {
  .news_article .firstview {
    height: 44px; }

  .news_article__title {
    margin: 60px 0 16px; }
    .news_article__title span {
      width: 69px;
      height: 30px;
      background-image: url(images/section_news_title_sp.png);
      background-size: 69px 30px; }

  .news_article__article {
    width: auto;
    margin: 0 16px; }

  .news_article__article__title {
    padding: 8px 0;
    margin: 0 0 15px 0;
    line-height: 20px; }
    .news_article__article__title .news_article__article__title__date {
      position: relative;
      left: auto;
      top: auto; }

  .news_article__article__img {
    margin: 15px 0; }
    .news_article__article__img img {
      display: block;
      width: 100%;
      height: auto; }

  .news_article__article__body {
    margin: 15px 0 50px; }
    .news_article__article__body p {
      margin: 0 0 1.5em 0; }

  .news_article__back {
    margin: 20px auto 60px; }

  .news_article__copyright {
    margin: 60px 0; } }

/** hide recaptcha logo **/
.grecaptcha-badge {
    visibility: hidden;
}

