/******************************************************************
Theme Name: albatros child
Theme URI: https://open-cage.com/albatros/
Description: アルバトロスはシンプルなブログ用テーマです。アルバトロス。すなわちアホウドリは警戒心がなくすぐ捕まってしまいます。そこがまた可愛らしいのです。
Version: 1.2.2
Author: opencage
Author URI: https://open-cage.com/

License: GNU General Public License
License URI: licence.txt
******************************************************************/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: -.03em;
}
a {
	color: #3e3a39;
}
ul,
ol {
	list-style: none;
}
p,
dt,
dl,
li {
  margin: 0;
  line-height: 1.4;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	border: none;
}
img,
iframe {
	vertical-align: bottom;
}
html {
	overflow-x: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
	padding-top: 100px;
	color: #3e3a39;
}
body[data-page-load="true"],
body.wp-editor {
	opacity: 1;
	pointer-events: auto;
}
::placeholder {
	color: #a9a7a6;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px) {
	html {
		overflow-x: hidden;
	}
	body {/*mywidthが100%になるタイミングとセット*/
		overflow-x : hidden;
		overflow-y : auto;
		padding-top: 50px;
		font-size: 14px;
	}
}


/* ==========================================================================
   Typography
   ========================================================================== */

/* Googleフォント　※フォントを変更した場合はこちらも変更 */
.gf{font-family: 'Oswald', sans-serif;}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

b,
strong,
.strong {font-weight: bold;}

dfn,
em,
.em {
	font-style: italic;
	border-bottom: 1px dotted pink;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

p {
	-webkit-hyphens: auto;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

pre {margin: 0;}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 0.9em;
	padding: 0.05em 0.4em;
	border-radius: 3px;
	background: #F6F6F6;
	color: #444;
}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
q:before,
q:after {
	content: '';
	content: none;
}
small, .small {font-size: 75%;}

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

/* ==========================================================================
  Lists
========================================================================== */

.gallery{margin-bottom: 2em!important;}
.gallery dl{margin:0!important;}
.gallery dl img{
	margin-bottom:0;
	border: none!important;
	padding: 1px;
}

menu {padding: 0 0 0 40px;}

.entry-content ul li{
	position:relative;
	padding-left: 1em;
	margin: 3px 0;
}
.entry-content ul li:before{
	content:" ";
	width: 7px;
	height: 7px;
	background: #5C6B80;
	box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.5) inset;
	display:block;
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	left: 2px;
	top: 9px;
}
.entry-content ul li ul li:before{
	width: 5px;
	height: 5px;
	top: 10px;
}
.entry-content ul li ul li ul li:before{
	width:7px;
	height:2px;
	top:10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.entry-content ol{counter-reset: number;}
.entry-content ol li{
	list-style:none;
	position:relative;
	padding-left: 1.4em;
}
.entry-content ol li:before{
	counter-increment: number;
	content: counter(number);
	background: #5C6B80;
	color:#fff;
	width:1.5em;
	height:1.5em;
	font-size: 0.7em;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	display:block;
	text-align:center;
	line-height:1.5em;
	border-radius:50%;
	position:absolute;
	left:0;
	top: 3px;
}
.entry-content ol li ol li:before{
	background:#666;
	font-size:10px;
	line-height:1.4;
}
.entry-content ol li li ol li:before{
	background:#ccc;
	color:#555;
}
/* ==========================================================================
   Forms
   ========================================================================== */

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

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {line-height: normal; }

button,
select {
-webkit-appearance:none;
-moz-appearance:none;
text-transform: none;}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-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;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond,.widget ul li {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after ,.widget ul li:before ,.widget ul li:after{
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
    clear: both; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }


.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: white;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }


.blue-btn, .comment-reply-link, #submit {
  background-color: #1f7fae; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }



/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 4%;
  margin-bottom: 14px;
  font-size: 1em;
  color: #444;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow:0 0 3px #eee inset;
  -moz-box-shadow:0 0 3px #eee inset;
  box-shadow:0 0 3px #eee inset;
  border: 0;
  width: 92%;
  width: 100%\0/; /*IE9用 */
  max-width: 92%;
  max-width: 100%\0/; /*IE9用 */
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }


#main input[type="text"],
#main input[type="password"],
#main input[type="datetime"],
#main input[type="datetime-local"],
#main input[type="date"],
#main input[type="month"],
#main input[type="time"],
#main input[type="week"],
#main input[type="number"],
#main input[type="email"],
#main input[type="url"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="color"],
#main select,
#main textarea,
#main .field {
  padding: 0 2%;
  width: 96%;
  width: 100%\0/; /*IE9用 */
  max-width: 96%;
  max-width: 100%\0/; /*IE9用 */
}


  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)"; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  background-image: url(library/images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-size:9px; }


/*********************
LINK STYLES
*********************/

  /*リンクをゆっくりと */
  a,
  a img{
      -webkit-transition: 0.3s ease-in-out;
         -moz-transition: 0.3s ease-in-out;
           -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
  }
  /*画像をマウスオーバーで半透明に */
  a:hover img{
	  filter: alpha(opacity=70);
	  -ms-filter: "alpha(opacity=70)";
      opacity:0.7;
  }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  /* 外部リンク - External Link */
  .entry-content a[target="_blank"]:after {
      font-family: 'FontAwesome';
      content: '\f08e';
      font-size:0.9em;
      margin:0 3px 0 2px;
  }
  /* 外部リンク画像の場合にアイコンを消すクラス */
  .entry-content a.no-icon[target="_blank"]:after{
    content:none;
  }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em;
  font-weight: bold;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px; }








/*********************
NAVIGATION STYLES
*********************/

.nav {
  border-bottom: 0;
  }
  .nav li {
    }
    .nav li a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 0.75em;
      position:relative;
    }
    .nav li a:hover{
      color:yellow;
    }

    .nav > li{
      font-size: 11px;
      text-align:center;
    }
    .nav > li > a{
      padding: 2.5em 0 0.1em;
    }
    .nav li a span{
      display:block;
      position:absolute;
      top: 0.4em;
      text-align:center;
      width:100%;
    }
    .nav li li{
      font-size:14px;
      text-align:left;
    }
    .nav li li span{
      display:none;
    }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }


/*********************
POSTS & CONTENT STYLES
*********************/
#content {margin-top: 0;}

/* デフォルトボタン */
.btn-wrap{margin:1.5em 0 2em;}
.btn-wrap.aligncenter{text-align:center;}
.btn-wrap a{
	display:inline-block;
	text-decoration:none;
	padding:1em 2em;
	background: #4993AF;
	border:1px solid #4993AF;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	box-shadow: 0 3px 5px #E9E9E9;
	color:#fff;
}
.btn-wrap a:hover{
	background:#74B7CF;
	color:#fff;
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
	transform: translate3d(0px, 3px, 1px);
	box-shadow:none;
}

/* シンプルなボタン */
.btn-wrap.simple a{
	background:none;
	border:1px solid #4993AF;
	color:#4993AF;
	box-shadow: 0 3px 5px #F5F5F5;
}
.btn-wrap.simple a:hover{
	background:#4993AF;
	color:#fff;
}

#main .article {
	background-color: #fff;
	border-radius: 0;
	margin: 0;
	padding: 0 20px 1rem;
}
#main .article header {
	border-bottom: 1px solid #f8f9fa;
	padding: 1.2em 2em 1em;
}
#main .article .eyecatch{
	text-align:center;
	overflow:hidden;
	position:relative;
	margin: 0 0 10px;
}
#main .article .eyecatch img{
	margin:0;
	height: auto;
}
#main .article footer {}
#main .article footer h4{margin:0.5em 0;}
#main .article footer p {margin: 0;}

.category-newpost-wrap {
	background: #fceaee;
	border: 0;
	padding: 15px 20px;
	margin: 0 0 30px;
	position: relative;
}

/* 同一カテゴリの新着記事 */
.category-newpost-wrap a{
	text-decoration:none;
	color: inherit;
}
.category-newpost-wrap h3{font-size:20px;border-bottom: 1px solid;padding-bottom: 10px;margin-bottom: 10px;}
.category-newpost-wrap h3 a:before{content: '';}
.category-newpost-wrap h3 a:after{content: '';}
.category-newpost{
	margin: 0;
	padding: 0;
}
.category-newpost li{}
.category-newpost li + li {margin: 0.5rem 0 0;}
.category-newpost li .date{
	width: 6em;
	display: block;
  font-size: 12px;
}
.category-newpost li a{
	display: block;
  font-size: 14px;
  font-weight: bold;
}

