@charset 'utf-8';

/* =========================================================
    共通ヘッダー  / reset css
========================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 12px "M PLUS Rounded 1c";
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none; 
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img { 
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* テキスト選択時の背景・文字色 */
::-moz-selection {
  background: #ffde00;
/*  color: #fff;*/
}
::selection {
  background: #ffde00;
/*  color: #fff;*/
}

html { font-size: 62.5%;}

body {
  width: 100%;
  font-family: YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #3a3134;
  background-color: #ffebf4;
}

/* ------------------------------------------
マーカー
------------------------------------------ */
/* pink */
.pink-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fabcd3));
  background: linear-gradient(transparent 50%, #fabcd3 50%);
}


/* ------------------------------------------
CTAボタン
------------------------------------------ */
.cta-buttons {
  display: none;
  position: relative;
}

.cta-buttons  ul {
  position: fixed;
  z-index: 99999;
  bottom: 100px;
}

/*  キャンペーン  */
.btn-cp a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  border-left: 10px solid #f0f0e7;
  border-top: 10px solid #f0f0e7;
  border-bottom: 10px solid #f0f0e7;
}

.btn-regist a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  position: relative;
  top: 40px;
  border-left: 10px solid #f0f0e7;
  border-top: 10px solid #f0f0e7;
  border-bottom: 10px solid #f0f0e7;
}

@media screen and (min-width: 1024px) {
  .cta-buttons {
    display: none;
  }
  
  .cta-buttons  ul {
    top: 300px;
    right: 0;
  }

  .btn-cp a {
    padding: 20px;
    width: 100px;
    color: #ffffff;
    border-left: 10px solid #f0f0e7;
    border-top: 10px solid #f0f0e7;
    border-bottom: 10px solid #f0f0e7;
  }

  .btn-regist a {
    padding: 20px;
    width: 100px;
    color: #ffffff;
    position: relative;
    top: 40px;
    border-left: 10px solid #f0f0e7;
    border-top: 10px solid #f0f0e7;
    border-bottom: 10px solid #f0f0e7;
  }
}


/* ------------------------------------------
共通ヘッダー（ロゴ＋新規登録・ログインボタン）
------------------------------------------ */
.header {
  width: 100%;
  height: 40px;
  background: #ffffff;
  position: fixed;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 4px #333333;
  box-shadow: 0 0 4px #333333;
}

/* ヘッダーロゴ -------------*/
.header-logo {
  width: 100px;
  padding: 6px;
}

.header-logo img {
  max-width: 100px;
  height: auto;
}


