@charset "UTF-8";

/********************************
works
********************************/
.works {
    background-color: #171717;
}
.cat_nav {
    text-align: center;
    padding: 24px;
    clear: both;
}
.cat_nav ul {
}
.cat_nav li {
    display: inline-block;
    font-size: 12px;
}

.cat_nav a {
    display: block;
    color: #999999;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.cat_nav a:after {
    content: "｜";
    color: #444444;
    padding-left:20px;
}

.cat_nav li:last-child a:after {
    content: "";
}

.cat_nav a:hover {
    color: #c8a000;
}

.cat_nav li.current a {
    color: #c8a000;
}

/*Worksページネーション*/
.pagenation {
    clear: both;
    padding: 60px 0;
    text-align: center;
}
.pagenation li {
    display: inline-block;
    font-size: 14px;
}
.pagenation a {
    display: block;
    color: #999999;
    padding: 0 5px 0 0;
    text-decoration: none;
}
.pagenation a span {
    padding: 0 5px 7px 5px;
}

.pagenation a:after {
    content: "｜";
    color: #444444;
    padding-left:5px;
}

.pagenation li:last-child a:after {
    content: "";
}

.pagenation a:hover {
    color: #c8a000;
}
.pagenation a:hover span {
    border-bottom: 4px solid #c8a000;
}
.pagenation li.current a {
    color: #c8a000;
}
.pagenation li.current a span {
    border-bottom: 4px solid #c8a000;
}

/*works詳細*/

.works_detail {
    padding: 60px 0 75px;
}
.works_detail a {
    color: #c8a000;
}

.works_detail .works_ph {

}
.works_detail .works_link {
    position: relative;
}
.works_detail .works_ph .photo {
    width: 100%;
    height: auto;

}

.works_detail .works_ph .works_link .arw {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11.11111111111111%;
    height: 19.76284584980237%;
}

.works_detail .works_ph .works_link .on,
.works_detail .works_ph .works_link .off {
    position: absolute;
    width: 100%;
    height: auto;
}

.works_detail figcaption {
    color: #ffffff;
	border-bottom:1px solid #515151;
    padding: 60px 6.666666666666667% 75px;
}

.works_detail figcaption .cate_date_txt {
    font-size: 11px;
    display: block;
    color: #9a9a9a;
    margin-bottom: 30px;
    line-height: 1;
}
.works_detail .cate_date_txt span {
    color: #c8a000;
    padding-right: 15px;
}
.works_detail figcaption .feed_title {
    display: block;
    font-weight: normal;
    font-size: 28px;
    margin: 0 0 25px;
}

.works_detail .works_txt {
    font-size: 13px;
    margin-bottom: 45px;
}
.works_detail .works_txt_2 {
	color:#666;
    font-size: 13px;
    margin-top: 30px;
}
.works_detail .works_txt a {
	color:#c8a000;
}
.works_detail .works_txt .works_url {
    display: block;
}
.works_detail .relation {
    font-size: 11px;
    color: #666666;
}
.works .relation .list {
    float: left;
    width: 42.22222222222222%;
}
.works .relation .list:nth-child(2) {
    float: right;
}
.works .relation h3 {
    font-size: 11px;
    margin-bottom: 30px;
    line-height: 1;
}
.works .relation dl {

}
.works .relation dt {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 38.15789473684211%;

}
.works .relation dd {
    color: #ffffff;
    margin-bottom: 5px;
    padding: 0 0 0 38.15789473684211%;
}

.works .relation dd span a {
    color: #c8a000;
}
#page_share {
	letter-spacing:-0.4em;
	margin-top:30px;
}
#page_share span a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:36px;
	height:36px;
	letter-spacing:normal;
	border:1px solid #656565;
}
#page_share #page_share_fb a {
	border-right:none;
	background:url(../../assets/common/images/page_share_fb.png) no-repeat 0 0;
}
#page_share #page_share_tw a {
	background:url(../../assets/common/images/page_share_tw.png) no-repeat 0 0;
}
/* works社内用エリア */
#works_house {
	margin-bottom:30px;
}
#works_house dl,
#works_house_comment dl {
	position:relative;
	font-size:13px;
}
#works_house dt,
#works_house_comment dt {
	position:absolute;
	top:0;
	left:0;
}
#works_house dd {
	margin-left:130px;
}
#works_house_comment {
	margin-top:30px;
	padding:34px 0;
	border-top:1px solid #515151;
	border-bottom:1px solid #515151;
}
#works_house_comment dl {
	margin-bottom:20px;
}
#works_house_comment dl:last-child {
	margin-bottom:0;
}
#works_house_comment dd {
	margin-left:140px;
}
.other_works_list {
    padding: 60px 0;
    line-height: 1.4;
}
.other_works_list .other_works {
    float: left;
    width: 28.888888888888886%;
    margin-right: 6.666666666666667%;
    margin-bottom: 50px;
}

