@charset "UTF-8";
/* CSS Document */

.txt_box h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.txt_box h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1.4;
  color: #003EBD;
  margin-bottom: 20px;
}

.txt_box li,
.txt_box p{
  font-size: 16px;
  line-height: 1.8;
}

.txt_box p + p,
.txt_box p + div,
.txt_box div + p,
.txt_box div + div,
.txt_box ul + p,
.txt_box p + ul{
  margin-top: 35px;
}

.txt_box p + h2,
.txt_box div + h2,
.txt_box p + h3,
.txt_box div + h3{
  margin-top: 45px;
}

.txt_box.fs h2{
  margin-bottom: 10px;
}

.txt_box.fs img + h2{
  margin-top: 80px;
}

.txt_box.fs img + img{
  margin-top: 50px;
}

p.note,
ul.note li{
  font-size: 14px !important;
}

p.note,
ul.note li{
  text-indent: -1em;
  padding-left: 1em;
}

.txt_box figure{
  display: block;
  margin: 0;
  padding: 0;
}

.txt_box figure img{
  width: 100%;
  border: 1px solid #b1b1b1;
  box-sizing: border-box;
}

.txt_box figcaption{
  font-size: 15px;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}

.txt_box ul{
  margin-bottom: 35px;
}

.txt_box ul ul{
  margin-top: 5px;
}

.txt_box ul.dot > li{
  padding-left: 1.3em;
}

.txt_box ul.dot > li::before{
  content: "●";
  width: 1.3em;
  color: #003EBD;
  display: inline-block;
  margin-left: -1.3em;
  transform: scale(.6);
}

.txt_box ul.dot li + li{
  margin-top: 15px;
}

.c2,
.c2_l{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.c2 > div + div,
.c2_l > div + div{
  margin-top: 0;
}

.c2 > div{
  width: 48%;
}

.c2.sm > div{
  width: 45%;
}

.c2.aw > div{
  width: 45%;
  position: relative;
}

.c2.aw > div + div::before{
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #0085cb;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%)
}

.c2 div figure{
  width: 46%;
}

.c2.bd{
  border: 1px solid #B1B1B1;
  border-radius: 10px;
  padding: 40px 30px;
}

.c2_l > div{
  width: 75%;
}

.c2_l > div + div{
  width: 22%;
}

#stb .tb_box{
  margin: 0 0 10px;
}

#stb .tb_box > p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
}

#stb table {
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  overflow: hidden;
}

#stb th,
#stb td {
  padding: 15px 10px;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

#stb th{
  text-align: center;
  background: #EAEEF0
}

#stb  table .bno{
  border-bottom: none;
}

#stb table tr:last-of-type td,
#stb table tr:last-of-type th{
  border-bottom: none;
}

#stb th:last-of-type,
#stb td:last-of-type{
  border-right: none;
}

.btn_box{
  text-align: center;
}

.btn_box a{
  font-family: FrutigerBold,"sans-serif";
  min-width: 300px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #FFF !important;
  border-radius: 10px;
  background: #003484;
  display: inline-block;
  position: relative;
}

.btn_box a::after{
  content: "＞";
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scale(.6,1);
}

.btn_box a span::after{
  content: "\f08e";
  font-family:'FontAwesome';
  padding-left: .3em;
}

@media screen and (max-width: 767px) {

  .txt_box h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box li,
  .txt_box p{
    font-size: 3.6vw;
    line-height: 1.7;
  }
  
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p,
  .txt_box div + div,
  .txt_box ul + p,
  .txt_box p + ul{
    margin-top: 8vw;
  }
  
  .txt_box p + h2,
  .txt_box div + h2,
  .txt_box p + h3,
  .txt_box div + h3{
    margin-top: 10vw;
  }
  
  .txt_box.fs h2{
    margin-bottom: 2vw;
  }

  .txt_box.fs img + h2{
    margin-top: 10vw;
  }

  .txt_box.fs img + img{
    margin-top: 5vw;
  }  
  
  .note,
  .note li{
    font-size: 3vw !important;
  }

  .txt_box figcaption{
    font-size: 2.5vw;
    line-height: 1.3;
    margin-top: 1vw;
  }
  
  .txt_box ul{
    margin-bottom: 5vw;
  }

  .txt_box ul ul{
    margin-top: 2vw;
  }

  .txt_box ul.dot li + li{
    margin-top: 3vw;
  }

  .txt_box ul.int_st li + li{
    margin-top: 1vw;
  }

  .c2,
  .c2_l{
    display: block;
  }

  .c2 > div{
    width: 100%;
  }

  .c2 > div + div{
    margin-top: 8vw;
  }
  
  .c2 > div{
    width: 100%;
  }

  .c2.sm > div{
    width: 100%;
  }

  .c2.aw > div{
    width: 100%;
  }
  
  .c2.aw > div + div{
    margin-top: 15vw;
  }

  .c2.aw > div + div::before{
    border-top: 3.5vw solid #0085cb;
    border-bottom: none;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    top: -9vw;
    left: 50%;
    transform: translateX(-50%)
  }

  .c2 div figure{
    width: 46%;
  }
  
  .c2.bd{
    border-radius: 1vw;
    padding: 6vw 5vw;
  }
  
  .c2_l > div{
    width: 100%;
  }

  .c2_l > div + div{
    width: 60%;
    margin: 10vw auto 0;
  }
  
  #stb .tb_box{
    overflow: auto;
    padding-bottom: 5vw;
    margin: 0 0 3vw;
  }

  #stb table {
    width: 110vw;
    font-size: 3.6vw;
    line-height: 1.4;
    border-radius: 1vw;
  }
  
  #stb .tbw1 table {
    width: 180vw;
  }
  
  #stb .fe_t table {
    width: 150vw;
  }
  
  #stb th,
  #stb td {
    padding: 2vw 2vw;
    border-bottom: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
  }

  #stb th{
    background: #FAFBFC
  }

  #stb  table .bno{
    border-bottom: none;
  }

  #stb table tr:last-of-type td,
  #stb table tr:last-of-type th{
    border-bottom: none;
  }

  #stb td:last-of-type{
    border-right: none;
  }

  .btn_box a{
    min-width: 60vw;
    height: 13vw;
    font-size: 4vw;
    line-height: 13vw;
    border-radius: 1vw;
  }

  .btn_box a::after{
    right: 2vw;
  }
  

}






