@charset "utf-8";

.seminar_detail {
	border: 4px solid #ccc;
	border-radius: 16px;
	margin: 40px 0;
	padding: 40px;
}
.seminar_detail > .title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 32px;
	text-align: center;
}
.seminar_detail > .contents > div {
	text-align: center;
}
.seminar_detail > .contents > div.catch {
	font-size: 18px;
	font-size: 1.8rem;
}
.seminar_detail > .contents > div.point {
	padding: 24px;
}
.seminar_detail > .contents > div.point ul {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
	text-align: left;
}
.seminar_detail > .contents > div.point > ul > li > i {
	margin-right: 8px;
}
.seminar_detail > .contents > div.speaker > div {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 16px;
}
.seminar_detail > .contents > div.speaker > ul {
	display: flex;
		align-items: flex-start;
		gap: 24px;
		justify-content: flex-start;
	margin-top: 24px;
}
.seminar_detail > .contents > div.speaker > ul > li {
	display: flex;
		align-items: flex-start;
		justify-content: flex-start;
}
.seminar_detail > .contents > div.speaker > ul > li > img {
	margin-bottom: 8px;
	max-width: 120px;
	height: auto;
}
.seminar_detail > .contents > div.speaker > ul > li > div {
	padding-left: 16px;
	text-align: left;
}
.seminar_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem;
}
.seminar_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(2),
.seminar_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(3) {
	font-size: 14px;
	font-size: 1.4rem;
}
.seminar_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(3) {
	margin-top: 16px;
}
.impt_info a::after {
	background-color: transparent !important;
}
.point_num {
	display: flex;
		align-items: flex-start;
		gap: 16px;
		justify-content: center;
	margin: 40px 0;
}
.point_num > .number {
	background: #8b2c2d;
	border-radius: 9999px;
	color: #fff;
	display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.0;
	margin-right: 16px;
	width: 80px;
	height: 80px;
	text-align: center;
}
.point_num > .number:before {
	color: #fff;
	content: attr(data-title) "POINT";
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 8px;
}
.point_num > .contents {
	width: calc(100% - 96px);
}
.point_num > .contents > h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	margin: 0 0 16px 0;
	padding-left: 0;
}
.point_num > .contents > h4::before {
	display: none;
}
/*-----------------------------------------------------------------------------
｜
｜■┓セミナー情報ページリニューアル_220620
｜┗┛
-----------------------------------------------------------------------------*/
.top_ogp {
	border: 1px solid #BDBDBD;
	/*width: 840px;*/
}
.seminar_block {
	display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 40px;
		justify-content: flex-start;
	border-bottom: 1px solid #ccc;
	margin: 40px 0;
	padding-bottom: 40px;
}
.seminar_block.next {
	border-bottom: 0;
	margin: 0;
}
/*
.seminar_block > .eye_catch {
	display: flex;
		align-items: center;
		flex-direction: column;
		gap: 40px;
		justify-content: flex-start;
	width: 35%;
}
.seminar_block > .eye_catch > .btn_contact_us {
	width: 100%;
}
.seminar_block > .eye_catch > .btn_contact_us > span {
		justify-content: center;
}
*/
.seminar_apply {
	margin: 0 auto;
	width: 400px;
}
.seminar_apply > .btn_contact_us {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 32px 48px;
	width: 100%;
}
.seminar_apply > .btn_contact_us > span {
		justify-content: center;
}



