/* CSS Document */
#conts .heading {
    margin-bottom: 40px;
}

#conts .sec01 {
    margin-bottom: 57px;
}

#conts .listUl {
    margin: 0 auto 14px;
    width: auto;
}

#conts .listUl:last-child {
    margin-bottom: 0;
}

#conts .listUl li {
    float: left;
    width: 337px;
}

#conts .listUl li:nth-child(2n) {
    float: right;
}

#conts .listUl li .ttl {
    padding: 13px 15px;
    cursor: pointer;
    display: flex;
    border: 2px solid #e6e6e6;
    background: url("../img/qa/icon01.png") right 17px center no-repeat;
    background-size: 13px auto;
    box-sizing: border-box;
}

#conts .listUl li .ttl.on {
    background-image: url("../img/qa/icon02.png");
}

#conts .listUl li .ttl span {
    margin-right: 5px;
    display: inline-block;
    color: #009245;
}

#conts .listUl li .txtBox {
    padding: 10px 15px 25px;
    display: none;
    background-color: #FFF;
    border: 2px solid #e6e6e6;
    border-top: none;
    box-sizing: border-box;
    z-index: 5;
}

#conts .listUl li .txtBox p {
    text-indent: 1em;
    margin-bottom: 25px;
    font-size: 1.2rem;
    line-height: 1.75;
}

#conts .listUl li .txtBox p:last-child {
    margin-bottom: 0;
}

#conts .listUl li .GrnBtn {
	color: #FFFFFF;
	background-color: #1A3C34;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 30px auto 0;
	text-align: center;
	width: 70%;
}

#conts .sec02 {
    margin-bottom: 43px;
}

#conts .sec03 {
    margin-bottom: 172px;
}

@media all and (max-width: 767px) {
    #conts .heading {
        margin-bottom: 15px;
    }
    
    #conts .listUl {
        margin: 0 0 7px;
        width: auto;
    }

    #conts .listUl:last-child {
        margin-bottom: 0;
    }

    #conts .listUl li {
        margin-bottom: 7px;
        float: none;
        width: auto;
    }
    
    #conts .listUl li:last-child {
        margin-bottom: 0px;
    }

    #conts .listUl li:nth-child(2n) {
        float: none;
    }

    #conts .listUl li .ttl {
        padding: 3px 25px 3px 7px;
        font-size: 1.2rem;
        line-height: 1.41;
        display: flex;
        align-items: center;
        min-height: 41px;
        border: 1px solid #e6e6e6;
        background-position: right 14px center;
        background-size: 8px auto;
    }
    
    #conts .listUl li .ttl01 {
        align-items: flex-start;
    }

    #conts .listUl li .ttl span {
        margin-right: 5px;
        display: inline;
        float: left;
        height: 100%;
        color: #009245;
    }

    #conts .listUl li .txtBox {
        padding: 7px 15px;
        border: 1px solid #e6e6e6;
        border-top: none;
    }

    #conts .listUl li .txtBox p {
        margin-bottom: 12px;
        font-size: 1.2rem;
    }

    #conts .listUl li .txtBox p:last-child {
        margin-bottom: 0;
    }
	
	#conts .listUl li .GrnBtn {
		width: auto;
	}
    
    #conts .sec01 {
        margin-bottom: 47px;
    }
    
    #conts .sec03 {
        margin-bottom: 92px;
    }
}

@media all and (max-width: 354px) {
    #conts .listUl li .ttl {
        font-size: 1rem;
    }
	
	#conts .listUl li .txtBox p {
		font-size: 1rem;
	}
}

@media all and (-ms-high-contrast:none) {
    #conts .listUl li .ttl {
        padding: 15px 15px 11px;
    }
}