<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.rwd .header-lp {
  z-index: 10 !important;
}

#kzisim {
  font-family: none;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
#kzisim p {
  line-height: 1.5;
}
#kzisim .sec-hero {
  background: #ecf9ff;
  border: 1px solid #00b2ef;
  border-width: 3px 0;
}
#kzisim .sec-hero__inner {
  padding: 20px 15px;
}
@media only screen and (min-width: 769px) {
  #kzisim .sec-hero__inner {
    padding: 33px 15px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
#kzisim .sec-step {
  text-align: left;
  margin-top: 50px;
}
#kzisim .sec-step__inner {
  padding: 0 15px;
}
@media only screen and (min-width: 769px) {
  #kzisim .sec-step__inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
#kzisim .sec-bg {
  background: #ecf9ff;
  padding: 40px 15px;
  margin-top: 40px;
}
#kzisim .sec-bg__inner {
  padding: 0;
}
#kzisim .sec-bg__inner &gt; *:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  #kzisim .sec-bg {
    margin-top: 50px;
  }
  #kzisim .sec-bg__inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
#kzisim .sec-ex {
  margin-top: 40px;
}
#kzisim .sec-ex__inner {
  padding: 0 15px;
}
@media only screen and (min-width: 769px) {
  #kzisim .sec-ex {
    margin-top: 50px;
  }
  #kzisim .sec-ex__inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
#kzisim .sec-step2 {
  text-align: left;
  margin-top: 60px;
}
#kzisim .sec-step2__inner {
  padding: 0 15px;
}
@media only screen and (min-width: 769px) {
  #kzisim .sec-step2 {
    margin-top: 60px;
  }
  #kzisim .sec-step2__inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
