@charset "UTF-8";
/* 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;
}

/*------------------------------------------*/
#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);
  }
}

/*------------------------------------------*/
#study_list ul {
  margin: 0 0 32px;
}

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

#study_list ul li {
  margin: 0;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 767px) {
  #study_list ul li {
    padding: 16px;
  }
}

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

#study_list ul li:first-child {
  /*border:4px solid #eee;
				padding:19px;
				@media screen and (max-width:$sp_size){
					padding:12px;
				}
				*/
  border-top: 2px solid #ccc;
}

#study_list ul li:first-child p {
  display: block;
}

#study_list ul li figure {
  margin-bottom: 10px;
}

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

#study_list ul li h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  #study_list ul li h3 {
    font-size: 1rem;
  }
}

#study_list ul li p {
  margin: 0 0 10px;
}

#study_list ul li .label {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #study_list ul li .label {
    font-size: 0.75rem;
  }
}

#study_list ul li .tag {
  display: inline-block;
  text-decoration: none;
  background: #eee;
  padding: 2px 10px;
  font-size: 0.8125rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  #study_list ul li .tag {
    font-size: 0.75rem;
  }
}

/*------------------------------------------*/
.side_study h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #666;
  padding: 10px;
  margin: 0 0 23px;
}

.side_study ul li {
  margin: 0 0 23px;
}

.side_study ul li figure {
  margin-bottom: 10px;
}

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

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

.side_study 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;
  color: #fff;
  background: #666;
  padding: 10px;
  margin: 0 0 23px;
}

.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;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 0.75rem;
}

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

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

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

#study_detail .mainimage {
  background: #fafafa;
  padding: 50px;
  margin: 0 0 23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------*/
.introduction {
  background: #fafafa;
}

.introduction .introduction_inner {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.introduction .introduction_inner .introduction_img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .introduction .introduction_inner .introduction_img {
    width: 90%;
    height: auto;
  }
}

.introduction .introduction_inner .introduction_txt {
  word-wrap: break-word;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .introduction .introduction_inner .introduction_txt {
    margin-top: 16px;
    width: 100%;
  }
}

.introduction .introduction_inner .introduction_txt b {
  font-size: 1rem;
  margin-top: 8px;
  display: block;
}

/*------------------------------------------*/
.vol9_about {
  background: #fafafa;
}

.vol9_about .vol9_about_inner {
  padding: 24px;
}

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

.vol9_about .vol9_about_inner h3 {
  margin-bottom: -8px !important;
}

.vol9_about .vol9_about_inner p {
  margin-bottom: 0;
}

/*------------------------------------------*/
.profile_area {
  border: 1px solid #ddd;
  margin-top: 16px;
}

.profile_area .profile_area_inner {
  padding: 16px;
  font-size: 90%;
}

.profile_area .profile_area_inner b {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: 0.875rem;
}

/*------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------*/
#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%;
    margin: 0 auto;
    height: 100%;
  }
}

#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;
}

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

.frame p {
  margin: 8px 0 20px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .frame p {
    margin-bottom: 8px;
  }
}

.frame .tac {
  position: relative;
}

.frame .tac .btn {
  position: absolute;
  top: 65px;
  left: 172px;
}

@media screen and (max-width: 767px) {
  .frame {
    padding: 16px;
    margin: 0 0 16px;
  }
  .frame .common_btn {
    margin-bottom: 16px;
  }
  .frame .common_btn:last-child {
    margin-bottom: 4px;
  }
}

.frame .label {
  position: absolute;
  top: 0;
  left: 0;
}

.frame .frame_inner {
  background: #eee;
  padding: 27px;
}

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

.frame .frame_inner h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

/*------------------------------------------*/
.table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .table {
    display: block;
    border: none;
    margin: 0 0 16px;
  }
}

.table .thead {
  display: table-header-group;
}

.table .tbody {
  display: table-row-group;
}

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

@media print, screen and (min-width: 768px) {
  .table .tr {
    display: table-row !important;
  }
}

@media screen and (max-width: 767px) {
  .table .tr {
    display: block;
    margin: 0 0 10px;
    border-top: 1px solid #ccc;
  }
}

.table .tr .th {
  display: table-cell;
  background: #666;
  color: #fff;
  white-space: nowrap;
  padding: 12px 16px;
  border: 1px solid #ccc;
}

.table .tr .td {
  display: table-cell;
  padding: 12px 16px;
  border: 1px solid #ccc;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .table .tr .td {
    display: block;
    border-top: none;
    padding: 0 16px 10px;
  }
  .table .tr .td:before {
    content: "項目名";
    display: block;
    margin: 0 -16px 10px;
    background: #666;
    color: #fff;
    font-size: 0.625rem;
    padding: 6px 16px;
  }
}

.table {
  margin: 0 0 40px;
}

.table .tr .th, .table .tr .td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table {
    display: table;
    border: 1px solid #ccc;
    margin: 0 0 20px;
  }
  .table .tr {
    display: table-row;
    margin: 0;
    border-top: none;
  }
  .table .tr .td {
    display: table-cell;
    padding: 12px 16px;
    border-top: 1px solid #ccc;
  }
  .table .tr .td::before {
    content: none;
  }
}

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