/* 見出し */
.products-sub-title {
    font-weight: 300;
}

/* general */
.textIndent{
	text-indent: -1em;
	padding-left: 1em;
}
.txtIndent13 {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.txtIndent18 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.maxImg img {
	max-width: 100%;
	width: auto;
}
@media only screen and (max-width: 767px) {
	.maxImg img {
		width: 100%;
		height: auto;
	}
	.autoImg img {
		width: auto;
	}
}

.sub-section .sub-title {
    padding: 0.2em 0.5em;
    background: #f8f8f8;
    margin-bottom: 20px;
    font-weight: 300;
}

.sub-section .sub-heading {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
    .sub-title-container {
        margin-bottom: 3rem;
    }

    .products-sub-title {
        font-size: 2.8rem;
    }

    .sub-section .sub-title {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .sub-title-container {
        margin-bottom: 2rem;
    }

    .products-sub-title {
        flex-shrink: 0;
        font-size: 2.2rem;
    }
}
/* tableStyle1 */
.tableStyle1 {
	border:1px solid #555;
	width:100%;
	margin:10px auto 0;
}
.tableStyle1 th ,
.tableStyle1 td {
	padding:5px;
	border:1px solid #555;
}
.tableStyle1 td {
	vertical-align: top;
}
.tableStyle1 th {
	background:#efefef;
	vertical-align:middle;
}
/* 背景画像『1.2.3…』 */
.listFlowArea {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.listFlowArea li:not(:last-child){
    margin-bottom: 40px;
}

.listFlowArea li {
    padding: 1px 0 1px 35px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

.listFlowArea li:nth-child(1) {
    background-image: url("/support/images/ico_n01.gif");
}

.listFlowArea li:nth-child(2) {
    background-image: url("/support/images/ico_n02.gif");
}

.listFlowArea li:nth-child(3) {
    background-image: url("/support/images/ico_n03.gif");
}

.listFlowArea li:nth-child(4) {
    background-image: url("/support/images/ico_n04.gif");
}

.listFlowArea li:nth-child(5) {
    background-image: url("/support/images/ico_n05.gif");
}

.listFlowArea li:nth-child(6) {
    background-image: url("/support/images/ico_n06.gif");
}

.listFlowArea li:nth-child(7) {
    background-image: url("/support/images/ico_n07.gif");
}

.listFlowArea li:nth-child(8) {
    background-image: url("/support/images/ico_n08.gif");
}

.listFlowArea li:nth-child(9){
    background-image: url("/support/images/ico_n09.gif");
}

.listFlowArea li:nth-child(10) {
    background-image: url("/support/images/ico_n10.gif");
}

.listFlowArea li:nth-child(11) {
    background-image: url("/support/images/ico_n11.gif");
}

.listFlowArea li:nth-child(12) {
    background-image: url("/support/images/ico_n12.gif");
}

.listFlowArea li:nth-child(13) {
    background-image: url("/support/images/ico_n13.gif");
}

.listFlowArea li:nth-child(14) {
    background-image: url("/support/images/ico_n14.gif");
}

.listFlowArea li:nth-child(15) {
    background-image: url("/support/images/ico_n15.gif");
}

.listFlowArea li:nth-child(16) {
    background-image: url("/support/images/ico_n16.gif");
}

.listFlowArea li:nth-child(17) {
    background-image: url("/support/images/ico_n17.gif");
}

.listFlowArea li:nth-child(18) {
    background-image: url("/support/images/ico_n18.gif");
}

.listFlowArea li:nth-child(19){
    background-image: url("/support/images/ico_n19.gif");
}

.listFlowArea li:nth-child(20) {
    background-image: url("/support/images/ico_n20.gif");
}

/* link */
.textLink a:link {
    color: #000099;
}

.textLink a:visited {
    color: #660099;
}

.textLink a:hover {
    text-decoration: underline;
}

.dlTextCont {
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .dlTextCont {
        padding: 0;
    }
}


.dlCont {
    margin-top: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #555;
}

.dlCont .soft {
    width: 385px;
    background: #efefef;
    border-right: 1px solid #555;
}

.dlCont .soft span {
    word-break: break-all;
}

.dlCont .dlBlock {
    padding: 5px;
}

.dlCont .dlBlock:nth-of-type(2) {
    display: flex;
    align-items: center;
}

.dlCont .dlBtn {
    display: block;
    margin-left: 10px;
    width: 100px;
    height: 30px;
}

.dlCont .dlBtn:hover {
    transition: opacity .3s;
    opacity: 0.7;
}

.dlCont .dlBtn span {
    margin-left: 20px;
}

.textCont {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .dlCont {
        flex-direction: column;
        align-items: flex-start;
    }

    .dlCont .soft {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #555;
    }

    .dlCont .dlBlock:nth-of-type(2) {
        display: block;
    }

    .dlCont .dlBlock:nth-of-type(2) .txt {
        margin-left: 0;
    }

    .dlCont .dlBtn a {
        display: block;
        margin-bottom: 5px;
    }

    .textCont {
        margin-bottom: 20px;
    }
}