@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('icomoon/fonts/icomoon.eot?7rxmn6');
    src: url('icomoon/fonts/icomoon.eot?7rxmn6#iefix') format('embedded-opentype'), url('icomoon/fonts/icomoon.ttf?7rxmn6') format('truetype'), url('icomoon/fonts/icomoon.woff?7rxmn6') format('woff'), url('icomoon/fonts/icomoon.svg?7rxmn6#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sitemap:before
{
    content: '\e900';
}

.icon-uniF02F:before
{
    content: '\f02f';
}

.icon-uniF100:before
{
    content: '\f100';
}

.icon-uniF101:before
{
    content: '\f101';
}

.icon-uniF102:before
{
    content: '\f102';
}

.icon-uniF103:before
{
    content: '\f103';
}

.icon-uniF104:before
{
    content: '\f104';
}

.icon-uniF105:before
{
    content: '\f105';
}

.icon-uniF106:before
{
    content: '\f106';
}

.icon-uniF107:before
{
    content: '\f107';
}

.button,
.voice__btns__btn a,
.button::before,
.voice__btns__btn a::before,
.button::after,
.voice__btns__btn a::after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all .3s;
            transition: all .3s;
}

.voice__figure
{
    width: 1000px;
    height: 400px;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    .voice__figure
    {
        width: 100%;
        height: auto;
    }
}

.voice__figure img
{
    max-width: 100%;
}

.voice__aside
{
    margin-top: 20px;

    border-top: 1px dashed #c0c0c0;
}

@media screen and (max-width: 768px)
{
    .voice__aside
    {
        width: 90%;
        margin: 20px auto 0 auto;
    }
}

.voice__aside__ttl
{
    font-size: 18px;
    font-size: 1.8rem;

    display: inline-block;

    width: 380px;
    margin-top: 30px;
    padding: 15px 0;

    letter-spacing: 1px;

    color: #fff;
    border-radius: 100px;
    background-color: #86c53a;
}

@media screen and (max-width: 768px)
{
    .voice__aside__ttl
    {
        width: 100%;
    }
}

.voice__aside__h4,
.voice__sotto__h4
{
    font-family: serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.5;

    margin-top: 30px;
}

@media screen and (max-width: 768px)
{
    .voice__aside__h4,
    .voice__sotto__h4
    {
        text-align: left;
    }
}

.voice__aside__desc
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;

    margin-top: 20px;
}

@media screen and (max-width: 768px)
{
    .voice__aside__desc
    {
        margin-top: 10px;

        text-align: left;
    }
}

.voice__btns
{
    display: -moz-flex;
    display:  -ms-flex;
    display:   -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:      flex;

    margin-top: 20px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .voice__btns
    {
        display: block;

        width: 90%;
        margin: 20px auto 0 auto;
    }
}

.voice__btns__btn
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;

    width: 35%;
}

@media screen and (max-width: 768px)
{
    .voice__btns__btn
    {
        width: 100%;
    }
}

.voice__btns__btn:nth-of-type(1)
{
    margin-right: 3%;
}

@media screen and (max-width: 768px)
{
    .voice__btns__btn:nth-of-type(1)
    {
        margin-right: 0;
    }
}

.voice__btns__btn:nth-of-type(1) a
{
    border: 1px solid #63b6ea;
    border-bottom: 2px solid #517c97;
    background-color: #63b6ea;
}

.voice__btns__btn:nth-of-type(1) a:hover
{
    color: #63b6ea;
    border-bottom: 2px solid #63b6ea;
}

.voice__btns__btn:nth-of-type(1) a:hover::after
{
    color: #63b6ea;
}

.voice__btns__btn:nth-of-type(2) a
{
    border: 1px solid #ed483d;
    border-bottom: 2px solid #a23730;
    background-color: #ed483d;
}

@media screen and (max-width: 768px)
{
    .voice__btns__btn:nth-of-type(2) a
    {
        margin-top: 20px;
    }
}

.voice__btns__btn:nth-of-type(2) a:hover
{
    color: #ed483d;
    border-bottom: 2px solid #ed483d;
}

.voice__btns__btn:nth-of-type(2) a:hover::after
{
    color: #ed483d;
}

.voice__btns__btn a
{
    position: relative;

    display: block;
    display: -moz-flex;
    display:  -ms-flex;
    display:   -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:      flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px 0;

    color: #fff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.voice__btns__btn a:hover
{
    text-decoration: none;

    background-color: #fff;
}

.voice__btns__btn a::after
{
    font-family: 'icomoon';
    font-weight: normal;

    position: absolute;
    right: 5%;

    content: '\f105';

    color: #fff;
    border-radius: 100px;
}

.voice__sotto
{
    margin-top: 30px;

    border-top: 1px dashed #c0c0c0;
}

@media screen and (max-width: 768px)
{
    .voice__sotto
    {
        width: 90%;
        margin: 30px auto 0 auto;
    }
}

.voice__sotto__h4 span
{
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;

    display: block;

    width: 380px;
    margin: 0 auto 25px auto;
    padding: 15px 0;

    color: #fff;
    border-radius: 100px;
    background-color: #5b3111;
}

@media screen and (max-width: 768px)
{
    .voice__sotto__h4 span
    {
        width: 100%;

        text-align: center;
    }
}

.voice__sotto__figure
{
    display: -moz-flex;
    display:  -ms-flex;
    display:   -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:      flex;

    width: 260px;
    height: 120px;
    margin: 0 auto;
    margin-top: 25px;

    border: 1px solid #5b3111;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.voice__sotto__figure img
{
    display: block;
}
