@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif !important;
}

body.rn20024_reset {
  padding-top: 0 !important;
}

html {
  font-size: 12px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* common */
body.simple {
  padding-top: 0 !important;
}

body#simple {
  padding-top: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.left {
  text-align: left !important;
}

.ov {
  text-decoration: underline !important;
}

.red {
  color: #d62401 !important;
}

.blue {
  color: #0121b5 !important;
}

.yellow {
  color: #fff100 !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex.mid {
  align-items: center;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.line {
  border-bottom: 2px dotted #fff;
}

.line:first-child {
  border-top: 2px dotted #fff;
}

/* general */
.text {
  font-size: 4.375vw;
  font-weight: 600;
  line-height: 1.72;
}

.note {
  font-size: 3.438vw;
  line-height: 1.46;
}

.inner {
  margin: 0 15px;
  position: relative;
}

.inner img {
  width: 100%;
}

.section {
  position: relative;
}

/* footer */
.l-footer {
  padding-top: 25px;
  zoom: .75;
}

.l-footer__notice {
  padding: 16px 0;
  border: 1px solid #E8EDF2;
  background: #FBFBFB;
  line-height: 1.75;
}

.l-footer__notice>div {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-footer__main {
  display: grid;
  grid-template-columns: auto minmax(auto, 780px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 56px;
  gap: 120px;
}

.l-footer__main {
  padding: 32px 24px 40px;
  grid-template-columns: 100%;
  grid-template-rows: repeat(2, auto);
  gap: 24px;
}


.l-footer__logo {
  display: none;
}

.l-footer__sns {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.l-footer__sns {
  gap: 20px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 0;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.l-footer__nav {
  grid-template-columns: auto;
}

.l-footer__group {
  padding: 0 16px;
}

.l-footer__group {
  padding: 0;
}

.l-footer__title {
  margin-top: 32px;
}

.l-footer__title {
  margin-top: 0;
}

.l-footer__title:first-of-type {
  margin-top: 0;
}

.l-footer__title a {
  color: #015CAE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 160%;
  /* 20.8px */
}

.l-footer__title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px 16px 0;
  color: #000;
  /* Bold/本文S-Bold */
  font-size: 14px;
  border-bottom: 1px solid #B9B9B9;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__title a::after {
  content: "";
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.l-footer__links {
  margin-top: 24px;
}

.l-footer__links {
  display: none;
}

.l-footer__links a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
}

.l-footer__bottom-links {
  background: #FBFBFB;
  padding: 0 24px;
}

.l-footer__bottom-links {
  padding: 0 24px 16px;
}

.l-footer__bottom-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  padding: 16px 0;
}

.l-footer__bottom-links ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px 20px;
  padding: 16px 0 24px;
}


.l-footer__bottom-links ul li {
  line-height: 1;
}

.l-footer__bottom-links ul a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.l-footer__bottom-logo {
  width: 112px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

.l-footer__bottom-copyright {
  color: #FFF;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
  /* 227.273% */
  letter-spacing: 0.66px;
  padding: 16px 0 80px;
  background: #009CE5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__bottom-copyright {
  padding: 16px 0 80px;
}

.l-footer.--simple .l-footer__bottom-logo {
  width: 112px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

/* mv */

.modal__container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  justify-content: center;
  opacity: 0;
  overflow: auto;
  text-align: center;
  transition: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.modal__container.active {
  opacity: 1;
  visibility: visible;
}

.modal__body {
  position: relative;
  padding: 16px 0;
  width: calc(100% - 32px);
}

.modal__close {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  background: #009ce5;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.modal__content {
  background: #fff;
  border-radius: 10px;
  padding: 40px 13.5px;
  text-align: left;
}

.modal__content ul li {
  font-size: 10px;
  line-height: 1.5;
  padding-left: .5em;
  text-indent: -.5;
}

.c-modal__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.c-modal__button img {
  display: block;
  width: 100%;
}

.c-modal__bg {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}

body.is-modal_open {
  overflow: hidden;
}

.c-modal__inner {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  pointer-events: none;
}

.c-modal__inner.is-open {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: calc(100% - 30px);
  background: #fff;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin: 0 auto;
}

.c-modal__close {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 33px;
  height: 33px;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.c-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
}

.c-modal__content h3 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #009ce5;
}

.c-modal__content p {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

.c-modal__content li {
  font-size: 9px;
  line-height: 1.2;
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
}


.c-modal__content ul {
  margin: 0 15px;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



/* fixed */
.fixed {
  position: relative;
  bottom: -95px;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
  padding: 8px 0 7px;
  transition: bottom 0.3s ease;
}

.fixed.is-show {
  position: fixed;
  visibility: visible;
  bottom: 0;
  transition: bottom 0.3s ease;
}

.fixed .inner {
  margin: 0 4px;
}

.fixed .btn {
  width: 100%;
  margin: 0 auto;
}

.fixed .btn a,
.fixed .btn img {
  display: block;
}

.fixed .fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed .fixed-btn>* {
  margin: 0 3px;
  width: 150px;
}

.fixed-txt {
  width: 256px;
  margin: 0 auto;
  padding-bottom: 7px;
}

/* footer */
footer {
  margin-top: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* from here */

.text01 {
  font-size: 10px;
  line-height: 1.5;
  color: #333333;
}

.text02 {
  font-size: 11px;
  line-height: 1.5;
  color: #333333;
}

/* searchArea */
.searchArea {
  margin: 40px 9px 9px;
}

.searchArea .header {
  position: relative;
}

.searchArea .searchList>li {
  border-right: 2px solid #0062d1;
  border-left: 2px solid #0062d1;
}

.searchArea .searchList>li:last-child {
  border-bottom: 2px solid #0062d1;
  border-radius: 0 0 10px 10px;
}

.searchArea .searchList>li a {
  margin: 0;
}

.searchArea li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searchArea .dt:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 15.5px;
  margin-top: -7.75px;
  content: "";
  background: url("/sites/default/files/media/sp/images/campaign/2026july/present/mark_arrow_right_01.png") no-repeat left top;
  -webkit-background-size: contain;
  background-size: contain;
}

.searchArea .li01 a {
  color: #fff;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 50px;
  background: url("/sites/default/files/media/sp/images/campaign/2026july/present/img_list_01.png") no-repeat left top;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.searchArea .li02 a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 50px;
  background: url("/sites/default/files/media/sp/images/campaign/2026july/present/img_list_02.png") no-repeat left top;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.searchArea .li03 a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 50px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background: url("/sites/default/files/media/sp/images/campaign/2026july/present/img_list_03.png") no-repeat left top;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.searchArea .dt {
  position: relative;
  border-bottom: 2px dotted #0062d1;
}

.searchArea .li03 .dt {
  border-bottom: none;
}

.searchArea .dd {
  padding: 10px;
  border-bottom: 2px solid #00a5eb;
  background: #e1f4ff;
}

.searchArea .dd h4 {
  font-size: 10px;
  margin: 2px 0;
  color: #00a5eb;
}

.searchArea .dd select {
  width: 100%;
  margin: 4px 0;
}

.searchArea .dd input[type=text] {
  width: 100%;
  padding: 6px;
  border: 1px solid #6ac9ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.searchArea .dd input[type=checkbox] {
  display: none;
}

.searchArea .dd input[type=checkbox]+label {
  display: inline-block;
  height: 20px;
  padding-left: 24px;
  background: url("/sites/default/files/media/sp/images/campaign/2026july/present/img_checkbox.png") no-repeat left top;
  -webkit-background-size: contain;
  background-size: contain;
}

.searchArea .dd input[type=checkbox]:checked+label {
  background-image: url("/sites/default/files/media/sp/images/campaign/2026july/present/img_checkbox_on.png");
}

.searchArea .dd input[type=submit] {
  display: inline-block;
  width: 130px;
  height: 0;
  margin: 10px auto 0;
  padding-top: 50px;
  color: #ffffff;
  border: none;
  background: url("/sites/default/files/media/sp/images/campaign/2026july/present/btn_search_01.png") no-repeat left top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.searchArea .dd .submit {
  text-align: center;
}

.searchArea .dd .attrSelect ul {
  padding: 14px;
  border: 1px solid #6ac9ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.searchArea .dd .attrSelect ul li {
  padding: 5px 0;
}

.searchArea .li03 .dd {
  border-top: 2px dotted #00a5eb;
  border-bottom: none;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

/* mv */
.mv-txt {
  font-size: 10px;
  padding: 15px 15px 35px;
  line-height: 1.5;
  color: #333333;
}

.mv-txt li {
  padding-left: 1em;
  text-indent: -1em;
}

/* sec01 */
.sec01 .block01 .text01 {
  margin: 15px 15px 35px;
}

.sec01 .block01 .text01 li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec01 .block02 {
  background: #dbf2ff;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec01 .block02 h3 {
  margin-bottom: 15px;
}

.sec01 .block02 .wrap01 {
  background: #fff;
  border: 1px solid #009ce5;
  margin: 0 15px 25px;
  padding: 32.5px 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.sec01 .block02 .wrap01:last-child {
  margin-bottom: 0;
}

.sec01 .block02 .wrap01 .text01 li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec01 .block02 .wrap01 .text-block01 {
  width: 100%;
  background: #fffaa9;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec01 .block02 .wrap01 .text-link01 {
  color: #009ce5;
  font-weight: 700;
  text-decoration: underline;
}

/* sec02 */
.sec02 .block01 {
  padding: 25px 15px 35px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.sec02 .block01 .text02 li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec02 .block01 .text02 li span {
  color: #009ce5;
}

.sec02 .block01 .text02 .text-bold {
  font-weight: 700;
}

/* sec03 */
.sec03 .block01 {
  background: #dbf2ff;
  padding: 30px 15px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec03 .block01 dl {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.sec03 .block01 dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 18px auto;
  gap: 4px;
}

.sec03 .block01 dt::before {
  content: "";
  background: url('/sites/default/files/media//sp/images/campaign/2026july/present/sec03_icon_q.png') no-repeat center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.sec03 .block01 dd {
  font-size: 11px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 18px auto;
  gap: 4px;
  background: #f2f2f2;
  padding: 10px 12.5px;
  border-radius: 5px;
}

.sec03 .block01 dd::before {
  content: "";
  background: url('/sites/default/files/media//sp/images/campaign/2026july/present/sec03_icon_a.png') no-repeat center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* sec04 */
.sec04 .block01 {
  padding: 25px 15px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.sec04 .block01 .text01 li {
  padding-left: 1em;
  text-indent: -1em;
}

/* sec05 */
.sec05 .block01 {
  background: #e9f9ff;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec05 .block01 p {
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
}

.sec05 .block01 .bnr-list01 {
  margin: 15px auto 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec05 .block01 .bnr-list02 {
  margin: 15px auto 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* sec06 */
.sec06 .text01 {
  padding: 25px 15px 35px;
}

.sec06 .text01 .text-bold {
  font-weight: 700;
}

.sec06 .pagetop {
  display: flex;
  justify-content: flex-end;
  margin: 0 15px 35px auto;
}

/* fixed */
.fixed {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/sites/default/files/media//sp/images/campaign/2026july/present/fixed_bg.png') no-repeat center;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
}

.fixed_button {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 149.5px 149.5px;
  gap: 6px;
  justify-content: center;
}

.footer {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

/*pc style*/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }

  .c-modal__inner.is-open {
    width: 1000px;
  }

  .c-modal__content {
    gap: 20px;
    padding: 28px 0 30px;
  }

  .c-modal__content p {
    width: 800px;
    font-size: 16px;
    padding-top: 20px;
  }

  .c-modal__content ul {
    width: 800px;
  }

  .c-modal__content ul li {
    font-size: 14px;
    line-height: 1.5;
  }

  .c-modal__close {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 53px;
    height: 53px;
    font-size: 52px;
  }

  .l-content {
    width: 100% !important;
    padding: 0 !important;
  }

  body.simpleWideType #footer {
    display: none;
  }

  .wrapperAll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapperAll::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
  }

  .wrapperMain {
    zoom: 1.884375;
    width: 320px;
    position: relative;
    z-index: 10;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(205, 239, 255, 0.6);
    box-shadow: 0px 0px 20px 0px rgba(205, 239, 255, 0.6);
    background: #fff;
  }

  .wrapperMain img {
    height: auto;
  }

  .wrapperAll .mapBlock .map {
    height: 480px;
    zoom: 0.53067993366;
  }

  .wrapperMain .foot-top {
    font-size: 100%;
  }

  .wrapperMain .company-menu li {
    font-size: 83%;
  }

  .wrapperMain .copyright {
    font-size: 83%;
  }

  .wrapperAll .company-menu li.sp-aboutmodel {
    display: none;
  }

  .wrapperAll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #cff9ff;
  }

  .wrapperAll::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    background: url('/sites/default/files/media//sp/images/campaign/2026july/present/wrapperall_bg.png') no-repeat top center;
    background-size: cover;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .wrapperMain {
    position: relative;
    z-index: 10;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 20px 0px #b1adad;
    box-shadow: 0px 0px 20px 0px #b1adad;
  }

  .wrapperMain main {
    margin: 0 auto;
    background-color: #FFF;
  }

  #header {
    position: relative;
    max-width: 640px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 29px 22px 40px;
    border-bottom: 2px solid #e4e4e4;
    top: -160px;
  }

  #footer {
    display: none;
  }

  #nav .menu {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    width: 100%;
    top: 0;
    /* -webkit-transform: translate(0, -50%); transform: translate(0, -50%); */
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: transparent;
    padding: 34px 0px 0 0;
  }

  #nav .navigation__link span img {
    max-width: 100%;
    height: auto;
  }

  #nav {
    position: relative;
    width: 497px;
    max-width: 25%;
    z-index: 10;
  }

  #nav .menu {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    width: 100%;
    top: 51.7%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    padding: 0px 0px 34px 67px;
  }

  .menu .img {
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
  }

  .navigation {
    color: #fff;
    margin-bottom: 45px;
  }

  .navigation li {
    border-bottom: 1px solid #0068b6;
  }

  .navigation li.nav-image {
    padding: 0;
    border-bottom: none;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
  }

  .navigation__link {
    position: relative;
    display: flex;
    padding: 32px 0;
    align-items: center;
    justify-content: flex-start;
  }

  .navigation ul li:nth-child(2) {
    border-top: none;
  }

  .navigation__link:hover {
    text-decoration: none;
    opacity: .6;
  }

  .navigation__link.active {
    opacity: .6;
  }

  .listButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .listButton .btn {
    width: 100%;
    color: #e4e4e4;
    margin-bottom: 35px;
  }

  .listButton .btn:hover {
    opacity: .8;
  }

  .listButton .btn .btn-hover {
    display: none;
  }

  .listButton .btn:hover .btn-hover {
    display: inline-block;
  }

  .listButton .btn.fullwidth {
    width: 100%;
  }

  .nav-image {
    padding-left: 7%;
    margin-bottom: 5%;
  }

  .nav-text {
    text-align: center;
    color: #009be4;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 900;
  }

  .fixed {
    width: 320px;
    left: inherit;
    right: inherit;
  }
}



/*sp style*/
@media screen and (max-width: 768px) {
  #nav {
    display: none;
  }
}