@charset "UTF-8";


/*----------------------------------*/
/*          スタイル初期化          */
/*----------------------------------*/



body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
    margin:0;
    padding:0;
    font-family: sans-serif;

}


p{
    line-height:1.5;
}

a img,img{
    border:0;
}

ul,li,ol,li{
    list-style:none;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

textarea{
    padding:5px;
    font-size:9pt;
    color:#333;
}

caption,
th {
    text-align:left;
}

a{
    color: #006699;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

address{
    font-style:normal;
}


.label_80 label {
    width:80px;
    float:left;
}
.label_110 label {
    width:110px;
    float:left;
    cursor:pointer;
}
.label_110 input, #editImageList input{
    border:none;
}
label input{
    border:none;
}

input, select{
    padding:5px;
    font-size:9pt;
}
textarea{
    margin:5px 0px 5px 0px;
    line-height:1.3;
    border:1px solid #ccc;
}

/*----------------------------------*/
/*          clearfix決定版          */
/*----------------------------------*/

.clearfix{
/zoom:1;
}

.clearfix:after{
    content:'';
    display:block;
    clear:both;
    height:0;
}


/*----------------------------------*/
/*          共通スタイル            */
/*----------------------------------*/

.home *, .home *:before, .home *:after, #main_menu *, div.search .top_items * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-size:12px;
    line-height:1;
    color:#333333;
}


/*
#header,
#navi,
#main_menu,
#footer,
address{
    width:980px;
    margin:0 auto;
}
*/


#contents{
    /*margin:10px 10px 10px 15px;*/
    margin:0 auto;
    width:980px;
    margin-top:30px;
    line-height: initial;
}

.category-index {
    width:100% !important;
}

/*
#container{
    width:1006px;
    margin:0px auto;
    background-color:#fff;
}
*/

/*ヘッダ*/
#header{
    background: #7f7f7f url("../img/bg_header.jpg") repeat-y center top;
    background-size: 1000px auto;
    -webkit-box-shadow: 0 1px 3px rgba(4,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(4,0,0,.3);
    box-shadow: 0 1px 3px rgba(4,0,0,.3);
}
.header-dev{
    background: #05d535 url("../img/bg_header_dev.jpg") repeat-y center top !important;
}
.header-stg{
    background: #d3a102 url("../img/bg_header_stg.jpg") repeat-y center top !important;
}

#logo{
    float:left;
    width:50%;
    position:relative;
    z-index:10;
}

#header #navi ul{
    text-align:right;
}

#header #navi li{
    display:inline-block;
    padding: 10px 0 10px 0px;
    font-size: 10px;
    background: no-repeat left center;
    color: #fff;
}

#header #navi li:first-child {
    /* background-image: url("../img/icon_login.png"); */
}

#header #navi li:last-child {
    margin-left: 50px;
    /* background-image: url("../img/icon_logout.png"); */
}

#header #navi li a {
    color: #fff;
}

#main_menu{
    background: #6e071a url("../../common/img/bg_menu.jpg") repeat-y center top;
    padding: 18px 0 26px;
}

#main_menu ul {
    width: 50%;
    float: left;
    margin: 12px 0 4px;
    border-left: 1px solid #a93a4f;
    text-align: center;
    height: 60px;
}
#main_menu ul li{
    float:left;
    width: 33.333333%;
    padding: 0 10px;
    font-size:15px;
    border-right: 1px solid #a93a4f;
}

#main_menu ul li a{
    color:#FFF;
    padding-top: 42px;
    display:block;
    background: no-repeat center top;
    text-decoration:none;
    padding-bottom: 3px;
}

#main_menu ul li.check-icon-1 a {
    background-image: url("../img/icon_invest.png");
    background-position: center 4px;
}

#main_menu ul li.check-icon-2 a {
    background-image: url("../img/icon_funding.png");
    background-position: center 4px;
}

#main_menu ul li.check-icon-3 a {
    background-image: url("../img/icon_unicorn.png");
    background-position: center 4px;
}

#main_menu ul li.check-icon-4 a {
    background-image: url("../img/icon_funding.png");
    background-position: center 4px;
}

#main_menu ul li a:hover{
    background-color: rgba(255,255,255,0.1);
}


/*フッタ*/
#footer{
    background-color: #6E071A;
}
.footer-title{
    font-size: 16px;
    font-weight: bold;
}
.footer-policy{
    background-color: #F8F6F3;
    padding-bottom: 50px;
    padding-top: 50px;
    font-size: 14px;
}

.footer-policy p{
    /* margin-left: 50px; */
    /* margin-right: 50px; */
}
@media only screen and (max-width: 992px) {
    .footer-policy{
        background-color: #F8F6F3;
        padding-bottom: 50px;
        padding-top: 50px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contents_s {
        height: 0;
    }
    .top-project{
        margin-bottom: 25px;
    }
}
#footer .navi{
    padding:12px 0 15px 0;
    float: left;
    color: white;
}

#footer .navi:nth-of-type(1) {
    /* width: 250px; */
}

#footer .navi:nth-of-type(2) {
    /* width: 352px; */
}

#footer .inner {
    padding-bottom: 0px;
}

#footer .navi li{
    font-size: 12px;
}

#footer .navi li a{
    color:white;
}

address{
    text-align:right;
    color:#999;
}

address span{
    display:block;
    text-align:right;
    margin:10px 0 15px 0;
    font-size:11px;
}


/*見出し*/
#contents h2{
    border-bottom:1px dotted #aaa;
    padding:0px 8px 10px 15px;
    margin-bottom:5px;
    font-size:24px;
    color:#555;
    position: relative;
    padding-bottom: 14px !important;
    word-break: break-all;
}

.page_past h2 {
    padding: 0px !important;
}

#contents h3{
    background-color:unset;
    color:#5274B3;
    font-size:12pt;
    font-weight:bold;
    padding:5px 5px 5px 0px;
    text-align:left;
    letter-spacing:2px;
}


/*汎用スタイル*/
#contents .ta_left{
    text-align:left !important;
}

#contents .ta_right{
    text-align:right;
    background-color: #efefef;
}

#contents .s{
    text-decoration:line-through;
}


/*----------------------------------*/
/*          トップページ            */
/*----------------------------------*/

#contents .contents_m{
    float:right;
    width:740px;
    margin-left:10px;
}
#contents .search-no{
    width:980px!important;
}
#contents .contents_m .top_cate{
    margin-bottom:15px;
}

#contents .contents_m .top_cate li{
    background:url(../img/list_icon.png) no-repeat left center;
    white-space:nowrap;
    padding:0 0 0 18px;
    margin:0 25px 10px 10px;
    float:left;
    font-size:14px;
    line-height:140%;
    display:inline-block;
    vertical-align:top;
}
* html #contents .contents_m .top_cate li{ /* IE 6 */
    display:inline;
    zoom:1;
}
*:first-child+html #contents .contents_m .top_cate li{ /* IE 7 */
    display:inline;
    zoom:1;
}

#contents .contents_m .top_news li{
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

#contents .contents_m .top_news li a {

}

#contents .contents_m .top_news li span {
    float: left;
}

#contents .contents_m .top_news li span:first-child{
    /* width: 12%; */
    width: 9%;
}

#contents .contents_m .top_news li span:last-child{
    font-weight: bold;
    width: 96%;
}

/*
#contents .contents_m .top_items{
    margin-right:-12px;
}
*/
.top_items {
    margin-top: 20px;
}

#contents .contents_m .top_items li{
    width:720px;
    margin:0 12px 25px 0;
    line-height:150%;
    display:inline-block;
    vertical-align:top;
    border:1px solid #ccc;
    padding:10px;
}

* html #contents .contents_m .top_items li{ /* IE 6 */
    display:inline;
    margin-right:15px;
    zoom:1;
}
*:first-child+html #contents .contents_m .top_items li{ /* IE 7 */
    display:inline;
    zoom:1;
}

/*
#contents .contents_m .top_items li .img{
    margin-bottom:2px;
}

#contents .contents_m .top_items li .img img{
    border:1px solid #c2c2c2;
}

#contents .contents_m .top_items li .title{
    margin-bottom:2px;
    font-weight:bold;
    font-size:12pt;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
    margin-bottom:5px;
}

#contents .contents_m .top_items li .title2{
    font-size:11pt;
    padding-top:10px;
}

#contents .contents_m .top_items li .title span{
    font-weight:normal;
    float:right;
    font-size:9pt;
    position:relative;
    top:5px;
    color:#666;
}

#contents .contents_m .top_items li .cate{
    color:#666;
    font-size:9pt;
    padding:5px 2px;
}

#contents .contents_m .top_items li .cate span{
    margin-right:5px;
    padding:5px;
}

#contents .contents_m .top_items li .cate span img{
    vertical-align:middle;
    margin-right:3px;
}

#contents .contents_m .top_items li .price span{
    color:#ff3333;
    font-size:14px;
    font-weight:bold;
    padding-right:3px;
}

#contents .contents_m .top_items li .outline{
    margin:5px 0 5px 0;
    font-size:12px;
    color:#666;
}

#contents .contents_m .top_items li .more{
    clear:both;
    margin-top:2px;
    float:right;
}

#contents .contents_m .top_items li .more a{
    color:#666;
    font-size:11px;
    background-color:#efefef;
    padding:4px 8px 3px 8px;
    text-decoration:none;
    margin-right:5px;
}

#contents .contents_m .top_items li .more a:hover{
    background-color:#999;
    color:#fff;
}
*/

/*#contents .contents_s{*/
/*background: url("../img/bg_category.jpg") no-repeat center top;*/
/*height: 530px;*/
/*border-right:1px dotted #ccc;*/
/*padding-right:15px;*/
/*}*/

#contents .contents_s{
    float:left;
    width:200px;
    background-color:#fff;
    border-right:1px dotted #ccc;
    padding-right:15px;
}

#contents .contents_s .contents_box1{
    background-color:#fff;
}

#contents .contents_s h2{
    background:none transparent;
    padding:10px;
    margin:0;
    font-size:15px;
    border-bottom:3px solid #ccc;
    line-height:1.3;
}

