@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;
}

@media (width>768px) {
  #box1 .flexbox.flex {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
  }

  #box1 .flex .flexImg {
    width: 250px;
    height: auto;
  }

  #box1 .flex .flexTxtbox {
    width: 440px;
  }

  #box1 .flexImg {
    width: 500px;
    height: auto;
    margin: 0 auto 15px;
  }
}



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

a:hover {
  text-decoration: underline;
}