@charset "UTF-8";
/*
Theme Name: MindWood Theme
Author: マインドウッド
Author URI: https://mindwood.jp/
Description: マインドウッドがコーポレートサイト向けに作成したオリジナルテーマです。
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

* {
	box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

/* all
-------------------------------------------------- */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;
	word-break: normal;
}

a {
	-webkit-transition: all ease-in-out .3s;
					transition: all ease-in-out .3s;
}
a:focus, a:active, a:hover {
	outline: 0;
}

* {
	box-sizing: border-box;
}

/* clear
-------------------------------------------------- */
.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before {
	display: inline-table;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* text
-------------------------------------------------- */
.post-content h1 {
	font-size: 36px;
	margin: 36px 0;
	clear: both;
}
.post-content h2 {
	font-size: 28px;
	margin: 2em 0 1em;
	clear: both;
}
.post-content h3 {
	font-size: 24px;
	margin: 2em 0 1em;
}
.post-content h4 {
	font-size: 18px;
	margin: 2em 0 1em;
}
.post-content h5 {
	font-size: 16px;
	margin: 2em 0 1em;
}
.post-content h6 {
	font-size: 14px;
	margin: 2em 0 1em;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	clear: both;
	margin: 0 0 28px;
	padding: 30px 20px 35px 55px;
	position: relative;
	border: 1px #e5e5e5 solid;
	background: #fafafa;
}
blockquote:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 36px;
	color: #e7e7e7;
	position: absolute;
	top: 10px;
	left: 10px;
}
blockquote cite {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	color: #808080;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p,
pre {
	margin: 0 0 2em;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
	overflow-x: scroll;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* reset  */
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p, #header ul, #side h1, #side h2, #side h3, #side h4, #side h5, #side h6, #side p, #side ul, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p, #footer ul, nav h1, nav h2, nav h3, nav h4, nav h5, nav h6, nav p, nav ul {
	font-weight: normal;
	margin: 0;
}

/* list
-------------------------------------------------- */
dl,
menu,
ol,
ul {
	margin: 0 0 2em;
}

dd {
	margin: 0 0 0 20px;
}

menu,
ol,
ul {
	padding: 0 0 0 20px;
	list-style: none;
}
menu ol,
menu ul,
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

.inline-list li {
	display: inline-block;
}

#header ul, #header ol,
#side ul,
#side ol,
#footer ul,
#footer ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* embed
-------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

/* form
-------------------------------------------------- */
form {
	margin: 0;
}

fieldset {
	border: 1px solid #e5e5e5;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: none;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* form
---------------------------------------- */
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
	border-radius: 3px;
	padding: 8px 13px;
	max-width: 100%;
	border: 1px #ccc solid;
	outline: none;
	box-sizing: border-box;
}
form textarea {
	width: 80%;
}
form input[type="submit"],
form button {
	padding: 12px 20px;
	border: none;
}
form input[type="submit"]:hover,
form button:hover {
	cursor: pointer;
}

/* table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e5e5e5;
}

th, td {
	border: 1px solid #e5e5e5;
	padding: 8px 13px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* post */
.post-title {
	font-size: 32px;
	line-height: 1.5;
	margin: 0 0 36px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 10px;
	max-width: 100%;
	box-sizing: border-box;
	/* optional rounded corners for browsers that support it */
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.row {
	*zoom: 1;
}
.row:before {
	display: inline-table;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

.wrap {
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	*zoom: 1;
}
.wrap:before {
	display: inline-table;
}
.wrap:after {
	content: "";
	display: block;
	clear: both;
}

#main {
	width: 100%;
	float: left;
}

.main-inner {
	margin-right: 358px;
}

#side {
	width: 310px;
	float: left;
	margin-left: -310px;
}

.left-content #main {
	width: 100%;
	float: left;
}
.left-content .main-inner {
	margin-right: 358px;
	margin-left: 0;
}
.left-content #side {
	width: 310px;
	float: left;
	margin-left: -310px;
}

