/*FONT読み込み
**********************************/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&amp;display=swap');

/*TOP画像分岐（PC・SP非表示）
**********************************/
@media (min-width: 415px) {
  
.spsp{
  display: none;
}
  
}

@media (max-width: 416px) {

.pcpc{
  display: none;
}
  
}

/**********************************/


.mt-2rem{
  margin-top:-2rem;
}

.lh-18rem{
  line-height:1.8rem;
}

/*ボタン設定
**********************************/
.btn-01 a{
    color: #fff !important;
    font-size: 14px !important;
    margin-top:10px;
}

/*アイコン設定
**********************************/
i {
    font-size: 12px;
}

/*PRエリア
**********************************/
.pr01 {
    border: 2px solid #282828;
}

.pr02 {
    border: 1px solid #ccc;
}

.pr01_up {
    padding: 30px 0;
    margin-bottom: 0;
}

.pr01_down {
    background: #282828;
    padding: 5px 0;
    margin: 0;
    color: #fff;
}

.pr02_down {
    background: #ccc;
    padding: 5px 0;
    margin: 0;
    color: #ccc;
}

/*個別ページ
**********************************/
.ttl_h1 {
    display:none;
}

/*共通設定
**********************************/
.breadcrumb{
  border-bottom:none !important;
}

a:link {
    text-decoration: none;
}

/*記事一覧用CSS
**********************************/

.wp-show-posts-image {
    margin-bottom: 0;
}

h3.wp-show-posts-entry-title {
    font-size: 1rem;
    border: none;
    text-decoration: none;
    font-weight: normal;
}

header.wp-show-posts-entry-header {
    margin: 0;
}

.wp-show-posts-entry-summary {
    font-size: 0.8rem;
    margin:0;
}

/*施工実績一覧
**********************************/
header.wp-show-posts-entry-header {
    margin: 10px 0;
    text-decoration: none;
}

header.wp-show-posts-entry-header a {
    text-decoration: none;
    font-weight: bold;
}

.wp-show-posts-entry-meta.wp-show-posts-entry-meta-below-post.post-meta-stack {
    text-align: right;
    margin-top: 7px;
}

/*施工実績一覧
**********************************/

footer{
  background:#000;
  color:#fff;
}

.copy a {
    color: #fff !important;
}



.sends {
	width: 300px;
	height: 60px;
	background: #000;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}