@charset "UTF-8";
/* map dx1*/
#searchResultBox {
  padding-left: 250px;
}

/* service-dx*/
#searchResultBox.service-dx {
  padding-left: 0;
}

#searchResultBox.service-dx.kobe,
#searchResultBox.service-needs {
  padding-left: 0;
  margin: auto;
  width: 80%;
}

@media only screen and (max-width: 600px) {
  #searchResultBox.service-dx.kobe,
  #searchResultBox.service-needs {
    width: 100%;
  }
}
#leftColumn {
  float: left;
  width: 240px;
}

#searchToolBox {
  font-size: 90%;
}

p.headline {
  font-size: 11pt;
  line-height: 2;
  color: #555;
}

.searchAxis {
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: dashed 1px #b0eaf3;
}

.searchAxis.closed label {
  display: none;
}

.searchGroup.closed div.searchAxis {
  display: none;
}

.searchGroup.closed .description {
  display: none;
}

h4 p.bullet {
  color: #89e0e8;
  font-size: 13pt;
  line-height: 1.3;
}

h3 p.bullet {
  margin: 2px;
  float: right;
  text-shadow: none;
  font-size: 12pt;
}

p.bullet {
  margin: 0 8px 0 0;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

p.bullet:after {
  content: "▼";
}

.closed p.bullet {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hasHelp p.help {
  display: block;
}

p.help {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
  float: right;
  background-color: #c4c4c4;
  color: #ffffff;
  font-size: 10pt;
  line-height: 1.7;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  display: none;
}

.description {
  border-radius: 10px;
  border: solid 1px #e0e000;
  background-color: #ffffc0;
  font-size: 80%;
  padding: 7px;
}

p.help:after {
  content: "？";
}

.searchAxis label {
  border: solid 1px;
  border-radius: 10px;
  display: block;
  float: left;
  margin: 3px;
  padding: 4px 10px;
  border-color: #eee;
  background-color: #fafafa;
}

.searchAxis input[type=text] {
  width: 94%;
  margin: 5px 0;
  padding: 2%;
  border-radius: 8px;
  border: solid 2px #5ab7d5;
}

.searchAxis label.checked {
  border-color: #d1ecf0;
  background-color: #dbf6fa;
}

#leftColumn.leftColumnService.service-dx .searchAxis label.checked {
  background-color: #22A8FC;
  border-color: #22A8FC;
  color: #fff;
}

.searchAxis label.disabled {
  opacity: 0.3;
}

.searchAxis:after {
  clear: both;
  display: block;
  content: "";
}

.searchWrapper:after {
  clear: both;
  display: block;
  content: "";
}

.description.closed {
  display: none;
}

#contentInner {
  margin: 0px;
}

#content.fixedPage #searchToolBox h4 {
  color: #1390ab;
  margin: 0 0 6px 0;
  font-size: 13pt;
  cursor: pointer;
}

#content.fixedPage #searchToolBox h3 {
  border-radius: 0;
  background-color: #75ccd4;
  /*font-weight: normal;*/
  font-size: 14pt;
  margin: 18px 0;
  /*text-shadow: #808080 1px 2px 5px;*/
  padding: 6px 3px 6px 5px;
}

#leftColumn.leftColumnService.service-dx #searchToolBox h4 {
  color: #222426;
  font-size: 108%;
  font-weight: normal;
}

#leftColumn.leftColumnService.service-dx #searchToolBox h4 p.bullet {
  color: #78c6ff;
}

h5 {
  max-width: 290px;
  min-width: 120px;
  font-size: 13pt;
  color: #584a2a;
  text-align: center;
  margin: 4px 0 0 18px;
}

h5 a {
  font-size: 11pt;
  margin-top: 4px;
}

a:link {
  color: #0364b6;
}

.left {
  float: left;
}

.right {
  float: right;
}

