@charset "UTF-8";
.lists {
  margin: 0;
  padding: 0;
}

#main p.ttl_ex {
  margin-bottom: 10px;
}
#main .lists {
  margin: 0;
  padding: 0;
  margin-left: 50px;
}
#main .lists p {
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 0;
}
#main .lists a {
  font-size: 0.92em;
  word-break: break-all;
}
#main .lists li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.tw {
  max-width: 260px;
}
.tw img {
  width: 100%;
}

.link_box2 {
  align-items: flex-start;
}
.link_box2 dt {
  margin-top: 10px;
}
.link_box2 a {
  font-size: 0.92em;
}

.imgex1 img {
  width: 80%;
  margin: 0 auto 10px auto;
  display: block;
}
.imgex1.txc {
  text-align: center;
  font-size: 0.92em;
}
.imgex1.w70 img {
  width: 70%;
}
.imgex1.w60 img {
  width: 60%;
}
.imgex1.w50 img {
  width: 50%;
}
.imgex1.w40 img {
  width: 40%;
}
.imgex1.w30 img {
  width: 30%;
}

.qr1 {
  max-width: 430px;
  margin: 0 auto;
}

.sentan_img {
  text-align: center;
}
.sentan_img img {
  width: 80%;
}

.fkw {
  background: #FDF2D0;
  border: 2px solid #F4C345;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 15px;
  position: relative;
}
.fkw .fb {
  font-weight: bold;
}

.fk1, .fk2 {
  position: absolute;
  width: 20px;
  height: 30px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #F4C346;
}

.fk1:before, .fk2:before {
  content: "";
  position: absolute;
  top: 7px;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #FDF2D0;
}

.fkw1 {
  position: relative;
  margin-top: 10px;
}
.fkw1 .fk1 {
  left: 50%;
  top: -30px;
  margin-left: -90px;
}
.fkw1 .fk2 {
  left: 50%;
  top: -30px;
  margin-left: 82px;
}

.imgface img {
  width: 80px;
  margin: 10px auto;
}

.fk_mini {
  position: absolute;
  width: 20px;
  height: 15px;
  background: #F4C346;
}
.fk_mini:before {
  content: "";
  position: absolute;
  top: 4px;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #FDF2D0;
}

.eru_bx .fkw {
  background: #E0EAF6;
  border: 2px solid #3776BC;
}
.eru_bx .fkw .fk1, .eru_bx .fkw .fk2 {
  background: #3776BC;
}
.eru_bx .fkw .fk1:before, .eru_bx .fkw .fk2:before {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #E0EAF6;
}
.eru_bx .fkw .fk1 {
  top: -15px;
  left: 28px;
}
.eru_bx .fkw22 {
  margin-top: 10px;
  display: inline-block;
}

.yoru_bx .fkw {
  background: #F7E6D8;
  border: 2px solid #E7366F;
}
.yoru_bx .fkw .fk1, .yoru_bx .fkw .fk2 {
  background: #E7366F;
}
.yoru_bx .fkw .fk1:before, .yoru_bx .fkw .fk2:before {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #F7E6D8;
}
.yoru_bx .fkw .fk1 {
  top: -15px;
  right: 28px;
}
.yoru_bx .imgface {
  text-align: right;
}
.yoru_bx .fkw22 {
  margin-top: 10px;
  display: inline-block;
}

.lists2 {
  margin: 10px 0 0 20px;
  padding: 0;
}
.lists2 p {
  text-indent: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.lists2 a {
  font-size: 0.92em;
}
.lists2 li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.yoru_bxi {
  text-align: right;
}
.yoru_bxi .fkw {
  display: inline-block;
  text-align: left;
}

.eru_bxi {
  text-align: left;
}
.eru_bxi .fkw {
  display: inline-block;
  text-align: left;
}

.double_bx .yoru_bxi {
  text-align: left;
}
.double_bx .fkw .fk1 {
  top: -15px;
  left: 65px;
}
.double_bx .imgface img {
  width: 150px;
}
.double_bx .fkw22 {
  margin-top: 10px;
  display: inline-block;
}

.sil {
  margin-top: 30px;
}
.sil img {
  width: 40%;
}

.line_red {
  text-align: center;
  margin: 10px 0;
}
.line_red .in {
  display: inline-block;
  background: #F0CCB1;
  padding: 5px 20px;
  box-sizing: border-box;
}

.img_c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 80%;
  margin: 20px auto;
}
.img_c2 .img {
  text-align: center;
}
.img_c2 img {
  width: 60%;
  border: 1px solid #333;
  box-sizing: border-box;
}
.img_c2 .line_red2 {
  width: 80%;
  margin: 10px auto 0 auto;
  background: #F0CCB1;
  font-size: 0.92em;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.rep5_c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.rep5_c2 .r {
  padding-right: 50px;
  box-sizing: border-box;
}

#report05 #qanda dl.quest {
  border-bottom: 1px solid #389a5f;
}
#report05 #qanda dl.quest dt {
  background: #389a5f;
  border: 1px solid #389a5f;
}

