* {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

p {
    margin: 0;
}

/*共通パーツ*/
.promoted-articles-item a:not(.btn),
.section-name a:not(.btn),
.article-relatives a {
    color: #222;
}

.promoted-articles-item a:not(.btn):hover,
.section-name a:not(.btn):hover,
.article-relatives a:hover {
    color: #F70;
    text-decoration: none;
}

.btn {
    background-color: #fff;
    color: #E42;
    border: 1px solid #E42;
    border-radius: 100px;
    transition: background-color 0.4s, color 0.4s;
    font-size: 13px;
    padding: 12px 40px;
}

.btn:hover,
a.btn:visited:hover {
    background-color: #E42;
    color: #fff;
}
a.btn:visited {
    color: #E42;
}

.btn.fulled {
    background-color: #E42;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: opacity 0.4s;
}
a.btn.fulled:visited {
    color: #fff;
}

.btn.fulled:hover,
#new_request footer input:hover {
    opacity: 0.8;
}

.section-name,
.article-list.promoted-articles,
.inquiry,
.section-container .article-list,
.collapsible-sidebar,
.article-internal,
.recent-articles ul,
.related-articles ul,
.search-results-list>li,
.error-page,
.category-content .section {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px 28px;
}

.category-name,
.section-container,
.article-container,
.search-results,
#main-content.form,
.error-page,
.category-content {
    margin-top: 40px;
}

.nav-wrapper-mobile {
    display: none;
}

@media (max-width: 768px) {
    .btn.fulled {
        font-size: 14px;
    }
    .section-container,
    .article-container,
    .search-results,
    #main-content.form,
    .category-content {
        margin-top: 16px;
    }
}


/*homepage*/

/*headre*/
.header {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 16px 0;
}
.header:not(.home-container-divider) {
    border-bottom: 1px solid #ddd;
    top: 0;
    position: fixed;
    z-index: 100;
    opacity: 0;
    transition: opacity .3s ease 0s;
}

.home-container-divider {
    background-color: #E42;
}
.home-container-divider .header-inner {
    height: 42px;
}
.logo-white-image {
    height: 24px;
    width: auto;
}
.home-container-divider .logo span {
    color: #fff;
}
.home-container-divider .logo span::before {
    background-color: #fff;
}

.container-divider {
    height: 75px;
    margin-bottom: 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}

.header .logo a {
    display: flex;
}

.logo span {
    white-space: nowrap;
    font-weight: bold;
    color: #3F3A2E;
    margin: 0;
}

.logo span::before {
    content: '';
    display: inline-block;
    background: #3F3A2E;
    width: 2px;
    height: 75%;
    margin: 0 16px;
    vertical-align: middle;
}

.sub-nav {
    margin-bottom: 0;
}

.search {
    border-radius: 8px;
    background-color: #FAFAFA;
}

.search input[type="search"] {
    background-color: #FAFAFA;
}

input:not([type="checkbox"]):focus {
    background-color: #fff;
}

.js-header-search {
    display: none;
}


