.root#index .mv__lgContents {
  position: relative;
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../../images/root/index/mv.jpg);
}

.root#index .mv__lgContents__copy {
  position: absolute;
  top: 100px;
  right: 0;
}


/*クイックリファレンス*/
/* ex-quick-reference-ttl を3つの画像のすぐ上に配置 */
/*.root#index .ex-quick-reference-ttl { position: absolute; bottom: 280px; left: 50%; transform: translateX(-50%); width: 170%; text-align: center; z-index: 15; background:  linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 85% ); padding: 15px 20px; box-shadow: 0 4px 8px rgba(0, 87, 184, 0.3); }*/
/*.root#index .ex-quick-reference-ttl { position: absolute; bottom: 280px; left: 18%; transform: translateX(-50%); width: 280%; text-align: center; z-index: 15; background:  linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100% ); padding: 15px 20px; box-shadow: 0 4px 8px rgba(0, 87, 184, 0.3); }*/
/*.root#index .ex-quick-reference-ttl { position: absolute; bottom: 243px; left: 50%; transform: translateX(-50%); width: 200%; text-align: center; z-index: 15; background:  linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100% ); padding: 15px 20px 0; box-shadow: 0 4px 8px rgba(0, 76, 147, 0.3); height: 90px;}*/
.root#index .ex-quick-reference-ttl { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; z-index: 1; background: linear-gradient(to bottom,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.9)7%,
rgba(255, 255, 255, 1) 10%,
rgba(255, 255, 255, 1) 30%,
rgba(255, 255, 255, 0.9) 50%,
rgba(255, 255, 255, 0.9) 60%,
rgba(255, 255, 255, 0.8) 70%,
rgba(255, 255, 255, 0.7) 80%,
rgba(255, 255, 255, 0.7) 90%,
rgba(255, 255, 255, 0.7) 100%); padding: 35px 20px 0; height: 330px;}
.root#index .ex-quick-reference-ttl img { width: 400px; height: auto; display: block; margin: 0 auto;}

@media only screen and (max-width: 768px) {
    .root#index .ex-quick-reference-ttl { display: none; }}



.root#index .ex-quick-reference { width: 850px;/*1100px;*/ position: absolute; bottom: 92px;/*120px;*/ left: 50%; transform: translateX(-50%); gap: 20px; margin: 0 auto; z-index: 20;}
.root#index .ex-quick-reference .ex-quick-reference-inner{ display: flex; justify-content: space-around; align-items: center; gap: 20px; flex-wrap: nowrap; width: 1100px; }
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner{ position: relative; display: inline-block; }
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0); pointer-events: none;box-sizing: border-box; z-index: 9; transition: background 0.3s ease; }
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:hover::after{ background: rgba(255, 255, 255, 0.4); }
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner img { display: block; width: 300px; height: auto; position: relative; z-index: 5; opacity: 1;}
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:hover img { }
.fadeInDelayed { opacity: 0; animation-name: fadeIn; animation-duration: 0.6s; animation-delay: 0.2s; animation-fill-mode: forwards; animation-timing-function: ease;}
@keyframes fadeIn { to { opacity: 1;}}

@media only screen and (min-width: 768px) {
.root#index .ex-quick-reference { display: flex;}  
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 5px solid #00509D; /*border-radius: 8px;*/ opacity: 0; transition: opacity 0.3s ease; pointer-events: none;  box-sizing: border-box; z-index: 10; }
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2)::before{ border-color: #719e2b; }
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3)::before{ border-color: #D28F2A; }
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:hover::before{ opacity: 1;}}

