@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'リュウミン R-KL','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 14px;
  color: #808080;
}

.image-wfit {
  width: 100%;
  height: auto;
}

#gmenu {
	width: 100%;
}
#gmenu {
	position: fixed;
	top: -300px;
	transition: all 0.5s 0s ease;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0 rgba(200,200,200,.3);
  z-index: 100;
  text-align: center;;
}
#gmenu .menulist::before {
  position: absolute;
  content: "";
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #007415;
}
#gmenu.viewon {
	top: 0px;
}
#gmenu .header-logo, #gmenuW .header-logo {
	  display: inline-flex;
    width: 8vw;
    max-width: 200px;
    min-width: 80px;
    margin-top: 5vw;
    margin-left: 4vw;
    /* margin-bottom: 20px; */
}
#gmenu .header-logo img, #gmenuW .header-logo img {
	width: 100%;
}
header .header-dia {
  width: 35%;
  position: absolute;
  bottom: 6%;
  left: 42%;
}
header .header-dia img {
  width: 100%;
}

#gmenu .menulist ul {
  z-index: 10;
  background-color: #fff;
}
#gmenu .menulist, #gmenuW .menulist {
/*	position: absolute; */
	display: inline-flex;
	margin-top: 20px;
/*	margin-left: 30px; */
	vertical-align: top;
  font-size: 1.6em;
}
#gmenu .menulist ul, #gmenuW .menulist ul {
	margin-left: auto;
}
#gmenu .menulist ul li, #gmenuW .menulist ul li {
	display: inline-block;
	margin: 20px 14px;
}
#gmenu .menulist ul li a, #gmenuW .menulist ul li a {
  color: #007415;
	text-decoration: none;
}
img.icon-g {
  width: 1.2em;
  margin-bottom: 0.3em;
  vertical-align: middle; 
}
#gmenu .menulist ul li a {
	color: #007415;
}
#gmenu .menulist ul li a:hover {
  color: #f00;
}
#gmenu .menulist ul li a:visited {
	color: #007415;
}
#gmenuW .menulist ul li a {
	color: #fff;
}
#gmenuW .menulist ul li a:hover {
  color: #f00;
}
#gmenuW .menulist ul li a:visited {
	color: #fff;
}

#footer-area {
  background-color: #f2f8f3; 
}
#footer-area .top {
  position: relative;
}
#footer-area .sitemap {
	display: inline-flex;
	margin-top: 20px;
	margin-left: 60px;
}
#footer-area .sitemap a {
  text-decoration: none;
  color: #fff;
}
#footer-area .sitemap > ul > li {
	display: inline-block;
	margin: 20px 34px;
  vertical-align: top;
}
#footer-area .sitemap > ul > li > ul {
  line-height: 1.2;
  list-style-type: '\7C\20';
  list-style-position: inside;
  text-indent: -0.2em;
  color: #fff;
}
#footer-area .sitemap a:hover {
  color: #f00;
}
#footer-area .sitemap a:visited {
	color: #fff;
}
#footer-area .about {
  position: absolute;
  right: 80px;
  top: 32px;
  display: inline-flex;
	vertical-align: top;
}
#footer-area .about dl {
  color: #fff;
  text-align: right;
}
#footer-area .about dt {
  margin-bottom: 0.5em;
}
#footer-area .cp {
  position: relative;
  padding-top: 8em;
  padding-bottom: 29px;
  margin-left: 3em;
}
#footer-area .cp .info {
  height: 4em;
  border-bottom: 1px solid #007415;
  display: inline-flex;
  text-align: left;
}
#footer-area .cp .info div {
}
#footer-area .cp .info div:first-child {
  margin-right: 2em;
  margin-top: 0.4em;
  font-size: 1.3em;
}
#footer-area .cp .sign {
  color: #808080;
  font-size: 0.9em;
  margin-left: 2em;
  margin-top: 0.8em;
}

