
/* ------------------------------------------------------
contents
------------------------------------------------------ */

/* catchcopy */
.l-content .catchcopy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .catchcopy p {
  position: relative;
  font-size: 25px;
  font-weight: bold;
}

.l-content .catchcopy p::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background: #0f218b;
}

/* c-list--anchor */
.l-content .c-list--anchor {
  display: flex;
  justify-content: center;
}

.l-content .c-list--anchor li {
  width: 180px;
}

.l-content .c-list--anchor li+li {
  margin-left: 10px;
}

/* worryBox */
.l-content .worryBox {
  position: relative;
  box-sizing: border-box;
  width: 880px;
  border: 3px solid #666;
  margin: 0 auto 60px;
}

.l-content .worryBox::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  border-top: 32px solid #ccc;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
  transform: translateX(-50%);
}

.l-content .worryBox .head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #e8dd50;
}

.l-content .worryBox .head p {
  font-size: 24px;
  font-weight: bold;
}

.l-content .worryBox .main {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.l-content .worryBox .main .worryList>li {
  display: flex;
  align-items: center;
}

.l-content .worryBox .main .worryList>li:not(:first-child) {
  margin-top: 15px;
}

.l-content .worryBox .main .worryList>li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  padding: 9px 0 4px;
  background: #e8dd50;
  font-size: 17px;
  font-weight: bold;
}

.l-content .worryBox .main .worryList>li .icon>.num {
  padding-bottom: 1px;
  font-size: 19px;
}

.l-content .worryBox .main .worryList>li>.txt {
  margin-left: 20px;
  font-size: 19px;
  font-weight: bold;
}

/* feature_01  */
.l-content .feature_01 .itemList {
  display: flex;
  justify-content: space-between;
}

.l-content .feature_01 .itemList .item {
  box-sizing: border-box;
  width: 176px;
  border: 1px solid #ccc;
}

.l-content .feature_01 .itemList .item .name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 4px 0 1px;
  background: #eee;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .feature_01 .itemList .item .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
}

.l-content .feature_01 .itemList .item .btn {
  margin-top: 12px;
}

.l-content .feature_01 .itemList .item .btn a {
  width: 160px;
}

.l-content .feature_01 .itemList>.item.box_hover {
  cursor: pointer;
  opacity: 0.75;
}

/* feature_02 */
.l-content .feature_02 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.l-content .feature_02 .box {
  width: 300px;
}

.l-content .feature_02 .box .head {
  padding: 7px 0 4px;
  background: #e8dd50;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .feature_02 .box .wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.l-content .feature_02 .box .pic {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .feature_02 .box .pict {
  width: 73px;
  padding-top: 3px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .feature_02 .box .pic.pic_01 .pict {
  margin-left: 16px;
}

.l-content .feature_02 .box .pic.pic_01 img {
  margin-top: 15px;
}

.l-content .feature_02 .box .pic.pic_02 {
  margin-left: 40px;
  margin-right: 34px;
}

.l-content .feature_02 .box .pic.pic_02 img {
  margin-top: 10px;
}

.l-content .feature_02 .box .pic.pic_03 img {
  margin-top: 15px;
}

.l-content .feature_02 .box .pic.pic_03 strong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 98px;
  border-radius: 50%;
  margin-top: 15px;
  background: #f4eda8;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .feature_02 .box .pic.pic_03 strong .color_red {
  color: #d00;
  font-size: 26px;
  line-height: 1;
}

.l-content .feature_02 .box .pic.pic_03 strong .color_red .num {
  font-size: 30px;
}

.l-content .feature_02 .box .pic.pic_04 {
  margin-left: 32px;
  margin-right: 24px;
}

.l-content .feature_02 .box .pic.pic_04 img {
  margin-top: 18px;
}

/* feature_03 */
.l-content .feature_03 {
  display: flex;
  margin: 20px;
}

.l-content .feature_03 .pic {
  position: relative;
  padding-right: 83px;
  margin-left: 190px;
}

.l-content .feature_03 .pic .txt_01 {
  position: absolute;
  top: 91px;
  right: 0;
}

.l-content .feature_03 .pic .txt_02 {
  position: absolute;
  right: 0;
  bottom: 9px;
}

/* feature_04 */
.l-content .feature_04 .pic {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.l-content .feature_04 .pic .caption {
  position: absolute;
  top: 246px;
  left: 160px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

/* example */
.l-content .example>.pic {
  position: relative;
  text-align: center;
  padding-bottom: 290px;
}

.l-content .example>.pic .caption {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .example>.pic .item {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 285px;
}

.l-content .example>.pic .item.item_01 {
  top: 472px;
  left: 100px;
}

.l-content .example>.pic .item.item_02 {
  top: 472px;
  left: 488px;
}

.l-content .example>.pic .item .name {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .example>.pic .item .head {
  border-bottom: 3px solid #e8dd50;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .example>.pic .item>.pic {
  margin-top: 15px;
}

.l-content .example>.pic .item .pointList {
  margin: 20px auto 0;
}

.l-content .example>.pic .item .pointList>li {
  font-weight: bold;
  text-align: left;
  line-height: 24px;
}
.l-content .example--other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 850px;
}
.l-content .example--other>.box {
  width: 400px;
}
.l-content .example--other>.box.box--full {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.l-content .example--other>.box>.head {
  padding: 6px 0 4px;
  background-color: #e8dd50;
}

/* lineup */
.l-content .lineup .spec {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.l-content .lineup .spec .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .lineup .spec .box .head {
  padding: 6px 13px 4px;
  background: #e8dd50;
  font-size: 17px;
  font-weight: bold;
}

.l-content .lineup .spec .box .size {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}
.l-content .lineup .m-table tr>th,
.l-content .lineup .m-table tr>td {
  padding: 7px 0;
}

.l-content .lineup .m-table tr>th {
  font-weight: bold;
}
.l-content .lineup .m-table tr>th.bg_white {
  background: #fff;
}
.l-content .lineup .m-table tr>td .circle {
  font-size: 23px;
}
.l-content .lineup .m-table>tbody>tr>th {
  background-color: #aaa;
  color: #fff;
  font-size: 15px;
  writing-mode: vertical-rl;
}

.l-content .lineup .m-table>tbody>tr>td.type>div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-content .lineup .m-table>tbody>tr>td.comingsoon {
  background-color: #ddd;
  line-height: 1.75;
}

.l-content .lineup .m-table>tbody>tr>td.comingsoon .num{
  font-size: 15px;
  line-height: 2;
}

.l-content .m-btn--conversion,
.l-content .m-btnWin--conversion,
.l-content .m-btn--ordernow, 
.l-content .m-btn--cartin,
.l-content .m-btn--newRegist {
   padding: 8px;
}
