@charset "UTF-8";
/*
 *--------------------------------------------------------------------
 * Theme Name: リフレッシュの森v2 (by BlankBlanc)
 * Theme URI:
 * Author: BlankBlanc
 * Author URI:
 * Version: 2.3
 * Description: リフレッシュの森サイト用 BlankBlanc ベースのテーマv2
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *--------------------------------------------------------------------
 */
* {
  font-family: 'Helvetica Neue', 'Segoe UI', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', sans-serif;
  font-weight: 450;
}

@media all and (-ms-high-contrast: none) {
  * {
    font-family: 'Helvetica Neue', 'Segoe UI', Meiryo, 'メイリオ', sans-serif;
    font-weight: normal;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  min-width: 320px;
}

body {
  position: relative;
  line-height: 1;
  height: 100%;
  margin: 0;
  padding: 0;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p,
dl, ul, ol, table, blockquote {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

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

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

em {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

input, textarea, select, button {
  margin: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  border: 1px solid #6ac !important;
  box-shadow: 0 0 8px -2px #6af;
}

button {
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='submit'], input[type='button'], input[type='reset'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

body {
  color: #707070;
  background-color: #f4f3ef;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #349200;
}

a:hover {
  color: #a3c44e;
}

#main-screen {
  min-width: 1100px;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 1080px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.is-mobile {
  display: none;
}

input::-webkit-input-placeholder {
  color: #ddd;
}

input::-moz-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #ddd;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

.anchor {
  position: relative;
  top: -50px;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .anchor {
    top: 0;
  }
}

#global-header {
  background-image: url(img/bg-header.png);
  background-repeat: repeat-x;
}

#global-header .wrap {
  height: 143px;
}

#global-header .logo {
  position: absolute;
  top: 11px;
  left: 10px;
}

#global-header .logo a {
  display: block;
  text-decoration: none;
}

#global-header .logo img {
  width: auto;
  height: 47px;
}

#global-header .btn {
  position: absolute;
  top: 16px;
  right: 10px;
}

#global-header .btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 48px;
  border: 1px solid #fff;
  transition: all .2s;
  opacity: 1;
}

#global-header .btn a::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 12px;
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%;
}

#global-header .btn .small {
  font-size: 20px;
  white-space: nowrap;
  transform: scale(0.5);
  transform-origin: 0 0;
}

#global-header .btn-box {
  position: relative;
  float: left;
  margin-left: 10px;
  border: 3px solid #ded4cb;
  background-color: #fff;
  transition: all .2s;
}

#global-header .btn-box:hover {
  border: 3px solid #ebd2a2;
}

#global-header .btn-box:hover a {
  opacity: .8;
}

#global-header .btn-application a {
  width: 192px;
  background: linear-gradient(#1cae00 0%, #147d00 100%);
}

#global-header .btn-application a::before {
  background-image: url(img/icon-phone-white.svg);
}

#global-header .btn-application span {
  position: absolute;
}

#global-header .btn-application span:nth-of-type(1) {
  top: 5px;
  left: 48px;
}

#global-header .btn-application span:nth-of-type(2) {
  top: 14px;
  left: 48px;
  font-size: 20px;
  font-weight: bold;
}

#global-header .btn-application span:nth-of-type(3) {
  top: 35px;
  left: 48px;
}

#global-header .btn-calendar a {
  width: 192px;
  background: linear-gradient(#1cae00 0%, #147d00 100%);
}

#global-header .btn-calendar a::before {
  background-image: url(img/icon-calendar-white.svg);
}

#global-header .btn-calendar span {
  position: absolute;
}

#global-header .btn-calendar span:nth-of-type(1) {
  top: 11px;
  left: 48px;
  font-size: 15px;
  font-weight: bold;
}

#global-header .btn-calendar span:nth-of-type(2) {
  top: 29px;
  left: 48px;
}

#global-header .btn-stay a {
  font-size: 15px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  width: 92px;
  background: linear-gradient(#f53e60 0%, #d00506 100%);
}

#global-header .btn-stay a::before {
  display: none;
}

#global-nav {
  position: relative;
  margin-top: -45px;
  padding-bottom: 5px;
}

#global-nav ul {
  font-size: 1.5rem;
  font-weight: bold;
}

#global-nav .menu {
  padding-bottom: 40px;
}

#global-nav .menu > li {
  position: relative;
  float: left;
  margin-left: 3px;
  box-sizing: border-box;
}

#global-nav .menu > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  width: 120px;
  height: 40px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(51, 146, 0, 0.6);
  box-sizing: border-box;
  border-radius: 5px;
}

#global-nav .menu > li:first-of-type {
  margin-left: 0;
}

#global-nav .menu > li:first-of-type > a {
  width: 76px;
}

#global-nav .menu > li:nth-of-type(8) > a {
  width: 140px;
}

#global-nav .menu > li a {
  color: #fff;
  font-weight: bold;
  transition: all .2s;
  -webkit-transition: all .2s;
}

#global-nav .menu > li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #339200;
}

#global-nav .menu > li > .sub-menu {
  position: absolute;
  top: auto;
  left: 0;
  min-width: 160px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid rgba(123, 176, 26, 0.4);
  z-index: 99;
  box-sizing: border-box;
  visibility: hidden;
}

#global-nav .menu > li > .sub-menu li {
  border-top: 1px solid rgba(123, 176, 26, 0.3);
}

#global-nav .menu > li > .sub-menu li a {
  display: block;
  color: #7bb01a;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
  width: auto;
  height: auto;
  padding: 8px;
}

#global-nav .menu > li > .sub-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(123, 176, 26, 0.8);
  border: 0;
}

#global-nav .menu > li > .sub-menu li > .sub-menu > li {
  border-top-style: dashed;
}

#global-nav .menu > li > .sub-menu li > .sub-menu > li > a {
  font-size: .933333em;
  line-height: 1.4;
  padding-left: 12px;
}

#global-nav .menu > li > .sub-menu li > .sub-menu > li > a::before {
  font-family: "Material Design Icons";
  content: '\f0142';
  color: #d5d5d5;
  vertical-align: -1px;
  margin-right: 3px;
}

#global-nav .menu > li > .sub-menu > li:first-child {
  border-top: none;
}

#global-nav .menu > li .sub-menu {
  max-height: 0;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  overflow: hidden;
}

#global-nav .menu > li:hover .sub-menu {
  max-height: 40vh;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  visibility: visible;
}

#global-nav .menu > li.sub-menu-3col > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}

#global-nav .menu > li.sub-menu-3col > .sub-menu > li {
  position: relative;
  width: calc(100% / 3);
  margin-bottom: -1px;
  padding-top: 1px;
  border-top: 0;
  border-right: 1px solid rgba(123, 176, 26, 0.3);
  border-bottom: 1px solid rgba(123, 176, 26, 0.3);
  box-sizing: border-box;
}

#global-nav .menu > li.sub-menu-3col > .sub-menu > li:nth-of-type(-n+3) {
  padding-top: 0;
}

#global-nav .menu > li.sub-menu-3col > .sub-menu > li:nth-of-type(3n) {
  border-right: 0;
}

#global-nav .menu > li.sub-menu-3col > .sub-menu::after {
  display: block;
  content: '';
  width: 33.33333%;
  order: 1;
}

#bread-crumb {
  padding-top: 7px;
  background-color: #fff;
}

#bread-crumb .bread-crumb-list {
  font-size: 0;
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}

#bread-crumb .bread-crumb-list li,
#bread-crumb .bread-crumb-list div,
#bread-crumb .bread-crumb-list span,
#bread-crumb .bread-crumb-list a {
  display: inline-block;
}

#bread-crumb .bread-crumb-list li,
#bread-crumb .bread-crumb-list div {
  font-size: 1.3rem;
  line-height: 1.3;
}

#bread-crumb .bread-crumb-list li:first-child > a,
#bread-crumb .bread-crumb-list div:first-child > a {
  margin-left: 0;
}

#bread-crumb .bread-crumb-list li a,
#bread-crumb .bread-crumb-list div a {
  margin: 0 6px;
}

#bread-crumb .bread-crumb-list li i,
#bread-crumb .bread-crumb-list div i {
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: -3px;
}

#bread-crumb .bread-crumb-list .page {
  margin-left: -10px;
}

#bread-crumb .bread-crumb-list .current span {
  color: #787878;
}

#contents {
  display: block;
  padding-bottom: 45px;
  background-color: #fff;
  overflow: hidden;
}

#contents dl,
#contents ul,
#contents ol {
  overflow: hidden;
}

