/*堀　ケミカルボタン*/
.btn001 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width: 50%;
  height: 40px;
  transition: 0.3s;
  text-align: center;
  background: #437bb7;
  position: relative;
  margin: auto;
}
.btn001::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: rotate(-50%);
}
.btn001:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}

.btn002 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 50%;
  height: 40px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:0 0 0 auto;/*右寄せ*//* 上 | 右 | 下 | 左 */
  position: relative;
}
.btn002::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: rotate(-50%);
}
.btn002:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn002 {
   width: 100%;
  }
 }
/*光の知恵袋へのご意見・ご感想はこちらボタン*/
.btn004 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  transition: 0.3s;
  background-color: #e98300;
  margin:auto;
}
.btn004:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
/*堀　社内用ボタン*/
.btn006 a {
  display: block;
  position: relative;
  margin: 3px 10px;
  padding: 1em 1em;
  width: 100%;
  color: #333;
  font-size: 16px;
  transition: 0.3s;
  border-bottom: 1px solid;
}
.btn006 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #f5f6f7;
  border-radius: 50vh;
}
.btn006 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #437bb7;
  border-right: 2px solid #437bb7;
}
.btn006 a:hover {
  text-decoration: none;
  color: #437bb7;
}
/*堀　社内用DLボタン*/
.btn007 a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 1em 1em;
  text-decoration: none;
  background-image: url(https://mem.hikari-ax.co.jp/material/010_others/download.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 20px top 50%;
  color: #333;
  margin: 3px 10px;
}
.btn007 a span {
  margin-right: 20px;
}
.btn007 a:hover {
  color: #437bb7;
}
/*堀　つぶやき一覧*/
.btn010 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  border-radius: 5px;
  width: 25%;
  height: 30px;
  transition: 0.3s;
  background-color: #437bb7;
  margin: 0 0 0 auto;
}
.btn010:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
.btn010 {
   width: 100%;
}
} 
 /*日吉　半導体講座受講申込み*/
 .btn011 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  transition: 0.3s;
  text-align: center;
  background: #851da5;
  position: relative;
}
.btn011::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: rotate(-50%);
}
.btn011:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}

/*日吉　ご意見・ご感想(社内用)*/
.btn012 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  border-radius: 5px;
  width: 25%;
  height: 30px;
  transition: 0.3s;
  background-color: #e98300;
  margin: 0 0 0 auto;
}
.btn012:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
.btn012 {
   width: 100%;
}
} 
/*堀　tOP新着ボタン*/
/*日吉　デバイスtOP・TDSC・日ケミtop新着ボタン*/
.sintyaku-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 25%;
  height: 30px;
  transition: 0.3s;
  background-color: #437bb7;
  margin: 0 0 0 auto;
}
.sintyaku-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .sintyaku-button {
   width: 100%;
  }
 } 

