.c3Standard {
  text-align: center;
  overflow: hidden;
}
.c3Standard img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c3Standard .sp {
  display: none !important;
}

/* -------------------------------------------------------------------------------------------------------------

    PC

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px), print {
  .c3Standard .c3Column01 p {
    font-size: 1.8rem;
    line-height: 1.78;
    text-align: center;
    margin: 27px 0 0;
  }

  .c3Standard {
    /* -------------
    mv
    --------------- */
    /* -------------
    page-link
    --------------- */
    /* -------------
    page-link
    --------------- */
    /* -------------
    feature
    --------------- */
    /* -------------
    sdgs
    --------------- */
  }
  .c3Standard .pc-h-390 {
    height: 390px;
  }
  .c3Standard .pc-h-240 {
    height: 240px;
  }
  .c3Standard .pc-h-175 {
    height: 175px;
  }
  .c3Standard .pc-h-143 {
    height: 143px;
  }
  .c3Standard .pc-h-122 {
    height: 122px;
  }
  .c3Standard .pc-h-116 {
    height: 116px;
  }
  .c3Standard .pc-h-280 {
    height: 280px;
  }
  .c3Standard .pc-h-92 {
    height: 92px;
  }
  .c3Standard .pc-h-64 {
    height: 64px;
  }
  .c3Standard .pc-h-46 {
    height: 46px;
  }
  .c3Standard .pc-h-32 {
    height: 32px;
  }
  .c3Standard .pc-h-183 {
    height: 183px;
  }
  .c3Standard .list-indent ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .c3Standard .list-indent li {
    text-align: left;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 641px) {
  .c3Standard .list-indent li {
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 769px), print {
  .c3Standard .list-indent li:last-child {
    margin-bottom: 0;
  }
  .c3Standard .list-indent li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .c3Standard .list-indent li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0vw;
  }
  .c3Standard .list-indent.type-inline-pc {
    text-align: center;
  }
  .c3Standard .list-indent.type-inline-pc li {
    padding-left: 0;
  }
  .c3Standard .list-indent.type-inline-pc li span.indent {
    position: relative;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 641px) {
  .c3Standard .list-indent.type-inline-pc {
    text-align: left;
  }
  .c3Standard .list-indent.type-inline-pc li {
    position: relative;
    padding-left: 1.2em;
  }
  .c3Standard .list-indent.type-inline-pc li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .c3Standard .mv {
    position: relative;
    width: 100%;
    height: 520px;
    background: url("/-/Media/com/c3/top/220215/standard/mv_main_repeat_pc.jpg") center 0 repeat-x;
    background-size: auto 520px;
    overflow: hidden;
  }
  .c3Standard .mv img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 960px !important;
    height: 520px !important;
  }
  .c3Standard .page-link {
    width: 100%;
    background: #005bac;
  }
  .c3Standard .page-link nav {
    width: 880px;
    height: 80px;
    margin: 0 auto;
  }
  .c3Standard .page-link nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .c3Standard .page-link nav ul li {
    position: relative;
  }
  .c3Standard .page-link nav ul li::after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 41px;
    top: 21px;
    left: 0;
    z-index: 2;
    background: #fff;
    opacity: 0.4;
  }
  .c3Standard .page-link nav ul li:nth-child(1) {
    width: 311px;
  }
  .c3Standard .page-link nav ul li:nth-child(2) {
    width: 282px;
  }
  .c3Standard .page-link nav ul li:nth-child(3) {
    width: 284px;
  }
  .c3Standard .page-link nav ul li:nth-child(3)::before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 41px;
    top: 21px;
    right: 0;
    z-index: 2;
    background: #fff;
    opacity: 0.4;
  }
  .c3Standard .page-link nav ul li a {
    position: relative;
    display: block;
    height: 80px;
  }
  .c3Standard .page-link nav ul li a img {
    display: block;
    position: absolute;
    top: 23px;
    left: 50%;
    width: auto;
    height: 22px !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c3Standard .page-link nav ul li a i {
    position: absolute;
    display: block;
    width: 16px;
    height: 10px;
    top: 49px;
    left: 50%;
    margin-left: -8px;
    z-index: 2;
    background: url("/-/Media/com/c3/top/220215/standard/icon_page_link_pc.png") 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 0.3s 0s ease;
    -moz-transition: transform 0.3s 0s ease;
    -ms-transition: transform 0.3s 0s ease;
    -o-transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
  }
  .c3Standard .page-link nav ul li a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c3Standard .page-link nav ul li a:hover i {
    -webkit-transition: transform 0.2s 0s ease;
    -moz-transition: transform 0.2s 0s ease;
    -ms-transition: transform 0.2s 0s ease;
    -o-transition: transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
  .c3Standard .bl-collaboration {
    background-color: #51b1bf;
    text-align: center;
    padding: 80px 0 80px;
  }
  .c3Standard .bl-collaboration .collaboration-ttl {
    width: 881px;
    height: 108px;
    margin: 0 auto;
  }
  .c3Standard .bl-collaboration .collaboration-image {
    width: 880px;
    height: 356px;
    margin: 30px auto 0;
  }
  .c3Standard .bl-collaboration .collaboration-lottery {
    width: 880px;
    height: 188px;
    margin: 30px auto 0;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link {
    width: 640px;
    margin: 40px auto 0;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a {
    border-radius: 100vh;
    width: 100%;
    height: 64px;
    background-color: #1da1f2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: bold;
    box-shadow: 0px 4px 0px 2px #177fbf;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a span {
    margin: 0 10px 0 10px;
    line-height: 1.2;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a .collaboration-twitter-link__ico-twitter {
    width: 25px;
    height: 25px;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a .collaboration-twitter-link__ico-blank {
    width: 12px;
    height: 10px;
  }
  .c3Standard .bl-collaboration .collaboration-pdf {
    margin: 40px auto 0;
    text-align: center;
  }
  .c3Standard .bl-collaboration .collaboration-pdf a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .c3Standard .bl-collaboration .collaboration-pdf a span {
    margin-left: 5px;
  }
  .c3Standard .bl-collaboration .collaboration-pdf a .collaboration-pdf__ico-pdf {
    width: 18px;
    height: 25px;
  }
  .c3Standard .bl-lineup {
    background: url("/-/Media/com/c3/top/220215/standard/bg_lineup_pc.jpg") center 0 no-repeat #bde1f0;
    background-size: 2000px auto;
    padding: 98px 0 100px;
  }
  .c3Standard .lineup-ttl {
    width: 244px;
    margin: 0 auto 52px;
  }
  .c3Standard .lineup-txt {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 700;
    color: #005bac;
    margin: 0 auto 56px;
  }
  .c3Standard .lineup-items {
    width: 880px;
    width: 900px;
    margin: 0 auto;
    display: table;
  }
  .c3Standard .lineup-items .lineup-item {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding: 0 10px;
  }
  .c3Standard .lineup-item-name {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: 700;
    color: #212121;
    margin: 0 auto 10px;
    height: 56px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .c3Standard .lineup-item-label {
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 5px 20px 6px;
    line-height: 1;
    color: #444a4c;
    border: 1px solid #444a4c;
  }
  .c3Standard .lineup-item-level-txt {
    font-size: 1.8rem;
    margin: 0 auto 6px;
    line-height: 1;
    color: #005bac;
    font-weight: 700;
  }
  .c3Standard .lineup-item-level-txt span {
    font-size: 2.4rem;
  }
  .c3Standard .lineup-item-level-img {
    margin-bottom: 19px;
  }
  .c3Standard .bl-feature {
    background: #ccc;
    background: url("/-/Media/com/c3/top/220215/standard/bg_feature_pc.jpg") center 0 no-repeat #0163bb;
    background-size: 2000px auto;
    padding: 98px 0 100px;
  }
  .c3Standard .feature-ttl {
    width: 186px;
    margin: 0 auto 50px;
  }
  .c3Standard .feature-txt-main {
    font-size: 3.0rem;
    margin: 0 auto 40px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
  }
  .c3Standard .feature-txt-sub {
    font-size: 2.0rem;
    margin: 0 auto 70px;
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
  }
  .c3Standard .feature-items {
    width: 880px;
    margin: 0 auto;
  }
  .c3Standard .feature-items .feature-item {
    position: relative;
    margin-bottom: 50px;
    background: #fff;
    padding: 60px 0;
  }
  .c3Standard .feature-items .feature-item:last-child {
    margin-bottom: 0;
  }
  .c3Standard .feature-item-point {
    position: absolute;
    top: -18px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    background: #004480;
  }
  .c3Standard .feature-item-ttl {
    width: 510px;
    margin: 0 auto 50px;
  }
  .c3Standard .feature-item-txt-box {
    width: 510px;
    margin: 0 auto;
  }
  .c3Standard .feature-item-txt {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.0;
    color: #212121;
    font-weight: 500;
  }
  .c3Standard .feature-item-txt span {
    font-weight: 700;
    color: #005bac;
  }
  .c3Standard .feature-item-txt sup {
    font-size: 1rem;
    position: relative;
  }
  .c3Standard .feature-item-txt.type-has-btm {
    margin-bottom: 20px;
  }
  .c3Standard .feature-item-img-01 {
    width: 432px;
    margin: 44px auto 0;
  }
  .c3Standard .feature-item-layout {
    width: 760px;
    display: table;
    margin: 0 auto;
  }
  .c3Standard .feature-item-layout-l {
    display: table-cell;
    vertical-align: middle;
    width: 400px;
    padding-right: 45px;
  }
  .c3Standard .feature-item-layout-r {
    display: table-cell;
    vertical-align: middle;
    width: 360px;
  }
  .c3Standard .feature-item-img-txt {
    font-size: 1.3rem;
    margin-top: 24px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
  }
  .c3Standard .bl-sdgs {
    background: url("/-/Media/com/c3/top/220215/standard/bg_sdgs_pc.jpg") center 0 no-repeat #cae7f3;
    background-size: 2000px auto;
    padding: 98px 0 100px;
  }
  .c3Standard .sdgs-ttl {
    width: 186px;
    margin: 0 auto 50px;
  }
  .c3Standard .sdgs-txt-main {
    font-size: 2.8rem;
    margin: 0 auto 40px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
  }
  .c3Standard .sdgs-txt-sub {
    font-size: 2.0rem;
    margin: 0 auto 50px;
    line-height: 1.8;
    color: #005bac;
    font-weight: 500;
  }
  .c3Standard .sdgs-main-img {
    width: 880px;
    margin: 0 auto 100px;
  }
  .c3Standard .sdgs-circle-items {
    width: 880px;
    margin: 0 auto 100px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .c3Standard .sdgs-circle-items .sdgs-circle-item {
    width: 280px;
  }
  .c3Standard .sdgs-r-eco {
    width: 700px;
    margin: 0 auto 60px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 26px 0 26px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  .c3Standard .sdgs-r-eco-inner {
    width: 610px;
    margin-left: 48px;
    display: table;
  }
  .c3Standard .sdgs-r-eco-logo {
    display: table-cell;
    vertical-align: middle;
    width: 134px;
  }
  .c3Standard .sdgs-r-eco-con {
    display: table-cell;
    vertical-align: middle;
    padding-left: 45px;
    text-align: left;
  }
  .c3Standard .sdgs-r-eco-con-ttl {
    font-size: 20px;
    font-size: 2.0rem;
    color: #005bac;
    font-weight: 700;
    margin-bottom: 15px;
    text-indent: -0.5em;
  }
  .c3Standard .sdgs-r-eco-con-txt {
    font-size: 15px;
    font-size: 1.5rem;
    color: #212121;
    line-height: 1.8;
    font-weight: 400;
  }
  .c3Standard .sdgs-bnr-item {
    width: 700px;
    margin: 0 auto;
  }
  .c3Standard .sdgs-bnr-item a {
    display: block;
    background: #fff;
    -moz-box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .c3Standard .lineup-item-label {
    padding: 9px 20px 6px;
  }

  /* IE11 */
}
/* -------------------------------------------------------------------------------------------------------------

    TAB

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* -------------------------------------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------------*/
}
/* -------------------------------------------------------------------------------------------------------------

    SP / TAB

------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .c3Standard {
    overflow: hidden;
    /* -------------
    mv
    --------------- */
    /* -------------
    page-link
    --------------- */
    /* -------------
    page-link
    --------------- */
    /* -------------
    feature
    --------------- */
    /* -------------
    sdgs
    --------------- */
  }
  .c3Standard #c3Menu {
    text-align: left;
  }
  .c3Standard .sp-h-130 {
    height: 17.33333vw;
  }
  .c3Standard .sp-h-160 {
    height: 21.33333vw;
  }
  .c3Standard .sp-h-436 {
    height: 58.13333vw;
  }
  .c3Standard .sp-h-72 {
    height: 9.6vw;
  }
  .c3Standard .sp-h-70 {
    height: 9.33333vw;
  }
  .c3Standard .sp-h-50 {
    height: 6.66667vw;
  }
  .c3Standard .sp-h-203 {
    height: 27.06667vw;
  }
  .c3Standard .sp-h-407 {
    height: 54.26667vw;
  }
  .c3Standard .sp-h-230 {
    height: 30.66667vw;
  }
  .c3Standard .sp-h-162 {
    height: 21.6vw;
  }
  .c3Standard .sp-h-480 {
    height: 64vw;
  }
  .c3Standard .sp-h-192 {
    height: 25.6vw;
  }
  .c3Standard .sp-h-225 {
    height: 30vw;
  }
  .c3Standard .pc {
    display: none !important;
  }
  .c3Standard #c3Menu .pc {
    display: none !important;
  }
  .c3Standard .sp {
    display: inline !important;
  }
  .c3Standard .list-indent.type-fs-s li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 641px) {
  .c3Standard .list-indent.type-fs-s li {
    font-size: 3.2vw;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .c3Standard .list-indent ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .c3Standard .list-indent li {
    text-align: left;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 0.8125rem;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 641px) {
  .c3Standard .list-indent li {
    font-size: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .c3Standard .list-indent li:last-child {
    margin-bottom: 0;
  }
  .c3Standard .list-indent li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .c3Standard .list-indent li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0vw;
  }
  .c3Standard .list-indent.type-inline-pc {
    text-align: center;
  }
  .c3Standard .list-indent.type-inline-pc li {
    padding-left: 0;
  }
  .c3Standard .list-indent.type-inline-pc li span.indent {
    position: relative;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (max-width: 641px) {
  .c3Standard .list-indent.type-inline-pc {
    text-align: left;
  }
  .c3Standard .list-indent.type-inline-pc li {
    position: relative;
    padding-left: 1.2em;
  }
  .c3Standard .list-indent.type-inline-pc li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c3Standard .mv {
    position: relative;
    width: 100%;
  }
  .c3Standard .page-link {
    width: 100%;
    background: #005bac;
  }
  .c3Standard .page-link nav {
    width: 100%;
    height: 16vw;
  }
  .c3Standard .page-link nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .c3Standard .page-link nav ul li {
    position: relative;
    top: 4vw;
  }
  .c3Standard .page-link nav ul li::after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 8vw;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    opacity: 0.4;
  }
  .c3Standard .page-link nav ul li:nth-child(1) {
    width: 33.33333vw;
  }
  .c3Standard .page-link nav ul li:nth-child(2) {
    width: 33.33333vw;
  }
  .c3Standard .page-link nav ul li:nth-child(3) {
    width: 33.33333vw;
  }
  .c3Standard .page-link nav ul li:nth-child(3)::after {
    display: none;
  }
  .c3Standard .page-link nav ul li a {
    position: relative;
    display: block;
    height: 8vw;
  }
  .c3Standard .page-link nav ul li a img {
    display: block;
    position: absolute;
    top: 0.4vw;
    left: 50%;
    width: auto;
    height: 4.26667vw !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c3Standard .page-link nav ul li a i {
    position: absolute;
    display: block;
    width: 2.93333vw;
    height: 1.86667vw;
    top: 6vw;
    left: 50%;
    margin-left: -1.46667vw;
    z-index: 2;
    background: url("/-/Media/com/c3/top/220215/standard/icon_page_link_pc.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
  .c3Standard .bl-collaboration {
    background-color: #51b1bf;
    text-align: center;
    padding: 6.4vw 0 13.333vw;
  }
  .c3Standard .bl-collaboration .collaboration-ttl {
    width: 92vw;
    height: 14.4vw;
    margin: 0 auto;
  }
  .c3Standard .bl-collaboration .collaboration-image {
    width: 92vw;
    height: 84vw;
    margin: 2.667vw auto 0;
  }
  .c3Standard .bl-collaboration .collaboration-lottery {
    width: 92.267vw;
    height: 75.867vw;
    margin: 4vw auto 0;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link {
    width: 92vw;
    margin: 6.667vw auto 0;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a {
    border-radius: 100vh;
    width: 100%;
    height: 14.667vw;
    background-color: #1da1f2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8vw;
    font-weight: bold;
    box-shadow: 0px 4px 0px 2px #177fbf;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a span {
    margin: 0 2.4vw 0 2.4vw;
    line-height: 1.2;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a .collaboration-twitter-link__ico-twitter {
    width: 5.867vw;
    height: 5.867vw;
  }
  .c3Standard .bl-collaboration .collaboration-twitter-link a .collaboration-twitter-link__ico-blank {
    width: 3.067vw;
    height: 2.533vw;
  }
  .c3Standard .bl-collaboration .collaboration-pdf {
    margin: 6.667vw auto 0;
    text-align: center;
  }
  .c3Standard .bl-collaboration .collaboration-pdf a {
    display: inline-block;
    padding-bottom: 2.4vw;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 3.733vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .c3Standard .bl-collaboration .collaboration-pdf a span {
    margin-left: 2.4vw;
  }
  .c3Standard .bl-collaboration .collaboration-pdf a .collaboration-pdf__ico-pdf {
    width: 3.467vw;
    height: 4.8vw;
  }
  .c3Standard .bl-lineup {
    background: url("/-/Media/com/c3/top/220215/standard/bg_lineup_sp.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 13.06667vw 0 14.66667vw;
  }
  .c3Standard .lineup-ttl {
    width: 42.66667vw;
    margin: 0 auto 8vw;
  }
  .c3Standard .lineup-txt {
    font-size: 4.53333vw;
    line-height: 1.8;
    font-weight: 700;
    color: #005bac;
    margin: 0 auto 5.33333vw;
  }
  .c3Standard .lineup-items {
    width: 97.33333vw;
    width: 96%;
    margin: 0 auto;
    display: table;
  }
  .c3Standard .lineup-items .lineup-item {
    display: table-cell;
    width: 31.46667vw;
    width: 2.66667vw;
    width: 33.3%;
  }
  .c3Standard .lineup-item-name {
    font-size: 3.2vw;
    line-height: 1.4;
    font-weight: 700;
    color: #212121;
    margin: 0 auto 4vw;
    height: 8.8vw;
    position: relative;
    width: 110%;
    left: -5%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .c3Standard .lineup-item-label {
    width: 30.13333vw;
    width: 96%;
    font-size: 3.2vw;
    display: block;
    margin: 0 auto 2vw;
    padding: 1.46667vw 0 1.6vw;
    line-height: 1;
    color: #444a4c;
    border: 1px solid #444a4c;
  }
  .c3Standard .lineup-item-level-txt {
    font-size: 2.93333vw;
    margin: 0 auto 1.86667vw;
    line-height: 1;
    color: #005bac;
    font-weight: 700;
  }
  .c3Standard .lineup-item-level-txt span {
    font-size: 4.26667vw;
  }
  .c3Standard .lineup-item-level-img {
    margin-bottom: 2.4vw;
  }
  .c3Standard .bl-feature {
    background: url("/-/Media/com/c3/top/220215/standard/bg_feature_sp.jpg") center 0 no-repeat #0163bb;
    background-size: 100% auto;
    padding: 13.33333vw 0 13.33333vw;
  }
  .c3Standard .feature-ttl {
    width: 33.33333vw;
    margin: 0 auto 7.46667vw;
  }
  .c3Standard .feature-txt-main {
    font-size: 4.53333vw;
    margin: 0 auto 6.66667vw;
    line-height: 1;
    color: #fff;
    font-weight: 700;
  }
  .c3Standard .feature-txt-sub {
    width: 92vw;
    font-size: 3.73333vw;
    margin: 0 auto 16.26667vw;
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
    text-align: left;
  }
  .c3Standard .feature-items {
    width: 92vw;
    margin: 0 auto;
  }
  .c3Standard .feature-items .feature-item {
    position: relative;
    margin-bottom: 10.66667vw;
    background: #fff;
    padding: 9.33333vw 0 10.66667vw;
  }
  .c3Standard .feature-items .feature-item:last-child {
    margin-bottom: 0;
  }
  .c3Standard .feature-items .feature-item.type-02 {
    padding: 10.66667vw 0 10.66667vw;
  }
  .c3Standard .feature-items .feature-item.type-03 .feature-item-img {
    width: 63.2vw;
    margin: 0 auto;
  }
  .c3Standard .feature-item-point {
    position: absolute;
    top: -3.33333vw;
    left: 50%;
    width: 22.4vw;
    margin-left: -11.2vw;
    background: #004480;
  }
  .c3Standard .feature-item-ttl {
    width: 82.66667vw;
    margin: 0 auto 8.26667vw;
  }
  .c3Standard .feature-item-txt-box {
    width: 81.33333vw;
    margin: 0 auto;
  }
  .c3Standard .feature-item-txt {
    font-size: 3.46667vw;
    text-align: left;
    line-height: 2.0;
    color: #212121;
    font-weight: 500;
  }
  .c3Standard .feature-item-txt span {
    font-weight: 700;
    color: #005bac;
  }
  .c3Standard .feature-item-txt sup {
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    display: inline-block;
  }
  .c3Standard .feature-item-txt.type-has-btm {
    margin-bottom: 5.33333vw;
  }
  .c3Standard .feature-item-img-01 {
    width: 81.33333vw;
    margin: 6.66667vw auto 0;
  }
  .c3Standard .feature-item-layout {
    width: 81.33333vw;
    margin: 0 auto;
  }
  .c3Standard .feature-item-layout-l {
    width: 100%;
    margin-bottom: 8vw;
  }
  .c3Standard .feature-item-layout-r {
    width: 100%;
  }
  .c3Standard .feature-item-img-txt {
    font-size: 3.2vw;
    margin-top: 8vw;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
  }
  .c3Standard .bl-sdgs {
    background: url("/-/Media/com/c3/top/220215/standard/bg_sdgs_sp.jpg") center 0 no-repeat #cae7f3;
    background-size: cover;
    padding: 12.66667vw 0 27.33333vw;
  }
  .c3Standard .sdgs-ttl {
    width: 34.66667vw;
    margin: 0 auto 8vw;
  }
  .c3Standard .sdgs-txt-main {
    font-size: 4.53333vw;
    margin: 0 auto 5.33333vw;
    line-height: 1;
    color: #fff;
    font-weight: 700;
  }
  .c3Standard .sdgs-txt-sub {
    width: 90.66667vw;
    font-size: 3.73333vw;
    margin: 0 auto 6.66667vw;
    line-height: 1.8;
    color: #005bac;
    font-weight: 500;
    text-align: left;
  }
  .c3Standard .sdgs-circle-items {
    width: 64vw;
    margin: 0 auto 15.33333vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .c3Standard .sdgs-circle-items .sdgs-circle-item {
    margin-bottom: 2.66667vw;
  }
  .c3Standard .sdgs-circle-items .sdgs-circle-item:last-child {
    margin-bottom: 0;
  }
  .c3Standard .sdgs-r-eco {
    width: 92vw;
    margin: 0 auto 8vw;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 7.73333vw 0 9.33333vw;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  .c3Standard .sdgs-r-eco-inner {
    width: 81.33333vw;
    margin: 0 auto;
  }
  .c3Standard .sdgs-r-eco-logo {
    width: 37.33333vw;
    margin: 0 auto 5.33333vw;
  }
  .c3Standard .sdgs-r-eco-con {
    text-align: left;
  }
  .c3Standard .sdgs-r-eco-con-ttl {
    text-align: center;
    font-size: 4.53333vw;
    color: #005bac;
    font-weight: 700;
    margin-bottom: 4.66667vw;
  }
  .c3Standard .sdgs-r-eco-con-txt {
    font-size: 3.46667vw;
    color: #212121;
    line-height: 1.8;
    font-weight: 400;
  }
  .c3Standard .sdgs-bnr-item {
    width: 92vw;
    margin: 0 auto;
  }
  .c3Standard .sdgs-bnr-item a {
    display: block;
    background: #fff;
    -moz-box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 10px 27px 0px rgba(0, 0, 0, 0.2);
  }
}


/* â–¼â–¼TVCMç”¨æŒ‡å®šâ–¼â–¼ */
#c3cmbox{
  max-width: 700px;
  margin: -20px auto 0 auto;
}
#c3cmbox .movie{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#c3cmbox .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
#c3cmbox .lineup-txt {
  margin-bottom: 0;
}

/* èƒŒæ™¯ç”»åƒå¤©åœ°ã‚µã‚¤ã‚ºä¸è¶³ã®ãŸã‚èª¿æ•´ */
.c3Standard .lineup-ttl{
  margin-bottom: 22px;
}
.c3Standard .lineup-txt{
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  #c3cmbox{
    margin-top:  5.33vw;
    width: 96%;
  }
  .c3Standard .lineup-ttl{
    margin-bottom: 8vw;
  }
  .c3Standard .lineup-txt{
    margin-bottom: 5.33vw;
  }
}
/* â–²â–²TVCMå‰Šé™¤ã®éš›ã¯ã“ã“ã¾ã§å‰Šé™¤â–²â–² */