@charset "UTF-8";
/*
Theme Name: ver.20170710 HRogテーマ
Theme URI: http://hrog.net
Author: Ken Mitsui
Author URI: http://goalist.co.jp
Description: トップ右のふろぐんをAdrotateに
Version: 0.0.3
Text Domain: hrog-theme
*/
/*--------------------------------------------------------------
# Normalize 適当にリセットにもしちゃう。。
--------------------------------------------------------------*/
html {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: border-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

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

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

input {
  line-height: normal;
}

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

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

*:after, *:before {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
}

blockquote:after, blockquote:before {
  content: "";
}

q:after, q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ol,
ul {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="url"]:focus {
  color: #111;
}

textarea:focus {
  color: #111;
}

input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #38575e;
}

a:active, a:focus, a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

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

/*ie9以下の人に対して見れない記事があることを通知。基本は絶対にOFF!!!*/
.if_lt_ie9 {
  display: none;
}

@font-face {
  font-family: 'Roboto';
  src: url("./fonts/Roboto-Black.eot");
  src: url("./fonts/Roboto-Black.woff") format("woff"), url("./fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: bold;
}

body,
button,
input,
select,
textarea {
  color: #38575e;
  font-family: YuGothic, '游ゴシック', sans-serif;
  font-size: 0.85em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin-bottom: 1.5em;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
モバイルファーストでやってきます。
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.sb-site {
  padding: 80px 0 0;
}

.site-header {
  width: 100%;
  background: #ffffff;
  border-top: solid 5px #37AD9E;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  margin: 0 auto;
}

.site-header-inner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1vw;
  border-bottom: solid 1px #eee;
}

.drawer-menu {
  padding: 50px 0 0;
}

.drawer-nav {
  height: 100vh;
}

.drawer-nav .menu-item {
  padding: 20px;
  font-size: 1rem;
  border-bottom: solid 1px #eee;
}

.drawer-nav .menu-item.current-menu-item a,
.drawer-nav .menu-item.current-menu-item a {
  border-width: 2px !important;
  padding: 0 0 4px;
}

.drawer-hamburger,
.drawer-hamburger:active,
.drawer-hamburger:hover {
  border: none;
  box-shadow: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #37AD9E;
}

.site-title {
  margin: 0;
  padding: 0;
}

.site-title a {
  display: block;
  line-height: 1;
}

.site-title img {
  height: 60px;
  width: auto;
  padding: 5px 0 2px;
}

.site-description {
  font-size: 0.5em;
  margin: 0;
  color: #fff;
}

.app-banner {
  display: none;
}

.android_banner {
  display: flex;
  border: solid 2px #000;
  border-radius: 5px;
  width: 80%;
  margin: 90px auto 10px;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
}

/*--------------------------------------------------------------
## ヘッダーメニュー
--------------------------------------------------------------*/
.main-navigation {
  display: none;
  float: left;
  margin-left: 4%;
  width: 50%;
}

.main-navigation ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  width: 25%;
  text-align: center;
  /*border-right: solid 1px #ddd;*/
  line-height: 2.5em;
  position: relative;
}

.main-navigation li:after {
  content: "";
  width: 0;
  height: 60%;
  position: absolute;
  right: 0;
  top: 20%;
  border-right: solid 1px #ddd;
}

.main-navigation li:last-child:after {
  display: none;
}

