body {  
  font-family: "Yu Gothic Medium",  "游ゴシック Medium",  YuGothic,  "游ゴシック体",  "ヒラギノ角ゴ Pro W3",  "メイリオ",  sans-serif !important;
 letter-spacing: -0.01em;}


.kyao__container--clearfix {
 background-color: rgba( 190, 215, 237, 0.6);
}


/* 元々CSSのbackgroundにあるimgを非表示にする */
.kyaoCommon__bgNone {
  background: none !important;
}

/* 元々HTMLのimgタグにあるimgを非表示にする */
.kyaoCommon__displayNone {
  display: none;
}

/* ヘッダー▼ */
.kyao__logoArea--text {
  margin: 13px 0 2px 0;
}

h1.kyao__logoArea {
  display: flex;
}

.kyao__logoArea--logo {
  width: 280px;
}

img.nikko__70th--topLogo {
  height: 42px;
  width: auto;
}

.kyao__information {
  background: none !important;
  margin-top: 29px !important;
  width: 550px;
}

.kyao__information--text {
  font-size: 13px;
  display: flex;
  color: #002060;
  justify-content: space-between;
  align-items: flex-end;
}

.kyaoCommon__information--text {
  color: #002060 !important;
  text-decoration: none !important;
}

.kyaoCommon__information--text:hover {
  color: #002060 !important;
  text-decoration: underline !important;
}

.kyaoCommon__information--textLast {
  color: #002060 !important;
  text-decoration: none !important;
}

.kyaoCommon__information--textLast:hover {
  color: #002060 !important;
  text-decoration: underline !important;
}

.kyao__information--text li {
  position: relative;
  margin: 0 0 !important;
}

.kyaoCommon__information--text::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 1px; /* 縦線の太さ */
  height: 100%;
  background-color: #A8A8A6; /* 線の色 */
}

.kyao__btn,
a.kyao__btn,
button.kyao__btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 7px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.1s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kyao__btn--color, a.kyao__btn--color {
  color: #fff;
  background-color: #09aad7;
}
.kyao__btn--color:hover, .kyao__btn--color a:hover {
  color: #fff;
  background: #67d203;
  text-decoration: none;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
}

.kyao__information--icon {
  width: 20px;
  padding-right: 5px;
}



/* メガメニュー */

.kyao__mainnavi {
  background: none !important;
  margin-bottom: 0 !important;
  margin-left: 10px !important;
  border-bottom: 1px solid #ccc;
}


.kyao__menu {
  position: relative;
  width: 100%;
  background: #0F3F83; /* メニューの背景色 */
  list-style: none;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
}

.kyaoCommon__menu--parent {
  padding: 1em 5em;
  width: 115px;
}

.kyao__menu--parent {
  padding: 0 10px !important;
  width: 130px;
  display: table !important;
}


.kyaoCommon__menu--parent a {
  color: #fff;/* メニューの文字色 */
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.kyao__menu--parent a {
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
  text-align: center;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}


.kyaoCommon__menu--parent a:hover {
  color: #fff;/* ホバーした時の文字色 */
  text-decoration: none;
} 

.kyao__menu--parent a:hover {
  color: #fff;/* ホバーした時の文字色 */
  text-decoration: none;
} 

.kyao__menu--child {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
} 

.kyaoCommon__menu--parent:hover {
  background: #2F5597;  /* メニューの背景色 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.kyao__menu--parent:hover {
  background: #2F5597; /* メニューの背景色 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.kyaoCommon__menu--parent .kyao__menu--child {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: rgba(6, 40, 104, 0.9);/* メガメニューの背景色 */
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}


.kyao__menu--parent .kyao__menu--child {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: rgba(15,63,131,0.9);/* メガメニューの背景色 */
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.kyaoCommon__menu--parent:hover .kyao__menu--child {
  visibility: visible;
  opacity: 1;
}


.kyao__menu--parent:hover .kyao__menu--child {
  visibility: visible;
  opacity: 1;
}


.kyao__menu--child--top ul {
  display: flex;
  justify-content: left;
  margin-left: 40px;
}

.kyao__menu--child--top li {
  font-size: 14px;
  margin-right: 50px !important;
  margin-left: px !important;
}

.kyao__menu--child--top li:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}


p.kyao__menu--child--middle {
  color: #fff !important;
  font-size: 15px !important;
  text-align: center;
  margin: 10px 0 0 10px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,221,242,0.698091736694678) 5%, rgba(89,183,252,1) 25%, rgba(32,126,193,1) 50%, rgba(89,183,252,1) 75%, rgba(204,221,242,0.7008928571428572) 95%, rgba(204,221,242,0) 100%);
  border-image-slice: 1;
  width: 120px;
}

