@charset "UTF-8";
/* line 5, ../scss/lp-style.sass */
h1, h2 {
  line-height: 1;
}

/* line 7, ../scss/lp-style.sass */
.contentsWrapper {
  background-color: #FFF;
  background-image: none;
}

/* line 11, ../scss/lp-style.sass */
.lp-header .inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 900px;
}
/* line 15, ../scss/lp-style.sass */
.lp-header__logo {
  float: left;
}
/* line 17, ../scss/lp-style.sass */
.lp-header__logo-text {
  font-size: 12px;
}
/* line 19, ../scss/lp-style.sass */
.lp-header__phone {
  float: right;
}

/* line 21, ../scss/lp-style.sass */
.intro {
  background-color: #44546a;
  color: #fff;
  min-width: 100%;
  margin-bottom: 20px;
  padding: 40px 0 30px;
  overflow: hidden;
}
/* line 28, ../scss/lp-style.sass */
.intro .inner {
  width: 900px;
  position: relative;
  padding: 0 20px;
}
/* line 32, ../scss/lp-style.sass */
.intro__title {
  margin-bottom: 20px;
}
/* line 34, ../scss/lp-style.sass */
.intro__title--big {
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
}
/* line 38, ../scss/lp-style.sass */
.intro__title--small {
  font-size: 38px;
  font-weight: bold;
}
/* line 41, ../scss/lp-style.sass */
.intro__list {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 18px;
}
/* line 45, ../scss/lp-style.sass */
.intro__text {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
/* line 49, ../scss/lp-style.sass */
.intro__badge {
  position: absolute;
  top: 0px;
  right: 20px;
}

/* line 53, ../scss/lp-style.sass */
.btn-box {
  *zoom: 1;
  background-color: #ff9933;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 25px 20px 23px;
  position: relative;
  box-shadow: 0 0 10px black;
	display: table;
}
/* line 38, ../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.btn-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 61, ../scss/lp-style.sass */
.btn-box__lead {
	display: table-cell;
	vertical-align: middle;
	width: 670px;
}
/* line 64, ../scss/lp-style.sass */
.btn-box__lead-text {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
/* line 68, ../scss/lp-style.sass */
.btn-box__badge {
  background: no-repeat #44546a url("/lp/img/btn_arrow.png") 10px center;
  padding: 15px 15px 15px 70px;
	display: table-cell;
	vertical-align: middle;
}
/* line 72, ../scss/lp-style.sass */
.btn-box__badge-text {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
/* line 77, ../scss/lp-style.sass */
.btn-box__badge-text--strong {
  color: yellow;
}
/* line 79, ../scss/lp-style.sass */
a:hover .btn-box {
  background-color: rgba(255, 153, 51, 0.5);
  box-shadow: 0 0 0 white;
}
/* line 82, ../scss/lp-style.sass */
a:hover .btn-box__badge {
  background-color: #002456;
}

/* line 86, ../scss/lp-style.sass */
.arrow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 95, ../scss/lp-style.sass */
.arrow:after {
  content: " ";
  top: -40px;
  left: 50%;
  margin-left: -80px;
  width: 0;
  height: 0;
  border-top: solid 60px yellow;
  border-right: solid 80px transparent;
  border-bottom: solid 80px transparent;
  border-left: solid 80px transparent;
}

/* line 110, ../scss/lp-style.sass */
.section-box {
  overflow: hidden;
  *zoom: 1;
  bacground-color: #2e75b6;
  border: 2px solid #2e75b6;
  margin-bottom: 20px;
  padding: 0 0 30px;
}
/* line 116, ../scss/lp-style.sass */
.section-box__title {
  background-color: #2e75b6;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px;
}
.section-box__title--big{
	font-size: 40px;
}
/* line 123, ../scss/lp-style.sass */
.inheritance {
  *zoom: 1;
  background-color: #FFF2CC;
  position: relative;
  padding: 25px 0 30px;
  margin: 50px 0 20px;
}
/* line 38, ../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.inheritance:after {
  content: "";
  display: table;
  clear: both;
}
/* line 129, ../scss/lp-style.sass */
.inheritance__title {
  color: #2e75b6;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.2;
}
/* line 136, ../scss/lp-style.sass */
.inheritance__title-balloon {
  position: absolute;
  top: -26px;
  left: 200px;
}
/* line 140, ../scss/lp-style.sass */
.inheritance__text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 19px;
}
/* line 145, ../scss/lp-style.sass */
.inheritance__text--strong {
  color: #f00;
}
/* line 147, ../scss/lp-style.sass */
.inheritance__example {
  display: table;
  margin: auto;
	text-align: center;
}
.inheritance__example img{
	margin-bottom: 5px;
}

/* line 150, ../scss/lp-style.sass */
.three-box {
  border: 2px solid #000066;
  float: left;
  margin: 0 10px;
  padding: 15px 12px;
  position: relative;
  width: 256px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
/* line 159, ../scss/lp-style.sass */
.three-box:first-of-type {
  margin-left: 20px;
}
/* line 161, ../scss/lp-style.sass */
.three-box:last-of-type {
  margin-right: 20px;
}
/* line 163, ../scss/lp-style.sass */
.three-box__number {
  border-radius: 25px;
  background-color: #000066;
  box-sizing: border-box;
  color: yellow;
  display: block;
  font-weight: bold;
  font-size: 28px;
  height: 50px;
  width: 50px;
  padding-top: 3px;
  position: absolute;
  top: -18px;
  left: -10px;
  text-align: center;
}
/* line 178, ../scss/lp-style.sass */
.three-box__title {
  margin-top: 26px;
  margin-bottom: 15px;
  font-size: 40px;
  color: #000066;
  line-height: 1;
  font-weight: bold;
}
/* line 185, ../scss/lp-style.sass */
.three-box__text {
  font-size: 16px;
}
/* line 187, ../scss/lp-style.sass */
.three-box__strong {
  background: url("/lp/img/balloon_bg.png") no-repeat center center;
  width: 240px;
  height: 102px;
  position: absolute;
  display: block;
  padding: 32px 0 0;
  box-sizing: border-box;
  text-align: center;
  top: -40px;
  right: -11px;
  font-size: 15px;
  font-weight: bold;
  color: #F50202;
}
/* line 201, ../scss/lp-style.sass */
.three-box__strong--03 {
  background: #FF0;
  border: 2px solid #2E75B6;
  color: #2E75B6;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -10px;
  right: 5px;
  width: 180px;
  height: 27px;
  text-align: center;
  padding: 5px 0 0;
  border-radius: 10px;
}
/* line 215, ../scss/lp-style.sass */
.three-box__strong--03:after, .three-box__strong--03:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 224, ../scss/lp-style.sass */
.three-box__strong--03:after {
  border-top-color: #ffff00;
  border-width: 8px;
  margin-left: -80px;
}
/* line 228, ../scss/lp-style.sass */
.three-box__strong--03:before {
  border-top-color: #2E75B6;
  border-width: 10px;
  margin-left: -82px;
}

/* line 232, ../scss/lp-style.sass */
.trouble-box {
  margin: 0 20px 20px;
  padding-top: 1px;
  clear: both;
}
/* line 236, ../scss/lp-style.sass */
.trouble-box--04 {
	margin-bottom: 0;
}
/* line 238, ../scss/lp-style.sass */
.trouble-box__num {
  background-color: #440e6a;
  color: yellow;
  font-size: 28px;
  border-radius: 10px;
  padding: 5px 10px;
  float: left;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-right: 15px;
}
/* line 249, ../scss/lp-style.sass */
.trouble-box__num-text {
  font-size: 14px;
  display: block;
  float: left;
  margin-right: 5px;
}
/* line 254, ../scss/lp-style.sass */
.trouble-box__title {
  color: #000066;
  font-weight: bold;
  font-size: 32px;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 260, ../scss/lp-style.sass */
.trouble-box__text {
  overflow: hidden;
  margin: 0 40px 0 116px;
  font-size: 18px;
}
/* line 264, ../scss/lp-style.sass */
.trouble-box__img {
  float: right;
  margin-left: 15px;
}
/* line 267, ../scss/lp-style.sass */
.trouble-box__img--01 {
}
/* line 269, ../scss/lp-style.sass */
.trouble-box__img--04 {
  margin-top: -40px;
}
