@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　資料一覧用CSS
/asp/other/document/index.asp
-------------------*/
h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
h2 {
    padding: 0 0 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.25em;
    text-align: center;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	h1 {
		font-size: 2.375em;
	}
	h2 {
		font-size: 1.5em;
	}
}

	
/*-----------------
 *pege title
-----------------*/
.page_title { 
	padding: 8em 0 2.5em;
	background: #3071b3;
}
.page_title h1 span {
	padding-bottom: 5px;
	font-size: .6em;
	font-weight: normal;
	display: block;
}
.page_title p {
	margin-top: 1.5em;
	font-size: .9em;
	color: #fff;
	line-height: 1.6;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 10em 0 2.5em;
	}
	.page_title h1 span {
		font-size: .525em;
	}
	.page_title p {
		font-size: 1em;
	}
}


/*-----------------
 *セレクトボックス
-----------------*/
.select_area {
	padding: 2.75em 0;
	background: #fafafa;
}
.select .left {
    margin: 0 auto 1.5em;    
    width: 95%;
	display: inline-block;
}
.select .left .subheading {
	margin-bottom: 1.25em;
	padding-bottom: .5em;
	width: 100%;
	font-size: 1em;
    text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
} 
.select .left .subheading::before, .select .left .subheading::after {
    content: '';
	position: absolute;
    bottom: 0;
} 
.select .left .subheading::before {
	width: 100%;
	border-bottom: 2px solid #3071b3;
}
.select .left .subheading::after {
	width: 100%;
	border-bottom: 2px solid #e5e5e5;
}
.select .left #select_box li.choice {
	width: 142px;
	height: 142px;
	font-size: .9em;
	font-weight: bold;
	color: #2a629a;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #81a8cf;
	border-radius: 50%;
	box-shadow: 0 0 8px 2px #81a8cf inset;
	display: inline-block;
    vertical-align: middle;	
	position: relative;
}
.select .left #select_box li.choice span {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}
.select .left #select_box li.choice span img {
    margin: 0 auto .85em;
	width: 42px;
    display: block;
}
.select .center #select_box li.flat {
	margin: 1.5em auto;
	color: #2684e2;
	text-align: center;
	text-decoration: underline;
}
.select .center #select_box li.flat:hover {
	opacity: 0.8;
}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.select .left {
		margin: 0 1em;
		width: 302px;
	}
	.select .left #select_box li.choice {
		width: 143px;
		height: 143px;
		font-size: 1em;
	}
	.select .left #select_box li.choice:hover {
		color: #fff;
		background: #3071b3;
	}
	.select #select_box li {
		cursor: pointer;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.select_area {
		padding: 3.75em 0;
	}
	.select .left {
		width: 400px;
	}
	.select .left #select_box li.choice {
		margin: 0 .2em 0;
		width: 172px;
		height: 172px;
	}
	.select .left #select_box li.choice span img {
		margin: 0 auto 1.25em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.select .left {
		margin: 0 2.5em;    
		width: 415px;
	}
}


/*-----------------
 *資料一覧
-----------------*/
.document_area {
	padding: 2.5em 0;
}
#category {
	position: relative;
	overflow: hidden;
}
.document_area .document { 
	margin: 0 auto 3em;
    width: 90%;
	position: relative;
	right: 0;
}
.document_area .document:last-of-type {
	margin-bottom: 0;
}
.document_area .document span {
	padding: .4em .9em;
	color: #ffffff;
	background: #3071b3;
	position: absolute;
	top: 0; 
	left: 0;
}
.document_area .document dt img {
	margin: 0 auto;
	width: 90%;
    display: block;
}
.document_area .document dt {
	padding: 1.25em;
	background: #f7f7f7;
	border-radius: 6px;
}
.document_area .document dt, .document_area .document dd {
	text-align: left;
}
.document_area .document dd.target, .document_area .document dd.read, .document_area .document span {
	font-size: .875em;
	line-height: 1.75;
}
.document_area .document dd.target {
	margin: .75em 0 1.25em 0;
	font-weight: bold;
	color: #666;
	line-height: 1.4;
}
.document_area .document dd.title {
	margin-bottom: .5em;
	padding: .4em 0 .4em .55em;
	font-size: 1.125em;
	font-weight: bold;
  	border-left: solid 6px #3071b3;
}
.document_area .document dd.read a {
	color: #2684e2;
	text-decoration: underline;
}
.document_area .document .docs_btn {
	margin: 1.5em auto 0;
	max-width: 16.5em;
    width: 85%;
	font-size: 1em;
	font-weight: bold;
	background: #fff;
	border: 2px solid #e50000;
	border-radius: 6px;
	text-align: center;
	position: relative;
}
.document_area .document .docs_btn a {
	padding: .9em;
	color: #e50000;
	line-height: 1;
	display: block;
}
.document_area .document .docs_btn a:hover {
	background: #faf2f2;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.document_area .document { 
		margin: 1.5em 2%;
		padding: 0;
		width : 46%;
		display: inline-block;
		float: left;
	}
	.document_area .document:last-of-type {
		margin-bottom: 1.5em;
	}
	.document_area .document dl {
		height: 380px;
	}
	.document_area .document dd.target {
		height: 2.5em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.document_area {
		padding: 3.75em 0;
	}
	.document_area .category_list {
		margin: 0 auto;
		width: 58em;
	}
	.document_area .document { 
		margin: 1.5em 1.25em;
		width: 16.7em;
	}
	.document_area .document dl {
		height: 355px;
	}

}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.document_area .category_list {
		width: 64em;
	}
	.document_area .document { 
		margin: 1.5em 1.15em;
		width: 19em;
	}
	.document_area .document dl {
		height: 368px;
	}
	.document_area .document dt img {
		width: 84%;
	}
}


