html {
	height: 100%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	height: 100%;
	font-size: 11pt;
	color: #676a6c;
	background: #f4f6f8;
}
i {
	font-style: normal;
}
a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
a:focus,
a:visited {
	text-decoration: none;
}
#wrap {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#wrap .title {
	margin-bottom: 45px;
	font-size: 16pt;
	color: #fff;
	text-align: center;
	background: #458c2c;
}
#wrap .title header {
	height: 77px;
	background: #fff;
}
#wrap .title header > .inner {
	padding: 18px 0;
	margin: 0 auto;
	max-width: 1200px;
	text-align: left;
}
#wrap .title > .heading {
	padding: 15px 20px;
	margin: 0 10px;
	display: inline-block;
	z-index: 1;
}
#wrap .title > .heading span {
	margin-left: 10px;
	white-space: nowrap;
}
#wrap .inner {
	padding: 0 10px 30px;
	margin: 0 auto;
	width: 800px;
}
#wrap .inner label {
	font-weight: normal;
}
/* moc表示用 media query*/
@media only screen and (min-width: 501px) {
	#wrap .inner .type_pc {
		display: block;
	}
	#wrap .inner .type_sp {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	#wrap .inner .type_pc {
		display: none;
	}
	#wrap .inner .type_sp {
		display: block;
	}
}
#wrap .inner .type_pc > .login_form {
	width: 700px;
	margin: 0 auto;
}
#wrap .inner .type_pc > .login_form p.notice {
	position: relative;
	padding-left: 1.3em;
	font-size: 10pt;
	color: #f00;
}
#wrap .inner .type_pc > .login_form p.notice:before {
	position: absolute;
	content: "※";
	left: 0;
}
#wrap .inner .type_pc > .login_form p.notice:last-of-type {
	margin-bottom: 15px;
}
#wrap .inner .type_pc > .login_form .entry_field {
	padding: 30px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#wrap .inner .type_pc > .login_form .entry_field p.title {
	margin: 0 0 15px 25px;
	font-size: 14pt;
	color: inherit;
	text-align: left;
	background: none;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group {
	display: flex;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit {
	padding: 10px 30px;
	flex-basis: 50%;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit:first-of-type {
	border-right: 1px solid #ccc;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit p.sttl {
	font-size: 10.5pt;
	font-weight: bold;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit p.item {
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit p.item:last-of-type {
	margin-bottom: 25px;
}
#wrap .type_pc > .login_form .entry_field .form_group > .unit p.item > span.name_relate {
	width: 130px;
	display: inline-block;
}
#wrap .type_pc > .login_form .entry_field .form_group > .unit p.item > span.name_relate:first-of-type {
	margin-right: 10px;
}
#wrap .type_pc > .login_form .entry_field .form_group > .unit p.item > span.name_relate > input {
	width: 100%;
}
#wrap .type_pc > .login_form .entry_field .form_group > .unit p.item > span.notice {
	position: relative;
	padding-left: 1.3em;
	margin: 3px auto 10px;
	max-width: 450px;
	font-size: 9pt;
	color: #f00;
	display: block;
}
#wrap .type_pc > .login_form .entry_field .form_group > .unit p.item > span.notice:before {
	position: absolute;
	content: "※";
	left: 0;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit p.item label {
	margin-bottom: 1px;
	font-size: 9pt;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit p.item input.login_info {
	width: 280px;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit p.item a.btn_remind {
	margin-top: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #ff6213;
	display: inline-block;
	text-decoration: underline;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit p.item a.btn_remind:hover {
	color: #ffb380;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit a.btn_member {
	padding: 10px 0;
	margin-top: 54px;
	width: 280px;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit a.btn_entry {
	padding: 10px 0;
	width: 280px;
}
#wrap .inner .type_pc > .login_form .entry_field .form_group > .unit a.btn_next {
	color: #fff;
	background: #458c2c;
}
#wrap .inner .type_sp > .login_form {
	padding: 0 10px;
	margin: 0 auto;
}
#wrap .inner .type_sp > .login_form p.notice {
	position: relative;
	padding-left: 1.3em;
	margin: 0 auto 10px;
	max-width: 450px;
	font-size: 9pt;
	color: #f00;
}
#wrap .inner .type_sp > .login_form p.notice:before {
	position: absolute;
	content: "※";
	left: 0;
}
#wrap .inner .type_sp > .login_form p.notice:last-of-type {
	margin-bottom: 15px;
}
#wrap .inner .type_sp > .login_form p.notice > a {
	color: #f00;
	text-decoration: underline;
}
#wrap .inner .type_sp > .login_form .entry_field {
	margin: 0 auto;
	max-width: 450px;
}
#wrap .inner .type_sp > .login_form .entry_field ul.sign_tab {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
}
#wrap .inner .type_sp > .login_form .entry_field ul.sign_tab li {
	width: calc(100% / 2);
}
#wrap .inner .type_sp > .login_form .entry_field ul.sign_tab li > a {
	padding: 10px 2px;
	height: 100%;
	font-size: 9pt;
	text-align: center;
	color: inherit;
	background: #e3e3e3;
	display: block;
}
#wrap .inner .type_sp > .login_form .entry_field ul.sign_tab li:last-of-type > a {
	margin-right: 0;
}
#wrap .inner .type_sp > .login_form .entry_field ul.sign_tab li.active > a {
	background: #fff;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content {
	padding: 20px;
	font-size: 9pt;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content p {
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content span.name_relate {
	width: 45%;
	display: inline-block;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content span.name_relate:first-of-type {
	margin-right: 10px;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content span.notice {
	position: relative;
	padding-left: 1.3em;
	margin: 3px auto 10px;
	max-width: 450px;
	font-size: 8.5pt;
	color: #f00;
	display: block;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content span.notice:before {
	position: absolute;
	content: "※";
	left: 0;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content p:not(.opt_unit) label {
	margin-bottom: 1px;
	display: block;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content p:not(.opt_unit) input {
	width: 100%;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content p.opt_unit {
	text-align: right;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content p a {
	font-weight: bold;
	color: #ff6213;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content p a:focus {
	color: #ffb380;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content a.btn {
	padding: 10px 0;
	margin-top: 20px;
}
#wrap .inner .type_sp > .login_form .entry_field .tab-content a.btn_next {
	color: #fff;
	background: #458c2c;
}
#wrap .inner .type_sp > .sp_remind {
	position: fixed;
	padding: 20px 20px 0;
	width: 100%;
	background: #fff;
	bottom: 0;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 10;
}
#wrap .inner .type_sp > .sp_remind p.lead {
	font-size: 9pt;
}
#wrap .inner .type_sp > .sp_remind p:nth-of-type(2) {
	margin-bottom: 25px;
}
#wrap .inner .type_sp > .sp_remind p label {
	margin-bottom: 1px;
	font-size: 9pt;
	display: block;
}
#wrap .inner .type_sp > .sp_remind p input {
	width: 100%;
}
#wrap .inner .type_sp > .sp_remind .btn_unit {
	margin: 0 -20px;
	display: flex;
}
#wrap .inner .type_sp > .sp_remind .btn_unit > a {
	padding: 12px 0;
	font-size: 9.5pt;
	color: #fff;
	text-align: center;
	flex-basis: 50%;
}
#wrap .inner .type_sp > .sp_remind .btn_unit > a:first-of-type {
	background: #999;
	border-right: 1px solid #fff;
}
#wrap .inner .type_sp > .sp_remind .btn_unit > a:last-of-type {
	background: #ff8533;
	border-left: 1px solid #fff;
}
#wrap .inner > .notice {
	padding: 0 10px 5px;
	margin: 0 0 20px;
	box-sizing: border-box;
	color: #464646;
	background: #fff;
	border: solid 2px #458c2c;
	border-radius: 3px;
}
#wrap .inner > .notice p {
	margin: 15px 0 10px;
	font-size: 9.5pt;
}
#wrap .inner > .notice p span {
	display: block;
}
#wrap .inner > .notice p span.caution {
	color: #ff5238;
}
#wrap .inner > .notice p span.caution span.line {
	text-decoration: underline;
	display: inline;
}
#wrap .inner .divide {
	padding: 5px 8px;
	margin-bottom: 10px;
	background: #ddd;
	border-radius: 3px;
}
#wrap .inner .divide > span {
	display: block;
}
#wrap .inner .divide > span:first-of-type {
	margin-bottom: 5px;
}
#wrap .inner .divide > span label {
	margin-bottom: 0;
}
#wrap .inner .feature_frame {
	padding: 15px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#wrap .inner .feature_frame table.entry-form {
	width: 100%;
	font-size: 9pt;
}
#wrap .inner .feature_frame table.entry-form tr.subscribe {
	background: #def7d6;
}
#wrap .inner .feature_frame table.entry-form tr.subscribe td .invitation {
	margin-bottom: 10px;
	font-size: 10.5pt;
	font-weight: bold;
}
#wrap .inner .feature_frame table.entry-form th {
	padding: 10px;
	width: 200px;
	font-weight: normal;
	vertical-align: top;
}
#wrap .inner .feature_frame table.entry-form th > span.required {
	float: right;
	padding: 2px 10px 1px;
	font-size: 8pt;
	color: #fff;
	background: #e71063;
	display: inline-block;
}
#wrap .inner .feature_frame table.entry-form th > span.invoice {
	font-size: 10.5px;
	display: block;
}
#wrap .inner .feature_frame table.entry-form td {
	padding: 10px 10px 15px;
	vertical-align: top;
}
#wrap .inner .feature_frame table.entry-form td > .name_unit {
	width: 160px;
	display: inline-block;
}
#wrap .inner .feature_frame table.entry-form td > .name_unit:last-of-type {
	margin-left: 5px;
}
#wrap .inner .feature_frame table.entry-form td > .name_unit label {
	margin-bottom: 0;
	font-size: 8pt;
	font-weight: normal;
	display: block;
}
#wrap .inner .feature_frame table.entry-form td > .name_unit input,
#wrap .inner .feature_frame table.entry-form td > input,
#wrap .inner .feature_frame table.entry-form td > textarea {
	width: 100%;
}
#wrap .inner .feature_frame table.entry-form td > textarea {
	height: 120px;
	resize: vertical;
}
#wrap .inner .feature_frame table.entry-form td > input.license {
	width: 330px;
}
#wrap .inner .feature_frame table.entry-form td > span.notice {
	margin: 3px 0 0 1.5em;
	text-indent: -1.5em;
	font-size: 8pt;
	color: #e71063;
	display: block;
}
#wrap .inner .feature_frame table.entry-form td.form_sched {
	padding: 0;
}
#wrap .inner .feature_frame table.entry-form td.form_sched > .item {
	padding: 10px 10px 0;
}
#wrap .inner .feature_frame table.entry-form td.form_sched > .item:last-child {
	margin-bottom: 0;
}
#wrap .inner .feature_frame table.entry-form td.form_sched > .item .related_part {
	padding: 1px 10px 20px 35px;
	margin: 4px -10px 0;
}
#wrap .inner .feature_frame table.entry-form td.form_sched > .item .related_part > label {
	margin-bottom: 0;
}
#wrap .inner .feature_frame table.entry-form td input.subscribe + label:first-of-type {
	margin-right: 40px;
}
#wrap .inner .feature_frame table.entry-form td > input[type="email"],
#wrap .inner .feature_frame table.entry-form td > input.password {
	width: 350px;
}
#wrap .inner .feature_frame table.entry-form td span.caution {
	color: #e71063;
	display: block;
}
#wrap .inner .feature_frame table.entry-form td p {
	font-size: 9pt;
}
#wrap .inner .feature_frame table.entry-form td p:last-of-type {
	margin-bottom: 0;
}
#wrap .inner .feature_frame table.entry-form td p.payment {
	padding-left: 1em;
	text-indent: -1em;
}
#wrap .inner .feature_frame table.entry-form td p a.payment {
	margin: 0 5px;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit {
	margin-top: 5px;
	width: 100%;
	display: table;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p {
	display: table-cell;
	vertical-align: top;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p:first-of-type {
	width: 400px;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p:last-of-type {
	width: 148px;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > span.caution {
	margin-bottom: 5px;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > span.sttl {
	margin-left: 20px;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > span.value {
	margin-left: 5px;
	font-weight: bold;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > label {
	margin-bottom: 1px;
	font-weight: normal;
	display: block;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > label + input {
	margin-bottom: 10px;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > a {
	width: 120px;
	display: block;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > a:hover {
	opacity: 0.8;
}
#wrap .inner .feature_frame table.entry-form td .pass_unit p > a img {
	border: 1px solid #b4b3b3;
}
#wrap .inner .feature_frame table.entry-form td ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#wrap .inner .feature_frame table.entry-form td ul li {
	margin: 9px 0;
}
#wrap .inner .feature_frame table.entry-form td ul li:first-child {
	margin-top: 0;
}
#wrap .inner .feature_frame table.entry-form td ul li:last-child {
	margin-bottom: 0;
}
#wrap .inner .conf_area {
	margin: 35px 0 40px;
	text-align: center;
	font-size: 9pt;
}
#wrap .inner .conf_area p.notice:nth-of-type(3) {
	margin-bottom: 25px;
}
#wrap .inner .conf_area p.notice label > span {
	text-decoration: underline;
}
#wrap .inner .conf_area p.pay_caution {
	padding: 10px 15px;
	margin: 0 auto 20px;
	font-size: 10pt;
	width: 450px;
}
#wrap .inner .conf_area p.pay_caution span.ttl {
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 11pt;
	text-align: left;
	color: #fff;
	background: #fa776d;
	display: block;
}
#wrap .inner .conf_area p.pay_caution span.pay_lead {
	margin-bottom: 10px;
	text-align: left;
	display: block;
}
@media only screen and (max-width: 480px) {
	#wrap .inner .conf_area p.pay_caution {
		width: 100%;
	}
}
#wrap .inner .conf_area > .note {
	padding: 0 10px;
	margin: 0 auto 15px;
	width: 100%;
}
#wrap .inner .conf_area > .note > span {
	color: #e71063;
	display: block;
}
#wrap .inner .conf_area > a {
	margin: 0 10px;
	width: 170px;
	display: inline-block;
}
#wrap .inner .law_unit {
	text-align: right;
}
#wrap .inner .law_unit > a {
	margin-left: 10px;
	font-size: 9pt;
	display: inline-block;
}
#wrap .inner .feature_frame table.entry-form td span.check_item {
	position: relative;
	padding-left: 24px;
	margin: 0 12px 5px 0;
	font-size: 9pt;
	color: #dcdcdc;
	line-height: 20px;
	display: inline-block;
}
#wrap .inner .feature_frame table.entry-form td span.check_value {
	color: inherit;
}
#wrap .inner .feature_frame table.entry-form td span.check_value:before {
	content: "\f00c";
	position: absolute;
	margin-top: -12px;
	font-family: FontAwesome;
	font-size: 15pt;
	color: #e71063;
	vertical-align: middle;
	top: 50%;
	left: 0;
}
#wrap .inner .feature_frame p {
	font-size: 10.5pt;
}
#wrap .inner .feature_frame p.law_lead {
	font-size: 11pt;
}
#wrap .inner .feature_frame p.association {
	text-align: right;
}
#wrap .inner .feature_frame p.center {
	font-weight: bold;
	text-align: center;
}
#wrap .inner .feature_frame p.address {
	margin-top: 20px;
	font-size: 9pt;
	text-align: right;
}
#wrap .inner .feature_frame .headline {
	padding-bottom: 3px;
	margin: 25px 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #458c2c;
}
#wrap .inner .feature_frame ul.policy {
	padding-left: 10px;
	margin-left: 20px;
	text-indent: -28px;
	margin-bottom: 0;
	font-size: 10.5pt;
	list-style-type: none;
}
#wrap .inner .feature_frame ul.policy > li {
	margin-bottom: 10px;
}
#wrap .inner .feature_frame ul.policy > li ol {
	padding-left: 0;
	margin-left: 20px;
	text-indent: -38px;
	margin-top: 5px;
	list-style-type: none;
}
#wrap .inner .feature_frame ul.policy > li ol li {
	margin-bottom: 5px;
}
#wrap .inner .feature_frame ul.policy > li:last-of-type,
#wrap .inner .feature_frame ul.policy > li ol li:last-of-type {
	margin-bottom: 0;
}
#wrap .inner .complete_field {
	padding-top: 20px;
	margin: 0 auto;
	width: 600px;
}
#wrap .inner .complete_field > .circle {
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}
#wrap .inner .complete_field > .circle h2 {
	position: relative;
	padding: 16px 0;
	border-bottom: 2px solid #676a6c;
	display: block;
}
#wrap .inner .complete_field > .circle h2:before,
.circle h2:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #676a6c;
	border-radius: 50%;
	bottom: -5px;
	display: block;
}
#wrap .inner .complete_field > .circle h2:before {
	left: -4px;
}
#wrap .inner .complete_field > .circle h2:after {
	right: -4px;
}
#wrap .inner .complete_field > .lead {
	padding: 0 25px;
	margin-bottom: 25px;
	font-size: 14pt;
	line-height: 1.6em;
}
#wrap .inner .complete_field > .pay_select {
	padding: 0 25px;
	margin-bottom: 25px;
	font-size: 13pt;
}
#wrap .inner .complete_field > .pay_select > span {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 11.5pt;
	color: #c82e29;
	display: block;
}
#wrap .inner .complete_field > .pay_select .pay_info {
	margin-top: 10px;
	font-size: 10pt;
}
#wrap .inner .complete_field > .pay_select .pay_info table {
	width: 100%;
}
#wrap .inner .complete_field > .pay_select .pay_info table th,
#wrap .inner .complete_field > .pay_select .pay_info table td {
	padding: 5px 10px;
}
#wrap .inner .complete_field > .pay_select .pay_info table th {
	width: 110px;
	font-weight: normal;
	background: #dbeccb;
}
#wrap .inner .complete_field > .pay_select .peyment_type {
	margin-top: 10px;
	text-align: center;
}
#wrap .inner .complete_field > .pay_select .peyment_type a {
	margin-right: 14px;
	width: 170px;
}
#wrap .inner .complete_field > .pay_select .peyment_type a i.selected {
  font-size: 12pt;
  margin-right: 5px;
}
#wrap .inner .complete_field > .pay_select .peyment_type a:last-of-type {
	margin-right: 0;
}
@media only screen and (max-width: 480px) {
	#wrap .inner .complete_field > .pay_select .peyment_type a {
		margin: 0 0 5px;
		width: 100%;
		display: block;
	}
}
#wrap .inner .complete_field > .pay_select .peyment_type a.select {
	font-weight: bold;
	color: #f76300;
	background: #f3e7da !important;
	border-color: #ff8533 !important;
	pointer-events: none;
}
@media only screen and (max-width: 480px) {
	#wrap .inner .complete_field > .pay_select .peyment_type a {
		margin: 0 0 5px;
		width: 100%;
		display: block;
	}
}
#wrap .inner .complete_field > .pay_select .consent_sect {
	margin: 20px 20px 0;
}
@media only screen and (max-width: 480px) {
	#wrap .inner .complete_field > .pay_select .consent_sect {
		margin: 20px 0 0;
	}
}
#wrap .inner .complete_field > .pay_select .consent_sect p.caution {
	font-size: 9pt;
	color: #c82e29;
}
#wrap .inner .complete_field > .pay_select .consent_sect .article_outer {
	padding: 10px;
	font-size: 12px;
	height: 200px;
	overflow-y: auto;
	border: 1px solid #ddd;
	background: #fff;
}
#wrap .inner .complete_field > .pay_select .consent_sect .article_outer .article_inner {
	height: 275px;
}
#wrap .inner .complete_field > .pay_select .consent_sect .agree_unit {
	text-align: center;
}
#wrap .inner .complete_field > .pay_select .convenience {
	margin-top: 10px;
	display: none;
}
#wrap .inner .complete_field > .pay_select .convenience ul {
	padding: 0;
	list-style: none;
}
#wrap .inner .complete_field > .notice {
	padding: 0 25px;
	margin-bottom: 50px;
	font-size: 10pt;
}
#wrap .inner .complete_field > a {
	margin: 0 auto 50px;
	width: 120px;
	display: block;
}
#wrap .inner .complete_field .pay_fix {
	margin-bottom: 50px;
	text-align: center;
}
#wrap .inner .complete_field .pay_fix > a {
	margin: 0 10px;
	width: 160px;
	display: inline-block;
}
#wrap .inner .limit_field {
	padding-top: 60px;
	margin: 0 auto;
	width: 600px;
}
#wrap .inner .limit_field > .lead {
	position: relative;
	padding: 0 25px;
	margin: 0 auto 65px;
	width: 440px;
	font-size: 16pt;
	line-height: 1.6em;
}
#wrap .inner .limit_field > .lead:before,
#wrap .inner .limit_field > .lead:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 85px;
	height: 3px;
	background: #928484;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#wrap .inner .limit_field > .lead:before {
	left: -50px;
}
#wrap .inner .limit_field > .lead:after {
	right: -35px;
}
#wrap .inner .limit_field > a {
	margin: 0 auto 50px;
	width: 120px;
	display: block;
}
/* law --- */
#wrap .inner .feature_frame table.law_table {
	font-size: 9pt;
}
#wrap .inner .feature_frame table.law_table th.header {
	color: #fff;
	background: #6fa15b;
}
#wrap .inner .feature_frame table.law_table th.header:nth-of-type(1) {
	width: 200px;
}
#wrap .inner .feature_frame table.law_table td a {
	margin-top: 5px;
	display: block;
}
#wrap .inner a.law_close {
	margin: 20px auto 30px;
	width: 200px;
	display: block;
}
/* payment --- */
#wrap .inner .pay_item {
	margin-bottom: 30px;
	font-size: 10pt;
	counter-reset: number 0;
}
#wrap .inner .pay_item .payment_type {
	padding: 8px 10px;
	font-size: 12pt;
	border-left: 3px solid #458c2c;
	background: #dcecd4;
}
#wrap .inner .pay_item > p {
	padding: 5px 10px;
}
#wrap .inner .pay_item > p.step {
	position: relative;
	padding-left: 20px;
}
#wrap .inner .pay_item > p.step::before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	left: 0;
}
#wrap .inner .pay_item > p span {
	margin-bottom: 5px;
	font-size: 11pt;
	color: #2c6916;
	border-bottom: 1px solid #b6b6b6;
	display: block;
}
#wrap .inner .pay_item > p span.brand {
	margin-top: 5px;
	border-bottom: none;
	display: block;
}
#wrap .inner .pay_item > p span.brand img {
	margin: 0 2px 7px 0;
	width: 70px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
