﻿@media only screen and (min-width: 768px) {
  html {
    font-family: -apple-system, "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo,
      "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial,
      sans-serif;
    color: #333;
  }
  body {
    background: #f7f7f9;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body *:focus {
    outline-width: 2px;
  }
  body::after,
  body::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  p:not(.riff-Footer__copy) {
    text-align: justify;
  }
  img {
    max-width: 100%;
    border: 0;
    vertical-align: bottom;
  }
  a {
    cursor: pointer;
    outline: none;
    color: #1a75ff;
  }
  a:focus {
    outline: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a:visited {
    color: #1a75ff;
  }
  h1,
  h2 {
    letter-spacing: 0.01em;
  }
  #msthd {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  #msthd div {
    width: 100%;
    max-width: 950px;
    font-size: 14px !important;
    line-height: 1 !important;
    background: #fff !important;
    color: #333;
    margin: 0 auto !important;
  }
  #msthdUhd,
  #msthdsb #msthdLink #msthdLinkYtop,
  #msthdsb #msthdsrch {
    display: none !important;
  }
  #msthd div#msthdtp {
    position: absolute !important;
    z-index: 1 !important;
    background: transparent !important;
    display: none !important;
  }
  #msthd div#msthdtp div.msthdLink {
    background: transparent !important;
  }
  #msthdUhd {
    display: none;
  }
  #msthdShpPr {
    display: none !important;
  }
  #msthd .logo {
    padding: 12px 10px 10px 5px !important;
  }
  #msthd .msthdtxt {
    display: none !important;
  }
  .header-current {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    max-width: 950px;
    margin: 0px auto;
    padding: 0px 18px 0px;
  }
  #mhd_header_sp {
    display: none !important;
  }
  #msthdtp {
    display: none !important;
  }
  #yjsmhWrapper {
    z-index: 1;
    border-bottom: 1px solid #e6e6e6;
  }
  #yjsmhWrapper #yjsmhYlogo {
    left: 6px;
  }
  #yjsmhWrapper #yjsmhHeader ul.yjsmhHeaderMenu #yjsmhNotice,
  #yjsmhWrapper
    #yjsmhHeader
    ul.yjsmhHeaderMenu
    li.yjsmhContentsMenu
    #yjsmhOpenButton {
    display: none !important;
  }
  .footer {
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 10px 0;
    margin-top: 60px;
    color: #333;
  }
  .footer small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer__inner {
    width: 100%;
    max-width: 910px;
    padding: "0 20px";
    margin: 0 auto;
  }
  .container__inner {
    width: 100%;
    max-width: 910px;
    padding: "0 20px";
    margin: 0 auto;
  }
  .title {
    line-height: 1.5;
  }
  .title--large {
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal;
    padding: 0 10px;
    margin: 23px 0;
  }
  .title--middle {
    border-left: 3px solid #666;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .title--small {
    padding: 8px 10px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 130px;
    min-height: 44px;
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 4px;
  }
  .button:hover {
    text-decoration: none;
  }
  .button--small {
    min-width: 112px;
    min-height: 38px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .button--xsmall {
    min-height: 28px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .button--fruid {
    width: 100%;
  }
  .button--align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button--align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .help {
    text-align: center;
    width: 100%;
  }
  .button--help {
    font-size: 12px;
    font-size: 0.75rem;
    color: #1a75ff;
  }
  .button--help:hover {
    text-decoration: underline;
  }
  .list--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list--inline .list__item:not(:last-child) {
    margin-right: 20px;
  }
  .list--inline-separate .list__item:not(:last-child) {
    margin-right: 0;
  }
  .list--inline-separate .list__item:not(:last-child)::after {
    content: "|";
    margin: 0 20px;
  }
  .card {
    padding: 26px 30px;
    background: #fff;
  }
  .card li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2rem;
  }
  .card__text-right {
    text-align: right !important;
  }
  .card__text-right p {
    margin: 0 !important;
    text-align: right;
  }
  .card--heading__image {
    height: 200px;
    display: block;
    margin: 0 auto 65px;
  }
  .card--heading--top {
    padding-top: 80px;
  }
  .card-title {
    margin-bottom: 10px;
  }
  .card-title + * {
    margin-top: 0;
  }
  a.card {
    display: block;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
  }
  a.card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  }
  .card-list > .card:not(:last-child) {
    margin-bottom: 40px;
  }
  .card.image-layout.card--heading:not(:last-child) {
    margin-bottom: 0px;
  }
  .img {
    display: block;
    height: auto;
    margin: 0 auto 35px;
  }
  .mainvisual {
    padding: 80px 25px 30px;
    margin-top: 20px;
    margin-bottom: 42px;
    font-size: 16px;
    font-size: 1rem;
  }
  .mainvisual img {
    height: 200px;
  }
  .mainvisual__image {
    display: block;
    margin: 0 auto 65px;
  }
  .mainvisual__title {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
  }
  .mainvisual > *:first-child {
    margin-top: 0;
  }
  .mainvisual > *:last-child {
    margin-bottom: 0;
  }
  .mainvisual__image--small {
    width: 500px;
    display: block;
    margin: 0 auto 30px;
  }
  .declaration {
    padding-top: 30px;
    margin-top: 20px;
  }
  .image-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
  }
  .image-layout__title {
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
  }
  .image-layout__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
  }
  .image-layout__image img {
    height: 150px;
  }
  .image-layout__segment {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 590px;
  }
  .image-layout__segment p {
    font-size: 16px;
    font-size: 1rem;
  }
  .image-layout__image--large {
    margin-right: 20px;
  }
  .image-layout__segment > *:first-child {
    margin-top: 0;
  }
  .image-layout__segment > *:last-child {
    margin-bottom: 0;
  }
  a.image-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-card {
    margin-bottom: 45px;
  }
  .index-card__item {
    margin-bottom: 34px;
  }
  .index-card__item h2 {
    font-size: 16px;
    font-size: 1rem;
    color: #1a75ff;
  }
  .index-card__item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .index-card__item .list {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .index-card__item:last-child {
    margin-bottom: 0;
  }
  a.card:hover > .image-layout__segment h2 {
    text-decoration: underline;
  }
  .list-style-none {
    list-style: none;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .list-style-none.innerlist li {
    position: relative;
    padding-left: 20px;
  }
  .list-style-none.innerlist li span {
    position: absolute;
    top: 0;
    left: -0.2em;
  }
  .list-style-chapter li {
    margin-bottom: 0.5em;
    padding-left: 4em;
    position: relative;
  }
  .list-style-chapter li span {
    position: absolute;
    top: 0;
    left: 5px;
  }
  .policy-normal-list {
    font-size: 16px;
    font-size: 1rem;
  }
  .policy-list {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    list-style: disc;
  }
  .policy-list li {
    position: relative;
    padding: 12px;
    display: block;
    margin-left: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .policy-list li a {
    display: inline-block;
    padding: 0px;
    font-size: 16px;
    font-size: 1rem;
  }
  .policy-list li::before {
    font-size: 16px;
    font-size: 1rem;
    color: #999;
    position: absolute;
    top: 0;
    left: -14px;
    bottom: 0;
    margin: auto;
    height: 16px;
    line-height: 1;
    font-family: RiffIcons;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -moz-osx-font-smoothing: grayscale;
    content: "\e123";
  }
  .policy-list li a + p {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mainvisual__image.teaser-img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .innner {
    margin-top: 80px;
  }
  .u-hidden--pc {
    display: none;
  }
  #nav-drawer {
    position: relative;
  }
  .utilization-purpose {
    margin-bottom: 42px;
  }
  .utilization-purpose p {
    text-align: center;
  }
  .utilization-purpose ol {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0.5em;
  }
  .utilization-purpose ol li {
    position: relative;
    padding-left: 40px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .utilization-purpose ol li span {
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 0.5em;
  }
  .utilization-purpose ol li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #d1d9e4;
    color: #fff;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    font-weight: bold;
    font-size: 15px;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    line-height: 25px;
    text-align: center;
    transition: 0.5s all ease 0s;
  }
  .utilization-purpose .utilization-purpose--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .utilization-purpose .utilization-purpose--contents img {
    width: 250px;
    height: 250px;
    margin-right: 50px;
  }
  .utilization-purpose p.for-more,
  p.for-more {
    text-align: left;
    font-size: 0.9em;
    padding: 0.5em;
  }
  .utilization-purpose ol li.show::before {
    background: #1a75ff;
  }
  .question {
    padding-left: 35px;
    position: relative;
    margin-top: 50px;
  }
  .answer {
    padding-left: 35px;
    position: relative;
  }
  .question::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(https://s.yimg.jp/images/cdo/privacycenter/20191001/img/items/faq201909/qestion.png)
      no-repeat;
    background-size: contain;
  }
  .answer::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(https://s.yimg.jp/images/cdo/privacycenter/20191001/img/items/faq201909/answer.png)
      no-repeat;
    background-size: contain;
  }
  .riff-Button.riff-Button--level2.riff-u-sizeFull {
    text-decoration: none;
  }
  .riff-Alert__headText.notice-title {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .riff-u-margin0.notice-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .chat-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .chat-box__face {
    float: left;
    margin-right: -120px;
  }
  .chat-box__face img {
    width: 80px;
    height: 70px;
  }
  .chat-box__area {
    width: 100%;
    float: right;
  }
  .chat-box__area__left {
    display: inline-block;
    padding: 15px 20px;
    margin-left: 120px;
    margin-right: 100px;
    margin-top: 10px;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #196ff2;
    position: relative;
  }
  .chat-box__area__left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
  }
  .chat-box__area__left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #196ff2;
    margin-right: 20px;
    z-index: 1;
  }
  .movie-pc {
    text-align: center;
  }
  .movie-sp {
    display: none;
  }
  .chat-box-answer {
    background: #e5f1fe;
    width: 80%;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .chat-box-answer span {
    color: #196ff2;
    font-weight: bold;
    line-height: 2;
  }
  .new {
    margin: 35px;
    padding: 0;
    line-height: 1.8;
    width: 90%;
    list-style: none;
  }
  .new li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 5px 10px 8em;
  }
  .new li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .new li span.date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    margin: 0;
    padding: 0 0 0 5px;
  }
  .riff-List__link.new__link {
    display: inline;
  }
  .riff-Icon.riff-Icon--new.riff-Icon--large {
    vertical-align: middle;
    color: #196ff2;
  }
  .note {
    width: 100%;
    padding: 20px;
    border: solid 2px #eee;
  }
  .arrow_link {
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: bold;
    position: relative;
  }
  .label_text.in_sent {
    margin-left: 5px;
  }
  .label_text {
    display: inline-block;
    height: 14px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    border: 1px solid #196ff2;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    color: #196ff2;
    margin-right: 5px;
  }
  .img-area {
    display: flex;
    align-items: flex-start;
  }
  .img-area img {
    width: 24% !important;
    display: inline-block;
    margin: 5px;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-family: -apple-system, "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo,
      "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial,
      sans-serif;
    color: #333;
  }
  body {
    background: #f7f7f9;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body *:focus {
    outline-width: 2px;
  }
  body::after,
  body::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  p:not(.riff-Footer__copy) {
    text-align: justify;
  }
  img {
    max-width: 100%;
    border: 0;
    vertical-align: bottom;
  }
  .footer {
    padding: 15px;
    margin-top: 30px;
  }
  .footer .riff-Footer__loginArea {
    margin-bottom: 16px;
  }
  .footer .riff-Footer__serviceLink {
    margin-bottom: 10px;
  }
  .footer .riff-Footer__copy small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #msthd {
    background: #fff !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e6e6e6;
  }
  #mhd_header_sp {
    display: none !important;
  }
  #msthdtp {
    display: none !important;
  }
  #yjsmhWrapper {
    z-index: 1;
    border-bottom: 1px solid #e6e6e6;
  }
  #yjsmhWrapper #yjsmhYlogo {
    left: 6px;
  }
  #yjsmhWrapper #yjsmhHeader ul.yjsmhHeaderMenu #yjsmhNotice,
  #yjsmhWrapper
    #yjsmhHeader
    ul.yjsmhHeaderMenu
    li.yjsmhContentsMenu
    #yjsmhOpenButton {
    display: none !important;
  }
  #yjsmhPremHeader {
    display: none !important;
  }
  #msthd .msthdtxt {
    display: none !important;
  }
  .header-current {
    display: none;
  }
  .breadcrumb {
    background: #fff;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    text-align: center;
  }
  .breadcrumb__current {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .breadcrumb__prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
  }
  .breadcrumb__prev::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: RiffIcons;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E60B";
    color: #bababa;
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: -8px;
  }
  .title {
    line-height: 1.5;
  }
  .title--large {
    padding: 0 10px;
    margin: 15px 0;
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
  }
  .title--middle {
    background: #eee;
    padding: 8px 10px;
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .title--small {
    background: #f7f7f7;
    padding: 7px 10px;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 130px;
    min-height: 44px;
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 4px;
  }
  .button::hover {
    text-decoration: none;
  }
  .button--small {
    min-width: 112px;
    min-height: 38px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .button--xsmall {
    min-height: 28px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .button--fruid {
    width: 100%;
  }
  .button--align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button--align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .help {
    text-align: center;
    width: 100%;
  }
  .button--help {
    color: #1a75ff;
  }
  .list--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list--inline .list__item:not(:last-child) {
    margin-right: 5px;
  }
  .list--inline-separate .list__item:not(:last-child) {
    margin-right: 0;
  }
  .list--inline-separate .list__item:not(:last-child):after {
    content: "|";
    margin: 0 5px;
  }
  .card {
    padding: 12px;
    background-color: #fff;
  }
  .card li {
    line-height: 1.6rem;
  }
  .card__text-right {
    text-align: right !important;
    margin-bottom: 30px;
  }
  .card__text-right p {
    margin: 0 !important;
    text-align: right;
  }
  .card-title {
    margin-bottom: 10px;
  }
  .card-title + * {
    margin-top: 0;
  }
  a.card {
    display: block;
  }
  .card-list > .card:not(:last-child) {
    margin-bottom: 20px;
  }
  .card.card--primary.image-layout.card--heading:not(:last-child) {
    margin-bottom: 0px;
  }
  .mainvisual {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .mainvisual__image {
    display: block;
    height: auto;
    margin: 0 auto 35px;
  }
  .mainvisual__title {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .mainvisual > *:first-child {
    margin-top: 0;
  }
  .mainvisual > *:last-child {
    margin-bottom: 0;
  }
  .mainvisual__image--small {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
  .image-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-layout__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin: 0 0 25px;
  }
  .image-layout__image {
    margin-bottom: 20px;
    text-align: center;
  }
  .image-layout__image img {
    max-width: 80%;
  }
  .image-layout__segment > *:first-child {
    margin-top: 0;
  }
  .image-layout__segment > *:last-child {
    margin-bottom: 0;
  }
  a.image-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
  }
  .index-card {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .index-card__item {
    position: relative;
    padding-right: 45px;
    margin-bottom: 15px;
  }
  .index-card__item:last-child {
    margin-bottom: 0;
  }
  .index-card__item .image-layout__image {
    display: none;
  }
  .index-card__item .card-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .index-card__item::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: RiffIcons;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E60C";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    color: #cdcdcd;
    font-size: 30px;
    font-size: 1.875rem;
    z-index: 1;
  }
  .index-inquiry {
    padding: 0 12px;
  }
  .card.mainvisual.declaration {
    margin-top: 20px;
  }
  .list-style-none {
    list-style: none;
    padding-left: 10px;
  }
  .list-style-none .list-style-none.innerlist li {
    position: relative;
    padding-left: 20px;
  }
  .list-style-none .list-style-none.innerlist li span {
    position: absolute;
    top: 0;
    left: -0.2em;
  }
  .policy-list {
    padding: 0;
    list-style: none;
  }
  .policy-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 10px 12px;
    background: #fff;
  }
  .policy-list li a {
    display: inline-block;
    padding: 0px;
    padding-right: 30px;
  }
  .policy-list li:after {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: RiffIcons;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E60C";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    color: #bababa;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    z-index: 1;
  }
  .policy-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .policy-list li a + p {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mainvisual__image.teaser-img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .innner {
    margin-top: 80px;
  }
  .u-hidden--sp {
    display: none;
  }
  #nav-drawer {
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .nav-unshown {
    display: none;
  }
  #nav-open {
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open .riff-Icon.riff-Icon--menu {
    font-size: 30px;
    font-size: 1.875rem;
    color: #cdcdcd;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  #nav-close .riff-Icon.riff-Icon--close {
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
    position: fixed;
    z-index: 99;
    top: 13px;
    right: 13px;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    background-color: #fff;
    text-align: left;
  }
  #nav-content .nav-content__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    line-height: 1.5;
    padding: 0px 20px 0px;
    margin: 0 auto;
    height: 49px;
    padding: 13px 12px;
    border-bottom: 1px solid #ddd;
  }
  #nav-content .nav-content__title a {
    color: #333;
  }
  #nav-content ul.nav-content__menu {
    font-size: 13px;
    font-size: 0.8125rem;
    list-style: none;
    padding: 0px 10px;
    margin-top: 0px;
  }
  #nav-content ul.nav-content__menu li a {
    color: #1a75ff;
  }
  #nav-content ul.nav-content__menu li.current-page {
    color: #333;
    border-left: 3px solid #3466de;
    padding-left: 15px;
    margin-left: -10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #nav-content ul.nav-content__menu li.current-page a:first-child {
    color: #333;
  }
  #nav-content ul.nav-content__menu .nav-content__menu__li {
    padding: 13px 10px;
    border-bottom: 1px solid #ddd;
  }
  #nav-content ul.nav-content__menu ul.nav-content__menu__inul {
    list-style: none;
    padding: 10px 20px;
  }
  #nav-content ul.nav-content__menu ul.nav-content__menu__inul li {
    padding: 5px 0px;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .utilization-purpose {
    margin-bottom: 20px;
  }
  .utilization-purpose p {
    text-align: center;
  }
  .utilization-purpose .utilization-purpose--contents {
    display: block;
    text-align: center;
  }
  .utilization-purpose .utilization-purpose--contents img {
    width: 250px;
    height: 250px;
    margin-right: 0px;
  }
  .utilization-purpose p.for-more,
  p.for-more {
    text-align: left;
    font-size: 0.9em;
    padding: 0.5em;
  }
  .utilization-purpose ol {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0.5em;
  }
  .utilization-purpose ol li {
    position: relative;
    padding-left: 40px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .utilization-purpose ol li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #d1d9e4;
    color: #fff;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    line-height: 25px;
    text-align: center;
    transition: 0.5s all ease 0s;
  }
  .utilization-purpose ol li span {
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 0.5em;
  }
  .utilization-purpose ol li.show::before {
    background: #1a75ff;
  }
  .question {
    padding-left: 35px;
    position: relative;
    margin-top: 50px;
  }
  .answer {
    padding-left: 35px;
    position: relative;
  }
  .question::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(https://s.yimg.jp/images/cdo/privacycenter/20191001/img/items/faq201909/qestion.png)
      no-repeat;
    background-size: contain;
  }
  .answer::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(https://s.yimg.jp/images/cdo/privacycenter/20191001/img/items/faq201909/answer.png)
      no-repeat;
    background-size: contain;
  }
  .riff-Button.riff-Button--level2.riff-u-sizeFull {
    text-decoration: none;
  }
  .riff-Alert__headText.notice-title {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .riff-u-margin0.notice-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .chat-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .chat-box__face {
    float: left;
    margin-right: -120px;
  }
  .chat-box__face img {
    width: 60px;
    height: 50px;
    margin-top: 15px;
  }
  .chat-box__area {
    width: 100%;
    float: right;
  }
  .chat-box__area__left {
    display: inline-block;
    padding: 15px 20px;
    margin-left: 80px;
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #196ff2;
    position: relative;
  }
  .chat-box__area__left:before {
    content: "";
    position: absolute;
    top: 40px;
    left: -28px;
    margin-top: -15px;
    border: 14px solid transparent;
    border-right: 14px solid #e5f1fe;
    margin-right: 20px;
  }
  .chat-box__area__left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
  }
  .chat-box__area__left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #196ff2;
    margin-right: 20px;
    z-index: 1;
  }
  .chat-box-answer {
    background: #e5f1fe;
    width: 80%;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .chat-box-answer span {
    color: #196ff2;
    font-weight: bold;
    line-height: 2;
  }
  .movie-pc {
    display: none;
  }
  .movie-sp video {
    width: 100%;
  }
  .new {
    padding: 0;
    line-height: 1.8;
    width: 100%;
    list-style: none;
  }
  .new li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 5px 10px 8em;
  }
  .new li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .new li span.date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    margin: 0;
    padding: 0 0 0 5px;
  }
  .riff-List__link.new__link {
    display: inline;
  }
  .riff-Icon.riff-Icon--new.riff-Icon--large {
    vertical-align: middle;
    color: #196ff2;
  }
  .note {
    width: 100%;
    padding: 20px;
    border: solid 2px #eee;
  }
  .arrow_link {
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: bold;
    position: relative;
  }
  .label_text.in_sent {
    margin-left: 5px;
  }
  .label_text {
    display: inline-block;
    height: 14px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    border: 1px solid #196ff2;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    color: #196ff2;
    margin-right: 5px;
  }
  .img-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .img-area img {
    width: 50% !important;
    height: auto !important;
  }
}

