/* 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  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, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**/

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #444;
  font-family: sans-serif;
  font-size: 1.5rem;
}

#h1-001 {
  background-image: url(../img/mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  height: 220px;
  text-align: center;
  width: 100%;
}

#h1-001 big {
  display: table-cell;
  vertical-align: middle;
}

#h1-001 h1 {
  font-size: 2.8rem;
  padding-bottom: 32px;
  position: relative;
}

#h1-001 h1::after {
  background-color: #e1001e;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 70px;
}

#form {
  margin: 0 auto;
  width: 1000px;
}

.intro {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 50px 0;
  position: relative;
  text-align: center;
}

.intro::before {
  background-color: #444;
  content: '';
  display: inline-block;
  height: 1px;
  margin-right: 1em;
  vertical-align: middle;
  width: 1em;
}

.intro::after {
  background-color: #444;
  content: '';
  display: inline-block;
  height: 1px;
  margin-left: 1em;
  vertical-align: middle;
  width: 1em;
}

.row {
  border-bottom: 1px solid rgb(204, 204, 204);
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.row.ymd {
  align-items: center;
  margin-top: 40px;
  width: 100%;
}

.intro + .row {
  padding-top: 0;
}

.question {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.6;
  width: 235px;
}

.free,
.required {
  width: 105px;
}
.free span,
.required span {
  background-color: rgb(225, 0, 30);
  color: rgb(255, 255, 255);
  display: block;
  line-height: 30px;
  text-align: center;
  width: 47px;
}

.free span {
    background-color: #000;
    color: rgb(255, 255, 255);
}

.answer {
  width: 660px;
}

.answer .row {
  border: none;
  padding: 0;
}

.answer .row input {
  margin: 0;
}

.answer br {
  display: none;
}

.caption {
  color: #999;
  margin-top: 20px;
}

.label {
  line-height: 30px;
  margin: 10px 0;
}

.label:first-child {
  margin-top: 0;
}

.group_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0;
}

.radio, .checkbox {
  background-image: url(../img/ico_check.png);
  background-repeat: no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
  display: block;
  line-height: 34px;
  margin: 20px 0 0;
  padding: 0 20px 0 54px;
  position: relative;
  width: 50%;
}

.radio.col_4, .checkbox.col_4 {
  width: 25%;
}

.radio.col_1, .checkbox.col_1 {
  width: auto;
}

.radio.on, .checkbox.on {
  background-image: url(../img/ico_checked.png);
}

.radio input, .checkbox input {
  cursor: pointer;
  height: 34px;
  left: 0;
  margin: 0;
  opacity: .0001;
  position: absolute;
  top: 0;
  width: 34px;
  z-index: -1;
}

input[type='text'] {
  background-color: #eee;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 15px 20px;
  width: 100%;
}

.input_col_2 {
  width: 48%;
}

.input_col_ymd {
  align-items: center;
  display: flex;
  width: 84%;
}

.input_col_ymd:first-child {
  width: 12%;
}

.input_col_ymd input[type='text'] {
  margin: 0 20px;
}

.input_col_ymd input[name='q_209_year'] {
  margin-left: 0;
}

.input_col_ymd input[name='q_209_mon'], .input_col_ymd input[name='q_209_day'] {
  width: 70%;
}

textarea {
  background-color: #eee;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1.5rem;
  min-height: 140px;
  padding: 15px 20px;
  width: 100%;
}

.select_area {
  position: relative;
}

.select_area::after {
  background-image: url(../img/ico_select.png);
  background-size: 50px 50px;
  content: '';
  height: 50px;
  line-height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.select_area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1.5rem;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}

.privacy {
  background-color: #f2f2f2;
  margin-top: 50px;
}

.privacy .inner {
  padding: 40px;
}

.privacy a {
  color: #e1001e;
}

.privacy .tit {
  color: #e1001e;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.privacy ul li {
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}

.privacy ul li::before {
  background-color: #e1001e;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 5px;
}

.privacy ul li + li {
  margin-top: 5px;
}

input[type='submit'] {
  background-color: #e1001e;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 65px;
  line-height: 65px;
  margin: 50px 0;
  width: 30%;
}

.message {
  line-height: 2;
  text-align: center;
  width: 100%;
}

/* 扉ページcss 打ち消し */
div#form > br {
  display: none;
}

div#header {
  display: none;
}

div#isu_content {
  background: #fff;
  border: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
}

div#isu_form {
  padding: 0;
}

div#footer_bottom {
  display: none;
}