.right-content #main {
	width: 100%;
	float: left;
}
.right-content .main-inner {
	margin-left: 358px;
	margin-right: 0;
}
.right-content #side {
	width: 310px;
	float: left;
	margin-left: -100%;
}

.one-column #content .wrap {
	width: 1000px;
}
.one-column #content .wrap #main {
	width: 100%;
	float: none;
}
.one-column #content .wrap #main .main-inner {
	width: 100%;
	margin: 0;
}
.one-column #content .wrap #side {
	display: none;
}

/* table
-------------------------------------------------- */
table {
	width: 100% !important;
}

table td, table th {
	word-break: break-all;
	text-align: left;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
	background: #3B4552;
	color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
	cursor: pointer;
}

/* header
---------------------------------------- */
#header {
	padding: 0;
	overflow: visible;
}
#header #logo {
	float: left;
	font-size: 24px;
	padding: 0;
	height: 92px;
	line-height: 92px;
}
#header #logo img {
	max-height: 76px;
}
#header a {
	color: #fff;
}

#header-right {
	height: 92px;
	float: right;
}

#header-fnav-area,
#header-gnav-area {
	float: right;
}

#header-fnav-area {
	width: 150px;
	position: relative;
}
#header-fnav-area #header-fnav-btn a {
	display: block;
	padding: 22px 12px;
	line-height: 24px;
	font-size: 23px;
	height: auto;
	text-align: center;
	background: #57bca8;
}
#header-fnav-area #header-fnav-btn a:hover {
	text-decoration: none;
}
#header-fnav-area #header-fnav {
	z-index: 10;
	font-size: 14px;
	text-align: left;
	display: none;
	position: absolute;
	right: 0;
	width: 200px;
	background: #fff;
	border: 1px #e5e5e5 solid;
}
#header-fnav-area #header-fnav li {
	float: none;
	margin-left: 0;
	border-bottom: 1px #e5e5e5 solid;
	display: block;
}
#header-fnav-area #header-fnav li:list-child {
	border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
	color: #3B4552;
	background: #fff;
	padding: 10px 15px;
	display: block;
}
#header-fnav-area #header-fnav li a:hover {
	background: #fafafa;
	color: #3B4552;
	text-decoration: none;
}

/* breadcrumb
---------------------------------------- */
.breadcrumb-area {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-area .wrap {
	padding: 10px 0;
}

.breadcrumb {
	margin: 0;
	margin-left: -10px;
	overflow: hidden;
	font-size: 13px;
	padding: 0;
	line-height: 22px;
}
.breadcrumb li {
	float: left;
	margin-left: 10px;
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
	padding: 52px 0;
	/* キャプション */
}
#content .wrap {
	overflow: visible;
}
#content .wp-caption {
	max-width: 100%;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 5px;
	margin-bottom: 12px;
}
#content .wp-caption-text {
	padding: 12px 16px;
	margin-bottom: 0;
	text-align: center;
}

/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home #content {
	padding-bottom: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #main {
	width: 100%;
	margin: 0;
	float: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .main-inner {
	margin: 0;
}
body.home .wrap {
	width: 1200px;
	margin: 0 auto;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
	margin-bottom: 60px;
	background: #fff;
	border: 1px #e5e5e5 solid;
}

