a {
    color: #3399CC;
}

.back-list {
    color: #3399CC;
    text-align: center;
    text-decoration: none;
    margin-bottom: 80px;
    font-size: 100%;
}

a.back-list-previous{
    margin-right: 5%;
}

a.back-list-next{
    margin-left: 5%;
    
}

.enquate-limit{
    display: block;
    text-align: right;
    color :red;
}

.child-edit{
    display: block;
    text-align: right;
    color :darkblue;
}

hr.enquate-line{
    display: block;
    width: 100%;
    background-color: darkblue;
}

hr.child-line{
    display: block;
    width: 100%;
    background-color: #FF7C80;
}

/* 各エラーメッセージ */
.form-error-message{
    width: 100%;
    height: 1.7rem;
    color: red;
    margin-top: -10px;
    padding-left: 30px;
    margin-bottom: 0.7rem;
    font-size: 95%;
}
@media (max-width: 767px) {
    .form-error-message{
        padding-left: 20px;
    }
}
/* エラー時の枠 */
input.input-error-frame{
  border-color: red !important;
}


/*-------------------------------

ページャー

-------------------------------*/
a#first, a#last,
a#previous, a#next{
  padding-top:    0.5px!important;
  padding-bottom: 5.5px !important;
}
a#first, a#last{
  padding-left:  26.5px !important;
  padding-right: 21.5px !important;
}
@media (max-width: 767px) {
  a#first, a#last,
  a#previous, a#next{
    padding-top:    3px !important;
    padding-bottom: 7px !important;
  }
  a#first, a#last{
    padding-left:  21px !important;
    padding-right: 14px !important;
  }
  a#previous, a#next{
    padding-left:  15px !important;
    padding-right: 12px !important;
  }
}
a.topics-page-link:focus{
  box-shadow: none !important;
}
a.topics-page-link.pager-disabled{
  background: #ededed !important;
  border-color: #ededed !important;
  pointer-events: none !important;
}
a.topics-page-link.pager-disabled span{
  color: #aaaaaa !important;
}
span.both-ends-arrow,
span.one-page-arrow{
  font-size: 2.0rem !important;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  span.both-ends-arrow,
  span.one-page-arrow{
    font-size: 1.5rem !important;
    font-weight: 700 !important;
  }
}
.current-page-link{
  pointer-events: none !important;
}


/*-------------------------------

IE抑制画面

-------------------------------*/
.ie-back{
  background-color: #F8F7F6;
  padding: 5.5% 1.0rem 2.0rem 1.0rem;
}
.ie-font{
  color: #333333;
  font-size: 1.2rem;
}
.ie-img div img{
  margin: 0.8rem;
  height: 75px;
  width: 75px;
}
.browser-arrow {
  position:relative;
  height:30px;
  width:28px;
  background-color:#A6A6A6;
  transform:rotate(90deg);
}
.browser-arrow::before {
  position:absolute;
  content:"";
  border:solid 25px transparent;
  border-left:solid 28px #A6A6A6;
  top:-10px;
  left:28px;
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #c1c1c1 !important;
  opacity: 1;
}

.form-control::-moz-placeholder,
input::-moz-placeholder {
  color: #c1c1c1 !important;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #c1c1c1 !important;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #c1c1c1 !important;
  opacity: 1;
}

.form-control::placeholder,
input::placeholder {
  color: #c1c1c1 !important;
  opacity: 1;
}

.ex-wrapper {
  border: 2px solid gray;
  background: #F8F7F6;
  padding-bottom: 1rem;
}

.ex-wrapper div.ex-url {
  background-color: #fff;
  color: #003399 !important;
  border: 3px solid #003399;
  border-radius: 10px;
  font-weight:bold;
  font-size:120%;
}

.ex-wrapper .btn-signup {
  margin-top:5px;
  margin-bottom:5px;
}

.btn-withdraw {
  background-color: #009CCC !important;
  border: 3px solid #009CCC !important;
}

.terms-padding{
  padding: 25px 45px 20px 45px;
}

.terms-box{
    overflow-y: scroll;
    max-height: 150px;
    border: 1px solid #333333;
    background-color: white;
}

/*-------------------------------

Google Map

-------------------------------*/
.location-map-wrapper{
  height: 500px;
  width: 650px;
}
@media (max-width: 1200px) {
  .location-map-wrapper{
    height: 450px;
    width: 500px;
  }
}
@media (max-width: 991px) {
  .location-map-wrapper{
    height: 600px;
    width: 650px;
  }
}
@media (max-width: 767px) {
  .location-map-wrapper{
    height: 350px;
  }
}

/*-------------------------------

  住所自動入力のドロップダウンの下矢印調整

-------------------------------*/
.select-zipaddress::after{
  margin-top: 2.0rem;
}
@media (max-width: 767px) {
  .select-zipaddress::after{
    margin-top: 1.5rem;
  }
}

