@charset "UTF-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%; }

body {
  color: #222222;
  background-color: #ffffff;
  font-family: "Noto Sans Japanese", serif;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none; }

dt, dd, li, th, td, p {
  line-height: 1.5; }

/* for IE6 */
* html body {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }
  a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px; }

button {
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

.mt {
  margin-top: 70px;
}
@media only screen and (max-width: 850px) {
  .mt {
    margin-top: 35px;
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*                link
  ======================================================= */
a:link {
  color: #222222;
  text-decoration: none; }

a:visited {
  color: #222222; }

@media only screen and (min-width: 1025px) {
  a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    a:hover img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: .8; } }

/*                common
  ======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both; }

.clear_both {
  clear: both; }

.hidden {
  overflow: hidden; }

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
  padding-top: 40px; }
  @media only screen and (max-width: 1024px) {
    #wrapper {
      padding-top: 60px; } }

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }
  @media only screen and (max-width: 1024px) {
    .main_width {
      padding: 0 70px; } }
  @media only screen and (max-width: 768px) {
    .main_width {
      padding: 0 20px; } }
  @media only screen and (max-width: 640px) {
    .main_width {
      padding: 0 20px; } }

.main_width_s {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px; }
  @media only screen and (max-width: 1100px) {
    .cont_width {
      padding: 0 20px; } }
  @media only screen and (max-width: 850px) {
    .cont_width {
      padding: 0 20px; } }
  @media only screen and (max-width: 640px) {
    .cont_width {
      padding: 0 20px; } }
  @media only screen and (max-width: 480px) {
    .cont_width {
      padding: 0 20px; } }

/*                テキスト装飾
======================================================= */
.underline {
  text-decoration: underline; }

.lato {
  font-family: "Lato", "arial", sans-serif; }

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

.robo {
  font-family: 'Roboto Condensed', sans-serif; }

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0; }

table tr td,
table tr th {
  text-align: left;
  padding: 0px; }

.ie7 table tr th,
.ie7 table tr td {
  position: relative; }

/* 擬似テーブル */
.table {
  display: table;
  width: 100%; }
  .table .table_cell {
    display: table-cell;
    vertical-align: top; }
  @media only screen and (max-width: 640px) {
    .table.sp_brake {
      display: block; }
      .table.sp_brake .tablecell {
        display: block;
        width: 100%; } }

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 160px;
  z-index: 1000;
  display: none; }
  @media only screen and (max-width: 640px) {
    .page_top {
      bottom: 10px; } }
  .page_top a {
    display: block; }
    .page_top a img {
      width: 74px;
      height: 74px; }
      @media only screen and (max-width: 850px) {
        .page_top a img {
          width: 50px;
          height: 50px; } }
  @media only screen and (max-width: 850px) {
    .page_top {
      right: 10px; }
      .page_top img {
        width: 50px;
        height: 50px; } }

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px; }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -8px;
      margin-right: -8px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -5px;
      margin-right: -5px; } }
  .row img {
    width: 100%; }
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 5px;
        padding-right: 5px; } }
  .row .tab1, .row .tab2, .row .tab6 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 5px;
        padding-right: 5px; } }

.square {
  overflow: hidden; }
  .square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
    float: left;
    min-height: 1px;
    padding: 0;
    margin-bottom: 0; }

.col12 {
  width: 100%; }

.col11 {
  width: 91.66666667%; }

.col10 {
  width: 83.33333333%; }

.col9 {
  width: 75%; }

.col8 {
  width: 66.66666667%; }

.col7 {
  width: 58.33333333%; }

.col6 {
  width: 50%; }

.col5 {
  width: 41.66666667%; }

.col4 {
  width: 33.33333333%; }

.col3 {
  width: 25%; }

.col2 {
  width: 16.66666667%; }

.col1 {
  width: 8.33333333%; }

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%; }
  .pc1024Col6 {
    width: 50%; }
  .pc1024Col3 {
    width: 25%; }
  .pc1024Col2 {
    width: 16.66666667%; } }

@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%; }
  .tab6 {
    width: 50%; }
  .tab4 {
    width: 33.33333333%; } }

