@charset "UTF-8";

/* CSS Document */
/*====================================================================

style.css

=====================================================================*/
/*　変数　*/


:root {
	/* color */
	--cl-orange:#f29205;
	--cl-yellow:#f2ce05;
	--cl-black:#020209;

	/* font */
	--font-os:'Oswald', sans-serif;
}


/* font */
.font-os {
	font-family: 'Oswald', sans-serif;
}

/* heading
----------------------------------------------------------------*/
#page-title {
	overflow-x: hidden;
}
#page-title-lv2{
	background: #ccc;
}
#page-title-lv2 h2{
	font-size : 24px;
	position : relative;
	padding : 8% 4%;
}
#page-title h2.top-normal img{
	width : 100%;
}
h3.normal{
	color : #000;
}
h4.normal{
	color : #000;
}


/*--------------------------------------------------------------------/
	inner
	/--------------------------------------------------------------------*/
	.l-cont{
		width: 100%;
		max-width : 1000px;
		margin : 0 auto;
		padding : 0 4%;
	}
	.header__inner,
	.js-fixed .header__inner{
		position: relative;
		width: 100%;
		max-width : 960px;
		margin : 0 auto;
		padding:  0 4%;
	}
	.footer__inner{
		text-align : left;
		width: 100%;
		max-width :  1000px;
		margin : 0 auto;
		padding: 0 4%;
	}
	.l-cont:after,
	.header__inner:after,
	.js-fixed .header__inner::after,
	.footer__inner:after{
		display : block;
		content : "";
		clear : both;
	}

/*--------------------------------------------------------------------/
	component
	/--------------------------------------------------------------------*/
	.c-red{
		color: #b80804;
	}

	.main-c{
		color: #ccc;
	}
	.sub-c{
		color: #ccc;
	}
	.point-c{
		color: #ccc;
	}


/*--------------------------------------------------------------------/
	btn
	/--------------------------------------------------------------------*/
	*[class^="btn"]{
		width: 100%;
		display : inline-block;
		padding : .4rem 2%;
		text-align: center;
		text-decoration : none;
		position : relative;
		-webkit-transition : all .3s;
		transition : all .3s;
		color: #fff;
		background: #f29205;
	}
	*[class^="btn"]::before{
		font-family: "icomoon" !important;
		content : "\e900";
		font-size: 10px;
		display : block;
		position : absolute;
		left : .5rem;
		top : calc(50% - 7px);
	}
	*[class^="btn"]:hover{
		transition: .3s;
		background-color : #000;
		color : #fff;
	}
	*[class^="btn"]:hover::before{
		transition: .3s;
		border-left-color : #fff;
	}

/* box
----------------------------------------------------------------*/
.c-common_box{
	border : 1px solid #999;
}

/* c-article
----------------------------------------------------------------*/
.c-article >a:hover{
	background-color : #ddd;
}
.c-article >a:hover .btn{
	background-color : #000;
	color : #fff;
}

/* c-list
----------------------------------------------------------------*/
.c-sidelist li:before{
	content : "■";
}
/* blog-icon
----------------------------------------------------------------*/
[class^="feed__icon"] {
	color: #fff;
	font-weight: normal;
	background: #ccc;
	text-align: center;
	margin-left: 0.5rem;
	position: absolute;
	padding: 0 6px;
	font-family: "Noto Sans JP",sans-serif;
}
/* c-attention
----------------------------------------------------------------*/
.c-caution li:before{
	content : "";
	font-family : "icomoon";
	font-weight : normal;
	line-height : 1;
	position : relative;
	color : #999;
	top : 0;
	margin-right : .5em;
}

/* link
----------------------------------------------------------------*/
.tel__txt{
	font-size : 18.24px;
	font-size : 1.14rem;
}

/*--------------------------------------------------------------------/
	header
	/--------------------------------------------------------------------*/
	header a {
		text-decoration:none !important;
	}

	.header__submenu li:not(:last-child){
		border-right : 1px solid #999;
	}


h1 {
	font-size:11px;
	color: #ccc;
	margin-bottom:.3rem;
}

/*--------------------------------------------------------------------/
	nav global
	/--------------------------------------------------------------------*/
	#global .global__items >li a{
		position: relative;
		height: 100%;
		transition: .3s;
	}
	#global .global__items >li a::before,#global .global__items >li a::after{
		position: absolute;
		content:"";
		bottom:0;
		width: 0;
		height: 3px;
		background: #f29205;
		transition: .3s ease-out;
	}
	#global .global__items >li a::before {
		left: 50%;
	}
	#global .global__items >li a::after {
		right: 50%;
	}
	#global .global__items >li a:hover{
		color: #f29205;
	}
	#global .global__items >li a:hover::before,
	#global .global__items >li a:hover::after{
		width: 20%;
	}




