@charset "UTF-8";
/*コラム・建材活用ガイド・インタビューがひとつのブログに*/
/* MT入力エリア内 */
/* 旧 コラム */
#freeText {
  width: 650px;
  max-width: 100%;
  margin: 0 auto 0;
  padding-top: 30px;
  /* 他のシリーズへのリンク */
  /* 均等3カラムSP時は1カラム */
  /* 汎用 */
}
#freeText .simu01 {
  background: #fffef1;
  border: 1px solid #aaa;
  border-radius: 8px;
  padding: 1em 1em 0.2em;
  max-width: 350px;
}
#freeText .simu01 .text_free {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#freeText .simu01 .inner_wrap {
  display: flex;
  align-items: center;
}
#freeText .simu01 .inner_wrap .image {
  width: 80px;
  margin-right: 1em;
}
#freeText .simu01 .simu_link {
  position: relative;
  display: block;
  padding-left: 1em;
}
#freeText .simu01 .simu_link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(45deg);
}
#freeText .player {
  width: 100%;
  /* height: 100%; */
  background-color: #cccccc;
  position: relative;
  padding-bottom: 56.25%;
}
#freeText .plainText {
  font-size: 15px;
  line-height: 1.6667;
}
#freeText .plainText a {
  text-decoration: none;
  color: #00508e;
}
#freeText .plainText a:hover {
  text-decoration: underline;
}
#freeText .anchorArea {
  margin-top: 36px;
}
#freeText .anchorArea .titArea {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
#freeText .anchorArea .titArea > * {
  display: table-cell;
  vertical-align: bottom;
}
#freeText .anchorArea .titArea > * + * {
  white-space: nowrap;
}
#freeText .anchorArea .titArea .readTime {
  text-align: right;
  font-size: 15px;
}
#freeText .anchorArea h2 {
  font-size: 16px;
  font-weight: bold;
}
#freeText .anchorBox {
  padding: 20px 20px 20px 15px;
  border: 1px solid #b5b5b5;
  background: #fff;
}
#freeText .anchorBox li {
  position: relative;
  padding-left: 12px;
  line-height: 2.66667;
}
#freeText .anchorBox li::before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 0.6em;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(135deg);
}
#freeText .anchorBox li > a {
  display: inline-block;
  padding-left: 12px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
}
#freeText .anchorBox li > a:hover {
  text-decoration: underline;
  color: #00508e;
}
#freeText .articleBody {
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.2;
}
#freeText .articleBody .section {
  margin-top: 50px;
}
#freeText .articleBody .section .c_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;
}
#freeText .articleBody .section .c_heading.type02 {
  text-indent: 0;
  padding-left: 0;
}
#freeText .articleBody .section .c_heading.type02 span {
  font-size: 15px !important;
  display: block;
}
#freeText .c_heading02 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
#freeText .dispTable {
  display: table;
}
#freeText .dispTable > * {
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.6667;
  line-height: 1.6666666667;
}
#freeText .dispTable.verticalM {
  vertical-align: middle;
}
#freeText .dispTable.verticalM > * {
  vertical-align: bottom;
}
#freeText .dispTable.equal {
  table-layout: fixed;
}
#freeText .sp_table_block {
  display: none;
}
#freeText .orangeEmphasis {
  color: #e36c0a;
  font-weight: bold;
}
#freeText .green {
  color: #00b050;
  font-weight: bold;
}
#freeText .blue {
  color: #0070c0;
  font-weight: bold;
}
#freeText .red {
  color: #ff0000;
  font-weight: bold;
}
#freeText .uLine {
  text-decoration: underline;
}
#freeText .ptnEm {
  font-size: 18px;
}
#freeText .caption {
  font-size: 13px;
  line-height: 1.5;
}
#freeText .expjFrame .col {
  border: 2px solid #2f5597;
  width: 215px;
}
#freeText .expjFrame .tit {
  background: #9dc3e6;
  border-bottom: 2px solid #2f5597;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
#freeText .expjFrame .different {
  padding: 0 10px;
}
#freeText .expjFrame .image {
  margin-top: 10px;
  padding: 0 10px 10px;
}
#freeText .relativeArea {
  position: relative;
}
#freeText .clearanceCap {
  text-align: right;
  margin-top: 158px;
}
#freeText .bdrArea {
  border: 1px solid #bababa;
}
#freeText .tipsArea {
  background: #f5fdff;
  border: 2px solid #00508e;
  padding: 20px;
}
#freeText .tipsArea h2 {
  font-size: 16px !important;
  border-bottom: 1px solid #00508e;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
