@charset "UTF-8";
/*
Theme Name:   sakura-forest
Description:  THE SONICカスタマイズ用子テーマ
Author:       SONIC Team / tenmedia
Author URI:   https://the-sonic.jp
Template:     thesonic
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff !important;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
    font-style: normal;
  color: #111;
  line-height: 1.5;
}
img {
  vertical-align: bottom;
}
ul,
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}

:root {
  --maincolor: #e0898f;
  --accentcolor: #D11959;
  --bgcolor: #f3e5df;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}

#page-overview {
  color: #111;
}

#content {
  margin: 100px auto 0;
  overflow: hidden;
}
#content .content-in {
  display: block;
}
@media screen and (min-width: 1030px) {
  #content .content-in {
    max-width: 1200px;
    margin: 0 auto;
  }
}
#main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#main h1 {
  font-weight: 700;
}
#main footer {
	background: none;
}
#sidebar {
  width: 100%;
}
#sidebar h2 {
  font-weight: 700;
}

@media screen and (min-width: 1030px) {
  #content {
    flex-wrap: nowrap;
  }
}

.mobileonly {
  display: block!important;
}
.pconly {
  display: none!important;
}
.only-sp {
  display: block!important;
}
.only-pc {
  display: none!important;
}
@media screen and (min-width: 1080px) {
  .mobileonly {
    display: none!important;
  }
  .pconly {
    display: block!important;
  }
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none!important;
  }
  .only-pc {
    display: block!important;
  }
}
/* header */
.header {
  font-size: 1.6vw;
  width: 100%;
  background-color: #F8F1E8;
}
.header .header-wrapper {
  padding-left: 2vw;
}
.header .header-wrapper .header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-wrapper .header-contents .header-content:first-child {
  flex: 0.3;
}
.header .header-wrapper .header-contents .header-content {
  flex: 0.7;
}
.header h1 {
  color: #3e3a39;
}
.header a {
  text-decoration: none;
  color: #3e3a39;
}
.header img {
  width: 100%;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 2.6em;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item {
  list-style: none;
  margin-left: 8%;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item p {
  text-align: center;
  font-size: 1.5vw;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item .btn span {
  margin-left: 0.4em;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item:last-child {
  width: 28%;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item .btn {
  display: flex!important;
  gap: 4px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.2em 1.6em;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item .btn img {
  width: 1.2em;
}
.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item.--last {
  width: 11em;
  border: none;
}
@media screen and (min-width: 769px) {
  .header {
    font-size: 0.45vw;
  }
  .header .header-wrapper {
    padding: 2em 7em;
  }
  .header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item {
    margin-left: 0.4em;
    border: solid 0.1em #3e3a39;
    border-radius: 2em;
  }
	.header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item.--last {
		margin-left: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
  .header .header-wrapper .header-contents .header-content ul.header-content__body .header-list-item {
    width: 2.8em;
  }
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.search-form {
  display: flex;
  position: relative;
}
.search-form input[type='text']:focus {
  outline: 0;
}
.search-form .search-input {
  flex: 1 1 auto;
  height: 48px;
  border: solid 2px #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  font-size: 15px;
  width: 100%;
  border-radius: 0px;
}
.search-form .search-submit {
  flex: 0 0 auto;
  height: 48px;
  width: 48px;
  border: none;
  background: none;
  color: #666;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.search-form .search-button::before {
  content: '\e8b6';
  font-family: Material Icons;
  font-size: 30px;
  line-height: 48px;
  color: #aaa;
}
@media screen and (min-width: 768px) {
  .menu-inner {
    padding: 56px 24px;
  }
}

#top-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  #top-content .category-index {
    width: 50%;
  }
}
#top-content section {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 40px;
}
#top-content section header {
  padding: 24px 16px;
}
#top-content .more {
  padding: 16px;
}
#top-content .more a {
  display: block;
  padding: 8px;
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}
#top-content .more a::after {
  content: '\e409';
  font-family: Material Icons;
  vertical-align: bottom;
}
#top-content section h1 {
  display: inline-block;
  position: relative;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #665a4d;
}
#top-content section h1 span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #665a4d;
  letter-spacing: 3px;
}
@media screen and (min-width: 960px) {
  #top-content section header {
    padding: 24px;
  }
  #top-content .more {
    padding: 24px;
  }
}

