/* Top page
-------------------------------------------------*/
.t_box_prl {
  background-image: url(../img/top/prl1.png);
  height: 600px;
}

.t_box_prl_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 89, 178, 0.9);
}

.t_box_txt1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  color: #fff;
  padding-bottom: 15px;
}

.t_box_txt2 {
  text-align: center;
  font-size: 12px;
  line-height: 200%;
  color: #fff;
  padding: 45px 0;
}

.t_box1 {
  padding: 100px 0 90px;
}

.t_box1_logo {
  padding: 30px 0;
  text-align: center;
}

.t_box1_logo img {
  width: 100%;
  max-width: 200px;
}

.t_box1_txt1 {
  text-align: center;
  font-size: 24px;
  color: #0059B2;
  line-height: 160%;
  font-weight: bold;
}

.t_box1_txt2 {
  font-size: 13px;
  text-align: center;
  line-height: 200%;
  padding: 20px 0 40px;
}

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

.t_box1_items .item {
  width: calc(100%/3);
}

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

.t_box1_items .item_main {
  padding: 45px 30px 0;
}

.t_box1_items .item_lb {
  width: 106px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #0059B2;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.t_box1_items .item_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0059B2;
  line-height: 160%;
  padding-top: 25px;
}

.t_box1_items .item_ttl:after {
  content: '';
  display: block;
  width: 106px;
  height: 1px;
  background-color: #0059B2;
  margin: 20px auto 0;
}

.t_box1_items .item_txt {
  text-align: center;
  font-size: 12px;
  color: #111;
  padding-top: 25px;
}

.t_box1_btn {
  padding-top: 60px;
}

.t_box2_prl {
  background-image: url(../img/top/prl2.jpg);
  height: 600px;
}

.t_box2_prl_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.t_box2_prl_cont {
  width: 534px;
  height: 100%;
  background-color: rgba(25, 105, 186, 0.96);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.t_box2_prl_cont p {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 160%;
  font-weight: bold;
}

.t_box2_prl_cont p:nth-of-type(1) {
  font-size: 24px;
}

.t_box2_prl_cont p:nth-of-type(2) {
  font-size: 12px;
}

.t_box2a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 0;
}

.t_box2a_img {
  width: 40%;
}

.t_box2a_img img {
  width: 100%;
}

.t_box2a_cont {
  width: 60%;
  padding-left: 45px;
}

.t_box2a_ttl {
  font-size: 18px;
  color: #0059B2;
  line-height: 160%;
  font-weight: bold;
  padding-top: 25px;
  text-align: center;
}

.t_box2a_ttl:after {
  content: '';
  display: block;
  width: 106px;
  height: 1px;
  background-color: #0059B2;
  margin: 20px auto 0;
}

.t_box2a_txt {
  padding: 25px 0 35px;
  text-align: center;
  font-size: 12px;
  line-height: 200%;
  color: #111;
}

.t_box2b p img {
  width: 100%;
}