#wrap .inner .pay_item > p span.notice {
	margin-top: 5px;
	font-size: inherit;
	color: inherit;
	border-bottom: none;
	display: block;
}
#wrap .inner .pay_item > p.mail_sample {
	max-width: 420px;
}
#wrap .inner .pay_item > p span.emphasis {
	color: #ff6213;
	font-size: inherit;
	font-weight: bold;
	border-bottom: none;
	display: inline;
}
#wrap .inner .pay_item > p img.step_img {
	margin: 0 0 0 5px;
	width: 280px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	display: block;
}
#wrap .inner .pay_item > p img.type_seico {
	width: 200px;
}
#wrap .inner .pay_item > p a.conv {
	margin: 5px 0;
	text-decoration: underline;
	display: block;
}
#wrap .inner .close_unit > a {
	margin: 0 auto;
	width: 200px;
	display: block;
}
/* pay_ok/ng --- */
#wrap .inner .pay_result {
	margin: 0 auto 60px;
	width: 500px;
	font-size: 10pt;
}
#wrap .inner .pay_result > p.note {
	margin: 30px 0 0;
	color: #c82e29;
}
#wrap .inner .pay_result > p span.contact {
	margin: 5px 0 20px;
	display: block;
}
#wrap .inner .pay_result > p span.contact span.sttl {
	font-weight: bold;
	display: block;
}
@media screen and (min-width: 481px) {
	#wrap .inner .pay_result > p span.contact span.pc_tel {
		display: inline-block;
	}
	#wrap .inner .pay_result > p span.contact a.sp_tel {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#wrap .inner .pay_result > p span.contact span.pc_tel {
		display: none;
	}
	#wrap .inner .pay_result > p span.contact a.sp_tel {
		display: inline-block;
	}
}
#wrap .inner .pay_result .result_note {
	margin-bottom: 10px;
	font-size: 13pt;
}
#wrap .inner .pay_result .error_detail {
	padding: 8px 10px;
	border: 2px solid #e9546b;
}
#wrap .inner .pay_result .error_detail .code {
	margin-bottom: 5px;
}
#wrap .inner .pay_result .error_detail .message {
	color: #e9546b;
	font-weight: bold;
}
#wrap .inner a.pay_close {
	margin: 20px auto 30px;
	width: 200px;
	display: block;
}
@media only screen and (max-width: 480px) {
	#wrap .inner .feature_frame table.law_table th.header {
		display: none;
	}
	#wrap .inner .feature_frame table.law_table th,
	#wrap .inner .feature_frame table.law_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	#wrap .inner .feature_frame table.law_table th {
		color: #fff;
		background: #6fa15b;
	}
	#wrap .inner .pay_result {
		width: 100%;
	}
}
#wrap input[type="text"].error,
#wrap input[type="tel"].error,
#wrap input[type="email"].error,
#wrap textarea.error,
#wrap select.error {
	background: #fef4f4;
	border: 3px solid #c82e29;
}
#wrap span.error {
	margin: 2px 0 0;
	font-size: 9pt;
	font-weight: bold;
	color: #c82e29;
	display: block;
}
#wrap > footer {
	position: absolute;
	height: 20px;
	font-size: 8pt;
	right: 20px;
	bottom: 0;
}
/* cli/survey */
#wrap .inner .feature_frame table.entry-form td p.discription {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#wrap .inner .feature_frame table.entry-form td .file_notes {
	margin-bottom: 8px;
}
#wrap .inner .feature_frame table.entry-form td .entry_type {
	display: flex;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span {
	padding: 0 5px;
	margin-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span i {
	margin-right: 5px;
	vertical-align: baseline;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span.file_pdf {
	color: #fa0f00;
	background: #fffafa;
	border-color: #c4372d;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span.file_word {
	color: #3266a4;
	background: #f7fbff;
	border-color: #436ea3;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span.file_excel {
	color: #128056;
	background: #f1fffa;
	border-color: #629481;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span.file_powerpoint {
	color: #df5c32;
	background: #fffbf9;
	border-color: #ce7051;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span.file_img {
	color: #df3274;
	background: #fff9fd;
	border-color: #df3274;
}
#wrap .inner .feature_frame table.entry-form td .entry_type span.file_zip {
	color: #362f47;
	background: #fff9fd;
	border-color: #362f47;
}
.elem-switch input:disabled + label {
	pointer-events: none;
	opacity: 0.5;
}
.elem-switch input[type="checkbox"] {
	display: none;
}
.elem-switch input[type="checkbox"] + label {
	display: inline-block;
	width: 40px;
	height: 20px;
	position: relative;
	transition: 0.3s;
	margin: 0 5px;
	box-sizing: border-box;
}
.elem-switch input[type="checkbox"] + label:after,
.elem-switch input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	transition: 0.3s;
	cursor: pointer;
}
.elem-switch input[type="checkbox"]:checked + label.red {
	background: #eca9a7 !important;
}
.elem-switch input[type="checkbox"]:checked + label.red:after {
	background: #d9534f !important;
}
.elem-switch input.wide-line:checked + label:after {
	left: calc(100% - 20px);
}
.elem-switch input.wide-line + label {
	background: #c7c7c7;
	border-radius: 20px;
	height: 10px;
}
.elem-switch input.wide-line + label:after {
	background: #fff;
	border-radius: 50%;
	top: -5px;
	box-shadow: 0 0 3px #aaa;
}