.post-header {
	padding: 56px 64px 46px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.post-header .cat-name {
	margin-bottom: 20px;
}
.post-header .cat-name span {
	border: 1px solid #47B39D;
	color: #47B39D;
	display: inline-block;
	padding: 4px 16px;
	font-size: 13px;
}

.post-title {
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 36px;
}
body.page .post-title {
	margin-bottom: 0;
}
.post-title a {
	color: #241913;
}
.post-title a:hover {
	color: #FF6C00;
}

.post-content h2.post-title {
	font-weight: normal;
}

.post-title a {
	color: #3B4552;
}
.post-title a:hover {
	color: #FF6C00;
	text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
	padding: 56px 64px 30px;
	margin-bottom: 20px;
	background: #fff;
}

.post-meta-area {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.post-meta-area ul {
	margin: 0;
}
.post-meta-area .post-meta {
	width: 50%;
	float: left;
}
.post-meta-area .post-meta .date {
	padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
	font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
	text-align: center;
	width: auto;
	float: right;
}
.post-meta-area .post-meta-comment li {
	padding: 12px 24px;
	display: inline-block;
	border-left: 1px solid #e5e5e5;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}

.post-content {
	padding: 30px 64px 10px;
}
.post-content hr {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
	clear: both;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
	margin-bottom: 2em;
}
.post-content ul {
	list-style: disc;
}
.post-content ol {
	list-style: decimal;
}
.post-content ul,
.post-content ol {
	margin-left: 30px;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
	margin-bottom: 0px;
}
.post-content dl dt {
	font-weight: bold;
}
.post-content dl dd {
	margin-left: 30px;
}
.post-content pre {
	padding: 20px;
	overflow: scroll;
	font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	font-weight: bold;
}
.post-content h1 {
	margin: 32px 0;
	font-size: 36px;
	clear: both;
	font-weight: normal;
}
.post-content h2 {
	margin: 80px 0 32px -74px;
	padding: 16px 16px 16px 56px;
	font-size: 28px;
	clear: both;
	font-weight: normal;
	border-left: 10px solid #131D2A;
	background: #3B4552;
	color: #fff;
}
.post-content h3 {
	font-size: 24px;
	margin: 48px 0 24px;
	padding: 20px 0;
	clear: both;
	font-weight: normal;
	border-bottom: 2px solid #3B4552;
	line-height: 1;
}
.post-content h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 16px;
	padding: 0 0 0 8px;
	border-left: 5px solid #131D2A;
	clear: both;
}
.post-content h5 {
	font-size: 16px;
	margin: 30px 0 16px;
	clear: both;
}
.post-content h6 {
	font-size: 16px;
	margin: 30px 0 16px;
	clear: both;
}
.post-content blockquote {
	clear: both;
	margin: 0 0 28px;
	padding: 30px 20px 35px 55px;
	position: relative;
	border: 1px #e5e5e5 solid;
	background: #fafafa;
}
.post-content blockquote:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 36px;
	color: #e7e7e7;
	position: absolute;
	top: 20px;
	left: 10px;
}
.post-content blockquote cite {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	color: #808080;
}
.post-content table {
	border: 1px #ddd solid;
	max-width: 100%;
}
.post-content table th,
.post-content table td {
	padding: 8px 10px;
	border: #ddd solid 1px;
}
.post-content table th {
	color: #fff;
}
.post-content table thead th {
	background: #5e6265;
}
.post-content table tbody th {
	background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
	border-color: #fff;
}
.post-content table.table-line th {
	background: transparent;
	color: #241913;
	font-weight: bold;
}
.post-content table.table-line thead th {
	background: #5e6265;
	color: #fff;
}
.post-content table.table-line tr {
	background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}
.post-content img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.post-content img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.post-content h2:first-child {
	margin-top: 0;
}

.post-header-meta {
	overflow: hidden;
	margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
	padding: 20px 0 10px;
	float: left;
	width: 400px;
	overflow: hidden;
}
.post-header-meta .post-header-category {
	float: right;
	width: 300px;
	text-align: right;
	padding: 20px 0 10px;
}

.post-autot
#comments {
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.post-autot
#comments h4,
.post-autot
#comments h3 {
	margin: 0 0 24px;
	border-bottom: 5px solid #3B4552;
	font-size: 18px;
	padding: 8px 0;
}
.post-autot
#comments h4 i,
.post-autot
#comments h3 i {
	color: #3B4552;
}

.comment-list > .comment {
	margin-bottom: 40px;
	border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
	padding: 0 20px;
	margin-bottom: 20px;
}

.comment-list .children {
	margin-left: 45px;
}

@media screen and ( max-width: 767px ){
	.comment-list .children {
		margin-left: 0;
	}
}
.comment-list .children .comment-body {
	padding: 20px 30px;
	margin-bottom: 20px;
	background: #f7f7f7;
}

.comment-author {
	float: left;
	vertical-align: top;
	font-size: 12px;
	margin-left: 10px;
}
.comment-author img {
	vertical-align: top;
}

