@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;
}

/*------------------------------
  コンテンツ
------------------------------*/
.b__section1 {
  background: url(/blog/img/img_bg.png) no-repeat center center;
  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;
}
.ttl1 {
  color: #1d4c78;
  font-family: 'Hind Vadodara', sans-serif;
}
.b__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;
}
.b__section1 small {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
}
.b__section1_inn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
.blog_box {
  background-color: #fff;
  margin-top: -100px;
  padding: 30px 30px 50px 0;
}
.b__section1_right a,.blog_content3 a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
}
.blog_content_bottom {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}
.blog_content_bottom a {
  display: block;
  text-align: right;
}
.blog_content2 {
  height: auto;
  width: 300px;
}
.blog_img_pc {
  height: auto;
  width: 100%;
}
.blog_box_mg  {
  margin: 0 20px;
}
.br-sp {
  display: none;
}
.blog_item,.blog_item_f {
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0 30px 30px;
  text-align: left;
}
.b__section1_left {
  width: 70%;
}
.b__section1_right {
  width: 25%;
}
.blog_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 26px 0 30px;
}
.blog_ttl_a {
  color: #1d4c78;
  text-decoration: none;
}
.blog_content3 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0 0 0 30px;
  width: 50%;
}
.blog_day {
  color: #808080;
  font-size: 1.4rem;
  margin: 0 30px 0 0;
}
.blog_tag {
  background-color: #a6b0bb;
  color: #fff;
  font-size: 1.1rem;
  margin: 0 15px 0 0;
  padding:7px;
}
.blog_content3 a {
  background-color: #f7f7f7;
  display: block;
  margin: 35px 0 0 auto;
  padding: 11px 0;
  text-align: center;
  width: 103px;
}
.blog_content3 a:hover {
  background-color: #1d4c78;
  color: #fff;
}
.blog_content3 span:after {
  color: #333333;
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 6px;
}
.blog_content3 a:hover span:after {
  color: #fff;
}
@media screen and (max-width: 500px){
  .b__section1 {
    background: url(/blog/img/img_bg.png) no-repeat -160px -28px;
    background-size: cover;
  }
}
@media screen and (max-width: 768px){
  .b__section1 {
      padding: 80px 0;
  }
  .b__section1 h1 {
    font-size: 3rem;
  }
  .b__section1 small {
    font-size: 1.5rem;
  }
  .blog_box {
    background-color: unset;
    margin: 0;
    padding: 0;
  }
  .b__section1_inn {
    align-items: center;
    flex-direction: column;
  }
  .blog_item,.blog_item_f {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .blog_content2 {
    margin-right: 15px;
    order: 1;
    width: 99px;
  }
  .blog_content1 {
    order: 2;
  }
  .br-sp {
    display: block;
  }
  .b__section1_left {
    margin: 50px 0;
    width: 100%;
  }
  .blog_item_f {
    padding: 0 0 15px 0;
  }
  .blog_item {
    padding: 15px 0; 
  }
  .b__section1_right a,.blog_content3 a {
    font-size: 1.2rem;
  }
  .blog_ttl {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin: 5px 0 0;
  }
  .blog_day {
    display: block;
    font-size: 1rem;
  }
  .blog_tag {
    display: inline-block;
    font-size: 1rem;
    margin: 0 5px 5px 0;
    padding:5px;
  }
  .b__section1_right {
    width: 100%;
  }
  .blog_img_sp {
    height: auto;
    width: 100%;
  }
}


.pager {
  font-size: 1.4rem;
  margin: 50px 0 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: 10px;
  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: 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: 30px auto 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: 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_items,.arrow1,.arrow2 {
    margin: 0 3px 0 3px
  }
  .pager a,.dot {
    padding: 8px;
  }
}

.right_item {
  text-align: left;
}
.right_item h3 {
  border-bottom: 1px solid #333333;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 30px;
  padding: 0 0 10px;
}
.right_item p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

.right_item .search_form {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 10px 0;
  border-radius: 6px;
  border: 1px solid #707070;
  background: #707070;
}
.right_item .search_form::after {
  content: "";
  display: block;
  clear: both;
}
.right_item .search_form input[type="text"] {
  float: left;
  display: block;
  width: calc(100% - 35px);
  height: 35px;
  padding: 4px 6px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
  font-size: 1.3rem;
}
.right_item .search_form input[type="text"]::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.right_item .search_form input[type="text"]::-moz-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.right_item .search_form input[type="text"]:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.right_item .search_form input[type="text"]:-moz-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.right_item .search_form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  background: #707070 url("/blog/img/search.png") no-repeat center center;
  background-size: 28px 28px;
}

.tokusyu_day {
  font-size: 1rem;
}
.list li {
  border-bottom: 1px solid #efefef;
  padding: 7px 0 7px 15px;
}
.list a:hover {
  border-bottom: 1px solid #333333;
}
.list_f {
  padding-top: 15px !important;
}
.right_btn {
  background-color: #f7f7f7;
  display: block;
  margin: 30px auto 0;
  padding: 11px 0;
  width: 144px;
}
.right_btn:hover {
  background-color: #1d4c78;
  color: #fff;
}
.right_btn span:after {
  color: #333333;
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 6px;
}
.right_btn:hover span:after {
  color: #fff;
}
.right_item_inn img {
  margin: 15px auto 5px;
}
.slick-prev:before {
  background: url("/blog/img/arrow_left.png") no-repeat center center;
  content: '' !important;
  padding: 15px !important;
}
.slick-next:before {
  background: url("/blog/img/arrow_right.png") no-repeat center center;
  content: '' !important;
  padding: 15px !important;
}
.slick-prev {
  left: 15px !important;
  top: 44% !important;
  z-index: 10 !important;
 }
