@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  text-decoration: none;
}

div {
  box-sizing: border-box !important;
}

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

コミュニケーション診断：共通

-------------------------------------------------*/
#inner-bizon {
  background: #fff;
}
#inner-bizon > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.shindan_wrap {
  width: 100%;
	padding-top: 30px;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック','游ゴシック体','Yu Gothic',YuGothic,'メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;
  /*マーカー*/
  /*ヘッドコピー*/

}
.shindan_wrap .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.shindan_wrap .inner .title {
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
	font-weight: bold;
}
.shindan_wrap .inner .title.text_l {
  text-align: left;
}
.shindan_wrap p {
  font-size: 16px;
  letter-spacing: 0.05rem;
}
.shindan_wrap a,
.shindan_wrap img {
  display: block;
}
.shindan_wrap .mt80 {
  margin-top: 80px !important;
}
.shindan_wrap .mb20 {
  margin-bottom: 20px !important;
}
.shindan_wrap .mbzero {
  margin-bottom: 0 !important;
}
.shindan_wrap .font20 {
  font-size: 20px !important;
}
.shindan_wrap .text_center {
  text-align: center !important;
}
.shindan_wrap .text_left {
  text-align: left !important;
}
.shindan_wrap .pc_only {
  display: block;
}
.shindan_wrap .sp_only {
  display: none !important;
}
.shindan_wrap .marker {
  position: relative;
  display: inline-block;
}
.shindan_wrap .marker::after {
  content: '';
  display: block;
  height: 16px;
  bottom: -6px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #FFF07C;
}
.shindan_wrap .strong {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.shindan_wrap .strong::after {
  content: '';
  display: block;
  height: 8px !important;
  bottom: 0px !important;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #FFF07C;
}
.shindan_wrap .head_copy {
  font-weight: 500;
  line-height: 1.2;
}
.shindan_wrap .head_copy .small {
  font-size: 14px;
}
.shindan_wrap .head_copy .main {
  font-size: 18px;
  font-weight: 700;
}
.shindan_wrap .head_copy.top {
  margin-bottom: 40px;
}
.shindan_wrap .head_copy.top .small {
  font-size: 27px;
}
.shindan_wrap .head_copy.top .main {
  font-size: 42px;
  margin-right: 10px;
}
.shindan_wrap .head_copy.lower_page {
  text-align: center;
  margin: 20px 0 40px;
  line-height: 1.4;
}
.shindan_wrap .wave {
  position: absolute;
  bottom: -1px;
  z-index: -1;
}

/*診断ボタンエリア*/
.shindan_btn_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
}
.shindan_btn_box .lead {
  position: relative;
  top: -50px;
  left: -20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  height: 10px;
}
.shindan_btn_box .lead.lead_txt {
  position: static;
}
.shindan_btn_box .lead span {
  display: inline-block;
}
.shindan_btn_box .lead.lead_txt span {
  display: inline-flex;
  text-align: left;
}
.shindan_btn_box .lead .bubble {
  position: relative;
  left: -20px;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  font-weight: 500;
  background: #000;
  border-radius: 60px;
  z-index: 1;
}
.shindan_btn_box .lead .bubble .small {
  font-size: 14px;
  font-weight: 400;
}
.shindan_btn_box .lead .bubble::before {
  position: absolute;
  right: 5px;
  bottom: 8px;
  content: '';
  display: block;
  width: 16px;
  height: 22px;
  background: #000;
}
.shindan_btn_box .sub_btn {
  position: relative;
  width: 200px;
  height: 50px;
  border: solid 2px #08357F;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  color: #08357F;
  margin: auto;
  font-size: 16px;
  transition: ease all 0.2s;
  margin-bottom: 30px;
}
.shindan_btn_box .sub_btn::before {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #08357F;
  border-right: solid 2px #08357F;
  transform: rotate(-135deg);
}
.shindan_btn_box .sub_btn:hover {
  background: #08357F;
  color: #fff;
}
.shindan_btn_box .sub_btn:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.shindan_btn_box .text_btn {
  position: relative;
  color: #08357F;
  font-size: 16px;
  display: inline-block;
  margin: auto;
  padding: 5px 0;
}
.shindan_btn_box .text_btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #08357F;
  transition: ease all 0.2s;
}
.shindan_btn_box .text_btn:hover {
  font-weight: 500;
}
.shindan_btn_box .text_btn:hover::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #08357F;
}

