@charset "UTF-8";
/* 点滅 */
/* ローディングアニメ */
/* スクロールアニメ */
/* ページトップボタン */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

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

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

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

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

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #777;
}

#wrap {
  width: 100%;
}

.ff_fp {
  font-family: futura-pt, sans-serif;
}

.ff_bg {
  font-family: brandon-grotesque, sans-serif;
}

.fw_b {
  font-weight: bold;
}

.t_c {
  text-align: center;
}

.t_l {
  text-align: left;
}

.bg_gr {
  background: #F3F2F4;
}

.bg_wh {
  background: #fff;
}

.bg_pi {
  background: #FEF6F6;
}

.bg_bl {
  background: #eff5fe;
}

#topArea {
  width: 100%;
}

.line.bar_repeat::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #000;
  -webkit-animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite;
          animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
            transform: translate3d(0, 185px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
            transform: translate3d(0, 175px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
            transform: translate3d(0, 280px, 0);
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
            transform: translate3d(0, 185px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
            transform: translate3d(0, 175px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
            transform: translate3d(0, 280px, 0);
  }
}

@-webkit-keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@-webkit-keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}

@keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}

@-webkit-keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
            transform: rotate(-163deg) translate3d(0, 40px, 0);
  }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
            transform: rotate(-163deg) translate3d(0, 0, 0);
  }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
            transform: rotate(-163deg) translate3d(0, -37px, 0);
  }
}

@keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
            transform: rotate(-163deg) translate3d(0, 40px, 0);
  }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
            transform: rotate(-163deg) translate3d(0, 0, 0);
  }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
            transform: rotate(-163deg) translate3d(0, -37px, 0);
  }
}

@-webkit-keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
            transform: rotate(163deg) translate3d(0, -34px, 0);
  }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
            transform: rotate(163deg) translate3d(0, 0, 0);
  }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
            transform: rotate(163deg) translate3d(0, 38px, 0);
  }
}

@keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
            transform: rotate(163deg) translate3d(0, -34px, 0);
  }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
            transform: rotate(163deg) translate3d(0, 0, 0);
  }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
            transform: rotate(163deg) translate3d(0, 38px, 0);
  }
}

@-webkit-keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
  }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
            transform: translate3d(45px, 0, 0);
  }
}

@keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
  }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
            transform: translate3d(45px, 0, 0);
  }
}

.animation-start .c-scroll-icon {
  opacity: 1;
  -webkit-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .animation-start .c-scroll-icon {
    right: 25%;
    top: auto;
    bottom: 15%;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .animation-start .c-scroll-icon {
    left: 0;
    right: -5%;
    -webkit-transform: translate(-50%, 0%) scale(0.8);
            transform: translate(-50%, 0%) scale(0.8);
  }
}

.c-scroll-icon {
  width: 21px;
  height: 100px;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 90px;
  margin: 0 auto;
}

.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #fff;
  top: -150px;
  left: 10px;
  -webkit-animation: scroll-line 3s infinite;
          animation: scroll-line 3s infinite;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-line {
    border-left: 1px solid #fff;
  }
}

.c-scroll-icon.single-line {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: translate(0) scale(0.7);
          transform: translate(0) scale(0.7);
}

.c-scroll-icon.single-line .c-scroll-icon-line {
  border-left: 1px solid #fff;
  position: relative;
}

.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  -webkit-animation: triangle-bounce 3s infinite;
          animation: triangle-bounce 3s infinite;
}

.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden;
}

.c-scroll-icon-triangle-mask {
  position: absolute;
}

.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #fff;
  width: 30px;
  right: 0;
  -webkit-animation: triangle-first 3s infinite;
          animation: triangle-first 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.first {
    border-bottom: 1px solid #fff;
  }
}

.c-scroll-icon-triangle-line {
  position: absolute;
}

.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0;
}

.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #fff;
  height: 44px;
  -webkit-transform: rotate(-163deg);
          transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  -webkit-animation: triangle-right 3s infinite;
          animation: triangle-right 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.right {
    border-left: 1px solid #fff;
  }
}

.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1;
}

.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #fff;
  height: 40px;
  -webkit-transform: rotate(163deg);
          transform: rotate(163deg);
  left: 5px;
  top: -3px;
  -webkit-animation: triangle-left 3s infinite;
          animation: triangle-left 3s infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.left {
    border-left: 1px solid #fff;
  }
}

.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden;
}

