<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;family=Sawarabi+Mincho&amp;family=Zen+Old+Mincho:wght@400;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,900;1,400&amp;display=swap');


.check {
  text-align: center;
  margin-top: 5.0rem;
}

.check a {
  display: inline-block;
  background: #9B8255;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10.0rem;
  border: solid 3px #9B8255;
  transition: all 0.2s ease;
}

.check a div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1.0rem 2.0rem;
  padding: 0 4.0rem;
  position: relative;
}

.check a div::after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  color: #C6C6C6;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.2s ease;
}

.check a div span {
  display: block;
  width: 30%;
  max-width: 100px;
}

.check a div p {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  text-align: left;
  margin: 0 2.0rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  transition: all 0.2s ease;
}


.check a:hover {
  background: #fff;
}

.check a:hover p {
  color: #9B8255;
}

.check a:hover div::after {
  color: #fff;
  background-color: #C6C6C6;
}


.orange a {
  background: #FE9335;
  border: solid 3px #FE9335;
  position: relative;
}

.orange a:hover p {
  color: #FE9335;
}

.check a .waribiki {
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #A81B4B;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  bottom: 40%;
  right: -100px;
}

.check a .waribiki::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 2.0rem transparent;
  border-right: solid 2.0rem transparent;
  border-top: solid 1.5rem transparent;
  border-bottom: solid 1.5rem #A81B4B;
  position: absolute;
  bottom: 10px;
  left: -10px;
  transform: rotate(-10deg);
}

@media screen and (max-width:768px) {
  .check a div p {
    margin-top: 2.0rem;
  }

  .check a .waribiki {
    bottom: 80%;
    right: 0px;
  }
}


.cause {
  margin-top: 5.0rem;
}

.cause dt {
  background-color: #F0F3F5;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding: 0.7rem 4.0rem;
  margin-top: 4.0rem;
  color: #212121;
}

.cause dt::after {
  content: "";
  display: block;
  width: 1.0rem;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 2.0rem;
  background-color: #9B8255;
}

.blue dt::after {
  background-color: #1AA7C4;
}



.cause dd {
  margin: 2.0rem 1.0rem;
  color: #3c3c3c;
}

.cause dd p {
  margin: 2.0rem 1.0rem;
}

.cause dd p strong {
  color: #A81B4B !important;
}

.cause dd span {
  display: block;
  margin: 2.0rem 1.0rem 0;
}

.cause .step {
  border: 1.5rem solid #9B9B9B;
  padding: 2.0rem;
  margin: 5.0rem auto 0;
  width: 95%;
  max-width: 700px;
  display: block;
}

.cause .step dt {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #EBA01F;
  padding: 0 4.0rem;
}

.cause .step dt::after {
  content: "";
  display: none;
}

.cause .step dd {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 4.0rem;
  margin-top: 1.0rem;
}



.cause2 {
  margin-top: 5.0rem;
}

.cause2 dt {
  background-color: #F0F3F5;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding: 0.7rem 4.0rem;
  margin-top: 4.0rem;
  color: #3c3c3c;
}

.cause2 dt strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.cause2 dt::after {
  content: "";
  display: block;
  width: 1.0rem;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 2.0rem;
  background-color: #9B8255;
}

.cause2 dd p strong {
  color: #A81B4B !important;
}

.cause2 dd p strong span {
  color: #FF1B45 !important;
  text-decoration: underline;
}

.orange dt::after {
  background-color: #FF9100;
}

.red dt::after {
  background-color: #E33249;
}

.cause2 dd {
  margin: 2.0rem 1.0rem;
  color: #3c3c3c;
}

.cause2 dd div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.0rem;
}

.cause2 dd div span {
  width: 50%;
}

@media screen and (max-width:768px) {
  .cause2 dd div span {
    width: 1000%;
  }
}

.cause2 dd&gt;span {
  display: block;
  margin-top: 2.0rem;
}

.cause2 dd&gt;span p {
  font-weight: bold;
}

.cause2 dd&gt;p {
  display: block;
  margin-top: 2.0rem;
}

.cause2 dd&gt;ul {
  margin: 2.0rem auto 0;
  width: 95%;
  max-width: 700px;
  border: solid #9B9B9B 1.0rem;
  padding: 2.0rem;
}