/* Wayra */
.menu-item a {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  color: #38575e;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.menu-item-31143.menu-item.current-menu-item a,
.menu-item-33839.menu-item.current-menu-item a {
  border-bottom: solid 6px #37AD9E;
  color: #37AD9E;
}

.menu-item-31143 a:hover,
.menu-item-33839 a:hover {
  border-bottom: solid 6px #37AD9E;
}

.menu-item-31147.menu-item.current-menu-item a {
  border-bottom: solid 6px #68A7BB;
  color: #68A7BB;
}

.menu-item-31147 a:hover {
  border-bottom: solid 6px #68A7BB;
}

.menu-item-31145.menu-item.current-menu-item a {
  border-bottom: solid 6px #9CB443;
  color: #9CB443;
}

.menu-item-31145 a:hover {
  border-bottom: solid 6px #9CB443;
}

.menu-item-31148.menu-item.current-menu-item a {
  border-bottom: solid 6px #8686B7;
  color: #8686B7;
}

.menu-item-31148 a:hover {
  border-bottom: solid 6px #8686B7;
}

.menu-item-31146.menu-item.current-menu-item a {
  border-bottom: solid 6px #576A7C;
  color: #576A7C;
}

.menu-item-31146 a:hover {
  border-bottom: solid 6px #576A7C;
}

.header-search {
  display: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/*各カテゴリのアーカイブページ*/
.page-title {
  font-size: 1.4em;
  border-bottom: solid 2px #dbe2f2;
}

/*ここ以下使ってない（階層メニュー）*/
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  left: 100%;
}

/* Small menu. */
.main-navigation.toggled ul,
.menu-toggle {
  display: block;
}

.sb-toggle-left a {
  color: #37AD9E;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu {
  display: block;
}

/*--------------------------------------------------------------
# コンテンツ部分
--------------------------------------------------------------*/
/*コンテンツ部分全体*/
.site-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*左側のメインコンテンツ部分*/
.content-area {
  width: 100%;
}

.site-main {
  padding: 0 0 100px;
}

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
/*投稿日時（共通）*/
time.entry-date {
  font-size: 0.7em;
  color: #999;
}

/*タイトル下のボーダー*/
.ttl_hr {
  margin: 0;
  border: solid 2px #dbe2f2;
}

.entry-recent-wrap {
  width: 100%;
  position: relative;
}

.entry-recent-wrap h2 {
  color: #38575e;
  margin: 0;
  background: #EEEEEE;
  width: 5em;
  padding: 0 0.5em;
  font-size: 1.2em;
}

.entry-recent-wrap-inner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.entry-most-recent-wrap {
  width: 100%;
  border-top: solid 2px #ddd;
}

.entry-most-recent {
  border-bottom: solid 1px #ddd;
}

/*最新記事の投稿日時*/
.entry-most-recent-meta,
.entry-recent-meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.entry-most-recent-meta:before,
.entry-recent-meta:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #FBC02D;
  margin: 0.1em 0.3em 0 0;
}

.entry-most-recent-meta.ad-meta:before {
  content: none;
  display: none;
}

/*一番最新*/
.recent-1 {
  padding: 0 0 20px;
}

.recent-1 .entry-most-recent-img {
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  display: block;
}

.recent-1 .entry-most-recent-img img {
  width: 100%;
}

.recent-1 .entry-most-recent-title {
  font-size: 1.6em;
  line-height: 1.3em;
}

/*２・３番目*/
.recent-2,
.recent-3,
.recent-ad {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
}

/*広告*/
.ad-meta-icon {
  width: 40px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("./img/add.png") no-repeat 0 0;
  background-size: contain;
  margin: 0.5em 0;
}

.recent-2 .entry-most-recent-img,
.recent-3 .entry-most-recent-img,
.recent-ad .entry-most-recent-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.recent-2 .entry-most-recent-ttl,
.recent-3 .entry-most-recent-ttl,
.recent-ad .entry-most-recent-ttl {
  width: calc(100% - 110px);
}

/*中央列　たいていは、今日の記事*/
.entry-next-recent-wrap {
  width: 100%;
}

.entry-recent {
  padding: 10px 0;
  border-bottom: dashed 1px #ddd;
}

.entry-recent-title {
  font-size: 0.8em;
}

/*IR&リリース、まとめ、データレポートの記事*/
.entry-ir-wrap h2,
.entry-matome-wrap h2,
.entry-report-wrap h2 {
  color: #38575e;
  margin: 0;
  background: #EEEEEE;
  width: 8em;
  padding: 0.2em 0.5em;
  font-size: 1em;
  text-align: center;
}

.entry-ir-wrap {
  width: 99%;
  margin: 20px 0 0;
}

.entry-ir-wrap-inner {
  width: 100%;
  border-top: solid 2px #ddd;
}

.entry-ir {
  font-size: 1em;
}

.entry-ir-meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.entry-ir-meta:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #E64A19;
  margin: 0.1em 0.3em 0 0;
}

.entry-report-wrap {
  width: 99%;
}

.entry-report-wrap-inner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-top: solid 2px #ddd;
  padding: 20px 0 0;
}

.entry-report {
  width: 100%;
  padding: 1%;
  margin-bottom: 2em;
}

.entry-report-title {
  font-size: 1em;
}

