/*--------------------------------------------------------------
style.css上書き用
--------------------------------------------------------------*/
.page-quality .site-main section .card figure,
.page-quality .site-main section .card div {
	width: 100%;
}
@media (min-width: 768px) {
	.page-quality .site-main section .card figure{
		width: 25%;
	}
	.page-quality .site-main section .card div {
		width: 70%;
	}
}


/*--------------------------------------------------------------
ローカルナビ
--------------------------------------------------------------*/
.widget-subnavi {
	background-color: #fff;
}
.widget-subnavi h3 {
	padding: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #2096F3;
}
.widget-subnavi ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	font-size: 1.5rem;
}
.widget-subnavi li,
.widget-subnavi ul.children {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}
.widget-subnavi ul.descendant {
	padding: 20px;
}
.widget-subnavi ul.descendant li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.widget-subnavi ul li a:before {
	display: inline-block;
	font-family: "Material Design Icons";
	content: "\f238";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
	padding-right: 0.25em;
}
.widget-subnavi > ul > li > ul {
	padding-left: 0.75em;
}
.widget-subnavi li.current_page_item > a {
	color: #666;
}


/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/
.post-type-archive-news .page-content,
.post-type-archive-news .page-footer,
.single-news .entry-header,
.single-news .entry-content,
.single-news .entry-footer {
	padding: 30px 30px 20px;
}
.post-type-archive-news .page-footer,
.single-news .page-footer {
	padding-bottom: 30px;
}
.post-type-archive-news .page-header,
.single-news .page-header {
	margin: 0;
	border-bottom: none;
}
.post-type-archive-news .page-content ul {
	list-style: none; padding-left: 0; margin-bottom: 0;
}
.post-type-archive-news .page-content ul li {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
.post-type-archive-news .page-content ul li time {}
.post-type-archive-news .page-content ul li a { display: block; }
.post-type-archive-news .page-content ul li a:before {
	display: inline-block;
	font-family: "Material Design Icons";
	content: "\f238";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
	padding-right: 0.25em;
}
@media (min-width: 768px) {
	.post-type-archive-news .page-content ul li time { clear: both; float: left; width: 8em; }
	.post-type-archive-news .page-content ul li a { margin-left: 9em; }
	.post-type-archive-news .page-content ul li a:after { content: " "; display: block; clear: both; height: 0; }
}

.single-news .entry-header {
	background-color: #2096F3;
	color: #fff;
}
.single-news .entry-header h2 {
	font-weight: 600;
}
.single-news .entry-header .meta {
	margin-top: 0.5em;
	font-size: 1.5rem;
}
.single-news .entry-content {
	line-height: 1.65;
}
.single-news .entry-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.single-news .entry-footer {
}


/*--------------------------------------------------------------
2017/12/01
--------------------------------------------------------------*/
.vertical-align {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.home-slider-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.home-slider-row > [class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.home-slider-row > [class*="col-"] {
  margin-top: 40px;
}
.home-slider {
	padding: 10px 0 50px;
}
@media (min-width: 992px) { /* md */
	.home-slider-row > [class*="col-"] {
	  margin-top: 0;
	}
	.home-slider {
		padding: 0;
	}
	.home-slider .col-search {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.home-slider .col-txt {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
		padding-left: 40px;
	}
	.home-slider .col-pic {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}

.home-search-side {
	background-color: white;
	padding: 25px;
	border-radius: 6px;
}
.home-search-side h1 {
	font-size: 21px;
	line-height: 1.15;
	font-weight: normal;
	color: #2196F3;
	background-color: transparent;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: transparent;
	margin: 0 0 8px;
}
.home-search-side .form-wrap,
.home-search-side .bootstrap-select,
.home-search-side .btn {
	width: 100% !important;
}
.home-search-side .area > *,
.home-search-side .category > *,
.home-search-side .btns > *,
.home-search-side .separater > * {
	margin-top: 12px;
}
.home-search-side .gps > * {
	margin-top: 6px;
}
.home-search-side .separater,
.widget-search .separater {
	width: 100%;
	position: relative;
	margin: -2px 0;
}
.home-search-side .separater span,
.widget-search .separater span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 10px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.home-search-side .separater:before,
.widget-search .separater:before {
	position: absolute;
	left: 0;
	top: 20px;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #ccc;
	z-index: 0;
}
.home-search-side .bootstrap-select > .dropdown-toggle {
	padding-left: 14px;
}


.widget-search h3 {
  color: #fff;
  border-bottom: 1px solid #A9D3F3;
}
.widget-search .separater {
	text-align: center;
	color: white;
}
.widget-search .separater span {
	background-color: #2096F3;
}
.widget-search .separater:before {
	background-color: #A9D3F3;
}
.widget-search > form > div {
    margin-top: 0;
}
.widget-search .area > *,
.widget-search .category > *,
.widget-search .btns > *,
.widget-search .separater > * {
	margin-top: 12px;
	display: block;
}
.widget-search .gps > * {
	margin-top: 24px;
}
.widget-search .bootstrap-select > .dropdown-toggle {
	padding-left: 11px;
}


/* .btn-white */
.btn-white, .btn-white:active {
	background: #ffffff;
	color: #333;
}
.btn-white:hover, .btn-white:focus {
	background: #00467E;
	color: #FFFFFF;
}