@charset "utf-8";

.l-content img {
  vertical-align: top;
}
.l-content .m-btnLink--default {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAaElEQVQoz2Ng8N6YAsT/gPg9EJvs37+fAR3///+fAcwgpBiuEKo4GZdiFIX4FGMoxKUYq0Ko4oVA/B+IHwAxCy4Tk6AmfgBiU1xuxFCEzddYFaGHI05FcIWEFCErFABiQSDmwqYIphAA+pL2iDIuo7wAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 10px center;
}

/* .main */
.l-content .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e7ecf3;
  margin-bottom: 25px;
}
.l-content .main .txt_wrapper {
  padding-right: 30px;
  padding-left: 20px;
}
.l-content .main h1 > span {
  display: block;
}
.l-content .main .txt_wrapper h1 .sub {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #0169c6;
}
.l-content .main .txt_wrapper h1 .ttl {
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
}
.l-content .main .txt_wrapper .desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
}


.l-content .box_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* .pickup */
.l-content .box_wrapper > .pickup {
  /* experienceの文字数があふれた場合の保険でflex */
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
  background: #f5f5f5;
  width: 1200px;
  padding-bottom: 15px;
  border: 1px solid #a7a7a7;
  border-radius: 2px;
  box-sizing: border-box;
}
.l-content .box_wrapper > .pickup .heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1150px;
  margin: 0 auto 9px 25px;
  padding-top: 10px;
}
.l-content .box_wrapper > .pickup .heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/tech_selection/machining/img/icon_pickup.png) no-repeat;
  width: 28px;
  height: 38px;
}
.l-content .box_wrapper > .pickup .heading > .ttl {
  padding-left: 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
}
.l-content .box_wrapper > .pickup .heading > .ttl span {
  color: #0169c6;
}
.l-content .box_wrapper > .pickup .heading > .label_video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 102px;
  margin-right: 0;
  margin-left: auto;
}
.l-content .box_wrapper > .pickup .heading > .label_video::after {
  display: block;
  content: "";
  background: url(/tech_selection/machining/img/icon_video.png) no-repeat;
  width: 39px;
  height: 27px;
}
.l-content .box_wrapper > .pickup .heading > .label_video > .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #0167c3;
}

