/*
Theme Name:titls child
Theme URI:
Description:titls child theme
Template:titls
Author:e.shimizu
Author URI:
Version:1.22.2
*/

.p-header-slider__item {
/* テーマのバグ用
消すとトップのスライドが子テーマで消える */
    height: 700px;
}


#js-header__search{
  display: none;
}

#header_lang.type1 img, #header_lang.type2 .active_site img {
    border: 1px solid #ddd;
}

.p-global-nav > li > a{
padding: 0 12px;
font-weight: bold;
}


.p-entry__body a.anchor-item:hover{
text-decoration: none;
}


.p-global-nav > li {
    border-left: 1px solid #29418e;
    border-right: 1px solid #29418e;
}

.p-index-content02 .p-btn{
  display: none;
}


/* - - - - - 機器リスト - - - - - */
main .equipment-list h4{
  margin: 12px 0 8px;
}
main .equipment-list ul{
  margin: 0 0 0;
}
main .equipment-list li{
  margin: 0;
  font-size: 13px;
  line-height: 160%;
}

/* - - - - - list design - - - - -*/


.list-styleA {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* item */
.list-styleA li {
  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 1px solid #2a2f8f;
  /*border-radius: 4px;*/
  background-color: #ffffff;

  font-size: 14px;
  font-weight: bold;
  color: #2a2f8f;
  text-decoration: none;

  transition: background-color 0.2s ease;
}
.list-styleA a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  position: relative;
  line-height: 1.4;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.list-styleA a:hover {
  text-decoration: none;
}

.list-styleA a:after{
  content: '';
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-right: 2px solid #2a2f8f;
  border-bottom: 2px solid #2a2f8f;
  transform: rotate(-45deg);
}


/* hover */
.list-styleA li:hover {
  background-color: #eef0fa;
}

/* icon */
.list-styleA-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #2a2f8f;
  border-bottom: 2px solid #2a2f8f;
  transform: rotate(45deg);
}


/* - - - - - table - - - - - */

.column-1{
  width: 60px;
}

.p-entry__body thead td {
    background: #f4f4f4;
}

/* layout */
.anchor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* item */
.anchor-item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 8px 16px;
  border: 1px solid #2a2f8f;
  border-radius: 6px;
  background-color: #ffffff;

  font-size: 16px;
  font-weight: bold;
  color: #2a2f8f;
  text-decoration: none;

  transition: background-color 0.2s ease;
  position: relative;
}

/* hover */
.anchor-item:hover {
  background-color: #eef0fa;
}

/* icon */
.anchor-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #2a2f8f;
  border-bottom: 2px solid #2a2f8f;
  transform: rotate(45deg);
}


.anchor-item:before{
content: '';
display: block;
width: 10px;
height: 10px;
border-right: 2px solid #2a2f8f;
border-bottom: 2px solid #2a2f8f;
transform: rotate(45deg);
position:absolute;
top:18px;
right: 24px;
}

.p-close-btn,
.p-close-btn::before{
  color: #fff;
}

/*.p-close-btn{
  border-top: 1px solid #29418e;
  border-bottom: 1px solid #29418e;
}*/
/* ------------------------
   responsive
------------------------ */

@media screen and (max-width: 1199px) {
  .p-global-nav > li {
    border-left: none;
    border-right: none;
  }

  .p-menu-btn {
    color: #000 !important;
  }
  .p-close-btn{
  border-bottom: none;
}
}


/* タブレット・スマホ */
@media screen and (max-width: 768px) {
  .anchor-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .anchor-item {
    padding: 8px 12px;
    font-size: 12px;
  }

  .p-close-btn::before{
    color: #fff;
  }


.anchor-item:before{
  width: 4px;
  height: 4px;
  top:16px;
  right: 12px;
}

.list-styleA{
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
/* icon */
.list-styleA a:after{
  width: 6px;
  height: 6px;
  top:18px;
  right: 12px;
}

}
