@charset "utf-8";

body {
    color: #333333;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
}

* {
    box-sizing: border-box;
}

/* 追加分 */
/* 画像保存禁止対応 */
img {
    /* PCの右クリック禁止 */
    pointer-events: none;

    /* SPの長押し禁止 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}
.img-wrap {
    position: relative !important;
    display: inline-block !important;
}
.img-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0);
    z-index: 2;
    pointer-events: all;
}
.img-wrap img {
    display: block;
}
#keywordSearchSide .img-wrap img {
    display: inline-block;
}

.catalogSearchResult img,
.catalogMyBinder img {
    pointer-events: auto;
}

ul.localNavi {
    display: none;
}

.sideOtherCatalogs {
    display: none;
}

.catalogSearchCategoryList .section h2 {
    display: none;
}

.catalogSearchCategoryList li.breadcrumbsCataloginfoTitle,
.catalogPageGroupSearchResult li.breadcrumbsCataloginfoTitle,
.catalogMyBinder li.breadcrumbsCataloginfoTitle,
li.breadcrumbsVolumeName,
li.breadcrumbsCatalogName {
    display: none;
}

.catalogSearchCategoryList li.article .image .function,
.catalogSearchResult li.article .image .function {
    display: none;
}

.catalogSearchCategoryList li.article .description .comment,
.catalogSearchResult li.article .description .comment {
    display: none;
}

.catalogSearchCategoryList li.article .wrapper.hf>h3.name,
.catalogSearchResult li.article .wrapper.hf>h3.name {
    display: none;
}

.catalogSearchResult.ManualSearch li.article h3.name {
    display: none;
}

.catalogDetail #overview .image .function {
    display: none;
}

.catalogDetail #overview .description .comment,
.catalogDetail #overview .description .spec,
.catalogDetail #overview .description .function {
    display: none;
}

.catalogDetail #overview p.skipToTop {
    display: none;
}

.catalogPageGroupSearchResult .pager p.begin,
.catalogPageGroupSearchResult .pager p.end {
    display: none !important;
}

.catalogPageGroupSearchResult .viewPanel {
    height: auto !important
}

.ManualSearch div.image a {
    display: none !important;
}

div.stock .viewInline .delete {
    width: 24px;
    height: 24px;
    bottom: 3px;
}

.catalogMyBinder .btn.square {
    background-image: none;
    width: 24px;
    height: 24px;
}

.catalogMyBinder .btn.download_sq {
    background-image: url('../images/icon-download-mybinder.svg');
    left: 11px !important;
    bottom: 2px !important;
    background-position: 0 0 !important;
}

.catalogMyBinder .btn.catalogview_sq {
    background-image: url('../images/icon-view-mybinder.svg');
    left: 38px !important;
    bottom: 2px !important;
    background-position: 0 0 !important;
}

.catalogPageGroupSearchResult .searchResultCatalogSummary li.article ul.spec li:nth-child(n+3) {
    display: none !important;
}

.btn.icon_catalogview {
    right: 0;
}

.warningAdd {
    width: 152px;
}

.viewBlock.half.catalogPage li.article ol.nombre {
    width: 96%;
}

.viewBlock.half.catalogPage li.article ol.nombre li {
    width: 48%;
}

.catalogMyBinder .viewInline ul.heightfix {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.catalogMyBinder li.article .wrapper.hf {
    height: auto !important;
}

.ManualSearch li.article .wrapper.hf {
    height: auto !important;
}

#keywordSearchSide ul.scope li {
    cursor: pointer;
}

.catalogDetail .section {
    display: none;
}
.catalogDetail .section#overview,
.catalogDetail .section#index {
    display: block;
}

.label {
    display: none !important;
}


/* モック分 */

#contents,
#header .inner,
#header div.globalNavi ul,
#footer {
    width: 1230px;
}

/* ヘッダー */

#header {
    height: 80px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(22, 27, 29, 0.16);
    margin-bottom: 30px;

}

#header .c-language {
    border: solid 1px #418AC9;
    border-radius: 100px;
    padding: 10px 12px 10px 30px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    min-width: 133px;
    height: 38px;
    float: right;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

#header .c-language:hover {
    opacity: 0.7;
}

#header div.inner {
    height: 100%;
}

#header img.ci {
    /* position: relative; */
    width: 161px;
    top: 20px;
    pointer-events: auto;
}

#header .c-language img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

#header .utility {
    display: none;
}

