@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　用語集詳細ページ用CSS
-------------------*/
h1 {
	font-size: 1em;
	line-height: 1.4;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.55em;
	padding: 1.55em 0 0 0;
	background: #fff;
	border-top: 2px solid #333;
}
h3 {
	font-size: 1em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.mb-85 {
	margin-bottom: 8.5em;
}
#contents-wrap {
	margin: 0 auto;
}
	
/*-----------------
 *pege title
-----------------*/
.page_title { 
	padding: 8em 0 5em;
}
.page_title h1 span {
	padding-bottom: 0.1em;
	font-size: 2.375em;
	font-weight: bold;
	display: block;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 11em 0 5em;
	}
}


/*-----------------
 *用語集左カラム
-----------------*/
#sec-yougo_more .yougo_more {
	text-align: left;
}
#sec-yougo_more .yougo_more h2 span {
	font-size: 0.675em;
}
#sec-yougo_more .yougo_more p {
	line-height: 1.65;
	margin-bottom: 3.5em;
	letter-spacing: .03em;
}
#sec-yougo_more .yougo_related a,#sec-yougo_more .yougo_more a{
	color: #2684e2;
}
#sec-yougo_more .yougo_related a:hover,#sec-yougo_more .yougo_more a:hover {
	color: #4292e3;
}
#sec-yougo_more .yougo_related {
	border-style: solid none;
	border-width: 1px;
	border-color: #ccc;
	padding: 1.5em 0;
	margin-bottom: 5em;
	text-align: left;
}
#sec-yougo_more .yougo_related h3 {
	font-weight: bold;
}
#sec-yougo_more .yougo_related ul li {
	display: inline-block;
	padding: 1.25em 2em 0 0;
}
#sec-yougo_more .cnv_area {
	padding: 3.5em 0 0 0;
	margin: 0 auto 8.5em; 
}
#sec-yougo_more .cnv_btn {
	margin: 2em auto 0;
}
#sec-yougo_more .cnv_tx {
	font-size: 1.25em;
	line-height: 1.4;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-yougo_more .contents_left {
		width: 90%;
		max-width: 37.25em;
		margin: auto;
		text-align: center;
		float: left;
	}
	#sec-yougo_more .cnv_tx {
		font-size: 1.5em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-yougo_more .contents_left {
		width: 90%;
		max-width: 42.75em;
	}
}


/*-----------------
 *incファイル　用語集右カラム
/asp/include/yougo_sidenavi.html
-----------------*/
#sec-yougo_sidenavi .contents_right .hotword {
	margin-bottom: 3.5em;
    text-align: left;
}
#sec-yougo_sidenavi .contents_right .hotword h4 {
	background: #333;
	color: #fff;
	position: relative;
	padding: 0.75em 0 0.75em 2.75em;
	margin-bottom: 1em;
}
#sec-yougo_sidenavi .contents_right .hotword h4::before {
	content: url("/web/jp/asp/yougo/images/yougo_attention.svg");
	position: absolute;
	top:6px;
	left: 12px;
	width: 1.5em;
    height: 1.5em;
}
#sec-yougo_sidenavi .contents_right .hotword p {
	line-height: 1.6;
	margin: 0 auto 1.5em;
	width: 92%;
}
#sec-yougo_sidenavi .contents_right .hotword ul {
	width: 92%;
    margin: 0 auto;
}
#sec-yougo_sidenavi .contents_right .hotword li {
	display: inline-block;
    background: #fff;
    border: solid 1px #2684e2;
	color: #2684e2;
	text-align: center;
	font-size: 0.95em;
    width: 47%;
    margin-bottom: 6px;
}
#sec-yougo_sidenavi .contents_right .hotword li:hover { 
	background: #f5f7f7;
}
#sec-yougo_sidenavi .contents_right .hotword li a {
	padding: 5%;
    display: inline-block;
    width: 90%;
	color: #2684e2;
}
#sec-yougo_sidenavi .contents_right .bnr_link {
	text-align: center;
}
#sec-yougo_sidenavi .contents_right .bnr_link li {
	width: 92%;
	margin-bottom: 1em;
	display: inline-block;
}
#sec-yougo_sidenavi .contents_right .bnr_link li:last-child {
	margin-bottom: 5em;
}
#sec-yougo_sidenavi .contents_right .bnr_link li img {
	width: 100%;
}
#sec-yougo_sidenavi .contents_right .bnr_link li:hover {
	opacity: 0.85;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-yougo_sidenavi .contents_right .bnr_link li {
		width: 43.5%;
		padding-right: 1em;
	}
	#sec-yougo_sidenavi .contents_right .hotword li {
		width: 48%;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-yougo_sidenavi .contents_right {
		width: 100%;
		max-width: 16.25em;
		margin: auto;
		text-align: center;
		float: right;
		position: relative;
	}
	#sec-yougo_sidenavi .contents_right .hotword p {
		line-height: 1.6;
		margin-bottom: 1.5em;
		width: 100%;
	}
	#sec-yougo_sidenavi .contents_right .hotword li a {
		padding: 6%;
		width: 88%;
	}

	#sec-yougo_sidenavi .contents_right .hotword ul {
		width: 100%;
	}
	#sec-yougo_sidenavi .contents_right .bnr_link li {
		width: 100%;
		padding: 0;
	}
}