@media (max-width: 768px) {
    .logo span::before {
        margin: 0 8px;
    }
    .logo img {
        max-height: 16px;
    }

    .header-inner {
        display: block;
    }

    .header-inner .logo {
        height: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    
    .js-header-search {
        display: block;
        white-space: nowrap;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        background-color: #fff;
        border: 1px solid #E42;
        border-radius: 100%;
        position: absolute;
        right: 0;
        cursor: pointer;
        /* display: none; */
    }    
    .sub-nav .search-container {
        opacity: 0;
        z-index: -10;
        max-width: initial;
    }
}

.container {
    margin-top: 24px;
}

/*トップ検索フォーム*/
.hero {
    height: 300px;
    background-color: #E42;
    width: 100%;
}

.search input[type="search"]:focus {
    color: #222;
}

.hero-inner {
    max-width: 1160px;
    padding: 0 5%;
}

.hero-inner .search input[type="search"] {
    height: 64px;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 48px;
    background-color: #fff;
}
[dir="ltr"] .search-has-value input[type="search"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-color: transparent;
}

.hero-inner .search .clear-button {
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    border: none;
    padding: 0px 24px;
    color: #666;
}

.search .clear-button:hover {
    background-color: #fff;
    color: #666;
}

.hero-inner .search .clear-button:focus {
    box-shadow: initial;
}

.hero-inner .search {
    border-style: none;
}

.search-icon {
    color: #E42;
}

.search-title {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    margin-bottom: 32px;
}
.search .clear-button:focus {
    box-shadow: initial;
}


/*バナー*/
.recommend .banner {
    padding: 24px 6%;
    background-color: #FFEFED;
    border-radius: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    transition: background-color 0.4s;
}

.recommend .banner:hover {
    background-color: #FFE4E1;
    transition: background-color 0.4s;
}

.banner .tittle {
    font-size: 26px;
    font-weight: bold;
    color: #E42;
    margin: 0;
    margin-bottom: 8px;
}

.banner .text {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin: 0;
    line-height: 1.75;
}

img.recommend-image {
    margin-left: 40px;
    height: 120px;
}

@media (min-width: 768px) {
    .recommend .banner {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .recommend .banner {
        position: relative;
    }
    .recommend .contents {
        z-index: 10;
    }
    .banner .tittle {
        font-size: 18px;
    }
    .banner .text {
        font-size: 12px;
        font-weight: normal;
    }
    img.recommend-image {
        margin-left: 16px;
        height: 96px;
        position: absolute;
        bottom: 16px;
        right: 0;
        z-index: 5;
        opacity: 0.5;
    }
}


/*よくある問い合わせ*/
.title {
    margin-bottom: 12px;
}

.article-list.promoted-articles {
    padding: 16px 28px;
    justify-content: space-between;
}

.promoted-articles-item a {
    padding: 16px 0 16px 8px;
    border-style: none;
    width: calc(100% - 1.1rem);
}

.promoted-articles-item {
    display: flex;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #ddd;
    padding-right: 0;
}

.promoted-articles-item:last-child {
    border-style: none;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        width: 48%;
    }
    .promoted-articles-item:nth-last-child(2),
    .promoted-articles-item:last-child a {
        border-style: none;
    }
}


/*セクション*/
.category-name {
    width: 100%;
}

.category-name .section-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 1024px) {
    .category-name .section-list {
        flex-direction: row;
    }
    .section-name {
        width: 32.1%;
    }
}

.section-list {
    margin: 0;
}

.section-name {
    position: relative;
}

.section-name:has(.see-all-articles) {
    padding-bottom: 56px;
}

.section-name .section-title {
    display: block;
    color: #E42;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

.articles-name {
    padding: 6px 0;
}

.articles-name:nth-child(n+4) {
    display: none;
}

@media (min-width: 768px) {
    .blocks-list {
        margin: 0;
    }
}

a.see-all-articles {
    padding: 6px 20px 6px 24px;
    margin-bottom: 12px;
    margin-right: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}


/*お問合せフォーム*/
.inquiry {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    padding: 40px 6%;
}

.inquiry .contents {
    text-align: center;
}

.inquiry p.tittle {
    color: #E42;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    margin-bottom: 16px;
}

.inquiry p.text {
    margin: 0;
    margin-bottom: 16px;
    line-height: 1.75;
}

.inquiry-image {
    margin-right: 24px;
}

.inquiry .submit-a-request {
    display: inline-block;
}

.btn.submit-a-request {
    font-size: 16px;
}

@media (max-width: 768px) {
    .inquiry {
        padding: 24px 6%;
        flex-direction: column;
    }
    .inquiry-image {
        width: 25%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .inquiry p.tittle {
        font-size: 18px;
    }
}


/*footer*/

#globalFooter {
    position: relative;
    padding: 50px 0 120px;
    margin-top: 60px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 1
}

#globalFooter .logo img {
    height: 28px;
    width: auto
}

#globalFooter .aboutLinkSet {
    margin-top: 25px;
    padding: 0 15px
}

#globalFooter .aboutLinkSet .link {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    line-height: 1;
}

#globalFooter .aboutLinkSet .link:before {
    content: none
}

