/*ダウンロードトップ*/
.DLsheetList{
	display: flex;
}
.DLsheetList li{
	width: 30%;
}
.DLsheetList li:nth-of-type(n+2){
	margin-left: 2%;
}
.DLsheetList li a{
	display: block;
	position: relative;
}
.DLsheetList li .photo{
	overflow: hidden;
}
.DLsheetList li .photo img{
	transition: 0.2s;
}
.DLsheetList li a:hover .photo img{
	transform: scale(1.1, 1.1);
}
.DLsheetList li .name{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(6,57,129,0.7);
	padding: 1em;
	white-space: nowrap;
}
.DLsheetList li .name p{
	width: 100%;
	height: 100%;
	border: #fff solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.DLsheetList li .name p span{
	position: relative;
	padding-right: 1.6em;
}
.DLsheetList li .name p span:before,
.DLsheetList li .name p span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1.2em;
	height: 1px;
	background: #fff;
	transition: 0.2s;
}
.DLsheetList li .name p span:after {
    width: 0.4em;
    transform: rotate(45deg);
    top: -0.3em;
}
.DLsheetList li a:hover .name p span:before,
.DLsheetList li a:hover .name p span:after{
	right: -0.5em;
}

.formlist{
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
}
.formlist li{
	width: 30%;
}
.formlist li:nth-of-type(2n){
	width: 70%;
}
.formlist li:nth-of-type(n+3){
	margin-top: 0.5em;
}
.formlist li a{
	position: relative;
	display: block;
	padding-left: 1.2em;
}
.formlist li a:before{
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: #2355A1 solid 2px;
	border-right: #2355A1 solid 2px;
	position: absolute;
	top: 0.3em;
	left: 0;
	display: block;
	transform: rotate(45deg);
}

.formlist.w100 li{
	width: 100% !important;
}
.formlist.w100 li:nth-of-type(n+2){
	margin-top: 0.5em !important;
}



/* 製品紹介シート一覧 */
.sheetListPDF{
	display: flex;
	flex-wrap: wrap;
}
.sheetListPDF li{
	width: 20%;
	margin-right: 6.66%;
}
.sheetListPDF li:nth-of-type(4n){
	margin-right: 0;
}
.sheetListPDF li:nth-of-type(n+5){
	margin-top: 3em;
}
.sheetListPDF li a{
	text-decoration: none;
	transition: 0.2s;
	display: block;
}
.sheetListPDF li a:hover{
	opacity: 0.7;
}
.sheetListPDF li .title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	color: #2355A1;
	margin-top: 1em;
}
.sheetListPDF li .disc{
	line-height: 1.3em;
	margin-top: 0.5em;
}
.sheetListPDF li .pdf{
	padding-left: 1.2em;
	position: relative;
	margin-top: 0.7em;
	border-top: #C4C4C4 solid 1px;
	padding-top: 0.7em;
}
.sheetListPDF li .pdf:before{
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: #2355A1 solid 2px;
	border-right: #2355A1 solid 2px;
	position: absolute;
	top: 1.2em;
	left: 0;
	display: block;
	transform: rotate(45deg);
}
.sheetListPDF li .pdf i{
	color: #2355A1;
	margin-left: 0.5em;
}






/* フォーム */
.FormContent{
	margin-top: 3em;
}
.FormContent .tableDesign02{
	margin-top: 1.5em;
}
.FormContent .tableDesign02 input[type="text"],
.FormContent .tableDesign02 input[type="tel"],
.FormContent .tableDesign02 input[type="email"]{
	width: 60%;
}
.FormContent .tableDesign02 input[type="text"].w7em{
	width: 7em;
}

.btnArea{
	margin-top: 3em;
	display: flex;
	justify-content: center;
}
.btnArea > .btn{
	width: 20em;
}
.btnArea > .btn.back{
	width: 12em;
}
.btnArea > .btn:nth-of-type(n+2){
	margin-left: 1.5em;
}



.info h3{
	text-align: left;
}
.info h3:before{
	right: auto;
}

.error_list{
	background: #ffe1e1;
	padding: 2em;
	border: #f00 solid 1px;
	margin-bottom: 2em;
}

.tableDesign01 table tr th.w20p:nth-of-type(3),
.tableDesign01 table tr th.w20p:nth-of-type(5){
	width: 15%;
}
.tableDesign01 table tr th.w20p:nth-of-type(4){
	width: 25%;
}




@media screen and (max-width:999.5px){
	
	
	.DLsheetList li {
		width: 19em;
	}
	.DLsheetList li .name{
		font-size: 18px;
	}
	
	.formlist li{
		width: 35%;
	}
	.formlist li:nth-of-type(2n){
		width: 65%;
	}
	
	
	/* フォーム */
	
	.tableDesign02 table tr th{
		width: 17em;
	}
	.FormContent .tableDesign02 input[type="text"],
	.FormContent .tableDesign02 input[type="tel"],
	.FormContent .tableDesign02 input[type="email"] {
		width: 100%;
	}
	
	
}



/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	
		
	.DLsheetList li .name {
		font-size: 14px;
		padding: 0.7em;
		line-height: 1.3em;
	}
	
		
	.formlist{
		display: block;
		font-size: 14px;
	}
	.formlist li{
		width: auto !important;
	}
	.formlist li:nth-of-type(n+2) {
		margin-top: 0.5em;
	}
	.formlist li a:before{
		top: 0.5em;
	}
	
	
	.sheetListPDF li {
		width: 47%;
		margin-right: 6%;
	}
	.sheetListPDF li:nth-of-type(2n){
		margin-right: 0;
	}
	.sheetListPDF li:nth-of-type(n+3){
		margin-top: 2em;
	}
	.sheetListPDF li .title {
 		font-size: 16px;
	}
	
	
	
	/* フォーム */
	.FormContent .tableDesign02 input[type="text"],
	.FormContent .tableDesign02 input[type="tel"],
	.FormContent .tableDesign02 input[type="email"] {
		width: 110%;
		margin-left: -5%;
	}
	.FormContent .tableDesign02 input[type="text"].w7em{
		margin-left: 0;
	}
	
	.btnArea {
		margin-top: 2em;
	}
	
	
	
	
	
	
	
	
	
	
}