@charset "UTF-8";
/* 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

b {
  font-weight: bold;
}

label {
  padding-right: 20px;
}

input[type="text"],
textarea {
  border: none;
  background: #f9f9f9;
}

input[type="text"] {
  height: 100%;
  width: 100%;
  padding: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  input[type="text"] {
    position: relative;
  }
}

textarea {
  width: 100%;
  padding: 25px;
  resize: vertical;
  height: 300px;
  line-height: 1.7;
  display: block;
}
@media only screen and (max-width: 768px) {
  textarea {
    height: 160px;
  }
}

.select_default select {
  padding: 0 52px 0 10px;
  font-size: 15px;
  max-width: 100%;
  min-width: 150px;
  height: 50px;
  line-height: 39px;
  border: none;
  background: #fff;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .select_default select {
    width: 100%;
    font-size: 14px;
  }
}
.select_default label {
  display: inline-block;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .select_default label {
    display: block;
    margin-bottom: 10px;
  }
}
.select_default label:before {
  display: block;
  content: "";
  position: absolute;
  top: 60%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 2px;
  border: 12px solid transparent;
  border-top: 16px solid #444;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

:placeholder-shown {
  color: #aaa;
}
@media only screen and (max-width: 768px) {
  :placeholder-shown {
    font-size: 13px;
  }
}

::-webkit-input-placeholder {
  color: #aaa;
}
@media only screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
}

.input_default:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

::-ms-expand {
  display: none;
}

/*--------------------------
common
---------------------------*/
body {
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: inherit;
    overflow-x: hidden;
  }
}

body * {
  box-sizing: border-box;
}

a,
a:link,
a:visited,
a:active {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

/*--------------------------
main visual
---------------------------*/
#mv {
  background: #FF237E;
  padding: 60px 0 20px;
}
@media only screen and (max-width: 768px) {
  #mv {
    padding: 30px 0 0;
  }
}
#mv .mv_top {
  background: #fff;
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mv .mv_top {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
  }
}
#mv .mv_top figure {
  text-align: center;
}
#mv .mv_top .heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #mv .mv_top .heading {
    margin-bottom: 15px;
  }
}
#mv .mv_top .chara {
  position: absolute;
  right: 100px;
  top: 51%;
}
@media only screen and (max-width: 768px) {
  #mv .mv_top .chara {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) {
  #mv .mv_top .txt {
    margin-top: -40px;
  }
}
#mv .mv_top .text {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #mv .mv_top .text {
    text-align: left;
    font-size: 16px;
  }
}
#mv .mv_top .text span {
  color: #FF237E;
}
#mv .mv_bottom {
  text-align: center;
  background: url(../images/img_sunburst_01.png) no-repeat left center, url(../images/img_sunburst_02.png) no-repeat right center;
}
@media only screen and (max-width: 768px) {
  #mv .mv_bottom {
    background-position: left bottom,right center;
  }
}
#mv .mv_bottom .bottom_head {
  margin-bottom: 20px;
}
#mv .mv_bottom .block dl {
  margin-bottom: 30px;
}
#mv .mv_bottom .block dl dt {
  margin-bottom: 15px;
}
#mv .mv_bottom .block dl dt img {
  max-width: 355px;
}
@media only screen and (max-width: 768px) {
  #mv .mv_bottom .block dl dt img {
    width: 100%;
  }
}
#mv .mv_bottom .bag {
  position: relative;
  margin-bottom: 30px;
}
#mv .mv_bottom .bag img {
  position: relative;
  z-index: 2;
}
#mv .mv_bottom .bag figcaption {
  position: absolute;
  top: 35%;
  right: 8%;
  padding: 20px 20px 20px 100px;
  border: 2px #fff dotted;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #mv .mv_bottom .bag figcaption {
    position: relative;
    top: 0;
    right: 0;
    padding: 15px;
    margin-top: 10px;
  }
}
#mv .mv_bottom .bag figcaption p {
  margin-bottom: 20px;
}
#mv .mv_bottom .bag figcaption p span {
  padding: 0 40px 10px;
  font-size: 20px;
  border-bottom: 2px #fff solid;
}
#mv .question {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #mv .question {
    padding-bottom: 15px;
  }
}

