@charset "UTF-8";
/*common*/

p{
font-size:90%;
}

h2{
 margin-top: 10px auto;
 color: #86644b;
 font-family: tbudrgothic-std, sans-serif;
 font-weight: 900;
 text-align:center;
 font-size:120%;
}

main > div > .main_section {
 padding-bottom: 100px;
}

.comment-box_01 {
 margin: 0 auto 10px;
 text-align:center;
 max-width: 510px;
}

.comment-box_01 > img{
 margin:0 20px;
}


.notice{
 font-size:80%;
 max-width:800px;
 margin:30px auto 0;
 }


/*simple*/

main > div > .simple{
 background:#fff;
}

main > div > .simple > .section_inner {
 background: url("/shared/images/bg/letter.png") no-repeat right bottom/50%, #fff;
}

@media screen and (max-width: 1044px){
.notice{
 margin: 30px auto 10px;
}

.comment-box_01 {
 max-width: 380px;
}

}

@media screen and (max-width: 400px){
.notice{
 margin: 30px auto 5px;
}

.comment-box_01 {
 text-align: left;
 ont-size: 98%;
}

.comment-box_01 > img {
 margin: 0 15px;
}

}