@charset "UTF-8";

.container {
  max-width: inherit !important;
  margin: 0 auto;
}

.mt0 {
  margin-top: 0 !important;
}

.page-name-home header {
  display: none;
}

.page-name-recruit-complete .form {
  padding: 0 0 40px;
  margin: 50px 0 100px;
  background: #faf8f5;
}

.page-name-recruit-error .form {
  padding: 0 0 40px;
  margin: 50px 0 100px;
  background: #faf8f5;
}

#main .main-image {
  background: url("../images/top-bg_pc.jpg") no-repeat center/cover;
  width: 100%;
  min-width: 1000px;
}
#main .main-image::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 100;
}
@media screen and (max-width: 768px) {
  #main .main-image {
    background: url("../images/top-bg_sp.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    min-width: unset;
    height: auto;
    display: flex;
    padding: 4%;
  }
}
#main .main-image .logo_area {
  background: rgba(255, 255, 255, 0.85);
  width: 650px;
  height: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area {
    width: 96%;
    height: 100%;
    padding: 12% 3%;
  }
}
#main .main-image .logo_area h1 {
  color: #323b43;
  width: 100%;
  display: block;
  font-size: 42px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area h1 {
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    font-size: 6vw;
    /* font-size: 6.5vw; */
  }
}
#main .main-image .logo_area h1 img {
  width: 450px;
  /* width: 350px; */
  display: block;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area h1 img {
    width: 77%;
    display: block;
    margin: 0 auto 5px;
  }
}
#main .main-image .logo_area .logo_area_txt01 {
  width: 100%;
  font-size: 38px;
  padding: 20px 0 0;
  color: #2b96a5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area .logo_area_txt01 {
    font-size: 24px;
    padding: 3% 0 0;
  }
}
#main .main-image .logo_area .open_date {
  width: 100%;
  color: #4a84ba;
  font-size: 33px;
  line-height: 1.25;
  text-align: center;
  margin: 20px 0 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area .open_date {
    font-size: 5.5vw;
    margin: 10px 0 0;
    width: 100%;
    line-height: 1.4;
  }
}
#main .main-image .logo_area .open_date span {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area .open_date span {
    font-size: 7vw;
  }
}
#main .main-image .logo_area .event_ttl {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  color: #6a6c65;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area .event_ttl {
    margin-top: 20px;
    padding-top: 20px;
    font-style: normal;
    text-align: center;
    position: relative;
    font-size: 4vw;
    width: 100%;
  }
}
#main .main-image .logo_area .event_ttl::before {
  width: 30px;
  height: 1px;
  background-color: #231815;
  content: "";
  top: 0;
  left: calc(50% - 15px);
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area .event_ttl::before {
    width: 30px;
    height: 1px;
    background-color: #231815;
    content: "";
    top: 0;
    left: calc(50% - 15px);
    display: block;
    position: absolute;
  }
}
#main .main-image .logo_area .event_note {
  color: #231815;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area .event_note {
    color: #231815;
    text-align: center;
    font-size: 4vw;
  }
}
#main .main-image .logo_area p {
  line-height: 1.25;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area p {
    font-size: 5vw;
    line-height: 1.25;
    margin: 0;
  }
}
#main .main-image .logo_area p span {
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  #main .main-image .logo_area p span {
    font-size: 1.8em;
  }
}

.timetable table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .timetable table {
    font-size: 12px;
  }
}
.timetable table tr {
  border-bottom: #e9e5e1 1px solid;
  padding: 10px;
  text-align: center;
  letter-spacing: 0;
}
.timetable table tr th {
  color: #ffffff;
  padding: 7px 5px 6px;
  font-weight: normal;
  letter-spacing: 0;
}
.timetable table tr th.time-th {
  color: #6c7375;
}
.timetable table tr.week-tr {
  background-color: #748b46;
}
.timetable table tr:last-child {
  border-bottom: none;
}
.timetable table + p {
  margin-top: 10px;
}

