@charset "UTF-8";

/*****************************
pagesec-access
*****************************/
.pagesec-access .ttlbox2 {
  margin-bottom: 4rem;
}
.pagesec-access .ttlbox2 .ttl{
  line-height: 1.4;
}
.pagesec-access .txtbox{
  text-align: center;
}
.pagesec-access .info {
  background: #f7fbff;
  border: 2px solid #7EB0E3;
  border-radius: 6px;
  margin: 2rem auto;
  max-width: 750px;
  padding: 2rem;
}
.pagesec-access .info p:not(:last-of-type){
  margin-bottom: 1rem;
}
.pagesec-access .info p span{
  color: #e661a7;
  font-weight: bold;
}
.pagesec-access .mov {
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-access .mov iframe{
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-access .info {
    padding: 1.5rem;
  }
  .pagesec-access .txtbox{
    text-align: left;
  }
}

/*****************************
pagesec-contact
*****************************/
.pagesec-contact .ttlbox2 {
  margin-bottom: 4rem;
}
.pagesec-contact .txtbox{
  margin-bottom: 2rem;
  text-align: center;
}

.pagesec-contact .conflex {
  margin: 0 auto;
  max-width: 700px;
}
.pagesec-contact .conflex dt{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pagesec-contact .conflex .fbox:first-of-type a{
  color: #7EB0E3;
  display: flex;
  align-items: center;
  font-size: 3rem;
}
.pagesec-contact .conflex .fbox:first-of-type a span{
  background: #7EB0E3;
  border-radius: 50px;
  color: #fff;
  font-size: 2rem;
  font-family: "Roboto", serif;
  margin-right: 1rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-contact .txtbox{
    text-align: left;
  }
  .pagesec-contact .txtbox br{
    display: none;
  }
  .pagesec-contact .conflex {
    gap: 2rem;
    max-width: 280px;
  }
  .pagesec-contact .conflex .fbox{
    width: 100%;
  }
  .pagesec-contact .conflex dt{
    font-size: 1.8rem;
  }
  .pagesec-contact .conflex .morebtn1{
    text-align: left;
  }
  .pagesec-contact .conflex .morebtn1 a{
    text-align: center;
  }
}