@charset "UTF-8";

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
img,
legend {
  border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body,
button,
figure,
input,
select,
textarea {
  margin: 0
}

a {
  background: 0 0
}

a:focus {
  outline: dotted thin
}

a:active,
a:hover {
  outline: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

mark {
  background: #ff0;
  color: #000
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  padding: 0
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
@font-face {
  font-family: 'Yikes';
  src: url('yikes_medium-webfont.woff2') format('woff2'),
    url('yikes_medium-webfont.woff') format('woff'),
    url('Yikes_medium.ttf') format('truetype');
  font-display: swap;
}

body {
  color: #231815;
  text-align: justify;
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

body,
input,
textarea,
select {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Meiryo", sans-serif;
  line-height: 1.7;
  font-weight: 500;
}

@media (min-width: 769px) {

  body,
  input,
  textarea,
  select {
    font-size: 16px;
  }
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

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

img {
  max-width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}

img,
video,
canvas {
  border: 0;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a,
img {
  color: #006ab7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #67addf;
}

a[nohref] {
  color: inherit;
}

a[nohref]:hover {
  text-decoration: none;
}

/* ---------- plain ---------- */
ul.plain,
ol.plain,
dl.plain {
  margin-left: 20px;
  margin-bottom: 20px;
}

.plain ul,
.plain ol {
  margin: 0 0 0 20px;
}

ul.plain {
  list-style-type: disc;
}

ul.plain ul {
  list-style-type: circle;
}

ul.plain ul ul {
  list-style-type: square;
}

ol.plain,
ol.plain ol {
  list-style-type: decimal;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

/* ---------- text ---------- */
._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtc,
._txtc th,
._txtc td {
  text-align: center !important;
}

._txtr,
._txtr th,
._txtr td {
  text-align: right !important;
}

._txtl,
._txtl th,
._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 10px !important;
}

._default {
  margin-bottom: 20px !important;
}

._middle {
  margin-bottom: 30px !important;
}

._double {
  margin-bottom: 40px !important;
}

._heading_first {
  margin-top: 0 !important;
}

/**************************************************
	structure
***************************************************/
.pc {
  display: none;
}

@media (min-width: 769px) {
  .container {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }

  .container>div,
  .sidebar {
    display: table-cell;
    vertical-align: top;
  }

  .l-margin {
    background: #fff;
  }

  .content {
    width: 840px;
    background: #fff;
    padding-right: 50px;
  }

  .sidebar {
    width: 350px;
  }

  .r-margin {
    background: #eef3f0;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  body {
    overflow-x: auto;
  }
}


/* -----------------------------------------------
	0. Parts
-------------------------------------------------- */

/* ボタン ----------------------------------------- */
a[class^="btn-"] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1;
  padding: 1em;
  font-weight: bold;
  width: 100%;
}

a[class^="btn-"]::before,
a[class^="btn-"]::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 50%;
}

a[class^="btn-"],
a[class^="btn-"]::before,
a[class^="btn-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a[class^="btn-"]::before {
  top: 0;
}

a[class^="btn-"]::after {
  bottom: 0;
}

a[class^="btn-"]:hover::before,
a[class^="btn-"]:hover::after {
  height: 0;
}

.btn-red {
  background-color: #f76f54;
  border: 2px solid #f76f54;
}

.btn-red::before,
.btn-red::after {
  background-color: #f76f54;
}

.btn-red:hover {
  background-color: #36af4a;
  border-color: #36af4a;
}

.btn-red:hover::before,
.btn-red:hover::after {
  background-color: #f76f54;
}

/* 囲み ------------------------------------------ */
/* 枠ベース */
div[class*="waku-"] {
  position: relative;
  margin: 1em 0;
  padding: 35px 10px 7px;
}

div[class*="waku-"]::before {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 768px) {
  div[class*="waku-"] {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* 枠1-おさらい */
.waku-osarai {
  border: solid 2px #36af4a;
}

.waku-osarai::before {
  background: #36af4a;
  content: 'おさらい';
}

/* 枠2-豆知識 */
.waku-point {
  border: solid 2px #f3a447;
}

.waku-point::before {
  background: #f3a447;
  content: '豆知識';
}

/* 枠3-枠 */
.waku-01 {
  border: solid 2px #EEF3F0;
  background: #EEF3F0;
  padding: 10px 15px !important;
}

.waku-01::before {
  background: #EEF3F0;
  content: '';
  display: none;
}

/* 枠の中身 */
div[class*="waku-"] p {
  margin: 0;
  padding: 0;
}

div[class*="waku-"] ul {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}

div[class*="waku-"] li {
  padding-left: 24px;
  position: relative;
}

div[class*="waku-"] li:before,
div[class*="waku-"] li:after {
  content: "";
  display: block;
  position: absolute;
}

div[class*="waku-"] li:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 5px;
}

div[class*="waku-"] li:after {
  border-left: 2px solid #f76f54;
  border-bottom: 2px solid #f76f54;
  width: 10px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 9px;
}

div[class*="waku-"] img {
  margin: 0 auto;
  display: block;
}


/* リンクリスト ------------------------------------- */
.link li {
  list-style: none;
  position: relative;
}

.link li::before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 2px solid #36AF4A;
  border-bottom: 2px solid #36AF4A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* -----------------------------------------------
	1. index
-------------------------------------------------- */
.content .page-title {
  text-align: center;
  padding: 2em 0 1em;
}

.blog-title a {
  text-decoration: none;
  color: #231815;
}

.content .blog-title {
  font-size: 3em;
}

.content .description {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-right: none;
  border-left: none;
  padding: .3em;
}

.entry-index {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

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

.article a {
  text-decoration: none;
  color: #231815;
  display: block;
}

.article a:hover {
  color: #36af4a;
}

.article a img:not(.mask) {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1 !important;
}

.article a:hover img:not(.mask) {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

.article .section {
  position: relative;
  text-align: center;
}

.article .section p {
  margin: 0;
}

.article .section .intro {
  font-size: .9em;
}

.article:first-child .section .intro {
  font-size: 1em;
}

.article .category {
  text-align: right;
  position: absolute;
  bottom: 3px;
  right: 0;
  margin: 0;
}

.article .category span {
  background: #36af4a;
  color: #fff;
  padding: .5em 1em;
  font-size: .9em;
}

.article {
  width: 50%;
}

.article .figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 130px;
  margin-bottom: .5em;
}

.article .figure img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pager {
  text-align: center;
  width: 100%;
  padding: 0 0 3em;
}

.pager ul {
  margin: 0 auto;
}

.pager li {
  display: inline-block;
}

.pager .cur span {
  background: #231815;
  color: #fff;
  border-radius: 50%;
  display: block;
  padding: .5em 1em;
  margin-right: 5px;
}

.pager a,
.pager span {
  text-decoration: none;
  color: #000;
  border-radius: 50%;
  display: block;
  padding-block: 0.5em;
}

.pager span {
  padding-inline: .8em;
}

.pager a {
  background: #cecbca;
  padding-inline: 1em;
}

.pager a:hover {
  background: #a1908a;
  color: #fff;
}

.content .local-navigation {
  display: none;
}

@media (min-width: 769px) {
  .content .page-title {
    display: none;
  }

  .content .local-navigation {
    text-align: center;
    display: block;
    padding: 2em 0;
  }

  .content .local-navigation li {
    display: inline-block;
  }

  .content .local-navigation li::after {
    content: '｜';
  }

  .content .local-navigation li:last-child::after {
    content: '';
  }

  .content .local-navigation a {
    text-decoration: none;
    color: #000;
  }

  .content .local-navigation a:hover {
    border-bottom: 2px solid #36af4a;
    color: #999;
  }

  .entry-index .article {
    width: 33.3%;
    padding: 1%;
  }

  .article .figure {
    width: 248px;
    height: 170px;
  }

  .article:nth-child(n+5):nth-child(-n+6) .figure {
    width: 380px;
    height: 260px;
  }

  .article:nth-child(n+5):nth-child(-n+6) {
    width: 50%;
  }

  .article:nth-child(n+5):nth-child(-n+6) .section {
    text-align: left;
  }

  .article:nth-child(n+5):nth-child(-n+6) h3 {
    font-size: 1.2em;
  }
}

.article a {
  padding: .5em;
}

.article:first-child {
  width: 100%;
}

.article:first-child h3 {
  font-size: 1.7em;
}

@media (max-width: 768px) {

  /*SPのみ*/
  .article:first-child img {
    position: static;
    transform: none !important;
    width: 100%;
    height: auto;
  }

  .article:first-child .figure {
    height: auto;
  }

  .article:first-child a {
    padding: 0 0 1em;
  }
}

@media (min-width: 769px) {

  /*PCのみ*/
  .article:first-child {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .article:first-child div {
    position: absolute;
  }

  .article:first-child .figure {
    right: 0;
    width: 520px;
    height: 347px;
    z-index: 2;
  }

  .article:first-child .section {
    width: 310px;
    height: 340px;
    background: #eef3f0;
    text-align: left;
    padding: 30px 70px 0 25px;
    top: 40px;
  }

  .article:first-child h3 {
    padding: .3em 0;
    font-size: 1.3em;
  }

  .article:first-child .category {
    z-index: 3;
    right: 0;
    top: auto;
    width: 790px;
  }

  .article .category {
    right: 20px;
  }
}


/* -----------------------------------------------
	2. Footer
-------------------------------------------------- */
.footer {
  text-align: center;
}

.maga {
  border: 2px solid #231815;
  padding: 1.5em;
  margin: 2em 1.5em 0;
}

.maga h2 {
  font-family: 'Yikes';
  letter-spacing: 3px;
  margin-top: -1.8em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.maga h2 span {
  background: #fff;
  display: inline-block;
  padding: 0 1em;
}

.maga dl {
  padding-bottom: 1em;
  clear: both;
}

.maga dt {
  float: left;
  max-width: 70px;
}

.maga dt img {
  padding-bottom: 1em;
}

.maga dd {
  text-align: left;
  padding-left: 80px;
}

.maga .title {
  font-weight: bold;
  text-align: center;
}

.maga a span::before {
  background: url(../images/icn_btn-red.png) 0 0 / cover no-repeat;
  content: '';
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media (min-width: 769px) {
  .maga dl {
    display: inline-block;
    width: 200px;
    vertical-align: top;
  }

  .maga dt {
    float: none;
    max-width: 100%;
  }

  .maga dt img {
    max-width: 156px;
  }

  .maga dd {
    padding-left: 0;
  }

  .maga a[class^="btn-"] {
    max-width: 250px;
  }
}

.footer nav {
  padding: 2em 0;
}

.footer nav li {
  display: inline-block;
}

.footer nav li:first-child::after {
  content: '｜';
}

.footer nav a {
  text-decoration: none;
  color: #000;
}

.footer nav a:hover {
  opacity: .7;
}

/* -----------------------------------------------
	3. Sidebar
-------------------------------------------------- */
.sidebar {
  padding: 2em;
  background: #eef3f0;
}

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

.sidebar a:hover {
  opacity: .7;
}

.blog-title,
.sidebar h3 {
  font-family: 'Yikes';
  text-align: center;
  letter-spacing: 3px;
}

.sidebar h3 {
  font-size: 1.15em;
  padding-bottom: 1em;
}

.sidebar h3::before {
  background: url('../images/icn_h2.png') no-repeat;
  content: '';
  width: 21px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 20px;
}

.sidebar h3::after {
  background: url('../images/icn_h2.png') no-repeat;
  content: '';
  width: 21px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 12px;
}


.sidebar .page-title {
  display: none;
}

.blog-title {
  font-size: 5em;
  line-height: 1;
  letter-spacing: .1em;
  padding-right: .3em;
}

.description {
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
  font-weight: bold;
  font-size: .9em;
  padding: 0 .5em;
}

.sidebar .local-navigation {
  padding: 1.5em 0;
}

.sidebar .searchbox {
  padding: 4em 0 1.5em;
}

/* Googleカスタム検索 */
.gsc-control-cse {
  background: #cdd2cf !important;
  border: none !important;
  border-radius: 20px;
  padding: .3em 1em 0em !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-input-box {
  background: #cdd2cf !important;
  border: none !important;
}

#gs_tti50 .gsc-input {
  background-color: #cdd2cf !important;
  font-size: 16px !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background: #000 !important;
  width: 26px !important;
  height: 26px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 15px !important;
}

.side-post-list a {
  display: block;
  text-decoration: none;
  padding-bottom: 1em;
}

.side-post-list a img {
  border-radius: 50%;
  max-width: 80px;
}

.side-post-list dl {
  display: table;
}

.side-post-list dt,
.side-post-list dd {
  display: table-cell;
  vertical-align: top;
}

.side-post-list dd {
  padding-left: 10px;
}

.side-post-list dd span {
  display: block;
  font-size: .8em;
}

.bnr img {
  max-width: 100%;
}

.categories a {
  display: inline-block;
  padding: .5em;
  position: relative;
  width: 100%;
}

.categories a:before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #36af4a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.tags a {
  display: inline-block;
  background: #dedede;
  text-decoration: none;
  padding: .2em 1em;
  border-radius: 17px;
  margin-bottom: .5em;
  color: #000;
}

.tags a:hover {
  color: #fff;
  background: #231815;
}

@media (max-width: 769px) {

  /*ドロワー*/
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .navbar_toggle {
    z-index: 9999;
    position: fixed;
    top: 1em;
    right: 1em;
    background: #a1908a;
    padding: 20px 15px;
    border-radius: 50%;
  }

  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }

  .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }

  .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
  }

  .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }

  /*OPEN時の動き*/
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .sidebar {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }

  /*OPEN時の動き*/
  .sidebar.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

}

@media (min-width: 769px) {
  .sidebar {
    padding: 2em 0 0 50px;
  }

  .sidebar .searchbox {
    padding: 1.5em 0 1em;
  }

  .sidebar .categories {
    display: none;
  }

  .sidebar .page-title {
    display: flex;
  }

  .sidebar .blog-title,
  .sidebar .description {
    white-space: nowrap;
    font-weight: normal;
  }

  .sidebar .description {
    font-weight: bold;
  }

  .blog-title,
  .description {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .toc {
    position: sticky;
    position: -webkit-sticky;
    /* Safari */
    top: 1.5em;
  }

  .toc #toc {
    margin: 0;
  }

  .toc #toc .chapter {
    list-style: decimal;
    margin-bottom: 0;
    padding: 5px 20px;
  }
}


/* -----------------------------------------------
	4. Entry
-------------------------------------------------- */
.m-breadcrumb ol {
  display: none;
  font-size: .8em;
  background: #eef3f0;
  padding: .5em;
  margin-bottom: 10px;
}

.m-breadcrumb ol li {
  display: inline-block;
  padding-right: 1em;
}

.m-breadcrumb ol a {
  position: relative;
}

.m-breadcrumb ol a::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #d6d6d6;
  border-right: solid 2px #d6d6d6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: -.8em;
  margin-top: -4px;
}

@media (min-width: 769px) {
  .m-breadcrumb ol {
    background: none;
    display: block;
  }
}

.acms-entry {
  padding: 0;
}

.acms-entry h1 {
  font-size: 2em;
}

.entry-date {
  text-align: right;
  color: #777;
  font-size: .8em;
}

.entry-category a {
  color: #777;
  text-decoration: none;
}

.entry-category a:hover {
  color: #36af4a;
}

@media (max-width: 768px) {
  .acms-entry p {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* もくじ */
#toc {
  margin: 1.5em 10px;
  padding: 0 0 1em;
  background: #EEF3F0;
}

.toc-title {
  margin: 0 10px 10px;
  text-align: center;
  font-weight: bold;
  background: #b1cabb;
  color: #fff;
  padding: 5px 0;
}

#toc .chapter {
  padding: 5px 20px;
  margin-bottom: 0;
}

#toc a {
  color: #000;
}

#toc a:hover {
  text-decoration: none;
}

