@charset "UTF-8";
#pageTitle {
  width: 100%;
  height: 450px;
  text-align: left;
  background: url(../img/message/pic_main.jpg) no-repeat right top #f6f6f6; 
}
#pageTitle h2{
  font-size: 55px;
  font-family: "Roboto";
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  padding-top: 80px;
  margin-bottom: 50px;
}
#pageTitle h2 span {
  font-size: 22px;
  display: block;
  line-height: 1em;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
#pageTitle p.lead{
  font-size: 26px;
  font-family: "Roboto";
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
  display: block;
  color: #001a69;
  margin-top: 0;
  letter-spacing: -0.04em;
}
/* pageContent */
#pageContent {
  text-align: center;
  padding: 60px 0;
}
#pageContent .col{
  text-align: left;
  margin-bottom: 55px;
}
#pageContent .col h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  color: #00246f;
  text-align: center;
  margin-bottom: 20px;
}
#pageContent .col .text p {
  margin-bottom: 0em;
}
#pageContent .col .text p.mb1em {
  margin-bottom: 1.5em;
}
/* sp */
@media screen and (max-width: 715px) {
  #pageTitle {
    width: 100%;
    height: 298px;
    text-align: left;
    background: url(../img/message/pic_main_sp.jpg) no-repeat right bottom;
    background-size: auto 100% ;
    background-color: #f6f6f6;
    position: relative;
  }
  #pageTitle h2{
    font-size: 30px;
    font-weight: 600;
    margin: 40px 0 20px;
    padding-top: 0;
    
  }
  #pageTitle h2 span {
    font-size: 14px;
    display: block;
    line-height: 1em;
    width: 100%;
    text-align: center;
  }
  #pageTitle p.lead {
    font-size: 14px;
  }
  #pageContent {
    font-size: 15px;
    text-align: center;
    padding: 30px 0;
  }
  #pageContent .col h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    color: #00246f;
    text-align: center;
    margin-bottom: 20px;
  }
  #pageContent .col .text p {
    font-size: 14px;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 321px) {
  #pageTitle {
    width: 100%;
    height: 247px;
    text-align: left;
    background: url(../img/message/pic_main_sp.jpg) no-repeat left top #f6f6f6;
    background-size: 100% auto;
    background-color: #fff;
  }
  #pageTitle h2{
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 ;
    padding-top: 0;
    
  }
}