@charset "utf-8";

/* アイコン */
.iconLink::before {
    content: "";
    display: inline-block;
    background: url("/contents/info/img/common/icon-link.svg") left center /contain no-repeat;
    width: 14px;
    height: 12px;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

.iconWindow::before {
    content: "";
    display: inline-block;
    background: url("/contents/info/img/common/icon-window.svg") left center /contain no-repeat;
    width: 14px;
    height: 12px;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

/* テキスト */
.textRed {
    color: #cc280d;
}

.textIndent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

.fontBold {
    font-weight: bold;
}

.fontLarge {
    font-size: 1.1em;
}

.listNumber {
    counter-reset: listNum;
    list-style: none;
    background: inherit;
}

.listNumber>li>div {
    padding: 0;
    margin-top: 15px;
    background: inherit;
}

.listNumber>li>div:first-child {
    text-indent: -2.7em;
    padding-left: 2.7em;
}

.listNumber>li>div:nth-child(n+2) {
    text-indent: 0;
    padding-left: 2.7em;
}

.listNumber>li>div:first-child::before {
    counter-increment: listNum;
    content: "（"counter(listNum)"）";
    color: #cc280d;
    font-weight: bold;
}

.textContents {
    margin: 0 10px 20px;
}

.textContents dl {
    margin-top: 10px;
}

figure {
    margin: 0;
}

.accordion figure img {
    display: block;
    margin: 15px auto;
    width: 100%;
    max-width: 250px;
    border: 1px solid #b9b9b9;
}

.accordion figure img.borderNone {
    border: none;
}

.accordion .listNumber li:last-child figure img {
    margin-bottom: 0;
}

.accordion .contentArrow::after {
    content: "";
    display: block;
    margin: auto;
    background: #cc280d;
    height: 20px;
    width: 45px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.notes {
    margin-top: 10px;
}

.faq .inner .toggle_contents .notes dd {
    display: block;
    padding: 0;
    border-top: none;
}

.notes .listNumber {
    margin: 0;
}

ul.list {
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 5px 0;
}

ul.list li:before {
    content: "●";
    color: #b9b9b9;
}

ul.list li:nth-child(n+2) {
    margin-top: 5px;
}

/* 打ち間違いキーワードページ */
#mistake #infoTitle {
    height: auto;
}

#mistake #infoTitle>p.text {
    line-height: 1.3;
}

#keyword {
    background: #e7e7e7;
    padding: 10px;
    margin-top: 20px;
}

#keyword .inner {
    padding: 10px;
    margin: 0;
    background:#fff;
}

#keyword h3{
    padding: 0;
    background: inherit;
}

.keywordList{
    display: flex;
    flex-wrap: wrap;
}

.keywordList li{
    margin: 5px 20px 0 0;
}

.iconCheck::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 5px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg);
    margin:0 2px 2px 0;
}


/* ボタン */
.btn-search {
    text-align: center;
}

.btn-search a {
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
    background: #cc280d;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.btn-search a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: .6em;
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
    margin: -4px 0 0 5px;
}