/* Scss Document */
/*------------------------------------------*/
#column_list ul {
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  #column_list ul {
    margin: 0 -16px 16px;
  }
}
#column_list ul li {
  margin: 0;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #column_list ul li {
    padding: 16px;
    display: block;
  }
}
#column_list ul li:first-child {
  border-top: 2px solid #ccc;
}
#column_list ul li .right_side {
  width: 310px;
  float: left;
}
@media screen and (max-width: 767px) {
  #column_list ul li .right_side {
    width: 100%;
  }
}
#column_list ul li .right_side figure {
  margin-bottom: 10px;
}
#column_list ul li .right_side .tag {
  display: inline-block;
  text-decoration: none;
  background: #eee;
  padding: 2px 10px;
  font-size: 0.8125rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  #column_list ul li .right_side .tag {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}
#column_list ul li .left_side {
  width: 320px;
  float: right;
}
@media screen and (max-width: 767px) {
  #column_list ul li .left_side {
    width: 100%;
  }
}
#column_list ul li .left_side time {
  margin: 0;
  display: block;
  font-size: 0.9375rem;
  font-weight: 900;
}
#column_list ul li .left_side h3 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #column_list ul li .left_side h3 {
    font-size: 1rem;
  }
}
#column_list ul li .left_side p {
  margin: 0 0 10px;
}
#column_list ul li.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*------------------------------------------*/
.side_column h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #666;
  padding: 10px;
  margin: 0 0 23px;
}
.side_column ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 23px;
}
.side_column ul li figure {
  margin-bottom: 10px;
}
.side_column ul li em {
  display: inline-block;
}
.side_column ul li time {
  display: block;
  font-size: 0.75rem;
}
.side_column ul li a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side_column ul li > figure {
  width: 35%;
  margin-right: 5%;
}
.side_column ul li > div {
  width: 60%;
}

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

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

.kanren1-button {
  text-align: center;
  margin-top: 20px;
}
.kanren1-button a {
  display: inline-block;
  background-color: #000;
  color: #fff !important;
  font-weight: 700;
  padding: 12px 100px;
  cursor: pointer;
  position: relative;
}
.kanren1-button a:after {
  position: absolute;
  top: 16px;
  right: 16px;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/digitalmarketing/sp/shared/images/arrow_wh_dn.svg) no-repeat center center/16px 10px;
}
.kanren1-button a.active:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

/*------------------------------------------*/
#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_column {
  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_column {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/digitalmarketing/sp/shared/images/column/pagetitle_bg_column_sp.jpg);
  }
}
.inner .pagetitle_column {
  background: url(/digitalmarketing/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(/digitalmarketing/sp/shared/images/column/pagetitle_bg_column_sp.jpg);
  }
}
.pagetitle_column > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_column > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    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;*/
  font-size: 28px;
  line-height: 1.3;
}
@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;
  }
}

.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%;
    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;
}

/*------------------------------------------*/
.toc {
  background-color: #eee;
  padding: 40px 23px 23px;
}
.toc h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 21px;
  padding-left: 12px;
  border-left: 4px solid #e61227;
}
.toc ol li, .toc ul li {
  font-weight: 700;
  line-height: 2.5;
}
.toc ol li ol li, .toc ol li ul li, .toc ul li ol li, .toc ul li ul li {
  font-weight: normal;
}
.toc > ol {
  margin-top: 1em;
}
.toc ol {
  padding-left: 1em;
}
.toc ol > li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .toc {
    padding: 24px 20px;
  }
}

/*------------------------------------------*/
.dl {
  border: 4px solid #e61227;
  padding: 0 0 36px;
}
.dl > h2 {
  background-color: #e61227;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 0 6px;
}

.dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 23px 23px 0;
}

.dl-img {
  width: 35%;
  height: 100%;
  margin-right: 5%;
}
.dl-img img {
  width: 100%;
}

