@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap'); */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
a img {
  transition: 0.3s;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #3e3a39;
  font-size: 1.8rem;
  line-height: 1.5;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#container {
  text-align: left;
  position: sticky;
  z-index: 1000;
  top: 0;
  overflow-x: auto;
}
#main {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  position: sticky;
  z-index: 1000;
  top: 0;
  /* menu */
}
#gHeader .hBox {
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
  min-height: 100px;
  max-width: 1200px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 896px) {
  #gHeader .hBox {
    padding: 12px 17px;
    height: auto;
  }
}
#gHeader .logo {
  width: 180px;
  padding-bottom: 0px;
}
@media (min-width: 897px) {
  #gHeader .logo {
    flex: none;
  }
}
#gHeader .logo.small {
  max-width: 160px;
}
#gHeader .rightBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: auto;
}
@media (max-width: 896px) {
  #gHeader .rightBox {
    margin: 0;
    padding-bottom: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 999;
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    overflow: auto;
    z-index: 9899;
    transition: 1s;
  }
  #gHeader .rightBox:before {
    display: block;
    content: "MENU";
    background: #191919;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  #gHeader .rightBox a {
    color: #fff;
  }
}
#gHeader .telTxt {
  margin-top: 11px;
  font-size: 3.6rem;
  text-align: right;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (max-width: 896px) {
  #gHeader .telTxt {
    margin-top: 24px;
    font-size: 2.6rem;
    text-align: center;
  }
}
@media (min-width: 897px) and (max-width: 1600px) {
  #gHeader .telTxt {
    font-size: 3.2rem;
  }
}
#gHeader .comBtn {
  margin-left: auto;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: center;
}
#gHeader .comBtn a {
  padding: 0 10px;
}
@media (min-width: 896px) and (max-width: 1160px) {
  #gHeader .comBtn a {
    width: auto;
  }
}
#gHeader .comBtn li {
  flex: none;
  margin-right: 10px;
}
#gHeader .header_icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 896px) {
  #gHeader .header_icons {
    gap: 16px;
  }
}
#gHeader .header_icons button {
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
}
#gHeader .p_lang {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 100svw;
  max-height: calc(100svh - 100px);
  overflow-y: auto;
  padding: 30px 0;
  background-color: white;
  translate: -50% -100%;
  display: none;
  transition: translate 0.4s;
}
@media (min-width: 897px) {
  #gHeader .p_lang {
    padding: 50px 0;
  }
}
#gHeader .p_lang.is_open {
  translate: -50% 0;
}
#gHeader .p_lang_btn {
  display: block;
}
#gHeader .p_lang_close {
  padding: 0;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  top: 22px;
  right: 10px;
  cursor: pointer;
}
@media (min-width: 897px) {
  #gHeader .p_lang_close {
    top: 10px;
    right: 30px;
  }
}
#gHeader .p_lang_close img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 32px;
}
@media (min-width: 897px) {
  #gHeader .p_lang_close img {
    width: 40px;
  }
}
@media (min-width: 897px) {
  #gHeader .p_lang_content {
    display: flex;
    gap: 3rem;
  }
}
#gHeader .p_lang_heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1em;
}
@media (min-width: 897px) {
  #gHeader .p_lang_heading {
    flex: 0 0 200px;
    font-size: 2rem;
    margin: 10px 0;
  }
}
#gHeader .p_lang_list {
  flex: 1 1 auto;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 897px) {
  #gHeader .p_lang_list {
    font-size: 2rem;
  }
}
#gHeader .p_lang_list li {
  display: block;
}
#gHeader .p_lang_list a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid var(--c-gray-m);
}
#gHeader .p_lang_list a::after {
  content: "";
  display: inline-block;
  margin-inline-start: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--c-main);
  border-right: 2px solid var(--c-main);
  transform: rotate(45deg);
  vertical-align: baseline;
}
#gHeader .p_lang_list a:hover {
  text-decoration: underline;
}
#gHeader .menu {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 100;
}
#gHeader .menu span {
  background: #2b74e0;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  transition: all 0.35s ease;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