.comment-meta {
	font-size: 12px;
	margin-bottom: 12px;
}

.reply a {
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
}
.reply a:before {
	content: ' ';
	font-family: 'FontAwesome';
}
.reply a:hover {
	text-decoration: none;
}

.comment-form-comment {
	margin-bottom: 0;
}

.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	width: 80%;
	margin: 20px 0;
	border-radius: 3px;
}

.form-allowed-tags {
	font-size: 12px;
	margin-bottom: 20px;
	display: none;
}

.comment-meta:after {
	content: ' ';
	display: block;
	clear: both;
}

.comments-title {
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 30px;
	margin-top: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	overflow: hidden;
	margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	width: 15%;
	float: left;
	font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 40%;
	float: left;
	margin-left: 5%;
	border-radius: 3px;
	padding: 5px;
}

.form-submit #submit {
	width: 240px;
	margin-top: 2em;
	line-height: 24px;
	border: none;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
	cursor: pointer;
}

.comment-form-comment textarea {
	width: 95%;
	padding-left: 2%;
	padding-right: 2%;
}

.comment-form {
	overflow: hidden;
}

.comment-form-author,
.comment-form-email {
	width: 49%;
	margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
	width: 90%;
	float: none;
	margin: 0 0 10px;
}

.comment-form-author {
	float: left;
}

.comment-form-email {
	float: right;
}

/* loop
---------------------------------------- */
.cat-content {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px;
}

.post-loop-wrap article {
	width: 100%;
	margin: 0 0 60px;
}
.post-loop-wrap article p {
	margin-top: 0;
}
.post-loop-wrap .post-title {
	margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
	width: 100%;
}
.post-loop-wrap .post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.post-loop-wrap .more-link {
	border: 1px #3B4552 solid;
	padding: 8px 20px;
	margin-bottom: 64px;
	color: #3B4552;
}
.post-loop-wrap .more-link:hover {
	background: #3B4552;
	color: #fff;
	text-decoration: none;
}
.post-loop-wrap .post-footer {
	border-top: 1px #eee solid;
	padding: 0;
	overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
	display: block;
	background: #3B4552;
	color: #fff;
	text-align: center;
	padding: 12px;
}

/* pager */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
}

.pagination a {
	background: #fff;
}

.pagination a, .pagination > span{
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #241913;
}

.pagination a:hover {
	background: #999999;
	color: #fff;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #999999;
	color: #fff;
}

.post-content .pagination {
	margin: 0;
}

.post-content .pagination > span{
	background: #999999;
	color: #ffffff;
}


/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
	padding: 0;
}

.side-widget {
	margin-bottom: 40px;
	padding-bottom: 40px;
	line-height: 1.6;
	font-size: 14px;
}
.side-widget .side-title {
	margin: 0 0 32px;
	font-size: 15px;
	background: #ebebeb;
	border: 1px solid #e4e4e4;
}
.side-widget a {
	color: #47B39D;
	text-decoration: underline;
	display: block;
}
.side-widget a:hover {
	color: #47B39D;
	text-decoration: none;
}
.side-widget ul li {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
	margin: 0 0 13px;
	padding: 8px;
	font-size: 16px;
}
.side-widget.widget_recent_comments a {
	background: none;
}
.side-widget .post-date {
	margin: 0 0 0 36px;
	font-size: 13px;
	color: #999999;
}
.side-widget .post-share-fb .pas {
	display: none;
}

.widget_categories a {
	display: inline-block;
}

/* widget_views */
.widget_views a {
	display: inline;
}

/* search */
.widget_search {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding-bottom: 0;
	border-radius: 2px;
}
.widget_search form div {
	position: relative;
	padding-right: 40px;
}
.widget_search label {
	display: none;
}
.widget_search input[type=text] {
	line-height: 18px;
	padding: 8px 13px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	float: left;
}
.widget_search button {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	line-height: 18px;
	border: none;
	border-radius: 3px;
	width: 40px;
	padding: 8px 5px;
	-webkit-transition: background .3s ease-in-out;
					transition: background .3s ease-in-out;
	background: transparent;
	font-family: 'FontAwesome';
	font-size: 21px;
	color: #5e6265;
}
.widget_search button:hover {
	cursor: pointer;
}

