@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html.noScroll {
  overflow: hidden;
}

body {
  min-width: 960px;
  width: 100%;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #333;
}

img {
  max-width: 100%;
}

sup {
  font-size: .5em !important;
  top: -5px;
}

sub {
  font-size: .5em !important;
  bottom: 0;
}

.link {
  color: #239943;
}

.linkTel {
  pointer-events: none;
}
.linkTel:hover {
  opacity: 1;
}

.textLink {
  line-height: 1.2 !important;
}

.arrowIcon {
  position: relative;
  padding-left: 40px;
}
.arrowIcon::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_arrow_right.png) no-repeat left top;
  width: 30px;
  height: 30px;
  background-size: cover;
  top: 3px;
  /*bottom: 0;*/
  left: 0;
  margin: auto;
}
.arrowIcon.iconTop::before {
  top: -6px;
}
.arrowIcon.inText::before {
  top: -2px;
}
.arrowIcon.lnk {
  line-height: 1.2 !important;
}
.arrowIcon.lnk::before {
  top: -5px;
}
.arrowIcon.lnk.file::before {
  top: 0;
}

.arrowTextLink {
  line-height: 1.2;
  position: relative;
  padding-left: 40px;
  display: inline-flex;
}
.arrowTextLink::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_arrow_right.png) no-repeat left top;
  width: 30px;
  height: 30px;
  background-size: cover;
  top: -6px;
  left: 0;
  margin: auto;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  /*padding: 70px 10px 80px;*/
}

.bgGray.grayBlock .inner {
  padding: 70px 0 80px;
}

.foodsSlider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
.foodsSlider .slick-dots {
  text-align: center;
  margin-top: 26px;
}
.foodsSlider .slick-dots li {
  display: inline-block;
  margin: 0 15px;
}
.foodsSlider .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  overflow: visible;
}
.foodsSlider .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #fff;
}
.foodsSlider .slick-dots li.slick-active button:before {
  background: #239943;
}

.content {
  margin-top: 86px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev::before,
.slick-next::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
}

.slick-prev {
  left: -40px;
}
.slick-prev::before {
  background: url("../images/common/icon_arrow_left.png") no-repeat center/cover;
  left: 0;
}

.slick-next {
  right: -40px;
}
.slick-next::after {
  background: url("../images/common/icon_arrow_right.png") no-repeat center/cover;
  right: 0;
}

