@charset "utf-8";

/* -----------------------------
content
------------------------------*/
#content {
font-size: 20px;
color: #333;
line-height: 1.7;
font-feature-settings: "palt" 1;
letter-spacing: .08em;
}
#content p.noSelect {
user-select: none;
}
@media screen and (max-width: 640px) {
#content {
margin-top: 50px;
font-size: 16px;
letter-spacing: .04em;
}
}
/* -----------------------------
inner
------------------------------*/
#content .inner {
width: 1100px;
margin: auto;
padding: 0 50px;
box-sizing: border-box;
}
#content .inner h2 {
color: #32805f;
font-size: 24px;
width: fit-content;
text-align: center;
font-weight: bold;
margin: 0 auto 40px;
position: relative;
}
#content .inner h2::before,
#content .inner h2::after {
content: "";
display: block;
width: 35px;
height: 3px;
background-color: #32805f;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -60px;
}
#content .inner h2::after {
left: auto;
right: -60px;
}
@media screen and (max-width: 640px) {
#content .inner {
width: 100%;
padding: 0 35px;
}
#content .inner h2 {
font-size: 20px;
margin: 0 auto 20px;
}
#content .inner h2::before,
#content .inner h2::after {
width: 25px;
height: 2px;
left: -40px;
}
#content .inner h2::after {
left: auto;
right: -40px;
}
}
/* -----------------------------
mainVisual
------------------------------*/
#content #mainVisual {
margin: 0 auto;
background-color: #244638;
padding-top: 30px;
}
#content #mainVisual {
text-align: center;
}
#content #mainVisual h1 {
text-align: center;
}
#content #mainVisual .bgArea {
background: url("/campaign/2606owners/img/bg01.webp") repeat-x center;
padding: 20px 0; 
}
#content #mainVisual img {
margin: auto;
}
@media screen and (max-width: 640px) {
#content #mainVisual {
height: auto;
padding-top: 15px;
}
#content #mainVisual .bgArea {
padding: 10px 30px;
}
#content #mainVisual img {
width: 100%;
height: auto;
}
}
/*--------
code- */
#content #mainVisual #code {
	margin: 23px auto 30px;
}
#content #mainVisual #code .inner {
width: 650px;
padding: 10px 0 5px;
background-color: #fff;
border: 3px solid #70bb61;
border-radius: 10px;
}
#content #mainVisual #code p {
font-size: 14px;
color: #8e8e8e;
text-align: center;
}
#content #mainVisual #code p span{
line-height: 1.8;
font-size: 40px;
font-weight: bold;
color: #70bb61;
}
@media screen and (max-width: 640px) {
#content #mainVisual h1 img {
width: 100%;
padding-top: 0;
}
/*--------
code- */
#content #mainVisual #code {
margin: 15px auto 20px;
}
#content #mainVisual #code .inner {
width: 80%;
padding: 6px 0px 6px;
background-color: #fff;
}
#content #mainVisual #code h2{
width: auto;
margin: 0 auto;
font-size: 15px;
}
#content #mainVisual #code p {
font-size: 12px;
}
#content #mainVisual #code p span{
line-height: 1.6;
font-size: 25px;
font-weight: bold;
}
}
/* ----------------------------
btn
---------------------------- */
.btn_area a:hover {
text-decoration: none;
}
.btn_area a:visited {
text-decoration: none;
color: #fff;
}
.btn_area >a{
display: block;
width: 410px;
border-radius: 8px;
}
#content .btn_area {
width: 1200px;
margin: auto;
padding: 50px;
box-sizing: border-box;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#content .btn_area .shindan_btn{
position: relative;
width: 410px;
height: 71px;
line-height: 56px;
font-size: 20px;
color: #b60081;
font-weight: bold;
padding: 5px;
box-shadow: 4px 4px 7px 0px rgba(197, 124, 176,.4);
margin: 0 0 0 50px;
border: solid 4px #b60081;
box-sizing: border-box;
}
#content .btn_area .shindan_btn ::before{
position: absolute;
content: '';
background: url('/img/sec01_icon.png') no-repeat;
background-size: contain;
width: 38px;height: 33px;
display: inline-block;
left:25px;bottom: 0;top: 0;margin: auto 0;
}

