@charset "utf-8";

.sb_user_index .ss_contents,
.sb_user_index #ss_header,
.sb_user_index #ss_footer{
    /* width: 800px; */
}

.sb_user_index td .ss_error_msg,
.sb_user_index td .formErrorContent,
.sb_user_index table.privacy_agree th .ss_error_msg{
  color: #FF0000;
}

.sb_user_index table.privacy_agree th {
    width: 25%;
}

.sb_timetable_index .ss_error_msg{
  color: #FF0000;
}

.sb_timetable_index .label.label-warning{
  color: #FFFFFF;
  background-color: #FF0000;
}

.sb_timetable_index .ss_icon .label{
  font-size: 15px;
}

.sb_timetable_index .ss_icon .label.label-warning{
  background-color: #f89406;
}

.sb_user_index td .label.label-warning,
.sb_user_index table.privacy_agree th .label.label-warning{
  background-color: #FF0000;
  color: #FFF;
}
.formError .formErrorContent {
    color: #FF0000;
}
 .sb_user_index table.privacy_agree th .label.label-warning.ss_notnull{
  background-color: inherit;
  color: #d70351;
}
/* .sb_user_index table.privacy_agree th .label.label-warning.ss_notnull{
  background-color: #f89406;
} */



.border_dashed{
	border-bottom: 1px dashed #dddddd;
	float: right;
	width: 550px;
	padding-top: 10px;
	position: absolute;
	margin-left: 20px;
	top: -10px;
}

.border_top_none{
	border-top: none !important;
}

.border_top_solid{
	border-top: 1px solid #dddddd !important;
}

.border_left_none{
	border-left: none !important;
}

.kyenote_icon{
	text-align: right;
  position: relative;
  top: 75px;
  z-index: 1;
}

.kyenote_code{
	position:relative;
	top: 65px;
}

.kyenote_code input{
	position: absolute;
	top: -10px;
}

.background_blue{
	background-color: #F0F9FD;
	text-align: center !important;
}

.sb_user_index .mypage_link,
.sb_confirm_index .mypage_link,
.sb_complete_index .mypage_link{
	display: none;
}

.ss_code{
	/* float: left; */
	/* height: 50px; */
	margin-right: 5px;
}

.sb_timetable_index .ss_title,
.sb_timetable_index .ss_subtitle,
.sb_timetable_index .ss_summary{
  text-align: center;
}

.sb_timetable_index .keynote_sess .ss_title,
.sb_timetable_index .keynote_sess .ss_subtitle,
.sb_timetable_index .keynote_sess .ss_summary{
  text-align: left;
}

.key_note div.ss_title,
.key_note .ss_subtitle,
.key_note .ss_summary{
	margin-left: 16px;
}

.sb_timetable_index td{
	width: 40%;
}

.sb_timetable_index th{
  text-align: center;
  vertical-align: middle;
}

.pc_hide{
  display: none !important;
}

.sb_timetable_index .ss_subtitle {
    font-size: 85%;
}

.sb_timetable_index input[type="checkbox"],
.sb_user_index .privacy_agree input[type="checkbox"]{
    vertical-align: middle;
    height: 20px;
    width: 20px;
    -moz-transform: scale(1.2,1.2);
}

.sb_timetable_index .ss_icon{
  float: right;
  margin-right: 10px;
}

.sb_timetable_index .ss_code{
  display: inline-block;
}

.sb_timetable_index .ss_top{
    min-height: 20px;
}

.sb_att_ssatt_add .js_white{
	background-color: transparent;
	color: #0000FF;	
}

/* .sb_att_ssatt_add .js_blue{
	background-color: #0000b3;
	color: #FFFFFF;
} */

/* .sb_att_ssatt_add .js_green{
	background-color: #00b300;
	color: #FFFFFF;
} */

/* .sb_att_ssatt_add .js_red{
	background-color: #ff3333;
	color: #FFFFFF;
} */

/* .sb_att_ssatt_add .js_black{
	background-color: #1a1a1a;
	color: #FFFFFF;
} */

@media only screen and (max-width: 767px) {
	.sb_timetable_index td{
		width: 95%;
	}

	.sp_hide{
		display: none !important;
	}

  .pc_hide{
    display: block !important;
  }

	.kyenote_icon{
		text-align: left;
		position: relative;
		top: auto;
	}

	.kyenote_code input{
		position: absolute;
		top: auto;
	}

	.sp_border_top_none{
		border-top: none !important;
	}

  .border_top_solid_sp{
  	border-top: 1px solid #dddddd !important;
  }

  .sb_user_index .ss_contents,
  .sb_user_index #ss_header,
  .sb_user_index #ss_footer{
      width: 95%;
	}
	/*2019.10.18 追記*/
	/*サブキャンペーンタイトルのフォントサイズ変更*/
 tr th div.confirm_form{
	 font-size: 15px;
 }
 .sb_user_index table.privacy_agree th {
	width: 100%;
	box-sizing: border-box;
 }
}



/* 20210928 */
/**** 次へボタン ****/