#contents > .wrap {
  padding-top: 20px;
  overflow: hidden;
}

#one-column {
  width: 100%;
}

#first-column {
  float: right;
  width: 800px;
}

#second-column {
  float: left;
  width: 247px;
}

article {
  line-height: 1.5;
}

#gotop {
  position: relative;
  display: block;
}

#gotop .gotop-cfg {
  display: none;
}

#gotop .gotop-start {
  top: 100px;
}

#gotop .gotop-bottom {
  position: absolute;
  bottom: 0;
}

#gotop .gotop-offset {
  width: 767px;
  margin-top: 30px;
}

#gotop .gotop-show {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}

#gotop-button {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  right: 15px;
  margin-bottom: -65px;
  padding-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 98;
  transition: margin-bottom .5s, opacity .5s;
  -webkit-transition: margin-bottom .5s, opacity .5s;
}

#gotop-button * {
  font-family: 'Arial Narrow', Helvetica, sans-serif;
}

#gotop-button p {
  line-height: 0;
}

#gotop-button p > span {
  display: block;
  color: #555;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: .1em;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  padding-left: .1em;
  background-color: #d5d5d5;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .7;
  transition: all .2s;
  -webkit-transition: all .2s;
}

#gotop-button p > span:hover {
  color: #000;
  text-decoration: none;
  background-color: #a0a0a0;
}

#gotop-button p > span::before {
  display: block;
  text-align: center;
  font-family: "Material Design Icons";
  content: '\f005d';
  font-size: 18px;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: .05em;
}

.widget {
  margin-bottom: 30px;
}

.widget ul {
  font-size: 1.4rem;
  margin-top: 8px;
}

.widget ul:first-of-type {
  margin-top: 0;
}

.widget ul > li {
  line-height: 1.3;
  list-style: none;
  margin-top: 8px;
}

.widget ul > li:first-of-type {
  margin-top: 0;
}

.widget ul.children, .widget ul.sub-menu {
  margin-bottom: 16px;
}

.widget ul.children > li, .widget ul.sub-menu > li {
  margin-top: 8px;
  padding-left: 1.5em;
}

.widget ul .cat-item-none {
  color: #d5d5d5;
}

.widget .count {
  display: inline-block;
  color: #a0a0a0;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 7px;
  padding: 2px 10px;
  background-color: #f5f5f5;
  border-radius: 15px;
}

.widget .select-area {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
}

.widget .select-area::before {
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Material Design Icons";
  content: '\f0140';
  margin-top: -.46em;
  z-index: 1;
}

.widget label {
  display: none;
}

.widget select {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.56;
  width: 100%;
  padding: 5px 25px 5px 5px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  box-sizing: border-box;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget select::-ms-expand {
  display: none;
}

.widget_recent_comments .recentcomments a {
  text-decoration: none;
}

.widget_recent_comments .recentcomments .entry-title:hover {
  text-decoration: underline;
}

.widget_recent_comments .recentcomments .comment-user {
  color: #a0a0a0;
  font-size: 1.2rem;
}

.widget_archive > ul:last-of-type {
  margin-bottom: -5px;
}

.widget_archive > ul > li.year-title {
  margin-left: 0;
}

.widget_archive > ul > li .month-list {
  margin-top: 4px;
  overflow: hidden;
}

.widget_archive > ul > li .month-list > li {
  float: left;
  margin: 0 15px 5px 0;
}

.widget_archive > ul > li .month-list > li:last-of-type {
  margin-right: 0;
}

.widget_archive > ul > li .month-list .year {
  display: none;
}

.widget_tag_cloud .tagcloud {
  line-height: 1.2;
  margin: -3px;
}

.widget_tag_cloud .wp-tag-cloud {
  font-size: 0;
}

.widget_tag_cloud .wp-tag-cloud > li {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0;
}

.widget_tag_cloud a {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  vertical-align: -50%;
  margin: 3px;
  padding: 6px 9px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color .2s;
  -webkit-transition: background-color .2s;
}

.widget_tag_cloud a:hover {
  background-color: #ebebeb;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}

.widget_calendar caption {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 7px;
}

.widget_calendar tr {
  font-size: 1.4rem;
  line-height: 1;
}

.widget_calendar th {
  padding: 8px 0 7px;
}

.widget_calendar td {
  padding: 8px 0 7px;
}

.widget_calendar thead {
  background-color: #f5f5f5;
}

.widget_calendar thead tr {
  color: #a0a0a0;
}

.widget_calendar thead th {
  font-weight: normal;
  font-weight: 450;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.widget_calendar thead th:last-of-type {
  color: #df0002;
}

.widget_calendar tbody {
  background-color: #fff;
}

.widget_calendar tbody tr {
  color: #e0e0e0;
}

.widget_calendar tbody td {
  text-align: center;
  border: 1px solid #e0e0e0;
}

.widget_calendar tbody td a {
  display: block;
  margin: -8px 0 -7px;
  padding: 8px 0 7px;
  background-color: #f5f5f5;
}

.widget_calendar tbody td a:hover {
  background-color: #ebebeb;
}

.widget_calendar tbody td:last-of-type {
  color: #df0002;
}

.widget_calendar tfoot a {
  font-size: 1.3rem;
}

.widget_calendar tfoot #prev {
  text-align: left;
}

.widget_calendar tfoot #next {
  text-align: right;
}

.widget_calendar #today {
  color: #707070;
}

#global-widget .widgettitle {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: normal;
  font-weight: 450;
  margin-bottom: 10px;
}

#global-widget > ul {
  overflow: visible;
}

#global-widget .widget_nav_menu .menu {
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 1px dotted #a3c44e;
  overflow: hidden;
}

#global-widget .widget_nav_menu .menu li {
  margin: 0;
  list-style: none;
}

#global-widget .widget_nav_menu .menu li a {
  position: relative;
  display: block;
  color: #349200;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  transition: all .2s;
}

#global-widget .widget_nav_menu .menu li a::before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 3px;
  transition: all .2s;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #a3c44e;
  border-right: 2px solid #a3c44e;
  transform: rotate(45deg);
}

#global-widget .widget_nav_menu .menu li a:hover {
  background-color: #f6fce9;
}

#global-widget .widget_nav_menu .menu li a:hover::before {
  left: 7px;
}

#global-widget .widget_nav_menu .menu > li {
  border-top: 1px dotted #a3c44e;
}

#global-widget .widget_nav_menu .menu > li > a {
  padding: 12px 8px 12px 24px;
}

#global-widget .widget_nav_menu .menu > li .sub-menu {
  margin-bottom: 0;
}

#global-widget .widget_nav_menu .menu > li .sub-menu li {
  padding-left: 0;
  border-top: 1px dotted #ebebeb;
}

#global-widget .widget_nav_menu .menu > li .sub-menu li > a {
  font-size: .933333em;
  line-height: 1.4;
  padding: 10px 8px 10px 20px;
}

#global-widget .widget_nav_menu .menu > li .sub-menu .sub-menu a {
  padding-left: 30px;
}

#global-widget .whatsnew-list {
  position: relative;
  border: 5px solid #dfd7ca;
  background-image: url(img/bg-1.png);
}

#global-widget .whatsnew-list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border: 1px solid #fff;
}

#global-widget .whatsnew-list-body {
  position: relative;
  z-index: 2;
  margin: 5px 10px;
}

#global-widget .whatsnew-list-body li {
  display: flex;
  flex-wrap: nowrap;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px dotted #dfd7ca;
}

#global-widget .whatsnew-list-body li:last-of-type {
  border-bottom: 0;
}

#global-widget .whatsnew-list-body .thumbnail {
  width: 50px;
  margin-right: 8px;
}

#global-widget .whatsnew-list-body .thumbnail .bg {
  background-color: #fff;
}

#global-widget .whatsnew-list-body .thumbnail a {
  display: block;
  opacity: 1;
  transition: all .2s;
}

#global-widget .whatsnew-list-body .thumbnail a:hover {
  opacity: .7;
}

#global-widget .whatsnew-list-body .thumbnail img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}

#global-widget .whatsnew-list-body .content {
  position: relative;
  flex: 1;
}

#global-widget .whatsnew-list-body .date span {
  transform: scale(0.5, 0.5);
  transform-origin: top left;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: -1rem;
  vertical-align: top;
  white-space: nowrap;
}

#global-widget .whatsnew-list-body .cat {
  position: absolute;
  top: 0;
  right: 0;
}

