@charset "UTF-8";
/* Main */
body {
  font-family: arial, sans-serif;
  margin: 0;
  background: #fff;
}

#wrapper {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
section {
  margin-top: 4.6rem;
}
.breadcrumb {
  margin-left: 2rem;
  padding: 0.5rem;
  font-size: 14px;
  color: #555;
}
header {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}
/*
h1 {
  font-size: 2em;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: center;
}*/

.revision {
  margin: 0;
  display: block;
  color: #999;
  font-size: 12px;
  text-align: right;
}

#wrapper {
  margin: 3.6rem 0 0 0;
}
#contentsBodyArea {
	margin-top: 2rem;
}

#contentsBodyArea h1 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#contentsBodyArea h2 {
  color: #1a0dab;
  font-size: 20px;
  font-weight: 400;
  border: none;
  margin: 0px 0px 5px 0px;
  padding: 0;
  line-height: 1.2rem;
}

#contentsBodyArea a {
  color: #681da8;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#contentsBodyArea a:hover .linkTitle {
  text-decoration: underline;
}

#contentsBodyArea a h2 {
  color: #1a0dab;
  display: inline-block;
  padding-top: 10px;
}

#contentsBodyArea p {
  margin: 0;
  padding: 0.2rem;
  color: #4d5156;
  font-size: 14px;
  line-height: 1.58;
}

#contentsBodyArea p b {
  color: #000;
  background-color: rgba(255, 255, 2, 0.493);
  line-height: 1.1rem;
}

.searchResultHeader {
  padding: 15px;
  margin: 0 auto 0 auto;
  width: 800px;
  /*	border: solid 1px #ddd;*/
  border-radius: 10px;
  display: flex;
  position: relative;
}

.result {
  width: 100%;
  text-align: right;
}

p.resultTitle {
  padding-left: 20px !important;
}
.resultItem {
  margin: 20px 30px;
  padding: 20px 0 0 5px;
  position: relative;
  border-top: solid 1px #eee;
}

.linkCategory {
  display: block;
  left: 5px;
  top: 20px;
  color: #5f6368;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.pagetop a {
  display: block;
  background-color: #aaa;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* search */
#queryGroup1 {
  width: 50vw !important;
}

#search_controller {
  border: none;
  padding: 5px;
  margin: 4px 10px 0 10px;
  /*margin: 10px 5px;
	width: 150px;*/
  font-size: 12px;
  border-radius: 5px;
}

#search_controller div {
  line-height: 14px;
  height: 20px;
  margin: 0;
  padding: 0;
}
#search_controller label {
  display: block;
  margin-left: 24px;
  margin-top: -16px;
}
#search_area {
  display: flex;
  width: 100%;
}
#search_box {
  width: 100%;
}
#search_box input {
  min-width: 350px;
  width: calc(100% - 50px);
  height: 30px;
  padding-left: 5px;
  border: #d8d8d8 1px solid;
  border-radius: 4px;
  transition: all 0.2s;
}
#targetManual {
  width: 200px;
}
#search_box input:focus {
  outline: none;
  border: #1a0dab 1px solid;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#search_box input:focus::placeholder {
  color: transparent;
}

#search_box button {
  cursor: pointer;
  margin-left: 10px;
  width: 80px;
  height: 34px;
  color: #ffffff;
  background-color: #1a0dab;
  border: #1a0dab 1px solid;
  border-radius: 4px;
  transition: all 0.2s;
}

#search_box button:hover {
  box-shadow: 0px 0px 5px 3px rgba(0, 141, 141, 0.3);
}

#search_box button#searchSubmit {
  border: none;
  background-image: url(./search.svg);
  background-size: contain;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

#search_box button#searchSubmit:hover {
  box-shadow: none;
}

#searchBox {
  /*    width: 443px !important;
    min-width: 443px !important;*/
  position: relative;
  margin-top: 0.6rem;
}

#searchBox input {
  /*width: 443px !important;*/
  padding: 0px 5px !important;
}

#searchSubmit {
  height: 28px;
  width: 28px;
  background-color: #fff !important;
}
/*
#suggestBox {
  margin-top: 0.5rem;
  border: solid 1px #ccc;
  padding: 0px 5px;
  background-color: #fff;
  opacity: 0.9;
  z-index: 1000;
  position: absolute;
  min-width: 350px;
  font-size: 13px;
}

#suggestBox p {
  font-weight: bold;
  padding: 0.5rem;
  margin: 0;
  background-color: #f0f0f0;
}

#suggestBox ul {
  padding: 0;
  margin: 0px -5px;
}

#suggestBox li:before {
  position: relative;
  top: 0.2rem;
  display: inline-block;
  content: url(./history.svg);
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

#suggestBox li:first-child {
  border-top: none;
}

#suggestBox li {
  list-style-type: none;
  margin: 0;
  padding: 1px 5px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

#suggestBox li:hover {
  background-color: #eee;
}

#suggestBox li:focus {
  background-color: #eee;
  outline: none;
  border-left: solid 3px #1a0dab;
}

#suggestBox li.suggestFocus {
  background-color: #eee;
  outline: none;
  border-left: solid 3px #1a0dab;
}

#suggestBox li.suggestFocus .deleteButton {
  opacity: 1;
}

#suggestBox li:hover .deleteButton {
  opacity: 1;
}

.deleteButton {
  position: absolute;
  right: 16px;
  display: inline-block;
  margin-top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ccc;
  background-image: url(./delete.svg);
  background-size: contain;
  color: #555;
  cursor: pointer;
  opacity: 0;
}
*/
/* Language, Manual SelectBox */
.sParamSBOX {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 5px 0;
}

.sParamSBOX::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.sParamSBOX select {
  appearance: none;
  min-width: 100px;
  height: 30px;
  padding: 0px 30px 0px 5px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.sParamSBOX select:focus {
  outline: none;
  border: #1a0dab 1px solid;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

option {
  padding: 4px 4px;
}

.note {
  color: red;
}

/* media */

@media (max-width: 1239px) {
  #search_box input {
    width: 290px !important;
  }
}

@media screen and (max-width: 768px) {
  .search_contents {
	width: 90vw !important;
  }

  .searchResultHeader,
  .queryGroup1,
  #search_area,
  #wrap {
    width: auto !important;
  }
  #search_box {
    margin-top: 0px;
  }
  #search_box input {
    width: 150px !important;
  }
  /*
  #searchBox {
    width: 80vw !important;
    margin-right: 5vw !important;
  }*/
  #narrowSearch {
	right: 2rem !important;
  }
  /*
  #suggestBox {
    width: 350px;
    /*width: 80vw;
  }*/
  .sParamSBOX select {
    width: 100%;
  }
}
/*
h2::after {
  display: none;
}*/

#loadingOverLay {
  display: none;
}

#loadingOverLay.loading {
  background-color: rgb(250, 250, 250, 0.95);
  color: #555;
  width: 100%;
  height: 100%;
  display: inline;
  position: absolute;
  text-align: center;
  z-index: 200000;
  align-content: center;
  border-radius: 4px;
  top: 0;
  left: 0;
}

@keyframes bound-anim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(-6px);
  }
}

#loadingOverLay span.anime {
  display: inline-block; /*横並びにしつつアニメーションを適用*/
  animation: 0.5s bound-anim ease-in infinite alternate;
}

#loadingOverLay span:nth-child(2) {
  animation-delay: 0;
}

#loadingOverLay span:nth-child(3) {
  animation-delay: 0.2s;
}

#loadingOverLay span:nth-child(4) {
  animation-delay: 0.4s;
}
div.search_header {
  border-bottom: solid 2px #10218b;
  background-color: #ffffff;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.7rem 1.5rem;
  line-height: 2.2rem;
  text-align: center;
  height: 3.6rem;
  display: block;
  flex-direction: row;
  font-size: 16px;
  z-index: 20;
}
.site-name {
  color: #353535;
  font-weight: 600;
  font-size: 1.3rem;
}
.footer {
  border-top: 1px solid #d7d7d7;
  padding-top: 0.5rem;
  color: #686868;
  text-align: center;
}
@media (min-width: 1240px) {
  .search_contents {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    width: 1200px;
    margin: 0 auto;
    line-height: 200%;
  }
}

@media (max-width: 1239px) {
  .search_contents {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    width: 800px;
    margin: 0 auto;
    line-height: 200%;
  }
}
.logo {
  height: 3.2rem;
  min-width: 2.2rem;
  margin-right: 0.8rem;
  vertical-align: top;
  position: absolute;
  top: 0.2rem;
  left: 1rem;
  pointer-events: none;
  cursor: default !important;
  display: inline-block;
}
@media (min-width: 1140px) {
  #narrowSearch {
    display: none;
  }

  #searchBox {
    display: flex;
    width: 530px;
    justify-content: flex-end;
    /*background-color: #fff;*/
    height: 2rem;
    top: 0;
    right: 0;
    position: absolute;
  }

  #searchBox select {
    width: 190px;
    height: 1.5rem;
    margin-top: 0.5rem;
  }

  #searchBox input#searchText {
    width: 180px;
    height: 22px;
    font-size: 12px;
    margin-left: 0.5rem;
    margin-top: 0.8rem;
  }

  #searchBox #targetManual {
    font-size: 12px;
    height: 26px;
    padding: 1px 2px;
  }

  #searchBox button {
    border: none;
    background-image: url(./search.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-color: #fff !important;
    cursor: pointer;
    margin: 0.5rem 0 0 0;
  }

  #searchBox .searchControl {
    display: flex;
    align-items: center;
    margin: 0 0.5rem 0 auto;
    padding: 0 5px;
    min-width: 400px;
    /*border: solid 1px #ddd;*/
  }

  #searchBox .searchType {
    font-size: 10px;
    margin: 0 0.3rem;
    padding: 4px 0 0 0;
  }

  #searchBox .searchType div {
    line-height: 0.5rem;
    text-align: left;
  }

  .searchType input {
    width: 0.65rem;
    height: 0.65rem;
  }
}

