@charset "utf-8";

#contents .mr40 {
    margin-right: 40px !important;
}

#contents .ms-topic-path .topic-path-list .item {
    font-size: 14px;
}

#contents .ms-topic-path .topic-path-list .item::before {
    top: 2px;
}

#contents .ms-topic-path .topic-path-list .item a {
    transition: all .3s ease;
    color: #134ff3;
    font-size: 14px;
    font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
    text-decoration: underline;
}

#contents .ms-topic-path .topic-path-list .item a:hover {
    text-decoration: none;
}

#contents .ms-area-main {
    color: #333;
    font-size: 14px;
    font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}

#contents .ms-section .naitei-section-wrap {
    padding: 16px 24px;
    border: 2px solid #dfdfdf;
}

#contents .ms-section .naitei-section-wrap a {
    color: #002896;
}

/* .naitei-cond-wrap */
#contents .ms-section .naitei-cond-wrap {
    margin-bottom: 16px;
    padding: 0 16px;
}

#contents .ms-section .naitei-cond-wrap .select-wrap {
    position: relative;
}

#contents .ms-section .naitei-cond-wrap .select-wrap select {
    position: relative;
    width: 100%;
    height: 47px;
    padding: 0 32px 0 16px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    cursor: pointer;
    appearance: none;
}

#contents .ms-section .naitei-cond-wrap .select-wrap::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 2;
    width: 16px;
    height: 16px;
    background: url(/contents/nikki/pc/naitei/img/icon_arrow_bottom_filled_blue.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    content: '';
    pointer-events: none;
}

#contents .ms-section .sort-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #002896;
}

#contents .ms-section .sort-wrap .count {
    margin-bottom: 8px;
}

#contents .ms-section .sort-wrap .count span {
    color: #002896;
    font-size: 22px;
    font-weight: 700;
}

#contents .ms-section .sort-wrap .sort-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#contents .ms-section .sort-wrap .sort-right a {
    margin-right: 24px;
    padding-bottom: 12px;
    transition: all .3s ease;
    text-decoration: underline;
    font-size: 16px;
}

#contents .ms-section .sort-wrap .sort-right a:hover {
    text-decoration: none;
}

#contents .ms-section .sort-wrap .sort-right .select-wrap {
    padding-left: 22px;
}

#contents .ms-section .sort-wrap .sort-right .select-wrap::before {
    position: absolute;
    top: 2px;
    left: -18px;
    width: 22px;
    height: 22px;
    background-image: url(/contents/nikki/pc/naitei/img/icon_sort_outlined.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(50%) translateY(50%);
    content: '';
}

#contents .ms-section .sort-wrap .sort-right select {
    width: 170px;
}

#contents .ms-section .cond-wrap {
    padding: 0 16px 8px;
    border-bottom: 2px solid #002896;
}

#contents .ms-section .cond-wrap .cond-title {
    position: relative;
    margin-bottom: 8px;
    padding-left: 22px;
}

#contents .ms-section .cond-wrap .cond-title::before {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 22px;
    height: 22px;
    background-image: url(/contents/nikki/pc/naitei/img/icon_filter_outlined.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(50%) translateY(50%);
    content: '';
}

#contents .ms-section .cond-wrap .cond-items {
    display: flex;
    flex-wrap: wrap;
}

#contents .ms-section .cond-wrap .cond-item {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

#contents .ms-section .cond-wrap .cond-item:last-of-type {
    margin-right: 0;
}

#contents .ms-section .cond-wrap .cond-item .select-title {
    margin-right: 8px;
}

#contents .ms-section .cond-wrap .select-wrap.sotunen {
    width: 120px;
}

#contents .ms-section .cond-wrap .select-wrap.phase {
    width: 185px;
}

#contents .ms-section .cond-wrap .checkbox-wrap {
    display: flex;
    position: relative;
}

#contents .ms-section .cond-wrap .checkbox-wrap input[type='checkbox'] {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
}

#contents .ms-section .cond-wrap .checkbox-wrap .checkbox-label-wrap {
    display: block;
    position: relative;
    padding: 5px 0 0 32px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
}

#contents .ms-section .cond-wrap .checkbox-wrap .checkbox-label-wrap::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #fff;
    content: '';
}

#contents .ms-section .cond-wrap .checkbox-wrap input[type='checkbox']:checked~.checkbox-label-wrap::before {
    border-color: #002896;
    background: url(/contents/nikki/pc/naitei/img/icon_checkbox_check_white.svg) no-repeat 50% #002896;
    background-size: 78%;
}

#contents .ms-section .cond-wrap .checkbox-wrap .checkbox-label-wrap label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

#contents .ms-section .cond-wrap .button-wrap {
    width: 139px;
}

