@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500&display=swap");
body {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #B7DEEA;
  font-size: 16px;
}

a {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.7;
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.container {
  font-size: clamp(1rem, 1.0666666667vw, 1.5rem);
}
.container:before, .container:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .container {
    font-size: 14px;
  }
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.modal-dialog {
  z-index: 1050;
}

.modal-header {
  background-color: #445383;
  color: white;
}
.modal-header .close {
  color: white;
  filter: alpha(opcity=100);
  opacity: 1;
  text-shadow: none;
}

.block-ui {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

.block-message {
  width: 200px;
  height: 100px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 37px 0px;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
}

.block-message {
  width: 200px;
  height: 100px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 37px 0px;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
}

/* HEADER
-------------------------------------------------- */
#global-header {
  background: transparent;
  box-shadow: none;
}
#global-header.navbar-default {
  border-bottom: none;
}
#global-header.navbar-default:before, #global-header.navbar-default:after {
  display: none;
}
#global-header.navbar-default .navbar-toggle {
  background-color: #233c56;
  border-color: #233c56;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #global-header.navbar-default .navbar-toggle {
    top: 13px;
    right: 15px;
  }
}
#global-header.navbar-default .navbar-toggle:hover {
  opacity: 0.7;
}
#global-header.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
#global-header .navbar-header {
  float: none;
}
@media screen and (max-width: 767px) {
  #global-header .navbar-header {
    background-color: #fff;
  }
}
#global-header > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
#global-header > .container:before, #global-header > .container:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #global-header > .container {
    display: block;
  }
}
#global-header #navbar {
  position: relative;
}
#global-header #navbar:before, #global-header #navbar:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #global-header #navbar {
    background-color: #95cee0;
    border: none;
    padding: 0;
  }
}
#global-header #navbar li a {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0px 0px 0px #000;
}
@media screen and (max-width: 1400px) {
  #global-header #navbar li a {
    font-size: calc(13 / 15 * 1em);
  }
}
@media screen and (max-width: 767px) {
  #global-header #navbar li a {
    font-size: calc(16 / 15 * 1em);
  }
}
#global-header #navbar #mypage-login a:hover {
  text-decoration: none;
  background-color: #F60;
}
#global-header .navbar-brand {
  height: auto;
  padding: 30px 0 0 15px;
}
@media screen and (max-width: 1400px) {
  #global-header .navbar-brand img {
    width: 380px;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .navbar-brand {
    padding: 35px 0 0 15px;
  }
  #global-header .navbar-brand img {
    width: 270px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #global-header .navbar-brand {
    padding: 15px;
  }
  #global-header .navbar-brand img {
    width: 270px;
    height: auto;
  }
}
#global-header .navbar-nav {
  float: none;
  padding-top: 40px;
  margin: 0 0 0 auto;
}
#global-header .navbar-nav:before, #global-header .navbar-nav:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #global-header .navbar-nav > li {
    margin: 5px 0;
  }
}
#global-header .navbar-nav > li > a {
  padding: 0px 10px 0px 12px;
  margin: 0px 0 0px 10px;
  font-size: 1em;
  background: url(assets/img/header/ic-nav-arrow.png) no-repeat 0px 5px;
}
@media screen and (max-width: 1400px) {
  #global-header .navbar-nav > li > a {
    margin: 0 0 0 1.4vw;
    padding: 0 0 0 8px;
  }
}
#global-header .navbar-nav > li > a:hover {
  color: #445383;
}
@media screen and (max-width: 767px) {
  #global-header .navbar-nav {
    padding: 15px;
    border-bottom: 1px solid #fff;
    margin: auto;
  }
}
#global-header .navbar .container {
  width: auto;
}
#global-header #usermeta {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#global-header #usermeta:before, #global-header #usermeta:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #global-header #usermeta {
    position: relative;
    top: auto;
    right: auto;
    padding: 10px 0px;
    text-align: center;
    gap: 0;
    justify-content: center;
  }
}
#global-header #usermeta p.login-name {
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #global-header #usermeta p.login-name {
    font-size: 11px;
    margin-bottom: 0px;
    gap: 5px;
  }
}
#global-header #usermeta p.login-name span {
  padding-bottom: 5px;
  border-bottom: 2px solid #233c56;
}
#global-header #usermeta p.login-name span strong {
  font-size: 1.2em;
}
@media screen and (max-width: 1400px) {
  #global-header #usermeta p.login-name span strong {
    font-size: 1em;
  }
}
#global-header #usermeta p.login-name:before {
  content: "";
  display: block;
  background: url(assets/img/header/ic-guest.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1400px) {
  #global-header #usermeta p.login-name:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #global-header #usermeta #mypage-login {
    float: none;
    margin: 0px 0px 0px 10px;
    display: inline-block;
  }
}
#global-header #usermeta #mypage-login a {
  font-weight: bold;
  color: white;
  background-color: #233c56;
  border-radius: 50px;
  padding: 8px 10px 8px 30px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  #global-header #usermeta #mypage-login a {
    padding: 5px 10px;
    font-size: 11px;
  }
}
#global-header #usermeta #mypage-login a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(assets/img/header/ic-login-arrow.png) no-repeat center center/contain;
  margin-left: 20px;
}
@media screen and (max-width: 1400px) {
  #global-header #usermeta #mypage-login a:after {
    width: 6px;
    height: 10px;
    margin-left: 10px;
  }
}
#global-header #usermeta #mypage-login a:hover {
  opacity: 0.7;
}
#global-header #usermeta span.glyphicon-user {
  margin-right: 5px;
}
#global-header #usermeta span.glyphicon-user.color1 {
  color: #06F;
}
#global-header #usermeta span.glyphicon-user.color2 {
  color: #F60;
}
#global-header #usermeta span.glyphicon-user.color3 {
  color: #390;
}
#global-header #usermeta span.glyphicon-user.color4 {
  color: #F39;
}
#global-header #usermeta span.glyphicon-user.color5 {
  color: #633;
}
#global-header #usermeta span.glyphicon-user.color6 {
  color: #63C;
}
#global-header #usermeta span.glyphicon-user.color7 {
  color: #369;
}
#global-header #usermeta span.glyphicon-user.color8 {
  color: #FC0;
}
#global-header #usermeta span.glyphicon-user.color9 {
  color: #F66;
}
#global-header #usermeta span.glyphicon-user.color10 {
  color: #C96;
}

/* FOOTER
-------------------------------------------------- */
#global-footer {
  padding-top: 20px;
  margin-bottom: 0;
  background-color: #fff;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #global-footer {
    padding-top: 20px;
  }
}
#global-footer h2 {
  font-size: calc(32 / 15 * 1em);
}
@media screen and (max-width: 767px) {
  #global-footer h2 {
    margin: 0 0 10px;
    font-size: calc(24 / 15 * 1em);
  }
}
#global-footer address {
  font-size: calc(15 / 15 * 1em);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #global-footer address {
    letter-spacing: 0;
    font-size: calc(14 / 15 * 1em);
  }
}
#global-footer ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 0 3em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #global-footer ul {
    margin-bottom: 1.5em;
  }
}
#global-footer ul li {
  list-style: none;
  position: relative;
}
#global-footer ul a {
  display: block;
  color: black;
  padding-left: 15px;
}
#global-footer ul a:before {
  content: "";
  width: 7px;
  height: 11px;
  background: url(/assets/img/header/ic-nav-arrow.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#global-footer ul a:hover {
  text-decoration: none;
}
#global-footer ul a:hover:before {
  left: 7px;
}
#global-footer .copyright {
  background-color: black;
  color: white;
  letter-spacing: 0.16em;
  padding: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #global-footer .copyright {
    letter-spacing: 0;
  }
}

#contact-info {
  text-align: center;
}

#contact-info img {
  margin: 10px;
}

#footer {
  font-size: 0.85em;
  line-height: 1.7;
  background-color: #fff;
}

#global-footer .navbar-nav {
  float: right;
  margin-bottom: 0;
}

#global-footer .navbar-nav li {
  list-style: disc;
  display: list-item;
  margin-left: 30px;
}

#global-footer .navbar-nav > li > a {
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0.85em;
  color: #333;
  background: none;
}

#global-footer .navbar-nav > li > a:hover {
  color: #445383;
  background: none;
}

.row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}
.row:before, .row:after {
  display: none;
}
.row [class*=col-] {
  float: none !important;
}

