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

h3 {
margin-bottom: 30px;
text-align: center;
}
/*=========================== メインビジュアル */
#mv {
width: 100%;
min-width: 1000px;
height: 200px;
background: url(../img/img_mv.jpg) top center no-repeat;
}
#mv h2 {
width: 1000px;
margin: 0 auto;
padding-top: 55px;
text-align: left;
}
/*=========================== 見出し */
.site-copy{
color:#51b4e3;
font-style:italic;
font-weight:normal;
}
/*=========================== topic */
.topic {
width: 1000px;
margin: 70px auto;
}
.topic h4 {
text-align: center;
margin: 30px 0;
}
.topic .imgBox {
float: left;
margin-right: 45px;
}
.topic .detail {
float: left;
width: 505px;
font-size: 1.4rem;
}
.topic .detail p.lead {
margin-bottom: 18px;
font-size: 1.5rem;
line-height: 1.8;
}
.topic .contact {
padding-left: 20px;
background: url(../img/line_detail.png) top left repeat-y;
}
#topic01 .contact {
margin-top: 62px;
}
#topic02 .contact {
margin-top: 37px;
}
.topic .contact p {
width: 500px;
font-weight: bold;
line-height: 1.8em;
margin-bottom: 15px;
}
.topic .contact p span {
font-size: 1.8rem;
}
.topic .contact li {
margin-bottom: 15px;
line-height: 1.2rem;
}
.topic .contact li span {
margin-left: 20px;
}
.topic .contact li img {
margin-right: 10px;
}
.topic .contact li a {
color: #639bd2;
vertical-align: bottom;
}
.topic .contact li span.iconContact {
margin: 0px 10px 0px 0px;
padding: 0 4px;
color:#51B4E3;
font-size: 4pt;
background-color: #D8EEF9;
}