* {
  --input-fontsize: 12px ;
}
.headbar_container {
  background-color: #0065a6;
}

.ec-headerSearchTitle .ec-headerSearchTitle__btn,
.ec-headerSearchTitle .ec-headerSearchShop__btn {
  background-color: #0065a6;
  border-radius: 0;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  text-align: left;
  padding: 0 2em 0 0;
  width: auto;
}

.carousel__pagination .splide__pagination__page.is-active {
  background: #0065a6;
}

.ec-headerNaviRole {
  padding-top: 0.65rem;
  padding-bottom: 0.6rem;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav__itemIcon {
  color: #0065a6;
  fill: #0065a6;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav__itemLink {
  font-size: clamp(9px, 6.7125px + 0.61 * 1vw, 14px);
}

.slick-dots li.slick-active button:before {
  background-color: #0065a6;
}

#upleftlogo {
  width: 100px;
}
.ec-layoutRole .ec-layoutRole__header:has(.subbrand-nav-container)[style*="display: flex"] {
  height: 154px;
}
.ec-layoutRole .ec-layoutRole__header:has(.subbrand-nav-container):has(.hdlink-div) {
  height: 204px;
}
.ec-layoutRole .hdlink-div {
  background-image: none;
  background-color: #08A6F6;
  padding: 0;
}
.ec-layoutRole .hdlink-div a {
  display: flex;
  justify-content: center;
  padding: 10px 8px 8px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  text-shadow: 0;
  font-size: 3vw;
  line-height: 1;
}
.ec-layoutRole .hdlink-div a:hover, .ec-layoutRole .hdlink-div a:active {
  text-decoration: underline;
  opacity: 0.8;
}

.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav__item {
  gap: 0.2rem;
}
.no-category-insert #l_catebt {
  display: none;
}

#shop-dropdown {
  display: inline-block;
}
#shop-dropdown > summary {
  display: inline-block;
  cursor: pointer;
  list-style: none;
  position: relative;
}
#shop-dropdown > summary::-webkit-details-marker {
  display: none;
}
#shop-dropdown > summary::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 38%;
  border-style: solid;
  border-width: 0 10px 5px 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1001;
}
#shop-dropdown > .dropdown-content {
  position: absolute;
  top: 113px;
  left: 50%;
  width: 100vw;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 20px;
  z-index: 1000;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
#shop-dropdown > .dropdown-content ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#shop-dropdown > .dropdown-content ul li {
  width: 284px;
}
#shop-dropdown > .dropdown-content ul li img {
  max-width: 100%;
}
#shop-dropdown[open] > summary::after {
  opacity: 1;
  visibility: visible;
}
#shop-dropdown[open] > .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.ec-drawerRole {
  background-color: #0784c4;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav {
  background-color: #0784c4;
}
.ec-drawerRole .ec-headerLinkArea {
  background-color: #0784c4;
}

