@charset "UTF-8";
/* Vendor */
/* Site settings */
/*$break-pc: 1000px;
$break-tb: 768px;
$break-sp: 540px;*/
/*-----------------------------
ヘッダー
----------------------------*/
/* line 27, ../sass/common2021.scss */
.newhead .head-wrap {
  max-width: 1366px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  /* line 27, ../sass/common2021.scss */
  .newhead .head-wrap {
    padding: 0 10px;
  }
}
/* line 34, ../sass/common2021.scss */
.newhead .head-wrap #masthead {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 999px) {
  /* line 34, ../sass/common2021.scss */
  .newhead .head-wrap #masthead {
    padding-right: 55px;
  }
}
/* line 42, ../sass/common2021.scss */
.newhead .head-wrap #masthead .site-logo {
  width: 195px;
  position: static;
}
/* line 45, ../sass/common2021.scss */
.newhead .head-wrap #masthead .site-logo strong {
  padding-left: 0;
  margin: 0 0 7px;
  line-height: 1;
  letter-spacing: 0;
}
/* line 52, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi {
  font-size: 16px;
  color: #393939;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  /* line 52, ../sass/common2021.scss */
  .newhead .head-wrap #masthead .main-navi {
    display: none;
  }
}
/* line 61, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-search {
  display: flex;
  margin-right: 35px;
}
@media screen and (max-width: 1050px) {
  /* line 61, ../sass/common2021.scss */
  .newhead .head-wrap #masthead .main-navi .nav-search {
    margin-right: 20px;
  }
}
/* line 68, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-search li:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 1050px) {
  /* line 68, ../sass/common2021.scss */
  .newhead .head-wrap #masthead .main-navi .nav-search li:not(:last-child) {
    margin-right: 20px;
  }
}
/* line 74, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-search li a {
  color: #393939;
}
/* line 76, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-search li a:hover {
  color: #005194;
}
/* line 82, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about {
  position: relative;
}
/* line 85, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about p:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background-image: url(../img/common2021/svg/ico-arrow-down_gray.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 96, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about ul {
  width: 174px;
  position: absolute;
  left: -20px;
  top: 28px;
  padding: 15px 15px 5px;
  background-color: white;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -moz-transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
  -o-transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
  -webkit-transition: all 0.5s ease, visibility 0s linear;
  -webkit-transition-delay: 0s, 0.5s;
  transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
/* line 109, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about ul li {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}
/* line 112, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about ul li:last-child {
  border-bottom: none;
}
/* line 115, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #393939;
}
/* line 119, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about ul li a:hover {
  color: #005194;
}
/* line 126, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-about.newactive ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 134, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .vertical-line {
  background: #ddd;
  width: 1px;
  height: 44px;
  margin: 0 20px;
}
/* line 142, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-registration p a {
  color: #393939;
}
/* line 144, ../sass/common2021.scss */
.newhead .head-wrap #masthead .main-navi .nav-registration p a:hover {
  color: #005194;
}
/* line 151, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box {
  display: flex;
  align-items: center;
}
/* line 154, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a {
  height: 44px;
  width: 140px;
  color: #fff;
  background: #005194;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 163, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.case-logout span, .newhead .head-wrap #masthead .login-box a.case-login span {
  display: flex;
}
/* line 165, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.case-logout span:first-child, .newhead .head-wrap #masthead .login-box a.case-login span:first-child {
  width: 20px;
  height: 20px;
}
/* line 170, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.case-logout:hover, .newhead .head-wrap #masthead .login-box a.case-login:hover {
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  /* line 162, ../sass/common2021.scss */
  .newhead .head-wrap #masthead .login-box a.case-logout, .newhead .head-wrap #masthead .login-box a.case-login {
    display: none;
  }
}
/* line 178, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a span:first-child {
  margin-right: 10px;
}
/* line 181, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a span:last-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
/* line 189, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.case-logout span:first-child {
  width: 22px;
  margin-right: 3px;
}
/* line 195, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.img_profile {
  background: transparent;
  flex-direction: column;
  height: auto;
  width: 48px;
  margin-right: 25px;
}
@media screen and (max-width: 1050px) {
  /* line 195, ../sass/common2021.scss */
  .newhead .head-wrap #masthead .login-box a.img_profile {
    margin-right: 12px;
  }
}
@media screen and (max-width: 999px) {
  /* line 195, ../sass/common2021.scss */
  .newhead .head-wrap #masthead .login-box a.img_profile {
    margin-right: 5px;
  }
}
/* line 207, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.img_profile div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 212, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.img_profile div img {
  display: block;
  width: 42px;
  height: 42px;
}
/* line 218, ../sass/common2021.scss */
.newhead .head-wrap #masthead .login-box a.img_profile span {
  color: #393939;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  margin-top: 2px;
}