#header .globalNavi {
    display: none;
}

/* フッタ */

#footer {
    min-width: 100%;
    padding: 20px;
    background-color: #418AC9;
}

#footer p.copyright {
    color: #ffffff;
    font-size: 12px;
    font-family: inherit;
}

.keywordSearch input.keyword {
    background: #ffffff;
    height: 34px;
    width: 250px;
    padding-top: 0;
    padding: 5px 2px 5px 7px;
    box-sizing: border-box;
}

.keywordSearch input.keyword::placeholder {
  font-size: 10px;
}

.viewBlock.half.catalogPage li.article div.image ol.pages {
    width: 242px;
}

.keywordSearch ul.scope li {
    margin-right: 10px;
}

.btn.matte.search {
    background: #eeeeee;
    color: #666666;
    text-indent: 0;
    font-weight: bold;
    width: 58px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-size: 14px;
}

div.side,
#extra {
    width: 315px;
}

div.side>ul, div.side li.keywordSearchSideCatalog {
    width: 100%;
}

div.side>ul>li:not(:last-child) {
    margin-bottom: 40px;
}

#main {
    width: 894px;
}

.c-side-btn {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    text-align: center;
    background-color: #0062A9;
    border-radius: 8px;
    padding: 14px 30px;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.c-side-btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(../images/ico-arrow-right-white.svg) no-repeat center;
}

.c-side-btn:hover {
    opacity: 0.7;
}

#main .searchCondition dd {
    /* width: calc(100% - 180px); */
}

.viewPanel .pageNaviBox {
    width: 100%;
}

.viewPanel ul.siblings {
    width: max-content !important;
}

div.section#keywordSearchSideCatalog {
    background: #ffffff;
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
    height: auto;
}

div.section#keywordSearchSideCatalog .searchTitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 20px;
    /* padding-bottom: 5px; */
}

div.side div.section {
    background: #F6F6F6;
    position: relative;
}

div.side div.section h2 {
    padding: 12px 13px 0;
}

div.side div.section h2 span {
    padding-bottom: 40px;
    box-sizing: border-box;
}

div.side div.section h2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #CCCCCC;
    border-right: 20px solid transparent;
    top: 0;
    left: 0;
    visibility: inherit;

}

div.side div.section h2,
div.side div.section div.inner {
    background: none;
    position: relative;
}

div.side div.section div.inner .seeStock {
    /* font-size: 16px; */
}

.sideCategory {
    /* background: #ffffff; */
    /* border: solid 1px #EEEEEE; */
}

.sideCategory .searchTitle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #418AC9;
    border-bottom: solid 1px #418AC9;
    padding-bottom: 9px;
    margin-bottom: 7px;
}

.sideCategory .searchTitle-sub {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 15px;
}

.sideCategory .inner {
    margin-bottom: 20px;
}

.sideCategory .inner .treeview {
    margin-left: 18px;
}

.sideCategory .inner .treeview li span {
    padding: 8px;
    font-size: 13px;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: block;
    transition: 0.3s ease-in-out;
}

.sideCategory .inner .treeview li span:after,
.sideCategory .inner .treeview li span:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 3px;
    margin: auto 0;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #333333;
    /* transform: rotate(-135deg); */
    transition: 0.3s ease-in-out;
}

.sideCategory .inner .treeview li span:before {
    transform: rotate(-90deg);

}

.sideCategory .inner .treeview li span.active:before {
    transform: rotate(0);
}

.sideCategory .inner .treeview li a:after,
.sideCategory .inner .treeview li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 3px;
    margin: auto 0;
    display: block;
    width: 5px;
    height: 5px;
    border-left: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(-135deg);
    transition: 0.3s ease-in-out;
}

div.stock h3.name {
    margin-bottom: 65px;
}

div.stock .viewInline .list {
    gap: 30px
}

.sideCategory .inner .treeview li a {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 7px 0;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 20px;
}

.sideCategory .inner .treeview ul li:hover:not(:has(ul)) {
    color: #0062A9;
    font-weight: 600;
    background-color: #C8DDEF;
}

.sideCategory .inner .treeview ul li:hover>a {
    color: #0062A9;
}

.sideCategory .inner .treeview ul li:hover>a:after,
.sideCategory .inner .treeview ul li:hover>a:before {
    border-color: #418AC9;
}

.sideCategory .inner .treeview li ul li {
    padding: 0 15px;
}

