@charset "utf-8";

/* ======================================================
 * corp_guide_cfd_study
 * ------------------------------------------------------
 * - Override
 * - PageComponent
 * - Clearfix
 * Print
====================================================== */


/* ------------------------------------------------------
 * Override
------------------------------------------------------ */

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* ----- m-study-lineup ----- */
  .m-study-lineup {
    position: relative;
  }
  .m-study-lineup > *:first-child {
    margin-top: 0!important;
  }
  .m-study-lineup > *:last-child {
    margin-bottom: 0!important;
  }
  .m-study-lineup .m-study-lineup__number {
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none;
  }
  /* ----- m-beginner01-chart ----- */
  .m-beginner01-chart {
    margin: 2em 0 0;
  }
  .m-beginner01-chart > *:first-child {
    margin-top: 0!important;
  }
  .m-beginner01-chart > *:last-child {
    margin-bottom: 0!important;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart {
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin: 1.25em auto 0;
    padding-left: 2.2%;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item {
    position: relative;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    overflow: hidden;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="blue"] {
    background-color: #c2dff1;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="red"] {
    background-color: #f9bfcb;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item::after {
    display: block;
    z-index: 0;  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="blue"]::after {
    background-image: conic-gradient(#85bfe5 0% 60%, transparent 60% 100%);
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="red"]::after {
    background-image: conic-gradient(#f28099 0% 70%, transparent 70% 100%);
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__text {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    line-height: 1.4;
    transform: translateY(-50%);
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__around {
    font-size: 2.5em;
    font-weight: 700;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__value {
    font-size: 4em;
    font-weight: 700;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__unit {
    font-size: 2.5em;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  /* ----- m-study-lineup ----- */
  .m-study-lineup {
    position: relative;
  }
  .m-study-lineup > *:first-child {
    margin-top: 0!important;
  }
  .m-study-lineup > *:last-child {
    margin-bottom: 0!important;
  }
  .m-study-lineup .m-study-lineup__number {
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none;
  }
  /* ----- m-beginner01-chart ----- */
  .m-beginner01-chart {
    margin: 2em 0 0;
  }
  .m-beginner01-chart > *:first-child {
    margin-top: 0!important;
  }
  .m-beginner01-chart > *:last-child {
    margin-bottom: 0!important;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 600px;
    padding-left: 3.5%;
    margin: 1.25em auto 0;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item {
    position: relative;
    top: 0;
    width: 38%;
    padding-top: 38%;
    border-radius: 50%;
    overflow: hidden;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="blue"] {
    background-color: #c2dff1;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="red"] {
    background-color: #f9bfcb;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item::after {
    display: block;
    z-index: 0;  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="blue"]::after {
    background-image: conic-gradient(#85bfe5 0% 60%, transparent 60% 100%);
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__item[data-color="red"]::after {
    background-image: conic-gradient(#f28099 0% 70%, transparent 70% 100%);
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__text {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    line-height: 1.4;
    transform: translateY(-50%);
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__around {
    font-size: 1.8em;
    font-weight: 700;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__value {
    font-size: 2.8em;
    font-weight: 700;
  }
  .m-beginner01-chart .m-beginner01-chart__piechart__unit {
    font-size: 1.8em;
    font-weight: 500;
  }
}
/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  
}