img{
    max-width: 100%;
    height: auto;
}
img.right{
    float: right;
    margin: 0 0 1.0em 1.0em;
}
#contents #menu{
    color: #231815;
}
#contents #menu h3{
    margin-bottom: 20px;
}
#contents #menu h4{
    margin-bottom: 10px;
}
#contents #menu p{
    line-height: 1.8;
    margin-bottom: 1.5em;
}

#contents #menu p.special{
    margin-bottom: 40px;
}
#contents #menu section{
    width: 628px;
    margin: 0 auto 40px;
}

#contents #menu p.center{
    text-align: center;
}
#contents #menu .box{
    background-image: url('../images/box-bg.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    width: 628px;
    margin: 0 auto;
    padding: 0;
}
#contents #menu .box:after{
    display: block;
    content: '';
    width: 628px;
    height: 8px;
    margin: 0 auto 20px;
    background-image: url('../images/box-bottom.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
#contents #menu .box h4{
    margin: 0 0 1.0em;
}
#contents #menu .box p{
    padding: 0 2.5em; 
}
#contents #menu #price h4{
    font-size: 20px;
    text-indent: -3.0em;
    padding-left: 3.0em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
#contents #menu #price .box{
    background-image: url('../images/box2-bg.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    width: 628px;
    margin: 0 auto;
    padding: 0;
    /* overflow: hidden; */
}
#contents #menu #price .box:after{
    display: block;
    content: '';
    width: 628px;
    height: 8px;
    margin: 0 auto 20px;
    background-image: url('../images/box2-bottom.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
#contents #menu #price .box h4{
    margin: 0 0 1.0em;
    text-indent: 0;
    padding-left: 0;
}
#contents #menu #price .box .wrapper{
    padding: 1.0em 2.5em;
}
#contents #menu #price .box h5{
    margin: 0 0 1.0em; 
}
#contents #menu #price .box p{
    padding: 0;
}
#contents #menu #price .box p.strong{
    font-size: 20px;
    text-indent: -3.0em;
    padding-left: 3.0em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-weight: bold;
}
#contents #menu #price .box p.button{
    text-align: center;
    margin-bottom: 0.25em;
}
#contents #menu #price .box p.button a{
    display: inline-block;
    background-color: #1ebda0;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 0.25em 2.0em;
    border-radius: 0.5em;
    text-decoration: none;
    font-weight: bold;
}
#contents #menu #price .box p.notice{
    text-align: center;
    width: 60%;
    margin: 0 auto 1.5em;
}

#contents #menu #voice{
    background-color: #f0f8fd;
    padding: 0 0 20px;
    width: 685px;
}
#contents #menu #voice h3{
    margin: 0 0 15px;
}
#contents #menu #voice .inner{
    padding: 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#contents #menu #voice .inner h4{
    font-size: 20px;
    color: #006fff;
    display: table;
}
#contents #menu #voice .inner h4 img{
    display: table-cell;
    vertical-align: middle;
    width: 72px;
    margin-right: 15px;
}
#contents #menu #voice .inner h4 span{
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 87px);
    line-height: 1.5;
}
#contents #menu #voice .inner img{
    float: left;
    margin-right: 15px;
}
#contents #menu #voice .inner h5{
    color: #006fff;
    font-size: 13px;
    line-height: 2.0;
}
#contents #menu #voice .inner p{
    line-height: 2.0;
}
#contents #menu #voice .inner p a{
    float: right;
    color: #006fff;
}
#contents #menu #voice p.center{
    clear: both;
    margin-bottom: 0;
}

#contents #voice_list article{
    width: calc(100% - 50px);
    border-top: 4px solid #006fff;
    border-bottom: 4px solid #006fff;
    margin: 0 auto 30px;
    padding: 20px 25px;
}

#contents #voice_list article h4{
    font-size: 20px;
    color: #006fff;
    display: table;
    margin-bottom: 30px;
}
#contents #voice_list article h4 img{
    display: table-cell;
    vertical-align: middle;
    width: 72px;
    margin-right: 15px;
}
#contents #voice_list article h4 span{
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 87px);
    line-height: 1.5;
}
#contents #voice_list article .image{
    float: left;
    margin-right: 25px;
    text-align: center;
    width: 268px;
}
#contents #voice_list article .image img{
    width: 100%;
    display: block;
    margin-bottom: 8px;
}
#contents #voice_list article .image span{
    display: inline-block;
}
#contents #voice_list article .content{
    width: 100%;
    margin-bottom: 20px;
}
#contents #voice_list article .content h5{
    color: #006fff;
    font-size: 13px;
    line-height: 2.0;
}
#contents #voice_list article .content h5:not(:first-of-type){
    margin-top: 20px;
}
#contents #voice_list article .content p{
    line-height: 2.0;
}
#contents #voice_list article .from{
    width: 100%;
    margin-left: -15px;
    padding: 15px;
    background-color: #f0f8fd;
}
#contents #voice_list article .from h5{
    color: #2da200;
    font-size: 13px;
    line-height: 2.0;
}
#contents #voice_list article .from p{
    line-height: 2.0;
}