@charset "UTF-8";
body {
  background-color: #ffffff;
}

.chikueikai__newsMv {
  padding-top: 298px;
  margin-top: 90px;
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/chikueikai_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 100%;
  position: relative;
}

.chikueikai__inner {
  max-width: 1260px;
  padding: 0 10px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .chikueikai__inner {
    position: unset;
  }
}
@media screen and (max-width: 1024px) {
  .chikueikai__inner.-page {
    margin: unset;
  }
}

.chikueikai__newsTitle {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 10px;
  bottom: 125px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsTitle {
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsTitle {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsTitle.-page {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsTitle.-page {
    font-size: 30px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.chikueikai__news {
  padding-bottom: 20px;
  margin-bottom: 100px;
}
.chikueikai__news.-jyuchuukouji,
.chikueikai__news.-archiveNews {
  margin-bottom: 70px;
}

.breadcrumbs__item {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs__item {
    font-size: 12px;
    margin-right: 10px;
  }
}
.breadcrumbs__item.-active {
  color: #a5a5a5;
  pointer-events: none;
}
.breadcrumbs__item.-active::after {
  display: none;
}
.breadcrumbs__item::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img//page/chikueikai/chikueikai_news_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs__item::after {
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
  }
}

.chikueikai__newsYear__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
}
.chikueikai__newsYear__flex.-archive__news {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chikueikai__newsYear__mark {
  display: inline-block;
  content: "";
  width: 10px;
  height: 41px;
  margin-right: 15px;
  background-color: #861c3c;
}

.chikueikai__newsYear {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 40px;
  font-weight: bold;
}

.newsYear__sort {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  color: #000000;
  background-color: #e6e6e6;
  border-radius: 1px;
  padding: 10px 20px 10px 50px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.chikueikai__newsYear__sort::before {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img//page/chikueikai/newsyear_sort.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  margin-right: 15px;
  position: absolute;
  z-index: 1000;
  margin-top: 15px;
  margin-left: 15px;
}

.chikueikai__newsDate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 20px;
}
.chikueikai__newsDate__flex.-first {
  margin-bottom: 75px;
}
.chikueikai__newsDate__flex.-last {
  border-bottom: 2px solid #707070;
  margin-bottom: 80px;
}
.chikueikai__newsDate__flex.-page {
  margin-left: 75px;
  padding: 22px 0 19px;
}
.chikueikai__newsDate__flex.-page__chikueikai {
  border-bottom: none;
  border-top: none;
}
.chikueikai__newsDate__flex.-achiveNews {
  border-bottom: 2px solid #707070;
}

.chikueikai__newsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #cbcbcb;
}
.chikueikai__newsFlex.-archive:nth-of-type(3) {
  border-bottom: 2px solid #707070;
  padding-top: 20px;
}
.chikueikai__newsFlex.-associate {
  margin-left: 70px;
  padding: 26px 20px 15px 20px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsFlex.-associate a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsFlex.-associate {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsFlex.-associate {
    margin-left: 90px;
    display: block;
  }
}
.chikueikai__newsFlex.-associate:nth-of-type(5) {
  border-bottom: none;
}
.chikueikai__newsFlex.-archiveNews {
  margin-left: 70px;
  padding: 20px 20px 18px 20px;
}
.chikueikai__newsFlex.-archiveNews:nth-of-type(10) {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsFlex.-archiveNews {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsFlex.-archiveNews {
    margin-left: 90px;
    display: block;
  }
}
.chikueikai__newsFlex.-page {
  padding: 24px 20px 15px 20px;
  margin-left: 80px;
}
.chikueikai__newsFlex.-page:nth-of-type(10) {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsFlex.-page {
    margin-left: 80px;
    padding: 35px 30px 20px;
    display: block;
  }
}

.new__icon {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #861c3c;
  font-size: 16px;
  font-weight: bold;
}
.new__icon.-page {
  margin-top: 3px;
  margin-right: 15px;
  margin-left: -75px;
}
@media only screen and (max-width: 767px) {
  .new__icon.-page {
    font-size: 14px;
    margin-right: 20px;
    margin-left: -75px;
  }
}
.new__icon.-nichikenren {
  margin-top: 3px;
  margin-right: 15px;
  margin-left: -75px;
}
@media only screen and (max-width: 767px) {
  .new__icon.-nichikenren {
    font-size: 14px;
    margin-right: 20px;
    margin-left: -70px;
  }
}
.new__icon::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/new_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .new__icon::after {
    width: 14px;
  }
}

.chikueikai__newsDate {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsDate {
    margin-top: -20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsDate.-associate {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsDate.-associate {
    margin-top: -20px;
  }
}

.chikueikai__newsDate__blank {
  margin-right: 140px;
}

.nichikenren__tab {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 20px;
  margin-right: -80px;
}
@media only screen and (max-width: 480px) {
  .nichikenren__tab {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.pdf__tab {
  display: inline-block;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #959595;
  padding: 5px 25px;
  margin-right: -80px;
}

.chikueikai__newsContents {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
}
.chikueikai__newsContents p {
  display: inline-block;
}
.-first .chikueikai__newsContents a:first-of-type {
  display: none;
}
.chikueikai__newsContents.-archive::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/chikueikai_news_btn.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.chikueikai__newsContents.-associate {
  margin-left: 140px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsContents.-associate {
    margin-left: 85px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsContents.-associate {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsContents.-associate {
    font-size: 14px;
  }
}

.chikueikai__page .chikueikai__pageFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  min-height: 328px;
}
.chikueikai__page .chikueikai__pageFlex.-archive__news {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__page .chikueikai__pageFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.chikueikai__page .chikueikai__pageNews {
  width: 17%;
  background-color: #000000;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__page .chikueikai__pageNews {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.chikueikai__page .chikueikai__pageNews__tag {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
}
.chikueikai__page .chikueikai__pageNews__tag.-archive {
  padding-top: 120px;
}
.chikueikai__page .chikueikai__pageNews__button {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20px auto;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
  margin: 20px auto 0;
  border: 1px solid #707070;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.chikueikai__page .chikueikai__pageNews__button::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/chikueikai_page_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
  height: 7px;
  margin-left: 18px;
}
.chikueikai__page .chikueikai__pageNews__contents {
  width: 82%;
  border-top: 2px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
}
.chikueikai__page .chikueikai__pageNews__contents.-archiveNews {
  border-top: 0;
  width: 100%;
  border-bottom: 2px solid #707070;
  border-top: 2px solid #707070;
}
@media screen and (max-width: 1024px) {
  .chikueikai__page .chikueikai__pageNews__contents {
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .chikueikai__page .chikueikai__pageNews__contents {
    width: 100%;
  }
}
.chikueikai__page .chikueikai__pageNews__text {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
}

.chikueikai__pageButton__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 105px;
  max-width: 1240px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__pageButton__flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.chikueikai__pageButton {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 22px;
  width: 100%;
  color: #000000;
  background-color: #e6e6e6;
  font-weight: bold;
  padding: 50px 35px 45px 35px;
  position: relative;
  border-left: 14px solid #000000;
}
@media screen and (max-width: 768px) {
  .chikueikai__pageButton{
    font-size: 16px;
  }
}
.chikueikai__pageButton.red {
  background-color: #fae0ce;
}
.chikueikai__pageButton.blue {
  background-color: #d8e7f5;
}
.chikueikai__pageButton.-page {
  padding: 55px 35px 65px 25px;
}
@media screen and (max-width: 768px) {
  .chikueikai__pageButton.-page {
    padding: 25px 30px;
  }
}
.chikueikai__pageButton::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/chikueikai_page_redarrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 43px;
  height: 11px;
  position: absolute;
  right: 35px;
  top: 55px;
}
@media screen and (max-width: 768px) {
  .chikueikai__pageButton::after {
    display: inline-block;
    content: "";
    background-image: url(/wp-content/themes/ill/img/page/chikueikai/chikueikai_page_redarrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.chikueikai__pageButton.-first {
  margin-right: 55px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__pageButton.-first {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .chikueikai__pageButton {
    width: 100%;
  }
}

.asscociate__companyArchive {
  margin-bottom: 100px;
}
.asscociate__companyArchive a {
  text-decoration: none;
}
.asscociate__companyArchive .asscociate__companyArchive__flex {
  display: grid;
  width: 1240px;
  grid-template-columns: 592px 592px;
  gap: 20px 55px;
}
@media screen and (max-width: 1024px) {
  .asscociate__companyArchive .asscociate__companyArchive__flex {
    width: 1000px;
    grid-template-columns: 440px 440px;
    gap: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .asscociate__companyArchive .asscociate__companyArchive__flex {
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.asscociate__companyArchive .associate__pageButton__flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.asscociate__companyArchive .chikueikai__logo {
  width: 100%;
  max-width: 592px;
  padding: 70px 160px 55px 140px;
  text-align: center;
  border: 7px solid #861c3c;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .asscociate__companyArchive .chikueikai__logo {
    width: 440px;
    padding: 60px 50px 55px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .asscociate__companyArchive .chikueikai__logo {
    width: 100%;
    max-width: unset;
    padding: 30px 10px 30px 100px;
  }
}
@media only screen and (max-width: 374px) {
  .asscociate__companyArchive .chikueikai__logo {
    width: 100%;
    max-width: unset;
    padding: 30px 10px 30px 50px;
  }
}
.asscociate__companyArchive .chikueikai__logoFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.asscociate__companyArchive .chikueikai__logoTitle {
  font-size: 64px;
  font-weight: bold;
  font-family: Noto Sans CJK JP;
  letter-spacing: 0.03em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .asscociate__companyArchive .chikueikai__logoTitle {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .asscociate__companyArchive .chikueikai__logoTitle {
    font-size: 40px;
  }
}
.asscociate__companyArchive .chikueikai__logoImg {
  width: 72px;
  height: 74px;
}
@media only screen and (max-width: 480px) {
  .asscociate__companyArchive .chikueikai__logoImg {
    width: 50px;
    height: 50px;
  }
}
.asscociate__companyArchive .chikueikai__logoImg.-arrow {
  width: 43.1px;
  height: 11px;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .asscociate__companyArchive .chikueikai__logoImg.-arrow {
    width: 35px;
    height: 10px;
    bottom: 15px;
  }
}
.asscociate__companyArchive .chikueikai__logoText {
  font-size: 22px;
  font-weight: 500;
  font-family: Noto Sans CJK JP;
  letter-spacing: 0;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .asscociate__companyArchive .chikueikai__logoText {
    font-size: 18px;
  }
}

.associate__pageButton__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.associate__pageButton__flex.-second {
  max-width: unset;
}

.associate__pageButton {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 22px;
  width: 100%;
  max-width: 592px;
  color: #000000;
  background-color: #e6e6e6;
  font-weight: bold;
  padding: 65px 35px 55px 35px;
  position: relative;
  border-left: 14px solid #000000;
}
@media screen and (max-width: 1024px) {
  .associate__pageButton {
    max-width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .associate__pageButton {
    max-width: unset;
    padding: 65px 10px 55px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .associate__pageButton {
    font-size: 20px;
  }
}
.associate__pageButton.-first {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .associate__pageButton.-first {
    margin-bottom: 10px;
  }
}
.associate__pageButton.-bgwhite {
  background-color: #ffffff;
  border: 3px solid #000000;
  border-left: 14px solid #000000;
}
@media only screen and (max-width: 767px) {
  .associate__pageButton.-bgwhite {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.associate__pageButton::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/chikueikai_page_redarrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 43px;
  height: 11px;
  position: absolute;
  right: 35px;
  top: 55px;
}
@media only screen and (max-width: 480px) {
  .associate__pageButton::after {
    width: 35px;
    height: 10px;
    top: 80px;
  }
}

.news__pagination {
  margin: 0 auto;
}
.news__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .news__pagination ul {
    margin-left: 70px;
  }
}
.news__pagination li {
  margin-right: 1rem;
}
.news__pagination li:last-child {
  margin-bottom: 0;
  pointer-events: none;
}
.news__pagination li .page-numbers {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  width: 50px;
  height: 50px;
  margin-bottom: 100px;
  color: #000000;
  background-color: #e6e6e6;
}
.news__pagination li .current {
  color: #ffffff;
  background-color: #861c3c;
  cursor: pointer;
}
.news__pagination li .pagination__button {
  background-color: #e6e6e6;
  color: #000000;
  border-radius: 1px;
}

.page__button.-next {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  pointer-events: none;
}

.chikueikai__archiveTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chikueikai__archiveTab__menu {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  width: 14.27%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #e6e6e6;
  padding: 14px 0;
  margin-right: 10px;
  cursor: pointer;
}
.chikueikai__archiveTab__menu:last-child {
  margin-right: 0;
}
.chikueikai__archiveTab__menu.current {
  margin-top: -15px;
  padding-top: 20px;
  color: #ffffff;
  font-weight: bold;
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .chikueikai__archiveTab__menu {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__archiveTab__menu {
    font-size: 12px;
  }
}

.chikueikai__archiveContent__list {
  padding: 35px 30px 0 30px;
  margin-bottom: 110px;
  border: 2px solid #000000;
}
@media only screen and (max-width: 767px) {
  .chikueikai__archiveContent__list {
    margin-bottom: 70px;
  }
}

.js__content {
  display: none;
}

.js__active {
  display: block;
}

.chikueikai__companyName {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.chikueikai__companyName::before {
  display: block;
  content: "";
  width: 10px;
  height: 23px;
  margin-right: 7px;
  background-color: #861c3c;
}
@media only screen and (max-width: 480px) {
  .chikueikai__companyName::before {
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__companyName {
    font-size: 18px;
  }
}

.chikueikai__addressFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
  margin-bottom: 22px;
}
.chikueikai__addressFlex:last-child {
  border-bottom: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .chikueikai__addressFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-bottom: 0;
  }
}

.chikueikai__address {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: block;
  width: 30%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-right: 60px;
  word-break: break-all;
  line-height: 1.6 !important;
}
.chikueikai__address span {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .chikueikai__address {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__address {
    font-size: 12px;
  }
}

.partners__net {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: auto;
}

.partners__netInner {
  width: 100%;
  padding-bottom: 60px;
  margin: auto;
  border-bottom: 2px solid #707070;
}

.partners__netText {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  color: #000000;
  text-align: left;
}
.partners__netText.-first {
  margin-bottom: 30px;
  margin-top: 30px;
}
.partners__netText.-second {
  margin-bottom: 45px;
}
.partners__netText.-red {
  color: #861c3c;
}

.partners__netButton {
  display: block;
  max-width: 463px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #000000;
  border-radius: 3px;
  padding: 53px 60px 53px 80px;
  margin: auto;
}

.partners__netInquiry {
  padding: 35px 20px 70px 20px;
}
.partners__netInquiry .inquiry__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inquiry__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.partners__netInquiry .inquiry__flex:first-of-type {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.partners__netInquiry .inquiry__flex dt {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inquiry__flex dt {
    width: 100%;
  }
}
.partners__netInquiry .inquiry__flex dd {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inquiry__flex dd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.partners__netInquiry .inquiry__flex.-last {
  border-bottom: 2px solid #707070;
  margin-bottom: 50px;
  padding-bottom: 30px;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.partners__netInquiry .inquiry__flex.-tel {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.partners__netInquiry .inquiry__flex.-telContact {
  border-bottom: none;
}
.partners__netInquiry .inquiry__title {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inquiry__title {
    margin-bottom: 20px;
  }
}
.partners__netInquiry .inquiry__title span {
  margin-left: 15px;
  font-size: 14px;
  color: #ffffff;
  background-color: #861c3c;
  font-weight: bold;
  padding: 5px 15px;
}
.partners__netInquiry .inquiry__textarea {
  background-color: #efefef;
  width: 100%;
  height: 169px;
  max-width: 709px;
}
.partners__netInquiry .inquiry__textarea::-webkit-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__textarea::-moz-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__textarea:-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__textarea::-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__textarea::placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inqury__yourName {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inqury__yourName {
    margin-bottom: 10px;
  }
}
.partners__netInquiry .inqiry__familyName {
  background-color: #efefef;
  max-width: 183px;
  width: 100%;
  padding: 10.3px 0;
}
.partners__netInquiry .inqiry__familyName.-fisrt {
  margin-right: 43px;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inqiry__familyName.-fisrt {
    margin-right: 0;
  }
}
.partners__netInquiry .inqiry__familyName.-second {
  margin-right: 27px;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inqiry__familyName.-second {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inqiry__familyName {
    font-size: 20px;
    max-width: 480px;
    margin-bottom: 20px;
  }
}
.partners__netInquiry .inqiry__name {
  background-color: #efefef;
  max-width: 183px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 10.3px 0;
}
@media only screen and (max-width: 767px) {
  .partners__netInquiry .inqiry__name {
    max-width: 480px;
  }
}
.partners__netInquiry .inquiry__input {
  background-color: #efefef;
  max-width: 709px;
  width: 100%;
  padding: 10px 0 10px 15px;
}
.partners__netInquiry .inquiry__input::-webkit-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__input::-moz-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__input:-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__input::-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__input::placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #bebebe;
}
.partners__netInquiry .inquiry__prefecture {
  width: 215px;
  padding: 10px 0 10px 15px;
  border: 1px solid #707070;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.partners__netInquiry .inquiry__prefecture::-webkit-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.partners__netInquiry .inquiry__prefecture::-moz-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.partners__netInquiry .inquiry__prefecture:-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.partners__netInquiry .inquiry__prefecture::-ms-input-placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.partners__netInquiry .inquiry__prefecture::placeholder {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.partners__netInquiry .selectbox__container {
  display: inline;
  width: 100%;
  max-width: 215px;
  position: relative;
}
.partners__netInquiry .selectbox__container::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/selectbox_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15.7px;
  height: 10.5px;
  position: absolute;
  pointer-events: none;
  top: 4px;
  right: 15px;
}

.inquiry__comfirmButton {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  display: block;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
  padding: 22px 57px;
  margin: auto;
  margin-bottom: 95px;
}

.inquiry__telWrap__right {
  width: 100%;
  max-width: 534px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  padding: 20px 0 20px 0;
}

.inquiry__telWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 534px;
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 480px) {
  .inquiry__telWrap {
    padding-left: 0;
  }
}
.inquiry__telWrap.-first {
  width: 60%;
}
.inquiry__telWrap.-second {
  width: 40%;
}

.inquiry__telFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 242px;
}

.inquiry__telContact {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  width: 100%;
  max-width: 425px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  padding: 94px 70px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .inquiry__telContact {
    font-size: 24px;
    max-width: 768px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .inquiry__telContact {
    font-size: 18px;
    padding: 90px 20px;
  }
}

.inquiry__telText {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}
.inquiry__telText.-last {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inquiry__telText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .inquiry__telText {
    font-size: 12px;
  }
}

.inquiry__tel {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-weight: 500;
  color: #000000;
  line-height: 2.2;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .inquiry__tel {
    font-size: 16px;
  }
}

.year2022 {
  display: none;
}

.nikkenren__text {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .nikkenren__text {
    font-size: 14px;
  }
}

.nikkenrenn__newsFlex__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 480px) {
  .nikkenrenn__newsFlex__sp {
    margin-left: 55px;
  }
}

.chikueikai__newsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #cbcbcb;
}
.chikueikai__newsFlex.-archive:nth-of-type(3) {
  border-bottom: 2px solid #707070;
  padding-top: 20px;
}
.chikueikai__newsFlex.-nikkenren {
  margin-left: 70px;
  padding: 20px 20px 18px 20px;
}
.chikueikai__newsFlex.-nikkenren:nth-of-type(10) {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsFlex.-nikkenren {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsFlex.-nikkenren {
    margin-left: 0px;
    display: block;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsFlex .empty__space {
    margin-left: -70px;
  }
}

.chikueikai__newsContents {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-size: 16px;
  font-weight: 500;
}
.chikueikai__newsContents p {
  display: inline-block;
}
.-first .chikueikai__newsContents a:first-of-type {
  display: none;
}
.chikueikai__newsContents.-archive::after {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/ill/img/page/chikueikai/chikueikai_news_btn.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.chikueikai__newsContents.-nikkenren {
  margin-left: 140px;
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsContents.-nikkenren {
    margin-left: 85px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsContents.-nikkenren {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .chikueikai__newsContents.-nikkenren {
    font-size: 14px;
  }
}

.chikueikai__newsDate__flex {
  border-bottom: 2px solid #707070;
  border-top: 2px solid #707070;
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsDate__flex {
    padding-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .chikueikai__newsDate.-nikkenren {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumbs.-nikkenren {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .chikueikai__newsTitle.-nikkenren {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .chikueikai__newsTitle.-nikkenren {
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    font-size: 18px;
  }
}

.title__spOnly {
  display: none;
}
@media only screen and (max-width: 480px) {
  .title__spOnly {
    display: block;
  }
}

.inquiry__flex .-red {
  color: #b70000;
}
.inquiry__flex .-marginTop {
  margin-top: 8px;
  display: block;
}
.inquiry__flex .-marginBottom {
  margin-bottom: 8px;
  display: block;
}

.partnerLink__logoImg {
  width: 72px;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .partnerLink__logoImg {
    width: 51px;
  }
}

.partners__net__title {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .partners__net__title {
    font-size: 23px;
  }
}

.p-chikueikai__title {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-chikueikai__title {
    font-size: 20px;
  }
}

.p-chikueikai__block-wrapper {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .p-chikueikai__block-wrapper {
    margin-top: 48px;
  }
}

.p-chikueikai__block + .p-chikueikai__block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-chikueikai__block + .p-chikueikai__block {
    margin-top: 40px;
  }
}

.p-chikueikai__subTitle-wrapper {
}

.p-chikueikai__subTitle {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-chikueikai__subTitle {
    font-size: 16px;
  }
}
.p-chikueikai__flex {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-chikueikai__flex {
    margin-top: 16px;
  }
}