@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%; }
  .sp6 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%; }
  .sps6 {
    width: 50%; } }

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  /* 最初のspanをマイナス45度に */ }
  #header.shadow {
    -webkit-box-shadow: 0px 0px 15px -1px #101112;
    box-shadow: 0px 0px 15px -1px #101112; }
  #header .bg_black {
    background-color: #000;
    height: 40px;
    z-index: 100; }
    @media only screen and (max-width: 1024px) {
      #header .bg_black {
        height: 40px; } }
  #header .header_ttl {
    margin-right: auto;
    padding-top: 8px;
    padding-left: 20px; }
/*
    @media only screen and (max-width: 1024px) {
      #header .header_ttl {
        padding-top: 18px;
        padding-left: 10px; } }
    @media only screen and (max-width: 480px) {
      #header .header_ttl {
        padding-top: 12px;
        padding-left: 10px; } }
*/
    #header .header_ttl .logo img {
      width: 44px;
      display: inline-block;
      vertical-align: middle; }
/*
      @media only screen and (max-width: 1024px) {
        #header .header_ttl .logo img {
          width: auto;
          height: 18px; } }
      @media only screen and (max-width: 480px) {
        #header .header_ttl .logo img {
          display: block;
          height: 15px; } }
*/
    #header .header_ttl p {
      color: #ffffff; }
      #header .header_ttl p .txt {
        padding-left: 4px;
        position: relative;
        top: 1px; }
/*
        @media only screen and (max-width: 1024px) {
          #header .header_ttl p .txt {
            top: 3px; } }
        @media only screen and (max-width: 480px) {
          #header .header_ttl p .txt {
            padding-left: 0; } }
*/
  #header #hd_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (max-width: 1024px) {
    #header #gnavi {
      position: fixed;
      z-index: -1;
      top: 60px;
      left: 0;
      background: #fff;
      color: #000;
      text-align: center;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      overflow: hidden;
      width: 101%; }
      #header #gnavi.active {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
  @media only screen and (max-width: 1024px) {
    #header #gnavi ul {
      background: #ffffff;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      overflow: hidden; }
      #header #gnavi ul.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media only screen and (max-width: 1024px) {
    #header #gnavi ul li {
      list-style-type: none;
      padding: 0;
      width: 50%;
      border-right: 1px #dbdbdb solid;
      border-bottom: 1px #dbdbdb solid; } }
  #header #gnavi ul li.ap1024 {
    display: none; }
    @media only screen and (max-width: 1024px) {
      #header #gnavi ul li.ap1024 {
        display: block; } }
  #header #gnavi ul li a {
    color: #ffffff;
    font-size: 78.6%;
    height: 40px;
    padding: 11px 17px 19px; }
    @media only screen and (max-width: 1100px) {
      #header #gnavi ul li a {
        padding: 11px 12px 19px; } }
    #header #gnavi ul li a:hover {
      background-color: #50b9c5; }
    @media only screen and (max-width: 1024px) {
      #header #gnavi ul li a {
        background-color: #ffffff;
        display: block;
        color: #000;
        font-size: 114.3%;
        text-align: left;
        height: auto;
        position: relative;
        padding: 20px 30px 20px 20px; }
        #header #gnavi ul li a:hover {
          background-color: #ffffff; }
        #header #gnavi ul li a:before {
          content: "";
          display: block;
          background: url(../img/arrow.png) no-repeat right top;
          background-size: contain;
          width: 14px;
          height: 8px;
          position: absolute;
          top: 50%;
          right: 30px;
          margin-top: -4px; } }
    @media only screen and (max-width: 400px) {
      #header #gnavi ul li a {
        font-size: 92.9%; }
        #header #gnavi ul li a:before {
          background-size: contain;
          width: 12px;
          height: 8px;
          position: absolute;
          top: 50%;
          right: 12px; } }
  #header #hd_contact_btn {
    background-color: #1ca6d9; }
    #header #hd_contact_btn.bg_c a {
      background-color: #1ca6d9;
      color: #fff;
      height: 40px;
      padding: 10px 25px 12px 25px; }
      @media only screen and (max-width: 1024px) {
        #header #hd_contact_btn.bg_c a {
          padding: 10px 15px 12px;
          height: 60px; } }
      @media only screen and (max-width: 640px) {
        #header #hd_contact_btn.bg_c a {
          font-size: 85.7%;
          padding: 10px 10px 12px; } }
      @media only screen and (min-width: 1025px) {
        #header #hd_contact_btn.bg_c a:hover {
          background-color: #e8650e;
          color: #ffffff; } }
      #header #hd_contact_btn.bg_c a:before {
        content: "";
        display: inline-block;
        background: url(../img/navi_icon.png) no-repeat left top;
        background-size: contain;
        width: 24px;
        height: 15px;
        position: relative;
        top: 2px;
        margin-right: 10px; }
        @media only screen and (max-width: 1024px) {
          #header #hd_contact_btn.bg_c a:before {
            display: block;
            margin: 0 auto 5px; } }
  #header #sp_menu_btn {
    display: none; }
    @media only screen and (max-width: 1024px) {
      #header #sp_menu_btn {
        display: block;
        position: relative;
        top: 6px;
        left: -10px;
        width: 44px;
        height: 51px;
        cursor: pointer;
        z-index: 3;
        text-align: center; }
        #header #sp_menu_btn span {
          display: block;
          position: absolute;
          /* .navToggleに対して */
          width: 30px;
          border-bottom: solid 3px #eee;
          -webkit-transition: .35s ease-in-out;
          -moz-transition: .35s ease-in-out;
          -o-transition: .35s ease-in-out;
          transition: .35s ease-in-out;
          left: 6px; }
          #header #sp_menu_btn span.border01 {
            top: 12px; }
          #header #sp_menu_btn span.border02 {
            top: 22px; }
          #header #sp_menu_btn span.border03 {
            top: 32px; }
        #header #sp_menu_btn.active span.border01 {
          top: 20px;
          left: 6px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #header #sp_menu_btn.active span.border02,
        #header #sp_menu_btn.active span.border03 {
          top: 20px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); } }