#freeText .sp_different_window {
  overflow-x: auto;
}
#freeText .tbl {
  min-width: 650px;
  border-collapse: collapse;
  border: solid #333 2px;
}
#freeText .tbl > * {
  font-size: 15px;
}
#freeText .tbl th,
#freeText .tbl td {
  padding: 0.5em;
  border: 1px solid #bababa;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6667;
  line-height: 1.6666666667;
}
#freeText .tbl th {
  background-color: #F5F5F5;
  font-weight: normal;
}
#freeText .tbl .wid100 {
  width: 100px;
}
#freeText .tbl .thMiddle th,
#freeText .tbl .thMiddle td {
  vertical-align: middle;
}
#freeText .tbl .wid1em {
  width: 1em !important;
  /* IE */
  word-break: break-all;
  /* firaFox */
  overflow-wrap: anywhere;
}
#freeText .td_align_left td {
  text-align: left;
}
#freeText .td_font_smaller td {
  font-size: 14px;
}
#freeText .tblThreecolor {
  table-layout: fixed;
  border-collapse: collapse;
  border: solid #333 2px;
}
#freeText .tblThreecolor tr > *:nth-of-type(2) {
  background-color: #f5f5f5;
}
#freeText .tblThreecolor tr > *:nth-of-type(3) {
  background-color: #ccdce8;
}
#freeText .tblThreecolor th,
#freeText .tblThreecolor td {
  padding: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6667;
  line-height: 1.6666666667;
  font-size: 15px;
}
#freeText .tblThreecolor th:last-of-type,
#freeText .tblThreecolor td:last-of-type {
  border-right: none;
}
#freeText .tblThreecolor th {
  font-weight: bold;
}
#freeText .colSet {
  display: flex;
  margin-top: 15px;
}
#freeText .colSet > * {
  width: 320px;
}
#freeText .colSet .colImg {
  margin-left: 15px;
}
#freeText .colSet300 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#freeText .colSet300 .colTxt {
  width: 320px;
}
#freeText .colSet300 .colImg {
  width: 300px;
}
#freeText .colSet250 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#freeText .colSet250 .colTxt {
  width: 370px;
}
#freeText .colSet250 .colImg {
  width: 250px;
}
#freeText .colSet200 {
  display: flex;
  justify-content: space-between;
}
#freeText .colSet200 .colTxt {
  width: 391px;
}
#freeText .colSet200 .colImg {
  width: 200px;
  margin-left: 15px;
}
#freeText .colSet200 ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#freeText .columns_2col {
  display: flex;
  justify-content: space-between;
}
#freeText .columns_2col .col_block {
  width: calc((100% - 10px) / 2);
}
#freeText .columns_2col .col_block img {
  width: 100%;
}
#freeText .columns_2col .col_liberate img {
  width: 100%;
}
#freeText .columns_2col .img_align_center img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#freeText .equal2_wraparound_box {
  /* PC時均等2カラム画像下テキスト回り込み */
  overflow: hidden;
}
#freeText .equal2_wraparound_box [class^=round_img] {
  float: right;
  margin: 0 0 10px 10px;
}
#freeText .equal2_wraparound_box .round_img {
  width: calc((100% - 10px) / 2);
}
#freeText .equal2_wraparound_box .round_img.w200 {
  width: 200px;
}
#freeText .equal2_wraparound_box .round_img.w250 {
  width: 250px;
}
#freeText .equal2_wraparound_box .round_img400 {
  width: 400px;
}
#freeText .equal2_wraparound_box .round_img200_to_auto {
  width: 200px;
  clear: both;
}
#freeText .columns_2colIrasuto {
  display: flex;
  justify-content: flex-start;
}
#freeText .columns_2colIrasuto dl {
  margin-right: 2.5px;
}
#freeText .columns_2colIrasuto dl:last-child {
  margin-right: 0;
}
#freeText .corian_characteristic .box_heading {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0.3em;
}
#freeText .corian_characteristic .box {
  border: 2px solid #548235;
  border-radius: 8px;
  text-align: center;
  padding: 12px 10px 10px;
}
#freeText .corian_characteristic .boxes_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#freeText .corian_characteristic .boxes_wrap .box {
  border-color: #ed7d31;
  width: calc((100% - 10px) / 2);
}
#freeText .corian_characteristic .boxes_wrap .box:nth-child(n+3) {
  margin-top: 10px;
}
#freeText .corian_characteristic .icon_plus {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
  line-height: 1;
}
#freeText .embed_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#freeText .embed_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#freeText .series_link_block {
  margin-top: 30px;
}
#freeText .columns_3col {
  display: flex;
  justify-content: space-between;
}
#freeText .columns_3col .col_block205 {
  width: 205px;
}
#freeText .columns_3col .col_block205 img {
  width: 100%;
}
#freeText .columns_3col .col_block215 {
  width: 215px;
}
#freeText .columns_3col .col_block215 img {
  width: 100%;
}
#freeText .equal3col_to_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
#freeText .equal3col_to_1 .col_block {
  width: 210px;
}
#freeText .bdrAreaBlk_auto {
  border: 1px solid #333333;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
