@charset "UTF-8";

body {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
}

/**
 * ヘッダー
 */
#header {
    padding: 10px;
    max-width: 800px;
    margin: 0 auto 10px;
    box-shadow: 0 1px 3px #d8d8d8;
}
#header img {
    width: 112px;
    height: auto;
}
#header .bankCode {
    font-size: 10px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3px;
}

/**
 * コンテンツ
 */
#main {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 15px;
    overflow: hidden;
}

/* リンク */
a {
    color: #0080cb;
    text-decoration: underline;
}
a:hover {
    color: #0080cb;
    text-decoration: none;
}


/* フォントサイズ */
.textSmallSize {
    font-size: 12px;
}

/* 表示連動 */
[data-show-element] {
    display: none;
}


/* ステップ + ページタイトル */
.stepWrap {
    position: relative;
    padding: 15px 0;
}

/* ページタイトル */
.pageTitle {
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

/* ステップ */
.step {
    display: table;
    width: 100%;
    border-right: 1px solid #E6322A;
    border-left: 1px solid #E6322A;
}
.step > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    height: 32px;
    padding: 0 0 0 7px;
    line-height: 1.2;
    font-weight: bold;
    white-space: nowrap;
    background-color: #fff;
    color: #333333;
}
.step > div:first-child {
    padding: 0;
}
.step > div + div:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -1px;
    width: 10px;
    height: 32px;
    background-size: 10px 32px;
    background-image: url(../img/img_step_arrow@2x.png);
    background-color: #fff;
}
.step > div.current {
    background-color: #E6322A;
    color: #fff;
}
.step > div + div.current:before {
    background-image: url(../img/img_step_arrow_current_before@2x.png);
}
.step > div.current + div:before {
    background-image: url(../img/img_step_arrow_current@2x.png);
}
.step > div span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    transform: scale(.8);
}
.step > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    border-top: 1px solid #E6322A;
    border-bottom: 1px solid #E6322A;
}

/* セクション */
.contents {
    padding: 10px 0 20px;
}
.contents section + section {
    margin-top: 30px;
}
.sectionTitle {
    margin: 0 10px;
    padding: 0 2px 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #E6322A;
}
.sectionSubTitle {
    color: #e6822a;
    font-size: 14px;
    padding: 0 10px;
    font-weight: bold;
}
.sectionContent {
    padding: 0 10px;
}

/* テキスト */
.sectionContent .text {
    padding: 0 10px;
}
.sectionContent strong.important {
    color: #dc412c;
}

/* テーブル */
.table th {
    white-space: nowrap;
}
.table td, .table th {
    border-top: none;
    border-bottom: none;
}
.table tr:last-child td, .table tr:last-child th {
    border-bottom: none;
}
.table tr {
    border-bottom: 1px solid #cecece;
}
.table tr:last-child {
    /* border-bottom: none; */
}
.table .confirmLabel {
    width: 25%;
}
.table .confirmValueRow {
    display: flex;
}
.table .confirmValueRow .label {
    width: 25%;
    margin-right: 10px;
    padding-left: 10px;
}
.table .confirmValueRow .value {
    width: 80%;
    
}

/* 注釈 */
.note {
    padding: 0 0 0 1.2em;
    position: relative;
    font-weight: normal;
    margin: .5rem 0 0 0;
}
.note + .note {
    margin-top: .2rem;
}
.note:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 2px;
}

/* トップページへ戻る */
.btnBackToppage {
    width: 250px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;

    box-shadow: 0 3px 0 #3a3a3a;
    border-radius: 5px;

    background-color: #4f4f4f;
}

/* 入力フォーム */
input, select, textarea {
  font-size: 16px;
  border-radius: 0;
}
input[type="radio"] {
    -webkit-border-radius: 100px;
}
input::placeholder {
    color: #b5b5b5;
}
.col-auto {
    padding-top: calc(.375rem + 4px);
    padding-bottom: calc(.375rem + 1px);
    padding-left: 1px !important;
    padding-right: 1px !important;
    font-size: 11px;
}
.col-auto.value {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 14px;
    font-weight: bold;
}
.col-auto.text {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    font-size: 14px;
}
.form-group {
    margin-bottom: 1.4rem;
}
.form-group > label {
    padding: 6px 0;
    font-weight: bold;
    display: block;
}
.form-group > label.orange {
    background-color: #ffe8d7;
}
.form-group label .note {
    margin: 2px 0 0 5px;
    font-size: 10px;
}
.textInput {
    width: 100%;
    padding: 3px 10px;
    border: none;
    border-bottom: 1px solid #d1d1d1;
}
.textInput:focus,.textInput:active {
    outline: none;
}
.textInput.email::placeholder {
    font-size: 12px;
}

