@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

/*------------------------------------------ article */
article #main_visual #panel_area p {
	margin: 0;
}
article #main_visual .wrap p {
	margin: 0;
}
article #news h1 {
	display: flex;
	align-items: center;
	margin: 0;
	color: #000;
	font-weight: 700;
}
article #news h1::before,
article #news h1::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #c1c1c1;
	display: block;
}
article #news h1::before {
	margin-right: 0.5em;
}
article #news h1::after {
	margin-left: 0.5em;
}
article #news dl dt,
article #news dl dd {
	font-weight: 400;
	color: #000;
}
article #news dl dt {
	margin: 0;
}
article #news dl dd {
	border-bottom: 1px dotted #c1c1c1;
}
article #news dl dt.new span {
	margin-right: 1em;
	padding: 0 5px;
	background-color: #c72a2a;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	font-size: 1.3rem;
}
article #news a {
	color: #000;
	text-decoration: none;
}
article #features h1 {
	display: flex;
	align-items: center;
	margin: 0;
	color: #000;
	font-weight: 700;
}
article #features h1::before,
article #features h1::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #c1c1c1;
	display: block;
}
article #features h1::before {
	margin-right: 0.5em;
}
article #features h1::after {
	margin-left: 0.5em;
}
article #features ul {
	margin: 0;
	list-style-type: none;
}
article #features ul li {
	position: relative;
	text-align: center;
}
article #features ul li a {
	display: block;
	justify-content: center;
	text-decoration: none;
}
article #features li h2 {
	margin: 0;
	color: #5f5f5f;
	font-weight: 700;
}
article #features li p {
	margin: 0;
}
article #features li .category {
	display: inline-block;
	position: relative;
}
article #features li .category::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 3em;
	height: 1px;
	transform: translate(-50%);
	background-color: #707070;
}
article #features li.present .category {
	color: #2c96b1;
}
article #features li.webseminar .category {
	color: #345ba3;
}
article #features li.special .category {
	color: #e9b800;
}
article #features li.voice .category {
	color: #dda40a;
}
article #features li.pricetrend .category {
	color: #4a7948;
}
article #features li.market .category {
	color: #d06eb2;
}
article #features li.wgc .category,
article #features li.wicp .category {
	color: #c72a2a
}
article #features li .detail {
	font-size: 1.3rem;
	color: #969696;
}
article #features li .date {
	color: #c1c1c1;
	font-size: 1.2rem;
	font-weight: 400;
}
article #banner_area ul {
	margin: 0;
	list-style-type: none;
}

/*------------------------------------------ footer */
footer p#btn_home {
	display: none;
}

/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

/*------------------------------------------ article */
article #main_visual #panel_area #panel_button {
	width: 85%;
	margin: 0 auto 8.125%;
}
article #main_visual .wrap {
	padding: 10% 3.125% 10%;
}
article #main_visual .wrap p {
	font-size: 1.6rem;
	line-height: 1.875;
}
article #news {
	padding: 0 3.125%;
}
article #news h1 {
	font-size: 1.6rem;
}
article #news dl {
	margin: 5.625% 0 0;
}
article #news dl dt,
article #news dl dd {
	font-size: 1.4rem;
}
article #news dl dt.new {
	padding-left: 0;
}
article #news dl dd {
	padding: 0 0 3.125% 4em;
	margin: 0 0 0.5em 0;
}
article #news .archive_button {
	display: block;
	width: 59.375%;
	margin: 5.625% auto 13.28125%;
}
article #features {
	margin-bottom: 9.375%;
	padding: 9.375% 3.125%;
	border-bottom: 1px solid #c1c1c1;
}
article #features h1 {
	font-size: 1.6rem;
	margin-bottom: 4.6875%;
}
article #features li {
	margin-bottom: 6.25%;
}
article #features li:last-child {
	margin-bottom: 0;
}
article #features ul li a {
	flex-direction: column-reverse;
}
article #features li h2 {
	margin: 0 0 2.5%;
	font-size: 2.0rem;
}
article #features li h2 span {
	display: none;
}
article #features li .new {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
article #features li .category {
	margin: 0 0 5%;
}
article #features li .date {
	margin-bottom: 2.5%;
}
article #features .archive_button {
	width: 59.375%;
	margin: 5% auto 0;
}
article #banner_area {
	padding: 0 3.125%;
}
article #banner_area ul {
	margin-bottom: 23.4375%;
}

/*------------------------------------------ visible hidden */

.visible-sp {
	display: block !important;
}

.visible-pc {
	display: none !important;
}
.hidden-pc{
	display:block !important;
}

/* 736px以下用（SP用）の記述 end */
}

/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/*------------------------------------------ article */
article #main_visual #panel_area {
	background-color: #f5f5f5;
	text-align: center;
}
article #main_visual #panel_area a {

}
article #main_visual .wrap {
	padding: 40px 0;
}
article #main_visual .wrap p {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.77;
	font-weight: bold;
	text-align: center;
}
article #news {
	width: 860px;
	margin: 0 auto;
}
article #news h1 {
	font-size: 1.6rem;
}
article #news dl {
	margin: 20px 0 0;
}
article #news dl dt,
article #news dl dd {
	font-size: 1.4rem;
}
article #news dl dt {
	float: left;
/*	padding-left: 3.5em;*/
	width: 137px;
	text-align: right;
}
article #news dl dt.new {
	padding-left: 0;
}
article #news dl dd {
	padding: 0 0 5px 11em;
	margin: 0 0 12px 0;
}
article #news p {
	text-align: right;
}
article #news .archive_button {
	margin: 25px auto 40px;
}
article #news a:hover {
	text-decoration: underline;
}
article #news a:hover img {
	opacity: 0.7;
}
article #features {
	width: 860px;
	margin: 40px auto 0;
}
article #features h1 {
	font-size: 1.6rem;
}
article #features ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
article #features ul li.banner {
	width: 100%;
	margin-bottom: 35px;
}
article #features ul li.present {
	width: 100%;
	margin-bottom: 35px;
}
article #features ul li.present div.nav_contents{
	display: none;
}
article #features ul li {
	width: 274px;
	margin-bottom: 40px;
}
article #features ul li:nth-of-type(n+5) {
	width: 200px;
}
article #features ul li h2 {
	font-size: 1.6rem;
}
article #features li h2 span {
	display: block;
}
article #features li .new {
	width: 42px;
	position: absolute;
	left: 0;
	top: 180px;
}
article #features li:nth-of-type(n+4) .new {
	top: 155px;
}
article #features ul li .category {
	margin: 15px 0 20px;
	font-size: 1.2rem;
}
article #features ul li a {
	flex-wrap: wrap;
}
article #features ul li a:hover img {
	opacity: 0.7;
}
article #features .archive_button {
	width: 190px;
	height: 28px;
	margin: 12px auto 0;
}
article #banner_area {
	width: 860px;
	margin: 0 auto;
}
article #banner_area ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
article #banner_area ul li a:hover {
	opacity: 0.7;
}

/*------------------------------------------ visible hidden */

.visible-sp, .visible-pc {
	display: none !important;
}

.visible-pc {
	display: block !important;
}
.hidden-pc{
	display:none !important;
}

/* 737px以上用（PC用）の記述 end */
}