@charset "utf-8";
/* CSS Document */

.orderH3box{
	background: linear-gradient(to right, #fff 0%,#78c1d1 20%,#78c1d1 50%,#78c1d1 80%,#fff 100%);
	margin-bottom: 30px;
	padding: 3px 0;
}
.orderH3box h3{
	background: linear-gradient(to right, #fff 0%,#d4ebf0 20%,#d4ebf0 50%,#d4ebf0 80%,#fff 100%);
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*--------データ入稿方法--------*/
.dataCont{
	margin-bottom: 50px;
}
.dataCont section{
	margin-bottom: 40px;
	box-sizing: border-box;
}
.dataCont h4{
	margin: 0 0 15px 10px;
	padding: 5px 5px 5px 70px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #cce7ee;
	position: relative;
}
.dataCont h4:before{
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.dataCont section section > div{
	margin-left: 80px;
}
.dataCont section > div dl.linkList{
	display: inline-block;
	background: #ddeff3;
	color: #505050;
	margin: 15px 0;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.0em;
}
.dataCont section > div dl.linkList dt{
	width: 100px;
	float: left;
}
.dataCont section > div dl.linkList dd{
	margin-left: 110px;
}
.dataCont section > div dl.linkList dd:before{
	content: "：";
	display: inline-block;
}

.dataCont section > div dl.addressBox{
	display: inline-block;
	background: #ddeff3;
	color: #505050;
	margin: 15px 0;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.0em;
}
.dataCont section > div dl.addressBox dt{
	font-size: 13px;
}
.dataCont section > div ul.faxList{
	display: flex;
	margin: 15px 0;
}
.dataCont section > div ul.faxList li:nth-of-type(1){
	background: #ddeff3;
	color: #505050;
	margin-right: 10px;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8em;
}
.dataCont section > div ul.faxList li:nth-of-type(2) a{
	display: block;
	background: #2dbe4c;
	color: #fff;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.2em;
	border-radius: 10px;
}
.dataCont section > div ul.faxList li:nth-of-type(2) a:hover{
	opacity: 0.5;
}

/*メール*/
.dataCont .mailBox h4:before{
	background-image: url(../../../_images/order/data/icon_mail.gif);
}
/*データ転送*/
.dataCont .sendBox h4:before{
	background-image: url(../../../_images/order/data/icon_send.gif);
}
/*メディア*/
.dataCont .mediaBox h4:before{
	background-image: url(../../../_images/order/data/icon_media.gif);
}
/*FAX*/
.dataCont .faxBox h4:before{
	background-image: url(../../../_images/order/data/icon_fax.gif);
}


@media screen and (max-width: 768px) {
	.dataCont > dl{
		width: 98%;
		margin: 0 auto 40px;
	}
	.dataCont section > div{
		margin-left: 20px;
	}

	.dataCont section > div dl.linkList{
		margin: 15px 0;
		padding: 10px 15px;
	}
	.dataCont section > div dl.linkList dt{
		width: 100%;
		border-bottom: 2px solid #9fd3de;
		float: none;
	}
	.dataCont section > div dl.linkList dd{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.dataCont section > div dl.linkList dd:last-child{
		margin: 0;
	}
	.dataCont section > div dl.linkList dd:before{
		display: none;
	}
	
	.dataCont section > div ul.faxList{
		display: block;
		margin: 15px 0;
	}
	.dataCont section > div ul.faxList li:nth-of-type(1){
		margin: 0 0 10px;
	}
}