#contents .ms-section .cond-wrap .button-wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    background-color: #002896;
    transition: opacity .3s ease;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#contents .ms-section .cond-wrap .button-wrap button:hover {
    opacity: .85;
}

/* .naitei-list-wrap */
#contents .ms-section .naitei-list-wrap {
    padding: 0 32px;
}

#contents .ms-section .naitei-list-wrap .naitei-list-item {
    margin-bottom: 16px;
    border: 1px solid #dfdfdf;
}

#contents .ms-section .naitei-list-wrap .naitei-list-item .naitei-item-link-wrap {
    display: block;
    position: relative;
    padding: 16px;
    transition: opacity .3s ease;
    color: #333;
    text-decoration: none;
}

#contents .ms-section .naitei-list-wrap .naitei-list-item.is-naitei .naitei-item-link-wrap::before {
    position: absolute;
    top: 25px;
    left: 32px;
    width: 30px;
    height: 50px;
    background: url(/contents/nikki/pc/naitei/img/icon_naitei.png) no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    content: '';
}

#contents .ms-section .naitei-list-wrap .naitei-list-item .naitei-item-link-wrap::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(/contents/nikki/pc/naitei/img/icon_chevron_right_blue_2.svg) no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    content: '';
}

#contents .ms-section .naitei-list-wrap .naitei-list-item .naitei-item-link-wrap:hover {
    opacity: .85;
}

#contents .ms-section .naitei-list-item-inner {
    display: flex;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap {
    position: relative;
    width: 310px;
    margin-left: 48px;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info-label {
    display: flex;
    flex-wrap: wrap;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info-label div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    margin: 0 8px 8px 0;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info {
    display: table;
    margin-right: 24px;
    margin-bottom: 32px;
}

#contents .ms-section .naitei-list-item.is-nogratitude .naitei-list-item-inner .user-info-wrap .user-info {
    margin-bottom: 0;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info .user-info-item {
    display: table-row;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info .user-info-item div {
    display: table-cell;
    padding-bottom: 8px;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info .user-info-item .title {
    width: 45px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info .user-info-item .delim {
    width: 14px;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .user-info .user-info-item .detail {
    width: auto;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .gratitude {
    position: absolute;
    bottom: 2px;
    padding-left: 30px;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .gratitude::before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 23px;
    height: 23px;
    background: url(/contents/nikki/pc/naitei/img/icon_gratitude_active.svg) no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    content: '';
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .gratitude span {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 23px;
    margin-left: 20px;
    padding: 3px 4px 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .gratitude span::before {
    display: block;
    position: absolute;
    top: 8px;
    left: -25px;
    width: 0;
    height: 0;
    border-width: 5px 10px 5px 15px;
    border-style: solid;
    border-color: transparent #e0e0e0 transparent transparent;
    content: '';
}

#contents .ms-section .naitei-list-item-inner .user-info-wrap .gratitude span::after {
    display: block;
    position: absolute;
    top: 8px;
    left: -22px;
    width: 0;
    height: 0;
    border-width: 5px 10px 5px 15px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    content: '';
}

#contents .ms-section .naitei-list-item-inner .user-status-wrap .user-status-table {
    display: table;
    width: 314px;
    padding: 16px;
    background-color: #f5f5f5;
}

#contents .ms-section .naitei-list-item-inner .user-status-table .user-status-item {
    display: table-row;
}

#contents .ms-section .naitei-list-item-inner .user-status-table .user-status-item div {
    display: table-cell;
    padding-bottom: 8px;
}

#contents .ms-section .naitei-list-item-inner .user-status-table .user-status-item:last-of-type div {
    padding-bottom: 0;
}

#contents .ms-section .naitei-list-item-inner .user-status-table .user-status-item .title {
    width: 200px;
}

#contents .ms-section .naitei-list-item-inner .user-status-table .user-status-item .delim {
    width: 14px;
}

#contents .ms-section .naitei-list-item-inner .user-status-table .user-status-item .detail {
    width: 115px;
}

#contents .ms-section .naitei-list-item-inner .user-data-wrap {
    width: 346px;
}

#contents .ms-section .naitei-list-item-inner .user-data-wrap .user-data-item {
    padding: 16px 8px;
    background-color: #f5f5f5;
}

#contents .ms-section .naitei-list-item-inner .user-data-wrap .user-data-item .detail {
    padding-right: 4px;
    line-height: 1.85;
}

#contents .ms-section .naitei-list-item-inner .user-data-wrap .user-data-item .detail .detail-question {
    display: inline;
}

#contents .ms-section .naitei-list-item-inner .user-data-wrap .user-data-item .detail .detail-answer {
    display: inline;
}

