@charset "UTF-8";
/* =============================================================================
   common
========================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 640px) {
  body {
    font-size: 12px;
  }
}

.container {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}

a, button {
  -webkit-transition: .3s;
  transition: .3s;
}
a:hover, button:hover {
  opacity: .8;
}

h1 {
  font-size: 2em;
}
@media (max-width: 640px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 1.5em;
}
@media (max-width: 640px) {
  h2 {
    font-size: 1.3em;
  }
}

.p-table {
  width: 100%;
}
.p-table th, .p-table td {
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  background: #fff;
}
.p-table thead th {
  background-color: transparent;
  padding: 10px;
  font-size: 18px;
  border: none;
  font-weight: bold;
}
@media (max-width: 640px) {
  .p-table thead th {
    font-size: 14px;
  }
}

.p-btn {
  margin: 50px 0 0 0;
  text-align: center;
}
.p-btn > a, .p-btn > button {
  display: inline-block;
  min-width: 192px;
  padding: 7px 14px;
  color: #fff;
  font-size: 16px;
  background-color: #ff5454;
  border: 2px solid #de3030;
  box-shadow: 2px 2px 0 #de3030;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 640px) {
  .p-btn > a, .p-btn > button {
    font-size: 13px;
    padding: 7px 14px;
  }
}

.p-sp__block {
  display: none;
}
@media (max-width: 640px) {
  .p-sp__block {
    display: block;
  }
}

@media (max-width: 640px) {
  .p-sp__none {
    display: none;
  }
}

/* =============================================================================
   header
========================================================================== */
.p-header {
  width: 100%;
  height: 150px;
  background: #e7eda2;
  border-bottom: 28px solid #3eb134;
}
.p-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.p-header .container img {
  width: 100%;
}
.p-header .container .img01 {
  max-width: 380px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-header .container div {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 640px) {
  .p-header {
    height: 123px;
    border-bottom: 20px solid #3eb134;
  }
  .p-header .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-header .container .img01 {
    max-width: 320px;
    right: 0;
    margin: auto;
  }
  .p-header .container div {
    position: relative;
    z-index: 2;
    width: 90%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
  }
}

/* =============================================================================
   footer
========================================================================== */
.p-footer {
  padding: 55px 0 70px 0;
  background: #e7eda2;
  border-top: #e8e3d6 solid 5px;
}
.p-footer .p-site__branding {
  max-width: 90px;
}
.p-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}
.p-footer ul li:not(:last-child) {
  margin-right: 15px;
}
.p-footer ul li:before {
  content: "＞";
  padding-right: 2px;
}
.p-footer ul li a {
  text-decoration: none;
  color: #333;
}

.p-copy {
  text-align: right;
  background: #3eb134;
  padding: 10px 5px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
}

/* =============================================================================
   p-main__img
========================================================================== */
.p-main__img h1 {
  margin: 0;
}
.p-main__img img {
  width: 100%;
}
@media (max-width: 640px) {
  .p-main__img img {
    min-width: inherit;
  }
}
.p-main__img p {
  margin: 70px 0 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ee6c00;
  text-shadow: 2px 2px 3px #ffffff;
  background: #e7eda2;
  padding: 30px;
  border: 5px solid #3eb134;
}
@media (max-width: 640px) {
  .p-main__img p {
    margin: 40px 0 0 0;
    font-size: 16px;
  }
}

