@charset "UTF-8";
/* --------------------------------------------------
 * base styles
 * ----------------------------------------------- */
#main a {
  outline: none;
}
#main * {
  box-sizing: border-box;
}
#main img {
  max-width: 100%;
}
#main h2, #main h3 {
  font-family: Helvetica;
  font-weight: bold;
}
#main h2 strong, #main h3 strong {
  font-weight: bold;
}
#main h2 small, #main h3 small {
  font-weight: normal;
}
#main h3 {
  line-height: 1;
  font-size: 18px;
}
#main h3 strong {
  letter-spacing: 2px;
}
#main h3 small {
  letter-spacing: 1px;
  display: block;
  margin-top: 3px;
  font-size: 12px;
  vertical-align: bottom;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.pull_left {
  float: left !important;
}

.pull_right {
  float: right !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

ul.list li {
  margin-bottom: 6px;
  margin-left: 26px;
  list-style-type: disc !important;
}

ol.list li {
  margin-bottom: 6px;
  margin-left: 26px;
  list-style-type: decimal !important;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

/* --------------------------------------------------
 * contents styles
 * ----------------------------------------------- */
.ic, .ic-before, .ic-after {
  position: relative;
}
.ic:before, .ic-before:before, .ic-after:before, .ic:after, .ic-before:after, .ic-after:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ic-before {
  padding-left: 18px;
}
.ic-before:before {
  content: '';
  left: 0;
}

.ic-after {
  padding-right: 18px;
}
.ic-after:after {
  content: '';
  right: 0;
}

.ic-right-arrow:after, .ic-right-arrow:before {
  width: 10px;
  height: 14px;
  right: 0;
  background: url("../images/right-arrow.png") no-repeat center;
  background-size: 100%;
}

.ic-right-arrow-white:after, .ic-right-arrow-white:before {
  width: 10px;
  height: 14px;
  right: 0;
  background: url("../images/right-arrow-white.png") no-repeat center;
  background-size: 100%;
}

.bland-image {
  text-align: center;
}
.bland-image > figcaption {
  margin-top: 20px;
  font-size: 11px;
  color: #FFF;
}
.bland-image > figcaption .copy {
  font-size: 18px;
  padding-right: 2px;
  vertical-align: -3px;
  line-height: 1;
}

.anchor {
  color: #231815;
}
.anchor:hover {
  color: #231815;
  text-decoration: underline;
}

.slider {
  position: absolute;
  width: 100%;
  height: 376px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.slider .abs-txt {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 10px;
  color: #333;
}

.slider-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-list li {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.slider-list li img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.bx-wrapper,
.bx-viewport {
  height: 100% !important;
}

.bx-wrapper {
  border: none;
  background: none;
  animation-direction: normal;
  padding: 0;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls .bx-prev, .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  height: auto;
  width: auto;
  text-indent: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  font-size: 16px;
  color: #000;
}
.bx-wrapper .bx-controls .bx-prev:hover, .bx-wrapper .bx-controls .bx-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
.bx-wrapper .bx-controls .bx-prev {
  text-align: left;
  left: 5px;
}
.bx-wrapper .bx-controls .bx-prev:after {
  content: "＜";
}
.bx-wrapper .bx-controls .bx-next {
  text-align: right;
  right: 5px;
}
.bx-wrapper .bx-controls .bx-next:after {
  content: "＞";
}

/*
 #main
----------------------------*/
#main {
  overflow: hidden;
  color: #231815;
  background-color: #fff;
  letter-spacing: .08em;
}

/*
 .container
----------------------------*/
#main .container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px;
  position: relative;
}

/*
 .section
----------------------------*/
.section + .section {
  margin-top: 70px;
}

/*
 .key-visual
----------------------------*/
.key-visual {
  height: 0;
  padding-top: 25%;
  box-sizing: border-box;
  background: url("../images/kv.png") top center repeat-x;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1750px) {
  .key-visual {
    padding-top: 0;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 480px;
  }
}
.key-visual > h1 {
  font-size: 0;
}

.figure-block.right {
  float: right;
}
.figure-block.left {
  float: left;
}

.main-section .figure-block {
  position: relative;
  height: 420px;
  width: 430px;
  overflow: hidden;
}
.main-section .figure-block .main-section-visual {
  position: relative;
  width: 100%;
  height: 100%;
}

.desc-block, .article-block {
  width: calc(100% - 430px - 105px);
}

.desc-block {
  float: right;
  color: #231815;
}
.desc-block p {
  position: relative;
}
.desc-block p > strong {
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 45px;
  text-indent: -2px;
}
.desc-block p > span {
  line-height: 32px;
  padding-top: 10px;
  display: block;
  font-size: 15px;
  text-indent: 42px;
}

.article-block {
  float: left;
}

.bd-block {
  border: 15px solid #231815;
}

.intro-block {
  background-color: #2D5197;
  color: #fff;
  margin-bottom: 24px;
}
.intro-block .desc-block {
  width: calc(100% - 300px - 45px);
  padding-bottom: 16px;
  padding-right: 16px;
  position: relative;
}
.intro-block .desc-block:before, .intro-block .desc-block:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
.intro-block .desc-block:before {
  bottom: 0;
  left: 16px;
  height: 12px;
  width: calc(100% - 16px);
}
.intro-block .desc-block:after {
  top: 16px;
  right: 0;
  width: 12px;
  height: calc(100% - 16px);
}
.intro-block .desc-inner {
  border: 7px solid #231815;
  background-color: #fff;
  padding: 21px 35px 28px;
}
.intro-block .bland-image > img {
  width: 186px;
}

.intro-inner {
  padding: 26px 20px 12px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.definition-image > dt {
  padding-bottom: 11px;
  padding-right: 11px;
  position: relative;
}
.definition-image > dt:before, .definition-image > dt:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
.definition-image > dt:before {
  bottom: 0;
  left: 11px;
  height: 11px;
  width: calc(100% - 11px);
}
.definition-image > dt:after {
  top: 11px;
  right: 0;
  width: 11px;
  height: calc(100% - 11px);
}
.definition-image > dt > span {
  display: block;
  border: 1px solid #231815;
 /* padding: 12px;*/
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 4px;
}
.definition-image > dd {
  padding-top: 20px;
}

.main-content {
  background-color: #231815;
}
.main-content + .main-content {
  margin-top: 34px;
}

.design-content .main-header {
  padding-top: 9px;
  padding-bottom: 32px;
}
.design-content .main-section:nth-of-type(1) {
  background-color: #EBEBEC;
}
.design-content .main-section:nth-of-type(2) {
  background-color: #d66579;
}
.design-content .main-section:nth-of-type(3) {
  background-color: #368ec0;
}

.function-content .main-header {
  padding-top: 2px;
  padding-bottom: 17px;
}
.function-content .main-section:nth-of-type(1) {
  background-color: #17a8ae;
}
.function-content .main-section .section-inner {
  padding: 0;
  max-width: 980px;
}

.main-header {
  background-color: #231815;
  position: relative;
}
.main-header > h2 {
  position: relative;
  padding-left: 130px;
  color: #fff;
}
.main-header > h2 > span {
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #231815;
}
.main-header > h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.main-section {
  padding: 25px 0;
}
.main-section + .main-section {
  border-top: 15px solid #231815;
}
.main-section:nth-of-type(1) {
  background-color: #EBEBEC;
}
.main-section:nth-of-type(2) {
  background-color: #d66579;
}
.main-section:nth-of-type(3) {
  background-color: #368ec0;
}
.main-section > .section-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 105px;
}
.main-section .desc-block {
  width: calc(100% - 240px - 100px);
  padding-bottom: 16px;
  padding-right: 16px;
  position: relative;
}
.main-section .desc-block:before, .main-section .desc-block:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
.main-section .desc-block:before {
  bottom: 0;
  left: 16px;
  height: 12px;
  width: calc(100% - 16px);
}
.main-section .desc-block:after {
  top: 16px;
  right: 0;
  width: 12px;
  height: calc(100% - 16px);
}

.article-block {
  padding-bottom: 16px;
  padding-right: 16px;
  position: relative;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.article-block:before, .article-block:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
.article-block:before {
  bottom: 0;
  left: 16px;
  height: 12px;
  width: calc(100% - 16px);
}
.article-block:after {
  top: 16px;
  right: 0;
  width: 12px;
  height: calc(100% - 16px);
}

.article {
  border: 7px solid #231815;
  background-color: #231815;
}

.article-header, .article-footer {
  background-color: #231815;
  color: #fff;
}
.article-header a, .article-footer a {
  color: #fff;
}
.article-header a:hover, .article-footer a:hover {
  color: #fff;
}

.article-header {
  padding: 8px 25px 14px 34px;
}

.article-footer {
  padding-top: 11px;
  padding-bottom: 4px;
}
.article-footer a {
  line-height: 1;
  font-size: 16px;
  display: block;
  padding-right: 25px;
}

.article-desc {
  padding: 40px 15px 45px 35px;
  background-color: #fff;
}
.article-desc.third p > span {
  text-indent: 46px;
}
.article-desc p {
  position: relative;
}
.article-desc p > strong {
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 45px;
  text-indent: -3px;
}
.main-section-03 .article-desc p > strong {
  text-indent: 0;
}
.article-desc p > span {
  line-height: 32px;
  padding-top: 12px;
  display: block;
  font-size: 15px;
  text-indent: 32px;
}
.main-section-02 .article-desc p > span {
  text-indent: 38px;
}
.main-section-03 .article-desc p > span {
  text-indent: 50px;
}

.function-item-list-wrap {
  position: relative;
  padding-top: 250px;
}

.function-item-list {
  font-size: 0;
  margin-left: -16px;
  margin-right: -16px;
}
.function-item-list > li {
  display: inline-block;
  font-size: initial;
  width: calc(50% - 35px);
  margin-left: 16px;
  margin-right: 16px;
  vertical-align: top;
  padding-bottom: 16px;
  padding-right: 16px;
  position: relative;
}
.function-item-list > li:before, .function-item-list > li:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
.function-item-list > li:before {
  bottom: 0;
  left: 16px;
  height: 12px;
  width: calc(100% - 16px);
}
.function-item-list > li:after {
  top: 16px;
  right: 0;
  width: 12px;
  height: calc(100% - 16px);
}
.function-item-list > li.flip .function-item:before, .function-item-list > li.flip .function-item:after, .function-item-list > li.architect .function-item:before, .function-item-list > li.architect .function-item:after {
  content: '';
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.function-item-list > li.flip .function-item:before {
  background-image: url("../images/sub-item-01.png");
  width: 242px;
  height: 193px;
  top: -227px;
  left: -40px;
}
@media (max-width: 1180px) {
  .function-item-list > li.flip .function-item:before {
    width: 190px;
    left: 0;
  }
}
.function-item-list > li.flip .function-item:after {
  background-image: url("../images/sub-item-02.png");
  width: 238px;
  height: 205px;
  top: -235px;
  right: 3px;
}
@media (max-width: 1180px) {
  .function-item-list > li.flip .function-item:after {
    width: 205px;
    right: 0;
  }
}
.function-item-list > li.architect .function-item:before, .function-item-list > li.architect .function-item:after {
  width: 194px;
  height: 234px;
  top: -250px;
}
@media (max-width: 1180px) {
  .function-item-list > li.architect .function-item:before, .function-item-list > li.architect .function-item:after {
    width: 180px;
  }
}
.function-item-list > li.architect .function-item:before {
  background-image: url("../images/sub-item-03.png");
  left: 60px;
}
@media (max-width: 1180px) {
  .function-item-list > li.architect .function-item:before {
    left: 40px;
  }
}
.function-item-list > li.architect .function-item:after {
  background-image: url("../images/sub-item-04.png");
  right: 30px;
}
@media (max-width: 1180px) {
  .function-item-list > li.architect .function-item:after {
    right: 20px;
  }
}

.definition-basic {
  border: 5px solid #231815;
  background-color: #231815;
}
.definition-basic > dt {
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 1;
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
}
.definition-basic > dd {
  background-color: #fff;
  min-height: 200px;
  position: relative;
}
.definition-basic .desc-text {
  padding-left: 40px;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.definition-basic .desc-text p {
  font-size: 14px;
}
.definition-basic .desc-text small {
  display: block;
  font-size: 12px;
}
.definition-basic .desc-text * + * {
  margin-top: 8px;
}
.definition-basic .desc-text .small-txt {
  vertical-align: .5em;
  line-height: 0;
  font-size: .75em;
}

.to-top-block {
  margin-top: 35px;
}

.to-top {
  position: relative;
  display: block;
  height: 50px;
  background-color: #231815;
  transition: 0.2s;
}
.to-top > span {
  display: block;
  width: 35px;
  height: 25px;
  background: url("../images/to-top.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.to-top:hover {
  opacity: 0.8;
}
.box-bnr{
  margin-top: 10px;
  text-align: center;
}
.sub-nav-block {
  margin-top: 35px;
}

.sub-nav-inner {
  padding: 15px;
  text-align: center;
}

.sub-nav {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sub-nav-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
.sub-nav-list > li {
  vertical-align: top;
  display: table-cell;
  padding-left: 25px;
  padding-right: 25px;
}
.sub-nav-list > li:nth-of-type(2) {
  width: 358px;
}
.sub-nav-list > li:nth-of-type(3) {
  width: 302px;
}
@media (max-width: 1180px) {
  .sub-nav-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .sub-nav-list > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-nav-list > li:nth-of-type(2), .sub-nav-list > li:nth-of-type(3) {
    width: auto;
  }
}

.suv-nav-item > dt {
  display: block;
  height: 54px;
  white-space: nowrap;
  line-height: 54px;
  font-size: 20px;
}
.suv-nav-item > dt.row-2 {
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 1180px) {
  .suv-nav-item > dt {
    font-size: 18px;
  }
  .suv-nav-item > dt.row-2 {
    font-size: 16px;
  }
}
.suv-nav-item > dd {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #231815;
}
.suv-nav-item > dd a {
  font-size: 18px;
}
@media (max-width: 1180px) {
  .suv-nav-item > dd a {
    font-size: 16px;
  }
}
.suv-nav-item > dd small {
  font-size: 13px;
  display: block;
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .suv-nav-item > dd small {
    font-size: 12px;
  }
}
.suv-nav-item > dd > * + * {
  padding-top: 15px;
}

/* --------------------------------------------------
 * SmartPhone
 * ----------------------------------------------- */
#wrap_menu {
  z-index: 100;
}

.sp_only {
  display: none;
}

#main.sp {
  padding-bottom: 0;
}
#main.sp img {
  max-width: 100%;
}
#main.sp .pc_only {
  display: none;
}
#main.sp .sp_only {
  display: block;
}
#main.sp img.sp_only {
  display: inline;
}
#main.sp .sp_none {
  display: none;
}
#main.sp .sp_mt0 {
  margin-top: 0 !important;
}
#main.sp .sp_mb0 {
  margin-bottom: 0 !important;
}
#main.sp .key-visual {
  padding-top: 240px;
  background-image: url("../images/kv-sp.png");
  min-height: 0;
  height: auto;
}
#main.sp .container {
  width: 100%;
  padding: 25px 20px 30px;
}
#main.sp .bd-block {
  border-width: 7px;
}
#main.sp .figure-block.left, #main.sp .figure-block.right {
  float: none;
}
#main.sp .desc-block, #main.sp .figure-block, #main.sp .article-block {
  width: 100% !important;
  float: none;
}
#main.sp .desc-block p > strong, #main.sp .article-desc p > strong {
  font-size: 36px;
}
#main.sp .desc-block p > span, #main.sp .article-desc p > span {
  padding-top: 15px;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
}
#main.sp .desc-block p > span {
  text-indent: 30px;
  letter-spacing: 0.5px;
}
#main.sp .intro-block .desc-inner {
  padding: 15px 10px 15px;
  border-width: 3px;
}
#main.sp .intro-block .desc-block {
  padding-bottom: 9px;
  padding-right: 9px;
  position: relative;
  margin-top: 20px;
}
#main.sp .intro-block .desc-block:before, #main.sp .intro-block .desc-block:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
#main.sp .intro-block .desc-block:before {
  bottom: 0;
  left: 9px;
  height: 6px;
  width: calc(100% - 9px);
}
#main.sp .intro-block .desc-block:after {
  top: 9px;
  right: 0;
  width: 6px;
  height: calc(100% - 9px);
}
#main.sp .intro-inner {
  padding: 16px 14px;
}
#main.sp .definition-image > dt {
  padding-bottom: 6px;
  padding-right: 6px;
  position: relative;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
