@charset "utf-8";

html {
  font-size: 14px;
}

header {
  border-bottom: 10px solid #639848;
}

footer {
  background-color: #639848;
  color: #ffffff;
  font-size: 12px;
  margin-top: 3rem;
  padding: 1rem;
  text-align: right;
}
.email-card-header{
  background-color: #74B253 !important;
  color: #FFFFFF !important;
}

.agreement-block {
  background-color: #f9f5ee;
  margin: 1rem 0;
  padding: 1rem 2rem;
}

.bg-agreement {
  background: #fffad6;
}

.form-phone .form-control {
  width: 6rem;
}

.alert.alert-caution {
  color: #a9484f;
  background-color: #e9ecef;
}
.alert-very-strong{
  color: #f61727 !important;
}

.alert-caution ul:not(.list-style-type-circle) {
  margin-top: 1rem; 
}

.alert-area {
  margin: 10px auto;
}

.flow {
  padding: 15px 0 0 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.bread {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.bread li {
  float: left;
}

.navigation {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  position: relative;
  background-color: #dedede;
  color: #337ab7;
  font-weight: bold;
  font-size: 20px;
}

.bubble {
  min-width: 200px;
  margin: 15px;
  background: #fff;
  padding: 0;
  position: relative;
  border-radius: 20px;
  color: #c6c6c6;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.arrow {
  padding-top: 16px;
  color: #fff;
}

.current {
  background: #639848;
  color: #fff;
  border: 1px solid #639848;
}

.bubble-current:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  border-top: 20px solid blue;
  border-top-color: inherit;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.color-header {
  position: relative;
  display: block;
  padding: 0 0 0.25rem 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #639848;
}

.color-header::before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 8px;
  height: 100%;
  background-color: #639848;
}

.btn-tsukuba-green {
  color: #fff;
  background-color: #82B33D;
  border-color: #82B33D;
}

.btn-tsukuba-green:hover {
  color: #fff;
  background-color: #9CC75B;
  border-color: #9CC75B;
}

.btn-tsukuba-orange {
  color: #fff;
  background-color: #E48F21;
  border-color: #E48F21;
}

.btn-tsukuba-orange:hover {
  color: #fff;
  background-color: #D2821A;
  border-color: #D2821A;
}

.scroll-box {
  height: 320px;
  overflow-y: scroll;
}

.link-pdf {
  background: url(../images/icon_pdf.png) no-repeat;
  padding-left: 25px;
}

.container-fluid {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.top-section {
  padding: 10px;
  background-color: #dedede;
  margin-bottom: 3rem;
}

.radius-title {
  max-width: 500px;
  padding: 10px;
  position: relative;
  border-radius: 20px;
  background: #FFFFFF;
  color: #639848;
  font-weight: bold;
  font-size: 20px;
  border: #639848 1px solid;
}

.application-item-top {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
}

.application-item {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
  border-top: none;
}

.application-item-title {
  background-color: #f5f6e5;
  word-wrap: break-word;
  padding: 1rem 3.5rem 1rem 1rem;
}

.application-item-body {
  background-color: #ffffff;
  word-wrap: break-word;
  padding-top: 1rem;
}

.application-item-bottom {
  margin-bottom: 1rem;
}

.badge-required {
  position: absolute;
  right: 1rem;
  color: #fff;
  background-color: #C71C22;
}

.page-flow-navigation {
  margin: 15px auto;
  max-width: 800px;
}

.page-flow-navigation img {
  width: 100%;
}

.ime-disabled {
  ime-mode: disabled;
}

.has-error {
  background-color: #f8d7da;
}

.frame-border {
  background-color: #f9f5ee;
  margin: 30px -15px;
  padding: 30px 20px;
}

.agreement-text, .privacy-policy-text, .peps-text, .security-text {
  overflow-y: scroll;
  max-height: 330px;
  border: 1px #cccccc solid;
  padding: 25px;
  padding-left: 30px;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  border-width: 1px;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  line-height: 28px;
  background: #fffad6;
}

.agreement-text h6 {
  font-weight: bold;
}

.agreement-text ul {
  padding-left: 5px;
}

.agreement-text-sp ul {
  padding-left: 10px;
}

.agreement-text li {
  list-style: none;
}

.privacy-policy-text ul.contents li {
  font-size: 100%;
  list-style: none !important;
  margin: 0 0 0 -0em !important;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.privacy-policy-text table.contents {
  width: 95%;
  border-collapse: collapse;
  border-style: solid;
  border-width: thin;
}

.privacy-policy-text table.contents th {
  background-color: #dcdcdc;
  vertical-align: middle;
  border-style: solid;
  border-width: thin;
  text-align: center;
  font-weight: bold;
}

.privacy-policy-text table.contents td {
  background-color: #fff;
  vertical-align: middle;
  border-style: solid;
  border-width: thin;
}

.netbranch-tearms_checkbox {
  display: block;
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
  padding: 20px 0 20px 100px;
  background: #fffafa;
  border: 1px solid salmon;
  border-radius: 3px;
  color: salmon !important;
  font-weight: bold;
  text-align: left;
  font-size: 18px !important;
}

.netbranch-tearms_checkbox input {
  display: none;
  height: 16px;
  vertical-align: middle;
}

.netbranch-tearms_checkbox #dis-agreement-label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/Application/netbranch_cmn_icon_checkbox01.png) no-repeat 50px 48%;
  cursor: pointer;
}

.netbranch-tearms_checkbox #agreement-label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/Application/netbranch_cmn_icon_checkbox02.png) no-repeat 50px 48%;
  cursor: pointer;
}

.disagree-link {
  margin-top: 20px;
}

.disagree-link a {
  color: #639848;
}

.form-control::-webkit-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
}