#main .article footer .post-categories,
#main .article footer .tags{
	margin:0;
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
}
#main .article footer .post-categories li,
#main .article footer .tags a {
	display:inline-block;
	margin-bottom:8px;
}
#main .article footer .post-categories li a {
	border-style: solid;
	border-width: 1px;
	padding:0.2em 0.4em;
	margin-right:0.4em;
	text-decoration:none;
}
#main .article footer .tags {
  width: 100%;
  margin: -5px 0 0 -10px;
}
#main .article footer .tags a {
  background: #fff;
  border-bottom: 1px solid currentColor;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -.1em;
  padding: 0 5px;
  margin: 10px 0 0 10px;
}
#main .article footer .tags a:hover{}
#main .article footer .tags a:before{
  content: "#";
  margin-right: 3px;
}


@media only screen and (max-width: 767px) {
#main .article footer .post-categories li a {
  font-size: 10px;
}
#main .article footer .tags a {
  font-size: 10px;
}
}


.page .entry-content h2,
.single .entry-content h2{
	position: relative;
	background: transparent;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5rem;
	padding: 15px 0 0;
	margin: 50px 0 25px;
}
.page .entry-content #toc_container + h2,
.single .entry-content #toc_container + h2 {
  margin-top: 0;
}
.page .entry-content h2::before,
.single .entry-content h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: currentColor;
}
.page .entry-content h3,
.single .entry-content h3{
	padding: 0;
	margin: 0;
}

/* 投稿ページ下のエリア */
.single .authorbox,
.single .related-box{
	background-color: #fff;
	border-radius: 0;
	margin: 0 0 40px;
	border: none;
}
.single .related-box + .related-box {
  margin-top: 50px;
}
.single .authorbox a,
.single .related-box a{color:#444;}
.single .authorbox a:hover,
.single .related-box a:hover{color:#999;}

.single .authorbox .h_ttl,
.single .related-box .h_ttl{
	font-size: 12px;
	font-weight:normal;
	border-bottom: solid 1px #d8d9d9;
	padding: 0 0 0.5rem;
	margin: 1rem 0 0.75rem;
}
.single .authorbox .h_ttl span,
.single .related-box .h_ttl span{
	font-size: 1.5em;
	font-weight: 400;
	font-style: italic;
	margin-right: 0.5em;
	position:relative;
	bottom:-2px;
}

.single .authorbox .profile{
	border-bottom:1px dotted #ccc;
	padding-bottom:0.8em;
	margin-bottom: 0.8em;
}
.single .authorbox .profile img {
	width:16%;
	float:left;
	margin:0 2% 1.5% 0;
}
.single .authorbox .profile .name{
	font-size:1.1em;
	margin:0 0 0.5em;
}
.single .authorbox .profile a{
	text-decoration:none;
	color:#444;
}
.single .authorbox .profile .profile_description{
	font-size:0.8em;
	padding-left:18%;
}
.single .authorbox .profile .author_sns{
	text-align:center;
	margin:2em 0 0;
}
.single .authorbox .profile .author_sns li{
	display:inline-block;
	font-size: 0.8em;
	margin-right: 1.2em;
}
.single .authorbox .profile .author_sns li i{
	font-size:1.1em;
	margin-right:0.3em;
}
.related-post {
  padding: 30px;
}
.single .authorbox .author-newpost li,
.related-box li{
	width: calc( ( 100% - 1rem ) / 2 );
	margin:1rem 0 0 1rem;
	float:left;
	position:relative;
	overflow: hidden;
}
.single .authorbox .author-newpost li:nth-child(odd),
.related-box li:nth-child(odd){
	clear: both;
	margin-left: 0;
}
.single .authorbox .author-newpost li:nth-child(-n+2),
.related-box li:nth-child(-n+2){margin-top: 0;}

.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
	position: absolute;
	top: 0;
	right: 60%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
  margin-bottom: 0;
}
.single .authorbox .author-newpost li .eyecatch img,
.related-box li .eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .authorbox .author-newpost li a,
.related-box li a{
	display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
	min-height: 84px;
	padding: 10px 20px 10px calc( 40% + 20px );
	text-decoration:none;
  background: #fff;
}
.single .authorbox .author-newpost li .cat-name,
.related-box li .cat-name{
	padding: 1px 10px;
  letter-spacing: -.1em;
  display: inline-block;
  font-weight: bold;
	font-size:12px;
	text-align:center;
  margin-bottom: 5px;
}
.single .authorbox .author-newpost li .date,
.related-box li .date{
	display: none;
	font-size:10px;
}

.single .authorbox .author-newpost li .ttl,
.related-box li .ttl{
	font-size:16px;
  line-height: 2;
	margin:0;
}

@media screen and (max-width:1199px){
  .single .authorbox .author-newpost li,
  .related-box li{
    width: 100%;
    margin:1rem 0 0 0;
    float:left;
    position:relative;
    overflow: hidden;
    margin-top: 30px !important;
  }
  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch {
    height: 100% !important;
  }
}

@media screen and (max-width:767px){
  #main .article {
    padding: 0 20px;
  }
  .single .authorbox .author-newpost li a {
    min-height: 109px;
  }
  .single .authorbox .author-newpost li .cat-name,
  .related-box li .cat-name{
    font-size:10px;
  }
  .single .authorbox .author-newpost li .ttl,
.related-box li .ttl{
	font-size:11px;
}

.page .entry-content h2,
.single .entry-content h2{
	font-size: 15px;
}
.category-newpost-wrap h3{font-size:15px;border-bottom: 1px solid;padding-bottom: 10px;margin-bottom: 10px;}
.category-newpost li .date{
  font-size: 10px;
}
.category-newpost li a{
  font-size: 12px;
}
}

/* news */
.related-post .related-list li > .title > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: auto;
	z-index: 1;
}


/* 次・前の記事 */
.authorbox .np-post{padding: 0 20px;}
.authorbox .np-post .next {
  border-top:1px dotted #ccc;
}
.authorbox .np-post a{
  display:block;
  font-size:0.85em;
  padding:1em 2em;
  position:relative;
  text-decoration:none;
  font-weight: bold;
}
.np-post .next a{
  text-align:right;
  padding-right:2.5em;
  padding-left: 0;
}
.np-post .prev a{
  text-align:left;
  padding-left:2.5em;
  padding-right:0;
}
.np-post .next a:after,
.np-post .prev a:before{
  font-family:"fontawesome";
  position:absolute;
  font-size:1.2em;
  background: #203c63;
  color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding-top: 1px;
}
.np-post .next a:after{
  content:'\f105';
  right:0;
  top:50%;
}
.np-post .prev a:before{
  content:'\f104';
  left:0;
  top:50%;
}


/* ページタイトル */
.main-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
.main-title span {
	display: block;
	color: #f1957f;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 19px;
  }
  .main-title span {
    font-size: 11px;
  }
}
.single-title,
.page-title,
.entry-title {
	color: #444;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	font-feature-settings: 'palt';
	letter-spacing: 0.05ex;
	line-height: 1.6;
}

.byline {margin: 0 0 10px;}
.byline .date{
	font-weight: 400;
	font-size: 16px;
	color: #454444;
	padding: 2px 0;
}
.byline .cat-name + .date{margin-left: 1em;}

.byline .cat-name{
	padding: 3px 10px;
  letter-spacing: -.1em;
	margin-left: 0.9em;
	font-size: 10px;
	border-radius: 0;
}
.byline .cat-name:first-child{margin-left: 0;}

/* entry content */
.entry-content p {
	margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}
