/*
Theme Name: stella
Theme URI: 
Author: KAY ADAMS
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*


/*/
/*/
/*/
/* stella theme
/*/
/*/
/*/

body {
  font-family: 'Noto Sans Japanese', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#primary {
  margin-top: 75px;
  margin-bottom: 100px;
}

#top-page {
  margin-top: 30px;
  margin-bottom: 100px;
}

ul, li {
  list-style: none;
  padding-left: 0px;
}

a {
  word-break: break-all;
}


.navbar-default .navbar-nav > li > a {
  color: #2098d1;
  margin-left: 15px;
}

.navbar-default .navbar-brand {
  color: #2098d1;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 100;
}

@media screen and (max-width: 1000px) {
  .navbar-brand{
    font-size: 16px !important;
  }

  .navbar-default .navbar-nav > li > a {
    color: #2098d1;
    margin-left: 0px;
  }
}

 {
  background-color: #e3eeff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background-color: #c7ddff;
  color: #555;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > li > a:hover, 
  .navbar-default .navbar-nav > li > a:focus {
    margin-left: 0px;
  }
}

.dropdown-menu > .active > a, 
.dropdown-menu .current-menu-item {
  text-decoration: none;
  color: #2098d1;
  outline: 0;
  background-color: #e3eeff;
}

.dropdown-menu > li > a {
  font-size: 12px;
  color: #555;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  background-color: #e3eeff;
  font-weight: 500;
  color: #2098d1;
}

.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  background-color: #e3eeff;
  font-weight: 500;
  color: #2098d1;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e3eeff;
}

.navbar-default {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse, 
  .navbar-default .navbar-form {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
  }

  #primary_navbar{
    list-style: none;
    padding-left: 35px;
  }
}


.header-menu .current-menu-item a {
  color: #616161;
}

.current-menu-item a, 
.current_menu_item>a:focus, 
.current_menu_item>a:hover {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  font-weight: 600;
}

.navbar-default {
  background-image: none;
  background-color: #ffffff;
  box-shadow: none;
  border-bottom: 4px solid #e3eeff;
  padding: 6px 0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  border: none;
  background-color: transparent;
}


@media screen and (max-width:767px) {
  .navbar-wrapper {
    margin-top: 0;
    display: block;
  }
}

#master-footer {
  background-color: #e3eeff;
  padding: 25px;
  color: #666666;
  margin-top: 50px;
}

#master-footer .copyright {
  font-size: 10px;
  text-align: center;
}

.footer-blue{
  font-size: 12px;
  float: right;
}

.nav>li>a:hover {
  background-color: transparent;
}

@media screen and (max-width: 400px) {
  .footer-copyright, 
  .footer-menu-class {
    display: block;
    width: 100%;
  }

  .footer-blue {
    text-align: left;
    float: left;
  }

  .footer-blue a {
    padding-left: 10px !important;
  }
}

