@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

input[type="text"] {
  letter-spacing: 0;
}

a {
  color: #0070c1;
}

body {
  font-size: 14px;
  line-height: 160%;
  color: #333;
  font-family: 'Lucida Grande',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    Meiryo, メイリオ, sans-serif;
  background-color: #fff;
  background-image: url('bg.jpg');
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

img {
  border: 0;
}

#wrapper {
  background-color: rgba(255, 255, 255, 0.83);
  width: 100%;
  max-width: 980px;
  margin: 0 auto 10px;
  box-shadow: 0px 0px 8px rgba(103, 89, 89, 0.7);
  position: relative;
}

#contents {
  width: 90%;
  margin: 0 auto 0;
}

.title {
  display: none;
}

header {
  text-align: center;
}

hr {
  display: none;
}

h1 {
  display: block;
  width: 100%;
  line-height: 120%;
  padding: 0 0 10px;
  font-size: 300%;
  color: #ab0000;
  font-weight: 100 !important;
  margin: 0 auto 0px;
}

h1 img {
  width: 100%;
}

h2 {
  display: block;
  width: 100%;
  line-height: 120%;
  padding: 40px 0 10px;
  font-size: 30px;
  color: #ab0000;
  font-weight: bold !important;
  border-bottom: 1px dotted rgb(195, 40, 40);
}

h3 {
  font-size: 130%;
  line-height: 150%;
  color: #333;
  display: block;
  padding: 30px 0 10px;
  font-weight: 700 !important;
}

h4 {
  display: inline;
  line-height: 120%;
  font-size: 18px;
  color: #ab0000;
  font-weight: 700 !important;
}

.read {
  color: #2d2d2d;
  padding-bottom: 40px;
  display: block;
  font-size: 125%;
  line-height: 1.8;
  text-align: center;
  padding-top: 10px;
}

.description {
  margin-bottom: 30px;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}


.groupset {
  margin-bottom: 40px;
}

#body_id_confirm .groupset>h2 {
  display: none;
}

.groupset>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.groupset>div>h3 {
  width: 100%;
}

.groupset>div>h3[data-qNum] {
  position: relative;
  padding-left: 6em;
  overflow: hidden;
}

.groupset>div>h3[data-qNum]:before {
  content: attr(data-qNum);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5em;
  background-color: rgba(0, 0, 0, 0.32);
}


.groupset>div>div.option {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: nowrap;
  width: 49%;
  margin: 0.5%;
  padding: 0 0.7em;
  border: 2px #BBB solid;
  border-radius: 5px;
}

.width-full .option {
  width: 100% !important;
}

.groupset>div>div.option>label {
  display: inline-block;
  padding: 0.8em 0;
  /*width: calc(100% - 20px);*/
  width: 100%;
}

.groupset>div>div.option.selected {
  border-color: #7d0000;
  background-color: rgba(255, 255, 214, 0.816);
}

.groupset>div.naked>div.option {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0.25em;
  border: none;
  border-radius: 0;
}

.groupset>div.naked>div.option>select {
  font-size: 200%;
  border-radius: 6px;
  padding: 0.2em 0.5em;
}

.groupset>div.naked>div.option>.text {
  display: block;
  width: 100%;
}

.groupset>div.naked>div.option input[type="text"] {
  font-size: 200%;
  border-radius: 6px;
  padding: 0.2em 0.5em;
  width: 100%;
}

.groupset>div.naked>div.option>label {
  display: inline;
  padding: 0;
  width: auto;
}

.question {
  margin: 35px 0 0;
}

.question_title {
  display: inline;
}

input {
  display: block;
  border: none;
  border-radius: 8px;
  font-size: 19px;
  border: 1px solid #ccc;
  padding: 3px 2%;
  margin: 10px 0 0;
}

.text input {
  max-width: 100%;
}

input[type="text"] {
  width: 100%;
}

.naked input[type="text"] {
  border-color: #333;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

textarea {
  display: block;
  border: none;
  border-radius: 3px;
  font-size: 120%;
  border: 1px solid #ccc;
  padding: 3px 2%;
  margin: 10px 0 0;
  max-width: 96%;
  width: 96%;
  background-color: #fff;
  color: #777;
}



.question_desc {
  display: inline-block;
  color: #de0101;
  font-size: 12px;
  padding: 0 12px;
  border-radius: 20px;
  border: solid 1px #de0101;
  margin-left: 10px;
  line-height: 1.8;
}


input:focus {
  outline: none;
}

#btn_area {
  text-align: center;
  margin: 50px 0 20px;
}

#btn_area input {
  display: inline;
  width: 30%;
  height: auto;
  padding: 10px 0;
  background-image: linear-gradient(0deg, #7d0000, #ce0000);
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(30, 70, 30, 0.8);
  -webkit-appearance: none;
  font-size: 150%;
  border: solid;
  2px #af0054;
}

#btn_area input:hover {
  opacity: 0.8;
}

#footer {
  text-align: center;
  padding: 30px 0 10px;
  color: #999;
}

#footer address {
  font-size: 11px;
}

#alert {
  display: block;
  background-color: rgba(255, 255, 255, 0.79);
  padding: 18px 3%;
  margin: 0 0 30px;
  width: 100%;
  left: 0;
  top: 0;
  border: solid 1px #ce0909;
  color: #ce0909;
}