/* .sideCategory .inner .treeview li span.active + ul{
    display: block !important;
} */
.sideCategory .inner .treeview li span.active:after {
    /* background-color: #43A6DB;
    color: #ffffff;
    font-weight: 600; */
    background-color: #418AC9;
}

.sideCategory .inner .treeview li span.active:after,
.sideCategory .inner .treeview li span.active:before {
    border-color: #ffffff;
}

.catalogSearchCategoryList #lead h1,
.catalogSearchResult #lead h1 {
    margin-bottom: 40px;
}

#lead h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: solid 2px #418AC9;
    padding-bottom: 10px;
    /* margin-bottom: 0; */
}

.breadcrumbs {
    margin-bottom: 40px;
    padding-top: 7px;
}

.breadcrumbs a,
.breadcrumbs li {
    color: #333333;
    font-size: 13px;
}

.viewInline li.article a {
    color: #333333;
}

#main h2,
.catalogMyBinder h2 {
    color: #418AC9;
    font-size: 21px;
    font-weight: 600;
    border-bottom: none;
    padding-left: 48px;
    position: relative;
}

.catalogMyBinder h2 {
    margin-bottom: 4px;
}

#main h2::after,
.catalogMyBinder h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #418AC9;
}

#main h2 span,
.catalogMyBinder h2 span {
    border-bottom: none;
}

span.deleteAll {
    background-image: url(../images/btn_delete_all.png);
    width: 220px;
    height: 47px;
}

.viewInline {
    background-color: transparent;
    padding: 0;
}

.viewInline li.article {
    width: 216px;
}

.viewInline li.article .image img.main,
.viewInline li.article .image {
    width: 100%;
}

.viewInline li.article .spec .volume {
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
}

.viewPanel li.article,
.viewPanel li.article .wrapper {
    width: 174px;
}

.viewPanel .article .btnBox {
    bottom: -20px;
}

.viewPanel li.article .wrapper {
    padding: 10px 20px 40px;
}

.viewPanel li.article .name,
.viewPanel li.article li {
    font-size: 12px;
    margin-bottom: 8px;
}

.viewPanel .articlesBox {
    width: 870px;
}

#main .pager {
    display: flex;
    justify-content: center;
}

#main .pager p {
    background-image: none !important;
}

#main .pager ol {
    display: flex;
    gap: 10px;
}

#main .pager ol li {
    width: 28px;
    height: 44px;
    border: solid 1px #418AC9;
    background-color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #418AC9;
}

#main .pager li:has(span.current) {
    background-color: #418AC9;
}

#main .pager li span.current {
    background-color: transparent;
    border: none;
}

#main .pager a {
    display: block;
    color: #418AC9;
    width: 100%;
    height: 100%;
    line-height: 44px;
    padding: 0!important;
    border: none!important;
}

#main .pager a:hover {
    background-color: #418AC9!important;
    color: #ffffff;
}

.ManualSearch .function .c-btn--download {
    width: 100%;
    background-color: #00285B;
    color: #ffffff;
}

.ManualSearch .viewBlock.half {
    /* margin-top: 40px; */
}

.ManualSearch .viewBlock li.article ul.spec {
    margin-bottom: 3px;
}

.ManualSearch .viewBlock li.article .description .function {
    position: absolute;
    bottom: -40px;
    width: 87%;
}

.ManualSearch .viewBlock li.article .description .c-txt-small {
    /* min-height: 22px; */
}

.ManualSearch .function .c-btn--download:after {
    left: 15px;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper #footer {
    margin-top: auto;
}

.ManualSearch .function .c-btn--download::after {
    background-color: #ffffff;
}

.c-txt-small {
    font-size: 13px;
}

.ManualSearch .viewBlock li.article div.description hr {
    border: none;
    border-top: solid 1px #CFCFCF;
    margin: 10px 0 15px;

}

.ManualSearch .viewBlock li.article .description .function .c-btn {
    margin-top: 25px;
}

.viewPanel li.article .image img.main,
.viewPanel li.article .image {
    width: 100%;
}

.viewPanel .article .btnBox {
    width: 100%;
}

.viewPanel li.article li {
    text-align: left;
}

.viewPanel li.article .spec {
    /* padding-bottom: 55px; */
}

.viewPanel li.current {
    background-size: 198px auto;
}

.viewPanel .originalSearchLink {
    width: 120px;
    top: -1px;
}

.viewInline li.article .name {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}

