/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
article.single h1 + h1 {
  display: none;
}
article.single h2 {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  font-weight: 600;
  font-size: 1.6em;
  margin-bottom: 1em;
  padding: 1em 0 0.25em 0;
  display: table;
  border-bottom: 2px solid #FF5752;
}
article.single h3 {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 1em;
  padding: 1em 0 0.25em 0;
  display: table;
  border-bottom: 2px solid #3AA5CA;
}
article.single h4 {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 1em 0 0.25em 0;
  display: table;
  border-bottom: 2px solid #3C3C3C;
}
article.single h5 {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 1em;
}
article.single p {
  line-height: 1.6;
}
article.single p + h2,
article.single table + h2,
article.single img + h2 {
  margin-top: 2em;
}
article.single p + h3,
article.single table + h3,
article.single img + h3 {
  margin-top: 1.5em;
}
article.single table.introduction {
  background: #f1f1f1;
}
article.single table.introduction tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
article.single table.introduction tbody tr td {
  line-height: 1.6;
}
article.single table.introduction tbody tr td span {
  display: inline-block;
  padding-bottom: 1em;
}
article.single table.introduction tbody tr td:first-child {
  padding: 3em;
  width: 75%;
}
article.single table.introduction tbody tr td:first-child strong {
  font-size: 1.4em;
  padding-bottom: 0.5em;
  display: inline-block;
}
article.single table.introduction tbody tr td:last-child {
  padding: 3em 3em 3em 0;
  width: 25%;
}
article.single table.introduction tbody tr td:last-child img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
article.single table.reference {
  margin: 1.5em 0;
}
article.single table.reference tbody {
  display: inline-block;
  padding: 1.5em;
  background: #f1f1f1;
}
article.single table.reference tbody td {
  font-size: 0.9em;
  line-height: 1.8;
}
article.single table.reference tbody td:first-line {
  font-weight: bold;
}
article.single .agenda {
  margin: 1.5em 0;
  padding: 0.5em 1.5em 1.5em 1.5em;
  width: 25%;
  border: double 4px #ccc;
}
article.single .agenda p {
  font-weight: bold;
  text-align: center;
}
article.single .agenda ol li {
  margin-left: 2em;
  padding-bottom: 0.5em;
}
article.single .blog-webinar-area {
  text-align: center;
  margin: 3em auto;
  padding: 2em 0.5em;
  border: 1px solid #FF5752;
  border-radius: 3em;
}
article.single .blog-webinar-area h3 {
  font-size: 1.5em;
  border-bottom: none;
  display: block;
}
article.single .blog-webinar-area p {
  font-size: 0.9em;
  line-height: 1.8;
}
article.single .blog-webinar-area p a {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  font-weight: 600;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  margin: 1em 0 0.5em 0;
  padding: 0.5em 3.5em;
  background: #FF5752;
  border-radius: 30px;
  display: inline-block;
}
article.single nav.single-nav {
  margin: 3.5em 0 2em 0;
}
article.single nav.single-nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.single nav.single-nav ul li {
  letter-spacing: 0.05em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 25%;
  padding: auto;
}
article.single nav.single-nav ul li a {
  color: #000;
}
article.single nav.single-nav ul li:first-child {
  padding: 2em 2em 2em 6em;
  background: #f1f1f1;
  position: relative;
}
article.single nav.single-nav ul li:first-child a:before {
  content: "";
  width: 15px;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 45%;
  border-bottom: solid 1px;
  border-left: solid 1px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}
article.single nav.single-nav ul li:nth-of-type(2) {
  text-align: center;
  width: 50%;
  padding: 0 5%;
}
article.single nav.single-nav ul li:nth-of-type(3) {
  text-align: right;
  padding: 2em 6em 2em 2em;
  background: #f1f1f1;
  position: relative;
}
article.single nav.single-nav ul li:nth-of-type(3) a:after {
  content: "";
  width: 15px;
  height: 6px;
  position: absolute;
  right: 10%;
  top: 45%;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
article.single nav.column2-prev ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
article.single nav.column2-prev ul li:first-child {
  width: 50%;
  padding: 0 5%;
  text-align: center;
  background: none;
}
article.single nav.column2-prev ul li.prev {
  text-align: right;
  width: 25%;
  padding: 2em 6em 2em 2em;
  background: #f1f1f1;
  position: relative;
}
article.single nav.column2-prev ul li.prev a:after {
  content: "";
  width: 15px;
  height: 6px;
  position: absolute;
  right: 10%;
  top: 45%;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
article.single nav.column2-next ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
article.single nav.column2-next ul li:nth-of-type(2) {
  text-align: center;
}
article.single img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
article.single .yarpp-related-website {
  display: none;
}

body.tech article.single table tr {
  border: 1px solid #ccc;
}
body.tech article.single table tr td {
  vertical-align: middle;
  width: auto;
  padding: 1em;
  border-right: 1px solid #ccc;
}
body.tech article.single table tr td img {
  min-width: 100%;
}

#top-works-area {
  width: 100%;
  padding: 3em 0;
}
#top-works-area h2 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.3em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em;
}
#top-works-area h2 span {
  padding-bottom: 0.25em;
  display: inline-block;
  position: relative;
}
#top-works-area h2 span:after {
  content: "";
  width: 50%;
  height: 1px;
  margin: 0 25%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #707070;
}
#top-works-area .works-list {
  background: #f1f1f1;
  margin: 2em 0;
  padding: 1em 0;
}
#top-works-area .works-list ul {
  width: 90%;
  margin: 0 auto;
}
#top-works-area .works-list ul li {
  width: 14.2857142857%;
  padding: 0;
}
#top-works-area .works-list ul li dl dt {
  position: relative;
}
#top-works-area .works-list ul li dl dt a {
  font-size: 0.8em;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 0.5em 0.5em;
  position: absolute;
  top: 1em;
  left: 0;
  display: inline-block;
  background: #3AA5CA;
}
#top-works-area .works-list ul li dl dd {
  font-size: 0.9em;
  text-align: left;
  padding-top: 0.8em;
}

