@charset "utf-8";
/* ------------------------------------------------------
/maker/misumi/el/service/box/index.html
------------------------------------------------------ */
/* c_section */
.l-content .secService,
.l-content .secContact{
  background: #edf7fd;
  padding-bottom: 45px;
}

/* h2TopTtl */
.l-content .h2TopTtl {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 25px;
}
.l-content .h2TopTtl span {
  display: block;
  text-align: center;
  color: #1a70bf;
  font-size: 25px;
  font-weight: bold;
}
.l-content .h2TopTtl:after {
  content: '';
  display: inline-block;
  height: 5px;
  background-color: #2376c2;
  width: 70px;
  margin-top: 5px;
}

/* h3TopTtl */
.l-content .h3TopTtl {
  font-size: 15px;
  font-weight: bold;
  color: #1a70bf;
  border-left: 5px solid #1a70bf;
  padding: 0 10px;
}

/* renewalBox */
.l-content .renewalBox {
  margin: 40px -40px 0 20px;
  letter-spacing: -0.4em;
}
.l-content .renewalBox li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 0 0;
  width: 435px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
}
.l-content .renewalBox li.renewal01 {
  background: #bbb;
}
.l-content .renewalBox li.renewal02 {
  background: #ffe8a3;
}
.l-content .renewalBox li span {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  padding: 0 0 10px;
}

/* serviceBox */
.l-content .serviceBox {
  margin: 40px 0 0 50px;
  padding-bottom: 50px;
  letter-spacing: -0.4em;
}
.l-content .serviceBox li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  box-sizing: border-box;
  text-align: center;
}
.l-content .serviceBox li .ttl {
  display: table;
  width: 100%;
  height: 95px;
  font-size: 23px;
  font-weight: bold;
  color: #116abc;
}
.l-content .serviceBox li .ttl span {
  display: table-cell;
  vertical-align: middle;
}
.l-content .serviceBox li .caption {
  font-size: 14px;
}