#contents .contents_s h2 a{
    text-decoration:underline;
}

#contents .contents_s .list{
    padding:10px;
    border-top:none;
}

#contents .contents_s .list dt{
    margin-bottom:2px;
}

#contents .contents_s .list dd{
    margin-bottom:8px;
}

#contents .contents_s .list p{
    text-align:center;
    margin:10px auto 0 auto;
}

#contents .contents_s .list li{
    background:url(../img/list_icon.png) no-repeat left 5px;
    padding:0 0 0 8px;
    margin:2px 0 4px 0;
    line-height:150%;
}
#contents .contents_s .golist{
    padding:10px 5px 10px 5px;
    border-top:none;
}
#contents .contents_s .golist li{
    position:relative;
    padding:5px;
    margin:0px 0 4px 0;
    border-bottom:1px dotted #ccc;
    line-height:1.5;
}
#contents .contents_s .golist li a {
    color: #820000;
}
#contents .contents_s .golist li:hover{
    background-color:#efefef;
}
#contents .contents_s .golist li span{
    display:inline-block;
    background-color:#ccc;
    color:#444;
    float:right;
    padding:5px;
    min-width:20px;
    text-align:center;
    font-weight:bold;
    position:absolute;
    top:0px;
    right:0px;
}


/*ランキング*/
#contents .rank_box .list{
    padding-bottom:0;
}

#contents .rank_box .list .switch{
    margin:0 auto 10px auto;
    padding:0;
    text-align:center;
}

#contents .rank_box .list .switch li{
    display:inline;
    background:none;
    padding:0 8px;
    margin:0 -1px 0 0;
    border-right:1px solid #666;
    border-left:1px solid #666;
}

#contents .rank_box .list .rank li{
    background:none;
    padding:7px 0;
    border-top:1px dotted #CCC;
/zoom:1;
}

#contents .rank_box .list .rank li:after{
    content:'';
    display:block;
    clear:both;
    height:0;
}

#contents .rank_box .list .rank li h3{
    border:none;
    margin-bottom:3px;
    padding-left:30px;
    font-size:12px;
    background:no-repeat left top;
}

#contents .rank_box .list .rank li.r1 h3{
    background-image:url(../img/rank01.gif);
}

#contents .rank_box .list .rank li.r2 h3{
    background-image:url(../img/rank02.gif);
}

#contents .rank_box .list .rank li.r3 h3{
    background-image:url(../img/rank03.gif);
}

#contents .rank_box .list .rank li.r4 h3{
    background-image:url(../img/rank04.gif);
}

#contents .rank_box .list .rank li.r5 h3{
    background-image:url(../img/rank05.gif);
}

#contents .rank_box .list .rank li.r6 h3{
    background-image:url(../img/rank06.gif);
}

#contents .rank_box .list .rank li.r7 h3{
    background-image:url(../img/rank07.gif);
}

#contents .rank_box .list .rank li.r8 h3{
    background-image:url(../img/rank08.gif);
}

#contents .rank_box .list .rank li.r9 h3{
    background-image:url(../img/rank09.gif);
}

#contents .rank_box .list .rank li.r10 h3{
    background-image:url(../img/rank10.gif);
}

#contents .rank_box .list .rank li .img{
    float:left;
    width:73px;
}

#contents .rank_box .list .rank li .img img{
    border: 1px solid #C2C2C2;
}

#contents .rank_box .list .rank li div p{
    width:97px;
    margin:0 0 3px auto;
    text-align:left;
}

#contents .rank_box .list .rank li div .price span{
    color:#D60000;
    font-weight:bold;
    padding-right:3px;
}



/*未ログイン*/
.nobody_index #contents{
    width:980px;
    margin:0 auto;
    margin-top: 25px;
}

.nobody_index #contents .topimg{
    background:url(../img/topimg_bk.gif) no-repeat left top;
    width:980px;
    height:420px;
    margin-bottom:20px;
}

.nobody_index #contents .topimg h2{
    background:url(../img/topimg_title.png) no-repeat left bottom;
    width:589px;
    height:46px;
    margin:0 auto 15px;
    padding-top:35px;
    border:0;
    text-indent:-9999px;
    overflow:hidden;
}

.nobody_index #contents .topimg p{
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#624628;
}

.nobody_index #contents .topimg .login_select{
    width:348px;
    margin:50px 0 0 525px;
}

.nobody_index #contents .topimg .login_select .twitter a{
    width:348px;
    height:46px;
    overflow:hidden;
    text-indent:-9999px;
    display:block;
    background:url(../img/login_twitter.png) no-repeat left top;
    margin-bottom:10px;
}

.nobody_index #contents .topimg .login_select .facebook a{
    width:348px;
    height:46px;
    overflow:hidden;
    text-indent:-9999px;
    display:block;
    background:url(../img/login_facebook.png) no-repeat left top;
    margin-bottom:10px;
}

.nobody_index #contents .topimg .login_select a:hover{
    background-position:bottom;
}

.nobody_index #contents .topimg .login_select .check{
    font-size:15px;
}

.nobody_index #contents .topimg .login_select .check input[type="checkbox"]{
    margin:-1px 5px 3px 3px;
}

.nobody_index #contents .profileIconList{
    background-color:#f1f1f1;
    padding:13px 13px 10px;
    width:557px;
    float:left;
}

.nobody_index #contents .profileIconList li{
    display:inline-block;
}

.nobody_index #contents .contents_box3{
    width:380px;
    float:right;
}

.nobody_index #contents .contents_box3 h2{
    padding-top:0;
    margin-bottom:10px;
}

.nobody_index #contents .contents_box3 h2{
    padding-top:0;
    margin-bottom:10px;
}

.nobody_index #contents .contents_box3 li {
    background: url(../img/list_icon.png) no-repeat scroll left 5px;
    line-height:1.4;
    margin:0 0 7px 10px;
    padding:0 10px 0 8px;
}

.nobody_index #contents .contents_box3 li span{
    display:block;
    color:#555;
    font-weight:bold;
}


/*未ログイン サイドバー*/
#contents .contents_box1 .login_select{
    margin-top:10px;
}

#contents .contents_box1 .login_select li{
    padding:0;
    background:none;
}

#contents .contents_box1 .login_select .twitter a{
    width:180px;
    height:30px;
    overflow:hidden;
    text-indent:-9999px;
    display:block;
    background:url(../img/login_min_twitter.gif) no-repeat left top;
    margin-bottom:5px;
}

#contents .contents_box1 .login_select .facebook a{
    width:180px;
    height:30px;
    overflow:hidden;
    text-indent:-9999px;
    display:block;
    background:url(../img/login_min_facebook.gif) no-repeat left top;
    margin-bottom:5px;
}

#contents .contents_box1 .login_select a:hover{
    background-position:bottom;
}

#contents .contents_box1 .login_select .check{
    font-size:12px;
}

#contents .contents_box1 .login_select .check input[type="checkbox"]{
    margin:-1px 5px 3px 3px;
}


/*----------------------------------*/
/*      下層ページ共通スタイル      */
/*----------------------------------*/

/*テーブル、フォーム*/
#contents table{
    width:100%;
    line-height:150%;
    margin:0px auto;
    margin-bottom:10px;
    border-collapse:collapse;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
#contents .check-mag table {
    margin-bottom: 30px!important;
}
#contents .check-mag-cmf table {
    margin-top: 30px!important;
}
#contents caption{
    background-color:unset;
    color:#007cac;
    font-size:16px;
    font-weight:bold;
    padding:5px 5px 5px 10px;
    text-align:left;
    margin-bottom: 2px;
}

#contents caption a{
    font-weight:normal;
    float:right;
    font-size:9pt;
    letter-spacing:1px;
    background:url(../img/list_icon.png) no-repeat left center;
    padding-left:15px;
    letter-spacing:0;
}

#contents #message .remove-icon li{
    padding:0 0 0 0;
}


#contents table th{
    border:1px solid #CCC;
    background-color:#efefef;
    border-left:1px dotted #CCC;
    border-right:1px dotted #CCC;
    font-weight:bold;
    padding:8px 7px;
    text-align:right;
}

#contents table th .att{
    color: #cc0000;
}

.att{
    color:#ff3344;
}

#contents table td{
    border:1px solid #CCC;
    border-left:1px dotted #CCC;
    border-right:1px dotted #CCC;
    padding:8px 10px;
    text-align:center;
}

#contents table td .hint{
    font-size:8pt;
    color:#666;
    padding-top:5px;
}

#contents table td.ta_left{
    text-align:left;
}

#contents table td.validate {
    background-color:#fff4f4;
}

#contents table td.validate .error {
    border:none;
    color:#FF0000;
    font-size:11px;
    font-weight:bold;
    margin:5px 0 0;
    padding:0;
}

#contents .button{
    text-align:center;
    margin:10px;
}
#contents td .button{
    text-align:left;
    margin:10px;
}
#contents td .button input{

    margin:0 10px 0 0;
    height:25px;
    padding:0px 5px 0px 5px;
    font-weight:normal;
    font-size:9pt;
    color:#555;
    vertical-align:middle;
    background:url("../img/th_back.jpg") center bottom repeat-x #fff;
    border:2px solid #ccc;
    border-bottom:2px solid #aaa;
}
input{
    color:#444;
}
input,select{
    vertical-align:middle;
}
select{
    margin:5px 5px 5px 0px;
    padding:3px;
    vertical-align:middle;
}
#contents .button{
    clear:both;
}

#contents .button input{
    margin:0 10px 0 0;
    height:40px;
    padding:0px 5px 0px 5px;
    font-weight:bold;
    color:#555;
    vertical-align:middle;
    background:url("../img/th_back.jpg") center bottom repeat-x #fff;
    border:2px solid #ccc;
    border-bottom:2px solid #aaa;
}
#contents .check-dis input{
    vertical-align:middle;
    background: #820000;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    min-width: 160px;
    text-align: center;
    position: relative;
    border: 0!important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
#check-hover input[type="submit"]:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 330px) {
    #contents .button input{
        margin:0 5px 0 0;
    }
}