#top-material-area {
  padding: 3em 0;
}
#top-material-area h2 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.3em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em;
}
#top-material-area h2 span {
  padding-bottom: 0.25em;
  display: inline-block;
  position: relative;
}
#top-material-area h2 span:after {
  content: "";
  width: 50%;
  height: 1px;
  margin: 0 25%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #707070;
}
#top-material-area p {
  text-align: center;
}
#top-material-area dl {
  padding: 3em 0;
}
#top-material-area dl dt {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.5;
  color: #fff;
  padding: 0.5em;
  background: #444;
}
#top-material-area dl dd ul li {
  list-style: none;
  position: relative;
  padding-left: 0.5em;
  line-height: 1.6;
}
#top-material-area dl dd ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#top-material-area dl:nth-of-type(1) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-material-area dl:nth-of-type(1) dd dl {
  padding: 1em 0.5em;
}
#top-material-area dl:nth-of-type(1) dd dl:first-child {
  width: 50%;
}
#top-material-area dl:nth-of-type(1) dd dl:first-child ul {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top-material-area dl:nth-of-type(1) dd dl:first-child ul li {
  width: 33.3333333333%;
}
#top-material-area dl:nth-of-type(1) dd dl dt {
  font-size: 1.3em;
  color: #000;
  padding: 1em 0;
  background: none;
}
#top-material-area dl:nth-of-type(1) dd dl dd {
  display: block;
}
#top-material-area .dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-material-area .dl-wrap dl {
  width: 25%;
  padding-right: 2em;
}
#top-material-area .dl-wrap dl:first-of-type {
  width: 50%;
}
#top-material-area .dl-wrap dl:first-of-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top-material-area .dl-wrap dl:first-of-type ul li {
  width: 50%;
}
#top-material-area .dl-wrap dl:nth-of-type(3) {
  padding-right: 0;
}
#top-material-area .dl-wrap dl ul {
  padding-top: 2em;
  padding-left: 0.5em;
}

.blog_banner {
  text-align: center;
  margin: 3em auto;
  padding: 2em 0.5em;
  border: 1px solid #FF5752;
  border-radius: 3em;
}
.blog_banner img {
  width: 20%;
  margin-top: 3em;
  float: right;
}
.blog_banner p {
  font-size: 0.9em;
  line-height: 1.8;
  width: 80%;
  margin: 0 auto;
}
.blog_banner p br:nth-of-type(2) {
  display: none;
}
.blog_banner p strong span {
  font-size: 1em !important;
  color: #000 !important;
}
.blog_banner p a {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  margin: 1em 0 0.5em 0;
  padding: 0.5em 3.5em;
  background: #FF5752;
  border-radius: 30px;
  display: inline-block;
}
.blog_banner p span.contact a {
  background: #3AA5CA;
}

