@charset "UTF-8";


/* Layout
   ========================================================================== */
#global-header {
  background: none;
}

#global-header.sticky {
  background: #fff;
}

#sitelogo a { background: url(../images/logo.png) no-repeat left top; }

#gnav > ul > li > a,
.open-search span {
  color: #FFF;
}

#container {
  padding-right: 30px;
  padding-top: 30px;
}

#page-content {
  padding-top: 0;
}

#footer {
  margin: 0 30px 100px 280px;
}

.topicpath {
  margin-left: 260px;
}

/* Contet
   ========================================================================== */
#home-top-main {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 600px;
  color: #FFF;
  text-align: center;
  margin-top: -35px;
}

#home-top-main .clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#home-top-main .bg {
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

.bg-span {
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#home-top-main #lead-wrap {
  float: none;
  display: table;
  margin: 35px auto;
  width: 800px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#home-top-main #lead {
  display: table-cell;
  position: relative;
  padding-left: 15px;
  padding-bottom: 20%;
  vertical-align: middle;
  text-align: center;
}

#home-top-main #lead h1 {
	margin-top: -25px;
	background:url(../images/home/point3.png) no-repeat center top;
	padding-top:60px;	
  font-size: 44px;
  line-height: 1.2;
}

/* 価格 */
#home-top-main #lead p {
	display:none;
}

#home-top-main #lead p {
  font-size: 18px;
  font-weight: bold;
}

#home-top-main .btn-group .btn {
  margin: 0 20px;
  padding: 1.2em 0;
  font-size: 14px;
  width: 240px;
  font-weight: bold;
}

#home-top-main .btn-group .btn:first-child {
  margin-left: 0;
}

#service-point {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
}

#service-point .icon-display {
  font-size: 44px;
  margin-bottom: -5px;
}

#service-point .icon-settings {
  font-size: 44px;
}

#service-point .icon-study {
  font-size: 44px;
}

#service-point .thumbs-up {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/ic-thumbs-up.png) no-repeat left top;
}

#service-point a {
  color: #FFF;
  text-decoration: none;
}

#service-point h2 a:hover {
  text-decoration: none;
}

#service-point a:hover {
  text-decoration: underline;
}

#home-top-main #service-point h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
}

#home-top-main #service-point.col-wrap {
  box-sizing: border-box;
  width: 100%;
}

#home-top-main #service-point .col > i {
  height: 60px;
  vertical-align: top;
  display: inline-block;
}

#home-top-main #service-point i span {
  font-size: 40px;
  display: inline-block;
  margin-top: -5px;
  font-weight: normal;
}

#home-top-main #service-point .col {
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 25%;
  height: 150px;
  min-height: 1px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#home-top-main #service-point .col:last-child {
  border-right: none;
}

#home-top-main #service-point .col::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#service-point .cover {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-bottom: 120px;
  background: #FFF;
}

#service-point .cover .thumbs-image {
  width: 100%;
}

#service-point .col:hover i {
  display: none;
}

#service-point .col:hover h2,
#service-point .col:hover a {
  position: relative;
  z-index: 1;
  color: #00345b;
  transition: none;
}

/* news */
.article-wrapper {
  width: 100%;
}

#news-entries.section {
	padding-bottom:0;
}

#news-entries .article-wrapper article {
  float: left;
  width: 50%;
}

#news-entries .article-wrapper article {
  margin: 0px;
}

#news-entries .article-wrapper > article:nth-child(odd) {
  clear: left;
  padding-right: 25px;
}

#news-entries .article-wrapper > article:nth-child(even) {
  padding-left: 25px;
  padding-right: 0px;
}

#news-entries .post-thumbnail {
  border: none;
  margin-right: 15px;
  float: left;
}

#ranking-entries {
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}
