/*
Template: albatros
Theme Name: albatros_custom
Theme URI:http://open-cage.com/albatros/
*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/* ==========================================================================
   Base
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
  cursor: pointer;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

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

/* Googleフォント　※フォントを変更した場合はこちらも変更 */
.gf {
  font-family: "Signika", 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
========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

.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;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

.entry-content ul li {
  position: relative;
  padding-left: 1em;
  margin: 3px 0;
  font-size: 14px;
}

.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;
  margin: 3px 0;
  font-size: 14px;
}

.entry-content ol li:before {
  counter-increment: number;
  content: counter(number);
  background: #5c6b80;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.65em;
  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: 4px;
}

.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;
}
.entry-content ul.check li {
  margin-right: 5px;
}
.entry-content ul.check li::before {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 8px;
    height: 3px;
    border-left: 2px solid #31A259;
    border-bottom: 2px solid #31A259;
    border-radius: 0;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: none;
}

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

/* TOC+プラグインのリストを非表示 */
#toc_container li:before {
  content: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* ==========================================================================
   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: #fff;
  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: #2980b9;
}

.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;
}

/*********************
GENERAL STYLES
*********************/
body {
  font-size: 100%;
  line-height: 1.5;
  color: #545b63;
  word-wrap: break-word;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
}

.last-col {
  float: right;
  padding-right: 0 !important;
}

/*********************
LINK STYLES
*********************/
a {
  color: #4b99b5;
}

a:hover {
  color: #74b7cf;
}

/*リンクをゆっくりと */
a,
a img, a .fa {
  -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, a:hover .fa {
  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);
}

/*fontawesomeアイコンをマウスオーバーでX移動に */
a:hover .fa {
  transform:translateX(10px);
}

/* 外部リンク - 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.button--marketing-cta:after {
  font-family: "FontAwesome";
  content: "\f105" !important;
  font-size: 1.2em;
  margin: 0 3px 0 2px;
  padding-left: 1em;
}

/* 外部リンク画像の場合にアイコンを消すクラス */
.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;
}

/* 旧記事のタイトルが白くなっちゃう問題の回避↓ */
.h3 span {
  color: #333;
}

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

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

.home .snsshare2,
.archive .snsshare2,
.category .snsshare2 {
  display: none !important;
}

h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
}

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

/*ここ*/
#custom_header {
  width: 100%;
  height: 800px;
  background-size: cover !important;
}

.header {
  border-top: 3px solid #00b3e7;
}

#inner-header {
  position: relative;
}

#logo {
  margin: 47px 0 8px;
  padding: 0;
  font-size: 1.4em;
  height: 55px;
}

#logo .h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#logo a {
  color: white;
  width: 100%;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.15;
  text-decoration: none;
}

#logo a img {
  width: 100%;
}

#logo a:hover {
  color: yellow;
}

.subnav {
  position: absolute;
  width: 100%;
  font-size: 12px;
}

.subnav .site_description {
  float: left;
  margin: 2em 0 0;
  color: white;
  font-size: 1.2em;
}

.subnav form {
  width: 210px;
  max-width: 100%;
  margin-top: 5px;
}

.subnav form div {
  position: relative;
}

.subnav form input {
  width: 90%;
  width: 90%\0/;

  /* IE9用 */
  max-width: 90%;
  max-width: 90%\0/;

  /* IE9用 */
  height: 26px;
  line-height: 1.5;
  padding: 1% 5%;
}

.subnav form button {
  position: absolute;
  font-size: 14px;
  right: 5px;
  top: 5px;
  border: 0;
  background: white;
}

.subnav .linklist {
  float: right;
  margin-left: 1em;
}

.subnav .linklist li {
  display: inline;
  margin-right: 1em;
}

.subnav .linklist li a {
  text-decoration: none;
  color: #fff;
}

.subnav .linklist li a:hover {
  text-decoration: underline;
}

.subnav .linklist li a:before {
  font-family: "fontawesome";
  content: "\f0da";
  margin-right: 0.3em;
  color: #fff;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}

.subnav .linklist li a span {
  display: none;
}

.subnav .contactbutton {
  width: 170px;
  height: 45px;
  line-height: 40px;
  float: right;
  font-size: 14px;
  text-align: center;
}

.subnav .contactbutton ul {
  margin: 0;
}

.subnav .contactbutton a {
  width: 100%;
  height: 100%;
  display: block;
  background: #235d72;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 10px rgba(59, 59, 59, 0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px rgba(80, 80, 80, 0.5);
}

.subnav .contactbutton a:hover {
  background: #3f7e94;
}

.subnav .contactbutton a i {
  margin-right: 0.3em;
}

/* リンクがtel:00000000000の場合にアイコンをチェンジ */
.subnav .contactbutton a[href^="tel"] i:before {
  content: "\f095";
}

#breadcrumb {
  font-size: 11px;
  margin-top: 0;
}

#breadcrumb li {
  float: left;
  margin-left: 0.5em;
}

#breadcrumb li:after {
  font-family: "fontawesome";
  content: "\f105";
  margin-left: 0.5em;
}

#breadcrumb li:last-child:after {
  display: none;
}

#breadcrumb li a {
  color: #666;
  text-decoration: none;
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
  border-bottom: 0;
}

.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: 12px;
  font-weight: bold;
  text-align: center;
}

.nav > li a {
  padding: 2.5em 0 0.1em;
}

.nav li a span {
  display: none;
}

.nav li h2 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.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
*********************/

/* デフォルトボタン */
.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;
}

.hentry {
  background-color: #fff;
  margin-bottom: 2.5em;
  border-radius: 0;
  border: none;
}

.hentry header {
  border-bottom: 1px solid #f8f9fa;
  padding: 1.2em 2em 1em;
}

.hentry .eyecatch {
  text-align: center;
  border-bottom: 1px solid #f8f9fa;
  overflow: hidden;
  position: relative;
}

.hentry .eyecatch img {
  margin: 0;

  /* width:100%; */
  height: auto;
}

.hentry footer {
  padding: 1.5em 2em;
  border-top: 1px solid #f8f9fa;
}

.hentry footer h4 {
  margin: 0.5em 0;
}

.hentry footer p {
  margin: 0;
}

/* 同一カテゴリの新着記事 */
.category-newpost-wrap a {
  text-decoration: none;
}

.category-newpost-wrap h3 {
  font-size: 1em;
}

.category-newpost {
  border-top: 1px dotted #eee;
  margin-bottom: 2em;
}

.category-newpost li {
  border-bottom: 1px dotted #eee;
  padding: 0.5em 0;
  font-size: 0.9em;
}

.category-newpost li .date {
  width: 6em;
  display: block;
  float: left;
}

