@charset "UTF-8";

/* =====================================
contents_download
===================================== */
img{
	vertical-align:top;
}
small{
	font-size:0.9em;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right !important;
}
.text_left{
	text-align:left !important;
}
.text_red{
	color:#de3023 !important;
}
a.text_red:hover{
	color:#FF6955 !important;
}
.text_blue{
	color:#19528a !important;
}
.text_yellow{
	color:#e0a72a !important;
}
.text_yellow2{
	color:#f1bc1a !important;
}
.text_gray{
	color:#555 !important;
}
.text_meeting{
	color:#e0a72a !important;
}
.text_greenfile{
	color:#1aab4a !important;
}
.text_entrance{
	color:#d24726 !important;
}
.text_progress{
	color:#944924 !important;
}
.text_sup{
	font-size:0.6em;
	vertical-align:super;
}
.text_attention{
	font-size:0.8em;
	line-height:1.6em;
}
.text_bold,
.text_bold *,
.text_heavy,
.text_heavy *{
	font-family:'Zen Maru Gothic';
	font-weight:700;
	font-feature-settings:"palt" 1;
}
.text_heavy,
.text_heavy *{
	font-weight:900;
}
.text_heading{
	margin-bottom:35px;
	font-size:3.2rem;
	line-height:1.3em;
	font-feature-settings:"palt" 1;
	letter-spacing:0.05em;
}
.text_nowrap{
	white-space:nowrap;
}
.text_highlight {
	background: linear-gradient(transparent 80%, #fff800 0%);
	line-height: 1.3em;
}
img{
	display:block;
	max-width:100%;
	min-height:auto;
}
img.inline{
	display:inline-block;
}
.inline{
	display:inline-block;
}
.img_icon{
	display:inline-block;
	width:100%;
	max-width:0.9em;
	margin:0 0 0 0.4em;
	vertical-align:middle;
	position:relative;
	top: -0.12em;
}
#contents_download{
	background: linear-gradient(to bottom,  #d4eed3 0%, #dbeab3 100%);
}
#contents_download .heading_logo{
	width: 5.5em;
	margin: -12px 0.2em 0;
	vertical-align: middle;
}
.download_slide{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	flex-direction:row;
	max-width:760px;
	margin:0 auto 30px;
}
.download_slide figure{
	width:49%;
	margin:0.5% 0 !important;
	border:solid 1px #eee;
}
.download_slide .slick-dots li button:before{
	font-size: 4px;
}
.download_point{
	margin:0 auto;
}
.download_point p{
	display:inline-block;
	margin:0 0.5em 0.6em;
	font-size: 27px;
	line-height:1;
}
.download_point p .img_icon{
	margin:0 0.3em 0 0;
}
.download_point_more{
	margin:0 0 50px;
}
.download_form_pop{
	display:inline-block;
	position:relative;
	z-index:1;
	padding:12px 20px 14px;
	border-radius:30px;
	background:#e86905;
	color:#fff;
	font-size: 32px;
	line-height:1;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.05));
  
	span{
		color:#fff800;
	}
}
.download_form_pop:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #e86905 transparent transparent transparent;
	position:absolute;
	bottom:-16px;
	left:50%;
	margin-left:-16px;
}
.download_form_wrap{
	max-width:760px;
	margin:0 auto 0;
	padding: 35px 20px 20px;
	box-sizing:border-box;
	position:relative;
	border-radius:40px;
	background:#fff;
	/* filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1)); */
  box-shadow: .9rem .9rem 2.9rem 0 rgba(0, 0, 0, 0.1);
}
.download_form_slogan{
	margin:0 0 40px;
	font-size: 34px;
	line-height:1.2em;
}