#global-widget .whatsnew-list-body .cat a {
  transform: scale(0.5, 0.5);
  transform-origin: top right;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: -1rem;
  vertical-align: top;
  white-space: nowrap;
}

#global-widget .whatsnew-list-body .title {
  clear: both;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: 5px;
}

#global-widget .whatsnew-list-btn {
  position: relative;
  margin-bottom: 15px;
  z-index: 2;
}

#global-widget .whatsnew-list-btn a {
  display: block;
  color: #726a56;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 215px;
  height: 44px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #726a56;
  box-sizing: border-box;
  transition: all .2s;
}

#global-widget .whatsnew-list-btn a::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  margin-right: .3em;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 98%;
  opacity: 1;
  transition: all .2s;
}

#global-widget .whatsnew-list-btn a:hover {
  color: #fff;
  background-color: #726a56;
}

#global-widget .whatsnew-list-btn a:hover::before {
  opacity: .6;
}

#global-widget .whatsnew-list-diary .whatsnew-list-btn a::before {
  background-image: url(img/icon-diary.svg);
}

#global-widget .whatsnew-list-voice .whatsnew-list-btn a::before {
  background-image: url(img/icon-heart.svg);
}

#global-widget .banner-group li {
  background-color: #fff;
}

#global-widget .banner-group a {
  position: relative;
  display: block;
  opacity: 1;
  transition: all .2s;
}

#global-widget .banner-group a:hover {
  opacity: .7;
}

#global-widget .banner-group .overlay {
  position: absolute;
  top: 13px;
  left: 83px;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .widget_categories,
  .widget_recent_entries,
  .widget_archive {
    position: relative;
    border: 5px solid #dfd7ca;
    background-image: url(img/bg-1.png);
  }
  .widget_categories::before,
  .widget_recent_entries::before,
  .widget_archive::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border: 1px solid #fff;
  }
  .widget_categories .widgettitle,
  .widget_recent_entries .widgettitle,
  .widget_archive .widgettitle {
    font-size: 1.6rem !important;
    font-weight: bold !important;
    padding: 15px 10px;
    margin-bottom: 0 !important;
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(223, 215, 202, 0.5);
  }
  .widget_categories ul,
  .widget_recent_entries ul,
  .widget_archive ul {
    position: relative;
    padding: 0 10px;
  }
  .widget_categories ul li,
  .widget_recent_entries ul li,
  .widget_archive ul li {
    margin: 0;
    padding: 10px 0;
    border-top: 1px dotted #dfd7ca;
  }
  .widget_categories ul li:first-of-type,
  .widget_recent_entries ul li:first-of-type,
  .widget_archive ul li:first-of-type {
    border-top: 0;
  }
  .widget_archive > ul {
    margin-top: 0;
  }
  .widget_archive > ul:last-of-type {
    margin-bottom: 10px;
  }
  .widget_archive > ul .year-title {
    padding-bottom: 0;
  }
  .widget_archive > ul > li .month-list > li {
    border-top: 0;
    margin-bottom: 0;
  }
}

#global-footer {
  padding-bottom: 50px;
}

#global-footer .wrap {
  min-height: 100px;
}

#global-footer .copyright {
  display: none;
  color: #a0a0a0;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: .02em;
  padding: 20px 0 30px;
}

#global-footer .copyright * {
  font-family: Arial, Helvetica, sans-serif;
}

#global-footer .copyright .prefix {
  margin-right: .3em;
}

#global-footer .copyright .sign {
  margin-right: .3em;
}

#global-footer .copyright .year {
  margin-right: .3em;
}

.footer-widgets {
  position: relative;
  padding-top: 140px;
  margin: 0 -15px;
  overflow: hidden;
}

.footer-widgets .footer-logo {
  position: absolute;
  top: 45px;
  left: 15px;
}

.footer-widgets .footer-logo img {
  display: block;
  width: 200px;
}

.footer-widgets .footer-logo::after {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  content: '';
  width: 105px;
  height: 15px;
  background-image: url(img/logo-en.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.footer-widgets a {
  color: #707070;
  text-decoration: none;
  border-bottom: 1px solid #707070;
  transition: all .2s;
}

.footer-widgets a:hover {
  color: #7bb01a;
  border-bottom-color: #7bb01a;
}

.footer-widgets .widget ul {
  font-size: 1.6rem;
}

.footer-widgets .widget ul > li {
  margin-bottom: 25px;
}

.footer-widgets .widget ul > li a {
  font-weight: bold;
}

.footer-widgets .widget .sub-menu {
  font-size: 1.5rem;
  font-weight: normal;
  font-weight: 450;
}

.footer-widgets .widget .sub-menu li {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-widgets .widget .sub-menu a {
  font-weight: normal;
  font-weight: 450;
  border-bottom: 0;
}

.footer-widgets .widgettitle {
  color: #787878;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: normal;
  font-weight: 450;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}

.footer-widgets > ul {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

.footer-widgets > ul:nth-of-type(1) {
  width: 205px;
}

.footer-widgets > ul:nth-of-type(2) {
  width: 245px;
}

.footer-widgets > ul:nth-of-type(3) {
  width: 230px;
}

.footer-widgets > ul:nth-of-type(4) {
  width: 430px;
  margin-top: -100px;
}

#footer-information p, #footer-information li {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  font-weight: 450;
}

#footer-information li {
  list-style: disc;
  margin: 0 0 0 1.5em;
}

#footer-information .gmap {
  position: relative;
  height: 0;
  padding-bottom: 280px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}

#footer-information .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer-information .address {
  margin-bottom: 20px;
}

#footer-information .address a {
  border-bottom: 0;
}

#footer-information .message {
  margin-bottom: 20px;
}

#footer-information .access {
  position: relative;
  margin-bottom: 20px;
}

#footer-information .access p {
  margin-left: .8em;
}

#footer-information .access p::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #a0a0a0;
}

#btn-bottom-fixed {
  display: none;
}

.widget_search.widget label {
  display: block;
}

.search-form {
  position: relative;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form label {
  position: relative;
}

.search-form label::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  color: #d5d5d5;
  font-family: "Material Design Icons";
  content: '\f0349';
  font-size: 24px;
  line-height: 1;
  margin-top: -.46em;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.search-form label.hover::after {
  color: #a0a0a0;
}

.search-form .search-field {
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
  padding: 8px 35px 8px 8px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-sizing: border-box;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  width: 35px;
  padding: 0;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}

.search-form .search-submit:focus {
  border-width: 0 !important;
  box-shadow: none;
}

#contents.error404 > .wrap {
  padding: 140px 0 140px;
}

#contents.error404 .title {
  color: #e0e0e0;
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-weight: 450;
  text-align: center;
}

#contents.error404 p {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: center;
}

.embed-youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #f7f7f7;
  overflow: hidden;
}

.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-visual {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#main-visual .wrap {
  position: relative;
}

#main-visual .page-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: normal;
  font-weight: 450;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#main-visual .page-title a {
  color: #fff;
}

#main-visual .mv-title-content p {
  font-size: 2.8rem;
  line-height: 1.3;
}

#contents .meta .font-icon::before {
  color: #d5d5d5;
  font-size: 1.5rem;
  vertical-align: -1px;
  margin-right: 4px;
}

#contents .meta .date::before {
  font-family: "Material Design Icons";
  content: '\f00ed';
}

#contents .meta .categories::before {
  font-family: "Material Design Icons";
  content: '\f0770';
}

#contents .meta .tags::before {
  font-family: "Material Design Icons";
  content: '\f04fd';
}

#contents .meta .author::before {
  font-family: "Material Design Icons";
  content: '\f03ea';
}

@media screen and (min-width: 1200px) {
  #main-visual .wrap {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .site-mainvisual-diary {
    margin-top: -30px;
  }
}

.site-mainvisual-diary img {
  width: 100%;
}

.archive-list {
  font-size: 1.5rem;
  overflow: hidden;
}

#contents.index .archive-list {
  margin-top: 35px;
}