#gHeader .menu span:nth-of-type(1) {
  top: 15%;
}
#gHeader .menu span:nth-of-type(2) {
  top: 50%;
}
#gHeader .menu span:nth-of-type(3) {
  top: 85%;
}
@media all and (max-width: 896px) {
  #gHeader .menu.active {
    z-index: 9999;
    position: fixed;
    top: 20px;
    right: 17px;
  }
}
#gHeader .menu.active span {
  background: #2b74e0;
}
#gHeader .menu.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#gHeader .menu.active span:nth-of-type(2) {
  opacity: 0;
}
#gHeader .menu.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#gNavi {
  font-size: 14px;
}
@media (min-width: 897px) {
  #gNavi {
    flex: 1 0 auto;
  }
}
@media all and (max-width: 896px) {
  #gNavi {
    margin: 0;
    padding: 0px 0px 30px;
  }
}
@media (min-width: 897px) {
  #gNavi ul {
    display: flex;
    justify-content: center;
  }
}
#gNavi ul li {
  flex: none;
  letter-spacing: 0.01em;
}
@media all and (min-width: 897px) {
  #gNavi ul li {
    margin-right: 0px;
  }
}
@media all and (max-width: 896px) {
  #gNavi ul li {
    margin-right: 0;
    font-weight: 500;
    float: none;
    background: #323232;
    font-size: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15) inset;
    border-left: 0;
    border-right: 0;
  }
  #gNavi ul li.menu-title {
    display: none;
  }
}
#gNavi ul a {
  display: block;
}
@media all and (max-width: 896px) {
  #gNavi ul a {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  #gNavi ul a {
    padding: 12px 12px 8px !important;
  }
}
@media all and (max-width: 896px) {
  #gNavi ul a span {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 897px) {
  #gNavi ul a:hover {
    opacity: 0.7;
  }
}
#gNavi .globalNavi__list > li::after {
  border-bottom: 2px solid #2623d0;
  content: "";
  display: block;
  transition: all 0.4s ease;
  width: 0;
  padding-top: 5px;
}
#gNavi .globalNavi__list > li:hover::after {
  width: 100%;
}
@media all and (max-width: 896px) {
  #gNavi .globalNavi__list > li .children,
  #gNavi .globalNavi__list > li .sub-menu {
    position: static;
    background: transparent;
  }
  #gNavi .globalNavi__list > li .children > li,
  #gNavi .globalNavi__list > li .sub-menu > li {
    height: auto;
    padding-left: 15px;
  }
  #gNavi .globalNavi__list > li .sub-menu > li img {
    display: none !important;
  }
  #gNavi .globalNavi__list > li .sub-menu > li > a {
    padding: 13px 12px !important;
  }
}

