@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/npm/swiper@7/swiper-bundle.min.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

#contents a {
  color: #1a73e8;
  text-decoration: none;
}

#contents a:hover {
  color: #01B074;
  text-decoration: none;
  border-bottom: none;
}

#contents p {
  line-height: 2;
  margin: 0 0 1em;
}
@media screen and (max-width: 767.98px) {
  #contents p {
    font-size: 1.4rem;
  }
}

.sp-none,
.pc-only {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .sp-none,
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

.text-link {
  margin-top: 8px;
  color: #1a73e8;
  border: solid 1px #1a73e8;
  border-radius: 4px;
  font-size: 90%;
  padding: 4px 10px 4px 10px;
  text-decoration: none !important;
}
.text-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 6px;
}
.text-link:hover {
  color: #fff !important;
  text-decoration: none !important;
  border: solid 2px #01B074;
  background: #01B074;
}

.small {
  font-size: 1.2rem;
}

.medium {
  font-size: 1.4rem;
}

.large {
  font-size: 2.2rem;
}

.bold {
  font-weight: bold;
}

.attention {
  color: #996666 !important;
}

.fc-red {
  color: #d71920 !important;
}

.fc-blue {
  color: #0080CC !important;
}

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

.al-center {
  text-align: center !important;
}

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

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt35 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb35 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* LAYOUT
========================================== */
html {
  font-size: 62.5%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #222;
  font-size: 1.6rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
  height: auto;
}
img.default {
  width: auto;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  img.default {
    width: 100%;
    height: auto;
  }
}

a:hover {
  opacity: 0.8;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  flex: 1;
  position: relative;
  overflow-x: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .inner {
    width: 90%;
    padding: 0;
  }
}

#contents {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 0 8rem 8rem;
}
@media screen and (max-width: 767.98px) {
  #contents {
    padding: 70px 0 2rem;
    width: 90%;
  }
}

/* HEADER
========================================== */
#header {
  margin: 0px;
  width: 100%;
  position: sticky;
  top: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(96, 132, 159, 0.3);
  z-index: 1000;
}
#header #headerInner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner {
    width: calc(100% - 60px);
    padding: 15px;
    max-height: 70%;
  }
}
#header #headerInner .logoWrap {
  padding: 20px 100px 20px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-bottom: solid 1px #F1F5F9;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
}
#header #headerInner .logoWrap #logo {
  max-width: 500px;
}
#header #headerInner .logoWrap #logo a {
  display: block;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap #logo a {
    min-height: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap #logo {
    width: 100%;
    min-height: 40px;
    display: block;
    background: url("../images/common/logo_sp.png") no-repeat;
    background-size: contain;
  }
}
#header #headerInner .logoWrap #logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap #logo img {
    display: none;
  }
}
#header #headerInner .logoWrap .date {
  height: 25px;
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap .date {
    display: none;
  }
}
#header #headerInner .logoWrap .date img {
  width: auto;
  height: 25px;
}

/* 注意事項誘導バナー
------------------------------------------ */
.att_fixed {
  position: fixed;
  right: 0;
  top: 110px;
  width: 100px;
  height: auto;
  z-index: 100000;
}

.att_fixed img {
  width: 100px;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  #header {
    width: 100vw;
    height: 70px;
    position: fixed;
    top: 0;
    flex-direction: row;
    box-sizing: border-box;
  }
  #header .headerInner .logoArea .date,
  #header .head-nav,
  #header .header-sns {
    display: none;
  }
  #header:before {
    display: none;
  }
  #header .headerInner,
  #header .headerInner2, #header.is-fixed .headerInner, #header.is-fixed .headerInner2 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
    box-sizing: border-box;
  }
  #header.is-fixed .headerInner2 .logoArea {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50%;
  }
  .att_fixed {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 100000;
  }
  .att_fixed p {
    line-height: 0;
  }
  .att_fixed p a {
    display: block;
  }
  .att_fixed p a img {
    width: 100%;
    height: auto;
  }
}
.sp-none {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .sp-none {
    display: none;
  }
}

/* GLOBAL NAVI
========================================== */
#globalnavi {
  margin: 0 auto;
  max-width: 1280px;
  min-height: 54px;
}
#globalnavi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#globalnavi ul li {
  margin: 0px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ddd;
}
#globalnavi ul li + li {
  position: relative;
}
#globalnavi ul li + li:before {
  content: "";
  width: 1px;
  height: 1.4em;
  border-left: 1px solid #F1F5F9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  #globalnavi ul li + li:before {
    display: none;
  }
}
#globalnavi ul li a {
  color: #0f0f1b;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  #globalnavi ul li a {
    padding: 0;
  }
}
#globalnavi ul li .nolink {
  color: #ddd;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  #globalnavi ul li .nolink {
    padding: 0;
    justify-content: left;
  }
}

#english {
  color: #ddd;
  position: absolute;
  top: 10px;
  right: 50px;
}
#english a {
  font-size: 1.1rem;
  font-weight: 500;
  border: solid 2px #ddd;
  padding: 1px 7px;
  color: #bbb;
  text-decoration: none;
}

#globalnavi ul li a:hover,
#globalnavi ul li.current a {
  color: #0082C9;
}

#headerSns {
  position: absolute;
  right: 25px;
  top: 23px;
}
@media screen and (max-width: 767.98px) {
  #headerSns {
    display: none;
  }
}
#headerSns ul {
  display: flex;
  gap: 5px;
}
#headerSns ul li {
  width: 23px;
  height: 23px;
  text-align: center;
  margin: 0;
}
#headerSns ul li a {
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2px;
}
#headerSns ul li a:hover {
  opacity: 0.7;
}
#headerSns ul li a#fb {
  background: #1877f2;
}
#headerSns ul li a#tw {
  background: #000;
}
#headerSns ul li a#tw img {
  width: 60%;
}

/* SP
========================================== */
@media screen and (max-width: 767.98px) {
  #globalnavi {
    background-color: #0082C9;
    position: fixed;
    padding: 0;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    height: 100%;
    display: none;
  }
  #globalnavi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
  #globalnavi ul li {
    width: 50% !important;
    padding: 2rem;
    position: relative;
    flex: none;
    justify-content: flex-start;
    text-align: left;
    color: rgba(255, 255, 255, 0.413) !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  #globalnavi ul li a {
    text-align: left;
    box-sizing: border-box;
    display: block;
    color: #fff !important;
    position: relative;
  }
  #globalnavi ul li a:after {
    content: "";
    top: 50%;
    right: 1px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
  }
  #globalnavi ul li.current {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}
/* TOGGLE
========================================== */
#nav-toggle {
  display: none;
}

@media screen and (max-width: 767.98px) {
  #nav-toggle {
    position: fixed;
    right: 10px;
    top: 5px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
  }
  #nav-toggle div {
    position: relative;
    width: 40px;
    top: 15px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 11px;
    display: block;
    background: #0082C9;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 13px;
  }
  #nav-toggle span:nth-child(3) {
    top: 26px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 0px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 26px;
  }
  .open #nav-toggle span {
    background: #0082C9;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
  }
}
/* FOOTER
========================================== */
#footer {
  border-top: solid 1px rgba(102, 108, 113, 0.2);
}
#footer .footerBannerArea {
  padding: 4rem 0;
  border-bottom: solid 1px rgba(102, 108, 113, 0.2);
}
@media screen and (max-width: 767.98px) {
  #footer .footerBannerArea {
    padding: 5% 0;
  }
}
#footer .footerBannerArea .footerBanner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #footer .footerBannerArea .footerBanner {
    flex-direction: column;
    gap: 7px;
  }
}
#footer #fnav {
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  background: #262626;
}
@media screen and (max-width: 767.98px) {
  #footer #fnav {
    flex-direction: column;
    padding: 0;
    background: none;
  }
}
#footer #fnav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  #footer #fnav ul {
    width: 100%;
    box-sizing: border-box;
    border-top: solid 1px #666;
    flex-wrap: wrap;
    background: #383737;
    margin-bottom: 0;
  }
}
#footer #fnav ul li {
  font-size: 1.4rem;
  display: flex;
  width: 100%;
}
#footer #fnav ul li + li {
  position: relative;
}
#footer #fnav ul li + li:before {
  content: "";
  width: 1px;
  height: 1.4em;
  border-left: 1px solid #666;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer #fnav ul li a {
  white-space: nowrap;
  padding: 0 3rem;
  width: 100%;
  display: flex;
  color: #fff !important;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  #footer #fnav ul li {
    text-align: left;
    width: 50%;
    border-left: none;
    padding: 0;
  }
  #footer #fnav ul li a {
    border-left: solid 1px #666;
    border-bottom: solid 1px #666;
    padding: 1.2rem;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    color: #fff !important;
    font-size: 1.2rem;
  }
  #footer #fnav ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    color: #666;
    padding-right: 0.5em;
  }
}
#footer #fnav ul li:last-child {
  border-right: solid 1px rgba(102, 108, 113, 0.2);
}

/* COPYRIGHT
------------------------------------------ */
#copyright {
  color: #A5A5A5;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  #copyright {
    padding: 1rem;
  }
}

/* CORONA
========================================== */
#corona {
  background: #0081cc;
  padding: 60px 0;
  margin: 100px 0;
}
#corona .inner {
  color: #fff;
}
#corona .inner .leadTxt {
  width: 100%;
}
#corona .inner .leadTxt h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFD500;
}
#corona .inner .coronaWrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-top: 30px;
}
#corona .inner .coronaWrap .coronaBlock h3 {
  display: flex;
  font-weight: 700;
  line-height: 1.5;
  align-items: center;
  margin-bottom: 1rem;
}
#corona .inner .coronaWrap .coronaBlock h3 img {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}
#corona .inner .coronaWrap .coronaBlock p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.w800 {
  width: 800px;
}
@media screen and (max-width: 767.98px) {
  .w800 {
    width: 100%;
  }
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767.98px) {
  .content {
    width: 100%;
    margin: 2rem auto;
    flex-direction: column !important;
  }
}
.content h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.reverse {
  flex-direction: row-reverse;
}

.column {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .column {
    width: 100% !important;
  }
}

.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 5%;
}
@media screen and (max-width: 767.98px) {
  .column-outside-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 5%;
}
@media screen and (max-width: 767.98px) {
  .column-outside-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* DIVIDE
========================================== */
.section {
  margin: 80px auto 0;
}
@media screen and (max-width: 767.98px) {
  .section {
    margin: 0 auto 20px;
  }
}

.section-A {
  margin: 0 0 35px;
  zoom: 1;
}
.section-A:after {
  content: "";
  display: block;
  clear: both;
}

.section-B {
  margin: 0 0 25px;
  zoom: 1;
}
.section-B:after {
  content: "";
  display: block;
  clear: both;
}

/* 分割
------------------------------------------ */
.div-2col,
.div-3col,
.div-4col {
  width: 100%;
  display: grid;
  gap: 20px;
}

.div-2col {
  grid-template-columns: repeat(2, 1fr);
}

.div-3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767.98px) {
  .div-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.div-4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767.98px) {
  .div-4col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list-2col,
.list-3col,
.list-4col {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}

.list-2col li {
  width: 440px;
}

.list-3col {
  grid-template-columns: repeat(3, auto);
}

.list-4col li {
  width: 210px;
}

.list-7col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-7col li {
  width: 127px;
  border: solid 1px #fff;
}
.list-7col li:first-child, .list-7col li:last-child {
  border: none;
}

.flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .flex {
    flex-direction: column;
  }
}

.pageNavi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pageNavi ul li {
  border: solid 1px #f9f9f9;
  box-sizing: border-box;
  position: relative;
}
.pageNavi ul li:last-child {
  border-right: none;
}
.pageNavi.nav-2col ul li {
  width: 50%;
}
.pageNavi.nav-3col ul li {
  width: 33%;
}
.pageNavi.nav-4col ul li {
  width: 25%;
}
.pageNavi ul li a {
  width: 100%;
  display: block;
  background: #EFEFEF;
  padding: 14px 0;
  text-align: center;
  text-decoration: none !important;
}
.pageNavi ul li a:hover {
  background: #1F6BCC;
  color: #fff !important;
}
.pageNavi ul li a:after {
  content: "";
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-top: 1px solid #1F6BCC;
  border-right: 1px solid #1F6BCC;
  -webkit-transform: rotate(-125deg);
  transform: rotate(135deg);
  position: absolute;
}
.pageNavi ul li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* THUMB BOX
------------------------------------------ */
.thumbBlock {
  margin: 0 0 20px;
  clear: both;
}
.thumbBlock .imgArea {
  float: left;
  margin-right: 20px;
}
.thumbBlock .txtArea {
  overflow: hidden;
}