.l-content .box_wrapper > .pickup .content {
  width: 1150px;
  margin: 0 auto 14px;
}
.l-content .box_wrapper > .pickup .content .question {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.l-content .box_wrapper > .pickup .content .question span {
  display: inline-block;
  background: url(/tech_selection/machining/img/pickup_q.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 13px;
  margin-right: 7px;
}
.l-content .box_wrapper > .pickup .content .answer_area {
  display: flex;
  justify-content: space-between;
}
.l-content .box_wrapper > .pickup .content .answer_area .txt_wrapper {
  position: relative;
  margin-right: 20px;
  width: 100%;
}
.l-content .box_wrapper > .pickup .content .answer_area .txt_wrapper .answer {
  position: relative;
  padding-left: 19px;
  font-size: 14px;
}
.l-content .box_wrapper > .pickup .content .answer_area .m-thumbnail__movie {
  margin-bottom: 0;
}
.l-content .box_wrapper > .pickup .content .answer_area .txt_wrapper .answer > span.red {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  background: url(/tech_selection/machining/img/pickup_a.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
}
.l-content .box_wrapper > .pickup .content .answer_area .txt_wrapper a.continue {
  /*position: absolute;
  bottom: 83px;
  right: 38px;*/
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}


/* .experience */
.l-content .box_wrapper > .experience {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #e7ecf3;
  width: 592px;
  padding-bottom: 15px;
  border: 1px solid #a7a7a7;
  border-radius: 2px;
  box-sizing: border-box;
}
.l-content .box_wrapper > .experience > .heading {
  position: relative;
  width: 540px;
  margin: 0 auto 0;
  padding-top: 10px;
}
.l-content .box_wrapper > .experience > .heading::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  background: url(/tech_selection/machining/img/icon_experience.png) no-repeat;
  width: 39px;
  height: 36px;
}
.l-content .box_wrapper > .experience > .heading > .ttl {
  padding-left: 50px;
  font-size: 26px;
  font-weight: bold;
}
.l-content .box_wrapper > .experience > .heading > .sub {
  font-size: 16px;
  font-weight: bold;
}
.l-content .box_wrapper > .experience > .heading > .ttl span,
.l-content .box_wrapper > .experience > .heading > .sub span {
  color: #2076c8;
}
.l-content .box_wrapper > .experience > .content {
  display: flex;
  justify-content: space-between;
  background: #fff;
  width: 540px;
  margin: 0 auto 10px;
  padding: 20px;
  box-sizing: border-box;
}
.l-content .box_wrapper > .experience > .content::before {
  content: "";
  background: url(/tech_selection/machining/img/icon_customer_experience.png) no-repeat;
  width: 54px;
  height: 54px;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper {
  position: relative;
  width: 436px;
  margin-left: 10px;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper .date {
  font-size: 13px;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper .ttl {
  margin: 2px 0 1px;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #0167c3;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper .detail {
  height: 6.0em;
  font-size: 12px;
  line-height: 18px;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper a.continue {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}


.l-content .article_ranking {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.l-content .article_ranking .article_wrapper {
  width: 896px;
}
.l-content .article_ranking .article_wrapper > .article_inner:not(:last-child) {
  margin-bottom: 20px;
}
.l-content .article_ranking .article_wrapper .article_inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/tech_selection/machining/img/icon_book.png) 0 center no-repeat;
  height: 39px;
  margin-bottom: 10px;
  padding-left: 55px;
  font-size: 26px;
  font-weight: bold;
}
.l-content .article_ranking .article_wrapper .article_inner h2 .question,
.l-content .article_ranking .article_wrapper .article_inner h2 .answer {
  font-size: 30px;
}
.l-content .article_ranking .article_wrapper .article_inner h2 .question,
.l-content .article_ranking .article_wrapper .article_inner h2 .blue {
  color: #0169c6;
}
.l-content .article_ranking .article_wrapper .article_inner h2 .answer {
  color: #ff0000;
}
.l-content .article_ranking .article_wrapper .article_inner h2 .m-btnLink--default {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 35px;
  padding-left: 15px;
}

/* article_list */
.l-content .article_ranking .article_wrapper .article_inner .article_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 896px;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list::after {
  content: "";
  display: block;
  width: 288px;
  height: 0;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li:not(:nth-last-child(-n+3)) {
  margin-bottom: 15px;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a {
  display: block;
  background: #f5f5f5;
  border: 1px solid #a7a7a7;
  border-radius: 2px;
  text-decoration: none;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > img {
  border-radius: 1px 1px 0 0;
  transition: 0.1s;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a:hover > img {
  opacity: 0.75;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper {
  display: block;
  width: 286px;
  padding: 15px;
  box-sizing: border-box;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .ttl {
  display: block;
  height: 3em;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .label_wrapper {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  height: 30px;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .label_wrapper .label_video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 102px;
  margin-left: 10px;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .label_wrapper .label_video::after {
  display: block;
  content: "";
  background: url(/tech_selection/machining/img/icon_video.png) no-repeat;
  width: 39px;
  height: 27px;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .label_wrapper .label_video > .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #0167c3;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .label_wrapper .label_new {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d00;
  width: 50px;
  height: 25px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.l-content .article_ranking .right_wrapper {
  width: 288px;
  margin: 49px 0 0;
}

/* ranking */
.l-content .article_ranking .right_wrapper .ranking {
  border: 1px solid #0169c6;
  box-sizing: border-box;
}
.l-content .article_ranking .right_wrapper .ranking .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0169c6;
  height: 80px;
  padding: 0 15px;
  font-weight: bold;
  color: #fff;
}
.l-content .article_ranking .right_wrapper .ranking .heading > .sub {
  font-size: 14px;
  line-height: 18px;
}
.l-content .article_ranking .right_wrapper .ranking .heading > .sub > span {
  color: #fc0;
}
.l-content .article_ranking .right_wrapper .ranking .heading > .ttl {
  background: url(/tech_selection/machining/img/icon_ranking.png) 0 center no-repeat;
  padding-left: 25px;
  font-size: 21px;
}
.l-content .article_ranking .right_wrapper .ranking .ranking_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 302px;
  padding: 15px 10px 17px;
  box-sizing: border-box;
}
.l-content .article_ranking .right_wrapper .ranking .ranking_list.ranking_list_jig {
  height: 227px;
}
.l-content .article_ranking .right_wrapper .ranking .ranking_list > li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.l-content .article_ranking .right_wrapper .ranking .ranking_list > li a > .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc0;
  width: 28px;
  height: 27px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.l-content .article_ranking .right_wrapper .ranking .ranking_list > li a > .name {
  display: block;
  width: 230px;
  padding-top: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: underline;
}


/* related_items */
.l-content .related_items h2 {
  display: flex;
  align-items: center;
  background: #0098d8;
  height: 40px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.l-content .related_items > .notes {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-align: right;
}
.l-content .related_items > .item_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.l-content .related_items > .item_list > li a {
  display: block;
  width: 187px;
  text-decoration: none;
}
.l-content .related_items > .item_list > li a:hover > img {
  opacity: 0.75;
}
.l-content .related_items > .item_list > li a > span {
  display: block;
}
.l-content .related_items > .item_list > li a > span.name {
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.l-content .related_items > .item_list > li a > span.maker,
.l-content .related_items > .item_list > li a > span.desc {
  color: #333;
}
.l-content .related_items > .item_list > li a > span.shipping {
  display: inline-block;
  background: #e6e6e6;
  margin-top: 5px;
  padding: 4px 10px;
  color: #333;
}
.l-content .related_items > .item_list > li a > span.star {
  background: url(/tech_selection/machining/img/sprite_stars.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 109px;
  height: 19px;
  margin-top: 8px;
}
.l-content .related_items > .item_list > li a > span.star.star00 {
  background-position: -110px 0px;
}
.l-content .related_items > .item_list > li a > span.star.star30 {
  background-position: -44px 0px;
}
.l-content .related_items > .item_list > li a > span.star.star35 {
  background-position: -22px -19px;
}
.l-content .related_items > .item_list > li a > span.star.star40 {
  background-position: -22px 0px;
}
.l-content .related_items > .item_list > li a > span.star.star45 {
  background-position: 0px -19px;
}
.l-content .related_items > .item_list > li a > span.star.star50 {
  background-position: 0px 0px;
}
.l-content .related_items > .m-btnLink--strong {
  width: 430px;
}

/* category_list */
.l-content .article_ranking .article_wrapper .article_inner .category_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
}
.l-content .article_ranking .article_wrapper .article_inner .category_list > li:not(:nth-last-child(-n+2)) {
  margin-bottom: 15px;
}
.l-content .article_ranking .article_wrapper .article_inner .category_list > li {
  width: 590px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #a7a7a7;
}
.l-content .article_ranking .article_wrapper .article_inner .category_list > li > .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
}
.l-content .article_ranking .article_wrapper .article_inner .category_list > li > .inner_list {
  padding: 10px 17px 10px;
}
.l-content .article_ranking .article_wrapper .article_inner .category_list > li > .inner_list > li a {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
}

/* レスポンシブ */
/* 幅950px以下 */
@media (max-width: 950px) {

.l-content .main {
  display: block;
  padding: 15px;
}
.l-content .main .txt_wrapper {
  padding: 0 0 10px;
}
.l-content .main img {
  display: block;
}

.l-content .box_wrapper {
  margin: 0 10px 20px;
}
.l-content .box_wrapper > .pickup,
.l-content .box_wrapper > .experience {
  width: 100%;
}
.l-content .box_wrapper > .experience {
  margin-left: 2%;
}
.l-content .box_wrapper > .pickup .heading,
.l-content .box_wrapper > .experience .heading {
  width: 96%;
  margin: 0 auto 9px;
}
.l-content .box_wrapper > .experience > .heading > .ttl {
  margin-bottom: 10px;
}
.l-content .box_wrapper > .experience > .heading > .sub {
  margin-bottom: 10px;
}
.l-content .box_wrapper > .pickup > .content,
.l-content .box_wrapper > .experience > .content {
  width: 96%;
}
.l-content .box_wrapper > .experience > .content::before {
  width: 100px;
}
.l-content .box_wrapper > .pickup .content .answer_area {
  display: block;
}
.l-content .box_wrapper > .pickup .content .answer_area .txt_wrapper {
  margin-bottom: 10px;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper {
  width: 100%;
}
.l-content .box_wrapper > .pickup .content .answer_area .txt_wrapper .answer {
  margin-bottom: 10px;
}
.l-content .box_wrapper > .pickup > .content .answer_area .txt_wrapper a.continue,
.l-content .box_wrapper > .experience > .content > .txt_wrapper a.continue {
  display: block;
  position: static;
  text-align: right;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper .ttl {
  margin-bottom: 10px;
}
.l-content .box_wrapper > .experience > .content > .txt_wrapper .detail {
  height: auto;
  margin-bottom: 10px;
}
.l-content .box_wrapper > .pickup .content .answer_area .m-thumbnail__movie img {
  width: 100%;
}
.l-content .box_wrapper > .pickup .content .answer_area .m-thumbnail__image {
  text-align: center;
}
.l-content .box_wrapper .m-btnLinkWin--strong {
  width: 96% !important;
}

.l-content .article_ranking {
  display: block;
  margin: 0 10px 20px;
}
.l-content .article_ranking .article_wrapper {
  width: 100%;
}
.l-content .article_ranking .article_wrapper .article_inner h2 .m-btnLink--default {
  width: 170px;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list {
  width: 100%;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li,
.l-content .article_ranking .article_wrapper .article_inner .article_list > li:not(:nth-last-child(-n+3)) {
  margin-bottom: 2vw;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li,
.l-content .article_ranking .article_wrapper .article_inner .article_list::after {
  width: 32%;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > img {
  width: 100%;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper {
  width: 100%;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .ttl {
  height: 5em;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .ttl br {
  display: none;
}

.l-content .article_ranking .right_wrapper {
  margin: 30px auto;
}

.l-content .related_items {
  margin: 0 10px 20px;
}
.l-content .related_items > .item_list {
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.l-content .related_items > .item_list > li {
  width: 28%;
  margin: 0 2%;
}
.l-content .related_items > .item_list > li a {
  width: 100%;
}

}/* 幅950px以下 */

/* 幅640px以下 */
@media (max-width: 640px) {

.l-content .main .txt_wrapper h1 .ttl {
  font-size: 28px;
}
.l-content .main .txt_wrapper .desc {
  font-size: 13px;
}

.l-content .box_wrapper {
  display: block;
  
}
.l-content .box_wrapper > .pickup,
.l-content .box_wrapper > .experience {
  width: 100%;
  margin-bottom: 2%;
}
.l-content .box_wrapper > .experience {
  margin-left: 0;
}

.l-content .article_ranking .article_wrapper .article_inner h2 {
  height: auto;
  padding-top: 4px;
  background-position: 0 center;
  font-size: 21px;
  min-height: 39px;
  line-height: 28px;
}
.l-content .article_ranking .article_wrapper .article_inner h2 > .question,
.l-content .article_ranking .article_wrapper .article_inner h2 > .answer {
  font-size: 24px;
}
.l-content .article_ranking .article_wrapper .article_inner h2 .m-btnLink--default {
  width: 150px;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li {
  width: 49%;
}
.l-content .article_ranking .article_wrapper .article_inner .article_list > li a > .txt_wrapper .ttl {
  min-height: 6em;
}

.l-content .related_items > .item_list > li {
  width: 46%;
}
.l-content .related_items > .item_list > li a img {
  width: 150px;
}
.l-content .related_items > .m-btnLink--strong {
  width: 90%;
}


}/* 幅640px以下 */