@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントウェイト　300,400,500,700,900*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*フォントウェイト　100,300,350,400,500,700,900*/
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
img {
  max-width: 100%;
  height: auto;
}

#mainimg {
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
}
#mainimg .dflex p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mainimg .dflex p {
    width: 40%;
    font-size: 22px;
  }
}
#mainimg .dflex img {
  width: 90%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #mainimg .dflex img {
    width: 50%;
  }
}
#mainimg h1 {
  background: #23B3BD;
  margin: 30px 0;
  border-radius: 15px;
  color: #fff;
  font-size: 25px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #mainimg h1 {
    margin: 0 0 20px;
    padding: 15px;
    font-size: 21px;
  }
}
#mainimg h1 img {
  display: block;
  margin: 0 auto 10px;
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  #mainimg h1 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}
#mainimg p {
  text-align: left;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #mainimg p {
    padding: 0 20px;
  }
}

#Mailmagazine {
  padding-bottom: 60px;
}
#Mailmagazine p {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#Mailmagazine a {
  color: #23B3BD;
  text-decoration: underline;
}/*# sourceMappingURL=mailmag.css.map */