<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.cnt__tbl tbody tr td img {
	min-width: auto;
    max-width: 300px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.regin__flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
table.cnt__tbl th:nth-child(5), table.cnt__tbl td:nth-child(5) {
    display: none;
}
table.cnt__tbl th,table.cnt__tbl td {
   /* word-break: break-all; */
}
.psBox{
    display: flex;
    margin: 15px 0;
}
.psBox .psBox__item{
    width: 50%;
}
.psBox .psBox__item--link{
    /* border-bottom: 1px solid #000; */
    position: relative;
    margin-left: 20px;
    display: block;
    /* text-decoration: underline;
    color: #2f6cb5; */
}
.psBox .psBox__item--link::before{
    content: "";
    width: 11.5px;
    height: 15.5px;
    background: url(../../../../common/img/arw_02.png) center / 100% no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}
.page__itemlist li {
    margin-bottom: 30px;
}
/*============= SP =============*/

@media screen and (min-width: 560px) {
	/* ------ 560px~ ------ */
}

@media screen and (min-width: 960px) {
	/* ------ 960px~ ------ */
    .page__itemlist {
        display: flex;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
    }
    .page__itemlist li img {
        width: 70%;
        margin: 0 auto;
    }
    .page__itemlist li p {
        width: 70%;
        margin: 0 auto;
    }
}
</pre></body></html>