#subpage {
  background: #fff;
}
#subpage section.blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}
#subpage section.blog .sect_ttl {
  width: 100%;
  text-align: justify;
}
#subpage section.blog .sect_ttl.detail_ttl {
  margin-top: 30px;
}
#subpage section.blog .sect_ttl em:before {
  content: "";
  left: 0;
}
#subpage section.blog .sect_ttl em span {
  color: #39a2d2;
}
#subpage section.blog .blog_main {
  width: calc(100% - 266px);
  padding-right: 50px;
  box-sizing: border-box;
}
#subpage section.blog .blog_main .blog_data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#subpage section.blog .blog_main .blog_data > span {
  color: #39a2d2;
  display: block;
  font-weight: 600;
  font-size: 1.65rem;
  position: relative;
}
#subpage section.blog .blog_main .blog_data > span:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.3rem;
  margin-right: 8px;
}
#subpage section.blog .blog_main .blog_data .category {
  display: block;
  line-height: 1;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fcffd4;
  background: #39a2d2;
  border-radius: 10px;
  position: relative;
  padding-left: 10px;
  padding: 4px 12px;
  margin-left: 20px;
}
#subpage section.blog .blog_main .blog_detail {
  border-bottom: 1px dotted #040404;
  margin-bottom: 30px;
}
#subpage section.blog .blog_main .blog_detail .blog_data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
#subpage section.blog .blog_main .blog_detail .blog_data .personal {
  margin-left: auto;
}
#subpage section.blog .blog_main .blog_detail > p {
  font-size: 1.6rem;
}
#subpage section.blog .blog_main .blog_detail p,
#subpage section.blog .blog_main .blog_detail figure {
  line-height: 2.4;
  padding-bottom: 40px;
}
#subpage section.blog .blog_main .blog_detail p img,
#subpage section.blog .blog_main .blog_detail figure img {
  border-radius: 14px;
}
#subpage section.blog .blog_main .blog_detail .dr_anser {
  background: #fefff4;
  padding: 32px;
  border-radius: 14px;
  margin-bottom: 30px;
}
#subpage section.blog .blog_main .blog_detail .dr_anser h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
}
#subpage section.blog .blog_main .blog_detail .dr_anser h3 img {
  border-radius: 0;
}
#subpage section.blog .blog_main .blog_detail .dr_anser h3 em {
  margin-left: 15px;
}
#subpage section.blog .blog_main .blog_detail .dr_anser p {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 0;
}
#subpage section.blog .blog_main .blog_detail ~ .page .left,
#subpage section.blog .blog_main .blog_detail ~ .page .right {
  top: 0;
}
#subpage section.blog .blog_main .articles article {
  padding: 30px 0;
  border-bottom: 1px solid #d2d2d7;
  position: relative;
}
#subpage section.blog .blog_main .articles article h2 {
  padding: 5px 0 0;
}
#subpage section.blog .blog_main .articles article h2 a {
  display: block;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 500;
  color: #040404;
}
#subpage section.blog .blog_main .articles article h2 a:hover {
  filter: brightness(120%);
  text-decoration: underline;
}
#subpage section.blog .blog_main .articles article .btn {
  width: 160px;
  height: 38px;
}
#subpage section.blog .blog_main .personal {
  text-align: right;
  color: #39a2d2;
  font-weight: 500;
}
#subpage section.blog .blog_main .personal em {
  position: relative;
}
#subpage section.blog .blog_main .personal em:before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  width: 3vw;
  height: 1px;
  background: #42b9d0;
}
#subpage section.blog .blog_main .personal em span + span:before {
  content: "/";
  padding: 0 5px;
}
#subpage section.blog .blog_main .page {
  width: 100%;
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage section.blog .blog_main .page .left {
  position: absolute;
  left: 0;
  top: 35px;
  font-weight: 500;
  color: #040404;
}
#subpage section.blog .blog_main .page .left:hover {
  text-decoration: underline;
}
#subpage section.blog .blog_main .page .left .icon-left {
  position: relative;
  top: -2px;
  font-size: 1rem;
  margin-right: 8px;
}
#subpage section.blog .blog_main .page .right {
  position: absolute;
  right: 0;
  top: 35px;
  font-weight: 500;
  color: #040404;
}
#subpage section.blog .blog_main .page .right:hover {
  text-decoration: underline;
}
#subpage section.blog .blog_main .page .right .icon-right {
  position: relative;
  top: -2px;
  font-size: 1rem;
  margin-left: 8px;
}
#subpage section.blog .blog_main .page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage section.blog .blog_main .page ul a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #39a2d2;
  margin: 0 5px;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50%;
}
#subpage section.blog .blog_main .page ul a.current {
  background: #42b9d0;
  color: #fcffd4;
}
#subpage section.blog .blog_main .page ul a:hover {
  background: #42b9d0;
  color: #fff;
}
#subpage section.blog .blog_main .page ul span {
  width: 40px;
  height: 40px;
  color: #39a2d2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage section.blog .blog_side {
  flex-shrink: 0;
  width: 266px;
  box-sizing: border-box;
}
#subpage section.blog .blog_side .heading {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  text-align: left;
  padding: 12px;
  color: #fcffd4;
  font-weight: 500;
  background: #39a2d2;
  border-radius: 14px 14px 0 0;
}
#subpage section.blog .blog_side .blog_side_items {
  padding: 16px;
  background: #fff;
  border-radius: 0 0 14px 14px;
}
#subpage section.blog .blog_side .blog_side_items ul li a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #39a2d2;
  font-weight: normal;
  position: relative;
}
#subpage section.blog .blog_side .blog_side_items ul li a:hover {
  text-decoration: underline;
}
#subpage section.blog .blog_side .blog_side_items ul li + li {
  margin-top: 15px;
}
#subpage section.blog .blog_side .blog_side_items + .heading {
  margin-top: 20px;
}
#subpage section.blog .blog_side .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
#subpage section.blog .blog_side .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background: #EBF8FB;
  border-radius: 6px;
  padding-right: 50px;
  width: 114%;
  max-width: none;
  box-shadow: none;
  outline: none;
}
#subpage section.blog .blog_side .selectBox select option,
#subpage section.blog .blog_side .selectBox select optgroup {
  font-style: normal;
}
#subpage section.blog .blog_side .selectBox:after {
  background: #EBF8FB;
  content: "\e907";
  font-family: "icomoon";
  font-size: 1.2rem;
  color: #040404;
  height: 100%;
  width: 40px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 768px) {
  #subpage section.blog {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    box-sizing: border-box;
  }
  #subpage section.blog .sect_ttl {
    text-align: center;
    padding-bottom: 20px;
  }
  #subpage section.blog .sect_ttl.detail_ttl {
    text-align: justify;
    padding: 0 16px 20px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  #subpage section.blog .sect_ttl.detail_ttl em:before {
    width: 22px;
    left: 18px;
  }
  #subpage section.blog .sect_ttl em:before {
    width: 22px;
    left: calc(50% - 11px);
  }
  #subpage section.blog .blog_main {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #subpage section.blog .blog_main .blog_ttl {
    position: relative;
    text-align: justify;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #subpage section.blog .blog_main .blog_ttl em {
    font-size: 2.6rem;
  }
  #subpage section.blog .blog_main .blog_data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #subpage section.blog .blog_main .blog_data time {
    font-size: 1.4rem;
    position: relative;
  }
  #subpage section.blog .blog_main .blog_data .category {
    font-size: 1rem;
    padding-left: 10px;
    padding: 3px 11px;
    margin-left: 10px;
  }
  #subpage section.blog .blog_main .articles article {
    padding: 20px 0;
  }
  #subpage section.blog .blog_main .articles article h2 {
    padding: 0;
  }
  #subpage section.blog .blog_main .articles article h2 a {
    font-size: 1.8rem;
  }
  #subpage section.blog .blog_main .articles article .personal {
    margin-bottom: 5px;
  }
  #subpage section.blog .blog_main .blog_detail {
    margin-bottom: 20px;
  }
  #subpage section.blog .blog_main .blog_detail p,