/* メガメニュー（技術雑誌一覧） */
.kyao__menu--child--bottom {
  display: flex;
  justify-content: center;
  margin: 5px 0 5px 40px;
}

.kyao__menu--child--bottom ul {
  margin-right: 90px;
}

.kyao__menu--child--bottom li {
  display: list-item !important;
  text-align: left;
  font-size: 14px;
  height: 27px;
}

.kyao__menu--child--bottom li:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

/* 一部ページでcommon.cssで上書きされヘッダー部分のリンクの色が変になってしまうのを防ぐため */
.kyao__mainnavi a, .kyao__mainnavi a:visited, .kyao__mainnavi a:hover, span.kyao__infoText, .kyao__btn, .kyao__btn a:hover, .kyao__btn a:visited {
  color: #fff !important;
  text-decoration: none !important;
}

/* メガメニュー（技術図書一覧） */
.kyao__menu--child--bottom2 {
  display: flex;
  justify-content: start;
  margin: 5px 0 5px 62px;
}

.kyao__menu--child--bottom2 ul {
  margin-right: 70px;
}

.kyao__menu--child--bottom2 li {
  display: list-item !important;
  text-align: left;
  font-size: 14px;
  height: 27px;
}

.kyao__menu--child--bottom2 li:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
/* ヘッダー▲ */



/* 画面右側▼ */

.kyao__side--column {
  width: 230px !important;
  padding-right: 33px !important;
}

/* SEARCH▼ */

.kyaoCommon__right--inner {
  background-color: #ecf3fa;
}

.kyaoCommon__rightInner--title {
  display: flex;
  justify-content: center;
  height: 45px;
}

.kyaoCommon__icon--mini {
  padding: 7px 2px 0 0;
  font-weight: 300;
  font-size: 30px;
}

.kyaoCommon__title--mini {
  font-size: 18px;
  text-align: center;
  line-height: 90%;
  font-weight: 500;
  padding-top: 12px;
}

span.kyaoCommon__subtitle--mini {
  font-size: 10px;
  font-weight: 500;
}

p.kyaoCommon__border--mini {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,221,242,0.698091736694678) 5%, rgba(89,183,252,1) 25%, rgba(32,126,193,1) 50%, rgba(89,183,252,1) 75%, rgba(204,221,242,0.7008928571428572) 95%, rgba(204,221,242,0) 100%);
  border-image-slice: 1;
  width: 220px;
  margin: 0px auto 5px auto;
  padding: 0 !important;
}