.category-newpost li a {
  padding-left: 6.5em;
  display: block;
  font-weight: bold;
}

.hentry footer .post-categories,
.hentry footer .tags {
  margin: 0;
  font-size: 0.75em;
  font-weight: bold;
}

.hentry footer .post-categories li,
.hentry footer .tags a {
  display: inline-block;
  margin-bottom: 8px;
}

.hentry footer .post-categories li a,
.hentry footer .tags a {
  background: #4b99b5;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.4em;
  text-decoration: none;
  border: 1px solid #4b99b5;
}

.hentry footer .tags a {
  background: none;
  color: #4b99b5;
}

.hentry footer .tags a:before {
  font-family: "fontawesome";
  content: "\f02b";
  margin-right: 0.2em;
}

.hentry footer .post-categories li a:hover,
.hentry footer .tags a:hover {
  background: #74b7cf;
  color: #fff;
  border-color: #74b7cf;
}

.single .entry-content h3 {
  border-bottom: 2px solid #00b3e7;
  border-left: none;
  padding: 0.4em;
  margin: 0 0 0.8em;
}

.single .entry-content h4:before {
  content: "\f00c";
  color: #00b3e7;
  font-family: FontAwesome;
  padding-right: 0.5em;
}

.page .entry-content h2 {
  padding: 0.65em 0.2em;
  margin: 1.5em 0 1em;
  font-size: 1.35em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.page .entry-content h3 {
  border-bottom: 2px solid #00b3e7;
  border-left: none;
  padding: 0.4em;
}

/* 投稿ページ下のエリア */
.single .authorbox,
.single .related-box {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 2.5em;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 3px 10px #ddd;
  -moz-box-shadow: 0 3px 10px #ddd;
  box-shadow: 0 3px 10px #ddd;
  -webkit-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  box-shadow: 0 2px 5px rgba(138, 138, 138, 0.15);
}

.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;
  margin: 1em 0;
  font-weight: normal;
}

.single .authorbox .h_ttl span,
.single .related-box .h_ttl span {
  font-size: 1.5em;
  margin-right: 0.5em;
  position: relative;
  bottom: -2px;
}

.single .authorbox .inbox,
.single .related-box .inbox {
  padding: 1.5em 2em;
}

.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;
}

.single .authorbox .author-newpost li,
.related-box li {
  width: 24%;
  min-height: 190px;
  margin: 0 1% 1% 0;
  float: left;
  position: relative;
}

/*eyecatchクラスまでだとプロパティの適用が弱かったので強めるためにimgタグまでを指定した*/
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch img {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: rgba(45, 45, 45, 0.0);
}

.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch {
  height: auto;
}

.single .authorbox .author-newpost li a,
.related-box li a {
  display: block;
  text-decoration: none;
}

.single .authorbox .author-newpost li .cat-name,
.related-box li .cat-name {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1em 0.5em;
  font-size: 10px;

  /*ここ*/
  background: #feff50 !important;
  color: #444 !important;
  font-weight: bold;
  text-align: center;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}

.single .authorbox .author-newpost li .date,
.related-box li .date {
  font-size: 10px;
}

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

/* 次・前の記事 */
.authorbox .np-post {
  padding: 0;
}

.authorbox .np-post a {
  display: block;
  font-size: 0.85em;
  padding: 1em 2em;
  position: relative;
  text-decoration: none;
  border-top: none;
}

.authorbox .np-post .prev a {
  border-bottom: 1px dotted #ccc;
}

.np-post .next a {
  text-align: right;
  padding-right: 2.5em;
  padding-left: 1em;
}

.np-post .prev a {
  text-align: left;
  padding-left: 2.5em;
  padding-right: 1em;
}

.np-post .next a:after,
.np-post .prev a:before {
  font-family: "fontawesome";
  position: absolute;
  font-size: 1.2em;
}

.np-post .next a:after {
  content: "\f105";
  right: 1em;
  top: 25%;
}

.np-post .prev a:before {
  content: "\f104";
  left: 1em;
  top: 25%;
}

/* ページタイトル */
.single-title,
.page-title,
.entry-title {
  margin: 0.15em 0;
}

.byline {
  margin: 0;
}

.byline .date {
  font-weight: 400;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
  font-size: 12px;
}

.byline .cat-name {
  background: #feff50 !important;
  color: #444 !important;
  font-weight: bold;
  padding: 0.3em 0.5em;
  margin-left: 0.9em;
  font-size: 0.7em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.entry-header .byline .date {
  font-size: 12px;
  color: #999;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.entry-header .byline .cat-name {
  display: none;
}

/* entry content */
.entry-content {
  padding: 1.5em 2em;
}

.entry-content p {
  margin: 0 0 1.6em;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1.6em;
}

.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;
  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;
  max-width: 100%;
  height: auto;
}

.entry-content img + h3,
.entry-content h3 + img,
.entry-content img + h4,
.entry-content h4 + img,
.entry-content h3 + p > a > img,
.entry-content h3 + p > img {
  margin-top: 1em !important;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.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: 1em 0 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;
}

.top-post-list .post-list {
  font-size: 13px;
}

.top-post-list .post-list a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #888;
  border-bottom: 1px dotted #ddd;
}

.top-post-list .post-list a:hover {
  background: #f6f6f6;
}

.top-post-list .post-list .eyecatch {
  width: 36%;
  float: left;
  max-height: 170px;
  overflow: hidden;
}

.top-post-list .post-list .entry-content {
  padding: 0 0 0 39%;
}

.top-post-list .post-list .entry-content .entry-title {
  font-size: 1.6em;
  margin-bottom: 0.3em;
  color: #444;
}

.top-post-list .post-list .entry-content p {
  margin-bottom: 0.3em;
}

/* ================================================== */

/* ウィジェット */

/* ================================================== */
.widget {
  width: 96%;
  margin: 0 auto 1.5em;
}

.widget a {
  text-decoration: none;
  color: #666;
}

.widget a:hover {
  color: #999;
}

.widgettitle {
  font-size: 1.2em;
  padding: 3px;
  margin-bottom: 0.75em;
  margin-top: 0;
  border-bottom: #222 4px solid;
}

.widget .widgettitle span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 0.4em;
}

/* ウィジェットカテゴリー・新着記事 */
.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: none;
  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 {
  border-bottom: 1px solid #ddd;
  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_recent_entries li a {
  font-size: 13px;
  letter-spacing: -0.4px;
}

.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.2em 0.8em;
  margin: 0 0.2em 0.4em 0;
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  background: #36b5d8;
  color: #fff;
}

.widget.widget_tag_cloud a:before {
  font-family: "fontawesome";
  content: "\f02b";
  margin-right: 0.4em;
}

