@charset "UTF-8";
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Meiryo UI", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

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

html {
  font-family: "Meiryo UI","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka",sans-serif;
  font-size: 62.5%;
  color: #282828; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none; }

a {
  text-decoration: none;
  color: #282828; }

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

img {
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"] {
  vertical-align: middle; }

input[type="checkbox"] {
  vertical-align: middle; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer; }

html, body {
  height: 100%; }

body {
  background-color: #fff; }

footer {
  position: absolute;
  display: table;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: #989898; }
  footer > p {
    display: table-cell;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    vertical-align: middle; }

#l_container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding-bottom: 30px;
  padding-bottom: -webkit-calc(30 / 480 * 100vw);
  padding-bottom: calc(30 / 480 * 100vw); }



#l_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

#l_contents {}


input[type="text"], textarea {
  padding: .6em;
  width: 100%; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: block;
  width: 70%;
  text-align: center;
  padding: 1em;
  margin: 8px auto;
  background-color: #B3CADD;
  border: solid 1px #96B1C8;
  border-radius: 4px; }
  @media screen and (min-width: 960px) {
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
      background-color: #5C809E;
      color: #FFF;
      -webkit-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; } }

select {
  -webkit-appearance: none;
  padding: .4em;
  font-size: 14px;
  font-size: 1.4rem; }

.fz-10 {
  font-size: 10px;
  font-size: 1rem; }

.fz-min16 {
  font-size: 16px;
  font-size: -webkit-calc(16 / 480 * 100vw);
  font-size: calc(16 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .fz-min16 {
      font-size: 16px; } }
  @media screen and (min-width: 960px) {
    .fz-min16 {
      font-size: 32px; } }

.fz-min24 {
  font-size: 24px;
  font-size: -webkit-calc(24 / 480 * 100vw);
  font-size: calc(24 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .fz-min24 {
      font-size: 24px; } }
  @media screen and (min-width: 960px) {
    .fz-min24 {
      font-size: 48px; } }

.fw-b {
  font-weight: bold; }

.ta-c {
  text-align: center; }

.box {

  padding-top: 30px;
  padding-top: -webkit-calc(30 / 480 * 100vw);
  padding-top: calc(30 / 480 * 100vw);
  padding-bottom: 30px;
  padding-bottom: -webkit-calc(30 / 480 * 100vw);
  padding-bottom: calc(30 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .box {
      padding-top: 30px; } }
  @media screen and (min-width: 960px) {
    .box {
      padding-top: 60px; } }
  @media screen and (max-width: 480px) {
    .box {
      padding-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .box {
      padding-bottom: 60px; } }

.spacer_l {
  padding-bottom: 30px;
  padding-bottom: -webkit-calc(30 / 480 * 100vw);
  padding-bottom: calc(30 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .spacer_l {
      padding-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .spacer_l {
      padding-bottom: 60px; } }

.spacer_m {
  padding-bottom: 20px;
  padding-bottom: -webkit-calc(20 / 480 * 100vw);
  padding-bottom: calc(20 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .spacer_m {
      padding-bottom: 20px; } }
  @media screen and (min-width: 960px) {
    .spacer_m {
      padding-bottom: 40px; } }

.spacer_s {
  padding-bottom: 10px;
  padding-bottom: -webkit-calc(10 / 480 * 100vw);
  padding-bottom: calc(10 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .spacer_s {
      padding-bottom: 10px; } }
  @media screen and (min-width: 960px) {
    .spacer_s {
      padding-bottom: 20px; } }

.txt-link {
  text-decoration: underline; }
  @media screen and (min-width: 960px) {
    .txt-link:hover {
      opacity: .7;
      -webkit-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; } }

#form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;

  background-color: #FFF;
  padding: 20px;
  padding: -webkit-calc(20 / 480 * 100vw);
  padding: calc(20 / 480 * 100vw);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  margin-bottom: -webkit-calc(10 / 480 * 100vw);
  margin-bottom: calc(10 / 480 * 100vw); }

.questionnaire {
  margin-top: 10px;
  margin-top: -webkit-calc(10 / 480 * 100vw);
  margin-top: calc(10 / 480 * 100vw);
  margin-bottom: 10px;
  margin-bottom: -webkit-calc(10 / 480 * 100vw);
  margin-bottom: calc(10 / 480 * 100vw);
  border: 1px solid #D9D9D9; }
  @media screen and (max-width: 480px) {
    .questionnaire {
      margin-top: 10px; } }
  @media screen and (min-width: 960px) {
    .questionnaire {
      margin-top: 20px; } }
  @media screen and (max-width: 480px) {
    .questionnaire {
      margin-bottom: 10px; } }
  @media screen and (min-width: 960px) {
    .questionnaire {
      margin-bottom: 20px; } }

.sending {
  margin-top: 30px;
  margin-top: -webkit-calc(30 / 480 * 100vw);
  margin-top: calc(30 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .sending {
      margin-top: 30px; } }
  @media screen and (min-width: 960px) {
    .sending {
      margin-top: 60px; } }

.head, .data {
  padding: 10px;
  padding: -webkit-calc(10 / 480 * 100vw);
  padding: calc(10 / 480 * 100vw); }
  @media screen and (max-width: 480px) {
    .head, .data {
      padding: 10px; } }
  @media screen and (min-width: 960px) {
    .head, .data {
      padding: 20px; } }

.head {
  float: left;
  width: 100%;
  font-weight: bold;
  background-color: #ECECEC; }
  @media screen and (min-width: 600px) {
    .head {
      width: 33.33333%; } }
  @media screen and (min-width: 600px) {
    .head {
      background-color: #FFF; } }

.data {
  float: left;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .data {
      width: 66.66667%; } }
  @media screen and (min-width: 600px) {
    .data {
      border-left: 1px dotted #D9D9D9; } }

.button {
  float: left;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .button {
      width: 50%; } }

.zip {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #122B57;
  border-radius: 2px;
  text-align: center;
  padding: 8px;
  margin: 8px 0 16px 0; }
  @media screen and (min-width: 960px) {
    .zip:hover {
      opacity: .7;
      -webkit-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; } }

.error_messe {
  color: #FF0000; }

*[class^="l_row"]:after {
  content: "";
  clear: both;
  display: block; }

*[class$="offset"] {
  margin: -10px 0 0 -10px; }
  *[class$="offset"] > * {
    padding: 10px 0 0 10px; }

#is_loading_animation {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 500; }

#is_loading_icon {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  color: #FFF;
  z-index: 600; }

.is_move_out {
  margin-top: 64px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.is_move_in {
  margin-top: 0px;
  opacity: 1; }

#is_page_top {
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 300; }
  #is_page_top a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3B3B3B;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1280px) {
      #is_page_top a:hover {
        background-color: #3B3B3B;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; } }

.bn{
	background-color: #C0272D;
position: relative;}
.bn img,.house{
    width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 750px) {
	.pc_view{display:none;}}

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