h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10.5px;
  font-family: 'Open Sans', Calibri, Candara, Arial, sans-serif;
}


dd {
  margin-left: 0;
}

img {
  border: none;
  vertical-align: middle;
}

.flexbox {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width:100%;
}



.contents {
    max-width: 1160px;
    margin: 0 auto;
}

.contents.bread {
    margin: 100px auto 0;
}





/* 入力エラーのスタイル */
input[type='text']:invalid,
input[type='email']:invalid,
input[type='email']:invalid,
textarea:invalid {
  color: #630015;
  border: 1px solid #c20c33;
  background-color: #ffd9e1;
}

/* 入力値が正常な時のスタイル */
input[type='text']:valid,
input[type='email']:valid,
textarea:valid {
  color: #333333;
  border: 1px solid #d2d2d2;
  background: #fff;
  /*outline: none;*/
  padding-block: 0;
  padding-inline: 7px;
}

.apply-title-h2 {
  font-size: 42px;
  color: #050707;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0 0;
}


.apply_title_h2span{
  font-size:45px;
}



.apply-box {
  width: 100%;
  display: block;
  margin: 0px !important;
}

.apply-box-notice {
  width: 100%;
  display: block;
  margin: 30px 0 0;
}

.apply-form-notice {
  width: 100%;
  display: block;
  margin: 1rem 0 0px 0;
}

.notice-txt-b {
  font-size: 20px;
  padding-bottom: 12px;
  line-height: 1.5;
}

.notice-txt-confirm {
  font-size: 20px;
  padding-bottom: 5px;
  line-height: 1.5;
  text-align: left;
}

.info-txt-b {
  font-size: 20px;
  padding-bottom: 0px;
  line-height: 1.5;
}

.info-txt-b1 {
  font-size: 20px;
  padding-bottom: 0px;
  line-height: 1.5;
  font-weight: normal;
}

.info-txt-b2 {
  font-size: 20px;
  padding-bottom: 0px;
  line-height: 1.5;
  font-weight: normal;
  vertical-align: middle;
}

h2.download-title_correction {
  font-size: 15px !important;
  margin: 4px 0px 0px 7px !important;
}

.text-align-right_correction span {
  font-size: 0.8em;
  letter-spacing: 0pt;
  line-height: 2em;
  vertical-align: middle;
}

span.circle_span {
  font-size: 0.8em;
}

.text-align-right_correction {
  text-align: right;
  vertical-align: bottom;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  color: #0f76cc;
  cursor: default;
  padding-right: 12px;
}

.left-link-space-qna {
  padding: 0px 0px 12px 0;
  line-height: 19px;
  letter-spacing: -0.2pt;
  width: 100%;
  margin: 0 auto;
}

.notice_red {
  color: #d30707;
  text-align: left;
  font-size: 11px;
  padding: 0 6px;
  float: none;
}

.notice_red_ocr {
  color: #d30707;
  text-align: left;
  font-size: 11px;
  padding: 0;
  float: none;
}

.notice_red1 {
  color: #d30707;
  text-align: left;
  font-size: 11px;
  padding: 0 6px;
}