.cause2 dd&gt;ul li {
  font-size: 1.6rem;
  margin-top: 1.0rem;
}

.cause2 dd&gt;ul li span {
  display: block;
  font-size: 1.4rem;
  color: #FF1B45;
  margin-left: 8.0rem;
}

.cause2 dd&gt;ul li strong {
  display: block;
  font-size: 1.6rem;
  color: #1AA7C4;
  margin-left: 8.0rem;
}

.cause2 dl dd .step {
  border: 1.5rem solid #9B9B9B;
  padding: 2.0rem;
  margin: 5.0rem auto 0;
  width: 95%;
  max-width: 700px;
}

.cause2 dl dd .step&gt;div {
  border-bottom: 2px solid #707070;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2.0rem;
}

.cause2 dl dd .step&gt;div h3 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

.cause2 dl dd .step&gt;div p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1AA7C4;
  word-break: keep-all;
  overflow-wrap: break-word;
  width: 80%;
  margin: 0 !important;
}

.cause2 dl dd .step&gt;div span {
  display: block;
  width: 20%;
  margin: 0;
}

.cause2 dl dd .step ul {
  margin: 2.0rem 0 0;
}

.cause2 dl dd .step ul li {
  display: flex;
  margin-top: 1.0rem;
}

.cause2 dl dd .step ul li span {
  width: 10.0rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.cause2 dl dd .step ul li p {
  width: calc(100% - 10.0rem);
  font-size: 1.6rem;
  font-weight: bold;
}

.cause2 dl dd .step ul li p strong {
  color: #E33249;
  background: none !important;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

.cause2 dl dd&gt;h3 {
  margin: 2.0rem 0 -2.0rem;
  text-align: center;
}

.cause2 dl dd&gt;h3 strong {
  display: inline-block;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0.5rem 3.0rem;
  position: relative;
  ;
}

.cause2 dl dd&gt;h3 strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cause2 dl dd&gt;h4 {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 2.0rem 0 -1.0rem;
}








.power_saving {
  text-align: center;
  margin-top: 2.0rem;
}

.power_saving h3 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding: 0.3rem 2.0rem;
}

.power_saving h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

.power_saving ul {
  display: block;
  width: 95%;
  max-width: 500px;
  margin: 2.0rem auto 0;
  border: solid #9B9B9B 1.5rem;
  padding: 1.0rem 4.0rem;
  text-align: left;
}

.power_saving ul li {
  margin: 0.5rem 0rem;
  padding: 0;
}

.power_saving ul li::before {
  content: "● ";
}

#column p&gt;strong {
  color: #A81B4B;
  font-weight: 900;
}

#column p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#column p a {
  color: #1492E6;
  text-decoration: underline;
}

#column .item {
  margin-top: 2.0rem;
  background-color: #FCF9E6;
  padding: 2.0rem;
}

#column .item-blue {
  background-color: #DFEFF2;
}

#column .item&gt;div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0rem !important;
}

#column .item&gt;div&gt;div:nth-of-type(1) {
  width: 30%;
  margin-top: 0rem !important;
}

#column .item&gt;div&gt;div:nth-of-type(2) {
  width: 65%;
  margin-top: 0rem !important;
}

#column .item&gt;div&gt;div h3 {
  font-weight: bold;
  padding-left: 1.5rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
}

#column .item&gt;div&gt;div h3::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 100%;
  background-color: #A81B4B;
  position: absolute;
  top: 0;
  left: 0;
}

#column .item&gt;div&gt;div h3.orange::before {
  background-color: #FFAA4A;
}

#column .item&gt;div&gt;div h3.pink::before {
  background-color: #FE97C4;
}

#column .item&gt;div&gt;div p {
  margin-top: 1.0rem;
}

#column .item&gt;div&gt;div p a {
  color: #1492E6;
  text-decoration: underline;
}

#column .item&gt;span {
  display: block;
  width: 100%;
  margin-top: 2.0rem;
  text-align: center;
}

#column .item&gt;span {
  display: block;
  margin-top: 2.0rem;
  width: 100%;
  text-align: center;
}

#column .item&gt;span a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.7rem 5.0rem;
  border-radius: 5.0rem;
  transition: all 0.2s ease;
  position: relative;
  border: solid 2px #000;
}