/* HOME
-------------------------------------------------- */
#home-mainimage {
  padding: 30px 0 400px;
  margin: 0 -15px;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home-mainimage {
    padding: 0;
  }
}
#home-mainimage:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  background-color: #95CEE0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #home-mainimage:after {
    -webkit-clip-path: polygon(0 30%, 100% 10%, 100% 100%, 0 100%);
            clip-path: polygon(0 30%, 100% 10%, 100% 100%, 0 100%);
  }
}
@media (min-width: 1460px) {
  #home-mainimage {
    margin-left: calc((100vw - 1400px) * -0.5);
    margin-right: calc((100vw - 1400px) * -0.5);
  }
}
#home-mainimage .row {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto 70px;
  display: flex;
  gap: 5vw;
  align-items: center;
  justify-content: center;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #home-mainimage .row {
    display: block;
    margin: 0 auto 30px;
  }
}
#home-mainimage .row .col {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
#home-mainimage .row .col:nth-child(1) {
  white-space: nowrap;
}
#home-mainimage .row .col.ph {
  margin-right: -200px;
}
@media screen and (max-width: 767px) {
  #home-mainimage .row .col.ph {
    margin-right: 0;
  }
}
#home-mainimage .row .col img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #home-mainimage .row .col img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #home-mainimage .row .col .title-label {
    max-width: 70%;
    margin: auto;
  }
}
#home-mainimage .row .col .sp-main-image {
  padding: 20px 0;
  margin-right: -50px;
}
#home-mainimage .row .col .sp-main-image img {
  width: 100%;
}
#home-mainimage .row .col p {
  font-weight: 500;
}
#home-mainimage .row .col p.year {
  font-size: 1.7em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #home-mainimage .row .col p.year {
    margin-bottom: 1vw;
  }
}
#home-mainimage .row .col p.sitename {
  font-size: 2.5em;
  letter-spacing: 0.15em;
  margin-bottom: min(3vw, 30px);
}
#home-mainimage .row .col p.notice {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #home-mainimage .row .col p.notice {
    font-size: 1.2em;
  }
}
#home-mainimage .row .col p.notice span {
  padding-bottom: 5px;
  border-bottom: 3px solid #FFE300;
}
#home-mainimage .row .col p.notice:after {
  content: "";
  width: 21px;
  height: 13px;
  background: url(/assets/img/home/home-down-arrow.png) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
#home-mainimage .row .col a.bt-guidebook {
  border-radius: 100px;
  font-weight: bold;
  color: #fff;
  background-color: #233c56;
  border-radius: 100px;
  padding: 25px 15px 25px;
  white-space: nowrap;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2em;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 400px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #home-mainimage .row .col a.bt-guidebook {
    padding: 5vw;
    font-size: calc(22 / 15 * 1em);
    max-width: 90%;
  }
}
#home-mainimage .row .col a.bt-guidebook:hover {
  text-decoration: none;
  opacity: 0.7;
}
#home-mainimage .row .col a.bt-guidebook:before {
  content: "";
  width: 26px;
  height: 35px;
  background: url(/assets/img/home/ic-guidebook.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #home-mainimage .row .col a.bt-guidebook:before {
    width: 15px;
    height: 25px;
  }
}
#home-mainimage #home-merit {
  position: relative;
  z-index: 2;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 50px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #home-mainimage #home-merit {
    display: block;
    padding: 30px;
    margin-bottom: 400px;
  }
}
#home-mainimage #home-merit h3 {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #home-mainimage #home-merit h3 {
    margin-bottom: 20px;
  }
}
#home-mainimage #home-merit h3 img {
  max-width: 100%;
  width: auto;
}
#home-mainimage #home-merit ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-mainimage #home-merit ul li {
  font-weight: 500;
  font-size: calc(22 / 15 * 1em);
  position: relative;
  padding-left: 50px;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #home-mainimage #home-merit ul li {
    font-size: calc(16 / 15 * 1em);
  }
}
#home-mainimage #home-merit ul li:last-child {
  margin-bottom: 0;
}
#home-mainimage #home-merit ul li:before {
  content: "";
  width: 35px;
  height: 27px;
  background: url(/assets/img/home/home-checkbox.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#home-below-info {
  padding: 30px 0 60px;
  margin: -400px -15px 0px;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1460px) {
  #home-below-info {
    margin-left: calc((100vw - 1400px) * -0.5);
    margin-right: calc((100vw - 1400px) * -0.5);
  }
}
@media screen and (max-width: 767px) {
  #home-below-info {
    margin-top: -400px;
  }
}
#home-below-info:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 70%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #home-below-info:after {
    height: 75%;
  }
}
#home-below-info #home-environment {
  position: relative;
  z-index: 2;
  background: white;
  background: linear-gradient(180deg, #FFFFFF 30%, #E1E9F3 100%);
  border: 2px solid #233c56;
  border-radius: 5px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  #home-below-info #home-environment {
    padding: 30px;
  }
}
#home-below-info #home-environment:before {
  content: "";
  width: 41px;
  height: 45px;
  background: url(/assets/img/home/triangle-top-left.png) no-repeat center center/contain;
  position: absolute;
  top: 15px;
  left: 15px;
}
#home-below-info #home-environment:after {
  content: "";
  width: 40px;
  height: 45px;
  background: url(/assets/img/home/triangle-bottom-right.png) no-repeat center center/contain;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#home-below-info #home-environment .inner {
  max-width: 950px;
  margin: auto;
}
#home-below-info #home-environment .env-header {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  font-family: "shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #home-below-info #home-environment .env-header {
    display: block;
    text-align: center;
  }
}
#home-below-info #home-environment .env-header h3 {
  margin: 0;
  white-space: nowrap;
  font-size: calc(32 / 15 * 1em);
  letter-spacing: 0.3em;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  border-bottom: 3px solid #95CEE0;
}
@media screen and (max-width: 767px) {
  #home-below-info #home-environment .env-header h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(24 / 15 * 1em);
  }
}
#home-below-info #home-environment .env-header p {
  flex-grow: 1;
  font-size: calc(17 / 15 * 1em);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #home-below-info #home-environment .env-header p {
    text-align: left;
    font-size: calc(15 / 15 * 1em);
  }
}
#home-below-info #home-environment .env-ph {
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #home-below-info #home-environment .env-ph {
    padding: 20px 0;
  }
}
#home-below-info #home-environment .env-ph img {
  width: auto;
  max-width: 100%;
}
#home-below-info #home-environment p.note {
  font-weight: 500;
  line-height: 1.8;
  font-size: calc(14 / 15 * 1em);
  color: #233c56;
  padding-left: 1em;
  text-indent: -1em;
}
#home-below-info .emerge-notice {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  background-color: #FFF67D;
  border: 6px solid #E45500;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #home-below-info .emerge-notice {
    padding: 20px;
  }
}
#home-below-info .emerge-notice .row {
  display: flex;
  gap: 20px;
}
#home-below-info .emerge-notice .row .col {
  float: none;
}
@media screen and (max-width: 1100px) {
  #home-below-info .emerge-notice .row {
    gap: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #home-below-info .emerge-notice .row {
    display: block;
  }
  #home-below-info .emerge-notice .row .col {
    margin: 0 0 20px;
    float: none;
  }
}
#home-below-info .emerge-notice h2 {
  margin: 0 0 1em -30px;
  padding: 10px 15px 10px 30px;
  font-weight: 600;
  text-align: left;
  font-size: calc(21 / 15 * 1em);
  color: white;
  background-color: #E45500;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  #home-below-info .emerge-notice h2 {
    margin: 0 -30px 1em -30px;
  }
}
@media screen and (max-width: 767px) {
  #home-below-info .emerge-notice h2 {
    margin: 0 -20px 1em -20px;
    padding: 10px 20px;
  }
}
#home-below-info .emerge-notice p {
  line-height: 1.8;
  font-size: calc(16 / 15 * 1em);
  margin-bottom: 0;
}
#home-below-info .emerge-notice table {
  width: 100%;
  border-collapse: collapse;
}
#home-below-info .emerge-notice table th,
#home-below-info .emerge-notice table td {
  padding: 15px 15px;
  text-align: center;
  font-size: calc(16 / 15 * 1em);
}
#home-below-info .emerge-notice table th {
  background-color: transparent;
  padding: 0 10px 10px;
  font-size: calc(19 / 15 * 1em);
  font-weight: 500;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #home-below-info .emerge-notice table th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
  }
}
#home-below-info .emerge-notice table td {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #home-below-info .emerge-notice table td {
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
  }
}
@media screen and (max-width: 767px) {
  #home-below-info .emerge-notice table tr {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }
  #home-below-info .emerge-notice table tr:first-child {
    border-top: none;
  }
}
#home-below-info .emerge-notice table tr:last-child td {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #home-below-info .emerge-notice table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}

#entry-buttons {
  padding: 0;
  margin: 0 -15px;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
