/* Scss Document */
/*------------------------------------------*/
#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 p {
  margin: 20px 0 !important;
}
@media screen and (max-width: 767px) {
  #study_detail p {
    margin: 16px 0 !important;
  }
}
#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 {
  margin: 0 0 23px;
}
#study_detail .mainimage img {
  width: 100%;
}
#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;
  }
}

/*------------------------------------------*/
#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;
}

/*------------------------------------------*/
.pagetitle_study {
  background: url(/digitalmarketing/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_study {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/digitalmarketing/sp/shared/images/dm_labo/pagetitle_bg_study_sp.jpg);
  }
}
.inner .pagetitle_study {
  background: url(/digitalmarketing/sp/shared/images/dm_labo/pagetitle_bg_study.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .inner .pagetitle_study {
    background-image: url(/digitalmarketing/sp/shared/images/dm_labo/pagetitle_bg_study_sp.jpg);
  }
}
.pagetitle_study > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_study > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.pagetitle_study > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_study > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pagetitle_study > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_study > div h1.small {
    font-size: 1.125rem;
  }
}

/*------------------------------------------*/
.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;
}

/*------------------------------------------*/
.vol06 .pagetitle_study > div h1, .vol09 .pagetitle_study > div h1 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .vol06 .pagetitle_study > div h1, .vol09 .pagetitle_study > div h1 {
    font-size: 0.6rem;
    margin-top: -5px;
  }
}
.vol06 .pagetitle_study > div h1 p, .vol09 .pagetitle_study > div h1 p {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 5px 0 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .vol06 .pagetitle_study > div h1 p, .vol09 .pagetitle_study > div h1 p {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.vol06 .mainimage, .vol09 .mainimage {
  background: #fafafa;
  padding: 50px;
}
.vol06 .table, .vol09 .table {
  margin: 0 0 40px;
}
.vol06 .table .tr .th, .vol06 .table .tr .td, .vol09 .table .tr .th, .vol09 .table .tr .td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .vol06 .table, .vol09 .table {
    display: table;
    border: 1px solid #ccc;
    margin: 0 0 20px;
  }
  .vol06 .table .tr, .vol09 .table .tr {
    display: table-row;
    margin: 0;
    border-top: none;
  }
  .vol06 .table .tr .td, .vol09 .table .tr .td {
    display: table-cell;
    padding: 12px 16px;
    border-top: 1px solid #ccc;
  }
  .vol06 .table .tr .td::before, .vol09 .table .tr .td::before {
    content: none;
  }
}
.vol06 .graph, .vol09 .graph {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol06 .graph, .vol09 .graph {
    margin: 0 0 20px;
  }
}
.vol06 .graph figcaption, .vol09 .graph figcaption {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .vol06 .graph figcaption, .vol09 .graph figcaption {
    font-size: 0.875rem;
  }
}
.vol06 .graph img, .vol09 .graph img {
  width: 90%;
  height: auto;
}
.vol06 .download_frame .frame_inner ul, .vol09 .download_frame .frame_inner ul {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .vol06 .download_frame .frame_inner ul, .vol09 .download_frame .frame_inner ul {
    margin: -10px 0 16px;
  }
}

.vol20 .pagetitle_study > div h1 p {
  font-size: 60%;
}

.vol25 .pagetitle_study > div h1 p {
  font-size: 60%;
  margin-bottom: 0;
}
.vol25 .mainimage {
  background: #fafafa;
  padding: 50px;
}
.vol25 .table {
  margin: 0 0 40px;
}
.vol25 .table .tr .th, .vol25 .table .tr .td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .vol25 .table {
    display: table;
    border: 1px solid #ccc;
    margin: 0 0 20px;
  }
  .vol25 .table .tr {
    display: table-row;
    margin: 0;
    border-top: none;
  }
  .vol25 .table .tr .td {
    display: table-cell;
    padding: 12px 16px;
    border-top: 1px solid #ccc;
  }
  .vol25 .table .tr .td::before {
    content: none;
  }
}
.vol25 .graph {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vol25 .graph {
    margin: 0 0 20px;
  }
}
.vol25 .graph figcaption {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .vol25 .graph figcaption {
    font-size: 0.875rem;
  }
}
.vol25 .graph img {
  width: 90%;
  height: auto;
}
.vol25 .download_frame .frame_inner ul {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .vol25 .download_frame .frame_inner ul {
    margin: -10px 0 16px;
  }
}

/*------------------------------------------*/
#recommendation .columnwrap {
  background: #eee;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  #recommendation .columnwrap {
    padding: 16px 16px 0;
  }
}
#recommendation .columnwrap .child {
  background: #fff;
}
#recommendation .columnwrap .child a {
  display: block;
  margin: 16px;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/