@charset "UTF-8";
html {
	overflow-y:scroll; /*中央配置ズレ回避*/
height: 100%;
}
table {
	font-size: inherit;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}
ul ol,
ol ul {
	font-size: 100% !important;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: baseline;
	font-size: 77%;
}
img {
	vertical-align: top;
}
.center,
.center-position{
	text-align: center;
}
.clear{
	clear: both;
}
.img_center{
	text-align: center;
	margin-bottom: 50px;
}
.img_right{
	float: right;
	margin: 0 0 40px 1em;
}
.img_left{
	float: left;
	margin: 0 40px 1em 0;
}
/* テキスト位置 */	
.t-aR{
	text-align:right !important;}
.t-aC{
	text-align:center!important;}
.t-aL{
	text-align:left !important;}
	
/* マージン設定 */
.mbSS{
	margin-bottom:0.5em !important;}
.mbS{
	margin-bottom:1em !important;}
.mbM{
	margin-bottom:2em !important;}
.mbL{
	margin-bottom:3em !important;}
.mbLL{
	margin-bottom:4em !important;}
.mtLL{
	margin-top:4em !important;}
.mtSS{
	margin-top:0.5em !important;}
	
.box{
	cursor: pointer;
}
.box:hover{ opacity: 0.7;}
/******** Basic XHTML */
body {
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	line-height: 1.7;
	color: #000000;
	font-size: 15px;
	}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	opacity: 0.9;
}
.sp_img{
	display: none;
}
img{
  max-width: 100%;
  height: auto;
}
/* container */
#container{
	position: relative;
	overflow: hidden;
}
.inner{
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* header */
header{
	position: fixed;
	background: #FFF;
	width: 100%;
	top:0;
	height: 75px;
	z-index: 9999;
}
#logo{
	width: 28%;
	max-width: 240px;
	padding: 15px 0 0 2%;
	float: left;
		text-align: left;
}
#gnav{
	width: 70%;
	float: right;
	display: table;
	margin-top: 22px;
}
#gnav li{
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom: 5px;
}
#gnav li span{
	display: block;
	font-size: 0.8em;
}
#gnav li.access{
	padding-left: 10px;
	background: url("/themes/honda/images/i_access.png") no-repeat left bottom;
	background-size: 14px;
}
#gnav li a{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#gnav li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#gnav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
#gnav li.stay a::after{
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.sp_nav{
	display: none;
}
/* main_visual */
#main_visual {
 position: relative;
	line-height: 1.0;
	margin-top: 75px;
	margin-bottom: 100px;
}
#top #main_visual {
	max-height:inherit;
}
#main_visual.company{
	background: url("/themes/honda/images/main_company.png") no-repeat center center;
	background-size: cover;
}
#main_visual.works{
	background: url("/themes/honda/images/main_works.png") no-repeat center center;
	background-size: cover;
}
#main_visual.products{
	background: url("/themes/honda/images/main_products.png") no-repeat center center;
	background-size: cover;
}
#main_visual.flow{
	background: url("/themes/honda/images/main_flow.png") no-repeat center center;
	background-size: cover;
}
/*#main_visual.staff{
	background: url("/themes/honda/images/main_staff.png") no-repeat center center;
	background-size: cover;
}
*/

#main_visual.recruit{
	background: url("/themes/honda/images/main_recruit.jpg") no-repeat center center;
	background-size: cover;
}
#main_visual.contact{
	background: url("/themes/honda/images/main_contact.png") no-repeat center center;
	background-size: cover;
}
#main_visual.news{
	background: url("/themes/honda/images/main_news.jpg") no-repeat center center;
	background-size: cover;
}


