/* Scss Document */
/*------------------------------------------*/
#column_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -32px 0 64px 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #column_list ul {
    margin: -32px 0 32px;
  }
}

#column_list ul li {
  width: calc(50% - 16px);
  margin: 32px 0 0 0;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #column_list ul li {
    width: 100%;
  }
}

#column_list ul li:nth-of-type(n + 11) {
  display: none;
}

#column_list .categories {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#column_list .categories em {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 4px 8px;
}

#column_list figure {
  margin: 0 0 8px 0;
}

#column_list figure a {
  display: block;
  padding-top: calc(188 / 335 * 100%);
  position: relative;
}

#column_list figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#column_list h3 {
  font-weight: bold;
  margin: 0;
  font-size: 110%;
}

#column_list .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4px 0 0 -6px;
}

#column_list .tags a {
  display: block;
  background: #eee;
  color: #333 !important;
  text-decoration: none;
  padding: 2px 7px;
  font-size: 0.75rem;
  margin: 6px 0 0 6px;
}

/*------------------------------------------*/
.side_column h3 {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 3px solid #333;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.side_column ul li {
  margin: 0 0 15px;
}

.side_column ul li figure {
  margin: 0 0 10px;
}

.side_column ul li em {
  display: inline-block;
}

.side_column ul li time {
  margin: 10px 0 0 0;
  display: block;
  font-size: 0.75rem;
}

.side_column ul li a {
  display: block;
}

/*------------------------------------------*/
@media screen and (max-width: 767px) {
  .side_tag {
    margin: 32px -16px !important;
    border-bottom: 2px solid #ccc;
  }
}

.side_tag h3 {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 3px solid #333;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .side_tag h3 {
    padding: 0 15px 5px;
  }
}

.side_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
}

@media screen and (max-width: 767px) {
  .side_tag ul {
    margin: 0 16px 17px 10px;
  }
}

.side_tag ul li {
  margin: 0 0 6px 6px;
}

.side_tag ul li a {
  display: block;
  background: #eee;
  color: #333 !important;
  text-decoration: none;
  padding: 2px 7px;
  font-size: 0.75rem;
}

/*------------------------------------------*/
#column_detail time {
  display: block;
}

#column_detail h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 23px;
}

@media screen and (max-width: 767px) {
  #column_detail h3 {
    font-size: 0.875rem;
  }
}

#column_detail .mainimage {
  margin: 0 0 23px;
}

#column_detail .profile {
  margin: 0 0 70px;
}

@media screen and (max-width: 767px) {
  #column_detail .profile {
    margin-bottom: 32px;
  }
}

#column_detail .profile .child {
  background: #fafafa;
  padding: 16px;
}

#column_detail .profile .child figure {
  float: left;
  margin: 0 16px 16px 0;
}

@media screen and (max-width: 767px) {
  #column_detail .profile .child figure {
    width: 60px;
  }
}

#column_detail .profile .child .text {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #column_detail .profile .child .text {
    overflow: inherit;
  }
}

#column_detail .profile .child .text .position {
  font-size: 0.75rem;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #column_detail .profile .child .text .position {
    font-size: 0.625rem;
  }
}

#column_detail .profile .child .text .name {
  font-size: 1.125rem;
  margin: 10px 0;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #column_detail .profile .child .text .name {
    font-size: 0.875rem;
  }
}

#column_detail .profile .child .text .comment {
  margin: 0;
  font-size: 0.75rem;
  clear: both;
}

@media screen and (max-width: 767px) {
  #column_detail .profile .child .text .comment {
    font-size: 0.625rem;
  }
}

#column_detail dl.interview {
  border-bottom: 1px solid #ddd;
  margin: 0 0 32px;
  padding: 0 0 16px;
}

@media screen and (max-width: 767px) {
  #column_detail dl.interview {
    margin: 0 -16px 32px;
    padding: 0 16px 16px;
  }
}

#column_detail dl.interview:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  #column_detail dl.interview:last-of-type {
    margin-bottom: 0;
  }
}

#column_detail dl.interview dt {
  float: left;
  text-align: right;
  width: 4em;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  #column_detail dl.interview dt {
    width: auto;
  }
}

#column_detail dl.interview dd {
  overflow: hidden;
  margin: 0 0 16px;
}

#column_detail .download_frame {
  border: 4px solid #eee;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame {
    border-width: 2px;
    background: #fff;
    padding: 16px;
  }
}

