@charset "UTF-8";

/* ==========================================
   1. Reset & General Styles
   ========================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: url("/doaxvv/img/bg.jpg") no-repeat fixed !important;
  background-size: cover !important;
}

body {
  font-size: 14px;
  line-height: 160%;
  color: #333;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  background-color: transparent !important;
  height: 100%;
}

a {
  color: #0070c1;
}

img {
  border: 0;
  max-width: 100%;
}

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

hr,
.title,
.groupset h2,
#body_id_confirm .groupset > h2,
#body_id_confirm .question_desc,
#body_id_confirm .attention,
#groupset2 {
  display: none;
}

/* ==========================================
   2. Layout & Containers
   ========================================== */
#wrapper {
  background-color: rgba(255, 255, 255, 0.83);
  width: 100%;
  max-width: 980px;
  margin: 0 auto 10px;
  box-shadow: 0 0 8px rgba(103, 89, 89, 0.7);
  position: relative;
  overflow-x: hidden;
}

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

header {
  text-align: center;
}

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

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

/* ==========================================
   3. Typography & Headings
   ========================================== */
h1 {
  display: block;
  width: 100%;
  font-size: 300%;
  color: #ab0000;
  font-weight: 100 !important;
  margin: 0 auto;
  border-bottom: dotted 1px #278adb;
}

h1 img {
  width: 100%;
}

h2 {
  display: block;
  width: 100%;
  line-height: 120%;
  padding: 40px 0 10px;
  font-size: 30px;
  color: #ff3f6e;
  font-weight: bold !important;
  border-bottom: 1px dotted #ff3f6e;
  text-align:center;
}

h3 {
  display: block;
  font-size: 130%;
  line-height: 150%;
  color: #fff;
  background: linear-gradient(to right bottom, rgba(11, 174, 250, 0.6), rgba(0, 154, 226, 0.86));
  padding: 0.5em 1em;
  margin-top: 6%;
  border-radius: 7px;
  font-weight: 700 !important;
}

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

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

.info,
label,
input {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.info {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.read {
  color: #2d2d2d;
  font-size: 100%;
  line-height: 1.8;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 2em;
}

.read::after {
  content: "";
  display: block;
  clear: both;
}

.read .img__present {
  float: right;
  width: 40%;
  max-width: 280px;
  margin-left: 1%;
  margin-bottom: 1%;
  margin-right: -5%;
  margin-top: -8%;
  position: relative;
}

.sub {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 80%;
  opacity: 0.85;
}

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

.description ul {
  margin-left: 1.2em;
}

.description ul li {
  list-style-type: disc;
}

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

.notice{color:#666; font-size: 88%; line-height: 1;}
.notice_image{ margin-top: 10px;}
.notice_image img{ width:100%; border-radius:15px;}
.offev-schedule{ text-align: left; width: 90%; margin: 40px auto 0; max-width: 790px;}
.offev-schedule table{ font-size: 115%; color: #2d3654; margin-bottom: 10px;}
.offev-schedule th{ width: 11.5em; vertical-align: top;}
.offev-schedule td{ padding-bottom: 10px;}
.offev-schedule td span{ font-size: 13px;}
.offev-schedule .offev-schedule-notice{ font-weight: 400; font-size: 90%;}

#privacynotice {
  color: #222;
  margin: 0 0 20px;
  font-size: 90%;
  text-align: left;
  font-weight: normal;
}

#privacynotice li{ 
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-weight: normal;
}


/* ==========================================
   4. Forms & Interactive Elements
   ========================================== */
.question {
  margin: 35px 0 0;
}

.question_title {
  display: inline;
}

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

.groupset h3 .question_desc:empty {
  display: none;
}

/* Inputs, Selects & Textareas */
input {
  display: block;
  font-size: 19px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 3px 2%;
  margin: 10px 0 0;
}

input:focus {
  outline: none;
}

input[type="text"],
input.text {
  border-color: #b5dbfd;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}

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

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

select {
  appearance: none;
  font-size: 19px;
  padding: 3px 8px;
  margin: 0;
  width: 30%;
  background: linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background-color: #fff;
  border-color: #b5dbfd;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

/* Options / Group Set */
.groupset {
  margin-bottom: 0;
}

.groupset > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px; 
}

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

.groupset > div > div.option input[type="radio"] {
  display: none;
}

.groupset > div > div.option {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: calc(50% - 5px); 
  margin: 0;
  padding: 0;
  border: 1px #b5dbfd solid;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
}

.groupset > div > div.option > label {
  display: block;
  padding: 0.8em 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  color: #555555;
}

.groupset > div > div.option.selected,
.groupset > div > div.option:has(input[type="radio"]:checked) {
  border-color: #ff3f6e;
  background-color: #fa7a8f;
}

.groupset > div > div.option.selected > label,
.groupset > div > div.option:has(input[type="radio"]:checked) > label {
  color: #fff;
  font-weight: bold;
}

/* Option Plain Layout */
.groupset > div.naked > div.option {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.groupset > div.naked > div.option > select,
.groupset > div.naked > div.option input[type="text"] {
  font-size: 150%;
  border-radius: 6px;
  padding: 0.5em;
  width: 100%;
  color: #555555;
}

.groupset > div.naked > div.option > .text,
.naked .text,
.option.selected .text {
  display: block;
}

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

.option {
  margin-top: 10px;
}

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

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

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

.option .text input[type="text"] {
  margin: 0 0 0.5em;
}

.option input.readonly[type="text"] {
  color: #888;
}

.option .text textarea {
  width: 100%;
  max-width: 100%;
  color: #111;
  padding: 1.5%;
}

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

#btn_area input {
  display: inline;
  width: 30%;
  padding: 10px 0;
  background-image: linear-gradient(0deg, #ff3f6e, #fe5981);
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 2px 6px #444944cc;
  appearance: none;
  font-size: 150%;
}

#btn_area input:hover,
#closebt a:hover,
.mo:hover {
  opacity: 0.8;
}

.free-btn a {
  background: #213d9a;
}

#btn_bck {
  opacity: 0.5;
  filter: grayscale(1);
  margin-right: 0 !important;
}

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

/* ==========================================
   5. Special States & Components
   ========================================== */
#alert {
  display: block;
  background-color: #fe5976;
  padding: 18px 3%;
  margin: 30px 0;
  width: 100%;
  border: solid 1px #ffffff;
  color: #ce0909;
}

#alert p {
  color: #ffffff;
}

.textCheckMessage {
  font-size: 110%;
  color: #f00;
}

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

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

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

/* --- Confirm Page --- */
#body_id_confirm .body {
  background-color: transparent !important;
}

