.sidebar-nav-treeview-list .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}

.isdelivery-btn {
    width: 100%;
    padding: 3px;
    font-size: 12px;
    color: black;
    opacity: 0.8;
    font-weight: bold;
    line-height: 14px;
    border: 1px solid #888888;
}

.isdelivery-btn:hover {
    color: black;
    opacity: 1;
}

.bookmark-table thead td {
    background-color: #3261AB;
    color: white;
    font-size: 14px;
    line-height: 14px;    
}

.bookmark-table td, .bookmark-table th {
    padding: 8px !important;
}

.bookmark-table td p {
    font-size: 14px;
    line-height: 14px;
}

.access-counter {
    background-color: #555555;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.access-counter p {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.notification-box {
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
}

.cart-table thead td {
    background-color: #666666;
    color: white;
}

.cart-table td {
    padding: 3px 10px 3px 10px;
}

.learning-common-information p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
}

.learning-mypage-itembox-header {
    font-size: 14px !important;
}

.learning-mypage-answer-rightorwrong {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;    
}

.learning-mypage-item-detail-table td {
    padding-top: 1px;
    padding-bottom: 1px;        
}

.learning-mypage-item-detail-table th {
    width: 120px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #eeeeee;
}

.learning-plan-useritem-table td {
    padding-top: 1px;
    padding-bottom: 1px;    
}

.learning-plan-useritem-table th {
    width: 160px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #eeeeee;
}
    
.learning-plan-table td {
    padding-top: 1px;
    padding-bottom: 1px;    
}

.learning-plan-table th {
    width: 160px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #eeeeee;
}

.learning-mypage-exambox h2 {
    font-size: 20px;
    font-weight: bold;
}

.learning-mypage-exambox h3 {
    font-size: 18px;    
    font-weight: bold;
}

.learning-mypage-exambox input[type=checkbox] {
    margin-right: 10px;
}

.learning-mypage-exambox input[type=radio] {
  margin-right: 10px;
}

.learning-status-button {
    font-size: 14px;
    padding: 2px 2px 2px 2px;
}

.learning-menu-table th {
    width: 200px;
}

.learning-list thead td {
    background-color: #3261AB;
    color: white;
    font-size: 14px;
    line-height: 14px;    
}

.learning-list td, .learning-list th {
    padding: 8px !important;
}

.learning-list td p {
    font-size: 14px;
    line-height: 14px;
}

.learning-examquestion-list td {
    font-size: 14px;
}

.learning-menu-detail-item-table thead td {
    background-color: #666666;    
}

.learning-menu-detail-menu-table th {
    background-color: #666666;
    color: white;
    width: 200px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    vertical-align: middle;
}

.index-public-list {
    list-style: none;
    margin: 20px 0px 0px 0px;
    padding-left: 0px;
}

.index-public-list li {
    text-align: left;    
}

.index-public-list li i {
    margin-right: 5px;
}

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
  border: 1px solid #eeeeee;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
  padding-top: 30px;
}

.blockquote-custom p {
    margin: 0px !important;    
    padding: 0px !important;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 20px;
}

.btn-approve-status {
    background-color: #6EB7DB;
    color: white;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    width: 100%;
}

.myContents-approve-table th {
    background-color: dimgray;
    color: white;
    width: 300px;
}

.myContents-approve-table td {
    background-color: #dddddd;
    border: 1px solid #eeeeee;
}

.page-number-box {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-number-box a {
    background-color: skyblue;
    color: black;
    border: 1px solid black;
    margin: 3px;
    padding: 2px;
    display: inline-block;    
    width: 30px;
}

.page-number-box-highlight {
    background-color: #dcdcdc !important;
}

.projecttimeline-summary {
    margin: 0px;
    padding: 0px;
}

.project-comment-wrapper {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    padding: 15px;
}

.project-comment-wrapper-open {
    opacity: 1;
}

.project-comment-wrapper-open textarea {
    display: block;
}

.project-comment-wrapper-open table {
    display: table;
}

.project-comment-wrapper-hide {
    height: 0px;
}

.project-comment-wrapper-hide textarea, .project-comment-wrapper-hide table {
    display: none;
}

.project-timeline-comment {
    font-size: 32px;
    color: gray;
    margin: 0px;
}

.fa-sticker {
    text-shadow: #fff 3px 3px 0, #fff -3px -3px 0, #fff -3px 3px 0, #fff 3px -3px 0, #fff 0px 3px 0, #fff 0 -3px 0, #fff -3px 0 0, #fff 3px 0 0, #000 2px 2px 4px, #000 0px 2px 4px, #000 2px 0 4px, #000 0px 2px 4px;
}

.main-sidebar {
    /* 2023/02/22 要件対応 */
    /* overflow-y: scroll; */
}

#timeLineWrapper a {
    word-break : break-all;    
}