#toc .chapter li+ol {
  list-style: disc !important;
  padding: 5px 0;
}

.back-toc {
  text-align: right;
  margin-bottom: 20px;
}

.back-toc a {
  text-decoration: none;
  color: #999;
}

.acms-entry .entry-container {
  margin-left: 0;
  margin-right: 0;
}

.acms-entry .entry-container .clearHidden {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  border: none;
  visibility: hidden;
}

/* image */

.column-image-right {
  text-align: right;
  font-size: .8em;
}

.caption,
.wp-element-caption {
  text-align: center;
  color: #999;
  margin: 0;
}

@media (max-width: 768px) {

  /*SPのみ*/
  .acms-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .acms-entry [class*='column-image-'].nocaption,
  .acms-entry [class*='column-media-'].nocaption,
  .acms-entry [class*='column-yolp-'],
  .acms-entry [class*='column-youtube-'],
  .acms-entry [class*='column-video-'],
  .acms-entry [class*='column-eximage-'].nocaption,
  .acms-entry [class*='column-image-'],
  .acms-entry [class*='column-media-'],
  .acms-entry [class*='column-eximage-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .acms-grid .column-image-left,
  .acms-grid .column-image-left img,
  .acms-grid .column-image-right,
  .acms-grid .column-image-right img {
    width: 100%;
    float: none;
  }
}

@media (min-width: 769px) {}


/* -----------------------------------------------
	5. Primary
-------------------------------------------------- */
/* ---------- SNS ---------- */
.entry-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em 0;
}