#kzisim .hero-head {
  text-align: center;
  padding: 0;
  position: relative;
}
#kzisim .hero-head:before, #kzisim .hero-head:after {
  display: none;
  content: "";
  width: 22px;
  height: 28px;
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/2020/kazai_sim/images/icon-hero-1.png?20210106") no-repeat 0 0/cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#kzisim .hero-head:after {
  background-image: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/2020/kazai_sim/images/icon-hero-2.png?20210106");
  left: auto;
  right: 0;
  width: 27px;
  height: 22px;
}
#kzisim .hero-head &gt; span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #006fbc;
}
@media only screen and (min-width: 769px) {
  #kzisim .hero-head {
    padding: 0 40px;
  }
  #kzisim .hero-head br {
    display: none;
  }
  #kzisim .hero-head:before, #kzisim .hero-head:after {
    display: inline-block;
  }
  #kzisim .hero-head:before {
    width: 35px;
    height: 44px;
  }
  #kzisim .hero-head:after {
    width: 47px;
    height: 39px;
  }
  #kzisim .hero-head &gt; span {
    font-size: 28px;
  }
}
#kzisim .hero-text {
  text-align: center;
  margin-top: 15px;
}
#kzisim .hero-text span {
  display: inline-block;
  font-size: 12px;
}
@media only screen and (min-width: 769px) {
  #kzisim .hero-text span {
    font-size: 14px;
  }
}
#kzisim .step-head {
  font-weight: bold;
}
#kzisim .step-head__icon {
  font-size: 20px;
  background: #89c700;
  display: inline-block;
  color: #fff;
  position: relative;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 5px;
  height: 30px;
}
#kzisim .step-head__icon:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-width: 15px 10px;
  border-left-color: #89c700;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#kzisim .step-head__icon &gt; small {
  font-size: 12px;
  position: relative;
  top: -1px;
}
#kzisim .step-head__text {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-head__icon {
    font-size: 32px;
    height: 50px;
    padding-left: 15px;
    margin-right: 30px;
  }
  #kzisim .step-head__icon:before {
    border-width: 25px 12px;
  }
  #kzisim .step-head__icon &gt; small {
    font-size: 18px;
  }
  #kzisim .step-head__text {
    font-size: 24px;
    font-weight: bold;
  }
}
#kzisim .step-box {
  background: #f7f5ed;
  margin-top: 30px;
  padding: 15px;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-box {
    margin-top: 30px;
  }
  #kzisim .step-box + .step-box2 {
    margin-top: 20px;
  }
}
#kzisim .step-list li {
  padding-left: 13px;
  position: relative;
}
#kzisim .step-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 3px solid #89c700;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -5px;
}
#kzisim .step-form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-form {
    margin-top: 10px;
  }
}
#kzisim .step-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#kzisim .step-form__list &gt; dt {
  padding: 30px 0 20px;
  width: 9.5em;
  border-top: 2px dotted #d7d7d7;
}
#kzisim .step-form__list &gt; dt b {
  font-weight: bold !important;
}
#kzisim .step-form__list &gt; dt .sub {
  font-size: 0.8em;
}
#kzisim .step-form__list &gt; dt &gt; label {
  display: inline-block;
}
#kzisim .step-form__list &gt; dt:first-child {
  border-top: none;
}
#kzisim .step-form__list &gt; dd {
  padding: 20px 0;
  width: calc(100% - 9.5em);
  border-top: 2px dotted #d7d7d7;
}
#kzisim .step-form__list &gt; dd:nth-child(2) {
  border-top: none;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-form__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
  }
  #kzisim .step-form__list &gt; dd {
    text-align: right;
  }
}
#kzisim .step-form__select {
  border: 1px solid #666;
  border-radius: 4px;
  background: #fff url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/2020/kazai_sim/images/icon-select.png?20210106") no-repeat 97% center;
  background-size: 8px 9px;
  padding: 10px;
  width: calc(100% - 2em);
  margin-right: 0.4em;
  font-size: 16px;
  -webkit-appearance: none;
}
#kzisim .step-form__select::-ms-expand {
  display: none;
}
#kzisim .step-form__select.is-error {
  background-color: #ffdddd;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-form__select {
    width: 160px;
    margin-right: 10px;
  }
}
#kzisim .step-form__submit {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 60px 15px 40px;
}
#kzisim .step-form__submit &gt; * {
  position: relative;
  z-index: 2;
}
#kzisim .step-form__submit:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: #efefef;
}
#kzisim .step-form__submit:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 36px solid transparent;
  border-width: 30px 36px;
  border-top-color: #fff;
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#kzisim .step-form__button {
  text-align: center;
}
#kzisim .step-form__button &gt; button {
  border: none;
  width: 100%;
  background: #00b2ef;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  padding: 13px 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
}
#kzisim .step-form__button &gt; button:hover {
  cursor: pointer;
  opacity: 0.5;
}
#kzisim .step-form__button &gt; button:disabled {
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-form__button &gt; button {
    max-width: 420px;
  }
}
#kzisim .step-box2 {
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#kzisim .step-box2__head {
  width: 50%;
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px;
}
#kzisim .step-box2__head &gt; small {
  font-weight: normal;
}
#kzisim .step-box2__price {
  padding-left: 10px;
  width: 50%;
  font-weight: bold;
  font-size: 28px;
  color: #d7333b;
  position: relative;
}
#kzisim .step-box2__price:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-width: 8px 12px;
  border-left-color: #89c700;
  position: absolute;
  top: 50%;
  left: -3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#kzisim .step-box2__price--01 {
  color: #333;
}
#kzisim .step-box2__price-unit {
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-box2 {
    margin-top: 20px;
    padding: 30px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #kzisim .step-box2__head {
    font-size: 18px;
    text-align: center;
    padding-right: 10px;
    max-width: 220px;
  }
  #kzisim .step-box2__price {
    font-size: 32px;
    padding-left: 10px;
    text-align: center;
    max-width: 220px;
  }
  #kzisim .step-box2__price:before {
    border-width: 9px 16px;
    left: -5px;
  }
  #kzisim .step-box2__price-unit {
    font-size: 24px;
  }
}
#kzisim .price-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#kzisim .price-box__head {
  width: 50%;
  padding-bottom: 10px;
}
#kzisim .price-box__head-text {
  display: block;
  font-weight: bold;
}
#kzisim .price-box__head-price {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #d7333b;
}
#kzisim .price-box__head-price-unit {
  font-size: 16px;
}
#kzisim .price-box__image {
  width: 50%;
}
#kzisim .price-box__image img {
  width: 100%;
}
#kzisim .price-box__content {
  width: 100%;
}
#kzisim .price-box__toggle-head &gt; a {
  display: inline-block;
  text-decoration: none;
  color: inherit !important;
  position: relative;
}
#kzisim .price-box__toggle-head &gt; a:hover {
  cursor: pointer;
  opacity: 0.5;
}
#kzisim .price-box__toggle-head &gt; a:after {
  content: "";
  display: inline-block;
  width: 2em;
  border: 2px solid #89c700;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
}
#kzisim .price-box__toggle-head &gt; a &gt; span {
  display: inline-block;
  padding-right: 32px;
  position: relative;
}
#kzisim .price-box__toggle-head &gt; a &gt; span:before, #kzisim .price-box__toggle-head &gt; a &gt; span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 6px;
  width: 12px;
  height: 2px;
  background: #89c700;
  z-index: 2;
}
#kzisim .price-box__toggle-head &gt; a &gt; span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: none;
}
#kzisim .price-box__toggle-head &gt; a.is-close &gt; span:before {
  display: inline-block;
}
#kzisim .price-box__toggle-list {
  margin-top: 10px;
  background: #eee;
  padding: 5px 10px 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kzisim .price-box__toggle-list &gt; dt {
  margin-top: 10px;
  width: calc(100% - 6em);
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#kzisim .price-box__toggle-list &gt; dt:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
#kzisim .price-box__toggle-list &gt; dd {
  text-align: right;
  margin-top: 10px;
  width: 6em;
  font-weight: bold;
}
#kzisim .price-box + .price-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted #d7d7d7;
}
@media only screen and (min-width: 769px) {
  #kzisim .price-box {
    margin-top: 30px;
    position: relative;
    min-height: 147px;
  }
  #kzisim .price-box__head {
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kzisim .price-box__head-text {
    width: 50%;
  }
  #kzisim .price-box__head-price {
    width: 50%;
    text-align: right;
  }
  #kzisim .price-box__image {
    width: 260px;
    padding-left: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #kzisim .price-box__content {
    width: calc(100% - 300px);
    border-top: 2px dotted #d7d7d7;
    padding-top: 15px;
  }
  #kzisim .price-box__toggle-list {
    padding: 0 18px 18px;
    font-size: 12px;
  }
  #kzisim .price-box__toggle-list &gt; dt {
    margin-top: 15px;
    width: calc(100% - 110px);
  }
  #kzisim .price-box__toggle-list &gt; dd {
    margin-top: 15px;
    width: 110px;
    font-size: 18px;
  }
  #kzisim .price-box__unit {
    font-size: 14px;
  }
  #kzisim .price-box + .price-box {
    border: none;
    margin-top: 30px;
    padding-top: 0;
  }
}
#kzisim .step-box3 {
  border: 5px solid #efefef;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-box3 {
    margin-top: 40px;
  }
}
#kzisim .step-list2 &gt; li {
  position: relative;
  padding-left: 0.8em;
}
#kzisim .step-list2 &gt; li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
#kzisim .step-list2 &gt; li:not(:first-child) {
  margin-top: 10px;
}
#kzisim .step-list2 &gt; li a {
  color: inherit !important;
  text-decoration: underline !important;
}
#kzisim .step-list2 &gt; li a:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}
#kzisim .step-list2 sup {
  font-size: 12px;
}
#kzisim .step-notice {
  font-size: 12px;
  padding-left: 1.5em;
  position: relative;
  margin-top: 1em;
}
#kzisim .step-notice__mark {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#kzisim .step-notice2 {
  font-size: 12px;
  position: relative;
  margin-top: 1em;
}
#kzisim .step-notice2 + .step-notice {
  margin-top: 0.5em;
}
#kzisim .ex-head {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #kzisim .ex-head {
    font-size: 24px;
  }
}
#kzisim .img-balloon {
  margin-top: 30px;
  text-align: center;
}
#kzisim .img-balloon img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  #kzisim .img-balloon {
    margin-top: 40px;
  }
}
#kzisim .lyt-image {
  margin-top: 25px;
  text-align: center;
}
#kzisim .lyt-image img {
  max-width: 100%;
}
#kzisim .step-box4 {
  text-align: center;
  background: #fff;
  border: 20px solid #ecf9ff;
  padding: 10px 0;
  margin-top: 25px;
}
#kzisim .step-box4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#kzisim .step-box4__item:last-child {
  position: relative;
  padding-top: 30px;
}
#kzisim .step-box4__item:last-child:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-width: 15px 26px;
  border-top-color: #89c700;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#kzisim .step-box4__head {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 2px;
}
#kzisim .step-box4__price {
  font-weight: bold;
  font-size: 24px;
  color: #d7333b;
}
#kzisim .step-box4__price-unit {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  #kzisim .step-box4 {
    padding: 20px 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #kzisim .step-box4__item {
    width: 50%;
    display: block;
  }
  #kzisim .step-box4__item:last-child {
    padding-top: 0;
    position: relative;
  }
  #kzisim .step-box4__item:last-child:before {
    border: 8px solid transparent;
    border-width: 18px 20px;
    border-left-color: #89c700;
    top: 50%;
    left: -9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #kzisim .step-box4__head {
    font-size: 16px;
    padding-right: 0;
    padding-top: 0;
  }
  #kzisim .step-box4__price {
    font-size: 32px;
    margin-top: 5px;
  }
  #kzisim .step-box4__price-unit {
    font-size: 24px;
  }
}
#kzisim .btn-wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  #kzisim .btn-wrap {
    margin-top: 45px;
  }
}
#kzisim .btn-icon {
  border-radius: 10px;
  background: #f7f5ed;
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
  margin-left: 35px;
  padding: 20px 50px 20px 45px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 35px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#kzisim .btn-icon:hover {
  cursor: pointer;
  opacity: 0.5;
}
#kzisim .btn-icon &gt; span {
  width: 100%;
  display: inline-block;
  text-align: left;
}
#kzisim .btn-icon__image {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#kzisim .btn-icon__image img {
  width: 60px;
}
#kzisim .btn-icon[target="_blank"]:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/2020/kazai_sim/images/icon-blank.png?20210106") no-repeat 0 0/cover;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
}
@media only screen and (min-width: 769px) {
  #kzisim .btn-icon {
    min-height: 60px;
    padding-left: 65px;
  }
  #kzisim .btn-icon__image {
    left: -35px;
  }
  #kzisim .btn-icon__image img {
    width: 80px;
  }
}
#kzisim .kzi-form {
  margin-top: 20px;
  padding-top: 60px;
  position: relative;
}
#kzisim .kzi-form &gt; * {
  position: relative;
  z-index: 1;
}
#kzisim .kzi-form:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: #f5f5f5;
}
#kzisim .kzi-form:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 36px solid transparent;
  border-width: 30px 36px;
  border-top-color: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#kzisim .kzi-form__list &gt; dt {
  border-top: 2px dotted #d7d7d7;
  font-weight: bold;
  padding-top: 20px;
  margin-top: 20px;
}
#kzisim .kzi-form__list &gt; dt:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#kzisim .kzi-form__list &gt; dd {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__list {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #kzisim .kzi-form__list &gt; dt {
    width: 160px;
    padding-top: 0;
    margin-top: 0;
    margin-top: 20px;
    padding-top: 28px;
  }
  #kzisim .kzi-form__list &gt; dt:first-child {
    margin-top: 0;
    padding-top: 18px;
    border-top: none;
  }
  #kzisim .kzi-form__list &gt; dd {
    width: calc(100% - 160px);
    text-align: right;
    border-top: 2px dotted #d7d7d7;
    margin-top: 20px;
    padding-top: 20px;
  }
  #kzisim .kzi-form__list &gt; dd:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
