@charset "UTF-8";
/* CSS Document */
/* Bootstrapのグリッドレイアウトの数値 */
/*
col-sm- （モバイル）
@media (min-width: 576px)
～767px

col-md- （タブレット）
@media (min-width: 768px)
768px～991px

col-lg- （デスクトップ）
@media (min-width: 992px)
992px～1199px

col-xl- （デスクトップ）
@media (min-width: 1200px)
1200px～
*/
/* 変数定義
========================================================================== */
/* ミックスイン
========================================================================== */
/* キービジュアル
========================================================================== */
.keyVisual {
  background: #011333 url(../img/img_bg_keyvisual_sp.jpg);
  background-size: cover;
  text-align: center;ribon
  padding: 3% 0 0;
  margin-bottom: 0;
}
.keyVisual .keyVisual_message {
  width: auto;
  padding: 0 4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .keyVisual {
    padding: 40px 0 0;
    background: url(../img/img_bg_keyvisual_pc.jpg);
    background-size: cover;
  }
  .keyVisual .keyVisual_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
  }
}

/* 全体背景
========================================================================== */
.bg_blue {
  background: #10152c;
  background: -moz-linear-gradient(left, #10152c 0%, #354077 51%, #10152c 100%);
  background: -webkit-linear-gradient(left, #10152c 0%, #354077 51%, #10152c 100%);
  background: linear-gradient(to right, #10152c 0%, #354077 51%, #10152c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10152c', endColorstr='#10152c',GradientType=1 );
}

/* CTA
========================================================================== */
.cta {
  background: url("../img/img_bg_cta.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}
.cta .section_body {
  padding-top: 20px;
}
.cta .cta_inner {
  background: rgba(0, 0, 0, 0.3);
  border-left: 1px solid #ebaf05;
  border-right: 1px solid #ebaf05;
  position: relative;
}
.cta .cta_inner::before, .cta .cta_inner::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
}
.cta .cta_inner::before {
  top: 0;
}
.cta .cta_inner::after {
  bottom: 0;
}
.cta .contactForm {
  padding: 20px;
}
.cta h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #bfaa67;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .cta h2 {
    /* IE10,11用 */
    background: none;
    color: #fff;
  }
}
.cta .txt {
  padding: 0 16px;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}
.cta .txt::before, .cta .txt::after {
  position: absolute;
  content: "";
  display: inline-block;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #e42a2a transparent transparent transparent;
  top: 20px;
}
.cta .txt::before {
  left: 0;
}
.cta .txt::after {
  right: 0;
}
.cta .input {
  margin-bottom: 16px;
}
.cta input[type="text"] {
  background: #fff;
  border: 1px solid #a1a1a1;
  padding: 4px 8px;
  width: 100%;
  color: #1e1e2a;
}
.cta input[type="text"]:placeholder-shown {
  background: #ffe5fc;
}
.cta button {
  width: 80%;
  max-width: 260px;
  margin: 0 auto 16px;
  color: #52390a;
  background: #ae883f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ae883f 0%, #caad75 25%, #f7e1b6 50%, #caad75 74%, #ae883f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ae883f 0%, #caad75 25%, #f7e1b6 50%, #caad75 74%, #ae883f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ae883f 0%, #caad75 25%, #f7e1b6 50%, #caad75 74%, #ae883f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae883f', endColorstr='#ae883f',GradientType=0 );
  /* IE6-9 */
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  padding: 8px 0;
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
}
.cta button::before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 30px;
  height: 300px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff white, rgba(255, 255, 255, 0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
}

  .cta .ribon {
		position:relative;
		width:100%;
  }
		 .cta .ribon p {
		position:absolute;
    width:100%;
		text-align:center;
    color:#222;
		margin:0;
		padding-top:0.6%;
		font-weight:600;
		font-family: 'Noto Serif JP', serif;
	  font-size:1.4rem;
  }
	
@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.cta button:hover {
  background: #ad9362;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ad9362 0%, #c9b99d 25%, #f4efe6 51%, #c9b99d 75%, #ad9362 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ad9362 0%, #c9b99d 25%, #f4efe6 51%, #c9b99d 75%, #ad9362 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ad9362 0%, #c9b99d 25%, #f4efe6 51%, #c9b99d 75%, #ad9362 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad9362', endColorstr='#ad9362',GradientType=0 );
  /* IE6-9 */
}
.cta .caution {
  font-size: 1.2rem;
}


@media screen and (min-width: 768px) {
  .cta .section_body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta .ribon {
    width: 80%;
    max-width: 520px;
    margin: 0 auto 16px;
		position:relative;
  }
		 .cta .ribon p {
		margin:0;
		padding-top:5px;
	  font-size:2rem;
  }
  .cta .contactForm {
    padding: 20px 20px 30px;
  }
  .cta .txt {
    padding: 0;
  }
  .cta .txt::before, .cta .txt::after {
    border-width: 16px 10px 0 10px;
    top: 5px;
  }
  .cta .txt::before {
    left: 18px;
  }
  .cta .txt::after {
    right: 18px;
  }
  .cta input[type="text"] {
    width: calc(70% - 10px);
    margin-left: 10px;
  }
  .cta .caution {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .cta .txt::before, .cta .txt::after {
    border-width: 19px 12px 0 12px;
    top: 6px;
  }
  .cta .txt::before {
    left: 30px;
  }
  .cta .txt::after {
    right: 30px;
  }
	.cta .ribon p {
	  font-size:2.2rem;
  }

}
@media screen and (min-width: 1200px) {
  .cta .txt::before {
    left: 40px;
  }
  .cta .txt::after {
    right: 40px;
  }
  .cta .input {
    text-align: center;
  }
  .cta input[type="text"] {
    width: calc(60% - 10px);
  }
	.cta .ribon p {
	  font-size:2.2rem;
  }
}

/* 注意
========================================================================== */
.attention {
  position: relative;
  margin-bottom: 70px;
}
.attention .attention_ttl {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.attention .strong {
  font-size: 1.8rem;
  color: #e42a2a;
}
.attention::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
  width: 1px;
  height: 80px;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 1%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 1%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 1%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
  -webkit-animation: arrow 2s ease 0s infinite normal;
  animation: arrow 2s ease 0s infinite normal;
  transform-origin: top center;
}
@keyframes arrow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
}
@media screen and (min-width: 768px) {
  .attention .strong {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .attention .strong {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .attention .attention_ttl {
    text-align: center;
  }
  .attention::before {
    bottom: -80px;
  }
}

/* .section01 ぬぐい切れない将来への不安はありませんか？
========================================================================== */
.section01 .section_body {
  padding-bottom: 0;
}
.section01 .anxiety_list {
  margin-right: -20px;
  padding-right: 20px;
  background: url("../img/img_bg_section01.png") no-repeat;
  background-size: contain;
  background-position: right;
}
.section01 li {
  margin-left: 36px;
  position: relative;
  margin-bottom: 12px;
}
.section01 li::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 23px;
  height: 24px;
  background: url("../img/icon_check.png") no-repeat center;
  background-size: cover;
  left: -36px;
}
.section01 .strong {
  font-size: 1.8rem;
  text-decoration: underline #e42a2a;
}
@media screen and (min-width: 768px) {
  .section01 {
    padding: 40px 30px;
  }
  .section01 li {
    margin-left: 48px;
    margin-bottom: 24px;
  }
  .section01 li::before {
    width: 30px;
    height: 31px;
    left: -48px;
    top: -3px;
  }
  .section01 .strong {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section01 .strong {
    font-size: 2.4rem;
  }
}

/* .section02 豊かな生活ができる国に住んでいるはずなのに
========================================================================== */
.section02 .bg {
  padding-top: 20px;
  background: url("../img/img_bg_section02.png") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .section02 .bg {
    background-position-y: 50%;
  }
}

/* .section03 貯金や年金だけでは生活できない時代
========================================================================== */
.section03 {
  margin-bottom: 0;
}
.section03 .txt01 {
  margin-bottom: 20px;
}
.section03 img {
  margin-bottom: 20px;
}

/* .section04 ミリオネアカレッジで初心者でも純資産1億円が目指せる3つの理由
========================================================================== */
.section04 .point {
  margin-bottom: 30px;
}
.section04 .point:last-of-type {
  margin-bottom: 0;
}
.section04 .point_list {
  background: rgba(0, 0, 0, 0.3);
  border-left: 1px solid #ebaf05;
  border-right: 1px solid #ebaf05;
  position: relative;
}
.section04 .point_list::before, .section04 .point_list::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
}
.section04 .point_list::before {
  top: 0;
}
.section04 .point_list::after {
  bottom: 0;
}
.section04 .point_list-inner {
  padding: 20px;
}
.section04 .point_list-sttl {
  margin-bottom: 12px;
}
.section04 .point_list-sttl span {
  position: relative;
  font-size: 2.4rem;
  font-family: "Times New Roman", Times, "serif";
  color: #bfaa67;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .section04 .point_list-sttl span {
    /* IE10,11用 */
    background: none;
    color: #fff;
  }
}
.section04 .point_list-sttl span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 1%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 1%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 1%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
}
.section04 h3 {
  margin-bottom: 8px;
  line-height: 1.4;
}
.section04 .txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section04 .point {
    margin-bottom: 0;
  }
}

