@charset "utf-8";
img { image-rendering: -webkit-optimize-contrast; }

.step-tag {
	position: relative;
}
.step-tag .step-tag-top {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	font-weight: bold;
	padding: 0.2em 1em;
	transform: translate(-50%, 0);
	background-color: #D9161B;
	color: #fff;
	border-radius: 0 0 8px 8px;
}

.cv-btns .btn-primary.icn-starter {
	background: #D9161B url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;
	background-size: 32px 32px;
	padding: 5px 50px 11px;
}
.cv-btns .btn-white-gray {
	padding: 12px 50px 12px;
}
.cv-btns .btn-white-gray svg {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 23px;
	margin-top: -13px;
}
.cv-btns .btn-white-gray span {
	display: block;
}
.cv-btns .cv-caption {
	display: block;
	font-size: 12px;
	color: #606060;
	text-align: center;
}








.toggle_contents [aria-hidden="true"] {
	display: none;
  }
  
  input[type="radio"]:focus-visible + span {
	outline: -webkit-focus-ring-color auto 1px;
  }
  
  [data-flow-ui="container"] .form-group label[class^="label-card"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  
  @media screen and (max-width: 767px) {
	.un-threebox {
	  flex-wrap: wrap !important;
	}
  }
  
  .un-cv-member .icn-member {
	background: #F5D200 url(/common_v10/images/icn-member.svg) no-repeat 20px center;
	background-size: 32px 32px;
	max-width: 352px;
	width: 100%;
	padding: 6px 50px 10px;
  }
  .un-cv-starter .icn-starter {
	background: #e93817 url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;
	background-size: 32px 32px;
	max-width: 352px;
	width: 100%;
	padding: 6px 50px 10px;
  }
  
  .btn-freecall[href^="tel"] {
	pointer-events: none;
  }
  @media only screen and (max-width: 767px) {
  .btn-freecall[href^="tel"] {
	  pointer-events: inherit;
  }
  }
  
  
  .un-max550 {
	max-width: 550px;
  }