.other_works_list .other_works:nth-child(3n) {
    margin-right: 0;
}

.other_works_list .cate_date_txt {
    font-size: 11px;
    display: block;
    color: #9a9a9a;
    margin-bottom: 10px;
    line-height: 1;
}
.other_works_list .cate_date_txt span {
    color: #c8a000;
    padding-right: 15px;
}
.other_works_list .feed_title {
    font-size: 14px;
    color: #ffffff;
}
.btn_works_index {
}
.btn_works_index p {
    text-align: center;
}
.btn_works_index a {
    font-size: 11px;
    color: #8a8a8a;
    position: relative;
    padding-top: 55px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.btn_works_index a:hover {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.btn_works_index .on,
.btn_works_index .off{
    display: inline-block;
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin:auto auto;
}

/********************************
news
********************************/
.news {
    background-color: #ffffff;
}
.cat_nav.news_cat {
    text-align: center;
    background-color: #ffffff;
	border-bottom:1px solid #DDD;
}

.cat_nav.news_cat a:after {
    content: "｜";
    color: #dddddd;
    padding-left:20px;
}

.news_list .feed_panel li:nth-child(4n+1) {
    opacity : 0;
    clear: both;
}

.news_list .feed_panel figure {
    margin: 0;
    overflow: hidden;
    position:relative;
    text-align: center;
}

.news_list .feed_panel a {
    text-decoration: none;
}

.news_list .feed_panel a figcaption {
    width: 100%;
    background-color: #ffffff;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    position:inherit;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0;
    padding-bottom: 20px;
    z-index: 2;
}

.news_list .feed_panel figcaption .cate_date_txt {
    font-size: 11px;
    padding-left: 20px;
    line-height: 1;
    color: #b3b3b3;
}
.news_list .feed_panel .cate_date_txt span {
    color: #c8a000;
    padding-right: 15px;
    line-height: 1;
}
.news_list .feed_panel figcaption .feed_title {
    color: #000;
    display: block;
    font-size: 14px;
    padding-left: 20px;
}

/*NEWSページネーション*/
.news_list .pagenation {
    clear: both;
    background-color: #ffffff;
}

.news_list .pagenation a:after {
    content: "｜";
    color: #dddddd;
    padding-left:5px;
}

/*NEWS詳細*/

.news_detail {
    padding: 60px 0 75px;
}

.news_detail .news_ph .photo {
    width: 100%;
    height: auto;

}

.news_detail .news_content {
    color: #000;
    padding: 60px 6.666666666666667% 60px;
}

.news_detail .cate_date_txt {
    font-size: 11px;
    display: block;
    color: #9a9a9a;
    margin-bottom: 30px;
    line-height: 1;
}
.news_detail .cate_date_txt span {
    color: #c8a000;
    padding-right: 15px;
}
.news_detail .feed_title {
    display: block;
    font-weight: normal;
    font-size: 28px;
    margin: 0 0 25px;
}

.news_detail .news_txt {
    font-size: 13px;
    margin-bottom: 45px;
}

.news .other_works_list {
    border-top: 1px solid #dddddd;
}

.news .other_works_list .feed_title {
    font-size: 14px;
    color: #141414;
}

.news .btn_works_index a:hover {
    color: #000000;
}

/********************************
blog
********************************/
.blog {
    background-color: #ffffff;
}
.cat_nav.blog_cat {
    text-align: center;
    background-color: #ffffff;
	border-bottom:1px solid #DDD;
}

.cat_nav.blog_cat a:after {
    content: "｜";
    color: #dddddd;
    padding-left:20px;
}

.blog_list .feed_panel li:nth-child(4n+1) {
    opacity : 0;
    clear: both;
}

.blog_list .feed_panel figure {
    margin: 0;
    overflow: hidden;
    position:relative;
    text-align: center;
}

.blog_list .feed_panel a {
    text-decoration: none;
}

.blog_list .feed_panel a figcaption {
    width: 100%;
    background-color: #ffffff;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    position:inherit;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0;
    padding-bottom: 20px;
    z-index: 2;
}

.blog_list .feed_panel figcaption .cate_date_txt {
    font-size: 11px;
    padding-left: 20px;
    line-height: 1;
    color: #b3b3b3;
}
.blog_list .feed_panel .cate_date_txt span {
    color: #c8a000;
    padding-right: 15px;
    line-height: 1;
}
.blog_list .feed_panel figcaption .feed_title {
    color: #000;
    display: block;
    font-size: 14px;
    padding-left: 20px;
}

/*blogページネーション*/
.blog_list .pagenation {
    clear: both;
    background-color: #ffffff;
}

.blog_list .pagenation a:after {
    content: "｜";
    color: #dddddd;
    padding-left:5px;
}

/*blog詳細*/

.blog_detail {
    padding: 60px 0 75px;
}

.blog_detail .blog_ph .photo {
    width: 100%;
    height: auto;

}

.blog_detail .blog_content {
    color: #000;
    padding: 60px 6.666666666666667% 60px;
}

.blog_detail .cate_date_txt {
    font-size: 11px;
    display: block;
    color: #9a9a9a;
    margin-bottom: 30px;
    line-height: 1;
}
.blog_detail .cate_date_txt span {
    color: #c8a000;
    padding-right: 15px;
}
.blog_detail .feed_title {
    display: block;
    font-weight: normal;
    font-size: 28px;
    margin: 0 0 25px;
}

.blog_detail .blog_txt {
    font-size: 13px;
    margin-bottom: 45px;
}

.blog .other_works_list {
    border-top: 1px solid #dddddd;
}

.blog .other_works_list .feed_title {
    font-size: 14px;
    color: #141414;
}

.blog .btn_works_index a:hover {
    color: #000000;
}

/********************************
RECRUIT
********************************/
.recruit {
    background-color: #ffffff;
}
/*メイン*/
.recruit .main {
    width: 100%;
    height: auto;
}
.recruit .main a.thumnail {
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.recruit .main img {
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
.recruit .main .cate_date_txt {
    font-size: 11px;
    padding-left: 30px;
    color: #b3b3b3;
}

.recruit .main .cate_date_txt span {
    color: #c8a000;
    padding-right: 15px;
}
.recruit .main figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.recruit .main a figcaption {
    width: 100%;
    background-color: #ffffff;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    position:inherit;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-top:10px;
    padding-bottom:25px;
    z-index: 2;
}
.recruit .main .feed_title {
    color: #141414;
    display: block;
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.4;
}
.other_works_list .feed_title a {
    color:#c09b0f;
}
.recruit .main a:hover figure img {
    transform: scale(1.10,1.10);
    -webkit-transform:scale(1.10,1.10);
    -moz-transform:scale(1.10,1.10);
    -ms-transform:scale(1.10,1.10);
    -o-transform:scale(1.10,1.10);
}

/*パネル*/
.recruit .feed_panel .photo {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.recruit .feed_panel figure {

}

.recruit .brand_logo {
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom:0;
    z-index: 2;
    margin:auto auto;
    width: 45%;
    height: 40%;
}

.recruit .feed_panel a.thumnail .brand_logo img {
    width: 100%;
    height: auto;
}

.recruit .feed_panel .panel_grad {
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, rgba(0,0,0,0.5)), color-stop(0.20, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 99%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 99%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 99%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 99%);
    background: linear-gradient(top, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 99%);
    position: absolute;
    left: 0;
    top:0;
    bottom:inherit;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.recruit .feed_panel .big .panel_grad {
    display: block;
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, rgba(0,0,0,0.8)), color-stop(0.20, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.8) 99%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.8) 99%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.8) 99%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.8) 99%);
    background: linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.8) 99%);
}

