@charset "utf-8";
#no_head_style {
	padding-bottom: 80px;
}
/*-----------------------------------------------------------------------------
|
|■┓コンテンツ部分
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
トップのテキスト
----------------------------------------------------------*/
.top_text {
	margin: 24px 0 32px;
}
.wrap_idpw_alert {
	border: 1px solid #f00;
	padding: 16px 24px 20px;
}
.idpw_alert {
	color: #f00;
	font-weight: bold;
	
}

/*----------------------------
ご注意枠
----------------------------------------------------------*/
.caution_box {
	background: #ffebeb;
	border: 1px solid #fbb;
	border-radius: 4px;
	margin-top: 24px;
	padding: 20px 24px 24px 24px;
}
.caution_box .caution_ttl {
	color: #f00;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
}
.caution_box .caution_ttl::before {
	content: "\f06a";
	font-family: FontAwesome;
	margin-right: 4px;
}

/*----------------------------
ページ遷移エリア
----------------------------------------------------------*/
.submit_center {
	display: flex;
		justify-content: center;
	margin-top: 48px;
	position: relative;
	min-height: 48px;
}
.submit_center .pos_lb {
	position: absolute;
		left: 0;
		bottom: 0;
}

/*----------------------------
お問い合わせ完了
----------------------------------------------------------*/
.qes_ok_tel {
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	display: inline-block;
	padding: 12px 16px;
}

