<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/**
 *接頭辞
 *.l- // layout
 *.c- // content
 *.h- // home
 *.js- // JavaScript
 **/

/**
 * checkbox style
 * @link: http://webdev.jp.net/checkbox-radio-custom-css/
 */
.form .form_title{
	font-size: 20px;
	font-size: 2.0rem;
}

.form .form_subtitle{
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_require{
	color: #ff4d35;
	font-size: 14px;
	font-size: 1.4rem;
}

.form .form_list li{
	margin-bottom: 3px;
}

.form .form_row{
	padding: 10px 0;
}

.form .form_row p{
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_row .form_col{
	padding-right: 10px;
}

.form .form_row .form_col:last-child{
	padding-right: 0;
}

.form .form_hr{
	margin-bottom: 15px;
	margin-top: 15px;
}

.form .form_str{
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 5px;
	white-space: nowrap;
}

.form .form_texts{
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_texts &gt; *{
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_supp{
	font-size: 12px;
	font-size: 1.2rem;
	color: #a1a1a1;
	clear: both;
}

.form .form_textarea{
	width: 100%;
	border: 2px solid #c3c3c3;
	padding: 5px;
	height: 150px;
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_input-outer{
	width: 100%;
	border: 2px solid #c3c3c3;
	padding: 4px;
}

.form .form_search-outer{
	*zoom: 1;
}

.form .form_search-outer:before{
	display: table;
	content: "";
	line-height: 0;
}

.form .form_search-outer:after{
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}

.form .form_search-outer .form_input{
	width: 620px;
	border: none;
	padding: 5px 15px;
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_search-outer .form_button{
	width: 80px;
	float: right;
}

.form .form_text{
	width: 100%;
	border: 2px solid #c3c3c3;
	padding: 5px;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_label{
	font-size: 16px;
	font-size: 1.6rem;
}

.form .form_checkbox.-designed{
	display: inline-block;
	margin-right: 6px;
	display: none;
	margin: 0;
}

.form .form_checkbox.-designed + label{
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	cursor: pointer;
	padding: 0 0 0 24px;
}

.form .form_checkbox.-designed + 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;
	border: 2px solid #c3c3c3;
}

.form .form_checkbox.-designed:checked + label::after{
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #fb842d;
	border-bottom: 3px solid #fb842d;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form .form_button{
	color: #FFF;
	text-align: center;
	background-color: #fb842d;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px;
}

.form .form_button:hover{
	background-color: rgba(251, 132, 45, 0.8);
}

.form .form_button.-large{
	width: 100%;
	display: block;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 10px;
}

.form .form_button.-light-blue{
	background-color: #00aeda;
}

.form .form_button.-light-blue:hover{
	background-color: rgba(0, 174, 218, 0.8);
}

.form .form_button.-gray{
	background-color: #b4b4b4;
}

.form .form_button.-gray:hover{
	background-color: rgba(180, 180, 180, 0.8);
}

.form .form_select-outer{
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	border: 2px solid #c3c3c3;
}

.form .form_select-outer:before{
	font-family: FontAwesome;
	content: url(../../images/icon/select_bottom.png);
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: .75rem;
	margin-top: -8px;
	margin-top: -.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #333;
}

.form .form_select{
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 3em);
	width: calc(100% + 3em);
	margin: 0;
	padding: 15px 35px 15px 15px;
	padding: .6875rem 2.1875rem .6875rem .6875rem;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

@media screen and (max-width: 767px){
	.form .form_title{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form .form_title span{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.form .form_subtitle{
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}

	.form .form_require{
		font-size: 12px;
		font-size: 1.2rem;
	}

	.form .form_row p{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form .form_row .form_col{
		padding: 10px 0px;
	}

	.form .form_row .form_col:last-child{
		padding-bottom: 0;
	}

	.form .form_str{
		font-size: 12px;
		font-size: 1.2rem;
	}

	.form .form_texts{
		font-size: 12px;
		font-size: 1.2rem;
	}

	.form .form_texts &gt; *{
		font-size: 12px;
		font-size: 1.2rem;
	}

	.form .form_supp{
		font-size: 10px;
		font-size: 1.0rem;
	}

	.form .form_textarea{
		font-size: 14px;
		font-size: 1.4rem;
		height: 50px;
	}

	.form .form_search-outer .form_input{
		font-size: 14px;
		font-size: 1.4rem;
		width: 80%;
	}

	.form .form_search-outer .form_button{
		width: 18%;
	}

	.form .form_text{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form .form_label{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form .form_list li{
		margin-bottom: 14px;
		display: flex;
	}

	.form .form_list .form_item{
		margin-bottom: 14px;
		display: flex;
	}

	.form .form_list li input.form_checkbox{
		flex: 0.5;
	}

	.form .form_list .form_item input.form_checkbox{
		flex: 0.5;
	}

	.form .form_list li .form_label.-checkbox{
		flex: 5;
	}

	.form .form_list .form_item .form_label.-checkbox{
		flex: 5;
	}

	.form .form_checkbox + label{
		line-height: 1.3;
	}

	.form .form_checkbox + label::before{
		top: 9px;
	}

	.form .form_checkbox:checked + label::after{
		top: 9px;
	}

	.form .form_button{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form .form_button.-large{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form .form_select{
		font-size: 14px;
		font-size: 1.4rem;
	}
}</pre></body></html>