@charset "utf-8";

body {
    font-size: 90%;
}

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

footer {
    background-color: #4d4d49;
    color: #ffffff;
    font-size: 12px;
    margin-top: 50px;
    padding: 10px;
    text-align: right;
}

.color-header {
    position: relative;
    display: block;
    padding-left: 12px;
    font-weight: bold;
    border-bottom: 1px solid #004692;
}

.color-header::before {
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    width: 8px;
    height: 1.2em;
    background-color: #004692;
}

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

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

.badge-required {
    color: #fff;
    background-color: #C71C22;
}

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

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

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

.application-wrap {
    border-top: 1px solid #ccc;
}

.application-item {
    border: 1px solid #ccc;
    border-top: none;
}

.application-item-title {
    background-color: #f5f5f5;
    word-wrap: break-word;
}

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

.application-item-body input[type="radio"] {
    width: 1em;
    height: 1em;
}

.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;
}

/* =====================
  agreement
===================== */
.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;
}

.attention-text {
    overflow-y: scroll;
    max-height: 330px;
    border: 1px #cccccc solid;
    padding: 10px;
    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: #004692;
}

.for-extra-small {
    display: none !important;
}

.for-middle-over {
    display: inline-block !important;
}

.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: 0px;
}

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

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

.input-date-year {
    padding: 0px;
}

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

input[type=radio] {
    display: inline-block;
    width: 20px;
    height: 30px;
    vertical-align: top;
}

label.radiolabel {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

label.radiolabel div {
    margin-left: 10px;
}

label.radiolabel-lg {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

label.radiolabel-lg div {
    margin-left: 10px;
}

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

.ul-inline-block li div {
    display: inline-block
}

.mt-20 {
    margin-top: 20px;
}

.group-credit-text,
.privacy-policy-text,
.peps-text,
.security-text {
    overflow-y: scroll;
    max-height: 250px;
    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;
}

.group-credit-text h6 {
    font-weight: bold;
}

.form-submit {
    margin: 25px 0;
    text-align: center;
}

.transition-button {
    /* NOTE: 折り返し表示するためbootstrapのbtnのwhite-spaceの設定を変更 */
    white-space: initial;
    width: 90%;
}

#sp-layout {
    display: none;
}

/* ナビゲーション */
.email-progress-bar,
.application-progress-bar {
    display: flex;
    flex-wrap: wrap;
}

.email-progress-bar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

.application-progress-bar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

.email-progress-bar .item:not(:last-child)::before,
.email-progress-bar .item:not(:last-child)::after,
.application-progress-bar .item:not(:last-child)::before,
.application-progress-bar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 35px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

.email-progress-bar .item:not(:last-child)::before,
.application-progress-bar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

.email-progress-bar .item.active,
.application-progress-bar .item.active {
    z-index: 1;
    background: #004692;
    color: #FFF;
}

.email-progress-bar .item.active:not(:last-child)::after,
.application-progress-bar .item.active:not(:last-child)::after {
    border-left-color: #004692;
}

.email-progress-bar .item.active:not(:last-child)::before,
.application-progress-bar .item.active:not(:last-child)::before {
    border-left: none;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}