.category-index .button button{
    padding:8px;
    font-size: 13px;
    font-weight:bold;
    color:#780a1e;
    vertical-align:middle;
    width: 250px;
    height:38px;
    background: #fff url("../img/icon_button.png") no-repeat right center;
    border:1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

/*
#contents .button button:hover{
    border:2px solid #999;
}
*/

#contents .button input:hover{
    border:2px solid #999;
}

#contents .button button img{
    margin:0px;
    vertical-align:middle;
}

button{

    padding:5px;
    font-weight:bold;
    color:#555;
    vertical-align:middle;
    height:35px;
    background:url("../img/th_back.jpg") center bottom repeat-x #fff;
    border:2px solid #ccc;
    border-bottom:2px solid #aaa;
    cursor: pointer;
}
button:hover, input[type="submit"]:hover {
    border:2px solid #999999;
    cursor: pointer;
}

/*メッセージ*/
#contents .error, #contents .error a{
    color:#F00 !important;
    font-weight:bold;
}

#contents p.error{
    color:#F00;
    border:1px solid #F00;
    padding:10px;
    font-weight:bold;
    margin-bottom:15px;
}

#contents #message{
    line-height:150%;
    margin-left:7px;
}

#contents #message ul{
    margin-top:20px;
    line-height:140%;
}

#contents #message li{
    background:url(../img/list_icon.png) no-repeat left 5px;
    padding:0 0 0 8px;
    margin:0 0 7px 10px;
    line-height:140%;
}

#contents #message p{
    margin:10px 0 10px 0;
}


/*ページャー*/
#contents .search_page{
    margin:20px 0 30px 5px;
    color:#666;
}

#contents .search_page p span{
    font-size:15px;
    font-weight:bold;
}

#contents .search_page ul{
    margin:15px auto 15px auto;
}

#contents .search_page ul li{
    display:inline-block;
    margin-bottom:10px;
}

#contents .search_page ul li.focus{
    background-color:#555;
    color:#FFF;
    font-weight:bold;
    padding:5px 8px 5px 8px;
    border:1px solid #AAA;
}

#contents .search_page ul li a{
    padding:5px 8px 5px 8px;
    border:1px solid #AAA;
    color: #820000;
}

#contents .search_page ul li a:hover{
    background-color:#ebebeb;
}


/*----------------------------------*/
/*    管理者トップページスタイル    */
/*----------------------------------*/

#contents .contents{
    margin-bottom:25px;
}

#contents .contents li{
    background:url(../img/list_icon.png) no-repeat left 12px;
    padding:10px 0px 5px 18px;
    margin:0px 5px 0px 5px;
    font-weight:bold;
    line-height:140%;
    color:#444;
    border-bottom:1px dotted #ccc;
    position:relative;
}
#contents .contents li:hover{
    background-color:#f5f5f5;
}

#contents .contents li:hover strong{
    color:#666;
}

#contents .contents li p{
    clear:both;
    font-weight:normal;
    padding-bottom:5px;
}

#contents .contents li strong{
    position:absolute;
    right:5px;
    top:10px;
    color:#aaa;
}

#contents .ta_right td{
    text-align:right;
}

#contents .tab_menu{
    text-align:right;
    margin:-5px 0 25px 0;
}

#contents .tab_menu span a{
    background-color:#555;
    color:#FFF;
    text-decoration:none;
    padding:4px 8px 3px 8px;
    margin-right:7px;
    border:1px solid #444;
}

#contents .tab_menu span a:hover{
    background-color:#222;
}

#contents .tab_menu #issue_loading,
#contents .tab_menu #aff_issue_loading,
#contents .tab_menu #sale_loading{
    margin-bottom:20px;
    height:20px;
}


/*----------------------------------*/
/*        itemsの一覧スタイル        */
/*----------------------------------*/

#contents #search_table form{
}

#contents #search_table form table{
    width:100%;
}

#contents #search_table form th,
#contents #search_table form td{
    text-align:left;
    background-color:#fff;
}

#contents #search_table form th{
    text-align:right;
    background-color:#efefef;
    color:#666;
}

#contents .entry{
    text-align:right;
    margin:0 0 10px 10px;
    font-weight:bold;
    line-height:140%;
}

#contents .entry a{
    background:url(../img/list_icon.png) no-repeat left 5px;
    padding:0 0 0 8px;
}



/*----------------------------------*/
/*        itemsの一覧スタイル        */
/*----------------------------------*/

#contents .item_img{
    clear:both;
    display:block;
    margin-top:10px;
    padding:10px;
    text-align:center;
    background-color:#f5f5f5;
}

#contents .item_img img{
    border:1px solid #aaa;
}

/*----------------------------------*/
/*        注文の一覧スタイル        */
/*----------------------------------*/

#contents .ta_right p{
    margin:5px 0 5px auto;
}


/*----------------------------------*/
/*        注文の詳細スタイル        */
/*----------------------------------*/

#contents .button span a{
    background-color:#555;
    color:#FFF;
    text-decoration:none;
    padding:8px 15px 7px 15px;
    margin-right:7px;
    border:1px solid #444;
    font-weight:bold;
}

#contents .button span a:hover{
    background-color:#222;
}


/*----------------------------------*/
/*        注文の登録スタイル        */
/*----------------------------------*/

#contents .attention{
    margin:20px auto;
    padding:20px;
    width:70%;
    text-align:center;
    border:1px solid #F00;
    font-weight:bold;
    margin-bottom:25px;

}


/*----------------------------------*/
/*   ユーザートップページスタイル   */
/*----------------------------------*/

#super_user{
    width:980px;
    margin:0 auto;
    text-align:center;
    background-color:#404040;
    padding-top:10px;
}

#super_user li{
}

#super_user li a{
    padding:5px;
    border:1px solid #CCC;
    width:100px;
    margin:0 auto;
    display:block;
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
}

#form_table{
    /* margin-top:20px; */
}

.description{
    margin:10px;
    color:#666;
    line-height:1.8;
}

.loading{
    margin:10px;
    padding:5px;
    border:2px solid #ccc;
}
.loading img{
    vertical-align:middle;
}


#form_table table th {
    background-color: #efefef;
}

/*テーブル、フォーム*/

div.jHtmlArea iframe{
    border: solid 1px #ccc;
}

.contents_box3{
    width:720px;
}

.items_pre{
    float:left;
    margin-right:10px;
}

.hint{
    font-size:11px;
    color:#666;
}

p .input_bold{
    font-weight:bold;
    font-size:15pt;
    padding:5px;
    border:2px solid #aaa;
    margin:10px;
    color:#666;
}

#contents h2 span{
    display:block;
    float:right;
    font-weight:normal;
    font-size:9pt;
}
#contents h2 span a{
    float:left;
    position:relative;
    top:-5px;
    text-decoration:none;
    display:block;
    border:1px solid #aaa;
    padding:9px;
    margin-right:5px;
    vertical-align:bottom;
    color:#fff;
    font-weight:bold;
    background-color:#aaa;
}

#contents h2 span a:hover{
    border:1px solid #ccc;
    background-color:#fff;
    color:#444;
    background:url("../img/th_back.jpg") center bottom repeat-x #fff;
}

#list_table table th{
    background:url("../img/th_back.jpg") center bottom repeat-x #fff;
    color:#444;
}

.searchButton, .checkButton, .updateButton, .backButton, .registButton, .editButton, .deleteButton, .confirm{
    width:120px;
    letter-spacing:1.5px;
    text-align:center;
}

.bignumber{
    font-size:15pt;
    font-weight:bold;
}

.icon{
    width:35px;
    vertical-align:bottom;
    margin-top:-5px;
    margin-bottom:-10px;
    margin-right:5px;
    margin-left:-5px;
}
.homeicon{
    width:35px;
    margin:-10px;
}

.myReserve{
    background:url("../img/calendarback.gif");
}

.moveReserve{
    background:url("../img/moveReserve.gif");
}

.time{
    font-size:8pt;
    color:#999;
    margin-left:15px;
}

input{
    padding:5px;
}

input[type=button] {
    cursor: pointer;
}
/* side bar menu nuser */
.sidebar_profile_name a:hover{
    opacity: 0.6;
}
.breadcrumb-nuser-t{
    font-size: 16px;
    margin-bottom: 15px;
}
/* profile */
.sidebar_profile_area {
    padding: 5px 0 0 0;
}
.sidebar_profile_photo {
    float: left;
    width: 50px;
    height: 50px;
    margin:5px;
    border: solid 1px #424141;
}
.sidebar_profile_name {
    float: right;
    width: 132px;
    font-size: 10pt;
    line-height: 14px;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 5px;
    margin-top:5px;
}
.sidebar_profile_name a {
    color: #444;
}
.side_profile_area {
    font-size: 10px;
    line-height: 140%;
    clear: both;
}


.profileIcon{
    float:left;
    height:150px;
    margin-right:10px;
    width:62px;
}
.profileIcon img{
    border:2px solid #efefef;
    width:60px;
    margin-bottom:10px;
}


.headerProfile{
    min-height:100px;
    border-bottom:2px dashed #ccc;
    padding:15px 10px;
    margin-bottom:10px;
    padding-bottom: 0px;
}



.headerProfileDescription{
    margin-left:84px;
    margin-top:15px;
    margin-bottom:20px;
    min-height:20px;
    font-size:9pt;
    font-weight:normal;
    line-height:1.5;
}

.headerProfileIcon{
    width:65px;
    height: 65px;
    margin-right:15px;
    border:1px solid black;
    float:left;
}


.nuserSearchList{
    margin:5px 3px 5px 5px;
    border:none !important;
    border-bottom:1px solid #ccc !important;
    min-height:120px;
    margin-bottom:5px !important;
}

.followSearchList{
    margin:5px 3px 5px 5px;
    border:none !important;
    border-bottom:1px solid #ccc !important;
    min-height:65px;
    width:670px !important;
    margin-bottom:5px !important;
}

#form_table td p{
    padding-top:5px;
    padding-bottom:2px;
    color:#666;
}

#form_table td textarea{
    margin-top:0px;
}

