/* adjust
================================================== */
/* headSection */
#contents.showroom .headSection .leftArea {
  width: 615px;
}
#contents.showroom .headSection .rightArea {
  width: 345px;
  padding-top: 0;
}
#contents.showroom .headSection .rightArea ul {
  display: flex;
  justify-content: flex-end;
}
#contents.showroom .headSection .rightArea ul > li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(45deg);
  right: 12px;
  margin-top: -2px;
}
#contents.showroom .headSection .rightArea ul > li:nth-child(1) {
  flex: 0 0 200px;
}
#contents.showroom .headSection .rightArea ul > li:nth-child(2) {
  flex: 0 0 140px;
  margin-left: 5px;
}
#contents.showroom .headSection .rightArea a {
  position: relative;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: #4ab2e1;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#contents.showroom .headSection .rightArea a:hover {
  opacity: .75;
}
@media (min-width: 768px) {
  #contents.showroom .headSection .ttl--long {
    padding-top: .2em;
  }
  #contents.showroom .headSection .ttl--long p,
  #contents.showroom .headSection .ttl--long h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #contents.showroom .headSection {
    padding: 0 2%;
    margin-bottom: 0;
  }
  #contents.showroom .headSection .innerBlock {
    width: auto;
  }
  #contents.showroom .headSection .leftArea {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #contents.showroom .headSection .leftArea .title {
    display: block;
    padding: 0;
    background: none;
    font-size: 5.33333vw;
    line-height: 1.2 !important;
    font-weight: bold;
  }
  #contents.showroom .headSection .rightArea {
    float: none;
    width: auto;
    padding: 0 0 15px 0;
  }
  #contents.showroom .headSection .rightArea ul {
    justify-content: center;
  }
  #contents.showroom .headSection .rightArea ul > li:nth-child(1) {
    flex: 0 0 56vw;
  }
  #contents.showroom .headSection .rightArea ul > li:nth-child(2) {
    margin-left: 10px;
    flex: 0 0 37.33333vw;
  }
  #contents.showroom .headSection .ttl {
    float: none;
    width: auto;
    text-align: center;
  }
  #contents.showroom .headSection .ttl p.productsLogo {
    display: block;
    margin-bottom: 0.2em;
    padding: 0;
    font-size: 5.33333vw;
    font-weight: bold;
  }
}

/* btn */
.btn {
  background: #4ab2e1;
}
.btn--large {
  max-width: 450px;
  height: 70px;
  border-radius: 35px;
  margin: 0 auto;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .btn {
    line-height: 1.3;
  }
  .btn--large {
    height: 18.66667vw;
    border-radius: 9.33333vw;
    font-size: 4.53333vw;
  }
}

/* heading */
.heading--h3 {
  padding-left: 0;
  border: none;
  text-align: center;
}

/* expander */
.expander__title {
  cursor: default;
  background: none !important;
}
.expander__title:hover {
  opacity: 1;
}

.expander__body {
  padding-top: 1em;
  max-height: none !important;
}

/* access
================================================== */
.access__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.access__main__text {
  flex: 0 0 380px;
}
.access__main__text dt {
  font-size: 20px;
}
.access__main__text dt > span,
.access__main__text dt > small {
  display: block;
}
.access__main__text dt > small {
  margin-top: .25em;
  font-size: 14px;
  font-weight: normal;
}
.access__main__text dd p {
  margin: 1em 0;
  line-height: 1.625;
}
.access__item {
  display: flex;
  align-items: flex-start;
}
.access__item + .access__item {
  margin-top: 2em;
}
.access__item__title {
  flex: 0 0 8em;
  margin-top: .5em;
  padding-left: 12px;
  border-left: solid 5px #333;
  font-size: 20px;
  line-height: 1;
}
.access__item__body {
  flex: 1 0 0%;
}
.access__item__body ul {
  border-top: solid 1px #dcdcdc;
}
.access__item__body li {
  display: flex;
  justify-content: space-between;
  padding: .5em 0 .4em;
  border-bottom: solid 1px #dcdcdc;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .access__main {
    display: block;
    margin-bottom: 45px;
  }
  .access__main__text {
    margin-bottom: 1.5em;
  }
  .access__main__text dt {
    font-size: 4.53333vw;
  }
  .access__main__text dt > small {
    font-size: 3.2vw;
  }
  .access__main__text dd p {
    line-height: 1.54;
  }
  .access__item {
    display: block;
  }
  .access__item__title {
    margin: 0 0 1em 0;
    padding-left: 3.33333vw;
    border-left-width: 1.33333vw;
    font-size: 5.33333vw;
  }
  .access__item__body li {
    align-items: center;
    line-height: 1.54;
  }
  .access__item__body li > span:nth-child(2) {
    white-space: nowrap;
  }
}