.widget.widget_tag_cloud a:hover {
  background: #00b3e7;
}

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

/* スクロール広告 */
#scrollfix.fixed {
  position: fixed;
  top: 30px;
  max-width: 336px;
}

/* 広告 */
.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;
}

/* 新着記事のサムネイル */
.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;
}

ul.wpp-list li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding-bottom: 0.75em;
}

ul.wpp-list li a:before {
  counter-increment: number;
  content: counter(number);
  background: #000000 !important;
  margin-right: 3px;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.75em;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  display: block;
  text-align: center;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}

ul.wpp-list img {
  margin-bottom: 0;
}

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;
}

/******************************************************************
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;
  border-bottom: 2px 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;
  margin-bottom: 2.5em;
}

.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: 1.5em 0;
  background-color: white;
}

.pagination,
.page-links {
  text-align: center;
}

.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 3px !important;
  display: inline-block;
  min-height: 2.6em;
}

.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: 1em;
  font-weight: normal;
  padding: 0.75em 0.85em;
  min-width: 1em;
  color: #2980b9;
  border: 1px solid #eaedf2;
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.page-links a:hover,
.page-links a:focus {
  background-color: #2980b9;
  color: white;
}

.pagination .current,
.page-links ul > li > span {
  cursor: default;
  color: #5c6b80;
}

.pagination .current:hover,
.pagination .current:focus,
.pagination .dots:hover,
.pagination .dots:focus {
  background-color: white;
  color: #5c6b80;
}

/******************************************************************
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;
}

.comment .comment-meta,
.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: #ffae00;
  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;
  }

  .wrap {
    width: 760px;
  }

  #container.sidebarleft #main {
    float: right;
  }

  #container.sidebarleft .sidebar {
    float: left;
  }

  /*********************
  HEADER STYLES
  *********************/
  header {
    border-bottom: 2px solid #eee;
  }

  #logo {
    width: 275px;
    text-align: center;
    float: none;
    margin: 20px auto 8px;
  }

  .subnav form {
    width: 130px;
    float: right;
    margin-right: 0.5em;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #g_nav {
    position: relative;
    margin: 0;
  }

  .nav {
    margin: 0 auto;
    border: 0;
    position: relative;
    right: 0;
    width: 620px;
  }

  .nav > li {
    float: left;
    position: relative;
    width: 103px;
    font-size: 11px;
  }

  .nav li a {
    transition: visibility 0s ease-in-out 0.1s;
    padding: 1em 0;
  }

  .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: 10px;
    background-color: #efefef;
    color: #333;
    border: transparent;
    border-top: 4px solid #145693;
    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:after,
  .nav li ul.children:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 179, 231, 0);
    border-bottom-color: #145693;
    border-width: 8px;
    margin-left: -8px;
  }

  .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;
    color: #333 !important;

    /*　ここ変更 */
    width: 103px;

    /* 横幅変更 */
    font-size: 8px;

    /* 文字サイズ変更 */
    border-bottom: 1px solid #ddd;
  }

  .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;
  }

  .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: 1100px) {
  .wrap {
    width: 1100px;
  }

  .cta-inner {
    padding: 1em 2em;
  }

  .textwidget .cta-inner .btn-wrap.lightning a {
    min-width: 220px;
  }

  .nav li h2 {
    line-height: 30px;
  }
}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

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

  MeanMenu 2.0.7

####################################################################### */
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: #fff;
  padding: 0;
  min-height: 52px;
  z-index: 999999;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 5px #ddd;
  box-shadow: 0 2px 5px #ddd;
  -webkit-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(128, 128, 128, 0.15);
  box-shadow: 0 2px 5px rgba(138, 138, 138, 0.15);
}

.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(0, 0, 0, 0);
  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: #ccc;
  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-transform: none;
  text-decoration: none;
  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
---------------------------------*/
.sharewrap {
  padding: 1em;
  background: #fffdda !important;
}

.share {
  width: 100%;
}

.share.short {
  padding: 0 1.5em;
}

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

.sns ul {
  list-style: none;
  margin: 0;
}

.sns li {
  float: left;
  width: 48%;
  margin: 0 2% 3% 0;
}

.sns li a {
  font-size: 80%;
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.sns li a:before,
.sns li a i {
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-size: 1.1em;
}

.sns li a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
}

.sns li a .count {
  font-size: 10px;
  margin-left: 2px;
}

/* ツイッター */
.sns .twitter a {
  background: #00acee;
  box-shadow: 0 3px 0 #0092ca;
}

.sns .twitter a:hover {
  background: #0092ca;
}

/* Facebook */
.sns .facebook a {
  background: #3b5998;
  box-shadow: 0 3px 0 #2c4373;
}

.sns .facebook a:hover {
  background: #2c4373;
}

/* グーグル */
.sns .googleplus a {
  background: #db4a39;
  box-shadow: 0 3px 0 #ad3a2d;
}

.sns .googleplus a:hover {
  background: #ad3a2d;
}

/* はてぶ */
.sns .hatebu a {
  background: #5d8ac1;
  box-shadow: 0 3px 0 #43638b;
}

.sns .hatebu a:hover {
  background: #43638b;
}

.sns .hatebu a:before {
  content: "B!";
  font-weight: bold;
  line-height: 1;
}

/* LINE */
.sns .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
}

.sns .line a:hover {
  background: #219900;
}

/* Pocket */
.sns .pocket a {
  background: #f03e51;
  box-shadow: 0 3px 0 #c0392b;
}

.sns .pocket a:hover {
  background: #c0392b;
}

/* RSS */
.sns .rss a {
  background: #ffb53c;
  box-shadow: 0 3px 0 #e09900;
}

.sns .rss a:hover {
  background: #e09900;
}

/* Feedly */
.sns .feedly a {
  background: #87c040;
  box-shadow: 0 3px 0 #74a436;
}

.sns .feedly a:hover {
  background: #74a436;
}

.share.short .sns li {
  width: 19%;
  margin: 0 1% 0 0;
}

.share.short .sns li a {
  padding: 4px;
}