/*                footer
======================================================= */
#footer .bg_black {
  background-color: #000; }

#footer .f_navi_list {
  padding: 25px 0;
  border-bottom: 1px #5e5e5e solid; }
  #footer .f_navi_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -10px; }
  #footer .f_navi_list li {
    color: #fff;
    font-size: 85.7%;
    padding: 0 15px;
    margin-bottom: 10px; }
    #footer .f_navi_list li a {
      color: #fff; }
      .table_cell ul li a{
        position: relative;
        padding-left: 1.5em;
      }
      li.pdf a:before {
        content: "";
        display: inline-block;
        background: url(../img/pdf.png) no-repeat left top;
        background-size: contain;
        width: 16px;
        height: 12px;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 1;
        padding-left: 5px; }
    li.outside a:before {
      content: "";
      display: inline-block;
      background: url(../img/f_icon.png) no-repeat left top;
      background-size: contain;
      width: 16px;
      height: 12px;
      position: absolute;
      top: 5px;
      left: 0;
      z-index: 1;
      padding-left: 5px; }
    #footer .f_navi_list li.outside a:hover {
      text-decoration: underline; }

#footer .f_txt {
  padding: 58px 0 50px;
  height: 200px; }

#footer .f_logo {
  text-align: center;
  width: 174px;
  margin: 0 auto 30px; }
  #footer .f_logo a:hover img {
    opacity: 1 !important; }

#footer p.copy {
  color: #ffffff;
  font-size: 78.6%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center; }

/*                コンテンツ
======================================================= */
/*      共通     */
br.ap1100,
br.ap900,
br.ap850,
br.ap640,
br.ap600,
br.ap500,
br.ap480,
br.ap400,
br.ap350 {
  display: none; }

@media only screen and (max-width: 1100px) {
  br.ap1100 {
    display: block; }
  br.no1100 {
    display: none; } }

@media only screen and (max-width: 900px) {
  br.ap900 {
    display: block; }
  br.no900 {
    display: none; } }

@media only screen and (max-width: 850px) {
  br.ap850 {
    display: block; }
  br.no850 {
    display: none; } }

@media only screen and (max-width: 640px) {
  br.ap640 {
    display: block; }
  br.no640 {
    display: none; } }

@media only screen and (max-width: 600px) {
  br.ap600 {
    display: block; } }

@media only screen and (max-width: 500px) {
  br.ap500 {
    display: block; } }

@media only screen and (max-width: 480px) {
  br.no480 {
    display: none; }
  br.ap480 {
    display: block; } }

@media only screen and (max-width: 480px) {
  br.no400 {
    display: none; }
  br.ap400 {
    display: block; } }

@media only screen and (max-width: 350px) {
  br.ap350 {
    display: block; } }

