@charset "UTF-8";
@import url(https://parts.blog.livedoor.jp/css/template_7thgen.css);
/**
@prefix : <https://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Official Blog Template";
 :shortdesc "Design Template for livedoor Blog Official Blogger";
 :created "2016-04-14";
 :release [:revision "β1.8"; :created "2019-09-03"];
 :page <https://blog.livedoor.com>;
 :rights "LINE Corporation".
*/
/* 基本設定
----------------------------------------------- */
body {
  background-color: #cdeefe;
  font: 14px/1.2 Helvetica, Verdana, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  overflow-x: hidden;
  min-width: 1120px; }

#container {
  width: 100% !important;
  margin: 0 auto;
  background-image: url(./reimg/bg.png);
  background-position: top center;
  overflow: visible;
  position: relative;
  background-repeat: repeat-x;
  background-size: 2600px; }

#content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1080px; }

#content {
  width: 1080px;
  padding: 80px 20px 0; }

a,
.calendarhead a:visited {
  text-decoration: none; }

#header2 {
  display: none; }

.bnr-area-728 {
  display: block;
  width: 728px;
  margin: -25px auto 50px; }

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-bottom: 80px; }

.menu-wrap li {
  list-style: none;
  width: 257px;
  display: block; }

.menu-wrap li:nth-of-type(n+2) {
  margin-left: 17px; }

.menu-wrap li a {
  display: block;
  width: 100%; }

.menu-wrap li a img {
  width: 100%; }

.menu-wrap li a img.special {
  display: none; }

.menu-wrap li a img.ov {
  display: none; }

.menu-wrap li a:hover img.ov:not(.special) {
  display: block; }

.menu-wrap li a:hover img:not(.ov) {
  display: none; }

.sec {
  position: relative;
  background: #fff;
  border-radius: 44px;
  padding-top: 64px;
  padding-bottom: 54px;
  margin-bottom: 80px; }

.sec::before,
.sec::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 48px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sec::before {
  left: 0;
  background-color: #000; }

.sec::after {
  right: 0;
  background-color: #000;
  visibility: visible !important; }

.sec .corner {
  position: absolute;
  display: block;
  width: calc(100% - 50px);
  height: 24px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.sec .corner:nth-of-type(1) {
  top: 0;
  border-top: 4px solid #000; }

.sec .corner:nth-of-type(1)::before,
.sec .corner:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  position: absolute;
  background-image: url(./reimg/corner.svg); }

.sec .corner:nth-of-type(1)::before {
  left: -25px;
  top: -4px; }

.sec .corner:nth-of-type(1)::after {
  right: -25px;
  top: -4px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.sec .corner:nth-of-type(2) {
  bottom: 0;
  border-bottom: 4px solid #000; }

.sec .corner:nth-of-type(2)::before,
.sec .corner:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  position: absolute;
  background-image: url(./reimg/corner.svg); }

.sec .corner:nth-of-type(2)::before {
  left: -25px;
  bottom: -4px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.sec .corner:nth-of-type(2)::after {
  right: -25px;
  bottom: -4px;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

.sec__title {
  height: 84px;
  text-align: center; }

.sec__title img {
  -webkit-transform: scale(0.5) translateY(-50%);
  -ms-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%); }

.sec__title img.special {
  display: none; }

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
  background-image: url(./reimg/mv-bg.jpg);
  background-position: center center;
  overflow: visible;
  position: relative;
  background-repeat: repeat-x; }

#blog-header-inner {
  margin: 0 auto;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

#blog-header-inner .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#blog-title {
  color: transparent;
  padding: 0 !important; }

#blog-description {
  display: none; }

#blog-title,
#blog-title a {
  color: transparent;
  width: 100%;
  height: 100%;
  background-image: url(./reimg/mv-title.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1024px; }

#blog-description,
#blog-description a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4; }

#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
  display: block;
  width: 100%;
  height: 100%; }

#blog-header.hide-text #blog-title {
  padding: 0; }

#blog-header.hide-text #blog-title a {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

#blog-header.hide-text #blog-title a:hover {
  opacity: 0.15; }

/* メニューバー
------------------------------------- */
.ldb_menu-wrapper {
  margin: 0 auto;
  width: 100% !important;
  height: 60px !important;
}

.ldb_menu-inner {
  margin: 0 auto;
  position: relative;
  width: 100% !important; }

.ldb_menu {
  width: 100% !important; }

.ldb_menu-list {
  background: #fff;
  text-align: center;
  font-size: 0; }

#blog-title, #blog-title a {
  color: transparent !important; }

.ldb_menu-list li {
  display: inline-block;
  list-style: none;
  float: none !important; }