.thumbBlock-A {
  margin: 0 0 20px;
  clear: both;
  zoom: 1;
}
.thumbBlock-A:after {
  content: "";
  display: block;
  clear: both;
}
.thumbBlock-A .imgArea {
  float: right;
  margin-left: 20px;
}
.thumbBlock-A .txtArea {
  overflow: hidden;
}

/* NOTE
========================================== */
.notes {
  font-size: 93%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
  margin-top: 1.5rem;
}

.notesBox {
  border: solid 1px #F1F5F9;
  background: #F8FAFC;
  padding: 3rem;
  border-radius: 2px;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767.98px) {
  .notesBox {
    padding: 10px;
    font-size: 1.2rem !important;
  }
}
.notesBox h3 {
  font-size: 1.6rem !important;
  color: #313B4E !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .notesBox h3 {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.notesBox p:last-child,
.notesBox li:last-child {
  margin-bottom: 0 !important;
}

.b-block {
  background: #F6F8FA;
  clear: both;
  border: 1px solid #DDE2E8;
  padding: 15px;
}

.border-box {
  padding: 3rem;
  margin: 0 0 30px;
  border: solid 2px #0080CC;
}

.border-box-R {
  padding: 15px 20px;
  margin: 0 0 30px;
  border: solid 2px #d71920;
}

.border-box p:last-child,
.border-box li:last-child {
  margin-bottom: 0 !important;
}

.border-box-R p:last-child,
.border-box-R li:last-child {
  margin-bottom: 0 !important;
}

/* アナウンス（赤）
------------------------------------------ */
.announce {
  padding: 2rem;
  color: #CB4640;
  background: #FCECEB;
}
@media screen and (max-width: 767.98px) {
  .announce {
    padding: 20px;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.announce p {
  margin: 0 !important;
}
.announce p span {
  font-size: 1.1rem;
  color: #FCECEB;
  background: #CB4640;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  margin-right: 1em;
}
.announce p a {
  color: #CB4640 !important;
  text-decoration: none !important;
}
.announce p a:hover {
  color: #CB4640 !important;
  text-decoration: underline !important;
}

/* アナウンス（緑）
------------------------------------------ */
.announce.announce-green {
  color: #4cb57e;
  background: #F1FAF6;
}
.announce.announce-green p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.announce.announce-green p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.announce.announce-green p a {
  color: #1a73e8 !important;
}
.announce.announce-green p a:hover {
  color: #1a73e8 !important;
}

/* アナウンス（緑）
------------------------------------------ */
.gray {
  background: #F8FAFC;
}
.gray p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.gray p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.gray p a {
  color: #1a73e8 !important;
}
.gray p a:hover {
  color: #1a73e8 !important;
}

/* チェックボックスあり
------------------------------------------ */
.attentionBox-B {
  padding: 15px;
  border: 2px solid #EEEEEE;
  margin: 0 0 20px;
}
.attentionBox-B p {
  padding: 0 0 0 30px;
  margin-bottom: 0 !important;
  text-indent: -20px;
}
.attentionBox-B p input {
  margin-right: 5px;
}

/* タイトルあり
------------------------------------------ */
.infoBox {
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.infoBox h3 {
  padding: 2rem 3rem;
  font-size: 110%;
  border-bottom: 1px solid #d8e3eb;
  font-weight: bold;
}
.infoBox h3 i {
  color: #27acd9;
  margin-right: 1rem;
}
.infoBox .infoBoxContent {
  padding: 2rem 3rem;
}
.infoBox .infoBoxContent p {
  margin-bottom: 0 !important;
  word-wrap: break-word;
}
.infoBox .heading-B:not(:first-child) {
  margin-top: 30px;
}

/* 特殊BOX
------------------------------------------ */
.profile {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .profile {
    flex-direction: column;
  }
}
.profile.border-top {
  border-top: solid 1px #d8e3eb;
  padding-top: 2rem;
  margin-top: 2rem;
}
.profile .profThumb {
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .profile .profThumb {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.profile .profThumb img {
  width: 220px;
  height: auto;
}
.profile .profTxt .name {
  font-size: 1.6rem !important;
  margin-bottom: 13px;
  font-weight: bold;
}
.profile .profTxt p {
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
}

/* MAP
========================================== */
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.btn-Primary {
  padding: 20px;
  border-radius: 4px;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: bold;
  min-height: 70px;
  min-width: 370px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #01B074;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .btn-Primary {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    padding: 1rem 0;
    margin: 0 auto;
  }
}
.btn-Primary:hover {
  opacity: 0.7;
}
.btn-Primary i {
  color: #fff !important;
}

/* 位置は親ブロックで指定する */
.btn-A {
  line-height: 70px;
  min-height: 70px;
  min-width: 370px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.5rem !important;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #222;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .btn-A {
    font-size: 1.4rem !important;
    max-width: 100%;
    min-width: 100%;
    line-height: 60px;
    min-height: 60px;
  }
}
.btn-A:hover {
  opacity: 0.7;
}
.btn-A:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.btn-A i {
  color: #fff !important;
}

.btn-large {
  width: 50%;
}

.txt_long {
  display: flex;
  flex-direction: column;
}
.txt_long span.sub {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.newLabel {
  font-size: 1rem;
  background: #fff;
  color: #1F6BCC !important;
  padding: 3px 6px;
  border-radius: 2px;
  margin-left: 5px;
}

/* 分割のときは100%
------------------------------------------ */
.list-3col .btn-A {
  width: 100%;
}

.btn-B {
  line-height: 50px;
  min-height: 50px;
  min-width: 370px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.4rem !important;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #222;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
.btn-B:hover {
  opacity: 0.7;
}
.btn-B:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.btn-B i {
  color: #fff !important;
}

.txt-Btn {
  display: inline-block;
}
.txt-Btn a {
  padding: 15px 35px;
  display: block;
  line-height: 1;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  background: #1F6BCC;
  border-radius: 2px;
}
.txt-Btn a:hover {
  background: #1f5fcc;
}

.btn-Back {
  min-height: 30px;
  line-height: 30px !important;
  border-radius: 30px;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding: 10px 30px 10px 40px;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  background: #1F6BCC;
  color: #fff !important;
  position: relative;
}
.btn-Back:after {
  content: "";
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}

/* 非アクティブ */
.not_active {
  min-height: 30px;
  min-width: 370px;
  line-height: 30px !important;
  border-radius: 3px;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto 2rem !important;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
  background: #888;
  opacity: 0.5;
}

/* サイズ設定
------------------------------------------ */
.btn-s {
  padding: 6px 15px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-m {
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-l {
  padding: 20px 35px;
  color: #fff !important;
  text-decoration: none !important;
}

/* アイコン設定
------------------------------------------ */
.arr-R {
  position: relative;
}
.arr-R:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}

#home .appBtn {
  border-top: solid 1px #f3f6f9;
  padding: 30px 0;
}
#home .appBtn p {
  margin-bottom: 0 !important;
}
#home .appBtn .btn-A {
  width: 70%;
  font-size: 2.4rem !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* FORM
========================================== */
.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 0px auto 20px;
  padding: 15px;
  border: 2px solid #d71920;
  font-size: 1rem;
  line-height: 1.6rem;
}
.app-agree-att ul {
  text-align: left;
  margin: 0px auto;
  padding: 10px 0px;
  width: 810px;
}
.app-agree-att ul li {
  list-style: none;
}
.app-agree-att a {
  text-decoration: underline;
  color: #d71920;
}
.app-agree-att input[type=checkbox] {
  margin-right: 5px;
  min-height: auto;
}
.app-agree-att p {
  margin: 0px !important;
}

.formTable table td {
  background: #fff !important;
  border-left: none;
}
.formTable table th {
  position: relative;
  /* 任意 */
}
.formTable table th:after {
  content: "任意";
  display: block;
  color: #fff;
  background: #A0A7B4;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 1;
}
.formTable table th .ins {
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 2;
}

.formTable.formTable_confirm table th:after {
  display: none;
}

.ins {
  font-weight: bold;
  background: #d71920;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  color: #fff !important;
}

.ins2 {
  color: #d71920;
  font-size: 13px;
}

/* FORM PARTS
------------------------------------------ */
input[type=text],
textarea {
  font-size: 100%;
  outline: none;
  border: solid 1px #e2e2e2;
  border-radius: 3px;
  padding: 10px;
  width: 70%;
}

input[type=text]:focus {
  border: solid 1px #1a73e8;
}

input[type=text].input-s {
  width: 10% !important;
}

/* SELECT */
.select {
  display: inline-block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
}
.select select {
  min-width: 200px;
  padding: 8px;
  margin: 3px;
  cursor: pointer;
}
.select::before {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  color: #A0A7B4;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 8px;
}

label {
  cursor: pointer;
}

/* ERROR
------------------------------------------ */
input[type=text].form-error {
  border: solid 1px #d71920;
  box-shadow: 0px 0px 11px -4px #d71920;
}

.error-message {
  color: #d71920;
  font-weight: 400;
  margin-top: 6px;
  position: relative;
}
.error-message:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 0.25em;
}

/* 子要素
------------------------------------------ */
.type {
  margin-top: 0.5em;
}
.type:first-child {
  margin-top: 0;
}

/* ボタン
------------------------------------------ */
/* レイアウト */
.action {
  background: #F8FAFC;
  padding: 30px;
  margin-top: 30px;
}

.formBtnUnit {
  text-align: center;
  clear: both;
}
.formBtnUnit li {
  min-width: 300px;
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: center;
  position: relative;
}

.formBtn {
  background-color: #3E86DC;
  border-radius: 4px;
  min-width: 300px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 25px 50px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
.formBtn:hover {
  opacity: 0.7;
}

/* PREV */
.btn-prev .formBtn {
  background-color: #8f8f8f !important;
}
.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

/* NEXT */
.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}

.nagoya .formBtn {
  background: #cb443e;
}
.nagoya .formBtn:hover {
  background: #f24e45 !important;
}
.nagoya .formBtn2 {
  background: #666 !important;
}
.nagoya .formBtn2:hover {
  background: #f24e45 !important;
}

.nagoya .formBtnUnit .btn-next .formBtn {
  background-color: #cb443e !important;
}
.nagoya .formBtnUnit .btn-next .formBtn:hover {
  background-color: #f24e45 !important;
}

.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.formBtn.size-M {
  padding: 15px 80px !important;
}

.formTxt2 {
  font-size: 90%;
}

.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 20px auto 60px;
  padding: 15px;
  border: 2px solid #d71920;
}
.app-agree-att p {
  margin: 0px;
  padding: 0px;
}

/* 1.HEADING
========================================== */
#pageTit {
  min-height: 180px;
  margin: 0 calc(50% - 50vw) 8rem !important;
  overflow-x: hidden;
  background-image: url("../images/common/page_tit.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #pageTit {
    margin-bottom: 2rem !important;
    min-height: 120px;
  }
}
#pageTit h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  #pageTit h2 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
#pageTit h2 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  #pageTit h2 span {
    font-size: 1.4rem;
  }
}