#kzisim .kzi-form__button {
  display: inline-block;
  vertical-align: middle;
}
#kzisim .kzi-form__button button {
  border: none;
  border-radius: 4px;
  background: #fff;
  padding: 13px 15px;
  -webkit-appearance: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#kzisim .kzi-form__button button:hover {
  cursor: pointer;
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__button button {
    padding: 13px 20px;
  }
}
#kzisim .kzi-form__input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#kzisim .kzi-form__input input {
  border: 1px solid #666;
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  -webkit-appearance: none;
  width: 100px;
  text-align: right;
  font-size: 28px;
}
#kzisim .kzi-form__input input.is-error {
  background-color: #ffdddd;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__input {
    margin: 0 10px;
  }
  #kzisim .kzi-form__input input {
    width: 138px;
    font-size: 32px;
  }
}
#kzisim .kzi-form__unit {
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__unit {
    margin-left: 10px;
  }
}
#kzisim .kzi-form__select {
  border: 1px solid #666;
  border-radius: 4px;
  background: #fff url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/2020/kazai_sim/images/icon-select.png?20210106") no-repeat 97% center;
  background-size: 8px 9px;
  padding: 10px;
  width: calc(100% - 2em);
  margin-right: 0.4em;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
}
#kzisim .kzi-form__select::-ms-expand {
  display: none;
}
#kzisim .kzi-form__select.is-error {
  background-color: #ffdddd;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__select {
    width: 160px;
  }
}
#kzisim .kzi-form__submit {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 10px 15px 40px;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__submit {
    margin-top: 40px;
  }
}
#kzisim .kzi-form__button2 {
  text-align: center;
  margin-bottom: 20px;
}
#kzisim .kzi-form__button2 &gt; button {
  border: none;
  width: 100%;
  background: #00b2ef;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  padding: 13px 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
}
#kzisim .kzi-form__button2 &gt; button:hover {
  cursor: pointer;
  opacity: 0.5;
}
#kzisim .kzi-form__button2 &gt; button:disabled {
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__button2 &gt; button {
    max-width: 400px;
  }
}
#kzisim .kzi-form__head {
  position: relative;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