#globalFooter .aboutLinkSet .link+.link {
    padding-left: 10px;
    border-left: 1px solid #ddd
}

#globalFooter .aboutLinkSet .link a {
    font-size: 12px;
    color: #555
}

#globalFooter .aboutLinkSet .link a:hover {
    color: #E42;
}

#globalFooter .aboutLinkSet+.aboutLinkSet {
    margin-top: 10px
}

#globalFooter .otherSiteLink {
    padding: 40px 0;
    text-align: center;
    background: #fff;
    text-align: center
}

#globalFooter .otherSiteLink .enSiteVertical {
    display: block;
    margin: 0 auto;
    width: 870px;
    color: #555;
    text-align: left;
    font-size: 11px;
    background: #fff
}

#globalFooter .otherSiteLink .enSiteVertical .title {
    padding: 8px 10px;
    background: #f4f4f4;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

#globalFooter .otherSiteLink .enSiteVertical .list {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

#globalFooter .otherSiteLink .enSiteVertical .list:hover {
    background: #FFFFEE;
    cursor: pointer
}

#globalFooter .otherSiteLink .enSiteVertical .list:hover .toggle span {
    content: "";
    background: url(https://theme.zdassets.com/theme_assets/10576165/b1479b1baffaa14d65c683bb648a7dcaf688c0da.gif) no-repeat right center;
    cursor: pointer
}

#globalFooter .otherSiteLink .enSiteVertical .list:hover .toggle span.open {
    content: "";
    background: url(https://theme.zdassets.com/theme_assets/10576165/f347068f644f40d3d0ebf103c3187786c5df0c21.gif) no-repeat right center;
    cursor: pointer
}

#globalFooter .otherSiteLink .enSiteVertical .list .toggle {
    float: left;
    width: 180px;
    margin-right: 10px;
    padding-left: 15px;
    font-weight: bold;
    color: #555;
    white-space: nowrap
}

#globalFooter .otherSiteLink .enSiteVertical .list .toggle a {
    color: #555
}

#globalFooter .otherSiteLink .enSiteVertical .list .toggle a:hover {
    color: #F70
}

#globalFooter .otherSiteLink .enSiteVertical .list .toggle span {
    content: "";
    font-size: 12px;
    padding-right: 19px;
    background: url(https://theme.zdassets.com/theme_assets/10576165/8df044eaa53bd76567a62ca801af9dccf209467d.gif) no-repeat right center;
    cursor: pointer
}

#globalFooter .otherSiteLink .enSiteVertical .list .toggle span.open {
    content: "";
    background: url(https://theme.zdassets.com/theme_assets/10576165/2cfc4a77ba858adff6ca76aefb658f7eca7bbb60.gif) no-repeat right center;
    cursor: pointer
}

#globalFooter .otherSiteLink .enSiteVertical .listList {
    float: left;
    display: none;
    width: 660px;
    padding-left: 10px;
    border-left: 1px dotted #ccc;
    color: #aaa
}

#globalFooter .otherSiteLink .enSiteVertical .listList li {
    padding: 0 5px;
    list-style: none;
    border-bottom: 1px dotted #ccc
}

#globalFooter .otherSiteLink .enSiteVertical .listList li:hover {
    cursor: default
}

#globalFooter .otherSiteLink .enSiteVertical .listList li.last {
    border: none
}

#globalFooter .otherSiteLink .enSiteVertical .listList li a {
    color: #555;
    margin: 0 2px
}

#globalFooter .otherSiteLink .enSiteVertical .listList li a:hover {
    color: #F70
}

#globalFooter .otherSiteLink .enSiteVertical .listList li a img {
    margin-right: 8px;
    vertical-align: middle
}

#globalFooter .otherSiteLink .enSiteVertical .listList li p.w {
    margin-left: 128px
}

#globalFooter .otherSiteLink .enSiteVertical .listList .siteLinkArea {
    display: flex;
    padding: 10px 0;
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end
}

#globalFooter .otherSiteLink .enSiteVertical .listList .siteLinkArea .rightArea {
    position: static;
    top: 10px;
    left: 130px;
    vertical-align: middle
}

