@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* base
-------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.75;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}
#all-wrapper{
  width: 100%;
}

/* header */
header{
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #b8b8b8;
}
header.noline{
  border-bottom: none;
}

/* main */
main{
  width: 750px;
  margin: 0 auto;
}
main a:hover{
  opacity: 0.6;
  transition: opacity 0.3s;
}
main h1 a:hover{
  opacity: 1;
}

/* footer */
footer{
  width: 100%;
  height: 232px;
  padding: 40px 0 30px;
  border-top: 1px solid #000000;
  text-align: center;
}
footer .pagetop{
  margin: 0 0 10px;
}
footer .copyright{
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* each 
-------------------------------------------------------------------------------------------------------------------------------*/
.index-nav {
  background: url(../img/index_03_bg.jpg) no-repeat center center;
  display: flex;
  justify-content: center;
}

.index-bnr {
  text-align: center;
  margin: 120px 0 0;
}

/* f-txt */
.f-txt{
  padding: 70px 50px;
  font-size: 24px;
  font-feature-settings: "palt";
  text-align: justify;
}
.f-txt p{
  padding-left: 1em;
  text-indent: -1em
}





