/****************************************
          ways_to_grow mixin
****************************************/
/* index */
/* defense */
/* beginner */
/* gradually */
/* hungry */
/****************************************
     ways_to_grow distribution style
****************************************/
.wtg-pagetitle-area {
  padding-top: 24px;
}
.wtg-page-index .wtg-pagetitle-area {
  background: #facf9c;
}
.wtg-page-defense .wtg-pagetitle-area {
  background: #c2df7e;
}
.wtg-page-beginner .wtg-pagetitle-area {
  background: #ffb0a5;
}
.wtg-page-gradually .wtg-pagetitle-area {
  background: #8cd6ff;
}
.wtg-page-hungry .wtg-pagetitle-area {
  background: #cc96f3;
}
.wtg-pagetitle-area .wtg-title {
  max-width: 785px;
  text-align: center;
  margin: 0 auto;
  padding: 0 16px;
}
.wtg-pagetitle-area .wtg-title img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.wtg-pagetitle-area .wtg-lead {
  max-width: 753px;
  font-size: 87.5%;
  margin: 16px auto 0;
  padding: 0 24px;
}
.wtg-pagetitle-area .wtg-subtitle {
  color: #fff;
  text-align: center;
  font-size: 212.5%;
  font-weight: bold;
  letter-spacing: -0.6;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 12px;
  position: relative;
}
.wtg-page-index .wtg-pagetitle-area .wtg-subtitle {
  background: #eb7000;
}
.wtg-page-defense .wtg-pagetitle-area .wtg-subtitle {
  background: #86be00;
}
.wtg-page-beginner .wtg-pagetitle-area .wtg-subtitle {
  background: #ff533b;
}
.wtg-page-gradually .wtg-pagetitle-area .wtg-subtitle {
  background: #0895dc;
}
.wtg-page-hungry .wtg-pagetitle-area .wtg-subtitle {
  background: #a749eb;
}
.wtg-pagetitle-area .wtg-subtitle:after {
  display: block;
  width: 65px;
  height: 20px;
  background-image: url(/ways_to_grow/img/arrows_05.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
  left: 46.8%;
  bottom: -20px;
  position: absolute;
  content: "";
}
.wtg-page-index .wtg-pagetitle-area .wtg-subtitle:after {
  background-position: 0 0;
}
.wtg-page-defense .wtg-pagetitle-area .wtg-subtitle:after {
  background-position: -65px 0;
}
.wtg-page-beginner .wtg-pagetitle-area .wtg-subtitle:after {
  background-position: -130px 0;
}
.wtg-page-gradually .wtg-pagetitle-area .wtg-subtitle:after {
  background-position: -195px 0;
}
.wtg-page-hungry .wtg-pagetitle-area .wtg-subtitle:after {
  background-position: -260px 0;
}
@media only screen and (max-width: 640px) {
  .wtg-pagetitle-area .wtg-subtitle {
    font-size: 106.25%;
  }
  .wtg-pagetitle-area .wtg-subtitle:after {
    width: 32.5px;
    height: 10px;
    background-size: auto 10px;
    left: 46%;
    bottom: -10px;
  }
  .wtg-page-index .wtg-pagetitle-area .wtg-subtitle:after {
    background-position: 0 0;
  }
  .wtg-page-defense .wtg-pagetitle-area .wtg-subtitle:after {
    background-position: -32.5px 0;
  }
  .wtg-page-beginner .wtg-pagetitle-area .wtg-subtitle:after {
    background-position: -65px 0;
  }
  .wtg-page-gradually .wtg-pagetitle-area .wtg-subtitle:after {
    background-position: -97.5px 0;
  }
  .wtg-page-hungry .wtg-pagetitle-area .wtg-subtitle:after {
    background-position: -130px 0;
  }
}
@media only screen and (max-width: 640px) {
  .wtg-spBorder {
    border-top: 1px solid #d4d4d4;
    padding-top: 2em;
  }
}
.wtg-column-group {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  margin-top: 2em;
}
.wtg-column-group:before,
.wtg-column-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.wtg-column-group:after {
  clear: both;
}
.wtg-column-group .pull-left,
.wtg-column-group .pull-right {
  float: left;
  display: inline;
  margin-left: 2.857142857142857%;
}
.wtg-column-group .pull-left:first-child,
.wtg-column-group .pull-right:first-child {
  margin-left: 0;
}
.wtg-column-group .pull-left > *:first-child,
.wtg-column-group .pull-right > *:first-child {
  margin-top: 0;
}
.wtg-column-group .pull-left > *:first-child > *:first-child,
.wtg-column-group .pull-right > *:first-child > *:first-child {
  margin-top: 0;
}
.wtg-column-group .pull-left {
  width: 62.857142857142854%;
}
.wtg-column-group .pull-right {
  width: 34.285714285714285%;
}
.wtg-column-group .c-noteList-01 {
  font-size: 81.25%;
  margin-top: 2em;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .wtg-column-group .pull-left,
  .wtg-column-group .pull-right {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .wtg-column-group .pull-left,
  .wtg-column-group .pull-right {
    float: none;
    clear: both;
    width: 100%;
  }
}
.wtg-profile {
  background: #fff0dd;
  padding: 16px 20px;
}
.wtg-profile figure {
  float: none;
  max-width: 100%;
  margin-right: 0;
}
.wtg-profile figure img {
  border: 4px solid #ffffff;
  border-radius: 4px;
}
.wtg-profile .content {
  margin-top: 16px;
}
.wtg-profile .content .c-copy-01 p {
  font-size: 87.5%;
  margin-top: 0.4em;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .wtg-profile {
    padding: 20px;
  }
  .wtg-profile figure {
    float: left;
    margin-right: 30px;
  }
  .wtg-profile .content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .wtg-profile {
    margin-top: 1.25em;
  }
}
.wtg-imgList-01 {
  margin: 1.25em auto 0;
}
.wtg-imgList-01 ul {
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.wtg-imgList-01 ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
}
.wtg-imgList-01 ul li img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ie8 .wtg-imgList-01 ul li img {
  width: inherit;
}
.wtg-page-index .wtg-imgList-01 ul {
  margin-right: -20px;
}
.wtg-page-index .wtg-imgList-01 ul li {
  margin: 0 20px 20px 0;
}
.wtg-page-hungry .wtg-imgList-01 {
  width: 93.75%;
}
.wtg-page-hungry .wtg-imgList-01 ul {
  margin-right: -20px;
}
.wtg-page-hungry .wtg-imgList-01 ul li {
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 640px) {
  .wtg-imgList-01 ul {
    width: auto;
    margin-top: 10px;
    margin-right: 0 !important;
  }
  .wtg-imgList-01 li {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .wtg-imgList-01 li img {
    height: auto;
    width: 100%;
  }
}
.wtg-infoBlock-01 {
  margin-top: 1.25em;
  padding: 20px 20px 25px;
}
.wtg-page-index .wtg-infoBlock-01 {
  background: #fce7cd;
}
.wtg-page-defense .wtg-infoBlock-01 {
  background: #e7f6c3;
}
.wtg-page-beginner .wtg-infoBlock-01 {
  background: #ffe9e6;
}
.wtg-page-gradually .wtg-infoBlock-01 {
  background: #def2fe;
}
.wtg-page-hungry .wtg-infoBlock-01 {
  background: #f3e4fd;
}
.wtg-infoBlock-01 > *:first-child {
  margin-top: 0;
}
.wtg-infoBlock-01 > *:first-child > *:first-child {
  margin-top: 0;
}
.wtg-pointBlock-01 {
  margin: 1.875em 10px 0;
  padding: 20px;
  position: relative;
}
.wtg-page-index .wtg-pointBlock-01 {
  background: #ffffff;
}
.wtg-page-defense .wtg-pointBlock-01 {
  background: #ffffff;
}
.wtg-page-beginner .wtg-pointBlock-01 {
  background: #ffffff;
}
.wtg-page-gradually .wtg-pointBlock-01 {
  background: #ffffff;
}
.wtg-page-hungry .wtg-pointBlock-01 {
  background: #ffffff;
}
.wtg-pointBlock-01:before,
.wtg-pointBlock-01:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.wtg-pointBlock-01:after {
  clear: both;
}
.wtg-pointBlock-01 p {
  margin: 0;
  padding: 0;
}
.wtg-pointBlock-01 > *:first-child {
  margin-top: 0;
}
.wtg-pointBlock-01 > *:first-child > *:first-child {
  margin-top: 0;
}
.wtg-pointBlock-01 .block-title {
  color: #fff;
  font-size: 81.25%;
  line-height: 1;
  border-radius: 3px;
  padding: 5px 4px 5px 5px;
  position: absolute;
  left: -10px;
  top: -10px;
}
.wtg-page-index .wtg-pointBlock-01 .block-title {
  background: #eb7000;
}
.wtg-page-defense .wtg-pointBlock-01 .block-title {
  background: #86be00;
}
.wtg-page-beginner .wtg-pointBlock-01 .block-title {
  background: #ff533b;
}
.wtg-page-gradually .wtg-pointBlock-01 .block-title {
  background: #0895dc;
}
.wtg-page-hungry .wtg-pointBlock-01 .block-title {
  background: #a749eb;
}
.wtg-pointBlock-01 .c-copy-01 p {
  margin-top: 0.625em;
}
.wtg-extra-01 {
  clear: both;
  width: 92%;
  background: #f3e4fd;
  margin: 52px auto 0;
  padding: 20px 30px;
}
.ie8 .wtg-extra-01 {
  width: 708px;
}
.wtg-extra-01 em {
  display: block;
  color: #a749eb;
  text-align: center;
  font-size: 150%;
  background: #fff;
  border: 2px solid #a749eb;
  border-radius: 8px;
  padding: 10px 13px;
}
.wtg-extra-01 .c-figure-04 figure {
  background: #fff;
  padding: 76px 15px;
}
.ie8 .wtg-extra-01 .c-figure-04 figure {
  width: 50%;
}
.wtg-extra-01 .c-figure-04 figure img {
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.ie8 .wtg-extra-01 .c-figure-04 figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .wtg-extra-01 {
/*	width: 332px; */
    margin-top: 68px;
  }
  .wtg-extra-01 .c-figure-04 figure {
    margin-left: auto;
    margin-right: auto;
  }
  .wtg-extra-01 .c-list-01 {
	display: table;
	width: auto;
    padding-top: 0.75em !important;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
  }
  .wtg-extra-01 .c-list-01 li {
	  text-align: left;
  }
  .wtg-extra-01 .c-btnGroup-02 {
    width: 226px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wtg-extra-02 {
  clear: both;
  width: auto;
  background: #f3e4fd;
  margin: 52px auto 0;
  padding: 20px 30px;
}
.wtg-extra-02 em {
  display: block;
  color: #a749eb;
  text-align: center;
  font-size: 150%;
  background: #fff;
  border: 2px solid #a749eb;
  border-radius: 8px;
  padding: 10px 13px;
}
.wtg-extra-02 .c-figure-04 {
  margin-top: 0;
}
.wtg-extra-02 figure {
  background: #fff;
  padding: 15px;
}
.wtg-extra-02 figure img {
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.c-importantNotes-05 {
  border: 1px solid #ca0000;
  list-style: none;
  margin: 1.25em 0 0;
  padding: 0;
}
.c-importantNotes-05 > .item {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #535252;
}
.c-importantNotes-05 > .item > .head {
  padding: 0 30px;
}
.c-importantNotes-05 > .item > .head > p {
  font-weight: bold;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 30px 13px 0;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.c-importantNotes-05 > .item > .head > p strong {
  display: block;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 15px;
}
.c-importantNotes-05 > .item > .head > p strong:before {
  width: 18px;
  height: 100%;
  background-image: url(/assets/img/marker_04_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  left: 0;
  content: "";
}
.ie8 .c-importantNotes-05 > .item > .head > p strong:before {
  background-image: url(/assets/img/marker_04.png);
}
@media only screen and (max-width: 640px) {
  .c-importantNotes-05 > .item > .head > p strong {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .c-importantNotes-05 > .item > .head > p {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .c-importantNotes-05 > .item > .head {
    padding: 0 10px;
  }
}
.c-importantNotes-05 > .item > .body {
  max-width: 980px;
  border-top: 1px solid #d4d5d5;
  padding: 20px 55px 50px;
  margin: 0 auto;
}
.c-importantNotes-05 > .item > .body > *:first-child {
  margin-top: 0;
}
.c-importantNotes-05 > .item > .body > *:first-child > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .c-importantNotes-05 > .item > .body {
    padding: 10px;
  }
  .c-importantNotes-05 > .item > .body .c-table-03 {
    margin-right: 0;
    margin-left: 0;
    border-left: 1px solid #d4d5d5;
    border-right: 1px solid #d4d5d5;
  }
}
@media print {
  .c-importantNotes-05 > .item > .body {
    display: block;
    border-top: none;
  }
}
.wtg-relationText li,
.wtg-relationText p {
  font-weight: bold;
}
.wtg-page-index .wtg-relationText li,
.wtg-page-index .wtg-relationText p {
  color: #eb7000;
}
.wtg-page-defense .wtg-relationText li,
.wtg-page-defense .wtg-relationText p {
  color: #86be00;
}
.wtg-page-beginner .wtg-relationText li,
.wtg-page-beginner .wtg-relationText p {
  color: #ff533b;
}
.wtg-page-gradually .wtg-relationText li,
.wtg-page-gradually .wtg-relationText p {
  color: #0895dc;
}
.wtg-page-hungry .wtg-relationText li,
.wtg-page-hungry .wtg-relationText p {
  color: #a749eb;
}
/****************************************
    ways_to_grow extended components
****************************************/
.wtg-page-index .c-heading2-01 span {
  color: #eb7000;
}
.wtg-page-defense .c-heading2-01 span {
  color: #86be00;
}
.wtg-page-beginner .c-heading2-01 span {
  color: #ff533b;
}
.wtg-page-gradually .c-heading2-01 span {
  color: #0895dc;
}
.wtg-page-hungry .c-heading2-01 span {
  color: #a749eb;
}
.c-heading2-01 .heading-sub {
  font-size: 200%;
  line-height: 0.5625em;
  margin: 0 0 0 -4px;
  padding: 0;
}
.c-heading2-01 .heading-sub p {
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 16px 0;
  position: relative;
}
.wtg-page-defense .c-heading2-01 .heading-sub p {
  color: #86be00;
  background: #e7f6c3;
  box-shadow: 8px 0 0 #e7f6c3, -8px 0 0 #e7f6c3;
}
.wtg-page-beginner .c-heading2-01 .heading-sub p {
  color: #ff533b;
  background: #ffe9e6;
  box-shadow: 8px 0 0 #ffe9e6, -8px 0 0 #ffe9e6;
}
.wtg-page-gradually .c-heading2-01 .heading-sub p {
  color: #0895dc;
  background: #def2fe;
  box-shadow: 8px 0 0 #def2fe, -8px 0 0 #def2fe;
}
.wtg-page-hungry .c-heading2-01 .heading-sub p {
  color: #a749eb;
  background: #f3e4fd;
  box-shadow: 8px 0 0 #f3e4fd, -8px 0 0 #f3e4fd;
}
@media only screen and (max-width: 640px) {
  .c-heading2-01 .heading-sub {
    font-size: 100%;
    margin-bottom: 4px;
  }
}
.wtg-page-defense .c-heading3-01 h2,
.wtg-page-defense .c-heading3-01 h3 {
  color: #86be00;
}
.wtg-page-beginner .c-heading3-01 h2,
.wtg-page-beginner .c-heading3-01 h3 {
  color: #ff533b;
}
.wtg-page-gradually .c-heading3-01 h2,
.wtg-page-gradually .c-heading3-01 h3 {
  color: #0895dc;
}
.wtg-page-hungry .c-heading3-01 h2,
.wtg-page-hungry .c-heading3-01 h3 {
  color: #a749eb;
}

.wtg-page-defense .c-heading3-01,
.wtg-page-defense .c-heading3-01 {
  border-left: #86be00 solid 5px;
}
.wtg-page-beginner .c-heading3-01,
.wtg-page-beginner .c-heading3-01 {
  border-left: #ff533b solid 5px;
}
.wtg-page-gradually .c-heading3-01,
.wtg-page-gradually .c-heading3-01 {
  border-left: #0895dc solid 5px;
}
.wtg-page-hungry .c-heading3-01,
.wtg-page-hungry .c-heading3-01 {
  border-left: #a749eb solid 5px;
}

.c-list-04 li {
  line-height: 25px;
}
.c-list-04 li:before {
  width: 25px;
  background-image: url(/ways_to_grow/img/marker_01_@2x.png);
  background-size: auto 25px;
}
.wtg-page-index .c-list-04 li:before {
  background-position: 0 0;
}
.wtg-page-defense .c-list-04 li:before {
  background-position: -25px 0;
}
.wtg-page-beginner .c-list-04 li:before {
  background-position: -50px 0;
}
.wtg-page-gradually .c-list-04 li:before {
  background-position: -75px 0;
}
.wtg-page-hungry .c-list-04 li:before {
  background-position: -100px 0;
}
.ie8 .c-list-04 li:before {
  background-image: url(/ways_to_grow/img/marker_01.png);
}
.c-hr-01 {
  clear: both;
  margin-top: 1.5625em;
}
.wtg-page-defense .c-hr-01 {
  border-top: 1px solid #86be00;
}
.wtg-page-beginner .c-hr-01 {
  border-top: 1px solid #ff533b;
}
.wtg-page-gradually .c-hr-01 {
  border-top: 1px solid #0895dc;
}
.wtg-page-hungry .c-hr-01 {
  border-top: 1px solid #a749eb;
}
.c-column-group .col-unit-1\/2 .c-list-01 {
  width: 272px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 670px) {
  .c-column-group .col-unit-1\/2 .c-list-01 {
    width: 252px;
  }
}
.c-column-group .col-unit-1\/2 .c-btnGroup-02 {
  width: 272px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.c-column-group .col-unit-1\/2 .c-btnGroup-02 .c-btn-02 {
  margin-left: 0;
}
@media screen and (max-width: 670px) {
  .c-column-group .col-unit-1\/2 .c-btnGroup-02 {
    width: 252px;
  }
}
@media only screen and (max-width: 640px) {
  .c-column-group .c-list-01 {
    width: 272px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .c-column-group .col-unit-1\/3,
  .c-column-group .col-unit-1\/2 {
    text-align: center;
    border-top: 1px solid #d4d4d4;
    padding-top: 36px;
  }
}
.c-column-group.wtg-autoto a {
  display: inline-block;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .c-column-group.wtg-autoto .col-unit-1\/2,
  .c-column-group.wtg-autoto .col-unit-1\/3 {
    display: block;
    width: 100%;
    float: none;
    clear: left;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .c-column-group.wtg-autoto .col-unit-1\/2:last-child,
  .c-column-group.wtg-autoto .col-unit-1\/3:last-child {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 36px;
  }
}
.wtg-page-gradually .c-recommendList-01 .c-figure-01 {
  margin-top: 1.5625em;
}
@media only screen and (max-width: 640px) {
  .c-column-group.wtg-autoto .col-unit-1\/2:last-child,
  .c-column-group.wtg-autoto .col-unit-1\/3:last-child {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 36px;
  }
}
.jbk-category-ways_to_grow .wtg-interest-img figure {
	width: 300px;
}
	/* 2 Currency Type */
.jbk-category-ways_to_grow .wtg-interest-img figure { width: 415px; }
.jbk-category-ways_to_grow .wtg-interest-img figure img {
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .jbk-category-ways_to_grow .wtg-interest-img figure {
    width: auto;
  }
}