/* フォームハンドラー用CSS
========================= */
.contents_form_flex{
	display:flex;
	justify-content:space-between;
}
.contents_form_flex .contents_form_input{
	width:48%;
	margin:0 0 20px;
}
.contents_form_input{
	margin:0 auto 20px;
}
.contents_form_input label:not(.checkbox){
	display:inline-block;
	margin:0 0 6px;
	font-weight:bold;
	line-height:1;
}
.contents_form_input label .notice{
	display:inline-block;
	margin:0 0 0 4px;
	color:#de3023;
	font-size:0.8em;
}
.contents_form_split{
	display:block;
	width:100%;
	height:1px;
	margin:30px auto 25px;
	border:none;
	outline:none;
	background:#ddd;
}
.contents_form_set input::placeholder{
	color:#777;
}
.contents_form_set{
	input:focus::-webkit-input-placeholder {
		color: transparent;
	}
	input:focus::-moz-placeholder {
		color: transparent;
	}
	input:focus::-ms-input-placeholder {
		color: transparent;
	}
	input:focus::placeholder {
		color: transparent;
	}
}
.contents_form_set input:not([type=checkbox]):not([type=submit]):not([type=button]),
.contents_form_set textarea{
	display:inline-block;
	width:100%;
	padding:8px;
	box-sizing:border-box;
	font-size: 15px;
	text-transform:none;
	border:solid 1px #ddd;
	border-radius:4px;
	background:#fafafa;
	box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
	-webkit-appearance:none;
	transition:background 0.2s ease 0s;
	font-family: inherit;
}
.contents_form_set input:not([type=checkbox]):not([type=submit]):not([type=button]):focus,
.contents_form_set textarea:focus{
	text-decoration:none;
	outline:none;
	background:#fff;
}
.contents_form_set input:not([type=checkbox]):not([type=submit]):not([type=button]).error,
.contents_form_set textarea.error,
.contents_form_set select.error{
	background:rgba(255,0,0,0.2);
	border:solid 1px #FF0000;
}

.contents_form_set select{
		font-size: 3px;
	}

@media screen and (min-width:769px) {
	.contents_form_set select{
		display:inline-block;
		width:auto;
		min-width:150px;
		padding:8px 20px 8px 8px;
		box-sizing:border-box;
		font-size: 14px;
		text-transform:none;
		border:solid 1px #ddd;
		border-radius:4px;
		background:#fafafa;
		box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
		-webkit-appearance:none;
		transition:background 0.2s ease 0s;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
	}
	.contents_form_set select.wide{
		width:100%;
	}
	.contents_form_set select::-ms-expand {
		display:none;
	}
	.contents_form_set .select_wrap{
		position:relative;
	}
	.contents_form_set .select_wrap:after {
		content:'';
		display:block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 1.1rem .65rem 0 .65rem;
		border-color: #bbbbbb transparent transparent transparent;
		position:absolute;
		right: 1rem;
		top: 15px;
		
	}
}
.contents_form_set .checkbox_wrap >p{
	display:inline-block;
	margin:0 20px 0 0;
}
.contents_form_set label.checkbox{
	display:inline-block;
	line-height:1;
}
.contents_form_set .checkbox_wrap [type="checkbox"]:not(:checked),
.contents_form_set .checkbox_wrap [type="checkbox"]:checked {
	position:absolute;
	left:-9999px;
}
.contents_form_set .checkbox_wrap [type="checkbox"]:not(:checked) + label,
.contents_form_set .checkbox_wrap [type="checkbox"]:checked + label {
	position:relative;
	padding-left:1.6em;
	cursor:pointer;
	word-break: break-all;
}
.contents_form_set .checkbox_wrap [type="checkbox"]:not(:checked) + label:before,
.contents_form_set .checkbox_wrap [type="checkbox"]:checked + label:before {
	content:'';
	position:absolute;
	left:0;
	top: -3px;
	width:1.25em;
	height:1.25em;
	background:#F4F4F4;
	border:solid 1px #ddd;
	border-radius:4px;
	box-shadow:inset 0 1px 3px rgba(0,0,0,.1);
}
.contents_form_set .checkbox_wrap [type="checkbox"]:not(:checked) + label:after,
.contents_form_set .checkbox_wrap [type="checkbox"]:checked + label:after {
	content:'\2713\0020';
	position:absolute;
	top:0;
	left:.15em;
	font-size:1.3em;
	line-height:0.8;
	color:#09ad7e;
	transition:all .2s;
	font-family:'Noto Sans JP';
}
.contents_form_set .checkbox_wrap [type="checkbox"]:not(:checked) + label:after {
	opacity:0;
	transform:scale(0);
}
.contents_form_set .checkbox_wrap [type="checkbox"]:checked + label:after {
	opacity:1;
	transform:scale(1);
}
.contents_form_set .valid_msg{
	display: block;
	padding:2px 0 0;
	color:#de3023;
	font-weight:500;
	line-height: 1.2em;
}
.contents_form_set .bn_cta,
.contents_form_set input[type=submit],
.contents_form_set input[type=button]{
	cursor:pointer;
	appearance:none;
	-webkit-appearance:none;
	outline:none;
}

