﻿@charset "utf-8";

/* ---------------------------------------------------------------- column_page ---- */

.contents_area{
	width: 670px;
	float: left;
	padding-bottom: 140px;
	position: relative;
}

.contents_area-header{
	/*border-bottom: 5px solid #4cb6cf;*/
    padding: 0px 30px 20px 0;
	margin-bottom: 35px;
}

.contents_ttl{
	font-size: 28px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 4px;
}

.lcl-search-form {
    margin-bottom: 25px;
}

#searchform, #searchform_side {
	position: relative;
	width: 414px;
}

.lcl-search-form__input{
	width: 414px;
	height: 35px;
	border: 1px solid #dcdcdc;
	position: relative;
	outline: 0;
	padding: 3px 40px 3px 10px;
}

#searchBtn2 {
	position: absolute;
	top: 0;
	right: 0px;
}

/* ----------------------------------------------------------------  ---- */
/* ---------------------------------------------------------------- SP ---- */
/* ----------------------------------------------------------------  ---- */

@media screen and (max-width: 767px){

	/*.breadcrumbs{display: none;}*/

	.contents_area {width: 100%;float: none;padding-bottom: 0;}

	.contents_area-inner{
		padding: 0px 15px 50px;
		width: 100%;
		margin: auto;
	}

	.contents_area-header {
		border-bottom: 2px solid #4cb6cf;
		width: 100%;
		padding: 10px 0px 1px 0;
		margin-bottom: 20px;
	}

	.contents_ttl{
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 6px;
	}


	#searchform, #searchform_side {
		position: relative;
		width: 100%;
	}

	.lcl-search-form__input {
	    width: 100%;
	}

}

