<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.Article .Article__content blockquote {
  color: inherit;
  background: transparent;
  border: 2px dotted #ccc;
}

.Article .Article__content blockquote a {
  color: inherit;
}

.Header {
  padding: 10px;
  background: #fff url(https://blog.seesaa.jp/images_w/images/article/def3_bg_title.jpg) no-repeat right top;
}

.Header__inner {
  height: 80px;
}

.l-content {
  background: #fff;
}

.Main {
  background: #fff;
  padding: 10px 20px;
}

.Main__inner {
  overflow: hidden;
}

.Entry a {
  color: #090;
}

.Main .Main__contents a {
  color: #090;
}

.Article .Article__content a {
  color: #090;
}

.Side {
  background: #fff;
  padding: 10px 10px 10px 10px;
}

.Module__body {
  color: #0b88ba;
}

.Module a {
  color: #090;
}

body {
  width: 800px;
  margin: 0px auto;
}

.l-footer {
  background: #fff;
  padding: 15px 10px;
}

.Footer a {
  color: #0b88ba;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

b,
strong {
  font-weight: bolder;
}

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

textarea {
  overflow: auto;
}

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

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

[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 {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 12.5px;
  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.5;
  background: #e6f0fa;
  color: #808080;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  counter-reset: number 0;
}

a {
  color: #090;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #00b300;
}

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: #808080;
}

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

.l-header .l-header__inner {
  width: 100%;
}

.Header {
  max-width: 100%;
  width: 100%;
  padding: 0 25px;
}

.Header .Header__inner {
  padding: 0 30px;
  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 h1 {
  font-size: 1.6rem;
}

.Header .Header__inner h1 a {
  color: #056bab;
}

.Header .Description {
  color: #056bab;
  margin: 0;
}

.Header__contentsParts {
  width: 800px;
  margin: 0 auto;
  padding: 15px 0 0;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Header__contentsParts:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Header__contentsParts:after {
  content: "";
  display: block;
  width: 23%;
}

.Header__contentsParts .Module {
  width: 220px;
  margin-bottom: 15px;
}

.l-wrapper .l-wrapper__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 800px;
  margin: 0 auto;
}

.l-content .l-content__inner {
  padding: 0;
}

.l-content .l-content__inner.-column2Left .Side {
  display: none;
}

.l-content .l-content__inner.-column2Left .Side.-left {
  display: block;
}

.l-content .l-content__inner.-column2Right .Side.-left {
  display: none;
}

.l-content .l-content__inner .Inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Main .Main__inner {
  width: 400px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Main .Main__inner .Main__contents {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 400px;
}

.Main .Main__inner .Main__contentsParts {
  width: 100%;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Main .Main__inner .Main__contentsParts .Module {
  width: 220px;
}

.blogProfile {
  padding: 15px 20px;
  margin: 15px 10px;
  border: 0px solid transparent;
}

.blogProfile dl {
  line-height: 1.3;
  margin-bottom: 5px;
}

.blogProfile dl dt {
  color: #808080;
}

.blogProfile dl dd {
  padding-left: 15px;
}

.ResultHeading {
  width: 100%;
  background: #090;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin: 0 0 25px;
}

.ResultHeading span {
  font-weight: 600;
}

.Readmore {
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
  line-height: 1;
}

.Readmore a {
  background: #090;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 10px 40px;
  display: block;
}

.Side {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.Side.-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Side .Side__inner {
  width: 160px;
}

.l-footer .l-footer__inner {
  width: 100%;
}

.Footer .Footer__inner .Footer__contentsParts {
  margin: 0 auto;
  padding: 0;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Footer .Footer__inner .Footer__contentsParts:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Footer .Footer__inner .Footer__contentsParts:after {
  content: "";
  display: block;
  width: 23%;
}

.Footer .Footer__inner .Footer__contentsParts .Module {
  width: 220px;
  margin-bottom: 15px;
}

.Poweredby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.Poweredby .Poweredby__body {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px;
  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;
}

.Poweredby .Poweredby__body a {
  margin: 0 3px;
}

.Poweredby .Poweredby__body img {
  width: 70%;
  height: auto;
}

.Article {
  width: 400px;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 0;
  margin-bottom: 25px;
}

.Article.-comments {
  margin-bottom: 0;
}

.Article__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-bottom: 30px;
}

.Article__heading .date {
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

.Article__heading .title {
  font-size: 1.6rem;
  line-height: 1.3;
}

.Article__heading _:-ms-lang(x),
.Article__heading .title {
  width: 100%;
}

.Article__tag {
  padding: 0;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.Article__tag:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article__tag a {
  margin-right: 10px;
}

.Article__tag .svg-inline--fa {
  margin-right: 5px;
}

.Article__content {
  line-height: 1.8;
  padding: 0;
  margin-bottom: 40px;
}

.Article__content h1,
.Article__content h2,
.Article__content h3,
.Article__content h4,
.Article__content h5,
.Article__content h6 {
  font-weight: 600;
}

.Article__content h1,
.Article__content h2,
.Article__content h3 {
  border-left: 4px solid #090;
  background: rgba(0, 153, 0, 0.2);
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.Article__content h4 {
  background: rgba(0, 153, 0, 0.2);
  padding: 0 10px;
  margin-bottom: 15px;
}

.Article__content h5,
.Article__content h6 {
  margin-bottom: 15px;
}

.Article__content h1 {
  font-size: 1.4em;
}

.Article__content h2 {
  font-size: 1.3em;
}

.Article__content h3 {
  font-size: 1.2em;
}

.Article__content h4 {
  font-size: 1.1em;
}

.Article__content h5 {
  font-size: 1em;
}

.Article__content h6 {
  font-size: 1em;
}

.Article__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.Article__content em {
  font-style: italic;
}

.Article__content a {
  text-decoration: underline;
}

.Article__content ul,
.Article__content dl,
.Article__content dt,
.Article__content dd,
.Article__content ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

.Article__content ul {
  list-style: disc inside;
}

.Article__content ul li {
  display: list-item;
}

.Article__content ol {
  list-style: decimal inside;
}

.Article__content ol li {
  display: list-item;
}

.Article__content blockquote {
  position: relative;
  margin: 0;
  padding: 30px;
  font-style: italic;
}

.Article__content blockquote:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article__content blockquote:after {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article__content blockquote .fa-quote-left {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}

.Article__content blockquote .fa-quote-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
}

.Article__content .Box {
  padding: 15px;
  background: #efefef;
  margin: 30px 0px;
}

.Article__content .twitter-tweet {
  background-color: #fff;
  border: 1px solid #666;
  margin: 0 0 15px;
  padding: 10px 40px;
  width: 445px;
}

.Article__content .tweetBlockQuote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Article__content .tweetBlockQuote .tweetImg {
  margin-right: 10px;
  width: 53px;
}

.Article__content .tweetBlockQuote .tweetMain {
  width: 360px;
}

.Article__content .tweetBlockQuote .tweetMain .tweetOwner {
  font-size: 1.5rem;
}

.Article__content .tweetBlockQuote .tweetMain .tweetText {
  font-size: 1.5rem;
  display: block;
}

.Article__content .tweetBlockQuote .tweetMain .tweetDate {
  display: block;
  text-align: right;
  font-size: 1.1rem;
}

.Article__footer {
  padding: 0;
}

.Article__footer .Posted {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Posted__item {
  border: 1px solid #999;
  padding: 10px 15px;
  border-radius: 3px;
}

.Posted__item a:hover {
  text-decoration: underline;
}

.Posted__item + .Posted__item {
  margin-left: 15px;
}

.Posted__item.-category:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item.-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Posted__item.-label:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item.-label a {
  margin-right: 8px;
}

.Posted__item.-label a:last-child {
  margin-right: 0;
}

.Posted__item.-comments:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item.-trackback:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item .svg-inline--fa {
  margin-right: 3px;
}

.Article__footer .bookmark {
  text-align: center;
  padding-top: 0;
  margin: 50px 0;
}

.CategoryRecentEntry__heading {
  margin-bottom: 15px;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList {
  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;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList:after {
  content: "";
  display: block;
  width: 23%;
}

.CategoryRecentEntryList__item {
  width: 140px;
}

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

.Article__footer .CategoryRecentEntry .CategoryRecentEntryThumbnail {
  line-height: 1;
  margin-bottom: 5px;
}

.CategoryRecentEntryThumbnail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  overflow: hidden;
}

.CategoryRecentEntryThumbnail__inner _:-ms-lang(x),
.CategoryRecentEntryThumbnail__inner img {
  width: 100%;
}

.CategoryRecentEntryThumbnail__inner.-bgnone {
  background: #fafafa;
}

.CategoryRecentEntryThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #808080;
}

.Comments {
  width: 100%;
  padding: 25px 0;
  margin: 0 0 25px;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.Comments .Comments__heading {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.Comments .CommentsList {
  margin-bottom: 15px;
}

.Comments__item {
  line-height: 1;
  padding: 20px 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__body {
  line-height: 1.6;
}

.Comments .Comments__leave {
  text-align: right;
}

.CommentForm__item {
  margin-bottom: 20px;
}

.CommentForm__heading {
  line-height: 1;
  margin-bottom: 5px;
}

.CommentForm__body input {
  width: 350px;
}

.CommentForm__body textarea {
  width: 400px;
}

.Comments .Comments__submit {
  text-align: right;
}

.Entry {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Entry:first-of-type {
  width: 100%;
  padding: 0 0 30px;
}

.Entry.-list {
  padding: 0;
}

.Entry.-list:first-of-type {
  padding: 0;
}

.Entry .EntryInnerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.Entry .EntryInnerWrap .EntryInnerWrap__item.-thumbnail {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
}

.Entry .Entry__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.Entry .Entry__heading .title {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.3;
}

.Entry .Entry__heading .title a:hover {
  text-decoration: underline;
}

.Entry .Entry__heading _:-ms-lang(x),
.Entry .Entry__heading .title {
  width: 100%;
}

.Entry .EntryPosted {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Entry .EntryPosted div + div {
  margin-left: 15px;
}

.Entry .EntryPosted a:hover {
  text-decoration: underline;
}

.Entry .Entry__tag {
  display: none;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Entry .Entry__tag:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Entry .Entry__tag a {
  margin-right: 10px;
}

.Entry .Entry__tag .svg-inline--fa {
  margin-right: 5px;
}

.Entry .EntryThumbnail {
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Entry .EntryThumbnail .EntryThumbnail__inner {
  width: 100%;
  height: 130px;
  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;
  line-height: 0;
}

.Entry .EntryThumbnail .EntryThumbnail__inner img {
  max-height: 100%;
}

.Entry .EntryThumbnail .EntryThumbnail__inner _:-ms-lang(x),
.Entry .EntryThumbnail .EntryThumbnail__inner img {
  width: 100%;
}

.Entry .Entry__text {
  line-height: 1.4;
  overflow: hidden;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
}

.Entry .Entry__readMore {
  margin: 0;
  text-align: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  border: 1px solid #090;
}

.Entry .Entry__readMore .ReadMore {
  position: relative;
  font-weight: 400;
  line-height: 1;
  padding: 12px 30px;
  border-radius: 0px;
  display: block;
  color: #090;
}

.Entry .Entry__readMore .ReadMore:hover {
  background: #090;
  color: #fff;
}

.Entry .Entry__readMore .ReadMore.-en {
  display: none;
  text-transform: uppercase;
  letter-spacing: .6mm;
}

.Attestation {
  padding: 25px 20px;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
}

.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: 350px;
}

.Message {
  margin-bottom: 20px;
  text-align: center;
  border: 1px dotted #999;
  padding: 15px;
  line-height: 1;
}

.Message.-error {
  background: #ffd7d7;
  border: 1px dotted #ea1010;
}

.Message__title {
  font-weight: 600;
  margin: 0 0 10px;
}

.Message__title.-error {
  color: #ea1010;
}

.Message__body {
  margin: 0;
}

.Module {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.Module.-bgnone {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.Module.-qrcode .Module__body {
  text-align: center;
}

.Module .Module__heading {
  margin-bottom: 15px;
  font-size: 1.6rem;
  position: relative;
}

.Module .Module__heading.-none {
  display: none;
}

.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: 44.9%;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.Module .RecentEntry .RecentEntryThumbnail .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;
}

.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner _:-ms-lang(x),
.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner img {
  width: 100%;
}

.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner.-bgnone {
  background: #fafafa;
}

.Module .RecentEntry .RecentEntryThumbnail .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: 55.1%;
}

.Module .RecentEntry .RecentEntry__title {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  max-height: 38px;
  overflow: hidden;
  color: #808080;
}

.Module .RecentEntry .RecentEntry__body {
  line-height: 1.4;
  max-height: 31px;
  overflow: hidden;
  color: #808080;
}

.Module .Calendar {
  width: 160px;
  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: 160px;
}

.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__week .WeekList _:-ms-lang(x),
.Module .Calendar .Calendar__week .WeekList .WeekList__item {
  width: 23px;
}

.Module .Calendar .Calendar__day {
  width: 160px;
}

.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 .Calendar .Calendar__day .DayList _:-ms-lang(x),
.Module .Calendar .Calendar__day .DayList .DayList__item {
  width: 23px;
}

.Module .Search {
  background: #fff;
  border: 1px solid #d7dfe2;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
}

.Module .Search .Search__text {
  border: 0;
  border-radius: 1px 0 0 1px;
  padding: 0 0 0 10px;
  margin-right: 5px;
  width: 100%;
  outline: 0;
}

.Module .Search .Search__submit {
  background: #090;
  color: #fff;
  line-height: 1;
  min-height: 34px;
  padding: 0 20px;
  border-radius: 1px;
  outline: 0;
}

.Module .Search .Search__submit:hover {
  background: #00b300;
}

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

.Module .ProfileList .Profile .Profile__heading {
  width: 38%;
  line-height: 1;
}

.Module .ProfileList .Profile .Profile__body {
  width: 62%;
  text-align: right;
  line-height: 1;
}

.Module .ProfileList .Profile .Profile__body a:hover {
  text-decoration: underline;
}

.Module .ProfileList .Profile .Profile__body.-comment {
  text-align: left;
}

.Module .ProfileList .Profile .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;
}

.Module .ArticleLink .ArticleLinkThumbnail .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;
}

.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner _:-ms-lang(x),
.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner img {
  width: 100%;
}

.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner.-bgnone {
  background: #fafafa;
}

.Module .ArticleLink .ArticleLinkThumbnail .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 .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 {
  margin-bottom: 15px;
  line-height: 1.4;
}

.Module .RecentTrackback .RecentTrackback__item:last-child {
  margin-bottom: 0;
}

.Module .RecentTrackback .RecentTrackback__item .RecentTrackbackTitle {
  display: block;
}

.Module .RecentTrackback .RecentTrackback__item .RecentTrackbackFrom {
  text-align: right;
}

.Module .RecentComment .RecentComment__item {
  margin-bottom: 15px;
  line-height: 1.4;
}

.Module .RecentComment .RecentComment__item:last-child {
  margin-bottom: 0;
}

.Module .RecentComment .RecentComment__item .RecentCommentTitle {
  display: block;
}

.Module .RecentComment .RecentComment__item .RecentCommentFrom {
  text-align: right;
}

.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: 1px solid #090;
  border-radius: 1px;
  color: #090;
}

.Pager__item a:hover {
  background: #090;
  color: #fff;
}

.Pager__item.-active span {
  background: #090;
  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 #090;
  border-left: solid 2px #090;
  -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 #090;
  border-left: solid 2px #090;
  -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 #090;
  border-right: solid 2px #090;
  -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 #090;
  border-right: solid 2px #090;
  -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: transparent;
  border: 1px solid #ccc;
}

.Pager__item.-disabled span:before {
  border-color: #ccc;
}

.Permalink {
  width: 100%;
  margin-bottom: 25px;
  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;
  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 .Permalink__item {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #090;
  border-bottom: 1px solid #090;
  border-left: 1px solid #090;
  border-right: 1px solid #090;
  width: 50%;
}

.Permalink .Permalink__item.-left.-prevNone {
  background: transparent;
  border: 0;
}

.Permalink .Permalink__item.-left.-nextNone .prev {
  border-right: 0;
}

.Permalink .Permalink__item.-left .prev {
  position: relative;
  border-left: 20px solid #090;
}

.Permalink .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 #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -12px;
}

.Permalink .Permalink__item.-right.-nextNone {
  background: transparent;
  border: 0;
}

.Permalink .Permalink__item.-right.-prevNone .next {
  border-left: 0;
}

.Permalink .Permalink__item.-right .next {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border-right: 20px solid #090;
}

.Permalink .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 #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -12px;
}

.Permalink .Permalink__item.-right .PermalinkThumbnail {
  margin-left: 10px;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Permalink .Permalink__item.-right .PermalinkTitle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}

.Permalink .Permalink__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 10px;
}

.Permalink .Permalink__item .PermalinkThumbnail {
  margin-right: 10px;
  width: 45.1%;
  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;
}

.PermalinkThumbnail__inner _:-ms-lang(x),
.PermalinkThumbnail__inner img {
  max-width: none;
  width: 200px;
}

.Permalink .Permalink__item .PermalinkTitle {
  margin: 0;
  width: 54.9%;
  max-height: 80px;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.2;
  color: #808080;
}

.TagCloud {
  width: 100%;
  border: 1px solid #090;
  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;
  border: 0;
}

.TagCloud a {
  text-decoration: underline;
}

.TagSearch {
  width: 100%;
  text-align: right;
  margin: 10px 0 25px;
  line-height: 1;
}

.TagSearch a:hover {
  text-decoration: underline;
}

.TagSearch a span {
  font-weight: 600;
}

.TagPhotos {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagPhotos .TagPhotosList {
  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;
}

.TagPhotos .TagPhotosList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.TagPhotos .TagPhotosList:after {
  content: "";
  display: block;
  width: 23%;
}

.TagPhotosList__item {
  width: 150px;
  margin-bottom: 20px;
}

.TagPhotosList__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;
  margin-bottom: 5px;
}

.TagPhotos .TagPhotosThumbnail {
  line-height: 1;
  margin-bottom: 5px;
}

.TagPhotosThumbnail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  overflow: hidden;
}

.TagPhotos .TagPhotosTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.6rem;
}

.TagPhotos .TagPhotosDetail {
  font-size: 1.1rem;
}

.TagPhotos .TagPhotosDetail p {
  margin: 0;
  line-height: 1.2;
}

.TagVideos {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagVideos .TagVideosList {
  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;
}

.TagVideos .TagVideosList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.TagVideos .TagVideosList:after {
  content: "";
  display: block;
  width: 23%;
}

.TagVideosList__item {
  width: 150px;
  margin-bottom: 20px;
}

.TagVideosList__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;
  margin-bottom: 5px;
}

.TagVideos .TagVideosThumbnail {
  line-height: 1;
  margin-bottom: 5px;
}

.TagVideosThumbnail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  overflow: hidden;
}

.TagVideos .TagVideosTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.6rem;
}

.TagVideos .TagVideosDetail {
  font-size: 1.1rem;
}

.TagVideos .TagVideosDetail p {
  margin: 0;
  line-height: 1.2;
}

.TagAudios {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagAudios .TagAudiosList {
  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;
}

.TagAudios .TagAudiosList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.TagAudios .TagAudiosList:after {
  content: "";
  display: block;
  width: 23%;
}

.TagAudiosList__item {
  width: 150px;
  margin-bottom: 20px;
}

.TagAudiosList__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;
  margin-bottom: 5px;
}

.TagAudios .TagAudiosTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.6rem;
}

.TagAudios .TagAudiosDetail {
  font-size: 1.1rem;
}

.TagAudios .TagAudiosDetail p {
  margin: 0;
  line-height: 1.2;
}

.TagFiles {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagFilesTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Trackback {
  width: 100%;
  padding: 20px;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 25px;
  font-weight: 600;
}

.Trackback .TrackbackArticle .TrackbackArticle__header {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 30px;
}

.Trackback .TrackbackArticle .TrackbackArticleList .TrackbackArticleList__item {
  line-height: 1.5;
  padding: 20px 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;
}

.Trackback .TrackbackArticle .TrackbackArticleList .TrackbackArticleList__item:nth-child(odd) {
  background: #f4f4f4;
}

.Trackback .TrackbackArticle .TrackbackArticleList .TrackbackArticleList__item .TrackbackUrl {
  margin: 0;
}

.Trackback .TrackbackArticle .TrackbackArticleList .TrackbackArticleList__item .TrackbackDetail {
  font-size: 1.1rem;
  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 {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px;
  margin-bottom: 25px;
  line-height: 1;
}

.UploadDetail.-other {
  padding: 20px 0 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.UploadDetail .UploadDetail__entry {
  margin: 0 0 40px;
}

.UploadDetail .UploadDetail__entry a {
  text-decoration: underline;
}

.UploadDetail .UploadDetail__date {
  margin-bottom: 50px;
  text-align: center;
}

.UploadDetail .UploadDetail__date .UploadYear {
  margin: 0 0 15px;
  font-weight: 600;
}

.UploadDetail .UploadDetail__date .UploadMonth {
  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;
}

.UploadMonth__item a {
  text-decoration: underline;
}

.UploadMonth__item.-active a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 1px;
  background: #090;
  color: #fff;
}

.UploadMonth__item .svg-inline--fa {
  width: 0.7em;
  height: auto;
  vertical-align: middle;
}

.UploadDetail .UploadDetail__content {
  padding-bottom: 30px;
}

.UploadDetail .UploadDetail__content .Content {
  text-align: center;
}

.Content__heading {
  margin: 0 0 20px;
}

.Content__body .private-date {
  border: 1px solid #090;
  height: 340px;
  line-height: 340px;
  width: 80%;
  margin: 0 auto;
}

.UploadDetail .ImageNone {
  margin: 0 0 50px;
  height: 190px;
  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 .UploadList {
  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.-other {
  margin-bottom: 0;
}

.UploadDetail .UploadList:after {
  content: "";
  display: block;
  width: 31%;
}

.UploadDetail .UploadList .UploadList__item {
  margin-bottom: 15px;
}

.UploadDetail .UploadList .UploadListThumbnail {
  width: 190px;
  height: 142px;
  overflow: hidden;
  position: relative;
}

.UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner {
  width: 100%;
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner _:-ms-lang(x),
.UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner img {
  max-width: none;
  width: 190px;
}

.btn {
  background: #090;
  color: #fff;
  border: none;
  border-radius: 1px;
  min-width: 130px;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btn:hover {
  background: #00b300;
  color: #fff;
  text-decoration: none;
}

.btn.-block {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Header .Header__inner {
    height: auto;
    padding: 30px 10px;
  }

  .Header__contentsParts {
    width: 100%;
  }

  .Header__contentsParts .Module {
    width: 48.2%;
  }

  .l-wrapper .l-wrapper__inner {
    min-width: 100%;
  }

  .l-content .l-content__inner {
    display: block;
  }

  .Main .Main__inner .Main__contentsParts .Module {
    width: 48.2%;
  }

  .Main .Main__inner {
    width: 100%;
    margin-bottom: 25px;
  }

  .Side .Side__inner {
    width: 100%;
    margin-left: 0;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .Footer .Footer__inner .Footer__contentsParts {
    width: 100%;
  }

  .Footer .Footer__inner .Footer__contentsParts .Module {
    width: 48.2%;
  }

  .Module {
    width: 48.2%;
  }

  .PermalinkThumbnail__inner _:-ms-lang(x),
  .PermalinkThumbnail__inner img {
    width: 130px;
  }

  .UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner _:-ms-lang(x),
  .UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner img {
    width: 130px;
  }
}

@media screen and (max-width: 710px) {
  .Header__contentsParts .Module {
    width: 100%;
  }

  .Main .Main__inner .Main__contentsParts .Module {
    width: 100%;
  }

  .Footer .Footer__inner .Footer__contentsParts .Module {
    width: 100%;
  }

  .Entry {
    width: 100%;
  }

  .Entry:nth-of-type(2n) {
    margin-left: 0;
  }

  .Module {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* kimochidama start */
.kimochi {
  margin-top: 10px;
}
.kimochi .kimochiHeader {
  color: #056bab;
  font-size: 18px;
}
.kimochi .kimochiHeader a {
  margin-left: 5px;
}
.kimochiClick {
  color: inherit;
  background: #e6f0fa;
  padding: 10px;
  border-top: 1px solid #9abee1;
}
.kimochiClick p {
  margin: 0;
}
.kimochiClick p a {
  color: inherit;
}
.kimochiClick p strong {
  font-weight: bold;
}
.kimochiClick .kPostWrap {
  margin-top: 15px;
}
.kimochiClick .kPostlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kimochiClick .kPostlist .kPostlist__item {
  width: 15%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kimochiClick .kPostlist .kPostlist__item a {
  margin-bottom: 3px;
}
.kimochiClick .kPostlist .kPostlist__item button,
.kimochiClick .kPostlist .kPostlist__item [type="button"] {
  width: 100%;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 13px;
  padding: 3px 2px;
  cursor: pointer;
}

.kList {
  margin-top: 10px;
}

.kUnit {
  margin: 2px 0;
}
.kUnit + .kUnit {
  margin-bottom: 0;
}
/* kimochidama end */
</pre></body></html>