@charset "utf-8";


/* ----------------------------------------------------------------------
	
	 不二ファニチャー css
	
---------------------------------------------------------------------- */


/* - 共通内容
---------------------------- */

#content_wrapper {
	padding-bottom:80px;
}


@media (max-width: 480px) {

#content_wrapper {
	padding-bottom:50px;
}
	
	
}

/* - メインタイトル　ヘッダー
---------------------------- */

.sec_header .block_inner {
	background-color:#333;
    background-color: #444;
    background-color: #1d1d1d;
	width:100%;
}

.sec_header .block_inner .content {
	max-width:1080px;
	width:100%;
	margin:0 auto;
}

.sec_header .block_inner .content .inner {
	width:100%;
	display:table;
	table-layout:fixed;
}


.sec_header .block_inner .content .inner > .title {
	display:table-cell;
	background-color:#f5f4ef;
    background-color: #555;
	vertical-align:middle;
	text-align:center;
}


.sec_header.news .block_inner .content .inner > .title {
    background-color: #c4a246;
}
.sec_header.contact .block_inner .content .inner > .title {
    background-color: #1d6d70;
}

.sec_header.faq .block_inner .content .inner > .title {
    background-color: #3e3a39;
}

.sec_header.faq .block_inner .content .inner > .title {
    background-color: #3e3a39;
}

.sec_header.company .block_inner .content .inner > .title {
    background-color: #dc7e04;
}

.sec_header.company .block_inner .content .inner > .title {
    background-color: #dc7e04;
}

.sec_header.works_head .block_inner .content .inner > .title {
    background-color: #4f6633;
}

.sec_header.access .block_inner .content .inner > .title {
    background-color: #a6654b;
}

.sec_header.faq .block_inner .content .inner > .title {
    background-color: #7d518c;
}

.sec_header .block_inner .content.single .inner {
	display:block;
}


.sec_header .block_inner .content.single .inner > .title {
	display:block;
	padding: 30px 0;
	box-sizing: border-box;
}


.sec_header.recruit .block_inner .content .inner > .title {
    background-color: #1b3767;
}

@media (max-width: 680px) {
.sec_header .block_inner .content.single .inner > .title {
	padding: 10px 5px;
}
	
	
}

.sec_header .block_inner .content .inner > .title h1 {
	font-size:2.8rem;
    font-family: 'Archivo Black';
}

.sec_header .block_inner .content .inner > .title h1 a {
	color: #FFF;
}

.sec_header .block_inner .content .inner > .title h1 span {
	display:block;
	font-size:1.5rem;
	font-weight:normal;
    font-family: 'Archivo Black';
}

@media (max-width: 768px) {

.sec_header .block_inner .content .inner > .title h1 {
	font-size:2.4rem;
}

.sec_header .block_inner .content .inner > .title h1 span {
	font-size:1.4rem;
}
	
}

.sec_header .block_inner .content .inner > .img {
	display:table-cell;
	vertical-align:middle;
	width:460px;
	font-size:0;
}

@media (max-width: 680px) {

.sec_header .block_inner .content .inner {
	display:block;
}


.sec_header .block_inner .content .inner > .title {
	display:block;
	padding:10px 5px;
	box-sizing:border-box;
	border:1px solid #e8e8e8;
	border-left:none;
	border-right:none;
    border: none;
}

.sec_header .block_inner .content .inner > .img {
	display:block;
	vertical-align:middle;
	width:100%;
	max-width:480px;
	font-size:0;
	margin:0 auto;
}
	
	
}

.sec_header .block_inner .content .inner > .img img {
	width:100%;
	max-width:100%;
	vertical-align:top;
}


/* - 共通　メインコンテンツ部分
---------------------------- */

.content_body {
	max-width:1100px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}

.section {
	margin-top:80px;
}

.content_body .section:first-child {
	margin-top: 60px;
}

#news.content_body .section:first-child {
	margin-top: 30px;
}

#access.content_body .section:first-child {
	margin-top: 30px;
}

#contact.content_body .section:first-child {
	margin-top: 30px;
}