/*-------------------------------

アンケート　画像

-------------------------------*/
.textbox:read-only{
  background-color: #e9ecef;
  opacity: 1;
}
.display-image-wrapper{
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 0.6rem;  
  padding-bottom: 0.6rem;
}
.display-image-box{
  position: relative;
}
.display-image{
  width: 100%;
  height: auto;
  max-width: 20rem;
  max-height: 20rem;
}
@media (max-width: 575px) {
  .display-image-wrapper{
    text-align: center;
    padding-top: 0.9rem;
    padding-bottom: 0.3rem;
    padding-left: 0;
  }
  .display-image{
    max-width: 11rem;
    max-height: 11rem;
  }
}
@media (max-width: 300px) {
  .display-image{
    max-width: 7rem;
    max-height: 7rem;
  }
}
.btn-img-delete {
  display: flex;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%; 
  background: #333;
  box-shadow: 0px 0px 8px #525252;
  top: -12px;
  right: -12px;
  padding: 0;
  cursor: pointer;
}
.btn-img-delete:active {
  width: 30px;
  height: 30px;
  top: -13px;
  right: -13px;
}
.btn-img-delete:focus {
  box-shadow: 0px 0px 8px #525252;
}
.btn-img-delete:hover {
  background: rgb(87, 87, 87);
}
.btn-img-delete::before, .btn-img-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 18px;
  background: #fff;
}
.btn-img-delete:active::before, .btn-img-delete:active::after {
  height: 20px;
}
@media (max-width: 575px) {
  .btn-img-delete {
    width: 22px;
    height: 22px;
    top: -10px;
    right: -10px;
  }
  .btn-img-delete:active {
    width: 24px;
    height: 24px;
    top: -11px;
    right: -11px;
  }
  .btn-img-delete::before, .btn-img-delete::after {
    width: 2px;
    height: 16px;
  }
  .btn-img-delete:active::before, .btn-img-delete:active::after {
    height: 18px;
  }
}
.btn-img-delete::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 .btn-img-delete::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.dummy-text{
  text-decoration: underline;
  text-underline-position: under;
}
.confirm-image{
  width: 100%;
  height: 100%;
}
  
/*-------------------------------

登録出来ないメールアドレスの注釈

-------------------------------*/
.unusable-mail-wrapper{
  border-width: 2px;
  width: 94.9%;
  word-break: break-all;
}
.unusable-mail-explain{
  font-weight: bolder;
}
.unusable-mail-wrapper ul{
  padding-left: 1.8rem;
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .unusable-mail-wrapper ul{
    padding-left: 1.2rem;
    padding-right: 0.4rem;
  }
}

/*-------------------------------

記事一覧

-------------------------------*/
/* 重要度 */
.importance-category{
  background-color: #FA4C00 !important;
  border-color: #FA4C00 !important;
  color: #ffffff !important;
  font-weight: bold !important;
}
@media (max-width: 576px) {
  .sp-font-size-11px{
    font-size: 11px !important;
  }
  .sp-font-size-12px{
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .sp-font-size-15px{
    font-size: 15px !important;
  }
  .sp-font-size-16px{
    font-size: 16px !important;
  }
}
/* 既読 */
.article-already-read{
  opacity: 0.6;
}
/* 検索部分（カスタム） */
.article-search-title-area
, .article-category-tab-area {
  width: 60%;
  margin: 1rem auto;
}
@media (max-width: 991px) {
  .article-search-title-area
  , .article-category-tab-area {
    width: 100%;
  }
}
.article-search-title-button:disabled {
  pointer-events: none;
}
/* カテゴリータブ（カスタム） */
.article-category-tab-label {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .article-category-tab-label {
    font-size: 0.9rem;
  }
}
.horizontal-scroll {
  overflow-x: auto;
  white-space: nowrap;
  flex-flow: nowrap;
}
.article-category-tab-wrapper {
  border-bottom: 1px solid #ced4da;
}
.article-category-tab {
  margin-bottom: -1px;
}
.article-category-tab .nav-item {
  display: table;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0.15rem 0.25rem 0 0.25rem;
  margin-right: 0px;
  border: 1px solid #ced4da;
  border-radius: 10px 10px 0 0;
  width: 100px;
  min-width: fit-content;
}
.article-category-tab .nav-item.active {
  font-weight: bold;
  height: 55px;
  margin-top: 0px;
}
.article-category-tab .nav-item:not(.active) {
  height: 45px;
  margin-top: 10px;
}
.article-category-tab .nav-item .nav-link { 
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.article-category-tab-area ::-webkit-scrollbar {  /*スクロールバーの幅*/
  width: auto;
  height: 8px;
}
.article-category-tab-area ::-webkit-scrollbar-track {  /*スクロールバーのレール*/
  border-radius: 5px;
  background: rgba(0,0,0,0.1);
}
.article-category-tab-area ::-webkit-scrollbar-thumb {  /*スクロールバーのつまみ*/
  border-radius: 5px;
  background: rgba(142, 142, 142, 0.5);
}
/* ページャー */
.contents-pagination .page-item {
  position: relative;
  font-size: 15.9px;
  line-height: 1.49;
  font-weight: 600;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  transition: 0.3s;
  padding: 0;
  margin: auto 5px;
}
.contents-pagination .page-item.omitted,
.contents-pagination #previous,
.contents-pagination #next {
  background-color: unset;
}
.contents-pagination #previous::before,
.contents-pagination #next::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  border-left: 2px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
}
.contents-pagination #previous::before {
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.contents-pagination #next::before {
  right: 0;
  transform: translate(50%, -50%) rotate(-135deg);
}
@media (max-width: 767px) {
  .contents-pagination .page-item {
    font-size: 13.5px;
    width: 30px;
    height: 30px;
    margin: auto 2px;
  }
  .contents-pagination #previous::before,
  .contents-pagination #next::before {
    width: 7px;
    height: 7px;
  }
}
.contents-pagination .page-item:not(.current, .omitted) {
  background-color: #fff;
  cursor: pointer;
}
.contents-pagination .page-item.disabled {
  opacity: 0.35;
}
.contents-pagination .page-item.current,
.contents-pagination .page-item.disabled,
.contents-pagination .page-item.omitted {
  pointer-events: none;
}
.contents-pagination .page-item:hover {
  background-color: #ececec;
  opacity: 0.65;
}
.contents-pagination .page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none !important;
  margin: 0 auto;
  color: #4b4b4b;
}
.contents-pagination .page-item.current .page-link,
.contents-pagination .page-item.disabled .page-link {
  background: unset;
  z-index: unset;
}
.contents-pagination .page-item.current .page-link {
  color: #fff;
}
.contents-pagination .page-link:hover {
  z-index: unset;
  color: unset;
  text-decoration: none;
  background-color: unset;
  border-color: unset;
}
.contents-pagination .page-item.omitted .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
}
.contents-pagination .page-item.omitted .page-link-omit::before {
  content: "…";
}
#news img.topics-img[src=""],
#settlement img.topics-img[src=""] {
  display: none;
}

