@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
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;
  box-sizing: border-box;
}

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

ol, 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;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  background: #F5F4E3;
  word-break: break-all;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
  color: #487800;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #487800;
  text-decoration: none;
}

input[type=submit],
button[type=submit] {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #999;
  padding: 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #999;
  padding: 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  background: url(../img/icon_select.png) no-repeat 96% center;
  background-size: 13px 13px;
}

.l-page {
  padding: 0 15px;
}

.l-header {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 25px 0;
  }
}

.l-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px;
  border-top: 5px solid #83af01;
  background: #FFF;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 30px 20px 40px 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
}

.l-footer {
  padding: 30px 0;
}

.c-btn-common,
a.c-btn-common {
  display: inline-block;
  width: 250px;
  padding: 15px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  background: #83af01;
  border-radius: 5px;
  text-decoration: none;
}

.c-btn-send {
  margin-top: 40px;
  text-align: center;
}
.c-btn-send input {
  display: inline-block;
  width: 250px;
  padding: 15px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  background: #83af01;
  border-radius: 5px;
}

.c-label-hissu {
  display: inline-block;
  background: #DC3C00;
  font-size: 11px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  margin-left: 5px;
  padding: 3px 5px 4px 5px;
  border-radius: 2px;
}

.c-label-ninni {
  display: inline-block;
  background: #007ACC;
  font-size: 11px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  margin-left: 5px;
  padding: 3px 5px 4px 5px;
  border-radius: 2px;
}

.p-logo {
  text-align: center;
}
.p-logo img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .p-logo img {
    width: 300px;
  }
}

.p-copyright {
  font-size: 13px;
  text-align: center;
  color: #666;
}

.p-title-lead {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.4;
  color: #487800;
}
@media screen and (max-width: 768px) {
  .p-title-lead {
    font-size: 21px;
  }
}

.p-list-starrating {
  margin-top: 30px;
  padding: 13px 10px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 10px;
}
.p-list-starrating li {
  padding: 3px;
  font-size: 45px;
  line-height: 1;
  color: #888;
  cursor: pointer;
}
.p-list-starrating li.highlight {
  color: #FFA500;
}

.p-list-form dt {
  position: relative;
  margin-bottom: 12px;
  padding-left: 32px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
.p-list-form dt em {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  color: #83af01;
}
.p-list-form dd {
  margin-bottom: 30px;
}

.p-btn-send {
  margin-top: 40px;
  text-align: center;
}

.select {
  background-color: #FFEEEF;
}

.u-mb1em {
  margin-bottom: 1em;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7-spinner {
  display: none !important;
}