@media screen and (min-width: 769px) {
  .header {
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo img {
    max-width: 146px;
  }


  .header-logo {
    width: auto;
    padding-left: 20px;
  }

}


/* 登録・ログインボタン =============*/
.header-buttons {
  padding-right: 10px;
}

.header-buttons li {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.header-buttons li:first-child {
  margin-right: 5px;
}

.header-buttons li i {
  margin-right: 5px;
}

.header-buttons li a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 11px 20px;
  border: none;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;

}

/*　新規登録ボタン　*/
.btn-yamabuki {
  background-color: #FDB647;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-yamabuki:hover {
  background-color: #f79803;
}

.btn-yamabuki:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-yamabuki:visited {
  color: #ffffff;
}

/*　緑　*/
.btn-green {
  background: #49b9b7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-green:hover {
  background-color: #22a2a0;
}


.btn-green:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green:visited {
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .header-buttons {
    padding-right: 20px;
  }

  .header-buttons li a {
    padding: 11px 40px;
    font-size: 14px;
  }
}


/* ------------------------------------------
固定ナビゲーション（ページ内リンク）
PC　→　右下固定
SP　→　下固定
------------------------------------------ */

nav {
  width: 100%;
}

.nav-bottom {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav li {
  text-align: center;
  background: #2a2a17;
  width: 33.333%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.nav li:nth-child(even) {
  margin: 0 3px;
}

.nav li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 8px 0 0;
  line-height: 2;
}

/* ナビアイコン上 */
.nav-icon {
  display: block;
  text-align: center;
}

.nav-icon img {
  width: 30%;
  max-width: 71px;
}

/* ナビアイコン下（arrow） */
.nav-arrow {
  display: block;
  background: #691111;
  margin-top: 10px;
}

.nav .fas {
  display: block;
  color: #b5a16a;
}

@media screen and (min-width: 769px) {
  .nav-bottom {
    width: 120px;
    right: 0;
  }

  .nav {
    display: block;
  }
  
  .nav li a {
    padding: 12px 0;
  }
  
  .nav li {
    width: 120px;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .nav li:nth-child(even) {
    margin: 0 0 10px;
  }
  
}


/* ------------------------------------------

メインビジュアル

------------------------------------------ */
.section-mainvisual {
  background: #ffebf4 url(../img/mv-pattern.png) 0 bottom repeat-x;
} 



.mainvisual {
  width: 100%;
  max-width: 1200px;
  padding: 56px 20px 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  position: relative;
}

.mainvisual-contents-box {
  position: relative;
}

.mainvisual-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mainvisual-subtitle__label {
  max-width: 120px;
  width: 50%;
  background: #2a3433;
  padding: 0 8px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainvisual-subtitle__text {
  display: block;
  font-size: 12px;
}

/* logo */
.mv-logo {
  display: none;
}

.mainvisual-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  padding: 16px 0;
  line-height: 1.5;
}

/* 左イラスト */
.mainvisual-image-woman {
  display: none;
}

/* 右イラスト */
.mainvisual-image-phone {
  width: 160px;
  position: absolute;
  top: -96px;
  right: -56px;
}

@media screen and (min-width: 769px) {
  .mainvisual {
    padding: 104px 20px 80px;
  }
  
  .mainvisual-title-box > div {
    width: 64%;
    max-width: 769px;
    margin: 0 auto;
    z-index: 1;
}
    
  .mainvisual-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.8;
  }  
    
  .mainvisual-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainvisual-subtitle__label {
    max-width: 160px;
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  
  .mv-logo {
    display: block;
    padding: 0 8px 0 16px;
  }
  .mv-logo img {
    width: 148px;
  }
  
  .mainvisual-lead {
    width: 64%;
    max-width: 769px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2;
  }
  
  .mainvisual-subtitle__text {
    display: inline;
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  .mainvisual-image-phone {
    width: 20%;
    top: -56px;
    right: 0px;
  }
  
  .mainvisual-image-woman {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  
}


/* ------------------------------------------

キャンペーン概要

------------------------------------------ */
.survey-summary__wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
}

.survey-summary {
  width: 100%;
  max-width: 900px;
  padding: 0 20px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.survey-summary__title {
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  padding: 16px 0 8px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e5024f;
  text-align: center;
}

.survey-summary__title span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}

.survey-summary__text {
  line-height: 1.8;
  letter-spacing: 1.5px;
  padding: 10px 0 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.survey-summary__text img {
  width: 104px;
  float: left;
}

@media screen and (min-width: 769px) {
  .survey-summary {
    padding: 24px 20px 64px;
  }
  
  .survey-summary h2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 3.2rem;
    padding: 40px 0 20px;
  }
  
  .survey-summary__title {
    font-size: 4rem;
    padding: 24px 24px;
  }
  
  .survey-summary__text {
    font-size: 16px;
    font-size: 1.6rem;
  }  
}

/*　Step */
/* .point-steps {
} */

.point-step {
  border: 1px solid #e5024f;
}

.point-step dl {
  -webkit-transition: .3s;
  transition: .3s;
}

.point-step dt {
  background: #e5024f;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
}

.point-step dd {
  padding: 8px 16px;
  color:  #e5024f;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point-step dd img {
  margin-right: 8px;
}

.point-step-arrow .fa-caret-right {
  display: none;
}

.point-step-arrow .fa-caret-down,
.point-step-arrow .fa-angle-down {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color:  #f280a7;
  text-align: center;
}

.point-step-arrow .fa-angle-down {
  padding-top: 8px;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: .6;
}

@media screen and (min-width: 769px) {
  .point-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .point-step dd {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .point-step-arrow .fa-caret-down {
    display: none;
  }
  .point-step-arrow .fa-caret-right {
    display: block;
    color: #f280a7;
    font-size: 56px;
    font-size: 5.6rem;
    padding: 0 16px;
    line-height: 1.4;
    text-align: center;
  }
  
  .point-step-arrow .fa-caret-down {
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 1;
  }
  
  .point-step-arrow .fa-angle-down {
    font-size: 96px;
    font-size: 9.6rem;
  }
}


/* マイナポイント申し込み */
.link-myNumberPoint {
  width: 56%;
  min-width: 320px;
  border: 1px solid #e5024f;
  margin: 0 auto;
  margin-bottom: 24px;
  -webkit-transition: .8s;
  transition: .8s;
}

.link-myNumberPoint a {
  color: #e5024f;
  text-align: center;
  padding: 16px 8px;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.link-myNumberPoint:hover {
  background: #f8e5ec;
  color: #FFFFFF;
}

.link-myNumberPoint a::after {
  content: "\f30b";
  font-weight: 900;
  margin-left: 8px;
}




/* お申し込み テキスト */
.point-step__text {
  color: #e5024f;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  padding: 16px 0;
}

.point-step__text span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 769px) {
  .point-step__text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  .point-step__text {
    font-size: 24px;
    font-size: 2.4rem;
  }

  
}



/* ------------------------------------------

調査結果タイトル

------------------------------------------ */
.survey-title__wrap {
  width: 100%;
  color: #FFFFFF;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5024f url(../img/mv-pattern.png) 0 top repeat-x;
}

.survey-title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.survey-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 8px;
}

.survey-title h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #FFFFFF;
  padding: 8px 8px;
  line-height: 1.2;
  margin-bottom: 8px;
  text-align: center;
}

/* .survey-title__lead {
} */

@media screen and (min-width: 769px) {
  .survey-title__wrap {
    padding: 96px 0;
  }
  
  .survey-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 16px;
  }

  .survey-title h2 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 16px 16px;
  }
  
  .survey-title__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  
}

/* ------------------------------------------
設問共通ブロック
------------------------------------------ */
.section-block {
  width: 100%;
  padding: 24px 8px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 奇数　*/
.question-odd {
  background: #fcecd8;
}

/* 偶数　*/
/* .question-even {
  background: #ddf1f2;
} */

.section-title img {
  max-height: 70px;
}

@media screen and (min-width: 769px) {
  .section-block {
    padding: 0 20px 70px;
  }

  .section-title {
    width: 100%;
    font-size: 4rem;
  }  
}


/* 各設問の枠 */
.question-result {
  display: block;
  position: relative;
  background: #FFFFFF;
  padding: 16px 16px 24px;
  margin-bottom: 16px;
}

/*　設問  */
.question-result__qtitle {
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-size:  1.6rem;
  padding: .8rem 0 24px;
  position: relative;
  line-height: 1.5;
  text-align: center;
}

/* Q番号用ラベル*/
.q-label {  
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #e5024f;
  padding: 2px 4px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
  display: block;
  width: 48px;
}

/* アンケート結果 h3 */
.question-result__title {
  width: 100%;
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
  color: white;
  text-align: center;
  background: #e5024f;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.question-result__title span {
  color: #ffde00;
}

/* コメント */
.question-result__comment {
  margin-top: 1.4rem;
/*  line-height: 1.5;*/
}


@media screen and (min-width: 769px) {
  .question-result h2 {
    font-size: 2.4rem;
  }
  
  .q-label {
    width: 16%;
    font-size: 3.2rem;
  }
  
  
  .question-result__qtitle {
    font-size: 2.4rem;
  }
  
  /* アンケート結果 h3 */
  .question-result__title {
    font-size: 2rem;
    padding: 8px 24px;
  }
}

/* FA */
.question-result__fa {
  padding: 20px 0;
/*  border: 2px solid #2a3433;*/
}

/*Pick up */
.fa-2column-box {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  background: #f1787b;
  border: solid 3px #f1787b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fa-2column-box i {
  font-size: 24px;
}

.fa-2column-box:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f1787b;
  z-index: 2;
}

.fa-2column-box:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f1787b;
  z-index: 1;
}



