@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #3c576c;
  background: #eff2f4;
}
@media (max-width: 599px) {
  html, body {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #3c576c;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #3c576c;
}
a:hover {
  color: #3c576c;
  opacity: 0.6;
}
a:active {
  color: #3c576c;
}

/* ----------------------------------------------------
set
---------------------------------------------------- */
@media (max-width: 599px) {
  .pcver {
    display: none;
  }
}

.tbver {
  display: none;
}
@media (max-width: 820px) {
  .tbver {
    display: block;
  }
}

@media (max-width: 820px) {
  .sptb {
    display: none;
  }
}

.spver {
  display: none;
}
@media (max-width: 599px) {
  .spver {
    display: block;
  }
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  margin-left: 270px;
  height: 80px;
}
@media (max-width: 820px) {
  header {
    margin-left: 0;
    height: auto;
  }
}
header .header_inner {
  padding: 0 32px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: 1px solid #dde6ed;
  border-top: 0;
}
@media (max-width: 820px) {
  header .header_inner {
    padding: 40px 0 0 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    color: #fff;
    justify-content: center;
    background: none;
  }
  header .header_inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 210px;
    background: #1b334b;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 820px) {
  header .header_inner .name {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 599px) {
  header .header_inner .name {
    margin-bottom: 10px;
  }
}
header .r-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 245px;
}
@media (max-width: 820px) {
  header .r-box {
    display: none;
  }
}
header .logout a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #64ede9, #3fe49a, #1fdb85);
  border-radius: 100px;
}
header .logout input {
  padding: 0;
  margin: 0;
  width: 120px;
  height: 38px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #64ede9, #3fe49a, #1fdb85);
  border-radius: 100px;
  border: 0;
  cursor: pointer;
}
header .password_text {
  font-size: 14px;
  font-weight: 400;
}
header .password_text a {
  text-decoration: underline;
}

/* gnavi
--------------------------- */
#gnavi {
  display: none;
}
@media (max-width: 820px) {
  #gnavi {
    display: block;
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 50;
  }
  #gnavi .inner {
    position: relative;
    width: 22px;
    height: 21px;
  }
  #gnavi .inner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 100px;
    transition: 0.2s ease-in-out;
  }
  #gnavi .inner span:first-child {
    top: 0;
  }
  #gnavi .inner span:nth-child(2) {
    top: 9px;
  }
  #gnavi .inner span:nth-child(3) {
    bottom: 0;
  }
  #gnavi.open span:first-child {
    top: 9px;
    transform: rotate(45deg);
  }
  #gnavi.open span:nth-child(2) {
    left: 50%;
    width: 0;
  }
  #gnavi.open span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
}