#column .item&gt;span a:hover {
  background: #fff;
  color: #000;
  opacity: 1.0;
}

#column .item&gt;span a:after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  color: #707070;
  background-color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
}





@media screen and (max-width:768px) {
  #column .item&gt;div&gt;div:nth-of-type(1) {
    width: 40%;
  }

  #column .item&gt;div&gt;div:nth-of-type(2) {
    width: 90%;
    margin-top: 2.0rem;
  }
}

#column .item2 {
  margin: 5.0rem 0 0;
  padding: 2.0rem 5.0rem;
  background-color: #DFEFF2;
}

#column .item2 h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding: 0.7rem 0 0.7rem 2.0rem;
  margin: 2.0rem auto 0;
  color: #3c3c3c;
  max-width: 700px;
  width: 90%;
}

#column .item2&gt;p {
  max-width: 700px;
  width: 90%;
  margin: 2.0rem auto 0;
}

#column .item2 h3::before {
  content: "";
  display: block;
  width: 1.0rem;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 0rem;
  background-color: #A81B4B;
}

#column .item2 h3 span {
  display: block;
  width: 20.0rem;
  position: absolute;
  right: 2.0rem;
  bottom: 1.0rem;
}

#column .item2&gt;div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#column .item2&gt;div a {
  display: block;
  width: 48%;
  max-width: 250px;
  margin-top: 2.0rem;
}

#column .item2&gt;div a p {
  margin: 1.0rem 0 0;
  color: #1492E6;
  text-decoration: underline;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#column .item2&gt;div a p:before {
  content: "◆";
  color: #3c3c3c;
}






#column .kando {

  display: flex;
  flex-wrap: wrap;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}

#column .kando h3 {
  text-align: center;
  width: 100%;
}

#column .kando h3 strong {
  display: inline-block;
  padding: 0.3rem 1.0rem;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
}

#column .kando h3 strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 5px, #EBA01F 5px, #EBA01F 10px);
}

#column .kando h3 span {
  display: inline-block;
  margin: 1.0rem 0;
  padding: 0.3rem 2.0rem;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#column .kando h3 span:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
}

#column .kando h3 span:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
}

#column .kando h3 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
}

#column .kando&gt;a {
  display: block;
  width: 25%;
  margin-top: 1.0rem;
}

@media screen and (max-width:768px) {
  #column .kando&gt;a {
    width: 50%;
  }

  #column .kando&gt;a:nth-of-type(3) {
    margin-top: 0;
  }

  #column .kando&gt;a:nth-of-type(4) {
    margin-top: 0;
  }
}

#column .kando&gt;span {
  display: block;
  margin-top: 2.0rem;
  width: 100%;
  text-align: center;
}

#column .kando&gt;span a {
  display: inline-block;
  background: #000;
  color: #fff;
  border: solid 2px #000;
  font-size: 1.6rem;
  padding: 0.7rem 5.0rem;
  border-radius: 5.0rem;
  transition: all 0.2s ease;
  position: relative;
}

#column .kando&gt;span a:hover {
  background: #fff;
  color: #000;
}

#column .kando&gt;span a:after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  color: #707070;
  background-color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

#column .kando&gt;span a:hover:after {
  color: #fff;
  background-color: #707070;
}

#column .demerit {
  width: 98%;
  margin: 0 auto;
}

#column .demerit h4 {
  margin-top: 5.0rem;
  text-align: center;
}

#column .demerit h4 span {
  font-size: 3.0rem;
  color: #e91b4b;
  line-height: 1.0;
  border: solid 3px #e91b4b;
  border-right: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
}

#column .demerit h4 span:last-child {
  border-right: solid 3px #e91b4b;
}

#column .demerit h4 span:nth-of-type(2) {
  background-color: #e91b4b;
  color: #fff;
}

#column .demerit&gt;span {
  display: block;
  margin: 3.0rem auto;
  width: 60%;
  max-width: 300px;
}

#column .demerit h3 {
  text-align: center;
  font-size: 2.5rem;
}

#column .demerit p {
  margin-top: 2.0rem;
}

#column .demerit h5 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.0rem;
}





