@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
a,
.table {
  color: #666;}



body{
background-image: url(../img/back.jpg);
background-size:cover;

background-repeat: no-repeat;

color:#FFF;}



h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.3rem;
font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.text-blue {
  color: #6b90db !important;
}

.bg-blue,
.thead-blue,
.badge-primary {
  background-color: #333 !important;
}

.bg-lightblue {
  background-color: #464db5 !important;
}

.bg-pink {
  background-color: #999 !important;
}

.border-blue {
  border-color: #B2C2E1 !important;
}

.border-top {
  border-width: 2px !important;
}

p {
  line-height: 1.6rem;
}

.txt_gy{
  color:#666;
}


table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  text-align:left;
  background: #fff;
  color: #666;
}
.tb01 th {
  background: #666;
  color: #fff;
  text-align:left; 
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
}

.header .jumbotron {
  background-image: url("../img/main-img.png");
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 800px;
  margin-bottom: 0;
}

/* nav
-------------------------------------------------- */
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}



/*    キービジュアル
-------------------------------------------------- */
/*下層ページ*/
.under-layer .jumbotron {
  background-image: url("../img/main-img.png");
  background-size: cover;
  background-position: center top;
  margin-bottom: 0;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #B2C2E1;
}



h1 {
    font-size: 1.5rem;
color:#464db5;
line-height:1.8em;
}

.font-big{
    font-size: 2.1rem;
color:#464db5;
}


/* --------------------------------------------------
    アニメーション
-------------------------------------------------- */
.box {
  width: 100%;        /* 横幅いっぱい */
  opacity: 0;         /* 初期値は透明にしておく */
  transition: .3s;    /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
}
.active {
  opacity: 1;         /* 透明度を元に戻す */
  top: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}





@media (min-width: 576px) {
    .jumbotron {
        padding: 0 !important;
    }
}



@media (max-width: 640px) {
h1 {
    font-size: 1em;
color:#464db5;
line-height:1.7em;
}

.font-big{
    font-size: 1.5em;
color:#464db5;
}



.jumbotron {
    padding: 0 !important;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
