@charset "utf-8";
/* CSS Document */

/* ===================================
お客様の声(一覧) PC
=================================== */

/*** サイトごとのスタイル ***/
h2 {
	margin-bottom: 30px;
}
.inlineSp {
    display: none;
}
/* 枠 + アイコンのカラー変更 */
.borderColor,
.borderColor:before,
.borderColor:after {
    border-color: #5BC1D8;
}
/* アイコンのカラー変更 */
.borderIconColor:before,
.borderIconColor:after {
    border-color: #5BC1D8;
}
/* 背景色 + テキスト(白)のカラー変更 */
#main .bgColorAndText,
#main .bgColorAndText a {
    background-color: #5BC1D8;
    color: #FFF;
}

/*** メニュー周り特殊対応 ***/
.noBottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.order {
    margin-bottom: 10px;
}
.order a {
    text-decoration: underline;
    color: #3F7992;
}
.orderLeft {
    display: inline-block;
    float: left;
}
.orderLeft .count {
    font-size: 16px;
}
.orderRight {
    padding-left: 30px;
    background: url(https://base.formatline.com/common/img/ico_order_01.png) left 8px center no-repeat;
    background-size: 12px;
    display: inline-block;
    float: right;
}
.orderRight .selected {
    text-decoration: none;
    pointer-events: none;
    color: #333;
}

/*** .listBox 一覧の外枠 ***/
.listBox {
    margin-bottom: 40px;
    padding: 35px 30px;
    border: 1px solid #E2E2E2; 
    border-radius: 3px;
    box-sizing: border-box;
    background: #FFF;
    word-break: break-all;
}
.listBox li {
    margin-bottom: 35px;
    padding-bottom: 35px;
    word-break: break-all;
    border-bottom: 1px solid #E2E2E2; 
    cursor: pointer;
}
.listBox li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.listBox li:hover {
    opacity: 0.7;
}
.listBox li a:hover {
    opacity: 1.0;
}

/*** .info01 各アイコン・カテゴリ類 ***/
.info01 {
    font-size: 15px;
    line-height: 1;
}
.info01 .new,
.info01 .howIcon,
.info01 .closedIcon {
    margin-right: 5px;
}
.info01 .closedIcon {
    height: 20px;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 700;
    color: #D83A3A;
    text-align: center;
    border: 1px solid #D83A3A;
    vertical-align: top;
}
.info01 .new {
    vertical-align: text-top;
}
.info01 .howIcon {
    height: 20px;
    margin-right: 0;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    background: #D83939;
    display: inline-block;
    vertical-align: text-top;
}
.info01 .categoryBox {
    display: inline-block;
}
.info01 .category {
    margin-right: 15px;
    font-weight: 700;
    vertical-align: middle;
}
.info01 .category:last-child {
    margin-right: 0;
}
.info01 span:nth-last-child(2) {
    margin-right: 10px;
}
.info01 .category.cateFirst:not(:first-child) {
    margin-left: 10px;
}

/*** .title タイトル ***/
.title {
    margin: 8px 0 22px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.title a {
    color: #3F7992;
}
.listBox li:hover .title a {
    color: #DA3834;
}

/*** .info02 各種情報 ***/
.info02 {
    float: left;
}
.info02 > .clearfix {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info02 > .clearfix:last-of-type {
    margin-bottom: 0;
}
.info02 dt {
    width: 100px;
    margin-right: 14px;
    padding: 3px 0;
    font-size: 14px;
    text-align: center;
    float: left;
    background: #F5F5F5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info02 dd {
    width: 470px;
    padding: 3px 0;
    font-size: 15px;
    float: left;
}
.noMainPhoto .info02 dd {
    width: 824px;
}
.info02 .address a:hover {
    color: #DA3834;
}
.info02 .place dd {
    font-weight: 700;
}
.info02 .bold {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}
.info02 .underline {
    text-decoration: underline;
}
.info02 .closedMsg {
    color: #D83939;
}

/*** .description セミナー説明 ***/
.description {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
    float: left;
}
.description .detailLink {
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}

/*** .photoBox 画像枠 ***/
.photoBox {
    float: right;
}
.photoBox img {
    width: 330px;
    height: 220px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/*** 記事がない場合 ***/
.notFonund {
    padding: 113px 0;
    border: 1px solid #E2E2E2;
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
}

