@charset "UTF-8";
@media screen and (min-width: 769px) {
  /**************************************
  #aboutSection
  **************************************/
  #aboutSection {
    padding-bottom: 140px;
  }

  #aboutSection .csMainTTL {
    display: block;
    width: 100%;
    max-width: 1200px;
    padding: 100px 0 40px;
    margin: 0 auto;
  }

  #aboutSection .csMainTTL > img {
    display: block;
    max-width: 100%;
    margin: 0;
  }

  /**************************************
  csNav
  **************************************/
  #aboutSection .csNav {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }

  #aboutSection .csNav:nth-last-child(1) {
    padding: 60px 0 0;
  }

  #aboutSection .csNav > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .csNav > ul > li {
    display: block;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }

  #aboutSection .csNav > ul > li:nth-last-of-type(1) {
    margin-right: 0;
  }

  #aboutSection .csNav > ul > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    background: url("../../img/common/icon_arrow_narrow_right_black.svg") calc(100% - 20px) center no-repeat #f0f0f0;
    background-size: 10px auto;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  #aboutSection .csNav > ul > li > a:hover {
    opacity: .6;
  }

  /**************************************
  cs top
  **************************************/
  #aboutSection .csVisual {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
  }

  #aboutSection .csVisual img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .csLedeBox {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 700;
  }

  /**************************************
  csVoiceList
  **************************************/
  #aboutSection .csVoiceList {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  #aboutSection .csVoiceList > .csVoiceBox {
    display: block;
    padding: 20px 30px;
    margin-bottom: 76px;
    border-radius: 10px;
    background: #F0F0F0;
    position: relative;
  }

  #aboutSection .csVoiceList > .csVoiceBox:nth-last-child(1) {
    margin-bottom: 56px;
  }

  #aboutSection .csVoiceList > .csVoiceBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 56px;
    background: url("../../img/about/cs/voice_footer.png") 0 0 no-repeat;
    background-size: auto 56px;
    position: absolute;
    left: 140px;
    bottom: -56px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #333333;
    margin-bottom: 10px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > h2 > span {
    display: block;
    font-weight: 700;
    background: #fffff;
    font-size: 2.0rem;
    line-height: 1;
  }

  #aboutSection .csVoiceList > .csVoiceBox > h2 > em {
    display: block;
    padding: 2px 10px;
    margin: 0 0 0 10px;
    border-radius: 12px;
    background: #EF8A9D;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li {
    display: block;
    border-top: dotted 1px #CCCCCC;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li > a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 20px 0;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li dl {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li dl > dt {
    display: block;
    width: 120px;
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 10px;
    margin-right: 20px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li dl > dd {
    width: calc(100% - 140px);
    text-align: left;
    line-height: 1.4;
  }

  /**************************************
  greeting
  **************************************/
  #aboutSection .greetingTTL {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  #aboutSection .greetingTTL img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #aboutSection .greetingMsgBox {
    display: block;
    max-width: 960px;
    margin: 0 auto 40px;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
  }

  #aboutSection .greetingMsgBox .mb1em {
    margin-bottom: 1em;
  }

  /**************************************
  promise
  **************************************/
  #aboutSection .promiseTTL {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 20px;
    padding-bottom: 1px;
    border-bottom: 1px solid #5a5a5a;
  }

  #aboutSection .promiseTTL > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .promiseSubTTL {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  #aboutSection .promiseSubTTL > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .csFlow {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  #aboutSection .csFlow > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .promiseLede {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 840px;
    padding: 20px 0 40px;
    margin: 0 auto;
  }

  #aboutSection .promiseLede > figure {
    display: block;
    width: 192px;
  }

  #aboutSection .promiseLede > figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .promiseLede > p {
    display: block;
    width: calc(100% - 192px);
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #009966;
    font-weight: 700;
    text-indent: 0.5em;
  }

  #aboutSection .csMembersSection {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 80px;
  }

  #aboutSection .csMembersSection .memberImg {
    display: block;
    width: 100%;
  }

  #aboutSection .csMembersSection .memberImg img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .csMembersSection .memberText {
    display: none;
  }

  #aboutSection .promiseSection {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  #aboutSection .promiseSection > p + p {
    padding-top: 40px;
  }

  #aboutSection .promiseSection > p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  /**************************************
  voice
  **************************************/
  #aboutSection .voiceTTL {
    display: block;
    width: 100%;
    max-width: 960px;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin: 0 auto 30px;
  }

  #aboutSection .voiceTTL > span {
    font-size: 2.4rem;
  }

  #aboutSection .voiceContents {
    display: block;
    width: 100%;
    max-width: 960px;
    padding: 40px 20px 0;
    border: 20px solid #F0F0F0;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .voiceTTLArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 40px 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
  }

  #aboutSection .voiceContents .voiceTTLArea.blue {
    background-image: url("../../img/about/cs/voice/bg_voice_fukidashi_blue.jpg");
  }

  #aboutSection .voiceContents .voiceTTLArea.red {
    background-image: url("../../img/about/cs/voice/bg_voice_fukidashi_red.jpg");
  }

  #aboutSection .voiceContents .voiceTTLArea.orange {
    background-image: url("../../img/about/cs/voice/bg_voice_fukidashi_orange.jpg");
  }

  #aboutSection .voiceContents .voiceTTLArea > .voiceNum {
    display: block;
    min-width: 150px;
    padding: 10px 10px;
    margin-right: 20px;
    font-size: 1.8rem;
    background: #363636;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 30px;
    top: -10px;
  }

  #aboutSection .voiceContents dl.answer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 860px;
    margin: 0 auto;
  }

  #aboutSection .voiceContents dl.answer > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 126px;
    height: 108px;
    margin-right: 15px;
    padding-top: 2px;
    padding-right: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  #aboutSection .voiceContents dl.answer > dt.blue {
    background-image: url("../../img/about/cs/voice/icon_answer_blue.jpg");
  }

  #aboutSection .voiceContents dl.answer > dt.red {
    background-image: url("../../img/about/cs/voice/icon_answer_red.jpg");
  }

  #aboutSection .voiceContents dl.answer > dt.orange {
    background-image: url("../../img/about/cs/voice/icon_answer_orange.jpg");
  }

  #aboutSection .voiceContents dl.answer > dt > span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    transform-origin: 50% 50%;
  }

  #aboutSection .voiceContents dl.answer > dd {
    display: block;
    max-width: calc(100% - 141px);
    text-align: left;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
  }

  #aboutSection .voiceContents dl.answer > dd.blue {
    color: #26a7e0;
  }

  #aboutSection .voiceContents dl.answer > dd.red {
    color: #ef7987;
  }

  #aboutSection .voiceContents dl.answer > dd.orange {
    color: #ff9900;
  }

  #aboutSection .voiceContents .person {
    display: block;
    max-width: 500px;
    margin: 20px auto 30px;
  }

  #aboutSection .voiceContents .person img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .text {
    display: block;
    max-width: 860px;
    padding: 0 10px;
    margin: 0 auto 30px;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  #aboutSection .voiceContents .text strong {
    color: #FF0000;
    font-weight: 700;
  }

  #aboutSection .voiceContents .img {
    display: block;
    max-width: 860px;
    padding: 10px 0 10px;
    margin: 0 auto 30px;
  }

  #aboutSection .voiceContents .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .voicePointList {
    display: block;
    max-width: 860px;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .voicePointList > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  #aboutSection .voiceContents .voicePointList > dl:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #aboutSection .voiceContents .voicePointList > dl > dt {
    font-weight: 700;
    color: #ED7986;
    white-space: nowrap;
  }

  #aboutSection .voiceContents .voicePointList > dl > dd {
    padding-left: 20px;
  }

  #aboutSection .voiceBtn {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 20px 0 20px;
  }

  #aboutSection .voiceBtn > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    background: #333333;
    border-radius: 4px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  #aboutSection .voiceBtn > a > em {
    width: 12px;
    margin-right: 10px;
  }

  #aboutSection .voiceBtn > a > em > img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .voiceBtn > a:hover {
    opacity: .6;
  }

  #aboutSection .voiceBtn.green > a {
    background: #009999;
  }

  #aboutSection .voiceBtn.orange > a {
    background: #f39801;
  }

  #aboutSection .voiceContents .csVoiceList {
    padding: 40px 0 0;
  }

  /**************************************
  storeinfo
  **************************************/
  #aboutSection .storeAnchor {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #eeeeee;
  }

  #aboutSection .storeAnchor > ul {
    display: -webkit- inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .storeAnchor > ul > li {
    font-weight: 700;
    margin-right: 40px;
  }

  #aboutSection .storeServiceSection > .subTTL {
    padding-bottom: 30px;
  }

  #aboutSection .serviceThreeC {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
  }

  #aboutSection .serviceThreeC:nth-last-child(1) {
    margin-bottom: 0;
  }

  #aboutSection .serviceThreeC .caution {
    padding-top: 20px;
    text-align: right;
    font-size: 1.2rem;
  }

  #aboutSection .serviceThreeC > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .serviceThreeC > ul > li {
    display: block;
    width: 30.83333333333333%;
    margin-right: 3.75%;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
  }

  #aboutSection .serviceThreeC > ul > li > span > span {
    font-size: 1.4rem;
  }

  #aboutSection .serviceThreeC > ul > li:nth-of-type(3n) {
    margin-right: 0;
  }

  #aboutSection .serviceThreeC > ul > li:nth-of-type(n + 4) {
    margin-top: 50px;
  }

  #aboutSection .serviceThreeC > ul > li figure {
    display: block;
    margin-bottom: 10px;
  }

  #aboutSection .serviceThreeC > ul > li figure > img {
    display: block;
    width: 100%;
    height: auto;
  }

  /*serviceBanner*/
  #aboutSection .serviceBanner {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
  }

  #aboutSection .serviceBanner:nth-last-child(1) {
    margin-bottom: 0;
  }

  #aboutSection .serviceBanner > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .serviceBanner > ul > li {
    display: block;
    width: 48.125%;
    margin-right: 3.75%;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #aboutSection .serviceBanner > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }

  #aboutSection .serviceBanner > ul > li:nth-of-type(n + 3) {
    margin-top: 50px;
  }

  #aboutSection .serviceBanner > ul > li > a {
    display: block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  #aboutSection .serviceBanner > ul > li > a:hover {
    opacity: .6;
  }

  #aboutSection .serviceBanner > ul > li img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .serviceBanner > ul + .single,
  #aboutSection .serviceBanner > .single + ul {
    margin-top: 50px;
  }

  #aboutSection .serviceBanner > .single {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #aboutSection .serviceBanner > .single > a {
    display: block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  #aboutSection .serviceBanner > .single > a:hover {
    opacity: .6;
  }

  #aboutSection .serviceBanner > .single > a > img {
    display: block;
    width: 100%;
    height: auto;
  }

  /*infoList*/
  #aboutSection .infoList {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  #aboutSection .infoList > ul {
    margin-bottom: 30px;
    border-top: 1px solid #cccccc;
  }

  #aboutSection .infoList > ul > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
  }

  #aboutSection .infoList > ul > li > time {
    display: block;
    width: 90px;
    font-size: 1.2rem;
    line-height: 1.7;
  }

  #aboutSection .infoList > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 90px);
  }

  #aboutSection .infoList > ul > li > dl > .tag {
    display: block;
    width: 110px;
    margin-right: 20px;
  }

  #aboutSection .infoList > ul > li > dl > .tag > span {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 24px;
    background: #dddddd;
    font-size: 12px;
    text-align: center;
  }

  #aboutSection .infoList > ul > li > dl > dd {
    display: block;
    width: calc(100% - 130px);
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #aboutSection .infoList .more {
    text-align: right;
    font-size: 1.4rem;
  }

  /*storeDetailSection */
  #aboutSection .storeDetailSection {
    display: block;
    padding-top: 60px;
  }

  #aboutSection .storeDetailSection > .subSmallTTL {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #aboutSection .storeDetailSection .storeDetail {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  #aboutSection .storeDetailSection .storeDetail > figure {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  #aboutSection .storeDetailSection .storeDetail > figure img {
    display: block;
    width: 66.59166666666667%;
    height: auto;
  }

  #aboutSection .storeDetailSection .storeDetail > .map {
    display: block;
    width: 33.29583333333333%;
    padding-left: 25px;
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
  }

  #aboutSection .storeDetailSection .storeDetail > .map figure {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  #aboutSection .storeDetailSection .storeDetail > .map figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable {
    display: block;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 200px;
    margin-right: 20px;
    background-color: #e6e6e6;
    text-align: center;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl > dd {
    padding: 10px 0;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl > dd > a.tel {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }

  /**************************************
  counselingShopListSection
  **************************************/
  #aboutSection .counselingStoreListSection {
    padding-top: 60px;
  }

  #aboutSection .counselingStoreListSection .subSmallTTL {
    margin: 0 auto 30px;
  }

  /**************************************
  storeList
  **************************************/
  #aboutSection .storeList {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  #aboutSection .storeList > ul {
    border-top: 1px solid #cccccc;
  }

  #aboutSection .storeList > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }

  #aboutSection .storeList > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  #aboutSection .storeList > ul > li > dl > dt {
    width: 30%;
    padding-right: 20px;
    font-weight: 700;
    font-size: 1.6rem;
  }

  #aboutSection .storeList > ul > li > dl > dd.adder {
    width: 50%;
  }

  #aboutSection .storeList > ul > li > dl > dd.adder a.tel {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }

  #aboutSection .storeList > ul > li > dl > dd.btnWhite {
    width: 140px;
    margin: 0 0 0 auto;
  }

  #aboutSection .storeList > ul > li > dl > dd.btnWhite > a {
    font-size: 1.4rem;
  }

  /**************************************
  #storeSearch
  **************************************/
  #storeSearch {
    padding-bottom: 90px;
  }

  #storeSearch .storeSearchArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  #storeSearch .currentLocationSearch {
    display: none;
  }

  #storeSearch .prefectureSearchSP {
    display: none;
  }

  /** nameSearch  ***********************************/
  #storeSearch .nameSearch {
    width: 47.91666666666667%;
    margin-right: 4.16666666666667%;
  }

  #storeSearch .nameSearch > dl {
    display: block;
  }

  #storeSearch .nameSearch > dl > dt {
    display: block;
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
  }

  #storeSearch .nameSearch > dl > dd {
    display: block;
    padding: 76px 30px 30px;
    background: #eeeeee;
    position: relative;
  }

  #storeSearch .nameSearch > dl > dd::before {
    content: '';
    display: block;
    width: calc(100% - 60px);
    height: 4px;
    background: #e35555;
    position: absolute;
    top: 76px;
    left: 30px;
  }

  #storeSearch .nameSearch > dl > dd > dl {
    display: block;
  }

  #storeSearch .nameSearch > dl > dd > dl > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(50% - 35px);
    height: 46px;
    padding-top: 4px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
    position: absolute;
    top: 30px;
    left: 30px;
  }

  #storeSearch .nameSearch > dl > dd > dl:nth-of-type(2) > dt {
    left: inherit;
    right: 30px;
  }

  #storeSearch .nameSearch > dl > dd > dl.current > dt {
    background: #e35555;
    color: #FFFFFF;
    border-color: #e35555;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd {
    display: none;
    padding-top: 20px;
  }

  #storeSearch .nameSearch > dl > dd > dl.current > dd {
    display: block;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset {
    display: block;
    width: 100%;
    height: 40px;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > input[type="text"] {
    display: block;
    width: calc(100% - 60px);
    height: 40px;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
    line-height: 38px;
    border-right: none;
    float: left;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > button {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background: #333333;
    float: right;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background  0.2s ease;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > button:hover {
    background: #999999;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > button > img {
    display: block;
    width: 24px;
    height: auto;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > .note {
    display: block;
    padding-top: 10px;
    font-size: 1.4rem;
  }

  /** brandSearch  ***********************************/
  #storeSearch .brandSearch {
    width: 47.91666666666667%;
  }

  #storeSearch .brandSearch > dl {
    display: block;
    height: 100%;
  }

  #storeSearch .brandSearch > dl > dt {
    display: block;
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
  }

  #storeSearch .brandSearch > dl > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 62px);
    padding: 30px 30px 30px;
    background: #eeeeee;
    position: relative;
  }

  #storeSearch .brandSearch > dl > dd > .btnBlack {
    width: 100%;
  }

  #storeSearch .brandSearch .modalInner > dl {
    display: block;
  }

  #storeSearch .brandSearch .modalInner > dl > dt {
    display: block;
    margin-bottom: 60px;
    font-size: 2.2rem;
    font-weight: 700;
  }

  #storeSearch .brandSearch .modalInner > dl > dd.btnBlack {
    width: 400px;
    margin: 50px auto 0;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl {
    display: block;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl + dl {
    margin-top: 70px;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dt {
    display: block;
    padding-left: 15px;
    border-left: 4px solid #999999;
    margin: 0 auto 40px;
    font-size: 2.0rem;
    font-weight: 700;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li {
    display: block;
    width: 33%;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li:nth-of-type(n + 4) {
    margin-top: 30px;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li > .checkBox > span::before {
    top: calc(50% - 10px);
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li > .checkBox > span::after {
    top: calc(50% - 7px);
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li > .checkBox > span > img {
    display: block;
    max-width: 100%;
  }

  /** prefectureSearchPC  ***********************************/
  #storeSearch .prefectureSearchPC {
    width: 100%;
    margin-top: 70px;
  }

  #storeSearch .prefectureSearchPC > dl {
    display: block;
  }

  #storeSearch .prefectureSearchPC > dl > dt {
    display: block;
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
  }

  #storeSearch .prefectureSearchPC > dl > dd {
    display: block;
    width: 100%;
    min-height: 570px;
    background: url("../../img/about/storesearch/map.svg") calc(50% + 40px) top no-repeat;
    background-size: 554px auto;
    position: relative;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div {
    position: absolute;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div.east {
    top: 30px;
    right: 8.33333333333333%;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div.eastCenter {
    top: 268px;
    right: calc(8.33333333333333% + 180px);
  }

  #storeSearch .prefectureSearchPC > dl > dd > div.westCenter {
    top: 30px;
    left: calc(8.33333333333333% + 180px);
  }

  #storeSearch .prefectureSearchPC > dl > dd > div.west {
    top: 30px;
    left: 8.33333333333333%;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 170px;
    padding: 19px 0 19px 19px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div > dl + dl {
    margin-top: 10px;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div > dl > dt {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 700;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div > dl > dd {
    display: block;
    width: 82px;
    text-align: left;
    font-size: 1.6rem;
  }

  #storeSearch .prefectureSearchPC > dl > dd > div > dl > dd:nth-of-type(2n) {
    width: calc(100% - 82px);
  }

  #storeSearch .prefectureSearchPC > dl > dd > div > dl > dd:nth-of-type(n + 3) {
    margin-top: 18px;
  }

  /**************************************
  #counselingStore
  **************************************/
  #counselingStore {
    padding-bottom: 100px;
    background: #f7f7f7;
  }

  #counselingStore .counselingLede {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;
  }

  #counselingStore .counselingLede > .text {
    display: block;
    width: 65.83333333333333%;
    font-size: 1.4rem;
    line-height: 2;
  }

  #counselingStore .counselingLede > figure {
    display: block;
    width: 30.83333333333333%;
  }

  #counselingStore .counselingLede > figure > img {
    display: block;
    max-width: 100%;
  }

  #counselingStore .counselingGuide {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  #counselingStore .counselingGuide > dl {
    display: block;
    width: 48.125%;
    margin-right: 3.75%;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #counselingStore .counselingGuide > dl:nth-of-type(2n) {
    margin-right: 0;
  }

  #counselingStore .counselingGuide > dl > dt {
    display: block;
    min-height: 3.4em;
    font-weight: 700;
    font-size: 2.2rem;
  }

  #counselingStore .counselingGuide > dl:nth-of-type(2) > dt {
    letter-spacing: -0.04em;
  }

  #counselingStore .counselingGuide > dl > dd + dd {
    margin-top: 10px;
  }

  #counselingStore .counselingGuide > dl > dd > figure {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  #counselingStore .counselingGuide > dl > dd > figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  /**************************************
  #selfShop
  **************************************/
  #selfShop {
    padding-bottom: 100px;
  }

  #selfShop .storeThreeC {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  #selfShop .storeThreeC .caution {
    padding-top: 20px;
    text-align: right;
    font-size: 1.2rem;
  }

  #selfShop .storeThreeC > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #selfShop .storeThreeC > ul > li {
    display: block;
    width: 30.83333333333333%;
    margin-right: 3.75%;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }

  #selfShop .storeThreeC > ul > li > span > span {
    font-size: 1.4rem;
  }

  #selfShop .storeThreeC > ul > li:nth-of-type(3n) {
    margin-right: 0;
  }

  #selfShop .storeThreeC > ul > li:nth-of-type(n + 4) {
    margin-top: 50px;
  }

  #selfShop .storeThreeC > ul > li figure {
    display: block;
    margin-bottom: 10px;
  }

  #selfShop .storeThreeC > ul > li figure > img {
    display: block;
    width: 100%;
    height: auto;
  }

  #selfShop .storeThreeC > ul > li dl {
    display: block;
  }

  #selfShop .storeThreeC > ul > li dl > dt {
    margin-bottom: 10px;
  }

  /**************************************
  .infoSection
  **************************************/
  #aboutSection .infoSection.store {
    padding-bottom: 100px;
    background: #f7f7f7;
  }

  #aboutSection .infoSection.store .infoList > ul > li:nth-of-type(n + 4):not(.active) {
    height: 0;
    min-height: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #aboutSection .infoSection.store .infoList > ul > li.active {
    min-height: 85px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #aboutSection .infoSection.store .infoList .btnMore.open {
    display: none;
  }

  /**************************************
  .recommendedItems
  **************************************/
  #aboutSection .recommendedItems {
    position: relative;
  }
  #aboutSection .recommendedItems .recommendedItemsMore {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
  }

  #recommendedItemsPanel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;
    overflow: hidden;
    position: relative;
  }

  #recommendedItemsPanel > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #recommendedItemsPanel > ul > li {
    display: block;
    width: 48.125%;
    margin-right: 3.75%;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #recommendedItemsPanel > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }

  #recommendedItemsPanel > ul > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #recommendedItemsPanel > ul > li figure {
    display: block;
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  #recommendedItemsPanel > ul > li figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  #recommendedItemsPanel > ul > li span {
    display: block;
    width: calc(50% - 10px);
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #recommendedItemsPanel img {
    display: block;
    width: 100%;
    height: auto;
  }

  #recommendedItemsPanel .container {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }

  #recommendedItemsPanel .wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #recommendedItemsPanel .slider {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 22.5%;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #recommendedItemsPanel .slider figure {
    display: block;
    margin-bottom: 12px;
  }

  #recommendedItemsPanel .slider a {
    display: block;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  #recommendedItemsPanel .slider a:hover {
    opacity: 0.6;
    text-decoration: none;
  }

  #recommendedItemsPanel .pagerArea {
    display: table;
    padding-top: 30px;
    margin: 0 auto;
  }

  #recommendedItemsPanel .pagination {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
  }

  #recommendedItemsPanel .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #dddddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  #recommendedItemsPanel .swiper-pagination-bullet:hover {
    opacity: .6;
  }

  #recommendedItemsPanel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #333333;
  }

  #recommendedItemsPanel .swiper-pagination-bullet-active:hover {
    opacity: 1;
  }

  #recommendedItemsPanel .prev,
  #recommendedItemsPanel .next {
    display: table-cell;
    width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
    cursor: pointer;
  }

  #recommendedItemsPanel .prev {
    background: url("../../img/about/storesearch/icon_arrow_narrow_left_black.svg") center center no-repeat;
    background-size: 9px auto;
  }

  #recommendedItemsPanel .next {
    background: url("../../img/about/storesearch/icon_arrow_narrow_right_black.svg") center center no-repeat;
    background-size: 9px auto;
  }

  #recommendedItemsPanel .prev.swiper-button-disabled,
  #recommendedItemsPanel .next.swiper-button-disabled {
    opacity: 0;
    cursor: default;
  }

  #recommendedItemsPanel .btnMore {
    display: none;
  }

  #recommendedItemsPanel.open .btnMore {
    display: none;
  }

  /**************************************
  .guideLinkList
  **************************************/
  #aboutSection .guideLinkList {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 19px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
  }

  #aboutSection .guideLinkList > dl > dt {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
  }

  #aboutSection .guideLinkList ul.dottedList {
    display: -webkit- inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .guideLinkList ul.dottedList > li {
    margin-top: 12px;
    margin-right: 30px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #aboutSection .guideLinkList ul.dottedList > li::before {
    content: '・';
  }
}
/** min-width 769 pcCSS***************************************/
@media screen and (max-width: 768px) {
  /**************************************
  #aboutSection
  **************************************/
  #aboutSection {
    padding-bottom: 80px;
  }

  #aboutSection .csMainTTL {
    display: block;
    width: 100%;
    padding: 50px 10px 15px;
    margin: 0 auto;
  }

  #aboutSection .csMainTTL > img {
    display: block;
    margin: 0 auto;
  }

  /**************************************
  csNav
  **************************************/
  #aboutSection .csNav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }

  #aboutSection .csNav:nth-last-child(1) {
    padding: 20px 0 0;
  }

  #aboutSection .csNav > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .csNav > ul > li {
    display: block;
    width: calc((100% - 4px) / 3);
    margin-right: 2px;
  }

  #aboutSection .csNav > ul > li:nth-last-of-type(1) {
    margin-right: 0;
  }

  #aboutSection .csNav > ul > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 0 10px;
    background: url("../../img/common/icon_arrow_narrow_right_black.svg") calc(100% - 6px) center no-repeat #f0f0f0;
    background-size: 5px auto;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  /**************************************
  cs top
  **************************************/
  #aboutSection .csVisual {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }

  #aboutSection .csVisual img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .csLedeBox {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  /**************************************
  csVoiceList
  **************************************/
  #aboutSection .csVoiceList {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px;
  }

  #aboutSection .csVoiceList > .csVoiceBox {
    display: block;
    padding: 15px 15px 0;
    margin-bottom: 50px;
    border-radius: 10px;
    background: #F0F0F0;
    position: relative;
  }

  #aboutSection .csVoiceList > .csVoiceBox:nth-last-child(1) {
    margin-bottom: 30px;
  }

  #aboutSection .csVoiceList > .csVoiceBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url("../../img/about/cs/voice_footer.png") 0 0 no-repeat;
    background-size: auto 30px;
    position: absolute;
    left: 30px;
    bottom: -30px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #333333;
    margin-bottom: 10px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > h2 > span {
    display: block;
    font-weight: 700;
    background: #fffff;
    font-size: 1.8rem;
    line-height: 1;
  }

  #aboutSection .csVoiceList > .csVoiceBox > h2 > em {
    display: block;
    padding: 0 10px;
    margin: 0 0 0 10px;
    border-radius: 12px;
    background: #EF8A9D;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li {
    display: block;
    border-top: dotted 1px #CCCCCC;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li > a {
    display: block;
    font-size: 1.4rem;
    padding: 15px 0;
    text-decoration: none;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li dl {
    display: block;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li dl > dt {
    display: inline-block;
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  #aboutSection .csVoiceList > .csVoiceBox > ul > li dl > dd {
    display: block;
    text-align: left;
    line-height: 1.4;
  }

  /**************************************
  greeting
  **************************************/
  #aboutSection .greetingTTL {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px 30px;
  }

  #aboutSection .greetingTTL img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #aboutSection .greetingMsgBox {
    display: block;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }

  #aboutSection .greetingMsgBox .mb1em {
    margin-bottom: 1em;
  }

  /**************************************
  promise
  **************************************/
  #aboutSection .promiseTTL {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    padding-bottom: 1px;
    border-bottom: 1px solid #5a5a5a;
  }

  #aboutSection .promiseTTL > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .promiseSubTTL {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  #aboutSection .promiseSubTTL > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .csFlow {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  #aboutSection .csFlow > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .promiseLede {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
    margin: 0 auto 10px;
  }

  #aboutSection .promiseLede > figure {
    display: block;
    width: 70%;
    margin: 0 auto 10px;
  }

  #aboutSection .promiseLede > figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .promiseLede > p {
    display: block;
    padding: 0 20px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #009966;
  }

  #aboutSection .csMembersSection {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }

  #aboutSection .csMembersSection .memberImg {
    display: none;
  }

  #aboutSection .csMembersSection .memberImg img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .csMembersSection dl.memberText {
    display: block;
  }

  #aboutSection .csMembersSection dl.memberText > dt {
    width: 100%;
    margin: 10px auto 20px;
  }

  #aboutSection .csMembersSection dl.memberText > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 10px 0;
    margin-bottom: 10px;
  }

  #aboutSection .csMembersSection dl.memberText > dd:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #aboutSection .csMembersSection dl.memberText > dd > figure {
    display: block;
    width: 25%;
  }

  #aboutSection .csMembersSection dl.memberText > dd > .text {
    display: block;
    width: 75%;
    padding-left: 3%;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  #aboutSection .csMembersSection dl.memberText > dd > .text > .name {
    margin-top: 5px;
    color: #009966;
  }

  #aboutSection .promiseSection {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #aboutSection .promiseSection > p + p {
    padding-top: 20px;
  }

  #aboutSection .promiseSection > p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  /**************************************
  voice
  **************************************/
  #aboutSection .voiceTTL {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 20px auto 20px;
  }

  #aboutSection .voiceTTL > span {
    font-size: 1.4rem;
  }

  #aboutSection .voiceContents {
    display: block;
    width: calc(100% - 20px);
    padding: 15px 10px 0;
    border: 3px solid #CCCCCC;
    border-radius: 10px;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .voiceTTLArea {
    display: block;
    background: #F0F0F0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  #aboutSection .voiceContents .voiceTTLArea > .voiceNum {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #333333;
    color: #FFFFFF;
  }

  #aboutSection .voiceContents dl.answer {
    display: block;
    margin-bottom: 10px;
  }

  #aboutSection .voiceContents dl.answer > dt {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    background: #CCCCCC;
    font-size: 2.0rem;
    color: #FFF;
    font-weight: 700;
  }

  #aboutSection .voiceContents dl.answer > dt.blue {
    background-color: #0088D2;
  }

  #aboutSection .voiceContents dl.answer > dt.red {
    background-color: #ED7986;
  }

  #aboutSection .voiceContents dl.answer > dt.orange {
    background-color: #F39800;
  }

  #aboutSection .voiceContents dl.answer > dt > span > br {
    display: none;
  }

  #aboutSection .voiceContents dl.answer > dd {
    display: block;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }

  #aboutSection .voiceContents dl.answer > dd.blue {
    color: #26a7e0;
  }

  #aboutSection .voiceContents dl.answer > dd.red {
    color: #ef7987;
  }

  #aboutSection .voiceContents dl.answer > dd.orange {
    color: #ff9900;
  }

  #aboutSection .voiceContents .person {
    display: block;
    margin: 0 auto 20px;
  }

  #aboutSection .voiceContents .person img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .text {
    display: block;
    padding: 0 0 0;
    margin: 0 auto 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #aboutSection .voiceContents .text strong {
    color: #FF0000;
    font-weight: 700;
  }

  #aboutSection .voiceContents .img {
    display: block;
    margin: 0 auto 20px;
  }

  #aboutSection .voiceContents .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .voicePointList {
    display: block;
    margin: 0 auto;
  }

  #aboutSection .voiceContents .voicePointList > dl {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #aboutSection .voiceContents .voicePointList > dl:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #aboutSection .voiceContents .voicePointList > dl > dt {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ED7986;
    white-space: nowrap;
  }

  #aboutSection .voiceBtn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0 10px;
  }

  #aboutSection .voiceBtn > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #333333;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
  }

  #aboutSection .voiceBtn > a > em {
    width: 8px;
    margin-right: 5px;
  }

  #aboutSection .voiceBtn > a > em > img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .voiceBtn > a:hover {
    opacity: .6;
  }

  #aboutSection .voiceBtn.green > a {
    background: #009999;
  }

  #aboutSection .voiceBtn.orange > a {
    background: #f39801;
  }

  #aboutSection .voiceContents .csVoiceList {
    padding: 40px 0 0;
  }

  /**************************************
  storeinfo
  **************************************/
  #aboutSection .storeAnchor {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 5px 15px 15px;
    background: #eeeeee;
  }

  #aboutSection .storeAnchor > ul {
    display: -webkit- inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #aboutSection .storeAnchor > ul > li {
    font-weight: 700;
    margin-top: 10px;
    margin-right: 30px;
  }

  #aboutSection .storeServiceSection > .subTTL {
    padding: 40px 20px 20px;
  }

  #aboutSection .storeServiceSection > .ledeBox {
    margin-bottom: 20px;
  }

  #aboutSection .serviceThreeC {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }

  #aboutSection .serviceThreeC:nth-last-child(1) {
    margin-bottom: 0;
  }

  #aboutSection .serviceThreeC .caution {
    padding-top: 20px;
    text-align: left;
    font-size: 1.2rem;
  }

  #aboutSection .serviceThreeC > ul {
    display: block;
  }

  #aboutSection .serviceThreeC > ul > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
  }

  #aboutSection .serviceThreeC > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #aboutSection .serviceThreeC > ul > li figure {
    display: block;
    width: 40%;
  }

  #aboutSection .serviceThreeC > ul > li figure > img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .serviceThreeC > ul > li > span {
    width: 60%;
    padding-left: 15px;
  }

  #aboutSection .serviceThreeC > ul > li > span > span {
    font-size: 1.2rem;
  }

  /*serviceBanner*/
  #aboutSection .serviceBanner {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }

  #aboutSection .serviceBanner:nth-last-child(1) {
    margin-bottom: 0;
  }

  #aboutSection .serviceBanner > ul {
    display: block;
  }

  #aboutSection .serviceBanner > ul > li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  #aboutSection .serviceBanner > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #aboutSection .serviceBanner > ul > li > a {
    display: block;
  }

  #aboutSection .serviceBanner > ul > li img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .serviceBanner > ul + .single,
  #aboutSection .serviceBanner > .single + ul {
    margin-top: 10px;
  }

  #aboutSection .serviceBanner > .single {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #aboutSection .serviceBanner > .single > a {
    display: block;
  }

  #aboutSection .serviceBanner > .single > a > img {
    display: block;
    width: 100%;
    height: auto;
  }

  /*infoList*/
  #aboutSection .infoSection > .subTTL {
    padding: 40px 20px 20px;
  }

  #aboutSection .infoList {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  #aboutSection .infoList > ul {
    margin-bottom: 20px;
    border-top: 1px solid #cccccc;
  }

  #aboutSection .infoList > ul > li {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
  }

  #aboutSection .infoList > ul > li > time {
    display: block;
    width: 90px;
    font-size: 1.2rem;
    line-height: 1.7;
  }

  #aboutSection .infoList > ul > li > dl {
    display: block;
    margin-top: 15px;
    position: relative;
  }

  #aboutSection .infoList > ul > li > dl > .tag {
    display: block;
    width: 110px;
    position: absolute;
    top: -38px;
    left: 80px;
  }

  #aboutSection .infoList > ul > li > dl > .tag > span {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 24px;
    background: #dddddd;
    font-size: 12px;
    text-align: center;
  }

  #aboutSection .infoList > ul > li > dl > dd {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #aboutSection .infoList .more {
    text-align: right;
    font-size: 1.4rem;
  }

  /*storeDetailSection */
  #aboutSection .storeDetailSection {
    display: block;
    padding-top: 40px;
  }

  #aboutSection .storeDetailSection > .subSmallTTL {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #aboutSection .storeDetailSection .storeDetail {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
  }

  #aboutSection .storeDetailSection .storeDetail > figure {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  #aboutSection .storeDetailSection .storeDetail > figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .storeDetailSection .storeDetail > .map {
    display: block;
    width: 80%;
    padding-top: 5px;
    margin: 0 auto;
  }

  #aboutSection .storeDetailSection .storeDetail > .map figure {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  #aboutSection .storeDetailSection .storeDetail > .map figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable {
    display: block;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    font-size: 1.2rem;
    background-color: #e6e6e6;
    text-align: center;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl > dd {
    width: calc(100% - 60px);
    padding: 10px 0 10px 10px;
  }

  #aboutSection .storeDetailSection .storeDetail .storeInfoTable > dl > dd > a.tel {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
  }

  /**************************************
  counselingShopListSection
  **************************************/
  #aboutSection .counselingStoreListSection {
    padding-top: 40px;
  }

  #aboutSection .counselingStoreListSection .subSmallTTL {
    margin: 0 auto 20px;
  }

  /**************************************
  storeList
  **************************************/
  #aboutSection .storeList {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  #aboutSection .storeList > ul {
    border-top: 1px solid #cccccc;
  }

  #aboutSection .storeList > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }

  #aboutSection .storeList > ul > li > dl {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #aboutSection .storeList > ul > li > dl > dt {
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  #aboutSection .storeList > ul > li > dl > dd.adder {
    width: 100%;
  }

  #aboutSection .storeList > ul > li > dl > dd.adder a.tel {
    display: block;
    margin-top: 5px;
  }

  #aboutSection .storeList > ul > li > dl > dd.btnWhite {
    width: 120px;
    margin: 10px 0 0 auto;
  }

  #aboutSection .storeList > ul > li > dl > dd.btnWhite > a {
    font-size: 1.2rem;
  }

  /**************************************
  #storeSearch
  **************************************/
  #storeSearch {
    padding-bottom: 75px;
  }

  #storeSearch > .subTTL {
    padding: 80px 20px 50px;
  }

  #storeSearch .storeSearchArea {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  #storeSearch .currentLocationSearch,
  #storeSearch .prefectureSearchSP {
    display: block;
  }

  #storeSearch .currentLocationSearch > dl,
  #storeSearch .prefectureSearchSP > dl {
    margin-bottom: 50px;
  }

  #storeSearch .currentLocationSearch > dl > dt,
  #storeSearch .prefectureSearchSP > dl > dt {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
  }

  #storeSearch .currentLocationSearch > dl > dd,
  #storeSearch .prefectureSearchSP > dl > dd {
    display: block;
    padding: 20px;
    background: #eeeeee;
  }

  #storeSearch .prefectureSearchSP > dl > dd .selectBox {
    display: block;
  }

  #storeSearch .prefectureSearchSP > dl > dd .selectBox + .selectBox {
    margin-top: 10px;
  }

  #storeSearch .prefectureSearchSP > dl > dd .btnBlack {
    margin-top: 20px;
  }

  /** nameSearch  ***********************************/
  #storeSearch .nameSearch {
    width: 100%;
    margin-bottom: 50px;
  }

  #storeSearch .nameSearch > dl {
    display: block;
  }

  #storeSearch .nameSearch > dl > dt {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
  }

  #storeSearch .nameSearch > dl > dd {
    display: block;
    padding: 60px 20px 20px;
    background: #eeeeee;
    position: relative;
  }

  #storeSearch .nameSearch > dl > dd::before {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 4px;
    background: #e35555;
    position: absolute;
    top: 60px;
    left: 20px;
  }

  #storeSearch .nameSearch > dl > dd > dl {
    display: block;
  }

  #storeSearch .nameSearch > dl > dd > dl > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(50% - 22px);
    height: 40px;
    padding-top: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  #storeSearch .nameSearch > dl > dd > dl:nth-of-type(2) > dt {
    left: inherit;
    right: 20px;
  }

  #storeSearch .nameSearch > dl > dd > dl.current > dt {
    background: #e35555;
    color: #FFFFFF;
    border-color: #e35555;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd {
    display: none;
    padding-top: 20px;
  }

  #storeSearch .nameSearch > dl > dd > dl.current > dd {
    display: block;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset {
    display: block;
    width: 100%;
    height: 40px;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > input[type="text"] {
    display: block;
    width: calc(100% - 60px);
    height: 40px;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
    line-height: 38px;
    border-right: none;
    float: left;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > button {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background: #333333;
    float: right;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background  0.2s ease;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > button:hover {
    background: #999999;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > fieldset > button > img {
    display: block;
    width: 24px;
    height: auto;
  }

  #storeSearch .nameSearch > dl > dd > dl > dd > .note {
    display: block;
    padding-top: 10px;
    font-size: 1.4rem;
  }

  /** brandSearch  ***********************************/
  #storeSearch .brandSearch {
    width: 100%;
  }

  #storeSearch .brandSearch > dl {
    display: block;
    height: 100%;
  }

  #storeSearch .brandSearch > dl > dt {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
  }

  #storeSearch .brandSearch > dl > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background: #eeeeee;
    position: relative;
  }

  #storeSearch .brandSearch > dl > dd > .btnBlack {
    width: 100%;
  }

  #storeSearch .brandSearch .modalInner > dl {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  #storeSearch .brandSearch .modalInner > dl > dt {
    display: block;
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  #storeSearch .brandSearch .modalInner > dl > dd.btnBlack {
    width: 100%;
    margin: 40px auto 0;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl {
    display: block;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl + dl {
    margin-top: 40px;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dt {
    display: block;
    padding-left: 10px;
    border-left: 3px solid #999999;
    margin: 0 auto 25px;
    font-size: 1.6rem;
    font-weight: 700;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul {
    display: block;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li {
    display: block;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li:nth-of-type(n + 2) {
    margin-top: 15px;
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li > .checkBox > span::before {
    top: calc(50% - 10px);
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li > .checkBox > span::after {
    top: calc(50% - 7px);
  }

  #storeSearch .brandSearch .modalInner > dl > dd > dl > dd > ul > li > .checkBox > span > img {
    display: block;
    max-width: 100%;
  }

  /** prefectureSearchPC  ***********************************/
  #storeSearch .prefectureSearchPC {
    display: none;
  }

  /**************************************
  #counselingStore
  **************************************/
  #counselingStore {
    padding-bottom: 80px;
    background: #f7f7f7;
  }

  #counselingStore .counselingLede {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  #counselingStore .counselingLede > .text {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  #counselingStore .counselingLede > figure {
    display: block;
    width: 100%;
  }

  #counselingStore .counselingLede > figure > img {
    display: block;
    max-width: 100%;
  }

  #counselingStore .counselingGuide {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  #counselingStore .counselingGuide > dl {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #counselingStore .counselingGuide > dl:nth-of-type(2n) {
    margin-top: 50px;
  }

  #counselingStore .counselingGuide > dl > dt {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #counselingStore .counselingGuide > dl > dd + dd {
    margin-top: 10px;
  }

  #counselingStore .counselingGuide > dl > dd > figure {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  #counselingStore .counselingGuide > dl > dd > figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  /**************************************
  #selfShop
  **************************************/
  #selfShop {
    padding-bottom: 80px;
  }

  #selfShop .ledeBox .caution {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  #selfShop .storeThreeC {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #selfShop .storeThreeC .caution {
    padding-top: 20px;
    text-align: right;
    font-size: 1.2rem;
  }

  #selfShop .storeThreeC > ul {
    display: block;
    padding: 0 20px;
  }

  #selfShop .storeThreeC > ul > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    position: relative;
    padding-bottom: 2em;
  }

  #selfShop .storeThreeC > ul > li:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  #selfShop .storeThreeC > ul > li figure {
    display: block;
    width: 47.76119402985075%;
  }

  #selfShop .storeThreeC > ul > li figure > img {
    display: block;
    width: 100%;
    height: auto;
  }

  #selfShop .storeThreeC > ul > li > span {
    display: block;
    width: 47.76119402985075%;
  }

  #selfShop .storeThreeC > ul > li > span > span {
    font-size: 1.4rem;
  }

  #selfShop .storeThreeC > ul > li dl {
    display: block;
    width: 47.76119402985075%;
  }

  #selfShop .storeThreeC > ul > li dl > dt {
    margin-bottom: 5px;
  }

  #selfShop .storeThreeC > ul > li dl > dd {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /**************************************
  .infoSection
  **************************************/
  #aboutSection .infoSection.store {
    padding-bottom: 100px;
    background: #f7f7f7;
  }

  #aboutSection .infoSection.store .infoList > ul > li:nth-of-type(n + 4):not(.active) {
    height: 0;
    min-height: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #aboutSection .infoSection.store .infoList > ul > li.active {
    min-height: 85px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  /**************************************
  .recommendedItems
  **************************************/
  #aboutSection .recommendedItems .recommendedItemsMore {
    display: block;
    width: 100%;
    padding: 0 20px 30px;
    margin: 0 auto;
  }

  #recommendedItemsPanel {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
    position: relative;
  }

  #recommendedItemsPanel img {
    display: block;
    width: 100%;
    height: auto;
  }

  #recommendedItemsPanel .container {
    display: block;
  }

  #recommendedItemsPanel ul.wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #recommendedItemsPanel ul.wrapper > li.slider {
    display: block;
    width: calc(50% - 10px);
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #recommendedItemsPanel ul.wrapper > li.slider:nth-of-type(2n) {
    margin-right: 0;
  }

  #recommendedItemsPanel ul.wrapper > li.slider:nth-of-type(n + 3) {
    margin-top: 25px;
  }

  #recommendedItemsPanel ul.wrapper > li.slider:nth-of-type(n + 5) {
    display: none;
  }

  #recommendedItemsPanel .slider figure {
    display: block;
    margin-bottom: 12px;
  }

  #recommendedItemsPanel .slider a {
    display: block;
    text-decoration: underline;
  }

  #recommendedItemsPanel .pagerArea {
    display: none;
  }

  #recommendedItemsPanel .btnMore {
    display: block;
    margin-top: 30px;
  }

  #recommendedItemsPanel.open .btnMore {
    display: none;
  }

  #recommendedItemsPanel > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #recommendedItemsPanel > ul > li {
    display: block;
    width: calc(50% - 10px);
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  #recommendedItemsPanel > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }

  #recommendedItemsPanel ul.wrapper > li.slider:nth-of-type(n + 3) {
    margin-top: 25px;
  }

  #recommendedItemsPanel > ul > li:nth-of-type(n + 5) {
    display: none;
  }

  #recommendedItemsPanel > ul > li figure {
    display: block;
    margin-bottom: 12px;
  }

  #recommendedItemsPanel > ul > li a {
    display: block;
    text-decoration: underline;
  }

  /**************************************
  .guideLinkList
  **************************************/
  #aboutSection .guideLinkList {
    display: block;
    width: calc(100% - 40px);
    margin: 80px auto 0;
    padding: 15px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
  }

  #aboutSection .guideLinkList > dl > dt {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

  #aboutSection .guideLinkList ul.dottedList {
    display: block;
  }

  #aboutSection .guideLinkList ul.dottedList > li {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
  }

  #aboutSection .guideLinkList ul.dottedList > li::before {
    content: '・';
  }

  #aboutSection .guideLinkList ul.dottedList > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
