@charset "utf-8";
/* ==============================================

	body

================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	color: #000;
	font-size: 13px;
	font-family: 'Noto Sans JP', "ΰSVbN Medium", "ΰSVbNΜ", "Yu Gothic Medium", YuGothic,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"CI",Meiryo,"lr oSVbN","MS PGothic",sans-serif;
}
@media screen and (max-width: 768px) {
}

/* ==============================================

	header

================================================= */
#header {
	border-top: 5px solid #0095d7;
}
.h_logo_area {
	float: left;
	padding: 45px 0 0 30px;
	position: relative;
	z-index: 100;
	margin-right: 100px;
}
@media screen and (max-width:1200px){
	.main-wrapper {
		width: 100%!important;
		padding: 0 10px;
	}
	.h_logo_area {
		width: 30%;
	}
	.h_logo_area img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:1024px){
	.gnav_link {
	}
}
@media screen and (max-width:768px){
	#header {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 100000;
		height: 80px;
		border-top: none;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}
	.headerArea {
		padding: 20px 30px;
	}
	.h_logo{
		width: 80%;
	}
	.h_logo, #nav_toggle {
		display: inline-block!important;
		vertical-align: bottom;
	}
	/*JΒ{^*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 36px;
		position: relative;
		z-index: 100;
		float: right;
		top: 5px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #0095d7;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:11px;
	}
	#nav_toggle span:nth-child(3){
		top:22px;
	}
	
	/*JΒ{^open*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	.lang_sp {
		font-size: 0;
		text-align: center;
	}
	.lang_sp li {
		width: 120px;
		font-size: 13px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #0095d7;
	}
	.lang_sp li:first-child {
		margin-right: 10px!important;
	}
	.lang_sp li a {
		display: block;
		padding: 15px;
		color: #0095d7!important;
	}
	.lang_sp li a:hover {
		background: #0095d7;
		color: #fff!important;
	}
	.lang_sp li.current a {
		background: #0095d7;
		color: #fff!important;
	}
}


/* ==============================================

	gnav

================================================= */
.sub_navi {
	text-align: right;
	font-size: 0;
	padding-right: 20px;
}
.sub_navi li {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #0095d7;
	padding: 5px 0 10px 12px;
}
.sub_navi li:first-child {
	padding-left: 20px;
	border-radius: 0 0 0 5px;
}
.sub_navi li:last-child {
	padding-right: 20px;
	border-radius: 0 0 5px 0;
}
.sub_navi li:not(:last-child):after {
	content: "|";
	padding-left: 12px;
}
.sub_navi li a {
	color: #fff;
}
.sub_navi li a:hover {
	opacity: 0.7;
}

#gnav ul li {
	display: inline-block;
	vertical-align: top;
}
.gnav_link {
	text-align: center;
}
.gnav_link span {
	display: block;
	font-size: 11px;
	margin-top: 8px;
}
.gnav_link a {
	display: block;
	padding-top: 8px;
}
#gnav ul li:nth-child(-n+5) {
	margin-right: 40px;
}

.main-wrapper {
	width: 1024px;
	margin: 0 auto;
	font-size: 0;
}
.gnav-wrapper {
	position: relative;
}
.gnav {
	justify-content: space-between;
	font-size: 0;
}
.gnav li {
	padding: 15px 0 0;
	text-align: left;
	transition: all .2s ease-in-out;
	font-size: 14px;
}
.gnav > li.active {
	border-bottom: 4px solid #0095d7;
	padding-bottom: 6px;
}
.gnav > li.active:hover {
	border: none;
	padding-bottom: 0;
}

.gnav a:hover img {
	opacity: 0.7;
}
.gnav > li:hover .gnav_mega {
	background: url("images/navi_arrow.png") center bottom no-repeat;
	padding-bottom: 11px;
}
.gnav > li:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	padding: 30px 0 20px;
}
.megamenu {
	background: rgba(0,149,215,0.95);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 999;
	top: 100%;
	transition: all 0.2s;
}
.megamenu-inner {
	display: flex;
	flex-wrap: wrap;
}
.megamenu-inner li {
	width: 200px;
	padding: 0;
	margin: 0 0 20px 30px;
	margin-right: 0!important;
}