#column&gt;h1 {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
  padding-bottom: 1.0rem;
  margin: 1.0rem 0.1rem;
}

#column&gt;h1 span {
  display: block;
  width: 15%;
  margin-right: 3%;
}

#column&gt;h1 p {
  display: block;
  width: 80%;
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media screen and (max-width:768px) {
  #column&gt;h1 span {
    width: 25%;
    margin-right: 3%;
  }

  #column&gt;h1 p {
    width: 70%;
    font-size: 1.8rem;
  }
}





#column font {
  font-family: 'Noto Sans', sans-serif;
  color: inherit;
  font-size: inherit;
}

#column .related a {
  width: 32%;
}

@media screen and (max-width:768px) {
  #column .related a {
    width: 48%;
  }

}


.dead_space {
  margin-top: 5.0rem;
}

.dead_space h3 {
  text-align: center;
  margin: 0;
  padding: 0.5rem;
  font-size: 2.0rem;
  font-weight: bold;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dead_space ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dead_space ul li {
  display: block;
  width: 24%;
  background: #F0F3F5;
  margin: 2.0rem 0.5% 0;
  padding: 1.0rem;
}

.dead_space2 {
  margin-top: 5.0rem;
}

.dead_space2 h3 {
  text-align: center;
  margin: 0;
  padding: 0.5rem;
  font-size: 2.0rem;
  font-weight: bold;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dead_space2 ul {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  max-width: 600px;
}

.dead_space2 ul li {
  display: block;
  margin-top: 1.0rem;
  background-color: #FFEB99;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2.0rem 1.0rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

dl.howto {
  width: 95%;
  margin: 4.0rem auto 0;
  max-width: 600px;
}

dl.howto dt {
  font-size: 1.8rem;
  font-weight: bold;
  word-break: keep-all;
  overflow-wrap: break-word;
}

dl.howto dd {
  padding: 2.0rem;
}

dl.howto dd img {
  margin-bottom: 1.0rem !important;
}


#column .howto_handwash {
  margin: 2.0rem;
  padding: 2.0rem 4.0rem;
  background: #F0F3F5;
  counter-reset: number 0;
}

#column .howto_handwash li {
  margin-top: 1.0rem;
  font-size: 1.6rem;
}

#column .howto_handwash li::before {
  counter-increment: number 1;
  content: counter(number)" :　";
}

#column .avoid {
  margin: 5.0rem auto;
  border: solid 1.0rem #9B9B9B;
  max-width: 700px;
  width: 90%;
  padding: 2.0rem;
}

#column .avoid h3 {
  text-align: center;
  color: #E33249;
  font-size: 1.6rem;
  line-height: 1.0;
  font-weight: 900;
  border-bottom: solid 1px #3c3c3c;
  padding: 1.0rem;
}

#column .avoid dl {
  margin: 0;
  margin-bottom: 2.0rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#column .avoid dl dt {
  margin-top: 1.0rem;
  width: 49.5%;
  text-align: right;
  font-weight: 900;
  font-size: 1.6rem;
}

#column .avoid dl dd {
  margin-top: 1.0rem;
  width: 49.5%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  color: #B97802;
}

#column .avoid dl dd:nth-of-type(1) {
  color: #1AA7C4;
}

#column .avoid p {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
}

#column .avoid ul {
  margin: 1rem auto 0;
  max-width: 400px;
}

#column .avoid ul li {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2.5rem;
  position: relative;
}

#column .avoid ul li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.3rem;
  transform: translateY(-50%);
}

#column .item&gt;h4 {
  margin-top: 3.0rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  position: relative;
  padding: 1.0rem;
}

#column .item&gt;h4 strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  color: #E33249;
}

#column .item&gt;h4:after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 15%;
}

#column .item&gt;ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#column .item&gt;ul li {
  width: 22%;
  margin: 2.0rem 1.0rem;
}

#column .item&gt;ul li a {
  display: block;
  border: solid 1px #3c3c3c;
}

#column .item&gt;ul li a p {
  margin: 0;
  padding: 0.7rem 2.7rem 0.7rem 1.0rem;
  background: #FFF5DB;
  margin-bottom: 8.0rem;
  position: relative;
}