#globalFooter .otherSiteLink .enSiteVertical .listList .siteLinkArea .rightArea .site {
    display: block;
    font-weight: bold;
    color: #555;
    padding: 0 2px
}

#globalFooter .otherSiteLink .enSiteVertical .listList .siteLinkArea .rightArea .site a {
    margin: 0
}

#globalFooter .otherSiteLink .enSiteVertical .listList .siteLinkArea .rightArea .siteSub {
    display: block;
    margin: 5px 0 0 2px;
    font-size: 10px;
    color: #555
}

#globalFooter .otherSiteLink .enSiteVertical .listList .siteLinkArea .leftArea {
    position: static;
    flex-shrink: 0;
    top: 12px;
    left: 0;
    width: 130px;
    padding-top: 6px
}

#globalFooter .otherSiteLink .enSiteVertical .listList .siteLinkArea .leftArea.ptn {
    padding-top: 0
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany li {
    padding: 0 5px;
    list-style: none;
    border-bottom: 1px dotted #ccc
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany li.last {
    border: none
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany li a {
    color: #555;
    margin: 0 2px
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany li a:hover {
    color: #F70
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany li img {
    margin-right: 8px;
    vertical-align: middle
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany li p.w {
    margin-left: 128px
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany .siteLinkArea {
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany .siteLinkArea .rightArea {
    position: relative;
    top: 0;
    left: 130px;
    vertical-align: middle
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany .siteLinkArea .rightArea .site {
    display: block;
    font-weight: bold;
    padding: 0 2px
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany .siteLinkArea .rightArea .site a {
    margin: 0
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany .siteLinkArea .rightArea .siteSub {
    display: block;
    margin: 5px 0 0 2px
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany .siteLinkArea .leftArea {
    position: absolute;
    top: 7px;
    left: 0;
    width: 130px;
    padding-top: 0
}

#globalFooter .otherSiteLink .enSiteVertical .listListCompany .siteLinkArea .leftArea.ptn {
    padding-top: 7px
}

#globalFooter .copyrightArea .copyright {
    font-size: 13px;
    margin-top: 5px;
    color: #555;
    font-weight: normal;
    font-style: normal;
}

#globalFooter .copyright {
    margin-top: 50px;
    font-size: 13px;
    color: #555
}

@media screen and (max-width: 1370px) {
    #globalFooter .aboutLinkSet {
        margin: 0 auto;
        margin-top: 15px;
        width: 700px
    }
    #globalFooter .otherSiteLink .enSiteVertical {
        width: 700px
    }
    #globalFooter .otherSiteLink .enSiteVertical .listList {
        width: 490px
    }
}

@media only screen and (max-width: 834px) {
    #globalFooter {
        padding: 30px 10px 60px;
        margin-top: 50px;
        text-align: center;
        background: #fff
    }
    #globalFooter .logo img {
        height: 24px;
        width: auto
    }
    #globalFooter .aboutLinkSet {
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 15px;
        padding: 0 8px;
        width: 100%
    }
    #globalFooter .aboutLinkSet .link {
        width: 50%;
        margin-top: 15px;
        text-align: left;
        margin-left: 0
    }
    #globalFooter .aboutLinkSet .link+.link {
        border: none;
        padding: 0
    }
    #globalFooter .aboutLinkSet .link a {
        font-size: 10px;
        color: #555
    }
    #globalFooter .aboutLinkSet .link a:hover {
        color: #F70
    }
    #globalFooter .aboutLinkSet .link a:before {
        position: relative;
        display: inline-block;
        font-family: "icomoon";
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        vertical-align: text-bottom;
        content: "";
        background-color: #555;
        display: inline-block;
        height: 8px;
        width: 8px;
        -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/48ba7a3ece3f7c7f83744d8820f3f084281590db.svg);
        mask: url(https://theme.zdassets.com/theme_assets/10576165/48ba7a3ece3f7c7f83744d8820f3f084281590db.svg);
        -webkit-mask-size: cover;
        mask-size: cover;
        margin-right: 2px;
    }
    #globalFooter .aboutLinkSet+.aboutLinkSet {
        margin-top: 10px
    }
    #globalFooter .otherSiteLink {
        display: none
    }
    #globalFooter .copyrightArea .copyright {
        font-size: 10px;
        margin-top: 50px;
        color: #555;
        font-weight: normal
    }
}

