/* ========== ========= ========== */
/* ========== SEIKA���� ========== */
/* ========== ========= ========== */

/* ========== ======= ========== */
/* ========== jisseki ========== */
/* ========== ======= ========== */
.t_jisseki {
 border-collapse:collapse;
 font-family:"Meiryo",sans-serif;
 color:#515151;
 width:100%;
}
.t_jisseki th {
 width:250px;
 background-color:#c1e9f3;
 border:1px solid #c3c3c3;
 padding:3px 10px;
}
.t_jisseki td {
 text-align:left;
 background-color:#FFFFFF;
 border:1px solid #c3c3c3;
 padding:3px 10px;
}
.d_school_bar {
 border-bottom: dashed 1px #d4dde4;
 padding: 0px 30px;
}
.l_addresslisttitle {
 text-decoration:none;
 /*color:#515151;*/
 font-family:"HGMaruGothicMPRO",sans-serif;
 font-size:20px;
 font-family:"HGMaruGothicMPRO",sans-serif;
 color:#515151;
 font-size:30px;
 font-weight: bold;
 transition:0.3s all;

 color:#0086d1;

 background-color: #fff;
 border: solid;
 border-color: #0086d1;
 border-width: 2px;
 display: block;
 padding: 20px 5px 20px 15px;
 border-radius: 5px;
}
.l_addresslisttitle:hover {
 opacity:0.75;
}
.l_addresslisttitle::after {
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 right: 27px;
 width: 14px;
 height: 14px;
 margin: auto;
 border-top: 4px solid #0086d1;
 border-right: 4px solid #0086d1;
 transform: rotate(45deg);
 box-sizing: border-box;
}
.d_link {
 position: relative;
}