@media screen and (min-width: 769px) {
  .question-result__fa {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .question-result__fa-title {
    font-size: 2.4rem;
    padding: 1rem 0 1rem;
  }
  
  .fa-2column-box__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 24px 56px;
  }
  
  .fa-2column-box__group {
    width: 48%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .fa-2column-box__group:first-child {
    margin-right: 4rem;
  }
}

.question-result-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question-result-area li {
  margin-bottom: 8px;
}

.question-result__area {
  position: relative;
}

.question-result-area__figure{
  position: relative;
  line-height: 0;
  padding-bottom: 16px;
  text-align: center;
}


@media screen and (min-width: 769px) {
  .question-result {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 24px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -40px;
  }

  .question-result-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* .question-result-area__figure {
  } */

  /* 2column */
  .flex-2column {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-2column .question-result {
    width: 50%;
  }

  /* 2column チャート内 */
  .flex-2column .question-result:first-child {
    margin-right: 1.6rem;
  }
  
  .flex-2column-in-result-area {
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 56px;
  }

  .flex-2column-in-result-area > div {
    width: 50%;
    padding-left: 3rem;
  }
  
  .flex-2column .question-result-area__figure {
    width: 100%;
    padding: 24px 0;
  }
}

/* ------------------------------------------
FAバルーン
------------------------------------------ */
/* fontawesome */
.fa-2column-box i,
.fa-balloon__item i
{
  font-size: 3.2rem; 
  margin-right: .4rem;
  position: relative;
}

.fa-balloon__item i {
  font-size: 2.4rem; 
  color: #f1787b;
}

i.fa-female,
i.fa-male
{
  font-size: 1.6rem;
  color: #2C4041;
}

.user-info {
  font-weight: 700;
}

.fa-balloon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fa-balloon__item {
  position: relative;
  display: inline-block;
  margin: 0 1rem 1.8rem;
  padding: 16px;
  width: 100%;
  background: #FFF;
/*  border: solid 3px #555;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fa-balloon__item p {
  margin: 0;
  padding: 0;
}

/* FA テキスト */
.fa-text {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .fa-balloon__item {
    width: 100%;
/*    max-width: 244px;*/
  }
}


/* 反対 */
.disagree .fa-2column-box {
  background: #89827a;
  border: solid 3px #89827a;
}

.disagree .fa-2column-box::before {
  border-top: 12px solid #89827a;
}

.disagree .fa-2column-box::after {
  border-top: 14px solid #89827a;
}

.pickup-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.disagree .fa-balloon__item i {
  font-size: 2.4rem; 
  color: #89827a;
}

/* Q4 */
.q4-chart {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .q4-chart {
    margin-bottom: 32px;
  }
}


/* ------------------------------------------
Q3 
----------------------------------------- */
.q3 .question-result-area__figure {
  padding: 16px 0 32px;
}

.q3 h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .question-result__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .q3 .question-result__title {
    text-align: left;
  }
  
  .question-result__title-wrap > * {
    padding: 16px;
  }
  
  .q3 h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
  }
  
  .q3 .question-result-area__figure {
    padding: 32px 0 56px;
  }
  
  
  .q3 .question-result__comment {
    margin-top: 0;
  }
  
}

/* fa */
.q3-fa h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1.6rem 0 .8rem;
  line-height: 1.5;
  color: #e5024f;
  -webkit-transition: .3s;
  transition: .3s;
}

