@charset "UTF-8";

/* ----------------------- */
/* login
/* ----------------------- */

.login-wrapper {
  border-top: 10px solid #0B5A78;
  text-align: center;
}

.login__title {
  padding: 80px 0 30px;
}

.login__title img {
  width: 80%;
  max-width: 380px;
  height: auto;
}

.loginLinks {
  max-width: 1000px;
  margin: 0 auto;
}

.loginLinks__title {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background: #0B5A78;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}

.loginLinks__content {
  padding: 30px 30px 40px;
  background: #F1F8F5;
  text-align: left;
}

.loginLinks__btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.loginLinks__btn {
  flex: 0 1 32.6%;
  color: #fff;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0 10px;
  padding: 0 3% 0 2%;
  text-align: center;
  box-sizing: border-box;
  background-color: #0B5A78;
}

.loginLinks__btn_icon {
  flex: 0 0 40px;
}

.loginLinks__btn_icon.login img {
  vertical-align: -10px;
  width: 33px;
  height: auto;
}

.loginLinks__btn_icon.config img {
  vertical-align: -16px;
  width: 40px;
  height: auto;
}

.loginLinks__btn_icon.user img {
  vertical-align: -12px;
  width: 34px;
  height: auto;
}

.loginLinks__btn p {
  margin: 0 auto 0 4%;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
}

.loginLinks__btn p span {
  display: inline-block;
}

.loginLinks__btn_curet {
  width: 8px;
}

.loginLinks__btn_curet img {
  vertical-align: -1px;
}

/* ----------------------- */
/* top news
/* ----------------------- */

.news {
  padding: 41px 0 64px;
  background-color: #F1F8F5;
}


.news .inner {
  max-width: 639px;
}

.newsList {
  margin: 25.5px 0;
}

.newsList__item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #fff;
}

.newsList__item:first-child {
  padding-top: 0;
}

.newsList__date {
  flex: 0 0 97px;
  color: #0B5A78;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.newsList__title:hover {
  text-decoration: underline;
}


.news__btn {
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 42px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 182px;
  height: 42px;
  border-radius: 21px;
  background-color: #0B5A78;
}

.news__btn_icon {
  width: 16px;
  padding-top: 5px;
}

.news__btn p {
  letter-spacing: 0.04em;
  margin: 0 18px 0 9px;
}

.news__btn_curet {
  width: 7px;
}



/* ----------------------- */
/* topLinks
/* ----------------------- */

.topLinks {
  padding: 0 0 96px;
}

.topLinks__btn_wrapper {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topLinks__btn {
  flex: 0 1 32.6%;
  color: #fff;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 16px 0 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #0B5A78;
}

.topLinks__btn_icon {
  flex: 0 0 40px;
}

.topLinks__btn:nth-child(2) .topLinks__btn_icon {
  flex: 0 0 49px;
}

.topLinks__btn_icon img {
  vertical-align: -14px;
}

.topLinks__btn p {
  margin: 0 auto 0 15px;
}

.topLinks__btn_curet {
  width: 8px;
}

.topLinks__btn_curet img {
  vertical-align: -1px;
}

.topLinks__box {
  margin-top: 50px;
}

.topLinks__box .title_wrapper {
  border-color: #E2EDE8;
}

.topLinks__box_listWrapper {
  display: flex;
  justify-content: space-between;
}

.topLinks__box_list {
  flex: 0 1 47.8%;
}

.topLinks__box_item {
  border-bottom: 1px solid #dfdfdf;
}

.topLinks__box_link {
  color: #0B5A78;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1;
  padding: 34px 0 30px;

  position: relative;
}

.topLinks__box_link::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 16px;
  background-image: url(../img/curet2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 100%;
}

.topLinks__btn01 {
  margin: 50px 0;
  text-align: center;
}
.topLinks__btn01 a {
  display: inline-block;
  min-width: 250px;
  max-width: 100%;
  padding: 15px 25px;
  background: #0B5A78;
  font-weight: bold;
  color: #fff;
}

/* ----------------------- */
/*  guide
/* ----------------------- */

.guide_wrapper {
  padding: 41px 0 122px;
}

.guide_wrapper .title_wrapper {
  border-color: #E2EDE8;
}

.guide {
  margin-top: 50px;
}

.guide__title_wrapper {
  width: 100%;
  border-bottom: 2px solid #0B5A78;
}

.guide__title {
  color: #0B5A78;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 7px;
  display: inline-block;
  position: relative;
}

.guide__title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DCEAE4;
  display: block;
}

