@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,900;1,400&display=swap');


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

.check a {
  display: inline-block;
  background: #FE9335;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10.0rem;
  border: solid 3px #FE9335;
  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: 2.0rem;
  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: #FE9335;
}

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

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

.green a {
  background: #73CF58;
  border: solid 3px #73CF58;
}

.green a:hover p {
  color: #73CF58;
}

.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: #FF9100;
}

.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;
}

.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: #B97802;
}

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

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

.yellow dt::after {
  background-color: #FFD900;
}

.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>span {
  display: block;
  margin-top: 2.0rem;
}

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

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

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

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

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

.cause2 dd>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>div {
  border-bottom: 2px solid #707070;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2.0rem;
}

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

.cause2 dl dd .step>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>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>h3 {
  margin: 2.0rem 0 -2.0rem;
  text-align: center;
}

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

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

.cause2 dl dd>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>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>div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

#column .item>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>span a:hover {
  background: #fff;
  color: #000;
  opacity: 1.0;
}

#column .item>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>div>div:nth-of-type(1) {
    width: 40%;
  }

  #column .item>div>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 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>div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

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

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

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






#column .kando {
  margin-top: 5.0rem;
  display: flex;
  flex-wrap: wrap;
}

#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>a {
  display: block;
  width: 25%;
  margin-top: 1.0rem;
}

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

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

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

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

#column .kando>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>span a:hover {
  background: #fff;
  color: #000;
}

#column .kando>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>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>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>h1 {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
  padding-bottom: 1.0rem;
  margin: 1.0rem 0.1rem;
}

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

#column>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>h1 span {
    width: 25%;
    margin-right: 3%;
  }

  #column>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>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>h4 strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  color: #E33249;
}

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

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

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

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

#column .item>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>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>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 .point1 {
  margin: 5.0rem auto 0;
  width: 95%;
  max-width: 800px;
  border: solid 0.7rem #76C2D2;
  padding: 3.0rem;
}

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

#column .point2 div {
  width: 48%;
  margin-top: 4.0rem;
}

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

#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>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.0rem 2.0rem;
}

#column .ag_item>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>div h3::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background-color: #A81B4B;
  position: absolute;
  top: 0;
  left: 0;
}

#column .ag_item>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;
}

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

#column .dnature>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>div:nth-of-type(1) a img {
  margin: 1.0rem 0;
}

#column .dnature>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>div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

#column .dnature>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>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>div:nth-of-type(2) a img {
  margin: 1.0rem 0;
}



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

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

  #column .dnature>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 .point {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#column .point>div {
  margin-top: 2.0rem;
  border: solid 10px #9B9B9B;
  padding: 2.0rem;
}

#column .point>div h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

#column .point>div p {
  margin-top: 1.0rem;
}

#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>span {
  margin-top: 2.0rem;
  color: #1492E6;
  text-decoration: underline;
  text-align: right;
  display: inline-block;
}

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

#column .sauna_item dl dd a .dtl>span strong {}

/* 
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; 
*/