/*--------------------------------------------------------------------/
	contents
	/--------------------------------------------------------------------*/


/* pickup-01
--------------------------------------------------------------------*/
.pickup-01 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.pickup-01 a {
	text-decoration: none !important;
}
.pickup-01 .c-article__txt {
	padding: 1rem 1.5rem 1.5rem 1.5rem;
	background: #f29205;
	color: #fff;
	transition: .3s;
}
.pickup-01 a:hover .c-article__txt {
	background: #f2ce05;
}
.pickup-01 a:hover .btn{
	background: #fff;
	color:#f2ce05;
}
.pickup-01 .c-article__img {
	overflow: hidden;
}

.pickup-01 .c-article__btn-wrap {
	position: static;
	width: auto;
}
.pickup-01 .btn {
	width:100%;
	background: #020209;
}
/* pickup-02
--------------------------------------------------------------------*/
.pickup-02 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: url(../img//pickup2_bg.jpg) center bottom/cover no-repeat;
}
.pickup-02__tit {
	text-align: center;
	font-weight: 500;
	padding-bottom: 1rem;
	margin-bottom:2rem;
	position: relative;
	color: #fff;
}
.pickup-02__tit::before {
	content:"";
	position: absolute;
	width: 2rem;
	height: 2px;
	background: #f29205;
	bottom: 0;
	left:calc(50% - 1rem);
}
.pickup-02 a{
	background: #f29205;
	color: #fff;
}
.pickup-02 a:hover{
	background: #f2ce05;
}
.pickup-02 a:hover .btn{
	background: #fff;
	color:#f2ce05;
}
.pickup-02 .c-article__txt {
	padding: 1rem 1.5rem 1.5rem 1.5rem;

}
.pickup-02 .c-article__btn-wrap {
	bottom:1.5rem;
	left:1.5rem;
	width:calc(100% - 3rem);
}
.pickup-02 .btn {
	background: #020209;
}
/* feed-area
--------------------------------------------------------------------*/
.feed-area{
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: url(../img/cont-bk.gif);
}
.feed__cont {
	font-size: 1rem;
}
.feed__cont dt {
	color: #222;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size:1.14em;
}
.feed__tit {
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	position: relative;
}
.feed__tit::before {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 2rem;
	height: 2px;
	background: #f29205;
}
.feed__cont dt [class^="feed__icon"] {
	font-size: 1rem !important;
}

/* works
--------------------------------------------------------------------*/
.works-detail__btn-wrap .btn {
	max-width: 170px;
	padding: .5rem 2em;
}
/*--------------------------------------------------------------------/
	lv2
	/--------------------------------------------------------------------*/
/* feature
--------------------------------------------------------------------*/


/* business
--------------------------------------------------------------------*/


/* recruit
--------------------------------------------------------------------*/


/* works
--------------------------------------------------------------------*/
.works-detail__infobox {
	text-align: center;
	margin-bottom: 1rem;
}
.works-detail__btn-wrap .btn{
	max-width: 170px;
	padding: .2rem 2em;
}
h3.works-detail__tit{
	font-weight: bold;
	font-size: 1.5rem;
}
.works-detail__project table{
	border: solid 1px #ccc;
}
.works-detail__project table tr{
	border-bottom: solid 1px #ccc;
}
.works-detail__project table th{
	border-right: solid 1px #ccc;
	background: #f0f0f0;
	text-align: left;
	padding: 0.5rem 1.5rem;
}
.works-detail__project table td{
	padding: 0.5rem 1rem;
}


/* company
--------------------------------------------------------------------*/



/* contact
--------------------------------------------------------------------*/
.contact-tel__tel {
	font-family: 'Oswald', sans-serif;
}



/* cont-404
--------------------------------------------------------------------*/
.cont-404 {
	padding-bottom: 3rem;
}



/*--------------------------------------------------------------------/
	widget
	/--------------------------------------------------------------------*/
	.widget-blog-aside h3{
		font-size : 16px;
		font-size : 1rem;
		background-color : #999;
		color : #fff;
		margin-bottom : 8px;
		margin-bottom : .5rem;
	}
	.widget-blog-aside li:before{
		content : false;
		font-family : "icomoon";
		font-weight : normal;
		line-height : 1;
		position : relative;
		color : #999;
		top : 3px;
		padding-right : 5px;
	}