.entry-report-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: block;
}

.entry-report-img img {
  width: 100%;
}

.entry-report-meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.entry-report-meta:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #1565C0;
  margin: 0.1em 0.3em 0 0;
}

.entry-matome-wrap {
  width: 99%;
}

.entry-matome-wrap-inner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-top: solid 2px #ddd;
  padding: 20px 0 0;
}

.entry-matome {
  width: 100%;
  padding: 1%;
  margin-bottom: 2em;
}

.entry-matome-title {
  font-size: 1em;
}

.entry-add-title {
  padding-left: 2em;
  background-size: contain;
}

.entry-matome-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: block;
}

.entry-matome-img img {
  width: 100%;
}

.entry-matome-meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.entry-matome-meta:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #F57C00;
  margin: 0.1em 0.3em 0 0;
}

.entry-title {
  font-size: 1.6em;
}

/*続きを読む*/
.read_more_wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 1em;
}

.read_more {
  color: #26A69A;
  padding: 0 0 0 1.2em;
  line-height: 1.2em;
  background: url("./img/read_more_arrow.svg") no-repeat 0 0;
  background-size: contain;
}

.read_detail_wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.read_detail {
  color: #999;
  padding: 0 0 0 1.2em;
  line-height: 1.2em;
  background: url("./img/read_more_arrow_gray.svg") no-repeat 0 0;
  background-size: contain;
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.side-column {
  width: 100%;
}

.side-column-banner {
  display: block;
  overflow: hidden;
  border: solid 3px #000;
  border-radius: 5px;
  margin: 0 0 10px;
  min-height: 116px;
  transition: all 0.3s ease;
}

.side-column-banner:hover {
  opacity: 0.5;
}

.side-column-banner img {
  display: block;
}

.a-single a {
  display: block;
}

.side-column-report {
  display: none;
}

.side-column-title {
  color: #38575e;
  margin: 0;
  width: 9em;
  font-size: 1.1em;
  margin-top: 20px;
}

.job_title {
  padding: 5px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: normal;
}

.color_blue {
  background-color: #83a2c0;
}

.color_yellow {
  background-color: #dec468;
}

/*人気記事*/
.side-pop {
  padding-bottom: 10px;
  display: block;
}

.side-pop a {
  display: block;
}

.side-pop h2 {
  color: #fff;
  margin: 0;
  background: #4DB6AC;
  width: 6em;
  padding: 0 0.5em;
  font-size: 1.2em;
}

.side-pop div {
  position: relative;
}

.side-pop h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #4DB6AC;
  color: #fff;
  font-size: 1em;
}

.side-pop img {
  width: 100%;
  height: auto;
}

/*速報数値*/
.side-column-sokuho {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: dashed 1px #ddd;
}

.side-column-sokuho p {
  cursor: pointer;
}

.side-column-sokuho-ttl {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 1.0em;
}

.side-column-sokuho-exp {
  font-size: 0.5em;
  margin: 0 0 1em 1em;
}

.side-column-sokuho-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'Roboto';
  font-size: 2em;
  font-weight: bold;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.5em;
}

.sokuho-kyujinsu {
  margin: 0;
}

.zogen-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 2em;
}

.zogen-ttl {
  font-size: 0.2em;
  margin: 0 0 0.2em;
}

.zogen-arrow {
  font-size: 0.5em;
  line-height: 0.8em;
  margin: 0;
}

.zogensu {
  font-size: 0.2em;
  margin: 0;
}

.red {
  color: #D32F2F;
}

.blue {
  color: #1976D2;
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none;
}

/*グラフ c3側でデザイン*/
.side-graph-title {
  border-bottom: solid 4px #dbe2f2;
  margin: 2em 0 0.5em;
  padding: 0.2em 0;
  font-size: 1.1em;
}

.side-graph-title span {
  margin: 0 0 0 0.5em;
  font-size: 0.8em;
  font-weight: normal;
  color: #999;
}

/*求人倍率とか*/
.side-column-report {
  dispaly: block;
}

.side-opendata-nums {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Roboto';
  font-weight: bold;
}

.side-opendata-nums p {
  margin: 0;
  text-align: center;
}

.opendata-kyujinbairitsu-num {
  font-size: 2.5em;
}

.opendata-kyujinbairitsu {
  width: 50%;
  border-right: solid 1px #ddd;
}

