/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */
.custom-logo-link:after {
	content: url(images/freetel.png);
	position: absolute;
	margin-left: 100px;
}
body.page-prossibility .c-entry h2:before {
	content: url(images/h2.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
body.page-prossibility .c-entry h3:before {
	content: url(images/h3.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
body.page-business .c-entry h2:before {
	content: url(images/h2-2.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
body.page-business .c-entry h3:before {
	content: url(images/h3-2.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}

@media (max-width: 767px) {
.custom-logo-link:after {
	margin-left: 200px;
}	
	
body.page-prossibility .c-entry h2:before {
	content: url(images/h2-s.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	float: right;
}
body.page-prossibility .c-entry h3:before {
	content: url(images/h3-s.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	float: right;
}
body.page-business .c-entry h2:before {
	content: url(images/h2-2-s.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
body.page-business .c-entry h3:before {
	content: url(images/h3-2-s.png);
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
}
/* テーブル */
.mw_wp_form input, .mw_wp_form textarea {
	border: 1px solid #ccc;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-radius: 6px;
	outline: 0;
	-webkit-transition: border .2s ease-out;
	transition: border .2s ease-out;
	padding: .46739rem .93478rem;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.035);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.035);
	vertical-align: top;
}
.mw_wp_form input:hover, .mw_wp_form textarea:hover {
	border-color: #999;
}
.mw_wp_form input:active, .mw_wp_form textarea:active {
	border-color: #85b7d9;
}
.mw_wp_form input:focus, .mw_wp_form textarea:focus {
	border-color: #85b7d9;
}
.table_form {
	width: 80%;
}
.table_form th, .table_form td {
	padding: 0.4em 0.8em;
}
.table_form th {
	white-space: nowrap;
}
.table_form textarea {
	width: 100%;
}
.table_form .inquiry {
	white-space: nowrap;
	color: #CA0000;
}
.inqtext {
	display:none;
}
@media (max-width: 767px) {
.mw_wp_form {
	margin-top: 0 !important;
}
.table_form {
	width: 100%;
}
.table_form th, .table_form .inquiry {
	display: none;
}
input.inqform, textarea.inqform {
	border-color: #cf2e2e;
}
.table_form input, .table_form textarea {
	width: 100% !important;
}
.inqtext {
	display:inline-block;
}
}
/* 採用ページ */
body.page-recruit a.formtable span {
	font-weight: bold;
}
/* フッター */
body.home footer {
	border-top: solid 32px #000;
}
.l-footer-widget-area {
	padding: 24px 0;
	display: none;
}
body.home .l-footer-widget-area {
	display: block;
}
table.footer_address th, table.footer_address td {
	line-height: 1.4em;
}
table.footer_address th {
	white-space: nowrap;
}
table.footer_address h3 {
	text-align: center;
	color: #bd9104;
}
.c-copyright .c-container {
	text-align: right;
}
/* 投稿 */
.c-entry__header .c-entry__meta .c-meta__item--author {
	display:none;
}
