/*
Theme Name: GIZMO-MUSIC
Description:
Theme URI: 
Author: 
Author URI: 
Version: 
License:
License URI: 
*/

/*-----------追加 2025.9------------*/
.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

#header {
  padding-top: 0!important;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 73px;
}
.header-inner-left {
  display: flex;
  align-items: center;
}
.header-inner-right {
  display: flex;
  align-items: center;
}
.header-logo-wrapper {
  width: 139px;
  margin: 14px 39px 17px 17px;
}
.header-logo-wrapper:hover {
  opacity: 0.7;
}
.header-menu-wrapper {
  display: flex;
  align-items: center;
}
.header-menu-content {
  font-size: 21px;
  line-height: 21px;
  word-spacing: -1px;
  padding: 7px 20px;
  border-right: 2px solid #000;
  letter-spacing: 0;
}
.header-menu-content a {
  color: #000;
}
.header-menu-content a:hover {
  color: #0046AF!important;
  text-decoration: underline;
}
.header-menu-content:last-child {
  border-right: none;
}
.header-en-wrapper {
  padding-right: 31px;
  border-right: 2px solid #000;
}
.header-en {
  font-size: 21px;
  line-height: 31px;
  height: 31px;
  color: #000;
}
.header-en:hover {
  color: #0046AF!important;
  opacity: 0.7;
  text-decoration: underline;
}
.header-en-img {
  width: 31px;
  height: 31px;
  margin-top: -3px;
  margin-right: 3px;
}
.header-account-wrapper {
  display: flex;
  align-items: center;
  padding: 0 14px 0 31px;
}
.header-account {
  height: 19px;
  font-size: 16px;
  line-height: 19px;
  margin-right: 27px;
}
.header-account a {
  color: #000;
}
.header-account:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.header-account a:hover {
  color: #0046AF!important;
}
.header-account-img {
  width: 19px;
  margin-top: -3px;
  margin-right: 3px;
}
.header-cart {
  height: 29px;
  font-size: 16px;
  line-height: 29px;
}
.header-cart:hover {
  opacity: 0.7;
}
.header-cart-link {
  display: flex;
}
.header-cart-img {
  width: 18px;
  height: 29px;
  margin-right: 11px;
}
.header-cart-num {
  position: relative;
  background-color: #000;
  color: #FFF;
  padding: 6px 9px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
}
.header-cart-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px; /* 吹き出しの外に出す */
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

#pagetop_sp {
  display: none;
}
.header-hamburger {
  width: 27px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.header-hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #13459B;
  transition: 0.3s ease;
}
.header-hamburger span:nth-child(1) {
  top: 0;
}
.header-hamburger span:nth-child(2) {
  bottom: 0;
}
.header-hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.header-hamburger.active span:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 8px;
}
.header-menu-sp-wrapper {
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  /* display: none; */
  display: flex;
  opacity: 0;
  visibility: collapse;
  transition: 0.5s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(19, 69, 155, 0.95);
}
.header-menu-sp-wrapper.active {
  /* display: flex; */
  opacity: 1.0;
  visibility: visible;
}
.header-menu-sp-wrapper a:hover {
  color: #FFF;
  opacity: 0.7;
}
.header-menu-sp-logo-wrap {
  top: 38px;
  position: absolute;
}
.header-menu-sp-logo {
  width: 82px;
  height: 124px;
}
.header-menu-sp-content-wrap {
  top: 216px;
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
}
.header-menu-sp-content {
  padding: 20px 0;
  border-bottom: 2px solid #FFF;
}
.header-menu-sp-content:last-child {
  border-bottom: none;
}
.header-menu-sp-content-link {
  font-size: 35px;
  line-height: 35px;
  color: #FFF!important;
}
.header-menu-sp-en-wrap {
  top: 553px;
  position: absolute;
  width: 39px;
  text-align: center;
}
.header-menu-sp-en-img {
  width: 39px;
  height: 39px;
  margin-bottom: 5px;
}
.header-menu-sp-en-link {
  font-size: 21px;
  line-height: 21px;
  color: #FFF!important;
}
.header-menu-sp-account-wrapper {
  top: 650px;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header-menu-sp-account {
  margin: 20px;
}
.header-menu-sp-account-img {
  width: 29px;
  height: 29px;
  margin-top: -3px;
  margin-right: 6px;
}
.header-menu-sp-account-link {
  font-size: 21px;
  line-height: 21px;
  color: #FFF!important;
}
.header-menu-sp-cart {
  margin: 21px;
}
.header-menu-sp-cart a:hover {
  text-decoration: none;
}
.header-menu-sp-cart-img {
  width: 27px;
  height: 44px;
  margin-right: 16px;
}
.header-menu-sp-cart-link {
  display: flex;
  align-items: center;
}
.header-menu-sp-cart-num {
  position: relative;
  background-color: #FFF;
  padding: 9px 10px;
  font-size: 24px;
  line-height: 16px;
  color: #13459B;
  border-radius: 5px;
  height: 17px
}
.header-menu-sp-cart-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px; /* 吹き出しの外に出す */
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
}