/*--------------------------------------------------------------------/
	calendar
	/--------------------------------------------------------------------*/
	#wp-calendar{
		border-top-color : #999;
		border-top-width : 1px;
		border-top-style : solid;
	}
	#wp-calendar thead tr th{
		border-bottom-width : 1px;
		border-bottom-style : solid;
		border-bottom-color : #999;
		color : #2b2b2b;
	}
	#wp-calendar td{
		color : #2b2b2b;
	}
	#wp-calendar td a{
		background-color : #ddd;
		-webkit-transition : .3s all;
		transition : .3s all;
		display : block;
		text-decoration : none;
	}
	#wp-calendar td a:hover{
		background-color : #999;
		color : #fff;
	}
	#wp-calendar td.pad{
		color : #999;
	}
	#wp-calendar caption{
		font-weight : bold;
		color : #999;
	}
	#wp-calendar tbody tr #today{
		border : 1px solid #999;
	}
/*--------------------------------------------------------------------/
	page_next_prev
	/--------------------------------------------------------------------*/
	.c-page_next_prev a:hover{
		color : #fff;
	}
	.page-numbers{
		border : 1px solid #ddd;
	}
	.page-numbers.current{
		background-color : #999;
		color : #fff;
	}
	.page-numbers:hover{
		background-color : #999;
		color : #fff;
	}

/*--------------------------------------------------------------------/
	aside
	/--------------------------------------------------------------------*/
	.common-bnr {
		border-top:1px solid #ccc;
	}
	.common-bnr__item a{
		display : block;
		width : 100%;
	}
	.common-contact{
		background : #ddd;
		padding: 1.5rem;
	}
	.common-contact__tel-time{
		font-size: 1rem;
	}


/*--------------------------------------------------------------------/
	footer-widget
	/--------------------------------------------------------------------*/
	.footer-widget {
		background: url(../img/common_contact_bg.jpg) center center/cover no-repeat;
	}

	.common-contact {
		background: transparent;
	}
	.common-contact a {
		text-decoration: none !important;
	}
	.common-contact h3 {
		text-align: center;
		font-size: 1.75em;
		line-height: 1;
	}
	.common-contact__catch {
		margin-bottom:1rem;
	}
	.common-contact__tel {
		font-family: 'Oswald', sans-serif;
		font-size: 1.25em;
		text-align: center;
	}
	.common-contact__tel .tel {
		font-size:1.5em;
	}
	.common-contact__btn-wrap {
		text-align:center;
		margin-top:.5rem;
		max-width: 320px;
		margin-left:auto;
		margin-right:auto;
	}
	.common-contact__btn-wrap .btn {
		height: 48px;
		background: #020209;
		font-size: 1.2em;
		padding-top: .6rem;
	}
	.common-contact__btn-wrap .btn:hover {
		background: #f2ce05;
	}

/*--------------------------------------------------------------------/
	footer
	/--------------------------------------------------------------------*/
	footer{
		background : #fff;
	}
	.footer__inner{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.footer__copy{
		background-color : #020209;
		color: #fff;
		font-size : .8rem;
		padding:1rem 2%;
	}

/* list
--------------------------------------------------------------------*/
.f-nav__items li {
	line-height: 1.5;
}
.f-nav__items li a{
	position : relative;
	font-size : 1rem;
}
.f-nav__items li a::before{
	font-family: "icomoon" !important;
		content : "\e900";
	font-weight : normal;
	line-height : 1;
	color : #999;
	top : 0;
	font-size : 10px;
	padding-right : .5em;
}

.f-info{
	font-size : 1rem;
}
.f-info h3 {
	margin-bottom:.5rem;
}
.f-info .tel {
	line-height: 1;
}
#pagetop {
	bottom:32px;
	transition: .3s all;
}
#pagetop:hover {
	opacity: 0.7;
}




