@charset "UTF-8";
/* Scss Document */
/* メディアクエリ
======================================== */
@media screen and (max-width: 768px) {
  .pc_ver {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_ver {
    display: none;
  }
}

/* フォントサイズ
======================================== */
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/**
 * 下記SVGを変更した場合、インポートする側のCSSもアップする必要があります。注意してください。
 *
*/
/* --------------------
ヘッダー
--------------------*/
@media screen and (min-width: 768px) {
  #gNav li .coconimo span.active:after {
    background-color: #35a525;
  }
}
/*
カテゴリー内リンク
===================== */
.coconimolist__wrapper a {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #32a726;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.25;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%20width%3D%22256%22%20height%3D%22256%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M128%2C0C57.3%2C0%2C0%2C57.3%2C0%2C128s57.3%2C128%2C128%2C128%2C128-57.3%2C128-128S198.7%2C0%2C128%2C0Zm-14.8%2C185.1l-13.6-13.6%2C40.4-40.4-39.6-39.6%2C13.6-13.6%2C53.2%2C53.2-54%2C54.1Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 3% center;
}

/* --------------------
コンテンツ
--------------------*/
.coconimoindex__wrapper,
.coconimolineup__wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .coconimoindex__wrapper,
  .coconimolineup__wrapper {
    margin-top: 50px;
  }
}

.coconimoindex__inner,
.coconimolineup__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .coconimoindex__inner,
  .coconimolineup__inner {
    padding: 0 5%;
  }
}

.content__ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .coconimolist__wrapper {
    margin: 70px auto 0;
    padding: 90px 5% 0;
    background: url("../../master/img/asd/asdpagelist_bg_pc.jpg") top center no-repeat;
  }
  .coconimolist__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .coconimolist__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .coconimolist__inner > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    margin-top: 20px;
    margin-right: 3%;
  }
  .coconimolist__inner > li:nth-child(2n) {
    margin-right: 0;
  }
  .coconimolist__inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 28px;
    padding: 20px 6%;
    background-size: 40px 40px;
    height: 110px;
  }
  .content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .coconimolist__wrapper {
    margin: 20px auto 0;
    padding: 45px 5% 0;
    background: url("../../master/img/asd/asdpagelist_bg_sp.jpg") top center no-repeat;
  }
  .coconimolist__inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .coconimolist__inner > li {
    margin-top: 10px;
  }
  .coconimolist__inner a {
    font-size: 16px;
    padding: 18px 6%;
    background-size: 20px 20px;
  }
}
/* 置き菓子サービス「ココニモ！（COCONIMO）」faq */
.ques__wrapper {
  max-width: 1280px;
  margin: 90px auto;
  padding: 0 5%;
}

/*
質問カテゴリー
===================== */
.ques__inner {
  border: solid 1px #dadada;
}

.ques__inner:first-child {
  margin-top: 0;
}

.ques__inner > dt {
  font-weight: bold;
  border-bottom: solid 1px #dadada;
  position: relative;
}

.ques__inner > dt::before {
  content: "Q";
  color: #F00;
  font-weight: bold;
  position: absolute;
}

.ques__inner > dd {
  background-color: #f2fcff;
  position: relative;
}

.ques__inner > dd::before {
  content: "A";
  color: #0494c8;
  font-weight: bold;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .ques__inner {
    margin: 25px auto 0;
  }
  .ques__inner > dt {
    padding: 20px 30px 20px 75px;
    font-size: 115%;
  }
  .ques__inner > dt::before {
    font-size: 30px;
    left: 30px;
    top: 5px;
  }
  .ques__inner > dd {
    padding: 20px 30px 20px 75px;
  }
  .ques__inner > dd::before {
    font-size: 30px;
    left: 32px;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ques__inner {
    margin: 10px auto 0;
  }
  .ques__inner:first-child {
    margin-top: 0;
  }
  .ques__inner dt {
    padding: 10px 10px 10px 35px;
    line-height: 1.5;
  }
  .ques__inner dt::before {
    left: 10px;
    top: 5px;
    font-size: 20px;
  }
  .ques__inner dd {
    padding: 10px 10px 10px 35px;
    line-height: 1.5;
  }
  .ques__inner dd::before {
    left: 12px;
    top: 5px;
    font-size: 20px;
  }
}