@media (max-width: 980px) {
  .header-menu-wrapper {
    display: none;
  }
  .header-inner-right {
    display: none;
  }
  .header-hamburger {
    display: flex;
  }
  #pagetop {
    display: none!important;
  }
  #pagetop_sp {
    display: block;
    width: 49px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 200;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 0;
  }
  #pagetop_sp a {
    display: block;
    padding: 15px;
  }
  #pagetop_sp img {
    width: 24px;
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 980px) {
  .footer-wrapper {
    margin-top: 0;
    padding-top: 35px;
  }
  .manager-caption {
    height: 50px;
  }
}

.c-footer-wrap {
  max-width: 1250px;
  margin: 129px auto 0 auto;
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
.c-footer-wrap a {
  color: #13459B;
  text-decoration: underline;
}
.c-footer-wrap a:hover {
  color: #375b97;
  text-decoration: none;
}

.c-footer-index-wrap {
  display: flex;
}
.c-footer-index-icon {
  width: 28px;
  height: 34px;
  margin-right: 8px;
}
.c-footer-index-title {
  max-width: 245px;
  height: 23px;
  margin-top: 6px;
  margin-right: 12px;
}
.c-footer-index-text {
  font-size: 33px;
  line-height: 34px;
  color: #13459B;
  margin-right: 12px;
  flex-shrink: 0;
}
.c-footer-index-line {
  border-top: 2px solid #13459B;
  margin-top: 17px;
  width: calc(100% - 273px);
}

.c-footer-content {
  display: flex;
  margin: 36px 0 154px 0;
  font-size: 14px;
  line-height: 19.5px;
  font-weight: 500;
}
.c-footer-content-bold {
  font-weight: 900;
}
@media (max-width: 980px) {
  .c-footer-content {
    flex-wrap: wrap;
    margin-bottom: 121px;
  }
}

.c-footer-company {
  margin-left: 24px;
}
@media (max-width: 980px) {
  .c-footer-company {
    margin: 36px 0 0 0;
  }
}

.c-footer-googlemap-wrap {
  position: relative;
  padding-bottom: 23%;
  height: 0;
  overflow: hidden;
}
.c-footer-googlemap-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 980px) {
  .c-footer-googlemap-wrap {
    padding-bottom: 107%;
  }
}


/* フッター背景 */
.footer-wrapper {
  padding: 40px 0;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #F8F8F8;
}

