@charset "euc-jp";

/* monitor_parts

モニターページで使用するパーツCSS
------------------------------------------------ */

/* 共通
------------------------------------------------ */
#contents {
  clear: both;
  padding: 10px 0 15px;
}

/* 見出し */
.monitor h1,
.monitor h2 {
    clear: both;
    padding: 5px;
    background: #f0666c;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #fff;
}
.monitor .new_monitor h2 {
    margin-top: 15px;
}
/* NEWアイコン */
.monitor_list li a .new,
.tentame_list li a .new {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    border: #fff 2px solid;
    border-radius: 15px;
    background: #e54a5c;
    padding: 1px 10px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    animation:newAnimate 1.2s ease-in-out infinite alternate;
}
.monitor_list li a .new {
    top: -5px;
    left: 5px;
}
@keyframes newAnimate {
    0% {opacity:0;}
    100% {opacity:1;}
}

/* リスト 案件なし */
.monitor_none {
    width:100%;
    clear: both;
    box-sizing: border-box;
    padding: 15px 10px;
}
.monitor_none .inner {
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 1px 3px #cec4b9;
}
.monitor_none .lead {
    line-height: 1.7em;
    font-weight: bold;
    font-size: 1.3rem;
}
.monitor_none .txt_center { text-align: center;}

/* 注意事項 */
.monitor .notice {
    margin-bottom: 15px;
    background: #fff;
}
.monitor .notice h4 {
    clear: both;
    padding: 5px;
    background: #9b9b9b;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #fff;
}
.monitor .notice ul {
    box-sizing: border-box;
    padding: 10px;
}
.monitor .notice li {
    margin-bottom: 5px;
    padding-left:1em;
    text-indent: -1em;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-size: 1.1rem;
    color: #534741;
}
.monitor .notice li.caution {
    background: #f23d52;
    border-radius: 3px;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
}
.monitor .notice li.caution a {
    display: block;
    color: #fff;
    text-decoration: underline;
    font-size: 1.3rem;
}

/* モニター
------------------------------------------------ */

/* ローテーション */
.rotation { margin-bottom: 20px;}

/* モニターナビゲーション */
.nav_monitor {
    background-color:#47c2C9;
    padding: 10px;
    margin: 10px 0 20px;
}
.nav_monitor ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.nav_monitor ul li {
    width:50%;
    box-sizing: border-box;
}
.nav_monitor ul li:nth-child(-n+2) { padding-bottom: 8px;}
.nav_monitor ul li:nth-child(odd) { padding-right: 8px;}
.nav_monitor ul li a {
    display:block;
    position: relative;
    background:#fff;
    background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,  #fff 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
    padding: 15px 0;
    border-radius: 8px;
    box-shadow: 0px 0 3px rgba(0,0,0,0.15);
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    color: #534741;
    line-height:1.2;
}
.nav_monitor ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: #534741;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_monitor ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 13px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_monitor ul li a.on {
    background: #0d8b92;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
    color:#fff;
}
.nav_monitor ul li a.on:before,
.nav_monitor ul li a.on:after { content: none;}

/* 案件リスト */
.monitor_list { margin-bottom: 20px;}
.monitor_list ul {
    width: 100%;
    clear: both;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px 5px 0;
}
.monitor_list li {
    width: 50%;
    box-sizing:border-box;
    padding: 0 5px 10px;
    font-size: 1.2rem;
}
.monitor_list li a {
    height: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 3px #cec4b9;
    text-decoration: none;
    text-align: center;
}
.monitor_list li a h3 {
    margin: 10px 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: normal;
    color: #534741;
}
.monitor_list li a img {
    width: 120px;
    border: #ccc 1px solid;
    box-sizing: border-box;
}
.monitor_list .icon_point {
    background-position: 0 0;
    text-align: left;
}
.monitor_list .btn  {
    width: 100%;
    padding-bottom: 5px;
}