#freeText .otherIntroWrap {
  margin: 80px auto 0;
}
#freeText .otherIntroArea .otherIntro {
  border: 1px solid #b5b5b5;
  background: #fff;
  text-align: center;
}
#freeText .otherIntroArea .otherIntro a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
}
#freeText .otherIntroArea .otherIntro a:hover {
  opacity: 0.7;
}
#freeText .otherIntroArea .otherIntro + .otherIntro {
  margin-top: 20px;
}
#freeText .otherIntroArea .otherIntro .nextBtnWrap .next {
  position: relative;
  display: inline-block;
  line-height: 1.38889;
  line-height: 1.3888888889;
  font-weight: bold;
  font-size: 18px;
}
#freeText .otherIntroArea .otherIntro .nextBtnWrap .next::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: calc(100% + 0.5em);
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(45deg);
}
#freeText .otherIntroArea .otherIntro .nextBtnWrap .prev {
  position: relative;
  display: inline-block;
  line-height: 1.38889;
  line-height: 1.3888888889;
  font-weight: bold;
  font-size: 18px;
}
#freeText .otherIntroArea .otherIntro .nextBtnWrap .prev::before {
  content: "";
  position: absolute;
  top: 0.5em;
  right: calc(100% + 0.5em);
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(225deg);
}
#freeText .otherIntroArea .otherIntro .nextBtnWrap .tit {
  line-height: 1.6667;
  line-height: 1.6666666667;
  font-size: 15px;
}
#freeText .otherIntroArea .nextTime {
  display: block;
  margin-top: 20px;
  padding: 15px;
  background-color: #e1e1e1;
  text-align: center;
}
#freeText .otherIntroArea .nextTime .txt {
  line-height: 1.6667;
  line-height: 1.6666666667;
  font-size: 15px;
}
#freeText .otherIntroArea .nextTime .tit {
  line-height: 1.6667;
  line-height: 1.6666666667;
  font-weight: bold;
  font-size: 15px;
}
#freeText .otherIntroArea.noLink {
  background: #e1e1e1;
}
#freeText .pagination > ul {
  display: table;
  margin: 40px auto 0;
}
#freeText .pagination > ul > li {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}
#freeText .pagination > ul > li:first-child {
  margin-left: 0;
}
#freeText .pagination > ul > li span {
  display: block;
  padding: 15px 18px 14px;
}
#freeText .pagination > ul > li > span {
  background: #00508e;
  color: #fff;
}
#freeText .pagination > ul > li a {
  display: block;
  text-decoration: none;
  color: #333;
}
#freeText .pagination > ul > li a:hover {
  background-color: #00508e;
  color: #fff;
}
#freeText .pagination .arrowL,
#freeText .pagination .arrowR {
  vertical-align: top;
}
#freeText .pagination .arrowL span,
#freeText .pagination .arrowR span {
  padding: 17px 20px 17px 19px;
  line-height: 0;
}
#freeText .pagination .arrowL span img,
#freeText .pagination .arrowR span img {
  width: 7px;
  height: 12px;
}
#freeText .pagination .arrowL a,
#freeText .pagination .arrowR a {
  border: 1px solid #fff;
}
#freeText .pagination .arrowL a:hover,
#freeText .pagination .arrowR a:hover {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  color: #333;
}
#freeText .pagination .arrowL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#freeText .columnsContactArea {
  margin-top: 100px;
}
#freeText .columnsContactArea .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;
}
#freeText .columnsContactArea .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#freeText .columnsContactArea .btnArea li {
  width: 300px;
  text-align: center;
}
#freeText .columnsContactArea .btnArea li:not(:first-of-type) {
  margin-left: 10px;
}
#freeText .columnsContactArea .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;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 10px 0 15px;
}
#freeText .columnsContactArea .btnArea li a:hover {
  background-color: #fff;
  color: #00508e;
}
#freeText .columnsContactArea .btnArea li a:hover svg.icon_phone path {
  stroke: #00508e;
}
#freeText .columnsContactArea .btnArea li a:hover svg.icon_mail {
  fill: #00508e;
}
#freeText .columnsContactArea .btnArea li a svg.icon_phone {
  height: 50px;
}
#freeText .columnsContactArea .btnArea li a svg.icon_phone path {
  stroke: #fff;
}
#freeText .columnsContactArea .btnArea li a svg.icon_mail {
  height: 70px;
  fill: #fff;
}
#freeText .rollovar:hover {
  opacity: 0.7;
}
#freeText #sec_please_read {
  display: none;
  margin: 100px 0;
  padding: 30px 20px 30px;
  background-color: #f8f7f7;
}
#freeText #sec_please_read .read_title {
  margin: 0 auto 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}