/* サブテキストあり
------------------------------------------ */
.heading {
  padding: 0 3rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
.heading h2 {
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .heading h2 {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.heading h2 span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0082C9;
  margin: 0 0 10px;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .heading h2 span {
    font-size: 1.4rem;
  }
}
.heading h3 {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .heading h3 {
    font-size: 1.6rem;
  }
}
.heading h3 span {
  font-size: 70% !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: none !important;
}
.heading .read {
  font-size: 90%;
  color: #38A1DB;
  font-weight: bold;
  margin: 0 !important;
}
.heading .read img {
  margin: 0 0 5px;
}

/* HEADING
------------------------------------------ */
.heading-A {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 1em;
  clear: both;
  border-bottom: 2px solid #d8e3eb;
}
.heading-A h2 {
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
}
.heading-A h2:before {
  width: 200px;
  height: 2px;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #E1CF2B 0%, #21D461 100%);
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .heading-A h2 {
    font-size: 2rem;
  }
}
.heading-A h2 span {
  font-size: 70%;
}
@media screen and (max-width: 767.98px) {
  .heading-A h2 span {
    display: block;
    margin-top: 1rem;
  }
}

.heading-B {
  line-height: 1.5;
  position: relative;
  padding: 0 0 14px;
  border-bottom: solid 2px #dde2e8;
  margin: 0 0 20px;
  clear: both;
}
.heading-B h2,
.heading-B h3 {
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: solid 2px #27acd9;
  position: relative;
  top: 16px;
  padding: 0 15px 15px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .heading-B h2,
  .heading-B h3 {
    font-size: 1.4rem;
  }
}
.heading-B h2 span,
.heading-B h3 span {
  font-size: 80%;
}

.heading-C {
  line-height: 1.5;
  position: relative;
  padding: 0 0 7px;
  border-bottom: solid 1px #dde2e8;
  margin: 35px 0 20px;
  clear: both;
}
.heading-C h2,
.heading-C h3,
.heading-C h4 {
  line-height: 1.3;
  font-size: 1.8rem;
  display: inline-block;
  border-left: solid 4px #3E99E6;
  padding: 0 15px;
  color: #3E99E6;
}
.heading-C h2 span,
.heading-C h3 span,
.heading-C h4 span {
  font-size: 80%;
  font-weight: normal;
}

h4 {
  color: #0080CC;
  font-weight: bolder;
  font-size: 1.8rem;
}

.topContents {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .topContents {
    margin-bottom: 3rem;
  }
}
.topContents .topContentsTxt {
  margin-top: 3rem;
}

.ico {
  width: 40px;
}

ul.icoList li {
  line-height: 1.5;
  list-style-position: inside;
  padding-left: 30px;
  margin-top: 5px;
}
ul.icoList li:first-child {
  margin-top: 0;
}
ul.icoList li a {
  min-height: 16px;
  text-indent: 1em;
  padding-left: -1em;
  position: relative;
}
ul.icoList li a:before {
  content: "";
  width: 13px;
  height: 15px;
  position: absolute;
  left: -18px;
  top: 2px;
  background-repeat: no-repeat;
}

.ico-ai:before {
  background-image: url(/assets/2023/images/common/ico_ai.png);
}

.ico-jpg:before {
  background-image: url(/assets/2023/images/common/ico_jpg.png);
}

.ico-pdf:before {
  background-image: url(/assets/2023/images/common/ico_pdf.png);
}

.ico-zip:before {
  background-image: url(/assets/2023/images/common/iico_zip.png);
  background-size: 13px auto;
}

ul.circle {
  margin-left: 2em;
  text-indent: 0;
}
@media screen and (max-width: 767.98px) {
  ul.circle {
    margin-left: 1em;
  }
}
ul.circle li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  ul.circle li {
    font-size: 1.4rem;
  }
}
ul.square {
  margin-left: 2em;
}
ul.square li {
  list-style-type: square;
  list-style-position: outside;
  line-height: 1.6;
}
ul.asterisk {
  margin-left: 1em;
}
ul.asterisk li {
  list-style: none;
  line-height: 1.6;
  text-indent: -1em;
  margin: 0 0 5px;
}

/* 数字リスト
------------------------------------------ */
ol.numList {
  margin-left: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  ol.numList {
    margin-left: 0;
  }
}
ol.numList li {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 2rem;
  text-indent: -1em;
}
ol.paren {
  counter-reset: item;
  list-style: none !important;
  margin: 0 0 20px 0 !important;
  line-height: 1.6;
}
ol.paren li {
  padding-left: 2em;
  text-indent: -2em;
  margin: 0 0 5px 0.5em;
  list-style: none !important;
}
ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}
ol.paren li > ol {
  margin-top: 5px;
}
ol.paren li > ol li {
  list-style: none;
}
ol.paren li > ol li:before {
  content: none !important;
}

.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  .c-modal_content {
    width: 94%;
  }
}

.c-modal_content_inner {
  position: relative;
  padding: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}
@media screen and (max-width: 767.98px) {
  .c-modal_content_inner {
    max-height: 80vh;
    padding: 2rem;
  }
}
.c-modal_content_inner h2 {
  text-align: left;
}
.c-modal_content_inner p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1em;
}

.c-modal_close {
  position: fixed;
  top: -30px;
  right: 0;
  z-index: 1;
  width: 27px;
  height: 27px;
  display: block;
}
.c-modal_close span {
  display: none;
}
.c-modal_close:before, .c-modal_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 27px;
  background: #fff;
}
.c-modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.anchor {
  display: block;
  margin-top: -110px;
  padding-top: 110px;
}
@media screen and (max-width: 767.98px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.pageNavigation {
  margin-bottom: 4rem;
}
.pageNavigation ul {
  display: inline-flex;
  align-items: center;
  text-align: center;
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1019607843);
}
.pageNavigation ul li a {
  display: block;
  padding: 1.6rem;
  white-space: nowrap;
  border-left: 1px solid rgba(4, 27, 63, 0.1019607843);
  text-decoration: none !important;
  font-size: 1.4rem;
}
.pageNavigation ul li:first-child a {
  border-left: none;
}
.pageNavigation ul li a.current {
  background: rgba(239, 246, 251, 0.6);
  color: #3b3d40;
  font-weight: bold;
}

td.blank_cell {
  background-color: #f9f9f9 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2RkZTJlODtzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+") !important;
}

/* TABLE-A
------------------------------------------ */
.table-A table {
  margin: 0 0 10px;
  border-top: solid 1px #dde2e8;
  width: 100%;
  border-spacing: 0;
}
.table-A table tr:nth-child(odd) td {
  background-color: #fff;
}
.table-A table tr:nth-child(even) td {
  background-color: #F6F8FA;
}
.table-A table tr:nth-child(odd) th {
  background-color: #F6F8FA;
}
.table-A table tr:nth-child(even) th {
  background-color: #EDF1F5;
}
.table-A table th,
.table-A table td {
  padding: 1.7rem 2rem;
  border-bottom: solid 1px #dde2e8;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .table-A table th,
  .table-A table td {
    font-size: 1.4rem;
  }
}
.table-A table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.table-A table thead th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
  background-image: none;
}
@media screen and (max-width: 767.98px) {
  .table-A table thead th {
    white-space: normal;
  }
}
.table-A table thead th:last-child {
  border-right: 0px;
}
.table-A table tfoot {
  position: relative;
}
.table-A table tfoot:after {
  content: "";
  position: absolute;
  border: solid 3px #d1d5da;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.table-A table tfoot th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
}

/* TABLE-B （theadありの場合）
------------------------------------------ */
.table-B table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767.98px) {
  .table-B table {
    border-top: solid 1px #dde2e8;
  }
}
.table-B table th,
.table-B table td {
  border: solid 1px #dde2e8;
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .table-B table th,
  .table-B table td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }
}
.table-B table th {
  font-weight: bold;
  background-color: #F6F8FA;
  text-align: center !important;
}
@media screen and (max-width: 767.98px) {
  .table-B table th {
    border-top: none;
    border-bottom: none;
  }
}
.table-B table thead th {
  font-weight: bold;
  background-color: #ddd;
  text-align: center !important;
  border-right: 1px solid #fff;
  background-image: none;
  white-space: nowrap;
}
.table-B table tbody th {
  width: 15%;
  text-align: left !important;
}
@media screen and (max-width: 767.98px) {
  .table-B table tbody th {
    width: 100%;
  }
}

/* dlTable
========================================== */
.dlTable {
  width: 100%;
}
.dlTable dl {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.dlTable dl dt,
.dlTable dl dd {
  padding: 15px 30px;
}
.dlTable dl dt:not(:last-of-type),
.dlTable dl dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.dlTable dl dt {
  width: 30%;
  background: #ddd;
}
.dlTable dl dd {
  width: 70%;
}

@media screen and (max-width: 767.98px) {
  .dlTable dl {
    width: 100%;
    flex-direction: column;
  }
  .dlTable dl dt,
  .dlTable dl dd {
    width: 100%;
    padding: 10px 15px;
  }
  .dlTable dl dt {
    border-bottom: none;
  }
}
/* LAYOUT TABLE
------------------------------------------ */
.layoutTable table th,
.layoutTable table td {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

table.layoutTable {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
table.layoutTable th,
table.layoutTable td {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.contact-form th {
  width: 200px;
}

.resultsTable th,
.resultsTable td {
  font-size: 1.3rem !important;
  padding: 1rem 1.5rem !important;
}

.resultsTable tbody th {
  width: 220px;
}

#top {
  /* NEWS & CM
  ========================================== */
  /* 同時開催イベント
  ========================================== */
  /* スポンサー
  ========================================== */
  /* 出展ブランド
  ========================================== */
}
#top #contents {
  max-width: 1280px !important;
  padding: 0 !important;
}
@media screen and (max-width: 767.98px) {
  #top #contents {
    max-width: 100% !important;
    padding-top: 70px !important;
  }
}
#top #topBanner {
  width: 1100px;
  margin: 0 auto;
}
#top #topBanner a img {
  width: 100%;
  height: auto;
}
#top .close {
  border: solid 3px #39A2DC;
  padding: 1em;
  width: 1100px;
  margin: 0 auto 50px;
  color: #39A2DC;
}
#top .close p {
  text-align: center;
}
#top .close p:last-child {
  margin-bottom: 0 !important;
}
#top #notice {
  width: 1100px;
  margin: 0 auto 80px;
  border: solid 2px #0082C9;
}
#top #notice .heading {
  padding: 2rem 3rem;
  border-bottom: solid 1px #0082C9;
}
#top #notice .heading h2 {
  color: #0082C9;
  margin: 0 !important;
  font-size: 2.3rem;
  text-align: left;
}
#top #notice ol {
  color: #0082C9;
  padding: 3rem;
}
#top #notice ol li {
  line-height: 1.5;
  list-style: decimal;
  list-style-position: outside;
  padding-left: 0.7em;
  text-indent: 0em;
  margin: 0 1em 1rem;
}
#top #notice ol li img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
#top #attention {
  width: 1000px;
  margin: 0 auto 80px;
  color: #F00;
  border: solid 2px #F00;
  padding: 30px;
}
#top #attention h3 {
  color: #fff;
  background: #F00;
  padding: 12px;
  margin: 0 0 30px;
  text-align: center;
}
#top #attention h4 {
  color: #c51015;
}
#top #attention ul {
  padding-left: 30px;
}
#top #mainVisual {
  max-height: 817px;
  margin: 0 calc(50% - 50vw) !important;
  position: relative;
}
#top #mainVisual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  #top #mainVisual {
    height: 320px;
    background-image: url("../images/top/mv_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px !important;
  }
}
#top #mainVisual #mvLogo {
  width: 394px;
  height: 450px;
  position: absolute;
  left: 90px;
  top: 115px;
}
#top #mainVisual #mvLogo .btn {
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  right: 0;
  bottom: 0;
}
#top #mainVisual #mvLogo .btn a {
  color: #fff;
  padding: 10px 50px 10px 60px;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 21px;
  background-color: rgb(0, 128, 204);
  box-shadow: 0px 0px 20px 0px rgba(96, 132, 159, 0.3);
  background-image: url(../../images/2020_ride/common/arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: right 10px center;
}
#top #mainVisual .mvTxt {
  min-width: 30%;
  max-width: 35%;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4%;
}
@media screen and (max-width: 767.98px) {
  #top #mainVisual .mvTxt {
    display: none;
  }
}
#top #mainVisual .mvTxt #logo {
  margin-bottom: 30px;
}
#top #mainVisual .mvTxt #date {
  margin-bottom: 80px;
}
#top #mainVisual .mvTxt .btn a {
  color: #222;
  font-weight: 600;
  background: #FFD500;
  width: 100%;
  padding: 2rem;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