/*section_page*/
.breadcrumbs a {
    color: #666;
}

.breadcrumbs a:hover,
.article-list-item a:hover,
.breadcrumbs li a:visited:hover,
.article-more-questions a:visited:hover {
    color: #F70;
}

.section-container {
    display: block;
}

.article-list-item {
    display: flex;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #ddd;
    padding: 0 4px;
}

.article-list-item a {
    display: block;
    padding: 16px 0 16px 8px;
    width: calc(100% - 0.8rem);
}

.article-list-item::before {
    content: '';
    display: inline-block;
    background: #E42;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 2px;
}

.article-list-item:last-child {
    border-bottom: initial;
}

.page-header {
    margin: 0;
}

.page-header h1 {
    font-size: 22px;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .article-list-item {
        font-size: 14px;
    }

    .page-header h1 {
        font-size: 18px;
    }

    .article-list-item::before {
        width: 8px;
        height: 8px;
    }
}

/*article_page*/
.article-container {
    justify-content: space-between;
}

.collapsible-sidebar-title {
    color: #E42;
}

.sidenav-item {
    margin-top: 0;
    margin-bottom: 0;
}

.articles-item {
    border-bottom: 1px solid #ddd;
}

.articles-item:first-child {
    border-top: 1px solid #ddd;
}

.articles-item:last-child {
    border: none;
}

.collapsible-sidebar-body a {
    color: #222;
    font-size: 14px;
}

.collapsible-sidebar-body a:hover {
    color: #F70;
}

