.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:left;
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 {
padding-bottom:30px;
padding-top:30px;
}

.tips_title {
font-size:90%;
font-weight:700;
margin-bottom:20px;
min-height: 3em; /* line-height 1.5 × 2行分 */
line-height: 1.5;

display: flex;
align-items: center;
justify-content: center;

text-align: center;
}