@charset "utf-8";

/*===========
  common
=============*/

/* h2Ttl */
.l-content h2.h2Ttl {
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.l-content h2.h2Ttl span {
  border-left: 5px solid #5763ae;
  display: block;
  color: #333;
  padding: 0 0 0 10px;
  line-height: 1.2;
}
/*wrap*/
.l-content .wrap {
  width: 930px;
  margin: 0 auto;
}
/*summary*/
.l-content .summary {
  font-size: 16px;
  line-height: 24px;
}

/*===========
  c-feature
=============*/
.l-content .c-feature .boxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
}
.l-content .c-feature .boxList .box {
  width: 392px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 15px 0;
}
.l-content .c-feature .boxList .box p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.l-content .c-feature .boxList .box > p:first-child {
  width: 130px;
  border-bottom: solid 1px #5763ae;
  font-size: 16px;
  padding-bottom: 5px;
  margin: 0 auto;
}
.l-content .c-feature .boxList .box .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 10px solid #5763ae;
  border-bottom: 0;
  margin: 0 auto;
}
.l-content .c-feature .boxList .box .block {
	display: block;
  text-align: center;
}
.l-content .c-feature .boxList .box .block p {
	display: inline-block;
  text-align: left;
}

/*===========
  c-anchor
=============*/

/*anchorList*/
.l-content .c-anchor .anchorList {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.l-content .c-anchor .anchorList p {
  display: flex;
  align-items: center;
  text-align: center;
}
.l-content .c-anchor .anchorList p::before,
.l-content .c-anchor .anchorList p::after {
  content: "";
  height: 1px;
  border-top: solid 3px #5763ae;
  flex-grow: 1;
}
.l-content .c-anchor .anchorList p::before {
  margin-right: 10px;
}
.l-content .c-anchor .anchorList p::after {
  margin-left: 10px;
}
.l-content .c-anchor .anchorList ul.m-btnList--center {
  margin: 0 auto;
}
.l-content .c-anchor .anchorList ul.m-btnList--center li a {
  width: 220px;
}

/*===========
  c-product
=============*/

/* h3Ttl */
.l-content h3.h3Ttl {
  border-bottom: solid 1px #ccc;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
/*itemList*/
.l-content .c_product .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.l-content .c_product .itemList .item {
  width: 178px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 15px 10px 10px;
}
.l-content .c_product .itemList .item > div:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.l-content .c_product .itemList .item > div:first-child .icon_new,
.l-content .c_product .itemList .item > div:first-child .icon_st {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 2px 0 0px;
  box-sizing: border-box;
}
.l-content .c_product .itemList .item > div:first-child .icon_new {
  border: 1px solid #dd0000;
  color: #dd0000;
}
.l-content .c_product .itemList .item > div:first-child .icon_st {
  border: 1px solid #007b23;
  color: #007b23;
}
.l-content .c_product .itemList .item .date {
  font-size: 11px;
  white-space: nowrap;
}
.l-content .c_product .itemList .item .name {
  font-size: 14px;
}
.l-content .c_product .itemList .item .txt {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 8px 0;
}
.l-content .c_product .itemList .item .price {
  font-weight: bold;
}
.l-content .c_product .itemList .item .btn a {
  width: 158px;
}

/*===========
  c-lineup
=============*/

/*table*/
.l-content .c_lineup table {
  width: 810px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  box-sizing: border-box;
  margin-left: 10px;
}
.l-content .c_lineup table thead th.bg {
  background-color: #f5f5f5;
}
.l-content .c_lineup table tbody th.bg {
  background-color: #ddd;
}
.l-content .c_lineup .txt {
  font-size: 16px;
}

/*===========
  c-info
=============*/

.l-content .c-info .item {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
.l-content .c-info .item div:last-child {
  width: 435px;
}
/*btn*/
.l-content .c-info p.btn a {
  width: 160px;
}
/*m-asideSubBox*/
.l-content .m-asideSubBox {
  width: 834px;
  box-sizing: border-box;
  margin: 60px auto 0;
}
.l-content .m-asideSubBox .m-asideSubBox__ttl {
  padding: 8px 0 5px;
  font-size: 15px;
  text-align: center;
}
.l-content .m-asideSubBox .m-asideSubBox__main {
  display: flex;
  justify-content: center;
  column-gap: 70px;
  padding-top: 20px;
}
.l-content .m-asideSubBox .m-asideSubBox__main a {
  width: 220px;
}