#contents {
  width: 1000px;
  margin: 0 auto;
  color: #6c7375;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
    font-size: 14px;
  }
}
#contents h2 {
  margin-top: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  color: #03305c;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
}
#contents h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  /*線の上下位置*/
  display: inline-block;
  width: 20px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #f0aa42;
  /*線の色*/
}
@media screen and (max-width: 768px) {
  #contents h2::after {
    bottom: -10px;
    /*線の上下位置*/
    width: 18px;
    /*線の長さ*/
    height: 2px;
    /*線の太さ*/
  }
}
@media screen and (max-width: 768px) {
  #contents h2 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#contents h2 .sub-txt {
  font-size: 14px;
  color: #67839d;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents h2 .sub-txt {
    font-size: 12px;
  }
}
#contents h3 {
  margin-top: 38px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #03305c;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #contents h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
}
#contents h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  /*線の上下位置*/
  display: inline-block;
  width: 20px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #f0aa42;
  /*線の色*/
}
@media screen and (max-width: 768px) {
  #contents h3::after {
    bottom: -10px;
    /*線の上下位置*/
    width: 18px;
    /*線の長さ*/
    height: 2px;
    /*線の太さ*/
  }
}
#contents .columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
#contents .columns .item {
  padding: 0 40px 50px;
  width: 48%;
  background-color: #f4f7fa;
}
#contents .columns .item dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  margin-bottom: 0;
}
#contents .columns .item dl dt {
  width: 30%;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  border-bottom: #e9e5e1 1px solid;
  padding-bottom: 15px;
}
#contents .columns .item dl dd {
  margin: 0;
  padding: 0;
  width: 70%;
  padding-top: 15px;
  border-bottom: #e9e5e1 1px solid;
  padding-bottom: 15px;
}
#contents .columns .item .department {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #contents .columns .item .department img {
    width: 100%;
  }
}
#contents .columns .item .department .txt {
  margin: 0;
  padding: 0;
  text-align: center;
}
#contents .columns .history, #contents .columns .etc {
  padding-bottom: 38px;
}
#contents .columns .history h3, #contents .columns .etc h3 {
  font-size: 21px;
  margin-bottom: 32px;
}
#contents .columns .history h4, #contents .columns .etc h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
#contents .columns .history h4::before, #contents .columns .etc h4::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 28px;
  background-color: #0081b2;
  position: absolute;
  top: 1px;
  left: -8px;
}
#contents .columns .history dl, #contents .columns .etc dl {
  margin-top: 0;
  margin-bottom: 30px;
}
#contents .columns .history dl:last-child, #contents .columns .etc dl:last-child {
  margin: 0;
}
#contents .columns .history p.txt-line, #contents .columns .etc p.txt-line {
  margin: 0;
  padding: 15px 0;
  border-bottom: #e9e5e1 1px solid;
}
#contents .columns .history ul, #contents .columns .etc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contents .columns .history li, #contents .columns .etc li {
  padding-left: 1em;
  margin-bottom: 0.75em;
  text-indent: -0.7em;
}
@media screen and (max-width: 768px){
  #contents .columns .history li, #contents .columns .etc li {
    margin-bottom: 0.4em;
  }
}
#contents .columns .history li:before, #contents .columns .etc li:before {
  content: "• ";
  color: #87c4c5;
}
#contents .columns .history p, #contents .columns .etc p {
  margin: 0;
  padding: 0;
}
#contents .columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents .columns {
    width: 100%;
    justify-content: normal;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents .columns .item {
    padding: 0 20px 30px;
    width: 100%;
    margin: 30px 2% 0;
  }
}
#contents .columns .itemfull {
  padding: 0 40px 50px;
  width: 100%;
  background-color: #fcf9f7;
}
@media screen and (max-width: 768px) {
  #contents .columns .itemfull {
    padding: 0 20px 30px;
  }
}
#contents .columns .itemfull dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #contents .columns .itemfull dl {
    margin-top: 0;
  }
}
#contents .columns .itemfull dl dt {
  width: 30%;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  border-bottom: #e9e5e1 1px solid;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #contents .columns .itemfull dl dt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#contents .columns .itemfull dl dd {
  margin: 0;
  padding: 0;
  width: 70%;
  padding-top: 15px;
  border-bottom: #e9e5e1 1px solid;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #contents .columns .itemfull dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#contents .columns .itemfull .department {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #contents .columns .itemfull .department {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents .columns .itemfull .department img {
    width: 100%;
  }
}
#contents .columns .itemfull .department .txt {
  margin: 0;
  padding: 0;
  text-align: center;
}
#contents .columns .history, #contents .columns .etc {
  padding-bottom: 38px;
}
@media screen and (max-width: 768px) {
  #contents .columns .history, #contents .columns .etc {
    padding-bottom: 30px;
  }
}
#contents .columns .history h3, #contents .columns .etc h3 {
  font-size: 21px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #contents .columns .history h3, #contents .columns .etc h3 {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