#column .item&gt;ul li a p::after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0rem;
  height: 2.0rem;
  background-color: #E4E4E4;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.0;
  color: #fff;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width:768px) {
  #column .item&gt;ul li {
    width: calc(32% - 2.0rem);
    margin: 2.0rem 1.0rem;
  }
}


#column .color1 ul li:nth-of-type(1) a {
  background: linear-gradient(45deg, #B97802, #E6A82A 15%, #F4D06F 50%, #E6A82A 85%, #B97802);
}

#column .color1 ul li:nth-of-type(2) a {
  background: #613522;
}

#column .color2 ul li:nth-of-type(1) a {
  background: #FFFF65;
}

#column .color2 ul li:nth-of-type(2) a {
  background: #CFAFEF;
}

#column .color3 ul li:nth-of-type(1) a {
  background: #FFFF65;
}

#column .color3 ul li:nth-of-type(2) a {
  background: #ffF;
}

#column .color4 ul li:nth-of-type(1) a {
  background: #FFFF65;
}

#column .color4 ul li:nth-of-type(2) a {
  background: linear-gradient(45deg, #B97802, #E6A82A 15%, #F4D06F 50%, #E6A82A 85%, #B97802);
}

#column .color5 ul li:nth-of-type(1) a {
  background: #FFFF65;
}

#column .color6 ul:nth-of-type(1) li:nth-of-type(1) a {
  background: #20B146;
}

#column .color6 ul:nth-of-type(1) li:nth-of-type(2) a {
  background: #FFAA4A;
}

#column .color6 ul:nth-of-type(2) li:nth-of-type(1) a {
  background: #FFFF65;
}

#column .color6 ul:nth-of-type(2) li:nth-of-type(2) a {
  background: #FFF;
}

#column .color6 ul:nth-of-type(2) li:nth-of-type(3) a {
  background: #FE97C4;
}

#column .color6 ul:nth-of-type(3) li:nth-of-type(1) a {
  background: #20B146;
}

#column .color6 ul:nth-of-type(3) li:nth-of-type(2) a {
  background: #FFAA4A;
}

#column .color6 ul:nth-of-type(3) li:nth-of-type(3) a {
  background: #FFFF65;
}

#column .color6 ul:nth-of-type(4) li:nth-of-type(1) a {
  background: #20B146;
}

#column .color6 h5 {
  margin-top: 2.0rem;
  text-align: center;
}

#column .color6 h5 span {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #fff;
  padding: 1.0rem 4.0rem;
  border-radius: 5.0rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}









#column .howto {
  margin: 5.0rem 1.0rem 0;
}

#column .howto h3 {
  text-align: center;
  width: 100%;
}

#column .howto h3 strong {
  border-bottom: solid 1px #ccc;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0.7rem 3.0rem;
}

#column .howto ul {
  margin: 2.0rem auto 0;
  border: solid 1.0rem #9B9B9B;
  padding: 2.0rem;
  width: 95%;
  max-width: 600px;
}

#column .howto ul li {
  font-weight: 600;
  margin-top: 1.0rem;
}

#column .compare {
  margin-top: 5rem;
  display: flex;
  justify-content: space-around;
}

#column .compare span {
  display: block;
  width: 48%;
  max-width: 320px;
}

#column .point {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 2.0rem auto 0;
  width: 99%;
  max-width: 750px;
}

#column .point th,
#column .point td {
  border: solid 1px #000;
  vertical-align: middle;
  padding: 1.0rem;
}

#column .point thead th:nth-of-type(1) {
  width: 10rem;
  text-align: center;
  font-weight: 900;
}

#column .point thead th:nth-of-type(2) {
  width: calc(100% - 10rem);
  text-align: center;
  font-weight: 900;
}

#column .point tbody td:nth-of-type(1) {
  text-align: center;
  font-weight: 900;
  color: #FE9335;
}

#column .point tbody td strong {
  color: #A81B4B;
  font-weight: bold;
}



#column .toc2 {
  margin: 5.0rem auto 0;
  width: 98%;
  text-align: center;
}

#column .toc2 h2 {
  display: inline-block;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-size: 2.0rem;
  font-weight: 900;
  position: relative;
  padding: 0.1rem 2.5rem;
  margin: 0;
}

#column .toc2 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

