.width_200 {
    width: 200px;
}

.width_Y {
    width: 90px;
}

.width_M_D {
    width: 70px;
}

.row-dash {
    border-top: 1px dashed #A6A6A6;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.row-dash-bottom {
    border-bottom: 1px dashed #A6A6A6;
    margin-bottom: 15px;
}

.row-dash-both {
    border-top: 1px dashed #A6A6A6;
    border-bottom: 1px dashed #A6A6A6;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

* {
    line-height: normal;
}

.errorMsg {
    color: #a94442;
}

html {
    font-size: 16px;
}

html * {
    font-family: Verdana;
}

.col-form-label {
    background-color: #e6f8ff;
}

.col-form-label-orange {
    background-color: #ffdab9;
}

.custom-error {
    background-color: #f2dede;
}

.steparea {
    list-style: none;
    padding: 25px 0 0;
}

.number {
    margin-right: 10px;
    float: right;
    width: 25px;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 50%;
}

.card_override {
    background-color: whitesmoke !important;
}

.helper {
    font-size: 13px;
    color: #555;
}

.nowrap {
    white-space: nowrap;
}

.strongspan {
    font-weight: bold;
}

.redspan {
    color: red;
}

.bluespan {
    color: blue;
}

.card-custom {
    padding-top: 0px !important;
}

span.dateFormat {
    display: none;
}

.displayNone {
    display: none !important;
}

.dottedLine {
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    border-color: #A6A6A6;

}

.box_srcollbar {
    overflow: auto;
    height: 400px;
}

.inActive {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
    pointer-events: none !important;
}

.displayNone {
    display: none;
}

.setIndent {
    margin-left: 16px;
}

.emphasisMoji {
    text-decoration: underline;
    font-weight: bold;
}

.pointerEventsNone {
    pointer-events: none !important;
}

.titleHr {
    border-top: 3px solid #009ce5;
    margin-top: -2px;
}

.nextLinkBtn {
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #009ce5;
    padding: 8px 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #009ce5;
    text-decoration: none;
    margin-left: 10px;

}

.nextLinkBtn:hover {
    text-decoration: none;
    color: white;
    /* マウスオーバー時、IEにて表示不具合が発生するため、opacityではなくrgba()にて透明化 */
    background-color:rgba(0,156,229,0.7);
}

.imgUploadBtn{
    width: 320px;
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 319px) {
	/* 319px以下に適用されるCSS（スマホ用） */
    .imgUploadBtn{
        width: 200px;
    }
}

.cursorPointer {
    cursor: pointer;
}

.secondLinkBtn {
    cursor: pointer;
    width: 80%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a6a6a6;
    padding: 8px 20px;
    text-decoration: none;
    margin-left: 10px;
    background: white;
    color: #303539;
}

.secondLinkBtn:hover {
    text-decoration: none;
    border: solid 1px #cccccc;
    color: black;
    /* マウスオーバー時、IEにて表示不具合が発生するため、opacityではなくrgba()にて透明化 */
    background-color:rgba(255,255,255,0.7);
}

.buttonArea {
    margin: 0 0 30px 0;
    padding: 18px 20px;
    background-color: #dcf0fa;
    box-sizing: border-box;
}

.messageArea {
    margin: 0 0 30px 0;
    padding: 18px 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #000;
}

.required {
    color: #CC0000;
    font-weight: bold;

}

.customLabels {
    border-left: 3px solid #009ce5;
}

.underline {
    text-decoration: underline;
}

.ui-tooltip-content {
    color: white;
    background: #432F2F;
}

.ui-widget.ui-widget-content {
    border: 1px solid #009ce5;
}

.ui-datepicker table {
    background: white;
}

.ui-datepicker .ui-datepicker-header {
    background: #e6f8ff;
}

.ui-state-default {
    border: 1px solid #808080 !important;
}

[id$=textarea] {
    padding: 15px;
    line-height: 20px;
    width: 280px;
}

[type=checkbox]{
    transform: scale(1.1);
    margin: 3px 6px 3px 0px;
}

.inputMarginTop{
    margin-top:6px;
}

.marginTopAndBottom {
    margin-top:0.8rem;
    margin-bottom:0.8rem;
}

.marginRight {
    margin-right:-1.1rem;
}

.radiofield {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    background: #f3f3f3;
    display: inline-block;
    padding: 0.7rem 1.4rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #009ce5;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}

.radio-inline__input:checked+.radio-inline__label_n {
    background: #d65858 !important;
}

.radio-inline__input:focus+.radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.first-indent {
    text-indent: -1rem;
    padding-left: 1rem;
}

/* マイページ登録誘導ボタン */
.mypage-register-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}

.yes_no_btn_container_padding_top {
    padding-top: 10px;;
}

@media screen and (max-width:400px) {
    .radio-inline__label {
        font-size: 12px;
    }

    .reader_title {
        font-size: 12px;
        white-space: nowrap;
    }

    html {
        font-size: 14px;
    }

    .title {
        padding: 1px 0;
        font-weight: bold;
        font-size: 1.2rem;
        color: #009ce5;
        line-height: 1.2;
    }

    .bars {
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        width: 20%;
    }

    .clause {
        font-size: 12px;
        padding: 8px;
    }

    .form-control::placeholder {
        color: #777;
        font-size: 12px;
    }

    .form-control_IE:-ms-input-placeholder {
        color: #777;
        font-size: 12px;
    }

    .finance-placeholder::placeholder {
        font-size: 10px !important;
    }

    .placehold_long::placeholder {
        color: #777;
        font-size: 10px !important;
    }

    .placehold_long_IE:-ms-input-placeholder {
        color: #777;
        font-size: 10px !important;
    }

    .header {
        font-weight: bold;
        font-size: 1.2rem;
    }

    .ui-widget.ui-widget-content {
        width: 250px !important;
    }

    .ui-datepicker .ui-datepicker-title {
        width: 67% !important;
        font-size: 14px !important;
    }

    .ui-datepicker-calendar {
        font-size: 14px;
    }

    .ui-state-default {
        height: 28px;
    }

    .ui-datepicker th {
        padding: .3em .3em;
    }

    [id$=textarea] {
        font-size: 14px;
        width: 250px;
    }

    .buttons {
        font-size: 12px;
        margin: 5px 0 0 10px !important;
        width: 90% !important;
        text-align: center;
    }

    .my_her_sys {
        width: 90%;
    }

    .padding_left {
        padding-left: 30px;
    }
}

@media screen and (min-width:401px) and (max-width:1000px) {
    .radio-inline__label {
        font-size: 15px;
    }

    .reader_title {
        font-size: 14px;
        white-space: nowrap;
    }

    html {
        font-size: 15px;
    }

    .title {
        padding: 1px 0;
        font-weight: bold;
        font-size: 1.5rem;
        color: #009ce5;
        line-height: 1.2;
    }

    .bars {
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        width: 20%;
    }

    .clause {
        font-size: 14px;
        padding: 10px;
    }

    .form-control::placeholder {
        color: #777;
        font-size: 13px;
    }

    .form-control_IE:-ms-input-placeholder {
        color: #777;
        font-size: 13px;
    }

    .finance-placeholder::placeholder {
        font-size: 11px !important;
    }

    .header {
        font-weight: bold;
        font-size: 1.3rem;
    }

    .buttons {
        margin: 5px 0 0 10px !important;
        width: 85% !important;
        text-align: center;
        font-size: 13px;
    }

    .my_her_sys {
        width: 250px;
    }

    .padding_left {
        padding-left: 50px;
    }
}

@media screen and (min-width:1001px) {
    .radio-inline__label {
        font-size: 18px;
    }

    .reader_title {
        font-size: 16px;
        white-space: nowrap;
    }

    .title {
        padding: 1px 0;
        font-weight: bold;
        font-size: 1.8rem;
        color: #009ce5;
        line-height: 1.2;
    }

    .bars {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        width: 20%;
    }

    .clause {
        font-size: 14px;
        padding: 12px;
    }

    .form-control::placeholder {
        color: #777;
        font-size: 16px;
    }

    .form-control_IE:-ms-input-placeholder {
        color: #777;
        font-size: 16px;
    }

    .header {
        font-weight: bold;
        font-size: 1.5rem;
    }

    .buttons {
        font-size: 17px;
        margin: 5px 0 0 10px !important;
        width: 50% !important;
        text-align: center;
    }

    .my_her_sys {
        width: 250px;
    }

    .padding_left {
        padding-left: 50px;
    }
}

/* 会社ロゴ */
.resize img {
    width: 60%;
    padding: 10px 0 0 10px;
    max-width: 420px;
}

/* プログレスバー */
.progress-bar {
    background-color: #009ce5;
}

/* モーダル表示用 */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg {
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #FFF;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}

.color_flag {
    background: #99CCFF;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
    padding: 0 20px;
}

.table-left {
    width: 20%;
    font-size: 12px;
}

.table-right{
    width: 80%;
    font-size: 12px;
}

.modal-fontsize{
    font-size: 12px;
}

/* モーダル表示用 */


/* Step2 個人情報の取扱いについて */
.opacityAndInactive {
    pointer-events: none !important;
    opacity: 0.7;
    color: gray;
}

.second-indent {
    padding-left: 2em;
    text-indent: 1rem;
}

.third-indent {
    padding-left: 4em;
    text-indent: -1em;
}

/* 口座科目 */
.subject_radio input[type=radio] {
    margin: 10px;
}

/* 通院日 */
.discharge_date {
    text-align: initial;
    padding-left: 1rem;
}

/* 画像アップロード */
.reader_file {
    padding: 10px;
}

.reader_image {
    height: 180px;
}

.reader_title {
    font-size: 11px;
    white-space: nowrap;
}

.indent-camera-1 {
    text-indent: -2rem;
    padding-left: 2rem;
}

.indent-camera-2 {
    text-indent: -1rem;
    padding-left: 3rem;
}

/* 画像削除ボタン */
.BatsuButton {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    background: #d9534f;
    text-align: center;
    cursor: pointer;

}

.BatsuButton:hover {
    /* マウスオーバー時、IEにて表示不具合が発生するため、opacityではなくrgba()にて透明化 */
    background-color:rgba(217,83,79,0.7);
}

/* スピナー */
#spinner {
    text-align: center;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

/* 注釈 */
.annotation {
    font-size: 0.8rem;
}

/* サブタイトル */
.subtitle {
    font-size: 1.1rem;
}

/* エラーメッセージ（ポップアップ用） */
.alert-scroll-position {
    position: fixed;
    z-index: 10;
    top: 0;
    margin: 0;
    left: 8%;
    right: 8%;
    opacity: 0.85;
}

/* エラーメッセージ（固定表示用） */
.alert-fix-display {
    top: 0;
    margin: 0;
    left: 8%;
    right: 8%;
    opacity: 0.85;
    padding: 0;
}

/* 金融機関名区分 430px以下に適用されるCSS（スマホ用）*/
@media screen and (max-width: 430px) {
    .financial-options{
        font-size: 12px;
        padding: .5rem .25rem;
    }

    .branch-options{
        font-size: 12px;
        padding: .5rem .25rem;
    }
}

/* 金融機関名区分 390px以下に適用されるCSS（スマホ用）*/
@media screen and (max-width: 390px) {
    .financial-options{
        font-size: 10px;
    }

    .branch-options{
        font-size: 12px;
    }
}