#contents .columns .history h4, #contents .columns .etc h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .columns .history h4, #contents .columns .etc h4 {
    font-size: 16px;
  }
}
#contents .columns .history h4::before, #contents .columns .etc h4::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 28px;
  background-color: #87c4c5;
  position: absolute;
  top: 1px;
  left: -8px;
}
#contents .columns .history dl, #contents .columns .etc dl {
  margin-top: 0;
  margin-bottom: 30px;
}
#contents .columns .history dl:last-child, #contents .columns .etc dl:last-child {
  margin: 0;
}
#contents .columns .history p.txt-line, #contents .columns .etc p.txt-line {
  margin: 0;
  padding: 15px 0;
  border-bottom: #e9e5e1 1px solid;
}
@media screen and (max-width: 768px) {
  #contents .columns .history p.txt-line, #contents .columns .etc p.txt-line {
    padding: 10px 0;
  }
}
#contents .columns .history ul, #contents .columns .etc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contents .columns .history li, #contents .columns .etc li {
  padding-left: 1em;
  text-indent: -0.7em;
}
#contents .columns .history li:before, #contents .columns .etc li:before {
  content: "• ";
  color: #87c4c5;
}
#contents .columns .history p, #contents .columns .etc p {
  margin: 0;
  padding: 0;
}
#contents .gmap {
  height: 450px;
  overflow: hidden;
  padding-bottom: 39;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents .gmap {
    height: 350px;
    padding-bottom: inherit;
    margin: 30px 2%;
  }
}
#contents .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#contents .itemfull {
  background-color: #f4f7fa;
  padding: 0 40px 60px;
}
#contents .itemfull.message {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  #contents .itemfull {
    margin: 30px 2% 0;
    padding: 0 20px 30px;
  }
}
#contents .itemfull .massage-txt {
  width: 100%;
  margin: 26px 0 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #contents .itemfull .massage-txt {
    display: block;
    margin: 20px 0 0;
  }
}
#contents .itemfull .massage-txt .massage-txt_box {
  width: 62%;
}
@media screen and (max-width: 768px) {
  #contents .itemfull .massage-txt .massage-txt_box {
    width: 100%;
  }
}
#contents .itemfull .massage-txt .massage-txt_box p {
  position: relative;
  margin: 0;
  padding: 0;
  /* text-align: right; */
}
#contents .itemfull .massage-txt .massage-txt_box p:not(:last-child) {
  padding: 0 0 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contents .itemfull .massage-txt .massage-txt_box p {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
  }
}
#contents .itemfull .massage-txt .massage-txt_box p span {
  display: block;
  text-align: right;
}
#contents .itemfull .massage-txt figure {
  width: 35%;
  text-align: right;
  margin: 0;
  padding: 0 0 5px 10px;
}
@media screen and (max-width: 768px) {
  #contents .itemfull .massage-txt figure {
    text-align: center;
    margin-top: 7vw;
    margin-bottom: 5vw;
    width: 100%;
    padding: 0;
  }
}
#contents .itemfull .massage-txt figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents .itemfull .massage-txt figure img {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    object-position: center top;
  }
}
#contents .itemfull .massage-txt figure figcaption {
  margin-top: 10px;
  text-align: center;
}
#contents .recruit_bnr {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #contents .recruit_bnr {
    margin: 0 2%;
  }
}
#contents .recruit_bnr .recruit_bnr_box {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #contents .recruit_bnr .recruit_bnr_box {
    width: 100%;
  }
}
#contents .recruit_bnr .recruit_bnr_box img {
  width: 100%;
}
#contents .recruit_bnr .recruit_bnr_nav {
  padding: 8px;
  margin: 0;
  background: #c8daea;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .recruit_bnr .recruit_bnr_nav {
    padding: 2%;
    gap: 2vw 2%;;
  }
}
#contents .recruit_bnr .recruit_bnr_nav li {
  background: #fff;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #contents .recruit_bnr .recruit_bnr_nav li {
    width: 100%;
    flex: unset;
  }
}
#contents .recruit_bnr .recruit_bnr_nav li:hover {
  opacity: 0.75;
}
#contents .recruit_bnr .recruit_bnr_nav li a {
  color: #03305c;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
}
#contents .recruit_bnr .recruit_bnr_nav li a::after {
  content: "";
  border-top: solid 1px #03305c;
  border-right: solid 1px #03305c;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: 0.3s;
}
#contents #free {
  padding: 40px;
  margin: 40px auto 0;
  background-color: #fdfaed;
}
@media screen and (max-width: 768px) {
  #contents #free {
    padding: 20px;
    width: 96%;
    margin: 30px auto 0;
  }
}
#contents #free p {
  position: inherit !important;
}
#contents #free div {
  position: inherit !important;
}
#contents #free span {
  position: inherit !important;
}
#contents .post_wrap {
  padding: 40px;
  margin: 40px auto 0;
  background-color: #fcf9f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents .post_wrap {
    padding: 20px;
    width: 96%;
    margin: 30px auto 0;
    display: block;
  }
}
#contents .post_wrap .news_tit {
  position: relative;
  padding: 0 0 0;
  border-bottom: 1px solid #003670;
}
#contents .post_wrap .news_tit h3 {
  margin-top: 0px;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  color: #003670;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #contents .post_wrap .news_tit h3 {
    font-size: 20px;
  }
}
#contents .post_wrap .news_tit h3::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #contents .post_wrap .news_tit h3 {
    margin-bottom: 10px;
  }
}
#contents .post_wrap .news_tit h3 .sub-txt {
  font-size: 14px;
  color: #0181b2;
  display: block;
}
#contents .post_wrap .news_tit .more {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 0;
}
#contents .post_wrap .news_tit .more a {
  line-height: 1.75;
  font-size: 14px;
  color: #003670;
  position: relative;
  padding: 0 20px 0 0;
}
#contents .post_wrap .news_tit .more a::after {
  content: "";
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: 0.3s;
}
#contents .post_wrap .news_tit .more a:hover {
  opacity: 0.7;
}
#contents .post_wrap .content dl {
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #contents .post_wrap .content dl {
    justify-content: flex-start;
  }
}
#contents .post_wrap .content dl dt {
  width: 30%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