#column_detail .download_frame .frame_inner {
  background: #fff;
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame .frame_inner {
    display: block;
  }
}

#column_detail .download_frame .frame_inner .text {
  display: table-cell;
  position: relative;
  padding: 60px 23px 23px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame .frame_inner .text {
    display: block;
    padding: 0;
  }
}

#column_detail .download_frame .frame_inner .text .label {
  position: absolute;
  top: 23px;
  left: 23px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame .frame_inner .text .label {
    position: static;
    font-size: 0.75rem;
    margin: 0 0 10px;
  }
}

#column_detail .download_frame .frame_inner .text h3 {
  font-size: 1.8125rem;
  line-height: 1.3;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame .frame_inner .text h3 {
    font-size: 1.0625rem;
  }
}

#column_detail .download_frame .frame_inner .text h3 span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame .frame_inner .text h3 span {
    font-size: 0.875rem;
  }
}

#column_detail .download_frame .frame_inner figure {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 23px 16px 0;
}

#column_detail .download_frame .frame_inner figure img {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame .frame_inner figure {
    display: block;
    background: #fafafa;
    text-align: center;
    padding: 16px;
  }
}

#column_detail .download_frame .btn {
  padding: 23px;
}

@media screen and (max-width: 767px) {
  #column_detail .download_frame .btn {
    padding: 16px 0 0;
  }
}

/*------------------------------------------*/
#kanren1 {
  margin: 50px 0 !important;
}

@media screen and (max-width: 767px) {
  #kanren1 {
    margin: 32px 0 16px !important;
  }
}

#kanren1 ul {
  margin: 0 16px;
}

/*------------------------------------------*/
#kanren2 {
  background: #eee;
  padding: 23px;
}

@media screen and (max-width: 767px) {
  #kanren2 {
    padding: 16px 16px 0;
  }
}

#kanren2 .child {
  background: #fff;
}

#kanren2 .child a {
  display: block;
  margin: 16px;
}

#kanren2 figure {
  margin: 0;
}

/*------------------------------------------*/
.pagetitle_column {
  background: url(/smart-manufacturing/sp/shared/images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .pagetitle_column {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/smart-manufacturing/sp/shared/images/column/pagetitle_bg_column_sp.jpg);
  }
}

.inner .pagetitle_column {
  background: url(/smart-manufacturing/sp/shared/images/column/pagetitle_bg_column.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .inner .pagetitle_column {
    background-image: url(/smart-manufacturing/sp/shared/images/column/pagetitle_bg_column_sp.jpg);
  }
}

.pagetitle_column > div span {
  font-size: 1rem;
  margin: 0 0 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .pagetitle_column > div span {
    font-size: 0.75rem;
    margin: 0 0 10px;
  }
}

.pagetitle_column > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}

.pagetitle_column > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}

.pagetitle_column > div h1.xsmall {
  /*font-size:2.125rem;*/
  font-size: 28px;
  line-height: 1.3;
}

.pagetitle_column > div h1.whsmall {
  font-size: 34px;
  line-height: 1.3;
  color: white;
}

.pagetitle_column > div h1 span {
  display: block;
  margin-top: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .pagetitle_column > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_column > div h1.small {
    font-size: 1.125rem;
  }
  .pagetitle_column > div h1.xsmall {
    font-size: 1rem;
  }
  .pagetitle_column > div h1.whsmall {
    /*font-size:2.125rem;*/
    font-size: 1.125rem;
    line-height: 1.3;
    color: white;
  }
  .pagetitle_column > div h1 span {
    display: block;
    margin-top: 8px;
    font-weight: normal;
    font-size: 0.75px !important;
  }
}

.frame {
  position: relative;
  background: #fafafa;
  padding: 23px;
}

h3.column_sub {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

/*------------------------------------------*/
#recommend .recommend_sub {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #666;
}

#recommend .recommend_sub p {
  padding: 10px;
}

#recommend .recommend_frame {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  width: 100%;
}

#recommend .recommend_frame .recommend_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  #recommend .recommend_frame .recommend_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#recommend .recommend_frame .recommend_inner .recommend_img {
  width: 15%;
}

@media screen and (max-width: 767px) {
  #recommend .recommend_frame .recommend_inner .recommend_img {
    width: 40%;
    height: 100%;
    margin: 0 auto;
  }
}

