﻿/*inquiryのindex専用CSS*/

@media screen and (min-width:768px) {

  #qaList li{
    list-style: none;
    display: inline;
    float: left;
    margin: 5px 5px 5px 0;
    padding: 0;
  }
  #qaList li.last{
    margin: 5px 0;
  }
  
  h3 {
    margin: 5px auto 20px;
    padding: 10px 20px;
    background-color: #ebebeb;
  }
  
  .col {
    display: inline;
    float: left;
    width: 400px;	
  }
  
  .number { 
    display: inline;
    float: left;
    width: 380px;
    margin: 0;
    padding: 5px 0;
  }
  
  .number dt,
  .number dd {
    float: left;
    margin: 0 10px 0 0;
  }
  
  .number dt {
    padding-top: 8px;
  }
  
  .number dd{ 
    padding: 0;
  }
  
  .number:first-child dd {
    font-size: 24px;
    font-weight: bold;
    color:#c00;
    line-height: 1.0;
  }
  
  .number:nth-child(2n)  dd{ 
    font-size: 24px;
  }
  
  .number dd span span {
    font-size: 30px;
    color: #28a7e1;
  }
  
  .col p {
    float: left;
  }
  
  #s2 .figure {
    width: 220px;
  }
  
  #s2 .figure p {
    font-size: 10px;
  }
  
  #boxNetshop {
    margin-bottom: 20px;
  }
  
  dl.tel dd{
    margin: 0 20px 0 0;
  }
  
  #makerList {
    width: 742px;
    margin: 1em 0 2.5em 1em;
  }
  
  #makerList h3 {
    width: 680px;
    margin: 5px 0 20px;
    padding: 10px 20px;
    background-color: #ebebeb;
  }
  
  #makerList h4 {
    position: relative;
    width: 715px;
    margin: 0 0 30px;
  }
  
  #makerList h4 img {
    height: 25px;
  }
  
  #makerList h4 span {
    position: absolute;
    top: 3px;
    left: 498px;
  }
  
  #makerList table.dataTL {
    width: 720px;
    margin: 0 0 30px;
  }
  
  #makerList table.dataTL th,
  #makerList table.dataTL td {
    padding: 8px;
    border: 1px solid #ccc;
  }
  
  #makerList table.dataTL th {
    width: 200px;
    font-weight: bold;
    background-color: #fafafa;
  }
  
  #makerList table.dataTL td {
    font-size: 12px;
  }
  
  #makerList table.dataTL td .linkTel {
    color: #be1f33;
    font-size: 1.4em;
    font-weight: bold;
  }
  
  
  }
  
  @media screen and (max-width:767px) {
  
  #qaList {
    margin-bottom: 0;
  }
  
  #qaList li {
    list-style-image: none;
    display: inline;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
  }
  
  #qaList li:nth-child(2n+1) {
    padding-right: 5px;
  }
  
  #qaList li:nth-child(2n+2) {
    padding-left: 5px;
  }
  
  #qaList li a {
    display: block;
  }
  
  #qaList img {
    width: 100%;
    margin: 0 0 16px;
  }
  
  .onePoint {
    margin: 0 0 14px;
    border-bottom: 1px solid #ccc;
  }
  
  .paragraph p:first-child {
    margin-bottom: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  
  h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  .number {
    margin-bottom: 0;
  }
  
  .number dt,
  .number dd {
    float: left;
    margin: 0 10px 0 0;
  }
  
  .number dt {
  }
  
  .number dd{ 
    padding: 0;
  }
  
  #makerList,
  #makerList p {
    margin: 0;
  }
  
  #makerList table.dataTL {
    width: 100%;
    margin: 0 0 9px;
    border: none;
  }
  
  .ie8 #makerList table.dataTL,
  .ie9 #makerList table.dataTL {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
  }
  
  #makerList table.dataTL tr {
    display: block;
    padding-bottom: 4px;
  }
  
  #makerList table.dataTL th,
  #makerList table.dataTL td {
    display: block;
    padding: 0 5px;
    text-align: left;
    border: none;
  }
  
  .ie8 #makerList table.dataTL th,
  .ie8 #makerList table.dataTL td,
  .ie9 #makerList table.dataTL th,
  .ie9 #makerList table.dataTL td {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  
  #makerList table.dataTL th {
    font-weight: bold;
    background: none;
  }
  
  .ie8 #makerList table.dataTL th,
  .ie9 #makerList table.dataTL th {
    width: 40%;/*IE8 9*/
    background: #f0f0f0;
  }
  
  .ie8 #makerList table.dataTL td,
  .ie9 #makerList table.dataTL td {
    width: 60%;/*IE8 9*/
  }
  
  #makerList h3 {
    margin: 0 0 17px;
    padding: 4px 5px;
    background-color: #ebebeb;
  }
  
  #makerList h4 {
    margin-bottom: 10px;
  }
  
  #makerList h4 img {
    height: 20px;
  }
  
  #makerList h4 span {
    display: inline-block;
    float: right;
    padding-top: 1.6%;
    padding-left: 5px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
  }
  
  /* SP clearfix
  ----------------------------------------------------------------------------------------------------*/
  #qaList, .number, #makerList p:first-child span {
    zoom: 1;/*for IE 5.5-7*/
  }
  
  #qaList:after, .number:after, #makerList p:first-child span:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
  }
  
  
  }
  
  
  
  
  
  /*20250722追加　inquiryのindex専用CSS*/
  @media screen and (min-width:768px) {
  .inquiry__top .titleSub {
      margin-bottom: 30px;
  }
  
  .inquiry__top .section {
      margin-bottom: 80px;
      padding-bottom: 0;
  }
  
  .inquiry__top h2 {
      margin: 0 0 12px;
      font-size: 2.2rem;
      color: #303030;
      font-weight: 600;
      letter-spacing: -0.02rem;
  }
  
  .inquiry__top p {
      margin: 0 0 8px;
      font-size:1.4rem;
      line-height: 1.6;
      color: #303030;
      font-weight: 500;
      letter-spacing: 0;
  }
  
  .inquiry__top p.txt-lv1 {
      font-size:1.6rem;
  }
  
  .top__faq-cont h2{
    min-height:28px;
    padding-left:34px;
    margin-bottom:20px;
    background: url(/inquiry/images/ic-faq.svg) 1px center no-repeat;
    background-size: 26px;
  }

  .top__faq-cont .flexbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
  }

  
  .flexbox .half__size-cont {
    width: 50%;
    margin:0;
  }

  .top__faq-cont .flexbox .btn-basestyle.rounded{
    width: 100%;
    max-width: 362px;
    margin:0 auto;
    left:-1px;
}

