@charset "utf-8";

/* 注意
----------------------------------------------- *
 * paddingとmarginはpx、font-sizeは%
 * パスの指定は相対で。例：background-image: url(../img/thumb.png);
----------------------------------------------- */

/* 本番環境入稿時に削除 */
body {
    color: #000;
    background-color: #f7fafa;
    line-height: 1;
}
.mod-articleDetail {
    font-size: 13px;
}
/* 基本設定 */
body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a {
    text-decoration: none;
}
.mod-articleDetail p {
    line-height: 1.3;
}
.ui-frame-orange-bar {
    border-top: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0 0;
}
.headerContents,
.rankingContents,
.reportContents,
.otherRankingContents {
    margin-bottom: 20px;
}

/* LP content
--------------------------------------------------------------------- */
/* font */
/*
font-size: 84.6%; 11px
font-size: 92.3%; 12px
font-size: 100% !important; 13px
font-size: 107.7%; 14px
font-size: 115.4%; 15px
font-size: 123.1%; 16px
font-size: 184.6%; 24px */

.clearFixed:after {
content:" ";
display:block;
clear:both;
}

/* mod-articleDetail */
.mod-articleDetail {
color: #333;
letter-spacing: 0.05em;
line-height: 2;
}

.mod-articleDetail p {
line-height: 1.9;
font-size: 115.4%;
padding: 0px 5px 30px 5px;
color: #000;
}

.mod-articleDetail h1 {
color: #ed6103;
font-size: 184.6%;
font-weight: bold;
line-height: 1.4;
padding: 20px 20px 15px 25px;
border-bottom: #bdc8ca 1px solid;
border-top: #bdc8ca 1px solid;
border-radius: 5px 5px 0px 0px;
}

.mod-articleDetail .description {
padding: 22px 18px 0px 18px;
}

.mod-articleDetail .description p a {
text-decoration: underline;
}

.mod-articleDetail .sectionblock,
.mod-articleDetail .otherblock {
padding: 0px 20px 30px 20px;
}

.mod-articleDetail .sectionblock h2,
.mod-articleDetail .otherblock h2 {
color: #ed6103;
font-size: 169.2%;
font-weight: bold;
line-height: 1.4;
border-left: #ed6103 5px solid;
padding: 6px 0px 6px 15px;
margin: 0px 0px 25px 0px;
}

.mod-articleDetail .mangablock {
padding: 0px 0px 30px 0px;
}

.mod-articleDetail .manga01 {
width: 100%;
height: 0;
padding-top: calc(320 / 658 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
background: url(../img/m_01.jpg) center center / cover no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.mod-articleDetail .manga02 {
width: 100%;
height: 0;
padding-top: calc(310 / 658 * 100%);
background: url(../img/m_02.jpg) center center / cover no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.mod-articleDetail .manga03 {
width: 100%;
height: 0;
padding-top: calc(320 / 658 * 100%);
background: url(../img/m_03.jpg) center center / cover no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.mod-articleDetail .nextbtn {
margin-bottom: 10px;
}

.mod-articleDetail .nextbtn a {
width: 100%;
height: 0;
display: block;
padding-top: calc(102 / 658 * 100%);
background: url(../img/btn.jpg) center center / cover no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.mod-articleDetail .nextbtn a:hover {
background: url(../img/btn_over.jpg) center center / cover no-repeat;
}


.mod-articleDetail .otherblock {
background: url(../img/line_gray01.gif) repeat-x left top;
padding: 30px 0px 0px 0px;
margin: 0px 20px;
}

.mod-articleDetail .otherblockinner {
padding-bottom: 30px;
}

.mod-articleDetail .otherblock li a {
float: left;
width: 152px;
margin-right: 16px;
line-height: 1.6;
color: #003af6;
text-decoration: underline;
}

.mod-articleDetail .otherblock li:nth-child(4n) a {
margin: 0;
}

.mod-articleDetail .otherblock li a:hover,
.mod-articleDetail .otherblock .txtlink a:hover {
color: #999;
}

.mod-articleDetail .otherblock li span {
display: block;
padding: 12px 0px 0px 0px;
min-height: 94px;
}

.mod-articleDetail .otherblock .txtlink {
font-size: 123.1%;
text-align: right;
}

.mod-articleDetail .otherblock .txtlink a {
color: #003af6;
text-decoration: underline;
}

.mod-articleDetail .otherbtnblock {
padding: 0px 20px 0px 20px;
}

.mod-articleDetail .otherbtnblock ul {
padding-bottom: 40px;
background: url(../img/line_gray01.gif) repeat-x left bottom;
}

.mod-articleDetail .otherbtnblock li a {
font-size: 138.4%;
font-weight: bold;
line-height: 1.5;
color: #333;
}

.mod-articleDetail .otherbtnblock li span {
display: block;
font-size: 83.3%;
}

.mod-articleDetail .otherbtnblock li.searchbtn a {
float: left;
width: 320px;
height:102px;
border: #ed6103 5px solid;
border-radius: 10px;
background: #fffde4 url(../img/icon_search.png) no-repeat 10px center;
padding: 22px 10px 22px 64px;
box-sizing: border-box;
}

.mod-articleDetail .otherbtnblock li.qabtn a {
float: right;
width: 320px;
border: #ed6103 5px solid;
border-radius: 10px;
background: #fffde4 url(../img/icon_qa.png) no-repeat 10px center;
padding: 22px 10px 22px 64px;
box-sizing: border-box;
}

.mod-articleDetail .otherbtnblock li a:hover {
border: #999 5px solid;
color: #fff;
background-color: #999;
}
