@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 */


/* mod-articleDetail */
.mod-articleDetail {
color: #333;
letter-spacing: 0.02em;
line-height: 2;
}

.mod-articleDetail a {
color: #003af6;
text-decoration: underline;
}

.mod-articleDetail a:hover {
color: #999;
}

.mod-articleDetail .moneyCourse {
background: url(../img/bg_line.jpg) repeat-y center top;
}

.mod-articleDetail p {
line-height: 1.9;
padding: 0 20px 20px 15px;
font-size: 115.4%;
}

.mod-articleDetail h1 {
border-radius: 5px 5px 0 0;
display: block; 
width: 698px;
height: 286px;
background: url(../img/img_head.png) no-repeat left top;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

/* description */
.mod-articleDetail .description {
margin: 0 30px 50px;
border: #ccc 3px solid;
border-radius: 10px;
background-color: #fff;
}

.mod-articleDetail .description p {
padding: 20px 25px 15px;
}

/* sectionBlock */
.mod-articleDetail .sectionBlock {
padding: 0 20px 25px;
background: url(../img/line_bottom.jpg) no-repeat center bottom;
margin-bottom: 30px;
}

.mod-articleDetail .headBlock {
margin: 0 10px 30px;
background-color: #cdd9da;
border-left: #497172 8px solid;
box-shadow: 0 1px 3px 0 #ddd;
padding: 10px 10px 10px 62px;
position: relative;
}

/* timeSchedule */
.mod-articleDetail .headBlock .timeSchedule {
position: absolute;
top: 13px;
left: 3px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.mod-articleDetail .headBlock .time06 {
display: block;
width: 80px;
height: 80px;
background: url(../img/icon_06.png) no-repeat left top;
background-size: 80px 80px;
}

.mod-articleDetail .headBlock .timehr {
display: block;
width: 80px;
height: 80px;
background: url(../img/icon_hr.png) no-repeat left top;
background-size: 80px 80px;
}

.mod-articleDetail .headBlock .title {
background: #fff url(../img/bg_pig.png) no-repeat right top;
box-shadow:0 1px 3px 0 #aaa;
padding: 12px 18px 12px 30px;
}

.mod-articleDetail .headBlock .title span {
display: block;
border-bottom: 2px #c0d5d9 dotted;
color: #328183;
font-size: 161.5%;
font-weight: bold;
padding-left: 36px;
padding-bottom: 10px;
background: url( ../img/icon_pencil.png) no-repeat 8px top;
line-height: 1;
}

.mod-articleDetail .headBlock .title h2 {
color: #111;
font-size: 230.8%;
line-height: 1;
padding: 10px 0 0;
font-weight: bold;
letter-spacing: -0.02em;
}

.mod-articleDetail .innerBlock {
display: flex;
flex-wrap: nowrap;
width: 100%;
}

.mod-articleDetail .innerBlock > .txt {
width: 330px;
box-sizing: border-box;
padding-bottom: 20px;
}

.mod-articleDetail .innerBlock > .img {
width: 320px;
padding-right: 27px;
padding-bottom: 20px;
box-sizing: border-box;
}

.mod-articleDetail .innerBlock .txt h3 {
color: #db4f25;
font-size: 153.8%;
padding: 0 0 10px 8px;
line-height: 1.6;
font-weight: bold;
letter-spacing: -0.02em;
}

.mod-articleDetail innerBlock .txt p {
padding: 0 12px 30px 15px;
display: inline-block;
font-weight: normal;
}

/* innerBlock h3 */
.mod-articleDetail .innerBlockIndication h3 {
color: #db4f25;
font-size: 153.8%;
background: url(../img/icon_pin.png) no-repeat 10px top;
padding-left: 56px;
padding-top: 3px;
margin-bottom: 18px;
font-weight: bold;
}

.mod-articleDetail .innerBlockIndication h3 span {
border-bottom: 1px solid #db4f25;
padding-bottom: 1px;
}

.mod-articleDetail p.notes {
font-size: 92.3%;
padding-top: 10px;
}

/* innerBlockIndication */
/* repaymentBox */
.mod-articleDetail .innerBlockIndication .repaymentBox {
display: flex;
flex-wrap: nowrap;
width: 100%;
margin-bottom: 30px;
}

.mod-articleDetail .innerBlockIndication .repaymentBox .left {
width: 320px;
margin-left: 7px;
margin-right: 4px;
}

.mod-articleDetail .innerBlockIndication .repaymentBox .right {
width: 320px;
}

.mod-articleDetail .innerBlockIndication .repaymentBox .left p,
.mod-articleDetail .innerBlockIndication .repaymentBox .right p {
padding: 0 0 5px 10px;
font-size: 107.7%;
}

.mod-articleDetail .innerBlockIndication .repaymentBox h3,
.mod-articleDetail .innerBlockIndication .center h3 {
margin-bottom: 5px;
}

.mod-articleDetail .innerBlockIndication .center .img {
text-align: center;
}

/* indicationTable */
.mod-articleDetail .innerBlockIndication table.indicationTable {
border-top: #434343 2px solid;
border-left: #434343 2px solid;
border-right: 0;
border-bottom: 0;
margin: 0 auto;
box-sizing: border-box;
}

.mod-articleDetail .innerBlockIndication table.indicationTable {
width: 95%;
}

.mod-articleDetail .innerBlockIndication table.indicationTable th {
border-top: 0;
border-left: 0;
border-right: #434343 2px solid;
border-bottom: #434343 2px solid;
color: #fff;
text-align: center;
background-color: #54737b;
font-size: 138.5%;
padding: 10px 0 8px 0;
line-height: 1.3
}

.mod-articleDetail .innerBlockIndication table.indicationTable td {
border-top: 0;
border-left: 0;
border-right: #434343 2px solid;
border-bottom: #434343 2px solid;
color: #111;
text-align: center;
background-color: #fff;
font-size: 169.2%;
padding: 14px 0 12px 0;
line-height: 1.2;
display: table-cell;
vertical-align: middle;
}

.mod-articleDetail .innerBlockIndication table.indicationTable td span {
display: block;
color: #db4f25;
}

/* utilizationBox */
.mod-articleDetail .innerBlockIndication .utilizationBox {
margin-bottom: 30px;
}

.mod-articleDetail .innerBlockIndication .utilizationBox h4.grayhead {
background-color: #c0d0d7;
text-align: center;
padding: 5px 0;
font-size: 158.3%;
line-height: 1.3;
border-radius: 30px;
margin-bottom: 20px;
}


/* sourceBlock */
.mod-articleDetail .sourceBlock {
padding: 0 30px 25px;
line-height: 1.8;
}

/* seriesListBlock */
.mod-articleDetail .seriesListBlock {
background-color: #e6e3e6;
padding: 20px 20px 10px 20px;
margin: 0 20px;
}

.mod-articleDetail .seriesListBlock h2 {
font-size: 200%;
border-bottom: #fff 2px dotted;
background: url(../img/icon_pin.png) no-repeat 8px 2px;
padding-left: 56px;
margin-bottom: 20px;
}

.mod-articleDetail .seriesListBlock ul {
display: flex;
flex-wrap: wrap;
width: 100%;
}

.mod-articleDetail .seriesListBlock ul li {
margin-right: 15px;
font-size: 138.4%;
width: 194px;
margin-bottom: 20px;
line-height: 1.5;
letter-spacing: 0.02em;
}

.mod-articleDetail .seriesListBlock ul li a {
color: #111;
text-decoration: none;
}

.mod-articleDetail .seriesListBlock ul li a:hover {
color: #666;
text-decoration: underline;
}

.mod-articleDetail .seriesListBlock ul li img {
margin-bottom: 10px;
}

.mod-articleDetail .seriesListBlock ul li:nth-child(3n) {
margin-right: 0;
}