#entry-buttons:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  background-color: #95CEE0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
          clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
}
@media (min-width: 1460px) {
  #entry-buttons {
    margin-left: calc((100vw - 1400px) * -0.5);
    margin-right: calc((100vw - 1400px) * -0.5);
  }
}
#entry-buttons .inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
#entry-buttons .inner .emerge-notice .row {
  justify-content: center;
  padding: 0 20px;
}
#entry-buttons .inner #first-second-bt {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #entry-buttons .inner #first-second-bt {
    flex-direction: column;
  }
}
#entry-buttons .inner #first-second-bt button {
  width: 33%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  background: linear-gradient(135deg, #FFFFFF 30%, #E1E9F3 100%);
  box-shadow: 5px 5px 0px #233c56;
  padding: 40px 30px 25px;
  font-size: calc(24 / 15 * 1em);
  color: #000;
  margin: 10px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #entry-buttons .inner #first-second-bt button {
    width: auto;
    font-size: calc(24 / 15 * 1em);
  }
}
#entry-buttons .inner #first-second-bt button:hover {
  box-shadow: 1px 1px 0px #233c56;
}
#entry-buttons .inner #first-second-bt button:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#entry-buttons .inner #first-second-bt button:after {
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/home/entry-bt-arrow.png) no-repeat center center/contain;
}
#entry-buttons .inner #first-second-bt button#first-entry:before {
  width: 28px;
  height: 45px;
  background: url(/assets/img/home/ic-entry1.png) no-repeat center center/contain;
}
#entry-buttons .inner #first-second-bt button#show-home-signin:before {
  width: 44px;
  height: 44px;
  background: url(/assets/img/home/ic-entry2.png) no-repeat center center/contain;
}
#entry-buttons .inner #first-second-bt button#show-home-signin-ao:before, #entry-buttons .inner #first-second-bt button.show-home-signin-ao:before {
  width: 62px;
  height: 41px;
  background: url(/assets/img/home/ic-entry_ao.png) no-repeat center center/contain;
}

#home-btn-dlpage {
  position: relative;
  z-index: 10;
  padding: 50px 0 0px;
}
#home-btn-dlpage button {
  display: inline-block;
  padding: 25px 100px;
  background-color: #233c56;
  color: white;
  font-size: calc(25 / 15 * 1em);
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 50px;
  border: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #home-btn-dlpage button {
    padding: 15px 30px;
    font-size: calc(22 / 15 * 1em);
    letter-spacing: 0;
    display: block;
    width: 100%;
  }
}
#home-btn-dlpage button:hover {
  opacity: 0.7;
}
#home-btn-dlpage button:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/assets/img/home/ic-guidebook.png) no-repeat center center/contain;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #home-btn-dlpage button:before {
    width: 25px;
    height: 25px;
    vertical-align: sub;
  }
}
#home-btn-dlpage button:after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/home/ic-login-arrow.png) no-repeat center center/contain;
}

#home-foot-login {
  padding: 100px 0 50px;
  margin: 0 -15px;
  max-width: 100vw;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1460px) {
  #home-foot-login {
    margin-left: calc((100vw - 1400px) * -0.5);
    margin-right: calc((100vw - 1400px) * -0.5);
  }
}
@media screen and (max-width: 767px) {
  #home-foot-login {
    max-width: none;
    padding: 30px;
  }
}
#home-foot-login button {
  display: inline-block;
  padding: 25px 100px;
  background-color: #233c56;
  color: white;
  font-size: calc(25 / 15 * 1em);
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 50px;
  border: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #home-foot-login button {
    padding: 15px 30px;
    font-size: calc(22 / 15 * 1em);
    letter-spacing: 0;
    display: block;
    width: 100%;
  }
}
#home-foot-login button:hover {
  opacity: 0.7;
}
#home-foot-login button:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/assets/img/home/ic-mypage-person.png) no-repeat center center/contain;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #home-foot-login button:before {
    width: 25px;
    height: 25px;
    vertical-align: sub;
  }
}
#home-foot-login button:after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/home/ic-login-arrow.png) no-repeat center center/contain;
}

.btn {
  padding: 10px 20px;
}

.btn-sm {
  padding: 7px 10px;
}

.btn-default {
  background-image: none;
  background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 70%, #E1E9F3 100%);
  border-radius: 5px;
}
.btn-default:hover {
  background: linear-gradient(135deg, #E1E9F3 0%, #E1E9F3 70%, #E1E9F3 100%);
  background-position: 0 0;
}

.btn-primary {
  background-image: none;
  background-color: #233c56;
  border: 1px solid #233c56;
  border-radius: 5px;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #32557a;
  background-position: 0 0;
}

.btn-warning {
  background-image: none;
  background-color: #eb9316;
  border: 1px solid #eb9316;
  border-radius: 5px;
  box-shadow: none;
}
.btn-warning:hover {
  background-color: #efa945;
  background-position: 0 0;
}

#home-select .col-md-6 {
  margin-bottom: 20px;
  text-align: center;
}

#home-select .col-md-6 p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 0.9em;
}

#home-select .home-select-button {
  margin-bottom: 10px;
}

#home-select .home-select-button img {
  width: 100%;
  height: auto;
}

#home-notice h4 {
  background: #eee;
  font-size: 1em;
  color: #000;
  padding: 10px;
}

#home-notice p {
  margin-bottom: 1.5em;
  line-height: 1.6;
  padding-left: 20px;
  font-size: 90%;
}

table#transaction-tbl td {
  padding: 20px 30px 0px 30px;
}

table#transaction-tbl th {
  background-color: #eee;
  padding: 20px 30px;
}

table#transaction-tbl td p {
  padding-left: 0;
}

table#transaction-tbl td p.indent {
  padding-left: 2em;
}

#home-announce {
  margin: auto;
}

#home-announce #flow {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

#home-announce #flow li {
  float: left;
  width: 280px;
  padding-right: 30px;
  margin-right: 6px;
  margin-bottom: 20px;
  list-style: none;
  background: url(assets/img/announce/flow_arrow.png) no-repeat right center;
}

#home-announce #flow li.last {
  width: 250px;
  margin: 0px;
  padding-right: 0px;
}

#home-announce #flow li .flowbody {
  border-radius: 10px;
  background-color: #FBEBF2;
  padding: 15px;
}

#home-announce #flow h3 img {
  width: 100%;
  height: auto;
  margin-top: -50px;
}

#home-announce .checkpoint {
  margin-bottom: 30px;
}

#home-announce .checkpoint-mobile {
  display: none;
}

#home-announce .checkpoint img {
  width: 98.7%;
  margin-top: -30px;
}

.form-control {
  border: 2px solid #233c56;
  height: auto;
}

/* HOME SIGN IN
-------------------------------------------------- */
.home-signin-wrap {
  display: none;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: none;
  font-size: calc(16 / 15 * 1em);
}
.home-signin-wrap .form-signin h2 {
  margin-top: 0;
  font-size: calc(16 / 15 * 1em);
}
@media screen and (max-width: 767px) {
  .home-signin-wrap .form-signin h2 {
    font-size: calc(20 / 15 * 1em);
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.5em;
  }
}
.home-signin-wrap .form-signin .form-control {
  width: 14%;
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.home-signin-wrap .form-signin .btn-primary {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.home-signin-wrap .form-signin .remind-password {
  float: right;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .home-signin-wrap .form-signin .remind-password {
    float: none;
    padding-right: 0px;
  }
}

.errors ul {
  list-style: none;
  padding: 0;
}

.errors ul li {
  background: red;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border: 2px solid white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 12px !important;
  font-weight: normal !important;
  margin: 0 5px 5px 0;
  display: inline-block;
}

#validation-errors-wrap {
  padding: 20px;
  margin-bottom: 20px;
  background: white;
}

#validation-errors-wrap ul {
  margin: 0;
}

#validation-errors-wrap li {
  color: red;
  list-style: disc;
}

.home-signin-wrap .form-signin .checkbox {
  display: inline-block;
}

.home-signin-wrap .form-signin .checkbox label {
  margin-left: 10px;
  vertical-align: bottom;
}

.home-signin-wrap .form-signin .checkbox label span {
  font-size: 0.9em;
}

.home-signin-wrap .form-signin .select {
  display: inline-block;
}

.home-signin-wrap .form-signin .select .form-control {
  width: auto;
}

.home-signin-wrap .form-signin .select label {
  vertical-align: bottom;
}

.home-signin-wrap .form-signin .select span {
  margin: 0px 10px;
  font-size: 0.9em;
}

table#remind-table td {
  border: none;
  vertical-align: middle;
}

table#remind-table td.lbl {
  width: 10em;
  white-space: nowrap;
}

#guide-container .guide-container-body {
  padding: 0px 15px;
}

#guide-container .ebookbox {
  padding: 40px 0px;
}

#guide-container .ebookbox img {
  width: 80%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

#flow-container .inner-body {
  margin-bottom: 30px;
}

#flow-container .inner-body h5 span {
  font-weight: 600;
  border: none;
  padding: 0;
  display: inline-block;
}

#flow-container .inner-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#flow-container .inner-body img.bordered {
  border: 1px solid #ccc;
}

#flow-container .inner-body strong {
  color: #F90;
}

#flow-container .faqbody {
  border: 1px solid #aaa;
  background-color: white;
  padding: 0px 20px 20px;
  margin-bottom: 20px;
}

#flow-container .faqbody h5 {
  background: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}

/* PAGE
-------------------------------------------------- */
.pagebody {
  border: none;
  background-color: white;
  padding: 3% 5%;
  margin-bottom: 70px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pagebody {
    margin-bottom: 30px;
  }
}
.pagebody p,
.pagebody li {
  line-height: 1.8;
}
.pagebody ol {
  padding-left: 1.5em;
}

.pagebody h3 {
  border-left: 5px solid #233c56;
  border-bottom: 5px solid #233c56;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pagebody h3 {
    font-size: 1.1em;
    border-left-width: 3px;
    border-bottom-width: 3px;
    padding: 5px 7px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.1em;
  }
}