.recruit .feed_panel a:hover .panel_grad {
    opacity: 0;
}

/*詳細*/
.recruit .sub_ttl {
    font-size: 16px;
    margin-bottom: 5px;
}
.recruit .news_content .news_txt p {
    margin-bottom: 1.5em;
}

.recruit .news_content a {
    color: #c09b0f;
    text-decoration: none;
}

.recruit .news_content ol{
    margin-left: 2em;
    margin-bottom: 2em;
}

.recruit .news_content ul {
    margin-left: 2em;
    margin-bottom: 2em;
}

.recruit .fig {
    width: 100%;
    margin: 0 auto 2em;
    border-collapse: collapse;
    border-top: 1px solid #dddddd;
}

.recruit .fig th,
.recruit .fig td {
    padding: 30px;
}

.recruit .fig th {
    font-weight: normal;
    text-align: left;
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
}

.recruit .fig td {
    border-bottom: 1px solid #dddddd;
}
.recruit .news_detail .cate_date_txt {
    margin-bottom: 10px;
}


/********************************
 動的でない中ページ
********************************/
/* 中ページのインデント */
#inner_area {
	width:1020px;/* width:980px */
	padding:0 20px;
	margin:0 auto 75px;
	font-size:14px;
}

/* イメージタイトル */
#title_img {
	width:1200px;
	height:300px;
	margin:0 auto 100px;
	background-repeat:no-repeat;
}