/* contact
================================================== */
.contact__items {
  display: flex;
  gap: 14px;
  margin-bottom: 70px;
}
.contact__item {
  box-sizing: border-box;
  flex: 1 0 0%;
  max-width: 472px;
  width: 100%;
  margin: 0 auto;
}
.contact__item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  text-decoration: none;
  color: #333;
}
.contact__item > a p {
  display: flex;
  align-items: center;
}
.contact__item > a p > i {
  width: 56px;
  height: 56px;
  margin-right: 15px;
}
.contact__item > a p > span {
  font-size: 24px;
  font-weight: bold;
}
.contact__item > a p > span img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.contact__item--tel {
  border: solid 1px #010101;
}
.contact__item--tel > a p > i {
  background: url(/products/common/images/ico_ph_calling.gif) no-repeat;
}
.contact__item--tel > a ul {
  margin-top: 10px;
  font-size: 11px;
}
.contact__item--form {
  background: #e7e7e7;
}
.contact__item--form > a p > i {
  background: url(/products/common/images/ico_ph_form.png) no-repeat;
}
.contact__recos {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 60px;
}
.contact__recos > li {
  flex: 0 0 calc(1 / 3 * 100% - 6px);
}
.contact__recos a.oro {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
.contact__recos a.oro > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact__items {
    display: block;
    margin-bottom: 50px;
  }
  .contact__item + .contact__item {
    margin-top: 30px;
  }
  .contact__item > a p > i {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-right: 2.66667vw;
    background-size: 10.66667vw 10.66667vw !important;
  }
  .contact__item > a p > span {
    font-size: 4.8vw;
  }
  .contact__item--tel > a p > i {
    background: url(/products/bizprinter/common/images/ico_ph_tel.png) no-repeat;
  }
  .contact__item--tel > a ul {
    margin-top: 5px;
    font-size: 2.66667vw;
  }
  .contact__item--form > a p > i {
    background: url(/products/bizprinter/common/images/ico_ph_form.png) no-repeat;
  }
  .contact__recos {
    display: block;
    max-width: 74.66667vw;
    margin: 0 auto 10.66667vw;
  }
  .contact__recos > li + li {
    margin-top: 5.33333vw;
  }
  .contact__recos a > span {
    font-size: 4.8vw;
  }
}

/* kv
================================================== */
.kv {
  margin-bottom: 0;
}
.kv p {
  margin-top: 2em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .kv p {
    margin-top: 1.5em;
    padding: 0 15px;
    font-size: 4vw;
  }
}

/* products
================================================== */
.products__btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .products__btn {
    margin-top: 6.66667vw;
  }
}