.ldb_menu-list li a {
  position: relative;
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 20px 32px;
  text-decoration: none;
  border: 2px solid transparent;
  letter-spacing: 0.02em;
  font-weight: 600; }

.ldb_menu-list .ldb_menu-item-current a,
.ldb_menu-list li a:hover {
  color: #fff;
  background-color: #80d4ff;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ldb_menu-list li a:hover::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  background-image: url(./reimg/gnav-hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }

.ldb_menu-list .ldb_menu-item-current a:after, .ldb_menu-list li a:hover:after {
  z-index: 1;
}

.ldb_menu-icons {
  position: absolute;
  right: 0;
  top: 0;
  margin: 9px; }

.ldb_menu-icons li {
  display: inline-block;
  margin: 0 4px; }

.ldb_menu-icons .ldb_menu-icon-rss a {
  color: #fff;
  font-size: 32px; }

.fix-menu {
  position: fixed;
  top: -61px;
  z-index: 100;
  width: 100%;
  transition: .3s;
  border-bottom: 1px solid #ccc;
  min-width: 1080px;
}

.fix-menu.is-active {
  top: 0;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.page-index .autopagerize_page_element {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

.page-index .autopagerize_page_element .article {
    margin-left: 20px;
    width: 320px;
}

.page-index .article {
  margin-bottom: 40px; }

.latest-info .article {
    width: 300px;
    margin-bottom: 40px;
    padding-right: 30px;
    vertical-align: top;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

/*.latest-info .first-article {
  width: 470px;
  min-height: 470px;
}*/

.article-inner {
  position: relative; }

.article-description {
  line-height: 1.5; }

.page-index .article-date,
.page-index .article-category {
  display: inline-block;
  font-size: 10px; }

.page-index .article-description {
  display: none; }

.page-index .article-social-btn {
  display: none; }

.page-index .article-comment-count {
  display: none; }

/* カテゴリ、コメント */
.article-category dt,
.article-comment-count dt {
  display: none; }

/* .article-category dl:before {
  font-family: 'FontAwesome';
  content:"\f07b";
} */
.article-comment-count dl:before {
  font-family: 'FontAwesome';
  content: "\f075"; }

/* .article-category dl,
.article-category dl a,
.article-comment-count dl,
.article-comment-count dl a {
  color: darkgray;
} */
/* タグ */
dl.article-tags,
dl.article-tags a {
  color: darkgray;
  font-size: 12px; }

dl.article-tags::before {
  font-family: 'FontAwesome';
  content: "\f02b"; }

dl.article-tags dt {
  display: none; }

dl.article-tags dd:after {
  content: ','; }

dl.article-tags dd:last-child:after {
  content: ''; }

/* 記事ヘッダー、記事タイトル */
.article-header {
  margin-top: 10px;
  position: relative; }

.first-article .article-header {
  margin-top: 10px; }

.article-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.57; }

/*.first-article .article-title {
  font-size: 22px;
  line-height: 1.45; }*/

.article-title a {
  text-decoration: none;
  color: #000; }

.article-title a:hover {
  color: #cc7acc !important;
  text-decoration: underline;
  opacity: 1 !important;
}

.article-rating {
  top: 6px;
  position: relative; }

/* 日付 */
.article-date {
  color: #6f6e73;
  margin-bottom: 10px; }

.article-meta li {
  float: none;
  display: block; }

.article-meta li a {
  color: #fff !important; }

.article-meta li:nth-of-type(n+2) {
  margin-left: 0px; }

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
  margin-top: 15px; }

.first-article .article-footer {
  margin-top: 17px; }

.article-meta {
  /*padding: 16px 0;*/ }

.page-category  .article-category dd,
.page-monthly  .article-category dd {
  padding: 3px 8px;
  border-left: none !important;
}

.page-category  .article-category dd a,
.page-monthly  .article-category dd a {
  color: #fff !important;
}

.page-category  .article-category dd a:hover,
.page-monthly  .article-category dd a:hover {
  opacity: 1 !important;
}

.page-article .article-category dd a {
  padding: 5px !important;
  color: #cc7acc !important;
}

.page-article .article-category dd {
  background-color: transparent !important;
}

.page-article .article-category dd:nth-of-type(n+2) {
  margin-left: 0;
}

.page-article .article-comment-count a {
  color: #593b31 !important;
}

/* 関連記事 */
.article-body .related-articles {
  margin: 3em 0 3em;
  line-height:1.3
}
.article-body .related-articles h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.article-body .related-articles ul {
  list-style: none;
  margin:0;
  padding-left:0;
}
.article-body .related-articles ul li {
  margin:4px 0;
  padding-left: 0px;
  width: 134px;
  display: inline-block;
}
.article-body .related-articles.with-image ul li {
	margin-right: 9px!important;
	margin-bottom: 20px!important;
	vertical-align: top;
}
.article-body .related-articles.with-image ul li:nth-child(4),
.article-body .related-articles.with-image ul li:nth-child(8) {
	margin-right: 0!important;
}
.article-body .related-articles.with-image .related-article-image,
.article-body .related-articles.with-image .related-article-title {
    display: block;
}

.article-body .related-articles.with-image ul li:first-child,
.article-body .related-articles.with-image ul li:nth-child(5) {
    padding-left: 0;
}
.article-body .related-articles.with-image .related-article-image img {
	height: 108px;
	margin-bottom: 5px;
	padding-right: 0;
　　border: 2px solid #000;
    　border-radius: 3px;
}
.article-body .related-articles.with-image .related-article-image img:hover {
	opacity: 0.6;
	transition-duration: 0.4s;
}
.related-articles.with-image .related-article-title {
    width: 90%;
    font-size: 13px;
}


/* 続きを読む */
.article-continue {
  display: block;
  text-align: right;
  clear: both;
  margin: 1em 0;
  line-height: 1; }

.page-index .article-continue a {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 12px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }

.page-index .article-continue a:hover {
  background-color: #eee; }

/*
.article-continue a:after {
  font-family: 'FontAwesome';
  content:"\f18e";
  font-size: 17px;
}
*/
/* メッセージボード */
.message-board {
  background-color: #f7f7f7;
  border: 1px solid #e4e7e8;
  border-radius: 4px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 26px;
  overflow: hidden;
  padding: 15px; }

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
  background-color: #fafafa;
  border: 1px solid #ddd; }

/* 記事本文
----------------------------------------------- */
.article-body {
  color: #080000;
  font-size: 14px; }

.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
  border-bottom: 3px solid #7f7f7f;
  clear: both; }

.article-body-inner h4 {
  border-bottom: 1px solid #ccc;
  clear: both; }

.article-body-inner blockquote {
  background-color: #fafafa;
  border: 1px solid #fff; }

.article-body-inner blockquote:before {
  color: #ddd; }

.article-body-inner img {
  height: auto;
  margin: 0 0 1.5em !important;
  max-width: 100%; }

.article-first-image {
  overflow: hidden;
  margin-bottom: 8px; }

.article-first-image img {
  width: 100%; }

/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
  border-left: 1px solid #aaa;
  color: gray; }

.comment-body {
  margin-left: 16px;
  color: #666; }

.ping-excerpt {
  color: #666;
  margin-left: 16px; }

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
  color: #555; }

ul.index-navigator li a,
ul.index-navigator li.current span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555; }

ul.index-navigator li.current span {
  background-color: #49bcf5;
  color: #fff;
  text-shadow: 0 1px 0 #000; }

ul.index-navigator a:hover {
  background-color: #eee;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff; }

ul.index-navigator a:visited {
  color: #555; }

ul.index-navigator .paging-first,
ul.index-navigator .paging-prev,
ul.index-navigator .paging-next,
ul.index-navigator .paging-last {
  font-family: sans-serif; }

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02); }

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
  position: relative;
  color: #555;
  background: transparent;
}

#blog-footer-inner {
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
  color: #5995b3;
  font-size: 12px; }

#blog-footer a {
  color: #5995b3; }

#blog-footer #footer a:hover {
  opacity: .7; }

/* ページトップへ */
#blog-footer .to-pagetop {
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  top: -310px !important;
  display: block;
  width: 150px;
  height: 308px; }

#blog-footer .to-pagetop:hover {
  opacity: .7; }

/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px; }

