@charset "utf-8";
#gNavi .navi07 a:hover,
#gNavi .navi07 a {
	color: #fff;
	background-color: #444;
	border-radius: 25px;
	border-bottom: transparent;
}
#main .comBox {
  padding-top: 120px
}
#main .comBox h2 {
  margin-bottom: 35px
}
#main .comBox p {
  text-align: center
}
#main .comBox dl {
    margin-bottom: 200px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
#main .comBox dt {
    padding: 2em;
    width: 25%;
    box-sizing: border-box;
    font-weight: 600;
    background: linear-gradient(to right, #e32636 30%, #ddd 30%);
    background-position: bottom;
    background-size: 92% 1px;
    background-repeat: no-repeat;
}
#main .comBox dd {
    padding: 2em;
    width: 75%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
#main .comBox dd a{
    text-decoration: underline;
}
@media (max-width:896px) {
    #main .comBox {
        padding-top: 60px
    }
    #main .comBox h2 {
        margin-bottom: 20px
    }
    #main .comBox p {
        margin-bottom: 25px
    }
    #main .comBox dl {
        margin-bottom: 100px;
        display:block;
        flex-wrap:wrap;
        text-align: left;
    }
    #main .comBox dt {
        padding: 1em;
        width: 100%;
        box-sizing: border-box;
        background: linear-gradient(to right, #e32636 30%, #ddd 30%);
        background-position: bottom;
        background-size: 100% 1px;
        background-repeat: no-repeat;
    }
    #main .comBox dd {
        padding: 1em 1em 1em 2em;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
    }
}