#content .btn_area .shindan_btn >div{
background: linear-gradient(150deg,#fffe8e 0%, #fffe8e 18%, #fff 18%, #fff 100%);
}
#content .btn_area .shindan_btn ::after{
position: absolute;
content: '';
background: url('/img/btn_arrow02.png') no-repeat;
background-size: contain;
width: 7px;height: 11px;
display: inline-block;
right:25px;
bottom: 0;
top: 0;
margin: auto 0;
}
#content .btn_area .shindan_btn:hover{
opacity: .6;
}
.btn_area a.web_btn{
position: relative;
height: 70px;
line-height: 70px;
font-size: 20px;
font-weight: bold;
color: #fff;
background: #b60081;
}
.btn_area a.web_btn::before{
position: absolute;
content: '';
background: url('/img/new_main_icon02.png') no-repeat;
background-size: contain;
width: 23px;
height: 19px;
display: inline-block;
left:35px;
bottom: 0;
top: 0;
margin: auto 0;
}
.btn_area a.web_btn:hover{
opacity: .7;
}
@media screen and (max-width: 640px) {
#content .btn_area {
display: block;
width: 100%;
padding: 30px 35px;
}
#content .btn_area>a{
width: 100%;
}
#content .btn_area .shindan_btn{
width: auto;
height: 52px;
line-height: 45px;
font-size: 15px;
border-radius: 4px;
padding: 2px;
margin: 20px 0 0;
border: solid 2px #b60081;
}
#content .btn_area .shindan_btn ::before{
width: 40px;
height: 30px;
left: 20px;
}
#content .btn_area a.web_btn{
height: 52px;
line-height: 52px;
font-size: 15px;
border-radius: 4px;
letter-spacing: .1rem;
}
#content .btn_area a.web_btn::before{
width: 20px;
height: 18px;
left: 25px;
}
}

/* -----------------------------
campaign
------------------------------*/
#content .campaign {
margin: 0 auto;
padding: 60px 0;
background-color: #ebffe3;
}
#content .campaign dl dt {
font-size: 18px;
color: #32805f;
font-weight: bold;
position: relative;
padding-left: 30px;
}
#content .campaign dl dt::before {
content: "";
display: block;
width: 10px;
height: 10px;
background-color: #32805f;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 5px;
}
#content .campaign dl:nth-of-type(n+2) dt {
margin-top: 30px;
}
#content .campaign dl dd {
font-size: 15px;
margin-top: 10px;
}
#content .campaign dl dd ul li {
position: relative;
padding-left: 1.2em;
}
#content .campaign dl dd ul li:before {
content: "・";
position: absolute;
top: 0;
left: 0;
}
#content .campaign dl dd .linkList li {
position: relative;
padding-left: 1.2em;
}
#content .campaign dl dd .linkList li:before {
content: "";
display: block;
width: 0;
height: 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 5px solid #32805f;
position: absolute;
top: 6px;
left: 5px;
}
#campaign .inner ul.att li {
position: relative;
margin-left: 1.2em;
padding-left: 1.2em;
}
#campaign .inner ul.att li:before {
content: "※";
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 640px) {
#content .campaign {
margin: 0 auto;
padding: 40px 0;
}
#content .campaign dl dt {
font-size: 16px;
}
#content .campaign dl:nth-of-type(n+2) dt {
margin-top: 20px;
}
#content .campaign dl dd {
font-size: 13px;
}
#content .campaign dl dd .linkList li:before {
top: 5px;
}
}
/* -----------------------------
  attArea
------------------------------*/

#content #waonpoint .attArea01 {
  margin: 0 auto 60px;
  padding: 35px 55px;
  width: 770px;
  box-sizing: border-box;
  background: #fff4ee;
  font-size: 14px;
  color: #333333;
}

#content #waonpoint .attArea01 li {
  /* margin-left: 15px; */
  /* list-style-type: disc; */
  padding-left: 1.2em;
  text-indent: -1.2em;
}


#content .attArea {
  padding: 60px 0;
  background-color: #f5f5f5;
  color: #333333;
  margin-top: 0px;
}

#content .attArea .inner {
  padding: 0 125px;
}

#content .attArea  .inner h2{
	margin: 0 auto 35px; 
	font-size: 18px;
	color: #333;
}

#content .attArea  .inner h2::before,
#content .attArea  .inner h2::after {
content: none;
}