.t_blue {
  color: #1ca6d9; }

.t_blue a {
  color: #1ca6d9; }

.t_blue a:hover {
  text-decoration: underline; }

.t_green {
  color: #1f9ead; }

.t_orange {
  color: #e8650e; }

.t_white {
  color: #ffffff; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.txt_none {
  display: none; }

.bg_white {
  background-color: #ffffff; }

a {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/* PCで電話番号リンクを無効に */
@media only screen and (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

@media only screen and (max-width: 850px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 850px) {
    .sp {
      display: block; } }

@media only screen and (max-width: 900px) {
  .pc_900 {
    display: none; } }

.sp_900 {
  display: none; }
  @media only screen and (max-width: 900px) {
    .sp_900 {
      display: block; } }

/*  フェードイン
====================================== */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

/*画面内に入った状態*/
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

#about.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

#about .fadein.box_l {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms; }

#about .fadein.box_r {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms; }

/*共通  コンタクトボタン
======================================== */
.contact_btn, .more_btn {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .contact_btn a, .more_btn a {
    border: 3px #1ca6d9 solid;
    border-radius: 30px;
    position: relative;
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
    background-color: #ffffff;
    border-radius: 40px;
    color: #1ca6d9;
    font-size: 114.3%;
    font-weight: bold;
    text-align: center;
    padding: 17px 20px 20px; }
    @media only screen and (max-width: 480px) {
      .contact_btn a, .more_btn a {
        font-size: 107.1%;
        padding: 12px 12px 16px; } }
    @media only screen and (max-width: 400px) {
      .contact_btn a, .more_btn a {
        font-size: 92.9%;
        padding: 15px 12px 14px; } }
    .contact_btn a:before, .contact_btn a:hover:before, .more_btn a:before, .more_btn a:hover:before {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      content: "";
      display: inline-block;
      background: url(../img/btn_icon.png) no-repeat left top;
      background-size: contain;
      width: 32px;
      height: 20px;
      position: relative;
      top: 3px;
      margin-right: 10px; }
      @media only screen and (max-width: 480px) {
        .contact_btn a:before, .contact_btn a:hover:before, .more_btn a:before, .more_btn a:hover:before {
          top: 2px; } }
      @media only screen and (max-width: 400px) {
        .contact_btn a:before, .contact_btn a:hover:before, .more_btn a:before, .more_btn a:hover:before {
          display: block;
          top: -5px;
          left: 50%;
          margin-left: -16px; } }
      @media only screen and (max-width: 350px) {
        .contact_btn a:before, .contact_btn a:hover:before, .more_btn a:before, .more_btn a:hover:before {
          display: block;
          top: -5px;
          left: 50%;
          margin-left: -16px; } }
    @media only screen and (min-width: 1025px) {
      .contact_btn a:hover:before, .more_btn a:hover:before {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; } }
  #question .contact_btn, #question .more_btn {
    max-width: 400px;
    width: 100%;
    margin: 30px auto 0; }
    #question .contact_btn a, #question .more_btn a {
      padding: 18px 20px 20px; }
      @media only screen and (max-width: 400px) {
        #question .contact_btn a, #question .more_btn a {
          font-size: 107.1%; } }
      #question .contact_btn a:before, #question .more_btn a:before {
        content: "";
        display: inline-block;
        background: url(../img/btn_icon02.png) no-repeat left top;
        background-size: contain;
        width: 18px;
        height: 14px;
        position: relative;
        top: 1px;
        left: 194px;
        margin-right: -30px; }
        @media only screen and (max-width: 480px) {
          #question .contact_btn a:before, #question .more_btn a:before {
            left: 188px; } }
        @media only screen and (max-width: 400px) {
          #question .contact_btn a:before, #question .more_btn a:before {
            left: 180px; } }
  .inquiry_area .contact_btn, .inquiry_area .more_btn {
    width: 100%; }
    @media only screen and (max-width: 900px) {
      .inquiry_area .contact_btn a, .inquiry_area .more_btn a {
        border: 4px #1ca6d9 solid;
        padding: 19px 20px 21px; } }
    @media only screen and (max-width: 480px) {
      .inquiry_area .contact_btn a, .inquiry_area .more_btn a {
        padding: 15px 10px 12px; } }
    @media only screen and (max-width: 480px) {
      .inquiry_area .contact_btn a:before, .inquiry_area .contact_btn a:hover:before, .inquiry_area .more_btn a:before, .inquiry_area .more_btn a:hover:before {
        display: block;
        top: -4px;
        left: 50%;
        margin-left: -16px; } }
  #contact_area .contact_btn, #contact_area .more_btn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 1025px) {
      #contact_area .contact_btn:hover, #contact_area .more_btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none; } }
    #contact_area .contact_btn a, #contact_area .more_btn a {
      text-align: center;
      padding: 18px 20px 20px; }
      @media only screen and (max-width: 400px) {
        #contact_area .contact_btn a, #contact_area .more_btn a {
          font-size: 107.1%;
          padding: 18px 20px 21px; } }
      #contact_area .contact_btn a:before, #contact_area .more_btn a:before {
        top: 3px;
        margin-right: 20px; }
        @media only screen and (max-width: 400px) {
          #contact_area .contact_btn a:before, #contact_area .more_btn a:before {
            display: inline-block;
            top: 4px;
            left: 0;
            margin-right: 10px; } }

