@charset "UTF-8";

/* CSS Document */

#coltop_bnr {
    display: block;
    margin: 0 auto 60px auto;
    width: 670px;
    height: 192px;
    background: url(../img/coltop_merit_bg.jpg) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#coltop_bnr:after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -20px;
    content: "";
    width: 178px;
    height: 149px;
    background: url(../img/coltop_merit_img01.png) no-repeat center;
}

.coltop_lead {
    margin-left: 130px;
    padding: 15px 0 12px;
    width: 530px;
    height: 28px;
    background: url(../img/coltop_merit_lead.png) no-repeat 8px center;
    border-bottom: 2px solid #ccc;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
}

.coltop_merit {
    position: relative;
    z-index: 1;
    margin: 8px 0 8px 130px;
    overflow: hidden;
}

.coltop_merit li {
    float: left;
    margin-left: 8px;
    width: 170px;
    height: 120px;
}

.coltop_merit li:first-child {
    margin-left: 0;
}


/* ------show_box--------- */

#show_box {
    margin: 0 auto 30px auto;
    border: 5px solid #7fbec7;
    background: #fff;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.project_ttl {
    position: relative;
    padding: 10px 20px 10px 30px;
    display: table;
    background: #f2f6f6;
    min-height: 80px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project_new {
    content: "";
    display: inline-block;
    margin-right: 4px;
    padding: 0 4px;
    background: #ff3333;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.project_ttl .project_name {
    display: table-cell;
    vertical-align: middle;
}

.project_ttl:before {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 5px;
    height: 80%;
    margin: auto;
    background: #8fc31f;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}

#show_price {
    position: relative;
    padding: 15px 0;
    background: #fff;
}

span.projects_btn {
    padding-right: 10px;
}

span.projects_btn img {
    vertical-align: text-top;
}

p.show_detail_freelance {
    position: absolute;
    top: 66px;
    left: 33px;
    font-size: 12px;
}

.price_detail {
    font-size: 20px;
    position: absolute;
    top: 19px;
    left: 32px;
}

#show_price dl {
    margin-left: 30px;
    display: table;
    table-layout: fixed;
}

.project_price {
    height: 40px;
}

.project_price>* {
    font-size: 18px;
}

.project_price dt img {
    display: block;
    width: 30px;
    height: 30px;
}

.project_price dd:before {
    content: "~";
    color: #ff3333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    vertical-align: top;
}

.project_form {
    height: 30px;
}

.project_form>* {
    font-size: 15px;
}

.project_form dt img {
    display: block;
    margin: 3px;
    width: 24px;
    height: 24px;
}

#show_price dl>* {
    display: table-cell;
    vertical-align: middle;
}

#show_price dl>dd {
    padding-left: 10px;
    color: #388bb3;
}

.price_num {
    color: #ff3333;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.show_detail_btn {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    height: 50px;
    display: block;
}

.show_detail_btn a {
    position: relative;
    display: block;
    padding: 0 10px;
    width: 280px;
    background: #ff3333;
    border-bottom: 2px solid #aa3333;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.show_detail_btn .cancel {
    background: #7fbec7;
    border-bottom: 2px solid #666;
}

.show_detail_btn a:hover {
    top: 2px;
    margin-bottom: 2px;
    background: #ff3333;
    border-bottom: 0px solid #ff3333;
}

.show_detail_btn a.cancel:hover {
    background: #388bb3;
}

#show_table {
    margin: 0 auto;
    width: 100%;
}

#show_table tr:nth-child(n+1) {
    border-top: 1px solid #7fbec7;
}

#show_table tr th {
    width: 15%;
    background: #f2f6fa;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
}

#show_table tr td {
    padding: 10px 15px;
    color: #366d82;
    font-size: 14px;
    line-height: 1.75;
    vertical-align: top;
}

#show_table tr td a {
    color: #388bb3;
}

.txt_white ul li {
    font-size: 14px;
}


/*ご利用の流れ*/

.flow_fig {
    margin-top: 32px;
    padding-bottom: 60px;
}

.flow_fig ul {
    padding-bottom: 18px;
}


/* ---案件登録メッセージ--- */

#entry_message {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    width: 560px;
    padding: 40px 0 24px;
    background: #FFFFFF;
    border: 1px #666666 solid;
    text-align: center;
    z-index: 1;
}

#entry_message p {
    padding-bottom: 48px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

#entry_message a {
    display: block;
    margin: 0 auto;
}

#entry_message a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


/* ---この案件に登録するボタン--- */

.btn_signup {
    padding: 0 0 60px;
    text-align: center;
}

.btn_signup a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    width: 80%;
    background: #ff3333;
    border-bottom: 2px solid #aa3333;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.btn_signup a:hover {
    top: 2px;
    margin-bottom: 2px;
    background: #ff3333;
    border-bottom: 0px solid #ff3333;
}

#flow {
    margin: 30px auto 0;
}

/* ----------------
 * スピナー
-------------------*/
.wrapper_loader {
    position: absolute;
    top: 0;
    width: 280px;
    height: 52px;
    background: rgba(255, 255, 255, 0.4);
}
/* https://github.com/lukehaas/css-loaders MIT License */
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: auto;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
