@charset "UTF-8";

/* メニュー ------------------------*/
.h2.page-title{
  center;
  color: #333;
  font-size:180%;
}
/* カテゴリーボタン全体 */
.button-f{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 50px 0;
}
.button-f a {
  display: inline-block;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 700;
  border: solid 2px #333;
  border-radius: 999px;
  padding: 14px 48px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.button-f a:hover {

  background: #333;
  color: #fff;
}

dl#faq dt{
	background-color:#a03995;
	color:#FFF;
	text-align:center;
	padding:14px 0;
	font-size:120%;
}

dl#faq dd{
	background-color:#fffaf1;
	color:#000;
	text-align:center;
	padding:24px 0;
	font-size:120%;
	margin-bottom:13px;
}
h2.faq{
	background-color:#6666FF;
	color:#FFF;
	font-size:150%;
}
dl.faq dt{
	background-color:#a03995;
	color:#FFF;
	text-align:center;
	padding:14px 0;
	font-size:120%;
}

dl.faq dd{
	background-color:#fffaf1;
	color:#000;
	text-align:center;
	padding:24px 0;
	font-size:120%;
	margin-bottom:13px;
}



@media screen and (max-width: 640px) {
dl#faq dt{
	padding:14px 4%;
	font-size:100%;
}

dl#faq dd{
	font-size:100%;
	padding:24px 4%;
}

dl#faq dd a{
	color:#000;
}
}
dl.faq dt{
	padding:14px 4%;
	font-size:100%;
}

dl.faq dd{
	font-size:100%;
	padding:24px 4%;
}

dl.faq dd a{
	color:#000;
}
  .button-f{
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .button-f a{
    width: 85%;
    max-width: 320px;
    text-align: center;
    padding: 14px 20px;
    font-size: 14px;
  }
}


@media screen and (min-width:641px) and (max-width:1200px) {
dl#faq dt,dl#faq dd{
	font-size:130%;
}
dl.faq dt,dl#faq dd{
	font-size:130%;
}
}
#faq-container .button-f{
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 50px 0;
}

#faq-container .button-f a{
  display: inline-block !important;
  width: auto !important;
  white-space: nowrap;
}
@media screen and (max-width: 640px){

  #faq-container .button-f{
    flex-direction: column !important;
    align-items: center;
  }

  #faq-container .button-f a{
    width: 85% !important;
    max-width: 320px;
    text-align: center;
  }

}
@media screen and (max-width: 640px){

  #faq-container .button-f{
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 15px !important;
  }

  #faq-container .button-f a{
    display: block !important;
    width: 90% !important;
    max-width: 320px !important;
    white-space: nowrap !important;
    padding: 14px 0 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }
