*, *:before, *:after {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
}
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color:#574B3F;
  transition-duration: 0.5s;
}
ul, ol, dl {
  list-style: none;
}
html {
  font-size: 62.5%;
}
input[type=date],
input[type=submit]{
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea{
  padding: 15px 20px;
  width: 100%;
  border: #666666 1px solid;
  border-radius: 5px;
}
input[type=radio],
input[type=checkbox]{
  width: auto;
  padding: 0;
}
span.wpcf7-list-item{
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  color: #323333;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴシック W7";
  font-style: normal;
  overflow-x: hidden;
}
h1{
  font-size: 40px;
  font-size:4rem;
  font-weight: bold;
}
h3{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
p{
  margin: 30px 0;
  line-height: 2.1;
  font-size: 13px;
}
span{
  font-size: inherit;
  font-weight: inherit;
}
button{
  background: none;
}
main{
  max-width: 1080px;
  margin: 0 auto;
  transition: all 1s;
  overflow: hidden;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
.common {
  margin:0px auto;
  padding: 20px 0;
  width: 90%;
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  .common{
    width:90%;
  }
  h1{
    font-size: 28px;
    font-size:2.8rem;
  }
  h2{
    font-size:20px;
    font-size:2rem;
  }
}

@media screen and (max-width: 768px){
  *, *:before, *:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
  h1{
    font-size:35px;
    font-size:3.5rem;
  }
  h2{
    font-size:28px;
    font-size:2.8rem;
  }
  /* 共通 */
  .table dt{
    padding: 5%; 
    width: 45%;   
  }
  .table dd{
    padding: 5%;
  }
  input,
  textarea{
    padding: 10px;
  }
  .common{
    margin: 0 auto;
    width: 90%;
  }
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: block;
  }
}

/*フォント
=======================================================*/
@font-face {
	font-family: "ヒラギノ角ゴシック W3";
	src: url("../font/ヒラギノ角ゴシック W3.otf");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ角ゴシック W6";
	src: url("../font/ヒラギノ角ゴシック W6.otf");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ角ゴシック W7";
	src: url("../font/ヒラギノ角ゴシック W7.ttc");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ角ゴシック W8";
	src: url("../font/ヒラギノ角ゴシック W8.otf");
	font-weight: 500;
}
@font-face {
	font-family: "リュウミン Regular";
	src: url("../font/A-OTF-RyuminPr6-Regular.otf");
	font-weight: 500;
}
@font-face {
	font-family: "リュウミン Medium";
	src: url("../font/A-OTF-RyuminPr6-Medium.otf");
	font-weight: 500;
}
@font-face {
	font-family: "リュウミン Bold";
	src: url("../font/A-OTF-RyuminPr6-Bold.otf");
	font-weight: 500;
}
@font-face {
	font-family: "リュウミン ExBold";
	src: url("../font/A-OTF-RyuminPr6-ExBold.otf");
	font-weight: 500;
}
@font-face {
	font-family: "div bold";
	src: url("../font/din-condensed-bold.ttf");
	font-weight: 500;
}

/*タイトル
=======================================================*/

@media screen and (max-width: 768px){
}

/*カラー
=======================================================*/
.bg-w{
  background: #fff;
}
.bg-brown{
  background: #ECE0CD;
}
.bg-brown2{
  background: #C19758;
}
.bg-green{
  background: #D3DCC9;
}
.bg-green2{
  background:#6D8A4C;
}
.bg-green3{
  background: #87A683;
}
.bg-green4{
  background: #4D7B47;
}
.bg-blue{
  background: #CCD6DD;
}
.bg-blue2{
  background: #56768E;
}
.bg-orange{
  background: #E29E62;
}
.bg-orange2{
  background: #D6751F;
}
.fc-brown{
  color: #C19758;
}
.fc-green{
  color:#6D8A4C;
}
.fc-green2{
  color:#4D7B47;
}
.fc-blue{
  color: #56768E;
}
.fc-orange{
  color:#D6751F;
}
.marker{
  background-color: rgba(251,232,163, 0.5);
  background: linear-gradient(transparent 50%, #fbe8a3 50%);
}

/*共通アニメーション
=======================================================*/

/* スクロールありで下から上 */
.fadein1 {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1.5s;
}
/* スクロールありで右から左 */
.fadein2 {
  opacity : 0;
  transform: translateX(-50px);
  transition: all 2s;
}
/* スクロールありで左から右 */
.fadein3 {
  opacity : 0;
  transform: translateX(50px);
  transition: all 2s;
}
/* スクロールありで上から下 */
.fadein4a {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 1.5s;
}
.fadein4b {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 3.5s;
}
.fadein4c {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 5.5s;
}
.fadein4d {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 7.5s;
}

/* スクロールなし下から上でフェードイン */
.no-fadein1 {
  animation-duration: 2s;
  animation-name: fadein1;
}
/* スクロールなしで上から下フェードイン */
.no-fadein2 {
  animation-duration: 2s;
  animation-name: no-fadein2;
}

@keyframes fadein1 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}
@keyframes no-fadein2 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*header
=======================================================*/

@media screen and (max-width: 650px){
}

/*footer
=======================================================*/

@media screen and (max-width: 650px){
}

.legal_wrap h1{
    font-size: 3rem;
    text-align: center;
    margin: 5rem;
}


.terms-table {
    width: 80%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 0 auto;
}

  .terms-table .label {
    background-color: #f8f8f8;
    font-weight: bold;
    text-align: left;
    padding: 12px;
    border: 1px solid #ddd;
    width: 30%;
  }

  .terms-table .value {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
  }

  .terms-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .terms-table a {
    color: #0073e6;
    text-decoration: none;
  }

  .terms-table a:hover {
    text-decoration: underline;
  }

footer {
  background-color: #000000;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  display: inline-block;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
    font-family: sans-serif;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-text p {
  margin-top: 10px;
  font-size: 14px;
}


  /* スマホ対応 */
  @media screen and (max-width: 768px) {
    .terms-table .label, 
    .terms-table .value {
      display: block;
      width: 100%;
      box-sizing: border-box;
    }

    .terms-table .label {
      background-color: #e0e0e0;
      font-weight: bold;
    }
.legal_wrap h1{
    font-size: 2rem;
}

}