.project_list{
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 33.333333%;
    float: left;
    padding: 23px;
    min-height: 450px;
    vertical-align:top;
    position:relative;
    color: #666;
    background-color: #fff;
}

.contents_l .project_list {
    padding: 19px;
}

.contents_l .project_list .icon_success {
    top: -13px;
    left: 9px;
}

.project_list:nth-of-type(n+4) {
    margin-top: 50px;
}

.project_list:nth-of-type(3n+1) {
    border-left: 1px solid #ddd;
}

.project_list .img {
    width: 285px;
    height: 180px;
    margin-bottom: 20px;
}

.project_list img{
    max-width: 285px;
    width: auto;
    max-height: 180px;
    display: block;
    margin: 0 auto;
    height: auto;
}

.project_list .title{
    font-weight:bold;
    margin-top:5px;

}

.project_list .title a{
    text-decoration:none;
    font-size: 16px;
    font-weight: bold;
    color: #910a23;
}

.project_list .user{
    font-size: 11px;
}

.project_list .user a {
    color: #000;
}

.project_list .cate{
    font-weight:bold;
    padding-left: 16px;
    display:inline-block;
    font-size: 10px;
    line-height: 1.6;
    height: 16px;
    margin-right: 5px;
}

.tag {
    background: url("../img/icon_tag.png") no-repeat left center;
    padding-left: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: inline-block;
}

.tag a {
    background-color: #fff;
    padding-left: 7px;
    display: block;
    color: #000;
    font-size: 10px;
    font-weight: bold;

}

.project_list .cate a{
    text-decoration:none;
    color: #000;
}

.project_footer{
    border-top:1px solid #ccc;
    position:absolute;
    left:0px;
    bottom:0px;
    width:282px;
    color:#999;
    padding:10px;
    margin:0px;
    background-color:#f9f9f9;
    height:50px;
}

.project_footer .button button{
    width:130px;
    height:26px !important;
    padding:1px !important;
    font-size:9pt;
    font-weight:normal !important;
    float:right;
}

.comming_soon{
    text-align:center;
    font-weight:bold;
    padding-top:10px;
    font-size:12pt;
}
.n-sp-comming_soon{
    text-align: center;
    color: red;
    font-size: 15px;
    padding-top: 0;
    padding: 10px 0 0 0;
}
.n-sp-regist {
    text-align: center;
    color: red;
    font-size: 15px;
}
.index-front{
    text-align: center;
    color: red;
    font-size: 22px;
    word-break: break-all;
}
.no_success{
    text-align:center;
    font-weight:normal;
    font-size:9pt;
    padding-top:5px;
}

.project_footer #gaugeViewer{
    margin-bottom:5px;
}


.project_list .description{
    /*    padding:0px;*/
    margin: 15px 0;
    line-height:1.5;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

.project_list .more{
    text-align:center;
}


.projectPickup{
    border:1px solid #ccc;
    width:930px;
    padding:10px;
    padding-bottom:0px;
    margin:0px 10px 0px 10px;
    min-height:320px;
    position:relative;
}

.projectPickup .support{
    padding:5px 10px;
    color:#666;
    margin-bottom:15px;
}

.projectPickup .img{
    padding:2px;
    border:1px solid #efefef;
    background-color:#f9f9f9;
    float:left;
    margin-bottom:50px;
    margin-right:15px;
}

.projectPickup .title{
    font-weight:bold;
    margin-top:10px;
}

.projectPickup .title a{
    text-decoration:none;
    font-size:14pt;
}

.projectPickup .user{
    margin-top:5px;
    padding-top:4px;
    color:#999;
}

.projectPickup .user a{
    color:#999;
    font-weight:bold;
    font-size:11pt;
}

.projectPickup .cate{
    font-weight:bold;
    background:url("../img/list_icon.png") left center no-repeat;
    padding-left:15px;
    color:#666;
    float:right;
    margin-right:10px;
}

.projectPickup .cate a{
    text-decoration:none;
}

.projectPickup .project_footer{
    border:none;
    position:absolute;
    left:420px;
    bottom:0px;
    width:510px;
    color:#999;
    padding:5px 10px 5px 10px;
    margin:0px;
    background-color:transparent;
    height:110px;
}

.project_list_nuser{
    border:1px solid #ccc;
    width:282px;
    display:inline-block;
    padding:10px;
    padding-bottom:0px;
    margin:0px 7px 10px 9px;
    min-height:150px;
    vertical-align:top;
    position:relative;
}

.project_list_nuser .img{
    padding:2px;
    border:1px solid #efefef;
    background-color:#f9f9f9;
    float:left;
    margin-bottom:50px;
    margin-right:10px;
}

.project_list_nuser .title{
    font-weight:bold;
    margin-top:10px;
}

.project_list_nuser .title a{
    text-decoration:none;
    font-size:10pt;
}

.project_list_nuser .user, .project_list_nuser .user a{
    margin-top:5px;
    padding-top:4px;
    color:#999;
}

.project_list_nuser .cate{
    font-weight:bold;
    background:url("../img/list_icon.png") left center no-repeat;
    padding-left:15px;
    color:#666;
}

.project_list_nuser .cate a{
    text-decoration:none;
}

.project_list_nuser .project_footer{
    border-top:1px solid #ccc;
    position:absolute;
    left:0px;
    bottom:0px;
    width:720px;
    color:#999;
    padding:5px 10px 5px 10px;
    margin:0px;
    background-color:#f9f9f9;
    height:25px;
}

.project_list .project_footer{
    border-top:1px solid #ddd;
    width:100%;
    color:#666;
    padding: 10px 24px;
    height: 70px;
    font-size: 11px;
}

.project_list .project_footer div + div {
    margin-top: 6px;
}

.project_list .bg_blue {
    background-color: #e8faf9;
}

.project_list .bg_green {
    background-color: #f8fced;
}

.project_list .bg_green_yellow {
    background-color: #fcfce6;
}

.project_list .bg_pink {
    background-color: #fdeff5;
}

.project_list .bg_purple {
    background-color: #f3f2fb;
}

.project_list .bg_yellow {
    background-color: #fbf7eb;
}

.project_list .label_yen,
.project_list .label_time {
    background: no-repeat left center;
    padding-left: 27px;
    height: 20px;
}

.project_list .label_yen {
    background-image: url("../img/icon_yen.png");
    background-size: auto 20px;
    line-height: 1.8;
}

.project_list .label_time {
    background-image: url("../img/icon_time.png");
}

.icon_new {
    display: block;
    background: url("../img/icon_new.png") no-repeat left top;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.project_list .icon_success {
    display: block;
    background: url("../img/icon_success.png") no-repeat center top;
    width: 400px !important;
    height: 45px;
    position: absolute;
    top: -15px;
    left: 13px;
}

.project_list .goal {
    line-height: 2;
}

.project_list .more{
    text-align:center;
}

.projectEditButton{
    margin-top:5px;
}


.label_time .limitTime, .label_yen .limitTime {
    font-size:16px;
    color:#000;
    line-height: 1.25;
}

.limitTime {
    font-size:12pt;
    color:#666;
}
.goal{
    float:right;
}

#pjSearch4Category_index{
    /*    margin-top:5px;*/
    text-align: center;

}
#pjSearch4Category_index label{
    display:inline-block;
    margin: 10px 10px 0 0;
    float: left;
    background-color:rgba(120,10,30,.7);
    cursor:pointer;
    width: 235px;
    height: 40px;
    font-size: 12px;
    line-height: 1.667;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#pjSearch4Category_index .label_hover{
    background-color:#666;
    color:#fff;
}

#pjSearch4Category_index label input{
    visibility:hidden;
    margin-left:-12px;
}

#pjSearch4Category{
    padding:0px 10px;
}
#pjSearch4Category label{
    display:inline-block;
    border:1px solid #ccc;
    padding:10px 15px 10px 0px;
    margin:0px 5px 5px 0px;
    background-color:#f5f5f5;
    cursor:pointer;
}

#pjSearch4Category .label_hover{
    background-color:#666;
    color:#fff;
}

#pjSearch4Category label input{
    visibility:hidden;
    margin-left:-1px;
}
#detailSearchForm{
    display:none;
}

.profileFollowButton, .profileUnFollowButton{
    width:95%;
    margin:15px auto 5px;
}

#projectTab{
    border-bottom:2px solid #ccc;
    padding-left:10px;
    margin:25px 0 15px 0;
}
.projectTabLeft span a {
    width: 120px !important;
}
#projectTab span a{
    display:inline-block;
    padding:10px 5px;
    border:1px solid #ccc;
    margin-bottom:-1px;
    width:138px;
    text-align:center;
    background-color:#f5f5f5;
}

#projectTab span a:hover{
    border:1px solid #ccc;
    border-bottom:2px solid #fff;
    margin-bottom:-3px;
    background-color:#fff;
    color:#666;
}

#projectTab .disp a{
    border:1px solid #ccc;
    border-bottom:2px solid #fff;
    margin-bottom:-3px;
    background-color:#fff;
    color:#666;
}

#projectTab span a{
    text-decoration:none;
    font-weight:bold;
    color:#aaa;
}

#gaugeViewer{
    background-color: #EEEEEE;
    border-radius: 12px;
    _width: 95%;
    margin-bottom: 8px;
    position: relative;
    height: 24px;
    overflow: hidden;
}

div.slider_content .progress_bar {
    padding: 3px 0;
}

#gaugeViewer .progress_counter{
    position:absolute;
    z-index:10;
    min-width:20px;
    width:100%;
    text-align:left;
    padding: 4px 0 0 13px;
    font-weight:bold;
    line-height: 19px;
}

.progress_counter_pickup {
    line-height: 12px !important;
}

#gaugeViewer .progress_bar{
    display:inline-block;
    height:24px;
    background-color: #fc8842 !important;
    color: #000 !important;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#gaugeViewer .success{
    width:100%;
    background-color:#336699;
    color:#fff;
}

.userCounter{
    display:inline-block;
    border:1px solid #ccc;
    padding:0px 0px 0px 10px;
    margin-right:10px;
    color:#666;
}
.goodCount{
    background-color:#efefef;
    display:inline-block;
    padding:2px 5px 0px 5px;
    margin-left:10px;
    width:20px;
    text-align:center;
    color:#666;
    font-weight:bold;
}