.profile-mandara-table td {
    border: 1px solid #333333;
    width: 11.1%;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.profile-mandara-table td:hover {
    opacity: 0.8;
}

.profile-mandara-table td p {
    margin: 0px 0px 0px 0px;
}

.profile-mandara-box-center {
    font-weight: bold;
}

.profile-mandara-block1 { background-color: #8dd3c7; }
.profile-mandara-block1sub { background-color: #D6EFEA; }
.profile-mandara-block2 { background-color: #ffffb3; }
.profile-mandara-block2sub { background-color: #FFFFE5; }
.profile-mandara-block3 { background-color: #bebada; }
.profile-mandara-block3sub { background-color: #DCDAEB; }
.profile-mandara-block4 { background-color: #fb8072; }
.profile-mandara-block4sub { background-color: #FDD6D2; }
.profile-mandara-block5 { background-color: #80b1d3; }
.profile-mandara-block5sub { background-color: #CADEEC; }
.profile-mandara-block6 { background-color: #fdb462; }
.profile-mandara-block6sub { background-color: #FEE1C2; }
.profile-mandara-block7 { background-color: #b3de69; }
.profile-mandara-block7sub { background-color: #DDEFBC; }
.profile-mandara-block8 { background-color: #F89ACB; }
.profile-mandara-block8sub { background-color: #FDE7F2; }
.profile-mandara-block9 { background-color: #d9d9d9; }
.profile-mandara-block9sub { background-color: #F2F2F2; }

.profileblog-tag {
    padding: 1px 5px 1px 5px;
    margin: 0px 5px 0px 0px;
    font-size: 14px;
}

.profileblog-tag i {
    font-size: 12px;
}

.loginTitleWrapper {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #555;    
}

.login-info-box {
    margin: 0px 0px 10px 0px;    
}

.login-info-box h4 {
    font-size: 18px;
}

@media (min-width: 500px) {
    .login-box {
	width: 600px;
    }
}

@media (max-width: 368px) {
    .login-logo b, .login-logo p {
	font-size: 24px;
    }
    .login-info-box h4 {    
	font-size: 14px;
    }
}

.map-pref-highlight {
    fill: yellowgreen;
}

.nav-sidebar > .nav-item > .nav-link {
    padding: 3px;
}

.nav-sidebar > .nav-item > .nav-link > .nav-icon {
    color: yellowgreen;
}

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

/* glass orb */
.orbEvent {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
  background: #C0FFE4;
  background-image: radial-gradient(farthest-corner at 34px 14px, #A2E6C9 25%, #1D8758 35%,  #D3FFEC 100%);
  box-shadow: 0 0 20px 5px #C0FFE4;
  animation: orb 1.8s infinite;
}
.orbEvent:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 2px;
  background-image: radial-gradient(farthest-corner at 14px 14px, #fff 15%, #C0FFE4 50%, rgba(192,255,228,0) 100%);
  border-radius: 50%;
}
/* star shaped shine pattern */
.shineEvent {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: rotate(15deg);
  box-shadow: 0 0 8px rgba(255,255,255,0.75);
  animation: shine 10s infinite;
}
.shineEvent:before, .shineEvent:after {
  content:'';
  display: block;
  position: absolute;
}
.shineEvent:before {
  top: 2px;
  left: -2px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: rotate(-90deg);
  box-shadow: 0 0 8px rgba(255,255,255,0.75);
}
.shineEvent:after {
  top: 6px;
  left: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 8px 5px rgba(255,255,255,0.75);
}
/* reflective line */
.lightEvent {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
}
.lightEvent:before {
  content:'';
  display: block;
  position: absolute;
  width: 2px;
  height: 60px;
  top: -75%;
  left: 0;
  transform: rotate(45deg);
  background: rgba(255,255,255,0.5);
  animation: sheen2 7s infinite;
}

.orbIdea {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
  background: #FFC0E4;
  background-image: radial-gradient(farthest-corner at 34px 14px, #E6A2C9 25%, #871D58 35%,  #FFD3EC 100%);
  box-shadow: 0 0 20px 5px #FFC0E4;
  animation: orb2 1.8s infinite;
}
.orbIdea:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 2px;
  background-image: radial-gradient(farthest-corner at 14px 14px, #fff 15%, #FFC0E4 50%, rgba(255,192,228,0) 100%);
  border-radius: 50%;
}
/* star shaped shine pattern */
.shineIdea {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: rotate(15deg);
  box-shadow: 0 0 8px rgba(255,255,255,0.75);
  animation: shine 10s infinite;
}
.shineIdea:before, .shineIdea:after {
  content:'';
  display: block;
  position: absolute;
}
.shineIdea:before {
  top: 2px;
  left: -2px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: rotate(-90deg);
  box-shadow: 0 0 8px rgba(255,255,255,0.75);
}
.shineIdea:after {
  top: 6px;
  left: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 8px 5px rgba(255,255,255,0.75);
}
/* reflective line */
.lightIdea {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
}
.lightIdea:before {
  content:'';
  display: block;
  position: absolute;
  width: 2px;
  height: 60px;
  top: -75%;
  left: 0;
  transform: rotate(45deg);
  background: rgba(255,255,255,0.5);
  animation: sheen2 7s infinite;
}

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

.infoModalContents {
    text-align: left;
    border: 1px solid #bbbbbb;
    padding: 15px; border-radius: 5px;
}

.movie-viewer-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    color: crimson;
    opacity: 0.95;
    font-size: 80px;
    z-index: 1;
}

.aboutBox {
    padding: 20px 10px 10px 10px;
}

.aboutBox p {
    margin: 0px;
    font-size: 14px;    
}

.ticket-container i {
  opacity: 0;
  font-size: 18px;
  color: #fff;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ticket-container h2 {
    pointer-events: none;
    font-size: 26px !important;
}

.ticket-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ticket-container .ticket-card {
  position: relative;
  width: 500px;
  height: 200px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 4px;
}
.ticket-container .ticket-card:before {
  content: "";
  z-index: 99;
  position: absolute;
  top: -10px;
  left: 32px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E6E5E1;
}
.ticket-container .ticket-card:after {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: -10px;
  left: 32px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E6E5E1;
}
.ticket-container .ticket-card ul {
  z-index: 99;
  position: absolute;
  left: 39px;
  top: 5px;
  list-style-type: none;
}
.ticket-container .ticket-card ul li {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  margin: 6px 0;
  background-color: #E6E5E1;
}
.ticket-container .ticket-card h2 {
  z-index: 99;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: 0;
  right: 130px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.ticket-container .ticket-card .fa-arrow-right {
  z-index: 100;
  position: absolute;
  right: 75px;
  bottom: 25px;
  font-size: 40px;
  cursor: pointer;
}
.ticket-container .ticket-card p {
  z-index: 99;
  position: absolute;
  top: 20px;
  right: 70px;
  color: #333;
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ticket-container .ticket-card .pic {
  z-index: 100;
  width: 400px;
  height: 200px;
  background-image: url("https://images.unsplash.com/photo-1525543907410-b2562b6796d6?ixlib=rb-0.3.5&s=9ff8e5e718a6a40cbd0e1471235912f4&auto=format&fit=crop&w=3452&q=80");
  background-size: 100% 100%;
  filter: grayscale(100%);
}
.ticket-container .ticket-card .social {
  position: absolute;
  left: 60px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 64px;
  border-radius: 80px;
}
.ticket-container .ticket-card .social i:nth-of-type(1) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ticket-container .ticket-card .social i:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ticket-container .ticket-card .social i:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ticket-container .ticket-card .social i:nth-of-type(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ticket-container .ticket-card:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ticket-container .ticket-card button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  background-color: #DA4D1D;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  mix-blend-mode: hard-light;
}
.ticket-container .ticket-card button i {
  font-size: 3rem;
}
.ticket-container .ticket-card:hover button {
  transform: scale(16.5);
}
.ticket-container .ticket-card:hover p {
  color: #fff;
}
.ticket-container .ticket-card:hover .pic {
  filter: grayscale(0);
}
.ticket-container .ticket-card2 .pic {
  background-image: url("https://images.unsplash.com/photo-1528785198459-ec50485704c7?ixlib=rb-0.3.5&s=3a2fc3039516555bbb2e9cd2967bd321&auto=format&fit=crop&w=1537&q=80");
}
.ticket-container .ticket-card2 button {
  background-color: #2b26c3;
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

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

.quest-glow-effect {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow:
    inset 0 0 50px #fff,
    inset 20px 0 80px #f0f,
    inset -20px 0 80px #0ff,
    inset 20px 0 100px #f0f,
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff;
    opacity: 0.2;
}

/* diamond shape */
.glow {
  position: relative;
  width: 48px;
  height: 48px;
  transform: rotate(45deg);
  background: #C0FFE4;
  box-shadow: 1px 1px 0 #1D8758, 0 0 20px 5px #C0FFE4, inset 2px 2px 0 #D3FFEC;
  animation: glow 2s infinite ease;
}
.glow:before,
.glow:after {
  content: '';
  display: block;
  position: absolute;
}
.glow:before {
  width: 22px;
  height: 22px;
  top: 11px;
  left: 11px;
  background: rgba(255,255,255,0.25);
  border: 2px solid rgba(255,255,255,0.5);
  box-shadow: 0 0 2px 3px #B3F6D9;
  box-shadow: 1px 1px 0 #A2E6C9, 0 0 20px 5px #C0FFE4, inset 2px 2px 0 #D3FFEC;
}
.glow:after {
  left: 0;
  width: 4px;
  height: 48px;
  background: #fff;
  z-index: 5;
  animation: sheen 5s infinite;
}

/* animates box shadow glow effect */
@keyframes glow {
  0%,100% {
    box-shadow: 1px 1px #1D8758, 0 0 20px 5px #8FFFCF, inset 2px 2px #D3FFEC;
  }
  50% {
    box-shadow: 1px 1px #1D8758, 0 0 16px 8px #8FFFCF, inset 2px 2px #D3FFEC;
  }
}
/* animates light across diamond */
@keyframes sheen {
  0%,100% {
    left: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  10% {
    left: calc(100% - 4px);
  }
  11%,98% {
    left: 100%;
    opacity: 0;
  }
}

/* glass orbEvent */
.orb {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;  
  background: #C0FFE4;
  background-image: radial-gradient(farthest-corner at 34px 14px, #A2E6C9 25%, #1D8758 35%,  #D3FFEC 100%);
  box-shadow: 0 0 20px 5px #C0FFE4;
  animation: orb 1.8s infinite;
}
.orb:before {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 2px;
  left: 2px;
  background-image: radial-gradient(farthest-corner at 14px 14px, #fff 15%, #C0FFE4 50%, rgba(192,255,228,0) 100%);
  border-radius: 50%;
}

.orb2 {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;  
  background: #C0FFE4;
  background-image: radial-gradient(farthest-corner at 34px 14px, #E6A2C9 25%, #871D58 35%,  #FFD3EC 100%);
  box-shadow: 0 0 20px 5px #FFC0E4;
  animation: orb2 1.8s infinite;
}
.orb2:before {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 2px;
  left: 2px;
  background-image: radial-gradient(farthest-corner at 14px 14px, #fff 15%, #FFC0E4 50%, rgba(255,192,228,0) 100%);
  border-radius: 50%;
}

/* star shaped shine pattern */
.shine {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: rotate(15deg);
  box-shadow: 0 0 8px rgba(255,255,255,0.75);
  animation: shine 10s infinite;
}
.shine:before, .shine:after {
  content:'';
  display: block;
  position: absolute;
}
.shine:before {
  top: 2px;
  left: -2px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: rotate(-90deg);
  box-shadow: 0 0 8px rgba(255,255,255,0.75);
}
.shine:after {
  top: 6px;
  left: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 8px 5px rgba(255,255,255,0.75);
}
/* reflective line */
.light {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
}
.light:before {
  content:'';
  display: block;
  position: absolute;
  width: 2px;
  height: 80px;
  top: -75%;
  left: 0;
  transform: rotate(45deg);
  background: rgba(255,255,255,0.5);
  animation: sheen2 7s infinite;
}
/* animates orb glow */
@keyframes orb {
  0%,100% {
    box-shadow: 0 0 5px 2px #8FFFCF;
  }
  50% {
    box-shadow: 0 0 24px 4px #8FFFCF;
  }
}

@keyframes orb2 {
  0%,100% {
    box-shadow: 0 0 5px 2px #FF8FCF;
  }
  50% {
    box-shadow: 0 0 24px 4px #FF8FCF;
  }
}
/* rotates shine */
@keyframes shine {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
    transform: rotate(15deg);
  }
  40% {
    opacity: 0.6;
    transform: rotate(620deg);
  }
  48%,100% {
    opacity: 0;
    transform: rotate(635deg);
  }
}
/* moves light reflection */
@keyframes sheen2 {
  0%,100% {
    top: -75%;
    left: 15%;
    opacity: 0;
    width: 2px;
  }
  1% {
    opacity: 1;
  }
  10% {
    width: 24px;
  }
  11%,18% {
    top: 75%;
    left: 50%;
    width: 2px;
    opacity: 0;
  }
  20% {
    top: -75%;
    left: 15%;
    opacity: 0;
    width: 1px;
  }
  21% {
    opacity: 0.75;
  }
  30% {
    width: 6px;
  }
  31%,98% {
    top: 75%;
    left: 50%;
    width: 2px;
    opacity: 0;
  }
}

.mypage-profile-list {
    margin: 10px 0px 5px 0px;
}

.mypage-profile-list p {    
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 0px;    
}

.mypage-profile-list .profile-company-name {
    font-size: 12px;    
}

.profile-project p {
    margin: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.btn-app {
    min-width: 30px;
    max-width: 26px;
    max-height: 26px;
    margin: 0px 0px 5px 5px;
    padding: 3px 0px;
}

.thanks-passwordreset-message > p {
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
}

.mypage-photobox {
    position: relative;
    width: 100%;
}

.mypage-photobox > img {
    opacity: 1;
}

.mypage-photobox {
    position: relative;
}

.mypage-photobox > p {
    position: absolute;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: white;
    opacity: 0.85;
    text-align: left;
    line-height: 14px;
    top: 80%;
    left: 10%;
    font-size: 14px;
    -ms-transform: translate(-10%,-55%);
    -webkit-transform: translate(-10%,-55%);
    transform: translate(-10%,-55%);
    text-shadow: #bbbbbb 1px 0 10px;
}

.mypage-main-image-box > img {
    opacity: 0.4;
}

.mypage-main-image-box > p {
    position: absolute;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #0086AB;
    opacity: 0.75;
    text-align: left;
}

.mypage-main-image-box > .p1 {
    /* top: 55%; */
    top: 45%;
    left: 10%;
    font-size: 90px;    
    -ms-transform: translate(-10%,-55%);
    -webkit-transform: translate(-10%,-55%);
    transform: translate(-10%,-55%);
}

.mypage-main-image-box > .p2 {
    top: 90%;
    left: 20%;
    font-size: 50px;    
    -ms-transform: translate(-20%,-90%);
    -webkit-transform: translate(-20%,-90%);
    transform: translate(-20%,-90%);    
}

@media (max-width: 1080px) {
    .mypage-main-image-box > .p1 {
	font-size: 70px;    	
    }
    .mypage-main-image-box > .p2 {
	font-size: 40px;    	
    }    
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #4CAF50;
  cursor: pointer;
}
.btn-control-playlist-edit {
    background: #00CC70;
    color: white;
    padding: 3px 3px 3px 3px;
    margin: 10px 0px 5px 5px;
    line-height: 20px;
    vertical-align: baseline;    
}

.btn-control-playlist-tempopen {
    background: #208DC3;
    color: white;
    padding: 3px 3px 3px 3px;
    margin: 10px 0px 5px 5px;
    line-height: 20px;
    vertical-align: baseline;    
}

.btn-control-playlist-tempopen2 {
    background: crimson;
    color: white;
    padding: 3px 3px 3px 3px;
    margin: 10px 0px 5px 5px;
    line-height: 20px;
    vertical-align: baseline;    
}

.btn-control-add-playlist {
    /* background: #00CC70; */
    background: #696969;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 10px 0px 5px 5px;
    line-height: 20px;
    vertical-align: baseline;
}

.btn-control-profile-portrait {
    background: #C7243A;
    color: white;
    padding: 3px 3px 3px 3px;
    margin: 10px 0px 5px 5px;
    line-height: 20px;
    vertical-align: baseline;    
}

.control-icon {
    border-radius: 3px;
    border: 0px solid gray;
    /* background-color: #A4C520; */
    /* background-color: #696969; */
    color: white;
    padding: 5px;
}

.movie-viewer-player {
    position: relative;
}

#movieViewerPlayer #videoWrapper {
    position: relative;
}

.movie-viewer-controls {
    margin-top: 16px;
}

.movie-viewer-player .movie-viewer-controls.movie-viewer-controls-overlay {
    margin-top: 0;
}

.movie-viewer-player {
    --movie-viewer-control-font-size: clamp(16px, min(2.8vw, 4.2vh), 30px);
    --movie-viewer-control-gap: 6px;
    --movie-viewer-overlay-font-size: clamp(12px, min(2.5vw, 3.6vh), 18px);
    --movie-viewer-overlay-gap: clamp(4px, 1.4vw, 12px);
    --movie-viewer-overlay-speed-font-size: clamp(11px, min(2vw, 3.2vh), 15px);
    --movie-viewer-overlay-speed-padding-y: clamp(2px, 0.5vw, 4px);
    --movie-viewer-overlay-speed-padding-x: clamp(5px, 1.4vw, 10px);
}

.movie-viewer-control-panel {
    width: 100%;
    font-size: var(--movie-viewer-control-font-size) !important;
}

.movie-viewer-control-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--movie-viewer-control-gap);
}

.movie-viewer-control-buttons #toggleFullscreen {
    margin-left: 0;
    order: -1;
}

.movie-viewer-controls-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: clamp(2px, 0.6vw, 6px);
    padding-right: clamp(10px, 2.4vw, 20px);
    padding-left: clamp(10px, 2.4vw, 20px);
    padding-bottom: clamp(4px, 1.2vw, 10px);
    padding-bottom: calc(clamp(4px, 1.2vw, 10px) + constant(safe-area-inset-bottom));
    padding-bottom: calc(clamp(4px, 1.2vw, 10px) + env(safe-area-inset-bottom, 0px));
    padding-top: clamp(4px, 1vw, 10px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    box-sizing: border-box;
    color: #fff;
    z-index: 2;
}

.movie-viewer-controls-overlay.movie-viewer-controls-portrait {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.movie-viewer-controls-overlay span,
.movie-viewer-controls-overlay a {
    color: #fff !important;
}

.movie-viewer-controls-overlay .slidecontainer {
    display: flex;
    flex-direction: column;
    gap: clamp(2px, 0.6vw, 6px);
    margin-top: 0 !important;
}

.movie-viewer-controls-overlay .slidecontainer .slider {
    width: 100%;
    height: clamp(4px, 0.6vw, 8px);
}

.movie-viewer-controls-overlay .slidecontainer span,
.movie-viewer-controls-overlay .slidecontainer a {
    font-size: clamp(10px, 1.2vw, 13px);
}

.movie-viewer-controls-overlay .movie-viewer-control-panel {
    width: 100%;
    display: flex !important;
    justify-content: left;
    align-items: center;
    gap: var(--movie-viewer-overlay-gap);
    font-size: var(--movie-viewer-overlay-font-size) !important;
}

.movie-viewer-controls-overlay .movie-viewer-control-buttons {
    width: 100%;
    justify-content: left;
    flex-wrap: nowrap;
    gap: var(--movie-viewer-overlay-gap);
}

.movie-viewer-controls-overlay .control-icon {
    padding: clamp(3px, 0.7vw, 5px);
    font-size: inherit;
}

.movie-viewer-controls-overlay #speed {
    font-size: var(--movie-viewer-overlay-speed-font-size) !important;
    padding: var(--movie-viewer-overlay-speed-padding-y) var(--movie-viewer-overlay-speed-padding-x) !important;
}

.movie-viewer-controls-overlay .movie-viewer-control-buttons #toggleFullscreen {
    order: 0;
}

.movie-viewer-controls-overlay.movie-viewer-controls-portrait .movie-viewer-control-panel,
.movie-viewer-controls-overlay.movie-viewer-controls-portrait .movie-viewer-control-buttons {
    justify-content: center;
}

.movie-viewer-controls-overlay.movie-viewer-controls-portrait .slidecontainer {
    width: 100%;
}

.movie-viewer-controls-overlay.movie-viewer-controls-portrait .slidecontainer .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
}

.movie-viewer-controls-overlay.movie-viewer-controls-portrait .slidecontainer .row > [class*='col-'] {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    padding-left: clamp(4px, 1vw, 12px);
    padding-right: clamp(4px, 1vw, 12px);
}

.movie-viewer-controls-inline {
    top: 85%;
    height: auto;
    max-height: 15%;
    overflow: hidden;
}

.movie-viewer-player.movie-viewer-fullscreen {
    background-color: #000;
}

.movie-viewer-player.movie-viewer-fullscreen.movie-viewer-fullscreen-portrait {
    position: relative;
    overflow: hidden;
}

.movie-viewer-player.movie-viewer-fullscreen.movie-viewer-fullscreen-portrait #videoWrapper {
    background-color: #000;
}

.movie-viewer-player.movie-viewer-fullscreen #videoWrapper {
    position: relative;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: clamp(8px, 2vw, 16px);
    padding-right: clamp(16px, 4vw, 32px);
    padding-left: clamp(16px, 4vw, 32px);
    padding-bottom: clamp(4px, 1.2vw, 10px);
    padding-bottom: calc(clamp(4px, 1.2vw, 10px) + constant(safe-area-inset-bottom));
    padding-bottom: calc(clamp(4px, 1.2vw, 10px) + env(safe-area-inset-bottom, 0px));
    margin-top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    box-sizing: border-box;
    z-index: 2;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls-overlay.movie-viewer-controls-portrait {
    padding-left: 0;
    padding-right: 0;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2vw, 16px);
}

.movie-viewer-player.movie-viewer-fullscreen {
    --movie-viewer-control-font-size: clamp(16px, min(2.4vw, 3.8vh), 28px);
    --movie-viewer-control-gap: clamp(6px, 1.5vw, 16px);
    --movie-viewer-overlay-font-size: clamp(16px, min(2.4vw, 3.8vh), 28px);
    --movie-viewer-overlay-gap: clamp(8px, min(2vw, 3.4vh), 16px);
    --movie-viewer-overlay-speed-font-size: clamp(14px, 2vw, 22px);
    --movie-viewer-overlay-speed-padding-y: clamp(2px, 0.8vw, 6px);
    --movie-viewer-overlay-speed-padding-x: clamp(6px, 1.5vw, 10px);
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-control-panel {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: var(--movie-viewer-overlay-gap);
    font-size: var(--movie-viewer-control-font-size) !important;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-control-buttons {
    width: auto;
    justify-content: center;
    gap: var(--movie-viewer-control-gap);
}

.movie-viewer-player.movie-viewer-fullscreen.movie-viewer-fullscreen-portrait .movie-viewer-controls {
    align-items: center;
    width: 100%;
}

.movie-viewer-player.movie-viewer-fullscreen.movie-viewer-fullscreen-portrait .movie-viewer-control-panel {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.movie-viewer-player.movie-viewer-fullscreen.movie-viewer-fullscreen-portrait .movie-viewer-control-buttons {
    width: auto;
    justify-content: center;
}



.movie-viewer-controls.movie-viewer-controls-portrait {
    width: 100%;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls-overlay .slidecontainer {
    margin-top: 0 !important;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls-overlay .slidecontainer .slider {
    width: 100%;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls:not(.movie-viewer-controls-overlay) .slidecontainer {
    padding-left: clamp(6px, 3vw, 10px);
    padding-right: clamp(6px, 3vw, 10px);
    box-sizing: border-box;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls-overlay span,
.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls-overlay a {
    color: #fff !important;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-control-buttons .control-icon {
    margin-right: 0;
}

.movie-viewer-player.movie-viewer-fullscreen #helpMessage {
    color: #fff !important;
}

.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-control-panel #speed {
    font-size: var(--movie-viewer-overlay-speed-font-size) !important;
    padding: var(--movie-viewer-overlay-speed-padding-y) var(--movie-viewer-overlay-speed-padding-x) !important;
}

a.btn-control {
    font-size: 12px;
    line-height: 22px;
    width: 24px;
    height: 24px;
    padding: 0;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
}

a.btn-control:hover {
  color: #fff;
}

a.btn-control-tempopenedit {
  background: #0086AB;
}

a.btn-control-tempopenedit2 {
    background: crimson;
}

a.btn-control-contentsedit {
    background: #A4C520;                
}

a.btn-control-issueembedcode {
  background: #2023c5;                
}

a.btn-control-issueembedcode2 {
  background: crimson;
}

a.btn-control {
    font-size: 20px;
    line-height: 46px;
    width: 46px;
    height: 46px;
    padding: 0;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
}

a.btn-control-sm {
    font-size: 14px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    padding: 0;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
}

a.btn-control:hover {
  color: #fff;
}

a.btn-control-delete {
    background: #B61972;    
}

a.btn-control-playsample {
    background: #963972;    
}

a.btn-control-approve {
    background: #661972;    
}

.btn-control-edit-project, .btn-control-edit-member {
    background: #45A1CF;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 5px;
    line-height: 20px;
    vertical-align: baseline;
}

.btn-control-request-member {
    background: #B61972;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 5px;
    line-height: 20px;
    vertical-align: baseline;
}

.btn-control-timeline-pending-item {
    background: #0086AB;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    vertical-align: baseline;
}

/* 
background: #45A1CF;
background: #A4C520;    
background: #EDAD0B;
background: #40BFB0;
background: #A4C520;
background: #C7243A;
background: #B61972;
background: #A4C520;    
background: #0086AB;
background: #EDAD0B;
background: #B61972;
*/

.card {
    width: 100%;
}

.sidebar-link {
    margin-left: 15px;
}

.sidebar-link p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.replyWrapper {
    margin-top: 10px;
    padding-left: 20px;
}

.replyWrapper p {
    margin: 2px;
}

.replyMessageWrapper {
    padding-left: 10px;
}

.replyCountWrapper {
    display: none;
    margin-bottom: 5px !important;
}

.comment-reply-iframe {
    margin: auto;
}

.updatelog-table thead tr td {
    padding: 1px 3px 1px 10px !important;
    font-size: 12px;
    margin: 1px;          
}

.updatelog-table tbody tr td {
    padding: 1px 3px 1px 10px !important;
    font-size: 12px;
    margin: 1px;          
}

.course-user-panel .image img {
    width: 60px;
}

.course-user-panel .info p {
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px;
    font-size: 24px;
}

.mypage-myPlayList-table tr td {
    padding: 1px 3px 1px 10px !important;        
}

.mypage-news-table tr .prize {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;
    font-size: 12px;
    margin: 1px;
    width: 120px;
}

.mypage-news-table tr .createDate {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;
    font-size: 12px;
    margin: 1px;
    width: 80px;
}

.mypage-news-table tr .contents {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;    
    font-size: 12px;
    margin: 1px;
    text-align: left;
}

.mypage-comment-table tr .createDate {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;
    font-size: 12px;
    margin: 1px;
    width: 80px;    
}

.mypage-comment-table tr .contents {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;    
    font-size: 12px;
    margin: 1px;
    text-align: left;    
}

.mypage-article-table tr .title {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;    
    font-size: 12px;
    margin: 1px;
    /* text-align: center; */
    width: 130px;
}

.mypage-article-table tr .createDate {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;
    font-size: 12px;
    margin: 1px;
    /* width: 160px;     */
}

.mypage-article-table tr .contents {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;    
    font-size: 12px;
    margin: 1px;
    text-align: left;    
}

.mypage-article-table tr .pageTitle {
  margin: 0px;
  padding: 1px 3px 1px 10px !important;    
  font-size: 12px;
  margin: 1px;
  text-align: center;
  width: 80px;
  padding: 2px;
}

@media all and (max-width: 767px) {
  .mypage-article-table tr .title {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;    
    font-size: 12px;
    margin: 1px;
    /* text-align: center; */
    width: 130px;
    display: block;
  }

  .mypage-article-table tr .createDate {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;
    font-size: 12px;
    margin: 1px;
    /* width: 160px;     */
    display: block;
  }

  .mypage-article-table tr .contents {
    margin: 0px;
    padding: 1px 3px 1px 10px !important;    
    font-size: 12px;
    margin: 1px;
    text-align: left;
  }

  .mypage-article-table tr .pageTitle {
  margin: 0px;
  padding: 1px 3px 1px 10px !important;    
  font-size: 12px;
  margin: 1px;
  text-align: center;
  width: 80px;
  padding: 2px;
  display: block;
  }

  .table td, .table th {
    border-top: none;
}
}

.mypage-worklist-table tbody tr .number {
    font-weight: bold;
}

.mypage-worklist-table tbody tr td .contents-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;    
}

.mypage-worklist-table tbody tr td .contents-legend {
    font-size: 16px;
    line-height: 18px;    
    margin-bottom: 0px;
}

.movie-viewer-favorite-table {
    margin-top: 10px;    
}

.movie-viewer-favorite-table thead tr td {
    background-color: #eeeeee;
    padding: 1px;
}

.movie-viewer-comment-table {
    margin-top: 10px;
}

.movie-viewer-comment-table thead th {
    background-color: black;
    color: white;
    padding: 3px;
}

.movie-viewer-playlist-table-row-highlight td {
    background-color: #FCEDAA;
}

.movie-viewer-favorite-table-row td {
    background-color: #bbbbbb;    
}

.movie-viewer-favorite-table-row-highlight td {
    background-color: #FCEDAA;
}

.movie-viewer-comment-table tr .comment {
    font-size: 14px;
    line-height: 18px;
    word-break : break-all;
    border-top: 1px solid #bbbbbb;
}

.movie-viewer-title-bar {
    background-color: #2e96db;
    color: white;
    padding: 3px 0px 3px 20px;
}

.movie-viewer-title-bar h2 {
    color: white;
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
    font-weight: normal;
}

.movie-viewer-comment-input {
    width: 100%;
}

.exam-question-wrapper h6 {
    font-weight: bold;
}

.case-excam-result-list-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;    
    font-weight: bold;
}

.exam-score-wrapper {
    font-weight: bold;
}

.exam-result-q {
    margin-top: 10px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    width: 200px;
    text-align: center;
    display: none;
}

.exam-result-q .ok {
    color: green;
    font-weight: bold;
}

.exam-result-q .ng {
    color: red;
    font-weight: bold;
}

.exam-result-list {
}

.exam-result-list thead td {
    background-color: #eeeeee;
}

.exam-result-list td {
    border: 1px solid #333333;
    padding: 5px;
    text-align: center;
    width: 200px;
}

.exam-result-list .number {
    width: 60px;
}

.comment-management-table .cm-id {
    width: 30px;
}

.comment-management-table .cm-createdate {
    width: 120px;
}

.comment-management-table .cm-user {
    width: 100px;
}

.comment-management-table .cm-movie {
    width: 140px;
}

.index-course-summary {
    font-size: 14px;
}

.index-course-button {
    margin-top: 20px;
}

.index-course-button a {
    padding: 30px 30px 30px 30px;
}

.index-followup {
    margin-left: 10px;
}

.index-followup .fa-video {
    margin-right: 3px;
    color: #666666;
}

.index-info {
    margin-top: 10px;
}

.index-info p {
    margin: 0px;
    padding: 0px;
}

.index-box-title {
    font-size: 22px;
    font-weight: bold;
    display: inline;
}

.index-name-eng {
    font-size: 16px;
}

.inex-name-jp {
    font-weight: bold;
}

.index-card {
    width: 100%;
}

.index-description p {
    margin: 0px;
    padding: 0px;
}

.index-description .list {
    padding-left: 5px;
    margin-bottom: 3px;
}

.index-description .about {
    margin: 0px;
    padding: 0px;
}

.embed-responsive {
  position: relative;
  display: block;
  /* width: 100%; */
  /* width: 95%; */
  /* width: 97.5%; */
  padding: 0;
  overflow: hidden;
  margin: auto auto;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.image_frame .image_wrapper .mask .title-over-image {
    position: absolute;
    left: 20px;
    top: 0px;
}

.image_frame .image_wrapper .mask .title-over-image svg {
    display: block;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: white;
}

.title-over-image svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.title-over-image .fuchidori1 {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
  font-weight: 900;
  opacity: 0.9;
  fill: #9bd;
  padding: 10px;
  paint-order: stroke;
  stroke: #fff;
  font-size: 100px;
  stroke-width: 10;
}

.title-over-image .fuchidori2 {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
  font-weight: 900;
  opacity: 0.9;
  fill: #cd5;
  padding: 10px;
  paint-order: stroke;
  stroke: #fff;
  font-size: 100px;
  stroke-width: 10;
  transform: rotate(3deg);
}

.home-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.movie-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131;
  position: relative;
  z-index: 1;
  /* opacity: 0.8; */
  opacity: 0;
  transition: all 1s;
}

.movie-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1; 
}

.movie-play-btn:hover {
  color: #313131; 
}

.movie-play-btn-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131;
  position: relative;
  z-index: 1;
  /* opacity: 0.8; */
  opacity: 0;
  transition: all 1s;
}

.movie-play-btn-sm:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1; 
}

.movie-play-btn-sm:hover {
  color: #313131; 
}

.movie-play-btn-md {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131;
  position: relative;
  z-index: 1;
  /* opacity: 0.8; */
  opacity: 0;
  transition: all 1s;
}

.movie-play-btn-md:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1; 
}

.movie-play-btn-md:hover {
  color: #313131;
}

.home-hover:hover .movie-play-btn {
  opacity: 0.8;
}

.home-hover:hover .movie-play-btn-sm {
  opacity: 0.8;
}

.home-hover:hover .movie-play-btn-md {
  opacity: 0.8;
}

/* PC、スマホ表示切り替え */
.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.profile-timeline-comment {
  font-size: 32px;
  color: gray;
  margin: 0px;
}

.profile-comment-wrapper {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  padding: 15px;
}

.profile-comment-wrapper-open {
  opacity: 1;
}

.profile-comment-wrapper-hide {
  height: 0px;
}

.login-page {
  height: 95vh;
}

@media only screen and (max-width: 750px) {
  .login-page {
    height: auto;
  }
  .register-page {
    height: auto;
  }
}

.tree-child {
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  .popupComment .mfp-iframe {
    height: 400px;
  }
}

.nav-sidebar .nav-link>p>.right {
  top: 0.4rem !important;
}

.tooltip-inner {
  max-width: 100% !important;
}

.animeBorder::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
  
.animeBorder::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.animeBorder:hover {
  color: #384878;
}
  
.animeBorder:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #384878;
  border-right-color: #384878;
  transition: width .25s ease-out, height .25s ease-out .25s;
}

.animeBorder:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #384878;
  border-left-color: #384878;
  transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}

.project-thumnail {
  width: 100%;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
}

/* newアイコンに干渉するためコメントアウト */
/* .project-thumnail:hover {
  transform: scale(1.1,1.1);
  transition-duration: 0.5s;
} */

.project-image {
	position: relative;
	overflow: hidden;
}

.project-image {
	filter: blur(0);
	transition: .0s;
}

.project-table {
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: .0s;
	opacity: 0;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	box-sizing: border-box;
}

.project-image:hover img {
  filter: blur(10px);
	transition: .7s;
}

.project-image:hover .project-table {
	transform: scale(1);
	transition: .7s;
	opacity: 1;
}

.project-image table:hover {
	background-color: rgba(255,255,255,0.9);
}

.topProjectTimeline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ef {
  opacity: 0;
}

/* 新着記事のnewアイコン */
.new::after {
    display: none; /* 2023/02/22 */
  content: "NEW";
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  padding: 2px;
  border-radius: 5px;
  transform: scale(0.6) translateX(-30%);
  animation: newAnime .7s infinite alternate;
}

@keyframes newAnime {
  0% { color      : #ff0000;
       background : #ffffff;
     }
100% { color      : #ffffff;
       background : #ff0000;
     }
}

.new2::after {
    display: none; /* 2023/02/22 */    
  content: "N";
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  padding: 4px;
  border-radius: 5px;
  transform: scale(0.6) translateX(-30%);
  animation: newAnime .7s infinite alternate;
}

@keyframes newAnime {
  0% { color      : #ff0000;
       background : #ffffff;
     }
100% { color      : #ffffff;
       background : #ff0000;
     }
}
/* 新着記事のnewアイコン */

/* アンケートのアイコン */
.surveyIcon::after {
    display: none; /* 2023/02/22 */    
  content: "アンケート";
  background: #00b109;
  color: #ffffff;
  font-weight: bold;
  font-size: 7pt;
  padding: 4px;
  border-radius: 5px;
  transform: scale(0.6) translateX(-30%);
  animation: surveyAnime .7s infinite alternate;
}

@keyframes surveyAnime {
  0% { color      : #00b109;
       background : #ffffff;
     }
100% { color      : #ffffff;
       background : #00b109;
     }
}
/* アンケートのアイコン */

/* アンケートのアイコン */
.surveyIcon2::after {
    display: none; /* 2023/02/22 */
  content: "Q";
  background: #00b109;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  padding: 4px;
  border-radius: 5px;
  transform: scale(0.6) translateX(-30%);
  animation: surveyAnime .7s infinite alternate;
}

@keyframes surveyAnime {
  0% { color      : #00b109;
       background : #ffffff;
     }
100% { color      : #ffffff;
       background : #00b109;
     }
}
/* アンケートのアイコン */

/* 公開待ちのアイコン */
.pendingIcon::after {
  content: "P";
  background: #0086AB;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  padding: 4px;
  border-radius: 5px;
  transform: scale(0.6) translateX(-30%);
  animation: pendingAnime .7s infinite alternate;
}

@keyframes pendingAnime {
  0% { color      : #0086AB;
       background : #ffffff;
     }
100% { color      : #ffffff;
       background : #0086AB;
     }
}
/* 公開待ちのアイコン */

.mypage-article-table th {
  padding: 5px;
}

.mypage-article-table td {
  padding: 5px;
}

.mainCommunity table th {
  font-size: 20px;
}
.mainCommunity table td {
  font-size: 15px;
}

.subCommunity table th {
  font-size: 15px;
}
.subCommunity table td {
  font-size: 12px;
}

#bodyImg::before {
  background: inherit;
  content: '';
  position: absolute;
  filter: blur(5px);
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

#bodyImg {
  background-size: cover;
  background-repeat: no-repeat;
}

.register-box {
  width: 400px;
}

.project-member {
  border: solid 3px #adb5bd;
}

/* サムネイルを暗くするCSS（未完成） */
.dark-image {
  position: relative;
}
.dark-image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: block; */
}
/* サムネイルを暗くするCSS（未完成） */

/* アンケートをifarmeで表示した場合のモーダル設定 */
.surveyBody #showMovieViewrModalWrapper .modal-dialog {
  /* max-width: 95%; */
}
/* アンケートをifarmeで表示した場合のモーダル設定 */

/* quillツールバー */
.ql-toolbar {
  background-color: white;
}

/* グラフ表示 */
#collectionDataLineGraph svg {
  width: 100%;
  height: 100%;
}

/* 添付資料テーブル */
.docTr:hover {
  background-color: rgb(218, 218, 218);
  cursor: pointer;
}
/* 添付資料テーブル */

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}

@media only screen and (max-width: 750px) {
  .navbar-nav {
    font-size: 12px; 
  }
}

.content-wrapper {
  /* background-color: #808080; */
}

.page-item.active .page-link {
  background-color: #696969;
  border-color: #dcdcdc;
}

.btn-cart {
  color: white;
  background-color: #696969;
}

.btn-favorite {
  color: white;
  background-color: #696969;
}

.contents-title {
  height: calc(1em * 1.2 * 1);
  line-height: 120%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.contents-description {
  height: calc(1em * 1.2 * 2);
  line-height: 120%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

[class*=sidebar-dark-] {
  background-color: #F5F5F5;
}

[class*=sidebar-dark-] .sidebar a {
  color: black;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
  background-color: #F5F5F5;
  color: black;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
  color: black;
}

[class*=sidebar-dark-] .nav-link :hover {
  color: #c2c7d0;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
  background-color: #F5F5F5;
  color: black;
}

/* .icon-play {
  font-size: 60px;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
} */

.searchBoxArea
{
  margin-bottom: 10px;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  color: black;
}

@media only screen and (max-width: 750px) {
  .searchBoxArea
  {
    margin-bottom: 10px;
    margin-top: 20px;
    position: absolute;
    bottom: -15vh;;
    left: 0;
    width: 100%;
    color: black;
  }
}

#valueFilterValue {
  width: 350px;
  padding: 5px;
  font-size: 16px;
}

@media only screen and (max-width: 750px) {
  #valueFilterValue {
    width: 90%;
    margin-bottom: 5px;
  }
}

.public-login-button
{
  margin-top: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: -webkit-right;
}

.iframe-size
{
  max-width: 60% !important;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  .iframe-size
  {
    max-width: 90% !important;
  }
}

/* === custom.css overlay positioning fix (portrait fullscreen) === */
.movie-viewer-player.movie-viewer-fullscreen.movie-viewer-fullscreen-portrait .movie-viewer-controls-overlay {
  right: auto;
}
.movie-viewer-controls-overlay.movie-viewer-controls-portrait {
  transform-origin: left center !important;
  -webkit-transform-origin: left center !important;
}

/* MovieViewer: overlay controls pinned to the bottom of the visible video */
#movieViewerPlayer { position: relative; }

.movie-viewer-controls-overlay {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  z-index: 10;            /* 動画より前面 */
  box-sizing: border-box;
}

.movie-viewer-controls-overlay .slidecontainer,
.movie-viewer-controls-overlay .slider-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* 全画面時は最前面に */
.movie-viewer-fullscreen .movie-viewer-controls-overlay {
  z-index: 2147483647 !important;
}


/* --- MovieViewer clean: force no-rotation for play icon in fullscreen --- */
.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-play-icon {
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}



/* --- MovieViewer clean: helper for non-overlay positioning in fullscreen --- */
.movie-viewer-player.movie-viewer-fullscreen .movie-viewer-controls:not(.movie-viewer-controls-overlay) {
    position: absolute !important;
    z-index: 2;
}