/*--------------------------
question
---------------------------*/
#question {
  padding: 20px 0 60px;
}
#question .block {
  text-align: center;
  margin-bottom: 40px;
}
#question .block .heading {
  margin-bottom: 20px;
}
#question .block ul {
  padding: 0 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #question .block ul {
    padding: 0;
  }
}
#question .block ul li {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #question .block ul li {
    width: calc(50% - 10px /2);
  }
}
@media only screen and (max-width: 768px) {
  #question .block ul li:first-child {
    margin-right: 10px;
  }
}
#question .block ul li:first-child::before {
  position: absolute;
  top: 50%;
  right: calc(0% - 22px);
  width: 43px;
  height: 22px;
  background: url(../images/bg_or@2x.png) no-repeat center center;
  background-size: 43px 22px;
  content: "";
}
@media only screen and (max-width: 768px) {
  #question .block ul li:first-child::before {
    top: 48%;
    z-index: 99;
  }
}
#question .block ul li .img {
  padding-top: 15px;
}
#question .block ul li .img img {
  pointer-events: none;
  max-width: 280px;
}
@media only screen and (max-width: 768px) {
  #question .block ul li .img img {
    width: 100%;
  }
}
#question .block ul li .img figcaption {
  width: 282px;
  margin: 15px auto;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #question .block ul li .img figcaption {
    width: 100%;
  }
}
#question .block ul li .btn_wrap {
  text-align: center;
}
#question .block ul li .btn_wrap a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px;
  width: 220px;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  #question .block ul li .btn_wrap a {
    width: 100%;
  }
}
#question .block ul li .btn_wrap a:hover {
  opacity: .4;
}
#question .block .error {
  margin-top: 30px;
}
#question .block .error span {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #FF237E;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  min-width: 700px;
}
@media only screen and (max-width: 768px) {
  #question .block .error span {
    min-width: auto;
    width: 100%;
    font-size: 16px;
  }
}
#question .block .error span::before {
  content: "※";
  margin-right: 4px;
}
#question .block .error span::after {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FF237E transparent;
  content: "";
}
#question [type="radio"]:checked, #question [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#question [type="radio"]:checked ~ label, #question [type="radio"]:not(:checked) ~ label {
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
#question [type="radio"]:checked ~ label:hover span, #question [type="radio"]:not(:checked) ~ label:hover span {
  box-shadow: none;
}
#question [type="radio"]:checked ~ label span, #question [type="radio"]:not(:checked) ~ label span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  background: #FF237E;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
  border-radius: 10px;
  box-shadow: 6px 5px 4px 0px #111;
  border: 3px transparent solid;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  #question [type="radio"]:checked ~ label span, #question [type="radio"]:not(:checked) ~ label span {
    position: relative;
    width: 95%;
    margin: 0 0 5px;
    font-size: 20px;
  }
}
#question [type="radio"]:checked ~ label span {
  background: #fff;
  color: #FF237E;
  border-color: #FF237E;
}
#question input[type="text"].size_s {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #question input[type="text"].size_s {
    width: 50%;
  }
}

