@charset "utf-8";

/*
Site Name: チャンスイットPC
Description: 特集テンプレート
Last Update: 2020/12/22 kobayashi
*/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用
2.0 - メインビジュアル
3.0 - 案件共通
4.0 - リストのレイアウト
5.0 - 特集概要
6.0 - フッター
---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用
/*-------------------------------------------*/
#wrapper #container{
    width: 100%;
    margin: 0;
}
#wrapper #container,#headbottom {
    font-family: "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.sp_tmp {
    overflow: hidden;
    text-align:center;
    margin:0 auto;
    color: #4d4d4d;
}
a, a:hover {
    color: #4d4d4d;
}
ins, a {
    text-decoration: none;
}

/*-------------------------------------------*/
/*  2.0 - メインビジュアル
/*-------------------------------------------*/
.sp_tmp h2{
    margin: 30px 0;
}
.sp_tmp .main {
    padding: 20px 0;
    background:#fff0bc;
    border-top:#d3c8a0 1px solid;
    border-bottom:#d3c8a0 1px solid;
}

/*-------------------------------------------*/
/*  3.0 - 案件共通
/*-------------------------------------------*/
.sp_tmp ul{
    width: 1280px;
    margin: 0 auto;
}
.sp_tmp ul li{
    background: #fff;
}
h3 {
    font-weight: bold;
}
.sp_tmp li:hover{
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    background:#e9fff7;
    -moz-box-shadow:0px 5px 6px 1px #ded1a6;
    -webkit-box-shadow:0px 5px 6px 1px #ded1a6;
    box-shadow:0px 5px 6px 1px #ded1a6;
}
.point{
    display: inline-block;
    padding-left: 26px;
    background: url("../../img/icon/icon_bigcoin.gif") no-repeat 2px 22px;
    font-weight: bold;
    letter-spacing: 0;
}
.point span,
.point del{
    color: #4d4d4d;
    font-weight: normal;
}
.button{
    position:absolute;
    height: 40px;
    display:inline-block;
    padding:20px 0 0;
    border-radius: 5px;
    background: #3dba8f;
    font-weight: bold;
    color: #fff;
}
.button:hover{
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    opacity: 0.7;
}
.button::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
    right: 14px;
    margin-top: -4px;
}
.button {
    bottom:20px;
    right:20px;
    width: 300px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 12px;
    font-size:25px;
}

/*-------------------------------------------*/
/*  4.0 - リストのレイアウト
/*-------------------------------------------*/
.sp_tmp li{
    width:300px;
    margin:0 8px 36px;
    display:inline-block;
    position:relative;
    text-align:center;
}
.sp_tmp li a.wrap{
    padding: 0;
    text-decoration:none;
    height:480px;
    display:block;
}
.sp_tmp li .bnr {
    width: 300px;
    height: 250px;
    background-color: #f1f4fc;
}
.sp_tmp li .bnr span {
    width: 300px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}
.sp_tmp li h3{
    width:260px;
    height:50px;
    margin:10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align:left;
    font-size:14px;
    line-height: 25px;
}
.sp_tmp li .condition{
    font-size: 12px;
}
.sp_tmp li .point{
    padding-left: 22px;
    background: url("../../img/icon/icon_pt.gif") no-repeat 4px center;
    font-size: 18px;
}
.sp_tmp li .point span{
    font-size: 20px;
    margin: 0 5px;
}
.sp_tmp li .point span:nth-child(1){
    display: none;
}
.sp_tmp li .point span.ci-point{
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #f23d52;
}
.sp_tmp li .point del{
    font-size: 17px;
}
.sp_tmp li .point ins{
    font-size: 24px;
    color: #f23d52;
}
.sp_tmp li .button{
    width: 200px;
    padding-top: 16px;
    bottom:20px;
    right:0px;
    left:0px;
    margin:0 auto;
    text-align:center;
    font-size:18px;
}
.sp_tmp li .comment {
    display: none;
}

/*-------------------------------------------*/
/*  5.0 - 特集概要
/*-------------------------------------------*/
dl.detail {
    width: 950px;
    margin: 60px auto;
    border: 1px solid #dcdcdc;
    background: #fff7dc;
    font-size: 14px;
}
dl.detail dt,
dl.detail dd {
    display: table-cell;
    vertical-align: middle;
}
dl.detail dt {
    width: 200px;
    padding: 0 20px;
    font-weight: bold;
    border-right: 1px solid #dcdcdc;
}
dl.detail dd {
    width: 750px;
    padding: 20px;
    background: #fff;
}

/*-------------------------------------------*/
/*  6.0 - フッター
/*-------------------------------------------*/
#footer {
    left: 0;
    right: 0;
    margin: 0 auto;
}