.top__faq-cont h3 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 25px;
    background: none;
    color: #303030;
    font-size: 1.6rem;
    display: flex;
    justify-content:center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}
  
  .inquiry__top ul#qaList{
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
  }
  
  .inquiry__top #qaList,
  .inquiry__top #qaList *{
    box-sizing:border-box;
  }
  
  .inquiry__top #qaList li{
    width: 50%;
    max-width: 340px;
    height: 100px;
    margin: 12px;
    background: #FFF;
    border-radius: 10px;
    border: solid 2px #D80B24;
    display: block;
  }
  
  .inquiry__top #qaList li a{
    width: 100%;
    height: 100%;
    padding: 0 24px;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    FONT-WEIGHT: 600;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(/inquiry/images/angle-right-regular.png) right 18px center no-repeat;
    background-size: 14px;
    position: relative;
    cursor: pointer;
    transition:.3s;
  }
  
  .top__search-cont h2{
    min-height:28px;
    padding-left:34px;
    margin-bottom:20px;
    background: url(/inquiry/images/ic-search.svg) 1px center no-repeat;
    background-size: 26px;
  }

  .top__search-cont .flexbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
  }
  
  .top__search-cont .search__bnr-cont{
    width:50%;
    max-width: 362px;
    margin: 0 auto 15px;
    height: 80px;
    background: #fff;
    border: solid 1px #666;
    border-radius: 5px;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
  }
  
  .top__search-cont .search__bnr-cont.mario{
    background: url(/inquiry/images/bnr_img01.png) 10px center no-repeat;
    background-size:80px;
  }
  
  .top__search-cont .search__bnr-cont.apple{
    background: url(/inquiry/images/bnr_img02.png) 10px center no-repeat #231815;
    background-size:106px;
  }

  .top__search-cont .search__bnr-cont a{
    width:100%;
    height:100%;
    padding-left: 100px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing:0;
    color: #303030;
    text-decoration:none;
    text-align: center;
    position:relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
    background: url(/inquiry/images/angle-right-regular_blk.png) right 8px center no-repeat;
    background-size: 14px;
  }
  
  .top__search-cont .search__bnr-cont.mario a{
      letter-spacing: -.5px;
  }
  
  .top__search-cont .search__bnr-cont.apple a{
    padding-left: 120px;
    color: #FFF;
    background: url(/inquiry/images/angle-right-regular_wh.png) right 8px center no-repeat;
    background-size: 14px;
  }
  
  .top__mailform-cont h2{
    min-height: 26px;
    padding-left:34px;
    margin-bottom:20px;
    background: url(/inquiry/images/ic-mail.svg) 1px center no-repeat;
    background-size: 28px;
  }
    
  .top__mailform-cont .paragraph{
    padding: 20px 0;
    margin: 0 0 15px;
    background: #f5f5f5;
  }
  
  .inquiry__top .btn-basestyle.rounded {
      width: 73.35127860026918%;
      max-width: 545px;
      height: 60px;
      margin: 0 auto 15px;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing:0;
      color: #303030;
    text-decoration:none;
      text-align: center;
      display: block;
      background: #fff;
      border: solid 1px #3D3333;
      border-radius: 5px;
      position:relative;
        background: url(/inquiry/images/angle-right-regular_blk.png) right 8px center no-repeat;
        background-size: 14px;
  }
  
  .inquiry__top .btn-basestyle.rounded:last-child {
      margin: 0 auto 0;
  }
  
  /*.inquiry__top .btn-basestyle.rounded::before {
      content: "";
      width: 8px;
      height: 8px;
      margin: auto 0;
      border-top: #000 1px solid;
      border-left: #000 1px solid;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 22.018348623853214%;
      display: block;
      transform: rotate(135deg);
      z-index: 1;
  }*/
  
  .top__mailform-cont .paragraph h3 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
      color: #303030;
      font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  
  .top__telephone-cont h2{
    min-height:28px;
    padding-left:34px;
    margin-bottom:20px;
    background: url(/inquiry/images/ic-phone.svg) 1px center no-repeat;
    background-size: 25px;
  }
    
  .top__telephone-cont,
  .top__telephone-cont *{
    box-sizing:border-box;
  }
    
  .top__telephone-cont .paragraph {
    width:100%;
    padding:0;
    margin:0 auto;
  }
  
  #s2 .top__telephone-cont .flexbox{
    width: calc(100% + 20px);
    margin: 20px -10px 0;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  
  #s2 .top__telephone-cont .flexbox .onePoint{
    width: 50%;
    max-width: 365px;
    margin: 0 10px 20px;
    padding: 20px 25px 15px;
    border:solid 1px #d0d0d0;
    border-radius:0;
  }
  
  .top__telephone-cont h3 {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 1.6rem;
    color: #000;
    background: none;
  }
  
  .top__telephone-cont .onePoint p {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 1.4rem;
    color: #000;
    background: none;
  }
  
  .top__telephone-cont .onePoint .number{
    width: 100%;
    padding:0;
    margin: 0 0 10px;
    float: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  
  .top__telephone-cont .onePoint .number dt,
  .top__telephone-cont .onePoint .number dd {
    float: none;
    margin: 0;
  }
  
  .top__telephone-cont .onePoint .number dt {
    width: 5em;
    padding:0;
    font-size:1.4rem;
    font-weight:500;
  }
    
  .top__telephone-cont .onePoint .number:first-child dd {
    margin: 0;
    padding: 0;
    font-size:1.4rem;
    font-weight:500;
    color: #3D3333;
  }
  
  .top__telephone-cont .onePoint .number:nth-child(2n) dd{ 
    font-size: 1.4rem;
    font-weight:500;
  }
    
  .top__telephone-cont .onePoint .number small{ 
    font-size: 1.2rem;
  }
  
  #s2 .top__telephone-cont .flexbox .onePoint.cont__width-full{
      max-width: unset;
      width: 100%;
      margin-bottom: 25px;
  }
    
  .top__telephone-cont hr{
    width: 100%;
    margin: 15px 0;
  }
  }
  
  
  @media screen and (max-width:767px) {
  .inquiry__top .titleSub {
      margin-bottom: 30px;
  }
  
  .inquiry__top .section {
      margin-bottom: 60px;
      padding: 0 15px;
  }
  
  .inquiry__top h2 {
      margin: 0 0 12px;
      font-size: 1.8rem;
      color: #303030;
      font-weight: 600;
      letter-spacing: -0.02rem;
  }
  
  .inquiry__top p {
      margin: 0 0 8px;
      font-size:1.4rem;
      line-height: 1.6;
      color: #303030;
      font-weight: 500;
      letter-spacing: 0;
  }
  
  .inquiry__top p.txt-lv1 {
      font-size:1.6rem;
      margin: 0;
      border: none;
  }
  
  .top__faq-cont h2{
    min-height: 26px;
    padding-left: 31px;
    margin-bottom: 7px;
    background: url(/inquiry/images/ic-faq.svg) 1px center no-repeat;
    background-size: 24px;
  }

  .top__faq-cont .flexbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
  }

  .flexbox .half__size-cont,
 .top__faq-cont .flexbox .btn-basestyle.rounded{
    width: 100%;
  }