/*-------------------------------

記事決済

-------------------------------*/
.article-price{
  font-size: 1.0rem;
}
@media (max-width: 767px) {
  .article-price{
    font-size: 0.65rem;
  }
}
.article-price span{
  font-size: 132%;
}


/*-------------------------------

決済一覧

-------------------------------*/
.settlement-checkbox{
  text-align: center;
}
@media (max-width: 992px) {
  .settlement-checkbox{
    text-align: right;
  }
}
@media (max-width: 575px) {
  .settlement-checkbox{
    text-align: left;
  }
}
.settlement-mr{
  margin-right: -0.6rem;
}
@media (max-width: 535px) {
  .settlement-mr{
    margin-right: -0.2rem;
  }
}
@media (max-width: 470px) {
  .settlement-mr{
    margin-right: 0;
  }
}
@media (max-width: 390px) {
  .settlement-mr{
    margin-right: 0.5rem;
  }
}
@media (max-width: 300px) {
  .settlement-mr{
    margin-right: 0.9rem;
  }
}
.label-purched{
  margin-left: -5px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .label-purched{
    font-size: 1.0rem;
  }
}
@media (max-width: 575px) {
  .label-purched{
    font-size: 0.875rem;
    margin-left: 10px;
    margin-top:  5px;
    padding-bottom: 0;
  }
}

/*-------------------------------

消耗品発注フォーム

-------------------------------*/
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

select.ui-datepicker-year{
  height: 2em!important;
  margin-right:5px!important;
  width:70px!important;
  -webkit-appearance: auto;
  border: solid 1px black;
}

select.ui-datepicker-month{
  height: 2em!important;
  margin-left:5px!important;
  width:70px!important;
  text-align:center;
  -webkit-appearance: auto;
  border: solid 1px black;
}

#full-overlay{
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(100, 100, 100, .5);
  display: none;
  z-index: 999;
}
#full-overlay .inner{
  position: fixed;
  left: 50%; top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/*-------------------------------

アルバム

-------------------------------*/

.dlMark,.delMark{
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0.3em 0.6em;
  border: solid 1px;
  border-radius: 6px;
  font-size: 80%;
  vertical-align: bottom;
  margin: 0 2px 5px 0;
  white-space: initial;
  word-break: break-all;
}

.album-list-limit{
  text-align: left;
}

.enquate-limit.album{
  text-align: left;
}
.fav-btn{
  color:#F06060;
  border:1px solid #F06060;
  margin-left: auto;
  height: 100%;
  outline: none;
}
.fav-btn:focus{
  outline: none !important;
  box-shadow:none !important;
}
.fav-btn:hover{
  color:#F06060;
}
.fav-btn.fav-registered{
  border:1px solid #F06060;
  background:#F06060;
  color:#fff;
}
.cart-btn{
  color:#006cb8;
  border:1px solid #006cb8;
  margin-left: auto;
  height: 100%;
  outline: none;
  padding: 0.35rem 1.0rem 0.5rem 1.0rem;
}
.cart-btn:focus{
  outline: none !important;
  box-shadow:none !important;
}
.cart-btn:hover{
  color:#006cb8;
}
.cart-btn.cart-registered,
.btn-candidate-exclusion{
  border:1px solid #006cb8;
  background:#006cb8;
  color:#fff;
}
.btn-candidate-exclusion:hover{
  border-color: #004c82;
  background:#004c82;
  color:#fff;
}
.btn-candidate-exclusion-wrapper {
  width: 250px;
}
@media (max-width: 767px) {
  .cart-btn {
    padding: 0px 8px 3px 8px;
  }
  .cart-btn svg {
    width: 17px;
    height: 17px;
  }
  .btn-candidate-exclusion-wrapper {
    width: 100%;
  }
  .btn-candidate-exclusion {
    font-size: 1.1em;
    padding: 0.25rem;
  }
}
.album-photo-wrapper > div{
  background: #fff;
  padding:10px;
}
.img-container{
  aspect-ratio: 4 / 3;
  width:100%;
}
.img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal .img-container{
  width:100%;
}
.modal .img-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.album-photo-wrapper .img-header {
  font-size: 1.2em;
  padding-bottom: 0.5rem;
}
.album-photo-wrapper .img-footer {
  padding-top: 0.5rem;
}
.sales-type{
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0.3em 0.6em;
  border-radius: 6px;
  font-size: 80%;
  vertical-align: bottom;
  margin: 0 2px 5px 0;
  white-space: initial;
  word-break: break-all;
  color:#fff;
  background-color: #00ced1;
}
#search-img,
#search-face{
  max-width:300px;
}
.title-border{
  font-size: 1.2rem;
  padding-bottom: 5px;
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid #dee2e6;
}
.pic-sign,
.video-sign {
  border-radius: 20px !important;
  padding-left: 1.0em;
  padding-right: 1.0em;
  letter-spacing: 0.05em;
  margin-right: 8px;
}
.pic-sign {
  border-color: #FA4C00 !important;
  color: #FA4C00;
}
.video-sign {
  border-color: #033D93 !important;
  color: #033D93;
}
.album-purchase-box{
  background: #fff;
  margin-top: 0.5rem;
  padding: 1rem 2rem 2rem 2rem;
}
.btn-buynum{
  font-size: 1.2rem;
}
.btn-buynum:disabled{
  background-color: #bbbbbb;
}
.input-buynum{
  font-size: 1.5rem;
  height: 100%;
  max-width: 100px;
  cursor: default;
  background-color: #fff !important;
  padding: 0 0 0.1rem 0;
}
@media (max-width: 767px){
  .album-purchase-box{
    padding: 0.5rem 0 0.75rem 0;
  }
  .fav-btn{
    padding: 0.25rem 0.5rem;
  }
  #search-img{
    width:150px;
  }
  .input-buynum{
    font-size: 1.2em;
    width: 50px;
    padding: 0 0.25rem 0.1rem 0.25rem;
  }
  .btn-buynum{    
    font-size: 1.2em;
    padding: 0 0.3rem;
    text-align: center;
  }
}