.pagetitle{
		padding: 17% 0;
}
.pagetitle span{
	display: inline-block;
	background: linear-gradient(to left, transparent, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.8) 70%, transparent);
	font-size: 2.8em;
	line-height: 1.0;
	font-weight: 600;
	padding: 0.5em 3em;
}
.visual{
 height:calc(100vh - 75px);
	overflow: hidden;
}
#main_visual video {
	position: relative;
	left:0;
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: -100;	
}
#local_nav{
	width: 100%;
	position: absolute;
	z-index: 1000;
	bottom: 0;
}
#local_nav ul{
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	display: table;
}
#local_nav li{
	display: table-cell;
	font-size: 1.1em;
	vertical-align: middle;
	font-weight: 600;
	background: #F6C1B0;
	width: 25%;
	line-height: 1.4;
}
#local_nav li a{
	display: block;
		padding: 0.6em 0;
}
#local_nav li span{
	display: block;
	font-size: 0.8em;
}
#local_nav li:nth-child(2n){
	background: #FADAD0;
}
#local_nav li:nth-child(1){
	border-radius: 10px 0 0 0;
}
#local_nav li:nth-child(4){
	border-radius: 0 10px 0 0;
}
#local_nav.products_nav{
	bottom: -65px;
}
#local_nav .products_nav02 li{
	background: #FADAD0;
}
#local_nav .products_nav02 li:nth-child(2n){
	background: #F6C1B0;
}
#local_nav .products_nav02 li:nth-child(1){
	border-radius: 0 0 0 10px;
}
#local_nav .products_nav02 li:nth-child(4){
	border-radius: 0 0 10px 0;
}
#local_nav li:hover,
#local_nav .products_nav02 li:hover{
	background: #E7988F;
}
.column1,
.column2,
.column3,
.column4,
.column1-2,
.column2-1,
.column2-3,
.column3-2{
	overflow: hidden;
}
.column1{
	margin-bottom: 2em;
}
.column2 .col figure,
.column3 .col figure,
.column4 .col figure{
	margin-bottom: 1em;
}
.column2 .col{
	width: 49%;
	margin-right: 2%;
 float: left;
	margin-bottom: 2em;
}
.column2 .col:nth-child(2n){
	margin-right: 0;
}
.column3 .col{
	width: 32%;
	margin: 0 2% 0 0;
 float: left;
	margin-bottom: 2em;
}
.column3 .col:nth-child(3n){
	margin-right: 0;
}
.column4 .col{
	width: 22%;
	margin: 0 4% 0 0;
 float: left;
	margin-bottom: 2em;
	text-align: center;
}
.column4 .col:nth-child(4n){
	margin-right: 0;
}
.column1-2 .sub{
	width: 30%;
 float: left;
	margin-bottom: 2em;
}
.column1-2 .main{
	width: 65%;
 float: right;
	margin-bottom: 2em;
}
.column2-1 .sub{
	width: 30%;
 float: right;
	margin-bottom: 2em;
}
.column2-1 .main{
	width: 65%;
 float: left;
	margin-bottom: 2em;
}
.inline{
	 text-align: center;
}
.inline p,
.inline ul{
	text-align:left;
	display:inline-block;
}
#top_contents section{
	margin-bottom: 150px;
}

#top_contents section#top_works{
	margin-bottom: 50px;
}