/** max-width 768 spCSS***************************************/
/**************************************
cdpolicy
gradeservice
review
couponterms
subscriptionterms
purchaseterms
memberagreement
削除
privacypolicy
shotori
termofuse
webuse
**************************************/
@media screen and (min-width: 769px) {
  .textContent {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .textContent > *:first-child {
    margin-top: 0;
  }

  .textContentH2 {
    margin-top: 30px;
    font-weight: bold;
  }

  .textContentOl {
    list-style-type: decimal;
    margin-left: 2.5em;
    margin-top: 30px;
  }

  .textContentOl li {
    margin-top: 10px;
    list-style-type: none;
    counter-increment: cnt;
  }

  .textContentOl > li {
    margin-top: 30px;
  }

  .textContentOl > li:first-child {
    margin-top: 0;
  }

  .textContentOl li::before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -2em;
    width: 2em;
  }

  .textContentOlSmaller {
    margin-left: 2rem;
  }

  .textContentOlSmaller li {
    margin-top: 10px;
    list-style-type: none;
    counter-increment: cntsmaller;
  }

  .textContentOlSmaller li::before {
    list-style-type: decimal;
    content: counter(cntsmaller) ")";
    display: inline-block;
    margin-left: -2em;
    width: 2em;
  }

  .textContentUl {
    margin-top: 30px;
  }

  .textContentUl .textContentUl {
    margin-top: 10px;
  }

  .textContentUl li {
    list-style-type: disc;
    counter-increment: cntli;
    margin-left: 2rem;
    margin-top: 10px;
  }

  .textContentUl li::before {
    display: none;
  }

  .textContentOlKatakana {
    margin-left: 2rem;
  }

  .textContentOlKatakana li {
    list-style-type: disc;
    counter-increment: cntli;
    list-style-type: katakana;
  }

  .textContentOlKatakana li::before {
    display: none;
  }

  .textContentParag {
    margin-top: 30px;
  }

  .textContentAlignRight {
    text-align: right;
  }

  .textContentImage {
    margin: 20px 0 10px 0;
  }

  .textContentLink {
    color: #9e823a;
  }

  .mainTTLSmall {
    display: block;
    font-size: 60%;
  }

  .textContentMb20 {
    margin-bottom: 20px;
  }

  .textContentMb30 {
    margin-bottom: 30px;
  }

  .textContentMt0 {
    margin-top: 0 !important;
  }

  .textContentCaution {
    display: block;
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 80%;
    line-height: 2rem;
    margin-top: 5px;
  }

  .textContentCaution::before {
    content: "※";
    display: inline;
  }

  .textRed {
    color: #e35555;
  }
}
@media screen and (max-width: 768px) {
  .textContent {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .textContent > *:first-child {
    margin-top: 0;
  }

  .textContentH2 {
    margin-top: 30px;
    font-weight: bold;
  }

  .textContentOl {
    list-style-type: decimal;
    margin-left: 2.5em;
    margin-top: 20px;
  }

  .textContentOl li {
    margin-top: 10px;
    list-style-type: none;
    counter-increment: cnt;
  }

  .textContentOl > li {
    margin-top: 20px;
  }

  .textContentOl > li:first-child {
    margin-top: 0;
  }

  .textContentOl li::before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -2em;
    width: 2em;
  }

  .textContentOlSmaller {
    margin-left: 2rem;
  }

  .textContentOlSmaller li {
    margin-top: 10px;
    list-style-type: none;
    counter-increment: cntsmaller;
  }

  .textContentOlSmaller li::before {
    list-style-type: decimal;
    content: counter(cntsmaller) ")";
    display: inline-block;
    margin-left: -2em;
    width: 2em;
  }

  .textContentUl {
    margin-top: 30px;
  }

  .textContentUl .textContentUl {
    margin-top: 10px;
  }

  .textContentUl li {
    list-style-type: disc;
    counter-increment: cntli;
    margin-left: 2rem;
    margin-top: 10px;
  }

  .textContentUl li::before {
    display: none;
  }

  .textContentOlKatakana {
    margin-left: 2rem;
  }

  .textContentOlKatakana li {
    list-style-type: disc;
    counter-increment: cntli;
    list-style-type: katakana;
  }

  .textContentOlKatakana li::before {
    display: none;
  }

  .textContentParag {
    margin-top: 20px;
  }

  .textContentAlignRight {
    text-align: right;
  }

  .textContentImage {
    margin: 20px 0 10px 0;
  }

  .textContentLink {
    color: #9e823a;
  }

  .mainTTLSmall {
    display: block;
    font-size: 60%;
  }

  .textContentMb20 {
    margin-bottom: 20px;
  }

  .textContentMb30 {
    margin-bottom: 30px;
  }

  .textContentMt0 {
    margin-top: 0 !important;
  }

  .textContentCaution {
    display: block;
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 80%;
    line-height: 2rem;
    margin-top: 5px;
  }

  .textContentCaution::before {
    content: "※";
    display: inline;
  }

  .textRed {
    color: #e35555;
  }
}

/*# sourceMappingURL=about.css.map */