.guide_list_wrapper {
}

.guide_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guide_list__item {
  flex: 0 1 47.8%;
  margin-top: 5px;
  border-bottom: 1px solid #e3e3e3;
}

.guide_list__link {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1.28;
  padding: 15px 44px 15px 0;
  position: relative;
}

.guide_list__link::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 16px;
  background-image: url(../img/curet2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7px;
  height: 100%;
}

.guide_list__link.py-2 {
  padding: 2.3rem 0;
}

.guide_list__link .new {
  color: #0B5A78;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding: 2.5px 10px;
  text-align: center;
  background-color: #D7ECF4;
  margin-left: 7px;
}

.guide_list__link .update {
  color: #0B5A78;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 8px;
  text-align: center;
  background-color: #D2E8E3;
  margin-left: 7px;
}


/* ----------------------- */
/* archive news
/* ----------------------- */

.archivePost__content {
  max-width: 855px;
  margin: 0 auto;
}

.archivePost__content .title_wrapper {
  border-color: #E2EDE8;
}

.archivePost__content .newsList__item {
  padding: 25px 0;
  border-bottom: 1px solid #DFDFDF;
}

.pager_wrapper {
  margin: 25px 0;
  text-align: center;
}

.pager_wrapper span {
  padding: 5px;
  font-weight: bold;
}

.pager_wrapper a {
  padding: 5px;
  text-decoration: underline;
  color: #0B5A78;
}


/* ----------------------- */
/*  search form
/* ----------------------- */

.searchbox {
  display: flex;
  margin-top: 46px;
  padding: 28px 22.5px 25px;
  background-color: #F1F8F5;
  border: 1px solid #cecece;
}

.searchbox__keyword_area {
  flex: 0 1 400px;
  margin-right: 48px;
}

.searchbox__keyword_title {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.searchbox__keyword_icon {
  flex: 0 0 15px;
  margin-right: 7px;
}

.searchbox__keyword_title {
  color: #040000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.searchbox__keyword_form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 13px 20px 13px 10px;
}

.searchbox__keyword_form input[type=text] {
  font-size: 1.6rem;
  width: 100%;
  max-width: 310px;
}

.searchbox__keyword_form input[type=text]::placeholder {
  color: #cbcbcb;
  font-size: 1.4rem;
}

@media (max-width: 800px) {

  .searchbox__keyword_form input[type=text]::placeholder {
    font-size: 1.3rem;
  }
}

.searchbox__keyword_form .submit {
  flex: 0 0 18px;
  width: 18px;
  background-image: url(../img/search2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  position: relative;
}

.searchbox__keyword_form .submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 22px;
  height: 100%;
  border-left: 1px solid #cbcbcb;
}


.searchbox__keyword_list_wrapper {
  flex: 0 1 390px;
}

.searchbox__keyword_list_title {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  margin-bottom: 23px;
  padding-left: 16.5px;
}

.searchbox__keyword_list_title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 100%;
}

.searchbox__keyword_list {
  display: flex;
  flex-wrap: wrap;
}


.searchbox__keyword_item {
  flex: 0 1 100px;
  position: relative;
  padding-left: 18px;
  display: flex;
  box-sizing: border-box;
}

.searchbox__keyword_item:last-child {
  flex: 0 1 160px;
}

.searchbox__keyword_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/label.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 100%;
  margin-top: 8px;
}

.searchbox__keyword_item a {
  color: #0B5A78;
  letter-spacing: 0;
  text-decoration: underline;
}

/* ----------------------- */
/*  search result
/* ----------------------- */

.search_wrapper {
  padding: 41px 0 122px;
}

.search_wrapper .title_wrapper {
  border-color: #E2EDE8;
}

.search_keyword {
  margin: 40px 0 25px;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.6rem;
  font-weight: bold;
}

.searchList_wrapper {
  margin-top: 35px;
}

.searchList__item {
  padding: 25px 0;
  border-bottom: 1px solid #DFDFDF;
}

.searchList__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0B5A78;
}

.searchList__excerpt {
  font-size: 1.3rem;
}

.search_error p {
  margin-top: 20px;
}

.search_error li::before {
  content: "・";
  font-weight: bold;
}


