@charset "UTF-8";
/* 旧 インタビュー */
.above_txt_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5em 1em;
  margin-bottom: 15px;
}
.above_txt_wrap .above_txt {
  align-self: center;
}

.pdf_link_button {
  display: block;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 0.4em 1em 0.3em 0.9em;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  font-size: 15px;
}
.pdf_link_button:hover {
  color: #fff;
  background-color: #00508e;
  text-decoration: none;
}
.pdf_link_button p {
  padding: 0.7em 0 0.6em 34px;
  position: relative;
}
.pdf_link_button p::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 30px;
  background: url(/shared/images/common/icon_btn_pdf.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
}
.pdf_link_button p:hover {
  color: #fff;
}

.section_inner {
  margin: 0 auto;
}

/* インタビュー トップ */
#interviewContents {
  font-size: 16px;
}

/* インタビュー 記事 */
/* SNSボタン */
/* MT入力エリア内 */
.articleContents {
  font-size: 16px;
  width: 1040px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 30px;
  /* 他の記事へのリンク */
  /* お問い合わせエリア */
  /* 商品ページへのリンク */
  /* 施工事例をさらに見るボタン */
  /* 合わせてお読みください */
  /* ページ特有のスタイル */
  /* 間に「→」ありの均等2カラムからSP時1カラム */
  /* 汎用 */
}
.articleContents .anchorArea {
  margin-top: 36px;
}
.articleContents .anchorArea .titArea {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.articleContents .anchorArea .titArea > * {
  display: table-cell;
  vertical-align: bottom;
}
.articleContents .anchorArea .titArea > * + * {
  white-space: nowrap;
}
.articleContents .anchorArea .titArea .readTime {
  text-align: right;
}
.articleContents .anchorArea h2 {
  font-weight: bold;
}
.articleContents .anchorArea .anchorBox {
  border: 1px solid #b5b5b5;
  padding: 25px 25px 20px;
}
.articleContents .anchorArea .anchorBox li {
  line-height: 1.5;
}
.articleContents .anchorArea .anchorBox li a {
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.articleContents .anchorArea .anchorBox li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.2em;
  left: 0em;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(135deg);
}
.articleContents .anchorArea .anchorBox li a:hover {
  text-decoration: underline;
  color: #00508e;
}
.articleContents .anchorArea .anchorBox li:not(:first-child) {
  margin-top: 1em;
}
.articleContents .plainText {
  line-height: 1.6667;
}
.articleContents .plainText a {
  text-decoration: none;
  color: #00508e;
}
.articleContents .plainText a:hover {
  text-decoration: underline;
}
.articleContents .plainText + .sub_heading {
  margin-top: 45px;
}
.articleContents .mainImage figcaption,
.articleContents .round_img figcaption,
.articleContents .image_wrap figcaption {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 5px;
}
.articleContents .figCaption,
.articleContents .capText {
  font-size: 15px;
  line-height: 1.4;
}
.articleContents .articleHead .smaller {
  max-width: 600px;
}
.articleContents .articleHead .introImgWrap {
  margin-top: 40px;
}
.articleContents .dialogue2col {
  display: flex;
  flex-wrap: wrap;
}
.articleContents .dialogue2col .image_wrap {
  flex-shrink: 0;
  width: 46.8%;
}
.articleContents .dialogue2col .icon_cross {
  margin-top: -60px;
  text-align: center;
  width: 100%;
}
.articleContents .dialogue2col .icon_cross img {
  transform: rotate(45deg);
}
.articleContents .dialogue2col .icon_cross + .col2 {
  margin-top: -70px;
}
.articleContents .dialogue2col .icon_cross + .col2 .textBox {
  display: flex;
  flex-direction: column;
}
.articleContents .dialogue2col .icon_cross + .col2 .textBox > *:first-child {
  margin-top: auto;
}
.articleContents .dialogue2col .col2 {
  display: flex;
}
.articleContents .dialogue2col .col2:first-child {
  margin-left: auto;
}
.articleContents .dialogue2col .col2 > * + * {
  margin-left: 20px;
}
.articleContents .dialogue2col .right_img > *:first-child {
  margin-left: auto;
}
.articleContents .large_heading {
  border-bottom: 2px solid #b5b5b5;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}
.articleContents .articleBody {
  margin-top: 30px;
  padding-bottom: 30px;
  line-height: 1.2;
}
.articleContents .articleBody .section {
  margin-top: 50px;
}
.articleContents .articleBody .section .section_heading {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #01508e;
  line-height: 1.583;
  line-height: 1.5833333333;
  color: #333;
  font-size: 24px;
  font-weight: 500;
}
.articleContents .border_top {
  border-top: 1px solid #01508e;
}
.articleContents .pt30 {
  padding-top: 30px;
}
.articleContents .flex {
  display: flex;
}
.articleContents .flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.articleContents .shrink0 {
  flex-shrink: 0;
}
.articleContents .sub_heading {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  font-weight: 500;
}
.articleContents .sub_heading > * {
  font-weight: inherit;
}
.articleContents .sp_table_block {
  display: none;
}
.articleContents .orangeEmphasis {
  color: #e36c0a;
  font-weight: bold;
}
.articleContents .green {
  color: #00b050;
  font-weight: bold;
}
.articleContents .blue {
  color: #0070c0;
  font-weight: bold;
}
.articleContents .nameBlue {
  color: #0070c0;
}
.articleContents .nameColor02 {
  color: #C45911;
}
.articleContents .red {
  color: #ff0000;
  font-weight: bold;
}
.articleContents .uLine {
  text-decoration: underline;
}
.articleContents [class*=wraparound_box] {
  /* PC時2カラム画像下テキスト回り込み */
  overflow: hidden;
}
.articleContents [class*=wraparound_box] .round_img {
  width: 400px;
  margin-bottom: 10px;
}
.articleContents [class*=wraparound_box] .round_img.w200 {
  width: 200px;
}
.articleContents [class*=wraparound_box] + .sub_heading {
  margin-top: 40px;
}
.articleContents .wraparound_box {
  /* PC時画像右、テキスト回り込み */
}
.articleContents .wraparound_box .round_img {
  float: right;
  margin-left: 20px;
}
.articleContents .wraparound_box_l {
  /* PC時画像左、テキスト回り込み */
}
.articleContents .wraparound_box_l .round_img {
  float: left;
  margin-right: 20px;
}
.articleContents .col2_box {
  display: flex;
}
.articleContents .col2_box .col_block {
  /* 子要素にflexがあるとIEで折り返さないため */
}
.articleContents .col2_box .col_block > * {
  max-width: 580px;
}
.articleContents .col2_box .image_wrap {
  width: 400px;
  flex-shrink: 0;
}
.articleContents .col2_box > *:not(:first-child) {
  margin-left: 20px;
}
.articleContents .col2_box + .sub_heading {
  margin-top: 40px;
}
.articleContents .r_to_l {
  text-align: right;
}
.articleContents .c_to_l {
  text-align: center;
}
.articleContents .equal2col_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articleContents .equal2col_box > * {
  width: 49%;
}
.articleContents .equal2col_box > *:nth-child(n+3) {
  margin-top: 15px;
}
.articleContents .equal2col_box.max820_auto > * {
  max-width: 400px;
}
.articleContents .equal3col_box {
  display: flex;
  flex-wrap: wrap;
}
.articleContents .equal3col_box > * {
  width: 32%;
  margin-right: 2%;
}
.articleContents .equal3col_box > *:nth-child(3n) {
  margin-right: 0;
}
.articleContents .equal3col_box > *:nth-child(n+4) {
  margin-top: 15px;
}
.articleContents .date_etc {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.articleContents .embed_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.articleContents .embed_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.articleContents .profileArea {
  margin-top: 50px;
}
.articleContents .profileArea .heading {
  margin-bottom: 0.5em;
}
.articleContents .profileArea .nameText {
  font-size: 18px;
  margin-bottom: 1.4em;
}
.articleContents .max820_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}
.articleContents .max800_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.articleContents .max600_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.articleContents .max400_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.articleContents .otherIntroWrap {
  margin: 80px auto 0;
}
.articleContents .otherIntroArea {
  max-width: 650px;
  margin: 0 auto;
}
.articleContents .otherIntroArea .otherIntro {
  border: 1px solid #b5b5b5;
  background: #fff;
  text-align: center;
}
.articleContents .otherIntroArea .otherIntro a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
}
.articleContents .otherIntroArea .otherIntro a:hover {
  opacity: 0.7;
}
.articleContents .otherIntroArea .otherIntro + .otherIntro {
  margin-top: 20px;
}
.articleContents .otherIntroArea .otherIntro .nextBtnWrap .next,
.articleContents .otherIntroArea .otherIntro .nextBtnWrap .prev {
  position: relative;
  display: inline-block;
  line-height: 1.38889;
  font-weight: bold;
  font-size: 18px;
}
.articleContents .otherIntroArea .otherIntro .nextBtnWrap .next::before,
.articleContents .otherIntroArea .otherIntro .nextBtnWrap .prev::before {
  content: "";
  position: absolute;
  top: 0.5em;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
}
.articleContents .otherIntroArea .otherIntro .nextBtnWrap .next::before {
  left: 2.5em;
  transform: rotate(45deg);
}
.articleContents .otherIntroArea .otherIntro .nextBtnWrap .prev::before {
  right: 2.5em;
  transform: rotate(225deg);
}
.articleContents .otherIntroArea .otherIntro .nextBtnWrap .tit {
  line-height: 1.6667;
}
.articleContents .otherIntroArea .nextTime {
  display: block;
  margin-top: 20px;
  padding: 15px;
  background-color: #e1e1e1;
  text-align: center;
}
.articleContents .otherIntroArea .nextTime .txt {
  line-height: 1.6667;
}
.articleContents .otherIntroArea .nextTime .tit {
  line-height: 1.6667;
  font-weight: bold;
}
.articleContents .otherIntroArea.noLink {
  background: #e1e1e1;
}
.articleContents .pagination > ul {
  display: table;
  margin: 40px auto 0;
}
.articleContents .pagination > ul > li {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}
.articleContents .pagination > ul > li:first-child {
  margin-left: 0;
}
.articleContents .pagination > ul > li span {
  display: block;
  padding: 15px 18px 14px;
}
.articleContents .pagination > ul > li a {
  display: block;
  text-decoration: none;
  color: #333;
}
.articleContents .pagination > ul > li a:hover {
  background-color: #00508e;
  color: #fff;
}
.articleContents .pagination > ul .current {
  background: #00508e;
}
.articleContents .pagination > ul .current a {
  pointer-events: none;
  color: #fff;
}
.articleContents .pagination .arrowL,
.articleContents .pagination .arrowR {
  vertical-align: top;
}
.articleContents .pagination .arrowL span,
.articleContents .pagination .arrowR span {
  padding: 17px 20px 17px 19px;
  line-height: 0;
}
.articleContents .pagination .arrowL span img,
.articleContents .pagination .arrowR span img {
  width: 7px;
  height: 12px;
}
.articleContents .pagination .arrowL a,
.articleContents .pagination .arrowR a {
  border: 1px solid #fff;
}
.articleContents .pagination .arrowL a:hover,
.articleContents .pagination .arrowR a:hover {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  color: #333;
}
.articleContents .pagination .arrowL {
  transform: rotate(180deg);
}
.articleContents .pagination + .button_wrap01 {
  margin-top: 3em;
}
.articleContents .interviewContactArea {
  margin-top: 100px;
  padding-bottom: 50px;
}
.articleContents .interviewContactArea .area_title {
  margin: 0 auto 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b8b8b8;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.articleContents .interviewContactArea .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.articleContents .interviewContactArea .btnArea li {
  width: 300px;
  text-align: center;
}
.articleContents .interviewContactArea .btnArea li:not(:first-of-type) {
  margin-left: 10px;
}
.articleContents .interviewContactArea .btnArea li a {
  background-color: #00508e;
  border: 1px solid #00508e;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 140px;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 10px 0 15px;
}
.articleContents .interviewContactArea .btnArea li a:hover {
  background-color: #fff;
  color: #00508e;
}
.articleContents .interviewContactArea .btnArea li a:hover svg.icon_phone path {
  stroke: #00508e;
}
.articleContents .interviewContactArea .btnArea li a:hover svg.icon_mail {
  fill: #00508e;
}
.articleContents .interviewContactArea .btnArea li a svg.icon_phone {
  height: 50px;
}
.articleContents .interviewContactArea .btnArea li a svg.icon_phone path {
  stroke: #fff;
}
.articleContents .interviewContactArea .btnArea li a svg.icon_mail {
  height: 70px;
  fill: #fff;
}
.articleContents .products_link {
  margin-bottom: 13px;
}
.articleContents .products_link .heading {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 30px auto 1.5em;
  font-weight: 400;
}
.articleContents .products_link .productsInduction .categoryHead {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #e1e1e1;
}
.articleContents .products_link .productsBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1px;
}
.articleContents .products_link .productsBox dl {
  width: 242px;
  margin: 0 10px 30px 0;
}
.articleContents .products_link .productsBox dl:nth-child(4n) {
  margin-right: 0;
}
.articleContents .products_link .productsBox dt a {
  display: block;
  color: #333;
  line-height: 1.3;
  text-decoration: none;
}
.articleContents .products_link .productsBox dt a img {
  width: 100%;
}
.articleContents .products_link .productsBox dt a span {
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 1em;
  position: relative;
}
.articleContents .products_link .productsBox dt a span::before {
  content: "";
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -4px;
}
.articleContents .products_link .productsBox dt a:hover {
  color: #00508e;
  opacity: 0.7;
}
.articleContents .products_link .productsBox dt a:hover span {
  text-decoration: underline;
  opacity: 0.7;
}
.articleContents .products_link .productsBox dd {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}
.articleContents .products_link .arrowLink a {
  text-decoration: none;
  color: #333;
  padding-left: 1em;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.articleContents .products_link .arrowLink a:hover {
  color: #00508e;
  opacity: 0.7;
  text-decoration: underline;
}
.articleContents .products_link .arrowLink a::before {
  content: "";
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -4px;
}
.articleContents .products_link .arrow_link_button {
  width: 200px;
  margin: 30px auto 0;
}
.articleContents .products_link .arrow_link_button a {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 1em 1em;
  text-decoration: none;
  color: inherit;
  line-height: 1.66;
  display: flex;
  justify-content: center;
}
.articleContents .products_link .arrow_link_button a::before {
  content: "";
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  width: 8px;
  height: 8px;
  display: block;
  vertical-align: middle;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
  margin: 7px 8px 0 0;
}
.articleContents .products_link .arrow_link_button a:hover {
  background-color: #00508e;
  text-decoration: none;
  color: #fff;
}
.articleContents .products_link .arrow_link_button a:hover::before {
  border-color: #fff;
}
.articleContents iframe .section_inner {
  max-width: 1000px;
  width: 100%;
  padding: 30px;
}
.articleContents .bold {
  font-weight: bold;
}
.articleContents .button_wrap01 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.articleContents .example_link_button {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 0.8em 1em 0.7em 0.9em;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}
.articleContents .example_link_button svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: none;
  stroke: #000;
  stroke-width: 1.872;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256;
  margin-right: 0.6em;
}
.articleContents .example_link_button p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.articleContents .example_link_button:hover {
  background-color: #00508e;
  text-decoration: none;
}
.articleContents .example_link_button:hover svg {
  fill: #00508e;
  stroke: #fff;
}
.articleContents .example_link_button:hover p {
  color: #fff;
}
.articleContents .example_link_button:hover p::before {
  border-color: #fff;
}
.articleContents .guide_link_button {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 0.8em 1em 0.7em 0.9em;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}
.articleContents .guide_link_button svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: none;
  stroke: #000;
  stroke-width: 1.872;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256;
  margin-right: 0.6em;
}
.articleContents .guide_link_button p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.articleContents .guide_link_button:hover {
  background-color: #00508e;
  text-decoration: none;
}
.articleContents .guide_link_button:hover svg {
  stroke: #fff;
}
.articleContents .guide_link_button:hover p {
  color: #fff;
}
.articleContents .guide_link_button:hover p::before {
  border-color: #fff;
}
.articleContents .please_read {
  display: none;
  margin-bottom: 13px;
}
.articleContents .please_read .heading {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 30px auto 1.5em;
}
.articleContents .bnrWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articleContents .bnrWrap > * {
  width: 49%;
}
.articleContents .bnrWrap > *:nth-child(n+3) {
  margin-top: 15px;
}
.articleContents .bnrWrap > *:hover {
  opacity: 0.7;
}
.articleContents .column_img_box {
  position: relative;
  padding: 0 0 0 355px;
  min-height: 146px;
}
.articleContents .column_img_box + .column_img_box {
  margin: 40px 0 0;
}
.articleContents .column_img_box a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}
.articleContents .column_img_box a:hover figure,
.articleContents .column_img_box a:hover span {
  opacity: 0.7;
  text-decoration: underline;
  color: #00508e;
}
.articleContents .column_img_box figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 335px;
}
.articleContents .column_img_box img {
  width: 100%;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 2px;
}
.articleContents .column_img_box span {
  padding: 0 0 0 1em;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.articleContents .column_img_box span br {
  display: none;
}
.articleContents .column_img_box span::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 355px;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(45deg);
}
.articleContents .column_img_box .txt_area {
  margin-top: 1em;
  line-height: 1.6667;
  font-size: 15px;
}
.articleContents .divider {
  color: #f2b082;
  margin: 1em auto;
  text-align: center;
}
.articleContents .abcbuil04_hasarrow {
  display: flex;
  justify-content: center;
}
.articleContents .abcbuil04_hasarrow .image_wrap {
  width: 100%;
  max-width: 400px;
}
.articleContents .abcbuil04_hasarrow .icon {
  padding: 85px 1em 0;
}
.articleContents .arrow2col_to1 {
  display: flex;
  justify-content: space-between;
}
.articleContents .arrow2col_to1 > * {
  width: 47.5%;
}
.articleContents .arrow2col_to1 > *:first-child + * .img_box {
  position: relative;
}
.articleContents .arrow2col_to1 > *:first-child + * .img_box::before {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 30px;
  height: 33px;
  display: block;
  background: url("/shared/images/interview/common/arrow.gif") no-repeat left top;
  background-size: contain;
}
.articleContents .strong {
  font-weight: bold;
}
.articleContents .alignCenter {
  text-align: center;
}
.articleContents .alignRight {
  text-align: right !important;
}
.articleContents .alignLeft {
  text-align: left;
}
.articleContents .fs14 {
  font-size: 14px;
}
.articleContents .m0 {
  margin: 0 !important;
}
.articleContents .mt0 {
  margin-top: 0 !important;
}
.articleContents .mAuto {
  margin: 0 auto;
}
.articleContents .pd10 {
  padding: 10px 0;
}
.articleContents .mt1em {
  margin-top: 1em !important;
}
.articleContents .mt2em {
  margin-top: 2em !important;
}
.articleContents .mt5 {
  margin-top: 5px !important;
}
.articleContents .mt10 {
  margin-top: 10px !important;
}
.articleContents .mt15 {
  margin-top: 15px !important;
}
.articleContents .mt20 {
  margin-top: 20px !important;
}
.articleContents .mt25 {
  margin-top: 25px !important;
}
.articleContents .mt30 {
  margin-top: 30px !important;
}
.articleContents .mt40 {
  margin-top: 40px !important;
}
.articleContents .mt45 {
  margin-top: 45px !important;
}
.articleContents .mt50 {
  margin-top: 50px !important;
}
.articleContents .mb0 {
  margin-bottom: 0 !important;
}
.articleContents .mb1em {
  margin-bottom: 1em !important;
}
.articleContents .mb2em {
  margin-bottom: 2em !important;
}
.articleContents .mb3em {
  margin-bottom: 3em !important;
}
.articleContents .mb5 {
  margin-bottom: 5px !important;
}
.articleContents .mb10 {
  margin-bottom: 10px !important;
}
.articleContents .mb15 {
  margin-bottom: 15px !important;
}
.articleContents .mb20 {
  margin-bottom: 20px !important;
}
.articleContents .mb25 {
  margin-bottom: 25px !important;
}
.articleContents .mb30 {
  margin-bottom: 30px !important;
}
.articleContents .mb40 {
  margin-bottom: 40px !important;
}
.articleContents .mb50 {
  margin-bottom: 50px !important;
}
.articleContents .mr5 {
  margin-right: 5px !important;
}
.articleContents .pt10 {
  padding-top: 10px !important;
}
.articleContents .pt15 {
  padding-top: 15px !important;
}
.articleContents .pt20 {
  padding-top: 20px !important;
}
.articleContents .pt25 {
  padding-top: 25px !important;
}
.articleContents .pt30 {
  padding-top: 30px !important;
}
.articleContents .pt35 {
  padding-top: 35px !important;
}
.articleContents .pt40 {
  padding-top: 40px !important;
}
.articleContents .pt45 {
  padding-top: 45px !important;
}
.articleContents .pt50 {
  padding-top: 45px !important;
}
.articleContents .pb10 {
  padding-bottom: 10px !important;
}
.articleContents .pb15 {
  padding-bottom: 15px !important;
}
.articleContents .pb20 {
  padding-bottom: 20px !important;
}
.articleContents .pb25 {
  padding-bottom: 25px !important;
}
.articleContents .pb30 {
  padding-bottom: 30px !important;
}
.articleContents .pb35 {
  padding-bottom: 35px !important;
}
.articleContents .pb40 {
  padding-bottom: 30px !important;
}
.articleContents .pb45 {
  padding-bottom: 35px !important;
}
.articleContents .pb50 {
  padding-bottom: 50px !important;
}
.articleContents .ml0 {
  margin-left: 0 !important;
}
.articleContents .ml5 {
  margin-left: 5px !important;
}
.articleContents .ml6 {
  margin-left: 6px !important;
}
.articleContents .ml8 {
  margin-left: 8px !important;
}
.articleContents .ml10 {
  margin-left: 10px !important;
}
.articleContents .ml14 {
  margin-left: 14px !important;
}
.articleContents .ml15 {
  margin-left: 15px !important;
}
.articleContents .ml20 {
  margin-left: 20px !important;
}
.articleContents .ml25 {
  margin-left: 25px !important;
}
.articleContents .ml30 {
  margin-left: 30px !important;
}
.articleContents .ml45 {
  margin-left: 45px !important;
}
.articleContents .mlAuto {
  margin-left: auto;
}
.articleContents .pl0 {
  padding-left: 0 !important;
}
.articleContents .pl5 {
  padding-left: 5px !important;
}
.articleContents .pl10 {
  padding-left: 10px !important;
}
.articleContents .pl15 {
  padding-left: 15px !important;
}
.articleContents .pl20 {
  padding-left: 20px !important;
}
.articleContents .pr5 {
  padding-right: 5px;
}
.articleContents .pr10 {
  padding-right: 10px;
}
.articleContents .pr15 {
  padding-right: 15px;
}
.articleContents .pr20 {
  padding-right: 20px;
}
.articleContents .pr25 {
  padding-right: 25px;
}
.articleContents .pr30 {
  padding-right: 25px;
}
.articleContents .pr35 {
  padding-right: 35px;
}
.articleContents .pr40 {
  padding-right: 40px;
}
.articleContents .ml1em {
  margin-left: 1em !important;
}
.articleContents .pad1em {
  padding: 1em;
}
.articleContents .padHalfEm {
  padding: 0.5em;
}
.articleContents .pl1em {
  padding-left: 1em !important;
}
.articleContents .widFull {
  width: 100%;
}
.articleContents .widAuto {
  width: auto;
}
.articleContents .vAlignB {
  vertical-align: bottom;
}
.articleContents .vAlignM {
  vertical-align: middle;
}
.articleContents .tblFixed {
  table-layout: fixed;
}
.articleContents .indent1em {
  text-indent: -1em;
  padding-left: 1em;
}
.articleContents .notWrap {
  white-space: nowrap;
}
.articleContents .flexAlignEnd {
  align-items: flex-end;
}
.articleContents .flexAlignCenter {
  align-items: center;
}
.articleContents .flex_justify_end {
  /*テキスト右寄せ、折り返しても左揃え*/
  display: flex;
  justify-content: flex-end;
}
.articleContents .sp_text {
  display: none;
}
.articleContents .pc {
  display: block;
}
.articleContents .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  iframe .section_inner {
    padding: 0;
  }
  .articleContents {
    width: 100%;
    /* 合わせてお読みください */
    /* ページ特有のスタイル */
    /* 間に「→」ありの均等2カラムからSP時1カラム */
  }
  .articleContents .plainText {
    line-height: 1.714;
  }
  .articleContents .plainText + .sub_heading {
    margin-top: 35px;
  }
  .articleContents .anchorArea {
    margin-top: 25px;
  }
  .articleContents .anchorArea h2 {
    font-size: 15px;
  }
  .articleContents .anchorArea .anchorBox {
    padding: 1em;
    border: none;
    background-color: #f4f4f4;
  }
  .articleContents .anchorArea .anchorBox li a {
    padding-left: 15px;
  }
  .articleContents .anchorArea .anchorBox li a::before {
    top: 0.5em;
  }
  .articleContents .anchorArea .anchorBox li:not(:first-child) {
    margin-top: 0.5em;
  }
  .articleContents .articleHead .smaller {
    max-width: 100%;
  }
  .articleContents .articleHead .smaller img {
    display: block;
    margin: 0 auto;
  }
  .articleContents .articleHead .introImgWrap {
    margin-top: 30px;
  }
  .articleContents .dialogue2col .image_wrap {
    width: 100%;
  }
  .articleContents .dialogue2col .icon_cross {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .articleContents .dialogue2col .icon_cross + .col2 {
    margin-top: 0;
  }
  .articleContents .dialogue2col .icon_cross + .col2 .textBox {
    display: block;
  }
  .articleContents .dialogue2col .icon_cross + .col2 .textBox > *:first-child {
    margin-top: auto;
  }
  .articleContents .dialogue2col .col2 {
    display: block;
  }
  .articleContents .dialogue2col .col2:first-child {
    margin-left: auto;
  }
  .articleContents .dialogue2col .col2 > * + * {
    margin-left: 0;
  }
  .articleContents .dialogue2col .right_img > *:first-child {
    margin-left: auto;
  }
  .articleContents .dialogue2col .right_img .textBox {
    margin-bottom: 5px;
  }
  .articleContents .dialogue2col .left_img .textBox {
    margin-top: 5px;
  }
  .articleContents .r_to_l,
  .articleContents .c_to_l {
    text-align: left;
  }
  .articleContents .articleBody .section {
    margin-top: 25px;
  }
  .articleContents .articleBody .section .section_heading {
    line-height: 1.4;
    font-size: 19px;
    margin-bottom: 25px;
  }
  .articleContents .sub_heading {
    margin-bottom: 15px;
  }
  .articleContents .sp_different_window {
    display: none;
  }
  .articleContents [class*=wraparound_box] {
    /* SP時1カラム */
    overflow: hidden;
  }
  .articleContents [class*=wraparound_box] .round_img {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .articleContents [class*=wraparound_box] + .sub_heading {
    margin-top: 30px;
  }
  .articleContents [class*=wraparound_box].sp_column_reverse {
    /* SP時に画像を後にしたい */
    display: flex;
    flex-direction: column-reverse;
  }
  .articleContents [class*=wraparound_box].sp_column_reverse [class^=round_img] {
    min-height: 0%;
    margin: 15px 0 0 0;
  }
  .articleContents [class*=wraparound_box].sp_column_order {
    /* SP時に順番を指定する */
    display: flex;
    flex-direction: column;
  }
  .articleContents [class*=wraparound_box].sp_column_order [class^=round_img] {
    min-height: 0%;
    margin: 15px 0 0 0;
  }
  .articleContents [class*=wraparound_box].sp_column_order .order1 {
    order: 1;
  }
  .articleContents [class*=wraparound_box].sp_column_order .order2 {
    order: 2;
  }
  .articleContents .wraparound_box_l .round_img {
    margin-right: 0;
  }
  .articleContents .col2_box {
    display: block;
  }
  .articleContents .col2_box .col_block > * {
    max-width: 100%;
  }
  .articleContents .col2_box .image_wrap {
    width: 100%;
  }
  .articleContents .col2_box > *:not(:first-child) {
    margin: 15px 0 0 0;
  }
  .articleContents .col2_box + .sub_heading {
    margin-top: 30px;
  }
  .articleContents .equal2col_box.spCol1,
  .articleContents .equal3col_box.spCol1 {
    display: block;
  }
  .articleContents .equal2col_box.spCol1 > *,
  .articleContents .equal3col_box.spCol1 > * {
    width: 100%;
    margin-right: 0;
  }
  .articleContents .equal2col_box.spCol1 > *:not(:first-child),
  .articleContents .equal3col_box.spCol1 > *:not(:first-child) {
    margin-top: 15px;
  }
  .articleContents .interviewContactArea {
    padding-bottom: 30px;
  }
  .articleContents .interviewContactArea .btnArea {
    justify-content: space-between;
  }
  .articleContents .interviewContactArea .btnArea li {
    width: calc((100% - 15px) / 2);
  }
  .articleContents .interviewContactArea .btnArea li:not(:first-of-type) {
    margin-left: 0;
  }
  .articleContents .interviewContactArea .btnArea li a {
    height: 100px;
    padding: 10px 0 5px;
    color: #00508e;
    background-color: #fff;
  }
  .articleContents .interviewContactArea .btnArea li a svg.icon_phone {
    height: 35px;
  }
  .articleContents .interviewContactArea .btnArea li a svg.icon_phone path {
    stroke: #00508e;
  }
  .articleContents .interviewContactArea .btnArea li a svg.icon_phone + span {
    margin-top: 5px;
  }
  .articleContents .interviewContactArea .btnArea li a svg.icon_mail {
    height: 45px;
    fill: #00508e;
  }
  .articleContents .otherIntroWrap {
    margin-top: 50px;
  }
  .articleContents .otherIntroArea .otherIntro .nextBtnWrap .next::before,
  .articleContents .otherIntroArea .otherIntro .nextBtnWrap .prev::before {
    top: 0.4em;
  }
  .articleContents .otherIntroArea.noLink {
    background: #e1e1e1;
  }
  .articleContents .interviewContactArea {
    margin-top: 60px;
  }
  .articleContents .products_link {
    border-top: none;
  }
  .articleContents .products_link .productsBox dl {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 1.5em 0;
  }
  .articleContents .products_link .productsBox dl:nth-child(even) {
    margin-right: 0;
  }
  .articleContents .products_link .productsBox dl:nth-child(odd) {
    margin-right: 15px;
  }
  .articleContents .products_link .productsBox dt a {
    font-size: 15px;
  }
  .articleContents .products_link .arrow_link_button {
    width: 74.6268656716%;
    margin: 15px auto 0;
  }
  .articleContents .profileArea {
    margin-top: 40px;
  }
  .articleContents .snsBtnAreaBtm {
    display: none;
  }
  .articleContents .bnrWrap {
    display: block;
  }
  .articleContents .bnrWrap > * {
    width: 100%;
  }
  .articleContents .bnrWrap > *:not(:first-child) {
    margin-top: 15px;
  }
  .articleContents .column_img_box {
    padding: 0 0 25px;
    min-height: 146px;
    border-bottom: 1px solid #01508e;
  }
  .articleContents .column_img_box + .column_img_box {
    margin: 25px 0 0;
    min-height: inherit;
  }
  .articleContents .column_img_box dt {
    position: relative;
  }
  .articleContents .column_img_box a {
    display: block;
    margin: 1em 0 0;
  }
  .articleContents .column_img_box a::after {
    width: 100%;
    height: 100%;
  }
  .articleContents .column_img_box a:hover {
    opacity: inherit;
  }
  .articleContents .column_img_box a:hover::before {
    background-color: transparent;
  }
  .articleContents .column_img_box figure {
    position: static;
    width: 100%;
    padding: 0 0 1em;
  }
  .articleContents .column_img_box span {
    position: relative;
    line-height: 1.3125;
    font-size: 16px;
  }
  .articleContents .column_img_box span::before {
    top: 0.35em;
    left: 0;
  }
  .articleContents .column_img_box .txt_area {
    font-size: 14px;
  }
  .articleContents .abcbuil04_hasarrow .image_wrap {
    width: 41.6vw;
  }
  .articleContents .abcbuil04_hasarrow .icon {
    padding: 8.9333333333vw 1em 0;
  }
  .articleContents .abcbuil04_hasarrow .icon img {
    width: 2.6666666667vw;
    min-width: 10px;
  }
  .articleContents .arrow2col_to1 {
    display: block;
  }
  .articleContents .arrow2col_to1 > * {
    width: 100%;
  }
  .articleContents .arrow2col_to1 > *:first-child + * .img_box::before {
    position: static;
    margin: 1em auto;
    transform: rotate(90deg);
    width: 33px;
  }
  .pc_text {
    display: none;
  }
  .sp_text {
    display: inline;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_mt0 {
    margin-top: 0 !important;
  }
  .sp_mt1em {
    margin-top: 1em !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
}/*# sourceMappingURL=interview_old.css.map */