
@charset "utf-8";

/*-----------------------------------------------
epSITE       ���C�A�E�g����
----------------------------------------------- */

.h1-01{
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 40px;
}
.h2-01{
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.h3-01{
  margin-top: 10px;
  margin-bottom: 5px;
}
.h3-01 h3{
  font-weight: normal;
}
.txt-01 {
	font-size: 16px;
	margin-bottom: 40px;
}
.img-full {
    margin-bottom: 30px;
}
.txt-small {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 5px;
}
.report-image {
	display: flex;
	justify-content: center;
}
.report-column-wrap--center {
	margin: 0;
	display: flex;
	justify-content: center;
}
.report-column-inner {
	max-width: 940px;
}
.report-column {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

@media only screen and (max-width: 767px) {

.h1-01{
  font-size: 1.2rem;
}
.h2-01{
  padding-top: 80px;
  margin-top: -80px;
}
.h3-01 h3{
  font-size: 1.125rem;
}
.report-column {
	display: block;
}
.report-column-item + .report-column-item {
	margin-top: 1rem;
}
}

/*-----------------------------------------------
epSITE       �t���[�e�B���O
----------------------------------------------- */

.p-sakuhin * {
  box-sizing: border-box;
}
.p-sakuhin .p-gallery__slider.u-mb--lll {
  margin-bottom: 2em !important;
}
@media screen and (max-width: 767px) {
  .p-sakuhin .p-gallery__slider.u-mb--lll {
    margin-bottom: 1em !important;
  }
}
#footer #pagetopBlock {
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  #footer #pagetopBlock.ups {
    bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  #footer #pagetopBlock.ups {
    bottom: 33vw !important;
  }
}
#pagetopBlockSP {
  display: none !important;
}
.footerPnl {
  position: sticky;
  bottom: -140px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 98;
  padding: 20px 0;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .footerPnl {
    padding: 3vw;
    bottom: -50vw;
  }
}
.footerPnl.fixed {
  bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.footerPnl .footerPnlInner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.footerPnl .footerPnlWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap {
    flex-direction: column;
    gap: 3vw;
  }
}
.footerPnl .footerPnlWrap li {
  width: calc(50% - 25px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap li {
    width: 100%;
  }
}
.footerPnl .footerPnlWrap li>p {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap li>p {
    margin-bottom: 1vw;
    font-size: 3.4vw;
  }
}
.footerPnl .footerPnlWrap li .linkBtnPremium {
  width: 100%;
}
.footerPnl .footerPnlWrap li .linkBtnPremium a {
  padding: .4em 2.5em;
  width: 100%;
  min-width: 100%;
  font-size: 16px;
}
.footerPnl .footerPnlWrap li .linkBtnPremium a small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap li .linkBtnPremium a {
    min-height: 12vw;
    font-size: 3.6vw;
  }
  .footerPnl .footerPnlWrap li .linkBtnPremium a small {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .footerPnl .footerPnlWrap li .linkBtnPremium a {
    min-height: 60px;
  }
  .footerPnl .footerPnlWrap li .linkBtnPremium a span.pc {
    display: inline-block;
  }
}
