@charset "UTF-8";

.page_local .mainvisual {
background-image: url("image/title.jpg");
}


.about p {
text-align: left;
margin-bottom: 1em;
}
.about p.txt_right {
text-align: right;
}
.philosophy p {
text-align: center;
}
.cont_map {
margin: 0px auto 0 auto;
text-align: center;
}
.bg_grad {
padding: 30px 0 100px 0;
}
.dl_style01 {
position: relative;
}
#about_sec02 a {
text-decoration: underline;
color: #052BFB;
position: relative;
}
#about_sec02 dd a:after {
content: '';
display: inline-block;
width: 12px;
height: 12px;
background-image: url("../common/img/icon_link.png");
background-size: contain;
vertical-align: middle;
margin-left: 7px;
position: relative;
top:-2px;
}

@media screen and (min-width: 0px) and (max-width: 640px) {

.cont_map {
padding-bottom: 20px;
}
.cont_map img {
width: 90%;
height: auto;
}
section .bg_grad:last-child {
padding-bottom: 40px;
}
}