@media only screen and (max-width: 1160px) {
  .slick-prev {
    left: 0;
    z-index: 10;
  }

  .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  body {
    min-width: 100%;
    font-size: 1.4rem;
  }

  .textLink {
    line-height: 1.53 !important;
  }

  .arrowIcon::before {
    top: 0;
  }
  .arrowIcon.inText::before {
    top: -4px;
  }
  .arrowIcon.lnk {
    line-height: 1.53 !important;
  }
  .arrowIcon.lnk.file::before {
    /*top: -4px;*/
    top: -2px;
  }

  .arrowTextLink {
    line-height: 1.53;
  }
  .arrowTextLink::before {
    top: -5px;
  }

  .inner {
    padding: 0 calc(40 / 750 * 100%);
  }

  .bgGray.grayBlock .inner {
    padding: 45px 0 50px;
  }

  .foodsSlider .slick-dots {
    margin-top: 18px;
  }
  .foodsSlider .slick-dots li {
    margin: 0 11px;
  }
  .foodsSlider .slick-dots li button:before {
    width: 14px;
    height: 15px;
  }

  .content {
    margin-top: 57px;
  }

  .slick-prev {
    left: -30px;
  }

  .slick-next {
    right: -30px;
  }

  .slick-prev,
  .slick-next {
    width: 25px;
    height: 25px;
  }

  .slick-prev::before,
  .slick-next::after {
    width: 25px;
    height: 25px;
  }

  .linkTel {
    color: #239943;
    pointer-events: auto;
  }
}
/* ------------------
    header
--------------------- */
header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: #fff;
}
header .headInner {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  /*min-width: 1040px;*/
  margin: auto;
  padding: 12px 10px 15px;
  position: relative;
}
header .navToggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 101;
}
header .navToggle div {
  position: relative;
}
header .navToggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #646464;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  border-radius: 5px;
}
header .navToggle span:nth-child(1) {
  top: 0;
}
header .navToggle span:nth-child(2) {
  top: 7px;
}
header .navToggle span:nth-child(3) {
  top: 15px;
}
header .navToggle .menu {
  position: absolute;
  top: 24px;
  line-height: 0;
  width: 30px;
}
header .logo {
  width: 190px;
  padding-top: 10px;
}
header .gNavi {
  position: relative;
  padding-top: 44px;
  width: 100%;
  display: block;
  margin-left: 30px;
}
header .link {
  /*width: 840px;*/
  display: flex;
  justify-content: flex-end;
}
header .link a {
  padding: 0;
}
header .snsLink {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 100;
}
header .snsLink li {
  width: 30px;
  margin-left: 9px;
  margin-bottom: 15px;
}
header .subLink {
  position: absolute;
  right: 82px;
  top: 0;
}
header .subLink li {
  margin-left: 9px;
}
header .subLink li:first-child a {
  width: auto;
  padding: 4px 10px;
}
header .subLink li a {
  color: #fff;
  background-color: #67be8d;
  padding: 4px 6px;
  border-radius: 50px;
  /*display: inline-block;*/
  width: 30px;
  height: 30px;
  /*text-align: center;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
header .subLink li.mail img {
  width: 18px;
}
header .mainLink li {
  margin-left: calc(44 / 1330 * 100%);
}
header .mainLink li:first-child {
  margin-left: 0;
}
header .mainLink li a {
  font-weight: bold;
  position: relative;
}
header .mainLink li a:hover {
  opacity: 1;
}
header .mainLink li a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #5db582;
  bottom: -11px;
  left: 0;
}
header .mainLink li.active a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #5db582;
  bottom: -11px;
  left: 0;
}

@media screen and (min-width: 751px) {
    /*	検索
// ================================= */
  .googleSearchBox {
    overflow: hidden;
    width: 30px;
    transition: width .5s, opacity .5s;
  }
  .googleSearchBox.open {
    width: 290px;
  }
  .googleSearchBox .btnGoogleSearchOpen {
    display: none;
  }
  .googleSearchBox .btnGoogleSearchOpen.open {
    display: block;
  }
  .googleSearchBox .btnGoogleSearchClose {
    position: absolute;
    top: calc((100% - 16px) / 2);
    left: 5px;
    font-size: 0;
    cursor: pointer;
    transition: opacity .5s;
  }
  .googleSearchBox .btnGoogleSearchClose span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #bbb;
  }
  .googleSearchBox .btnGoogleSearchClose span::before, .googleSearchBox .btnGoogleSearchClose span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 19%;
    width: 60%;
    height: 1px;
    background-color: #fff;
  }
  .googleSearchBox .btnGoogleSearchClose span::before {
    transform: rotate(45deg);
  }
  .googleSearchBox .btnGoogleSearchClose span::after {
    transform: rotate(-45deg);
  }
  .googleSearchBox form {
    display: flex;
  }
  .googleSearchBox .googleSearchWrap {
    position: relative;
    display: flex;
    width: 0;
    height: 0;
    opacity: 0;
    transition: width .5s, opacity .5s;
    pointer-events: none;
  }
  .googleSearchBox .googleSearchWrap.open {
    width: 290px;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .googleSearchBox .googleSearchWrap .hdSearchTxt input {
    border: 1px solid #67be8d;
    width: 256px;
    height: 30px;
    padding: 2px 5px 2px 26px;
    font-size: 1.3rem;
  }
  .googleSearchBox .googleSearchWrap #hdSearchBtn {
    width: 30px;
    width: 34px;
    background: #67be8d;
    border-radius: 0 25px 25px 0;
  }
}
@media only screen and (max-width: 960px) {
  header {
    width: 960px;
  }
}
@media only screen and (max-width: 750px) {
  header {
    width: 100%;
  }
  header.open .navToggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
  }
  header.open .navToggle span:nth-child(2) {
    opacity: 0;
  }
  header.open .navToggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 5px;
  }
  header .headInner {
    min-width: auto;
    padding: 0;
    display: block;
  }
  header .mobileHead {
    width: 100%;
    height: 57px;
    z-index: 999;
    position: relative;
    padding: 8px 20px 15px;
  }
  header .navToggle {
    display: block;
  }
  header .gNavi {
    display: none;
    margin: 0;
  }
  header .gNavi.open {
    display: block;
    overflow-y: scroll;
    padding-top: 0;
    padding-bottom: 24px;
    position: fixed;
    width: 100%;
    background: #fff;
    height: calc(100% - 57px);
  }
  header .logo {
    max-width: 120px;
    padding-top: 6px;
  }
  header .link {
    display: block;
  }
  header .snsLink {
    display: flex;
    width: 100px;
    right: 60px;
  }
  header .subLink {
    width: 100%;
    position: static;
  }
  header .subLink li {
    display: none;
  }
  header .subLink li.search {
    display: block;
    margin: 23px 0 0;
  }
  header .mainLink {
    width: calc(670 / 750 * 100%);
    margin: auto;
  }
  header .mainLink li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #d3d3d4;
    position: relative;
  }
  header .mainLink li::after {
    position: absolute;
    content: "";
    background: url("../images/common/icon_arrow_right02.svg") no-repeat center right;
    width: 14px;
    height: 15px;
    background-size: cover;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .mainLink li:first-child {
    border-top: 1px solid #d3d3d4;
  }
  header .mainLink li a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #339933;
    padding: 15px 10px;
    display: block;
  }
  header .mainLink li a:hover::after {
    position: static;
  }
  header .mainLink li.active a::after {
    content: none;
  }
  header .moreBtn .mail span {
    position: relative;
    padding-left: 32px;
  }
  header .moreBtn .mail span::before {
    position: absolute;
    content: "";
    background: url("../images/common/icon_mail_w.svg") no-repeat center;
    background-size: cover;
    width: 21px;
    height: 16px;
    display: inline-block;
    left: 0;
    top: 1px;
  }

  /*	検索
  // ================================= */
  .googleSearchBox {
    width: 100%;
  }
  .googleSearchBox.open {
    width: 100%;
  }
  .googleSearchBox .btnGoogleSearchOpen {
    display: none;
  }
  .googleSearchBox form {
    display: flex;
    width: 100%;
  }
  .googleSearchBox .googleSearchWrap {
    position: relative;
    display: flex;
    width: calc(500 / 670 * 100%);
    margin: auto;
  }
  .googleSearchBox .googleSearchWrap .hdSearchTxt {
    width: calc(100% - 40px);
  }
  .googleSearchBox .googleSearchWrap .hdSearchTxt input {
    border: 1px solid #67be8d;
    width: 100%;
    height: 40px;
    font-size: 1.3rem;
    padding: 2px 5px;
  }
  .googleSearchBox .googleSearchWrap #hdSearchBtn {
    width: 40px;
    background: #67be8d;
  }
  .googleSearchBox .googleSearchWrap #hdSearchBtn input {
    padding: 4px 2px 0;
  }
}
/* ------------------
    footer
--------------------- */
footer {
  z-index: 100;
  position: relative;
}
footer .footerInquiry {
  background-color: #01c0d2;
  padding: 70px 0 75px;
  text-align: center;
}
footer .footerInquiry .title {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
footer .footerInner {
  max-width: 950px;
  margin: auto;
  padding: 60px 10px 30px;
}
footer .footerCont {
  display: flex;
  justify-content: space-between;
}
footer .linkList {
  display: flex;
}
footer .linkList:first-child {
  margin-bottom: 18px;
}
footer .linkList li {
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid #333;
}
footer .linkList li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
footer .linkList li a {
  font-weight: 600;
  font-size: 1.4rem;
}
footer .linkList li a:hover {
  opacity: 0.8;
}
footer .logo {
  margin-right: 14px;
  width: 190px;
}
footer .copy {
  padding: 40px 0 0;
  text-align: center;
  color: #888888;
  font-size: 1.4rem;
}
footer #pagetop {
  position: fixed;
  bottom: 20px;
  /*場所を右下に移動*/
  right: 30px;
}