.archive-list .term-description {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.archive-list .term-description p {
  font-size: 1.5rem;
  line-height: 1.75;
}

.archive-list .archive-header {
  margin-bottom: 35px;
}

.archive-list .archive-header .post-thumbnail {
  position: relative;
}

.archive-list .archive-header .post-thumbnail .image {
  width: 800px;
  height: 0;
  padding-bottom: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (max-width: 767px) {
  .archive-list .archive-header .post-thumbnail .image {
    width: auto;
    padding-bottom: 35%;
  }
}

.archive-list .archive-header .post-thumbnail .caption {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: auto;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  font-weight: 450;
  text-align: center;
  min-width: 360px;
  padding: 20px;
  background-color: rgba(52, 146, 0, 0.3);
  box-sizing: border-box;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .archive-list .archive-header .post-thumbnail .caption {
    bottom: 5vw;
    padding: 3vw;
    font-size: 6.4vw;
    min-width: 64vw;
  }
}

.archive-list .archive-header .post-thumbnail .caption em {
  display: block;
  font-size: .6em;
  letter-spacing: .05em;
}

.archive-list .archive-header .page-title {
  position: relative;
  color: #7bb01a;
  font-size: 1.5625em;
  line-height: 1.35;
  font-weight: bold;
  text-align: left;
  padding: 30px 20px 35px;
  background-image: url(img/bg-1.png);
  overflow: hidden;
}

.archive-list .archive-header .page-title::after {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  content: '';
  height: 1px;
  border-top: 2px dotted #ccc2ac;
}

.archive-list .archive-header .page-title a {
  color: #7bb01a;
}

.archive-list .entry-article {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.archive-list .entry-article:first-of-type {
  padding-top: 0;
}

.archive-list .thumbnail {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  background-color: #fff;
  overflow: hidden;
}

.archive-list .thumbnail a {
  display: block;
  opacity: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.archive-list .thumbnail a:hover {
  opacity: 0.8;
}

.archive-list .thumbnail img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 120px;
}

.archive-list .no-thumbnail {
  position: relative;
}

.archive-list .no-thumbnail a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
}

.archive-list .no-thumbnail a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: #e0e0e0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-top: -.5em;
}

.archive-list .entry-content {
  overflow: hidden;
}

.archive-list .entry-header {
  margin-bottom: 5px;
}

.archive-list .entry-header .title {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: normal;
  font-weight: 450;
  margin-bottom: 5px;
}

.archive-list .entry-header .meta {
  line-height: 0;
}

.archive-list .entry-header .meta li {
  display: inline-block;
  color: #787878;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 20px 2px 0;
}

.archive-list .entry-header .meta .year,
.archive-list .entry-header .meta .month,
.archive-list .entry-header .meta .day {
  margin-right: 3px;
}

.archive-list .entry-body {
  text-justify: inter-ideograph;
  text-align: justify;
  overflow: hidden;
}

.archive-list .entry-body p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.archive-list #no-result {
  clear: both;
  text-align: center;
  padding: 60px 0 80px;
}

.archive-list #no-result p {
  color: #a0a0a0;
  font-size: 1.6rem;
}

.archive-list .pagination {
  font-size: 0;
  text-align: center;
  padding: 0;
  margin: 30px 0;
  overflow: hidden;
}

.archive-list .pagination .page-numbers {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 34px;
  vertical-align: top;
  width: 36px;
  height: 36px;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  box-sizing: border-box;
}

