@charset "utf-8";

/* ======================================================
 * beginners_kouza
 * ------------------------------------------------------
 * - Override
 * - PageComponent
 * - Clearfix
 * Print
====================================================== */


/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  .m-fxop-beginner-option__lead + .m-list-wrap {
    margin-top: .4em;
  }
  .m-fxop-beginner-option + .m-media {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 767.98px) {
  .m-fxop-beginner-option__lead + .m-list-wrap {
    margin-top: .6em;
  }
  .m-fxop-beginner-option__media-feature + .m-button-wrap--centering {
    margin-top: 1.5em;
  }
  .m-fxop-beginner-option + .m-media {
    margin-top: 30px;
  }
}
/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* ----- m-fxop-beginner-heading1 ----- */
  .m-fxop-beginner-heading1__caption {
    font-size: 2.4rem;
  }
  /* ----- m-fxop-beginner-option ----- */
  .m-fxop-beginner-option {
    background-color: #fff6e5;
    border-radius: 3px;
  }
  .m-fxop-beginner-option__head {
    padding: 0.8em 1.8em 0.6em;
    background-color: #db9a16;
    border-radius: 3px;
  }
  .m-fxop-beginner-option__title {
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-fxop-beginner-option__caption {
    font-size: 2.0rem;
  }
  .m-fxop-beginner-option__body{
    padding: 32px 40px 40px;
  }
  .m-fxop-beginner-option__column {
    display: flex;
    justify-content: space-between;
  }
  .m-fxop-beginner-option__column__item {
    width: calc((100% - 20px) /2);
  }
  .m-fxop-beginner-option__column:nth-of-type(odd) {
    margin-left: 4px;
  }
  .m-fxop-beginner-option__lead {
    margin: 0;
    color: #313942;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .m-fxop-beginner-option__lead--yellow {
    color: #cc8800;
  }
  .m-fxop-beginner-option__lead--light-blue {
    color: #517fa4;
  }
  .m-fxop-beginner-option__lead--blue {
    color: #0067c3;
    font-size: 2.4rem;
  }
  .m-fxop-beginner-option__lead--red {
    color: #cc0000;
    font-size: 2.4rem;
  }
  .m-fxop-beginner-option__media__image {
    width: 100%;
    margin: 0;
    text-align: right;
  }
  .m-fxop-beginner-option__media__image img {
    max-width: 334px;
  }
  /* ----- m-fxop-beginner-option__media ----- */
  .m-fxop-beginner-option__media {
    margin-top: 34px;
  }
  .m-fxop-beginner-option__media-feature {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .m-fxop-beginner-option__media-feature__item {
    width: calc((100% - 64px) /3);
  }
  .m-fxop-beginner-option__media-feature__item__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 24px 16px 20px;
    align-items: center;
    border: 4px solid #f7e0b4;
    background-color: #fff;
    border-radius: 3px;
  }
  .m-fxop-beginner-option__media-feature__item__content {
    display: flex;
    flex-direction: column;
  }
  .m-fxop-beginner-option__media-feature__item__label {
    flex-shrink: 0;
    text-align: center;
  }
  .m-fxop-beginner-option__media-feature__item__label > span {
    display: inline-block;
    padding: 5px 17px 2px;
    border-radius: 16px;
    background-color: #cc8800;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .m-fxop-beginner-option__media-feature__item__label > span span {
    padding-left: 4px;
    font-size: 1.8rem;
  }
  .m-fxop-beginner-option__media-feature__item__text {
    margin-top: 0.4em;
    color: #cc8800;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
  .m-fxop-beginner-option__media-feature__item__text--normal {
    display: inline-block;
    color: #313942;
    font-size: 2.0rem;
  }
  .m-fxop-beginner-option__media-feature-button {
    max-width: 432px
  }
  /* ----- m-button-wrap--fxop-beginner ----- */
  .m-button-wrap--fxop-beginner {
    width: 280px;
  }
  /* ----- m-fxop-beginner-card ----- */
  .m-fxop-beginner-card-wrap {
    margin-top: 1.6em;
  }
  .m-fxop-beginner-card:nth-of-type(n+3) {
    margin-top: 28px;
  }
  .m-fxop-beginner-card__type {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 1.3em 1.4em .5em;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px rgba(162, 173, 183, 0.2), 0px 0px 0px 1px #dde0e5 inset;
    color: #313942;
    text-align: left;
    text-decoration: none;
  }
  .m-fxop-beginner-card__head{
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .m-fxop-beginner-card__image {
    width: 80px;
  }
  .m-fxop-beginner-card__image img {
    width: 100%;
    height: auto;
  }
  .m-fxop-beginner-card__title-area,
  .m-fxop-beginner-card__image + .m-fxop-beginner-card__title {
    margin-left: 22px;
  }
  .m-fxop-beginner-card__badge--beginner {
    display: inline-block;
    min-width: 85px;
    padding: 0 20px;
    background-color: #53b324;
    border-radius: 14px;
  }
  .m-fxop-beginner-card__badge--advanced {
    display: inline-block;
    min-width: 85px;
    min-height: 27px;
    padding: 2px 20px;
    background-color: #517fa4;
    border-radius: 14px;
  }
  .m-fxop-beginner-card__badge__label {
    color: #fff;
    font-size: 1.4rem;
    font-style: normal;
  }
  .m-fxop-beginner-card__title {
    color: #313942;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-fxop-beginner-card__title-area .m-fxop-beginner-card__title {
    margin-top: 10px;
  }
  .m-fxop-beginner-card__type:hover {
    background-color: #eaf4f8;
  }
  .m-fxop-beginner-card__type:hover .m-fxop-beginner-card__title {
    color: #0067c3;
  }
  .m-fxop-beginner-card__title::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    transform: rotate(45deg);
    vertical-align: middle;
    content: "";
  }
  .m-fxop-beginner-card__text {
    color: #313942!important;
  }
  /* ----- m-fxop-beginner-guide ----- */
  .m-fxop-beginner-guide {
    margin: 4em 0 0 0;
    border-radius: 3px;
    background-color: #f4f9fb;
    box-shadow: 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fxop-beginner-guide__text {
    margin: 1em -0px 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .m-fxop-beginner-guide__detail {
    margin: 1.0em 0 0 0;
    padding: 1.8em 1.95em 1.88em;
  }
}
@media only screen and (max-width: 767.98px) {
  /* ----- m-fxop-beginner-heading1 ----- */
  .m-fxop-beginner-heading1__caption {
    font-size: 1.7rem;
  }
  /* ----- m-fxop-beginner-option ----- */
  .m-fxop-beginner-option {
    background-color: #fff6e5;
    border-radius: 3px;
  }
  .m-fxop-beginner-option__head {
    padding: 0.7em 1.8em 0.4em;
    background-color: #db9a16;
    border-radius: 3px;
  }
  .m-fxop-beginner-option__title {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-fxop-beginner-option__caption {
    font-size: 1.4rem;
  }
  .m-fxop-beginner-option__body{
    padding: 12px 15px 20px;
  }
  .m-fxop-beginner-option__lead {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    color: #313942;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .m-fxop-beginner-option__lead--yellow {
    color: #cc8800;
  }
  .m-fxop-beginner-option__lead--light-blue {
    color: #517fa4;
  }
  .m-fxop-beginner-option__lead--blue {
    color: #0067c3;
    font-size: 1.8rem;
  }
  .m-fxop-beginner-option__lead--red {
    color: #cc0000;
    font-size: 1.8rem;
  }
  .m-fxop-beginner-option__media__image {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .m-fxop-beginner-option__media__image img {
    width: 88%;
  }
  /* ----- m-fxop-beginner-option__media ----- */
  .m-fxop-beginner-option__media {
    margin-top: 20px;
  }
  .m-fxop-beginner-option__media-feature {
    width: 100%;
  }
  .m-fxop-beginner-option__media-feature__item:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .m-fxop-beginner-option__media-feature__item__inner {
    display: flex;
    min-height: 60px;
    padding: 2px 14px 4px;
    border: 2px solid #f7e0b4;
    background-color: #fff;
    border-radius: 3px;
  }
  .m-fxop-beginner-option__media-feature__item__content {
    display: flex;
    align-items: center;
  }
  .m-fxop-beginner-option__media-feature__item__label > span {
    display: inline-block;
    padding: 4px 14px 2px;
    border-radius: 16px;
    background-color: #cc8800;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .m-fxop-beginner-option__media-feature__item__label > span span {
    padding-left: 2px;
    font-size: 1.4rem;
  }
  .m-fxop-beginner-option__media-feature__item__text {
    margin: 4px 0 0 10px;
    color: #cc8800;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-fxop-beginner-option__media-feature__item__text--normal {
    display: inline-block;
    color: #313942;
    font-size: 1.4rem;
  }
  /* ----- m-fxop-beginner-card ----- */
  .m-fxop-beginner-card-wrap {
    margin-top: 1em;
  }
  .m-fxop-beginner-card__type {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 1em 1em 0.4em;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px rgba(162, 173, 183, 0.2), 0px 0px 0px 1px #dde0e5 inset;
    color: #313942;
    text-align: left;
    text-decoration: none;
  }
  .m-fxop-beginner-card__head{
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .m-fxop-beginner-card__image {
    width: 50px;
  }
  .m-fxop-beginner-card__image img {
    width: 100%;
    height: auto;
  }
  .m-fxop-beginner-card__title-area,
  .m-fxop-beginner-card__image + .m-fxop-beginner-card__title {
    margin-left: 16px;
  }
  .m-fxop-beginner-card__badge--beginner {
    display: inline-block;
    min-width: 88px;
    padding: 0 20px;
    background-color: #53b324;
    border-radius: 14px;
    text-align: center;
    line-height: 1.4;
  }
  .m-fxop-beginner-card__badge--advanced {
    display: inline-block;
    min-width: 88px;
    padding: 0 20px;
    background-color: #517fa4;
    border-radius: 14px;
    text-align: center;
    line-height: 1.4;
  }
  .m-fxop-beginner-card__badge__label {
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
  }
  .m-fxop-beginner-card__title {
    color: #313942;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-fxop-beginner-card__title-area .m-fxop-beginner-card__title {
    margin-top: 6px;
  }
  .m-fxop-beginner-card__type:hover {
    background-color: #eaf4f8;
  }
  .m-fxop-beginner-card__type:hover .m-fxop-beginner-card__title {
    color: #0067c3;
  }
  .m-fxop-beginner-card__title::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    transform: rotate(45deg);
    vertical-align: middle;
    content: "";
  }
  .m-fxop-beginner-card__text {
    margin: 0.6em 0;
    color: #313942!important;
  }
  /* ----- m-fxop-beginner-guide ----- */
  .m-fxop-beginner-guide {
    margin: 2.15em 0 0;
    border-radius: 3px;
    background-color: #f4f9fb;
    box-shadow: 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fxop-beginner-guide__text {
    margin: 1em 0px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .m-fxop-beginner-guide__detail {
    margin: 1.0em 0 0 0;
    padding: 1.2em 1.4em 1.2em;
  }
}
/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  
}