#company.content_body .section:first-child {
	margin-top: 30px;
}

@media (max-width: 768px) {

	.section {
		margin-top:60px;
	}
	
	.content_body .section:first-child {
	margin-top: 30px;
}

}


/* - 共通　レイアウト　左右フロート
---------------------------- */

.m-layout_float {
	
}

.m-layout_float:after {
	content:'';
	display:block;
	clear:both;
}

.m-layout_float > .left {
	float:left;
	width:50%;
	padding-right:25px;
	box-sizing:border-box;
}

.m-layout_float > .right {
	float:right;
	width:50%;
	padding-left:25px;
	box-sizing:border-box;	
}

@media (max-width: 768px) { 

.m-layout_float > .left {
	float:none;
	width:100%;
	padding-right:0;
}

.m-layout_float > .right {
	float:none;
	width:100%;
	padding-left:0;
	box-sizing:border-box;	
}

.m-layout_float > div.bottom {
	margin-top:25px;
}

}

/* - 共通　レイアウト　テーブル
---------------------------- */

.m-layout_table {
	display:table;
	width:100%;
	table-layout:fixed;
}

.m-layout_table > .left , .m-layout_table > .right {
	display:table-cell;
	vertical-align:top;
	width:50%;
}

.m-layout_table.v-middle > .left , .m-layout_table.v-middle > .right {
	vertical-align:middle;
}

.m-layout_table > .left {
	padding-right:25px;
	box-sizing:border-box;
}

.m-layout_table > .right {
	padding-left:25px;
	box-sizing:border-box;
}

@media (max-width: 768px) { 

.m-layout_table {
	display:block;
}

.m-layout_table > .left , .m-layout_table > .right {
	display:block;
	width:100%;
}

.m-layout_table > .left {
	padding-right:0;
}

.m-layout_table > .right {
	padding-left:0;
	margin-top:25px;
}

}


/* - 共通　画像リスト
---------------------------- */

.media-col {
	overflow:hidden;
}

.media-col ul.thum_list {
  margin-right: -25px;
}

.media-col ul.thum_list:after {
	content:'';
	display:block;
	clear:both;
}

.media-col ul.thum_list > li {
	float:left;
	padding-right:25px;
	box-sizing:border-box;
}

.media-col ul.thum_list > li figure {
	font-size:0;
}

.media-col ul.thum_list > li figure figcaption {
	font-size:1.4rem;
}

/* ----- 3つ並び ----- */

.media-col ul.thum_list.col3 > li {
	width:33.33%;
}

.media-col ul.thum_list.col3 > li:nth-child(n+4) {
	margin-top:25px;
}

@media (max-width: 768px) { 

.media-col ul.thum_list.col3 > li {
	width:50%;
}

.media-col ul.thum_list.col3 > li:nth-child(n+3) {
	margin-top:25px;
}

}

@media (max-width: 480px) {

.media-col ul.thum_list.col3 {
  margin-right: 0;
}


.media-col ul.thum_list.col3 > li {
	float:none;
	width:100%;
	padding-right:0;
	box-sizing:border-box;
}

.media-col ul.thum_list.col3 > li:nth-child(n+2) {
	margin-top:25px;
}
	
	
}




/* ----------------------------------------------------------------------
	
	 会社概要
	
---------------------------------------------------------------------- */

#company .intro_block {
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 60px;
}

#company .intro_block span {
    font-size: 3rem;
    padding-right: 5px;
    font-weight: 400;
    color: #e36006;
}

@media (max-width: 480px) { 

#company .intro_block {
    font-size: 1.8rem;
    margin-bottom: 40px;
}

#company .intro_block span {
    font-size: 2.8rem;
    padding-right: 3px;
}

}


#company .intro {
	display:table;
	width:100%;
}

#company .intro > div.left {
	display:table-cell;
	vertical-align:top;
	width:55px;
	padding-right:25px;
}


#company .intro > div.right {
	display:table-cell;
	vertical-align:top;
	padding-left:25px;
	width:45px;
}

