
ol, ul {
	list-style: none;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}

.container {
	margin: 0 auto;
}

.main_container {
	position: relative;
}

.col_6 {
	width: 50%;
	float: left;
}

.main_inner {
	padding: 20px;
}


.side_inner {
	padding: 20px 10px;
}


/*==============================
search_area
==============================*/
.top_main_visual {
	margin: 0 auto;
	margin-top: 100px;
}

/* 背景グラデーション */

.top_main_visual{
	background: #a5dee4;
	border-top: 3px solid #81c7d4;
}

.search_area_inner {
	padding: 10px 30px;
}

.search_area_inner h2 {
margin-top: 1rem;
	margin-bottom: 3rem;
	text-align: center;
	color: #fc8501;
}

.search_area_inner h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 3rem;
}

.search_box {
	margin: 0 auto 3rem;
	max-width: 300px;
}

/* 検索BOX */
.search_container{
	box-sizing: border-box;
	position: relative;
	height: 3em;
	max-width: 300px;
	padding: 3px 10px;
	border: 2px solid #999;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.search_container input[type="text"]{
	border: none;
	height: 2.0em;
	padding: 5px;
	font-size: 16px;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.7em;
	border: none;
	background: none;
	color: #3879D9;
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	right: 0;
	top: -10px;
	outline : none;
}

/* item_region area */
.top_select_wrap {
	margin-bottom: 3rem;
}

.select_container:after {
	content: "";
	clear: both;
	display: block;
}

.select_container .item,
.select_container .region,
.select_container .and_mark,
.select_container .smtbtn_wrap {
	float: left;
}

.select_container .item,
.select_container .region {
	width: 35%;
}

.select_container .and_mark {
	width: 5%;
	text-align: center;
	line-height: 2.5em;
}

select {
	width: 100%;
	height: 1.7em;
	border: 1px solid #999;
	border-radius: 6px;
	font-size: 16px;
	background: #fff;
}

.smtbtn_wrap input[type="submit"] {
	margin: 0 5px;
	background: #FF9800;
	border: 1px solid #ff5722;
	height: 2.5em;
	padding: 3px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* word area */

.top_word_wrap h4 {
	margin-bottom: 1rem;
}

.top_word_wrap ul {
	content: "";
	clear: both;
	display: block;
}

.top_word_wrap li a {
	display: block;
	float: left;
	margin: 5px 1.5px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	color: #333;
	background: #fff;
}

.top_word_wrap li a:hover {
	background: #ff9800;
}

/*==============================
top_main_visual
==============================*/
/* TOP_main_visual */

.jp_map_bg {
//	background: #f3fdff;
}

.jp_map_wrap {
	padding-left:20px;
}

.top_main_visual_map {
	width: 52rem;
}

.map_title {
	position: relative;
	display: block;
	width: 80%;
  min-width: 120px;
  max-width: 100%;
  margin: 1.5em auto;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: 3px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
}

.map_title:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.map_title:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #eee;
  z-index: 1;
}

.map_title h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}

.jp_map {
	position: relative;
	width: 52rem;
	height: 51.4rem;
}

