html {
  font-size: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Meiryo, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.714;
  letter-spacing: .08em;
  vertical-align: baseline;
  color: #333;
  min-width: 320px;
  overflow-wrap: anywhere;
  word-break: normal;
}
_:-ms-lang(x)::-ms-backdrop, body {
  word-wrap: break-word;
}

main {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

a {
}
_:-ms-lang(x)::-ms-backdrop, a {
  word-break: break-all;
}

a[href] {
  color: #204eb7;
}

a:hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p {
  margin: 14px 0 0;
}

ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

h2 {
  margin: 0;
}

.str-inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 10px;
}

.hdg-lv2-01 {
  font-size: 1.75rem;
  font-weight: normal;
  margin: 30px 0 0;
}

.link-single {
  font-size: .875rem;
}

.link-single a {
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
}

.link-single a::before {
  position: absolute;
  top: .5rem;
  left: 0;
  width: .4375rem;
  height: .4375rem;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: .125rem solid #204eb7;
  border-left: .125rem solid #204eb7;
}

.link-single a:hover, .link-single a:focus {
  text-decoration: none;
}

.list-question li {
  padding: .714em 0;
  border-bottom: 1px solid #b6b6b6;
}

.list-question li:first-child {
  border-top: 1px solid #b6b6b6;
}

.list-question li .txt-title {
  display: inline-block;
  margin: 0;
}

.list-question li .txt-title a:hover, .list-question li .txt-title a:focus {
  text-decoration: none;
}

.align-right {
  text-align: right!important;
}

.list-search-results.js-list-search-results.embed-knowledge-list .js-search-results-content {
	height : auto;
}

/* ----------------------------------------------------------------------------
 * .list-searchTag　検索タグ
 * ------------------------------------------------------------------------- */
.list-searchTag li .hdg-searchTag .hdg-searchTag-content{
	font-weight: normal;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	align-items: center;
	padding: 4px 20px 4px 32px;
	border: 1px solid #b6b6b6;
	border-radius: 6px;
	-webkit-flex: 1;
	-webkit-align-items: center;
	font-size: .875rem;
}

.list-searchTag li .hdg-searchTag {
	text-decoration: none;
	color: #333;
	position: relative;
	display: block;
	transition: .3s background-color ease;
	border-radius: 6px;
}

.list-searchTag li .hdg-searchTag {
	margin: 8px 8px 0 0;
}

.list-searchTag li .hdg-searchTag .hdg-searchTag-content b::before {
	width: 20px;
	height: 20px;
	background: url(../.././images/icon_tag.png) no-repeat;
	position: absolute;
	left: 9px;
	bottom: 6px;
	content: "";
}

/* ============================================================================
 * レスポンシブデザイン対応用(必要に応じてコメントを外します)
 * ========================================================================= */
/*
@media screen and (max-width: 767px) {
  body {
    font-size: .875rem;
    line-height: 1.5;
  }
  p {
    margin: 10px 0 0;
  }
  ul {
    margin: 12px 0 0;
  }
  .str-inner {
    padding: 0 12px;
  }
  .hdg-lv2-01 {
    font-size: 1.1875rem;
    margin: 20px 0 0;
  }
  .link-single {
    font-size: .75rem;
  }
  .link-single a::before {
    top: .375rem;
  }
  .list-question li {
    padding: 8px 0;
  }
  .list-question li .txt-title {
    display: inline;
  }
  .list-question li .txt-title {
    font-size: .875rem;
  }
}
*/