@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #ff2300;
}

body {
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background-color: #373737;
  background-size: cover;
  background-position: center;
}

.bg{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bg-body{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}

img {
  border: 0;
}

ul,
ol {
  margin-left: 1.5em;
}

ul>li {
  list-style-type: disc;
  margin-bottom: 0.2em;
}

ol>li {
  list-style-type: decimal;
  margin-bottom: 0.2em;
}

#wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 10px;
  position: relative;
}

#contents {
  width: 85%;
  margin: 0 auto 0;
  text-align: center;
}

.title {
  display: none;
}

header {
  margin-top: 3rem;
  text-align: center;
}

hr {
  display: none;
}

h1 {
  display: block;
  width: 100%;
  line-height: 150%;
  padding: 0 0 10px;
  font-size: 200%;
  font-size: min(5.4vw, 50px);
  color: #ff2300;
  font-family: serif;
  font-weight: 700 !important;
  margin: 0% auto 0%;
  text-shadow: 0 0 7px #000;
}

h1 img.panelboard {
  display: block;
  width: 100%;
  margin: 0 auto 2rem;
}

h2 {
  display: block;
  width: 100%;
  line-height: 120%;
  padding: 0px;
  font-size: 200%;
  color: #f8fed4;
  font-weight: bold !important;
  text-align: center;
}

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: space-between;
}

.groupset>div>h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

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

.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: #8f45bf;
  background-color: rgb(255 255 255)
}

.groupset>div.naked>div.option {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  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"],
.groupset>div.naked>div.option input[type="number"] {
  font-size: 150%;
  /*border-radius: 6px;*/
  padding: 0.2em 0.5em;
  width: 100%;
  margin-top: 0;/*10px;*/
}

.groupset>div.naked#zip>div.option input[type="text"],
.groupset>div.naked#tel>div.option input[type="text"] {
  width: auto;
}

.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;
  padding: 3px 2%;
  margin: 10px 0 0;
}

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

input[type="text"] {
  border: 1px #a7a7a7 solid;
  /*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);*/
  width: 100%;
}

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: #b51900;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  border: solid 1px #b51900;
  margin-left: 10px;
  line-height: 12px;
}


input:focus {
  outline: none;
}

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

#btn_area input {
  display: inline;
  width: 30%;
  height: auto;
  padding: 0.8em 0;
  background-image: linear-gradient(0deg, #922bd1, #6d00ce);
  color: #ebd9b6;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(30, 70, 30, 0.8);
  -webkit-appearance: none;
  font-size: 150%;
  background: url(/smusou25th/assets/img/tex_btn.jpg) center center / cover no-repeat;
  border: solid 1px #ebd9b6;
  border-radius: 40px;
  transition: all 0.5s;
  width: 16em;
}

#btn_area input:hover {
  opacity: 0.6;
  box-shadow: 0 0 10px #fff;
}

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

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

#alert {
  display: block;
  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: 120%;
  /*120%;*/
  color: #fff;
  font-weight: 300;
  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 {
  margin-right: 20px;
  filter: grayscale(100%);
}

/*---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 {
    font-size: 12px;
  }

  #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%;
  width: 12em;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  color: #fff;
  background: url(/smusou25th/assets/img/tex_btn.jpg) center center / cover no-repeat;
  border: solid 1px #ebd9b6;
  border-radius:40px;
  transition: all 0.5s;
  width: 16em;
}

#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;*/
  font-size: 150%;
  margin-bottom: 0.5em;
}

#kt {
  margin: 0 auto;
  padding: 10px;
  width: 20%;
  max-width: 75px;
}

#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 {
    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;
    padding: 1em;
  }

  #contents {
    width: 100%;
    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 {
    height: auto;
    padding: 15px 0;
  }

  #body_id_confirm #btn_bck {
    margin-right: 0;
  }

  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%;
  }

}

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

}


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

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

}

#privacynotice {
  color: #d0d0d0;
  margin: 30px 0 20px;
  font-size: 90%;
  text-align: left;
  padding: 0 1em;
  font-weight: normal;
}

#privacynotice h6 {
  font-weight: bold;
}

#privacynotice li {
  font-weight: normal;
}

.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%;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .br-sp {
    display: block;
  }
}