ul.com_about {
	
}

ul.com_about > li {
	display:table;
	width:100%;
	padding:8px 6px;
	box-sizing:border-box;
	border-bottom:1px dotted #ccc;
}

ul.com_about > li:first-child {
	border-top:1px dotted #ccc;
}

ul.com_about > li > span {
	display:table-cell;
}

ul.com_about > li > span.cap {
	white-space:nowrap;
	width:72px;
}

ul.com_about > li > span.txt {
	padding-left:3em;
}

ul.com_about > li > span > span.block {
	display:block;
}

ul.com_about > li > span.right {
	text-align:right;
}


/* ----- 社長挨拶　調整 ----- */

.m-layout_table.owner {
	table-layout:auto;
}

.m-layout_table.owner > .right {
	width:auto;
}

.m-layout_table.owner > .left {
	padding-right:30px;
    width: 280px;
}

.m-layout_table.owner > .left img {
    max-width: 100%;
    width: 100%;
}

.m-layout_table.owner > .right {
	padding-left:0;
}

p.right {
    text-align: right;
}

@media (max-width: 768px) { 

.m-layout_table.owner > .left {
	padding-right:0;
    width: 220px;
    margin: 0 auto;
}

}


/* ----- 会社沿革　調整 ----- */

ul.com_about.his > li {
	table-layout:fixed;
}

ul.com_about.his > li > span.cap {
	white-space:nowrap;
	width:90px;
	text-align:right;
}

ul.com_about.his > li > span.txt {
	padding-left:3em;
}

@media (max-width: 480px) {
	
ul.com_about > li > span.txt {
	padding-left:2em;
}	

ul.com_about.his > li > span.txt {
	padding-left:2em;
}

ul.com_about > li > span > span.en {
    display: block;
	
}

}

/* ----- 会社設備 ----- */

ul.spec_list {
	width:100%;
	background-color:#e8e8e8;
	padding:5px;
	box-sizing:border-box;
}

ul.spec_list:after {
	content:'';
	display:block;
	clear:both;
}

ul.spec_list > li {
	float:left;
	width:50%;
	padding:5px;
	box-sizing:border-box;
    color: #333;
}

ul.spec_list > li > span {
	display:block;
	background-color:#FFF;
	padding:5px;
	box-sizing:border-box;
	font-weight:bold;
}


@media (max-width: 359px) {
ul.spec_list > li {
	float:none;
	width:100%;
}
	
}


/* ----------------------------------------------------------------------
	
	 オーダー家具
	
---------------------------------------------------------------------- */


#order h3.lv5 {
	font-size:1.8rem;
}

@media (max-width: 768px) {

#order h3.lv5 {
	font-size:1.6rem;
}

	
}

.section-title h2 span {
	display:block;
	font-size:1.3rem;
	padding-top:15px;
	color:#666;
    color: #FFF;
}

#news .section-title h2 span {
	padding-top:0;
	padding-bottom: 5px;
	font-weight: normal;
}

@media (max-width: 768px) {
.section-title h2 span {
	font-size:1.2rem;
}
}

#order .feature_block {
	margin-top:60px;
}

.num_header {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom:20px;
}

.num_header h3 {
	font-weight:bold;
	font-size:1.8rem;
}

@media (max-width: 768px) {

.num_header h3 {
	font-size:1.6rem;
}

}

.num_header h3 > span {
	display:table-cell;
	vertical-align:top;
}

.num_header h3 > span.num {
	white-space:nowrap;
}

.num_header h3 > span.num > span {
	background-color: #c50813;
	color: #fff;
	font-size:1.3rem;
	font-weight: bold;
	margin-right: 0.6em;
	padding: 2px 4px;
	min-width: 24px;
	text-align: center;
	vertical-align: middle;
	display: block;
}

@media (max-width: 768px) {

.num_header h3 > span.num > span {
	font-size:1.2rem;
}


}


.feature_block .feature_line {
	margin-top:40px;
}

.feature_block .feature_line:first-child {
	margin-top:0;
}