#freeText #sec_please_read .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  line-height: 0;
}
#freeText #sec_please_read .btnArea > li {
  width: 300px;
}
#freeText #sec_please_read .btnArea > li:nth-child(n+3) {
  margin-top: 50px;
}
#freeText #sec_please_read .btnArea > li a {
  display: block;
  width: 100%;
  border: 1px solid #b1b1b1;
}
#freeText #sec_please_read .btnArea > li .contentsList {
  padding: 14px 14px 0;
}
#freeText #sec_please_read .btnArea > li .contentsList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  line-height: 1.5;
  font-size: 14px;
}
#freeText #sec_please_read .btnArea > li .contentsList li:not(:first-of-type) {
  margin-top: 10px;
}
#freeText #sec_please_read .btnArea + .btnArea {
  margin-top: 50px;
}
#freeText .arrow_link_button a {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 0.8em 1em;
  text-decoration: none;
  color: inherit;
  line-height: 1.66;
  font-size: 15px;
  display: flex;
}
#freeText .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;
}
#freeText .arrow_link_button a:hover {
  background-color: #00508e;
  text-decoration: none;
  color: #fff;
}
#freeText .arrow_link_button a:hover::before {
  border-color: #fff;
}
#freeText #sec_introduction {
  border-top: 1px solid #d5d5d5;
  margin-bottom: 13px;
}
#freeText #sec_introduction h2 {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 30px auto;
  font-weight: 500;
}
#freeText #sec_introduction .productsInduction .categoryHead {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #e1e1e1;
}
#freeText #sec_introduction .productsBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#freeText #sec_introduction .productsBox dl {
  width: 208px;
  margin: 0 13px 30px 0;
}
#freeText #sec_introduction .productsBox dl:nth-child(3n) {
  margin-right: 0;
}
#freeText #sec_introduction .productsBox dl dt a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#freeText #sec_introduction .productsBox dl dt a img {
  width: 100%;
}
#freeText #sec_introduction .productsBox dl dt a span {
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 1em;
  position: relative;
}
#freeText #sec_introduction .productsBox dl 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;
}
#freeText #sec_introduction .productsBox dl dt a:hover {
  color: #00508e;
  opacity: 0.7;
}
#freeText #sec_introduction .productsBox dl dt a:hover span {
  text-decoration: underline;
  opacity: 0.7;
}
#freeText #sec_introduction .productsBox dl dd {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}
#freeText #sec_introduction .arrowLink a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding-left: 1em;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
#freeText #sec_introduction .arrowLink a:hover {
  color: #00508e;
  opacity: 0.7;
  text-decoration: underline;
}
#freeText #sec_introduction .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;
}
#freeText #sec_introduction .arrow_link_button {
  width: 200px;
  margin: 30px auto 0;
}
#freeText #sec_introduction .arrow_link_button a {
  justify-content: center;
}
#freeText .effectExample {
  width: 320px;
  padding: 10px 5px;
  border: 1px solid #bababa;
}
#freeText .effectExample .colorSample {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
#freeText .effectExample .colorSample > * {
  display: table-cell;
  vertical-align: top;
  padding-left: 6px;
}
#freeText .effectExample .colorSample > *:first-child {
  padding-left: 0;
}
#freeText .effectExample .colorSample .caption {
  font-size: 10px;
  margin: 10px auto 0;
  line-height: 1.5;
}
#freeText .flowWrap {
  display: flex;
}
#freeText .flowWrap dl {
  margin: 10px 0 0;
}
#freeText .flowWrap dl dt {
  position: relative;
  width: calc(100% - 30px);
  padding: 0.5em;
  background-color: #4f82bc;
  line-height: 1.66;
  line-height: 1.6666666667;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}
