@charset "UTF-8";

@font-face {
  font-family: "kyouka";
  src: url("../font/kyouka_b.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}
/* =========================================================
  Common
========================================================= */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  max-height: 999999px;
  user-select: none;
  -webkit-touch-callout: none;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}
.spOnly {
  display: none;
}
.zTxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.kyouka {
  font-family: "kyouka";
  letter-spacing: 0.2rem;
}
@media only screen and (max-width:750px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  img {
    width: 100%;
  }
}
/* =========================================================
  著作権について / ご利用環境について
========================================================= */
.textHead img {
  width: 100%;
}
.topBg .topLogo {
  max-width: 420px;
  margin: 0 auto 75px;
}
.innerCommon {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 120px;
}
.commonTitle {
  text-align: center;
  color: #332b2b;
  margin-bottom: 32px;
  font-size: 2.4rem;
}
.commonTxt {
  color: #546266;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.bluLine {
  font-size: 1.8rem;
  color: #268fe6;
  border-bottom: 2px solid #268fe6;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.deviceItem {
  margin-bottom: 24px;
}
.deviceItem .deviceName {
  font-size: 1.8rem;
  color: #268fe6;
  margin-bottom: 24px;
}
.deviceItem .deviceName::before {
  content: "";
  border-left: 4px solid #268fe6;
  margin-right: 10px;
}
.osItem {
  display: flex;
  justify-content: space-between;
}
.osList {
  width: 48%;
}
.osList p:first-of-type {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 1.6rem;
}
.osList ul li {
  font-size: 1.4rem;
  padding: 4% 0;
  border-bottom: 1px solid #cecece;
}
.osList ul li:first-of-type {
  border-top: 1px solid #cecece;
}
@media only screen and (max-width:750px) {
  .topBg .topLogo {
    width: 80%;
    margin: 40px auto;
  }
  .innerCommon {
    padding: 0 20px;
  }
  .osItem {
    display: block;
  }
  .osList {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* =========================================================
  目次
========================================================= */
.tocHead {
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.tocHead .listTitle img {
  width: 100%;
}
.tocContents {
  padding: 32px 0 80px;
}
.tabPanel,
.tocContents {
  width: 100%;
  max-width: 708px;
  margin: 0 auto;
}
.btnParent {
  position: relative;
  padding: 20px 24px 13px;
  border-radius: 18px;
  font-size: 2rem;
  margin-bottom: 24px;
  box-shadow: 0px 0px 2px 0px rgba(48, 43, 43, 0.10), 0px 0px 4px 0px rgba(48, 43, 43, 0.10), 0px 0px 12px 0px rgba(48, 43, 43, 0.10);
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.listName {
  position: relative;
  width: 100%;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
.listName::before,
.listName::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 3px;
  margin: auto 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  transition: 0.5s;
}
.listName::after {
  transform: rotate(-90deg);
}
.open .listName::after {
  transform: rotate(0deg);
}
.listName p {
  font-weight: 700;
  letter-spacing: 0.07em;
  gap: 14px;
  display: flex;
  align-items: center;
  padding-right: 36px;
}
.listName p::before {
  position: relative;
  top: 1px;
  content: "";
  min-width: 4px;
  width: 4px;
  border-radius: 2px;
  display: block;
  align-self: stretch;
}
.childMenu {
  width: 100%;
  padding-bottom: 7px;
}
.childMenu li,
.btnChild {
  position: relative;
  width: 100%;
  max-width: 644px;
  margin: 0 auto 18px;
}
.btnChild {
  max-width: none;
}
.childMenu li:first-child {
  margin-top: 22px;
}
.childMenu li:last-of-type {
  margin-bottom: 0;
}
.childMenu li a,
.btnChild a {
  display: flex;
  align-items: center;
  min-height: 84px;
  border-radius: 18px;
  position: relative;
  padding: 10px 0;
  text-align: left;
}
.childMenu li a::after,
.btnChild a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.childMenu .blankIcon a::after,
.btnChild .blankIcon a::after {
  width: 20px;
  height: 20px;
  right: 25px;
  border: none !important;
  transform: translateY(-50%) rotate(0);
}
.childMenu li .btnIcon,
.btnChild .btnIcon {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.childMenu li .btnIcon img,
.btnChild .btnIcon img {
  width: 30px;
}
.childMenu li p,
.btnChild p {
  padding: 0 50px 0 88px;
  line-height: 1.3;
  font-size: 2.2rem;
  letter-spacing: 1px;
  width: 100%;
}
.childMenu li.noIcon p,
.btnChild.noIcon p {
  padding: 0 50px 0 32px;
}
.childMenu li p span,
.btnChild p span {
  display: block;
  font-size: 1.4rem;
  padding-top: 2px;
}
@media only screen and (max-width:750px) {
  .tocContents {
    padding: 30px 20px 30px;
  }
  .btnParent {
    padding: 18px 18px 11px;
    font-size: 1.6rem;
  }
  .listName p {
    padding-right: 40px;
  }
  .childMenu li,
  .btnChild {
    max-width: none;
    margin: 0 auto 6%;
  }
  .childMenu li:first-child {
    margin-top: 3.3%;
  }
  .childMenu li a,
  .btnChild a {
    min-height: 64px;
    padding: 3% 0;
  }
  .childMenu li a::after,
  .btnChild a::after {
    right: 4%;
  }
  .childMenu .blankIcon a::after,
  .btnChild .blankIcon a::after {
    right: 4%;
  }
  .childMenu li .btnIcon,
  .btnChild .btnIcon {
    width: 34px;
    height: 34px;
    left: 10px;
  }
  .childMenu li .btnIcon img,
  .btnChild .btnIcon img {
    width: 20px;
  }
  .childMenu li p,
  .btnChild p {
    padding: 0 36px 0 52px;
    font-size: 1.5rem;
  }
  .childMenu li.noIcon p,
  .btnChild.noIcon p {
    padding: 0 40px 0 18px;
  }
  .childMenu li p span,
  .btnChild p span {
    font-size: 1rem;
    letter-spacing: 0;
    padding-top: 2px;
  }
}
/* =========================================================
  Main Contents
========================================================= */
.mainContents {
  display: block;
  height: 100%;
  overflow: hidden;
}
.innerHead {
  position: relative;
  width: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-bottom: 38px;
}
.innerHead h1 {
  width: 100%;
  max-width: 708px;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  gap: 14px;
  display: flex;
  align-items: center;
  padding: 14px 0 15px;
  letter-spacing: 1.44px;
  line-height: 1.3;
}
.innerHead h1::before {
  content: "";
  position: relative;
  top: 1px;
  content: "";
  min-width: 4px;
  width: 4px;
  border-radius: 2px;
  display: block;
  align-self: stretch;
  background: #fff;
}
.innerHead .contentName {
  background: #fff;
}
.innerHead h2 {
  width: 100%;
  max-width: 708px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.76px;
  height: auto;
  min-height: 56px;
  padding: 12px 0;
  background-color: #fff;
  color: #666;
  display: flex;
  align-items: center;
}
.contentInner {
  width: 100%;
  max-width: 564px;
  margin: 0 auto 60px;
}
.uInner {
  max-width: 644px;
}
.lineTitle {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}
.lineTitle::before {
  content: "";
  border-radius: 2px;
  margin-right: 14px;
  width: 4px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.contentTitle {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 23px 0;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  color: #666;
}
.comment {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 12px 2% 0;
  text-indent: 0;
  letter-spacing: 1.2px;
  color: #666;
  font-weight: 500;
}
.photoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.photoList li {
  width: 48%;
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
}
.photoListImg li img {
  pointer-events: auto;
}
.photoList li p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 8px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  color: #666;
  flex-grow: 1;
}
.picFrame {
  margin-bottom: 28px;
}
.picFrame img {
  border: 6px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(48, 43, 43, 0.1), 0px 0px 4px rgba(48, 43, 43, 0.1), 0px 0px 2px rgba(48, 43, 43, 0.1);
}
.picFrame a {
  display: block;
}
.btnBkFlex {
  display: flex;
  justify-content: flex-end;
}
.btnBkFlex li {
  margin: 0 0 0 2%;
  height: 50px;
  width: 186px;
  position: relative;
  display: block;
  border: 3px solid #000;
  border-radius: 16px;
  background: #e6e6e6;
}
.btnBkFlex li a {
  line-height: 40px;
  width: 100%;
  height: 40px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  color: #332b2b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  font-family: "kyouka";
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnBkFlex li:hover a {
  top: unset;
  bottom: 0;
  background-color: #f5f5f5;
}
.iconDl a::before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../image/icon_dl.svg) no-repeat 0 center;
  background-size: contain;
  margin-right: 4px;
  position: relative;
  display: block;
}
.videoWrap {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.multipleMovie {
  margin-bottom: 45px;
}
.multipleMovie .videoPanel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  transition: opacity 0.6s ease;
}
.multipleMovie .videoPanel.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.videoList {
  display: flex;
  flex-wrap: wrap;
}
.videoList li {
  width: 23.5%;
  margin: 0 2% 25px 0;
  cursor: pointer;
}
.videoList li:nth-child(4n) {
  margin-right: 0;
}
.videoList li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.5s;
}
.videoList li p {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 6px 0 0;
  font-weight: 500;
  transition: all 0.5s;
}
.toolFrame p {
  font-size: 1.5rem;
  margin: 18px 0 0;
  letter-spacing: 1px;
}
.toolFrame a {
  display: block;
}
.timelineTxt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: left;
  color: #666;
  letter-spacing: 1px;
}
.slideContents .contentInner {
  max-width: 570px;
}
.slideContents .lineTitle,
.slideContents .contentTitle {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 0;
}
.slideContents .swiper .picFrame {
  padding: 6px;
  margin-bottom: 12px;
}
.slideContents .swiper .swiper-pagination {
  position: relative;
}
.slideContents .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .25);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
}
.slideContents .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, #000);
  opacity: var(--swiper-pagination-bullet-opacity, .75);
}
.slideContents .btnWrap {
  display: flex;
  justify-content: space-between;
}
.slideContents .btnWrap .swiper-button-next,
.slideContents .btnWrap .swiper-button-prev {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  height: 56px;
  position: relative;
  width: 156px;
  z-index: 10;
  border: 3px solid #000;
  border-radius: 16px;
  background-color: #e6e6e6;
  margin-top: 6px;
}
.slideContents .btnWrap .swiper-button-next {
  margin-left: auto;
}
.slideContents .btnWrap .swiper-button-next span,
.slideContents .btnWrap .swiper-button-prev span {
  line-height: 46px;
  width: 100%;
  height: 46px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  color: #332b2b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  font-family: "kyouka";
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideContents .btnWrap .swiper-button-next::after,
.slideContents .btnWrap .swiper-button-prev::after {
  content: "";
  width: 7px;
  height: 12px;
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  background: url(../image/slide_arrow_left.svg);
  background-size: contain;
}
.slideContents .btnWrap .swiper-button-next::after {
  background: url(../image/slide_arrow_right.svg);
  background-size: contain;
  right: 10%;
}
.slideContents .btnWrap .swiper-button-prev::after {
  background: url(../image/slide_arrow_left.svg);
  background-size: contain;
  left: 10%;
}
.slideContents .btnWrap .swiper-button-disabled {
  display: none;
}
.slideContents .btnWrap .swiper-button-next svg,
.slideContents .btnWrap .swiper-button-prev svg {
  display: none;
}
.mapToc .contentInner {
  max-width: 708px;
  margin: 0 auto 100px;
}
.mapToc .picFrame {
  max-width: 644px;
  margin: 2px auto 24px;
}
.mapToc .mapTitle {
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 3%;
}
.mapToc .mapTitle p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  color: #fd9ca2;
  font-family: "kyouka";
  letter-spacing: 0.4px;
}
.mapToc .mapTitle .arrowDown::before {
  content: url(../image/arrow-down-map.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.mapContents .contentInner {
  margin: 0 auto 32px;
}
.mapContents .picFrame,
.mapContents .lineTitle {
  transition: opacity .15s ease;
}
.mapContents .isFading {
  opacity: 0;
}
.mapList {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.mapList li {
  width: 23.5%;
  margin: 0 2% 24px 0;
  cursor: pointer;
}
.mapList li:nth-child(4n) {
  margin-right: 0;
}
.mapList li figure {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.mapList li figure::after {
  content: "";
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.mapList li:hover figure::after,
.mapList li.indicate figure::after {
  background: rgba(255, 255, 255, 0.8);
}
.mapList p.note {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 6px 0 0;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.mapList li:hover p.note,
.mapList .indicate p.note {
  color: #cecece;
}
.jimaku4 {
  padding-top: 10px;
  text-align: right;
  margin-bottom: 8%;
  line-height: 1.3;
  font-size: 1.5rem;
}
@media only screen and (max-width:750px) {
  .innerHead h1 {
    max-width: 90%;
  }
  .innerHead h2 {
    max-width: 90%;
    padding: 2% 0;
  }
  .contentInner {
    padding: 0 20px;
  }
  .btnBkFlex {
    display: block;
  }
  .btnBkFlex li {
    margin: 0 0 3% auto;
  }
  .multipleMovie {
    margin-bottom: 8%;
  }
  .videoList {
    justify-content: space-between;
  }
  .videoList li {
    width: 47.76%;
    margin: 0 0 4.5;
  }
  .toolFrame p {
    font-size: 1.5rem;
    margin: 18px 0 0;
  }
  .slideContents .contentInner {
    width: calc(100% + 12px);
    position: relative;
    left: -6px;
  }
  .slideContents .swiper .picFrame {
    margin-bottom: 1.5%;
  }
  .slideContents .btnWrap .swiper-button-next,
  .slideContents .btnWrap .swiper-button-prev {
    width: 42%;
  }
  .mapToc .contentInner {
    margin: 0 auto 60px;
  }
  .mapToc .picFrame {
    max-width: none;
    margin: 0 auto 4%;
  }
}
/* ---------- 美術 ---------- */
.bgBijutsu.bodyColor,
.bgBijutsu.tocColor {
  background: #e7efe3;
}
.bgBijutsu .innerTitle {
  background: #390;
}
.tabMenu {
  width: 100%;
  background: #fff;
}
.tabMenu ul {
  display: flex;
  justify-content: center;
}
.tabMenu li {
  color: #989898;
  width: auto;
  font-size: 1.8rem;
  text-align: center;
  padding: 19px 2%;
  position: relative;
  white-space: nowrap;
  font-weight: bold;
}
.tabMenu li:hover {
  cursor: pointer;
}
.tabMenu li.active {
  color: #666;
}
.tabMenu li.active::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #390;
}
.tabPanel {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.tabPanel.active {
  display: block;
}
.tabPanel.isVisible {
  opacity: 1;
}
.bgBijutsu .btnParent {
  border: 3px solid #390;
  background: #f6faf5;
}
.bgBijutsu .listName,
.bgBijutsu .videoList li.active p,
.bgBijutsu .videoList li:hover p {
  color: #390;
}
.bgBijutsu .listName::before,
.bgBijutsu .listName::after,
.bgBijutsu .listName p::before,
.bgBijutsu .btnIcon,
.bgBijutsu .lineTitle::before {
  background: #390;
}
.bgBijutsu .childMenu li a {
  background: #fff;
  border: 3px solid #390;
  box-shadow: 0 2px 0 0 #390, 0 7px 0 0 rgba(0, 0, 0, 0.08);
}
.bgBijutsu .childMenu li a::after {
  border-top: 3px solid #390;
  border-right: 3px solid #390;
}
.bgBijutsu .videoList li.active img,
.bgBijutsu .videoList li:hover img {
  border: 2px solid #390;
}
.bgBijutsu .childMenu .blankIcon a::after {
  background: url(../image/icon_blank_g.svg) no-repeat;
  background-size: contain;
}
.bijutsuTermtxt {
  margin-bottom: 20px;
}
.bijutsuTermtxt p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #5b5c5c;
  letter-spacing: 1px;
  text-indent: 1em;
}
.bijutsuRelatedtxt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #5b5c5c;
  letter-spacing: 1px;
}
.bijutsuRelatedtxt:last-of-type {
  margin-bottom: 0;
}
.bijutsuRelatedtxt a {
  color: #390;
}
@media only screen and (max-width:750px) {
  .tabMenu li {
    width: auto;
    font-size: 1.3rem;
    padding-left: 4%;
    padding-right: 4%;
  }
}
/* ---------- 書道 ---------- */
.bgShodo.bodyColor,
.bgShodo.tocColor {
  background: #f6eced;
}
.bgShodo .innerTitle {
  background: #fd9ca2;
}
.bgShodo .btnParent {
  border: 3px solid #fd9ca2;
  background: #fffbfa;
}
.bgShodo .listName,
.bgShodo .videoList li.active p,
.bgShodo .videoList li:hover p {
  color: #f2878d;
}
.bgShodo .listName::before,
.bgShodo .listName::after,
.bgShodo .listName p::before,
.bgShodo .btnIcon,
.bgShodo .lineTitle::before {
  background: #f2878d;
}
.bgShodo .childMenu li a,
.bgShodo .btnChild a {
  background: #fff;
  border: 3px solid #f2878d;
  box-shadow: 0 2px 0 0 #f2878d, 0 7px 0 0 rgba(0, 0, 0, 0.08);
}
.bgShodo .childMenu li a::after,
.bgShodo .btnChild a::after {
  border-top: 3px solid #f2878d;
  border-right: 3px solid #f2878d;
}
.bgShodo .childMenu .blankIcon a::after,
.bgShodo .btnChild .blankIcon a::after {
  background: url(../image/icon_blank_p.svg) no-repeat;
  background-size: contain;
}
/* =========================================================
  Footer
========================================================= */
.topScroll {
  position: fixed;
  width: 62px;
  height: auto;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.topScroll.active {
  opacity: 1;
  visibility: visible;
}
.topScroll.absolute {
  position: absolute;
  bottom: auto;
}
.bodyColor .topScroll.absolute {
  top: -67px;
}
footer {
  background: #fff;
  text-align: center;
  position: relative;
  padding: 20px 2% 15px;
  margin-top: auto;
}
footer.topFoot {
  padding-top: 0;
}
footer .tocLogo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4% 0 66px;
  display: none;
}
footer.topFoot .tocLogo {
  padding: 4% 0 66px;
  background: url(../image/footer_for_list.svg) center 30px no-repeat #fff;
  background-size: 100% auto;
  display: block;
}
footer .tocLogo img {
  width: 36%;
  max-width: 300px;
  margin: 0 auto;
}
footer .footerContents {
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 55px;
}
.bodyColor footer .footerContents,
.tocColor footer .footerContents {
  padding-top: 0;
}
footer.topFoot .footerContents {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-top: 0;
}
footer .footLogo img {
  max-width: 120px;
  text-align: center;
}
footer .manabuLogo {
  width: 36%;
}
footer.topFoot .manabuLogo {
  display: none;
}
footer .manabuLogo img {
  width: 100%;
}
footer .footLogo .copylight {
  font-size: 1rem;
  color: #989898;
  padding: 14px 0 5px;
  text-align: center;
}
footer .footerBtn {
  justify-content: flex-end;
  display: flex;
}
footer.topFoot .footerBtn {
  width: 75%;
}
footer .footerBtn li {
  margin-left: 4%;
}
footer.topFoot .footerBtn li {
  margin-left: 10px;
}
footer .footerBtn li a {
  position: relative;
  display: inline-block;
  padding: 12px min(1.2vw, 20px);
  font-size: 1.2rem;
  color: #546266;
  border: 1px solid #cecece;
  border-radius: 8px;
  white-space: nowrap;
}
footer .footerBtn li a::before {
  content: url(../image/arrow_r_orange.svg);
  width: 100%;
  margin-right: 10px;
}
@media only screen and (max-width:750px) {
  .topScroll {
    width: 68px;
    right: 10px;
  }
  .bodyColor .topScroll.absolute {
    top: 0;
  }
  footer {
    padding: 0 16px 26px;
  }
  footer.topFoot .tocLogo {
    display: none;
    background: none;
  }
  footer .footerContents {
    display: block;
    padding-top: 50px;
  }
  footer.topFoot .footerContents {
    padding: 0 2%;
  }
  .bodyColor footer .footerContents,
  .txtPage footer .footerContents {
    padding-top: 50px;
  }
  footer .footLogo img {
    width: 120px;
    margin: 0 auto 2%;
  }
  footer .manabuLogo,
  footer.topFoot .manabuLogo {
    width: 84%;
    max-width: 320px;
    margin: 0 auto 20px;
    display: block;
  }
  footer .footLogo .copylight {
    padding: 0;
  }
  footer .footerBtn,
  footer.topFoot .footerBtn {
    width: 100%;
    padding: 24px 0 20px;
    justify-content: center;
  }
  footer.topFoot .footerBtn {
    padding-top: 86px;
  }
  footer .footerBtn li {
    max-width: 152px;
    width: 49%;
    margin: 0 1%;
  }
  footer .footerBtn li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}