@charset "utf-8";

.left-column section {
    padding: 30px 0 0;
}
.left-column section#sub-nav{
    margin-bottom: 0;
    padding: 0;
}
.list{
    margin: 20px 0;
    padding: 20px 25px;
    background: #f3f5f7;
    border-radius: 10px;
}
.list li{
    position: relative;
    padding-left: 15px;
}
.list li::before{
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 2px solid #024387;
    border-right: 2px solid #024387;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.list li.index{
    font-weight: bold;
    margin-bottom: 7px;
    padding-left: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
}
.list li.index::before{
    content: none;
}
/*-----------------------------------
画像左リスト
-----------------------------------*/
.pict-l{
    padding-top: 20px;
    border-top: 1px solid #CCC;
}
.pict-l li{
    padding-bottom: 25px;
    border-bottom: 1px solid #CCC;
}
.pict-l li:not(:last-child){
    margin-bottom: 25px;
}
.pict-l li li,
.pict-l li li:not(:last-child){
    margin: 0;
    padding: 0;
    border: none;
}
.pict-l .pict{
    float: left;
    width: 20%;
    margin-right: 4%;
    text-align: center;
}
.pict-l .txt{
    float: right;
    width: 76%;
}
.pict-l dt{
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: bold;
}
.pict-l dd p.sup{
    font-size: 0.9em;
    font-weight: bold;
    color:  #c43333;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    h2{
        margin-bottom: 20px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    section{
        margin-bottom: 20px;
    }
    .pict-l .pict{
        width: 30%;
        margin-right: 3%;
    }
    .pict-l .txt{
        width: 67%;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.pict-l li{
    display: block;
    min-height: 1%;
}

.pict-l li:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