.entry-content p em {background: linear-gradient(transparent 60%, #ffff66 60%);}
.entry-content p a {
  color: #1f7fae;
  text-decoration: underline;
  display: inline-block;
}
  .entry-content table {
    width: 100%;
    font-size: 0.85em;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #eee; }

  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td input{
      margin:3px 0;
    }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
    padding: 7px;
    min-width: 6em;
    }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote{
	  color: #777;
	  border:1px solid #ccc;
	  margin:2em 0;
	  font-size: 0.95em;
	  padding:1.5em 2.5em 0.5em;
	  border-radius:10px;
	  position:relative;
  }
  .entry-content blockquote:before{
  font-family: 'FontAwesome';
  content:'\f10d';
  position:absolute;
  width:1em;
  height:1em;
  padding-top:0.25em;
  border-radius:50%;
  display:block;
  text-align:center;
  left:-0.4em;
  top:-0.5em;
  font-size:25px;
  line-height:1;
  color:#999;
  }
  .entry-content blockquote:after{
  font-family: 'FontAwesome';
  content:'\f10e';
  position:absolute;
  width:1em;
  height:1em;
  padding-top:0.25em;
  border-radius:50%;
  display:block;
  text-align:center;
  right:-0.4em;
  bottom:-0.2em;
  font-size:25px;
  line-height:1;
  color:#999;
  }
  .entry-content blockquote h1,
  .entry-content blockquote h2,
  .entry-content blockquote h3,
  .entry-content blockquote h4{
  margin-top:0!important;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
	.entry-content .size-auto {max-width: 100%;height: auto;}

.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail,
.entry-content .size-large {
	max-width: 700px;
	width: 100%;
	height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
	.entry-content .size-full,
	.entry-content .size-large,
	.entry-content .size-medium,
	.entry-content .size-thumbnail,
	.entry-content .size-large {
		display: block;
		margin: 0 auto 1rem;
	}
}
@media only screen and (max-width: 767px) {
  .byline .date{
    font-size: 10px;
  }
  .entry-content p {
    font-size: 12px;
}

  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  margin-bottom: 1.8em;
}
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.75em;
    margin: 4px 0;
    text-align: center; }

/* YouTubeレスポンシブ */
.youtube-container{
	overflow:hidden;
}
.youtube-container iframe{
	width: 100%;
	max-height:400px;
}

.tags {margin: 0;}

/* ================================================== */
/* ウィジェット */
/* ================================================== */

.widget{margin-bottom:50px;}
.widget a{
	color:#666;
	font-weight: bold;
	text-decoration:none;
}
.widget a:hover{color:#999;}
.widgettitle {
	font-size: 12px;
	font-weight: normal;
}
.widget .widgettitle span{
  padding: 0 10px;
}

/* ウィジェットカテゴリー・新着記事 */
.widget.widget_categories .widgettitle,
.widget.widget_recent_entries .widgettitle,
.widget.widget_nav_menu .widgettitle,
.widget.widget_pages .widgettitle,
.widget.widget_archive .widgettitle,
.widget.widget_mycategoryorder .widgettitle{
  margin-bottom:0;
}

.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_archive ul,
.widget.widget_mycategoryorder ul{
  border-top:1px solid #ddd;
  margin-top: 0;
}
.widget.widget_categories ul li,
.widget.widget_recent_entries li,
.widget.widget_nav_menu li,
.widget.widget_pages li,
.widget.widget_archive li,
.widget.widget_mycategoryorder li{
  margin:0;
  padding:0;
}

.widget.widget_categories li a,
.widget.widget_recent_entries li a,
.widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_archive li a,
.widget.widget_mycategoryorder li a{
  display:block;
  padding: 0.5em 1.2em 0.5em 0.3em;
  margin:0;
  position:relative;
}


.widget.widget_categories li a:after,
.widget.widget_recent_entries li a:after,
.widget.widget_nav_menu li a:after,
.widget.widget_pages li a:after,
.widget.widget_archive li a:after,
.widget.widget_mycategoryorder li a:after{
  font-family:"fontawesome";
  content:'\f105';
  position:absolute;
  right: 0.2em;
  font-size: 1.2em;
  color: #4B99B5;
  top:50%;
  margin-top:-0.75em;

}
.widget li a:hover:after{
  right:2px;
  -webkit-transform: translate(1px, 0);
  -moz-transform: translate(1px, 0);
  transform: translate(1px, 0);
}
/* ドロップダウンスタイルの変更 */
.widget select{
  margin-top:1em;
  width:100%;
  max-width:100%;
}
/* ドロップダウンにした時のlabelを非表示 */
.widget.widget_categories label,
.widget.widget_archive label{
  display:none;
}
/* リスト 下の階層 */
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul{
  padding:0;
  margin:0;
}
.widget.widget_nav_menu li ul a,
.widget.widget_pages li ul a,
.widget.widget_categories li ul a{
  padding-left:0.8em;
}
.widget.widget_nav_menu li ul ul a,
.widget.widget_pages li ul ul a,
.widget.widget_categories li ul ul a{
  padding-left:1.6em;
}
.widget.widget_nav_menu li ul li:last-child,
.widget.widget_pages li ul li:last-child,
.widget.widget_categories li ul li:last-child{
  border:none;
}
.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a{
  padding-left:0.5em;
}
.widget.widget_nav_menu li ul li a:before,
.widget.widget_pages li ul li a:before{
  content:'− ';
}
/* コメント */
.widget.widget_recent_comments ul{
  margin-top:0;
}
.widget.widget_recent_comments li{
  border-bottom:1px solid #ddd;
  padding:0.3em;
  margin:0;
}

/* ウィジェット検索フォーム */
.widget.widget_search .searchform{
  position:relative;
  height: 40px;
}
.widget.widget_search input[type="search"]{
  position:absolute;
}
.widget.widget_search button{
  position:absolute;
  right:0;
  top:0;
  border:0;
  background: none;
  font-size:0.9em;
  height:40px;
  padding:0 1em;
}

/* ウィジェット カレンダー */
.widget.widget_calendar table{
  width:100%;
  text-align:center;
}
/* ウィジェット タグクラウド */
.widget.widget_tag_cloud a{
  padding: 0.1em 0.9em;
  margin: 10px 0 0 5px;
  display:inline-block;
  font-size: 11px !important;
  background: rgba(51, 51, 51, 0.45);
  color: #fff;
}
.widget.widget_tag_cloud a:hover{
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity:0.6;
	color:#fff;
}

/* カスタムメニューのスパンを非表示 */
.widget.widget_nav_menu li a span{
  display:none;
}


/* 広告 */
.add .widget,
.add.more{
  text-align:center;
  font-size:0.8em;
}
.add a[target="_blank"]:after{
  content:none;
}
.add .widget img{
  margin:0;
}
.entry-content .add .widget{
  margin:2em 0;
}
.entry-content .add.titleunder .widget{
  margin-top:0;
}

/* TOP PAGE Widget */
.home_widget,
.home_widget .widget{
	margin-bottom: 1.5em;
}

/* 新着記事のサムネイル */
.widget.widget_recent_entries li .eyecatch{
  max-width: 30%;
  float:left;
  margin-bottom:0.5em;
  margin-right:0.5em;
}

.widget.widget_recent_entries li span,
.widget li span.date{
  padding:0 0.3em;
  font-size:0.8em;
  margin:0.4em 0 0;
  display:block;
}

/* 人気記事表示（プラグイン WordPress Popular Posts 用） */
ul.wpp-list{counter-reset: number; padding: 0 40px;}
ul.wpp-list li{
	list-style:none;
	position:relative;
	margin: 0;
	padding-bottom:0.75em;
}
ul.wpp-list li a:before{
	counter-increment: number;
	content: counter(number);
	display:block;
	margin-right:3px;
	width:2rem;
	height:2rem;
	line-height:2rem;
	font-size:24px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	background-color: rgba(255,255,255,.8);
	/* background-image: url("images/wpp/crown.png"); */
	background-size: 84% auto;
	background-position: center 25%;
}
ul.wpp-list li:nth-child(1) a:before {
  color: #fff;
  background-color: rgba(204,165,0,.8);
}
ul.wpp-list li:nth-child(2) a:before {
  color: #fff;
  background-color: rgba(120,124,119,.8);
}
ul.wpp-list li:nth-child(3) a:before {
  color: #fff;
  background-color: rgba(150,67,45,.8);
}
ul.wpp-list img{margin-bottom:0;float:none;}
ul.wpp-list li a.wpp-post-title{display:block;}
ul.wpp-list li a.wpp-post-title:before,
ul.wpp-list li .wpp-author a:before,
ul.wpp-list li .wpp-category a:before{content:none;}

.popular-posts.widget {
  background: #f3f4f4;
  margin: 0 -20px 50px;
	padding: 30px 20px 10px;
}

.popular-posts.widget .widgettitle {}
.popular-posts.widget .widgettitle span {}
.popular-posts.widget .wpp-list {padding: 0 0;}
.popular-posts.widget .wpp-list li {}
.popular-posts.widget .wpp-list li .no-icon {}
.popular-posts.widget .wpp-list li .no-icon .wp-post-image {
	margin: 0 0 5px;
}
.popular-posts.widget .wpp-list li .wpp-post-title {
	font-size: 14px;
	line-height: 2;
}
.popular-posts.widget .wpp-list li .wpp-meta {display: none;}
/*.popular-posts.widget .wpp-list li a:before{display: none;}*/


/******************************************************************
PAGE STYLES
******************************************************************/

/* 固定ページで子ページが設定されている時に表示されるナビ */
.local-nav{
  margin-bottom: 2em;
  font-size: 0.9em;
}
.local-nav .title{
  margin:0;
  color: #fff;
  padding: 0;
}
.local-nav .title a{
  background: #4B99B5;
  color: #fff;
  display:block;
  padding:0.9em 0.8em;
}
.local-nav ul{
  background: #fff;
  margin:0;
  border: 1px solid #ddd;
}

.local-nav li.current_page_item{
  background: #eee;
}

.local-nav ul li a{
  display: block;
  background: #fff;
  border-top: 1px solid #ddd;
  display:block;
  padding: 0.9em 0.8em;
  margin-top: -1px;
  color:#444;
  text-decoration:none;
}
.local-nav .title a:hover,
.local-nav ul li a:hover{
  text-decoration:underline;
}
.local-nav .current_page_item a{
  color:#4B99B5;
}
.local-nav ul ul {
  padding-left: 5px;
  border: none;
  border-top: 1px solid #eee;
  background: #999;
}
.local-nav ul ul ul{
  padding:0;
}
.local-nav ul ul ul li a:before{
  content:'− ';
}
.local-nav ul ul li{
  background:#fff;
}

/* 問い合わせフォームプラグイン「MW WP FORM」用 */
.mw_wp_form table th{
  background:none;
}
.mw_wp_form table,
.mw_wp_form table th,
.mw_wp_form table td{
  border:none;
}
.mw_wp_form table{
  border-top: 1px solid #eee;
}
.mw_wp_form table input[type="radio"]{
  margin-right:4px;
}
.mw_wp_form input[type="submit"],
.wpcf7-submit{
  background:#333;
  color:#fff;
  border:none;
  border-bottom:3px solid #ddd;
  border-right:3px solid #ddd;
  padding:1em 3em;
  min-width:40%;
  max-width:85%;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  display:block;
  margin:auto;
  position:relative;
}
.mw_wp_form input[type="submit"]:hover,
.wpcf7-submit:hover{
  background:#666;
}
.cat-list{
  width:102%;
  margin-bottom: 3em;
}
.cat-list ul li a{
  text-decoration:none;
  display:block;
}
.cat-list > ul > li{
  width:47%;
  float:left;
  font-weight:bold;
  margin:0.5em 3% 0.5em 0;
  padding-left:0;
}
.cat-list > ul > li > a{
  border-bottom:1px dotted;
}

.cat-list > ul > li:before{
  content:none;
}

/* ページ内の検索フォーム */
.entry-content .searchform{
  position:relative;
}
.entry-content .searchform button{
  background:none;
  border:none;
  position:absolute;
  top:7px;
  right:10px;
}


/******************************************************************
ARCHIVE PAGE STYLES
******************************************************************/

.archivettl{
  text-align:center;
}
/* .archivettl h1{
  font-size:1.1em;
  display:inline-block;
  padding:0.1em 1em 0.3em;
  margin-bottom: 0.9em;
  border-bottom:1px solid;
}
.archivettl h1 span{
  display:block;
  font-size:10px;
  font-weight:normal;
}
.archivettl h1 .author-icon img{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  width:80px;
  margin-bottom:1.3em;
  border:2px solid #fff;
  box-shadow:0 0 10px #ddd;
} */
.taxonomy-description{
  font-size:0.8em;
}


.readmore{
  text-align:left;
  margin-bottom:0.5em;
}
.readmore a{
  text-decoration:none;
  border:1px solid #4B99B5;
  color:#4B99B5;
  text-align:center;
  display:inline-block;
  font-size:0.9em;
  padding: 0.7em 1.5em 0.7em 2em;
  max-width:100%;
}
.readmore a:hover{
  background:#4B99B5;
  color:#fff;
}
.readmore a:after{
  font-family:"fontawesome";
  content:'\f105';
  margin-left:1em;
}


/* ページネーション・ページ分け */

.pagination,
.wp-prev-next {
  margin: 50px 0;
}
.pagination,
.page-links {
	text-align: center;
	width: 100%;
  margin-bottom: 0;
}
  .pagination ul,
  .page-links ul{
    display: block;
    text-align: center;
    /* white-space: nowrap; */
    padding: 0.3em 0.3em 0;
    clear: both;
    }
  .pagination li,
  .page-links li{
    margin: 0 7px!important;
    padding: 0!important;
    display: inline-flex;
	}
    .entry-content .page-links li:before{
    	content:none;
    }
  .pagination a, .pagination span,
  .page-links a , .page-links ul > li > span{
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
    padding: 0 1px 4px;
    min-width: 1em;
    color: #1f7fae;
    background: none !important;
  }
  .pagination a.prev,
  .pagination a.next {
    width: 27px;
    height: 27px;
    background: #1f7fae !important;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding-bottom: 3px;
    transform: translateY(-4px);
  }

    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus,
    .page-links a:hover, .page-links a:focus{
      opacity: .5;
    }
  .pagination .current,
  .page-links ul > li > span{
    border-bottom: 1px solid currentColor;
  }


  @media only screen and (max-width: 767px) {
    .pagination,
    .wp-prev-next {
      margin: 20px 0;
    }
    .pagination a, .pagination span,
    .page-links a , .page-links ul > li > span{
      font-size: 14px;
    }
    .pagination a.prev,
    .pagination a.next {
      width: 19px;
      height: 19px;
      font-size: 12px;
      transform: translateY(-2px);
    }
  }





/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
 }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment,
.pingback {
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  font-size: 0.9em;
  border-bottom: 1px solid #f8f9fa;
  }
  .comment .comment {
    font-size:1em;
  }
  #main .comment .comment-meta,
  #main .pingback .comment-meta{
    padding:0;
  }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    /* margin-left: 50px; */ }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment-metadata{
      font-size:0.8em;
    }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      margin-left:-3px;
      border-radius: 50%; }
  .comment:last-child,
  .pingback:last-child {
    margin-bottom: 0; }
  .comment .children,
  .pingback .children {
    margin: 0;
    }
  .comment[class*=depth-],
  .pingback[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1,
  .pingback.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1),
  .pingback:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd,
  .pingback.odd {
    background-color: white; }
  .comment.even,
  .pingback.even {
    background: #f8f9fa; }

.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.comment-reply-link {
  font-size: 0.9em;
  float: right;
  margin-bottom: 1em;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

.comment-navigation{
  text-align:center;
  padding:1em;
}


/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #F9F9F9;
  font-size: 0.9em; }

#submit {
  float: right;
  font-size: 1em; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/

/* ページトップへ */
#page-top {
  position: fixed;
  right: 20px;
  z-index: 99999;
}
#page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: rgba(51, 51, 51, 0.5);
  padding: 0;
  display: block;
  color: #fff;
}
#footer-top{
  background-color: #323944;
  border-bottom:1px solid;
  font-size:0.9em;
  position: relative;
}
.footer a,
#footer-top a{
  color: #B0B4BA;
  text-decoration:none;
}
.footer a:hover,
#footer-top a:hover{
  text-decoration:underline;
}
.footer a .gf,
#footer-top a .gf{
  display:none;
}
#footer-top .widget{
  margin-top:2em;
}
#footer-top ul{
  border-top: 1px solid rgba(216, 216, 216, 0.15);
}
#footer-top li{
  border-bottom: 1px solid rgba(216, 216, 216, 0.15);
}
#footer-top .widgettitle{
  background:none;
  padding:1em 0.2em;
  color: #86909E;
}
#footer-top .widgettitle span{
  border:none;
  padding:0;
}
.footer {
  clear: both;
  background-color: #323944;
  color: #878C94;
}
.footer .copyright .create{
  display:inline-block;
}

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  #logo {
    float: left;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/

    .alignleft, img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .alignright, img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .aligncenter, img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
}

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {

  #container{
    overflow:hidden;
  }
  #container.sidebarleft #main{
    float:right;
  }
  #container.sidebarleft .sidebar{
    float:left;
  }

  /*********************
  HEADER STYLES
  *********************/


  #logo{
    width: 25%;
    position: relative;
    text-align: center;
	}

  .subnav form{
    width:130px;
    float: right;
    margin-right:0.5em;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  #g_nav{
    position:relative;
    margin: 46px 0 0;
  }
  .nav {
    margin:0;
    border: 0;
    position: absolute;
    right: 0;
 	}
    .nav > li {
      float: left;
      position: relative;
      width: 103px;
      }
      .nav li a {
        border-bottom: 0;
        transition: visibility 0s ease-in-out;}
      .nav li a span{
        font-size: 1.4em;
      }
      .nav ul {
        background: #323944;
        margin-top: 0;
        transition: visibility 0.3s ease-in-out; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid rgba(105, 105, 105, 0.45);
        border-top: 0;
        position: absolute;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease-in-out;
        -moz-transition: visibility 0.3s ease-in-out;
        transition: visibility 0.3s ease-in-out;
        z-index: 8999;
        }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          position: relative;
          }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 210px;
            border-bottom: 1px solid rgba(105, 105, 105, 0.45); }
          .nav li ul.sub-menu li a:hover,
          .nav li ul.children li a:hover{
			filter: alpha(opacity=80);
			-ms-filter: "alpha(opacity=80)";
            opacity:0.8;
          }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
	.sidebar {
		font-size: 0.9em;
	}
	/* スクロール広告 */
	#scrollfix.fixed{
	  max-width: 336px;
        top: 100px;
	}

  .widget {
    padding: 0;
    margin: 0 0 3em; }
    .widget ul li {
      margin-bottom: 0.75em;
      }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /*********************
  FOOTER STYLES
  *********************/

  #inner-footer nav{
    display:inline-block;
    float:left;
  }
  .footer-links ul{
    padding:0;
    margin:1em 0;
  }
  .footer-links ul li {
    display:inline;
    font-size: 0.8em;
    }
    .footer-links ul li:after{
      content:'　|　';
    }
    .footer-links ul li:last-child:after{
      content:none;
    }
    .footer-links ul li a{
      text-decoration:none;
    }
    .footer .copyright {
      font-size:0.8em;
      padding: 0.6em 0;
      float: right;
      display: inline-block;
    }

}