.jp_map_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* japans_map_area */
.jp-map-area-region {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jp-map-area-region>li>a {
	display: inline-block;
	width: 5.6rem;
	margin: 0.1rem;
	padding: .3rem 0;
	font-weight: 600;
	font-size: 1.3rem;
	color: #484848;
	letter-spacing: -.44px;
	text-align: center;
	background: #fff;
	border: .1rem solid #d8d8d8;
	border-radius: .4rem;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.jp-map-area-region>li>a:hover {
	background: orange;
	color: #fff;
}


/*北海道*/
.jp-map-area-region.hokkaido {
	width: 56px;
	top: 63px;
	right: 54px;
}

/*東北*/
.jp-map-area-region.touhoku {
	width: 117px;
	top: 165px;
	right: 25px;
}

/*関東*/
.jp-map-area-region.kantou {
	width: 116px;
	top: 286px;
	right: 35px;
}

/*東海*/
.jp-map-area-region.toukai {
	width: 119px;
	bottom: 75px;
	right: 155px;
}

/*北陸*/
.jp-map-area-region.hokuriku {
	width: 56px;
	top: 115px;
	right: 183px;
}

/*関西*/
.jp-map-area-region.kansai {
	width: 116px;
	top: 251px;
	left: 155px;
}

/*中国*/
.jp-map-area-region.chugoku {
	width: 56px;
	bottom: 140px;
	left: 85px;
}

/*四国*/
.jp-map-area-region.shikoku {
	width: 116px;
	bottom: 33px;
	left: 125px;
}

/*九州*/
.jp-map-area-region.kyushyu {
	width: 56px;
	bottom: 93px;
	left: 13px;
}

/*沖縄*/
.jp-map-area-region.okinawa {
	width: 56px;
	bottom: 39px;
	right: 78px;
}

/*==============================
検索結果
==============================*/
/* content flex_box 部分 */
.main_container {
	display: flex;
}

/* 検索条件表示 部分 */
.hit_results {
	padding: 20px;
	margin-bottom: 3rem;
	border: 2px solid #eee;
	border-radius: 6px;
	background: #f5f5f5;
}

.hit_results h1 {
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
}

.hit_results table {
	width: 100%;
	font-size: 12px;
}

.hit_results table th {
	width: 80px;
	text-align: right;
}

/* count */
.page_top_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.count_wrap p {
	font-size: 20px;
}

.count_wrap span.title {
	font-size: 12px;
	font-weight: normal;
}

.count_wrap span.small {
	font-size: 12px;
	font-weight: normal;
}

/* pager */
ul.pager {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}

ul.pager li {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0;
	width: 33px;
	text-align: center;
	margin: 2px;
}

ul.pager li.active {
	background: #458abe;
}

ul.pager li.active a {
	color: #fff;
}

/* 各企業の一覧 部分 */
.db_wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
}

/* checkbox */
.db_wrap input[type="checkbox"] {
	margin: 15px;
	align-self: center;
}

/* main 部分 */
.results_col_main {
		flex-grow: 1;
		width: 100%;
}
.company_col_main {
		flex-grow: 1;
		width: 100%;
		max-width: 600px;
}

/* サムネイル 部分 */
.thumb_wrap {
	float:left;
	width: 20%;
	margin: 5px;
}

.thumb_wrap img {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
}

/* テキスト 部分 */
.db_text_wrap {
	flex-grow: 3;
	width: 80%;
	padding: 10px 20px;
}

.db_text_wrap h2 {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.db_text_wrap h2 a {
	display: block;
	color: #458abe;
}
.db_text_wrap h2 a:hover {
	color: #ff9800;
	text-decoration: underline;
}

.location_box {
	display: inline-block;
	font-size: 12px;
	margin-left: 1em;
}

label {
	display:inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 5px;
}
.label_box {
	font-size: 11px;
}
 
.label_box label {
	font-size: 10px;
	border: 1px solid #ccc;
	margin: 1px 3px;
}

.db_text_wrap label.label_cortype {
	border: none;
	margin: 0;
}

/* side 検索BOX 部分 */
.count_box {
	border: 2px solid #ccc;
	border-radius: 6px;
	padding: 10px 20px;
	margin-bottom: 3rem;
}

.count_box h2 .title {
	font-size: 16px;
	color: #3f51b5;
	padding-right: 1em;
}

.count_box .small {
	font-size: 16px;
	font-weight: normal;
}

/* 絞り込み */
.side_search_box {
	border: 2px solid #458abe;
	border-radius: 6px;
	margin-bottom: 3rem;
	width: 230px;
}

.side_search_box h2,
.side_search_box h3 {
	background: #458abe;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
.side_search_box h2 {
	position: relative;
	cursor: pointer;
}
.side_search_box h2::after {
	font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 13%;
    margin-top: -16px;
}

.side_search_box .item,
.side_search_box .region,
.side_search_box .city,
.side_search_box .keyword,
.side_search_box .sales,
.side_search_box .staff_nums,
.side_search_box .vehicle_nums {
	padding: 5px 10px;
	margin-bottom: 1rem;
}

.side_search_box .keyword input[type="text"] {
	box-sizing: border-box;
	position: relative;
	height: 2em;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.side_smtbtn_wrap {
	padding: 5px 10px 20px;
	border-top: 1px dotted #ccc;
}

.side_smtbtn_wrap input[type="submit"] {
	border: 0;
	background: #458abe;
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	border-radius: 4px;
}

input[type="submit"]:hover {
	background: #FF9800;
}

.region label {
	border: 0;
	display: inline-block;
	width: 100px;
	padding: 5px;
	font-size: 12px;
}

.checkbox-input {
	display: none;
}

.checkbox-parts {
	padding-left: 20px;
	position: relative;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #066fb3;
	border-right: 3px solid #066fb3;
}

.region select {
	margin-bottom: .5em;
}
/* estimate_form_area */
div#estimate_form_area {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5em;
	background: rgba(0,0,0,.8);
	color: #fff;
	z-index: 100;
	animation: fadein .5s;
}

.footer_result_wrap {
	display: flex;
	max-width: 980px;
	height: 5em;
	margin: 0 auto;
	align-items: center;
}

.footer_result_wrap .text {
	margin-right: 1em;
}

.footer_result_wrap .text::before {
	font-family: FontAwesome;
	content: '\f046';
	font-size: 23px;
	vertical-align: middle;
}

.footer_result_wrap .contact,
.footer_result_wrap .mitsumori {

	width: 30%;
}

.footer_result_wrap .contact,
.footer_result_wrap .mitsumori {
	display: block;
//	padding: 10px 5px;
	text-align: center;
	color: #000;
	font-weight: bold;
	background-color: #ff8d06;
	border: 3px solid #ff2309;
}

.footer_result_wrap .contact {
	margin: 0 5px;
}

.footer_result_wrap .contact span,
.footer_result_wrap .mitsumori span {
	position: relative;
}

.footer_result_wrap .contact span:before {
	display: inline-block;
	position: absolute;
	content: '';
	height: 25px;
	width: 25px;
	background: url(../images/icon_fukidashi.png);
	background-size: cover;
	right: 12px;
	left: -27px;
}

.footer_result_wrap .mitsumori span:before {
	display: inline-block;
	position: absolute;
	content: '';
	height: 25px;
	width: 25px;
	background: url(../images/icon_mitsumori.png);
	background-size: cover;
	right: 12px;
	left: -27px;
}

button#button_inquiry,
button#button_estimate{
	display: block;
	width: 100%;
	padding: 10px 5px;
	background: none;
	border: none;
	cursor: pointer;
}

.footer_result_wrap a:hover {
	background: #ff7f00;
}
/*==============================
詳細
==============================*/
.company_header {
	margin-bottom: 3rem;
}

.basic_data h3 {
	position: relative;
	padding:.1em 1.5em;
	margin-bottom:.5em;
}

.basic_data h3:after {
	position: absolute;
	top: 0;
	left: .5em;
	height: 1.5em;
	content: '';
	width: 6px;
	background-color: #ccc;
	border-radius: 4px;
}

.basic_data table {
	width: 100%;
	border: 1px solid #eee;
	padding: 3px;
	border-radius: 6px;
}

.basic_data table th,
.basic_data table td {
	padding: 5px 10px;
}

.basic_data table th {
	width: 180px;
	text-align: left;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}
.basic_data table td {
	text-align: left;
	border-bottom: 1px solid #eee;
}
.basic_data table tr:last-child td {
	border-bottom: none;
}

.side_search_box .db_wrap {
	margin:5px;
}

.side_search_box .thumb_wrap {
	width: 100px;
}
.side_search_box .db_text_wrap {
	padding: 5px;
}

.labelDefo label {
	background: #458abe;
	border: none;
	color: #fff;
	font-size: 12px;
}

label.defo  {
	background: #458abe;
	border: none;
	color: #fff;
	font-size: 12px;
}

/*==============================
company sidebar
==============================*/
.side_company_box {
	border: 2px solid #458abe;
	border-radius: 6px;
	margin-bottom: 3rem;
}

.side_company_box h3 {
	background: #458abe;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px 4px 0 0;
	text-align: center;
}

.company .side_inner {
	width: 350px;
	top: 120px;
}

/* マッチングボタン */
.btn_side_wrap {
	margin-bottom: 10px;
}

.btn_side_matching {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5em;
	background: #ff7f00;
	border-bottom: 3px solid #ff5722;
	border-radius: 25px;
	padding:20px;
}

.btn_side_matching a {
	position:relative;
	display: block;
	text-align: center;
	 color: #fff;
}

.btn_side_matching img {
	position: absolute;
	left: 5%;
	width: 45px;
}


.btn_side_matching_message{
line-height: 2rem;
}


/* 基本情報BOX */
.company_data_wrap {
	padding: 5px 20px;
}

/* company ドットの罫線 */
.company_data_wrap hr {
	margin: 5px 0;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ccc;
}

/* 企業サイトリンク */
.company_url_box a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3px;
	border: 2px solid #ccc;
	border-radius: 25px;
	color: #999;
	text-align: center;
}

.company_url_box a:hover {
	border: 2px solid #ff7f00;
	color: #ff7f00;
}

/* 住所 */
.company_address_box {
	position: relative;
}

.company_address_box dt {
	color: #aaa;
}

/* MAPボタン */
.company_address_box .btn_map_icon {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	top: 0;
	right: 0;
}

.company_address_box .btn_map_icon a {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 6px;
	line-height: 1em;
	font-size: 12px;
}

.company_address_box .btn_map_icon a:hover {
	opacity: .8;
	color: #ff7f00;
	border: 2px solid #ff7f00;
}

.company_address_box .btn_map_icon a img {
	width: 25px;
	line-height: 1em;
	padding-top:3px;
}

/* 横2列 */
.company_table_box dl {
	display: table;
	width: 100%;
}

.company_table_box dl dt, .company_table_box dl dd {
	display: table-cell;
	width: 50%;
}

.company_table_box dl dt {
	color: #aaa;
}

/* 通常のBOX */
.company_normal_box dt {
	color: #aaa;
}

/* TELBOX */
.company_tel_box a {
	color: #333;
}

/* 事業所数 */
ul.list {
	font-size: 12px;
	list-style: disc;
	margin-left: 1.5em;
}

.company_office_box a {
	color: #458abe;
	text-decoration: underline;
}

.company_office_box a:hover {
	color: #ff7f00;
}


/*==============================
company MAIN
==============================*/
/* top Images */
.company_header:after {
	content: "";
	clear: both;
	display: block;
}

.company_header h1 {
	float: left;
	font-size: 1.5em;
}

.company_header .label_box {
	text-align: right;
}

.images_wrap img {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-top:20px;
}

/*==============================
slider
==============================*/
.slider {
}

.slider a {
	display: block;
	margin: 3px;
	padding:3px;
}

.slider img {
	width:100%;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.slick-next,.slick-prev {
	height: 40px;
	width: 30px;
	border-radius: 4px;
	background: rgba(0,0,0,.6);
	z-index: 1;
}

.slick-next {
	right: 5px;
}

.slick-prev {
	left: 5px;
}

.slick-prev:before {
	font-family: FontAwesome;
	content: "\f0d9";
	color:#fff;
}

.slick-next:before {
	font-family: FontAwesome;
	content: "\f0da";
	color:#fff;
}

.slick-dots li button:before {
	font-size: 20px;
	color: #2e5c6e;
}

ul.slick-dots {
	overflow: hidden;
	height: 2em;
}
/*==============================
content
==============================*/
.inquiry {
	background: #e1e9ea;
	padding: 20px;
}

.inquiry_box {
	padding: 20px;
	height: 250px;
}

/* ソート */
/* ソート */
.sort_area {
	display: flex;
	align-items: center;
}
.select_box, .radio_box {
	padding: 10px;
}


.radio-input + label::before {
	display: none;
}

.sort_area .radio-input + label {
	padding: 3px 30px 3px 10px;
	border:1px solid #ccc;
	border-radius: 4px;
	margin-right: 0;

}
.sort_area .radio-input:checked + label {
	background: #458abe;
	color: #fff;
}


#sort_desc + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 0;
	font-family: FontAwesome;
	content: '\f063';
	color: #1169ac;
}

#sort_desc:checked + label::after {
	background: #458abe;
	border-radius: 0;
	font-family: FontAwesome;
	content: '\f063';
	color: #fff;
}

