/* フォームの調整 */
.ss_contents .table-cell {
    display: table;
    width: 100%;
}
.ss_input{
    display: table-cell;
}

@media only screen and (max-width: 767px) {
    .ss_input {
        display: block;
        float: none;
    }
}

@media (min-width: 768px) {
    .ss_contents .ss_form {
        font-size: 15px;
    }
}

.ss_upComment, .ss_leftComment, .ss_rightComment {
    /* margin-left: 3px;
    margin-right: 3px; */
    color: #999;
}
.ss_bottomComment {
    margin-top: 3px;
    color: #999;
}

@media (min-width: 768px) {
    .ss_contents .table-cell-names > .ss_input:first-child {
        width: 40%;
    }
}
.ss_contents .table-cell > .ss_input {
    vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
    .ss_input {
        display: block;
        float: none;
    }
}


input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

.ss_input label {
    font-size: 100%;
    padding: 0 20px 0 10px;
}

label, input, button, select, textarea {
    font-weight: normal;
    line-height: 20px;
}

 /* 申込ボタン調整 */
.ss_form_btn {
   text-align: center;
}

.ss_input {
   display: table-cell;
}
.btn-block {
    width: 100%;
}

/* 確認画面の調整 */
.ss_price_type11 {
    display: none !important;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #dddddd;
}
.table-bordered > :not(caption) > * > * {
    border-width: 1px;
}

.table-bordered tbody:first-child tr:first-child th {
    border-top: 0;
}

/* フォームエラー */
.formError {
    display: block;
}
.ss_error_msg,
.errorMsg {
	margin-left: 3px;
	color: #F89406;
  /*font-size: 12px;*/
}

/* サブキャンペーンラベル調整 */
.label-info, .badge-info {
    background-color: #3a87ad;
}
.label {
    border-radius: 3px;
    vertical-align: top;
}
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.table th, .table td {
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
thead, tbody, tfoot, tr, td, th {
    border-style: initial;
}

/* エラー画面画像調整 */
img {
    height: auto;
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.row > * {
  flex-shrink: initial;
  width: initial;
  max-width: initial;
  padding-right: initial;
  padding-left: initial;
  margin-top: initial;
}

/* フッターの調整 */
h2 {
   line-height: 40px;
}

.row {
   display: inherit;
}

/* 入力フォーム調整 */

.ss_input label input[type="radio"], .ss_input label input[type="checkbox"], .ss_input label select {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}