.keyword-search { width:100%; height:auto;}
.keyword-search-content { width:100vw; margin-left:calc(50% - 50vw); background:#e3cdba; overflow:hidden; padding:16px; box-sizing:border-box;}
.keyword-search-header { display:flex; justify-content:center;}
.keyword-search-header h3 { font-size:24px; font-weight:bold; letter-spacing:3px; font-family:initial; color: #fff;}
.keyword-search-content .keyword-search-form { width:100%; max-width:600px; margin:0 auto; box-sizing:border-box;}
.keyword-search-content .tag-cloud { display:flex; flex-wrap:wrap; justify-content:center; margin-top:16px;}
.keyword-search-content .tag-cloud a { display:inline-block; padding:0 8px; margin:0 8px 8px; font-size:16px; font-weight:normal; background:#f0f0f0; border-radius:20px; color:#666; transition:all 0.5s;}
.keyword-search-content .tag-cloud a:hover { background:#fafafa; color:#444;}
.keyword-search-content .tag-cloud a::before { content:"#";}
.keyword-search-content .tag-cloud .custom-html-widget { display:flex; flex-wrap:wrap; justify-content:center;}
.search-form .search-button { flex: 0 0 auto; height: 48px; width: 48px; border: none; background: none; color: #666; text-align: center; cursor: pointer; position: absolute; right: 0;}
@media screen and (min-width : 960px) {
	.keyword-search-content .tag-cloud { margin:24px auto 16px; max-width:800px;}
	.keyword-search-content .tag-cloud a { font-size:18px;}
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.article-list .item {
  flex: 0 0 auto;
  width: calc(100% - 32px);
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 16px;
}
.article-list .item:hover {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .article-list {
    justify-content: start;
    gap: 16px 32px;
    padding: 0 16px;
  }
  .article-list .item {
    flex: 0 0 auto;
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .article-list {
    gap: 24px;
    padding: 0 24px;
  }
  .article-list .item {
    width: calc((100% - 72px) / 3);
  }
  .category-index .article-list {
    margin-left: 24px;
    margin-right: 24px;
  }
  .article-list .item.small-image {
    width: 100%;
  }
  .new-topics .article-list .item.small-image {
    width: calc((100% - 48px) / 2);
    padding-bottom: 24px;
  }
}
.article-list .item a {
  display: block;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
  transition: all 0.8s;
  position: relative;
  color: #111;
}
.article-list .item a:hover {
}
.article-list .item a article {
  display: flex;
  flex-wrap: wrap;
}
.article-list .item .thumbnail {
  flex: 0 0 auto;
  width: 100%;
  min-height: 56px;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 0 0 0 0;
  z-index: 1;
}
.article-list .item .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
  aspect-ratio: 16/9;
}

.article-list .item .metadata {
  flex: 1 1 auto;
  padding: 16px 10px 40px;
}
.article-list .item .title {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.article-list .cat-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(224,137,143,0.8);
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.8em;
  color: #fff;
}
#sidebar .article-list .cat-name {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  #sidebar .article-list .cat-name {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1030px) {
  #sidebar .article-list .cat-name {
    font-size: 0.5em;
  }
}
.article-list .item .metadata .post_content {
  font-size: 13px;
  color: #000;
  margin-top: 10px;
}
.article-list .item .time {
  color: #aaa;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.article-list .item.small-image {
  padding-bottom: 12px;
  border-bottom: solid 1px #eee;
  box-shadow: none;
  border-radius: 0;
}
.article-list .item.small-image a article {
  flex-wrap: nowrap;
  height: 100%;
}
.article-list .item.small-image .thumbnail {
  width: 45%;
  border-radius: 0;
}
.article-list .item.small-image .thumbnail img {
  height: 100%;
  object-fit: cover;
}
.article-list .item.small-image .metadata {
  width: 55%;
  padding: 0px 16px 24px;
}
.article-list .item.small-image .title {
  font-size: 14px;
}
.article-list .item.small-image .time {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 480px) {
  .article-list .item .title {
    font-size: 16px;
  }
  .article-list .item.small-image .title {
    font-size: 15px;
  }
  .article-list .item.small-image .metadata {
    padding: 0px 16px 24px;
  }
}
@media screen and (min-width: 768px) {
  .article-list .item .title {
    font-size: 18px;
  }
}

.button {
  padding: 32px 0;
  margin-bottom: 0;
}
.button a {
  display: block;
  text-align: center;
  color: #fff;
  background: var(--maincolor);
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  border-radius: 0px;
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
  transition: all 0.5s;
  position: relative;
}
.button a::after {
  content: '\e409';
  font-family: Material Icons;
  position: absolute;
  right: 16px;
}
.button a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.main-list-header {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-list-header h1 {
  font-size: 24px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 0;
  line-height: 1.4;
  text-align: center;
  border-bottom: 4px solid;
  color: var(--maincolor);
}
.main-list-header .description {
  padding-top: 16px;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .main-list-header {
    padding: 24px;
  }
}

.main-list-footer {
  padding: 16px;
}
.main-list-footer ul {
  margin: 0;
}
.main-list-footer .page-numbers a {
  background: #f0f0f0;
}
.main-list-footer .page-numbers.prev {
  display: none;
}
.main-list-footer .page-numbers.next {
  display: none;
}
@media screen and (min-width: 1080px) {
  .main-list .article-list {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 0;
    margin: 0 auto;
  }
}

.article-header .featured-image {
  overflow: hidden;
}
.article-header .featured-image img {
  width: 100%;
  height: auto;
}
.article-header h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 16px;
  color: #000;
}
.article-header .metadata {
  padding: 0 16px 16px;
}
.article-header .time {
  font-size: 13px;
  color: #888;
}
.article-body {
  padding: 16px;
}
.article-body .content a {
  text-decoration: none;
}
.article-body .content > p {
  margin-bottom: 1.8em;
  line-height: 1.8;
}
.article-body .content div p {
  margin-bottom: 1.3em;
}
.article-body .content figure {
  margin-bottom: 2em;
}
.article-body .content figcaption {
  font-size: 13px;
  color: #888;
}
.article-body .content iframe {
  max-width: 100%;
}
.article-footer a {
	color: #333;
}
.article-footer .metadata {
  border-top: solid 1px #eee;
  padding: 16px 0;
}
.article-footer .entry-catetagbox {
  background: rgba( 224, 137, 143, 0.08);
}
.article-footer .category-area li a:before, .tag-area li a::before, .article-footer .tag-area li a::before {
	content: "\f07b";
	font-family: font awesome\ 5 free;
	font-weight: 900;
	margin-right: 4px;
}
.article-footer .tag-area li a:before {
	content: "\f02b";
}
.article-footer .category-list ul {
  display: flex;
  flex-wrap: wrap;
}
.article-footer .category-list a {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  line-height: 32px;
  border-radius: 0px;
  background: #eee;
  color: #888;
  margin: 0 8px 8px 0;
}
.article-footer .tags {
  padding: 16px 0;
}
.article-footer .tag-list ul {
  display: flex;
  flex-wrap: wrap;
}
.article-footer .tag-list a {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  line-height: 32px;
  border-radius: 16px;
  background: #eee;
  color: #888;
  margin: 0 8px 8px 0;
}
.article-footer .tag-list a::before {
  content: '#';
}
.related-posts {
  padding: 16px;
}
.related-posts h3 {
  font-size: 15px;
  position: relative;
  margin-bottom: 16px;
  padding: 16px 0;
  line-height: 1.4;
  color: #888;
  font-weight: normal;
}
.related-posts h3 span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  font-family: initial;
  letter-spacing: 3px;
  color: #000;
}

.related-posts .article-list {
  padding-left: 0;
  margin-left: 0;
  justify-content: space-between;
}
.related-posts .article-list .item {
  width: calc((100% - 16px) / 2);
}
.related-posts .article-list .item .title {
  font-size: 15px;
  height: auto;
}
.related-posts .article-list .item .metadata {
  padding: 8px 10px 16px;
}

@media screen and (min-width: 768px) {
  .related-posts .article-list {
    justify-content: start;
    margin-right: -16px;
    gap: 16px 24px;
  }
  .related-posts .article-list .item {
    width: calc((100% - 48px) / 3);
  }
  .related-posts .article-list .item .metadata {
    padding: 12px 10px 16px;
  }
}
.comments {
  padding: 16px;
}
@media screen and (min-width: 960px) {
  .article-header .featured-image {
    max-width: 800px;
    padding: 32px 24px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .article-header .featured-image img {
    object-fit: contain;
  }
  .article-header h1 {
    font-size: 32px;
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .article-header .metadata {
    padding: 0 24px 24px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .article-body {
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .article-footer {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .related-posts {
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .related-posts h3 {
    margin-bottom: 24px;
  }
  .related-posts .article-list {
    justify-content: start;
    margin-right: -24px;
  }
  .related-posts .article-list .item {
    width: calc((100% - 72px) / 3);
  }
  .comments {
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.promotion-note {
  font-size: 13px;
  color: #666;
  padding: 0 16px;
  max-width: 752px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .promotion-note {
    margin-bottom: -24px;
  }
}

.breadcrumbs {
  width: 100%;
  height: auto;
}
.breadcrumbs nav {
  width: 100vw;
  background: var(--bgcolor);
  margin-left: calc(50% - 50vw);
}
.breadcrumbs ol {
  font-size: 13px;
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
}
.breadcrumbs ol li {
  flex: 0 0 auto;
}
.breadcrumbs ol li:last-child {
  flex: 1 1 auto;
  overflow: hidden;
}
.breadcrumbs ol a {
  line-height: 20px;
}
.breadcrumbs ol span {
  display: block;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs ol + ol {
  padding: 0 24px 24px;
}
.breadcrumbs li:not(:last-child)::after {
  content: '\e409';
  font-family: Material Icons;
  vertical-align: bottom;
  opacity: 1;
  font-weight: bold;
  margin: 0 5px;
}

#sidebar {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto !important;
  max-width: 1200px;
}
#sidebar .sidebar-content-header {
  padding: 16px;
}
#sidebar .sidebar-content-body {
  padding: 0 16px 16px;
}
#sidebar .sidebar-content h2 {
  font-size: 15px;
  position: relative;
  padding: 8px 0;
  line-height: 1.4;
  color: #888;
  font-weight: normal;
}
#sidebar .sidebar-content h2 span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  font-family: initial;
  letter-spacing: 3px;
  color: #000;
}

#sidebar .article-list {
  padding: 16px;
  margin-left: 0;
  gap: 10px 0;
}
#sidebar .article-list .item {
  width: 100%;
}
.sidebar-tagcloud a {
  font-weight: bold;
  color: #666;
}
.sidebar-tagcloud .sidebar-content-body {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-tagcloud .sidebar-content-body a {
  flex: 0 0 auto;
  padding: 0 16px;
  font-size: 13px;
  text-align: center;
  background: #fafafa;
  border-radius: 26px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.sidebar-tagcloud .sidebar-content-body a::before {
  content: '#';
}
@media screen and (min-width: 1030px) {
  #sidebar {
    flex-wrap: nowrap;
  }
  #sidebar .sidebar-pickup {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #sidebar .sidebar-content {
    max-width: 1200px;
    margin: 0 auto;
  }
  #sidebar .sidebar-content-header {
    padding: 24px;
  }
  #sidebar .sidebar-content-body {
    padding: 0 24px 24px;
  }
  #sidebar .sidebar-tagcloud {
    width: 100%;
  }
  #sidebar .sidebar-pickup,
  #sidebar .sidebar-new {
    width: 100%;
  }
  #sidebar .article-list {
    margin-left: 24px;
    margin-right: 24px;
    padding: 0;
  }
  #sidebar .article-list .item {
    padding-bottom: 24px;
  }
}
/* footer */
.footer {
  margin-top: 10%;
  margin-bottom: 5%;
  background: #fff;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li {
  list-style: none;
  padding: 5%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li:first-child {
  padding: 5%;
  border-right: dashed 1px #63654f;
  border-bottom: dashed 1px #63654f;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li:nth-child(2) {
  padding: 5%;
  border-bottom: dashed 1px #63654f;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li:nth-child(3) {
  border-right: dashed 1px #63654f;
}

.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li a {
  display: flex;
  align-items: center;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li a .footer-nav {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li a .footer-nav .footer-nav-icon {
  width: 25%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li a .footer-arrow-icon {
  width: 6%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body li a .footer-nav .footer-nav-text {
  font-size: 3.2vw;
  font-weight: 500;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top {
  margin: 0 8%;
  background-color: #f3f4ce;
  padding: 2%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-top .footer-top-wrapper .footer-top-contents .footer-top-content .footer-top-content__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-items {
  margin: 0 7%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-items .footer-items-wrapper .footer-items-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  gap: 1em;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-items .footer-items-wrapper .footer-items-contents .footer-items-content ul {
  padding-inline-start: 0px;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-items .footer-items-wrapper .footer-items-contents .footer-items-content .footer-items-content__body li {
  list-style: none;
}
.footer a {
  text-decoration: none;
  color: #3e3a39;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid {
  margin: 8% 8%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__body {
  padding-inline-start: 0px;
  list-style: none;
  font-size: 2.6vw;
  border: dashed 1px #626262;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__body li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__body li a {
  display: block;
  padding: 10%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__body li:nth-child(odd) {
  border-bottom: dashed 1px #63654f;
  border-right: dashed 1px #63654f;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__body li:nth-child(even) {
  border-bottom: dashed 1px #63654f;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__body li:last-child {
  border-bottom: 0;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content:last-child {
  padding: 2.5%;
  margin-top: 7%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__footer {
  font-size: 2.4vw;
  padding-inline-start: 0px;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__footer .footer-mid-address {
  margin-bottom: 8%;
  font-size: 2.6vw;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid .footer-mid-wrapper .footer-mid-contents .footer-mid-content .footer-mid-content__footer .footer-mid-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3.6% 0 4%;
  border-radius: 100vh;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 4vw;
  background-image: linear-gradient(to right, #F3F4CE 0%, #F3F4CE 100%);
  transition-duration: 0.3s;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid-pc {
  margin: 4% 7% 0;
  background-color: #f7f0e6;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid-pc .footer-mid-pc-wrapper .footer-mid-pc-contents .footer-mid-pc-content .footer-mid-pc-content__body {
  padding: 2% 10%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid-pc .footer-mid-pc-wrapper .footer-mid-pc-contents .footer-mid-pc-content .footer-mid-pc-content__body .footer-mid-list {
  display: flex;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid-pc .footer-mid-pc-wrapper .footer-mid-pc-contents .footer-mid-pc-content .footer-mid-pc-content__body ul {
  padding-inline-start: 0px;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid-pc .footer-mid-pc-wrapper .footer-mid-pc-contents .footer-mid-pc-content .footer-mid-pc-content__body .footer-mid-list li {
  list-style: none;
  margin: auto;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom {
  margin-top: 7%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-back-img {
  position: relative
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-back-img img:first-child {
  position: absolute;
  z-index: 2;
  width: 10%;
  right: 33%;
  top: 0;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-back-img img:last-child {
  position: absolute;
  z-index: 2;
  width: 30%;
  right: 0;
  top: 0;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body {
  padding-top: 6%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body .swiper {
  width: 100%;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body .footer-bottom-logo {
  width: 30%;
  margin: 3% auto;
}
.footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body .footer-bottom-logo img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-items {
    font-size: min(1.05vw, 20px);
  }
  .footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-items .footer-items-wrapper .footer-items-contents {
    margin: 0 12%;
  }
  .footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-mid-pc {
    font-size: min(1.05vw, 20px);
  }
  .footer .footer-wrapper .footer-contents .footer-content .footer-content__body .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body .footer-bottom-logo {
    width: 20%;
    margin: 2% auto;
  }
}

.google-form {
	max-width: 800px;
	padding: 24px;
	margin: 0 auto;
	box-shadow: border-box;
}

.google-form input, .google-form label, .google-form textarea, .google-form button {
	display: block;
}
.google-form input, .google-form label, .google-form textarea {
	width: 100%;
}

.google-form input, .google-form textarea {
	border-radius: 5px;
}

.google-form label {
	margin-bottom: 10px;
}

.google-form input {
  border: solid 1px #ccc;
  height: 1.8em;
  line-height: 1.8em;
  padding: 4px 2px;
}
.google-form textarea {
  border: solid 1px #ccc;
  line-height: 1.8em;
  padding: 0 2px;
}
.google-form button {
	width: 300px;
	margin: 10px auto 0;
  background: #28a33b;
  color: #fff;
  padding: 10px 8px;
  border: none;
  border-radius: 4px;
}

#comments h2 {
  margin-bottom: 16px;
}
#comments input {
  border: solid 1px #ccc;
}
#comments input.submit {
  border: none;
}
#comments .comment-meta {
  padding: 0 0 16px;
  flex-direction: row;
}
#comments .comment-author img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
#comments .comment-author .says {
  display: none;
}
#comments .comment-content {
  padding: 0;
}
#comments .comment-content p {
  font-size: 14px;
  padding: 0;
  margin-bottom: 16px;
}
#comments .comment-reply-title {
  font-size: 14px;
  padding: 16px 0;
}
#comments .logged-in-as {
  font-size: 14px;
}
#comments .reply {
  padding: 0;
  margin: 0;
}
#comments .bypostauthor {
  background-color: transparent;
}
#comments-list {
  padding: 0;
  background-color: transparent;
}
#comments-list li {
  border: none;
}
#comments-list li article {
  background: #f6f6f6;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 16px;
}
#comments-list .children li {
  position: relative;
}
#comments-list .children li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: #f6f6f6;
  position: absolute;
  top: -8px;
  left: 24px;
  z-index: -1;
}
#comments-list .children {
  margin-left: 40px;
}
#comments-list .comment.parent:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.updatedate i::before {
  content: '\e5d5';
  font-family: Material Icons;
  vertical-align: bottom;
}
.postdate i::before {
  content: '\e8b5';
  font-family: Material Icons;
  vertical-align: bottom;
}
.readtime i::before {
  content: '\e54b';
  font-family: Material Icons;
  vertical-align: bottom;
}
.footer-right .recommend a::before {
  content: '\e037';
  font-family: Material Icons;
}
.footer-right .links a::before {
  content: '\e9ba';
  font-family: Material Icons;
}
.footer-container a:hover {
  background-color: transparent;
}
.comment-form-comment {
  margin-bottom: 16px;
}
.comment-reply-title::before {
  content: none;
  display: none;
}
.category-area li a {
  display: inline-block;
  padding: 0;
  border-radius: 4px;
  margin-right: 6px;
}
.category-area li a::before {
  content: none;
}
.tag-area li a:before {
  content: '#';
}
figure.alignleft {
  float: none;
}
#mkj {
  margin-top: 1em;
  border: solid 2px #eee;
}
#mkj .mkj-title {
  border-bottom: none;
  text-align: center;
  padding: 16px;
}
#mkj .mkj-openclose {
  top: 16px;
}
#mkj .mkj-content {
  border-bottom: none;
}
#mkj .mkj-content-in {
  background: none;
  padding: 16px;
}
#mkj .mkj-list {
  padding: 0;
}
#mkj .mkj-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 4px;
}
#mkj .mkj-list li ol {
  padding-left: 0;
}
#mkj .mkj-list li ol li {
  padding-left: 16px;
}
#mkj .mkj-list a {
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  color: #666;
}
#mkj .mkj-content::after {
  content: none;
}
#mkj .mkj-list > li:before {
  content: counter(num);
  background: var(--maincolor);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#mkj .mkj-list ol li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #666;
  top: 10px;
  left: 2px;
}
#mkj .mkj-list ol li a {
  font-weight: normal;
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  #mkj .mkj-content-in {
    padding: 24px;
  }
}
#content > #content {
  margin-top: 0;
}
#content-in {
  padding: 0;
}
.main-top {
  margin: 0;
  padding: 0;
}
.main-in {
  margin: 0;
  padding: 0 16px;
}
.main-in h1 span {
  display: none;
}
.main-in .notpage-title {
  display: none;
}
.main-in .notpage-title::after {
  display: none;
}
.main-in .entry-content p {
  margin-bottom: 24px;
  font-size: 16px;
}
.main-in .entry-content .search-form {
  display: block;
  max-width: 600px;
  margin: 0 auto 32px;
}
.main-in .entry-content .search-input {
  border: solid 2px #aaa;
}
.main-in .entry-content .search-form-title {
  display: none;
}
.main-in .entry-content h2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-left: solid 8px var(--maincolor);
  padding: 8px 0 8px 16px;
  line-height: 1.4;
  margin: 0 0 16px;
}
.main-in .entry-content li.cat-item a {
  font-size: 15px;
  color: #666;
  font-weight: bold;
}
.kiji-list-heading-mark1, .kiji-list-tab-mark1 {
	border: none!important;
}