.albumVideoSelect{
  display: flex;
  width: 100%;
  box-sizing:border-box;
  flex-wrap: wrap;
  /* margin-bottom: 1rem; */
  margin: 20px 2.5% 1rem;
}

.albumVideoDiv{
  width: 30%;
  border: 2px solid #CFF6BC;
  background-color: #fff;
  margin: auto 2.5% 1rem;
}

.albumVideoDiv:nth-child(3n),
.albumVideoDiv:nth-child(3n+1){
  margin: auto 0 1rem;
}

.albumVideoDiv > .selectVideoDiv {
  float: left;
  width: 50%;
}

.albumVideoDiv > .selectVideoDiv > input[type="checkbox"].selectVideo {
  border: 2px solid #CFF6BC;
}

.albumVideoDiv > .favoriteVideoDiv {
  float: right;
  margin-top: 5px;
  width: 50%;
}

.albumVideoDiv > .favoriteVideoDiv > input[type="checkbox"].favoriteVideo {
  display: none;

}
.albumVideoDiv > .favoriteVideoDiv>label {
  margin-left: calc(20px + 0.4rem);
}

.albumVideoDiv > .albumVideoView{
	clear: both;
	width: calc(100% - 10px);
	margin: 5px;
}

.dispDate{
  max-width: fit-content;
  flex: none;
}

.dispDate > span{
  padding: calc(0.3rem + 1px) calc(0.6rem + 1px);
  vertical-align: -webkit-baseline-middle;
}
.methodArea{
  max-width: fit-content;
  flex: none;
}

.methodArea.col-6.limit {
  max-width: 100%;
}
.methodArea > .delMark,
.methodArea > .dlMark{
  margin: 0.3rem 0.6rem;
}

/* PC向け */
@media (min-width: 768px){
  .albumFormBr{
    display: none;
  }
}

/* SP向け */
@media (max-width: 767px) {

  .dispDate > span.dispDateSpan{
    padding-right: 0;
  }

  .dispDate > span.tildeSpan{
    padding: calc(0.3rem + 1px) 0;
  }

}
.inner.photosaleInner{
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.form-group.photosaleGroup,
.form-group.videosaleGroup{
  display: flex;
}

.formItem{
  display: inline-block;
}

.formItem > input.page-link{
  border: 0px solid #ffffff !important;
}

.formItemNow{
  pointer-events: none !important;
}

.formItemFirst,
.formItemBack,
.formItemForward,
.formItemLast{
  color: #009A8F !important;
}

.formItem > input:disabled {
  background: #ededed !important;
  pointer-events: none !important;
  color: #aaaaaa !important;
}

.grayDiv{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 125, 125, 0.9);
  position: fixed;
}
.modalImageView{
  position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
}
.modalImageView > img.modalImage {
  margin: auto;
  max-height: 60vh;
  max-width: 60vw;
}
.purchaseTitle{
  font-size: 1rem;
  font-weight: 500;
  word-break: break-all;
}

td.album.detailArrow{
  vertical-align: middle;
  text-align: right;
  width: 0;
}

td.album.detailArrow > div.arrow{
  height: 10px;
  width: 10px;
  border: 2.5px solid;
  border-color: #ccc #ccc transparent transparent;
  transform: rotate(45deg);
}

div.col-md-6.mx-auto.mt-3.album{
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3));
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-bottom: 0.5rem;
}

div.album.purchaseDetail.inner{
  background-color: #fff;
  padding: .75rem 0 0 0;
}

/* SP向け */
@media (max-width: 767px) {
  div.col-md-6.mx-auto.mt-3.album{
    grid-template-columns: repeat(2, calc(100% / 2));
  }
  div.album.purchaseDetail.inner{
    margin-top: 0.5rem;
  }
}

.album-total-cost {
  font-size: 1.5em;
  text-decoration-line: underline; 
}

@media (max-width: 767px) {
  .albumConfirm{
    margin-top: 1rem;
  }
}
.display-image.confirm-image{
  width: auto;
  
}
.before-limit.album{
  font-size: 85%;
}

.col-12.top-topics-text.album-text>*,
.col-12.top-topics-text.album-text>*>*{
  color: #3E3E3E !important ;
}

button.questionnaire-answer.batch-download:disabled {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}

