@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　用語集ページ用CSS
/seikyu/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;
}
.yougo_contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.mb-85 {
	margin-bottom: 8.5em;
}
#contents-wrap {
	margin: 0 auto;
}
/* ヘッダーボタンの背景色変更 20180718 */
a.cv_btn_header{ background-color: #2d67a3;}
a.cv_btn_header:hover{ color: #ffffff;}
	
/*-----------------
 *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/seikyu/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/seikyu/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ファイル　用語集右カラム
/seikyu/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/seikyu/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;
}
#sec-yougo_sidenavi .contents_right .bnr_link li p>span{
	line-height: 1.5em;
    font-size: 0.9em;
}

/* タブレット縦サイズ 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;
	}
}


/*-----------------
 *incファイル　用語集左カラム CVエリア
/seikyu/include/yougo_cnv_area.html
-----------------*/
.cnv_area{
	padding: 0 0 3em;
}
.cnv_tx img{
	width: 100%;
	max-width: 560px;
	
}
.cnv_area .cnv_tx {
	text-align: center;
	margin-bottom: 32px;
	margin-top: 2em;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}
ul.cnv-merit{
	margin: 0 auto 40px;
	max-width: 24em;
}
ul.cnv-merit li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding-left: 2em;
	text-indent: -2em;
	text-align: left;
}
ul.cnv-merit li span.icon-webfont-19{
	padding-right: 1em;
}
ul.cnv-merit li span.marker{
	background: -webkit-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: -o-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: linear-gradient(transparent 88%, #ff7f7f 88%);
    font-weight: bold
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.cnv_tx img{
		width: 100%;
	}
}

/*-----------------
 *CVボタン
-----------------*/
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}
.cnv-btn {
	width: 90%;
	max-width: 32em;
	margin: auto;
	text-align: center;
}
.cnv-btn a {
	padding: 20px;
	background-color: #2d67a3;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
}
.cnv-btn a::after { 
	content: '>';
	position: absolute;
	top: 1em;
	right: 0.625em;
	-webkit-transform: scale(0.5, 1.0);
       -moz-transform: scale(0.5, 1.0);
    	-ms-transform: scale(0.5, 1.0);
    		transform: scale(0.5, 1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnv-btn a::after {
		top: 0.65em;
	}
	.cnv-btn a:hover{
		background-color: #2d67a3;
		color: #ffffff;
	}
}