.pagebody h4 {
  background: #233c56;
  color: white;
  padding: 15px 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pagebody h4 {
    font-size: 1em;
    padding: 10px;
  }
}

.pagebody h4 span {
  border-left: 6px double #fff;
  padding-left: 10px;
  display: block;
}

.pagebody h5 {
  background-color: #e0e0e0;
  padding: 15px 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pagebody h5 {
    font-size: 1em;
    padding: 10px;
  }
}

.pagebody h5 span {
  border-left: 6px double #445383;
  padding-left: 10px;
  display: block;
}

.section-nav {
  text-align: center;
  margin-bottom: 20px;
}

.section-nav button {
  width: 30%;
}

#steps {
  margin: 0;
  padding: 0;
  text-align: center;
}

#steps li {
  width: 15%;
  display: inline-block;
  text-align: center;
  margin: 15px 15px 30px;
  padding: 15px;
  list-style: none;
  background-color: #ffffff;
  position: relative;
  height: 50px;
}

#steps li.active {
  background-color: #f36;
  color: white;
}

#steps li:after {
  position: absolute;
  top: 0;
  right: -20px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #ffffff;
}

#steps li.active:after {
  border-color: transparent transparent transparent #f36;
}

/* KIYAKU 
-------------------------------------------------- */
.kiyaku-body {
  padding: 10px 20px;
}

/* SELECT-LIST
-------------------------------------------------- */
#select-list {
  position: relative;
}

#select-list .another-path {
  position: absolute;
  right: 5%;
  top: 68px;
}

#select-list .another-path button {
  padding: 10px 18px;
}

/*
#select-list h3{
	border-left:none;
	text-align:center;
}*/
#select-list h4 {
  margin-bottom: 0;
}

#select-list .subnav {
  margin-bottom: 30px;
  font-size: 0.9em;
}

#select-list p.period {
  margin: 0px 0px 20px;
  font-weight: bold;
}

#select-list .date-wrapper {
  padding: 20px;
  margin-bottom: 10px;
  border: 10px solid #FC6;
  position: relative;
}

#select-list .date-wrapper:after {
  position: absolute;
  bottom: -30px;
  right: 43%;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0px 50px;
  border-color: #FC6 transparent transparent transparent;
}

#select-list .date-wrapper.no-arrow:after {
  display: none;
}

#select-list .stock {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 0px;
}

#select-list .stock span.glyphicon {
  color: #06F;
}

#select-list td span.label {
  font-size: 1em;
  margin-right: 10px;
  background-color: #F36;
}

#select-list table {
  margin-bottom: 40px;
  width: 100%;
}

#select-list table thead th {
  text-align: center;
  background: #e0e0e0;
  padding: 15px 20px;
  text-align: center;
  color: #666;
  font-size: 85%;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#select-list table thead th.hd {
  width: 30%;
}

#select-list table thead th.last {
  border-right: none;
}

#select-list table tbody th,
#select-list table tbody td {
  padding: 20px 25px;
}

/*
#select-list table tbody tr{
	border-bottom:30px solid #e0e0e0;
}
#select-list table tbody tr.bd1{
	border-bottom:1px solid #ccc;
}
*/
#select-list table tbody th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: normal;
  /*white-space:nowrap;*/
  background-color: #f0f0f0;
}

#select-list table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}

#select-list table tbody td.nittei {
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #ccc;
  background-color: #f0f0f0;
}

#select-list table tbody td.sbt {
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #ccc;
}

#select-list table tbody td.sbt span {
  font-size: 0.85em;
}

#select-list table tbody td.active {
  background: #ffddea;
}

#select-list table tbody td label {
  line-height: 1;
}

#sidenav {
  width: 237px;
  margin: 10px 0 0;
  font-size: 0.9em;
}

#sidenav li.active > a {
  background-color: #445383;
  color: white;
}

#sidenav li span.glyphicon {
  color: #445383;
  margin-right: 5px;
}

#sidenav li.active span.glyphicon {
  color: white;
}

#sidenav li a {
  padding: 3px 10px 2px 28px;
  text-indent: -9px;
  color: #333;
}

#sidenav.affix {
  top: 0;
}

#sidenav.affix-bottom {
  position: absolute;
  top: auto;
}

#sidenav .sidenav-sub {
  margin: 0px;
  list-style: none;
  padding: 5px 0px;
}

#sidenav .sidenav-sub li {
  margin: 5px 0px 0px 30px;
  font-size: 0.9em;
  list-style: square;
}

#sidenav .sidenav-sub li li {
  margin: 5px 0px 0px 10px;
  list-style: decimal;
  font-size: 1em;
}

#sidenav .sidenav-sub li a {
  padding: 2px 10px 0px 0px;
  color: #999;
}

#sidenav #selecting {
  border: 3px solid white;
  background-color: #445383;
  color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding: 15px 20px;
  display: none;
}

#sidenav #selecting h2 {
  font-size: 1.2em;
  border-bottom: 1px dotted white;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
}

#sidenav #selecting ul {
  margin: 0;
  padding: 0;
}

#sidenav #selecting li {
  margin: 0 0 10px 0px;
  padding: 0 0 5px 0;
  font-size: 0.95em;
  list-style: none;
  border-bottom: 1px solid #623f71;
  /*display:none;*/
}

#sidenav #selecting li strong {
  color: #F90;
}

#sidenav #selecting li .glyphicon {
  color: #6CF;
  cursor: pointer;
}

#sidenav #selecting li .center-riyou {
  display: none;
}

#sidenav #selecting button {
  display: block;
  margin: auto;
}

.bosyu h5 {
  color: #445383;
  font-weight: bold;
  background-color: transparent;
  padding-left: 0;
}

.bosyu h6 {
  color: #445383;
  font-weight: bold;
  font-size: 1em;
  background-color: #e0e0e0;
  padding: 10px 15px;
  border-bottom: 2px solid #445383;
  margin-bottom: 0;
}

.bosyu p {
  font-size: 0.95em;
  line-height: 1.8;
  padding: 10px 0px;
}

.bosyu ol {
  margin-bottom: 30px;
  padding-top: 10px;
}

.bosyu table {
  text-align: center;
  font-size: 0.9em;
}

#aoe-change {
  position: absolute;
  top: 60px;
  right: 60px;
}

/* SELECT-INPUT
-------------------------------------------------- */
#select-input td span.label {
  font-size: 1em;
  margin-right: 10px;
}

#select-input table {
  margin-bottom: 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}

#select-input table thead th {
  text-align: center;
  background: #e0e0e0;
  padding: 10px 20px;
  text-align: center;
  color: #666;
  font-size: 85%;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#select-input table thead th.hd {
  width: 28%;
}

#select-input table thead th.last {
  border-right: none;
}

#select-input table tbody th,
#select-input table tbody td {
  padding: 10px 15px;
}

#select-input table tbody th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: normal;
  white-space: nowrap;
  background-color: #f0f0f0;
}

#select-input table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  line-height: 2;
  max-height: 0;
}

#select-input table tbody td table {
  margin-bottom: 5px;
  /*display:none;*/
}

#select-input table tbody td.nittei {
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #ccc;
  background-color: #f0f0f0;
}

#select-input table tbody td.sbt {
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #ccc;
}

#select-input table tbody td.active {
  background: #ffddea;
}

#select-input table tbody td label {
  line-height: 1;
}

/* SELECT-CONFIRM
-------------------------------------------------- */
#select-confirm table {
  margin-bottom: 0;
  border: 1px solid #ccc;
  background: white;
}

#select-confirm table th {
  background-color: #e0e0e0;
  border-bottom: 1px solid #ccc;
}

#select-confirm table td {
  vertical-align: middle;
  padding: 50px 20px;
}

#select-confirm table#confirm-list td span.md,
#mypage-home table#registed td span.md {
  display: none;
}

#select-confirm table td strong {
  color: #f36;
}

#select-confirm table td.price {
  color: #06F;
  text-align: center;
  font-weight: bold;
}

#select-confirm #select-price {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
}

#select-confirm #select-price table {
  width: 80%;
  margin: auto;
}

/* IDENT-INPUT & CONFIRM
-------------------------------------------------- */
#ident-input h4 {
  margin-bottom: 0;
}

#ident-input .must {
  color: #f36;
}

#ident-input fieldset,
#ident-confirm fieldset {
  background-color: #fff;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}

#ident-input table,
#ident-confirm table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

#ident-input th,
#ident-input td,
#ident-confirm th,
#ident-confirm td {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px 15px;
}

#ident-input th,
#ident-confirm th {
  background-color: #eee;
  white-space: nowrap;
  width: 30%;
}

#ident-input td .note {
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

#ident-input input,
#ident-input select {
  width: auto;
  display: inline;
  margin: 0px 5px;
}

#ident-input label {
  font-weight: normal;
}

.suggest-field {
  margin: 0px 10px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.35);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: absolute;
  min-width: 200px;
  z-index: 100;
}

.suggest-field div {
  padding: 3px;
  cursor: pointer;
}

.suggest-field div:hover {
  background: #D9F1FF;
}