.seminar_block > .contents {
	width: calc(65% - 40px);
	width: 100%;
	margin: 0 auto;
	/*width: 840px;*/
}
.seminar_block > .contents > .date {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 16px;
}
.seminar_block > .contents > .title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 16px;
}
.seminar_block > .contents > .title > span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}
.seminar_block > .contents > .summary {
}
.seminar_block > .contents > .summary > div {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
}
.seminar_block > .contents > .point ul,
.seminar_block > .contents > .point ol.ol_line {
	border-top: 1px dotted #BDBDBD;
	border-bottom: 1px dotted #BDBDBD;
	margin: 16px 0;
	padding: 24px;
}
.seminar_block > .contents > .point ul li,
.seminar_block > .contents > .point ol.ol_line li {
	/*margin: 8px 0;*/
	padding-bottom: 8px;
	padding-left: 1em;
	text-indent: -0.75em;
}
.seminar_block > .contents > .point ol.ol_line li {/*順番表示の調整*/
 margin-left: 1.5em;
}
.seminar_block > .contents > .point ul li i {
	margin-right: 8px;
}
.seminar_block > .contents > .point ul li span {
	font-weight: 500;
}
.seminar_block > .contents > .point ul li span.fs20 {
	font-size: 20px;
	font-size: 2.0rem;
}
.seminar_block > .contents > .basic_info_wrap {
	margin-top: 40px;
}
.seminar_block > .contents > .basic_info_wrap > .basic_info {
	display: flex;
		align-items: center;
		justify-content: center;
	margin-bottom: 16px;
}
.seminar_block > .contents > .basic_info_wrap > .basic_info:last-child {
	margin-bottom: 0;
}
.seminar_block > .contents > .basic_info_wrap > .basic_info > .item {
	background: #fff;
	border: 1px solid #545454;
	border-radius: 80vh;
	display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
	margin-right: 12px;
	/*
	width: 56px;
	height: 56px;
	*/
	width: 80px;
	height: 80px;
	text-align: center;
}
.seminar_block > .contents > .basic_info_wrap > .basic_info > .contents {
	width: calc(100% - 64px);
}
.seminar_block > .contents .kome {
	font-size: 12px;
	font-size: 1.2rem;
}
.seminar_block > .speaker_detail {
	/*
	border: 4px solid #ccc;
	border-radius: 16px;
	*/
	background: #FBF2F2;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
	margin: 0 auto;
	padding: 40px;
	/*width: 840px;*/
}
.seminar_block > .speaker_detail > .title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 32px;
	text-align: center;
}
.seminar_block > .speaker_detail > .contents > div {
	text-align: center;
}
.seminar_block > .speaker_detail > .contents > div.speaker > div {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 16px;
}
.seminar_block > .speaker_detail > .contents > div.speaker > ul {
	display: flex;
		align-items: flex-start;
		gap: 24px;
		justify-content: flex-start;
	margin-top: 24px;
}

.seminar_block > .speaker_detail > .contents > div.speaker > ul.fwrap {
	flex-wrap: wrap;
}

.seminar_block > .speaker_detail > .contents > div.speaker > ul > li {
	display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	width: 50%;
}

