@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
#newfoot {
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
  font-size: 1.4rem;
}
footer#newfoot {
  padding-bottom: 20px;
}
#newfoot #wrapper {
  width: 100%;
  min-width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  height: 900px;
  display: flex;
  justify-content: space-around;
  text-align: left;
}
#newfoot .left, #newfoot .right {
  width: 45%;
}
#newfoot h1 {
  font-size: 28px;
  border-bottom: solid 3px #10a360;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  color: #333;
  font-family: 'Ubuntu', sans-serif;
  padding-bottom: 10px;
}
h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00552e;
  bottom: -3px;
  width: 30%;
}
footer#newfoot h2 {
  border-bottom: 1px solid #999;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 28px;
  padding: 0.2em 0;
  margin-top: 5%;
}
footer#newfoot h3 {
  font-size: 0.8rem;
  background-color: #00552e;
  color: #FFFFFF;
  width: 50%;
  text-align: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}
#newfoot .link {
  width: 100%;
  text-align: right;
  position: relative;
  margin-bottom: 20px;
}
#newfoot .link a {
  font-size: 10px;
  display: block;
  text-decoration: none;
  background-color: #0083AF;
  color: #FFFFFF;
  width: 70px;
  position: absolute;
  right: 0;
  padding: 0 10px;
}
#newfoot p {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.8em;
}
#newfoot span {
  font-size: 10px;
  font-size: 1rem;
}
#newfoot strong {
  font-weight: bold;
}
#newfoot table {
  font-size: 10px;
  display: block;
  width: 298px;
  border: 1px solid #CCC;
}
#newfoot tr {
  width: 100%;
}
#newfoot th {
  font-weight: bold;
}
#newfoot th, #newfoot td {
  line-height: 22px;
  width: 42px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
#newfoot .holi {
  background-color: #FCC;
}
#newfoot #bottom {
  text-align: center;
  color: #fff;
}
.infotxt {
  width: 1000px;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: 15px;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
  margin: 2em auto;
  padding: 50px 20px 50px;
  border: solid 5px #00552e;
}
.infotxt .box-title {
  font-size: 18px;
  position: absolute;
  display: inline-block;
  top: -2px;
  left: 0;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #00552e;
  color: #ffffff;
  font-weight: bold;
  border-top-left-radius: 10px;
  padding: 5px 10px;
}
.infotxt p span.stit {
  font-weight: bold;
  display: block;
  color: #00552e;
  font-size: 18px;
}
.infotxt p span.mark {
  font-weight: bold;
  color: #00552e;
}
.infotxt p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #newfoot {
    height: 100%;
    font-family: Century Gothic, Arial;
    text-align: left;
    font-size: 1.4rem;
  }
  footer#newfoot {
    padding-bottom: 20px;
  }
  #newfoot #wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 900px;
    flex-wrap: wrap;
    text-align: left;
  }
  #newfoot .left, #newfoot .right {
    width: 100%;
  }
  #newfoot h1 {
    max-width: 100%;
    margin: 0 auto;
    color: #333; /*文字色*/
    padding: 0.3em 0; /*上下の余白*/
    border-top: solid 3px #333; /*上線*/
    border-bottom: solid 3px #333; /*下線*/
    color: #333;
    text-align: center;
    font-size: 1.3rem;
    line-height: 100px;
    font-family: Century Gothic, Arial;
  }
  footer#newfoot h2 {
    border-bottom: 1px solid #999;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 28px;
    padding: 0.2em 0;
    margin-top: 5%;
  }
  footer#newfoot h3 {
    font-size: 0.8rem;
    background-color: #00552e;
    color: #FFFFFF;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  #newfoot .link {
    width: 100%;
    text-align: right;
    position: relative;
    margin-bottom: 20px;
  }
  #newfoot .link a {
    font-size: 10px;
    display: block;
    text-decoration: none;
    background-color: #0083AF;
    color: #FFFFFF;
    width: 70px;
    position: absolute;
    right: 0;
    padding: 0 10px;
  }
  #newfoot p {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1.8em;
  }
  #newfoot span {
    font-size: 10px;
    font-size: 1rem;
  }
  #newfoot strong {
    font-weight: bold;
  }
  #newfoot table {
    font-size: 10px;
    display: block;
    width: 298px;
    border: 1px solid #CCC;
  }
  #newfoot tr {
    width: 100%;
  }
  #newfoot th {
    font-weight: bold;
  }
  #newfoot th, #newfoot td {
    line-height: 22px;
    width: 42px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #newfoot .holi {
    background-color: #FCC;
  }
  #newfoot #bottom {
    text-align: center;
    color: #fff;
  }
  .infotxt {
    width: 95%;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border-radius: 15px;
    font-size: 15px;
    box-sizing: border-box;
    position: relative;
    margin: 2em auto;
    padding: 50px 20px 50px;
    border: solid 5px #00552e;
  }
  .infotxt .box-title {
    font-size: 18px;
    position: absolute;
    display: inline-block;
    top: -2px;
    left: 0;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #00552e;
    color: #ffffff;
    font-weight: bold;
    border-top-left-radius: 10px;
    padding: 5px 10px;
  }
  .infotxt p span.stit {
    font-weight: bold;
    display: block;
    color: #00552e;
    font-size: 18px;
  }
  .infotxt p span.mark {
    font-weight: bold;
    color: #00552e;
  }
  .infotxt p {
    margin: 0;
    padding: 0;
  }
}