@media print, screen and (min-width: 481px){
/*====================================================================/
/*------------------タブレットスタイル----------------
/====================================================================*/
html{
	width : 100%;
}
/* pickup-01 */

/*--- pagetop --------*/
#pagetop {
	bottom:48px;
}

}
@media print, screen and (min-width: 768px){
/*====================================================================/
/*-------------------小さいPCスタイル----------------
/====================================================================*/
html{
	width : 100%;
}
.header__inner,
	.js-fixed .header__inner{
		padding:  0;
	}
.header__inner {
		min-height: 60px;
	}
.header__logo{
	padding-top : 10px;
}
.header__info {
	display: flex;
	font-size: 1rem;
}
.header__info .tel {
	font-size: 1.75rem;
	font-family: 'Oswald', sans-serif;
	margin-top:.3rem;
}
.header__info .tel__txt {
	font-size: .8em;
	font-weight: normal;
	margin-right:.5rem;
}
.header__submenu a{
	text-decoration:none !important;
	display: block;
	padding:.5rem 1rem;
	font-family: 'Oswald', sans-serif;
	position: relative;
	height: 32px;
	min-width: 180px;
	line-height: 1;
	text-align: center;
	background: #f29205;
	color:#fff;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.25rem;
	position: relative;
}
.header__submenu a:hover{
	background: #f2ce05;
}
.header__submenu a::before {
	font-family: "icomoon";
	content: "\e903";
	margin-left: -1rem;
	padding-right: .5rem;
	font-weight: 100;
	font-size: 1.14rem;
}
.header__reception{
	font-size : 1rem;
	text-align: right;
}
#global .sub-menu li{
	background-color : #fff;
}
#global .sub-menu li:not(:first-child) a{
	border-top : 1px dotted #bbb;
}
#global .sub-menu li a{
	height : 61px;
}
#global .sub-menu li a:hover{
	background-color : #999;
	color : #fff;
}

#global{
	max-width: 980px;
}
.pickup-01 {
	padding-bottom: 8rem;
}
.pickup-01 .c-article__cont {
	width: 100%;
}
.pickup-01 .c-article__img {
	position: absolute;
	z-index: -1;
	width: 65%;
	right:0;
	top:2.5rem;
}
.pickup-01 .c-article__txt {
	width: 60%;
}
.pickup-02__tit {
	font-size: 1.75rem;
}
.feed-area{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.common-contact__catch {
	text-align: center;
}
.common-contact__btn-wrap {
		margin-top:1rem;
}
.common-contact__tel .tel {
		font-size:2em;
	}
	.cont-404 {
	padding-bottom: 5rem;
}


}
@media print, screen and (min-width: 1000px){
/*====================================================================/
/*-------------------PCスタイル-------------------
/====================================================================*/
html{
	width : 100%;
}
.l-cont {
	padding:0 20px;
}
.footer__inner {
	padding-left: 20px;
	padding-right: 20px;
}
#page-title {
	position: relative;
	height: 33vw;
}
#page-title h2.top-normal {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	display: block;
}
#page-title h2.top-normal img{
	min-width: 1200px;
	margin-left:auto;
	margin-right: auto;
}
.header__info{
	font-size : 2rem;
	line-height: 1.3;
	text-align: right;
}
.header__reception{
	font-size: 1rem;
}
#page-title-lv2 h2{
	padding : 0;
}
.top-cont {
	overflow-x:hidden;
}
.top-cont::before {
	position: absolute;
	content: url(../img/add_01.png);
	z-index: 10;
	top:18rem;
	right: calc(50% + 530px);
}
.top-cont::after {
	position: absolute;
	content: url(../img/add_02.png);
	z-index: 10;
	top:56rem;
	left: calc(50% + 530px);
}

}
@media screen and (max-width: 767px){
/*====================================================================/
/*------------------スマホタブレット共通スタイル---------
/====================================================================*/
html{
	width : 100%;
}
.header__inner {
	padding-bottom: .3rem;
}
.header__logo{
	width : 50%;
}
h1 {
	position: static;
}
/* sp-nav */
#sp_gnav {
	background: #000;
}
#sp_gnav ul.menu01 li {
	border-right: 1px solid #666;
}
#gnav-sp{
	border-bottom : 1px solid #000;
}
#gnav-sp .gnav-sp__item, #gnav-sp >span{
	color : #ddd;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	background-color : #fff;
}

.pickup-01 .c-article__img {
	overflow: hidden;
	max-height: 320px;
	margin-bottom:0 !important;
}
.pickup-01 .c-article__img img {
	width: 100%;
	display: block;
}
.pickup-02 .c-article__img {
	overflow: hidden;
	max-height: 320px;
	margin-bottom:0 !important;
}
.pickup-02 .c-article__img img {
	width: 100%;
	display: block;
}
/* works */
.works-detail__project table th{
	border-bottom: solid 1px #ccc;
	border-right: none;
}

}
@media screen and (max-width: 480px){
/*====================================================================/
/*------------------スマホのみスタイル----------------
/====================================================================*/
html{
	width : 100%;
}

}

