@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  margin: 0;
  padding: 0;
  line-height: 1;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Hiragino Sans,"ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.65;
  background: #3b74d2;
  color: #343a40;
  min-height: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  counter-reset: number 0;
}

a {
  color: #3b74d2;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #5083d7;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

ul,
dl,
dt,
dd,
ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

form,
label,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="radio"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"].-default {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

textarea {
  display: block;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::-webkit-input-placeholder {
  color: #b9c5cc;
}

select {
  font-size: 1.3rem;
  border-color: #d7dfe2;
  font-family: inherit;
  font-weight: 400;
  color: #343a40;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: none;
  cursor: pointer;
}

input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="file"] {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  min-height: 34px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder {
  color: #b9c5cc;
}

input[type="file"] {
  height: 30px;
  border: none;
  background-color: #d7dfe2;
  line-height: 1.4;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#seesaa-cmn-header {
  line-height: normal !important;
  height: auto !important;
}

#seesaa-cmn-header a {
  color: #3F4152;
}

#seesaa-cmn-header .seesaa-cmn__logo img {
  margin: 0 !important;
  padding: 0 !important;
}

#seesaa-cmn-header .seesaa-cmn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  width: 100%;
}

#seesaa-cmn-header .seesaa-cmn__content:after {
  display: none !important;
}

#seesaa-cmn-header .seesaa-cmn__inner {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px !important;
}

#seesaa-cmn-header .seesaa-cmn__inner:after {
  display: none !important;
}

#seesaa-cmn-header .seesaa-cmn__pr {
  float: none !important;
  vertical-align: middle !important;
  margin-top: 0 !important;
  margin-right: 10px !important;
  max-height: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
  font-size: 1.3rem !important;
}

#seesaa-cmn-header .seesaa-search {
  position: absolute !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 6px 0 3px !important;
  height: auto !important;
  font-size: 1.2rem !important;
  width: 26% !important;
}

#seesaa-cmn-header .seesaa-search__text {
  padding: 0 !important;
  min-height: auto !important;
  line-height: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}

#seesaa-cmn-header .seesaa-search__submit {
  background: #999 !important;
  line-height: 0 !important;
  font-size: 1.1rem !important;
}

#seesaa-article-preview {
  top: 40px !important;
  right: 10px !important;
}

.Ad60daysArea {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 30px 0;
  margin-bottom: 25px;
}