.feature_block.flow .feature_line {
	margin-top:20px;
}

.feature_block.flow .feature_line:first-child {
	margin-top:0;
}

.feature_line .content {
	/*display:table;*/
	width:100%;
	position:relative;
}

.feature_line .content:after {
	content:'';
	display:block;
	clear:both;
}

/*.feature_line .content > div {
	display:table-cell;
	vertical-align:top;
}*/

.feature_line .content > div.txt {
	padding-right:30px;
	box-sizing:border-box;
	float:left;
	width:74%;
}

.feature_line .content.no_photo > div.txt {
	padding-right:0;
	float:none;
	width:100%;
}

.feature_line .content > div.img {
	width:20%;
	float:right;
	font-size:0;
}

@media (max-width: 768px) {

.feature_line .content > div.txt {
	padding-right:0;
	box-sizing:border-box;
	float:none;
	width:100%;
	margin-top:25px;
}

.feature_line .content > div.img {
	width:100%;
	float:none;
	font-size:0;
	max-width:360px;
	margin:0 auto;
}
	
	
}

.feature_line .content > div.img img {
	width:100%;
	max-width:100%;
	vertical-align:top;
}

.feature_line .content > div.img span.btn {
	display:block;
	font-size:1.3rem;
	background-color:#efefef;
	padding:5px;
	box-sizing:border-box;
}

.feature_line .content > div.img span.btn a {
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFF;
	border-radius:4px;
	padding:5px;
	box-sizing:border-box;
	color:#444;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.feature_line .content > div.img span.btn a svg {
	padding-right:0.4em;
	color:#479a4e;
}

.feature_line .content > div.img span.btn a:hover {
	background-color:#fffbe9;
}

.feature_block .arrow {
	font-size:2.6rem;
	text-align:center;
	padding-top:25px;
	line-height:1;
	color:#c77f20;
}

.flow .num_header h3 > span.num > span {
	background-color: #3e92ad;
}

/* ----------------------------------------------------------------------
	
	 アクセス
	
---------------------------------------------------------------------- */

.map_area {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.google-maps {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 763px;
}


.google-maps iframe {
	width: 100% !important;
	height: 400px !important;
}

@media (max-width: 768px) { 

.google-maps {
    margin-top: 40px;
}

.google-maps iframe {
	height: 250px !important;
}
	
}

#access .detail_area {
	width: 100%;
    text-align: center;
}

#access .detail_area .caption{
	text-align: left;
	max-width: 763px;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 1.4rem;
}

#access .detail_area .img_map {
	display: inline-block;
    padding: 15px;
    background-color: #FFF;
}

@media (max-width: 480px) { 

#access .detail_area .img_map {
    padding: 10px;
}
	
}


#access .detail_area .content {
	display:table;
	width: 100%;
}

#access .detail_area .content img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}

#access .detail_area .content .left img {
	border: 1px solid #ccc;
	
}
	
#access .detail_area .content > .left {
	display: table-cell;
	vertical-align: top;
	padding-right: 25px;
	box-sizing: border-box;
}

#access .detail_area .content > .right {
	display: table-cell;
	vertical-align: top;
	padding-left: 25px;
	box-sizing: border-box;
}

@media (max-width: 768px) { 

#access .detail_area {
	
}

#access .detail_area .content {
	display:block;
}
	
#access .detail_area .content > .left {
	display: block;
	vertical-align: top;
	padding-right: 0;
	box-sizing: border-box;
	text-align: center;
}

#access .detail_area .content > .left img {
	max-width: 420px;
}

#access .detail_area .content > .right {
	display: block;
	vertical-align: top;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 40px;
}

}

/* - 商品紹介　画像リスト
---------------------------- */

.media-col {
	/*overflow:hidden;*/
    display: flex;
    width: 100%;
}

.media-col .side_col {
    margin-right: 50px;
}

.media-col .side_col .content {
    border: 1px solid #FFF;
    padding: 10px;
}

.media-col .side_col .content .cat_title {
    text-align: center;
    position: relative;
    display: none;
}