.megamenu_l {
	width: 27%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5%;
}
.megamenu_r {
	width: 68%;
	display: inline-block;
	vertical-align: middle;
}

/* megamenu_l
========================================== */
.megamenu_l h2 {
	font-size: 16px;
	font-weight: normal;
}
.megamenu_l h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	display: block;
	margin: 10px 0 20px;
}
.megamenu_l p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 25px;
}
.megamenu_l .btn_white {
	max-width: 200px;
	height: 45px;
	margin-bottom: 20px;
	position: relative;
}
.megamenu_l .btn_white a:after {
	position: absolute;
	right: 5px;
}
.megamenu_l img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* megamenu_r
========================================== */
.megamenu-inner a {
	color: #0095d7;
}
.megamenu_r a:hover {
	text-decoration: underline;
}
.megamenu-inner-text {
	background: #fff;
	font-size: 12px;
	line-height: 140%;
	width: 180px;
	height: 20px;
	padding: 0 0 0 7px;
	display: flex;
	align-items: center;
	position: relative;
	font-weight: bold;
}
.megamenu-inner-text:after {
	content: "\02192";
	position: absolute;
	right: 4px;
}


/* lang
========================================== */
.lang {
	position: relative;
	float: right;
	margin: 33px 30px 0 0;
	text-align: right;
	z-index: 9999;
	font-size: 0;
}
.lang li {
	display: inline-block;
	font-size: 12px;
}
.lang li a {
	border: 1px solid #0095d7;
	width: 30px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0095d7;
}
.lang li.current {
	background: #0095d7;
}
.lang li.current a {
	color: #fff;
}


@media screen and (min-width:769px){
	#gnav {
		display: inherit!important;
	}
}
@media screen and (max-width:1366px){
	.sub_navi {
		padding-right: 15px;
	}
	.lang {
		margin: 33px 15px 0 0
	}
}
@media screen and (max-width:1200px){
	.megamenu-inner li {
		width: calc( (91%/ 3) );
		margin-left: 3%;
	}
	.megamenu-inner li img {
		max-width: 100%;
		height: auto;
	}
	.megamenu_l {
		width: 32%;
		margin-right: 0;
	}
	.megamenu_r {
		width: 68%;
	}
}
#nav_toggle{
	display: none;
}

@media screen and (max-width:1140px){
	#gnav ul li:nth-child(-n+4) {
		margin-right: 3%;
	}
	#gnav ul li:nth-child(-n+5) {
		margin-right: 3%;
	}
}
@media screen and (max-width:1112px){
	#gnav ul li:nth-child(-n+4) {
		margin-right: 2.5%;
	}
	#gnav ul li:nth-child(-n+5) {
		margin-right: 2.5%;
	}
}

@media screen and (max-width:1024px){
	.h_logo_area {
		margin-right: 5%;
	}
}

