/* ------------------------------
 width: all
------------------------------ */
main section.ttlbox .wrapper {
  background-image: url(../../images/ttl_ss.jpg);
}

main section.s01 .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

main section.s01 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 45px;
  letter-spacing: 6px;
  margin-top: 10px;
  color: #0f1f55;
}

main section.s01 .wrapper .list {
  width: 900px;
  margin: 10px auto 0;
  border-top: 1px solid #000;
}

main section.s01 .wrapper .list li {
  width: 428px;
  float: left;
  background-color: #fff;
  padding: 35px 28px;
  margin-top: 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

main section.s01 .wrapper .list li:nth-child(even) {
  float: right;
}

main section.s01 .wrapper .list li .t01 {
  text-align: center;
  font-size: 28px;
  line-height: 140%;
  color: #0f1f55;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
}

main section.s01 .wrapper .list li .photo01 {
  max-width: 100%;
  display: block;
  margin: 20px auto 0;
}

main section.s01 .wrapper .list li .t02 {
  font-size: 16px;
  line-height: 160%;
  margin-top: 10px;
}

main section.s01 .wrapper .list li .btn_more {
  width: 243px;
  display: block;
  margin: 20px auto 0;
  position: relative;
}

main section.s01 .wrapper .list li .btn_more .btn02 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 243px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s01 .wrapper .list li .btn_more:hover {
  opacity: 1;
}

main section.s01 .wrapper .list li .btn_more:hover .btn02 {
  opacity: 1;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.ttlbox .wrapper {
    background-image: url(../../images/ttl_ss.jpg);
  }
  main section.s01 .wrapper {
    padding: 50px 20px;
  }
  main section.s01 .wrapper .icon_ttl {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 7px;
    color: #0f1f55;
  }
  main section.s01 .wrapper .list {
    width: 100%;
    margin: 10px auto 0;
    border-top: 1px solid #000;
  }
  main section.s01 .wrapper .list li {
    width: 100%;
    background-color: #fff;
    padding: 25px 20px;
    margin-top: 35px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
  main section.s01 .wrapper .list li:nth-child(even) {
    float: right;
  }
  main section.s01 .wrapper .list li .t01 {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    color: #0f1f55;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
  }
  main section.s01 .wrapper .list li .photo01 {
    max-width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .list li .t02 {
    font-size: 14px;
    line-height: 160%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .list li .btn_more {
    width: 200px;
    display: block;
    margin: 20px auto 0;
    position: relative;
  }
  main section.s01 .wrapper .list li .btn_more .btn02 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 200px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s01 .wrapper .list li .btn_more:hover {
    opacity: 1;
  }
  main section.s01 .wrapper .list li .btn_more:hover .btn02 {
    opacity: 1;
  }
}