.shindan_btn {
  position: relative;
  width: 400px;
  height: 70px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #FFE205;
  border: solid 2px #FFE205;
  border-radius: 40px;
  cursor: pointer;
  margin: auto;
  transition: ease all 0.2s;
  font-size: 22px;
  font-weight: 500;
  box-shadow: 3px 6px 11px -8px rgba(0, 0, 0, 0.6);
  color: #000!important;
}
.shindan_btn:hover {
  background: #fff;
  box-shadow: 0px 0px 11px -8px rgba(0, 0, 0, 0.6);
}
.shindan_btn::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .shindan_wrap {
    width: 100%;
		padding-top: 20px;
  }
  .shindan_wrap .inner {
    width: calc(100%);
    position: relative;
  }
  .shindan_wrap .inner .title {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
  }
  .shindan_wrap p {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
  .shindan_wrap .font20 {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .shindan_wrap .pc_only {
    display: none !important;
  }
  .shindan_wrap .sp_only {
    display: block !important;
  }
  .shindan_btn_box .lead.lead_txt span {
    display: inline;
  }

  /*マーカー SP*/
  .marker {
    position: relative;
    display: inline-block;
  }
  .marker::after {
    content: '';
    display: block;
    height: 8px !important;
    bottom: -4px !important;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #FFF07C;
  }

  /*ヘッドコピー SP*/
  .head_copy {
    text-align: center;
  }
  .head_copy .small {
    font-size: 14px;
  }
  .head_copy .main {
    font-size: 19px;
  }
  .head_copy.top {
    margin-bottom: 40px;
    line-height: 1;
  }
  .head_copy.top .small {
    font-size: 14px !important;
  }
  .head_copy.top .main {
    font-size: 22px !important;
  }

  /*診断ボタンエリア*/
  .shindan_btn_box {
    width: 100%;
    margin: 60px 0;
  }
  .shindan_btn_box .lead {
    position: relative;
    top: -40px;
    font-size: 13px;
    line-height: 1.4;
  }
  .shindan_btn_box .lead .bubble {
    position: relative;
    left: -10px;
    bottom: -10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 2;
  }
  .shindan_btn_box .lead .bubble::before {
    z-index: -1;
  }

  .shindan_btn {
    position: relative;
    width: calc(100% - 0px);
    max-width: 400px;
    height: 60px;
    font-size: 18px;
  }
}
/*------------------------------------------------

TOPページ

-------------------------------------------------*/
.shindan_wrap .first_view {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.shindan_wrap .top_content {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.shindan_wrap .top_content .left {
  width: 35%;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
}
.shindan_wrap .top_content .left img {
  width: 100%;
}
.shindan_wrap .top_content .right {
  width: 65%;
}
.shindan_wrap .top_content .right .lead {
  color: #393939;
}
.shindan_wrap .content_box {
  background: #f5f5f5;
  padding: 40px 0 40px;
}
.shindan_wrap .content_box .flex_select_card {
  display: flex;
}
.shindan_wrap .content_box .flex_select_card .card {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin: 0 10px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  box-shadow:  0 10px 40px 0 rgba 62, 57, 107, 0.07,  0 2px 9px 0 rgba 62, 57, 107, 0.06;
}
.shindan_wrap .content_box .flex_select_card .card p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
.shindan_wrap .content_box .flex_select_card .card .point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  background: #08357F;
  width: 80px;
  height: 80px;
  border-radius: 60px;
}
.shindan_wrap .content_box .flex_select_card .card .point p {
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-top: -14px;
}
.shindan_wrap .content_box .flex_select_card .card .point p .ttl {
  font-size: 14px;
  font-weight: 300;
}
.shindan_wrap .content_box .flex_select_card.circle_ver {
  margin-top: 80px;
}
.shindan_wrap .content_box .flex_select_card.circle_ver .card {
  padding: 60px 0 40px;
}
.shindan_wrap .content_box .flex_select_card a {
  color: #000;
  border: solid 4px #ddd;
  transition: ease all 0.2s;
}
.shindan_wrap .content_box .flex_select_card a:hover {
  border: solid 4px #FFE205;
}

@media screen and (max-width: 768px) {
  .shindan_wrap .first_view {
    width: 100%;
  }
  .shindan_wrap .top_content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .shindan_wrap .top_content .left {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }
  .shindan_wrap .top_content .left img {
    width: 55%;
    margin: auto;
  }
  .shindan_wrap .top_content .right {
    width: 100%;
  }
  .shindan_wrap .top_content .right .lead {
    margin-top: 270px;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 10px;
  }

  .shindan_btn_box .lead.lead_txt {
    position: relative;
    top: 90px;
    left: 5px;
  }
  .shindan_wrap .sp_position {
    position: absolute;
    top: 70px;
    left: 0px;
  }
  .shindan_wrap .sp_position .shindan_btn {
    width: calc(100% - 40px);
  }
  .shindan_wrap .content_box {
    padding: 10px 0 10px;
  }
  .shindan_wrap .content_box .flex_select_card {
    display: flex;
    flex-direction: column;
  }
  .shindan_wrap .content_box .flex_select_card .card {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto 10px;
  }
  .shindan_wrap .content_box .flex_select_card .card p {
    font-size: 16px;
  }
  .shindan_wrap .content_box .flex_select_card .card .point {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .shindan_wrap .content_box .flex_select_card .card .point p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-top: -8px;
  }
  .shindan_wrap .content_box .flex_select_card .card .point p .ttl {
    font-size: 11px;
    font-weight: 300;
  }
  .shindan_wrap .content_box .flex_select_card.circle_ver {
    margin-top: 60px;
  }
  .shindan_wrap .content_box .flex_select_card.circle_ver .card {
    padding: 40px 0 20px;
    margin-bottom: 40px;
  }
  .shindan_wrap .content_box .flex_select_card.circle_ver .card:last-of-type {
    margin-bottom: 0;
  }
  .shindan_wrap .content_box .flex_select_card a {
    border: solid 2px #ddd;
  }
  .shindan_wrap .content_box .flex_select_card a:hover {
    border: solid 2px #FFE205;
  }
}
/*------------------------------------------------

設問ページ

-------------------------------------------------*/
.shindan_wrap .step_bar {
  display: flex;
}
.shindan_wrap .step_bar .step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  min-height: 50px;
  margin-bottom: 50px;
}
.shindan_wrap .step_bar .step::after {
  position: absolute;
  right: -14px;
  content: '';
  display: block;
  width: 17px;
  height: 50px;
  background: url(/content/dam/nttcom/hq/jp/bizon/answer/customer-contact/shindan_img/flow_g.svg);
  background-size: cover;
  z-index: 2;
}
.shindan_wrap .step_bar .step:last-of-type::after {
  display: none;
}
.shindan_wrap .step_bar .step .small {
  font-size: 12px;
  font-weight: 300;
}
.shindan_wrap .step_bar .step .large {
  font-size: 22px !important;
  font-weight: bold;
  padding-left: 4px;
}
.shindan_wrap .step_bar .step.current {
  background: #08357F;
  color: #fff;
}
.shindan_wrap .step_bar .step.current::after {
  position: absolute;
  right: -14px;
  content: '';
  display: block;
  width: 17px;
  height: 50px;
  background: url(/content/dam/nttcom/hq/jp/bizon/answer/customer-contact/shindan_img/flow_b.svg);
  background-size: cover;
  z-index: 2;
}
.shindan_wrap .step_bar .step.current:last-of-type::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .shindan_wrap .step_bar {
    display: flex;
    padding: 0;
    margin-bottom: 30px;
  }
  .shindan_wrap .step_bar .step {
    font-size: 14px;
    line-height: 1.2;
    min-height: 40px;
    margin-bottom: 20px;
  }
  .shindan_wrap .step_bar .step::after {
    position: absolute;
    right: -11px;
    content: '';
    display: block;
    width: 15px;
    height: 40px;
    background: url(/content/dam/nttcom/hq/jp/bizon/answer/customer-contact/shindan_img/flow_g.svg);
    background-size: cover;
    z-index: 2;
  }
  .shindan_wrap .step_bar .step .small {
    font-size: 12px;
  }
  .shindan_wrap .step_bar .step .large {
    font-size: 16px !important;
    padding-left: 0px;
  }
  .shindan_wrap .step_bar .step.current::after {
    position: absolute;
    right: -11px;
    content: '';
    display: block;
    width: 15px;
    height: 40px;
    background: url(/content/dam/nttcom/hq/jp/bizon/answer/customer-contact/shindan_img/flow_b.svg);
    background-size: cover;
    z-index: 2;
  }
}
/*------------------------------------------------

診断結果ページ

-------------------------------------------------*/
.shindan_wrap .select_task {
  position: relative;
  max-width: 1200px;
  padding: 0 0 15px;
  border-bottom: solid 4px #08357F;
}
.shindan_wrap .select_task::after {
  content: '';
  display: block;
  width: 40px;
  height: 21px;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  position: absolute;
  background: url("/content/dam/nttcom/hq/jp/bizon/answer/customer-contact/shindan_img/arrow.svg");
}
.shindan_wrap .select_task p {
  color: #08357F;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.shindan_wrap .answer_lead {
  background: #FFFCDB;
  border: solid 4px #FFE205;
  padding: 30px;
  margin: 40px 0 60px;
  border-radius: 5px;
}
.shindan_wrap .answer_lead .text {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.diagnosis_result_area {
  position: relative;
  background: #fff;
  margin: 40px 0;
  padding: 40px;
  border-radius: 5px;
}
.diagnosis_result_area .item_beens {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  border-radius: 30px;
  width: 70px;
}
.diagnosis_result_area .lead {
  text-align: center;
  padding-bottom: 30px;
}
.diagnosis_result_area .figure_box {
  padding: 40px;
}
.diagnosis_result_area .figure_box img {
  width: 80%;
  height: auto;
  margin: auto;
}
.diagnosis_result_area .figure_box .figure_title {
  background: #08357F;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.diagnosis_result_area .list_area {
  display: flex;
  margin-top: 30px;
}
.diagnosis_result_area .list_area dt {
  padding-right: 30px;
  border-right: solid 1px #ddd;
}
.diagnosis_result_area .list_area dt .list_title {
  font-weight: 700;
  letter-spacing: 0;
  color: #08357F;
}
.diagnosis_result_area .list_area dd {
  padding-left: 20px;
}
.diagnosis_result_area .list_area dd ul {
  margin-left: 30px;
  list-style: circle;
}
.diagnosis_result_area .list_area dd ul li {
  padding: 5px 0;
  line-height: 1.2;
  color: #393939;
  font-weight: 700;
  font-size: 16px;
	list-style: circle;
}

.relation_contents_link_list {
  list-style: none;
}
.relation_contents_link_list li {
  margin-bottom: 20px;
}
.relation_contents_link_list li a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 6px 11px -8px rgba(0, 0, 0, 0.6);
  transition: ease all 0.2s;
}
.relation_contents_link_list li a::after {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #08357F;
  border-right: solid 2px #08357F;
  transform: rotate(45deg);
}
.relation_contents_link_list li a:hover {
  box-shadow: 0px 0px 11px -8px rgba(0, 0, 0, 0.6);
}
.relation_contents_link_list li a dl {
  display: flex;
  align-items: center;
}
.relation_contents_link_list li a dl dt {
  display: block;
  width: 210px;
  height: 120px;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
}
.relation_contents_link_list li a dl dd {
  width: calc(100% - 210px);
  font-size: 17px;
  padding: 20px 20px 20px;
  color: #000;
}
.relation_contents_link_list li a dl dd .company_name {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  .shindan_wrap .select_task {
    margin: 0;
  }
  .shindan_wrap .answer_lead {
    padding: 20px;
    margin: 30px 0 50px;
  }
  .shindan_wrap .answer_lead .text {
    font-size: 16px;
  }

  .diagnosis_result_area {
    position: relative;
    margin: 30px 0;
    padding: 20px;
  }
  .diagnosis_result_area .item_beens {
    font-size: 14px;
  }
  .diagnosis_result_area .lead {
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
  .diagnosis_result_area .figure_box {
    margin-top: 20px;
    padding: 10px;
  }
  .diagnosis_result_area .figure_box img {
    width: calc(100%);
    height: auto;
  }
  .diagnosis_result_area .figure_box .figure_title {
    padding: 10px;
    line-height: 1.2;
    border-radius: 5px;
    margin-bottom: 0;
  }
  .diagnosis_result_area .figure_box .col2_ver {
    display: flex;
    flex-direction: column;
  }
  .diagnosis_result_area .figure_box .col2_ver .left,
  .diagnosis_result_area .figure_box .col2_ver .right {
    width: 100%;
    padding: 0;
  }
  .diagnosis_result_area .figure_box .col2_ver .left .list_title,
  .diagnosis_result_area .figure_box .col2_ver .right .list_title {
    margin: 20px 0 5px;
  }
  .diagnosis_result_area .figure_box .col2_ver .left ul,
  .diagnosis_result_area .figure_box .col2_ver .right ul {
    margin-left: 22px;
  }
  .diagnosis_result_area .figure_box .col2_ver .left ul li,
  .diagnosis_result_area .figure_box .col2_ver .right ul li {
    padding: 4px 0;
    font-size: 14px;
  }
  .diagnosis_result_area .figure_box .col2_ver .right {
    margin-top: 20px;
  }
  .diagnosis_result_area .list_area {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
  }
  .diagnosis_result_area .list_area dt {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 10px;
  }
  .diagnosis_result_area .list_area dd {
    width: 100%;
    padding-left: 10px;
  }
  .diagnosis_result_area .list_area dd ul {
    margin-left: 20px;
  }
  .diagnosis_result_area .list_area dd ul li {
    font-size: 14px;
  }

  .relation_contents_link_list {
    list-style: none;
  }
  .relation_contents_link_list li {
    margin-bottom: 10px;
  }
  .relation_contents_link_list li a::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #08357F;
    border-right: solid 2px #08357F;
    transform: rotate(45deg);
  }
  .relation_contents_link_list li a dl dt {
    width: 110px;
    height: 110px;
  }
  .relation_contents_link_list li a dl dd {
    width: calc(100% - 110px);
    font-size: 13px;
    padding: 10px 20px 10px 13px;
    line-height: 1.4;
  }
  .relation_contents_link_list li a dl dd .title2 {
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 56px;
    margin: 0 !important;
  }
  .relation_contents_link_list li a dl dd .company_name {
    color: #666;
    font-size: 11px;
    margin-top: 1px;
    display: block;
  }
  .sp_hidden {
    display: none;
  }
}