@charset "UTF-8";
article thead tr,
article tbody tr {
  border-bottom: unset;
}

/* 共通 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.contentsBox ul {
  padding-left: 0;
}
.hdgG {
  color: #27a273;
}
.h1Wrap h1 {
  background: url("../wp/common/img/icon_h1_d.png") no-repeat left center;
  background-size: 120px auto;
  padding-left: 120px;
}
.hdgH2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 20px;
  position: relative;
}
.hdgH2:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url("../wp/common/img/icon_h2.png") no-repeat left center;
  background-size: contain;
  padding-left: 44px;
}

/* index */
.index .cont1 {
  margin-top: 35px;
}
.index .cont1_link,
.index .cont1_link > li {
  all: unset;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 1.5;
}
.index .cont1_link {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.index .cont1_link > li {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border: 2px solid #27a273;
  background: #f3f8f4;
  padding: 30px 20px 20px;
  border-radius: 10px;
  width: calc(30% - 30px);
  max-width: 307px;
  text-align: center;
  position: relative;
}
.index .cont1_link > li > img {
  border-radius: 0;
  margin: 0 auto;
}
.index .cont1_link > li:nth-child(1) img {
  max-width: 138px;
}
.index .cont1_link > li:nth-child(2) img {
  max-height: 114.09px;
}
.index .cont1_link > li:nth-child(3) img {
  max-width: 138px;
}
.index .cont1_link > li > h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
  line-height: 1.5;
}
.index .cont1_link > li > a.btnOrange {
  width: 100%;
  font-size: 1rem;
  border-radius: 10px;
  line-height: 1.5;
  background: #27a273;
  padding: 13px 7% 12px 0;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.index .cont1_link > li > a.btnOrange:visited,
.index .cont1_link > li > a.btnOrange:hover {
  color: #fff;
  text-decoration: none;
}
.index .cont1_link > li > a.btnOrange:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32%;
  background: url("../wp/common/img/icon_btn_orange.png") no-repeat right center;
  background-size: 18px auto;
  padding-right: 30px;
  min-height: 18px;
  display: inline-block;
}