.Ad60daysArea__heading {
  padding: 0 40px;
  margin-bottom: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Ad60daysArea__heading .meta {
  font-size: 1.3rem;
}

.Ad60daysArea__content {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Ad60daysAreaNotes {
  margin-top: 30px;
  font-size: 1.4rem;
}

.Ad60daysAreaNotes__item > ul {
  font-size: 1.3rem;
}

.pageTop {
  position: fixed;
  bottom: 120px;
  right: 10px;
  opacity: 0;
  z-index: 1000000000000000000000000;
  background: #3b74d2;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.pageTop:after {
  content: "";
  position: absolute;
  top: 22px;
  margin: auto;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pageTop.fadeIn {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.pageTop.bottom {
  bottom: 77px;
}

.pageTop.hide {
  display: none;
}

.pushbar {
  z-index: 1000;
  position: absolute;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
  background: #fff;
}

.pushbar.from_top {
  top: 41px;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 0;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

.pushbar.opened {
  display: block;
  height: 100vh;
  padding-bottom: 153px;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

body.Android .pushbar.opened {
  height: 70vh;
}

.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  will-change: opacity;
  background: #3c3442;
}

html.pushbar_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

html.pushbar_locked .pushbar_main_content.pushbar_blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

html.pushbar_locked .pushbar_overlay {
  opacity: 0.8;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

html.pushbar_locked .l-wrapper {
  height: calc(100vh + 153px);
}

html.pushbar_locked .l-content,
html.pushbar_locked .l-footer,
html.pushbar_locked .Header__inner.js_fixed_menu {
  display: none;
}

.l-header {
  width: 100%;
}

.Header {
  max-width: 100%;
  width: 100%;
}

.Header .Header__inner {
  position: relative;
  z-index: 1000;
  background: #3b74d2;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header .Header__inner.js_fixed_menu {
  padding-bottom: 70px;
}

.Header .Header__inner .Title {
  font-size: 2.2rem;
  line-height: 1.3;
}

.Header .Header__inner .Title a {
  color: #fff;
}

.Header .Header__inner .Description {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
  margin: 5px 0 0;
}

.Header .Header__menu {
  position: relative;
  z-index: 1000;
}

.Header .Header__menu.js_fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000000;
}

.Header .Header__menu .Menu {
  position: relative;
  z-index: 1000;
  background: #3b74d2;
  padding: 10px 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header .Header__menu .Menu .Menu__item .bHatena svg {
  vertical-align: -.125em;
}

.Header .Header__menu .Menu .Menu__item .svg-inline--fa {
  color: #fff;
  height: 1.25em;
  width: auto;
}

.Header .Header__contentsParts {
  margin: 10px 0 0;
}

.Header .NavMenu {
  padding: 20px 0 50px;
}

.Header .NavMenu .NavMenu__item .Search {
  margin: 0 20px 15px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.Header .NavMenu .NavMenu__item .Search .Search__keyword {
  font-size: 1.6rem;
  width: 100%;
  padding: 5px 10px;
  line-height: 1.6;
  border: 0;
  background-color: transparent;
  border: 1px solid #3b74d2;
  border-radius: 0;
}

.Header .NavMenu .NavMenu__item .Search .Search__submit {
  font-size: 1.4rem;
  min-width: 70px;
  height: 38px;
  padding: 0px;
  line-height: 1;
  border: 0;
  background: #3b74d2;
  color: #fff;
}

.Header .NavMenu .NavMenu__item .NavMenu__heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  padding: 15px 20px;
}

.Header .NavMenu .NavMenu__item .more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #343a40;
  cursor: pointer;
}

.Header .NavMenu .MenuList .MenuList__item {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  font-size: 1.6rem;
}

.Header .NavMenu .MenuList .MenuList__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.Header .NavMenu .MenuList .MenuList__item:after {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Header .NavMenu .MenuList .MenuList__item.-showAll:last-child {
  margin-bottom: 20px;
}

.Header .NavMenu .MenuList .MenuList__item.hidden {
  display: none;
}

.Header .NavMenu .MenuList .MenuList__item a {
  padding: 0 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}

.Header .NavMenu .MenuList .MenuList__item a .link {
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Header .NavMenu .MenuList .MenuList__item a .count {
  font-size: 1.2rem;
  color: #fff;
  background: #3b74d2;
  padding: 5px;
  border-radius: 0;
  min-width: 24px;
  text-align: center;
}

.Header .NavMenu .MenuList .MenuList__item .fa-angle-right {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.Main {
  width: 100%;
}

.ResultHeading {
  background: #fff;
  color: #3b74d2;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  font-size: 1.4rem;
  padding: 10px 15px;
  margin: 0 0 3px;
}

.ResultHeading span {
  font-weight: 600;
}

.ResultHeading .ResultHeading__label {
  font-size: 1rem;
  border: 1px solid #3b74d2;
  border-radius: 20px;
  display: inline-block;
  padding: 2px 5px 1px;
  line-height: 1;
}

.Readmore {
  margin: 0 0 50px;
  text-align: center;
  line-height: 1;
}

.Readmore a {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 10px 40px;
  display: block;
  font-size: 1.5rem;
}

.l-footer {
  width: 100%;
  margin-top: auto;
}

.Footer__nav {
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Footer__nav a {
  color: #343a40;
  text-align: center;
}

.Footer__nav a .svg-inline--fa {
  margin-right: 5px;
}

.Poweredby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Poweredby .Poweredby__body {
  background: #37474F;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 15px 10px;
}

.Poweredby .Poweredby__body a {
  color: #fff;
}

.Article {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 15px 0 0;
  margin-bottom: 3px;
}

.Article .Article__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 15px;
}

.Article .Article__heading .date {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1;
}

.Article .Article__heading .title {
  font-size: 2rem;
  line-height: 1.3;
}

.Article .Article__tag {
  font-size: 1rem;
  padding: 0 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Article .Article__tag a {
  background: #3b74d2;
  color: #fff;
  padding: 3px 7px 2px;
  border-radius: 20px;
  display: inline-block;
  line-height: 1;
  margin: 0 5px 5px 0;
}

.Article .Article__content {
  padding: 0 10px;
  margin-bottom: 20px;
  letter-spacing: .05rem;
}

.Article .Article__content h1,
.Article .Article__content h2,
.Article .Article__content h3,
.Article .Article__content h4,
.Article .Article__content h5,
.Article .Article__content h6 {
  font-weight: 600;
}

.Article .Article__content h1,
.Article .Article__content h2,
.Article .Article__content h3 {
  border-bottom: 2px solid #3b74d2;
  margin-bottom: 20px;
  line-height: 1.5;
}

.Article .Article__content h4,
.Article .Article__content h5,
.Article .Article__content h6 {
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.Article .Article__content h1 {
  font-size: 1.5em;
}

.Article .Article__content h2 {
  font-size: 1.4em;
}

.Article .Article__content h3 {
  font-size: 1.3em;
}

.Article .Article__content h4 {
  font-size: 1.2em;
}

.Article .Article__content h5 {
  font-size: 1.1em;
}

.Article .Article__content h6 {
  font-size: 1em;
}

.Article .Article__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.Article .Article__content em {
  font-style: italic;
}

.Article .Article__content a {
  text-decoration: underline;
}

.Article .Article__content a .fa-external-link-alt {
  margin-left: 5px;
  width: 0.8em;
  height: auto;
  vertical-align: 2px;
}

.Article .Article__content ul,
.Article .Article__content dl,
.Article .Article__content dt,
.Article .Article__content dd,
.Article .Article__content ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

.Article .Article__content ul {
  list-style: disc inside;
}

.Article .Article__content ul li {
  display: list-item;
}

.Article .Article__content ol {
  list-style: decimal inside;
}

.Article .Article__content ol li {
  display: list-item;
}

.Article .Article__content blockquote {
  position: relative;
  margin: 0;
  padding: 30px;
  background: #f2f2f2;
  font-style: italic;
}

.Article .Article__content blockquote:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article .Article__content blockquote:after {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article .Article__content blockquote .fa-quote-left {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}

.Article .Article__content blockquote .fa-quote-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
}

.Article .Article__content .video-link {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.Article .Article__content .video-link video {
  width: 100%;
  height: auto;
}

.Article .Article__content .audio-link {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.Article .Article__content .audio-link audio {
  width: 100%;
}

.Article .Article__content .Box {
  padding: 15px;
  background: #efefef;
  margin: 30px 0px;
  font-size: 1.5rem;
}

.Article .Article__content .Balloon {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.Balloon__icon {
  width: 100px;
}

.Icon__image {
  background: #efefef;
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.Icon__image img {
  margin-bottom: 0;
  vertical-align: top;
  pointer-events: none;
}

.Icon__name {
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
}

.Balloon__serif {
  position: relative;
  margin-left: 20px;
  width: calc(100% - 200px + 20px);
}

.Balloon__serif:before {
  content: "";
  position: absolute;
  left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 10px 0;
  z-index: 3;
  border-color: transparent #efefef transparent transparent;
  top: 16px;
}

.Balloon__serif:after {
  content: "";
  position: absolute;
  left: -13px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 13px 11px 0;
  z-index: 2;
  border-color: transparent;
  top: 15px;
}

.Balloon__serif .Serif {
  text-align: left;
  background: #efefef;
  padding: 13px 20px;
  border-radius: 15px;
  font-size: 1.4rem;
  min-height: 75px;
  max-height: 128px;
}

.Balloon__serif .Serif span {
  max-height: 100px;
  overflow: hidden;
  display: block;
}

.Article .Article__content .Balloon.-border .Balloon__serif:before {
  border-color: transparent #fff transparent transparent;
  left: -8px;
  border-width: 8px 10px 8px 0;
}

.Article .Article__content .Balloon.-border .Balloon__serif:after {
  border-color: transparent #ccc transparent transparent;
  left: -10px;
  border-width: 8px 10px 8px 0;
  top: 16px;
}

.Article .Article__content .Balloon.-border .Balloon__serif .Serif {
  background: #fff;
  border: 1px solid #ccc;
}

.Article .Article__content .Balloon.-tailA .Balloon__serif:before {
  top: -42px;
  left: -14px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #efefef;
  border-color: transparent;
}

.Article .Article__content .Balloon.-tailA .Balloon__serif:after {
  top: -54px;
  left: -17px;
  z-index: 2;
  height: 45px;
  width: 57px;
  border-radius: 15px;
  background: #fff;
}

.Article .Article__content .Balloon.-tailA .Balloon__serif .Serif {
  position: relative;
  z-index: 3;
  background: #efefef;
}

.Article .Article__content .Balloon.-tailB .Balloon__serif:before {
  top: -42px;
  left: -14px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #a2ef8c;
  border-color: transparent;
}

.Article .Article__content .Balloon.-tailB .Balloon__serif:after {
  top: -54px;
  left: -17px;
  z-index: 2;
  height: 45px;
  width: 57px;
  border-radius: 15px;
  background: #fff;
}

.Article .Article__content .Balloon.-tailB .Balloon__serif .Serif {
  position: relative;
  z-index: 3;
  background: #a2ef8c;
}

.Article .Article__content .Balloon.-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Article .Article__content .Balloon.-right .Balloon__icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Article .Article__content .Balloon.-right .Balloon__serif {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 20px;
}

.Article .Article__content .Balloon.-right .Balloon__serif:before {
  left: auto;
  right: -10px;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #efefef;
}

.Article .Article__content .Balloon.-right .Balloon__serif:after {
  left: auto;
  right: -13px;
  border-width: 11px 0 11px 13px;
  border-color: transparent;
}

.Article .Article__content .Balloon.-right.-border .Balloon__serif:before {
  border-color: transparent transparent transparent #fff;
  right: -8px;
  border-width: 8px 0 8px 10px;
}

.Article .Article__content .Balloon.-right.-border .Balloon__serif:after {
  border-color: transparent transparent transparent #ccc;
  right: -10px;
  border-width: 8px 0 8px 10px;
}

.Article .Article__content .Balloon.-right.-tailA .Balloon__serif:before,
.Article .Article__content .Balloon.-right.-tailB .Balloon__serif:before {
  right: -14px;
}

.Article .Article__content .Balloon.-right.-tailA .Balloon__serif:after,
.Article .Article__content .Balloon.-right.-tailB .Balloon__serif:after {
  right: -17px;
}

.Article .Article__content .twitter-tweet {
  background-color: #fff;
  border: 1px solid #666;
  margin: 0 0 15px;
  padding: 40px 10px;
  width: 100%;
}

.Article .Article__content .tweetBlockQuote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Article .Article__content .tweetBlockQuote .tweetImg {
  margin-right: 10px;
  width: 53px;
}

.Article .Article__content .tweetBlockQuote .tweetMain {
  width: 360px;
}

.Article .Article__content .tweetBlockQuote .tweetMain .tweetOwner {
  font-size: 1.4rem;
}

.Article .Article__content .tweetBlockQuote .tweetMain .tweetText {
  font-size: 1.4rem;
  display: block;
}

.Article .Article__content .tweetBlockQuote .tweetMain .tweetDate {
  display: block;
  text-align: right;
  font-size: 1.2rem;
}

.Article .Article__footer {
  padding: 0 10px 10px;
}

.Posted {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0;
  font-size: 1.4rem;
  margin-bottom: 3px;
  line-height: 1;
}

.Posted .Posted__item.-category:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted .Posted__item.-trackback {
  margin-left: 15px;
}

.Posted .Posted__item.-trackback:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted .Posted__item .svg-inline--fa {
  margin-right: 3px;
}

.bookmark {
  background: #fff;
  border-radius: 0;
  padding: 20px 20px 0;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bookmark .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: 1;
}

.bookmark .seesaa-simple-sbm {
  padding-bottom: 20px;
}

.bookmark .seesaa-simple-sbm .seesaa-simple-sbm__item {
  background: transparent;
}

.bookmark .seesaa-simple-sbm .seesaa-simple-sbm__item:hover {
  background: transparent;
}

.CategoryRecentEntry {
  background: #fff;
  border-radius: 0;
  margin-bottom: 3px;
}

.CategoryRecentEntry .CategoryRecentEntry__heading {
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 1;
}

.CategoryRecentEntry .CategoryRecentEntryList {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.CategoryRecentEntry .CategoryRecentEntryList .CategoryRecentEntryList__item {
  width: 160px;
  margin-bottom: 15px;
}

.CategoryRecentEntry .CategoryRecentEntryList .CategoryRecentEntryList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.CategoryRecentEntry .CategoryRecentEntryThumbnail {
  line-height: 1;
  margin-bottom: 5px;
}

.CategoryRecentEntry .CategoryRecentEntryThumbnail .CategoryRecentEntryThumbnail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 98px;
  overflow: hidden;
}

.CategoryRecentEntry .CategoryRecentEntryThumbnail .CategoryRecentEntryThumbnail__inner.-bgnone {
  background: #fafafa;
}

.CategoryRecentEntry .CategoryRecentEntryThumbnail .CategoryRecentEntryThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.CategoryRecentEntry .CategoryRecentEntryTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}

.Comments {
  padding: 15px 10px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 15px;
}

.Comments__heading {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 30px;
}

.CommentsList {
  margin-bottom: 15px;
}

.Comments__item {
  line-height: 1;
  padding: 20px 10px;
  background: #f4f4f4;
  margin-bottom: 10px;
}

.Comments__item .Comments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.Comments__item .Comments__header .CommentsWriter {
  margin-right: 10px;
  font-weight: 600;
}

.Comments__item .Comments__header .CommentsDate {
  font-size: 1.2rem;
}

.Comments__item .Comments__body {
  font-size: 1.4rem;
  line-height: 1.6;
}

.Comments__leave {
  text-align: right;
}

.CommentsForm {
  margin-bottom: 25px;
}

.CommentsForm .CommentsForm__item {
  margin-bottom: 15px;
}

.CommentsForm .CommentsForm__heading {
  line-height: 1;
  margin-bottom: 5px;
}

.CommentsForm .CommentsForm__body input {
  width: 100%;
  font-size: 1.6rem;
}

.CommentsForm .CommentsForm__body textarea {
  width: 100%;
  font-size: 1.6rem;
}

.Comments__submit {
  text-align: right;
}

.CommentsResult {
  margin-bottom: 25px;
  background: #f38cab;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  font-size: 1.4rem;
  padding: 10px 15px;
  text-align: center;
}

.CommentsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.CommentsLink .CommentsLink__item {
  border: 1px solid #e6e6e6;
  line-height: 1;
  width: 48.5%;
}

.CommentsLink .CommentsLink__item.-block {
  width: 100%;
}

.CommentsLink .CommentsLink__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343a40;
  padding: 10px;
}

.CommentsLink .CommentsLink__item a span {
  font-size: 1.2rem;
  margin-top: 5px;
}

.Entry {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 3px;
  position: relative;
  padding: 5px 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-auto-rows: 11px auto auto auto;
}

.Entry:last-of-type {
  margin-bottom: 3px;
}

.Entry .Entry__date {
  color: #999;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.Entry .Entry__title {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 5px;
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}

.Entry .Entry__title a {
  color: #343a40;
}

.Entry .Entry__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  font-size: 1rem;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
}

.Entry .Entry__tag a {
  background: #3b74d2;
  color: #fff;
  padding: 2px 4px 2px;
  height: 12px;
  border-radius: 20px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 3px;
}

.Entry .Entry__tag a + a {
  margin-left: 5px;
}

.Entry .EntryThumbnail {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}

.Entry .EntryThumbnail .EntryThumbnail__inner {
  line-height: 1;
  height: 80px;
}

.Entry .EntryThumbnail .EntryThumbnail__inner img {
  height: 80px;
  position: relative;
  max-width: none;
}

.Entry .EntryThumbnail .EntryThumbnail__inner.-bgnone {
  background: #fafafa;
  width: 100%;
  height: 80px;
}

.Entry .EntryThumbnail .EntryThumbnail__inner.-bgnone img {
  width: 100%;
}

.Entry .Entry__text {
  display: none;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.Entry .Entry__readMore {
  display: none;
  margin: 0;
  text-align: right;
}

.Attestation {
  padding: 20px;
  margin: 20px 10px 30px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  font-size: 1.6rem;
}

.Attestation__icon {
  text-align: center;
  margin-bottom: -0.5em;
  line-height: 1;
}

.Attestation__icon .fa-lock {
  width: 1.8em;
  height: auto;
}

.Attestation__item {
  margin-bottom: 25px;
}

.Attestation__heading {
  line-height: 1;
  margin-bottom: 5px;
}

.Attestation__body input {
  width: 100%;
  font-size: 1.6rem;
}

.Message {
  margin-bottom: 25px;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 15px;
  line-height: 1;
}

.Message.-error {
  background: #ffd7d7;
}

.Message .Message__title {
  font-weight: 600;
  margin: 0 0 10px;
}

.Message .Message__title.-error {
  color: #ea1010;
}

.Message .Message__body {
  margin: 0;
}

.Module {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
}

.Module.-bgnone {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.Module.-popularEntry .Module__heading {
  margin-bottom: 5px;
}

.Module.-search {
  border-radius: 0;
  background: transparent;
}

.Module .Module__heading {
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 1;
}

.Module .Module__heading.-none {
  display: none;
}

.Module .Module__body {
  padding: 0 20px 15px;
}

.Module .Module__body.-list {
  padding: 0;
}

.Module .Module__body.-dropdown {
  padding: 0;
}

.Module .Module__body.-popularEntry {
  padding: 0 20px 15px;
}

.Module .Module__body.-recentPhoto {
  padding: 0 20px 5px;
}

.Module .more {
  border-top: 1px solid #e6e6e6;
}

.Module .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #343a40;
}

.Module .PopularEntry li {
  position: relative;
  margin-bottom: 20px;
}

.Module .PopularEntry li:last-child {
  margin-bottom: 0;
}

.Module .PopularEntry.-num li {
  margin-bottom: 25px;
  position: relative;
}

.Module .PopularEntry.-num li:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Module .PopularEntry.-num li:after {
  counter-increment: number 1;
  content: counter(number) "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-weight: 400;
  width: 44px;
  height: 40px;
  color: white;
  top: -9px;
  left: -5px;
  font-size: 1.3rem;
  z-index: 2;
}

.Module .PopularEntry.-num li:last-child {
  margin-bottom: 0;
}

.Module .PopularEntry.-num li .fa-crown {
  position: absolute;
  top: -11px;
  left: -5px;
  width: 44px;
  height: 40px;
  z-index: 1;
}

.Module .PopularEntry.-num li:nth-child(1) .fa-crown {
  color: #ffcb2c;
}

.Module .PopularEntry.-num li:nth-child(1):after {
  color: #ef1818;
  font-weight: bold;
  font-size: 1.7rem;
}

.Module .PopularEntry.-num li:nth-child(2) .fa-crown {
  color: #b9b9b9;
}

.Module .PopularEntry.-num li:nth-child(2):after {
  color: #1161ff;
  font-weight: bold;
  font-size: 1.6rem;
}

.Module .PopularEntry.-num li:nth-child(3) .fa-crown {
  color: #d6ae4d;
}

.Module .PopularEntry.-num li:nth-child(3):after {
  color: #11860b;
  font-weight: bold;
  font-size: 1.5rem;
}

.Module .PopularEntry .PopularEntryThumbnail {
  width: 100%;
  height: 194px;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner {
  line-height: 1;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner img {
  max-height: 100%;
  position: relative;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner.-bgnone {
  background: #fafafa;
  width: 100%;
  height: 100%;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Module .PopularEntry .PopularEntry__title {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.65);
  padding: 8px 5px;
  color: #fff;
  font-size: 1.4rem;
}

.Module .PhotoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Module .PhotoList:after {
  content: "";
  display: block;
  width: 30%;
}

.Module .PhotoList .PhotoList__item {
  width: 30%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.Module .PhotoList .PhotoList__item img {
  vertical-align: bottom;
}

.Module .RecentEntry .RecentEntry__item {
  margin-bottom: 15px;
}

.Module .RecentEntry .RecentEntry__item:last-child {
  margin-bottom: 0;
}

.Module .RecentEntry .RecentEntry__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.Module .RecentEntry .RecentEntryThumbnail {
  margin-right: 10px;
  width: 130px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.RecentEntryThumbnail__inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.RecentEntryThumbnail__inner.-bgnone {
  background: #fafafa;
}

.RecentEntryThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Module .RecentEntry .RecentEntryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 160px;
}

.Module .RecentEntry .RecentEntry__title {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  max-height: 38px;
  overflow: hidden;
}

.Module .RecentEntry .RecentEntry__body {
  line-height: 1.4;
  font-size: 1.2rem;
  max-height: 31px;
  overflow: hidden;
}

.Module .Calendar {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Module .Calendar a:hover {
  text-decoration: underline;
}

.Module .Calendar .Calendar__date {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Module .Calendar .Calendar__date a {
  display: block;
}

.Module .Calendar .Calendar__date .month {
  margin: 0 20px;
}

.Module .Calendar .Calendar__week {
  width: 300px;
}

.Module .Calendar .Calendar__week .WeekList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Module .Calendar .Calendar__week .WeekList .WeekList__item {
  text-align: center;
}

.Module .Calendar .Calendar__week .WeekList .WeekList__item.-sat {
  color: blue;
}

.Module .Calendar .Calendar__week .WeekList .WeekList__item.-sun {
  color: red;
}

.Module .Calendar .Calendar__day {
  width: 300px;
}

.Module .Calendar .Calendar__day .DayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Module .Calendar .Calendar__day .DayList .DayList__item {
  text-align: center;
  width: 14.2%;
}

.Module .Calendar .Calendar__day .DayList .DayList__item a {
  text-decoration: underline;
}

.Module .Search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.Module .Search .Search__keyword {
  font-size: 1.6rem;
  width: 100%;
  padding: 5px 10px 5px 20px;
  line-height: 1.6;
  border: 0;
  border-right: 0;
  border-radius: 0;
}

.Module .Search .Search__submit {
  font-size: 1.4rem;
  min-width: 70px;
  height: 38px;
  padding: 0px;
  line-height: 1;
  border: 0;
  margin: 2px;
  border-radius: 20px;
  background: #3b74d2;
  color: #fff;
}

.Module .ProfileList .Profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.Profile__heading {
  font-size: 1.3rem;
  width: 38%;
  line-height: 1;
}

.Profile__body {
  width: 62%;
  text-align: right;
  line-height: 1;
}

.Profile__body a:hover {
  text-decoration: underline;
}

.Profile__body.-comment {
  text-align: left;
}

.Profile__body.-comment img {
  max-width: 100%;
  height: auto;
}

.Module .LinkList .LinkList__item {
  line-height: 1;
  margin-bottom: 10px;
}

.Module .LinkList .LinkList__item:last-child {
  margin-bottom: 0;
}

.Module .LinkList .LinkList__item a:hover {
  text-decoration: underline;
}

.Module .ArticleLink .ArticleLink__item {
  margin-bottom: 15px;
}

.Module .ArticleLink .ArticleLink__item:last-child {
  margin-bottom: 0;
}

.Module .ArticleLink .ArticleLink__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.Module .ArticleLink .ArticleLinkThumbnail {
  margin-right: 10px;
  width: 130px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.ArticleLinkThumbnail__inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ArticleLinkThumbnail__inner.-bgnone {
  background: #fafafa;
}

.ArticleLinkThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Module .ArticleLink .ArticleLink__title {
  width: 160px;
  margin: 0;
  line-height: 1.2;
  font-weight: normal;
}

.Module .RssList .RssList__item {
  line-height: 1;
  margin-bottom: 15px;
}

.Module .RssList .RssList__item:last-child {
  margin-bottom: 0;
}

.Module .RssList .RssList__item a:hover {
  text-decoration: underline;
}

.Module .RdfSummary .RdfSummary__item {
  line-height: 1;
  margin-bottom: 15px;
}

.Module .RdfSummary .RdfSummary__item:last-child {
  margin-bottom: 0;
}

.Module .RdfSummary .RdfSummary__item a:hover {
  text-decoration: underline;
}

.Module .Qrcode {
  border: 1px solid #000;
  display: inline-block;
  line-height: 1;
}

.Module .Qrcode img {
  vertical-align: top;
}

.Module .BacklogList .BacklogList__item {
  line-height: 1;
  margin-bottom: 10px;
}

.Module .BacklogList .BacklogList__item:last-child {
  margin-bottom: 0;
}

.Module .BacklogList .BacklogList__item a:hover {
  text-decoration: underline;
}

.Module .Dropdown {
  border-top: 1px solid #e6e6e6;
  position: relative;
}

.Module .Dropdown .DropdownSelect {
  position: relative;
  font-size: 1.6rem;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 15px 20px;
  border-radius: 0 0 8px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
}

.Module .Dropdown .svg-inline--fa {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ccc;
  width: .4em;
}

.Module .CategoryList .CategoryList__item {
  line-height: 1.2;
  margin-bottom: 10px;
}

.Module .CategoryList .CategoryList__item:last-child {
  margin-bottom: 0;
}

.Module .CategoryList .CategoryList__item a:hover {
  text-decoration: underline;
}

.Module .RecentTrackback .RecentTrackback__item {
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
}

.Module .RecentTrackback .RecentTrackback__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.Module .RecentTrackback .RecentTrackback__item:last-child {
  border-bottom: 0;
}

.Module .RecentTrackback .RecentTrackback__item p {
  margin: 0;
  padding: 15px 20px;
}

.Module .RecentTrackback .RecentTrackback__item a {
  display: block;
  color: #343a40;
  padding: 15px 20px;
}

.Module .RecentTrackback .RecentTrackback__item .RecentTrackbackTitle {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.Module .RecentTrackback .RecentTrackback__item .RecentTrackbackFrom {
  font-size: 1.1rem;
  text-align: right;
  line-height: 1;
  color: #ccc;
}

.Module .RecentComment .RecentComment__item {
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
}

.Module .RecentComment .RecentComment__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.Module .RecentComment .RecentComment__item:last-child {
  border-bottom: 0;
}

.Module .RecentComment .RecentComment__item a {
  display: block;
  color: #343a40;
  height: 86px;
  padding: 8px 20px;
}

.Module .RecentComment .RecentComment__item .RecentCommentTitle {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.Module .RecentComment .RecentComment__item .RecentCommentTitle .to {
  font-size: 1rem;
  font-weight: 400;
  background: #343a40;
  color: #fff;
  width: 20px;
  height: 14px;
  border-radius: 20px;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: 2px;
}

.Module .RecentComment .RecentComment__item .RecentCommentBody {
  font-size: 1.3rem;
  height: 36px;
  margin-bottom: 5px;
  overflow: hidden;
}

.Module .RecentComment .RecentComment__item .RecentCommentFrom {
  font-size: 1.1rem;
  text-align: right;
  line-height: 1;
  color: #ccc;
}

.Module .FreeArea {
  padding: 15px 20px;
}

.Pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  width: 350px;
  margin: 0 auto 25px;
}

.Pager__item {
  position: relative;
}

.Pager__item a,
.Pager__item span {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 1px;
  color: #3b74d2;
}

.Pager__item a:hover {
  background: #3b74d2;
  color: #fff;
}

.Pager__item.-active span {
  background: #3b74d2;
  color: #fff;
}

.Pager__item.-prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.Pager__item.-prev span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #343a40;
  border-left: solid 2px #343a40;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Pager__item.-prev a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #343a40;
  border-left: solid 2px #343a40;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Pager__item.-prev a:hover:before {
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}

.Pager__item.-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.Pager__item.-next span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #343a40;
  border-right: solid 2px #343a40;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Pager__item.-next a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #343a40;
  border-right: solid 2px #343a40;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Pager__item.-next a:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.Pager__item.-disabled span {
  background: #c0c6cc;
}

.Pager__item.-disabled span:before {
  border-color: #f2f2f2;
}

.Permalink {
  margin-bottom: 25px;
  border-radius: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Permalink.-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.Permalink.-txt .fa-angle-left {
  margin-right: 5px;
}

.Permalink.-txt .fa-angle-right {
  margin-left: 5px;
}

.Permalink.-month .Permalink__item.-right .next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Permalink__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  font-size: 1.4rem;
  margin: 0px 1px;
}

.Permalink__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 10px;
  color: #343a40;
}

.Permalink__item.-left {
  margin: 0;
}

.Permalink__item.-left.-prevNone {
  background: transparent;
  border: 0;
}

.Permalink__item.-left.-nextNone .prev {
  border-right: 0;
}

.Permalink__item.-left .prev {
  position: relative;
  padding: 10px 10px 10px 25px;
}

.Permalink__item.-left .prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #343a40;
  border-left: solid 2px #343a40;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 14px;
}

.Permalink__item.-right {
  margin: 0;
}

.Permalink__item.-right.-nextNone {
  background: transparent;
  border: 0;
}

.Permalink__item.-right.-prevNone .next {
  border-left: 0;
}

.Permalink__item.-right .next {
  position: relative;
  padding: 10px 25px 10px 10px;
}

.Permalink__item.-right .next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #343a40;
  border-right: solid 2px #343a40;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14px;
}

.Permalink__item.-right .PermalinkThumbnail {
  margin-left: 10px;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Permalink__item.-right .PermalinkTitle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}

.Permalink__item .svg-inline--fa {
  width: 1.6em;
  height: auto;
}

.Permalink__item .PermalinkThumbnail {
  margin-right: 10px;
  width: 130px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.PermalinkThumbnail__inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.PermalinkThumbnail__inner.-bgnone {
  background: #fafafa;
}

.PermalinkThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Permalink__item .PermalinkTitle {
  margin: 0;
  width: 163px;
  max-height: 80px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.2;
}

.TagCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
  border-radius: 0;
  overflow: hidden;
}

.TagCategory .TagCategory__item {
  width: 25%;
  text-align: center;
  line-height: 1;
}

.TagCategory .TagCategory__item a {
  padding: 15px 10px;
  display: block;
  background: #fff;
  color: #343a40;
}

.TagCategory .TagCategory__item a.active {
  background: #343a40;
  color: #fff;
}

.TagCloud {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
}

.TagCloud.-module {
  padding: 0;
}

.TagCloud a {
  text-decoration: underline;
}

.TagSearch {
  text-align: right;
  margin: 10px 0 25px;
  line-height: 1;
  font-size: 1.4rem;
}

.TagSearch a {
  color: #fff;
}

.TagSearch a:hover {
  text-decoration: underline;
}

.TagSearch a span {
  font-weight: 600;
}

.TagPhotosList {
  background: #fff;
  border-radius: 0;
  padding: 15px 10px 5px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.TagPhotosList:after {
  content: "";
  display: block;
  width: 30%;
}

.TagPhotosList .TagPhotosList__item {
  width: 30%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.TagPhotosList .TagPhotosList__item img {
  vertical-align: bottom;
}

.TagVideosList {
  background: #fff;
  border-radius: 0;
  padding: 15px 10px;
  margin-bottom: 3px;
}

.TagVideosList .TagVideosList__item + .TagVideosList__item {
  margin-top: 10px;
}

.TagVideosList .TagVideosList__item .TagVideosTitle {
  margin: 0;
  font-size: 1.6rem;
}

.TagVideosList .TagVideosList__item video {
  width: 100%;
}

.TagAudiosList {
  background: #fff;
  border-radius: 0;
  padding: 15px 10px;
  margin-bottom: 3px;
}

.TagAudiosList .TagAudiosList__item + .TagAudiosList__item {
  margin-top: 10px;
}

.TagAudiosList .TagAudiosList__item .TagAudiosTitle {
  margin: 0;
  font-size: 1.6rem;
}

.TagAudiosList .TagAudiosList__item audio {
  width: 100%;
}

.TagFiles {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 3px;
}

.TagFilesTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Trackback {
  padding: 15px 10px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 25px;
  font-weight: 600;
}

.TrackbackArticle__header {
  line-height: 1.3;
  margin-bottom: 15px;
}

.TrackbackArticleList__item {
  line-height: 1.5;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.TrackbackArticleList__item:nth-child(odd) {
  background: #f4f4f4;
}

.TrackbackArticleList__item .TrackbackUrl {
  margin: 0;
}

.TrackbackArticleList__item .TrackbackDetail {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.UploadDetail {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 3px;
  line-height: 1;
}

.UploadDetail.-other {
  padding: 20px;
}

.UploadDetail .more {
  border-top: 1px solid #e6e6e6;
}

.UploadDetail .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
  color: #343a40;
}

.UploadDetail .UploadDetail__content {
  padding: 15px 10px;
}

.UploadDetail .UploadDetail__content .Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Content__heading {
  margin: 0 0 20px;
}

.Content__body .private-date {
  border: 1px solid #333;
  height: 340px;
  line-height: 340px;
  width: 80%;
  margin: 0 auto;
}

.UploadDetail .ImageNone {
  margin: 0 0 50px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.UploadDetail .UploadDate {
  margin: 0;
  text-align: center;
  padding: 20px 0 5px;
}

.UploadDetail .UploadDate span {
  font-weight: 600;
}

.UploadDetail .UploadList {
  padding: 15px 10px 5px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.UploadDetail .UploadList:after {
  content: "";
  display: block;
  width: 30%;
}

.UploadDetail .UploadList .UploadList__item {
  width: 30%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.UploadDetail .UploadList .UploadList__item img {
  vertical-align: bottom;
}

.btn {
  background: #3b74d2;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 15px 10px;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  text-decoration: none;
  text-align: center;
}

.btn:hover {
  background: #5083d7;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 320px) {
  .CategoryRecentEntry .CategoryRecentEntryList .CategoryRecentEntryList__item {
    width: 130px;
  }

  .CategoryRecentEntry .CategoryRecentEntryThumbnail .CategoryRecentEntryThumbnail__inner {
    height: 80px;
  }

  .Entry .EntryThumbnail {
    width: 280px;
    height: 172px;
  }

  .Module .PopularEntry .PopularEntryThumbnail {
    width: 280px;
    height: 172px;
  }
}