@charset "UTF-8";
:root {
  --innerBase:780px;
  --wrapBase:940px;
  --boxBase:1080px;
  --containerBase:1280px;
  --maxWidthBase:1440px;
  --inner:var(--innerBase);
  --wrap:var(--wrapBase);
  --box:var(--boxBase);
  --container:var(--containerBase);
  --maxWidth:var(--maxWidthBase);
  --spContainerPadding:5%;
  --pcContainerPadding:95px;
  --spHeaderHeight:60px;
  --pcHeaderHeight:85px;
  --baseColor:#ffffff;
  --mainColor:#003288;
  --subColor:#D1DDEF;
  --icuColor:#3395EA;
  --entColor:#059A78;
  --cssdColor:#375DB4;
  --othersColor:#696F7E;
  --whiteColor:#ffffff;
  --grayColor:#696F7E;
  --lightGrayColor:#BDC1CD;
  --softGrayColor:rgb(from #696F7E r g b / 15%);
  --paleBlueColor:#D4E0F5;
  --tintBlueColor:#E5ECF8;
  --lightBlueColor:#D1DDEF;
  --deepBlueColor:#375DB4;
  --softBlueColor:#BEC9E6;
  --grayBlueColor:#DCDEE6;
  --textHoverColor:#8098C4;
  --animationSpeed:0.4s;
  --ioAnimationSpeed:1s;
  --spMargin:40px;
  --pcMargin:50px;
  --fontSerif:"Shippori Mincho","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  --fontGothic:"Noto Sans JP","游ゴシック体",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  --fontFamily:var(--fontGothic);
  --fontTitle:var(--fontSerif);
  --fontEn:"Lusitana", serif;
}

/* ==========================================================================

	guidelines / privacypolicy

========================================================================== */
/*--------------------------------
    terms_cnt
--------------------------------*/
.terms_cnt > div > section {
  counter-increment: termCount;
}
.terms_cnt > div > section .tt_bg:before {
  content: counter(termCount) ". ";
}
.terms_cnt > div > section .tt_line {
  text-underline-offset: 0.7em;
  margin-bottom: 1.3em;
}
@media print, screen and (min-width: 813px) {
  .terms_cnt .tt_bg {
    font-size: min(1.6rem, 16px);
  }
}

/*--------------------------------
	terms_cnt
--------------------------------*/
.counter_cnt {
  counter-reset: termCount;
}
.counter_cnt[data-counter*=en] > * {
  counter-increment: termCount;
}
.counter_cnt[data-counter*=en] > * *[data-counter*=text]:before {
  content: counter(termCount, upper-alpha) ". ";
}
/* ==========================================================================

	guidelines

========================================================================== */
#pageContents h4 {
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
#pageContents h4:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  max-width: 260px;
  background-color: rgb(from var(--mainColor) r g b/15%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#downloadContents li {
  margin-bottom: 1.6em;
}
#downloadContents li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */
