@charset "UTF-8";

/************************************ CSC Customize *************************************
 CSCソフトウェアサポート・サポートサイト向けに変更、追加したセレクタおよび処理記述
 セレクタ名"CSC~"のセレクタは新規追加、それ以外は元からあるセレクタの変更になります。
 2025-06-23	メニューボタンの表示位置、タイトル文字属性変更 [.blocks-item-link、.blocks-item-title]
****************************************************************************************/
.brand-color {
	color: #2792c3;
}
.button-hover-color {
	color: #16526e;
}

form {
	max-width: revert;
}

main[role="main"] {
	max-width: 80%;
	padding: 0 1%;
	margin: auto;
	margin-top: 10px;
}

.header {
	max-width: 82%;
	/*padding: 0 1%;*/
	height: 52px;
	margin-left: 128px;
	/*padding-left: 17px;*/
	border-bottom: 1px solid #ddd;
}
.page-header {
	display: revert;
	margin-bottom: 20px;

}
.page-header-description {
	margin: 0 0 0 0;
}

.sub-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 30px;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 10px;
	
}

@media (min-width: 768px) {
	.sub-nav {
		flex-direction: row;
		padding-right: 2px;
	}
}

.sub-nav .breadcrumbs {
	margin: 0;
}

.sub-nav .search-container {
	max-width: 300px;
	width: revert;
}

@media (min-width: 768px) {
	.sub-nav .search-container {
		flex: 0 1 300px;
	}
}

.sub-nav input[type=button][disabled] {
	background-color: #828282;
}

.sub-nav input[type=search]::after {
	font-size: 15px;
}
.request-table-filter {
	margin-left: 0;
	padding-left: 2px;
	width: 100%;
	display: flex;
	margin-right: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 4px;
	padding: 1px 30px 1px 10px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;}

@media (min-width: 768px) {
	.requests-table-toolbar {
		flex-direction: row-reverse;
	}
}

.requests-table-toolbar .search {
	flex: 1;
	width: 100%;
}

.requests-table-toolbar .request-table-filter {
	width: 100%;
}

@media (min-width: 768px) {
	.requests-table-toolbar .request-table-filter {
		width: auto;
	}
}

.requests-table-toolbar .request-filter {
	display: flex;
	align-items: center;
	height:-webkit-fill-available;
	font-size: small;
}

@media (min-width: 768px) {
	.requests-table-toolbar .request-filter {
		margin: 0 0 0 6px;
	}

	[dir=rtl] .requests-table-toolbar .request-filter {
		margin: 0 30px 0 0;
	}
}

.requests-table-toolbar .request-filter-label {
	font-size: 13px;
	margin-top: 30px;
	padding-right: 2px;
}

@media (min-width: 768px) {
	.requests-table-toolbar .request-filter-label {
		margin-top: 0;
		padding-right: 2px;
	}
}

.requests-table-toolbar select {
	max-height: 40px;
	margin-bottom: 30px;
	width: 100%;
}

@media (min-width: 768px) {
	.requests-table-toolbar select {
		margin-bottom: 0;
		max-width: 300px;
		width: auto;
	}
}

@media (min-width: 768px) {
	.requests-table-toolbar .organization-subscribe {
		margin-left: 10px;
	}

	[dir=rtl] .requests-table-toolbar .organization-subscribe {
		margin: 0 10px 0 0;
	}
}

.requests-table-toolbar .organization-subscribe button {
	line-height: 40px;
	max-height: 40px;
	padding: 0 20px;
}

.requests-table-toolbar+.requests-search-info {
	margin-top: 15px;
}

.requests-table-toolbar+.requests-search-info.meta-data::after {
	content: "";
	margin: 0;
}

.requests-table-toolbar+.requests-search-info+.requests {
	margin-top: 20px;
}

.requests-table-toolbar+.requests {
	margin-top: 40px;
}
.request-filter-label {
	padding-right: 2px;
}

/***** Search Box Container *****/
.search-container {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}
.search {
	border-color: #87929D;
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	display: flex;
	position: relative;
	transition: border 0.12s ease-in-out;
	flex-direction: row;
}
.search button {
	border: none;
}