/*********************
DESKTOP ONLY
*********************/
@media only screen and (min-width: 768px) {
	.cta-inner{padding: 1em 2em;}
}

/*! #######################################################################

	MeanMenu 2.0.7

####################################################################### */

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: rgba(26, 26, 26, 0.23);
  padding: 0;
  min-height: 52px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 15px 15px 15px 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(21, 21, 21, 0.2);
  background-position: center;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container a.meanmenu-reveal.meanclose{
  background: rgba(21, 21, 21, 0.2) url(library/images/close_icon.png) center no-repeat;
  background-size: 50%;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 52px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li span{display:none;}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	opacity: 0.75;
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 25px;
	height: 32px;
	padding: 12px 13px!important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {background: rgba(0,0,0,0.5);}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {display: none !important;}


/*--------------------------------
SNS
---------------------------------*/

.share{width:100%;}
.share.short{padding:0 1.5em;}
@media only screen and (max-width: 480px) {
	.share.short{padding:0;}
}

.sharewrap{
	margin: 40px 0;
	padding:0;
	background:transparent;
}

.sharewrap h1,
.sharewrap h2,
.sharewrap h3,
.sharewrap h4 {display: none;}

.sns{
	margin:0 0 15px;
	text-align:center;
}

.sns ul {
	list-style:none;
	table-layout: fixed;
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 0 auto;
}
.sns ul:before {display: none;}
.sns ul:after {display: none;}

.sharewrap .sns {margin: 0 -1.5rem;}
.sharewrap .sns ul {
	width: 100%;
	margin: 0;
	border-spacing: 1.5rem 0;
}
@media only screen and (max-width: 480px) {
	.sharewrap .sns ul {
		width: auto;
		margin: 0 auto;
		border-spacing: 1.5rem 0;
	}
}

.sns li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 0 0 0.5rem;
}
.sharewrap .sns li {padding: 0;}
.sns li a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding:0;
	background: #999;
	color:#fff;
	border-radius: 50%;
	text-align:center;
	text-decoration: none;
	position:relative;
	width: 3em;
	height: 3em;
}
.sharewrap .sns li a {
	display: block;
	padding:1rem 2rem;
	border-radius: 4px;
	position:relative;
	width: auto;
	height: auto;
}