/* .section05 他の数ある株式投資の講座と明確な違いがあります
========================================================================== */
.section05 .difference {
  margin-bottom: 20px;
}
.section05 .difference h3 {
  padding: 12px 0 12px 20px;
  margin-bottom: 0;
  border: 1px solid #1e1e2a;
}
.section05 .difference p {
  padding: 20px;
  color: #1e1e2a;
  border-left: 1px solid #1e1e2a;
  border-right: 1px solid #1e1e2a;
  border-bottom: 1px solid #1e1e2a;
}
.section05 .difference_normal h3 {
  background: #6e7289;
}
.section05 .difference_normal p {
  background: #fff;
}
.section05 .difference_college h3 {
  background: #556993;
  /* Old browsers */
  background: -moz-linear-gradient(top, #556993 0%, #293a60 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #556993 0%, #293a60 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #556993 0%, #293a60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556993', endColorstr='#293a60',GradientType=0 );
  /* IE6-9 */
}
.section05 .difference_college span {
  color: #bfaa67;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .section05 .difference_college span {
    /* IE10,11用 */
    background: none;
    color: #fff;
  }
}
.section05 .difference_college p {
  background: #f4f1e9;
}
@media screen and (min-width: 768px) {
  .section05 .difference {
    padding-left: 0;
    padding-right: 0;
  }
  .section05 .difference h3 {
    text-align: center;
    padding: 16px 0;
  }
  .section05 .difference h3:nth-of-type(1), .section05 .difference h3:nth-of-type(2) {
    border-right: none;
  }
  .section05 .difference p:nth-of-type(1), .section05 .difference p:nth-of-type(2) {
    border-right: none;
  }
}