body.bundle #wide-contents > p,
body.plate-builder #wide-contents > p,
body.consulting #wide-contents > p {
  display: none;
}
body.bundle #wide-contents p,
body.plate-builder #wide-contents p,
body.consulting #wide-contents p {
  line-height: 2;
}
body.bundle a.button,
body.plate-builder a.button,
body.consulting a.button {
  font-size: 1.6em;
  color: #fff;
  padding: 0.2em 2em 0.2em 1em;
  position: relative;
}
body.bundle a.button:after,
body.plate-builder a.button:after,
body.consulting a.button:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
body.bundle a.button:hover,
body.plate-builder a.button:hover,
body.consulting a.button:hover {
  color: #FF5752;
}
body.bundle a.button:hover:after,
body.plate-builder a.button:hover:after,
body.consulting a.button:hover:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid #FF5752;
  border-top: 3px solid #FF5752;
}
body.bundle #intro h1,
body.plate-builder #intro h1,
body.consulting #intro h1 {
  font-size: 4em;
  text-shadow: 3px 3px 10px #000;
  padding: 1em 0 0.5em 0;
}
body.bundle #intro h2,
body.plate-builder #intro h2,
body.consulting #intro h2 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.8;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
          filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
}
body.bundle .example_box,
body.plate-builder .example_box,
body.consulting .example_box {
  max-width: 960px;
  margin: 1em auto;
}
body.bundle .example_box .example_image p.example_text,
body.plate-builder .example_box .example_image p.example_text,
body.consulting .example_box .example_image p.example_text {
  font-size: 1em;
  line-height: 1.6;
}
body.bundle .example_box .example_image img + p,
body.bundle .example_box .example_image img + p + p + p,
body.plate-builder .example_box .example_image img + p,
body.plate-builder .example_box .example_image img + p + p + p,
body.consulting .example_box .example_image img + p,
body.consulting .example_box .example_image img + p + p + p {
  display: none;
}
body.bundle #about,
body.plate-builder #about,
body.consulting #about {
  max-width: 1200px;
}
body.bundle #about h1,
body.plate-builder #about h1,
body.consulting #about h1 {
  font-size: 2.5em;
  max-width: none !important;
  display: inline-block;
}
body.bundle #about h1:after,
body.plate-builder #about h1:after,
body.consulting #about h1:after {
  content: "";
  margin: -0.5em auto 0 auto;
  display: block;
  height: 20px;
  background-color: #EA5753;
}
body.bundle #about h2,
body.plate-builder #about h2,
body.consulting #about h2 {
  font-size: 2.5em;
}
body.bundle #about h2:after,
body.plate-builder #about h2:after,
body.consulting #about h2:after {
  margin: -0.5em auto 0 auto;
}
body.bundle #about h3,
body.plate-builder #about h3,
body.consulting #about h3 {
  font-size: 2.1em;
}
body.bundle #about .about_text,
body.plate-builder #about .about_text,
body.consulting #about .about_text {
  font-size: 1.2em;
  line-height: 1.6;
}
body.bundle #about .inner p img,
body.plate-builder #about .inner p img,
body.consulting #about .inner p img {
  max-width: 960px !important;
}
body.bundle #about .inner .pb_intro_text,
body.plate-builder #about .inner .pb_intro_text,
body.consulting #about .inner .pb_intro_text {
  text-align: left;
}
body.bundle #about .inner .pb_intro_text p,
body.plate-builder #about .inner .pb_intro_text p,
body.consulting #about .inner .pb_intro_text p {
  font-size: 1.2em;
}
body.bundle #about .inner .pb_intro_text p.text_middle,
body.plate-builder #about .inner .pb_intro_text p.text_middle,
body.consulting #about .inner .pb_intro_text p.text_middle {
  font-size: 1.3em;
  margin-bottom: 0;
}
body.bundle #about .inner .pb_intro_text p:last-child,
body.plate-builder #about .inner .pb_intro_text p:last-child,
body.consulting #about .inner .pb_intro_text p:last-child {
  display: none;
}
body.bundle #about .inner .pb_intro_text .center_100 ul,
body.plate-builder #about .inner .pb_intro_text .center_100 ul,
body.consulting #about .inner .pb_intro_text .center_100 ul {
  list-style: none;
}
body.bundle #about .inner .pb_intro_text .center_100 ul li,
body.plate-builder #about .inner .pb_intro_text .center_100 ul li,
body.consulting #about .inner .pb_intro_text .center_100 ul li {
  font-size: 1.2em;
}
body.bundle #about .inner p.text_middle,
body.plate-builder #about .inner p.text_middle,
body.consulting #about .inner p.text_middle {
  font-size: 1.5em !important;
  max-width: 960px !important;
}
body.bundle #about .inner p.text_middle + p + div p:nth-of-type(1),
body.bundle #about .inner p.text_middle + p + div p:nth-of-type(3),
body.plate-builder #about .inner p.text_middle + p + div p:nth-of-type(1),
body.plate-builder #about .inner p.text_middle + p + div p:nth-of-type(3),
body.consulting #about .inner p.text_middle + p + div p:nth-of-type(1),
body.consulting #about .inner p.text_middle + p + div p:nth-of-type(3) {
  display: none;
}
body.bundle #about .inner p.text_middle + p + div p:nth-of-type(2),
body.plate-builder #about .inner p.text_middle + p + div p:nth-of-type(2),
body.consulting #about .inner p.text_middle + p + div p:nth-of-type(2) {
  padding-bottom: 0;
}
body.bundle #about .inner + h2,
body.plate-builder #about .inner + h2,
body.consulting #about .inner + h2 {
  font-size: 2.1em;
  position: relative;
}
body.bundle #about .inner + h2:after,
body.plate-builder #about .inner + h2:after,
body.consulting #about .inner + h2:after {
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#38AED7), to(transparent));
  background: linear-gradient(to right, #38AED7, transparent);
}
body.bundle #about h2.primary,
body.plate-builder #about h2.primary,
body.consulting #about h2.primary {
  font-size: 2.1em;
  margin: 1.5em 0;
  position: relative;
}
body.bundle #about h2.primary:after,
body.plate-builder #about h2.primary:after,
body.consulting #about h2.primary:after {
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#38AED7), to(transparent));
  background: linear-gradient(to right, #38AED7, transparent);
}
body.bundle #about .task-group > p,
body.bundle #about .task-card > p,
body.bundle #about .task-card-text p,
body.plate-builder #about .task-group > p,
body.plate-builder #about .task-card > p,
body.plate-builder #about .task-card-text p,
body.consulting #about .task-group > p,
body.consulting #about .task-card > p,
body.consulting #about .task-card-text p {
  display: none;
}
body.bundle #about .task-card-image p,
body.plate-builder #about .task-card-image p,
body.consulting #about .task-card-image p {
  padding: 0;
  display: inline;
}
body.bundle #about .task-card-text h3,
body.plate-builder #about .task-card-text h3,
body.consulting #about .task-card-text h3 {
  font-size: 1em;
  font-weight: normal;
}
body.bundle #about .task-card:nth-of-type(2) p:first-of-type,
body.plate-builder #about .task-card:nth-of-type(2) p:first-of-type,
body.consulting #about .task-card:nth-of-type(2) p:first-of-type {
  display: none;
}
body.bundle #about a.button3,
body.plate-builder #about a.button3,
body.consulting #about a.button3 {
  font-size: 1.7em;
  padding: 0.5em 1.5em;
  color: #fff;
}
body.bundle #design .note,
body.bundle #p_case .note,
body.bundle #flow .note,
body.bundle #detail .note,
body.plate-builder #design .note,
body.plate-builder #p_case .note,
body.plate-builder #flow .note,
body.plate-builder #detail .note,
body.consulting #design .note,
body.consulting #p_case .note,
body.consulting #flow .note,
body.consulting #detail .note {
  font-size: 1em;
  color: #000;
  padding: 0;
}
body.bundle #design .note ul,
body.bundle #p_case .note ul,
body.bundle #flow .note ul,
body.bundle #detail .note ul,
body.plate-builder #design .note ul,
body.plate-builder #p_case .note ul,
body.plate-builder #flow .note ul,
body.plate-builder #detail .note ul,
body.consulting #design .note ul,
body.consulting #p_case .note ul,
body.consulting #flow .note ul,
body.consulting #detail .note ul {
  text-align: left;
}
body.bundle #design .note ul li,
body.bundle #p_case .note ul li,
body.bundle #flow .note ul li,
body.bundle #detail .note ul li,
body.plate-builder #design .note ul li,
body.plate-builder #p_case .note ul li,
body.plate-builder #flow .note ul li,
body.plate-builder #detail .note ul li,
body.consulting #design .note ul li,
body.consulting #p_case .note ul li,
body.consulting #flow .note ul li,
body.consulting #detail .note ul li {
  font-size: 1.2em;
  line-height: 1.8em;
}
body.bundle #design h2,
body.bundle #p_case h2,
body.bundle #flow h2,
body.bundle #detail h2,
body.plate-builder #design h2,
body.plate-builder #p_case h2,
body.plate-builder #flow h2,
body.plate-builder #detail h2,
body.consulting #design h2,
body.consulting #p_case h2,
body.consulting #flow h2,
body.consulting #detail h2 {
  font-size: 2.1em;
  margin: 1.5em 0;
  position: relative;
}
body.bundle #design h2:after,
body.bundle #p_case h2:after,
body.bundle #flow h2:after,
body.bundle #detail h2:after,
body.plate-builder #design h2:after,
body.plate-builder #p_case h2:after,
body.plate-builder #flow h2:after,
body.plate-builder #detail h2:after,
body.consulting #design h2:after,
body.consulting #p_case h2:after,
body.consulting #flow h2:after,
body.consulting #detail h2:after {
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#38AED7), to(transparent));
  background: linear-gradient(to right, #38AED7, transparent);
}
body.bundle #design table.spec,
body.bundle #p_case table.spec,
body.bundle #flow table.spec,
body.bundle #detail table.spec,
body.plate-builder #design table.spec,
body.plate-builder #p_case table.spec,
body.plate-builder #flow table.spec,
body.plate-builder #detail table.spec,
body.consulting #design table.spec,
body.consulting #p_case table.spec,
body.consulting #flow table.spec,
body.consulting #detail table.spec {
  font-size: 1.2em;
  margin-bottom: 2em;
}
body.bundle #design table.spec td ul,
body.bundle #p_case table.spec td ul,
body.bundle #flow table.spec td ul,
body.bundle #detail table.spec td ul,
body.plate-builder #design table.spec td ul,
body.plate-builder #p_case table.spec td ul,
body.plate-builder #flow table.spec td ul,
body.plate-builder #detail table.spec td ul,
body.consulting #design table.spec td ul,
body.consulting #p_case table.spec td ul,
body.consulting #flow table.spec td ul,
body.consulting #detail table.spec td ul {
  list-style: none;
}
body.bundle #design .support-range-note,
body.bundle #p_case .support-range-note,
body.bundle #flow .support-range-note,
body.bundle #detail .support-range-note,
body.plate-builder #design .support-range-note,
body.plate-builder #p_case .support-range-note,
body.plate-builder #flow .support-range-note,
body.plate-builder #detail .support-range-note,
body.consulting #design .support-range-note,
body.consulting #p_case .support-range-note,
body.consulting #flow .support-range-note,
body.consulting #detail .support-range-note {
  font-size: 1.2em;
  line-height: 2;
}
body.bundle #design .support-range-note + p,
body.bundle #p_case .support-range-note + p,
body.bundle #flow .support-range-note + p,
body.bundle #detail .support-range-note + p,
body.plate-builder #design .support-range-note + p,
body.plate-builder #p_case .support-range-note + p,
body.plate-builder #flow .support-range-note + p,
body.plate-builder #detail .support-range-note + p,
body.consulting #design .support-range-note + p,
body.consulting #p_case .support-range-note + p,
body.consulting #flow .support-range-note + p,
body.consulting #detail .support-range-note + p {
  display: none;
}
body.bundle #design .support-range-note a,
body.bundle #p_case .support-range-note a,
body.bundle #flow .support-range-note a,
body.bundle #detail .support-range-note a,
body.plate-builder #design .support-range-note a,
body.plate-builder #p_case .support-range-note a,
body.plate-builder #flow .support-range-note a,
body.plate-builder #detail .support-range-note a,
body.consulting #design .support-range-note a,
body.consulting #p_case .support-range-note a,
body.consulting #flow .support-range-note a,
body.consulting #detail .support-range-note a {
  display: inline !important;
}
body.bundle #design .table_alumi_imagegroup,
body.bundle #p_case .table_alumi_imagegroup,
body.bundle #flow .table_alumi_imagegroup,
body.bundle #detail .table_alumi_imagegroup,
body.plate-builder #design .table_alumi_imagegroup,
body.plate-builder #p_case .table_alumi_imagegroup,
body.plate-builder #flow .table_alumi_imagegroup,
body.plate-builder #detail .table_alumi_imagegroup,
body.consulting #design .table_alumi_imagegroup,
body.consulting #p_case .table_alumi_imagegroup,
body.consulting #flow .table_alumi_imagegroup,
body.consulting #detail .table_alumi_imagegroup {
  width: 60%;
}
body.bundle #design .table_alumi_imagegroup p,
body.bundle #p_case .table_alumi_imagegroup p,
body.bundle #flow .table_alumi_imagegroup p,
body.bundle #detail .table_alumi_imagegroup p,
body.plate-builder #design .table_alumi_imagegroup p,
body.plate-builder #p_case .table_alumi_imagegroup p,
body.plate-builder #flow .table_alumi_imagegroup p,
body.plate-builder #detail .table_alumi_imagegroup p,
body.consulting #design .table_alumi_imagegroup p,
body.consulting #p_case .table_alumi_imagegroup p,
body.consulting #flow .table_alumi_imagegroup p,
body.consulting #detail .table_alumi_imagegroup p {
  padding: 0;
}
body.bundle #design .table_metal_flex p,
body.bundle #p_case .table_metal_flex p,
body.bundle #flow .table_metal_flex p,
body.bundle #detail .table_metal_flex p,
body.plate-builder #design .table_metal_flex p,
body.plate-builder #p_case .table_metal_flex p,
body.plate-builder #flow .table_metal_flex p,
body.plate-builder #detail .table_metal_flex p,
body.consulting #design .table_metal_flex p,
body.consulting #p_case .table_metal_flex p,
body.consulting #flow .table_metal_flex p,
body.consulting #detail .table_metal_flex p {
  padding: 0;
}
body.bundle #design .table_metal_flex table#table_alumi,
body.bundle #p_case .table_metal_flex table#table_alumi,
body.bundle #flow .table_metal_flex table#table_alumi,
body.bundle #detail .table_metal_flex table#table_alumi,
body.plate-builder #design .table_metal_flex table#table_alumi,
body.plate-builder #p_case .table_metal_flex table#table_alumi,
body.plate-builder #flow .table_metal_flex table#table_alumi,
body.plate-builder #detail .table_metal_flex table#table_alumi,
body.consulting #design .table_metal_flex table#table_alumi,
body.consulting #p_case .table_metal_flex table#table_alumi,
body.consulting #flow .table_metal_flex table#table_alumi,
body.consulting #detail .table_metal_flex table#table_alumi {
  font-size: 1.2em;
}
body.bundle #design ul.flows,
body.bundle #p_case ul.flows,
body.bundle #flow ul.flows,
body.bundle #detail ul.flows,
body.plate-builder #design ul.flows,
body.plate-builder #p_case ul.flows,
body.plate-builder #flow ul.flows,
body.plate-builder #detail ul.flows,
body.consulting #design ul.flows,
body.consulting #p_case ul.flows,
body.consulting #flow ul.flows,
body.consulting #detail ul.flows {
  list-style: none;
}
body.bundle #design ul.flows li .flow-step,
body.bundle #p_case ul.flows li .flow-step,
body.bundle #flow ul.flows li .flow-step,
body.bundle #detail ul.flows li .flow-step,
body.plate-builder #design ul.flows li .flow-step,
body.plate-builder #p_case ul.flows li .flow-step,
body.plate-builder #flow ul.flows li .flow-step,
body.plate-builder #detail ul.flows li .flow-step,
body.consulting #design ul.flows li .flow-step,
body.consulting #p_case ul.flows li .flow-step,
body.consulting #flow ul.flows li .flow-step,
body.consulting #detail ul.flows li .flow-step {
  font-size: 1.8em;
  text-align: left;
}
body.bundle #design ul.flows li .flow-main,
body.bundle #p_case ul.flows li .flow-main,
body.bundle #flow ul.flows li .flow-main,
body.bundle #detail ul.flows li .flow-main,
body.plate-builder #design ul.flows li .flow-main,
body.plate-builder #p_case ul.flows li .flow-main,
body.plate-builder #flow ul.flows li .flow-main,
body.plate-builder #detail ul.flows li .flow-main,
body.consulting #design ul.flows li .flow-main,
body.consulting #p_case ul.flows li .flow-main,
body.consulting #flow ul.flows li .flow-main,
body.consulting #detail ul.flows li .flow-main {
  font-size: 1.8em;
}
body.bundle #design ul.flows li .flow-main:before, body.bundle #design ul.flows li .flow-main:after,
body.bundle #p_case ul.flows li .flow-main:before,
body.bundle #p_case ul.flows li .flow-main:after,
body.bundle #flow ul.flows li .flow-main:before,
body.bundle #flow ul.flows li .flow-main:after,
body.bundle #detail ul.flows li .flow-main:before,
body.bundle #detail ul.flows li .flow-main:after,
body.plate-builder #design ul.flows li .flow-main:before,
body.plate-builder #design ul.flows li .flow-main:after,
body.plate-builder #p_case ul.flows li .flow-main:before,
body.plate-builder #p_case ul.flows li .flow-main:after,
body.plate-builder #flow ul.flows li .flow-main:before,
body.plate-builder #flow ul.flows li .flow-main:after,
body.plate-builder #detail ul.flows li .flow-main:before,
body.plate-builder #detail ul.flows li .flow-main:after,
body.consulting #design ul.flows li .flow-main:before,
body.consulting #design ul.flows li .flow-main:after,
body.consulting #p_case ul.flows li .flow-main:before,
body.consulting #p_case ul.flows li .flow-main:after,
body.consulting #flow ul.flows li .flow-main:before,
body.consulting #flow ul.flows li .flow-main:after,
body.consulting #detail ul.flows li .flow-main:before,
body.consulting #detail ul.flows li .flow-main:after {
  border-style: solid;
}
body.bundle #design ul.flows li .flow-sub,
body.bundle #p_case ul.flows li .flow-sub,
body.bundle #flow ul.flows li .flow-sub,
body.bundle #detail ul.flows li .flow-sub,
body.plate-builder #design ul.flows li .flow-sub,
body.plate-builder #p_case ul.flows li .flow-sub,
body.plate-builder #flow ul.flows li .flow-sub,
body.plate-builder #detail ul.flows li .flow-sub,
body.consulting #design ul.flows li .flow-sub,
body.consulting #p_case ul.flows li .flow-sub,
body.consulting #flow ul.flows li .flow-sub,
body.consulting #detail ul.flows li .flow-sub {
  font-size: 1.2em;
}
body.bundle .table_alumi_imagegroup,
body.bundle .table_metal_imagegroup,
body.plate-builder .table_alumi_imagegroup,
body.plate-builder .table_metal_imagegroup,
body.consulting .table_alumi_imagegroup,
body.consulting .table_metal_imagegroup {
  width: 60%;
}
body.bundle .table_alumi_imagegroup p,
body.bundle .table_metal_imagegroup p,
body.plate-builder .table_alumi_imagegroup p,
body.plate-builder .table_metal_imagegroup p,
body.consulting .table_alumi_imagegroup p,
body.consulting .table_metal_imagegroup p {
  padding: 0;
}
body.bundle .table_metal_flex p,
body.plate-builder .table_metal_flex p,
body.consulting .table_metal_flex p {
  padding: 0;
}
body.bundle .table_metal_flex table#table_alumi,
body.plate-builder .table_metal_flex table#table_alumi,
body.consulting .table_metal_flex table#table_alumi {
  font-size: 1.2em;
}
body.bundle a.button3,
body.plate-builder a.button3,
body.consulting a.button3 {
  font-size: 1.7em;
  padding: 0.5em 1.5em;
  color: #fff;
}
body.bundle #service,
body.plate-builder #service,
body.consulting #service {
  padding: 2em 0;
}
body.bundle #service h2,
body.plate-builder #service h2,
body.consulting #service h2 {
  font-size: 2.5em;
}
body.bundle #service h2:after,
body.plate-builder #service h2:after,
body.consulting #service h2:after {
  margin: -0.5em auto 0 auto;
}
body.bundle #service .flex > P,
body.bundle #service h4 + p,
body.plate-builder #service .flex > P,
body.plate-builder #service h4 + p,
body.consulting #service .flex > P,
body.consulting #service h4 + p {
  display: none;
}
body.bundle #service .flex h4,
body.plate-builder #service .flex h4,
body.consulting #service .flex h4 {
  font-size: 0.8em;
}
body.bundle #service .flex h4.text_primary + p,
body.plate-builder #service .flex h4.text_primary + p,
body.consulting #service .flex h4.text_primary + p {
  display: inline;
}
body.bundle #service .flex p,
body.plate-builder #service .flex p,
body.consulting #service .flex p {
  font-size: 0.6em;
}
body.bundle #service a.button,
body.plate-builder #service a.button,
body.consulting #service a.button {
  color: #FF5752;
  margin-top: 0;
}
body.bundle #service a.button:after,
body.plate-builder #service a.button:after,
body.consulting #service a.button:after {
  border-right: 3px solid #FF5752;
  border-top: 3px solid #FF5752;
}
body.bundle #service a.button:hover,
body.plate-builder #service a.button:hover,
body.consulting #service a.button:hover {
  color: #fff;
}
body.bundle #service a.button:hover:after,
body.plate-builder #service a.button:hover:after,
body.consulting #service a.button:hover:after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
body.bundle #service .inner_960 > p,
body.plate-builder #service .inner_960 > p,
body.consulting #service .inner_960 > p {
  line-height: 2.2;
}
body.bundle #security h5,
body.bundle .security h5,
body.plate-builder #security h5,
body.plate-builder .security h5,
body.consulting #security h5,
body.consulting .security h5 {
  font-size: 1.8em;
  color: #4A4A4A;
}
body.bundle #security ul,
body.bundle .security ul,
body.plate-builder #security ul,
body.plate-builder .security ul,
body.consulting #security ul,
body.consulting .security ul {
  text-align: left;
}
body.bundle #security ul li,
body.bundle .security ul li,
body.plate-builder #security ul li,
body.plate-builder .security ul li,
body.consulting #security ul li,
body.consulting .security ul li {
  font-size: 1.2em;
  line-height: 2;
  list-style: none;
}
body.bundle #security > p,
body.bundle .security > p,
body.plate-builder #security > p,
body.plate-builder .security > p,
body.consulting #security > p,
body.consulting .security > p {
  display: none;
}
body.bundle #merits h3,
body.bundle #reason h3,
body.bundle #step h3,
body.bundle #cases h3,
body.bundle #flow h3,
body.plate-builder #merits h3,
body.plate-builder #reason h3,
body.plate-builder #step h3,
body.plate-builder #cases h3,
body.plate-builder #flow h3,
body.consulting #merits h3,
body.consulting #reason h3,
body.consulting #step h3,
body.consulting #cases h3,
body.consulting #flow h3 {
  font-size: 2.1em;
}
body.bundle #merits h4,
body.bundle #reason h4,
body.bundle #step h4,
body.bundle #cases h4,
body.bundle #flow h4,
body.plate-builder #merits h4,
body.plate-builder #reason h4,
body.plate-builder #step h4,
body.plate-builder #cases h4,
body.plate-builder #flow h4,
body.consulting #merits h4,
body.consulting #reason h4,
body.consulting #step h4,
body.consulting #cases h4,
body.consulting #flow h4 {
  font-size: 1.8em;
}
body.bundle #merits .flex > p,
body.bundle #reason .flex > p,
body.bundle #step .flex > p,
body.bundle #cases .flex > p,
body.bundle #flow .flex > p,
body.plate-builder #merits .flex > p,
body.plate-builder #reason .flex > p,
body.plate-builder #step .flex > p,
body.plate-builder #cases .flex > p,
body.plate-builder #flow .flex > p,
body.consulting #merits .flex > p,
body.consulting #reason .flex > p,
body.consulting #step .flex > p,
body.consulting #cases .flex > p,
body.consulting #flow .flex > p {
  display: none;
}
body.bundle #merits .flex div p,
body.bundle #reason .flex div p,
body.bundle #step .flex div p,
body.bundle #cases .flex div p,
body.bundle #flow .flex div p,
body.plate-builder #merits .flex div p,
body.plate-builder #reason .flex div p,
body.plate-builder #step .flex div p,
body.plate-builder #cases .flex div p,
body.plate-builder #flow .flex div p,
body.consulting #merits .flex div p,
body.consulting #reason .flex div p,
body.consulting #step .flex div p,
body.consulting #cases .flex div p,
body.consulting #flow .flex div p {
  font-size: 1.2em;
  line-height: 1.6;
}
body.bundle #merits .flex div p:nth-of-type(1), body.bundle #merits .flex div p:last-child,
body.bundle #reason .flex div p:nth-of-type(1),
body.bundle #reason .flex div p:last-child,
body.bundle #step .flex div p:nth-of-type(1),
body.bundle #step .flex div p:last-child,
body.bundle #cases .flex div p:nth-of-type(1),
body.bundle #cases .flex div p:last-child,
body.bundle #flow .flex div p:nth-of-type(1),
body.bundle #flow .flex div p:last-child,
body.plate-builder #merits .flex div p:nth-of-type(1),
body.plate-builder #merits .flex div p:last-child,
body.plate-builder #reason .flex div p:nth-of-type(1),
body.plate-builder #reason .flex div p:last-child,
body.plate-builder #step .flex div p:nth-of-type(1),
body.plate-builder #step .flex div p:last-child,
body.plate-builder #cases .flex div p:nth-of-type(1),
body.plate-builder #cases .flex div p:last-child,
body.plate-builder #flow .flex div p:nth-of-type(1),
body.plate-builder #flow .flex div p:last-child,
body.consulting #merits .flex div p:nth-of-type(1),
body.consulting #merits .flex div p:last-child,
body.consulting #reason .flex div p:nth-of-type(1),
body.consulting #reason .flex div p:last-child,
body.consulting #step .flex div p:nth-of-type(1),
body.consulting #step .flex div p:last-child,
body.consulting #cases .flex div p:nth-of-type(1),
body.consulting #cases .flex div p:last-child,
body.consulting #flow .flex div p:nth-of-type(1),
body.consulting #flow .flex div p:last-child {
  display: none;
}
body.bundle #merits .inner_960 > p,
body.bundle #reason .inner_960 > p,
body.bundle #step .inner_960 > p,
body.bundle #cases .inner_960 > p,
body.bundle #flow .inner_960 > p,
body.plate-builder #merits .inner_960 > p,
body.plate-builder #reason .inner_960 > p,
body.plate-builder #step .inner_960 > p,
body.plate-builder #cases .inner_960 > p,
body.plate-builder #flow .inner_960 > p,
body.consulting #merits .inner_960 > p,
body.consulting #reason .inner_960 > p,
body.consulting #step .inner_960 > p,
body.consulting #cases .inner_960 > p,
body.consulting #flow .inner_960 > p {
  display: none;
}
body.bundle #merits ul li.feature,
body.bundle #reason ul li.feature,
body.bundle #step ul li.feature,
body.bundle #cases ul li.feature,
body.bundle #flow ul li.feature,
body.plate-builder #merits ul li.feature,
body.plate-builder #reason ul li.feature,
body.plate-builder #step ul li.feature,
body.plate-builder #cases ul li.feature,
body.plate-builder #flow ul li.feature,
body.consulting #merits ul li.feature,
body.consulting #reason ul li.feature,
body.consulting #step ul li.feature,
body.consulting #cases ul li.feature,
body.consulting #flow ul li.feature {
  list-style: none;
}
body.bundle #merits ul li.feature .feature-number,
body.bundle #reason ul li.feature .feature-number,
body.bundle #step ul li.feature .feature-number,
body.bundle #cases ul li.feature .feature-number,
body.bundle #flow ul li.feature .feature-number,
body.plate-builder #merits ul li.feature .feature-number,
body.plate-builder #reason ul li.feature .feature-number,
body.plate-builder #step ul li.feature .feature-number,
body.plate-builder #cases ul li.feature .feature-number,
body.plate-builder #flow ul li.feature .feature-number,
body.consulting #merits ul li.feature .feature-number,
body.consulting #reason ul li.feature .feature-number,
body.consulting #step ul li.feature .feature-number,
body.consulting #cases ul li.feature .feature-number,
body.consulting #flow ul li.feature .feature-number {
  font-size: 1.3em;
  top: -5px;
  left: 35px;
}
body.bundle #merits ul li.feature .feature-text,
body.bundle #reason ul li.feature .feature-text,
body.bundle #step ul li.feature .feature-text,
body.bundle #cases ul li.feature .feature-text,
body.bundle #flow ul li.feature .feature-text,
body.plate-builder #merits ul li.feature .feature-text,
body.plate-builder #reason ul li.feature .feature-text,
body.plate-builder #step ul li.feature .feature-text,
body.plate-builder #cases ul li.feature .feature-text,
body.plate-builder #flow ul li.feature .feature-text,
body.consulting #merits ul li.feature .feature-text,
body.consulting #reason ul li.feature .feature-text,
body.consulting #step ul li.feature .feature-text,
body.consulting #cases ul li.feature .feature-text,
body.consulting #flow ul li.feature .feature-text {
  font-size: 2em;
}

