@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

button {
  display: inline-block;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: opacity 0.3s;
}

* {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Segoe UI", "Roboto", "Noto Sans JP", "Meiryo", sans-serif;
  color: #514327;
}

body.open {
  overflow: hidden;
}

.is_sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_col {
  flex-direction: column;
}

.flex_r {
  flex-direction: row-reverse;
}

.po_re {
  position: relative;
}

.po_ab {
  position: absolute;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
  .flex_sp_col {
    flex-direction: column;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: inherit;
  transition: 0.3s;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  transition: 0.3s;
}

button {
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
}
header .header-top {
  background: #8cb045;
}
header .header-top h1 {
  color: #fff;
  padding: 12px 0;
  font-weight: 500;
}
header .header-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 3px rgba(106, 106, 106, 0.1);
  background: #fff;
  padding: 20px 0;
}
header .header-inner .header-logo {
  width: 190px;
}
header .header-inner .serch-content {
  margin-left: 90px;
  border: solid 1px #333333;
  border-radius: 4px;
}
header .header-inner .serch-content .serch-item {
  display: flex;
  position: relative;
}
header .header-inner .serch-content .serch-item div {
  padding: 10px;
  padding-left: 20px;
}
header .header-inner .serch-content .serch-item div input {
  border: none;
  width: 250px;
  font-size: 12px;
}
header .header-inner .serch-content .serch-item button {
  background: #333333;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
header .header-inner .serch-content .serch-item button img {
  width: 16px;
}
header .header-inner .serch-content .serch-item .pop__search {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  margin: 4px 0 0;
  padding: 24px 18px 16px;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  top: 50px;
}
header .header-inner .serch-content .serch-item .pop__search .keyword-box {
  margin-bottom: 20px;
  padding: 0;
}
header .header-inner .serch-content .serch-item .pop__search .keyword-box:last-of-type {
  margin-bottom: 0;
}
header .header-inner .serch-content .serch-item .pop__search .keyword-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
header .header-inner .serch-content .serch-item .pop__search .keyword-list a {
  margin: 0 8px 8px 0;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 1;
  border: solid 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s;
  background: #fff;
}
header .header-inner > div {
  width: 100%;
  display: flex;
  align-items: center;
}
header .header-inner .nav-inner {
  margin-left: auto;
}
header .header-inner .nav-inner .header-nav ul {
  display: flex;
  gap: 20px;
}
header .header-inner .nav-inner .header-nav ul li {
  display: flex;
}
header .header-inner .nav-inner .header-nav ul li a {
  font-weight: 700;
  display: inline-grid;
}
header .header-inner .nav-inner .header-nav ul li a img {
  filter: brightness(0) invert(0);
  display: block;
  margin: auto;
}
header .header-inner .nav-inner .header-nav ul li a p {
  font-size: 12px;
  margin-top: 6px;
}
header .header-inner .nav-inner .header-nav ul li a:hover img {
  filter: unset;
}
header .header-inner .nav-inner .header-nav ul li a:hover p {
  color: #8cb045;
}
header .header-inner .nav-inner .header-nav ul li:nth-of-type(1) a img {
  width: 18px;
}
header .header-inner .nav-inner .header-nav ul li:nth-of-type(2) a img {
  width: 25px;
}
header .header-inner .nav-inner .header-nav ul li:nth-of-type(3) a img {
  width: 22px;
}
header .header-inner .nav-inner .header-nav ul li:nth-of-type(4) a img {
  width: 22px;
}
header .header-inner .nav-inner .header-nav ul li:nth-of-type(5) a img {
  width: 35px;
  filter: unset;
}
header .header-inner .nav-inner .header-nav ul .sub-nav {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: 0.2s;
  padding-top: 30px;
  left: -20px;
}
header .header-inner .nav-inner .header-nav ul .sub-nav .sub-nav-inner {
  width: 230px;
  padding: 30px;
  background: #75af00;
  border-radius: 10px;
}
header .header-inner .nav-inner .header-nav ul .sub-nav .sub-nav-inner div {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
header .header-inner .nav-inner .header-nav ul .sub-nav .sub-nav-inner div a {
  color: #fff;
}
header .header-inner .nav-inner .header-nav ul .sub-nav .sub-nav-inner div a:hover {
  opacity: 0.6;
}
header .header-inner .nav-inner .header-nav ul .no-link {
  position: relative;
  cursor: pointer;
}
header .header-inner .nav-inner .header-nav ul .no-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  margin: auto;
}
header .header-inner .nav-inner .header-nav ul .no-link:hover::after {
  opacity: 0.6;
}
header .header-inner .nav-inner .header-nav ul .no-link:hover > a {
  opacity: 0.6;
}
header .header-inner .nav-inner .header-nav ul .no-link:hover .sub-nav {
  visibility: visible;
  opacity: 1;
}
header .header-inner .header__hamburger {
  display: grid;
  width: 30px;
}
header .header-inner .header__hamburger p {
  font-size: 12px;
  color: #fff;
  margin-top: auto;
  display: block;
}
header .header-inner .header__hamburger div {
  width: fit-content;
  margin: auto;
  height: 24px;
}
header .header-inner .header__hamburger span {
  display: block;
  width: 30px;
  margin: auto;
  height: 2px;
  margin-bottom: 8px;
  background-color: #000;
  border-radius: 30px;
  transition: 0.3s;
}
header .header-inner .header__hamburger.active::after {
  color: #81b71a;
}

main {
  margin-top: 140px;
}

.l-inner {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

.menu {
  display: none;
}

.sec-ttl {
  position: relative;
  width: fit-content;
  margin: auto;
}
.sec-ttl p {
  color: #8cb045;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: auto;
}
.sec-ttl h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: auto;
}

.flow-sec {
  padding-top: 100px;
}
.flow-sec .sec-ttl img {
  left: -120px;
  position: absolute;
  width: 93px;
}
.flow-sec .flow-content {
  background: #f7f7f7;
  width: 100vw;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  max-width: 1100px;
  padding: 40px 50px;
  margin-top: 40px;
}
.flow-sec .flow-content .flow-inner {
  display: flex;
  gap: 15px;
}
.flow-sec .flow-content .flow-inner .flow-box {
  border: solid 1px #cccccc;
  border-radius: 5px;
  background: #fff;
  width: 14.2857142857%;
  position: relative;
}
.flow-sec .flow-content .flow-inner .flow-box.is-active {
  background: #8cb045;
}
.flow-sec .flow-content .flow-inner .flow-box.is-active a {
  pointer-events: none;
}
.flow-sec .flow-content .flow-inner .flow-box.is-active a p {
  color: #fff;
}
.flow-sec .flow-content .flow-inner .flow-box.is-active a img {
  filter: brightness(0) invert(1);
}
.flow-sec .flow-content .flow-inner .flow-box:last-of-type::after {
  display: none;
}
.flow-sec .flow-content .flow-inner .flow-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8.5%;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #8cb045;
  border-right: 0;
}
.flow-sec .flow-content .flow-inner .flow-box a {
  padding: 16px;
  display: block;
  height: 100%;
}
.flow-sec .flow-content .flow-inner .flow-box a p {
  font-weight: 600;
  text-align: center;
  line-height: 1.125;
}
.flow-sec .flow-content .flow-inner .flow-box a:hover {
  background: #8cb045;
}
.flow-sec .flow-content .flow-inner .flow-box a:hover p {
  color: #fff;
}
.flow-sec .flow-content .flow-inner .flow-box a:hover img {
  filter: brightness(0) invert(1);
}
.flow-sec .flow-content .flow-inner .flow-box img {
  display: block;
  margin: 10px auto;
}
.flow-sec .flow-content .flow-inner .flow-box:nth-of-type(1) img {
  width: 50px;
  margin-bottom: 12px;
  margin-top: 16px;
}
.flow-sec .flow-content .flow-inner .flow-box:nth-of-type(2) img {
  width: 38px;
}
.flow-sec .flow-content .flow-inner .flow-box:nth-of-type(3) img {
  width: 27px;
}
.flow-sec .flow-content .flow-inner .flow-box:nth-of-type(4) img {
  width: 38px;
}
.flow-sec .flow-content .flow-inner .flow-box:nth-of-type(5) img {
  width: 28px;
}
.flow-sec .flow-content .flow-inner .flow-box:nth-of-type(6) img {
  width: 30px;
}
.flow-sec .flow-content .flow-inner .flow-box:nth-of-type(7) img {
  width: 45px;
}
.flow-sec .flow-content .flow-inner .flow-box.active {
  background: #8cb045;
  pointer-events: none;
}
.flow-sec .flow-content .flow-inner .flow-box.active a p {
  color: #fff;
}
.flow-sec .flow-content .flow-inner .flow-box.active a div img {
  filter: brightness(0) invert(1);
}