.top__faq-cont h3 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
    color: #303030;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
  
  .inquiry__top ul#qaList{
    margin: 20px auto 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
  }
  
  .inquiry__top #qaList,
  .inquiry__top #qaList *{
    box-sizing:border-box;
  }
  
  .inquiry__top #qaList li{
    width: calc(100% - 24px);
    max-width: 363px;
    height: 80px;
    margin: 0 12px 15px;
    background: #FFF;
    border-radius: 10px;
    border: solid 2px #D80B24;
    display: block;
  }
  
  .inquiry__top #qaList li a{
    width: 100%;
    height: 100%;
    padding: 0 24px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    FONT-WEIGHT: 600;
    color: #000;
    text-decoration: none;
    text-align:left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(/inquiry/images/angle-right-regular.png) right 18px center no-repeat;
    background-size: 14px;
    position: relative;
    cursor: pointer;
    transition:.3s;
  }
  
  .top__search-cont h2{
    min-height: 25px;
    padding-left: 31px;
    margin-bottom: 15px;
    background: url(/inquiry/images/ic-search.svg) 1px center no-repeat;
    background-size: 24px;
  }
    
  .top__search-cont .flexbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
  }
  
  .top__search-cont .search__bnr-cont{
    width: 100%;
    max-width: 362px;
    margin: 0 auto 15px;
    height: 80px;
    background: #fff;
    border: solid 1px #666;
    border-radius: 5px;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
  }
  
  .top__search-cont .search__bnr-cont.mario{
    background: url(/inquiry/images/bnr_img01.png) 10px center no-repeat;
    background-size:80px;
  }
  
  .top__search-cont .search__bnr-cont.apple{
    background: url(/inquiry/images/bnr_img02.png) 10px center no-repeat #231815;
    background-size:106px;
  }
    
  .top__search-cont .search__bnr-cont a{
    width:100%;
    height:100%;
    padding-left: 100px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing:0;
    color: #303030;
    text-decoration:none;
    text-align: center;
    position:relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
    background: url(/inquiry/images/angle-right-regular_blk.png) right 10px center no-repeat;
    background-size: 14px;
  }
  
  .top__search-cont .search__bnr-cont.mario a{
      letter-spacing: -.5px;
  }
  
  .top__search-cont .search__bnr-cont.apple a{
    padding-left: 120px;
    color: #FFF;
    background: url(/inquiry/images/angle-right-regular_wh.png) right 10px center no-repeat;
    background-size: 14px;
  }
  
  .top__mailform-cont h2{
    min-height: 24px;
    padding-left: 32px;
    margin-bottom: 10px;
    background: url(/inquiry/images/ic-mail.svg) 1px center no-repeat;
    background-size: 26px;
  }
    
  .top__mailform-cont .paragraph{
    padding: 20px 0;
    margin: 0 -15px 15px;
    background: #f5f5f5;
  }
  
  .inquiry__top .btn-basestyle.rounded {
      width: calc(100% - 30px);
      max-width: 363px;
      height: 60px;
      margin: 0 auto 15px;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing:0;
      color: #303030;
      text-decoration:none;
      text-align: center;
      display: block;
      background: url(/inquiry/images/angle-right-regular_blk.png) right 10px center no-repeat #FFF;
      background-size: 14px;
      border: solid 1px #3D3333;
      border-radius: 5px;
      position:relative;
  }
  
  .inquiry__top .btn-basestyle.rounded:last-child {
      margin: 0 auto 0;
  }
  
  .top__mailform-cont .paragraph h3 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
      color: #303030;
      font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  
  .top__telephone-cont h2{
    min-height:28px;
    padding-left:34px;
    margin-bottom: 8px;
    background: url(/inquiry/images/ic-phone.svg) 1px center no-repeat;
    background-size: 25px;
  }
    
  .top__telephone-cont,
  .top__telephone-cont *{
    box-sizing:border-box;
  }
    
  .top__telephone-cont .paragraph {
    width:100%;
    padding:0;
    margin:0 auto;
  }
  
  #s2 .top__telephone-cont .flexbox{
    width: calc(100% + 20px);
    margin: 20px -10px 0;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  
  #s2 .top__telephone-cont .flexbox .onePoint{
    width: calc(100% - 20px);
    /* max-width: 362px; */
    margin: 0 10px 15px;
    padding: 20px 25px 15px;
    border:solid 1px #d0d0d0;
    border-radius:0;
  }
  
  .top__telephone-cont h3 {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: -0.1px;
    color: #000;
    background: none;
  }
  
  .top__telephone-cont .onePoint p {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 1.4rem;
    color: #000;
    background: none;
  }
  
  .top__telephone-cont .onePoint .number{
    width: 100%;
    padding:0;
    margin: 0 0 5px;
    float: none;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
  }
  
  .top__telephone-cont .onePoint .number dt,
  .top__telephone-cont .onePoint .number dd {
    float: none;
    margin: 0;
  }
  
  .top__telephone-cont .onePoint .number dt {
    width: 5em;
    padding:0;
    font-size:1.4rem;
    font-weight:500;
  }
    
  .top__telephone-cont .onePoint .number:first-child dd {
    margin: 0;
    padding: 0;
    font-size:1.4rem;
    font-weight: 500;
    color: #3D3333;
    line-height: 1.4;
  }
  
  .top__telephone-cont .onePoint .number:nth-child(2n) dd{ 
    font-size: 1.4rem;
    font-weight: 500;
  }
    
  .top__telephone-cont .onePoint .number small{ 
    font-size: 1.2rem;
  }
  
  #s2 .top__telephone-cont .flexbox .onePoint.cont__width-full{
      margin-bottom: 25px;
  }
    
  .top__telephone-cont hr{
    width: 100%;
    margin: 15px 0;
  }
  }
  
  /*20251222*/
  table.kcom-schedule-table {
      width: 100%;
      padding: 5px;
      border: 1px solid #ddd;
  }
  table.kcom-schedule-table th {
      padding: 3px 8px;
      background:#f9f9f9;
      border: 1px solid #ddd;
  }
  table.kcom-schedule-table td {
      padding:3px 8px;
      border-bottom: 1px solid #ddd;
  }
  .top__telephone-cont .onePoint .number dd ul{
      margin: -5px 0 0;
      line-height:1.5;
  }
  .top__telephone-cont h3 a{
      color:#000;
  }