#container {
  margin-top: 96px;
}
#container p {
  text-align: left;
  margin-top: 1em;
}
#container .col-two p .sign {
  text-align: right;
  display: block;
  margin-right: 1em; 
}
#container .col-two p .sign img {
  vertical-align: middle;
  width: 10em;
  margin-bottom: 0.5em;
}
.back-col-fill {
  background-color: #e5f2f8;
}

h2 {
  color: #007415;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;;
}
.col-single {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.col-single > div {
  width: 100%;
  padding-left: 110px;
  padding-right: 110px;
}
.col-single .sep-left, .col-single .sep-right {
  width: 50%;
}
.col-single .sep-full {
  width: 100%;
  padding-left: 110px;
}
h2.center {
  text-align: center;
  width: 100%;
}
.m-btm-2em {
  margin-bottom: 2em;
}
.p-btm-1em {
  padding-bottom: 1em;
}
.col-two {
  width: 100%;
  display: flex;
  padding: 50px 0;
}
.col-two > div {
  width: 50%;
}
.col-two > div:first-child {
  padding-left: 110px;
  padding-right: 2em;
}
.col-two h2 {
  text-align: left;
}
.size-full {
  width: 100%;
  height: auto;
}
.size-overflow {
  width: 130%;
  height: auto;
}
.knavi-samples > div {
  padding-left: 2em;
  padding-right: 80px;
}
.knavi-samples > div:first-child {
  padding-left: 80px;
  padding-right: 2em;
}
.knavi-samples .sampleimg {
  border: 1px solid #000;
}
dl.info-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.7rem;
  color: #000;
}
dl.info-list dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 1em;
}
dl.info-list dd {
  width: 70%;
  margin-bottom: 24px;
  text-align: left;
  text-align: left;
  border-left: 2px solid #007bbb;
  padding-left: 1em;
}

