@charset "UTF-8";
.mediaset:not(.img-small) .btn a, .linkset.col4 a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  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%;
  height: 60px;
  border: 2px solid #2e5f35;
  background: #2e5f35;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6666;
  border-radius: 7px;
}

.mediaset:not(.img-small) .btn a:hover, .linkset.col4 a:hover, .linkbtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  background: #fff;
  color: #2e5f35;
}

.h4set h4, .h5set h5, .mediaset:not(.img-small) .title, .mediaset.img-small .title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
}

#pagetitle h2, .list-text .text li {
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal;
}

.h3set h3, .qaset .title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 10px;
}

#pagetitle h2 {
  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;
  height: 250px;
  color: #fff;
  font-size: 46px;
  line-height: 1.4;
  letter-spacing: 0.025;
  text-shadow: 1px 1px 2px rgba(51, 3, 0, 0.5);
}

@media (max-width: 767px) {
  #pagetitle h2 {
    height: 180px;
    font-size: 28px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  font-size: 12px;
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.h3set h3 {
  color: #000;
  font-size: 46px;
  line-height: 1.56;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 767px) {
  .h3set h3 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h4set h4 {
  color: #2e5f35;
  font-size: 30px;
  line-height: 2.4;
  text-align: center;
}

.h4set h4::before {
  display: block;
  margin: 0 auto;
  content: "";
  width: 46px;
  height: 30px;
  background: url(../images/h2-icon.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  .h4set h4 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h5set h5 {
  color: #2e5f35;
  padding: 0 20px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.6;
  background-color: #fff2d4;
}

@media (max-width: 767px) {
  .h5set h5 {
    font-size: 16px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  line-height: 2.285;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

.fullimg img {
  border-radius: 15px;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.tableset table {
  width: 100%;
  line-height: 1.71;
}

.tableset th,
.tableset td {
  padding: 17px 18px;
  border: 1px solid #dbdbdb;
}

_:lang(x)::-ms-backdrop, .tableset th,
.tableset td {
  padding: 18px 18px 16px;
}

.tableset th {
  background: #f5f5f5;
}

.tableset td {
  background: #fff;
}

.tableset thead td {
  background: #f5f5f5;
  text-align: center;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.mediaset .imgbox img {
  border-radius: 15px;
}

.mediaset table {
  margin-top: 30px;
  width: 100%;
  line-height: 1.71;
  overflow-x: auto;
}

.mediaset th,
.mediaset td {
  padding: 17px 18px;
  border: 1px solid #dbdbdb;
}

_:lang(x)::-ms-backdrop, .mediaset th,
.mediaset td {
  padding: 18px 18px 16px;
}

.mediaset th {
  white-space: nowrap;
  background: #f5f5f5;
}

.mediaset td {
  background: #fff;
}

.mediaset thead td {
  background: #f5f5f5;
  text-align: center;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 40%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset:not(.img-small) .title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.666;
  color: #2e5f35;
}

.mediaset:not(.img-small) .text {
  line-height: 2.285;
}

.mediaset:not(.img-small) .btn {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 5%;
}

.mediaset:not(.img-small).img-left .btn {
  margin-left: auto;
}

.mediaset:not(.img-small).img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 5%;
}

.mediaset.img-small {
  
}

.mediaset.img-small.notLast {
  margin-bottom: 50px;
}

.mediaset.img-small .image {
  width: 200px;
  margin-right: 100px;
}

.mediaset.img-small .imgbox {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .imgbox img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.mediaset.img-small .txtbox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 2px #598723;
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
}

.mediaset.img-small .txtbox:before {
  position: absolute;
  top: 20%;
  left: -30px;
  z-index: 2;
  content: "";
  height: 29px;
  width: 30px;
  background: url(../images/mediaset-arrow.jpg) no-repeat center/cover;
}

.mediaset.img-small .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #2e5f35;
}

.mediaset.img-small .text {
  line-height: 2.285;
}

.mediaset.price {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mediaset.price .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 75px;
  padding: 10px 20px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
}

.mediaset.price .title p {
  font-size: 20px;
  line-height: 1.4;
}

.mediaset.price .title span {
  padding: 0 10px;
  color: #598723;
  font-size: 18px;
  line-height: 1.4;
}

.mediaset.price strong {
  color: #2e5f35;
  font-size: 16px;
  line-height: 1.875;
}

.mediaset.price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.mediaset.price li {
  width: 31%;
  color: #598723;
  font-size: 14px;
  line-height: 1.71;
}

.mediaset.price li:before {
  content: "・";
}

.mediaset.price li:nth-child(n + 4) {
  margin-top: 20px;
}

.mediaset.price li:not(:nth-child(4n)) {
  margin-left: 3%;
}

.mediaset.price li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .mediaset:not(.img-small) .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 40px;
  }
  .mediaset.img-small .txtbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 15px 10px 15px;
  }
  .mediaset.img-small .txtbox:before {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    height: 30px;
    width: 29px;
    background: url(../images/mediaset-arrow2.jpg) no-repeat center/cover;
  }
  .mediaset.price .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  .mediaset.price .title p {
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
  }
  .mediaset.price .title span {
    width: 100%;
    font-size: 14px;
    text-align: right;
  }
  .mediaset.price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mediaset.price li {
    width: 48%;
  }
  .mediaset.price li:nth-child(n + 4) {
    margin-top: 0px;
  }
  .mediaset.price li:not(:nth-child(4n)) {
    margin-left: 0;
  }
  .mediaset.price li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .mediaset.price li:nth-child(even) {
    margin-left: 4%;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  margin-bottom: 15px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .image img {
  border-radius: 15px;
}

.calloutset .title {
  margin-bottom: 10px;
  line-height: 2;
  font-weight: bold;
}

.calloutset .text {
  line-height: 2;
}

.calloutset.col4 .block {
  width: 23%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col3 .block {
  width: 30%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48.5%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 506.66667px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset.col4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.linkset.col4.notLast {
  margin-bottom: 30px;
}

.linkset.col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkset.col4 li {
  width: 23%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 30px;
}

.linkset.col4 a {
  line-height: 2.14;
  font-size: 14px;
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 500px;
}

.linkbtn a {
  height: 100px;
  font-size: 18px;
  line-height: 1.16666;
}

/* ----------------------------------------------
qaset
------------------------------------------------- */
.qaset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.qaset.notLast {
  margin-bottom: 50px;
}

.qaset .title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #000;
  line-height: 1.666;
}

.qaset .title::before {
  display: block;
  content: "";
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 20px;
  background: url(../images/qaset-icon.png) no-repeat center/cover;
}

.qaset .text {
  padding: 20px 25px;
  background-color: #f5f5f5;
  border-radius: 15px;
  line-height: 2.285;
}

@media (max-width: 767px) {
  .qaset .title {
    font-size: 22px;
  }
  .qaset .title::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .qaset .text {
    padding: 15px 15px;
  }
}

/* ----------------------------------------------
list-text
------------------------------------------------- */
.list-text {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #fffcf2;
}

.list-text .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.list-text .text {
  padding: 50px 30px;
  border: solid 2px #598723;
  border-radius: 15px;
}

.list-text .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-text .text li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 16px;
  color: #598723;
  line-height: 1.75;
}

.list-text .text li::before {
  display: block;
  content: "";
  width: 21px;
  min-width: 21px;
  height: 18px;
  margin-right: 20px;
  margin-top: 3px;
  background: url(../images/list-icon.png) no-repeat center/cover;
}

.list-text .text li:nth-child(even) {
  margin-left: 4%;
}

.list-text .text li:nth-child(n + 3) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .list-text {
    padding: 50px 0;
  }
  .list-text .text {
    padding: 30px 20px;
  }
  .list-text .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-text .text li {
    width: 100%;
  }
  .list-text .text li:nth-child(even) {
    margin-left: 0;
  }
  .list-text .text li:not(:first-child) {
    margin-top: 20px;
  }
  .list-text .text li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .list-text .text li::before {
    margin-right: 10px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.71;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 17px 18px;
  border: 1px solid #dbdbdb;
}

_:lang(x)::-ms-backdrop, .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 18px 18px 16px;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  background: #f5f5f5;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  background: #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    max-width: 280px;
  }
}
/*# sourceMappingURL=contents.css.map */