.media-col .side_col .content .cat_title span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
}


.side_col ul li + li {
    margin-top: 8px;
}

.side_col ul li a {
    color: #FFF;
    font-size: 1.4rem;
    -webkit-transition: .3s ease;
	transition: .3s ease;
}


.side_col ul li a svg {
    margin-right: 0.4em;
}

.side_col ul li a:hover {
    color: #e46006;
}

#cat_close {
    display: none;
}


.media-col .main_col {
    flex: 1;
}

.media-col ul.works_top {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


.media-col ul.works_top > li {
	box-sizing:border-box;
}

.media-col ul.works_top > li {
    width: calc(33.33% - 20px / 3 );
    margin-right: 10px;
    max-width: 100%;
}

.media-col ul.works_top > li:nth-child(3n) {
    margin-right: 0;
}

.media-col ul.works_top > li:nth-child(n+4) {
    margin-top: 25px;
}



.media-col ul.works_top > li .pic a {
	display: block;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #333;
    color: #FFF;
    position: relative;
}

.media-col ul.works_top > li .pic a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.media-col ul.works_top > li .pic a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    vertical-align: top;
    
    object-position: center;
    font-family: 'object-fit: cover; object-position: bottom;';
}

.media-col ul.works_top > li h3 {
    position: relative;
    margin-top: 5px;
}

.media-col ul.works_top > li h3 a {
	display: block;
	padding-bottom: 5px;
    margin-top: 5px;
	font-size: 1.6rem;
	position: relative;
	webkit-transition: .3s ease;
	transition: .3s ease;
    color: #FFF;
}

.media-col ul.works_top > li:hover h3 a {
	color: #e46006;
}

.media-col ul.works_top > li h3:before {
	background-color: #888;
	content: '';
	height: 1px;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
 }
 
 .media-col ul.works_top > li:hover h3:before {
  width: 80px;
  background-color: #e46006;
 }
 

 
 #works .gallery-item {
	 padding: 0 5px;
	 box-sizing: border-box;
 }
 
 #works .gallery-item .gallery-icon {
	 position: relative;
 }
 
  #works .gallery-item .gallery-icon:before {
    content: "";
    display: block;
    padding-top: 100%;
 }
 
  #works .gallery-item a {
 	 display: block;
  }
  
   #works .gallery-item img {
        border: none !important;

        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover;
        
        object-position: center;
        font-family: 'object-fit: cover; object-position: bottom;';
   }

/*ページナビ*/

.wp-pagenavi {
    margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.wp-pagenavi span.current {
	border-color: #e46006;
	background-color: #e46006;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #FFF;
    color: #FFF;
    -webkit-transition: .2s ease;
	transition: .2s ease;
    font-size: 1.1rem;
}

.wp-pagenavi a:hover {
	border-color: #fff;
	background-color: #7d7d7d;
}

@media (max-width: 768px) { 

.media-col {
    display: block;
    width: 100%;
}

.media-col .side_col {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
}

.media-col .side_col .content {
    padding: 0;
}

.media-col .side_col .content .cat_title {
    display: block;
    padding: 10px;
}

.media-col .side_col .content .wraps {
    display: none;
}

.work_catlist {
    padding: 10px;
    padding-top: 0;
}


.side_col ul li {
    border-bottom: 1px dotted #FFF;
}

.side_col ul li:first-child {
    border-top: 1px dotted #FFF;
}

.side_col ul li + li {
    margin-top: 0;
}

.side_col ul li a {
    padding: 10px 5px;
    display: block;
}

#cat_close {
    max-width: 130px;
    margin: 0 auto;
    border: 1px solid #FFF;
    text-align: center;
    padding: 5px;
    margin-bottom: 30px;
    margin-top: 20px;
    display: block;
}

#cat_close svg {
    margin-right: 0.4em;
}

.content.on .cat_title svg {
    transform: rotateX(180deg);
}


.media-col .main_col {
    width: 100%;
}
.media-col ul.works_top > li {
    width: calc(50% - 20px / 2 );
    margin-right: 20px;
}