.q3-fa h2 span {
  background: #e5024f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  border-radius: 50%;
  margin-right: 8px;
}

.q3-fa .fa-item span {
  color: #e5024f;
  font-weight: 900;
}

.q3-fa .fa-item {
  border-top: 1px dotted #e5024f;
  padding: 1.6rem 0;
}


@media screen and (min-width: 769px) {
  .q3-fa h2 {
    font-size: 20px;
    font-size: 2rem;
    
  }

}


/* ------------------------------------------
Q4 イメージ設置
----------------------------------------- */

@media screen and (min-width: 769px) {
  .q4 .question-result {
    background: #FFFFFF url('../img/q4-image.png') no-repeat top right;
    background-size: 20%;
  }
}



/* ------------------------------------------
Q5 FA
----------------------------------------- */
.q5-fa {
  margin-top: 16px;
}

.q5-fa .fa-item {
  border-top: 1px solid #e5024f;
  padding: 16px 0 24px;
  position: relative;
} 

.q5-fa .fa-item img {
  width: 24px;
  margin-right: 8px;
  position: absolute;
  top: -12px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 769px) {

  .q5-fa .fa-item {
    padding: 16px 0 32px;
  } 

  .q5-fa .fa-item img {
    width: 32px;
    top: -16px;
    }
}


