.bottom_title_area {
background-color:#f4f7fd;
background-image:url(../images/bottom_bg.jpg);
background-position:center;
background-position:top;
background-repeat:no-repeat;
}

.bottom_title {
font-size:260%;
font-weight:700;
margin-top:10px;
}

.bottom_title_sub {
text-transform: uppercase;
font-size:85%;
color:#2658d8;
text-align:left;
margin-bottom:0px;
font-weight:700;
padding-top:60px;

}
.bottom_title_lead {
padding-bottom:50px;
margin-top:30px;
font-size:95%;
line-height:200%;
font-weight:700;

}

@media screen and (max-width: 768px) {
.bottom_title_area {
background-image:url(../images/bottom_bg_sp.jpg);
background-position:right;
background-position:top;
background-repeat:no-repeat;
}
.bottom_title,.bottom_title_sub,.bottom_title_lead{
  text-shadow:
     1px  0   0 #fff,
    -1px  0   0 #fff,
     0    1px 0 #fff,
     0   -1px 0 #fff,
     0    0   8px rgba(255, 255, 255, 0.95),
     0    0  14px rgba(255, 255, 255, 0.8);

}
}


.bottom_main {
background-color:#f4f7fd;
background-image:url(../images/bottom_bg_02.jpg);
background-repeat:repeat-y;
background-position:center;
}
.bottom_main .wrap {

}
.about {
font-size:90%;
line-height:170%;
padding-top:30px;
}


.about_btn{
display:inline-block;
background-color:#1273ea;
color:#FFF;
border-radius:12px;
padding:0px 10px;
font-size:70%;
}