/* ------------------------- */
/* 前サイトのグロナビ エフェクト */
/* ------------------------- */
.globalNavi__list a {
  padding: 0 10px;
}
.globalNavi__list > li:last-child:after {
  position: relative !important; /*グロナビバグ回避用*/
}
.globalNavi__list > li.page_item_has_children::before, .globalNavi__list > li.menu-item-has-children::before {
  content: none;
}
.globalNavi__list > li.page_item_has_children > a, .globalNavi__list > li.menu-item-has-children > a {
  padding: 0 20px;
}
@media only screen and (max-width: 1300px) {
  .globalNavi__list > li.page_item_has_children > a, .globalNavi__list > li.menu-item-has-children > a {
    padding: 0 16px;
  }
}
.globalNavi__list > li .children,
.globalNavi__list > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  text-shadow: none;
  /*width: 100%;*/
  width: 1160px;
  background: #fff;
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 1560px) {
  .globalNavi__list > li .children,
  .globalNavi__list > li .sub-menu {
    padding: 0 5vw;
  }
}
@media (max-width: 1300px) {
  .globalNavi__list > li .children,
  .globalNavi__list > li .sub-menu {
    padding: 0;
  }
}
.globalNavi__list > li .children > li,
.globalNavi__list > li .sub-menu > li {
  overflow: hidden;
  width: auto;
  min-width: 230px;
  white-space: nowrap;
  height: 0;
  background-color: #323232;
  transition: 0.2s;
  background-color: rgba(50, 50, 50, 0);
}
.globalNavi__list > li .sub-menu > li a {
  padding: 0px;
}
.globalNavi__list > li:hover .children li,
.globalNavi__list > li:hover .sub-menu li {
  display: block;
  min-width: unset;
  height: auto;
  width: auto;
  margin: auto;
}
@media (min-width: 897px) {
  .globalNavi__list > li:hover .children li,
  .globalNavi__list > li:hover .sub-menu li {
    display: inline-block;
    width: 20%;
    margin: 0 0 24px;
    white-space: break-spaces;
    line-height: 1.5;
    vertical-align: top;
  }
}
.globalNavi__list > li:hover .children li a,
.globalNavi__list > li:hover .sub-menu li a {
  height: auto;
}
@media (max-width: 896px) {
  .globalNavi__list > li:hover .children li a img,
  .globalNavi__list > li:hover .sub-menu li a img {
    padding-bottom: auto;
    width: auto;
  }
}
.globalNavi__list > li:hover .children li a span,
.globalNavi__list > li:hover .sub-menu li a span {
  display: block;
}
@media (min-width: 897px) {
  .globalNavi__list > li:hover .children li a span,
  .globalNavi__list > li:hover .sub-menu li a span {
    line-height: 1.5;
    background: #fafafa;
    padding: 10px;
    font-size: 10.5px;
  }
}
@media (min-width: 897px) {
  .globalNavi__list > li:hover .children li:nth-child(2n) a span,
  .globalNavi__list > li:hover .sub-menu li:nth-child(2n) a span {
    background: #e6e6e6;
  }
}
.globalNavi__list > li:hover .sub-menu .menu-title {
  display: block;
  width: 100%;
  margin: 0 0 4px 30px;
}
@media (max-width: 896px) {
  .globalNavi__list > li:hover .sub-menu .menu-title {
    width: auto;
    margin: auto;
  }
}
.globalNavi__list > li:hover .sub-menu .menu-title a {
  pointer-events: none;
  font-size: 24px;
  color: #1b1464;
  font-weight: bold;
}
@media (max-width: 896px) {
  .globalNavi__list > li:hover .sub-menu .menu-title a {
    pointer-events: auto;
    font-size: unset;
    color: unset;
    font-weight: unset;
  }
}
.globalNavi__list > li:hover .sub-menu .menu-title .en {
  display: inline-block;
  background: #1b1464;
  color: #fff;
  font-size: 85%;
  padding: 0 20px 2px;
  margin: 0 0 0 10px;
}
@media (max-width: 896px) {
  .globalNavi__list > li:hover .sub-menu .menu-title .en {
    display: block;
    background: unset;
    color: auto;
    font-size: auto;
    padding: auto;
    margin: auto;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  color: #fff;
  font-size: 1.4rem;
  background-color: #090909;
  line-height: 2;
}
#gFooter a {
  color: #fff;
}
#gFooter .fLogo {
  margin-bottom: 22px;
}
#gFooter .fBox {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1090px;
  position: relative;
}
#gFooter .pageTop {
  position: absolute;
  right: 0;
  bottom: 0;
}
#gFooter .big {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 1.7rem;
  display: block;
}
#gFooter .flexBox {
  margin-bottom: 96px;
  display: flex;
  justify-content: space-between;
}
#gFooter .leftBox {
  width: 400px;
}
#gFooter .fNavi {
  margin: 73px 0 0 30px;
  display: flex;
  flex: 1;
}
#gFooter .fNavi > li {
  width: 40%;
  font-size: 1.7rem;
  font-weight: 500;
  box-sizing: border-box;
}
#gFooter .fNavi > li:last-child {
  margin-right: 0;
}
#gFooter .fNavi .innerUl {
  margin-top: 13px;
  letter-spacing: 0.05em;
}
#gFooter .fNavi .innerUl li {
  font-size: 1.2rem;
  font-weight: normal;
}
#gFooter .fNavi02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#gFooter .fNavi02 li {
  margin: 0 15px;
}
#gFooter .copyright {
  margin-top: 4px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
  #gFooter .fNavi a:hover,
  #gFooter .fNavi02 a:hover {
    text-decoration: underline;
  }
  #gFooter .pageTop a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    font-size: 1.2rem;
  }
  #gFooter .flexBox {
    margin-bottom: 60px;
    display: block;
  }
  #gFooter .leftBox {
    width: auto;
  }
  #gFooter .fNavi {
    margin: 0;
    display: block;
  }
  #gFooter .fBox {
    padding: 70px 15px 70px;
  }
  #gFooter .big {
    margin-bottom: 4px;
    font-size: 1.5rem;
  }
  #gFooter .fLogo {
    margin-bottom: 10px;
  }
  #gFooter .fLogo img {
    width: 260px;
  }
  #gFooter .copyright {
    margin-top: 15px;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
  #gFooter .fNavi02 li {
    margin: 0 6px;
  }
  #gFooter .fNavi02 {
    margin: 0 -15px;
  }
  #gFooter .pageTop {
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  #gFooter .pageTop a {
    display: block;
    background-color: #1e6fff;
    text-align: center;
  }
  #gFooter .pageTop img {
    width: 30px;
  }
}

/*lion blogから引き継ぎコード*/
/*ヘッダー*/
.l-header {
  display: flex;
  flex-flow: column-reverse nowrap;
}

/*ヘッダーエクストラ*/
.l-hExtra {
  position: relative;
  width: 100%;
  background: #191919;
  padding-top: 10px;
}
.l-hExtra::after {
  content: "";
  display: block;
  clear: both;
}

/*ヘッダーメイン*/
.l-hMain {
  width: 100%;
  background: #323232;
}
.l-hMain::after {
  content: "";
  display: block;
  clear: both;
}