.bg{
	padding: 75px 0;
	background: rgba(246,193,176,0.3);
}
#top_contents h2{
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
}
#top_contents h2 span{
	padding: 0 1em;
	display: inline-block;
	border-bottom: 2px #000 solid;
}
#top_contents h2 em{
	display: block;
	font-style: normal;
	font-size: 0.6em;
}
#top_contents p{
	margin-bottom: 2em;
}
#top_history{
  margin-top:-75px;
  padding-top:75px;
	text-align: left;
}
#top_history .sub{
	width: 30%;
	float: right;
}
#top_history .main{
	width: 70%;
	float: left;
}
.link_history{
	text-align: center;
}
.morebtn {
	font-weight: 600;
	padding: 4px 25px 4px 45px;
	border-radius: 20px;
	border: 1px #E7988F solid;
	background: #fff url("/themes/honda/images/arrow01.png") no-repeat 15px center;
}
.morebtn:hover {
	border: 1px #E7988F solid;
	background: #E7988F url("/themes/honda/images/arrow01.png") no-repeat 15px center;
}
#top_works.bg{
  margin-top:-75px;
	padding-top: 75px;
}
#top_works p{
	text-align: left;
	padding: 0 5%;
}
#top_works ul{
	margin-bottom: 40px;
	counter-reset: item;
}
#top_works li{
	margin: 0 3px 10px;
	position: relative;
	display: inline-block;
}
#top_works li span{
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
	display: block;
	background: linear-gradient(to left, transparent, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.8) 70%, transparent);
	font-size: 1.8em;
	padding: 0.2em;
	font-weight: 600;
}
.future{
	margin-bottom: 3em;
}
.future img{
	width: 100%;
	max-width: 100%;
}
#top_products{
  margin-top:-75px;
  padding-top: 145px;
}
#top_products .column3{
	text-align: left;
	max-width: 855px;
	margin: 0 auto;
}
#top_products h3{
	margin: 0 5px 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 1px #000 solid;
}
#top_products h3 span{
	font-size: 0.8em;
  margin-left: 1em;
  display: inline-block;
}
#top_products h3 em{
	font-size: 0.8em;
  font-style: normal;
  display: inline-block;
  margin-left: 0.8em;
}
#top_products .column3 p{
	margin: 0 10px;
}
.linkbox{
	cursor: pointer;
}
.linkbox:hover{
	opacity: 0.8;
}
#top_products figure {
	position:		relative;
	max-width: 288px;
	max-height: 203px;
}
#top_products figure .caption {
	text-align: center;
	font-weight: 600;
	font-size: 1.4em;
	padding-top: 30%;
}
#top_products figure .caption.lines {
	padding-top: 20%;
}
#top_products figure .mask {
	width:	100%;
	height:	100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(255,255,255,0.7);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