/* 下層style from 木全 */
main ul.page-nav {
	margin-bottom: 2.5rem;
}

h3.normal {
	text-align: center;
	border-bottom: 2px solid #f29205;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

input, textarea, select {
	width: 100%;
}

#page-title-lv2 {
  background: url(../img/top_h2_pc_bg.jpg) no-repeat 50% 50%/cover;
	text-align: center;
	color: #fff;
}

@media only screen and (min-width: 768px) {
  #page-title-lv2 {
		height: 200px;
	}

  #page-title-lv2 h2 {
		font-size: 32px;
	}
}

#page-company,#page-recruit,#page-contact,#page-blog {
	padding-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
	#page-company,#page-recruit,#page-contact,#page-blog {
		padding-bottom: 6rem;
	}
}

@media only screen and (min-width: 768px) {
	.feature-contlist {
		padding-bottom: 4rem;
	}
}



.feature-contlist__list a {
	background: #000;
	color: #fff;
	padding: .8rem;
}

.feature-contlist__list a::before {
	font-family: FontAwesome;
  content: '\f138';
  padding-right: .8rem;
}

.feature-contlist__inner {
	background: #f29205;
	border-radius: 5px;
}

.feature-contlist__tit {
	padding-bottom: 1rem;
	font-weight: normal;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.feature-contlist__tit {
	  font-size: 2rem;
	}
}

.feature-cont__tit {
	color: #000;
	font-weight: normal;
	font-size: 1.5rem;
	margin-bottom: 30px;
	border-bottom: 2px solid #f29205;
}

@media only screen and (min-width: 768px) {
	.feature-cont__tit {
		font-size: 1.8rem;
	}
}

.feature-cont__tit::before {
	font-family: FontAwesome;
  content: '\f138';
  padding-right: .8rem;
	color: #f29205;
}

.feature-contbox {
	background: url(../img/cont-bk.gif);
	padding: 2rem 0;
}

@media only screen and (min-width: 768px) {
	.feature-contbox {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}
}

.feature-cont {
	margin-bottom: 2rem;
}

.feature-cont__inner {
	padding: 1.5rem;
	padding-bottom: 2rem;
	background: #fff;
	border: 1px solid #000;
}

.feature-cont__btn-wrap .feature-cont__btnbox .btn {
	width: auto;
	margin-top: 1rem;
	padding: .5rem 2.5rem;
}

/* 業務案内 */
@media only screen and (min-width: 768px) {
  #page-business .feature-contlist__list {
		width: 100%;
		float: none;
	}

  #page-business .feature-contlist__list li {
		display: inline-block;
    width: 46%;
	}

  #page-business .feature-contlist__list li:nth-child(odd) {
		margin-right: 20px;
	}
}

/* 実績紹介・電気設備工事 */
#page-works .feature-contlist__tit,
#page-construction .feature-contlist__tit {
	font-size: 20px;
}

@media only screen and (min-width: 769px) {
	#page-works .feature-contlist__tit,
	#page-construction .feature-contlist__tit {
		font-size: 1.57rem;
		width: 50%;
	}

	#page-works .feature-contlist__list,
	#page-construction .feature-contlist__list {
		width: 50%;
	}

	#page-construction .feature-contlist__inner {
		background: url(../img/construction-img00.jpg) no-repeat 95%;
		background-size: 45%;
	}

	#page-works .feature-contlist__inner {
		background: url(../img/works-img00.jpg) no-repeat 95%;
		background-size: 45%;
	}

	#page-works .feature-contlist .l-cont,
	#page-construction .feature-contlist .l-cont {
		background-color: #f29205;
    border-radius: 5px;
	}

	#page-works .feature-contlist__img img,
	#page-construction .feature-contlist__img img {
		display: none;
	}
}

/* 会社案内 */
#contents .c-contbox .tablepress {
	border: 1px solid #ccc;
}

#contents .c-contbox .tablepress .column-1 {
  background-color: #ccc;
}

#contents .c-contbox .tablepress td,
#contents .c-contbox .tablepress th {
	padding: 12px;
}

/* 問い合わせ */
.contact-form {
	padding-bottom: 2rem;
}

.contact-first h4 {
  border-bottom: 1px dashed #f29205;
  margin-bottom: 1rem;
  position: relative;
}

