/*
Theme Name: User Local 201412
Author: UserLocal
Description:
Version: 1.0
*/

#blog main {
	margin-bottom:50px;
}

#blog article {
	font-size: 1.2em;
	line-height: 2.0em;
	margin-bottom: 50px;
}
#blog article h1.entry-title {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}
#blog article h1.entry-title a{
	color:#333;
}
#blog article h1.entry-title a:hover {
	color:#2a6496;
}
#blog article .entry-meta {
	font-size: .8em;
	margin:0 0 10px 0;
	padding:0;
}
#blog article header ul.post-categories {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
#blog article header ul.post-categories li {
	display:inline-block;
	background:#ddd;
	padding:0px 8px;
	margin-right:8px;
}
#blog article header ul.post-categories li a {
	color:#000;
}
#blog article header .entry-date {
	display:block;
	float:right;
}

#blog .socialbutton { float: left; margin: 0 0 15px 10px; }
#blog .facebook-button{ min-width:70px; max-width:115px; }
#blog .twitter-button{ min-width:87px; max-width:90px; }
#blog .hatena-button{ min-width:80px; max-width:125px; margin: 0 0 0 -5px; }
#blog .gplus-button{ min-width:50px; max-width:80px; }
#blog .pocket-button{ min-width:60px; max-width:115px; }

#blog nav.article{
	display:table;
	width:100%;
}
#blog nav.article div {
	display:table-cell;
	width:50%;
}
#blog nav.article div.next-article {
	text-align:right;
}


#blog-sidebar H4{
	font-size: 1.3em;
	font-weight:bold;
	margin-bottom:20px;
	border-top:3px solid #000;
	padding:20px 0px 0px 2px;
}
#blog-sidebar section {
	margin-bottom:40px;
}
#blog-sidebar ul {
	list-style:none;
	padding:0;
}
#blog-sidebar ul li {
	margin:8px 0;
	padding:0 0 0 2px;
}
#blog-sidebar ul.sep li:first-child {
	border-top:1px solid #888;
}
#blog-sidebar ul.sep li {
	border-bottom:1px solid #888;
	padding:16px 0 16px 2px;
	margin:0;
}

/* ==========================================================================
* 2020.02.06 ~
========================================================================== */

/* ==========================================================================
* トップページ
========================================================================== */

/* 動画
----------------------------------------------------------------- */
.bg-video video {
width: auto;
min-width: 100%;
min-height: 100%;
/* height: 100%; */
}

/* 見積もりフォーム
----------------------------------------------------------------- */
@media (max-width: 767px) {
	.mv-area {
		padding: 0;
	}
	.mv-area .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.mv-heading br {
		display: none;
	}
	.mv-description br {
		display: none;
	}
}
.estimate-form {
	/* margin: 0 auto; */
	width: 100%;
	max-width: 600px;
}
.estimate-url {
	width: 100%;
	border-radius: 0px;
	border:none;
	padding: 10px;
	color: #333;
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #e2e2e2;
}
::-moz-placeholder {
	color: #e2e2e2;
}
:-ms-input-placeholder {
	color: #e2e2e2;
}
::-ms-input-placeholder {
	color: #e2e2e2;
}
::placeholder {
	color: #e2e2e2;
}
.estimate-submit {
	width: 100%;
	margin: 10px 0 0 0;
	/* border-radius: 6px; */
}
.estimate-label {
	font-weight: bold;
	/* font-size: 16px; */
	white-space: nowrap;
}
.estimate-form > *:first-child {
	/* padding-bottom: 20px; */
}
@media (min-width: 980px) {
	.estimate-form {
		display: table;
	}
	.estimate-form > * {
		display: table-cell;
		vertical-align: middle;
	}
	.estimate-form > *:first-child {
		width: 100%;
		padding-right: 5px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.estimate-form {
		max-width: none;
	}
}

@media (min-width: 768px) {
	.estimate-form {
		/* display: table; */
	}
	.estimate-form > * {
		/* display: table-cell; */
		vertical-align: middle;
	}
	.estimate-form > *:not(:first-child) {
		/* padding-left: 10px; */
	}
	.estimate-url {
		width: 300px;
		height: 51px;
	}
	.estimate-submit {
		width: 200px;
		font-size: 16px;
	}
}
@media (min-width: 980px) {

	.estimate-url {
		width: 440px;
	}
	.estimate-submit {
		margin: 0!important;
	}
}
.estimate-link {
	color: #fff;
	text-decoration: underline;
}
.estimate-link:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.mv-area .estimate-text {
		margin-top: 0;
	}
}
/* ==========================================================================
* 料金お見積り
========================================================================== */
.container.container-estimate {
	width: 100%;
	max-width: 1050px;
}
@media (min-width: 768px) {
	.page-header.page-header-estimate {
		margin-top: 0;
	}
}

