@charset "euc-jp";

/* tentame

テンタメページのみで使用するスタイル

------------------------------------------------ */

/* common 共通
------------------------------------------------ */
a {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}

/* 見出し */
.monitor h2 {
    background: #fff;
    border: none;
    border-bottom: #2879c4 2px solid;
    color: #3b3b3b;
    clear: both;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    height: auto;
    padding: 7px 0 12px 0;
}

/*  product_not 商品無し表示 */
.tentame .product_not {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 auto 60px;
    padding: 45px 20px 35px;
    text-align: center;
    width: 900px;
}
.tentame .product_not p {
    margin-bottom: 20px;
}
.tentame .mainvisual {
    border: none;
    margin: 0 auto 30px;
    padding: 0;
    width: 950px;
}

/* item_list 商品一覧
------------------------------------------------ */
.tentame_list {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}

/* btn_area ボタンリスト */
.tentame_list .btn_area {
    position: absolute;
    top: 0;
    right: -5px;
}
.tentame_list .btn_area ul {
    overflow: hidden;
}
.tentame_list .btn_area li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.tentame_list .btn_area li:nth-child(1) {
    border: none;
    font-size: 14px;
}
.tentame_list .btn_area li a {
    border: 1px solid #e0e2e4;
    border-radius: 2px;
    color: #404040;
    display: block;
    font-size: 11px;
    padding: 5px 20px 3px 10px;
    position: relative;
    text-decoration: none;
}
.tentame_list .btn_area a:before,
.tentame_list .btn_area a:after {
    background: #818181;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 5px;
}
.tentame_list .btn_area a:before {
    margin-top: -4px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.tentame_list .btn_area a:after {
    margin-top: 1px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
.tentame_list .btn_area li a:hover {
    background: #f4f4f4;
    color: #197fde;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}

/* note 利用状況導線 */
.note {
    background: #e8f4fe;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 15px;
    width: 1000px;
}
.note .inner {
    color: #3d3d3d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #adc7de;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 20px;
    width: 970px;
}
.note .inner .txt {
    float: left;
    line-height: 1.8;
    padding-top: 5px;
}
.note .inner .btn {
    display: inline-block;
    float: right;
}
.note .inner .btn a {
    border: #2882d6 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    color: #2882d6;
    clear: both;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    width: 265px;
    padding: 17px 0 15px;
    text-align: center;
    text-decoration: none;
}
.note .inner .btn a:hover {
    background-color: #c6def5;
    border: #5a9fdf 1px solid;
}
.note .inner .btn a span {
    position: relative;
}
.note .inner .btn a span:before,
.note .inner .btn a span:after {
    background: #2882d6;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: -20px;
}
.note .inner .btn a span:before {
    margin-top: -6px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.note .inner .btn a span:after {
    margin-top: 3px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}

/* card_layout カード型レイアウト - 1段4枚 */
.tentame .tentame_list .box4 {
    clear: both;
    margin-bottom: 50px;
}
.tentame .box4 li {
    float: left;
    margin: 0 19px 25px 0;
    position: relative;
    text-align: center;
}
.tentame .box4 li:nth-child(4n) {
    margin: 0 0 25px 0;
}
.tentame .box4 li a {
    color: #3d3d3d;
    background: #f5f5f5;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    width: 235px;
    position: relative;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.tentame .box4 li a:hover {
    background: #fef5d1;
}
.tentame .tentame_list li .status {
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin-bottom: 10px;
    padding: 3px 2px 2px;
    text-align: center;
    width: 64px;
}
.tentame .tentame_list li .status.no_apply {
    background: #fff;
    border: 2px solid #3693ec;
    color: #3693ec;
    padding: 1px 2px 0;
}
.tentame .tentame_list li .status.unanswered {
    background: #f05451;
}
.tentame .tentame_list li .status.answered {
    background: #3693ec;
}
.tentame .tentame_list li .status.end_apply {
    background: #a8a8a8;
}
.tentame .tentame_list li .date {
  float: right;
  padding-top: 2px;
}
.tentame .tentame_list li .date span {
  color: #f23d52;
}
.tentame .box4 li .thumnail {
    background: #fff;
    box-sizing: border-box;
    clear: both;
    margin: 0 auto 12px;
    padding: 10px;
    height: 200px;
    width: 200px;
}
.tentame .box4 li .thumnail img {
    width: 100%;
}
.tentame .box4 li .product_name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tentame .box4 .point {
    background-position: 0;
    background-size: 18px;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
    padding-left: 22px;
}
.tentame .box4 .price,.tentame .box4 .number {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tentame .box4 .q_id {
    color: #aaa;
    border-top: 1px solid #cecece;
    font-size: 13px;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* note 注意事項 */
.detail_action,.detail_action_note {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.detail_action_note {
    margin: 0 auto 40px;
    width: 1000px;
}
.tab_list,.tab_list_note{
    overflow:hidden;
}
.tab_list li,.tab_list_note li{
    background:#ccc;
    cursor: pointer;
    float:left;
    margin-right: 5px;
}
.tab_list li:nth-child(1),.tab_list_note li:nth-child(1) {
    margin-left: 5px;
}
.tab_list li p,.tab_list_note li p  {
    border-radius: 2px;
    border: #ccc 1px solid;
    background: #ececec;
    color: #3a3a3a;
    padding: 11px 12px 9px;
}
.tab_list li p:hover,.tab_list_note li p:hover {
    border: #5a9fdf 1px solid;
    background: #c6def5;
}
.tab_list li.select p,.tab_list_note li.select p {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: none;
    background :#5a9fdf;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 12px 12px 15px;
}
.tab_list li.select p:before,.tab_list_note li.select p:before {
    border-top: #ffea06 5px solid;
    border-bottom:5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    display: inline-block;
    margin-left: -3px;
    height: 0;
    width: 0;
    position: absolute;
    top: 37px;
    left: 50%;
}
.detail_list li,.detail_list_note li {
    border-top: #5a9fdf 2px solid;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    padding: 20px 20px 15px;
}
.detail_list span,.detail_list_note span {
    color: #ff4467;
    font-weight: bold;
}
.hidden {
    display:none;
}
.detail_list_note li p {
    margin-bottom: 20px;
}
.detail_list_note li p:last-of-type {
    margin-bottom: 5px;
}


/* mypage 利用状況
------------------------------------------------ */
.tentame_list .box {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin-bottom: 30px;
}