#kzisim .kzi-form__head:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-width: 15px 26px;
  border-top-color: #89c700;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__head {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  #kzisim .kzi-form__head:before {
    bottom: 0;
  }
}
#kzisim .kzi-form__table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
#kzisim .kzi-form__table thead {
  background: #ecf9ff;
}
#kzisim .kzi-form__table thead th {
  border-left: 1px solid #d0d0d0;
}
#kzisim .kzi-form__table thead th em {
  font-size: 16px;
  font-style: normal;
}
#kzisim .kzi-form__table tbody {
  background: #fff;
}
#kzisim .kzi-form__table tbody tr:first-child th,
#kzisim .kzi-form__table tbody tr:first-child td {
  border-top: none;
}
#kzisim .kzi-form__table tbody td {
  color: #d7333b;
  border: 1px solid #d0d0d0;
  border-width: 1px 0 0 1px;
}
#kzisim .kzi-form__table tbody th {
  border-top: 1px solid #d0d0d0;
}
#kzisim .kzi-form__table td,
#kzisim .kzi-form__table th {
  width: 33.33333%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
#kzisim .kzi-form__table td em {
  font-size: 20px;
  font-style: normal;
}
@media only screen and (min-width: 769px) {
  #kzisim .kzi-form__table thead th em {
    font-size: 18px;
  }
  #kzisim .kzi-form__table tbody th {
    font-size: 16px;
  }
}

body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation {
  padding: 0 16px;
  font-size: 16px;
}
body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation:before, body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation:after {
  display: none;
}
body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation b {
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation {
    padding: 0 70px;
    font-size: 26px;
  }
  body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation:before, body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation:after {
    display: inline-block;
  }
  body.rwd .txt-simulation-area .txt-simulation-wrap.txt-simulation-wrap--type-02 .txt-simulation b {
    font-size: 28px;
  }
}

#viewer-holder {
  width: 100%;
}
#viewer-holder #viewer-frame {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
@media only screen and (min-width: 769px) {
  #viewer-holder {
    max-width: 770px;
  }
}
</pre></body></html>