.slick-next {
  right: 15px !important;
  top: 44% !important;
  z-index: 10 !important;
}

@media screen and (max-width: 768px){
  .right_item h3 {
    font-size: 1.3rem;
  }
  .right_item_inn {
  padding: 0px;
  }
  .list li {
    padding: 17px 0;
  }
  .list_f {
    padding-top: 17px !important;
  }
  .right_item_inn img {
  margin: 15px auto 10px;
  }
  .right_btn {
    width: 100%;
  }
  .blog_box_mg {
    margin-bottom: 100px;
  }
  .ac {
    background: url("/blog/img/arrow_down.png") no-repeat right center;
    background-size:7px;
    display:block;
  }
  .ac_inn {
    display:none;
  }
  div.active {
    background: url("/blog/img/arrow_up.png") no-repeat right center;
    background-size: 7px;
  }
  .slick-prev:before {
    background: url("/blog/img/arrow_left_sp.png") no-repeat center center;
    background-size: 80%;
    padding: 30px !important;
  }
  .slick-next:before {
    background: url("/blog/img/arrow_right_sp.png") no-repeat center center;
    background-size: 80%;
    padding: 30px !important;
  }
  .slick-slide img {
    height: auto !important;
  }
  .slick-prev {
    left: 22px !important;
    position: relative !important;
  }
  .slick-next {
    position: relative !important;
    right: 33px !important;
  }
  .right_item p {
    width: 100%;
  }
}



/*ブログ詳細ページ*/

.blog_content1_01,.blog_main_01 {
  text-align: left;
}
.blog_main_01 img {
  display: block;
  height: auto;
  margin: 30px auto;
  max-width: 100%;
}
.blog_main_all {
  max-width: 1000px;
  margin: -100px auto 0;
  padding-left: 30px;
}
.blog_main_01 p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.blog_all_btn {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
}
.blog_all_btn:hover span {
  border-bottom: 1px solid #333333;
}
.blog_all_btn_wrap {
  border-top: 1px solid #7d7d7d;
  margin: 30px 0 0;
  padding-top: 15px;
  text-align: right;
}
.blog_all_btn:after {
  color: #333333;
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 6px;
}

.blog_footer_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.blog_footer_area_item_01 {
  width: 400px;
}
.blog_footer_area_item_01 .search_form_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_footer_area_item_01 .search_form_wrap h3 {
  width: 200px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}

.blog_footer_area_item_01 .search_form {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 10px 0;
  border-radius: 6px;
  border: 1px solid #707070;
  background: #707070;
}
.blog_footer_area_item_01 .search_form::after {
  content: "";
  display: block;
  clear: both;
}
.blog_footer_area_item_01 .search_form input[type="text"] {
  float: left;
  display: block;
  width: calc(100% - 35px);
  height: 35px;
  padding: 4px 6px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
  font-size: 1.3rem;
}
.blog_footer_area_item_01 .search_form input[type="text"]::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.blog_footer_area_item_01 .search_form input[type="text"]::-moz-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.blog_footer_area_item_01 .search_form input[type="text"]:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.blog_footer_area_item_01 .search_form input[type="text"]:-moz-placeholder {
  color: rgba(112, 112, 112, 0.42);
}
.blog_footer_area_item_01 .search_form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  background: #707070 url("/blog/img/search.png") no-repeat center center;
  background-size: 28px 28px;
}

.sns_area {
  margin: 0 auto;
  max-width: 655px;
}
.sns_top {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 50px 0 47px;
  padding: 0 8px;
}
.fb-share-button {
  margin-right: 15px;
}

@media screen and (max-width: 768px){
  .blog_main_all {
    margin: 30px 0 0;
    padding: 0px;
  }

  .blog_footer_area {
    display: block;
  }
  .blog_footer_area_item_01 {
    display: block;
    width: auto;
  }
  .blog_footer_area_item_01 .search_form_wrap {
    display: block;
  }
  .blog_footer_area_item_01 .search_form_wrap h3 {
    width: auto;
    font-size: 1.3rem;
    border-bottom: 1px solid #333333;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 0 10px;
  }
  .blog_footer_area_item_02 {
    width: auto;
    display: flex;
    align-items: center;
  }

  .mb30 {
    margin-bottom: 30px;
  }
  a.tw {
    background: url(/blog/img/ico_twitter_sp.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 14px 0;
    text-indent: -9999px;
    width: 38px;
  }
}


/*キーワード検索*/

.search_result .search_result_query {
  padding: 0 30px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  color: #1d4c78;
  line-height: 2;
}
.search_result .search_result_count {
  padding: 0 30px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  color: #1d4c78;
  line-height: 2;
}
.search_result .blog_content3 {
    padding: 0;
    width: auto;
}
.search_result .blog_content_bottom {
    display: block;
}
.search_result .blog_ttl_a {
  font-weight: normal;
}
.search_result .highlight {
  font-weight: bold;
}
.search_result .highlight::after {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .search_result .search_result_query {
    padding: 0;
  }
  .search_result .search_result_count {
    padding: 0;
  }
  .search_result .blog_item_f {
    padding: 15px 0;
  }
  .search_result .blog_item, .blog_item_f {
      display: block;
  }
  .search_result .blog_ttl {
    margin-bottom: 8px;
  }
}