#alert p {
  border-bottom: solid 1px rgba(255, 255, 255, 0.37);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.option {
  margin-top: 10px;
}

.option input {
  display: inline;
  margin: auto 5px auto 0;
}

.option label {
  font-size: 16px;
  color: #333;
}

b {
  font-weight: bold !important;
  color: #ab0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 19px;
  padding: 3px 8px;
  margin: 10px 0 0;
  width: 30%;
  background: url(arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background-color: #fff;
  background-size: 20px, 100%;
}

input.text {
  width: 100%;

}

/*---confirm---*/


#body_id_confirm span.text {
  font-size: min(3vw, 30px);
  /*120%;*/
  color: #ab0000;
  font-weight: 100;
  line-height: 1.5;
  /*margin-left:1em;*/
}

#body_id_confirm .option span.text {
  margin-left: 0;
}

#body_id_confirm .option {
  display: block;
  margin: 8px 0 0;
  font-size: 120%;
  color: #ab0000;
  font-weight: 100;
  line-height: 1.5;
  /*margin-left:1em;*/
  margin: 0.5%;
  padding: 0 0.7em;
}

#body_id_confirm .question_desc {
  display: none;
}

#body_id_confirm .attention {
  display: none;
}

#body_id_confirm #btn_bck {
  background-color: #666;
  margin-right: 20px;
}

/*---confirm---*/

#finish {
  display: block;
  margin: 30px 0 0;
  text-align: center;
}


#finish h3 {
  font-size: 27px;
  color: #f90;
  font-weight: 800;
  display: block;
  text-align: center;
  background-color: transparent;
  margin: 0 0 20px;
}

#finish p {
  display: block;
  font-size: 15px;
  color: #333;
  text-align: center;
}

/*----Finish----*/
#body_id_finish .finishtext {
  margin-top: 5%;
  font-size: 120%;
  text-align: center;
}

@media screen and (max-width:640px) {
  #body_id_finish .finishtext {
    text-align: left;
  }
}

#body_id_finish .finish__buttons {
  text-align: center;
}

#body_id_finish .finish__btn {
  display: inline-block;
  margin: 2%;
  font-size: 120%;
  background: linear-gradient(to bottom, #FFF, #CCC);
  border: 1px #999 solid;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 3px rgba(255, 255, 255, 0.7) inset;
  width: 12em;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  color: #333;
}

#closebt a {
  display: inline-block;
  border-radius: 20px;
  background-color: #a00;
  color: #fff;
  margin: 30px 0 0;
  padding: 2px 15px;
}

#closebt a:hover {
  opacity: 0.8;
}

h6 {
  border: 2px solid #D60;
  border-radius: 30px;
  padding: 2px 15px;
  color: #d60;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 16px;
}

#kt {
  position: absolute;
  padding: 10px;
  width: 10%;
  max-width: 80px;
  right: 0;
}

#kt img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 800px) {
  input {
    display: block;
    padding: 1% 2%;
    font-size: 14px;
  }

  .question_desc {
    display: inline-block;
    text-align: left;
    font-size: 9px;
    padding: 0.2px 6px;
    margin: 5px 0 0;
  }

  .option input[name="q9272"] {
    display: inline;
    width: auto;
  }

}




@media screen and (max-width: 639px) {

  #wrapper {
    background-color: rgba(255, 255, 255, 0.89);
    width: 100%;
    max-width: 800px;
    margin: 0;
    /*border-radius: 3px;*/
    /*box-shadow: 2px 2px 8px rgba(0,0,0,0.5);*/
    position: relative;
    z-index: 10;
  }

  #contents {
    width: 92%;
    margin: 0 auto 0;
  }

  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-size: 270%;
    z-index: 0;
  }

  h1 {
    font-size: 240%;
    text-align: center;
  }

  h1 img {
    width: 100%;
  }


  h3 {}

  h2 {
    display: block;
    width: 100%;
    line-height: 130%;
    padding: 0px 0 10px;
    font-size: 160%;
    color: #ab0000;
    font-weight: bold !important;
  }

  .read {
    text-align: left;
    font-size: 113%;
  }



  #btn_area input {
    width: 43%;
    height: auto;
    padding: 15px 0;
  }

  #body_id_confirm #btn_bck {
    background-color: #666;
    margin-right: 5%;
  }

  h4 {
    display: block;
    line-height: 120%;
    font-size: 16px;
    padding-left: 0.3em;
  }

  .option input[name="q9272"] {
    display: inline;
    width: auto;
  }

  select {
    font-size: 14px;
  }

  .option label {
    color: #333;
    font-size: 14px;
  }

  .hidesp {
    display: none;
  }


  select {
    max-width: 100%;
    width: 100%;
  }

}




/*---オプション---*/


.attention {
  display: inline-block;
  line-height: 140%;
  font-size: 12px;
  color: #333;
  margin: 10px 0 0;

}

#privacynotice {
  color: #333;
  margin: 30px 0 20px;
  font-size: 90%;
  text-align: left;
}

.mo:hover {
  opacity: 0.8;
}

@media all and (-ms-high-contrast:none) {
  select {
    background-image: none;
    background-color: #fff;
  }
}



.cp-box img {
  width: 100%;
}

.qe1 label {
  font-size: 130%;
}

.qe2 label {
  font-size: 130%;
}