.commentCount{
    color:#666;
    display:inline-block;
    margin-left:10px;
    font-size:9pt;
    font-weight:bold;
}

.date{
    margin-left:10px;
    color:#999;
}

/*
.projectIndex{
    clear:both;
    margin-top:10px;
}
*/


.pj_description{
    margin:10px;
    color:#777;
    line-height:1.8;
    font-size:12pt;
    font-weight:bold;
}

.present_description{
    margin:5px;
    color:#666;
    line-height:1.4;
}

.regist .kiyaku{
    height:150px;
    padding:10px;
    border:double #ccc;
    margin:15px auto 30px auto;
    overflow:auto;
}

.kiyaku h2{
    color:#333;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    height:24px;
    line-height:24px;
    padding:0 10px;
    border-bottom:1px solid #555;
    background:none;
}

.kiyaku h3{
    color:#202020;
    font-size:14px;
    font-weight:bold;
    height:20px;
    line-height:20px;
    background:#f2eeeb;
    border-left:5px solid #444;
    padding:0 0 0 10px;
    margin:0 0 10px 0;
}

.kiyaku .title{
    font-size:14px;
    margin:0 0 5px 0;
}

.kiyaku p{
    font-size:12px;
    line-height:1.5em;
    margin:0 0 10px 0;
}

.kiyaku ul{
    line-height:1.5em;
    padding:0 0 0 20px;
/padding:0 0 0 25px;
    margin:0 0 20px 0;
}

.kiyaku li{
    font-size:12px;
    list-style:decimal;
    margin:0 0 10px 0;
}

.kiyaku ul.sec{
    margin:5px 0 0 0;
}

.kiyaku ul.sec li{
    list-style:lower-alpha;
    margin:0 0 5px 0;
}


.tableSizeFix{
    word-break:break-all;
    word-wrap: break-word;
    overflow: auto;
    table-layout:fixed;
}

.relative {
    position: relative;
}

.inner {
    max-width: 980px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.index_title {
    padding-top: 60px;
    text-align: center;
    margin-bottom: 40px;
    background: no-repeat center top;
}

.title_jp {
    font-size: 24px;
    color: #333;
}

.title_en {
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
}

.slider {
    background: url("../img/bg_slider.jpg?t=201905151100") no-repeat center top;
    height: 100%;
    /* height: 530px; */
    padding: 55px 0;
    background-size: cover;
}

.slider_list {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.slider_item {
    /*padding: 25px;*/
    background-color: #f5f5f5;
    position: relative;
}

.slider_img {
    float: left;
    width: 400px;
    height: 390px;
    background-color: #fff;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.slider_img img {
    max-width: 400px;
    max-height: 390px;
    margin: 0 auto;
    display: block;
}
.slider-banner-big img {
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.slider-banner-big-pass {
    /*margin-bottom: 15px;*/
}
.slider-banner-big-pass img {
    margin: 0 auto;
    display: block;
}

.slider_content {
    float: left;
    background-color: #fff;
    width: 550px;
    height: 390px;
    color: #666;
    font-size: 13px;
    padding: 0 35px 0 25px;
    margin-top: 15px;
}

.slider_product_name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.product_name_list {
    font-weight: bold;
    height: 38px;
    vertical-align: middle;
    overflow-y: hidden;
}

.slider_title {
    font-size: 24px;
    font-weight: bold;
    color: #6e071a;
    line-height: 1.4;
    padding: 20px 0;
}

.slider_title a {
    color: #6e071a;
}

.slider_intro {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 25px;
    height: 94px;
    overflow: hidden;
}

.slider_yen {
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

.slider_yen span {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    background: url("../img/icon_yen.png") no-repeat left center;
    padding-left: 40px;
}

.slider_status {
    text-align: center;
    font-size: 11px;
}

.slider_status span {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.slider .icon_new {
    left: 0;
    top: 0;
}

.bx-wrapper .bx-pager {
    display: none;
}

.bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    border: 0;
}

.bx-wrapper .bx-controls-direction a {
    width: 22px;
    height: 42px;
}

.bx-wrapper .bx-prev {
    background: url("../img/icon_prev.png");
    left: -52px;
}

.bx-wrapper .bx-next {
    background: url("../img/icon_next.png");
    right: -52px;
}

.pickup, .past, .news {
    padding: 40px 0;
}

.page_past .past {
    padding: 40px 0 !important;
}

.pickup_title {
    background-image: url("../img/icon_feature.png");
}

.past {
    background-color: #f7f5ed;
}

.past_title {
    background-image: url("../img/icon_finish.png");
}
.feature_title {
    background-image: url("../img/icon_feature.png") !important;
}

#contents .category {
    padding: 40px 0 80px;
    background: url("../img/bg_category.jpg") no-repeat center top;
    height: 530px;
    float: none;
    margin: 0;
    width: auto;
}

.category_title {
    background-image: url("../img/icon_category.png");
    margin-bottom: 5px;
}

.category_title .title_jp,
.category_title .title_en {
    color: #fff;
}

#contents .news {
    float: none;
    width: auto;
    margin: 0;
}

.news_title {
    margin-top: 25px;
    background-image: url("../img/icon_news.png");
}

.media_title {
    background-image: url("../img/icon-media.png");
}

#contents .pickup .button,
#contents .past .button,
#contents .news .button {
    margin: 40px 0;
}

.footer_logo {
    text-align: left;
    margin-bottom: 38px;
    margin-top: 32px;
}
.footer_logo a {
    display: inline-block;
}

.copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #6e071a;
    padding: 31px 0;
}

.opacity50 {
    opacity: 0.5;
}
.pull-right {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    color: #820000;
    margin-top: 39px;
}
.info-head {
    position: relative;
    margin-bottom: 10px;
}
.info-head-t {
    margin-top: 30px;
}
.info-head .logo{
    position: absolute;
    right: 0;
    top: 0;
}
.info_tab {
    display: none;
}
/**comment info*/
.box-comment {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.box-comment .comment-img {
    width: 70px;
    display: inline-block;
}
.box-comment .comment-content {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}
.bb0{
    border-bottom: 0 !important;
}
.info_tab_td_fax {
    width: 48%;
    display: inline-block;
}
.content_info {
    margin-bottom: 1cm;
}
.balance.nuser tbody tr td{
    height: 17px;
}
.income_statement_info tr:first-child td, .income_statement_info tr:first-child td input {
    text-align: center !important;
}
.income_statement_info td, .income_statement_info td input {
    text-align: right !important;
}
.balance_info tr td:first-child, .balance_info tr td:nth-child(3) {
    text-align: center !important;
}
.balance_info td.finstate {
    text-align: right !important;
}
#info .text-right {
    position: absolute;
    right:0;
    top: 3px;
}
.contents_l h2 {
    margin-bottom: 15px !important;
}
#contents table td.ta_left .input {
    width: 98%;
}

.big_img {
    width: 685px;
    height: 400px;
}
.on_img {
    /* position: absolute; */
    top: 50px;
    left: 50px;
    color: #333 !important;
    font-size: 22px !important;
    z-index: 1;
    padding: 7px !important;
}
.below_img {
    margin: 5px 0 0 10px;
}

.regist_item_confirm_note {
    font-weight: bold;
    color: red;
    margin-top: -36px;
    padding-bottom: 16px;
    float: right;
    font-size: 14px;
}

.upload_ref_button_first {
    float: left;
    margin-left: 150px;
    margin-bottom: 65px;
}

.upload_ref_button_second {
    float: left;
    margin-left: 17px;
}

table.balance {
    width: 50% !important;
    float: left;
}

table.balance tr:first-child td {
    border-top: 2px solid #000 !important;
}

table.balance_left tr td:nth-child(2) {
    border-right: 1px solid #000 !important;
}

table.balance_right tr td:first-child {
    border-left: 1px solid #000 !important;
}
.sm_reminder input {
    width: 50%;
}
@media only screen and (max-width: 980px){
    .project-top{
        width: calc(100% - 40px)
    }
}
@media only screen and (max-width: 768px) {
    .sm_reminder input {
        width: 93%;
        display: block;
    }
    .pull-right{
        margin-top: 57px;
    }
    .n-sp-comming_soon {
        font-size: 24px;
        padding: 10px 0 0 0;
    }
    .n-sp-regist {
        font-size: 24px;
    }
    .project-top{
        width: 580px;
    }
}

.mb20 {
    margin-bottom: 30px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}


.link-underline {
    text-decoration: underline !important;
}
.info-head img {
    width: 100% !important;
    height: auto;
    max-width: unset;
}

#pr img {
    /* min-width: 100% !important; */
    height: auto !important;
    max-width: 100% !important;
}
/*----------------------------------*/
/*   Inq    */
/*----------------------------------*/
.inq-nobody{
    font-size: 16px;
    border: 1px solid #CCC;
    padding: 15px 0px;
}
.inq-nobody label {
    margin-right: 46px;
    margin-left: 22px;
}

