@charset "UTF-8";
/* -----------------------------------------------
 *               sentei styles
 * ----------------------------------------------- */

 /* BEGIN 共通詳細ページ遷移ボタン */
.compNav.-column6 .compNav__item {
    width: 150px;
}
.compNav.-column6 .compNav__item:nth-child(6n){
    margin-right: 0;
}
.compNav.-column6 .compNav__item a{
    height: 4em;
    line-height: 1.4;
}
.compNav.-column6 .compNav__item a span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* END 共通詳細ページ遷移ボタン */

.company.-sentei .senteiTtl {
    display: flex;
    align-items: center;
    margin: 10rem 0 4rem;
    padding-left: 0.5em;
    color: #333333;
    font-size: 150%;
    font-weight: 400;
    border-left: 4px solid #b02139;
}
.company.-sentei .senteiTtl::after {
    background-color: #b02139;
    content: "";
    flex-grow: 1;
    height: 2px;
    margin-left: 15px;
}
.company.-sentei .mainArea {
    margin-bottom: 3em;
}
.company.-sentei .fontL {
    font-size: 130%;
}
.company.-sentei .textLink {
    color: #002c76;
    text-decoration: underline;
}
.company.-sentei .num {
    font-size: 120%;
}
.company.-sentei .stepArea {
    margin: 2em 0 3em;
}
.company.-sentei .stepList {
    margin-bottom: 2em;
}
.company.-sentei .senteiCont {
    width: 100%;
    border: 1px #cccccc dashed;
    margin-bottom: 2em;
}
.company.-sentei .senteiCont tr.bg {
    background-color: #F2F2F2;
}
.company.-sentei .senteiCont th {
    width: 20%;
    text-align: center;
    padding: 1em 1em 0;;
    border-right: 1px #cccccc dashed;
    vertical-align: top;
}
.company.-sentei .senteiCont th:last-child {
    border-right: none;
}
.company.-sentei .senteiCont td {
    padding: 1em;
    border-right: 1px #cccccc dashed;
    vertical-align: top;
}
.company.-sentei .senteiCont td:last-child {
    border-right: none;
}
