@charset "UTF-8";
div,
li,
p,
a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h2,
h3 {
  font-family: "Zen Maru Gothic", sans-serif;
}

p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

header .headerArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 3px 6px -5px rgba(0, 0, 0, 0.2);
}
header .headerArea > div {
  background: #fff;
}
header .headerArea > div .hidden-1100 p {
  font-weight: 500;
}
header .headerArea .headleft {
  display: grid;
  grid-template-columns: 192px 1fr;
  grid-template-rows: 1fr auto;
  height: 100%;
}
header .headerArea .headleft h1 .imgFit {
  height: 100%;
  width: auto;
}
header .headerArea .navArea {
  display: flex;
  justify-content: center;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btnArea {
  text-align: left;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  grid-column: 1/3;
  grid-row: 2/3;
}
.btnArea a {
  width: 50%;
  background-color: #ff8900;
}
.btnArea a div img {
  padding: 0 !important;
}
.btnArea a:first-of-type {
  background: #ff7a00;
  height: 100%;
}
.btnArea a:last-of-type {
  background: #ffa700;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
}

.secFooter {
  background: #fff;
  border-top: 4px solid #ff5200;
  text-align: center;
  line-height: 32px;
  letter-spacing: 1.5px;
}
.secFooter img {
  padding: 53px 0 22px;
}
.secFooter .textWrap {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #fe5500;
}
.secFooter .textWrap div:first-of-type {
  font-size: 18px;
  padding-right: 7px;
}
.secFooter .textWrap div:last-of-type {
  font-size: 14px;
  padding-left: 7px;
}
.secFooter .dataWrap {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #ff8900;
}
.secFooter .dataWrap div {
  font-size: 15px;
  font-weight: 400px;
}
.secFooter .telWrap {
  color: #ff8900;
  display: flex;
  justify-content: center;
}
.secFooter .telWrap div {
  font-size: 18px;
  font-weight: bold;
}
.secFooter .telWrap div span {
  padding-right: 8px;
  font-size: 15px;
  font-weight: 500;
}
.secFooter .telWrap div:first-of-type {
  padding-right: 16px;
}
.secFooter .telWrap div:last-of-type {
  padding-left: 16px;
}
.secFooter .copyRight {
  background: #ff5200;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  margin-top: 47px;
}

@media screen and (min-width: 1100px) {
  .commonWidth {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }
  .commonWidthLarge {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }
  .visible-1100 {
    display: none;
  }
  header .headerArea .headleft {
    grid-template-columns: 142px 1fr;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  .hidden-1100 {
    display: none !important;
  }
  .commonWidth {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .commonWidthLarge {
    max-width: 92%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  header h1 {
    padding: 18px 10px;
  }
  header .headerArea nav {
    text-align: right;
    display: flex;
    justify-content: right;
    background: #fff;
  }
  header .headerArea nav a {
    margin: 24px 24px 0px 0px;
    padding-bottom: 21px;
    font-size: 18px;
    font-weight: 500;
    color: #fe5500;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
  }
  header .headerArea nav a:last-of-type {
    margin-right: 27px;
  }
  header .headerArea nav a:hover {
    border-bottom: 3px solid #fe5500;
  }
}
@media screen and (min-width: 1220px) {
  .btnArea {
    font-size: 18px;
  }
  .btnArea a div {
    padding: 8px 15px;
  }
  .btnArea a div img {
    margin-right: 10px;
  }
  p {
    font-size: 16px;
  }
  ::-webkit-full-page-media,
  :future,
  :root .class_name {
    /* ここに書く */
  }
  header h1 {
    padding: 18px 10px;
  }
  header .headerArea nav {
    text-align: right;
    display: flex;
    justify-content: right;
    background: #fff;
  }
  header .headerArea nav a {
    margin: 24px 14px 0px 0px;
    padding-bottom: 21px;
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #fe5500;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  header .headerArea nav a.bnr {
    max-width: 150px;
  }
  header .headerArea nav a:last-of-type {
    margin-right: 24px;
  }
  header .headerArea nav a:hover {
    border-bottom: 3px solid #fe5500;
  }
  header .headerArea nav .gnavi__list {
    margin: 24px 18px 0px 0px;
    padding-bottom: 21px;
    color: #fe5500;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  header .headerArea nav .gnavi__list p {
    font-size: 16px;
    font-weight: 500;
  }
  header .headerArea > div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: left;
    box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.3);
    animation: fadein 1s ease-out forwards;
  }
  header .headerArea > div .imgWrap a {
    background-image: none;
    width: 142px;
    background: #fe5500;
  }
  header .headerArea > div .imgWrap .btnArea div {
    padding: 8px 15px 8px;
    display: flex;
    align-items: center;
  }
  header .headerArea > div div:last-of-type .headerImg {
    margin: 16px 15px 10px;
  }
  header .headerArea > div .hidden-1100 p {
    font-size: 14px;
    letter-spacing: -0.08em;
    padding: 0 0 5px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .btnArea {
    font-size: 16px;
  }
  .btnArea a div {
    padding: 13px 11px;
  }
  .btnArea a div img {
    margin-right: 10px;
  }
  header .headerArea {
    z-index: 99;
    height: 60px;
  }
  header .headerArea h1 {
    padding: 8px 11px;
  }
  .global-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100vw;
    height: 100vh;
    background-color: #fb5521;
    color: var(--c-wh);
    transition: all 0.6s;
    z-index: 1;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
    visibility: hidden;
    opacity: 0;
    display: initial;
    margin: 0 auto;
    padding-top: 172px;
    text-align: center;
  }
  .global-nav .global-nav-inner a {
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
  }
  .global-nav .global-nav-inner p {
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: #fff 1px solid;
  }
  .global-nav .global-nav-inner .bnr {
    width: 90%;
    max-width: 320px;
  }
  nav .link {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 28px;
  }
  nav .link:last-child {
    margin: 0 auto 72px;
  }
  nav .weekArea {
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  nav .weekArea > img {
    padding: 7px 13px;
  }
  nav .weekArea p {
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
    padding-left: 10px;
  }
  nav .flexBox {
    max-width: 340px;
    width: 90%;
    display: flex;
    justify-content: left;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 27px;
  }
  nav .flexBox .leftArea {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
  }
  nav .flexBox .leftArea .title {
    width: 80px;
  }
  nav .flexBox .rightArea {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.5px;
  }
  nav .flexBox .rightArea .car {
    padding: 15px 0 0;
  }
  nav .yoyaku {
    justify-content: center;
    margin-bottom: 172px;
  }
  nav .yoyaku a {
    max-width: 360px;
    width: 100%;
    text-align: center;
    background: #fe5500 !important;
    background-image: none !important;
    border: 1px solid #fff;
  }
  nav .yoyaku a div {
    padding: 7px 11px;
  }
  nav .yoyaku a div p {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 0 auto;
  }
  nav .yoyaku a div p img {
    position: absolute;
    margin-left: -25px;
    top: 3px;
  }
  .hamburger {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 60px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
    background-color: var(--c-txt);
    display: initial;
  }
  .hamburger__line {
    position: absolute;
    left: 18px;
    width: 24px;
    height: 2px;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 20px;
    background-color: #fe5500;
  }
  .hamburger__line--2 {
    top: 28px;
    background-color: #fca72b;
  }
  .hamburger__line--3 {
    top: 36px;
    background-color: #fe5500;
  }
  /* 表示された時用のCSS */
  .nav-open {
    position: fixed;
  }
  .nav-open .global-nav {
    left: 0%;
    top: 0%;
    visibility: visible;
    opacity: 1;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 28px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 28px;
  }
  .nav-open .hamburger {
    background-color: initial;
  }
}
@media only screen and (max-width: 767px) {
  .commonWidth,
  .commonWidthLarge {
    width: 92%;
    margin: 0 auto;
    max-width: 92%;
  }
}
.page404 .commonWidth {
  text-align: center;
}
.page404 .text {
  text-align: center;
  display: inline-block;
}
.page404 .backBtnArea {
  padding: 50px 0 130px;
}
.page404 .backBtnArea .backBtn {
  font-size: 18px;
  font-size: 18px;
  border: 1px solid #cccccc;
  max-width: 200px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding: 10px;
}
.page404 .text + p {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .page404 {
    min-height: calc(100vh - 362px);
    padding-top: 300px;
  }
  .page404 .text p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page404 {
    padding-top: 200px;
    min-height: calc(100vh - 362px);
  }
  .page404 .text p {
    margin-top: 150px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .nav-open .global-nav .yoyaku {
    height: 60px !important;
  }
  .nav-open .global-nav .yoyaku .yoyakuLink div {
    height: 100%;
  }
  .nav-open .global-nav .yoyaku .yoyakuLink div p {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  nav .yoyaku a {
    height: 60px !important;
  }
  header .headerArea {
    z-index: 101;
  }
  header .headerArea .headleft h1 .imgFit {
    height: 46px;
    width: auto;
  }
  .nav-open .global-nav .btnArea {
    height: auto;
  }
  .secFooter {
    margin-bottom: 102px;
  }
}
.gnavi__list > a {
  margin: 24px 40px 0px 0px;
  padding-bottom: 21px;
  font-size: 18px;
  font-weight: 500;
  color: #fe5500;
  border-bottom: 3px solid #fff;
  transition: all 0.3s;
  display: flex;
}
.gnavi__list .dropdown__lists {
  display: none !important;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6941176471);
  display: flex;
  gap: 24px;
  padding: 0 40px 0 550px;
  justify-content: right;
  transition: 0.3s;
}
.gnavi__list .dropdown__lists a {
  font-size: 15px;
  margin: 0 !important;
  padding: 0;
  border-bottom: 0 !important;
  transition: 0.3s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnavi__list .dropdown__lists a:hover {
  border-bottom: 2px solid #ff8900;
  transition: 0.3s;
  color: #ff8900;
}
.gnavi__list:hover {
  transition: 0.3s;
}
.gnavi__list:hover .dropdown__lists {
  display: flex !important;
  width: 100%;
  height: 64px;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6941176471);
  display: flex;
  gap: 20px;
  padding: 0 26px 0 550px;
  justify-content: right;
  transition: 0.3s;
}
.gnavi__list:hover .dropdown__lists a {
  margin: 0 !important;
  padding: 0;
  border-bottom: 0 !important;
  transition: 0.3s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.global-nav .global-nav-inner .smt-nav-link ul {
  margin-bottom: 28px;
  margin-top: 12px;
}
.global-nav .global-nav-inner .smt-nav-link ul li {
  margin-bottom: 12px;
}

.iritani-global-menu,
.iritani-global-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu-toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
}

@media screen and (min-width: 1220px) {
  .desktop-global-nav {
    position: relative;
  }
  .desktop-global-nav > .iritani-global-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item {
    display: flex;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > a {
    white-space: nowrap;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .submenu-toggle {
    width: 20px;
    margin: 24px 12px 21px -13px;
    padding: 0;
    color: #fe5500;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .submenu-toggle::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 auto 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 10;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 20px 36px;
    width: min(640px, 100vw);
    padding: 20px 30px 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    text-align: left;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item {
    min-width: 0;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > a {
    margin: 0 0 10px !important;
    padding: 0 0 7px !important;
    border-bottom: 2px solid #fe5500 !important;
    font-size: 16px;
    font-weight: 700;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .submenu-toggle {
    display: none;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2px 18px;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu a {
    margin: 0 !important;
    padding: 4px 0 !important;
    border: 0 !important;
    color: #333;
    font-size: 15px;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu a::before {
    content: "●";
    margin-right: 7px;
    color: #fe5500;
    font-size: 0.7em;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu a:hover,
  .desktop-global-nav > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu a:focus {
    color: #fe5500;
    text-decoration: none;
  }
  .desktop-global-nav > .iritani-global-menu > .menu-item:focus-within > .sub-menu,
  .desktop-global-nav > .iritani-global-menu > .menu-item.submenu-open > .sub-menu {
    display: grid;
  }
  .desktop-global-nav > .iritani-global-menu > .iritani-menu-home-only {
    display: none;
  }
}

@media screen and (max-width: 1219px) {
  .global-nav {
    padding-top: 100px;
  }
  .global-nav .global-nav-inner {
    width: min(92%, 560px);
    margin: 0 auto 40px;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu {
    text-align: left;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > a {
    display: block;
    width: auto;
    margin: 0;
    padding: 14px 48px 14px 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .submenu-toggle {
    position: absolute;
    top: 4px;
    right: 0;
    width: 44px;
    height: 44px;
    color: #fff;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .submenu-toggle::before,
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .submenu-toggle::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 13px;
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform 0.2s;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .submenu-toggle::after {
    transform: rotate(90deg);
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item.submenu-open > .submenu-toggle::after {
    transform: rotate(0);
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu {
    display: none;
    margin: 0 0 14px 8px;
    padding: 5px 0 10px 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.65);
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item {
    position: relative;
    margin: 0;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    width: auto;
    padding: 9px 42px 9px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .submenu-toggle {
    position: absolute;
    top: 2px;
    right: 0;
    width: 38px;
    height: 38px;
    color: #fff;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .submenu-toggle::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: -3px auto 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item.submenu-open > .submenu-toggle::after {
    margin-top: 3px;
    transform: rotate(225deg);
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    display: none;
    margin: 0;
    padding: 0 0 6px 12px;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu li {
    margin: 0;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item > .sub-menu a {
    display: block;
    width: auto;
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item > .sub-menu > .menu-item.submenu-open > .sub-menu,
  .global-nav .global-nav-inner .smt-nav-link > .iritani-global-menu > .menu-item.submenu-open > .sub-menu {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .hidden-xs {
    display: none !important;
  }
}
@media print, screen and (min-width: 1001px) {
  .visible-xs {
    display: none !important;
  }
}
.headerArea .on241015 .list241015 {
  height: 100%;
  width: 50%;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.headerArea .on241015 .list241015 a {
  width: 100%;
}
.headerArea .on241015 .list241015 a:last-of-type {
  border-top: 1px solid #fff;
  box-sizing: border-box;
  background-image: none;
  background-color: #ff7a00;
}
.headerArea .on241015 .list241015 a div {
  padding: 3px 15px;
  font-weight: bold;
}
.headerArea .on241015 > a {
  height: 100%;
}
.headerArea .on241015 > a div {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
}
.headerArea .on241015 .list241101 {
  display: none;
}
.headerArea .on241101 .list241015 {
  display: none;
}
.global-nav .on241015 {
  margin-bottom: 40px;
}
.global-nav .on241015 .list241015 a {
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #fb5521;
  display: block;
}
.global-nav .on241015 .list241015 a:last-of-type {
  border-top: none;
}
.global-nav .on241015 .list241015 a div {
  box-sizing: border-box;
  background-color: #fb5521;
  color: #fff;
  padding: 12px;
  font-weight: bold;
}
.global-nav .on241015 .list241101 {
  display: none;
}
.global-nav .on241101 {
  margin-bottom: 40px;
}
.global-nav .on241101 .list241015 {
  display: none;
}
.global-nav .on241101 .list241101 {
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #fb5521;
  display: block;
}
.global-nav .on241101 .list241101 div {
  box-sizing: border-box;
  background-color: #fb5521;
  color: #fff;
  padding: 12px;
  font-weight: bold;
}

.float .on241015 .list241015 a {
  box-sizing: border-box;
  background-color: #fb5521;
  display: block;
  border-bottom: 1px solid #fff;
}
.float .on241015 .list241015 a:last-of-type {
  border-bottom: none;
}
.float .on241015 .list241015 a div {
  box-sizing: border-box;
  background-color: #fb5521;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  text-align: center;
}
.float .on241015 .list241101 {
  display: none;
}
.float .on241101 .list241015 {
  display: none;
}
.float .on241101 .list241101 {
  box-sizing: border-box;
  background-color: #fb5521;
  display: block;
}
.float .on241101 .list241101 div {
  box-sizing: border-box;
  background-color: #fb5521;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  text-align: center;
}

.topViewArea .on241015 .list241015 a {
  box-sizing: border-box;
  background-color: #fb5521;
  display: block;
  border-bottom: 1px solid #fff;
}
.topViewArea .on241015 .list241015 a:last-of-type {
  border-bottom: none;
}
.topViewArea .on241015 .list241015 a div {
  box-sizing: border-box;
  background-color: #fb5521;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  text-align: center;
}
.topViewArea .on241015 .list241101 {
  display: none;
}
.topViewArea .on241101 .list241015 {
  display: none;
}
.topViewArea .on241101 .list241101 {
  box-sizing: border-box;
  background-color: #fb5521;
  display: block;
}
.topViewArea .on241101 .list241101 div {
  box-sizing: border-box;
  background-color: #fb5521;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  text-align: center;
}/*# sourceMappingURL=common.css.map */