@media screen and (max-width: 1024px) {
	#wrap .title header {
		height: 50px;
	}
	#wrap .title header > .inner {
		padding: 5px 10px;
		width: 100%;
	}
}
@media screen and (max-width: 812px) {
	#wrap .inner {
		width: 100%;
	}
	#wrap .inner .limit_field {
		width: 80%;
	}
	#wrap .inner .limit_field > .lead {
		width: 100%;
		font-size: 12.5pt;
	}
	#wrap .inner .limit_field > .lead:before,
	#wrap .inner .limit_field > .lead:after {
		-webkit-transform: rotate(-80deg);
		transform: rotate(-80deg);
	}
}
@media screen and (max-width: 640px) {
	#wrap .inner {
		width: 100%;
	}
	#wrap .inner .last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	#wrap .inner .feature_frame table.entry-form {
		width: 100%;
	}
	#wrap .inner .feature_frame table.entry-form tr.subscribe {
		background: #fff;
	}
	#wrap .inner .feature_frame table.entry-form th {
		background: #def7d6;
	}
	#wrap .inner .feature_frame table.entry-form th span.invoice {
		font-size: 10.5px;
		display: inline-block;
	}
	#wrap .inner .feature_frame table.entry-form td {
		padding-bottom: 25px;
	}
	#wrap .inner .feature_frame table.entry-form th,
	#wrap .inner .feature_frame table.entry-form td {
		width: 100%;
		display: block;
		border-bottom: none;
	}
	#wrap .inner .feature_frame table.entry-form tr:last-of-type td {
		padding-bottom: 5px;
	}
	#wrap .inner .feature_frame table.entry-form td > input[type="email"],
	#wrap .inner .feature_frame table.entry-form td > input.password {
		width: 100%;
	}
	#wrap .inner .feature_frame table.entry-form td > input[type="email"] + a {
		margin: 5px 0;
	}
	#wrap .inner .intro_area > .note {
		padding: 10px;
		width: 100%;
	}
	#wrap .inner .feature_frame table.entry-form td.form_sched > .item:last-child {
		margin-bottom: 5px;
	}
	#wrap .inner .feature_frame table.entry-form td .pass_unit p:first-of-type,
	#wrap .inner .feature_frame table.entry-form td .pass_unit p:last-of-type {
		width: calc(100% - 5px);
		display: block;
	}
	#wrap .inner .conf_area > a {
		margin: 0 auto;
		width: 280px;
	}
	#wrap .inner .conf_area > a:first-of-type {
		margin-bottom: 10px;
	}
	#wrap .inner .complete_field {
		width: 345px;
	}
	#wrap > footer {
		width: 100%;
		font-size: 8pt;
		text-align: center;
		right: 0;
		z-index: 1;
	}
}
/* secure */
#wrap .inner .pay_item > p span.secure_brand {
	margin-top: 5px;
	border-bottom: none;
	display: block;
}
#wrap .inner .pay_item > p span.secure_brand img {
	margin: 0 2px 7px 0;
	width: 100px;
}
#wrap .inner .pay_item > p.read {
	padding: 5px 10px;
	margin-bottom: 0;
}
#wrap .inner .pay_item > .secure_caution {
	padding: 10px;
	border: 2px solid #ff5238;
}
#wrap .inner .pay_item > p.notice {
	padding: 10px;
	margin: 0 10px 15px;
	border: 5px solid #bebebe;
}
#wrap .inner .pay_item > .confirm_link {
	margin: 0 10px 15px;
}
#wrap .inner .pay_item > .confirm_link span {
	margin-bottom: 5px;
	font-size: 11pt;
	color: #2c6916;
	border-bottom: 1px solid #b6b6b6;
	display: block;
}
#wrap .inner .pay_item > .confirm_link ul li {
	margin: 5px 0;
}