.cat-sec {
  padding-top: 140px;
}
.cat-sec .sec-ttl img {
  position: absolute;
  right: -84px;
  width: 63px;
}
.cat-sec .cat-content {
  display: flex;
  gap: 45px;
  margin-top: 40px;
}
.cat-sec .cat-content .cat-box {
  width: 33.3333333333%;
  border: solid 1px #cccccc;
  border-radius: 5px;
}
.cat-sec .cat-content .cat-box a {
  padding: 30px 30px;
  display: block;
  height: 100%;
}
.cat-sec .cat-content .cat-box a.active {
  background: #8cb045;
  pointer-events: none;
}
.cat-sec .cat-content .cat-box a.active .ttl img {
  filter: brightness(0) invert(1);
}
.cat-sec .cat-content .cat-box a.active .ttl h3 {
  color: #fff;
}
.cat-sec .cat-content .cat-box a.active p {
  color: #fff;
}
.cat-sec .cat-content .cat-box a:hover {
  background: #8cb045;
}
.cat-sec .cat-content .cat-box a:hover .ttl img {
  filter: brightness(0) invert(1);
}
.cat-sec .cat-content .cat-box a:hover .ttl h3 {
  color: #fff;
}
.cat-sec .cat-content .cat-box a:hover p {
  color: #fff;
}
.cat-sec .cat-content .cat-box a .ttl {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.cat-sec .cat-content .cat-box a .ttl h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
.cat-sec .cat-content .cat-box a p {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  line-height: 2;
}
.cat-sec .cat-content .cat-box:nth-of-type(1) img {
  width: 18px;
}
.cat-sec .cat-content .cat-box:nth-of-type(2) img {
  width: 24px;
}
.cat-sec .cat-content .cat-box:nth-of-type(3) img {
  width: 37px;
}

.contact-sec {
  padding-top: 110px;
}
.contact-sec .contact-content {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.contact-sec .contact-content .tel-box {
  width: 50%;
  background: #f7f7f7;
  border-radius: 10px;
  position: relative;
  padding: 35px 0;
}
.contact-sec .contact-content .tel-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-sec .contact-content .tel-box div img {
  width: 33px;
}
.contact-sec .contact-content .tel-box div p {
  font-size: 33px;
  font-weight: 600;
}
.contact-sec .contact-content .tel-box p {
  text-align: center;
}
.contact-sec .contact-content .tel-box > img {
  position: absolute;
  width: 65px;
  right: 74px;
  bottom: 0;
}
.contact-sec .contact-content .mail-box {
  width: 50%;
  background: #f7f7f7;
  border-radius: 10px;
  position: relative;
  padding: 35px 0;
}
.contact-sec .contact-content .mail-box a:hover {
  text-decoration: underline;
}
.contact-sec .contact-content .mail-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-sec .contact-content .mail-box div img {
  width: 33px;
}
.contact-sec .contact-content .mail-box div p {
  font-size: 33px;
  font-weight: 600;
}
.contact-sec .contact-content .mail-box p {
  text-align: center;
  font-weight: 500;
}
.contact-sec .contact-content .mail-box > img {
  position: absolute;
  width: 65px;
  right: 60px;
  bottom: 0;
}

footer {
  padding-top: 260px;
}
footer .footer-nav {
  background: #8cb045;
  position: relative;
}
footer .footer-nav .l-inner > img {
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 650px;
}
footer .footer-nav .l-inner .nav-inner {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer-nav .l-inner .nav-inner a:hover {
  opacity: 0.6;
}
footer .footer-nav .l-inner .nav-inner .nav-content {
  gap: 30px;
  display: flex;
}
footer .footer-nav .l-inner .nav-inner .nav-content a:hover {
  text-decoration: underline;
}
footer .footer-nav .l-inner .nav-inner .nav-content .manual-box a {
  color: #fff;
}
footer .footer-nav .l-inner .nav-inner .nav-content .manual-box > a {
  font-size: 18px;
  font-weight: 600;
}
footer .footer-nav .l-inner .nav-inner .nav-content .manual-box div {
  margin-top: 20px;
}
footer .footer-nav .l-inner .nav-inner .nav-content .manual-box div a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
footer .footer-nav .l-inner .nav-inner .nav-content .flex-box {
  display: flex;
  gap: 60px;
}
footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .qa-box a {
  color: #fff;
}
footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .qa-box > a {
  font-size: 18px;
  font-weight: 600;
}
footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .others a {
  color: #fff;
}
footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .others > a {
  font-size: 18px;
  font-weight: 600;
}
footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .others div {
  margin-top: 20px;
}
footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .others div a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
footer .footer-nav .l-inner .nav-inner .management-content p {
  font-size: 22px;
  font-weight: 600;
  width: fit-content;
  display: block;
  margin: auto;
  position: relative;
  color: #fff;
}
footer .footer-nav .l-inner .nav-inner .management-content p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
}
footer .footer-nav .l-inner .nav-inner .management-content a img {
  max-width: 420px;
  margin-top: 12px;
}
footer .bnr-content {
  padding-top: 80px;
  padding-bottom: 100px;
}
footer .bnr-content .l-inner {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
footer .bnr-content .l-inner div {
  width: calc(50% - 20px);
}
footer .footer-bottom {
  padding: 65px 0;
  /*---------------------*/
  /*	clearfix 
  /*---------------------*/
  /* Hides from IE-mac \*/
  /* End hide from IE-mac */
  /*=====================*/
  /*	フッター 
  /*=====================*/
  /*=====================*/
  /*	フォント
  /*=====================*/
}
footer .footer-bottom p {
  line-height: 2.25;
  text-align: center;
}
footer .footer-bottom .l-inner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}
footer .footer-bottom .l-inner > div img {
  width: 70px;
}
footer .footer-bottom .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer .footer-bottom * html .clearfix {
  height: 1%;
}
footer .footer-bottom .clearfix {
  display: block;
}
footer .footer-bottom #GlobalFooter {
  width: 80%;
  margin: 15px auto 10px;
  padding-top: 8px;
  border-top: solid 3px #2798e3;
  font-size: 75%;
  line-height: 1.5;
}
footer .footer-bottom #GlobalFooter * {
  font-size: 12px;
}
footer .footer-bottom #GlobalFooter img {
  width: auto;
  height: unset;
}
footer .footer-bottom #FooterLogo {
  width: 10%;
  float: left;
  padding-top: 30px;
  text-align: center;
}
footer .footer-bottom #FooterLogo img {
  height: 90px;
}
@media screen and (max-width: 1000px) {
  footer .footer-bottom #FooterLogo {
    display: none;
  }
}
footer .footer-bottom #FooterService {
  width: 85%;
  float: left;
  margin-left: 10px;
  display: inline; /* dobble margin bugfix for ie6 */
}
footer .footer-bottom #FooterServiceHead {
  margin-bottom: 8px;
}
footer .footer-bottom #GlobalFooter .FooterTitle {
  width: 80%;
  float: left;
  font-size: 117%;
  font-weight: bold;
  color: #333;
}
footer .footer-bottom #GlobalFooter #FooterServiceHead p.FooterHeadLink {
  text-align: right;
}
footer .footer-bottom #GlobalFooter #FooterServiceHead p.FooterHeadLink a {
  float: right;
  padding-right: 20px;
  color: #09f !important;
}
footer .footer-bottom #GlobalFooter #FooterServiceHead p.FooterHeadLink img {
  vertical-align: text-top;
}
footer .footer-bottom #FooterServiceCont dl {
  padding: 1px 0 0;
  background: url(../assets/img/cmn/fline_blue.gif) repeat-y 100px;
}
footer .footer-bottom #FooterServiceCont dl dt {
  width: 100px;
  float: left;
  padding-bottom: 5px;
  margin-right: 15px;
  color: #2798e3;
}
footer .footer-bottom #FooterServiceCont dl dt.pl {
  padding-bottom: 10px;
}
footer .footer-bottom #FooterServiceCont dl dd {
  float: left;
  margin: 0 10px 3px 0;
  padding: 0 9px 0 0;
  border-right: 1px solid #999;
  white-space: nowrap;
}
footer .footer-bottom #FooterServiceCont dl dt.pl::after {
  clear: both;
  content: ".";
  display: block;
  opacity: 0;
}
footer .footer-bottom #FooterServiceCont dl dd a:hover {
  text-decoration: underline;
}
footer .footer-bottom #FooterServiceCont dl dd.last {
  border-right: none;
}
footer .footer-bottom #FooterCorp {
  clear: both;
}
footer .footer-bottom #FooterCorpInfo {
  float: left;
  width: 90%;
  margin: 10px 0 0 0;
  padding-top: 5px;
  border-top: 1px solid #2798e3;
  display: inline; /* dobble margin bugfix for ie6 */
}
@media screen and (max-width: 1440px) {
  footer .footer-bottom #FooterCorpInfo {
    width: 80%;
  }
}
footer .footer-bottom #FooterCorpId {
  width: 300px;
  float: left;
}
footer .footer-bottom #FooterCorpName {
  width: 100px;
  float: left;
}
footer .footer-bottom #FooterCorpName img {
  width: 100px;
  height: 13px;
}
footer .footer-bottom #copyright {
  width: 190px;
  float: left;
  margin: 3px 0 0 10px;
  font-size: 10px;
  color: #333;
  line-height: 1.2;
}
footer .footer-bottom #FooterCorpLink {
  float: left;
}
footer .footer-bottom #FooterCorpLink ul li {
  float: left;
  margin: 0px 10px 7px 0;
  padding: 3px 9px 0px 0;
  border-right: 1px solid #999;
  font-size: 93.3%;
  line-height: 1.2;
}
footer .footer-bottom #FooterCorpLink ul li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
footer .footer-bottom #privacy {
  float: left;
  margin: -15px 0 10px 10px;
  display: inline; /* dobble margin bugfix for ie6 */
}
footer .footer-bottom #privacy img {
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom #privacy {
    margin: 0;
  }
}
footer .footer-bottom #GlobalFooter a {
  color: #666666;
  text-decoration: none;
}
footer .footer-bottom #GlobalFooter a:hover {
  color: #666666;
  text-decoration: underline;
}
footer .footer-bottom #GlobalFooter dt {
  width: 30%;
  box-sizing: border-box;
}
footer .footer-bottom #GlobalFooter dd {
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}
footer .footer-bottom #GlobalFooter .flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .overflow-hidden {
    overflow: hidden;
  }
  main {
    margin-top: 120px;
  }
  header {
    background: #fff;
    padding: 0;
  }
  header .header-inner {
    padding: 20px 5px;
  }
  header .header-inner .header-logo img {
    width: 190px;
  }
  header .header-top h1 {
    font-size: 14px;
  }
  .menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: block;
    position: relative;
    z-index: -1;
    position: absolute;
    overflow: scroll;
    width: 100vw;
    top: 0;
  }
  .menu .menu-inner {
    background: #fff;
    max-width: 355px;
    margin: 0;
    padding: 30px 20px;
    padding-bottom: 100px;
    overflow: scroll;
    height: 100vh;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  .menu .menu-inner::-webkit-scrollbar {
    display: none;
  }
  .menu .menu-inner .menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
  }
  .menu .menu-inner .menu-top .header-logo img {
    width: 250px;
  }
  .menu .menu-inner .menu-top button {
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
  }
  .menu .menu-inner .menu-top button div {
    width: fit-content;
    margin: auto;
    height: fit-content;
  }
  .menu .menu-inner .menu-top button span {
    height: 2px;
    background-color: #fff;
    display: block;
  }
  .menu .menu-inner .menu-top button span:first-of-type {
    transform: translateY(1px) rotate(-45deg);
    width: 16px;
    margin: 0;
  }
  .menu .menu-inner .menu-top button span:nth-of-type(2) {
    transform: translateY(-1px) rotate(45deg);
    width: 16px;
    margin: 0;
  }
  .menu .menu-inner .serch-content {
    border: solid 1px #333333;
    border-radius: 4px;
    margin-top: 20px;
  }
  .menu .menu-inner .serch-content .serch-item {
    display: flex;
    position: relative;
  }
  .menu .menu-inner .serch-content .serch-item div {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
  }
  .menu .menu-inner .serch-content .serch-item div input {
    border: none;
    width: 100%;
    font-size: 12px;
  }
  .menu .menu-inner .serch-content .serch-item button {
    background: #333333;
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }
  .menu .menu-inner .serch-content .serch-item button img {
    min-width: 16px;
    width: 16px;
  }
  .menu .menu-inner .serch-content .serch-item .pop__search {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    margin: 4px 0 0;
    padding: 24px 18px 16px;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 50px;
    z-index: 2;
  }
  .menu .menu-inner .serch-content .serch-item .pop__search .keyword-box {
    margin-bottom: 20px;
    padding: 0;
  }
  .menu .menu-inner .serch-content .serch-item .pop__search .keyword-box:last-of-type {
    margin-bottom: 0;
  }
  .menu .menu-inner .serch-content .serch-item .pop__search .keyword-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .menu .menu-inner .serch-content .serch-item .pop__search .keyword-list a {
    margin: 0 8px 8px 0;
    padding: 8px 16px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    line-height: 1;
    border: solid 1px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
    background: #fff;
  }
  .menu .menu-inner .header-nav {
    margin-top: 30px;
  }
  .menu .menu-inner .header-nav ul {
    display: flex;
    gap: 30px;
  }
  .menu .menu-inner .header-nav ul li {
    display: flex;
  }
  .menu .menu-inner .header-nav ul li a {
    font-weight: 700;
    display: inline-grid;
  }
  .menu .menu-inner .header-nav ul li a img {
    filter: brightness(0) invert(0);
    display: block;
    margin: auto;
  }
  .menu .menu-inner .header-nav ul li a p {
    font-size: 12px;
    margin-top: 6px;
  }
  .menu .menu-inner .header-nav ul li:nth-of-type(1) a img {
    width: 25px;
  }
  .menu .menu-inner .header-nav ul li:nth-of-type(2) a img {
    width: 22px;
  }
  .menu .menu-inner .header-nav ul li:nth-of-type(3) a img {
    width: 35px;
    filter: unset;
  }
  .menu .menu-inner .header-nav ul .sub-nav {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: 0.2s;
    padding-top: 30px;
    left: -20px;
  }
  .menu .menu-inner .header-nav ul .sub-nav .sub-nav-inner {
    width: 230px;
    padding: 30px;
    background: #75af00;
    border-radius: 10px;
  }
  .menu .menu-inner .header-nav ul .sub-nav .sub-nav-inner div {
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .menu .menu-inner .header-nav ul .sub-nav .sub-nav-inner div a {
    color: #fff;
  }
  .menu .menu-inner .header-nav ul .sub-nav .sub-nav-inner div a:hover {
    opacity: 0.6;
  }
  .menu .menu-inner .flow-content {
    margin-top: 40px;
  }
  .menu .menu-inner .flow-content h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
  }
  .menu .menu-inner .flow-content .flow-inner {
    margin-top: 20px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box a {
    display: flex;
    gap: 10px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box a div {
    width: 36px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box a div img {
    margin: auto;
    display: block;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box:nth-of-type(1) a div img {
    width: 16px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box:nth-of-type(2) a div img {
    width: 20px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box:nth-of-type(3) a div img {
    width: 14px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box:nth-of-type(4) a div img {
    width: 20px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box:nth-of-type(5) a div img {
    width: 15px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box:nth-of-type(6) a div img {
    width: 20px;
  }
  .menu .menu-inner .flow-content .flow-inner .flow-box:nth-of-type(7) a div img {
    width: 25px;
  }
  .menu .menu-inner .cat-content {
    margin-top: 60px;
  }
  .menu .menu-inner .cat-content h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
  }
  .menu .menu-inner .cat-content .cat-inner {
    margin-top: 20px;
  }
  .menu .menu-inner .cat-content .cat-inner .cat-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
  }
  .menu .menu-inner .cat-content .cat-inner .cat-box a {
    display: flex;
    gap: 10px;
  }
  .menu .menu-inner .cat-content .cat-inner .cat-box a div {
    width: 36px;
  }
  .menu .menu-inner .cat-content .cat-inner .cat-box a div img {
    margin: auto;
    display: block;
  }
  .menu .menu-inner .cat-content .cat-inner .cat-box:nth-of-type(1) a div img {
    width: 16px;
  }
  .menu .menu-inner .cat-content .cat-inner .cat-box:nth-of-type(2) a div img {
    width: 17px;
  }
  .menu .menu-inner .cat-content .cat-inner .cat-box:nth-of-type(3) a div img {
    width: 26px;
  }
  .menu .menu-inner .contact-content {
    display: block;
  }
  .menu .menu-inner .contact-content .tel-box {
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
  }
  .menu .menu-inner .contact-content .tel-box div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu .menu-inner .contact-content .tel-box div p {
    font-weight: 600;
  }
  .menu .menu-inner .contact-content .tel-box p {
    text-align: center;
  }
  .menu .menu-inner .contact-content .tel-box > img {
    position: absolute;
    bottom: 0;
  }
  .menu .menu-inner .contact-content .mail-box {
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
  }
  .menu .menu-inner .contact-content .mail-box div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu .menu-inner .contact-content .mail-box div p {
    font-weight: 600;
  }
  .menu .menu-inner .contact-content .mail-box p {
    text-align: center;
  }
  .menu .menu-inner .contact-content .mail-box > img {
    position: absolute;
    bottom: 0;
  }
  .menu .menu-inner .contact-content .tel-box {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .menu .menu-inner .contact-content .tel-box div {
    gap: 15px;
  }
  .menu .menu-inner .contact-content .tel-box div img {
    width: 25px;
  }
  .menu .menu-inner .contact-content .tel-box div p {
    font-size: 25px;
    letter-spacing: 0.15rem;
  }
  .menu .menu-inner .contact-content .tel-box > img {
    width: 45px;
    right: 15px;
  }
  .menu .menu-inner .contact-content .mail-box {
    width: 100%;
    padding: 28px 0;
  }
  .menu .menu-inner .contact-content .mail-box div {
    gap: 15px;
  }
  .menu .menu-inner .contact-content .mail-box div img {
    width: 25px;
  }
  .menu .menu-inner .contact-content .mail-box div p {
    font-size: 23px;
    letter-spacing: 0.15rem;
  }
  .menu .menu-inner .contact-content .mail-box > img {
    width: 45px;
    right: 10px;
  }
  .menu.is-active {
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
    z-index: 100;
    background: rgba(34, 34, 34, 0.6);
  }
  .flow-sec {
    padding-top: 120px;
  }
  .flow-sec .sec-ttl img {
    width: 86px;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -85px;
  }
  .flow-sec .flow-content {
    width: 100%;
    left: unset;
    transform: unset;
    padding: 40px 20px;
  }
  .flow-sec .flow-content .flow-inner {
    display: block;
  }
  .flow-sec .flow-content .flow-inner .flow-box {
    width: 100%;
    margin-bottom: 24px;
  }
  .flow-sec .flow-content .flow-inner .flow-box::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 6px solid #8cb045;
    border-bottom: 0;
    position: absolute;
    top: unset;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .flow-sec .flow-content .flow-inner .flow-box a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px 30px;
  }
  .flow-sec .flow-content .flow-inner .flow-box a div {
    width: 64px;
  }
  .flow-sec .flow-content .flow-inner .flow-box a img {
    margin: unset;
  }
  .flow-sec .flow-content .flow-inner .flow-box a p {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2222222222;
  }
  .flow-sec .flow-content .flow-inner .flow-box a p span {
    font-size: 18px;
    font-weight: 600;
  }
  .cat-sec {
    padding-top: 60px;
  }
  .cat-sec .sec-ttl img {
    position: unset;
    margin: auto;
    display: block;
  }
  .cat-sec .cat-content {
    display: block;
  }
  .cat-sec .cat-content .cat-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-sec .sec-ttl h2 {
    white-space: nowrap;
  }
  .contact-sec .contact-content {
    display: block;
  }
  .contact-sec .contact-content .tel-box {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .contact-sec .contact-content .tel-box div {
    gap: 15px;
  }
  .contact-sec .contact-content .tel-box div img {
    width: 25px;
  }
  .contact-sec .contact-content .tel-box div p {
    font-size: 25px;
    letter-spacing: 0.15rem;
  }
  .contact-sec .contact-content .tel-box > img {
    width: 45px;
    right: 35px;
  }
  .contact-sec .contact-content .mail-box {
    width: 100%;
    padding: 28px 0;
  }
  .contact-sec .contact-content .mail-box div {
    gap: 15px;
  }
  .contact-sec .contact-content .mail-box div img {
    width: 25px;
  }
  .contact-sec .contact-content .mail-box div p {
    font-size: 23px;
    letter-spacing: 0.15rem;
  }
  .contact-sec .contact-content .mail-box > img {
    width: 45px;
    right: 35px;
  }
  .contact-sec .contact-content .mail-box > p {
    font-size: 11px;
  }
  footer {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  footer .footer-nav .l-inner > img {
    width: 100%;
    padding: 0 20px;
    top: -28px;
  }
  footer .footer-nav .l-inner .nav-inner {
    display: block;
  }
  footer .footer-nav .l-inner .nav-inner .nav-content {
    gap: 60px;
  }
  footer .footer-nav .l-inner .nav-inner .nav-content .manual-box div a {
    margin-bottom: 15px;
  }
  footer .footer-nav .l-inner .nav-inner .nav-content .flex-box {
    display: block;
  }
  footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .others {
    margin-top: 60px;
  }
  footer .footer-nav .l-inner .nav-inner .nav-content .flex-box .others div a {
    margin-bottom: 15px;
  }
  footer .footer-nav .l-inner .nav-inner .management-content {
    margin-top: 80px;
  }
  footer .footer-nav .l-inner .nav-inner .management-content p {
    font-size: 18px;
  }
  footer .bnr-content .l-inner {
    display: block;
  }
  footer .bnr-content .l-inner div {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-bottom #GlobalFooter #FooterLogo {
    display: none;
  }
  footer .footer-bottom #GlobalFooter #FooterService {
    display: none;
  }
  footer .footer-bottom #GlobalFooter {
    width: 90%;
  }
  footer .footer-bottom #GlobalFooter * {
    font-size: 10px;
  }
  footer .footer-bottom #FooterCorpInfo {
    width: calc(100% - 95px);
    margin-left: 10px;
    padding: 0;
    border-top: none;
  }
  footer .footer-bottom #copyright {
    font-size: 8px;
    text-align: left;
    margin: 7px 0 0 10px;
  }
  footer .footer-bottom #FooterCorpLink {
    margin-top: 10px;
  }
  .sec-ttl p {
    font-size: 16px;
    white-space: nowrap;
  }
  .sec-ttl h2 {
    font-size: 36px;
    margin-top: 8px;
  }
}
.p-archive .no-date {
  padding: 30px 40px;
}
.p-archive .flow-list-content {
  margin-bottom: 20px;
}
.p-archive .flow-list-content .l-inner > p {
  margin-top: 30px;
}
.p-archive .flow-list-content .flow-kind {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}
.p-archive .flow-list-content .flow-kind img {
  width: 20px;
}
.p-archive .flow-list-content .flow-kind h2 {
  font-size: 20px;
}
.p-archive .flow-list-content .flow-kind.kind-flow01 img {
  width: 28px;
}
.p-archive .flow-list-content .flow-list {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-top: 30px;
}
.p-archive .flow-list-content .flow-list div {
  border-bottom: solid 1px #ccc;
}
.p-archive .flow-list-content .flow-list div:last-of-type {
  border-bottom: none;
}
.p-archive .flow-list-content .flow-list div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}
.p-archive .flow-list-content .flow-list div a p {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  padding-right: 30px;
}
.p-archive .flow-list-content .flow-list div a span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: solid 1px #8cb045;
  display: block;
  border-radius: 50%;
  position: relative;
  background: #8cb045;
}
.p-archive .flow-list-content .flow-list div a span:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: auto;
}
.p-archive .flow-list-content .flow-list div a:hover {
  color: #fff;
  background: #8cb045;
}
.p-archive .flow-list-content .flow-list div a:hover span {
  background: #fff;
}
.p-archive .flow-list-content .flow-list div a:hover span::before {
  border-top: solid 2px #8cb045;
  border-right: solid 2px #8cb045;
}