.search:focus-within {
	border-color: #2792c3;
}
.search input[type=search],
.search .clear-button {
	background-color: #fff;
	border-radius: 30px;
	border: none;
}
.search-full input[type=search],
.search-full .clear-button {
	border-color: #fff;
}
.search input[type=search] {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	color: #bbb;
	flex: 1 1 auto;
	height: 32px;
	width: 100%;
}
.search input[type=search]:focus {
	color: #333;
}
.search input[type=search]::-webkit-search-decoration,
.search input[type=search]::-webkit-search-cancel-button,
.search input[type=search]::-webkit-search-results-button,
.search input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill,
.search input[type=search]:-webkit-autofill:hover,
.search input[type=search]:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
	align-items: center;
	box-sizing: border-box;
	color: #777;
	cursor: pointer;
	display: revert;
	flex: none;
	justify-content: center;
	padding: 0 15px;
}
/*
.search .clear-button:hover {
	background-color: $brand_color;
	color: #fff;
}
.search .clear-button:focus {
	outline: 0;
	box-shadow: 0 0 0 3px $brand_color;
}
}*/
.search .clear-button:hover,
.search svg:hover {
	background-color: transparent;
	color: #2792c3;
}
.search .clear-button:focus,
.search svg:focus {
	outline: 0;
	box-shadow: none;
}

.search-has-value .clear-button {
	display: flex;
}

[dir=ltr] .search input[type=search] {
	padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
	border-right-color: #2792c3;
}
[dir=ltr] .search .clear-button {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
	border-left-color: #2792c3;
}
[dir=rtl] .search-has-value input[type=search] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
	border-left-color: #2792c3;
}
[dir=rtl] .search .clear-button {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
	border-right-color: #2792c3;
}

svg.search-icon {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 15px;
	z-index: 1;
	width: 18px;
	height: 18px;
	color: #777;
	pointer-events: revert;
	cursor: pointer;
}

[dir=rtl] svg.search-icon {
	left: auto;
	right: 15px;
}

.container {
	margin: 10px;
	justify-content: space-evenly;
	display:none;
}
@media (min-width: 1160px) {
	.container {
		padding: 0;
		margin: 10px;
		max-width: 100%;
	}
}
@media (max-width: 860px) {
	main[role="main"] {
		max-width: 100%;
		padding: 0 1%;
		margin: 10px;
	}
	.container {
		margin: 0;
		max-width: 100%;
	}
}

input[type=button] {
	cursor: pointer;
	background-color: #2792c3;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 2.72;
	min-width: 190px;
	padding: 0 1.9286em;
	width: 100%;
}
@media (min-width: 768px) {
	input[type=button] {
		width: auto;
	}
}
.button-large:visited,
input[type=button]:visited {
	color: #fff;
}
footer input[type=button]:hover,
footer input[type=button]:active,
footer input[type=button]:focus {
	/*background-color: darken(#2792c3, 20%);*/
	background-color: #16526e;
}
footer input[type=button][disabled] {
	background-color: #ddd;
}

/***** logo in header *****/
.logo img {
	max-height: 20px;
	padding-bottom: 3px;
}
.logo span {
	/*color: $brand_color;*/
	color: #2792c3;
	margin-left: 0px;
	padding-left: 10px;
}
.logo a {
	width: 280px;
}
@media (min-width: 1060px) {
	.logo span {
		font-size: 14px;
	}
}
/***** Desktop PC browser settings *****/
.nav-wrapper-desktop a {
	/*color: $link_color;*/
	color: #4a488e;
}
.nav-wrapper-desktop a:hover,
.nav-wrapper-desktop a:focus,
.nav-wrapper-desktop a:active {
	background-color: transparent;
	/*color: $link_color;*/
	color: #4a488e;
	text-decoration: none;
}

/***** user nav *****/
.user-nav, #user-nav {
	display: inline-block;
position: relative;
	white-space: nowrap;
}

.user-nav-list, .user-nav-list a {
	background-color: #2792c3;
	color: #fff;
	border: 0 solid #fff;
	border-radius: 8px;
	padding: 1px 6px 1px 6px;
}

