/*-------------------------------------------------*/
header{
  background-color: #1da1f2;
  font-size: 1.5rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.00938em;
  line-height: 1.8;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

h2 {
 border-bottom: 3px solid #aaa; 
 color: #aaa;
}

ul {
  color: #aaa;
  padding: 1em;
}

ul li {
  line-height: 1.5;
  padding: 0.5em;
  list-style: square;
}

hr {
  display:flex;
  width: 70%;
  text-align: center;
}

.main {
  font-size: 1.1rem;
  padding: 20px 14% 0 14%;
}

.faq_main {
  font-size: 1.1rem;
  padding: 20px 14% 0 14%;
}

.close_main {
  font-size: 1.1rem;
  padding: 60px 0 60px 0%;
  text-align: center;
}

.parent_title {
  height: 48px;
}
.title {
  vertical-align: middle;
  padding-left: 15%;
}
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background-color: #3f51b5;
  border-radius: 4px;/*�p�̊ۂ�*/
  border-bottom: solid 4px #3b4ba5;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 86px;
  height: 36px;
  text-align: center;
}

.btn-square-pop:active {
  -webkit-transform: translateY(1px);
  transform: translateY(2px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.hr-line {
  display:flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.return-top {
  text-align: center;
}

.return-top a {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

.close_window_btn {
  text-align: center;
}

.close_window_btn input {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  min-width: 200px;
}

footer {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
}

@media (min-width: 768px){
  .pc_none {
   display: none; 
  }
}
@media (max-width: 767px) {
  .title {
    padding-left: 8%;
  }
  .main {
    padding: 20px 9% 0 9%;
  }
  .faq_main {
    padding: 20px 3% 0 3%;
  }
  .btn-square-pop {
    width: unset;
  }
  .return-top {
    padding-left: unset;
    
  }
  .close_window_btn {
    padding-left: unset;
  }
  .sp_postition {
    text-align: center;
  }
}