#top #mainVisual .mvTImage {
  flex: 1;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  #top #mainVisual .mvTImage {
    display: none;
  }
}
#top #topSlider {
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 767.98px) {
  #top #topSlider {
    display: none;
  }
}
#top #end-message {
  margin: 0px;
  padding: 40px 0px 0px;
}
#top #end-message p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#top #end-message p.next {
  line-height: 0rem;
  text-align: center;
  margin: 20px auto 0px;
  padding: 20px 0px;
  width: 1000px;
  border: 5px solid #eeeeee;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #39A2DC;
}
#top #topColumn {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin: 4rem 0;
  padding: 0 8rem;
}
@media screen and (max-width: 767.98px) {
  #top #topColumn {
    flex-direction: column;
    padding: 0;
    margin: 0 0 20px;
  }
}
#top #topColumn #news {
  flex: 1;
}
#top #topColumn #news .heading {
  padding: 14px;
}
@media screen and (max-width: 767.98px) {
  #top #topColumn #news .heading {
    padding: 0;
  }
}
#top #topColumn #news .heading h2 {
  padding-top: 1rem;
  text-align: left;
  line-height: 1;
  font-size: 2.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #top #topColumn #news .heading h2 {
    text-align: center;
    font-size: 2rem;
  }
}
#top #topColumn #news .heading h2 span {
  font-size: 1.4rem;
  color: #0480CC;
}
#top #topColumn #news .data dl {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: table;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border-bottom: solid 1px #dcecf2;
}
#top #topColumn #news .data dl:first-child {
  border-top: solid 1px #dcecf2;
}
#top #topColumn #news .data dl dt {
  margin: 0px;
  padding: 14px;
  width: 110px;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  #top #topColumn #news .data dl dt {
    width: 5em;
  }
}
#top #topColumn #news .data dl dd {
  margin: 0px;
  padding: 14px;
  display: table-cell;
  vertical-align: top;
}
#top #topColumn #news .data dl dd a {
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767.98px) {
  #top #topColumn #news .data .al-right {
    text-align: center !important;
  }
}
#top #topColumn #news .btn-B {
  min-width: 200px !important;
}
#top #topColumn #movie {
  width: 45%;
}
@media screen and (max-width: 767.98px) {
  #top #topColumn #movie {
    width: 100%;
    height: auto;
  }
}
#top #topColumn #movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  #top #topColumn #movie .youtube {
    margin-top: 0;
  }
}
#top #topColumn #movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#top #events {
  position: relative;
  margin: 4rem 0 !important;
  padding: 4rem;
  background-image: url("../images/exhibition/lead.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #top #events {
    padding: 0 0 20px;
    margin: 0 0 40px !important;
  }
}
#top #events .icon {
  position: absolute;
  left: -80px;
  top: -100px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  #top #events .icon {
    left: -50px;
    top: -30px;
  }
}
#top #events .icon img {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  #top #events .icon img {
    width: 100px;
  }
}
#top #events ul.eventsList {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #top #events ul.eventsList {
    width: 90%;
    gap: 20px;
  }
}
#top #events ul.eventsList li {
  width: 300px;
  margin: 0 15px;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  #top #events ul.eventsList li {
    margin: 0;
  }
}
#top #events ul.eventsList li a {
  display: block;
}
#top #events ul.eventsList li a:hover {
  opacity: 0.7;
}
#top #sponsor {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  #top #sponsor {
    padding: 0 0 2rem;
  }
}
#top #sponsor .sponsorBanner {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767.98px) {
  #top #sponsor .sponsorBanner {
    gap: 20px;
    flex-wrap: wrap;
  }
}
#top #sponsor .sponsorBanner li {
  width: 240px;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #top #sponsor .sponsorBanner li {
    width: 46%;
  }
}
#top #brands {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #top #brands {
    padding: 0 0 4rem;
  }
}
#top #brands ul {
  max-width: 1020px;
  margin: 10px auto 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #top #brands ul {
    width: 100%;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#top #brands ul li {
  margin: 30px 10px 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  width: 180px;
  font-size: 15px;
}
@media screen and (max-width: 767.98px) {
  #top #brands ul li {
    margin: 0;
    width: auto;
  }
}
#top #brands ul li img {
  width: 180px;
  height: 50px;
}
@media screen and (max-width: 767.98px) {
  #top #brands ul li img {
    width: 100%;
    height: auto;
  }
}
#top #brands ul.text {
  margin-top: 10px;
}
#top #brands ul.text li {
  margin: 30px 20px 0px 0px;
  padding: 0px;
  display: inline-block;
  font-size: 1.2rem;
  list-style: none;
  width: auto;
}
#top #coop {
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
}
#top #coop ul {
  width: 1020px;
  margin: 10px auto 0px;
  padding: 0px;
  text-align: center;
}
#top #coop ul li {
  margin: 0px 10px;
  padding: 0px;
  display: inline-block;
  width: 310px;
}
#top .sns {
  margin: 0px;
  padding: 70px 0px 0px;
}
#top .sns ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#top .sns ul li {
  margin: 0px 12px;
  padding: 0px;
  display: inline-block;
}

#outline #about .aboutHead {
  margin: 0 calc(50% - 50vw) !important;
}
#outline #about .sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #outline #about .sp-only {
    display: block;
  }
}
#outline #about .sp-none {
  display: block;
}
@media screen and (max-width: 767.98px) {
  #outline #about .sp-none {
    display: none;
  }
}
#outline #about .content {
  margin-top: 8rem !important;
}
@media screen and (max-width: 767.98px) {
  #outline #about .content {
    margin-top: 4rem !important;
  }
}
#outline #about .content h2 {
  font-size: 3.7rem;
}
@media screen and (max-width: 767.98px) {
  #outline #about .content h2 {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
#outline #about #aboutSlider {
  margin: 8rem calc(50% - 50vw);
}
@media screen and (max-width: 767.98px) {
  #outline #about #aboutSlider {
    margin: 2rem 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  #outline .content {
    width: 100%;
    flex-direction: column;
  }
  #outline .column-outside-right {
    margin: 0 calc(50% - 50vw);
    width: 100%;
  }
  #outline .column {
    width: 100%;
  }
}

#access {
  margin: 0px;
  padding: 0px;
}
#access #map .google-map {
  margin: 30px auto 0px;
  padding: 0px;
  width: 1000px;
  border: 1px solid #DDD;
}
@media screen and (max-width: 767.98px) {
  #access #map .google-map {
    width: 100%;
  }
  #access #map .google-map iframe {
    width: 100%;
  }
}
#access #train .train-map {
  margin: 30px auto 0px;
  padding: 0px;
  width: 1000px;
  border: 1px solid #DDD;
}
#access .train {
  margin: 30px auto 0px;
  padding: 0px;
  width: 1000px;
}
#access .train p.text {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#access .train .train-methoed {
  margin: 0px auto;
  padding: 30px 0px 0px;
  width: 800px;
}
#access .train .train-methoed ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 360px;
  text-align: left;
}
#access .train .train-methoed ul li {
  margin: 0px;
  padding: 0px;
  list-style: disc;
}
#access .train .train-methoed .train-btn {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 400px;
  text-align: right;
}
#access #admission p.text {
  margin: 0px;
  padding: 30px 0px 0px;
  text-align: center;
}
#access .time {
  border: solid 2px #0080CC;
  color: #0080CC;
}

#brand {
  background: #F9F9F9;
}
#brand .head-icon {
  margin: 4rem 0;
  width: 100%;
}
#brand .head-icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#brand .head-icon ul li {
  flex: 1;
  white-space: nowrap;
  padding: 0px;
  font-size: 1.5rem;
  vertical-align: middle;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #brand .head-icon ul li {
    width: 49%;
    font-size: 1.2rem;
  }
}
#brand .head-icon ul li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#brand .brand-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #brand .brand-list {
    grid-template-columns: 1fr;
  }
}
#brand .brand-list .brand-block {
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  background: #FFF;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  #brand .brand-list .brand-block {
    width: 100%;
  }
}
#brand .brand-list .brand-block .brand-block-head {
  padding: 20px;
  border-bottom: 1px solid #F1F5F9;
}
#brand .brand-list .brand-block .brand-head-tb2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#brand .brand-list .brand-block p.num {
  margin: 0px 10px 0px 0px;
  padding: 3px 10px;
  font-size: 1.4rem;
  background-color: #313B4E;
  color: #FFF;
  font-weight: bold;
  position: relative;
}
#brand .brand-list .brand-block p.num:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  width: 0;
  height: 0;
}
#brand .brand-list .brand-block h3 {
  margin: 0px;
  font-size: 1.8rem;
  font-weight: bold;
}
#brand .brand-list .brand-block .contact {
  margin: 10px 0;
  font-size: 1.3rem;
  word-wrap: break-word;
  position: relative;
}
#brand .brand-list .brand-block .contact:before {
  font-size: 1.1rem;
  padding: 2px 5px;
  margin-right: 10px;
  content: "お問い合わせ先";
  border: solid 1px #313B4E;
}
#brand .brand-list .brand-block .brand-head-tb {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#brand .brand-list .brand-block .brand-head-tb .category {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767.98px) {
  #brand .brand-list .brand-block .brand-head-tb .category {
    display: flex;
    max-width: 100%;
  }
}
#brand .brand-list .brand-block .brand-head-tb .category ul {
  display: flex;
  gap: 5px;
}
#brand .brand-list .brand-block .brand-head-tb .category ul li {
  width: 24px;
  height: 24px;
  display: block;
}
#brand .brand-list .brand-block .brand-head-tb .category ul li .n {
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
}
#brand .brand-list .brand-block .brand-head-tb .trial {
  display: block;
}
@media screen and (max-width: 767.98px) {
  #brand .brand-list .brand-block .brand-head-tb .trial {
    margin-top: 5px;
  }
}
#brand .brand-list .brand-block .brand-head-tb .trial .cbtn {
  padding: 10px 20px;
}
#brand .brand-list .brand-block .brand-head-tb .trial a.cbtn {
  margin: 0px;
  padding: 12px 25px;
  list-style: none;
  background: #38a1db;
  text-align: center;
  width: auto;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
#brand .brand-list .brand-block .brand-head-tb .trial a.cbtn:hover {
  opacity: 0.7;
}
#brand .brand-list .brand-block .brand-head-tb .trial a.cbtn svg {
  margin-left: 10px;
  font-weight: normal;
}
#brand .brand-list .brand-block .brand-head-tb .trial p.trial-text {
  margin: 0px;
  padding: 2px 8px;
  font-size: 1.3rem;
  border: 1px solid #33a1db;
  color: #33a1db;
  text-align: center;
}
#brand .brand-list .brand-block .comment {
  margin-bottom: auto;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  flex-grow: 1;
}
#brand .brand-list .brand-block .logo {
  height: 90px;
  margin-top: auto;
  padding: 20px;
  border-top: 1px solid #F1F5F9;
}
#brand .brand-list .brand-block .logo ul {
  width: 100%;
  display: flex;
  gap: 10px;
}
#brand .brand-list .brand-block .logo ul li {
  max-height: 50px;
}
#brand .none {
  margin: 0px;
  padding: 60px 0px;
  text-align: center;
}
#brand .reserveList {
  margin-top: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  #brand .reserveList {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
#brand .reserveList .table-A table th,
#brand .reserveList .table-A table td {
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  #brand .reserveList .table-A table th,
  #brand .reserveList .table-A table td {
    display: block;
    width: 100%;
    padding: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  #brand .reserveList .table-A table thead {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  #brand .reserveList .table-A table tr:nth-child(even) td {
    background-color: #fff;
  }
}
#brand .reserveList .table-A table td {
  border-left: solid 1px #dde2e8 !important;
}
@media screen and (max-width: 767.98px) {
  #brand .reserveList .table-A table td {
    border-right: solid 1px #dde2e8 !important;
  }
}
@media screen and (max-width: 767.98px) {
  #brand .reserveList .table-A table th {
    border-left: solid 1px #dde2e8 !important;
    border-right: solid 1px #dde2e8 !important;
  }
}
#brand .reserveList .table-A table .btn {
  width: 100%;
  min-width: 110px !important;
  text-align: center;
  font-weight: bold;
  display: block;
  background-color: #38a1db;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.7rem 1.5rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
#brand .reserveList .table-A table .btn > i {
  margin-right: 0.5rem;
}
#brand .reserveList .table-A table .btn.btn-mail {
  background-color: #01B074;
}

#contact .lead p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1.8rem;
}
#contact .tel {
  margin: 30px auto 0px;
  padding: 20px;
  width: 700px;
  box-sizing: border-box;
  background: #efefef;
}

