.about-wrapper .visual {
  background: url("/data/img/page/about/pc/visual.png") no-repeat center center; }

.about-wrapper .title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #0c579f; }
  .about-wrapper .title span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .1em; }
  .about-wrapper .title .brdr {
    height: 1px;
    background-color: #0c579f;
    width: 60px;
    margin: 12px auto 0;
    display: block; }

.about-wrapper .greetings {
  margin: 55px 0 98px; }
  .about-wrapper .greetings .title2 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #00549d;
    margin-top: 51px; }
  .about-wrapper .greetings p {
    font-size: 18px;
    font-weight: normal;
    color: #111111;
    text-align: justify;
    margin-top: 34px;
    line-height: 2; }
  .about-wrapper .greetings .greetings_text {
    text-align: right;
    margin-top: 45px; }
    .about-wrapper .greetings .greetings_text .txt1 {
      font-size: 34px;
      font-weight: normal;
      color: #000000; }
    .about-wrapper .greetings .greetings_text .txt2 {
      font-size: 19px;
      font-weight: normal;
      color: #000000; }
    .about-wrapper .greetings .greetings_text .txt3 {
      font-size: 31px;
      font-weight: normal;
      color: #000000; }
  .about-wrapper .greetings .img {
    display: block;
    margin: 65px auto 0; }

.about-wrapper .safety {
  background: url("/data/img/page/about/pc/safety_bg.png") no-repeat center center; }
  .about-wrapper .safety .div1 {
    padding: 43px 0 54px; }
  .about-wrapper .safety .btn_holder {
    background: url("/data/img/page/about/pc/safety_btn_bg.png") no-repeat center center;
    background-size: auto 100%;
    max-width: 822px;
    margin: auto;
    display: block;
    padding: 40px 0 30px 30px;
    transition: all .5s; }
    .about-wrapper .safety .btn_holder .text .txt1 {
      font-size: 30px;
      font-weight: normal;
      color: #111111; }
    .about-wrapper .safety .btn_holder .text .txt2 {
      font-size: 18.5px;
      font-weight: normal;
      color: #111111; }
    .about-wrapper .safety .btn_holder .btn {
      margin-top: 35px;
      color: #0c579f;
      border: 1px solid #0c579f !important;
      font-size: 16px;
      text-decoration: none;
      display: inline-block;
      height: 48px;
      line-height: 48px;
      text-align: center;
      width: 310px; }
      .about-wrapper .safety .btn_holder .btn .ico-arrow02 {
        width: 38px;
        height: 6px;
        display: inline-block;
        overflow: hidden;
        background-image: url("/data/img/common/pc/ico_arrow02.png");
        background-position: 0 bottom;
        background-repeat: no-repeat;
        position: relative;
        top: -3px;
        margin-left: 5px; }
      .about-wrapper .safety .btn_holder .btn:hover {
        color: #fff;
        background-color: #0c579f !important; }
        .about-wrapper .safety .btn_holder .btn:hover .ico-arrow02 {
          background-position-y: 0; }
    .about-wrapper .safety .btn_holder:hover {
      background-size: auto 120%; }

.about-wrapper .outline {
  background-color: #f4f4f4;
  padding: 100px 0; }
  .about-wrapper .outline ul {
    margin-top: 50px; }
    .about-wrapper .outline ul li {
      width: 465px;
      float: left; }
      .about-wrapper .outline ul li table {
        width: 100%;
        border-top: 1px solid #afafaf; }
        .about-wrapper .outline ul li table tr {
          border-bottom: 1px solid #afafaf; }
          .about-wrapper .outline ul li table tr th {
            font-size: 14px;
            color: #111111;
            padding: 10px 0 10px 10px;
            width: 65px; }
          .about-wrapper .outline ul li table tr td {
            font-size: 14px;
            font-weight: normal;
            color: #111111;
            padding: 10px 10px 10px 0; }
      .about-wrapper .outline ul li:nth-child(2) {
        float: right; }
        .about-wrapper .outline ul li:nth-child(2) table tr th {
          width: 105px; }

.about-wrapper .license {
  padding: 100px 0; }
  .about-wrapper .license .ul1 {
    margin-top: 50px; }
    .about-wrapper .license .ul1 li {
      width: 465px;
      float: left; }
      .about-wrapper .license .ul1 li table {
        width: 100%;
        border-top: 1px solid #afafaf; }
        .about-wrapper .license .ul1 li table tr {
          border-bottom: 1px solid #afafaf; }
          .about-wrapper .license .ul1 li table tr th {
            font-size: 14px;
            color: #111111;
            padding: 15px 0 15px 10px;
            width: 85px; }
          .about-wrapper .license .ul1 li table tr td {
            font-size: 14px;
            font-weight: normal;
            color: #111111;
            padding: 15px 20px 15px 0; }
      .about-wrapper .license .ul1 li:nth-child(2) {
        float: right; }
        .about-wrapper .license .ul1 li:nth-child(2) table tr th {
          padding: 15px 0 10px 10px; }
        .about-wrapper .license .ul1 li:nth-child(2) table tr td {
          padding: 15px 20px 10px 0; }
  .about-wrapper .license .ul2 {
    margin-top: 75px; }
    .about-wrapper .license .ul2 li {
      float: left; }
      .about-wrapper .license .ul2 li + li {
        margin-left: 12px; }

.about-wrapper .access {
  background-color: #00549d;
  padding: 100px 0 85px; }
  .about-wrapper .access .title {
    color: #fff; }
    .about-wrapper .access .title .brdr {
      background-color: #66ffff; }
  .about-wrapper .access .map {
    margin-top: 50px; }
    .about-wrapper .access .map iframe {
      width: 100%;
      height: 400px; }
  .about-wrapper .access p {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px; }

@media screen and (max-width: 640px) {
  .rev-sp-pad {
    margin: 0 -20px; }
  .about-wrapper .visual {
    background: url("/data/img/page/about/sp/visual.png") no-repeat;
    background-size: cover; }
  .about-wrapper .title {
    font-size: 25px; }
    .about-wrapper .title span {
      font-size: 14px; }
    .about-wrapper .title .brdr {
      width: 40px; }
  .about-wrapper .greetings {
    margin: 54px 0 25px;
    padding: 0 20px; }
    .about-wrapper .greetings .layout {
      margin: 0; }
    .about-wrapper .greetings .title2 {
      margin-top: 25px;
      font-size: 25px; }
    .about-wrapper .greetings p {
      margin-top: 24px;
      font-size: 13px; }
    .about-wrapper .greetings .greetings_text {
      margin-top: 20px; }
      .about-wrapper .greetings .greetings_text .txt1 {
        font-size: 26px; }
      .about-wrapper .greetings .greetings_text .txt2 {
        font-size: 13px; }
      .about-wrapper .greetings .greetings_text .txt3 {
        font-size: 22.5px; }
    .about-wrapper .greetings .img {
      margin: 37.5px auto 0; }
  .about-wrapper .safety {
    background: url("/data/img/page/about/sp/safety_bg.png") no-repeat;
    background-size: cover; }
    .about-wrapper .safety .div1 {
      padding: 62.5px 20px 65px; }
      .about-wrapper .safety .div1 .btn_holder {
        padding: 22px 35px; }
        .about-wrapper .safety .div1 .btn_holder .sp-bg {
          background-color: rgba(255, 255, 255, 0.7);
          padding: 10px 20px; }
        .about-wrapper .safety .div1 .btn_holder .text {
          text-align: center; }
          .about-wrapper .safety .div1 .btn_holder .text .txt1 {
            font-size: 20px; }
          .about-wrapper .safety .div1 .btn_holder .text .txt2 {
            font-size: 13px; }
        .about-wrapper .safety .div1 .btn_holder .btn {
          width: auto;
          display: block;
          margin: 13px auto 0;
          height: 28px;
          line-height: 28px;
          font-size: 13px; }
  .about-wrapper .outline {
    padding: 63px 20px 62.5px; }
    .about-wrapper .outline .layout {
      margin: 0; }
    .about-wrapper .outline ul {
      margin-top: 32.5px; }
      .about-wrapper .outline ul li {
        width: 100%; }
        .about-wrapper .outline ul li table tr th {
          font-size: 13px;
          width: 95px;
          padding: 10px 0; }
        .about-wrapper .outline ul li table tr td {
          font-size: 13px;
          text-align: justify;
          padding: 10px 0px 10px 0; }
        .about-wrapper .outline ul li:nth-child(2) table {
          border-top: none; }
          .about-wrapper .outline ul li:nth-child(2) table tr th {
            width: 95px; }
  .about-wrapper .license {
    padding: 63px 20px 62.5px; }
    .about-wrapper .license .layout {
      margin: 0; }
    .about-wrapper .license .ul1 {
      margin-top: 32.5px; }
      .about-wrapper .license .ul1 li {
        width: auto; }
        .about-wrapper .license .ul1 li table tr th {
          font-size: 13px;
          width: 95px;
          padding: 10px 0; }
        .about-wrapper .license .ul1 li table tr td {
          font-size: 13px;
          text-align: justify;
          padding: 10px 0px 10px 0; }
        .about-wrapper .license .ul1 li:nth-child(2) table {
          border-top: none; }
          .about-wrapper .license .ul1 li:nth-child(2) table tr th {
            width: 95px;
            padding: 10px 0; }
          .about-wrapper .license .ul1 li:nth-child(2) table tr td {
            padding: 10px 0px 10px 0; }
    .about-wrapper .license .ul2 {
      margin: 42.5px -20px 0; }
      .about-wrapper .license .ul2 li {
        width: 100%; }
        .about-wrapper .license .ul2 li img {
          width: 100%; }
        .about-wrapper .license .ul2 li + li {
          margin-left: 0;
          margin-top: 20px; }
  .about-wrapper .access {
    padding: 62.5px 0; }
    .about-wrapper .access .layout {
      margin: 0; }
    .about-wrapper .access .map iframe {
      height: 240px; }
    .about-wrapper .access p {
      padding-left: 20px;
      font-size: 13px; } }

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