/*contents*/
#contnets{overflow: hidden;}
.sub-visual{
    overflow: hidden;
    padding: 200px 0 60px 0;
    margin-top: 50px;
}
.sub-tit{
    width: 100%;
    font-size: 32px;
    font-weight: 700;
}
.maxinner{
    width: 1440px;
    margin: 0 auto;
}

.sub-con{
    overflow: hidden;
    margin-bottom: 18%;
}
.maxinner li:last-child{margin-right: 0;}
.downWrap{
    float: left;
    width: 22.9%;
    height: 480px;
    margin-right: 2.8%;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.d_img{
    width: 100%;
    height: 200px;
}
.d_text{
    height: 170px;
    padding: 20px 30px;
}
.d_text > h2{
    font-size: 24px;
    margin-bottom: 10px;
}
.downWrap input{
    display: block;
    margin: auto;
}
.downWrap a{
	display: block;
	width: 140px;
	text-align: center;
	margin: auto;
}
.remote-support-info p {
    font-size: 1.25em;
    font-weight: 500;
}
.remote-support-info {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 32px 24px;
    margin: 32px 0;
    font-size: 1.1em;
    color: #222;
}
.remote-support-info h3 {
    margin-top: 24px;
    color: #0056b3;
}
.remote-support-info ol,
.remote-support-info ul {
    margin-left: 24px;
}
.remote-support-info li {
    margin-bottom: 10px;
}
.remote-support-info button {
    background: #0056b3;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 1em;
    cursor: pointer;
    margin: 10px 0;
}
.remote-support-info button:hover {
    background: #003d80;
}
.remote-support-info ul li {
    list-style: none;
    position: relative;
    padding-left: 18px;
}
.remote-support-info ul li::before {
    content: "●";
    position: absolute;
    left: 0;
    font-size: 0.5em;
}
/*----------------------------------------------------*/

@media screen and (max-width: 1500px){
    
    /*sub-con*/
    .maxinner{width: 94%; margin: 0 auto;}
    
}

@media screen and (max-width: 1024px){
    
    /*sub-con*/
    .sub-visual {padding: 160px 0 60px 0;}
    .sub-con{
        overflow: hidden;
        margin-bottom: 120px;
    }
    .downWrap {
        width: 47.6%;
        margin-right: 4.8%;
    }
    .maxinner .downWrap:nth-child(2){
        margin-right: 0;
        margin-bottom: 4.8%;
    }
    input[type='button'] {font-size: 12px;}
}

@media screen and (max-width: 768px){
    
    /*sub-con*/  
    .sub-visual {padding: 140px 0 60px 0;}
    .sub-tit {font-size: 28px;}
    .d_text > h2 {font-size: 20px;}
    .d_text p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 360px) and (max-width: 500px){

    /*sub-con*/
    .maxinner{width: 90%;}
    .downWrap {
        width: 100%;
        margin-bottom: 12%;
    }
    .maxinner .downWrap:nth-child(2){margin-bottom: 12%;}
    .maxinner .downWrap:last-child{margin-bottom: 0;}
    
}













