@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
  text-size-adjust: 100%;
}
body {
  font-size: 1.6rem;
  font-style: normal;
  text-align: center;
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
a:link, a:visited, a:active {
  color: #783f04;
  text-decoration: underline;
}
a:hover {
  color: #b48655;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
*:after, *::before {
  box-sizing: border-box;
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #FFF;
  text-align: left;
  width: 100%;
  margin: 0px auto;
  padding: 0% 0% 0% 80px;
  height: 70px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-position: top 15px left 70px;
  background-size: 40px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.title1 {
  color: #000c;
  padding: 16px auto;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0px 0px 45px;
}
.footer_bg {
  background: url("../img/bg3.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
  color: #FFF;
  line-height: 155%;
  word-break: break-all;
  text-align: left;
  text-justify: inter-ideograph;
}
.footer_bg h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer_bg p {
  display: block;
  margin: 0px auto;
  max-width: 1135px;
  width: 100%;
  font-size: 1.4rem;
}
/*　↓↓↓↓↓　1200px以下のデバイスを使用するとき　↓↓↓↓↓　*/
@media screen and (max-width:1200px) {
  .footer_bg {
    width: 90%;
    padding: 50px 5%;
  }
}
@media screen and (max-width:1080px) {}
@media screen and (max-width:765px) {}
@media screen and (max-width:650px) {}
@media screen and (max-width:480px) {}