.rep7 dl {
  padding: 0 20px;
  box-sizing: border-box;
}
.rep7 .q_title {
  color: #85634C;
  font-weight: bold;
}
.rep7 .c2 {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 0 10px;
  align-items: center;
}
.rep7 .c2 img {
  width: 100%;
}
.rep7 .link_box {
  align-items: center;
  padding: 10px 20px;
}
.rep7 .link_box .qr {
  display: flex;
  align-items: center;
}

.rep7_flr {
  float: right;
  width: 40%;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
  font-size: 0.8em;
}

#report06 h2 img {
  width: 100%;
  display: block;
}
#report07 .bgg {
  background: #f8b989;
  clear: both;
  padding: 20px 10px 0 10px;
  box-sizing: border-box;
}
#report07 .ttls {
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
}
#report07 .ttl_h31 {
  font-size: 1.1em;
  padding: 4px 10px;
  margin: 0 0 10px 0;
  text-decoration: none;
  border-left: 0;
  background: #f97d22;
  color: white;
  border-radius: 4px;
}
#report07 .bx1s {
  margin-top: 20px;
}
#report07 .bx1s .ttl2 {
  text-align: left;
}
#report07 .bx1s .ttl2 .in {
  display: inline-block;
  background: #f97d22;
  color: white;
  padding: 2px 40px;
  box-sizing: border-box;
  border-radius: 3px;
}
#report07 .bx1s .cont {
  margin-top: -10px;
  background: #FFFEA6;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
}
#report07 .bx1s ol {
  list-style: none;
  counter-reset: number;
}
#report07 .bx1s li {
  position: relative;
  padding-left: 40px;
}
#report07 .bx1s li:nth-of-type(1) {
  margin-bottom: 10px;
}
#report07 .bx1s li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
#report07 #houterasu .cnt_area {
  background: #f8b989;
}
#report07 #houterasu .cnt_area h3 {
  color: white;
}

.bx2s {
  margin: 20px 0 40px 0;
  font-size: 0.9em;
}
.bx2s .ttl3 {
  font-size: 1.1em;
}
.bx2s .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  max-width: 90%;
  margin-left: 10%;
  position: relative;
}
.bx2s .bx {
  position: relative;
}
.bx2s .img {
  width: 120px;
  position: absolute;
  bottom: -14%;
  left: -17%;
}
.bx2s .img img {
  width: 100%;
}
.bx2s .fk {
  background: #FFFEA6;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
.bx2s .lists {
  margin: 10px 0 10px 20px !important;
}
.bx2s .arw {
  width: 40px;
  height: auto;
  top: 30%;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  z-index: 3;
}
.bx2s .arw img {
  width: 100%;
}

/* #report08 h2 {
  border-bottom-color: #67389A;
  border-left-color: #67389A;
  color: #67389A;
} */

#report09 h2 {
  border-bottom-color: #F4C143;
  border-left-color: #F4C143;
  color: #F4C143;
}
#report09 #qanda dl.quest {
  border-bottom: 1px solid #F4C143;
}
#report09 #qanda dl.quest dt {
  background: #F4C143;
  border: 1px solid #F4C143;
  padding: 10px 0;
  width: 42px;
}
#report09 #qanda dl.c222 {
  align-items: unset;
}
#report09 #qanda dl.c222 dt {
  display: flex;
  align-items: center;
}
#report09 #qanda dl.c222 dt span {
  width: 100%;
  text-align: center;
}

.txr {
  margin: 20px 0 !important;
  text-align: right;
}

.rep11 h2 {
  background: #6BC84D;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  margin: 0 10px 20px 10px !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.rep11 h2 span {
  text-decoration: underline;
}

.rep11_bx {
  margin: 0 10px;
}
.rep11_bx .ttls {
  text-align: left;
}
.rep11_bx .ttls .in {
  display: inline-block;
  background: #f97d22;
  color: white;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 6px;
}
.rep11_bx .cont {
  margin-top: -10px;
  padding: 20px 20px 15px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #F6CFFC;
}
.rep11_bx .c2 {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 0 20px;
}
.rep11_bx .imgex1 {
  margin-right: 30px;
}
.rep11_bx .imgex1 img {
  width: 100%;
  margin: 0;
}
@media all and (max-width: 980px) {
  .rep11_bx .c2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .rep11_bx .imgex1 {
    margin-right: 0;
  }
  .rep11_bx .imgex1 img {
    width: 40%;
    margin: 20px auto;
  }
}

.indent0 {
  text-indent: 0 !important;
}

.rep11_bx2 .cont {
  background: #FFFEA6;
}
.rep11_bx2 .c2 {
  grid-template-columns: 1fr 340px;
  gap: 0 30px;
  font-size: 0.92em;
}
.rep11_bx2 .imgex1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 980px) {
  .rep11_bx2 .c2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .rep11_bx2 .imgex1 img {
    width: 40%;
    margin: 20px auto;
  }
}

.you7 {
  color: #2C63BA;
}

.imgc2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  max-width: 70%;
  margin: 40px auto 0 auto;
}
.imgc2 img {
  height: auto;
  width: 100%;
}

.index_akarenga {
	width: 90%;
	margin: 10px 0
}

/*# sourceMappingURL=add.css.map */