#main.sp .definition-image > dt:before, #main.sp .definition-image > dt:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
#main.sp .definition-image > dt:before {
  bottom: 0;
  left: 9px;
  height: 6px;
  width: calc(100% - 6px);
}
#main.sp .definition-image > dt:after {
  top: 6px;
  right: -3px;
  width: 6px;
  height: calc(100% - 6px);
}
#main.sp .definition-image > dt > span {
 /* padding: 6px 6px;*/
  position: relative;
  left: 3px;
  /*font-size: 10px;*/
  height: 26px;
  /*letter-spacing: 2px;*/
}
#main.sp .definition-image > dd {
  margin: 0;
  padding-top: 17px;
}
#main.sp .bland-image {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  position: relative;
}
#main.sp .bland-image > img {
  width: 93px;
}
#main.sp .bland-image > figcaption {
  font-size: 10px;
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 1px;
}
#main.sp .bland-image > figcaption .copy {
  font-size: 11px;
  vertical-align: -2px;
}
#main.sp .design-content .main-header, #main.sp .function-content .main-header {
  padding-top: 10px;
  padding-bottom: 13px;
}
#main.sp .main-section {
  padding: 25px 14px;
}
#main.sp .main-section + .main-section {
  border-top-width: 7px;
}
#main.sp .main-section .section-inner {
  padding: 0;
}
#main.sp .main-section .figure-block {
  height: 200px;
}
#main.sp .main-header > h2 {
  font-size: 20px;
  display: block;
  padding-left: 0;
  text-align: center;
}
#main.sp .main-header > h2:before {
  width: calc(100% - 30px);
}
#main.sp .main-header > h2 > span {
  padding-left: 8px;
  padding-right: 8px;
}
#main.sp .main-section-visual {
  margin-left: auto;
  margin-right: auto;
}
#main.sp .main-content + .main-content {
  margin-top: 22px;
}
#main.sp .article-block {
  margin-top: 23px;
  padding-bottom: 9px;
  padding-right: 9px;
  position: relative;
  transform: none;
}
#main.sp .article-block:before, #main.sp .article-block:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
#main.sp .article-block:before {
  bottom: 0;
  left: 9px;
  height: 6px;
  width: calc(100% - 9px);
}
#main.sp .article-block:after {
  top: 9px;
  right: 0;
  width: 6px;
  height: calc(100% - 9px);
}
#main.sp .article {
  border-width: 3px;
}
#main.sp .article-header {
  padding: 12px 0 14px;
}
#main.sp .article-header > h3 {
  text-align: center;
  font-size: 15px;
}
#main.sp .article-header > h3 .pull_right {
  display: block;
  text-align: center;
  float: none !important;
}
#main.sp .article-header > h3 .pull_right small {
  font-size: 10px;
  font-weight: normal;
  margin-top: 5px;
  transform: scale(0.9);
}
#main.sp .article-desc {
  padding: 14px 8px;
}
#main.sp .article-desc p > strong {
  top: -2px;
  font-size: 36px;
}
#main.sp .article-desc p > span {
  letter-spacing: -0.2px;
  text-indent: 23px;
}
#main.sp .article-desc.third p > span {
  text-indent: 38px;
}
#main.sp .article-footer {
  padding: 13px 10px 10px;
  text-align: center;
}
#main.sp .article-footer .pull_right {
  padding-right: 0;
  display: inline-block;
  float: none !important;
}
#main.sp .main-section-02 .article-desc p > span {
  text-indent: 27px;
}
#main.sp .function-item-list-wrap {
  padding-top: 0;
}
#main.sp .function-item-list {
  margin: 0;
}
#main.sp .function-item-list > li {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 9px;
  padding-right: 9px;
  position: relative;
}
#main.sp .function-item-list > li:before, #main.sp .function-item-list > li:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #231815;
}
#main.sp .function-item-list > li:before {
  bottom: 0;
  left: 9px;
  height: 6px;
  width: calc(100% - 9px);
}
#main.sp .function-item-list > li:after {
  top: 9px;
  right: 0;
  width: 6px;
  height: calc(100% - 9px);
}
#main.sp .function-item-list > li.flip {
  margin-top: 125px;
}
#main.sp .function-item-list > li.flip .function-item:before {
  width: 115px;
  height: 95px;
  top: -113px;
  left: -5px;
}
#main.sp .function-item-list > li.flip .function-item:after {
  width: 120px;
  height: 110px;
  top: -125px;
}
#main.sp .function-item-list > li.architect {
  margin-top: 170px;
}
#main.sp .function-item-list > li.architect .function-item:before, #main.sp .function-item-list > li.architect .function-item:after {
  width: 105px;
  height: 130px;
  top: -145px;
}
#main.sp .function-item-list > li.architect .function-item:before {
  left: 14px;
}
#main.sp .function-item-list > li.architect .function-item:after {
  right: 20px;
}
#main.sp .definition-basic > dt {
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#main.sp .definition-basic > dd {
  min-height: 0;
}
#main.sp .definition-basic .desc-text {
  position: static;
  padding: 13px 8px 15px;
  transform: none;
}
#main.sp .definition-basic .desc-text p {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
#main.sp .definition-basic .desc-text p .small-txt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  transform: scale(0.8);
  vertical-align: 3px;
}
#main.sp .definition-basic .desc-text small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
#main.sp .anchor {
  font-size: 12px;
}
#main.sp .to-top-block {
  margin-top: 10px;
}
#main.sp .to-top {
  height: 30px;
}
#main.sp .to-top > span {
  display: block;
  width: 18px;
  height: 13px;
}
#main.sp .sub-nav {
  overflow: visible;
}
#main.sp .sub-nav-block {
  margin-top: 28px;
}
#main.sp .sub-nav-inner {
  padding: 25px 8px 25px;
}
#main.sp .sub-nav-list {
  width: 100%;
  margin: 0;
  display: block;
}
#main.sp .sub-nav-list > li {
  display: block;
  padding: 0;
}
#main.sp .sub-nav-list > li + li {
  margin-top: 30px;
}
#main.sp .suv-nav-item > dt {
  font-size: 15px;
  height: auto;
  line-height: 20px;
}
#main.sp .suv-nav-item > dd {
  padding-top: 13px;
  margin-top: 7px;
  overflow: visible;
}
#main.sp .suv-nav-item > dd small {
  font-size: 10px;
}
#main.sp .ic-right-arrow:before, #main.sp .ic-right-arrow:after, #main.sp .ic-right-arrow-white:before, #main.sp .ic-right-arrow-white:after {
  width: 7px;
  height: 11px;
}
#main.sp .ic-after {
  padding-right: 15px;
}
#main.sp .ic-before {
  padding-left: 15px;
}
#main.sp .sp_pt0 {
  padding-top: 0 !important;
}