/*
Mobile Grid Styles
*/
@media only screen and (max-width: 767px) {
  /*   グリッドシステム */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .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 */
  #content,
  .home #content,
  .blog #content {
    margin-top: 55px;
  }

  .top-post-list .post-list .entry-content .entry-title {
    font-size: 13px;
    line-height: 1.4em;
  }

  .top-post-list .post-list .entry-content .description {
    display: none;
  }

  /*   header */
  #g_nav {
    display: none;
  }

  #custom_header {
    height: 300px;
  }

  #inner-header {
    position: relative;
    padding: 0;
  }

  .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);
    display: none;
  }

  #logo {
    width: 40%;
    height: auto;
    margin: 15px auto;
    font-size: 1.2em;
    position: absolute;
    left: 50%;
    z-index: 1000000;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  #logo a {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }

  #logo .img a img {
    max-height: 1.9em;
    max-width: 100%;
    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);
  }

  #breadcrumb {
    margin-top: 5px;
    display: none;
  }

  .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;
  }

  /* single mobile */
  .single .authorbox .author-newpost li,
  .related-box li {
    width: 47%;
    min-height: 190px;
    margin: 0 3% 1% 0;
    float: left;
    position: relative;
  }

  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch {
    max-height: 200px;
  }

  .related-box li.related-rightlist {
    zoom: 1;
  }

  .related-box li.related-rightlist:after {
    content: "";
    display: table;
    clear: both;
  }

  /* SNS テキスト非表示 */
  .share.short {
    padding: 0 1em;
  }

  .share.short .sns li a .text {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
  }
}

@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;
  }

  .hentry .entry-header,
  .hentry .article-header,
  .hentry .article-footer {
    padding: 0.2em 0.9em 0.5em;
  }

  .hentry .entry-content {
    padding: 0.9em;
    font-size: 0.96em;
  }

  /* アイキャッチ画像高さ調整 */

  /*.top-post-list .post-list .eyecatch {
    max-height: 70px;
  }

  .single .authorbox .author-newpost li,
  .related-box li {
    min-height: 190px;
  }

  .single .authorbox .author-newpost li .eyecatch,
  .related-box li .eyecatch {
    height: 80px;
  }

  .single .authorbox .inbox,
  .single .related-box .inbox {
    padding: 0.9em;
  }*/
  .single-title,
  .page-title,
  .entry-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
  }

  .add.more {
    margin-left: -0.9em;
  }

  .top-post-list .post-list a {
    padding: 0.7em;
  }

  .share.short .sns li a {
    padding: 10px 4px;
  }

  .pagination a,
  .pagination span,
  .page-links a,
  .page-links ul > li > span {
    font-size: 0.85em;
  }

  /*********************
  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;
  }

  /* モバイルサイズのスライダーのPICK UP */
  #slider .bx-wrapper ul li .pickup-label {
    width: 100px !important;
  }
}

/* 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: auto;
  }

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

  /* スクロール広告最大幅 */
  #scrollfix.fixed {
    max-width: 253px;
  }

  #container.sidebarleft #main {
    padding-right: 0;
    padding-left: 0.75em;
  }

  .nav li h2 {
    line-height: 16px;
  }
}

/* Landscape to small desktop */
@media only screen and (min-width: 1100px) {
  /*   グリッドシステム */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 0;
    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%;
  }

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

  .single #content {
    margin-top: 0.6em;
  }

  .byline .cat-name {
    background: #feff50 !important;
    color: #444 !important;
    font-weight: bold;
    padding: 0.2em 0.9em;
    margin-left: 0.9em;
    font-size: 0.9em;
  }

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

  /* デスクトップの時だけグリッドシステムを使わない */
  #main {
    width: 65.454545%;
    padding-right: 0;
  }

  .page-full #main {
    width: 100%;
  }

  .page-full .hentry header {
    padding: 1.5em 4em;
  }

  .page-full .entry-content {
    padding: 1.8em 4em 4em;
  }

  #sidebar1 {
    width: 30.545455%;
    float: right;
  }

  /*ロゴを調整 */
  #logo a img {
    padding-top: 15px;
  }

  /*グローバルナビの高さと長さを調整 */
  .nav {
    width: 840px;
    margin: 0 auto;
  }

  .nav > li {
    width: 140px;
    font-size: 13px;
    margin: 20px 0 10px;
    line-height: 40px;
  }

  .nav > li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: none;
    padding: 0 2px 3px 0;
  }

  /*ナビゲーションに区切り追加*/
  #g_nav .nav > li a:hover,
  #g_nav .nav > li a:active {
    color: #00b3e7;
    border-bottom: 2px dotted #00b3e7;
    transition: .1s;
    padding: 0 2px 0 0;
  }

  /* サブメニューのプロパティを1100pxでクエリ */
  .nav li ul.sub-menu {
    margin-top: 10px;
    background-color: #efefef;
    color: #333;
    border: transparent;
    border-top: 4px solid #145693;
    position: relative;
  }

  .nav li ul.sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 179, 231, 0);
    border-bottom-color: #145693;
    border-width: 8px;
    margin-left: -8px;
  }

  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    color: #333 !important;
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 150px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    line-height: 30px;
  }

  .nav li ul.sub-menu li a:hover,
  .nav li ul.children li a:hover {
    color: #333;
  }

  /* singleページ */
  .single .byline .cat-name {
    font-size: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    top: -1px;
  }

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

  /* SNSボタン（PCサイズ） */
  .share {
    padding-bottom: 10px;
  }

  .share.short {
    margin-top: 1em;
    padding-bottom: 0;
  }

  .sns ul {
    margin: 0 auto;
    list-style: none;
  }

  .sns li {
    width: 23%;
    margin: 0 2% 3% 0;
  }

  .sns li a {
    font-size: 0.75em;
    padding: 10px 2px;
  }

  .sns li:nth-child(4n) {
    margin-right: 0;
  }
}

/*********************
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;
  }
}

/* =======================
  テーマ変更後カスタムしたもの
======================= */

/* 旧記事のボタンリンクのためのcss */
button.marketing-test {
  font-size: 1.0em;
  border-style: none;
  font-weight: bold;
  padding: 15px 35px;
  background-color: #ceecf5;
  color: #a9a9f5;
}

button.marketing-test:hover {
  background-color: #effbfb;
  color: #a9e2f3;
}

.button--marketing-cta {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: none !important;
  border: 2px solid #145693;
  background-color: transparent;
  padding: 10px 0;
}

.button--marketing-cta:hover {
  color: #fff;
  background-color: #044387;
  border-color: #044387;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 479px) {
  .button--marketing-cta {
    width: 80%;
  }
}

.title_middle {
  color: #333;
  padding-left: 5px;
  margin-top: 2em;
}

.title_small {
  color: #333;
  padding-left: 5px;
  border-bottom: 4px double #aaa;
  margin: 2em 0 0.5em;
}

.entry_content img + .title_small,
.title_big + .title_middle {
  margin-top: 0 !important;
}

/*記事ボタンリンクのショートコードボタン*/
.btn-style {
  text-align: center;
}

