@charset "UTF-8";
.container {
  max-width: 200%;
}
.container fieldset {
  display: contents;
  width: 100%;
}
.container legend {
  border-style: none;
  color: #333;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.33;
  padding: 0 0 0 20px;
  position: relative;
}
.container legend::before {
  border-left: 6px solid #12b3c7;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.165em;
}
* + .container legend {
  margin-top: 40px;
}
@media (min-width: 480px) {
  .container legend {
    font-size: 1.5rem;
  }
}
.container input[type=checkbox][id] {
  display: none;
}
.container input[type=checkbox][id] + label[for] {
  display: block;
  line-height: 1.34;
  padding-left: 30px;
  position: relative;
}
.container input[type=checkbox][id] + label[for]::before {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 0.67em;
  width: 18px;
}
.container input[type=checkbox][id] + label[for]:hover {
  opacity: 0.7;
}
.container input[type=checkbox][id]:checked + label[for] {
  color: #027e9b;
}
.container input[type=checkbox][id]:checked + label[for]::before {
  background-image: url(../../assets/img/ico_ss_check.svg);
}
.container input[type=checkbox][id]:disabled + label[for] {
  color: #999;
  cursor: default;
}
.container input[type=checkbox][id]:disabled + label[for]::before {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.container input[type=checkbox][id]:disabled + label[for]:hover {
  opacity: 1;
}

#ssHeader {
  margin: 0 auto;
  max-width: 1200px;
}