.media-col ul.works_top > li:nth-child(3n) {
    margin-right: 20px;
}

.media-col ul.works_top > li:nth-child(2n) {
    margin-right: 0;
}

.media-col ul.works_top > li:nth-child(n+3) {
    margin-top: 20px;
}



}

@media (max-width: 480px) {


.media-col ul.works_top > li {
    width: 100%;
    margin-right: 0;
}

.media-col ul.works_top > li:nth-child(3n) {
    margin-right: 0;
}

.media-col ul.works_top > li:nth-child(2n) {
    margin-right: 0;
}

.media-col ul.works_top > li:nth-child(n+2) {
    margin-top: 35px;
}

	
	
}

/* ----- プロダクト メインビジュアル----- */


.sec_header.works .block_inner .content .inner > .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 25%;
	position: relative;
}

@media (max-width: 680px) {

.sec_header.works .block_inner .content .inner > .img {
	padding-top: 48%;

}
}

.sec_header.works .block_inner .content .inner > .img img {
	display: none;
}


/* ----- モーダル追加 ----- */


/*インライン用*/
.inline-wrapper {
	position: relative;
	margin:10px auto;
	max-width: 980px;
	background-color:#FFF;
	padding: 25px;
}

.mfp-close-btn-in .mfp-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.inline-wrapper .image,
.inline-wrapper .popup-modal-dismiss {
	text-align: center;
}

.inline-wrapper .inline_body {
	width:100%;
	text-align:center;
}

.inline-wrapper .inline_body > h3 {
	margin-bottom:20px;
}

.inline-wrapper .inline_body > h3 > img {
	max-width:210px;
}

.inline-wrapper .inline_body > p.number {
	text-align:center;
	font-size:0.9rem;
	margin-top:5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
	font-weight:bold;
}

.inline-wrapper .inline_body .img img {
    vertical-align: top;
}

/*表示のエフェクト*/
  .mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
  }
  .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
  }


@media (max-width: 480px) {

    .inline-wrapper {
        padding: 10px;
    }
    
    .mfp-close-btn-in .mfp-close {
        color: #333333;
        background-color: #FFF;
        opacity: 1;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -29px;
    }

}

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

	ニュース

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

.archive_list li {
    border-bottom: 1px solid #6d6d6d;
}

.archive_list li:first-child {
    border-top: 1px solid #6d6d6d;
}

.archive_list li a {
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    padding: 15px 5px;
    transition: .3s;
}


.archive_list li a:hover {
    color: #e46006;
}

.archive_list li a > .inner {
    display: flex;
}

.archive_list li a > .inner .head {
    width: 120px;
}

.archive_list li a > .inner .txt {
    flex: 1;
}



.layout-news_block {
	
}

.layout-news_block a {
	color:#e46006;
	text-decoration:underline;
}


.layout-news_block .article h1 {
	position: relative;
  padding-left: 15px;
  color: #222;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom:30px;
}

.layout-news_block .article h1:before {
	 position: absolute;
  top: .10em;
  left: 0;
  width: 4px;
  height: 80%;
  background: #777;
  content: "";
}

.layout-news_block .article h2 {
	position: relative;
  padding-bottom: 7px;
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:
  20px;
}

.layout-news_block .article h2:before {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background: #777;
  content: "";
}

.layout-news_block .article h3  {
	font-size:1.5rem;
	color:#666;
	border-bottom:1px dotted #ccc;
	padding-bottom:2px;
	margin-bottom:15px;
}

.layout-news_block .article h4  {
	font-size:1.4rem;
	margin-bottom:15px;
}

.layout-news_block .article h5  {
	font-size:1.4rem;
	color:#0fc128;
	margin-bottom:10px;
}

.layout-news_block .article h6  {
	font-size:1.6rem;
	margin-bottom:10px;
}



@media (max-width: 480px) {

  .archive_list li a {
    font-size: 1.5rem;
    padding: 10px 5px;
}




.archive_list li a > .inner {
    display: block;
}

.archive_list li a > .inner .head {
    width: 100%;
    font-size: 1.3rem;
}

.archive_list li a > .inner .txt {
    width: 100%;
}
  

}


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

	F.A.Q

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