#event {
  background: #F9F9F9;
}
#event .eventList {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 80px;
  align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  #event .eventList {
    margin-bottom: 20px;
    gap: 0;
  }
}
#event .eventList .block {
  height: auto;
  width: 32%;
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  color: #313B4E;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  #event .eventList .block {
    width: 100%;
    margin-bottom: 10px;
  }
}
#event .eventList .block .a-wrap {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  height: 100%;
  transition: 0.3s;
  color: #313B4E;
}
#event .eventList .block .a-wrap:hover {
  box-shadow: 0px 4px 20px rgba(96, 132, 159, 0.3);
}
#event .eventList .block .a-wrap.nolink {
  transition: none;
  pointer-events: none;
  cursor: pointer;
}
#event .eventList .block .a-wrap.nolink:hover {
  box-shadow: none;
  opacity: 1;
}
#event .eventList .block .thumb {
  margin: 0 0 20px;
}
#event .eventList .block .thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
#event .eventList .block .sub {
  border-bottom: none;
  padding: 0;
  font-size: 70%;
  font-style: oblique;
}
#event .eventList .txtArea {
  padding: 0 3rem 5rem;
}
@media screen and (max-width: 767.98px) {
  #event .eventList .txtArea {
    padding: 0 1.5rem 2.5rem;
  }
}
#event .eventList .txtArea p {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  #event .eventList .txtArea p {
    font-size: 1.2rem;
  }
}
#event .eventList .btn {
  width: 80%;
  margin: auto auto 4rem;
  text-align: center;
}
#event .eventList .btn span {
  width: 100%;
  color: #fff;
  background: #222;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  border-radius: 4px;
  white-space: nowrap;
  display: block;
}
#event .txtArea p {
  margin-bottom: 0 !important;
}
#event .txtArea.pt0 {
  padding-top: 10px !important;
}
#event .column-1 .thumb {
  float: left;
}
#event .column-1 .txtArea {
  float: left;
  width: 540px;
  margin-left: 30px;
}
#event .column-1 .txtArea .al-center {
  text-align: center;
  margin: 30px 0 0;
}
#event .beginnerIco {
  width: 25px;
  height: 35px;
}
@media screen and (max-width: 767.98px) {
  #event .div-2col {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767.98px) {
  .timeschedule .table-A tbody td:first-child {
    white-space: nowrap;
  }
}

#family_bike #wieler {
  margin-bottom: 8rem;
}
#family_bike #wieler .guest .div-2col {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #family_bike #wieler .guest .div-2col {
    flex-direction: column;
  }
}
#family_bike #wieler .guest .div-2col .block {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767.98px) {
  #family_bike #wieler .guest .div-2col .block {
    width: 100%;
  }
}
#family_bike #wieler .guest .name {
  color: #222;
  font-size: 1.6rem !important;
  margin-bottom: 1em;
  font-weight: bold;
}
#family_bike #wieler .guest .profile {
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #family_bike #wieler .guest .profile {
    text-align: center;
  }
}
#family_bike #wieler .guest table.layoutTable {
  padding: 0 !important;
}
#family_bike #wieler .guest table.layoutTable td {
  padding: 0 1em 0 0 !important;
  font-size: 1.4rem !important;
  text-align: left !important;
}
#family_bike .anchorWrap {
  margin-top: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  #family_bike .anchorWrap {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
#family_bike #kidsbike .heading h2 {
  margin-bottom: 0;
}
#family_bike #kidsbike .powered {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  color: #0082C9;
  margin-bottom: 3rem;
}
#family_bike #kidsbike .powered img {
  height: 30px;
  width: auto;
  margin-left: 0.5em;
}
#family_bike #kidsbike .kidsbikeWrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  #family_bike #kidsbike .kidsbikeWrap .photo {
    display: none;
  }
}
#family_bike .official_link {
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  font-size: 1.5rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #family_bike .official_link {
    max-width: 100%;
    flex-direction: column;
  }
}
#family_bike .official_link h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.4rem 2rem;
  border-right: 1px solid #d8e3eb;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background: #F6F8FA;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 767.98px) {
  #family_bike .official_link h3 {
    width: 100%;
    border-right: none;
    border-radius: 8px 8px 0 0;
  }
}
#family_bike .official_link h3 i {
  color: #0080CC;
  padding-right: 0.5rem;
  margin-right: 0;
}
#family_bike .official_link p {
  font-size: 1.4rem !important;
  padding: 0 2rem;
  margin-bottom: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #family_bike .official_link p {
    width: 100%;
    padding: 1.4rem 2rem;
  }
}

.kind-block .block {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .kind-block .block {
    flex-direction: column;
  }
}
.kind-block .block .thumb {
  min-width: 320px;
  padding: 15px;
  border: solid 1px #eee;
  margin-right: 15px;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .kind-block .block .thumb {
    max-width: 100%;
  }
}
.kind-block .block .thumb img {
  width: 310px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .kind-block .block .thumb img {
    width: 100%;
  }
}
.kind-block .block .data {
  flex: 1;
}
.kind-block .block .data h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 3px #0082C9;
  padding: 5px 0 5px 15px;
}

@media screen and (max-width: 767.98px) {
  #sports_bike .scheduleTable {
    display: none;
  }
}
#sports_bike .scheduleTable table {
  width: 100%;
  border-right: solid 1px #ddd;
  border-collapse: collapse;
}
#sports_bike .scheduleTable table thead th {
  padding: 14px 20px;
  background: #0082C9;
  color: #fff;
  text-align: center;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#sports_bike .scheduleTable table thead th.bnone {
  background: #fff;
  border: none;
}
#sports_bike .scheduleTable table tbody th {
  padding: 14px 20px;
  background: #f7f7f7;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
#sports_bike .scheduleTable table tbody td {
  padding: 14px 20px;
  border-left: dotted 1px #ddd;
  border-bottom: solid 1px #ddd;
  line-height: 1.6 !important;
  font-size: 1.3rem;
}
#sports_bike .scheduleTable table tbody td a {
  font-weight: bold;
  font-size: 1.5rem;
}
#sports_bike .scheduleTable table tbody .time {
  width: 130px;
  vertical-align: middle;
}
#sports_bike .scheduleTable table tbody .time span.online {
  display: inline-block;
  background: #10b136;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
#sports_bike .scheduleTable table .day {
  width: 430px;
}
#sports_bike .sessionArea {
  background: #F9F9F9;
  padding: 2rem 0;
  margin: 6rem calc(50% - 50vw) !important;
}
#sports_bike .session {
  max-width: 1180px;
  margin: -4rem auto 4rem !important;
  padding-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  #sports_bike .session {
    width: 90%;
    margin: 0 auto 2rem !important;
  }
}
#sports_bike .eventBox {
  position: relative;
  border: none !important;
  box-shadow: 0px 4px 20px rgba(96, 132, 159, 0.3);
  border-radius: 8px;
  background: #fff;
}
#sports_bike .eventBox .datetime {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  background: #0082C9;
  padding: 10px 30px;
  text-align: center;
  width: 100%;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0 !important;
}
#sports_bike .eventBox h3 {
  padding: 30px;
  font-size: 2.3rem;
  font-weight: bold;
  border-bottom: 1px solid #d8e3eb;
  background: #F8FAFC;
}
@media screen and (max-width: 767.98px) {
  #sports_bike .eventBox h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 20px;
  }
}
#sports_bike .eventBox h3 span.online {
  display: inline-block;
  background: #10b136;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
}
#sports_bike .eventBox .eventBoxContent > p {
  padding: 30px;
  margin-bottom: 0 !important;
}
#sports_bike .profile {
  border-top: 1px solid #d8e3eb;
  padding: 30px;
  border-radius: 0 0 8px 8px;
}
#sports_bike .profile.border-none {
  border-top: none;
}
#sports_bike .profile .name span {
  font-weight: normal;
  font-size: 1.5rem;
}
#sports_bike .profile .profTxt p.mb30 {
  margin-bottom: 30px !important;
}
#sports_bike .profile .profTxt .div-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 0 !important;
}
#sports_bike .profile .profTxt .nameCol {
  text-align: left;
  margin-right: 30px;
}
#sports_bike .profile .div-3col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sports_bike .profile .div-3col .block {
  width: 32%;
}
#sports_bike .profile .div-3col .block .profThumb {
  width: 100%;
  margin: 0 0 20px;
}
#sports_bike .profile .div-3col .block .profThumb img {
  width: 100%;
  height: auto;
}
#sports_bike #mc {
  margin-top: 6rem !important;
}
#sports_bike #mc .profile {
  border-radius: 8px;
}
#sports_bike .profile .profTxt .col h5,
#sports_bike .profile .profTxt .col p {
  clear: both;
}
#sports_bike .photoList {
  width: 90%;
  margin: 0 auto 30px;
}
#sports_bike .photoList ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#sports_bike .photoList li {
  padding: 0 10px;
}
#sports_bike .photoList li img {
  max-height: 400px;
}
#sports_bike .powered {
  font-size: 12px;
  vertical-align: middle;
  position: relative;
}
#sports_bike .powered a {
  margin-left: 8px;
}
#sports_bike .powered a:hover {
  opacity: 0.8;
}
#sports_bike .powered img {
  position: absolute;
  top: -10px;
}
#sports_bike .session11-logo {
  width: 50% !important;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  #sports_bike .session11-logo {
    width: 100%;
  }
}

/* Gravel Bike Park
========================================== */
#gravel_bike_park {
  /* Gravel Bike Talk
  ------------------------------------------ */
}
#gravel_bike_park .heading h2 {
  margin-bottom: 0 !important;
}
#gravel_bike_park #contents .sp-none {
  display: block;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park #contents .sp-none {
    display: none;
  }
}
#gravel_bike_park #contents .sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park #contents .sp-only {
    display: block;
  }
}
#gravel_bike_park .session {
  background: #F9F9F9;
  margin: 0 calc(50% - 50vw) !important;
  padding: 6rem 0 0;
}
#gravel_bike_park .session .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 8rem 8rem;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .session .inner {
    width: 90%;
    padding: 0;
  }
}
#gravel_bike_park .session .info {
  padding: 1em 0 0;
}
#gravel_bike_park .session .info p {
  line-height: 1.6;
}
#gravel_bike_park .session .note {
  font-size: 1.3rem;
}
#gravel_bike_park .session .sessionWrap {
  margin-bottom: 6rem;
}
#gravel_bike_park .session .title {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 2rem;
}
#gravel_bike_park .session .title .icon {
  max-width: 150px;
  margin: 0 auto 2rem;
}
#gravel_bike_park .session .title .presents {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
#gravel_bike_park .session .title .presents img {
  height: 30px;
  width: auto;
}
#gravel_bike_park .session .title .presents a {
  margin: 0 0.7rem;
}
#gravel_bike_park .session .title h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .session .title h2 {
    font-size: 2rem;
  }
}
#gravel_bike_park .session .desc {
  text-align: center;
  font-size: 1.5rem;
}
#gravel_bike_park .timeschedule {
  margin-bottom: 3rem;
}
#gravel_bike_park .timeschedule table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}
#gravel_bike_park .timeschedule table th,
#gravel_bike_park .timeschedule table td {
  border: solid 1px #eee;
  font-size: 1.4rem;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .timeschedule table th,
  #gravel_bike_park .timeschedule table td {
    width: 100%;
  }
}
#gravel_bike_park .timeschedule table thead th {
  background: #0082C9;
  color: #fff;
}
#gravel_bike_park .timeschedule table thead th:first-child {
  background: #F9F9F9;
  width: 150px;
  border-left: none;
  border-top: none;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .timeschedule table thead th:first-child {
    width: 5em;
  }
}
#gravel_bike_park .timeschedule table tbody th {
  background: #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .timeschedule table tbody th {
    width: 100%;
  }
}
#gravel_bike_park .timeschedule table tbody td span {
  display: block;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  color: rgba(34, 34, 34, 0.6);
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .timeschedule table tbody td span {
    font-size: 1.2rem;
  }
}
#gravel_bike_park .timeschedule table .b-bold {
  border: solid 3px #eee;
}
#gravel_bike_park .profileArea {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .profileArea {
    display: block;
  }
}
#gravel_bike_park .profile {
  background: #fff !important;
  display: flex;
  gap: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.07);
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .profile {
    gap: 0;
    margin-bottom: 2rem;
  }
}
#gravel_bike_park .profile .profThumb {
  width: 220px;
  aspect-ratio: 1/1;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .profile .profThumb {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 4/3;
  }
}
#gravel_bike_park .profile .profThumb img {
  width: 220px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .profile .profThumb img {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
#gravel_bike_park .profile .profTxt {
  padding: 2rem 2rem 2rem 0;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .profile .profTxt {
    padding: 2rem;
  }
}
#gravel_bike_park .profile .profTxt h4 {
  color: #222;
  line-height: 1.3;
}
#gravel_bike_park .profile .profTxt h4 span {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  margin-top: 0.7rem;
  color: rgba(34, 34, 34, 0.6);
}
#gravel_bike_park .profile .profTxt p {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .div-2col {
    display: flex;
    flex-direction: column-reverse;
  }
}
#gravel_bike_park .div-2col .block {
  font-size: 1.5rem;
}
#gravel_bike_park .div-2col .image img {
  object-fit: cover;
}
#gravel_bike_park #session02 .profTxt {
  padding: 2rem;
}
#gravel_bike_park .giro {
  background: #262626;
  margin: 0 calc(50% - 50vw) !important;
  padding: 6rem 0;
  color: #fff;
}
#gravel_bike_park .giro .inner {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767.98px) {
  #gravel_bike_park .giro .inner {
    flex-direction: column;
  }
}
#gravel_bike_park .giro .inner .title {
  width: 220px;
  margin: 0 auto;
}
#gravel_bike_park .giro .inner h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