.subbrand-nav-container {
  display: none;
  padding: 3px 0 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-items: center;
  justify-content: flex-start;
}
.subbrand-nav-container::-webkit-scrollbar {
  display: none;
  justify-content: center;
}
.subbrand-nav-container.kodomoe {
  background: #FEE400;
}
.subbrand-nav-container.mangashow-ten {
  border-top: 1px solid #21B8CE;
  border-bottom: 1px solid #21B8CE;
  background: #FFF;
}
.subbrand-nav-container.moe {
  background: #C30D23;
}
.subbrand-nav-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.subbrand-nav-content .subbrand-nav-linklist {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 500px;
  padding: 2px;
}
.subbrand-nav-link {
  line-height: 0;
}
.subbrand-nav-link img {
  margin: 0;
}
.subbrand-nav-img {
  height: 41px;
  width: 157px;
}
.subbrand-nav-linklist {
  width: 100%;
  transition: max-height 0.35s ease-out, padding 0.35s ease-out;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.subbrand-nav-linklist a {
  color: #707070;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}
.subbrand-nav-search {
  display: flex;
  justify-content: end;
  align-items: end;
  position: absolute;
  top: 6px;
  right: 16px;
  width: 52%;
}

.ec-headerSubSearch {
  display: block;
  width: 100%;
}
.ec-headerSubSearch__keyword {
  position: relative;
  color: #525263;
  background-color: #f6f6f6;
  border-radius: 99px;
}
.ec-headerSubSearch__keyword input[type=search] {
  width: 100%;
  height: 28px;
  border: 0 none;
  padding: 0.5em 50px 0.5em 1em;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ec-headerSubSearch__keyword .ec-icon {
  width: 22px;
  height: 22px;
}
.ec-headerSubSearch__keywordBtn {
  border: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-55%);
  display: block;
  white-space: nowrap;
  z-index: 1;
}

.subbrand-nav-container.kodomoe .ec-headerSubSearch__keyword {
  background: rgba(255, 255, 255, 0.75);
}
.subbrand-nav-container.kodomoe .fa-magnifying-glass::before {
  color: #FEB200;
}
.subbrand-nav-container.mangashow-ten .ec-headerSubSearch__keyword {
  background: rgba(33, 184, 206, 0.25);
}
.subbrand-nav-container.mangashow-ten .fa-magnifying-glass::before {
  color: #EB6E8F;
}
.subbrand-nav-container.moe .ec-headerSubSearch__keyword {
  background: rgba(247, 242, 212, 0.5);
}
.subbrand-nav-container.moe .ec-headerSubSearch__keyword .ec-input input[type=search] {
  color: #fff;
}
.subbrand-nav-container.moe .ec-headerSubSearch__keyword .ec-input input::-moz-placeholder {
  color: #F7F2D4;
}
.subbrand-nav-container.moe .ec-headerSubSearch__keyword .ec-input input::placeholder {
  color: #F7F2D4;
}
.subbrand-nav-container.moe .fa-magnifying-glass::before {
  color: rgba(247, 242, 212, 0.7490196078);
}
.subbrand-nav-container.moe .subbrand-nav-linklist a {
  color: #fff;
}

.ec-layoutRole__mainBottom .ranking-all-ranking {
  display: none !important;
}
.ec-layoutRole__mainBottom .ec-kodomoeRecommend {
  margin-top: 24px;
}

.ec-footerRole {
  background: #0065a6;
  padding: 0 0 50px;
}

.ec-footerTitle__shop {
  text-align: center;
  padding: 0 0 36px;
  margin-bottom: 0;
}
.ec-footerTitle__shopIcon {
  max-width: 120px;
  margin-inline: auto;
}
.ec-footerTitle__shopIcon a {
  transition: 0.4s;
}
.ec-footerTitle__shopIcon a:hover, .ec-footerTitle__shopIcon a:active {
  opacity: 0.8;
}
.ec-footerTitle__shopIcon a img {
  width: 100%;
}

body {
  background: #fff;
}

.ec-secHeading h2,
.ec-secHeading .ec-secHeading__en {
  color: #0784c4;
}

.ec-secHeading h2 {
  border-left: 8px solid #0784c4;
}

.splide__slide img,
.ec-recommendItemRole__listItem img {
  border: solid 1px #dadada;
}

.ec-pageHeaderAuthors figure {
  margin: 8px 0;
}

.splide__slide {
  margin-right: 1rem;
  width: calc(50% - 0.5rem);
}

.splide__arrows .custom-arrows {
  color: #0784c4;
  border-color: #0784c4;
}
.splide__arrows .splide__arrow:hover, .splide__arrows .splide__arrow:active {
  background-color: #0784c4;
}
.splide__arrows .splide__arrow svg {
  fill: #0784c4;
}

.ec-titleRankingItemRole__list {
  width: 100%;
  max-width: 500%;
}
#page_special_feature_search_product_sub_directory_paging #section--malls-ranking,
#page_special_feature_search_product_sub_directory_paging #section--malls-newItems {
  display: none;
}

.topic_area02 .topic_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}
.topic_area02 .topic_box a.topic_bn {
  width: calc(50% - 10px);
  background-color: #fff;
}
.topic_area02 .topic_box a.topic_bn .ec-topicRole__listItemTitle {
  color: #525263;
  text-decoration: none;
  text-align: center;
}
.topic_area02 .topic_box a.topic_bn:hover .ec-topicRole__listItemTitle, .topic_area02 .topic_box a.topic_bn:active .ec-topicRole__listItemTitle {
  color: rgb(0, 142.8602409639, 234.8);
  text-decoration: underline;
}
.topic_area02 .topic_box a.topic_bn:nth-of-type(1) {
  width: 100%;
}
.topic_area02 .topic_box a.topic_bn:nth-of-type(1) img {
  width: calc(50% - 10px);
}
.ec-newsRole.ec-attention .ec-newsRole__newsHeading {
  cursor: auto;
}
.ec-newsRole.ec-attention .ec-newsRole__news {
  border: 4px solid #c12424;
  padding: 15px;
}
.ec-newsRole.ec-attention .ec-newsRole__newsItem {
  margin-bottom: 0;
}
.ec-newsRole.ec-attention .ec-newsRole__newsDate {
  margin: 0 0 5px;
}
.ec-newsRole.ec-attention .ec-newsRole__newsTitle {
  margin-bottom: 0;
}
.ec-newsRole.ec-attention .ec-newsRole__newsTitle a {
  color: #525263;
  text-decoration: underline;
}
.ec-newsRole.ec-attention .ec-newsRole__newsTitle a:hover, .ec-newsRole.ec-attention .ec-newsRole__newsTitle a:active {
  color: rgb(0, 142.8602409639, 234.8);
}

