@charset "UTF-8";

/*=============================================
WordPressプラグインの設定
=============================================*/

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #e5f2fa;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #a1c3e0;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #a1c3e0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #e5f2fa;
}

@media (max-width: 600px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 4px 8px;
  }
}
span.extend {
  border: none !important;
}

[aria-label="First Page"],
[aria-label="Last Page"] {
  font-size: 1.2rem;
}

/*---------------------------------
パンくずリストレイアウト
---------------------------------*/
.l-bg-bread {
  background: url(../img/common/bg-yellow.jpg) center center;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}

.breadcrumbs {
  margin-bottom: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 10px 20px 10px;
  margin-bottom: 0 !important;
}
.breadcrumbs > span, .breadcrumbs span a {
  color: #839D2B;
}
.breadcrumbs > span:last-of-type {
  color: #333;
}

.breadcrumbs i::before {
  margin: 0 5px;
}


/*---------------------------------
コンタクトフォーム7
---------------------------------*/

/* 入力エリアの幅をリセット　*/

.c-contact table {
  width: 100%;
  margin-bottom: 10px;
}
.c-contact table th,
.c-contact table td {
  border: 1px solid #ccc;
  padding: 5px;
}
.c-contact table th {
  width: 140px;
  background-color: #dae2ec;
}
.c-contact span.hissu {
  color: #c00;
  font-weight: bold;
}
.c-contact input,
.c-contact select,
.c-contact textarea {
  margin: 3px 0 5px 0;
}
.c-contact span.wpcf7-list-item-label {
  font-size: 1.6rem;
}
.c-contact .your-furi input[type=text],
.c-contact .your-email input[type=text],
.c-contact .your-telno input[type=text],
.c-contact .your-address input[type=text] {
  width: calc(100% - 10px);
}
@media (max-width: 767px) {
  .c-contact .your-name input[type=text],
  .c-contact .your-email input[type=email],
  .c-contact .company-name input[type=text] {
    width: 90%;
  }
}
.c-contact .your-post input[type=text] {
  width: 100px;
}
.c-contact .caution-box {
  font-size: 18px;
  letter-spacing: 0.3rem;
  border-bottom: 1px solid #c22;
  padding: 10px 10px 5px;
  line-height: 100%;
  font-weight: bold;
}
.c-contact .contact-caution-box {
  font-size: 14px;
  line-height: 170%;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #4ea1d8;
  background-color: #e8f5fd;
  padding: 15px;
  margin: 10px 10px 20px;
}
.c-contact p.btn input {
  display: block;
  margin: 0 auto;
}
.c-contact select {
  padding: 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.c-contact .bt-submit {
  width: 218px;
  margin: 10px auto;
}
.c-contact .form-width {
  max-width: 100%;
}
.c-contact .wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 0px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
.c-contact dt {
  font-weight: bold;
  font-size: 15px;
}
.c-contact dt,
.c-contact dd {
  padding: 10px 20px 0;
  margin: 0;
  font-size: 13px;
}
.c-contact dd {
  margin-bottom: 10px;
}
.c-contact input,
.c-contact textarea {
  border: 1px solid #ccc;
  padding: 6px 8px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 4px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .c-contact input,
  .c-contact textarea {
    width: 100%;
  }
}
.c-contact textarea {
  width: 97.5%;
}
.c-contact .wpcf7 input.wpcf7-submit:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: -2px;
  position: relative;
}
.c-contact .wpcf7-captchac {
  border: 1px solid #ccc;
}
.c-contact .name {
  max-width: 200px;
}
.c-contact input.address,
.c-contact textarea.message {
  max-width: 400px;
  color: #ccc;
}
.c-contact input.wpcf7-submit {
  font-size: 14px;
  margin: 20px auto;
  padding: 14px 30px;
  background: #f2f2f2;
  color: #363b3f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: solid 4px #dcdcdc;
}
.c-contact input.wpcf7-submit:hover {
  background-color: #dcdcdc;
  color: #666;
}
.c-contact .wpcf7-not-valid {
  background: #f8d3d9;
}
.c-contact span.wpcf7-not-valid-tip {
  font-size: 80%;
}
.c-contact .wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.c-contact .wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.c-contact .wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
.c-contact .wpcf7-form-control-wrap[data-name=name01],
.c-contact .wpcf7-form-control-wrap[data-name=name02] {
  display: inline-block;
  position: relative;
}
.c-contact .required {
  color: #f00;
}
.c-contact .att {
  color: #3b7527;
  margin-left: 1em;
}
.c-contact .privacy {
  margin: 20px;
  overflow: scroll;
  height: 150px;
  padding: 20px;
  font-size: 13px;
  border: 1px solid #ccc;
  background: #fff;
}
.c-contact .agree {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}
.c-contact .bt-agree {
  text-align: center;
  margin: 20px auto;
  font-size: 15px;
}
.c-contact .bt-agree input {
  margin-right: 10px;
}
.c-contact .form-att {
  margin: 20px 20px 50px;
  font-size: 14px;
}
.c-contact button.btn-privacy {
  border: none;
  background: none;
}
.c-contact .btn-privacy {
  margin: 20px 0 20px 20px;
  display: block;
}
.c-contact .btn-privacy a {
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 10px 30px;
  display: block;
  background: #fff;
  text-decoration: none;
  font-size: 16px;
}
.c-contact .btn-privacy a:hover {
  background: #f2f2f2;
}
.c-contact ::-webkit-input-placeholder {
  color: #aaa;
}
.c-contact ::-moz-placeholder {
  color: #aaa;
}
.c-contact :-ms-input-placeholder {
  color: #aaa;
}
.c-contact ::-ms-input-placeholder {
  color: #aaa;
}
.c-contact ::placeholder {
  color: #aaa;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}