/*
Theme Name: 一般財団法人 日本こんにゃく協会
Author: BASARA
Author URI: 
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');

.material-icons,.material-symbols-outlined{
    vertical-align: middle;
}

.konjac-link .edit h4{
    color: #000;
    background-color: inherit;
    padding: 0 0 10px;
    border: none;
    border-bottom: #DBDBDB solid 2px;
}
.konjac-link .edit h4 span{
    color: #007FFF;
    font-size: 5.4rem;
}

.ac {
}

/* クリック領域 */
.ac-parent {
    cursor: pointer;
}

.edit .ac-parent h4 {
padding: 5px 45px 5px 15px;
}
.qa .edit .ac-parent h4 {
padding: 5px 45px 5px calc(15px + 2em);
text-indent: -2em;
text-align: initial;
}

.edit .ac-parent h4::after {
content: "▼";
position: absolute;
transform: translateY(-50%);
top: 50%;
right: 15px;
color: #ccc;
}
.qa .edit .ac-parent h4::after {
right: 0;
}


/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  padding: 0 1em 3em;
}


@media screen and (max-width: 480px) {
.edit .ac-parent h4 {
font-size: 1.7rem;
}
}