#subpage section.blog .blog_main .blog_detail figure {
    padding-bottom: 20px;
  }
  #subpage section.blog .blog_main .blog_detail p img,
#subpage section.blog .blog_main .blog_detail figure img {
    border-radius: 10px;
  }
  #subpage section.blog .blog_main .blog_detail .dr_anser {
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 32px;
  }
  #subpage section.blog .blog_main .blog_detail .dr_anser h3 {
    padding-bottom: 10px;
  }
  #subpage section.blog .blog_main .blog_detail .dr_anser h3 em {
    margin-left: 10px;
  }
  #subpage section.blog .blog_main .blog_detail .dr_anser p {
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 0;
  }
  #subpage section.blog .blog_main .page {
    width: 100%;
    padding-top: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #subpage section.blog .blog_main .page .left {
    top: 10px;
  }
  #subpage section.blog .blog_main .page .right {
    top: 10px;
  }
  #subpage section.blog .blog_main .page ul a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    font-size: 1.4rem;
  }
  #subpage section.blog .blog_main .page ul span {
    width: 30px;
    height: 30px;
  }
  #subpage section.blog .blog_side {
    flex-shrink: 0;
    width: 100%;
    padding: 0 16px 16px;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 0;
  }
  #subpage section.blog .blog_side .heading {
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
  }
  #subpage section.blog .blog_side .blog_side_items {
    padding: 16px;
    border-radius: 0 0 10px 10px;
  }
  #subpage section.blog .blog_side .blog_side_items ul li a {
    font-size: 1.4rem;
  }
  #subpage section.blog .blog_side .blog_side_items ul li + li {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
