@charset "utf-8";
/* CSS Document */
/*---------------------------------------
#hyoshiki
---------------------------------------*/
.hyoshiki_sec01 table {
 width: 100%;
 border-collapse: collapse;
}
.hyoshiki_sec01 table th {
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 background-color: #f4f9ff;
 padding: 10px;
 padding-left: 20px;
 font-weight: normal;
 text-align: left;
 line-height: 1.4;
 width: 240px;
 position: relative;
}
.hyoshiki_sec01 table th::before {
 content: "";
 width: 10px;
 height: 100%;
 background-color: #659ec2;
 position: absolute;
 left: 0;
 top: 0;
}
.hyoshiki_sec01 table td {
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 line-height: 1.4;
 padding: 10px;
}
@media screen and (min-width: 961px) {
}
@media screen and (max-width: 960px) {
 .hyoshiki_sec01 table th { width: 150px; }
}



