@charset "UTF-8";

#voice + .widget_gallery01 table {
    width: 100%;
    table-layout: fixed;
}
#voice + .widget_gallery01 .inner_item .heading h4 {
    background: #a9db8e80;
    padding: 5px 10px 5px 25px;
    margin-bottom: 0px;
    display: block;
}
#voice + .widget_gallery01 .inner_item .heading h4:before {
    top: 50%;
    transform: translateY(-50%);
}
#voice + .widget_gallery01 .inner_item .heading .head {
    position: absolute;
    top: 7px;
    right: 10px;
    font-weight: 600;
}
#voice + .widget_gallery01 table.voice_table_pc {
    background: #a9db8e80;
}
#voice + .widget_gallery01 table.voice_table_sp {
    display: none;
    background: #a9db8e80;
}
#voice + .widget_gallery01 .inner_item p {
    font-family: 'Noto Sans JP', sans-serif;
}
#voice + .widget_gallery01 .inner_item {
    border: 3px solid #8A5D3A;
    box-sizing: border-box;
}


@media screen and (max-width: 900px) {
#voice + .widget_gallery01 table.voice_table_pc {
    display: none;
}
#voice + .widget_gallery01 table.voice_table_sp {
    display: block;
    border-bottom: 1px solid;
    font-size: 3.1vw;
}
#voice + .widget_gallery01 table.voice_table_sp td:nth-child(n + 2) {
    padding-left: 1rem;
}
}

@media screen and (max-width: 800px) {
#voice + .widget_gallery01 .inner_item .heading .head {
    background: #a9db8e80;
    border-bottom: 1px solid var(--i_border_color);
    position: initial;
    text-align: right;
   padding-right: 0.5rem;
}
}

#voice + .widget_gallery01 .inner_item p {
    font-weight: 600;
}
.widget_gallery01.add_design4 .inner_item .heading {
    margin: 0px !important;
}
@media screen and (max-width: 600px) {
.widget_gallery01.add_design4 .inner_item a {
    margin: 0 auto 0px;
}
}

p.text {
    background: #e4dfdf80!important;
}

#voice + .widget_gallery01 .inner_item p {
    background: #e4dfdf80!important;
}