@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
エリア
====================================================================================*/
html:root {
  font-size: 62.5%;
  background-color: #f3f3f3;
}

@media screen and (max-width: 770px) {
  html:root {
    background-color: #fff;
  }
}

html, body {
  overflow-x: hidden;
  position: relative;
}

/*====================================================================================
テキスト
====================================================================================*/
/*------------------------------------------
基本
------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #333;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  list-style-type: none;
  word-wrap: break-word;
}

body {
  -webkit-font-smoothing: antialiased;
}

/*====================================================================================
ボタン
====================================================================================*/
.btn {
  display: block;
  min-width: 200px;
  max-width: 375px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #333;
  border-radius: 100px;
}

.btn > * {
  display: block;
  color: #333;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
  padding: 5px 0;
  position: relative;
}

.btn > *:after {
  content: "";
  display: block;
  width: 19.5px;
  height: 18.5px;
  background-image: url("https://smtgvs.weathernews.jp/s/pain/survey/images/icon_arrow.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.disabled {
  position: relative;
  opacity: .25;
  pointer-events: none;
}

.btn.disabled:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 共通エリア
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
ヘッダー
====================================================================================*/
#header {
  width: 100%;
  padding: 5px;
  background-color: #fff;
  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;
}

@media screen and (min-width: 770px) {
  #header {
    min-width: 990px;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* WNIロゴ
------------------------------------------*/
.logo-wni {
  width: 125px;
  height: 40px;
  display: block;
  position: relative;
}

.logo-wni .st0 {
  fill: #0C419A;
}

/* サイトロゴ
------------------------------------------*/
.logo_site {
  width: 92px;
  height: 36px;
  display: block;
}

.logo_site > * {
  width: 92px;
  height: 36px;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url("https://smtgvs.weathernews.jp/s/pain/survey/images/logo.svg");
  background-size: 92px 36px;
}

/*====================================================================================
コンテンツ
====================================================================================*/
#main {
  background-color: #fff;
}

@media screen and (min-width: 770px) {
  #content {
    width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 800;
  }
}

@media screen and (max-width: 770px) {
  #main {
    padding-bottom: 40px;
  }
}

.box_L {
  padding: 10px;
}

.box_L:not(:last-child) {
  margin-bottom: 30px;
}

.box_L > *:not(:last-child) {
  margin-bottom: 20px;
}

.box_L.mb10 {
  margin-bottom: 10px;
}

.box_M > *:not(:last-child) {
  margin-bottom: 10px;
}

.fat {
  padding: 0px 10px;
}

/*====================================================================================
フッター
====================================================================================*/
footer {
  margin-top: 60px;
}

footer * {
  text-align: center;
  font-weight: 600;
}

footer .item {
  padding: 10px 0;
  background-color: #fff;
}

footer .copy {
  color: #fff;
  background-color: #0ba1c0;
}

@media screen and (max-width: 770px) {
  footer {
    margin-top: 0;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ アンケート
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.questionnaire {
  padding: 50px;
}

@media screen and (max-width: 650px) {
  .questionnaire {
    padding: 20px;
  }
}

.questionnaire .item_box {
  border: 1px solid #ccc;
}

.questionnaire .item_box > * {
  padding: 15px;
}

.questionnaire__title {
  color: #0ba1c0;
  font-weight: 600;
  background-color: rgba(11, 161, 192, 0.1);
}

.questionnaire__content > * {
  display: inline-block;
}

.questionnaire__content > *:not(:last-child) {
  margin-right: 0;
}

.questionnaire__content .radio01, .questionnaire__content .checkbox01 {
  margin-right: 25px;
}

.questionnaire .err {
  display: block;
  margin-bottom: 10px;
}

.questionnaire .err > * {
  color: #f00;
  font-size: 1.4rem;
}

.questionnaire .err > *:before {
  content: "※";
}

.radio01, .checkbox01 {
  line-height: 2em;
}

@media screen and (max-width: 550px) {
  .radio01, .checkbox01 {
    display: block;
  }
}

.radio01:before {
  content: "";
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1em;
  border-radius: 100px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio01:before {
  background-color: #0ba1c0;
  border: 4px solid #b2ebf6;
  -webkit-transition: .25s;
  transition: .25s;
}

.checkbox01:before {
  content: "";
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1em;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

input[type="checkbox"]:checked + .checkbox01:before {
  background-color: #0ba1c0;
  border: 4px solid #b2ebf6;
  -webkit-transition: .25s;
  transition: .25s;
}

.select01 {
  max-width: 350px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

@media screen and (max-width: 550px) {
  .select01 {
    margin-left: auto;
    margin-right: auto;
  }
}

.select01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: .45em solid transparent;
  border-top: 0.65em solid #0ba1c0;
  border-bottom: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.select01 select {
  width: 100%;
  display: block;
  display: block;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.center {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .center {
    text-align: left;
  }
}

.link a {
  color: #0ba1c0;
  text-decoration: underline;
}

.beginning {
  border: 1px solid #ccc;
  padding: 40px;
}

.beginning > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.beginning * {
  line-height: 1.85em;
}

.beginning .btn {
  line-height: 1em;
}

.beginning .btn * {
  line-height: 1em;
}

.title-beginning {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}

.title-beginning img {
  width: 1em;
  vertical-align: middle;
  margin: 0 10px;
}