#freeText .flowWrap dl dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: -30px;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #4f82bc;
}
#freeText .flowWrap dl dd {
  display: flex;
  margin: 20px 0 0;
}
#freeText .flowWrap dl figure img {
  width: 100%;
}
#freeText .flowWrap dl figure:not(:first-of-type) {
  margin-left: 10px;
}
#freeText .flowWrap dl figcaption {
  line-height: 1.66;
  line-height: 1.6666666667;
  text-align: right;
  font-size: 15px;
}
#freeText .flowWrap dl.col1 {
  width: 33.3333333333%;
}
#freeText .flowWrap dl.col1 figure {
  width: 100%;
}
#freeText .flowWrap dl.col2 {
  width: calc(66.6666666667% + 10px);
  margin-right: 10px;
}
#freeText .flowWrap dl.col2 figure {
  width: 50%;
}
#freeText .flowWrap dl.col3 {
  width: 100%;
}
#freeText .flowWrap dl.col3 figure {
  width: 33.3333333333%;
}
#freeText iframe .section_inner {
  max-width: 1000px;
  width: 100%;
  padding: 30px;
}
#freeText .popup_area {
  width: 1000px;
  margin: auto;
  color: #666;
  line-height: 1.66;
  font-size: 15px;
}
#freeText .popup_area .popup_heading01 {
  border-left: 1px solid #989797;
  padding-left: 0.3em;
  line-height: 1.1875;
  line-height: 1.3571428571;
  letter-spacing: -0.04em;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  font-size: 28px;
}
#freeText .popup_area .popup_heading02 {
  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;
}
#freeText .popup_area .popup_heading03 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
#freeText .popup_area .popup_heading04 {
  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;
}
#freeText .popup_area .popup_heading05 {
  margin: 0 auto 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
}
#freeText .popup_area .popup_heading06 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
#freeText .popup_area .popup_heading06::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: #aaaaaa;
}
#freeText .popup_area .popup_heading07 {
  margin: 0 auto 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
}
#freeText .popup_area .ulList01 {
  margin-top: 50px;
}
#freeText .popup_area .ulList01 li {
  padding-left: 1em;
  text-indent: -1em;
}
#freeText .popup_area .ulList01 li:not(:first-of-type) {
  margin-top: 10px;
}
#freeText .popup_area .ulList02 {
  margin-top: 10px;
}
#freeText .popup_area .ulList02 li {
  padding-left: 1em;
  text-indent: -1em;
}
#freeText .popup_area .ulList02 li:not(:first-of-type) {
  margin-top: 10px;
}
#freeText .popup_area .columnsContactArea {
  margin-top: 50px;
}
#freeText .popup_area .col2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#freeText .popup_area .col2Wrap .col {
  width: 400px;
}
#freeText .popup_area .col2Wrap .col:not(:first-of-type) {
  margin-left: 40px;
}
#freeText .popup_area .col2Wrap .col .heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1em;
}
#freeText .popup_area .col2Wrap .col ul, #freeText .popup_area .col2Wrap .col > figure {
  margin-bottom: 2em;
}
#freeText .popup_area .col2Wrap .col figure figcaption {
  margin-bottom: 0.5em;
  font-weight: bold;
}
#freeText .popup_area .tblList {
  display: table;
}
#freeText .popup_area .tblList > * {
  display: table-cell;
  vertical-align: middle;
}
#freeText .popup_area .tblList figure {
  padding-left: 1em;
}
#freeText .enlarge_link_button {
  display: none;
}
#freeText .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;
}
#freeText .pdf_link_button > * {
  padding: 0.7em 0 0.6em 34px;
  position: relative;
}
#freeText .pdf_link_button > *::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;
}
#freeText .pdf_link_button:hover {
  color: #fff;
  background-color: #00508e;
  text-decoration: none;
}
#freeText .bgblue_bdr_box {
  background: #e2f1f6;
  border: 1px solid #83c2d9;
  padding: 19px;
}
#freeText .bgblue_bdr_box .thumbnail_set {
  display: flex;
}
#freeText .bgblue_bdr_box .thumbnail_set > * + * {
  margin: 0 0 0 20px;
}
#freeText .bgblue_bdr_box .set_img {
  flex-shrink: 0;
  width: 45.9016393443%;
}
#freeText .bgblue_bdr_box .set_img img {
  width: 100%;
}
#freeText .bgblue_bdr_box .heading_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
#freeText .bgblue_bdr_box .set_text {
  flex-grow: 1;
}
#freeText .mtAuto {
  margin-top: auto;
}
#freeText .flex_center {
  /*テキスト折り返すと左揃え*/
  display: flex;
  justify-content: center;
}
#freeText .button_wrapper {
  display: table;
}
#freeText .gray_area {
  background-color: #f1efef;
  padding: 30px;
}
#freeText .catalog_2col_to1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#freeText .catalog_2col_to1 .thumbnail {
  flex-shrink: 0;
  width: 87px;
}
#freeText .strong {
  font-weight: bold;
}
#freeText .strong * {
  font-weight: inherit;
}
#freeText .alignCenter {
  text-align: center;
}
#freeText .alignRight {
  text-align: right !important;
}
#freeText .alignLeft {
  text-align: left;
}
#freeText .c_esproodRed {
  color: #c00000;
  font-weight: bold;
}
#freeText .c_esproodBlue {
  color: #00b0f0;
  font-weight: bold;
}
#freeText .fs14 {
  font-size: 14px;
}
#freeText .m0 {
  margin: 0 !important;
}
#freeText .mt0 {
  margin-top: 0;
}
#freeText .mAuto {
  margin: 0 auto;
}
#freeText .pd10 {
  padding: 10px 0;
}
#freeText .mt1em {
  margin-top: 1em;
}
#freeText .mb0 {
  margin-bottom: 0;
}
#freeText .mb1em {
  margin-bottom: 1em !important;
}
#freeText .mb2em {
  margin-bottom: 2em !important;
}
#freeText .mb3em {
  margin-bottom: 3em !important;
}
#freeText .mb5 {
  margin-bottom: 5px !important;
}
#freeText .mb10 {
  margin-bottom: 10px !important;
}
#freeText .mb15 {
  margin-bottom: 15px !important;
}
#freeText .mb20 {
  margin-bottom: 20px !important;
}
#freeText .mb25 {
  margin-bottom: 25px !important;
}
#freeText .mb30 {
  margin-bottom: 30px !important;
}
#freeText .mb40 {
  margin-bottom: 40px !important;
}
#freeText .mb50 {
  margin-bottom: 50px !important;
}
#freeText .mt5 {
  margin-top: 5px !important;
}
#freeText .mt10 {
  margin-top: 10px !important;
}
#freeText .mt15 {
  margin-top: 15px !important;
}
#freeText .mt20 {
  margin-top: 20px !important;
}
#freeText .mt25 {
  margin-top: 25px !important;
}
#freeText .mt30 {
  margin-top: 30px !important;
}
#freeText .mt40 {
  margin-top: 40px !important;
}
#freeText .mt45 {
  margin-top: 45px;
}
#freeText .mt50 {
  margin-top: 50px;
}
#freeText .mr5 {
  margin-right: 5px !important;
}
#freeText .mrHalf {
  margin-right: 0.5em !important;
}
#freeText .pt10 {
  padding-top: 10px !important;
}
#freeText .pt15 {
  padding-top: 15px !important;
}
#freeText .pt20 {
  padding-top: 20px !important;
}
#freeText .pt25 {
  padding-top: 25px !important;
}
#freeText .pt30 {
  padding-top: 30px !important;
}
#freeText .pt35 {
  padding-top: 35px !important;
}
#freeText .pt40 {
  padding-top: 40px !important;
}
#freeText .pt45 {
  padding-top: 45px !important;
}
#freeText .pt50 {
  padding-top: 45px !important;
}
#freeText .pb10 {
  padding-bottom: 10px !important;
}
#freeText .pb15 {
  padding-bottom: 15px !important;
}
#freeText .pb20 {
  padding-bottom: 20px !important;
}
#freeText .pb25 {
  padding-bottom: 25px !important;
}
#freeText .pb30 {
  padding-bottom: 30px !important;
}
#freeText .pb35 {
  padding-bottom: 35px !important;
}
#freeText .pb40 {
  padding-bottom: 30px !important;
}
#freeText .pb45 {
  padding-bottom: 35px !important;
}
#freeText .pb50 {
  padding-bottom: 50px !important;
}
#freeText .ml0 {
  margin-left: 0 !important;
}
#freeText .ml5 {
  margin-left: 5px !important;
}
#freeText .ml6 {
  margin-left: 6px !important;
}
#freeText .ml8 {
  margin-left: 8px !important;
}
#freeText .ml10 {
  margin-left: 10px !important;
}
#freeText .ml14 {
  margin-left: 14px !important;
}
#freeText .ml15 {
  margin-left: 15px !important;
}
#freeText .ml20 {
  margin-left: 20px !important;
}
#freeText .ml25 {
  margin-left: 25px !important;
}
#freeText .ml30 {
  margin-left: 30px !important;
}
#freeText .ml45 {
  margin-left: 45px !important;
}
#freeText .pl0 {
  padding-left: 0 !important;
}
#freeText .pl5 {
  padding-left: 5px !important;
}
#freeText .pl10 {
  padding-left: 10px !important;
}
#freeText .pl15 {
  padding-left: 15px !important;
}
#freeText .pl20 {
  padding-left: 20px !important;
}
#freeText .pr5 {
  padding-right: 5px;
}
#freeText .pr10 {
  padding-right: 10px;
}
#freeText .pr15 {
  padding-right: 15px;
}
#freeText .pr20 {
  padding-right: 20px;
}
#freeText .pr25 {
  padding-right: 25px;
}
#freeText .pr30 {
  padding-right: 25px;
}
#freeText .pr35 {
  padding-right: 35px;
}
#freeText .pr40 {
  padding-right: 40px;
}
#freeText .ml1em {
  margin-left: 1em !important;
}
#freeText .pad1em {
  padding: 1em;
}
#freeText .padHalfEm {
  padding: 0.5em;
}
#freeText .pl1em {
  padding-left: 1em !important;
}
#freeText .widFull {
  width: 100%;
}
#freeText .vAlignB {
  vertical-align: bottom;
}
#freeText .vAlignM {
  vertical-align: middle;
}
#freeText .tblFixed {
  table-layout: fixed;
}
#freeText .indent1em {
  text-indent: -1em;
  padding-left: 1em;
}
#freeText .lh01 {
  line-height: 1.4;
}
#freeText .notWrap {
  white-space: nowrap;
}
#freeText .flex {
  display: flex;
}
#freeText .flexAlignEnd {
  align-items: flex-end;
}
#freeText .flexAlignCenter {
  align-items: center;
}
#freeText .flex_justify_end {
  /*テキスト右寄せ、折り返しても左揃え*/
  display: flex;
  justify-content: flex-end;
}
#freeText .sp_text {
  display: none;
}

