@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 6rem;
}
.main {
  padding: 1rem 0;
  background-color: #fff;
}
.main .page-header {
  margin-top: 0;
}
table.table thead a {
  color: white;
}
table.table tbody a {
  color: #4285F4;
}
.album-title {
/*  text-align: center; */
  padding-bottom: 3rem;
}
.album-title span.title {

}
.photo-grid a {
  border: solid 1px #e0e0e0;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.photo-grid a img {
  width: 100%;
    vertical-align: bottom;
}
/* v3 */
.rect-grid {
  position: relative;
  padding-bottom: 110%;
}

.rect-grid a {
  position: absolute;
  top: 0;
  padding-bottom: 20px;
  max-height: 75%!Important;
}
.rect-grid a img:before {
/*  content: ""; */
}
.rect-grid a img {
  object-fit: contain;
  max-width: 100%;
  max-height: 95%;
  margin: auto;
}
/* test */
.rect-grid a {
  line-height: 1.0;
}
.rect-grid a img {
}
/* test */
.rect-grid a span {
/*  position: absolute; */
/*  bottom: 3px; */
/*  right: 40%; */
}
.rect-grid a.checked-tile {
  position: absolute;
}
.card.v3 {
  border: none;
}
.card-img-wrap.fix-height {
  text-align: center
}
.card-img-wrap.fix-height img {
  width: auto;
  max-width: 100%;
  max-height: 34em;
  margin: 0 auto;
}
/* <- v3 */

.folder-media a {
  width: 100%;
}
.folder-media .media img {
  width: 25%;
}
.navbar a.navbar-brand {
/*  width: 16%; */
  font-weight: 500;
}
.navbar .navbar-brand img {
  height: 60px;
}
.navbar-toggler:not(.collapsed) {
  margin-top: .55rem!important;
}
.btn {
  white-space: nowrap;
}
a {
  color: #303030;
}
a:link {
  
}
a:visited {

}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.shadow-sm {
/*  background-color: #e8e8e8; */
}
.carousel-control-next, .carousel-control-prev {
  top: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bg-primary {
  background-color: #4cb7ff!important;
}

.card-img-wrap {
  overflow: hidden;
  position: relative;
}
.card-img-wrap img {
  transition: transform .25s;
  width: 100%;
  cursor: zoom-in;
}
.card-img-wrap img.zoom {
  transform: scale(2.5);
  cursor: zoom-out;
}
/* for v2 */
.card-selectwrap {
  text-align: center; 
}
/* check box */
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 60px;
  position:relative;
  margin-right: 60px;
  margin-bottom: 0.7em;
  color: #ffffff;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #f3e000;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 6px;
  width: 22px;
  height: 36px;
  transform: rotate(40deg);
  border-bottom: 8px solid #ffffff;
  border-right: 6px solid #ffffff;
}
a.checked-tile::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 22px;
  height: 36px;
  transform: rotate(40deg);
  border-bottom: 8px solid #ffffff;
  border-right: 6px solid #ffffff;
  box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.6);
}
.rect-grid a.checked-tile::after {
  bottom: 4px;
  height: 32px;
}
a.checked-tile {
  background-color: #007bff;
  color: #f3e000;
  font-weight: bold;
  position: relative;
}
.selectedlist-link-navi {
  display: none;
}
.list-group-item:nth-child(5n) {
  border-bottom: 2px dotted rgba(0,0,0,.250);
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 2px solid rgba(0,0,0,.250);
}
.photo-grid a:focus {
  outline: ridge 2px #17a2b8;
}