/***** User info in header *****/
.user-info {
	display: inline-block;
}
.user-info .dropdown-toggle::after {
	display: none;
}
@media (min-width: 768px) {
	.user-info .dropdown-toggle::after {
		display: inline-block;
	}
}
.user-info:hover .dropdown-menu {
	transform: scaleY(1);
}

.user-info:hover .dropdown-menu a {
	transform: scaleY(1);
}
.user-info>button {
	/*color: $link_color;*/
	color: #2792c3;
	border: 0 solid #fff;
	border-radius: 6px;
}
.user-info>button:hover,
.user-info>button:focus {
	/*color: $link_color;*/
	background-color: transparent;
	transform: scaleY(1);
}
.user-info>button::after {
	/*color: $link_color;*/
	color: #2792c3;
	padding-right: 12px;
}
[dir=rtl] .user-info>button::after {
	padding-left: 12px;
	padding-right: 0;
}

#user #user-name {
	display: none;
	font-size: 14px;
	vertical-align: middle;
}
@media (min-width: 768px) {
	#user #user-name {
		display: inline-block;
	}
}
#user #user-name:hover {
	text-decoration: underline;
}
/***** User avatar *****/
.user-avatar {
height: 25px;
width: 25px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.avatar {
	display: inline-block;
	position: relative;
}
.avatar img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}
.avatar .icon-agent {
	/*color: $brand_color;*/
	color:#2792c3;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -2px;
	/*background-color: $brand_text_color;*/
	background-color:#f8fbf8;
}
.user_avatar span {
	vertical-align: middle;
	display: inline-block;
}

/***** user menu dropdown *****/
.dropdown-menu {
background: #e1f5fe;
border: 0 solid #9eb5be;
border-radius: 6px;
box-shadow: 2px -3px 5px #0000001a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	margin-top: 1px;
min-width: 120px;
padding: 4px 0;
	position: absolute;
	text-align: left;
	z-index: 1000;
display: block;
transform: scaleY(0);
transform-origin: center top;
transition: all .3s;
}
.dropdown-menu a {
	display: block;
	transform: scaleY(0);
	transform-origin: center top;
	transition: all .3s;
}
[dir=rtl] .dropdown-menu {
	text-align: right;
}
.dropdown-menu[aria-expanded=true] {
	transform: scaleY(1);
}
.dropdown-menu[aria-expanded=true] a {
	transform: scaleY(1);
}
.dropdown-menu [role=separator] {
	border-bottom: 1px solid #e9ebed;
	margin: 4px 0;
}

.dropdown-menu [role=menuitem] {
	/*color: #333;*/
	color: #2792c3;
	cursor: pointer;
	display: block;
	padding: 4px 20px 4px 15px;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	text-align: start;
	line-height: inherit;
	width: 100%;
}

[dir=rtl] .dropdown-menu [role=menuitem] {
padding: 4px 20px 4px 15px;
}

.dropdown-menu [role=menuitem]:hover,
.dropdown-menu [role=menuitem]:focus {
	background: #2792c3;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
}

.dropdown-menu [role=menuitem][aria-selected=true] {
	cursor: default;
}

.dropdown-menu [role=menuitem][aria-selected=true]::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
	display: inline-block;
	height: 12px;
	margin-left: 10px;
	width: 12px;
}

[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after {
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

.dropdown-menu [role=menuitem][hidden],
.dropdown-menu [role=menuitem][aria-hidden=true] {
	display: none !important;
}

[dir=rtl] .dropdown-menu {
	left: auto;
	right: 0;
	text-align: right;
}

/***** mobile nav *****/
.nav-wrapper-mobile .menu-list-mobile {
	top: 52px;
	transform: scaleY(0);
	transform-origin: center top;
	transition: all .3s;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
	display: block;
	transform: scaleY(0);
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
	transform: scaleY(1);
}

/***** Footer *****/
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-inner {
	max-width: revert;
	margin-left: 128px;
	padding-left: 17px;
}

.footer-inner div {
	color:#dddddd;
}

.form footer {
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}
.form footer a {
  color: #2792c3;
}

/***** Hero component *****/
.hero {
  text-align: center;
  position: relative;
  background-image: initial;
  background-position: initial;
  background-size: initial;
  height: initial;
  padding: initial;
  width: initial;
  margin: 0 0 20px 0;
}
.hero img {
	max-width: 1180px;
  width: 100%;
  height: auto;
}
.hero>div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%,-50%);
}

