@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-family: YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, nc3Jp, sans-serif !important;
  color: #5F6A7B;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 0.81rem;
  }
}

.btn {
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 0.81rem;
  }
}

.text-success {
  color: #1e7b65 !important;
}

.text-primary {
  color: #1668e8 !important;
}

.text-danger {
  color: #fe0000 !important;
}

.text-warning {
  color: #ff9933 !important;
}

.border-primary {
  border-color: #1668e8 !important;
}

.border-danger {
  border-color: #fe0000 !important;
}

.border-warning {
  border-color: #ff9933 !important;
}

.border-light {
  border-color: #B6B6B6 !important;
}

.btn-outline-light {
  color: #B6B6B6 !important;
  border-color: #B6B6B6 !important;
}

.app-btn-success {
  background: #1e7b65 !important;
  color: #fff;
  border-color: #1e7b65 !important;
}

.app {
  padding-top: 72px;
}

.app-header {
  height: 72px;
}

#loading {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#pills-tab {
  border-bottom: 1px solid #EDEDED;
}
#pills-tab > * {
  border-right: 1px solid #EDEDED;
}
@media screen and (max-width: 860px) {
  #pills-tab > * {
    flex: 1 0 0%;
  }
}
#pills-tab > * .nav-link {
  color: #B6B6B6;
  font-weight: 700;
}
#pills-tab > * .nav-link.active {
  color: #1e7b65;
  background-color: transparent;
}

/*** ログイン ***/
.app-login .auth-option {
  width: 360px;
  margin: 0 auto;
}

/*** 左上ロゴ ***/
#app-sidepanel .app-branding {
  height: 72px;
  padding-top: 1rem;
  padding-left: 1rem;
  margin-bottom: 0;
}
#app-sidepanel .app-branding .app-logo {
  height: 100%;
}

/*** 右カラムレイアウト ***/
.app-auth-footer .logo, .app-wrapper .app-footer .logo {
  height: 42px;
}

.app-auth-footer .copyright, .app-wrapper .app-footer .copyright {
  font-size: 0.5em;
}

.app-wrapper {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 84px;
}
.app-wrapper .app-footer {
  border-top: 1px solid #e7e9ed;
  height: 84px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
textarea.form-control {
  height: 14em;
}

@media screen and (max-width: 860px) {
  .freeword-search {
    flex-direction: column;
  }
}
@media screen and (max-width: 860px) {
  .freeword-search-radio {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 860px) {
  .freeword-search-text {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 860px) {
  .freeword-search-text .form-check {
    padding-left: 0;
    max-width: 100%;
  }
}

#theme .freeword-search .search-btn {
  padding: 0.8rem 1rem;
}
#theme .search-result .google-result .thumbnail,
#theme .search-result .cookpad-result .thumbnail,
#theme .search-result .tabelog-result .thumbnail {
  flex: 0 0 162px;
  width: 162px;
}
@media screen and (max-width: 991px) {
  #theme .search-result .google-result .thumbnail,
  #theme .search-result .cookpad-result .thumbnail,
  #theme .search-result .tabelog-result .thumbnail {
    flex: 0 0 144px;
    width: 144px;
  }
}
@media screen and (max-width: 767px) {
  #theme .search-result .google-result .thumbnail,
  #theme .search-result .cookpad-result .thumbnail,
  #theme .search-result .tabelog-result .thumbnail {
    flex: 0 0 126px;
    width: 126px;
  }
}
@media screen and (max-width: 575px) {
  #theme .search-result .google-result .thumbnail,
  #theme .search-result .cookpad-result .thumbnail,
  #theme .search-result .tabelog-result .thumbnail {
    flex: 0 0 117px;
    width: 117px;
  }
}
#theme .search-result .google-result .thumbnail img,
#theme .search-result .cookpad-result .thumbnail img,
#theme .search-result .tabelog-result .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
#theme .search-result .youtube-result ul.row .list-item {
  height: 162px;
}
@media screen and (max-width: 991px) {
  #theme .search-result .youtube-result ul.row .list-item {
    height: 144px;
  }
}
@media screen and (max-width: 767px) {
  #theme .search-result .youtube-result ul.row .list-item {
    height: 126px;
  }
}
@media screen and (max-width: 575px) {
  #theme .search-result .youtube-result ul.row .list-item {
    height: 108px;
  }
}
#theme .search-result .youtube-result .thumbnail {
  flex: 0 0 216px;
  width: 216px;
}
@media screen and (max-width: 991px) {
  #theme .search-result .youtube-result .thumbnail {
    flex: 0 0 192px;
    width: 192px;
  }
}
@media screen and (max-width: 767px) {
  #theme .search-result .youtube-result .thumbnail {
    flex: 0 0 168px;
    width: 168px;
  }
}
@media screen and (max-width: 575px) {
  #theme .search-result .youtube-result .thumbnail {
    flex: 0 0 144px;
    width: 144px;
  }
}
#theme .search-result .youtube-result .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  #theme .search-result > * ul.row {
    margin-right: calc(-0.3 * var(--bs-gutter-x));
    margin-left: calc(-0.3 * var(--bs-gutter-x));
  }
}
#theme .search-result > * ul.row .list-item {
  height: 162px;
  flex: 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 991px) {
  #theme .search-result > * ul.row .list-item {
    height: 144px;
  }
}
@media screen and (max-width: 860px) {
  #theme .search-result > * ul.row .list-item {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #theme .search-result > * ul.row .list-item {
    height: 126px;
  }
}
@media screen and (max-width: 575px) {
  #theme .search-result > * ul.row .list-item {
    height: 117px;
  }
}
#theme .search-result > * ul.row .list-item:nth-child(n+3) {
  margin-top: 1.5em;
}
@media screen and (max-width: 991px) {
  #theme .search-result > * ul.row .list-item:nth-child(n+3) {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 860px) {
  #theme .search-result > * ul.row .list-item:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 991px) {
  #theme .search-result > * ul.row .list-item {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }
}
@media screen and (max-width: 575px) {
  #theme .search-result > * ul.row .list-item .contents .body {
    height: 2.7em;
  }
}
#theme .search-result > * > [class$=result] .contents {
  position: relative;
}
#theme .search-result > * > [class$=result] .contents .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5F6A7B;
  font-size: 120%;
}
#theme .search-result > * > [class$=result] .contents .body {
  overflow: hidden;
  color: #5F6A7B;
  height: 4.3em;
}
@media screen and (max-width: 991px) {
  #theme .search-result > * > [class$=result] .contents .body {
    height: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  #theme .search-result > * > [class$=result] .contents .body {
    height: 4em;
  }
}
#theme .search-result > * > [class$=result] .contents .body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 23px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #theme .search-result > * > [class$=result] .contents .body p {
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  #theme .search-result > * > [class$=result] .contents .body p {
    line-height: 19px;
  }
}
@media screen and (max-width: 575px) {
  #theme .search-result > * > [class$=result] .contents .body p {
    line-height: 18px;
  }
}
#theme .search-result > * > [class$=result] .contents .date {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 90%;
}
@media screen and (max-width: 575px) {
  #theme .search-result > * > [class$=result] .contents .date {
    bottom: 5px;
    left: 15px;
  }
}
#theme .search-result > * > [class$=result] .contents .external-link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 105%;
}
@media screen and (max-width: 575px) {
  #theme .search-result > * > [class$=result] .contents .external-link {
    bottom: 4px;
    right: 10px;
  }
}