.opendata-right {
  width: 48%;
}

.opendata-kyujinsu {
  border-bottom: dashed 1px #ddd;
  padding: 0.5em 0;
}

.opendata-kyushokushasu {
  padding: 0.5em 0;
}

.opendata-kyujinsu-ttl,
.opendata-kyushokushasu-ttl {
  font-size: 0.9em;
}

.opendata-kyujinsu-num,
.opendata-kyushokushasu-num {
  font-size: 1.2em;
}

#chart-arubaito,
#chart-opendata,
#chart-seishain {
  min-height: 180px;
}

/*3Chartのバナー*/
.powered_by_3chart {
  padding: 0.5em 1em;
  border: solid 1px #38575e;
  border-radius: 10px;
  width: 83%;
  margin: 2em 0 0 17%;
  text-align: center;
  position: relative;
}

.powered_by_3chart .cover_anchor {
  content: "";
  opacity: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.powered_by_3chart p {
  font-size: 0.8em;
  margin: 0;
}

.powered_by_3chart img {
  display: inline-block;
  vertical-align: bottom;
  width: 88%;
}

.three_chart_ad {
  width: 100%;
  margin: 20px 0 40px;
  padding: 20px 10px 5px;
  border: solid 2px #00a3af;
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.three_chart_ad .three_chart_ad_img {
  width: 24%;
  display: block;
  margin-right: 10px;
}

.three_chart_ad_img img {
  width: 100%;
  height: auto;
}

.three_chart_ad_content {
  width: 64%;
  margin: 0;
}

.three_chart_ad h4 {
  font-size: 2em;
  font-weight: 100;
  margin: 10px 0;
  color: #00a3af;
}

.three_chart_ad_content a {
  color: #00a3af;
  text-decoration: none;
  margin-left: 10px;
}

.three_chart_ad_content a:hover {
  color: #ec3236;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.site-footer {
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  border-top: solid 1px #eee;
  background: #f0f0f0;
}

.footer-left {
  width: 100%;
}

.footer-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.footer-links a {
  line-height: 1.2em;
  margin: 0 16px 16px 0;
  padding: 0 0 0 1.8em;
  background: url("./img/link_arrow.svg") no-repeat 0 0;
  background-size: contain;
}

.feed-link {
  margin: 0 2em 1em;
  padding: 0 0 0 1.8em;
  background: url("./img/link_arrow.svg") no-repeat 0 0;
  background-size: contain;
}

.fb-page {
  width: 100%;
}

.opinion_box {
  margin-top: 2em;
}

/*--------------------------------------------------------------
## 記事詳細ページ、固定ページ
--------------------------------------------------------------*/
/*記事詳細コンテンツエリア*/
/*ここまで*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.group-blog .byline,
.single .byline {
  display: inline;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
  font-size: 16px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*.entry-content h2 {*/
/*padding: 0.5em 0;*/
/*border-top: 1px solid #333;*/
/*border-bottom: 1px solid #333;*/
/*font-size: 1.4em;*/
/*font-weight: normal;*/
/*margin: 2em 0 0.5em 0;*/
/*}*/
/*------------------------------
--------------------------------
ソーシャルボタン横並び
 --------------------------------
------------------------------*/
/* スマホ */
.social-button-syncer {
  width: 100%;
  min-height: 80px;
  margin: 24px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.social-button-syncer div {
  text-align: center;
  height: 71px;
  margin: 0 3px;
}

/******************************
 [li]要素
******************************/
/******************************
各種ボタン
 ******************************/
/* [Twitter] */
.sc-tw {
  width: 71px;
}

/* [Facebook] */
.sc-fb {
  z-index: 99;
}

/* [LINE] */
.sc-li {
  width: 50px;
}

.sc-li-img {
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 36px;
  height: 60px;
}

#fb-root {
  display: none;
}

.fb-like iframe {
  max-width: none !important;
}

/*--------------------------------------------------------------
## 関連記事
--------------------------------------------------------------*/
.sb-site .yarpp-related {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 10px 20px;
  background: #fafafa;
}

.yarpp-related h3.related-post-title {
  padding: 6px 0;
  border-bottom: solid 1px #ddd;
  margin: 0 0 10px;
  font-size: 1.4rem;
  text-align: center;
}

.related-posts-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.related-post-box {
  list-style: none;
  margin-bottom: 20px;
}

.related-post-img {
  width: 100%;
  max-height: 130px;
  overflow: hidden;
}

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

/*--------------------------------------------------------------
## カテゴリページの時、カード型
--------------------------------------------------------------*/
.card {
  margin: 0 12px;
  padding: 1.9em 0;
  border-bottom: solid 1px #ddd;
}

.card-header {
  padding: 0 0 0.5em;
}

.card-title {
  font-size: 1.4em;
}

/*広告記事の場合、広告アイコンを追加*/
.tag-except .card-title {
  padding-left: 2.2em;
  background: url("img/add.png") no-repeat 0 0.2em;
  background-size: 2em;
}

.tag-except .card-excerpt {
  font-weight: bold;
}

.card-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.card-image {
  display: block;
  width: 30%;
  max-height: 200px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
}

.card-body {
  width: 68%;
  padding: 1px 16px;
}

.card-excerpt {
  width: 100%;
  margin: 0;
  font-size: 1em;
}

.card-meta {
  width: 100%;
}

.card-social {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.card-social li {
  list-style: none;
  margin: 0 10px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  min-width: 70px;
  position: relative;
}

.vhidden {
  color: #fff;
}

.card-social .facebook-like {
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/snsbtn_fb.svg") 0 0 no-repeat;
  background-size: auto 20px;
}

.card-social .twitter-share {
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/snsbtn_tweet.svg") 0 0 no-repeat;
  background-size: auto 20px;
}

.card-social .googleplus-one {
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/snsbtn_gplus.svg") 0 0 no-repeat;
  background-size: auto 20px;
}

.card-social .socialite-loaded {
  background: none !important;
}

.nav-links {
  opacity: 0;
}

.read-more-btn {
  position: absolute;
  bottom: 20px;
  width: 130px;
  height: 50px;
  background: #fff;
  border: solid 2px #38575e;
  border-radius: 5px;
  color: #38575e;
  font-size: 1.2em;
  font-weight: bold;
  left: calc(50% - 65px);
  text-shadow: none;
  text-decoration: none;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

/*--------------------------------------------------------------
## c3.jsチャート（重要！）
--------------------------------------------------------------*/
.c3-line {
  stroke-width: 2px;
}

.c3 line,
.c3 path {
  stroke: #666;
}

.c3-grid line {
  stroke: #eee;
}

/*depends on tooltop width */
.tick text {
  margin-bottom: -2px;
}

.c3-axis.c3-axis-x, .c3-axis.c3-axis-y {
  font-size: 0.8em;
  fill: #333;
}

/* ==============
    MOBILE: Menu
   ============== */
.sb-toggle-left {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 108%;
  width: 50px;
  height: 50px;
  background: url("./img/menu.svg") no-repeat center center;
  background-size: 30px;
}

.mobile_menu_list {
  height: 100%;
  background: #333e4c;
  margin: 0;
  width: 100%;
  list-style: none;
  padding: 0;
}

.mobile_menu_list li.mobile_menu_ttl_wrap {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mobile_menu_ttl2 {
  font-size: 1.2em;
  font-weight: 100;
  color: #38575e;
  margin: 0;
  padding: 8px;
}

.mobile_menu_close {
  height: 100%;
  width: 26px;
  background: url("./img/close.svg") no-repeat center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin: 20px;
}

.mobile_menu_list li {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.mobile_menu_list li a {
  width: 100%;
  height: 85px;
  line-height: 85px;
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #999ca0;
}

.mobile_menu_list_search {
  padding: 0 0 110px;
}

.mobile_menu_top {
  padding-left: 1em;
  border-left: solid 5px #37AD9E;
}

.mobile_menu_matome {
  padding-left: 1em;
  border-left: solid 5px #576A7C;
}

.mobile_menu_report {
  padding-left: 1em;
  border-left: solid 5px #8686B7;
}

.mobile_menu_home_news,
.mobile_menu_ir {
  padding-left: 1em;
  border-left: solid 5px #68A7BB;
}

.mobile_menu_press {
  padding-left: 1em;
  border-left: solid 5px #9CB443;
}

/*--------------------------------------------------------------
## その他
--------------------------------------------------------------*/
/*contact form 7 の送信ボタン*/
.wpcf7-form-control.wpcf7-submit {
  background-color: #4DB6AC;
  border: none;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: none;
  width: 16em;
  /* margin: 0 auto; */
  display: block;
}

#pageTop {
  display: none;
}

.ovfl_scrl {
  overflow: scroll;
}

/*pc表示部　ここまで*/
@media screen and (min-width: 415px) {
  /*モバイルメニューボタン　OFF*/
  .sb-toggle-left {
    display: none;
  }
  .android_banner {
    display: none !important;
  }
  .sb-site {
    padding: 0;
  }
  /*--------------------------------------------------------------
    # ヘッダー
    --------------------------------------------------------------*/
  /*ヘッダーロゴ*/
  .site-title img {
    height: 70px;
    width: auto;
    padding: 5px 0 2px;
  }
  /*ヘッダーメニュー*/
  .site-header {
    position: relative;
    width: 100%;
  }
  .site-header-inner {
    padding: 0 1vw;
    width: 1100px;
    margin: 12px auto 0;
    border-bottom: none;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-header-inner .a-single {
    width: 26%;
  }
  .site-header-inner .header-search {
    display: block;
  }
  .site-header-inner .header-search h3 {
    color: #fff;
    font-weight: 100;
  }
  .site-header-inner .header-search-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .site-header-inner .header-search-flex button {
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    width: 70px;
    height: 54px;
    margin-top: -10px;
    flex-shrink: 0;
  }
  .drawer-toggle {
    display: none;
  }
  /*Firefox 18-*/
  .header-search input:-moz-placeholder, .header-search input::-moz-placeholder {
    color: #93d3cc;
    opacity: 0;
  }
  .header-search input:-ms-input-placeholder, .header-search input::-webkit-input-placeholder {
    color: #93d3cc;
  }
  .header-search input[type="text"] {
    margin: 14px 10px 5px 0;
    width: 100%;
    border: solid 2px #eeeeee;
    height: 40px;
  }
  /*Firefox 19+*/
  /*IE 10+*/
  .main-navigation {
    display: block;
  }
  .app-banner-wrap {
    margin: 40px 0 0;
  }
  .app-banner {
    display: block;
    width: 60%;
    margin: 0 0 0 auto;
  }
  .app-banner img {
    width: 100%;
  }
  /*--------------------------------------------------------------
    # コンテンツ部分
    --------------------------------------------------------------*/
  .site-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 2em 0 0;
  }
  .content-area {
    width: 67%;
    padding: 20px;
  }
  .entry-recent-wrap-inner {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .entry-most-recent-wrap {
    width: 69%;
  }
  .entry-next-recent-wrap {
    width: 30%;
    padding: 0 2%;
    border-left: solid 1px #ddd;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .entry-next-recent-wrap article {
    flex-grow: 1;
  }
  .entry-report-wrap-inner {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .entry-report {
    width: calc(100% / 3);
    padding: 1%;
  }
  .entry-matome-wrap-inner {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .entry-matome {
    width: calc(100% / 3);
  }
  /*--------------------------------------------------------------
    # フッター
    --------------------------------------------------------------*/
  .site-footer {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 2em;
  }
  .footer-left {
    width: calc(100% - 407px);
  }
  .footer-links a {
    font-size: 0.8rem;
  }
  .opinion-title {
    margin: 0 0 0.8em;
  }
  .fb-page {
    width: 307px;
  }
  .ad__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px 0;
  }
  .ad__wrapper .a-single {
    width: 49%;
    max-width: 336px;
  }
  /*--------------------------------------------------------------
    ## サイドバー
    --------------------------------------------------------------*/
  .side-column {
    width: 31%;
    max-width: 336px;
  }
  .side-column .a-single {
    margin: 0 0 10px;
  }
  .side-column-report {
    display: block;
  }
  .side-column-banner-wrap {
    padding: 40px 0 0;
  }
  /*ページトップへボタン*/
  #pageTop {
    display: block;
    border: solid 2px #1ec6b2;
    border-radius: 5px;
    color: #1ec6b2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 10;
  }
  #pageTop:hover {
    background: #1ec6b2;
    opacity: 0.5;
    color: #fff;
  }
  /*--------------------------------------------------------------
    ## 関連記事
    --------------------------------------------------------------*/
  .yarpp-related h3.related-post-title {
    text-align: left;
    font-size: 1.2rem;
    padding: 6px 0 6px 10px;
  }
  .related-posts-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .related-post-box {
    width: 29%;
    list-style: none;
  }
  .related-post-img {
    width: 100%;
    max-height: 130px;
    overflow: hidden;
  }
  .related-post-img img {
    width: 100%;
    height: auto;
  }
  .ovfl_scrl {
    overflow: visible;
  }
}

/*--------------------------------------------------------------
----------------------------------------------------------------
## アンケート
----------------------------------------------------------------
--------------------------------------------------------------*/
.question {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  opacity: 0;
}

.question_inner {
  position: relative;
  width: 100%;
  max-width: 630px;
  margin: 50px auto;
  opacity: 0;
  background: #fff;
  padding: 40px 15px 15px;
  max-width: 660px;
  border-radius: 20px;
}

.question_inner h3 {
  text-align: center;
  font-size: 2em;
  border-bottom: solid 3px #ddd;
  margin-bottom: 10px;
  padding: 0 0 5px;
}

.question_inner p {
  text-align: center;
}

.question .PDS_Poll {
  width: 100%;
}

.question #PDI_container9241449 .pds-textfield {
  width: calc(100% - 80px);
}

.question #PDI_container9241449 .pds-vote .pds-links .pds-pd-link {
  display: none;
}

.question.active {
  display: block;
  opacity: 1;
}

.question #PDI_container9241449 .pds-vote .pds-votebutton-outer #pd-vote-button9241449 {
  width: 300px;
  text-align: center;
  border-radius: 5px;
  background: #4DB6AC;
  border: none;
  color: #fff;
  margin: 0 auto;
  display: block;
  float: none;
  padding: 10px;
  font-weight: 100;
  font-size: 1.5em;
}

.question.active .question_inner {
  opacity: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.question_close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1300;
}

.question #PDI_container9241449 .pds-box {
  background: none;
  border: none;
}

.question #PDI_container9241449 .pds-question-top {
  font-size: 19px;
  padding: 5px 30px 20px 10px;
  text-align: center;
}