ul.maga-list {
  display: flex;
  padding: 0 80px;
  width: 100%;
  list-style: none;
}
ul.maga-list li {
  flex: 1;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
ul.maga-list a {
  font-size: 1.4em;
  color: #005abe;
  text-decoration: none;
}
ul.maga-list a img {
  width: 6em;
  display: block;
  margin: auto;
}

dl.news-list {
  padding: 0 80px;
  text-align: left;
  width: 100%;
}
dl.news-list dt {
  font-size: 1em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
dl.news-list dd {
  width: 100%;
  font-size: 1.6em;
  border-bottom: 1px solid #007bbb;
  margin-bottom: 1em;
}

ul.link-list {
  display: flex;
  padding: 0 80px;
  width: 100%;
  list-style: none;
}
ul.link-list li {
  flex: 1;
  text-align: center;
}
ul.link-list a {
  font-size: 1.4em;
  color: #005abe;
  text-decoration: none;
}

.entry-links {
  border-left: 2px solid #007bbb;
  width: 60%;
}
div:has(+ .entry-links) {
  width: 40%;
}
.knavi-samples {
  padding-top: 20px;
}
.entry-links ul,
.knavi-samples ul {
  list-style: none;
  text-indent: 1em;
  font-weight: bold;
  font-size: 1em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.entry-links ul a,
.knavi-samples ul a {
  white-space: nowrap;
  border: 2px solid #007bbb;
  text-decoration: none;
  padding: 8px 10px 11px 6px;
  border-radius: 21px;
  color: #007bbb;
}
.entry-links ul a::before,
.knavi-samples ul a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(./../images/btn-ya.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-links ul span,
.knavi-samples ul span {
  display: inline-block;
  width: 44%;
  padding-right: 1em;
}
.entry-links ul small,
.knavi-samples ul small {
  margin-left: 1em;
}
.entry-links ul li,
.knavi-samples ul li {
  line-height: 4;
  white-space: nowrap;;
}
.knavi-samples ul li {
  text-align: right;
  white-space: nowrap;
}

.contact {
  padding-bottom: 10em;
}
.contact a {
  color: #007bbb;
}

/*
@media (min-width: 751px) {
  .contact a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
*/

/* background at sections*/
#wrap-message {
  background-image: url(./../images/B-message.svg);
  background-size: 35%;
  background-position: left bottom;
  margin-bottom: 4em;
}
#wrap-message > div > div:nth-child(2) {
  overflow: hidden;
}
#wrap-history {
  background-image: url(./../images/B-history.svg), url(./../images/B-diamond.svg);
  background-size: 34%, 60%;
  background-position: right 0px top 50%, left -15% top 55%;
}
#wrap-about {
  background-image: url(./../images/B-about.svg), url(./../images/B-diamond.svg);
  background-size: 25%, 60%;
  background-position: left 10% top 50%, right -15% bottom 0;
  margin-bottom: 7em;
}
#wrap-office {
  background-image: url(./../images/B-office.svg), url(./../images/B-diamond.svg);
  background-size: 24%, 60%;
  background-position: right 10% top 0%, left -25% bottom 40%;
}
#wrap-service {
  background-image: url(./../images/B-service.svg), url(./../images/B-diamond.svg);
  background-size: 30%, 60%;
  background-position: left 0 top 0%, right -15% bottom 10%;
}
#wrap-result {
  background-image: url(./../images/B-result.svg), url(./../images/B-diamond.svg);
  background-size: 24%, 60%;
  background-position: left 5% top 20%, right -15% bottom 10%;
}
#wrap-contact {
  background-image: url(./../images/B-contact.svg), url(./../images/B-diamond.svg);
  background-size: 26%, 60%;
  background-position: right 25% top 40%, right -15% top -20%;
}
#footer-area {
  background-image: url(./../images/B-diamond.svg);
  background-size: 70%;
  background-position: left -54% top 20px;
  position: relative;
  transition: opacity 300ms 500ms ease-in-out;
}
#footer-area.hide {
  opacity: 0;
}
.totop {
  position: fixed;
  bottom: 50px;
  right: 40px;
}
.totop a {
  text-decoration: none;
  color: #808080;
  position: absolute;
  right: -200px;
  width: 120px;
  transition: right 0.5s 0s ease;
}
.totop a.viewon {
  right: 0px;
}
.totop img {
  width: 30px;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* for history */
#wrap-history .history-list {
  list-style: none;
  margin-top: 1.6em;
}
#wrap-history > div > div {
  margin-left: 15%;
  width: 85%;
}
.history-list li {
  text-align: left;
  position: relative;
}
.history-list li div {
  display: inline-block;
}
.history-list li div > div {
  margin-top: -10px;
  height: 5em;
  position: absolute;
}
.history-list li .history-label {
  text-align: right;
  width: 100px;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
}
.history-list li .history-label div {
  top: -20px;
  right: 1em;
  position: absolute;
  font-family: sans-serif;
}
.history-list li .history-content {
  border-left: 1px solid #007415;
  vertical-align: top;
  padding-left: 1em;
  height: 5em;
}
.history-list li:last-child .history-content {
  height: 3em;
}
.history-list li::before {
  content: "";
  background-image: url(./../images/icon-g.svg);
  width: 19px;
  height: 1em;
  position: absolute;
  left: 95px;
  top: -4px;
}