#recommend .recommend_frame .recommend_inner .recommend_txt {
  width: 85%;
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  #recommend .recommend_frame .recommend_inner .recommend_txt {
    width: 100%;
    padding: 0;
  }
}

#recommend .recommend_frame .recommend_inner .recommend_txt .link {
  margin: 8px 0;
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  #recommend .recommend_frame .recommend_inner .recommend_txt .link {
    margin: 16px 0;
  }
}

#recommend .recommend_frame .recommend_inner .recommend_txt .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 2;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  margin-top: -4px;
}

#recommend .recommend_frame .recommend_inner .recommend_txt .link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: #333;
  margin-top: -8px;
}

#recommend .recommend_frame .recommend_inner .recommend_txt .link a {
  font-size: 1.125rem;
  font-weight: 700;
}

#recommend .recommend_frame .recommend_inner .recommend_txt p {
  margin: 8px 0;
}

#recommend .recommend_frame.first {
  margin-top: 0;
}

/*------------------------------------------*/
.small {
  font-size: 85%;
}

/*------------------------------------------*/
.pager ol {
  margin: 24px 0;
  padding: 0;
  text-align: center;
}

.pager ol li {
  margin: 0 2px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
}

.pager ol li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.pager ol li a.current {
  line-height: 28px;
  border: 2px solid #333;
  font-weight: bold;
}

/*------------------------------------------*/
.author_info {
  background: #fafafa;
  font-size: 11px;
  border: 1px solid #666;
}

.author_info h3 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #666;
  display: inline-block;
}

.author_info h3 span {
  padding: 4px 8px;
  display: block;
}

.author_info .inner {
  padding: 24px;
  width: auto;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .author_info .inner {
    padding: 16px;
  }
}

.author_info .inner .area1 {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .author_info .inner .area1 {
    margin-bottom: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.author_info .inner .area1 .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .author_info .inner .area1 .name {
    margin-bottom: 4px;
  }
}

.author_info .inner .area1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.author_info .inner .area1 ul li {
  font-size: 15px;
}

.author_info .inner .area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .author_info .inner .area2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.author_info .inner .area2 .prof_img {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .author_info .inner .area2 .prof_img {
    width: 40%;
    height: 100%;
    margin: 0 auto;
  }
}

.author_info .inner .area2 .prof_txt {
  width: 490px;
}

@media screen and (max-width: 767px) {
  .author_info .inner .area2 .prof_txt {
    width: 100%;
    margin-top: 16px;
  }
}

.author_info .inner p {
  margin: 0;
}

/*------------------------------------------*/
#column_sort ul#category_list_load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px -6px;
}

#column_sort ul#category_list_load li {
  margin: 0 0 6px 6px;
}

#column_sort ul#category_list_load li a {
  display: block;
  background: #666;
  color: #fff !important;
  text-decoration: none;
  padding: 2px 7px;
  font-size: 0.75rem;
  line-height: 2;
}

#column_sort ul#tag_list_load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
}

#column_sort ul#tag_list_load li {
  margin: 0 0 6px 6px;
}

#column_sort ul#tag_list_load li a {
  display: block;
  background: #eee;
  color: #333 !important;
  text-decoration: none;
  padding: 2px 7px;
  font-size: 0.75rem;
  line-height: 2;
}

.main_img {
  display: block;
  margin: auto;
}

/*------------------------------------------*/
.column_cta {
  padding: 27px 39px 35px;
  border: 3px solid #333;
}

@media screen and (max-width: 767px) {
  .column_cta {
    padding: 18px 13px 28px;
    border-width: 2px;
  }
}

.column_cta__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(34 / 20);
}

@media screen and (max-width: 767px) {
  .column_cta__heading {
    font-size: 14px;
    line-height: calc(22 / 14);
  }
}

.column_cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .column_cta__wrapper {
    display: block;
  }
}

.column_cta__content {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .column_cta__content {
    width: 100%;
  }
}

.column_cta__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(22 / 14);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .column_cta__text {
    font-size: 12px;
    line-height: calc(17 / 12);
    margin-top: 16px;
  }
}

.column_cta__image {
  width: 280px;
}

.column_cta__image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .column_cta__image {
    width: 100%;
    margin-top: 20px;
  }
}

.column_cta__common_button {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .column_cta__common_button {
    min-width: auto;
    width: calc(100% - 60px);
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/