@charset "UTF-8";
/*!
* Template Name: 01-Vintage
* Author: shiro
* Author URI: http://equaleaves.blog.fc2.com/
* Version: 1.0.0
* Latest Update: 2019-03-06
*/
/*------------------------------------------------------------
  リセットCSS
--------------------------------------------------------------*/
@import url("https://blog-imgs-124.fc2.com/e/q/u/equaleaves/normalize.css");
/*------------------------------------------------------------
  ユーザー設定A
--------------------------------------------------------------*/
/*----- 背景色・フォント・行間 -----*/
html {
  font-size: 62.5%;
}
body,
body:before,
#footer,
#footer:before {
  background-image: url(https://blog-imgs-124.fc2.com/e/q/u/equaleaves/01-background_flower.jpg);
}
body,
button,
input,
select,
textarea {
  color: #737D80;
  font-family: "Sarabun", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}
/* 日付文字色 */
.item-date,
.catalog-date {
  color: #737D80;
}
/* ----- リンクの設定 ----- */
a {
  color: #7DAAB3;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a:hover {
  color: #CCCCCC;
}
/*----- ブログタイトル -----*/
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
/* ブログタイトル文字色 */
h1 a {
  color: #FFFFFF;
}
h1 a:hover {
  color: #CCCCCC;
}
/* ブログタイトル下ボーダー */
h1:before {
  background-color: #FFFFFF;
}
/* ブログタイトル枠色 */
.blog-branding {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}
.blog-branding:before {
  border: 1px solid #FFFFFF;
}
/* ブログ説明文 */
.blog-description {
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
}
/*----- ブログナビ -----*/
.blog-nav {
  background-color: #D9CEC3;
  color: #807973;
}
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumbs a {
  color: #737D80;
}
.home {
  background-color: #807973;
  color: #FFFFFF;
}
/*----- プラグイン -----*/
#secondary-column {
  font-size: 12px;
  font-size: 1.2rem;
}
#secondary-column a {
  color:#737D80;
}
#secondary-column a:hover {
  color: #CCCCCC;
}
.widget {
  background-color: #F3F3F3;
}
/*----- フッター -----*/
#footer {
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer a {
  color: #FFFFFF;
}
#footer a:hover {
  color: #CCCCCC;
}
/*----- ブログ記事幅の設定 -----*/
#header,
#container {
  max-width: 1100px;
  width: 90%;
}
/*----- No Image画像 -----*/
.item-noimage,
.item-noimage-content,
.catalog-noimage,
.catalog-noimage-content {
  background: url(https://blog-imgs-124.fc2.com/e/q/u/equaleaves/01-background_flower.jpg) no-repeat center / cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.item-noimage-text:before,
.catalog-noimage-text:before {
  color: rgba(255, 255, 255, .8);
  content: "No image";
}
/*----- ボタンの色 -----*/
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.item-more-link a,
.catalog-more-link a {
  background-color: #8FADB3;
  color: #FFFFFF;
}
/*----- ページトップへ戻る -----*/
.page-top a {
  color: #737D80;
}
/*----- テキスト選択時の色 -----*/
::-moz-selection {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #FAD996;
}
::selection {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #FAD996;
}
/*------------------------------------------------------------
  タイポグラフィ
------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Cormorant Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 1em;
}
h1 {
  padding-bottom: .5em;
  position: relative;
  z-index: 1;
}
h1:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100px;
}
h1:hover:before {
  width: 100%;
}
h2 {
  font-size: 20px;
  font-size: 2.0rem;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
h3,
h4,
h5,
h6 {
  padding-right: .5em;
  padding-left: .5em;
}
.post-content h3 {
  color: #FFFFFF;
  margin-top: -50px;
  padding-top: 60px;
  padding-top: -webkit-calc(50px + .25em);
  padding-top: calc(50px + .25em);
  padding-bottom: .25em;
  position: relative;
  z-index: -1;
}
.post-content h3:before {
  background-color: #737D80;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
h4 {
  border-bottom: 2px solid #737D80;
  font-size: 16px;
  font-size: 1.6rem;
}
h5 {
  border-bottom: 1px dotted #737D80;
  font-size: 14px;
  font-size: 1.4rem;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
}
.item-title,
.catalog-title,
.list-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
.item-title,
.catalog-title {
  margin-bottom: .5em;
  padding-bottom: .25em;
  position: relative;
}
.item-title:before,
.catalog-title:before {
  background-color: #737D80;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100px;
}
.item-title:hover:before,
.catalog-title:hover:before {
  width: 100%;
}
.item-title a,
.catalog-title a,
.list-title a {
  color: #737D80;
}
.post-title {
  margin-bottom: .5em;
  padding: 0;
  padding-bottom: .25em;
  position: relative;
}
.post-title:before {
  background-color: #737D80;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
}
.page-title {
  padding: 40px 0 0 0;
  position: relative;
  text-align: center;
}
.page-title,
dt.relate_dt:before {
  font-size: 20px;
  font-size: 2.0rem;
  font-style: italic;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
}
.page-title:before {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-style: normal;
  line-height: 40px;
  margin-left: -20px;
  position: absolute;
  top: 0;
  left: 50%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  width: 40px;
}
.page-title:after {
  background-color: #D9CEC3;
  border-radius: 50%;
  content: "";
  -webkit-filter: blur(5px);
  filter: blur(5px);
  height: 30px;
  margin-left: -15px;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 30px;
  z-index: -1;
}
.page-title.relate:before {
  content: "\f005";
}
.page-title.comment:before {
  content: "\f075";
}
.page-title.respond:before {
  content: "\f303";
}
.page-title.trackback:before {
  content: "\f021 ";
}
.page-title.edit:before {
  content: "\f044";
}
.widget-title {
  border-bottom: 1px solid #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .5em;
  padding-bottom: .5em;
  position: relative;
  text-align: center;
}
.widget-title:before {
  background-color: #CCCCCC;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
p,
blockquote,
pre,
ul,
ol,
dl,
table {
  margin: 0 0 2em;
}
blockquote {
  border-left: 2px solid #737D80;
  color: #737D80;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 1em 1em 1em 3em;
  position: relative;
}
blockquote:before {
  color: #737D80;
  content: "\201C";
  font-family: "Times New Roman", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: .1em;
}
blockquote p:last-child {
  margin: 0;
}
i {
  font-family: FontAwesome;
  font-style: normal;
}
strong {
  font-weight: 700;
}
code,
pre,
kbd,
samp,
var {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}
pre,
code {
  background-color: #FAFAFA;
  border: 1px solid #EEEEEE;
  color: #808080;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1em;
}
pre code {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
mark {
  background-color: #FFF9D4;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 0, #FFF9D4 30%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 0, #FFF9D4 30%);
  color: #737D80;
}
code,
kbd {
  border-radius: 2px;
  margin: 0 .25em;
  padding: .25em;
  vertical-align: middle;
}
kbd {
  background-color: #888888;
  background: -webkit-linear-gradient(top, #888888, #444444);
  background: linear-gradient(to bottom, #888888, #444444);
  border-bottom: 1px solid #222222;
  -webkit-box-shadow: 2px 0 0 #333333 inset, 0 -1px 0 #333333 inset, -2px 0 0 #333333 inset, 0 -2px 0 #999999 inset;
  box-shadow: 2px 0 0 #333333 inset, 0 -1px 0 #333333 inset, -2px 0 0 #333333 inset, 0 -2px 0 #999999 inset;
  color: #FFFFFF;
  padding: .25em .5em;
  text-shadow: -1px -1px 0 #666666;
}
/* ----- リスト ----- */
li > ul,
li > ol {
  margin-bottom: 0;
}
.post-content dl {
  border: 1px solid #CCCCCC;
  border-radius: .5em;
  padding: 1em;
}
.post-content dt {
  background-color: #F3F3F3;
  font-weight: 700;
  padding: .25em .5em;
}
.post-content dd {
  margin: 0;
  padding: .25em .5em;
}
/* ----- テーブル ----- */
.post-content table {
  border-collapse: collapse;
  max-width: 100%;
  table-layout: fixed;
}
.post-content table,
.post-content th,
.post-content td {
  border: 1px solid #CCCCCC;
  padding: .5em;
}
.post-content caption {
  background-color :#4C4C4C;
  color: #FFFFFF;
  font-weight: 700;
  padding: .5em;
}
.post-content thead {
  background-color :#FAFAFA;
}
.post-content th,
.post-content td {
  border-style: solid dotted;
  font-weight: 400;
}
.post-content tfoot {
  text-align: right;
}
/*----- Rule -----*/
hr {
  border: 0;
  border-top: 1px dashed #737D80;
  margin: 2em 0;
}
/*------------------------------------------------------------
  要素
------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
}
body,
#footer {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
figure {
  margin: 0;
}
img,
video {
  height: auto;
  max-width: 100%;
}
/*----- フォーム -----*/
button,
input,
select,
textarea {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px;
  line-height: 1;
  padding: .5em;
}
textarea {
  max-width: 100%;
}
input:focus,
textarea:focus {
   border: 1px solid #EDF2FA;
  -webkit-box-shadow: 0 0 4px 0 #EDF2FA;
  box-shadow: 0 0 4px 0 #EDF2FA;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #CCCCCC;
}
:placeholder-shown {
  color: #CCCCCC;
}
::-webkit-input-placeholder {
  color: #CCCCCC;
  padding-top: 4px;
}
:-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #CCCCCC;
}
/*----- メディア -----*/
embed,
iframe,
object {
  max-width: 100%;
}
/*------------------------------------------------------------
  クリアフィクス
------------------------------------------------------------*/
p,
.clearfix {
  *zoom: 1;
}
p:before,
.clearfix:before {
  content: "";
  display: table;
}
p:after,
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
/*------------------------------------------------------------
  共有クラス
------------------------------------------------------------*/
.month1.month01:before {
  content: "Jan";
}
.month1.month02:before {
  content: "Feb";
}
.month1.month03:before {
  content: "Mar";
}
.month1.month04:before {
  content: "Apr";
}
.month1.month05:before {
  content: "May";
}
.month1.month06:before {
  content: "Jun";
}
.month1.month07:before {
  content: "Jul";
}
.month1.month08:before {
  content: "Aug";
}
.month1.month09:before {
  content: "Sep";
}
.month1.month10:before {
  content: "Oct";
}
.month1.month11:before {
  content: "Nov";
}
.month1.month12:before {
  content: "Dec";
}
.month2.month01:before {
  content: "January";
}
.month2.month02:before {
  content: "February";
}
.month2.month03:before {
  content: "March";
}
.month2.month04:before {
  content: "April";
}
.month2.month05:before {
  content: "May";
}
.month2.month06:before {
  content: "June";
}
.month2.month07:before {
  content: "July";
}
.month2.month08:before {
  content: "August";
}
.month2.month09:before {
  content: "September";
}
.month2.month10:before {
  content: "October";
}
.month2.month11:before {
  content: "November";
}
.month2.month12:before {
  content: "December";
}
.post-title,
.post-content h4,
.post-content h5,
.post-content h6,
.more-container,
.comment-area,
.comment-list,
.respond-area,
.trackback-area,
.trackback-list {
  margin-top: -50px;
  padding-top: 50px;
}
.subtitle-text,
.category-text,
.tag-text,
.community-text,
.comment-text,
.time-text,
.trackback-text,
.category-name,
.reply-text,
.edit-text,
.page-text,
.prev-text,
.next-text,
.read-more,
.item-date,
.item-more-link,
.post-date,
.more-open,
.more-close,
.relate-date,
.catalog-date,
.catalog-more-link,
.list-date,
.respond-field label,
.edit-field label,
#submit-button,
#delete-button,
.recent-date,
.pagetop-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}
.prev-text:before {
  content: "Previous";
  margin-left: .5em;
}
.next-text:before {
  content: "Next";
  margin-right: .5em;
}
.category-text:before,
.tag-text:before,
.comment-icon:before,
.trackback-icon:before,
.time-text:before {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  margin-right: .25em;
}
.category-text:before {
  content: "\f07c";
}
.tag-text:before {
  content: "\f02b";
}
.comment-icon:before {
  content: "\f075";
}
.trackback-icon:before {
  content: "\f021";
}
.time-text:before {
  content: "\f017";
}
.item-categories,
.item-feedbacks,
.post-categories,
.post-tags,
.post-community,
.post-footer,
.comment-name,
.comment-meta,
.trackback-meta,
.catalog-categories,
.catalog-feedbacks,
.list-categories,
.list-meta {
  font-size: 12px;
  font-size: 1.2rem;
}
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
/*----- ヘッダー -----*/
.blog-nav {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  line-height: 30px;
  height: 40px;
  position: relative;
  width: 100%;
  z-index: 4;
}
.clone {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.blog-nav-inner {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  padding: 5px 0;
  width: 90%;
}
.breadcrumbs {
  -webkit-flex: 2;
  flex: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  float: left;
  margin-right: .25em;
  margin-left: .25em;
}
.breadcrumbs li + li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
}
.home {
  border-radius: 2px;
  padding: .25em .5em;
}
.menu {
  font-size: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
  margin-left: .5em;
  overflow: visible;
  position: relative;
}
.menu li a {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 30px;
}
.menu li a:hover {
  background-color: rgba(0, 0, 0, .2);
}
#header {
  text-align: center;
  margin: 0 auto;
}
#header-inner {
  height: 400px;
  position: relative;
  z-index: 2;
}
.blog-branding {
  display: inline-block;
  max-width: 500px;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}