.kiji-cat {
  border-radius: 0!important;
  left: 0!important;
}

.custom_search_form .search-submit {
  height: auto;
  line-height: 1.83;
  margin: 1em 0;
  padding: 8px 20px;
  position: inherit;
  width: auto;
  background: #e0898f;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1029px) {
	.main-in {
		align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 16px;
	}
}
@media screen and (min-width: 1030px) {
  #content-in {
    display: block;
  }
  .main-in .entry-content {
    padding: 16px 24px;
  }
  .main-in .entry-404-eyeimg {
    margin: 16px 24px;
    background: #ddd;
  }
}

.scrolltop-button {
  position: fixed;
  right: 12px;
  bottom: 32px;
  border: none;
  background: var(--maincolor);
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 99;
  border-radius: 0;
  color: #fff;
  opacity: 0;
  transition: all 1s ease;
}
.scrolltop-button::before {
  content: '\e5d8';
  font-family: Material Icons;
  font-size: 36px;
}
@media screen and (min-width: 1080px) {
  .scrolltop-button {
    position: fixed;
    right: 32px;
    bottom: 64px;
    border: none;
    background: var(--maincolor);
    text-align: center;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 99;
    border-radius: 0;
    color: #fff;
    opacity: 0;
    transition: all 1s ease;
  }
  .scrolltop-button::before {
    content: '\e5d8';
    font-family: Material Icons;
    font-size: 50px;
  }
}

