/*======================================================

.contents-area

========================================================  */
.contents-area {
  width: 63%; }
  .contents-area .breadcrumb {
    margin-bottom: 20px;
    padding-top: 5px;
    font-size: 1.2rem; }
    .contents-area .breadcrumb li {
      display: inline-block;
      list-style: none;
      padding-right: 25px;
      background: url("../images/icon_arrow_right_blue.png") top right no-repeat;
      background-size: 20px 20px;
      margin-bottom: 3px;
      color: #646464; }
      .contents-area .breadcrumb li:last-child {
        padding-right: 0;
        background: none;
        color: #0053A4;
        font-weight: bold; }
        .contents-area .breadcrumb li:last-child a {
          color: #0053A4; }
      .contents-area .breadcrumb li a {
        color: #646464;
        text-decoration: none; }
  .contents-area section h1 {
    font-size: 2.4rem;
    color: #0053A4;
    padding-bottom: 4px;
    border-bottom: 1px solid #646464;
    margin-bottom: 15px;
    margin-right: -20px; }
  .contents-area section h2 {
    font-size: 1.8rem;
    color: #0053A4;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 25px; }
  .contents-area section h3 {
    color: #646464;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px; }
  .contents-area section a {
    color: #0053A4; }
    .contents-area section a:after {
      text-decoration: none; }
  .contents-area section .lead {
    font-weight: bold;
    font-size: 1.6rem; }
  .contents-area section p {
    margin-bottom: 15px; }
  .contents-area section .label {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 6px; }
  .contents-area section .ind {
    padding-left: 32px; }
  .contents-area section .hL {
    background-color: #ffe1e1;
    font-style: normal; }
  .contents-area section .list-disc, .contents-area section .list-circle, .contents-area section .list-triangle {
    margin-bottom: 15px;
    margin-left: 32px; }
    .contents-area section .list-disc li, .contents-area section .list-circle li, .contents-area section .list-triangle li {
      list-style: none;
      position: relative;
      margin-bottom: 6px; }
      .contents-area section .list-disc li:before, .contents-area section .list-circle li:before, .contents-area section .list-triangle li:before {
        content: "";
        display: block;
        background-color: #646464;
        border: 1px solid #646464;
        width: 7px;
        height: 7px;
        position: absolute;
        left: -18px;
        top: 0.5em;
        border-radius: 4px; }
      .contents-area section .list-disc li > p, .contents-area section .list-circle li > p, .contents-area section .list-triangle li > p {
        margin-bottom: 0; }
        .contents-area section .list-disc li > p + p, .contents-area section .list-circle li > p + p, .contents-area section .list-triangle li > p + p {
          margin-top: 6px; }
      .contents-area section .list-disc li > ul, .contents-area section .list-circle li > ul, .contents-area section .list-triangle li > ul {
        margin-top: 6px; }
  .contents-area section .list-circle li:before {
    background-color: inherit; }
  .contents-area section .list-triangle li:before {
    background-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #0053A4;
    height: 8px; }
  .contents-area section .link {
    font-size: 1.8rem; }
    .contents-area section .link > li + li {
      margin-top: 0.6em; }
  .contents-area section .hint, .contents-area section .note, .contents-area section .important {
    background-color: #f5f5f5;
    padding: 12px 12px 1px 38px;
    background-position: 7px 7px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    font-size: 1.2rem; }
  .contents-area section .hint {
    background-image: url("../images/icon_hint.png"); }
  .contents-area section .note {
    background-image: url("../images/icon_note.png"); }
  .contents-area section .important {
    background-image: url("../images/icon_important.png"); }
  .contents-area section .icon {
    margin: 0 0.5em; }
    .contents-area section .icon.icon-basic {
      background-image: url("../images/icon_basic.png");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      width: 32px;
      height: 32px;
      vertical-align: middle;
      text-indent: 100%;
      overflow: hidden; }
  .contents-area section .image {
    margin-bottom: 15px; }
    .contents-area section .image .ind {
      padding-left: 32px; }
  .contents-area section .step {
    counter-reset: step;
    list-style: none;
    margin-bottom: 25px; }
    .contents-area section .step > li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 32px; }
      .contents-area section .step > li:before {
        border-right: 1px solid #0053A4;
        color: #0053A4;
        font-weight: bold;
        counter-increment: step;
        content: counter(step);
        text-align: center;
        padding-right: 5px;
        width: 28px;
        position: absolute;
        left: -2px;
        font-size: 1.5rem;
        letter-spacing: -1px; }
      .contents-area section .step > li .step-label {
        font-weight: bold; }
  .contents-area section .table_container {
    margin-bottom: 25px; }
    .contents-area section .table_container table {
      border-collapse: collapse;
      table-layout: fixed; }
      .contents-area section .table_container table th, .contents-area section .table_container table td {
        border-top: 1px solid #b5b5b5;
        border-bottom: 1px solid #b5b5b5;
        border-left: 6px solid #fff;
        padding: 10px 8px;
        overflow-wrap: break-word; }
        .contents-area section .table_container table th:first-child, .contents-area section .table_container table td:first-child {
          border-left: none; }
      .contents-area section .table_container table th {
        background-color: #e0e0e0; }
      .contents-area section .table_container table thead tr th {
        text-align: center; }
      .contents-area section .table_container table tbody {
        background-color: #fff; }
        .contents-area section .table_container table tbody tr th {
          text-align: left; }
        .contents-area section .table_container table tbody tr td ul:last-child {
          margin-bottom: 0; }
        .contents-area section .table_container table tbody tr td.top {
          vertical-align: top; }
  .contents-area section hr {
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 1px;
    background-color: #646464;
    border: none;
    border-top: 1px solid #646464; }
  .contents-area section .qa-box .q-box, .contents-area section .qa-box .a-box {
    padding-left: 50px;
    position: relative;
    padding-top: 6px;
    display: inline-block;
    width: 100%; }
    .contents-area section .qa-box .q-box .q-label, .contents-area section .qa-box .q-box .a-label, .contents-area section .qa-box .a-box .q-label, .contents-area section .qa-box .a-box .a-label {
      color: #fff;
      position: absolute;
      font-weight: bold;
      top: 0;
      left: 0;
      line-height: 36px;
      width: 38px;
      text-align: center;
      letter-spacing: -1px; }
    .contents-area section .qa-box .q-box .q-label, .contents-area section .qa-box .a-box .q-label {
      background-color: #0053A4; }
    .contents-area section .qa-box .q-box .a-label, .contents-area section .qa-box .a-box .a-label {
      background-color: #646464; }
    .contents-area section .qa-box .q-box + h4, .contents-area section .qa-box .a-box + h4 {
      margin-top: 20px; }
  .contents-area section .qa-box h4 {
    margin-bottom: 15px; }
  .contents-area section .result-area .result-message {
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 1.6rem; }
  .contents-area section .result-area h2 {
    margin-bottom: 10px; }
    .contents-area section .result-area h2 a {
      text-decoration: none;
      color: #0053A4; }
  .contents-area section .result-area .result-section {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 5px; }
  .contents-area section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .contents-area section .row p {
      margin-bottom: 8px; }
    .contents-area section .row.col-2 > .col-item {
      flex: 0 1 50%;
      max-width: 50%; }
    .contents-area section .row.col-3 > .col-item {
      flex: 0 1 33.333333%;
      max-width: 33.333333%; }
    .contents-area section .row.col-4 > .col-item {
      flex: 0 1 25%;
      max-width: 25%; }
    .contents-area section .row > .col-item {
      margin-top: 20px;
      padding: 0 10px; }
  .contents-area section .top-area {
    display: flex;
    justify-content: space-between;
    padding-top: 20px; }
    .contents-area section .top-area h1 {
      font-size: 4.4rem;
      line-height: 1.3;
      color: #000000;
      border-bottom: none;
      padding-bottom: 0;
      margin-right: 0;
      margin-bottom: 20px; }
    .contents-area section .top-area .left {
      display: flex;
      flex-direction: column; }
      .contents-area section .top-area .left .image {
        margin-bottom: 30px;
        text-align: center; }
      .contents-area section .top-area .left p {
        font-size: 1.6rem;
        margin: 0 auto; }
    .contents-area section .top-area .right {
      padding-top: 164px; }
  .contents-area section .table_safety-marks {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%; }
    .contents-area section .table_safety-marks tr th {
      padding: 0 10px 0 0; }
      .contents-area section .table_safety-marks tr th.img_mark {
        min-width: 95px;
        width: 95px;
        border-right: 2px solid #b5b5b5; }
        .contents-area section .table_safety-marks tr th.img_mark img {
          max-width: none; }
    .contents-area section .table_safety-marks tr td {
      vertical-align: top;
      padding: 2px 10px; }
      .contents-area section .table_safety-marks tr td:first-of-type {
        min-width: 110px;
        width: 110px;
        white-space: nowrap; }
      .contents-area section .table_safety-marks tr td:last-child {
        width: 45%; }
  .contents-area section .table_info {
    border-collapse: collapse;
    width: 100%; }
    .contents-area section .table_info.lang-zh-tw thead th:nth-child(-n+3) {
      min-width: 80.5px; }
    .contents-area section .table_info.lang-zh-tw thead th:nth-child(n+4) {
      min-width: 118px; }
    .contents-area section .table_info th, .contents-area section .table_info td {
      padding: 8px 5px; }
    .contents-area section .table_info th {
      background-color: #e0e0e0;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff; }
    .contents-area section .table_info td {
      text-align: center;
      border-bottom: 1px solid #b5b5b5; }
      .contents-area section .table_info td:not(:first-of-type) {
        border-left: 1px solid #b5b5b5; }
    .contents-area section .table_info thead th {
      min-width: 54px;
      white-space: nowrap; }
    .contents-area section .table_info thead tr:first-of-type th {
      border-top: 1px solid #b5b5b5; }
    .contents-area section .table_info tbody th {
      text-align: left;
      white-space: nowrap; }
    .contents-area section .table_info tbody tr:last-of-type th {
      border-bottom-color: #b5b5b5; }

/**/
.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

em {
  font-weight: bold;
  font-style: normal; }

.inline-block {
  display: inline-block; }

sup {
  line-height: 0; }

/**/
.w0 {
  width: 0%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.flex-row {
  display: flex;
  column-gap: 10px;
  align-items: flex-start; }

.float-left img {
  float: left;
  margin-right: 10px; }

.table_scroll_x {
  overflow-x: auto; }
  .table_scroll_x + .list-note {
    margin-top: 10px; }

.image-caption-wrap {
  text-align: center;
  min-width: 100px;
  max-width: 225px;
  width: 100%; }
  .image-caption-wrap img {
    width: 70px;
    margin-bottom: 10px; }
  .image-caption-wrap + p {
    margin-left: 15px;
    align-self: center; }

.list-note {
  list-style: none; }
  .list-note.lang-zh-cn li {
    padding-left: 36px;
    text-indent: -36px; }
  .list-note.lang-zh-tw li {
    padding-left: 50px;
    text-indent: -50px; }
    .list-note.lang-zh-tw li.eng {
      margin-top: 0; }
  .list-note li + li {
    margin-top: 8px; }

@media screen and (max-width: 768px) {
  /*======================================================
  
  .contents-area
  
  ========================================================  */
  .contents-area {
    width: auto; }
    .contents-area .breadcrumb {
      margin-bottom: 15px; }
    .contents-area section .ind {
      padding-left: 12px; }
    .contents-area section .list-disc, .contents-area section .list-circle, .contents-area section .list-triangle {
      margin-left: 12px; }
      .contents-area section .list-disc li:before, .contents-area section .list-circle li:before, .contents-area section .list-triangle li:before {
        left: -12px; }
    .contents-area section .table_container {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .contents-area section .table_container table {
        width: 100%; }
    .contents-area section .table_safety-marks tr th.img_mark {
      min-width: 60px; }
      .contents-area section .table_safety-marks tr th.img_mark img {
        width: 100%; }
    .contents-area section .row {
      display: block; }
      .contents-area section .row.col-2 > .col-item, .contents-area section .row.col-3 > .col-item, .contents-area section .row.col-4 > .col-item {
        max-width: none; }
      .contents-area section .row > .col-item {
        margin-top: 30px; }
    .contents-area section .top-area {
      flex-direction: column; }
      .contents-area section .top-area h1 {
        font-size: 3.4rem; }
      .contents-area section .top-area .left {
        margin: 0 auto; }
        .contents-area section .top-area .left h1 {
          text-align: center; }
        .contents-area section .top-area .left .image {
          margin-bottom: 20px; }
        .contents-area section .top-area .left p {
          font-size: 1.4rem; }
      .contents-area section .top-area .right {
        margin: 0 auto;
        padding-top: 20px; }

  /**/
  .sp-w0 {
    width: 0%; }

  .sp-w5 {
    width: 5%; }

  .sp-w10 {
    width: 10%; }

  .sp-w15 {
    width: 15%; }

  .sp-w20 {
    width: 20%; }

  .sp-w25 {
    width: 25%; }

  .sp-w30 {
    width: 30%; }

  .sp-w35 {
    width: 35%; }

  .sp-w40 {
    width: 40%; }

  .sp-w45 {
    width: 45%; }

  .sp-w50 {
    width: 50%; }

  .sp-w55 {
    width: 55%; }

  .sp-w60 {
    width: 60%; }

  .sp-w65 {
    width: 65%; }

  .sp-w70 {
    width: 70%; }

  .sp-w75 {
    width: 75%; }

  .sp-w80 {
    width: 80%; }

  .sp-w85 {
    width: 85%; }

  .sp-w90 {
    width: 90%; }

  .sp-w95 {
    width: 95%; }

  .sp-w100 {
    width: 100%; }

  .image-caption-wrap {
    white-space: normal; } }
@media print {
  .contents-area {
    width: auto; } }
