@charset "UTF-8";

/*
Theme Name: シーラマネージャーナル
Template: twentyfifteen
Author: シーラマネージャーナル
Description:
Version: 1.0
Updated: 2021-6-29
*/

/* Color Scheme
-----------------------------------------------------

	=Theme Color = #3ac3cc, rgba(58, 195, 204, 1)

-----------------------------------------------------
*/

@import "reset.css";
@import "wordpress.css";

/* 共通→CSS変数設定 */
:root {
  --my-first-color: #f38c3c; /* 変更可能 */
  --my-second-color: linear-gradient(#f19044, #eb5d43);/* 変更可能 */
  --my-kw-color: #fdd538; /* 変更可能 */
  --my-bg-color: #4d4d4d; /* 固定 */
}

/*
-----------------------------------------------------

 	=Global Layout

-----------------------------------------------------
*/

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif, serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 1px transparent;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
  text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}

body {
  font-size: 1.6rem;
  background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
dt,
dd,
li { line-height: 2.2; }

p,
ul,
ol,
dl { margin-bottom: 20px; }

/* p:last-child, */
ul:last-child,
ol:last-child,
dl:last-child { margin-bottom: 0; }

table {
  width: 100%;
  line-height: 1.75;
  text-align: left;
  border-collapse: collapse;
}

th,
td {
  padding: 1.4em;
  vertical-align: top;
  border: none;
}
th { font-weight: normal; }
tr { border-bottom: solid 1px #ddd; }
tr:last-child { border-bottom: none !important; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a img { border: none; }

a {
  color: var(--my-first-color);
  text-decoration: underline;
}

a,
a img {
  cursor: pointer;
  transition: all ease-out 0.2s;
}

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

ol li {
  display: list-item;
  margin: 0;
  font-size: 100%;
  line-height: 2;
  list-style: decimal inside;
}
strong { font-weight: bold; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 0.7em;
  font-size: 100%;
  font-weight: inherit;
  color: inherit;
  appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  line-height: 1;
  color: #777;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 2px 2px 0 #ddd;
  box-shadow: inset 1px 1px 0 #ddd;
}
input[type="text"] {}
input[type="email"] {}
input[type="submit"] { cursor: pointer; }

input[type="text"],
input[type="submit"],
textarea {
  appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

input[type="text"]:focus,
textarea:focus {
  color: #373737;
}

textarea {
  width: 92%;
}
form em { padding: 0.3em; font-size: 80%; font-style: bold; color: #fff; background: #70cdf3; border-radius: 5px; }
form table em { margin-left: 0.7em; }
form ul { padding: 0 !important; margin: 0 !important; border: none !important; }
form ul li { display: inline-block !important; }
form label { margin-right: 1.4em; }
form input[type="radio"] { margin-right: 0.7em; }

form input[type*="submit"] {
  display: block;
  width: 280px;
  padding: 10px;
  margin: 0 auto 20px;
  font-size: 1.5em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #70cdf3;
  border: none;
  border-radius: 3px;
  transition: all ease-out 0.1s;
  transform: translate3d(0, 0, 0);
}

form input[type*="submit"]:hover {
  opacity: 0.7;
}

/*
-----------------------------------------------------

 	=Global Style

-----------------------------------------------------
*/

#container {
  position: relative;
  z-index: 2;
}

.wrapper {
  width: 1120px;
  margin: auto;
}

/* Animation & Decoration
----------------------------------------------------- */

/* Scroll Effect (script.js) */
.effect .effect-object {
  transition: 0.7s;
  transition-delay: 0.1s;
}

.effect.fadein .effect-object {
  opacity: 0;
}

/*
-----------------------------------------------------

	=Header

-----------------------------------------------------
*/

#cont {
  padding-top: 84px;
}

.block {
  margin-bottom: 60px;
}

#header {
  position: fixed;
  top: auto;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  background-color: #fff;
}

#header #header-in {
  padding: 20px 0;
}

#header .header-left { width: 78%; }
#header .header-right { width: 22%; }

/* Left */
#header .flex-wrapper {
  align-items: center;
  justify-content: flex-start;
}

#header .header-left .sitetitle {
  display: block;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1;
}
#header .header-left .logo { width: 240px; height: 70px; }
#header .header-left #nav { width: 580px; margin-left: 30px; }

#header .header-left .logo .img {
  margin-bottom: 5px;
  line-height: 30px;
}

#header .header-left .logo .txt {
  font-size: 11px;
  font-weight: bold;
  color: #3ac3cc;
}

#header .header-left .logo .img img {
  width: 100%;
  height: 100%;
}

/* Right */
#header .header-right .sns {
  font-size: 0;
  text-align: right;
  letter-spacing: 0;
}

#header .header-right .sns li {
  display: inline-block;
  margin-left: 7px;
  font-size: 1em;
}

#header .header-right .sns li:first-child {
  margin-left: 0;
}