.article-header {
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

h1 {
    margin: 0;
    font-size: 22px;
}
.article-title {
    font-size: 26px;
}
.article-info {
    margin: 24px 0;
}
.article-content {
    margin: 0;
}
.article-votes-question {
    font-size: 14px;
}

::marker {
    color: #E42;
}

.article-body a {
    text-decoration: none;
    margin: 0 4px;
}

.article-votes {
    padding: 0;
    padding-top: 30px;
}

.article-more-questions {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.article-more-questions .text {
    display: inline-block;
}

.article-more-questions a,
.article-more-questions a:visited {
    display: inline-block;
    color: #E42;
    text-decoration: none;
}

.article-header {
    margin-top: 0;
}

.article-relatives {
    border-top: none;
    padding: 16px 0;
}

.article-relatives {
    gap: 32px 0;
}

.recent-articles-title,
.related-articles-title {
    margin-bottom: 8px;
}

.recent-articles li:last-child,
.related-articles li:last-child {
    margin-bottom: 0;
}

.article-sidebar {
    border-bottom: none;
    border-top: none;
}

.collapsible-sidebar-body a {
    padding: 16px 32px;
    padding-left: 0;
}
.collapsible-sidebar-body li:first-child {
    margin-top: 12px;
}

.articles-item {
    position: relative;

}
a.sidenav-item:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-right: 4px;
}

.collapsible-sidebar-toggle {
    top: calc(58px / 2);
    right: 8px;
}

.collapsible-sidebar-toggle:focus {
    border: none;
}

.collapsible-sidebar-toggle .x-icon,
.collapsible-sidebar-toggle .chevron-icon {
    color: #222;
}

@media (min-width: 1024px) {
    .article-sidebar {
        flex: 0 0 25%;
    }
    .article {
        flex-grow: 1;
        flex: 1 0 75%;
        max-width: 75%;
        padding: 0 0 0 24px;
    }
    .article-internal {
        padding: 40px 48px;
    }
    .collapsible-sidebar-body a {
        padding: 16px 40px 16px 28px;
    }
    .article-sidebar .collapsible-sidebar {
        padding: 0;
        padding-top: 24px;
    
    }

    .collapsible-sidebar-title {
        padding: 0 28px;
        margin-bottom: 12px;
        display: block;
    }
    .article-sidebar-item {
        display: block;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        background-color: #F6F6F6;
    }
    a.article-sidebar-item {
        font-size: 12px;
    }
    .article-body p {
        line-height: 2;
    }
    a.sidenav-item:after {
        margin-right: 12px;
    }

}

@media (max-width: 1024px) {
    .article-body li {
        margin-bottom: 8px;
    }

    .collapsible-sidebar {
        border-radius: 10px;
        padding: 16px 28px;
        max-height: initial;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .article-more-questions {
        font-size: 12px;
    }
}

.article-return-to-top {
    border-top: none;
    background-color: rgb(34, 34, 34, 35%);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: fixed;
    margin: 8px;
    bottom: 0;
    right: 0;
    z-index: 10;
}

/*search_results*/
.search-results-subheading {
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.search-results-list>li:first-child {
    margin-top: 16px;
}

.search-results-list>li {
    margin-bottom: 16px;
}

.search-result-breadcrumbs {
    display: inline-block;
}

.search-results-description {
    color: #444;
}

.search-results-description em {
    color: #222;
}

.search-result-list-item a:hover {
    text-decoration: underline;
}

.breadcrumbs.search-result-breadcrumbs,
.breadcrumbs.search-result-breadcrumbs:hover,
.breadcrumbs li a:visited {
    color: #666;
}

.search-result-title,
.search-results-description {
    margin-top: 8px;
}

.search-results .meta-group li {
    line-height: 1;

}

@media (min-width: 1024px){
    .search-results-column {
        flex: 0 0 100%;
    }
    .search-result-title {
        font-size: 18px;
    }
}

/*new_request_page*/
.container-header {
    background-color: #E42;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 16px 0;
}

.header-tittle {
    display: inline-block;
}

.form {
    max-width: initial;
}

.form-field input,
.form-field .nesty-input,
.form-field .hc-multiselect-toggle {
    height: 52px;
    padding: 12px 16px;
}

.form-field label {
    font-weight: bold;
    margin-bottom: 8px;
}

.inquiry-banner {
    background-color: #F3F3F3;
    padding: 24px 6%;
    border-radius: 10px;
    margin-bottom: 40px;
}

.inquiry-banner .tittle {
    color: #E42;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.inquiry-banner .text p {
    font-size: 15px;
    margin-bottom: 16px;
}
.inquiry-banner .text p:last-child {
    margin-bottom: 0;
}
.inquiry-banner .text p::before {
    content: "・";
}
.inquiry-banner .text span a {
    color: #07d;
    text-decoration: underline;
}
.inquiry-banner .text span a:hover {
    color: #F70;
}

.form-field .nesty-input {
    font-size: 14px;
    line-height: 26px;
}
.nesty-input:after {
    top: 35%;
}

#request-attachments .form-field input {
    border: none;

}
.upload-dropzone {
    border: 1px dotted #ddd;
}

.form-field>label {
    display: inline-block;
}
.form-field.required>label::after {
    content: '必須';
    color: #E42;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #E42;
    border-radius: 3px;
    margin-left: 12px;
}

span.optional {
    display: none;
}

/* .form-field.optional>label::after {
    content: '任意';
    color: #aaa;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-left: 12px;
} */

#new_request footer {
    text-align: center;
}

#new_request footer input {
    margin: 16px 0;
    font-weight: bold;
    padding: 4px 40px;
    max-width: 220px;
    border-radius: 100px;
}

.request_mailaddress {
    font-size: 12px;
    color: #666;
}

.request_attention {
    font-size: 15px;
}

footer .request_mailaddress a,
footer .request_attention a {
    color: #07d;
    margin-right: 0;
    margin: 0 2px;
}

footer .request_mailaddress a:hover,
footer .request_attention a:hover,
.form-field>p>a:hover {
    color: #F70;
}

.upload-dropzone span,
.upload-dropzone span a {
    color: #666;
    font-size: 12px;
}

.form-field>p {
    color: #666;
}

#request_custom_fields_18799936403609_hint,
#request_custom_fields_22165791141657_hint {
    white-space: pre-wrap !important;
}

