@charset "UTF-8";
.qa-list li {
  list-style: none;
}
.qa-list li a {
  background: #fff;
  padding: 3% 5%;
  border: #ffbc2e 1px solid;
  display: block;
  font-weight: bold;
}
.qa-list li a {
  color: #1a1a1a;
}
.payments_create .inner:before {
  background: none;
}
.payments_create .menu a {
  color: #1a1a1a;
  text-decoration: underline;
}
.payments_create .menu .menu__item {
  border: #20b485 1px solid;
}
.payments_create .menu .submenu {
  background: #fff;
}
.payments_create .menu h4 {
  text-align: left;
  position: relative;
	
}
.payments_create .menu h4:before {
  content: '';
  display: inline-block;
  background-image: url(../img/q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  width: 5.9vw;
  height: 7.1vw;
  left: 5vw;
  top: 5vw;
}
.payments_create .menu .submenu__item {
  position: relative;
}
.payments_create .menu .submenu__item p:before {
  content: '';
  display: inline-block;
  background-image: url(../img/a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  width: 5.9vw;
  height: 7.1vw;
  left: 5vw;	
  top: 5vw;
}
.category-top {
  text-align: right;
  text-decoration: underline;
}
.payments_create .menu .submenu__item p {
  text-align: left;
  padding-left: 10rem;
}
.menu__item__link {
  padding: 2rem 10rem;
}
.category-top:before {
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #1a1a1a;
}
.annotation{
  margin-bottom: 3vw;
}
/*横幅640pxまでのcss*/
@media screen and (max-width: 640px) {}
@media screen and (max-width: 768px) {
  .request .choice h1 {
    margin: 25% auto 5%;
  }
  .qa-list li {
    margin-bottom: 1%;
    font-size: 3.3vw;
  }
  .qa-list li:last-child {
    margin-bottom: 0;
  }
  .procedureflow h2 {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .payments_create h3 {
    font-size: 4.2vw;
    text-align: center;
    margin-bottom: 4vw;
    font-weight: bold;
  }
  .procedureflow .background {
    padding: 4vw 0 7vw;
  }
  .payments_create h4 {
    margin-bottom: 0;
  }
  .menu__item__link{
    text-indent: 0em;
    padding: 5% 16%;
  }
	.payments_create .menu .submenu__item p{
      padding: 5% 10% 5% 16%;
      font-size: 3.6vw;
	}
	.payments_create .menu a{
      font-size: 3.6vw;
      
	}
	.category-top:before{
		border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 12px solid #1a1a1a;
		margin-right: 2vw;
	}
	.menu{
		margin-bottom: 12vw;
	}
	.return{
		    padding: 5vw 0;
	}
}
/*横幅1081px以上からのcss*/
@media screen and (min-width: 769px) {
  .qa-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .qa-list li {
    width: 47%;
    margin: 0 30px 30px 0;
  }
  .qa-list li a {
    width: 100%;
    padding: 20px 0;
    font-size: 2rem;
  }
  .qa-list li:nth-of-type(2), .qa-list li:nth-of-type(4), .qa-list li:nth-of-type(6) {
    margin-right: 0;
  }
  .qa-list li:nth-of-type(5), .qa-list li:nth-of-type(6) {
    margin-bottom: 0;
  }
  .procedureflow .background {
    padding-bottom: 7rem;
  }
  .procedureflow h2 {
    margin-bottom: 5rem;
  }
  .payments_create h3 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: bold;
  }
  .payments_create .menu .submenu__item p {
    font-size: 2rem;
    padding-right: 5rem;
  }
  .category-top {
    font-size: 2rem;
  }
  .payments_create .menu h4:before {
    width: 5%;
    height: 34px;
    left: 3%;
    top: 25%;
  }
  .payments_create .menu .submenu__item p:before {
    width: 5%;
    height: 34px;
    left: 3%;
    top: 3%;
  }
}
@media screen and (min-width: 1024px) {}
/*横幅768pxまでのcss*/
@media screen and (max-width: 768px) {}