.wp-block-table th {
  z-index: 100;
}
.wp-block-table th.fixed01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: solid 1px;
  border-right: solid 1px;
  margin-left: -1px;
}
.wp-block-table a.button {
  display: inline-block;
  padding: 0 16px;
  line-height: 40px;
  background: #1a73e8;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 0 1px 2px #ddd;
  transition: all 0.5s;
}
.wp-block-table a.button:hover {
  background: #488fed;
}

.blogcard {
  border: solid 3px var(--accentcolor);
  padding: 12px;
  position: relative;
  margin: 40px 0 32px;
  box-sizing: border-box;
}
.blogcard h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  background: var(--accentcolor);
  color: #fff;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  padding: 2px 12px;
  position: absolute;
  top: -28px;
  left: -3px;
}
.blogcard a {
  display: flex;
  flex-wrap: wrap;
}
.blogcard a img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  object-fit: contain;
}
.blogcard a span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .blogcard {
    padding: 16px;
  }
  .blogcard a {
    flex-wrap: nowrap;
  }
  .blogcard a img {
    width: 160px;
    margin-right: 12px;
    margin-bottom: 0;
  }
}

.mobile-2column .wp-block-column:nth-child(2n + 2) {
  margin-left: 0px !important;
}

iframe[src*='google.com'] {
  width: 100%;
}

