body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*TOP VIEW*/

#home .content img{

    display: flex;
    justify-content: center;
    align-items: center;
}

#home h3 {
    color: #313131;
}

.heading {
    padding: 1em 0 0;
}

@media screen and (min-width: 768px) {

/*
    #home {
        padding-top: 49px;
    }
*/

    #features .features_img {
        width: 50%;
    }

}

@media screen and (max-width: 767px) {

    #home1 {
        display: none;
    }

    #about img {
        width: 85%;
    }

    #features .features_img {
        width: 80%;
    }

    #about .sp-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {

    #home1 .pc_top {
        display: none;
    }

    #home .container {
        width: 80%;
    }

    .heading {
        padding: 1em 0 2em;
    }

    #about .about-img {
        margin: 1rem 0 0;
    }

}



/*Common*/
.txt-left {
    text-align: left;
}

.va-middle {
    display: flex;
    justify-content: center;
    align-items:center;
}

.va-top {
    display: flex;
    justify-content: center;
    align-items:center;
}

.logo_right {
    display: flex;
    justify-content: flex-end;
}

.mt-10 {
    margin-top: 3em;
}


h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

/*Section*/

.use-mb {
    margin-bottom: 1em;
}

.feature-mb {
    margin-bottom: 1.5em;
}

/*Section USE*/
#voice .content , #use .content , #spec .content{
    margin-bottom: 0;
}

/*Section qa*/
#QandA-2 {
    width: 100%;
    font-family: メイリオ;
    font-size: 12px;
    text-align: left;
}
#QandA-2 h3 {
    font-size: 16px;
    margin-top: 32px;
}
#QandA-2 dl {
    border: 1px solid #ccc;
}
#QandA-2 dt {
    font-weight: 400;
    color: #111;
    background: #f4f4f4;
    padding: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#QandA-2 dt:first-child {
    border-top: none;
}
#QandA-2 dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
}
#QandA-2 dd {
    padding: 16px 16px 24px 40px;
    margin: 0;
    line-height: 140%;
}
#QandA-2 dd {
    font-weight: bold;
}
#QandA-2 dd:before {
    content: "A.";
    font-weight: bold;
    margin-right: 8px;
    margin-left: -21px;
}

.openBtn {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #D2E4AC;
    border-left: 10px solid #D2E4AC;
    color: #666;
}

#q_a .openBtn:hover, #q_a .openBtn:active{
    background-color: #dcf4cb;
}

.textArea {
    display: none;
    padding: 10px 10px 30px 50px;
    color: #666;
}

#spec .heading , #q_a .heading , #contactus .heading {
    padding-bottom: 1em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0 0 2em 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px rgba(175, 176, 178, 1);
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.1);
}

table tbody .tbl-two {
    background-color: rgba(103, 191, 39, 0.1);
}

table td {
    padding: 0.75em 0.75em;
}

table th {
    color: #313131;
    font-size: 0.9em;
    font-weight: 400;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: center;
}

table .tbl-bd{
    border-top: solid 2px rgba(175, 176, 178, 1);
    border-bottom: solid 2px rgba(175, 176, 178, 1);
}

table .tbl-bd-t {

}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px rgba(0, 0, 0, 0.125);
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/*Scroll Button*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 0;
}

#pageTop i {
    position:absolute;
    top: 23px;
    left: 23px;
    color: #afb0b2;
}

#pageTop a {
    display: block;
    z-index: 2;
/*    padding: 13px 15px 0 0px;*/
/*    border-radius: 30px;*/
    width: 60px;
    height: 60px;
    background-color: rgba(175, 176, 178, 0.5);
    border: 2px solid rgba(175, 176, 178, 0.9);
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*Footer*/
#footer {
    color: #313131;
    text-align: left;
}

#footer a{
    color: #313131;
}

#footer a:hover, #footer a:focus {
    color: #00913a;
}

#footer address:before{
    font-family: FontAwesome;
    content : "\f098";
    margin-right: 10px;
    vertical-align:baseline;
}

#footer small:before{
    font-family: FontAwesome;
    content : "\f1f9";
    margin-right: 10px;
    vertical-align:baseline;
}