.border-line {
  border-bottom: 1px solid rgb(225, 225, 225);
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.form-type-title {
  margin-right: 0%;
  width: 35%;
  float: left;
}

.qna-required-t {
  position: relative;
  top: 3px;
  left: -10px;
}

.form-type2-dl {
  float: right;
  width: 64%;
  margin: 0;
  font-size: 1em;
}

.form-type3-dl {
  float: right;
  width: 32%;
  margin: 0 0px 0 6px;
  font-size: 1em;
}

.form-type3-dl:nth-last-child(1) {
  margin: 0 0 0 0;
}

.form-type3-dl dd,
.form-type2-dl dd {
  padding: 0;
  font-size: 1em;
}

.form-type3-dl-tel {
  float: left;
  width: 32.6%;
  margin: 0;
  font-size: 1em;
}

.form-type3-dl-tel:nth-last-child(1) {
  margin: 0;
}


.form-type3-dl-tel:nth-child(2){
    margin: 0 8px 0 8px;
}



.form-type3-dl-tel dd {
  padding: 0;
  font-size: 1em;
}

.form-type2-dl-post {
  float: left;
  width: 29.2%;
  margin: 0;
  font-size: 1em;
}

.left-spaceh {
  margin-left: 8px;
}

.form-type2-dl-post:nth-child(1) {
  margin: 0 7px 0 0;
}

.form-type3-dl dd,
.form-type2-dl dd,
.form-type2-dl-post dd {
  padding: 0;
  font-size: 1em;
}

.form-type-dl-date {
  float: left;
  width: 32%;
  margin: 0;
  font-size: 1em;
}

.disable {
  display: none !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-color: #ffd9d9;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tell-check-icon {
  width: 17px !important;
  height: 17px;
  position: relative;
  top: -12px;
  left: 68px !important;
  margin-top: -17px;
}

.tell_3 {
  width: 64%;
  float: left;
}

.form-group-space {
  margin-bottom: 10px;
}

a.btn:before {
  background: transparent;
  border-radius: 0;
  content: '';
  width: 0;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  margin: 0;
}

a.btn:after {
  border-style: none;
  border-width: 00;
  content: '';
  position: absolute;
  top: 0;
  margin: 0;
  height: 0px;
  width: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0px;
}

a.btn-nextform {
  display: inline-block;
  padding: 0.4em 1.3em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.3em;
  color: #fff;
  background-color: #4fa6f7;
  font-size: 2.5rem;
  line-height: 44pt;
  width: 500px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

a.btn-nextform:hover,
a.btn-nextform:focus,
a.btn-nextform:active,
a.btn-nextform.active {
  background-color: #2487e3;
  outline: none;
}

a.btn-backform {
  display: inline-block;
  padding: 0.3em 1.2em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.3em;

  color: #fff;
  background-color: #cacaca;
  font-size: 2.35rem;
  line-height: 34pt;
  max-width: 420px;
  width: 25%;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

a.btn-backform:hover,
a.btn-backform:focus,
a.btn-backform:active,
a.btn-backform.active {
  background-color: #747474;
  outline: none;
}

.top-hspace-h {
  margin-top: 4rem;
}

.top-hspace-h1 {
  margin-top: 2rem;
}

@media all and (max-width: 30em) {
  a.btn-nextform {
    display: block;
    margin: 0.2em auto;
    width: 80%;
    font-size: 2rem;
    line-height: 36pt;
  }

  a.btn-backform {
    display: block;
    margin: 0.2em auto;
    max-width: 420px;
    width: 99%;
    font-size: 2rem;
  }

  .top-hspace-h {
    margin-top: 1.2rem;
  }
}

.pass {
  position: relative;
  float: right;
  display: inline-block;
  top: -15px;
  margin-right: 7px;
  margin-top: -25px;
}

.chk {
  position: relative;
  display: inline-block;
  padding: 10px;
  top: 5px;
  min-width: 252px;
  max-width: 100%;
  color: #fff;
  font-size: 0.9em;
  background: #c72439;
  line-height: 1.4;
}

.chk {
  margin-top: 5px;
  margin-bottom: 5px;
  width: fit-content;
}

.chk:before {
  content: '';
  position: absolute;
  top: -19px;
  left: 20%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #c72439;
}

.chk:after {
  margin: 5px;
}

.chk_article {
  position: relative;
  display: inline-block;
  top: 13px;
  padding: 5px;
  min-width: 120px;
  max-width: 150%;
  color: #fff;
  font-size: 0.8em;
  background: #c72439;
  border-radius: 4px;
}

.chk_article:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #c72439;
}

.chk_articles:after {
  margin: 5px;
}

.btn-primary {
  font-size: 2.2em;
  line-height: 25pt;
  border-radius: 4px;
  padding: 15px 0;
  height: 70px;
  border: 0;
  cursor: pointer;
  width: 100%;
  background-color: #4fa6f7;
  border-color: #4fa6f7;
  color: #ffffff;
}

.btn-primary:disabled {
  color: #eeeeee;
  background-color: #cccccc;
  border-color: #c0bfbf;
}

.primary_1 {
  color: #fff;
  background-color: #4fa6f7;
  width:70%;
}

.primary_1:hover {
  color: #fff;
  background-color: #2487e3;
}

.primary_2 {
  color: #fff;
  background-color: #c0c0c0;
}

.primary_2:hover {
  color: #fff;
  background-color: #a6a6a6;
}

.btn-backform {
  font-size: 2.2em;
  line-height: 25pt;
  border-radius: 4px;
  padding: 10px 0;
  max-width: 420px;
  height: 70px;
  border: 0;
  margin-right: 8px;
  margin-bottom: 0px;
  cursor: pointer;
  width: 25%;
}

.back_1 {
  color: #fff;
  background-color: #c3c3c3;
  width:29%;
}

.back_1:hover {
  color: #fff;
  background-color: #9c9c9c;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 470px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #666;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.estimate_step {
  padding-top: 50px;
}

.estimate_info {
  padding-top: 10px;
}

.step_title_area {
  margin: 0;
  line-height:1.4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.info_title_area {
  margin: 0 0 5px;
}

.info_title_area {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.estimate_step_h3 {
  text-align: left;
  font-size: 28px;
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top:0px;
}

.info_step_h3 {
  text-align: left;
  font-size: 28px;
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.info_step1_h3 {
  text-align: left;
  font-size: 28px;
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}


.step3_area{
display: block;
}



.notice-lineh {
  line-height: 1.45;
  font-size: 15px;
  color: #666666;
}

.service_link {
  color: #0f76cc;
  font-size: 15px;
  font-weight: 100;
  line-height: 17px;
  padding-bottom: 10px;
}

.estimate_step_talbe {
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  box-sizing: border-box;
}

.estimate_total_talbe {
  border: 1px solid #e0dede;
  max-width: 372px;
  padding: 0px;
  border-collapse: collapse;
}

.estimate_step_tr {
  font-size: 16px;
  max-width: 1100px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.estimate_step_tr + .estimate_step_tr {
  border: none;
}

.estimate_step_tr + .estimate_step_tr {
  border: none;
}

.estimateOptionSheet:nth-child(1) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(2) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(3) {
  border-bottom: 1px solid #e1e1e1;
}
.estimateOptionSheet:nth-child(4) {
  border-bottom: 1px solid #e1e1e1;
}
.estimateOptionSheet:nth-child(5) {
  border-bottom: 1px solid #e1e1e1;
}
.estimateOptionSheet:nth-child(6) {
  border-bottom: 1px solid #e1e1e1;
}
.estimateOptionSheet:nth-child(7) {
  border-bottom: 1px solid #e1e1e1;
}
.estimateOptionSheet:nth-child(8) {
  border-bottom: 1px solid #e1e1e1;
}
.estimateOptionSheet:nth-child(9) {
  border-bottom: 1px solid #e1e1e1;
}
.estimateOptionSheet:nth-child(10) {
  border-top: 0 solid #e1e1e1;
}

.estimate_step_td {
  padding: 15px;
  box-sizing: border-box;
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 3.5em;
}

.estimate_step_td:nth-last-child(1) {
  border-right: none;
  position: relative;
}


.confirm_notice_area {
    margin-top: 8px;
    margin-bottom: 2px;
}


p.confirm_notice {
  text-align: left;
  padding-top: 0px;
  color: #d30707;
  font-size: 15px;
}

.form_step_td {
  padding: 12px 15px;
  /* border-bottom: 1px solid #e1e1e1; */
  box-sizing: border-box;
  font-size: 13.5px;
}

.form_step_td:nth-last-child(1) {
  border-right: none;
}

.form1_step_td {
  padding: 12px 15px;
  /* border-bottom: 1px solid #e1e1e1; */
  box-sizing: border-box;
  font-size: 13.5px;
}

.form1_step_td:nth-last-child(1) {
  border-right: none;
}

.step_td_header {
  background: #f6f6f7;
  width: 25%;
  vertical-align: bottom;
  float: left;
  height: 65px;
  padding-top: 17px;
  font-size: 16px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-start;
}

.step_td_header_ex {
  background: #f6f6f7;
  width: 27%;
  vertical-align: bottom;
  float: left;
  height: 260px;
  padding-top: 17px;
  font-size: 16px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-start;
}

.step_td_header1 {
  background: #f6f6f7;
  width: 27%;
  vertical-align: bottom;
  float: left;
  height: 70px;
  padding-top: 12px;
  font-size: 15px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.step_td_header_form {
  background: #f6f6f7;
  width: 27%;
  vertical-align: middle;
  float: left;
  height: 70px;
  line-height: 27pt;
  font-size: 17px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-start;
}

.step_td_contents {
  background: #ffffff;
  width: 75%;
  float: right;
  border-right: none;
  height: 65px;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-start;
}



.option_shield_dt{
  height:70px;
}



.step_td_contents_form {
  background: #ffffff;
  width: 73%;
  float: right;
  border-right: none;
  height: 70px;
  line-height: 27pt;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
  /* display: flex;
  align-content: center;
  align-items: center; */
}

.step_td_contents_form_checkbox {
  background: #ffffff;
  width: 73%;
  float: right;
  border-right: none;
  height: 120px;
  line-height: 27pt;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.form-check {
  line-height: 35pt;
  font-size: 15px;
}

.align-right-space {
  padding-right: 15px;
}

.step_td_header_form_checkbox {
  background: #f6f6f7;
  width: 27%;
  vertical-align: middle;
  float: left;
  height: 120px;
  line-height: 27pt;
  font-size: 16px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.step_td_contents_form_textarea {
  background: #ffffff;
  width: 73%;
  float: right;
  border-right: none;
  height: 210px;
  line-height: 27pt;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.step_td_header_form_textarea {
  background: #f6f6f7;
  width: 27%;
  vertical-align: middle;
  float: left;
  height: 210px;
  line-height: 27pt;
  font-size: 15px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.step_td_contents_ex {
  background: #ffffff;
  width: 73%;
  float: right;
  border-right: none;
  height: 260px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.step_td_contents1 {
  background: #ffffff;
  width: 73%;
  float: right;
  border-right: none;
  height: 70px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.step_item {
  margin-right: 5px;
  width: calc(19%);
  line-height: 1;
}


.step2_item_ct:nth-child(1){width: 16%;}
.step2_item_ct:nth-child(2){width: 30%;}
.step2_item_ct:nth-child(3){width: 60%;}


li.step_item_f.step2_item_ct {
    width: 20%;
}

.step_item_form {
  margin-right: 60px;
}

.step_item_f {
  margin-right: 18px;
}

.step_item_q {
  margin-right: 4px;
}

.footer-urllink {
  border: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;

  padding: 8rem 0 1rem 0;
}

a.partner_urllink {
  font-size: 15px;
  color: #0054a6;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  background: transparent url(/images/type_arrow_oran1.png) no-repeat scroll
    left center;
  padding-left: 18px;
  padding-top: 3px;
  text-decoration: none;
  cursor: pointer;
}

a.partner_urllink:hover {
  color: #2d8ae5;
  text-decoration: underline;
}

/***********************footer (form.css) 内容を追加*************************************/
.footer_space {
  max-width: 100%;
  margin: 0 auto;
  background-color: #1f1f1f;
  border-color: #0e0e0e;
  min-height: 40px;
  line-height: 1.42857;
  margin-top: 1rem;
}

.navbar-header {
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  line-height: 2.5;
}


.fix-contents-width {
  max-width: 1100px;
  margin: 0 auto;
}

.navbar-default {
  background-color: #1f1f1f;
  border-color: #0e0e0e;
  line-height: 5rem;
  font-size: 1rem;
}

.navbar-relative-bottom {
  min-height: 56px;
  line-height: 1.42857;
}

.navbar-relative-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  position: relative;
}

.navbar-center {
  float: left !important;
}

.nav {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.nav-urllink {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.nav > li > .btn {
  padding: 12px 10px 0px 10px;
  font-size: 12px;
  color: #757575;
}

.navbar-nav > li {
  float: left;
}

.nav > li {
  position: relative;
  display: block;
}

.navbar-nav {
  margin: 11px -15px -5px;
}

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 21px;
}

@media screen and (min-width: 1200px) {
  .fix-contents-width {
    max-width: 1000px;
  }
}

@media (max-width: 767px) {
  .nav > li > a {
    display: block;
    padding: 0px 10px;
  }
}


@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
  }

  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }

  .navbar-text {
    font-size: 1.3rem;
    text-align: center;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}


/************************************* form.css end********************************************/

.help_area {
  display: inline-block;
  position: relative;
  top: 3px;
  right: -3px;
}

.lavbel_cbox {
  position: relative;
  margin-right:8px;
  top: 2px;
}

.checkbox {
  position: static;
  top: inherit;
  left: inherit;
}
input.radio,
.checkbox {
  vertical-align: baseline;
  margin-right: 5px;
}

.icon-help-g {
  background-image: url(/images/contents/icon-help-off.png);
  background-size: 18px 18px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.help-layout {
  display: inline-block;
  height: 18px;
  width: 18px;
}

::placeholder {
  color: #d4d4d4;
}

a.url_link_util {
  /* font-size: 13px; */
  color: #2d6eb5;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  background: transparent url(/images/type_arrow_oran1.png) no-repeat scroll
    left center;
  padding-left: 20px;
  padding-top: 1px;
  text-decoration: none;
}

#js-show-popup {
  border: none;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  /*cursor: pointer;*/
}

.top-height {
  margin-top: 25px;
}

#js-show-form {
  border: none;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

#js-show-popup:hover {
  /* opacity: 0.93; */
}

a.sub-menu-link {
  color: #666666;
  font-size: 1.8rem;
  margin: 0 15px;
  line-height: 1.8;
}

a.sub-menu-link:hover {
  color: #2d8ae5;
  text-decoration: underline;
}

.bar-txt-g {
  font-size: 1.6rem;
  color: #cecece;
}

.inputSelf {
  max-width: 160px;
  padding-left: 5px;
  color: #666666;
  height: 30px;
  border: 1px solid #d2d2d2;
}

.selectPlan {
  width: 160px;
  height: 30px;
  border: 1px solid #d2d2d2;
  padding-left: 5px;
}

.step3_dd {
  background: #f6f6f7;
  text-align: center;
  /* border-bottom: 1px solid #e1e1e1; */
  border-right: 1px solid #e1e1e1;
}

.step3_dd:nth-child(1) {
  width: 25%;
}

.step3_dd:nth-child(2) {
  width: 35%;
}

.step3_dd:nth-child(3) {
  width: 10%;
}

.step3_dd:nth-child(4) {
  width: 15%;
}

.step3_dd:nth-child(5) {
  width: 15%;
}

.step_3_plan {
  font-size: 16px;
}

.step_3_plan:nth-child(1) {
  width: 25%;
  border-right: none;
}

.step_3_plan:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  justify-content: flex-start;
}

.step_3_plan:nth-child(5) {
  width: 10%;
  text-align: center;
  border-right: 1px solid #e1e1e1;
}

.step_3_plan:nth-child(7) {
  width: 15%;
  text-align: right;
  border-right: 1px solid #e1e1e1;
  justify-content: flex-end;
}

.step_3_plan:nth-child(9) {
  width: 15%;
  text-align: right;
  justify-content: flex-end;
}

.estimateOptionSheet:nth-last-child(1) {
  border-bottom: none;
}

.option_tit {
  text-align: center;
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  float: left;
}

.option_item {
  width: 75%;
  float: right;
  max-width: 823.28px;
}

.option_tit span {
  position: absolute;
  top: 50%;
  right: 34%;
}

.option_dd {
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
}

.option_dd:nth-child(1) {
  width: 46.7%;
  border-left: 1px solid #e1e1e1;
  justify-content: flex-start;
}

.option_dd:nth-child(3) {
  width: 13.35%;
  text-align: center;
}
.option_dd:nth-child(5) {
  width: 20%;
  text-align: right;
  justify-content: flex-end;
}
.option_dd:nth-child(7) {
  width: 19.7%;
  text-align: right;
  justify-content: flex-end;
}

span.ocr-text {
  font-size: 12px;
}

.step_td_total {
  text-align: center;
  width: 85%;
  padding: 15px;
  border-right: 1px solid #e1e1e1;
  font-size: 17px;
  font-weight: bold;
  background-color: #f6f6f7;
}


dd#totalPrice {
    background-color: #f6f6f7;
}

.step_td_total_price {
  text-align: right;
  width: 15%;
  font-size: 17px;
  justify-content: flex-end;
  font-weight: bold;
}

.step3_sp_dd {
  display: none;
}

.apply_additional {
  font-size: 17px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}


.form_terms_text {
  text-align: left;
  width: 39%;
  margin-right: 8px;
}



.txt_noticepoint {
  font-size: 11px;
  margin-top: 3px;
  line-height: 19pt;
  padding-left: 3px;
}

.urllink-space {
  margin-top: 10px;
  line-height: 19pt;
  padding-left: 3px;
}

.popup_area {
  padding: 20px 0px 15px;
}

.popup_area1 {
  padding: 40px 0px 15px;
}

input[type='checkbox'] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 8px 4px;
}

input.request_input {
  width: 1.85rem;
  height: 1.85rem;
  vertical-align: middle;
  float: left;
  margin-top: 4px;
}

input.trial_input {
  width: 1.85rem;
  height: 1.85rem;
  vertical-align: middle;
  margin: 0 8px 2px 9px;
}

.mustPlanSelectError,
.mustOptionSelectError,
.ErrorNotice {
  margin-top: 1px;
  color: #d30707;
  font-size: 11px;
}

.validation-error {
  border-color: #c04848 !important;
}

.flex_box_space {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

a.textlink {
  color: #666666;
  display: block;
  position: relative;
  font-weight: normal;
  margin: 10px auto 0;
  font-size: 1.2rem;
}

.tooltip5 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip5 img {
  width: 20px;
}
.description5 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #333333;
  border-radius: 5px;
  background: #f2f2f2;
  width: 550px;
  border: 1px solid #666666;
}

.description5:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
}
.tooltip5:hover .description5 {
  display: inline-block;
  top: -75px;
  left: -50px;
}



.item1line {
    width: 100% !important;
}


.add_ex{
  font-size: 12px;
  line-height: 1;
  margin-left: -5px;
}


.dt_shield_area{
  padding-left:15px;
  padding-top:10px;
  height:70px;
}


.dd_shield_area{
  padding-left:15px;
  padding-top:16px;
  height:70px;
}



.disable_positon_shield{
position: absolute;
right: 36%;
}


.disable_positon_storage{
position: absolute;
right: 7%;
}


.precautions_box {
    font-size: 15px;
    line-height: 1.45;
    color: #666;
    background-color: #f6f6f7;
    border: 1px solid #e5e9ec;
    padding: 20px;
    width: 100%;
}



.flex_column_left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.confirm_add {
    margin-top: 12px;
}


.notice_area_Tmargin{
  margin-top:40px;
}


.notice-lineh li {
    padding-bottom: 4px;
}


.notice-lineh li:nth-last-child(1) {
    padding-bottom: 0;
}


span#storageError {
  position: absolute;
  top: 31px;
  left: 108px;
}


#chk_post_no1,
#chk_post_no2 {
    min-width: 100%;
    /* width: 100% !important; */
}


.apply_title{
  font-size: 20px;
  line-height: 1.4;
  color: #555555;
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 9px !important;
}




/* check box start */




input{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input#check9 {
    margin: 0;
}


div.check9 label{
  position:relative;
  padding-left:15px;
}
div.check9 label:before{
  content:"";
  display:block;
  box-sizing:border-box;
  height:20px;
  width:20px;
  position:absolute;
  border:solid 1px #ddd;
  top:50%;
  bottom:0;
  margin-top:-8px;
  transition:0.3s;
}

div.check9 label:after{
  content:"";
  display:block;
  box-sizing:border-box;
  position:absolute;
  top:50%;
  transition:0.2s;
  transform:rotate(45deg);
  border-bottom:solid 3px #555;
  border-right:solid 3px #555;
  width:12px;
  height:20px;
  left:-10px;
  margin-top:-20px;
  opacity:0;
}
div.check9 input[type="checkbox"]:checked + label:after{
  opacity:1;
  margin-top:-16px;
}


/* check box end */





.apply_title{
  font-size: 25px;
  padding: 4px 15px 10px;
  border-left: 4px solid rgb(70, 135, 208);
  border-bottom: 1px dotted #c0cad2;
  }



.mail_inquiry_area{
  margin-bottom: 10px;
  margin-top:40px;
}


a.form_btn{
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


  .apply_form_btn:before{
    content: "";
    display: inline-block;
    background-image: url('/images/apply/icon_app_form.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 42px;
    margin-right: 12px;
    margin-top:3px;
  }



  .contact_form_btn:before{
    content: "";
    display: inline-block;
    background-image: url('/images/apply/icon_contact.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 48px;
    height: 33px;
    margin-right: 12px;
  }


.apply_btn{
  position:relative;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #2f93f7;
  border-radius: 12px;
  border-bottom: 6px solid rgb(13 112 204 / 80%);
  font-size: 24px;
  text-decoration: none;
  width: 40%;
  height: 78px;
  text-align: center;
  margin:18px 0 0;

}


a.form_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.form_btn:hover {
  margin-top: 3px;
  color: #fff;
  background-color: #2f93f7;
  border-radius: 12px;
}


.mail_inquiry_contents{
  width: 100%;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  border-radius:4px;
  color:#666666;
}

.mail_address{
  background-color: #F9F9F9;
  padding: 25px 15px 25px 30px;
  line-height: 1.6;
  border: 1px solid #ECECEC;
  font-size: 20px;
  letter-spacing: 0pt;
}

.web_inquiry_area{
  margin:70px 0;
}

.web_inquiry_contents{
  width: 100%;
  margin: 10px auto;
  padding: 10px 20px 10px 0;
  position: relative;
  border-radius:4px;
  color:#666666;
}

.web_inquiry_contents p{
  font-size:20px;
}








@media screen and (max-width: 1024px) {
  /* 1024pxまでの幅の場合に適応される */
  .top-hspace-h {
    margin-top: 2.5rem;
  }

  .estimate_bn {
    margin-top: 15px;
  }

  .step_td_header {
    width: 100%;
    border-right: none;
    height: auto;
  }

  .step_td_header_form {
    width: 100%;
    border-right: none;
    height: auto;
  }

  .step_td_header_ex {
    width: 100%;
    border-right: none;
    height: auto;
  }

  .step_td_header1 {
    width: 100%;
    border-right: none;
    height: auto;
  }

  .step_td_contents {
    width: 100%;
    height: auto;
  }

  .step_td_contents_form {
    width: 100%;
    height: auto;
  }

  .step_td_contents_ex {
    width: 100%;
    height: auto;
  }

  .step_td_contents1 {
    width: 100%;
    height: auto;
  }

  .option_tit {
    float: left;
  }

  .option_item {
    width: 75%;
    float: right;
  }

  .service_link {
    padding-top: 4%;
  }

  .mustPlanSelectError {
    margin-top: 6px;
    color: #ff0000;
  }


  .apply_mark_area .logo-full {
      width: 29%;
  }

}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */

  .text-align-right_correction {
    width: 20%;
    padding-right: 10px;
  }

  .estimate_step_h3 {
    font-size: 2.5rem;
    line-height: 1;
    padding: 25px 0 5px 0;
    margin: 0;
  }

  .info_step_h3 {
    font-size: 2.5rem;
    line-height: 1;
    padding: 25px 0 5px 0;
    margin: 0;
  }

  .info_step1_h3 {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0px 0 5px 6px;
    margin: 0;
  }

  .apply-title-h2 {
    font-size: 3.0rem;
    line-height: 1;
    padding: 35px 0 15px 0px;
    margin: 0;

    color: #050707;
  }

  .notice-txt-b {
    font-size: 1.7rem;
    padding-bottom: 20px;
    line-height: 1.5;
  }

  .notice-txt-confirm {
    font-size: 1.7rem;
    padding-bottom: 5px;
    line-height: 1.5;
    text-align: left;
  }

  .info-txt-b {
    font-size: 1.7rem;
    padding-bottom: 0px;
    line-height: 1.5;
  }

  .info-txt-b1 {
    font-size: 1.7rem;
    padding-bottom: 0px;
    line-height: 1.5;
    font-weight: normal;
  }

  .info-txt-b2 {
    font-size: 1.7rem;
    padding-bottom: 0px;
    line-height: 1.5;
    font-weight: normal;
    vertical-align: middle;
  }

  .btn-nextform {
    color: #fff;
    background-color: #4fa6f7;
    border-color: #4fa6f7;
    font-size: 1.2em;
    line-height: 22pt;
    border-radius: 4px;
    padding: 11px 0px;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }

  .btn-nextform:hover,
  .btn-nextform:focus,
  .btn-nextform:active,
  .btn-nextform.active {
    color: #fff;
    background-color: #2487e3;
    border-color: #1678d4;
  }

  .dataMigration_item {
    margin-top: 8px;
  }

  .service_link {
    padding-top: 5%;
  }

  .estimate_step {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .estimate_info {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .popup-inner {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .close-btn {
    top: 5px;
  }

  .form-type-title {
    width: 50%;
  }

  .form-type2-dl,
  .tell_3 {
    width: 100%;
    margin-top: 4px;
  }

  .qna-required-t {
    position: relative;
    top: 0px;
    left: 5px;
  }

  .apply_mark_area .logo-full {
    width: 58%;
}


}

@media screen and (max-width: 480px) {
  /* 480pxまでの幅の場合に適応される */

  .contents {
    padding: 10px 20px 2px;
  }

  .notice-lineh {
    font-size: 15px;
    line-height: 1.5;
  }

  .notice-txt-b {
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 1.5;
  }

  .notice-txt-confirm {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 1.5;
    text-align: left;
  }

  .apply-form-notice {
    margin: 1rem 0 0px 5px;
  }

  .info-txt-b {
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 1.5;
  }

  .info-txt-b1 {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 1.5;
    font-weight: normal;
    grid-column: 1 / 3;
    margin-top: 6px;
    margin-left: -8px;
  }

  .info-txt-b2 {
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 1.5;
    font-weight: normal;
    grid-column: 1 / 3;
    margin-top: 6px;
    margin-left: 0px;
  }

  .text-align-right_correction {
    width: 100%;
    padding-right: 10px;
    font-size: 1.3em;
  }

  .estimate_step_h3 {
    font-size: 22px;
    line-height: 1;
    padding: 25px 0 0 0;
    margin: 0;
    font-weight:bold;
  }

  .left-spaceh {
    margin-left: 0px;
  }

  .info_step_h3 {
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0;
  }

  .info_step1_h3 {
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0;
  }

  .apply-title-h2 {
    font-size: 32px;
    line-height: 1;
    padding: 40px 0 15px 0px;
    margin:50px 0 0 0;
    color: #050707;
  }

  .text-align-right_correction span {
    font-size: 1em !important;
  }

  h2.download-title_correction {
    font-size: 2.5rem !important;
    margin: 25px 0px 0px 7px !important;
    color: #333333;
  }

  span.circle_span {
    font-size: 0.9em !important;
  }

  img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .notice_red {
    padding: 6px 0px 0;
    display: block;
    text-indent: -12px;
    padding-left: 12px;
    line-height: 1.4;
    font-size: 12px;
  }

  .help-layout {
    margin: 5px 0 0 0;
  }

  .apply_additional {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: -0.2pt;
    flex-direction: column;
  }

  .btn-nextform {
    width: 100%;
  }

  .footer_space {
    margin-top: 0rem;
  }

  .footer-urllink {
    width: 100%;
    padding: 10px 0 5px 0;
  }

  a.sub-menu-link {
    font-size: 1.6rem;
    margin: 0 5px;
  }

  .bar-txt-g {
    font-size: 1.4rem;
  }

  .estimate_step_td {
    border-right: none;
  }

  .form_step_td {
    border-right: none;
  }

  .form1_step_td {
    border-right: none;
  }

  .step_title_area {
    margin: 0px 0 10px;
  }

  .info_title_area {
    margin: 0px 0 10px;
  }

  .step_item2_line {
    width: 100% !important;
  }

  .step_item3_line {
    width: 26% !important;
  }

  .step_item {
    width: 100%;
    margin: 0px 5px 0 0;
  }

  .step_item_form {
    width: 100%;
    margin: 0px 5px 7px 0;
  }

  .step_item_f {
    width: 100%;
    margin: 5px 5px 8px 0;
  }

  .step_item_q {
    width: 100%;
    margin: 5px 5px 3px 0;
  }

  .navbar-text {
    font-size: 12px;
    text-align: center;
  }

  .step_item_line {
    width: 50%;
  }

  .estimate_step_td {
    padding: 15px 18px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1 !important;
  }

  .form_step_td {
    padding: 15px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    text-align: center;
    height:100%;
    position: relative;
  }

  .form1_step_td {
    padding: 15px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }


  .form_step_td:nth-last-child(1) {
    border-right: 1px solid #e1e1e1;
}

  input.radio,
  .checkbox {
    vertical-align: -1px;
    margin: 0 8px 4px 0 !important;
  }

  .navbar-nav {
    margin: 0px 15px;
  }

  input[type='checkbox'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 8px 4px 0;
  }

  input[type='radio'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }

  .inputSelf {
    border: 1px solid #d2d2d2;
  }

  .selectPlan {
    border: 1px solid #d2d2d2;
    width:100%;
  }

  .step_item {
    margin-right: 0 !important;
  }

  .step_item_form {
    margin-right: 0 !important;
  }

  .step_item_q {
    margin-right: 0 !important;
  }
  .step2_item_ct:nth-child(1) {
    width: 100%;
  }

  .step2_item_ct1:nth-child(1) {
    width: 100%;
  }

  .step2_item_ct:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 6px;
  }


.step2_item_ct:nth-child(3){
  width:100%;
}

  .service_link {
    padding-top: 25px;
    padding-bottom:0;
  }

  /* step3 table */

  .step_3 .flexbox {
    display: block;
  }

  .step3_dd {
    display: none;
  }

  .step3_sp_dd {
    background: #f6f6f7;
    text-align: center;
    display: block;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px;
    height:56px;
  }

  .step3_dd:nth-child(1) {
    width: 100%;
    text-align: center;
    background-color: #999999;
    color: #ffffff;
  }

  .step3_dd:nth-child(2),
  .step3_dd:nth-child(3),
  .step3_dd:nth-child(4),
  .step3_dd:nth-child(5) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(1) {
    background-color: #a4a4a4;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
  }

  .step_3_plan:nth-child(2),
  .step_3_plan:nth-child(3),
  .step_3_plan:nth-child(4),
  .step_3_plan:nth-child(5),
  .step_3_plan:nth-child(6),
  .step_3_plan:nth-child(7),
  .step_3_plan:nth-child(8),
  .step_3_plan:nth-child(9) {
    width: 100%;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }

  .step_3_plan:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(3) {
    width: 100%;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
  }

  .step_3_plan:nth-child(4) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(5) {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
  }


  .step_3_plan:nth-last-child(1) {
    border-bottom: none;
  }


  .option_tit {
    width: 100%;
    text-align: center;
    background-color: #a4a4a4;
    color: #ffffff;

    border-right: none;
  }

  .option_tit span {
    position: static;
  }

  .option_dd:nth-child(1) {
    background-color: #e6e6e7;
    width: 100%;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    justify-content: center;
    padding: 15px 0;
    letter-spacing: -0.4px;
  }

  .option_dd:nth-child(2),
  .option_dd:nth-child(3),
  .option_dd:nth-child(4),
  .option_dd:nth-child(5),
  .option_dd:nth-child(6),
  .option_dd:nth-child(7),
  .option_dd:nth-child(8),
  .option_dd:nth-child(9) {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    justify-content: center;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }

  .step_td_total {
    width: 100%;
    background-color: #a4a4a4;
    color: #ffffff;
  }

  .step_td_total_price {
    width: 100%;
    text-align: center;
    justify-content: center;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1 !important;
  }

  .option_tit {
    float: none;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 17px;
    height: 60px;
    margin-top: 20px;
  }

  .option_item {
    width: 100%;
    float: none;
    margin-top: 0;
  }



  .popup_area {
    padding: 0px 0px 4px;
  }


  .apply_title_h2span {
      font-size: 32px;
  }


.Consent_box_txt{
  margin: 0 !important;
  padding-left: 0 !important;
  font-size: 13px;
}


.Consent_pmark_left img {
    width: 100% !important;
}



.Consent_box label{
  font-size:15px;
}



li.step_item_f.step2_item_ct {
    width: 100%;
    margin: 5px 0 20px 0;
}


input#storageText {
    max-width: 100%;
}


input#dcShieldText {
    max-width: 100%;
    width:76%;
}


.disable_positon_storage{
  position: initial;
}


.disable_positon_shield{
  position: initial;
}



li.step_item2_line.step_item {
    margin-top:5px;
    margin-bottom: 10px;
}



li.step_item2_line.step_item:nth-last-child(1) {
    margin-bottom: 0;
}



dt.estimate_step_td.step_td_header_form {
    padding: 10px 15px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    justify-content: left;
    height:56px;
    color: #444444;
}


.form-type3-dl-tel:nth-child(2) {
    margin: 0 8.5px 0 8.5px;
}



.info_title_area {
    display: grid;
    flex-direction: row;
    align-items: center;
    grid-template-columns:40% 1fr;
}


.form_title_area2{
  grid-template-columns:49% 1fr;
}


input.trial_input.checkbox.useCheckbox {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 !important;
}

input.request_input.checkbox.useCheckbox {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 !important;
}



.notice_area_Tmargin{
  margin-top:0;
}


.form_terms_text {
    text-align: left;
    width: 100%;
    margin-right: 0;
}


.apply_mark_area {
    width: 100% !important;
    margin-top: 8px;
    margin-bottom: 20px;
}



li.step_item2_line.step_item:nth-last-child(1) {
    margin-bottom: 0;
}



.step_td_header {
    /* font-weight: bold; */
}

.step_td_header span{
    font-weight: 100;
}



.notice-lineh li {
    padding-bottom: 4px;
    text-indent: -15px;
    padding-left: 15px;
}


input#trip-start {
    width: 100% !important;
}


.confirm_add {
    margin-top: 0;
}


.estimate_step.step_3 {
    padding-top: 0;
}


.step_title_area.step3_area .estimate_step_h3 {
    margin-top: 0;
    padding-top: 10px;
}



.estimate_step_talbe{
    border-right: none;
    border-left: none;
    border-top: 1px solid #e1e1e1;
}


p.confirm_notice{
  text-align: left;
  padding-top: 0px;
  color: #d30707;
  font-size: 13px;
  text-indent: -23px;
  padding-left: 22px;
}


dd.apply_confirm_total{
  margin-top: 20px;
}


.sp_grid_oneline{
  grid-template-columns: 1fr;
}


.parentheses_font{
  font-size:13px;
}



dd.form_step_td.step_td_contents_ex {
    height: auto;
}

span#storageError {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  position: inherit;
  top: 0;
  left: 0;
}

.w3-blue-down{
      height: 66px;
}

.w3-xlarge1 {
    font-size: 2.2em !important;
    line-height: 1.1;
    padding-top: 15px;
}


.h2-title-down {
    font-size: 23px;
    margin: 17px 0 13px 0;
}


.pass {
    /* position: absolute;
    float: right;
    display: inline-block;
    right: 5%;
    margin-top: 0;
    margin-left: 0; */
    top: -5px;
    margin-top: -36px;
}



}































/************************************** form.css 入力情報 start *******************************************/
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.42857;
  color: #333;
  vertical-align: middle;
}

.form-search-field {
  font-size: 17px;
  line-height: 2.6;
  color: #555555;
  vertical-align: middle;
  text-align: left;
}

.font-normal {
  font-weight: 300;
  color: #555555;
  font-size: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #c3c3c3;
}

.form-control::-moz-placeholder {
  color: #c3c3c3;
}

.form-control:-ms-input-placeholder {
  color: #c3c3c3;
}

.form-control::-webkit-input-placeholder {
  color: #c3c3c3;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

.form-control {
  background-color: #ffffff;
}

.form-control.passed {
  background-color: #fff;
}

.form-control.error {
  background-color: #faffbd;
  border: 1px solid #e40000;
}

.form-control:focus {
  background-color: #faffbd;
}

.error:focus,
.error {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #da605f;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control {
  height: auto;
}

option .space-txt-line {
  font-size: 14px;
  line-height: 20px;
}

.form-control1 {
  display: block;
  width: 98%;
  height: 23px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control1:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control1:-moz-placeholder {
  color: #c3c3c3;
}

.form-control1::-moz-placeholder {
  color: #c3c3c3;
}

.form-control1:-ms-input-placeholder {
  color: #c3c3c3;
}

.form-control1::-webkit-input-placeholder {
  color: #c3c3c3;
}

.form-control1[disabled],
.form-control1[readonly],
fieldset[disabled] .form-control1 {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

.form-control1 {
  background-color: #ffd9d9;
}

.form-control1.passed,
.form-control.error {
  background-color: #fff;
}

.form-control1:focus {
  background-color: #faffbd;
}

.error:focus,
.error {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #da605f;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.error:focus,
.error {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #da605f;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.type-middle {
  margin-top: 10px;
}

.Required,
.Any {
  top: 3px;
  left: 10px;
  position: relative;
}

.trial_font ul li:nth-child(2) {
  width: 42%;
}
.trial_font ul li:nth-child(3n) {
  width: 18%;
}
.trial_font ul li:nth-child(5) {
  width: 42%;
}

.help_description {
  position: relative;
  top: 1px;
  left: 4px;
  float: left;
}

.trial_option ul li {
  width: 55%;
  margin-bottom: 3px;
}

.trial_option ul li:nth-child(2n) {
  width: 36%;
}

.trial_option label {
  font-weight: 100;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify_s_between {
  justify-content: space-between;
}

.font-normal {
  font-weight: 300;
  color: #656565;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .popup_area1 {
    padding: 5px 0px 15px;
  }

  .flex_box_space {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .navbar-default {
    line-height: 2.7rem;
  }

  .Required-td {
    width: 15%;
    text-align: center;
    vertical-align: top;
  }

  .form-type-title {
    width: 100%;
  }

  .form-search-field {
    line-height: 1.3;
    text-align: left;
  }

  dt.estimate_step_td.step_td_header_ex {
    justify-content: center;
    color: #555555;
}

  .form-type-dl {
    float: right;
    width: 100%;
    margin: 0;
    border: 1px solid #e1e1e1;
    font-size: 1em;
  }

  .form-type2-dl {
    float: right;
    width: 100%;
    margin: 0;
    font-size: 1em;
  }

  .form-type3-dl {
    float: left;
    width: 32%;
    margin-right: 6px;
    font-size: 1em;
  }

  .form-type3-dl:nth-last-child(1) {
    margin-right: 0px;
  }

  .form-type3-dl-tel {
    float: left;
    width: 31.5%;
    margin: 0;
    font-size: 1em;
  }

  .form-type3-dl-tel:nth-last-child(1) {
    margin: 0 0 0 0px;
  }

  .tell_3 {
    width: 100%;
    float: right;
  }

  .form-type2-dl-post {
    float: left;
    width: 48.6%;
    /* margin: 0 8.5px 0 0 !important; */
    font-size: 1em;
  }

  .form-type2-dl-post:nth-child(1){
    margin: 0 8.5px 0 0 !important;
}

  .form-type2-dl-post:nth-last-child(1) {
    margin: 0 0 0 0px;
  }

  .form-type-dl-date {
    float: left;
    width: 50%;
    margin: 0 0px 0 0;
    font-size: 1em;
  }

  .tell_3 {
    width: 100%;
    float: right;
  }

  .chk {
    min-width: 100%;
    font-size: 0.8em;
    top: 5px;
    letter-spacing: -0.8px;
    text-align: left;
  }

  .chk:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 20%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 15px solid #c72439;
  }

  .form-type4-dl {
    width: 100%;
    float: right;
  }

  .element-radio-column3 {
    float: left;
    width: 25%;
    margin-right: 10px;
  }

  .element-radio-column3:first-child {
    width: 25%;
    float: left;
  }
  .element-radio-column3:nth-child(4) {
    width: 15%;
    margin-right: 0;
  }

  .table-inner-box-list-pl {
    display: inline-block;
    width: 33%;
  }

  .table-inner-box-list-pl:nth-child(2) {
    width: 37%;
  }
  .table-inner-box-list-pl:nth-child(3) {
    width: 24%;
  }

  .service_label {
    margin-right: 0px;
  }

  h3.download-title_correction {
    font-size: 1.3em;
    margin: 4px 0px 0px 7px;
  }

  .Required,
  .Any {
    float: left;
    position: relative;
    top: 2px;
    left: 5px;
  }

  .tell-check-icon {
    top: -12px;
    left: 78%;
  }

  .flex_box_between {
    font-size: 0.8em;
  }

  .flex_box_between p {
    margin-bottom: 0;
  }

  .left-link-space-qna {
    padding: 0px 0 13px;
  }

  .table-inner-box-list {
    width: 100%;
  }

  .trial_font ul li {
    width: 50%;
  }
  .trial_font ul li:nth-child(2) {
    width: 50%;
  }
  .trial_font ul li:nth-child(3n) {
    width: 50%;
  }
  .trial_font ul li:nth-child(5) {
    width: 50%;
  }

  .help_description {
    top: 0px;
  }

  .trial_option ul li {
    width: 100%;
  }

  .trial_option ul li:nth-child(2n) {
    width: 100%;
  }

  .req_help {
    left: 9px;
  }


  .top-hspace-h {
      margin-top: 2rem;
  }


  .apply-box-notice {
    width: 100%;
    display: block;
    margin: 15px 0 0;
}



.Consent_box{
  font-size:16px;
}





.mail_inquiry_area {
    margin-top: 20px;
}


.apply_title {
    font-size: 20px;
    margin-bottom: 0 !important;
  }


.mail_address{
  padding: 20px;
  line-height: 1.6;
  font-size: 17px;
}


.mail_inquiry_contents{
  margin: 8px auto;

}


.apply_btn {
    font-size: 19px;
    width: 100%;
    height: 68px;
    text-align: center;
    margin: 12px 0 0;
}



.apply_form_btn:before {
    width: 31px;
    height: 37px;
    margin-right: 9px;
}



.web_inquiry_area{
      margin: 50px 0 30px;
}



.web_inquiry_contents{
    margin: 5px auto;
    padding: 10px 0;
}



.web_inquiry_contents p {
  font-size: 17px;
  line-height: 1.4;
}

.contact_form_btn:before {
    width: 43px;
    height: 30px;
    margin-right: 10px;
}


}

@media screen and (max-width: 520px) {
  h3.download-title_correction {
    font-size: 15px !important;
    margin: 2px 0px 0px 7px !important;
  }

  .btn-primary {
    font-size: 1.6em;
    padding: 6px 0;
    height: 56px;
    width:100%;
  }

  .btn-backform {
    font-size: 1.6em;
    padding: 6px 0;
    max-width: 100%;
    height: 56px;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }

}

/*********************************************　フッター　**********************************/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}


.navbar-default {
  background-color: #1f1f1f;
  border-color: #0e0e0e;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #45a1ea;
  background-color: #1f1f1f;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #050505;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-fixed-bottom {
  min-height: 30px;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.container-full-width {
  width: 100%;
  max-width: 100%;
  padding: 12px 0;
}



@media screen and (min-width: 1200px) {
  .container.container-full-width {
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
  }
}



@media screen and (max-width: 767px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-header {
    text-align: center;
    margin-right: 11px;
    margin-left: 11px;
  }

  .navbar-text {
    float: none;
    padding-bottom: 7px;
  }

  .navbar-nav > li > a > span {
    display: inline;
  }



.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}

}





.navbar-relative-bottom > .container > .nav > li > .btn-footer {
  padding: 0 10px 0px 10px;
  font-size: 13px;
  color: #757575;
}

.navbar-fixed-bottom > .container > .navbar-header > .navbar-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 12px;
}

.navbar-fixed-bottom > .container > .nav > li > .btn {
  padding: 12px 10px 0px 10px;
  font-size: 12px;
  color: #757575;
}

.navbar-relative-bottom {
  position: relative;
  right: 0;
  left: 0;
}

.navbar-relative-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  position: relative;
}

.navbar-relative-bottom {
  min-height: 100%;
  line-height: 1.7;
}

.navbar-relative-bottom > .container > .navbar-header > .navbar-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}

.navbar-relative-bottom > .container > .nav > li > .btn {
  padding: 12px 10px 0px 10px;
  font-size: 13px;
  color: #757575;
}

.box-notice-img {
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  background-color: #f2faff;
  border: 1px solid #e5e9ec;
  padding: 24px 30px;
  /* float: left; */
  margin-bottom: 20px;
}


ul.box-notice-img li {
    margin-bottom: 5px;
    text-indent: -23px;
    padding-left: 20px;
}



.box-point-title {
  font-size: 17px;
  line-height: 1.4;
  color: #555555;
  font-weight: 700;
  padding-left:0;
  margin-bottom: 9px !important;
}

.navbar-default .navbar-text {
  color: #868686;
}





.navbar-header:before,
.navbar-header:after {
  content: ' ';
  display: table;
}

.navbar-header:after {
  clear: both;
}



@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}



@media screen and (max-width: 600px) {
  .flex_box_space {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .box-notice-img {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px;
    /* float: left; */
    margin-bottom: 10px;
  }

  .box-point-title{
    font-size: 16px;
  }
}

/************************************ close_confirm css ********************************/

.close-contents {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}

.apply-form-close_notice {
  width: 100%;
  display: block;
  float: left;
  margin: 4.5rem 0 0px 0;
}

.alert-info-n {
  color: #305d8c;
  background: #d6dde7;
  font-size: 13px;
  border-left: 5px solid #9cb4c5;
}

.alert-n {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 11px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.header-title-bg {
  background: #353d4b !important;
  border-color: #353d4b !important;
  border: 1px solid #c2c2c2;
  color: #ffffff;
}

.close-apply-form-notice {
  width: 100%;
  display: block;
  float: left;
  margin: 4rem 0 0px 0;
}

.close-kbox {
  padding: 15px 14px 12px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 13px;
  color: #555;
}

.close-point-red {
  font-size: 12px;
  color: #ff0000;
}

.close-point-trans {
  font-size: 12px;
  color: rgba(254, 254, 254, 1);
}

.title_header {
  background: #353d4b !important;
  border-color: #353d4b !important;
  border: 1px solid #c2c2c2;
  color: #ffffff;
  float: left;
  width: 100%;
  padding: 2px 13px;
  position: relative;
}

.tab-tb-h {
  margin-top: 30px;
}

.title_header h3 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'Meiryo', Arial, Helvetica, Sans-Serif !important;
}

.close_step_tb {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border-width: 1px 1px 2px;
  border-style: solid;
  border-top: 0;
  border-right-color: #ccc !important;
  border-bottom-color: #ccc !important;
  border-left-color: #ccc !important;
  padding: 5px 13px;
  overflow: visible;
}

.close_step_td_title {
  width: 27%;
  vertical-align: middle;
  float: left;
  font-size: 13px;
  color: #333;
  line-height: 29px;
  text-align: right;
  height: auto;
}

.close_step_td_contents {
  width: 73%;
  float: left;
  border-right: none;
  line-height: 29pt;
  font-size: 13px;
  text-align: left;
  height: auto;
  color: #333;
}

.close_step_td_title_checkbox {
  width: 27%;
  vertical-align: middle;
  float: left;
  font-size: 13px;
  color: #333;
  text-align: right;
  padding: 15px 18px 10px 15px;
  height: auto;
}

.close_step_td_contents_checkbox {
  background: #ffffff;
  width: 73%;
  float: right;
  border-right: none;
  line-height: 16pt;
  font-size: 13px;
  padding: 10px 15px 5px 15px;
  height: auto;
  color: #333;
}

.close_step_td_title_checkbox-list {
  width: 27%;
  vertical-align: middle;
  float: left;
  font-size: 13px;
  color: #333;
  text-align: right;
  padding: 10px 18px 2px 15px;
  height: auto;
  line-height: 16pt;
}

.close_step_td_contents_checkbox-list {
  background: #ffffff;
  width: 73%;
  float: right;
  border-right: none;
  line-height: 16pt;
  font-size: 13px;
  padding: 10px 15px 0px 15px;
  height: auto;
  color: #333;
}

.close_step_td_btn {
  width: 100%;
  float: left;
  border-right: none;
  padding: 0px 15px 25px 15px;
  margin-left: 27%;
}

.close-db-box {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 10px;
}

.close-db-box-list {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}

.close_step_bottomline {
  border-bottom: 1px solid #eee;
}

.close-box-hspace {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.inside-txt {
  padding: 0px 0 3px 2px;
  vertical-align: middle;
}

.line-h-s {
  line-height: 30px;
}

.check_font_bold {
  font-weight: bold;
}

.form-control-close {
  display: block;
  width: 96%;
  padding: 8px 6px;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 3px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control-close:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-close:-moz-placeholder {
  color: #c3c3c3;
}

.form-control-close::-moz-placeholder {
  color: #c3c3c3;
}

.form-control-close:-ms-input-placeholder {
  color: #c3c3c3;
}

.form-control-close::-webkit-input-placeholder {
  color: #c3c3c3;
}

.form-control-close[disabled],
.form-control-close[readonly],
fieldset[disabled] .form-control-close {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

.form-control-close {
  background-color: #ffffff;
}

.form-control-close.passed {
  background-color: #fff;
}

.form-control-close.error {
  background-color: #faffbd;
  border: 1px solid #e40000;
}

.form-control-close:focus {
  background-color: #faffbd;
}

.form-margin-bottom {
  margin-bottom: 10px;
}

.error:focus,
.error {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #da605f;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control-close {
  height: auto;
}

.close_exper_title {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.close-top-hspace {
  margin-top: 15px;
}

.btn-close-primary {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 10px 40px;

  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-close-primary:hover {
  color: #ffffff;
  background-color: #1961a0;
  border-color: #1b568a;
}

.btn-close-backform {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #c3c3c3;
  border-color: #9e9e9e;
  padding: 10px 40px;
  margin-right: 10px;

  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-close-backform:hover {
  color: #ffffff;
  background-color: #a7a7a7;
  border-color: #929292;
}



.apply_mark_area{
  padding: 0;
  width: 50%;
  display: flex;
  align-items: flex-end;
}

.mark_logo {
    margin-right: 8px;
}


.apply_mark_area .logo-full {
    width: 100%;
    max-width: 310px;
}


.apply_mark_area .logo-full-right{
  width: 100%;
  max-width: 179px;
}