#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
	border-radius: 3px;
	padding: 12px;
	max-width: 100%;
	font-size: 16px;
}
#searchform form textarea {
	width: 80%;
}
#searchform form input[type="submit"] {
	padding: 12px 20px;
}

/* comment */
.recentcomments {
	color: #808080;
	font-size: 12px;
}
.recentcomments a {
	color: #241913;
	font-size: 14px;
}

/* follow */
#side .share-list-wrap {
	margin: 0 -20px 20px;
	background: #fff;
	padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
	overflow: hidden;
	margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
	float: left;
	width: 24%;
	margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
	border-radius: 100%;
	background: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	font-size: 32px;
	color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
	display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
	color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
	color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
	color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
	color: #2bb24c;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
	color: #fff;
	border-top: 8px solid #3B4552;
}
#footer .footer-logo {
	font-size: 24px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#footer .wrap {
	padding: 30px 0;
}
#footer .post-share {
	padding-right: 0;
	padding-left: 0;
}
#footer .row {
	margin-left: -15px;
	margin-right: -15px;
}

#footer-brand-area {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #3B4552;
}

#footer-content-area {
	font-size: 14px;
}
#footer-content-area h4 {
	font-size: 16px;
}
#footer-content-area i.fa {
	margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
	position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 7px;
	left: 0;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
	padding: 8px 12px 8px 14px;
	display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
	text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
	display: block;
	padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
	text-decoration: none;
}

.footer-01 {
	background: #031731;
	padding: 48px 0;
}
.footer-01 .footer-address {
	text-align: right;
}

@media screen and ( max-width: 991px ){
	.footer-01 .footer-address {
		text-align: left;
	}
}

@media screen and ( max-width: 767px ){
	.footer-01 .footer-address {
		margin-top: 24px;
	}
}

.footer-02 {
	background: #010A17;
}
.footer-02 .footer-copy {
	text-align: center;
	font-size: 12px;
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	color: #fff;
}
.pagetop span {
	display: block;
	border-radius: 25px;
	background: #2b2b2b;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	opacity: .8;
}

/* ----------------------------------------
* table scroll
---------------------------------------- */
.table-wrap {
	overflow-x: scroll;
	white-space: nowrap;
	margin-bottom: 48px;
}

.table-grad {
	position: relative;
	white-space: nowrap;
}

