/*------------------------------------------------------------------------------
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
    }
.section01 {
    margin-bottom: 60px
    }
.section01 .pickUp {
    background: #fffce5;
    border: 1px solid #d8d3bf;
    padding: 20px;
    margin: 30px 0 0 0
    }
.section01 .pickUp h3 {
    font-size: 129%;
    color: #417b2a;
    margin-bottom: 15px;
    font-weight: bold
    }
.section01 .pickUp p.txt01 {
    margin-bottom: 25px
    }
.section01 .pickUp p.txt02 {
    margin-bottom: 15px
    }
.section01 div.btn {
    width: 240px;
    margin: 0 auto
    }
div.btn a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color: #417b2a;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: bold;
    text-decoration: none
    }
div.btn a:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 5px
    }
.section02 {
    margin-bottom: 20px
    }
.section02 ul {
    margin-top: 20px
    }
.section02 ul li {
    margin-bottom: 10px
    }
.section02 ul li span {
    display: inline-block;
    text-align: center;
    color: #FFF;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background: #417b2a;
    border-radius: 50%
    }
.section02 .fig {
    text-align: center;
    margin: 30px 0 40px 0
    }
.section02 .fig img {
    max-width: 100%
    }
.section02 .txt01 {
    font-size: 114%;
    margin-bottom: 20px
    }
.section02 div.btn {
    width: 400px;
    margin: 20px auto 0
    }
@media only screen and (max-width: 768px) {
    .section02 ul li {
        position: relative;
        padding: 0 0 0 30px
        }
    .section02 ul li span {
        position: absolute;
        left: 0
        }
    .section02 div.btn {
        width: 100%
        }
    .section02 div.btn a {
        position: relative;
        line-height: 20px;
        font-size: 92%;
        padding: 10px 0
        }
    }