/* .section06 本気でお金のことを学べば豊かに生活することは間違いなくできます
========================================================================== */
.section06 {
  background: url("../img/img_bg_section06Left.png") no-repeat center;
  background-size: contain;
  background-position: left 0 top 40px;
}
.section06 .bg_right {
  background: url("../img/img_bg_section06Right.png") no-repeat center;
  background-size: contain;
  background-position: right 0 bottom 550px;
}
.section06 .txt02,
.section06 .txt03 {
  margin-bottom: 40px;
}
.section06 .txt03 {
  background: url("../img/img_bg_section06Center.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 8px 0 20px 8px;
}
.section06 .txt03 p {
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.section06 .red01 {
  color: #ffb4b4;
}
.section06 .red02 {
  color: #ed8484;
}
.section06 .red03 {
  color: #e85858;
}
.section06 .red04 {
  color: #e83b3b;
}
.section06 .red05 {
  color: #e42a2a;
}
@media screen and (min-width: 768px) {
  .section06 {
    background-size: 50%;
    background-position: left 0 top 40px;
  }
  .section06 .bg_right {
    background-size: 50%;
  }
  .section06 .txt03 {
    background-size: cover;
    padding: 20px 0 80px 20px;
  }
  .section06 .txt03 p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .section06 {
    background-size: 40%;
    background-position: left 0 top 80px;
  }
  .section06 .bg_right {
    background-size: 40%;
    background-position: right 0 bottom 650px;
  }
  .section06 .txt03 {
    padding-bottom: 160px;
  }
  .section06 .txt03 p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section06 .txt03 {
    padding-bottom: 190px;
  }
}

/* .section07 本物の5％の投資家とは？
========================================================================== */
.section07 .bg {
  background: url("../img/img_bg_section07.png") no-repeat center bottom;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .section07 .bg {
    background-size: cover;
    background-position: center bottom -50px;
  }
}
@media screen and (min-width: 1200px) {
  .section07 .bg {
    background-position: center bottom -180px;
  }
}

/* .section08 複利の魔法
========================================================================== */
.section08 {
  margin-bottom: 0;
}
.section08 .bg {
  background: url("../img/img_bg_section08.png") no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.section08 .txt01,
.section08 .txt02 {
  margin-bottom: 40px;
}
.section08 .txt02 p {
  margin-bottom: 12px;
}

/* .section09 世界一の投資家 ウォーレン・バフェット
========================================================================== */
/* .section10 14のチェックリスト
========================================================================== */
.section10 .bg {
  background: rgba(0, 0, 0, 0.3);
  border-left: 1px solid #ebaf05;
  border-right: 1px solid #ebaf05;
  position: relative;
}
.section10 .bg::before, .section10 .bg::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #bfaa67;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfaa67 0%, #d6c896 25%, #fcf8e2 50%, #d6c896 75%, #bfaa67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfaa67', endColorstr='#bfaa67',GradientType=0 );
  /* IE6-9 */
}
.section10 .bg::before {
  top: 0;
}
.section10 .bg::after {
  bottom: 0;
}
.section10 .bg_inner {
  padding: 20px;
}
.section10 .right {
  width: 40%;
  float: right;
}
.section10 .txt01 {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .section10 .bg_inner {
    padding: 30px;
  }
}

/* .section11 成功者の共通点
========================================================================== */
.section11 {
  margin-bottom: 0;
}
.section11 .bg {
  background: url("../img/img_bg_section11.png") no-repeat center bottom;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .section11 .bg {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center bottom -50px;
  }
}
@media screen and (min-width: 1200px) {
  .section11 .bg {
    background-position: center bottom -180px;
  }
}

/* .section12 白坂慎太郎とは？・・・白坂が見たお金の天国と地獄
========================================================================== */
.section12 {
  /* ストーリー
  ------------------------- */
}
.section12 .ttl_box {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 8px 20px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #1e1e2a;
}
.section12 .box {
  padding: 20px;
  color: #1e1e2a;
}
.section12 .left {
  margin-bottom: 60px;
}
.section12 .right {
  margin-bottom: 30px;
}
.section12 .ttl_box_left {
  background: #a1a1a1;
}
.section12 .box_left {
  background: #f4f4f4;
  border: 2px solid #a1a1a1;
  position: relative;
}
.section12 .box_left:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_bottom.png") center no-repeat;
  background-size: cover;
  position: absolute;
  width: 39px;
  height: 55px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -57px;
}
.section12 .ttl_box_right {
  margin-left: auto;
  margin-right: auto;
  background: #d39133;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d39133 0%, #ebc763 17%, #fbf1a5 33%, #ffffdb 50%, #fbf1a5 67%, #ebc763 83%, #d39133 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d39133 0%, #ebc763 17%, #fbf1a5 33%, #ffffdb 50%, #fbf1a5 67%, #ebc763 83%, #d39133 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d39133 0%, #ebc763 17%, #fbf1a5 33%, #ffffdb 50%, #fbf1a5 67%, #ebc763 83%, #d39133 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d39133', endColorstr='#d39133',GradientType=0 );
  /* IE6-9 */
}
.section12 .box_right {
  background: #fff;
  text-align: left;
  border-left: 2px solid #d39133;
  border-right: 2px solid #d39133;
  position: relative;
}
.section12 .box_right::before, .section12 .box_right::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d39133;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d39133 0%, #ebc763 17%, #fbf1a5 33%, #ffffdb 50%, #fbf1a5 67%, #ebc763 83%, #d39133 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d39133 0%, #ebc763 17%, #fbf1a5 33%, #ffffdb 50%, #fbf1a5 67%, #ebc763 83%, #d39133 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d39133 0%, #ebc763 17%, #fbf1a5 33%, #ffffdb 50%, #fbf1a5 67%, #ebc763 83%, #d39133 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d39133', endColorstr='#d39133',GradientType=0 );
  /* IE6-9 */
}
.section12 .box_right::before {
  top: 0;
}
.section12 .box_right::after {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .section12 .left,
  .section12 .right {
    width: 40%;
    margin-bottom: 0;
  }
  .section12 .left {
    float: left;
    padding-top: 38px;
  }
  .section12 .right {
    float: right;
  }
  .section12 .ttl_box_right {
    font-size: 2.4rem;
    padding: 12px;
  }
  .section12 .box_left:before {
    background: url("../img/icon_arrow_right.png") center no-repeat;
    background-size: cover;
    width: 105px;
    height: 60px;
    left: inherit;
    bottom: inherit;
    top: calc(50% - 25px);
    right: -107px;
    margin: inherit;
  }
}
@media screen and (min-width: 768px) {
  .section12 .box_left:before {
    right: -107px;
  }
}
@media screen and (min-width: 992px) {
  .section12 .left {
    padding-top: 70px;
  }
  .section12 .box_left:before {
    right: -128px;
  }
}
@media screen and (min-width: 1200px) {
  .section12 .left {
    padding-top: 42px;
  }
}
.section12 .story {
  background: #fff;
  color: #1e1e2a;
  padding: 30px 20px 40px;
  position: relative;
  display: inline-block;
}
.section12 .story::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 8px #1c2447, inset 0 0 8px #1c2447, inset 0 0 8px #1c2447, inset 0 0 8px #1c2447;
}
.section12 .story01,
.section12 .story02 {
  margin-bottom: 40px;
}
.section12 .story01 {
  background: #fff url("../img/img_bg_story01.png") no-repeat;
  background-size: 300%;
  background-position: center bottom 0;
}
.section12 .story02 {
  background: #fff url("../img/img_bg_story02.png") no-repeat;
  background-size: 125%;
  background-position: center bottom 0;
}
.section12 .story03 {
  background: #fff url("../img/img_bg_story03.png") no-repeat;
  background-size: contain;
  background-position: center bottom 0;
}
.section12 .story_innerA,
.section12 .story_innerB {
  position: relative;
}
.section12 .story_innerA::before, .section12 .story_innerA::after,
.section12 .story_innerB::before,
.section12 .story_innerB::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 43px;
  height: 47px;
}
.section12 .story_innerA::before {
  background: url("../img/icon_deco01.png") no-repeat center;
  background-size: cover;
  left: -15px;
  top: -25px;
}
.section12 .story_innerA::after {
  background: url("../img/icon_deco02.png") no-repeat center;
  background-size: cover;
  right: -15px;
  top: -25px;
}
.section12 .story_innerB::before {
  background: url("../img/icon_deco03.png") no-repeat center;
  background-size: cover;
  left: -15px;
  bottom: -35px;
}
.section12 .story_innerB::after {
  background: url("../img/icon_deco04.png") no-repeat center;
  background-size: cover;
  right: -15px;
  bottom: -35px;
}
.section12 h3 {
  color: #2a3268;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.7;
}
.section12 .under_yellow {
  position: relative;
}
.section12 .under_yellow::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #e9d255;
  bottom: -2px;
}
@media screen and (min-width: 768px) {
  .section12 .story {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .section12 .story01,
  .section12 .story03 {
    background-size: contain;
  }
  .section12 .story02 {
    background-size: cover;
  }
  .section12 .story_innerA::before, .section12 .story_innerA::after,
  .section12 .story_innerB::before,
  .section12 .story_innerB::after {
    width: 64px;
    height: 70px;
  }
  .section12 .story_innerA::before {
    left: -25px;
  }
  .section12 .story_innerA::after {
    right: -25px;
  }
  .section12 .story_innerB::before {
    left: -25px;
    bottom: -45px;
  }
  .section12 .story_innerB::after {
    right: -25px;
    bottom: -45px;
  }
  .section12 h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section12 .story {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .section12 .story_innerA::before, .section12 .story_innerA::after,
  .section12 .story_innerB::before,
  .section12 .story_innerB::after {
    width: 86px;
    height: 94px;
  }
  .section12 .story_innerA::before {
    left: -35px;
  }
  .section12 .story_innerA::after {
    right: -35px;
  }
  .section12 .story_innerB::before {
    left: -35px;
    bottom: -55px;
  }
  .section12 .story_innerB::after {
    right: -35px;
    bottom: -55px;
  }
}

/* .section13 白坂慎太郎の経歴
========================================================================== */
.section13 .carrer {
  background: #fff;
  color: #1e1e2a;
  border-left: 4px solid #4d341a;
  border-right: 4px solid #4d341a;
  position: relative;
  padding: 12px;
}
.section13 .carrer::before, .section13 .carrer::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #37210a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #37210a 0%, #4d341a 17%, #aa8355 33%, #d3a672 50%, #aa8355 67%, #4d341a 83%, #37210a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #37210a 0%, #4d341a 17%, #aa8355 33%, #d3a672 50%, #aa8355 67%, #4d341a 83%, #37210a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #37210a 0%, #4d341a 17%, #aa8355 33%, #d3a672 50%, #aa8355 67%, #4d341a 83%, #37210a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37210a', endColorstr='#37210a',GradientType=1 );
  /* IE6-9 */
}
.section13 .carrer::before {
  left: 0;
  top: 0;
}
.section13 .carrer::after {
  left: 0;
  bottom: 0;
}
.section13 .carrer_inner {
  border: 2px solid #4d341a;
  padding: 30px 20px;
}
.section13 .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section13 .img {
    width: 40%;
    float: right;
    margin-left: 20px;
    max-width: 306px;
  }
}

/* フッター
========================================================================== */
footer {
  background: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer_link a {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  text-decoration: underline;
  font-size: 1.2rem;
  color: #fff;
}
.footer_link a:hover {
  text-decoration: none;
}
