@charset "utf-8";
.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
	font-size: 14px;
	color: #9797A0;
	vertical-align: top;
}

.wrap {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	font-family: 'Outfit', 'Noto Sans JP', sans-serif, 'メイリオ', 'Meiryo' !important;
	font-feature-settings: "palt";
	overflow: hidden;
}

.split-screen {
	display: flex;
	width: 100%;
}

.header-bar-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1280px) {
	.dl-left {
		flex: 3;
		padding: 0 0 10px;
	}
	
	.dl-right {
		flex: 1;
		background: rgba(47, 46, 65, 0.05);
		padding: 30px;
		max-width: 430px;
	}
	.regist-wrap {
		max-width: 840px;
		margin: 30px auto 0;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.dl-left {
		flex: 3;
		padding: 30px;
	}
	  
	.dl-right {
		flex: 1;
		background: rgba(47, 46, 65, 0.05);
		padding: 30px;
		max-width: 430px;
	}

	.regist-wrap {
		max-width: 660px;
		margin: 30px auto 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.dl-left {
		flex: 1;
		padding: 30px;
	}
	  
	.dl-right {
		flex: 1;
		background: rgba(47, 46, 65, 0.05);
		padding: 30px;
		max-width: 30%;
	}

	.regist-wrap {
		max-width: 480px;
		margin: 30px auto 0;
	}
}

  @media (max-width: 768px) {
	.split-screen {
	  flex-direction: column;
	}

	.dl-left, .dl-right {
	  width: 100%;
	  padding: 20px;
	}

	.dl-right {
	  background: rgba(47, 46, 65, 0.05);
	}
}

.header-wrap {
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 0;
}

.form-logo {
	width: 200px;
	margin: 0 auto;
}

.pc-br {
	display: block !important;
}

.sp-br {
	display: none !important;
}
/*----------------------------------------------------
	registform
----------------------------------------------------*/
.registform-title {
    margin: 0 auto 20px;
    font-size: 1.8vw;
    line-height: 1.5;
	text-align: center;
}

.registform-lead {
	font-size: 14px;
	line-height: 1.8;
}

.registform-lead span {
	font-size: 12px;
	color: #666;
	display: block;
}

.document-type {
    border-bottom: 1px solid #D9D9D9;
    margin: 0 0 24px;
	display: block;
}

.lc-policy {
	margin: 0 0 24px 0;
}

.lc-policy label {
	display: block;
}

.lc-policy span.required {
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
	background: #DC3333;
	padding: 1px 4px;
	line-height: 15px;
	margin: 0;
}

.lc-policy span {
	margin: 2px 0 0;
	display: inline-block;
}

.lc-send-btn > a {
	margin: 0 auto;
	padding: 20px 0;
	background: #005BAC;
	color: #fff !important;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border: 2px solid #005BAC;
	width: 100%;
}

.lc-send-btn > a:hover {
	border: 2px solid #005BAC;
	color: #005BAC !important;
	background: #fff;
	box-sizing: border-box;
}

.disabled a {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	background: #A4A4A4;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	pointer-events: none;
	border: 2px solid #A4A4A4;
}

.lc-back-btn a:link {
	margin: 40px auto 0;
	padding: 14px 0;
	width: 160px;
	color: #666 !important;
	border-radius: 5px;
	font-weight: bold;
	font-size: 11px;
	display: block;
	cursor: pointer;
	background: #dfdfdf;
	text-decoration: none !important;
}

.lc-back-btn a:hover,
.lc-back-btn a:active {
	padding: 14px 0;
	color: #666;
	background: #efefef;
	box-sizing: border-box;
	text-decoration: none;
}

.policy-wrap {
	margin: 20px auto;
	text-align: left;
	font-size: 11px;
}

.pmark {
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	width: 384px;
	display: flex;
	align-items: center;
}

.pmark img {
	margin: 0 10px 0 0;
	display: block;
}

/* form */
.dl-right-txt {
	margin: 0 0 24px 0;
	font-size: 13px;
	line-height: 1.8;
	border-bottom: 1px solid #D9D9D9;
	padding: 0 0 24px;
}

.dl-title {
	margin: 24px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

.dl-cont-list {
	margin: 12px 0 0 20px;
	width: 100%;
}

.dl-cont-list li {
	margin: 0 0 4px 0;
	list-style-type: disc;
	font-size: 14px;
}

.form-error {
	color: #DC3333;
	font-size: 11px;
}

.dl-form {
	width: 100%;
}

.dl-form th {
	font-weight: bold;
	padding: 0;
	font-size: 14px;
    width: 100%;
    box-sizing: border-box;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 5px;
}

.dl-form td {
	font-size: 13px;
	padding: 0 0 20px 0;
	vertical-align: top;
	display: flex;
    width: 100%;
    box-sizing: border-box;
	flex-wrap: wrap;
}

.dl-form td.conf {
	display:block;
}

.dl-form td.company-type label {
	width: 50%;
}

.dl-form td.company-type label input {
	margin-right: 3px;
	vertical-align: -2px;
}

.dl-form th span.required {
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    float: right;
	background: #DC3333;
	padding: 1px 4px;
	line-height: 15px;
}

.checkbox {
	margin: 10px 0 0;
    width: 50%;
}

.checkbox input,
.lc-policy input {
	vertical-align: -2px;
}


.dl-form td input[type=text],
.dl-form td input[type=email],
.dl-form td input[type=tel] {
	width: 100%;
	padding: 20px 10px;
	transition: 0.3s;
	border: 1px solid #A4A4A4;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	max-height: 50px;
}


.dl-form td input[type=text]:focus {
	border-color: #005BAC;
}

.dl-form td textarea {
	width: 100%;
	height: 140px;
	padding: 6px;
	transition: 0.3s;
	border: 1px solid #A4A4A4;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	line-height: 28px;
	resize: vertical;
	font-family: 'Noto Sans Japanese', sans-serif!important;
}

.dl-form td select {
	width: 100%;
	padding: 6px;
	cursor: pointer;
	font-size: 14px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: 1px solid #A4A4A4;
	outline: none;
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.dl-form td select.fmError {
	width: 100%;
	padding: 6px;
	cursor: pointer;
	font-size: 14px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: 1px solid #A4A4A4;
	outline: none;
	background: #FFEEEE;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

/*----------------------------------------------------
	tab
----------------------------------------------------*/

.tab-wrap .tab-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	border-bottom: 1px solid #D9D9D9;
}

.tab-wrap .tab-menu .one-tab {
	width: 14%;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.tab-wrap .tab-menu .one-tab {
		width: 18%;
	}
}

.tab-wrap .tab-menu .one-tab {
	margin-right: 5px;	
}

.tab-wrap .tab-menu .one-tab:last-child {
	margin-right: 0;	
}

.tab-wrap .tab-menu .one-tab a {
	display: block;
	text-decoration: none !important;
	transition-duration: 0.3s;
	text-align: center;
	color: #fff;
}

.tab-wrap .tab-menu .one-tab a:hover {
	text-decoration: none;
}

.tab-wrap .tab-menu .one-tab .tab-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
	font-size: 12px;
	padding: 4px 15px;
}

.tab-wrap .tab-menu .one-tab .tab-inner {
	background: #F2F2F2;
    color: #9797A0;
}

.tab-wrap .tab-menu .one-tab .tab-inner:hover {
	background-color: #2389CA;
	color: #ffffff;
}

.tab-wrap .tab-menu .one-tab a.select .tab-inner {
	background-color: #2389CA;
	color: #ffffff;
}

.contents .tab-main {
	display: none;
	padding: 0;
	text-align: left;
	transition-duration: 0.3s;
	font-size: 12px;
}

.tab-main.is_show {
	display: block;
}
  
.section {
	max-width: 100%;
	margin: 30px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #D9D9D9;
}

.contents h3 {
	font-size: 18px;
	color: #2389CA;
	font-weight: bold;
}

.contents ul {
	display: flex;
}

.contents ul li {
	font-size: 14px;
	margin: 10px 10px 10px 0;
	line-height: 1;
}


/*----------------------------------------------------
	confirm
----------------------------------------------------*/
.confirm-wrap {
	text-align: center;
	max-width: 840px;
    margin: 30px auto 0;
}

.confirm-wrap .dl-wrap {
	text-align: left;
	margin: 30px auto;
}

.confirm-wrap .lc-back-btn a:link {
    margin: 30px auto 0;
    padding: 14px 0;
    width: 180px;
    color: #666 !important;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    cursor: pointer;
    background: #dfdfdf;
    text-decoration: none !important;
	text-align: center;
}

/*----------------------------------------------------
	result
----------------------------------------------------*/
.result-wrap {
	text-align: center;
	max-width: 840px;
    margin: 30px auto;	
}

.freeplan-wrap {
	width: 100%;
    background: #f3f3f3;
    margin: 50px auto;
    padding: 30px;
}

.freeplan-wrap .btn {
	margin: 0 auto;
	text-align: center;
}

.freeplan-wrap .btn a {
    margin: 20px auto 0;
    padding: 20px 30px;
    width: 360px;
    background: #DC3333;
    color: #fff !important;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
	display: inline-block;
	border: 3px solid #DC3333;
}

#regist_head > .freeplan-wrap .btn a {
	text-decoration: none !important;
}

.freeplan-wrap .btn:active {
	display: block;
	padding: 0;
}

.freeplan-wrap .btn a:hover {
	background: #fff;
	color: #DC3333 !important;
	border: 3px solid #DC3333;
	text-decoration: none !important;
}

.freeplan-wrap .btn a span {
	display: block;
	font-size: 12px;
	margin: 0 0 6px 0;
}

.registform-lead span.att-txt {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
    margin: 0 0 10px 0;
}

@media (max-width: 768px){
	.sp-br {
		display: block !important;
	}
	
	.pc-br {
		display: none !important;
	}

	.section {
		padding: 0;
	}
	
	.page-wrap {
		padding-top: 0 !important;
	}

	.section {
		border-bottom: none;
	}

	.regist-wrap {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.registform-title {
		margin: 0 auto;
		color: #2F2E41;
		font-size: 20px;
		text-align: center;
	}

	.registform-lead {
		text-align: center;
		font-size: 12px;
		line-height: 24px;
	}

	.registform-lead-point {
		margin: 24px auto;
		font-size: 11px;
		line-height: 24px;
		text-align: left;
		width: auto;
		border: 1px solid #005BAC;
		background: #e9eff4;
		padding: 16px 10px;
		color: #005BAC;
	}

	.registform-lead-point span {
		font-size: 12px;
		text-align: center;
	}

	.dl-wrap {
		margin: 0 auto;
		width: 100%;
	}

	.dl-right-txt {
		margin: 20px auto;
	}

	.dl-img {
		width: 100%;
		float: left;
	}

	.dl-img img {
		width: 100%;
		border: 1px solid #A4A4A4;
		box-sizing: border-box;
	}

	.dl-form th {
		width: 100%;
		font-weight: bold;
		font-size: 16px;
		vertical-align: top;
	}

	.tab-area {
		border-bottom: none;
		margin: 30px 0 0 0;
		padding: 0;
	}

	.policy-wrap {
		margin: 0 auto;
		width: 100%;
		text-align: left;
	}

	.lc-policy {
		margin: 0 0 20px 0;
	}

	.lc-policy label {
		margin: 10px 0;
	}

	.lc-send-btn > a {
		margin: 20px auto;
		padding: 20px 0;
		width: 100%;
		background: #005BAC;
		color: #fff !important;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		display: block;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border: none;
	}

	.lc-send-btn > a:hover {
		padding: 16px 0;
		color: #005BAC !important;
		background: #fff;
		box-sizing: border-box;
	}

	.disabled a {
		margin: 20px auto;
		padding: 20px 0;
		width: 100%;
		background: #A4A4A4;
		color: #fff;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		display: block;
		pointer-events: none;
	}

	.lc-back-btn a {
		margin: 40px auto 0;
		padding: 14px 0;
		width: 80%;
		color: #666 !important;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		display: block;
		cursor: pointer;
		background: #dfdfdf;
	}

	.select-wrap::before {
		position: absolute;
		top: 16px;
		right: 50px;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #666666;
		pointer-events: none;
	}

	.confirm-wrap {
		text-align: left;
		max-width: 375px;
		width: 80%;
	}

	.result-wrap {
		padding: 20px;
	}

	.freeplan-wrap .btn a {
		width: 100%;
		padding: 20px 0;
		font-size: 16px;
	}

	.registform-lead span.att-txt {
		font-size: 12px;
	}

	.tab-menu .one-tab {
		margin-right: 0;	
	}

	.tab-menu .one-tab:last-child {
		margin-right: 0;	
	}

	.tab-wrap .tab-menu .one-tab {
		margin-right: 0;	
	}

	.tab-wrap .tab-menu .one-tab {
		width: 24% !important;
	}

	.tab-wrap .tab-menu {
		justify-content: space-between;
	}

	.tab-wrap .tab-menu .one-tab .tab-inner {
		padding: 4px 10px;
	}

	.tab-wrap .tab-menu .one-tab .tab-inner {
		font-size: 12px;
		padding: 4px;
	}

	.contents ul {
		display: block;
	}
	
	.contents ul li {
		font-size: 14px;
		margin: 20px 0;
		line-height: 1;
	}
}



