#Main {
  max-width: 960px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    #Main {
      padding: 100px 25px; } }
  @media screen and (max-width: 768px) {
    #Main {
      padding: 60px 25px 40px; } }
  #Main h1 {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      #Main h1 {
        margin-bottom: 50px;
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      #Main h1 {
        margin-bottom: 20px;
        font-size: 18px; } }

section {
  box-sizing: border-box;
  margin: 0 auto;
  border-top: 1px dotted #494544; }
  section:last-of-type {
    border-bottom: 1px dotted #494544; }
  @media screen and (min-width: 769px) {
    section {
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    section {
      font-size: 12px; } }
  section .inline {
    width: 100%;
    display: none;
    overflow: hidden; }
    section .inline:after {
      content: "";
      width: 100%;
      display: block; }
      @media screen and (min-width: 769px) {
        section .inline:after {
          height: 70px; } }
      @media screen and (max-width: 768px) {
        section .inline:after {
          height: 45px; } }
  section .category {
    margin-top: 40px; }
    section .category:first-of-type {
      margin-top: 0; }
  section h2 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    cursor: pointer; }
    section h2 small {
      display: inline-block;
      font-size: 13px; }
    section h2 i {
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      section h2 i:before, section h2 i:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #494544; }
      section h2 i.close:before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    @media screen and (min-width: 769px) {
      section h2 {
        height: 80px;
        font-size: 22px; }
        section h2 small {
          margin-left: 50px; } }
    @media screen and (max-width: 768px) {
      section h2 {
        height: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        font-size: 15px; } }
  section h3 {
    display: inline-block;
    margin-bottom: 35px;
    padding: 7px 7px 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    color: #FFF;
    background-color: #494544; }
  section .inside {
    margin-bottom: 30px; }
    section .inside:last-of-type {
      margin-bottom: 0; }
  section h4 {
    font-weight: bold; }
  section .table_type01 {
    width: 100%;
    margin-top: 20px; }
    section .table_type01 th, section .table_type01 td {
      padding: 10px;
      vertical-align: middle;
      line-height: 1.4;
      border: 1px solid #494544; }
    section .table_type01 tr th:first-child {
      border-left: 0; }
    section .table_type01 tr td:last-child {
      border-right: 0; }
    section .table_type01 tr th,
    section .table_type01 tr td:last-of-type {
      white-space: nowrap; }
    @media screen and (min-width: 769px) {
      section .table_type01 br {
        display: none; } }
  section .table_type02 {
    margin-top: 20px; }
    section .table_type02:first-of-type {
      margin-top: 0; }
    section .table_type02 th, section .table_type02 td {
      padding: 5px 5px 5px 0;
      line-height: 1.4;
      text-align: left; }
    @media screen and (max-width: 768px) {
      section .table_type02 th, section .table_type02 td {
        display: block; } }
  section .table_type03 {
    margin-top: 10px; }
    section .table_type03 th {
      background-color: #D3D2D2; }
    section .table_type03 th, section .table_type03 td {
      padding: 10px;
      line-height: 1.4;
      border: 1px solid #494544; }
    @media screen and (max-width: 768px) {
      section .table_type03 {
        width: 100%;
        text-align: center; }
        section .table_type03 th:nth-last-child(1) {
          width: 50%; }
        section .table_type03 th:nth-last-child(2) {
          width: 50%; } }
  section .table_type04 {
    margin-top: 20px; }
    section .table_type04:first-of-type {
      margin-top: 0; }
    section .table_type04 th, section .table_type04 td {
      padding: 5px 5px 5px 0;
      line-height: 1.4;
      text-align: left; }
    @media screen and (max-width: 768px) {
      section .table_type04 th {
        display: none; }
      section .table_type04 td {
        position: relative;
        display: block;
        padding-left: 1.5em; }
        section .table_type04 td:before {
          content: attr(data-label) ".";
          display: inline-block;
          position: absolute;
          top: 5px;
          left: 0; } }
  section .table_type05 {
    margin-top: 10px !important; }
    section .table_type05 th {
      background-color: #D3D2D2 !important;
      text-align: center; }
    section .table_type05 td.price {
      text-align: right; }
    section .table_type05 th, section .table_type05 td {
      padding: 10px !important;
      line-height: 1.4 !important;
      border: 1px solid #494544 !important; }
    @media screen and (max-width: 768px) {
      section .table_type05 {
        width: 100% !important; }
        section .table_type05 th,
        section .table_type05 td {
          display: table-cell !important; }
        section .table_type05 td::before {
          content: normal !important; }
    }
  section p {
    margin-top: 20px; }
  section ul {
    margin-top: 20px; }
    section ul li {
      margin-left: 0.6em;
      margin-top: 5px;
      line-height: 1.4;
      text-indent: -0.6em; }
      section ul li > ul {
        margin-top: 0; }
      section ul li:first-of-type {
        margin-top: 0; }
    section ul.att {
      opacity: 0.8;
      font-size: 10px; }
/*# sourceMappingURL=costormer_service.css.map */
