@charset "UTF-8";
/*==================================================
reset
====================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
}

article {
  padding: 0 15px;
}

h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
h1::after {
  background-color: #000;
  border-radius: 2.5px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 250px;
  margin: 10px auto 0 auto;
}

h2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.inputWrapper {
  margin-top: 20px;
}

.q {
  background-color: #eeeeee;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.q_name {
  font-size: 14px;
}

.require {
  background-color: #ff7272;
  border-radius: 5px;
  width: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.optional {
  background-color: #fff;
  border: 0.5px solid #000;
  border-radius: 5px;
  width: 50px;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

input:valid:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e2f1ff inset;
          box-shadow: 0 0 0 1000px #e2f1ff inset;
}

.a {
  margin-top: 10px;
}
.a .inputS {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  height: 40px;
}
.a .inputM {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
}
.a .inputTel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
}
.a .inputMail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
}
.a .inputYear {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  width: 30%;
}
.a .inputMonth {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  width: 20%;
}
.a .inputDay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  width: 20%;
}
.a .inputL {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.a .inputDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  width: 40%;
}
.a .inputTime {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  width: 30%;
}
.a .inputCheck {
  margin-top: 10px;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.a .radioBtn {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.a .radioV {
  position: relative;
  top: -6px;
  margin-top: 10px;
}
.a .attention {
  font-size: 12px;
  margin: 5px 0;
  line-height: 14px;
}
.a .unit {
  margin-left: 5px;
}
.a .form-bg:valid {
  background-color: #e2f1ff;
}
.a .form-bg:invalid {
  background-color: #ffd8d8;
}

div.topWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  min-height: 100vh;
}

div.topWrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

div.topWrap > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

div.topWrap > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

h1.top::after {
  display: none;
}

.linkWrap {
  margin: 30px 0 150px;
}

.linkList {
  width: 72.46%;
  display: block;
  margin: 0 auto;
}
.linkList a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.linkList a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.linkList .sale {
  background-color: #de6384;
  margin-top: 45px;
}
.linkList .request {
  background-color: #319fc9;
  margin-top: 25px;
}

.top img {
  width: 100%;
  height: auto;
}

.infoBldg .baikyaku {
  margin-bottom: 10px;
}

.labelWrap {
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  width: 150px;
  padding: 10px 30px 10px 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.labelWrap:last-of-type {
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 20px 6px 5px;
}
.labelWrap:last-of-type input[type=text] {
  width: 200px;
}
.labelWrap input[type=checkbox] {
  position: relative;
  top: 0;
  margin: 0 5px 0;
}

.confirm {
  margin-top: 30px;
}
.confirm .privacy {
  background-color: #eeeeee;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.confirm .privacy p:nth-of-type(1) {
  font-size: 16px;
}
.confirm .privacy p:nth-of-type(1) input {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.confirm .privacy p:nth-of-type(2) {
  font-size: 12px;
  margin-top: 10px;
}

.btnSubmit {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #4a56ab;
  border: 1px solid #4a56ab;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.btnSubmit:hover {
  opacity: 0.5;
}

.btnBack {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  color: #464646;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.btnBack:hover {
  opacity: 0.5;
}

.btnSubmit[type=submit][disabled] {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

.btnSubmit[type=submit][disabled]:hover {
  opacity: 1;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  margin-top: 40px;
}
footer .logo {
  width: 50%;
  margin: 0 auto 10px auto;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .company {
  font-size: 8px;
}
footer .company p {
  margin-top: 5px;
}