.ietty_lp {
  text-align: center;
  font-size: 19px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eeb44f;
  padding: 9px 63px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
  background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffc477", endColorstr="#fb9e25");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffc477), color-stop(100%, #fb9e25));
  background-color: #ffc477;
  color: #ffffff;
  display: inline-block;
  text-shadow: 1px 1px 0px #cc9f52;
  -webkit-box-shadow: inset 1px 1px 0px 0px #fce2c1;
  -moz-box-shadow: inset 1px 1px 0px 0px #fce2c1;
  box-shadow: inset 1px 1px 0px 0px #fce2c1;
}

.ietty_lp:hover {
  background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
  background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fb9e25", endColorstr="#ffc477");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fb9e25), color-stop(100%, #ffc477));
  background-color: #fb9e25;
}

.ietty_lp:active {
  position: relative;
  top: 1px;
}

/* カテゴリ一覧 */
.entry-title a {
  color: #333 !important;
}

.entry-title a:hover {
  border-bottom: 1px dotted #333;
}

/* スライダー */
#slider .bx-wrapper ul li .pickup-label {
  background-color: rgba(254, 76, 95, 0.95) !important;
  color: #fff !important;
  top: 1em !important;
  right: -2.6em !important;
  transform: rotate(45deg);
  background-color: transparent;
  box-shadow: none;
  font-weight: bold;
  padding: 0.5em 0 !important;
  width: 130px;
}

#slider .bx-wrapper ul li .slidecaption .cat-name {
  font-weight: bold;
}

.single .entry-content h2 {
  margin: 2em 0 0.8em;
}

/*吹き出しのある記事*/
.sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-name,
.sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-name,
.sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-name,
.sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-name {
  margin-top: 20px;
}

/*殿堂入り記事リスト*/
.list-most-popular ul.wpp-list li a img {
  display: inline;
  float: left;
  margin-right: 5px;
}

.list-most-popular ul.wpp-list li a .list-title {
  display: block;
  font-size: 14px;
}

.list-most-popular ul.wpp-list li a:before {
  background: #c8af59 !important;
}

#footerFloatingMenu {
  display: block;
  width: 80%;
  position: fixed;
  left: 2%;
  bottom: 5px;
  z-index: 9999;
  text-align: center;
  padding: 0 auto;
}

#footerFloatingMenu img {
  width: 100%;
}

/*CTA ietty*/
.cta-inner {
  background-color: #00b3e7 !important;
}

.cta-inner .cta_copy {
  margin: 0.375em 0;
}

.cta-inner .btn-wrap {
  margin: 0 0 0.6em;
}

.textwidget .cta-inner .btn-wrap.lightning a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.3px;
  padding: 1.1em;
}

.textwidget .cta-inner .btn-wrap.lightning a:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.textwidget .cta-inner .ietty_ctabtn_fb .btn-wrap.lightning a {
  background-color: #3b5998;
  border-color: #5472b3;
  width:100%;
}

.textwidget .cta-inner .ietty_ctabtn_fb .btn-wrap.lightning a:hover {
  background-color: #5472b3 !important;
}

.textwidget .cta-inner .ietty_ctabtn_mail .btn-wrap.lightning a {
  background-color: #5acbac;
  border-color: #6bd7b9;
  font-weight: bold;
}

.textwidget .cta-inner .ietty_ctabtn_mail .btn-wrap.lightning a:hover {
  background-color: #6bd7b9 !important;
}

.textwidget .cta-inner .ietty_ctabtn_yahoo .btn-wrap.lightning a {
  background-color: #ff0033;
  border-color: #ff446a;
  width:100%;
}

.textwidget .cta-inner .ietty_ctabtn_yahoo .btn-wrap.lightning a:hover {
  background-color: #ff446a !important;
}

.textwidget .cta-inner .ietty_ctabtn_line .btn-wrap.lightning a {
  background-color: #00c300;
  border-color: #49d449;
}

.textwidget .cta-inner .ietty_ctabtn_line .btn-wrap.lightning a:hover {
  background-color: #49d449 !important;
}

/*↓↓↓↓↓↓mail_form↓↓↓↓↓↓*/
#mail_form_box {
  margin: 0 auto;
  width: 94.6%;
}

#mail_form_box:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

#mail_form {
  margin: 13px auto 0 auto;
  width: 100%;
  max-width: 100%;
}

.textwidget #mail_form_pass, .textwidget #mail_form_adress  {
    float: left;
    font-size:14px;
    border: 1px solid #ababab;
    /*border: 1px solid rgba(108, 215, 186, 1);*/
    border-radius: 2px;
    padding: -2px 0.8em;
    margin:  0;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    width:100%;
}

.registArea-add #mail_form_pass, .registArea-add #mail_form_adress  {
    float: left;
    font-size:14px;
    border: 1px solid rgba(108, 215, 186, 0.5);
    border-radius: 2px;
    padding: -2px 0.8em;
    margin:  0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    width:100%;
}

.textwidget #mail_form_adress, .registArea-add #mail_form_adress {
    margin: 0 0 7px 0;
}

#mail_form_adress[type=text]:focus,
#mail_form_pass[type=text]:focus {
    border-color:#6bd7b9;
    outline:none;
    box-shadow:1px 1px 4px rgba(108, 215, 186, 0.8),-1px -1px 4px rgba(108, 215, 186, 0.8),inset 0 1px 1px rgba(108, 215, 186, 0.8);
}

.mail_form_adress_class .sub[type=text]:focus,
.mail_form_pass_class .sub[type=text]:focus {
outline: 2px #ff0000 dashed;
}

::-webkit-input-placeholder {
    color:#AFAFAF;
}
:-moz-placeholder {
    color:#AFAFAF;
}

#mail_form_btn {
  float:right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #5acbac;
  border-color: #6bd7b9;
  border: none;
  color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  text-shadow: rgba(255, 255, 255, 0.298039) 1px 1px 0px;
  font-size: 15px;
  padding: 15px 20px;
  margin: 29px auto 0;
  text-align: center;
  font-weight: bold;
  width:37%;
}

#mail_form_btn:hover {
  box-shadow: none;
  background: rgba(108, 215, 186, 0.9);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(3px);
  transition: .4s;
}

@media screen and (max-width: 1440px) {
  #mail_form_box {
     margin: 0 auto 0.7em;
     width: 94.5%;
  }
  #mail_form {
    float: left;
    margin: 7px auto 0 auto;
    width: 62%;
  }

  #mail_form_adress {
      margin: 0 0 8px 0;
  }

  #mail_form_box #mail_form .mail_form_adress_class,
  #mail_form_box #mail_form .mail_form_pass_class {
    float: left;
    width: 100%;
    max-width: 100%;
  }

  #mail_form_btn {
    float: right;
    margin: 20px auto 0;
    padding: 17px 12px;
    width: 35%;
  }
}

