@charset "UTF-8";
@import url("style.css");
/*
Theme Name:    theme2019
Theme URI:
Description:
Author: 
Author URI:
Template:
Version:        0.1.0
*/
/*---------------------------------------------------------
 4. Elements (_elements.scss)
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #13171a;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #13171a;
  text-decoration: none;
}

* + h1, * +
h2, * +
h3, * +
h4, * +
h5, * +
h6 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

h1 {
  line-height: 1.35;
  font-size: 24px;
  word-spacing: -2px;
  word-spacing: -0.125rem;
}

h2,
h2 a {
  line-height: 1.3;
  font-size: 18px;
  word-spacing: -1px;
  word-spacing: -0.0625rem;
}

@media screen and (min-width: 750px) {
  h2,
  h2 a {
    font-size: 20px;
  }

}
h3 {
  line-height: 1.55;
  font-size: 20px;
  font-size: 1.25rem;
  word-spacing: 1px;
  word-spacing: 0.0625rem;
}

h4 {
  line-height: 1.55;
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  line-height: 1.7;
  font-size: 22px;
  font-size: 1.375rem;
}

h6 {
  text-transform: uppercase;
  line-height: 1.95;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

@media screen and (min-width: 750px) {
  h6 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* add css */
@media screen and (max-width: 750px) {
  .post-content {
    margin-top: 30px !important;
  }
}
/*---------------------------------------------------------
 Tagline (_scaffolding.scss)
-------------------------------------------------------- */
.basis-tagline {
  display: block;
  color: #b1b7ba;
  font-style: normal;
  text-align: center;
  line-height: 1.4;
  padding: 0 80px;
  padding: 0 5rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 750px) {
  .basis-tagline {
    clear: left;
    float: left;
    text-align: left;
    padding: 0;
    max-width: 25.95745%;
  }
}
/*---------------------------------------------------------
 Banner section (_pages.scss)
-------------------------------------------------------- */
.banner {
  min-height: 300px;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 40px;
  padding: 2.5rem;
}

@media screen and (min-width: 750px) {
  .banner {
    min-height: 300px;
    margin-top: 0;
    padding: 60px;
    padding: 3.75rem;
  }
}
.banner.first {
  margin-top: 0;
}

.banner + .banner {
  margin-top: 0;
}

.banner .product-section {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .banner .product-section {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}
/*---------------------------------------------------------
 Title (_posts.scss)
-------------------------------------------------------- */
.post-author {
  display: none;
}

.post-title,
.page-title {
  margin-top: 0;
}

.post-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
}

.single .post-title {
  line-height: 1.35;
}

@media screen and (min-width: 750px) {
  .single .post-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 24px;
  }
}
.page-title {
  border-bottom: 1px solid #f3f4f5;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  text-align: left;
  border: 1px solid #f3f4f5;
  font-size: 14px;
  font-size: 0.875rem;
}