/*----------------------------
「>」付のリンク
----------------------------------------------------------*/
a.arrow_link_m,
a.arrow_link_l {
	display: inline-block;
	line-height: 1.4;
	position: relative;
}
a.arrow_link_m {
	padding-left: 16px;
}
a.arrow_link_l {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 18px;
}
a.arrow_link_m::before,
a.arrow_link_l::before {
	display: block;
	font-family: FontAwesome;
	content: "\f054";
	margin-right: 4px;
	position: absolute;
		top: 3px;
		left: 2px;
}
a.arrow_link_m::before {
	font-size: 14px;
	font-size: 1.4rem;
}
a.arrow_link_l::before {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ID・PWがわからない方（PAD・SP用） */
.no_idpw_sp {
	display: none;
}

/*----------------------------
テーブル（.normal）
----------------------------------------------------------*/
table.normal {
	/*width: 10%;*/
}
table.normal th,
table.normal td {
	border: 1px solid #ccc;
	padding: 16px;
	vertical-align: middle;
}
table.normal th {
	background: #efefef;
	text-align: left;
	white-space: nowrap;
	width: 10%;
}
table.normal td {
	background-color: #fff;
}
table.normal td .sub_txt {
	font-size: 14px;
	font-size: 1.4rem;
}

/*----------------------------
テーブル　お問い合わせフォーム（.qes_form）絞り込み
----------------------------------------------------------*/
/* ID・PWがわからない方 */
a.btn_no_idpw {
	background-color: #fafdff;
	background-image: url(/sso/question/images/ic_no_idpw.svg);
	background-repeat: no-repeat;
	border: 1px solid #1976d2;
	border-radius: 4px;
	color: #1976d2 !important;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: left;
	text-decoration: none;
}
a:hover.btn_no_idpw {
	text-decoration: none !important;
	opacity: .6;
	transition: .3s;
}
table.normal.qes_form td .usr_id {
	position: relative;
}
/* ID・PWがわからない方（PC用） */
table.normal.qes_form .usr_id div.no_idpw_pc {
	background-color: #fff;
	border-left: 1px solid #ccc;
	display: flex;
		align-items: center;
	padding: 16px;
	position: absolute;
		top: -16px;
		right: -16px;
	height: calc(200% + (16px * 4) + 1px);
}
div.no_idpw_pc a.btn_no_idpw {
	background-position: top calc(50% + 2px) left 8px;
	background-size: 30px 24px;
	padding-left: 42px;
	white-space: nowrap;
}
/* 項目必須 */
table.normal.qes_form th {
	min-width: 200px;
}
table.normal.qes_form .required {
	position: relative;
}
table.normal.qes_form .required::after {
	background: #f00;
	color: #fff;
	content: "必須";
	font-size: 11px;
	font-size: 1.1rem;
	padding: 1px 6px;
	position: absolute;
		right: 0;
		top: calc(50% - 8px);
}
/* inputのサイズ */
table.normal td .usr_id input,
table.normal td .password input {
	width: 360px;
	max-width: calc(100% - 245px);
}
table.normal td .name_width {
	display: flex;
}
table.normal td .name_width input {
	width: calc((360px / 2) - 0.5em);
}
table.normal td .name_width input:first-child {
	margin-right: 1em;
}
table.normal td .email input {
	width: 360px;
}
table.normal td .email_conf_msg {
	margin-top: 16px;
}
table.normal td .email_conf {
	display: flex;
		align-items: center;
}
table.normal td .email_conf .email_conf1,
table.normal td .email_conf .email_conf2 {
	width: calc((360px / 2) - 1em);
}
table.normal td .email_conf .atmark {
	display: inline-block;
	text-align: center;
	margin-top: -4px;
	width: 2em;
}
table.normal td .wrap_send_email {
	margin: .2em 0 1em;
}
a.btn_send_email {
	background: #1976d2;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 3px 8px 5px 26px;
	position: relative;
	text-decoration: none;
}
a.btn_send_email::before {
	content: "\f003";
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	left: 8px;
}
a:hover.btn_send_email {
	text-decoration: none !important;
	opacity: .6;
	transition: .3s;
}
table.normal td textarea {
	width: 100%;
	height: 120px;
}

/*----------------------------
テーブル　お問い合わせ受付完了（.qes_ok）絞り込み
----------------------------------------------------------*/
table.normal.qes_ok {
	width: 10%;
}

/*-----------------------------------------------------------------------------
|
|■┓ご注意スタイル
|┗┛
-----------------------------------------------------------------------------*/
.notes {
	background: #fff0f5;
	border: 1px solid #f08080;
	border-radius: 10px;
	display: inline-block;
	/*margin-bottom: 1em;*/
	padding: 16px;
}
.notes > .title {
	/*border-bottom: 1px solid #f08080;*/
	color: #f00;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 0 4px 4px 0;
}
.notes > .title i {
	margin-right: 4px;
}
.notes > .contents {
	
}
.notes > .contents *:last-child {
	margin-bottom: 0 !important;
}

/*-----------------------------------------------------------------------------
|
|■┓input  textarea  select
|┗┛
-----------------------------------------------------------------------------*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],/* inputで指定すると、radio、checkboxも変更されてしまうためtypeで指定 */
textarea,
select {
	-webkit-appearance: none;/* iPad用のデザイン初期化　selectの▼非表示 */
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: inset 1px 3px 9px -8px rgba(0,0,0,0.5);
	font-family: inherit;
	font-size: inherit;
	margin-top: 6px;
	margin-bottom: 6px;
	max-width: 100%;
	outline: none;
	padding: 4px 8px;
}
/* input */
input:-webkit-autofill { /* オートフィルでの背景色を上書き フォーカスが外れた時のため */
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
/* input type="number" */
input[type="number"]::-webkit-inner-spin-button { /* スピンボタン非表示 */
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] { /* スピンボタン非表示 */
	-moz-appearance: textfield;
}
/* input:focus select:focus */
input:focus,
textarea:focus,
select:focus {
	background-color: #fffff0;
}

/* input type="radio" */
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 3px 3px 22px;
	position: relative;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .2s;
}
input[type="radio"] + label::before {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 14px;
	top: 0.5em;
	left: 0;
	width: 14px;
	height: 14px;
}
input[type="radio"] + label::after {
	border-radius: 50%;
	top: calc(0.5em + 3px);
	left: 3px;
	width: 10px;
	height: 10px;
	opacity: 0;
}
input[type="radio"] + label:hover::before {
	background: #fff;
}
input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #f60;
}
input[type="radio"]:checked + label::after {
	background: #f60;
	opacity: 1;
}