@media only screen and (min-width: 1025px) {
  .light {
    overflow: hidden;
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: cubic-bezier(0.19, 1, 0.22, 1);
    transition: cubic-bezier(0.19, 1, 0.22, 1); }
  .light:after {
    content: "";
    width: 160%;
    height: 160%;
    background: rgba(89, 234, 249, 0.25);
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute;
    top: -10%;
    left: -180%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }
  .light:hover:after {
    left: 60%; } }

/*      タイトル装飾       */
.cont_ttl h2, .box_ttl h2 {
  font-size: 242.9%;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .cont_ttl h2, .box_ttl h2 {
      font-size: 214.3%; } }
  @media only screen and (max-width: 900px) {
    .cont_ttl h2, .box_ttl h2 {
      font-size: 207.1%; } }
  @media only screen and (max-width: 850px) {
    .cont_ttl h2, .box_ttl h2 {
      font-size: 200%; } }
  @media only screen and (max-width: 640px) {
    .cont_ttl h2, .box_ttl h2 {
      font-size: 185.7%; } }
  @media only screen and (max-width: 480px) {
    .cont_ttl h2, .box_ttl h2 {
      font-size: 142.9%; } }
  .cont_ttl h2.font_l, .box_ttl h2.font_l {
    font-size: true; }
    @media only screen and (max-width: 1024px) {
      .cont_ttl h2.font_l, .box_ttl h2.font_l {
        font-size: 285.7%; } }
    @media only screen and (max-width: 900px) {
      .cont_ttl h2.font_l, .box_ttl h2.font_l {
        font-size: 271.4%; } }
    @media only screen and (max-width: 850px) {
      .cont_ttl h2.font_l, .box_ttl h2.font_l {
        font-size: 228.6%; } }
    @media only screen and (max-width: 640px) {
      .cont_ttl h2.font_l, .box_ttl h2.font_l {
        font-size: 200%; } }
    @media only screen and (max-width: 480px) {
      .cont_ttl h2.font_l, .box_ttl h2.font_l {
        font-size: 171.4%; } }
  .cont_ttl h2.font_s, .box_ttl h2.font_s {
    font-size: 214.3%; }
    @media only screen and (max-width: 1024px) {
      .cont_ttl h2.font_s, .box_ttl h2.font_s {
        font-size: 200%; } }
    @media only screen and (max-width: 900px) {
      .cont_ttl h2.font_s, .box_ttl h2.font_s {
        font-size: 185.7%; } }
    @media only screen and (max-width: 850px) {
      .cont_ttl h2.font_s, .box_ttl h2.font_s {
        font-size: 171.4%; } }
    @media only screen and (max-width: 640px) {
      .cont_ttl h2.font_s, .box_ttl h2.font_s {
        font-size: 157.1%; } }
    @media only screen and (max-width: 480px) {
      .cont_ttl h2.font_s, .box_ttl h2.font_s {
        font-size: 135.7%; } }
  .cont_ttl h2.font_ss, .box_ttl h2.font_ss {
    text-align: left;
    font-size: 200%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      .cont_ttl h2.font_ss, .box_ttl h2.font_ss {
        font-size: 185.7%; } }
    @media only screen and (max-width: 900px) {
      .cont_ttl h2.font_ss, .box_ttl h2.font_ss {
        font-size: 171.4%; } }
    @media only screen and (max-width: 850px) {
      .cont_ttl h2.font_ss, .box_ttl h2.font_ss {
        font-size: 157.1%; } }
    @media only screen and (max-width: 640px) {
      .cont_ttl h2.font_ss, .box_ttl h2.font_ss {
        font-size: 142.9%;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 480px) {
      .cont_ttl h2.font_ss, .box_ttl h2.font_ss {
        font-size: 128.6%; } }
  @media only screen and (max-width: 400px) {
    .cont_ttl h2 .letter, .box_ttl h2 .letter {
      letter-spacing: -1.5px; } }

.cont_ttl h3, .box_ttl h3 {
  font-size: 200%;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .cont_ttl h3, .box_ttl h3 {
      font-size: 164.3%; } }
  @media only screen and (max-width: 850px) {
    .cont_ttl h3, .box_ttl h3 {
      font-size: 150%; } }
  @media only screen and (max-width: 640px) {
    .cont_ttl h3, .box_ttl h3 {
      font-size: 135.7%; } }
  @media only screen and (max-width: 640px) {
    .cont_ttl h3, .box_ttl h3 {
      font-size: 121.4%; } }
  .cont_ttl h3.font_s, .box_ttl h3.font_s {
    font-size: 192.9%; }
    @media only screen and (max-width: 900px) {
      .cont_ttl h3.font_s, .box_ttl h3.font_s {
        font-size: 157.1%; } }
    @media only screen and (max-width: 850px) {
      .cont_ttl h3.font_s, .box_ttl h3.font_s {
        font-size: 142.9%; } }
    @media only screen and (max-width: 640px) {
      .cont_ttl h3.font_s, .box_ttl h3.font_s {
        font-size: 128.6%; } }
    @media only screen and (max-width: 640px) {
      .cont_ttl h3.font_s, .box_ttl h3.font_s {
        font-size: 114.3%; } }

.cont_ttl p, .box_ttl p {
  text-align: center; }

#use_flow .cont_ttl {
  margin-bottom: 47px; }
  @media only screen and (max-width: 850px) {
    #use_flow .cont_ttl {
      margin-bottom: 25px; } }