.viewInline li.article .position,
.viewInline li.article .nombre {
    font-size: 12px;
}

.searchResultCatalogSummary .btn.catalogview_mini_text {
    background-image: url(../images/text_mini_catalogview-2.png) !important;
    height: 14px;
    width: 120px;
    margin-bottom: 8px;
    background-size: 100%;
}

.viewPanel .article .nallowdown_mini_text {
    background-image: url(../images/text_mini_nallowdown.png) !important;
    height: 14px;
    width: 60px;
    background-size: 100%;
}

.viewPanel .article .reset_nallowdown_mini_text {
    background-image: url(../images/text_mini_reset_nallowdown.png) !important;
    height: 14px;
    width: 53px;
    margin-bottom: 8px;
    background-size: 100%;
}

#searchResultStatus {
    background: none;
    padding: 0px 0px 10px;
    margin-bottom: 0;
}

#searchResultStatus .count {
    font-size: 14px;
}

.viewBlock.half.catalogPage li.article ol.hit,
.viewBlock.half.catalogPage li.article div.image ol.pages {
    width: 377px;
}

.viewBlock.half.catalogPage li.article ol.hit li {
    font-size: 14px;
}

.viewBlock.half.catalogPage li.article ol.hit li:not(:last-child) {
    margin-bottom: 14px;
}

.viewBlock.half.catalogPage li.article div.image ol.pages li img {
    width: 187px;
}

.viewBlock li span.hitposLeft,
.viewBlock li span.hitposRight {
    margin-right: 10px;
}

.viewBlock li.article p.function {
    display: flex;
    gap: 18px;
    justify-content: flex-end;
}

.viewBlock li.article p.function .btn {
    background-size: 0;
    position: relative;
    transition: 0.3s ease-in-out;
}

.viewBlock li.article p.function .btn:hover {
    opacity: 0.7;
}

.viewBlock li.article p.function .btn.addMyBinder {
    height: 20px;
    width: 141px;
}

.viewBlock li.article p.function .btn.addMyBinder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/btn-addMyBinder.png);
}

.viewBlock li.article p.function .btn.downloadCatalog {
    height: 20px;
    width: 122px;
}

.viewBlock li.article p.function .btn.downloadCatalog:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/btn-downloadCatalog.png);
}

#searchResult .viewBlock.half {
    background-color: #9E9E9E;
    padding: 20px 10px 0;
    margin-bottom: 40px;
}

#main .searchCondition h2 {
    padding-left: 0;
    border-bottom: solid 1px #ccc;
}

#main .searchCondition h2:after {
    content: none;
}

a:link,
a:visited,
div.side .siblings li a:hover,
div.side .siblings li a:active,
#myList div.message .undo {
    /* color: #333333; */
}

.viewBlock.half {
    padding: 0;
    background-color: transparent;
}

.catalogSearchCategoryList .viewBlock.half li.article div.inner,
.catalogSearchResult .viewBlock.half li.article div.inner {
    display: flex;
    flex-direction: column;
    padding: 20px 14px 14px;
    height: 100%;
}

.catalogSearchCategoryList .viewBlock.half li.article div.description,
.catalogSearchResult .viewBlock.half li.article div.description {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
}

.viewBlock li.article ul.spec {
    margin-bottom: 20px;
}

.viewBlock li.article ul.spec li {
    font-size: 16px;
    margin-bottom: 5px;
}

.viewBlock li.article .description .function {
    margin-top: auto;
    display: flex;
    gap: 8px;
}

.catalogIndex .function {
    width: auto;
}

#contents:has(#sidemenu) {
    padding-bottom: 50px;
}

.function .c-btn {
    background-color: #00285B;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    min-width: 90px;
    position: relative;
    border-radius: 50px;
    border: solid 1px #00285B;
}

.function .c-btn:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}

.function .c-btn--view:after {
    mask: url(../images/ico-view.svg) no-repeat center;
    mask-size: contain;
}

.function .c-btn--detail {
    background-color: #ffffff;
    color: #00285B;
}

.function .c-btn--detail:after {
    mask: url(../images/ico-detail.svg) no-repeat center;
    mask-size: contain;
    background-color: #00285B;
}

.function .c-btn--download {
    background-color: #ffffff;
    color: #00285B;
}

.function .c-btn--download:after {
    mask: url(../images/ico-download.svg) no-repeat center;
    mask-size: contain;
    background-color: #00285B;
}