/* for about */
#wrap-about .about-list {
  list-style: none;
  margin-top: 1.6em;
}
#wrap-about > div > div {
  margin-left: 30%;
  width: 70%;
  max-width: 1000px;
}
.about-list li {
  text-align: left;
  border-bottom: 1px solid #007415;
  display: flex;
}
.about-list li:last-child {
  border: none;
}
.about-list li div {
  display: inline-block;
}
.about-list li div > div {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.about-list li .about-label {
  text-align: right;
  width: 140px;
}
.about-list li .about-label div {
  right: 1em;
}
.about-list li .about-content {
  vertical-align: top;
  padding-left: 2.6em;
}

/* for office */
#wrap-office .office-list {
  list-style: none;
  padding-right: 3em;
}
#wrap-office h3 {
  text-align: left;
  text-indent: 2em;
  font-size: 1.4em;
}
#wrap-office > div {
  width: 100%;
}
#wrap-office .row {
  margin-top: 4em;
  margin-bottom: 2em;
}
#wrap-office .row:after {
    content: "";
    display: table;
    clear: both;
}
#wrap-office .row .col-l {
  float: left;
  width: 60%;
}
#wrap-office .row .col-r {
  float: left;
  width: 40%;
}
#wrap-office .row .col-r iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
#wrap-office .row .col-r img{
  width: 100%;
}
.office-list li {
  text-align: left;
  border-bottom: 1px solid #007415;
  display: flex;
}
.office-list li:last-child {
  border: none;
}
.office-list li div {
  display: inline-block;
}
.office-list li div > div {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.office-list li .office-label {
  text-align: right;
  width: 78px;
}
.office-list li .office-label div {
  right: 1em;
}
.office-list li .office-content {
  vertical-align: top;
  padding-left: 2.6em;
}

/* for service */
#wrap-service .service-list {
  list-style: none;
  margin-top: 2em;
  padding-right: 3em;
}
#wrap-service h2 {
  margin-left: 40%;
  text-indent: 1em;
}
#wrap-service h3 {
  text-align: left;
  text-indent: 0.8em;
  font-size: 1.8em;
  color: #007415;
}
#wrap-service > div {
  width: 100%;
}
#wrap-service .row {
  margin-top: 2em;
  margin-bottom: 3em;
}
#wrap-service .row:after {
  content: "";
  display: table;
  clear: both;
}
#wrap-service .row .col-l {
  float: left;
  width: 40%;
}
#wrap-service .row .col-l img{
  width: 100%;
}
#wrap-service .row .col-r {
  float: left;
  width: 60%;
}
.service-list li {
  text-align: left;
}
.service-list li:last-child {
  border: none;
}
.service-list li div {
  display: block;
}
.service-list li div > div {
}
.service-list li .service-label {
  text-align: left;
  width: auto;
  margin-left: 3.6em;
}
.service-list li .service-label div {
  font-size: 1.4em;
}
.service-list li .service-content {
  margin-left: 3.6em;
  border-top: 1px solid #007415;
  height: 5em;
}

/* for result */
#wrap-result .result-list {
  list-style: none;
  margin-top: 2em;
  padding-right: 3em;
}
#wrap-result > div {
  width: 50%;
  margin-left: 30%;
  margin-top: 2em;
}
.result-list li {
  text-align: left;
}
.result-list li:last-child {
  border: none;
}
.result-list li div {
  display: block;
}
.result-list li div > div {
}
.result-list li .result-label {
  text-align: left;
  width: auto;
}
.result-list li .result-label div {
  font-size: 1.4em;
}
.result-list li .result-content {
  border-top: 1px solid #007415;
  margin-bottom: 2em;
}
.result-list li .result-content .green {
  font-weight: bold;
  color: #007415;
}

/* for contact */
#wrap-contact .contact-list {
  list-style: none;
  margin-top: 2em;
  padding-right: 3em;
}
#wrap-contact > div {
  width: 55%;
  margin-left: 10%;
  margin-top: 2em;
}
.contact-list li {
  text-align: left;
}
.contact-list li:last-child {
  border: none;
}
.contact-list li div {
  display: block;
}
.contact-list li div > div {
}
.contact-list li .contact-label {
  text-align: left;
  width: auto;
}
.contact-list li .contact-label div {
  font-size: 1.4em;
}
.contact-list li .contact-content {
  border-top: 1px solid #007415;
  margin-bottom: 2em;
}
.contact-list li .contact-content .tel {
  font-weight: bold;
  color: #007415;
  font-size: 1.4em;
  font-family: sans-serif;
}

/* mask on wrap */
.sc-mask {
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,1.0);
}
.sc-mask.viewon {
  background: rgba(255,255,255,0);
}

