@charset "UTF-8";

/* ------------------------------ adv-box ------------------------------ */

/* PC */
@media print, screen and (min-width: 769px) {
  .adv-box__wrap {
    padding-bottom: 62px;
  }
  .adv-box {
    margin-bottom: 40px;
  }
  /* .adv-box--pd {
    padding: 0 130px; */
  }
  .adv-box:last-of-type {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .adv-box__inner {
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    filter: drop-shadow(0 16px 40px #D9DFE3);
    box-sizing:border-box;
  }
  /* .adv-box__inner--chara::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 18px 10.5px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -12px;
    top: 38px;
  } */
  .adv-box__chara {
    width: 90px;
    position: absolute;
    top: 0;
    left: -117px;
  }
  .adv-box__chara-thumb {
    width: 100%;
    margin-bottom: 6px;
  }
  .adv-box__chara-name {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .adv-box__head {
    margin-bottom: 24px;
  }
  .adv-box__heading {
    width: 269px;
    height: 98px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .adv-box__heading::before {
    content: "";
    width: 269px;
    height: 98px;
    border-top-right-radius: 24px;
    background-image: url("../img/box_heading_bg_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .adv-box__heading-text {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .adv-box__title-guide {
    margin-bottom: 12px;
  }
  .adv-box__textarea, .adv-dtl__textarea {
    margin-bottom: 40px;
    background-image: linear-gradient(180deg, #E7EEEC 1px, transparent 1px); /* 鄂ｫ邱壹・濶ｲ縺ｨ螟ｪ縺・ */
    background-size: 100% 2.5em;
    background-position-y: -1px;
    line-height: 2.5em;
  }
  .adv-box__textarea:last-of-type, .adv-dtl__textarea:last-of-type {
    margin-bottom: 0;
  }
  .adv-box__text, .adv-dtl__text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .adv-box__lead {
    font-size: 16px;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
  }
  .adv-box__graph {
    max-width: 412px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .adv-box__graph-wrap {
    position: relative;
  }
  .adv-box__graph-inner {
    position: relative;
    padding: 85px 75px 5px;
  }
  .adv-box__graph-label {
    position: absolute;
    text-align: center;
  }
  .adv-box__graph-label--01 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .adv-box__graph-label--02 {
    right: 0;
    bottom: 30px;
  }
  .adv-box__graph-label--03 {
    left: 0;
    bottom: 30px;
  }
  .adv-box__graph-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  .adv-box__graph-value {
    display: inline-block;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
    color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
  }
  .adv-box__graph-value.is-select {
    color: #10A3FF;
  }
  .adv-box__graph-cont {
    max-width: 245px;
    min-height: 245px;
    margin-left: auto;
    margin-right: auto;
  }
  .adv-box__graph-text {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .adv-box__tool {
    width: 240px;
    min-height: 114px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 6px 20px #D9DFE3);
    position: absolute;
    right: -120px;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .adv-box__tool::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 14.7px 8.5px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .adv-box__tool-head {
    display: flex;
    align-items: center;
    min-height: 28px;
    background-color: #60B8EF;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
  }
  .adv-box__tool-body {
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 20px 10px;
    border-radius: 0 0 10px 10px;
  }

/* SP */
@media print, screen and (max-width: 768px) {
  .adv-box__wrap {
    padding-bottom: 60px;
  }
  .adv-box {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .adv-box__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px 40px;
    border-radius: 20px;
    position: relative;
    filter: drop-shadow(0 4px 4px rgba( 0, 0, 0, 0.25 ));
    box-sizing:border-box;
  }
  .adv-box__head {
    display: flex;
    margin-bottom: 8px;
  }
  .adv-box__chara {
    width: 64px;
    margin-right: 11px;
  }
  .adv-box__chara-thumb {
    width: 100%;
  }
  .adv-box__chara-thumb img {
    width: 100%;
  }
  .adv-box__heading {
    width: 143px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .adv-box__heading::before {
    content: "";
    width: 143px;
    height: 45px;
    border-top-right-radius: 20px;
    background-image: url("../img/box_heading_bg_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .adv-box__heading-wrap {
    width: 225px;
    padding-top: 20px;
    padding-left: 10px;
  }
  .adv-box__chara + .adv-box__heading-wrap {
    padding-left: 0;
  }
  .adv-box__heading-text {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 8px;
    padding-left: 6px;
    line-height: 1.5;
  }
  .adv-box__title-guide {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .adv-box__title {
    font-size: 18px !important;
    margin-bottom: 0px;
    line-height: 1.33;
    letter-spacing: 0.05em;
  }
  .adv-box__textarea, .adv-dtl__textarea {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background-image: linear-gradient(180deg, #E7EEEC 1px, transparent 1px); /* 鄂ｫ邱壹・濶ｲ縺ｨ螟ｪ縺・ */
    background-size: 100% 2em;
    background-position-y: -1px;
    line-height: 2em;
  }
  .adv-box__textarea:last-of-type, .adv-dtl__textarea:last-of-type {
    margin-bottom: 0;
  }
  .adv-box__text, .adv-dtl__text {
    font-size: 14px;
  }
  .adv-box__lead {
    width: 285px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  .adv-box__graph {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .adv-box__graph-wrap {

  }
  .adv-box__graph-inner {
    position: relative;
    padding: 60px 73px 10px;
  }
  .adv-box__graph-label {
    position: absolute;
    text-align: center;
  }
  .adv-box__graph-label--01 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .adv-box__graph-label--02 {
    right: 0;
    bottom: 0;
  }
  .adv-box__graph-label--03 {
    left: 0;
    bottom: 0;
  }
  .adv-box__graph-name {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
  .adv-box__graph-value {
    display: inline-block;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
  }
  .adv-box__graph-value.is-select {
    color: #10A3FF;
  }
  .adv-box__graph-cont {
    width: 139px;
    min-height: 139px;
    margin-left: auto;
    margin-right: auto;
  }
  .adv-box__graph-text {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .adv-box__tool {
    width: 240px;
    min-height: 114px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 6px 20px #D9DFE3);
    position: relative;
  }
  .adv-box__tool::before {
    content: "";
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 14.7px 8.5px;
    border-color: transparent transparent #60B8EF transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .adv-box__tool-head {
    display: flex;
    align-items: center;
    min-height: 28px;
    background-color: #60B8EF;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
  }
  .adv-box__tool-body {
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 20px 20px;
    border-radius: 0 0 10px 10px;
  }
}

/* ------------------------------ adv-dtl ------------------------------ */

/* PC */
@media print, screen and (min-width: 769px) {
  .adv-dtl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .adv-dtl:last-of-type {
    margin-bottom: 0;
  }
  .adv-dtl__title {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 56px;
    position: relative;
  }
  .adv-dtl__title::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .adv-box__title--adv01::before {
    background-image: url("../img/box_advice_icon.png");
  }
  .adv-box__title--adv02::before {
    background-image: url("../img/box_advice_icon.png");
  }
}
/* SP */
@media print, screen and (max-width: 768px) {
  .adv-dtl {
    width: 285px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .adv-dtl:last-of-type {
    margin-bottom: 0;
  }
  .adv-dtl__title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 38px;
    position: relative;
  }
  .adv-dtl__title::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .adv-box__title--adv01::before {
    background-image: url("../img/box_advice_icon.png");
  }
  .adv-box__title--adv02::before {
    background-image: url("../img/box_advice_icon.png");
  }
  
}

/* ------------------------------ adv-ass ------------------------------ */

/* PC */
@media print, screen and (min-width: 769px) {
  .adv-ass {
    width: 100%;
    margin-bottom: 30px;
  }
  .adv-ass:last-of-type {
    margin-bottom: 0;
  }
  .adv-ass__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
  }
  .adv-ass__lead {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .adv-ass__table {
    width: 100%;
  }
  .adv-ass__table-head {
    display: flex;
    align-items: center;
  }
  .adv-ass__table-head01 {
    min-width: 90px;
    margin-right: 6px;
    justify-content: center;
  }
  .adv-ass__table-head02 {
    max-width: 720px;
    width: 100%;
    padding-left: 20px;
  }
  .adv-ass__table-head01, .adv-ass__table-head02 {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    min-height: 28px;
    border-radius: 44px;
    background-color: #E7EEEC;
  }
  .adv-ass__table-body {
    display: flex;
    border-bottom: 1px solid #E7EEEC;
  }
  .adv-ass__table-body td {
    color: #999999;
  }
  .adv-ass__table-body.is-select td {
    color: #000;
  }
  .adv-ass__table-body01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    justify-content: center;
    min-width: 90px;
    margin-right: 6px;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .adv-ass__table-body02 {
    font-size: 12px;
    line-height: 1.5;
    max-width: 720px;
    width: 100%;
    padding-left: 20px;
  }
  .adv-ass__table-body01, .adv-ass__table-body02 {
    display: flex;
    align-items: center;
    min-height: 40px;
  }
  .adv-box__text-count, .adv-box__text-num {
    font-size: 20px;
    font-weight: bold;
    color: #999999;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .adv-box__text-count .adv-box__text-small {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    line-height: 1.8;
    font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Meiryo',sans-serif;
  }
}
/* SP */
@media print, screen and (max-width: 768px) {
  .adv-ass {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .adv-ass:last-of-type {
    margin-bottom: 0;
  }
  .adv-ass__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
  }
  .adv-ass__lead {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .adv-ass__table {
    width: 100%;
  }
  .adv-ass__table-head {
    display: flex;
    align-items: center;
  }
  .adv-ass__table-head01 {
    width: 48px;
    margin-right: 4px;
    padding: 0;
    justify-content: center;
  }
  .adv-ass__table-head02 {
    width: 233px;
    padding-left: 12px;
    box-sizing: border-box;
  }
  .adv-ass__table-head01, .adv-ass__table-head02 {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    min-height: 28px;
    border-radius: 40px;
    background-color: #E7EEEC;
  }
  .adv-ass__table-body {
    display: flex;
    border-bottom: 1px solid #E7EEEC;
  }
  .adv-ass__table-body td {
    color: #999999;
  }
  .adv-ass__table-body.is-select td {
    color: #000;
  }
  .adv-ass__table-body01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    justify-content: center;
    min-width: 48px;
    margin-right: 4px;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .adv-ass__table-body02 {
    font-size: 12px;
    line-height: 1.5;
    width: 233px;
    padding-left: 12px;
    box-sizing: border-box;
  }
  .adv-ass__table-body01, .adv-ass__table-body02 {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .adv-box__text-count, .adv-box__text-num {
    font-size: 20px;
    font-weight: bold;
    color: #999999;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .adv-box__text-count .adv-box__text-small {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    line-height: 1.8;
    font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Meiryo',sans-serif;
  }
  .ado-wdth100 {
    width: 100%;
  }
}


/* ------------------------------ float-window  ------------------------------ */
/* PC */
/@media print, screen and (min-width: 769px) {
  .float-win {
    position: absolute;
    right: 0;
    top: 125px;
    pointer-events: none;
    width: 795px;
    height: 546px;
    overflow: hidden;
  }
  .float-win.is-fixed {
    position: fixed;
    right: 0;
    top: 0;
  }
  .float-win__btn {
    width: 46px;
    height: 165px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
  }
  .float-win.is-fixed .float-win__btn {
    top: 0;
  }
  .float-win__btn-item {
    background-color: #60B8EF;
    border-radius: 0 0 0 10px;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0px 6px 20px rgba(49, 50, 51, 0.12);
    line-height: 1.214;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .float-win__btn-item::after {
    content: "";
    background-image: url(../img/icon_arrow_wihte_square.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
  }
  .float-win__btn-item.is-active::after {
    transform: rotate(180deg);
  }
  .float-win__btn-item-txt {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .float-win__content {
    position: absolute;
    top: 20px;
    right: -775px;
    overflow: scroll;
    width: 755px;
    height: 486px;
    max-height: 64vh;
    z-index: 0;
    transition: right 1s ease-in-out;
    pointer-events: auto;
    box-shadow: 0px 16px 40px #D9DFE3;
    border-radius: 12px 0px 0px 12px;
  }
  .float-win.is-fixed .float-win__content {
    top: 0;
  }
  .float-win__content.is-active {
    right: 0;
  }
  .float-win__content-img {
    display: block;
    width: 100%;
    border-radius: 12px 0px 0px 12px;
  }
  .float-win__content-link{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #10A3FF;
    text-decoration: underline;
    position: absolute;
    right: 66px;
    top: 20px;
    display: inline-block;
    padding-right: 14px;
  }
  .float-win__content-link:hover{
    text-decoration: none;
  }
  .float-win__content-link::after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #10A3FF;
    mask: url("../img/icon_link_black.svg") no-repeat center center / contain;
    -webkit-mask: url("../img/icon_link_black.svg") no-repeat center center / contain;
  }
}
/* SP */
@media print, screen and (max-width: 768px) {
  .float-win {
    position: absolute;
    right: 0;
    top: 191px;
    pointer-events: none;
    width: 100%;
    height: 274px;
    overflow: hidden;
  }
  .float-win.is-fixed {
    position: fixed;
    right: 0;
    top: 0;
  }
  .float-win__btn {
    width: 30px;
    height: 122px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
  }
  .float-win.is-fixed .float-win__btn {
    top: 0;
  }
  .float-win__btn-item {
    background-color: #60B8EF;
    border-radius: 0 0 0 10px;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0px 6px 20px rgba(49, 50, 51, 0.12);
    line-height: 1.1666;
    padding: 14px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .float-win__btn-item::after {
    content: "";
    background-image: url(../img/icon_arrow_wihte_square.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
  }
  .float-win__btn-item.is-active::after {
    transform: rotate(180deg);
  }
  .float-win__btn-item-txt {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .float-win__content {
    position: absolute;
    top: 20px;
    right: -100vw;
    overflow: scroll;
    width: calc(100vw - 5px);
    height: 274px;
    max-height: 41vh;
    z-index: 0;
    transition: right 1s ease-in-out;
    pointer-events: auto;
    box-shadow: 0px 16px 40px #D9DFE3;
    border-radius: 12px 0px 0px 12px;
  }
  .float-win.is-fixed .float-win__content {
    top: 0;
  }
  .float-win__content.is-active {
    right: 0;
  }
  .float-win__content-img {
    display: block;
    width: 100%;
    border-radius: 12px 0px 0px 12px;
  }
  .float-win__content-link{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #10A3FF;
    text-decoration: underline;
    position: absolute;
    right: 40px;
    top: 12px;
    display: inline-block;
    padding-right: 14px;
  }
  .float-win__content-link:hover{
    text-decoration: none;
  }
  .float-win__content-link::after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #10A3FF;
    mask: url("../img/icon_link_black.svg") no-repeat center center / contain;
    -webkit-mask: url("../img/icon_link_black.svg") no-repeat center center / contain;
  }
} 


/* ------------------------------ float-menu  ------------------------------ */
/* PC */
@media print, screen and (min-width: 769px) {
  .float-menu {
    display: flex;
    align-items: center;
    width: 144px;
    height: 40px;
    padding: 8px 14px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 100px;
    right: 10px;
    filter: drop-shadow(0 6px 20px #D9DFE3);
    cursor: pointer;
  }
  .float-menu.is-fixed {
    position: fixed;
  }
  .float-menu__icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .float-menu__icon img {
    width: 100%;
  }
  .float-menu__txt {
    width: 92px;
    font-size: 14px;
    color: #10A3FF;
    line-height: 1.6;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .float-menu {
    display: flex;
    align-items: center;
    width: 100px;
    height: 30px;
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 550px;
    right: 5px;
    filter: drop-shadow(0 6px 20px #D9DFE3);
    cursor: pointer;
  }
  .float-menu.is-fixed {
    position: fixed;
  }
  .float-menu__icon {
    width: 18px;
    height: 18px;
    margin-right: 3px;
  }
  .float-menu__icon img {
    width: 100%;
  }
  .float-menu__txt {
    width: 66px;
    font-size: 10px;
    color: #10A3FF;
    line-height: 1.6;
  }
}


/* ------------------------------ menu-modal  ------------------------------ */
/* PC */
@media print, screen and (min-width: 769px) {
  .menu-modal-inner {
    max-width: 254px;
    height: unset;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .menu-modal__content {
    padding: 30px 18px;
    border-radius: 10px;
  }
  .menu-modal__list {
    margin-bottom: 16px;
  }
  .menu-modal__item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E7EEEC;
  }
  .menu-modal__item:last-of-type {
    margin-bottom: 0;
  }
  .menu-modal__item a {
    width: 100%;
  }
  .menu-modal__item span {
    font-size: 14px;
    font-weight: bold;
    color: #10A3FF;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-right: 14px;
    position: relative;
  }
  .menu-modal__item span::after {
    content: "";
    background-image: url("../img/icon_newwin_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .menu-modal__close {
    text-align: right;
  }
  .menu-modal__close span {
    font-size: 14px;
    font-weight: bold;
    color: #10A3FF;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-left: 16px;
    position: relative;
    cursor: pointer;
  }
  .menu-modal__close span::before {
    content: "×";
    /*
    background-image: url("https://manabi-gakushu.benesse.ne.jp/navi/op/spiral/ssnavi/_share/img/icon_arrow_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    */
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 30%;
    font-size: 22px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
  }
}
/* SP */
@media print, screen and (max-width: 768px) {
  .menu-modal-inner {
    width: 254px;
    height: unset;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .menu-modal__content {
    padding: 30px 18px;
    border-radius: 10px;
  }
  .menu-modal__list {
    margin-bottom: 16px;
  }
  .menu-modal__item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E7EEEC;
  }
  .menu-modal__item:last-of-type {
    margin-bottom: 0;
  }
  .menu-modal__item a {
    width: 100%;
  }
  .menu-modal__item span {
    font-size: 14px;
    font-weight: bold;
    color: #10A3FF;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-right: 14px;
    position: relative;
  }
  .menu-modal__item span::after {
    content: "";
    background-image: url("../img/icon_newwin_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .menu-modal__close {
    text-align: right;
  }
  .menu-modal__close span {
    font-size: 14px;
    font-weight: bold;
    color: #10A3FF;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-left: 16px;
    position: relative;
    cursor: pointer;
  }

  .menu-modal__close span::before {
    content: "×";
    /*
    background-image: url("https://manabi-gakushu.benesse.ne.jp/navi/op/spiral/ssnavi/_share/img/icon_arrow_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    */
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 50%;
    font-size: 22px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
  }
}

/* ------------------------------ g-adv-box ------------------------------ */

/* PC */
@media print, screen and (min-width: 769px) {
  .g-adv-box__inner--chara-first.g-adv-box__inner {
    padding-top: 170px;
  }

}
/* SP */
@media print, screen and (max-width: 768px) {
  .g-adv-box__inner--chara-first.g-adv-box__inner {
    padding-top: 128px;
  }


}


.g-icon-cancel::before {
  background-image: url(../img/reply-solid.svg);
}