.sns li a:before,
.sns li a i{
	font-size: 1.75em;
	line-height: 1;
}
.sns li a span {display: none !important;}
.sharewrap .sns li a span {
	display: none !important;
	margin: 0 0 0 0.5rem;
}

.sharewrap .sns li a:before,
.sharewrap .sns li a span,
.sharewrap .sns li a i{
	vertical-align: middle;
}
@media only screen and (max-width: 480px) {
	.sns li a,
	.sharewrap .sns li a {
		width: 2em;
		height: 2em;
	}
	.sharewrap .sns li a:before,
	.sharewrap .sns li a span,
	.sharewrap .sns li a i{
		display: block;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	.sns li a:before,
	.sns li a i{
		font-size: 1em;
		line-height: 1;
	}
}

.sns li a:hover {}
.sns li a .count {}

/* ツイッター */
.sns .twitter a {background:#00acee;color:#fff;}
.sns .twitter a:hover {background:#0092ca;color:#fff;}

/* Facebook */
.sns .facebook a {background:#3b5998;color:#fff;}
.sns .facebook a:hover {background:#2c4373;color:#fff;}

/* グーグル */
.sns .googleplus a {background:#db4a39;color:#fff;}
.sns .googleplus a:hover {background:#ad3a2d;color:#fff;}

/* はてぶ */
.sns .hatebu a {background:#5d8ac1;color:#fff;}
.sns .hatebu a:hover {background:#43638b;color:#fff;}
.sns .hatebu a:before{content:'B!';font-weight:bold;line-height: 1;}

/* LINE */
.sns .line a {background:#25af00;color:#fff;}
.sns .line a:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22LINE_LOGO_1_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2096%2096%22%20style%3D%22enable-background%3Anew%200%200%2096%2096%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M91.5%2C41.9c0-19.6-19.6-35.5-43.7-35.5C23.7%2C6.4%2C4.1%2C22.4%2C4.1%2C41.9c0%2C17.5%2C15.5%2C32.2%2C36.5%2C35%20c1.4%2C0.3%2C3.4%2C0.9%2C3.8%2C2.2c0.4%2C1.1%2C0.3%2C2.8%2C0.1%2C4c0%2C0-0.5%2C3.1-0.6%2C3.7c-0.2%2C1.1-0.9%2C4.3%2C3.8%2C2.4c4.7-2%2C25.2-14.8%2C34.3-25.4h0%20C88.5%2C56.8%2C91.5%2C49.7%2C91.5%2C41.9z%20M32.4%2C52.3c0%2C0.5-0.4%2C0.9-0.8%2C0.9H19.3h0c-0.2%2C0-0.4-0.1-0.6-0.2c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c-0.1-0.2-0.2-0.4-0.2-0.6v0v-19c0-0.5%2C0.4-0.9%2C0.9-0.9h3.1c0.5%2C0%2C0.9%2C0.4%2C0.9%2C0.9v15.1h8.3c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.9V52.3z%20M39.8%2C52.3%20c0%2C0.5-0.4%2C0.8-0.9%2C0.8h-3.1c-0.5%2C0-0.9-0.4-0.9-0.8v-19c0-0.5%2C0.4-0.8%2C0.9-0.8h3.1c0.5%2C0%2C0.9%2C0.4%2C0.9%2C0.8V52.3z%20M60.9%2C52.3%20c0%2C0.5-0.4%2C0.8-0.9%2C0.8H57c-0.1%2C0-0.1%2C0-0.2%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.1-0.1-0.2-0.1-0.2-0.2L47.5%2C41v11.3c0%2C0.5-0.4%2C0.8-0.9%2C0.8h-3.1c-0.5%2C0-0.9-0.4-0.9-0.8v-19%20c0-0.5%2C0.4-0.8%2C0.9-0.8h3.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0.1c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0.1%2C0.1%2C0.1l8.7%2C11.8V33.3c0-0.5%2C0.4-0.8%2C0.9-0.8H60c0.5%2C0%2C0.9%2C0.4%2C0.9%2C0.8V52.3z%20M77.8%2C36.4c0%2C0.5-0.4%2C0.9-0.8%2C0.9h-8.3v3.2%20h8.3c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.9v3.1c0%2C0.5-0.4%2C0.9-0.8%2C0.9h-8.3v3.2h8.3c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.9v3.1c0%2C0.5-0.4%2C0.9-0.8%2C0.9H64.7h0%20c-0.2%2C0-0.4-0.1-0.6-0.2c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.1-0.2-0.2-0.4-0.2-0.6v0v-19v0c0-0.2%2C0.1-0.4%2C0.2-0.6c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0.2-0.1%2C0.4-0.2%2C0.6-0.2h0h12.2c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.9V36.4z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	width: 1em;
	height: 1em;
}
.sns .line a:hover {background:#219900;color:#fff;}

/* Pocket */
.sns .pocket a {background:#f03e51;color:#fff;}
.sns .pocket a:hover {background:#c0392b;color:#fff;}

/* RSS */
.sns .rss a {background:#ffb53c;color:#fff;}
.sns .rss a:hover {background:#e09900;color:#fff;}

/* Feedly */
.sns .feedly a {background:#87c040;color:#fff;}
.sns .feedly a:hover {background:#74a436;color:#fff;}

/*
Mobile Grid Styles
*/
@media only screen and (max-width: 767px) {

	/* グリッドシステム */
	.m-all {float: left;padding-right: 0;width: 100%; }
	.m-1of2 {float: left;padding-right: 0.75em;width: 50%; }
	.m-1of3 {float: left;padding-right: 0.75em;width: 33.33%; }
	.m-2of3 {float: left;padding-right: 0.75em;width: 66.66%; }
	.m-1of4 {float: left;padding-right: 0.75em;width: 25%; }
	.m-3of4 {float: left;padding-right: 0.75em;width: 75%; }

	/* HOME mobile */
	.home #content,
	.blog #content{margin:0;}

	.top-post-list .post-list .entry-content .entry-title{ font-size:1.1em;}
	.top-post-list .post-list .entry-content .description{display:none;}

	/*   header */
	#g_nav{display:none;}
	#custom_header{height:200px;}
	#inner-header{position:relative;}
	.mobile_site_description{
		font-size:10px;
		text-align:center;
		color:#fff;
		padding: 0.4em 0 0;
		line-height: 1;
		margin:0;
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	#logo{
		width:100%;
		height: auto;
		margin: 3px auto 6px;
		font-size: 1.2em;
		position: static;
	}
	#logo a{
		position: static;
		width: 100%;
		height:auto;
		display:block;
	}
	#logo a img{
		max-width: 60%;
		width: auto;
	}

	.subnav{
		position:absolute;
		width: 89%;
		left: auto;
		top:0;
		font-size:12px;
		z-index: 1000000;
	}
	.subnav .site_description{
		float:left;
		margin: 0 0 0 1.5em;
		color:#111;
		font-size: 0.9em;
		position: static;
		display: none;
		bottom: -46px;
		left:100px;
	}
	.subnav form{
		width: 70%;
		margin-top:9px;
		position:static;
		right: auto;
		float:left;
	}
	.subnav form div{position:relative;}
	.subnav form input{
		width:90%;
		max-width: 90%;
		height:26px;
		line-height: 1.5;
		padding:1% 5%;
	}
	.subnav form button{
		position:absolute;
		font-size:14px;
		right:5px;
		top:5px;
		border:0;
		background:none;
	}
	.subnav .linklist{display:none;}
	.subnav .contactbutton{
		float: right;
		width: 25%;
		height:52px;
		margin-left:1em;
	}
	.subnav .contactbutton a{
		width:100%;
		height:100%;
		line-height:48px;
		font-size:14px;
		border-radius:0;
		box-shadow:none;
		background: none!important;
		position:static;
		text-align:center;
		border-left: 1px solid rgba(76, 76, 76, 0.32);
	}
	#content {margin-top: 1em;}

	.single .authorbox .author-newpost li:nth-child(2n):after,
	.related-box li:nth-child(2n):after{
		content:"";
		display:table;
		clear:both;
	}
	.single .authorbox .author-newpost li:nth-child(2n),
	.related-box li:nth-child(2n){zoom:1;}
	/* footer mobile */
	/* ページトップへ */
	#page-top {right: 10px;}
	#page-top a {
		background-repeat: no-repeat;
		text-decoration: none;
		width: 38px;
		height: 38px;
		line-height:37px;
		font-size:0.8em;
	}
	.footer-links {font-size:0.9em;}
	.footer-links ul{margin:1em 0 0;}
	.footer-links li{
		display:inline;
		margin-right:1em;
	}
	.footer-links li:before{
		font-family: "fontawesome";
		content: '\f0da';
		margin-right: 0.3em;
	}
	.footer-links a{text-decoration:none;}
	.copyright{
		font-size:0.7em;
		padding:1em 0;
	}

  .related-post {
    margin-top: -15px;
    background: #e8f2f7;
    padding: 40px 20px 15px;
  }
  .related-box + .related-box .related-post {
    background: #fdf5ee;
  }

	/* single mobile */
	.single .authorbox .author-newpost li,
	.related-box li{
		width: 100%;
		margin: 0 0 1rem;
		float:none;
	}
	.single .authorbox .author-newpost li:nth-child(odd),
	.related-box li:nth-child(odd),
	.single .authorbox .author-newpost li:nth-child(-n+2),
	.related-box li:nth-child(-n+2){margin: 0 0 10px !important;}

	.single .authorbox .author-newpost li .eyecatch,
	.related-box li .eyecatch{}

	.related-box li.related-rightlist{zoom: 1;}
	.related-box li.related-rightlist:after{
		content:'';
		display:table;
		clear:both;
	}
}
@media only screen and (max-width: 480px) {

	#custom_header{height:140px;}
	.subnav {width: 84.5%;}
	.subnav form{width: 74%;}
	.subnav .contactbutton{
		width:20%;
		float:right;
	}
	.subnav .contactbutton a{
		height:52px;
		overflow:hidden;
	}
	.subnav .contactbutton a i{
		display:block;
		font-size:1.4em;
		line-height: 52px;
		margin-right: 0;
		width: auto;
		height: auto;
	}

	#main .article .entry-header,
	#main .article .article-header,
	#main .article .article-footer{
		padding:0;
		margin: 0 0 0.5rem;
	}
	#main .article .entry-content{
		font-size: 12px;
    margin-bottom: 30px;
	}

	/* アイキャッチ画像高さ調整 */
	.top-post-list .post-list .eyecatch{max-height: 70px;}

	.single .authorbox .author-newpost li,
	.related-box li{}

	.single .authorbox .author-newpost li .eyecatch,
	.related-box li .eyecatch{}

	.single .authorbox .inbox,
	.single-title,
	.page-title,
	.entry-title {font-size:21px;}

	.add.more{margin-left:-0.9em;}
	.top-post-list .post-list a{padding:0.7em;}
	.share.short .sns li a{padding: 7px 4px;}
	.pagination a, .pagination span,

	/*********************
	POSTS & CONTENT STYLES
	*********************/

	.alignleft, img.alignleft {
		margin-right: auto;
		margin-left: auto;
	}
	.alignright, img.alignright {
		margin-right: auto;
		margin-left: auto;
	}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
}

/* Portrait tablet to landscape */
@media only screen and (min-width: 768px) and (max-width: 1099px) {

	/*   グリッドシステム */
	.t-all {float: left;padding-right: 0.75em;width: 100%;padding-right: 0; }
	.t-1of2 {float: left;padding-right: 0.75em;width: 50%; }
	.t-1of3 {float: left;padding-right: 0.75em;width: 33.33%; }
	.t-2of3 {float: left;padding-right: 0.75em;width: 66.66%; }
	.t-1of4 {float: left;padding-right: 0.75em;width: 25%; }
	.t-3of4 {float: left;padding-right: 0.75em;width: 75%; }
	.t-1of5 {float: left;padding-right: 0.75em;width: 20%; }
	.t-2of5 {float: left;padding-right: 0.75em;width: 40%; }
	.t-3of5 {float: left;padding-right: 0.75em;width: 60%; }
	.t-4of5 {float: left;padding-right: 0.75em;width: 80%; }

	#logo {font-size: 1.1em;}
	#slider .bx-wrapper ul li{height:255px;}
	#custom_header{height: 300px;}
	.single .authorbox .author-newpost li .eyecatch,
	.related-box li .eyecatch{height: 68px;}

	/* SNS テキスト非表示 */
	.share.short .sns li a .text{display:none;}

	/* スクロール広告最大幅 */
	#scrollfix.fixed{max-width: 253px;}
	#container.sidebarleft #main{
		padding-right:0;
		padding-left:0.75em;
	}
}
@media (max-width: 767px) {
	#scrollfix.fixed{
		position: static!important;
		width: auto!important;
		padding: 7px 20px 0;
	}
}

#inner-content.wrap #main{
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	float: none;
}
#inner-content.wrap #sidebar1{
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	float: none;
}
#main {color: #454444;}
@media only screen and (min-width: 768px) {

	/* デスクトップの時だけグリッドシステムを使わない */
	#inner-content.wrap {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}
	#content {padding: 0 1rem;}
	#main{
		margin-top:40px;
/*		width: 75%;*/
		padding: 0;
	}
	.page-full #main{width: 100%;}
	.page-full #main .article header {padding:1.5em 4em;}
	.page-full .entry-content {padding: 1.8em 4em 4em;}
	#sidebar1{
		margin-top:40px;
/*		width: 25%;*/
/*		padding: 0 1rem 0 0;*/
	}
}


	#inner-content.wrap {
    max-width:1520px;
    margin:auto;
    padding:0 60px;
  }
	#content {padding: 0;}

  @media only screen and (max-width: 1199px) {
    #inner-content.wrap {
      padding:0 20px;
    }
  }

  @media only screen and (max-width: 767px) {
    #inner-content.wrap {
      padding:0;
    }
  }


@media only screen and (min-width: 768px) {

	/*   グリッドシステム */
	.d-all {float: left;padding-right: 0;width: 100%;}
	.d-1of2 {float: left;padding-right: 0.75em;width: 50%;}
	.d-1of3 {float: left;padding-right: 0.75em;width: 33.33%;}
	.d-2of3 {float: left;padding-right: 0.75em;width: 66.66%;}
	.d-1of4 {float: left;padding-right: 0.75em;width: 25%;}
	.d-3of4 {float: left;padding-right: 0.75em;width: 75%;}
	.d-1of5 {float: left;padding-right: 0.75em;width: 20%;}
	.d-2of5 {float: left;padding-right: 0.75em;width: 40%;}
	.d-3of5 {float: left;padding-right: 0.75em;width: 60%;}
	.d-4of5 {float: left;padding-right: 0.75em;width: 80%;}
	.d-1of6 {float: left;padding-right: 0.75em;width: 16.6666666667%;}
	.d-1of7 {float: left;padding-right: 0.75em;width: 14.2857142857%;}
	.d-2of7 {float: left;padding-right: 0.75em;width: 28.5714286%;}
	.d-3of7 {float: left;padding-right: 0.75em;width: 42.8571429%;}
	.d-4of7 {float: left;padding-right: 0.75em;width: 57.1428572%;}
	.d-5of7 {float: left;padding-right: 0.75em;width: 71.4285715%;}
	.d-6of7 {float: left;padding-right: 0.75em;width: 85.7142857%;}
	.d-1of8 {float: left;padding-right: 0.75em;width: 12.5%;}
	.d-1of9 {float: left;padding-right: 0.75em;width: 11.1111111111%;}
	.d-1of10 {float: left;padding-right: 0.75em;width: 10%;}
	.d-1of11 {float: left;padding-right: 0.75em;width: 9.09090909091%;}
	.d-1of12 {float: left;padding-right: 0.75em;width: 8.33%;}

	.d-1of2 img,
	.d-1of3 img{margin-bottom:0.5em;}

	/* トップページ */
	.home #content{margin-top:0;}

	.byline .cat-name{
		padding: 3px 1em;
		margin-left: 1em;
		font-size: 16px;
		border-radius:0;
	}
	.single .byline .cat-name{
		position:relative;
		top:-1px;
	}

	/* サイドバーの検索フォーム調整 */
	.subnav form{
		width:210px;
		float: right;
	}

	/* グローバルナビの高さを調整 */
	.nav > li {width: 150px;}
	.nav > li > a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		line-height: 30px;
		background: url(library/images/nav_line_bg.png) no-repeat right center;
	}

	/* SNSボタン（PCサイズ） */
	.share.short{
		margin-top:1em;
		padding-bottom: 0;
	}
}

/* ==========================================================================
  TOC style override
========================================================================== */

/* TOC+プラグインのリストを非表示 */
#toc_container {
	background: #fceaee;
  border: 0;
	padding: 15px 20px;
	margin: 30px 0;
	width: 100% !important;
	display: table;
	font-size: 10px;
}
#toc_container a {color: inherit;}
#toc_container span.toc_toggle {margin-left:1em;}
.toc_list a {
	padding: 0 0 0 0.75rem;
	position: relative;
}
.toc_list a:before {
	content: '\f105';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: -3px;
	line-height: inherit;
	z-index: 1;
}
#toc_container li {margin: 0;}
#toc_container li + li {margin: 6px 0 0;}
#toc_container li:before{content:none;}
#toc_container p.toc_title {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
}

