.label-warning {
    background-color: red;
}

.ss_notnull {
    background-color: #2D3992;
}

.ss_error_msg {
    color: red;
}

.formErrorContent {
    color: red!important;
}

.table-striped tbody > tr.odd_tr > td, .table-striped tbody > tr.odd_tr > th {
    background-color: #ffffff !important;
}

.table-bordered {
    border-right: 0;
}

.ss_contents {
    width: 960px;
}
#contents {
    width: auto;
    margin:0 auto;
    display:flex;
}
.ss_privacy {
    height: 6rem;
    font-size: 0.7rem;
    background-color: #fff;
    border: 3px solid #efefef;
    max-height: 340px;
    overflow-y: scroll;
}
div#left_contents {
    margin:0 15px 0 0;
    flex-basis: 60%;
}

div#right_contents {
    flex-basis: 40%;
}
.breadcrumb {
    text-align:center;
    margin-bottom: 10px;
}
#topkv img{
    margin-bottom:10px;
}
.ss_seminar_preview_detail_img{
    float:none;
    width:auto;
    border:none;
    margin:0;
}

.thumbnail {
	display: block;
	padding: 0;
	border: none;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius:unset
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.p-3 {
    padding-top: 20px;
}
.mt-5 {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin:0 0 10px 0;
}
.mt-5 h4 {
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #333333;
    color: #ffffff;
}
div#right_contents table th {
    text-align: left;
}
div#right_contents table th,div#right_contents table td{
    /* display: block; */
    /* width: auto; */
    border:none;
    padding:10px 0 5px 0;
}
div#right_contents table th{
    /* border-bottom:1px solid #cccccc; */
}

.table {
    margin-bottom: 0;
}

.table-bordered {
    border: 0;
}

th {
    font-size: 12px;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"]{
    vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
    margin:0 3px 0 0;
}
button, input[type="text"], input[type="file"], select {
    /* width: 95%; */
    /* height: calc(1.5em + .5rem + 2px); */
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
textarea {
    width: 95%;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.ss_form {
    border:1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
    padding:15px;
}
tr#name input {
    width: 70%;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.ss_form_btn {
    width: 80%;
}
.ss_rightComment {
    display:none;
}
.formError .formErrorContent,.ss_error_msg{
    font-size:12px;
}
#ss_inqtitle {
    margin-top:40px;
}
/** フォーム追従 **/

/* @media only screen and (min-width: 768px) {
#sticky {
    postion: -webkit-sticky;
    position: sticky;
    top:100px;
}
} */
/** page top **/
/* TOP(上部)へ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #001F4C;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    padding: 10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    padding:10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.ss_form table th {
    width: 25%;
}

@media only screen and (max-width: 767px) {
#contents {
    display: block;
}
div#left_contents {
    margin:0;
}
div#right_contents {
    width: 100%;
    margin-top: 15px;
}
div.ss_input .ss_rightComment {
    display: none;
}
div.ss_input {
    display: block;
    margin-bottom: 5px;
}
input[name="Public::Application::Userenquete_D__P__D_zip1"],input[name="Public::Application::Userenquete_D__P__D_zip2"],input[name="Public::Application::User_D__P__D_zip1"],input[name="Public::Application::User_D__P__D_zip2"]{ 
    width:auto;
}
}

.table-bordered th, .table-bordered td {
    border: 0;
}

.table th, .table td {
    border: 0;
}

/** 確認画面ローディング **/
/* .loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.loader {
    --d:22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #171c61;
    box-shadow: 
      calc(1*var(--d))      calc(0*var(--d))     0 0,
      calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
      calc(0*var(--d))      calc(1*var(--d))     0 2px,
      calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
      calc(-1*var(--d))     calc(0*var(--d))     0 4px,
      calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
      calc(0*var(--d))      calc(-1*var(--d))    0 6px;
    animation: l27 1s infinite steps(8);
  }
  @keyframes l27 {
    100% {transform: rotate(1turn)}
  } */