.album-list-link:hover, 
.album-history-tr:hover {
  cursor: pointer;
}

.album.limit-mark{
  position: absolute;
  margin-left: -0.7rem;
}

@media (max-width: 767px) {
  .album.limit-mark{
    margin-top: 0.3rem;
  }
}

@media (min-width: 768px) {
  .album.limit-mark{
    margin-top: 0.6rem;
  }
}

.album.download-limit{
  color: red;
}

/* アルバム写真選択の検索部分 */
.search-area-tab .nav-tabs .nav-item {
  margin-right: -1px;
}
.search-area-tab .nav-tabs .nav-item .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.8em;
  color: #3E3E3E !important;
  background-color: #fff;
  border-color: #dee2e6;
  transition: 0.2s;
}
.search-area-tab .nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.search-area-tab .nav-tabs .nav-item .nav-link:hover {
  color: #7e7e7e !important;
}
.search-area-tab .tab-content {
  border: 1px solid #dee2e6;
  background-color: #fff;
  padding: 1.5rem 3.0rem;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .search-area-tab .nav-tabs .nav-item .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .search-area-tab .tab-content {
    padding: 0.75rem;
  }
}

/* 類似アイコン */
.similar-face-icon-wrapper {
  text-align: center;
  width: 40px;
  position: relative;
  background-color: #fff;
  border-width: 3px;
  line-height: 1;
}
.similar-face-icon-wrapper::before,
.similar-face-icon-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
.similar-face-icon-wrapper::before {
  top: -5px;
  bottom: -5px;
  left: 5px;
  right: 5px;
}
.similar-face-icon-wrapper::after {
  top: 5px;
  bottom: 5px;
  left: -5px;
  right: -5px;
}
.similar-face-icon-wrapper .similar-face-icon {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .similar-face-icon-wrapper {
    width: 35px;
    height: auto;
  }
  .similar-face-icon-wrapper .similar-face-icon {
    width: 1rem;
    height: 1.2rem;
  }
}
.similar-face-icon-wrapper-item {
  margin-left: auto;
}
.similar-face-icon-wrapper-item.facesearch-possible {
  border-color: #bfbfbf;
}
.similar-face-icon-wrapper-item.facesearch-possible .similar-face-icon-item {
  fill: #bfbfbf;
}

/* 顔検索用写真 */
#tabFaceSearch .facesearch-regist-img-wrapper {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
#tabFaceSearch .facesearch-regist-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#tabFaceSearch .facesearch-regist-checkbox-wrapper {
  height: auto;
  padding: 10px 15px;
}
#tabFaceSearch .facesearch-regist-checkbox {
  margin: 0;
  margin-right: 5px;
  min-width: 20px;
  min-height: 20px;
}
#tabFaceSearch .facesearch-regist-name {
  font-size: 0.75em;
  margin: 0;
  word-break: break-all;
}
#tabFaceSearch .facesearch-list {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #tabFaceSearch .facesearch-regist-img-wrapper {
    height: 50px;
  }
  #tabFaceSearch .facesearch-regist-checkbox {
    width: 11px;
    height: 11px;
    min-width: 11px;
    min-height: 11px;
  }
  #tabFaceSearch .facesearch-regist-checkbox::before {
    left: 0;
    top: 4px;
    width: 3px;
    height: 1px;
  }
  #tabFaceSearch .facesearch-regist-checkbox::after {
    right: 2px;
    bottom: 0px;
    width: 1px;
    height: 6px;
  }
  #tabFaceSearch .facesearch-regist-name {
    font-size: 0.8em;
    line-height: 2.0;
  }
}

/* アルバムの写真選択のローディング */
.loading-overlay{ 
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.loading-cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.sp-3balls, .sp-3balls:before, .sp-3balls:after {
  border-radius: 50%;
  background-color: #fff;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  display: inline-block;
}
.sp-3balls {
  position: relative;
  background-color: rgba(#fff,1);
  opacity: 1;
  -webkit-animation: spScaleAlpha 1s infinite linear;
  animation: spScaleAlpha 1s infinite linear;
}
.sp-3balls:before, .sp-3balls:after {
  content: '';
  position: relative;
  opacity: 0.25;
}
.sp-3balls:before {
  left: 30px;
  top: 0px;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
  animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
  left: -30px;
  top: -23px;
  -webkit-animation: spScaleAlphaAfter 1s infinite linear;
  animation: spScaleAlphaAfter 1s infinite linear;
}
@-webkit-keyframes spScaleAlpha {
  0% { opacity: 1; }
  33% { opacity: 0.25; }
  66% { opacity: 0.25; }
  100% { opacity: 1; }
}
@keyframes spScaleAlpha {
  0% { opacity: 1; }
  33% {  opacity: 0.25; }
  66% { opacity: 0.25; }
  100% {  opacity: 1; }
}
@-webkit-keyframes spScaleAlphaBefore {
  0% { opacity: 0.25; }
  33% { opacity: 1; }
  66% { opacity: 0.25; }
}
@keyframes spScaleAlphaBefore {
  0% { opacity: 0.25; }
  33% { opacity: 1; }
  66% { opacity: 0.25; }
}
@-webkit-keyframes spScaleAlphaAfter {
  33% { opacity: 0.25; }
  66% { opacity: 1; }
  100% { opacity: 0.25; }
}
@keyframes spScaleAlphaAfter {
  33% { opacity: 0.25; }
  66% { opacity: 1; }
  100% { opacity: 0.25; }
}

/* 写真動画モーダル選択のスライダー */

.modal-swiper-button{
  position: absolute;
  top:50%;
  z-index: 1000;
  border: 0;
  background: transparent;
  border-top: solid 3px #006cb8;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.modal-swiper-button:focus{
  outline:none;
} 

.modal-swiper-button-next {
  right: 25px;
  left: auto;
  border-right: solid 3px #006cb8;
  transform: rotate(45deg);
}

.modal-swiper-button-prev {
  left: 25px;
  right: auto;
  border-left: solid 3px #006cb8;
  transform: rotate(-45deg);
}

@media (max-width: 600px) {
  .modal-swiper-button{
    width: 20px;
    height: 20px;
  }
  .modal-swiper-button-next {
    right: 10px;
  }
  .modal-swiper-button-prev {
    left: 10px;
  }
}

/* アルバム購入詳細のQRコード */
#btnAlbumQRcodeMake {
  width: 85%;
  font-size: 1em;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 40px;
}
@media (max-width: 991px) {
  #btnAlbumQRcodeMake {
    width: 100%;
  }
}
#albumQRcodeModal .modal-body {
  max-height: 600px;
}
.album-qrcode-wrapper {
  border: 1px solid #d7d7d7;
  margin-bottom: 2.0rem;
}
.album-qrcode-make-user-cd {
  background: #efefef;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 8px 8px 0 0;
}
.album-qrcode-make-img {
  width: 100%;
  height: auto;
}
.album-qrcode-wrapper, 
.album-qrcode-make-img-wrapper, 
.album-qrcode-make-img {
  border-radius: 8px;
}