/* fixed
--------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  margin-left: 270px;
  height: 80px;
  position: relative;
  z-index: 20;
}
@media (max-width: 820px) {
  footer {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  footer {
    height: auto;
  }
}
footer .footer_inner {
  padding: 0 32px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 20px 20px 0 0;
  background: #3c576c;
}
@media (max-width: 599px) {
  footer .footer_inner {
    padding: 7.2vw 5.333vw 2.667vw 5.333vw;
    border-radius: 5.333vw 5.333vw 0 0;
  }
}
footer .footer_inner p {
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 599px) {
  footer .footer_inner p {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  footer .footer_inner p + p {
    margin-top: 2.133vw;
  }
}
footer .footer_inner p span:before {
  content: "／";
  display: inline-block;
}
@media (max-width: 599px) {
  footer .footer_inner p span:before {
    content: "";
    display: block;
    margin-top: 2.133vw;
  }
}
footer a {
  color: #fff;
}
footer a:visited {
  color: #fff;
}

.login footer {
  margin-left: 0;
}

.page footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
main {
  padding: 50px 0 150px 0;
  margin-left: 270px;
  display: block;
}
@media (max-width: 820px) {
  main {
    padding-top: 0;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 599px) {
  main {
    padding-bottom: 100px;
  }
}

.main_container {
  margin: 0 auto;
  width: 800px;
}
@media (max-width: 820px) {
  .main_container {
    margin: 0 20px;
    width: auto;
  }
}

section + section {
  margin-top: 80px;
}
@media (max-width: 599px) {
  section + section {
    margin-top: 60px;
  }
}
section h2 {
  margin: 0 0 20px 27px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 820px) {
  section h2.toptitle {
    margin-left: 0;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 599px) {
  section h2 {
    margin: 0 0 14px 24px;
    font-size: 18px;
  }
}
section h2 span {
  font-size: 24px;
  display: block;
}
@media (max-width: 599px) {
  section h2 span {
    font-size: 19px;
  }
}

/* ----------------------------------------------------
side
---------------------------------------------------- */
.sidenavi {
  padding: 40px 0;
  color: #fff;
  width: 270px;
  height: 100vh;
  background: #1b334b;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 820px) {
  .sidenavi {
    padding-top: 60px;
    z-index: 40;
    left: -100vw;
    right: auto;
    transition: 0.2s ease-in-out;
  }
  .sidenavi.open-menu {
    left: 0;
  }
}
@media (max-width: 599px) {
  .sidenavi {
    width: 100vw;
    overflow-y: auto;
  }
}
.sidenavi_head {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .sidenavi_head {
    margin-bottom: 25px;
    text-align: center;
  }
}
.sidenavi_head h2 {
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
}
.sidenavi_head h2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.sidenavi_head .tb-name {
  display: none;
}
@media (max-width: 820px) {
  .sidenavi_head .tb-name {
    margin-top: 40px;
    display: block;
  }
}
.sidenavi_inner {
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 599px) {
  .sidenavi_inner ul {
    margin: 0 auto;
    width: 230px;
  }
}
.sidenavi_inner ul li {
  height: 60px;
}
.sidenavi_inner ul li a {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border-radius: 14px;
  background: url(../images/icon_arrow_white_left.png) right 20px center/6px no-repeat;
}
.sidenavi_inner ul li a:hover {
  opacity: 1;
  background: url(../images/icon_arrow_white_left.png) right 20px center/6px no-repeat, rgba(255, 255, 255, 0.4);
}
.sidenavi_inner ul li.current a {
  background: url(../images/icon_arrow_white_left.png) right 20px center/6px no-repeat, rgba(255, 255, 255, 0.4);
}
.sidenavi .tb-logout {
  display: none;
}
@media (max-width: 820px) {
  .sidenavi .tb-logout {
    margin-top: 70px;
    display: block;
    text-align: center;
  }
  .sidenavi .tb-logout .logout {
    margin-bottom: 20px;
  }
  .sidenavi .tb-logout .logout a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 226px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #64ede9, #3fe49a, #1fdb85);
    border-radius: 100px;
  }
  .sidenavi .tb-logout .logout input {
    padding: 0;
    margin: 0 auto;
    width: 226px;
    height: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #64ede9, #3fe49a, #1fdb85);
    border-radius: 100px;
    border: 0;
    cursor: pointer;
  }
  .sidenavi .tb-logout .password_text {
    font-size: 14px;
  }
  .sidenavi .tb-logout .password_text a {
    color: #fff;
    text-decoration: underline;
  }
}

/* ----------------------------------------------------
login
---------------------------------------------------- */
.login {
  background: #fff;
}
.login_wrapper {
  padding: 110px 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 820px) {
  .login_wrapper {
    padding: 14.323vw 0;
    height: auto;
  }
}
@media (max-height: 899px) {
  .login_wrapper {
    height: auto;
  }
}
@media (max-width: 599px) {
  .login_wrapper {
    padding: 16vw 0 32vw 0;
  }
}
.login_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 820px) {
  .login_container {
    height: auto;
    display: block;
  }
}
@media (max-height: 899px) {
  .login_container {
    height: auto;
    display: block;
  }
}
.login_head {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 599px) {
  .login_head {
    margin-bottom: 6.933vw;
  }
}
.login_head h2 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .login_head h2 {
    margin-bottom: 4.267vw;
    font-size: 5.867vw;
    line-height: 1.3;
  }
}
.login_head h2 span {
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 599px) {
  .login_head h2 span {
    margin-left: 0;
    display: block;
  }
}
.login_head p {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .login_head p {
    font-size: 5.333vw;
  }
}
.login_inner {
  margin: 0 auto;
  width: 420px;
}
@media (max-width: 599px) {
  .login_inner {
    margin: 0 20px;
    width: auto;
  }
}
.login_item input {
  box-sizing: border-box;
}
.login_item input[type="text"] {
  padding: 10px 14px;
  width: 100%;
  height: 56px;
  border: 0;
  background: #dde6ed;
  border-radius: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3c576c;
}
.login_item select {
  box-sizing: border-box;
  padding: 10px 14px;
  width: 100%;
  height: 56px;
  border: 0;
  background: #dde6ed;
  border-radius: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3c576c;
}
.login_item p {
  margin-bottom: 5px;
}
.login_item + .login_item {
  margin-top: 25px;
}
.login_btn {
  margin: 40px 0 22px 0;
}
.login_btn input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: center;
  border: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #e8a233, #e85d5d);
  border-radius: 100px;
  cursor: pointer;
}
.login_notice {
  margin: 0 auto;
  width: 440px;
}
@media (max-width: 599px) {
  .login_notice {
    margin: 0 20px;
    width: auto;
  }
}
.login_notice p {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 599px) {
  .login_notice p {
    font-size: 3.733vw;
  }
}
.login .footer_inner {
  background: #1b334b;
}