/*クイックリファレンスSP2つめ*/
@media only screen and (min-width: 768px) { .root#index .exsp-quick-reference {display: none;}}
.root#index .exsp-quick-reference { width: 100%; max-height: 500px; margin-top: -90px; background-color: #fff!important; }
.root#index .exsp-quick-reference .slide-text-box { width: 100%;}
.root#index .exsp-quick-reference .slide-text-box .slide-text { display: flex; align-items: center; justify-content: center; background: #fff; border-bottom: 4px solid; border-image: linear-gradient(to right, #008cc9 1%, #0057b8 100%) 1; border-radius: 0 10px 0 0; width: 100%; color: #00509d; font-size: 16px; font-weight: bold; text-align: center; padding: 10px; opacity: 0; transform: translateX(-50px); transition: opacity 0.8s ease, transform 0.8s ease; pointer-events: none;}
.root#index .exsp-quick-reference .slide-text-box.active .slide-text { opacity: 1; transform: translateX(0); }
.root#index .exsp-quick-reference .slide-text-box .slide-text .slide-icon { width: 24px; height: 24px; margin-right: 8px; vertical-align: middle; display: inline-block; object-fit: contain;}
.root#index .exsp-quick-reference .exsp-quick-reference-inner{ display: flex; padding: 0; margin: 0;/*justify-content: space-around; align-items: center; gap: 20px; flex-wrap: nowrap; */}
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner{ position: relative; flex: 1}
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner img { width: 100%; height: auto; display: block;object-fit: cover; }
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0); pointer-events: none;box-sizing: border-box; z-index: 9; transition: background 0.3s ease; }
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:hover::after{ background: rgba(255, 255, 255, 0.4); }
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:hover img { }





/* 人文と管理栄養のリンクができたら消す箇所 */
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2)::after,
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3)::after { content: "Coming soon"; position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'Libre Baskerville', serif; font-style: italic; font-weight: 400; font-size: 28px; color: #fff; font-weight: bold; background: rgba(0, 0, 0, 0.6); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 20; box-sizing: border-box;}
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2):hover::after,
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3):hover::after { opacity: 1;}
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2):hover img,
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3):hover img { opacity: 0.3; transition: opacity 0.3s ease;}
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2) img,
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3) img { transition: opacity 0.3s ease;}

/* PC版 ex-quick-reference の Coming Soon 設定（aタグも含めて矢印カーソル） */
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2),
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2) a,
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3),
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3) a { cursor: default !important;}

/* SP版 exsp-quick-reference の Coming Soon 設定（aタグも含めて矢印カーソル） */
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2),
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2) a,
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3),
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3) a { cursor: default !important;}

/* Coming Soonの::afterも明示的に */
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2)::after,
.root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3)::after,
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2)::after,
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3)::after { pointer-events: none;}


/* SP版 exsp-quick-reference の Coming Soon 設定（画像サイズにぴったり四角 + 矢印カーソル） */
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2)::after,
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3)::after { content: "Coming soon"; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'Libre Baskerville', serif; font-style: italic; font-weight: 400; font-size: clamp(12px, 4vw, 24px); color: #fff; font-weight: bold; background: rgba(0, 0, 0, 0.6); opacity: 0;
    pointer-events: none; transition: opacity 0.3s ease; z-index: 20; box-sizing: border-box;}
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2):hover::after,
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3):hover::after { opacity: 1;}
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2):hover img,
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3):hover img { opacity: 0.3; transition: opacity 0.3s ease;}
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2) img,
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3) img { transition: opacity 0.3s ease;}

/* SP版 Coming Soon項目は矢印カーソルのまま */
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(2),
.root#index .exsp-quick-reference .exsp-quick-reference-inner .exsp-quick-reference-inner-banner:nth-child(3) { cursor: default;}

/* PC版 hover時のボーダーをComing Soon時は非表示に */
@media only screen and (min-width: 768px) {
    .root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(2):hover::before,
    .root#index .ex-quick-reference .ex-quick-reference-inner .ex-quick-reference-inner-banner:nth-child(3):hover::before { opacity: 0 !important;}}



.root#index .anony { padding-bottom: 60px;}
.root#index .anony__information { margin-top: -70px;}
.root#index .anony__information__holder { background-color: #fff; padding: 25px;}

@media only screen and (max-width: 767px) {
/*.root#index .anony__information { margin-top: -55px;}*/
.root#index .anony__information { margin-top: 0;}
.root#index .anony__information__holder {padding: 10px 25px 25px 25px;}
}

.root#index .anony__information__holder__head {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00509D;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.root#index .anony__information__holder__attention {
  border: 1px solid #CB0000;
  color: #CB0000;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.58333333333;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .root#index .anony__information__holder__attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.root#index .anony__information__holder__attention > a {
  color: #CB0000;
  text-decoration: underline;
}

