@charset "utf-8";

/* boxContents
 * ----------------------------------------------- */
.boxContents {
    width: 100%;
    margin-bottom: 16px;
}
.boxContents .interviewHeading {
    position: relative;
    max-width: 898px;
    padding: 13px 12px 11px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}
.boxContents .interviewHeading::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 42px;
    background: linear-gradient(to bottom,#e65c05 0,#f57b2e 100%);
    border-radius: 5px;
    box-sizing: border-box;
}
.boxContents .interviewHeading span:first-of-type {
    display: block;
    font-size: 13px;
}
.boxContents .interviewHeading .type {
    padding: 1px 7px;
    color: #fff;
    font-size: 13px;
    vertical-align: text-top;
    line-height: 1.5;
}
.boxContents .interviewHeading .type.indoor {
    background-color: #ed6103;
    border: 1px solid #c95303;
}
.boxContents .interviewHeading .type.outdoor {
    background-color: #397db2;
    border: 1px solid #2c70a4;
}
.boxContents .interviewHeading .type.indoorFull,
.boxContents .interviewHeading .type.outdoorFull {
    background-color: #8f8f8f;
    border: 1px solid #6c6c6c;
}
.boxContents .interviewHeading .name {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
}
.boxContents .interviewHeading .name a {
    width: 100%;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}
.boxContents .photo {
    float: left;
    width: 320px;
}
.boxContents .photo .view {
    display: block;
    width: 320px;
    height: 240px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.boxContents .photo .view span {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
.boxContents .photo .view a > img {
    display: inline-block;
    max-width: 320px;
    max-height: 240px;
    vertical-align: middle;
}
.boxContents .photo .thumb {
    margin-bottom: 5px;
}
.boxContents .photo .thumb ul {
    text-align: center;
}
.boxContents .photo .thumb li {
    display: inline-block;
    width: 60px;
    height: 44px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
    overflow: hidden;
}
.boxContents .photo .thumb li span {
    display: table-cell;
    width: 58px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
}
.boxContents .photo .thumb li img {
    width: auto;
    max-height: 44px;
    vertical-align: middle;
}
.boxContents .information {
    min-height: 295px;
    margin-left: 336px;
    font-size: 15px;
    line-height: 1.6;
}
/* boxContents
 * ----------------------------------------------- */
.boxContents .information .strongPoint {
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #f1cdb5;
    border-radius: 4px;
}
.boxContents .information .strongPoint li {
    position: relative;
    padding-left: 80px;
    font-weight: bold;
}
.boxContents .information .strongPoint li:not(:first-child) {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dotted #c6c8c8;
}
.boxContents .information .strongPoint .icon-strongPoint {
    position: absolute;
    left: 0;
    padding: 4px 7px;
    background: #ed6103;
    border-radius: 2px;
    font-size: 11px;
    color: #fff;
}
.boxContents .information .strongPoint .icon-strongPoint::after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #ed6103;
    position: absolute;
    right: -10px;
    top: 6px;
}
.boxContents .information .strongPoint .txt {
    line-height: 1.4;
}
.boxContents .information .topics {
    margin-bottom: 15px;
}
.boxContents .information .topics li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: #ed6103;
    border-radius: 10px;
}

