@charset "UTF-8";
/* --------------------------------------------------- */
@font-face {
  font-family: "Font Awesome 5 Pro Light";
  font-style: normal;
  font-weight: 300;
  src: local("Font Awesome 5 Pro Light"), local("Font Awesome 5 Pro Light"), url("../../fonts/responsive/font-awesome/fa-light-300.woff2") format("woff2"), url("../../fonts/responsive/font-awesome/fa-light-300.woff") format("woff"), url("../../fonts/responsive/font-awesome/fa-light-300.ttf") format("truetype"), url("../../fonts/responsive/font-awesome/fa-light-300.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Font Awesome 5 Pro Solid";
  font-style: normal;
  font-weight: 900;
  src: local("Font Awesome 5 Pro Solid"), local("Font Awesome 5 Pro Solid"), url("../../fonts/responsive/font-awesome/fa-solid-900.woff2") format("woff2"), url("../../fonts/responsive/font-awesome/fa-solid-900.woff") format("woff"), url("../../fonts/responsive/font-awesome/fa-solid-900.ttf") format("truetype"), url("../../fonts/responsive/font-awesome/fa-solid-900.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Font Awesome 5 Brands Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Font Awesome 5 Pro Brands"), local("Font Awesome 5 Pro Btands"), url("../../fonts/responsive/font-awesome/fa-brands-400.woff2") format("woff2"), url("../../fonts/responsive/font-awesome/fa-brands-400.woff") format("woff"), url("../../fonts/responsive/font-awesome/fa-brands-400.ttf") format("truetype"), url("../../fonts/responsive/font-awesome/fa-brands-400.eot") format("embedded-opentype");
}
/* --------------------------------------------------- */
@media only screen and (min-width: 767px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

html,
body {
  font-size: 10px;
  color: #333;
}

.now_processing p {
  background: #f2f2f2;
  border-radius: 6px;
  margin: 1em 0;
  padding: 2em 0;
  text-align: center;
}
.now_processing p em {
  background: url(../../img/responsive/ajax-loader.gif) left center no-repeat;
  display: inline-block;
  font-weight: bold;
  padding: 0 0 0 42px;
  text-align: left;
  background-size: contain;
}
.now_processing .control {
  margin: 0 0 8em 0;
}

#loader_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 500;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #333;
  z-index: 510;
}
#loader p {
  color: #333;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.2rem;
}

.loading:before {
  content: "";
  background-image: url(../img/responsive/ajax-loader.gif);
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: text-top;
}
.loading:after {
  content: "処理中...";
  vertical-align: middle;
}
.loading em {
  display: none;
}

.content-body {
  width: 100vw;
  box-sizing: border-box;
}

.main-content {
  color: #333;
  font-size: 1.6rem;
  max-width: 1280px;
  margin: 0 auto;
}
.main-content-title {
  margin: 0 !important;
  padding: 1.5em 0 0em;
}
.main-content h1,
.main-content h2,
.main-content h3 {
  line-height: 1.2;
}
.main-content .titlv_h2,
.main-content .titlv_h3 {
  width: 100%;
  box-sizing: border-box;
}
.main-content h1 {
  color: #333;
  font-size: 3.2rem;
  margin: 1.5em 0 0.75em;
}
.main-content h2 {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
  border-left: 5px solid #bc0023;
  padding-left: 0.5em;
  margin: 1.5em 1em 0.75em 0;
}
.main-content h3 {
  display: inline-block;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  margin: 0.5em 1em 0.5em 0;
  padding: 0 0.25em 0.25em;
  border-bottom: 1px solid #333;
}
.main-content .card-body > div:first-child {
  padding-top: 2rem;
}
.main-content .card-body > div:first-child h2,
.main-content .card-body > div:first-child h3 {
  margin-top: 0;
}
.main-content .card-body > * {
  margin-left: 2rem;
  margin-right: 2rem;
}
.main-content .card-body > *:last-child {
  padding-bottom: 2rem;
  margin-bottom: 0 !important;
}
.main-content img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-content .card-body > div:first-child {
    padding-top: 1rem;
  }
  .main-content .card-body > div:first-child h2,
