/* Top CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  @keyframes kv_ribon {
    0% {
      width: 0;
    }
    100% {
      width: 2190px;
    }
  }
  #pankuzu {
    margin-bottom: 80px;
  }
  #pankuzu ul {
    display: flex;
    justify-content: flex-start;
  }
  #pankuzu ul li {
    position: relative;
    padding-right: 15px;
    margin-right: 13px;
    font-size: 1.2rem;
  }
  #pankuzu ul li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg);
  }
  #pankuzu ul li:last-child::after {
    display: none;
  }
  #pankuzu .desc_link {
    color: #28b9f3;
    border-bottom: 1px solid #28b9f3;
  }
  #pankuzu .desc_link:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  #contents.cont_wrap .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  #main_content {
    width: 1000px;
  }
  #main_content h2 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #28b9f3;
  }
  #main_content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #28b9f3;
  }
  #main_content p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  #main_content p.list span {
    padding-left: 1.4em;
  }
  #main_content table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }
  #main_content table tr th {
    padding: 20px 25px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 0;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }
  #main_content table tr td {
    padding: 20px 25px;
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: 0;
    text-align: left;
    border: 1px solid #cccccc;
  }
  #main_content table tr td .mb {
    margin-bottom: 10px;
  }
  #main_content table tr td .mbd {
    margin-bottom: 20px;
  }
  #main_content table tr td .space_l {
    padding-left: 18px;
    text-indent: -18px;
  }
  #main_content table tr td .important {
    color: #28b9f3;
  }
  #main_content .block {
    margin-bottom: 20px;
  }
  #main_content .privacy_policy .txt_r {
    text-align: right;
  }
  #main_content .privacy_policy .inquiry_table th {
    width: 170px;
  }
  #main_content .regarding_use {
    margin-top: 100px;
  }
  #main_content .regarding_use .compinfo_table th {
    width: 213px;
  }
  #main_content .regarding_use .procedure_table th {
    width: 180px;
  }
  #main_content .regarding_use .group_table th {
    width: 282px;
  }
  #main_content .handling {
    margin-top: 100px;
  }
  #main_content .handling .counter_table th {
    width: 214px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  @keyframes kv_ribon {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  #contents {
    margin-top: 6.66667vw;
    padding-bottom: 20vw;
  }
  #contents.cont_wrap .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  #main_content {
    width: 100%;
  }
  #main_content h2 {
    margin-bottom: 8vw;
    padding: 2.66667vw 0;
    font-size: 5.33333vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #28b9f3;
  }
  #main_content h3 {
    margin-top: 4vw;
    margin-bottom: 1.33333vw;
    font-size: 4.53333vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #28b9f3;
  }
  #main_content p {
    font-size: 3.73333vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  #main_content table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }
  #main_content table tr th {
    display: block;
    width: 100%;
    padding: 4.66667vw 4.66667vw;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 0;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-bottom: none;
  }
  #main_content table tr td {
    display: block;
    width: 100%;
    padding: 4.66667vw 4.66667vw;
    font-size: 3.73333vw;
    line-height: 1.56;
    letter-spacing: 0;
    text-align: left;
    border: 1px solid #cccccc;
    border-bottom: none;
  }
  #main_content table tr td .mb {
    margin-bottom: 1.33333vw;
  }
  #main_content table tr td .mbd {
    margin-bottom: 2.66667vw;
  }
  #main_content table tr td .space_l {
    padding-left: 2.4vw;
    text-indent: -2.4vw;
  }
  #main_content table tr td .important {
    color: #28b9f3;
  }
  #main_content table tr:last-child {
    border-bottom: 1px solid #cccccc;
  }
  #main_content .block {
    margin-bottom: 2.66667vw;
  }
  #main_content .privacy_policy .txt_r {
    text-align: right;
  }
  #main_content .regarding_use {
    margin-top: 13.33333vw;
  }
  #main_content .handling {
    margin-top: 13.33333vw;
  }
}