#content .attArea a {
  color: #0000ff;
  text-decoration: underline;
}
#content .attArea table, #content .attArea td, #content .attArea th {
  border: 1px solid #d0d4d9;
  border-collapse: collapse;
}
#content .attArea table.table02{
 width: 650px;
 margin: 30px auto 5px;
}
#content .attArea table.table02 tr td.col01{
 width: 70%;
 box-sizing: border-box;
}
@media screen and (max-width: 640px) {
#content .attArea table.table02{
 width: 100%;
 margin: 10px auto 0;
}
#content .attArea table.table02 tr td.col01{
 width: 60%;
 box-sizing: border-box;
}

}
#content .attArea td, #content .attArea th {
  padding: 3px;
  width: 30px;
  height: 25px;
}
#content .attArea tr.ttl td {
  background: #f6f5f5;
  text-align: center;
}
#content .attArea tr td.point {
  text-align: center;
}
#content .attArea th {
  background: #f0e6cc;
}
#content .attArea .even {
  background: #fbf8f0;
}
#content .attArea .odd {
  background: #fefcf9;
}
#content .attArea .table_att {
  padding: 10px 0 30px 35px;
  text-align: left;
}

#content .attArea h2 .subtermsaeon {
  font-size: 14px;
  font-weight: 400;
}

#content .attArea h2:not(:first-child) {
  margin-top: 60px;
}

#content .attArea .catch {
  margin: -25px 0 35px;
  text-align: center;
}

#content .attArea ul li {
  font-size: 14px;
}

#content .attArea h2 + ul > li {
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
}
#content .attArea h2 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "□";
}
#content .attArea h2#terms2 + ul > li::before,
#content .attArea h2#terms3 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea ul li ul {
  margin-top: 5px;
  padding-left: 17px;
}

#content .attArea ul li ul.numbering_list{
  counter-reset: number 0; 
}
#content .attArea ul li ul.numbering_list li{
  margin-bottom: 5px;
}
#content .attArea ul li ul.numbering_list > li::before{
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) ". "!important;
	padding-right: 15px;
	vertical-align: middle;
}

#content .attArea ul li ul li li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul li ul li.mark-none {
  list-style-type: none;
}

#content .attArea ul.dott li ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul.dott_square > li > ul > li {
  position: relative;
}
#content .attArea ul.dott_square > li > ul > li::before {
  position: absolute;
  content: "□";
  left: -18px;
}
#content .attArea ul.dott_square > li > ul > li.asterisk::before {
content: none;
}
#content .attArea ul.dott_square > li > ul .asterisk{
  margin-top: 0;
}
#content .attArea ul.dott_square > li > ul > li.asterisk > ul > li::before {
  position: absolute;
  content: "※";
  left: 0;
}
#content .attArea ul.dott_square > li > ul > li.asterisk > ul > li{
  list-style: none;
}
#content .attArea ul.dott_square > li > ul > li.link ul li::before {
	content: "";
    margin-right: -5px;
    display: inline-block;
    width: 0;
    height: 0;
	left: -10px;
	bottom: 2px;
    position: relative;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #333;
}

#content .attArea dl dt {
  position: relative;
  display: list-item;
  margin-bottom: 5px;
  font-size: 14px;
  list-style-type: none;
}
#content .attArea dl dt::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea dl dd {
  margin-bottom: 20px;
  font-size: 14px;
}

#content .attArea table {
  margin: 30px 0 5px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d4d9;
}

#content .attArea table th,
#content .attArea table td {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}

#content .attArea table th {
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  font-weight: bold;
}

#content .attArea table td {
  background: #fff;
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  text-align: left;
}

#content .attArea table td.ac {
  text-align: center;
}

#content .attArea table.tb02 td {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #content .attArea {
    padding: 45px 0;
	margin-top: 0px;
  }
  #content .attArea .inner {
    padding: 0 30px 0 40px;
  }
  #content .attArea h2 {
    margin: 0 0 15px;
    font-size: 15px;
  }
  #content .attArea h2:not(:first-child) {
    margin-top: 50px;
  }
  #content .attArea .catch {
    margin: -8px 0 20px;
    font-size: 11px;
  }
  #content .attArea ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea ul li ul {
    padding-left: 10px;
  }
  #content .attArea ul.dott_square > li > ul > li.asterisk > ul > li::before {
	left: -5px;	
	}
  #content .attArea ul.dott_square > li > ul > li.link ul li::before {
	left: -10px;	
	}
  #content .attArea h2 + dl {
    padding: 0;
  }
  #content .attArea dl dt {
    font-size: 14px;
  }
  #content .attArea dl dd {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea .def01 {
    margin: 15px 0;
  }
  #content .attArea .def01 dd {
    padding-left: 12%;
    font-size: 12px;
  }
  #content .attArea table th,
#content .attArea table td {
    font-size: 12px;
  }
  #content .attArea table {
    position: relative;
    margin: 10px auto 0 -15px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  #content .attArea .table_att {
    padding: 10px 0 20px 0px;
  }
}