/* for link position */
.anchor-point {
  display: block;
  margin-top: -89px;
  padding-top: 89px;
  background-color:transparent;
}

/* for toppage */
body.toppage .col-single > div {
  padding-left: 80px;
  padding-right: 80px;
}
body.toppage .col-single .sep-full {
  padding-left: 80px;
}
body.toppage .col-two > div:first-child {
  padding-left: 80px;
  padding-right: 2em;
}

/* チェックボックスを非表示にする */
.vmenu_hidden {
  display: none;
}
#sp-menubtn {
  position: fixed;
  right: 18px;
  top: 22px;
  z-index: 100;
}

/* ハンバーガーアイコンの設置スペース */
.vmenu_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.vmenu_open span,
.vmenu_open span:before,
.vmenu_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 2px;
  background: #007415;
  transition: 0.5s;
  position: absolute;
}
.vmenu_bkcircle {
  width: 80%;
  height: 80%;
/*  background-color: #007415; */
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;/* 重なり順を一番上にする */
}

/* 三本線の一番上の棒の位置調整 */
.vmenu_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.vmenu_open span:after {
  top: 8px;
}

.vmenu_open, .vmenu_bkcircle{
  display: none;
}

/* メニューのデザイン*/
#nav_wraparea {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 98;
  transition: .3s;
  display: flex;
}
#nav_content {
  margin: 0 0 auto auto;
  background-color: #fff;
  opacity: 0.9;
  color: #007415;
  box-shadow: 0 1px 2px 0 rgba(200, 200, 200, 03);
}
#nav_content a {
  text-decoration: none;
  color: #007415;
}
#nav_content > ul {
  list-style: none;
  padding-top: 5em;
  padding-bottom: 2em;
}
#nav_content > ul > li {
	margin: 20px 34px;
  vertical-align: top;
}
#nav_content > ul > li > ul {
  line-height: 1.2;
  list-style-type: '\7C\20';
  list-style-position: inside;
  text-indent: 1em;
  color: #007415;
  line-height: 1.6;
}
#nav_content a:hover {
  color: #f00;
}
#nav_content a:visited {
	color: #007415;
}
.sp-br, .tb-br, .sm-br {
  display: none;
}

/* アイコンがクリックされたらメニューを表示 */
#vmenu_input:checked ~ #nav_wraparea {
  left: 0;/* メニューを画面に入れる */
}

