@charset "utf-8";
/*
Theme Name: marunaka
Theme URI: https://www.marunaka-shouyu.pro/~/themes~
Author: the marunaka-shouyu team
Author URI: https://www.marunaka-shouyu.pro/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.body.txt {
    background-color: #f5f2ed;
    width: 100% -90px;
    margin: 0 0 32px 0;
    padding: 16px 45px 16px 16px;
    line-height: 175%;
    /* padding-left: 45px;
    padding-right: 45px; */
}
#comment_area {
    border: 3px solid black;
    width:100%　−90px;
    margin: 0 0 32px 0;
    padding: 16px 45px 16px;
    /* padding-left: 45px;
    padding-right: 45px; */
}
.comment-author {
    margin-top: 4px;
    margin-bottom: 16px;
    line-height: 125%;
}

cite.fn_user_name {
    /* line-height: 100%; */
    font-size: 125%;
    padding: 0 5px;
}
.comment-text {
    line-height: 150%;
}
.area-select-year {
    margin: 0px 0 0;
}

/**
* 「お客様の声」ページのトップバナー
*/
.bnr_container {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.bnr_container div {
    position: absolute;
    top: 52.5%;
    left: 50%;
    font-size: xx-large;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bnr_container img {
    opacity: 0.5;
}
.bnr_tit_container {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho;
    /* font-weight:bold; */
    color: #2f1703;
    /* color: #FDF5E6; */
}
/* .bnr_tit_container h2 {
    font-size: 1.25em;
} */
.bnr_tit_container span {
    font-size: 0.45em;
}
/* スマホ対応(フォントのサイズを少しだけ小さくした) */
@media (max-width:767px) { 
    .bnr_tit_container h2 {
        font-size: 0.75em;
    }
    .bnr_tit_container span {
        font-size: 0.25em;
    }        
}
p {
    margin: 0px 0px 16px 0px;
}
