@charset "UTF-8";
/* baseformat updated date 231106*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css');

/* ----------------------------------------------------------------reset */
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img, figure, figcaption {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
    line-height: 180%;
}
/*others*/
table {
    border-spacing: 0;
}
* html table {
    border-collapse: collapse;
}
*:first-child + html table {
    border-collapse: collapse;
}
th, td {
    vertical-align: middle;
    border-collapse: collapse;
}
th {
    font-weight: 400;
}
table, th, td, tr, img {
    border: 0;
}
img {
    vertical-align: bottom;
}
q:before, q:after {
    content: '';
}
ul, ol {
    list-style: none;
}
/* ------------------------------------------------------------------base*/
html {
    font: 62.5%/1.8 "M PLUS Rounded 1c", sans-serif; /*メイリオベース*/
    /*font: 62.5%/1.7 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", serif;*/ /*游ゴシックベース*/
    /*font: 62.5%/1.7 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/ /*游明朝ベース*/
}
/*body*/
body {
    height: 100%;
    text-align: center;
    color: #000;
    word-break: break-all;
    background-color: #FFF;
    font-size: 1.6rem; /* 16px */
    font-size: 16px;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
}
/*link*/
a {
    color: #94243a;
    text-decoration: underline;
}
a img {
    border-style: none;
}
a:visited {
    color: #606;
}
a:hover {
    color: #6E8BCC;
  text-decoration: none;
}
/*font-size*/
h1, h2, h3, h4, h5, p, figcaption {
  font-size: 1.6rem; /* 16px */
  font-size: 16px;
  transform: rotate(0.04deg);
}
li, dt, dd, th, td {
  font-size: 1.6rem; /* 16px */
  font-size: 16px;
}
th > span, td > span {
  transform: rotate(0.04deg);
}

button {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

strong {
  font-weight: 500;
}

/* iOSでのデフォルトスタイルをリセット------------------------------------- */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