/* =============================================================================
   サービス
========================================================================== */
.p-service article {
  margin: 80px 0;
}
.p-service article > .p-table {
  border-collapse: separate;
  border-spacing: 10px 10px;
  border: 1px solid #aaa;
  background: #F4F5F7;
}
.p-service article > .p-table:not(:first-of-type) {
  border-top: none;
}
@media (max-width: 640px) {
  .p-service article {
    margin: 40px 0;
  }
}
.p-service .p-service__item {
  width: 50%;
  border-radius: 5px;
}
.p-service .p-service__item .p-service__header {
  border-bottom: 1px dotted #aaa;
  overflow: hidden;
}
.p-service .p-service__item .p-service__header .p-check__wrapper {
  position: relative;
  height: 150px;
  padding: 5px;
}
.p-service .p-service__item .p-service__header .p-check__wrapper:hover label {
  border: 5px solid #ed6d00;
  opacity: 1;
}
.p-service .p-service__item .p-service__header label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  border: 5px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.p-service .p-service__item .p-service__header input {
  display: none;
}
.p-service .p-service__item .p-service__header img {
  display: block;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-service .p-service__item .p-service__header .p-icon {
    position:  absolute;
    top: 5px;
    left: 5px;
    background-color: orange;
    color:  #fff;
    text-align:  center;
    padding: 5px 10px;
    z-index: 0;
    font-size: 15px;
}
@media (max-width: 640px) {
  .p-service .p-service__item .p-service__header .p-check__wrapper {
    height: 80px;
  }
  .p-service .p-service__item .p-service__header label {
    background-size: 60px;
  }
  .p-service .p-service__item .p-service__header .p-icon {
      top: 2px;
      left: 2px;
      padding: 2px;
      font-size: 9px;
  }
}
.p-service .p-service__item .p-service__header.active label {
  background-image: url(../../img/plus/bg_check.png);
  background-color: rgba(0, 0, 0, 0.7);
  border: 5px solid transparent;
  opacity: 1;
}
.p-service .p-service__item .p-service__body {
  padding: 10px;
}
.p-service .p-service__item .p-service__body p:last-of-type {
  margin-bottom: 0;
}
.p-service .p-service__item .p-service__body .p-atent {
  display: block;
  background-color: #3eb134;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 640px) {
  .p-service .p-service__item .p-service__body {
    padding: 5px;
  }
  .p-service .p-service__item .p-service__body .p-atent {
    font-size: 16px;
    padding: 5px;
  }
}
.p-service .p-service__item .p-service__link {
  padding: 10px;
  border-top: 1px solid #aaa;
}
.p-service .p-service__item .p-service__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-service .p-service__item .p-service__link ul li {
  padding: 0 10px;
  text-align: center;
  font-size: 10px;
}
.p-service .p-service__item .p-service__link .p-tel {
  font-size: 16px;
}
.p-service .p-service__item .p-service__link .p-tel .p-tel__name {
  font-size: 12px;
}
.p-service .p-service__item .p-service__link .p-tel a {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.p-service .p-service__item .p-service__link .p-tel .p-contact__time {
  font-size: 10px;
}
.p-service .p-service__item .p-service__link .p-btn {
  margin: 0 0 5px 0;
}
@media (max-width: 640px) {
  .p-service .p-service__item .p-service__link ul {
    display: block;
  }
  .p-service .p-service__item .p-service__link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-table__b .p-service__item {
  width: 100%;
}
.p-table__b .p-service__item .p-service__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #aaa;
}
.p-table__b .p-service__item .p-service__header .p-check__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 317px;
  -ms-flex-preferred-size: 317px;
  flex-basis: 317px;
  height: auto;
  padding: 10px 50px;
  border-right: 1px solid #aaa;
}
.p-table__b .p-service__item .p-service__header img {
  height: 140px;
}
.p-table__b .p-service__item .p-service__header .p-service__content {
  -ms-flex-preferred-size: calc(100% - 317px);
  flex-basis: calc(100% - 317px);
  max-width: calc(100% - 317px);
  padding: 10px;
}
.p-table__b .p-service__item .p-service__body {
  text-align: center;
}
@media (max-width: 640px) {
  .p-table__b .p-service__item .p-service__header .p-check__wrapper {
    padding: 10px;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .p-table__b .p-service__item .p-service__header img {
    width: 100%;
    height: auto;
  }
  .p-table__b .p-service__item .p-service__header .p-service__content {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.p-balloon {
  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;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #F3F5F6;
  box-shadow: 0px 0px 8px 2px #999999;
}
.p-balloon .p-btn {
  margin: 0;
  padding: 10px;
}
.p-balloon .p-btn button, .p-balloon .p-btn a {
  width: 234px;
  font-size: 14px;
  padding: 10px;
  box-shadow: none;
  border: none;
}
.p-balloon .p-backTop a {
  background: #1b7ecc;
}
@media (max-width: 640px) {
  .p-balloon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7.5px;
  }
  .p-balloon .p-btn {
    padding: 2.5px 5px;
  }
  .p-balloon .p-btn a, .p-balloon .p-btn button {
    min-width: inherit;
    font-size: 12px;
  }
}

/* =============================================================================
   入力画面
========================================================================== */
.p-stepNav {
  margin-bottom: 50px;
}
.p-stepNav ul {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-stepNav ul li {
  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;
  font-size: 16px;
  text-align: center;
}
.p-stepNav ul li:not(:last-child):after {
  content: "▶︎";
  font-size: 32px;
  margin: 0 5px;
  color: #aaa;
}
.p-stepNav ul li div {
  width: 110px;
  border-radius: 8px;
  padding: 20px;
  background: #aaa;
  color: #fff;
  letter-spacing: 1px;
}
.p-stepNav ul .current div {
  background: #ed6d00;
}
@media (max-width: 640px) {
  .p-stepNav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-stepNav ul li {
    width: 100%;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .p-stepNav ul li:not(:last-child):after {
    content: "▼";
    font-size: 16px;
  }
  .p-stepNav ul li div {
    width: 100%;
    padding: 5px;
  }
}

span.required {
  margin-left: 4px;
  padding: 4px 5px;
  background-color: #eb665e;
  font-size: 12px;
  font-weight: normal;
  border-radius: 3px;
  color: #fff;
}

span.errorMessage {
  margin: 10px 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: block;
  color: red;
  font-size: 14px;
}

.p-form {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .p-form {
    padding: 50px 0;
  }
}
.p-form h2 {
  background: #F4F5F7;
  border: 1px solid #aaa;
  padding: 10px;
}
.p-form h3 {
  font-weight: bold;
  margin: 0;
}
.p-form h3:before {
  content: "■";
  margin-right: 5px;
}
.p-form form dl dt, .p-form form dl .p-input__ttl {
  font-size: 16px;
  padding-bottom: 5px;
}
.p-form form dl dd {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.p-form form input[type="text"], .p-form form input[type="number"], .p-form form input[type="tel"], .p-form form input[type="email"], .p-form form textarea, .p-form form select {
  width: 100%;
  font-size: 16px;
  padding: 8px;
  border: 1px solid #aaa;
}
.p-form form .input {
  margin: 0 -10px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-form form .input div {
  width: 50%;
  padding: 0 10px;
}
.p-form form .input span.errorMessage {
  padding: 0 10px;
}
.p-form form .datepickerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-form form .datepickerWrap input {
  width: 200px;
  margin-right: 10px;
}
.p-form form .datepickerWrap img {
  width: 30px;
}
.p-form form input[name="postal-num"], .p-form form input[name="new-postal-num"] {
  width: 90px;
}
.p-form form .postal {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-form form .postal div {
  width: auto;
}
.p-form form .postal .auto-input {
  margin: 0;
}
.p-form form .postal .auto-input button {
  min-width: inherit;
  border: none;
  box-shadow: none;
  background: #1b7ecc;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
}
.p-form form .add {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-form form .add div {
  width: auto;
}
.p-form form .add div:last-of-type {
  width: calc(100% - 190px);
}
.p-form form .add select {
  height: 42px;
  width: 170px;
  border-radius: 0;
}
@media (max-width: 640px) {
  .p-form form .add {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-form form .add div {
    width: 100%;
  }
  .p-form form .add select {
    margin-bottom: 10px;
  }
  .p-form form .add input[name="add"], .p-form form .add input[name="new-add"] {
    width: 100%;
  }
}
.p-form form input[name="build"], .p-form form input[name="new-build"] {
  width: 50%;
}
@media (max-width: 640px) {
  .p-form form input[name="build"], .p-form form input[name="new-build"] {
    width: 100%;
  }
}
.p-form form .p-service__preferred .p-input__ttl {
  margin-top: 10px;
}

/* =============================================================================
   確認画面
========================================================================== */
.p-finish table {
  margin-bottom: 50px;
}
.p-finish table th, .p-finish table td {
  text-align: left;
  vertical-align: top;
}
.p-finish table thead th {
  font-size: 1.17em;
}
.p-finish table thead th:before {
  content: "■";
  margin-right: 5px;
}
.p-finish table tbody th {
  white-space: nowrap;
  padding-right: 10px;
}
.p-finish .p-check {
  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;
  margin: 50px 0 0 0;
  text-align: center;
}
.p-finish .p-btn {
  margin-top: 20px;
}
.p-finish button[disabled="disabled"] {
  opacity: .5;
  cursor: inherit;
}
.p-finish button[disabled="disabled"]:hover {
  opacity: .5;
}
.p-finish .p-select__service {
  margin-bottom: 50px;
}
.p-finish .p-select__service ul {
  margin: 0;
  padding-left: 2em;
}

.p-privacy {
  width: 100%;
  height: 200px;
  overflow: auto;
  border: 1px solid #aaa;
  padding: 10px;
}
.p-privacy * {
  font-size: 11px;
}
.p-privacy h4 {
  font-size: 14px;
  margin: 0;
}
.p-privacy ul {
  padding: 0;
  line-height: none;
}

/* =============================================================================
   完了
========================================================================== */
.finish .p-service h2 {
  border: 1px solid #aaa;
  background: #F4F5F7;
  padding: 10px;
}
