/*
Theme Name: 丸喜屋設備株式会社サイト
Theme URI:
Description:
Version:1
Author: moon's designer
Author URI: moon.caneko@gmail.com
*/

/*********************************
 * 固定ページ
*********************************/
.page{
	max-width: 1000px;
	margin: 0 auto;
	padding:0px 20px 40px 20px;
}
.page article{
	background: #fff;
}
.page h1{
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.page_content{
	line-height: 2;
	font-size: 16px;
}
.page_content p{
	margin-bottom: 1.5em;
}
.page_content img{
	max-width: 100%;
	height: auto;
}





/***会社概要***/
figure.company_table {
	width:100%;
}
figure.company_table table td {
    border-top: none;
    border-left: none;
    border-right: none;
}
figure.company_table table th {
	width:130px;
	padding: 30px 0px 15px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
}
@media screen and (max-width: 768px) {
	figure.company_table table th{
		width:100%;
		display: block;
		padding-bottom: 0px;
		border-bottom: none;
	}
	figure.company_table table td {
		width:100%;
		display: block;
		padding-top: 0px;
		border-top: none;
	}
}

/***事業内容***/
ul.company_list {
	margin-left:15px;
}
ul.company_list li{
	list-style: disc !important;
}

/***沿革***/
figure.enkaku_table table td {
	padding: 10px 0px 10px 30px;
	vertical-align:top;
    border: none;
}
figure.enkaku_table table th {
	width:130px;
	padding: 10px 0px 10px 10px;
	vertical-align:top;
	border: none;
	text-align:left;
}
figure.enkaku_table table td a { color:#337ab7; }
@media screen and (max-width: 768px) {
	figure.enkaku_table table th{
		width:100%;
		padding-bottom: 0px;
		display: block;
	}
	figure.enkaku_table table td {
		width:100%;
		padding-top: 0px;
		display: block;
	}
}

/***登録・関係機関***/
figure.kikan_table table td {
	padding: 10px 0px 10px 30px;
	vertical-align:top;
    border: none;
}
figure.kikan_table table th {
	width:40%;
	padding: 10px 0px 10px 10px;
	vertical-align:top;
	border: none;
	text-align:left;
}
figure.kikan_table table td a { color:#337ab7; }
@media screen and (max-width: 768px) {
	figure.kikan_table table th{
		width:100%;
		padding-bottom: 0px;
		display: block;
	}
	figure.kikan_table table td {
		width:100%;
		padding-top: 0px;
		display: block;
	}
}

/***丸喜屋設備株式会社について***/

figure.about_1day table th,
figure.about_1day table td{
    border: none !important;
	padding: 10px 0px !important;
}

/***採用情報***/
p span.red {
    position: relative;
}
p span.red::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
}

/***募集***/
figure.recruit_single_box01 table tbody tr td::before {
    width: 0px;
}
figure.recruit_single_box01 table {
    border-collapse: collapse;
    border-spacing: 0;
}
figure.recruit_single_box01 table th{
	width:18%;
    text-align: start;
    vertical-align: top;
    padding: 12px 0px 12px 10px !important;
    border-bottom: solid 1px #B2B2B2;
	border-top:none;
	border-left:none;
	border-right:none;
}
figure.recruit_single_box01 table td{
    text-align: start;
    vertical-align: top;
    padding: 12px 0px 12px 10px !important;
    border-bottom: solid 1px #B2B2B2;
	border-top:none;
	border-left:none;
	border-right:none;
}

/***投稿ページ見出し***/
.title_construction::before{
    content: "Works";
}
.title_news::before{
    content: "News";
}
.title_recommend::before{
    content: "Recommend";
}
h2.top_title span {
	display: block;
    font-size: 1.6rem;
    margin-right: -8px;
}
h3.title{
	margin-bottom:10px;
	font-weight:bold !important;
}
h3.title:before{
	content:"◆";
	padding-right: 10px;
}


/***キャプション***/
.wp-block-image .aligncenter>figcaption{
	text-align:center;
}