#contents .ms-section .naitei-list-item-inner .user-data-wrap .user-data-item .detail .ml-inner-content {
  margin-left: 8px;
}

/* .paging-wrap */
#contents .ms-section .paging-wrap {
    margin-bottom: 24px;
    text-align: center;
}

#contents .ms-section .paging-wrap ul {
    display: flex;
    justify-content: center;
    gap: 8px;
}

#contents .ms-section .paging-wrap>ul {
    padding: 8px 0;
}

#contents .ms-section .paging-wrap ul li a,
#contents .ms-section .paging-wrap ul li div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 28px;
    height: 28px;
    transition: all .3s ease;
}

#contents .ms-section .paging-wrap li.paging-prev:not(.first) {
    margin-right: 8px;
}

#contents .ms-section .paging-wrap li.paging-next:not(.last) {
    margin-left: 8px;
}

#contents .ms-section .paging-wrap ul li.paging-prev a::before,
#contents .ms-section .paging-wrap ul li.paging-prev div::before,
#contents .ms-section .paging-wrap ul li.paging-next a::before,
#contents .ms-section .paging-wrap ul li.paging-next div::before {
    width: 22px;
    height: 16px;
    content: '';
}

#contents .ms-section .paging-wrap ul li.paging-prev a::before {
    background: url(/contents/nikki/images/icon_pagination_prev.svg) center no-repeat;
}

#contents .ms-section .paging-wrap ul li.paging-prev div::before {
    background: url(/contents/nikki/images/icon_pagination_prev.svg) center no-repeat;
}

#contents .ms-section .paging-wrap ul li.paging-prev.first a::before {
    background: url(/contents/nikki/images/icon_pagination_first.svg) center no-repeat;
}

#contents .ms-section .paging-wrap ul li.paging-next a::before {
    background: url(/contents/nikki/images/icon_pagination_next.svg) center no-repeat;
}

#contents .ms-section .paging-wrap ul li.paging-next div::before {
    background: url(/contents/nikki/images/icon_pagination_next.svg) center no-repeat;
}

#contents .ms-section .paging-wrap ul li.paging-next.last a::before {
    background: url(/contents/nikki/images/icon_pagination_last.svg) center no-repeat;
}

#contents .ms-section .paging-wrap ul li.is-active a {
    border-radius: 3px;
    background-color: #002896;
    color: #fff;
}

#contents .ms-section .paging-wrap ul li a:hover {
    border-radius: 3px;
    background-color: #dfdfdf;
    text-decoration: none;
}

#contents .ms-section .paging-wrap .count-wrap {
    font-size: 12px;
}

#contents .ms-section .paging-wrap li[class*="paging-"]>a,
#contents .ms-section .paging-wrap li[class*="paging-"]>div {
    border: 1px solid #002896;
    border-radius: 4px;
    box-sizing: border-box;
}

/* .naitei-list-no-data-wrap */
#contents .ms-section .naitei-list-no-data-wrap {
    margin-top: 40px;
    margin-bottom: 24px;
}

#contents .ms-section .naitei-list-no-data-wrap .naitei-list-no-data {
    width: 665px;
    margin: 0 auto;
    padding: 16px;
    background-color: #f5f5f5;
    font-weight: 700;
    text-align: center;
}

/* .naitei-bottom-button-wrap */
#contents .ms-section .naitei-bottom-button-wrap {
    margin-bottom: 24px;
}

#contents .ms-section .naitei-bottom-button-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 368px;
    height: 48px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #002896;
    transition: opacity .3s ease;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

#contents .ms-section .naitei-bottom-button-wrap .btn-post {
    font-weight: bold;
}

#contents .ms-section .naitei-bottom-button-wrap a:hover {
    opacity: .85;
}

#contents .ms-section .naitei-bottom-button-wrap a::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 24px;
    height: 24px;
    background: url(/contents/nikki/pc/naitei/img/icon_chevron_right_white.svg) no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    content: '';
}

#contents .ms-section .naitei-bottom-button-wrap .naitei-past-post-btn {
    border: 1px solid #002896;
    background-color: #fff;
    color: #002896;
}

#contents .ms-section .naitei-bottom-button-wrap .naitei-past-post-btn::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 24px;
    height: 24px;
    background: url(/contents/nikki/pc/naitei/img/icon_chevron_right_blue.svg) no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    content: '';
}

.no-cursor {
    cursor: default;
}

/* .company-navi-wrap */
#contents .ms-section .company-navi-wrap {
	margin-left: -25px;
	margin-right: -26px;
}
#contents .ms-section.box-style1 .section-wrap .company-navi-wrap {
	margin-left: -19px;
	margin-right: -20px;
}

.clamped-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 21px;
    max-height: calc(21px * 4);
}