.function .c-btn:hover {
    background-color: #DAE0E7 !important;
    color: #00285B !important;
}

.function .c-btn span.size {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    color: #333333;
    text-align: left;
    font-weight: 400;
}

.detail .function .c-btn:after {
    left: 15px;
}

.viewBlock.half .heightfix {
    display: flex;
    flex-wrap: wrap;
    gap: 75px 10px /* manual変更 */
}

.catalogSearchCategoryList .viewBlock.half li.article,
.catalogSearchResult .viewBlock.half li.article {
    width: 216px;
    margin: 0;
    background-image: none;
    padding-bottom: 0;
    position: relative;
}

.c-new {
    font-size: 12px;
    color: #fff;
    background-color: #0062A9;
    font-weight: 600;
    margin-bottom: 6px;
    position: absolute;
    top: 0;
    left: 14px;
    padding: 2px 6px;
    border-radius: 3px;
}

.c-renew {
    font-size: 12px;
    color: #fff;
    background-color: #51AEA5;
    font-weight: 600;
    margin-bottom: 6px;
    position: absolute;
    top: 0;
    left: 14px;
    padding: 2px 6px;
    border-radius: 3px;
}

.catalogSearchCategoryList .viewBlock.half li.article .name,
.catalogSearchResult .viewBlock.half li.article .name {
    background-image: none;
    font-size: 16px;
    padding: 0;
    margin-bottom: 8px;
}

.catalogSearchCategoryList .viewBlock.half li.article .name a,
.catalogSearchResult .viewBlock.half li.article .name a {
    color: #333333;
}

.viewBlock li.article img.main,
.catalogSearchCategoryList .viewBlock.half li.article div.image,
.catalogSearchResult .viewBlock.half li.article div.image {
    width: 188px;
}

.catalogSearchCategoryList .viewBlock.half li.article div.wrapper,
.catalogSearchResult .viewBlock.half li.article div.wrapper {
    background-image: none;
}

.catalogSearchCategoryList .viewBlock.half li.article div.image,
.catalogSearchResult .viewBlock.half li.article div.image {
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 8px;
    visibility: hidden; /* manualのみ */
}

div.stock div.submitBlock div.submit {
    padding: 10px 15px;
}

.catalogMyBinder div.stock div.submitBlock div.submit .btn {
    background-color: #00285B;
    position: relative;
    padding: 8px 45px;
    background-image: none;
    height: 33px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: max-content;
    border-radius: 50px;
}

.catalogMyBinder div.stock div.submitBlock div.submit .btn:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url(../images/ico-download.png);
    background-size: contain;
}

.catalogMyBinder div.stock div.submitBlock div.submit .btn:hover {
    opacity: 0.7;
}

.detail {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
}

.detail .function {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 14px
}

.detail .function {
    width: 100%;
    position: relative;
    top: 4px;
}

.detail .image {
    /* width: 400px; */
    width: 218px;
}

.detail .function .c-btn {
    font-size: 12px;
    padding: 8px 30px;
    max-width: 218px;
}

.btn.mybinder_mini_text {
    height: 30px;
    width: 152px;
    background-image: url(../images/text_mini_add_mybinder.png);
}

.btn.download_pdf_mini_text {
    height: 30px;
    width: 152px;
    background-image: url(../images/text_mini_download_pdf.png);
}

.btn.catalogview_mini_text {
    height: 30px;
    width: 152px;
    background-image: url(../images/text_mini_catalogview.png);
}

.catalogIndex ul.level_1 {
    min-width: 100%;
}

.catalogIndex ul.level_2 {
    width: 100%;
}

.catalogIndex div.catalogIndexContents {
    border: none;
}

.catalogIndex .categoryNode {
    display: flex;
    width: 100%;
}

.catalogIndex div.title a {
    color: #333333;
    font-weight: 300;
}

.catalogIndex ul.level_1 div.title {
    flex: 1;
    pointer-events: none;
}

.catalogDetail .detail .image img {
    width: 218px;
}

.catalogDetail #overview {
    margin-bottom: 40px;
}

.catalogPageGroupSearchResult .viewBlock.half li.article {
    width: calc(50% - 20px);
    background-size: 100%;
    background-image: none;
    padding-bottom: 40px;
}

.viewBlock.half li.article .name {
    background-size: 100%;
    font-size: 16px;
    color: #333333;
    background-image: none;
    padding-top: 40px;
    margin-bottom: 15px;
}