/*  アコーディオンボタン   */
.aco_area .aco_box {
  background-color: #ffffff;
  border: 2px #e3e3df solid;
  border-radius: 10px;
  padding: 0 10px 0 30px; }
  @media only screen and (max-width: 850px) {
    .aco_area .aco_box {
      padding: 12px 15px 12px 20px; } }
  .aco_area .aco_box + .aco_box {
    margin-top: 6px; }
  .aco_area .aco_box dl dt {
    font-size: 114.3%;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 13px 0 12px 0; }
    .aco_area .aco_box dl dt .btn, .aco_area .aco_box dl dt .btn span {
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .aco_area .aco_box dl dt .btn {
      background-color: #ebebeb;
      border-radius: 50%;
      float: right;
      position: absolute;
      top: 15px;
      right: 10px;
      width: 30px;
      height: 30px;
      margin-top: -15px; }
      @media only screen and (max-width: 850px) {
        .aco_area .aco_box dl dt .btn {
          right: 10px;
          width: 27px;
          height: 27px;
          margin-top: -15px; } }
    .aco_area .aco_box dl dt .btn span {
      position: absolute;
      top: 50%;
      left: 8px;
      width: 50%;
      height: 2px;
      background-color: #1ca6d9;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px; }
      @media only screen and (max-width: 850px) {
        .aco_area .aco_box dl dt .btn span {
          left: 7px; } }
    .aco_area .aco_box dl dt .btn span.border01 {
      top: 13px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg); }
      @media only screen and (max-width: 850px) {
        .aco_area .aco_box dl dt .btn span.border01 {
          top: 12px; } }
    .aco_area .aco_box dl dt .btn span.border02 {
      top: 13px;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
      @media only screen and (max-width: 850px) {
        .aco_area .aco_box dl dt .btn span.border02 {
          top: 12px; } }
    .aco_area .aco_box dl dt .btn.active span:nth-of-type(1) {
      display: none; }
    .aco_area .aco_box dl dt .btn.active span:nth-of-type(2) {
      top: 13px;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
      @media only screen and (max-width: 850px) {
        .aco_area .aco_box dl dt .btn.active span:nth-of-type(2) {
          top: 12px; } }
  .aco_area .aco_box dl dd {
    border-top: 1px #e3e3df solid;
    display: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 12px 0 10px; }

#question .aco_area .aco_box {
  padding: 28px 15px 27px 30px; }
  @media only screen and (max-width: 850px) {
    #question .aco_area .aco_box {
      padding: 22px 15px 23px 20px; } }
  #question .aco_area .aco_box dl dt:before, #question .aco_area .aco_box dl dd:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0; }
  #question .aco_area .aco_box dl dt {
    font-size: 128.6%;
    padding: 0 50px 0 40px; }
    @media only screen and (max-width: 640px) {
      #question .aco_area .aco_box dl dt {
        font-size: 114.3%; } }
    @media only screen and (max-width: 640px) {
      #question .aco_area .aco_box dl dt {
        font-size: 107.1%;
        padding: 0 50px 0 35px; } }
    #question .aco_area .aco_box dl dt:before {
      background: url(../img/question.png) no-repeat left top;
      background-size: contain;
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0; }
      @media only screen and (max-width: 850px) {
        #question .aco_area .aco_box dl dt:before {
          width: 24px;
          height: 24px;
          margin-top: 3px; } }
      @media only screen and (max-width: 640px) {
        #question .aco_area .aco_box dl dt:before {
          width: 22px;
          height: 22px;
          margin-top: 0; } }
  #question .aco_area .aco_box dl dd {
    position: relative;
    padding: 24px 10px 0 40px;
    margin-top: 24px; }
    @media only screen and (max-width: 850px) {
      #question .aco_area .aco_box dl dd {
        padding-top: 16px;
        margin-top: 16px; } }
    @media only screen and (max-width: 640px) {
      #question .aco_area .aco_box dl dd {
        padding: 24px 10px 0 35px; } }
    #question .aco_area .aco_box dl dd:before {
      background: url(../img/answer.png) no-repeat left top;
      background-size: contain;
      width: 30px;
      height: 23px; }
      @media only screen and (max-width: 850px) {
        #question .aco_area .aco_box dl dd:before {
          width: 25px;
          height: 18px;
          margin-top: 3px; } }
      @media only screen and (max-width: 480px) {
        #question .aco_area .aco_box dl dd:before {
          width: 25px;
          height: 17px;
          margin-top: 0; } }