#oldschool_search_result {
  max-height: 250px;
  overflow-y: scroll;
}

#oldschool_search_result ul {
  margin-top: 10px;
  padding: 10px 0px 10px 40px;
  background: #eee;
}

table.input-note-table {
  border: none !important;
}

table.input-note-table td {
  border: none !important;
  padding: 0px !important;
}

table.input-note-table td.icon {
  padding: 0 10px 0px 0px !important;
}

/* IDENT-COMPLETE
-------------------------------------------------- */
#ident-complete {
  line-height: 1.7;
}

#ident-complete ul {
  margin-bottom: 30px;
}

#ident-complete #mypage-id-show {
  margin: 20px auto;
  width: 80%;
  border: 5px solid #445383;
  padding: 20px;
  text-align: center;
  font-size: 2em;
  background-color: #eee;
}

#ident-complete #mypage-id-show strong {
  color: #609;
}

.flow-after-image {
  margin: 30px auto;
  text-align: center;
}

.flow-after-image img {
  width: 90%;
  height: auto;
}

#ident-complete .mypage_ability img {
  width: 100%;
}

/* MYPAGE
-------------------------------------------------- */
body.mypage {
  background-color: #D2EBF5;
}
body.mypage .emerge-notice {
  border: 3px solid red;
  padding: 15px 30px 15px;
  background-color: #FFE6E6;
  margin-bottom: 20px;
}
body.mypage .emerge-notice h2 {
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  color: red;
}
body.mypage .emerge-notice table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
body.mypage .emerge-notice table th {
  background-color: #e0e0e0;
}
body.mypage .emerge-notice table th,
body.mypage .emerge-notice table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 0.9em;
  display: table-cell;
}

#mypage-login .login-panel {
  width: 560px;
  padding: 30px;
  margin: 50px auto 15px;
  background-color: white;
  border-radius: 10px;
}

#mypage-login .login-panel h2 {
  margin: 0 0 30px 0;
  text-align: center;
}

#mypage-login .login-panel table {
  width: 100%;
}

#mypage-login .login-panel th,
#mypage-login .login-panel td {
  padding: 5px 10px;
}

#mypage-login .login-panel th {
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}

#mypage-login .login-panel .name input {
  width: 35%;
  display: inline;
  margin: 5px;
}

#mypage-login .login-panel .name input#name-sei {
  margin-right: 1em;
}

#mypage-login .login-panel .select select {
  width: 30%;
  float: left;
  margin: 5px 10px 5px 0px;
}

#mypage-login .remind-password {
  width: 550px;
  margin: 0px auto 50px;
  text-align: center;
  font-size: 0.9em;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #mypage-login .remind-password {
    flex-direction: column;
    gap: 10px;
  }
}
#mypage-login .remind-password a {
  display: block;
  width: 50%;
  padding: 5px;
  border: 1px solid #233c56;
  color: #233c56;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #mypage-login .remind-password a {
    width: 100%;
  }
}
#mypage-login .remind-password a:hover {
  background-color: #233c56;
  color: white;
  text-decoration: none;
}

#mypage-login .form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

#mypage-login .form-signin .form-signin-heading,
#mypage-login .form-signin .checkbox {
  margin-bottom: 10px;
}

#mypage-login .form-signin .checkbox {
  font-weight: normal;
}

#mypage-login .form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

#mypage-login .form-signin p.name-notice {
  font-size: 12px;
  text-align: right;
  color: #333;
}

#mypage-login .form-signin .form-control:focus {
  z-index: 2;
}

#mypage-login .form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#mypage-login .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#mypage-home .well table {
  width: 100%;
  margin-bottom: 0;
}

#mypage-home .well table th,
#mypage-home .well table td {
  padding: 10px;
  vertical-align: middle;
}

#mypage-home .well table td.mypage-action button {
  margin: 5px;
  width: 100%;
}

#mypage-home .well table .last {
  border-bottom: none;
}

#mypage-home .well table thead th {
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
}

#mypage-home .well table td.delete,
#mypage-home .well table td.delete-entry {
  color: #bbb;
}

#mypage-home .well table td.price {
  font-size: 1.2em;
  color: #06F;
  font-weight: bold;
  /*text-align:left;*/
}

#mypage-home .well table td.price span {
  font-weight: normal;
  font-size: 12px;
  color: #333;
}

#mypage-home .editable input,
#mypage-home .editable select {
  display: inline;
  width: auto;
}

#mypage-home #other-regist {
  margin: 20px 0px;
}

body.mypage .nav-tabs {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

body.mypage .nav-tabs li {
  margin: 0px 5px;
  display: inline-block;
  width: 24%;
}

body.mypage .nav-tabs li span {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-image: linear-gradient(to bottom, #eeeeee 0, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeeeee", endColorstr="#ffcccccc", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  color: #999;
}

body.mypage .nav-tabs li a {
  background-color: #2d6ca2;
  background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff428bca", endColorstr="#ff2d6ca2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #2b669a;
  border-bottom: none;
  color: white;
}

body.mypage .nav-tabs li.active a,
body.mypage .nav-tabs li a:hover {
  background-color: #286090;
  background-image: linear-gradient(to top, #428bca 0, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff428bca", endColorstr="#ff2d6ca2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #2b669a;
  border-bottom: none;
  color: white;
}

body.mypage .nav-tabs li.active:after {
  position: absolute;
  /*bottom:-10px;*/
  right: 45%;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #428bca transparent transparent transparent;
}

body.mypage .alert td {
  padding: 5px 10px;
  vertical-align: middle;
}

#mypage-payment h5 {
  font-size: 1em;
  margin: 0 0 20px 0;
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
}

#mypage-payment .payment-detail-container {
  width: 80%;
  margin: 0px auto;
  padding: 30px 0px;
}

#mypage-payment .cc-types img {
  margin: 0px 5px 5px 0px;
}

#mypage-payment table.payment-bt thead th {
  text-align: center;
}

#mypage-payment table.payment-bt td {
  border: none;
}

#mypage-payment table.payment-bt td.logos {
  width: 150px;
}

#mypage-payment table.payment-bt td.above {
  padding-top: 20px;
}

#mypage-payment table.payment-bt button {
  width: 90%;
}

#mypage-payment table.cvs-list td,
#mypage-payment table.cvs-list th {
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 10px;
}

#mypage-payment table.cvs-list p {
  font-size: 0.8em;
  padding: 10px 0 0 0;
}

#mypage-payment table.pay-info {
  border: 5px solid #F90;
}

#mypage-payment table.pay-info th {
  background-color: #FFC;
  text-align: center;
}

#mypage-payment table.pay-info td {
  font-weight: bold;
  color: #06F;
  text-align: center;
}

#mypage-payment p.message,
#home-remind p.message {
  padding: 50px 0px;
  color: #690;
  background: #E3FEE0;
  border: 1px solid #690;
  border-radius: 5px;
  margin-bottom: 1em;
}

#mypage-payment em {
  font-weight: bold;
  color: #445383;
}

#mypage-payment ul,
#mypage-payment ol {
  margin-bottom: 30px;
}

#payment-rt table {
  background: #fff;
}

#payment-rt table th {
  white-space: nowrap;
}

#payment-rt table th,
#payment-rt table td {
  vertical-align: middle;
  font-size: 0.9em;
  border-bottom: 1px solid #e0e0e0;
}

#payment-rt table th {
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

#mypage-dl #download-notice {
  font-size: 1.5em;
  font-weight: bold;
  color: red;
  padding: 10px 0px 20px;
}

#mypage-dl .dl-pane {
  background-color: white;
  border-radius: 6px;
  padding: 20px 16px;
  font-size: 1.2em;
  line-height: 2;
}

#mypage-dl .dl-pane #requires,
#mypage-dl .dl-pane .requires-list {
  margin: 0;
  padding: 15px;
}

#mypage-dl .dl-pane #requires li,
#mypage-dl .dl-pane .requires-list li {
  margin-left: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: 5px solid #ccc;
  padding: 20px 370px 20px 30px;
  position: relative;
}

#mypage-dl .dl-pane #requires li h5,
#mypage-dl .dl-pane .requires-list li h5 {
  background: none;
  padding: 0 0 10px 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  color: #445383;
  font-weight: bold;
}

#mypage-dl .dl-pane #requires li p,
#mypage-dl .dl-pane .requires-list li p {
  margin-bottom: 0em;
}

#mypage-dl .dl-pane #requires p.note,
#mypage-dl .dl-pane .requires-list p.note {
  color: #06C;
  font-size: 80%;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}

#mypage-dl .dl-pane #requires table,
#mypage-dl .dl-pane .requires-list table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
}

#mypage-dl .dl-pane #requires table th,
#mypage-dl .dl-pane #requires table td,
#mypage-dl .dl-pane .requires-list table th,
#mypage-dl .dl-pane .requires-list table td {
  padding: 2px 5px 0;
  font-size: 80%;
  text-align: center;
  border: 1px solid #ccc;
}

#mypage-dl .dl-pane #requires table th,
#mypage-dl .dl-pane .requires-list table th {
  background-color: #eee;
  font-weight: normal;
}