@media only screen and (max-width: 600px) {
  #leftColumn {
    float: none;
    width: 100%;
  }
  #searchResultBox {
    padding-left: 0px;
  }
}
#leftColumn.leftColumnService {
  float: none;
  width: 100%;
  margin: auto;
}

#leftColumn.leftColumnService.kobe,
#leftColumn.leftColumnService.service-needs {
  float: none;
  width: 80%;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  #leftColumn.leftColumnService.kobe,
  #leftColumn.leftColumnService.service-needs {
    width: 100%;
  }
}
.leftColumnService .searchAxis {
  border-bottom: none;
}

.leftColumnService .searchAxis label input[type=checkbox] {
  display: none;
}

.leftColumnService .searchAxis label input[type=radio] {
  display: none;
}

.leftColumnService .searchAxis.closed label {
  display: block;
}

.leftColumnService h4 p.bullet {
  font-size: 13pt;
  line-height: 1.3;
}

p.bullet {
  margin: 0 8px 0 0;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.leftColumnService p.bullet:after {
  width: 23px;
  height: 23px;
  display: block;
}

.leftColumnService .closed p.bullet {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#content.fixedPage .serviceList h3 {
  margin: 0 0 5px;
  padding: 0 10px;
  color: #fff;
  font-size: 100%;
  border-radius: 10px;
}

#content .serviceItem.todokede h3 {
  background: #00ad8b;
}

#content .serviceItem.azukeru h3 {
  background: #12aeeb;
}

#content .serviceItem.kenko h3 {
  background: #e55397;
}

#content .serviceItem.okane h3 {
  background: #ef8205;
}

#content .serviceItem.manabu-dekakeru h3 {
  background: #874797;
}

#content .serviceItem.soudan h3 {
  background: #9bba1f;
}

#content .serviceItem.byoin-kyukyu h3 {
  background: #d74450;
}

#content #searchResultBox h4 {
  color: #333;
  font-size: 100%;
}

label.serviceType {
  margin-left: 5px;
  font-size: 90%;
  background-color: #CBECFF;
  padding: 4px;
  border-radius: 5%;
}

.blue,
.black {
  /*行政サービスDX*/
}
.blue #leftColumn.leftColumnService.service-dx #searchToolBox h4,
.black #leftColumn.leftColumnService.service-dx #searchToolBox h4 {
  color: #fff;
  font-weight: bold;
}
.blue #content #searchResultBox h4,
.black #content #searchResultBox h4 {
  color: #fff;
}
.blue #leftColumn.leftColumnService.service-dx .searchAxis label.checked,
.black #leftColumn.leftColumnService.service-dx .searchAxis label.checked {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  color: #fff;
  font-weight: bold;
}
.blue #leftColumn.leftColumnService.service-dx #searchToolBox h4 p.bullet,
.black #leftColumn.leftColumnService.service-dx #searchToolBox h4 p.bullet {
  color: #fff;
}
.blue .searchAxis label,
.black .searchAxis label {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.blue p.headline,
.black p.headline {
  color: #fff;
}
.blue p.help,
.black p.help {
  background-color: #fff;
}
.blue .description,
.black .description {
  border: solid 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.blue p.help {
  color: blue;
}

.black p.help {
  color: #000;
}

.yellow {
  /*行政サービスDX*/
}
.yellow #leftColumn.leftColumnService.service-dx #searchToolBox h4 {
  color: #000;
}
.yellow #content #searchResultBox h4 {
  color: #000;
}
.yellow #leftColumn.leftColumnService.service-dx .searchAxis label.checked {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}
.yellow #leftColumn.leftColumnService.service-dx #searchToolBox h4 p.bullet {
  color: #000;
}
.yellow .searchAxis label {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.yellow p.headline {
  color: #000;
}
.yellow p.help {
  background-color: #000;
}
.yellow .description {
  border: solid 1px rgba(0, 0, 0, 0.28);
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

/*# sourceMappingURL=searchaxis.css.map */
