@charset "UTF-8";
/* ======================================================
 * cd100.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * @media only screen and (max-width: 767px)
 * - Page Component
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- cd100-heading1 ----- */
  .heading-lv1.cd100-heading1 {
    position: relative;
    padding-right: 100px;
  }
  .heading-lv1.cd100-heading1 .heading_button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  /* ----- cd100-meadia ----- */
  .cd100-meadia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #cee4ee;
  }
  .cd100-meadia__head {
    width: 58.8333333333%;
  }
  .cd100-meadia__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cd100-meadia__head > *:first-child, .cd100-meadia__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-meadia__image img {
    width: 100%;
  }
  .cd100-meadia__logo {
    width: 100%;
    line-height: 0;
    text-align: center;
  }
  .cd100-meadia__logo img {
    width: 55.2631578947%;
  }
  .cd100-meadia__title {
    margin-top: 1.5em;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
    text-align: center;
  }
  .cd100-meadia__text {
    margin-top: 1.875em;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* ----- cd100-box ----- */
  .cd100-box {
    padding: 20px;
    background-color: #004d66;
    color: #fff;
  }
  .cd100-box__text {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }
  .cd100-box > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-box > *:last-child {
    margin-bottom: 0 !important;
  }

  /* ----- cd100-lead ----- */
  .cd100-lead {
    margin: 2em 0 0;
    font-size: 3rem;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .cd100-lead__marker {
    padding: 0 12px 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fdf899));
    background: -webkit-linear-gradient(transparent 60%, #fdf899 0%);
    background: linear-gradient(transparent 60%, #fdf899 0%);
  }
  .cd100-lead__text--orange, .cd100-lead__text--red {
    position: relative;
    font-size: 3.6rem;
    line-height: 1.1;
  }
  .cd100-lead__text--orange::before, .cd100-lead__text--red::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .cd100-lead__text--red {
    color: #e60012;
  }
  .cd100-lead__text--red::before {
    top: -9px;
    left: -9px;
    width: 23px;
    height: 21px;
    background-image: url("/sp/cd100/img/index_ic01_01.png");
  }
  .cd100-lead__text--orange {
    color: #de7d00;
  }
  .cd100-lead__text--orange::before {
    top: -8px;
    right: -2px;
    width: 26px;
    height: 27px;
    background-image: url("/sp/cd100/img/index_ic01_02.png");
  }

  /* v2 */
  .cd100-lead-v2 {
    margin: 0.9090909091em 0 0;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
    text-align: center;
  }

  /* v3 */
  .cd100-lead-v3 {
    margin: 1.1363636364em 0 0;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* v4 */
  .cd100-lead-v4 {
    margin: 1.6666666667em 0 0;
    color: #004d66;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* ----- cd100-column ----- */
  .cd100-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.1875em 0 0;
  }
  .cd100-column__item {
    width: calc((100% - 72.1px) / 3);
    margin: 30px 0 0 36px;
  }
  .cd100-column__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .cd100-column__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .cd100-column__image {
    margin: 0;
    text-align: center;
  }
  .cd100-column__caption {
    margin: 0.45em 0 0;
    font-size: 1.9rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
  }

  /* v2 */
  .cd100-column-v2 {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25em 0 0;
    font-family: "Noto Sans CJK JP", sans-serif;
  }
  .cd100-column-v2__head {
    margin: 0 15px 0 0;
  }
  .cd100-column-v2__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -17px;
  }
  .cd100-column-v2__body > * {
    margin-right: 17px !important;
  }
  .cd100-column-v2__head > *:first-child, .cd100-column-v2__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-column-v2__title {
    padding: 1px 8px 3px;
    background-color: #e60012;
    color: #fff;
    font-weight: 700;
    line-height: 1.625;
    text-align: center;
  }
  .cd100-column-v2__text {
    margin: 0;
    color: #e60012;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .cd100-column-v2__note {
    position: relative;
    margin: 0;
    padding: 0 0 0 1em;
    color: #e60012;
    font-weight: 500;
    line-height: 1.6;
  }
  .cd100-column-v2__note span {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* v3 */
  .cd100-column-v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3.75em 0 0;
  }
  .cd100-column-v3__item--photo {
    width: 65.6666666667%;
  }
  .cd100-column-v3__item--figure {
    width: 31.3333333333%;
  }
  .cd100-column-v3__image {
    margin: 0;
  }
  .cd100-column-v3__image img {
    width: 100%;
  }

  /* v4 */
  .cd100-column-v4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.1875em 0 0;
  }
  .cd100-column-v4__item {
    width: calc((100% - 36.1px) / 2);
    margin: 30px 0 0 36px;
  }
  .cd100-column-v4__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .cd100-column-v4__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .cd100-column-v4__item > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-column-v4__lead {
    margin: 0;
    color: #004d66;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.625;
    text-align: center;
  }

  /* v5 */
  .cd100-column-v5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
  }
  .cd100-column-v5__item {
    margin-right: 10px;
  }
  .cd100-column-v5__item > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- cd100-heading2 ----- */
  .cd100-heading2 {
    margin: 2em 0 0;
    padding: 14px 20px;
    background-color: #004d66;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
    text-align: center;
  }

  /* v2 */
  .cd100-heading2-v2 {
    margin: 1.6071428571em 0 0;
    padding: 0 0 15px;
    border-bottom: 2px solid #004d66;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
  }

  /* ----- cd100-text ----- */
  .cd100-text {
    margin: 0.75em 0 0;
    line-height: 1.625;
    text-align: center;
  }

  /* ----- cd100-image ----- */
  .cd100-image {
    margin: 1.5625em 0 0;
    text-align: center;
  }
  .cd100-image img {
    width: 34%;
  }

  /* v2 */
  .cd100-image-v2 {
    margin: 0;
    text-align: center;
  }

  /* ----- cd100-note ----- */
  .cd100-note {
    margin: 0.5714285714em 0 0;
    color: #004d66;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }

  /* ----- cd100-card ----- */
  .cd100-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.25em 0 0;
  }
  .cd100-card__item {
    position: relative;
    width: calc((100% - 108.1px) / 4);
    margin: 36px 0 0 36px;
  }
  .cd100-card__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .cd100-card__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .cd100-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 20px;
    background-color: rgba(206, 228, 238, 0.9);
  }
  .cd100-card__head > *:first-child, .cd100-card__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-card__image {
    margin: 0;
  }
  .cd100-card__image img {
    width: 100%;
  }
  .cd100-card__title {
    color: #004d66;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* v2 */
  .cd100-card-v2 {
    margin: 1.25em 0 0;
  }
  .cd100-card-v2__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cd100-card-v2__type:not(.cd100-card-v2__type--nolink) {
    color: #333 !important;
    text-decoration: none !important;
  }
  .cd100-card-v2__type:not(.cd100-card-v2__type--nolink) .cd100-card-v2__title::after {
    content: "";
    position: relative;
    top: -0.125em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-top: 1px solid #004d66;
    border-right: 1px solid #004d66;
    vertical-align: middle;
  }
  .cd100-card-v2__type:not(.cd100-card-v2__type--nolink):hover .cd100-card-v2__title {
    text-decoration: underline;
  }
  .cd100-card-v2__head {
    width: 39.8625429553%;
    margin: 0 20px 0 0;
  }
  .cd100-card-v2__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cd100-card-v2__head > *:first-child, .cd100-card-v2__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-card-v2__image {
    margin: 0;
    text-align: center;
  }
  .cd100-card-v2__title {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
  }
  .cd100-card-v2__subtitle {
    margin: 0.2083333333em 0 0;
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
  }
  .cd100-card-v2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.625em 0 0;
    line-height: 1.625;
  }
  .cd100-card-v2__list > dt::after {
    content: "：";
  }
  .cd100-card-v2__list > dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: break-all;
  }
  .cd100-card-v2__list + .cd100-card-v2__list {
    margin-top: 0;
  }

  /* ----- cd100-video ----- */
  .cd100-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3.125em 0 0;
  }
  .cd100-video__inner {
    width: 48.3333333333%;
  }
  .cd100-video__iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .cd100-video__iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  /* ----- cd100-button ----- */
  .cd100-button__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88px;
    height: 32px;
    padding: 0 0 2px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #3381d0;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.1;
    text-align: center;
  }
  .cd100-button__type:hover {
    background-color: #daebfc;
  }

  /* ----- pc-hidden ----- */
  .pc-hidden {
    display: none;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- cd100-heading1 ----- */
  .heading-lv1.cd100-heading1 {
    position: relative;
    padding-right: 80px;
  }
  .heading-lv1.cd100-heading1 .heading_button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  /* ----- cd100-meadia ----- */
  .cd100-meadia {
    margin: 0 -15px;
  }
  .cd100-meadia__body {
    padding: 28px 15px 20px;
    background-color: #cee4ee;
  }
  .cd100-meadia__head > *:first-child, .cd100-meadia__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-meadia__image img {
    width: 100%;
  }
  .cd100-meadia__logo {
    line-height: 0;
    text-align: center;
  }
  .cd100-meadia__logo img {
    max-width: 218px;
    width: 100%;
  }
  .cd100-meadia__title {
    margin-top: 1.25em;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
    text-align: center;
  }
  .cd100-meadia__text {
    margin-top: 0.7692307692em;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* ----- cd100-box ----- */
  .cd100-box {
    margin: 0 -15px;
    padding: 15px;
    background-color: #004d66;
    color: #fff;
  }
  .cd100-box__text {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }
  .cd100-box > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-box > *:last-child {
    margin-bottom: 0 !important;
  }

  /* ----- cd100-lead ----- */
  .cd100-lead {
    margin: 1.1904761905em 0 0;
    font-size: 2.1rem;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 700;
    line-height: 1.9;
    text-align: center;
  }
  .cd100-lead__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fdf899));
    background: -webkit-linear-gradient(transparent 50%, #fdf899 0%);
    background: linear-gradient(transparent 50%, #fdf899 0%);
  }
  .cd100-lead__text--orange, .cd100-lead__text--red {
    position: relative;
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .cd100-lead__text--orange::before, .cd100-lead__text--red::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .cd100-lead__text--red {
    color: #e60012;
  }
  .cd100-lead__text--red::before {
    top: -4px;
    left: -9px;
    width: 15px;
    height: 13px;
    background-image: url("/sp/cd100/img/index_ic01_01-r2x.png");
  }
  .cd100-lead__text--orange {
    color: #de7d00;
  }
  .cd100-lead__text--orange::before {
    top: -1px;
    right: -3px;
    width: 17px;
    height: 18px;
    background-image: url("/sp/cd100/img/index_ic01_02-r2x.png");
  }

  /* v2 */
  .cd100-lead-v2 {
    margin: 0.5714285714em 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* v3 */
  .cd100-lead-v3 {
    margin: 0.9375em 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* v4 */
  .cd100-lead-v4 {
    margin: 1.3888888889em 0 0;
    color: #004d66;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* ----- cd100-column ----- */
  .cd100-column {
    margin: 2.1428571429em 0 0;
  }
  .cd100-column__item + .cd100-column__item {
    margin-top: 2.8571428571em;
  }
  .cd100-column__image {
    margin: 0;
    text-align: center;
  }
  .cd100-column__caption {
    margin: 0.2777777778em 0 0;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
  }

  /* v2 */
  .cd100-column-v2 {
    margin: 1.4285714286em 0 0;
    font-family: "Noto Sans CJK JP", sans-serif;
  }
  .cd100-column-v2__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cd100-column-v2__body {
    margin: 0.3571428571em 0 0;
  }
  .cd100-column-v2__head > *:first-child, .cd100-column-v2__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-column-v2__title {
    padding: 0 10px;
    background-color: #e60012;
    color: #fff;
    font-weight: 700;
    line-height: 1.625;
    text-align: center;
  }
  .cd100-column-v2__text {
    margin: 0;
    color: #e60012;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  .cd100-column-v2__note {
    margin: 0;
    color: #e60012;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }

  /* v3 */
  .cd100-column-v3 {
    margin: 2.8571428571em 0 0;
  }
  .cd100-column-v3 > * + * {
    margin-top: 20px;
  }
  .cd100-column-v3__image {
    margin: 0;
    text-align: center;
  }

  /* v4 */
  .cd100-column-v4 {
    margin: 1.0714285714em 0 0;
  }
  .cd100-column-v4__item + .cd100-column-v4__item {
    margin-top: 1.7857142857em;
  }
  .cd100-column-v4__item > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-column-v4__lead {
    margin: 0;
    color: #004d66;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* v5 */
  .cd100-column-v5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
  }
  .cd100-column-v5__item {
    margin-right: 10px;
  }
  .cd100-column-v5__item > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- cd100-heading2 ----- */
  .cd100-heading2 {
    margin: 1.9047619048em 0 0;
    padding: 8px 15px;
    background-color: #004d66;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
    text-align: center;
  }

  /* v2 */
  .cd100-heading2-v2 {
    margin: 1.25em 0 0;
    padding: 0 0 10px;
    border-bottom: 2px solid #004d66;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
  }

  /* ----- cd100-text ----- */
  .cd100-text {
    margin: 0.7142857143em 0 0;
  }

  /* ----- cd100-image ----- */
  .cd100-image {
    margin: 1.4285714286em 0 0;
    text-align: center;
  }
  .cd100-image img {
    width: 65.7971014493%;
  }

  /* v2 */
  .cd100-image-v2 {
    margin: 0;
    text-align: center;
  }

  /* ----- cd100-note ----- */
  .cd100-note {
    margin: 0.3846153846em 0 0;
    color: #004d66;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
  }

  /* ----- cd100-card ----- */
  .cd100-card {
    margin: 1.4285714286em 0 0;
  }
  .cd100-card__item {
    position: relative;
  }
  .cd100-card__item + .cd100-card__item {
    margin-top: 25px;
  }
  .cd100-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px;
    background-color: rgba(206, 228, 238, 0.9);
  }
  .cd100-card__head > *:first-child, .cd100-card__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-card__image {
    margin: 0;
  }
  .cd100-card__image img {
    width: 100%;
  }
  .cd100-card__title {
    color: #004d66;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.6;
    text-align: center;
  }

  /* v2 */
  .cd100-card-v2 {
    margin: 0.7142857143em 0 0;
  }
  .cd100-card-v2__type {
    display: block;
  }
  .cd100-card-v2__type:not(.cd100-card-v2__type--nolink) {
    color: #333 !important;
    text-decoration: none !important;
  }
  .cd100-card-v2__type:not(.cd100-card-v2__type--nolink) .cd100-card-v2__title::after {
    content: "";
    position: relative;
    top: -0.1176470588em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 3px;
    border-top: 1px solid #004d66;
    border-right: 1px solid #004d66;
    vertical-align: middle;
  }
  .cd100-card-v2__body {
    margin: 0.7142857143em 0 0;
  }
  .cd100-card-v2__head > *:first-child, .cd100-card-v2__body > *:first-child {
    margin-top: 0 !important;
  }
  .cd100-card-v2__image {
    margin: 0;
    text-align: center;
  }
  .cd100-card-v2__image img {
    width: 66.6666666667%;
  }
  .cd100-card-v2__title {
    padding-left: 16px;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
    text-align: center;
  }
  .cd100-card-v2__subtitle {
    margin: 0.2941176471em 0 0;
    font-size: 1.7rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.4;
    text-align: center;
  }
  .cd100-card-v2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.7142857143em 0 0;
    line-height: 1.6;
  }
  .cd100-card-v2__list > dt {
    white-space: nowrap;
  }
  .cd100-card-v2__list > dt::after {
    content: "：";
  }
  .cd100-card-v2__list > dd {
    word-wrap: break-word;
  }
  .cd100-card-v2__list + .cd100-card-v2__list {
    margin-top: 0;
  }

  /* ----- cd100-video ----- */
  .cd100-video {
    margin: 2.8571428571em 0 0;
  }
  .cd100-video__iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .cd100-video__iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  /* ----- cd100-button ----- */
  .cd100-button__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 29px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #3381d0;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", sans-serif;
    line-height: 1.1;
    text-align: center;
  }

  /* ----- sp-hidden ----- */
  .sp-hidden {
    display: none;
  }
}