.faq_line > div {
    display: flex;
}

.faq_line > div > .head {
    font-size: 2.4rem;
    line-height: 1;
    margin-right: 10px;
}

.faq_line > div > .txt {
    flex: 1;
}

.faq_line .q_block .head {
    color: #51ff68;
}

.faq_line .a_block .head{
    color: #ff7f7f;
}


.faq_line .q_block .txt {
    font-size: 1.6rem;
    font-weight: bold;
}


.faq_line .a_block {
    margin-top: 20px;
}

.faq_unit .faq_line:first-child {
    border-top: 1px solid #6d6d6d;
    padding-top: 25px;
}

.faq_unit .faq_line {
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 25px;
}

.faq_unit .faq_line + .faq_line {
    margin-top: 25px;
}


/* ----------------------------------------------------------------------
	
	 2023 採用情報
	
---------------------------------------------------------------------- */

#recruit .intro_block > .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#recruit .intro_block > .content a {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  background-color: #ccc;
  padding: 40px 15px;
  border-radius: 12px;
  transition: .3s;
}

#recruit .intro_block > .content a svg {
  margin-right: 0.4em;
  font-size: 2rem;
}

#recruit .intro_block > .content > div {
  width: 50%;
  text-align: center;
}

#recruit .intro_block > .content div:first-child {
  margin-right: 20px;
}

#recruit .intro_block > .content div:last-child {
  margin-left: 20px;
}

#recruit .intro_block > .content .new_rec a {
  background-color: #cd632b;
}

#recruit .intro_block > .content .new_rec a:hover {
  background-color: #9a4a1f;
}

#recruit .intro_block > .content .mid_rec a {
  background-color: #33754a;
}

#recruit .intro_block > .content .mid_rec a:hover {
  background-color: #215934;
}

@media (max-width: 639px) {

#recruit .intro_block > .content {
  display: block;
  padding: 0 15px;
}

#recruit .intro_block > .content > div {
  width: 100%;
  text-align: center;
}

#recruit .intro_block > .content div:first-child {
  margin-right: 0;
}

#recruit .intro_block > .content div:last-child {
  margin-left: 0;
  margin-top: 30px;
}

#recruit .intro_block > .content a {
  padding: 25px 10px;
  font-size: 2rem;
}

#recruit .intro_block > .content a svg {
  font-size: 1.8rem;
}

}


.oubo_detail {
  background-color: #656464;
  color: #FFF;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
  padding: 20px 15px;
  font-size: 1.6rem;
  border-radius: 8px;
}

.oubo_detail a {
  color: #FFF;
  text-decoration: underline;
}

.oubo_detail.no_bg {
  background: none;
  color: #ff884a;
  padding-top: 15px;
  padding-bottom: 0;
}

.oubo_unit .arrow {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  margin: 15px 0;
}

@media (max-width: 639px) {

.oubo_detail {
  font-size: 1.5rem;
  padding: 15px;
}

.oubo_detail br {
  display: none;
}

.oubo_unit .arrow {
  margin: 10px 0; 
}

}

#recruit .mv_area {
  font-size: 1.5rem;
}

table.recruit_detail {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

table.recruit_detail th,
table.recruit_detail td {
  border: 1px solid #FFF;
  padding: 8px 10px;
}

table.recruit_detail th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 88px;
  background-color: #717171;
}

table.recruit_detail td {
  background-color: #555;
}

@media (max-width: 580px) {

#recruit .mv_area {
  font-size: 1.4rem;
}

table.recruit_detail {
  font-size: 1.3rem;
}

table.recruit_detail th {
  width: 68px;
}
	
}

.oubo_primary {
        text-align: center;
    }
.oubo_primary a {
    background-color: #1d6d70;
    font-weight: bold;
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
    padding: 20px 10px;
    max-width: 480px;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    font-size: 1.8rem;
}
        
.oubo_primary a.left {
    margin: 0;
}