@media screen and (max-width: 767px) {
  iframe .section_inner {
    padding: 0;
  }
  #articleWrap {
    display: block;
  }
  #articleWrap > * {
    display: block;
  }
  #articleWrap h1 {
    font-size: 21px;
  }
  #freeText {
    width: 100%;
    margin: -25px auto 0;
    padding-inline: 20px;
    /* 均等3カラムSP時は1カラム */
    /* 中央ぞろえとか（とくにテキスト） */
  }
  #freeText .titArea .readTime {
    font-size: 14px;
  }
  #freeText .anchorArea {
    margin-top: 15px;
  }
  #freeText .anchorArea h2 {
    font-size: 15px;
  }
  #freeText .anchorBox {
    padding: 1em;
    border: none;
    background-color: #f4f4f4;
  }
  #freeText .anchorBox li {
    line-height: 1.7142857143;
  }
  #freeText .anchorBox li::before {
    top: 0.6em;
  }
  #freeText .articleBody .section {
    margin-top: 25px;
  }
  #freeText .articleBody .section .c_heading {
    line-height: 1.4;
    font-size: 18px;
  }
  #freeText .articleBody .plainText {
    line-height: 1.7142857143;
    font-size: 14px;
  }
  #freeText .c_heading02 {
    font-size: 16px;
  }
  #freeText .dispTable > * {
    line-height: 1.7142857143;
    font-size: 14px;
  }
  #freeText .dispTable img {
    width: 100%;
    height: auto;
  }
  #freeText .colSet {
    flex-direction: column;
  }
  #freeText .colSet > * {
    width: 100%;
  }
  #freeText .colSet .colTxt {
    order: 1;
    margin-top: 2em;
  }
  #freeText .colSet .colImg {
    margin-left: 0;
  }
  #freeText .colSet .colImg img {
    width: 100%;
  }
  #freeText .colSet300 {
    flex-direction: column;
  }
  #freeText .colSet300 .colTxt {
    order: 1;
    margin-top: 2em;
    width: 100%;
  }
  #freeText .colSet300 .colImg {
    margin-left: 0;
    width: 100%;
  }
  #freeText .colSet300 .colImg img {
    width: 100%;
  }
  #freeText .colSet250 {
    flex-direction: column;
  }
  #freeText .colSet250 .colTxt {
    order: 1;
    margin-top: 2em;
    width: 100%;
  }
  #freeText .colSet250 .colImg {
    margin-left: 0;
    width: 100%;
  }
  #freeText .colSet250 .colImg img {
    width: 100%;
  }
  #freeText .colSet200 {
    flex-direction: column;
  }
  #freeText .colSet200 .colTxt {
    width: 100%;
  }
  #freeText .colSet200 .colImg {
    width: 100%;
    margin: 15px 0 0;
  }
  #freeText .colSet200 .colImg img {
    width: 100%;
  }
  #freeText .columns_2col {
    flex-direction: column;
  }
  #freeText .columns_2col div {
    margin-top: 15px;
  }
  #freeText .columns_2col div:first-child {
    margin-top: 0;
  }
  #freeText .columns_2col .col_block,
  #freeText .columns_2col .col_liberate {
    width: 100%;
  }
  #freeText .columns_2col .col_block.sub_img_lv01,
  #freeText .columns_2col .col_liberate.sub_img_lv01 {
    align-self: flex-start;
    width: 55vw;
  }
  #freeText .columns_2col .arrowsp img {
    transform: rotate(90deg);
    width: 14%;
    margin-bottom: 10px;
  }
  #freeText .equal2_wraparound_box {
    /* PC時均等2カラム画像下テキスト回り込み */
  }
  #freeText .equal2_wraparound_box [class^=round_img] {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #freeText .equal2_wraparound_box .round_img.w200 {
    float: right;
    width: 29.8507462687%;
    margin-left: 1em;
    max-width: 200px;
    min-width: 100px;
  }
  #freeText .equal2_wraparound_box .round_img.w250 {
    width: 37.3134328358%;
    max-width: 250px;
  }
  #freeText .equal2_wraparound_box .round_img200_to_auto {
    width: auto;
  }
  #freeText .equal2_wraparound_box.sp_column_reverse {
    /* SP時に画像を後にしたい */
    display: flex;
    flex-direction: column-reverse;
  }
  #freeText .equal2_wraparound_box.sp_column_reverse [class^=round_img] {
    min-height: 0%;
    margin: 15px 0 0 0;
  }
  #freeText .equal2_wraparound_box.sp_column_order {
    /* SP時に順番を指定する */
    display: flex;
    flex-direction: column;
  }
  #freeText .equal2_wraparound_box.sp_column_order [class^=round_img] {
    min-height: 0%;
    margin: 15px 0 0 0;
  }
  #freeText .equal2_wraparound_box.sp_column_order .order1 {
    order: 1;
  }
  #freeText .equal2_wraparound_box.sp_column_order .order2 {
    order: 2;
  }
  #freeText .columns_2colIrasuto {
    flex-direction: column;
  }
  #freeText .columns_2colIrasuto dl {
    margin-right: 0;
  }
  #freeText .columns_3col {
    flex-wrap: wrap;
  }
  #freeText .columns_3col div:nth-child(n+3) {
    margin-top: 15px;
  }
  #freeText .columns_3col .col_block205,
  #freeText .columns_3col .col_block215 {
    width: calc((100% - 15px) / 2);
  }
  #freeText .expjFrame .col {
    width: 100%;
    margin-top: 15px;
  }
  #freeText .expjFrame .col:first-child {
    margin-top: 0;
  }
  #freeText .expjFrame .image img {
    width: 100%;
  }
  #freeText .ptnEm {
    font-size: 15px;
  }
  #freeText .effectExample {
    width: 100%;
    padding: 10px 5px;
  }
  #freeText .equal3col_to_1 {
    display: block;
  }
  #freeText .equal3col_to_1 .col_block {
    width: 100%;
  }
  #freeText .equal3col_to_1 .col_block:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }
  #freeText .equal3col_to_1 .col_block:nth-child(n+4) {
    margin-top: 20px;
  }
  #freeText .columnsContactArea .btnArea {
    justify-content: space-between;
  }
  #freeText .columnsContactArea .btnArea li {
    width: calc((100% - 15px) / 2);
  }
  #freeText .columnsContactArea .btnArea li:not(:first-of-type) {
    margin-left: 0;
  }
  #freeText .columnsContactArea .btnArea li a {
    height: 100px;
    padding: 10px 0 5px;
    color: #00508e;
    background-color: #fff;
  }
  #freeText .columnsContactArea .btnArea li a svg.icon_phone {
    height: 35px;
  }
  #freeText .columnsContactArea .btnArea li a svg.icon_phone path {
    stroke: #00508e;
  }
  #freeText .columnsContactArea .btnArea li a svg.icon_phone + span {
    margin-top: 5px;
  }
  #freeText .columnsContactArea .btnArea li a svg.icon_mail {
    height: 45px;
    fill: #00508e;
  }
  #freeText #sec_please_read {
    margin: 100px -20px 0;
    padding: 30px 20px 0;
    border-bottom: 1px solid #d5d5d5;
  }
  #freeText #sec_please_read .btnArea > li {
    width: 100%;
  }
  #freeText #sec_please_read .btnArea > li:not(:first-child) {
    margin-top: 28px;
  }
  #freeText #sec_please_read .btnArea + .btnArea {
    margin-top: 28px;
  }
  #freeText #sec_introduction {
    border-top: none;
  }
  #freeText #sec_introduction .productsBox dl {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 1.5em 0;
  }
  #freeText #sec_introduction .productsBox dl:nth-child(even) {
    margin-right: 0;
  }
  #freeText #sec_introduction .productsBox dl:nth-child(odd) {
    margin-right: 15px;
  }
  #freeText #sec_introduction .arrow_link_button {
    width: 74.6268656716%;
    margin: 15px auto 0;
  }
  #freeText #articleList .relatedHead,
  #freeText #articleList .allOthersHead {
    margin: 0 -6.6666666667% 20px;
    padding: 1em;
    text-align: center;
  }
  #freeText #articleList .thumbnail {
    width: 100%;
  }
  #freeText #articleList .thumbnail .articleTit span.new {
    /*background: url(/shared/images/common/icon_new03.png) no-repeat right 1px;
    background-size: 40px;*/
  }
  #freeText #articleList .listBlock > li {
    margin-top: 0;
  }
  #freeText #articleList .listBlock > li:first-child {
    margin-top: 40px;
  }
  #freeText .sp_table_block .image img {
    width: 100%;
  }
  #freeText .enlarge_link_button {
    display: block;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    padding: 0.7em 1em 0.6em 0.9em;
    text-decoration: none;
    color: inherit;
    line-height: 1.2;
    width: 74.6268656716%;
    margin: 15px auto 0;
  }
  #freeText .enlarge_link_button p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #freeText .enlarge_link_button p::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url("/shared/images/common/icon_enlargement.png") no-repeat left center;
    background-size: 100%;
    margin-right: 1em;
    flex-shrink: 0;
  }
  #freeText .enlarge_link_button span {
    display: block;
  }
  #freeText .enlarge_link_button:hover {
    text-decoration: none;
  }
  #freeText .popup_area {
    width: 100%;
    padding: 0 5.3333333333%;
    font-size: 14px;
  }
  #freeText .popup_area .popup_heading01 {
    font-size: 21px;
  }
  #freeText .popup_area .popup_heading02 {
    font-size: 19px;
  }
  #freeText .popup_area .popup_heading03,
  #freeText .popup_area .popup_heading04,
  #freeText .popup_area .popup_heading05,
  #freeText .popup_area .popup_heading06,
  #freeText .popup_area .popup_heading07 {
    font-size: 16px;
  }
  #freeText .popup_area .ulList01 {
    margin-top: 2em;
  }
  #freeText .popup_area .columnsContactArea {
    margin-top: 2em;
  }
  #freeText .popup_area .col2Wrap {
    display: block;
    margin-top: 50px;
  }
  #freeText .popup_area .col2Wrap .col {
    width: 100%;
  }
  #freeText .popup_area .col2Wrap .col:not(:first-of-type) {
    margin-left: 0;
    margin-top: 3em;
  }
  #freeText .bgblue_bdr_box .thumbnail_set {
    display: block;
  }
  #freeText .bgblue_bdr_box .thumbnail_set > * + * {
    margin: 20px 0 0;
  }
  #freeText .bgblue_bdr_box .set_img {
    width: auto;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  #freeText .bgblue_bdr_box .heading_txt {
    font-size: 16px;
  }
  #freeText .flowWrap dl dt {
    line-height: 1.7857142857;
    font-size: 14px;
  }
  #freeText .flowWrap dl dt::after {
    top: -10px;
    right: -30px;
    border-width: 30px 0 30px 30px;
  }
  #freeText .flowWrap dl figcaption {
    font-size: 12px;
  }
  #freeText .corian_characteristic .box_heading {
    font-size: 16px;
  }
  #freeText .corian_characteristic .boxes_wrap {
    display: block;
  }
  #freeText .corian_characteristic .boxes_wrap .box {
    width: 100%;
  }
  #freeText .corian_characteristic .boxes_wrap .box:nth-child(n+3) {
    margin-top: 10px;
  }
  #freeText .corian_characteristic .boxes_wrap .box:not(:first-child) {
    margin-top: 10px;
  }
  #freeText .gray_area {
    padding: 30px;
  }
  #freeText .catalog_2col_to1 {
    display: block;
  }
  #freeText .catalog_2col_to1 .thumbnail {
    margin: 15px auto 0;
  }
  #freeText .pc_text {
    display: none;
  }
  #freeText .sp_text {
    display: inline;
  }
  #freeText .sp_mt1em {
    margin-top: 1em;
  }
  #freeText .sp_mt15 {
    margin-top: 15px;
  }
}/*# sourceMappingURL=columns_old.css.map */