.sidewrapper .sidetitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.7em; }

.sidewrapper .side .sidebody {
  line-height: 1.5;
  margin: 0 0 7px 0; }

/* 月別アーカイブ */
.plugin-monthly .month {
  padding-left: 1em; }

.plugin-monthly .month div {
  margin: 4px 0; }

.plugin-monthly .month div:before {
  content: '- ';
  color: #999; }

/* カテゴリアーカイブ */
.plugin-categorize .category-child:before {
  content: '└ ';
  color: #999;
  margin-left: 8px; }

/* カレンダー */
.calendarhead {
  font-weight: bold;
  text-align: center; }

table.caltblwk .weekday {
  color: #666; }

table.caltblwk .sun {
  color: #ff5d5d; }

table.caltblwk .sat {
  color: #578efa; }

table.caltblday {
  color: #8d8d8d;
  border-collapse: separate;
  border-spacing: 1px; }

table.caltblday .caloff {
  background-color: #fff;
  border: 1px solid #e4e7e8; }

table.caltblday .calon {
  background-color: #000;
  border: none; }

table.caltblday .calon a {
  background-color: #2e90c5;
  border: none; }

table.caltblwk,
table.caltblday {
  max-width: 260px; }

table.caltblday td a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); }

/* プロフィール */
.officialblog-profile .profile-title {
  font-size: 22px;
  font-weight: bold;
  margin: 12px; }

.officialblog-profile .profile-text {
  font-size: 16px;
  margin: 0 12px;
  line-height: 1.5;
  text-align: left; }

.officialblog-profile .profile-icons {
  text-align: center;
  margin-top: 8px; }

.officialblog-profile .profile-icons li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1; }

.officialblog-profile .profile-icons li a {
  color: #000;
  font-size: 38px; }

.officialblog-profile .profile-icons li a:hover {
  opacity: 0.8; }

.officialblog-profile .profile-icons li.line {
  position: relative;
  top: 2px; }

.officialblog-profile .profile-icons li.twitter a {
  color: #64a8dc; }

.officialblog-profile .profile-icons li.facebook a {
  color: #3b5998; }

.officialblog-profile .profile-icons li.instagram a {
  color: #335b87; }

.officialblog-profile .profile-icons li.pinterest a {
  color: #c1101a; }

.officialblog-profile .profile-icons li.gplus a {
  color: #dc4e41; }

.officialblog-profile .profile-icons li.youtube a {
  color: #e22f28; }

.officialblog-profile .profile-icons li.email a {
  font-size: 32px;
  position: relative;
  top: -3px; }

/* タグ絞り込み検索 */
.plugin-search_tags li .search-tags {
  border: 1px solid #ccc;
  height: 30px;
  width: 100%; }

.plugin-search_tags .search-tags-submit {
  text-align: right; }

.plugin-search_tags .search-tags-submit-button {
  padding: 4px 24px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  border-radius: 5px; }

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
  background-position: center !important; }

.archives-header h1 {
  font-size: 17px;
  font-weight: bold; }

.archives-header h1 a {
  color: #000; }

/* 記事下広告 */
#ad2 a.addescription {
  color: #666; }

/* かんたん背景画像 */
body.show-bg-image {
  background-attachment: fixed;
  background-size: cover; }

/* AdSense用スタイル */
.google-user-ad {
  margin: 10px; }

.google-user-ad-728 {
  margin: 0 auto 24px; }

.google-user-ad-side {
  margin: 0; }

.google-user-ad-side1 {
  margin: 0 0 20px; }

.ad-center {
  text-align: center; }

/* ============================
レイアウト設定
============================ */
/* ヘッダー幅 */
body.header-width--960 #blog-header-inner,
body.header-width--960 .ldb_menu-wrapper {
  width: 960px; }

body.header-width--1080 #blog-header-inner,
body.header-width--1080 .ldb_menu-wrapper {
  width: 1080px; }

body.header-width--full #blog-header-inner,
body.header-width--full .ldb_menu-wrapper {
  width: 100%; }

/* コンテンツ幅 */
body.content-width--960 #container,
body.content-width--960 .ldb_menu-inner,
body.content-width--960 #blog-footer-inner {
  width: 960px; }

body.content-width--960 .ldb_menu {
  width: 910px; }

body.content-width--960 #main {
  width: 600px; }

body.content-width--1080 #container,
body.content-width--1080 .ldb_menu-inner,
body.content-width--1080 #blog-footer-inner {
  width: 1080px; }

body.content-width--1080 .ldb_menu {
  width: 1030px; }

/* サイドバー */
body.sidebar--right #main {
  float: left; }

body.sidebar--right #sidebar {
  float: right; }

body.sidebar--left #main {
  float: right; }

body.sidebar--left #sidebar {
  float: left; }

/* 記事一覧レイアウト */
body.article-layout--normal .article-first-image,
body.article-layout--normal .article-description {
  display: none; }

body.article-layout--list .article-body,
body.article-layout--2col .article-body,
body.article-layout--original .article-body {
  display: none; }

body.article-layout--list .article-first-image {
  float: left; }

body.article-layout--list .article-text {
  float: right; }

body.content-width--960.article-layout--list .article-first-image {
  width: 224px;
  height: 168px; }

body.content-width--960.article-layout--list .article-text {
  width: 352px; }

body.content-width--1080.article-layout--list .article-first-image {
  width: 256px;
  height: 192px; }

body.content-width--1080.article-layout--list .article-text {
  width: 448px; }

body.article-layout--2col .article:nth-of-type(odd) {
  float: left; }

body.article-layout--2col .article:nth-of-type(even) {
  float: right; }

body.article-layout--2col .article-description {
  display: none; }

body.article-layout--2col .article-title {
  max-height: 2.4em;
  overflow: hidden; }

body.article-layout--2col dl.article-tags,
body.article-layout--2col .article-social-btn {
  display: none; }

body.article-layout--2col.eyecatch--on .article:nth-of-type(odd) {
  float: right; }

body.article-layout--2col.eyecatch--on .article:nth-of-type(even) {
  float: left; }

body.content-width--960.article-layout--2col .article {
  min-height: 372px;
  width: 280px; }

body.content-width--1080.article-layout--2col .article {
  min-height: 416px;
  width: 340px; }

body.content-width--960.article-layout--2col .article-first-image {
  height: 210px; }

body.content-width--1080.article-layout--2col .article-first-image {
  height: 255px; }

body.content-width--1080.article-layout--original .article-first-image {
  height: 210px;
  width: 300px;
  margin: auto; }

body.content-width--1080.article-layout--original .latest-info .article-first-image {
  border: 3px solid #80d4ff;
  position: relative; }

body.content-width--1080.article-layout--original .latest-info .article-first-image img {
  opacity: 1; }

/*body.content-width--1080.article-layout--original .latest-info .first-article .article-first-image {
  width: 470px;
  height: 342px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }*/

body.content-width--1080.article-layout--original .latest-info .article-first-image:hover {
  border: 3px solid #1a1a1a;
  background-color: #80d4ff; }

body.content-width--1080.article-layout--original .latest-info .first-article .article-first-image::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 4px solid #1a1a1a;
  top: -3px;
  left: -3px;
  pointer-events: none;
  background-color: transparent;
  position: absolute;
  opacity: 0; }

body.content-width--1080.article-layout--original .latest-info .first-article .article-first-image:hover::after {
  opacity: 1; }

body.content-width--1080.article-layout--original .latest-info .article-first-image:hover img {
  opacity: .5; }

body.eyecatch--on .first-article,
body.eyecatch--on .first-article .article-first-image,
body.eyecatch--on .first-article .article-text {
  float: none !important;
  width: 100% !important; }

body.eyecatch--on .first-article .article-description {
  display: block; }

body.eyecatch--on .first-article .article-first-image {
  margin-bottom: 16px; }

body.eyecatch--on .first-article .article-title a {
  font-size: 24px; }

body.content-width--960.eyecatch--on .first-article .article-first-image {
  height: 450px; }

body.content-width--1080.eyecatch--on .first-article .article-first-image {
  height: 546px; }

body.content-width--1080 #main {
  width: 100% !important;
}

