/* Top page
-------------------------------------------------*/
.t_boxa {
  position: relative;
}

.t_boxa_inner {
  background-color: rgba(14, 32, 86, 0.86);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.t_boxa_ttl p {
  text-align: center;
  color: #fff;
  line-height: 120%;
}

.t_boxa_ttl p.t1 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 15px;
}

.t_boxa_ttl p.t2 {
  font-size: 10px;
}

.t_boxa_ttl:after {
  content: '';
  display: block;
  width: 58px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto 0;
}

.t_boxa_txt {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  padding: 35px 0 40px;
}

.t_box1_ttl {
  background-color: #111;
  padding: 45px 0 30px;
}

.t_box1_ttl p {
  text-align: center;
  line-height: 120%;
  color: #fff;
}

.t_box1_ttl p.t1 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
}

.t_box1_ttl p.t2 {
  font-size: 8px;
}

.t_box1_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t_box1_items .item {
  width: 25%;
}



.t_box1_items .item_ttl {
  padding: 70px 0 24px;
}

.t_box1_items .item_ttl p {
  text-align: center;
  line-height: 120%;
  color: #111;
}

.t_box1_items .item_ttl p.t1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.t_box1_items .item_ttl p.t2 {
  font-size: 10px;
  color: #aaa;
}

.t_box1_items .item_img {
  position: relative;
  overflow: hidden;
}

.t_box1_items .item_img img {
  width: 100%;
}

.t_box1_items .item_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 32, 86, 0.86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.t_box1_items .item_hover_box {
  width: 140px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.t_box1_items .item:hover .item_hover {
  opacity: 1;
}

.t_box1_txt {
  padding: 45px 0 40px;
}

.t_box1_btn {
  padding-bottom: 95px;
}

.t_box1a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t_box1a .item {
  width: 50%;
  position: relative;
}

.t_box1a .item_img img {
  width: 100%;
}

.t_box1a .item_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(14, 32, 86, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.t_box1a .item_txt {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 160%;
  padding: 30px 0;
}

.i_box {
  background-color: #F6F6F6;
  padding: 100px 0;
}

.i_box_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i_box_items .item {
  width: 48%;
  max-width: 480px;
}

.i_box_items .item.item_32{
  width: 32%;
}

.i_box_items .item_ttl {
  padding-bottom: 15px;
}

.i_box_items .item_ttl p {
  text-align: center;
  line-height: 120%;
  color: #111;
}

.i_box_items .item_ttl p.t1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}

.i_box_items .item_ttl p.t2 {
  font-size: 10px;
  color: #AAA;
}

.i_box_items .item_img {
  position: relative;
  overflow: hidden;
}

.i_box_items .item_img img {
  width: 100%;
}

.i_box_items .item_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 32, 86, 0.86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.i_box_items .item_hover_box {
  width: 140px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.i_box_items .item:hover .item_hover {
  opacity: 1;
}