.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #fff;
  width: 120px;
  left: 0;
  -webkit-animation: triangle-last 3s infinite;
          animation: triangle-last 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.last {
    border-bottom: 1px solid #fff;
  }
}

.page_top_btn img {
  width: 20px;
  z-index: 100;
  position: fixed;
  bottom: 5%;
  right: 5%;
}

@media screen and (min-width: 769px) {
  .page_top_btn img {
    width: 25px;
  }
}

#mainArea {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #mainArea {
    width: 50%;
  }
}

#mainArea #read {
  width: 85%;
  margin: 50px auto 100px;
  font-size: 1.4rem;
  line-height: 2.7rem;
}

@media screen and (min-width: 769px) {
  #mainArea #read {
    margin: 100px auto;
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
}

#mainArea .flexbox {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #mainArea .flexbox {
    width: 85%;
  }
}

#mainArea .flexbox .box_item {
  width: 47%;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #mainArea .flexbox .box_item {
    width: 48%;
    margin-bottom: 30px;
  }
}

#mainArea .select_box {
  width: 100%;
  padding: 40px 5% 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #mainArea .select_box {
    width: 80%;
    margin: 0 auto 100px;
    padding-bottom: 10px;
  }
}

#mainArea .select_box .ttl {
  margin-bottom: 10px;
  font-size: 22px;
}

@media screen and (min-width: 769px) {
  #mainArea .select_box .ttl {
    font-size: 25px;
  }
}

#mainArea .select_box .ttl_sub {
  margin-bottom: 30px;
}

#mainArea #global-nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 10px;
  width: 100%;
  margin-top: 20px;
}

#mainArea .navi {
  width: 90%;
}

#mainArea .navi .box_item {
  width: 24%;
}

#mainArea .navi .box_item a {
  display: block;
  padding: 7px 0;
  color: #fff;
  line-height: 1.8rem;
}

#mainArea .navi .box_item p {
  font-size: 16px;
  font-weight: bold;
}

#mainArea .navi .box_item span {
  font-size: 14px;
}

#mainArea .category_box {
  width: 100%;
  margin: 0 auto 50px;
}

@media screen and (min-width: 769px) {
  #mainArea .category_box {
    width: 80%;
    margin-bottom: 150px;
  }
}

#mainArea .category_box .main_box {
  width: 80%;
  padding-top: 100px;
  margin: 0 auto 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mainArea .category_box .main_box .ttl {
  width: 100%;
  margin-bottom: 50px;
}

#mainArea .category_box .main_box .ttl P {
  font-size: 22px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 1px #F4A5A5;
}

@media screen and (min-width: 769px) {
  #mainArea .category_box .main_box .ttl P {
    font-size: 25px;
  }
}

#mainArea .category_box .main_box .txt {
  font-size: 13px;
  line-height: 2.5rem;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #mainArea .category_box .main_box .txt {
    font-size: 15px;
    line-height: 2.8rem;
  }
}

#mainArea .category_box .style_box {
  width: 100%;
  margin: 0px auto 70px;
}

@media screen and (max-width: 768px) {
  #mainArea .category_box .credit {
    width: 80%;
    margin: 0 auto;
  }
}

#mainArea .category_box ul.price {
  width: auto;
  margin: 30px auto 0px;
  display: inline-block;
}

#mainArea .category_box ul.price a {
  text-decoration: underline;
  display: inline-block;
}

#mainArea .category_box ul.price a:hover {
  color: #909090;
}

#mainArea .category_box .item_box {
  padding: 50px 0 20px;
}

#mainArea .category_box .item_box .ttl {
  font-size: 13px;
  line-height: 1.8rem;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #mainArea .category_box .item_box .ttl {
    font-size: 15px;
    line-height: 2.2rem;
  }
}

#mainArea .category_box .item_box .flexbox .box_item:nth-child(2) img {
  width: 60%;
  margin: 0 auto;
}

#mainArea .category_box .item_box .flexbox .box_item:nth-child(3) img {
  width: 100%;
  margin: 0 auto;
}

#mainArea .category_box .item_box .flexbox .box_item:nth-child(4) img {
  width: 65%;
  margin: 0 auto;
}

#mainArea .category_box .item_box .item_name {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.5rem;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  #mainArea .category_box .item_box .item_name {
    font-size: 12px;
  }
}

#mainArea #category02 .item_box .flexbox .box_item:nth-child(2) img {
  width: 90%;
  margin: 0 auto;
}

#mainArea #category02 .item_box .flexbox .box_item:nth-child(3) {
  width: 100%;
}