.google-user-ad-side {
  width: 728px;
  margin: 0 auto !important;
}

.page-article #main {
  padding: 0;
}

.to-pagetop img {
  width: 100% !important;
  bottom: 0 !important;
}

.article-text {
    width: 300px;
    margin: auto;
}
/* ============================
配色カスタマイズ用
============================ */
/* 基本文字色 */
body {
  color: black; }

/* 本文文字色 */
.article-body-inner {
  color: dimgray; }

/* 続きを読むのリンク色 */
.article-continue a:link,
.article-continue a:visited,
.article-continue:after {
  color: dimgray; }

/* 既読リンク色 */
a:visited {
  color: #1a1a1a; }

/* リンクhover色 */
a:hover {
  color: #cc7acc; }

table.caltblday .calon a:hover {
  background-color: cornflowerblue; }

/* アーカイブページの見出し色 */
.archives-header,
.archives-header a {
  color: black; }

/* 記事下カテゴリ、コメント、タグ */
.article-category dl,
.article-comment-count dl,
dl.article-tags {
  color: darkgray;
  /* アイコン色 */ }

.article-category dl a,
.article-comment-count dl a,
dl.article-tags a {
  color: darkgray;
  /* 文字色 */ }

/* サイドバーの見出し文字色 */
.page-index .sidewrapper .sidetitle,
.page-index .sidewrapper .sidetitle a {
  color: black; }

.article-category dt, .article-comment-count dt {
  display: none;
}

.page-index .article-category dd.article-category2 {
  border-left: none; }

.article-category dd:nth-of-type(n+2) {
  margin-left: 8px; }

.article-category dd {
  background-color: #49bcf5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-top: 3px;
  padding-bottom: 3px; }

.article-category dd:hover {
  background-color: #7fd0f8; }

.page-index .pager {
  /*display: none;*/ }

.latest-info {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.latest-info__add {
    position: absolute;
    width: 300px;
    height: 250px;
    vertical-align: top;
    display: inline-block;
    right: 60px;
    bottom: 238px;
}
.zu {
  display: block;
  width: calc(100% - 120px);
  margin: 60px auto 0; }

.zu.special {
  display: none; }

div.popularArticlesWithImage.A {
  margin: 40px 0 0; }

div.popularArticlesWithImage.A ul {
  font-size: 0; }

div.popularArticlesWithImage.A ul li:nth-of-type(n+2) {
  margin-left: 30px; }

div.popularArticlesWithImage.A ul li:nth-of-type(4n) {
  margin-left: 0; }

div.popularArticlesWithImage.A ul li:nth-of-type(n+4) {
  margin-top: 30px; }

div.popularArticlesWithImage.A div.title {
  display: none; }

div.popularArticlesWithImage.A ul li a {
  border: 3px solid #80d4ff !important;
  position: relative; }

div.popularArticlesWithImage.A ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #49bcf5;
  opacity: .5; }

div.popularArticlesWithImage.A ul li a:hover::before {
  opacity: 0; }

div.popularArticlesWithImage.A ul li a:hover {
  border-color: #000 !important; }

div.popularArticlesWithImage.A ul li {
  margin-bottom: 0; }

div.popularArticlesWithImage.A ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute; }

div.popularArticlesWithImage.A ul li a:hover::after {
  display: none; }

div.popularArticlesWithImage.A ul li:nth-of-type(1) a::after {
  background: url(../reimg/num_1.png);
  background-repeat: no-repeat;
  background-position: center; }

div.popularArticlesWithImage.A ul li:nth-of-type(2) a::after {
  background: url(../reimg/num_2.png);
  background-repeat: no-repeat;
  background-position: center; }

div.popularArticlesWithImage.A ul li:nth-of-type(3) a::after {
  background: url(../reimg/num_3.png);
  background-repeat: no-repeat;
  background-position: center; }

div.popularArticlesWithImage.A ul li:nth-of-type(4) a::after {
  background: url(../reimg/num_4.png);
  background-repeat: no-repeat;
  background-position: center; }

div.popularArticlesWithImage.A ul li:nth-of-type(5) a::after {
  background: url(../reimg/num_5.png);
  background-repeat: no-repeat;
  background-position: center; }

div.popularArticlesWithImage.A ul li:nth-of-type(6) a::after {
  background: url(../reimg/num_6.png);
  background-repeat: no-repeat;
  background-position: center; }

.other-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.other-area li {
  list-style: none;
  width: 300px;
  display: block;
  margin: 40px 15px 0;
  min-height: 320px;
  padding-bottom: 70px;
  position: relative; }

.other-area h3 {
  font-size: 18px;
  color: #49bcf5;
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 18px;
  font-weight: 700; }

.other-area h3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #49bcf5;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0; }

.other-area img {
  display: block;
  margin: 0 auto 20px; }

.other-area .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.other-area p {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 700; }

.other-area li:nth-of-type(1) a {
  display: block;
  margin: 0 10px;
  width: 121px; }

.other-area li:nth-of-type(2) a:nth-of-type(1) {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.other-area li:nth-of-type(2) a:nth-of-type(2) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.other-area li:nth-of-type(3) a {
  width: 280px;
  margin: 0 auto;
  display: block; }

.other-area::before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
  background-color: #49bcf5;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.other-area .more {
  width: 112px !important;
  height: 23px;
  display: block;
  position: absolute;
  bottom: 26px;
  right: 0;
  background: url(../reimg/more2.png);
  background-repeat: no-repeat; }

.other-area .more:hover {
  opacity: .7; }

.sec .other-area a {
  color: #1a1a1a;
}
.sec .other-area a:hover {
  color: #cc7acc;
}

.sec .sns {
  text-align: right;
  font-size: 0;
  margin-top: 30px;
  margin-right: 40px; }

.sec .sns li {
  display: inline-block;
  list-style: none;
  margin-left: 10px; }

.sec .sns li a:hover {
  opacity: .7; }

.first {
  display: block;
  margin: 80px auto 0;
  width: 400px;
  height: 200px;
  background: url(../reimg/first.png);
  background-repeat: no-repeat; }

.first:hover {
  background: url(../reimg/first_ov.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 1; }

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ebf8ff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 0 20px;
  margin-top: 237px;
  position: relative; }

.footer-links .sidewrapper {
  width: 300px; }

.footer-links .sidewrapper + .sidewrapper {
  margin-left: 30px; }

.footer-links .sidetitle {
  color: #5995b3;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.footer-links .sidetitle::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5995b3;
  display: block;
  position: absolute; }

.footer-links .sidebody {
  margin-bottom: 0 !important; }

.footer-links .sidebody a {
  color: #5995b3 !important;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em; }

.footer-links .sidebody a:hover {
  opacity: .7; }

.sidewrapper input.sf {
  background-color: #fff;
}

.footer-links .sf {
  border: 2px solid #5995b3 !important;
  width: 271px !important;
  height: 35px !important;
  margin: 0 !important; }

.footer-links .sfbtn {
  width: 19px !important;
  height: 20px !important;
  text-shadow: none !important;
  margin: 6px 0 0 !important;
  color: transparent;
  background: url(../reimg/search.png) !important;
  background-repeat: no-repeat !important;
  border: none !important; }

.footer-links .sfbtn:hover {
  color: transparent !important;
  opacity: .7; }

.footer-links #ld-services {
  position: absolute;
  top: 170px;
  left: 44%;
  -webkit-transform: translateX(265px);
  -ms-transform: translateX(265px);
  transform: translateX(265px); }

.footer-links #ld-services:hover {
  opacity: .7; }

.profile {
  width: 100%;
  background-color: #ebf8ff;
  padding-bottom: 70px; }

.profile-box {
  background-color: #78c8f0;
  width: 970px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 77px 20px 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
}

.profile-box > div {
  width: 630px;
  margin-left: 60px;
  text-align: left;
  color: #fff;
  padding-top: 39px; }

.profile-box > div p {
  margin-top: 16px;
  font-weight: 700;
  font-size: 13.2px;
  line-height: 1.53; }

.mission {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-540px);
  -ms-transform: translateX(-540px);
  transform: translateX(-540px);
  top: -170px; }

.mission:hover {
  opacity: .7;
}

.bnr-special {
  width: 392px;
  height: 109px;
  background: url(../reimg/bnr-special01.png);
  background-repeat: no-repeat;
  display: block;
  margin: 40px auto;
  cursor: pointer; }

.bnr-special:hover {
  background: url(../reimg/bnr-special01_ov.png);
  background-position: right bottom;
  background-repeat: no-repeat; }

.bnr-special.fixed {
  position: fixed;
  bottom: 70px;
  left: 30px;
  z-index: 100; }

.page-monthly .article-inner,
.page-category .article-inner {
  display: flex;
}
.page-monthly.content-width--1080.article-layout--list .article-text,
.page-category.content-width--1080.article-layout--list .article-text {
  margin-left: 30px;
}

.page-monthly .article,
.page-category .article {
  position: relative;
}

.page-monthly .article-continue,
.page-category .article-continue {
  position: absolute;
  width: 300px;
  height: 115px;
  margin: 0;
  bottom: 0;
  right: 0;
}

.page-monthly.content-width--1080.article-layout--list .article-text,
.page-category.content-width--1080.article-layout--list .article-text {
  margin-bottom: 0;
}
.page-monthly .article:last-of-type,
.page-category .article:last-of-type {
  padding-bottom: 30px;
}
.page-monthly.content-width--1080.article-layout--list .article-text,
.page-category.content-width--1080.article-layout--list .article-text  {
  width: 410px;
}
#blog-title, #blog-title a {
  font-size: 0 !important;
}
.ldb_menu-icon-rss {
  display: none !important;
}