/* Table */
.mTable {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .mTable {
    border: 1px solid #ddd;
  }
  .mTable thead {
    background-color: #eee;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  .mTable thead tr th:first-child {
    white-space: nowrap;
  }
  .mTable tr + tr {
    border-top: 1px solid #ddd;
  }
  .mTable th {
    padding: 0.75em 1.25em;
  }
  .mTable td {
    padding: 0.75em 1em;
  }
  .mTable th + th,
  .mTable td + td,
  .mTable th + td {
    border-left: 1px solid #ddd;
  }
  .mTable tbody th {
    text-align: left;
    background-color: #F7F7F7;
    font-weight: normal;
  }
  .mTable thead tr th:first-child,
  .mTable tbody tr th:first-child {
    width: auto;
  }
}

/* Table */
@media only screen and (max-width: 768px) {
  .mTable {
    border: 1px solid #ddd;
    border-bottom: 0;
  }
  .mTable table,
  .mTable tbody,
  .mTable tr,
  .mTable th,
  .mTable td {
    display: block;
  }
  .mTable thead {
    display: none;
  }
  .mTable th {
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    padding: 0.6875em 1em 0.5625em;
  }
  .mTable td {
    position: relative;
    padding: 0 1em 0.5625em;
    border-bottom: 1px solid #ddd;
  }
  .mTable [data-label]::before {
    content: attr(data-label);
    display: block;
    width: calc(100% + 2em);
    margin-left: -1em;
    padding-top: 0.6875em;
    padding-bottom: 0.5625em;
    margin-bottom: 0.6875em;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .mTable--full {
    width: 100%;
  }
  .mTable--3quarter {
    width: 75%;
  }
  .mTable--half {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .mTable--full,
  .mTable--3quarter,
  .mTable--half {
    width: 100%;
  }
}