/* ==========================================================================
  PRINT STYLESHEET
========================================================================== */
@media print {
	* {background: transparent !important;color: black !important;text-shadow: none !important;filter: none !important;-ms-filter: none !important; }

	a, a:visited {color: #444 !important;text-decoration: underline;}
	a:after, a:visited:after {content: " (" attr(href) ")";}
	a abbr[title]:after, a:visited abbr[title]:after {content: " (" attr(title) ")";}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {content: "";}

	pre, blockquote {border: 1px solid #999;page-break-inside: avoid;}
	thead {display: table-header-group;}
	tr, img {page-break-inside: avoid;}
	img {max-width: 100% !important;}

	@page {margin: 0.5cm;}
	p, h2, h3 {orphans: 3;widows: 3;}
	h2,
	h3 {page-break-after: avoid;}
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {display: none;}
}

/*  パンくず  */
.breadcrumb {
  overflow: hidden;
  margin-bottom: 90px;
  font-size: 20px;
  height: auto !important;
  height: auto !important;
  position: static !important;
  width: 100% !important;
  width: 100%;
  max-width: 1520px !important;
  margin: 50px auto 0 !important;
  padding: 0 60px !important;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:nth-child(2) {
  margin-left: 5px;
}
.breadcrumb li:last-child {
  font-weight: bold;
}
.breadcrumb li a {
  margin-right: 5px;
}
.breadcrumb li a:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .breadcrumb {
    overflow: hidden;
    margin-bottom: 0 !important;
    font-size: 9px;
  }
  .breadcrumb li {
    float: left;
  }
  .breadcrumb li, .breadcrumb li a {
    font-size: 9px;
  }
  .breadcrumb span, .breadcrumb li a {
    font-size: 9px;
  }
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
  #header + .breadcrumb{
    margin-top: 10px !important;
		max-width: none !important;
		padding:0 20px !important;
	}
  .breadcrumb {
    position: static !important;
  }
}



.tantou {
  margin-left: 55px;
}
.none {
  display: none;
}
.clear {
  clear: both;
}
.content-text {
  line-height: 1.8em;
}
.content-sub-text {
  font-size: 14px;
}
.content-big-text {
  font-size: 18px;
  line-height: 1.3em;
}
.content-min-text {
  font-size: 12px;
}
.content-title {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.05em;
}
.background2 .content-title {
  color: #fff;
}
.content-title span {
  display: inline-block;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 2px solid currentColor;
  padding: 0 12px 6px;
  line-height: 1;
  vertical-align: top;
  letter-spacing: 0;
  font-weight: normal;
  color: #f5997f;
}
.content-title-secondary {
  margin-bottom: 30px;
  font-size: 26px;
  color: #1f7fb2;
  letter-spacing: 0;
  max-width: 1400px;
  margin: 0 auto 10px;
}
.content-title-secondary span {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-style: italic;
  line-height: 1;
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 10px;
}
.content-title-secondary span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentcolor;
  left: 0;
  bottom: 6px;
}
.content-catch {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
}
.background2 .content-catch {
  color: #fff;
}
.content-middle-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-top: 50px;
}
a[name="joblist"] + .content-middle-title {
  margin-bottom: 60px;
  font-size: 20px;
}
.content-middle-title .green-color {
  font-size: 30px;
}
.content-sub-title {
  font-size: 14px;
}
.green-left-tite {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 4px solid #1f7fb2;
  padding-left: 10px;
}
.content-sub-title span {
  font-size: 20px;
  color: red;
}
.content-ul li {
  line-height: 2em;
  margin-left: 1em;
  text-indent: -1em;
}
.content-dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-dl2 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.white-box {
  background: #fff;
  padding: 60px 40px 90px;
  border: 1px solid #d6d6d6;
}
.white-box2 {
  background: #fff;
  padding: 60px 20px 40px;
  border: 1px solid #d6d6d6;
}
.kodawari-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 2px solid currentcolor;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 24px;
  background: #fff;
  line-height: 1.1em;
  max-width: 670px;
}
.top_box2 .kodawari-btn {
  color: #1f7fb2;
}
.background2 .kodawari-btn {
  border: 0;
}
.kodawari-btn::after {
  content: '';
  width: 22px;
  height: 20px;
  background: url(/common/images/icon-right.png) center / contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.top_box2 .kodawari-btn::after {
  background: none;
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kodawari-btn2 {
  display: inline-block;
  width: 100%;
  border: 2px solid currentcolor;
  padding: 18px 45px 15px;
  font-size: 24px ;
  font-weight: bold;
  position: relative;
  max-width: 670px;
}
.kodawari-btn2:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 18px;
  font-size: 26px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.taikendan-btn {
  display: inline-block;
  border: 1px solid #1f7fb2;
  padding: 25px 90px;
  font-size: 18px;
  color: #1f7fb2;
  line-height: 1.1em;
}
.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.b-shadow {
  box-shadow: 0px 0px 3px 2px #d6d7d7;
  -moz-box-shadow: 0px 0px 3px 2px #d6d7d7;
  -webkit-box-shadow: 0px 0px 3px 2px #d6d7d7;
}
.contact_box {
  width: 55%;
  margin: 0 auto 40px;
}
.contact_box .row1 {
  float: left;
}
.contact_box .row2 {
  float: right;
}
.contact_box .row1 .send {
  margin-top: 40px;
}
.contact_box .row1 .send input:hover {
  text-decoration: underline;
}
.contact_box .row2 .back {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.blog_text {
  margin-left: 300px;
  color: #1f7fb2!important;
  text-decoration: underline;
}
/*ログイン*/

.login_wrap .form_part {
  margin: 0 0 40px 0;
  overflow: hidden;
}
.login_wrap .form_part dt {
  width: 21%;
  line-height: 40px;
  font-size: 16px;
  float: left;
  display: inline;
  padding-left: 60px;
}
.login_wrap .form_part dd {
  overflow: hidden;
}
.login_wrap .form_part dd .text {
  width: 90%;
  height: 35px;
  line-height: 35px;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
  -webkit-appearance: none;
  font-size: 14px!important;
}
.forget {
  text-align: center;
}
.forget a {
  color: #3d70fc;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:767px) {
  .sp-mb20 {
    margin-bottom: 20px;
  }
  .content-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .content-title span {
    font-size: 11px;
    border-bottom: 1px solid currentColor;
    padding: 0 5px 2px;
  }
  .content-title-secondary {
    font-size: 12px;
  }
  .content-title-secondary span {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .content-title-secondary span::after {
    bottom: 4px;
  }
  .content-catch {
    margin-bottom: 15px;
    font-size: 10px;
  }
  .content-middle-title {
    font-size: 19px;
  }
  .content-middle-title .green-color {
    font-size: 24px;
  }
  a[name="joblist"] + .content-middle-title {
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .content-dl2 dt {
    font-size: 18px;
  }
  .kodawari-btn {
    padding: 11px 30px;
    font-size: 12px;
    border-width: 1px;
  }
  .kodawari-btn::after {
    width: 11px;
    height: 10px;
    right: 10px;
  }
  .kodawari-btn2 {
    font-size: 12px;
    padding: 8px 25px
  }
  .kodawari-btn2::before {
    font-size: 16px;
    right: 10px;
  }
  .kodawari-btn2.fa-search:before {
    position: relative;
    font-size: 2em;
    left: -5px;
    bottom: -5px
  }
  .white-box {
    background: #fff;
    padding: 30px 10px 20px;
    border: 1px solid #d6d6d6;
  }
  .detail-table {
    margin-top: 20px !important;
  }
  .detail-table table th, .detail-table table td {
    /*  171106追加css  */
    display: block;
    width: 100% !important;/*  171106追加css ここまで  */
  }
  .detail-table table th {
    padding: 10px 0 0 !important;
  }
  .detail-table table td {
    padding: 10px 0 20px !important;
  }
  .login_form .form_part {
    margin: 0 0 15px 0;
    overflow: hidden;
  }
  .login_form .form_part dt {
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    float: none;
    display: block;
    padding-left: 0px!important;
  }
  .login_form .form_part dd {
    overflow: hidden;
  }
  .login_form .form_part dd .text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fafafa;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 14px !important;
  }
  .login_form input {
    width: 100%;
  }
}

/* 2023/09/06 TOP新着記事用（本サイトと同様のスタイル） */
.home-magazine {
  display: flex;
  flex-wrap: wrap;
  margin: -80px 0 0 -80px;
  padding-top: 40px;
  margin-bottom: 80px;
}
.home-magazine__item {
  width: 50%;
  padding: 80px 0 0 80px;
}
.home-magazine__link {
  display: flex;
}
.home-magazine__image {
  width: 215px;
  height: 215px;
}
.home-magazine__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-magazine__content {
  position: relative;
  width: calc(100% - 215px);
  padding-left: 40px;
  font-weight: bold;
  padding-right: 15px;
}
.home-magazine__content::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 3px solid currentcolor;
  border-right: 3px solid currentcolor;
  transform: rotate(45deg);
}
.home-magazine__content p:nth-child(1) {
  font-size: 18px;
  background: rgba(0,85,148,.8);
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
}
/*
.home-magazine__content p:nth-child(1).resortbaito-all {
  background: #005594;
}
.home-magazine__content p:nth-child(1).summerjob {
  background: #815291;
}
.home-magazine__content p:nth-child(1).resortbaito-area {
  background: #39abb7;
}
.home-magazine__content p:nth-child(1).skijobaito {
  background: #eb894a;
}
.home-magazine__content p:nth-child(1).nogyokyujin {
  background: #6d6c6c;
}
.home-magazine__content p:nth-child(1).sumikomijob {
  background: #389339;
}
.home-magazine__content p:nth-child(1).taiken {
  background: #dd305a;
}
*/
.home-magazine__content p:nth-child(2) {
  font-size: 24px;
  margin-top: 25px;
  line-height: 1.7;
}
.home-magazine__content p:nth-child(3) {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (max-width:1200px) {
  .home-magazine__item {
    width: 100%;
  }
}

@media screen and (max-width:650px) {
  .home-magazine {
    margin: -25px 0 0 -25px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .home-magazine__item {
    padding: 25px 0 0 25px;
  }
  .home-magazine__image {
    width: 107px;
    height: 107px;
  }
  .home-magazine__content {
    width: calc(100% - 107px);
    padding-left: 20px;
    padding-right: 15px;
  }
  .home-magazine__content::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid currentcolor;
    border-right: 1px solid currentcolor;
    right: 5px;
  }
  .home-magazine__content p:nth-child(1) {
    font-size: 10px;
    padding: 1px 10px;
  }
  .home-magazine__content p:nth-child(2) {
    font-size: 12px;
    margin-top: 7px;
    line-height: 1.7;
  }
  .home-magazine__content p:nth-child(3) {
    font-size: 10px;
    margin-top: 4px;
  }
}


/* 2023/09/06 TOPメインビジュアル */
.main-v {
  text-align: center;
  margin-bottom: 40px;
}

/* 2023/09/17 カテゴリ概要 */
.taxonomy-description {
  font-size: 110%;
background: #fff;
  border: solid 1px #ccc;
border-radius: 3px;
  margin: 30px;
  padding: 20px 120px;
}
@media screen and (max-width: 650px) {
  .taxonomy-description {
      font-size: 105%;
      margin: 20px 20px 30px;
      padding: 15px;
  }
}

/* 2023/09/17 TOP用スタイル */
@media screen and (min-width: 651px) {
	#inner-content.wrap .mywidth {
		padding: 0;
	}
}
.copy_line {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 650px) {
	.copy_line {
		font-size: 16px;
	}
}
.popular_keywords {
	padding: 60px;
}
@media screen and (max-width: 650px) {
	.popular_keywords {
		padding: 30px;
	}
}
.popular_keywords h3 {
	font-size: 28px !important;
	margin-bottom: 14px !important;
}
.popular_keywords h4 {
	font-size: 24px !important;
	margin-bottom: 10px !important;
}
.popular_keywords ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 22px !important;
	margin-bottom: 20px !important;
}
.popular_keywords ul li {
	margin-right: 20px;
	margin-bottom: 8px;
}
.popular_keywords ul li a {
	border-bottom: dashed 1px #999;
	padding-bottom: 5px;
}
.popular_keywords ul li a::before {
	content: "#";
}
@media screen and (max-width: 650px) {
	.popular_keywords h3 {
		font-size: 14px !important;
	}
	.popular_keywords h4 {
		font-size: 12px !important;
		margin-bottom: 6px !important;
	}
	.popular_keywords ul {
		font-size: 10px !important;
		margin-bottom: 16px !important;
	}
	.popular_keywords ul li a {
		padding-bottom: 2px;
	}
}
.bg-gray {
	background: #f3f3f3;
	padding: 60px 0;
}
.bg-blue {
	background: #ececff;
	padding: 60px 0;
}
.bg-green {
	background: #f3fff3;
	padding: 60px 0;
}
.bg-pink {
	background: #fff3f3;
	padding: 60px 0;
}

/* 2024/06/21 バナー用 */
.home_bnr03 {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0 -60px;
}
.home_bnr03 .bnr_area {
	width: 50%;
	padding: 30px 0 0 60px;
}
.home_bnr03 .bnr_area:only-child {
	margin: 0 auto;
}

@media screen and (max-width:650px){
  .home_bnr03 .bnr_area {
    width: 100%;
  }
}