/* responsive */
@media screen and (max-width: 1199px) {
  .sm-br {
    display: inline-block;
  }
}
@media screen and (max-width: 959px) {
  #gmenu {
    height: 0;
  }
  #gmenu .menulist::before {
    background-color: unset;
  }
  .vmenu_open {
    display: flex;
  }
  .vmenu_bkcircle {
    display: block;
  }
  #gmenu .menulist ul, #gmenuW .menulist ul {
    display: none;
  }
  #footer-area .sitemap {
    margin-left: 10px;
  }
  #footer-area .about {
    position: relative;
    margin: 0;
    display: block;
    right: 30px;
    top: 0;
  }
  #footer-area .cp {
    text-align: center;
  }
  #footer-area .cp .logo {
    display: block;
    margin: 20px auto 0 auto;
  }
  #footer-area .cp .sign {
    position: relative;
    right: unset;
    margin-bottom: 1em;
  }
  .entry-links ul li, .knavi-samples ul li {
    white-space: normal;
    line-height: 2.6;
    padding-bottom: 1em;
    text-align: center;
  }
  .col-two {
    display: block;
  }
  .col-two > div {
    width: 100%;
  }
  .col-two > div:first-child {
    padding-left: 40px;
    padding-right: em;
  }
  body.toppage .col-two > div:first-child {
    padding-left: 2em;
    padding-bottom: 4em;
  }
  .col-single .sep-left, .col-single .sep-right {
    width: 100%;
  }
  .col-single > div {
    padding-left: 40px;
    padding-right: 40px;
  }
  .col-single .sep-full {
    padding-left: 40px;
  }
  body.toppage .col-single > div {
    padding-left: 2em;
    padding-right: 2em;
  }
  body.toppage .col-single .sep-full {
    padding-left: 2em;
  }
  .size-overflow {
    width: 70%;
    margin-left: 50%;
  }
  dl.news-list {
    padding: 0 2em;
  }
  .knavi-samples > div,
  .knavi-samples > div:first-child {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 2em;
  }
  .entry-links ul, .knavi-samples ul {
    margin-top: 3em;
    text-indent: 2em;
  }
  .entry-links ul span, .knavi-samples ul span {
    width: 90%;
  }
  dl.news-list dd {
    font-size: 1.4em;
  }
  ul.link-list {
    padding: 0;
  }
  .tb-br {
    display: inline-block;
  }
  /* background */
  #wrap-message {
    background-position: left 0 top 70%;
    margin-bottom: 2em;
  }
  #wrap-about {
    background-position: right 10% top 10%, right -15% bottom 0;
    margin-bottom: 7em;
  }
  #wrap-result {
    background-position: right 5% top 20%, right -15% bottom 10%;
  }
  #wrap-contact {
    background-position: right 25% bottom 10%, right -15% top 5%;
  }
  #wrap-contact > div > div {
    margin-left: unset;
    width: 100%;
  }
  #wrap-about > div > div {
    margin-left: unset;
    width: 100%;
  }
  #wrap-history > div > div {
    margin-left: unset;
    width: 100%;
  }
  #wrap-result > div {
    width: 100%;
    margin-left: unset;
  }
  #wrap-contact > div {
    width: 100%;
    margin-left: unset;
  }
  .about-list li .about-content {
    padding-left: 0.8em;
  }
  .about-list li .about-label {
    width: 90px;
  }
  #wrap-office .row .col-l, #wrap-office .row .col-r,
  #wrap-service .row .col-l, #wrap-service .row .col-r {
    float: unset;
    width: 100%;
  }
  #wrap-service h2 {
    margin-left: unset;
  }
  #wrap-service .row .col-l img {
    width: 76%;
  }
  #wrap-service h2 {
    text-indent: unset;
  }
  #wrap-service h3 {
    font-size: 1.4em;
  }
  .service-list li .service-content {
    margin-left: 0.8em;
    height: 7em;
  }
  .service-list li .service-label {
    margin-left: 0.8em;
  }
  #wrap-service .service-list {
    padding-right: 0.8em;
  }
  .office-list li .office-content {
    padding-left: 0.8em;
  }
  #footer-area .cp {
    margin-left: 1em;
    margin-right: 1em;
  }
  #footer-area .cp .info {
    height: auto;
    display: block;
  }
  #footer-area .cp .info div {
    width: 100%;
  }
}

@media screen and (max-width: 427px) {
  #container {
    margin-top: unset;
  }
  #gmenu {
    width: 100vw;
  }
  #gmenu .header-logo, #gmenuW .header-logo {
    width: 30vw;
    min-width: unset;
    margin-left: 8px;
  }
  #gmenu .menulist, #gmenuW .menulist {
    position: absolute;
    right: 0px;
    margin-top: 12px;
  }
  #footer-area .cp .logo {
    display: inline-flex;
    width: 100%;
    min-width: unset;
  }
  #footer-area .top {
    padding-top: 1em;
  }
  #footer-area .about {
    right: 0.5em;
  }
  .vmenu_open {
    height: 50px;
    width: 50px;
  }
  #footer-area .sitemap {
    display: none;
  }
  ul.maga-list {
    padding: 0;
  }
  ul.maga-list li {
    margin: 0 0.3em;
  }
  ul.maga-list a {
    font-size: 1.2em;
  }
  .entry-links ul, .knavi-samples ul {
    text-indent: unset;
    margin: 0;
    text-align: center;
  }
  ul.link-list a {
    font-size: 1.0em;
  }
  .sp-br {
    display: inline-block;
  }
}