#contents .post_wrap .content dl dd {
  width: 70%;
  text-decoration: underline;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 10px 10px;
}
#contents .post_wrap .content dl dd:hover {
  text-decoration: none;
}
#contents .post_wrap .news_wrap {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #contents .post_wrap .news_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
#contents .post_wrap .news_wrap .content .list_list a {
  color: #003670;
}
#contents .post_wrap .blog_wrap {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #contents .post_wrap .blog_wrap {
    width: 100%;
  }
}
#contents .post_wrap .blog_wrap .content .list_list a {
  color: #003670;
}
#footer {
  width: 100%;
  min-width: 1000px;
  margin-top: 40px;
  background-color: #cfd8e2;
}
@media screen and (max-width: 768px) {
  #footer {
    min-width: unset;
    margin-top: 30px;
    font-size: 14px;
  }
}
#footer .container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #footer .container {
    width: 100%;
    margin: 0 auto;
    justify-content: normal;
    flex-wrap: wrap;
    padding: 30px;
  }
}
#footer .container .item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #footer .container .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer .container .item:last-child {
    margin-bottom: 0;
  }
}
#footer .container .item p {
  margin: 10px 0 0;
  padding: 0;
  color: #5b5b5b;
  line-height: 1.5;
}
#footer .container .item p.f-name {
  margin-top: 0;
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  color: #003670;
}
@media screen and (max-width: 768px) {
  #footer .container .item p.f-name {
    font-size: 20px;
  }
}
#footer .container .timetable table {
  width: 100%;
}
#footer .copyright {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #03305c;
  color: #ffffff;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
  }
}

