.case-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .case-block .box1 {
    width: 45%; }
    .case-block .box1 p {
      font-size: 15px; }
    .case-block .box1 img {
      width: 100%; }
  .case-block .box2 {
    width: 50%; }
    .case-block .box2 img {
      width: 100%; }

.main-content .article-header .local-nav ul li a {
  background: url(../images/btn-top_tag.png) no-repeat transparent;
  text-align: center;
  font-size: 16px;
  width: 308px;
  height: 68px;
  display: block;
  padding-top: 20px; }

#side_nav {
  position: fixed;
  right: 0;
  top: 100px;
  width: 56px;
  height: 343px; }

.tokyo, .tokyo a {
  color: #01b050; }

.test-kitchen .tab {
  border: 0; }
  .test-kitchen .tab .tab__btns .tab__item {
    width: 50%; }
    .test-kitchen .tab .tab__btns .tab__item.osaka {
      background-color: #006fc0; }
      .test-kitchen .tab .tab__btns .tab__item.osaka .btn--tab:not(.active) {
        color: #006fc0;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc; }
    .test-kitchen .tab .tab__btns .tab__item.tokyo {
      background-color: #01b050; }
      .test-kitchen .tab .tab__btns .tab__item.tokyo .btn--tab:not(.active) {
        color: #01b050;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc; }
    .test-kitchen .tab .tab__btns .tab__item .btn--tab {
      font-size: 20px;
      color: #fff;
      background-image: none;
      padding-bottom: 0; }
      .test-kitchen .tab .tab__btns .tab__item .btn--tab.active {
        background-image: none; }
      .test-kitchen .tab .tab__btns .tab__item .btn--tab:not(.active) {
        background-color: #fff; }
      .test-kitchen .tab .tab__btns .tab__item .btn--tab:before, .test-kitchen .tab .tab__btns .tab__item .btn--tab:after, .test-kitchen .tab .tab__btns .tab__item .btn--tab.active:after {
        content: none; }
  .test-kitchen .tab .tab__content {
    position: relative; }
    .test-kitchen .tab .tab__content .case {
      clear: both; }
    .test-kitchen .tab .tab__content .left-pic {
      float: left;
      width: 480px; }
    .test-kitchen .tab .tab__content .box-word {
      float: right;
      width: 460px;
      font-size: 1.4em; }
  .test-kitchen .tab #osaka {
    border-top: 2px solid #006fc0;
    padding-top: 15px; }
  .test-kitchen .tab #tokyo {
    border-top: 2px solid #01b050;
    padding-top: 15px; }
    .test-kitchen .tab #tokyo .balloon ul li::before {
      background: #8dcba8; }
    .test-kitchen .tab #tokyo .section-sub-title {
      color: #01b050;
      border-bottom: 1px solid #01b050; }
    .test-kitchen .tab #tokyo .item-title, .test-kitchen .tab #tokyo .showroom-first-title {
      color: #01b050; }
    .test-kitchen .tab #tokyo .section-title {
      background: #01b050; }
    .test-kitchen .tab #tokyo .access .public-transport .line-table tr th, .test-kitchen .tab #tokyo .access .parking-note {
      background: #ade0c4; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }

/*# sourceMappingURL=style.css.map */