@charset "UTF-8";
/**
 *
 * interviewtop: 来店取材・レポート　最新スケジュール
 *
*/
#InterviewSchedule {
    max-width:846px;
}

#InterviewSchedule * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#InterviewSchedule .title_wrap {
    font-weight: 900;
    align-items: flex-end;
    display: flex;
    gap: 1em;
    color: #595959;
}

#InterviewSchedule .title_wrap h1 {
    font-size: 16px;
    margin: 0;
}

#InterviewSchedule .title_wrap span {
    font-size: 12px;
}

#InterviewSchedule .date_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#InterviewSchedule .date_list .date_item {
    padding-top: 20px;
    margin: 0;
}

#InterviewSchedule .date_list .date_item:first-child {
    padding-top: 10px;
}

#InterviewSchedule .date_list .date_item .date_title {
    margin: 0 auto 10px;
    padding: 0.5em 0.75em;
    background: #767171;
    color: #fff;
    font-size: 16px;
    float: none;
}

#InterviewSchedule .date_list .date_item .date_title span {
    font-size: 12px;
}

#InterviewSchedule .date_list .date_item .schedule_list {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#InterviewSchedule .date_list .date_item .set_link {
    cursor: pointer;
}

#InterviewSchedule .date_list .date_item .schedule_list .schedule_item {
    margin: 0;
    border: solid 1px #BFBFBF;
    padding: 10px;
}

#InterviewSchedule .date_list .date_item .schedule_list .schedule_item .schedule_item_inner {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #595959;
}

#InterviewSchedule .date_list .date_item .schedule_list .schedule_item .schedule_item_inner .image_wrap {
    aspect-ratio: 1/1;
    height: 100px;
    vertical-align: middle;
    margin: 0;
}

#InterviewSchedule .date_list .date_item .schedule_list .schedule_item .schedule_item_inner .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border: solid 1px #000;
    object-fit: contain;
}

#InterviewSchedule .date_list .date_item .schedule_list .schedule_item .schedule_item_inner .info_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#InterviewSchedule .date_list .date_item .schedule_list .schedule_item .schedule_item_inner .info_wrap .info_title {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 0;
}

#InterviewSchedule .date_list .date_item .schedule_list .schedule_item .schedule_item_inner .info_wrap .info_title span {
    font-size: 11px;
    margin-bottom: 0.5em;
}
        
#InterviewSchedule .date_list .date_item .schedule_list .schedule_item .schedule_item_inner .info_wrap p {
    margin: 0;
    padding: 1em;
    font-size: 11px;
    color: #7F7F7F;
    background: #E7E6E6;
}

@media (max-width: 737px) {
    #InterviewSchedule .title_wrap {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #InterviewSchedule .date_list .date_item .date_title {
        padding: 1.5em 0.75em;
    }
    #InterviewSchedule .date_list .date_item .schedule_list {
        grid-template-columns: 1fr;
    }
}

#Interviewtop.sp .wysiwyg-contents {
    margin: 10px 10px 20px 10px;
    line-height: 1.35;
    overflow: hidden;
    word-break: break-all;
}

#Interviewtop.sp #BannerGroupSp {
    width: 300px;
    height: 50px;
    margin: auto;
}

body.body-pc.low div#wrapper {
    background-color: #EFEFEF;
    min-width: 1200px;
}
    
body.body-pc.low #breadcrumbs {
    width: 100%;
}

body.body-pc.low #breadcrumbs .topic-path {
    width: 1140px;
}

#Interviewtop.pc  {
    margin: 12px auto 40px auto;
    width: 1160px;
    min-height: 600px;
    font-size: 14px;
    line-height: 1.5;
    /*letter-spacing: 1px;*/
    color: #606060;
    overflow: hidden;
}

#Interviewtop.pc #Main.section_interviewtop {
    float: left;
    width: 846px;
}

#Interviewtop.pc #InterviewSchedule {
    z-index: 1;
    padding: 10px 12px 15px 12px;
    border-top: 1px solid #333333;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    font-size: 1.4rem;
}

#Interviewtop #RightSide {
    float: right;
    width: 300px;
}

#Interviewtop #RightSide ul {
    list-style: none;
}

#Interviewtop #RightSide li{
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