@media screen and (max-width: 1100px) {
  #mail_form_box {
     margin: 0 auto 0.7em;
     width: 90%;
  }
  #mail_form {
    margin: 3px auto 0 auto;
    width: 62%;
    display: inline-block;
  }
  #mail_form_btn {
    margin: 3px auto 0;
    padding: 20px 12px;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #mail_form_box {
     margin: 0 auto 0.5em;
     width: 90%;
  }
  #mail_form {
    margin: 3px auto 0 auto;
    width: 62%;
    display: inline-block;
  }
  #mail_form_btn {
    margin: 3px auto 0;
    padding: 20px 12px;
    width: 35%;
  }
}
@media screen and (max-width: 694px) {
  #mail_form_box {
     margin: 0 auto 0.5em;
     width: 89.5%;
  }
  #mail_form {
    margin: 4px auto 0 auto;
    width: 62%;
  }
  #mail_form_btn {
    margin: 4px auto 0;
    padding: 20px 12px;
    width: 35%;
  }
}
@media screen and (max-width: 481px) {
  #mail_form_box {
     margin: 0 auto 0.5em;
     width: 89.5%;
  }
  #mail_form {
    margin: 2px auto 0 auto;
    width: 62%;
  }
  #mail_form_btn {
    margin: 3px auto 0;
    padding: 20px 12px;
    width: 35%;
  }
  .registArea-add #mail_form_btn {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 414px) {
  #mail_form_box {
     margin: 0 auto 0.5em;
     width: 89.5%;
  }
  #mail_form {
    margin: 7px auto 0 auto;
    width: 100%;
  }

  #mail_form_adress {
      margin: 0 0 8px 0;
  }

  #mail_form_box #mail_form .mail_form_adress_class,
  #mail_form_box #mail_form .mail_form_pass_class {
    width: 100%;
    max-width: 100%;
  }

  #mail_form_btn {
    float: left;
    margin: 8px auto 0;
    padding: 17px 12px;
    width: 100%;
    height: auto;
  }
  .registArea-add #mail_form_box #mail_form .mail_form_adress_class ,
  .registArea-add #mail_form_box #mail_form .mail_form_pass_class {
    width: 100%;
  }

  .registArea-add #mail_form {
    margin: 7px auto 0 auto!important;
    width: 101%!important;
  }
  .registArea-add #mail_form_btn {
    margin: 9px auto 0 auto!important;
  }
}
/*↑↑↑↑↑↑mail_form↑↑↑↑↑↑*/

.textwidget .cta-inner .ietty_cta_text {
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

.textwidget .cta-inner .ietty_cta_text li:before {
  content: "\f058";
  font-family: "fontawesome";
  margin-right: 7px;
}

.textwidget .cta-inner .hidden_pc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .btn-wrap.big a {
    min-width: 90% !important;
  }
  .registArea-add #mail_form {
    float: left;
    margin: 15px auto 0 auto;
    width: 62%;
  }
  .registArea-add #mail_form_btn {
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .btn-wrap.big a {
    min-width: 90% !important;
  }

  .textwidget .cta-inner .hidden_pc {
    display: inline;
  }
}

.realestates a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.realestates a:hover {
  display: block;
  text-decoration: none;
  color: #000000;
}

.realestates-inner {
  display: table;
  padding: 15px;
  width: 100%;
  background: #fff;
  border: 1px #efefef solid;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
  margin-top: 20px;
  position: relative;
  min-height: 165px;
  /* border-radius: 4px; */
}

.realestates-inner .detail_button {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  color: #ffae00;
  font-size: 25px;
  opacity: 1;
}

.realestates-inner .realestates-left {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
}

.realestates-inner.is_expired .realestates-left:after{
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxODBweCIgaGVpZ2h0PSI3NHB4IiB2aWV3Qm94PSIwIDAgMTgwIDc0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkdyb3VwIDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cmVjdCBpZD0icGF0aC0xIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTcyIiBoZWlnaHQ9IjY2Ij48L3JlY3Q+ICAgIDwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbXAvc2VjMDEvZW5kIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzQ2LjAwMDAwMCwgLTc3LjAwMDAwMCkiPiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTAuMDAwMDAwLCA4MS4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9IlJlY3RhbmdsZS05Ij4gICAgICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICAgICAgICAgIDxyZWN0IHN0cm9rZT0iI0U4NEM1MyIgc3Ryb2tlLXdpZHRoPSI4IiB4PSI0IiB5PSI0IiB3aWR0aD0iMTY0IiBoZWlnaHQ9IjU4Ij48L3JlY3Q+ICAgICAgICAgICAgICAgICAgICA8cmVjdCBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iNCIgeD0iLTIiIHk9Ii0yIiB3aWR0aD0iMTc2IiBoZWlnaHQ9IjcwIj48L3JlY3Q+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPHRleHQgaWQ9IuWLn+mbhue1guS6hiIgZm9udC1mYW1pbHk9IlNoaW5Hb1ByNS1Cb2xkLCBBLU9URiBTaGluIEdvIFByNSIgZm9udC1zaXplPSIzNiIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiNFODRDNTMiPiAgICAgICAgICAgICAgICAgICAgPHRzcGFuIHg9IjE1IiB5PSI0OCI+5Yuf6ZuG57WC5LqGPC90c3Bhbj4gICAgICAgICAgICAgICAgPC90ZXh0PiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center;
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
}

.realestates-inner .realestates-left img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #efefef;
}

.realestates-inner .realestates-right {
  margin: 5px;
  display: table-cell;
  vertical-align: top;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  padding: 0px 0px 0px 8px;
}

.realestates-inner .realestates-right>div {
  margin-bottom: 15px;
}

.realestates-inner .realestates-right>div:last-child {
  margin-bottom: 0px;
}

.realestates-inner .realestates-right span {
  background: #e1f7fd;
  font-size: 0.4em;
  color: #4a4a4a;
  border-radius: 6px;
  padding: 1px 2px;
  margin-right: 4px;
}

.realestates-inner .realestates-right .realestates-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}

.realestates-inner .realestates-right .value {
  font-weight: bold;
  font-size: 14px;
  color: #ff0000;
  background: none;
}

.realestates-inner .realestates-right .admin-cost {
  font-size: 14px;
  color: #ff0000;
  margin-left: 5px;
  background: none;
}

.realestates-inner + p {
  margin-top: 1em;
}

@media only screen and (max-width: 360px) {
  .realestates-inner {
    min-height: 160px;
  }

  .realestates-inner .realestates-left {
    width: 110px;
    vertical-align: top;
  }

  .realestates-inner .realestates-left img {
    border-radius: 2px;
  }

  .realestates-inner .realestates-right .realestates-name {
    font-size: 13px;
    letter-spacing: -0.7px;
  }
}