@media only screen and (max-width: 750px) {
  footer .footerInquiry {
    padding: 50px 10px;
  }
  footer .footerInquiry .title {
    font-size: 2.4rem;
  }
  footer .footerInner {
    padding: 50px 10px 16px;
  }
  footer .footerCont {
    display: block;
  }
  footer .linkList {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .linkList li {
    margin-right: 10px;
    padding-right: 10px;
  }
  footer .linkList li:first-child {
    text-align: center;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    border: none;
  }
  footer .logo {
    width: calc(224 / 670 * 100%);
    margin: 30px auto 0;
    text-align: center;
  }
  footer .copy {
    font-size: 1rem;
    padding: 15px 0 0;
  }
  footer #pagetop {
    width: 50px;
    right: 20px;
  }
}
/* ------------------
    レイアウト共通部分
--------------------- */
.whiteWave {
  position: relative;
}
.whiteWave::before {
  position: absolute;
  content: "";
  background: url("../images/common/img_wave_white.png") repeat-x left bottom;
  width: 100%;
  height: 15px;
  bottom: 0;
}

.headline {
  padding: 70px 0;
}
.headline.top {
  padding: 200px 0 190px;
}
.headline .sub {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  padding-top: 8px;
  line-height: 1.2;
}
.headline.greenHeadline {
  background: #76c499;
}