#top_products figure:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
#top_information .exBtn {
  position: relative;
}
#top_information .exBtn .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
#top_information .exBtn:hover .active {
  opacity: 1;
}
#top_ideatowel{
  margin-top:-75px;
  padding-top:75px;
}
#top_ideatowel ul{
	margin-bottom: 3em
}
#top_ideatowel li{
	margin: 0 10px;
	display: inline-block;
}
#top_information{
  margin-top:-75px;
  padding-top:75px;
}
#top_information #fb{
	float: left;
	margin-left: 40px;
}
#top_information ul{
	float: right;
	margin-right: 40px;
	margin-bottom: 2em;
}
#top_information li{
	position: relative;
	margin-bottom: 10px;
}
#top_information p a{
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
}
#top_information p a:hover{
	color: #E7988F;
}
#top_information li .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
#top_information li:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
footer{
	padding: 50px 0 30px;
	background: #EEEFEF;
}
footer .inner{
	max-width: 720px;
}
footer p{
	margin-bottom: 1em;
	float: left;
	text-align: left;
}
footer p img{
	max-width: 240px;
}
footer ul{
	float: right;
}
footer li{
	margin-left: 40px;
	display: inline-block;
}
#copy{
	float: right;
	display: block;
	text-align: right;
	padding-top: 5em;
}
#contents{
	text-align: left;
}
#contents section{
	margin-bottom: 150px;
}
#contents section.local{
  margin-top:-75px;
  padding-top:75px;
}
#contents h2{
	margin-bottom: 1em;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
}
#contents h2 span{
	padding: 0 1em;
	display: inline-block;
	border-bottom: 2px #000 solid;
}
#contents h2 em{
	display: block;
	font-style: normal;
	font-size: 0.6em;
}
#contents h2 span.sub{
	padding: 0;
	display: inline;
	font-size: 0.7em;
	border-bottom: none;
}
#contents h2.tekuteku{
	text-indent: -9999px;
	background: url("/themes/honda/images/products_name04.png") no-repeat center center;
}
#contents h3{
	margin-bottom: 0.5em;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.4;
}
#contents h3 em{
	display: block;
	font-style: normal;
	font-size: 0.6em;
}
#contents h3 span{
	font-size: 0.8em;
	margin-left: 15px;
}
#contents p{
	line-height: 2;
	margin-bottom: 2em;
}
#contents figcaption{
	margin-top: 1em;
}
#contents ul{
	margin-bottom: 2em;
}
#contents ul li{
	margin-bottom: 1em;
	text-indent: -1em;
 padding-left: 1em;
}
#contents ul.list li:before{
	content: "●";
	margin-right: 5px;
}
#contents ul.list li.no_indent:before{
	content: "";
}
#contents table{
	width: 100%;
}
#contents th{
	padding: 0.7em 1em;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px #ddd solid;
}
#contents td{
	padding: 0.7em 1em;
	border-bottom: 1px #ddd solid;
}
#contents table#form_style{
	margin-bottom: 30px;
}
#contents table#form_style th{
	padding: 1.5em 1em;
	border-bottom: 1px #A0A0A0 solid;
}
#contents table#form_style td{
	border-bottom: 1px #A0A0A0 solid;
}
#contents table#form_style tr:last-child th,
#contents table#form_style tr:last-child td{
	border-bottom: none;
}
#contents table#form_style td p{
	margin-left: 10px;
}
#contents table#form_style td input,
#contents table#form_style td textarea,
#contents table#form_style td select{
	border: 1px #A0A0A0 solid;
	border-radius: 5px;
	margin: 0.8em 10px;
	padding: 0.5em;
}
#contents table#form_style td input.half{
	width: 45%;
}
#contents table#form_style td input.full,
#contents table#form_style td textarea{
	width: 94%;
}
#contents .formBtn{
	padding: 0.5em 2em;
	font-size: 1.1em;
 background: #F1BEAD;
	border: none;
	border-radius: 5px;
}
.label-required{
	margin-left: 5px;
	color: rgba(255,0,4,1.00);
}
p.error-text{
	margin-bottom: 0!important;
		color: rgba(255,0,4,1.00);
}
.column3_flow{
	width: 100%;
	margin-bottom: 3em;
	overflow: hidden;
}
.column3_flow figure img{
	width: 100%;
	max-width: 100%;
}
.column3_flow figure{
	margin-bottom: 1em;
}
.column3_flow .col{
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}
.column3_flow .col:last-child{
	margin-right: 0;
}
#history{
	background: url("/themes/honda/images/img_company05.png") no-repeat right 50px;
}
#history ul#history_flow{
	background: url("/themes/honda/images/line.png") repeat-y 16px top;
}
#contents #history ul#history_flow li{
	text-indent: 0;
 padding-left: 0;
	padding-top: 10px;
	overflow: hidden;
}
#contents ul li{
	margin-bottom: 1em;
}
#history #history_flow li span{
	width: 46px;
	height: 36px;
	float: left;
	margin-right: 15px;
	margin-top: -10px;
	padding-top: 10px;
	border-radius: 23px;
	text-align: center;
	display: inline-block;
	background: #FFF;
}
#history #history_flow li em{
	font-size: 1.6em;
	display: block;
	font-style: normal;
}
#history #history_flow li:last-child{
	margin-left: 60px;
}
#history_photo{
	display: none;
}
#company04 p strong{
	color: #F4735A;
}
#staff_list{
	margin-bottom: 50px;
	overflow: hidden;
}
#staff_list .col{
	width: 40%;
	padding: 5% 5% 2%;
	float: left;
}
#staff_list .col.back{
background: rgba(246,193,176,0.3);
}
#staff_list .col:nth-child(odd){
	clear: both;
}
#staff_list dl{
	display: table;
	width: 100%;
	margin-bottom: 1em;
}
#staff_list dt{
	width: 35%;
	display: table-cell;
}
#staff_list dd{
	display: table-cell;
	vertical-align: bottom;
	border-bottom: 1px #000000 solid;
}
#staff_list dd span{
	display: block;
	font-size: 1.2em;
	line-height: 1.0;
	font-weight: 600;
	padding-bottom: 0.5em;
}
#contents ul.voice_list{
	text-align: center;
}
#contents ul.voice_list li{
	display: inline-block;
	text-indent: 0;
 padding-left: 0;
	padding-top: 2em;
	font-size: 1.1em;
	margin: 0 1em;
}
#contents ul.voice_list li span{
	display: block;
	font-size: 1.2em;
}
#recruit h3{
	text-align: center;
	margin: 2em 0;
}
#recruit h3:before{
	content: "-";
	margin-right: 10px;
}
#recruit h3:after{
	content: "-";
	margin-left: 10px;
}
#recruit table{
	margin-bottom: 3em;
}
#recruit th{
	padding: 1.5em 1em;
}
#recruit td{
	padding: 1.5em 1em;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#contents.products{
	padding-top: 70px;
}
#contents.products .inner{
	max-width: 790px;
}
#contents.products p.type{
	margin-bottom: 0;
}
#contents.products p.type span{
	font-size: 1.2em;
	margin: 0 5px;
}
#contents.products p.type span:before{
	content: "＼";
	margin-right: 5px;
}
#contents.products p.type span:after{
	content: "／";
	margin-left: 5px;
}
.products_box{
	margin-bottom: 70px;
	overflow: hidden;
	background: #FFF;
}
.products_box .col02{
	width: 50%;
	float: left;
}
.products_box.right .col02{
	float: right;
}
#contents .products_box dl{
	margin: 0;
	padding: 0;
}
#contents .products_box dt{
	margin: 0;
	padding: 0.2em 0;
	background: #F7CABC;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