.top-image {
  background-image: url('http://stella-consulting.jp/wp/wp-content/uploads/2016/06/stella_stars.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}

.top-text-wrapper h2 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  padding: 100px;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .top-text-wrapper {
    height: 150px;
  }

  .top-text-wrapper h2 {
    font-size: 24px;
    padding: 25px;
  }
}

.space {
  height: 30px;
}

@media screen and (max-width: 767px) {
  .mobile-space {
    height: 30px;
  }
}

.panel.panel-stella {
  box-shadow: none;
}

.panel.panel-stella .panel-heading {
  color: #333333;
  border-top: 3px solid #e3eeff;
  border-radius: 0px;
  padding: 8px 0px;
  color: #2098d1;
  font-size: 18px;
}

.panel.panel-stella .panel-body {
  border-radius: 0px;
}


/*
/*
/* animation styles for PC only
/*
/*/

@media screen and (min-width: 767px) {

  .navbar-nav > .active {
    font-weight: 500;
  }

  .hover-ani li a {
    background-color: #ffffff;
    float: right;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }


  .hover-ani a:hover {
    background-color: #c7ddff;
  }

  .dropdown-menu > li > a {
    background-color: #e3eeff !important;
  }

}


/*
/*
/* styling for general
/*
/*/

h1 {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.blog-title {
  padding: 0px !important;
  margin: 0 auto 30px auto;
  text-align: center !important;
}

.blog-single {
  margin-top: 15px;
}

.title-sub {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}


table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

td:first-child {
  width: 100px;
  text-align: left !important;
  vertical-align: top;
  font-weight: 500;
  background-color: #cccccc;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

td {
  padding: 15px;
  background-color: #f2f2f2;
  border-bottom: 2px solid #ffffff;
  line-height: 200%;
}

@media screen and (max-width: 400px) {

  tr {
    margin-bottom: 30px;
    display: block;
  }

  td:first-child,
  td {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 180%''
  }

  td:first-child {
    border-bottom: none;
    border-right: none;
    padding: 5px 15px;
  }
}


.panel-body {
  padding: 0px 15px;
}

.blog-list {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0px;
  margin-left: -10px;
  margin-right: -10px;
}

.blog-list:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

.blog-list a {
  display: block;
  margin-top: 5px;
  color: #333333;
  line-height: 150%;
}

.blog-list small {
  color: #666666;
}

.blog-list.update-info a {
  color: #333333;
  line-height: 150%;
}


/*
/* resume bits
/*/

.resume-block {
  margin: 0px 15px;
}

.resume-block h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 5px 8px 5px;
  color: #2098d1;
  border-bottom: 2px solid #2098d1;
  margin-bottom: 0px;

}

.resume-block ul {
  padding-left: 0px;
}

.resume-block li {
  padding: 15px;
  font-size: 14px;
  color: #313131;
  line-height: 150%;
  list-style: none;
  border-bottom: 1px dashed #cccccc;
}

.resume-block li > ul {
  margin: 10px 0px 0px 15px;
}

.resume-block li > ul > li {
  padding: 5px 0px;
  font-size: 12px;
  color: #666666;
  line-height: 150%;
  border-bottom: none;
}


/*
/* service parts
/*/

.stella-services p {
  line-height: 180%;
  font-size: 13px;
}

.stella-services > .text-wrapper {
  max-width: 580px;
  margin: 30px auto 50px auto;
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 10px;
}


@media screen and (max-width: 767px) {
  .stella-services > .text-wrapper {
    width: 100%;
    margin: 15px auto 30px auto;
    padding: 20px;
  }
}

.service-type {
  padding: 0px 15px;
  margin-bottom: 50px;
}

.service-type h3 {
  font-size: 18px;
  color: #2098d1;
  border-bottom: 2px solid #2098d1;
  padding-bottom: 6px;
}

.service-type h4 {
  font-size: 14px;
  font-weight: 600;
  color: #516772;
}
.service-sub-section {
  margin: 30px auto;
}


/*
/*
/* ceo profile
/*
/*/

.ceo-profile {
  overflow: hidden;
  background-color: #f2f2f2;
  padding-top: 15px;
  margin-bottom: 30px;
  max-width: 750px;
  margin: 0 auto;
}

.ceo-profile img {
  max-height: 280px;
  display: block;
  margin: 0 auto;
}

.ceo-title-wrapper .name-jp {
  color: #2098d1;
  font-size: 24px;
  font-weight: 700;
}

.ceo-title-wrapper .name-en {
  color: #666666;
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

.ceo-title-wrapper h3 {
  margin: 0px 0px 10px 0px;
}

.ceo-title-wrapper h4 {
  margin-top: 15px;
  font-size: 14px;
  color: #333333;
}

.ceo-description-text-wrapper {
  font-size: 12px;
  color: #000000;
  line-height: 180%;
  margin: 15px auto;
  border-top: 1px solid #cccccc;
  padding: 15px 5px;
}

.img-profile {
  margin-top: 10px;
}

.ceo-greeting {
  max-width: 750px;
  margin: 0 auto;
  background-color: #f3aab5;
  background-position: bottom right;
  overflow: hidden;
}

.ceo-signature {
  float: right;
}

.ceo-greeting-text-wrapper {
  padding: 30px;
}

.img-ceo-side {
  float: right;
  clear: right;
  padding: 40px 0px 0px 40px;
  max-height: 450px;
}

@media screen and (max-width: 400px) {

  .ceo-profile {
    padding-top: 0px;
  }

  .ceo-profile img {
    height: auto;
  }

  .responsive-break {
    display: block;
    width: 100%;
  }

  .responsive-break-wide-photo {
    margin: 15px auto 30px auto;
  }

  .img-profile {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .img-ceo-side {
    max-height: 220px;
    padding: 0px 20px 0px 0px;
  }

  .mobile-sign {
    padding: 0 30px;
  }
}


/*
/* contact form 
/*/

.wpcf7-form {
  padding: 25px;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  max-width: 750px;
  margin: 0 auto;
}

.checkbox input[type="checkbox"] {
  margin-top: 9px;
}

.contact-blurb {
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}

.policy-box {
  height: 200px;
  background-color: #ffffff;
  overflow: scroll;
  padding: 15px;
  font-weight: normal;
  margin-bottom: 30px;
}

.policy-box h4 {
  font-size: 14px;
}

.glyphicon-warning-sign {
  padding-right: 3px;
}

.mail-address-warning {
  border-radius: 5px;
  background-color: #ffffff;
  display: block;
  color: #2098d1;
  padding: 5px;
  font-size: 12px;
  margin: 30px auto;
  width: 300px;
  text-align: center;
}

.red-warning {
  color: #a94442;
  font-size: 12px;
}

.btn-primary {
  width: 100%;
  background: #2098d1;
  border: none;
}

@media screen and (max-width: 400px) {
  .mail-address-warning {
    width: 100%;
  }

  .wpcf7-form {
    padding: 10px;
  }

  .responsive-break-mailform {
    display: block;
  }
}

.glyphicon-th-list {
  color:#2098d1; 
}

.wpcf7-form h1 {
  background: none;
  box-shadow: none;
  font-size: 18px;
  padding: 15px;
  line-height: 180%;
}

.entry-content {
  padding: 15px;
}

/*
/* site footer 
*/

.site-footer {
  background-color: #e3eeff;
  padding: 15px;
  margin-top: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-menu {
  text-align: right;
}

.footer-menu li {
  display: inline-block;
  padding: 0px 15px;
  font-size: 12px;
}

.footer-menu .current-menu-item a {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    display: none;
  }

  .footer-menu {
    text-align: left;
  }

  .footer-menu li {
    display: block;
    padding-left: 0px;
    margin: 10px auto;
  }
}

/*
/* blog pages
*/

.blog-page-template {
  margin-top: 30px;
}

.blog-pages {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 7px;
}

/*.blog-pages .category,
.blog-pages .tags{
  border-top: 1px dotted #f2f2f2;
  padding-top: 5px;
}*/


.blog-pages h1 {
  line-height: 180%;
  text-align: left;
  padding-top: 15px;
  padding: 0;
  margin-bottom: 0;
}


.blog-pages h2,
.blog-pages h2 a{
  font-size: 18px;
  color: #616161;
  margin-bottom: 15px;
  text-decoration: underline;
}



.the-content {
  line-height: 200%;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 0px 15px;
}

.the-content p {
  margin-bottom: 15px;
}

.the-content ul {
  padding-left: 5px !important;
}

.blog-blocks {
  border-top: 1px dashed #f2f2f2;
  padding-top: 15px;
}

@media screen and (max-width: 400px) {
  .the-content {
    padding: 0px;
  }
}

/*
/*
/* pagination
*
*/
#pagination {
  padding: 15px 0px;
  text-align: center;
}

#pagination .screen-reader-text {
  display: none;
}

#pagination .page-numbers {
  font-size: 18px;
  padding: 0px 15px;
}

/*
/*
/* side-title
*
*/

.side-title {
  font-size: 18px;
  color: #616161;
  font-weight: 300;
  border-bottom: 1px solid #616161;
  padding-bottom: 5px;
}

#sidebar a {
  line-height: 200%;
}