.pageTitle {
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*	パンくず
// ================================= */
.breadcrumb .inner {
  padding-top: 30px;
  padding-bottom: 70px;
}

.breadcrumbList li {
  display: inline;
  line-height: 1.2;
}
.breadcrumbList li a {
  color: #339933;
}
.breadcrumbList li + li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 .8em .15em .2em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.secondaryCont .inner {
  width: 970px;
}

.readBlock {
  text-align: center;
}
.readBlock p {
  line-height: 2.25;
}
.readBlock p + p {
  padding-top: 12px;
}

.textBlock p {
  line-height: 2.25;
}

.secTitle {
  color: #5eb584;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.secTitleMedium {
  color: #5eb584;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.articleInfo {
  display: flex;
  flex-shrink: 0;
  line-height: 1.2;
}
.articleInfo + .articleInfo {
  margin-top: 25px;
}
.articleInfo .day {
  flex-shrink: 0;
  width: 100px;
  margin-right: 20px;
}
.articleInfo .article a {
  margin-right: 15px;
  color: #239943;
}
.articleInfo .article a:hover {
  opacity: 1;
  text-decoration: underline;
}
.articleInfo .article.lnk {
  line-height: 1.2;
}

.arrowIconList .articleInfo {
  position: relative;
  padding-left: 40px;
}
.arrowIconList .articleInfo::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_arrow_right.png) no-repeat left top;
  width: 30px;
  height: 30px;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.grayBdrBlock {
  border: 2px solid #dddddd;
  padding: 35px 60px;
}
.grayBdrBlock .ttl {
  font-size: 2.4rem;
  color: #5eb584;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.bdrB {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.ttlBdrL {
  border-left: 14px solid #5eb584;
  font-weight: bold;
  padding: 2px 0 2px 10px;
  font-size: 1.8rem;
}

.textBlock .ttlBdrL {
  line-height: 1.2;
}

.ttlBold {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.qIcon {
  position: relative;
  padding-left: 50px;
  line-height: 2.15;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
}
.qIcon::before {
  position: absolute;
  content: url("../images/common/icon_qa_q.png");
  left: 0;
  top: 3px;
}

.answerBlock {
  margin-top: 50px;
  position: relative;
  padding-top: 50px;
}
.answerBlock::before {
  position: absolute;
  content: url("../images/common/icon_qa_a.png");
  width: 30px;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
}
.answerBlock .subTtl {
  color: #e8859c;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 24px;
}

.dataTable {
  background: #FFFFFF;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  /*table-layout: fixed;*/
  border-collapse: collapse;
}
.dataTable.wAuto {
  width: auto;
}
.dataTable th, .dataTable td {
  border: 1px solid #dddddd;
  line-height: 1.625;
  vertical-align: top;
  word-break: break-all;
}
.dataTable th {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  background: #f2f2f2;
}
.dataTable td {
  padding: 14px 12px;
}
.dataTable .tt {
  background: #f2f2f2;
  text-align: center;
  font-weight: bold;
}
.dataTable .tt.normal {
  font-weight: normal;
}
.dataTable .ts {
  background: #f2f2f2;
}

.inlineImage {
  display: inline-block;
  margin-bottom: -.125em;
}

.markerRed {
  display: inline-block;
  margin: 0 .25em;
  padding: 0 .5em .15em;
  color: #fff;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
  background: #ff0000;
}

.markerRed02 {
  display: inline-block;
  margin: 0 .25em;
  padding: 0 .5em .15em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
  color: #ff0000;
  border: 1px solid #ff0000;
}

.markerBlack {
  display: inline-block;
  margin: 0 .25em;
  padding: 0 .5em .15em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid #333;
}

.refBox dd {
  padding: 8px 0 0 1em;
  text-indent: -1em;
  padding-left: 2em;
  line-height: 1.4;
}

.grayBox, .greenBox {
  padding: 50px;
}

/*------- モーダル -------*/
.modal_images_close {
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 1;
}
.modal_images_close:hover {
  cursor: pointer !important;
}

.modal_close {
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 1;
  top: -40px;
}
.modal_close:hover {
  cursor: pointer !important;
}

.mfp-title {
  text-align: center;
}

.inlineLink:hover {
  cursor: pointer;
}

.inlineModal {
  background-color: #fff;
  margin: auto;
  max-width: 1000px;
  position: relative;
}
.inlineModal .modalinner {
  padding: 30px;
  overflow: auto;
  max-height: 500px;
}

.mfp-close {
  color: #fff !important;
}

.mfp-container {
  cursor: default;
  padding: 0 20px;
}

.upSideMenu {
  position: relative;
  z-index: 50;
  background: url(../images/common/bg_border.png) repeat-x top left;
  margin-top: -10px;
  padding: 40px 0 30px;
}
.upSideMenu ul {
  display: flex;
  flex-wrap: wrap;
}
.upSideMenu ul li a {
  background: #fff;
  color: #239943;
  border-radius: 50px;
  padding: 10px 5px;
  display: block;
  text-align: center;
  font-weight: bold;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
}
.upSideMenu ul li a:hover {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}
.upSideMenu ul li.active a {
  background: #5eb584;
  opacity: 1;
  color: #fff;
}
.upSideMenu ul li:first-child {
  margin-left: 0;
}
.upSideMenu ul.three li {
  margin-left: calc(14 / 1080 * 100%);
  width: calc(350 / 1080 * 100%);
}
.upSideMenu ul.three li:nth-child(3n+1) {
  margin-left: 0;
}
.upSideMenu ul.four li {
  margin-left: calc(13 / 1080 * 100%);
  width: calc(260 / 1080 * 100%);
}
.upSideMenu ul.four li:nth-child(4n+1) {
  margin-left: 0;
}
.upSideMenu .laboMenu li:nth-child(2) {
  letter-spacing: 0.06em;
}

.numList {
  padding-left: 1.2em;
}
.numList > li {
  list-style: decimal outside none;
  padding-left: 8px;
  line-height: 2.25;
}
.numList.numBold {
  padding-left: 0;
  counter-reset: item;
  list-style-type: none;
}
.numList.numBold > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: none;
}
.numList.numBold > li::before {
  padding-right: 11px;
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
}
.numList.txtBold li {
  font-weight: bold;
}

