@charset "utf-8";

.blue-txt {
  font-size: 1.2em;
  font-weight: bold;
  color: blue;
}
.red-txt {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
}
.red2-txt {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff3e43;
}
.pink-txt {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff0080;
}
.orange-txt {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff8000;
}

.lightblue-txt {
  font-size: 1.2em;
  font-weight: bold;
  color: #96dafa;
}

.newsletter {
  border-bottom: 1px dashed #999;
}

.inline {
  display: inline-block;
  float: left;
  width: 23%;
  padding: 5px;
}

.img_txt img {
  float: none !important;
  display: block !important;
}

.biyou_04 {
  font-size: 16px;
}

.newsflex {
  display: flex;
  justify-content: space-between;
}
.newsflex a {
  width: 45% !important;
}

.kawaii {
  background: url(../images/common/bgbgbg.jpg);
  padding: 1.5em 1em;
  color: #fff;
  font-size: 22px !important;
  border-radius: 500px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 85%;
  margin-right: 0;
  margin-left: 15% !important;
}
.kawaii:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: 0;
  border: none;
}

/* 大きい丸 */
.kawaii::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #eaafcc;
  left: -45px;
  top: 10px;
  width: 30px;
  height: 30px;
}
/* 小さい丸 */
.kawaii::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #eaafcc;
  left: -70px;
  top: 5px;
  width: 15px;
  height: 15px;
}

.bg20220318 {
  display: inline-block;
  width: 100%;
  background-color: #fef3dc;
  margin: 0.2em auto;
  padding: 0.8em 1em;
}

.deco-220318 {
  color: crimson;
  font-weight: bold;
  font-size: 1.2em;
}

.deco-220518 {
  color: #ff3e43;
  font-weight: bold;
  /*font-size: 1.2em;*/
}

.howto-wh table {
  background-color: white;
  width: 95%;
  margin: 0 auto;
}
.howto-wh table tr:nth-child(1) td {
  padding-top: 20px !important;
}
.howto-wh table tr:last-child td {
  padding-bottom: 15px !important;
}
.howto-wh table td {
  border: none !important;
}
.howto-wh p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .kawaii {
    font-size: 16px !important;
  }
  .kawaii::before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #eaafcc;
    left: -35px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  /* 小さい丸 */
  .kawaii::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #eaafcc;
    left: -50px;
    top: 5px;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 468px) {
  .inline {
    display: inline-block;
    float: left;
    width: 49%;
    padding: 5px;
  }
}

/* 2025-03-19 r.shimomura add start */
@media screen and (max-width: 468px) {
  .fix-table-sp-half .tbl_block th,
  .fix-table-sp-half .tbl_block td {
    display: table-cell !important;
  }
}

/* 2025-03-19 r.shimomura add end */
