@charset "utf-8";

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

.l-content .section {
  margin: 40px auto 70px;
}
.l-content .h2Ttl {
  margin-bottom: 20px;
}

/* 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 .middle {
  position: relative;
  padding-left: 5px;
  font-size: 27px;
}
.l-content .catchcopy h3 .middle::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: #fc0;
}


.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,
.l-content .m-btn--center .m-btnWin--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;
  background: #BDBBD4;
  color: #333;
  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;
}


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

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

/* 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/cvs/rv/intro/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/cvs/rv/intro/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;
  position: relative;
}

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

.l-content .triangle::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: 720px;
  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;
}

/* title */
.l-content .add .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-content .add .title .border_left {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 64px;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
  transform: rotate(-35deg);
}
.l-content .add .title .border_right {
   position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 64px;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
  transform: rotate(35deg);
}
.l-content .add .title p:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 38px;
}
.l-content .add .title p:nth-of-type(2) .lower {
  position: relative;
  padding-left: 5px;
  font-size: 25px;
}
.l-content .add .title p:nth-of-type(2) .lower::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: #fc0;
}

.l-content .add .title p:nth-of-type(2) .middle {
  position: relative;
  padding-left: 5px;
  font-size: 27px;
}
.l-content .add .title p:nth-of-type(2) .middle::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: #fc0;
}

/* c-list--check-02 */
.l-content .release .c-list--check-02 {
  width: 650px;
  margin: 0 auto 30px;
  padding: 20px 0 0 30px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.l-content .release .c-list--check-02 li {
  position: relative;
  padding-left: 30px;
  text-align: left;
}
.l-content .release .c-list--check-02 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 .release .c-list--check-02 li + li {
  margin-top: 5px;
}

/* btn_list */
.l-content .btn_list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.l-content .btn_list .box {
  width: 350px;
  border: solid 2px #ccc;
  box-sizing: border-box;
  padding: 25px 0;
}
.l-content .btn_list .box p {
  line-height: 24px;
}
.l-content .btn_list .box a {
  width: 240px;
}