﻿@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: white;
  line-height: 1.3em;
  width: 730px;
  padding-bottom: 10px;
  margin: 0px auto;
}

p {
  text-indent: 1em;
  margin: .25em 0;
}

h1 {
  margin: 0 auto;
  padding: 10px;
  background-color: pink;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}

.procedure {
  text-indent: 0;
  margin-top: 1em;
}

.procedure::before {
  content: "【手順";
}

.procedure::after {
  content: "】";
}

#btn_paste {
  display: block;
  margin: 0 auto;
}

.view {
  margin: 0 auto;
  width: fit-content;
}