#brand.cblock {
  background: none;
}

/* e_bike
========================================== */
#e_bike .none {
  margin: 0px;
  padding: 60px 0px;
  text-align: center;
}
#e_bike .s-e-bike {
  max-width: 1280px;
  padding: 2rem;
  margin: 4rem auto;
  border: 3px solid #eee;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  #e_bike .s-e-bike {
    width: 90%;
  }
}
#e_bike .s-e-bike .title {
  margin: 0 0 2rem;
  font-size: 2.2rem;
  line-height: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #e_bike .s-e-bike .title {
    flex-direction: column;
    gap: 20px;
  }
}
#e_bike .s-e-bike .title h3 {
  font-size: 2rem;
  line-height: 1.2;
}
#e_bike .s-e-bike .title h3 span {
  font-size: 1.4rem;
  font-weight: bold;
}
#e_bike .s-e-bike .title h3 strong {
  font-weight: bold;
  background: #E9F200;
}
#e_bike .s-e-bike .title .bikeBtn a {
  border-radius: 50em;
  padding: 10px 30px 10px 20px;
  color: #000;
  background: #E9F200;
  display: block;
  margin: 0px;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
#e_bike .s-e-bike .title .bikeBtn a:after {
  content: "";
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#e_bike .s-e-bike ul {
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 767.98px) {
  #e_bike .s-e-bike ul {
    flex-wrap: wrap;
  }
}
#e_bike .s-e-bike ul li {
  padding: 0px;
}
@media screen and (max-width: 767.98px) {
  #e_bike .s-e-bike ul li {
    width: 48%;
  }
}
#e_bike .s-e-bike ul li img {
  border: 3px solid #eee;
}

#faq #list {
  margin: 0px;
  padding: 20px 0px 0px;
}
#faq #list dl {
  margin: 0 auto 30px;
  padding: 30px 0 0;
  border-top: solid 1px #F1F5F9;
}
@media screen and (max-width: 767.98px) {
  #faq #list dl {
    margin-top: 0;
  }
}
#faq #list dl:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#faq #list dl dt {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #faq #list dl dt {
    font-size: 1.4rem;
  }
}
#faq #list dl dt span {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fff;
  border-radius: 50em;
  background: #000;
  line-height: 28px;
  width: 28px;
  margin-right: 10px;
  text-align: center;
}
#faq #list dl dd {
  position: relative;
  line-height: 1.8;
  padding-left: 40px;
  margin-top: 14px;
}
@media screen and (max-width: 767.98px) {
  #faq #list dl dd {
    font-size: 1.3rem;
  }
}
#faq #list dl dd span {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 50em;
  background: #0080cc;
  line-height: 28px;
  width: 28px;
  text-align: center;
}
#faq #list dl dd .nt {
  margin: 0px;
  padding: 0px;
}
#faq #list dl dd .nt p {
  margin: 0px;
  padding: 10px 0px 0px;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#faq #list dl dd .nt2 {
  margin: 0px;
  padding: 10px 0px 0px;
  font-size: 1.3rem;
  line-height: 1.5;
}

#press .press-release {
  margin: 0px;
  padding: 30px 0px 0px;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}
#press .div-4col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
#press .div-4col .block {
  width: 24%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767.98px) {
  #press .div-4col .block {
    width: 100%;
  }
}
#press .div-4col .block .photo {
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
#press .div-4col .block .file-info {
  text-align: center;
}
#press .div-4col .block .file-info .title {
  font-weight: bold;
  text-align: center;
  color: #313B4E;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#press .div-4col .block .file-info > p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #888;
}
#press .div-4col .block .al-center {
  margin-top: 2rem;
}
#press .div-4col .block .btn-B {
  margin-top: auto;
  min-width: 80% !important;
}

#shop {
  margin: 0px;
  padding: 0px;
}
#shop .text {
  margin: 0px;
  padding: 20px 0px 0px;
}
#shop .text p {
  margin: 0px;
  padding: 20px 0px 0px;
}
#shop .shop-frame {
  margin: 20px 0 0px;
  padding: 20px;
  border: 1px solid #DDD;
}
#shop .shop-frame ul li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: disc;
}
#shop strong {
  color: #DC0007;
}
#shop .st {
  color: #FFF;
  font-weight: bold;
  background: #DC0007;
  padding: 5px 10px;
}
#shop .st strong {
  color: #FFF;
}
#shop .perioed {
  margin: 30px 0px;
  padding: 30px;
  font-weight: bold;
  background: #F6F6F6;
  text-align: center;
  font-size: 2rem;
  border: 2px solid #DDD;
}
#shop h4 {
  margin: 0px;
  padding: 50px 0px 0px;
}
#shop .shop-jz {
  margin: 20px 0px 0px;
  padding: 0px;
}
#shop .shop-jz ol li {
  margin: 0px 0px 0px 30px;
  padding: 0px;
  list-style: decimal;
  line-height: 1.5;
  font-size: 1.5rem;
}
#shop .shop-jz p {
  margin: 0px;
  padding: 20px 0px 0px;
}
#shop .shop-contact {
  margin: 20px 0px 0px;
  padding: 20px;
  border: 1px solid #DDD;
}
#shop .shop-contact p.c1 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
#shop .shop-contact p.c2 {
  margin: 0px;
  padding: 0px;
}
#shop .shop-list {
  margin: 20px 0px 0px;
  padding: 0px;
}
#shop .shop-list ul li {
  margin: 0px 0px 0px 30px;
  padding: 0px;
  list-style: disc;
}
#shop .shop-list p {
  margin: 0px;
  padding: 20px 0px 0px;
}

#ticket #onlineImage {
  margin: 0 calc(50% - 50vw) !important;
  padding: 5rem 0;
  background-image: url("../images/ticket/ticket_img_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767.98px) {
  #ticket #onlineImage {
    padding: 2rem 0;
  }
}
#ticket #lineTicket .ticketWrap h3 {
  background: #06C755;
}
#ticket #lineTicket .ticketWrap h3:before {
  border-top: 10px solid #06C755;
}
#ticket #lineTicket .ticketWrap .price {
  color: #06C755;
}
#ticket #lineTicket .note {
  color: #06C755 !important;
}
#ticket #lineTicket .heading-B h3 {
  border-bottom: solid 2px #06C755 !important;
}
#ticket #lineTicket .btn-A {
  background: #06C755;
}
#ticket #lineTicket .ticket1 {
  background: #38a1db;
  padding: 10px 25px;
  color: #FFF;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #ticket #lineTicket .ticket1 {
    padding: 5px 15px;
    font-size: 1.8rem;
  }
}
#ticket #lineTicket .ticket1 span {
  font-size: 0.8rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}
#ticket #lineTicket .ticket2 {
  background: #9bcb55;
  margin-left: 10px;
  padding: 10px 25px;
  color: #FFF;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #ticket #lineTicket .ticket2 {
    font-size: 1.8rem;
    padding: 5px 15px;
  }
}
#ticket #onlineTicket {
  margin-top: 2rem;
}
#ticket #onlineTicket .onlineTicketHead {
  margin: 1rem 0 2rem;
}
#ticket #onlineTicket .onlineTicketHead .onlineTicket {
  font-size: 3rem !important;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 !important;
  color: #0080CC;
}
@media screen and (max-width: 767.98px) {
  #ticket #onlineTicket .onlineTicketHead .onlineTicket {
    font-size: 2.4rem !important;
  }
}
#ticket #onlineTicket .onlineTicketHead .onlineTicket02 {
  margin: 0;
}
#ticket #onlineTicket .onlineTicketHead .onlineTicket02 .ticket1 {
  background: #38a1db;
  padding: 10px 25px;
  color: #FFF;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #ticket #onlineTicket .onlineTicketHead .onlineTicket02 .ticket1 {
    padding: 5px 15px;
    font-size: 1.8rem;
  }
}
#ticket #onlineTicket .onlineTicketHead .onlineTicket02 .ticket1 span {
  font-size: 0.8rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}
#ticket #onlineTicket .onlineTicketHead .onlineTicket02 .ticket2 {
  background: #9bcb55;
  margin-left: 10px;
  padding: 10px 25px;
  color: #FFF;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #ticket #onlineTicket .onlineTicketHead .onlineTicket02 .ticket2 {
    font-size: 1.8rem;
    padding: 5px 15px;
  }
}
#ticket .ticketWrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 20px rgba(96, 132, 159, 0.3);
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketWrap {
    width: 100%;
    flex-direction: column;
  }
}
#ticket .ticketWrap .ticketBlock {
  flex: 1;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border-right: 1px solid #dcecf2;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketWrap .ticketBlock {
    border-right: none;
    border-radius: 0;
    margin-top: 10px;
    box-shadow: none;
  }
}
#ticket .ticketWrap .ticketBlock:last-child {
  border-right: none;
}
#ticket .ticketWrap .ticketBlock h3 {
  color: #fff;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  max-width: 100%;
  background: #0081cc;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketWrap .ticketBlock h3 {
    border-radius: 0;
  }
}
#ticket .ticketWrap .ticketBlock h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #0081cc;
}
#ticket .ticketWrap .ticketBlock .price {
  padding: 2rem 0;
  color: #0081cc;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketWrap .ticketBlock .price {
    padding: 0;
  }
}
#ticket .ticketWrap .ticketBlock .price p {
  margin: 0 !important;
}
#ticket .ticketWrap .ticketBlock .price span {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
}
#ticket .ticketWrap .ticketBlock .note {
  padding: 2rem;
  margin: 0 !important;
  color: #0081cc;
  text-align: center;
  font-size: 1.2rem !important;
  border-top: solid 1px #F1F5F9;
}
#ticket .ticketKeepleft {
  background: #fafafa;
  border-top: solid 1px #F1F5F9;
  width: 1000px;
  margin: 0 auto;
  padding: 1.5rem;
  box-shadow: 0px 4px 20px rgba(96, 132, 159, 0.3);
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketKeepleft {
    width: 90%;
    margin-top: 2rem;
    box-shadow: none;
  }
}
#ticket .ticketKeepleft p {
  text-align: center;
  color: #0081cc;
  margin-bottom: 0;
}
#ticket .ticketKeepleft p span {
  font-size: 1.2rem !important;
}
#ticket .ticketWrap2 .ticketBlock {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketWrap2 .ticketBlock {
    border-radius: 0;
    margin-top: 0 !important;
  }
}
#ticket .ticketBottom {
  width: 1000px;
  margin: 2rem auto 0;
  background: #fff;
  display: flex;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(96, 132, 159, 0.4);
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketBottom {
    width: 90%;
    flex-direction: column;
    border-radius: 0;
  }
}
#ticket .ticketBottom h4 {
  color: #fff !important;
  position: relative;
  background: #0081cc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketBottom h4 {
    border-radius: 0;
    padding: 2rem !important;
    border-radius: 0;
  }
}
#ticket .ticketBottom h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 10px solid transparent;
  border-left: 10px solid #0081cc;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketBottom h4:before {
    display: none;
  }
}
#ticket .ticketBottom .ticketBottomTxt {
  margin-left: 4rem;
  padding: 3rem;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketBottom .ticketBottomTxt {
    margin-left: 0;
    padding: 2rem;
  }
}
#ticket .ticketBottom dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketBottom dl {
    flex-direction: column;
    font-size: 1.3rem;
  }
}
#ticket .ticketBottom dl:last-child {
  margin-bottom: 0 !important;
}
#ticket .ticketBottom dl dt {
  width: 8em;
  color: #0081cc;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketBottom dl dt {
    width: 100%;
  }
}
#ticket .ticketBottom dl dd {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketBottom dl dd {
    margin-top: 1rem;
  }
}
#ticket .ticket-contact {
  margin: 30px 0px 0px;
  padding: 30px;
  border-radius: 3px;
  background: #fff;
  line-height: 1.8rem;
}
#ticket .ticket-contact p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticket-contact p {
    font-size: 1.2rem !important;
  }
}
#ticket .ticket-contact p span {
  font-weight: bold;
  margin: 0 0 10px;
}
#ticket .convini {
  color: #C51015;
  margin: 10px 0px;
  padding: 10px 20px;
  border: 2px solid #C51015;
  text-indent: 0 !important;
}
@media screen and (max-width: 767.98px) {
  #ticket .convini p {
    font-size: 1.2rem !important;
  }
}
#ticket .convini h5 {
  margin-bottom: 0.5rem;
  font-size: 110%;
}
#ticket .end {
  background: #fafafa;
  color: #A0A7B4;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 767.98px) {
  #ticket .ticketKeepleft2 {
    width: 100%;
    margin: 2rem auto;
  }
}