.float_banner_close {
	width: 14px;
	height: 14px;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));
}
.formhandler_tooltip{
	display:block;
	width:100%;
	position:absolute;
	top:-80px;
	left:0;
	z-index:10;
	opacity:0;
	text-align:center;
	transition:top 0.3s ease 0s, opacity 0.3s ease 0s;
	pointer-events:none;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
}
.formhandler_tooltip.visible{
	opacity:1;
	top:-95px;
}
@media screen and (max-width: 980px) {
	.formhandler_tooltip.visible{
		top:-115px;
	}
}
.formhandler_tooltip_inner{
	display:inline-block;
	box-sizing: border-box;
	border-radius: 10px;
	background: #f4f4f4;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
	&:after{
		content:"";
		display:block;
		width: 0;
		height: 0;
		position:absolute;
		left:50%;
		margin-left:-10px;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #f4f4f4 transparent transparent transparent;
	}
}
.formhandler_tooltip_header{
	padding:7px 3px 5px;
	box-sizing:border-box;
	background:#01a699;
	border-radius:10px 10px 0 0;
	color:#fff;
	line-height:1;
	font-weight:bold;
	font-size:  17px;
}

.formhandler_tooltip_header .img_icon{
	font-size: 20px;
}
.formhandler_tooltip_body{
	box-sizing:border-box;
	padding:7px 10px;
	font-size:14px;
	line-height:1.4em;
}
.contents_formhandler_form_heading{
	max-width:600px;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 18px;
	font-size: 2rem;
	font-weight: bold;
}
.contents_formhandler_form_heading.wide{
	max-width:100%;
}
.contents_formhandler_form_heading:before, .contents_formhandler_form_heading:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contents_formhandler_form_heading:after {
	width: 10%;
	left:45%;
	background: #f1bc1a;
}
.contents_formhandler_form_autofill{
	max-width:600px;
	padding:20px 0 0;
}
.contents_formhandler_form_autofill .bn_cta{
	max-width:280px;
	padding:18px 15px 18px 35px;
	font-size:1.5rem;
	background:url(/_lp/2025_02/assets/img/icon_mail.svg) no-repeat center left 18px/18px #fff;
}
.contents_formhandler_form_autofill .bn_cta:hover{
	/* background:url(/_lp/2025_02/assets/img/icon_mail_hover.svg) no-repeat center left 18px/18px #f1bc1a; */
}
#autofill_input{
	display:none;
}
.autofill_modal .modaal-container{
	background:none;
	box-shadow:none;
}
.autofill_input_inner{
	max-width: 500px;
	margin: 0 auto;
	background:#fff;
	border-radius:10px;
}
.autofill_input_title{
	padding:15px;
	box-sizing: border-box;
	border-radius:10px 10px 0 0;
	position:relative;
	line-height:1;
	background:#f1bc1a;
	text-align:center;
}
.autofill_input_form{
	padding:20px;
	box-sizing: border-box;
}
#autofill_text{
	width:100%;
	margin:0 auto 10px;
}
.contents_formhandler_required{
	margin:0 0 0.5em;
	font-size:1.3rem;
}
.contents_formhandler_form_main{
	max-width:600px;
	margin:0 auto;
	padding:0 0 30px;
	box-sizing: border-box;
	text-align:left;
}