.entry-social>li {
  margin: 0 0.63em;
}

.entry-social>li a {
  display: inline-block;
  background: #DDD;
  width: 3em;
  height: 3em;
  border-radius: 50% 50%;
  text-indent: -9999px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.entry-social>li a.facebook {
  background: #DDD url(../images/ico_facebook.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
}

.entry-social>li a.facebook:hover {
  background-color: #3b5998;
}

.entry-social>li a.twitter {
  background: #DDD url(../images/ico_twitter.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
}

.entry-social>li a.twitter:hover {
  background-color: #55acee;
}

.entry-social>li a.line {
  background: #DDD url(../images/ico_line.svg) no-repeat 50% 50%;
  background-size: 1.5em 1.5em;
}

.entry-social>li a.line:hover {
  background-color: #00B900;
}


/* ---------- Tags ---------- */
.acms-inner .tags {
  padding: 0 10px;
}


/* ---------- Navi ---------- */
.entry-navigation {
  padding: 0 10px;
  margin-bottom: 5em;
}

.entry-navigation ul {
  display: table;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.entry-navigation li {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

.entry-navigation .entry-list {
  display: none;
}

.entry-navigation li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
  color: #000;
}

.entry-navigation li a:hover {
  background: #f5f5f5;
}

@media (min-width: 769px) {
  .entry-navigation .entry-list {
    display: table-cell;
  }
}

/* -----------------------------------------------
	Parts
-------------------------------------------------- */
/* ---------- Text ---------- */
.entry-container p {
  line-height: 1.8;
}

.entry-container em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #fefa80 60%);
}

/* ---------- List ---------- */
.entry-container ul,
.entry-container ol {
  padding-left: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.entry-container ul {
  list-style: disc;
}

.entry-container ol {
  list-style: decimal;
}

.entry-container li {
  padding-right: 10px;
}

/* ---------- Table ---------- */
.entry-container table {
  margin: 0 10px 20px;
}

.entry-container th,
.entry-container td {
  padding: 0.5em 1em;
  border: 3px solid #f6f6f6;
}

.entry-container th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #eee;
  min-width: 100px;
}

.entry-container td {}

/* ---------- Heading ---------- */
.entry-container h2 {
  margin: 0 0 .5em;
  text-align: left;
  font-size: 1.8em;
  position: relative;
}

.entry-container h2:first-letter {
  font-size: 1.5em;
  color: #36af4a;
}

.entry-container h3 {
  font-size: 1.5em;
  margin: 0 0 .5em;
  border-left: solid 4px #36af4a;
}

.entry-container h4 {
  font-size: 1.2em;
  margin: 0 0 .5em;
}


/**************************************************
	components
***************************************************/
/* -----------------------------------------------
	a-blog cms
-------------------------------------------------- */
/* ---------- color ---------- */
.color-red {
  font-weight: bold;
  color: #F00;
}

.color-orange {
  font-weight: bold;
  color: #F60;
}

.color-green {
  font-weight: bold;
  color: #096;
}

.color-blue {
  font-weight: bold;
  color: #06C;
}

.color-pink {
  font-weight: bold;
  color: #F06;
}

.color-gray {
  font-weight: bold;
  color: #888;
}

.js-tag_insertion span[class*="color-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.js-tag_insertion .color-red {
  background-color: #F00;
}

.js-tag_insertion .color-orange {
  background-color: #F60;
}

.js-tag_insertion .color-green {
  background-color: #096;
}

.js-tag_insertion .color-blue {
  background-color: #06C;
}

.js-tag_insertion .color-pink {
  background-color: #F06;
}

.js-tag_insertion .color-gray {
  background-color: #888;
}

/* ---------- admin ---------- */
.entryFormColumn #more {
  display: none !important;
}