/* 767px 
--------------------------------------------- */
@media (max-width: 767px) {

  /* ----------------------- */
  /* login 767px
  /* ----------------------- */

  .login__title {
    padding: 40px 0 30px;

  }

  .loginLinks__btn_wrapper {
    flex-direction: column;
  }

  .loginLinks__btn {
    width: 100%;
    margin-bottom: 10px;
  }

  /* ----------------------- */
  /* top news 767px
  /* ----------------------- */


  .news {
    padding: 22px 0 38px;
  }

  .newsList {
    margin: 10px 0 19px;
  }

  .newsList__item {
    display: block;
    padding: 7px 0;
  }

  .newsList__date {
    flex: 0 1 auto;
  }

  .newsList__title {
    line-height: 1.34;
  }

  .news__btn {
    line-height: 38px;
    width: 166px;
    height: 38px;
    border-radius: 19px;
  }

  .news__btn_icon {
    width: 14px;
    padding-top: 4px;
  }

  .news__btn p {
    margin: 0 16px 0 8px;
  }

  .news__btn_curet {
    width: 5px;
  }


  /* ----------------------- */
  /* topLinks 767px
  /* ----------------------- */

  .topLinks {
    padding: 12px 0 96px;
  }

  .topLinks__btn_wrapper {
    margin-top: 7px;
    display: block;
  }

  .topLinks__btn {
    flex: 0 1 auto;
    line-height: 60px;
    height: 60px;
    padding: 0 20px 0 15px;
    margin-bottom: 7px;
  }

  .topLinks__btn:last-child {
    margin-bottom: 0;
  }

  .topLinks__btn_icon {
    flex: 0 0 32px;
  }

  .topLinks__btn:nth-child(2) .topLinks__btn_icon {
    flex: 0 0 38px;
    margin-right: -5px;
  }

  .topLinks__btn p {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .topLinks__btn_curet {
    width: 6px;
  }

  .topLinks__box {
    margin-top: 42px;
  }

  .topLinks__box_listWrapper {
    display: block;
  }

  .topLinks__box_list {
    flex: 0 1 auto;
  }

  .topLinks__box_link {
    font-size: 1.4rem;
    padding: 25px 0 24px;
  }

  .topLinks__box_link::after {
    top: 0px;
    right: 13px;
    width: 6px;
  }

  /* ----------------------- */
  /*  guide 767px
  /* ----------------------- */

  .guide_wrapper {
    padding: 24px 0 96px;
  }

  .guide {
    margin-top: 25px;
  }

  .guide__title {
    font-size: 1.4rem;
    padding-bottom: 6px;
  }

  .guide_list_wrapper {
    display: block;
  }

  .guide_list {
    flex: 0 1 auto;
  }

  .guide_list__item {
    flex: 0 1 100%;
  }

  .guide_list__link {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    padding: 15px 40px 15px 0;
  }

  .guide_list__link::after {
    right: 13px;
    width: 6px;
  }

  .guide_list__link.py-2 {
    padding: 15px 40px 15px 0;
  }

  .guide_list__link .new,
  .guide_list__link .update {
    font-size: 1.1rem;
  }

  /* ----------------------- */
  /*  search form 767px
  /* ----------------------- */

  .searchbox {
    display: block;
    padding: 20px 13px 26px;
  }

  .searchbox__keyword_area {
    flex: 0 1 auto;
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 28px;
  }

  .searchbox__keyword_title {
    margin-bottom: 15px;
  }

  .searchbox__keyword_icon {
    flex: 0 0 13px;
  }

  .searchbox__keyword_title {
    font-size: 1.4rem;
  }

  .searchbox__keyword_form {
    height: 44px;
    padding: 11px 14px 9px 10px;
  }

  .searchbox__keyword_form input[type=text] {
    font-size: 1.6rem;
    width: 100%;
    max-width: 240px;
  }

  .searchbox__keyword_form label {
    flex: 0 0 15px;
    width: 15px;
  }

  .searchbox__keyword_form label::before {
    left: -17px;
    width: 17px;
  }

  .searchbox__keyword_list_wrapper {
    flex: 0 1 auto;
  }

  .searchbox__keyword_list_title {
    font-size: 1.2rem;
    margin-bottom: 19px;
    padding-left: 14px;
  }

  .searchbox__keyword_list_title::before {
    width: 9px;
  }

  .searchbox__keyword_item {
    flex: 0 1 80px;
    padding-left: 15px;
  }

  .searchbox__keyword_item:nth-child(3) {
    flex: 0 1 95px;
  }

  .searchbox__keyword_item:last-child {
    flex: 0 1 135px;
  }

  .searchbox__keyword_item::before {
    width: 9px;
  }

  /* ----------------------- */
  /*  search result 767px
  /* ----------------------- */

  .search_wrapper {
    padding: 24px 0 96px;
  }



}