/* ヘルプセンター名文字サイズのレスポンシブ設定 */
.hero-inner {
  position: initial;
  top: initial;
  transform: initial;
  max-width: initial;
  margin: 0 0 0 0;
}
.hero-inner h1 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero-inner h1 {
	  font-size: 26px;
  }
}
@media (min-width: 1090px) {
  .hero-inner h1 {
	  font-size: 48px;
  }
}

.knowledge-base h4 {
	font-size: 12px;
}
@media (min-width: 768px) {
	.knowledge-base h4 {
		font-size: 16px;
	}
}

/***** Main Content *****/
/***** Article *****/
.article {
	/*
	* The article grid is defined this way to optimize readability:
	* Sidebar | Content | Free space
	* 17%     | 66%     | 17%
	*/
	flex: 1 0 auto;
}

@media (min-width: 1024px) {
	.article {
		flex: 1 0 66%;
		max-width: 90%;
		min-width: 640px;
		padding: 0 10px;
	}
}
.article-container {
	justify-content: center;
}
.article-body table {
	width: 100%;
}
.article-relatives {
	border-top: none;
}
/***** Promoted articles *****/
.blocks-list {
	flex-wrap: wrap;
	justify-content: center;
}
.blocks-item,
.blocks-item a,
.agt-blocks-item,
.agt-blocks-item a {
	transition: all .6s;
	max-width: 240px;
	min-height: 200px;
}

.CSC-articles {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #2792c3;
	margin-bottom: 20px;
}
  .CSC-articles-title {
	margin: 22px 0px;
	text-align: center;
  }
  /* Topix item. */
.CSC-promoted-articles {
	display: flex;
	gap: 4px;
	margin: 0px 20px;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-direction: column;
	align-content: space-around;
}
.CSC-promoted-articles_line {
	display: grid;
	grid-template-columns: 80px auto;
}
@media (min-width: 768px) {
    .CSC-promoted-articles {
	  flex-direction: list-item;
    }
  }
  .CSC-promoted-articles:last-child {
	margin-bottom: 10px;
  }

  
/***** カテゴリ・ブロックアイテム追加設定 [2025-06-23]*****/
.blocks-item-link,
.agt-blocks-item-link {
	justify-content: start;
}
.blocks-item-title,
.agt-blocks-item-title {
	font-size: 20px;
	font-weight: bold
}

/***** カテゴリ・ブロックアイテムのエージェント用 *****/
.agt-blocks-item {
 border: 1px solid #752100;
 border-radius: 4px;
 box-sizing: border-box;
 color: #752100;
 display: flex;
 flex: 1 0 340px;
 margin: 0 0 30px;
 text-align: center;
}
@media (min-width: 768px) {
	.agt-blocks-item {
		margin: 0 15px 30px;
	}
}

.agt-blocks-item:hover,
.agt-blocks-item:focus,
.agt-blocks-item:active {
	background-color: #752100;
	color: #ffffff;
}

.agt-blocks-item:hover *,
.agt-blocks-item:focus *,
.agt-blocks-item:active * {
	color: #ffffff;
	text-decoration: none;
}

.agt-blocks-item-link {
	color: #752100;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	border-radius: #752100;
  }
.agt-blocks-item-link:visited,
.agt-blocks-item-link:hover,
.agt-blocks-item-link:active {
	color: #752100;
	text-decoration: none;
  }
.agt-blocks-item-link:focus {
	outline: 0;
	box-shadow: 0 0 0 3px #752100;
	text-decoration: none;
  }
.agt-blocks-item-title {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
  }
.agt-blocks-item-description {
	margin: 0;
  }
.agt-blocks-item-description:not(:empty) {
	margin-top: 10px;
  }