.viewBlock.half.catalogPage li.article div.inner {
    padding: 30px 20px;
}

.viewBlock.half li.article .name a {
    color: #333333;
}

.viewBlock.half li.article .name a:hover {
    color: #969696;
}

.viewBlock.half li.article div.wrapper {
    background-size: 100%;
    background-image: none;
}

#keywordSearchSideCatalog .scope img {
    height: 14px;
}

.detail .description {
    width: 660px;
}

.detail .description .c-new,
.detail .description .c-renew {
    position: static;
    font-size: 16px;
    width: max-content;
}

.detail .description .c-spec {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
}

.detail .description .c-txt {
    /* font-size: 16px; */
}

.catalogIndex ul.level_1 div.title,
.catalogIndex ul.level_1 div.function {
    padding: 13px 0;
    display: flex;
    align-items: center;
}

#lead p.lead {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 43px;
}

.myBinder-box {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.myBinder-box p.stockCountsMessage {
    flex: 1;
}

.catalogMyBinder div.stock div.submitBlock {
    margin: 0;
}

.catalog-th {
    display: none;
}

p.skipToTop a {
    transform: translateX(90px);
    display: inline-block;
    position: fixed;
    bottom: 90px;
    right: 140px;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    transition: opacity 0.5s ease;
}

p.skipToTop a.show {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 1200px) {
    p.skipToTop a {
        transform: translateX(0);

    }

}

p.skipToTop img {
    width: 90px;
    height: 90px;
}

.searchResultCatalogSummary h3.labelForHitCatalog {
    font-size: 14px;
    margin-bottom: 5px;
}

.leadForHitCatalog {
    font-size: 12px;
}

.searchResultCatalogSummary {
    padding-top: 20px;
}

#main .searchCondition {
    color: #666666;
    margin-bottom: 10px;
    padding: 10px 20px 0px 20px;
}

.catalogIndex .catalogNode:last-child .categoryNode {
    border-bottom: solid 1px #c0c0c0;
}

div#index h2 {
    margin-bottom: 5px;
}

.breadcrumbs li {
    margin-right: 9px;
    padding-right: 20px;
}

