html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #292929;
  cursor: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic W4 JIS2004", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

p {
  margin: 0;
  padding: 0;
}

a:link {
  color: #004832;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

a:visited {
  color: #004832;
}

input {
  transition: 0.2s ease-in-out;
}

input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.pc_none {
  display: none;
}

@media print, screen and (min-width: 600px) {
  .pc_none {
    display: block;
  }
}

.jitsumu_wrap,
.kenshu_wrap {
  margin: 4rem 2rem;
  background: #f0f2ff;
  padding: 3rem;
  line-height: 1.6;
}

.jitsumu_wrap p {
  margin-top: 1em;
}
.jitsumu_wrap p:first-of-type {
  margin-top: 0;
}

.jitsumu_wrap .flowchart_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.jitsumu_wrap .flowchart_list li {
  position: relative;
  padding-left: 10px;
  margin-top: 0.5em;
}

.jitsumu_wrap .flowchart_list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #292929;
  border-radius: 50%;
}

.close_btn {
  text-align: center;
  margin-top: 3rem;
}

.close_btn input {
  border: 1px solid #6870af;
  padding: 10px 50px 10px 30px;
  background: url(close.svg) no-repeat #f0f2ff;
  background-size: 10px;
  background-position: center right 20px;
}

@media print, screen and (min-width: 600px) {
  .jitsumu_wrap,
  .kenshu_wrap {
    margin: 4rem auto;
    padding: 5rem;
    line-height: 1.8;
    max-width: 1040px;
  }
}