.dl-img--catalog {
  background-color: #eee;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dl-ttl {
  width: 60%;
}
.dl-ttl h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
.dl-ttl h3 a {
  text-decoration: none;
}
.dl-ttl p {
  font-weight: 700;
}

.dl-btn {
  text-align: center;
  padding: 0 23px;
  margin-top: 1em;
}
.dl-btn a {
  display: inline-block;
  min-width: 240px;
  background: center/cover no-repeat url(../../shared/images/btn-bg.png);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration: none;
}

.dl-privacy {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .dl {
    padding: 0 0 23px;
  }
  .dl > h2 {
    font-size: 1.125rem;
  }
  .dl-wrap {
    padding: 23px 16px 0;
  }
  .dl-img {
    width: 100%;
    margin: 0 24px;
  }
  .dl-img--catalog {
    padding: 10px 50px;
  }
  .dl-ttl {
    width: 100%;
  }
  .dl-ttl h3 {
    font-size: 1.375rem;
    margin-top: 20px;
  }
  .dl-btn a {
    display: block;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  #mainarea .dl {
    margin: 40px 0;
  }
}

#mainarea p {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #mainarea p {
    margin: 16px 0;
  }
}

/*------------------------------------------*/
.side_dl h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #666;
  padding: 10px;
  margin: 0 0 14px;
}
.side_dl h4 {
  font-weight: 700;
  margin: 0 0 10px;
}
.side_dl .dl-wrap {
  padding: 0;
}
.side_dl .dl-img {
  width: 100%;
  margin-right: 0;
}
.side_dl .dl-ttl {
  width: 100%;
  margin-top: 14px;
}
.side_dl .form-btn {
  padding: 0 16px;
  margin-top: 20px;
}
.side_dl .form-btn button[type=submit] {
  width: 100%;
  padding: 4px 0 3px;
}

/*------------------------------------------*/
#kanren4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#kanren4 ul li {
  width: calc(33.3% - 16px);
}
#kanren4 ul li:not(:nth-of-type(3n)) {
  margin-right: 24px;
}
#kanren4 ul li:nth-of-type(n + 4) {
  margin-top: 24px;
}
#kanren4 ul li:hover a > p {
  text-decoration: none;
  opacity: 0.7;
}
#kanren4 ul li:hover a .kanren4-img {
  opacity: 0.7;
}
#kanren4 ul li a {
  text-decoration: none;
}
#kanren4 ul li a .kanren4-img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60%;
  background: center/cover no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#kanren4 ul li a .kanren4-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
#kanren4 ul li a .kanren4-header span {
  display: inline-block;
  min-width: 90px;
  background-color: #000;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 2px 4px 0;
  margin-right: 16px;
}
#kanren4 ul li a .kanren4-header time {
  display: inline-block;
  line-height: 1.4;
}
#kanren4 ul li a > p {
  margin: 0;
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  #kanren4 ul li {
    width: calc(50% - 10px);
  }
  #kanren4 ul li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #kanren4 ul li:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
  #kanren4 ul li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  #kanren4 ul li a .kanren4-header span {
    min-width: 65px;
    font-size: 0.625rem;
    padding: 0 4px;
    margin-right: 10px;
  }
  #kanren4 ul li a .kanren4-header time {
    font-size: 0.625rem;
  }
  #kanren4 ul li a > p {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 360px) {
  #kanren4 ul li a .kanren4-header span {
    margin-right: 0;
  }
  #kanren4 ul li a .kanren4-header time {
    width: 100%;
    margin-top: 8px;
  }
}
/*------------------------------------------*/
.form-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 14px;
  width: 100%;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-text:not(:first-of-type) {
  margin-top: 14px;
}

.form-text:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
}
.form-split .form-text {
  width: calc(50% - 5px);
  margin-top: 0;
}