#form {
  padding: 50px 0;
  background: #FF237E url(../images/bg_sunburst.png) no-repeat center 100px;
}
@media only screen and (max-width: 768px) {
  #form {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  #form.complete {
    padding: 30px;
  }
}
#form.complete .comp_heading {
  padding: 40px;
  background: #fff;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #form.complete .comp_heading {
    border-radius: 20px;
  }
}
#form.complete .tanks_message {
  text-align: center;
}
#form.complete .tanks_message p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #form.complete .tanks_message p {
    font-size: 16px;
  }
}
#form.complete .tanks_message figure img {
  max-width: 181px;
}
#form.complete .btn_wrap .btn {
  background-image: none;
  color: #111;
  font-size: 24px;
  max-width: 400px;
}
#form .narrow_wrapper {
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #form .narrow_wrapper {
    width: 100%;
    padding: 0 10px;
  }
}
#form .heading {
  text-align: center;
  margin-bottom: 30px;
}
#form .heading img {
  max-width: 357px;
}
@media only screen and (max-width: 768px) {
  #form .heading img {
    width: 100%;
  }
}
#form .form_layout dl {
  margin-bottom: 20px;
  padding: 0 80px;
}
@media only screen and (max-width: 768px) {
  #form .form_layout dl {
    padding: 0;
  }
}
#form .form_layout dl dt {
  padding-left: 40px;
  background: url(../images/ico_star@2x.png) no-repeat left center;
  background-size: 34px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #form .form_layout dl dt {
    padding: 5px 0 5px 40px;
  }
}
#form .form_layout dl dd label {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}
#form .form_layout dl dd .holder {
  margin-bottom: 10px;
}
#form .form_layout dl dd .notice {
  color: #fff;
}
#form .form_layout dl dd .search {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  background: #000;
  text-align: center;
  width: 100px;
  height: 50px;
  letter-spacing: .5em;
  line-height: 50px;
}
#form .form_layout dl dd .error {
  margin-top: 15px;
}
#form .form_layout dl dd .error span {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #ffe3e3;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  color: #c10000;
}
#form .form_layout dl dd .error span::after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffe3e3 transparent;
  content: "";
}
#form .form_layout dl.tbl {
  width: 100%;
  display: table;
}
@media only screen and (max-width: 768px) {
  #form .form_layout dl.tbl {
    display: block;
  }
}
#form .form_layout dl.tbl dt, #form .form_layout dl.tbl dd {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #form .form_layout dl.tbl dt, #form .form_layout dl.tbl dd {
    display: block;
  }
}
#form .form_layout dl.tbl dt {
  width: 160px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #form .form_layout dl.tbl dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
#form .btn_wrap {
  text-align: center;
  margin-top: 40px;
}
#form .btn_wrap .btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  background: #fff url(../images/img_submit@2x.png) no-repeat center center;
  background-size: 151px 37px;
  padding: 20px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 5px #000 solid;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
}
#form .btn_wrap .btn:hover {
  opacity: .6;
}
#form .law_text {
  margin-top: 70px;
  color: #fff;
  text-align: center;
}
#form .law_text dl {
  margin-bottom: 20px;
  font-size: 13px;
}
#form .law_text dl dt {
  margin-bottom: 5px;
  font-size: 16px;
}
#form .law_text dl dd {
  line-height: 1.6;
}
#form [type="radio"]:checked, #form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#form [type="radio"]:checked + label, #form [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
#form [type="radio"]:checked + label:before, #form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 11px);
  left: -5px;
  background: #fff;
  border-radius: 100%;
}
#form [type="radio"]:checked + label:before, #form [type="radio"]:not(:checked) + label:before {
  border-radius: 100%;
}
#form [type="radio"]:checked + label:after, #form [type="radio"]:not(:checked) + label:after {
  border-radius: 100%;
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#form [type="radio"]:checked + label:after, #form [type="radio"]:not(:checked) + label:after {
  left: -1px;
  top: calc(50% - 7px);
  width: 16px;
  height: 16px;
  background: #000;
}
#form [type="radio"]:not(:checked) + label:after,
#form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#form [type="radio"]:checked + label:after,
#form [type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#form input[type="text"].size_s {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #form input[type="text"].size_s {
    width: 50%;
  }
}

/*--------------------------
#footer
---------------------------*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#page-top a {
  padding: 10px;
  background: #ccc;
  border-radius: 100px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