#mypage-dl .dl-pane button {
  width: 300px;
  display: block;
  margin: 20px auto;
  position: absolute;
  top: 0;
  right: 30px;
}

#mypage-dl .dl-pane .btn-wrapper {
  width: 300px;
  display: block;
  margin: 20px auto;
  position: absolute;
  top: 0;
  right: 30px;
}

#mypage-dl .dl-pane .btn-wrapper button {
  width: 100%;
  height: 3em;
  display: block;
  margin: 0 0 10px;
  position: relative;
  top: 0;
  right: 0;
}

#mypage-dl .dl-notice {
  margin: 2em 0em;
}

#mypage-dl .dl-notice li {
  list-style: none;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-bottom: 10px;
}

#mypage-result table td {
  position: relative;
}

#mypage-result table td button {
  float: right;
}

#mypage-result table td h6 {
  float: left;
  font-size: 1em;
}

#mypage-result table .result-pane {
  padding: 50px 60px;
  background-color: white;
  border: 5px solid #ccc;
  clear: both;
  margin: 60px auto 30px;
  display: none;
}

#mypage-result table .result-pane h2 {
  font-family: serif;
  text-align: center;
  font-size: 4em;
  margin-bottom: 50px;
}

#mypage-result table .result-pane h2.refused {
  font-size: 3em;
}

#mypage-result table .result-pane p {
  text-align: center;
}

/* MANAGER
-------------------------------------------------- */
body.manager {
  background-color: #036;
}

body.manager .container {
  width: auto;
  padding: 0px 20px;
}

body.manager .container h2 {
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 3px solid #23547e;
  margin: 0px 0px 10px;
  padding: 10px 0px;
}

body.manager #mypage-login {
  margin-top: 100px;
}

body.manager #global-header {
  margin-bottom: 0;
}

body.manager #footer {
  color: white;
}

body.manager .control {
  padding: 20px;
  position: relative;
  margin: 0px auto 10px;
  border-radius: 6px;
}

body.manager .control .form-control {
  height: auto;
  display: inline;
  font-size: 0.8em;
  padding: 3px;
  width: auto;
  margin: 0 5px;
}

body.manager .control #manager_output_list {
  font-size: 1em;
}

body.manager .control strong {
  margin: 0 5px;
}

body.manager .hanrei {
  padding: 10px 0px;
  color: white;
  text-align: left;
  font-size: 0.9em;
  margin: 0 auto 0px;
}

body.manager .hanrei > div {
  white-space: nowrap;
}

body.manager .hanrei {
  color: #ffffff;
}

body.manager .hanrei .glyphicon {
  color: #ffffff;
}

body.manager .hanrei .form-control {
  height: auto;
  display: inline;
  font-size: 1em;
  padding: 3px;
  width: auto;
  margin: 0 5px;
}

body.manager .pages {
  text-align: left;
}

body.manager .pages .page a {
  padding: 0px 5px;
}

body.manager .pages .page strong {
  color: #c00;
  padding: 0px 5px;
}

body.manager .pages span.needle {
  padding: 5px 10px;
  border-radius: 5px;
  background: #23527c;
  margin-right: 5px;
  color: white;
  font-weight: bold;
}

body.manager .manager-list {
  font-size: 0.85em;
  border-top: 2px solid #ccc;
  background-color: white;
}

body.manager .score-list {
  font-size: 0.85em;
  border-top: 2px solid #ccc;
  background-color: #eee;
}

body.manager .search-control {
  padding-bottom: 10px;
}

body.manager .search-control button {
  margin-right: 5px;
}

body.manager .limit-list {
  border-top: 2px solid #ccc;
  background-color: white;
}

body.manager .manager-list thead th,
body.manager .score-list thead th,
body.manager .limit-list thead th {
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: normal;
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

body.manager .manager-list thead th input,
body.manager .manager-list thead th select {
  margin: 5px auto 0px;
  min-width: 0px;
}

body.manager .score-list thead th {
  width: auto;
}

body.manager .manager-list thead th a {
  text-decoration: underline;
}

body.manager .manager-list thead th .glyphicon {
  color: #428bca;
}

body.manager .manager-list td,
body.manager .score-list td {
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #ccc;
  cursor: pointer;
}

body.manager .manager-list tr.locked td {
  cursor: default;
}

body.manager .score-list td {
  cursor: default;
}

body.manager .score-list td.log-data-detail {
  white-space: normal;
}

body.manager .score-list td.log-data-detail pre {
  width: 300px;
  text-align: left;
  display: none;
}

body.manager .score-list td input {
  width: 70px;
  border-color: #999;
  text-align: center;
}

body.manager .manager-list td.checks {
  text-align: center !important;
}

body.manager .manager-list td.checks .glyphicon {
  font-size: 1.2em;
  color: #F90;
}

body.manager .manager-list td.checks .glyphicon-lock {
  font-size: 1em;
  color: #C00;
}

body.manager .manager-list tr.complete {
  background-color: #ddffcc;
}

body.manager .manager-list tr:hover {
  background-color: #fed;
}

body.manager .manager-list tr.locked:hover {
  background-color: #fff;
}

body.manager .manager-list tr.complete:hover {
  background-color: #ccee99;
}

body.manager .manager-list tr.complete.locked:hover {
  background-color: #ddffcc;
}

body.manager .manager-list td ul {
  margin: 0;
  padding: 0;
}

body.manager .manager-list td ul li {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

body.manager .manager-list td.last {
  border-right: 1px solid #ccc;
}

body.manager .manager-list .form-control {
  height: auto;
  font-size: 0.8em;
  padding: 3px;
}

body.manager .manager-list .form-control[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px auto 5px;
}

body.manager #logs-search .row {
  margin-bottom: 15px;
}

body.manager #logs-search .form-control {
  width: 80% !important;
  display: inline-block;
}

body.manager #logs-search .datepicker {
  width: 42% !important;
  display: inline-block;
}

body.manager legend {
  font-size: 1.2em;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #e0e0e0;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
}

body.manager .import-list td {
  padding: 5px 10px !important;
  white-space: nowrap;
}

body.manager .editform h4 {
  margin-bottom: 0;
}

body.manager .must,
body.manager .hanrei .must {
  /*color:#445383 !important;*/
  color: #f36 !important;
}

body.manager .editform fieldset {
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 0px;
}

body.manager .editform table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

body.manager .editform td,
body.manager .editform th {
  vertical-align: middle;
}

body.manager .editform td {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px 15px;
}

body.manager .editform th {
  background-color: #eee;
  font-weight: normal;
  white-space: nowrap;
  width: 30%;
}

body.manager .editform td .note {
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

body.manager .editform input,
body.manager .editform select {
  width: auto;
  height: auto;
  display: inline;
  margin: 0px 5px;
}

body.manager .editform label {
  font-weight: normal;
  margin-bottom: 0px;
}

body.manager .score-search table {
  margin-bottom: 20px;
}

body.manager .score-search th,
body.manager .score-search td {
  padding: 10px 20px;
}

body.manager .score-search th {
  font-weight: normal;
  white-space: nowrap;
}

body.manager .score-search td {
  width: 50%;
}

body.manager .score-search td input {
  display: inline;
  width: auto;
}

body.manager fieldset#ryugaku {
  display: none;
}

body.manager table.post_exist_search {
  width: 100%;
}

body.manager table.post_exist_search th,
body.manager table.post_exist_search td {
  padding: 5px 5px 5px 5px;
}

body.manager table.post_exist_search th {
  font-weight: normal;
  width: 10em;
  text-align: right;
}

body.manager label.unlock {
  color: #390;
}

body.manager label.locked {
  color: #C00;
}

/* COMMON
-------------------------------------------------- */
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

form label.error {
  background: red;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border: 2px solid white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 12px !important;
  font-weight: normal !important;
  top: -25px;
  left: 0px;
}

form label.error:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: red transparent transparent transparent;
  position: absolute;
  top: 21px;
  left: 11px;
}

form td,
form th {
  position: relative;
}

.validation-errors,
span.help-block {
  background: red;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border: 2px solid white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 12px !important;
  font-weight: normal !important;
  margin: 0 5px 5px 0;
  display: inline-block;
}

.error-notes {
  text-align: center;
}

.error-notes p.message {
  padding: 50px 0px;
  color: red;
  background: #FFE8E8;
  border: 1px solid red;
  border-radius: 5px;
  margin-bottom: 1em;
}

