@charset 'utf-8';

/* common style
======================================================== */
.sentence {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 667px) {
.sentence {
  font-size: 13px;
  line-height: 1.7;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.sentence {
  font-size: 14px;
  line-height: 1.7;
}
}

.headline-inner { display: block; }

.button-submit {
  margin: 0 auto;
  max-width: 250px;
}
@media screen and (max-width: 667px) {
.button-submit { max-width: 100%; }
}

.supplement-text {
  display: block;
  padding-left: 1.3em;
  position: relative;
}
.supplement-text:before {
  content: '※';
  font-size: inherit;
  left: 0;
  position: absolute;
  top: 0;
}

.logo-marklesstyle {
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 667px) {
.logo-marklesstyle { max-width: 182px; }
}
@media only screen and (min-width: 668px) and (max-width: 1023px) {
.logo-marklesstyle { max-width: 30%; }
}

.breadcrumb-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 667px) {
.breadcrumb-wrap { padding-left: 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.breadcrumb-wrap { padding-left: 1em; }
}

.breadcrumb-wrap.not-column-layout {
  left: 20px;
  position: absolute;
  top: 145px;
}
@media screen and (max-width: 667px) {
.breadcrumb-wrap.not-column-layout { position: static; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.breadcrumb-wrap.not-column-layout { position: static; }
}

.breadcrumb-list {
  font-size: 13px;
  line-height: 1;
  padding: 0 1.5em 0 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 667px) {
.breadcrumb-list {
  font-size: 10px;
  line-height: 1.2;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.breadcrumb-list {
  font-size: 11px;
  line-height: 1.2;
}
}

.breadcrumb-list:before,
.breadcrumb-list:after {
  background-color: #666;
  content: '';
  display: block;
  height: 1px;
  right: .5em;
  position: absolute;
  top: 50%;
  width: 5px;
}
.breadcrumb-list:before {
  margin-top: -2px;
  transform: rotate(40deg);
}
.breadcrumb-list:after {
  margin-top: 1px;
  transform: rotate(-40deg);
}
.breadcrumb-wrap .breadcrumb-list:last-child {
  padding-right: 0;
  pointer-events: none;
}
.breadcrumb-wrap .breadcrumb-list:last-child a { color: #000; }
.breadcrumb-wrap .breadcrumb-list:last-child:before,
.breadcrumb-wrap .breadcrumb-list:last-child:after { display: none; }

.category-icon {
  display: block;
  height: auto;
  max-width: 50px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.category-icon { max-width: 40px; }
}



/* header navi
======================================================== */
.icon-header-guide {
  background-image: url(/html/user_data/assets/img/common/icon-header-guide.png);
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  line-height: 36px;
  padding: 3px 0 0 36px;
  position: relative;
}
@media screen and (max-width: 667px) {
.icon-header-guide {
  background-position: left top 3px;
  margin: 0 !important;
  padding: 0 0 0 50px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.icon-header-guide {
  background-position: left top 3px;
  margin: 0 !important;
  padding: 0 0 0 50px;
}
}

.icon-header-guide:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 3px;
  width: 30px;
}
@media screen and (max-width: 667px) {
.icon-header-guide:before { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.icon-header-guide:before { display: none; }
}

.icon-header-guide:hover:before { opacity: .25; }



/* ship data
======================================================== */
.ship-data {
  background-color: #f2f5fd;
  border: 5px solid #1a5098;
  box-sizing: border-box;
  padding: 10px 15px;
}
@media screen and (max-width: 667px) {
.ship-data { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.ship-data-headline {
  background-color: #fff;
  background-image: url(/html/user_data/assets/img/common/icon-speed.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 0 0 0 70px;
}
@media all and (-ms-high-contrast: none) {
.ship-data-headline { padding-top: 10px; }
}
@media screen and (max-width: 1599px) {
.ship-data-headline {
  background-position: left 10px center;
  font-size: 15px;
  padding: 0 0 0 70px;
}
}

.ship-data-supplement {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0.3em 0;
  text-align: center;
}

.ship-data-dl {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
@media all and (-ms-high-contrast: none) {
.ship-data-dl { margin: 0; }
}

.ship-data-dt,
.ship-data-dd {
  border-bottom: 1px solid #ccc;
  line-height: 45px;
}
@media all and (-ms-high-contrast: none) {
.ship-data-dt,
.ship-data-dd {
  line-height: 35px;
  padding-top: 7px;
}
}

.ship-data-dt.display-none,
.ship-data-dd.display-none { display: none; }

.ship-data-dt {
  font-size: 14px;
  font-weight: 400;
  padding-left: 1.2em;
  position: relative;
  width: 55%;
}
@media screen and (max-width: 1599px) {
.ship-data-dt { font-size: 13px; }
}

.ship-data-dt:before {
  border-radius: 50px;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 14px;
}

.ship-data-dt.color-one:before { background-color: #000; }
.ship-data-dt.color-full:before { background: linear-gradient(to right, #00afe2, #7bc352, #fd0, #eb7d3c, #ee0f59); }

.ship-data-dd {
  color: #fc0303;
  font-size: 20px;
  font-weight: 600;
  padding-right: 5px;
  text-align: right;
  width: 45%;
}
@media screen and (max-width: 1599px) {
.ship-data-dd { font-size: 15px; }
}

.ship-data-dl-supplement {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 0.5em 0;
}
@media screen and (max-width: 1599px) {
.ship-data-dl-supplement { font-size: 10px; }
}

.ship-data-limit {
  display: flex;
  padding: 7px 0;
  
}

.ship-data-limit-headline {
  align-items: center;
  border-left: 3px solid #1a5098;
  border-right: 3px solid #1a5098;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 43px;
  line-height: 1.2;
  margin: 0;
  padding: 0 1em;
  text-align: center;
  width: 90px;
}
@media all and (-ms-high-contrast: none) {
.ship-data-limit-headline {
  height: 50px;
  padding-top: 6px;
}
}
@media screen and (max-width: 1599px) {
.ship-data-limit-headline {
  font-size: 12px;
  width: 80px;
}
}

.ship-data-limit-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  width: 210px;
}
@media all and (-ms-high-contrast: none) {
.ship-data-limit-note { padding-top: 2px; }
}
@media screen and (max-width: 1599px) {
.ship-data-limit-note {
  font-size: 13px;
  width: 180px;
}
}

@media all and (-ms-high-contrast: none) {
.ship-data-limit-text {
  display: block;
  padding: 5px 0 0;
}
}

.ship-data-limit-strong {
  border-top: 1px solid #ccc;
  color: #fc0303;
  display: block;
  font-size: 1.3em;
  font-weight: 700px;
  line-height: 1;
  margin-top: 5px;
  padding-top: 5px;
}
@media all and (-ms-high-contrast: none) {
.ship-data-limit-strong {
  margin-top: 2px;
  padding-top: 10px;
}
}


/* side banner
======================================================== */
.side-banner-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.side-banner-wrap { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.side-banner-list {
  display: block;
  width: 100%;
}

.side-banner-link {
  display: block;
  transition: .3s;
}
.side-banner-link:hover { opacity: .7; }

.side-banner-picture {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.side-banner-list.rows2 { width: 148px; }


/* side wide banner
======================================================== */
.side-wide-banner {
  cursor: pointer;
  display: block;
  height: 100px;
  margin: 25px 0 0;
  overflow: hidden;
  position: relative;
  transition: .3s;
  width: 300px;
}

.event{
 margin:0 auto 10px;
 height:155px;
}

@media screen and (max-width: 1024px) {
.side-wide-banner {
  height: 147px;
  margin: 1.5em 0;
  width: 100%;
}
}

.side-wide-banner:hover { opacity: .8; }

.side-wide-banner:nth-of-type(n+2) { margin-top: 10px; }

.side-wide-banner-figure {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
.side-wide-banner-figure { height: 147px; }
}

.side-wide-banner:hover .side-wide-banner-figure:nth-of-type(2) { opacity: 0; }

.hover-curtain {
  transition: .3s;
}

.hover-curtain {
  align-items: center;
  background: rgba(255,255,255,.85);
  content: '';
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.hover-curtain-inner {
  color: #1a5098;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.side-wide-banner:hover .hover-curtain { opacity: 1; }


/* hover frame
======================================================== */
.hover-frame {
  background-color: #fff;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
  z-index: 1;
}

.hover-frame:before {
  border: 1px solid #ccc;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.hover-frame:hover { text-decoration: none; }
.hover-frame:hover:before { border: 1px solid #1a5098; }


/* button -frame radius-
======================================================== */
.button-frame-radius { width: 100%; }
.button-frame-radius.rows1 { width: 100%; }
.button-frame-radius.rows2 { width: 450px; }
.button-frame-radius.rows3 { width: 320px; }
.button-frame-radius.rows4 { width: 240px; }
.button-frame-radius.rows5 { width: 190px; }
@media screen and (max-width: 667px) {
.button-frame-radius,
.button-frame-radius.rows1,
.button-frame-radius.rows2,
.button-frame-radius.rows3,
.button-frame-radius.rows4,
.button-frame-radius.rows5 {
  margin-top: 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-frame-radius,
.button-frame-radius.rows1 { width: 80%; }
.button-frame-radius.rows2 { width: 48%; }
.button-frame-radius.rows3 { width: 32%; }
.button-frame-radius.rows4 { width: 24%; }
.button-frame-radius.rows5 { width: 19%; }
}

.button-frame-radius {
  align-items: center;
  background-color: #1a5098;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  height: 68px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.button-frame-radius {
  margin: 10px auto 0;
  height: 41px;
}
.button-frame-radius:first-child { margin: 0 auto; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-frame-radius { height: 44px; }
}
@media all and (-ms-high-contrast: none) {
.button-frame-radius { padding-top: 0.3em; }
}

.button-frame-radius:after {
  color: #fff;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 25px;
}
@media screen and (max-width: 667px) {
.button-frame-radius:after {
  font-size: 14px;
  top: 14px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-frame-radius:after {
  font-size: 14px;
  top: 15px;
}
}

.button-frame-radius.arrow-down:after { transform: rotate(90deg); }

.button-round:hover,
.button-border:hover,
.button-radius:hover,
.button-border-round:hover,
.button-frame-radius:hover {
  background-color: #333;
  text-decoration: none;
}



/* button inner
======================================================== */
.button-inner {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-inner { font-size: 15px; }
}



/* button wrap
======================================================== */
.button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-wrap { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-wrap { width: 90%; }
}

.button-wrap.flex-center { justify-content: center; }



/* headline -frame-
======================================================== */
.headline-frame,
.headline-frame-radius,
.headline-frame-round {
  align-items: center;
  background-color: #00a0e9;
  display: flex;
  height: 72px;
  margin: 0 auto;
  padding: 0 0.5em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.headline-frame {
  height: 45px;
  width: 100%;
}
.headline-frame-radius,
.headline-frame-round {
  height: 45px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-frame,
.headline-frame-radius,
.headline-frame-round {
  height: 50px;
  width: 90%;
}
}
@media all and (-ms-high-contrast: none) {
.headline-frame,
.headline-frame-radius,
.headline-frame-round { padding-top: 0.3em; }
}

.headline-frame .headline-inner,
.headline-frame-radius .headline-inner,
.headline-frame-round .headline-inner {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.headline-frame .headline-inner,
.headline-frame-radius .headline-inner,
.headline-frame-round .headline-inner { font-size: 16px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-frame .headline-inner,
.headline-frame-radius .headline-inner,
.headline-frame-round .headline-inner { font-size: 18px; }
}

/* headline -frame radius- */
.headline-frame-radius { border-radius: 5px; }

/* headline -frame round- */
.headline-frame-round { border-radius: 100px; }

.headline-frame + .sentence,
.headline-frame-radius + .sentence,
.headline-frame-round + .sentence { margin: 15px 0 0; }



/* headline -border left twotone-
======================================================== */
.headline-border-left-twotone {
  align-items: center;
  display: flex;
  height: 50px;
  margin: 0 auto;
  padding: 0 .5em;
  position: relative;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
.headline-border-left-twotone { padding-top: 0.3em; }
}

.headline-border-left-twotone:before,
.headline-border-left-twotone:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 5px;
}

.headline-border-left-twotone:before {
  background: #00a0e9;
  height: 25px;
  top: 0;
}

.headline-border-left-twotone:after {
  background: #777;
  height: 25px;
  top: 25px;
}

.headline-border-left-twotone .headline-inner {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone .headline-inner { font-size: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone .headline-inner { font-size: 17px; }
}

.headline-border-left-twotone + .sentence { margin-top: 20px; }


/* number list -round-
======================================================== */
.number-list-round {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding-left: 40px;
  position: relative;
}

.number-list-round:before {
  background-color: #1a5098;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 900;
  height: 32px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}

.number-list-round.number-01:before { content: '1'; }
.number-list-round.number-02:before { content: '2'; }
.number-list-round.number-03:before { content: '3'; }
.number-list-round.number-04:before { content: '4'; }
.number-list-round.number-05:before { content: '5'; }
.number-list-round.number-06:before { content: '6'; }
.number-list-round.number-07:before { content: '7'; }
.number-list-round.number-08:before { content: '8'; }
.number-list-round.number-09:before { content: '9'; }
.number-list-round.number-10:before { content: '10'; }
.number-list-round.number-11:before { content: '11'; }
.number-list-round.number-12:before { content: '12'; }
.number-list-round.number-13:before { content: '13'; }
.number-list-round.number-14:before { content: '14'; }
.number-list-round.number-15:before { content: '15'; }
.number-list-round.number-16:before { content: '16'; }
.number-list-round.number-17:before { content: '17'; }
.number-list-round.number-18:before { content: '18'; }
.number-list-round.number-19:before { content: '19'; }
.number-list-round.number-20:before { content: '20'; }

.number-list-round + .sentence { padding: 0 0 20px 40px; }



/* faq list
======================================================== */
.faq-list-q,
.faq-list-a {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 667px) {
.faq-list-q,
.faq-list-a {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 22px;
}
.faq-list-q { padding-bottom: 0.5em; }
.faq-list-a { padding-bottom: 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.faq-list-q,
.faq-list-a {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 22px;
}
.faq-list-q { padding-bottom: 0.5em; }
.faq-list-a { padding-bottom: 1em; }
}

.faq-list-q:before,
.faq-list-a:before {
  display: block;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 900;
  height: 32px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}
@media screen and (max-width: 667px) {
.faq-list-q:before,
.faq-list-a:before {
  font-size: 18px;
  height: auto;
  line-height: 1;
  width: 18px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.faq-list-q:before,
.faq-list-a:before {
  font-size: 18px;
  height: auto;
  line-height: 1.4;
  width: 18px;
}
}

.faq-list-q:before { content: 'Q'; }
.faq-list-a:before { content: 'A'; }



/* table
===================================================== */
.custom-page-table {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 100%;
}

.custom-page-th {
  background-color: #f2f2f2;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px 1%;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 28%;
}
@media screen and (max-width: 667px) {
.custom-page-th {
  font-size: 13px;
  white-space: normal;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.custom-page-th {
  font-size: 14px;
  white-space: normal;
}
}

.custom-page-th.align-center { text-align: center; }

.custom-page-td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px 1%;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 667px) {
.custom-page-td {
  font-size: 13px;
  vertical-align: top;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.custom-page-td {
  font-size: 13px;
  vertical-align: top;
}
}


/* custompage article
======================================================== */
.custompage-article {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 667px) {
.custompage-article { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.custompage-article { width: 90%; }
}



/* item detail page youtube
======================================================== */
.item-detail-page-youtube { width: 750px; }
@media screen and (max-width: 667px) {
.item-detail-page-youtube { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.item-detail-page-youtube { width: 90%; }
}

.item-detail-page-youtube-inner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.item-detail-page-youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}



/* item detail page description
======================================================== */
.item-detail-page-description {
  margin: 0 auto;
  padding: 20px 0;
  width: 500px;
}
@media screen and (max-width: 667px) {
.item-detail-page-description { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.item-detail-page-description { width: 400px; }
}

.item-detail-page-description-headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 60px 0 0;
}
@media screen and (max-width: 667px) {
.item-detail-page-description-headline {
  font-size: 16px;
  line-height: 1.3;
  margin: 50px 0 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.item-detail-page-description-headline {
  font-size: 20px;
  margin: 40px 0 0;
}
}

.item-detail-page-description-headline:nth-of-type(1) { margin-top: 0; }

.item-detail-page-description-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin: 10px 0 0;
}
@media screen and (max-width: 667px) {
.item-detail-page-description-text {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.item-detail-page-description-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0;
}
}

.item-detail-page-description-picture {
  display: block;
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.item-detail-page-description-picture { margin: 10px 0 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
}

@media (min-width: 768px) {
.col-sm-2 {
  font-size: 14px;
  padding: 0 0 0 16px;
  width: 23%;
}
}

.group-company-logo {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.request-catalog-figure {
  height: auto;
  max-width: 257px;
  width: 100%;
}


/* msec panel guide menu
======================================================== */
.msec-panel-guide-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 990px;
}
@media screen and (max-width: 667px) {
.msec-panel-guide-menu-wrap {
  border-left: 1px solid #1a5098;
  border-right: 1px solid #1a5098;
  border-top: 1px solid #1a5098;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu-wrap { width: 95%; }
}

.msec-panel-guide-menu {
  border: 1px solid #1a5098;
  color: #000;
  flex-direction: column;
  display: flex;
  padding: 33px 15px 36px;
  position: relative;
  transition: .3s;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
}
@media screen and (max-width: 667px) {
.msec-panel-guide-menu {
  border: none;
  border-bottom: 1px solid #1a5098;
  padding: 10px 5px 50px;
}
.msec-panel-guide-menu:nth-child(even) { border-left: 1px solid #1a5098; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu { padding: 15px 10px 70px; }
}

.msec-panel-guide-menu:before,
.msec-panel-guide-menu:after { position: absolute; }

.msec-panel-guide-menu:before {
  border: 1px solid #1a5098;
  bottom: 30px;
  color: #1a5098;
  content: '詳しくはこちら';
  display: block;
  font-size: 14px;
  left: 50%;
  line-height: 32px;
  margin: 0 0 0 -80px;
  text-align: center;
  transition: .3s;
  width: 160px;
}
@media screen and (max-width: 667px) {
.msec-panel-guide-menu:before {
  bottom: 10px;
  font-size: 12px;
  line-height: 21px;
  margin: 0 0 0 -55px;
  width: 110px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu:before {
  bottom: 25px;
  font-size: 12px;
  line-height: 21px;
  margin: 0 0 0 -55px;
  width: 110px;
}
}

.msec-panel-guide-menu:hover:before {
  background-color: #1a5098;
  color: #fff;
}

.msec-panel-guide-menu:after {
  border: 1px solid #518fe1;
  content: '';
  height: 310px;
  left: 4px;
  opacity: 0;
  top: 4px;
  transition: .3s;
  width: 300px;
}
@media screen and (max-width: 667px) {
.msec-panel-guide-menu:after { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu:after { display: none; }
}

.msec-panel-guide-menu {
  height: 320px;
  width: 310px;
}
@media screen and (max-width: 667px) {
.msec-panel-guide-menu {
  height: auto;
  width: 50%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu {
  height: auto;
  width: 33%;
}
}

.msec-panel-guide-menu:nth-of-type(n+4) { margin-top: 30px; }
@media screen and (max-width: 667px) {
.msec-panel-guide-menu:nth-of-type(n+4) { margin-top: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu:nth-of-type(n+4) { margin-top: 5px; }
}

.msec-panel-guide-menu-figure {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  max-width: 60px;
  transition: .3s;
  width: 100%;
}
@media screen and (max-width: 667px) {
.msec-panel-guide-menu-figure {
  margin-bottom: 11px;
  max-width: 60px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.msec-panel-guide-menu-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 320px) {
.msec-panel-guide-menu-title {
  font-size: 12px;
  padding-bottom: 12px;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.msec-panel-guide-menu-title {
  font-size: 14px;
  padding-bottom: 12px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu-title {
  font-size: 15px;
  padding-bottom: 15px;
}
}

.msec-panel-guide-menu-text {
  align-items: center;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 667px) {
.msec-panel-guide-menu-text {
  height: auto;
  max-height: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu-text { max-height: 67px; }
}

.msec-panel-guide-menu-text-inner {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 320px) {
.msec-panel-guide-menu-text-inner {
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}
}
@media only screen and (min-width: 321px) and (max-width: 667px) {
.msec-panel-guide-menu-text-inner {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu-text-inner {
  font-size: 11px;
  line-height: 1.5;
}
}

.msec-panel-guide-menu-button { margin: auto 0 0; }

.msec-panel-guide-menu-button-inner {
  border: 1px solid #1a5098;
  color: #1a5098;
  display: block;
  font-size: 14px;
  line-height: 32px;
  margin: 30px auto 0;
  text-align: center;
  transition: .3s;
  width: 160px;
}
@media screen and (max-width: 667px) {
.msec-panel-guide-menu-button-inner {
  font-size: 12px;
  line-height: 21px;
  width: 100px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-panel-guide-menu-button-inner {
  font-size: 13px;
  line-height: 26px;
  width: 120px;
}
}

.msec-panel-guide-menu:hover .msec-panel-guide-menu-button-inner {
  background-color: #1a5098;
  border-color: #1a5098;
  color: #fff;
}

.msec-panel-guide-menu:hover {
  border-color: #1a5098;
  color: #1a5098;
  text-decoration: none;
}

.msec-panel-guide-menu:hover .msec-panel-guide-menu-figure { opacity: .8; }
.msec-panel-guide-menu:hover:after { opacity: 1; }


/* not found page
======================================================== */
.not-found-page-header {
  background-color: #fff;
  border-bottom: 60px solid #1a5098;
  left: 0;
  margin: 0;
  padding: 20px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 667px) {
.not-found-page-header {
  align-items: center;
  background-color: #1a5098;
  border-bottom: none;
  display: flex;
  height: 43px;
  padding: 0;
  text-align: center;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.not-found-page-header {
  align-items: center;
  background-color: #1a5098;
  border-bottom: none;
  display: flex;
  height: 43px;
  padding: 0;
  text-align: center;
}
}

.not-found-page-logo {
  display: block;
  height: auto;
  margin: 0 0 10px 20px;
}
@media screen and (max-width: 667px) {
.not-found-page-logo {
  margin: 0 auto;
  width: 60%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.not-found-page-logo {
  margin: 0 auto;
  width: 30%;
}
}

.not-found-page {
  margin: 50px auto 0;
  width: 70%;
}
@media screen and (max-width: 667px) {
.not-found-page {
  margin-top: 60px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.not-found-page { width: 80%; }
}

.not-found-page-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 667px) {
.not-found-page-heading { font-size: 16px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.not-found-page-heading {
  font-size: 22px;
  text-align: center;
}
}

.not-found-page-read {
  font-size: 16px;
  line-height: 1.75;
  margin: 2em auto 0;
  padding: 0;
  width: 85%;
}
@media screen and (max-width: 667px) {
.not-found-page-read {
  font-size: 13px;
  margin-top: 1.5em;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.not-found-page-read {
  font-size: 14px;
  margin-top: 1.5em;
  text-align: center;
}
}

.button-not-found-page-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 85%;
}
@media screen and (max-width: 667px) {
.button-not-found-page-wrap {
  flex-wrap: wrap;
  margin-top: 30px;
  width: 85%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-not-found-page-wrap {
  margin-top: 40px;
  width: 70%;
}
}

.button-not-found-page {
  align-items: center;
  background-color: #525364;
  border: none;
  color: #fff;
  font-weight: 600;
  display: flex;
  height: 56px;
  margin: 0;
  padding: 0;
  transition: .3s;
  width: 48%;
}
@media screen and (max-width: 667px) {
.button-not-found-page {
  height: 45px;
  width: 100%;
}
.button-not-found-page-wrap .button-not-found-page:nth-child(n+2) { margin-top: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-not-found-page { height: 50px; }
}

.button-not-found-page:hover {
  background-color: #3b3b47;
  color: #fff;
  text-decoration: none;
}

.button-not-found-page-inner {
  font-size: 18px;
  line-height: 1;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-not-found-page-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-not-found-page-inner { font-size: 15px; }
}


/* list-frame-icon
======================================================== */
.list-frame-icon-link {
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 73px 73px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  height: 75px;
  margin: 0;
  padding: 0 32px 0 73px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 667px) {
.list-frame-icon-link {
  background-position: center top 5px;
  background-size: 40px 40px;
  border-radius: 0;
  flex-wrap: wrap;
  height: 100%;
  padding: 50px 5px 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list-frame-icon-link {
  background-size: 50px 50px;
  height: 55px;
  padding: 0 32px 0 50px;
}
}

.list-frame-icon-link:hover {
  background-color: #dfeefc;
  border-color: #1a5098;
  text-decoration: none;
}

.list-frame-icon-link-inner {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.list-frame-icon-link-inner { font-size: 12px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list-frame-icon-link-inner { font-size: 13px; }
}

.list-frame-icon-link:after {
  content: '\f054';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-top: -11px;
  position: absolute;
  right: 17px;
  top: 50%;
}
@media screen and (max-width: 667px) {
.list-frame-icon-link:after { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list-frame-icon-link:after { right: 5px; }
}

.list-frame-icon-link.ecobag { background-image: url(/html/user_data/category/tokusyu/icon_category-ecobag.png); }
.list-frame-icon-link.tenjikai { background-image: url(/html/user_data/category/tokusyu/icon_category-tenjikai.png); }
.list-frame-icon-link.syunen-kinen { background-image: url(/html/user_data/category/tokusyu/icon_category-syunen-kinen.png); }
.list-frame-icon-link.goaisatsu { background-image: url(/html/user_data/category/tokusyu/icon_category-goaisatsu.png); }
.list-frame-icon-link.entame-event { background-image: url(/html/user_data/category/tokusyu/icon_category-entame-event.png); }
.list-frame-icon-link.gotouchi-goods { background-image: url(/html/user_data/category/tokusyu/icon_category-gotouchi-goods.png); }
.list-frame-icon-link.open-campus { background-image: url(/html/user_data/category/tokusyu/icon_category-open-campus.png); }
.list-frame-icon-link.sotsugyou-kinen { background-image: url(/html/user_data/category/tokusyu/icon_category-sotsugyou-kinen.png); }
.list-frame-icon-link.sports-event { background-image: url(/html/user_data/category/tokusyu/icon_category-sports-event.png); }
.list-frame-icon-link.yosan-shouka { background-image: url(/html/user_data/category/tokusyu/icon_category-yosan-shouka.png); }
.list-frame-icon-link.rain { background-image: url(/html/user_data/category/tokusyu/icon_category-rain.png); }
.list-frame-icon-link.fullcolor-print { background-image: url(/html/user_data/category/tokusyu/icon_category-fullcolor-print.png); }

.category-search-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 848px;
}
@media screen and (max-width: 667px) {
.category-search-menu-wrap {
  justify-content: space-between;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-search-menu-wrap { width: 90%; }
}

.category-search-menu {
  display: block;
  margin: 20px 0 0 19px;
  width: 270px;
}
.category-search-menu:nth-child(3n+1) { margin-left: 0; }
@media screen and (max-width: 667px) {
.category-search-menu {
  margin: 5px 0 0;
  width: 49%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-search-menu {
  margin: 10px 0 0 .5%;
  width: 33%;
}
}


/* entered-sentence
======================================================== */
.entered-sentence {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 1em;
}

.entered-ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 1em;
}

.entered-li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 .5em 1em;
  position: relative;
}

.entered-li:before {
  content: '・';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.entered-supplement {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 1em;
  position: relative;
}
@media screen and (max-width: 320px) {
.entered-supplement { font-size: 12px; }
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.entered-supplement { font-size: 14px; }
}

.entered-supplement:before {
  content: '※';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.entered-link {
  color: #1a5098;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.entered-link:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
}

.target-blank {
  padding: 0 1.2em 0 0;
  position: relative;
}

.target-blank:after {
  content: '\f35d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  padding-left: .2em;
  position: static;
}


/* from
======================================================== */
#onOff {
  font-size: 14px;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

#onOff:before {
  color: #d9d8d8;
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
}
#onOff.checked:before { color: #de5d50; }


/* readmore-text
======================================================== */
.readmore-text {
  height: auto;
  margin-bottom: 60px !important;
  overflow: hidden;
  padding: 0 0 30px;
  position: relative;
}

.readmore-text-show {
  background: linear-gradient(to bottom, rgb(255, 255, 233,0) 0%, rgb(255, 255, 233,1) 70%);
  bottom: 0;
  cursor: pointer;
  height: 100px;
  left: 0;
  line-height: 40px;
  padding-top: 70px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.readmore-open .readmore-text-show { background: transparent; }

.readmore-text-show:before {
  content: '▼続きを読む';
  display: block;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
} 

.readmore-active .readmore-text-show:before { content: '▲閉じる'; }


/* core-web-vitals
======================================================== */
.core-web-vitals-img {
  height: auto;
  max-width: 100%;
  width: 100%;
}


/* device style
======================================================== */
.sp-only,
.tab-only { display: none; }
@media only screen and (max-width: 667px) {
.sp-only { display: block; }
.pc-only,
.tab-only { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pc-only,
.sp-only { display: none; }
.tab-only { display: block; }
}