.main-content .card-body > div:first-child h3 {
    margin-top: 0;
  }
  .main-content .card-body > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .main-content .card-body > *:last-child {
    padding-bottom: 1rem;
  }
}
.main-content ul {
  padding: 0;
  margin: 0 0 2rem;
}
.main-content ul > li {
  list-style: none;
  padding-left: 1.25em;
  position: relative;
  padding-bottom: 0.25em;
  line-height: 1.4;
}
.main-content ul > li:before {
  background-color: #ccc;
  border: none;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  font-size: 0.75em;
  font-weight: 300;
  height: 0.7rem;
  top: 0.7em;
  left: 0.25em;
  position: absolute;
  width: 0.7rem;
  background: url(../../img/responsive/list.png);
  background-size: contain;
}
.main-content ul ul {
  margin: 0;
}
.main-content ul.dl_list {
  margin: 0;
  padding: 0;
}
.main-content ul.dl_list li {
  width: auto;
  display: inline-block;
  padding-left: 0;
}
.main-content ul.dl_list li:before {
  display: none;
}
.main-content ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.main-content ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.main-content ol li:before {
  counter-increment: item;
  content: counters(item, "-") ".";
  color: #3d6da8;
  padding-right: 0.25em;
}
.main-content ol ol {
  counter-increment: lower-alpha 1;
  padding-left: 0em;
}
.main-content ol ol li {
  text-indent: -2em;
  padding-left: 2em;
}
.main-content .error-list {
  display: block;
  padding: 1em 1.5em;
  color: #bc0023;
  margin: 1em 0;
  background-color: rgba(188, 0, 35, 0.1);
}
.main-content .error-list-header {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.main-content .error-list-header:before {
  content: "";
  padding-right: 0.25em;
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content .error-list ul {
  padding: 0;
  margin: 0;
}
.main-content .error-list li:before {
  background: none;
  background-color: #d16075;
  border-radius: 50%;
}
.main-content .error-list li:last-child {
  padding-bottom: 0;
}
.main-content .Supplement-list ul {
  margin-bottom: 0;
}
.main-content .Supplement-list ul li:before {
  background: none;
  content: "※";
  top: 0.25em;
}
.main-content .ex-list ul {
  margin-bottom: 0;
}
.main-content .ex-list ul li {
  padding-left: 2.25em;
  padding-bottom: 0;
  font-size: 1.4rem;
}
.main-content .ex-list ul li:before {
  background: none;
  content: "";
  top: 0em;
}
.main-content .ex-list ul li:first-child:before {
  content: "例：";
  font-size: 1.4rem;
  top: 0em;
  padding-left: 0;
}
.main-content strong {
  font-weight: bold;
}
.main-content em {
  font-style: normal;
}
.main-content i {
  color: #ff7600;
  font-style: normal;
}
.main-content .bd {
  font-weight: bold;
  border: none;
}
.main-content a,
.main-content a:not([href]):not([tabindex]) {
  border-bottom: 1px solid #1d70a0;
  color: #1d70a0;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s;
  margin: 0 0.25em;
  padding-bottom: 0.1em;
  line-height: 1.1;
  text-decoration: none;
}
.main-content a:hover,
.main-content a:not([href]):not([tabindex]):hover {
  border-bottom: 1px solid #155275;
  color: #155275;
}
.main-content .sup {
  vertical-align: super;
  font-size: 0.75em;
  padding: 0 0.25em;
}
.main-content p {
  color: #333;
}
.main-content p.error {
  color: #bc0023;
}
.main-content .text-red {
  color: #bc0023;
}
.main-content .text-red i.fas.fa-exclamation-triangle:before {
  color: #bc0023;
}
.main-content dl .text-red {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  padding-top: 0.2rem;
}
.main-content .s-size {
  font-size: 1.4rem;
  padding: 0.1em 0.25em;
  display: inline-block;
}
.main-content .s-size.text-red {
  padding: 0.1em 0;
}
.main-content span.star_color {
  color: #bc0023;
  padding-right: 0.25em;
}
.main-content span.border {
  border-bottom: 1px solid #bc0023;
}
.main-content .notice {
  font-size: 1.4rem;
}
.main-content .button_set + .notice {
  margin-top: -1.5em;
}
.main-content .dl-flex {
  display: flex;
}
.main-content .dl-flex>span {
  margin: 0 0.5em;
  display: inline-block;
}
.main-content .dl-flex input[type=tel] {
  width: 4em;
}
.main-content input[type=text],
.main-content input[type=tel],
.main-content input[type=password] {
  padding: 0.25em 0.5em;
  border: 3px solid #f5f5f5;
  box-shadow: 0 0 0 1px #ccc;
  background-color: #fff;
  transition: 0.2s;
  border-radius: 0.25em;
  width: 100%;
}
.main-content input[type=text]:focus,
.main-content input[type=tel]:focus,
.main-content input[type=password]:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #3d6da8;
  border: 3px solid #d5e2f1;
  background-color: #f8fafd;
}
@media only screen and (max-width: 767px) {
  .main-content .date-input {
    width: 100%;
  }
  .main-content input[type=text],
  .main-content input[type=tel],
  .main-content input[type=password] {
    width: 100%;
    box-sizing: border-box;
  }
}
.main-content select {
  padding: 0.25em 0.5em;
  border: 3px solid #f5f5f5;
  box-shadow: 0 0 0 1px #ccc;
  background-color: #fff;
  transition: 0.2s;
  border-radius: 5px;
}
.main-content input[type=radio] {
  display: none;
}
.main-content input[type=radio] + label {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.85) inset;
  cursor: pointer;
  margin: 0.25em 0.25em 0.25em 0;
  min-width: 4.75em;
  padding: 0.5em 0.75em;
  text-align: center;
  cursor: pointer !important;
}
.main-content input[type=radio] + label:before {
  padding-right: 0.5em;
  font-size: 1em;
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content input[type=radio] + label em {
  border-bottom: none !important;
}
.main-content input[type=radio]:checked + label {
  background-color: #e37700;
  border-color: #974f00;
  box-shadow: 0 1px 1px rgba(202, 106, 0, 0.5), 1px 1px 0 #fd8400 inset;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 2px #ca6f0b;
}
.main-content input[type=checkbox] {
  display: none;
}
.main-content input[type=checkbox] + label {
  position: relative;
  padding-left: 1.5em;
  border: 1px solid #3d6da8;
  padding: 0.5em 0.75em 0.5em 2.25em;
  border-radius: 0.25em;
  background-color: #fff;
  transition: 0.2s;
  cursor: pointer !important;
}
.main-content input[type=checkbox] + label:before {
  position: absolute;
  left: 0.75em;
  top: 0.6em;
  font-size: 1em;
}
.main-content input[type=checkbox] + label em {
  border-bottom: none !important;
}
.main-content input[type=checkbox] + label:before {
  color: #ddd;
  content: "";
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content input[type=checkbox]:checked + label {
  background-color: #5084c4;
  color: #fff;
  text-shadow: 0 0 2px #3d6da8;
  box-shadow: 0 1px 1px rgba(50, 95, 149, 0.5), 1px 1px 0 #89acd7 inset;
}
.main-content input[type=checkbox]:checked + label:before {
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content input[type=checkbox]:checked + label:hover {
  background-color: #3f77bb;
}
.main-content input[type=checkbox] + label:hover {
  background-color: #e9eff7;
}
.main-content input[type=checkbox]:disabled + label,
.main-content input[type=checkbox]:disabled + label:before {
  color: #aaa !important;
}
.main-content input[type=checkbox]:disabled + label {
  background-color: #eee;
  border-color: #aaa;
}
.main-content input[type=radio] + label:before {
  content: "";
  color: #fff;
}
.main-content input[type=radio]:checked + label:before {
  content: "";
  color: #fff;
}
.main-content .explanation {
  box-sizing: border-box;
  border-radius: 3px;
  margin: 0em;
  text-align: center;
  width: calc(100% - 2em);
}
.main-content .explanation > *,
.main-content .explanation > .button_set,
.main-content .explanation > p {
  background: #ffeff2;
  padding: 2em 1em;
  margin: 0 auto;
}
.main-content .explanation .button_set,
.main-content .explanation p {
  margin: 0;
}
.main-content .attention-y {
  box-sizing: border-box;
  background: #f5e6b4;
  border-radius: 3px;
  margin: 1em 0em;
  padding: 1em;
  text-align: center;
  width: calc(100% - 0em);
}
.main-content .attention-y h3 {
  color: #000;
  border-bottom: 1px solid #000;
}
.main-content .attention-y p {
  margin: 0;
  color: #000;
}
.main-content .attention-y.left_align {
  text-align: left;
}
.main-content .card .explanation,
.main-content .card .attention-y {
  width: 100%;
  margin: 1em 0;
}
.main-content .card-body > .explanation,
.main-content .card-body > .attention-y {
  width: calc(100% - 4rem);
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .main-content .card-body > .explanation,
.main-content .card-body > .attention-y {
    width: calc(100% - 2rem);
    margin: 1rem auto;
  }
}
.main-content i.fa-exclamation-triangle:before {
  content: "";
  padding: 0 0.25em;
  color: #333;
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content i.fa-check:before {
  content: "";
  padding: 0 0.25em;
  color: #3d6da8;
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content .button_set {
  margin: 2em 0;
  padding: 0em 0 0.5em;
}
.main-content .button_set ul {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  margin: 0;
}
.main-content .button_set li {
  padding: 0;
}
.main-content .button_set li:before {
  display: none;
}
.main-content .button_set li.back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-content .button_set li.page_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .main-content .button_set li {
    display: block;
  }
  .main-content .button_set li.back {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 1em;
  }
  .main-content .button_set li.page_next + li.back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.main-content .btn_back,
.main-content .btn_logout,
.main-content .btn_change,
.main-content .btn_close,
.main-content .btn_page_next, .main-content .btn_Postal, .main-content .btn_plus,
.main-content .btn_edit, .main-content .btn_next {
  transition: 0.2s;
  cursor: pointer;
}
.main-content .btn_next {
  border: 2px solid #3d6da8;
  box-shadow: 0 0 0 2px #fff;
  background-color: #5084c4;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.5em 1.5em;
  color: #fff;
  border-radius: 0.25em;
}
.main-content .btn_next:hover {
  background-color: #3f77bb;
}
.main-content .btn_plus,
.main-content .btn_edit {
  margin: 0.5em 0 0.25em;
  border: 1px solid #333;
  box-shadow: 0 0 0 1px #fff;
  background-color: #f5f5f5;
  letter-spacing: 1px;
  padding: 0.5em;
  color: #333;
  border-radius: 0.25em;
}
.main-content .btn_plus:hover,
.main-content .btn_edit:hover {
  background-color: #e8e8e8;
}
.main-content .btn_plus:before,
.main-content .btn_edit:before {
  padding-right: 0.25em;
  font-size: 1em;
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content .btn_plus:before {
  content: "";
}
.main-content .btn_plus.is-open:before {
  content: "";
}
.main-content .btn_edit {
  margin-left: 0.5em;
  padding: 0.5em 1em;
}
.main-content .btn_edit:before {
  content: "";
}
.main-content .btn_Postal {
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 1px #fff;
  background-color: #f5f5f5;
  letter-spacing: 1px;
  padding: 0.25em 0.5em;
  color: #333;
  border-radius: 0.25em;
}
.main-content .btn_Postal:hover {
  background-color: #e8e8e8;
}
.main-content .btn_apply {
  background-color: #fd8400;
  border: 2px solid #ca6a00;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 0.25em;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 0.15em !important;
  padding: 0.5em 1.5em;
  transition: 0.2s;
}
.main-content .btn_apply:hover {
  border: 2px solid #b05c00;
  background: #ca6a00;
}
.main-content .btn_apply em {
  display: inline;
  width: auto;
}
.main-content .btn_apply:before {
  position: relative;
  top: auto;
}
.main-content a.pdf {
  display: inline-block;
  border: 1px solid #ca6f0b;
  background-color: #e37700;
  padding: 0.5em 1.25em;
  color: #fff;
  border-radius: 0.25em;
  box-shadow: 0 0 0 2px #fff;
  text-shadow: 0 0 2px #ca6f0b;
}
.main-content a.pdf:before {
  content: "";
  padding-right: 0.5em;
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content a.pdf:hover {
  background-color: #ca6a00;
}
.main-content a.movie_btn {
  display: inline-block;
  border: 1px solid #ca6f0b;
  background-color: #e37700;
  padding: 1em 1.75em 1em 3.25em;
  color: #fff;
  border-radius: 0.25em;
  box-shadow: 0 0 0 2px #fff;
  position: relative;
  font-size: 1.6rem;
}
.main-content a.movie_btn:before {
  position: absolute;
  left: 0.9em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro Solid";
}
.main-content a.movie_btn:hover {
  background-color: #ca6a00;
}
.main-content a.movie_btn em {
  display: inline-block;
}
.main-content .btn_back,
.main-content .btn_logout,
.main-content .btn_change,
.main-content .btn_close,
.main-content .btn_page_next {
  border: 1px solid #ccc;
  box-shadow: 0 0 0 1px #ccc, 0 0 0 3px #fff;
  background-color: #f5f5f5;
  padding: 0.35em 0.8em 0.35em 0.75em;
  border-radius: 0.25em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 1px 1px 0 white inset;
  color: #333;
}
.main-content .btn_back:before,
.main-content .btn_logout:before,
.main-content .btn_change:before,
.main-content .btn_close:before,
.main-content .btn_page_next:before {
  font-size: 1em;
  font-family: "Font Awesome 5 Pro Light";
  margin-right: 0.5em;
  color: #333;
}
.main-content .btn_back:hover,
.main-content .btn_logout:hover,
.main-content .btn_change:hover,
.main-content .btn_close:hover,
.main-content .btn_page_next:hover {
  background-color: #e8e8e8;
}
.main-content .btn_back em,
.main-content .btn_logout em,
.main-content .btn_change em,
.main-content .btn_close em,
.main-content .btn_page_next em {
  color: #333;
  font-size: 16px;
}
.main-content .btn_back:before {
  content: "";
}
.main-content .btn_logout:before {
  content: "";
}
.main-content .btn_close:before {
  content: "";
}
.main-content .btn_page_next:after {
  content: "";
  font-size: 1em;
  font-family: "Font Awesome 5 Pro Light";
  margin-left: 0.5em;
}
.main-content .customer_name {
  padding: 0.5em 0 0;
  margin: 0;
}
.main-content .customer_name-list {
  display: flex;
  margin: 0;
}
.main-content .customer_name .name,
.main-content .customer_name .number {
  padding: 0 0.25em 0.25em;
  display: inline-block;
  border-bottom: 1px solid #333;
}
.main-content .customer_name .name-title,
.main-content .customer_name .number-title {
  margin: 0 0 0.5em;
}
.main-content .customer_name .name-body,
.main-content .customer_name .number-body {
  margin: 0;
}
.main-content .customer_name .name-body em,
.main-content .customer_name .number-body em {
  font-size: 2.8rem;
}
.main-content .customer_name .name-body span,
.main-content .customer_name .number-body span {
  font-size: 1.6rem;
  padding-left: 0.5em;
}
.main-content .customer_name .name {
  margin-right: 2em;
}
.main-content .date-form .display {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.main-content .date-form .display.is-hidden {
  height: 1px;
  overflow: hidden;
  border-top-style: 1px solid #222;
}
.main-content .date-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
  align-items: stretch;
}
.main-content .date-form dl {
  width: 100%;
  display: flex;
  margin: 0;
  border: 1px solid #333;
  border-bottom: none;
}
.main-content .date-form dl:last-child {
  border-bottom: 1px solid #333;
}
.main-content .date-form dl.bottom_border {
  border-bottom: 1px solid #333;
}
.border-btm_step3_hosyou dl:last-of-type {
  border-bottom: 1px solid #333;
}
div.notice_suisai_msg {
  padding: 5px 10px 0 10px;
}
.main-content .date-form dl.table-important dt {
  background-color: #333 !important;
  color: #fff !important;
}
.main-content .date-form dl a,
.main-content .date-form dl a:not([href]):not([tabindex]) {
  margin: 0;
  padding: 0;
}
.main-content .date-form dl.error > dd {
  background-color: rgba(188, 0, 35, 0.1);
}
.main-content .date-form dl.error > dd > input {
  box-shadow: 0 0 0 1px #bc0023;
  border: 3px solid #ffbcc8;
  background-color: #fff;
}
.main-content .date-form dl.error > dd > p.error {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  background-color: transparent;
}
.main-content .date-form dl dt,
.main-content .date-form dl dd {
  padding: 0.5em 0.75em 0.5em;
  width: 50%;
  word-break: break-all;
}
.main-content .date-form dl dt ul,
.main-content .date-form dl dd ul {
  margin: 0;
  padding: 0;
}
.main-content .date-form dl dt {
  background-color: #f2f2f2;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  border-right: 1px solid #333;
}
.main-content .date-form dl dt a {
  position: relative;
  border: none;
}
.main-content .date-form dl dd div a {
  position: relative;
  border: none;
}
.main-content .date-form dl dt a em {
  border: none;
  color: #333;
}
.main-content .date-form dl dd div a span {
  border: none;
  color: #333;
}
.main-content .date-form dl dt a.help,
.main-content .date-form dl dd a.help {
  text-decoration: none;
  border: none;
  color: #333;
}
.main-content .date-form dl dt a.help:after,
.main-content .date-form dl dd a.help:after {
  color: #bc0023;
  content: "";
  font-family: "Font Awesome 5 Pro Solid";
  font-size: 1.4rem;
  padding: 0 0 1px 4px;
  vertical-align: middle;
  display: inline-block;
}
.main-content .date-form dl span.characterType {
  font-size: 1.4rem;
}
.main-content .date-form dl dd span.characterType {
  margin-bottom: 4px;
}
a.notice_suisai:after {
  color: #333 !important;
  content: "※" !important;
  cursor: default;
}
em.help_suisai:after {
  color: #bc0023;
  content: "";
  font-family: "Font Awesome 5 Pro Solid";
  font-size: 1.4rem;
  padding: 0 0 1px 4px;
  vertical-align: middle;
  display: inline-block;
}
.main-content .date-form dl dt a.help em,
.main-content .date-form dl dd a.help em {
  display: inline;
  width: auto;
}
.main-content .date-form dl dt a.movie:after {
  color: #e37700;
  content: "";
  font-family: "Font Awesome 5 Pro Solid";
  font-size: 1.2rem;
  padding: 0 0 2px 4px;
  display: inline-block;
}
.main-content .date-form dl dd {
  background-color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
.main-content .date-form dl dd.row-half {
  width: calc(25% - 1px);
}
@media only screen and (min-width: 767px) {
  .main-content .date-form dl dd.row-half + .row-half {
    border-left: 1px solid #333;
  }
}
.main-content .date-form dl dd .number {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 0 0.2em;
}
.main-content .date-form dl dd .number > * {
  margin-right: 0.25em;
}
.main-content .date-form dl dd .number > *:last-child {
  margin-right: 0;
}
.main-content .date-form dl dd .number em {
  width: 100%;
  text-align: right;
}
.main-content .date-form dl dd .number em.center {
  text-align: center;
}
.main-content .date-form dl dd .number span {
  white-space: nowrap;
  font-size: 1.2rem;
  margin-left: 0.5em;
}
.main-content .date-form dl dd .number + .ex {
  text-align: right;
  width: 100%;
}
.main-content .date-form dl dd .number.date {
  justify-content: center;
}
.main-content .date-form dl dd .number.date em {
  display: inline-block;
  width: auto;
  padding: 0 0.25em;
}
.main-content .date-form dl dd .number.date span {
  margin-left: 0.25em;
}
.main-content .date-form dl dd .number .data {
  display: flex;
}
.main-content .date-form dl dd .number .data span {
  margin-right: 0.25em;
}
.main-content .date-form dl dd .radio_text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin: 0;
}
.main-content .date-form dl dd .radio_text > * {
  margin-right: 0.5em;
}
.main-content .date-form dl dd .radio_text > *:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .main-content .date-form dl dd .radio_text {
    justify-content: space-between;
  }
}
.main-content .date-form dl dd .side {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}
.main-content .date-form dl dd .side em,
.main-content .date-form dl dd .side span {
  width: 100%;
  text-align: center;
  margin-left: 1em;
}
.main-content .date-form dl dd .side em:first-child,
.main-content .date-form dl dd .side span:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .main-content .date-form dl dd .side {
    flex-wrap: wrap;
  }
  .main-content .date-form dl dd .side > span,
.main-content .date-form dl dd .side > em {
    margin-left: 0;
  }
}
.main-content .date-form dl dd span.ex {
  display: inline-block;
  color: #aaa !important;
  padding-top: 0.25em;
  width: 100%;
  line-height: 1.2;
}
.main-content .date-form dl dd span.ex-red {
  display: inline-block;
  color: #bc0023 !important;
  padding-top: 0.25em;
}
.main-content .date-form dl dd p.note {
  font-size: 1.2rem;
  padding: 0.25em 0;
}
.main-content .date-form dl dd em {
  display: block;
  text-align: center;
  width: 100%;
}
.main-content .date-form dl dd.error {
  background-color: rgba(188, 0, 35, 0.1);
}
.main-content .date-form dl dd.error em {
  padding: 0.5em 1em;
  color: #333;
  border-bottom: 1px solid #bc0023;
}
.main-content .date-form dl dd.disable {
  background-color: rgba(51, 51, 51, 0.1);
}
.main-content .date-form dl dd.disable em {
  color: #333;
}
.main-content .date-form dl.dlh {
  border-right: none;
  display: block;
}
.main-content .date-form dl.dlh > dt {
  background-color: #fff;
  width: 100% !important;
  display: block;
  padding: 0;
  box-sizing: border-box;
}
.main-content .date-form dl.dlh > dt > em,
.main-content .date-form dl.dlh > dt > a.help {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  color: #333;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #333;
}
.main-content .date-form dl.dlh > dt > span {
  width: 50%;
  padding: 0em 0.75em;
  display: inline-block;
}
.main-content .date-form dl.dlh > dt > span em {
  font-weight: normal;
  display: block;
  padding-bottom: 0.25em;
  text-align: center;
  width: 100%;
}
.main-content .date-form dl.dlh dd.dl-body {
  display: block;
  width: calc(100% - 1em - 1px);
  margin: 0 0em 0 0.5em;
  padding: 0.5em 0.5em 0.5em 0;
  border-right: 1px solid #333;
  height: auto;
}
.main-content .date-form dl.dlh dd.dl-body dd {
  margin-inline-start: 0px;
  margin: 0;
  height: auto;
}
.main-content .date-form dl.dlh dd.dl-body dt em {
  text-align: left;
}
.main-content .date-form dl .radio_list li {
  padding: 0;
  display: inline-block;
  margin: 0em 0.25em 0em 0;
}
.main-content .date-form dl .radio_list li label {
  display: block;
}
.main-content .date-form dl .settlement li {
  padding: 0;
  display: inline-block;
  margin: 0.8em 0.25em 0.8em 0;
}
.main-content .date-form dl .radio_list li:before {
  display: none;
}
.main-content .date-form dl .radio_list li:last-child {
  margin-right: 0;
}
.main-content .date-form dl .radio_list.item-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.main-content .date-form .dl-body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-content .date-form + dl.dlh.lv_01 {
  border-top: 1px solid #333;
}
.main-content .dl_toggle {
  border-top: none !important;
  height: 0;
  transition: 0.2s;
  overflow: hidden;
  min-height: 0;
}
.main-content .dl_toggle.is-open {
  border-top: 1px solid #333 !important;
  height: auto;
  min-height: 200px;
}
.main-content p.ex {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0.25em 0 0;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .main-content .date-form dl dt {
    width: 16em;
  }
  .main-content .date-form dl dd {
    width: calc(100% - 16em);
  }
  .main-content .date-form dl dd.row-half {
    width: calc(50% - 8em);
  }
  .main-content .date-form dl.dlh dd {
    box-sizing: content-box;
  }
  .main-content .date-form dl.dlh dd dt {
    width: 15.8em;
  }
  .main-content .date-form dl.dlh dd dd dt {
    width: 15.6em;
  }
  .main-content .date-form dl.dlh dd dd dd dt {
    width: 15.4em;
  }
  .main-content .date-form dl.dlh dd dd {
    width: calc(100% - 15.8em);
  }
  .main-content .date-form dl.dlh dd dd dd {
    width: calc(100% - 15.6em);
  }
  .main-content .date-form dl.dlh dd dd dd dd {
    width: calc(100% - 15.4em);
  }
  .main-content.kazai_step_2 .date-form dl dt {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 767px) {
  dl.dl-dt dt.row-half {
    width: calc(50% - 15.8em / 2);
    border: none;
  }
  dl.dl-dt dt.row-half + .row-half {
    border-left: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  dl.dl-dt dt.row-half {
    width: 100% !important;
  }
  dl.dl-dt dt.row-half + .row-half {
    border-top: 1px solid;
  }
}

.main-content .date-form dl.dlh dd.dl-body .row-half {
  width: calc(50% - 15.8em / 2);
}
.main-content .date-form dl.dlh dd.dl-body.pc .row-half:nth-child(2) {
  width: 6em;
}
.main-content .date-form dl.dlh dd.dl-body.pc .row-half + .row-half {
  width: calc(100% - 6em - 15.8em);
}
.main-content .date-form dl.dlh dd.dl-body .dd-list {
  width: 100%;
  padding: 0;
  border: none;
}
.main-content .date-form dl.dlh dd.dl-body .dd-list > dl {
  flex-wrap: nowrap;
}
.main-content .date-form dl.dlh dd.dl-body .dd-list dd:first-child {
  width: 6em;
}
.main-content .date-form dl.dlh dd.dl-body .dd-list dd:first-child em {
  font-weight: bold;
  font-size: 1.4rem;
}
.main-content .date-form dl.dlh dd.dl-body .dd-list dd + dd {
  border-left: 1px solid;
  width: calc(100% - 6em);
}
.main-content .date-form dl.dlh dd.dl-body .dd-list dl {
  border: none;
  border-right: 1px solid;
}
.main-content .date-form dl.dlh dd.dl-body .dd-list dl + dl {
  border-top: 1px solid;
}
.main-content .date-form dl.dlh dd.dl-body .dd-list * {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .main-content .date-form dl {
    flex-wrap: wrap;
    height: auto;
  }
  .main-content .date-form dl dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
  }
  .main-content .date-form dl dd {
    width: 100%;
    height: auto;
  }
  .main-content .date-form dl dd.row-half {
    width: 100%;
  }
  .main-content .date-form dl dd.row-half + .row-half {
    border-top: 1px solid #333;
  }
  .main-content .date-form dl.dlh > dt > em,
  .main-content .date-form dl.dlh > dt > a.help
 {
    border-bottom: none;
    border-right: 1px solid #333;
  }
  .main-content .date-form dl.dlh > dd.dl-body {
    width: calc(100% - .5em);
  }
}
.main-content .card-body .green > .titlv_h2 h2,
.main-content .card-body .green > .titlv_h3 h3,
.main-content .card-body .yellow > .titlv_h2 h2,
.main-content .card-body .yellow > .titlv_h3 h3,
.main-content .card-body .pink > .titlv_h2 h2,
.main-content .card-body .pink > .titlv_h3 h3,
.main-content .card-body .sky > .titlv_h2 h2,
.main-content .card-body .sky > .titlv_h3 h3,
.main-content .card-body .purple > .titlv_h2 h2,
.main-content .card-body .purple > .titlv_h3 h3,
.main-content .card-body .orange > .titlv_h2 h2,
.main-content .card-body .orange > .titlv_h3 h3 {
  margin-top: 1.5em;
}
.main-content .card-body .green > *:first-child h2,
.main-content .card-body .green > *:first-child h3,
.main-content .card-body .yellow > *:first-child h2,
.main-content .card-body .yellow > *:first-child h3,
.main-content .card-body .pink > *:first-child h2,
.main-content .card-body .pink > *:first-child h3,
.main-content .card-body .sky > *:first-child h2,
.main-content .card-body .sky > *:first-child h3,
.main-content .card-body .purple > *:first-child h2,
.main-content .card-body .purple > *:first-child h3,
.main-content .card-body .orange > *:first-child h2,
.main-content .card-body .orange > *:first-child h3 {
  margin-top: 0em;
}
.main-content .card-body div + .green > *:first-child h2,
.main-content .card-body div + .green > *:first-child h3,
.main-content .card-body div + .yellow > *:first-child h2,
.main-content .card-body div + .yellow > *:first-child h3,
.main-content .card-body div + .pink > *:first-child h2,
.main-content .card-body div + .pink > *:first-child h3,
.main-content .card-body div + .sky > *:first-child h2,
.main-content .card-body div + .sky > *:first-child h3,
.main-content .card-body div + .purple > *:first-child h2,
.main-content .card-body div + .purple > *:first-child h3,
.main-content .card-body div + .orange > *:first-child h2,
.main-content .card-body div + .orange > *:first-child h3 {
  margin-top: 1.5em;
}
.green .date-form dt,
.green .date-form dd {
  border-color: #009f3a !important;
}
.green .date-form dl {
  border-color: #009f3a !important;
}
.green .date-form dl dt {
  background-color: #e7fff0;
  border-color: #009f3a !important;
}
.green .date-form dl.dlh > dt > em,
.green .date-form dl.dlh > dt > a.help {
  background-color: #e7fff0;
  border-color: #009f3a !important;
}
.green .date-form dl.dlh .dl-body {
  border-color: #009f3a !important;
}
.green .date-form dl .dl_toggle.is-open {
  border-top: 1px solid #009f3a !important;
}
.green .date-form dl dl.table-important dt {
  background-color: #009f3a !important;
}
.yellow .date-form dt,
.yellow .date-form dd {
  border-color: #9f8a00 !important;
}
.yellow .date-form dl {
  border-color: #9f8a00 !important;
}
.yellow .date-form dl dt {
  background-color: #fffce7;
  border-color: #9f8a00 !important;
}
.yellow .date-form dl.dlh > dt > em,
.yellow .date-form dl.dlh > dt > a.help {
  background-color: #fffce7;
  border-color: #9f8a00 !important;
}
.yellow .date-form dl.dlh .dl-body {
  border-color: #9f8a00 !important;
}
.yellow .date-form .dl_toggle.is-open {
  border-top: 1px solid #9f8a00 !important;
}
.yellow .date-form dl.table-important dt {
  background-color: #9f8a00 !important;
}
.pink .date-form dt,
.pink .date-form dd {
  border-color: #9f0072 !important;
}

.pink .date-form dl {
  border-color: #9f0072 !important;
}
.pink .date-form dl dt {
  background-color: #ffe7f8;
  border-color: #9f0072 !important;
}
.pink .date-form dl.dlh > dt > em,
.pink .date-form dl.dlh > dt > a.help {
  background-color: #ffe7f8;
  border-color: #9f0072 !important;
}
.pink .date-form dl.dlh .dl-body {
  border-color: #9f0072 !important;
}
.pink .date-form .dl_toggle.is-open {
  border-top: 1px solid #9f0072 !important;
}
.pink .date-form dl.table-important dt {
  background-color: #9f0072 !important;
}

.sky .date-form dt,
.sky .date-form dd {
  border-color: #00809f !important;
}
.sky .date-form dl {
  border-color: #00809f !important;
}
.sky .date-form dl dt {
  background-color: #e7faff;
  border-color: #00809f !important;
}
.sky .date-form dl.dlh > dt > em,
.sky .date-form dl.dlh > dt > a.help {
  background-color: #e7faff;
  border-color: #00809f !important;
}
.sky .date-form dl.dlh .dl-body {
  border-color: #00809f !important;
}
.sky .date-form .dl_toggle.is-open {
  border-top: 1px solid #00809f !important;
}
.sky .date-form dl.table-important dt {
  background-color: #00809f !important;
}

.orange .date-form dt,
.orange .date-form dd {
  border-color: #ca6f0b !important;
}
.orange .date-form dl {
  border-color: #ca6f0b !important;
}
.orange .date-form dl dt {
  background-color: #ffeee7;
  border-color: #ca6f0b !important;
}
.orange .date-form dl.dlh > dt > em,
.orange .date-form dl.dlh > dt > a.help {
  background-color: #ffeee7;
  border-color: #ca6f0b !important;
}
.orange .date-form dl.dlh .dl-body {
  border-color: #ca6f0b !important;
}
.orange .date-form .dl_toggle.is-open {
  border-top: 1px solid #ca6f0b !important;
}
.orange .date-form dl.table-important dt {
  background-color: #ca6f0b !important;
}

.purple .date-form dt,
.purple .date-form dd {
  border-color: #05009f !important;
}
.purple .date-form dl {
  border-color: #05009f !important;
}
.purple .date-form dl dt {
  background-color: #e8e7ff;
  border-color: #05009f !important;
}
.purple .date-form dl.dlh > dt > em,
.purple .date-form dl.dlh > dt > a.help {
  background-color: #e8e7ff;
  border-color: #05009f !important;
}
.purple .date-form dl.dlh .dl-body {
  border-color: #05009f !important;
}
.purple .date-form .dl_toggle.is-open {
  border-top: 1px solid #05009f !important;
}
.purple .date-form dl.table-important dt {
  background-color: #05009f !important;
}

.step {
  margin: 0 0 2em 0;
}
.step ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.step ul li {
  padding-left: 0;
  width: calc(100% / 6);
  text-align: center;
  position: relative;
}
.step ul li:before {
  display: none;
}
.step ul li a,
.step ul li a em,
.step ul li a:hover {
  border-bottom: none;
  text-decoration: none;
}
.step ul li em {
  align-items: center;
  background-color: #aaa;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
.step ul li em:before, .step ul li em:after {
  content: "";
  background: none;
  background-color: #ccc;
  position: absolute;
  height: 3px;
}
.step ul li em:before {
  width: calc(50% - 25px + 1px);
  left: -1px;
}
.step ul li em:after {
  width: calc(50% - 25px);
  right: 0;
}
.step ul li:last-child em:after {
  display: none;
}
.step ul li:first-child em:before {
  display: none;
}
.step ul li.step_current em {
  background-color: #bc0023;
}
.step ul li.step_current em:before {
  background-color: #bfebca;
}
.step ul li.step_prev em {
  background-color: #bfebca;
  color: #2c7134;
  transition: 0.2s;
}
.step ul li.step_prev em:before, .step ul li.step_prev em:after {
  background-color: #bfebca;
}
.step ul li.step_prev span {
  color: #333;
}
.step ul li.step_prev a:hover em {
  background-color: #ace5ba;
}
.step ul li span {
  display: inline-block;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .step ul li em {
    height: 40px;
    width: 40px;
  }
  .step ul li em:before {
    width: calc(50% - 20px + 1px);
  }
  .step ul li em:after {
    width: calc(50% - 20px);
  }
  .step ul li span {
    display: none;
  }
}
.main-content .tab {
  margin-bottom: 1.5em;
  z-index: 100;
  transition: 0.2s;
  position: sticky;
  top: 0;
}
.main-content .tab_list {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.main-content .tab_list li {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  transition: 0.2s;
  min-height: 3.5em;
}
.main-content .tab_list li a {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-content .tab_list li a > em {
  display: block;
  padding: 0.5em;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
.main-content .tab_list li:after {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid transparent;
  content: "";
  transition: 0.2s;
  position: absolute;
  bottom: calc(-.5em - 1px);
  left: 50%;
  transform: translateX(-50%);
}
.main-content .tab_list li.is-select, .main-content .tab_list li:hover {
  background-color: #fff;
  position: relative;
}
.main-content .tab_list li.is-select a > em, .main-content .tab_list li:hover a > em {
  color: #fff;
}
.main-content .tab_list li.is-select a > span, .main-content .tab_list li:hover a > span {
  background-color: #fff;
}
.main-content .tab_list li span {
  display: block;
  text-align: center;
  padding: 0.25em 0.5em;
  color: #333;
  width: 100%;
  background-color: #ddd;
  transition: 0.2s;
}
.main-content .tab_list li span em {
  color: #bc0023;
  font-weight: bold;
}
.main-content .tab_list li:before {
  display: none;
}
.main-content .tab .tab_list li {
  background-color: #ddd;
  border: 1px solid gray;
  border-right: none;
}
.main-content .tab .tab_list li:last-child {
  border-right: 1px solid gray;
}
.main-content .tab .tab_list li.is-select, .main-content .tab .tab_list li:hover {
  background-color: #fff;
}
.main-content .tab .tab_list li.is-select:after, .main-content .tab .tab_list li:hover:after {
  border-top: 0.5em solid #666666;
}
.main-content .tab .tab_list li a > em {
  color: #333;
}
.main-content .tab .tab_list li.green a {
  background-color: #b3cdbd;
}
.main-content .tab .tab_list li.green.is-select a, .main-content .tab .tab_list li.green:hover a {
  background-color: #e7fff0;
}
.main-content .tab .tab_list li.green.is-select:after, .main-content .tab .tab_list li.green:hover:after {
  border-top: 0.5em solid #009f3a;
}
.main-content .tab .tab_list li.yellow a {
  background-color: #e9df97;
}
.main-content .tab .tab_list li.yellow.is-select a, .main-content .tab .tab_list li.yellow:hover a {
  background-color: #fffce7;
}
.main-content .tab .tab_list li.yellow.is-select:after, .main-content .tab .tab_list li.yellow:hover:after {
  border-top: 0.5em solid #9f8a00;
}
.main-content .tab .tab_list li.pink a {
  background-color: #f2c1e4;
}
.main-content .tab .tab_list li.pink.is-select a, .main-content .tab .tab_list li.pink:hover a {
  background-color: #ffe7f8;
}
.main-content .tab .tab_list li.pink.is-select:after, .main-content .tab .tab_list li.pink:hover:after {
  border-top: 0.5em solid #9f0072;
}
.main-content .tab .tab_list li.sky a {
  background-color: #c1e8f2;
}
.main-content .tab .tab_list li.sky.is-select a, .main-content .tab .tab_list li.sky:hover a {
  background-color: #e7faff;
}
.main-content .tab .tab_list li.sky.is-select:after, .main-content .tab .tab_list li.sky:hover:after {
  border-top: 0.5em solid #00809f;
}
.main-content .tab .tab_list li.orange a {
  background-color: #f2cfc1;
}
.main-content .tab .tab_list li.orange.is-select a, .main-content .tab .tab_list li.orange:hover a {
  background-color: #ffeee7;
}
.main-content .tab .tab_list li.orange.is-select:after, .main-content .tab .tab_list li.orange:hover:after {
  border-top: 0.5em solid #ca6f0b;
}
.main-content .tab .tab_list li.purple a {
  background-color: #c3c1f2;
}
.main-content .tab .tab_list li.purple.is-select a, .main-content .tab .tab_list li.purple:hover a {
  background-color: #e8e7ff;
}
.main-content .tab .tab_list li.purple.is-select:after, .main-content .tab .tab_list li.purple:hover:after {
  border-top: 0.5em solid #05009f;
}
.main-content .tab.fast .tab_list li a > em {
  white-space: pre-wrap;
}

@media only screen and (max-width: 767px) {
  .main-content .tab_list {
    overflow: scroll;
    padding-bottom: 1.5em;
  }
  .main-content .tab_list li a > em,
.main-content .tab_list li a > span {
    white-space: nowrap;
  }
  .main-content .tab.fast .tab_list li a > em {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25em 0.5em;
    white-space: pre-wrap;
  }
}
.step_3-tab_green, .step_3-tab_pink, .step_3-tab_yellow {
  display: none;
}
.step_3-tab_green.is-select, .step_3-tab_pink.is-select, .step_3-tab_yellow.is-select {
  display: block;
}

.help_window.ui-dialog-content {
  background: #2e2e2e;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 0;
  min-width: 500px !important;
}

.help_movie {
  max-height: 100%;
  max-width: 100%;
}

@media screen and (max-device-width: 767px) {
  .movie .help_window,
.movie .help_movie,
.movie.ui-dialog {
    height: 257px !important;
    width: 100% !important;
    overflow: hidden;
  }
}
@media screen and (min-width: 767px) and (max-width: 800px) {
  .movie .help_window,
.movie .help_movie,
.movie.ui-dialog {
    height: 512px !important;
    width: 821px !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1230px) {
  .movie .help_window,
.movie .help_movie,
.movie.ui-dialog {
    height: 512px !important;
    width: 821px !important;
  }
}
@media screen and (min-width: 1231px) and (max-width: 1640px) {
  .movie .help_window,
.movie .help_movie,
.movie.ui-dialog {
    height: 752px !important;
    width: 1231px !important;
  }
}
@media screen and (min-width: 1641px) and (max-width: 2460px) {
  .movie .help_window,
.movie .help_movie,
.movie.ui-dialog {
    height: 752px !important;
    width: 1231px !important;
  }
}
@media screen and (min-width: 2461px) {
  .movie .help_window,
.movie .help_movie,
.movie.ui-dialog {
    height: 752px !important;
    width: 1231px !important;
  }
}
input:disabled,
input[type=number]:disabled,
input[type=number].disabled,
input[type=file]:disabled,
input[type=file].disabled,
input[type=email]:disabled,
input[type=email].disabled,
input[type=date]:disabled,
input[type=date].disabled,
input[type=month]:disabled,
input[type=month].disabled,
input[type=week]:disabled,
input[type=week].disabled,
input[type=radio]:disabled,
input[type=radio].disabled,
input[type=checkbox]:disabled,
input[type=checkbox].disabled,
input[type=checkbox]:disabled + label,
input[type=checkbox].disabled + label,
input[type=password]:disabled,
input[type=password].disabled,
input[type=button]:disabled,
input[type=button].disabled,
input[type=submit]:disabled,
input[type=submit].disabled,
input[type=reset]:disabled,
input[type=reset].disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled,
input.disabled,
input.disabled:hover,
.disabled > label,
.disabled > label:hover {
  background-color: #eee !important;
  border-color: #eee !important;
  box-shadow: 0 0 0 1px #aaa;
  color: #aaa;
  cursor: not-allowed;
  text-shadow: none !important;
  opacity: 0.5;
}
input:disabled em,
input:disabled span,
input[type=number]:disabled em,
input[type=number]:disabled span,
input[type=number].disabled em,
input[type=number].disabled span,
input[type=file]:disabled em,
input[type=file]:disabled span,
input[type=file].disabled em,
input[type=file].disabled span,
input[type=email]:disabled em,
input[type=email]:disabled span,
input[type=email].disabled em,
input[type=email].disabled span,
input[type=date]:disabled em,
input[type=date]:disabled span,
input[type=date].disabled em,
input[type=date].disabled span,
input[type=month]:disabled em,
input[type=month]:disabled span,
input[type=month].disabled em,
input[type=month].disabled span,
input[type=week]:disabled em,
input[type=week]:disabled span,
input[type=week].disabled em,
input[type=week].disabled span,
input[type=radio]:disabled em,
input[type=radio]:disabled span,
input[type=radio].disabled em,
input[type=radio].disabled span,
input[type=checkbox]:disabled em,
input[type=checkbox]:disabled span,
input[type=checkbox].disabled em,
input[type=checkbox].disabled span,
input[type=checkbox]:disabled + label em,
input[type=checkbox]:disabled + label span,
input[type=checkbox].disabled + label em,
input[type=checkbox].disabled + label span,
input[type=password]:disabled em,
input[type=password]:disabled span,
input[type=password].disabled em,
input[type=password].disabled span,
input[type=button]:disabled em,
input[type=button]:disabled span,
input[type=button].disabled em,
input[type=button].disabled span,
input[type=submit]:disabled em,
input[type=submit]:disabled span,
input[type=submit].disabled em,
input[type=submit].disabled span,
input[type=reset]:disabled em,
input[type=reset]:disabled span,
input[type=reset].disabled em,
input[type=reset].disabled span,
textarea:disabled em,
textarea:disabled span,
textarea.disabled em,
textarea.disabled span,
select:disabled em,
select:disabled span,
select.disabled em,
select.disabled span,
input.disabled em,
input.disabled span,
input.disabled:hover em,
input.disabled:hover span,
.disabled > label em,
.disabled > label span,
.disabled > label:hover em,
.disabled > label:hover span {
  text-shadow: none !important;
}

a.disabled {
  color: #aaa !important;
  cursor: not-allowed;
  box-shadow: none !important;
  text-shadow: none !important;
  opacity: 0.5;
}

button:disabled,
button.disabled,
input[type=radio]:disabled + label,
.btn_radio .disabled + label,
.btn_radio.disabled + label,
.btn_radio.disabled + label:hover,
.disabled > label,
.disabled > label:hover,
li input[type=radio].disabled label,
li input[type=radio].disabled label:hover,
li input[type=radio].disabled + label,
li input[type=radio].disabled + label:hover {
  background-color: #eee !important;
  color: #aaa !important;
  cursor: not-allowed;
  box-shadow: none !important;
  border-color: #aaa !important;
  text-shadow: none !important;
  opacity: 0.5;
}
button:disabled:before,
button.disabled:before,
input[type=radio]:disabled + label:before,
.btn_radio .disabled + label:before,
.btn_radio.disabled + label:before,
.btn_radio.disabled + label:hover:before,
.disabled > label:before,
.disabled > label:hover:before,
li input[type=radio].disabled label:before,
li input[type=radio].disabled label:hover:before,
li input[type=radio].disabled + label:before,
li input[type=radio].disabled + label:hover:before {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media only screen and (min-width: 767px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }

  .sp-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 767px) {
  .pc-inline {
    display: inline !important;
  }

  .sp-inline {
    display: none !important;
  }
}
.kazai_step_2-1_dl1_3 .num .size_s, .kazai_step_2-1_dl1_4 .num .size_s {
  width:5em !important;
  text-align: left;
}
.step_2-1_dl3_1 .number, .step_2-1_dl6_4 .number, .step_2-1_dl7_2 .number {
  justify-content: flex-start !important;
}
.step_2-1_dl3_1 input, .step_2-1_dl6_4 input, .step_2-1_dl7_2 input {
  width: 7em !important;
}
.step_2-1_dl3_1 .button_set, .step_2-1_dl6_4 .button_set, .step_2-1_dl7_2 .button_set {
  margin: 0;
  padding: 0;
}
.step_2-1_dl3_2 .date-input.number > input[type=text], .step_2-1_dl3_3 .date-input.number > input[type=text], .step_2-1_dl6_6 .date-input.number > input[type=text], .step_2-1_dl7_4 .date-input.number > input[type=text] {
  width: 100% !important;
}
.step_2-1_dl3_2 .month input[type=text], .step_2-1_dl3_3 .month input[type=text], .step_2-1_dl6_6 .month input[type=text], .step_2-1_dl7_4 .month input[type=text] {
  width: 8em;
}
.step_2-1_dl3_5 dd .number {
  justify-content: flex-start !important;
}
.step_2-1_dl4 > p.ex {
  margin-bottom: 1em;
}
.kazai_step_2-1_dl3_1 .number, .kazai_step_2-1_dl6_4 .number, .kazai_step_2-1_dl7_2 .number {
  justify-content: flex-start !important;
}
.kazai_step_2-1_dl3_1 input, .kazai_step_2-1_dl6_4 input, .kazai_step_2-1_dl7_2 input {
  width: 7em !important;
}
.kazai_step_2-1_dl3_1 .button_set, .kazai_step_2-1_dl6_4 .button_set, .kazai_step_2-1_dl7_2 .button_set {
  margin: 0;
  padding: 0;
}
.kazai_step_2-1_dl3_2 .date-input.number > input[type=text], .kazai_step_2-1_dl3_3 .date-input.number > input[type=text], .kazai_step_2-1_dl6_6 .date-input.number > input[type=text], .kazai_step_2-1_dl7_4 .date-input.number > input[type=text] {
  width: 100% !important;
}
.kazai_step_2-1_dl3_2 .month input[type=text], .kazai_step_2-1_dl3_3 .month input[type=text], .kazai_step_2-1_dl6_6 .month input[type=text], .kazai_step_2-1_dl7_4 .month input[type=text] {
  width: 8em;
}
.kazai_step_2-1_dl3_5 dd .number {
  justify-content: center;
}
.kazai_step_2-1_dl3 > p.ex,
.kazai_step_2-1_dl4 > p.ex {
  margin-bottom: 1em;
}
.kazai_step_2-1_dl6_9 .num .size_s, .kazai_step_2-1_dl6_10 .num .size_s {
  width:5em !important;
  text-align: left;
}

.step_3 .radio_text {
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .step_3 .radio_text .date {
    padding-top: 0.25em;
  }
}
.step_3 .green,
.step_3 .yellow,
.step_3 .pink,
.step_3 .sky,
.step_3 .orange,
.step_3 .purple {
  display: none;
  padding-bottom: 0.25em;
}
.step_3 .green dd .text-red,
.step_3 .yellow dd .text-red,
.step_3 .pink dd .text-red,
.step_3 .sky dd .text-red,
.step_3 .orange dd .text-red,
.step_3 .purple dd .text-red {
  margin-top: 0.5em !important;
  line-height: 1.2;
}
.step_3 .green.is-select,
.step_3 .yellow.is-select,
.step_3 .pink.is-select,
.step_3 .sky.is-select,
.step_3 .orange.is-select,
.step_3 .purple.is-select {
  display: block;
}
.step_3 .card-body > div:last-child .date-form:last-child {
  margin-bottom: 0rem;
}
.kazai_step_3 .date-form.kazai_step_3-green_dl1 dd.dl-body.sp .dd-list dd:first-child em,
.kazai_step_3 .date-form.kazai_step_3-yellow_dl1 dd.dl-body.sp .dd-list dd:first-child em,
.kazai_step_3 .date-form.kazai_step_3-pink_dl1 dd.dl-body.sp .dd-list dd:first-child em,
.kazai_step_3 .date-form.kazai_step_3-sky_dl1 dd.dl-body.sp .dd-list dd:first-child em,
.kazai_step_3 .date-form.kazai_step_3-orange_dl1 dd.dl-body.sp .dd-list dd:first-child em,
.kazai_step_3 .date-form.kazai_step_3-purple_dl1 dd.dl-body.sp .dd-list dd:first-child em{
  font-weight: normal;
}
.step_4 .green,
.step_4 .yellow,
.step_4 .pink {
  padding-bottom: 0.25em;
  display: none;
}
.step_4 .green.current,
.step_4 .yellow.current,
.step_4 .pink.current {
  display: block;
}
.step_4-3_tab {
  padding-bottom: 0.4rem;
}
.step_4-3_tab ul {
  display: flex;
  border-radius: 0.25em;
  border: 1px solid #333;
}
.step_4-3_tab ul li {
  width: 100%;
  border-right: 1px solid #333;
  text-align: center;
  padding: 0.5em 0;
  background-color: #f2f2f2;
  cursor: pointer;
  position: relative;
}
.step_4-3_tab ul li:first-child {
  border-radius: 0.25em 0 0 0.25em;
}
.step_4-3_tab ul li:last-child {
  border-right: none;
  border-radius: 0 0.25em 0.25em 0;
}
.step_4-3_tab ul li:before {
  display: none;
}
.step_4-3_tab ul li em:before {
  padding-right: 0.5em;
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro Solid";
}
.step_4-3_tab ul li.credit em:before {
  content: "";
}
.step_4-3_tab ul li.list em:before {
  content: "";
}
.step_4-3_tab ul li.bank em:before {
  content: "";
}
.step_4-3_tab ul li.cash em:before {
  content: "";
}
.step_4-3_tab ul li.net_at em:before {
  content: "\f0ac";
}
.step_4-3_tab ul li.is-select {
  background-color: #333;
  color: #fff;
}
.step_4-3_tab ul li.is-select:after {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-top: 16px solid #333;
  content: "";
  transition: 0.2s;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.step_4 .card-body > .credit,
.step_4 .card-body > .list,
.step_4 .card-body > .bank,
.step_4 .card-body > .cash,
.step_4 .card-body > .net_at {
  display: none;
  padding-bottom: 0.25em;
}
.step_4 .card-body > .credit.is-select,
.step_4 .card-body > .list.is-select,
.step_4 .card-body > .bank.is-select,
.step_4 .card-body > .cash.is-select,
.step_4 .card-body > .net_at.is-select {
  display: block;
}
.step_4-3_dl1_3 .number {
  justify-content: flex-start !important;
}

@media only screen and (max-width: 767px) {
  .step_4-3_tab ul {
    display: block;
    overflow: hidden;
  }
  .step_4-3_tab ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
    border-radius: 0 !important;
  }
  .step_4-3_tab ul li:last-child {
    border-bottom: none;
  }
}
.step_5 input[type=checkbox] + label {
  padding-left: 3.25em;
}
.step_5 input[type=checkbox] + label:before {
  font-size: 1.75em;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}
.step_5-1 .card-body, .step_5-2 .card-body {
  padding-bottom: 0.25em;
}
.step_5-2 label {
  display: inline-block;
  text-align: left;
}

.step_6_4-2_text > *:last-child {
  margin-bottom: 0 !important;
}
.step_6_4-3 {
  padding-bottom: 2em;
}
.step_6_4-3 .explanation {
  width: 100%;
}
.step_6_4-3 .explanation p.text-red {
  margin-top: 2em;
  margin: 2em auto 0;
  padding-bottom: 1em;
}
.step_6_4-3 .explanation .button_set {
  padding-top: 0em;
}

.step_7-1 .attention-y {
  text-align: left;
}
.step_7-1 .attention-y ul {
  margin-bottom: 0;
}
.step_7-1 .attention-y ul li:before {
  background: none;
  background-color: #9f8a00;
  border-radius: 50%;
}
.step_7-1 .attention-y ul li:last-child {
  padding-bottom: 0;
}

.change_password input {
  max-width: 16em !important;
}
.change_password_complete p {
  text-align: center;
}
.change_password_complete + .change_password_table {
  display: none;
}

.login .button_set {
  padding-bottom: 0;
}

.confirmation-title {
  position: relative;
}
.confirmation_logout {
  position: absolute;
  right: 0;
  bottom: 0;
}
.confirmation_logout .button_set {
  margin: 0;
  padding: 0;
}
.confirmation_tab {
  margin-bottom: 2em;
}
.confirmation_tab ul {
  display: flex;
  border-radius: 0.25em;
  border: 1px solid #333;
}
.confirmation_tab ul li {
  width: calc(100% / 3);
  border-right: 1px solid #333;
  text-align: center;
  padding: 0.5em 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.confirmation_tab ul li:first-child {
  border-radius: 0.25em 0 0 0.25em;
}
.confirmation_tab ul li:last-child {
  border-right: none;
  border-radius: 0 0.25em 0.25em 0;
}
.confirmation_tab ul li:before {
  display: none;
}
.confirmation_tab ul li a {
  border-bottom: none;
  color: #333;
  display: block;
}
.confirmation_tab ul li a:hover {
  border-bottom: none;
  color: #333;
}
.confirmation_tab ul li em:before {
  padding-right: 0.5em;
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro Solid";
}
.confirmation_tab ul li.c_1 em:before {
  content: "";
}
.confirmation_tab ul li.c_2 em:before {
  content: "";
}
.confirmation_tab ul li.c_3 em:before {
  content: "";
}
.confirmation_tab ul li.is-select, .confirmation_tab ul li:hover {
  background-color: #333;
  color: #fff;
}
.confirmation_tab ul li.is-select:after, .confirmation_tab ul li:hover:after {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-top: 16px solid #333;
  content: "";
  transition: 0.2s;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.confirmation_tab ul li.is-select a, .confirmation_tab ul li:hover a {
  color: #fff;
}
.confirmation_tab ul li.is-select a:hover, .confirmation_tab ul li:hover a:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .confirmation_logout {
    position: relative;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .confirmation_logout li {
    text-align: right;
  }
  .confirmation_1 .confirmation_1-button ul {
    text-align: center;
  }
  .confirmation_1 .confirmation_1-button ul li.page_next {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 1em;
  }
  .confirmation_2 .confirmation_2-button ul {
    padding-top: 2em;
  }
  .confirmation_tab ul {
    display: block;
    overflow: hidden;
  }
  .confirmation_tab ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
    border-radius: 0 !important;
  }
  .confirmation_tab ul li:last-child {
    border-bottom: none;
  }
}
/* issues/89 */
.kazai_step_2-1_dl1_2 dd .data,
.kazai_step_2-1_dl1_5 dd .data,
.kazai_step_2-1_dl3_6 dd .data,
.kazai_step_2-1_dl3_7 dd .data,
.kazai_step_2-1_dl4_1 dd .date-input,
.kazai_step_2-1_dl4_2 dd .date-input {
  width: 100%;
}
/* issues/89 */
.kazai_step_2-1_dl1_2 dd .data input[type="text"],
.kazai_step_2-1_dl1_5 dd .data input[type="text"],
.kazai_step_2-1_dl3_6 dd .data input[type="text"],
.kazai_step_2-1_dl3_7 dd .data input[type="text"],
.kazai_step_2-1_dl4_1 dd .date-input input[type="text"],
.kazai_step_2-1_dl4_2 dd .date-input input[type="text"]{
  box-sizing: border-box;
}
.kazai_step_3 .green,
.kazai_step_3 .yellow,
.kazai_step_3 .pink,
.kazai_step_3 .sky,
.kazai_step_3 .sky,
.kazai_step_3 .orange,
.kazai_step_3 .purple {
  display: none;
  padding-bottom: 0.25em;
}
.kazai_step_3 .green dd .text-red,
.kazai_step_3 .yellow dd .text-red,
.kazai_step_3 .pink dd .text-red,
.kazai_step_3 .sky dd .text-red,
.kazai_step_3 .sky dd .text-red,
.kazai_step_3 .orange dd .text-red,
.kazai_step_3 .purple dd .text-red {
  margin-top: 0.5em !important;
  line-height: 1.2;
}
.kazai_step_3 .green.is-select,
.kazai_step_3 .yellow.is-select,
.kazai_step_3 .pink.is-select,
.kazai_step_3 .sky.is-select,
.kazai_step_3 .sky.is-select,
.kazai_step_3 .orange.is-select,
.kazai_step_3 .purple.is-select {
  display: block;
}
.kazai_step_3 .card-body > div:last-child .date-form:last-child {
  margin-bottom: 0rem;
}
.kazai_step_3 .explanation {
  margin-top: 3em !important;
}
.kazai_step_3 .date-form dl.sc_tenant_li_sc_fix dd .display {
  line-height: 1.1;
  margin: 2px 0;
}
.kazai_step_3 .date-form dl.sc_tenant_li_sc_fix dd .display a.help {
  margin-right: 8px;
}

.kazai_step_4 .green,
.kazai_step_4 .yellow,
.kazai_step_4 .pink,
.kazai_step_4 .sky,
.kazai_step_4 .orange,
.kazai_step_4 .purple {
  padding-bottom: 0.25em;
  display: none;
}
.kazai_step_4 .green.current,
.kazai_step_4 .yellow.current,
.kazai_step_4 .pink.current,
.kazai_step_4 .sky.current,
.kazai_step_4 .orange.current,
.kazai_step_4 .purple.current {
  display: block;
}
.kazai_step_4-3_tab {
  padding-bottom: 0.4rem;
}
.kazai_step_4-3_tab ul {
  display: flex;
  border-radius: 0.25em;
  border: 1px solid #333;
}
.kazai_step_4-3_tab ul li {
  width: 100%;
  border-right: 1px solid #333;
  text-align: center;
  padding: 0.5em 0;
  background-color: #f2f2f2;
  cursor: pointer;
  position: relative;
}
.kazai_step_4-3_tab ul li:first-child {
  border-radius: 0.25em 0 0 0.25em;
}
.kazai_step_4-3_tab ul li:last-child {
  border-right: none;
  border-radius: 0 0.25em 0.25em 0;
}
.kazai_step_4-3_tab ul li:before {
  display: none;
}
.kazai_step_4-3_tab ul li em:before {
  padding-right: 0.5em;
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro Solid";
}
.kazai_step_4-3_tab ul li.credit em:before {
  content: "\f38a";
}
.kazai_step_4-3_tab ul li.list em:before {
  content: "\f46d";
}
.kazai_step_4-3_tab ul li.bank em:before {
  content: "\f53c";
}
.kazai_step_4-3_tab ul li.cash em:before {
  content: "\f0d6";
}
.kazai_step_4-3_tab ul li.net_at em:before {
  content: "\f0ac";
}
.kazai_step_4-3_tab ul li.company em:before {
  content: "\f1ad";
}
.kazai_step_4-3_tab ul li.agency em:before {
  content: "\f53c";
}
.kazai_step_4-3_tab ul li.is-select {
  background-color: #333;
  color: #fff;
}
.kazai_step_4-3_tab ul li.is-select:after {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-top: 16px solid #333;
  content: "";
  transition: 0.2s;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.kazai_step_4-3_tab ul li.net_at.disabled {
  color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
}
.kazai_step_4-3_tab ul li.list.disabled {
  color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
}
.kazai_step_4 .card-body > .credit,
.kazai_step_4 .card-body > .list,
.kazai_step_4 .card-body > .credit_bill,
.kazai_step_4 .card-body > .net_at,
.kazai_step_4 .card-body > .company,
.kazai_step_4 .card-body > .agency {
  display: none;
  padding-bottom: 0.25em;
}
.kazai_step_4 .card-body > .credit.is-select,
.kazai_step_4 .card-body > .list.is-select,
.kazai_step_4 .card-body > .credit_bill.is-select,
.kazai_step_4 .card-body > .net_at.is-select,
.kazai_step_4 .card-body > .company.is-select,
.kazai_step_4 .card-body > .agency.is-select {
  display: block;
}
.kazai_step_4-3_dl1_3 .number {
  justify-content: flex-start !important;
}

@media only screen and (max-width: 767px) {
  .kazai_step_4-3_tab ul {
    display: block;
    overflow: hidden;
  }
  .kazai_step_4-3_tab ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
    border-radius: 0 !important;
  }
  .kazai_step_4-3_tab ul li:last-child {
    border-bottom: none;
  }
}
.kazai_step_5 input[type=checkbox] + label {
  padding-left: 3.25em;
}
.kazai_step_5 input[type=checkbox] + label:before {
  font-size: 1.75em;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}
.kazai_step_5-1 .card-body, .kazai_step_5-2 .card-body {
  padding-bottom: 0.25em;
}
.kazai_step_5-2 label {
  display: inline-block;
  text-align: left;
}

.kazai_step_6_4-2_text > *:last-child {
  margin-bottom: 0 !important;
}
.kazai_step_6_4-3 {
  padding-bottom: 2em;
}
.kazai_step_6_4-3 .explanation {
  width: 100%;
}
.kazai_step_6_4-3 .explanation p.text-red {
  margin-top: 2em;
  margin: 2em auto 0;
  padding-bottom: 1em;
}
.kazai_step_6_4-3 .explanation .button_set {
  padding-top: 0em;
}

.kazai_step_7-1 .attention-y {
  text-align: left;
}
.kazai_step_7-1 .attention-y ul {
  margin-bottom: 0;
}
.kazai_step_7-1 .attention-y ul li:before {
  background: none;
  background-color: #9f8a00;
  border-radius: 50%;
}
.kazai_step_7-1 .attention-y ul li:last-child {
  padding-bottom: 0;
}

.main-body-body {
  width: 100%; /* IE11 */
}

@media only screen and (min-width: 767px) {
  .ur.login_registration .login_registration_text_Property_inner {
    display: flex;
    justify-content: space-between;
  }
  .ur.login_registration .login_registration_text_Property_text {
    width: calc(50% - .5em);
  }
  .ur.login_registration .login_registration_text_Property_img {
    width: calc(50% - .5em);
  }
}
.ur.login_registration .Supplement-list {
  padding: 0.5em 0 0.75em;
}
.ur.login_registration .Supplement-list li:before {
  color: #bc0023;
}

/* --------------------------------------------------- */
.header {
  background-color: #fff;
  height: auto;
  position: relative;
}
.header h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1em;
}
.header img {
  height: 40px;
  width: auto;
  display: block;
}
.header a.pdf {
  display: block;
  height: 70px;
  width: 70px;
  transition: 0.2s;
  background-image: linear-gradient(to bottom, #bc0023 20%, #7e0009 100%);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 5px 5px;
}
.header a.pdf img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
}
.header a.pdf:hover {
  background-image: linear-gradient(to bottom, #89001a 20%, #4b0005 100%);
}
.header .header_logo {
  padding: 7px 0 8px 10px;
}

.maincontent {
  background-color: #f5f5f5;
}

.mainpanel {
  padding: 0 5px;
  font-size: 1.6rem;
}

.footer {
  background-color: #bf0024;
  padding: 10px 0;
  color: #fff;
  margin-top: 0;
}
.footer-name {
  display: flex;
}

.pagebody > .login {
  min-height: calc(100vh - 55px);
}

@media only screen and (max-width: 767px) {
  .pagebody > .login {
    margin: 0 auto;
    min-height: calc(100vh - 68px);
  }
}
.login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  margin: 10px auto;
}
.login .form-list dl dt {
  width: 14em;
  max-width: 50%;
}
.login .form-list dl dd {
  width: calc(100% - 14em);
  min-width: 50%;
}
@media only screen and (max-width: 767px) {
  .login .form-list dl dt {
    width: 10em;
    max-width: 50%;
  }
  .login .form-list dl dd {
    width: calc(100% - 10em);
    min-width: 50%;
  }
}
.login-body {
  min-width: 50%;
  width: 600px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 20px 4px;
  box-shadow: 0 0 1em 0.25em rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.login-header h1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login-header h1 img {
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .login .mainpanel h1 {
    margin: 1em 0 1.25em !important;
  }
  .login .header_store {
    margin-bottom: 5px;
  }
}
.login-title_lv01 {
  text-align: center;
}
.login-title_lv01 h1 {
  margin: 1.5em 0 1.25em;
}
.login-title_lv02 h2 {
  font-size: 1.8rem;
}
.login .mainpanel {
  min-height: auto;
}
.login input[type=text],
.login input[type=tel],
.login input[type=password] {
  margin-bottom: 0.15em;
  width: 16em;
  max-width: 100%;
}
.login-bottom_body {
  min-width: 50%;
  width: 600px;
}
.login-bottom_body .attention-y,
.login-bottom_body .login-bottom_text_footer {
  margin: 20px -20px;
  width: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .login-bottom_body {
    width: 100%;
  }
  .login-bottom_body .attention-y,
  .login-bottom_body .login-bottom_text_footer {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
}

.main-body .card {
  border-radius: 0.5em;
  background-color: #fff;
  margin-bottom: 1em;
}
.main-body .card_header {
  margin: 0;
}
.main-body .card_header h2 {
  font-size: 2.4rem;
  padding: 0 20px 0.5em;
  margin: 20px 0 0;
}
.main-body .card_header h3,
.main-body .card_header h4 {
  margin: 20px 20px 0;
}
.main-body .card_header .title_lv02,
.main-body .card_header .title_lv03,
.main-body .card_header .title_lv04 {
  margin: 0;
}
.main-body .card_body {
  padding: 20px 20px 4px;
  margin: 0;
}
.main-body .card_body > *:first-child {
  margin-top: 0;
}
.main-body .card_body > *:first-child *:first-child {
  margin-top: 0;
}
.main-body .indent_lv01, .main-body .indent_lv02, .main-body .indent_lv03 {
  padding: 0 0 0 16px;
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .mainpanel {
    min-height: calc(100vh - 80px - 33px);
  }

  .header h1,
.footer-name,
.mainpanel {
    max-width: 1280px;
    margin: 0 auto;
  }

  .footer-name {
    justify-content: space-between;
  }
  .footer-name_copy span {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .mainpanel {
    min-height: calc(100vh - 55px - 63px);
  }

  .header a.pdf {
    height: 60px;
    width: 60px;
  }
  .header a.pdf img {
    height: 45px;
  }
  .header img {
    height: 35px;
    width: auto;
  }

  .footer-name {
    display: block;
    text-align: center;
  }
  .footer-name_company {
    margin-bottom: 0.5em;
  }
  .footer-name span {
    display: block;
  }

  .login-body {
    width: calc(100% - 10px);
    padding: 1em 0.5em 0;
  }
  .login-header {
    /* padding: 0 0.5em; */
  }
  .login-header h1 img {
    height: 35px;
  }

  .main-body .card_header h2 {
    margin-top: 10px;
    padding: 0 10px 0.25em;
  }
  .main-body .card_header h3,
.main-body .card_header h4 {
    margin: 16px 10px 0em;
  }
  .main-body .card_body {
    padding: 1em 10px 0px;
  }
  
}