@media only screen and (min-width: 480px) {
  .realestates-inner .realestates-right {
    font-size: 13px;
    padding: 0px 10px 5px 10px;
  }

  .realestates-inner .realestates-right .realestates-name {
    font-size: 16px;
  }

  .realestates-inner .realestates-right .value,
  .realestates-inner .realestates-right .cost {
    font-size: 15px;
  }
}

#single-outer .entry-content {
  overflow: visible !important;
}

/*モバイルの時の記事ファーストビュー*/
@media only screen and (max-width: 480px) {
  .sidebar {
    width: 96%;
    margin: 0 auto;
    float: none;
  }

  footer {
    padding: 0 2%;
  }

  #slider .bx-wrapper ul li .pickup-label {
    display: none !important;
  }
}

#content #slider .bx-wrapper ul li .slidecaption-wrap {
  height: 160px;
}

/* Quick Tag */
.via_description a {
  color: #999;
  font-size: 10px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1em;
  line-height: 1.4em;
}

.via_description a:hover {
  color: #bbb;
}

.entry-content p.lead_small_text {
  font-size: 13px;
  line-height: 1.4em;
  color: #666;
}

@media only screen and (max-width: 767px) {
  #slider,
  #frontslider {
    width: 100%;
    margin-left: 0;
  }

  #content {
    overflow: hidden;
  }

  /* Quick Tag */
  .entry-content p.lead_small_text {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    line-height: 1.4em;
  }
}

/*figcaption*/
.entry-content figure figcaption {
  font-size: 0.75em;
  color: #e8485f;
  margin-bottom: 1em;
}

/* logged_in_more */
.logged_in_ietty_user {
  display: none;
}
/* Shortcord で挿入する吹き出しのアイコンの名前*/
.voice .icon .name {
  color: #545b63;
}
@media screen and (max-width: 1099px) {
  .ietty-step {

  }
  .ietty-step .d-1of3 {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 15px;
  }

  .ietty-step .d-1of3 img{
    display:inline-block;
    width: 40%;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
  }

  .ietty-step .d-1of3 .ietty-step-text {
    display:inline-block;
    width: 60%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 480px) {
 .visible-only-pc { display: none;}
 .visible-only-sp { display: block;}
}
@media only screen and (min-width: 481px) {
 .visible-only-pc { display: block;}
 .visible-only-sp { display: none;}
}




/* 20160818 追記
---------------------------------------------------------------------------------------------------------------------------------------------- */
.entry-content p {
  font-size:16px;
}

.tagArea-add {
  width:auto;
  padding:0 0 30px 30px;
}

.tagArea-add .tags {
  margin: 0;
  font-size: 0.75em;
  font-weight: bold;
}

.tagArea-add .tags a {
  display: inline-block;
  margin-bottom: 8px;
}

.tagArea-add .tags a {
  background: #4b99b5;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.4em;
  text-decoration: none;
  border: 1px solid #4b99b5;
}

.tagArea-add .tags a {
  background: none;
  color: #4b99b5;
}

.tagArea-add .tags a:before {
  font-family: "fontawesome";
  content: "\f02b";
  margin-right: 0.2em;
}

.tagArea-add .tags a:hover {
  background: #74b7cf;
  color: #fff;
  border-color: #74b7cf;
}


#scrollfix .textwidget {
  text-align:center;
}



/* スマホ　*/
@media screen and (max-width:480px) {
  .share.short .sns li.line a .text {
    display:block;
  }

  .registArea-add {
    width:auto;
    background-color:#F4F4F4;
    padding:20px 10px;
  }

  .registArea-add h3 {
    width:auto;
    background:url(img/hr_title.svg) no-repeat bottom center;
    background-size:160px 1px;
    font-size:22px;
    text-align:center;
    clear:both;
    padding:0 0 30px 0;
  }

	.endSentenceAd {
		width: 100%;
		padding: 20px;
	}

  .registArea-subtitle {
	  width: auto;
	  font-size: 22px;
	  text-align: center;
	  clear: both;
	  padding: 0 0 30px 0;
	}

  .registArea-contents-wrap {
     text-align: center;
	}

  .registArea-content {
	  margin: 15px 0;
	}

  .registArea-add dd {
    width:auto;
    min-height:150px;
    margin-left:160px;
  }

  .registArea-add dd strong {
    display:block;
    font-size:18px;
  }


  .registArea-add .btn-wrap {
    margin: 0 0 0.6em;
  }

  .registArea-add .btn-wrap.lightning a {
    min-width: 220px;
    font-size:14px;
  }

  .registArea-add .ietty_ctabtn_fb .btn-wrap.lightning a {
    background-color: #3b5998;
    border-color: #5472b3;
    width: 100%;
  }

  .registArea-add .ietty_ctabtn_fb .btn-wrap.lightning a:hover {
    background-color: #5472b3 !important;
  }

  .registArea-add .ietty_ctabtn_mail .btn-wrap.lightning a {
    background-color: #5acbac;
    border-color: #6bd7b9;
    font-weight: bold;
  }

  .registArea-add .ietty_ctabtn_mail .btn-wrap.lightning a:hover {
    background-color: #6bd7b9 !important;
  }

  .registArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a {
    background-color: #ff0033;
    border-color: #ff446a;
    width: 100%;
  }

  .registArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a:hover {
    background-color: #ff446a !important;
  }


  h2.cta_copy {
    font-size:20px;
  }

  .footctaArea-add {
    width:auto;
    text-align:center;
    color:#fff;
  }

  .footctaArea-add dt strong {
    width:auto;
    background:url(img/ico_good.svg) no-repeat left center;
    background-size:19px auto;
    padding:0 0 0 24px;
  }

  .footctaArea-add dd {
    padding-bottom:20px;
  }

  /* 2016-10-05 追加 物件検索用 */
  .searchRealEstateArea-add {
    width:auto;
    background-color:#00b3e7;
    padding:20px 10px;
  }

  .searchRealEstateArea-add img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .searchRealEstateArea-add .btn-wrap {
    margin: 0 0 0.6em;
  }

  .searchRealEstateArea-add .btn-wrap.lightning a {
    min-width: 220px;
    font-size:14px;
  }

  .searchRealEstateArea-add .ietty_ctabtn_fb .btn-wrap.lightning a {
    background-color: #3b5998;
    border-color: #5472b3;
    width: 100%;
  }

  .searchRealEstateArea-add .ietty_ctabtn_fb .btn-wrap.lightning a:hover {
    background-color: #5472b3 !important;
  }

  .searchRealEstateArea-add .ietty_ctabtn_mail .btn-wrap.lightning a {
    background-color: #5acbac;
    border-color: #6bd7b9;
    font-weight: bold;
  }

  .searchRealEstateArea-add .ietty_ctabtn_mail .btn-wrap.lightning a:hover {
    background-color: #6bd7b9 !important;
  }

  .searchRealEstateArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a {
    background-color: #ff0033;
    border-color: #ff446a;
    width: 100%;
  }

  .searchRealEstateArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a:hover {
    background-color: #ff446a !important;
  }

}