.root#index .anony__information__holder__attention > a:hover {
  text-decoration: none;
}

.root#index .anony__information__holder__list {
  position: relative;
}

.root#index .anony__information__holder__list__item {
  border-bottom: 1px solid #BCDEDF;
  padding: 15px 0;
}

.root#index .anony__information__holder__list__item__dl > dt {
  width: 90px;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
}

@media only screen and (max-width: 767px) {
  .root#index .anony__information__holder__list__item__dl > dt {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.root#index .anony__information__holder__list__item__dl > dd {
  width: calc(100% - 90px);
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .root#index .anony__information__holder__list__item__dl > dd {
    width: 100%;
    float: none;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.root#index .anony__information__holder__list__item__dl > dd > a {
  color: #000000;
}

.root#index .anony__information__holder__list.is-hidden {
  height: 200px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .root#index .anony__information__holder__list.is-hidden {
    height: 280px;
  }
}

.root#index .anony__information__holder__list.is-hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+79,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 79%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.root#index .anony__information__holder__more {
  position: relative;
  text-align: center;
  top: -25px;
}

.root#index .anony__information__holder__less {
  position: relative;
  text-align: center;
  display: none;
  margin-top: 20px;
}

.root#index .anony__bnrs__list__item {
  width: 558px;
  float: left;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .root#index .anony__bnrs__list__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.root#index .anony__bnrs__list__item:nth-child(odd) {
  margin-left: 0;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .root#index .anony__bnrs__list__item:last-child {
    margin-bottom: 0;
  }
}

.root#index .pickup {
  position: relative;
  background-color: #F9F9F9;
  padding: 70px 0 150px;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup {
    padding: 30px 0 60px;
  }
}

.root#index .pickup:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 235px 282px 0 0;
  border-color: #00509D transparent transparent transparent;
}

.root#index .pickup:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 650px 716px;
  border-color: transparent transparent #00509D transparent;
}

.root#index .pickup__head {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__head {
    margin-bottom: 40px;
  }
}

.root#index .pickup__head > span {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  text-align: center;
  color: #00509D;
  border-radius: 32px;
  padding: 10px 40px;
  background-color: #fff;
  border: 1px solid #00509D;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__head > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.root#index .pickup__eachContent {
  position: relative;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent {
    margin-bottom: 40px;
  }
}

.root#index .pickup__eachContent:last-child {
  margin-bottom: 0;
}

.root#index .pickup__eachContent__fig {
  position: relative;
  width: 600px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__fig {
    width: 100% !important;
    float: none !important;
  }
}

.root#index .pickup__eachContent__fig__plan {
  position: absolute;
  bottom: 50px;
  right: 36px;
  width: 126px;
  height: 126px;
  background-color: #00509D;
  border-radius: 50%;
  display: block;
  color: #FFFFFF;
  text-align: center;
  display: table;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__fig__plan {
    width: 76px;
    height: 76px;
    right: 4%;
    bottom: 10%;
  }
}

.root#index .pickup__eachContent__fig__plan__holder {
  display: table-cell;
  vertical-align: middle;
}

.root#index .pickup__eachContent__fig__plan__holder__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__fig__plan__holder__text {
    font-size: 10px;
    font-size: 1rem;
  }
}

.root#index .pickup__eachContent__fig__plan__holder__date {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__fig__plan__holder__date {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.root#index .pickup__eachContent__fig__plan__holder__date > span {
  font-size: 50px;
  font-size: 5rem;
  display: inline-block;
  margin-left: 4px;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__fig__plan__holder__date > span {
    font-size: 29px;
    font-size: 2.9rem;
  }
}

.root#index .pickup__eachContent__fig__plan__holder__week {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Playfair Display', serif;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__fig__plan__holder__week {
    font-size: 10px;
    font-size: 1rem;
  }
}