#mainArea #category02 .item_box .flexbox .box_item:nth-child(3) img {
  width: 40%;
  margin: 0 auto;
}

#mainArea #category02 .item_box .flexbox .box_item:nth-child(4) img {
  width: 100%;
  margin: 0 auto;
}

#mainArea #category02 .item_box .flexbox .box_item:nth-child(5) img {
  width: 40%;
  margin: 0 auto;
}

#mainArea #category03 .item_box .flexbox .box_item:nth-child(2) img {
  width: 100%;
  margin: 0 auto;
}

#mainArea #category03 .item_box .flexbox .box_item:nth-child(3) {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 0;
}

#mainArea #category03 .item_box .flexbox .box_item:nth-child(3) img {
  width: 20%;
  margin: 0 auto;
}

#mainArea #category03 .item_box .flexbox .box_item:nth-child(4) img {
  width: 100%;
  margin: 0 auto;
}

#mainArea #category03 .item_box .flexbox .box_item:nth-child(5) img {
  width: 80%;
  margin: 0 auto;
}

#mainArea #category04 .item_box .flexbox .box_item:nth-child(2) img {
  width: 100%;
  margin: 0 auto;
}

#mainArea #category04 .item_box .flexbox .box_item:nth-child(3) img {
  width: 70%;
  margin: 0 auto;
}

#mainArea #category04 .item_box .flexbox .box_item:nth-child(4) img {
  width: 60%;
  margin: 0 auto;
}

#mainArea #category04 .item_box .flexbox .box_item:nth-child(5) img {
  width: 50%;
  margin: 0 auto;
}

#mainArea #category04 .item_box .flexbox .box_item:nth-child(6) img {
  width: 60%;
  margin: 0 auto;
}

/* endArea
--------------------------------------*/
footer {
  padding: 50px 0 100px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer a:hover {
  opacity: .6;
}

footer .info {
  font-family: 游明朝体, serif;
}

footer .info p.profile {
  padding-bottom: 30px;
}

footer .info img {
  width: 115px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  footer .info img {
    width: 130px;
  }
}

footer .info p {
  margin-top: 10px;
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  footer .info p {
    margin-top: 20px;
    font-size: 17px;
  }
}

footer .info span {
  display: block;
}

footer .info a img {
  width: 23px;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  footer .info a img {
    width: 26px;
    margin: 30px auto;
  }
}

footer .info .txt {
  width: 80%;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.6rem;
}

footer .info .txt a p {
  font-size: 12px;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  footer .info .txt {
    width: 40%;
    font-size: 12px;
    line-height: 1.8rem;
  }
}

footer #sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 50px;
  width: 60%;
}

footer #sns img {
  width: 40px;
}

@media screen and (min-width: 769px) {
  footer #sns {
    margin-bottom: 100px;
    width: 20%;
  }
  footer #sns img {
    width: 35px;
  }
}

footer #logo {
  width: 125px;
  margin: 0px auto 30px;
}

@media screen and (min-width: 769px) {
  footer #logo {
    width: 140px;
  }
}

footer #logo:hover {
  filter: alpha(opacity=60);
  /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8と9 */
  -moz-opacity: 0.6;
  /* Firefox , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1系 */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .staff_credit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 769px) {
  footer .staff_credit {
    font-size: 1.2rem;
  }
}

footer #copyright {
  text-align: center;
  font-size: 1rem;
}

#pageBody .question {
  background: #fff;
  padding-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  #pageBody .question {
    margin-bottom: 80px;
  }
}

#pageBody .question p {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

@media screen and (min-width: 769px) {
  #pageBody .question p {
    font-size: 15px;
  }
}

#pageBody .question .q_ttl {
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #pageBody .question .q_ttl {
    font-size: 17px;
  }
}

#pageBody .question .qabox {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#pageBody .question .qabox .qabtn {
  width: 47%;
  border: solid 1px #707070;
}

#pageBody .question .qabox .qabtn .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 110px;
  text-align: center;
  font-size: 14px;
  line-height: 2.5rem;
  letter-spacing: 0.01rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #pageBody .question .qabox .qabtn .btnBox {
    font-size: 15px;
    height: 150px;
  }
}

#pageBody .question .qabox .qabtn .btnBox_y {
  background-color: #F3F2F4;
}

article:after,
section:after,
.clrFx:after {
  content: '';
  clear: both;
  display: block;
}

.qalist {
  min-width: 320px;
  max-width: 800px;
  margin: 0 auto;
}

.question:after {
  clear: both;
}
/*# sourceMappingURL=style.css.map */