@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		search.scss
Note:			検索結果用SCSSファイル


New Creation:	2013/06/13 19:26:31.
Last Change:	2014/10/22 16:25:42.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
#main {
  float: none;
  width: auto;
}

#content {
  min-height: 800px;
}

div#ss-main a {
  color: #6d9dd0;
}
div#ss-main.center {
  margin: 0;
  color: #7f7875;
}
div#ss-main.center #ss-form,
div#ss-main.center #ss-content {
  font-size: 1.4em;
}
div#ss-main.center #ss-form {
  margin-bottom: 40px;
  text-align: center;
}
div#ss-main.center #ss-navi {
  font-size: 1.2rem;
}
div#ss-main.css3 #ss-form .ss-search-input {
  width: 620px;
}

div#ss-result .ss-item div.ss-page .ss-title {
  line-height: 1.4;
}
div#ss-result .ss-item div.ss-page .ss-title span.ss-highlight {
  font-weight: bold;
}
div#ss-result .ss-item div.ss-page .ss-summary {
  line-height: 1.3;
}
div#ss-result .ss-item div.ss-page .ss-file-type {
  display: none;
}
div#ss-result .ss-item .ss-last-modified {
  margin-left: 0;
}

div#ss-not-found #ss-hint {
  margin-bottom: 10px;
}
div#ss-not-found ul#ss-hint-message li {
  margin-bottom: 5px;
}

div#kwNotfound a {
  font-size: 10px;
  color: #f5f2f0;
}

.kwNotfound__text {
  margin: 0 auto 35px;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  color: #7f7875;
}
.kwNotfound__cv {
  display: flex;
  justify-content: center;
}
.kwNotfound__cv .button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.kwNotfound__cv .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.kwNotfound__cv .button a .inner-text {
  display: inline-block;
  padding: 0 38px;
  width: 100%;
  background: url(../img/arrow/arrow16.png) right 10px center no-repeat;
  text-align: center;
  line-height: 2.5;
  font-size: 1.6em;
  box-sizing: border-box;
}
.kwNotfound__cv .button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.kwNotfound__cv .button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.kwNotfound__cv .button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.kwNotfound__cv .line {
  overflow: hidden;
}
.kwNotfound__cv .line .link {
  float: right;
  width: 284px;
}
.kwNotfound__cv .line .link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.kwNotfound__cv .line .link a .inner-text {
  margin-left: 70px;
  padding: 0 0 0 40px;
  width: initial;
  background: url(../img/qa_line.png) left center no-repeat;
  text-align: center;
  font-size: 16px;
}
.kwNotfound__cv .line .link a:hover {
  opacity: 0.7;
  color: inherit !important;
}
.kwNotfound__cv .line .link a:hover > *, .kwNotfound__cv .line .link a:hover::before {
  opacity: 0.7;
  color: #f5f2f0;
}
.kwNotfound__cv .line .link a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.kwNotfound__cv .line .link a::after {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  border: none;
  background: url(../img/arrow/arrow16.png) right top no-repeat;
  opacity: 1;
}
.kwNotfound__cv .line .link a::before {
  content: "メアド不要で気軽に質問";
}
.kwNotfound__cv .consultation {
  margin-right: 10px;
}

div#ss-main.css3 #ss-form {
  display: flex;
  margin: 0 auto;
  width: 623px;
}
div#ss-main.css3 #ss-form .m-search__form__input {
  display: block;
  padding: 10px;
  width: 511px;
  height: 40px;
  border: 1px solid #7f7875;
  background: #fff;
  box-shadow: none;
  font-size: 1em;
  box-sizing: border-box;
}
div#ss-main.css3 #ss-form .m-search__form__button {
  display: block;
  padding: 0;
  width: auto;
  border: 0;
}
div#ss-main.css3 .m-keywords li {
  display: inline-block;
}
div#ss-main.css3 .m-keywords a {
  display: block;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #d0c8c1;
  border-radius: 4px;
  background: linear-gradient(#ddd7d1, #f6f4f2);
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}
div#ss-main.css3 .m-keywords__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px auto 0;
  width: 623px;
}
div#ss-main.css3 .m-keywords__item {
  margin: 5px 5px 0 0;
}
div#ss-main.css3 .m-keywords__item a {
  margin: 0;
  color: inherit;
}

.m-search {
  margin-bottom: 30px;
}

div#ss-navi {
  margin-bottom: 50px;
  padding: 0;
  border: 0;
  background: none;
  text-align: center;
  font-size: 1em;
}
div#ss-navi b {
  font-weight: bold;
  color: #ec7c78;
}

div#ss-result {
  padding: 0;
}
div#ss-result .ss-item {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0;
  padding: 15px;
  min-height: auto;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #c7bcb5;
}
div#ss-result .ss-item:first-child {
  border-top: 1px solid #c7bcb5;
}
div#ss-result .ss-item:last-of-type {
  border-bottom: 1px solid #c7bcb5;
}
div#ss-result .ss-item:nth-child(even) {
  background-color: #f5f2f0;
}
div#ss-result .ss-item + .ss-item {
  border-top: 1px dotted #c7bcb5;
}
div#ss-result .ss-item div.ss-image img {
  width: 150px;
  border: 1px solid #c7bcb5;
}
div#ss-result .ss-item div.ss-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
  width: calc(100% - 165px);
}
div#ss-result .ss-item div.ss-page .ss-title {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #c7bcb5;
  line-height: 1.4285714286;
  font-size: 1em;
}
div#ss-result .ss-item div.ss-page .ss-title a {
  font-weight: bold;
}
div#ss-result .ss-item div.ss-page .ss-title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div#ss-result .ss-item div.ss-page .ss-summary {
  margin-bottom: 9px;
  line-height: 1.5;
  font-size: 0.8571428571em;
  color: #7f7875;
}
div#ss-result .ss-item .ss-url a {
  font-size: 0.8571428571em;
  color: #9fa0a0;
}

div.ss-pagination {
  display: flex;
  top: 0;
  justify-content: flex-end;
  margin: 10px 0;
}
div.ss-pagination .ss-page {
  padding: 0;
  width: 20px;
  border: 1px solid #c7bcb5;
  background: linear-gradient(#fff, #e4deda);
  text-align: center;
  line-height: 18px;
  color: #7f7875;
  box-sizing: border-box;
}
div.ss-pagination .ss-page.ss-select-page {
  background: linear-gradient(#8b7f75, #453d36);
  color: #fff;
}
div.ss-pagination .ss-page-prev,
div.ss-pagination .ss-page-next {
  display: block;
  position: relative;
  overflow: hidden;
  width: 20px;
  border: 1px solid #c7bcb5;
  background: linear-gradient(#fff, #e4deda);
  text-align: center;
  text-indent: 100%;
  line-height: 18px;
  white-space: nowrap;
  color: #7f7875;
  box-sizing: border-box;
}
div.ss-pagination .ss-page-prev::before,
div.ss-pagination .ss-page-next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/arrow/arrow.png) center no-repeat;
}
div.ss-pagination .ss-page-prev::before {
  transform: rotate(180deg);
}
/*# sourceMappingURL=search.css.map */