@media (max-width: 1140px) {
  #narrowSearch {
    border: none;
    background-image: url(./search_close.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-color: #fff !important;
    cursor: pointer;
    position: absolute;
    top: 0.7rem;
    right: 1rem;
  }
  #narrowSearch.open {
    background-image: url(./search_open.svg) !important;
  }
  #searchBox {
    display: flex;
    width: 100vw;
    justify-content: flex-end;
    /*background-color: #fff;*/
    height: 2rem;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  div.header4 > #searchBox {
	width: auto;
  }

  div.header4 #searchBox select {
    width: 170px;
  }
  div.header4 #searchBox input#searchText {
	width: 20vw;
  }
  #searchBox select {
    width: 35vw;
    height: 1.5rem;
    margin-top: 0.5rem;
  }
  div.header4 #searchBox .searchControl {
	width: auto;
	margin: 0 0.5rem 0 auto;
	padding: 0 5px;
	box-shadow: none;
  }
  #searchBox input#searchText {
    width: 40vw;
    height: 1.2rem;
    /*font-size: 10px;*/
    margin-left: 0.5rem;
    margin-top: 0.6rem;
	min-width: 200px;
  }

  #searchBox #targetManual {
    font-size: 0.8rem;
  }

  #searchBox button {
    border: none;
    background-image: url(./search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    max-width: 20px;
    max-height: 20px;
    width: 5vw;
    height: 5vw;
    vertical-align: middle;
    background-color: #fff !important;
    cursor: pointer;
    margin: 0 0.5rem;
    margin: 0.5rem 0 0 0rem;
  }

  #searchBox .searchControl {
    display: flex;
    align-items: center;
    margin: 3.6rem auto;
    padding: 0.5rem 1rem 1rem 1rem;
    /*min-width: 100vw;*/
    height: 100%;
    background-color: #fff;
    /*border: solid 1px #ddd;*/
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 100000;
    width: 90vw;
  }

  #searchBox .searchType {
    font-size: 10px;
    margin: 0 0.3rem;
    padding: 4px 0 0 0;
  }

  #searchBox .searchType div {
    line-height: 0.5rem;
    text-align: left;
    font-size: 0.5rem;
    text-align: left;
	display: flex;
	align-items: flex-start;
  }
  #searchBox .searchType div label{
	margin-top: 0.45rem;
  }
  .searchType input {
    max-width: 0.8rem;
    max-height: 0.8rem;
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width: 500px) {
  #searchBox .searchType div {
    text-align: center;
  }
  #searchBox button {
    width: 10vw;
    height: 10vw;
  }
  .logo {
	height: 3.2rem;
	width: 20vw;
	margin-right: 0.8rem;
	vertical-align: top;
	position: absolute;
	top: 0.2rem;
	left: 0.5rem;
	pointer-events: none;
	cursor: default !important;
	display: inline-block;
  }
  .site-name {
	font-size: 1rem;
  }
  #searchBox input#searchText {
	margin-top: 0.7rem;
	min-width: auto;
	width: 30vw
  }
}
#suggestBox {
	margin-top: .5rem;
	border: solid 1px #ccc;
	padding: 0px 5px;
	background-color: #fff;
	opacity: 0.9;
	z-index: 1000;
	position: absolute;
	min-width: 250px;
	font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
	/*right: 5px;*/
	max-width: 250px;
}

#suggestBox p {
	font-weight: bold;
	padding: 0.5rem;
	margin: 0;
	background-color: #f0f0f0;	
}

#suggestBox ul {
	padding: 0;
	margin: 0px -5px;
}

#suggestBox li:before {
	position: relative;
	top: 0.2rem;
	display: inline-block;
	content: url(./history.svg);
	margin-right: 0.5rem;
	width: 0.8rem;
	height: 0.8	rem;
}

#suggestBox li:first-child {
	border-top: none;
}

#suggestBox li {
	list-style-type: none;
	margin: 0;
	padding: 1px 40px 1px 5px;
	border-top: solid 1px #ddd;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 30px;
	line-height: 30px;
	text-align: left;
	cursor: pointer;
}

#suggestBox li:hover {
	background-color: #eee;
}

#suggestBox li:focus {
	background-color: #eee;
	outline: none;
	border-left: solid 3px #1a0dab;
}

#suggestBox li.suggestFocus {
	background-color: #eee;
	outline: none;
	border-left: solid 3px #1a0dab;
}

#suggestBox li.suggestFocus .deleteButton {
	opacity: 1;
}

#suggestBox li:hover .deleteButton {
	opacity: 1;
}

.deleteButton {
	position: absolute;
	right: 14px;
	display: inline-block;	
	margin-top: 7px;
	width: 14px;
	height: 14px;
	border-radius: 8px;
	background-color: #ccc;
	background-image: url(./delete.svg);
	background-size: contain;
	color: #555;
	cursor: pointer;
	opacity: 0;
}




div.header4 > #searchBox {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 0 0 auto;
}

div.header4 > #searchBox input#searchText {
	margin-top: 0.5rem;
}

#topHeaderLink {
	color: #353535;
	text-decoration: none;;
}