/* ページトップ
---------------------------------------------------------------------------- */
body {
  position: relative;
}

#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 25px;
  bottom: 4%;
  background: #eea22f;
  opacity: 0.7;
  border-radius: 50%;
}
#pagetop:hover {
  opacity: 0.5;
}

#pagetop a {
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}

#pagetop a::before {
  /* content: url(../images/arrow01.svg); */
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(45deg);
  /* position: absolute; */
  /* top: calc(50% - 15px); */
  /* left: calc(50% - 4px); */
}

@media screen and (min-width: 768px) {
  #pagetop {
    bottom: 60px;
  }
}
#footer .container .info figure {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer .container .info figure {
    padding: 0;
    text-align: center;
  }
}
#footer .container .info figure img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px){
  #footer .container .info figure img {
    width: 75%;
  }
}

dd {
  display: block;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: -internal-light-dark(white, #3b3b3b);
  margin: 0em;
  padding: 0;
  border-width: 1px;
  border-style: inset;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

header {
  width: 100%;
  border-bottom: 3px solid #0081b2;
}
header #head {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header #head {
    width: 100%;
  }
}
header #head h1 {
  padding: 15px 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  header #head h1 {
    margin: 4%;
    padding: 0;
    width: 50%;
  }
}
header #head h1 img {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header #head h1 img {
    width: 100%;
  }
}
header #head nav {
  color: #003670;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header #head nav {
    padding: 2%;
  }
}
header #head nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header #head nav ul li a {
  color: #003670;
  text-decoration: underline !important;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  header #head nav ul li a {
    font-size: 11px;
    text-decoration: none !important;
  }
}

#page_title {
  text-align: center;
  background: #b5d423;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b5d423 0%, #b5d423 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b5d423", endColorstr="#b5d423",GradientType=1 );
  /* IE6-9 */
}
#page_title .container .page_title {
  font-size: 48px;
  color: #fff;
  padding: 90px 0;
  margin: 0;
  line-height: 1;
  text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  #page_title .container .page_title {
    font-size: 36px;
    padding: 6%;
  }
}

#breadcrumb {
  width: 1000px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    width: 100%;
    padding: 0 0 0 4%;
  }
}
#breadcrumb .container ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#breadcrumb .container ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#breadcrumb .container ol li:first-child a {
  color: #003670;
}
@media screen and (max-width: 768px) {
  #breadcrumb .container ol li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb .container ol li .material-icons {
    font-size: 16px;
  }
}
.page_nav {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .page_nav {
    margin: 6% auto 0;
  }
}
.page_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.page_nav ul li {
  width: 48%;
  border: 1px solid #5e7d04;
  border-radius: 3px;
  position: relative;
  line-height: 1;
}
.page_nav ul li a {
  padding: 20px;
  color: #5e7d04;
  font-size: 20px;
  display: block;
}
.page_nav ul li a:hover {
  background: #5e7d04;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page_nav ul li a {
    font-size: 19px;
  }
}

.page_nav ul li a::after {
  content: "";
  border: solid 6px transparent;
  border-left: solid 8px #5e7d04;
  transform: rotate(90deg);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
}

.page_nav ul li a:hover:after {
  border-left: solid 8px #fff;
}

#main_recruit {
  text-align: center;
  background: #0181b2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0181b2 0%, #0181b2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0181b2", endColorstr="#0181b2",GradientType=1 );
  /* IE6-9 */
}

