@charset "UTF-8";

/* font ---------------------------------------
Noto Sans Japanese：font-family: "Noto Sans Japanese";
さわらびゴシック：font-family: "Sawarabi Gothic";
 ---------------------------------------*/
/* TOP画像 ------------------------- */
#wrapper #contents > .img span {
    top: 12%;
    left: 31%;
    line-height: 1.5em;
}
/*
#wrapper #contents > .img span:last-of-type {
    top: 22%;
    left: 10%;
}
*/
 
/* コンテンツ ------------------------- */
#cntWrapper .link #listCorp .flex {
    flex-wrap: wrap;
}
#cntWrapper .link #listCorp a {
    text-decoration: underline;
}
#cntWrapper .link #listCorp a:before {
    content: "";
    border: 6px solid transparent;
    border-left: 6px solid #1e5799;
    display: inline-block;
}

#cntWrapper .link #listCorp dl {
    width: 49%;
    margin-bottom: 30px;
}
#cntWrapper .link #listCorp dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#cntWrapper .link #listCorp dl dd {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0 0 0 12px;
}


#cntWrapper .link #listCorp h2.listTitle {
    color: #fff;
    font-size: 18px;
    background: #328be0;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-top: 50px;
}
#cntWrapper .link #listCorp .corpSet {
    width: 90%;
    margin: 10px auto 20px auto;
    justify-content: flex-start;
}
#cntWrapper .link #listCorp .corpSet p {
    margin: 0px 15px 10px 0px;
}

@media screen and (max-width: 768px) {
}


@media screen and (max-width: 480px) { /*smartphone*/
		#wrapper #contents > .img span:last-of-type {
			top: 6%;
			left: 22%;
	}
    #cntWrapper .link #listCorp .flex {
        display: block;
    }

    #cntWrapper .link #listCorp dl {
        width: 100%;
        margin-bottom: 15px;
    }

    #cntWrapper .link #listCorp .corpSet {
        width: 95%;
        margin: 10px auto;
    }

    #cntWrapper .link #listCorp .corpSet p {
        margin: 0 0 10px 0;
        /* line-height: 0; */
    }

    #cntWrapper .link #listCorp a {
        display: block;
    }

    #cntWrapper .link #listCorp h2.listTitle {
        box-sizing: border-box;
    }
}