.archive-list .pagination a {
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.archive-list .pagination a:hover {
  background-color: #f5f5f5;
}

.archive-list .pagination .current {
  color: #787878;
  background-color: #ebebeb;
  border: 1px solid #e0e0e0;
}

.archive-list .pagination .first,
.archive-list .pagination .last,
.archive-list .pagination .prev,
.archive-list .pagination .next {
  width: auto;
  padding: 0 8px;
}

.archive-list .pagination .first::before, .archive-list .pagination .first::after,
.archive-list .pagination .last::before,
.archive-list .pagination .last::after,
.archive-list .pagination .prev::before,
.archive-list .pagination .prev::after,
.archive-list .pagination .next::before,
.archive-list .pagination .next::after {
  line-height: 1;
  vertical-align: -.07em;
}

.archive-list .pagination .first::before {
  font-family: "Material Design Icons";
  content: '\f0600\0020';
}

.archive-list .pagination .last::after {
  font-family: "Material Design Icons";
  content: '\0020\f0601';
}

.archive-list .pagination .prev::before {
  font-family: "Material Design Icons";
  content: '\f0141\0020';
}

.archive-list .pagination .next::after {
  font-family: "Material Design Icons";
  content: '\0020\f0142';
}

.archive-list .pagination .dots {
  color: #a0a0a0;
  border: none;
}

.main-article {
  font-size: 1.6rem;
}

.main-article .entry-header {
  margin-bottom: 30px;
  overflow: hidden;
}

.main-article .entry-header .page-title {
  position: relative;
  color: #7bb01a;
  font-size: 1.5625em;
  line-height: 1.35;
  font-weight: bold;
  text-align: left;
  padding: 30px 20px 35px;
  margin: 0 0 10px;
  background-image: url(img/bg-1.png);
  overflow: hidden;
}

.main-article .entry-header .page-title::after {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  content: '';
  height: 1px;
  border-top: 2px dotted #ccc2ac;
}

.main-article .entry-header .page-title a {
  color: #7bb01a;
}

.main-article .entry-header .meta {
  line-height: 0;
  overflow: hidden;
}

.main-article .entry-header .meta > li {
  display: inline-block;
  color: #787878;
  font-size: 1.3rem;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: top;
  margin: 0 20px 2px 0;
}

.main-article .entry-header .meta > li a {
  display: inline-block;
}

.main-article .entry-header .year,
.main-article .entry-header .month,
.main-article .entry-header .day {
  margin-right: 3px;
}

.main-article .post-thumbnail {
  position: relative;
  margin-bottom: 50px;
}

.main-article .post-thumbnail .image {
  width: 800px;
  height: 0;
  padding-bottom: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (max-width: 767px) {
  .main-article .post-thumbnail .image {
    width: auto;
    padding-bottom: 35%;
  }
}

.main-article .post-thumbnail .caption {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: auto;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  font-weight: 450;
  text-align: center;
  min-width: 360px;
  padding: 20px;
  background-color: rgba(52, 146, 0, 0.3);
  box-sizing: border-box;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .main-article .post-thumbnail .caption {
    bottom: 5vw;
    padding: 3vw;
    font-size: 6.4vw;
    min-width: 64vw;
  }
}

.main-article .post-thumbnail .caption em {
  display: block;
  font-size: .6em;
  letter-spacing: .05em;
}

.main-article .entry-body {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.main-article .entry-body abbr,
.main-article .entry-body acronym {
  text-decoration: none;
  border-bottom: 1px dotted #a0a0a0;
  cursor: help;
}

.main-article .entry-body ins {
  text-decoration: none;
  border-bottom: 1px dotted #a0a0a0;
}

.main-article .entry-body small {
  font-size: .8em;
}

.main-article .entry-body img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.main-article .entry-body img.alignnone {
  display: block;
  margin: 20px 0;
}

.main-article .entry-body img.aligncenter {
  display: block;
  margin: 20px auto;
}

.main-article .entry-body img.alignleft {
  margin: 0 25px 20px 0;
}

.main-article .entry-body img.alignright {
  margin: 0 0 20px 25px;
}

.main-article .entry-body a.more-link {
  position: relative;
  top: 10px;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 240px;
  padding: 10px;
  margin: 20px auto 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body a.more-link::after {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 0.5;
  vertical-align: -.1rem;
  font-family: "Material Design Icons";
  content: '\0020\f0140';
  margin: -.2rem 0 0 .2rem;
}

.main-article .entry-body a.more-link:hover {
  background-color: #f5f5f5;
}

.main-article .entry-body a.more-link.active {
  display: none;
}

.main-article .entry-body a img {
  display: inline-block;
  opacity: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body a img:hover {
  opacity: 0.8;
}

.main-article .entry-body .more-content {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body .more-content.active {
  height: auto;
  visibility: visible;
  overflow: visible;
  opacity: 1;
}

.main-article .entry-body .alignleft {
  float: left;
}

.main-article .entry-body .alignright {
  float: right;
}

.main-article .entry-body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.main-article .entry-body h1,
.main-article .entry-body h2,
.main-article .entry-body h3 {
  overflow: hidden;
}

.main-article .entry-body h1:first-of-type,
.main-article .entry-body h2:first-of-type,
.main-article .entry-body h3:first-of-type {
  margin-top: 0;
}

.main-article .entry-body h4,
.main-article .entry-body h5,
.main-article .entry-body h6 {
  overflow: hidden;
}

.main-article .entry-body h4 + p, .main-article .entry-body h4:first-of-type,
.main-article .entry-body h5 + p,
.main-article .entry-body h5:first-of-type,
.main-article .entry-body h6 + p,
.main-article .entry-body h6:first-of-type {
  margin-top: 0;
}

.main-article .entry-body p {
  font-size: 1em;
  line-height: 1.75;
  margin: 20px 0;
}

.main-article .entry-body p:first-of-type {
  margin-top: 0;
}

.main-article .entry-body h1,
.main-article .entry-body h2 {
  position: relative;
  color: #fff;
  font-size: 1.5625em;
  line-height: 1.35;
  font-weight: bold;
  padding: 18px 20px 20px;
  margin: 50px 0 20px;
  background-color: #7bb01a;
}

.main-article .entry-body h1::before,
.main-article .entry-body h2::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  border-top: 1px dashed #b1d275;
}

.main-article .entry-body h1::after,
.main-article .entry-body h2::after {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  border-top: 1px dashed #b1d275;
}

.main-article .entry-body h1 + p,
.main-article .entry-body h2 + p {
  margin-bottom: 30px;
}

.main-article .entry-body h3 {
  color: #7bb01a;
  font-size: 1.3125em;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 50px 0 20px;
  border-bottom: 1px solid #7bb01a;
}

.main-article .entry-body h4 {
  display: inline-block;
  color: #fff;
  font-size: 1.15em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
  min-width: 150px;
  margin: 25px 0 15px;
  padding: 4px 20px;
  background-color: #b5a070;
  border-radius: 50px;
  box-sizing: border-box;
}

.main-article .entry-body h5 {
  color: #726a56;
  font-size: 1em;
  line-height: 1.5;
  margin: 25px 0 10px;
  padding: 5px 15px;
  border: 1px solid #dfd7ca;
  border-radius: 50px;
}

.main-article .entry-body h6 {
  display: inline-block;
  font-size: .866666em;
  line-height: 1.5;
  margin: 25px 0 5px;
  border-bottom: 1px dashed #000;
  padding-bottom: 3px;
}

.main-article .entry-body div {
  line-height: 1.75;
}

.main-article .entry-body hr {
  height: 0;
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}

.main-article .entry-body pre {
  position: relative;
  font-size: .933333em;
  line-height: 1.75;
  margin: 25px 0;
  padding: 30px;
  background-color: #f5f5f5;
}

.main-article .entry-body blockquote {
  position: relative;
  font-size: .933333em;
  line-height: 1.75;
  margin: 25px 0;
  padding: 30px;
  background-color: #f5f5f5;
}

.main-article .entry-body blockquote p {
  margin: 0;
}

.main-article .entry-body blockquote::before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: "Material Design Icons";
  content: '\f0756';
  font-size: 3.2rem;
  line-height: 1;
  color: #d5d5d5;
}

.main-article .entry-body blockquote::after {
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 5px;
  font-family: "Material Design Icons";
  content: '\f027e';
  font-size: 3.2rem;
  line-height: 1;
  color: #d5d5d5;
}

.main-article .entry-body ul,
.main-article .entry-body ol {
  font-size: 1em;
  line-height: 1.75;
  margin: 20px 0;
  padding-left: 2em;
}

.main-article .entry-body ul > li,
.main-article .entry-body ol > li {
  margin: 8px 0;
}

.main-article .entry-body ul > li:first-of-type,
.main-article .entry-body ol > li:first-of-type {
  margin-top: 0;
}

.main-article .entry-body ul > li:last-of-type,
.main-article .entry-body ol > li:last-of-type {
  margin-bottom: 0;
}

.main-article .entry-body ul > li > ul,
.main-article .entry-body ul > li > ol,
.main-article .entry-body ol > li > ul,
.main-article .entry-body ol > li > ol {
  margin-top: 8px;
}

.main-article .entry-body ul {
  list-style: disc;
}

.main-article .entry-body ol {
  list-style: decimal;
}

.main-article .entry-body dl {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 20px;
}

.main-article .entry-body dl > dt {
  font-weight: bold;
  margin-top: 15px;
}

.main-article .entry-body dl > dt:first-child {
  margin-top: 0;
}

.main-article .entry-body dl > dd {
  margin: 15px 0 0 20px;
}

.main-article .entry-body dl dt + dd {
  margin-top: 0;
}

.main-article .entry-body table {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  border-collapse: collapse;
  box-sizing: border-box;
}

.main-article .entry-body table caption {
  font-size: .933333em;
  margin-bottom: 5px;
}

.main-article .entry-body table thead th,
.main-article .entry-body table tfoot th {
  font-size: 1em;
  font-weight: bold;
  padding: 7px;
  background-color: #e0e0e0;
  border: 1px solid #d5d5d5;
}

.main-article .entry-body table thead td,
.main-article .entry-body table tfoot td {
  font-size: 1em;
  font-weight: bold;
  padding: 7px;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
}

.main-article .entry-body table tbody th {
  font-size: 1em;
  font-weight: bold;
  padding: 7px;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
}

.main-article .entry-body table tbody td {
  font-size: 1em;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

.main-article .entry-body fieldset {
  border: 1px solid #e0e0e0;
  padding: 16px;
  margin: 0;
  box-sizing: border-box;
}

.main-article .entry-body fieldset legend {
  font-size: 1em;
  padding: 0 5px;
}

.main-article .entry-body label {
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 3px;
}

.main-article .entry-body input {
  line-height: 1.5;
}

.main-article .entry-body input[type='text'] {
  font-size: 1.5rem;
  width: 100%;
  padding: 6px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
}

.main-article .entry-body input[type='password'] {
  font-size: 1.5rem;
  width: 100%;
  padding: 6px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
}

.main-article .entry-body input[type='email'] {
  font-size: 1.5rem;
  width: 100%;
  padding: 6px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
}

.main-article .entry-body input[type='url'] {
  font-size: 1.5rem;
  width: 100%;
  padding: 6px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
}

.main-article .entry-body input[type='number'] {
  font-size: 1.5rem;
  width: 60px;
  min-width: 60px;
  padding: 6px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
}

.main-article .entry-body input[type='checkbox'] {
  display: inline;
  position: absolute;
  margin: 9px 0 0 9px;
  opacity: 0;
}

.main-article .entry-body input[type='checkbox'] + label,
.main-article .entry-body input[type='checkbox'] + span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 5px;
  margin: 0 5px 5px 0;
  border-radius: 5px;
  cursor: default;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body input[type='checkbox'] + label::before,
.main-article .entry-body input[type='checkbox'] + span::before {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Material Design Icons";
  content: '\f012c';
  line-height: 1;
  vertical-align: -1px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body input[type='checkbox']:checked + label,
.main-article .entry-body input[type='checkbox']:checked + span {
  background-color: #f5f5f5;
}

.main-article .entry-body input[type='checkbox']:checked + label::before,
.main-article .entry-body input[type='checkbox']:checked + span::before {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}

.main-article .entry-body input[type='radio'] {
  display: inline;
  position: absolute;
  margin: 9px 0 0 9px;
  opacity: 0;
}

.main-article .entry-body input[type='radio'] + label,
.main-article .entry-body input[type='radio'] + span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 5px;
  margin: 0 5px 5px 0;
  border-radius: 5px;
  cursor: default;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body input[type='radio'] + label::before,
.main-article .entry-body input[type='radio'] + span::before {
  position: relative;
  display: inline-block;
  vertical-align: -4px;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body input[type='radio']:checked + label,
.main-article .entry-body input[type='radio']:checked + span {
  background-color: #f5f5f5;
}

.main-article .entry-body input[type='radio']:checked + label::before,
.main-article .entry-body input[type='radio']:checked + span::before {
  background-color: #fff;
  border: 6px solid #787878;
}

.main-article .entry-body input[type='range'] {
  width: 100%;
}

.main-article .entry-body input[type='range']:focus {
  border-width: 0 !important;
  box-shadow: none;
}

.main-article .entry-body input[type='submit'] {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: top;
  height: 40px;
  min-width: 160px;
  background-color: #349200;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body input[type='submit']:hover {
  background-color: #349200;
}

.main-article .entry-body input[type='reset'] {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: top;
  height: 40px;
  min-width: 80px;
  background-color: #d5d5d5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body input[type='reset']:hover {
  background-color: #c7c7c7;
}

.main-article .entry-body input[type='button'],
.main-article .entry-body button {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: top;
  height: 40px;
  min-width: 160px;
  background-color: #349200;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .entry-body input[type='button']:hover,
.main-article .entry-body button:hover {
  background-color: #349200;
}

.main-article .entry-body .select-area {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.main-article .entry-body .select-area::before {
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Material Design Icons";
  content: '\f0140';
  margin-top: -10px;
  z-index: 1;
}

.main-article .entry-body select {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.56;
  max-width: 100%;
  padding: 5px 25px 5px 5px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.main-article .entry-body select::-ms-expand {
  display: none;
}

.main-article .entry-body textarea {
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: top;
  width: 100%;
  min-height: 200px;
  padding: 5px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
}

.main-article .entry-body .table-content {
  position: relative;
  margin: 20px 0;
}

.main-article .entry-body .table-content .table-area {
  overflow-x: auto;
}

.main-article .entry-body .table-content .table-area table {
  position: relative;
}

.main-article .entry-body .table-content .table-arrow {
  display: none;
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background-color: #707070;
  border-radius: 50%;
  cursor: pointer;
  opacity: .15;
  z-index: 9;
}

.main-article .entry-body .table-content .table-arrow::after {
  display: block;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 28px;
}

.main-article .entry-body .table-content .table-left-arrow {
  left: 5px;
}

.main-article .entry-body .table-content .table-left-arrow::after {
  font-family: "Material Design Icons";
  content: '\f004d';
}

.main-article .entry-body .table-content .table-right-arrow {
  right: 5px;
}

.main-article .entry-body .table-content .table-right-arrow::after {
  font-family: "Material Design Icons";
  content: '\f0054';
}

.main-article .entry-body .wp-caption {
  margin: 0;
}

.main-article .entry-body .wp-caption img {
  display: inline-block;
  margin: 0;
}

.main-article .entry-body .wp-caption.alignnone {
  margin: 20px 0;
}

.main-article .entry-body .wp-caption.aligncenter {
  margin: 20px auto;
}

.main-article .entry-body .wp-caption.alignleft {
  margin: 0 25px 20px 0;
}

.main-article .entry-body .wp-caption.alignright {
  margin: 0 0 20px 25px;
}

.main-article .entry-body .wp-caption-text {
  font-size: .8em;
  line-height: 1.45;
  text-align: left;
  margin: 0;
  padding: 7px;
  background-color: #f5f5f5;
  min-width: 100%;
  box-sizing: border-box;
}

.main-article .post-password-form {
  margin-top: 30px;
  padding: 25px 50px;
  background-color: #f5f5f5;
  text-align: center;
}

.main-article .post-password-form p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}

.main-article .post-password-form p:first-of-type {
  display: inline-block;
  text-align: left;
}

.main-article .post-password-form p:last-of-type {
  text-align: center;
  margin: 15px 0 5px;
}

.main-article .post-password-form label {
  font-size: 1em;
  line-height: 1.5;
  display: inline-block;
}

.main-article .post-password-form input[type='password'] {
  width: 210px;
  height: 30px;
  margin: 0 3px;
}

.main-article .post-password-form input[type='submit'] {
  min-width: 80px;
  height: 30px;
}

.main-article .entry-body .line-height-narrow-lv1 {
  line-height: 1.5;
}

.main-article .entry-body .line-height-narrow-lv2 {
  line-height: 1.3;
}

.main-article .entry-body .clear-margin {
  margin: 0;
}

.main-article .entry-body .margin-top-lv1 {
  margin-top: 20px;
}

.main-article .entry-body .margin-top-lv2 {
  margin-top: 35px;
}

.main-article .entry-body .margin-top-lv3 {
  margin-top: 50px;
}

.main-article .entry-body .margin-bottom-lv1 {
  margin-bottom: 20px;
}

.main-article .entry-body .margin-bottom-lv2 {
  margin-bottom: 35px;
}

.main-article .entry-body .margin-bottom-lv3 {
  margin-bottom: 50px;
}

.main-article .entry-body .overflow-hidden {
  overflow: hidden;
}

.main-article .entry-body .clear {
  clear: both;
}

.main-article .entry-body .block-center {
  text-align: center;
}

.main-article .entry-body .margin-left {
  margin-left: 25px;
}

.main-article .entry-body .margin-right {
  margin-right: 25px;
}

.main-article .link-pages {
  font-size: 0;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.main-article .link-pages .heading {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 3px;
}

.main-article .link-pages .heading {
  margin-right: 10px;
}

.main-article .link-pages .page {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin: 0 2px;
  background-color: #ebebeb;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.main-article .link-pages > .page {
  color: #787878;
}

.main-article .link-pages > a {
  display: inline-block;
  margin: 0 2px;
}

.main-article .link-pages > a > span.page {
  margin: 0;
  border: 1px solid #ebebeb;
  background-color: #fff;
  box-sizing: border-box;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.main-article .link-pages > a:hover .page {
  background-color: #f5f5f5;
  text-decoration: underline;
}

.main-article .page-navigation {
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}

.main-article .page-navigation ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}

.main-article .page-navigation ul li {
  width: 50%;
}

.main-article .page-navigation a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.main-article .page-navigation a:hover {
  background-color: #f5f5f5;
}

.main-article .page-navigation .dir {
  position: relative;
  display: block;
  color: #a0a0a0;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.main-article .page-navigation .title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
}

.main-article .page-navigation .prev {
  text-align: left;
  margin-right: 15px;
}

.main-article .page-navigation .prev .dir {
  left: -4px;
}

.main-article .page-navigation .prev .dir::before {
  font-size: 1.7rem;
  font-family: "Material Design Icons";
  content: '\f0141';
  vertical-align: -2px;
}

.main-article .page-navigation .next {
  text-align: right;
}

.main-article .page-navigation .next .dir {
  right: -4px;
}

.main-article .page-navigation .next .dir::after {
  font-size: 1.7rem;
  font-family: "Material Design Icons";
  content: '\f0142';
  vertical-align: -2px;
}

#contents.attachment .entry-attachment {
  margin: 0 auto 35px;
  max-width: 100%;
}

#contents.attachment .entry-attachment .image {
  max-width: 100%;
}

#contents.attachment .entry-attachment .image a {
  display: block;
}

#contents.attachment .entry-attachment .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 900px;
}

#contents.attachment .entry-attachment .caption {
  font-size: .933333em;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 8px 12px;
  background-color: #f5f5f5;
  min-width: 100%;
  box-sizing: border-box;
}

#contents.attachment .page-navigation {
  text-align: center;
  margin: -20px 0 20px;
  border-top: none;
}

#contents.attachment .page-navigation a {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 40px;
  height: 40px;
  background-color: #d5d5d5;
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
}

#contents.attachment .page-navigation a:hover {
  text-decoration: none;
  background-color: #c7c7c7;
}

#comments {
  text-justify: auto;
  text-align: left;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

#comments #comments-title {
  font-size: 2.2rem;
  font-weight: normal;
  font-weight: 450;
  margin-bottom: 15px;
}

#comments #reply-title {
  font-size: 2rem;
  font-weight: normal;
  font-weight: 450;
  margin-bottom: 10px;
}