/* infoBlock */
.l-content .infoBlock {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #FFF;
  padding: 25px 30px;
  height: 157px;
}
.l-content .infoBlock .inner {
  padding: 8px 0;
  width: 100%;
  box-sizing: border-box;
  display: table;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.l-content .infoBlock .inner .date {
  width: 130px;
  display: table-cell;
  padding: 0 0 0 85px;
}
.l-content .infoBlock .inner .txt {
  display: table-cell;
}
.l-content .infoBlock .inner .new {
  position: absolute;
  top: 8px;
  left: 0;
  background: #e60012;
  color: #FFF;
  padding: 1px 0;
  width: 65px;
  text-align: center;
  display: inline-block;
}

/* contactBox */
.l-content .contactBox {
  width: 910px;
  margin: 0 auto;
  background: #FFF;
  padding: 15px;
  box-sizing: border-box;
  border: 3px solid #d1deea;
}
.l-content .contactBox .name,
.l-content .contactBox .tel,
.l-content .contactBox .fax,
.l-content .contactBox .day{
  display: inline-block;
}
.l-content .contactBox .name{
  padding-right: 35px;
}
.l-content .contactBox .tel{
  padding-right: 30px;
}
.l-content .contactBox .fax{
  padding-left: 20px;
}
.l-content .contactBox .name,
.l-content .contactBox .tel,
.l-content .contactBox .fax{
  font-size: 15px;
  font-weight: bold;
}
.l-content .contactBox .tel span,
.l-content .contactBox .fax span{
  font-size: 26px;
  padding-left: 10px;
}
.l-content .contactBox .day.u-block{
display: block;
}

.l-content .btn_free a {
  width: 400px;
  height: 55px;
  font-size: 23px;
  line-height: 40px;
}


.l-content .feature{
  background-color: #edf7fd;
}

.l-content .feature .sectionTtl{
  font-size: 33px;
  font-weight: bold;
  color: #1a70bf;
  text-align: center;
}

.l-content .feature .sectionTtl span{
  font-size: 45px;
}

.l-content .feature .container{
  margin: 55px auto;
  width: 890px;
  display: flex;
}

.l-content .feature .container .txtBox{
  width: 445px;
}

.l-content .feature .container .txtBox .featureTtl{
  display: flex;
}

.l-content .feature .container .txtBox .featureTtl .featureNo{
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #2f5597;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  box-sizing: border-box;
}

.l-content .feature .container .txtBox .featureTtl .featureNo span{
  display: block;
  width: 80px;
  text-align: center;
}

.l-content .feature .container .txtBox .featureTtl .featureNo span.nam {
  font-size: 33px;
  line-height: 33px;
}

.l-content .feature .container .txtBox .featureTtl h3{
  margin-left: 20px;
  font-size: 27px;
  line-height: 43px;
}

.l-content .feature .container .txtBox .featureTtl h3 span{
  font-size: 33px;
  color: #1a70bf;
}

.l-content .feature .container .txtBox .featureTxt{
  margin-top: 30px;
  font-size: 17px;
}

.l-content .feature .container .txtBox .featureTxt span{
  font-size: 21px;
  color: #1a70bf;
}

.l-content .feature .container .imgBox{
  width: 445px;
  display: flex;
  justify-content: center;
}

.l-content .feature .m-btn--conversion{
  width: 400px;
  height: 55px;
  font-size: 23px;
  line-height: 40px;
}

.l-content .point{
  background-color: #f7f7f7;
}

.l-content .point .sectionTtl span{
  display: block;
  font-size: 33px;
  font-weight: bold;
  color: #1a70bf;
}

.l-content .point .sectionTtl:after {
  content: '';
  display: inline-block;
  height: 5px;
  background-color: #2376c2;
  width: 70px;
  margin-top: 5px;
}

.l-content .point .container{
  margin: auto;
  padding: 40px 0;
  width: 890px;
  display: flex;
}

.l-content .point .container .txtBox{
  width: 445px;
}

.l-content .point .container .txtBox .pointTtl{
  font-size: 25px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #1a70bf;
  width: 350px;
  height: 55px;
  box-sizing: border-box;
}

.l-content .point .container .txtBox .pointTxt{
  margin-top: 15px;
  font-size: 17px;
  font-weight: bold;
}

.l-content .point .container .txtBox .pointTxt span{
  font-size: 23px;
  color: #1a70bf;
}

.l-content .point .container .txtBox .solutionArea{
  margin-top: 23px;
  padding: 21px 0 0 20px;
  width: 440px;
  height: 170px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 6px 3px 3px #cccccc;
  box-sizing: border-box;
}

.l-content .point .container .txtBox .solutionArea .solutionTtl{
  font-size: 19px;
  font-weight: bold;
  color: #1a70bf;
  position: relative;
}

.l-content .point .container .txtBox .solutionArea .solutionTtl::after{
  content: "";
  width: 230px;
  height: 3px;
  background-color: #1a70bf;
  position: absolute;
  top: 48%;
  right: 0;
}

.l-content .point .container .txtBox .solutionArea .solutionList{
  margin-top: 14px;
  margin-left: 20px;
  font-size: 17px;
  line-height: 33px;
}

.l-content .point .container .txtBox .solutionArea .solutionList li{
  position: relative;
}

.l-content .point .container .txtBox .solutionArea .solutionList li::before{
  content: url(/maker/misumi/el/service/box/img/pic_point_check.png);
  position: absolute;
  top: 6px;
  left: -25px;
}

.l-content .point .container .imgBox{
  width: 445px;
  display: flex;
  justify-content: center;
}



.l-content .contact .sectionTtl > span{
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #1a70bf;
}

.l-content .contact .sectionTtl span span{
  font-size: 33px;
}

.l-content .contact .sectionTtl:after {
  content: '';
  display: inline-block;
  height: 5px;
  background-color: #2376c2;
  width: 70px;
  margin-top: 5px;
}

.l-content .contact .container{
  margin: 50px auto 40px;
  width: 684px;
  display: flex;
  justify-content: space-evenly;
}

.l-content .contact .container .item .itemTxt{
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.l-content .contact .container .arrow{
  margin-top: 41px;
}

.l-content .contact .m-btn--conversion{
  width: 400px;
  height: 55px;
  font-size: 23px;
  line-height: 40px;
}

.l-content .voice{
  border: 2px solid #1a70bf;
}

.l-content .voice .sectionTtl{
  font-size: 25px;
  line-height: 58px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1a70bf;
}

.l-content .voice .voiceInner{
  padding-top: 30px;
  padding-bottom: 20px;
}

.l-content .slider__item {
  border: 1px solid #666;
  padding: 22px 26px;
}

.l-content .slider__head {
  border-bottom: 1px dotted #707070;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.l-content .slider__head__company {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}

.l-content .slider__head__txt{
  height: 60px;
}

.l-content .slider__body__ttl {
  font-size: 20px;
  margin-bottom: 18px;
}

.l-content .slider__body {
  display: flex;
}

.l-content .slider__body img {
  display: block;
  margin-right: 20px;
}

.l-content .slider__body_manager:first-of-type {
  margin-top: 16px;
}

.l-content .slider__body_list {
  margin-bottom: 24px;
}

.l-content .slider__body_inner .slider__body_list dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-content .slider__body_inner .slider__body_list dt span{
  color: #1a70bf;
}

.l-content .slider__body_inner .slider__body_list dd{
  padding-left: 16px;
  font-size: 14px;
  position: relative;
}

.l-content .slider__body_inner .slider__body_list:nth-of-type(2) dd::before {
  content: "・";
  position: absolute;
  left: 0.5px;
}

.l-content .slider__list .prev-arrow {
  bottom: 0;
  cursor: pointer;
  left: 71px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}

.l-content .slider__list .prev-arrow.slick-disabled{
  opacity: 0;
}

.l-content .slider__list .next-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  right: 71px;
  top: 0;
  z-index: 1;
}

.l-content .slider__list .next-arrow.slick-disabled{
  opacity: 0;
}
.l-content .txt_bb {
  font-size: 27px;
  font-weight: bold;
}
.l-content .txt_bb_blue {
  color: #1a70bf;
  font-size: 27px;
  font-weight: bold;
}

/* c-release */
.l-content .c-release {
  padding: 25px 88px 30px 70px;
  background-color: #fffbe1;
}
.l-content .c-release .c-release__title {
  margin-bottom: 30px;
  font-size: 33px;
}
.l-content .c-release .c-release__title span {
  font-size: 35px;
}
.l-content .c-release .c-release__title.c-label--new::before {
  display: inline-block;
  width: 90px;
  margin: 0 15px 5px 0;
  padding: 3px 0 1px;
  background-color: #d00;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  content: "NEW";
}
.l-content .c-release .c-release__content {
  float: left;
  width: 591px;
}
.l-content .c-release .c-release__content .c-release__content__note {
  width: 460px;
  margin: 20px 0 0 15px;
  padding: 15px 0;
  background-color: #fff;
}
.l-content .c-release .c-release__content .c-release__content__note h3 {
  margin-bottom: 10px;
}
.l-content .c-release .c-release__content .c-release__content__note p {
  padding-left: 20px;
}
.l-content .c-release .c-release__image {
  float: right;
  width: 201px;
}
.l-content .c-release .c-release__button {
  clear: both;
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
}
.l-content .c-release .c-release__button a {
  width: 400px;
  height: 55px;
  font-size: 23px;
  line-height: 40px;
}