.question_thanks {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
}

.question_thanks.active {
  display: block;
}

.question_thanks_inner {
  position: relative;
  width: 96%;
  max-width: 630px;
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.question_thanks p {
  font-size: 2em;
  text-align: center;
}

.question_thanks img {
  height: 300px;
  width: auto;
}

@media only screen and (max-width: 650px) {
  .question #PDI_container9241449 .pds-box {
    width: 100%;
  }
}

/*--------------------------------------------------------------
----------------------------------------------------------------
## アンケート終わり
----------------------------------------------------------------
--------------------------------------------------------------*/
/*たぶん、いらない*/
#wpcf7-f1664-t1-o1 .ui-btn {
  border: none;
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 50px;
}

/*--------------------------------------------------------------
# Infinite scroll 使わない？
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media 使わない？
--------------------------------------------------------------*/
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions 使わない？
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries 使わない？
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Comments　使わない？
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Accessibility 使わない？
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments 使わない？
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Widgets 使わない？
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Make sure select elements fit in widgets. */
/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
##  fall back
----------------------------------------------------------------
--------------------------------------------------------------*/
/*ヘッダー*/
.no-flexbox .site-header {
  min-height: 100%;
}

.no-flexbox .site-header-inner {
  zoom: 1;
}

.no-flexbox .site-header-inner:after {
  content: "";
  display: block;
  clear: both;
  width: 1000px;
  margin: 12px auto 0;
}