/*.page-monthly .archives-header {
  display: none;
}*/
.page-monthly #main,
.page-category #main {
  padding-top: 0 !important;
}

.archives-pager-type2 {
  margin-bottom: 50px;
}

.profile-box .sns {
  display: flex;
  margin-top: 15px;
  justify-content: flex-end;
}

.profile-box .sns li {
  list-style: none;
  margin-left: 10px;
}

.profile-box .sns li:hover {
  opacity: .7;
}

.article-continue img {
  width: 100%;
}

.sidebar--add .article {
  max-width: 700px;
  position: relative;
}
.sidebar--add .article .add-area {
  position: absolute;
  top: 0;
  right: -380px;
}

.sidebar--add .article .add-area.is-fixed {
  position: fixed;
  top: 65px;
  left: 50%;
  right: auto;
  transform: translateX(240px);
}

.sidebar--add .article .add-area.is-fixed.over {
  position: absolute;
  top: auto;
  bottom: 0;
  right: -380px;
  left: auto;
  transform: translateX(0);
}

@media screen and (max-width: 1120px) {
  .sidebar--add .article .add-area.is-fixed {
    transform: translateX(0);
    /*right: -380px;*/
      left: 750px;
  }
}

div.popularArticlesWithImage.A ul li a {
  background: url(../reimg/noImage.png) !important;
  background-position: center;
  display: block;
  background-size: 300px !important;
}