#column .toc2 p {
  font-size: 1.6rem;
  color: #EBA01F;
  font-weight: 900;
  margin: 1.0rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#column .toc2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#column .toc2 ul li {
  width: 32%;
  margin-top: 2.0rem;
}

@media screen and (max-width:768px) {
  #column .toc2 ul li {
    width: 48%;
  }

}

#column .column_link {
  margin: 5.0rem 1.0rem 0;
}

#column .column_link h3 {
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-size: 2.0rem;
  font-weight: bold;
}

#column .column_link a {
  display: block;
  margin: 2.0rem auto 0;
  width: 80%;
  max-width: 400px;
}

#column .item3 {
  margin: 2.0rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2.0rem 2.0rem 4.0rem;
  background-color: #DFEFF2;
}

#column .item3 div:nth-of-type(1) {
  display: block;
  width: 30%;
  margin-top: 2.0rem;
}

#column .item3 div:nth-of-type(2) {
  display: block;
  width: 65%;
  margin-top: 2.0rem;
}

#column .item3 div h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 2.0rem;
  line-height: 1.0;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;

}

#column .item3 div h3::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #A81B4B;
}

#column .item3 div p {
  font-size: 1.4rem;
  margin: 1.0rem 0 0;
}

#column .item3 div p a {
  text-decoration: underline;
  color: #1492E6;
}

@media screen and (max-width:768px) {
  #column .item3 div:nth-of-type(1) {
    width: 70%;
  }

  #column .item3 div:nth-of-type(2) {
    width: 100%;
  }

}

#column .ag_item {
  margin-top: 2.0rem;
  background-color: #DFEFF2;
  padding: 2.0rem 5%;
}

#column .ag_item&gt;div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.0rem 2.0rem;
}

#column .ag_item&gt;div h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
  padding-left: 1.0rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#column .ag_item&gt;div h3::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background-color: #A81B4B;
  position: absolute;
  top: 0;
  left: 0;
}

#column .ag_item&gt;div span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.43);
}

#column .ag_item p {
  margin: 2.0rem 2.0rem 0;
}


#column .dnature {
  background-color: #FFF9E9;
  padding-bottom: 2.0rem;
  margin-top: 2.0rem;
}

#column .dnature&gt;div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#column .dnature&gt;div:nth-of-type(1) a {
  display: block;
  margin-top: 2.0rem;
  text-align: center;
  width: 32%;
  color: #1492E6;
  line-height: 1.4;
}

#column .dnature&gt;div:nth-of-type(1) a img {
  margin: 1.0rem 0;
}

#column .dnature&gt;div:nth-of-type(1) a span {
  display: block;
  width: 30%;
}

#column .dnature h4 {
  margin-top: 5.0rem;
  text-align: center;
}

#column .dnature h4 strong {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0.3rem 4.0rem;
}

#column .dnature h4 strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3c3c3c;
  position: absolute;
  bottom: 0;
  left: 0;
}

#column .dnature&gt;div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#column .dnature&gt;div:nth-of-type(2) a {
  display: block;
  width: 48%;
  margin-top: 2.0rem;
  color: #1492E6;
  padding: 0 0.5rem;
}

#column .dnature&gt;div:nth-of-type(2) a h5 {
  padding: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#column .dnature&gt;div:nth-of-type(2) a h5::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
}

#column .dnature&gt;div:nth-of-type(2) a img {
  margin: 1.0rem 0;
}



@media screen and (max-width:768px) {
  #column .dnature&gt;div:nth-of-type(1) {
    justify-content: space-around;
  }

  #column .dnature&gt;div:nth-of-type(1) a {
    width: 48%;
  }

  #column .dnature&gt;div:nth-of-type(1) a:nth-of-type(1) {
    width: 55%;
  }

}

#column .supervisor div p {
  width: 45%;
}


#column .item_link {
  display: block;
  margin-top: 2.0rem;
  width: 100%;
  text-align: center;
}

#column .item_link a {
  display: inline-block;
  background: #000;
  color: #fff;
  border: solid 2px #000;
  font-size: 1.6rem;
  padding: 0.7rem 5.0rem;
  border-radius: 5.0rem;
  transition: all 0.2s ease;
  position: relative;
}

#column .item_link a:hover {
  background: #fff;
  color: #000;
}