/* ページ下部 リスト 1列 */
.monitor_page_list {
    overflow: hidden;
    margin: 0 0 25px;
    background: #fff;
}
.monitor_page_list li { border-bottom: 1px solid #ccc;}
.monitor_page_list li:last-child { border-bottom: none;}
.monitor_page_list li a {
    padding: 10px 5px 10px 10px;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    text-align: left;
    text-decoration: none;
    color: #534741;
}
.monitor_page_list li a:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: #534741;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.monitor_page_list li a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 13px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* テンタメ
------------------------------------------------ */
/* ナビゲーション 3列 */
.nav_monitor_side {
    background-color: #47c2c9;
    padding:10px;
    margin: 10px 0 15px;
}
.nav_monitor_side ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.nav_monitor_side ul li {
    width: calc(100%/3);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 8px;
}
.nav_monitor_side ul li:last-child { padding-right: 0;}
.nav_monitor_side ul li a {
    width: 100%;
    background-color:#ffffff;
    padding: 45px 0 8px;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0px 0 3px rgba(0,0,0,0.15);
    background-position:center 0;
    text-align: center;
    font-size: 1.3rem;
    text-decoration: none;
    color: #534741;
    line-height:1.2;
}
.nav_monitor_side ul li:nth-child(1) a {
    background-image: url("../../img/monitor/ico_tentame_navi01.png");
    background-position: top 5px center;
    background-size: 35px;
}
.nav_monitor_side ul li:nth-child(2) a {
    background-image: url("../../img/monitor/ico_tentame_navi02.png");
    background-position: top 5px center;
    background-size: 50px 35px;
}
.nav_monitor_side ul li:nth-child(3) a {
    background-image: url("../../img/monitor/ico_tentame_navi03.png");
    background-position: top 5px center;
    background-size: 35px;
}

/* テンタメ利用状況 */
.tentame_mypage {
    box-sizing: border-box;
    margin: 0 10px 10px;
}
.btn_tentame_mypage,
.btn_tentame_return {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 10px;
}
.btn_tentame_mypage a {
    display: block;
    box-sizing: border-box;
    border-radius: 6px;
    background: #ffa200;
    background: -moz-linear-gradient(top,  #ffc016 0%, #ffa200 80%, #ffc016 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc016), color-stop(80%,#ffa200), color-stop(100%,#ffa200));
    background: -webkit-linear-gradient(top,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    background: linear-gradient(to bottom,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    box-shadow: 0px 1px 3px #cec4b9;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.7rem;
    color: #fff;
}
.btn_tentame_return a {
    display: block;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 1px 3px #cec4b9;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
}
.btn_tentame_return a:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    left: 10px;
    background: #534741;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_tentame_return a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    left: 13px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 案件リスト */
.tentame_list { margin-bottom: 20px;}
.tentame_list li {
    background: #fff;
    border-bottom: #ccc 1px solid;
}
.tentame_list li:last-child { border-bottom: none;}
.tentame_list li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px 5px;
    text-decoration: none;
    color: #534741;
}
.tentame_list li a .tentame_list_inner {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.tentame_list li a .thumnail,
.tentame_list li a .detail {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}
.tentame_list li a .thumnail {
    width: 120px;
}
.tentame_list li a .thumnail img {
    width: 120px;
    vertical-align: bottom;
}
.tentame_list li a .detail {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
}
.tentame_list li a .detail .status {
    width: 70px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 0;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
}
.tentame_list li a .detail .status.no_apply {
    border: 1px solid #e54a5c;
    background: #fff;
    color: #e54a5c;
}
.tentame_list li a .detail .status.unanswered { background: #e54a5c;}
.tentame_list li a .detail .status.answered { background: #534741;}
.tentame_list li a .detail .status.end_apply { background: #a8a8a8;}
.tentame_list li a .detail .product_name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.5rem;
}
.tentame_list li a .detail .icon_point {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.tentame_list li a .detail .date {
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.tentame_list li a .detail .date span { color: #e54a5c;}
.tentame_list li a .q_id {
    text-align: right;
    font-size: 1.0rem;
    color: #9c9c9c;
}