@media screen and (max-width:950px){
	#gnav ul li:nth-child(-n+4) {
		margin-right: 1.5%;
	}
	#gnav ul li:nth-child(-n+5) {
		margin-right: 1.5%;
	}
	.gnav li {
		font-size: 14px;
	}
}
@media screen and (max-width:896px){
	.h_logo_area {
		padding: 45px 0 0 15px;
		margin-right: 3%;
	}
	.gnav li {
		font-size: 13px;
	}
	.megamenu-inner-text {
		width: auto;
		height: auto;
		padding: 5px 2rem 5px 7px;
	}
}
@media screen and (max-width:812px){
	.gnav li {
		font-size: 12px;
	}
}
@media screen and (max-width:768px){
	.h_logo_area {
		float: none;
		width: 100%;
		padding: 0;
	}
	.h_navi {
		padding: 0;
	}
	#gnav{
		display: none;
		width: 100%;
		background: #fff;
		color: #231815;
		left: 0;
		text-align: center;
	}
	.gnav li{
		display: block;
		margin: 0 auto;
		width: 100%;
		font-size: 15px;
	}
	#gnav li{
		padding: 0;
		text-align: center;
	}
	#gnav ul li:not(:last-child) {
		margin-right: 0;
	}
	#gnav li a{
		display: block; 
		color: #231815;
	}
	#gnav ul li a.gnav_link:hover {
	border-bottom: none;
	}
	.gnav > li:hover .gnav_mega {
		background: none;
		padding-bottom: 0;
	}
	.gnav > li.active {
		border: none;
	}
	.gnav_link a {
		padding: 20px;
	}
	.gnav_link a:hover {
		border-top: none;
		padding: 20px;
	}

	.megamenu {
		position: inherit;
		display: none;
	}
	.main-wrapper {
		padding: 0!important;
	}
	
	/* =======================================

		accordion

	========================================== */
	dl.accordion {
		margin: 5px 0;
	}
	dl.accordion dt {
		width:100%;
		height: auto;
		color: #231815;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	dl.accordion dt a {
		width: 100%;
		padding: 15px;
	}
	dl.accordion dt img {
		position: absolute;
		right: 15px;
		cursor: pointer;
	}
	dl.accordion dt.open {
	}
	dl.accordion dt span {
		display: block;
		font-size: 11px;
		margin-top: 8px;
	}
	dl.accordion dd {
		height: auto;
		display: none;
		margin: 0 auto;
		background: url("images/navi_arrow.png") center top no-repeat;
		padding-top: 11px;
	}
	dl.accordion dd ul {
		padding: 30px;
		background: #0095d7;
	}
	dl.accordion dd ul li {
		line-height: 120%;
		position: relative;
	}
	dl.accordion dd ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	dl.accordion dd li a {
		padding: 12px 10px;
		display: block;
		text-decoration: none;
		background: #fff;
		color: #0095d7!important;
		font-weight: 500;
		border: 1px solid #fff;
	}
	dl.accordion dd li a:hover {
		border: 1px solid #fff;
		transition: all 0.2s;
		color: #fff!important;
		background: none;
	}
	dl.accordion dd li a:after {
		content: "\02192";
		position: absolute;
		right: 10px;
	}

	
}
/* ==============================================

	mv

================================================= */
#mv {
	background: url("images/mv.jpg") center center no-repeat;
	background-size: cover;
	min-height: 647px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.under_mv {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width:768px){
	#mv {
		padding: 0 30px;
		background: url("images/mv_sp.jpg") center center no-repeat;
		min-height: 364px;
	}
	#mv img {
		max-width: 70%;
		height: auto;
	}
}


/* ==============================================

	contents

================================================= */
#contents_bg {
	background: url("images/bg.png") center top no-repeat, #f4f4f4;
	padding: 20px 0 70px;
}
#technology_bg {
	background: url("images/bg.png") center top no-repeat, #f4f4f4;
	padding-bottom: 70px;
}
.contents_under {
	border-top: 1px solid #0095d7;
	margin-top: -1px;
	background: #f4f4f4;
	padding-bottom: 70px;
}
.contents_under .news {
	top: 0;
	margin-top: 100px;
}
.contents_under .contact {
	margin-top: 120px;
}

@media screen and (max-width:1024px){
	.contents_under {
		padding-bottom: 10px;
	}
}
@media screen and (max-width:768px){
	#contents_bg,
	#technology_bg {
		background: #f4f4f4;
		padding: 0;
	}
	#contents_bg, .contents_under {
		position: relative;
		top: 82px;
		border-top: 2px solid #0095d7;
	}
	.contents_under {
		margin-top: 0;
	}
	.contents_under .news,
	.contents_under .contact {
		margin-top: 70px;
	}
}