/***** 無効カテゴリ・ブロックアイテム *****/
.invalid-blocks-item {
	background-color: #dddddd;
	border: 1px solid #a9a9a9;
	border-radius: 4px;
	box-sizing: border-box;
	color: #4e4e4e;
	display: flex;
	flex: 1 0 340px;
	margin: 0 0 30px;
	max-width: 100%;
	text-align: center;
  }
 @media (min-width: 768px) {
	.invalid-blocks-item {
	  margin: 0 15px 30px;
	  color: #4e4e4e;
	  background-color: #dddddd;
	  border: 1px solid #a9a9a9;
	}
 }
 .invalid-blocks-item-link {
	color: #a9a9a9;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	border-radius: #a9a9a9;
 }
 .invalid-blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
	color: #a9a9a9;
	text-decoration: none;
 }
 .invalid-blocks-item-link:focus {
	outline: 0;
	box-shadow: 0 0 0 3px #a9a9a9;
	text-decoration: none;
 }
 .invalid-blocks-item-title {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
 }
 .invalid-blocks-item-description {
	margin: 0;
 }
 .invalid-blocks-item-description:not(:empty) {
	margin-top: 10px;
 }
  
/* 問い合わせフォーム */
/***** Forms *****/
.form {
	max-width: revert;
}
/*@media (min-width: 768px) {
	.table tr {
		display: table-row;
	}
}*/

.form h3 {
	margin-left: 8%;
}

.form-field {
	max-width: 680px;
}

.form-field input[type=text] {
	border: 1px solid #2792c3;
}
.form-field .nesty-input {
	border: 1px solid #2792c3;
}
.form-field label {
	color: #015177;
}
/* リクエストの件名を入力したときに表示される */
/* 推奨記事（おすすめの記事）を非表示にする */
.form .suggestion-list {
	display: none;
}

.form .suggestion-list label {
	display: none;
}

.form .suggestion-list li {
	display: none;
}

.form .suggestion-list li a:visited {
	display: none;
}

/*
form select.form-field {
	-webkit-appearance: none;
	appearance: none;
	/*background-color: rgb(218, 224, 227);
	border: rgb(152, 172, 183) 1px solid;* /
	background-color: rgb(234, 116, 116);
	border: rgb(236, 15, 44) 1px solid;
	border-radius: 3px;
	transition: all .3s;
}
form select.form-field option {
	/*background-color: rgb(218, 224, 227);
	border: rgb(152, 172, 183) 1px solid;* /
	background-color: rgb(116, 234, 177);
	border: rgb(15, 236, 41) 1px solid;
	border-radius: 1px;
transform: scaleY(0);
	transform-origin: center top;
	transition: all .3s;
}
*/
.user_entry_box {
	border-radius: 4px;
	padding: 10px 16px 10px 16px;
}
.form_mngr_box {
	background-color: rgb(218, 224, 227);
	border: rgb(152, 172, 183) 1px solid;
	/*境界線の指定*/
	border-radius: 4px;
	/*角丸の指定*/
	padding: 20px 16px 20px 16px;
	margin-top: 20px;
}
.form_info_box {
	background-color: rgb(152, 172, 183);
	border: rgb(194, 205, 210) 1px solid;
	/*境界線の指定*/
	border-radius: 4px;
	/*角丸の指定*/
	padding: 20px 16px 20px 16px;
	margin-top: 20px;
}

@media (min-width: 1160px) {
	.container {
		padding: 0;
		width: 100%;
	}
}
/* ドロップダウン・デザイン変更 */
.icon_select_mate {
	position: absolute;
	top: 32px;
	right: 13px;
	transition: all 275ms;
	cursor: pointer;
}
.select_mate {
	position: relative;
	width: auto;
	min-height: 40px;
	background-color: transparent;
	border-radius: 3px;
	transition: all 375ms ease;
}
/* ベース・セレクト要素 */
.select_mate select {
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}
/* 新しいセレクト・リスト要素 */
.cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
	z-index: 990;
	margin-top: 0px;
}
.cont_select_int {
	position: absolute;
	left: 0px;
	top: -4px;
	height: 0px;
	width: 100%;
	padding: 0px;
	border-radius: 3px;
	box-shadow: 1px 4px 10px -2px #00000033;
	transition: all 375ms ease;
	max-height: 320px;
	overflow: hidden;
}
.cont_select_int li {
	position: relative;
	float: left;
	width: 100%;
	color: #141414;
	border: 1px solid #2792c3;
	border-top: 0px;
	border-radius: 3px;
	background: rgb(244 250 252);
	list-style-type: none;
	padding: 4px 6px 4px 18px;
	margin: 0px;
	transition: all 275ms ease;
	cursor: pointer;
	z-index: 999;
}
.cont_select_int:first-child {
	border-top: 1px;
}
.cont_select_int:last-child {
	border-bottom: 1px;
}
.cont_select_int li:hover {
	background: #2792c3;
	color: #fff;
}

