@charset "UTF-8";
.red {
  color: red;
}

body.under main .note {
  color: rgb(15, 139, 227);
}
body.under main .content .block {
  margin-bottom: 4rem;
}
body.under main .content .block:last-child {
  margin-bottom: 1rem;
}
body.under main .content .block h2 {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 1rem;
}
body.under main .content .block ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 3rem;
}
body.under main .content .block ul.type1 {
  padding: 0;
}
body.under main .content .block ul.type1 li {
  flex-basis: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.type1 li {
    flex-basis: 100%;
  }
}
body.under main .content .block ul.type1 li img {
  margin-bottom: 0.7rem;
}
body.under main .content .block ul.type1 li p {
  line-height: 1.5;
}
body.under main .content .block ul.type2 li {
  flex-basis: 49%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.type2 li {
    flex-basis: 100%;
  }
}
body.under main .content .block ul.type2 li img {
  margin-bottom: 0.7rem;
}
body.under main .content .block ul.type2 li p {
  line-height: 1.5;
}
body.under main .content .block ul.type3 li {
  flex-basis: 32%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.type3 li {
    flex-basis: 100%;
  }
}
body.under main .content .block ul.type3 li img {
  margin-bottom: 0.7rem;
}
body.under main .content .block ul.type3 li p {
  line-height: 1.5;
}
body.under main .content .block ul.type_list {
  padding: 0;
  padding-left: 3rem;
  list-style: disc !important;
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.type_list {
    padding-left: 1rem;
  }
}
body.under main .content .block ul.type_list li {
  flex-basis: 100%;
}
body.under main .content .block ul.type_list li .flWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.type_list li .flWrap {
    display: block;
    margin-bottom: 2rem;
  }
}
body.under main .content .block ul.type_list li .flWrap span.tt {
  flex-basis: 10rem;
  font-weight: 500;
}
body.under main .content .block ul.type_list li .flWrap p {
  flex-basis: 100%;
}
body.under main .content .block ul.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.gallery {
    padding: 0;
  }
}
body.under main .content .block ul.gallery li {
  flex-basis: 19%;
  margin-right: 1%;
  margin-bottom: 0.1rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.gallery li {
    flex-basis: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  body.under main .content .block ul.gallery li:nth-child(3n) {
    margin-right: 0;
  }
}
body.under main .content .block ul.disc {
  display: block;
  list-style: disc;
  margin-bottom: 1rem;
  list-style-position: outside;
}
body.under main .content .block ul.decimal {
  display: block;
  list-style: decimal;
  margin-bottom: 1rem;
  list-style-position: outside;
}
body.under main .content .block.tab ul#tab_menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0;
}
body.under main .content .block.tab ul#tab_menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  padding: 1rem 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  color: #fff;
  background: #8c8c8c;
  font-size: 1.2rem;
  line-height: 1.3;
  transition: all 0.3s;
}
body.under main .content .block.tab ul#tab_menu li:first-child {
  border-radius: 0.5rem 0 0 0;
}
body.under main .content .block.tab ul#tab_menu li:last-child {
  border-radius: 0 0.5rem 0 0;
  margin-right: 0;
}
body.under main .content .block.tab ul#tab_menu li.selected {
  background: #4d4d4d;
}
body.under main .content .block.tab ul#tab_menu li:hover {
  background: #4d4d4d;
}
body.under main .content .block.tab .tab_panel {
  padding-top: 1rem;
}
body.under main .content .block.tab .tab_panel .flwrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.tab .tab_panel .flwrap {
    flex-wrap: wrap;
  }
}
body.under main .content .block.tab .tab_panel .flwrap img {
  flex-basis: 40%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.tab .tab_panel .flwrap img {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 3rem;
  }
}
body.under main .content .block.tab .tab_panel .flwrap p {
  flex-basis: 55%;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.tab .tab_panel .flwrap p {
    flex-basis: 100%;
  }
}
body.under main .content .block.qa dl.comp_accoDl dt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: #e3e3e3 1px dotted;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.qa dl.comp_accoDl dt {
    font-size: 1.1rem;
  }
}
body.under main .content .block.qa dl.comp_accoDl dt:hover {
  color: #259de4;
}
body.under main .content .block.qa dl.comp_accoDl dt::after {
  content: "+";
  flex-basis: 8%;
  text-align: right;
  font-size: 2rem;
  color: #a8a8a8;
}
body.under main .content .block.qa dl.comp_accoDl dt.active::after {
  content: "−";
}
body.under main .content .block.qa dl.comp_accoDl dd {
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.contact {
    margin-bottom: -2rem;
  }
}
body.under main .content .block.contact .this {
  border: 2px #d1d1d1 solid;
  background-color: #4d4d4d;
  padding: 0.4rem 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.contact .this {
    text-align: center;
  }
}
body.under main .content .block.contact .name {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.contact .name {
    margin-bottom: 1.5rem;
  }
}
body.under main .content .block.contact .wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.contact .wrap {
    flex-direction: column;
  }
}
body.under main .content .block.contact .wrap .telwarp,
body.under main .content .block.contact .wrap .mailwarp {
  display: flex;
  align-items: center;
}
body.under main .content .block.contact .wrap .telwarp i,
body.under main .content .block.contact .wrap .mailwarp i {
  font-size: 3rem;
  margin-right: 1rem;
  color: #d1d1d1;
}
body.under main .content .block.contact .wrap .telwarp i.onedown,
body.under main .content .block.contact .wrap .mailwarp i.onedown {
  font-size: 2.5rem;
}
body.under main .content .block.contact .wrap .telwarp .flwrap,
body.under main .content .block.contact .wrap .mailwarp .flwrap {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.contact .wrap .telwarp .flwrap,
  body.under main .content .block.contact .wrap .mailwarp .flwrap {
    flex-basis: 100%;
    margin-right: 0;
  }
}
body.under main .content .block.contact .wrap .telwarp .flwrap p.baai,
body.under main .content .block.contact .wrap .mailwarp .flwrap p.baai {
  border-bottom: 1px #d1d1d1 dotted;
  display: block;
}
body.under main .content .block.contact .wrap .telwarp .flwrap a,
body.under main .content .block.contact .wrap .mailwarp .flwrap a {
  font-size: 1.3rem;
  font-weight: 500;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  body.under main .content .block.contact .wrap .telwarp {
    margin-bottom: 0.5rem;
  }
}