#comments #reply-title small {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}

#comments #reply-title a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 3px 9px 3px 6px;
  background-color: #d5d5d5;
  border-radius: 50px;
}

#comments #reply-title a::before {
  font-family: "Material Design Icons";
  content: '\f0156';
  margin-right: .2em;
}

#comments #reply-title a:hover {
  background-color: #a0a0a0;
}

#comments .comment-list {
  font-size: 1.5rem;
  margin-bottom: 10px;
  list-style: none;
}

#comments .comment-list #respond {
  margin: 10px 0 30px;
  padding-top: 15px;
  border-top: 1px dotted #ebebeb;
}

#comments .comment-list #respond #reply-title {
  font-size: 2rem;
}

#comments .comment-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e0e0e0;
  overflow: hidden;
}

#comments .comment-list div.avatar {
  float: left;
  margin-right: 20px;
}

#comments .comment-list div.avatar .thumb {
  overflow: hidden;
}

#comments .comment-list div.avatar .reply {
  font-size: 1.2rem;
  margin-top: 10px;
}

#comments .comment-list .comment-block {
  overflow: hidden;
}

#comments .comment-list .comment-block .header {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

#comments .comment-list .comment-block .author {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 15px;
}

#comments .comment-list .comment-block .date {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 15px;
}

#comments .comment-list .comment-block .date .year,
#comments .comment-list .comment-block .date .month,
#comments .comment-list .comment-block .date .day {
  margin-right: 3px;
}

#comments .comment-list .comment-block .comment-text {
  text-justify: inter-ideograph;
  text-align: justify;
}

#comments .comment-list .comment-block .comment-text p {
  font-size: 1.4rem;
  line-height: 1.75;
}

#comments .comment-list .comment-block .awaiting {
  color: #df0002;
  margin-bottom: 3px;
}

#comments .comment-list .children {
  font-size: 1.5rem;
  margin: 20px 0 0 30px;
}