.table-grad:after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
	/* laptop */
	.wrap,
	.one-column #content .wrap {
		margin-left: 36px;
		margin-right: 36px;
		width: auto;
	}
	.main-inner {
		margin-right: 346px;
		box-sizing: border-box;
	}
	body.home .wrap {
		width: auto;
		margin: 0 36px;
	}
	.post-header,
	.post-author {
		padding: 36px;
	}
	.post-content,
	.post-footer {
		padding-left: 36px;
		padding-right: 36px;
	}
	/* laptop end */
}
@media screen and (max-width: 991px) {
	/* tablet */

	body.home .wrap,
	.wrap {
		width: auto;
		margin: 0 24px;
	}

	body.home #front-service {
		background-image: none;
	}

	/* header */
	#header {
		padding: 0;
	}
	#header .wrap {
		width: auto;
		margin: 0 24px;
	}

	#header-nav-btn {
		display: block;
		width: 116px;
		line-height: 92px;
		float: right;
	}
	#header-nav-btn a {
		display: block;
		text-align: center;
		display: block;
		font-size: 32px;
		background: #3B4552;
	}

	#header-fnav-area {
		display: none;
	}

	/* front page */

	body.home .front-loop {
		margin-left: 0;
	}

	body.home .front-loop .popular_post_box {
		width: 32%;
		margin: 0 .5%;
	}
	body.home .front-loop .popular_post_box .wrap-a {
		display: block;
		border: 1px solid #e5e5e5;
	}
	body.home .front-loop .popular_post_box .wrap-a:hover {
		background: #fafafa;
		text-decoration: none;
	}
	body.home .front-loop .popular_post_box .wrap-a h3,
	body.home .front-loop .popular_post_box .wrap-a ul {
		margin-left: 10px;
		margin-right: 10px;
	}
	body.home .front-loop .popular_post_box img {
		width: 100%;
		height: auto;
	}
	body.home .front-loop .popular_post_box.rank-4, body.home .front-loop .popular_post_box.rank-5, body.home .front-loop .popular_post_box.recent-4, body.home .front-loop .popular_post_box.recent-5 {
		display: none;
	}

	body.home .front-main-cont .tri-border {
		display: none;
	}

	body.home #front-contents .c_box.c_box_left .c_box_inner,
	body.home #front-contents .c_box.c_box_right .c_box_inner {
		width: 100%;
		float: none;
	}
	body.home #front-contents .c_box.c_box_left .c_title,
	body.home #front-contents .c_box.c_box_right .c_title {
		text-align: center;
	}
	body.home #front-contents .c_box.c_box_left .c_img_box,
	body.home #front-contents .c_box.c_box_right .c_img_box {
		position: relative;
		height: 300px;
		width: 100%;
		margin-bottom: 24px;
	}
	body.home #front-contents .c_box.c_box_left .c_text h4,
	body.home #front-contents .c_box.c_box_right .c_text h4 {
		text-align: center;
	}
	body.home #front-contents .c_box.c_box_left .c_btn,
	body.home #front-contents .c_box.c_box_right .c_btn {
		text-align: center;
	}
	body.home #front-contents .c_box.c_box_left .c_btn a,
	body.home #front-contents .c_box.c_box_right .c_btn a {
		margin-right: auto;
		margin-left: auto;
	}

	body.home #front-service .front-service-inner {
		margin-left: 0;
	}
	body.home #front-service .front-service-inner .c_box {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	body.home #front-company .c_img_box {
		height: 300px;
		position: relative;
	}
	body.home #front-company .c_img_box,
	body.home #front-company .c_box_inner {
		float: none;
		width: 100%;
	}

	.cat-content .post-header,
	article.page .post-header,
	article.post .post-header {
		padding: 56px 44px;
	}

	article.page .post-content {
		padding: 40px;
	}

	.post-header {
		padding: 56px 44px 0;
	}

	.post-content {
		padding: 40px;
	}
	.post-content h2 {
		margin-left: -52px;
	}

	.post-meta-area {
		background: #fff;
		color: #241913;
	}
	.post-meta-area .post-meta {
		width: 40%;
		float: left;
		text-align: left;
	}
	.post-meta-area .post-meta .date {
		background: transparent;
		text-align: left;
	}
	.post-meta-area .bzb-sns-btn {
		height: auto;
	}
	.post-meta-area .bzb-sns-btn .sharrre {
		margin: 0 5px 0 0;
		float: left !important;
		width: 20%;
		overflow: hidden;
	}
	.post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
		background: transparent;
		display: block;
		padding: 4px 24px;
		color: #241913;
	}
	.post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
		display: none;
		text-align: center;
		float: left;
	}
	.post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
		background: transparent;
	}
	.post-meta-area .bzb-sns-btn .s_buttons {
		font-size: 14px;
		padding-top: 20px;
	}
	.post-meta-area .loop-comment-icon {
		padding: 4px 12px;
		background: transparent !important;
		text-align: center;
		float: right;
	}

	#footer-list-area {
		width: 100%;
	}

	.wrap,
	.one-column #content .wrap {
		margin-left: 24px;
		margin-right: 24px;
	}
	#main,
	.main-inner,
	#side {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.left-content #main,
	.right-content #main {
		float: none;
	}
	.left-content .main-inner,
	.right-content .main-inner {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.left-content #side,
	.right-content #side {
		width: 100%;
		float: none;
		margin: 0;
	}
	#side {
		padding-top: 42px;
	}
	/* tablet end */
}
@media screen and (max-width: 767px) {
	/* phone */
	.wrap,
	.one-column #content .wrap {
		margin-left: 12px;
		margin-right: 12px;
	}
	.wrap {
		overflow: hidden;
	}
	h1 {
		font-size: 22px;
		margin: 36px 0;
		clear: both;
	}
	h2 {
		font-size: 18px;
		margin: 2em 0 1em;
		clear: both;
	}
	h3, h4, h5, h6 {
		font-size: 16px;
		margin: 2em 0 1em;
	}

	.post-title {
		font-size: 21px;
		margin-bottom: 20px;
	}

	body.home .wrap,
	.wrap {
		margin: 0 12px;
	}

	body.home #front-company dl dt,
	body.home #front-company dl dd {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	body.home #front-company dl dt span,
	body.home #front-company dl dd span {
		padding: 0;
	}
	body.home #front-company dl dt {
		font-weight: bold;
		padding: 8px 12px 0;
	}
	body.home #front-company dl dd {
		border-top: none !important;
		padding: 4px 12px 8px;
	}

	#main {
		width: 100%;
		float: none;
	}

	#side {
		width: 100%;
		float: none;
	}

	.left-content #main {
		width: 100%;
		float: none;
	}
	.left-content #side {
		width: 100%;
		float: none;
	}

	.right-content #main {
		width: 100%;
		float: none;
	}
	.right-content #side {
		width: 100%;
		float: none;
	}

	.one-column #content .wrap {
		width: 94%;
		margin: 0 3%;
	}
	.one-column #content .wrap #main {
		width: 100%;
		float: none;
	}
	.one-column #content .wrap #side {
		width: 100%;
		float: none;
	}

	/* header */
	#header {
		padding: 0;
	}
	#header .wrap {
		padding: 0;
		margin: 0 12px;
	}
	#header #logo {
		float: none;
		height: 78px;
		line-height: 78px;
	}
	#header #logo img {
		max-height: 62px;
	}
	#header #header-right {
		height: auto;
	}
	#header #header-primary-nav {
		display: none;
	}

	#header-nav-btn {
		display: block;
		width: auto;
		margin: 0 -12px;
		line-height: 92px;
		float: none;
	}
	#header-nav-btn a {
		display: block;
		text-align: center;
		font-size: 16px;
		padding: 8px 0;
		line-height: 1.2;
		background: #3B4552;
		width: 100%;
	}

	/* loop */
	body.home .front-loop .popular_post_box {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	body.home #front-contents .c_text .c_btn a {
		width: 100%;
	}

	/* single */
	.cat-content .post-header,
	article.page .post-header,
	article.post .post-header {
		padding: 20px;
	}

	.post-author {
		padding: 20px;
	}
	.post-author .post-author-meta {
		padding-top: 12px;
	}
	.post-author .post-author-meta p {
		margin-right: 0;
	}

	.post-meta-area .post-meta,
	.post-meta-area .post-meta-comment {
		float: none;
		width: 100%;
		padding: 0;
	}
	.post-meta-area .post-meta {
		border-bottom: 1px solid #e5e5e5;
	}
	.post-meta-area .post-meta .date {
		padding: 8px 20px;
	}
	.post-meta-area .post-meta-comment .author {
		border: none;
		padding: 8px 20px;
		text-align: left;
	}
	.post-meta-area .post-meta-comment .comments {
		padding: 8px 20px;
	}

	.post-content,
	.post-footer {
		padding: 20px;
	}

	.post-cta .cta-post-title {
		padding: 12px 20px;
		font-size: 18px;
	}
	.post-cta .post-cta-inner {
		padding: 0;
	}
	.post-cta .post-cta-cont {
		padding: 12px 20px;
	}
	.post-cta .post-cta-cont .post-cta-img {
		float: none;
		margin: 0 0 12px;
		width: 100%;
	}

	@media screen and ( max-width: 767px ){
		.post-cta .post-cta-cont .post-cta-img {
			text-align: center;
		}
	}
	.post-cta .post-cta-btn a {
		width: 100%;
	}

	.comment-form-author,
	.comment-form-email {
		float: none;
		width: 100%;
	}

	table img {
		max-width: initial;
	}
	/* phone end */
}