.blog-branding:before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
/*----- メインコンテンツ -----*/
#wrapper {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  padding: 80px 0 100px;
  position: relative;
  z-index: 2;
}
#container {
  margin: 0 auto;
}
#primary-column {
  float: left;
  margin-right: -280px;
  width: 100%;
}
#main-content {
  margin-right: 320px;
}
.new {
  color: #FF5533;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: .5em;
}
/* 投稿記事 */
.item {
  margin-bottom: 4em;
}
.item,
.post {
  position: relative;
}
.item-date-container,
.post-date-container {
  position: absolute;
  left: -15px;
  z-index: 3;
}
.item-date-container {
  top: -15px;
}
.item-date,
.post-date {
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  padding: .5em 0;
  position: relative;
  text-align: center;
  width: 60px;
}
.item-date:before,
.post-date:before {
 border: 1px solid rgba(0, 0, 0, .2);
 content: "";
 position: absolute;
 top: -5px;
 right: -5px;
 bottom: -5px;
 left: -5px;
 z-index: -1;
}
.item-date:after,
.post-date:after {
  background-color: rgba(0, 0, 0, .2);
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
}
.item-date .month1,
.post-date .month1 {
  display: block;
  margin-top: .5em;
  padding-top: .5em;
  position: relative;
}
.item-thumbnail,
.item-noimage {
  height: 200px;
  float: left;
  width: 300px;
}
.item-thumbnail,
.item-noimage,
.catalog-thumbnail,
.catalog-noimage,
.relate-thumbnail {
  overflow: hidden;
  position: relative;
}
.item-thumbnail-content,
.item-noimage-content,
.catalog-thumbnail-content,
.catalog-noimage-content,
.relate-thumbnail-content {
  height: inherit;
  position: relative;
  width: inherit;
}
.item-thumbnail-content:before,
.item-noimage-content:before,
.catalog-thumbnail-content:before,
.catalog-noimage-content:before,
.relate-thumbnail-content:before {
  background: inherit;
  content: "";
  -webkit-filter: blur(5px);
  filter: blur(5px);
  height: 100%;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0;
  padding: 50px;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
}
.item-thumbnail:hover .item-thumbnail-content:before,
.item-noimage:hover .item-noimage-content:before,
.catalog-thumbnail:hover .catalog-thumbnail-content:before,
.catalog-noimage:hover .catalog-noimage-content:before,
.relate-thumbnail:hover .relate-thumbnail-content:before {
  opacity: 1;
}
.read-more {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.item-thumbnail:hover .read-more,
.item-noimage:hover .read-more {
  opacity: 1;
}
.item-noimage-text,
.catalog-noimage-text {
  height: inherit;
  position: relative;
  width: inherit;
}
.item-noimage-text:before,
.catalog-noimage-text:before {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.item-noimage:hover .item-noimage-text:before,
.catalog-noimage:hover .catalog-noimage-text:before {
  opacity: 0;
}
.item-noimage-text {
  font-size: 20px;
  font-size: 2.0rem;
}
.catalog-noimage-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.item-content {
  float: right;
  margin-left: -300px;
  width: 100%;
}
.item-content-inner {
  margin-left: 320px;
}
.item-categories,
.catalog-categories {
  margin-bottom: .25em;
}
.item-summary,
.catalog-summary {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
.item-meta,
.comment-meta,
.trackback-meta,
.catalog-meta,
.list-meta {
  display: -webkit-flex;
  display: flex;
}
.item-more-link,
.catalog-more-link {
  width: 50%;
}
.item-more-link a,
.catalog-more-link a {
  border-radius: 2px;
  display: inline-block;
  padding: 0 1em;
}
.item-more-link a:hover,
.catalog-more-link a:hover {
  background-color: #CCCCCC;
  margin-left: 1em;
}
.item-feedbacks,
.catalog-feedbacks,
.list-feedbacks {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 50%;
}
.post-feedbacks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-feedbacks li,
.post-feedbacks li,
.catalog-feedbacks li,
.list-feedbacks li {
  display: inline-block;
}
.item-feedbacks li + li:before,
.post-feedbacks li + li:before,
.catalog-feedbacks li + li:before,
.list-feedbacks li + li:before {
  content: "/";
  margin-right: .25em;
}
/* 個別記事 */
.section {
  margin-bottom: 4em;
}
.post {
  padding-left: 80px;
}
.post-date-container {
  top: 35px;
}
.post-header {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 3em;
  padding-bottom: .5em;
}
.post-tags {
  margin: 0;
  padding: 0;
}
.post-tags li {
  display: inline-block;
  list-style: none;
}
.post-tags li:nth-child(n + 3):before {
  content: ",";
  margin-right: .25em;
}
.more-open,
.more-close {
  background-color: #7DAAB3;
  border-radius: 2px;
  color: #FFFFFF !important;
  display: block;
  font-style: italic;
  margin: 0 auto 2em;
  max-width: 200px;
  text-align: center;
  width: 80%;
}
.more-open:hover,
.more-close:hover {
  background-color: #CCCCCC;
}
.post-community {
  border: 1px solid #CCCCCC;
  border-radius: .5em;
  margin-bottom: 2em;
  padding: 1em;
}
.post-footer {
  text-align: right;
}
.post-time {
  color: #CCCCCC;
}
/* 関連記事 */
.relate-area {
  font-size: 12px;
  font-size: 1.2rem;
}
.relate-thumbnail {
  height: 100%;
  margin-bottom: .5em;
  width: 100%;
}
.relate-thumbnail:before {
  content: "";
  display: block;
  padding-top: 66.66666%;
}
.relate-thumbnail-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.relate-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relate-title a {
  color: #737D80;
}
.owl-nav div {
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.owl-nav div:before {
  background-color: #7DAAB3;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: -35px;
  width: 30px;
}
.owl-prev:before {
  content: "\f104";
  left: 0;
}
.owl-next:before {
  content: "\f105";
  right: 0;
}
/* コメント */
.respond-field,
.trackback-field,
.edit-field {
  width: 80%;
  margin: 0 auto 6em auto;
}
.comment-list:last-child,
.trackback-list:last-child {
  margin-bottom: 0;
}
.comment-list p,
.trackback-list p {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
.comment-box,
.trackback-box {
  clear: both;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  margin-bottom: 2em;
  padding: 1em;
  width: 80%;
}
.comment-box.author {
  background-color: rgba(0, 0, 0, .05);
  float: right;
}
.comment-subject,
.trackback-subject {
  border-left: 2px solid #737D80;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .5em;
}
.comment-name {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-name li,
.comment-other li {
  display: inline-block;
}
.comment-name li + li:before,
.comment-other li + li:before {
  content: "/";
  margin-right: .25em;
}
.comment-date {
  width: 50%;
}
.comment-other {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 50%;
}
/* コメントフォーム */
#name,
#email,
#subject,
#url,
#password,
#comment {
  width: 100%;
}
.respond-form {
  margin-bottom: .5em;
}
.respond-form-left {
  float: left;
  width: 49%;
}
.respond-form-right {
  float: right;
  width: 49%;
}
#himitu {
  display: none;
}
#himitu + .checkbox-icon {
  position: relative;
  top: 6px;
  vertical-align: middle;
}
#himitu + .checkbox-icon:before {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
#himitu:checked + .checkbox-icon:after {
  content: "\f00c";
  color: #737D80;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  margin: -.9em 0 0 -.5em;
  position: absolute;
  top: 50%;
  left: 50%;
}
#submit-button,
#delete-button {
  height: 40px;
  margin-right: 1em;
  width: 120px;
}
/* トラックバック */
.trackback-field {
  text-align: center;
}
.trackback-box {
  margin-right: auto;
  margin-left: auto;
}
.trackback-date {
  width: 50%;
}
.trackback-name {
  text-align: right;
  width: 50%;
}
/* 他のページ */
.catalog-list {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  padding: 10px;
  position: relative;
}
.catalog-date {
  background-color: rgba(255, 255, 255, .8);
  display: inline-block;
  padding: 0 .5em;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.catalog-thumbnail,
.catalog-noimage {
  float: left;
  height: 180px;
  width: 180px;
}
.catalog-content {
  float: right;
  margin-left: -180px;
  width: 100%;
}
.catalog-content-inner {
  margin-left: 200px;
}
.list-area {
  margin: 0 auto;
  width: 80%;
}
.list-post {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.list-summary {
  margin: 0;
}
.list-date {
  width: 50%;
}
/* ページネーション */
.pagination-page,
.pagination-post,
.pagination-category,
.pagination-list {
  font-size: 12px;
  font-size: 1.2rem;
}
.pagination-page {
  line-height: 40px;
}
.pagination-page ul {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-page ul li {
  border-right: 1px solid #CCCCCC;
  text-align: center;
}
.pagination-page ul li:last-child {
  border: 0;
}
.pagination-page a {
  display: block;
  padding: 0 1em;
}
.pagination-page a:hover,
.prev-post a:hover,
.prev-category-post a:hover,
.next-post a:hover,
.next-category-post a:hover,
.category-current a:hover {
  background-color: #7DAAB3;
  color: #FFFFFF;
}
.pagination-page a span {
  color: #7DAAB3;
}
.pagination-page a:hover span {
  color: #FFFFFF;
}
.pagination-page span {
  color: #999999;
  display: inline-block;
  padding: 0 1em;
}
span.page-text,
span.prev-text,
span.next-text {
  padding: 0;
}
.pagination-post ul,
.pagination-category ul {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-post ul li,
.pagination-category ul li {
  -webkit-flex: 1;
  flex: 1;
}
.pagination-post ul li {
  border-left: 1px solid #CCCCCC;
}
.pagination-post ul li:first-child {
  border: 0;
}
.prev-category-post {
  border-right: 1px solid #CCCCCC;
}
.next-category-post {
  border-left: 1px solid #CCCCCC;
}
.next-post,
.next-category-post {
  text-align: right;
}
.prev-post a,
.next-post a,
.prev-category-post a,
.next-category-post a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: .5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-post a,
.prev-category-post a {
  padding-left: 2.5em;
}
.next-post a,
.next-category-post a {
  padding-right: 2.5em;
}
.prev-post a:before,
.next-post a:after,
.prev-category-post a:before,
.next-category-post a:after {
  font-family: "Font Awesome 5 Free";
  margin-top: -1em;
  position: absolute;
  top: 50%;
}
.prev-post a:before,
.prev-category-post a:before {
  content: "\f104";
  left: 1em;
}
.next-post a:after,
.next-category-post a:after {
  content: "\f105";
  right: 1em;
}
.prev-category-post,
.next-category-post {
  -webkit-flex: 2;
  flex: 2;
}
.category-current {
  text-align: center;
  -webkit-flex: 1;
  flex: 1;
}
.category-current a {
  display: block;
  padding: .5em;
}
.pagination-list {
  display: -webkit-flex;
  display: flex;
  line-height: 30px;
}
.list-prev-page,
.list-next-page {
  -webkit-flex: 1;
  flex: 1;
}
.list-next-page {
  text-align: right;
}
.list-prev-page a:before,
.list-next-page a:after {
  background-color: #7DAAB3;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 30px;
}
.list-prev-page a:hover:before,
.list-next-page a:hover:after {
  background-color: #CCCCCC;
}
.list-prev-page a:before {
  content: "\f104";
  margin-right: .5em;
}
.list-next-page a:after {
  content: "\f105";
  margin-left: .5em;
}
/*----- 補足情報 -----*/
#secondary-column {
  float: right;
  width: 280px;
}
.widget {
  margin-bottom: 2em;
  padding: 10px;
}
.widget p {
  margin: 0;
}
.widget ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}
.widget ul ul {
  list-style-type: circle;
}
ul.recent-posts {
  list-style: none;
  padding: 0;
}
.recent-list {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: .5em;
}
.recent-thumbnail {
  margin-right: 10px;
}
.recent-thumbnail img {
  border-radius: 50%;
}
.recent-meta {
  -webkit-flex: 1;
  flex: 1;
}
.calender {
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0 auto;
  text-align: center;
  width: 260px;
}
.calender tr th {
  border-bottom: 1px solid #737D80;
}
.calender tr:first-child th {
  font-size: 0;
}
.calender tr:first-child th:before {
  font-size: 12px;
  font-weight: 400;
}
.calender tr:first-child th:nth-child(1):before {
  content: "Sun";
}
.calender tr:first-child th:nth-child(2):before {
  content: "Mon";
}
.calender tr:first-child th:nth-child(3):before {
  content: "Tue";
}
.calender tr:first-child th:nth-child(4):before {
  content: "Wed";
}
.calender tr:first-child th:nth-child(5):before {
  content: "Thu";
}
.calender tr:first-child th:nth-child(6):before {
  content: "Fri";
}
.calender tr:first-child th:nth-child(7):before {
  content: "Sat";
}
.calender tr th#sun {
  border-color: #FF6666;
}
.calender tr th#sat {
  border-color: #6666FF;
}
.calender tr th,
.calender tr td {
  height: 28px;
  padding: 0;
  width: 28px;
}
.calender tr td {
  line-height: 28px;
}
.calender tr td a {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  display: block;
  height: 28px;
  width: 28px;
}
.calender tr td a:hover {
  background-color: rgba(0, 0, 0, .1);
  color: #FFFFFF !important;
}
.plugin-tag {
  font-size: 10px;
  font-size: 1.0rem;
}
.plugin-tag a {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 2px;
  display: inline-block;
  margin-bottom: .25em;
  padding: .25em .8em;
}
.plugin-tag a:hover {
  background-color: rgba(0, 0, 0, .2);
  color: #FFFFFF !important;
}
/*----- フッター -----*/
#about {
  border-radius: 50%;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  width: 200px;
  z-index: -1;
}
#about:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
}
#about:after {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  height: 110px;
  width: 220px;
}
.avatar {
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  position: relative;
  z-index: 3;
}
#footer {
  overflow: hidden;
  padding-top: 100px;
  position: relative;
}
#footer:before {
  background-attachment: fixed;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  -webkit-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: 1;
}
#tertiary-column {
  margin: 0 auto;
  max-width: 500px;
  padding: 2em 0;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 2;
}
.profile-introduction {
  margin-bottom: 2em;
}
.author-name {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
}
.copyright {
  background-color: #333333;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1em;
  position: relative;
  text-align: center;
  z-index: 2;
}
.page-top {
  position: fixed;
  right: 100px;
  text-align: center;
  z-index: 5;
}
.page-top a {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 2px;
  display: block;
  padding: 1em 0 5px;
  position: relative;
  width: 60px;
}
.page-top a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.page-top a:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 1;
  margin-left: -.25em;
  position: absolute;
  top: 5px;
  left: 50%;
}
/*----- FC2Blog専用クラス -----*/
.emoji {
  vertical-align: middle;
}
.fc2_footer,
.fc2_text_ad {
  margin-bottom: 2em;
}
dl#fc2relate_entry_thumbnail_area {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  margin: 0 0 2em;
}
dt.relate_dt {
  border: 0;
  font-size: 0;
  text-align: center
}
dt.relate_dt:before {
  content: "You Might Also Like";
}
dd.relate_dd {
  margin: 0;
}
ul.relate_ul {
  list-style: none;
  padding: 0;
}
ul.relate_ul li {
  word-break: break-all;
  width: 49%;
}
ul.relate_ul li:nth-child(odd) {
  float: left;
}
ul.relate_ul li:nth-child(even) {
  float: right;
}
@media screen and (max-width: 768px) {
  ul.relate_ul li {
    width: 100%;
  }
  ul.relate_ul li:nth-child(odd) {
    float: none;
 }
  ul.relate_ul li:nth-child(even) {
    float: none;
  }
}
.relate_entry_thumbnail,
.relate_entry_thumbnail img,
.relate_entry_thumbnail_noimg {
  border-radius: 50%;
  height: 72px !important;
  width: 72px !important;
}
.fc2_recent_entry_thumb_img img {
  border-radius: 50%;
}
/*------------------------------------------------------------
  メディアクエリ
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #container {
    margin: 0 auto;
    width: 90%;
  }
  #primary-column {
    float: none;
    margin: 0;
  }
  #main-content {
    margin: 0;
  }
  #secondary-column {
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prev-text:before,
  .next-text:before {
    display: none;
  }
  body:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    -ms-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
  }
  li.rss-nav {
    display: none;
  }
  .item-content {
    float: none;
    margin: 0;
  }
  .item-content-inner {
    margin: 0;
  }
  .item-thumbnail,
  .item-noimage {
    float: none;
    height: 100%;
    margin-bottom: .5em;
    width: 100%;
  }
  .item-thumbnail:before,
  .item-noimage:before {
    content: "";
    display: block;
    padding-top: 66.66666%;
  }
  .item-thumbnail-content,
  .item-noimage-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .read-more {
    display: none;
  }
  .item-noimage-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .item-date-container {
    top: 0;
    left: 0;
  }
  .post-date-container {
    margin-bottom: 1em;
    position: static;
    text-align: center;
  }
  .post {
    margin-top: -120px;
    padding: 0;
  }
  .list-area {
    margin: 0;
    width: 100%;
  }
  .pagination-post ul,
  .pagination-category ul {
    display: block;
  }
  .pagination-post ul li {
    border: 0;
    border-top: 1px solid #CCCCCC;
  }
  .prev-category-post {
    border: 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .next-category-post {
    border: 0;
    border-top: 1px solid #CCCCCC;
  }
  .page-top {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .breadcrumbs {
    font-size: 10px;
  }
  .sub-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20em;
  }
  .subtitle-text {
    font-size: 12px;
  }
  .item {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }
  .catalog-date {
    font-size: 12px;
  }
  .catalog-thumbnail,
  .catalog-noimage {
    height: 100px;
    width: 100px;
  }
  .catarog-content {
    margin-left: -100px;
  }
  .catalog-content-inner {
    margin-left: 110px;
  }
  .catalog-summary {
    display: none;
  }
  .respond-field,
  .trackback-field,
  .edit-field {
    width: 100%;
  }
  .respond-form-left {
    float: none;
    width: 100%;
  }
  .respond-form-right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .sub-title {
    width: 16em;
  }
}
@media screen and (max-width: 320px) {
  .sub-title {
    width: 10em;
  }
}
/*----- オリジナルクラス -----*/
.kaomoji {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.photoframe {
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  outline: 1px solid rgba(0, 0, 0, .02);
}
.simple-box,
.dropshadow-box,
.balloon-box,
.square-brackets-box,
.handwritten-box,
.gradient-box,
.stripe-box,
.dot-box,
.check-box {
  padding: 1em;
}
.simple-box {
  border: 1px solid #737D80;
}
.dropshadow-box {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
}
.balloon-box {
  border: 1px solid #CCCCCC;
  border-radius: 1em;
  position: relative;
}
.balloon-box:before,
.balloon-box:after {
  border: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
}
.balloon-box:before {
  border-top: 15px solid #CCCCCC;
}
.balloon-box:after {
  margin-top: -2px;
  border-top: 15px solid #FFFFFF;
}
.square-brackets-box {
  position: relative;
}
.square-brackets-box:before,
.square-brackets-box:after { 
  content: "";
  display: inline-block;
  height: 30px;
  width: 20px;
  position: absolute;
}
.square-brackets-box:before {
  border-left: 2px solid #737D80;
  border-top: 2px solid #737D80;
  top:0;
  left: 0;
}
.square-brackets-box:after{
  border-right: 2px solid #737D80;
  border-bottom: 2px solid #737D80;
  bottom:0;
  right: 0;
}
.handwritten-box {
  border: 2px solid #CCCCCC;
  border-radius: 4em 2em 4em 2em / 2em 4em 2em 4em;
}
.gradient-box {
  background: -webkit-linear-gradient(#DAEFF3, #F3E7DA);
  background: linear-gradient(to right, #DAEFF3, #F3E7DA);
}
.stripe-box {
  background: -webkit-repeating-linear-gradient(-45deg, #E7F1F3, #E7F1F3 5px,#FAFAFA 5px, #FAFAFA 10px);
  background: repeating-linear-gradient(-45deg, #E7F1F3, #E7F1F3 5px,#FAFAFA 5px, #FAFAFA 10px);
}
.dot-box {
  background: #F3EDE7;
  background-image: -webkit-radial-gradient(#FFFFFF 20%, rgba(255, 255, 255, 0) 0), radial-gradient(#FFFFFF 20%, rgba(255, 255, 255, 0) 0);
  background-image: radial-gradient(#FFFFFF 20%, rgba(255, 255, 255, 0) 0), radial-gradient(#FFFFFF 20%, rgba(255, 255, 255, 0) 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}
.check-box {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .05) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(rgba(0, 0, 0, .05) 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .05) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(rgba(0, 0, 0, .05) 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 20px 20px;
}
.table-of-contents {
  background-color: #F3F3F3;
  border-radius: .5em;
  box-shadow: 0 0 0 2px #CCCCCC inset;
  display: inline-block;
  margin-bottom: 3em;
  padding: 1em;
  padding-top: -webkit-calc(30px + 1em);
  padding-top: calc(30px + 1em);
  position: relative;
}
.table-of-contents:before {
  background-color: #737D80;
  border-radius: .5em .5em 0 0;
  color: #FFFFFF;
  content: "目次";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.table-of-contents ol {
  counter-reset: hl_count;
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-of-contents li {
  counter-increment: hl_count;
}
.table-of-contents li:before {
  background-color: #737D80;
  border-radius: 2px;
  color: #FFFFFF;
  content: counters(hl_count, "-");
  font-family: "Cormorant Garamond", serif;
  margin-right: .5em;
  padding: 0 .5em;
}
.table-of-contents ol li ol {
  margin: .5em 0;
  padding-left: 40px;
}
dl.horizontally {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
dl.horizontally dt {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  width: 25%;
}
dl.horizontally dd {
  border-top: 1px solid #CCCCCC;
  width: 75%;
}
dl.horizontally dt:first-child {
  border-radius: .5em 0 0;
}
dl.horizontally dt:first-of-type,
dl.horizontally dd:first-of-type {
  border-top: none;
}
dl.horizontally dt:last-of-type {
  border-radius: 0 0 0 .5em;
}
@media screen and (max-width: 480px) {
  dl.horizontally {
    display: block;
  }
  dl.horizontally dt,
  dl.horizontally dd {
    width: 100%;
  }
  dl.horizontally dt {
    border-right: none;
  }
  dl.horizontally dt:first-of-type {
    border-radius: .5em .5em 0 0;
  }
  dl.horizontally dd:first-of-type {
    border-top: 1px solid #CCCCCC;
  }
  dl.horizontally dt:last-of-type {
    border-radius: 0;
  }
}
.video-container {
  height: 0;
  margin-bottom: 2em;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.video-container embed,
.video-container iframe,
.video-container object {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}