@charset "utf-8";

/* ------------------------------------------------------
common
------------------------------------------------------ */
.l-content .h2Ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 10px 5px;
}

/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 220px;
  background: url("/maker/misumi/mech/product/conveyor/rv/img/mv.png") no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}

/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* catchcopy */
.l-content .catchcopy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-content .catchcopy h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-content .catchcopy h3 .upper {
  color: #c00;
  font-size: 27px;
}
.l-content .catchcopy h3 .lower {
  position: relative;
  padding-left: 5px;
  font-size: 25px;
}
.l-content .catchcopy h3 .lower::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: #fc0;
}

/* text */
.l-content .c-fc--blue {
  color: #038bff;
}
.l-content .c-fc--red {
  color: #c00;
}

/* button */
.l-content .m-btn--center .m-btn--conversion {
  width: 300px;
}

/* c-list--anchor */
.l-content .c-list--anchor {
  margin: auto;
  width: 800px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-content .c-list--anchor li {
  margin-top: 10px;
  width: 180px;
}
.l-content .c-list--anchor li + li {
  margin-left: 10px;
}

/* c-list--check */
.l-content .c-list--check {
  width: 580px;
  margin: 0 auto 30px;
  padding: 24px 0 22px 115px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.l-content .c-list--check li {
  position: relative;
  padding-left: 30px;
}
.l-content .c-list--check li::before {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 14px;
  border-right: 4px solid #0f218b;
  border-bottom: 4px solid #0f218b;
  transform: rotate(45deg);
  transform-origin: center;
  content: "";
}
.l-content .c-list--check li + li {
  margin-top: 5px;
}

/* m-thumbnail */
.l-content .m-thumbnail a {
  width: 640px;
  margin: 0 auto;
}

/* worryBox */
.l-content .worryBox {
  position: relative;
  box-sizing: border-box;
  width: 880px;
  border: 3px solid #0f218b;
  margin: 50px auto 60px;
}
.l-content .worryBox::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  border-top: 32px solid #0f218b;
  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: #cfd3e8;
}
.l-content .worryBox .head h2 {
  color: #0f218b;
  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: #0f218b;
  color: #fff;
  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;
}

/* featureBox */
.l-content .featureBox {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.l-content .featureBox .txtArea .head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 0;
  width: 94px;
  border-left: 7px solid #0f218b;
  background: #e7e7e7;
  color: #0f218b;
  font-size: 19px;
  font-weight: bold;
}
.l-content .featureBox .txtArea .head>.num {
  padding-bottom: 1px;
  font-size: 25px;
}
.l-content .featureBox .txtArea .title {
  margin-top: 15px;
  color: #0f218b;
  font-size: 21px;
  font-weight: bold;
}
.l-content .featureBox .image {
  display: flex;
  justify-content: center;
  width: 360px;
}

/* example */
.l-content .c-text--lead {
  color: #0f218b;
  font-size: 25px;
}
.l-content .c-text--lead span {
  position: relative;
}
.l-content .c-text--lead span::after {
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0f218b;
  content: "";
}
.l-content .c-text--large {
  font-size: 19px;
}
.l-content .c-example {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.l-content .c-example .c-example__detail__outer {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.l-content .c-example .c-example__detail {
  padding: 8px 10px 10px;
  background-color: #fff;
}
.l-content .c-example .c-example__detail + .c-example__detail {
  margin-left: 30px;
}
.l-content .c-example .c-example__note {
  padding-bottom: 5px;
  background-color: #fff;
}

/* lineup */
.l-content .itemList {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.l-content .itemList>.item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 220px;
  padding: 9px 9px 12px;
  border: 1px solid #bfbfbf;
}
.l-content .itemList>.item .head {
  width: 200px;
  padding: 4px 0;
  background: #0f218b;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.l-content .itemList>.item .name {
  margin-top: 10px;
  color: #004098;
  font-weight: bold;
  text-align: center;
}
.l-content .itemList>.item .pic {
  margin: 20px auto 0;
}
.l-content .itemList>.item .caption {
  margin-top: 20px;
  text-align: center;
}
.l-content .itemList>.item .btn {
  margin: 10px auto 0;
}
.l-content .itemList>.item .btn a {
  width: 180px;
}
.l-content .itemList>.item.box_hover {
  cursor: pointer;
  opacity: 0.75;
}
.l-content .itemList>.comingSoon {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 220px;
  padding: 9px 9px 12px;
  border: 1px solid #bfbfbf;
  background: #bfbfbf;
}
.l-content .itemList>.comingSoon .name {
  margin-top: 100px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .lineup .category{
  font-size: 18px;
  font-weight: bold;
}

.l-content .lineup .category span{
  border-bottom: 1px solid #333333;
}

/* Q and A */
.l-content .c-qa {
  width: 920px;
  margin: 0 auto;
}


/* voice */
.l-content .voice{
  margin: auto;
  width: 880px;
  border: 3px solid #0f218b;
}

.l-content .voice .title{
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #0f218b;
  background-color: #cfd3e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .voice .flex{
  display: flex;
  justify-content: center;
}

.l-content .voice .flex .txt{
  width: 625px;
  height: 97px;
  background-image: url(/maker/misumi/mech/product/conveyor/rv/img/pic_voice_02.png);
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .voice .flex .txt-right{
  width: 625px;
  height: 97px;
  background-image: url(/maker/misumi/mech/product/conveyor/rv/img/pic_voice_03.png);
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* add */
.l-content .add .problem span{
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #797979;
}

.l-content .add .txt{
  font-size: 19px;
  font-weight: bold;
  position: relative;
}

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

.l-content .add .release{
  width: 650px;
  margin: 0 auto 30px;
  padding: 24px 0 22px 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
  position: relative;
  z-index: -5;
}

.l-content .add .release p{
  display: block;
}

.l-content .add .release .em{
  position: relative;
  padding-left: 7px;
  font-size: 24px;
  font-weight: bold;
}

.l-content .add .release .em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: #fc0;
}

.l-content .add .product{
  margin: auto;
  padding: 35px 0;
  width: 650px;
  border: 5px solid #f5f5f5;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  justify-content: space-evenly;
}

/* booklet */
.l-content .booklet .wrapper{
  margin: auto;
  padding: 30px 30px;
  width: 860px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  display: flex;
}

.l-content .booklet .catalog{
  font-size: 19px;
}

.l-content .booklet .image{
  margin-left: 140px;
}