@media only screen and (max-width: 884px){
    .inq-nobody label {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 700px){
    .inq-max {
        display: block;
    }
    .inq-nobody label {
        display: flex;
        align-items: center;
        margin-right: 0px!important;
        margin-left: 8px;
        height: 1px!important;
        padding-top: 0px!important;
        padding-bottom: 7px!important;
        margin-top: 20px;
        margin-bottom: 14px;
    }
}
.title1 {
    font-size: 24px !important;
    padding: 0px 5px 0px 5px !important;
    border-bottom: 0px !important;
    position: relative;
}

.title1::before{
    content: "";
    border: solid #82081f;
    width: 100px !important;
    position: absolute;
    height: 36px;
    border-width: 0px 0px 2px 0px;
    left: 0px;
    bottom: 0px;
    z-index: 10;
}
.title1::after {
    content: "";
    border: solid #ccc;
    width: 100% !important;
    position: absolute;
    height: 36px;
    border-width: 0px 0px 2px 0px;
    left: 0px;
    bottom: 0px;
}

.button-login {
    background-image: url(../img/icon_login.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}
.title1-inq{
    margin-bottom: 10px!important;
    margin-top: 30px;
}
.button-regist {
    background-image: url("../img/icon_logout.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}
.n_btn-danger {
    width: unset !important;
    min-width: 160px !important;
    background: #820000 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0px 15px !important;
    margin: 15px 15px !important;
    border: 0px !important;
}
.n_btn-danger:hover {
    background: #9b3333 !important;
}
.n_btn-danger-disabled {
    background: #cd9999 !important;
    pointer-events: none;
}
.n_btn-danger-res-com-disabled {
    background: #cd9999 !important;
    pointer-events: none;
}
  .n_btn-danger-res {
        width: unset !important;
        min-width: 160px !important;
        background: #820000 !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 0px 15px !important;
        margin: 15px 15px !important;
        border: 0px !important;
    }
    .n_btn-danger-res:hover {
        background: #9b3333 !important;
    }
    .n_btn-danger-res-disabled {
        background: #cd9999 !important;
        pointer-events: none;
    }
	 @media screen and (min-device-width: 465px) and (max-device-width: 736px) {
		.n_btn-danger-res {
			margin: 49px 14px !important;
		}
		.n_res-step-2{
			position: relative;
			top: 0px!important;
		}
	}

	@media only screen and (max-width: 660px) {
		.n_btn-danger-res {
			margin: 23px 14px !important;
		}
	}
@media only screen and (max-width: 464px) {
    .n_res-step-2{
        position: relative;
        top: 80px;
    }
    .n_res-next-step-2 {
        position: relative;
        top: -60px;
    }
}
	 .n_btn-danger-res-com {
        width: unset !important;
        min-width: 160px !important;
        background: #820000 !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 0px 15px !important;
        margin: 15px 15px !important;
        border: 0px !important;
    }
    .n_btn-danger-res-com:hover {
        background: #9b3333 !important;
    }
    .n_btn-danger-res-com-disabled {
        background: #cd9999 !important;
        pointer-events: none;
    }
    @media screen and (min-device-width: 425px) and (max-device-width: 768px) {
        .n_btn-danger-res-com{
            margin: 23px 14px !important;
        }
        .n_res-step-2-com{
            position: relative;
            top: 0px!important;
        }
    }
    @media only screen and (max-width: 660px) {
        .n_btn-danger-res-com {
            margin: 20px 14px !important;
        }
    }

@media only screen and (max-width: 440px) {
    .n_res-step-2-com{
        position: relative;
        top: 80px;
    }
    .n_res-next-step-2-com{
        position: relative;
        top: -60px;
    }
}
@media only screen and (max-width: 768px) {
    .n_group-btn {
        position: relative;
        top: -25px;
    }
}
.n_title-big {
    font-size: 24px !important;
    margin-top: 30px !important;
    padding: 0px 0px 0px 5px !important;
    border-bottom: 0px !important;
    position: relative;
}

.n_title-big::before{
    content: "";
    width: 100px !important;
    position: absolute;
    height: 2px;
    border-width: 0px 0px 2px 0px;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    background: #82081f !important;
}
.n_title-big::after {
    content: "";
    width: 100% !important;
    position: absolute;
    border-width: 0px 0px 2px 0px;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background: #ccc;
}
@media only screen and (max-width: 768px) {
    .n_title-big {
        margin-left: 10px !important;
    }
}
@media only screen and (max-width: 360px) {
    .n_title-big {
        margin-left: 5px !important;
    }
    .n-sp-comming_soon {
        font-size: 18px;
        padding: 10px 0 0 0;
    }
    .n-sp-regist {
        font-size: 18px;
    }
}

.n_title {
    background-color: #f1eee8 !important;
    color: #333 !important;
    font-size: 20px !important;
    padding: 5px 5px 3px 10px !important;
    text-align: left !important;
    margin-top: 30px !important;
    letter-spacing: 0px !important;
}
.n_title-sm {
    font-size: 14px !important;
    color: #cc0000 !important;
    margin-top: 30px !important;
    padding: 0px !important;
    padding-left: 5px !important;
}
.color-black_impotant {
    color: #000 !important;
}

.n_title-3 {
    font-size: 16px !important;
    margin-top: 30px !important;
    font-weight: bold;
}
.n_body_txt{
    font-size: 14px;
}

.n_red-color {
    color : #cc0000 !important;
}

.n_link-icon::before {
    content: "\f0da";
    font-family: fontAwesome;
    position: relative;
    left: -5px;
    text-decoration: none !important;
    font-size: 11px;
    color: #999 !important;
    display: inline-block;
}

.n_link-icon {
    color: #820000;
    /* border-bottom: 1px solid; */
    position: relative;
    text-decoration: underline;
}
.n_link-icon:hover {
    color: #820000;
    border-bottom: 0px solid;
    text-decoration: none !important;
}
.n_link-icon::after {
    position: absolute;
    width: 100%;
    height: 16px;
    border: solid #820000;
    border-width: 0px 0px 1px 0px;
    left: 0px;
    display: inherit;
}

.n_link-icon:hover::after  {
    border-width: 0px 0px 0px 0px;
}
.n_btn-right {
    position: absolute;
    top: 0px;
    right: 0px;
}
@media only screen and (max-width: 1024px){
    #contents .contents_m .top_news li span:last-child{
        font-weight: bold;
        width: 94% !important;
    }
}

@media only screen and (max-width: 736px){
    #contents .check-dis input{
        margin-top: 7px!important;
    }
}
@media only screen and (max-width: 530px) {
    .n_btn-right {
        position: relative;
        top: 0px;
        right: unset;
        margin: 0 auto !important;
        display: block;
    }
}

.n_group-title-pr {
    margin-bottom: 15px;
}

.n_btn-default {
    background: url(../img/th_back.jpg) center bottom repeat-x;
    border: 2px solid #cccccc !important;
    padding: 0px 5px !important;
    min-width: 110px !important;
}

.n_btn-default:hover {
    border: 2px solid #999999 !important;
}

.t_link-text {text-decoration: underline !important;color: #820000;}
.t_link-text:hover {text-decoration: none !important;color: #820000;}

/*----------------------------------*/
/*   item pay    */
/*----------------------------------*/
.pay-link a{
    text-decoration: underline;
    color: #820000;
}
.pay-link a:hover {
    text-decoration: none;
}
.pay-link-img {
    margin-right: 5px;
    width: 3.5px!important;
}
.ml-3 {
    margin-left: 3px !important;
}
.mr-3 {
    margin-right: 3px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}

#contents .check-input-del{
    cursor: pointer;
    display: inline-block;
    background: url(../img/th_back.jpg) center bottom repeat-x #fff;
    font-size: 14px;
    border: 2px solid #cccccc;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 110px;
}
#contents .check-input-del:hover{
    border: 2px solid #999999;
}
.check-right-res {
    z-index: 100;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
}

/*Project CSS*/
.pj_title-qoute {
    font-size: 22px !important;
    margin-top: 30px !important;
    position: relative;
    border-bottom: 1px solid #999 !important;
    border-top: 0px !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 17px !important;
    line-height: 1.5 !important;
}
.pj_title-qoute::before {
    content: "";
    position: absolute;
    border: solid #820000;
    height: 100%;
    border-width: 0px 0px 0px 6px;
    left: 0px;
    bottom: 5px;
}
.wrp-accordian-btn {
    text-align: center;
}
.accordian-btn {
    width: 350px;
    padding: 8px 0;
    height: auto;
    border: none;
    background: #f7f7f4;
    border-radius: 20px;
    position: relative;
}
.accordian-btn span {
    font-size: 16px;
}
.accordian-btn::before {
    content: "";
    position: absolute;
    left: 110px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 3px;
    margin: auto;
    transform: rotate(90deg);
    background: #6E071A;
    transition: all .3s ease-in-out;
}
.accordian-btn.open::before {
    transform: rotate(180deg);
}
.accordian-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 110px;
    margin: auto;
    width: 16px;
    height: 3px;
    background: #6E071A;
    transition: all .3s ease-in-out;
}
.accordian-btn:hover {
    border: none;
}

.info_tab section .wrp-accordian {
    display: none;
}
.primary-color {
    color: #2196f3 !important;
}

.pj_title {
    background-color: #f1eee8 !important;
    font-size: 20px !important;
    padding: 5px 5px 3px 10px !important;
    text-align: left !important;
    margin-top: 30px !important;
    letter-spacing: 0px !important;
    color: #2196F3 !important;
}

/*End Project CSS*/

#n_link-back p {
    margin: 10px 0px;
}

#n_link-back {
    margin-left: 7px;
}

#n_link-back .n_link-icon {
    margin-left: 7px;
}

@media only screen and (max-width: 425px) {
    #footer .navi:nth-of-type(2) {
        width: 52%;
        /*padding-left: 15px !important;*/
    }
}



/*CSS for news*/

.tb_list-news {
    border: 0px !important;
}
.tb_list-news tr td {
    border: 0px !important;
    font-size: 16px;
    text-align: left !important;
    vertical-align: top;
}
.tb_list-news tr td a{
    text-decoration: underline;
}
.tb_list-news tr td.tb_date {
    padding-left:5px !important;
    width: 110px !important;
}

/*CSS NO 132*/
.sm-block {
    display: inline;
}
.text-span {
    display: inline;
    position: unset;
    top: unset;
}
.sm-left {
    margin-left: 2px;
}
.first-label {
    margin-left: 12px;
}
.second-label {
    margin-left: 10px;
}

@media (max-width: 616px) {
    input[name=name],input[name=personalname],input[name=name_kana],input[name=personalname_kana] {
        width: calc(83% - 10px) !important;
    }
    .sm-block {
        display: block;
    }
    .text-span {
        top: 1px;
        display: inline-block;
        position: relative;
    }
    .sm-left {
        margin-left: unset;
    }
    .top3 {
        top: 3px !important;
    }
    .first-label {
        margin-left: 12px;
    }
    .second-label {
        margin-left: 12px;
    }
}
/*END CSS 132*/

/*color text*/
.n_text-danger{
    color: #cc0000 !important;
}
.n_text-default{
    color: #333333 !important;
}
/*end color text*/