.literature li {
  line-height: 1.2;
}
.literature li + li {
  margin-top: 25px;
}

.discList {
  padding-left: 1.5em;
}
.discList li {
  list-style: disc;
  line-height: 2.25;
}

.annoList > * {
  display: flex;
  line-height: 2.25;
}
.annoList > * span {
  padding-right: 5px;
}
.annoList > * span:first-child {
  display: block;
  white-space: nowrap;
}

/*------- youtube -------*/
.movieInner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.movieInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------- アンカーリンク -------*/
.unchor {
  display: flex;
}
.unchor li {
  border: 1px solid #5eb584;
  border-radius: 15px;
  line-height: 1.2;
  background-color: #fff;
}
.unchor li a {
  color: #239943;
  padding: 15px 50px 15px 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.unchor li a::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon_arrow_down.png) no-repeat left top;
  width: 30px;
  height: 30px;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.unchor.three li {
  margin-left: calc(15 / 1080 * 100%);
  width: calc(350 / 1080 * 100%);
}
.unchor.three li:nth-child(3n+1) {
  margin-left: 0;
}
.unchor.four li {
  margin-left: calc(13 / 1080 * 100%);
  width: calc(260 / 1080 * 100%);
}
.unchor.four li:nth-child(4n+1) {
  margin-left: 0;
}
.unchor.nine li {
  margin-left: calc(18 / 1080 * 100%);
}
.unchor.nine li a {
  min-width: 102px;
}
.unchor.nine li:first-child {
  margin-left: 0;
}