#body_id_confirm span.text {
  font-size: 120%;
  color: #001350;
  font-weight: 100;
  line-height: 1.5;
  margin-left: 1em;
}

#body_id_confirm .option {
  display: block;
  font-size: 120%;
  color: #001350;
  font-weight: 100;
  line-height: 1.5;
  margin-left: 0.75em;
  border: none;
  padding: 0 0.25em;
  background-color: transparent;
}

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

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

#body_id_confirm .notice, #body_id_confirm .notice_image, #body_id_confirm .offev-schedule{display: none;}

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

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

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

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

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

/* ==========================================
   6. Responsive Styles (Media Queries)
   ========================================== */
@media screen and (max-width: 800px) {
  input {
    display: block;
    padding: 3% 3%;
    font-size: 16px;
  }

  .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);
    max-width: 800px;
    margin: 0 auto;
    z-index: 10;
  }

  #contents {
    width: 92%;
  }

  h1 {
    display: flex;
    justify-content: center;
    font-size: 240%;
    text-align: center;
  }

  h1 img {
    width: 140%;
  }

  h2 {
    line-height: 130%;
    padding: 30px 0 10px;
    font-size: 160%;
  }

  h3 {
    font-size: 110%;
  }

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

  .read {
    font-size: 113%;
  }

  select {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }

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

  .groupset > div.naked > div.option > select,
  .groupset > div.naked > div.option input[type="text"] {
  font-size: 120%;
  }

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

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

  #body_id_finish .finishtext {
    text-align: left;
  }

  .hidesp {
    display: none;
  }

  .offev-schedule {
    width: 90%;
    margin-top: 25px;
  }

  .offev-schedule table,
  .offev-schedule tbody,
  .offev-schedule tr,
  .offev-schedule th,
  .offev-schedule td {
    display: block;
    width: 100%;
  }

  .offev-schedule th {
    width: 100%;
    padding-bottom: 2px;
    font-weight: bold;
    color: #111;
  }

  .offev-schedule td {
    padding-bottom: 15px;
  }

  .offev-schedule table {
    font-size: 105%;
  }

}

@media screen and (max-width: 480px) {
  #wrapper {
    width: 96%;
    margin: 2% auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
}