/*タイトルの文字変更 */
.Header__searchTitle{
  color: white;
  font-weight: bold;
  text-shadow: 1px 2px 5px Black;
}
.Header__description{
  color: white;
  font-weight: bold;
  text-shadow: 1px 2px 5px Black
}
/*ドキュメントアイコン削除 */
.ContentList__documentIcon{
    display: none;
}
/*記事内のSNSアイコンの削除 */
.KbDetailLtContainer__userSocialIcon{
display: none
}
/*お問い合わせフッター削除 */
.Footer__footerContent{
display: none
}
/*お知らせ */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #e46317;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #e46317;
}
@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}
/* 装飾 */
 *{
  box-sizing: border-box;
}
body{
  margin: 20px;
}
.font_color :link{
   color:#000000
}
.font_color a:visited{
   color:#000000
}
.font_color a:hover{
   color:#e46317
}
/*フッター */
#footer {
  position: relative;
  margin-top: 0px;
  color: #fff;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  color: #e46317;
}
#footer .primary {
  padding: 40px 20px;
  background: #333;
}
#footer .secondary {
  display: flex;
  padding: 40px 20px;
  background: #222;
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
    background: #333;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* footer-logo */
#footer .logo {
  position: relative;
  margin: 10px 350px 0;
  padding: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: #e46317
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */
.address {
  margin: 10px 350px 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */
.navi-row {
  display: flex;
  margin-top: 40px;
}
#footer .navi {
  margin: 10px 350px 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .navi-row {
    display: block;
    margin-top: 15px;
  }
  #footer .navi {
    font-size: 12px;
  }
  #footer .navi li {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* copyright */
#footer .copyright {
  width: 100%;
  margin: 10px 350px 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}
body {
  margin: 0;
  padding: 0;
}
/*人気記事ヘッダーアイコン削除 */
.ListHeader__listIcon2{
    display: none;
}

/*フッターお問い合わせボタン */
.footer_button{
    display: flex;
   align-items: center;
   justify-content: center;
   height: 150px;
    background: #F5F5F5;
}
.footer_button a{
    display: block;
    padding: 20px;
    background: #e46317;
    color: #FFF;
    width: 300px;
    height: 80px;
    text-align: center;
  border-radius: 100px;
  font-size: 24px;
}
.footer_button a:hover {
  opacity: 0.7;
}
/* おすすめ記事 */

.list01 {
  border: solid 2px #e46317;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
 }
.list01 :link{
  color:#000000
}
.list01 :visited{
  color:#000000
}
.list01 :hover{
  color:#e46317
}
.list01 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.list01 li:last-of-type {
  border-bottom: none;
}
.list01 li:before {
  /*リスト内のアイコン*/
  font-family: "FontAwesome";
  content: "●";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #e46317; /*アイコン色*/
}
.list01 li:after {
  /*タイトルタブ*/
  background: #e46317;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "おすすめ記事";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
  }
  /*iframe*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    /*202306追加*/
.KbCategory__box{
	width:calc(30% - .87rem);
	margin:0 1.3rem 1.3rem 0;
	-webkit-box-shadow:0 0 12px 2px rgba(237,237,237,1);
	-moz-box-shadow:0 0 12px 2px rgba(237,237,237,1);
	box-shadow:0 0 12px 2px rgba(237,237,237,1);
	border:1px solid #ededed;
	transition: all 250ms ease
}
.KbCategory__box{
	margin:0 0 1.3rem 1.3rem
}
@media only screen and (min-width:1025px){
	.KbCategory__box:nth-child(3n-3) {
		margin-right:0
	}
	html[dir="rtl"] .KbCategory__box:nth-child(3n-3){
		margin-left:0
	}
	.KbCategory__box:hover{
		box-shadow:0 5px 23px 2px #dedddd
	}
}
.KbCategory__box:nth-child(2):last-child,.KbCategory__box:nth-last-child(2):first-child{
	width:calc(50% - 0.65rem)
}
.KbCategory__box:nth-child(2):last-child{
	margin-right:0
}
html[dir="rtl"] .KbCategory__box:nth-child(2):last-child{
	margin-left:0
}
@media (max-width:1024px) and (min-width:768px){
	.KbCategory__box{
		width:calc(50% - 0.65rem)
	}
	.KbCategory__box:nth-child(2n-2) {
		margin-right:0
	}
	html[dir="rtl"] .KbCategory__box:nth-child(2n-2){
		margin-left:0
	}
}
@media (max-width:768px){
	.KbCategory__box,.KbCategory__box:nth-child(2):last-child,.KbCategory__box:nth-last-child(2):first-child{
		width:100%;
		margin-right:0
	}
	html[dir="rtl"] .KbCategory__box,html[dir="rtl"] .KbCategory__box:nth-child(2):last-child,html[dir="rtl"] .KbCategory__box:nth-last-child(2):first-child{
		margin-left:0
	}
}
.KbCategory__boxInner{
	padding:1.250rem 1rem 1.250rem
}
.KbCategory__topic{
}
.KbCategory__topic a{
	font-size:1.2rem;
	letter-spacing:0.03125rem;
	font-weight:700;
	display:inline;
	vertical-align:sub;
	word-wrap:break-word;
	word-break:break-word;
	margin:0 0.625rem 0 0
}
html[dir='rtl'] .KbCategory__topic a{
	margin:0 0 0 0.625rem
}
.KbCategory__topic .KbCategory__deptText{
	color:#000;
	cursor:pointer
}
.KbCategory__topic .KbCategory__deptText:hover{
	color:#e46317
}
.KbCategory__wordWrap{
}
.KbCategory__topicContent{
	color:#333;
	font-size:.9rem;
	margin:0.2rem 0 0
}
.KbCategory__avatarText,.KbCategory__avatarPhoto{
	margin-top:.3rem
}
.KbCategory__priveteDept{
	color:#555;
	font-size:0.625rem;
	padding:0 0.5rem;
	background-color:#eceaea;
	border-radius:3px;
	border:1px solid #dedddd;
	letter-spacing:0.3px
}
.Header__container {
    padding: 0.9375rem;
    margin: auto;
    max-width: 73.125rem;
    transition: all 250ms ease;
}
