@charset "UTF-8";

#footer{
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
.center{
  text-align: center;
  display: table;
  margin: 0 auto;
}
    ul{
            list-style-type: none;
    ul{
    margin-left: 0;
            list-style-type: none;
            padding-left: 0;
    }
  }
    background: url(/wp-content/themes/takaren/img-home/bg.png) repeat top left;
    padding: 60px 0 25px;
    .footer-inner{
        width: 100%;
    max-width: 1016px;
    margin: 0 auto;
    color:black ;
    }


.link-three{
   border-bottom: 1px solid #004098;
      padding-bottom: 50px;
      padding-left: 0;
  .item{
display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0 50px;
  gap: 50px;
  }

  ul{
      a{
        color: #363636 !important;
        line-height: 1.8;
        font-weight: bold;
      &::before{
        content: "＞";
        color: #2B9CFC;
        margin-right: 5px;
      }
    }
  }
}

.link-second{
  border-bottom: 1px solid #004098;
display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 0 50px;
  gap: 50px;
  align-items: center;
  ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    padding-bottom: 50px;
    
    .img{
  
      text-align: center;
          a{
            display: inline-block;
               margin: 0 auto;
      }
    }
    .item{
      a{
        color: #363636 !important;
        line-height: 1.8;
        font-weight: bold;
      &::before{
        content: "＞";
        color: #2B9CFC;
        margin-right: 5px;
      }
      }
    }
  }
}
.logo{
      display: flex;
      align-items:center;
      justify-content: space-around;
      border-bottom: 1px solid #004098;
      padding-bottom: 25px;
       padding-left: 0;
      li{
        font-size: 18px;
        font-weight: bold;
        line-height: 2;
        strong{
          font-size: 24px;
        }
        a{ color: black;
          &:visited{
            color: black;
          }
        }
      }
    }
    .youtube{
      text-align: center;
      border-bottom: 1px solid #004098;
      padding:25px 0 50px;

      a{
            display: inline-block;
            margin: 0 auto;
      }
    }
    .sponsorship{
      max-width: 700px;
      margin: 50px auto 50px;
      background: white;
      border-radius: 10px;
      padding: 10px 30px 30px;
      .iso{
        font-size: 11px;
        color: #808080; max-width: 500px;
      }
      ul{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 500px;
             padding-left: 0;
        li{
          font-size: 11px;
        color: #808080;
          &:first-child{
            white-space: nowrap;
          }
        }
      }
    }
    address{
      margin-bottom: 0;
      text-align: center;
       color: #808080;
    }
}

@media (max-width: 1440px) {
}
@media (max-width: 428px) {
#footer{
  
    padding: 30px 15px 12px;
.link-three{
      padding-bottom: 25px;
      padding-left: 0;
       .pc{
    display: block;
  }
  .sp{
    display: none;
  }
.center{
  text-align: center;
  display: table;
  margin: 0 auto;
}
  .item{
  display: block;
  padding: 0 15px;
  gap: 0;
  }

  ul{
    margin-bottom: 0;
  }
}

.link-second{
display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 0;
  gap: 15px;
  ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items: center;
    padding-bottom: 25px;
    gap: 15px;
    
    .img{
      text-align: center;
    }
    .item{
      padding: 0 15px;
    }
  }
}
.logo{
      display: block;
      padding-bottom: 25px;
      text-align: center;
      padding-left: 0;
      li{
        font-size: 14px;
        strong{
          font-size: 18px;
        }
        img{
          max-width: 187px;
          margin: 0 auto;
        }
      }
    }
    .youtube{
      padding:15px 0 35px;
    }
    .sponsorship{
      max-width: 700px;
      margin: 35px auto;
      background: white;
      border-radius: 10px;
      padding: 12px 15px 15px;
      .iso{
        font-size: 11px;
        color: #808080; max-width: 500px;
      }
      ul{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 500px;
   
        li{
          font-size: 11px;
        color: #808080;
          &:first-child{
            white-space: nowrap;
          }
        }
      }
    }
    address{
      margin-bottom: 0;
      text-align: center;
       color: #808080;
    }
}
}
form{
  text-align: left;
  table{
    width: 100%;
  }
}
form table *{
  border: none;
  background:none;
  tr{
    border-bottom: 1px solid #808080;
  }
  .wide{
    width: 100%;
    border: 1px solid #b2b2b2;
   
  }
  
  textarea{
    width: 100%;
      border: 1px solid #b2b2b2;
      min-height: 100px;
  }
  th{
    width: 100%;
    padding: 1rem 0 0 ;
    display: block;
  }
  td{
       width: 100%;
    padding: .5rem 0 1rem;
      display: block;
  }
  
  

}



form .submit{
    display: table;
    text-align: center;
    margin: 0 auto;
    background-color: #062f87;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 360px;
    border-radius: 40px;
  }
  form .back{
    display: table;
    text-align: center;
    margin: 0 auto;
    background-color: #cccccc;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100%;
    max-width: 260px;
    border-radius: 30px;
  }
  .back-home{
 display: table;
    text-align: center;
    margin: 0 auto;
    background-color: #cccccc;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100%;
    max-width: 260px;
    border-radius: 30px;
}
.sp{
  display: block;
}
.pc{
  display: none;
}

@media (min-width: 769px) {
  .sp{
  display: none;
}
.pc{
  display: block;
}

form table *{
  th{
    width: 20%;
    padding: 1rem;
    display: table-cell;
  }
  td{
    width: 80%;
       padding: 1rem;
         display: table-cell;
  }
  
  

}
form .submit{
    line-height: 60px;
   height: 60px;
   font-size: 18px;
       border-radius: 60px;
}
form .back{
    line-height: 50px;
   height: 50px;
   font-size: 16px;
       border-radius: 50px;
}
.back-home{
    line-height: 50px;
   height: 50px;
   font-size: 16px;
       border-radius: 50px;
}
}
.contact-thanks{
  text-align: center;
}