.cont_select_int li+ .cont_select_int li {
	border-top: 1px;
}
li.active {
	background: rgb(225 245 254);
	border: 2px solid #2792c3;
	/*	color: #000;*/
	color: #2792c3;
	font-weight: 500;
}
/* etiqueta <p> con la opcion selecionada  */
p.selecionado_opcion, .selecionado_opcion {
	font-size: 16px;
	padding: 6px 18px 6px 6px;
	width: 100%;
	display: block;
	cursor: pointer;
	margin: 5px 0;
	border-radius: 4px;
	border: 1px solid #2792c3;
	height: 40px;
	/*line-height: 40px;*/
	outline: none;
	overflow: hidden;
}

/* *************************** */
/* 必須フィールド表示 */
label span.required::after {
	content: "必須";
	margin-left: 5px;
	color: #fff;
	background: rgb(255, 60, 0);
	padding: 1px 3px;
	font-size: 10.5px;
	border-radius: 4px;
}

.consent-box {
	display: flex;
}

/* 入力不可フィールド */
/* ユーザーメールアドレス,問い合わせユーザー, 会社名, ユーザーコード */
/* 契約会社名,契約者住所,契約者TEL,契約者FAX,契約担当者,メールアドレス,部署名,地域,ユーザーコード*/
/* 問い合わせサポート開始日付, 問い合わせサポート終了日付, 契約番号 */
/*.request_anonymous_requester_email input,
.request_custom_fields_360019185396 input,
.request_custom_fields_360019117016 input,
.request_custom_fields_360022436836 input,
.request_custom_fields_360021289876 input,
.request_custom_fields_360020875096 input,
.request_custom_fields_360023149835 input,
.request_custom_fields_360022428096 input,
.request_custom_fields_360022434295 input,
.request_custom_fields_360019118756 input,
.request_custom_fields_360022436116 input,
.request_custom_fields_360022434315 input,
.request_custom_fields_360022434335 input,
.request_custom_fields_360022436136 input,
.request_custom_fields_360019108515 input,
.request_custom_fields_360022434355 input,
.request_custom_fields_360020501095 input,
.request_custom_fields_360023149835 input,

.request_custom_fields_5374717536911 input,
.request_custom_fields_5374718732815 input,
.request_custom_fields_6362017862415 input,*/
.not_enter{
  pointer-events: none;
  color: #222;
  background-color: #d3d3d3;
  border-width: 0px;
  box-shadow: none;
}

/* お問い合わせ履歴 */
#navi-tab a, div.requests th {
	color: #2792c3;
}