#main_recruit .main_box h2 {
  font-size: 48px;
  color: #fff;
  padding: 90px 0;
  margin: 0;
  line-height: 1;
  text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  #main_recruit .container h2 {
    font-size: 36px;
    padding: 6%;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 0 4%;
  }
}
#contents .outline {
  line-height: 1;
  margin: 60px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contents .outline {
    margin: 6% 0 0;
  }
}
#contents .outline h3 {
  font-family: inherit !important;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 40px;
  letter-spacing: 25px;
}
@media screen and (max-width: 768px) {
  #contents .outline h3 {
    font-size: 30px;
    margin: 6% 0 0;
    letter-spacing: 10px;
  }
}
#contents .outline h3 span {
  padding: 10px 0 0;
  display: block;
  font-size: 10px;
  color: #dcb780;
  letter-spacing: 0;
}
#contents .outline h3::after {
  content: none !important;
}
#contents .outline .outline_box {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #contents .outline .outline_box {
    margin: 3% 0 0;
  }
}
#contents .outline .outline_box table {
  width: 100%;
  border-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #contents .outline .outline_box table tr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4%;
  }
}
#contents .outline .outline_box table tr:nth-child(odd) {
  background: #faf8f5;
}
#contents .outline .outline_box table tr th {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #contents .outline .outline_box table tr th {
    background: #faf8f5;
    width: 100%;
    padding: 2%;
  }
}
#contents .outline .outline_box table tr td {
  font-size: 14px;
  width: 750px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  #contents .outline .outline_box table tr td {
    background: #fff;
    width: 100%;
    padding: 2%;
  }
}
#contents .privacy_frame_tit {
  margin: 40px auto 0;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  color: #5e7d04;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: inline-block;
  width: 100%;
}
#contents .privacy_frame {
  background: #fff;
  padding: 10px 50px 50px;
  margin: 30px auto 0;
  height: 250px;
  overflow-y: scroll;
  width: 850px;
}
@media screen and (max-width: 768px) {
  #contents .privacy_frame {
    width: 94%;
    padding: 1% 5% 5%;
    margin: 3% auto 0;
  }
}
#contents .privacy_frame .privacy_box {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #contents .privacy_frame .privacy_box h2 {
    margin: 6% auto 0;
    font-size: 18px !important;
  }
  #contents .privacy_frame .privacy_box h2::after {
    content: none;
  }
}
#contents .privacy_frame .privacy_box h3 {
  font-family: inherit;
  padding: 0;
  margin: 40px 0 0;
  font-size: 20px;
  text-align: left;
  color: inherit;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  #contents .privacy_frame .privacy_box h3 {
    margin: 4% 0 0;
    font-size: 18px !important;
  }
}
#contents .privacy_frame .privacy_box h3::after {
  content: none;
}
#contents .privacy_frame .privacy_box h4 {
  display: block;
  margin: 1.33em 0;
  font-weight: bold;
}
#contents .privacy_frame .privacy_box .read {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #contents .privacy_frame .privacy_box .read {
    padding: 4% 0 0;
  }
}
#contents .privacy_frame .privacy_box p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
#contents .privacy_frame .privacy_box .border {
  text-decoration: underline;
}
#contents .privacy_frame .privacy_box .privacy_li li {
  position: relative;
  padding: 0 0 0 20px;
}
#contents .privacy_frame .privacy_box .privacy_li li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}

#contents .form {
  padding: 0 0 40px;
  margin: 50px 0 100px;
  background: #faf8f5;
}
@media screen and (max-width: 768px) {
  #contents .form {
    padding: 0 0 6%;
    margin: 15% 0 0;
  }
}
#contents .form h3 {
  font-size: 26px;
}
#contents .form h3 span {
  font-size: 14px !important;
  display: block;
}
#contents .form .form_box dl {
  margin: 0 40px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #contents .form .form_box dl {
    margin: 0 4%;
    padding: 10px 0;
    border-bottom: none;
  }
}
#contents .form .form_box dl dt {
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contents .form .form_box dl dt {
    width: 100%;
    padding: 0 0 2%;
  }
}
#contents .form .form_box dl dd {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents .form .form_box dl dd {
    width: 100%;
  }
}
#contents .confirm_box {
  padding: 30px 40px;
  text-align: center;
}
#contents .confirm_box .checkbox {
  margin: 0 10px 0 0;
}
#contents .submit_btn_box {
  text-align: center;
}
#contents .submit_btn {
  text-align: center;
  background: #414341;
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  width: 125px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #contents .submit_btn {
    width: 60%;
  }
}

