@charset "utf-8";
body {
    background: url(../images/about/bg_page.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
#about .contentsBox {
    width: 970px;
    margin: 40px auto 40px auto;
    background-color: #000;
}
#about .contentsBox h3 {
    width: 970px;
    margin: 0 auto;
    line-height: 70px;
    padding-left: 30px;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    background-color: #000;
}
#about .contentsBox img {
  max-width: 100%;
}
#about .contentsBox .detail {
    width: 970px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
}
#about .contentsBox h4 {
    margin-bottom: 35px;
    padding: 0;
    background: none;
    font-size: 18px;
}
#about.contact .contentsBox h4 {
    margin-bottom: 0;
    padding: 0;
    background: none;
    font-size: 18px;
}
#about .contentsBox p {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.8;
}
#about.access .contentsBox p {
    margin-bottom: 0;
}
#about .contentsBox .detail .textBox .right {
    float: right;
    margin: 0 0 50px 20px;
}
#about .contentsBox .detail .textBox p {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.8;
}
#about .contentsBox .detail .profile ul {
    float: right;
    width: 500px;
}
#about .contentsBox .detail .profile ul li {
    width: 500px;
    text-align: right;
    font-size: 14px;
    line-height: 1.8;
}
#about .aboutArea {
    width: 970px;
    margin: 0 auto 40px auto;
}
#about .aboutArea h3 {
    width: 970px;
    margin: 0 auto;
    line-height: 70px;
    padding-left: 30px;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    background-color: #000;
}
#about .aboutArea .detail {
    width: 970px;
    margin: 0 auto;
    background-color: #fff;
}
#about .aboutArea table {
    width: 970px;
}
#about .aboutArea table th {
    width: 164px;
    padding: 10px 0 10px 20px;
    text-align: left;
    font-size: 14px;
    background-color: #e5f0f7;
    border-bottom: 1px solid #ccc;
}
#about .aboutArea table td {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
#about .aboutArea table td a:visited {
    color: #3879a8;
    text-decoration: underline;
}
#about .aboutArea table td.Sponsorship a {
    color: #3879a8;
    text-decoration: underline;
}
#about .committeeArea {
    width: 970px;
    margin: 0 auto;
    padding-bottom: 40px;
}
#about .committeeArea .commTtl {
    width: 970px;
    margin: 0 auto;
    padding: 0 0 20px 30px;
    background-color: #000;
}
#about .committeeArea .commTtl h3 {
    margin: 0;
    line-height: 70px;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}
#about .committeeArea .commTtl p {
    margin-top: -40px;
    padding-right: 30px;
    font-size: 12px;
    color: #fff;
    text-align: right;
}
#about .committeeArea .detail {
    width: 970px;
    margin: 0 auto;
    background-color: #fff;
}
#about .committeeArea h4 {
    padding: 6px 0 6px 20px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #1070ae;
}
#about .committeeArea table {
    width: 970px;
    height: auto;
    padding-bottom: 30px;
}
#about .committeeArea table th {
    width: 164px;
    padding: 10px 0 10px 20px;
    text-align: left;
    font-size: 14px;
    background-color: #e5f0f8;
    border-bottom: 1px solid #ccc;
}
#about .committeeArea table td {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
/*2017追加*/
body#about a.about {
    background-color: rgba(30, 95, 143, 0.8);
    color: #00a1ff;
}
.breadcrumb {
    background: rgba(10,144,97,0.8);
    width: 100%;
    height: 30px;
    filter: alpha(opacity=85);
    display: table;
    color: #fff;
    text-decoration: none;
}
.breadcrumb p {
    height: 30px;
    width: 970px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 12px;
}
.lowerPage .contents .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.lbj_main_Ttl {
  width: 100%;
  text-align: left;
  background: rgba(4, 42, 66, 0.8);
  margin: 0 ;
}
.lbj_main_Ttl h2{
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  width: 970px;
  background: none;
  padding: 10px 0;
  margin: 0 auto;
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
}
#about i.fa {
  margin: 0 10px 0 0;
  color: #0ca2fb;
}
@media only screen and (max-width: 768px){
.mainTitle {
  width: 100%;
}
.breadcrumb p {
  width: 100%;
  padding-left: 3.125%;
  padding-right: 3.125%;
  font-size: 0.7em;
}
.lbj_main_Ttl {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}
.lbj_main_Ttl h2 {
  width: auto;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 3.125%;
  padding-right: 3.125%;
}
.mainSectionArea,
.cd-main-content {
  background: none;
}
.mainSectionArea h3{
  margin-bottom: 0px!important;
}
/*コンテンツボックス*/
#about .contentsBox {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0px 20px;
  background: none;
}
#about .contentsBox:last-of-type {
  padding-bottom: 6.25%;
}
#about .contentsBox h3 {
  width: 100%;
  padding: 3.125%;
  line-height: normal;
  font-size: 18px;
}
#about .contentsBox .detail{
  width: 100%;
  padding: 3.125%;
}
#about .contentsBox .detail .textBox .right {
    width: 25%;
    margin: 0 0 3.125% 3.125%;
}
#about .contentsBox .detail .textBox .right img {
    width: 100%;
}
#about .contentsBox h4 {
    margin-bottom: 6.25%;
    font-size: 16px;
}
#about .contentsBox .detail h4 {
    margin-bottom: 0;
}
#about .contentsBox p {
    margin-bottom: 6.25%;
}
#about .contentsBox .detail .textBox p {
    margin-bottom: 6.25%;
}
/*aboutarea*/
#about .aboutArea{
  width: 100%;
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
}
#about .aboutArea h3 {
  width: 100%;
  padding: 3.125%;
  line-height: normal;
  font-size: 18px;
}
#about .aboutArea:after{
  clear: both;
}
#about .aboutArea .detail{
  width: 100%;
}
#about .aboutArea table{
  width: 100%;
}
#about .aboutArea table th{
  width: 100%;
  float: left;
  padding: 3.125%;
}
#about .aboutArea table td{
  width: 100%;
  float: left;
  padding: 3.125%;
}
/*commitarea*/
#about .committeeArea{
  width: 100%;
  padding: 20px;
}
#about .committeeArea .commTtl{
  width: 100%;
  padding: 0;
}
#about .committeeArea .commTtl h3 {
  width: 100%;
  padding: 3.125%;
  line-height: normal;
  font-size: 1em;
}
#about .committeeArea .commTtl p {
  margin-top: -6.25%;
  padding: 3.125%;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
#about .committeeArea .detail{
  width: 100%;
}
#about .committeeArea h4{
  padding: 3.125%;
}
#about .committeeArea table {
    width: 100%;
}
#about .committeeArea table th {
  width: 100%;
  padding: 3.125%;
  float: left;
}
#about .committeeArea table td {
  width: 100%;
  padding: 3.125%;
  float: left;
}