/* =Navigation */
#nav {}

#nav ul {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;

  /* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}

#nav ul li {
  display: inline-block;
  padding: 5px 0;
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: solid transparent 4px;
  transition: all ease-out 0.2s;
}

#nav ul li a {
  display: block;
  padding: 0 15px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-decoration: none;
}

#nav ul li a::before {
  font-size: 0.75rem !important;
}

#nav ul li:hover,
#nav ul li.active { opacity: 0.6; }

/* =Searchform */
.searchform {
  position: relative;
  width: 220px;
}

.searchform input {
  height: 40px;
  padding: 10px;
}

.searchform .assistive-text {
  display: none;
}

.searchform .field {
  width: 100%;
  font-size: 11px;
  border: solid 1px var(--my-first-color);
  border-radius: 3px;
  box-shadow: none;
}

.searchform .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 0;
  background: var(--my-first-color) url(assets/images/ico-search.png) no-repeat center;
  background-size: 16px auto;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.searchform .submit:hover {}

/* =Key Visual
----------------------------------------------------- */
#key {
  margin-bottom: 60px;
}

/* ※ ループについては後述 */

/*
-----------------------------------------------------

	=Main

-----------------------------------------------------
*/

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* メインカラム・サイドバー */
#primary { width: 800px; }
#secondary { width: 280px; }

.wc-static-ctn { display: none; }

/*
-----------------------------------------------------

	=Side

-----------------------------------------------------
*/

#secondary .sidebar {}

/* タグのリスト一覧 */
ul.list-tag {
  font-size: 0;
  letter-spacing: 0;
}

ul.list-tag li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  letter-spacing: 0;
}

ul.list-tag li a {
  display: block;
  min-width: 100px;
  padding: 7px 15px;
  padding-left: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-decoration: none;
  background: url(assets/images/ico-tag.png) no-repeat 10px center;
  background-color: var(--my-kw-color);
  background-size: 14px auto;
  border-radius: 50px;
}

ul.list-tag li a:hover {
  background-color: #aaa;
}

/*
-----------------------------------------------------

	=フッター前資料ダウンロード/バナー

-----------------------------------------------------
*/

.action-download {
  display: flex;
  justify-content: space-between;
  padding: 6.25vh 0;
  color: #fff;
  background: url(assets/images/action-pic01.png) no-repeat center;
  background: var(--my-bg-color);
  background-size: auto 100%;
}

/* 資料ダウンロードの場合 */
.action-download .wrapper {
  display: flex;
  justify-content: center;
}

.action-download .box {
  padding: 0 0 0 8%;
  font-size: 1.8rem;
}

.action-download .box .title {
  font-size: 1.8em;
  font-weight: bold;
}

.btn-main {
  display: inline-block;
  width: 100%;
  max-width: 540px;
  padding: 0.75em 1em;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--my-second-color);
  border-radius: 5px;
}

.btn-main:hover {
  opacity: 0.75;
}

.download-img {
  width: 200px;
}

/* バナーの場合 */
.action-download .main-img {
  width: 100%;
  height: auto;
}

.action-download .main-img img {
  width: 100%;
  height: auto;
}

.action-download-blk {
  width: 50%;
}

.action-download-blk h2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}

.action-download-blk:nth-child(1) {
  padding-right: 20px;
  padding-left: 80px;
}

.action-download-blk:nth-child(1) p {
  line-height: 1.8;
}

.action-download-blk:nth-child(2) {
  padding-right: 80px;
  padding-left: 20px;
}

/*
-----------------------------------------------------

	=Footer

-----------------------------------------------------
*/

#footer {
  font-size: 1.1rem;
  background-color: #fff;
}

#footer,
#footer a { color: #fff; }
#footer a { text-decoration: none; }

#footer #footer-in {
  position: relative;
  flex-direction: row-reverse;
  padding: 40px 0;
}

#footer .footer-left {
  width: 74%;
  font-size: 0;
  letter-spacing: 0;
}
#footer .footer-right { width: 220px; }

#footer .nav {
  width: 65%;
}

#footer .logo {
  width: 240px;
  height: 36px;
  margin-right: 8%;
}

#footer .logo img {
  width: 100%;
  height: 100%;
}

/* Right */
#footer .footer-right { text-align: right; }
#footer .footer-right .logo { margin-bottom: 20px; }
#footer .footer-right .corporate-link { margin-bottom: 20px; }
#footer .footer-right .corporate-link a { margin: 0 0.25em; }
#footer .footer-right .corporate-link a:hover { opacity: 0.4; }
#footer .footer-right .search { margin-bottom: 20px; text-align: right; }

#footer .footer-right .search::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: ".";
}
#footer .footer-right .search .searchform {}

#footer .footer-right .sns {
  font-size: 0;
  text-align: right;
  letter-spacing: 0;
}

#footer .footer-right .sns li {
  display: inline-block;
  margin-left: 7px;
  font-size: 1em;
}

#footer .footer-right .sns li:first-child {
  margin-left: 0;
}

/* Right */
#footer .footer-left {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
}

#footer .footer-left .nav ul {
  display: inline-block;
  width: 30%;
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 1.2rem;
  vertical-align: top;
}
#footer .footer-left .nav ul:last-child {}
#footer .footer-left .nav ul.x2 { width: 45%; }
#footer .footer-left .nav ul:first-child {}

#footer .footer-left .nav ul li {
  display: block;
  margin-bottom: 0;
  background-size: 5px auto;
}

#footer .footer-left .nav ul.x2 li {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

#footer .footer-left .nav ul li a {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
}
#footer .footer-left .nav ul li a:hover { text-decoration: none; opacity: 0.4; }

#footer .footer-left .nav .tit {
  margin-bottom: 0.25em;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--my-first-color);
}

#footer #copyright {
  padding: 15px 0;
  font-size: 1.1rem;
  line-height: 1;
  color: #333;
  text-align: right;
  border-top: solid 1px #dcdcdc;
}

/* ページトップへ戻る */
#btn-pagetop {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 10;

  /* top: -30px; */
  width: 40px;
  transition: all ease-in 0.2s;
}

#btn-pagetop:hover {
  opacity: 0.75;
}

/*
-----------------------------------------------------

	=画面下部の追従

-----------------------------------------------------
*/
.bottom-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  color: #fff;
  background-color: rgb(77 77 77 / 85%);
}

.bottom-fixed .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bnr-fixed {
  display: block;
  width: 680px;
  height: auto;
  margin: 0 auto;
}

.bnr-fixed img {
  width: 100%;
  height: auto;
}

/*
-----------------------------------------------------

	=Common Parts

-----------------------------------------------------
*/

/* =Breadcrumbs
----------------------------------------------------- */
#breadcrumbs {
  padding: 10px 0;
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 20px;
  border-bottom: solid 1px #dcdcdc;
}

#breadcrumbs .wrapper {
  padding-left: 20px;
  background: url(assets/images/ico-home.png) no-repeat left center;
  background-size: 13px auto;
}

#breadcrumbs,
#breadcrumbs a {
  color: #333;
}

#breadcrumbs a {
  font-weight: bold;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

/* =Common Parts
----------------------------------------------------- */

/* =Summary（カテゴリー一覧ページのみ） */
#summary {}

#summary .wrapper {
  padding-bottom: 30px; /* -10px for tags */
  margin-bottom: 40px;
  border-bottom: solid 1px #dcdcdc;
}

#summary .pic { width: 25%; }
#summary .cont { width: 73%; }

#summary .tit {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

#summary .tit em {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

#summary p {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0;
}

/* =Sticky（カテゴリー一覧ページのみ） */
#sticky {
  margin-bottom: 80px;
}

#sticky .row .col:nth-child(1) {
  position: relative;
}

#sticky .row .col:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin: -15px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  content: "new";
  background-color: #ff7f40;
  border-radius: 50%;
}

/* =カテゴリーナビゲーション */

/* .nav-category {
	border: solid 1px #dcdcdc;
} */
.nav-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-category ul li {
  width: 33.3333%;
}

.nav-category ul li a {
  display: block;
  padding: 10px 20px;
  margin: -1px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  background: url(assets/images/ico-arrow-right.png) no-repeat right 15px center;
  background-color: #fff;
  background-size: 8px auto;
  border: solid 1px #dcdcdc;
  transition: all ease-out 0.2s;
}

.nav-category ul li a:hover {
  color: #fff;
  background-color: var(--my-first-color);
}

/* =Common Format
----------------------------------------------------- */

/* Section */
.block {
  margin-bottom: 40px;
}

.block:last-child {
  margin-bottom: 0;
}

/* Decoration */
a.plain { color: inherit; text-decoration: none; }

/* Heading */
.tit-main {
  margin-top: 40px;
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
  color: var(--my-first-color);
  letter-spacing: 0;
}

.tit-main em {
  display: inline-block;
  margin-top: -0.35em;
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  vertical-align: middle;
}
.tit-main:first-child { margin-top: 0; }

.tit-main.noborder {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .tit-main {
  padding-bottom: 0.75em;
  font-size: 20px;
  border-bottom: solid 1px var(--my-first-color);
}

.sidebar .tit-main em {
  font-size: 11px;
}

/* Text */
.txt-note { font-size: 0.875em; color: #999; }

.link { font-size: 1.2rem; }

/* SNS */
.side-sns {
  display: flex;
}

.side-sns li {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-right: 15px;
}

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

/*
-----------------------------------------------------

	=Loop

-----------------------------------------------------
*/

/* =Common
----------------------------------------------------- */

/* 全ループ共通 */
.loop {}
.loop .row {}
.loop .row .col {}

/* ループ下部 */
.loop-footer {
  padding-top: 40px;
  margin-bottom: 40px;
}
.loop-footer:last-child { margin-bottom: 0; }

.loop .teaser-image img {
  /* objectFitImages for ie11 */
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

/* =Type : Key
----------------------------------------------------- */

/* キービジュアル専用ループ */

/* ※ メインループについては下記にマークアップ */

/* ※ スマホでは非採用のスタイル */
.loop .type-key {}

.loop .type-key::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: ".";
}

.swiper-slide .image {
  position: relative;
  height: 320px;
}

.swiper-slide .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.teaser-category {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}

.swiper-slide .header {
  min-height: 130px;
  padding: 20px;
  background-color: rgb(255 255 255 / 100%);
}

.swiper-grandparent {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--my-first-color);
}

.teaser-title {
  margin: 0 0 1.5rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}

.teaser-title a {
  color: inherit;
  text-decoration: none;
}

.teaser-category li {
  line-height: normal;
}

.teaser-category a {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--my-second-color);
}

.teaser-date {
  font-size: 1.4rem;
  color: #aaa;
}

.swiper-slide .teaser-date {
  font-size: 1.4rem;
}

#key .swiper-slide {
  position: relative;
  z-index: 2;
  transition: all ease-out 0.2s;
}

#key .swiper-slide:hover {
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.swiper-container .swiper-pagination {
  position: static;
  padding: 15px 0;
}

.swiper-container .swiper-pagination-bullet {
  background-color: #fff !important;
}

/* Layout : 1 - 4 */
.loop .type-key .col {
  position: relative;
  float: left;
  width: 25%;
  height: 125px;
}

.loop .type-key .col:first-child {
  width: 75%;
  height: 500px;
}

/* Layout : 1 - 2 - 2
.loop .type-key .col {
	float: left;
	position: relative;
	width: 24%;
	height: 175px;
}
.loop .type-key .col:first-child {
	width: 52%;
	height: 350px;
} */

.loop .type-key .teaser-image {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.loop .type-key .teaser-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.loop .type-key .teaser-image img:hover { opacity: 0.8; }

.loop .type-key .teaser-header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: rgb(0 0 0 / 60%);
}

.loop .type-key .teaser-title {
  margin-bottom: 5px;
  line-height: 1.25;
  color: #fff;
}
.loop .type-key .teaser-title a { color: #333; text-decoration: none; }
.loop .type-key .col:first-child .teaser-title { font-size: 2rem; }
.loop .type-key .col:first-child .teaser-header { padding: 25px; }

.loop .type-key .teaser-category {
  color: #fff;
}

.loop .type-key .teaser-category a {
  display: inline-block;
  padding: 3px 9px;
  margin-right: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}
.loop .type-key .teaser-category .excerpt { display: none; }
.more-link { display: none !important; }

/* カテゴリー別カラーリング */
.loop .type-key .teaser-category a.category-knowledge { background-color: #5ec84e; }
.loop .type-key .teaser-category a.category-money { background-color: #c9c321; }
.loop .type-key .teaser-category a.category-interior { background-color: #e6855e; }
.loop .type-key .teaser-category a.category-qa { background-color: #ce579b; }
.loop .type-key .teaser-category a.category-city { background-color: #9d73bb; }
.loop .type-key .teaser-category a.category-mansion { background-color: #6a8cc7; }
.loop .type-key .teaser-category a:hover { background-color: #3ac3cc; }
.loop .type-key .col:first-child .teaser-category .excerpt { display: inline; }

.loop .type-key .teaser-more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 14px;
  margin: 18px;
  background: url(assets/images/btn-more.png) no-repeat;
  background-size: contain;
}

/* =Type : Main
----------------------------------------------------- */

/* トップや一覧ページなどで表示するメインのループ */
.loop .type-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -3%;
}

.loop .type-main .col {
  width: 189px;
  margin-right: 14px;
  margin-bottom: 40px;
}

.loop .type-main .col {
  width: 32.33%;
  height: auto !important;
  margin: 0 1% 1% 0;
}

.loop .type-main .teaser-image {
  height: 170px;
}

.loop .type-main .teaser-image {
  position: relative;
}

.loop .type-main .header {
  min-height: 128px;
  padding: 20px;
  background-color: #fff;
}

.loop .type-main .teaser-category a {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--my-second-color);
}

.loop .type-main .teaser-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loop .type-main .teaser-image img:hover {
  opacity: 0.7;
}

.loop .type-main .teaser-meta {
  margin-bottom: 10px;
  font-size: 1rem;
}

.loop .type-main .teaser-meta .teaser-date,
.loop .type-main .teaser-meta .teaser-category {
  display: inline-block;
}

.loop .type-main .teaser-meta .teaser-date {
  margin-right: 1.5em;
}

.loop .type-main .teaser-meta .teaser-category a {
  margin-right: 1em;
  color: #5ec84e;
  text-decoration: none;
}

.loop .type-main .teaser-meta .teaser-category a:hover {
  text-decoration: underline;
}

.loop .type-main .teaser-title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.loop .type-main .teaser-title a {
  text-decoration: none;
}

.loop .type-main .teaser-title a:hover {
  text-decoration: underline;
}

.category .type-main .header {
  min-height: 144px;
}

@media screen and (min-width: 600px) {
  /* Focus */

  /* .loop .type-focus .col:nth-child(1) .teaser-image,
	.loop .type-focus .col:nth-child(2) .teaser-image,
	.loop .type-focus .col:nth-child(3) .teaser-image,
	.loop .type-focus .col:nth-child(4) .teaser-image,
	.loop .type-focus .col:nth-child(5) .teaser-image,
	.loop .type-focus .col:nth-child(6) .teaser-image {
		height: 171px !important;
	} */
  .loop .type-focus .col:nth-child(3),
  .loop .type-focus .col:nth-child(6) { margin-right: 0 !important; }

  /*	.loop .type-focus .col:nth-child(4n+6) { margin-right: 0 !important;} */

  /* Full */
  .loop .type-full .col {
    width: 32.33% !important;
    margin-bottom: 0 !important;
  }
  .loop .type-full .col:nth-child(3) { margin-right: 0 !important; }

  .loop .type-full .col .teaser-image {
    height: 240px !important;
  }

  .loop .type-full .teaser-title {
    font-size: 1.6rem !important;
  }
}

/* =Type : Main
----------------------------------------------------- */

/* サイドバーで表示するメインのループ */
.loop .type-side {}

.loop .type-side .col {
  float: none;
  margin-bottom: 15px;
}

.loop .type-side .col .teaser-category {
  position: relative;
}

.loop .type-side .col .teaser-category a {
  display: inline;
  padding: 0;
  font-size: 1rem;
  color: var(--my-first-color);
  text-decoration: underline;
  background: none;
}

.loop .type-side::after,
.loop .type-side .col::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: ".";
}

.loop .type-side .teaser-image {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.loop .type-side .teaser-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loop .type-side .teaser-image img:hover {
  opacity: 0.7;
}

.loop .type-side .col:nth-child(1) .teaser-image::before,
.loop .type-side .col:nth-child(2) .teaser-image::before,
.loop .type-side .col:nth-child(3) .teaser-image::before,
.loop .type-side .col:nth-child(4) .teaser-image::before,
.loop .type-side .col:nth-child(5) .teaser-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "1";
  background-color: var(--my-first-color);
}
.loop .type-side .col:nth-child(1) .teaser-image::before { content: "1"; }
.loop .type-side .col:nth-child(2) .teaser-image::before { content: "2"; }
.loop .type-side .col:nth-child(3) .teaser-image::before { content: "3"; }
.loop .type-side .col:nth-child(4) .teaser-image::before { content: "4"; }
.loop .type-side .col:nth-child(5) .teaser-image::before { content: "5"; }

.loop .type-side .col:nth-child(1) .teaser-image::before {
  content: "1";
  background-color: #dcb43b;
}

.loop .type-side .col:nth-child(2) .teaser-image::before {
  content: "2";
  background-color: #b5b5b5;
}

.loop .type-side .col:nth-child(3) .teaser-image::before {
  content: "3";
  background-color: #c8a96d;
}

.loop .type-side .teaser-meta {
  margin-bottom: 10px;
  font-size: 1rem;
}

.loop .type-side .teaser-meta .teaser-category a:hover {
  text-decoration: none;
}

.loop .type-side .teaser-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.loop .type-side .teaser-title a {
  font-weight: normal;
  text-decoration: none;
}

.loop .type-side .teaser-title a:hover {
  text-decoration: underline;
}

/*
-----------------------------------------------------

	=Home

-----------------------------------------------------
*/

/*
-----------------------------------------------------

	=Archive

-----------------------------------------------------
*/

/*
-----------------------------------------------------

	=Page

-----------------------------------------------------
*/

/* Sitemap */
.sitemap {
  font-size: 0;
  letter-spacing: 0;
}

.sitemap ul {
  display: inline-block;
  min-width: 50%;
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  vertical-align: top;
}
.sitemap ul:nth-child(2n) { padding-right: 0; }

/*
-----------------------------------------------------

	=Single

-----------------------------------------------------
*/

article {
  padding: 30px;
  margin-bottom: 60px;
  background-color: #fff;
}

article:has(.advertisement) {
  padding: 30px 30px 0;
}

article a {
  display: inline-block;
  margin-bottom: 20px;
}

article p:last-child {
    padding-bottom: 20px; 
}

/* 記事上部 */
.article-header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #dcdcdc;
}

.article-header::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: ".";
}

.article-image {
  float: right;
  width: 32%;
  height: 180px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.article-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

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

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

.article-meta {
  margin-bottom: 20px;
  font-size: 1rem;
}

.article-meta .article-date,
.article-meta .article-category {
  display: inline-block;
}

.article-meta .article-date {
  margin-right: 1.5em;
}

.article-meta .article-category a {
  margin-right: 1em;
  color: var(--my-first-color);
  text-decoration: none;
}

.article-meta .article-category a:hover {
  text-decoration: underline;
}

.article-summary {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #666;
}

.article-readingtime {
  padding: 3px 12px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #aaa;
  background-color: #f6f6f6;
}

.article-readingtime strong {
  display: inline-block;
  color: #333;
}

.article-relatedposts {
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  border: solid 1px #dcdcdc;
}

.article-relatedposts .tit {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}

.article-relatedposts p,
.article-relatedposts li {
  line-height: 1.5;
}

.article-relatedposts li {
  margin-bottom: 0.5em;
}

.article-author {
  min-height: 215px;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #f6f6f6;
  border: solid 2px #dcdcdc;
}

.article-author .pic {
  float: right;
  max-width: 150px;
  margin: 0 0 20px 20px;
}

.article-author .tit,
.article-author .txt { margin-bottom: 5px; overflow: hidden; }

.article-author .tit {
  margin-bottom: 20px;

  /* padding-bottom: 20px;
	border-bottom: solid 1px #dcdcdc; */
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

.article-author .tit span {
  display: block;
  margin-right: 1em;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}

.article-author .txt,
.article-author .link {
  font-size: 1.2rem;
  color: #666;
}

.article-author .link {
  text-align: right;
}

.article-sns {
  margin-bottom: 20px;
}

.article-sns .item {
  display: inline-block;
  max-width: 200px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  vertical-align: top;
}

.article-summary {}

.article-summary p {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0;
}

.single .article-bnr {
  margin: 0 !important;
}

/* 本分 */

/* 本文の見出しスタイルなどは、wordpress.css */

/* 記事下部 */
.article-footer {
  margin-bottom: 80px;
}

.article-footer .article-sns {
  text-align: right;
}

/*
-----------------------------------------------------

	=Media Queries Responsive Structure

-----------------------------------------------------
*/

/* Desktop
----------------------------------------------------- */
@media screen and (min-width: 600px) {
  .sp { display: none !important; }

  body {
    min-width: 1120px;
  }

  .button-open,
  .button-close { display: none; }
}

/* Smartphone
----------------------------------------------------- */
@media screen and (min-width: 0) and (max-width: 599px) {
  html { font-size: 10px; }
  body { font-size: 1.4rem; }

  .pc { display: none !important; }

  p {}
  hr { margin: 20px 0; }
  iframe { width: 100%; }

  /* Apperance
	--------------------------------------------------
	input[type="button"],
	input[type="text"],
	input[type="submit"] {-webkit-appearance: none;border-radius: 0;} */

  /* Global Style
	-------------------------------------------------- */
  .wrapper {
    width: auto;
    padding: 0 3.125vw;
    margin: auto;
  }

  .block {
    margin-bottom: 3.125vw;
  }

  /* Header
	-------------------------------------------------- */
  #cont { padding-top: 85px; }
  #header { height: 60px; }

  #header .header-left .logo,
  #header .header-right { position: relative; z-index: 9998; }
  #header #header-in { flex-direction: row; padding: 12px 10px; }
  #header .header-left .sitetitle { display: none; margin-bottom: 5px; font-size: 5px; }

  #header .header-left,
  #header .header-right { width: 66% !important; }
  #header .header-right { padding-right: 50px; } /* for toggler */
  #header .header-right .search { display: none; }
  #header .header-left .logo .txt { font-size: 9px; line-height: 1; }
  #header .header-right .sns li { line-height: 45px; }
  #header .header-right .sns li img { vertical-align: middle; }

  /* Search */
  .searchform {
    max-width: 100%;
  }
  .searchform input { font-size: 16px !important; }

  .searchform input {
    padding: 8px;
  }
  .searchform .field {}

  .searchform .submit {
    font-size: 0 !important;
    background-position: center;
  }

  /* Toggle Navigation */
  #header .toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }

  .btn-open,
  .btn-close {
    display: block;
    width: 60px;
    height: 60px;
    padding: 8px 4px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: var(--my-first-color);
  }

  .btn-open:hover,
  .btn-close:hover {}
  .btn-close { display: none; }

  .btn-open i,
  .btn-close i {
    display: block;
    font-size: 20px;
    line-height: 26px;
  }

  .btn-open span,
  .btn-close span {
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
  }

  #nav {
    position: absolute;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    z-index: 9997;
    width: 100vw !important;
    height: 100vh;
    padding: 0;
    overflow-y: scroll;
    text-align: center;
    background-color: rgb(255 255 255 / 100%);
    transition: all ease-out 0.2s;
    transform: translate3d(-100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }

  #nav {
    padding-top: 65px !important;
    margin-top: 0;
    margin-left: 0 !important;
    border-top: 0;
  }

  #nav.on {
    transform: translate3d(0, 0, 0);
  }
  #nav .wrapper {}

  #nav ul,
  #nav .search {
    padding: 10px;
    margin-bottom: 0 !important;
  }

  #nav ul li {
    display: block;
    float: none;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border: none;
    border-bottom: solid 1px #ccc;
  }
  #nav ul li:first-child { }

  #nav ul li a {
    display: block;
    width: auto;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  #nav ul li a:hover {}
  #nav ul li a::before { display: none; }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    display: none;
    width: 100vh;
    height: 100vh;
    background-color: rgb(0 0 0 / 70%);
  }

  /* Key Visual */
  #key { margin-bottom: 30px; }

  /* Swiper
	-------------------------------------------------- */
  .swiper-container {}
  .swiper-slide { opacity: 1; }
  .swiper-slide-active { opacity: 1; }

  /* Prev & Next */
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 0 !important;
    width: 40px !important;
    height: 100% !important;
    margin-top: 0 !important;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    background-image: url(assets/images/ico-arrow-swiper-left.png) !important;
    background-size: 22px auto !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    background-image: url(assets/images/ico-arrow-swiper-right.png) !important;
    background-size: 22px auto !important;
  }

  /* Footer前の資料ダウンロード
	-------------------------------------------------- */
  .action-download .wrapper {
    display: block;
  }

  .download-img {
    width: 160px;
    margin: 0 auto;
  }

  .action-download .box .title {
    margin: 0 0 0.5em;
    font-size: 2rem;
    text-align: center;
  }

  .action-download .box {
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
  }

  .btn-main {
    font-size: 1.8rem;
    color: #fff;
    background-color: var(--my-second-color);
  }

  /* バナーの場合 */
  .action-download .main-img {
    width: 100%;
  }

  .action-download {
    display: block;
    padding-top: 3.125vh;
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    margin-top: 60px;
  }

  .action-download-blk {
    width: 100%;
    padding: 0;
  }

  .action-download-blk h2 {
    font-size: 20px;
  }

  .action-download-blk:nth-child(1) {
    margin-bottom: 20px;
  }

  .action-download-blk:nth-child(1),
  .action-download-blk:nth-child(2) {
    padding: 0;
  }

  /* Footer
	-------------------------------------------------- */
  #footer {}
  #footer #footer-in { padding: 40px 6.25vw; }

  #footer .footer-right {
    text-align: center;
  }

  #footer .footer-right .search .searchform {
    float: none;
    width: 220px;
    margin: 0 auto;
  }

  #footer .footer-right .sns {
    text-align: center;
  }

  #footer .footer-right .sns li:first-child {
    margin-right: 7px;
    margin-left: 7px;
  }

  #footer .footer-left .nav {
    font-size: 0;
    letter-spacing: 0;
  }

  #footer .footer-left .nav ul {
    width: 48% !important;
    padding-right: 0;
    font-size: 1rem;
    letter-spacing: 0;
  }

  #footer .footer-left .nav ul li {
    display: block !important;
    width: auto !important;
  }

  #footer .footer-left .nav .tit {
    font-size: 1.1rem;
  }

  #footer #copyright {
    font-size: 9px;
    text-align: center;
  }

  #footer .footer-left {
    display: block;
  }

  #footer .nav ul {
    width: 48% !important;
    padding-right: 0;
    font-size: 1rem;
    letter-spacing: 0;
  }

  #footer .footer-left > *,
  #footer .footer-right > * {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  #footer .logo .img {
    width: 66%;
    margin: 0 auto;
  }

  #btn-pagetop {
    right: 6.25vw;
  }

  .bnr-fixed {
    width: 100%;
  }

  /* Main Column
	-------------------------------------------------- */
  #main {}

  #primary,
  #secondary { width: 100%; }
  #primary { margin-bottom: 40px; }

  #breadcrumbs {
    padding: 6px 6.25vw;
    margin-bottom: 6.25vw;
    font-size: 9px;
  }

  #breadcrumbs .wrapper {
    background-position: left 4px;
  }
  #breadcrumbs p { line-height: 1.8; }

  /* Common Parts
	-------------------------------------------------- */
  .tit-main { padding-bottom: 10px; margin-top: 0; font-size: 2rem; }

  /* Tags */
  ul.list-tag li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  /* pagenavi */
  .wp-pagenavi {
    margin-bottom: 0;
  }

  .category .wp-pagenavi,
  .tag .wp-pagenavi {
    margin-bottom: 60px;
  }

  /* Loop
	-------------------------------------------------- */

  /* key */
  .loop .type-key .teaser-image {
    height: 200px;
  }

  .loop .type-key .teaser-title {
    font-size: 1.2rem;
  }

  /* main */
  .loop .type-main {
    margin: 0 -1.5%;
  }

  .loop .type-main .teaser-image {
    height: 30vw;
  }

  .loop .type-main .col {
    width: 49%;
    height: auto !important;
    margin: 0 1% 1% 0;
  }

  /* .loop .type-focus .col:nth-child(1) .teaser-image, .loop .type-focus .col:nth-child(2) .teaser-image, .loop .type-focus .col:nth-child(3) .teaser-image, .loop .type-focus .col:nth-child(4) .teaser-image, .loop .type-focus .col:nth-child(5) .teaser-image, .loop .type-focus .col:nth-child(6) .teaser-image {
			height: 140px;
		} */

  /* full */
  .loop .type-full .col {
    width: 49%;
    margin: 0 1% 1% 0;
  }
  .loop .type-full .teaser-image { height: 170px; }

  .loop .type-main .teaser-meta .teaser-date {
    margin-bottom: 0.5em;
  }

  /* pagenavi */
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 2px;
  }

  /* Home
	-------------------------------------------------- */

  /* Archive
	-------------------------------------------------- */

  /* Summary */
  #summary .wrapper {
    display: block;
    flex-direction: row;
  }
  #summary .pic { float: left; width: 50% !important; margin: 0 15px 15px 0; }
  #summary .cont { width: 100% !important; }
  #summary p { font-size: 1.1rem; }
  #summary .pic img { width: 100%; }
  #summary .tit { font-size: 1.6rem; }
  #summary .tit em { margin-top: 5px; font-size: 1.2rem; }

  #sticky { margin-bottom: 20px; }

  #sticky .row .col:nth-child(1)::before {
    top: -10px;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 40px;
  }

  /* Category Navigation */
  .nav-category ul li {
    width: 50%;
  }

  .nav-category ul li a {
    padding: 7px 14px;
    font-size: 1.2rem;
  }

  /* Single
	-------------------------------------------------- */
  article {
    padding: 3.125vw;
    background-color: #fff;
    box-shadow: none;
  }

  .va-social-buzz a {
    margin-bottom: 0;
  }

  .article-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .article-image {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .article-author .tit,
  .article-author .txt {
    overflow: inherit;
  }

  .article-author .pic {
    float: none;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .article-author .tit { text-align: center; }
}

.advertisement {
  display: none;
  padding: 30px 0;
  margin: 0 -30px 20px;
  background-color: #f6f6f6;
}

.advertisement-wrapper {
  padding: 30px;
  background-color: #fff;
	border: solid 1px #E0E3EB;
}

.advertisement-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  border-left: solid 5px #a2aac2 !important;
}