/* テキストタイトル */
#title_txt {
	font-size:48px;
	font-weight:normal;
	line-height:1.2;
	letter-spacing:4px;
	margin:130px 0 50px;
}
#title_txt span {
	display:block;
	font-size:12px;
	letter-spacing:normal;
}


@media screen and (max-width: 1200px) {
	#title_img {
		width:100%;
		height:auto;
		padding-top:33%;
		background-size:cover;
	}
}



@media (max-width: 1083px) {
	#inner_area {
		width:auto;
	}
	input[type="text"],
	input[type="password"],
	input[type="mail"] {
		-webkit-appearance: none;
	}


}

@media (min-width: 768px) and (max-width: 1199px) {
    .news_list .feed_panel li:nth-child(4n+1) {
        clear:inherit;
    }
    .news_list .feed_panel li:nth-child(3n+1) {
        clear: both;
    }
    .blog_list .feed_panel li:nth-child(4n+1) {
        clear:inherit;
    }
    .blog_list .feed_panel li:nth-child(3n+1) {
        clear: both;
    }
}


@media (max-width: 767px) {
	#title_img {
		background-position:bottom 0;
		padding-top:53.2%;
		margin:137px 0 18%;
	}


    .works {
        padding-top: 136px;
    }
    .cat_nav {
        width: 100%;
        text-align: left;
        background-color:#000;
        padding:0;
        clear: both;
        top: 80px;
        z-index: 20;
        position:fixed;
    }
    .gnavi_open {
        position: inherit;
        display: none;
    }
    .cat_nav ul {
        background: url(../images/works/cate_arw.png) 95% 25px  no-repeat;
        background-size: 16px auto;
    }
    .cat_nav.open ul {
        background: url(../images/works/cate_arw2.png) 95% 25px  no-repeat;
        background-size: 16px auto;
    }
    .cat_nav li {
        display: block;
        font-size: 12px;
        color: #ffffff;
    }
    .cat_nav li:not(:first-child) {
        display: none;
    }


    .cat_nav a {
        display: block;
        color: #ffffff;
        padding: 5px 20px;
        text-decoration: none;
    }
    .cat_nav li:first-child a {
        padding: 17px 20px;
    }
    .cat_nav li:last-child a {
        padding: 5px 20px 20px;
        text-decoration: none;
    }
    .cat_nav a:after {
        content: "";
        color: #444444;
        padding-left:0;
    }

    .cat_nav li:last-child a:after {
        content: "";
    }

    .cat_nav a:hover {
        color: #c8a000;
    }

    .cat_nav li.current a {
        color: #c8a000;
    }



    /*works詳細*/

    .works_detail {
        padding: 80px 0 75px;
    }
    .works_detail .works_link {
        position: relative;
    }
    .works_detail .works_ph .photo {
        width: 100%;
        height: auto;
    }
    .works_detail .works_ph .works_link .arw {
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 19.333333333333332%;
        height: 34.523809523809526%;
    }

    .works_detail .works_ph .works_link .on,
    .works_detail .works_ph .works_link .off {
        position: absolute;
        width: 100%;
        height: auto;
    }

    .works_detail figcaption {
        color: #ffffff;
        padding: 60px 6.666666666666667% 75px;
    }

    .works_detail figcaption .cate_date_txt {
        font-size: 11px;
        display: block;
        color: #9a9a9a;
        margin-bottom: 15px;
        line-height: 1;
    }
    .works_detail .cate_date_txt span {
        color: #c8a000;
        padding-right: 15px;
    }
    .works_detail figcaption .feed_title {
        display: block;
        font-weight: normal;
        font-size: 28px;
        margin: 0 0 25px;
    }

    .works_detail .works_txt {
        font-size: 13px;
        margin-bottom: 45px;
    }

    .works_detail .works_txt .works_url {
        display: block;
    }

    .works_detail .works_txt .works_url a {
        color: #c8a000;
    }

    .works_detail .relation {
        font-size: 11px;
        color: #666666;
    }
    .works .relation .list {
        float: none;
        width: 100%;
        margin-bottom: 70px;
    }
    .works .relation .list:nth-child(2) {
        float: none;
        margin-bottom: 0;
    }
    .works .relation h3 {
        font-size: 11px;
        margin-bottom: 30px;
        line-height: 1;
    }
    .works .relation dl {

    }
    .works .relation dt {
        clear: both;
        float: left;
        margin-bottom: 5px;
        width: 38.15789473684211%;

    }
    .works .relation dd {
        color: #ffffff;
        margin-bottom: 5px;
        padding: 0 0 0 38.15789473684211%;
    }
	.works #page_share_fb {
		
	}




    .other_works_list {
        margin: 0 6.666666666666667%;
        padding: 60px 0;
        border-top: 1px solid #515151;
    }
    .other_works_list .other_works {
        float: none;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }
    .other_works_list .other_works:last-child {
        margin-bottom: 0;
    }

    .other_works_list .cate_date_txt {
        font-size: 11px;
        display: block;
        color: #9a9a9a;
        margin-bottom: 10px;
        line-height: 1;
    }
    .other_works_list .cate_date_txt span {
        color: #c8a000;
        padding-right: 15px;
    }
    .other_works_list .feed_title {
        font-size: 16px;
        color: #ffffff;
    }
    .btn_works_index {
        margin-left: 6.666666666666667%;
        margin-right: 6.666666666666667%;
    }
    .btn_works_index p {
        text-align: left;

    }
    .btn_works_index a {
        font-size: 12px;
        color: #8a8a8a;
        position: relative;
        padding-top: 10px;
        padding-left: 50px;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all  0.5s ease;
    }

    .btn_works_index a:hover {
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all  0.5s ease;
    }

    .btn_works_index .on,
    .btn_works_index .off{
        display: inline-block;
        position:absolute;
        top:0px;
        right:inherit;
        bottom:inherit;
        left:0px;
    }

    /*NEWS*/
    .news_list {
        padding-top: 136px;
    }

    .cat_nav.news_cat {
        width: 100%;
        text-align: left;
        background-color:#fff;
        clear: both;
        top: 80px;
        z-index: 3;
        position:fixed;
    }

    .cat_nav.news_cat li {
        display: block;
        font-size: 12px;
        color: #999999;
    }

    .cat_nav.news_cat li:not(:first-child) {
        display: none;
    }


    .cat_nav.news_cat a {
        display: block;
        color: #999999;
        text-decoration: none;
    }

    .cat_nav.news_cat a:after {
        content: "";
        color: #444444;
        padding-left:0;
    }

    .cat_nav.news_cat li:last-child a:after {
        content: "";
    }
    /*NEWS詳細*/

    .news_detail {
        padding: 60px 0 75px;
    }
    .news_detail .feed_title {
        font-size: 18px;
        margin-bottom: 23px;
    }
    .news_detail .sub_ttl {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .news_detail .news_content {
        color: #000;
        padding: 40px 6.666666666666667% 40px;
    }
    .news_detail .news_txt {
        font-size: 12px;
    }

    /*BLOG*/
    .blog_list {
        padding-top: 136px;
    }

    .cat_nav.blog_cat {
        width: 100%;
        text-align: left;
        background-color:#fff;
        clear: both;
        top: 80px;
        z-index: 3;
        position:fixed;
    }

    .cat_nav.blog_cat li {
        display: block;
        font-size: 12px;
        color: #999999;
    }

    .cat_nav.blog_cat li:not(:first-child) {
        display: none;
    }


    .cat_nav.blog_cat a {
        display: block;
        color: #999999;
        text-decoration: none;
    }

    .cat_nav.blog_cat a:after {
        content: "";
        color: #444444;
        padding-left:0;
    }

    .cat_nav.blog_cat li:last-child a:after {
        content: "";
    }
    /*BLOG詳細*/

    .blog_detail {
        padding: 60px 0 75px;
    }
    .blog_detail .feed_title {
        font-size: 18px;
        margin-bottom: 23px;
    }
    .blog_detail .sub_ttl {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .blog_detail .blog_content {
        color: #000;
        padding: 40px 6.666666666666667% 40px;
    }
    .blog_detail .blog_txt {
        font-size: 12px;
    }

    /*recruit 詳細*/
    .recruit .fig th,
    .recruit .fig td {
        font-size: 10px;
        padding: 20px;
    }

	/* テキストタイトル */
	#title_txt {
		font-size:32px;
		margin-bottom:60px;
	}

}