/*------- アコーディオン -------*/
.acoBlock .acoTtl {
  color: #239943;
  border: 1px solid #5eb584;
  /*border-radius: 15px;*/
  border-radius: 13px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 60px 20px 22px;
  position: relative;
  line-height: 1.3;
  transition: 2.0s;
}
.acoBlock .acoTtl::after {
  position: absolute;
  content: url("../images/common/icon_plus.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.acoBlock .acoTtl.open {
  border-radius: 13px 13px 0 0;
  color: #fff;
  background: #5eb584;
  transition: 0s;
}
.acoBlock .acoTtl.open::after {
  content: url("../images/common/icon_minus.png");
  background-size: cover;
}
.acoBlock .acoTtl:hover {
  cursor: pointer;
}
.acoBlock .acoTtl.qaNum {
  padding-left: 82px;
}
.acoBlock .acoTtl.qaNum::before {
  position: absolute;
  content: url(../images/common/icon_qa_q.png);
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
.acoBlock .acoTtl.qaNum .num {
  position: absolute;
  left: 48px;
  font-weight: bold;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.2em;
}
.acoBlock .acoCont {
  display: none;
  padding: 30px 50px 60px;
  /*border: 1px solid #5eb584;*/
  border-radius: 0 0 13px 13px;
  border-left: 1px solid #5eb584;
  border-right: 1px solid #5eb584;
  border-bottom: 1px solid #5eb584;
}
.acoBlock .acoCont .read {
  font-size: 1.8rem;
}
.acoBlock + .acoBlock {
  margin-top: 15px;
}

/*------- 動画コンテンツ -------*/
.movieContPage .movieBox {
  position: relative;
}
.movieContPage .movieBox .labelText {
  position: absolute;
  background-color: #f7a9bb;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: .35em .5em .38em;
  text-align: center;
  min-width: 100px;
  top: 0;
}
.movieContPage .movieBox .flexBox {
  justify-content: space-between;
}
.movieContPage .movieBox.bgWhite {
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 45px 35px 40px;
}

/*------- ダウンロード -------*/
.dld_area {
  width: 820px;
}
.dld_area.noLine .downloadlink {
  border-bottom: none;
}

.downloadlink {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #808080;
  padding: 15px 0;
}
.downloadlink .moreBtn a {
  padding: 12px 40px;
}
.downloadlink .txt {
  line-height: 1.53;
  width: 610px;
  padding-right: 10px;
}
.downloadlink .txt.arrowIcon::before {
  top: -3px;
}

.greenLineTtl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0;
}

.listingFormat .ttl {
  background: #f2f2f2;
  padding: 16px 10px;
  text-align: center;
  border: 1px solid #dddddd;
}
.listingFormat ul {
  display: flex;
  flex-wrap: wrap;
}
.listingFormat ul li {
  line-height: 1.2;
  width: 50%;
  padding: 17px 12px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.listingFormat ul li:nth-child(2n+1) {
  border-left: 1px solid #dddddd;
}
.listingFormat.noTtl ul li:nth-child(-n+2) {
  border-top: 1px solid #dddddd;
}
.listingFormat.col1type ul li {
  width: 100%;
  border-left: 1px solid #dddddd;
}
.listingFormat.col1type ul li:nth-child(2) {
  border-top: none;
}

.arrowListCol {
  display: flex;
  flex-wrap: wrap;
}
.arrowListCol.col2Wrap li {
  width: 50%;
}
.arrowListCol.col2Wrap li:nth-child(n + 3) {
  padding-top: 30px;
}

@media only screen and (max-width: 750px) {
  .headline {
    margin-bottom: 25px;
  }
  .headline.top {
    padding: 65px 0 75px;
  }
  .headline .sub {
    font-size: 1.4rem;
    padding-top: 6px;
  }

  .pageTitle {
    font-size: 2.4rem;
  }

  .secondaryCont .inner {
    width: 100%;
  }

  .readBlock p {
    line-height: 1.5;
  }
  .readBlock p + p {
    padding-top: 20px;
  }

  .textBlock p {
    line-height: 2;
  }

  .secTitle {
    font-size: 2.4rem;
  }

  .secTitleMedium {
    font-size: 2rem;
  }

  .articleInfo {
    display: block;
    line-height: 1.53;
  }
  .articleInfo + .articleInfo {
    margin-top: 18px;
  }
  .articleInfo .day {
    width: 100%;
    margin-right: 0;
  }
  .articleInfo .article.lnk {
    line-height: 1.53;
  }

  .arrowIconList .articleInfo::before {
    top: -3px;
    bottom: initial;
  }

  .literature li {
    line-height: 1.53;
  }
  .literature li + li {
    margin-top: 18px;
  }

  .grayBdrBlock {
    padding: 15px 20px;
  }
  .grayBdrBlock .ttl {
    font-size: 2rem;
  }

  .bdrB {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .ttlBdrL {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .ttlBold {
    font-size: 1.7rem;
  }

  .qIcon {
    padding-left: 40px;
    line-height: 1.6;
  }
  .qIcon::before {
    top: 0;
  }

  .answerBlock {
    padding-top: 25px;
    margin-top: 30px;
  }
  .answerBlock .subTtl {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  .grayBox, .greenBox {
    padding: 25px;
  }

  .upSideMenu {
    padding: 33px 0 13px;
  }
  .upSideMenu ul {
    justify-content: center;
  }
  .upSideMenu ul li {
    margin-bottom: 10px;
  }
  .upSideMenu ul li a {
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-weight: normal;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #333333;
    height: 100%;
  }
  .upSideMenu ul li.active a, .upSideMenu ul li:hover a {
    background: transparent;
    color: #239943;
  }
  .upSideMenu ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .upSideMenu ul.four li {
    margin-left: 0;
    width: auto;
  }

  /*------- テーブル -------*/
  .tableCaption {
    font-size: 1.2rem;
  }

  .tableScrollBox {
    overflow-x: scroll;
  }
  .tableScrollBox.w490 .dataTable {
    min-width: 490px;
  }
  .tableScrollBox.w680 .dataTable {
    min-width: 680px;
  }

  .imgScrollCaption {
    font-size: 1.2rem;
  }

  .imgScrollBox {
    overflow: scroll;
  }
  .imgScrollBox img {
    max-width: inherit;
  }

  /*------- アンカーリンク -------*/
  .unchor {
    justify-content: center;
    flex-wrap: wrap;
  }
  .unchor li {
    border: none;
    border-left: 1px solid #888888;
    border-radius: 0;
    background-color: transparent;
  }
  .unchor li a {
    background: transparent;
    padding: 10px 45px 10px 5px;
    font-weight: normal;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .unchor li:first-child {
    border-left: none;
  }
  .unchor.two li {
    width: 50%;
  }
  .unchor.three li {
    width: calc(100% / 3);
    margin-left: 0;
  }
  .unchor.four li {
    width: calc(530 / 1080 * 100%);
  }
  .unchor.four li:nth-child(2n) {
    margin-left: calc(20 / 1080 * 100%);
  }
  .unchor.four li:nth-child(2n+1) {
    border-left: none;
    margin-left: 0;
  }
  .unchor.four li:nth-child(2n+1) a {
    padding-left: 0;
  }
  .unchor.four li:nth-child(n+3) {
    margin-top: calc(40 / 1080 * 100%);
  }
  .unchor.nine li {
    width: 33%;
    margin-left: 0;
    margin-bottom: 4px;
  }
  .unchor.nine li a {
    min-width: 100%;
  }
  .unchor.nine li:nth-child(3n+1) {
    border-left: none;
  }
  .unchor.type02 {
    display: block;
  }
  .unchor.type02 li {
    width: 80%;
    border-left: none;
    border-top: 1px solid #888888;
    margin: auto;
  }
  .unchor.type02 li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .unchor.type02 li:first-child {
    border-top: none;
    margin: auto;
  }

  /*------- アコーディオン -------*/
  .acoBlock {
    border-radius: 15px;
  }
  .acoBlock .acoTtl {
    font-size: 1.6rem;
    padding: 13px 50px 13px 15px;
  }
  .acoBlock .acoTtl.open {
    border-radius: 13px 13px 0 0;
  }
  .acoBlock .acoTtl::after {
    right: 10px;
  }
  .acoBlock .acoTtl.qaNum {
    padding-left: 70px;
  }
  .acoBlock .acoTtl.qaNum::before {
    left: 10px;
  }
  .acoBlock .acoTtl.qaNum .num {
    left: 43px;
    top: -4px;
    bottom: 0;
    margin: auto;
    height: 1em;
  }
  .acoBlock .acoCont {
    padding: 15px 20px 30px;
  }
  .acoBlock .acoCont .read {
    font-size: 1.6rem;
  }

  /*------- 動画コンテンツ -------*/
  .movieContPage .movieBox .labelText {
    font-size: 1.3rem;
  }
  .movieContPage .movieBox.bgWhite {
    border-radius: 10px;
    padding: 45px 20px 20px;
  }

  /*------- ダウンロード -------*/
  .dld_area {
    width: 100%;
  }

  .downloadlink .moreBtn {
    width: 40%;
  }
  .downloadlink .moreBtn a {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
  .downloadlink .txt {
    width: 60%;
  }

  .greenLineTtl {
    font-size: 2rem;
  }

  .listingFormat ul {
    display: block;
  }
  .listingFormat ul li {
    width: 100%;
    line-height: 1.53;
  }
  .listingFormat ul li:nth-child(2n) {
    border-left: 1px solid #dddddd;
  }
  .listingFormat.noTtl ul li:nth-child(2) {
    border-top: none;
  }

  .arrowListCol.col2Wrap li {
    width: 100%;
  }
  .arrowListCol.col2Wrap li:nth-child(2) {
    margin-top: 20px;
  }
  .arrowListCol.col2Wrap li:nth-child(n + 3) {
    padding-top: 20px;
  }
}
/* ------------------
    動画ページ関連
--------------------- */
.movieContPage .bgGray {
  padding: 80px 0;
}
.movieContPage .bgGray.last {
  padding-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  .movieContPage .bgGray {
    padding: 40px 0;
  }
  .movieContPage .bgGray.last {
    padding-bottom: 80px;
  }
}
/* ------------------
    質疑応答のフォーマット
--------------------- */
.qaFormat .qIcon {
  color: #339933;
  font-size: 1.6rem;
  margin-bottom: 34px;
}
.qaFormat .qIcon::before {
  position: absolute;
  content: url(../images/common/icon_qa_q.png);
  left: 0;
  top: 3px;
}
.qaFormat .answerBox {
  display: flex;
  position: relative;
}
.qaFormat .answerBox .aicon {
  flex-shrink: 0;
  margin-right: 18px;
}
.qaFormat .answerBox .personBox {
  display: flex;
}
.qaFormat .answerBox .photo {
  width: 100px;
  padding-right: 25px;
  flex-shrink: 0;
}
.qaFormat .answerBox .photo .caption {
  font-size: 1.4rem;
  text-align: center;
}
.qaFormat .answerBox .answerText span {
  color: #e8859c;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .qaFormat .qIcon {
    font-size: 1.4rem;
    padding-left: 0;
    padding-top: 40px;
    margin-bottom: 15px;
  }
  .qaFormat .qIcon::before {
    top: 0;
  }
  .qaFormat .answerBox {
    display: block;
  }
  .qaFormat .answerBox .aicon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .qaFormat .answerBox .photo {
    width: 94px;
    padding-right: 15px;
  }
  .qaFormat .answerBox .photo .caption {
    font-size: 1.3rem;
  }
}
/* ------------------
    画像
--------------------- */
.imgListBox.colTwo {
  display: flex;
  justify-content: space-between;
}
.imgListBox.colTwo > div {
  width: 470px;
}
.imgListBox.colTwo > div:first-child {
  margin-right: calc(20 / 960 * 100%);
}
.imgListBox .caption {
  line-height: 1.2;
}

@media only screen and (max-width: 750px) {
  .imgListBox.colTwo {
    display: block;
  }
  .imgListBox.colTwo > div {
    width: 100%;
  }
  .imgListBox.colTwo > div:first-child {
    margin-right: 0;
  }
}
/* ------------------
    
--------------------- */
.boxStyle01 {
  border: 1px solid #dddddd;
  padding: 20px 50px;
}
.boxStyle01 .ttl {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 750px) {
  .boxStyle01 {
    padding: 20px 30px;
  }
}
.colBlock.colTwo {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.colBlock.colTwo > div {
  width: 470px;
}
.colBlock.colTwo > div:first-child {
  margin-right: calc(20 / 960* 100%);
}
.colBlock .caption {
  line-height: 1.2;
}
.colBlock.w960 {
  width: 960px;
}

@media only screen and (max-width: 750px) {
  .colBlock.colTwo {
    display: block;
  }
  .colBlock.colTwo > div {
    width: 100%;
  }
  .colBlock.colTwo > div:first-child {
    margin-right: 0;
  }
  .colBlock.w960 {
    width: 100%;
  }
}
/* ------------------
    初回モーダル
--------------------- */
#info {
  display: none;
}

.info_modal {
  text-align: center;
}
.info_modal .title {
  font-size: 3.2rem;
  color: #006e31;
  font-weight: bold;
  position: relative;
  margin-bottom: 48px;
}
.info_modal .title::before, .info_modal .title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.info_modal .title::before {
  width: 450px;
  height: 2px;
  background: #46b035;
  bottom: -23px;
}
.info_modal .title::after {
  width: 150px;
  height: 4px;
  background: #006e31;
  bottom: -24px;
}
.info_modal p {
  line-height: 1.333;
  font-size: 1.8rem;
  color: #333333;
}
.info_modal p.txt02 {
  font-size: 1.6rem;
  padding-top: 20px;
}

/*モーダル閉じるボタン*/
.inner-modaal-close {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #006e31;
  line-height: 1.2777;
  max-width: 360px;
  width: 100%;
  margin-top: 30px;
  border-radius: 50px;
  padding: 12px 0;
}
.inner-modaal-close span {
  position: relative;
}
.inner-modaal-close span::before {
  position: absolute;
  content: '';
  top: 35%;
  left: -17px;
  display: block;
  margin-top: -10px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-modaal-close:hover {
  cursor: pointer;
}

/*モーダルの横幅*/
.modaal-container {
  max-width: 1000px;
  border-radius: 20px !important;
}
.modaal-container .link {
  position: relative;
}
.modaal-container .link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #239943;
  left: 0;
  bottom: -2px;
}
.modaal-container .link:hover {
  opacity: 1;
}
.modaal-container .link:hover::after {
  content: none;
}

.modaal-content-container {
  padding: 45px 30px 50px !important;
}

.modaal-close {
  display: none;
}

@media only screen and (max-width: 750px) {
  .info_modal {
    text-align: left;
  }
  .info_modal .title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .info_modal .title::before {
    width: 84%;
    height: 2px;
    bottom: -12px;
  }
  .info_modal .title::after {
    width: 50px;
    height: 2px;
    bottom: -12px;
  }
  .info_modal p {
    line-height: 1.285;
    font-size: 1.4rem;
  }
  .info_modal p.txt02 {
    font-size: 1.2rem;
    padding-top: 20px;
  }

  /*モーダル閉じるボタン*/
  .inner-modaal-close {
    font-size: 1.2rem;
    max-width: 245px;
    padding: 9px 0;
    margin: 25px auto 0;
    display: block;
  }
  .inner-modaal-close span::before {
    top: 46%;
    left: -11px;
    width: 3px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  /*モーダルの横幅*/
  .modaal-container {
    border-radius: 10px !important;
  }

  .modaal-content-container {
    padding: 25px 30px !important;
  }
}