body.consulting #merits .flex div p {
  display: inline !important;
  font-size: 1.2em;
  line-height: 1.6;
}
body.consulting #cases .example_box,
body.consulting #cases-carousel .example_box {
  max-width: 100%;
  margin-top: 0;
}
body.consulting #cases .example_box .case_slider_card p,
body.consulting #cases-carousel .example_box .case_slider_card p {
  font-size: 1em;
  padding: 1em 0.5em;
}
body.consulting #cases .example_box .case_card,
body.consulting #cases-carousel .example_box .case_card {
  margin-top: 0;
}
body.consulting #cases .example_box .case_card .case-text .case-title,
body.consulting #cases-carousel .example_box .case_card .case-text .case-title {
  font-size: 1em;
  padding: 0.5em 0;
}
body.consulting #cases .example_box .case_card .case-text p,
body.consulting #cases-carousel .example_box .case_card .case-text p {
  font-size: 0.8em;
  line-height: 1.6;
  padding: 0;
}
body.consulting #cases-carousel h2 {
  font-size: 2.3em;
  padding-top: 2em;
}

#widecontents h1 {
  font-size: 2.5em;
  max-width: none !important;
  padding: 1em 0;
  display: inline-block;
}
#widecontents h1:after {
  content: "";
  margin: -0.5em auto 0 auto;
  display: block;
  height: 20px;
  background-color: #EA5753;
}
#widecontents #lower_fv {
  margin: 0 auto;
}
#widecontents #lower_fv h1 {
  font-size: 1em;
}
#widecontents #lower_fv h1:after {
  display: none;
}
#widecontents p.text_middle {
  font-size: 1.6em;
}
#widecontents a.button {
  padding: 0.5em 2em 0.5em 1em;
}
#widecontents #about h2 {
  font-size: 2.1em;
  margin: 1.5em 0;
  position: relative;
}
#widecontents #about h2:after {
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#38AED7), to(transparent));
  background: linear-gradient(to right, #38AED7, transparent);
}
#widecontents #detail h3 {
  font-size: 1.6em;
  text-align: left;
  padding-bottom: 0.2em;
}
#widecontents #detail .inner_1200 div + p {
  text-align: left;
}