/* input type="checkbox" */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 3px 3px 22px;
	position: relative;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .2s;
}
input[type="checkbox"] + label::before {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
	top: 0.5em;
	left: 0;
	width: 14px;
	height: 14px;
}
input[type="checkbox"] + label::after {
	border-left: 2px solid #f60;
	border-bottom: 2px solid #f60;
	top: calc(0.5em + 4px);
	left: 3px;
	width: 8px;
	height: 4px;
	opacity: 0;
	transform: rotate(-45deg) scale(.5);
}
input[type="checkbox"] + label:hover::before {
	background: #fff;
}
input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #f60;
}
input[type="checkbox"]:checked + label::after {
	transform: rotate(-45deg) scale(1);
	opacity: 1;
}

/* select */
select::-ms-expand {
	display: none;
}
select {
	background-color: #fff;
	background-image: url(/vc/base/usr/docs/images/select_arrow.svg);
	background-position: right 5px top 50%;
	background-repeat: no-repeat;
	background-size: 10px 7px;
	cursor: pointer;
	max-width: 100%;
	padding-right: 20px;
}

/* input:disabled select:disabled */
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label,
select:disabled {
	color: #999;
	cursor: default !important;
}
input[type="radio"]:disabled + label::before,
input[type="checkbox"]:disabled + label::before {
	background-color: #fff;
	border-color: #ddd;
}
select:disabled {
	background-image: url(/vc/base/usr/docs/images/select_arrow_disabled.svg);
	border-color: #ccc;
}

/*-----------------------------------------------------------------------------
|
|■┓ページ遷移ボタン
|┗┛
-----------------------------------------------------------------------------*/
a.btn_submit,
a.btn_back,
a.btn_close {
	border-radius: 4px;
	display: flex;
		align-items: center;
		justify-content: center;
	line-height: 1.3;
	transition: all .2s;
}
a.btn_submit {
	background-color: #f60;
	color: #fff !important;
	padding: 0 16px;
	text-decoration: none !important;
	min-width: 168px;
	height: 48px;
}
a.btn_back,
a.btn_close {
	background: #ddd;
	color: #000 !important;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 16px;
	text-decoration: none;
	min-width: 128px;
	height: 40px;
}
a.btn_submit span,
a.btn_back span,
a.btn_close span {
	display: block;
	position: relative;
}
a.btn_submit span {
	padding-left: 24px;
}
a.btn_back span {
	padding-left: 16px;
}
a.btn_close span {
	padding-left: 22px;
}
a.btn_submit span::before,
a.btn_back span::before,
a.btn_close span::before {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	position: absolute;
}
a.btn_submit span::before {
	background: url(/vc/base/usr/docs/images/ic_arrow@2x.png) no-repeat 0 0;
	background-size: 16px 13px;
	width: 16px;
	height: 13px;
	left: 0;
	top: calc(50% - 6px);
}
a.btn_back span::before {
	background: url(/vc/base/usr/docs/images/ic_back@2x.png) no-repeat 0 0;
	background-size: 6px 11px;
	width: 6px;
	height: 11px;
	left: 0;
	top: calc(50% - 5px);
}
a.btn_close span::before {
	background: url(/vc/base/usr/docs/images/ic_x@2x.png) no-repeat 0 0;
	background-size: 15px 12px;
	width: 15px;
	height: 12px;
	left: 0;
	top: calc(50% - 5px);
}
a:hover.btn_submit,
a:hover.btn_back,
a:hover.btn_close {
	text-decoration: none !important;
	opacity: .6;
	transition: .2s;
}
