@charset "UTF-8";
/* CSS Document */

.txt-d-under a {
	text-decoration:underline;
}
.sec-proseries .product-list .list:nth-child(4n) {
    margin-right: 0px;
}
.softwarelist li , .softwarelist dd{
    position: relative;
    padding-left: 12px;
    font-size: 1.6em;
}
.softwarelist li:before , .softwarelist dd:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00A32C;
    position: absolute;
    top: 10px;
    left: 0;
}
.pc-only {
	display:block;
}
div#network ul {
    width: 1120px !important;
    flex-wrap: wrap;
}
#network ul li {
    margin-bottom: 10px;
}
.new_content.itembox ul {
    font-size: 1.6rem;
}
.new_content.itembox ul.pdflist {
    font-size: 1.4rem;
}
.new_content.itembox li {
    text-align: left;
}
.itembox {
    padding-left: 100px;
}
.link_icon a {
    position: relative;
	padding-left: 20px;
	margin-right:15px;
}
.link_icon a:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(/assets/img/common/arrow-right.svg);
    background-repeat: no-repeat;
	background-size: contain;
}
.txt-deco-under {
	text-decoration: underline;
}
a.txt-deco-under:hover {
	text-decoration: underline;
}
.gaikei-txt {
	font-size:1.6rem;
}
.new_button {
	padding: 8px 11px;
	line-height: 14px;
    font-size: 12px;
}
#ib10w2 , #wl40ew2 , #r3_nmw1 , #r3_nw1{
	padding-top: 70px;
    margin-top: -70px;
}
/*.sec-prostrength__contents .sec-prostrength__list li p .reg-under {
	text-decoration: none;
	border-bottom:1px solid #212529;
}*/
@media only screen and (max-width: 1120px) {
	div#network ul {
		width: 100% !important;
		flex-wrap: wrap;
	}
}
@media print , screen and (min-width: 768px) and (max-width: 1024px){
.sec-prodetail1__unit span {
    padding-bottom: 5px;
}
.tablet-full {
	width:100%;
}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display:none;
	}	
	.spw85 {
		width:85% !important;
		margin:0 auto;
	}
	.sec-prodetail1__card {
		flex-flow: column !important;
	}
	#network .just_flex {
		flex-wrap:wrap;
	}
	.spmt10 {
		margin-top:10px;
	}
	table.al-c.software05_table th, table.al-c.software05_table td {
		font-size:1.2rem;
	}
	.itembox {
    	padding-left: 0px;
	}
	.spw85 {
		width:85%;
		margn-left:auto;
		margn-right:auto;
	}
	.gaikei-txt {
		font-size:1.4rem;
	}
	.new_button {
		padding: 4px 11px;
	}
	#network ul li {
		width:50%;
	}
	.softwarelist li {
		font-size:1.4rem;
	}
}