@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.u-taL {
  text-align: left !important; }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

.c-topicspath {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 5px 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-topicspath {
      text-align: left;
      padding-right: 0px; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 8px; }
    .c-topicspath li:last-child::after {
      content: none; }
  .c-topicspath__wrap {
    background-color: #F2F2F2; }

.l-lowerCaption {
  width: 100%;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("/inc/image/common/bg_lowerCaption.jpg");
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .l-lowerCaption {
      height: 250px; } }
  @media screen and (max-width: 568px) {
    .l-lowerCaption {
      font-size: 200px; } }
  .l-lowerCaption__title {
    color: #FFFFFF;
    font-family: 'Yu Mincho';
    text-align: center;
    max-width: 1170px;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 36px;
    letter-spacing: 0.05em;
    padding: 0 10px;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .l-lowerCaption__title {
        font-size: 28px;
        padding-top: 80px; } }
  .l-lowerCaption__bg {
    font-size: 200px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #003E7E;
    opacity: .1;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 1280px) {
      .l-lowerCaption__bg {
        font-size: 200px; } }
    @media screen and (max-width: 768px) {
      .l-lowerCaption__bg {
        font-size: 150px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__bg {
        font-size: 100px; } }
  .l-lowerCaption.is-lang--en .l-lowerCaption__title {
    font-size: 5em; }
    @media screen and (max-width: 768px) {
      .l-lowerCaption.is-lang--en .l-lowerCaption__title {
        font-size: 3em; } }

.l-mainContainer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .l-mainContainer {
      display: block; } }

.l-sidebar {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (max-width: 1200px) {
    .l-sidebar {
      width: 200px;
      padding-left: 30px; } }
  @media screen and (max-width: 768px) {
    .l-sidebar {
      display: none; } }
  .l-sidebar__inner {
    position: sticky;
    top: 88px;
    padding-bottom: 180px; }
  .l-sidebar__head {
    width: 100%;
    height: 72px;
    background-color: #F2F2F2;
    border-radius: 5px;
    padding-left: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .l-sidebar__head > span {
      color: #003E7E;
      font-size: 20px;
      font-weight: 600; }
  .l-sidebar__menu {
    padding: 5px 0; }
    .l-sidebar__menu:last-child {
      padding-bottom: 0; }
    .l-sidebar__menu > a {
      color: #a2a2a2;
      font-weight: 600; }
      .l-sidebar__menu > a::before {
        display: inline-block;
        position: relative;
        content: '';
        width: 8px;
        height: 8px;
        margin-right: 5px;
        top: -2px;
        border-radius: 10px;
        background-color: #a2a2a2; }
      @media (any-hover: hover) {
        .l-sidebar__menu > a:hover {
          color: #131A35; }
          .l-sidebar__menu > a:hover::before {
            background-color: #003E7E; } }
    .l-sidebar__menuList {
      padding-top: 10px; }
    .l-sidebar__menu--current > a {
      color: #131A35; }
      .l-sidebar__menu--current > a::before {
        background-color: #003E7E; }

.l-contents {
  max-width: 920px;
  margin: 0 0 0 auto;
  -ms-flex-positive: 1;
      flex-grow: 1; }

#strength .p-strength__imgbox {
  margin: 0 auto;
  margin-bottom: 60px; }
  #strength .p-strength__imgbox img {
    width: 100%; }
    @media screen and (max-width: 568px) {
      #strength .p-strength__imgbox img {
        height: 288px;
        -o-object-fit: cover;
           object-fit: cover; } }

#privacy .p-analysisTool {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 20px; }
  #privacy .p-analysisTool__heading {
    font-size: 22px;
    margin-bottom: 15px; }
    @media screen and (max-width: 568px) {
      #privacy .p-analysisTool__heading {
        font-size: 18px;
        margin-bottom: 12px; } }
  #privacy .p-analysisTool p:last-child {
    margin-bottom: 0; }

#safety_guidelines .p-safety_guidelines {
  counter-reset: section-counter;
  /* カウントを0にする */ }
  #safety_guidelines .p-safety_guidelines__list {
    padding-bottom: 80px; }
    #safety_guidelines .p-safety_guidelines__list h2:before {
      counter-increment: section-counter;
      content: counter(section-counter) ". "; }

/*# sourceMappingURL=../_map/page/others.css.map */