/* modal  ---------- */
.modal-md {
	width: 420px;
}
.modal-body p.lead {
	margin-top: 20px;
	font-size: 10.5pt;
}
.modal-body label {
	margin-bottom: 1px;
	font-size: 10pt;
	font-weight: normal;
	display: block;
}
.modal-body input[type="email"] {
	width: 100%;
}
.dialog_footer {
	padding: 0 15px 10px;
	text-align: right;
}
.dialog_footer > a {
	width: 80px;
}
.dialog_footer > a:hover {
	text-decoration: none;
}
.dialog_footer > a.btn-link {
	color: inherit;
}
.dialog_footer > a.btn-link:hover {
	color: #dcdcdc;
}
/* elem-check layout  ----------------------------- */
.elem-check input[type="radio"],
.elem-check input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}
.elem-check input[type="radio"] + label,
.elem-check input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	cursor: pointer;
}
.elem-check input[type="radio"]:disabled + label,
.elem-check input[type="checkbox"]:disabled + label {
	opacity: 0.4;
	pointer-events: none;
}
@media (min-width: 1px) {
	.elem-check input[type="radio"],
	.elem-check input[type="checkbox"] {
		display: none;
		margin: 0;
	}
	.elem-check input[type="radio"] + label,
	.elem-check input[type="checkbox"] + label {
		padding: 0 0 0 24px;
		font-size: 9pt;
		font-weight: normal;
	}
	.elem-check input[type="radio"] + label::before,
	.elem-check input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #fff;
	}
	.elem-check input[type="radio"] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	.elem-check input[type="checkbox"] + label::before {
		border: 2px solid #ccc;
	}
	.elem-check input[type="radio"].error + label::before {
		border: 2px solid #c82e29;
		border-radius: 30px;
	}
	.elem-check input[type="checkbox"].error + label::before {
		border: 2px solid #c82e29;
	}
	.elem-check input[type="radio"]:checked + label::after,
	.elem-check input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.elem-check input[type="radio"]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #e71063;
		border-radius: 8px;
	}
	.elem-check input[type="checkbox"]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #e71063;
		border-bottom: 3px solid #e71063;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#wrap article > .inner .result-field table th.elem-check input[type="radio"] + label,
	#wrap article > .inner .result-field table th.elem-check input[type="checkbox"] + label,
	#wrap article > .inner .result-field table td.elem-check input[type="radio"] + label,
	#wrap article > .inner .result-field table td.elem-check input[type="checkbox"] + label {
		padding: 0 0 0 10px;
	}
}