/* 購入済みマーク */
.method-sales-purchased-wrapper {
  line-height: 2;
  padding-right: 0.15rem;
}
.method-sales-purchased-wrapper .album-cart-check {
  margin-right: 0.15rem;
  width: 16px;
  height: 16px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .method-sales-purchased-wrapper {
    line-height: 1.7;
  }
  .method-sales-purchased-wrapper .album-cart-check {
    width: 14px;
    height: 14px;
  }
}

/* アルバム一覧のカート */
.album-list-cart {
  position: absolute;
  top: -15px;
  right: -10px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.album-list-cart .album-cart-num {
  color: #fff;
  font-size: 1.45em;
  font-weight: bold;
  margin-top: 3px;
  word-break: keep-all;
}
.album-list-cart .album-cart-icon {
  color: #fff;
  margin-top: -7px;
  margin-right: 0.5px;
  width: 21px;
  height: 21px;
}
.cart-grey {
  background-color: #c3c3c3;
}
@media (max-width: 767px) {
  .album-list-cart {
    width: 50px;
    height: 50px;
    top: -14px;
    right: -8px;
  }
  .album-list-cart .album-cart-num {
    margin-top: 5px;
  }
  .album-list-cart .album-cart-icon {
    margin-top: -4px;
    width: 18px;
    height: 19px;
  }
}

/* 確認画面 */
.album-confirm-amount-table th,
.album-confirm-amount-table td {
  padding: 5px 15px;
}
.album-confirm-amount-table th {
  background-color: #eeeeee;
  font-weight: normal;
}
.album-confirm-amount-table th:nth-of-type(1){
  width: 30%;
}
.album-confirm-amount-table th:nth-of-type(2){
  width: 35%;
}
.album-confirm-amount-table th:nth-of-type(3){
  width: 35%;
}
@media (max-width: 767px) {
  .album-confirm-amount-table {
    line-height: normal;
    font-size: 0.8em;
  }
  .album-confirm-amount-table th,
  .album-confirm-amount-table td {
    padding: 4px;
  }
}

/*-------------------------------

ローディング画面

-------------------------------*/
#loading{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.4);
}
#loading .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading .spinner {
  width: 90px;
  height: 90px;
  border: 5px #ddd solid;
  border-top: 5px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
#loading.hide{
  display: none;
}

.word-break-all {
	word-break: break-all !important;
}

/*-------------------------------

テーブル

-------------------------------*/
.table-white {
  background-color: #fff;
}

/*-------------------------------

顔登録

-------------------------------*/
/* 説明部分 */
.facesearch-explain {
  padding: 1.0rem 0;
}
#facesearchExplain .accordion-box {
  margin-bottom: -2px;
}
#facesearchExplain .accordion {
  padding: 0;
}
#facesearchExplain .accordion-answer-time {
  padding-bottom: 0;
  line-height: 1.75;
}
@media (max-width: 991px) {
  #facesearchExplain .accordion {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #facesearchExplain ul.accordion-answer-ul .accordion-answer-time ol {
      padding: 0 1.0rem;
  }
  #facesearchExplain li.accordion-answer-time {
    width: 100%;
  }
}
.facesearch-example-img-wrapper {
  border: none;
}
.facesearch-example-img {
  height: 150px;
}
@media (max-width: 991px) {
  .facesearch-example-img {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .facesearch-example-img {
    height: 75px;
  }
}
.facesearch-example-img-text-wrapper {
  height: auto;
  padding: 1.0rem 1.0rem 0.8rem 1.0rem;
}
.facesearch-example-img-text {
  font-weight: bold;
  font-size: 0.85em;
  text-align: center;
}
@media (max-width: 767px) {
  .facesearch-example-img-text-wrapper {
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
  }
  .facesearch-example-img-text {
    font-size: 0.75em;
  }
}
.facesearch-example-text {
  font-weight: bold; 
  font-size: 20px; 
}
@media (max-width: 767px) {
  .facesearch-example-text {
    font-size: 12px; 
  }
}
/* 追加ボタン */
.add-face-file-button-wrapper { 
  width: 150px;
  height: 150px;
}
.add-face-file-button {
  border: none; 
  outline: none; 
  border-radius: 50%;
  background-color: #fff;
  padding: 0;
}
.add-face-text {
  font-weight: bold; 
  font-size: 30px; 
}
@media (max-width: 767px) {
  .add-face-file-button-wrapper {
    width: 100px;
    height: 100px;
  }
  .add-face-text {
    font-size: 20px; 
  }
}
/* 登録枠部分 */
.facesearch-regist-wrapper {
  background-color: white;
  padding: 1.0rem 0.8rem;
  margin: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .facesearch-regist-wrapper {
    padding: 0.7rem;
  }
}
.input-face-name {
  width: 100%;
  margin: 0;
  height: 2.5rem;
  font-size: 0.9em;
}
.input-face-name-registered {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  word-break: break-all;
  width: 100%;
}
.facesearch-display-image {
  max-height: -webkit-fill-available;
  max-width: 100%;
  height: auto;
}
.facesearch-regist-btn,
.facesearch-delete-btn {
  width: 100% !important;
}
.facesearch-display-image-wrapper {
  width: 100%;
  height: 120px;
  margin: 1.0rem 0;
}
@media (max-width: 767px) {
  .facesearch-display-image-wrapper {
    width: 100%;
    height: 70px;
    margin: 0.5rem 0;
  }
}

#unsubscribeform .col-12.btn-holizonal {
  padding: 0px 30px;
}


