@charset "utf-8";
section.design_select .free h2,
section.design_select .box h2,
.section.design_select .free h2,
.section.design_select .box h2{
    color: #004fab;
    font-size: 28px;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.design_select h3 {
    background-color: #ccc;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 20px 0;
    min-height: 50px;
    padding: 10px 20px;
}
.design_select p{
    margin-bottom: 20px;
}
.design_select p a{
}
.design_select ul li {
    background-position: 4px 8px;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 10px;
    padding: 0;
}

.design_select ul li:before {
    content: "・";
    color: #004FAB;
}

.design_select ul.icons li::before{
    color: #004fab;
    content: "" !important;
}
.design_select .box {
    background-color: #F4F4F4;
    line-height: 1.4em;
    padding: 15px;
}

.design_select .box h2 {
    border-bottom: 1px solid #E6E6E6;
    color: #333;
    font-size: 18px;
    padding-bottom: 15px;
}

.design_select .box ul{
}

.design_select .box ul li{
    margin-bottom: 15px;
}

.design_select h4,
.design_select h5 {
    font-size: 18px;
    font-weight: bold;
   line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 20px;
}



.dlTableWrapper dl {
    border: 1px solid #e6e6e6;
    display: table;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

.dlTableWrapper dl dt {
    background-color: #bfddff;
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    width: 30%;
}

.dlTableWrapper dl dd {
    display: table-cell;
    line-height: 1.4em;
    margin: 0 0 0 158px;
    padding: 15px;
}

.h4Inner {
    margin: 30px 0 30px 0;
    border: 3px solid #004fab;
    padding: 15px;
}

.h4Inner h4{
    font-size:14px;
    font-weight:bold;
    margin-bottom: 15px;
}

.h4Inner ul li a{
    background: rgba(0, 0, 0, 0) url("../../common/img/ico_arrow_right_b.png") no-repeat scroll 0 11px / 6px auto;
    display: block;
    line-height: 1.4em;
    padding: 8px 0 8px 13px;
}
.design_select p.policy_date {
    margin-bottom: 20px;
    text-align: right;
}

.design_select .box dl{}
.design_select .box dt {
    margin-bottom: 10px;
    margin-left: 10px;
}
.design_select .box dt:before {
    content: "■";
    color: #004FAB;
    margin-right: 5px;
}
.design_select .box dd {
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-left: 20px;
}
.design_select .box dd:before {
    content: "・";
    color: #004FAB;
    margin-right: 5px;
}
.design_select .box p {
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-left: 20px;
}

.design_select ul.fund_listblock li::before{
    content: "" !important ;

}


@media only screen and (min-width : 0px) and (max-width : 480px) {
.design_select h2 {
    font-size: 18px;
}
.dlTableWrapper dl dt {
    display: inline-block;
    width: 100%;
}
.dlTableWrapper dl dd {
    display: inline-block;
    margin: 0;
}
.design_select .box{
   padding: 10px 5px;
}

section.design_select .free h2,
section.design_select .box h2,
.section.design_select .free h2,
.section.design_select .box h2{
    font-size: 18px;
    line-height: 1.5em;
}
}