/* ==============================================

	news

================================================= */
.news {
	width: 930px;
	position: relative;
	top: -50px;
	background: rgba(255,255,255,0.95);
	padding: 25px 10px;
	margin: 0 auto 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.news_l {
	width: 33%;
	float: left;
	text-align: center;
}
.news_l h2 {
	margin-bottom: 20px;
}
.news_l h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 56px;
	color: #0095d7;
	display: block;
	margin: 0 auto 5px;
}
.news_r {
	width: 67%;
	float: right;
}
.news h2 {
	font-size: 15px;
	margin-top: 40px;
}
.news h2 img {
	display: block;
	margin-bottom: 10px;
}
.news dl {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 4px;
}
.news dl dt {
	float: left;
	font-weight: bold;
}
.news dl dt span {
	background: #0095d7;
	color: #fff;
	font-size: 11px;
	text-align: center;
	width: 120px;
	line-height: 100%;
	padding: 4px 5px;
	display: inline-block;
	margin-left: 20px;
	border-radius: 3px;
	font-weight: normal;
}
.news dl dd {
	margin-left: 18em;
}
.news dl dd a:hover {
	text-decoration: underline;

}
@media screen and (max-width:1024px){
	.news {
		width: auto;
		margin: 0 30px 40px;
	}
}

@media screen and (max-width:768px){
	.news {
		padding: 20px 20px 30px;
		margin: 0 10px 60px;
		top: -20px;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	.news_l h2 span {
		font-size: 55px;
		font-weight: normal;
	}
	.news_l,
	.news_r {
		width: 100%;
		float: none;
	}
	.news h2 {
		margin-top: 0;
	}
	.news dl {
		font-size: 16px;
		padding: 10px 6px;
	}
	.news dl dt {
		float: none;
	}
	.news dl dt span {
		font-size: 14px;
		width: 130px;
	}
	.news dl dd {
		margin: 12px 0 0 0;
		line-height: 140%;
	}
	.news .btn_blue {
		margin-top: 30px;
	}
}


/* ==============================================

	topCat

================================================= */
.topCat {
	font-size: 0;
	margin-bottom: 60px;
}
.topCat_img {
	width: 57%;
	display: inline-block;
	vertical-align: bottom;
}
.topCat_txt {
	width: 43%;
	display: inline-block;
	vertical-align: bottom;
}
.topCat_txt_box {
	width: 580px;
	position: relative;
	bottom: 20px;
	background: rgba(255,255,255,0.95);
	padding: 70px 55px 30px 90px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 100;
}
.topCat h2 {
	font-size: 20px;
	font-weight: normal;
}
.topCat h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #0095d7;
	display: block;
	margin-top: 5px;
}
.topCat_txt_box p {
	font-size: 14px;
	line-height: 220%;
	margin: 30px 0;
}
.topCat_img {
	min-height: 500px;
	background-size: contain;
}
.facility .topCat_txt_box,
.engineering .topCat_txt_box {
	left: -50px;
}
.modeltest .topCat_txt_box,
.rd .topCat_txt_box {
	right: -50px;
}
.facility .topCat_img {
	background: url("images/facility_img.jpg") right center no-repeat;
}
.modeltest .topCat_img {
	background: url("images/modeltest_img.jpg") left center no-repeat;
}
.engineering .topCat_img {
	background: url("images/engineering_img.jpg") right center no-repeat;
}
.rd .topCat_img {
	background: url("images/rd_img.jpg") left center no-repeat;
}


@media screen and (max-width:1366px){
	.topCat_txt_box {
		width: 100%;
	}
}

@media screen and (max-width:1024px){
	.topCat_txt_box {
		padding: 60px 55px 30px;
	}
}