/*
/*
/* single
*
*/

.single h1,
.single .title {
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}

.single h2 {
  font-size: 18px;
}

.single blockquote {
  font-size: 14px;
}


.single .the-content ol {
  padding-left: 25px;
}

.single .the-content li {
  list-style-type: circle;
  margin-bottom: 15px;
}

.single #content {
  margin-top: 15px;
}

.single .time-class {
  border-bottom: 1px solid #666666;
  padding-bottom: 15px;
}


.koushin-jyouhou .no-info,
.oshirase .no-info {
  padding: 30px 0px 15px 0px;
  color: #616161;
  text-align: center;
}

.footer-menu .sub-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .sub-menu {
    padding-right:15px;
  }
}

.the-content img {
  max-width: 100%;
  height: auto;
}

.stretch-box-wrapper {
  margin: 0px -15px 20px -15px;
}

.stretch-box {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.stretch-box img {
  height: 200px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.stretch-box-wrapper a h3,
.stretch-box-wrapper a p {
  color: #555;
}

.stretch-box-wrapper a h3 {
  text-align: center;
  font-size: 18px;
}

.stretch-box-wrapper a p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 150%;
}

.stretch-text-wrapper {
  height: 80px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1000px) {
  .stretch-text-wrapper {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .stretch-text-wrapper {
    height: auto;
  }
}

.btn-top {
  background-color: #77c4e8;
  padding: 10px;
  color: white;
  border-radius: 10px;
  text-align: center;
  float: right;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.btn-top:hover, 
.btn-top:focus, 
.btn-top:active {
  background-color: #2098d1;
  color: white;
}





