@charset 'UTF-8';
/*  Add Custom CSS here.  */

/* コラムテンプレート01 */
#column_tmp_v01 h2 {
  margin: 80px 0 30px;
}
#column_tmp_v01 p {
  letter-spacing: 0;
}
#column_tmp_v01 p.simple_text {
  margin: 40px 0 48px;
}
#column_tmp_v01 p.simple_text02 {
  margin: 46px 0 30px;
}
#column_tmp_v01 .fukidashi_box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 30px;
}
#column_tmp_v01 .fukidashi_box.center_box {
  align-items: center;
}
#column_tmp_v01 .fukidashi_box .icon {
  /* max-width: 120px; */
  width: 14.78%;
}
#column_tmp_v01 .fukidashi_box .icon img {
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
}
#column_tmp_v01 .fukidashi_box .fukidashi {
  /* max-width: 662px; */
  width: 81.53%;
  position: relative;
  box-sizing: border-box;
}
#column_tmp_v01 .fukidashi_box .fukidashi::before {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  border-right: 25px solid #888;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  box-sizing: border-box;
  position: absolute;
  top: 24px;
  left: 0;
}
#column_tmp_v01 .fukidashi_box .fukidashi p {
  box-sizing: border-box;
  /* max-width: 642px; */
  width: 96.98%;
  margin: 0 0 0 auto;
  background: #888;
  border-radius: 8px;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
#column_tmp_v01 p .strong {
  font-weight: 700;
}
#column_tmp_v01 .fukidashi_box.center_box .fukidashi::before {
  top: 50%;
  transform: translateY(-50%);
}
#column_tmp_v01 .fukidashi_box.strong_box .fukidashi p {
  font-size: 22px;
  line-height: 34px;
}
#column_tmp_v01 .shinji_box .fukidashi::before {
  border-right-color: #edeffc;
}
#column_tmp_v01 .shinji_box .fukidashi p {
  background: #edeffc;
}
#column_tmp_v01 .mr_box {
  flex-direction: row-reverse;
}
#column_tmp_v01 .mr_box .fukidashi::before {
  border-right: none;
  border-left: 25px solid #f8f8f8;
  left: auto;
  right: 0;
}
#column_tmp_v01 .mr_box .fukidashi p {
  background: #f8f8f8;
  margin: 0;
}
#column_tmp_v01 .profile_box {
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 30px 20px 20px;
  margin: 0 auto 20px;
}
#column_tmp_v01 .profile_box .cnt_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0 20px 40px;
}
#column_tmp_v01 .profile_box .cnt_box .cnt_img {
  max-width: 134px;
  width: 100%;
}
#column_tmp_v01 .profile_box .cnt_box .cnt_img img {
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
}
#column_tmp_v01 .profile_box .cnt_box .cnt_text {
  /* max-width: 542px; */
  width: 75%;
}
#column_tmp_v01 .profile_box .cnt_box .cnt_text .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 21px;
}
#column_tmp_v01 .profile_box .cnt_box .cnt_text p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
#column_tmp_v01 .profile_box .comment_box {
  padding: 22px 20px 28px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
#column_tmp_v01 .profile_box .comment_box::before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  border-bottom: 25px solid #fff;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  box-sizing: border-box;
  position: absolute;
  top: -16px;
  left: 99px;
}
#column_tmp_v01 .profile_box .comment_box dl {
  display: flex;
  align-items: start;
  box-sizing: border-box;
  margin: 0;
}
#column_tmp_v01 .profile_box .comment_box dt {
  width: 85px;
  margin-right: 7px;
  font-size: 16px;
  line-height: 32px;
}
#column_tmp_v01 .profile_box .comment_box dd {
  width: calc(100% - 85px - 7px);
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
#column_tmp_v01 .index_box {
  margin: 30px 0 0;
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
#column_tmp_v01 .index_box ol {
  margin-bottom: calc(20px - 0.8rem);
}


/**/
@media only screen and (max-width: 960px) {
  #column_tmp_v01 p.simple_text {
    margin: 30px 0 38px;
  }
  #column_tmp_v01 .profile_box {
    padding-top: 25px;
  }
  #column_tmp_v01 .profile_box .cnt_box {
    padding: 0 0 15px;
    display: block;
  }
  #column_tmp_v01 .profile_box .cnt_box .cnt_img {
    max-width: 90px;
    margin: 0 auto 20px;
  }
  #column_tmp_v01 .profile_box .cnt_box .cnt_text {
    width: 100%;
  }
  #column_tmp_v01 .profile_box .cnt_box .cnt_text .title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  #column_tmp_v01 .profile_box .cnt_box .cnt_text p {
    font-size: 14px;
    line-height: 26px;
  }
  #column_tmp_v01 .profile_box .comment_box dl {
    display: block;
  }
  #column_tmp_v01 .profile_box .comment_box dt {
    font-size: 14px;
    line-height: 28px;
  }
  #column_tmp_v01 .profile_box .comment_box dd {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
  #column_tmp_v01 .profile_box .comment_box {
    padding: 12px 15px 18px;
    border-radius: 4px;
  }
  #column_tmp_v01 .profile_box .comment_box::before {
    left: 50%;
    transform: translateX(-50%);
  }
  #column_tmp_v01 .index_box {
    border-width: 2px;
  }
  #column_tmp_v01 .fukidashi_box {
    margin-bottom: 20px;
  }
  #column_tmp_v01 .fukidashi_box .fukidashi::before {
    top: 14px;
    width: 10px;
    height: 11px;
    border-right-width: 10px;
    border-top-width: 5.5px;
    border-bottom-width: 5.5px;
  }
  #column_tmp_v01 .mr_box .fukidashi::before {
    border-left-width: 10px;
  }
  #column_tmp_v01 .fukidashi_box.center_box .fukidashi::before {
    top: 14px;
    transform: translateY(0);
  }
  #column_tmp_v01 .fukidashi_box .fukidashi p {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 12px;
  }
  #column_tmp_v01 .fukidashi_box.strong_box .fukidashi p {
    font-size: 18px;
    line-height: 30px;
  }
  #column_tmp_v01 .fukidashi_box.center_box {
    align-items: start;
  }
  #column_tmp_v01 h2 {
    margin: 60px 0 20px;
  }
  
}