/*　PC　*/
@media screen and (min-width:768px) {
  .registArea-add {
    width:auto;
    background-color:#F4F4F4;
    padding:20px 30px;
  }

  .registArea-add h3 {
    width:auto;
    background:url(img/hr_title.svg) no-repeat bottom center;
    background-size:160px 1px;
    font-size:26px;
    text-align:center;
    clear:both;
    padding:0 0 30px 0;
  }
	.endSentenceAd{
		width: 100%;
		max-width: 400px;
		padding: 20px;
	}

	.registArea-subtitle{
	 width:auto;
    font-size:22px;
    text-align:center;
    clear:both;
	}

   .registArea-contents-wrap{
		text-align:center;
	}
	.registArea-content{
		padding: 30px;
	}
	.registArea-content img{
		width:60%;
	}
	.registArea-content h4{
		font-size:22px;
		font-weight:bold;
	}

  .registArea-add dl {
    width:210px;
    float:left;
    font-size:14px;
    padding:0 10px 40px 10px;
    margin-left:8px;
  }

  .registArea-add dd strong {
    display:block;
    font-size:18px;
  }

  .registArea-add .btn-wrap {
    margin: 0 0 0.6em;
  }

  .registArea-add .btn-wrap.lightning a {
    min-width: 220px;
    font-size:14px;
  }

  .registArea-add .ietty_ctabtn_fb .btn-wrap.lightning a {
    background-color: #3b5998;
    border-color: #5472b3;
    width: 100%;
  }

  .registArea-add .ietty_ctabtn_fb .btn-wrap.lightning a:hover {
    background-color: #5472b3 !important;
  }

  .registArea-add .ietty_ctabtn_mail .btn-wrap.lightning a {
    background-color: #5acbac;
    border-color: #6bd7b9;
    font-weight: bold;
  }

  .registArea-add .ietty_ctabtn_mail .btn-wrap.lightning a:hover {
    background-color: #6bd7b9 !important;
  }

  .registArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a {
    background-color: #ff0033;
    border-color: #ff446a;
    width: 100%;
  }

  .registArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a:hover {
    background-color: #ff446a !important;
  }


  .footctaArea-add {
    width:auto;
    text-align:center;
    color:#fff;
  }

  .footctaArea-add dt strong {
    width:auto;
    background:url(img/ico_good.svg) no-repeat left center;
    background-size:19px auto;
    padding:0 0 0 24px;
  }

  .footctaArea-add dd {
    padding-bottom:20px;
  }


  /* 2016-10-05 追加 物件検索用 */
  .searchRealEstateArea-add {
    width:auto;
    background-color:#00b3e7;
    padding:20px 30px;
  }

  .searchRealEstateArea-add img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .searchRealEstateArea-add .btn-wrap {
    margin: 0 0 0.6em;
  }

  .searchRealEstateArea-add .btn-wrap.lightning a {
    min-width: 220px;
    font-size:14px;
  }

  .searchRealEstateArea-add .ietty_ctabtn_fb .btn-wrap.lightning a {
    background-color: #3b5998;
    border-color: #5472b3;
    width: 100%;
  }

  .searchRealEstateArea-add .ietty_ctabtn_fb .btn-wrap.lightning a:hover {
    background-color: #5472b3 !important;
  }

  .searchRealEstateArea-add .ietty_ctabtn_mail .btn-wrap.lightning a {
    background-color: #5acbac;
    border-color: #6bd7b9;
    font-weight: bold;
  }

  .searchRealEstateArea-add .ietty_ctabtn_mail .btn-wrap.lightning a:hover {
    background-color: #6bd7b9 !important;
  }

  .searchRealEstateArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a {
    background-color: #ff0033;
    border-color: #ff446a;
    width: 100%;
  }

  .searchRealEstateArea-add .ietty_ctabtn_yahoo .btn-wrap.lightning a:hover {
    background-color: #ff446a !important;
  }

}



.article-footer {
  padding:0 !important;
}



/* サイドバー
---------------------------------------------------------------------------------------------------------------------------------------------- */
.popularArea-add {
  width:100%;
}



.floorArea-add {
  width:auto;
  padding-bottom:0;
}


@media screen and (max-width:480px) {
  .floorArea-add li {
    width:140px;
    height:140px;
    display:inline-block;
    margin-bottom:14px;
  }

  .floorArea-add li img {
    width:140px;
    height:140px;
  }

  .floorArea-add li:nth-child(2n) {
    margin-left:10px;
  }

  .realEstate-form {
    padding: 4px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .realEstate-form li input[type="submit"] {
    flex: 1 auto;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    background: #00b3e7;
    color: #fff;
    border-radius: 4px;
  }

  .realEstate-form li input[type="button"] {
    flex: 1 auto;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: smaller;
    background: #F4F4F4;
    border-radius: 4px;
  }

}




@media screen and (min-width:768px) {
  .floorArea-add li {
    width:150px;
    height:150px;
    display:inline-block;
    margin-bottom:18px;
  }

  .floorArea-add li:nth-child(2n) {
    margin-left:17px;
  }

  .realEstate-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .realEstate-form li input[type="submit"] {
    flex: 1 auto;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    background: #00b3e7;
    color: #fff;
    border-radius: 4px;
  }

  .realEstate-form li input[type="button"] {
    flex: 1 auto;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: smaller;
    background: #F4F4F4;
    border-radius: 4px;
  }

}


.footer-head {
  padding: 30px 20px 20px;
}
.footer-logo {
  width: 300px;
  margin: 0 auto 20px;
}
.footer-head-nav {
  width: 100%;
}
.footer-category-mh {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
.footer-categories {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-categories li {
  margin: 0 30px 10px 0;
}
.footer-categories a {
  color: inherit;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  position: relative;
  display: inline-block;
}
.footer-categories a:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #53c0e0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width .3s;
}
.footer-categories a:hover:after {
  width: 100%;
}

@media only screen and (min-width: 1100px) {
  .footer-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-head-nav {
    width: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-head {
    padding: 35px 0 20px;
  }
  .footer-logo {
    width: 300px;
    margin: 0 0 20px;
  }
}