/* ------------------------------------------
キャッシュレスについてのコメント
----------------------------------------- */
.editors-comment {
  background: #e5024f;
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.editors-comment h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .editors-comment h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.4;
    padding: 12px 0; 
   }
  .editors-comment .question-result__comment {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------
調査概要 ページ下
----------------------------------------- */
.survey-information {
  max-width: 480px;
  width: 88%;
  border-top: 1px solid #89827a;
  border-bottom: 1px solid #89827a;
  color: #5a554e;
  margin: 24px auto 0;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.survey-information h3 {
  text-align: center;
  font-weight: 700;
}

.survey-information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.survey-information dl dt {
  width: 30%;
}
.survey-information dl dd {
  width: 70%;
}

@media screen and (min-width: 769px) {
  .survey-information {
    margin: 40px auto 0;
  }
}

/* ----------------------------------------
まとめ
----------------------------------------- */
.references {
  background: white;
  padding: 0 0 56px;
}

/* @media screen and (min-width: 769px) {
  .references {
    background: #FFFFFF url('../img/matome-image.png') no-repeat top right;
    background-size: 20%;
  }
} */


.title-matome {
  width: 160px;
  border: 1px solid #3a3134;
  padding: 4px 16px;
  margin: 0 auto;
  text-align: center;
}

/* .references .question-result__title {
} */

.references .question-result__qtitle{
  width: 100%;
}


@media screen and (min-width: 769px) {
  .references {
    padding: 96px 0 96px;
  }
  
  .title-matome {
    border: 1px solid #3a3134;
    font-size: 20px;
    font-size: 2rem;
    padding: 4px 16px;
    font-weight: 900;
  }

  .references .question-result__qtitle{
    font-size: 32px;
    font-size: 3.2rem;
    padding: 32px 0;
  }

}


/* メリット・デメリット共通スタイル　*/
.pros-cons-fa h3 {
  color: #FFFFFF;
  font-weight: 900;
  padding: 16px 16px;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;

}

.pros-cons-fa h3 i {
  font-size: 2.4rem;
  margin-right: 8px;
}

/* メリット */
.cashless-pros-fa {
  padding-bottom: 24px;
}

.cashless-pros-fa h3 {
  background: #e5024f;
  
}

.cashless-pros-fa h3 i {
  font-size: 2.4rem;
  margin-right: 8px;
}

.cashless-pros-fa .fa-item {
  border-bottom: 1px solid #e5024f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
}

.cashless-pros-fa .fa-item::before {
  content: "\f4da";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-right: 8px;
  color: #e5024f;
  
}

/* デメリット */
.cashless-cons-fa h3 {
  background: #656565;
}

.cashless-cons-fa .fa-item {
  border-bottom: 1px solid #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;

}

.cashless-cons-fa .fa-item::before {
  content: "\f119";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-right: 8px;
  color: #656565;
}

@media screen and (min-width: 769px) {
  .pros-cons-fa h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  
  /* メリット */
  .cashless-pros-fa .fa-item {
    border: 1px solid #e5024f;
    margin-bottom: 8px;
    padding: 16px 16px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  /* デメリット */
  .cashless-cons-fa .fa-item {
    border: 1px solid #656565;
    margin-bottom: 8px;
    padding: 16px 16px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 現金の用途 */
.use-for-cash  {
 padding-top: 24px; 
}

.use-for-cash h2 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .8rem 0;
  position: relative;
  line-height: 1.5;
}

.cash-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  border-bottom: 1px dotted #e5024f;
  padding-bottom: 4px;
}

.cash-items li img {
  width: 16%; 
}

.cash-items li span {
  padding-left: 16px;
}

@media screen and (min-width: 769px) {
  .cash-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .cash-items li {
    display: block;
    border-bottom: none;
    padding: 0 8px;
    text-align: center;
  }
  
  .cash-items li img {
    width: 130px;
  }
  
  .cash-items li span {
    display: block;
  }

}
/* ------------------------------------------

SNSシェアボタン

----------------------------------------- */
/* ------------------------------------------
シェアボタン共通デザイン
----------------------------------------- */
.share-button a {
  color: #FFFFFF;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.share-button a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.facebook-link {
  background: #1778F2;
}

.x-link {
  background: #000000;
  margin: 0 1.6rem;
}

.x-link img {
  width: 16px;
  height: auto;
}

.section-block__sns-bottom .x-link img {
  width: 20px;
}

.hatena-link {
  background: rgb(0, 164, 222);
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.facebook-link:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(23, 120, 242, .5);
  box-shadow: 0 4px 12px 0 rgba(23, 120, 242, .5);
}

.x-link:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}

.hatena-link:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 164, 222, .5);
  box-shadow: 0 4px 12px 0 rgba(0, 164, 222, .5);
}


/* ------------------------------------------
記事上
----------------------------------------- */
.section-block__sns-top {
  background: #FFFFFF;
}


