.bnrList {
  /*max-width: 1200px;*/
  background: linear-gradient(273.58deg, #D1D1D1 0%, #F4F4F4 99.6%);
  padding: 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 64em) {
  .bnrList {width: 100%}
}

.bnrList .bnr-box .bnr-textbox {
  max-width: 900px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px 40px;
}
@media only screen and (min-width: 64.063em) {
  .bnrList .bnr-box .bnr-textbox {
      height: 300px;
  }
}
.bnrList .bnr-box .bnr-textbox h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.bnrList .bnr-box .bnr-textbox h3::after {
  content: '';
  background-color: ＃DDD;
  height: 1px;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sub-text {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 15px;
  line-height: 1.5;
}
.sub-text span {
  font-size: 16px;
  padding: 0 0.3em;
}

@media only screen and (min-width: 64.063em) {
  .sub-text::before,
  .sub-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2em;
    height: 1px;
    background-color: #464e54;
  }

  .sub-text::before {
    left: -2.5em;
    transform: translateY(-50%);
  }

  .sub-text::after {
    right: -2.5em;
    transform: translateY(-50%);
  }
}

.bnrList .bnr-box .bnr-textbox p {
  line-height: 28px;
}

.bnrList .bnr-box .bnr-textbox p .bnrList_btn {
  display: block;
  position: relative;
  max-width: 250px;
  border: 1px solid #464e54;
  font-weight: 500;
  padding: 0.5em 1em;
    margin: 1.5em auto 0;
}
.bnrList .bnr-box .bnr-textbox p .bnrList_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  transform: rotate(-45deg);
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.bnrList .bnr-box .bnr-textbox p a:hover {
  text-decoration: none;
}
.bnrList .bnr-box .bnr-textbox p a:hover:before {
  right: 1em;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .tel-link {
    display: inline-block;
  }
}

.text-slider .slick-prev {
  transform: rotate(45deg) translate(0, -50%);
  border-bottom: #1b1b1b 1px solid;
  border-left: #1b1b1b 1px solid;
  left: -30px;
}
.text-slider .slick-next {
  transform: rotate(45deg) translate(0, -50%);
  border-top: #1b1b1b 1px solid;
  border-right: #1b1b1b 1px solid;
  right: -30px;
}
.text-slider .slick-arrow {
  transform-origin: top left;
  z-index: 2;
  margin: 0;
  display: block;
  width: 40px;
  height: 40px;
  transform-origin: top;
}
.text-slider .slick-arrow:before {
  content: none;
}
@media only screen and (max-width: 85em) {
  .text-slider .slick-next {
    right: 0;
  }
  .text-slider .slick-prev {
    left: 0;
  }
}

@media only screen and (max-width: 40em) {
  .text-slider .slick-arrow {
    width: 20px;
    height: 20px;
    transform-origin: top;
  }
}
.text-slider.itemList .slick-list {
  padding: 5px 0;
}
.text-slider .itemList__unit {
  margin-bottom: 0;
}

.top-line-banner {
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  .top-line-banner a:hover {
    opacity: 0.8;
  }
}

/* text button */
.buttonIconText02 {
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #CEC1C3;
  border-radius: 5px;
  margin: 40px auto 0;
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #b9adaf;
    text-decoration: none;
    color: #fff;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}
/******************************/
/* SLIDER */
/******************************/
#slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#slider.slick-initialized{
  opacity: 1;
}

.slider_top .slick-slide {
  position: relative;
  z-index: 998;
}
.slider_top .slick-slide img {
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 25%);
  margin-bottom: 20px;
}
.slider_top .slick-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 998;
  pointer-events: none;
  content: '';

}
.slider_top .slick-slide p {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  padding: 20px 20px 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: normal;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 40.063em) {
  .slider_top .slick-slide p {
    bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    padding: 20px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .slider-container {
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px){
  .slider_top {
    padding-top: 10px;
  }
}
.slick-slide{
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
/*dots*/
.slider_top .slick-dots li.slick-active button:before {
  color: #8F8484;
}
/* arrow */
.slider_top .slick-next {
  right: 0;
}
.slider_top .slick-prev {
  left: 0;
  z-index: 1;
}
.slider_top .slick-prev,
.slider_top .slick-next {
  width: 40px;
  height: 40px;
}
.slider_top .slick-prev:before,
.slider_top .slick-next:before {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .slider_top .slick-prev,
  .slider_top .slick-next {
    width: 30px;
    height: 30px;
  }
  .slider_top .slick-prev:before,
  .slider_top .slick-next:before {
    font-size: 30px;
  }
}

/******************************/
/* CATEGORY MENU */
/******************************/
.tabs {
  padding-bottom: 10px;
  background-color: #fff;
  margin: 0 auto 60px;
}
@media all and (max-width: 1030px) {
  .tabs {
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 767px) {
  .tabs {
    margin: 0 auto 30px;
  }
}
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 2px solid #D1D1D1;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
}
@media all and (max-width: 767px) {
  .tab_item {
    font-size: 13px;
  }
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
@media all and (max-width: 1030px) {
  .tab_content {
    padding: 20px 20px 0;
  }
}
@media all and (max-width: 767px) {
  .tab_content {
    padding: 20px 10px 0;
  }
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #D1D1D1;
  color: #fff;
}
.tab_content .l-dropdown-menu-list {
  box-sizing: border-box;
  display: flex;
  width: 95%;
  gap: 20px;
  padding-bottom: 10px;
}
@media all and (max-width: 1030px) {
  .tab_content .l-dropdown-menu-list {
    width: 100%;
  }
}
.tab_content .l-dropdown-menu-list__item {
  width: calc((100% - (20px * 4)) / 5);
}
@media all and (max-width: 1030px) {
  .tab_content .l-dropdown-menu-list__item {
    width: calc((100% - (20px * 2)) / 3);
  }
}
@media all and (max-width: 640px) {
  .tab_content .l-dropdown-menu-list__item {
    width: calc((100% - 20px) / 2);
  }
}
.tab_content .l-dropdown-menu-list__link {
  border: 1px solid #D1D1D1;
  padding: .7em 15px .7em 1.5em;
}
@media all and (max-width: 1030px) {
  .tab_content .l-dropdown-menu-list__link {
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
  }
}
@media all and (max-width: 767px) {
  .tab_content .l-dropdown-menu-list__link {
    font-size: 14px;
  }
}
.tab_content .l-dropdown-menu-list__link:hover {
  background: #D1D1D1!important;
  opacity: 1;
}
/*** 丸アイコン カテゴリーメニュー ***/
.p-link-tile__list {
  --column-num: 6;
  --gap: 15px 20px;
  --font-size: 14px;

  display: grid;
  grid-template-columns: repeat(var(--column-num), 1fr);
  gap: var(--gap);
}
@media screen and (max-width: 1030px) {
  .p-link-tile__list {
    --column-num: 4;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-link-tile__list {
    --column-num: 3;
    --gap: 7px;
    --font-size: 11px;
    padding: 0 10px;
  }
}
.p-link-tile__list[data-text-size=large] {
  --font-size: 15px;
}
@media (max-width: 767px) {
  .p-link-tile__list[data-text-size=large] {
    --font-size: 13px;
  }
}

.p-link-tile__list[data-order-method=flex] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-link-tile__list-item .c-box {
  --tile-width: auto;
  --zindex-main-contents: 1;
  --zindex-category-name: 2;
  display: grid;
  width: var(--tile-width);
  /*aspect-ratio: 1;*/
  background-color: var(--color-brand-main);
}
@media (max-width: 767px) {
  .p-link-tile__list-item .c-box {
    --padding-around: 5px;
  }
  .p-link-tile__list-item[data-tile-content=img] .c-box {
    --padding-around: 0;
  }
}
@media (min-width: 768px) {
  .p-link-tile__list-item .c-box {
    --padding-around: 2rem 1rem;
  }
  .p-link-tile__list-item[data-tile-content=img] .c-box {
    --padding-around: 0;
  }
}

.p-link-tile__list-item .c-box > * {
  /*grid-area: 1 / -1;*/
}
@media screen and (min-width: 960px) {
  .c-box:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.5s ease;
  }
}
.p-link-tile__list-item__main-content-wrapper {
  display: grid;
  place-content: center;
  overflow: hidden;
  font-family: var(--font-poppins);
  font-weight: var(--fontweight-semibold);
  letter-spacing: .05em;
  line-height: 1.25;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-link-tile__list-item__main-content-wrapper {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-link-tile__list-item__main-content-wrapper {
    font-size: 2rem;
  }
}

.p-link-tile__list-item:not([data-tile-content=img]) .p-link-tile__list-item__main-content-wrapper {
  translate: 0 -4px;
}

.p-link-tile__list-item__main-content-wrapper img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}

.p-link-tile__text--category-name {
  z-index: var(--zindex-category-name);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: var(--padding-around);
  font-size: var(--font-size);
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.7;
  text-align: center;
  margin-top: 10px;
}
.p-link-tile__text--category-name span {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1px 12px 2px;
}
.p-link-tile__text--category-name .spmin {
  display:none;
}
@media (max-width: 418px) {
  .p-link-tile__text--category-name .spmin {
    display: block;
  }
}
/******************************/
/* NEWS */
/******************************/
.c-section__container {
  max-width: 1000px;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 600px) {
  .c-section__container {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-news {
  line-height: 1.5;
  margin: 0;
}
.p-news::after {
  display: block;
  clear: both;
  content: '';
}
.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }
}
.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}
.p-news__content p:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }
}
.p-news__label {
  font-family: 'Montserrat', sans-serif;
}
.p-news__label::before {
  content: '-';
}
.p-info {
  line-height: 1.5;
  margin-top: 30px;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 160px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 130px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 0px;
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 0px;
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 133.24%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #464e54;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP SHOP */
/******************************/

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-shop-wrap:before {
    content: none;
  }
}
.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
.p-shop__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}
.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}
.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}
.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}
.p-shop-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}
.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}
.p-shop-box__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}
/********** button **********/
.b-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 7px 30px 3px 30px;
  border: 1px solid #2d2d2d;
  min-width: 200px;
  font-size: 14px;
  font-weight: bold;
  color: #2d2d2d;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .b-btn {
    padding: 10px 15px 8px 15px;
    min-width: 150px;
    font-size: 12px;
  }
}
.b-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.b-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.b-btn:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.b-btn.is-ghost {
  border-color: #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .b-btn.is-ghost {
    border-color: #000000;
    color: #000000;
  }
}
.b-btn.is-ghost:hover {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .b-btn.is-ghost:hover {
    color: #ffffff;
  }
}
.b-btn.is-ghost:before {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .b-btn.is-ghost:before {
    background: #000000;
  }
}
/******************************/
/* CALENDAR */
/******************************/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-calendar {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar {
    margin-top: 45px;
    padding-top: 45px;
  }
}
.p-calendar.is-shopkeeper, .p-calendar.is-privacy {
  display: none;
}
.p-calendar__wrap {
  padding-top: 20px;
  padding-bottom: 75px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .p-calendar__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-calendar .u-container {
  text-align: center;
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  margin-left: 60px;
  margin-right: 60px;
  width: 330px;
  text-align: center;
  border-spacing: 1px;
  border-collapse: separate;
}
@media screen and (max-width: 1023px) {
  .tbl_calendar {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_calendar caption {
    margin-bottom: 10px;
  }
}
.tbl_calendar th {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #b3b2b2;
}
@media screen and (max-width: 767px) {
  .tbl_calendar th {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.tbl_calendar td {
  padding: 8px 5px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar td {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.side_cal_memo {
  margin-bottom: 45px;
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1023px) {
  .side_cal_memo {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}