.index .cont2 {
  margin-top: 42px;
}
.index .link {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.index .link li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid #27a273;
  background: #f3f8f4;
  padding: 30px 15px 81px;
  border-radius: 10px;
  width: 32%;
  max-width: 307px;
  text-align: center;
  position: relative;
}
.index .link li img {
  width: 100%;
}
.index .link li img.img1 {
  max-width: 138px;
}
.index .link li img.img2 {
  max-width: 98px;
}
.index .link li img.img3 {
  max-width: 138px;
}
.index .link li h3 {
  font-size: 1.5rem;
  font-weight: bold;
  /* margin: 18px 0 15px; */
  margin: auto 0 15px;
  line-height: 1.5;
}
.index .link li:nth-child(1) h3 {
  margin-top: 25px;
}
.index .link li:nth-child(3) h3 {
  margin-top: 25px;
}
.index .link li .btnOrange {
  width: calc(100% - 42px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
  margin: auto;
}
.index .link li .btnOrange a {
  background: #27a273;
  padding: 13px 0 12px;
}
.index .link li .btnOrange a span {
  padding-left: 15px;
}
.index .search {
  display: flex;
  justify-content: center;
  margin: 20px 0 55px;
}
.index .search .bnrLink {
  max-width: 400px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.index .search .bnrLink + .bnrLink {
  margin-left: 20px;
}
.index .search .bnrLink a {
  border: 2px solid #27a273;
  border-right: 24px solid #27a273;
  border-radius: 10px;
  display: block;
  padding: 30px 35px;
  position: relative;
}
.index .search .bnrLink p.hdg {
  font-size: 2.4rem;
  margin-bottom: 0;
}

/* area */
.area .panel {
  padding: 40px 0;
}
.area .areaBox {
  border: 3px solid #27a273;
  border-radius: 20px;
}
.area .areaBox .areaHdg {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 3px solid #27a273;
}
.area .areaBox .areaHdg h3 {
  font-size: 3rem;
  font-weight: bold;
}
.area .areaBox .areaHdg h3 span {
  font-size: 2.4rem;
}
.area .areaBox .areaForm {
  padding: 48px 20px 34px;
}
.area .areaBox .areaForm .note {
  font-size: 2rem;
  text-align: center;
}
.area .areaBox .areaForm .areaUl {
  display: flex;
  justify-content: center;
  padding: 16px 0 20px;
}
.area .areaBox .areaForm .areaUl li {
  position: relative;
}
.area .areaBox .areaForm .areaUl li:first-child {
  width: 320px;
}
.area .areaBox .areaForm .areaUl li:last-child {
  width: 280px;
  margin-left: 20px;
}
.area .areaBox .areaForm .areaUl select {
  z-index: 2;
  position: relative;
  background: url("../wp/help/img/select_arrow.png") no-repeat center right 28px;
  background-size: 15px 11px;
  width: 100%;
  padding: 17px 30px 15px;
  font-size: 1.6rem;
  border: 2px solid #27a273;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
.area .areaBox .areaForm .areaUl .required {
  z-index: 1;
  content: "";
  position: absolute;
  background: url("../wp/help/img/mark.png") no-repeat;
  width: 70px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 87px;
  margin: auto;
}
.area .btn {
  width: 470px;
  margin: 0 auto;
}
.area .btn a {
  display: block;
  background: #27a273;
  padding: 21px 0 19px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  border-radius: 10px;
}
.area .back {
  margin: 24px 0 37px;
  text-align: center;
}
.area .back a {
  background: url("../wp/help/img/arrow_btn.png") no-repeat center left;
  background-size: 7px 9px;
  padding-left: 17px;
  color: #27a273;
  font-size: 1.8rem;
  text-decoration: underline;
}
.area .bnrLink {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.area .bnrLink a {
  display: block;
  position: relative;
  padding: 35px 35px 33px;
  border: 2px solid #27a273;
  border-right: 24px solid #27a273;
  border-radius: 10px;
}
.area .bnrLink p.hdg {
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: bold;
}
.area .details {
  padding: 2px 28px 0;
}
.area .details .detailsHdg {
  position: relative;
  border-bottom: 2px solid #27a273;
}
.area .details .detailsHdg h4 {
  padding-bottom: 12px;
  color: #27a273;
  font-size: 2.4rem;
  font-weight: bold;
}
.area .details .detailsHdg .btn {
  position: absolute;
  background: #27a273;
  width: 200px;
  padding: 9px 10px 7px;
  bottom: 20px;
  right: 0;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.area .details .detailsInner {
  padding: 24px 20px 0;
}
.area .details .detailsInner table tr + tr {
  border-top: 1px solid #eee;
}
.area .details .detailsInner table th,
.area .details .detailsInner table td {
  padding: 13px 0 9px;
}
.area .details .detailsInner table th {
  width: 248px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

/* kodomo */
.kodomo .hdgTitle {
  margin-bottom: 10px;
}
.kodomo ul {
  margin-top: 10px;
}
.kodomo .bold li {
  font-weight: bold;
}
.kodomo li {
  position: relative;
  padding-left: 1em;
}
.kodomo li::before {
  content: "";
  position: absolute;
  background: url("../wp/help/img/icon_li.png") no-repeat;
  width: 6px;
  height: 5px;
  top: 14px;
  left: 6px;
}
.kodomo li span {
  color: #27a273;
}
.kodomo .mailBox {
  margin-top: 15px;
}
.kodomo table {
  width: 100%;
  margin-top: 50px;
  border-bottom: 1px solid #eee;
  letter-spacing: normal;
}
.kodomo table th + th,
.kodomo table td + td {
  border-left: 5px solid #fff;
}
.kodomo table th {
  background: #27a273;
  padding: 11px 30px 9px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.kodomo table th:first-child {
  width: 22%;
  max-width: 171px;
  text-align: center;
}
.kodomo table th:last-child {
  width: auto;
  text-align: left;
}
.kodomo table td {
  background: #fff;
  padding: 14px 30px 12px;
}
.kodomo table td:first-child {
  text-align: center;
  font-weight: normal!important;
}
.kodomo table tr:nth-child(even) td {
  background: #f3f8f4;
}

/* linkCollection */
.linkCollection h2 {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
}
.linkCollection p {
  margin-top: 10px;
}
.linkCollection .hdgTitle {
  margin-bottom: 10px;
  font-size: 1.8125rem;
  margin-top: 20px;
}
.linkCollection .note {
  margin-top: 10px;
}
.linkCollection ul {
  margin: 0;
}
.linkCollection li {
  position: relative;
  padding-left: 1em;
}
.linkCollection li::before {
  content: "";
  position: absolute;
  background: url("../wp/help/img/icon_li.png") no-repeat;
  width: 6px;
  height: 5px;
  top: 14px;
  left: 6px;
}
.linkCollection li span {
  color: #27a273;
}
.linkCollection .mailBox {
  margin-top: 15px;
}
.linkCollection table {
  width: 100%;
  margin-top: 50px;
  border-bottom: 1px solid #eee;
}
.linkCollection table tr {
  border-bottom: none;
}
.linkCollection table th + th,
.linkCollection table td + td {
  border-left: 5px solid #fff;
}
.linkCollection table th + th:empty {
  border-left: none;
}
.linkCollection table th {
  background: #27a273;
  padding: 11px 30px 9px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.linkCollection table th:first-child {
  width: calc(100% - 203px);
  text-align: left;
}
.linkCollection table th:last-child {
  width: 203px;
}
.linkCollection table td {
  background: #fff;
  padding: 14px 30px 12px;
  width: 50%;
}
.linkCollection table td:last-child {
  text-align: left;
}
.linkCollection table tr:nth-child(even) td {
  background: #f3f8f4;
}
.linkCollection table tbody tr td:first-child {
  font-weight: normal;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, .area .areaBox .areaForm .areaUl select:focus {
  outline: auto;
  outline-color: #4d90fe;
}

_:-ms-lang(x)::backdrop, .area .areaBox .areaForm .areaUl select:focus {
  outline: dotted;
  outline-width: 1px;
  outline-color: #000;
}

@media all and (-ms-high-contrast: none) {
}

@media (min-width: 951px) {
}

@media (max-width: 950px) {

  .h1Wrap h1 {
    background: url("../wp/common/img/icon_h1_d.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 60px;
  }
  .contentsBox .hdgH2 {
    font-size: 1.4375rem;
    line-height: 1.5!important;
    margin-top: 32px;
  }
  .contentsBox .hdgH2:before  {
    background: url("../wp/common/img/icon_h2.png") no-repeat top center;
    background-size: 25px auto;
    padding: 0;
    display: inline-block;
    top: calc(0% - 32px);
    left: calc(50% - 16px);
    position: absolute;
  }

  /* index */
  .index .cont1_link,
  .index .cont1_link > li {
    all: unset;
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
  }
  .index .cont1_link {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .index .cont1_link > li {
    border: 1px solid #27a273;
    padding: 24px 26px;
    border-radius: 10px;
    width: 100%;
    background: #fff;
  }
  .index .cont1_link > li + li {
    margin-top: 20px;
  }
  .index .cont1_link > li > img {
    border-radius: 0;
    margin: 0 auto;
  }
  .index .cont1_link > li:nth-child(1) img {
    max-width: 64px;
  }
  .index .cont1_link > li:nth-child(2) img {
    max-width: 50px;
  }
  .index .cont1_link > li:nth-child(3) img {
    max-width: 64px;
  }
  .index .cont1_link > li > h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1.5;
    text-align: center;
  }
  .index .cont1_link > li > a.btnOrange {
    width: 100%;
    display: inline-block;
    font-size: .875rem;
    border-radius: 5px;
    line-height: 1.9;
    background: #27a273;
    padding: 13px 1rem 12px 0;
    margin: 5px 0 0;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
  }
  .index .cont1_link > li > a.btnOrange:visited,
  .index .cont1_link > li > a.btnOrange:hover {
    color: #fff;
    text-decoration: none;
  }
  .index .cont1_link > li > a.btnOrange:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - (1rem + 6px));
    background: url("../wp/common/img/icon_btn_orange.png") no-repeat right center;
    background-size: 12px auto;
    padding-right: 12px;
    min-height: 12px;
    display: inline-block;
  }

  .index .link {
    margin-top: 20px;
    display: block;
  }
  .index .link li {
    display: block;
    border: 1px solid #27a273;
    padding: 24px 26px 24px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    background: #fff;
  }
  .index .link li + li {
    margin-top: 20px;
  }
  .index .link li img.img1 {
    max-width: 64px;
  }
  .index .link li img.img2 {
    max-width: 50px;
  }
  .index .link li img.img3 {
    max-width: 64px;
  }
  .index .link li h3 {
    font-size: 1.6rem;
    margin: 10px 0 5px;
  }
  .index .link li:nth-child(1) h3 {
    margin-top: 5px;
  }
  .index .link li:nth-child(3) h3 {
    margin-top: 5px;
  }
  .index .link li p {
    text-align: left;
    line-height: 1.9;
  }
  .index .link li .btnOrange {
    width: 100%;
    position: relative;
    margin: 10px auto 0;
    bottom: 0;
  }
  .index .link li .btnOrange a span {
    padding-left: 0;
  }
  .index .search {
    display: block;
    margin: 20px 0 40px;
  }
  .index .search .bnrLink {
    max-width: 100%;
  }
  .index .search .bnrLink + .bnrLink {
    margin-top: 20px;
    margin-left: 0;
  }
  .index .search .bnrLink a {
    border: 1px solid #27a273;
    border-right: 21px solid #27a273;
    border-radius: 5px;
    padding: 20px 25px;
    position: relative;
  }
  .index .search .bnrLink p.hdg {
    font-size: 1.6rem;
  }

  /* area */
  .area .panel {
    padding: 20px 0 30px;
  }
  .area .areaBox {
    background: #fff;
    border: 2px solid #27a273;
    border-radius: 10px;
  }
  .area .areaBox .areaHdg {
    border-bottom: 2px solid #27a273;
  }
  .area .areaBox .areaHdg h3 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .area .areaBox .areaHdg h3 span {
    font-size: 1.8rem;
  }
  .area .areaBox .areaForm {
    padding: 25px 20px;
  }
  .area .areaBox .areaForm .note {
    font-size: 1.7rem;
  }
  .area .areaBox .areaForm .areaUl {
    display: block;
    padding: 16px 0 20px;
  }
  .area .areaBox .areaForm .areaUl li:first-child {
    width: 100%;
  }
  .area .areaBox .areaForm .areaUl li:last-child {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .area .areaBox .areaForm .areaUl select {
    background: url(../img/select_arrow.png) no-repeat center right 20px;
    background-size: 15px 11px;
    padding: 13px 20px 11px;
    border: 1px solid #27a273;
    border-radius: 5px;
  }
  .area .areaBox .areaForm .areaUl .required {
    right: 50px;
  }
  .area .btn {
    width: 100%;
  }
  .area .btn a {
    padding: 12px 0 11px;
    font-size: 1.8rem;
    border-radius: 5px;
  }
  .area .back {
    margin: 20px 0 25px;
    text-align: center;
  }
  .area .back a {
    font-size: 1.7rem;
  }
  .area .bnrLink {
    max-width: 100%;
  }
  .area .bnrLink a {
    padding: 20px 25px;
    border: 1px solid #27a273;
    border-right: 21px solid #27a273;
    border-radius: 5px;
  }
  .area .inner1 .bnrLink p.hdg {
    font-size: 2.2rem;
  }
  .area .details {
    padding: 0;
  }
  .area .details .detailsHdg h4 {
    padding-bottom: 10px;
    font-size: 2.0rem;
  }
  .area .details .detailsHdg .btn {
    width: 170px;
    padding: 5px 0 3px;
    bottom: 9px;
    border-radius: 5px;
  }
  .area .details .detailsInner {
    padding: 10px 0 0;
  }
  .area .details .detailsInner table th,
  .area .details .detailsInner table td {
    display: block;
    padding: 0;
  }
  .area .details .detailsInner table th {
    padding-top: 10px;
  }
  .area .details .detailsInner table td {
    padding-bottom: 10px;
  }

  /* kodomo */
  .kodomo li::before {
    top: 11px;
  }
  .kodomo table {
    margin-top: 30px;
  }
  .kodomo table th {
    padding: 11px 15px 9px;
    font-size: 1.125rem;
    line-height: 1.5!important;
  }
  .kodomo table th:first-child {
    width: 80px;
    max-width: none;
    padding: 11px 5px 9px;
  }
  .kodomo table th:last-child {
    width: calc(100% - 80px);
    max-width: none;
  }
  .kodomo table td {
    padding: 14px 15px 12px;
    line-height: 1.5!important;
  }
  .kodomo table td:first-child {
    width: 80px;
    max-width: none;
    padding: 11px 5px 9px;
  }
  .kodomo table td:last-child {
    width: calc(100% - 80px);
    max-width: none;
  }

  /* linkCollection */
  .linkCollection .hdgTitle {
    font-size: 1.125rem;
    margin-top: 20px;
  }
  .linkCollection li::before {
    top: 11px;
  }
  .linkCollection table {
    margin-top: 30px;
  }
  .linkCollection table th {
    padding: 11px 15px 9px;
    font-size: 1.125rem;
    line-height: 1.5!important;
  }
  .linkCollection table th:first-child {
    width: calc(100% - 95px);
  }
  .linkCollection table th:last-child {
    width: 95px;
    padding: 11px 5px 9px;
  }
  .linkCollection table td {
    padding: 14px 15px 12px;
    line-height: 1.5!important;
    font-size: 1rem!important;
    letter-spacing: normal;
  }
  .linkCollection table td a,
  .linkCollection table td p {
    line-height: 1.5!important;
    font-size: 1rem!important;
    letter-spacing: normal;
  }
  .linkCollection table td:last-child {
    padding: 11px 5px 9px;
  }
}
@media (max-width: 370px) {
  /* area */
  .area .areaBox .areaForm .areaUl select {
    font-size: 1.2rem
  }
  .area .areaBox .areaForm .areaUl .required {
    background-size: 56px auto;
    width: 56px;
    height: 21px;
    right: 45px;
  }
}