.root#index .pickup__eachContent__texts {
  width: 720px;
  min-height: 387px;
  background-color: #fff;
  color: #00509D;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__texts {
    width: 100% !important;
    min-height: auto !important;
    position: static !important;
    padding: 30px 20px !important;
    float: none !important;
  }
}

.root#index .pickup__eachContent__texts__hl {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 30px;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__texts__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.root#index .pickup__eachContent__texts__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .root#index .pickup__eachContent__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.root#index .pickup__eachContent__texts__link {
  text-align: center;
}

.root#index .pickup__eachContent__texts__link__btn {
  display: block;
}

.root#index .pickup__eachContent[data-type="a"] .pickup__eachContent__fig {
  float: left;
}

.root#index .pickup__eachContent[data-type="a"] .pickup__eachContent__texts {
  top: 60px;
  right: 0;
  padding: 60px 60px 60px 220px;
}

.root#index .pickup__eachContent[data-type="b"] .pickup__eachContent__fig {
  float: right;
}

.root#index .pickup__eachContent[data-type="b"] .pickup__eachContent__texts {
  top: 60px;
  left: 0;
  padding: 60px 220px 60px 60px;
}

.root#index .quicknav {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008cc9+0,0057b8+99 */
  background: #008cc9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008cc9 0%, #0057b8 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cc9', endColorstr='#0057b8',GradientType=1 );
  /* IE6-9 */
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .quicknav {
    padding: 30px 0;
  }
}

.root#index .quicknav__head {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .root#index .quicknav__head {
    margin-bottom: 40px;
  }
}

.root#index .quicknav__head > span {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  text-align: center;
  color: #00509D;
  border-radius: 32px;
  padding: 10px 40px;
  background-color: #fff;
  border: 1px solid #00509D;
}

@media only screen and (max-width: 767px) {
  .root#index .quicknav__head > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.root#index .quicknav__list {
  margin-bottom: -25px;
}

.root#index .quicknav__list__item {
  width: 356px;
  float: left;
  margin-left: calc((1156px - (356px * 3)) / 2);
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .root#index .quicknav__list__item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.root#index .quicknav__list__item:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

.root#index .quicknav__list__item__anchor {
  display: block;
  background-color: #fff;
  color: #000000;
  height: 110px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 50px auto;
}

@media only screen and (max-width: 767px) {
  .root#index .quicknav__list__item__anchor {
    background-size: 30px auto;
    height: 60px;
    background-position: 10px center;
  }
}

.root#index .quicknav__list__item__anchor > div {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
}

.root#index .quicknav__list__item__anchor > div > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  transform: translateX(20px);
}

@media only screen and (max-width: 767px) {
  .root#index .quicknav__list__item__anchor > div > span {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    transform: translateX(0);
    padding-left: 50px;
  }
}

.root#index .quicknav__list__item__anchor:hover > div > span {
  text-decoration: none;
}

.root#index .quicknav__list__item:nth-child(1) .quicknav__list__item__anchor {
  background-image: url(../../images/root/index/quicknav_icon01.svg);
}

.root#index .quicknav__list__item:nth-child(2) .quicknav__list__item__anchor {
  background-image: url(../../images/root/index/quicknav_icon02.svg);
}

.root#index .quicknav__list__item:nth-child(3) .quicknav__list__item__anchor {
  background-image: url(../../images/root/index/quicknav_icon03.svg);
}

.root#index .quicknav__list__item:nth-child(4) .quicknav__list__item__anchor {
  background-image: url(../../images/root/index/quicknav_icon04.svg);
}

.root#index .quicknav__list__item:nth-child(5) .quicknav__list__item__anchor {
  background-image: url(../../images/root/index/quicknav_icon05.svg);
}

.root#index .quicknav__list__item:nth-child(6) .quicknav__list__item__anchor {
  background-image: url(../../images/root/index/quicknav_icon06.svg);
}

.root#index .bnrs {
  background-color: #fff;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .bnrs {
    padding: 30px 0;
  }
}

.windows .pickup__head > span {
  padding: 15px 40px 10px !important;
}

.windows .quicknav__head > span {
  padding: 15px 40px 10px !important;
}