/* 「お問い合わせ内容」ページ */
.request-page-title {
	margin-top: 6px;
}
.request-title {
	color: revert;
	background-color: revert;
	border-bottom: 0;
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.avatar img {
	height: 32px;
	width: 32px;
}

.title-list {
	color:#fff;
	background-color: #2792c3;
	padding-left: 3px;
}

.comment-meta {
	font-size: 12px;
}
.comment-list {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
footer>input {
	margin-top: 10px;
}

/* *************************** */
.dispnone {
	display: none;
}
.donotsignin {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
  display: none;
}
.inq-separator {
  border-color: #2792c3;
  margin-bottom: 20px;
}

/* 記事 */
/***** Category pages *****/
.category-container {
	justify-content: space-evenly;
	align-content : space-around;
	flex-direction: column;
	margin-top: 20px;
}
.category-content {
	flex: 1;
	margin: 2px 20px 10px 20px;
}

@media (min-width: 1024px) {
	.category-content {
		flex: 0 0 80%;
	}
}
.article-list {
	width:80%;
	min-width: 600px;
	table-layout: fixed;
}

/***** Section pages *****/
.section-container {
	justify-content: flex-start;
	padding-left: 20px;
}
@media (max-width: 600px) {
	.section-container {
		padding-left: 20px;
	}
}
.article-list th:nth-child(3),
.article-list td:nth-child(3) {
	width: 180px;
}
.article-list-item {
	border-bottom: 1px solid #e9ebed;
	padding: 6px 0 6px 10px;
}

table.article-list th {
	color: #2792c3;
	text-align: left;
	padding-left: 10px;
	padding-right: 40px;
	border-bottom: 1.5px solid rgba(39, 146, 195, 1);
}
td.article-list-item {
	/*border: none;*/
	padding-right: 10px;
	/*color: #2792c3;*/
	margin: none;
}

.section-content {
	margin: 10px 20px 10px 20px;
}
@media (min-width: 1024px) {
	.section-content {
		flex: 0 0 100%;
	}
}
.section-content td, .section-content th {
	margin: 10px 20px 10px 20px;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 40px;*/
}
.section-tree-title {
	border-bottom: 1.5px solid rgba(39, 146, 195, 1);
	padding-left:10px;
}
/*
.section-content thead th {
	background: #110303;
	color: #fff;
}

.section-content tbody tr {
	border-bottom: 1px dotted #D8D5D5;
}

.section-content tbody td {
	border: 1px dotted #D8D5D5;
	border-width: 0px 1px;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	transition: background-color .1s linear;
}

.section-content tbody tr:first-child {
	border-top: none;
}

.section-content tbody tr.even td {
	background: #fbfbfb;
}
*/
.article-list a,
.article-list a:visited,
.requests tbody td a.striped-list-title {
	/*color: rgb(0, 0, 0);*/
	text-decoration: none;
	color: unset;
	max-width: 100%;
}

.article-list li:hover,
.article-list li:focus,
.article-list li:hover>img,
.article-list li:focus>img,
.requests tbody tr:hover td,
.requests tbody tr:focus td,
.requests tbody tr:hover td>img,
.requests tbody tr:focus td>img,
.section-content tbody tr.clickable:hover td,
.section-content tbody tr.clickable:focus td, 
.section-content tbody tr.clickable:hover td > img,
.section-content tbody tr.clickable:focus td > img, 
.faq-filter img:hover
{

	background: rgba(39, 146, 195, 1);
	/*border-radius: 4px;*/
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

table.my-requests {
	table-layout: fixed;
}
table.my-requests th:nth-child(1),
table.my-requests td:nth-child(1) {
	width: auto;
	height: 36px;
}
table.my-requests th:nth-child(2),
table.my-requests td:nth-child(2) {
	width: 80px;
	padding-left: 6px;
	padding-right: 6px;
}
table.my-requests th:nth-child(3),
table.my-requests td:nth-child(3),
table.my-requests th:nth-child(4),
table.my-requests td:nth-child(4) {
	width: 140px;
	padding-left: 2px;
}
table.my-requests th:nth-child(5),
table.my-requests td:nth-child(5) {
	width: 80px;
	padding-left: 2px;
}
table.request-table tr{
	display: block;
	max-width: 90%;
}


/*************************/
/* ローディング画面 */
#loading {
	/*width: 100vw;
	height: 100vh;*/
	transition: all 1s;
	background-color: transparent;
	/* 他の要素より前面に表示 */
	z-index: 9999;
}
.loader {
	/*margin: 100px auto;*/
	font-size: 25px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	top: 60%;
	left: 50%;
	text-indent: -9999em;

	transform: translate(-50%, -50%);
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

/* ページTopボタン */
/* 右下固定パネル */
#scrollControls {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 9999;
}

/* ボタン本体（背景透過） */
.circle-btn {
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	line-height: 0;
}

/* SVGサイズ調整（親ボタンにフィット） */
.btn-svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* ホバー時：少し明るく＆浮き上がり */
.circle-btn:hover .btn-svg circle {
	filter: brightness(1.08);
}

.circle-btn:hover .btn-svg ellipse {
	opacity: 0.12;
}

/* キーボードフォーカス：見やすいアウトライン */
.circle-btn:focus-visible {
	outline: 3px solid #85C6FF;
	border-radius: 999px;
}

/* 近すぎる側のボタンは半透明に（任意） */
.is-near {
	opacity: 0.10;
	pointer-events: auto;
	/* 操作は可能にしておく */
	cursor: default;
}

/* 小さめにしたい場合のクラス（例） */
.sm .circle-btn {
	width: 48px;
	height: 48px;
}

.lg .circle-btn {
	width: 80px;
	height: 80px;
}

html {
	scroll-behavior: smooth;
}
/***トップへ戻るボタンここまで***/


/*****************************/



@-webkit-keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c1, 1.8em -1.8em 0 0em #0dc5c133, 2.5em 0em 0 0em #0dc5c133, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.5), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c1b3, 1.8em -1.8em 0 0em #0dc5c1, 2.5em 0em 0 0em #0dc5c133, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c180, 1.8em -1.8em 0 0em #0dc5c1b3, 2.5em 0em 0 0em #0dc5c1, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c133, 1.8em -1.8em 0 0em #0dc5c180, 2.5em 0em 0 0em #0dc5c1b3, 1.75em 1.75em 0 0em #0dc5c1, 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c133, 1.8em -1.8em 0 0em #0dc5c133, 2.5em 0em 0 0em #0dc5c180, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.7), 0em 2.5em 0 0em #0dc5c1, -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c133, 1.8em -1.8em 0 0em #0dc5c133, 2.5em 0em 0 0em #0dc5c133, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.5), 0em 2.5em 0 0em rgba(13, 197, 193, 0.7), -1.8em 1.8em 0 0em #0dc5c1, -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c133, 1.8em -1.8em 0 0em #0dc5c133, 2.5em 0em 0 0em #0dc5c133, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.5), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.7), -2.6em 0em 0 0em #0dc5c1, -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c133, 1.8em -1.8em 0 0em #0dc5c133, 2.5em 0em 0 0em #0dc5c133, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.5), -2.6em 0em 0 0em rgba(13, 197, 193, 0.7), -1.8em -1.8em 0 0em #0dc5c1;
	}
}

@keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #0dc5c1, 1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2), 2.5em 0em 0 0em rgba(13, 197, 193, 0.2), 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.5), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(13, 197, 193, 0.7), 1.8em -1.8em 0 0em #0dc5c1, 2.5em 0em 0 0em rgba(13, 197, 193, 0.2), 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(13, 197, 193, 0.5), 1.8em -1.8em 0 0em rgba(13, 197, 193, 0.7), 2.5em 0em 0 0em #0dc5c1, 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(13, 197, 193, 0.2), 1.8em -1.8em 0 0em rgba(13, 197, 193, 0.5), 2.5em 0em 0 0em rgba(13, 197, 193, 0.7), 1.75em 1.75em 0 0em #0dc5c1, 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(13, 197, 193, 0.2), 1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2), 2.5em 0em 0 0em rgba(13, 197, 193, 0.5), 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.7), 0em 2.5em 0 0em #0dc5c1, -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.2), -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(13, 197, 193, 0.2), 1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2), 2.5em 0em 0 0em rgba(13, 197, 193, 0.2), 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.5), 0em 2.5em 0 0em rgba(13, 197, 193, 0.7), -1.8em 1.8em 0 0em #0dc5c1, -2.6em 0em 0 0em rgba(13, 197, 193, 0.2), -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(13, 197, 193, 0.2), 1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2), 2.5em 0em 0 0em rgba(13, 197, 193, 0.2), 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.5), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.7), -2.6em 0em 0 0em #0dc5c1, -1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(13, 197, 193, 0.2), 1.8em -1.8em 0 0em rgba(13, 197, 193, 0.2), 2.5em 0em 0 0em rgba(13, 197, 193, 0.2), 1.75em 1.75em 0 0em rgba(13, 197, 193, 0.2), 0em 2.5em 0 0em rgba(13, 197, 193, 0.2), -1.8em 1.8em 0 0em rgba(13, 197, 193, 0.5), -2.6em 0em 0 0em rgba(13, 197, 193, 0.7), -1.8em -1.8em 0 0em #0dc5c1;
	}
}