@charset "UTF-8";

/*********************************************
一部デザインをOIC（GIG5）のままにする
**********************************************/

/*
フォント
----------------------------------------------------------*/
body {
	font-size: 1.6rem;
	line-height: 1.6;
}
h1,h2,h3 {
	font-weight: 600;
}

/*
Link
----------------------------------------------------------*/
a {
	text-decoration: underline;
}

/*
◆Follow Link （バッティング対策）
-----------------------------------------------------------------------------*/
.is-fixed {
	position: inherit;
	top: inherit;
	left: inherit;
	width: inherit;
	height: inherit;
}
#footer-conversion.is-fixed{
	display:block;
	position:fixed;
	width:100%;
	max-width:inherit;
	bottom:0;
	right:0;
	z-index:2000;
}