#trends-widget-1 .list-wrapper a {
  font-size: 3em;
}

#image .app-search-form .search-btn {
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 991px) {
  #image .search-result .image > * ul.row {
    margin-right: calc(-0.3 * var(--bs-gutter-x));
    margin-left: calc(-0.3 * var(--bs-gutter-x));
  }
}
#image .search-result .image > * ul.row .list-item {
  flex: 0 0 auto;
  width: 20%;
}
@media screen and (max-width: 991px) {
  #image .search-result .image > * ul.row .list-item {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #image .search-result .image > * ul.row .list-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  #image .search-result .image > * ul.row .list-item {
    width: 50%;
  }
}
#image .search-result .image > * ul.row .list-item .card-container {
  display: flex;
  flex-direction: column;
}
#image .search-result .image > * ul.row .list-item .card-container .thumbnail {
  position: relative;
  width: 100%;
  background-color: #eeeeee;
  box-sizing: border-box;
}
#image .search-result .image > * ul.row .list-item .card-container .thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#image .search-result .image > * ul.row .list-item .card-container .thumbnail .thumbnail-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#image .search-result .image > * ul.row .list-item .card-container .thumbnail .thumbnail-inner .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -o-object-position: top;
     object-position: top;
}
#image .search-result .image > * ul.row .list-item .card-container .link-text {
  height: 3.8em;
}
#image .search-result .image > * ul.row .list-item .card-container .link-text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-login .auth-background-holder {
  background: url("../images/background/tis-bg-fe.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  min-height: 100%;
}

a {
  color: #1668e8;
  text-decoration: none;
}
a:hover {
  color: #145ed1;
}

.app-btn-primary {
  background: #0B3283;
}
.app-btn-primary:hover, .app-btn-primary:active {
  color: white;
  background: #2b6aed;
  border-color: #2b6aed;
}

.text-success {
  color: #0B3283 !important;
}

.border-success {
  border-color: #1668e8 !important;
}

.app-btn-success {
  color: white;
  background: #0B3283 !important;
  border-color: #0B3283 !important;
}
.app-btn-success:hover, .app-btn-success:active {
  color: white;
  background: #2b6aed !important;
  border-color: #2b6aed !important;
}

#pills-tab > * .nav-link.active {
  color: #0B3283;
}

.app-search-form .search-btn:hover {
  color: #1668e8 !important;
}

/* _sidepanel.scss */
.app-nav .nav-link.active {
  color: #1668e8;
  background: #f0f5fe;
  border-left: 3px solid #1668e8;
}
.app-nav .nav-link:hover {
  color: #1668e8;
}

/* _base.scss */
.form-check-input:checked {
  background-color: #1668e8;
  border-color: #1668e8;
}

/* その他 */
.form-control.is-valid {
  border-color: #1668e8;
  /* _variables.scss */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230B3283' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.is-valid:focus {
  border-color: #1668e8;
  box-shadow: 0 0 0 0.25rem rgba(11, 50, 131, 0.25);
}/*# sourceMappingURL=tis-style.css.map */