#contents .products_box dd{
	margin: 0;
	padding: 0;
}
.products_box .col02 img{
	width: 100%;
	max-width: 100%;
}
#contents .products_box p{
	margin: 0;
	padding: 20px;
}
#contents .products_box ul{
	margin: 0;
	text-align: center;
}
#contents .products_box li{
	margin: 0 5px 5px;
	padding: 0;
	text-indent: inherit;
	display: inline-block;
}
#contents.products .column2 .col{
	width: 47%;
	margin-right: 6%;
}
#contents.products .column2 .col:nth-child(2n){
	margin-right: 0;
}
#contents.products .column2 figure img{
	width: 100%;
}
#contents.products .column2 dl,
#contents.products .column2 dt{
	margin-bottom: 1em;
}
#contents.products .column2 dt span{
	font-size: 1.3em;
	display: inline-block;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 2px #000 solid;
}
#contents.products .column2 dt em{
	font-size: 0.7em;
	font-style: normal;
}
#contents.products .column2 dd strong{
	display: inline-block;
	min-width: 130px;
	font-weight: normal;
}
#contents.products .column2 h3{
	font-size: 1.0em;
	margin-bottom: 1em;
	padding: 0;
	font-weight: normal;
}
#contents.products .column2 h3 span{
	font-size: 1.3em;
	display: inline-block;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	border-bottom: 2px #000 solid;
}
#contents.products .column2 h3 em{
	font-size: 0.7em;
	font-style: normal;
	display: inline;
}
#contents.products .column2 table{
	margin-bottom: 1em;
}
#contents.products .column2 th{
	font-weight: normal;
	border-bottom: none;
	padding: 0;
}
#contents.products .column2 td{
	border-bottom: none;
	padding: 0;
}
#contents.products .pdf_list{
	text-align: center;
}
#contents.products .pdf_list li{
	display: inline-block;
	text-align: center;
  max-width: 210px;
}
#contents.products .pdf_list li span{
	display: block;
	margin-top: 0.5em;
	font-size: 1.2em;
}
#contents .column2_half{
	overflow: hidden;
}
#contents .column2_half .col{
	width: 50%;
	float: left;
}
#contents .column2_half.right .col{
	float: right;
}
#contents .column2_half.right .col h3{
	padding-top: 1em;
}
#contents .column2_half .col.txt{
	width: 40%;
	padding: 0 5%;
}
#contents .towel{
	text-align: center;
}
#contents .towel li{
	margin: 0 0 5px;
	padding: 0;
	display: inline-block;
}
#for_contact{
	overflow: hidden;
}
#for_contact dl.example{
	max-width: 230px;
	width: 100%;
	float: left;
	position: relative;
	border: 2px #000 solid;
	margin-top: 10px;
	margin-left: 30px;
	padding-top: 15px;
}
#for_contact dl.example dt{
 position: absolute;
 display: inline-block;
 top: -10px;
 left: 30%;
	text-align: center;
	background: #FFF;
	padding: 0 9px;
	line-height: 1;
	font-weight: 600;
	font-size: 1.2em;
}
#for_contact dl.example dd{
	padding: 30px;
}
#for_contact dl.example dd ul{
	margin: 0;
}
#for_contact dl.example dd li:before{
	content: "●";
	margin-right: 5px;
}
#inquiry{
	max-width: 620px;
	width: 100%;
	float: right;
	position: relative;
	margin-top: 20px;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
}
#inquiry h3{
 position: absolute;
 display: inline-block;
 top: -10px;
 left: 35%;
	text-align: center;
	background: #FFF;
	padding: 0 9px;
	line-height: 1;
	font-weight: 600;
	font-size: 1.3em;
}
#inquiry dl{
	float: left;
	padding: 50px 30px 50px;
}
#inquiry dt{
	margin-bottom: 0.5em;
	font-size: 1.4em;
	font-weight: 600;
	padding: 0.5em 0 0.5em 40px;
}
#inquiry dt.inquiry01{
	background: url("/themes/honda/images/i_tel.png") no-repeat left center;
}
#inquiry dt.inquiry02{
	background: url("/themes/honda/images/i_contact.png") no-repeat left center;
}
#inquiry dd strong{
	font-size: 1.4em;
	font-weight: 600;
}
#inquiry dd a:hover{
	color: #E7988F;
}
#contents section.next{
	padding-bottom: 100px;
	background: url("/themes/honda/images/i_flow.png") no-repeat center bottom;
}
#visit{
	padding: 30px;
	overflow: hidden;
	border: 1px #000 solid;
}
#visit figure{
	margin-bottom: 1em;
	margin-right: 30px;
	float: left;
}
#visit h3{
	margin-bottom: 1em;
	font-size: 1.4em;
}
#visit p{
	margin-bottom: 0.5em;
}
#faq{
}
#faq dt{
	margin-bottom: 1em;
	padding: 1em 0 0.5em;
	text-indent: -2.4em;
 padding-left: 2.4em;
	border-bottom: 1px #000 solid;
}
#faq dt span{
	color: #046A98;
	margin-right: 10px;
}
#faq dd{
	margin-bottom: 3em;
	text-indent: -1.5em;
 padding-left: 2.3em;
}
#faq dd span{
	color: #DE5410;
	margin-right: 10px;
}
#contact_tel{
	margin: 0 auto;
	text-align: center;
	display: table;
	font-size: 1.9em;
	font-weight: 600;
}
#contact_tel dt{
	padding: 0 20px;
	display: table-cell;
}
#contact_tel dd{
	padding: 0 20px;
	display: table-cell;
	text-align: left;
	line-height: 1.4;
}
#contact_tel dd span{
	display: block;
	font-size: 0.5em;
	font-weight: normal;
	text-align: left;
}
.select2-results{
	text-align: left!important;
	font-size: 0.8em;
}
.acms-admin-modal-dialog{
  text-align: left;
}