.sns-top-area {
  width: 100%;
  max-width: 800px;
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.sns-top-area__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sns-top-area__buttons a {
  font-size: 1.6rem;
  width: 32px;
  height: 32px;
}


/* ------------------------------------------
記事下
----------------------------------------- */
.section-block__sns-bottom {
  background: #f5f7f7;
}

.sns-bottom-area {
  width: 100%;
  max-width: 300px;
  padding: 40px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

/* 吹き出し風三角形 */
.fukidashi-triangle {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 50px 0 50px;
  border-color: white transparent transparent transparent;
}


.sns-bottom-area p {
  text-align: center;
}

.sns-bottom-area__buttons {
  margin: 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sns-bottom-area__buttons a {
  font-size: 2rem;
  width: 48px;
  height: 48px;
}

/* ------------------------------------------
CTAエリア
----------------------------------------- */
.cta-area {
  background: #FFFFFF;
  color: #2a2a17;
}

.cta-area-text {
  padding: 30px 2rem 0;
}

.cta-copy {
  padding: 0 0 20px;
}

.cta-logo {
  display: block;
  text-align: center;
}

.cta-logo img {
  width: 25%;
  max-width: 120px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.cta-text {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.cta-area-btn {
  padding: 20px 20px 40px;
}

.cta-area-btn__above-text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

/* 新規登録ボタン（大） */
.btn-yamabuki-large {
  text-align: center;
}
.btn-yamabuki-large a {
  display: block;
  position: relative;
/*  width: 100%;*/
  max-width: 400px;
  letter-spacing: .1em;
  font-size: 2rem;
  line-height: 1.5;
  background: #fd5147;
  padding: 16px 64px;
  border-bottom: solid 6px #803905;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-yamabuki-large a i {
  margin-right: 10px;
}

.btn-yamabuki-large a:hover {
  -webkit-box-shadow: 0 4px 16px 0 #e59995;
  box-shadow: 0 4px 16px 0 #e59995;
}

.btn-yamabuki-large a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  top: 6px;  
}


.btn-yamabuki-large a:hover {
    text-decoration: none;
    color: #fff;
}
.btn-yamabuki-large a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shiny-btn1 6s ease-in-out infinite;
    animation: shiny-btn1 6s ease-in-out infinite;
}
@keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (min-width: 1024px) {
  .cta-area-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 30px 0;
  }
  
  .cta-area-btn {
    padding: 30px 0 70px;
  }
  
  .cta-area-btn__above-text {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem;
  }
  
  .cta-logo {
    width: auto;
  }

  .btn-yamabuki-large a {
    width: 500px;
    padding: 20px 72px;
  }
}

/* footer **************************************/
footer { 
  background: #152453;
}

.footer {
  text-align: center;
  padding: 3vh; 
}

.footer a:hover {
  text-decoration: underline;
}

.wrap-footer {
  font-size: 13px;
  text-align: left;
  list-style: disc;
}

.wrap-footer li {
  margin-bottom: 2vh;
}

.wrap-footer li a {
  font-weight: bold;
  margin-bottom: 1vh;
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .wrap-footer li {
    margin-bottom: 2vh;
    display: inline-block;
  }
  
  .wrap-footer li:not(:last-child) {
    margin-right: 16px;
  }  
}

@media screen and (min-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 984px;
    margin: 0 auto;
  }

}
.wrap_footer_copy {
  display: block;
  color: #dddddd;
  font-size: 0.6rem;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 2vh 0 0.5vh;
}

/* button back to top */
.toTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10000;
}

@media screen and (max-width: 834px) {
  .toTop {
    position: relative;
    display: block;
    right: 0;
    bottom: 0
  }
}

.toTop a {
  display: block;
  background: rgba(28, 28, 28, 0.8);
  width: 73px;
  height: 73px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(10, 29, 47, 0.4);
  box-shadow: 0 2px 3px 0 rgba(10, 29, 47, 0.4);
}

@media screen and (max-width: 425px) {
  .toTop a {
    width: 100%;
    height: 44px;
    border-radius: 0
  }
}

.toTop a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 21px 12.5px;
  border-color: transparent transparent #fff transparent;
  margin-top: 22px
}

@media screen and (max-width: 425px) {
  .toTop a:after {
    border-width: 0 6.25px 10.25px 6.25px;
    margin-top: 16px
  }
}

.toTop a:hover {
  background: #ffffff;
}



/* =============================================

部分的なスタイリング

=============================================*/

/* textセンタリング用 */
.centered {
  text-align: center;
}

/* 改行 */
.br-sp {
  display: inline;
}
.br-pc {
  display: none;
}
/* PCのみ改行 */
@media screen and (min-width: 769px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline;
  }
}

/* フォント(小 12px) */
.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

/*フォントカラー（pink） */
.text-pink {
  color: #e5024f;
}

/*フォントカラー（grey） */
.text-grey {
  color: #656565;
}
/*フォントカラー（yellow） */
.text-yellow {
 color: #ffd800;
}