/* 同意文モーダル */
.seminar-terms-box,
.university-terms-box {
  max-height: 15vh;
  overflow: auto;
  padding: 0.5rem 0.75rem;
  font-weight: normal;
  border: solid 3px #0076C3;
}
#seminarTermsModal .terms-check-group,
#universityTermsModal .terms-check-group {
  margin: 0.5rem 0 1.25rem 0;
}
#seminarTermsModal .terms-check-group label,
#universityTermsModal .terms-check-group label {
  color: #0076C3;
  font-weight: bold;
}

/* ユニフェス会員登録完了画面 */

#explainText_toFavoriteUniversity{
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  #explainText_toFavoriteUniversity{
    margin-bottom: 40px;
  }
}

/* マイページ　メニューエリア */
.menu-area-wrapper {
  display: flex;
  flex-direction: column;
  align-items:center;
  margin: 0 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-area-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  height: 150px;
  padding: 5px;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  word-break: break-all;
  margin-bottom: 5px;
  box-shadow: 4px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.menu-area-wrapper:hover {
  opacity: 0.65;
}
.menu-area-icon, 
.menu-area-explain {
  width: 150px;
}
@media (max-width: 767px) {
  .menu-area-wrapper {
    margin: 0 9px 20px;
  }
  .menu-area-icon {
    padding: 7px;
  }
  .menu-area-icon, 
  .menu-area-explain{
    width: 90px;
  }
  .menu-area-icon {
    height: 90px;
  }  
}
.menu-area-icon.member-icon-event .menu-area-text{
  word-break: keep-all;
}
/* マイページ　メニューエリア　内テキスト */
.menu-area-text{
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 700;
  word-break: break-all;
}
@media (max-width: 767px) {
  .menu-area-text{
    font-size: 10px;
  }
}
/* マイページ　メニューエリア　下テキスト */
.menu-area-explain{
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
  word-break: break-all;
  padding-top: 5px;
}
@media (max-width: 767px) {
.menu-area-explain{
    font-size: 10px;
  }
}

.content-news, .content-member_menu, .content-other_menu {
  position: relative;
}
.content-news::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 100%;
  z-index: 0;
}
.content-news .content__inner,
.content-member_menu .content__inner,
.content-other_menu .content__inner {
  position: relative;
  z-index: 1;
  padding: 68px 15px 10px;
}
.content-other_menu .content__inner {
  padding-top: 35px;
}
.content-other_menu .content__inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content-news .content__inner,
  .content-member_menu .content__inner,
  .content-other_menu .content__inner {
    padding: 15px;
  }
  .content-other_menu .content__inner {
    margin-bottom: 20px;
  }
}
.content-news__title, .content-member_menu__title, .content-other_menu__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.46;
  padding-bottom: 11px;
  position: relative;
  margin-bottom: 28px;
}
.content-member_menu__title, .content-other_menu__title {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .content-news__title, .content-member_menu__title, .content-other_menu__title{
    font-size: 16px;
  }
  .content-member_menu__title, .content-other_menu__title{
  margin-bottom: 28px;
  }
}
.content-news__title::before, .content-member_menu__title::before, .content-other_menu__title::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #1A204F;
}
.content-news__tolist, 
.content-top__navi-link {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 17px;
  line-height: 1.46;
  letter-spacing: 0.05em;
  padding-right: 24px;
  padding-left: 34px;
  color: #222855 !important;
}
.content-news__tolist:focus, 
.content-top__navi-link:focus {
  outline: 4px solid #BBCCE1;
}
@media screen and (max-width: 767px) {
  .content-news__tolist, 
  .content-top__navi-link {
    top: 0;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 27px;
  }
}
.content-news__tolist::before, .content-news__tolist::after, 
.content-top__navi-link::before, .content-top__navi-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
}
.content-news__tolist::before,
.content-top__navi-link::before {
  width: 25px;
  height: 25px;
  left: 0;
  right: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .content-news__tolist::before,
  .content-top__navi-link::before {
    width: 20px;
    height: 20px;
  }
}
.content-news__tolist::before {
  background-image: url("../image/pic/mypage-article-list.svg");
}
.content-top__navi-link::before {
  background-image: url("../image/pic/mypage-member-info.svg");
}
.content-news__tolist::after, 
.content-top__navi-link::after {
  right: 0;
  left: auto;
  height: 18px;
  width: 18px;
  background-size: contain;
  top: 1px;
}
.content-news__tolist::after, 
.content-top__navi-link::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPmNoZXZyb24tcmlnaHQtY2lyY2xlPC90aXRsZT48cGF0aCBmaWxsPSIjMjIyODU1IiBkPSJNMjIsMTJBMTAsMTAgMCAwLDEgMTIsMjJBMTAsMTAgMCAwLDEgMiwxMkExMCwxMCAwIDAsMSAxMiwyQTEwLDEwIDAgMCwxIDIyLDEyTTEwLDE4TDE2LDEyTDEwLDZMOC42LDcuNEwxMy4yLDEyTDguNiwxNi42TDEwLDE4WiIgLz48L3N2Zz4=");
}
@media screen and (max-width: 767px) {
  .content-news__tolist::after,
  .content-top__navi-link::after {
    width: 17px;
    height: 17px;
    margin-top: 2px;
  }
}
.content-news__item--new {
  position: relative;
  padding-right: 55px;
}
.content-news__item--new::after, .content-news__item--new::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  top: 10px;
  bottom: 0;
  right: -10px;
  left: -45px;
  margin: auto 0;
}
.content-news__item--new::before {
  background-color: #FFAD15;
  border-radius: 50%;
}
.content-news__item--new::after {
  content: "New";
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.content-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}
.content-news__date {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content-news__date {
    font-size: 14px;
  }
}
.content-news__foot {
  margin: 0;
  padding-top: 0;
}
.content-news__text {
  padding-bottom: 0;
  margin-bottom: 10px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .content-news__text {
    margin-bottom: 8px;
  }
}
.content-news__link {
  margin-bottom: 15px;
  padding: 0px 5px 5px 20px;
}
.content-news__link .content-news__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content-news__link:hover .content-news__text {
  color: #2978C7;
}
.content-news__link:focus {
  text-decoration: none;
}
.content-news__col.news-list-top {
  padding-bottom: 10px;
}
.content-news__image {
  width: 100%;
  height: auto;
  padding: 0;
  object-fit: contain;
}
.content-news__image-wrapper {
  text-align: right;
}
.content-news__image-wrapper:not(:has(img[src]:not([src=""]))) { /* src属性が空のimgタグを含む時 */
  height: 0;
}
@media screen and (max-width: 767px) {
  .content-news__image {
    max-height: 250px;
    margin-bottom: 15px;
  }
}
.content-news__item {
  display: flex !important;
  flex-direction: column !important;
}
.content-news__body {
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
a.content-news__link,
a.content-news__tolist {
  color: inherit; 
}
@media screen and (max-width: 767px) {
  .content-news__col {
    margin-bottom: 5px;
  }
}
/* 記事一覧のみ適用 */
#news .content-news__body {
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: -20px;
}
#news .content-news__link {
  display: block;
  padding: 0;
  font-weight: 500;
}
#news .content-news__item--new::after, #news .content-news__item--new::before {
  top: 0;
  right: 0;
  left: auto;
}
#news .content-news__foot {
  padding-top: 15px;
}
#news .content-news__text {
  padding-bottom: 20px;
  margin: 0;
}
/* マイページ記事のみ適用 */
#mypageNews .content-news__item--new {
  padding: 0;
}
#mypageNews .content-news__link {
  display: flex;
  text-decoration: none;
}
#mypageNews .content-news__item {
  border: none;
}
#mypageNews .content-news__date::after {
  background: unset;
}