.footer-lst {
  padding: 0px 0 0 40px;
  font-size: 14px;
  font-family: "TsukuGoPr5-R-AvenirNextLTPro-Regular" !important;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.footer-lst li {
  margin: 20px 0;
}
.footer-lst a {
  color: #4d4d4d;
}
@media (min-width: 981px) {
  .container {
    width: 98%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container {
  width: 96%;
}

.container {
  margin: 0 auto;
}

.row {
  max-width: 1170px;
}

.row,
.grid_row {
  margin: 0 auto;
}

.row:before,
.row:after,
.grid_row:before,
.grid_row:after {
  display: table;
  content: "";
  line-height: 0;
}

.col-lg-6 {
  width: 50%;
}

.col {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1%;
  padding-left: 1%;
  min-height: 1px;
  word-break: break-all;
}

@media (min-width: 769px) {

  .main-section,
  .col-lg-3 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.text-center {
  text-align: center;
}

.col-lg-3 {
  width: 25%;
}

.footer-wrapper a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
  color: #4d4d4d !important;
}

.footer-wrapper a:hover {
  color: #5e5e5e !important;
  text-decoration: underline;
  outline: 0;
}

.manager-info img {
  max-width: 80px;
  height: auto;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

.col-lg-9 {
  width: 75%;
}

.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.text-block {
  line-height: 2;
}

.row:after,
.grid_row:after {
  clear: both;
  width: 100%;
}

.row:before,
.row:after,
.grid_row:before,
.grid_row:after {
  display: table;
  content: "";
  line-height: 0;
}

@media (min-width: 769px) {

  .main-section,
  .col-lg-3 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul,
ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

.footer-lst li {
  margin: 20px 0;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 980px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hidden-desktop {
    display: inherit !important;
  }
}

.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
  font-size: 14px;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

@media only screen and (max-width: 980px) {
  .footer-wrapper {
    margin-top: 0;
    padding-top: 35px;
  }
}

@media (max-width: 480px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  [class*="col-sm-"] {
    padding-right: 1%;
    padding-left: 1%;
    float: left;
    min-height: 1px;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .manager-caption {
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
}

@media only screen and (max-width: 768px) {
  .footer-lst li:nth-child(odd) {
    border-right: 1px solid #444444;
  }
}

@media only screen and (max-width: 768px) {
  .footer-lst li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #444444;
  }
}

@media only screen and (max-width: 768px) {
  .footer-lst a {
    display: block;
    padding: 12px 10px;
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .hidden-phone {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
}

/*-----------記事一覧・詳細 2025.9------------*/
.post-header-wrap {
  width: 100%;
  height: 267px;
  padding-top: 46px;
  padding-left: 123px;
  background: url("./img/post/post-header-bg.png") no-repeat center center;
  background-color: #13459B;
}
.post-header-icon {
  width: 31px;
  height: 25px;
  margin-left: 6px;
}
.post-header-text {
  font-size: 130px;
  line-height: 95px;
  color: #FFF;
  margin-top: 11px;
}
.post-index-wrap {
  margin: 0 20px;
}
.post-index-inner {
  max-width: 1206px;
  display: flex;
  border-bottom: 3px solid #000;
  margin: 136px auto 0 auto;
  justify-content: space-between;
}
.post-index-name {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  margin-bottom: 10px;
}
.post-index-category-wrap {
  display: flex;
  font-size: 21px;
  line-height: 16px;
  margin-top: 6px;
}
.post-index-category-arrow {
  width: 8px;
  height: 8px;
}
.post-index-category-item {
  margin-left: 45px;
  height: 30px;
  text-align: center;
  transition: 0.3s;
}
.post-index-category-item:hover {
  opacity: 0.5;
}

.post-content-wrap {
  max-width: 1206px;
  margin: 88px auto 77px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-content-wrap::before {
  content:"";
  display: block;
  width:23%;
  order:1;
}
.post-content-wrap::after {
  content:"";
  display: block;
  width:23%;
}
.post-content-item {
  width: 278px;
  height: 354px;
  border: 1px solid #D0D0D0;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 31px;
}
.top-notes-slide-content-wrap {
  background-color: #FFF;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 17px;
  font-family: 'Noto Sans JP', sans-serif;
}
.top-notes-slide-img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 162px;
  object-fit: cover;
  opacity: 1!important;
}
.top-notes-slide-content-index {
  display: flex;
  padding: 18px 17px 0 17px;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
  color: #000;
}
.top-notes-slide-content-index-date {
  margin-right: 5px;
}
.top-notes-slide-content-index-category {
  margin-left: 5px;
}
.top-notes-slide-content-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  height: 51px;
  margin: 10px 16px 0 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-notes-slide-content-description {
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
  padding: 8px 16px 0px 16px;
  height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.post-paging-wrap {
  max-width: 1206px;
  margin: 88px auto 77px auto;
}
.post-paging-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-paging-wrap li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  margin: 0 12.5px;
}

.post-paging-wrap li .prev::after {
  content: "";
  background: url("./img/post/post-paging-prev.png") no-repeat center center;
  background-size: contain;
  display: block;
  width: 11px;
  height: 23px;
  margin-top: 2px;
}

.post-paging-wrap li .next::after {
  content: "";
  background: url("./img/post/post-paging-next.png") no-repeat center center;
  background-size: contain;
  display: block;
  width: 11px;
  height: 23px;
  margin-top: 2px;
}
@media (max-width: 980px) {
  .post-header-wrap {
    padding-top: 28px;
    padding-left: 16px;
    height: 160px;
  }
  .post-header-text {
    font-size: 70px;
    line-height: 80px;
    line-height: 54px;
    margin-top: 9px;
  }
  .post-index-inner {
    margin-top: 79px;
  }
  .post-index-name {
    font-size: 40px;
    line-height: 40px;
  }
  .post-index-category-item {
    margin-left: 13px;
  }
  .post-content-wrap {
    max-width: unset;
    margin: 60px auto 82px auto;
  }
  .post-content-wrap::before {
    width: 0%;
  }
  .post-content-wrap::after {
    width: 0%;
  }
  .post-content-item {
    margin: 0 auto 31px auto;
  }
}

.post-detail-wrap {
  max-width: 1244px;
  margin: 136px auto 0 auto;
  padding: 0 20px;
}
.post-detail-header {
  font-size: 35px;
  line-height: 45.5px;
  padding-bottom: 26px;
  margin-bottom: 21px;
  border-bottom: 3px solid #000;
  color: #000;
}
.post-detail-info-wrap {
  display: flex;
  font-size: 21px;
  color: #000;
}
.post-detail-info-date {
  margin-right: 8px;
}
.post-detail-info-category {
  margin-left: 8px;
}
.post-detail-content-wrap {
  max-width: 965px;
  margin: 127px auto 87px auto;
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-size: 20px;
  line-height 42px;
  font-weight: 700;
  letter-spacing: 2px; */
  font-size: 15px;
  line-height: 2;
  margin: 15px 0;
  color: #000;
}
.post-detail-content-thumb {
  margin-bottom: 112px;
}
.post-detail-content-wrap h1 {
  font-size: 27px;
  margin-top: 60px;
  margin-bottom: 45px;
}
.post-detail-content-wrap h2 {
  font-size: 25px;
  margin-top: 60px;
  margin-bottom: 45px;
}
.post-detail-content-wrap h3 {
  font-size: 23px;
  margin-top: 50px;
  margin-bottom: 45px;
}
.post-detail-content-wrap h4 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.post-detail-content-wrap h5 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.post-detail-content-wrap h6 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.post-detail-content-wrap p {
  /* margin-bottom: 120px; */
  /* word-break: break-all; */
}
.post-detail-content-wrap figure {
  max-width: 506px;
  margin: 0 auto 35px auto;
}
.post-detail-nav-wrap {
  display: flex;
  margin: 78px 0 136px 0;
  justify-content: center;
  align-items: end;
  font-size: 24px;
}
.post-detail-nav-prev {
  width: 75px;
}
.post-detail-nav-next {
  width: 75px;
}
.post-detail-nav-all {
  margin-left: 69px;
  margin-right: 60px;
  text-align: center;
}
.post-detail-nav-all-img {
  width: 31px;
  height: 25px;
}
@media (max-width: 980px) {
  .post-detail-wrap {
    margin-top: 62px;
  }
  .post-detail-header {
    font-size: 24px;
    line-height: 33px;
  }
  .post-detail-content-wrap {
    max-width: unset;
    margin-top: 69px;
    margin-bottom: 61px;
    padding: 0;
	font-size: 14px;
  }
  .post-detail-content-thumb {
    margin-bottom: 69px;
  }
  .post-detail-content-wrap h1 {
    margin-bottom: 28px;
  }
  .post-detail-content-wrap h2 {
    margin-bottom: 28px;
  }
  .post-detail-content-wrap h3 {
    margin-bottom: 28px;
  }
  .post-detail-content-wrap h4 {
    margin-bottom: 28px;
  }
  .post-detail-content-wrap h5 {
    margin-bottom: 28px;
  }
  .post-detail-content-wrap h6 {
    margin-bottom: 28px;
  }
  .post-detail-content-wrap p {
	font-size: 14px;
  }
  .post-detail-nav-wrap {
    margin-bottom: 81px;
  }
  .post-detail-nav-all {
     margin-left: 40px;
     margin-right: 40px;
  }
}

.p-single-entry .mt10 { margin-top: 10px!important;}
.p-single-entry .mt20 { margin-top: 20px!important;}
.p-single-entry .mt30 { margin-top: 30px!important;}
.p-single-entry .mt40 { margin-top: 40px!important;}
.p-single-entry .mt50 { margin-top: 50px!important;}
.p-single-entry .mt60 { margin-top: 60px!important;}
.p-single-entry .mt70 { margin-top: 70px!important;}
.p-single-entry .mt80 { margin-top: 80px!important;}
.p-single-entry .mt90 { margin-top: 90px!important;}
.p-single-entry .mt100 { margin-top: 100px!important;}
.p-single-entry .mt110 { margin-top: 110px!important;}
.p-single-entry .mt120 { margin-top: 120px!important;}
.p-single-entry .mt130 { margin-top: 130px!important;}
.p-single-entry .mt140 { margin-top: 140px!important;}
.p-single-entry .mt150 { margin-top: 150px!important;}
.p-single-entry .mt160 { margin-top: 160px!important;}
.p-single-entry .mt170 { margin-top: 170px!important;}
.p-single-entry .mt180 { margin-top: 180px!important;}
.p-single-entry .mt190 { margin-top: 190px!important;}
.p-single-entry .mt200 { margin-top: 200px!important;}

.mt10 { margin-top:10px!important; }
.mt20 { margin-top:20px!important; }
.mt30 { margin-top:30px!important; }
.mt40 { margin-top:40px!important; }
.mt50 { margin-top:50px!important; }
.mt60 { margin-top:60px!important; }
.mt70 { margin-top:70px!important; }
.mt80 { margin-top:80px!important; }
.mt90 { margin-top:90px!important; }
.mt100 { margin-top:100px!important; }

.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }
.mb60 { margin-bottom:60px!important; }
.mb70 { margin-bottom:70px!important; }
.mb80 { margin-bottom:80px!important; }
.mb90 { margin-bottom:90px!important; }
.mb100 { margin-bottom:100px!important; }

ul li {
  list-style-type: disc;
}
.p-single-entry ol {
  list-style-type: decimal;
}

.p-single-entry blockquote {
  background-color: #f4f4f4;
  padding: 40px;
}

.p-single-entry p+p {
  margin-top: 30px;
}

.p-single-entry p {
  font-size: 15px;
  line-height: 2;
  margin: 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-single-entry a {
  border-bottom: 2px dashed #000;
  transition: .3s opacity;
}

.p-single-entry a:hover {
  border-bottom: 2px dashed #0046AF;
  opacity: .6;
}

.l-header {
    background-color: #fff;
    z-index: 999;
    position: sticky !important;
    top: 0;
    color: #1A1A1A;
}