@charset "utf-8";
/* CSS Document */

@media print,screen and (min-width: 741px){ 
#page .main_ttl{
margin-bottom: 30px;
text-align: center;
background-color: #004da0;
}

#page .main_ttl h2 {
width: 1000px;
margin: 0 auto;
font-size: 32px;
color: #fff;
background: url(https://answer-chintai.re-ws.jp/app/uploads/sites/1085/2023/09/voice_ico01.png) no-repeat 39% center;
padding: 45px 0 45px 30px;
}

#page .intro {
font-size: 15px;
color: #004da0;
text-align: center;
margin: 0 0 45px;
}
#page .voice {
margin: 0 auto 40px;
}
#page .voice_box{
background-image: url(https://answer-chintai.re-ws.jp/app/uploads/sites/1085/2023/09/voice_bg.gif);
background-repeat: no-repeat;
width: 485px;
height: 290px;
padding: 30px 20px;
margin: 0 30px 20px 0;
float: left;
box-sizing: border-box;
}

#page .voice_box:nth-of-type(2n) {
margin-right: 0;
}
#page .voice_box .txt {
width: 250px;
float: left;
}
#page .voice_box p{
font-size: 15px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
font-weight: normal;
line-height: 160%;
}
#page .voice_box .name{
color: #004da0;
font-weight: bold;
text-align: right;
font-size: 15px;
}
#page .voice_box .img{
float: right;
margin-left: 25px;
border: 2px solid #F6FE2F;
transition: .3s;
}

#page .voice_box .img:hover {
border-color: #004da0;
}
}

@media screen and (max-width: 740px){
#page .main_ttl{
margin-bottom: 30px;
text-align: center;
background-color: #004da0;
}

#page .main_ttl h2 {
width: 300px;
margin: 0 auto;
font-size: 18px;
color: #fff;
background: url(https://answer-chintai.re-ws.jp/app/uploads/sites/1085/2023/09/voice_ico01.png) no-repeat 30% center;
background-size: 20px;
padding: 20px 0 20px 15px;
}

#page .intro {
font-size: 15px;
color: #004da0;
text-align: center;
margin: 0 0 30px;
}
#page .voice {
width: 90%;
margin: 0 auto 60px;
}
#page .voice_box{
margin: 0 0 20px 0;
box-sizing: border-box;
text-align: center;
padding: 15px;
border: 2px solid #004da0;
border-radius: 5px;
}

#page .voice_box .txt {
width: 90%;
margin: 0 auto;
padding: 1% 3%;
}
#page .voice_box p{
font-size: 12px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-weight: normal;
line-height: 160%;
padding: 5%;
text-align: left;
}
#page .voice_box .name{
color: #004da0;
font-weight: bold;
text-align: right;
font-size: 15px;
padding: 0 10px 0 0;
}
#page .voice_box .img{
display: inline-block;
border: 2px solid #F6FE2F;
}
}