@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　資料一覧　ハンドブックダウンロードCSS
/asp/other/document/handbook/
-------------------*/
h1 {
	font-size: 1.7em;
	line-height: 1.4;
	font-weight: bold;
	color: #ffffff;
}
h2 {
    padding: 0 0 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    line-height: 1.25em;
}
.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: 7.25em 0 1.5em;
	background: #3071b3;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 10.5em 0 1.5em;
	}
}


/*-----------------
 *資料紹介
-----------------*/
.document_handbook {
	padding: 4.5em 0;
}
.document_handbook img {
    width: 280px;
}
.document_handbook .handbook_content {
    margin: 2.5em auto 0;	
	width: 95%;
	text-align: left;
}
.document_handbook .handbook_content .detail {
	margin-bottom: 2.5em;
}
.document_handbook .handbook_content .detail h2 {
	width: 100%;
	margin-bottom: 1.25em;
	padding-bottom: .15em;
	font-size: 1.2em;
	font-weight: normal;
    text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
} 
.document_handbook .handbook_content .detail h2::before, .document_handbook .handbook_content .detail h2::after {
    content: '';
	position: absolute;
    bottom: 0;
} 
.document_handbook .handbook_content .detail h2::before {
	width: 100%;
	border-bottom: 2px solid #3071b3;
}
.document_handbook .handbook_content .detail h2::after {
	width: 100%;
	border-bottom: 2px solid #e5e5e5;
}
.document_handbook .handbook_content .detail h3 {
	line-height: 1.75;
}
.document_handbook .handbook_content .content h2 {
	padding-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #3071b3;
	text-align: left;
}
.document_handbook .handbook_content .content li {
    margin-bottom: .75em;	
	padding: 0 0 0 1.25em;
	font-size: .9em;
	line-height: 1.4;
	list-style: none;
	position: relative;
}
.document_handbook .handbook_content .content li::before {
	content: "・";
	color: #666;
	position: absolute;
	top: 0;
	left: 0;
}
.document_handbook .handbook_content .content li h3 {
	line-height: 1.4;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.document_handbook .handbook_content .detail h2 {
		font-size: 1.5em;
	} 
	.document_handbook img {
		width: 250px;
		display: inline-block;
		vertical-align: top;
	}
	.document_handbook .handbook_content {
		margin: 0 0 0 2em;	
		width: 388px;
		display: inline-block;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.document_handbook img {
		width: 320px;
	}
	.document_handbook .handbook_content {
		margin: 0 0 0 3em;	
		width: 500px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.document_handbook img {
		width: 342px;
	}
	.document_handbook .handbook_content {
		width: 536px;
	}
}


/*-----------------
 *Marketoフォーム
-----------------*/
.form {
    padding: 3em 0;
	background: #f5f9fb;
	overflow: hidden;
}
.form #mktoForm_1188, .form #mktoForm_1199, .form #mktoForm_1200, .form #mktoForm_1280, .form #mktoForm_2666, .form #mktoForm_2782, .form #mktoForm_5189 {
	margin: 0 auto;
}
.form .mktoButtonRow { 
	margin: 2.25em auto 0;
	display: block;
	text-align: center;
}   
.form .mktoButtonWrap {
	margin: 0 !important;
}
.form .mktoButton {
	width: 300px !important;
    padding: .75em !important;
    font-size: 18px !important;
    background: #00a5e7 !important;
	border: 1px solid #00a5e7 !important;    
	border-radius: 6px !important;
	position: relative;
}
.form .mktoButton::after {
	content: '>';
	font-weight: normal;
	display: inline-block;	
	position: absolute;
	top: 1em;
	right: .625em;
	-webkit-transform: scale(0.8, 1.4);
		-moz-transform: scale(0.8, 1.4);
		-ms-transform: scale(0.8, 1.4);
		transform: scale(0.8, 1.4);
}
.form .mktoButton:hover {
	opacity: 0.8 !important;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.form .mktoFormRow { 
		padding: .5em 0;
	}
}


/*-----------------
 *一覧に戻る
-----------------*/
.back {
	margin: 2em auto;
}
.back .back_btn {
    margin: 0 auto;
    width: 150px;
    background: #8a8a8a;
    border-radius: 6px;
	position: relative;
}
.back a {
	padding: .75em 0;	
	font-size: .9em;
    color: #fff;
    text-align: center;
    line-height: 1;
	display: block;
}
.back a:hover {
	opacity: 0.8;
}