/* service
================================================== */
.service__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.service__desc__image {
  flex: 0 0 500px;
}
.service__desc__txt {
  flex: 0 0 420px;
}
.service__table table {
  table-layout: fixed;
  width: 100%;
}
.service__table table th, .service__table table td {
  padding: .75em;
  border: solid 1px #ccc;
}
.service__table table th > a:hover, .service__table table td > a:hover {
  color: #005AB4;
}
.service__table table thead th {
  background: #f2f3f4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service__desc {
    display: block;
    margin-bottom: 30px;
  }
  .service__desc__image {
    margin-bottom: 1em;
  }
  .service__table {
    width: 100%;
    overflow-x: scroll;
  }
  .service__table table {
    min-width: 100%;
    width: auto;
    white-space: nowrap;
  }
  .service__table table th, .service__table table td {
    padding: .5em;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cmn-showroom-akasaka-heading1-wrap {
    width: 1240px;
    margin: 0 auto;
  }
  .cmn-showroom-akasaka-heading1 {
    display: block;
    padding-bottom:34px;
  }
  .cmn-showroom-akasaka-heading1-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .cmn-showroom-akasaka-main-visual {
    background: url("/showroom/akasaka/images/main_visual_pht-pc.jpg") no-repeat center;
    min-height: 398px;
    min-width: 1240px;
    position: relative;
    background-size:cover;
  }
  .cmn-showroom-akasaka-main-visual.demo {
    background: url("/showroom/akasaka/images/demo/main_visual_pht-pc.jpg") no-repeat center;
    min-height: 340px;
  }
  .cmn-showroom-akasaka-main-visual.service {
    background: url("/showroom/akasaka/images/service/main_visual_pht-pc.jpg") no-repeat center;
    min-height: 340px;
  }
  .cmn-showroom-akasaka-main-visual__inner {
    width: 1240px!important;
    margin: 0 auto;
    min-height: 398px;
    display: flex;
    align-items: center;
  }
  .cmn-showroom-akasaka-main-visual-detail {
    padding: 65px 30px 30px;
    background: hsla(0,0%,100%,.85);
    display: inline-block;
    min-width: 544px;
  }
  .cmn-showroom-akasaka-main-visual__title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  .cmn-showroom-akasaka-main-visual-button-wrap {
    margin-top: 54px!important;
    display: flex;
    justify-content: center;
  }
  .cmn-showroom-akasaka-main-visual-button {
    border: 1px solid #005ab4;
    width: 276px;
  }
  .cmn-showroom-akasaka-main-visual-button__type {
    display: flex;
    justify-content: center;
    padding: 11px 10px 8px 10px;
    background-color: #fff;
    color: #005ab4;
    font-size: 16px;
    line-height: 1.625;
    transition: opacity .3s ease-in;
  }
  a:hover.cmn-showroom-akasaka-main-visual-button__type {
    color: #005ab4!important;
  }
  .cmn-showroom-akasaka-main-visual-button__label {
    position: relative;
    padding-left: 34px;
  }
  .cmn-showroom-akasaka-main-visual-button__label::after {
    position: absolute;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image:url("/common/img/ico_img_04.svg");
    top: 50%;
    margin-top: -11px;
    content:"";
  }
  .cmn-showroom-akasaka-nav-layout {
    background-color: #fff;
    min-width: 1240px;
  }
  .cmn-showroom-akasaka-nav-layout__inner {
    width: 100%;
    max-width: 1240px;
    min-width: 1240px;
    margin: 0 auto;
    padding: 29px 0 20px;
  }
  .cmn-showroom-akasaka-nav {
    display: flex;
    flex-flow: row wrap;
    width: 100%
  }
  .cmn-showroom-akasaka-nav__item {
    width: calc(((100% - (64px)) / 3) - .1px);
  }
  .cmn-showroom-akasaka-nav__item:nth-child(n+2) {
    margin-left: 32px;
  }
  .cmn-showroom-akasaka-nav__head {
    margin-bottom: 19px;
  }
  .cmn-showroom-akasaka-nav__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    color: #333;
    text-align: center;
  }
  .cmn-showroom-akasaka-nav-link-wrap {
    display: flex;
    justify-content: center;
  }
  .cmn-showroom-akasaka-nav-link__type,
  .cmn-showroom-akasaka-nav-link__type--blank {
    background-color: #005ab4;
    padding: 20px 37px 17px 30px;
    position: relative;
    text-align: center;
    min-width: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease-in;
  }
  .cmn-showroom-akasaka-nav-link__type::after{
    position: absolute;
    right: 14px;
    width: 20px;
    height: 20px;
    background: url("/common/img/ico_img_02.svg");
    top: 50%;
    margin-top: -10px;
    content:"";
  }
  .cmn-showroom-akasaka-nav-link__image {
    position: absolute;
    right: 14px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .cmn-showroom-akasaka-nav-link__type:hover,
  .cmn-showroom-akasaka-nav-link__type--blank:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .cmn-showroom-akasaka-nav-link__label {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
  }
  .cmn-showroom-akasaka-nav-layout.js-showroom-akasaka-fixed.is-fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #dddddd;
  }
  .cmn-showroom-akasaka-nav-layout.js-showroom-akasaka-fixed.is-fixed .cmn-showroom-akasaka-nav__head {
    display: none;
  }
  .cmn-showroom-akasaka-access-layout {
    background-color: #f4f4f4;
    min-width: 1240px
  }
  .cmn-showroom-akasaka-access-layout__inner {
    width: 100%;
    max-width: 1240px;
    min-width: 1240px;
    margin: 0 auto;
    padding: 49px 0 48px;
  }
  .cmn-showroom-akasaka-access-heading2__title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .cmn-showroom-akasaka-access-column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 28px;
  }
  .cmn-showroom-akasaka-access-column__item {
    width: calc(((100% - (32px)) / 2) - .1px);
  }
  .cmn-showroom-akasaka-access-column__item:nth-child(n+2) {
    margin-left: 32px;
  }
  .cmn-showroom-akasaka-access-map-figure-button-wrap {
    margin-top: 15px;
  }
  .cmn-showroom-akasaka-access-map-figure-button__type--blank {
    background-color: #fff;
    padding: 28px 27px 33px;
    box-sizing: border-box;
    display: block;
  }
  a:hover.cmn-showroom-akasaka-access-map-figure-button__type--blank {
    color: #005ab4;
  }
  .cmn-showroom-akasaka-access-map-figure__frame img {
    width: 100%;
  }
  .cmn-showroom-akasaka-access-map-button__label {
    padding-left: 18px;
    position: relative;
    display: inline-block;
    color: #005ab4!important;
  }
  a:hover.cmn-showroom-akasaka-access-map-figure-button__type--blank .cmn-showroom-akasaka-access-map-button__label {
    text-decoration: underline;
  }
  .cmn-showroom-akasaka-access-map-button__label::before {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-image:url("/common/img/ico_img_03.svg");
    top: 7px;
    content:"";
  }
  .cmn-showroom-akasaka-access-map-figure-button__image {
    top: 4px;
    display: inline-block;
    position: relative;
    margin-left: 9px;
  }
  .cmn-showroom-akasaka-access-map-button__label {
    font-size: 16px;
    color: #005ab4!important;
  }
  .cmn-showroom-akasaka-access-map-button__label.trademark {
    color: #005ab4!important;
  }
  .cmn-showroom-akasaka-access-description-list {
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 14px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .cmn-showroom-akasaka-access-description-list + .cmn-showroom-akasaka-access-description-list {
    margin-top: 17px;
  }
  .cmn-showroom-akasaka-access-description-list > dt {
    flex-shrink: 0;
    width: 19.6%;
    margin-right: 43px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.625;
  }
  .cmn-showroom-akasaka-access-description-list > dd {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.625;
  }
  .cmn-showroom-akasaka-access-button-wrap {
    margin-top: 29px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cmn-showroom-akasaka-access-button {
    border: 1px solid #005ab4;
    width: 443px;
  }
  .cmn-showroom-akasaka-access-button + .cmn-showroom-akasaka-access-button {
    margin-top: 29px;
  }
  .cmn-showroom-akasaka-access-button__type--blank {
    display: flex;
    justify-content: center;
    padding: 10px 10px 8px 10px;
    background-color: #fff;
  }
  a:hover.cmn-showroom-akasaka-access-button__type--blank {
    color: #005ab4;
  }
  .cmn-showroom-akasaka-access-button__label {
    font-size: 16px;
    font-weight: bold;
    color: #005ab4;
    line-height: 1.625;
    position: relative;
  }
  .cmn-showroom-akasaka-access-button__image {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 4px;
    margin-left: 11px;
  }
  .cmn-showroom-akasaka-inquiry-layout {
    background-color: #fff;
  }
  .cmn-showroom-akasaka-inquiry-layout__inner {
    width: 100%;
    max-width: 1240px;
    min-width: 1240px;
    margin: 0 auto;
    padding: 63px 0 0;
  }
  .cmn-showroom-akasaka-inquiry-box {
    border: 1px solid #e2e2e2;
  }
  .cmn-showroom-akasaka-inquiry-box__head {
    background-color: #edf6ff;
    padding: 21px 18px 16px;
  }
  .cmn-showroom-akasaka-inquiry-box__title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .cmn-showroom-akasaka-inquiry-box__body {
    padding: 24px 24px 31px;
    text-align: center;
  }
  .cmn-showroom-akasaka-inquiry-text {
    font-size: 16px;
    color: #333;
    line-height: 1.625;
    text-align: center;
  }
  .cmn-showroom-akasaka-inquiry-list-wrap {
    margin-top: 9px;
  }
  .cmn-showroom-akasaka-inquiry-note-list > li {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
  }
  .cmn-showroom-akasaka-inquiry-button-wrap {
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
  .cmn-showroom-akasaka-inquiry-button__type--blank{
    background-color: #005ab4;
    padding: 20px 44px 17px 41px;
    position: relative;
    text-align: center;
    min-width: 308px;
    display: inline-block;
    transition: opacity .3s ease-in;
  }
  .cmn-showroom-akasaka-inquiry-button__image {
    position: absolute;
    display: inline;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -9px;
    right: 16px;
  }
  .cmn-showroom-akasaka-inquiry-button__type--blank:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .cmn-showroom-akasaka-inquiry-button__label {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
  }
  .cmn-showroom-akasaka-recommendation__head {
    margin-top: 33px;
  }
  .cmn-showroom-akasaka-recommendation__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
  }
  .cmn-showroom-akasaka-recommendation-card-wrap {
    margin-top: 16px;
    width: 100%;
  }
  .cmn-showroom-akasaka-recommendation-card {
    width: 558px;
    border: 1px solid #e2e2e2;
  }
  .cmn-showroom-akasaka-recommendation-card__type {
    display: flex;
    padding: 22px;
  }
  .cmn-showroom-akasaka-recommendation-card__type:hover {
    text-decoration: none!important;
  }
  .cmn-showroom-akasaka-recommendation-card__type:hover .cmn-showroom-akasaka-recommendation-card__title {
    text-decoration: underline;
    color: #005ab4;
  }
  .cmn-showroom-akasaka-recommendation-card__type:hover .cmn-showroom-akasaka-recommendation-card__image img {
    opacity: 0.7;
  }
  .cmn-showroom-akasaka-recommendation-card__body {
    margin-left: 20px;
  }
  .cmn-showroom-akasaka-recommendation-card__image img {
    width: 176px;
    transition: opacity .3s ease-in;
  }
  .cmn-showroom-akasaka-recommendation-card__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #005ab4;
    position: relative;
    display: inline-block;
  }
  .cmn-showroom-akasaka-recommendation-card__title::after {
    position: absolute;
    right: -19px;
    width: 10px;
    height: 10px;
    background-image:url("/common/img/ico_img_03.svg");
    top: 50%;
    margin-top: -7px;
    content:"";
  }
  .cmn-showroom-akasaka-recommendation-card__description {
    font-size: 16px;
    line-height: 1.625;
    color: #333;
  }
  .pc-hidden {
    display: none;
  }
  .kv__inner-v2 {
    width: 1240px;
    margin: 0 auto;
  }
  .showroom-akasaka-contents-wrap {
    padding:60px 0;
  }
  .showroom-akasaka-contents {
    width: 1240px;
    margin: 0 auto;
  }
  .cmn-showroom-akasaka-heading2__title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 31px;
  }
  .cmn-showroom-akasaka-heading2-v2__title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 31px;
    margin-top: 51px;
  }
  .cmn-showroom-akasaka-media {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
  }
  .cmn-showroom-akasaka-media__head {
    margin-right: 36px;
    width: 500px;
  }
  .cmn-showroom-akasaka-media__body {
    width: 500px;
  }
  .cmn-showroom-akasaka-text {
    margin-top: 21px;
    font-size: 16px;
    color: #333;
    line-height: 1.625;
  }
  .cmn-showroom-akasaka-column {
    margin-top: 32px;
    display: flex;
    flex-flow: row;
  }
  .cmn-showroom-akasaka-column__item {
    width: calc(((100% - (32px)) / 2) - .1px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cmn-showroom-akasaka-column__item:nth-child(n+2) {
    margin-left: 32px;
  }
  .cmn-showroom-akasaka-column__image img {
    text-align: center;
  }
  .cmn-showroom-akasaka-column__caption {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #005AB4;
  }
  a:hover.cmn-showroom-akasaka-column__link .cmn-showroom-akasaka-column__image img {
    opacity: 0.7;
  }
  a:hover.cmn-showroom-akasaka-column__link .cmn-showroom-akasaka-column__caption {
    text-decoration: underline;
    color: #005AB4;
  }
}
@media only screen and (max-width: 767px) {
  .cmn-showroom-akasaka-heading1-wrap {
    padding: 0 2%;
    margin-bottom: 17px;
  }
  .cmn-showroom-akasaka-heading1 {
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .cmn-showroom-akasaka-heading1-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .showroom-akasaka-main-contents >* {
    text-decoration: none;
  }
  .cmn-showroom-akasaka-main-visual-wrap {
    background-color: #edf6ff;
    padding: 26px 15px 28px;
  }
  .cmn-showroom-akasaka-main-visual__title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  .cmn-showroom-akasaka-main-visual__image {
    margin-top: 16px;
  }
  .cmn-showroom-akasaka-main-visual__image img {
    width: 100%;
  }
  .cmn-showroom-akasaka-main-visual-button-wrap {
    margin-top: 23px;
    display: flex;
    justify-content: center;
  }
  .cmn-showroom-akasaka-main-visual-button {
    border: 1px solid #005ab4;
    width: 100%;
  }
  .cmn-showroom-akasaka-main-visual-button__type {
    display: flex;
    justify-content: center;
    padding: 10px 10px 8px 31px;
    background-color: #fff;
    position: relative;
  }
  .cmn-showroom-akasaka-main-visual-button__type::after {
    position: absolute;
    left: 17px;
    width: 20px;
    height: 20px;
    background-image:url("/common/img/ico_img_04.svg");
    top: 50%;
    margin-top: -10px;
    content:"";
  }
  .cmn-showroom-akasaka-main-visual-button__label {
    font-size: 14px;
    color: #005ab4;
    line-height: 1.625;
  }

  .cmn-showroom-akasaka-nav-layout {
    background-color: #fff;
  }
  .cmn-showroom-akasaka-nav-layout__inner {
    padding: 30px 15px 11px;
  }
  .cmn-showroom-akasaka-nav {
    width: 100%
  }
  .cmn-showroom-akasaka-nav__item + .cmn-showroom-akasaka-nav__item {
    margin-top: 21px;
  }
  .cmn-showroom-akasaka-nav__head {
    margin-bottom: 9px;
  }
  .cmn-showroom-akasaka-nav__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.625;
    color: #333;
    text-align: center;
  }
  .cmn-showroom-akasaka-nav-link {
    width: 100%;
  }
  .cmn-showroom-akasaka-nav-link__type,
  .cmn-showroom-akasaka-nav-link__type--blank {
    background-color: #005ab4;
    padding: 13px 10px 11px 5px;
    position: relative;
    text-align: center;
    display: inline-block;
    width: calc(100% - 15px);
  }
  .cmn-showroom-akasaka-nav-link__type::after{
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url("/common/img/ico_img_02.svg");
    top: 50%;
    margin-top: -10px;
    content:"";
  }
  .cmn-showroom-akasaka-nav-link__image{
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .cmn-showroom-akasaka-nav-link__label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
  }
  .cmn-showroom-akasaka-nav-sp-layout {
    background-color: #fff;
  }
  .cmn-showroom-akasaka-nav-sp-layout {
    background-color: #fff;
  }
  /* Nav items */
  .cmn-showroom-akasaka-nav-sp-menu {
    list-style: none;
    position: absolute;
    height: auto;
    right: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    clear: both;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }

  /* Hamburger menu button */
  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  /* Hamburger menbu text */
  .cmn-showroom-akasaka-nav-sp-menu a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #005ab4;
    padding: 11px 0;
    text-align: center;
  }
  .cmn-showroom-akasaka-nav-sp-menu li {
    opacity: 0;
    transition: 0.5s;
  }
  .cmn-showroom-akasaka-nav-sp-link__type,
  .cmn-showroom-akasaka-nav-sp-link__type--blank {
    position: relative;
  }
  .cmn-showroom-akasaka-nav-sp-link__type::after{
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("/common/img/ico_img_02.svg");
    top: 50%;
    margin-top: -10px;
    content:"";
  }
  .cmn-showroom-akasaka-nav-sp-link__image {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .cmn-showroom-akasaka-nav-sp-menu > li + li {
    margin-top: 2px;
  }
  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu a,
  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }

  .cmn-showroom-akasaka-nav-sp-menu-btn {
    display: none;
  }

  .cmn-showroom-akasaka-nav-sp-menu-icon {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    width: 71px;
    height: 14px;
    padding: 10px;
    z-index: 999;
    right: 15px;
  }

  .cmn-showroom-akasaka-nav-sp-navicon {
    background: #ddd;
    display: block;
    height: 2px;
    width: 15px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    top: 0;
    margin-top: 6px;
  }

  .cmn-showroom-akasaka-nav-sp-navicon:before,
  .cmn-showroom-akasaka-nav-sp-navicon:after {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .cmn-showroom-akasaka-nav-sp-navicon:before {
    top: 6px;
  }

  .cmn-showroom-akasaka-nav-sp-navicon:after {
    bottom: 6px;
  }

  /* Hamburger Menu Animation Start */
  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu-icon .cmn-showroom-akasaka-nav-sp-navicon:before {
    transform: rotate(-45deg);
  }

  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu-icon .cmn-showroom-akasaka-nav-sp-navicon:after {
    transform: rotate(45deg);
  }

  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu-icon:not(.steps) .cmn-showroom-akasaka-nav-sp-navicon:before {
    top: 0;
  }
  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu-icon:not(.steps) .cmn-showroom-akasaka-nav-sp-navicon:after {
    bottom: 0;
  }
  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu {
  padding: 45px 15px 15px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}
  .cmn-showroom-akasaka-nav-sp-menu-btn:checked ~ .cmn-showroom-akasaka-nav-sp-menu-icon .cmn-showroom-akasaka-nav-sp-navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */

  /* Navbar Container */
  .cmn-showroom-akasaka-nav-sp-navtext-container {
    width: 91px;
    height: 34px;
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #005ab4;
    z-index: 999;
  }

  /* Navbar Text */
  .cmn-showroom-akasaka-nav-sp-navtext {
    position: absolute;
    color: #fff;
    font-size: 10px;
    left: 35px;
  }
  .cmn-showroom-akasaka-nav-sp-layout:not(:has(.is-fixed)) {
    opacity: 0;
  }
  .cmn-showroom-akasaka-nav-sp-layout.js-showroom-akasaka-fixed-sp.is-fixed {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 1;
  }
  .cmn-showroom-akasaka-access-layout {
    background-color: #f4f4f4;
  }
  .cmn-showroom-akasaka-access-layout__inner {
    padding: 42px 15px 27px;
  }
  .cmn-showroom-akasaka-access-heading2__title {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .cmn-showroom-akasaka-access-column {
    width: 100%;
    margin-top: 14px;
  }
  .cmn-showroom-akasaka-access-column__item:nth-child(n+2) {
    margin-top: 16px;
  }
  .cmn-showroom-akasaka-access-map-figure-wrap {
    position: relative;
  }
  .cmn-showroom-akasaka-access-map-figure-wrap img {
    width: 100%;
  }
  .cmn-showroom-akasaka-access-map-figure-button__type--blank {
    padding: 14px 14px 14px;
    background-color: #fff;
    display: block;
  }
  .cmn-showroom-akasaka-access-map-figure-button-wrap {
    margin-top: 16px;
  }
  .cmn-showroom-akasaka-access-map-button__label {
    padding-left: 16px;
    position: relative;
    font-size: 14px;
  }
  .cmn-showroom-akasaka-access-map-button__label.trademark {
    color: #005ab4!important;
  }
  .cmn-showroom-akasaka-access-map-button__label::before {
    position: absolute;
    left: -1px;
    width: 10px;
    height: 10px;
    background-image:url("/common/img/ico_img_03.svg");
    top: 5px;
    content:"";
  }
  .cmn-showroom-akasaka-access-map-figure-button__image {
    right: -9px;
    width: 15px;
    height: 15px;
    top: 1px;
    display: inline-block;
    position: relative;
  }
  .cmn-showroom-akasaka-access-description-list {
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .cmn-showroom-akasaka-access-description-list + .cmn-showroom-akasaka-access-description-list {
    margin-top: 17px;
  }
  .cmn-showroom-akasaka-access-description-list > dt {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.625;
  }
  .cmn-showroom-akasaka-access-description-list > dd {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 1.625;
    margin-top: 11px;
  }
  .cmn-showroom-akasaka-access-button-wrap {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
  }
  .cmn-showroom-akasaka-access-button {
    border: 1px solid #005ab4;
  }
  .cmn-showroom-akasaka-access-button + .cmn-showroom-akasaka-access-button {
    margin-top: 23px;
  }
  .cmn-showroom-akasaka-access-button__type--blank {
    display: flex;
    justify-content: center;
    padding: 10px 10px 8px 10px;
    background-color: #fff;
    position: relative;
  }
  .cmn-showroom-akasaka-access-button__image {
    position: absolute;
    right: 6px;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
  }
  .cmn-showroom-akasaka-access-button__label {
    font-size: 14px;
    font-weight: bold;
    color: #005ab4;
    line-height: 1.625;
    position: relative;
  }
  .cmn-showroom-akasaka-inquiry-layout {
    background-color: #fff;
  }
  .cmn-showroom-akasaka-inquiry-layout__inner {
    padding: 29px 15px 27px;
  }
  .cmn-showroom-akasaka-inquiry-box {
    border: 1px solid #e2e2e2;
  }
  .cmn-showroom-akasaka-inquiry-box__head {
    background-color: #edf6ff;
    padding: 16px 15px 12px;
  }
  .cmn-showroom-akasaka-inquiry-box__title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .cmn-showroom-akasaka-inquiry-box__body {
    padding: 15px 14px 21px;
  }
  .cmn-showroom-akasaka-inquiry-text {
    font-size: 14px;
    color: #333;
    line-height: 1.625;
    text-align: center;
  }
  .cmn-showroom-akasaka-inquiry-list-wrap {
    margin-top: 15px;
  }
  .cmn-showroom-akasaka-inquiry-note-list > li {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
  }
  .cmn-showroom-akasaka-inquiry-button-wrap {
    margin-top: 28px;
    display: flex;
    justify-content: center;
  }
  .cmn-showroom-akasaka-inquiry-button {
    width: 100%;
  }
  .cmn-showroom-akasaka-inquiry-button__type--blank{
    background-color: #005ab4;
    padding: 14px 10px 9px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
    display: inline-block;
  }
  .cmn-showroom-akasaka-inquiry-button__image{
    position: absolute;
    right: 9px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -9px;
  }
  .cmn-showroom-akasaka-inquiry-button__label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
  }
  .cmn-showroom-akasaka-recommendation__head {
    margin-top: 23px;
  }
  .cmn-showroom-akasaka-recommendation__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
  }
  .cmn-showroom-akasaka-recommendation-card-wrap {
    margin-top: 11px;
    width: 100%;
  }
  .cmn-showroom-akasaka-recommendation-card {
    border: 1px solid #e2e2e2;
  }
  .cmn-showroom-akasaka-recommendation-card__type {
    display: flex;
    padding: 14px;
  }
  .cmn-showroom-akasaka-recommendation-card__body {
    margin-left: 13px;
  }
  .cmn-showroom-akasaka-recommendation-card__image img {
    width: 89px;
  }
  .cmn-showroom-akasaka-recommendation-card__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #005ab4;
    position: relative;
    display: inline-block;
  }
  .cmn-showroom-akasaka-recommendation-card__title::after {
    position: absolute;
    right: -15px;
    width: 10px;
    height: 10px;
    background-image:url("/common/img/ico_img_03.svg");
    top: 50%;
    margin-top: -6px;
    content:"";
  }
  .cmn-showroom-akasaka-recommendation-card__description {
    font-size: 14px;
    line-height: 1.625;
    color: #333;
    margin-top: 6px;
  }
  .sp-hidden {
    display: none;
  }
  .cmn-showroom-akasaka-heading2__title {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 22px;
  }
  .cmn-showroom-akasaka-heading2-v2__title {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 22px;
  }
  .showroom-akasaka-contents {
  padding: 30px 15px;
  }
  .cmn-showroom-akasaka-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .cmn-showroom-akasaka-media__head {
    width: 100%;
  }
  .cmn-showroom-akasaka-media__body {
    width: 100%;
    margin-top: 14px;
  }
  .cmn-showroom-akasaka-text {
    font-size: 14px;
    color: #333;
    line-height: 1.625;
    margin-top: 15px;
  }
  .cmn-showroom-akasaka-column {
    margin-top: 26px;
    width: 100%
  }
  .cmn-showroom-akasaka-column__item img {
    width: 100%;
  }
  .cmn-showroom-akasaka-column__item:nth-child(n+2) {
    margin-top: 14px;
  }
  .cmn-showroom-akasaka-column__image img {
    width: 100%;
  }
  .cmn-showroom-akasaka-column__caption {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }
}
