@charset "UTF-8";
.mediaset .btn a, .linkset a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  width: 100%;
  max-width: 300px;
  height: 54px;
  border: solid 1px #78A448;
  background: #fff;
  color: #78A448;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.mediaset .btn a:hover, .linkset a:hover, .linkbtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

.mediaset .btn a:after, .linkset a:after, .linkbtn a:after, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:after {
  flex-shrink: 0;
  margin-top: 3px;
  margin-left: 25px;
  display: block;
  content: "";
  width: 42px;
  height: 6px;
  background: url(../images/btn-arrow.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  .mediaset .btn a:after, .linkset a:after, .linkbtn a:after, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:after {
    margin-top: 2px;
    margin-left: 20px;
    width: calc(42px * 0.8);
    height: calc(6px * 0.8);
  }
}

#gnav {
  margin-bottom: 40px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  height: 300px;
}

#pagetitle .inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

#pagetitle h2 {
  max-width: 430px;
  margin: 0 0 0 auto;
  padding: 18px 10px 14px;
  background: #fff;
  font-size: 26px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  line-height: 1.38462;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  #pagetitle {
    height: 180px;
    margin-bottom: 20px;
  }
  #pagetitle h2 {
    padding: 11px 10px 10px;
    font-size: 22px;
  }
}

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

@media (max-width: 767px) {
  #breadcrumb {
    font-size: 12px;
  }
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

.h3set:before, .h3set:after {
  flex-shrink: 0;
  margin-top: 15px;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #78A448;
}

.h3set h3 {
  position: relative;
  margin: 0 15px 0px 15px;
  text-align: center;
  font-size: 26px;
  color: #000;
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: 400;
}

.h3set small {
  margin-top: 15px;
  display: block;
  color: #CCE4BC;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .h3set:before, .h3set:after {
    margin-top: 12px;
    width: 40px;
  }
  .h3set h3 {
    margin: 0 10px 50px 10px;
    font-size: 20px;
    letter-spacing: 0.08em;
  }
  .h3set small {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .h3set:before, .h3set:after {
    width: 30px;
  }
}

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

.h4set h4 {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.h4set h4 small {
  display: inline-block;
  margin-left: 20px;
  color: #CCE4BC;
  font-size: 14px;
  letter-spacing: 0;
}

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

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

.h5set h5 {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.h5set h5::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 30px;
  height: 1px;
  background: #78A448;
}

@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: 80px;
  line-height: 2;
}

.txtset a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

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

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

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

.tableset table {
  width: 100%;
  line-height: 1.8;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.tableset th, .tableset td {
  padding: 57px 10px 0;
}

.tableset th {
  position: relative;
  padding-left: 0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 2.14286;
}

.tableset th::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 1px;
  background: #78A448;
}

.tableset td {
  font-size: 16px;
  line-height: 1.875;
}