/*--------------------
 イベントカレンダー
--------------------*/

:root {
  /* イベントバー表示の開始位置。日付マスの一番上からのスペース*/
  --event-area-start-offset: 40; 
  /* イベントバー1つ分の高さ */
  --event-bar-fixed-height: 30;  
  /* イベントバー間の縦の隙間 */
  --event-bar-gap: 4; 
  /* 日付セルの最低高さ */
  --min-height:150; 
}

.table-calendar td{
  padding: 8px 0;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: calc(var(--min-height) * 1px);
}
@media screen and (max-width: 480px) {
  .table-calendar td{
    padding: 0 0 8px !important;
  }
}
/*--------------------
 イベントバー
--------------------*/
.event-bar-pc {
  display: block;
  position: absolute;
  width: 100%;
  padding: 1px !important; 
  box-sizing: border-box;
  font-size: 80% !important;
  /* color: #333; */
  text-align: left;
  z-index: 5;
  height: calc(var(--event-bar-fixed-height) * 1px);

  /* top位置の計算式: 開始位置 + (レーン番号 * (バーの高さ + 隙間)) */
  top: calc(
    var(--event-area-start-offset) * 1px + 
    var(--lane, 0) * (var(--event-bar-fixed-height) * 1px + var(--event-bar-gap) * 1px)
  );

  /*折り返し禁止*/
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

/* ホバー時に全文表示 */
.event-bar-pc:hover {
  white-space: normal;
  overflow: visible; 
  z-index: 10; 
  height: auto;
  -webkit-backdrop-filter: contrast(8%);
	backdrop-filter: contrast(8%);
}

/* リンクになっているイベントバーのみ適用 */
[class^="event-bar"][href]:hover {
  opacity: 0.7;
}

/*--------------------
 カレンダーローディング
--------------------*/
/* PC用 */
#loading.calendar{
  position: absolute;
}
/* スマホ用 */
.vertical-container-calendar{
  position: relative;
}