.no-flexbox .site-branding {
  float: left;
  width: 17vw;
}

.no-flexbox .main-navigation {
  float: left;
}

.no-flexbox ul.menu {
  display: block;
  height: 110px;
}

.no-flexbox .main-navigation ul.menu {
  zoom: 1;
}

.no-flexbox .main-navigation ul.menu:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .main-navigation .menu-item {
  float: left;
  line-height: 107px;
}

.no-flexbox .main-navigation a {
  display: block;
}

.no-flexbox .site-content .content-area {
  width: 100%;
  border: none;
}

.no-flexbox .side-column {
  display: none;
}

.no-flexbox .site-content:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .entry-recent-wrap-inner {
  zoom: 1;
}

.no-flexbox .entry-recent-wrap-inner > * {
  float: left;
}

.no-flexbox .entry-recent-wrap-inner:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .entry-most-recent-meta:before,
.no-flexbox .entry-recent-meta:before {
  content: none;
  display: none;
}

.no-flexbox .entry-ir-wrap {
  display: block;
  clear: both;
}

.no-flexbox .entry-most-recent.recent-2, .no-flexbox .entry-most-recent.recent-3 {
  zoom: 1;
}

.no-flexbox .entry-most-recent.recent-2:after, .no-flexbox .entry-most-recent.recent-3:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .recent-1 .entry-most-recent-img {
  max-height: 400px;
}

