@charset "UTF-8";
#subpage {
  /*
  _:-ms-input-placeholder, :root section.blog .blog_article .blog_side .selectBox select{
  	width: 114%;
  }
  */
}
#subpage section.blogsection {
  width: 1060px;
  margin: 0 auto 100px;
  box-sizing: border-box;
}
#subpage section.blogsection .sect_ttl {
  text-align: left;
  padding-left: 0;
}
#subpage section.blogsection .sect_ttl small:before {
  left: 0;
}
#subpage section.blogsection .sect_ttl.detail em {
  padding-bottom: 0;
}
#subpage section.blogsection .blog_data {
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  background: #fcfcfc;
  padding: 10px 10px 10px 30px;
}
#subpage section.blogsection .blog_data:before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 1.4rem;
  color: #0058a7;
  position: absolute;
  left: 9px;
  top: 11px;
}
#subpage section.blogsection .blog_data time {
  font-family: "Lato", sans-serif;
  padding-left: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  color: #0058a7;
}
#subpage section.blogsection .blog_data a {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 10px;
  color: #0058a7;
}
#subpage section.blogsection .blog_data a:before {
  content: "";
  margin-right: 10px;
  color: #0058a7;
  height: 100%;
  width: 1px;
  border-left: 1px dotted #0058a7;
}
#subpage section.blogsection .blog_data a:hover {
  text-decoration: underline;
}
#subpage section.blogsection .blog_article {
  display: flex;
  justify-content: space-between;
}
#subpage section.blogsection .blog_article .blog_main {
  width: 100%;
  padding-right: 60px;
  box-sizing: border-box;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item {
  padding: 0;
  margin-bottom: 60px;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item h2 {
  padding: 0 0 10px;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item h2 a {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.5;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item h2 a:hover {
  filter: brightness(120%);
  text-decoration: underline;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item .blog_article {
  display: block;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item .blog_article p {
  margin-bottom: 1em;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item .blog_article figure {
  margin-bottom: 1em;
}
#subpage section.blogsection .blog_article .blog_main .blog_main_items .item .blog_article *:last-child {
  margin-bottom: 0;
}
#subpage section.blogsection .blog_article .blog_main .page {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage section.blogsection .blog_article .blog_main .page .left {
  position: absolute;
  left: 0;
  top: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#subpage section.blogsection .blog_article .blog_main .page .left .icon-arrow {
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 10px;
  position: relative;
  top: 0px;
}
#subpage section.blogsection .blog_article .blog_main .page .left:hover {
  text-decoration: underline;
}
#subpage section.blogsection .blog_article .blog_main .page .right {
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#subpage section.blogsection .blog_article .blog_main .page .right .icon-arrow {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 0px;
}
#subpage section.blogsection .blog_article .blog_main .page .right:hover {
  text-decoration: underline;
}
#subpage section.blogsection .blog_article .blog_main .page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage section.blogsection .blog_article .blog_main .page ul a {
  display: block;
  width: 40px;
  height: 40px;
  background: #f2f7fc;
  text-align: center;
  line-height: 40px;
  color: #0058a7;
  margin: 0 5px;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  border-radius: 50%;
}
#subpage section.blogsection .blog_article .blog_main .page ul a.current {
  background: #0058a7;
  color: #fff;
}
#subpage section.blogsection .blog_article .blog_main .page ul a:hover {
  background: #0058a7;
  color: #fff;
}
#subpage section.blogsection .blog_article .blog_main .page ul span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0058a7;
}
#subpage section.blogsection .blog_article .blog_side {
  flex-shrink: 0;
  width: 230px;
}
#subpage section.blogsection .blog_article .blog_side .heading {
  font-family: "Noto Serif JP", serif;
  padding: 8px 12px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
  background: #f5faff;
}
#subpage section.blogsection .blog_article .blog_side .blog_side_items {
  padding: 20px 0 40px;
}
#subpage section.blogsection .blog_article .blog_side .blog_side_items ul li a {
  color: #0058a7;
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  font-feature-settings: "palt";
  text-align: justify;
}
#subpage section.blogsection .blog_article .blog_side .blog_side_items ul li a:hover {
  text-decoration: underline;
}
#subpage section.blogsection .blog_article .blog_side .blog_side_items ul li + li {
  margin-top: 15px;
}
#subpage section.blogsection .blog_article .blog_side .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
#subpage section.blogsection .blog_article .blog_side .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #0058a7 solid 1px;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  box-sizing: border-box;
  background: #fff;
  padding-right: 50px;
  color: #0058a7;
  width: 100%;
  max-width: none;
  box-shadow: none;
}
#subpage section.blogsection .blog_article .blog_side .selectBox select option, #subpage section.blogsection .blog_article .blog_side .selectBox select optgroup {
  color: #444444;
  font-style: normal;
}
#subpage section.blogsection .blog_article .blog_side .selectBox:after {
  border: #0058a7 solid 1px;
  border-left: 0;
  background: #0058a7;
  content: "▼";
  font-size: 1rem;
  color: #fff;
  height: 100%;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
  display: inline-block;
}

