/* =========================================================
    RESET
   ========================================================= */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type='number'] {
  width: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
/* =========================================================
    Global Configuration
   ========================================================= */
/*  Variables
   --------------------------------------------------------- */
:root {
  --primary-color: #ff7f50;
  --primary-hover-color: #ea5d29;
  --background-color: #e3e3e3;
  --text-color: #232323;
  --error-text-color: #ff2626;
  --focus-shadow-color: #7b9ad1;
}
/*  Base Style
   --------------------------------------------------------- */
html {
  min-height: 100%;
  font-size: calc(100vw * 10 / 375);
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
body {
  min-width: 320px;
  height: 100%;
  font-family: '游ゴシック Medium', YuGothic, YuGothicM,
    'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    sans-serif;
  font-size: 1.3em;
  line-height: 1.7;
  color: #232323;
  color: var(--text-color);
  background-color: #e3e3e3;
  background-color: var(--background-color);
}
@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
.container {
  height: 100%;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
/* =========================================================
    Atom Component Styles
   ========================================================= */
/* =========================================================
    Molecule Component Styles
   ========================================================= */
/*  Menu List Molecule Component Style
   --------------------------------------------------------- */
.M-menu-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.4rem);
  margin: -1.5rem 0 0 -1.4rem;
  list-style: none;
}
.M-menu-list__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 2 - 1.4rem);
  max-width: calc(100% / 2 - 1.4rem);
  margin: 1.5rem 0 0 1.4rem;
}
.M-menu-list__link {
  display: flex;
  align-items: center;
  padding: 1.5rem 0.7rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #232323;
  color: var(--text-color);
  text-decoration: none;
  background-color: #fff;
  transition: color 0.2s ease-in-out;
}
.M-menu-list__link:hover,
.M-menu-list__link:active,
.M-menu-list__link:focus {
  color: #ea5d29;
  color: var(--primary-hover-color);
  outline: none;
}
.M-menu-list__outer-link-icon {
  display: block;
  flex: 0 0 1em;
  max-width: 1em;
  height: 1em;
  margin-left: 0.3rem;
}
.M-menu-list__outer-link-icon path,
.M-menu-list__outer-link-icon polygon {
  fill: currentColor;
}
@media (min-width: 768px) {
  .M-menu-list {
    width: calc(100% + 4rem);
    margin-top: -4rem;
    margin-left: -4rem;
  }

  .M-menu-list__item {
    flex-basis: calc(100% / 3 - 4rem);
    max-width: calc(100% / 3 - 4rem);
    margin-top: 4rem;
    margin-left: 4rem;
  }

  .M-menu-list__link {
    padding: 1.8rem 2rem;
  }
}
/*  Usage Molecule Component Style
   --------------------------------------------------------- */
.M-usage {
  padding-bottom: 1.5rem;
}
.M-usage.-case {
  padding-bottom: 0;
  margin-top: 2rem;
}
.M-usage__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.M-usage__title.-case {
  font-size: 1.3rem;
  font-weight: normal;
}
.M-usage__title.-case::before {
  content: '\3010';
}
.M-usage__title.-case::after {
  content: '\3011';
}
.M-usage__list {
  margin-top: 1.5rem;
}
.M-usage__list:not(.-case) {
  counter-reset: m-usage-counter 0;
}
.M-usage__list.-case {
  margin-top: 0;
  counter-reset: m-usage-case-counter 0;
}
.M-usage__list-item {
  position: relative;
  padding-left: calc(1em * 1.7);
  list-style: none;
  counter-increment: m-usage-counter 1;
}
.M-usage__list-item::before {
  position: absolute;
  top: calc(1em * 1.7 / 2);
  left: calc(1em * 1.7 / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  content: counter(m-usage-counter);
  border: 1px solid #232323;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.M-usage__list-item + .M-usage__list-item {
  margin-top: 0.6rem;
}
.M-usage__list-item.-case {
  counter-increment: m-usage-case-counter 1;
}
.M-usage__list-item.-case::before {
  content: counter(m-usage-case-counter);
}
.M-usage__list-item.-no-counter {
  padding-left: 0;
  counter-increment: m-usage-counter 0;
}
.M-usage__list-item.-no-counter::before {
  content: none;
}
.M-usage__list-item.-no-counter.-case {
  counter-increment: m-usage-case-counter 0;
}
.M-usage__figure {
  margin-top: 0.8rem;
  margin-left: calc(-1em * 1.7);
}
.M-usage__figure + .M-usage__figure {
  margin-top: 1rem;
}
.M-usage__figure:last-of-type {
  padding-bottom: 0.6rem;
}
.M-usage__image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .M-usage {
    padding-bottom: 1rem;
  }

  .M-usage.-case {
    padding-bottom: 0;
    margin-top: 1.5rem;
  }

  .M-usage__title {
    font-size: 2.4rem;
  }

  .M-usage__title.-case {
    font-size: 1.4rem;
  }

  .M-usage__list {
    margin-top: 1rem;
  }

  .M-usage__list.-case {
    margin-top: 0;
  }
  .M-usage__list-item + .M-usage__list-item {
    margin-top: 0;
  }

  .M-usage__figure {
    margin-top: 1.5rem;
  }

  .M-usage__figure + .M-usage__figure {
    margin-top: 1rem;
  }

  .M-usage__figure:last-of-type {
    padding-bottom: 3.5rem;
  }

  .M-usage__image {
    width: 360px;
  }
}
/* =========================================================
    Organism Component Styles
   ========================================================= */