/*ラッパー*/
.l-wrapper {
  display: flex;
  max-width: 1090px;
  padding: 0 40px;
  margin: 0 auto;
  justify-content: center;
}
@media only screen and (max-width: 896px) {
  .l-wrapper {
    display: block;
    min-width: auto;
    padding: 0 17px 11px;
  }
}

/*メイン*/
.l-main {
  padding: 20px 30px 60px 0;
  position: relative;
  color: #666;
  flex: 1 1 740px;
  min-width: 0;
}
.l-main::before {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: -100vw;
  content: "";
  background: #ffffff;
  border-right: #e5e5e5 1px solid;
  z-index: -99999;
}
.l-main.l-main-w740 {
  width: 740px;
}
.l-main.l-main-w900 {
  width: 900px;
}
.l-main.l-main-w100 {
  width: 100%;
}
@media only screen and (max-width: 896px) {
  .l-main {
    width: 100%;
    padding: 8px 0 60px 0;
  }
  .l-main::before {
    display: none;
  }
}

/* サイドバー*/
.l-sidebar {
  order: 3;
  box-sizing: border-box;
}
@media only screen and (min-width: 897px) {
  .l-sidebar {
    min-width: 0;
    flex: 0 0 350px;
    padding: 20px 0px 20px 30px;
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}
.top-wrapper .l-sidebar {
  margin-top: 0;
}
.l-sidebar iframe {
  width: 100%;
}
.l-sidebar img.lazyloaded {
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 896px) {
  .l-sidebar {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 0;
  }
  .l-sidebar img {
    width: 100%;
  }
}

/*セクション用*/
.l-section {
  padding: 5rem 0;
}

.l-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}
.l-inner.narrow {
  max-width: 840px;
}

/* 最下部サイドバー */
.bottom-content {
  width: 94%;
  margin: 0 auto;
}

.bottom-sidebar {
  max-width: 1090px;
  margin: 0 auto;
}
.bottom-sidebar h3 {
  padding: 50px 0 44px;
  font-size: 2.6rem;
  line-height: 1.3;
}

.l-footer {
  background-color: #f9f9f9;
  color: #1445a1;
  font-size: 1.4rem;
  line-height: 2;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 896px) {
  .l-footer {
    font-size: 1.2rem;
    padding: 70px 0;
  }
}
.l-footer .l-footer-row {
  margin-bottom: 60px;
  display: block;
}
@media (min-width: 897px) {
  .l-footer .l-footer-row {
    margin-bottom: 96px;
    display: flex;
    gap: 0 10%;
  }
  .l-footer .l-footer-row .col-l {
    flex: 0 1 360px;
  }
  .l-footer .l-footer-row .col-r {
    flex: auto;
  }
}
.l-footer .l-footer-nav-left {
  margin-top: 20px;
}
@media (min-width: 897px) {
  .l-footer .l-footer-nav-left {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer .l-footer-nav-right {
  margin-top: 20px;
}
@media (min-width: 897px) {
  .l-footer .l-footer-nav-right {
    margin-top: 75px;
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer .l-footer-nav-title {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 30px 0 0;
}
.l-footer .l-footer-list {
  margin: 13px 0 0;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: normal;
}
.l-footer .l-footer-list li {
  letter-spacing: 0.05em;
}
.l-footer .l-footer-list a:hover {
  text-decoration: underline;
}
@media (max-width: 896px) {
  .l-footer .l-footer-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 10px;
  }
}
@media (min-width: 897px) {
  .l-footer .l-footer-list.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
.l-footer .fLogo {
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .l-footer .fLogo {
    margin-bottom: 10px;
  }
  .l-footer .fLogo img {
    width: 260px;
  }
}
.l-footer .fLogo .big {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 1.7rem;
  display: block;
}
@media (max-width: 896px) {
  .l-footer .fLogo .big {
    margin-bottom: 4px;
    font-size: 1.5rem;
  }
}
.l-footer .fNavi02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer .fNavi02 li {
  margin: 0 6px;
}
@media (min-width: 897px) {
  .l-footer .fNavi02 li {
    margin: 0 15px;
  }
  .l-footer .fNavi02 li a:hover {
    text-decoration: underline;
  }
}
.l-footer .copyright {
  margin-top: 4px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .l-footer .copyright {
    margin-top: 15px;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}
.l-footer .pageTop {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 897px) {
  .l-footer .pageTop a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 896px) {
  .l-footer .pageTop {
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .l-footer .pageTop a {
    display: block;
    background-color: #1e6fff;
    text-align: center;
  }
  .l-footer .pageTop img {
    width: 30px;
  }
}

/* 記事内レイアウト */
.alignleft.lazyloaded {
  float: left;
  padding: 0 1em 0.5em 0;
}

.lazyloaded.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 0 0 0.5em;
}

.alignright.lazyloaded {
  float: right;
  padding: 0 0 0.5em 1em;
}