.ec-guide-flex {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 15px;
}
.ec-guide-flex-icon {
  max-width: 82px;
}
.ec-guide-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin: 8px;
  line-height: 1;
}
.ec-guide-head-wrapper {
  margin: 60px 20px 0;
}
.ec-guide-head-sub {
  color: #08A6F6;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.ec-guide-head::before, .ec-guide-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #BBB;
}
.ec-guide-head span {
  font-size: clamp(24px, 20.3625px + 0.97 * 1vw, 32px);
  font-weight: 700;
  color: #0065a6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ec-guide-head span i {
  font-style: normal;
  font-size: clamp(18px, 15.2625px + 0.73 * 1vw, 24px);
  color: #333;
}
.ec-guide-head02 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  gap: 24px;
  margin: 8px;
  line-height: 1.6;
  font-size: clamp(16px, 13.2625px + 0.73 * 1vw, 22px);
  color: #0065a6;
  font-weight: 600;
}
.ec-guide-head02::before, .ec-guide-head02::after {
  width: 3px;
  height: 40px;
  background-color: #eee;
  content: "";
}
.ec-guide-head02::before {
  transform: rotate(-35deg);
}
.ec-guide-head02::after {
  transform: rotate(35deg);
}
.ec-guide-service01 {
  text-align: center;
}
.ec-guide-service01-icon {
  max-width: 330px;
  margin: 36px auto 0;
}
.ec-guide-service01-box {
  border-radius: 6px;
  background: #f8f8f8;
  text-align: left;
  padding: 10px;
  margin: 16px auto 0;
}
.ec-guide-service01-box h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
.ec-guide-service01-box h5 {
  font-weight: 700;
  margin: 12px 0 8px;
}
.ec-guide-service01-flex {
  display: block;
}
.ec-guide-service01-flex > * .c-indent01 li > span {
  font-size: clamp(11px, 10.55px + 0.12 * 1vw, 12px);
}
.ec-guide-service01-flex > * .-small {
  margin-top: 12px;
}
.ec-guide-service01-flex-icon {
  max-width: 170px !important;
  max-height: 170px;
  margin: 36px auto 0;
  width: auto;
  height: auto;
}
.ec-guide-service01-btn {
  display: flex;
  width: clamp(200px, 76vw, 320px);
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 3px solid #0784c4;
  background: #0065a6;
  font-size: 22px;
  margin: 24px auto 0;
  transition: 0.3s;
  color: #fff;
  font-weight: 700;
}
.ec-guide-service01-btn:hover, .ec-guide-service01-btn:active {
  color: #fff;
  text-decoration: none;
  background-color: #0784c4;
}
.ec-guide-service01-btn svg {
  fill: #fff;
}
.ec-guide-service02 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 36px;
  gap: 50px;
}
.ec-guide-service02-follow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.ec-guide-service02-follow .more_link {
  text-decoration: none;
  justify-content: center;
}
.ec-guide-service02-follow > a {
  display: flex;
  width: 150px;
  height: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 3px solid #0065a6;
  color: #525263;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.ec-guide-service02-follow > a:hover, .ec-guide-service02-follow > a:active {
  background-color: #0065a6;
  color: #fff;
  text-decoration: none;
}
.ec-guide-service02-follow > a:hover svg, .ec-guide-service02-follow > a:active svg {
  fill: #fff;
}
.ec-guide-service02-follow > a:hover .more_link, .ec-guide-service02-follow > a:active .more_link {
  color: #fff;
}
.ec-guide-service02-follow > a svg {
  fill: #525263;
}
.ec-guide-service02-follow + * {
  margin-top: 16px;
  text-align: center;
}
.ec-guide-service03 {
  width: 100%;
  padding: 40px 16px;
}
.ec-guide-service03-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  flex-direction: column;
}
.ec-guide-service03-flow-step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 95%;
}
.ec-guide-service03-flow-step img {
  width: 100px;
}
.ec-guide-service03-flow-title {
  text-align: center;
}
.ec-guide-service03-flow-title span {
  font-weight: 600;
  font-size: clamp(13px, 12.1px + 0.24 * 1vw, 15px);
  color: #08A6F6;
  display: block;
}
.ec-guide-service03-flow-arrow {
  margin: 20px 0;
  height: 42px;
}
.ec-guide-service03-flow-arrow img {
  transform: rotate(90deg);
}