/*  Header Organism Component Style
   --------------------------------------------------------- */
.O-header {
  padding: 1.5rem 0;
}
.O-header__logo-image {
  display: block;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .O-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .O-header__logo-image {
    height: 2rem;
  }
}
/*  Content Organism Component Style
   --------------------------------------------------------- */
.O-content {
  padding: 1.5rem 0 2.5rem;
}
.O-content__title {
  padding: 0.2rem 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background-color: #232323;
  background-color: var(--text-color);
}
.O-content__body {
  margin-top: 1.6rem;
}
.O-content__footer {
  margin-top: 1.7rem;
}
.O-content__back-button {
  position: relative;
  display: inline-block;
  padding-left: 2.2rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #232323;
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.2s linear;
}
.O-content__back-button::before {
  position: absolute;
  top: calc(1em * 1.7 / 2);
  left: calc(1em * 1.7 / 2);
  width: 1rem;
  height: 1rem;
  content: '';
  border-bottom: 3px solid #ff7f50;
  border-bottom: 3px solid var(--primary-color);
  border-left: 3px solid #ff7f50;
  border-left: 3px solid var(--primary-color);
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.O-content__back-button:hover {
  color: #ff7f50;
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .O-content {
    padding: 7rem 0;
  }

  .O-content__inner {
    width: 71rem;
    margin-right: auto;
    margin-left: auto;
  }

  .O-content__title {
    padding: 0.5rem 3rem;
  }

  .O-content__body {
    margin-top: 3rem;
  }

  .O-content__footer {
    margin-top: 4rem;
  }

  .O-content__back-button {
    margin-top: 4rem;
  }
}
/*  Footer Organism Component Style
   --------------------------------------------------------- */
.O-footer {
  padding: 0.4rem 0;
}
.O-footer__copyright {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  color: #232323;
  text-align: center;
}
@media (min-width: 768px) {
  .O-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/* =========================================================
    Template Component Styles
   ========================================================= */
/*  Page Template Component Style
   --------------------------------------------------------- */
.T-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  height: 100%;
  padding: 0 1.3rem;
}
.T-page__header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}
.T-page__content {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}
.T-page__footer {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}
@media (min-width: 768px) {
  .T-page {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.A-orderd-list {
  list-style-type: decimal;
  padding-left: 2.4em;
  font-size: 1.5rem;
  font-weight: bold;
}
.A-orderd-list__title {
  font-size: 1.5rem;
}
.A-text {
  font-size: 1.3rem;
  font-weight: normal;
}
.B-orderd-list {
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.C-orderd-list {
  padding-left: 1.5rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.D-orderd-list {
  list-style-type: decimal;
  padding-left: 1.3rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.Z-orderd-list {
  list-style-type: lower-alpha;
  padding-left: 1.5rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.O-header__title {
  font-size: 1.8rem;
}

/*  Content Util Component Style
   --------------------------------------------------------- */
.space {
  margin-top: 20px
}
.right {
  text-align: right;
}
.img-box {
   text-align:center;
}