/* 「必須」バッジ
----------------------------------------------------------------- */
.label-required {
	color: #D41010;
	background-color: #FBE6E6;
	font-size: 12px;
	font-weight: normal;
}

/* フォームのテーブル
----------------------------------------------------------------- */
.estimate-table {
	font-size: 16px;
}
.estimate-table th {
	vertical-align: top;
	white-space: nowrap;
	clear: both;
	width: 167px;
}
.estimate-table input::placeholder,
.estimate-table textarea::placeholder{
	color: #ced4da;
}
.estimate-table th .control-label {
	float: left;
	margin-top: 3px;
}
.estimate-table th .label {
	float: right;
	margin-top: 6px;
}
.estimate-table td {
	padding-left: 20px;
}

/* フォームの入力・選択項目
----------------------------------------------------------------- */

.estimate-table .radio-inline {
	position: relative;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 0;
}

.estimate-table .radio-inline input {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 0;
}

.estimate-table input[type="text"],
.estimate-table input[type="tel"],
.estimate-table input[type="email"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	box-shadow: none;
}

.estimate-table .radio-inline input + label {
	cursor: pointer;
	padding-left: 28px;
}

.estimate-table .radio-inline input + label:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.estimate-table .radio-inline input + label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #CCCCCC;
}

.estimate-table .radio-inline input:checked + label:before {
	background-color: #8CC152;
}

.estimate-table .radio-inline input:checked + label:after {
	border-color: #8CC152;
}

@media (min-width: 768px) {
	.estimate-table tr:not(:first-of-type) td{
		padding-top: 20px;
	}
	.estimate-table tr:not(:first-of-type) th{
		padding-top: 22px;
	}
}

@media (max-width: 767px) {

	.estimate-table tr,
	.estimate-table th,
	.estimate-table td {
		width: 100%;
		display: block;
	}
	.estimate-table tr {
		float: left;
	}
	.estimate-table th,
	.estimate-table td {
		float: left;
	}

	.estimate-table td {
		padding-top: 5px;
		padding-left: 0;
	}

	.estimate-table tr:not(:first-of-type) {
		padding-top: 22px;
	}

	.estimate-table th .control-label {
		float: none;
		margin-right: 5px;
	}

	.estimate-table th .label {
		float: none;
	}

	.estimate-table input[type="text"],
	.estimate-table input[type="tel"],
	.estimate-table input[type="email"] {
		height: 44px;
		font-size: 16px;
	}
}

/* ヒートマップキャプチャ
----------------------------------------------------------------- */
.capture-nav {
	margin-bottom: 10px;
	padding-left: 0;
	word-break: keep-all;
}
.capture-nav li {
	display: inline;
}
.capture-nav li:not(:last-of-type):after {
content:"／"
}
.capture-nav li.active a {
	color: #333;
}

.heatmap-area {
	position: relative;
	overflow: hidden;
	/* padding-top: 133%; */
	padding-top: 178%;
}
.heatmap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
}
.heatmap-capture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.heapmap-description {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	margin: auto;
	height: 90px;
	width: 80%;
	padding: 10px;
	background-color: #f5f5f5;
	z-index: 2;
	border: solid 1px #333;
}

/* ==========================================================================
* Utility
========================================================================== */
.d-none {
	display: none!important;
}
.mb-0 {
	margin-bottom: 0!important;
}
@media (min-width: 768px) {
	.d-sm-none {
		display: none!important;
	}
	.d-sm-block {
		display: block!important;
	}
}