#visit .coronaWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#visit .coronaWrap .block {
  width: 47%;
  margin: 1%;
  display: flex;
  justify-content: space-between;
}
#visit .coronaWrap .block .image {
  width: 25%;
  margin-bottom: 1rem;
}
#visit .coronaWrap .block .image img {
  width: 100%;
  height: auto;
}
#visit .coronaWrap .block .txt {
  width: 70%;
}
#visit .coronaWrap .block h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#visit .coronaWrap .block.corona01 h3 {
  color: #0068b7;
}
#visit .coronaWrap .block.corona02 h3 {
  color: #14a83b;
}
#visit .coronaWrap .block.corona03 h3 {
  color: #e84091;
}
#visit .coronaWrap .block.corona04 h3 {
  color: #f08200;
}
#visit .coronaWrap .block.corona05 h3 {
  color: #5f52a0;
}
#visit .coronaWrap .block.corona06 h3 {
  color: #0081CC;
}
#visit .coronaWrap .block p {
  font-size: 1.3rem !important;
}
#visit .red-border {
  color: #fff;
  background: #ff0000;
  text-align: center;
  padding: 1rem;
}
#visit .red-border p {
  margin-bottom: 0 !important;
}
#visit #faq dl {
  margin: 30px auto 0px;
  padding: 0px;
}
#visit #faq dl dt {
  text-align: left;
  margin: 0px;
  padding: 20px 20px 0px 50px;
  position: relative;
  font-weight: bold;
}
#visit #faq dl dt span {
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  border-radius: 12px;
  background: #0080cc;
  line-height: 24px;
  width: 24px;
  text-align: center;
  font-size: 1.5rem;
}
#visit #faq dl dd {
  text-align: left;
  margin: 0px;
  padding: 20px 20px 20px 50px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
}
#visit #faq dl dd span {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 20px;
  color: #fff;
  border-radius: 12px;
  background: #0080cc;
  line-height: 24px;
  width: 24px;
  text-align: center;
}

#news #newsBody {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #news #newsBody {
    flex-direction: column;
  }
}
#news #news-list {
  margin: 50px 0 0;
  padding: 0px;
}
#news #news-list #news-contents h4 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: #000;
}
#news #news-list #news-contents p.paginate {
  text-align: center;
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 0.9rem;
}
#news #news-list #news-contents p.none {
  margin: 0px;
  padding: 40px 0px;
  text-align: center;
}
#news #news-list #news-contents .paginate-top p.paginate {
  padding: 0px 0px 10px;
}
#news #news-list #news-contents .news-list-b {
  margin: 0px 0px 15px;
  padding: 15px 10px;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #news #news-list #news-contents .news-list-b {
    padding: 10px 0;
  }
}
#news #news-list #news-contents .news-list-b p.date {
  margin: 0px;
  padding: 0px 0px 0px 20px;
  white-space: nowrap;
  line-height: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  #news #news-list #news-contents .news-list-b p.date {
    padding: 0;
  }
}
#news #news-list #news-contents .news-list-b p.category {
  margin: 0px;
  padding: 0px 0px 5px 20px;
  white-space: nowrap;
  line-height: 1.4rem;
}
#news #news-list #news-contents .news-list-b p.title {
  margin: 0 0 5px 20px;
  line-height: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  #news #news-list #news-contents .news-list-b p.title {
    margin: 5px 0 5px 0;
  }
}
#news #news-list #news-contents .news-list-left {
  margin: 0px;
  padding: 0px;
  display: flex;
  position: relative;
  line-height: 1.4rem;
}
#news #news-list #news-contents .news-list-left i {
  position: absolute;
  left: 0px;
  top: 5px;
}
#news #news-contents {
  margin: 0px;
  padding: 0px;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  #news #news-contents {
    float: none;
    width: 100%;
  }
}
#news #news-navi {
  margin: 0px;
  padding: 0px;
  width: 230px;
}
@media screen and (max-width: 767.98px) {
  #news #news-navi {
    width: 100%;
  }
}
#news #news-navi .news-side-b {
  background: #FFF;
  margin: 30px 0px 0px;
  padding: 0px;
  border-top: 1px solid rgba(102, 108, 113, 0.2);
  border-right: 1px solid rgba(102, 108, 113, 0.2);
  border-left: 1px solid rgba(102, 108, 113, 0.2);
}
#news #news-navi .news-side-b.top {
  margin-top: 0px;
}
#news #news-navi .news-side-b h3 {
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #FFFFFF;
  background: rgb(0, 128, 204);
}
#news #news-navi .news-side-top {
  margin-top: 0px;
}
#news #news-navi .news-side-list {
  margin: 0px;
  padding: 0px;
}
#news #news-navi .news-side-list ul li {
  margin: 0px;
  padding: 20px;
  list-style: none;
  border-bottom: 1px solid rgba(102, 108, 113, 0.2);
  line-height: 1.6;
  font-size: 1.4rem;
}
#news #news-navi .cal-navi {
  padding: 10px 2px;
}
#news #news-navi .cal-navi ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: table;
}
#news #news-navi .cal-navi ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
#news #news-navi .cal-navi ul li.back {
  width: 24px;
  padding-left: 10px;
  font-size: 1.2rem;
  display: table-cell;
}
#news #news-navi .cal-navi ul li.now {
  text-align: center;
  padding: 0px;
  font-size: 0.9rem;
  vertical-align: middle;
}
#news #news-navi .cal-navi ul li.next {
  width: 24px;
  padding-right: 10px;
  font-size: 1.2rem;
  text-align: right;
  display: table-cell;
}
#news #news-navi .cal-area {
  margin: 0px;
  padding: 2px 0px 10px;
  border-bottom: 1px solid #bfe6f7;
}
#news #news-navi .cal-area table {
  width: 100%;
  font-size: 0.8rem;
}
#news #news-navi .cal-area table th {
  background: #f2f2f2;
  text-align: center;
  margin: 0px;
  padding: 4px 0px;
  border: 1px solid #FFF;
}
#news #news-navi .cal-area table td {
  text-align: center;
  margin: 0px;
  padding: 4px 0px;
}
#news #news-navi .cal-area table td a {
  font-weight: bold;
}
#news #news-navi .cal-area table .sun {
  color: #bc1919;
}
#news #news-navi .cal-area table .sat {
  color: #4585c7;
}
#news #news-detail {
  margin: 0px auto;
  padding: 50px 0px 0px;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767.98px) {
  #news #news-detail {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
  }
}
#news #news-detail #news-contents h3 {
  margin: 0px;
  padding: 0px 0px 12px;
  font-size: 2.3rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #39A2DC;
  text-align: left;
  background: none;
}
#news #news-detail .news-d-header {
  margin: 0px;
  padding: 0px 0px 10px;
}
#news #news-detail .news-d-header p.date {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 0.9rem;
}
#news #news-detail .news-d-header p.category {
  margin: 0px;
  padding: 0px;
  float: left;
}
#news #news-detail .news-d-body {
  margin: 20px 0px 0px;
  padding: 0px;
  line-height: 160%;
}
#news #news-detail .news-d-body p {
  padding: 20px 0px 0px;
  line-height: 160%;
}
#news #news-detail .news-d-body table {
  border-collapse: collapse;
  margin: 20px auto 0px;
}
#news #news-detail .news-d-body table td {
  padding: 5px;
}
#news #news-detail .news-d-prev {
  margin: 0px;
  padding: 50px 0px 0px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #news #news-detail .news-d-prev {
    padding: 0;
    margin: 40px 0;
  }
}
#news #news-detail .news-d-prev a {
  color: #fff;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  background-color: #262626;
}

#breadcrumb-nav {
  text-align: right;
  margin: 0px;
  padding: 10px 30px 0px;
}
@media screen and (max-width: 767.98px) {
  #breadcrumb-nav {
    display: none;
  }
}
#breadcrumb-nav ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#breadcrumb-nav ol li {
  display: inline-block;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
#breadcrumb-nav ol li a {
  color: #333;
  text-decoration: none;
}
#breadcrumb-nav ol li i {
  margin: 0 5px 0 10px;
  font-size: 14px;
}

#news #news-navi .cal-navi ul li.back a,
#news #news-navi .cal-navi ul li.next a {
  color: rgb(0, 128, 204);
}