@media screen and (max-width:768px){
	.topCat h2 {
		text-align: center;
	}
	.topCat h2 span {
		font-size: 55px;
		word-wrap: break-word;
	}
	.topCat_txt_box p {
		font-size: 16px;
	}
	.topCat_img {
		width: 100%;
		min-height: 470px;
		background-size: cover!important;
	}
	.topCat_txt {
		width: 100%;
		padding: 0 10px;
	}
	.topCat_txt_box {
		position: inherit;
		margin-top: -20px;
		padding: 50px 30px 30px;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	.facility .topCat_img {
		background: url("images/facility_img_sp.jpg") right center no-repeat;
		min-height: 234px;
	}
	.modeltest .topCat_img {
		background: url("images/modeltest_img_sp.jpg") left center no-repeat;
		min-height: 234px;
	}
	.engineering .topCat_img {
		background: url("images/engineering_img_sp.jpg") right center no-repeat;
		min-height: 234px;
	}
	.rd .topCat_img {
		background: url("images/rd_img_sp.jpg") left center no-repeat;
		min-height: 234px;
	}
}


/* ==============================================

	recruit

================================================= */
.recruit {
	width: 1100px;
	margin: 0 auto 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	background: #0095D7;
}
.recruit_txt {
	padding: 55px 40px 45px;
	width: 36.4%;
	height: 400px;
}
.recruit h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 40px;
}
.recruit h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 55px;
	color: #fff;
	display: block;
	margin-top: 10px;
}
.recruit_txt p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 2.2;
	margin-bottom: 40px;
}
.recruit_img {
	width: 63.6%;
}
.recruit_img img {
	width: 100%;
	object-fit: cover;
	height: 400px;
}

@media screen and (max-width:1200px){
	.recruit {
		width: auto;
		margin: 0 30px 110px;
	}
	.recruit_txt {
		width: 45%;
	}
	.recruit_img {
		width: 55%;
	}
}
@media screen and (max-width:896px){
	.recruit_txt, .recruit_img {
		width: 50%;
	}
}
@media screen and (max-width:768px){
	.recruit {
		display: block;
		height: auto;
		margin: 0 10px 110px;
	}
	.recruit_txt, .recruit_img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:480px){
	.recruit_txt {
		padding: 40px 20px;
	}
	.recruit_img img {
		height: 250px;
	}
}
	
	
/* ==============================================

	whitepaper

================================================= */
.whitepaper {
	background: url("images/whitepaper_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 150px 0 90px;
	color: #fff;
	margin-bottom: 65px;
}
.whitepaper h2 {
	font-size: 20px;
	margin-bottom: 60px;
	text-align: center;
	font-weight: normal;
}
.whitepaper h2 img {
	display: block;
	margin: 0 auto 10px;
}
.whitepaper p {
	line-height: 220%;
	width: 680px;
	margin: 0 auto 55px;
	font-size: 15px;
}
@media screen and (max-width:768px){
	.whitepaper {
		padding: 90px 30px 120px;
	}
	.whitepaper p {
		width: 100%;
		font-size: 16px;
	}
	.whitepaper h2 img {
		max-width: 80%;
		height: auto;
	}
}


/* ==============================================

	contact

================================================= */
.contact {
	background: #0095d7;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact h2 {
	font-size: 20px;
	font-weight: normal;
	margin-right: 70px;
}
.contact h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #fff;
	display: block;
	margin-top: 5px;
}
.contact_tel {
	text-align: center;
	color: #fff;
}
.contact_tel a {
	color: #fff;
}
.contact_tel li:first-child {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
}
.contact_tel li:last-child {
	font-size: 16px;
}


@media screen and (max-width:1024px){
	.contact {
		display: inherit;
		height: auto;
		text-align: center;
		padding: 65px 10px 55px;
	}
	.contact h2 {
		margin-right: 0;
	}
	.contact .btn_white {
		margin-right: 0;
		border-right: 0;
		padding: 42px 0 50px;
	}
}


/* ==============================================

	page

================================================= */

/* cms-pagination */
.cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.cms-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin-bottom: 12px;
}

.cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 34px;
    height: 38px;
    display: table;
    margin: 0 2px;
    display: none;
}

.cms-pagination ul li.pagination-no-num {
    width: 50px;
    display: table;
}

