@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 /* 入力画面微調整 */
 .disnone_on{
    display: none;
 }

 .section-fv2 img{

width: 100%;
 }

.ss_contents .section-form-lead{
padding-top: 0px !important;
margin-bottom: 0px !important;;
}

.media-left img{
    max-width: initial;
}

.media-left img{
    max-width: initial;
}

 /* 入力画面微調整2カラムON/OFF */
.none_two_column_OFF{
    display: none;
}

@media (min-width: 768px) {
        .two_column_OFF{
        float: initial !important;;
        width: 100% !important;;
    }
}


 /* 申込ボタン調整 */
.ss_form_btn {
   text-align: center;
}

.ss_input {
   display: table-cell;
}
.btn-block {
    width: 100%;
}
/* キャンセルページ表調整 */
.ss_mypage_table .select_id {
    display: none;
}

/* 戻るボタン調整 */
i.icon-chevron-left {
    background-position: -432px -72px;
}
.btn {
    display: inline-block;
    margin: 10px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.btn:first-child {
 margin-left: 0;
}

/* button.btn, input[type="submit"].btn {
 padding-top: 3px;
 padding-bottom: 3px;
}

button.btn.btn-large, input[type="submit"].btn.btn-large {
 padding-top: 7px;
 padding-bottom: 7px;
} */

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 4px;
}
/* 閉じるボタンの調整 */
.ss_close {
    text-align: center;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close {
   font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}

/* マイページヘッダ */
.navbar .brand {
    float: left;
    padding: 10px;
}
.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}
.navbar .nav li {
    float: left;
}

 [class^="icon-"], [class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 margin-top: 1px;
 margin-right: .3em;
 line-height: 14px;
 vertical-align: text-top;
 background-image: url("../img/glyphicons-halflings.png");
 background-position: 14px 14px;
 background-repeat: no-repeat;
}

ul.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    margin: 0 10px 0 0;
}

.ss_mypage_nav {
    float: right;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.ss_mypage_nav [class*="icon-"] {
    margin-right: 5px;
    margin-top: 0;
    vertical-align: middle;
}
.nav > li > a {
    display: block;
}

/* アイコン */
.icon-home {
    background-position: 0 -24px;
}
.icon-refresh {
    background-position: -240px -24px;
}
.icon-user {
    background-position: -168px 0;
}
.icon-remove {
    background-position: -312px 0;
}


/* パスワード再設定画面調整 */

.ss_contents {
    box-sizing: border-box;
}
.table-bordered {
    border-collapse: separate;
}

/* フォームの調整 */
.ss_contents .table-cell {
    display: table;
    width: 100%;
}

@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_login table th {
    width: 30%;
}

/* サブキャンペーンラベル調整 */
.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;
}


/* マイページの背景色調整 */
.table-bordered {
    border: 1px solid #dddddd;
    border-left: 0;
}
.table {
    width: 100%;
}
table {
    max-width: 100%;
    background-color: transparent;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
}

/* 確認画面の調整 */
.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;*/
}

/* ーーーーーーーーーーーー */
/* フッターの調整 */
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;
}



/* 閉じるボタンサイズの調整 */
.ss_close span {
    font-size: 14px;
    margin-left: 3px;
}
:root .ss_close span {
    vertical-align: bottom;
}

/* 詳細画面「プログラム」の調整 */
.table > :not(caption) > * > * {
    background-color: #f3f5f6;
}

/* キャンペーン詳細画面の調整 */
.ss_contents .section-program .table > tbody > tr > td {
  width: auto !important;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.75;
  background-color: #fff;
}

/* キャンペーンID：29658の入力画面の調整 */
.card-header {
  background-color: transparent !important;
  padding: 0;
  margin: auto;
  border: 0;
}

/* マイページアンケートボタンの調整 */
.ss_mypage_enquete_btn {
    margin: 0px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-white {
    background-image: url(../img/glyphicons-halflings-white.png);
}

.ss_mypage_document, .ss_mypage_enquete {
    margin-top: 25px;
}

.table th {
    width: 20px;
}

.mypage_enquete .icon-chevron-left {
    display: none;
}

/* 入力画面の2カラム画像の調整 */
.col-sidebar .img-center {
    text-align: center;
}