#adminBox {
  margin-bottom: 0;
}

.acms-entry+.acms-box-medium {
  margin-top: 20px;
}

.acms-admin-grid input,
.acms-admin-grid textarea,
.entryFormColumnBody textarea {
  background: #fff;
}

.acms-admin-grid input#entry-tag {
  max-width: 405px;
}

.entryFormDateBlock>div {
  max-width: 120px;
}

.entryFormDateBlock,
.entryFormDateBlockWrap {
  display: inline-block;
}

.acms-admin-tooltip {
  display: none;
}

.updateDate:hover .acms-admin-tooltip {
  display: inline-block;
  margin-top: -30px;
  margin-left: -73px;
}

.updateTime:hover .acms-admin-tooltip {
  display: inline-block;
  margin-top: -30px;
  margin-left: -73px;
}

#entryForm {
  margin-bottom: 5em;
}

/* ---------- grid ---------- */
.acms-grid>.column-image-center {
  margin-bottom: 20px;
}

.acms-grid>.column-image-left,
.box-a>.column-image-left,
.box-b>.column-image-left {
  padding-right: 25px;
}

.acms-grid>.column-image-right,
.box-a>.column-image-right,
.box-b>.column-image-right {
  padding-left: 25px;
}

.acms-grid>.list-a,
.acms-grid>.plain {
  padding-left: 10px;
}