.contact-tel h4::before {
	font-family: FontAwesome;
	content: '\f095';
	padding-right: .5rem;
	color: #f29205;
	font-size: 18px;
}

.contact-caution h4::before {
	font-family: FontAwesome;
	content: '\f0e0';
	padding-right: .5rem;
	color: #f29205;
}

.contact-tel__tel .tel__txt {
	font-size: 1.2rem;
	margin-right: .5rem;
}

.contact-tel__tel .tel-link {
	font-size: 2rem;
	font-weight: bold;
}

.contact-tel__tel .tel-link a {
	color: #f29205;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.contact-caution {
		width: 58%;
	}
}

.c-caution li:before {
	color: #f29205;
}

.contact-flow li:before {
	counter-increment: count;
  content: "STEP"counter(count);
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  position: relative;
  display: block;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding-right: .3rem;
  line-height: 1;
}

.contact-flow li.now {
  background: #f29205;
  color: #fff;
}

@media screen and (max-width: 480px) {
	.contact-flow li.now:after {
	  border-top-color: #f29205;
	}
}

@media print, screen and (min-width: 481px) {
	.contact-flow li.now:after {
	    border-left-color: #f29205;
	}
}

.mailform {
	border: 1px solid #ccc;
}

.mailform td,
.mailform th {
  border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 1rem;
	font-size: 14px;
}

.mailform th {
  background-color: #ccc;
	color: #202020;
}

.c-privacy {
  background: #fff;
  border: 1px solid #ddd;
	margin-bottom: 1.5rem;
}

#page-confirm .contact-form .txt-c input.back {
	color: #fff;
  border: none;
  background: #000;
}

@media only screen and (min-width: 768px) {
	#page-sending .contact-form .mw_wp_form_complete p {
		text-align: center;
	}
}

/* 採用情報 */
#page-recruit .recruit__tit {
	padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
	#page-recruit .recruit__tit {
		text-align: center;
	}
}

#page-recruit .c-txtbox--rev {
	background: #f29205;
	color: #fff;
	padding: 1rem;
}

#page-recruit .c-txtbox--rev .c-txtbox__tit {
	color: #fff;
	padding-bottom: 1rem;
}

#page-recruit .c-txtbox--rev .c-txtbox__img,
#page-recruit .c-txtbox--rev .txt {
	float: none;
	width: 100%;
}

#page-recruit .c-txtbox--rev .txt {
	padding: 1rem 0;
}

#contents #page-recruit .c-contbox .tablepress {
	border: 1px solid #f29205;
}

#contents #page-recruit .c-contbox .tablepress td {
	border: 1px solid #f29205;
}

#contents #page-recruit .c-contbox .tablepress td.column-1 {
	background: #f1cd99;
}

.recruit-feature__other {
	text-align: center;
  background-color: #f2ce05;
  border: none;
  border-radius: 5px;
  margin-top: 2rem;
  background-image: url(../img/diagonal-line-white.png);
}

.recruit-feature__other .c-common_box__tit {
	margin-bottom: 1rem;
	border-bottom: 2px solid #f29205;
  display: inline-block;
}

.recruit-feature__other .c-sidelist li {
	background: #000;
  color: #fff;
  padding: .5rem 1rem;
	margin-bottom: 10px;
}


/* ブログ一覧 */
.blog-list {
	border: 1px solid #ddd;
  padding: 1rem;
}

.blog-list__btn-wrap .btn {
	background: #000;
	border-radius: 5px;
}

.blog-list__btn-wrap {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
	.blog-list__btn-wrap {
    float: right;
	}
}

.blog-list__tit {
	background: linear-gradient(to bottom right,#f29205,#f2ce05);
  color: #fff;
  margin-bottom: 1rem;
  padding: .5rem .8rem;
}

.widget-blog-aside h3 {
  background-color: #f2ce05;
	padding: .5rem;
}

#wp-calendar td a {
  background-color: #f2ce05;
	color: #fff;
}

/* ブログ詳細 */
.blog-single__meta > .twitter {
  margin-left: 3px;
  width: 77px;
  padding-top: 4px;
  z-index: 999;
  position: relative;
}

.blog-single__meta > .twitter #widget .btn-o {
	width: auto;
}

.blog-single .txt {
  margin-bottom: 3rem;
}

.blog-single__btn-wrap {
	width: 200px;
	margin: 0 auto;
}

.blog-single__btn-wrap a.btn {
	background: #000;
  border-radius: 5px;
}