.selectInput {
    position: relative;
    width: 100%;
    height: 32px;
}
.selectInput:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -5px 0 0 0;
    width: 8px;
    height: 10px;
    background-size: 8px 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAVCAYAAACg/AXsAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAyElEQVQ4jb3U7Q3CIBAG4LcuUDexCQzgKI7qAJcoG3SEOgHmCBAUDk5+eL9aQp6m97V479ELa+0NwE5Ed+laF7HWbgAeAF4ArkT0bN07DYD09ZWf45kOKYC1OBahChGALvSBDAARyogSaEKhOj8CZXDVtsUYc+Y+mABSuGGzaULsk78jKSec1Muk4VJ1ZpPreKbC7xDRwS+xZNpIQ3nknMQJ1UIZwHd1lFC1FqrqDKDmXmmWWIDExaTZbGkxiZtNs2PDpEoAALwB7L9vmA12WnkAAAAASUVORK5CYII=);
    pointer-events: none;
}
.selectInput select {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 10px;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    background-color: #fff;
    color: #333;
}
.selectInput select::-ms-expand {
    display: none;
}
.selectInput select.empty { color: #bbb; }

.valueText {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin: 0;
}

.optional > label,
.require > label {
    position: relative;
    padding: 6px 20px 6px 0;
}
.optional > label:before,
.require > label:before,
.require > label.d-flex > span:before {
    content: '必須';
    display: inline-block;
    vertical-align: middle;
    background-color: #dd412c;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    border-radius: 3px;
    padding: 1px 3px;
    margin: -2px 5px 0 0;
}
.require.tel > label:before {
    content: '携帯必須';
}
.require > label.d-flex:before {
    display: none;
}
.require > label.offset:before {
    right: 20px;
}

.disableInput {
    opacity: 0.3;
    pointer-events: none;
}


.optional > label:before {
    content: '任意';
    background-color: #878787;
}

.error {
    margin-top: .8em;
    color: #ed4018;
}


/* チェックボックス */
.custom-checkbox .custom-control-input ~ .custom-control-label::before {
    border: 1px solid #999;
}
.custom-control-label::before {
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e6322a;
}


/* ラジオ */
.custom-radio .custom-control-input ~ .custom-control-label::before {
    border: 1px solid #999;
}
.custom-control-label::before {
    background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #235fc9;
}

/* 撮影 */
.photoInput {
    text-align: center;
}

.photoInput .photoInputTitle {
    font-size: 14px;
}
.photoInput .photoInputTitle strong {
    color: #dd412c;
}
.photoInput .previewArea {
    box-sizing: border-box;
    color: #e0e0e0;
    width: 250px;
    height: 150px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.photoInput .previewArea.showPreview .placeHolder {
    display: none;
}
.photoInput .inputArea {
    position: relative;
    width: 250px;
    margin: 0 auto;
}
.photoInput .inputArea label {
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;

    box-shadow: 0 3px 0 #3a3a3a;
    border-radius: 5px;

    background-color: #4f4f4f;
}
.photoInput .inputArea input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


/* 受付番号 */
.receiptNumber {
    position: absolute;
    top: 5px;
    right: 10px;
}
.receiptNumber .label {
    font-size: 10px;
}
.receiptNumber .no {
    display: inline-block;
    font-size: 10px;
}

/* 受付番号:完了画面 */
.receiptNumber.complete {
    position: static;
    padding: 10px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    border: 4px solid #e0e0e0;
}
.receiptNumber.complete .label {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.receiptNumber.complete .no {
    display: block;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}


/* ヘルプ */
.help {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #E6322A;
    width: 14px;
    height: 14px;
    margin: -2px 3px 0;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    border-radius: 7px;
    text-decoration: none;
}
.help:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}


/* 郵便番号から検索ボタン */
.searchPostCode {
    display: inline-block;
    color: #fff;
    background-color: #4f4f4f;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}
.searchPostCode:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

/* 送信ボタン */
.submit {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0 20px;
}
.submit .btn {
    display: block;
    width: 250px;
    min-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    box-shadow: 0 3px 0 #AD1F1F;
    border-radius: 5px;
    white-space: pre-wrap;

    background-color: #E6322A;
}
.submit .btn:disabled {
    opacity: 1;
    background: #868787;
    box-shadow: 0 3px 0 #707070;
}
.submit .btn.back {
    background: #4f4f4f;
    border-radius : 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696',endColorstr='#666666' , GradientType=0);
    box-shadow: 0 3px 0 rgba(58, 58 , 58, 1);
}

.submit .btn + .btn {
    margin-top: 15px;
}



/* リンクボタン */
.btnLink {
    width: 250px;
    margin: 0 auto;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #4f4f4f;
    box-shadow: 0 3px 0 rgba(58, 58 , 58, 1);
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.btnLink:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.btnLink.small {
    width: 150px;
    height: 30px;
    font-size: 13px;
}
.btnLink.pink {
    background-color: #de2a64;
    box-shadow: 0 3px 0 rgba(135, 27, 66, 1);
}
.btnLink.blue {
    background-color: #235fc9;
    box-shadow: 0 3px 0 #19438e;
}

.btnLink.requireRead {
    width: 270px;
    margin: 0 auto;
    font-size: 14px;
}
.btnLink.requireRead span:after {
    /* content: '(未読)'; */
}
.btnLink.requireRead.readed {
    background-color: #E0E0E0;
    box-shadow: 0 3px 0 #707070;
}
.btnLink.requireRead.readed span:after {
    content: '(既読)';
}


/*  書類イメージ */
.sampleImage {
    text-align: center;
}
.sampleImage .sampleImageTitle {
    font-size: 14px;
    font-weight: bold;
}
.sampleImage .sampleImageText {
    margin-bottom: 10px;
}
.sampleImage .sampleImageTitle strong {
    color: #dd412c;
}


/* proostボタン */
.proostLink {
    padding: 1em;
    background-color: #eeeeee;
}
.proostLinkLabel {
    margin: 0 15px 0 0;
    font-weight: bold;
}


/* リンクアイコン */
.iconLink {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 1px 0;
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-image: url(../img/icon_link@2x.png);
}


/* 完了画面 */
.thansText {
    font-size: 30px;
    font-weight: bold;
    color: #E6322A;
}


/* お問い合わせ情報 */
.contact .contactHeading {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #E6322A;
    margin-bottom: 10px;
}
.contact .contactTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}