/*追加css*/
.ldb_menu-list li:nth-child(4) a:hover::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 184px;
    background-image: url(/reimg/menu_after.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -269px;
    left: 82%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.page-index .ldb_menu-list li:nth-child(4) a:hover::after {
    top: -172px;
}
.fix-menu.is-active .ldb_menu-list li:nth-child(4) a:hover::after {
    display: none;
}


/*footer logo*/
li#blog-powered {
    margin-top: 30px !important;
}

/*ページャー*/
ul.index-navigator {
    margin: 40px 0 10px;
}

/** ---------- Google AdSense（記事下タブルレクタングル） ---------- **/
.google-user-ad-article {
  display: flex;
  margin: 20px -20px;
}

.google-user-ad-side {
    margin: 0px;
    margin: 20px 0 !important;
}

/*続きを読むボタン*/
.page-index .article.first-article .article-continue {
    width: 330px;
    height: 130px;
    position: absolute;
    bottom: -76px;
    right: 60px;
    transform: translate(0, 50%);
}
.page-index .article.first-article .article-continue a {
    background: url(./reimg/more.png) no-repeat;
    width: 330px;
    height: 130px;
    background-size: contain;
}

.page-index .article.first-article .article-continue a:hover {
    background: url(./reimg/more_ov.png) no-repeat;
    width: 330px;
    height: 140px;
    background-size: contain;
}