/*
CSS Step 1
*/

.n_link-pdf {
    display: inline-block;
    color: #82081f;
    font-size: 14px;
    background: url(../img/icon-pdf.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 24px;
    background-position: 0px 0px;
    /* z-index: 300; */
    /* padding-top: 5px; */
    line-height: 2;
}
.n_slide-down {
    background: #ddd;
    /* padding: 10px 5px; */
    font-size: 14px;
    text-decoration: none !important;
    display: block;
    /* margin-bottom: 5px; */
    border: 1px solid #999;
    margin-top: 15px;
    cursor: pointer;
}

.n_text-open, .n_text-close {
    float: right;
}

.n_text-open:after {
    content: "\f067";
}
.n_text-close:after {
    content: "\f068";
}
.n_text-open:after, .n_text-close:after {
    font-family: iconFonts;
    color: #820000;
    font-size: 18px;
}
.content-none-slide {
    padding-left: 15px;
}
.content-slide {
    padding-left: 15px;
    border: 1px solid #999;
    border-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}
.content-checkbox {
    background: rgb(255, 231, 231);
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid rgb(130, 0, 0);
    border-radius: 10px;
}
.n_slide-down table {
    border: 0px !important;
    margin-bottom: 0px !important;
}
.n_slide-down table tr td {
    border: 0px !important;
    text-align: left !important;
}
.n_text-left {
    width: 72% !important;
}
.n_text-content {
    font-size: 12px;
}
/*End CSS step 1*/
.table_disable {
    display: none;
}
@media (max-width: 768px) {
    .table_sp_disable{
        display: inline-table;
    }
    .padding_sp_10 {
        padding: 10px !important;
    }
    .text-end {
        color: #000;
        font-size: 14px !important;
        text-align: center;
    }
    .comming_soon_text {
        max-height: 175px !important;
        overflow: hidden;
    }
    .n_title {
        padding-left: 0px !important;
    }
    .accordian-btn {
        width: 250px;
    }
    .accordian-btn::before {
        left: 60px;
    }
    .accordian-btn::after {
        left: 60px;
    }
}
@media (min-width: 768px) {
    .table_pc_disable{
        display: inline-table;
    }
}

@media (min-width: 588px) and (max-width: 992px){
    .center_table {
        text-align: center;
    }
}
@media (max-width: 992px) {
    .scroll_table {
        overflow-x: auto;
    }
    .padding_10 {
        padding: 10px !important;
    }
}
.padding_2 {
    padding: 2px !important;
}
.text-end {
    color: #000;
    font-size: 16px;
    text-align: center;
}
@media (max-width: 774px) {
    .text-end {
        color: #000;
        font-size: 14px !important;
        text-align: center;
    }
}
.load_text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comming_soon_text {
    max-height: 94px;
    overflow: hidden;
}
@media (min-width: 769px) and (max-width: 885px){
    .slider_intro {
        height: 55px; !important;
    }
}
.note_info {
    max-height: 35px !important;
    overflow: hidden;
}
.edit_hidden {
    pointer-events: none;
}
.hidden_upload {
    display: none;
}
.error-limit-user-message {
    padding: 10px;
    color: red;
}


.nuser-limit-message {
    font-size: 18px;
    padding: 10px 24px;
    padding-bottom: 0;
    color: red;
}
@media only screen and (max-width: 717px) {
    .nuser-limit-message {
        padding: 10px;
    }
}
.nuser-limit-message-title {
    font-size: 24px;
}

.adds_sub_change {
    width: 160px;
}
table.sm_tb_nonboder.sm_table_one.sm_box_checkbox.margin_top_edit_user {
    margin-top: 0px !important;
}
.disable_button_edit_nuser {
    pointer-events: none;
    opacity: 0.5;
}
.sm_box_checkbox .checkmark_edit_nuser {
    top: 6px !important;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    .sm_box_checkbox .checkmark_edit_nuser {
        top: 5px !important;
    }
}}
@media screen and (min-width:0\0) {
    .sm_box_checkbox .checkmark_edit_nuser {
        top: -2px !important;
    }
}
.remove_border {
    border: none;
}
.past_success {
    display: block;
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F23F69;
    height: 40px;
    font-weight: bold;
    position: relative;
}
.past_success:before, .past_success:after {
    content:"";
    position: absolute;
    z-index: 1;
    top: 100%;
}
.past_success:before {
    left: 0;
    border-top: 5px solid #930D2C;
    border-right: 5px solid #930D2C;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.past_success:after {
    right: 0;
    border-top: 5px solid #930D2C;
    border-left: 5px solid #930D2C;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}
.dislay_past_project_sp {
    display: none;
}
.page_past .dislay_past_project_sp {
    display: none !important;
}
.dislay_past_project_pc {
    display: block;
}
@media only screen and (max-width: 768px) {
    .dislay_past_project_sp {
        width: 580px;
        display: block !important;
        margin: auto 10px;
    }
    .page_past .dislay_past_project_sp {
        display: block !important;
    }
    .dislay_past_project_sp img{
        max-width: 75%;
        max-height: 390px;
        width: 100%;
        height: 100%;
        margin-top: -13px;
    }
    .dislay_past_project_sp .img{
        height: auto;
        margin-bottom: 0 !important;
    }
    .dislay_past_project_sp .past_success{
        top: -15px;
        margin: -20px 0 0 0;
    }
    .dislay_past_project_sp .pj-icom-name-list {
        font-size: 12px;
    }
    .dislay_past_project_sp .product_name_list {
        font-size: 16px;
        height: auto;
    }
    .dislay_past_project_sp .description {
        font-size: 14px;
    }
    .dislay_past_project_pc {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .background-past-project {
        background-color: white;
    }
}
@media only screen and (max-width: 909px) {
    .past_success {
        margin-bottom: -39px;
        z-index: 1;
        margin-left: 10px;
        margin-right: 10px;
        top: -20px;
        margin-top: 20px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 550px) {
    .dislay_past_project_sp img{
        max-width: 80%;
    }
    .accordian-btn span {
        font-size: 14px;
    }
    .accordian-btn {
        width: 200px;
    }
    .accordian-btn::before {
        left: 40px;
        width: 14px;
    }
    .accordian-btn::after {
        left: 40px;
        width: 14px;
    }
}
@media only screen and (max-width: 360px) {
    .dislay_past_project_sp {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
.margin-top-none {
    margin-top: 0px !important;
}
.margin-left-none {
    margin-left: 0px !important;
}
.width-580 {
    width: 580px !important;
}
.text-success {
    transform: scale(0.8, 1);
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    .text-success {
        transform: scale(0.8, 0.9);
    }
}}


#media_tbl {
    width: 100%;
    border: none !important;
}
#media_tbl td {
    width: 50%;
    border: none !important;
    padding: 0px 70px !important;
}
#media_tbl td img {
    max-width: 100%;
}
.media-title {
    margin-top: 25px;
}
.td-media-sankei img {
    width: 60%;
}
.td-media-rakuten img {
    width: 90%;
}
.td-media-techo img {
    width: 30%;
}
#media_tbl td.td-media-excite {
    padding: 0px 40px !important;
}
.td-media-nikkei img {
    width: 45%;
}
#media_tbl td.padding-top-60 {
    padding-top: 60px !important;
}
@media only screen and (max-width: 600px) {
    #media_tbl td {
        padding: 0px 25px !important;
    }

    #media_tbl td.td-media-excite {
        padding: 0px 10px !important;
    }
    #media_tbl td.padding-top-60 {
        padding-top: 25px !important;
    }
}

/*
CSS UN-572
*/
@media only screen and (max-width: 616px) {
    .info-nuser {
        display: flex;
        text-align: center;
    }

    .info-nuser input {
        margin-top: 0 !important;
    }

    .ta_left .info-nuser:not(:first-child) {
        margin-top: 5px;
    }

    .text-info-nuser {
        margin: auto;
        min-width: fit-content;
    }

    .text-block:before {
        content: "　";
    }

    .info-block {
        display: none;
    }
}

@media only screen and (min-width: 617px) {
    .info-right {
        display: flex;
    }

    .text-block:after {
        content: "　";
    }
}

.info-error {
    height: 20px;
}

@media only screen and (max-width: 353px) {
    .info-error {
        min-height: 40px;
    }
	.index-front {
        text-align: center;
        color: red;
        font-size: 19px;
        word-break: break-all;
    }
}
/* End CSS UN-572 */
.media-line {
    height: 2px;
    background: #f7f5ed;
}
.media-content {
    padding-bottom: 40px;
}
.img_banner{
    padding-bottom: 15px ;
}
.slider_comming {
    width: 100%;
    height: auto;
}
.success-margin-top {
    margin-top: 35px;
}
.percent_sp {
    padding: 6px 0 0 13px !important;
}
.text-regist {
    text-align: center;
    color: red;
    text-decoration: underline;
    font-weight: bold;
}
.padding_text_ir {
    padding: 0 5px;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .padding_text_ir {
        padding: 0 10px;
        text-align: left;
    }
    .slider-banner-big-pass img {
        width: 327px;

    }
}
@media only screen and (max-width: 360px) {
    .slider-banner-big-pass img{
        max-width: 320px;
        width: 100%;
    }
}

.top-pass-project {
    margin-top: 40px;
}
.border-none {
    border-left: 0px !important;
    border-right: 0px !important;
    font-size: 14px !important;
}
.border-none td {
     border: 0px !important;
     border-left: 0px !important;
     border-right: 0px !important;
    text-align: left !important;
    padding: 0px !important;
}
.ver-top {
    vertical-align: top;
}
/*hack css IE*/
@media screen and (min-width:0\0) {
    .mt-0 {
        margin-top: 5px !important;
    }
}