#comments #respond {
  position: relative;
  width: 500px;
}

#comments #respond p {
  line-height: 1.5;
  margin-bottom: 12px;
}

#comments #respond .not-publish {
  line-height: 1.3;
}

#comments #respond .logged-in-as {
  font-size: 1.4rem;
}

#comments #respond label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 3px;
}

#comments #respond input[type='text'] {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-sizing: border-box;
}

#comments #respond input[type='submit'] {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  height: 40px;
  width: 160px;
  background-color: #349200;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#comments #respond input[type='submit']:hover {
  background-color: #349200;
}

#comments #respond textarea {
  font-size: 1.5rem;
  vertical-align: top;
  width: 100%;
  height: 150px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-sizing: border-box;
}

#comments #respond .required {
  color: #df0002;
  font-size: 1.2rem;
}

#comments #respond .form-submit {
  clear: both;
  margin-bottom: 0;
  padding-top: 5px;
}

#comments #respond .not-publish {
  display: inline-block;
  font-size: 1.2rem;
}

#comments .comment-notes {
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  width: 235px;
  padding: 0 15px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

#comments .comment-notes li {
  margin: 20px 0;
}

.main-article .entry-body .gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

.main-article .entry-body .gallery-item {
  margin: 8px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.main-article .entry-body .gallery-item img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.main-article .entry-body .gallery-columns-1 .gallery-item {
  width: calc(100% - 16px);
}

.main-article .entry-body .gallery-columns-2 .gallery-item {
  width: calc(50% - 16px);
}

.main-article .entry-body .gallery-columns-3 .gallery-item {
  width: calc(33.33% - 16px);
}

.main-article .entry-body .gallery-columns-4 .gallery-item {
  width: calc(25% - 16px);
}

.main-article .entry-body .gallery-columns-5 .gallery-item {
  width: calc(20% - 16px);
}

.main-article .entry-body .gallery-columns-6 .gallery-item {
  width: calc(16.66% - 16px);
}

.main-article .entry-body .gallery-columns-7 .gallery-item {
  width: calc(14.28% - 16px);
}

.main-article .entry-body .gallery-columns-8 .gallery-item {
  width: calc(12.5% - 16px);
}

.main-article .entry-body .gallery-columns-8 .gallery-item {
  width: calc(12.5% - 16px);
}

.main-article .entry-body .gallery-columns-9 .gallery-item {
  width: calc(11.11% - 16px);
}

.main-article .entry-body .gallery-icon {
  padding: 5%;
  background-color: #fff;
  box-sizing: border-box;
}

.main-article .entry-body .gallery-icon a {
  display: inline-block;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.main-article .entry-body .gallery-caption {
  padding: 8px 5%;
  background-color: transparent;
  border-top: 1px dotted #ebebeb;
}

#contents.static .main-article .entry-header {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #contents.static .main-article .entry-header {
    margin-bottom: 30px;
  }
}

#contents.static .main-article img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}

#contents.static .main-article img.no-shadow {
  box-shadow: none;
}

#contents.static .section {
  margin: 50px 0;
}

#contents.static .section:first-of-type {
  margin-top: 0;
}

#contents.static .section-lead h2 {
  color: #afa684;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  background: none;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead h2 {
    font-size: 2.1rem;
  }
}

#contents.static .section-lead h2::before {
  display: none;
}

#contents.static .section-lead h2::after {
  display: none;
}

#contents.static .col {
  display: flex;
}

#contents.static .col-left {
  margin-right: 20px;
}

#contents.static .col-right {
  margin-left: 20px;
}

#contents.static .image-flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #contents.static .image-flex {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

#contents.static .image-flex img {
  display: inline-block;
  vertical-align: top;
  width: 30.6%;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .image-flex img {
    width: 48.5%;
  }
  #contents.static .image-flex img:first-of-type {
    width: 100%;
    margin-bottom: 3%;
  }
}

#contents.static .deco-btn {
  display: inline-block;
  position: relative;
  color: #726a56;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  min-width: 180px;
  padding: 12px 16px;
  border: 1px solid #dfd7ca;
  background-color: #fff;
  box-sizing: border-box;
  transition: all .2s;
}

#contents.static .deco-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  margin: 3px;
  border: 1px dashed #dfd7ca;
}

#contents.static .deco-btn:hover {
  background-color: rgba(223, 215, 202, 0.4);
}

#contents.static .diary_link {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .diary_link {
    text-align: left;
  }
}

#contents.static .diary_link a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  vertical-align: top;
  margin-left: 2em;
}

#contents.static .diary_link a::before {
  display: block;
  position: absolute;
  top: -.25em;
  left: -1.25em;
  font-family: "Material Design Icons";
  content: '\f05da';
  font-size: 1.5em;
  opacity: .4;
  margin-right: .25em;
}

#contents.static .diary_link a:hover::before {
  opacity: 1;
}

#contents.static .related_link {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .related_link {
    text-align: left;
  }
}

#contents.static .related_link a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  vertical-align: top;
  margin-left: 2em;
}

#contents.static .related_link a::before {
  display: block;
  position: absolute;
  top: -.25em;
  left: -1.1em;
  font-family: "Material Design Icons";
  content: '\f02fd';
  font-size: 1.5em;
  opacity: .4;
  margin-right: .25em;
}

#contents.static .related_link a:hover::before {
  opacity: 1;
}

#contents.static .subscription-price {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #contents.static .subscription-price {
    margin-top: 50px;
  }
}

#imageDataContainer, #outerImageContainer {
  max-width: 100% !important;
}

#contents .post-thumbnail {
  position: relative;
  margin-bottom: 0;
}

#contents .post-thumbnail .image {
  width: 800px;
  height: 0;
  padding-bottom: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (max-width: 767px) {
  #contents .post-thumbnail .image {
    width: auto;
    padding-bottom: 35%;
  }
}

#contents .post-thumbnail .caption {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: auto;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  font-weight: 450;
  text-align: center;
  min-width: 360px;
  padding: 20px;
  background-color: rgba(52, 146, 0, 0.3);
  box-sizing: border-box;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  #contents .post-thumbnail .caption {
    bottom: 5vw;
    padding: 3vw;
    font-size: 6.4vw;
    min-width: 64vw;
  }
}

#contents .post-thumbnail .caption em {
  display: block;
  font-size: .6em;
  letter-spacing: .05em;
}

.macosx #contents .post-thumbnail .caption em {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .macosx #contents .post-thumbnail .caption em {
    font-weight: 400;
  }
}

#contents.article .main-article .entry-header .post-title {
  font-size: 1.8rem;
  line-height: 1.2;
  min-height: 40px;
  padding: 5px 0 10px 40px;
  margin: 50px 0 10px;
  background-image: url(img/line-02-1.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #contents.article .main-article .entry-header .post-title {
    min-height: initial;
    font-size: 1.6rem;
    margin: 40px 4% 8px;
    padding: 0 0 9px 25px;
    background-size: 600px auto;
  }
}

/**
 * VOICE
 */
@media screen and (max-width: 767px) {
  .voice-contents > .wrap {
    padding-top: 0 !important;
  }
}

.voice-contents .archive-header {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .voice-contents .archive-header {
    margin: 0 -4% !important;
  }
}

.voice-contents .archive-list {
  overflow: visible;
}

.voice-contents .col {
  display: flex;
}

@media screen and (max-width: 767px) {
  .voice-contents .col {
    display: block;
  }
}

.voice-contents .col-left {
  width: 192px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .voice-contents .col-left {
    width: auto;
    margin: 0 0 15px;
  }
}

.voice-contents .col-left .img {
  width: 192px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .voice-contents .col-left .img {
    width: 54vw;
    margin: 0 auto 10px;
  }
}

.voice-contents .col-left .img img {
  width: 100%;
  height: auto;
}

.voice-contents .col-left .img a {
  display: block;
  opacity: 1;
  transition: all .2s;
}

.voice-contents .col-left .img a:hover {
  opacity: .8;
}

.voice-contents .col-right {
  flex: 1;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .voice-contents .col-right {
    margin: 0 4%;
  }
}

.voice-contents .entry-content {
  padding-top: 50px;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .voice-contents .entry-content {
    padding-top: 30px;
  }
}

.voice-contents .entry-header .post-thumbnail + .section-lead {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .voice-contents .entry-header .post-thumbnail + .section-lead {
    margin-top: 30px;
  }
}

.voice-contents .entry-body {
  margin: 50px 0;
}

.voice-contents .entry-body:first-of-type {
  margin-top: 0;
}