.no-flexbox .recent-2 .entry-most-recent-img,
.no-flexbox .recent-3 .entry-most-recent-img {
  float: left;
  display: block;
}

.no-flexbox .recent-2 .entry-most-recent-ttl,
.no-flexbox .recent-3 .entry-most-recent-ttl {
  float: right;
  display: block;
}

.no-flexbox .entry-next-recent-wrap {
  zoom: 1;
}

.no-flexbox .entry-next-recent-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .entry-report-wrap-inner {
  zoom: 1;
}

.no-flexbox .entry-report-wrap-inner .entry-report {
  float: left;
}

.no-flexbox .entry-report-wrap-inner:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .entry-ir-meta:before,
.no-flexbox .entry-report-meta:before {
  content: none;
  display: none;
}

.no-flexbox .entry-matome-wrap-inner {
  zoom: 1;
}

.no-flexbox .entry-matome-wrap-inner .entry-matome {
  float: left;
}

.no-flexbox .entry-matome-wrap-inner:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .entry-matome-meta:before {
  content: none;
  display: none;
}

.no-flexbox .read_more_wrap {
  zoom: 1;
}

.no-flexbox .read_more_wrap > * {
  float: right;
}

.no-flexbox .read_more_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .read_more {
  background: none;
}

.no-flexbox .read_detail_wrap {
  zoom: 1;
}

