/*------------------------------------------------------------------------------
Date: 2014-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/
/*common*/
.ttlType01 {
    position: relative;
    font-size: 171%;
    padding: 0 0 10px 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d3bf;
    font-weight: bold
    }
.ttlType01:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    right: auto;
    bottom: auto;
    background: url(../img/common/ico_circle.png) no-repeat;
    width: 28px;
    height: 28px
    }
.ttlType02 {
    font-size: 129%;
    padding: 8px 12px;
    margin-bottom: 15px;
    font-weight: bold;
    background: #edebe1
    }
.section01 .pickUp {
    border: 1px solid #d8d3bf;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0 60px
    }
.section01 .pickUp h4 {
    font-size: 129%;
    font-weight: bold;
    color: #cc3d00;
    margin-bottom: 15px
    }
.section01 .pickUp h5 {
    font-size: 114%;
    font-weight: bold;
    margin-bottom: 5px
    }
.section01 .pickUp p {
    margin-bottom: 10px
    }
.section01 .pickUp p.txt01 {
    margin-bottom: 20px
    }
.section02 {
    margin-bottom: 60px
    }
.section03 {
    margin-bottom: 20px
    }
.section03 ul {
    line-height: 1.571
    }
.section03 ul li {
    position: relative;
    padding: 0 0 10px 18px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d8d3bf
    }
.section03 ul li:before {
    position: absolute;
    top: 7px;
    left: 4px;
    right: auto;
    bottom: auto;
    color: #417b2a;
    font-size: 42.8%;
    content: "â"
    }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .section03 ul li:before {
        -webkit-transform: scale(0.6);
        -webkit-transform-origin: 0 0
        }
    }
@media screen and (max-width: 767px) {
    .ttlType02 {
        font-size: 114%;
        padding: 8px 12px;
        margin-bottom: 10px
        }
    .section01 .pickUp h3 {
        font-size: 129%;
        padding: 16px 0 30px 70px
        }
    }