.anchor-search {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 48px;
  margin: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .anchor-search {
    display: none;
  }
}

.news-content {
  margin: 0 0 64px;
}
@media screen and (min-width: 768px) {
  .news-content {
    margin: 0 0 144px;
  }
}

.area-form {
  margin: 0 0 64px;
}
@media screen and (min-width: 768px) {
  .area-form {
    margin: 0 0 144px;
  }
}

.article-content {
  margin: 0 0 24px;
}
.article-content .area-title .num {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: solid 1px #ddd;
  font-size: 18px;
  font-weight: 700;
}
.article-content .side-content {
  margin: 0 0 64px;
}
.article-content .side-content .side-form-content {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1607843137);
  background: #4392BB;
  border-radius: 10px;
}
.article-content .side-content .side-form-content .title01 {
  margin: 0;
  padding: 24px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #4392BB;
  border-radius: 10px 10px 0 0;
}
.article-content .side-content .side-form-content .form-category {
  padding: 24px 0;
  background: #fff;
}
.article-content .side-content .side-form-content .form-category .title02 {
  position: relative;
  margin: 0;
  padding: 0 12px;
  cursor: pointer;
}
.article-content .side-content .side-form-content .form-category .title02 span {
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
  background: #4392BB;
}
.article-content .side-content .side-form-content .form-category .title02 span:before, .article-content .side-content .side-form-content .form-category .title02 span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: -1px 0px 0 0;
  background-color: #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  transition: opacity 1s;
}
.article-content .side-content .side-form-content .form-category .title02 span:after {
  transform: translate(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.article-content .side-content .side-form-content .form-category .title02.on span:before {
  opacity: 0;
}
.article-content .side-content .side-form-content .form-category .title02.on span:after {
  transform: translate(-50%) rotate(180deg);
}
.article-content .side-content .side-form-content .form-category .link a:before {
  content: none;
}
.article-content .side-content .side-form-content .form-category .link a:after {
  content: "";
  position: absolute;
  right: 16px;
  width: 18px;
  height: 18px;
  background: url(../img/common/ico/arrow01.png) no-repeat 0 0;
  background-size: 100%;
}
.article-content .side-content .side-form-content .form-category .area-select {
  position: relative;
  display: none;
  margin: 24px 0 0;
  padding: 0 12px;
}
.article-content .side-content .side-form-content .form-category.check .area-select {
  display: block;
}
.article-content .side-content .side-form-content .area-btn {
  padding: 24px 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.article-content .side-content .side-form-content .area-btn button[type=submit] {
  margin: 0;
}
.article-content .side-content .side-form-content .area-btn .link {
  margin: 24px auto 0;
}
.article-content .side-content .side-form-content .area-btn .link a:before {
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  background-color: #4392BB;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1.5px solid #4392BB;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.article-content .side-content .side-form-content .area-btn .link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 23px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  background: none;
  z-index: 2;
}
.article-content .side-content .side-form-content .area-btn .link a:hover:before {
  background: #fff;
}
.article-content .side-content .side-form-content .area-btn .link a:hover:after {
  border-top: 2px solid #4392BB;
  border-right: 2px solid #4392BB;
}
.article-content .area-article .area-sort {
  margin: 0 0 32px;
}
.article-content .area-article .area-sort select {
  width: 180px;
  height: 34px;
  background: none;
  color: #4392BB;
  text-align: center;
  border: solid 1px #4392BB;
  border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .article-content {
    margin: 0 0 40px;
  }
  .article-content .area-title {
    width: calc(100% - 286px);
  }
  .article-content .area-title .num {
    font-size: 21px;
  }
  .article-content .area-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .article-content .area-content .side-content {
    width: 260px;
    margin: 0;
  }
  .article-content .area-content .side-content .side-form-content .title01 {
    margin: 0;
    padding: 18px 13px;
    text-align: left;
    font-size: 18px;
  }
  .article-content .area-content .side-content .side-form-content .form-category {
    display: block;
    padding: 13px 0;
    background: #fff;
  }
  .article-content .area-content .side-content .side-form-content .form-category .title02 {
    padding: 0 13px;
    font-size: 16px;
  }
  .article-content .area-content .side-content .side-form-content .form-category .title02 span {
    top: -1px;
  }
  .article-content .area-content .side-content .side-form-content .form-category .title02 span:before, .article-content .area-content .side-content .side-form-content .form-category .title02 span:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin: -1px 0px 0 0;
    background-color: #fff;
    position: absolute;
    right: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    transition: opacity 1s;
  }
  .article-content .area-content .side-content .side-form-content .form-category .title02 span:after {
    transform: translate(-50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .article-content .area-content .side-content .side-form-content .form-category .title02.on span:before {
    opacity: 0;
  }
  .article-content .area-content .side-content .side-form-content .form-category .title02.on span:after {
    transform: translate(-50%) rotate(180deg);
  }
  .article-content .area-content .side-content .side-form-content .form-category label {
    display: block;
  }
  .article-content .area-content .side-content .side-form-content .form-category label + label {
    margin: 1em 0 0;
  }
  .article-content .area-content .side-content .side-form-content .form-category .area-select {
    position: relative;
    display: none;
    margin: 24px 0 0;
    padding: 0 12px;
  }
  .article-content .area-content .side-content .side-form-content .form-category.check .area-select {
    display: block;
  }
  .article-content .area-content .side-content .side-form-content .link a {
    width: 220px;
    font-size: 16px;
  }
  .article-content .area-content .side-content .side-form-content .link a:after {
    right: 6px;
    top: 32px;
    width: 28px;
    height: 28px;
  }
  .article-content .area-content .side-content .side-form-content .area-btn {
    padding: 24px 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .article-content .area-content .side-content .side-form-content .area-btn button[type=submit],
  .article-content .area-content .side-content .side-form-content .area-btn .reset {
    width: 220px;
    margin: 0;
    padding: 16px 0;
    font-size: 16px;
  }
  .article-content .area-content .side-content .side-form-content .area-btn .reset {
    margin: 32px 0 0;
  }
  .article-content .area-content .side-content .side-form-content .area-btn .link a {
    padding: 13px 0;
  }
  .article-content .area-content .side-content .side-form-content .area-btn .link a:before {
    position: absolute;
    top: 18px;
    bottom: 0;
    right: 16px;
    margin: auto;
    content: "";
    background-color: #4392BB;
    vertical-align: middle;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1.5px solid #4392BB;
    border-radius: 50%;
    transition: all 0.5s ease;
  }
  .article-content .area-content .side-content .side-form-content .area-btn .link a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 23px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    background: none;
    z-index: 2;
  }
  .article-content .area-content .side-content .side-form-content .area-btn .link a:hover:before {
    background: #fff;
  }
  .article-content .area-content .side-content .side-form-content .area-btn .link a:hover:after {
    border-top: 2px solid #4392BB;
    border-right: 2px solid #4392BB;
  }
  .article-content .area-content .area-article {
    width: calc(100% - 286px);
  }
  .article-content .area-content .area-article .item {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .article-content .area-content .area-article .item .img {
    width: 240px;
  }
  .article-content .area-content .area-article .item .area-info {
    width: calc(100% - 260px);
  }
  .article-content .area-content .area-article .item .area-info .text {
    margin: 0;
  }
  .article-content .area-content .area-article .area-sort {
    margin: 0 0 32px;
  }
  .article-content .area-content .area-article .area-sort select {
    width: 180px;
    height: 34px;
    font-size: 14px;
  }
}/*# sourceMappingURL=archive.css.map */