#sort_asc + label::after {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
	border: none;
	font-family: FontAwesome;
	content: '\f062';
	color: #1169ac;
}

#sort_asc:checked + label::after {
	background: #458abe;
	border-radius: 0;
	font-family: FontAwesome;
	content: '\f062';
	color: #fff;
}

.sort_area .radio-input + label::before {
	display: none;
}
#sort_desc:checked + label::after {
	left: auto;
}
#sort_asc:checked + label::after {
	left: auto;
}
/*==============================
アコーディオン
==============================*/
.accordion_panel {
	display: none;
}

/*==============================
詳細ページ
==============================*/
.company_details {

}
/*==============================
footer
==============================*/


/*━━━━━━━━━━━━━━━━━━
media Query（ここは共通）
━━━━━━━━━━━━━━━━━━━*/
/*━━━ max781 ━━━━━━━━━━━*/
@media screen and (min-width: 781px) {
	a.accordion_control {
		display: none;
	}
	.accordion_panel {
		display: block !important;
	}
}
/*━━━ max780 ━━━━━━━━━━━*/
@media screen and (max-width: 780px) {
	.company_col_main {
		margin: 0 auto;
	}
	.main_container {
		display: block;
	}
		a.accordion_control {
		display: block;
		background: #458abe;
		color: #fff;
		padding: 5px 10px;
		border-radius: 0;
	}
	
	a.accordion_control .fa {
		margin-left: 5px;
		font-size: 20px;
	}
	
	.side_search_box {
		width: 100%;
		border-radius: 0 0 6px 6px;
	}
	.side_search_box h3 {
		display: none;
	}
	.hit_results table {
		display: block;
	}
	/* .hit_results table tr {
		display: inline-block;
	} */
	
	.sort_area {
			flex-wrap: wrap;
	}
	.sort_area span {
		width: 25%;
	} 
	.select_box {
		width: 70%;
	}
	.radio.radio_box {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.select_box, .radio_box {
		padding: 5px;
	}
	
	.footer_result_wrap .contact {
		margin: 0 5px;
		padding: 0;
}

}

/*━━━ max640 ━━━━━━━━━━━*/
@media screen and (max-width: 640px) {
	.main_inner {
		padding: 10px;
	}
	.hit_results {
		padding: 5px 10px;
	}
	.hit_results h2 {
		font-size: 14px;
	}
	.hit_results table th {
		font-size: 12px;
	}

	.thumb_wrap {
		width: 80px;
		margin: 5px;
	}
	.db_text_wrap {
		padding: 5px 10px;
	}
	.db_wrap input[type="checkbox"] {
		margin: 5px;
	}
	.db_text_wrap h2 {
		font-size: 12px;
		font-weight: bold;
	}
	.footer_result_wrap {
		padding: 0 10px;
	}
	.footer_result_wrap .contact a:before {
		left: 20px;
	}
	.footer_result_wrap .mitsumori a:before {
		left: 20px;
	}
	.company_header h2 {
		font-size: 14px;
	}
	.basic_data table th {
		width: 90px;
		font-size: 12px;
	}
	.btn_side_wrap {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 5px 20px;
		z-index: 10;
		background: rgba(0, 0, 0, 0.6);
	}
}

/*━━━ min1281 ━━━━━━━━━━━*/
@media screen and (min-width: 641px) {
	.g_nav {
		display: none;
	}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*━━━ max981 ━━━━━━━━━━━*/
@media screen and (max-width: 980px) {
	.main_container.company_details {
		display: block;
	}
	
	.company_details .md_none {
		display: block;
	}
	.company_details .sp_none {
		display: none;
	}
	.company_col_main {
		margin: 0 auto;
	}
	.company_col_main .btn_side_wrap {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 5px 20px;
		z-index: 10;
		background: rgba(0, 0, 0, 0.6);
	}
}

/*━━━ max981 ━━━━━━━━━━━*/
@media screen and (min-width: 981px) {
	.company_details .md_none {
		display: none;
	}

	.company_details .sp_none {
		display: block;
	}
}

/*━━━ form ━━━━━━━━━━━*/
.form input,
.form textarea,
.form select{
//	padding:10px;
	width:100%;
}

.form .submit_button_wrap{
	text-align:center;
	margin-top:20px;
}

.form .submit_button{
	margin-left:auto;
	margin-right:auto;
	padding: 10px 40px;
	font-size: 14px;
	line-height: 2.5em;
	background: #FF9800;
	border: 1px solid #ff5722;
	border-radius: 25px;
	color: #fff;
}

.form .error_area{
	color:#f00;
}

.form .short{
	width:200px;
}