@media (max-width: 1200px) {
  .home-signin-wrap .form-signin .form-control {
    width: 15%;
  }
}
@media (max-width: 990px) {
  .home-signin-wrap .form-signin .form-control {
    width: 100%;
  }
  #steps li {
    font-size: 12px;
    width: 15%;
    margin: 5px 20px 20px 0px;
    padding: 17px 5px;
    height: 50px;
  }
  .section-nav button {
    min-width: 300px;
  }
  #contact-info img {
    margin: 10px 0px;
  }
  body.mypage .nav-tabs li {
    margin: 0px 3px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .home-signin-wrap .form-signin .form-control {
    width: 100%;
  }
  #contact-info img {
    width: 100%;
    height: auto;
  }
  .section-nav button {
    width: 80%;
    display: block;
    margin: auto;
  }
  #steps li {
    font-size: 10px;
    width: 13%;
    margin: 5px 20px 20px 0px;
    padding: 7px 5px;
    height: 50px;
  }
  #ident-input th,
  #ident-confirm th {
    width: auto;
  }
  #ident-input th,
  #ident-input td,
  #ident-confirm th,
  #ident-confirm td {
    padding: 10px 5px;
  }
  #ident-input th {
    padding: 5px;
    font-size: 0.9em;
  }
  #ident-input td {
    padding: 10px 10px 10px 0px;
  }
  #ident-input h4 {
    margin-top: 0;
  }
  #ident-input fieldset,
  #ident-confirm fieldset {
    padding: 10px;
  }
  #ident-input select {
    width: auto;
    font-size: 15px;
    margin-bottom: 5px;
  }
  #ident-input input[type=text],
  #ident-input input[type=email] {
    margin-bottom: 5px;
  }
  #ident-input input.w30 {
    width: 95% !important;
  }
  #ident-input label.front-input {
    margin: 5px;
    font-size: 0.85em;
    display: block;
  }
  #ident-input input[name=zip1],
  #ident-input input[name=zip2],
  #ident-input input[name=tel_1],
  #ident-input input[name=tel_2],
  #ident-input input[name=tel_3] {
    width: 20%;
  }
  #ident-input .form-control {
    height: auto;
    padding: 6px 6px;
    font-size: 12px;
    height: auto;
  }
  body.mypage .nav-tabs li {
    font-size: 11px;
    margin: 0px 3px;
  }
  body.mypage table td,
  body.mypage table th {
    display: list-item;
    list-style: none;
  }
  #mypage-home table {
    border: none;
  }
  #mypage-home thead {
    display: none;
  }
  #mypage-home .well tr {
    border: 1px solid #999;
    background-color: #fff;
    padding: 15px 0px 5px 0px;
    display: list-item;
    text-align: left;
    list-style: none;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0px 0px 10px;
  }
  #mypage-home .well table td {
    padding: 0px 10px;
    border: none;
  }
  #mypage-home .well table td.text-nowrap {
    white-space: normal;
  }
  #mypage-home table td.text-center {
    text-align: left !important;
  }
  #mypage-home table td.price {
    text-align: left;
  }
  #mypage-home table td.delete {
    text-align: right;
    padding-top: 5px;
  }
  #mypage-home table#registed tr {
    border-top: 5px solid #445383;
  }
  #mypage-home table#registed td {
    padding: 5px 16px;
  }
  #mypage-home table#registed td br {
    content: "&nbsp;";
  }
  #mypage-home table#registed td button {
    font-size: 0.9em;
    width: 80%;
    margin: 5px auto 5px;
    display: block;
  }
  #mypage-home table#registed td span.md {
    display: block;
    padding: 5px 10px;
    font-size: 0.9em;
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    font-weight: normal;
    color: #333;
  }
  #mypage-home #other-regist button {
    font-size: 1em;
  }
  #mypage-home table#personal-data tr {
    padding: 10px;
  }
  #mypage-home table#personal-data th,
  #mypage-home table#personal-data td {
    padding: 3px;
    border: none;
  }
  #mypage-payment #payment-lt {
    padding: 0px;
  }
  #mypage-payment h5 {
    font-size: 1em;
    background: none;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  #mypage-payment h5 img {
    display: block;
    margin: 0 auto 10px;
  }
  #mypage-payment table.payment-bt thead th {
    display: none;
  }
  #mypage-payment table.payment-bt td.logos {
    width: auto;
  }
  #mypage-payment table.payment-bt button {
    width: 100%;
    font-size: 1.2em;
  }
  #mypage-payment table.payment-bt td.above {
    padding-top: 10px;
  }
  #payment-rt table th,
  #payment-rt table td {
    display: table-cell;
  }
  #mypage-payment table.payment-bt button {
    font-size: 1em;
  }
  #mypage-payment .payment-detail-container {
    width: auto;
    margin: 0px auto;
    padding: 10px 0px;
  }
  #mypage-payment .payment-detail-container button {
    font-size: 1em;
    height: auto !important;
    white-space: normal;
  }
  #mypage-payment .payment-detail-container button img {
    width: 32px;
    height: auto;
  }
  #payment-lt .payment-notice-container h5 {
    text-align: left;
  }
  #payeasy-logo {
    padding-bottom: 10px;
    text-align: center;
  }
  #payment-lt .payment-notice-container img {
    width: 95%;
    height: auto;
  }
  #mypage-dl #download-notice {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px;
  }
  #mypage-dl .dl-pane {
    padding: 0;
  }
  #mypage-dl .dl-pane #requires button {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #mypage-dl .dl-pane #requires button img {
    display: none;
  }
  #mypage-dl .dl-pane #requires li {
    padding: 10px 0px;
    border-left: none;
    border-right: none;
  }
  #mypage-dl .dl-pane #requires li h5 {
    font-size: 0.9em;
  }
  #mypage-result table .result-pane {
    padding: 10px;
    margin: 10px 0px;
  }
  #mypage-result table .result-pane h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  #mypage-result table .result-pane h2.refused {
    font-size: 1.5em;
  }
  #mypage-result table td button {
    float: none;
    width: 100%;
  }
  .flow-after-image {
    display: none;
  }
  .error-notes p.message {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  body {
    min-width: 100%;
    font-size: 13px;
  }
  #home-announce #flow {
    padding: 0;
  }
  #home-announce #flow li {
    width: 46%;
    padding-right: 0px;
    margin: 0 2% 25px;
    list-style: none;
    background: none;
    font-size: 1.1em;
  }
  #home-announce #flow li.last {
    width: 46%;
    margin: 0 2% 25px;
    padding-right: 0px;
  }
  #flow-container .flowss img {
    width: 85%;
    height: auto;
    margin-bottom: 10px;
  }
  #flow-container img {
    margin-bottom: 10px;
  }
  #guide-container .ebookbox button {
    white-space: normal;
  }
  #home-announce .checkpoint {
    display: none;
  }
  #home-announce .checkpoint-mobile {
    display: block;
    padding: 15px 25px;
    background-color: white;
    margin-bottom: 20px;
    border: 3px solid #E6428A;
  }
  #home-announce .checkpoint-mobile h2 {
    font-size: 20px;
    color: #E6428A;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #E6428A;
    margin-top: 0;
  }
  .home-signin-wrap .form-signin .btn-primary {
    display: block;
    width: 40%;
    margin: auto;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  #steps li {
    font-size: 10px;
    width: 13%;
    margin: 5px 20px 20px 0px;
    padding: 7px 5px;
    height: 40px;
  }
  #steps li:after {
    border-width: 20px 0 20px 20px;
  }
  table td,
  table th {
    display: list-item;
    list-style: none;
  }
  #mobile-home-mainimage h3 {
    background: #445383;
    color: white;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  #mobile-home-mainimage .mainimage img {
    width: 100%;
    height: auto;
  }
  #mobile-home-mainimage .requirements {
    text-align: center;
  }
  #mobile-home-mainimage .requirements img {
    width: 80%;
    height: auto;
  }
  #first-second-bt {
    margin: 5px;
  }
  #first-second-bt button {
    padding: 12px 10px 8px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0px;
  }
  #first-second-bt button span.glyphicon {
    display: none;
  }
  #first-second-bt button#show-home-signin {
    margin-left: 0em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .home-signin-wrap .form-signin .select span {
    display: block;
    margin: 10px 0px;
  }
  .home-signin-wrap .form-signin .btn-primary {
    margin: 10px auto;
  }
  #global-footer .navbar-nav {
    float: none;
    margin-bottom: 15px;
  }
  #footer {
    font-size: 0.7em;
    line-height: 1.7;
  }
  #mypage-login .login-panel {
    width: auto;
    margin: 0;
    padding: 10px;
  }
  #mypage-login .form-signin {
    margin: 0;
    padding: 0;
  }
  #mypage-login .form-signin .form-control {
    padding: 5px;
    font-size: 14px;
  }
  #mypage-login .login-panel h2 {
    display: none;
  }
  #mypage-login .login-panel th,
  #mypage-login .login-panel td {
    text-align: left;
  }
  #mypage-login .login-panel .name input {
    width: 100%;
    margin-bottom: 10px;
  }
  #mypage-login .login-panel input {
    margin-bottom: 5px;
  }
  #mypage-login .login-panel .select select {
    width: 100%;
  }
  #mypage-login .remind-password {
    width: auto;
    margin: 0px;
    text-align: center;
    font-size: 0.9em;
    padding: 15px;
  }
  #mypage-login button {
    font-size: 1.1em;
    width: 80%;
    margin: 0 auto 10px;
  }
  #mypage-login .form-signin p.name-notice {
    font-size: 11px;
    text-align: left;
    margin: 0 0 10px;
  }
  #home-notice .kiyaku-body {
    padding: 0;
    font-size: 0.9em;
    margin-bottom: 20px;
  }
  .section-nav button {
    font-size: 11px;
    width: auto;
    min-width: auto;
  }
  #steps {
    display: none;
  }
  #select-list table {
    margin-bottom: 20px;
  }
  #select-list table thead,
  #select-input table thead {
    display: none;
  }
  #select-list table tbody th {
    background-color: #e0e0e0;
    font-size: 0.9em;
  }
  #select-list table tbody th,
  #select-list table tbody td {
    padding: 10px 9px;
    border: none;
  }
  #select-list table tbody td.range p {
    margin-bottom: 0;
  }
  #select-list table tbody td.sbt {
    border: none;
    padding: 0px 0px 20px;
  }
  #select-input table {
    margin-bottom: 20px;
  }
  #select-input table tbody td {
    max-height: none;
  }
  #select-input table tbody td.school-type {
    background-color: #445383;
    color: white;
  }
  #select-input table tbody td.dept-type {
    background-color: #e0e0e0;
  }
  #select-input table tbody td.details {
    padding: 5px 15px;
  }
  #select-input table tbody td {
    border: none;
  }
  .section-nav button {
    display: inline-block;
    min-width: 0;
  }
  #home-notice .section-nav button,
  #select-confirm .section-nav button,
  #ident-complete .section-nav button {
    display: block;
    width: 80%;
  }
  #select-input table tbody th {
    border-top: 1px solid #ccc;
    padding: 5px 15px;
  }
  #aoe-change {
    position: relative;
    margin: 15px auto;
    top: 0;
    right: 0;
    display: block;
  }
  #select-confirm table {
    border: none;
  }
  #select-confirm thead {
    display: none;
  }
  #select-confirm .well tr {
    border: 1px solid #999;
    padding: 10px;
    display: list-item;
    text-align: left;
    list-style: none;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 10px;
  }
  #select-confirm table td {
    padding: 0px;
    border: none;
  }
  #select-confirm table td.text-center {
    text-align: left !important;
  }
  #select-confirm table td.price {
    text-align: left;
  }
  #select-confirm table td.delete {
    text-align: right;
    padding-top: 5px;
  }
  .glyphicon.glyphicon-alert,
  .glyphicon.glyphicon-duplicate {
    display: none;
  }
  #select-confirm table#confirm-list td {
    padding-bottom: 5px;
  }
  #select-confirm table#confirm-list td span.md {
    display: block;
    padding: 5px 10px;
    font-size: 0.9em;
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    font-weight: normal;
    color: #333;
  }
  .modal-body {
    padding: 0 0 10px;
  }
  #modal-submit button {
    white-space: normal;
    width: 80%;
  }
  #ident-input th,
  #ident-confirm th {
    width: auto;
  }
  #ident-input th,
  #ident-input td,
  #ident-confirm th,
  #ident-confirm td {
    padding: 10px 5px;
  }
  #ident-input th {
    padding: 5px;
    font-size: 0.9em;
  }
  #ident-input td {
    padding: 10px 10px 10px 0px;
  }
  #ident-input h4 {
    margin-top: 0;
  }
  #ident-input fieldset,
  #ident-confirm fieldset {
    padding: 10px;
  }
  #ident-input select {
    width: 80%;
    margin-bottom: 5px;
  }
  #ident-input input[type=text],
  #ident-input input[type=email] {
    margin-bottom: 5px;
  }
  #ident-input input.w30 {
    width: 95% !important;
  }
  #ident-input label.front-input {
    margin: 5px;
    font-size: 0.85em;
    display: block;
  }
  #ident-input input[name=zip1],
  #ident-input input[name=zip2],
  #ident-input input[name=tel_1],
  #ident-input input[name=tel_2],
  #ident-input input[name=tel_3] {
    width: 20%;
  }
  #ident-input .form-control {
    height: auto;
    padding: 6px 6px;
    font-size: 12px;
    height: auto;
  }
  #ident-complete #mypage-id-show {
    margin: 20px auto;
    width: 95%;
    padding: 16px 0px;
    font-size: 1em;
  }
  #ident-complete .mypage_ability {
    text-align: center;
  }
  #ident-complete .mypage_ability img {
    width: 95%;
    height: auto;
  }
  body.mypage .nav-tabs {
    border-bottom: none;
    margin: 15px 0px;
  }
  body.mypage .nav-tabs li {
    margin: 0px 0px 5px;
    width: 100%;
  }
  body.mypage .nav-tabs li a {
    border-radius: 5px;
    padding: 8px 10px;
    color: #333;
    border-color: #ccc;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
  }
  body.mypage .nav-tabs li.active:after {
    display: none;
  }
  #mypage-home table {
    border: none;
  }
  #mypage-home thead {
    display: none;
  }
  #mypage-home .well tr {
    border: 1px solid #999;
    background-color: #fff;
    padding: 15px 0px 5px 0px;
    display: list-item;
    text-align: left;
    list-style: none;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0px 0px 10px;
  }
  #mypage-home .well table td {
    padding: 0px 10px;
    border: none;
  }
  #mypage-home .well table td.text-nowrap {
    white-space: normal;
  }
  #mypage-home table td.text-center {
    text-align: left !important;
  }
  #mypage-home table td.price {
    text-align: left;
  }
  #mypage-home table td.delete {
    text-align: right;
    padding-top: 5px;
  }
  #mypage-home table#registed tr {
    border-top: 5px solid #445383;
  }
  #mypage-home table#registed td {
    padding: 5px 8px;
  }
  #mypage-home table#registed td br {
    content: "&nbsp;";
  }
  #mypage-home table#registed td button {
    font-size: 0.9em;
    width: 80%;
    margin: 5px auto 5px;
    display: block;
  }
  #mypage-home table#registed td span.md {
    display: block;
    padding: 5px 10px;
    font-size: 0.9em;
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    font-weight: normal;
    color: #333;
  }
  #mypage-home #other-regist button {
    font-size: 1em;
  }
  #mypage-home table#personal-data tr {
    padding: 10px;
  }
  #mypage-home table#personal-data th,
  #mypage-home table#personal-data td {
    padding: 3px;
    border: none;
  }
  #mypage-payment #payment-lt {
    padding: 0px;
  }
  #mypage-payment h5 {
    font-size: 1em;
    background: none;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  #mypage-payment h5 img {
    display: block;
    margin: 0 auto 10px;
  }
  #mypage-payment table.payment-bt thead th {
    display: none;
  }
  #mypage-payment table.payment-bt td.logos {
    width: auto;
  }
  #mypage-payment table.payment-bt button {
    width: 100%;
    font-size: 1.2em;
  }
  #mypage-payment table.payment-bt td.above {
    padding-top: 10px;
  }
  #payment-rt table th,
  #payment-rt table td {
    display: table-cell;
  }
  #mypage-payment table.payment-bt button {
    font-size: 1em;
  }
  #mypage-payment .payment-detail-container {
    width: auto;
    margin: 0px auto;
    padding: 10px 0px;
  }
  #mypage-payment .payment-detail-container button {
    font-size: 1em;
    height: auto !important;
    white-space: normal;
  }
  #mypage-payment .payment-detail-container button img {
    width: 32px;
    height: auto;
  }
  #payment-lt .payment-notice-container h5 {
    text-align: left;
  }
  #payeasy-logo {
    padding-bottom: 10px;
    text-align: center;
  }
  #payment-lt .payment-notice-container img {
    width: 95%;
    height: auto;
  }
  #mypage-dl #download-notice {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px;
  }
  #mypage-dl .dl-pane {
    padding: 0;
  }
  #mypage-dl .dl-pane #requires .btn-wrapper,
  #mypage-dl .dl-pane #requires button {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #mypage-dl .dl-pane #requires button img {
    display: none;
  }
  #mypage-dl .dl-pane #requires li {
    padding: 10px 0px;
    border-left: none;
    border-right: none;
  }
  #mypage-dl .dl-pane #requires li h5 {
    font-size: 0.9em;
  }
  #mypage-result table .result-pane {
    padding: 10px;
    margin: 10px 0px;
  }
  #mypage-result table .result-pane h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  #mypage-result table .result-pane h2.refused {
    font-size: 1.5em;
  }
  #mypage-result table td button {
    float: none;
    width: 100%;
  }
  .flow-after-image {
    display: none;
  }
  .error-notes p.message {
    padding: 20px 10px;
  }
}
@media print {
  body {
    font-size: 8px;
  }
  #global-header,
  #steps,
  #global-footer,
  #footer,
  #codeigniter_profiler,
  body.mypage .login-name,
  body.mypage ul.nav,
  button {
    display: none !important;
  }
  .pagebody {
    margin-bottom: 0;
  }
  .pagebody h3 {
    font-size: 20px;
  }
  .pagebody h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #ident-complete #mypage-id-show {
    padding: 20px 0px;
    width: 90%;
    font-size: 3em;
  }
  #ident-complete .section-nav {
    display: none;
  }
  #ident-complete .mypage_ability {
    text-align: center;
  }
  #ident-complete .mypage_ability img {
    width: 50%;
  }
}/*# sourceMappingURL=theme.css.map */