.contents_formhandler_form_main .contents_form_input{
	position:relative;
}
.contents_formhandler_form_main .checkbox_wrap{
	margin-top:7px;
	font-size:0.95em;
}
.contents_formhandler_form_main .checkbox_wrap >p {
	display: block;
	margin: 0 20px 2px 0;
}
.contents_formhandler_form_main.contents_form_set input:not([type=checkbox]):not([type=submit]):not([type=button]),
.contents_formhandler_form_main.contents_form_set textarea{
	padding:9px 8px;
}
.contents_formhandler_form_main.contents_form_set input.short{
	max-width:242px;
}
.contents_formhandler_form_main .bn_submit{
	display:inline-block;
	max-width:450px;
	box-sizing:border-box;
	padding:20px 35px 20px 25px;
	position:relative;
	z-index:1;
	top:0;
	overflow:hidden;
	color:#fff !important;
	vertical-align:middle;
	font-weight:bold;
	font-size:2rem;
	border-radius:28px;
	border:solid 2px #d69d00;
	line-height:1;
	letter-spacing:0.03em;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-feature-settings:"palt" 1;
	letter-spacing:0.05em;
	background:url(/_lp/2025_02/assets/img/icon_arrow_white.svg) no-repeat center right 10px/13px #1d90d6;
	box-shadow:1px 4px 0px 0px rgba(24,89,137,0.9);
	border:none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	transition:top 0.2s ease 0s, opacity 0.2s ease 0s, box-shadow 0.2s ease 0s, border 0.4s ease 0s, color 0.1s ease 0s, background 0.2s ease 0.2s;
}
.contents_formhandler_form_main .bn_submit:hover{
	top:-3px;
	opacity:1;
	box-shadow: 0px 4px 7px 0px rgba(24,89,137,0.9);
	color:#fff !important;
	background:url(/_lp/2025_02/assets/img/icon_arrow_white.svg) no-repeat center right 10px/13px #10adfc;
}
.contents_formhandler_form_main .bn_submit:before{
	content:"";
	display:block;
	background:#10adfc;
	width:100%;
	height:100%;
	opacity:1;
	position:absolute;
	left:-50%;
	top:0;
	z-index:-1;
	border-radius:29px;
	transition:left 0.3s ease 0s, opacity 0.1s ease 0.3s;
}
.contents_formhandler_form_main .bn_submit:hover:before{
	width:100%;
	left:0;
	opacity:0;
}
_:-ms-lang(x)::-ms-backdrop, .bn_submit:before{
	display:none;
}
_:-ms-input-placeholder, :root .bn_submit:before{
	display:none;
}


.contents_formhandler_form_main .form_privacy_notice{
	margin:20px 0 0;
	text-align:left;
}
.contents_formhandler_form_main .gyr_replace_button{
	display:inline-block !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.contents_form_input.with_marker{
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}
.form_required_marker{
	display:inline-block;
	padding:6px;
	border-radius:10px;
	position: relative;
	top: 5px;
	margin:0 10px 0 0;
	font-size:1.2rem;
	line-height:1;
	color:#fff;
	background:#DE3023;
	white-space:nowrap;
}
.form_required_marker.inline{
	position:static;
}
.form_required_marker.gray{
	background:#888;
}
.contents_form_input.with_marker > div{
	flex-grow:1;
}
#form_checkbox_STEnotfound{
	margin:0 auto;
}
#form_STEnotfound_wrap{
	max-height:0;
	padding-top:0;
	opacity:0;
	overflow:hidden;
}
#form_STEnotfound_wrap.visible{
	max-height:1000px;
	padding-top:30px;
	opacity:1;
	transition:max-height 0.5s ease 0s, padding-top 0.5s ease 0s, opacity 0.5s ease 0s;
}
#form_STEnotfound_wrap .contents_form_input:last-child{
	margin-bottom:0;
}
#form_select_site_wrap{
	max-height:0;
	margin:0;
	opacity:0;
	overflow:hidden;
	transition:max-height 0.5s ease 0s, margin 0.5s ease 0s, opacity 0.5s ease 0s;
}
#form_select_site_wrap.visible{
	max-height:100px;
	margin: 0 auto 20px;
	opacity:1;
}
.contents_formhandler_thanks{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:40px 20px;
	box-sizing:border-box;
	border-radius:10px;
	/*background:#fff;*/
}
.contents_formhandler_thanks_inner .paragraph:not(:last-child){
	margin:0 0 2em;
}
.contents_formhandler_thanks_inner p:not(:last-child){
	margin:0 0 1em;
}
.contents_formhandler_thanks_inner hr{
	display:block;
	width:100%;
	height:1px;
	padding:0;
	margin:2em 0;
	border:none;
	border-bottom:dashed 1px #ccc;
	background:none;
}
.contents_formhandler_thanks_inner p.formhandler_thanks_heading_lv2{
	margin: 0 0 0.6em;
	padding:0.1em 0 0.1em 0.3em;
	border-left:solid 4px #f1bc1a;
	font-size: 1.2em;
	font-weight:bold;
	line-height: 1.3em;
	&.text_red{
		border-color:#de3023;
	}
}
.formhandler_thanks_banner_service{
	display:inline-block;
	max-width:650px;
	margin:0 0 2em;
	img{
		border-radius:8px;
	}
}
.formhandler_banner_heading{
	padding:0.7em 0.5em 0.7em;
	color:#fff;
	background:#de3023;
	font-size: 1.3em;
	font-weight:bold;
	line-height: 1.3em;
	border-radius:0.3em;
}


