@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　用語集ページ用CSS
/asp/yougo/index.asp
-------------------*/
h1 {
	font-size: 1em;
	line-height: 1.4;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.75em;
	text-align: center;
}
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 #accordion { 
    margin-bottom: 5em;
	text-align: left;
}
#sec-yougo #accordion dt {
    cursor:pointer;
	font-size: 1.25em;
	font-weight: bold;
    background-color: #fff;
    padding: 1.25em 0.8em;
	background-image: url("/web/jp/asp/yougo/images/yougo_open.svg");
    background-size: 13px 13px;
    background-position: right 1em top 50%;
	border-bottom: solid 2px #dce6f0;
}
#sec-yougo #accordion dt.active {
	background-image: url("/web/jp/asp/yougo/images/yougo_close.svg");
}
#sec-yougo #accordion dt.over {
    background-color: #f5f5f5;
}
#sec-yougo #accordion dd {
    margin: 0;
}
#sec-yougo #accordion ul li { 
	border-bottom: 1px solid #97d1e8;
	padding: 0 1em;
}
#sec-yougo #accordion ul li:hover { 
	background: #f5f7f7;
}
#sec-yougo #accordion ul li a {
	color: #2684e2;
	display: block;
	position: relative;
	padding: 1.5em 0;
}
#sec-yougo #accordion ul li a::after {
	content: '>';
	position: absolute;
	top: 1.5em;
	right: 0;
    -webkit-transform: scale(0.6, 1.2);
		-moz-transform: scale(0.6, 1.2);
		-ms-transform: scale(0.6, 1.2);	
	display: inline-block;
	font-weight: normal;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-yougo .contents_left {
		width: 90%;
		max-width: 37.25em;
		margin: auto;
		text-align: center;
		float: left;
	}
	#sec-yougo #accordion { 
		margin-right: -1.5em;
	}
	#sec-yougo #accordion dt {
		margin-right: 1.5em;
	}	
	#sec-yougo #accordion ul li { 
		width: 248px; 
		float: left;  
		margin-right: 1.875em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-yougo .contents_left {
		width: 90%;
		max-width: 42.75em;
	}
	#sec-yougo #accordion ul li { 
		width: 292px; 
	}
}


/*-----------------
 *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;
	}
}


