@charset "UTF-8";
/* --- ヘッダー --- */
.header-logo {
    padding: 0;
}
.header-logo .logo {
    max-height: 80px;
}
.header .header-contact-button, .header .header-contact-button:hover {
    background: #fafafa;
    color: #71584e;
    border: 1px solid #d8d8d8;
	  border-radius: 0;
}
.header_tel{
    color: #71584e;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
}
.header .header-menu{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
    font-size: 15px;
}
.header-menu .menu-item{
    padding-top: 10px;
    padding-bottom: 10px;
}
.global-nav .menu-item a{
    border-right: 1px solid #d8d8d8;
	  padding: 10px 0;
}
.global-nav .menu-item:last-child a{
    border-right: none;
}
.global-nav .menu-item:hover a, .global-nav .menu-item:hover::after {
    color: #e2570e;
}


/* --- 見出し --- */
.page-title{
    background-image: linear-gradient(to right, #b3b3b3, #b3b3b3 1px, transparent 0px, transparent 1px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.page-title, .headline-h2, .list-wrapper .list-title, .side .side-title {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.headline-h2 {
    font-size: 22px;
}
.headline-h3 {
    font-weight: initial;
    font-size: 22px;
    margin-bottom: 5px;
}
.list-wrapper .list-title {
    font-size: 22px;
	  border-bottom: 1px solid #e3e3e3;
}

/* --- サイドバー --- */
.body-home .side .side-title{
    margin-top: 15px;
}
.sidebar .side:first-child {
    margin-top: 0;
}
.side .side-title {
    background-color: transparent;
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 0;
    display: block;
    height: initial;
    line-height: initial;
}
.side .cat-name a::before, .side li a::before {
    top: 13px;
}

/* --- 表 --- */
.table-content.tr-left th {
    font-weight: initial;
    border-right: 1px solid #dbdbdb;
	  width: 250px;
}
.table-content td, .table-content th {
    border-bottom: 1px dotted #dbdbdb;
}
.table-content {
    border-top: 1px dotted #dbdbdb;
    border-bottom: 1px dotted #dbdbdb;
}

/* --- フッター --- */
.footer-links .menu-item:first-child a {
    border-left: 1px solid #cecece;
}
.footer-links .menu-item a {
    border-right: 1px solid #cecece;
}
footer .line {
    background: #faf8f4;
}


@media(max-width:688px){
	
	/*ヘッダー*/
	i.fa {
    margin-right: 5px;
    color: #333;
  }
	.header-menu .menu-item, .header-smp-menu a {
    padding: 8px;
  }
	.header-menu > .menu-item > a::after {
    border-right: none;
  }
	
	/*表*/
	.table-content.tr-left th {
    background-color: #f4f4f4;
    border-right: none;
  }
	.table-content td, .table-content th {
    border-bottom: none;
  }
	
	/*フッター*/
	.footer-links .menu-item:first-child a {
    border-left: none;
  }
	.footer-links .menu-item a {
    border-right: none;
  }
	.footer .column {
    margin-bottom: 0;
  }
	
	/*レイアウト*/
	.rows.left-image .thumb{
    margin: 0 auto;
  }
	
	
	
	
}