body.asbestos .sidebar ul.banner,
body.eco_lan .sidebar ul.banner,
body.geothermal .sidebar ul.banner {
  position: relative;
  top: -7.5rem;
}
@media screen and (max-width: 767px) {
  body.asbestos .sidebar ul.banner,
  body.eco_lan .sidebar ul.banner,
  body.geothermal .sidebar ul.banner {
    top: 0;
  }
}

main.index {
  padding: 0;
}
main.index .kv {
  z-index: 0;
  width: 100%;
}
main.index .kv .flwrap {
  position: relative;
  top: -4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  main.index .kv .flwrap {
    flex-wrap: wrap;
    top: 0;
  }
}
main.index .kv .flwrap .lArea {
  flex-basis: 38%;
  padding-left: 4rem;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.index .kv .flwrap .lArea {
    flex-basis: 100%;
    order: 2;
    padding: 2rem 4rem;
  }
}
main.index .kv .flwrap .lArea .ttt {
  margin-bottom: 7rem;
  position: relative;
  opacity: 0;
  top: 2rem;
}
main.index .kv .flwrap .lArea .ttt h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.3rem;
}
main.index .kv .flwrap .lArea .ttt p {
  font-size: 1.2rem;
  font-weight: 500;
}
main.index .kv .flwrap .lArea .ttt p.gardening {
  color: #5ed16e;
}
main.index .kv .flwrap .lArea .ttt p.environment {
  color: #0159e7;
}
main.index .kv .flwrap .lArea .ttt p.measure {
  color: #2fc3e9;
}
main.index .kv .flwrap .lArea .ttt p.nuclear_power {
  color: #c162cd;
}
main.index .kv .flwrap .lArea h3 {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  position: relative;
  opacity: 0;
  top: 2rem;
}
@media screen and (max-width: 1400px) {
  main.index .kv .flwrap .lArea h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main.index .kv .flwrap .lArea h3 {
    font-size: 1.3rem;
  }
}
main.index .kv .flwrap .lArea p.text {
  position: relative;
  opacity: 0;
  top: 2rem;
}
main.index .kv .flwrap .rArea {
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  main.index .kv .flwrap .rArea {
    flex-basis: 100%;
    order: 1;
  }
}
main.index .kv .flwrap .rArea img {
  position: relative;
  opacity: 0;
  top: 2rem;
}
main.index .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
main.index .container ul.sample {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
}
main.index .container ul.sample li {
  background-color: rgb(228, 228, 228);
  flex-basis: 24%;
  text-align: center;
  padding: 0.3rem;
}
@media screen and (max-width: 767px) {
  main.index .container ul.sample li {
    padding: 0.6rem 0.3rem;
  }
}
main.index .container ul.sample li a {
  color: #000;
  line-height: 1.3;
  display: block;
}
main.index .container ul.pageList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
main.index .container ul.pageList li {
  position: relative;
  top: 2rem;
  flex-basis: 33.333333%;
  padding: 4rem;
  background-color: #ffffff;
  border-bottom: 1px dotted #a8a8a8;
  border-right: 1px dotted #a8a8a8;
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  main.index .container ul.pageList li {
    padding: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  main.index .container ul.pageList li {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main.index .container ul.pageList li {
    flex-basis: 49%;
    margin-bottom: 3em;
    padding: 0;
    background-color: #ffffff;
    border-bottom: 0 dotted #a8a8a8;
    border-right: 0 dotted #a8a8a8;
  }
}
main.index .container ul.pageList li:nth-child(1), main.index .container ul.pageList li:nth-child(2), main.index .container ul.pageList li:nth-child(3) {
  border-top: 1px dotted #a8a8a8;
}
@media screen and (max-width: 767px) {
  main.index .container ul.pageList li:nth-child(1), main.index .container ul.pageList li:nth-child(2), main.index .container ul.pageList li:nth-child(3) {
    margin-right: 0;
    border-top: 0 dotted #a8a8a8;
  }
}
main.index .container ul.pageList li:nth-child(3n) {
  margin-right: 0;
  border-right: 0 dotted #a8a8a8;
}
@media screen and (max-width: 767px) {
  main.index .container ul.pageList li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main.index .container ul.pageList li:nth-child(2n) {
    margin-left: 2%;
  }
}
main.index .container ul.pageList li a {
  color: #000;
}
main.index .container ul.pageList li a img {
  margin-bottom: 2.5rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  main.index .container ul.pageList li a img {
    margin-bottom: 1.5rem;
  }
}
main.index .container ul.pageList li a h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  main.index .container ul.pageList li a h3 {
    font-size: 1rem;
  }
}
main.index .container ul.pageList li a p {
  line-height: 1.5;
}
main.index .block h2 {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #c162cd;
  margin-bottom: 1rem;
}
main.index .block.qa dl.comp_accoDl dt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: #e3e3e3 1px dotted;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  main.index .block.qa dl.comp_accoDl dt {
    font-size: 1.1rem;
  }
}
main.index .block.qa dl.comp_accoDl dt:hover {
  color: #259de4;
}
main.index .block.qa dl.comp_accoDl dt::after {
  content: "+";
  flex-basis: 8%;
  text-align: right;
  font-size: 2rem;
  color: #a8a8a8;
}
main.index .block.qa dl.comp_accoDl dt.active::after {
  content: "−";
}
main.index .block.qa dl.comp_accoDl dd {
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
main.index.gardening .pageList li h3 {
  border-bottom: 2px solid #5ed16e;
}
main.index.environment .pageList li h3 {
  border-bottom: 2px solid #0159e7;
}
main.index.measure .pageList li h3 {
  border-bottom: 2px solid #2fc3e9;
}
main.index.nuclear_power .pageList li h3 {
  border-bottom: 2px solid #c162cd;
}

main.schedule ul.type_list2 {
  display: block !important;
}
main.schedule ul.type_list2 li {
  margin-bottom: 0.2rem;
  list-style: disc;
}
main.schedule .imgwrap {
  width: 60%;
}
@media screen and (max-width: 767px) {
  main.schedule .imgwrap {
    width: 100%;
  }
}
main.schedule .imgwrap img {
  border: #c8c8c8 1px solid;
}
main.schedule .block.sch .daywrap {
  border-left: 5px solid #aaaaaa;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
main.schedule .block.sch .daywrap h3 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
main.schedule .block.sch .daywrap .day {
  font-size: 2em;
  font-weight: 500;
}/*# sourceMappingURL=under.css.map */