@charset "UTF-8";
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  color: #1C1E2E;
}
main {
  line-height: 1.5;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
main a:link {
  color: #3b92c8;
  text-decoration: none;
}
main a:visited {
  color: #802680;
}
main a:hover,main a:active {
  text-decoration: underline;
}
.pc, .PC_sidearea {
  display: none;
}
.sp {
  display: block;
}
.inner {
  padding: 0 10px;
}

/*共通パーツ*/
.bold {
  font-weight: bold;
}
.tx_red {
  color: #D0111B;
}
.dinnercolor {
  color: #0A589F;
}
.lunchcolor {
  color: #A87F39;
}
.fontsize-32 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.overflow_title {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.SectionTitle {
  width: 452px;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin: 0 auto;
}
.list_asterisk li {
  font-size: 11px;
  line-height: 1.5;
  text-indent: -0.8em;
  text-align: left;
  padding: 0 0 0 0.8em;
}
.list_asterisk li::before {
  content: "※";
}
.arrow_bottom {
  width: 20px;
  margin: 12px auto;
}

/*コンテンツエリア*/
.ContentBanner {
  width: 343px;
  margin: 30px auto 52px;
}
.ContentBanner__Wrap a{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 8px;
}
.ContentBanner__Wrap img{
  max-width: 100%;
  height: auto;
}
.maincontent-area {
  background-color: #FFFFFF;
}
.maincontent-area__wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: visible;
  z-index: 1;
}

/* overflow */
.overflow {
  width: 100%;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: #FFFFFF;
}
.overflow__wrap {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 140%;
}
.overflow__wrap h2 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  border-bottom: 1px solid #DFDFDF;
}
.list_dot, .list_text{
  margin-bottom: 16px;
}
.list_text li {
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 150%;
}
.list_dot li {
  margin-bottom: 2px;
  text-indent: -0.5em;
  padding: 0 0 0 0.7em;
  font-size: 11px;
  line-height: 150%;
}
.list_dot li:before {
  content: '・';
  display: inline-block;
  vertical-align: 0;
  width: auto;
  height: auto;
  margin-right: 0;
  border-radius: 0;
  background: 0 0;
}
.overflow__wrap .list_asterisk {
  margin-bottom: 16px;
}
.overflow__wrap p.text_normal {
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 150%;
}
.overflow__wrap p.list01 {
  font-size: 13px;
  font-weight: bold;
  line-height: 150%;
  padding: 16px 0 8px;
}
.table01-wrap {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.table01 dt {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #8C8EA1;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px;
  line-height: 150%;
  vertical-align: middle;
}
.table01 dd {
  background-color: #FFFFFF;
  padding: 8px;
  border-radius: 0 0 12px 12px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  line-height: 140%;
}
.table02 {
  margin: 8px auto 0;
  width: 100%;
  border-collapse: separate;
  border-radius: 12px;
  text-align: center;
}
.table02 th.col01 {
  background-color: #F2F2F2;
  width: 40%;
}
.table02 th.col01.table02_h {
  background-color: #8C8EA1;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px;
  line-height: 150%;
  vertical-align: middle;
}
.table02 th, .table02 td {
  padding: 8px;
  vertical-align: middle;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.table02 th {
  border-left: 1px solid #CCCCCC;
}
.table02 tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.table02 tr:last-child th {
  border-radius: 0 0 0 12px;
}
.table02 tr:last-child td {
  border-radius: 0 0 12px 0;
}
.table02 td.col02 {
  width: 60%;
  padding: 8px 10px;
}

/* footer */
.footer__btn {
  display: block !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #FFFFFF;
  padding: 12px;
  text-align: center;
}
.footer__btn > .entry {
  position: relative;
}
.footer__btn > .entry::after {
  content: "";
  position: absolute;
  width: 158px;
  height: 24px;
  background: url(/doc/campaign/pointup_202504/assetsPointup_202504/images/BalloonCTA.svg) no-repeat top left;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.footer__btn .entryWrap {
  width: 300px;
  margin: 0 auto;
}
.footer__btn .list_asterisk {
  margin-top: 12px;
}
.entryWrap .list_asterisk li {
  text-align: center;
}
.footer__btn .list_asterisk a:link {
  color: #3b92c8;
  text-decoration: none;
}
.l-footer {
  margin-bottom: 100px;
}