#column .item_link a:after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  color: #707070;
  background-color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

#column .item_link a:hover:after {
  color: #fff;
  background-color: #707070;
}

#column .logo {
  margin: 5.0rem auto 0;
  width: 60%;
  max-width: 300px;
}


#column .pickup {
  margin-top: 5.0rem;
  text-align: center;
}

#column .pickup h2 {
  margin-top: 5.0rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.5rem 4.0rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
}

#column .pickup h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

#column .pickup h2 span {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.5rem 2.0rem;
}

#column .pickup h2 span::before {
  content: "-　";
}

#column .pickup h2 span::after {
  content: "　-";
}

#column .sauna_item dl dt {
  background-color: #F0F3F5;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding: 0.7rem 4.0rem;
  margin-top: 4.0rem;
  color: #3c3c3c;
}

#column .sauna_item dl dt strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#column .sauna_item dl dt::after {
  content: "";
  display: block;
  width: 1.0rem;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 2.0rem;
  background-color: #FFD900;
}

#column .sauna_item dl dd a {
  background-color: #DFEFF2;
  position: relative;
  padding: 3.0rem;
  margin-top: 1.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#column .sauna_item dl dd a .icon {
  position: absolute;
  width: 12%;
  top: 0;
  right: 1.0rem;
  transform: translateY(-40%);
}

#column .sauna_item dl dd a .img {
  width: 30%;
}

#column .sauna_item dl dd a .dtl {
  width: 60%;
}

#column .sauna_item dl dd a .dtl h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 0.3rem 0 0.5rem 1.7rem;
  position: relative;
}

#column .sauna_item dl dd a .dtl h3::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #A81B4B;
}

#column .sauna_item dl dd a .dtl p {
  margin-top: 2.0rem;
}

#column .sauna_item dl dd a .dtl&gt;span {
  margin-top: 2.0rem;
  color: #1492E6;
  text-decoration: underline;
  text-align: right;
  display: inline-block;
}

#column .sauna_item dl dd a .dtl&gt;span::before {
  content: "◆";
  text-decoration: none;
  color: #3c3c3c;
}


#column .recipe {
  margin: 2.0rem auto 0;
  width: 95%;
  max-width: 750px;
  border: solid 7px #9B9B9B;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#column .recipe div h3 {
  font-weight: bold;
}

#column .recipe .ingredients {
  width: 50%;
}

#column .recipe .ingredients li {
  list-style-type: disc;
  margin-left: 2.0rem;
}

#column .recipe&gt;span {
  width: 30%;
}

#column .recipe .directions {
  margin-top: 2.0rem;
  width: 100%;
}

#column .recipe .directions li {
  margin-left: 2.0rem;
  list-style-type: decimal;
}

@media screen and (max-width:768px) {
  #column .recipe .ingredients {
    width: 65%;
  }

  #column .recipe&gt;span {
    width: 30%;
  }
}

#column .item_vegimage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 4.0rem;
  background: #DFEFF2;
  padding: 3%;
}

#column .item_vegimage&gt;span {
  display: block;
  width: 30%;
  position: relative;
}

#column .item_vegimage&gt;span img {
  margin: 0;
}

#column .item_vegimage&gt;span strong {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #FF8800;
  border: solid 3px #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}

#column .item_vegimage&gt;div {
  width: 65%;
}

#column .item_vegimage&gt;div h3 {
  margin: 0;
  padding: 0.3rem 0 0.3rem 1.0rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
}

#column .item_vegimage&gt;div h3::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 100%;
  background: #9B8255;
  position: absolute;
  top: 0;
  left: 0;
}

#column .item_vegimage&gt;div h3.vegi_logo {
  width: 100%;
  padding-right: 27.0rem;
}

#column .item_vegimage&gt;div h3.vegi_logo:before {
  content: "";
  display: block;
  width: 25rem;
  height: 15rem;
  background: url(https://gigaplus.makeshop.jp/matrug/column/broccoli_sprouts/img/bs012.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}

#column .item_vegimage&gt;div p {
  margin-top: 1.0rem;
}

#column .item_vegimage&gt;div&gt;span {
  margin-top: 2.0rem;
  display: block;
}

#column .item_vegimage&gt;div&gt;span::before {
  content: "◆";
}

