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

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  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: #10c3c9 !important;
}

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

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

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

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

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

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

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

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

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

.app-btn-warning {
  background: #FF931E !important;
  color: #fff;
  border-color: #FF931E !important;
}

.app {
  padding-top: 72px;
  background: none;
}

.app-header {
  height: 72px;
  border-bottom: none;
}
.app-header-inner {
  background: #ff5a24;
  height: 100%;
}
.app-header-inner > * {
  height: 100%;
}
.app-header-inner > * > * {
  height: 100%;
}
.app-header-inner a {
  color: white;
}
.app-header-inner .note-link-item {
  height: 58px;
}

.form-check-input:checked {
  background-color: #10c3c9;
  border: 3px solid #fff;
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url('data:image/svg xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle r="50" fill="#fff"/></svg>');
}

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

.search-input {
  border-radius: 1.3em !important;
}
.search-input + .search-btn {
  background: #ff5a24;
  color: white;
  border-radius: 50%;
  padding: 1px 5px !important;
  top: 8px;
  right: 10px;
  height: 1.63em;
  width: 1.63em;
}

.app-card {
  border-radius: 1rem;
}
.app-card-r7 {
  background-color: #10c3c9;
}
.app-card-r7 .app-card-header {
  border-bottom: 2px solid white;
}
.app-card-r7 .app-card-header > * {
  color: white;
}
.app-card-r7 .app-card-body {
  color: white;
}
.app-card-r7 .app-card-body p {
  color: inherit;
}
.app-card-r7 #pills-tab {
  border-bottom: 2px solid white;
}
.app-card-r7 #pills-tab > * {
  border-right: 2px solid white;
}
@media screen and (max-width: 860px) {
  .app-card-r7 #pills-tab > *:last-child {
    border-right: none;
  }
  .app-card-r7 #pills-tab > *:last-child .nav-link {
    border-radius: 0 1rem 0 0;
  }
}
@media screen and (max-width: 860px) {
  .app-card-r7 #pills-tab > * {
    flex: 1 0 0%;
  }
}
.app-card-r7 #pills-tab > * .nav-link {
  color: white;
  font-weight: 700;
  border-radius: 0;
}
.app-card-r7 #pills-tab > * .nav-link.active {
  background-color: #ff5a24;
}
.app-card-r7 #pills-tab > *:first-child .nav-link {
  border-radius: 1rem 0 0 0;
}
.app-card-r7 #pills-tab ~ * .pills-second .tabelog-search-btn {
  background: white;
  color: #ff5a24;
  text-wrap: nowrap;
}
.app-card-r7 textarea.form-control {
  height: 14em;
}
.app-card-r8 {
  background-color: #FF931E;
}
.app-card-r8 .app-card-header {
  border-bottom: 2px solid white;
}
.app-card-r8 .app-card-header > * {
  color: white;
}
.app-card-r8 .app-card-body .history-item {
  border: none;
  background: white;
  color: #B6B6B6;
}

/*** ログイン ***/
.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: calc(100vh - 72px);
  position: relative;
  box-sizing: border-box;
  padding-bottom: 84px;
  background-image: url("../images/background/bg2000.png");
  background-size: 100%;
  background-position: top -72px left 0;
  background-repeat: repeat-y;
}
.app-wrapper .app-footer {
  border-top: 1px solid #e7e9ed;
  height: 84px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@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-title,
#theme .search-result .cookpad-title,
#theme .search-result .tabelog-title,
#theme .search-result .youtube-title {
  color: #10c3c9;
  font-size: 3.2em;
}
#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] .app-card {
  border-radius: 0.25em;
}
#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%;
}
#theme .search-result > * > [class$=result] .contents .external-link > * {
  color: #10c3c9;
  border: 2px solid #10c3c9;
  border-radius: 5px;
  padding: 0 0.3em;
}
@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;
}

@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;
}
#image .search-result .image > * ul.row .list-item .card-container .link-text p.title {
  color: #808080;
  font-weight: 700;
}
#image .search-result .image > * ul.row .list-item .card-container .link-text p.link {
  color: #FF931E;
}

#link .app-card {
  border-radius: 0.25em;
  color: white;
}
#link .app-card * {
  color: inherit;
}

#memo .memo-list textarea.form-control {
  height: 8em;
}

.auth-main-col {
  background-image: url("../images/background/bg2000.png");
  background-size: cover;
  background-position-y: top;
  background-repeat: repeat-y;
}

.app-btn-primary {
  background: #ff5a24;
}

.app-nav .nav-link {
  color: #808080;
  font-weight: 700;
}
.app-nav .nav-link:hover {
  color: #12d5dc;
}
.app-nav .nav-link.active {
  color: white;
  background: #10c3c9;
  border-left: 3px solid #10c3c9;
}
.app-nav .nav-link.active:hover {
  background: #12d5dc;
}

.form-control {
  border-color: #10c3c9;
  border-width: 2px;
}
.form-control.is-valid {
  border-color: #10c3c9;
  /* _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: #10c3c9;
  box-shadow: 0 0 0 0.25rem rgba(11, 50, 131, 0.25);
}/*# sourceMappingURL=feel-style.css.map */