.cms-pagination ul li.pagination-no-num span {
    background: #eee;
    border: 1px solid #ddd;
    color: #ccc;
}

.cms-pagination ul li.pagination-sp {
    display: table;
}

.cms-pagination ul li a,
.cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #999;
    background: #fff;
}

.cms-pagination ul li a:before,
.cms-pagination ul li span:before {
    position: absolute;
    display: block;
    content: '';
    width: 96%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 2%;
}

.cms-pagination ul li span {
    background: #0095d7;
    border: 1px solid #0095d7;
    color: #fff;
}

.pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}

.pagination-txt span {
    color: #999;
}

@media print,screen and (min-width: 1024px) {
    .cms-pagination ul li {
        width: 40px;
        height: 44px;
        margin: 0 3px;
        display: table;
    }
    .cms-pagination ul li a {
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li a:hover {
        background: #ccc;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li.pagination-no-num {
        width: 60px;
    }

    .pagination-txt {
        margin-bottom: 60px;
    }
}


/* ==============================================

	footer

================================================= */
#footer {
}
.footerNavi {
	background: #0095d7;
	padding: 45px 0 25px
}
.f_menu {
	font-size: 0;
	text-align: center;
}
.f_menu dl, .f_menu div {
	font-size: 13px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.f_menu dl {
	margin-right: 60px;
	line-height: 210%;
}
.f_menu ul li {
	line-height: 210%;
}
.f_menu dl ul li {
	padding-left: 10px;
}
.f_menu dl ul li::before {
	position: relative;
	top: -4px;
	left: -6px;
	display: inline-block;
	width: 2px;
	height: 2px;
	content: '';
	border-radius: 100%;
	background: #000;
}
.f_menu div ul li {
	padding-left: 5px;
}
.f_menu div ul li::before {
	position: relative;
	top: -4px;
	left: -6px;
	display: inline-block;
	width: 3px;
	height: 1px;
	content: '';
	border-left: 1px solid;
	background: #000;
}
.f_menu div img {
	margin-top: 15px;
	background: #fff;
	padding: 10px 20px;
}
.footerLogo {
	padding: 12px 60px;
}
.f_logo {
	float: left;
	margin: 18px 0;
}
.footerLogo ul {
	float: right;
	font-size: 0;
}
.footerLogo ul li {
	display: inline-block;
	vertical-align: middle;
}
.footerLogo ul li:not(:last-child) {
	margin-right: 50px;
}


@media screen and (max-width: 1024px) {
	.f_menu dl {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.footerLogo {
		position: relative;
		top: 82px;
	}
	.footerNavi {
		display: none;
	}
	.footerLogo {
		padding: 0;
	}
	.f_logo {
		float: none;
		text-align: center;
		margin: 45px 0;
		padding: 0 30px;
	}
	.f_logo img {
		max-width: 100%;
		height: auto;
	}
	.footerLogo ul {
		float: none;
		background: #f4f4f4;
		padding: 40px 30px;
		text-align: center;
	}
}

@media screen and (max-width: 414px) {
	.footerLogo ul li {
		width: 30%;
	}
	.footerLogo ul li:not(:last-child) {
		margin-right: 5%;
	}
	.footerLogo ul li img {
		max-width: 100%;
		height: auto;
	}
}

/* ==============================================

	copyright

================================================= */
#copyright{
	text-align:center;
	padding: 10px;
	color: #fff;
	background: #0095d7;
	font-size: 12px;
	line-height: 140%;
}

@media screen and (max-width: 768px) {
	#copyright {
		position: relative;
		top: 82px;
	}
}



/* =======================================

	#pageTop

========================================== */
#pageTop{
	background: #0075a9;
	padding: 12px;
	text-align: center;
	display: block;
}
#pageTop:hover{
	opacity: 0.7;
	transition:all 0.2s;
}

@media screen and (max-width: 768px) {
	#pageTop {
		margin-top: 10px;
		position: relative;
		top: 82px;	}
}