.must {
  background: #f45000;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  padding: 3px;
  text-align: center;
  margin: 0 0 0 10px;
}

.must_02 {
  background: #f45000;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  padding: 3px;
  text-align: center;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .must_02 {
    display: table;
    margin: 0 auto;
  }
}

.input_half {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 20px;
  display: flex;
}

.input_full {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 20px;
}

.input_tel {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 10px;
  width: 25% !important;
}

.textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  height: 250px;
  border-radius: 3px;
  padding: 10px;
  font-size: 20px;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

input:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

input::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.error_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.error_box2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
}

.error_txt {
  text-align: center;
  color: #B70000;
  font-size: 20px;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 768px) {
  .error_txt {
    padding: 6% 2% 0;
  }
}

.complete_txt {
  text-align: center;
  font-size: 20px;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 768px) {
  .complete_txt {
    padding: 4% 2% 2%;
    font-size: inherit;
  }
}

#contents .privacy_box {
  margin: 0 0 100px;
}
#contents .privacy_box h2 {
  line-height: 1.5;
}
#contents .privacy_box h2::after {
  content: none;
}
#contents .privacy_box h3 {
  font-family: inherit;
  padding: 0;
  margin: 40px 0 0;
  font-size: 20px;
  text-align: left;
  color: inherit;
  line-height: 1.75;
  border-bottom: 1px solid #333333;
}
#contents .privacy_box h3::after {
  content: none;
}
#contents .privacy_box h4 {
  display: block;
  margin: 1.33em 0;
  font-weight: bold;
}
#contents .privacy_box .read {
  padding: 40px 0 0;
}
#contents .privacy_box p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
#contents .privacy_box .border {
  text-decoration: underline;
}
#contents .privacy_box .privacy_li li {
  position: relative;
  padding: 0 0 0 20px;
}
#contents .privacy_box .privacy_li li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}

#footer .privacy_link {
  display: block;
  margin: 10px 0 0 !important;
}
#footer .privacy_link a {
  color: #003670;
  position: relative;
  padding: 0 0 0 15px;
}
#footer .privacy_link a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #003670;
  border-right: 1px solid #003670;
  transform: rotate(45deg);
}

#breadcrumb li:last-child a {
  pointer-events: none;
}

