/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .pagetitle {
    height: 250px;
    background-image: url("../images/index_pagetitle.jpg");
  }
  .contents_head h2 {
    font-size: 2.2rem;
  }
  .section {
    padding-bottom: 50px;
    font-size: 1.8rem;
  }
  .section .section_title {
    border-top: solid 2px #70969d;
    border-bottom: solid 2px #70969d;
    font-size: 2.2rem;
    color: #004350;
    line-height: 1;
    padding: 25px 0;
    margin-bottom: 53px;
  }
  .section .section_title span {
    display: block;
    width: 954px;
    margin: auto;
  }
  .section .att,
  .section mark {
    color: #e60014;
    background-color: transparent;
  }
  .section .note {
    margin-top: 85px;
  }
  .section a:hover {
    opacity: .7;
  }
  .price_contents .table th:nth-child(2), .price_contents .table td:nth-child(2) {
    padding-left: 20px;
  }
  .price_contents .table .name {
    width: 370px;
  }
  .price_contents .table .sp_txt1{
    font-size:1.2rem;
  }
  .price_contents .table .dB{
    display:block;
  }
  .price_contents .lede_section {
    padding: 50px 0 65px;
  }
  .price_contents .lede_section .attention {
    margin: 25px 0 60px;
  }
  .price_contents .lede_section .attention dt {
    color: #004350;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 2.2rem;
  }
  .price_contents .lede_section .navigation_links {
    display: table;
    width: 100%;
  }
  .price_contents .lede_section .navigation_links > * {
    display: table-cell;
    vertical-align: middle;
  }
  .price_contents .lede_section .navigation_links li a {
    padding: 0 30px 0 0;
    background: url("/common/images/bullet_bottom_tone01.png") no-repeat right center;
    -moz-background-size: 20px auto;
         background-size: 20px auto;
  }
  .price_contents .lede_section .navigation_links li:first-child {
    text-align: left;
  }
  .price_contents .lede_section .navigation_links li:last-child {
    text-align: right;
  }
  .price_contents .price3 {
    padding-bottom: 86px;
  }
  .list_contents .section {
    padding: 50px 0 90px;
  }
  .list_contents .section .btn {
    margin-top: 65px;
    text-align: right;
  }
  .list_contents .table th, .list_contents .table td {
    font-size: 1.7rem;
    text-align: center;
  }
  .list_contents .table th {
    padding-left: 0;
    padding-right: 0;
  }
  .list_contents .table th:nth-child(1) {
    text-align: left;
    padding-left: 15px;
  }
  .list_contents .table td {
    padding: 0 10px;
  }
  .list_contents .table .name {
    width: 250px;
    text-align: left;
  }
  .mm_list .table th:last-child, .mm_list .table td:last-child {
    width: 195px;
  }

  .note_b {
    font-size: 1.7rem;
  }

  .annotxt {
    padding-top:40px;
  }

}

@media screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/index_pagetitle.jpg");
  }
  .section {
    padding-bottom: 50px;
    font-size: 1.3rem;
  }
  .section .section_title {
    border-top: solid 2px #70969d;
    border-bottom: solid 2px #70969d;
    font-size: 1.4rem;
    color: #004350;
    line-height: 1;
    padding: 14px 15px;
    margin-bottom: 20px;
  }
  .section .section_title span {
    display: block;
    margin: auto;
  }
  .section .att,
  .section mark {
    color: #e60014;
    background-color: transparent;
  }
  .section .note {
    margin-top: 25px;
  }
  .section a:hover {
    opacity: .7;
  }
  .price_contents .lede_section {
    padding: 25px 0 40px;
  }
  .price_contents .lede_section .attention {
    margin: 25px 0 40px;
  }
  .price_contents .lede_section .attention dt {
    color: #004350;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .price_contents .lede_section .navigation_links li + li {
    margin-top: 10px;
  }
  .price_contents .lede_section .navigation_links li a {
    padding: 0 22px 0 0;
    background: url("/common/images/bullet_bottom_tone01.png") no-repeat right center;
    -moz-background-size: 15px auto;
         background-size: 15px auto;
  }
  .price_contents .price3 {
    padding-bottom: 86px;
  }
  .list_contents .section {
    padding: 20px 0 40px;
  }
  .list_contents .section .btn {
    margin-top: 35px;
    text-align: right;
  }
  .list_contents .table th, .list_contents .table td {
    text-align: center;
  }
  .list_contents .table th {
    padding-left: 0;
    padding-right: 0;
  }
  .list_contents .table th:nth-child(1) {
    text-align: left;
    padding-left: 15px;
  }
  .list_contents .table .name {
    width: 250px;
    text-align: left;
  }

  .note_b {
    font-size: 1.3rem;
  }

  .annotxt {
    padding-top:25px;
  }
  .price_contents .table .sp_txt1{
    font-size:0.8rem;
  }
  .price_contents .table .dB{
    display:block;
  }


}
.product-price dl{display:flex;justify-content: space-between;align-items: center;}
.product-price dl dt{padding:0 10px 0 0;}