/* CSS UN-228*/
.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}
.idn-text-19 {
    text-indent: -19px;
}
.pl-19 {
    padding-left: 19px;
}
.page-break-wrp {
    margin: 60px auto 100px;
}
.campaign-section-01 p,
.campaign-section-02 p,
.page-break-wrp p {
    font-size: 16px;
    line-height: 1.7;
}
.img-campaign-new-father {
    margin-top: 25px;
}
#contents .title-campaign {
    font-weight: 400;
    padding: 8px 0 !important;
    border-bottom: none;
    margin-bottom: 50px;
    border-bottom: 2px solid #253134;
    border-top: 2px solid #253134;
    height: 80px;
    display: flex;
    align-items: center;
}
#contents .title-campaign span {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 28px;
    display: inline-block;
    float: none;
    font-weight: normal;
    margin-left: 30px;
}
#contents .sub-title-campaign {
    font-size: 20px !important;
    font-weight: 400;
    background-color: #253134 !important;
    color: #ffffff !important;
    text-align: left;
    padding: 10px 0 !important;
    margin: 30px 0;
}
#contents .sub-title-campaign span {
    margin-left: 30px;
}
.page-break-wrp .link-scroll-wrp {
    display: flex;
    justify-content: center;
    margin: 80px 0 40px 0;
    position: relative;
}
.page-break-wrp .link-scroll {
    color: #ffffff;
    background-color: #253134;
    margin: 20px 21px;
    text-align: center;
    border-radius: 8px;
    width: 420px;
    height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.page-break-wrp .link-scroll span {
    display: block;
    line-height: 1.6;
}
.page-break-wrp .link-scroll span:nth-child(1) {
    font-size: 20px;
}
.page-break-wrp .link-scroll span:nth-child(2) {
    font-size: 28px;
    line-height: 1.5;
}
.page-break-wrp .link-scroll span:nth-child(3) {
    font-size: 18px;
}
.campaign-text {
    font-size: 18px !important;
}
.link-register-nuser,
.link-tw-follow {
    width: 420px;
    height: 77px;
    background-color: #A00000;
    display: flex;
    margin: 50px auto 100px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
}
.link-register-nuser:hover,
.link-tw-follow:hover,
.page-break-wrp .link-scroll:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
}
.contents-campaign {
    margin: 50px 0 100px;
}
.contents-campaign .first-ctn {
    margin: 30px 0;
}
.table-campaign {
    border: none !important;
}

.table-campaign td {
    text-align: left !important;
    vertical-align: top;
}

.table-campaign-1 td {
    padding-right: 18px !important;
    vertical-align: top;
}

.campaign-icon-2 {
    margin-left: 4.5% !important;
    margin-right: 2% !important;
}

.dl-flex {
    display: flex;
}

.max-width-980 {
    max-width: 980px !important;
}

.campaign-pc td:first-child {
    width: 210px;
}
.close-kyanpen {
    color: #f81818;
    padding-left: 15px;
}
@media screen and (max-width: 767px) {
    .page-break-wrp .link-scroll-wrp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .campaign-icon-2 {
        margin-left: 5% !important;
        margin-right: 0.5% !important;
    }
    .campaign-pc {
        display: none;
    }

    .campaign-sp {
        display: block;
    }
    .campaign-section-01 p,
    .campaign-section-02 p, 
    .page-break-wrp p {
        font-size: 16px;
        text-align: justify;
    }
    .img-campaign-new-father {
        margin-top: 10px;
    }
    .banner-box-wrp {
        padding: 10px 0;
        margin-top: 25px;
    }
    .campaign-sp .link-scroll {
        font-size: 20px;
        color: #ffffff;
        width: 250px;
        height: 60px;
        background-color: #253134;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .campaign-sp .link-scroll:hover {
        opacity: 0.7;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    #contents .title-campaign {
        font-size: 19px;
        height: 90px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
    .close-kyanpen {
        padding-left: 0;
    }
    #contents .title-campaign span {
        display: block;
        margin-left: 0;
        font-size: 28px;
    }
    #contents .sub-title-campaign {
        font-size: 16px !important;
        padding: 6px 0 !important;
    }
    .link-register-nuser,
    .link-tw-follow {
        width: 280px;
        height: 50px;
        font-size: 18px;
        margin: 30px auto 60px;
    }
    .page-break-wrp {
        margin: 20px auto 40px;
    }
    .text-blue-sp {
        color: #0070c0;
        font-weight: bold;
    }

    .btn-campaign-regist {
        width: 100%;
    }

    .campaign-text {
        font-size: 14px !important;
    }

    .campaign-icon-1:before {
        content: "●";
    }

    .campaign-icon-2:before {
        content: "・";
    }
}

@media screen and (min-width:768px) {
    .campaign-pc {
        display: block !important;
    }

    .campaign-sp {
        display: none !important;
    }

    .btn-campaign-regist {
        width: 100%;
        margin: 0 auto;
    }

    .campaign-icon-1:before {
        content: "➢";
    }

    .campaign-icon-2:before {
        content: "●";
        font-size: 12px;
    }

    .m-tb-50-pc {
        margin: 50px auto !important;
    }
}

@media screen and (max-width: 600px) {
    .campaign-icon-2 {
        margin-left: 6% !important;
    }
}

@media screen and (max-width: 500px) {
    .campaign-icon-2 {
        margin-left: 7% !important;
    }
}

@media screen and (max-width: 400px) {
    .campaign-icon-2 {
        margin-left: 9% !important;
    }
}

@media screen and (max-width: 320px) {
    .campaign-icon-2 {
        margin-left: 11% !important;
    }
}

/* CSS UN-233*/
.media-content {
    padding: 0;
}
.media-content img {
    width: 100%;
}
.media-content #media_tbl {
    margin-bottom: -3%;
}

/* CSS UN-238*/
.w-79 {
    width: 79%;
}

.mt-percent-3 {
    margin-top: 3% !important;
}
.company_name {
    float: right;
    font-weight: lighter;
    font-size: 22px;
    margin-right: 6%;
}
.send-question {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.title-ques {
    float: left;
    margin-left: 3%;
    margin-bottom: 15px;
}
.title-send-ques {
    text-align: center;
    color: #0070C0;
    text-decoration: underline;
    margin-right: 30%;
    cursor: pointer;
    font-size: 15px;
}
.title-ques-send {
    text-align: left;
}
.company-name-send {
    text-align: left;
    font-weight: lighter;
    font-size: 22px;
    margin: 20px 0;
}
.button-send-ques {
    float: right;
}
.button-back-show {
    border-radius: 0px !important;
    margin: 0px;
    min-width: 125px !important;
}
.button-send{
    border-radius: 0px !important;
    margin: 0px;
    min-width: 125px !important;
}
.btn-close {
    border-radius: 0px !important;
    margin: 0 25px 0 0!important;
    min-width: 125px !important;
}
#modal_send textarea {
    padding: 5px !important;
    min-width: 97% !important;
}
.popup-show-ques {
    height: calc(100% - 110px) !important
}
.show-ques {
    border: 1.5px dashed #999;
    height: calc(100% - 100px);
    width: 100%;
    padding: 7px;
    overflow: scroll;
    text-align: left;
}
.popup-send-ques {
    resize: none;
    width: 99%;
    height: calc(100% - 140px);
    padding: 0px;
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .title-ques {
        float: none !important;
        text-align: left !important;
    }
    .company_name {
        float: none !important;
        text-align: left !important;
        font-size: 17px;
    }
    .send-question {
        justify-content: space-between;
        margin-right: 0px;
    }
    .btn-close {
        margin: 0px !important;
    }
    .title-ques {
        margin-left: 0px;
        margin-bottom: 0px;
        font-size: 20px;
    }
    .button-send-ques {
        float: none;
    }
    .show-ques{
        height: calc(100% - 166px);
    }
    .popup-send-ques {
        height: calc(100% - 100px);
    }
    .popup-send-ques {
        font-size: 18px;
    }
}

@media screen and (max-width: 730px) {
    .send-question {
        display: block;
    }
    .title-send-ques {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 467px) {
    .popup-send-ques {
        height: calc(100% - 180px);
    }
}

@media screen and (max-width: 415px) {
    .button-send-ques .n_btn-danger {
        margin: 5px !important;
    }
    .company-name-send {
        margin: 10px 0;
    }
}

@media screen and (max-width: 375px) {
    .popup-send-ques {
        height: calc(100% - 150px);
    }
}
.padding-popup-comfirm {
    padding-top: 0px !important;
}
@media screen and (min-width:0\0) {
    .padding-popup-comfirm {
        padding-top: 350px !important;
    }
}
. title_search_past {
    border-bottom: none !important;
    margin-bottom: 0px;
    padding-bottom: 5px !important;
    padding-left: 0px;
}
.text-left {
    text-align: left;
}
.button_show_past_project {
    background: white !important;
    color: #780a1e !important;
    font-weight: bold !important;
    border: 1px solid #ccc !important;
    padding: 0px 8px !important;
    min-width: 260px !important;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.button_show_past_project:hover {
    background: #ddd !important;
    cursor: pointer;
}
.button_show_past_project i {
    border: solid #780a1e;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    float: right;
}
.position_search_past {
    text-align: left !important;
}
@media screen and (max-width: 320px) {
    #search_past h2 {
        font-size: 23px; !important;
    }
}
@media screen and (max-width: 768px) {
    .margin-success {
        margin-top: 25px;
    }
    .banner_past {
        margin: 0px !important;
    }
    .button_show_past_project {
        min-width: 200px !important;
    }
    .position_search_past {
        text-align: center !important;
    }
}
@media screen and (min-width: 768px) {
    .project_items {
        display: inline-flex !important;
    }
}
.project_items {
    width: 825px !important;
    border: none !important;
    padding: 0px !important;
}
.project_items_success {
    width: 825px;
    display: inline-block;
    margin-right: 12px;
}
.banner_past {
    width: 840px !important;
    border: none !important;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    .project_items {
        width: 720px !important;
    }
    .project_items_success {
        width: 690px !important;
        margin-right: 20px;
    }
    .banner_past {
        width: 720px !important;
        padding: 0px !important;
    }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
    .project_items_success {
        margin-right: 12px;
    }
}
.arrow_margin {
    margin-top: 10px;
}
@media screen and (min-width:0\0) {
    .arrow_margin {
        margin-top: 6px;
    }
}
@media screen and (max-width: 991px) {
    .inner {
        max-width: 980px;
    }
}
