@charset "utf-8";
/* CSS Document */

.anygiftArea {
  font-family: "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.anygiftArea p.ficat{
	text-align: center;
	line-height: 200%;
	font-size: 2rem;
	margin: 1rem;
}
.anygiftArea p.h2tit{
	background: #e8c18f;
	font-size:2rem;
	text-align: center;
	margin: 2rem 0;
	padding:1rem;
}
.ficatImg{
	margin:1rem 0;
	text-align: center;
}
.qa-6 {
    max-width: 730px;
    margin-bottom: 5px;
    border-bottom: 2px solid #e8c18f;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #3b53bd;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #e8c18f;
    border-right: 3px solid #e8c18f;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #be3434;
    line-height: 1.2;
    content: "A";
}