.acms-grid>.box-a,
.acms-grid>.box-b,
.acms-grid>.box-c {
  margin-left: 10px;
  margin-right: 10px;
}


/* ------------------------------
各種ユニットの設定
------------------------------ */
.acms-entry [class*="column-image"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-file"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-map"] {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-yolp"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-street-view"]:not(.column-street-view-inner) {
  padding-right: 10px;
  padding-left: 10px;
}

.acms-entry [class*="column-youtube"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-video"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-eximage"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-media"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acms-entry [class*="column-quote"] {
  margin-right: 10px;
  margin-left: 10px;
}

.acms-entry [class*="column-module"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="column-image"] {
  margin-bottom: 20px;
}

[class*="column-file"] {
  margin-bottom: 20px;
}

[class*="column-map"] {
  margin-bottom: 20px;
}

[class*="column-yolp"] {
  margin-bottom: 20px;
}

[class*="column-street-view"] {
  margin-bottom: 20px;
}

[class*="column-youtube"] {
  margin-bottom: 20px;
}

[class*="column-video"] {
  margin-bottom: 20px;
}

[class*="column-eximage"] {
  margin-bottom: 20px;
}

[class*="column-media"] {
  margin-bottom: 20px;
}

[class*="column-quote"] {
  margin-bottom: 20px;
}

[class*="column-module"] {
  margin-bottom: 20px;
}

/* 画像・メディア・画像URLの共通設定 */
[class*="column-image"],
[class*="column-media"],
[class*="column-eximage"] {
  display: block;
}

[class*="column-image"].caption,
[class*="column-media"].caption,
[class*="column-eximage"].caption,
.wp-element-caption {
  margin-bottom: 10px;
}

[class*="column-image"] a,
[class*="column-media"] a,
[class*="column-eximage"] a {
  display: block;
}

[class*="column-image"] img,
[class*="column-media"] img,
[class*="column-eximage"] img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

[class*="column-image"] .caption,
[class*="column-media"] .caption,
[class*="column-eximage"] .caption,
.wp-element-caption {
  margin: 5px 0 0 0;
}

.wp-block-image {
  margin-bottom: 20px;
}

.is-layout-flex .wp-block-column .wp-block-image {
  margin-bottom: 0;
}

/* 画像ユニットの設定 */
[class*="column-image"][style*="width"] {
  max-width: 100%;
}

/* メディアの種類がファイルだった時の設定 */
[class*="column-media"] a[href*="media-download"] {
  display: inline-block;
  width: 100%;
}

/* 地図・Yahooo!地図の共通設定 */
[class*="column-map"]>img,
[class*="column-yolp"]>img {
  max-width: 100%;
}

[class*="column-map"] img,
[class*="column-yolp"] img {
  width: auto;
  height: auto;
}

[class*="column-map"]>div {
  max-width: 100%;
}

[class*="column-yolp"] {
  width: auto !important;
}

[class*="column-quote"] {
  /* 引用ユニット画像 */
  /* 引用ユニットテキスト */
}

[class*="column-quote"] blockquote {
  padding: 20px 10px 20px 20px;
}

[class*="column-quote"] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px;
}

[class*="column-quote"] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto;
}

[class*="column-quote"] .quoteTitle {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}

[class*="column-quote"] .quoteTitleLink {
  color: #006CD8;
}

[class*="column-quote"] .quoteSiteName {
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
  font-size: 11px;
}

[class*="column-quote"] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 12px;
}

/* 配置のスタイル */
.column-image-left {
  float: left;
  text-align: left;
}

.column-image-right {
  float: right;
  text-align: right;
}

.column-image-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-image-auto {
  float: none;
}

/* 配置のスタイル */
.column-file-left {
  text-align: left;
  float: left;
  text-align: left;
}

.column-file-left+.caption,
.column-file-left+.wp-element-caption {
  text-align: left;
}

.column-file-right {
  text-align: right;
  float: right;
  text-align: right;
}

.column-file-right+.caption,
.column-file-right+.wp-element-caption {
  text-align: right;
}

.column-file-center {
  text-align: center;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-file-center+.caption,
.column-file-center+.wp-element-caption {
  text-align: center;
}

.column-file-auto {
  text-align: auto;
  float: none;
}

.column-file-auto+.caption,
.column-file-auto+.wp-element-caption {
  text-align: auto;
}

/* 配置のスタイル */
.column-map-left {
  float: left;
  text-align: left;
}

.column-map-right {
  float: right;
  text-align: right;
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-map-auto {
  float: none;
}

/* 配置のスタイル */
.column-yolp-left {
  float: left;
  text-align: left;
}

.column-yolp-right {
  float: right;
  text-align: right;
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-yolp-auto {
  float: none;
}

/* 配置のスタイル */
.column-street-view-left {
  float: left;
  text-align: left;
}

.column-street-view-right {
  float: right;
  text-align: right;
}

.column-street-view-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-street-view-auto {
  float: none;
}

/* 配置のスタイル */
.column-youtube-left {
  float: left;
  text-align: left;
}

.column-youtube-right {
  float: right;
  text-align: right;
}

.column-youtube-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-youtube-auto {
  float: none;
}

/* 配置のスタイル */
.column-video-left {
  float: left;
  text-align: left;
}

.column-video-right {
  float: right;
  text-align: right;
}

.column-video-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-video-auto {
  float: none;
}

/* 配置のスタイル */
.column-eximage-left {
  float: left;
  text-align: left;
}

.column-eximage-right {
  float: right;
  text-align: right;
}

.column-eximage-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-eximage-auto {
  float: none;
}

/* 配置のスタイル */
.column-media-left {
  float: left;
  text-align: left;
}

.column-media-left *:not([href*="media-download"]):not([href*="storage"])+.caption,
.column-media-left *:not([href*="media-download"]):not([href*="storage"])+.wp-element-caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

.column-media-right {
  float: right;
  text-align: right;
}

.column-media-right *:not([href*="media-download"]):not([href*="storage"])+.caption,
.column-media-right *:not([href*="media-download"]):not([href*="storage"])+.wp-element-caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

.column-media-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-media-center *:not([href*="media-download"]):not([href*="storage"])+.caption,
.column-media-center *:not([href*="media-download"]):not([href*="storage"])+.wp-element-caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

.column-media-auto {
  float: none;
}

.column-media-auto *:not([href*="media-download"]):not([href*="storage"])+.caption,
.column-media-auto *:not([href*="media-download"]):not([href*="storage"])+.wp-element-caption {
  /* 画像,のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

/* 配置のスタイル */
.column-quote-left {
  float: left;
  text-align: left;
}

.column-quote-right {
  float: right;
  text-align: right;
}

.column-quote-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-quote-auto {
  float: none;
}

/* 配置のスタイル */
.column-module-left {
  float: left;
  text-align: left;
}

.column-module-right {
  float: right;
  text-align: right;
}

.column-module-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-module-auto {
  float: none;
}

/* .acms-entry-unit-fullの設定 */
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-file"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-map"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-yolp"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-street-view"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-youtube"] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-video"] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-eximage"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-media"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-quote"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-module"] {
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 480px) {
  [class*="acms-col-"][class*="-right"] {
    float: left;
  }

  [class*="acms-col-"][class*="-right"]+* {
    clear: both;
  }
}

@media (max-width: 768px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 20px;
  }
}