table caption {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

table th,
table td {
  padding: 10px;
  padding: 0.625rem;
}

table th {
  color: #13171a;
  border-left: 1px solid #f3f4f5;
}

table td {
  border-top: 1px solid #f3f4f5;
  border-left: 1px solid #f3f4f5;
}

table td[valign="top"] {
  vertical-align: top;
}

table td[valign="bottom"] {
  vertical-align: bottom;
}

/*---------------------------------------------------------
 Lists (_elements.scss)
-------------------------------------------------------- */
.basis-list ul {
  list-style: square;
}

.basis-list ol {
  list-style: decimal;
}

.basis-list ul,
.basis-list ol {
  list-style-position: inside;
}

@media screen and (min-width: 750px) {
  .basis-list ul,
  .basis-list ol {
    list-style-position: inside;
  }
}
.basis-list li > ul,
.basis-list li > ol {
  margin-bottom: 0;
  margin-left: 30px;
  margin-left: 1.875rem;
}

/*---------------------------------------------------------
 Sections (_pages.scss)
-------------------------------------------------------- */
.product-section {
  margin: 0 auto;
  max-width: 940px;
  margin-top: 40px;
  padding: 0 40px;
  padding: 0 2.5rem;
}

@media screen and (min-width: 750px) {
  .product-section {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 0 60px;
    padding: 0 3.75rem;
  }
}
.product-section.first {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.product-section.last {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 750px) {
  .product-section.last {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.product-section.prev-banner {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 750px) {
  .product-section.prev-banner {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
.product-section .product-section-custom-link {
  text-decoration: none;
}

table.sn-company-info {
  margin: 30px 0 60px;
}

table.sn-company-team {
  border: none;
}

table.sn-company-team * {
  margin: 0;
}

table.sn-company-team td {
  border: none;
  padding: 2em 1em;
  vertical-align: middle;
}

table.sn-company-team img.sn-profile-image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.sn-container, .sn-footer, .sn-breadcrumb-wrapper > .sn-breadcrumb {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.clear-margin {
  margin: 0 !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

footer.pagination .alignright a:after {
  content: url("img/arrow-right.png");
  top: 6px;
}
footer.pagination .alignleft a:before {
  content: url("img/arrow-left.png");
  top: 6px;
}

@media screen and (min-width: 750px) {
  .sn-post-navigation > .sn-post-content > .pagination.sn-pagination,
  footer.pagination {
    float: none;
    margin: 0 auto;
    width: 80%;
  }

  .sn-container, .sn-footer, .sn-breadcrumb-wrapper > .sn-breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sn-header {
  margin: 0;
  text-align: center;
}

.sn-logo-default {
  display: block;
  margin: 0 auto;
  background: url("img/logo.png") no-repeat;
  background-size: 220px 33px;
  width: 220px;
  height: 33px;
  text-indent: -9999em;
}

.sn-tagline {
  margin: 10px 0 0;
  color: #859093;
  line-height: 1.5;
}

.sn-lang-nav {
  position: relative;
  left: 1em;
  float: left;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}

.sn-lang-nav-item {
  padding: 0px 4px;
  color: #859093;
  text-decoration: none;
}
.sn-lang-nav-item:hover, .sn-lang-nav-item.active {
  color: #13171a;
}

#basis-header-nav.sn-nav > .sn-nav-list {
  font-size: 18px;
}
#basis-header-nav.sn-nav > .sn-nav-list a {
  color: #859093;
}
#basis-header-nav.sn-nav > .sn-nav-list a:hover {
  color: #13171a;
}
#basis-header-nav.sn-nav > .sn-nav-list > .current-menu-item > a {
  color: #13171a;
  text-decoration: none;
}
#basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children > a {
  display: none;
}

@media screen and (min-width: 750px) {
  .sn-logo, .sn-logo-img {
    display: block;
  }

  .sn-navs-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }

  #basis-header-nav.sn-nav {
    float: left;
    max-width: 100%;
  }

  .sn-lang-nav {
    padding: 3px 0;
    text-align: center;
    font-size: 14px;
  }

  #basis-header-nav.sn-nav .basis-menu-item-parent a:after {
    content: url("img/arrow-down.png");
    top: 0;
  }
  #basis-header-nav.sn-nav > .sn-nav-list {
    font-size: 18px;
  }
  #basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children {
    position: relative;
  }
  #basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children > a {
    display: block;
  }
  #basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children > .sub-menu {
    left: -25px;
    top: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    background: rgba(255, 255, 255, 0.9);
    border: none;
  }
  #basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children > .sub-menu:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 15%;
    height: 80px;
    width: 70%;
  }
  #basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children > .sub-menu > .menu-item {
    margin: 0;
    padding: 0;
    border: none;
  }
  #basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children > .sub-menu > .menu-item > a {
    margin: 0;
    padding: 12px 20px;
  }
  #basis-header-nav.sn-nav > .sn-nav-list > .menu-item-has-children > .sub-menu > .menu-item > a:hover {
    background: #dcdcdc;
  }
}
.sn-footer {
  text-align: center;
  padding: 40px 0;
}
.sn-footer:after {
  content: "";
  display: table;
  clear: both;
}
.sn-footer > .fine-print > .footer-text {
  font-size: 14px;
  line-height: 1.5;
  color: #859093;
}

@media screen and (min-width: 750px) {
  .sn-footer > .fine-print {
    float: right;
    width: 50%;
  }
  .sn-footer > .fine-print > .footer-text {
    font-size: 16px;
    text-align: right;
  }
}
.sn-breadcrumb-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.sn-breadcrumb-wrapper > .sn-breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sn-breadcrumb-wrapper > .sn-breadcrumb > a {
  color: #859093;
  text-decoration: none;
}

.single .post-header.sn-post-header {
  display: block !important;
}
.single .post-header.sn-post-header:after {
  content: "";
  display: table;
  clear: both;
}
.single .post-header.sn-post-header > .post-date {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #161719;
}
.single .entry.basis-list.sn-entry .post-title {
  font-size: 20px;
  margin: 15px 0 20px;
}