@media screen and (max-width: 768px) {
  .contents_form_set input:not([type=checkbox]):not([type=submit]):not([type=button]),
  .contents_form_set textarea{
    font-size: 15px;
  }

	.contents_formhandler_form{
	}
	.contents_formhandler_form_heading{
		padding:15px 5px;
		font-size: 3.2rem;
	}
	.contents_formhandler_form_autofill{
		padding:20px 0 0;
	}
	.contents_formhandler_form_autofill .bn_cta{
		padding:13px 15px 13px 35px;
		font-size: 2.8rem;
	}
	.autofill_modal .modaal-content-container{
		padding:0;
	}
	.form_required_marker{
		padding:4px;
		border-radius:6px;
		top: 7px;
		margin:0 6px 0 0;
		font-size:2rem;
		vertical-align:middle;
	}
	.contents_formhandler_form_main{
		padding:0;
		box-sizing: border-box;
	}
	.contents_formhandler_form_main.contents_form_set input.short{
		max-width:100%;
	}
	.contents_formhandler_form_main .bn_cta{
		font-size: 3.6rem;
	}
	.contents_formhandler_thanks{
		padding:10px 20px 30px;
	}
	.contents_formhandler_thanks_inner{
		text-align:left;
	}
	.contents_formhandler_thanks .contents_formhandler_form_heading {
		font-size: 3.6rem;
	}
	.contents_formhandler_thanks_inner nav{
		padding:20px 0 0;
	}
}

.text_attention {
    font-size: 0.8em;
    line-height: 1.6em;
}

/* フォームハンドラー用CSS
	========================= */
	@media screen and (max-width: 768px) {
	.download_form_wrap{
		padding: 25px 20px 20px;
	}

	.contents_form_input{
		margin:0 auto 15px;
	}
	.contents_form_split{
		margin:25px auto 20px;
	}

	.contents_form_set{
		font-size: 14px;
	}
	.contents_form_set .checkbox_wrap >p{
		display:inline-block;
		margin:0 0.5em 0.5em 0;
	}
	.contents_formhandler_form_main .bn_submit{
		display:block;
		width:100%;
		padding: 11px 15px;
		white-space: normal;
		font-size: 15px;
		line-height:1.4em;
		margin: 0 auto;
	}

	.contents_form_set select{
		display:block;
		width:100%;
		padding:8px;
		box-sizing:border-box;
		font-size: 15px;
		text-transform:none;
		border:solid 1px #ddd;
		border-radius:4px;
		background:#fafafa;
		color:#333;
	}
		.contents_formhandler_form_heading{
			padding:15px 5px;
			font-size: 16px;
		}
		.contents_formhandler_form_autofill{
			padding:20px 0 0;
		}
		.contents_formhandler_form_autofill .bn_cta{
			padding:13px 15px 13px 35px;
			font-size: 14px;
		}
		.autofill_modal .modaal-content-container{
			padding:0;
		}
		.form_required_marker{
			padding:4px;
			border-radius:6px;
			top: 7px;
			margin:0 6px 0 0;
			font-size: 10px;
			vertical-align:middle;
		}
		.contents_formhandler_form_main{
			padding:0;
			box-sizing: border-box;
		}
		.contents_formhandler_form_main.contents_form_set input.short{
			max-width:100%;
		}
		.contents_formhandler_thanks{
			padding:10px 20px 30px;
		}
		.contents_formhandler_thanks_inner{
			text-align:left;
		}
		.contents_formhandler_thanks .contents_formhandler_form_heading {
			font-size: 18px;
		}
		.contents_formhandler_thanks_inner nav{
			padding: 20px 0 0;
		}
	}

.link_external{
  color: #e0a72a !important;
}
.link_external:after{
	content:"";
	display:inline-block;
	width:0.9em;
	height:0.9em;
	margin:0 0 0 4px;
	background:url(/_lp/2025_02/assets/img/icon_external_yellow.svg) no-repeat center center/cover;
}
.text_center {
    text-align: center;
}