/* ------------------------------
 width: all
------------------------------ */
main .bc ul li {
  border-right: 1px solid #fff;
}
main .bc ul li a,
main .bc ul li span {
  color: #fff;
}
main section.s01 {
  padding-bottom: 150px;
}
main section.s01 .wrapper .mainphoto {
  margin-top: -140px;
}
main section.s01 .wrapper .mainphoto .photo {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .contents {
  width: 1200px;
  margin: 80px auto 0;
}
main section.s01 .wrapper .contents .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .contents .dl01 dt {
  width: 150px;
  font-size: 24px;
  color: #1d738c;
}
main section.s01 .wrapper .contents .dl01 dd {
  width: calc(100% - 150px);
  text-align: right;
}
main section.s01 .wrapper .contents .dl01 dd a {
  display: inline-block;
  vertical-align: top;
  color: #1d738c;
  font-size: 14px;
  text-decoration: none;
  margin: 5px 0 5px 15px;
}
main section.s01 .wrapper .contents h3 {
  border-top: 2px solid #1d738c;
  border-bottom: 2px solid #1d738c;
  padding: 15px 0;
  font-size: 32px;
  color: #1d738c;
  line-height: 150%;
  margin-top: 10px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main .bc ul li {
    border-right: 1px solid #fff;
  }
  main .bc ul li a,
  main .bc ul li span {
    color: #fff;
  }
  main section.s01 {
    padding: 0 20px 70px;
  }
  main section.s01 .wrapper .mainphoto {
    margin-top: -50px;
  }
  main section.s01 .wrapper .mainphoto .photo {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: block;
  }
  main section.s01 .wrapper .contents {
    width: 100%;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .contents .dl01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .contents .dl01 dt {
    width: 90px;
    font-size: 16px;
    color: #1d738c;
  }
  main section.s01 .wrapper .contents .dl01 dd {
    width: calc(100% - 90px);
    text-align: right;
  }
  main section.s01 .wrapper .contents .dl01 dd a {
    display: inline-block;
    vertical-align: top;
    color: #1d738c;
    font-size: 12px;
    text-decoration: none;
    margin: 3px 0 3px 10px;
  }
  main section.s01 .wrapper .contents h3 {
    border-top: 2px solid #1d738c;
    border-bottom: 2px solid #1d738c;
    padding: 10px 0;
    font-size: 18px;
    color: #1d738c;
    line-height: 150%;
    margin-top: 5px;
  }
}