@charset "utf-8";

.lower-bottom .priceIcoArea small {
    font-size: 1.7rem;
}
small {
    font-size: 16px;
}

.lower-bottom .price {
    font-size: 2.3rem;
}

.character-box {
    margin: 25px 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 16px 15px 16px;
    background: #F6F0E3;
}
.character-left .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    left: 1px;
    width: 90%;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
}

.character-box:after {
    content: '';
    display: block;
    clear: both;
}

.character-left {
    position: relative;
    width: 120px;
    float: left;
}
.character-catch {
    font-weight: bold;
    font-size: 16px;
}
.category_links{
  font-weight: 700;
  word-break: break-all;
  font-size: 2.6rem;
  color: #fff;
  margin: 9rem auto 4rem;
  line-height: 1.4;
  padding: 1.4rem 2.5rem;
  background:#000;
  position: relative;
  border-radius: 5px;
}

.headTopArea{
	background:#000;
}
header .headTopWrap {
  background: #000;
}

.btn-accordion.is-open p:before {
    content: '目次';
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: bold;
	color: #fff;
}

.btn-accordion span {
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    border: none;
	color: #fff;
}

#contents {
    background: #000000;
}

.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid #ffffff;
	color:#ffffff;
}

#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

#toc .chapter .chapter-h a {
    font-weight: bold;
    text-decoration: none;
	color:#ffffff;
}

#toc ul.chapter .icon {
    position: relative;
}

#toc ul.chapter .icon::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: -5.5rem;
    right: 0rem;
    bottom: 0rem;
    background-image: url(./img/contents_icon.png);
    height: 4rem;
    background-repeat: no-repeat;
    background-size: contain;
}

#toc ul.chapter .chapter-h.with-icon::before {
    color: #c20202;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.lead{
	color:#fff;
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
#contents .three-points h3 {
    font-size: 2.2rem;
}
.category_links{
	max-width: 92%;
    font-size: 1.9rem;
    margin: 5rem auto 2rem;
    padding: 1.2rem 4%;
}
	
}