body.post-6f #standard h3 {
  font-size: 1.6em;
  text-align: left;
}
body.post-6f #standard h4 {
  font-size: 1.2em;
}
body.post-6f #standard table.spec2 {
  font-size: 1em;
}
body.post-6f #standard .flex_inline {
  display: table;
}

body.case .four {
  width: 35%;
}

.bold {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
}

/* guide */
.guide #maincontents #left-column table {
  border-collapse: collapse;
}
.guide #maincontents #left-column table th,
.guide #maincontents #left-column table td {
  padding: 0.5em 1em;
  border: solid 1px #bbb;
}
.guide #maincontents #left-column table th {
  font-weight: bold;
  background: #f1f1f1;
}
.guide #maincontents #left-column .blog_banner {
  border: none;
  padding: 0.5em;
  margin: 2em auto;
  overflow: hidden;
}
.guide #maincontents #left-column .blog_banner a {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  margin: 1em 0;
  padding: 0.5em 3.5em;
  background: #FF5752;
  border-radius: 30px;
  display: inline-block;
}
.guide #maincontents #left-column .blog_banner .contact a {
  background: #3AA5CA;
  margin: 1em;
}
.guide #maincontents #left-column p + ul {
  padding: 0.5em 0.5em 0.5em 1.5em;
  list-style: disc;
}
.guide #maincontents #left-column p + ul li {
  line-height: 1.6;
  padding: 0.5em 0;
}
.guide #maincontents #left-column .processing_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.guide #maincontents #left-column .processing_case .processing_case_image {
  padding-right: 1.5em;
}
.guide #maincontents #left-column .processing_case .processing_case_table {
  white-space: nowrap;
}