/*-----------------------------
スマホナビ
----------------------------*/
/* line 234, ../sass/common2021.scss */
#sp-navi {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  overflow-y: auto;
  width: 80vw;
  height: 100vh;
  z-index: 10000;
  top: 0;
  right: -100vw;
  background-color: #005194;
  position: fixed;
  padding: 40px 20px 20px;
}
/* line 245, ../sass/common2021.scss */
#sp-navi .sp-logo {
  width: 181px;
  margin-top: -20px;
  margin-bottom: 35px;
}
/* line 250, ../sass/common2021.scss */
#sp-navi .sp-holder {
  margin-bottom: 40px;
}
/* line 252, ../sass/common2021.scss */
#sp-navi .sp-holder p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
/* line 262, ../sass/common2021.scss */
#sp-navi .sp-holder ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 44px;
}
/* line 272, ../sass/common2021.scss */
#sp-navi .sp-holder ul li:not(:last-child) {
  margin-bottom: 10px;
}
/* line 278, ../sass/common2021.scss */
#sp-navi .sp-holder ul.sp-searches li a {
  background: #00a040;
}
/* line 286, ../sass/common2021.scss */
#sp-navi .sp-holder ul.sp-collect li:nth-of-type(1) a {
  background: #188fde;
}
/* line 291, ../sass/common2021.scss */
#sp-navi .sp-holder ul.sp-collect li:nth-of-type(2) a {
  background: #fff;
  color: #005194 !important;
}
/* line 294, ../sass/common2021.scss */
#sp-navi .sp-holder ul.sp-collect li:nth-of-type(2) a span:first-child {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
/* line 298, ../sass/common2021.scss */
#sp-navi .sp-holder ul.sp-collect li:nth-of-type(2) a span:first-child img {
  display: block;
}
/* line 302, ../sass/common2021.scss */
#sp-navi .sp-holder ul.sp-collect li:nth-of-type(2) a span:last-child {
  line-height: 1;
}
/* line 311, ../sass/common2021.scss */
#sp-navi .sp-abouts {
  border-bottom: 1px solid #fff;
}
/* line 313, ../sass/common2021.scss */
#sp-navi .sp-abouts p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
/* line 318, ../sass/common2021.scss */
#sp-navi .sp-abouts ul {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
/* line 321, ../sass/common2021.scss */
#sp-navi .sp-abouts ul li {
  font-size: 14px;
  font-weight: 700;
}
/* line 324, ../sass/common2021.scss */
#sp-navi .sp-abouts ul li:not(:last-child) {
  margin-bottom: 3px;
}
/* line 327, ../sass/common2021.scss */
#sp-navi .sp-abouts ul li a {
  color: #fff;
}
/* line 333, ../sass/common2021.scss */
#sp-navi .sp-logout {
  margin-top: 30px;
}
/* line 335, ../sass/common2021.scss */
#sp-navi .sp-logout a {
  color: #005194 !important;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 44px;
  background: #fff;
}
/* line 345, ../sass/common2021.scss */
#sp-navi .sp-logout a span:first-child {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
/* line 349, ../sass/common2021.scss */
#sp-navi .sp-logout a span:first-child img {
  display: block;
}
/* line 353, ../sass/common2021.scss */
#sp-navi .sp-logout a span:last-child {
  line-height: 1;
}
/* line 358, ../sass/common2021.scss */
#sp-navi ul.sp-snss {
  margin: 30px 0 0;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
}
/* line 363, ../sass/common2021.scss */
#sp-navi ul.sp-snss li {
  width: 38px;
  margin: 0 3vw;
}
/* line 366, ../sass/common2021.scss */
#sp-navi ul.sp-snss li a {
  display: block;
}
/* line 368, ../sass/common2021.scss */
#sp-navi ul.sp-snss li a img {
  display: block;
}

/* line 376, ../sass/common2021.scss */
#spnav-toggler {
  display: none;
  width: 44px;
  height: 44px;
  top: 19px;
  right: 13px;
  cursor: pointer;
  position: fixed;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  z-index: 10001;
}
@media screen and (max-width: 999px) {
  /* line 376, ../sass/common2021.scss */
  #spnav-toggler {
    display: block;
  }
}
/* line 389, ../sass/common2021.scss */
#spnav-toggler span {
  transition: all .3s;
  width: 32px;
  height: 3px;
  left: 5px;
  background-color: #005194;
  position: absolute;
}
/* line 396, ../sass/common2021.scss */
#spnav-toggler span:nth-of-type(1) {
  top: 11px;
}
/* line 397, ../sass/common2021.scss */
#spnav-toggler span:nth-of-type(2) {
  top: 21px;
}
/* line 398, ../sass/common2021.scss */
#spnav-toggler span:nth-of-type(3) {
  top: 31px;
}