/* button layout  ----------------------------- */
.btn-orange {
	background-color: #ff6600;
	border-color: #ff6600;
	color: #fff;
}
.open .btn-orange.dropdown-toggle {
	background-color: #ff944d;
	border-color: #ff944d;
}
.btn-orange:hover {
	background-color: #ff8533 !important;
	border-color: #ff8533;
	color: #fff;
}
.btn-orange:active,
.btn-orange.active,
.btn-orange.active:focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.btn-orange.dropdown-toggle:active:hover {
	background-color: #e65c00 !important;
	border-color: #e65c00;
}
.btn-orange:focus {
	background-color: #ff944d;
	border-color: #ff944d;
	color: #fff;
}
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled],
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
	background-color: #ffa366;
	border-color: #ffa366;
	color: #fff;
}
.btn-orange.btn-o {
	border: 1px solid #ff6600;
	color: #ff6600;
}
.btn-orange.btn-o:hover {
	color: #ff8533;
	border-color: #ff8533;
	background: none !important;
}
.btn-orange.btn-o:active,
.btn-orange.btn-o.active,
.btn-orange.btn-o.active:focus,
.btn-orange.btn-o:active:focus,
.btn-orange.btn-o:active:hover {
	background-color: #eaeaec !important;
	border-color: #b34700 !important;
	color: #b34700 !important;
}
.btn-orange.btn-o:focus {
	background-color: #ffa366;
	border-color: #ffa366;
	color: #ff8533;
}
.btn-orange.btn-o.disabled:hover,
.btn-orange.btn-o.disabled:focus,
.btn-orange.btn-o.disabled:active,
.btn-orange.btn-o.disabled.active,
.btn-orange.btn-o[disabled],
.btn-orange.btn-o[disabled]:hover,
.btn-orange.btn-o[disabled]:focus,
.btn-orange.btn-o[disabled]:active,
.btn-orange.btn-o[disabled].active,
fieldset[disabled] .btn-orange.btn-o:hover,
fieldset[disabled] .btn-orange.btn-o:focus,
fieldset[disabled] .btn-orange.btn-o:active,
fieldset[disabled] .btn-orange.btn-o.active {
	border-color: #ffa366;
	color: #ffa366;
}
.btn-orange.btn-o .caret {
	border-top-color: #ff6600;
}
.btn-orange .caret {
	border-top-color: #fff;
}
.dropup .btn-orange .caret {
	border-bottom: 4px solid #fff;
}
.btn-grey {
	background-color: #c8c7cc;
	border-color: #c8c7cc;
	color: #fff;
}
.open .btn-grey.dropdown-toggle {
	background-color: #efeff0;
	border-color: #efeff0;
}
.btn-grey:hover {
	background-color: #e2e2e4 !important;
	border-color: #e2e2e4;
	color: #fff;
}
.btn-grey:active,
.btn-grey.active,
.btn-grey.active:focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.btn-grey.dropdown-toggle:active:hover {
	background-color: #bbbac0 !important;
	border-color: #bbbac0;
}
.btn-grey:focus {
	background-color: #efeff0;
	border-color: #efeff0;
	color: #fff;
}
.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled],
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .btn-grey.active {
	background-color: #fcfcfd;
	border-color: #fcfcfd;
	color: #fff;
}
.btn-grey.btn-o {
	border: 1px solid #c8c7cc;
	color: #c8c7cc;
}
.btn-grey.btn-o:hover {
	color: #e2e2e4;
	border-color: #e2e2e4;
	background: none !important;
}
.btn-grey.btn-o:active,
.btn-grey.btn-o.active,
.btn-grey.btn-o.active:focus,
.btn-grey.btn-o:active:focus,
.btn-grey.btn-o:active:hover {
	background-color: #eaeaec !important;
	border-color: #a19fa8 !important;
	color: #a19fa8 !important;
}
.btn-grey.btn-o:focus {
	background-color: #fcfcfd;
	border-color: #fcfcfd;
	color: #e2e2e4;
}
.btn-grey.btn-o.disabled:hover,
.btn-grey.btn-o.disabled:focus,
.btn-grey.btn-o.disabled:active,
.btn-grey.btn-o.disabled.active,
.btn-grey.btn-o[disabled],
.btn-grey.btn-o[disabled]:hover,
.btn-grey.btn-o[disabled]:focus,
.btn-grey.btn-o[disabled]:active,
.btn-grey.btn-o[disabled].active,
fieldset[disabled] .btn-grey.btn-o:hover,
fieldset[disabled] .btn-grey.btn-o:focus,
fieldset[disabled] .btn-grey.btn-o:active,
fieldset[disabled] .btn-grey.btn-o.active {
	border-color: #fcfcfd;
	color: #fcfcfd;
}
.btn-grey.btn-o .caret {
	border-top-color: #c8c7cc;
}
.btn-grey .caret {
	border-top-color: #fff;
}
.dropup .btn-grey .caret {
	border-bottom: 4px solid #fff;
}
.btn-dark-grey {
	background-color: #aeacb4;
	border-color: #aeacb4;
	color: #fff;
}
.open .btn-dark-grey.dropdown-toggle {
	background-color: #d5d4d8;
	border-color: #d5d4d8;
}
.btn-dark-grey:hover {
	background-color: #c8c7cc !important;
	border-color: #c8c7cc;
	color: #fff;
}
.btn-dark-grey:active,
.btn-dark-grey.active,
.btn-dark-grey.active:focus,
.btn-dark-grey:active:focus,
.btn-dark-grey:active:hover,
.btn-dark-grey.dropdown-toggle:active:hover {
	background-color: #a19fa8 !important;
	border-color: #a19fa8;
}
.btn-dark-grey:focus {
	background-color: #d5d4d8;
	border-color: #d5d4d8;
	color: #fff;
}
.btn-dark-grey.disabled:hover,
.btn-dark-grey.disabled:focus,
.btn-dark-grey.disabled:active,
.btn-dark-grey.disabled.active,
.btn-dark-grey[disabled],
.btn-dark-grey[disabled]:hover,
.btn-dark-grey[disabled]:focus,
.btn-dark-grey[disabled]:active,
.btn-dark-grey[disabled].active,
fieldset[disabled] .btn-dark-grey:hover,
fieldset[disabled] .btn-dark-grey:focus,
fieldset[disabled] .btn-dark-grey:active,
fieldset[disabled] .btn-dark-grey.active {
	background-color: #e2e2e4;
	border-color: #e2e2e4;
	color: #fff;
}
.btn-dark-grey.btn-o {
	border: 1px solid #aeacb4;
	color: #aeacb4;
}
.btn-dark-grey.btn-o:hover {
	color: #c8c7cc;
	border-color: #c8c7cc;
	background: none !important;
}
.btn-dark-grey.btn-o:active,
.btn-dark-grey.btn-o.active,
.btn-dark-grey.btn-o.active:focus,
.btn-dark-grey.btn-o:active:focus,
.btn-dark-grey.btn-o:active:hover {
	background-color: #a19fa8 !important;
	border-color: #86848f !important;
	color: #86848f !important;
}
.btn-dark-grey.btn-o:focus {
	background-color: #e2e2e4;
	border-color: #e2e2e4;
	color: #c8c7cc;
}
.btn-dark-grey.btn-o.disabled:hover,
.btn-dark-grey.btn-o.disabled:focus,
.btn-dark-grey.btn-o.disabled:active,
.btn-dark-grey.btn-o.disabled.active,
.btn-dark-grey.btn-o[disabled],
.btn-dark-grey.btn-o[disabled]:hover,
.btn-dark-grey.btn-o[disabled]:focus,
.btn-dark-grey.btn-o[disabled]:active,
.btn-dark-grey.btn-o[disabled].active,
fieldset[disabled] .btn-dark-grey.btn-o:hover,
fieldset[disabled] .btn-dark-grey.btn-o:focus,
fieldset[disabled] .btn-dark-grey.btn-o:active,
fieldset[disabled] .btn-dark-grey.btn-o.active {
	border-color: #e2e2e4;
	color: #e2e2e4;
}
.btn-dark-grey.btn-o .caret {
	border-top-color: #aeacb4;
}
.btn-dark-grey .caret {
	border-top-color: #fff;
}
.dropup .btn-dark-grey .caret {
	border-bottom: 4px solid #fff;
}
.btn-dark-green {
	background-color: #188f7f;
	border-color: #188f7f;
	color: #fff;
}
.open .btn-dark-green.dropdown-toggle {
	background-color: #23d1b9;
	border-color: #23d1b9;
}
.btn-dark-green:hover {
	background-color: #1fbba6 !important;
	border-color: #1fbba6;
	color: #fff;
}
.btn-dark-green:active,
.btn-dark-green.active,
.btn-dark-green.active:focus,
.btn-dark-green:active:focus,
.btn-dark-green:active:hover,
.btn-dark-green.dropdown-toggle:active:hover {
	background-color: #14796c !important;
	border-color: #14796c;
}
.btn-dark-green:focus {
	background-color: #23d1b9;
	border-color: #23d1b9;
	color: #fff;
}
.btn-dark-green.disabled:hover,
.btn-dark-green.disabled:focus,
.btn-dark-green.disabled:active,
.btn-dark-green.disabled.active,
.btn-dark-green[disabled],
.btn-dark-green[disabled]:hover,
.btn-dark-green[disabled]:focus,
.btn-dark-green[disabled]:active,
.btn-dark-green[disabled].active,
fieldset[disabled] .btn-dark-green:hover,
fieldset[disabled] .btn-dark-green:focus,
fieldset[disabled] .btn-dark-green:active,
fieldset[disabled] .btn-dark-green.active {
	background-color: #30ddc6;
	border-color: #30ddc6;
	color: #fff;
}
.btn-dark-green.btn-o {
	border: 1px solid #188f7f;
	color: #188f7f;
}
.btn-dark-green.btn-o:hover {
	color: #1fbba6;
	border-color: #1fbba6;
	background: none !important;
}
.btn-dark-green.btn-o:active,
.btn-dark-green.btn-o.active,
.btn-dark-green.btn-o.active:focus,
.btn-dark-green.btn-o:active:focus,
.btn-dark-green.btn-o:active:hover {
	background-color: #eaeaec !important;
	border-color: #0d4e45 !important;
	color: #0d4e45 !important;
}
.btn-dark-green.btn-o:focus {
	background-color: #30ddc6;
	border-color: #30ddc6;
	color: #1fbba6;
}
.btn-dark-green.btn-o.disabled:hover,
.btn-dark-green.btn-o.disabled:focus,
.btn-dark-green.btn-o.disabled:active,
.btn-dark-green.btn-o.disabled.active,
.btn-dark-green.btn-o[disabled],
.btn-dark-green.btn-o[disabled]:hover,
.btn-dark-green.btn-o[disabled]:focus,
.btn-dark-green.btn-o[disabled]:active,
.btn-dark-green.btn-o[disabled].active,
fieldset[disabled] .btn-dark-green.btn-o:hover,
fieldset[disabled] .btn-dark-green.btn-o:focus,
fieldset[disabled] .btn-dark-green.btn-o:active,
fieldset[disabled] .btn-dark-green.btn-o.active {
	border-color: #30ddc6;
	color: #30ddc6;
}
.btn-dark-green.btn-o .caret {
	border-top-color: #188f7f;
}
.btn-dark-green .caret {
	border-top-color: #fff;
}
.dropup .btn-dark-green .caret {
	border-bottom: 4px solid #ffffff;
}

.nodisp {
	display: none;
}