.kyao__searchBox {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.kyao__searchBox--text {
  border-radius: 20px 0 0 20px;
  border-right: none !important;
  padding-left: 10px !important;
}

.kyao__searchBox--button{
  border-radius: 0 20px 20px 0;
  border: 0.5px solid #ccc;
}
/* SEARCH▲ */


/* カテゴリー▼ */
.kyao__categoryarea--link a, .kyao__categoryarea--link a:visited {
  text-decoration: none !important;
}

.kyao__categoryarea--link a:hover {
  text-decoration: underline !important;
}

.kyao__categoryblock {
  width: 240px !important;
  background-color: rgba( 255, 255, 255, 0) !important;
  border: none !important;
}

.kyao__categoryblock {
  padding-bottom: 10px;
}

.kyao__categoryTree {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.kyao__categoryblock li.level1 {
  padding: 10px 0 5px 20px;
  font-size: 14px;
}
/* カテゴリー▲ */


/* カゴの中▼ */
.kyao__cartbloc--text {
  font-size:14px;
  padding: 10px 0 5px 0 !important;
}

.kyao__cartcheckBtn--img {
  width: auto;
  height: 34.369px;
  padding-bottom: 5px;
}

.kyao__cartcheckBtn--img:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/* カゴの中▲ */


/* ログイン▼ */
.kyao__loginarea {
  height: 95px !important;
}

.kyao__loginarea a, .kyao__loginarea a:visited {
  text-decoration: none !important;
}

.kyao__loginarea--topBtn {
  background: linear-gradient(to top, rgb(5, 130, 174), #27acd9) !important;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.3s;
}

.kyao__loginarea--topBtn:hover {
  opacity: 0.8;
}

p.kyao__loginarea--topBtn--textTop {
  color: #fff;
  font-size: 12px;
}

span.kyao__loginarea--topBtn--textBtm {
  color: yellow;
  font-size: 14px;
}

.kyao__memory {
  display: flex;
  padding:70px 10px 0 85px !important;
  justify-content: flex-end;
  align-items: center;
}

.kyao__checkbox--text {
  padding-top: 0 !important; 
  white-space: nowrap;
}

.kyao__login--space {
  padding-top: 5px !important;
}
.kyaoCommon__login--text {
  font-size: 14px;
}

.kyao__pass--loginbox {
  margin-right: 2px;
}

.kyao__loginBtn {
  padding-top: 0 !important;
}

.kyao__loginBtn--img {
  width: 85px;
  height: auto;
  padding-bottom: 5px;
  transition: 0.3s;
}

.kyao__loginBtn--img:hover {
  opacity: 0.8;
}
/* ログイン▲ */

/* ログイン後▼ */
.kyao__login--welcome {
  padding: 5px 0 0 0 !important;
}

.kyao__loginmypage {
  background-color: #fff;
  margin-bottom: 5px;
}

.kyao__loginmypage--text {
  display: flex;
  flex-direction: column;
  
}

.kyao__loginmypage--text li {
  list-style-type: none;
  font-size: 12px;
  line-height: 20px;
}

.kyao__loginmypage--text a, .kyao__loginmypage--text a:visited {
  text-decoration: none !important;
}

.kyao__loginmypage--text a:hover {
  text-decoration: underline !important;
}

.kyao__logout--btn {
  padding-top: 0 !important;
}

.kyao__logoutBtn--img {
  width: 85px;
  height: auto;
  padding: 0 0 5px 0 !important;
  transition: 0.3s;
}

.kyao__logoutBtn--img:hover {
  opacity: 0.8;
}
/* ログイン後▲ */
/* 画面右側▲ */

/* フッター▼ */
.kyao__fotterarea {
  padding-top: 0 !important;
}

.kyao__fotterNavi {
  background-color: #0F3F83;
  padding-bottom: 10px !important;
  padding-top: 20px !important;
}

.kyao__fotternavi {
  display: flex;
  justify-content: space-evenly;
  margin: 10px 0 10px 0;
  width: 960px;
}

.kyao__fotternavi li {
  display: list-item !important;
  text-align: left;
  font-size: 14px;
  height: 27px;
  color: #fff !important;
}

.kyao__fotternavi--text {
  color: #fff !important;
  text-decoration: none !important;
}

.kyao__fotternavi--text:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

/* フッター原稿印刷ミニ文字 */
.kyao__fotternavi--textMiniArea {
  display: flex;
  justify-content: space-evenly;
  padding-top: 3px;
}

.kyao__fotternavi--textMiniArea li {
  height: 18px;
}

.kyao__fotternavi--textMini {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
}

.kyao__fotternavi--textMini:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.kyao__fotternavi--textMini--tri {
  padding-left: 14px;
}
/* フッター原稿印刷ミニ文字 */

.kyao__fotternavi--bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.kyao__fotternavi--bottomText {
  margin-right: 40px;
}

.kyao__fotternavi--bottomText2 {
  margin-right: 10px;
}

.kyao__fotternavi--bottom li {
  position: relative;
  margin: 0 0 !important;
  text-align: left;
}

.kyao__fotternavi--bottom p {
  color: #fff;
}

.kyao__fotternavi--bottom--text::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 1.5rem;
  content: "";
  width: 1px;/* 縦線の太さ */
  height: 100%;
  background-color: #fff;/* 線の色 */
}

.kyao__copyright {
  font-size: 10px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
/* フッター▲ */

/* 下部ページトップイメージ▼ */
div.kyaoCommon__article--topImg {
  width: 960px;
  position: relative;
}

.kyaoCommon__article--topImg img {
  width: 100%;
}

.kyaoCommon__article--topImg p {
  position: absolute;
  color: #fff;
}

.kyao__article--top--txtTop {
  top: 35%;
  left: 5%;
  font-size: 35px;
  font-weight: bold;
}

.kyao__article--top--txtBtm {
  top: 51%;
  left: 5.2%;
  font-size: 15px;
  font-weight: normal;
}
/* 下部ページトップイメージ▲ */


/* 下部ページ移動経路▼ */
.kyao__breadcrumbs {
  padding: 3px 0 !important;
  margin: 0 !important;
}
/* 下部ページ移動経路▲ */


/* サブページタイトル▼ */
div.kyaoCommon__subPage--title {
  display: flex;
  justify-content: center;
  color: #333;
}
h3.kyaoCommon__subPage--titleTxt {
  font-size: 25px;
  text-align: center;
  line-height: 90%;
  padding-top: 15px;
}
span.kyaoCommon__subPage--titleSubTxt {
  font-size: 12px;
  font-weight: lighter;
}
/* サブページタイトル▲ */