.next_btn {
	cursor: pointer;
    margin-left: 10px;
}
p.ss_form_btn.js_btn_area {
    margin-bottom: 30px;
    margin-top: 30px;
}

/**** 戻るボタンに矢印 ****/

a.btn_return{
	cursor: pointer;
	margin-right: 10px;
}

@media screen and (max-width: 768px){
	a.btn_return{
		margin-right: 0px;
	}
	.next_btn,.entry_btn {
	margin-top:15px;
	margin-left: 0px!important;
	/* width:100%!important; */
}

@media screen and (max-width: 320px){

	.next_btn,.entry_btn {
	width:100%!important;
}
}

.complete_btn {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left:0px!important;
	width: 100%;
    display:block!important;
}
.New_application_btn {
    cursor: pointer;
    margin-right: 0px!important;
}
.mypage_btn{
	cursor: pointer;
    margin-left: 0px!important;
    margin-top:15px!important;
    display:block;

}

	}

/**** 登録するボタンに矢印 ****/
.entry_btn{
	cursor: pointer;
    margin-left: 10px;
}
/* 完了画面 */
.New_application_btn{
	cursor: pointer;
	margin-right: 10px;
}
.mypage_btn{
	cursor: pointer;
    margin-left: 10px;

}
.complete_btn {
    margin-top: 30px;
    margin-bottom: 30px;
	width: 100%;
    display: flex;
}
	/* .c-nav-apply{
		display:none;
        opacity : 0;
        transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
	}
	.c-nav-apply .btn-container {
		display: block;
	}
	.c-nav-apply.is-fixed {
		display: block;
		position: fixed;
		z-index: 3;
		top: 0;
		left: inherit;
		right: 0;
		opacity: 1;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.c-nav-apply{
		width: fit-content;
		height: fit-content;
	}
	.c-nav-apply.is-fixed{
		width: fit-content;
		height: fit-content;	
	} */

	/*IE対応*/
	/* _:-ms-lang(x)::-ms-backdrop, .c-nav-apply.is-fixed {
		width: 364px;
		height: 172px;	
	} */
	    /*2021 9-21 kourogi add*/
		br.sp_show{
			display: none;
		}
		.privacy_agree .ss_input br{
			display: none;
		}
		h3.ttl_h3{
			font-size: 30px;
			font-weight: 600;
			margin: 20px 0;
		}

		@media screen and (max-width: 768px){
			/* .c-nav-apply{
				display:none;
				opacity : 0;
				transition: opacity 0.3s;
				-webkit-transition: opacity 0.3s;
			}
			.c-nav-apply.is-fixed {
				display: block;
				width: 60vw;
				opacity: 1;
				transition: opacity 0.3s;
				-webkit-transition: opacity 0.3s;
			}
			.c-nav-apply .btn-container > * {
				width: 95%;
			}
			.c-nav-apply .note {
				width: 100%;
				font-size: 12px;
			}
			.c-nav-apply .c-form-all-check p {
				line-height: 8.3vw !important;
			} */
			br.sp_show{
				display: inline;
			}
	

		}

		/* 20210929 */
		.c-note-btm {
			text-indent: inherit;
		}
/* 
		TOPページのヘッダー */
		@media (min-width: 769px){
			.c-lyt-main-visual {
		width: 100%;
		margin-bottom: 50px;
		}
	}

	@media screen and (max-width: 480px){
	.c-lyt-main-visual img {
		width:100%;
	}
}
	@media (min-width: 769px){
	.c-doc-statement .c-doc-statement-inner {

    margin: 0px auto;
}

	.c-doc-statement .c-doc-statement-head {
    margin-left: -72px;
    margin-right: 77px;
}
}

	/* IE10・11に指定するスタイルを記入 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.c-doc-statement .c-doc-statement-head{
		margin-left: -8px;
	}
  }



  @media (min-width: 769px){
	.c-doc-statement .c-doc-statement-inner {
		display: -webkit-box;
		width: 1000px;
		margin: 0 auto;
		padding: 115px 0;
	}
}


@media (min-width: 769px){
.sb_user_index .c-lyt-main-visual {
	margin-bottom: 0px;
 }

.sb_complete_index .c-lyt-main-visual {
	margin-bottom: 0px;
 }

.sb_confirm_index .c-lyt-main-visual {
	margin-bottom: 0px;
 }
}

/* 20211020 会期中用デザイン調整 */
.btn-tomypage {
	background-image: url("../user/assets/img/mypage_sp2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: inherit !important;
	cursor: pointer;
	height: 13.33333vw;
}
@media screen and (min-width: 769px){
	.btn-tomypage {
		background-image: url("../user/assets/img/mypage_pc.png");
		width: 344px;
		height: 55px;
		-webkit-transition: .3s, .3s;
		transition: .3s, .3s;
	}
	.btn-tomypage:hover {
		background-image: url("../user/assets/img/mypage_hover_pc.png");
	}
}
.btn-tomypage a {
	width: 100%;
    height: 100%;
}