/*------------------------------------------------------------------------------
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
    }
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
    }
.section01 .pickUp {
    border: 1px solid #d8d3bf;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0 60px
    }
.section01 .pickUp h3 {
    position: relative;
    font-size: 157%;
    padding: 18px 0 33px 80px;
    font-weight: bold;
    color: #cc3d00
    }
.section01 .pickUp h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    background: url(../img/book/txt_latest.gif) no-repeat;
    width: 70px;
    height: 70px
    }
.section01 .pickUp .leftWrap {
    float: left;
    width: 470px
    }
.section01 .pickUp .rightWrap {
    float: right
    }
.section01 .pickUp ul {
    line-height: 1.571;
    margin-top: 20px
    }
.section01 .pickUp ul li {
    position: relative;
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d8d3bf;
    font-weight: bold
    }
.section01 .pickUp ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    right: auto;
    bottom: auto;
    color: #417b2a;
    font-size: 42.8%;
    content: "â"
    }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .section01 .pickUp ul li:before {
        -webkit-transform: scale(0.6);
        -webkit-transform-origin: 0 0
        }
    }
.section02 .pickUp {
    background: #fffce5;
    border: 1px solid #d8d3bf;
    padding: 20px;
    margin: 40px 0 60px 0
    }
.section02 .pickUp h3 {
    font-size: 129%;
    color: #417b2a;
    margin-bottom: 15px;
    font-weight: bold
    }
.section02 .pickUp ul li {
    font-weight: bold;
    margin-bottom: 5px
    }
.section02 .pickUp p.txt01 {
    margin-bottom: 15px
    }
.section02 div.btn {
    width: 240px;
    margin: 0 auto
    }
.section03 .listVoice {
    margin-bottom: 20px
    }
.section03 .listVoice li {
    box-sizing: border-box;
    float: left;
    width: 490px;
    margin-bottom: 20px;
    padding: 20px;
    border: 6px solid #d8d3bf
    }
.section03 .listVoice li:nth-child(2n) {
    margin-left: 20px
    }
.section03 .listVoice h4 {
    font-size: 129%;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: bold
    }
.section03 .listVoice li .fig {
    box-sizing: border-box;
    float: left;
    width: 80px
    }
.section03 .listVoice li .ttlWrap {
    margin-bottom: 10px;
    padding-bottom: 15px;
    background: url(../img/top/top_sec02_tit_bordr.png) repeat-x left bottom
    }
.section03 .listVoice li .ttl {
    float: none;
    margin-left: 97px
    }
.section03 .listVoice li .name {
    color: #4e441e
    }
@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
        }
    .section01 .pickUp h3:before {
        width: 60px;
        height: 60px;
        background-size: 100%
        }
    .section01 .pickUp .leftWrap, .section01 .pickUp .rightWrap {
        float: none;
        width: 100%
        }
    .section01 .pickUp img {
        max-width: 100%
        }
    .section03 .listVoice li {
        float: none;
        width: 100%
        }
    .section03 .listVoice li:nth-child(2n) {
        margin-left: 0%
        }
    }
/* table
---------------------------------------------------------- */
.type01 {
    width: 100%;
    border-collapse: separate;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
    }
.type01 th, .type01 td {
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px
    }
.type01 thead th {
    background-color: #faf8f0;
    text-align: center;
    font-weight: bold
    }
.type01 thead td {
    text-align: left
    }
.type01 td {
    text-align: center
    }
@media screen and (max-width: 767px) {
    .table_basic01 {
        width: 100%
        }
    .table_basic01, .table_basic01 tbody, .table_basic01 tr, .table_basic01 th, .table_basic01 td {
        width: 100%;
        display: block
        }
    .table_basic01 th, .table_basic01 td {
        border-top: none;
        border-left: none;
        text-align: left
        }
    table thead {
        display: none
        }
    .table_basic01 th {
        background-color: #faf8f0;
        font-weight: bold
        }
    table td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold
        }
    }