@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-size: 1rem; /*基本のフォントサイズを【1rem = 10px】に指定*/
}
.no {
  display: none;
}


/*------------------------------
  Wrap
------------------------------*/
#wrap {
  font-size: 1.5rem;
  letter-spacing: .03rem;
}
@media screen and (max-width: 768px){
  #wrap {
  font-size: 1rem;
  letter-spacing: .03rem;
  }
}
/*------------------------------
  ヘッダー
------------------------------*/
#header {
  height: 100%;
}
.header__inn {
  margin: 0 auto;
}
.sp {
  position: relative;
  z-index: 2;
}
/*------------------------------
  コンテンツ
------------------------------*/
#contents {}
.i__section1 {
  background: url(/information/img/img_bg.png) no-repeat center top;
  background-size: cover;
  padding: 200px 0;
  -moz-box-shadow: inset 0px -50px 30px -15px #fff;
  -webkit-box-shadow: inset 0px -50px 30px -15px #fff;
  box-shadow: inset 0px -50px 30px -15px #fff;
}
.i__section1_inn {
  margin: 0 auto;
  max-width: 1000px;
}
.ttl1 {
  color: #1d4c78;
  font-family: 'Hind Vadodara', sans-serif;
}
.i__section1 h1{
  background: url(/information/img/ttl_border.png) no-repeat center 90px;
  font-size: 4.5rem;
  letter-spacing: .03rem;
  line-height: 3.4rem;
  padding-bottom: 20px;
}
.i__section1 small {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
}
.blogbox-day {
  color: #808080;
  font-size: 1.4rem;
  font-weight: bold;
  margin :0 0 20px 0;
}
.blogbox-ttl {
  color: #1d4c78;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.blogbox-item {
  border-bottom: 1px solid #7d7d7d;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
.blogbox__inn {
  text-align: left;
}
.info__inn1 {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.info__inn1 a {
  color: #56a2e8;
  text-decoration: none;
  word-wrap: break-word;
}
.info__inn1 a:hover {
  border-bottom: 1px solid #56a2e8;
}
.blog_box {
  background-color: #fff;
  margin-top: -100px;
  padding: 50px 30px;
}
.blog_box_mg {
  margin: 0 20px;
}
.blog_box h2 {
  color: #1d4c78;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 65px;
}
.pager {
  font-size: 1.4rem;
  margin: 50px 0;
}
.pager ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pager a,.dot {
  background-color: #f7f7f7;
  color: #333333;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.arrow1,.arrow2{
  font-family: 'Hind Vadodara', sans-serif;
}
.arrow1 span:before {
    color: #333333;
    content: "\f104";
    font-family: FontAwesome;
    font-weight: bold;
    padding-right: 6px;
}
.arrow2 span:after {
    color: #333333;
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    padding-left: 6px;
}
.pager a:hover span:before,.pager a:hover span:after {
  color: #fff;
}
.pager_items,.arrow1,.arrow2 {
  margin: 0 10px 0 10px;
}
.current a {
  background-color: #1d4c78;
  color: #fff;
}
.pager_items a:hover,.arrow1 a:hover,.arrow2 a:hover {
  background-color: #1d4c78;
  color: #fff;
  display: block;
}
.pager_items span {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
}
.arrow1 span,.arrow2 span {
  height: 20px;
  display: block;
  line-height: 20px;
}
.border_b {
  border-bottom: 1px solid #56a2e8;
}
@media screen and (max-width: 1040px){
  .pager {
    margin: 50px 0 130px;
  }
}
@media screen and (max-width: 768px){
  .i__section1 h1 {
    font-size: 3rem;
  }
  .i__section1 small {
    font-size: 1.5rem;
  }
  .i__section1 {
    padding: 80px 0;
  }
  .blog_box {
    background-color: unset;
    margin: 0;
    padding: 0;
  }
  .blog_box h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 50px 25px 0;
  }
  .blogbox-day {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }
  .blogbox-ttl {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .blogbox-ttl {
    margin-bottom: 15px;
  }
  .blogbox-item {
    padding: 50px 0;
  }
  .pager a,.dot {
    padding: 10px;
  }
  .pager {
    font-size: 1.2rem;
    margin: 50px 0;
  }
  .pager_items,.arrow1,.arrow2 {
    margin: 0 5px 0 5px
  }
  .pager_items span {
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  line-height: 34px;
  }
  .arrow1 span,.arrow2 span {
    height: 34px;
    display: block;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px){
  .pager {
    margin: 100px 0;
  }
}
@media screen and (max-width: 480px){
  .pager_items span {
  width: 14px;
  height: 14px;
  display: block;
  text-align: center;
  line-height: 14px;
  }
  .arrow1 span,.arrow2 span {
    height: 14px;
    display: block;
    line-height: 14px;
  }
  .pager {
    margin: 70px 0 100px;
  }
  .pager_items,.arrow1,.arrow2 {
    margin: 0 3px 0 3px
  }
  .pager a,.dot {
    padding: 8px;
  }
}
/*------------------------------
  フッター
------------------------------*/
#footer {}