/* #use_flow #payment_flow エリア*/
header {
  padding-bottom: 70px;}
@media only screen and (max-width: 850px) {
  header {
    padding-bottom: 30px;}
}
.addition {
  margin-top: 20px; }
  .addition.table {
    border-top: 1px #e1e1e1 solid;
    border-left: 1px #e1e1e1 solid;
    width: 100%; }
    @media only screen and (max-width: 850px) {
      .addition.table {
        display: block;
        width: 100%; } }
  .addition .table_cell {
    border-bottom: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    width: 50%;
    padding: 15px 25px; }
    @media only screen and (max-width: 850px) {
      .addition .table_cell {
        display: block;
        width: 100%; } }
  .addition dl dt {
    font-size: 85.7%;
    font-weight: bold;
    margin-bottom: 5px; }
  .addition dl dd .t_blue {
    display: block;
    font-weight: bold; }

/*  共通 ここまで   */
/*  コンテンツ TOPあき   */
.top_p70 {
  padding-top: 70px; }
  @media only screen and (max-width: 850px) {
    .top_p70 {
      padding-top: 50px; } }

.top_p80 {
  padding-top: 80px; }
  @media only screen and (max-width: 850px) {
    .top_p80 {
      padding-top: 50px; } }
  @media only screen and (max-width: 640px) {
    .top_p80 {
      padding-top: 40px; } }
  .top_p80.btm_70 {
    padding-bottom: 70px; }
    @media only screen and (max-width: 850px) {
      .top_p80.btm_70 {
        padding-bottom: 45px; } }
  .top_p80.btm_60 {
    padding-bottom: 60px; }
    @media only screen and (max-width: 850px) {
      .top_p80.btm_60 {
        padding-bottom: 40px; } }

/*  コンテンツ TOPあき ここまで  */
#main_area #payment_flow {
    background-color: #fff;
    padding-bottom: 70px;
}
@media only screen and (min-width: 641px) {
  .payment_flow_inner{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 0 20px;
  }
  .payment_flow_inner .cont_width{
    width: 49%;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .payment_flow_inner .cont_width:nth-child(2){
    margin-top: 35px;
  }
}
.table_cell ul li {
    padding-bottom: 10px;
}
.table_cell ul li:last-child {
    padding-bottom: 0px;
}

.category-title{
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.category-sub-title{
  font-weight: bold;
  margin: 20px 0 10px;
  position: relative;
  padding-left: 1em;
}
.category-sub-title:before{
  content: "";
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer-inner{
	max-width: 1080px;
	margin: auto;
}