/* category */
.ssCategory {
  border-bottom: 1px solid #d6d6d6;
  margin: 60px auto 0;
  max-width: 1200px;
  padding-bottom: 12px;
}
.ssCategory li {
  display: inline-block;
}
.ssCategory li:not(:last-child) {
  margin-right: 3em;
}
.ssCategory legend {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.ssCategory input[type=checkbox][id]:checked + label[for] {
  font-weight: bold;
}
@media (max-width: 639px) {
  .ssCategory li:first-of-type {
    margin-right: 0;
    width: 100%;
  }
}

/* keywords */
.ssKeywords {
  margin: 60px auto 0;
  max-width: 1200px;
}
.ssKeywords legend {
  margin: 0;
  white-space: nowrap;
}
.ssKeywordsField {
  border: 1px solid #d6d6d6;
  border-radius: 24px;
  height: 46px;
  margin: 30px auto 0;
  max-width: 580px;
  position: relative;
  width: 100%;
}
.ssKeywordsField input {
  border-style: none;
  border-radius: 24px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  text-indent: 32px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.ssKeywordsField button {
  background: url(/assets/img/ico_head_search_green.svg) 18px center no-repeat;
  border-style: none;
  border-radius: 0 4px 4px 0;
  height: 46px;
  overflow: hidden;
  position: absolute;
  text-indent: 50px;
  top: 0;
  right: 18px;
  white-space: nowrap;
  width: 42px;
}
.ssKeywordsSuggest {
  background-color: #fff;
  left: -1px;
  margin: 0;
  opacity: 1;
  padding-bottom: 0;
  position: absolute;
  right: -1px;
  top: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.ssKeywordsSuggest:empty {
  display: none !important;
}
.ssKeywordsSuggest .sgstLink {
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 0 1px;
  cursor: pointer;
  line-height: 1.33;
  margin: 0 -1px;
  overflow: hidden;
  padding: 6px 32px;
  text-overflow: ellipsis;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.ssKeywordsSuggest .sgstLink:nth-child(2)::before, .ssKeywordsSuggest .sgstLink:nth-child(2)::after {
  background-color: #fff;
  bottom: 100%;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  width: 18px;
}
.ssKeywordsSuggest .sgstLink:nth-child(2)::before {
  border-left: 1px solid #d6d6d6;
  left: -1px;
}
.ssKeywordsSuggest .sgstLink:nth-child(2)::after {
  border-right: 1px solid #d6d6d6;
  right: -1px;
}
.ssKeywordsSuggest .sgstLink:last-child {
  border-radius: 0 0 24px 24px;
  padding-bottom: 12px;
  border-width: 0 1px 1px;
  border-radius: 0 0 24px 24px;
}
.ssKeywordsSuggest .sgstLink:hover {
  background-color: #f5f5f5;
}
@media (min-width: 769px) {
  .ssKeywords {
    align-content: center;
    display: flex;
    flex-wrap: nowrap;
  }
  .ssKeywordsField {
    margin-top: 0;
  }
  .ssKeywordsFieldWrapper {
    flex-grow: 10;
    margin: 0 0 0 1em !important;
  }
}

/* refine */
.ssRefine {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.ssRefine > dt,
.ssRefine > dd {
  width: 100%;
}
.ssRefine dl {
  border-bottom: 1px solid #d6d6d6;
}
.ssRefine dl dt,
.ssRefine dl dd {
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 1px 0 0;
  box-sizing: border-box;
}
.ssRefine dl dt {
  background-color: #e7f7f9;
  padding: 16px;
}
.ssRefine dl dt input[type=checkbox][id] + label[for] {
  font-size: 1.13rem;
  font-weight: bold;
}
.ssRefine dl dt input[type=checkbox][id] + label[for]::before {
  top: 50%;
}
.ssRefine dl dd ul {
  display: flex;
  flex-flow: row wrap;
  padding: 12px 0 20px;
}
.ssRefine dl dd li {
  box-sizing: border-box;
  padding: 8px 0 0 16px;
}
.ssRefineTitle {
  cursor: pointer;
  background-color: #12b3c7;
  color: #fff;
  display: none;
  font-size: 1.38rem;
  font-weight: bold;
  margin: 0 -20px;
  padding: 36px 20px;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ssRefineTitle:hover {
  opacity: 0.7;
}
@media (max-width: 479px) {
  .ssRefineTitle {
    margin: 0 -10px;
    padding: 36px 10px;
  }
}
.ssRefineTask {
  margin: 0 auto;
  max-width: 1200px;
}
.ssRefineTask p {
  text-align: right;
  font-weight: bold;
}
.ssRefineTask p em {
  font-size: 1.25rem;
}
.ssRefineTask p + * {
  margin-top: 16px;
}
.ssRefineTask dt input[type=checkbox][id] + label[for] {
  align-items: center;
  display: flex;
  min-height: 56px;
  padding-left: 96px;
}
.ssRefineTask dt input[type=checkbox][id] + label[for]::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 56px;
  left: 30px;
  position: absolute;
  top: 0;
  width: 56px;
}
.ssRefineTask dt:nth-of-type(1) input[type=checkbox][id] + label[for]::after {
  background-image: url(/assets/img/ico_service_a.svg);
}
.ssRefineTask dt:nth-of-type(2) input[type=checkbox][id] + label[for]::after {
  background-image: url(/assets/img/ico_service_b.svg);
}
.ssRefineTask dt:nth-of-type(3) input[type=checkbox][id] + label[for]::after {
  background-image: url(/assets/img/ico_service_c.svg);
}
.ssRefineTask dt:nth-of-type(4) input[type=checkbox][id] + label[for]::after {
  background-image: url(/assets/img/ico_service_d.svg);
}
.ssRefineTask dt:nth-of-type(5) input[type=checkbox][id] + label[for]::after {
  background-image: url(/assets/img/ico_service_e.svg);
}
.ssRefineTask dt:nth-of-type(6) input[type=checkbox][id] + label[for]::after {
  background-image: url(/assets/img/ico_service_f.svg);
}
.ssRefineTask dt:nth-of-type(7) input[type=checkbox][id] + label[for]::after {
  background-image: url(/assets/img/ico_service_g.svg);
}
.ssRefineIndustry {
  margin: 0 auto;
  max-width: 1200px;
}
.ssRefineControl {
  box-sizing: border-box;
  margin: 30px auto 0;
  position: relative;
}
.ssRefineControl p {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .ssRefineControl p {
    box-sizing: border-box;
    padding-left: calc(50% + 70px);
    text-align: left;
  }
}
.ssRefineControl em {
  font-size: 1.25rem;
}
.ssRefineControl button {
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ssRefineControl button:hover {
  opacity: 0.7;
}
.ssRefineControlSend button {
  align-items: center;
  background-color: #fff;
  border-radius: 10em;
  box-sizing: border-box;
  color: #027e9b;
  display: flex !important;
  font-size: 1.13rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.33;
  margin: 0 auto;
  min-height: 54px;
  outline: none;
  overflow: hidden;
  padding: 0.4em 40px 0.5em;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  width: 260px;
}
.ssRefineControl.js_fixed {
  bottom: 0;
  left: 0;
  margin: 0;
  min-width: 100%;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 100;
}
.js_close .ssRefineControl {
  position: static !important;
  z-index: 0 !important;
}
.ssRefine.js_close .ssRefineTitle {
  display: block;
  order: 2;
}
.ssRefine.js_close .ssRefineTask, .ssRefine.js_close .ssRefineIndustry {
  display: none;
}
.ssRefine.js_close .ssRefineControl {
  background-color: rgba(255, 255, 255, 0);
  color: #333;
  margin: 0;
  order: 1;
  padding: 0 20px 12px;
}
.ssRefine.js_close .ssRefineControl::before,
.ssRefine.js_close .ssRefineControl div {
  display: none;
}
.ssRefine.js_close .ssRefineControl p {
  text-align: right;
}
@media (min-width: 769px) {
  .ssRefine dl {
    display: flex;
    flex-wrap: wrap;
  }
  .ssRefine dl dt {
    align-items: center;
    display: flex;
    width: 370px;
  }
  .ssRefine dl dd {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
  }
  .ssRefineControl {
    margin: 30px auto -50px;
    max-width: 1200px;
  }
}

/* refineList */
.refineList {
  margin-top: 26px;
  position: relative;
}

.linkBtn {
  margin-top: 40px;
}
.linkBtn button {
  margin-top: 0;
}
.linkBtn button::before {
  content: "＋";
  display: inline-block;
  margin-right: 0.5em;
}

.refineListArrow {
  border-color: #12b3c7 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 30px 60px 0;
  display: block;
  height: 0;
  margin: 0 auto;
  width: 0;
}

.pickupArea {
  margin: 60px auto 0;
}
.pickupArea h2 {
  max-width: 1180px;
  margin: 0 auto;
}

@media print {
  .ssCategory,
.ssKeywords,
.ssRefineControl,
.ssRefineTitle {
    display: none !important;
  }

  .ssRefineTask,
.ssRefineIndustry {
    display: block !important;
  }

  .ssRefine {
    margin-top: 0;
    width: 900px;
  }
}
.ssHeaderFlexlayout * {
  box-sizing: border-box;
}
.ssHeaderFlexlayout_item:nth-child(1) h1 {
  border-bottom: none;
  padding: 0;
}
.ssHeaderFlexlayout_item:nth-child(2) {
  margin: 20px 0 0;
}
.ssHeaderFlexlayout_item:nth-child(2) legend {
  display: none;
}
.ssHeaderFlexlayout_item:nth-child(2) .ssCategoryList {
  display: flex;
  flex-flow: row wrap;
}
.ssHeaderFlexlayout_item:nth-child(2) .ssCategoryList li:not(:last-child) {
  padding: 0 40px 0 0;
}
.ssHeaderFlexlayout_item:nth-child(3) {
  margin: 20px 0 0;
}
.ssHeaderFlexlayout_item:nth-child(4) {
  border-top: 4px solid #12b3c7;
  margin: 20px 0 0;
  padding: 20px 0 0;
  width: 100%;
}
.ssHeaderFlexlayout_item:nth-child(4) legend {
  margin: 0 0 20px;
}
.ssHeaderFlexlayout_item:nth-child(4) .ssKeywordsFieldWrapper {
  flex-grow: 0;
  margin: 0 !important;
}
.ssHeaderFlexlayout_item:nth-child(4) .ssKeywordsFieldWrapper .ssKeywordsField {
  box-sizing: content-box;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .ssHeaderFlexlayout {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .ssHeaderFlexlayout_item:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .ssHeaderFlexlayout {
    margin: 0 auto;
    max-width: 1200px;
  }
  .ssHeaderFlexlayout_item:nth-child(1) {
    width: auto;
  }
  .ssHeaderFlexlayout_item:nth-child(2), .ssHeaderFlexlayout_item:nth-child(3), .ssHeaderFlexlayout_item:nth-child(4) {
    margin: 0;
  }
}

.ssRefine {
  flex-direction: column;
}
.ssRefine > dt:nth-of-type(1) {
  order: 2;
}
.ssRefine > dt:nth-of-type(2) {
  order: 4;
}
.ssRefine > dd.ssRefineTask {
  order: 1;
}
.ssRefine > dd.ssRefineIndustry {
  order: 3;
}
.ssRefine > dd.ssRefineControl {
  order: 5;
}

.ssRefineButton button {
  align-items: center;
  border-radius: 10em;
  display: flex;
  flex-flow: row wrap;
  font-size: 1.13rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.33;
  margin: 20px auto 0;
  max-width: 850px;
  min-height: 54px;
  outline: none;
  overflow: hidden;
  padding: 0.4em 40px 0.5em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s 0.2s;
  width: 100%;
}
.ssRefineButton button:before {
  display: block;
  padding: 0 0.5em 0 0;
}
.ssRefineButton button:hover {
  opacity: 0.7;
}
.ssRefineButton button.open {
  background-color: #e7f7f9;
  border: 1px solid #027e9b;
  color: #027e9b;
}
.ssRefineButton button.open:before {
  content: "+";
}
.ssRefineButton button.close {
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6;
  color: #333 !important;
}
.ssRefineButton button.close:before {
  content: "-";
}

#SS_searchForm1 {
  border: none;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#SS_searchForm1 > fieldset > legend,
#SS_searchForm1 > fieldset > .searchBoxClose {
  display: none;
}
#SS_searchForm1 > fieldset > #searchBox {
  border-color: #027e9b;
  border-radius: 27px;
  display: flex;
  flex-flow: row wrap;
  height: 54px;
  max-width: 850px;
  position: relative;
}
#SS_searchForm1 > fieldset > #searchBox::before {
  background: url(/assets/img/ico_head_search_green.svg) center center no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
#SS_searchForm1 > fieldset > #searchBox > #SS_searchQuery1 {
  border-radius: 27px 0 0 27px;
  float: none;
  height: 100%;
  text-indent: 32px;
  width: calc(100% - 50px);
}
#SS_searchForm1 > fieldset > #searchBox > #SS_searchSubmit {
  background: transparent;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  width: 50px;
}

.ssKeywordsField {
  border-color: #027e9b;
  border-radius: 27px;
  box-sizing: border-box !important;
  display: flex;
  flex-flow: row wrap;
  height: 54px;
  max-width: 850px;
  position: relative;
}
.ssKeywordsField > #searchWord {
  background-color: #fff;
  border-radius: 27px 0 0 27px;
  height: 52px;
  line-height: 52px;
  padding: 0;
}
.ssKeywordsField > #closeSearchArea {
  background-position: center center;
  border-radius: 0 27px 27px 0;
  height: 100%;
  right: 0;
  width: 50px;
  z-index: 11;
}
.ssKeywordsField > .ssKeywordsSuggest {
  left: 0;
  right: 0;
}
.ssKeywordsField > .ssKeywordsSuggest .sgstLink:nth-child(2)::before,
.ssKeywordsField > .ssKeywordsSuggest .sgstLink:nth-child(2)::after {
  width: 27px;
}

.refineList .sepInner .ssData:nth-last-child(2) {
  width: 100%;
}

.refineList .sepInner .ssData {
  order: 1;
}

.refineList .sepInner figure {
  order: 2;
}

.ssRefine dl.open {
  display: block !important;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .ssRefine dl.open {
    display: flex !important;
  }
}

.pickupArea {
  position: relative;
}
.pickupArea .ssRefineControlReset {
  bottom: calc(100% + 60px);
  left: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 75px;
  z-index: 10;
}
@media (min-width: 1400px) {
  .pickupArea .ssRefineControlReset {
    left: calc(50% + 620px);
    transform: translateX(0);
  }
}
.pickupArea .ssRefineControlReset a {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #027e9b;
  border-radius: 6px;
  color: #333;
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  margin: 0;
  padding: 30px 0 6px;
  text-align: center;
  text-decoration: none;
}
.pickupArea .ssRefineControlReset a::before, .pickupArea .ssRefineControlReset a::after {
  background-color: #027e9b;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 15px;
  transform-origin: center;
  width: 18px;
}
.pickupArea .ssRefineControlReset a::before {
  transform: translateX(-50%) rotate(45deg);
}
.pickupArea .ssRefineControlReset a::after {
  transform: translateX(-50%) rotate(-45deg);
}