#request_custom_fields_22165888444953_hint{
    /* font-weight:bold; */
    color: #000000;
    font-size: 13px;
}

.notification-inline.notification-error {
    background-color: #ee44220f;
    border: 1px solid #E42;
    color: #E42;
    margin-top: 8px;
    max-width: fit-content;
}

.notification-inline {
    border-radius: 3px;
    padding: 8px;
}

@media (min-width: 1024px) {
    .form-field label {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #main-content.form {
        margin-top: 16px;
    }
    .inquiry-banner .tittle {
        font-size: 15px;
    }
    .inquiry-banner .text p {
        font-size: 13px;
    }
    .request_attention {
        font-size: 13px;
    }
}

/*error_page*/
.error-page h2 {
    color: #E42;
    font-size: 26px;
    margin-bottom: 8px;
}

.btnArea {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.error-page {
    text-align: center;
    padding: 40px 28px;
    width: 90%;
    max-width: 1160px;
}

.error-page a {
    background-color: #E42;
    color: #fff;
    border-radius: 100px;
    transition: background-color 0.4s, opacity 0.4s;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 56px 16px 44px;
    position: relative;
    width: 260px;
}

.error-page a:hover {
    opacity: 0.8;
}

a.engage_login {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #3F3A2E;
}

a.engage_login:hover {
    background-color: #F6F6F6;
}

.engage_login img {
    width: 120px;
    vertical-align: text-bottom;
}

@media (max-width: 768px) {
    .btnArea {
        flex-direction: column;
    }
    
}

/*category_page*/

.category-content {
    flex: 0 0 100%;
}

.category-content .section {
    position: relative;
    margin-bottom: 0;
}

.category-content .section:has(.see-all-articles) {
    padding-bottom: 56px;
}

.category-content .section-tree {
    gap: 24px;
}

.section-tree .see-all-articles {
    padding: 8px 20px 8px 24px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .category-content .section-tree .section {
        width: calc(50% - 12px);
        margin-bottom: 0;
        flex: initial;
    }
}

.category-content .icon-star {
    display: none;
}

.category-content  .section-tree-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}


/*SP*/
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    h1,h2 {
        font-size: 18px;
    }
    .search-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .hero {
        height: 160px;
    }
    form input {
        font-size: 16px;
    }
}

/*icon*/
form.search.search-full:before,
.js-header-search:before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 16px;
    pointer-events: none;
    background-color: #E42;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/8fa7e89d46a2a88cdfb95dff259ab37457e0f11e.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/8fa7e89d46a2a88cdfb95dff259ab37457e0f11e.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}

.js-header-search:before {
    position: initial;
    transform: initial;
}

.promoted.articles .title:before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/225785683b1f5d211a69fd92af694203353971c2.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/225785683b1f5d211a69fd92af694203353971c2.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}

.promoted-articles-item:before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 1.1rem;
    width: 1.1rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/7218a44295905a156bbe4ee2d89ed5030a8677ca.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/7218a44295905a156bbe4ee2d89ed5030a8677ca.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: text-top;
}

a.see-all-articles::after,
.breadcrumbs li+li::before,
a.sidenav-item:after,
a.article-sidebar-item:after,
.article-return-to-top a::before,
.error-page a::after {
    content: "";
    background-color: #666;
    display: inline-block;
    height: 0.7rem;
    width: 0.7rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/48ba7a3ece3f7c7f83744d8820f3f084281590db.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/48ba7a3ece3f7c7f83744d8820f3f084281590db.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
}

a.sidenav-item:hover:after,
a.article-sidebar-item:hover:after  {
    background-color: #F70;
}

a.see-all-articles::after {
    background-color: #E42;
    height: 0.8rem;
    width: 0.8rem;
    vertical-align: text-bottom;
    margin-left: 4px;
    transition: background-color 0.4s;
}
a.see-all-articles:hover::after {
    background-color: #fff;
}