/* ----------------------------------------------------
mypage
---------------------------------------------------- */
.card {
  margin-bottom: 60px;
  text-align: center;
}
.card_container {
  margin: 0 auto;
  line-height: 0;
  position: relative;
  z-index: 10;
  width: 400px;
  height: 253px;
}
@media (max-width: 599px) {
  .card_container {
    width: 100%;
    height: 56.533vw;
  }
}
.card_container img {
  width: 400px;
  height: auto;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.16));
}
@media (max-width: 599px) {
  .card_container img {
    width: 100%;
  }
}
.card_container div {
  position: absolute;
  font-size: 20px;
  color: #000;
  z-index: 20;
}
@media (max-width: 599px) {
  .card_container div {
    font-size: 17px;
  }
}
.card_container div.code {
  left: 63px;
  bottom: 82px;
}
@media (max-width: 599px) {
  .card_container div.code {
    left: 13.867vw;
    bottom: 18.667vw;
  }
}
.card_container div.number {
  left: 200px;
  bottom: 82px;
}
@media (max-width: 599px) {
  .card_container div.number {
    left: 44.533vw;
    bottom: 18.667vw;
  }
}
.card_container div.name {
  left: 63px;
  bottom: 48px;
}
@media (max-width: 599px) {
  .card_container div.name {
    left: 13.867vw;
    bottom: 10.667vw;
  }
}

/* content_menu
--------------------------- */
.contents_menu_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_menu_item {
  margin-bottom: 30px;
  width: 48%;
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.06));
}
@media (max-width: 599px) {
  .contents_menu_item {
    width: 100%;
  }
}
.contents_menu_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #fff;
}

/* ----------------------------------------------------
notice_list
---------------------------------------------------- */
.notice_list_head {
  padding-right: 26px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .notice_list_head {
    padding-right: 19px;
    margin-bottom: 0;
  }
}
.notice_list_head h2 {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .notice_list_head h2 {
    margin-bottom: 14px;
  }
}
.notice_list_head .morebtn {
  width: 140px;
  height: 40px;
}
@media (max-width: 599px) {
  .notice_list_head .morebtn {
    width: 125px;
    height: 45px;
  }
}
.notice_list_head .morebtn a {
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(../images/icon_arrow_white_left.png) right 13px center/6px no-repeat #e5a71c;
  border-radius: 100px;
}
@media (max-width: 599px) {
  .notice_list_head .morebtn a {
    padding-left: 14px;
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
}
.notice_list_container {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.06));
}
.notice_list ul {
  padding: 6px 0;
}
.notice_list ul li {
  padding-left: 27px;
  border-bottom: 1px solid #dde6ed;
}
.notice_list ul li:last-child {
  border-bottom: 0;
}
.notice_list ul li a {
  padding: 20px 0;
  display: block;
}
.notice_list ul li a:before {
  content: "■";
  margin-right: 12px;
}
.notice_list ul li.kyuhukin a:before {
  color: #e5a71c;
}
.notice_list ul li.joseikin a:before {
  color: #41bf89;
}

/* ----------------------------------------------------
pager
---------------------------------------------------- */
.pager {
  margin-top: 50px;
  font-size: 15px;
  display: flex;
  justify-content: center;
}
.pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
.pager span.current {
  margin: 0 5px;
  color: #fff;
  border-radius: 12px;
  background: #1b334b;
}
.pager a {
  margin: 0 5px;
  display: block;
  border-radius: 12px;
  background: #fff;
}
.pager a:hover {
  opacity: 1;
  color: #fff;
  background: #1b334b;
}