.archive #wrap .inner, .single #wrap .inner {
  max-width: 1000px;
  width: 96%;
  margin: 60px auto;
  color: #333333;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .archive #wrap .inner, .single #wrap .inner {
    width: 96%;
    margin: 6% auto;
    font-size: 14px;
    padding: 0 4%;
  }
}
.archive #wrap .inner #main, .single #wrap .inner #main {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .archive #wrap .inner #main, .single #wrap .inner #main {
    width: 100%;
  }
}
.archive #wrap .inner #main article, .single #wrap .inner #main article {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #eee;
}
.archive #wrap .inner #main article .entry_title, .single #wrap .inner #main article .entry_title {
  margin-top: 0px;
  text-align: left;
  font-size: 26px;
  line-height: 1.4;
  color: #5e7d04;
  font-style: normal;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .archive #wrap .inner #main article .entry_title, .single #wrap .inner #main article .entry_title {
    font-size: 20px;
  }
}
.archive #wrap .inner #main article .entry_title a, .single #wrap .inner #main article .entry_title a {
  margin-top: 0px;
  text-align: left;
  font-size: 26px;
  line-height: 1.4;
  color: #5e7d04;
  font-style: normal;
  position: relative;
  display: inline-block;
  width: 100%;
}
.archive #wrap .inner #main article .entry_title a:hover, .single #wrap .inner #main article .entry_title a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .archive #wrap .inner #main article .entry_title a, .single #wrap .inner #main article .entry_title a {
    font-size: 20px;
  }
}
.archive #wrap .inner #main article .entry_title::after, .single #wrap .inner #main article .entry_title::after {
  content: none;
}
.archive #wrap .inner #main article .entry_ex, .single #wrap .inner #main article .entry_ex {
  margin: 20px 0 10px;
  display: flex;
}
.archive #wrap .inner #main article .entry_ex .entry_date, .single #wrap .inner #main article .entry_ex .entry_date {
  color: #888;
}
.archive #wrap .inner #main article .entry_ex .entry_date .material-icons, .single #wrap .inner #main article .entry_ex .entry_date .material-icons {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding: 0 10px 0 0;
  color: #003670;
}
.archive #wrap .inner #main article .entry_ex .entry_categories, .single #wrap .inner #main article .entry_ex .entry_categories {
  margin: 0 0 0 20px;
  color: #888;
}
.archive #wrap .inner #main article .entry_ex .entry_categories .material-icons, .single #wrap .inner #main article .entry_ex .entry_categories .material-icons {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding: 0 0;
  color: #003670;
}
.archive #wrap .inner #main article .entry_ex .entry_categories a, .single #wrap .inner #main article .entry_ex .entry_categories a {
  padding: 0;
  margin: 0 5px 0 0;
  color: #003670;
}
.archive #wrap .inner #main article .entry .btnstyle, .single #wrap .inner #main article .entry .btnstyle {
  text-align: center;
}
.archive #wrap .inner #main article .entry .btnstyle a, .single #wrap .inner #main article .entry .btnstyle a {
  padding: 10px;
  color: #fff;
  width: 45%;
  border-radius: 8px;
  background: #003670;
  display: block;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive #wrap .inner #main article .entry .btnstyle a, .single #wrap .inner #main article .entry .btnstyle a {
    width: 80%;
  }
}
.archive #wrap .inner #main article .entry .btnstyle a:hover, .single #wrap .inner #main article .entry .btnstyle a:hover {
  opacity: 0.7;
}
.archive #wrap .inner #main article .entry .btnstyle a::after, .single #wrap .inner #main article .entry .btnstyle a::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .archive #wrap .inner #main article .entry img, .single #wrap .inner #main article .entry img {
    padding: 2% 0 0;
    width: 100%;
  }
}
.archive #wrap .inner #aside, .single #wrap .inner #aside {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .archive #wrap .inner #aside, .single #wrap .inner #aside {
    width: 100%;
    margin: 10% 0 0;
  }
}
.archive #wrap .inner #aside #post_aside .aside_box, .single #wrap .inner #aside #post_aside .aside_box {
  margin: 0 0 40px;
}
.archive #wrap .inner #aside #post_aside .aside_box .aside_title, .single #wrap .inner #aside #post_aside .aside_box .aside_title {
  font-size: 22px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  margin: 0 0 20px;
}
.archive #wrap .inner #aside #post_aside .aside_box .aside_box_inner, .single #wrap .inner #aside #post_aside .aside_box .aside_box_inner {
  padding: 0 10px;
}
.archive #wrap .inner #aside #post_aside .aside_box .aside_box_inner .category_list li, .single #wrap .inner #aside #post_aside .aside_box .aside_box_inner .category_list li {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  margin: 10px 0;
  padding: 10px 0;
}

.pagenav_single {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .pagenav_single {
    padding-top: 0;
  }
}

.pagenav_single a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}

.pagenav_single a .material-icons {
  font-size: 1.408rem;
}

.pagenav_single a:hover {
  opacity: 0.7;
}

.box_entry-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 4.8rem;
}

.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.408rem;
  line-height: 2rem;
  margin-top: 2rem;
  font-size: 14px;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 2rem;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #98855e;
  border: 1px solid #98855e;
  color: #fff;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */