<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp,#pointcpn_footer,#sns .moreCamp {
  display: none !important;
}


div#grpLocationArea {
  clear: both;
  float: left;
  width: 820px;
  font-size: 82%;
}
div#grpLocationArea.newHD {
  /* 新ヘッダ対応 */
  margin: 10px 0 10px 15px;
  width: auto;
}


#widewrapper {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#widewrapper img {
  width: 100%;
  margin: 0 auto;
}

#widewrapper a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#topBnrBox {
  width: 100%;
}

.part {
  width: 850px;
  margin: 0 auto;
  padding: 60px 0;
}

.red {
  color: #c00;
}

h1 {
  color: #00176C;
  font-size: 36px;
  text-align: center;
}

.note {
  color: #333;
  font-size: 18px;
  margin: 20px 0 30px;
  line-height: 1.5;
}

.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.list li {
  width: calc(50% - 25px);
  box-sizing: border-box;
  padding: 30px 0;
  margin-bottom: 50px;
  margin-right: 50px;
  border: 5px solid #00176C;
  border-radius: 10px;
  background: #fff;
  color: #00146E;
  line-height: 1.5;
}

.list li:nth-child(2n) {
  margin-right: 0;
}

.list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 20px;
}

.list li a,.list li .disabled {
  display: block;
  width: 134px;
  padding: 12px 23px;
  text-align: center;
  color: #fff;
  background: #00176C;
  position: relative;
  border-radius: 35px;
  border: 2px solid #00176C;
  margin: 0 auto;
  font-size: 16px;
}

.list li .withArrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/arrow.png) 100% 100%/100% 100% no-repeat;
}

.list li .disabled {
  color: #333;
  background: #ccc;
}

#part2 {
  width: 100%;
  background: #F8F8F8;
}

#part2 h1 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  color: #333;
}

#part2 h1::after {
  content: '';
  width: 115px;
  height: 4px;
  background: #2E9ADA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#part2 .btnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
}

#part2 .btnGroup a {
  display: block;
  width: calc(35% - 25px);
  min-width: 250px;
  box-sizing: border-box;
  padding: 20px 23px;
  text-align: center;
  background-color: #fff;
  color: #00146E;
  margin-right: 50px;
  border: 2px solid #00176C;
  border-radius: 36px;
  position: relative;
  font-weight: 500;
}

#part2 .btnGroup a:nth-child(3n) {
  margin-right: 0;
}

#part2 .btnGroup a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/arrow_blue.png) 100% 100%/100% 100% no-repeat;
}
</pre></body></html>