@charset "utf-8";

html,
body, article, section, nav, aside, header, footer, address, h1, h2, h3, h4, h5, h6,
p, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, main,
a, em, strong, small, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, b, u, mark, span,
ins, del,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th,
form, label, output, fieldset, legend,
details, summary,
canvas {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

*::before,
*::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.8em;
  color: #303236;
  line-height: 1;
}

.pc-none {
  display: none;
}

.h2ttle {
  color: #0057ad;
  font-size: 4.5rem;
  margin-bottom: 40px;
  text-align: center;
}
.end-main-view {
  background-color: #0057ad;
  background-image: url('/corp/lp/sns/campaign/sec_2208/images/mv2.png'), url('/corp/lp/sns/campaign/sec_2208/images/mv.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 960px 603px;
  background-position: center, center top;
  text-align: center;
  height: 603px;
  opacity: 0.5;
  margin-top: -60px;
  z-index: -1;
  position: relative;
}

.main-view {
/*  background-color: #0057ad;
  background-image: url('/corp/lp/sns/campaign/sec_2208/images/mv2.png'), url('/corp/lp/sns/campaign/sec_2208/images/mv.png');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 960px 603px;
  background-position: center, center top;
  text-align: center;
  height: 603px;*/
}

.main-view > .header {
  background-color: #fff;
  opacity: 0.9;
}

.main-view > .header > h1 {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.main-view > .header > h1 > img {
  width: 252px;
  height: auto;
}

.cpinfo {
  width: 100%;
  background-color: #528fcc;
  margin-bottom: 30px;
}

.cpinfo-inner {
  width: 900px;
  height: 116px;
  margin: 0 auto;
  padding: 20px 14px 20px 10px;
}

.cpinfo-inner > p {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}

.cpinfo-inner > p > span {
  font-size: 2.2rem;
  font-weight: normal;
}

.cpinfo-inner > p:nth-of-type(1) {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}



.entry {
  background-color: #f5f5f5;
  width: 900px;
  margin: 0 auto 20px;
  padding: 30px 0;
  text-align: center;
}

.entry .text-01 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.entry .btn-entry {
  background-color: #ff9100;
  border-radius: 45px;
  display: block;
  width: 560px;
  height: 90px;
  line-height: 90px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
  text-decoration: none;
}

.entry .btn-entry:hover {
  opacity: 0.8;
}
.entry .btn-entry.btn-disable {
  background-color: #b1b1b1;
  line-height: 1.14;
  font-size: 2.8rem;
  padding: 15px 0 17px;
}
.entry .btn-entry.btn-disable:hover {
  opacity: 1;
}
.entry .btn-open {
  background-color: #d3000e;
  border-radius: 45px;
  display: block;
  width: 560px;
  height: 90px;
  line-height: 90px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
}

.entry .btn-open:hover {
  opacity: 0.8;
}

.entry-anotation {
  width: 900px;
  color: #d3000e;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 auto 60px;
}

.btn-kabu {
  width: 900px;
  height: 660px;
  display: block;
  margin: 0 auto 40px;
}

.btn-kabu:hover {
  opacity: 0.7;
}

.btn-kabuipad {
  width: 900px;
  height: 660px;
  display: block;
  margin: 0 auto 60px;
}

.btn-kabuipad:hover {
  opacity: 0.7;
}

.cp-flow {
  width: 900px;
  margin: 0 auto 60px;
}

.cp-flow .text-01 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 42px;
}


.camp-detail {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 40px;
	border-top: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
}

.camp-detail th,
.camp-detail td {
	border-bottom: solid 1px #b8b8b8;
	border-right: solid 1px #b8b8b8;
}

.camp-detail th {
  color: #272732;
	width: 196px;
	padding: 14px;
  background-color: #f5f5f5;
  line-height: 1.4;
  vertical-align: middle;
  font-weight: bold;
}

.camp-detail td {
  color: #272732;
	background-color: #fff;
	padding: 14px 10px;
  line-height: 1.4;
}
.camp-detail ul.camp-detail-note {
	margin-top: 10px;
}
.camp-detail ul.camp-detail-howto li,
.camp-detail ul.camp-detail-note li,
.camp-detail ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.camp-detail ul.camp-detail-howto li:first-child::before {
	content: "1. ";
}
.camp-detail ul.camp-detail-howto li:nth-child(2)::before {
	content: "2. ";
}
.camp-detail ul.camp-detail-note > li::before {
	content: "※";
}


.footer {
  padding-bottom: 90px;
}

.footer-inner {
  width: 900px;
  margin: 0 auto;
}

.footer-address-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-address {
  margin-right: 20px;
}

.footer-address > dt,
.footer-address > dd {
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-address > dt {
  margin-bottom: 20px;
}

.footer-address-logo {
  width: 190px;
  height: auto;
}


.btn-top {
  position: fixed;
  right: 1em;
  bottom: 8%;
  width: 54px;
  height: 54px;
  pointer-events: none;
  transform: translateY(260%);
  transition: transform 0.3s ease;
}

.btn-top.is-fixed {
  transform: translateY(0);
}

.btn-top a {
  pointer-events: all;
}

@media (max-width: 768px) {

  .pc-none {
    display: block;
  }

  img {
    width: 100%;
    height: auto;
  }

  .h2ttle {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .wrap {
    padding: 0 10px;
  }
  .end-main-view {
    background-image: url('/corp/lp/sns/campaign/sec_2208/images/mv-sp.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    padding-top: 99.375%;
    margin-top: 0;
  }

/*  .main-view {
    background-image: url('/corp/lp/sns/campaign/sec_2208/images/mv-sp.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    padding-top: 99.375%;
  }*/

  .main-view > .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .main-view > .header > h1 {
    width: 100%;
    height: 32px;
    padding-left: 10px;
  }

  .main-view > .header > h1 > img {
    width: 150px;
    height: auto;
  }

  .cpinfo-inner {
    width: 100%;
    height: auto;
    padding: 8px 20px;
  }

  .cpinfo-inner > p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .cpinfo-inner > p > span {
    font-size: 1.1rem;
  }

  .cpinfo-inner > p:nth-of-type(1) {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }

  .entry {
    width: 100%;
    padding: 15px 10px;
  }

  .entry .text-01 {
    font-size: 1.4rem;
  }

  .entry .btn-entry,
  .entry .btn-open {
    width: 100%;
    max-width: 382px;
    height: 45px;
    line-height: 45px;
    font-size: 1.6rem;
  }
  .entry .btn-entry.btn-disable {
    line-height: 1.14;
    font-size: 1.4rem;
     padding: 7.5px 0 8.5px;
  }
  .entry-anotation {
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.2;
    margin: 0 auto 16px;
  }

  .btn-kabu {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }

  .btn-kabuipad {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }

  .cp-flow {
    width: 100%;
    margin-bottom: 20px;
  }

  .cp-flow .text-01 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .camp-detail {
    margin-bottom: 20px;
  }


  .camp-detail th, .camp-detail td {
    display: block;
    width: 100%;
		word-break: break-all;
	}
	.camp-detail th {
    padding: 8px;
    text-align: center;
		font-size: 1.4rem;
	}
	.camp-detail td {
		font-size: 1.4rem;
	}

  .footer {
    padding: 0 10px 24px;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-address-wrap {
    display: block;
  }

  .footer-address {
    margin: 0 0 10px;
  }

  .footer-address > dt,
  .footer-address > dd {
    font-size: 10px;
  }

  .footer-address > dt {
    margin-bottom: 10px;
  }

  .footer-address-logo {
    width: 135px;
    height: auto;
  }

  .btn-top {
    right: 10px;
    bottom: 34px;
  }

  .btn-top > a > img {
    width: 40px;
    height: 40px;
  }


}