@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 768px) {
#message{
position: relative;
margin: 0 auto 160px;
}

#message .section_wrap{
max-width: 1200px;
padding: 0 60px 150px;
margin: 0 auto;
}

.block_img{
border-radius: 60px;
overflow: hidden;
margin: 0 auto 80px;
}

#message .section_wrap .block{
position: relative;
width: 80%;
margin: 0 auto 100px;
}

#message .section_wrap .block h2{
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
margin: 0 auto 40px;
position: relative;
padding-top: 25px;
box-sizing: border-box;
}

#message .section_wrap .block h2::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 3px;
background: #CC0000;
}

#message .section_wrap .block .txt{
line-height: 2;
}

#message .section_wrap .ph_list{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#message .section_wrap .ph_list li{
width: 31.33%;
position: relative;
}

#message .section_wrap .ph_list li img{
border-radius: .6rem;
overflow: hidden;
margin: 0 auto 16px;
}

#message .section_wrap .ph_list li h4{
font-size: 1rem;
font-weight:700;
line-height: 1;
text-align: center;
color: #CC0000;
border:3px solid #CC0000;
padding:8px 5px;
box-sizing: border-box;
margin: 0 auto 20px;
}

#message .section_wrap .ph_list li h5{
width: 96%;
margin: auto;
font-weight: 600;
font-size: .8rem;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#message{
position: relative;
margin: 0 auto 80px;
}

#message .section_wrap{
width: 90%;
margin: 0 auto;
}

.block_img{
border-radius:1rem;
overflow: hidden;
margin: 0 auto 30px;
}

#message .section_wrap .block{
position: relative;
width: 90%;
margin: 0 auto 30px;
}

#message .section_wrap .block h2{
font-size: 1rem;
font-weight: 700;
line-height: 1.2;
margin: 0 auto 20px;
position: relative;
padding-top: 10px;
box-sizing: border-box;
}

#message .section_wrap .block h2::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 3px;
background: #CC0000;
}

#message .section_wrap .block .txt{
line-height: 2;
}

#message .section_wrap .ph_list{
width: 100%;
}

#message .section_wrap .ph_list li{
width: 100%;
position: relative;
margin: 0 auto 30px;
}

#message .section_wrap .ph_list li img{
border-radius: .6rem;
overflow: hidden;
margin: 0 auto 16px;
}

#message .section_wrap .ph_list li h4{
font-size: .7rem;
font-weight:700;
line-height: 1;
text-align: center;
color: #CC0000;
border:3px solid #CC0000;
padding:8px 5px;
box-sizing: border-box;
margin: 0 auto 10px;
}

#message .section_wrap .ph_list li h5{
width: 96%;
margin: auto;
font-weight: 600;
font-size: .7rem;
}



}