.page-index .article-continue a {
    background-color: #fff;
    border: unset;
    border-radius: unset;
    color: #555;
    display: inline-block;
    font-size: 0;
    text-decoration: none;
    padding: 0;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.page-index .article-continue a:hover {
    background-color: unset;
}

/*記事一覧カテゴリデザイン*/
.article-category dd, .article-comment-count dd {
    line-height: 2;
}

/*アーカイブタイトル*/
.archives-header {
    padding: 30px !important;
}

/*メニューバーフォント */
.ldb_menu-list li a {
    font-size: 16px !important;
    font-weight: bold !important;
}

/*ヘッダー高さ*/
#blog-header-inner {
    height: 320px !important;
}
#blog-header {
    height: 320px !important;
}


/*関連記事枠デザイン*/
.related-articles.with-image .related-article-image img {
    border: 2px solid #000;
    border-radius: 3px;
}

/*記事下コメント欄*/
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::before {
    background: #80d4ff;
    border-color: #80d4ff;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::before {
    background: #80d4ff;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button {
    background: #80d4ff;
}

.footer-links .autopagerize_page_element {
    display: none;
}



/*個別記事タイトルサイズ*/
.page-article .article-title {
    font-size: 24px;
}

/*個別記事画像margin調整*/
.article-body-inner img.pict {
    margin-bottom: -25px !important;
}