.voice-contents .entry-body .title {
  font-size: 1.8rem;
  line-height: 1.2;
  min-height: 40px;
  padding: 5px 0 10px 40px;
  margin-bottom: 15px;
  background-image: url(img/line-02-1.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .voice-contents .entry-body .title {
    min-height: initial;
    font-size: 1.6rem;
    padding: 0 0 9px 25px;
    background-size: 600px auto;
  }
}

.voice-contents .entry-body .title a {
  font-weight: bold;
  text-decoration: none;
}

.voice-contents .entry-body .meta {
  font-size: 0;
  text-align: right;
  margin-top: 10px;
}

.voice-contents .entry-body .meta li {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .voice-contents .entry-body .meta li {
    font-size: 1.2rem;
  }
}

.voice-contents .main-article .col-right {
  margin: 0;
}

.voice-contents .main-article .entry-header {
  margin-bottom: 20px;
}

.voice-contents .main-article .entry-content {
  padding-top: 0;
}

.voice-contents .heading {
  font-size: 1.3125em;
  line-height: 1.4;
  padding: 0 0 15px;
  margin: 35px 0 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media screen and (max-width: 767px) {
  .voice-contents .heading {
    font-size: 1.25em;
    line-height: 1.35;
    padding: 0 0 10px;
    margin: 30px 4%;
  }
}

.voice-contents .heading-10 {
  color: #67a140;
  border-bottom-color: #67a140;
}

.voice-contents .heading-11 {
  color: #aa4e8b;
  border-bottom-color: #aa4e8b;
}

.voice-contents .heading-16 {
  color: #1baa9e;
  border-bottom-color: #1baa9e;
}

.voice-contents .heading-12 {
  color: #fd8a1e;
  border-bottom-color: #fd8a1e;
}

.voice-contents .heading em {
  font-weight: bold;
}

.voice-contents .section-lead {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .voice-contents .section-lead {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
}

.voice-contents .section-lead .tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .voice-contents .section-lead .tab {
    flex-wrap: wrap;
  }
}

.voice-contents .section-lead .tab li {
  width: 24%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .voice-contents .section-lead .tab li {
    width: 49%;
    margin-bottom: 2%;
  }
}

.voice-contents .section-lead .tab li * {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .voice-contents .section-lead .tab li * {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

.voice-contents .section-lead .tab li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 8px 11px;
  background-color: #ddd;
  opacity: 1;
  transition: all .2s;
}

@media screen and (max-width: 767px) {
  .voice-contents .section-lead .tab li a {
    font-size: 1.4rem;
    padding: 12px 0;
  }
}

.voice-contents .section-lead .tab li a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  margin: 3px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
}

.voice-contents .section-lead .tab li a:hover {
  opacity: .8;
}

.voice-contents .section-lead .tab li em {
  display: block;
  font-size: .75em;
  margin-top: 3px;
}

.voice-contents .section-lead .tab .tab-10 a {
  background-color: #67a140;
}

.voice-contents .section-lead .tab .tab-11 a {
  background-color: #aa4e8b;
}

.voice-contents .section-lead .tab .tab-16 a {
  background-color: #1baa9e;
}

.voice-contents .section-lead .tab .tab-12 {
  position: relative;
}

.voice-contents .section-lead .tab .tab-12 a {
  background-color: #f09159;
}

.voice-contents .section-lead .tab .tab-12 a::after {
  display: block;
  position: absolute;
  top: -15px;
  right: 10px;
  content: 'オプション';
  padding: 4px 8px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #f60;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .voice-contents .section-lead .tab .tab-12 a::after {
    top: auto;
    bottom: -10px;
    right: 8px;
    font-size: 1.1rem;
    padding: 3px 6px;
  }
}

.voice-contents .subscription-price,
.diary-contents .subscription-price {
  margin: 80px 0 40px;
}

@media screen and (max-width: 767px) {
  .voice-contents .subscription-price,
  .diary-contents .subscription-price {
    margin: 50px 4% 0;
  }
}

.subscription-price {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 40px;
  border: 3px dotted #dfd7ca;
}

@media screen and (max-width: 767px) {
  .subscription-price {
    display: block;
    padding: 0 12px 12px;
  }
}

.subscription-price .head {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .subscription-price .head {
    margin-top: 12px;
    margin-bottom: 4px;
  }
}

.subscription-price .head img {
  margin: 0 auto;
}

.subscription-price img, .subscription-price a {
  display: block;
  box-shadow: none !important;
}

.subscription-price .btn {
  text-align: center;
}

.subscription-price a img { /*追加20201107*/
  display: inline-block;
  opacity: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.subscription-price a img:hover { /*追加20201107*/
  opacity: 0.8;
}

/* ---- 20250725 ----*/
.pagelink {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 20px auto;
}
.pagelink a {
  display: block;
  background-color: orange;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}


.instagram-responsive{
overflow: hidden;
}
.instagram-responsive iframe{
max-width: 245px !important;
min-width: 245px !important;
margin: 20px auto !important;
}
@media screen and (max-width: 767px) {
.instagram-responsive iframe{
max-width: 90% !important;

}
}

/* ---- 20260113 ----*/
.linkbtn {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 40px auto 20px auto;
}
.linkbtn a {
  display: block;
  background-color: orange;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  font-size: 15px;
}


/*# sourceMappingURL=map/style.css.map */

/* ==========================
   モーダル
========================== */

.modal{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.modal.is-active{
    display: block;
}

/* 背景 */

.modal-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.7);
}

/* モーダル本体 */

.modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: min(900px, 92%);
    max-height: 90vh;

    background: #fff;
    border-radius: 10px;

    padding: 0 40px 40px 40px;
    box-sizing: border-box;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

/* 閉じるボタン */

.modal-close{
    position: sticky;
    top: 10px;
   margin: 10px -25px 15px auto;

    width:46px;
    height:46px;
    text-align:center;
    border-radius:50%;
    background:#24320e;
    color:#fff;

    font-size:28px;
    font-weight:bold;

    cursor:pointer;
    z-index:100;

    box-shadow:0 3px 10px rgba(0,0,0,.25);
    transition:.2s;
    line-height: 40px !important;
}

.modal-close:hover{
    transform:scale(1.08);
}

/* 画像 */

.modal-content img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* スマホ */

@media (max-width:768px){
  .spnone{
    display:none;
  }

    .modal-content{

        width: 94%;
        max-height: 92vh;

        padding: 0 20px 20px 20px;

        border-radius: 8px;

    }
     .modal-content h2{
      margin-top: -40px !important;
     }

    .modal-close{

        width: 36px;
        height: 36px;
        top:10px;
        margin: 10px -15px 15px auto;

        font-size: 28px;
        line-height: 30px !important;
    }

}
/* 画像一覧 */

.imgs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.imgs img{
    display: block;
    width: 100%;
    height: auto;
}

/* スマホ */

@media (max-width:767px){

    .imgs{
        grid-template-columns: 1fr;
        gap: 15px;
    }

}

.campaign-price{

    margin:30px 0 15px;
    text-align:center;

    font-size:2rem;
    font-weight:bold;
    color:#256b34;

}

.campaign-price span{

    font-size:3.6rem;
    color:#f09307;
    font-weight:700;
    line-height:1;

}
.campaign-limit{

    display:inline-block;

    margin:10px auto 25px;
    padding:12px 35px;

    color: #f09307;
    border: 3px solid #f09307;

    font-size:2rem;
    font-weight:bold;

    border-radius:999px;

}
.campaign-limit{

    display:table;
    margin:20px auto;

}
.contact-button{

    text-align:center;
    margin-top:35px;

}

.contact-button a{

    display:inline-block;

    background:#5c9632;
    color:#fff;

    padding:18px 45px;

    border-radius:999px;

    text-decoration:none;

    font-size:2rem;
    font-weight:bold;

    transition:.25s;

}

.contact-button a:hover{

    background:#3f7420;
    transform:translateY(-2px);

}
@media (max-width:767px){

    .campaign-price{
        font-size:1.6rem;
    }

    .campaign-price span{
        font-size:2.7rem;
    }

    .campaign-limit{
        
        padding:10px 20px;
    }

    .contact-button a{
        display:block;
        width:100%;
        box-sizing:border-box;
    }

}
.campaign-text,
.campaign-note{
    text-align: center;
}

/* SP */
@media (max-width:767px){

    .campaign-text,
    .campaign-note{
        text-align: left;
    }

}
/* tab以降 */
@media (min-width:768px){
  .pcnone{
    display:none;
  }
}