@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Meiryo", sans-serif;
}

a {
  color: #000;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.is-visibleSp {
  display: none;
}

@media screen and (max-width: 500px) {
  .is-visibleSp {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .is-visibleSp {
    display: none;
  }
}

/* container
--------------------------------------------------------- */
#container {
  padding: 0 20px;
}

.contents {
  max-width: 1100px;
  margin: 0 auto;
}

.page-request {
  margin-bottom: 100px;
}

.page-confirm {
  padding: 0 0 200px;
}

.page-finish {
}

@media screen and (max-width: 767px) {
  .page-request {
    margin-bottom: 50px;
    padding: 0 0 40px;
  }
  .page-confirm {
    padding: 0 0 40px;
  }
}

/* header
--------------------------------------------------------- */
.intro-form__header__logo {
  display: inline-block;
  margin: 40px 0 70px 0;
}

h1 {
  font-size: 30px;
  margin: 0 0 35px 0;
  line-height: 1.7;
}

.page_finish h1 {
  margin: 0 0 50px 0;
}

h1 span {
  display: inline-block;
  background: #f40000;
  color: #fff;
  vertical-align: top;
  letter-spacing: 2px;
  font-size: 24px;
  margin: 0 0 0 10px;
  padding: 5px 8px 2px 8px;
}

header p {
  font-size: 24px;
  margin: 0 0 80px 0;
}

header .address_description {
  line-height: 1.8;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .intro-form__header__logo {
    margin-bottom: 40px;
  }
  header h1 {
    font-size: 20px;
    margin: 0 0 25px 0;
  }
  header h1 span {
    letter-spacing: 1px;
    font-size: 15px;
  }
  header p {
    margin: 0 0 50px 0;
    font-size: 14px;
  }
  header .is-visiblePc {
    display: none;
  }
}

/* nav
--------------------------------------------------------- */
nav {
  max-width: 750px;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  nav {
    max-width: 550px;
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 780px) {
  nav {
    max-width: 100%;
  }
}

nav ul {
  zoom: 1;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

nav ul:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) , print {
  nav ul {
    margin-top: -4px;
    padding: 0;
  }
}

nav li {
  position: relative;
  float: left;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
}

nav li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

nav li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

nav li:first-child:before {
  display: none;
}

nav li:last-child:after {
  display: none;
}

@media screen and (min-width: 781px) , print {
  nav li {
    padding: 0 18px 0 18px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Yu Gothic", "Meiryo", sans-serif;
  }
  nav li:before {
    left: -12px;
    width: 12px;
  }
  nav li:after {
    width: 12px;
    background-image: url("../cmn_images/bg-progress-defaultright_pc.png");
  }
  nav li:first-child {
    padding-left: 13px;
  }
  nav li:last-child {
    padding-right: 13px;
  }
  .contents nav li:last-child {
    padding-right: 25px;
  }
  nav li.is-current {
    background-color: #ededed;
  }
  nav li.is-current:before {
    background-image: url("../cmn_images/bg-progress-currentleft_pc.png");
  }
  nav li.is-current:after {
    background-image: url("../cmn_images/bg-progress-currentright_pc.png");
  }
}

@media screen and (max-width: 780px) {
  nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px 0 5px;
    height: 75px;
    line-height: 14px;
    font-size: 11px;
    font-weight: bold;
    width: -webkit-calc(( 100% + 4px)/4);
    width: -moz-calc(( 100% + 4px)/4);
    width: calc(( 100% + 4px)/4);
  }
  nav li:before {
    left: -10px;
    width: 10px;
  }
  nav li:after {
    width: 10px;
    background-image: url("../cmn_images/bg-progress-defaultright_sp.png");
  }
  nav li:last-child {
    width: -webkit-calc(( 100% + 4px)/5 - 9px);
    width: -moz-calc(( 100% + 4px)/5 - 9px);
    width: calc(( 100% + 4px)/5 - 9px);
    margin: 0 0 0 10px;
    padding: 0;
  }
  .page-finish nav li:last-child {
    width: calc(( 100% + 4px)/4�@- 4px);
    margin: 0;
    padding: 0 15px 0 12px;
  }
  nav li.is-current {
    background-color: #f2f2f2;
  }
  nav li.is-current:before {
    background-image: url("../cmn_images/bg-progress-currentleft_sp.png");
  }
  nav li.is-current:after {
    background-image: url("../cmn_images/bg-progress-currentright_sp.png");
  }
  nav li span {
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 374px) {
  nav li {
    padding-left: 6px;
    font-size: 10px;
  }
}

@media screen and (max-width: 374px) {
  nav li span .is-visibleSp {
    display: block;
  }
}

/* footer
--------------------------------------------------------- */
footer {
  background: #eeeeee;
  padding: 0 20px;
}

#contents__footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 0;
}

#contents__footer__inner p {
  font-size: 10px;
  color: #a7a7a7;
}