.article-return-to-top a::before {
    transform: rotate( -90deg );
    background-color: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.breadcrumbs li+li::before {
    vertical-align: unset;
    margin: 0 4px;
}

a.sidenav-item:after {
    background-color: #222;
    height: 0.8rem;
    width: 0.8rem;
}

a.article-sidebar-item:after {
    background-color: #222;
    height: 0.6rem;
    width: 0.6rem;
    margin-left: 4px;
    vertical-align: middle;
}

.error-page a:nth-child(1):after {
    background-color: #fff;
}
.error-page a::after {
    height: 0.9rem;
    width: 0.9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
}

.category-name .title:before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/c4b4e41bfda626747eeaa080df7d69665fcfd55d.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/c4b4e41bfda626747eeaa080df7d69665fcfd55d.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}

.sub-nav .breadcrumbs li:nth-child(1) a::before {
    content: "";
    background-color: #666;
    display: inline-block;
    height: 0.9rem;
    width: 0.9rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/40a700496206bfa299a956abe99926c03ecb1349.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/40a700496206bfa299a956abe99926c03ecb1349.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: text-bottom;
    margin-right: 4px;
}

.sub-nav .breadcrumbs li:nth-child(1) a:hover:before {
    background-color: #F70;
}

.article-body a::before,
.inquiry-banner .text span a::before,
footer .request_attention a::before,
.form-field>p>a::before {
    content: "";
    background-color: #07d;
    display: inline-block;
    height: 1.1rem;
    width: 1.1rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/cd364034e117de9097b20fb3ae4223e2030a264d.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/cd364034e117de9097b20fb3ae4223e2030a264d.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: text-top;
    margin-right:2px;
}

@media (max-width: 768px) {
    .inquiry-banner .text span a::before {
        height: 0.8rem;
        width: 0.8rem;
    }
}

.form-field>p>a::before {
    height: 0.8rem;
    width: 0.8rem;
}

.article-body a:visited::before,
.form-field>p>a:visited::before {
    background-color: #681DA8;
}

.article-body a:hover:before,
.inquiry-banner .text span a:hover::before,
footer .request_attention a:hover::before,
.form-field>p>a:hover::before {
    background-color: #F70;
}

.collapsible-sidebar-title::before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/c1f5d4eba58c66bbf80122a7a273f9fbb5741bf8.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/c1f5d4eba58c66bbf80122a7a273f9fbb5741bf8.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: sub;
    margin-right:4px;
}

.article-more-questions::before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/fffcd8b0c7e471d0db48e80a284b840618112506.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/fffcd8b0c7e471d0db48e80a284b840618112506.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: sub;
    margin-right:2px;
}

.recent-articles-title::before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/19615cf263d6b31a3e07a935ab41349504e93e54.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/19615cf263d6b31a3e07a935ab41349504e93e54.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: sub;
    margin-right:4px;
}

.related-articles-title::before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/96f3c649324ba85c9647c8ccb95776bfa2583819.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/96f3c649324ba85c9647c8ccb95776bfa2583819.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: sub;
    margin-right:4px;
}

.inquiry-banner .tittle::before,
.error-page h2::before {
    content: "";
    background-color: #E42;
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    -webkit-mask: url(https://theme.zdassets.com/theme_assets/10576165/de75942727cc02131e57f22b4a994393519ab69b.svg);
    mask: url(https://theme.zdassets.com/theme_assets/10576165/de75942727cc02131e57f22b4a994393519ab69b.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: sub;
    margin-right:4px;
}

.error-page h2::before {
    height: 2rem;
    width: 2rem;
}

@media (max-width: 768px) {
    .inquiry-banner .tittle::before {
        height: 1.4rem;
        width: 1.4rem;
        vertical-align: middle;
    }
}

/*問い合わせフォームチェックボックスの位置変更*/

.form-field input[type="checkbox"] {
    height: auto;
}

.formFieldBoolean {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.formFieldBoolean input {
    margin: 0px 4px 8px 0;
}

.form-field.required .formFieldBoolean > label::after {
    content: "必須";
    color: rgb(238, 68, 34);
    font-size: 12px;
    margin-left: 12px;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 68, 34);
    border-image: initial;
    border-radius: 3px;
}