
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.hov {
	transition-duration: 0.2s;
	cursor: pointer;
}
.hov:hover {
	opacity: 0.6;
}
.hov2:after {
	width: 0px;
	content:"";
	transition: 0.4s;
	border-bottom: solid 1px #ACACAC;
	display: block;
	margin-top: 5px;
}
.hov2:hover::after {
	width: 80%;
}
.hov3 {
	transition: 0.7s;
}
.hov3:hover {
	opacity: 0.6;
}
/*ボタン----------------*/

/*検索系ボタン*/
.button {
	width: 198px;
	padding: 7px 0px;
	text-align: center;
	-ms-align-items: center;
	align-items: center;
	box-shadow: 5.5px 5.5px rgba(0, 0, 0 ,0.1);
	transition: 0.3s;
	cursor:pointer;
}
.b_cat {
	color: #fff;
	background-color: #191a3d;
}
.b_cat::after {
	content:"\30AB\30C6\30B4\30EA\304B\3089\63A2\3059";
}
.b_cht {
	color: #fff;
	box-sizing: border-box;
	background-color: #b1c3e0;
}
.b_cht::after {
	content:"\30C1\30E3\30FC\30C8\3067\63A2\3059\D\A"
}
.b_ser {
	color: #191a3d;
	box-sizing: border-box;
	border: solid 1px #001090;
}
.b_ser::after {
	content:"\691C\7D22\3059\308B";
}
.c_button1 {
	background-color: #acacac;
}
.c_button2 {
	color: #fff;
	background-color: #acacac;
	border: solid 1px #acacac;
}
.c_button1::after,.c_button2::after {
	content:"\9589\3058\308B";
}
/*検索系ボタン*/

/*フロートボタン*/
.faq_cont {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
.faq_button {
	width: 260px;
	background-color: #008da2;
	border-radius: 10px;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	box-shadow: 5px 7px 5px rgba(0, 0, 0 ,0.2);
}
.faq_button::after {
	content:"\304A\554F\3044\5408\308F\305B/\3088\304F\3042\308B\3054\8CEA\554F";
}
/*フロートボタン*/

/*エンブレム掲載*/
.emb_cont {
	position: fixed;
	right: 10px;
	bottom: 90px;
}
/*エンブレム掲載*/

/*ボタン------------------*/

/*お知らせ*/
.news {
	width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 7px;
    border: 1px solid #bdbdbd;
    padding: 10px 18px;
}
.news_icon {
	background-color: #990000;
	color: #fff;
	font-weight: 600;
	padding: 2px 2px;
	text-align: center;
	margin-bottom: 7px;
}
.headline {
	display: inline;
	font-weight: bold;
}
p.n_text {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 5px;
}


/*ソクリエイト*/
.gk_line {
	display: flex;
	width: 900px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 160px;
}
.left {
	margin-right:30px;
}
.r_bn {
	width: 900px;
	border: 0;
}
.sq {
	width: 700px;
	height: 80px;
	overflow: hidden;
}
#ifm_1 {
	zoom:74%;
	-webkit-transform: scale(0.744);
	-webkit-transform-origin:0 0;
	-moz-transform: scale(0.744);
	-moz-transform-origin:0 0;
	width: 1400px;
	height: 123px;
}
.transport {
	width:170px;
	height:80px;
	overflow:hidden;
}
#ifm_0 {
	width: 235px;
	height: 95px;
	zoom:85%;
	-webkit-transform: 
	scale(0.85); 
	-webkit-transform-origin:0 0; 
	-moz-transform: scale(0.85); 
	-moz-transform-origin:0 0;
}
.blue {
	color: #0011ff;
	font-size: 18px;
    border-bottom: solid 1px;
}
