/*------------------------------------------------------------------------------
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
    }
a.btn01:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 5px
    }
.section01 {
    margin-bottom: 60px
    }
.section01 p {
    margin-bottom: 40px
    }
.section02 .listVoice {
    margin-bottom: 30px
    }
.section02 .listVoice li {
    box-sizing: border-box;
    float: left;
    width: 490px;
    margin-bottom: 20px;
    padding: 20px;
    border: 6px solid #d8d3bf
    }
.section02 .listVoice li:nth-child(2n) {
    margin-left: 20px
    }
.section02 .listVoice h4 {
    font-size: 129%;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: bold
    }
.section02 .listVoice li .fig {
    box-sizing: border-box;
    float: left;
    width: 80px
    }
.section02 .listVoice li .ttlWrap {
    margin-bottom: 10px;
    padding-bottom: 15px;
    background: url(../img/top/top_sec02_tit_bordr.png) repeat-x left bottom
    }
.section02 .listVoice li .ttl {
    float: none;
    margin-left: 97px
    }
.section02 .listVoice li .name {
    color: #4e441e;
    font-weight: bold
    }
.section03 h4, .section04 h4 {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d3bf
    }
.section03 h4 img, .section04 h4 img {
    max-width: 100%
    }
.section03 ul {
    width: 500px;
    margin: 30px auto 60px
    }
.section03 ul li a.btn01, .section04 ul li a.btn01 {
    background: #417b2a;
    color: #FFF !important
    }
.section04 ul {
    width: 500px;
    margin: 30px auto 30px
    }
.section04 .txt01 {
    margin-bottom: 30px
    }
@media screen and (max-width: 767px) {
    /*.ttlType01 {
    	font-size:129%;
    	padding:0 0 10px 30px;
    	margin-bottom:20px;
    }
    .ttlType01:before {
    	top:5px;
    	width: 20px;
    	height: 20px;
    	background-size: 100%;
    }*/
    .ttlType02 {
        font-size: 114%;
        padding: 8px 12px;
        margin-bottom: 10px
        }
    .section01 {
        margin-bottom: 40px
        }
    .section01 p {
        margin-bottom: 20px
        }
    .section02 .listVoice li {
        float: none;
        width: 100%
        }
    .section02 .listVoice li:nth-child(2n) {
        margin-left: 0%
        }
    .section03 ul {
        width: 100%
        }
    .section04 ul {
        width: 100%;
        margin: 30px auto 60px
        }
    }
/* 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
        }
    }