html body {
  margin: 0;
  padding: 0;
}

.top {
  width: 100%;
  vertical-align: bottom;
}

/* p {
  width: 100%;
} */

p::after {
  content: url("../img/icon_copy.svg");
  vertical-align: middle;
  padding-left: 5px;
}

.button {
  display: flex;
}

.minna_btn,
.tech_btn,
.manzoku_btn {
  width: calc(100% / 3);
  height: 100px;
  font-family: "Noto Sans Japanese", "sans-serif";
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 100px;
  color: #707070;
  text-align: center;
}

.minna_btn {
  background-color: rgba(149, 197, 26, .5);
}

.minna_btn:hover {
  background-color: rgba(149, 197, 26, .4);
}

.tech_btn {
  background-color: rgba(89, 211, 242, .75);
}

.tech_btn:hover {
  background-color: rgba(89, 211, 242, .65);
}

.manzoku_btn {
  background-color: rgba(255, 153, 0, .6);
}

.manzoku_btn:hover {
  background-color: rgba(255, 153, 0, .5);
}

h1 {
  font-size: 28px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: bold;
  color: #707070;
}

.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

a {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 30px;
  color: #707070;
  text-decoration: none;
}

.oldlink {
  position: relative;
}

.oldlink a {
  position: absolute;
  font-size: 20px;
  top: 40px;
  right: 40px;
}

.container a:hover {
  color: #999;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.acc-open{
	font-size: 20px;
	position: relative;
}

.acc-open::before{/* 閉じている時 */
	content: "＋";
  scale: 1.5;
	position: absolute;
  top: 8px;
	right: 40px;
}

.acc-open.active::before{/* 開いている時 */
	content: "－";
}

.accordion{
  display: none;
}

.content{
  position: relative;
  width: 346px;
  margin-right: 31px;
}

.content:last-of-type{
  margin-right: 0;
}

.item {
  width: 318px;
  margin-left: 28px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;

}

.success-msg {
  display: none;
  position: fixed;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #29aba4;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

#copy-link {
  display: inline-block;
  cursor: pointer;
}

.title-area {
  display: flex;
  position: relative;
  justify-content: left;
  margin: 114px auto 72px;
  border-bottom: solid 4px #707070;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.config {
  position: absolute;
  top: 12px;
  color: #95C51A;
  font-weight: bold;
  right: 110px;
}

.config::before {
  content: "項目追加・編集";
}

.config::after {
  content: url("../img/config.svg");
  vertical-align: middle;
  padding-left: 5px;
}

.sort {
  position: absolute;
  top: 12px;
  color: #95C51A;
  font-weight: bold;
  right: 0;
}

.sort::before {
  content: "並び替え";
}

.sort::after {
  content: url("../img/sort.svg");
  vertical-align: middle;
  padding-left: 5px;
}

.back {
  position: absolute;
  top: 12px;
  color: #95C51A;
  font-weight: bold;
  right: 0;
}

.back::before {
  content: "戻る";
}

.back::after {
  content: url("../img/return.svg");
  vertical-align: middle;
  padding-left: 5px;
}

.item a {
  position: relative;
}

.title_edit::after {
  content: url("../img/edit.svg");
  vertical-align: middle;
  position: absolute;
  right: 20px;
}

.edit::before {
  content: url("../img/edit.svg");
  vertical-align: middle;
  position: absolute;
  right: -24px;
}

.plus::after {
  content: url("../img/plus.svg");
  position: absolute;
  right: -48px;
}

span {
  font-family: "Noto Sans Japanese", "sans-serif";
  font-weight: bold;
  color: #707070;
}

span.plus {
  position: absolute;
  right: 24px;
  top: 70px;
}

span.plus::after {
  content: url(../img/plus.svg);
  position: absolute;
  right: -24px;
}

.item span.plus {
  top: -30px;
}

.move::before {
  content: url("../img/move.svg");
  position: absolute;
  left: -22px;
}

.container > ul {
  display: flex;
  flex-wrap: wrap;
}

#listWithHandle > li:not(:nth-child(3n)) {
  margin-right: 31px;
}

.category-area {
  display: flex;
  position: relative;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #ABE712;
  line-height: 1;
  width: 1.1em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 20px;
  right: 10px;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.dli-plus.active::before{/* 開いている時 */
	content: "";
  width: 0;
}