.no-flexbox .read_detail_wrap > * {
  float: right;
}

.no-flexbox .read_detail_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .read_detail {
  background: none;
}

.no-flexbox .related-posts-wrap,
.no-flexbox .side-column-sokuho,
.no-flexbox .side-column-sokuho-right,
.no-flexbox .side-opendata-nums,
.no-flexbox .social-button-syncer,
.no-flexbox .three_chart_ad,
.no-flexbox .zogen-wrap {
  zoom: 1;
}

.no-flexbox .related-posts-wrap > *,
.no-flexbox .side-column-sokuho > *,
.no-flexbox .side-column-sokuho-right > *,
.no-flexbox .side-opendata-nums > *,
.no-flexbox .social-button-syncer > *,
.no-flexbox .three_chart_ad > *,
.no-flexbox .zogen-wrap > * {
  float: left;
}

.no-flexbox .related-posts-wrap:after,
.no-flexbox .side-column-sokuho:after,
.no-flexbox .side-column-sokuho-right:after,
.no-flexbox .side-opendata-nums:after,
.no-flexbox .social-button-syncer:after,
.no-flexbox .three_chart_ad:after,
.no-flexbox .zogen-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .site-footer {
  clear: both;
  zoom: 1;
}

.no-flexbox .site-footer > * {
  float: left;
}

.no-flexbox .site-footer:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .footer-links {
  zoom: 1;
}

.no-flexbox .footer-links > * {
  float: left;
}

.no-flexbox .footer-links:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .footer-links a {
  background: none;
}

.no-flexbox .feed-link {
  background: none;
}

.no-flexbox .card-image {
  width: 200px;
  margin-right: 10px;
}

.no-flexbox .card-content,
.no-flexbox .card-social {
  zoom: 1;
}

.no-flexbox .card-content > *,
.no-flexbox .card-social > * {
  float: left;
}

.no-flexbox .card-content:after,
.no-flexbox .card-social:after {
  content: "";
  display: block;
  clear: both;
}

.no-flexbox .if_lt_ie9 {
  display: block;
  font-size: 3em;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  line-height: 100vh;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}

/*コンテンツ*/
/*サイドバー*/
/*フッター*/
/*カードレイアウト*/
/*ie9以下の人に対して、見れない記事があることを通知*/
.content-area.simple {
  width: 90%;
  margin: 0 auto;
  border: none;
}

/*# sourceMappingURL=style.css.map */