@charset "UTF-8";
*:focus {
  outline: none;
}

/* -----------------------------
  content
------------------------------*/
#content {
  background-color: #fff;
  width: 100%;
  min-width: auto;
}
#content .sp {
  display: none;
}
#content .pc {
  display: block;
}
#content a {
  text-decoration: underline;
}
#content a:hover {
  opacity: 0.8;
}
#content p {
  color: #333;
}
#content .topicPath {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #content {
    overflow-x: hidden;
  }
  #content .sp {
    display: block;
  }
  #content .pc {
    display: none;
  }
  #content img {
    max-width: 100%;
  }
}

.section_inner {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section_inner {
    width: 100%;
  }
}
.note {
  font-size: 13px;
  text-align: center;
  color: #705d4f;
}
@media screen and (max-width: 640px) {
  .note {
    text-align: left;
  }
}

/* ------------------ note_list */
.note_list{
  max-width: 720px;
  margin: 0 auto;
}
.note_list ul{
  padding: 20px 44px 36px 54px;
}
.note_list ul li span{
  font-weight: bold;
}
.note_list ul li{
  margin-bottom: 5px;
  list-style-type: none;
  color: #777777;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.note_list{
  width: 100%;
}
.note_list ul{
  padding: 30px 20px 23px 20px;
}
.note_list ul li{
  text-align: justify;
  font-size: 12px;
}
}

/* -----------------------------
  mainVisual
------------------------------*/
#content #mainVisual {
  margin: 0 auto;
  background-color: #e6f0c7;
}
#content #mainVisual h1 {
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
#content #mainVisual h1 img {
  width: 100%;
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  #content #mainVisual {
    margin-bottom: 0;
    height: auto;
    background: none;
  }
  #content #mainVisual h1 {
    width: 100%;
    padding: 0;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
  #content #mainVisual h1 img {
    width: 100%;
    height: auto;
  }
}

/* -----------------------------
  section
------------------------------*/
section img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

section p {
  margin: 30px auto;
  max-width: 600px;
}

/* ------------------ #owners */
section#owners {
  margin: 30px 20px 0;
}
section#owners .btn02 {
  margin: 30px 0;
}

/* ------------------ #about */
section#about {
  padding: 0px 20px 30px;
}
section#about img + img {
  padding-top: 20px;
}

/* ------------------ #networks */
section#networks {
  padding: 50px 20px 30px;
}

/* ------------------ #aeoncard */
section#aeoncard {
  padding: 50px 20px 30px;
  background-color: #e0eeff;
}




/* ------------------ #movie */

  section#movie {
    margin: 60px auto 60px;
    padding: 0;
    width: 590px;
  }
  section#movie ul li {
    margin: 50px 0 20px;
    padding-top: 0;
  }
  section#movie ul li iframe {
    position: relative;
    width: 591px;
    height: 335px;
  }


@media screen and (max-width: 640px) {

/* ------------------ #movie */

  section#movie {
    width: auto;
    margin: 30px 20px;
  }

  section#movie ul {
    margin: 0 auto  ;
  }
  section#movie ul li {
    margin-top: 30px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  section#movie ul li:last-child {
    margin-bottom: 0;
  }

  section#movie ul li iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

}

/* -----------------------------
  btnArea
------------------------------*/
.btnArea {
  padding: 30px 30px 40px;
  background-color: #fff;
}
.btnArea ul {
  max-width: 720px;
  margin: 0 auto ;
}
.btnArea ul li a {
  display: block;
  text-align: center;
}
.btnArea ul li + li {
margin-top: 24px;
}

/* -----------------------------
  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: 75px 0;
  background-color: #f5f5f5;
  color: #333333;
}

#content .attArea .inner {
  padding: 0 125px;
}

#content .attArea h2 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#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 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;
  }
  #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 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;
  }
}