.seminar_block > .speaker_detail > .contents > div.speaker > ul > li.width100per {
	width: 100%;
}
.seminar_block > .speaker_detail > .contents > div.speaker > ul > li > img {
	margin-bottom: 8px;
	max-width: 120px;
	height: auto;
}
.seminar_block > .speaker_detail > .contents > div.speaker > ul > li > div {
	padding-left: 16px;
	text-align: left;
}
.seminar_block > .speaker_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem;
}
.seminar_block > .speaker_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(2),
.seminar_block > .speaker_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(3) {
	font-size: 14px;
	font-size: 1.4rem;
}
.seminar_block > .speaker_detail > .contents > div.speaker > ul > li > div > div:nth-of-type(3) {
	margin-top: 16px;
}
.seminar_block > .apply_sp {
	display: none;
}
table.normal.seminar th {
	white-space: nowrap;
}
table.normal.seminar tbody td:not(:nth-child(3)) {
	text-align: center;
	white-space: nowrap;
}
/*-----------------------------------------------------------------------------
｜
｜■┓セミナー情報一覧ページ
｜┗┛
-----------------------------------------------------------------------------*/
main > .one_column > article {
	padding-top: 0;
}
.search_box {
	background: #eeeeee;
	background-image: linear-gradient(-45deg, #eeeeee 25%, #fff 25%, #fff 50%, #eeeeee 50%, #eeeeee 75%, #fff 75%, #fff);
	background-size: 7px 7px;
	border-radius: 16px;
	display: flex;
		align-items: center;
		justify-content: space-around;
	margin: 40px 0;
	padding: 24px;
}
.search_box > table {
	border-collapse: collapse;
	border-spacing: 0;
}
.search_box > table tr {
	border-bottom: 1px solid #BDBDBD;
}
.search_box > table tr:first-child {
	border-top: 1px solid #BDBDBD;
}
.search_box > table th , table.search_box_tbl td {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px ;
	vertical-align: middle;
}
.search_box > table th {
	background: #FAFAFA;
	text-align: right;
	white-space: nowrap;
}
.search_box > table td {
	background: #fff;
	text-align: left;
}
.search_box > table input[type="checkbox"] + label {
	margin-right: 24px;
}
.search_box .search_btn {
	background: #B86465;
	border-radius: 50%;
	box-shadow: 0 5px 0 #872B2C;
	/*-webkit-box-shadow: 0 5px 0 #e6d900;*/
	color: #fff;
	cursor: pointer;
	display: flex;
		align-items: center;
		justify-content: space-around;
	font-size: 1.3rem;
	font-size: 13px;
	margin: 24px;
	padding: 0;
	position: relative;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	*/
	transition: all 0.3s;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 120px;
	vertical-align: middle;
}
.search_box .search_btn:hover {
	box-shadow: 0 2px 0 #872B2C;
	/*
	-webkit-transform: translate(0, 3px);
	*/
	transform: translate(0, 3px);
	/*
	-webkit-box-shadow: 0 2px 0 #e6d900;
	*/
}
.search_box .search_btn:hover::after {
	width: 0;
}
.seminar_index {
	margin-bottom: 40px;
}
.seminar_index > ul {
	display: flex;
		flex-wrap: wrap;
}
.seminar_index > ul > li {
	padding: 8px;
	text-align: center;
	width: calc(100% / 3);
}
.seminar_index > ul > li > a {
	border: 1px solid #BDBDBD;
	padding: 2px;
	height: 100%;
}
.seminar_index > ul > li > a > div > div {
	border: 0;
	padding: 8px 16px;
}
.seminar_index > ul > li > a > div > div > .icon_wrap {
	display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
	padding-bottom: 12px;
}
.seminar_index > ul > li > a > div > div > .icon_wrap > .icon {
	border-radius: 4px;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 4px 16px;
}
.seminar_index > ul > li > a > div > div > .icon_wrap > .icon.fc_red {
	background: #E53935;
	color: #ffffff;
}
.seminar_index > ul > li > a > div > div > .icon_wrap > .icon.yellow {
	background: #FDD835;
}
.seminar_index > ul > li > a > div > div > .icon_wrap > .icon.gray {
	background: #EEEEEE;
}
.seminar_index > ul > li > a > div > div > .date {
	font-weight: 500;
	padding-bottom: 8px;
}
.seminar_index > ul > li > a > div > div > .title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.seminar_index > ul > li > a > div > div > .title > span {
	font-size: 14px;
	font-size: 1.4rem;
}
.seminar_index > ul > li a {
	color: #545454;
}
.seminar_index > ul > li a:hover::after {
	width: 0;
}
main > .one_column.width_1366 {
	max-width: 1366px;
}
.pager_pc {
	display: flex;
		align-items: center;
		justify-content: center;
	line-height: 1;
}
.pager_sp {
	display: none;
}
.pager_pc a.btn_prev,
.pager_pc a.btn_next {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #545454;
	position: relative;
	transition: all .2s;
}
.pager_pc a.btn_prev {
	margin: 0 24px 0 22px;
}
.pager_pc a.btn_next {
	margin: 0 22px 0 24px;
}
.pager_pc a.btn_prev::before,
.pager_pc a.btn_next::before {
	border-right: 2px solid #545454;
	border-bottom: 2px solid #545454;
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	position: absolute;
		top: 0.25em;
	transition: all .2s;
}
.pager_pc a.btn_prev::before {
	transform: rotate(135deg);
	left: -16px;
}
.pager_pc a.btn_next::before {
	transform: rotate(-45deg);
	right: -16px;
}
.pager_pc a:hover.btn_prev,
.pager_pc a:hover.btn_next {
	opacity: 0.6;
}
.pager_pc a.btn_page,
.pager_pc span.current_page {
	display: inline-flex;
		align-items: center;
		justify-content: center;
	line-height: 1;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.pager_pc a.btn_page {
	background: #fff;
	border: 1px solid #ccc;
	color: #545454;
	transition: all .2s;
}
.pager_pc a:hover.btn_page {
	background: #efefef;
}
.pager_pc span.current_page {
	background: #545454;
	color: #fff;
	cursor: default;
}
.pager_pc span.ellipsis {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 12px;
}



/*-----------------------------------------------------------------------------
|
|■┓セミナー対象者テーブル
|┗┛
-----------------------------------------------------------------------------*/
.seminar_tbl {
	margin-top: 24px;
}
.seminar_tbl th,
.seminar_tbl td {
	padding: 8px;
}
.seminar_tbl th span {
	background: #757575;
	border-radius: 16px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding : 4px 16px;
	width : 160px;
}


/*-----------------------------------------------------------------------------
|
|■┓見逃し配信申込フォーム部分
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
ご注意枠
----------------------------------------------------------*/
.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;
	text-align: left;
}
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;
}