.responsive_iframe {
  margin-bottom: 16px;
}
.underline-red {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffdcf1 0);
}
.underline-blue {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #cbe5ff 0);
}
.underline-yellow {
  background: linear-gradient(transparent 50%, rgba(255, 240, 0, 0.35) 0);
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  padding: 0.2rem;
  font-size: 0.9rem;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
  }
}

.article-list .item .categories {
  display: none;
}

.adsbygoogle {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.modals {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.modals.is-active {
  display: block;
  top: 76px;
  height: calc(100% - 76px);
  padding-bottom: 76px;
  overflow: hidden;
}
.modals .modals-wrapper {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modals .modals-wrapper .modals-contents .modals-content {
  background: #f9f9e5;
  position: relative;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents {
  padding: 10% 5% 0;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents .menu-content {
  margin-bottom: 30%;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents .menu-content .menu-content__header {
  padding: 0 5%;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents .menu-content .menu-content__header h2 {
  font-weight: 500;
  font-size: 8vw;
  color: #28a33b;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents .menu-content .menu-list {
  margin-top: 5%;
  padding: 0;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents .menu-content .menu-list .menu-item {
  border: dashed 1px #3e3a39;
  padding: 5% 7%;
  font-size: 6vw;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents .menu-content .menu-list .menu-item a {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #3e3a39;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__body .menu .menu-wrapper .menu-contents .menu-content .menu-list .menu-item a img {
  position: absolute;
  right: 0.2em;
  top: 0.5em;
  width: 0.4em;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer {
  background: #fff;
  padding-top: 7%;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .contact {
  font-size: 1.6vw;
  margin: 10rem 8% 0;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__header {
  text-align: center;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__header .contact-content-title {
  margin-bottom: 6%;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__header .contact-content-title h1 {
  text-align: center;
  font-size: 2.6em;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.1em;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__body {
  background: #f7f0e6;
  padding: 5em 0;
  border-radius: 15px;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__body .contact-items .contact-items-wrapper .contact-items-contents .contact-items-content .contact-items__body .contact-item:first-child {
  margin-bottom: 8%;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__body .contact-items .contact-items-wrapper .contact-items-contents .contact-items-content .contact-items__body .contact-item .contact-item-wrapper .contact-item-contents .contact-item-content {
  text-align: center;
  margin: 0 10%;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__body .contact-items .contact-items-wrapper .contact-items-contents .contact-items-content .contact-items__body .contact-item .contact-item-wrapper .contact-item-contents .contact-item-content .contact-item__header {
  margin-bottom: 4%;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__body .contact-items .contact-items-wrapper .contact-items-contents .contact-items-content .contact-items__body .contact-item .contact-item-wrapper .contact-item-contents .contact-item-content .contact-item__header {
  margin-bottom: 4%;
}
.contact .contact-wrapper .contact-contents .contact-content .contact-content__body .contact-items .contact-items-wrapper .contact-items-contents .contact-items-content .contact-items__body .contact-item .contact-item-wrapper .contact-item-contents .contact-item-content .contact-item__header .web-title h1, .contact .contact-wrapper .contact-contents .contact-content .contact-content__body .contact-items .contact-items-wrapper .contact-items-contents .contact-items-content .contact-items__body .contact-item .contact-item-wrapper .contact-item-contents .contact-item-content .contact-item__header .tell-title h1, .contact .contact-wrapper .contact-contents .contact-content .contact-content__body .contact-items .contact-items-wrapper .contact-items-contents .contact-items-content .contact-items__body .contact-item .contact-item-wrapper .contact-item-contents .contact-item-content .contact-item__header .sns-title h1 {
  font-weight: 500;
  font-size: 2.4em;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom {
  margin: 8% 8% 0;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents {
  padding-bottom: 10%;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: dashed 1px #626262;
  border-radius: 5px;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content {
  padding: 2.5%;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body {
  font-size: 2.2vw;
  padding-inline-start: 0px;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body li {
  list-style: none;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body li a {
  color: #3e3a39;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content:last-child {
  margin-top: 7%;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body .footer-bottom-address {
  margin-bottom: 8%;
  font-size: 2.6vw;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body .footer-bottom-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3.6% 0 4%;
  border-radius: 100vh;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 4vw;
  background-image: linear-gradient(to right, #B2D38D 0%, #DEE896 100%);
  transition-duration: 0.3s;
  cursor: pointer;
}
.modals .modals-wrapper .modals-contents .modals-content .modals__footer .footer-bottom .footer-bottom-wrapper .footer-bottom-contents .footer-bottom-content .footer-bottom-content__body .footer-bottom-btn img {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 6%;
  transform: translateY(-50%);
}
.web-img img, .tell-img img {
  width: 100%;
}

.wpcf7 {
  max-width: 800px;
  padding: 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wpcf7 label {
  display: block!important;
}
.wpcf7 label span {
  display: block;
  margin-top: 10px;
}