.form-control::placeholder {
  color: #B5B5B5;
  opacity: 1;
}

.modal-body .btn {
  font-size: 0.9rem;
  vertical-align: baseline;
}

.modal-body p {
  margin: 0;
}

.modal-body code {
  padding: 2px 4px;
  background-color: #f9f2f4;
}

.breakWordScreen {
  word-break: break-all;
  overflow-wrap : break-all;
}

.input-date-year {
  max-width:190px!important;
  padding:0px;
}

.input-date-month-day {
  width: 215px!important;
  padding: 0px;
}

.list-style-type-circle {
    list-style-type:circle;
}

.form-check-inline.form-check-custom {
  margin-bottom: 0.5rem;
}

.agreement-indent{
  padding-left: 1rem;
  text-indent: -1rem;
}

@media (max-width: 575.98px) {
  .form-check.form-check-custom {
    padding-left: 2.5rem;
    background: #F8F8F8;
    border: 1px solid #cccccc;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
  }
  
  .form-check.form-check-custom .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.5rem;
    margin-left: -2rem;
  }

  .form-check.form-check-custom .form-check-label {
    display: block;
    padding: 0.5rem 0;
  }

  .form-check-inline.form-check-custom {
    padding-left: 2.5rem;
    background: #F8F8F8;
    border: 1px solid #cccccc;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
  }
  
  .form-check-inline.form-check-custom .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -2rem;
  }

  .form-check-inline.form-check-custom .form-check-label {
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}

.app-flow-breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style : none;
  counter-reset: number;
}
.app-flow-breadcrumb .app-flow-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 14px;
  padding: 4px 10px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  color: #c6c6c6;
  font-weight: bold;
  font-size: 16px;
}
.app-flow-breadcrumb .app-flow-bubble:before {
  counter-increment: number;
  content: counter(number)".";
  padding-right: 0.5em;
}
.app-flow-breadcrumb .app-flow-arrow {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  align-self: center;
}
.app-flow-breadcrumb .app-flow-current {
  background: #639848;
  color: #fff;
  border: 1px solid #639848;
}

@media only screen and (max-width: 991.98px) {
  .h3-ttl::before {
    left: -10px;
  }
  .side-by-side {
    display: flex;
  }

  .app-flow-breadcrumb .app-flow-bubble {
    margin: 12px;
    padding: 8px;
    width: 180px;
    font-size: 14px;
    border-radius: 12px;
  }
  .app-flow-breadcrumb .app-flow-arrow {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .app-flow-breadcrumb .app-flow-bubble {
    margin: 8px;
    padding: 6px;
    width: 150px;
    font-size: 13px;
    border-radius: 10px;
  }
  .app-flow-breadcrumb .app-flow-arrow {
    font-size: 14px;
  }
}

.tbl-questionnaire {
  background: transparent;
  width: 100%;
}

@media screen and (max-width: 575.98px) {
  .app-flow-breadcrumb .app-flow-bubble {
    margin: 5px;
    padding: 4px;
    width: 100px;
    font-size: 12px;
    border-radius: 6px;
  }
  .app-flow-breadcrumb .app-flow-bubble:before {
    display: none;
  }
  .app-flow-breadcrumb .app-flow-arrow {
    font-size: 12px;
  }
  .tbl-questionnaire {
    width: 100%;
  }
  .tbl-questionnaire .thead {
    display: none;
  }
  .tbl-questionnaire tr {
    width: 100%;
  }
  .tbl-questionnaire td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-questionnaire td:first-child {
    background: #EDF9EFE6;
    color: #201f1f;
    text-align: center;
  }
  .tbl-questionnaire td:before {
    content: attr(data-label);
    float: left;
    margin-right: 10px;
  }
}