@media screen and (min-width: 750px) {
  .single .post-header.sn-post-header {
    position: static;
    float: none;
    width: 100%;
  }
  .single .entry.basis-list.sn-entry {
    float: none;
    box-sizing: border-box;
    width: 100%;
  }
  .single .entry.basis-list.sn-entry .post-title {
    margin: 20px 0 30px;
    font-size: 20px;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #eb6757;
}
.wpcf7 .wpcf7-response-output {
  position: relative;
  min-height: 20px;
  padding: 15px 45px 15px 15px;
  border-radius: 4px;
  color: #ccc;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #56d68c;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:after {
  content: "";
  background-image: url("img/wpcf7-ok.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17.5px;
  width: 35px;
  height: 35px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #eb6757;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng:after, .wpcf7 .wpcf7-response-output.wpcf7-validation-errors:after {
  content: "";
  background-image: url("img/wpcf7-ng.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17.5px;
  width: 35px;
  height: 35px;
}

.page-home .main-image-wrapper {
  position: relative;
}
.page-home .main-image-wrapper .main-image .main-image-cover {
  position: absolute;
  height: 450px;
  width: 100%;
}
.page-home .main-image-wrapper .main-image .top-page-bg {
  display: none;
  position: relative;
  height: 100%;
}
.page-home .main-image-wrapper .main-image .top-page-bg.active {
  display: block;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s1 {
  background: url("/ja/wp-content/assets/img/main/top_01.png");
  background-size: cover;
  background-position: 50% 50%;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s1 .main-image-inner {
  height: 228px;
  margin-top: -120px;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s2 {
  background: url("/wp-content/uploads/2016/09/atlas2-bg.png");
  background-size: cover;
  background-position: 50% 50%;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s2 .main-image-inner {
  z-index: 100;
  height: 175px;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s2 .main-image-inner .btn a {
  width: 200px;
  border-radius: 0;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 {
  background: url("/ja/wp-content/assets/img/main/top_03.png");
  background-size: cover;
  background-position: 50% 50%;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner {
  left: 37%;
  bottom: 70px;
  top: auto;
  width: 414px;
  height: 80px;
  border-bottom: none;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store {
  margin: 0 18px;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store a {
  display: block;
  width: 168px;
  height: 50px;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn {
  width: 168px;
  float: left;
  margin: 0 10px;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn.apple a {
  background: url(img/app-store.png) no-repeat center;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn.google a {
  background: url(img/google-play.png) no-repeat center;
}
.page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn p {
  text-align: center;
  color: #666;
}
.page-home .main-image-wrapper .circle-wrapper {
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
}
.page-home .main-image-wrapper .circle-wrapper .circle {
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin-right: 23px;
  cursor: pointer;
}
.page-home .main-image-wrapper .circle-wrapper .circle.on {
  cursor: default;
}
.page-home .main-image-wrapper .circle-wrapper .circle.s3 {
  margin-right: 0;
}
.page-home .main-image-wrapper .circle-wrapper .circle.on {
  background: #999;
}
.page-home .main-image-wrapper .btn.sm {
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 40px;
  cursor: pointer;
}
.page-home .main-image-wrapper .btn.sm.prev {
  background: url(img/arrow-white-l.png) no-repeat center;
  left: 80px;
}
.page-home .main-image-wrapper .btn.sm.next {
  background: url(img/arrow-white-r.png) no-repeat center;
  right: 80px;
}
.page-home .top-message-title {
  margin: 0 0 30px;
}
.page-home h3 {
  font-size: 20px;
}
.page-home #latest-news {
  width: 600px;
}
.page-home .sub-ttl {
  margin-bottom: 50px;
}
.page-home .sn-latest-posts {
  margin-bottom: 60px;
}
.page-home .sn-latest-post-title a {
  font-size: 13px;
  text-decoration: none;
  color: #666;
}
.page-home .sn-latest-post-title a:hover {
  color: #999;
}
@media screen and (min-width: 750px) {
  .page-home .top-message {
    float: left;
    max-width: 56%;
  }
  .page-home .top-message-img {
    float: right;
    margin: 0;
  }
  .page-home .top-message-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 750px) {
  .page-home #latest-news {
    width: 100%;
  }
  .page-home .main-image-wrapper .main-image {
    margin: 44px auto 0;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s1 {
    background: url("/ja/wp-content/assets/img/main/sp/top_01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s1 .main-image-inner {
    height: 186px;
    margin-top: -93px;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s1 .main-image-inner .copy.main-title {
    width: 224px;
    width: 270px;
    margin-left: -15px;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s2 {
    background: url("/wp-content/uploads/2016/09/atlas2-640_bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s2 .main-image-inner .btn {
    margin-top: 20px;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s2 .main-image-inner .btn a {
    width: 140px;
    height: 30px;
    line-height: 30px;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s3 {
    background: url("/ja/wp-content/assets/img/main/sp/top_03.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner {
    width: 296px;
    margin-left: -108px;
    bottom: 0;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn {
    width: 120px;
    margin: 0;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn.apple {
    margin-right: 20px;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn.apple a {
    background: url(img/app-store-sp.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 120px 36px;
    width: 120px;
    height: 36px;
    background-size: 100%;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn.google a {
    background: url(img/google-play-sp.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 120px 36px;
    width: 120px;
    height: 36px;
    background-size: 100%;
  }
  .page-home .main-image-wrapper .main-image .top-page-bg.s3 .main-image-inner .to-store .store-btn p {
    display: none;
  }
  .page-home .main-image-wrapper .btn.sm.prev {
    left: 5px;
  }
  .page-home .main-image-wrapper .btn.sm.next {
    right: 5px;
  }
  .page-home .main-image-wrapper .circle-wrapper {
    bottom: 18px;
    margin-left: -25px;
    width: 50px;
  }
  .page-home .main-image-wrapper .circle-wrapper .circle {
    width: 7px;
    height: 7px;
    margin-right: 14px;
  }
  .page-home .top-message-wrapper .sub-ttl {
    width: 213px;
  }
  .page-home .top-message-title {
    font-size: 20px;
    margin: 20px 0;
  }
  .page-home .sn-latest-post-date {
    margin-top: 0;
  }
  .page-home .sn-latest-post-category .post-categories {
    font-size: 10px;
  }
  .page-home .btn.center a {
    width: 100%;
  }
}

[lang="en-US"] .home .main-image .top-page-bg.s1 {
  background: url("/ja/wp-content/assets/img/main/top_01_en.png");
  background-size: cover;
  background-position: 50% 50%;
}
[lang="en-US"] .home .main-image .top-page-bg.s1 .main-image-inner {
  height: 190px;
  margin-top: -95px;
}
[lang="en-US"] .home .main-image .top-page-bg.s1 .main-image-inner .copy.main-title {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  [lang="en-US"] .home .main-image .top-page-bg.s1 .main-image-inner {
    height: 136px;
    margin-top: -68px;
  }
}
@media screen and (max-width: 750px) {
  [lang="en-US"] .home .main-image .top-page-bg.s1 .main-image-inner .copy.main-title {
    margin-top: 20px;
    line-height: 28px;
  }
}
[lang="en-US"] .home .main-image .top-page-bg.s2 .main-image-inner .copy.main-title {
  margin: 0 0 20px 100px;
}
@media screen and (max-width: 750px) {
  [lang="en-US"] .home .main-image .top-page-bg.s2 .main-image-inner .copy.main-title {
    margin: 0 0 20px -20px;
    width: 300px;
  }
}
[lang="en-US"] .home .main-image .top-page-bg.s2 .main-image-inner .btn a {
  margin-left: 90px;
}
@media screen and (max-width: 750px) {
  [lang="en-US"] .home .main-image .top-page-bg.s2 .main-image-inner .btn a {
    margin: 0;
  }
}
[lang="en-US"] .home .main-image .top-page-bg.s3 .main-image-inner {
  margin-left: -300px;
}
@media screen and (max-width: 750px) {
  [lang="en-US"] .home .main-image .top-page-bg.s3 .main-image-inner {
    margin-left: -108px;
  }
}
[lang="en-US"] .home .btn {
  display: none;
}
[lang="en-US"] .home .circle-wrapper {
  display: none;
}
[lang="en-US"] .home .content-block {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  [lang="en-US"] .home .main-image .top-page-bg.s1 {
    background: url("/ja/wp-content/assets/img/main/sp/top_01_en.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  [lang="en-US"] .home #latest-news h2 {
    text-align: center;
  }
}

.single-post .sn-post-navigation {
  margin-top: 20px;
}
.single-post .sn-post-navigation .pagination {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  position: relative;
  width: 600px;
  float: none;
  margin: 40px auto 30px;
}
.single-post .sn-post-navigation .pagination .alignleft {
  position: relative;
}
.single-post .sn-post-navigation .pagination .alignleft a {
  padding-left: 40px;
}
.single-post .sn-post-navigation .pagination .alignleft a:before {
  content: url(img/arrow-l.png);
  position: absolute;
  left: 10px;
  top: 12px;
}
.single-post .sn-post-navigation .pagination .alignright {
  position: relative;
}
.single-post .sn-post-navigation .pagination .alignright a {
  padding-right: 40px;
}
.single-post .sn-post-navigation .pagination .alignright a:after {
  content: url(img/arrow-r.png);
  position: absolute;
  right: 10px;
  top: 12px;
}
.single-post .sn-post-navigation .pagination a {
  margin: 10px 0;
  font-size: 13px;
  color: #666;
}
.single-post .sn-post-navigation .pagination .post-date {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -38px;
  margin-top: -4px;
  font-size: 13px;
  color: #666;
}

.sn-download-kit .btn a {
  width: 100%;
}
.sn-download-kit .attention {
  margin: 20px 0 40px;
  line-height: 18px;
}

.post-content .post-wrapper {
  max-width: 1000px;
}
.post-content .post-wrapper .current-month {
  font-size: 18px;
  margin-bottom: 10px;
}
.post-content .post-wrapper .left-column {
  width: 64%;
  margin-right: 6%;
  float: left;
}
.post-content .post-wrapper .right-column {
  width: 30%;
  float: right;
}
@media screen and (max-width:768px){
  .post-content .post-wrapper .left-column {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .post-content .post-wrapper .right-column {
    width: 100%;
    float: none;
  }
  .post-content .post-wrapper .archive .years-archive p {
    font-size: 18px;
  }
}
.post-content .post-wrapper .right-column h3 {
  font-size: 20px;
}
.post-content .post-wrapper .archive-header.sp {
  display: none;
}
.post-content .post-wrapper .archive-header .widget_search .search {
  float: none;
  width: 100%;
  position: relative;
}
.post-content .post-wrapper .archive-header .widget_search .search input {
  float: left;
  color: #ccc;
}
.post-content .post-wrapper .archive-header .widget_search .search input.text-area {
  height: 42px;
  width: 200px;
  border: 1px solid #d5d5c9;
  background: transparent;
  border-radius: 4px;
}
.post-content .post-wrapper .archive-header .widget_search .search input.text-area:focus {
  color: #34383a;
  background-color: #fff;
  border: 1px solid #999;
}
.post-content .post-wrapper .archive-header .widget_search .search input.submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 42px;
  border-radius: 4px;
  background: url(img/icn-search.png) no-repeat center #666;
  border: none;
}
.post-content .post-wrapper .archive-header .widget_search .search input.submit-btn:hover {
  background: url(img/icn-search-on.png) no-repeat center #fff;
  border: 1px solid #666;
}
.post-content .post-wrapper .archive.sp {
  display: none;
}
.post-content .post-wrapper .archive .years-archive {
  margin-bottom: 60px;
}
.post-content .post-wrapper .archive .years-archive p {
  margin-bottom: 0;
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width:768px){
  .post-content .post-wrapper .archive .years-archive p {
    font-size: 18px;
  }
}
.post-content .post-wrapper .archive .years-archive p a {
  text-decoration: none;
  font-size: 15px;
  color: #666;
}
.post-content .post-wrapper .archive .years-archive .archive-this-year {
  border-bottom: 1px solid #e8e8e8;
}
.post-content .post-wrapper .archive .years-archive .archive-this-year p {
  padding: 10px 10px 10px 15px;
}
.post-content .post-wrapper .archive .years-archive .archive-past {
  border-bottom: 1px solid #e8e8e8;
}
.post-content .post-wrapper .archive .years-archive .archive-past p {
  background: url(img/arrow_on.png) no-repeat left center;
  margin-left: 10px;
  padding: 10px 10px 10px 40px;
}
.post-content .post-wrapper .archive .years-archive .archive-past p.on {
  background: url(img/arrow_off.png) no-repeat left center;
}
.post-content .post-wrapper .archive .years-archive .archive-past .archive-list {
  display: none;
  margin: 0 20px 20px 80px;
}
.post-content .post-wrapper .archive .years-archive .archive-past .archive-list li {
  padding: 5px 0;
}
.post-content .post-wrapper .archive .years-archive .archive-past .archive-list li a {
  text-decoration: none;
  font-size: 15px;
  color: #666;
}
.post-content .post-wrapper .tweet-post {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
}
.post-content .post-wrapper .tweet-post h3 {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 0;
  padding: 5px 0;
}
.post-content .post-wrapper .qiita-post h3 {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding: 10px 0 12px;
}
.post-content .post-wrapper .qiita-block {
  margin-bottom: 80px;
}
.post-content .post-wrapper .qiita-block a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-content .post-wrapper .qiita-block a img {
  width: 100%;
  height: auto;
}
.post-content .post-wrapper .qiita-block a img:hover {
  width: 100%;
  height: auto;
  opacity: 0.9;
  -ms-filter: "alpha( opacity=90 )";
  filter: alpha(opacity=90);
}
.post-content .post-wrapper .qiita-block .bnr a {
  display: block;
}
.post-content .post-wrapper .pag-sp {
  display: none;
}

.blog .header_m, .archive .header_m {
  height: 102px;
}
/*.blog .main-image, .archive .main-image {
  background: url("/ja/wp-content/assets/img/main/news.png");
  background-size: cover;
  background-position: 50% 50%;
}*/
.blog .left-column .sn-latest-posts, .archive .left-column .sn-latest-posts {
  border-top: 4px double #859093;
  margin-bottom: 40px;
}
.left-column .sn-latest-posts .post-block, .archive .left-column .sn-latest-posts .post-block {
  padding: 20px 0;
  border-bottom: 1px solid #859093;
  margin-bottom: 0;
}
.blog .left-column .sn-latest-posts .post-block .post-right, .archive .left-column .sn-latest-posts .post-block .post-right {
  border-bottom: none;
  border-top: none;
}
.blog .pagination, .archive .pagination {
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.blog .pagination.news, .archive .pagination.news {
  display: none;
  text-align: center;
  position: relative;
}
.blog .pagination.news.on, .archive .pagination.news.on {
  display: block;
}
.blog .pagination.news .current, .blog .pagination.news .more, .blog .pagination.news a, .archive .pagination.news .current, .archive .pagination.news .more, .archive .pagination.news a {
  display: inline;
  margin: 0 20px 0 0;
}
.blog .pagination.news a.prev, .archive .pagination.news a.prev {
  float: left;
  margin-right: 0;
  position: absolute;
  left: 0;
  padding-left: 40px;
}
.blog .pagination.news a.prev:before, .archive .pagination.news a.prev:before {
  content: url(img/arrow-l.png);
  position: absolute;
  left: 15px;
  top: 2px;
}
.blog .pagination.news a.next, .archive .pagination.news a.next {
  float: right;
  margin-right: 0;
  position: absolute;
  right: 0;
  padding-right: 40px;
}
.blog .pagination.news a.next:after, .archive .pagination.news a.next:after {
  content: url(img/arrow-r.png);
  position: absolute;
  right: 15px;
  top: 2px;
}

[lang="en-US"] .blog .main-image .main-image-inner .copy.main-title,
 [lang="en-US"] .archive .main-image .main-image-inner .copy.main-title,
 [lang="en-US"] .page-id-50 .main-image .main-image-inner .copy.main-title {
  margin-top: 53px;
}

@media screen and (min-width: 750px) and (max-width: 900px) {
  .post-content .post-wrapper {
    max-width: 750px;
  }
}
@media screen and (max-width: 750px) {
  #header {
    padding-bottom: 0;
  }
  .blog .post-content .post-wrapper .archive-header.sp, .archive .post-content .post-wrapper .archive-header.sp {
    display: block;
    margin-bottom: 13px;
  }
  .blog .post-content .post-wrapper .archive-header.sp .widget_search .text-area, .archive .post-content .post-wrapper .archive-header.sp .widget_search .text-area {
    width: 205px;
  }
  .blog .post-content .post-wrapper .archive-header.sp .widget_search .submit-btn, .archive .post-content .post-wrapper .archive-header.sp .widget_search .submit-btn {
    width: 60px;
  }
  .blog .post-content .post-wrapper .archive.sp, .archive .post-content .post-wrapper .archive.sp {
    display: block;
  }
  .blog .post-content .post-wrapper .archive.sp .sort-post, .archive .post-content .post-wrapper .archive.sp .sort-post {
    color: #859093;
    font-size: 14px;
    background: url(img/arrow_on.png) no-repeat left 8% center;
    border: 1px solid #d5d5c9;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 10px 10px 60px;
    position: relative;
    top: 3px;
    z-index: 1;
  }
  .blog .post-content .post-wrapper .archive.sp .sort-post.on, .archive .post-content .post-wrapper .archive.sp .sort-post.on {
    background: url(img/arrow_off.png) no-repeat left 8% center #fff;
  }
  .blog .post-content .post-wrapper .archive.sp .years-archive, .archive .post-content .post-wrapper .archive.sp .years-archive {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
    position: relative;
    border-radius: 0 0 4px 4px;
    margin-bottom: 0;
  }
  .blog .post-content .post-wrapper .archive.sp .years-archive .archive-past, .archive .post-content .post-wrapper .archive.sp .years-archive .archive-past {
    margin: 0 10px;
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  .blog .post-content .post-wrapper .archive.sp .years-archive .archive-past p, .archive .post-content .post-wrapper .archive.sp .years-archive .archive-past p {
    background: none;
  }
  .blog .post-content .post-wrapper .archive.sp .years-archive .archive-past p a, .archive .post-content .post-wrapper .archive.sp .years-archive .archive-past p a {
    color: #859093;
  }
  .blog .post-content .post-wrapper .sort-block, .archive .post-content .post-wrapper .sort-block {
    margin-top: 19px;
    padding: 15px 0 5px 0;
  }
  .blog .post-content .post-wrapper .left-column, .archive .post-content .post-wrapper .left-column {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .blog .post-content .post-wrapper .left-column.archive, .archive .post-content .post-wrapper .left-column.archive {
    margin-bottom: 40px;
  }
  .blog .post-content .post-wrapper .left-column .sn-latest-posts, .archive .post-content .post-wrapper .left-column .sn-latest-posts {
    border-top: 0;
    margin-bottom: 20px;
  }
  .blog .post-content .post-wrapper .left-column .sn-latest-posts .post-block, .archive .post-content .post-wrapper .left-column .sn-latest-posts .post-block {
    padding: 25px 0;
    border-bottom: 4px double #859093;
  }
  .blog .post-content .post-wrapper .right-column, .archive .post-content .post-wrapper .right-column {
    width: 100%;
    float: none;
  }
  .blog .post-content .post-wrapper .right-column .archive-header.pc,
  .blog .post-content .post-wrapper .right-column .archive.pc, .archive .post-content .post-wrapper .right-column .archive-header.pc,
  .archive .post-content .post-wrapper .right-column .archive.pc {
    display: none;
  }
  .blog .post-content .post-wrapper .pag-pc, .archive .post-content .post-wrapper .pag-pc {
    display: none;
  }
  .blog .post-content .post-wrapper .pag-sp, .archive .post-content .post-wrapper .pag-sp {
    display: block;
    margin: 10px 0 40px;
  }
  .blog .post-content .post-wrapper .pag-sp .pagination, .archive .post-content .post-wrapper .pag-sp .pagination {
    width: 100%;
  }
  .blog .post-content .post-wrapper .pag-sp .pagination.news .current, .blog .post-content .post-wrapper .pag-sp .pagination.news .more, .blog .post-content .post-wrapper .pag-sp .pagination.news a, .archive .post-content .post-wrapper .pag-sp .pagination.news .current, .archive .post-content .post-wrapper .pag-sp .pagination.news .more, .archive .post-content .post-wrapper .pag-sp .pagination.news a {
    font-size: 12px;
    margin: 0 9px 0 0;
  }
  .blog .post-content .post-wrapper .pag-sp .pagination.news .current.prev, .blog .post-content .post-wrapper .pag-sp .pagination.news .more.prev, .blog .post-content .post-wrapper .pag-sp .pagination.news a.prev, .archive .post-content .post-wrapper .pag-sp .pagination.news .current.prev, .archive .post-content .post-wrapper .pag-sp .pagination.news .more.prev, .archive .post-content .post-wrapper .pag-sp .pagination.news a.prev {
    padding-left: 10px;
    margin-top: 5px;
  }
  .blog .post-content .post-wrapper .pag-sp .pagination.news .current.prev:before, .blog .post-content .post-wrapper .pag-sp .pagination.news .more.prev:before, .blog .post-content .post-wrapper .pag-sp .pagination.news a.prev:before, .archive .post-content .post-wrapper .pag-sp .pagination.news .current.prev:before, .archive .post-content .post-wrapper .pag-sp .pagination.news .more.prev:before, .archive .post-content .post-wrapper .pag-sp .pagination.news a.prev:before {
    left: 0;
  }
  .blog .post-content .post-wrapper .pag-sp .pagination.news .current.next, .blog .post-content .post-wrapper .pag-sp .pagination.news .more.next, .blog .post-content .post-wrapper .pag-sp .pagination.news a.next, .archive .post-content .post-wrapper .pag-sp .pagination.news .current.next, .archive .post-content .post-wrapper .pag-sp .pagination.news .more.next, .archive .post-content .post-wrapper .pag-sp .pagination.news a.next {
    padding-right: 10px;
    margin-top: 5px;
    margin-right: 0;
  }
  .blog .post-content .post-wrapper .pag-sp .pagination.news .current.next:after, .blog .post-content .post-wrapper .pag-sp .pagination.news .more.next:after, .blog .post-content .post-wrapper .pag-sp .pagination.news a.next:after, .archive .post-content .post-wrapper .pag-sp .pagination.news .current.next:after, .archive .post-content .post-wrapper .pag-sp .pagination.news .more.next:after, .archive .post-content .post-wrapper .pag-sp .pagination.news a.next:after {
    right: 0;
  }
}
.post-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.sort-block {
  border-top: 1px solid #859093;
  border-bottom: 1px solid #859093;
  padding: 15px 0;
  margin-bottom: 40px;
}
.sort-block ul {
  width: 680px;
  margin: 0 auto;
}
.sort-block ul li {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.sort-block ul li.categ-other {
  margin-right: 0;
}

.sn-latest-posts .post-block {
  margin-bottom: 40px;
  display: none;
}
.sn-latest-posts .post-block.on {
  display: block;
}
.sn-latest-posts .post-left {
  width: 33%;
  margin-right: 8%;
  overflow: hidden;
}
.sn-latest-posts .post-left a {
  display: block;
  width: 100%;
  height: 100%;
}
.sn-latest-posts .post-left a img {
  width: 100%;
}
.sn-latest-posts .post-left a img:hover {
  opacity: 0.9;
  -ms-filter: "alpha( opacity=90 )";
  filter: alpha(opacity=90);
}
.sn-latest-posts .post-right {
  float: right;
  width: 58%;
  min-height: 130px;
  /*border-top: 1px solid #859093;
  border-bottom: 1px solid #859093;*/
  position: relative;
}
.home .sn-latest-posts .post-right {
  border-top: 1px solid #859093;
  border-bottom: 1px solid #859093;
}
.sn-latest-posts .post-right .title-block {
  margin-top: 15px;
}
.sn-latest-posts .post-right .title-block dl {
  margin-bottom: 10px;
}
.sn-latest-posts .post-right .title-block .sn-latest-post-category {
  float: left;
  margin-right: 20px;
}
.sn-latest-posts .post-right .title-block .sn-latest-post-category a {
  font-size: 13px;
  padding: 0 15px;
  margin-right: 20px;
}
.sn-latest-posts .post-right .title-block .sn-latest-post-date {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif, "Open Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, arial, helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
}
.sn-latest-posts .post-right .title-block .sn-latest-post-date.sp {
  display: none;
}
.sn-latest-posts .post-right .sn-latest-post-title {
  line-height: 20px;
}
.sn-latest-posts .post-right .sn-latest-post-title a {
  text-decoration: none;
  color: #666;
  font-size: 13px;
}
.sn-latest-posts .post-right .sn-latest-post-title a:hover {
  color: #999;
}

.sort-block .sort-btn,
.sn-latest-post-date,
.sn-latest-post-category,
.single .post-header.sn-post-header {
  text-align: center;
}
.sort-block .sort-btn > .post-categories,
.sn-latest-post-date > .post-categories,
.sn-latest-post-category > .post-categories,
.single .post-header.sn-post-header > .post-categories {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}
.sort-block .sort-btn > .post-categories li,
.sn-latest-post-date > .post-categories li,
.sn-latest-post-category > .post-categories li,
.single .post-header.sn-post-header > .post-categories li {
  display: inline-block;
}
.sort-block .sort-btn a,
.sn-latest-post-date a,
.sn-latest-post-category a,
.single .post-header.sn-post-header a {
  display: inline;
  padding: 0 15px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  pointer-events: none !important;
}
.sort-block .sort-btn.categ-news a,
.sn-latest-post-date.categ-news a,
.sn-latest-post-category.categ-news a,
.single .post-header.sn-post-header.categ-news a {
  color: #e25f52;
  border: 1px solid #e25f52;
}
.sort-block .sort-btn.categ-event a,
.sn-latest-post-date.categ-event a,
.sn-latest-post-category.categ-event a,
.single .post-header.sn-post-header.categ-event a {
  color: #e25f52;
  border: 1px solid #e25f52;
}
.sort-block .sort-btn.categ-press a,
.sn-latest-post-date.categ-press a,
.sn-latest-post-category.categ-press a,
.single .post-header.sn-post-header.categ-press a {
  color: #389adb;
  border: 1px solid #389adb;
}
.sort-block .sort-btn.categ-publication a,
.sn-latest-post-date.categ-publication a,
.sn-latest-post-category.categ-publication a,
.single .post-header.sn-post-header.categ-publication a {
  color: #21c265;
  border: 1px solid #21c265;
}
.sort-block .sort-btn.categ-technology a,
.sn-latest-post-date.categ-technology a,
.sn-latest-post-category.categ-technology a,
.single .post-header.sn-post-header.categ-technology a {
  color: #a36cba;
  border: 1px solid #a36cba;
}
.sort-block .sort-btn.categ-advertise a,
.sn-latest-post-date.categ-advertise a,
.sn-latest-post-category.categ-advertise a,
.single .post-header.sn-post-header.categ-advertise a {
  color: #bd8147;
  border: 1px solid #bd8147;
}
.sort-block .sort-btn.categ-other a,
.sn-latest-post-date.categ-other a,
.sn-latest-post-category.categ-other a,
.single .post-header.sn-post-header.categ-other a {
  color: #eda531;
  border: 1px solid #eda531;
}
.sort-block .sort-btn.categ-uncategorized a, .sort-block .sort-btn.categ-all a,
.sn-latest-post-date.categ-uncategorized a,
.sn-latest-post-date.categ-all a,
.sn-latest-post-category.categ-uncategorized a,
.sn-latest-post-category.categ-all a,
.single .post-header.sn-post-header.categ-uncategorized a,
.single .post-header.sn-post-header.categ-all a {
  color: #999;
  border: 1px solid #999;
}

.sort-block .sort-btn.categ-news a.active {
  color: #fff;
  background: #e25f52;
  border: 1px solid #e25f52;
}
.sort-block .sort-btn.categ-event a.active {
  color: #fff;
  background: #e25f52;
  border: 1px solid #e25f52;
}
.sort-block .sort-btn.categ-press a.active {
  color: #fff;
  background: #389adb;
  border: 1px solid #389adb;
}
.sort-block .sort-btn.categ-publication a.active {
  color: #fff;
  background: #21c265;
  border: 1px solid #21c265;
}
.sort-block .sort-btn.categ-technology a.active {
  color: #fff;
  background: #a36cba;
  border: 1px solid #a36cba;
}
.sort-block .sort-btn.categ-advertise a.active {
  color: #fff;
  background: #bd8147;
  border: 1px solid #bd8147;
}
.sort-block .sort-btn.categ-other a.active {
  color: #fff;
  background: #eda531;
  border: 1px solid #eda531;
}
.sort-block .sort-btn.categ-all a.active {
  color: #fff;
  background: #999;
  border: 1px solid #999;
}
.sort-block .sort-btn [lang="en-US"] {
  width: 10em;
}

[lang="en-US"] .sort-block ul {
  width: 818px;
}

@media screen and (max-width: 750px) {
  [lang="en-US"] .sort-block ul {
    width: 100%;
  }
}
.single .post-header.sn-post-header li {
  display: block;
}

.single .post {
  width: 600px;
  margin: 0 auto;
}

.basis-list.sn-entry table {
  border: 1px solid #f3f4f5 !important;
}
.basis-list.sn-entry table td {
  min-width: 200px;
}
.basis-list.sn-entry .line {
  display: block;
  margin: 0 auto 40px;
  width: 100px;
  height: 1px;
  background: #7e7e7e;
}

.pt50{
  padding-top:50px;
}

@media screen and (max-width: 750px) {
  .basis-list.sn-entry table td {
    min-width: 1px;
  }
    table.sn-company-info td{
      border:0;
    }
  table.sn-company-info tr:first-child {
    border-top: 1px solid #ccc;
  }
  table.sn-company-info tr {
    border-bottom: 1px solid #ccc;
  }
  /*.blog .main-image,
  .archive .main-image {
    margin: 44px auto 0;
    display: block;
    background: url("/ja/wp-content/assets/img/main/sp/news.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    }*/
  }
@media screen and (max-width: 750px) {
  [lang="en-US"] .blog .main-image .main-image-inner .copy.main-title,
  [lang="en-US"] .archive .main-image .main-image-inner .copy.main-title {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .sn-download-kit {
    margin-top: 40px;
  }

  .single-post .sn-post-navigation {
    width: 280px;
    margin: 0 auto;
  }
  .single-post .sn-post-navigation .pagination {
    width: 100%;
    margin: 0px auto 25px;
  }
  .single-post .sn-post-navigation .pagination a {
    font-size: 11px;
  }
  .single-post .sn-post-navigation .pagination .post-date {
    font-size: 11px;
    top: 11px;
    margin-left: -36px;
  }
  .single-post .post {
    width: 300px;
    padding: 0 10px;
  }
  .single-post .post .entry.basis-list.sn-entry .post-title {
    font-size: 16px;
  }
  .single-post .post .entry.basis-list.sn-entry .line {
    margin-bottom: 30px;
  }

  .post-wrapper {
    width: 280px;
    margin: 0 auto;
  }
  .post-wrapper .inner.sm {
    width: 100%;
  }

  .sort-block ul {
    width: 100%;
  }
  .sort-block ul li {
    margin: 0 10px 10px 0;
  }
  .sort-block ul li a {
    font-size: 10px;
  }

  .sn-latest-posts .post-block {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 4px double #4c545b;
  }
  .sn-latest-posts .post-block:first-child {
    border-top: 4px double #4c545b;
    padding-top: 16px;
  }
  .sn-latest-posts .post-block .post-left {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .sn-latest-posts .post-block .post-left img {
    width: 100%;
  }
  .sn-latest-posts .post-block .post-right {
    width: 100%;
    height: 100%;
    min-height: 0;
    float: none;
    border: none;
    margin-bottom: 10px;
  }
  .sn-latest-posts .post-block .post-right .title-block .sn-latest-post-category {
    float: none;
    margin-bottom: 10px;
  }
  .sn-latest-posts .post-block .post-right .title-block .sn-latest-post-category a {
    font-size: 10px;
    float: left;
    margin-right: 10px;
  }
  .sn-latest-posts .post-block .post-right .title-block .sn-latest-post-category .sn-latest-post-date.sp {
    display: block;
    position: static;
    font-size: 12px;
  }
  .sn-latest-posts .post-block .post-right .title-block .sn-latest-post-title {
    margin-left: 0;
  }
  .sn-latest-posts .post-block .post-right .sn-latest-post-date.pc {
    display: none;
  }
}

.featured-ad-block {
    background: #eee;
    padding: 40px 0;
}
.featured-ad-block h3 {
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.en-col li{
  list-style: none;
  text-align: left;
  width:33.3%;
  float:left;
}
.en-col2 li{
    text-align: left;
    list-style: disc;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 20px;
    padding-left: 10px;
}

.faq {
    font-size: 13px;
    margin: 0 20px 70px;
    border-bottom: 1px dotted #ccc;
}

.faq dt {
    cursor: pointer;
    padding: 10px;
    border-top: 1px dotted #ccc;
    font-weight: bold;
    text-align: left;
}

.faq dt:hover {
    color: #0099cc;
}

.faq dd {
    display: none;
    padding: 5px 15px 5px 0;
    margin-bottom: 10px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
  .en-col li{
    width:100%;
    float:none;
  }
}

.wp-pagenavi{
  padding:1em 0;
  margin:1em 0;
  border-bottom:1px solid #999;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.home #latest-news {
    width: 600px;
}

.smartslider{
  display: none;

}
@media screen and (max-width: 750px) {
  .home #latest-news {
    width: 100%;
  }
  .smartslider{
    display: block;
    height:45px;
  }
}