#trial #aboutTrial {
  background-image: url(../../images/2022_ride/trial/img_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 100%;
}
#trial #aboutTrial #aboutTrialInner {
  width: 1100px;
  min-height: 450px;
  margin: 0 auto;
  position: relative;
}
#trial #aboutTrial #aboutTrialInner #aboutTrialTxt {
  width: 620px;
  background: #fff;
  padding: 45px 45px 0;
  position: absolute;
  top: 250px;
  right: 0;
}
#trial #aboutTrial #aboutTrialInner #aboutTrialTxt .btn-A {
  text-align: right;
}
#trial #notes .sec {
  padding: 40px 0px 0px;
  margin: 0px;
}
@media screen and (max-width: 767.98px) {
  #trial #notes .sec {
    padding: 20px 0 0;
  }
}
#trial #notes .sec h4 {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  #trial #notes .sec h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#trial #notes .sec h4 i {
  margin-right: 10px;
}
#trial #notes .sec .txt {
  margin: 0px;
  padding: 10px 0px 0px;
}
#trial .attention {
  margin: 15rem 0 5rem;
}
#trial .attention .heading {
  padding: 2rem;
  border-bottom: solid 1px #0082C9;
  color: #0082C9;
}
#trial .attention .notesBody {
  padding: 2rem;
}
#trial .flow-block {
  margin: 40px 0px 20px;
  padding: 20px;
  position: relative;
  border: 1px solid #dcecf2;
}
#trial .flow-block .flow-block-in {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #trial .flow-block .flow-block-in {
    flex-direction: column;
  }
}
#trial .flow-block .black {
  margin: 1rem 0 !important;
}
@media screen and (max-width: 767.98px) {
  #trial .flow-block .black {
    background: #000;
    padding: 1em 1.2em;
  }
}
#trial .flow-block .black span {
  background: #000;
  color: #fff;
  padding: 0.5em 0.8em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  #trial .flow-block .black span {
    padding: 0;
    font-size: 1.2rem;
  }
}
#trial .flow-block .black span a {
  color: #fff;
  text-decoration: underline;
}
#trial .flow-block .black span a:hover {
  text-decoration: none;
}
#trial .flow-block.ar-b::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-right: 25px solid transparent;
  border-top: 20px solid #dcecf2;
  border-left: 25px solid transparent;
}
#trial .flow-block.ar-b::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -19px;
  border-right: 25px solid transparent;
  border-top: 20px solid #FFF;
  border-left: 25px solid transparent;
}
#trial .flow-block .image {
  padding: 2rem;
  width: 190px;
}
#trial .flow-block .data {
  margin: 0px;
  padding: 0px;
  flex: 1;
}
#trial .flow-block .data h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 13px 20px;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1rem;
  display: inline-block;
  background: #FFFFFF;
  border: 2px solid #33a1db;
}
@media screen and (max-width: 767.98px) {
  #trial .flow-block .data h3 {
    font-size: 1.5rem;
  }
}
#trial .flow-block .data h3 span {
  border-bottom-width: 0px;
  border-bottom-style: none;
  margin: 0px;
  padding: 0px;
}
#trial .flow-block .data .memo {
  margin: 20px 0px 0px;
  padding: 1em;
  background: #F6F6F6;
  border: solid 1px #ddd;
  font-size: 1.2rem;
}
#trial .flow-block .data .memo p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}
#trial .flow-block .data .btn {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: right;
}
#trial .agree-text {
  margin: 0px;
  padding: 30px 0px 0px;
}
#trial .agree-text h3 {
  margin: 0px;
  padding: 15px 0px;
  text-align: center;
  background: #dc0007;
  color: #FFF;
  font-size: 1.8rem;
}
#trial .agree-text .title {
  font-weight: bold;
  margin: 0px;
  padding: 30px 0px 0px;
  font-size: 1.5rem;
}
#trial .agree-text ul {
  margin: 10px 0px 0px;
  padding: 0px;
}
#trial .agree-text ul li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: disc;
  line-height: 1.7;
  font-size: 1.5rem;
}
#trial .agree-check {
  margin: 30px 0px 0px;
  padding: 20px;
  border: 2px solid #38A1DB;
  background-color: rgba(255, 255, 255, 0.6);
}
#trial .agree-check p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
#trial .agree-check p input {
  max-height: inherit;
  vertical-align: middle;
}
#trial .agree-check p.err {
  color: #F00;
  margin: 0px;
  padding: 10px 0px 0px;
}
#trial .agree-nt {
  margin: 0px;
  padding: 30px 0px 0px;
}
#trial .agree-nt .title {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-size: 1.5rem;
}
#trial .agree-nt .text {
  margin: 0px;
  padding: 5px 0px 0px;
}
#trial .actions {
  padding: 0px;
  text-align: center;
  margin-top: 50px;
}
#trial #trial-form .head-text {
  margin: 0px;
  padding: 40px 0px 0px;
}
#trial #trial-form .head-logo {
  margin: 0px;
  padding: 0px 0px 40px;
}
#trial #trial-form .head-logo ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#trial #trial-form .head-logo ul li {
  display: inline-block;
  margin: 0px 20px;
  padding: 0px;
  list-style: none;
}
#trial #trial-form .form {
  margin: 0px;
  padding: 40px 0px 0px;
}
#trial #trial-form .form table {
  width: 100%;
  margin: 30px 0px 0px;
  border-collapse: collapse;
}
#trial #trial-form .form table th {
  background: #F6F6F6;
  text-align: left;
  padding: 20px;
  font-weight: normal;
  width: 220px;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #DDD;
}
#trial #trial-form .form table td {
  padding: 20px 0px 20px 20px;
  vertical-align: middle;
  border: 1px solid #DDD;
}
#trial #trial-form .form table td .td-notes {
  margin: 0px;
  padding: 5px 0px 0px;
}
#trial #trial-form .form table td .value {
  line-height: 1.7;
}
#trial #trial-form .form table.ques th {
  width: auto;
  padding: 10px;
}
#trial #trial-form .form table.ques td {
  padding: 15px 10px;
  background: #FFF;
}
#trial #trial-form .form table.ques td .inb {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 33%;
  height: 30px;
}
#trial #trial-form .form table.ques td .inb2 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 50%;
  height: 30px;
}
#trial #trial-form .form table.ques td .inb3 {
  margin: 0px;
  padding: 0px;
  height: 30px;
}
#trial #trial-form .form table.ques td .inb4 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 150px;
  height: 30px;
}
#trial #trial-form .form table.ques td .int {
  margin: 0px;
  padding: 10px 0px 0px;
  line-height: 1.7;
}
#trial #trial-form .form table.ques td .int2 {
  margin: 0px;
  padding: 0px;
  line-height: 1.7;
}
#trial #trial-form .form table.ques td .int3 {
  margin: 0px;
  padding: 10px 0px;
  line-height: 1.7;
}
#trial #trial-form .form table.ques td .int4 {
  margin: 0px;
  padding: 0px 0px 10px;
  line-height: 1.7;
}
#trial #trial-form .form table.ques.fr td {
  padding: 15px 10px 5px;
  background: #FFF;
}
#trial .thanks-text {
  margin: 0px;
  padding: 40px 0px 0px;
  text-align: center;
  color: #c51015;
  font-weight: bold;
}
#trial .thanks {
  margin: 0px;
  padding: 40px 40px 0px;
}
#trial input.text-area-long {
  width: 350px;
  border: 1px solid #A5ACB2;
}
#trial input.text-area-long-disabled {
  width: 350px;
  border: 1px solid #A5ACB2;
  color: #000000;
}
#trial input.text-area-name {
  width: 130px;
  border: 1px solid #A5ACB2;
}
#trial input.text-area-other {
  width: 180px;
  border: 1px solid #A5ACB2;
}
#trial input.text-area-number {
  width: 50px;
  border: 1px solid #A5ACB2;
}
#trial input.text-area-total {
  width: 80px;
  border: 1px solid #A5ACB2;
}
#trial input.text-area-total-short {
  width: 40px;
  border: 1px solid #A5ACB2;
}
#trial input.text-area-total-disabled {
  width: 80px;
  border: 1px solid #A5ACB2;
  color: #000000;
}
#trial input.text-area-middle {
  width: 200px;
  border: 1px solid #A5ACB2;
}
#trial textarea.text-area-multi {
  width: 350px;
  border: 1px solid #A5ACB2;
  height: 100px;
}
#trial textarea.text-area-text {
  width: 400px;
  border: 1px solid #A5ACB2;
  height: 200px;
}
#trial textarea.text-area-multi-s {
  width: 350px;
  border: 1px solid #A5ACB2;
  height: 60px;
}
#trial textarea.text-area-multi-b {
  width: 350px;
  border: 1px solid #A5ACB2;
  height: 120px;
}
#trial .error-message {
  padding-top: 3px;
}

#trial input[type=checkbox],
#trial input[type=radio] {
  min-height: auto;
}

#trial button.cbtn,
#trial a.cbtn {
  font-size: 1.7rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  display: inline-block;
  border-radius: 5vw;
  position: relative;
  background-color: rgb(0, 128, 204);
  box-shadow: 0px 0px 20px 0px rgba(96, 132, 159, 0.3);
  margin: 0px;
  padding: 15px 0px;
  z-index: 2;
  cursor: pointer;
  border-width: 0px;
  border-style: none;
  width: 250px;
  text-decoration: none;
}

#trial button.cbtn.free,
#trial a.cbtn.free {
  padding: 15px 70px;
  width: auto;
}

#trial button.cbtn svg,
#trial a.cbtn svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.7rem;
}

#trial button.cbtn.l svg,
#trial a.cbtn.l svg {
  right: auto;
  left: 20px;
}

#trial button.cbtn:hover,
#trial a.cbtn:hover {
  opacity: 0.8;
}

#guide .map .map-img {
  margin: 0px;
  padding: 30px 0px 0px;
  line-height: 0;
}
#guide .map .map-btn {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: center;
}
#guide .red {
  color: #F00;
  margin: 0px;
  padding: 10px 0px 0px;
  margin-bottom: 15px !important;
}
#guide .red span {
  color: #F00;
  margin: 0px;
  padding: 10px;
  border: 1px solid #F00;
  font-weight: bold;
  display: inline-block;
}
#guide .red span i {
  margin-right: 10px;
}
#guide #park .lead {
  margin: 0px;
  padding: 30px 0px 0px;
  text-align: center;
}

#present .heading-A {
  text-align: left;
}
#present .heading-A h2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #present .heading-A h2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
#present .heading-A h2 span {
  margin-left: 1em;
}
@media screen and (max-width: 767.98px) {
  #present .heading-A h2 span {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
#present .presentList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  #present .presentList {
    grid-template-columns: repeat(2, 1fr);
  }
}
#present .presentList li a {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 365px;
}
#present .presentList li a .logo {
  height: 30px;
  max-width: 100%;
}
#present .presentList li a .logo.logo-large {
  height: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #present .presentList li a .logo.logo-large {
    height: 50px;
  }
}
#present .presentList li a .logo.logo-large img {
  height: 60px;
  max-width: 100%;
}
@media screen and (max-width: 767.98px) {
  #present .presentList li a .logo.logo-large img {
    height: 50px;
  }
}
#present .presentList li a .logo img {
  width: auto;
  height: 30px;
  max-width: 100%;
}
#present .presentList li a .thumb {
  width: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
#present .presentList li a .thumb.logo-large-thumb {
  margin-top: -25px;
}
#present .presentList li a .itemName {
  text-align: center;
  font-weight: bold;
  margin-top: auto !important;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  #present .table-A table {
    border-left: solid 1px #dde2e8;
    border-right: solid 1px #dde2e8;
  }
}
#present .table-A table th {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  #present .table-A table th {
    display: block;
    width: 100%;
    background: #EDF1F5 !important;
  }
}
#present .table-A table td {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  #present .table-A table td {
    display: block;
    width: 100%;
    background: #fff;
  }
}
#present .notesBox {
  margin: 4rem 0;
}
@media screen and (max-width: 767.98px) {
  #present .notesBox h3 {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  #present .notesBox ul.circle {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  #present .notesBox ul.circle li {
    font-size: 1.2rem;
  }
}
#present .sr {
  margin: 0px;
  padding: 80px 0px 0px;
}
#present .sr .lead {
  padding: 20px 0px 0px;
}
#present .sr .sr-list {
  margin: 0px;
  padding: 40px 0px 0px;
}
#present .sr .sr-list .item-list {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: left;
}
#present .sr .sr-list .item-list ul {
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
#present .sr .sr-list .item-list ul li {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  list-style: none;
}
#present .sr .sr-list .item-list ul li a {
  color: #333;
  text-decoration: none !important;
}
#present .sr .sr-list .item-list ul li a .itemName {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
#present .sr .sr-list .item-list ul li:hover {
  opacity: 0.7;
}
#present .sr .sr-list .item-list ul li .logo {
  height: 24px;
  margin: 10px;
}
#present .sr .sr-list .item-list ul li .logo img {
  height: 24px !important;
  width: auto;
}
#present .sr .sr-list .item-list ul li .logo.bigLogo {
  height: 50px !important;
}
#present .sr .sr-list .item-list ul li .logo.bigLogo img {
  height: 50px !important;
}
#present .sr .sr-list .item-list ul li h4 {
  margin: 0px;
  padding: 0px;
}
#present .sr .sr-list .item-list ul li h4 img {
  width: 80%;
  height: auto;
}
#present .sr .sr-list .item-list ul li.more {
  margin: 0px;
  padding: 120px 0px 0px;
  text-align: center;
  box-sizing: border-box;
}
#present .sr .sr-list .app-btn {
  margin: 0px;
  padding: 60px 0px 0px;
  text-align: center;
}
#present .detail {
  margin: 0px;
  padding: 40px 0px 0px;
}
#present .detail .nt {
  margin: 20px 0px 0px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.7;
}
#present .detail .nt li {
  margin-left: 20px;
  list-style: disc;
}

.c-modal .timg {
  line-height: 0;
}
.c-modal .timg img {
  height: 50px;
  width: auto;
}
.c-modal .timg.bigLogo img {
  height: 60px;
}
.c-modal .itemName {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .c-modal .itemName {
    font-size: 2rem;
  }
}
.c-modal .itemName span {
  font-weight: normal;
  font-size: 1.8rem;
}
.c-modal .img {
  margin: 4rem auto !important;
  text-align: center;
  padding: 0px;
}
.c-modal .img img {
  width: 80%;
  height: auto;
}
.c-modal table {
  margin: 20px 0px 0px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .c-modal table {
    border-bottom: 1px solid #ddd;
  }
}
.c-modal table th {
  background: #F6F6F6;
  margin: 0px;
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
  width: 130px;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .c-modal table th {
    width: 100%;
    display: block;
  }
}
.c-modal table td {
  margin: 0px;
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .c-modal table td {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none !important;
  }
}
.c-modal table td p {
  margin-bottom: 1em;
}
.c-modal table td p:last-child {
  margin-bottom: 0;
}
.c-modal table td a {
  word-break: break-all;
}
.c-modal table td .red {
  color: #F00;
}
.c-modal .sponsorName {
  display: none;
}
.c-modal .nt {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.c-modal .nt li {
  margin-left: 20px;
  list-style: disc;
}
.c-modal ol.nt li {
  margin-left: 20px;
  list-style: decimal;
}

.modal-block-in {
  padding: 0px;
  background: #FFF;
}

.modal-block-in2 {
  padding: 40px;
  background: #FFF;
}

/*# sourceMappingURL=style.css.map */
