/*=========画像位置のためのcss========*/
.position{
  margin-left: 0%;
}



/*=======箇条書きのためのcss===========*/
.list-008 {
  position: relative;
  padding: 0.5em 1em 1em 2.5em;
  border: 2px solid #2589d0;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10%;
}

.list-008 > div {
  position: absolute;
  top: -.75em;
  left: 1em;
  padding: 0 .5em;
  background-color: #fff;
  color: #2589d0;
  font-weight: 600;
}

.list-008 ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

.list-008 li {
  padding: .3em .3em .3em 0;
}

.list-008 li::marker {
  color: #2589d0;
  font-size: 1.1em;
}



/*======用語解説のためのcss=======*/
.box-017 {
  max-width: 930px;
  margin: 0 auto;
  padding: .5em 1.5em 1em;
  border-top: 5px solid #2589d0;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.box-017 > div {
  margin-bottom: .5em;
  color: #2589d0;
  font-weight: 600;
  font-size: 1.05em;
}

.box-017 > p {
  margin: 0;
  color: #333;
}


/*=====方眼紙======*/
.box-003 {
  max-width: 920px;
  margin: 0 auto;
  padding: 1em 1.5em;
  box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
  background-image: linear-gradient(transparent calc(100% - 1px), #e6edf3 50%, #e6edf3), linear-gradient(90deg, transparent calc(100% - 1px), #e6edf3 50%, #e6edf3);
  background-size: 15px 15px;
  background-repeat: repeat;
  background-color: #f4fdff;
  color: #333333;
}



/*============ページ移動ボタンためのcss=======*/
.button-055 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin: 0 auto;
  padding: .9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #cfcf31;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-055::after {
  width: .9em;
  height: .9em;
  margin-left: 10px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20.2%2015h-1.5c-.4%200-.8.3-.8.8V21H3V6h6.8c.4%200%20.8-.3.8-.8V3.8c0-.4-.3-.8-.8-.8H2.2C1%203%200%204%200%205.2v16.5C0%2023%201%2024%202.2%2024h16.5c1.2%200%202.2-1%202.2-2.2v-6c.1-.5-.2-.8-.7-.8zm2.7-15h-6c-1%200-1.5%201.2-.8%201.9l1.7%201.7L6.3%2015c-.4.4-.4%201.2%200%201.6l1.1%201.1c.4.4%201.2.4%201.6%200L20.4%206.2l1.7%201.7c.7.7%201.9.2%201.9-.8v-6c0-.6-.5-1.1-1.1-1.1z%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  content: '';
}

.button-055:hover {
  background-color: #cfcf31;
}


/*============ひとことメモのためのcss=======*/
.box-019 {
  position: relative;
  margin-top: 1em;
  padding: 1.8em 1.5em 1em 1.5em;
  border: 3px solid #ff0000;
  margin-left: 17%;
  margin-right: 17%;
}

.box-019 > div {
  position: absolute;
  top: -1.15em;
  left: -.5em;
  padding: .4em 1.4em;
  border-radius: 25px;
  background-color: #000000;
  color: #fff;
  font-size: .9em;
}

.box-019 > div::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.box-019 p {
  margin: 0;
}