/* line 403, ../sass/common2021.scss */
.nav_open #sp-navi {
  right: 0;
}
/* line 406, ../sass/common2021.scss */
.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}
/* line 410, ../sass/common2021.scss */
.nav_open #spnav-toggler {
  right: 13px;
}
/* line 412, ../sass/common2021.scss */
.nav_open #spnav-toggler span {
  background-color: #fff;
}
/* line 414, ../sass/common2021.scss */
.nav_open #spnav-toggler span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 20px;
}
/* line 418, ../sass/common2021.scss */
.nav_open #spnav-toggler span:nth-of-type(2) {
  width: 0;
  left: 150%;
}
/* line 422, ../sass/common2021.scss */
.nav_open #spnav-toggler span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 20px;
}

/* line 430, ../sass/common2021.scss */
.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: fixed;
}

/*-----------------------------
パンくずリスト
----------------------------*/
/* line 446, ../sass/common2021.scss */
.breadcrumb {
  font-size: 12px;
  color: #5A5A5A;
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 540px) {
  /* line 446, ../sass/common2021.scss */
  .breadcrumb {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 446, ../sass/common2021.scss */
  .breadcrumb {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 446, ../sass/common2021.scss */
  .breadcrumb {
    width: 1000px;
    padding: 3px 0;
  }
}
/* line 463, ../sass/common2021.scss */
.breadcrumb ul {
  display: flex;
  overflow-x: auto;
}
/* line 466, ../sass/common2021.scss */
.breadcrumb ul li {
  margin: initial;
  white-space: nowrap;
}
/* line 469, ../sass/common2021.scss */
.breadcrumb ul li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  background-image: url(../img/common2021/svg/ico-breadcrumb-sepalater.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-left: 8px;
}
/* line 481, ../sass/common2021.scss */
.breadcrumb ul li:last-child:after {
  content: none;
}
/* line 485, ../sass/common2021.scss */
.breadcrumb ul li a {
  color: #5A5A5A;
}

@media screen and (min-width: 540px) {
  /* line 491, ../sass/common2021.scss */
  .container .breadcrumb {
    padding: 3px 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 491, ../sass/common2021.scss */
  .container .breadcrumb {
    padding: 3px 0;
  }
}

@media screen and (max-width: 539px) {
  /* line 500, ../sass/common2021.scss */
  #crew_images .breadcrumb, #issues-detail .breadcrumb {
    padding: 3px 10px;
  }
}

@media screen and (max-width: 539px) {
  /* line 507, ../sass/common2021.scss */
  #guide-editor .breadcrumb, #main_content .breadcrumb {
    padding: 3px 0;
  }
}

/*-----------------------------
フッター
----------------------------*/
/* line 517, ../sass/common2021.scss */
footer .ft-snss {
  margin: 30px 0 60px;
}
/* line 519, ../sass/common2021.scss */
footer .ft-snss ul {
  display: flex;
  justify-content: center;
}
/* line 522, ../sass/common2021.scss */
footer .ft-snss ul li {
  width: 50px;
  margin: 0 10px;
}
/* line 525, ../sass/common2021.scss */
footer .ft-snss ul li a {
  display: block;
}
/* line 527, ../sass/common2021.scss */
footer .ft-snss ul li a img {
  display: block;
}
@media screen and (max-width: 540px) {
  /* line 535, ../sass/common2021.scss */
  footer .page-top .container {
    padding: 0;
  }
}
/* line 540, ../sass/common2021.scss */
footer .page-top a {
  width: 55px;
  height: 55px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 540px) {
  /* line 540, ../sass/common2021.scss */
  footer .page-top a {
    width: 45px;
    height: 45px;
  }
}
/* line 553, ../sass/common2021.scss */
footer .page-top a span {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #005194 #005194 transparent transparent;
  transform: rotate(-45deg);
  display: block;
  margin-top: 8px;
  transition: all 0.3s;
}
/* line 563, ../sass/common2021.scss */
footer .page-top a:hover {
  opacity: 1;
  background: #005194;
}
/* line 566, ../sass/common2021.scss */
footer .page-top a:hover span {
  border-color: #fff #fff transparent transparent;
}

/* line 573, ../sass/common2021.scss */
footer::before {
  display: none;
}

/* line 577, ../sass/common2021.scss */
.primary-footer .container {
  display: flex;
}
@media screen and (max-width: 999px) {
  /* line 577, ../sass/common2021.scss */
  .primary-footer .container {
    flex-direction: column;
  }
}
/* line 583, ../sass/common2021.scss */
.primary-footer .site-map {
  float: none;
  width: 45%;
  margin-right: 1%;
  border-bottom: none;
}
@media screen and (max-width: 999px) {
  /* line 583, ../sass/common2021.scss */
  .primary-footer .site-map {
    width: 100%;
    margin-right: 0;
  }
}
/* line 593, ../sass/common2021.scss */
.primary-footer .footer-navi {
  float: none;
  width: 54%;
}
@media screen and (max-width: 999px) {
  /* line 593, ../sass/common2021.scss */
  .primary-footer .footer-navi {
    width: 100%;
  }
}
/* line 599, ../sass/common2021.scss */
.primary-footer .footer-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
/* line 604, ../sass/common2021.scss */
.primary-footer .footer-navi ul:after {
  display: none;
}
/* line 607, ../sass/common2021.scss */
.primary-footer .footer-navi ul li {
  width: 48.5%;
  height: 60px;
  border: 1px solid #fff;
  margin: 0 !important;
  float: none !important;
  background: transparent;
}
/* line 614, ../sass/common2021.scss */
.primary-footer .footer-navi ul li:nth-of-type(1), .primary-footer .footer-navi ul li:nth-of-type(2) {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 540px) {
  /* line 607, ../sass/common2021.scss */
  .primary-footer .footer-navi ul li {
    height: 46px;
  }
}
/* line 620, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a {
  width: 100%;
  height: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 540px) {
  /* line 620, ../sass/common2021.scss */
  .primary-footer .footer-navi ul li a {
    height: 46px;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
/* line 632, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span {
  color: #fff;
}
/* line 634, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span.ico-flag_white {
  width: 18px;
}
/* line 635, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span.ico-handle_white {
  width: 20px;
}
/* line 636, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span.ico-tools_white {
  width: 20px;
}
/* line 637, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span.ico-login_white {
  width: 20px;
}
/* line 638, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span:nth-of-type(1) {
  margin-right: 7px;
}
/* line 639, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span:nth-of-type(2) {
  text-align: center;
  line-height: 16px;
}
/* line 640, ../sass/common2021.scss */
.primary-footer .footer-navi ul li a span img {
  display: block;
}
@media screen and (max-width: 540px) {
  /* line 632, ../sass/common2021.scss */
  .primary-footer .footer-navi ul li a span {
    font-size: 12px;
  }
}

/* line 652, ../sass/common2021.scss */
.sub-footer {
  margin-top: 30px;
}
@media screen and (max-width: 540px) {
  /* line 652, ../sass/common2021.scss */
  .sub-footer {
    margin-top: 20px;
  }
}
/* line 657, ../sass/common2021.scss */
.sub-footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 662, ../sass/common2021.scss */
.sub-footer ul li {
  padding: 0;
  display: block;
  margin: 0 10px;
}
/* line 666, ../sass/common2021.scss */
.sub-footer ul li:nth-of-type(1) {
  width: 97px;
}
/* line 667, ../sass/common2021.scss */
.sub-footer ul li:nth-of-type(2) {
  width: 58px;
  border-right: 1px solid #ddd;
  padding-right: 30px;
  margin-right: 20px;
}
/* line 668, ../sass/common2021.scss */
.sub-footer ul li:nth-of-type(3) {
  width: 123px;
}
/* line 669, ../sass/common2021.scss */
.sub-footer ul li:nth-of-type(4) {
  width: 140px;
}
@media screen and (max-width: 540px) {
  /* line 662, ../sass/common2021.scss */
  .sub-footer ul li {
    margin: 0 6px;
  }
  /* line 672, ../sass/common2021.scss */
  .sub-footer ul li:nth-of-type(1) {
    width: 59px;
  }
  /* line 673, ../sass/common2021.scss */
  .sub-footer ul li:nth-of-type(2) {
    width: 35px;
    padding-right: 18px;
    margin-right: 8px;
  }
  /* line 674, ../sass/common2021.scss */
  .sub-footer ul li:nth-of-type(3) {
    width: 75px;
  }
  /* line 675, ../sass/common2021.scss */
  .sub-footer ul li:nth-of-type(4) {
    width: 85px;
  }
}
/* line 677, ../sass/common2021.scss */
.sub-footer ul li a {
  display: block;
}
/* line 679, ../sass/common2021.scss */
.sub-footer ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 687, ../sass/common2021.scss */
.sub-footer .copyright {
  margin: 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 540px) {
  /* line 687, ../sass/common2021.scss */
  .sub-footer .copyright {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  /* line 693, ../sass/common2021.scss */
  .sub-footer .copyright small {
    font-size: 12px;
  }
}

/* line 701, ../sass/common2021.scss */
.btn_signin {
  width: 160px;
  height: 40px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 709, ../sass/common2021.scss */
.btn_signin:hover {
  display: flex;
}