/*堀　電池用語集ボタン*/
.container01 {
  display: flex;/*横並び*/
  flex-wrap: wrap;/*子要素の折り返し*/
  width: 70%;
  margin: auto;
  font-size: 20px;
  color: #e98300;
}
.dammy {
  width: 130px;
  margin: auto;
}
.item01{
  background-color: #fff;
  border: solid 2px;
  border-color: #e98300;
  width: 130px;
  height: 60px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;/*子要素が複数あったら縦に並ぶ*/
  justify-content: center;/*縦方向中央*/
  text-align: center;/*横方向中央*/
}
.item01:hover {
  color: #fff;
  background: #e98300;
}
.item01 a {
  color: #e98300;
  text-decoration: none;
}
.item01:hover a {
  color: #fff;
  background: #e98300;
}
.item001{
  background-color: #fff;
  border: solid 2px;
  border-color: #e98300;
  width: 280px;
  height: 60px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;/*子要素が複数あったら縦に並ぶ*/
  justify-content: center;/*縦方向中央*/
  text-align: center;/*横方向中央*/
}
.item001:hover {
  color: #fff;
  background: #e98300;
}
.item001 a {
  color: #e98300;
  text-decoration: none;
}
.item001:hover a {
  color: #fff;
  background: #e98300;
}
@media screen and (max-width: 800px) {
.container01 {
width: 100%;
justify-content: center;
}
.item01 {
  width: 25%;
  height: 60px;
  margin: 5px 5px;
  display: flex;
}
.item001 {
  width: 50%;
  height: 60px;
  margin: 5px 5px;
  display: flex;
}
.dammy {
  width: 25%;
  margin: auto;
  font-size: 14px;
}
}
/*堀　電池用語集項目*/
.bowdesign01 {
  border-radius: 6px;
  box-shadow: 0 1px 3px #ccc;
  display: block;
  padding: 20px 40px;
  width: 100%;
  margin: 30px auto;
}
.font01{
   color: #e98300;
   font-size: 18px;
   font-weight: 700;
   border-bottom: solid 1px #ccc;
   padding: 7px 0;
   text-align: justify;
}
.font02{
   color: #333;
   font-size: 18px;
   padding: 7px 0;
   text-align: justify;
}
/*堀　デバイス用語集*/
.container02 {
  display: flex;/*横並び*/
  flex-wrap: wrap;/*子要素の折り返し*/
  width: 70%;
  margin: auto;
  font-size: 20px;
  color: #437bb7;
}
.dammy {
  width: 130px;
  margin: auto;
  font-size: 20px;
}
.item02{
  background-color: #fff;
  border: solid 1px;
  border-color: #437bb7;
  width: 130px;
  height: 50px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;/*子要素が複数あったら縦に並ぶ*/
  justify-content: center;/*縦方向中央*/
  text-align: center;/*横方向中央*/
}
.item02:hover {
  color: #fff;
  background: #437bb7;
}
.item02 a {
  color: #437bb7;
  text-decoration: none;
}
.item02:hover a {
  color: #fff;
  background: #437bb7;
}
.item002{
  background-color: #fff;
  border: solid 1px;
  border-color: #437bb7;
  width: 280px;
  height: 50px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;/*子要素が複数あったら縦に並ぶ*/
  justify-content: center;/*縦方向中央*/
  text-align: center;/*横方向中央*/
}
.item002:hover {
  color: #fff;
  background: #437bb7;
}
.item002 a {
  color: #437bb7;
  text-decoration: none;
}
.item002:hover a {
  color: #fff;
  background: #437bb7;
}
@media screen and (max-width: 800px) {
.container02 {
width: 100%;
justify-content: center;
}
.item02 {
  width: 25%;
  height: 50px;
  margin: 5px 5px;
  display: flex;
}   
.item002 {
  width: 25%;
  height: 50px;
  margin: 5px 5px;
  display: flex;
  font-size: 14px;
}   
.dammy {
  width: 25%;
  margin: auto;
  font-size: 14px;
}
}
/*堀　デバイス用語集項目*/
.bowdesign{
  border-radius: 6px;
  box-shadow: 0 1px 3px #ccc;
  display: block;
  padding: 20px 40px;
  width: 100%;
  margin: 30px auto;
}
.font001{
   color: #437bb7;
   font-size: 18px;
   font-weight: 700;
   border-bottom: solid 1px #ccc;
   padding: 7px 0;
   text-align: justify;
}
.font002{
   color: #333;
   font-size: 18px;
   padding: 7px 0;
   text-align: justify;
}

/*堀　社内用半導体講座実施報告TOP*/
.semicon-font{
   color: #437bb7;
   font-size: 18px;
   border-bottom: solid 1px #ccc;
   padding: 7px 0;
   text-align: justify;
}
.semicon-font a {
  color: #333;
  text-decoration: none;
}
.semicon-font:hover a {
  color: #437bb7;
}

/*五島　シス本ABB(左寄せボタン)*/
.abb-button {
  display: flex;
  align-items: center;
  justify-content: center; 
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 40%;
  height: 40px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:right auto;
}
.abb-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .abb-button {
   width: 100%;
  }
 }
 /*堀　社内用 展示会・セミナー資料 アコーディオンメニュー*/
.menu { /* メニュー全体 */
	width: 100%;
  font-size: 16px;
	margin: 3px auto;
  padding: 0;
}
.menu label {/* 親項目の装飾 */
	display: block;
	position: relative;
	margin: 5px 0 3px 10px;/*上　右　下　左*/
  padding: 1em 0.5em;
	background: #fff;
  border-bottom: solid 1px #333;
	cursor: pointer;
  color: #333;
}
.menu label::before {
  position: absolute;
	content: '▼';
	color: #333;
	right: 0.5em;
	top: 25%;
}
.menu input {/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
	display: none;
}
.menu input:checked + ul {/* 開いた状態のサブメニュー */
	display: block;
	line-height: 2.0;
	padding: 1rem 1rem;  
	margin: 3px 0 3px 10px;
}
.menu ul {/* 閉じた状態のサブメニュー */
	overflow: hidden;
	line-height: 0;
	padding: 0;
	transition: 0.3s;
/* 下記は開閉によらず共通の設定 */
	background: #eee;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu label:hover {
	background: #ccc;
}
/*堀　アクセスログ　検索記録・勧誘リスト*/
/*アイコンの下に文字を回り込ませない*/
.article-area001 {
  display: flex;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #333;
  overflow: hidden;
  zoom: 1;
}
.article-area001 a {
  display: block;
	padding: 20px;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	border: solid 3px #ccc;
	background-color: #fff;
  text-align: justify;
}
.article-area001 a:hover {
	background-color: #fffdc5;
	text-decoration: none;
}
.article-area001 img {
  float: left;
}
.article-area001 span {
  overflow: hidden;
  zoom: 1;
}
/*堀　【テスト】社内用ページ*/
/*アイコン文字　上下中央*/
.article-area002 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #333;
}
.article-area002 a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	border: solid 3px #ccc;
	background-color: #fff;
  text-align: justify;
}
.article-area002 a:hover {
	background-color: #fffdc5;
	text-decoration: none;
}
.article-area002 span {
  color: #333;
  vertical-align: middle;
}
.article-area002 img {
  vertical-align: middle;
}