/*New Design*/
#subpage section.blogsection .blog_article .blog_main_items .case_item .blog_data {
  background: #f5faff;
  padding-left: 10px;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .blog_data:before {
  display: none;
}

#subpage section.blogsection .blog_article .blog_main .blog_main_items .case_item h2 a {
  line-height: 1.2;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .case_box {
  display: flex;
  justify-content: space-between;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_img {
  width: 35%;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_img figure {
  width: 269px;
  height: 168px;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_text {
  width: 65%;
  padding-left: 30px;
  box-sizing: border-box;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .case_ttl a {
  text-decoration: underline;
}

#subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #subpage section.blogsection {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
  }
  #subpage section.blogsection .sect_ttl {
    padding: 40px 20px;
  }
  #subpage section.blogsection .blog_data time {
    font-size: 1.4rem;
  }
  #subpage section.blogsection .blog_data a {
    font-size: 1.4rem;
  }
  #subpage section.blogsection .blog_article {
    flex-direction: column;
  }
  #subpage section.blogsection .blog_article .blog_main {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #subpage section.blogsection .blog_article .blog_main .blog_detail .text, #subpage section.blogsection .blog_article .blog_main .blog_detail figure {
    line-height: 2;
    padding-bottom: 1em;
  }
  #subpage section.blogsection .blog_article .blog_main .blog_main_items .item {
    padding: 15px 0;
    margin-bottom: 0;
  }
  #subpage section.blogsection .blog_article .blog_main .blog_main_items .item h2 {
    padding: 0 0 5px;
  }
  #subpage section.blogsection .blog_article .blog_main .blog_main_items .item h2 a {
    font-size: 1.9rem;
    line-height: 1.35;
  }
  #subpage section.blogsection .blog_article .blog_main .blog_main_items .item .blog_article {
    width: 100%;
  }
  #subpage section.blogsection .blog_article .blog_main .page {
    width: 100%;
    border-top: #eeeeee solid 1px;
    padding-top: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #subpage section.blogsection .blog_article .blog_main .page .left {
    top: 10px;
  }
  #subpage section.blogsection .blog_article .blog_main .page .right {
    top: 10px;
  }
  #subpage section.blogsection .blog_article .blog_main .page ul a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    font-size: 1.4rem;
  }
  #subpage section.blogsection .blog_article .blog_main .page ul span {
    width: 30px;
    height: 30px;
  }
  #subpage section.blogsection .blog_article .blog_side {
    flex-shrink: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  #subpage section.blogsection .blog_article .blog_side .heading {
    font-size: 1.6rem;
  }
  #subpage section.blogsection .blog_article .blog_side .blog_side_items {
    padding: 20px 0 20px;
  }
  #subpage section.blogsection .blog_article .blog_side .blog_side_items ul li a {
    font-size: 1.4rem;
  }
  #subpage section.blogsection .blog_article .blog_side .blog_side_items ul li + li {
    margin-top: 10px;
  }

  #subpage section.blogsection .blog_article .blog_main_items .case_item .case_box {
    flex-direction: column;
  }

  #subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_img {
    width: 90%;
    margin: 0 auto;
  }
  #subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_img figure {
    width: 100%;
    height: auto;
  }
  #subpage section.blogsection .blog_article .blog_main_items .case_item .case_box_text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    box-sizing: border-box;
  }

}
#subpage select::-ms-expand {
  display: none;
}

/*# sourceMappingURL=style.css.map */