.ec-pageHeader h1 {
  margin: 40px 0 8px;
}

.acMenu {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 4px;
  border-bottom: #ddd 2px solid;
}
.acMenu dt {
  display: block;
  padding: 8px;
  height: auto;
  font-weight: 600;
  border-top: #ddd 2px solid;
  border-left: #ddd 2px solid;
  border-right: #ddd 2px solid;
  cursor: pointer;
  transition: 0.4s;
}
.acMenu dd {
  background: #f4f4f4;
  border-top: #ddd 2px solid;
  border-left: #ddd 2px solid;
  border-right: #ddd 2px solid;
  padding: 16px 8px;
  display: none;
}
.acMenu dt, .acMenu dd {
  font-size: 14px;
  padding-left: 1.8em;
  text-indent: -0.8em;
}

.c-indent01 li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(11px, 9.65px + 0.36 * 1vw, 14px);
}
.c-indent01.-small li {
  font-size: clamp(11px, 10.55px + 0.12 * 1vw, 12px);
}

.c-indent02 li {
  list-style: none;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.c-indent02.-small li {
  font-size: clamp(11px, 10.55px + 0.12 * 1vw, 12px);
}

.c-btn01 {
  font-size: clamp(18px, 16.2px + 0.48 * 1vw, 22px);
  font-weight: 700;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #08A6F6;
  line-height: 1;
  padding: 26px;
  border-radius: 40px;
  position: relative;
}
.c-btn01:hover, .c-btn01:active {
  text-decoration: none;
  color: #fff;
  background-color: rgb(56.6503937008, 184.0456692913, 248.5496062992);
}
.c-btn01__wrapper {
  margin-top: 16px;
}
.c-btn01.-arrow01:after {
  color: #08A6F6;
  box-sizing: border-box;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.c-btn01.-sky {
  background-color: #fff;
  border: 3px solid #0065a6;
  color: #0065a6;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.c-btn01.-sky:hover, .c-btn01.-sky:active {
  background-color: rgb(0, 90.9, 149.4);
  color: #fff;
}
.c-btn01.-sky.-arrow01::after {
  color: #0065a6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230065a6' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}
.c-btn01.-sky.-arrow01:hover::after, .c-btn01.-sky.-arrow01:active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}
.c-btn01.-darksky {
  background-color: #0065a6;
}
.c-btn01.-darksky:hover, .c-btn01.-darksky:active {
  background-color: rgb(0, 90.9, 149.4);
  color: #fff;
}
.c-btn01.-darksky.--arrow01::after {
  color: #0065a6;
}
.c-btn01.-disabled {
  background-color: #D3D3D3;
  display: block;
}

.-u-d-pc {
  display: none;
}

.-u-d-sp {
  display: block;
}

.u-center {
  text-align: center !important;
}
.u-center img {
  margin-left: auto;
  margin-right: auto;
}

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

.u-red {
  color: #dd0000;
}

.u-bold {
  font-weight: 700;
}

.u-tdline {
  text-decoration: underline;
}

.u-bl-indent {
  text-indent: -0.5em;
  display: inline-block;
}

.u-link_btn a {
  display: inline-block;
  border: 1px solid #525263;
  padding: 2px 12px;
  border-radius: 18px;
  color: #525263;
}
.u-link_btn a:hover, .u-link_btn a:active {
  background-color: #525263;
  color: #fff;
  text-decoration: none;
}

* {
  --input-fontsize: 12px ;
}

@media screen and (min-width: 375px) {
  .ec-layoutRole .hdlink-div a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 428px) {
  #upleftlogo {
    width: 170px;
    padding-top: 3px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav__item {
    gap: 0.5rem;
  }
}

@media screen and (min-width: 431px) {
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li {
    opacity: 0;
  }
  .ec-footerTitle__shopIcon {
    max-width: 170px;
  }
  .ec-pageHeaderAuthors figure {
    margin: 8px 16px;
  }
  .splide__slide {
    width: calc(25% - 0.75rem);
  }
  .ec-titleRankingItemRole__list {
    justify-content: flex-start;
  }
  .topic_area02 .topic_box a.topic_bn {
    width: calc(33.33% - 13.33px);
  }
  .topic_area02 .topic_box a.topic_bn:nth-of-type(1) {
    width: 33.3333333333%;
  }
  .topic_area02 .topic_box a.topic_bn:nth-of-type(1) img {
    width: 100%;
  }
  .ec-newsRole.ec-attention {
    margin: 30px auto 48px;
  }
  .ec-newsRole.ec-attention .ec-newsRole__news {
    padding: 10px 30px;
  }
  .ec-newsRole.ec-attention .ec-newsRole__newsItem {
    padding: 10px 0 8px;
  }
  .ec-newsRole.ec-attention .ec-newsRole__newsDate {
    margin: 0;
  }
  .ec-guide-flex-icon {
    max-width: 150px;
  }
  .ec-guide-service01-box {
    padding: 24px 30px 30px;
    width: 90%;
  }
  .ec-guide-service01-flex {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .ec-guide-service01-flex > * {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ec-guide-service02-follow + * {
    text-align: left;
  }
  .ec-pageHeader h1 {
    margin: 35px 0 36px;
  }
  .acMenu dt:hover, .acMenu dt:active {
    color: #FFF;
    background: #0065a6;
    border-color: #0065a6;
  }
  .acMenu dd {
    padding: 16px;
  }
  .acMenu dt, .acMenu dd {
    padding-left: 1.8em;
  }
  .c-btn01 {
    transition: 0.4s;
  }
  .-u-d-pc {
    display: block;
  }
  .-u-d-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  * {
    --input-fontsize: 16px;
  }
  .ec-headerNaviRole {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  #upleftlogo {
    width: 214px;
  }
  .ec-layoutRole .ec-layoutRole__header {
    height: 112px;
  }
  .ec-layoutRole .ec-layoutRole__header:has(.subbrand-nav-container)[style*="display: flex"] {
    height: 161px;
  }
  .ec-layoutRole .ec-layoutRole__header:has(.subbrand-nav-container):has(.hdlink-div) {
    height: 188px;
  }
  .subbrand-nav-content {
    flex-wrap: nowrap;
    max-width: 1130px;
    margin: 0 auto;
  }
  .subbrand-nav-content .subbrand-nav-linklist {
    padding: 0;
    margin: 0 32px 0 auto;
    max-height: 41px;
  }
  .subbrand-nav-link {
    flex-grow: 1;
  }
  .subbrand-nav-linklist {
    margin: 0 32px 0 auto;
    max-height: 41px;
    width: auto;
  }
  .subbrand-nav-search {
    position: inherit;
    top: auto;
    right: 20px;
    width: auto;
  }
  .ec-headerSubSearch {
    width: auto;
  }
  .ec-headerSubSearch__keyword {
    width: 100%;
  }
  .ec-headerSubSearch__keyword input[type=search] {
    height: 34px;
  }
  .ec-guide-service02-info p {
    text-align: left !important;
  }
  .ec-guide-service03-flow {
    flex-direction: row;
  }
  .ec-guide-service03-flow-step {
    gap: 16px;
    width: 120px;
    flex-direction: column;
  }
  .ec-guide-service03-flow-step img {
    width: 120px;
  }
  .ec-guide-service03-flow-arrow {
    height: auto;
    margin: 0 40px;
  }
  .ec-guide-service03-flow-arrow img {
    transform: inherit;
  }
  * {
    --input-fontsize: 16px;
  }
}

@media screen and (min-width: 1131px) {
  .subbrand-nav-search {
    right: 0;
  }
}

@media screen and (min-width: 1133px) {
  .splide__list {
    min-width: 1130px;
  }
}