@charset "UTF-8";
/*width*/
/*height*/
/*center*/
/*color*/
/*color*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/*----------common----------*/
/*alt*/
/*hover*/
/*----------title----------*/
/*----------table----------*/
/*----------button----------*/
/*----------common----------*/
/* tenCSS Document */
/*---------------
□□□layout□□□
---------------*/
#ten #article:before {
  content: "";
  background-color: #f8276c;
  width: 100%;
  height: 75px;
  border-bottom: 15px solid #fd1546;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
}
#ten #content {
  padding-bottom: 20px;
  position: relative;
}
#ten #content .chara {
  position: absolute;
  top: -120px;
  right: -50px;
  z-index: 30;
}
#ten #content .h2_tit {
  padding-bottom: 20px;
  text-align: center;
}
#ten #content .content {
  background: url(../../10/images/bg.gif) repeat 0 0;
}
#ten #content .notes {
  margin-left: 2em;
  padding: 0 1em 1em;
}
#ten #content .notes li {
  list-style: disc;
}
#ten #content .clause {
  padding: 20px;
}
#ten #content .clause:after {
  content: url(../../10/images/line.png);
  padding-top: 10px;
  display: block;
  text-align: center;
}
#ten #content .clause .h3_tit {
  padding-bottom: 10px;
}
#ten #content .clause .box {
  position: relative;
}
#ten #content .clause .box:after {
  position: absolute;
  bottom: -30px;
  right: -10px;
  z-index: 1;
}
#ten #content .clause .box p {
  padding: 5px;
}
#ten #content .clause .box .btn_hint {
  text-align: center;
  position: relative;
  z-index: 10;
}
#ten #content .clause#clause01 .box:after {
  content: url(../../10/images/bg01.png);
}
#ten #content .clause#clause02 .box:after {
  content: url(../../10/images/bg02.png);
}
#ten #content .clause#clause03 .box:after {
  content: url(../../10/images/bg03.png);
}
#ten #content .clause#clause04 .box:after {
  content: url(../../10/images/bg04.png);
}
#ten #content .clause#clause05 .box:after {
  content: url(../../10/images/bg05.png);
}
#ten #content .clause#clause06 .box:after {
  content: url(../../10/images/bg06.png);
}
#ten #content .clause#clause07 .box:after {
  content: url(../../10/images/bg07.png);
}
#ten #content .clause#clause08 .box:after {
  content: url(../../10/images/bg08.png);
}
#ten #content .clause#clause09 .box:after {
  content: url(../../10/images/bg09.png);
}
#ten #content .clause#clause10 .box:after {
  content: url(../../10/images/bg10.png);
}

/*---------------
□□□font□□□
---------------*/
#ten #content .notes li {
  font-size: 18px;
  line-height: 1.6em;
  color: #f23f00;
}
#ten #content .clause .box p, #ten #content .clause .box li {
  line-height: 1.6em;
}

@media only screen and (max-width: 680px) {
  #ten #content .notes li {
    font-size: 14px;
  }
  #ten #content .clause .box p, #ten #content .clause .box li {
    font-size: 14px;
  }
}