.tableset thead td {
  background: #f4f4f4;
  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 th {
    padding: 30px 10px 10px;
  }
  .tableset.type-normal td {
    padding: 10px;
    font-size: 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

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

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

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

.mediaset .txtbox {
  flex: 1;
}

.mediaset .title {
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.mediaset .text {
  font-size: 16px;
  line-height: 1.875;
}

.mediaset .btn {
  width: 100%;
  max-width: 220px;
  margin: 30px 0 0 auto;
}

.mediaset.img-right .imgbox {
  order: 1;
}

.mediaset.img-small .imgbox {
  width: 28.6%;
}

.mediaset.img-small.img-left .imgbox {
  margin-right: 3.8%;
}

.mediaset.img-small.img-right .imgbox {
  margin-left: 3.8%;
}

.mediaset.img-big .imgbox {
  width: 40%;
}

.mediaset.img-big.img-left .imgbox {
  margin-right: 3.8%;
}

.mediaset.img-big.img-right .imgbox {
  margin-left: 3.8%;
}

@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .mediaset .text {
    font-size: 15px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset.img-right .imgbox {
    order: 0;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 286px;
  }
  .mediaset.img-small.img-left .imgbox, .mediaset.img-small.img-right .imgbox {
    margin: 0 auto 15px;
  }
  .mediaset.img-big .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .mediaset.img-big.img-left .imgbox, .mediaset.img-big.img-right .imgbox {
    margin: 0 auto 15px;
  }
}

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

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

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

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

.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  line-height: 1.6;
}

.calloutset .text {
  font-size: 16px;
  line-height: 1.5;
}

.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.col4.list {
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 400;
}

.calloutset.col4.list .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #000;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.calloutset.col4.list .title {
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.calloutset.col4.list .text {
  font-size: 15px;
}

.calloutset.col3 .block {
  width: 31%;
  text-align: center;
}

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

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

.calloutset.col2 {
  justify-content: space-between;
}

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

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

@media (max-width: 767px) {
  .calloutset.col4 {
    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 {
    flex-direction: column;
    max-width: 330px;
    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 {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

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

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

.linkset ul {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

.linkset.col3 li {
  width: 30%;
}

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

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

@media (max-width: 999px) {
  .linkset.col4 li {
    width: 24%;
    padding: 0 5px;
  }
  .linkset.col4 li:not(:nth-child(4n + 1)) {
    margin-left: 1.33%;
  }
  .linkset.col4 a::after {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 49%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .linkset.col4 a {
    padding: 5px;
  }
  .linkset.col4 a::after {
    width: 21px;
    height: 3px;
  }
  .linkset.col3 ul {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .linkset.col3 li {
    width: 100%;
  }
  .linkset.col3 li:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .linkset.col3 li:not(:first-child) {
    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 80px;
  max-width: 600px;
}

.linkbtn a {
  max-width: none;
  color: #fff;
  border: none;
  background: #78A448;
}

.linkbtn a:after {
  background: url(../images/linkbtn-arrow.png) no-repeat center/cover;
}

/* ----------------------------------------------
bgtxtset
------------------------------------------------- */
.bgtxtset {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 25px 30px;
  background: #CCE4BC;
  font-size: 16px;
  line-height: 1.5;
}

.bgtxtset .title {
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.33333;
}

.bgtxtset * + .title {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .bgtxtset {
    padding: 15px;
    font-size: 14px;
  }
  .bgtxtset .title {
    font-size: 16px;
  }
}

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

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 57px 10px 0;
}

.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 #e3e3e3;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14286;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 1px;
  background: #78A448;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  font-size: 16px;
  line-height: 1.875;
}

.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:not(:last-child):not(:first-child) td.question {
    padding: 30px 10px 10px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    padding: 10px;
  }
  .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;
  }
}

/* ----------------------------------------------
faq
------------------------------------------------- */
.faqset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 125px;
  margin-bottom: 80px;
}

.faqset.notLast {
  margin-bottom: 55px;
}

.faqset .question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 70px;
  background: #CCE4BC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.33333;
}

_:lang(x)::-ms-backdrop, .faqset .question {
  padding-top: 30px;
}

.faqset .question::after {
  position: absolute;
  bottom: -50px;
  left: 15px;
  display: block;
  height: 100px;
  border-right: 1px solid #000;
  padding-right: 15px;
  font-size: 14px;
  font-weight: normal;
  writing-mode: vertical-rl;
  content: 'QUESTION';
}

_:lang(x)::-ms-backdrop, .faqset .question::after {
  -ms-writing-mode: tb-rl;
}

.faqset .answer {
  padding-left: 70px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .faqset .question {
    min-height: 70px;
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 16px;
  }
  .faqset .question::after {
    font-size: 12px;
    left: 5px;
    padding-right: 5px;
  }
  .faqset .answer {
    padding-left: 40px;
    font-size: 14px;
  }
}

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

.tableset2 table {
  width: 100%;
  line-height: 1.8;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.tableset2 th, .tableset2 td {
  padding: 10px 20px;
}

_:lang(x)::-ms-backdrop, .tableset2 th, .tableset2 td {
  padding-top: 15px;
}

.tableset2 th {
  border-top: 1px solid #CCE4BC;
  border-bottom: 1px solid #CCE4BC;
  background: #CCE4BC;
  font-size: 14px;
  line-height: 2.14286;
}

.tableset2 td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 15px;
  line-height: 2;
}

.tableset2 tr:not(:first-child) th {
  border-top: 1px solid #fff;
}

.tableset2 tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .tableset2 th, .tableset2 td {
    display: block;
  }
  .tableset2 th {
    border: 0;
    padding: 10px;
  }
  .tableset2 td {
    padding: 10px;
    border-top: 0;
    border-left: 1px solid #ccc;
  }
  .tableset2 tr:not(:first-child) th {
    border: 0;
  }
  .tableset2 tr:not(:last-child) th {
    border: 0;
  }
}

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

.tableset3 table {
  width: 100%;
  line-height: 1.8;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.tableset3 th, .tableset3 td {
  padding: 10px 20px;
  word-break: break-word;
}

_:lang(x)::-ms-backdrop, .tableset3 th, .tableset3 td {
  padding-top: 15px;
}

.tableset3 thead th {
  background: #78A448;
  color: #fff;
  font-size: 14px;
  line-height: 2.14286;
  text-align: center;
  white-space: nowrap;
}

.tableset3 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}

.tableset3 thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.tableset3 tbody th {
  border-bottom: 1px solid #fff;
  background: #CCE4BC;
  font-size: 14px;
  line-height: 2.14286;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.tableset3 tbody td {
  font-size: 15px;
  line-height: 2;
  border: 1px solid #ccc;
}

.tableset3 tbody th + td,
.tableset3 tbody td:first-child {
  border-left: 0;
}

.tableset3 tbody tr:first-child td {
  border-top: 0;
}

.tableset3 tbody tr:last-child th {
  border-bottom: 1px solid #CCE4BC;
}

.tableset3 tbody tr.even td {
  background: #f1f1f1;
}

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

.mediaset2 .imgbox {
  width: 25%;
  margin-right: 4%;
}

.mediaset2 .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset2 .txtbox {
  flex: 1;
}

.mediaset2 .txtbox .text {
  font-size: 14px;
  line-height: 1.875;
}

.mediaset2 .txtbox .table {
  margin-top: 15px;
  font-size: 15px;
}

.mediaset2 .txtbox .table table {
  width: 100%;
}

.mediaset2 .txtbox .table table thead th, .mediaset2 .txtbox .table table thead td {
  padding: 5px;
  height: 50px;
  background: #78A448;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.mediaset2 .txtbox .table table thead th:not(:first-child), .mediaset2 .txtbox .table table thead td:not(:first-child) {
  border-left: 1px solid #fff;
}

.mediaset2 .txtbox .table table thead td:last-child {
  border-right: 1px solid #78A448;
}

.mediaset2 .txtbox .table table tbody th, .mediaset2 .txtbox .table table tbody td {
  padding: 5px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.mediaset2 .txtbox .table table tbody th {
  width: 28%;
  border-bottom: 1px solid #fff;
  background: #CCE4BC;
  white-space: nowrap;
}

.mediaset2 .txtbox .table table tbody td + td {
  border-left: 1px solid #ccc;
}

.mediaset2 .txtbox .table table tbody td:last-child {
  border-right: 1px solid #ccc;
}

.mediaset2 .txtbox .table table tbody tr:last-child th {
  border-bottom: 1px solid #ccc;
}

.mediaset2 .txtbox .table table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.mediaset2 .txtbox .table table tbody tr:nth-child(even) td {
  background: #f1f1f1;
}

@media (max-width: 767px) {
  .mediaset2 {
    display: block;
  }
  .mediaset2 .imgbox {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .mediaset2 .txtbox .table {
    overflow-x: auto;
  }
}

/* ----------------------------------------------
greeting
------------------------------------------------- */
.greeting {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto 40px;
  background: #CCE4BC;
}

.greeting .imgbox {
  width: 40%;
}

.greeting .imgbox img {
  width: 100%;
  height: auto;
}

.greeting .txtbox {
  flex: 1;
  padding: 10px 6.2%;
  letter-spacing: 0.1em;
}

.greeting .txtbox .title {
  margin-bottom: 15px;
  font-size: 15px;
}

.greeting .txtbox .name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.greeting .txtbox * + .title {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .greeting {
    display: block;
    max-width: 420px;
  }
  .greeting .imgbox {
    width: 100%;
  }
  .greeting .txtbox {
    padding: 30px 15px;
  }
  .greeting .txtbox .title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .greeting .txtbox .name {
    font-size: 18px;
  }
}

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

.listset .block {
  width: 30%;
}

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

.listset .block .title {
  padding: 15px 10px;
  background: #78A448;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.listset .block .txtbox {
  border: 1px solid #78A448;
  padding: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

.listset .block .txtbox ul li {
  position: relative;
  padding-top: 2px;
  padding-left: 37px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

.listset .block .txtbox ul li + li {
  margin-top: 20px;
}

.listset .block .txtbox ul li::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #78A448;
}

.listset .block .txtbox ul li::after {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  left: 7px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.listset .block .txtbox ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.listset .block .txtbox ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .listset {
    display: block;
  }
  .listset .block {
    width: 100%;
  }
  .listset .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* ----------------------------------------------
telbnr
------------------------------------------------- */
.telbnr {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 504px;
  min-height: 63px;
  margin: 0 auto 80px;
  padding: 6px 0;
  border-radius: 32px;
  background: #78A448;
  color: #fff;
  letter-spacing: 0.1em;
}

.telbnr .left {
  width: 43.25%;
  padding: 0 15px 0 36px;
  font-size: 17px;
}

.telbnr .right {
  width: 56.75%;
  padding: 2px 36px 0 15px;
  border-left: 1px solid #fff;
  line-height: 1.3;
}

.telbnr .right .top {
  font-size: 14px;
}

.telbnr .right .tel {
  font-size: 24px;
}

.telbnr .right .tel small {
  font-size: 18px;
}

@media (max-width: 767px) {
  .telbnr {
    display: block;
    padding: 0 6px;
    text-align: center;
  }
  .telbnr .left {
    width: 100%;
    padding: 10px;
  }
  .telbnr .right {
    display: inline-block;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #fff;
    padding: 10px;
  }
}
/*# sourceMappingURL=contents.css.map */