@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  background: #ffffff;
}

body.navOn {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0;
  line-height: 160%;
}

#mainContent {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: clip;
}

a {
  color: #222;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.page-content a {
  color: #2a4dfe;
}

.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: min(88vw, 340px);
  }
  .commonWidthSp {
    width: min(88vw, 340px);
    margin: 0 auto;
  }
  .contentArea {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(90vw, 1000px);
  }
  .commonWidthPc {
    width: min(90vw, 1000px);
    margin: 0 auto;
  }
  .contentArea {
    padding-bottom: 80px;
  }
}
.shadow-img {
  border-radius: 2px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s;
}
.shadow-img:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.pnkzArea {
  font-size: 13px;
}
.pnkzArea .pnkzArrow {
  padding: 0 6px;
}
.pnkzArea a {
  color: #2a4dfe;
}
.pnkzArea a:hover {
  text-decoration: none;
}

.innerPageTitle {
  position: relative;
}
.innerPageTitle .titleBg {
  background: url(../images/bg_title.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -7%;
  top: 0;
  width: 114%;
  height: 100%;
}
.innerPageTitle .innerPageTitleIn {
  position: relative;
  z-index: 1;
}
.innerPageTitle .innerPageTitleIn .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .pnkzArea {
    padding: 20px 0 16px 0;
  }
  .innerPageTitle {
    margin: 0 0 20px 0;
  }
  .innerPageTitle .innerPageTitleIn {
    padding: 18px 0px 36px;
  }
  .innerPageTitle .innerPageTitleIn .title {
    font-size: clamp(14px, 6.15vw, 24px);
    line-height: 120%;
  }
  .innerPageTitle .innerPageTitleIn .caption {
    padding: 10px 0 0 0;
    font-size: 13px;
    line-height: 120%;
  }
}
@media print, screen and (min-width: 768px) {
  .pnkzArea {
    padding: 12px 0 16px 0;
  }
  .innerPageTitle {
    margin: 0 0 40px 0;
  }
  .innerPageTitle .innerPageTitleIn {
    padding: min(3.9vw, 40px) 0px min(5.6vw, 68px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .innerPageTitle .innerPageTitleIn .title {
    font-size: clamp(23px, 3.17vw, 38px);
  }
  .innerPageTitle .innerPageTitleIn .caption {
    flex-grow: 1;
    text-align: center;
    font-size: clamp(14px, 1.17vw, 14px);
  }
}
.secHeader {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.secHeader .secHeaderIn .headerTopRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secHeader .secHeaderIn .headerTopRow .topLinkCol {
  display: flex;
  justify-content: flex-end;
}
.secHeader .secHeaderIn .headerTopRow .topLinkCol .link {
  text-decoration: none;
}
.secHeader .secHeaderIn .globalNaviArea {
  display: flex;
  flex-wrap: wrap;
}
.secHeader .secHeaderIn .globalNaviArea .gNavi {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 4px transparent;
}
.secHeader .secHeaderIn .globalNaviArea .gNavi:hover {
  border-color: #03a731;
}
.secHeader .secHeaderIn .globalNaviArea .gNavi .inText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  border-left: solid 1px #cccccc;
}

@media only screen and (max-width: 767px) {
  .secHeader .secHeaderIn .headerTopRow {
    padding: 20px 0 20px 0;
  }
  .secHeader .secHeaderIn .headerTopRow .headerLogo {
    width: min(40%, 120px);
  }
  .secHeader .secHeaderIn .headerTopRow .topLinkCol {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .secHeader .secHeaderIn .headerTopRow .topLinkCol .link {
    font-size: 12px;
  }
  .secHeader .secHeaderIn .globalNaviArea {
    row-gap: 8px;
    justify-content: center;
  }
  .secHeader .secHeaderIn .globalNaviArea .gNavi {
    width: 50%;
    height: 30px;
  }
  .secHeader .secHeaderIn .globalNaviArea .gNavi .inText {
    height: 30px;
    font-size: 14px;
  }
  .secHeader .secHeaderIn .globalNaviArea .gNavi:nth-of-type(2n) .inText {
    border-right: solid 1px #cccccc;
  }
}
@media print, screen and (min-width: 768px) {
  .secHeader .secHeaderIn .headerTopRow {
    padding: 20px 0 20px 0;
  }
  .secHeader .secHeaderIn .headerTopRow .topLinkCol {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .secHeader .secHeaderIn .headerTopRow .topLinkCol .link {
    font-size: 12px;
  }
  .secHeader .secHeaderIn .globalNaviArea .gNavi {
    width: 20%;
    height: 48px;
  }
  .secHeader .secHeaderIn .globalNaviArea .gNavi .inText {
    height: 30px;
    font-size: clamp(14px, 1.25vw, 15px);
  }
  .secHeader .secHeaderIn .globalNaviArea .gNavi:last-of-type .inText {
    border-right: solid 1px #cccccc;
  }
}
.secFooter .linkBox {
  background: #d9f2e2;
}
.secFooter .footerLogoArea {
  background: #03a731;
  color: #ffffff;
}
.secFooter .footerLogoArea .footerLogo {
  text-align: center;
}
.secFooter .footerLogoArea .siteLogo {
  text-align: center;
  padding: 10px 0;
}
.secFooter .footerLogoArea .infoRow .mailCol a {
  color: #ffffff;
}
.secFooter .footerLogoArea .copyright {
  text-align: center;
}
.secFooter .footerLogoArea .copyright address {
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .secFooter .linkBox {
    padding: 28px 0;
  }
  .secFooter .linkBox .linkRow {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 6px 0;
  }
  .secFooter .footerLogoArea {
    padding: 40px 0 32px 0;
  }
  .secFooter .footerLogoArea .infoRow {
    font-size: 12px;
    text-align: center;
  }
  .secFooter .footerLogoArea .copyright {
    padding: 16px 0 0 0;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFooter .linkBox {
    padding: 28px 0;
  }
  .secFooter .linkBox .linkRow {
    font-size: 12px;
    display: flex;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 4px 0;
  }
  .secFooter .footerLogoArea {
    padding: 40px 0 16px 0;
  }
  .secFooter .footerLogoArea .infoRow {
    display: flex;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    font-size: 12px;
  }
  .secFooter .footerLogoArea .copyright {
    padding: 16px 0 0 0;
    font-size: 11px;
  }
}
.innerPageWrap .commonSideArea .sideMenuTitle {
  background: url(../images/bg_side-title.gif) center bottom no-repeat;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  padding: 0 0 16px 0;
  font-size: 18px;
}
.innerPageWrap .commonSideArea .sideLinkWrap {
  padding: 8px 0 32px 0;
  border-bottom: dotted 1px #000;
  margin: 0 0 40px 0;
}
.innerPageWrap .commonSideArea .sideLinkWrap ul {
  list-style: none;
}
.innerPageWrap .commonSideArea .sideLinkWrap ul li {
  padding: 3px 0 3px 0;
}
.innerPageWrap .commonSideArea .sideLinkWrap ul li a {
  font-size: 14px;
  background: url(../images/icon_list_normal.gif) left 10px no-repeat;
  padding: 0 0 0 10px;
  display: inline-block;
}
.innerPageWrap .commonSideArea .sideLinkWrap ul li a:hover {
  text-decoration: none;
}
.innerPageWrap .commonSideArea .sideLinkWrap ul li.current-post a {
  text-decoration: none;
  pointer-events: none;
}
.innerPageWrap .commonSideArea .sideLinkWrap select {
  border: solid 1px #000000;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 24px 4px 12px;
  background: url(../images/select_arrow.svg) right 6px center no-repeat #ffffff;
  background-size: 10px;
}
@media only screen and (max-width: 767px) {
  .innerPageWrap .innerPageMain {
    padding: 0 0 60px 0;
  }
  .innerPageWrap .commonSideArea {
    text-align: center;
  }
  .innerPageWrap .commonSideArea .sideBnr {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .innerPageWrap {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .innerPageWrap .innerPageMain {
    width: min(100% - clamp(180px, 24%, 240px), 730px);
  }
  .innerPageWrap .commonSideArea {
    width: clamp(180px, 24%, 240px);
  }
  .innerPageWrap .commonSideArea .sideBnr {
    padding-bottom: 20px;
  }
}
.dataNone.center {
  text-align: center;
  padding: 32px 0;
}

@media only screen and (max-width: 767px) {
  .dataNone {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .dataNone {
    font-size: clamp(14px, 1.17vw, 14px);
  }
}/*# sourceMappingURL=common.css.map */