#column .item_vegimage&gt;div&gt;span strong {
  color: #1492E6;
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  #column .item_vegimage&gt;span {
    width: 60%;
  }

  #column .item_vegimage&gt;div {
    width: 100%;
    margin-top: 3.0rem;
  }

}


#column .vegi_link {
  margin-top: 2.0rem;
  text-align: center;
}

#column .vegi_link a {
  display: inline-block;
  border: solid 2px #26A33E;
  background: #26A33E;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.7rem 6.0rem;
  position: relative;
  border-radius: 5.0rem;
}

#column .vegi_link a::after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  color: #707070;
  background-color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

#column .vegi_link a:hover {
  background: #fff;
  color: #26A33E;
  opacity: 1.0;
}

#column .vegi_link a:hover::after {
  color: #fff;
  background-color: #707070;
}

#column .vegimage_series {
  margin-top: 10.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#column .vegimage_series p {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  text-align: center;
  font-weight: 900;
}

#column .vegimage_series h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 2.0rem;
}

#column .vegimage_series h3 span {
  display: block;
  width: 50%;
  margin: 2.0rem auto 0;
}

#column .vegimage_series h3 strong {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  font-weight: 900;
  color: #3C3C3C;
}

#column .vegimage_series&gt;a {
  display: block;
  width: 25%;
}

@media screen and (max-width:768px) {
  #column .vegimage_series&gt;a {
    width: 50%;
  }
}

#column .vegimage_series&gt;span {
  display: block;
  width: 100%;
  margin: 2.0rem 0 0;
  text-align: center;
}

#column .vegimage_series&gt;span a {
  display: inline-block;
  border: solid 2px #000;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.7rem 6.0rem;
  position: relative;
  border-radius: 5.0rem;
}

#column .vegimage_series&gt;span a::after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  color: #707070;
  background-color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

#column .vegimage_series&gt;span a:hover {
  background: #fff;
  color: #000;
  opacity: 1.0;
}

#column .vegimage_series&gt;span a:hover::after {
  color: #fff;
  background-color: #707070;
}


#column .topic strong span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #73CF58;
}


#column .sauna_mat {
  padding-top: 5.0rem;
}

#column .sauna_mat h3 {
  margin: 0;
  padding: 0;
  text-align: center;
}

#column .sauna_mat h3 strong {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding: 0.5rem 2.0rem;
  position: relative;
}

#column .sauna_mat h3 strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

#column .sauna_mat img {
  margin-top: 2.0rem;
}

#column .machcloth {
  margin: 5.0rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#column .machcloth a {
  width: calc(97% / 3);
  margin-top: 1.0rem;
  text-align: center;
  color: #1492E6;
  text-decoration: underline;
}

#column .machcloth a img {
  margin-bottom: 0.5rem;
}

#column .machcloth a:first-child {
  width: 100%;
}

#column .pf01 {
  margin: 3.0rem auto 0;
  border: solid 1.0rem #9B9B9B;
  max-width: 600px;
  padding: 1.0rem;
  text-align: center;
}

#column .pf01 h3 {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1.4;
  position: relative;
  padding: 0.3rem 2.0rem;
}

#column .pf01 h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  bottom: 0;
  left: 0;
}

#column .pf01&gt;p {
  font-size: 1.6rem;
  font-weight: 900;
}

#column .pf01&gt;span {
  display: block;
  width: 100%;
  text-align: right;
  font-family: 1.2rem;
}

#column .pf01&gt;div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.0rem auto;
}

#column .pf01&gt;div p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#column .pf01&gt;div p strong {
  display: block;
  font-size: 1.8rem;
  color: #3C3C3C;
  width: 100%;
}

#column .pf01&gt;div p:nth-of-type(2) {
  color: #FE9335;
  font-size: 1.8rem;
  line-height: 1.0;
  font-weight: 900;
}

#column .pf01&gt;div p:nth-of-type(2) span {
  font-size: 2.8rem;
}

#column .pf01&gt;div p:nth-of-type(2) strong {
  font-size: 5.0rem;
  line-height: 1.0;
  color: #FE9335;
}


/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
font-family: 'Zen Old Mincho', serif;
font-family: 'Noto Sans', sans-serif; 
*/</pre></body></html>