.advertisement-text {
  line-height: 1.6;
	margin-bottom: 5px;
}

.advertisement-text small {
  font-size: 14px;
  line-height: 1.4;
}

.advertisement-note {
	font-size:14px;
	margin-bottom: 20px;
}

.advertisement-subTitle {
  padding-left: 0 !important;
  margin-top: 24px;
	margin-bottom:5px;
  font-size: 20px;
  font-weight: bold;
  color: #1b1b1b;
}

.advertisement-subTitle::before {
  display: none !important;
}

.advertisement-banner {
	
}

.advertisement-banner__link {
  transition: opacity 0.8s;
	margin-bottom:0 !important;
}

.advertisement-banner__link:hover {
  opacity: 0.8;
}

.advertisement-fund {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-top: 34px;
  color: #333;
  text-decoration: none;
  border: solid 1px #e0e3eb;
  transition: opacity 0.8s;
}

.advertisement-fund:hover {
  opacity: 0.8;
}

.advertisement-fund__image {
  width: 40%;
}

.advertisement-fund__content {
  width: 60%;
  padding: 0 16px;
}

.advertisement-fund__content-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4 !important;
	margin-bottom:0;
}

.advertisement-fund__content-title::before {
  display: none !important;
}

.advertisement-fund__content-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4 !important;
}

.advertisement-fund__content-note {
	display:flex;
	align-items:center;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.4;
	margin-bottom:0;
}

.advertisement-fund__content-note::after{
	content:"";
	display:block;
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #85898E;
	border-right: 1px solid #85898E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

	.entry-content h2 {
		margin-top:50px !important;
	}

@media screen and (min-width: 0) and (max-width: 599px) {
  .advertisement {
    margin: 0 -30px;
  }

  .advertisement-wrapper {
    padding: 24px 30px 12px;
  }
	
	.advertisement-note {
		margin-bottom:10px;
	}

  .advertisement-fund {
    flex-direction: column;
	  margin-top:26px;
  }

  .advertisement-fund__image {
    width: 100%;
  }

  .advertisement-fund__content {
    width: 100%;
    padding: 16px;
  }

  .advertisement-fund__content-title {
    font-size: 18px;
  }
	
	.entry-content h2 {
		margin-top:40px !important;
	}
	
	.advertisement-title {
		margin-bottom:20px;
	}
	
	.advertisement-fund__content-note {
		margin-bottom:0 !important;
		font-size:12px;
	}
	
	.advertisement-subTitle {
		margin-top:20px;
	}
}