.bread ul {
  padding-top: 27px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
}
.bread ul::-webkit-scrollbar {
  display: none;
}
.bread ul::-webkit-scrollbar {
  display: none;
}

.bread ul li {
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.bread ul li a {
  font-size: 14px;
  white-space: nowrap;
}

.bread ul li a::after {
  content: ">";
  margin: 0 10px;
}

.p-single .single-top {
  margin-top: 60px;
}
.p-single .single-top .wp-date {
  display: flex;
  gap: 10px;
}
.p-single .single-top .wp-date .post-views {
  background-color: #1fb4e8;
  color: #fff;
  padding: 2px 10px;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
}
.p-single .single-top .wp-date .post-views .dashicons-visibility:before {
  content: "";
  background-image: url(https://support.baito.mynavi.jp/wp-content/uploads/eye-icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  display: inline-block;
  background-position: 0 9px;
}
.p-single .single-top .wp-date .fav-button {
  background: #df6e2c;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
}
.p-single .single-top .wp-date .fav-button span {
  font-size: 14px;
}
.p-single .single-top .wp-date .fav-button img {
  width: 17px;
  filter: brightness(0) invert(1);
}
.p-single .single-top .wp-date .fav-button.is-favorited {
  background: #fff;
  border: solid 1px #df6e2c;
}
.p-single .single-top .wp-date .fav-button.is-favorited img {
  filter: unset;
}
.p-single .single-top .wp-date .fav-button.is-favorited span {
  color: #df6e2c;
}
.p-single .single-top .wp-date .simplefavorite-button {
  border-radius: 5px;
  padding: 5px 10px;
}
.p-single .single-top .wp-date .simplefavorite-button .sf-icon-love:before {
  color: #fff;
}
.p-single .single-top .c-t-box {
  display: flex;
  gap: 10px;
}
.p-single .single-top .l-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.p-single .single-top .l-inner .tag-kind {
  border: solid 1px #ccc;
  border-radius: 5px;
}
.p-single .single-top .l-inner .tag-kind a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-single .single-top .l-inner .tag-kind.kind-flow01 img {
  width: 14px;
}
.p-single .single-top .l-inner .tag-kind.kind-flow02 img {
  width: 20px;
}
.p-single .single-top .l-inner .tag-kind.kind-flow03 img {
  width: 14px;
}
.p-single .single-top .l-inner .tag-kind.kind-flow04 img {
  width: 16px;
}
.p-single .single-top .l-inner .tag-kind.kind-flow05 img {
  width: 14px;
}
.p-single .single-top .l-inner .tag-kind.kind-flow06 img {
  width: 18px;
}
.p-single .single-top .l-inner .tag-kind.kind-flow07 img {
  width: 16px;
}
.p-single .single-top .l-inner .tag-kind img {
  width: 12px;
}
.p-single .single-top .l-inner .tag-kind p {
  font-weight: 600;
}
.p-single .single-top .l-inner .tag-kind.kind-q_a img {
  width: 20px;
}
.p-single .single-inner {
  margin-top: 30px;
}
.p-single .single-inner .l-inner {
  padding-bottom: 100px;
  border-bottom: solid 1px #ccc;
}
.p-single .single-inner h1 {
  font-size: 32px;
  border-bottom: solid 1px #8cb045;
  padding-bottom: 10px;
}
.p-single .single-inner h2 {
  background: #8cb045;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1;
  padding: 10px 20px;
}
.p-single .single-inner h3 {
  font-size: 23px;
  border-bottom: solid 2px #8cb045;
  padding-bottom: 5px;
  margin-top: 30px;
}
.p-single .single-inner h4 {
  font-size: 20px;
  border-left: solid 5px #8cb045;
  padding-left: 15px;
  margin-top: 30px;
}
.p-single .single-inner h5 {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}
.p-single .single-inner h5::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #8cb045;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.p-single .single-inner h6 {
  margin-top: 30px;
}
.p-single .single-inner p {
  line-height: 1.7777777778;
  margin-top: 20px;
}
.p-single .single-inner a {
  margin-top: 20px;
  width: fit-content;
}
.p-single .single-inner a:hover {
  text-decoration: underline;
}
.p-single .single-inner img {
  margin-top: 30px;
  width: auto;
}
.p-single .single-inner ul {
  padding-top: 30px;
  border-top: solid 2px #8cb045;
  margin-top: 60px;
}
.p-single .single-inner ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 2;
  margin-top: 5px;
}
.p-single .back-btn {
  display: block;
  margin: auto;
  width: fit-content;
  margin-top: 40px;
  position: relative;
  margin-bottom: 20px;
}
.p-single .back-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #2b2b2b;
  border-right: solid 2px #2b2b2b;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translate(0%, -50%) rotate(225deg);
  margin: auto;
}
.p-single .back-btn:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-single .single-top .l-inner {
    display: block;
  }
  .p-single .single-top .l-inner .tag-kind {
    width: fit-content;
    margin-top: 10px;
  }
  .p-single .single-top .l-inner .tag-kind a {
    padding: 10px;
  }
}
.p-404 {
  margin-top: 200px;
}/*# sourceMappingURL=style.css.map */