@charset "UTF-8";
/* variable */
@font-face {
  font-family: MMCregular;
  src: url("https://s3.amazonaws.com/s3amp/fonts/MMC-Regular.eot");
}

@font-face {
  font-family: 'MMCRegular';
  src: url("../mmc_fonts/MMC-Regular.woff2"), url("../mmc_fonts/MMC-Regular.woff"), url("../mmc_fonts/MMC-Regular.eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MMCbold';
  src: url("../mmc_fonts/MMC-Bold.woff2"), url("../mmc_fonts/MMC-Bold.woff"), url("../mmc_fonts/MMC-Bold.eot");
  font-weight: normal;
  font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-sommthing: grayscale;
}

body {
  font-family: MMCregular, Arial, serif;
  font-size: 14px;
  color: #686D71;
  margin: 0;
}

body #main {
  position: relative;
  min-height: 100vh;
  padding-bottom: 1.5rem;
}

body #main footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media screen and (min-width: 426px) {
  #header-area {
    padding: 50px;
  }
  #main-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  }
  #main-header-logo {
    background-color: #000000;
    display: block;
    padding-left: 2.125rem;
    position: relative;
  }
  #mmc-logo {
    width: 80px;
    height: 80px;
    margin: calc(((80px * 0.9339) * 0.5151) * 0.4);
  }
}

@media screen and (max-width: 425px) {
  #header-area {
    padding: 40px;
  }
  #main-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  }
  #main-header-logo {
    background-color: #000000;
    display: block;
    padding-left: 1.125rem;
    position: relative;
    text-align: center;
  }
  #mmc-logo {
    width: 50px;
    height: 50px;
    margin: calc(((50px * 0.9339) * 0.5151) * 0.4);
  }
}

article {
  display: block;
}

h3 {
  font-size: 1.125rem;
  line-height: 1;
}

h4 {
  line-height: 1.3em;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:visited:hover {
  color: #ED0000;
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  margin: 1em 0;
}

label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
}

table {
  border-collapse: collapse;
  max-width: 780px;
  margin: 0 auto;
  table-layout: fixed;
}

thead th {
  background: #686D71;
  color: #ffffff;
  text-align: center;
}

th, td {
  border: solid 0.1em #000000;
  padding-left: 5px;
  width: 50%;
}

@media screen and (min-width: 426px) {
  th {
    color: #000000;
    text-align: left;
    background: #BFC2C4;
  }
  td {
    font-size: 12px;
  }
}

@media screen and (max-width: 425px) {
  th {
    color: #000000;
    text-align: left;
    background: #BFC2C4;
    font-size: 12px;
  }
  td {
    font-size: 10px;
  }
}

.privacy-container,
.terms {
  padding: 0px .625rem 6.25rem;
  position: static;
  z-index: 1000;
}

.center-content {
  padding: 0 20px;
  display: block;
  position: relative;
  max-width: 1102px;
  margin: 0 auto;
}

.page-header h2 {
  margin: 1.875rem 0;
  color: #888888;
  text-transform: uppercase;
}

.url {
  overflow-wrap: break-word;
}

.slash-icon {
  margin: 0 0.250rem;
  content: "\002F";
  color: #ED0000;
  font-size: 0.9em;
  vertical-align: 0.1em;
}

.roman {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}

.mmc-details {
  counter-reset: h3;
}

.mmc-details h3::before {
  counter-increment: h3;
  content: counter(h3) ". ";
  font-style: normal;
}

.mmc-details article {
  counter-reset: h4;
}

.mmc-details article h4::before {
  counter-increment: h4;
  content: counter(h4) ". ";
  font-style: normal;
}

.mmc-details h4::before {
  counter-increment: h4;
  content: counter(h4) ". ";
  font-style: normal;
}

.mmc-align_center {
  text-align: center;
}

.mmc-align_left {
  text-align: left;
}

.mmc-text_capitalize {
  text-transform: capitalize;
}

.mmc-text_underline {
  text-decoration: underline;
}

.mmc-text_italic {
  font-style: italic;
}

.mmc-text_normal {
  font-style: normal;
}

.mmc-list_disc {
  list-style-type: disc;
  margin-left: 45px;
}

.mmc-list_upperRoman {
  list-style-type: upper-roman;
  margin-left: 45px;
}

.mmc-list_none {
  list-style-type: none;
}

.mmc-list_anchor {
  list-style-type: none;
}

.mmc-list_anchor a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/link_arrow.svg) no-repeat center center;
  background-size: contain;
  margin-right: 6px;
}

.mmc-list_mgnBottom {
  margin-bottom: 1em;
}

.mmc-mgnLeft_typeA {
  margin-left: 25px;
}

.mmc-mgnLeft_typeB {
  margin-left: 45px;
}

.mmc-summary_color {
  color: #686D71;
}

.mmc-mgnBottom_rem1 {
  margin-bottom: 0.875rem;
}

.mmc-cushion_area:not(:last-child) {
  border-bottom: solid 1px #eee;
  padding-bottom: 1.875rem;
}

.mmc-cushion_area table,
.mmc-cushion_area th,
.mmc-cushion_area td {
  border: none;
}

.mmc-cushion_area table {
  width: 100%;
  max-width: 1062px;
}

.mmc-cushion_area table tr {
  line-height: 1.5;
}

.mmc-cushion_area table tr .mmc-td_title {
  width: 20%;
}

.mmc-cushion_area table tr .mmc-td_body {
  width: 80%;
}

.mmc-cushion_area table tr td {
  text-align: left;
  vertical-align: top;
  font-size: 0.875rem;
  padding: 0.875rem;
  word-break: break-all;
  background-color: #fff;
}

.mmc-cushion_area table tr:nth-child(odd) td {
  background-color: #eee;
}

.mmc-cushion_area a {
  color: #333538;
  text-decoration: none;
}

.mmc-cushion_area a:hover,
.mmc-cushion_area a:visited:hover {
  color: #ED0000;
  text-decoration: underline;
}

h4 {
  font-weight: normal;
  margin: 0.875rem 0;
}

a:visited {
  color: #551a8b;
}

/* ページ内リンクスクロール位置調整 */
a[name="Summary-1"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-2"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-3"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-4"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-5"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-6"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-7"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-8"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-9"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-10"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-11"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-12"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

a[name="Summary-13"] {
  padding-top: 120px;
  margin-top: -120px;
  color: #686D71;
  text-decoration: none;
}

@media screen and (min-width: 426px) {
  #main-footer {
    position: relative;
    height: auto;
    background-color: #686D71;
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .page-header h2 {
    font-size: 1.1rem;
  }
  .mmc-cushion_area table tr td {
    font-size: 0.875rem;
  }
  .mmc-cushion_area table tr .mmc-td_title {
    width: 30%;
  }
  .mmc-cushion_area table tr .mmc-td_body {
    width: 70%;
  }
  #main-footer {
    position: relative;
    height: auto;
    background-color: #686D71;
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1.5rem;
  }
  a[name="Summary-1"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-2"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-3"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-4"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-5"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-6"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-7"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-8"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-9"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-10"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-11"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-12"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  a[name="Summary-13"] {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/*# sourceMappingURL=css.css.map */