/* ----------------------------------------------------
notice_single
---------------------------------------------------- */
.notice_single_head {
  padding-right: 26px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .notice_single_head {
    padding-right: 0;
    flex-direction: column;
  }
}
.notice_single_head h2 {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .notice_single_head h2 {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
  }
  .notice_single_head h2 span {
    font-weight: bold;
  }
}
.notice_single_head .morebtn {
  width: 140px;
  height: 40px;
}
.notice_single_head .morebtn a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/icon_arrow_white_right.png) left 13px center/6px no-repeat #1b334b;
  border-radius: 100px;
}
@media (max-width: 820px) {
  .notice_single_head .morebtn a {
    color: #1b334b;
    font-size: 14px;
    background: url(../images/icon_arrow_navy_right.png) left 13px center/6px no-repeat #fff;
  }
}
.notice_single_container {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.06));
}
.notice_single_container + .notice_single_container {
  margin-top: 40px;
}
.notice_single_container.important {
  border: 2px solid #e85d5d;
}
.notice_single_container.important p {
  line-height: 1.8;
  color: #e85d5d;
  font-weight: bold;
}
.notice_single_inner {
  padding: 30px;
}
@media (max-width: 599px) {
  .notice_single_inner {
    padding: 25px;
  }
}
.notice_single_inner p.update {
  font-size: 14px;
}
.notice_single_inner .total {
  padding-bottom: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dde6ed;
}
@media (max-width: 599px) {
  .notice_single_inner .total {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
.notice_single_inner .total p {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .notice_single_inner .total p {
    font-size: 16px;
    font-weight: 500;
  }
}
.notice_single_inner .total p.total_item {
  font-size: 22px;
  font-weight: bold;
}
.notice_single_inner .text {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dde6ed;
}
@media (max-width: 599px) {
  .notice_single_inner .text {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
.notice_single_inner .text p {
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .notice_single_inner .text p {
    font-size: 13px;
    font-weight: 400;
  }
}

/* ----------------------------------------------------
table
---------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
table tr {
  border-bottom: 1px solid #dde6ed;
}
table tr:last-child {
  border-bottom: 0;
}
table th {
  padding: 20px 0;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dde6ed;
  border-right: 1px solid #dde6ed;
}
table th:last-child {
  border-right: 0;
}
table td {
  padding: 20px 30px;
  font-weight: 500;
  text-align: left;
  background: #fff;
  border-right: 1px solid #dde6ed;
}
table td:last-child {
  border-right: 0;
}
@media (max-width: 599px) {
  table.table-particulars tr {
    display: flex;
    flex-wrap: wrap;
  }
}
table.table-particulars tr th:first-child {
  width: 55%;
}
table.table-particulars tr th:nth-child(2) {
  width: 15%;
}
table.table-particulars tr th:nth-child(3) {
  width: 10%;
}
table.table-particulars tr th:nth-child(4) {
  width: 20%;
}
@media (max-width: 599px) {
  table.table-particulars tr th {
    display: none;
  }
}
@media (max-width: 599px) {
  table.table-particulars tr td:first-child {
    padding-bottom: 8px;
    width: 100%;
    font-weight: bold;
  }
}
table.table-particulars tr td:nth-child(3) {
  text-align: center;
}
@media (max-width: 599px) {
  table.table-particulars tr td {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 0;
    display: block;
  }
  table.table-particulars tr td:not(:first-child) {
    padding-top: 0;
    padding-bottom: 16px;
    flex: 1;
  }
}
table.decision {
  table-layout: fixed;
}
@media (max-width: 599px) {
  table.decision th {
    padding: 16px;
    font-size: 14px !important;
    line-height: 1.3;
  }
}
table.decision td {
  font-size: 18px !important;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  table.decision td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px !important;
  }
}

span.label {
  padding-top: 2px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
  width: 60px;
  height: 26px;
  border-radius: 8px;
}
@media (max-width: 599px) {
  span.label {
    padding-top: 1px;
    font-size: 14px;
    height: 23px;
  }
}
span.label.honnin {
  background: #e5a71c;
}

/* ----------------------------------------------------
password
---------------------------------------------------- */
.password input {
  box-sizing: border-box;
  border: 0;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
.password h2 {
  margin-left: 0;
}
.password_container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .password_container {
    flex-wrap: wrap;
  }
  .password_container:nth-child(2) .password_l_box {
    color: #fff;
  }
}
.password_l_box {
  width: 160px;
}
@media (max-width: 820px) {
  .password_l_box {
    margin-bottom: 15px;
    width: 100%;
  }
}
.password_item input[type="text"] {
  padding: 10px 20px;
  width: 640px;
  height: 60px;
  font-weight: 500;
  color: #3c576c;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.06));
}
@media (max-width: 820px) {
  .password_item input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .password_item {
    width: 100%;
  }
}
.password_btn {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 599px) {
  .password_btn {
    margin-top: 40px;
  }
}
.password_btn input[type="submit"] {
  margin: 0 auto;
  width: 200px;
  height: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  background: linear-gradient(to right, #e8a233, #e85d5d);
  cursor: pointer;
}
@media (max-width: 599px) {
  .password_btn input[type="submit"] {
    width: 100%;
  }
}
