@charset "UTF-8";
/* 瀬間工業用 */
/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

.breadcrumbs {
    padding: 1em 0;
}

.my_pc_textCenter {
	text-align: center;
}

/* ここからお問い合わせボタン用 */
.btn-default ,.btn-default[disabled] {
	background: #134490;
	padding: 1em 3em 1em 3em;
	color:#fff;
}
.btn-default:hover {
    background: #154da2;
    color:#fff;
}
/* ここまでお問い合わせボタン用 */

#page_title h1 {
    color:#fff;
}

.page-id-18 #page_contents,
.page-id-61 #page_contents,
.page-id-98 #page_contents {
    margin-top: 0;
    padding-top: 0;
}

#pg-18-0, #pg-18-1, #pl-18 .panel-grid-cell .so-panel {
    margin-bottom: 0;
}

.my_lead_text {
	text-align: center;
	padding-bottom: 20px;
}

.my_item {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

/* 会社概要ページの「沿革」用 */

.my_table {
	margin-bottom: 20px;
}

.my_th,
.my_td {
	font-size: 16px;
}

.my_tr {
	display: flex;
    padding: 8px;
	border-bottom: 1px dotted #ccc;
}

.my_th {
	width: 15%;
}

.my_td {
	width: 95%;
}

.my_year {
	display: inline-block;
	width: 4em;
	text-align: right;
}

.my_month {
	display: inline-block;
	width: 2.5em;
	text-align: right;
}

/* 施工実績一覧ページ用 */
.result_list .col-lg-6,.result_list .col-md-6 {
	width:100%;
}

/* 施工経歴ページ用 */

ul.custommarker01 {
	list-style-type: none;
	/* margin-left:14px; マーカーを1文字寄せた分、ULにマージンを設定*/
	padding-left: 10px;
}

ul.custommarker01 li:before {
	content: '★'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-14px;  /* 1文字分、左に寄せる */
	
}

ul.custommarker01 li {
	margin-bottom: 10px;
}

.my_history_detail {
	display: flex;
	font-size: small;
}

.my_history_gaiyou {
	margin-right: 1em;
	font-weight: bold;
}

/* ページトップへ戻る */

#page-top a {
    background: #eb7308;
    /* text-decoration: none; */
    /* color: #fff; */
    width: 100px;
    padding: 30px 0;
    /* text-align: center; */
    display: block;
    /* border-radius: 5px; */
}

#page-top a {
  background: url(../images/pagetop01.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  
  width: 197px;
  height: 154px;
  padding: 0;
}

#page-top a:hover {
	background: url(../images/pagetop01.png) no-repeat;
}

@media (max-width:767px){
	
	.my_pc_textCenter {
		text-align: left;
	}

	#page_title h1 {
		font-size: 24px;
	}
	
	.my_pc_only {
		display: none;
	}
	
	#my_lead_head {
		font-size: 20px;
	}
	
	h2#my_lead_head {
		margin-bottom: 0;
	}
	
	.my_lead_text {
		text-align: left;
		padding-bottom: 10px;
	}
	
	.my_th,
	.my_td {
		font-size: 14px;
	}
	
	.my_th {
		width: 40%;
	}
	
	.my_td {
		width: 60%;
	}
	
	.my_history_detail {
		flex-direction: column;
	}
	
	/* ページトップへ戻る（スマホ用） */
	
	
	#page-top a {
		background: #005bac;
		text-decoration: none;
		color: #fff;
		width: 100px;
		height: 100%;
		padding: 10px 0;
		text-align: center;
		display: block;
		border-radius: 5px;
		text-indent: 0;
		margin-bottom: 30px;
	}
	
	#page-top a:hover {
		text-decoration: none;
		background: #005bac;
	}
	

}
