.order_ex {
  table-layout: fixed;
  width: 100%;
  font-family: sans-serif;
}

.order_ex td, .order_ex th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ccc;
}

.order_ex thead th {
  color: #524947;
  background-color: #dddbdb;
}

.order_ex .marked {
  background-color: #fffadb;
}

.order_ex .col_mark.pt01 {
  border: solid 2px #e20b20;
}

.order_ex .col_mark.pt02 {
  border: solid 2px #1aa0e5;
}

.order_ex .col_mark.pt03 {
  border: solid 2px #138f3e;
}

.order_ex .row_top .col_mark, .order_ex .row_mid .col_mark {
  border-bottom: solid 1px #ccc !important;
}

.order_ex .row_bot .col_mark, .order_ex .row_mid .col_mark {
  border-top: solid 1px #ccc !important;
}

.ex_price.pt01 {
  color: #e20b20;
}

.ex_price.pt02 {
  color: #1aa0e5;
}

.ex_price.pt03 {
  color: #138f3e;
}

@media only screen and (min-width: 768px) {
  .page-faq .heading-01 {
    margin-top: 50px;
  }
  .page-faq .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-faq .box p.cap {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .page-faq .box .image {
    text-align: center;
  }
  .page-faq .box .cap {
    font-size: 12px;
    padding: 5px 0 10px;
  }
  .page-faq .box ol {
    padding-left: 1.75em;
  }
  .page-faq .box .use .inner {
    padding: 0;
  }
  .page-faq .box .use .heading-02 {
    margin-bottom: 20px;
  }
  .page-faq .box .use .box {
    border: 1px solid #ccc;
    background: #fff;
    max-width: 840px;
    width: 100%;
    text-align: center;
    padding: 30px 70px;
    position: relative;
    margin: 20px auto 10px;
  }
  .page-faq .box .use .box .info {
    text-align: left;
  }
  .page-faq .box .use .box .info p {
    font-size: 14px;
    margin-top: 10px;
  }
  .page-faq .box .use .box .price {
    font-size: 54px;
    color: #0071b0;
  }
  .page-faq .box .use .box .price small {
    font-size: 20px;
  }
  .page-faq .box#b03 {
    background: #eeeff1;
  }
  .page-faq .box#b03 .tab {
    background: #eeeff1;
    padding: 30px 20px;
  }
  .page-faq .box#b03 .tab label {
    margin-top: 10px;
    width: auto;
    background: #f8f8f8;
    text-align: center;
    font-size: 20px;
    text-align: left;
    display: block;
    padding: 20px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: .3s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .page-faq .box#b03 .tab label:hover {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
  }
  .page-faq .box#b03 .tab label::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px #333;
    border-bottom: solid 2px #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: .3s;
  }
  .page-faq .box#b03 .tab label:first-child {
    margin-top: 0;
  }
  .page-faq .box#b03 .tab input {
    display: none;
  }
  .page-faq .box#b03 .tab input:checked + label {
    background: #fff;
    box-shadow: none;
  }
  .page-faq .box#b03 .tab input:checked + label::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .page-faq .box#b03 .tab input:checked + label + .tab-contents {
    height: auto;
    padding: 50px;
    max-height: 9999px;
  }
  .page-faq .box#b03 .tab .tab-contents {
    transition: .3s;
    padding: 0 50px;
    overflow: hidden;
    height: 0;
    background: #fff;
  }
  .page-faq .box#b03 .tab .tab-contents .contents-box {
    margin-bottom: 30px;
  }
  .page-faq .box#b03 .tab .tab-contents .heading-03 {
    text-align: left;
    margin-bottom: 20px;
  }
  .page-faq .box#b03 .tab .tab-contents .heading-03::before {
    content: "Q.";
    display: inline-block;
    color: #333;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .page-faq .box#b03 .tab .tab-contents .para-01 {
    margin-bottom: 50px;
  }
  .page-faq .box#b03 .tab .tab-contents .para-01::before {
    content: "A.";
    display: inline-block;
    color: #333;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .page-faq .box#b03 .tab .tab-contents img {
    width: auto;
    max-width: 100%;
  }
  .page-faq .spec {
    width: 60%;
    margin: 20px auto;
  }
  .page-faq .spec th {
    background-color: #f8f8f8;
  }
  .page-faq .spec th, .page-faq .spec td {
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #888888;
  }
}

@media only screen and (max-width: 767px) {
  .order_ex th {
    font-size: 10px !important;
  }
  .order_ex img {
    width: 8px !important;
  }
  .page-faq .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-faq .box .tab {
    background: #eeeff1;
    padding: 30px 20px;
  }
  .page-faq .box .tab label {
    margin-top: 10px;
    width: auto;
    background: #f8f8f8;
    text-align: center;
    font-size: 14px;
    text-align: left;
    display: block;
    padding: 20px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: .3s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .page-faq .box .tab label::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px #333;
    border-bottom: solid 2px #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: .3s;
  }
  .page-faq .box .tab label:first-child {
    margin-top: 0;
  }
  .page-faq .box .tab input {
    display: none;
  }
  .page-faq .box .tab input:checked + label {
    background: #fff;
  }
  .page-faq .box .tab input:checked + label::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .page-faq .box .tab input:checked + label + .tab-contents {
    height: auto;
    padding: 20px;
    max-height: 9999px;
  }
  .page-faq .box .tab .tab-contents {
    transition: .3s;
    padding: 0 20px;
    overflow: hidden;
    height: 0;
    background: #fff;
  }
  .page-faq .box .tab .tab-contents .contents-box {
    margin-bottom: 30px;
  }
  .page-faq .box .tab .tab-contents .heading-03 {
    text-align: left;
    margin-bottom: 20px;
  }
  .page-faq .box .tab .tab-contents .heading-03::before {
    content: "Q.";
    display: inline-block;
    color: #333;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .page-faq .box .tab .tab-contents .para-01 {
    margin-bottom: 50px;
  }
  .page-faq .box .tab .tab-contents .para-01::before {
    content: "A.";
    display: inline-block;
    color: #333;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .page-faq .box .tab .tab-contents img {
    width: auto;
    max-width: 100%;
  }
  .page-faq .box p.cap {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .page-faq .box .image {
    text-align: center;
  }
  .page-faq .box .cap {
    font-size: 12px;
    padding: 5px 0 10px;
  }
  .page-faq .box ol {
    padding-left: 1.75em;
  }
  .page-faq .box .use .box {
    border: 1px solid #ccc;
    background: #fff;
    max-width: 840px;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin: 0 auto 25px;
  }
  .page-faq .box .use .box .flex {
    display: block;
  }
  .page-faq .box .use .box .flex > .image:first-child {
    width: 100%;
  }
  .page-faq .box .use .box .flex .info {
    margin: 10px;
    text-align: center;
  }
  .page-faq .box .use .box .flex .info img {
    height: 30px;
  }
  .page-faq .box .use .box .flex .info p {
    font-size: 12px;
    margin-top: 10px;
  }
  .page-faq .box .use .box .price {
    font-size: 33px;
    color: #0071b0;
  }
  .page-faq .box .use .box .price small {
    font-size: 13px;
  }
  .page-faq .spec {
    width: 100%;
    margin: 20px 0;
  }
  .page-faq .spec th {
    background-color: #f8f8f8;
  }
  .page-faq .spec th, .page-faq .spec td {
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #888888;
  }
}
