@charset "utf-8";

.main {
    width: 100%;
    visibility: visible;
    display: block;
    animation: fadeIn .6s ease 0s 1 normal;
    -webkit-animation: fadeIn .6s ease 0s 1 normal;
}
body.open::before {
    display: none;
}
body.open .main {
    visibility: hidden;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}
.areaNavi {
    width: 100%;
    background-color: #fff;
}
.areaNavi__list {
    width: 100%;
    display: flex;
}
.areaNavi__list li {
    font-size: 13.5px;
}
.areaNavi__list li:first-child {
    font-size: 15px;
}
.areaNavi__item {
    width: 33.3%;
}
.areaNavi__item--active {
    border-bottom: 3px solid #e048a7;
}
.areaNavi__link {
    color: #666;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    box-sizing: border-box;
}
.areaNavi__item--active>.areaNavi__link {
    color: #e048a7;
}
#dailyheaven {
    background-color: #fff;
}
.searchJob {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.contentsHeading1 {
    padding: 10px 0;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.contentsHeading1__line {
    width: 4px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: #e72b4d;
    margin: 0 5px 0 10px;
    border-radius: 3px;;
}
.searchJob__form {
    padding: 20px 10px 10px;
    background-color: #f29bab;
}
.searchJob__form > form {
    padding: 6px 4px;
    display: flex;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.searchJob__txtarea {
    border: none;
    text-indent: 7px;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchJob__txtarea::-webkit-input-placeholder {
    line-height: 1.2;
    font-family: initial;
}
.searchJob__form input[name="shop_name"] {
    border-right: 2px solid #ccc;
    width: 41%;
}
/* ↓2024/02/27 */
.searchJob__form input[name="keyword"] {
    width: 47%;
}
/* ↑2024/02/27 */
@media only screen and (max-width:450px) {
    #keyword_box input {
        font-size: 13px;
    }
}
@media only screen and (max-width:350px) {
    #keyword_box input {
        font-size: 12px;
    }
}
.searchJob__btn {
    width: 11%;
    background: #e72b4d;
    border-radius: 13px;
}
.searchJob__btnImage {
    width: 45%;
    display: block;
    margin: 7px auto;
}
.searchJob__areaList {
    padding: 5px 16px 10px;
    display: flex;
    justify-content: space-between;
    background-color: #f29bab;
}
.searchJob__areaItem {
    width: 31%;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
}
.searchJob__link {
    text-align: center;
    padding: 18px 0 16px;
    color: #666;
    display: block;
    /* ↓2022/05/11 */
    cursor: pointer;
    /* ↑2022/05/11 */
}
.searchJob__areaImage {
    width: 40%;
    display: block;
    margin: 0 auto;
}
.searchJob__areaTxt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.searchJob__areaTxt > span {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
.searchJob__categoryList {
    padding: 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
}
.searchJob__categoryItem {
    margin: 3px 5px;
    border: 1px solid #e72b4d;
    border-radius: 3px;
}
/* ↓2024/02/27 */
.searchJob__categoryItem:not(:first-child) {
    /* background: #fff; */
}
/* ↑2024/02/27 */
.searchJob__catLink {
    padding: 5px 8px;
    color: #e72b4d;
    font-size: 11px;
    font-weight: bold;
    display: block;
}
.searchJob__categoryItem--heading {
    margin-right: 8px;
    border: none;
    color: #666;
}
.searchtab-cb {
    padding: 15px 10px 10px;
}
.searchtab-cb a span {
    font-size: 25px;
}
.searchtab-cb {
    vertical-align: middle;
    text-align: center;
}
.searchtab-cb a {
    width: 100%;
    display: block;
    background: #FF6BBF;
    color: #fff;
    padding: 12px 0;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
}
.working_report_list {
    display: flex;
    flex-wrap: wrap;
}
.working_report {
    background: #FFF;
}
.area-txt-banner {
    font-size: 14px;
    padding: 15px 0;
    display: flex;
    text-align: center;
}
.working_report_item {
    width: 33%;
    text-align: center;
    line-height: 2.5;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 2px;
    color: #000;
}
.topicContents {
    width: 100%;
    background-color: #fff;
}
.topicContents__list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}
.topicContents__item {
    width: 50%;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.topicContents__item:nth-child(even) {
    border-right: none;
}
.topicContents__item:last-child {
    border-bottom: none;
}
.topicContents__item:nth-child(2n+1):nth-last-child(2) {
    border-bottom: none;
}
#selectState {
    margin: 0 10px 5px;
    padding: 10px;
    background-color: #efefef;
    border-radius: 10px;
}
.topicContents__link {
    font-size: 11px;
    color: #333;
    font-weight: bold;
    display: block;
    padding: 5px 25px 5px 4px;
}
.topicContents__image {
    width: 60px;
    float: left;
    margin-right: 5px;
}
.topicContents__arrow {
    width: 4%;
    max-width: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.topicContents__newLine {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    word-break: break-all;
    height: 60px;
}
.searchGenre {
    width: 100%;
    overflow: hidden;
    background: #efefef;
}
.contentsHeading3 {
    padding: 10px 0;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
.contentsHeading3__line {
    width: 4px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: #e72b4d;
    margin: 0 5px 0 10px;
    border-radius: 3px;
}
.searchGenre__list {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.searchGenreItem {
    width: 220px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    padding: 10px 5px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
}
.searchGenreItem:last-child {
    margin-right: 15px;
}
.searchGenreItem__heading {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchGenreItem__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.searchGenreItem__item {
    width: 50%;
    box-sizing: border-box;
}
.searchGenreItem__item.no_data a {
    cursor:default;
}
.searchGenreItem__link {
    display: block;
    margin-bottom: 5px;
    padding: 5px 5px 0;
}
.searchGenreItem__ImgBase {
    position: relative;
    margin: 0 auto 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.searchGenreItem__ImgBase::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.searchGenreItem__ImgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.searchGenreItem__ImgTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.searchGenreItem__ImgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.searchGenreItem__ImgCell img {
    width: 100%;
    height: auto;
}
.searchGenreItem__text{
    width: 100%;
    height: 15px;
    line-height: 1.4;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchGenreItem__more {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    color: #666;
    background: #efefef;
    margin: 10px 5px;
    line-height: 1.4;
}
#selectState dl dt {
    padding-right: 10px;
    vertical-align: middle;
    font-weight: bold;
    display: table-cell;
    text-align: center;
}
#selectState select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark-color(white, black);
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    background: #FFF;
}
#selectState dl dd select {
    padding: 5px 3px;
    width: 100%;
    height: 30px;
}
#selectState dl dd {
    display: table-cell;
    vertical-align: middle;
}
#selectState dl {
    display: inline-table;
    width: 100%;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: bold;
    color: #66251f;
    line-height: 1.4;
    font-size: 12px;
}
#selectState {
    margin: 0;
    padding: 10px;
    background-color: #efefef;
    border-radius: 10px;
}
.interviewEditor {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.interviewEditor__slide {
    margin: 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.interviewEditor__slideItem {
    width: 250px;
    display: inline-block;
    border: 1px solid #aaa;
    margin-left: 10px;
}
.interviewEditor__slideItem:last-child {
    margin-right: 10px;
}
.interviewEditor__slideHeading {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.interviewEditor__slideImgBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.interviewEditor__slideImgBase:before {
    display: block;
    content: '';
    padding-top: 72%;
}
.interviewEditor__slideImgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.interviewEditor__slideImgTable {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.interviewEditor__slideImgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.interviewEditor__slideImage {
    width: 100%;
}
.interviewEditor__slideTxtBase {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.interviewEditor__slideTxtBase:before {
    display: block;
    content: '';
    padding-top: 23%;
}
.interviewEditor__slideTxtBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.interviewEditor__slideText {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    white-space: normal;
    line-height: 1.4;
    padding: 10px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.interviewEditor__slideMore {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    color: #666;
    background: #efefef;
    line-height: 1.4;
}
.interviewEditor__listHeading__all {
    float: right;
    margin-right: 10px;
    line-height: 25px;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
}
.interviewEditor__list {
    width: 100%;
    border-top: 1px solid #ccc;
}
.interviewEditor__item {
    border-bottom: 1px solid #ccc;
}
.interviewEditor__item:last-child {
    border-bottom: none;
}
.interviewEditor__link {
    padding: 10px;
    display: flex;
}
.interviewEditor__itemImgBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.interviewEditor__itemImgBase:before {
    display: block;
    content: '';
    padding-top: 72%;
}
.interviewEditor__itemImgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.interviewEditor__itemImgTable {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.interviewEditor__itemImgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.interviewEditor__image {
    width: 100%;
}
.movieIcon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40%
}
.interviewEditor__text {
    width: 65%;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-left: 15px;
    padding-top: 5px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.interviewEditor__link .noImg {
    width: 100%;
    margin-left: 0;
}
.contentsHeading2 {
    padding: 10px 0;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.contentsHeading2__line {
    width: 4px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: #e72b4d;
    margin: 0 5px 0 10px;
    border-radius: 3px;
}
.contentsHeading2__all {
    float: right;
    margin-right: 10px;
    line-height: 25px;
    color: #e72b4d;
    background-color: #fff;
}
.recruitPr {
    width: 100%;
    background-color: #fff;
}
.recruitPr__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.recruitPr__item {
    width: 50%;
    box-sizing: border-box;
}
.recruitPr__link {
    padding: 10px 5px 0;
    display: block;
}
.recruitPr__item:nth-child(2) > .recruitPr__link {
    padding-left: 10px;
    display: block;
}
.recruitPr__item:nth-child(3) > .recruitPr__link {
    padding-right: 10px;
    display: block;
}
.recruitPr__imageBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.recruitPr__imageBase:before {
    display: block;
    content: '';
    padding-top: 57%;
}
.recruitPr__imageBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.recruitPr__imageTable {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.recruitPr__imageCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.recruitPr__image {
    width: 100%;
}
.recruitPr__txt {
    padding-top: 5px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 25px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.recruitPr__subTxt {
    display: block;
    padding: 5px 0 10px;
    font-size: 10px;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruitPr__item--top {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.recruitPr__item--top>.recruitPr__link {
    padding: 10px 10px 0;
}
.recruitPr__txt--top {
    font-size: 13px;
    height: 28px;
}
.tenchoBlog {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.tenchoTheme {
    width: 100%;
    overflow: hidden;
    background: #efefef;
}
.tenchoTheme a {
    width: 97%;
    display: block;
    margin: 0 auto;
}
.tenchoTheme__title {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    color: #666;
    margin: 6px 0 7px 0;
    word-break: break-all;
    word-wrap: break-word;
}
.tenchoTheme__label {
    margin-bottom: 5px;
    padding-left: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #e73434;
}
.tenchoBlog__list {
    margin: 5px 0;
}
.tenchoBlog__link {
    padding: 5px 10px;
    font-size: 11px;
    display: flex;
    align-items: center;
}
.tenchoBlog__imageBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.tenchoBlog__imageBase:before {
    display: block;
    content: '';
}
.tenchoBlog__imageBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tenchoBlog__imageTable {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.tenchoBlog__imageCell {
    display: block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}
.tenchoBlog__image {
    width: 100%;
/*    height: 100%; */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.tenchoBlog__imageCell i.fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 46px;
    height: 46px;
    font-size: 20px;
    text-indent: 2px;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.tenchoBlog__label>.movieBlog {
    margin-left: 6px;
}
span.movieBlog {
    border: 1px solid #ff7dae;
    color: #ff7dae;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 9px;
    padding: 0px 4px;
    font-weight: initial;
}
span.movieBlog {
    border: 1px solid #ff7dae;
    color: #ff7dae;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 9px;
    padding: 0px 4px;
    font-weight: initial;
}
i.fa.fa-movieBlog {
    margin-right: 4px;
}
i.fa.fa-movieBlog:before {
    content: "\f03d";
}
.tenchoBlog__text {
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    width: 70%;
    color: #666;
    margin-left: 10px;
    padding: 15px 0;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.tenchoBlog__label {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    color: #e73434;
}
.tenchoBlog__link .noImg {
    width: 100%;
    margin-left: 0;
}
.specialEdition1 {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #efefef;
}
.specialEdition1__list {
    width: 100%;
}
.specialEdition1-item {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
.specialEdition1-item__heading {
    font-size: 13px;
    color: #666;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    padding: 15px 5px 0 10px;
    position: absolute;
    margin-left: 20px;
}
ul[class*=specialEdition1-item__list] {
    white-space: nowrap;
    font-size: 0;
}
li[class*=specialEdition1-item__item] {
    display: inline-block;
    width: 100px;
    padding: 35px 0 10px;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}
li[class*=specialEdition1-item__item]:first-child {
    margin-left: 20px;
    padding-left: 5px;
}
li[class*=specialEdition1-item__item]:last-child {
    margin-right: 20px;
}
.specialEdition1-item__image {
    width: 100%;
}
.specialEdition1-item__imgBase {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.specialEdition1-item__imgBase::before {
    display: block;
    content: '';
    /* padding-top: 70%; */
    padding-top: 75.26%;
}
.specialEdition1-item__imgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 5px 0;
}
.specialEdition1-item__imgTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.specialEdition1-item__imgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.specialEdition1-item__textBase {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.specialEdition1-item__text {
    width: 100%;
    height: 14px;
    line-height: 1.4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.specialEdition1-item__textBase span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.specialEdition2 {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #efefef;
}
.specialEdition2__list {
    width: 100%;
}
.specialEdition2-item {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
.specialEdition2-item__heading {
    font-size: 13px;
    color: #666;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    padding: 15px 5px 0 10px;
    position: absolute;
    margin-left: 20px;
}
ul[class*=specialEdition2-item__list] {
    white-space: nowrap;
    font-size: 0;
}
li[class*=specialEdition2-item__item] {
    display: inline-block;
    width: 100px;
    padding: 35px 0 10px;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}
li[class*=specialEdition2-item__item]:first-child {
    margin-left: 20px;
    padding-left: 5px;
}
li[class*=specialEdition2-item__item]:last-child {
    margin-right: 20px;
}
.specialEdition2-item__image {
    width: 100%;
}
.specialEdition2-item__imgBase {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.specialEdition2-item__imgBase::before {
    display: block;
    content: '';
    /* padding-top: 70%; */
    padding-top: 100%;
}
.specialEdition2-item__imgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 5px 0;
}
.specialEdition2-item__imgTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.specialEdition2-item__imgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.specialEdition2-item__textBase {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.specialEdition2-item__text {
    width: 100%;
    height: 14px;
    line-height: 1.4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.specialEdition2-item__textBase span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.specialEdition3 {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #efefef;
}
.specialEdition3__list {
    width: 100%;
}
.specialEdition3-item {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
.specialEdition3-item__heading {
    font-size: 13px;
    color: #666;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    padding: 15px 5px 0 10px;
    position: absolute;
    margin-left: 20px;
}
ul[class*=specialEdition3-item__list] {
    white-space: nowrap;
    font-size: 0;
}
li[class*=specialEdition3-item__item] {
    display: inline-block;
    width: 100px;
    padding: 35px 0 10px;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}
li[class*=specialEdition3-item__item]:first-child {
    margin-left: 20px;
    padding-left: 5px;
}
li[class*=specialEdition3-item__item]:last-child {
    margin-right: 20px;
}
.specialEdition3-item__image {
    width: 100%;
}
.specialEdition3-item__imgBase {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.specialEdition3-item__imgBase::before {
    display: block;
    content: '';
    padding-top: 70%;
}
.specialEdition3-item__imgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 5px 0;
}
.specialEdition3-item__imgTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.specialEdition3-item__imgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.specialEdition3-item__textBase {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.specialEdition3-item__text {
    width: 100%;
    height: 14px;
    line-height: 1.4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.specialEdition3-item__textBase span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.morecircle__Base {
    position: relative;
    margin: 0 auto 5px;
    display: block;
    content: '';
    padding-top: 80%;
    text-align: center;
}
.morecircle__Block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 6rem;
}
.morecircleLink {
    color: #000;
    font-size: 12px;
}
.morecircle {
    display: block;
    text-decoration: none;
    color: #e7e8ec;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 9px;
    border-radius: 50%;
    background: #f6f7fc;
    border: 1px solid #e7e8ec;
    margin: 10px auto;
    overflow: hidden;
}
.specialEdition1-item__link .morecircle,
.specialEdition2-item__link .morecircle,
.specialEdition3-item__link .morecircle {
    margin: 0 auto;
}
.morecircleText {
    height: 14px;
    line-height: 1.4;
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
}
.cover2 {
    width: 100%;
}
.cover2__link {
    display: block;
    overflow: hidden;
}
.cover2__image {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.cover2__txt {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.cover2__subtxt {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    color: #aaa;
}
.seniorVoice {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.specialEdition {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #efefef;
}
.specialEdition__list {
    width: 100%;
}
.specialEdition-item {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
li[class*=sp_item_block] {
    display: inline-block;
    width: 130px;
    padding: initial;
    border-bottom: initial;
    background-color: initial;
    margin: 0 10px;
}
.img_promotion::before {
    display: block;
    content: '';
    /* padding-top: 70%; */
    padding-top: 100%;
}
.sp_promotion_back_color {
    background: white;
}
.img_promotion .specialEdition1-item__imgBox.sp_imgBox_promotion {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 0px 0 0;
    /* margin: 0 4px 0 0; */
}
.sp_promotion_image {
    width: 130px;
    height: 130px;
}

.seniorVoice__slide {
    margin: 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.seniorVoice__slide .slick-list {
    padding: 0 34% 0 0;
}
.seniorVoice__slideItem {
    width: 250px;
    display: inline-block;
    border: 1px solid #aaa;
    margin-left: 10px;
}
.seniorVoice__slideItem:last-child {
    margin-right: 10px;
}
.seniorVoice__slideHeading {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seniorVoice__slideImgBase {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.seniorVoice__slideImgBase:before {
    display: block;
    content: '';
    padding-top: 72%;
}
.seniorVoice__slideImgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.seniorVoice__slideImgTable {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.seniorVoice__slideImgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.seniorVoice__slideImage {
    width: 100%;
}
.seniorVoice__slideTxtBase {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.seniorVoice__slideTxtBase:before {
    display: block;
    content: '';
    padding-top: 23%;
}
.seniorVoice__slideTxtBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.seniorVoice__slideText {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    white-space: normal;
    line-height: 1.4;
    padding: 10px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
.seniorVoice__slideMore {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    color: #666;
    background: #efefef;
    line-height: 1.4;
}
.seniorVoice__slideItem__morecircle {
    width: 125px;
    border: none;
    position: relative;
    top: -80px;
}
.seniorVoice__morecircle__Base {
    text-align: center;
}
.seniorVoice__morecircleLink {
    color: #000;
    font-size: 12px;
}
.seniorVoice__morecircle {
    display: block;
    text-decoration: none;
    color: #e7e8ec;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 9px;
    border-radius: 50%;
    background: #f6f7fc;
    border: 1px solid #e7e8ec;
    margin: 10px auto;
    overflow: hidden;
}
.seniorVoiceList__all {
    float: right;
    margin-right: 10px;
    line-height: 25px;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
}
.seniorVoiceList {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #ccc;
}
.seniorVoiceList__item {
    width: 100%;
    clear: both;
}
.seniorVoiceList__link {
    display: flex;
    padding: 5px 10px;
    align-items: center;
}
.seniorVoiceList__imgBox {
    position: relative;
    width: 30%;
    overflow: hidden;
}
.seniorVoiceList__imgBox:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.seniorVoiceList__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.seniorVoiceList__text {
    width: 70%;
    font-size: 13px;
    line-height: 1.8;
    width: 70%;
    color: #666;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rankingParts {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.ranking {
    width: 100%;
    overflow: hidden;
    background: #efefef;
}
.rankingContents {
    width: 100%;
    background: #efefef;
    overflow: hidden;
}
.rankingTab {
    background: #fff;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.rankingTab__item {
    width: 50%;
}
.rankingTab__link {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    color: #666;
    line-height: 1.4;
}
.rankingTab__item--active {
    border-bottom: 3px solid #e72b4d;
}
.rankingTab__item--active > .rankingTab__link {
    color: #e72b4d;
    cursor: default;
}
.shopRanking__list,
.blogRanking__list {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.shopRanking__list .slick-initialized,
.blogRanking__list .slick-initialized {
    display:block;
}
.shopRanking__list .slick-list,
.blogRanking__list .slick-list {
    padding:0 41% 0 0;
}
/* ↓ 2024/07/11 ガイドトップフッター上部にお仕事情報追加 */
.guide-job-info-contents {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    box-sizing: border-box;
}
.job-info-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #e72b4d;
    padding: 8px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}
.vertical-bar {
    width: 4px;
    height: 20px;
    background-color: #e72b4d;
    margin-right: 6px;
    margin-bottom: 2px;
}
.salary-contents + .cast-contents,
.guest-contents + .cast-contents {
    margin-top: 10px;
}
.job-info-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #f8a3b3;
    padding: 8px;
}
.job-info-detail-title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}
.job-info-section {
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 10px;
}
.salary-avg-box, .guest-avg-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.salary-avg-box .salary-avg, .guest-avg-box .guest-avg {
    border: 2px solid #f8a3b3;
    padding: 5px 10px;
    min-width: 160px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
}
.salary-avg span, .guest-avg span {
    font-weight: bold;
    color: #FF6384;
    font-size: 20px;
}
.guest-avg-text {
    font-size: 13px;
    line-height: 1.5;
}
.area-info-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.area-info-item {
    display: flex;
    gap: 2px;
    justify-content: center;
    font-size: 16px;
}
.area-info-item + .area-info-item {
    margin-top: 2px;
}
.area-name {
    background-color: #ff7cad;
    color: #fff;
    width: calc(50% - 2px);
    text-align: center;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-info-item.hidden {
    display: none;
}
.value {
    background-color: #efefef;
    font-size: 14px;
    width: calc(50% - 2px);
    text-align: center;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amount {
    font-size: 16px;
    color: #ff6384;
    font-weight: bold;
    margin-right: 5px;
}
.more-btn {
    text-align: center;
    margin: 8px auto 0;
    padding: 8px 16px;
    border: 1px solid #666;
    border-radius: 5px;
    width: 70%;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
/* ↑ 2024/07/11 ガイドトップフッター上部にお仕事情報追加 */
/* ↓ 2024/07/08 ガイドトップ上部に注目エリア表示 */
.feature-area-contents {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    box-sizing: border-box;
}
.feature-area-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #f8a3b3;
    padding: 8px;
}
.feature-area-wrap {
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
}
.feature-area-item+.feature-area-item {
    margin-top: 20px;
}
.feature-area-name {
    font-size: 14px;
    font-weight: bold;
    color: #e72b4d;
}
.feature-area-name span {
    font-size: 13px;
    color: #666;
}
.feature-area-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
}
/* ↑ 2024/07/08 ガイドトップ上部に注目エリア表示 */
.shopRankingItem,
.blogRankingItem {
    width: 220px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    padding: 10px 10px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
}
.shopRankingItem:last-child,
.blogRankingItem:last-child {
    margin-right: 15px;
}
.shopRankingItem__heading,
.blogRankingItem__heading {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shopRankingItem__list,
.blogRankingItem__list {
    width: 100%;
}
.shopRankingItem__item,
.blogRankingItem__item {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 5px;
}
.shopRankingItem__item.no_data a,
.blogRankingItem__item.no_data a {
    cursor:default;
}
.shopRankingItem__link,
.blogRankingItem__link {
    display: flex;
    align-items: center;
}
.shopRankingItem__ImgBase,
.blogRankingItem__ImgBase {
    width: 40%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.shopRankingItem__ImgBase::before,
.blogRankingItem__ImgBase::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.shopRankingItem__ImgBox,
.blogRankingItem__ImgBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.shopRankingItem__ImgTable,
.blogRankingItem__ImgTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.shopRankingItem__ImgCell,
.blogRankingItem__ImgCell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.shopRankingItem__ImgCell img,
.blogRankingItem__ImgCell img {
    width: 100%;
    height: auto;
}
.shopRankingItem__textBase,
.blogRankingItem__textBase {
    width: 45%;
    line-height: 1.4;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-left: 10px;
}
.shopRankingItem__text,
.blogRankingItem__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shopRankingItem__more,
.blogRankingItem__more {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    color: #666;
    background: #efefef;
    margin: 10px 0;
    line-height: 1.4;
}
.ranking__number {
    width: 5%;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
    font-size: 13px;
}
.ranking__number--top {
    color: #c4b45c;
}
.ranking__number--second {
    color: #8b8a9d;
}
.ranking__number--third {
    color: #b07d4e;
}

.areaSearch {
    width: 100%;
    overflow: hidden;
}
.areaSearch__list {
    width: 100%;
    font-size: 0;
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background: #efefef;
}
.areaSearchItem {
    width: 220px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    padding: 10px 10px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
}
.areaSearchItem:last-child {
    margin-right: 15px;
}
.areaSearchItem__heading {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    color: #666;
    margin-left: 5px;
}
.areaSearchItem__list {
    width: 100%;
}
.areaSearchItem__item {
    width: 100%;
}
.areaSearchItem__link {
    display: flex;
    padding: 5px 0;
    align-items: center;
}
.areaSearchItem__image {
    width: 30%;
}
.areaSearchItem__txt {
    width: 70%;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    margin-left: 10px;
}
.areaSearchItem__more {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px 0;
    text-align: center;
    color: #666;
    background: #efefef;
    line-height: 1.4;
}
.cover4 {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
.cover4__link {
    display: block;
    overflow: hidden;
}
.cover4__image {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.cover4__txt {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.cover4__subtxt {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    color: #aaa;
}
/* ↓ 2024/09/20 SC ガイドトップ新着求人コンテンツ */
/* ガイドトップ新着求人コンテンツ */
#newArrivalBlock {
    background-color: #fff;
}
.newArrivalBlock_h2 {
    padding: 8px 0;
    color: #e72b4d;
    font-size: 16px;
    font-weight: bold;
    border-top: 15px solid #ededed;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.newArrivalBlock_h2_line {
    width: 4px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: #e72b4d;
    margin: 0 5px 0 10px;
    border-radius: 3px;
}
.newJobNews__all {
    float: right;
    margin-right: 10px;
    line-height: 25px;
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
}
.newJobNewsList {
    padding: 5px;
    background-color: #efefef;
}
.newJobNewsListInner {
    margin: 0 0 10px;
}
.newJobNewsListInner>a {
    display: block;
    overflow: hidden;
}
.newJobNewsListContents {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    justify-content: flex-start;
    align-items: center;
}
.gizagiza , .gizagiza:after , .gizagiza:before , .newJobIcon {
  content:"";
  width: 40px;
  height: 40px;
  background-color: #e42d4d;
  position:absolute;
  top:0px;
}
.newJobNewsListIcon , .gizagiza , .gizagiza:after , .gizagiza:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
.newJobNewsListIcon {
  position:relative;
  width: 40px;
  height: 40px;
  background-color: #e42d4d;
  margin: 5px;
  flex: none;
}
.newJobIcon {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 100px;
  color: #fff;
  transform: rotate(-45deg);
}
.newJobIconText {
    transform: rotate(-20deg) translate(-2px, -32px);
    position: absolute;
    font-size: 12px;
}
.newJobNewsListText {
    margin: 0px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10px;
    color: #666666;
    position: relative;
}
.newJobNewsShopName {
    font-weight: bold;
    font-size: 12px;
}
/* ↑ 2024/09/20 SC ガイドトップ新着求人コンテンツ */
/* レイアウト崩れ */
@media screen and (max-width: 320px) {
    .searchJob__btn {
        border-radius: 12px;
    }
    .searchJob__catLink {
        padding: 5px;
        font-size: 9px;
    } 
    .topicContents__link {
        font-size: 10px;
    }
    .topicContents__arrow {
        width: 7%;
    }
    .favoriteSummary__text {
        font-size: 9px;
    } 
    .interviewEditor__text {
        font-size: 11px;
    }
    .tenchoBlog__text {
        font-size: 9px;
    }
}
/* SEO用リンク */
.guidetop_arealink {
    padding: 5px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.guidetop_arealink_title {
    margin-right: 0px;
    border: none;
    color: #666;
    padding: 5px 0 5px 8px;
    font-size: 11px;
    font-weight: bold;
    display: block;
}
.guidetop_arealink_url {
    padding: 5px 6px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}

.areaNavi__container {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
}

.areaNavi__bound {
    display: none;
}

.areaNavi__bound span {
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    color: #F79646;
    text-align: center;
    margin-top: 10px;
    width: 30px;
}

.areaNavi__text { 
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    color: #666;
    text-align: center;
    font-weight: bold;
}

.areaNavi__bound span:nth-child(1) {
    left: -4.2em;
    animation: bound-anim 0.8s 0.0s infinite;
}

.areaNavi__bound span:nth-child(2) {
    left: -2.8em;
    animation: bound-anim 0.8s 0.1s infinite;
}

.areaNavi__bound span:nth-child(3) {
    left: -1.4em;
    animation: bound-anim 0.8s 0.2s infinite;
}

@keyframes bound-anim {
    0%,
    100% {
        top: 0;
        transform: scale(1);
    }
    30% {
        top: -25%;
    }
    50% {
        transform: scale(1);
    }
    90% {
        top: 0;
        transform: scale(1.2, 0.8);
    }
}

.dedekasegiLink__link, .dedekasegiLink__noLink {
    font-size: 13px;
    padding: 17px 10px;
    color: #666;
    font-weight: bold;
    display: block;
    line-height: 1.2;
}

.dedekasegiLink__noLink {
    color: #aaa !important;
}

.dedekasegiLink__item {
    width: 100%;
    border-bottom: 1px solid #aaa;
    position: relative;
}

.dedekasegiLink__img {
    width: 4%;
    max-width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.dedekasegiLink__title {
    background-color: #e72b4d;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 18px;
    padding: 10px 20%;
}

.dedekasegiLink__image {
    max-width: none;
    width: 100%;
}

.announce_wrapper {
    padding: 10px 10px;
    background-color: #fff;
}
.announce_top {
    height: 20px;
    text-align: center;
    border: 1px solid #CCC;
    background-color: #ffffe4;
}
.announce_text1 {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #F44336;
}