/*個別記事白背景調整*/
.article {
    box-sizing: border-box !important;
    padding: 40px 30px !important;
    background: #fff !important;
}

.page-index .article {
    padding: unset !Important;
}

/*current after 非表示*/
.ldb_menu-list .ldb_menu-item-current a:after {
    display: none;
}

/*人気記事見た目調整*/
div.popularArticlesWithImage.A ul li a::before {
    background-color: transparent;
}

div.popularArticlesWithImage.A ul li a:hover::before {
    opacity: .8;
}
div.popularArticlesWithImage.A ul li:nth-of-type(1) a:hover::before {
    background: url(../reimg/num_1.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.popularArticlesWithImage.A ul li:nth-of-type(2) a:hover::before {
    background: url(../reimg/num_2.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.popularArticlesWithImage.A ul li:nth-of-type(3) a:hover::before {
    background: url(../reimg/num_3.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.popularArticlesWithImage.A ul li:nth-of-type(4) a:hover::before {
    background: url(../reimg/num_4.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.popularArticlesWithImage.A ul li:nth-of-type(5) a:hover::before {
    background: url(../reimg/num_5.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.popularArticlesWithImage.A ul li:nth-of-type(6) a:hover::before {
    background: url(../reimg/num_6.png);
    background-repeat: no-repeat;
    background-position: center;
}



/*0618*/
/* 記事ページ、月別アーカイブページ pagerデザイン変更*/
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}
.articlePagination {
    position: relative;
    width: 636px;
    margin: 40px 0 60px;
}
.articlePagination ul {
    display: table;
    width: 100%;
    background: #80d4ff;
    border: 2px solid #000;
    border-radius: 3px;
}
.articlePagination ul li {
    position: relative;
    display: table-cell;
    list-style: none;
    width: 324px;
    vertical-align: middle;
    height: 80px;
}
.articlePagination ul li.prev {
    padding-left: 65px;
}
.articlePagination ul li.next {
    padding-right: 65px;
    text-align: right;
}
.articlePagination ul li + li {
    border-left: 2px dotted #444;
}
.articlePagination ul li a {
    display: inline-block;
    padding: 11px 15px;
    vertical-align: middle;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
}
.articlePagination ul li.prev span,
.articlePagination ul li.next span {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    margin-top: -9px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.articlePagination ul li.prev span {
    left: 10px;
    padding-left: 10px;
    background: url(/reimg/icon_prev.png) left center no-repeat;
}
.articlePagination ul li.next span {
    right: 10px;
    padding-right: 10px;
    background: url(/reimg/icon_next.png) right center no-repeat;
}