.form-btn {
  text-align: center;
  padding: 0 23px;
  margin-top: 30px;
}
.form-btn button[type=submit] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background: center/cover no-repeat url(../../shared/images/btn-bg.png);
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 4px 80px 3px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-btn button[type=submit]:hover, .form-btn button[type=submit]:focus {
  outline: none;
}
.form-btn button[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.form-btn button[type=submit]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .form-btn {
    padding: 0 16px;
    margin-top: 20px;
  }
  .form-btn button[type=submit] {
    width: 100%;
    padding: 4px 0 3px;
  }
}
/*------------------------------------------*/
.image {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .image {
    padding: 16px 0;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .flex {
    padding: 10px 0 20px;
  }
}
.flex .flex-image img {
  width: 100%;
}
.flex .flex-image.wide {
  width: 260px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .flex .flex-image.wide {
    width: 100%;
    margin-right: 0;
  }
}
.flex .flex-image.narrow {
  width: 195px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .flex .flex-image.narrow {
    width: 100%;
    margin-right: 0;
  }
}
.flex .flex-text * {
  margin: 0;
}
.flex .flex-text p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .flex .flex-text p {
    font-size: 13px;
  }
}
.flex .flex-text .column_sub {
  margin-bottom: 6px;
}
.flex .flex-text.wide {
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .flex .flex-text.wide {
    width: 100%;
    margin-top: 16px;
  }
}
.flex .flex-text.narrow {
  width: calc(100% - 290px);
}
@media screen and (max-width: 767px) {
  .flex .flex-text.narrow {
    width: 100%;
    margin-top: 16px;
  }
}
.flex .flex-text .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .flex .flex-text .title {
    font-size: 18px;
  }
}
.flex .flex-text .text {
  font-size: 16px;
  font-weight: 500;
}
.flex .flex-text .text:last-of-type {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flex .flex-text .text:last-of-type {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flex .flex-text .text {
    font-size: 14px;
  }
}

.bg-gray {
  background-color: #f2f2f2;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 10px 10px 4px;
  }
}
.bg-gray .table {
  background-color: #fff;
}

/*------------------------------------------*/
.supervisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eee;
  padding: 24px;
}

.supervisor__image {
  width: 30%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.supervisor__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .supervisor__image {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .supervisor__image img {
    width: 50%;
  }
}

.supervisor__content {
  width: 70%;
}
.supervisor__content p {
  margin: 0;
}
.supervisor__content .supervisor__text {
  margin-top: 1.5em;
}
.supervisor__content .supervisor__text p:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .supervisor__content {
    width: 100%;
  }
  .supervisor__content .supervisor__position {
    margin-top: 1em;
  }
}

.supervisor__position {
  font-size: 16px;
}

.supervisor__name {
  font-size: 20px;
  font-weight: 700;
}

/*------------------------------------------*/
.recommend {
  padding: 20px;
  border: 4px solid orange;
  border-radius: 20px;
}
.recommend p {
  margin: 0;
}
.recommend .recommend__text {
  margin-top: 1em;
}
.recommend .recommend__text p:not(:first-of-type) {
  margin-top: 1em;
}

.recommend__title {
  font-size: 16px;
  font-weight: 700;
}

/*------------------------------------------*/
.column_banner {
  background: center/cover url(/digitalmarketing/sp/shared/images/column/banner.jpg);
  padding: 52px 23px 28px;
}
@media screen and (max-width: 767px) {
  .column_banner {
    padding: 32px 16px 20px;
  }
}

.column_banner__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.4285714286;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .column_banner__title {
    font-size: 18px;
  }
}

.column_banner__button {
  max-width: 300px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .column_banner__button {
    margin-top: 16px;
  }
}

/*------------------------------------------*/
#report .columnwrap {
  background: #eee;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  #report .columnwrap {
    padding: 16px 16px 0;
  }
}
#report .columnwrap .child {
  background: #fff;
}
#report .columnwrap .child a {
  display: block;
  margin: 16px;
}

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