/* tech */
.tech #maincontents #left-column h1 + h1 {
  display: none;
}

@media screen and (min-width: 838px) and (max-width: 1240px) {
  #intro {
    top: 0 !important;
  }
}
.related_service_list {
  background: #f1f1f1;
  padding: 1em;
  margin: 5em 0 5em 0;
}
.related_service_list h2 {
  text-align: center;
  display: block !important;
  border-bottom: none !important;
}
.related_service_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.related_service_list ul li {
  padding: 1em;
  list-style: none;
  width: 33.3333333333%;
}
.related_service_list ul li a img {
  width: 100%;
  height: 16vh;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
}
.related_service_list ul li dl dd {
  padding-top: 1em;
}
.related_service_list ul li dl dd a {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

.related_info_list {
  padding: 1em;
  margin-bottom: 5em;
}
.related_info_list h2 {
  text-align: center;
  display: block !important;
  border-bottom: none !important;
}
.related_info_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.related_info_list ul li {
  padding: 1em;
  list-style: none;
  width: 33.3333333333%;
}
.related_info_list ul li a {
  width: 100%;
  display: inline-block;
}
.related_info_list ul li a img {
  width: 100%;
  height: 16vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5em;
}
.related_info_list ul li dl dt {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  line-height: 1.4;
  width: 100%;
  padding-top: 0.5em;
  display: inline-block;
}
.related_info_list ul li dl dt a {
  color: #000;
}
.related_info_list ul li dl dd {
  font-size: 1em;
  line-height: 1.5;
  padding-top: 1em;
}
.related_info_list ul li dl dd a {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

.post #maincontents #left-column .blog_banner {
  border: none;
  padding: 0.5em;
  margin: 2em auto;
  overflow: hidden;
}
.post #maincontents #left-column .blog_banner img {
  margin-top: 1em;
}
.post #maincontents #left-column .blog_banner a {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  width: 20em;
  margin: 1em auto;
  padding: 0.5em 3.5em;
  background: #FF5752;
  border-radius: 30px;
}
.post #maincontents #left-column .blog_banner .contact {
  display: inline-block;
  margin: 0 auto;
}
.post #maincontents #left-column .blog_banner .contact a {
  width: auto;
  background: #3AA5CA;
  margin: 1em auto;
  display: inline-block;
}

/* mobile */
@media screen and (max-width: 575px) {
  article.single table.introduction {
    white-space: normal;
    width: 100%;
  }
  article.single table.introduction tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article.single table.introduction tbody tr td img {
    width: 60% !important;
    margin: 0 auto;
  }
  article.single table.introduction tbody tr td:last-child {
    text-align: center;
    padding: 1em 1em 3em 1em;
  }
}