@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * about.scss
 */
#about {
  /* #header */
  /* PC
  --------------------------------------------------*/
  /* layout */
  /* #passportArea */
  /* #buyArea */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#about .gNav > ul > li.about a,
#about .gNav > ul > li.about .label {
  border-bottom-color: #ffe73f;
}
#about .section .body {
  max-width: 880px;
  margin: 0 auto;
}
#about .section .lead {
  font-size: 22px;
  line-height: 1.46;
  text-align: center;
}
#about .section .note {
  font-size: 13px;
  line-height: 1.77;
}
#about .section .note > li {
  padding-left: 1em;
}
#about .section .note > li:before {
  content: '*';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#about #passportArea .image {
  margin-top: 60px;
  text-align: center;
}
#about #passportArea .image img {
  max-width: 100%;
  height: auto;
}
#about #passportArea .price {
  width: 100%;
  margin: 60px 0 15px;
}
#about #passportArea .price th,
#about #passportArea .price td {
  padding: 15px 0;
  border-bottom: #dcdcdc solid 1px;
  vertical-align: middle;
}
#about #passportArea .price thead th {
  padding-top: 0;
  text-align: center;
  white-space: nowrap;
}
#about #passportArea .price tbody th {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
#about #passportArea .price tbody th br {
  display: none;
}
#about #passportArea .price tbody td {
  text-align: center;
  white-space: nowrap;
}
#about #passportArea .benefit {
  margin-top: 30px;
}
#about #passportArea .benefit dt {
  margin-bottom: 10px;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}
#about #passportArea .benefit dd ul > li {
  padding-left: 1em;
}
#about #passportArea .benefit dd ul > li:before {
  content: '・';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#about #passportArea .benefit dd .btn02 {
  margin-top: 20px;
  text-align: left;
}
#about #buyArea .buy {
  margin: 60px 0 15px;
}
#about #buyArea .buy dt {
  margin: 35px 0 15px;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}
#about #buyArea .buy dt:first-child {
  margin-top: 0;
}
#about #buyArea .buy dd .list {
  zoom: 1;
}
#about #buyArea .buy dd .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#about #buyArea .buy dd .list li.btn02 {
  float: left;
  padding: 5px 15px 5px 0;
  text-align: left;
}
#about #buyArea .buy dd .shop {
  width: 100%;
  border-top: #dcdcdc solid 1px;
}
#about #buyArea .buy dd .shop th,
#about #buyArea .buy dd .shop td {
  padding: 15px 0;
  border-bottom: #dcdcdc solid 1px;
}
#about #buyArea .buy dd .shop th {
  width: 28%;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #about {
    /* layout */
    /* #passportArea */
    /* #buyArea */
  }
  #about .section .body {
    font-size: 17px;
    line-height: 1.42;
  }
  #about .section .lead {
    font-size: 17px;
    line-height: 1.42;
    text-align: left;
  }
  #about .section .note {
    font-size: 12px;
    line-height: 1.75;
  }
  #about #passportArea .image {
    margin-top: 40px;
  }
  #about #passportArea .price {
    margin: 30px 0 10px;
  }
  #about #passportArea .price th {
    font-size: 10px;
    letter-spacing: 0;
  }
  #about #passportArea .price tbody th br {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  #about #passportArea .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #about #passportArea .benefit {
    margin-top: 20px;
  }
  #about #passportArea .benefit dt {
    margin-bottom: 5px;
  }
  #about #passportArea .benefit dd .btn02 {
    margin-top: 10px;
  }
  #about #buyArea .buy {
    margin: 20px 0 10px;
  }
  #about #buyArea .buy dt {
    margin: 20px 0 10px;
  }
  #about #buyArea .buy dd .list {
    zoom: 1;
  }
  #about #buyArea .buy dd .list:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  #about #buyArea .buy dd .list li.btn02 {
    float: left;
    padding-right: 15px;
  }
  #about #buyArea .buy dd .shop th {
    width: 5.5em;
  }
}
