/*
 Theme Name:   AOI:Morinodenryoku
 Template:     aoi
*/

/* ---

 COMMON

 -------------- */

body {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead {
  font-weight: 400;
}

.alert {
  border-width: 0 0 0 6px;
  background-color: #fff !important;
  color: inherit !important;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.btn-sns {
  font-size: 28px;
  text-decoration: none !important;
}

.btn-lg {
  border-radius: 4px;
  line-height: 48px;
  padding: 0 12px;
  font-size: 16px;
  width: 240px;
  max-width: 100%;
  transition: background-color 0.3s ease;
  position: relative;
}

.btn-lg .aoiicon-arr-right2 {
  position: absolute;
  right: 10px;
  line-height: 48px;
}

.aoi-label-new {
  vertical-align: top;
  font-weight: 400;
  display: inline-block;
  padding: 0;
  font-size: 10px;
  line-height: 32px;
  width: 32px;
  border-radius: 16px;
}

.widget_aoi_widget_recent_posts .media.new {
  position: relative;
}

.widget_aoi_widget_recent_posts .media.new .media-heading {
  padding-right: 32px;
}

.widget_aoi_widget_recent_posts .media.new .aoi-label-new {
  position: absolute;
  top: 0;
  right: 0;
}

.widget_aoi_widget_recent_posts .media + .media {
  border-top: solid 1px #eee;
  padding: 15px 0 0;
}

.sitemap li {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .aoi-shop {
    display: table;
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
  }
  .aoi-shop dl {
    display: table-row;
  }
  .aoi-shop dl > dt {
    width: 1%;
    white-space: nowrap;
  }
  .aoi-shop dl > dd,
  .aoi-shop dl > dt {
    font-weight: 400;
    padding: 15px 10px;
    display: table-cell;
    border-top: solid 1px #ccc;
  }
}

.h4.entry-title {
  margin: 30px 0;
}

.entry-footer {
  margin: 15px 0 0;
  border-top: solid 1px #ebebeb;
  padding: 15px 0 0;
}

article.hentry + article.hentry {
  border-top: solid 1px #ebebeb;
  margin: 15px 0 0;
}

/* ---

 Reset form

 -------------- */

.password-input-wrapper.show-password #pass1 {
  display: none;
}

#pass-strength-result {
  display: block;
  font-size: 12px;
  line-height: 20px;
  background: #f5f5f5;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#pass-strength-result.short {
  background-color: #d9534f;
}

#pass-strength-result.bad {
  background-color: #f0ad4e;
}

#pass-strength-result.good {
  background-color: #5bc0de;
}

#pass-strength-result.strong {
  background-color: #5cb85c;
}

/* ---

　CUSTOM

 -------------- */

.aoi-navbar .navbar-brand {
  padding: 10px 15px;
}

.aoi-navbar .navbar-brand > img {
  height: 40px;
  width: auto;
}

.aoi-bg-main {
  padding: 60px 0 0;
}

.morino-middle .morino-slide-logo {
  height: auto;
  width: 30%;
  max-width: 200px;
}

.morino-middle img + .slide-caption-middle {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.morino-welcome-index .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0 0 20px;
}

.morino-welcome-index .thumbnail .caption {
  padding: 0;
}

.morino-welcome-index .thumbnail .img-circle {
  margin: 0 auto 10px;
  width: 80%;
}

.morino-welcome-index .thumbnail .h3 {
  font-size: 16px;
}

.morino-welcome-index .thumbnail .h3 > b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  padding: 0 0 5px;
}

.morino-welcome-index .thumbnail .h3 small {
  display: block;
  font-size: 13px;
}

.morino-chart-wrap {
  height: 640px;
}

.morino-chart-wrap {
  height: auto;
}

.morino-chart-h320 .morino-chart-wrap {
  height: 320px;
}

.morino-chart-h480 .morino-chart-wrap {
  height: 480px;
}

.morino-chart-h640 .morino-chart-wrap {
  height: 640px;
}

.morino-chart-legend {
  overflow: auto;
  text-align: center;
}

.morino-chart-legend ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}

.morino-chart-legend ul > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 20px;
  font-size: 12px;
  cursor: pointer;
}

.morino-chart-legend ul > li.strike {
  text-decoration: line-through;
}

.morino-chart-legend ul > li span {
  display: inline-block;
  padding: 0;
  margin: 4px 0.5em;
  height: 12px;
  width: 20px;
  border-radius: 6px;
  vertical-align: bottom;
}

.morino-chart-legend ul > li.morino-target span {
  display: inline-block;
  padding: 0;
  margin: 4px 0.5em;
  height: 12px;
  width: 20px;
  border-radius: 0;
  vertical-align: bottom;
}

.morino-flow .col-sm-4 img {
  width: 150px;
  max-width: 100%;
}

.morino-flow .col-sm-4 + .col-sm-4:before {
  position: static;
  display: block;
  text-align: center;
  font-size: 20px;
  content: "\e252";
  font-family: "Glyphicons Halflings";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.widget-caption {
  margin: 15px 0 0 0;
}

.widget-header,
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.page-header .h1,
.widget-title {
  font-size: 24px;
  line-height: 30px;
}

.page-header .h1 > small,
.widget-title > small {
  color: inherit;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.js-page-top {
  text-align: center;
  display: block;
  padding: 6px;
}

.js-page-top {
  text-decoration: none !important;
  font-size: 24px;
  line-height: 24px;
}

.js-page-top span {
  display: block;
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 12px;
}

@media (min-width: 768px) {
  body {
    font-family: "Noto Sans JP", "Lato", sans-serif;
  }
  .aoi-navbar .navbar-nav > li > a {
    padding: 20px 15px;
  }
  .widget-header,
  .page-header {
    text-align: left;
  }
  .page-content .widget-header,
  #site-footer .widget-header {
    margin: 20px 0;
  }
  .page-header .h1,
  .widget-title {
    font-size: 18px;
    line-height: 28px;
  }
  .page-header .h1 > small,
  .widget-title > small {
    color: inherit;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 6px 10px;
    padding: 0 0 0 10px;
    border-left: solid 1px #555;
  }
  .page-content h3,
  .page-content h2 {
    font-size: 18px;
    font-weight: 500;
  }
  .page-content h5,
  .page-content h4 {
    font-size: 16px;
    /* text-decoration: underline; */
  }
  .page-content .lead {
    font-size: 16px;
    font-weight: 400;
  }
  .js-page-top {
    position: fixed;
    bottom: 0;
    right: 15px;
  }
  .morino-flow .col-sm-4 img {
    width: 150px;
    max-width: 100%;
  }
  .morino-flow .col-sm-4 + .col-sm-4 {
    position: relative;
  }
  .morino-flow .col-sm-4 + .col-sm-4:before {
    position: absolute;
    display: block;
    top: 50%;
    left: -10px;
    margin: -10px 0;
    font-size: 20px;
    content: "\e072";
    font-family: "Glyphicons Halflings";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .morino-shop.aoi-shop dl:first-child > dd,
  .morino-shop.aoi-shop dl:first-child > dt,
  .media .aoi-shop dl:first-child > dd,
  .media .aoi-shop dl:first-child > dt {
    border-top: none;
  }
}

@media (min-width: 992px) {
  .js-mainvisual-position-full {
    margin: -60px 0 0;
  }
}

@media (min-width: 1200px) {
}

/* ---

 END

 -------------- */