/* SPレイアウト */
@media screen and (max-device-width: 700px),
screen and (max-device-height: 700px) {

    /* 追加分 */
    #main .pager ol {
        gap: 5px;
    }

    #main .pager ol li {
        width: 18px;
        font-size: 10px;
    }

    #main .pager p {
        padding: 0 6px;
    }

    .catalogPageGroupSearchResult .searchCondition,
    .catalogPageGroupSearchResult .searchResultCatalogSummary {
        display: none;
    }

    .ManualSearch div.image {
        display: none;
    }

    .catalogSearchResult .function .c-btn--view:hover,
    .catalogSearchResult .function .c-btn--download:hover,
    .catalogDetail .function .c-btn--view:hover {
        background-color: #00285B !important;
        color: #ffffff !important;
    }
    .catalogSearchResult .function .c-btn--view:hover::after {
        background-image: url(../images/ico-view.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .catalogSearchResult .function .c-btn--download:hover::after {
        background-image: url(../images/ico-download.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 0 0 !important;
    }
    .catalogDetail .function .c-btn--view:hover::after {
        background-image: url(../images/ico-view.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 22px 22px !important;
    }
    .catalogSearchResult .function .c-btn--view:active,
    .catalogSearchResult .function .c-btn--download:active,
    .catalogDetail .function .c-btn--view:active {
        background-color: #DAE0E7 !important;
        color: #00285B !important;
    }
    .catalogSearchResult .function .c-btn--view,
    .catalogSearchResult .function .c-btn--download,
    .catalogDetail .function .c-btn--view {
        -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    }

    .viewBlock.half.catalogPage li.article ol.nombre {
        width: 103%;
    }

    .viewBlock.half.catalogPage li.article ol.nombre li {
        width: 28%;
    }

    .catalogSearchResult li.article .image a {
        display: inline-block;
        height: 100%;
    }

    .internalError #downloadNote {
        width: auto;
    }

    .keywordSearch input.keyword::placeholder {
        font-size: 12px;
    }

    p.skipToTop {
        margin-top: 45px;
    }

    p.skipToTop a {
        bottom: 6vw;
        right: 0.5vw;
    }

    /* モック分 */
    p.skipToTop {
        order: -1;
    }

    p.skipToTop img {
        height: 90px;
        width: 90px;
    }

    div.section {
        margin-bottom: 0;
    }

    body {
        font-size: 14px;
    }

    .viewBlock.half.catalogPage li.article ol.nombre li.left {
        width: 50%;
        text-align: center;
        padding-right: 0;
    }

    .catalogDetail .section_ttl {}

    .catalogDetail .section_ttl span {
        border-bottom: none;
    }

    .viewBlock li.article p.function,
    .viewBlock.half.catalogPage li.article ol.nombre .function {
        /* display: none; */
    }

    .viewBlock li.article p.function .btn.addMyBinder,
    .viewBlock li.article ul.function .btn.square.mybinder_sq {
        display: none;
    }

    .viewBlock li.article ul.spec li {
        font-size: 20px;
    }

    .catalogPageGroupSearchResult .viewBlock.half li.article {
        width: 100%;
        margin: 10px 0;
    }

    .viewBlock.half li.article .name {
        padding-top: 30px;
    }

    .sp-hide {
        display: none;
    }

    .btn.mybinder_mini_text {
        display: none;
    }

    .catalog-th {
        display: flex;
        justify-content: flex-end;
        gap: 25px;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .catalogIndex ul.level_1 div.title {
        display: flex;
        align-items: center;
    }

    .catalog-th p {
        font-size: 14px;
        font-weight: 600;
    }

    .catalogIndex ul.level_1 div.function {
        /* width: 100%; */
    }

    .catalogDetail .detail .image img {
        width: 260px;
    }

    .catalogIndex .categoryNode {
        /* flex-wrap: wrap; */
    }

    .catalogIndex ul.level_1 {
        width: 100%;
    }

    #wrapper {
        overflow: hidden;
    }

    #contents,
    #header .inner,
    #header div.globalNavi ul {
        padding: 0 10px 20px;
        position: relative;
        width: 100%;
    }

    #main,
    #footer {
        width: 100%;
    }

    #contents {
        display: flex;
        flex-direction: column-reverse;
    }

    div.side,
    #extra {
        width: 100%;
    }

    .detail .image {
        width: 260px;
        margin: 0 auto 24px;
    }

    .keywordSearch input.keyword {
        width: calc(100% - 60px);
    }

    div.section#keywordSearchSideCatalog .searchTitle {
        font-size: 20px;
    }

    .btn.matte.search {
        width: 52px;
        font-size: 16px;
    }

    #header div.inner a {
        /* position: relative; */
    }

    .catalogSearchCategoryList .viewBlock.half li.article,
    .catalogSearchResult .viewBlock.half li.article {
        width: 100%;
        padding-bottom: 0;
    }

    .catalogSearchCategoryList .viewBlock.half li.article .c-new,
    .catalogSearchCategoryList .viewBlock.half li.article .c-renew,
    .catalogSearchResult .viewBlock.half li.article .c-new,
    .catalogSearchResult .viewBlock.half li.article .c-renew {
        left: 0;
    }

    .catalogSearchCategoryList .viewBlock.half li.article div.inner,
    .catalogSearchResult .viewBlock.half li.article div.inner {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 8px;
        padding: 27px 0 0;
        margin-bottom: 40px;
    }

    .catalogSearchCategoryList .viewBlock.half li:last-child.article div.inner,
    .catalogSearchResult .viewBlock.half li:last-child.article div.inner {
        margin-bottom: 0;
    }

    .viewBlock li.article img.main,
    .catalogSearchCategoryList .viewBlock.half li.article div.image,
    .catalogSearchResult .viewBlock.half li.article div.image {
        width: 158px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .catalogSearchCategoryList .viewBlock.half li.article div.description,
    .catalogSearchResult .viewBlock.half li.article div.description {
        width: 100%;
        margin-top: 8px;
    }

    .viewBlock li.article ul.spec {
        margin-bottom: 14px;
    }

    .viewBlock li.article .description .function {
        flex-direction: row;
        gap: 5px;
        position: static !important;
        width: 100% !important;
        margin-top: 20px;
    }

    .ManualSearch .viewBlock li.article .description .function .c-btn {
        margin-top: 0;
    }

    .catalogSearchCategoryList .viewBlock.half li.article div.wrapper,
    .catalogSearchResult .viewBlock.half li.article div.wrapper {
        height: auto !important;
    }

    .viewBlock.half .heightfix {
        gap: 0
    }

    .function .c-btn {
        flex: 1;
        font-size: 14px;
    }

    .breadcrumbs li {
        font-size: 14px;
    }

    .sideMybinder {
        display: none;
    }

    .sideCategory .searchTitle {
        font-size: 18px;
        /* padding: 16px; */
        margin-bottom: 20px;
    }

    .keywordSearch input.keyword,
    .btn.matte.search {
        height: 42px;
    }

    div.section#keywordSearchSideCatalog {
        margin-bottom: 40px;
    }

    .sideCategory .inner .treeview li span {
        font-size: 14px;
        padding: 9px;
        padding-left: 32px;
    }

    .sideCategory .inner .treeview li span:after,
    .sideCategory .inner .treeview li span:before {
        background-color: #418AC9;
    }

    .sideCategory .inner {
        margin-bottom: 35px;
    }

    .sideCategory .inner .treeview li a {
        font-size: 14px;
    }

    #sidemenu {
        margin-bottom: 40px;
    }

    #lead h1 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: calc(34/28);
    }

    #main h2 {
        font-size: 24px;
    }

    .breadcrumbs {
        margin-bottom: 30px;
    }

    #header {
        height: 70px;
        margin-bottom: 10px;
    }

    #header div.inner {
        padding: 10px 16px;
        height: 70px;
    }

    #header img.ci {
        position: relative;
        top: 10px;
        width: 114px;
    }

    .catalogIndex div.catalogIndexContents {
        overflow: scroll;
    }

    .catalogIndex .function {
        width: auto;
    }

    .detail .description {
        width: 100%;
        /* padding-left: 15px; */
    }

    /* .detail .description .c-txt{
        font-size: 14px;
    } */
    .detail .description .c-spec {
        margin-bottom: 8px;
    }

    .detail .function {
        flex-wrap: wrap;
        gap: 20px;
        top: 0;
        margin: 30px 0 0;
    }

    .detail .function .c-btn {
        width: 100%;
        flex: auto;
        max-width: 315px;
        margin: 0 auto;
        padding: 14px 30px;
        /* font-size: 12px; */
        font-size: 14px;
    }

    .detail .function .c-btn:after {
        width: 22px;
        height: 22px;
    }

    #keywordSearchSideCatalog .scope img {
        /* height: 16px; */
    }

    .btn.catalogview_mini_text {
        background-image: url(../images/text_mini_catalogview_sp.png);
        width: 40px;
        height: 40px;
    }

    .btn.download_pdf_mini_text {
        background-image: url(../images/text_mini_download_pdf_sp.png);
        width: 40px;
        height: 40px;
    }

    .viewBlock.half.catalogPage li.article ol.hit,
    .viewBlock.half.catalogPage li.article div.image ol.pages {
        width: 100%;
    }

    .viewBlock.half.catalogPage li.article div.image ol.pages li img {
        width: 100%;
    }

    .viewBlock.half.catalogPage li.article div.image ol.pages li {
        width: 50%;
    }

    .viewPanel li.article,
    .viewPanel li.article .wrapper {
        width: 172px;
    }

    .viewPanel li.article .image img.main,
    .viewPanel li.article .image {
        width: 132px;
    }

    #searchResultStatus {
        padding: 0;
    }

    .searchResultCatalogSummary {
        margin-bottom: 40px;
    }

    #contents:has(#sidemenu) {
        padding-bottom: 30px;
    }

    .c-txt-small {
        font-size: 16px;
    }

    .c-new,
    .c-renew {
        font-size: 16px;
    }

    .c-side-btn {
        padding: 17px 30px;
    }

    .c-side-btn:after {
        width: 10px;
        height: 14px;
        background-size: 10px 14px;
    }

    #main .searchCondition dl {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    #main .searchCondition dt,
    #main .searchCondition dd {
        width: 100%;
    }

    #main .searchCondition dd {
        top: 0;
        left: 0;
    }

    #main .searchCondition {
        padding: 15px 20px 40px;
        background-size: 28%;
    }

    .viewPanel .articlesBox {
        left: 0;
    }

    .catalogSearchCategoryList #lead h1,
    .catalogSearchResult #lead h1 {
        margin-bottom: 22px;
    }

    .ManualSearch .viewBlock li.article div.description hr {
        margin: 16px 0;
    }

    .ManualSearch.catalogSearchCategoryList .viewBlock.half li.article div.description,
    .ManualSearch.catalogSearchResult .viewBlock.half li.article div.description {
        transform: translateX(8px);
        margin-left: -8px;
    }
}