@charset "UTF-8";

#main div:before,
#main div:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
  display: none;
}

.flexbox {
  margin-bottom: 25px;
  line-height: 1.75;
}

.flexImg {
  width: 100%;
  margin-bottom: 15px;
}

.flexImg img {
  width: 100%;
  height: auto;
}

.flexTxt {
  line-height: 1.7;
  margin-bottom: 15px;
}

.flexList {
  margin-bottom: 15px;
  list-style: disc;
}

.txtbox {
  margin-bottom: 25px;
}

#box1 .flexTxtbox p {
  margin-bottom: 15px;
}

#box1 .flexTxtbox ul {
  box-sizing: border-box;
  border-left: 1rem solid #06c;
  padding-left: 1rem;
  margin-bottom: 10px;
}

#box1 .flexTxtbox li {
  margin-bottom: 5px;
}

/* リンクのスタイル */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}