@charset "UTF-8";
/* ------------------------------------ Module Base ------------------------------------ */
/* Accordions ----- */
.accordions .accordion-handler { margin: 0; display: block; cursor: pointer; }

.accordions .accordion-block { border-top: 0; }

/* Tabs ----- */
.tabs .tab-handler { margin: 0; padding: 0; }

.tabs .tab-handler > * { margin: 0; padding: 0; float: left; position: relative; background: #f3f4f6; list-style-type: none; font-weight: bold; cursor: pointer; }

.tabs .tab-handler > *:before { content: none; }

.tabs .tab-handler > *.is-active { background: #1a3369; color: #fff; cursor: default; }

.tabs .tab-block { padding: 16px; display: block; background: #fff; }

.tabs .tab-block.is-hide { display: none; }

@media (max-width: 767px) { .tabs .tab-handler { display: flex; border-top: 2px solid #e6e9ed; border-bottom: 2px solid #e6e9ed; }
  .tabs .tab-handler > * { background: #f3f4f6; border-right: 1px solid #e6e9ed; border-left: 1px solid #e6e9ed; }
  .tabs .tab-handler > *:first-child { border-left: none; }
  .tabs .tab-handler > *:last-child { border-right: none; }
  .tabs .tab-handler > *.is-active:after { position: absolute; bottom: -10px; left: 50%; transform: translate(-50%, 0); font-size: 16px; line-height: 1.0; color: #1a3369; content: "▼"; }
  .tabs .tab-handler li { padding: 5px; float: none; text-align: center; flex-grow: 1; }
  .tabs .tab-block { padding: 0; }
  .tabs .tab-block li { padding: 10px 20px; }
  .tabs .tab-block .title { margin-top: 10px; } }

@media (min-width: 768px) { .tabs .tab-handler > * { margin-bottom: 2px; padding: 20px; background: #f3f4f6; color: #999; }
  .tabs .tab-handler > *:last-child { margin-bottom: none; }
  .tabs .tab-handler > *.is-active:after { position: absolute; top: 50%; right: -10px; transform: translate(0, -50%); font-size: 16px; line-height: 1.0; color: #1a3369; content: "▶"; }
  .tabs.l-portrait { display: flex; }
  .tabs.l-portrait .tab-handler > * { float: none; }
  .tabs.l-portrait .tab-block { flex: 1; }
  .tabs .tab-block { padding: 16px; display: block; background: #e6e9ed; border: 1px solid #e6e9ed; }
  .tabs .tab-block.is-hide { display: none; } }

/* ------------------------------------ Display State ------------------------------------ */
@media (max-width: 767px) { .is-pc-only { display: none; } }

@media (min-width: 768px) { .is-sp-only { display: none; } }

.is-text-right { text-align: right !important; }

.is-text-left { text-align: left !important; }

.is-hide { display: none !important; }

.w-55 { width: 55%; }

.note { font-size: 0.75rem; }

@media (min-width: 768px) { .phone-number { pointer-events: none; text-decoration: none !important; color: #333; } }

/*.btn { width: 250px; margin: 10px auto; padding: 10px; display: block; border-radius: 5px; background: #1a3369; text-align: center; text-decoration: none !important; font-weight: bold; color: #fff; }*/

/*.btn:hover { text-decoration: underline !important; color: #fff; }*/

/*.btn:visited { color: #fff; }*/

/* .icon --------------------------- */
.icon.ico-pdf:before { width: 24px; height: 24px; padding-right: 5px; display: inline-block; background: url("../images/common/icon-pdf.png") no-repeat left center; background-size: auto 100%; vertical-align: -5px; content: ""; }

.icon.ico-newwin:after { width: 12px; height: 12px; margin-left: 3px; display: inline-block; background: url("../images/common/icon-newwindow.png") no-repeat left center; background-size: auto 100%; vertical-align: 0; content: ""; }

/* .l-bg-w --------------------------- */
.l-bg-w { background: #fff; }

.l-bg-w > .l-inner { padding-bottom: 30px; }

@media (min-width: 768px) { .l-bg-w > .l-inner { padding-bottom: 40px; } }

.l-mat { width: 100%; max-width: 960px; margin: 0 auto; padding-bottom: 30px; background: white; }

@media (min-width: 960px) { .l-mat { border-radius: 18px; overflow: hidden; } }

/* Page Background --------------------------- */
body { background-color: #fff; background-repeat: no-repeat; background-position: center top; background-size: auto; background-attachment: fixed; }

@media (max-width: 767px) { body .sec-pagehead { background-repeat: no-repeat; background-position: center top; background-size: cover; } }

.main-contents { font-size: 1rem; }

@media (min-width: 768px) { .main-contents { background-repeat: no-repeat; background-position: center top; background-size: auto; overflow: hidden; } }

/* .No Script --------------------------- */
.is-noscript.l-info { display: block; background: #1a3369; font-size: 0.88rem; text-align: center; color: #fff; }

.is-noscript.l-info .l-inner { padding-top: 15px; padding-bottom: 15px; }

@media (min-width: 768px) { .is-noscript.l-info .l-inner { padding-top: 20px; padding-bottom: 20px; } }

/* .main-contents --------------------------- */
.main-contents a { text-decoration: underline; }

.main-contents a:hover { text-decoration: none; }

/* .l-inner --------------------------- */
.l-inner { width: 100%; max-width: 960px; margin: 0 auto; padding: 0 16px; }

@media (max-width: 767px) { .l-inner { padding: 0 20px; overflow: hidden; } }

.l-inner.is-small { max-width: 800px; }

@media (min-width: 768px) { .l-inner.pt-30 { padding-top: 30px !important; } }

/* .sec-meat --------------------------- */
.sec-meat > .l-inner { padding: 0; }

.sec-meat h2 { padding: 5px 20px; text-align: center; font-size: 1.38rem; }

.sec-meat h2 a { color: #333; }

.sec-meat h2 .fa { padding-right: 5px; color: #1a3369; }

@media (max-width: 767px) { .sec-meat > .l-inner > * { margin-top: 20px; padding-bottom: 5px; background: #e6e9ed; border-bottom: 1px solid #b3b3b3; } }

@media (min-width: 768px) { .sec-meat { margin-top: 25px; padding-bottom: 16px; position: relative; }
  .sec-meat:before { width: 100%; max-width: 960px; height: 100%; position: absolute; top: 0; left: 50%; background: rgba(255, 255, 255, 0.95); content: ""; transform: translate(-50%, 0); }
  .sec-meat > * { position: relative; }
  .sec-meat > .l-inner { overflow: hidden; }
  .sec-meat h2 { padding-top: 30px; } }

@media (min-width: 960px) { .sec-meat:before { border-radius: 18px; } }

/* .news-contents --------------------------- */
.news-contents { margin-top: 20px; border-bottom: 1px solid #b3b3b3; }

.news-contents > .l-inner { padding: 0; }

.news-contents .tab-handler li { padding: 8px 5px 7px; font-size: 0.88rem; }

.news-contents .news-list { margin: 0; padding: 0; }

.news-contents .news-list li { border-bottom: 2px solid #e6e9ed; font-size: 0.88rem; }

.news-contents .news-list .title { margin-top: 10px; }

.news-contents .news-list a { color: #333; }

.news-contents .is-right { padding: 10px 20px; background: #e6e9ed; text-align: right; font-size: 0.88rem; }

.news-contents .is-right .fa { padding-right: 5px; color: #1a3369; }

.news-contents .is-right a { color: #333; }

@media (min-width: 768px) { .news-contents { margin-top: 60px; padding: 30px 0; border-bottom: none; }
  .news-contents .tab-handler li { width: 162px; margin-bottom: 0; padding: 19px 16px; border-bottom: 2px solid #fff; }
  .news-contents .tab-handler li:last-child { border-bottom: 0; }
  .news-contents .tab-block { padding: 20px 16px; }
  .news-contents .news-list li { margin-top: 10px; overflow: hidden; }
  .news-contents .news-list li:first-child { margin-top: 0; }
  .news-contents .news-list .date { width: 125px; float: left; }
  .news-contents .news-list .title { width: calc(100% - 125px); margin-top: 0; float: left; }
  .news-contents .is-right { padding: 10px 0; background: none; } }

/* .sec-banner --------------------------- */
.sec-banner { text-align: center; }

.sec-banner .l-inner { padding-top: 20px; padding-bottom: 10px; }

@media (min-width: 768px) { .sec-banner .l-inner { padding-top: 0; padding-bottom: 30px; } }

/* .sec-note --------------------------- */
.sec-note { background: #fff; font-size: 0.75rem; }

.sec-note .l-inner { padding: 10px 20px; overflow: hidden; }

.sec-note .img, .sec-note .txt { float: left; }

.sec-note .img { width: 25px; }

.sec-note .icon { width: 16px; height: 16px; display: inline-block; }

.sec-note .txt { width: calc(100% - 25px); }

@media (min-width: 768px) { .sec-note .l-inner { padding: 16px 0; } }

/* .to-top-btn --------------------------- */
.to-top-btn { width: 106px; padding: 5px 8px; position: fixed !important; bottom: 10px; right: 10px; background: #fff; border: 2px solid #b3b3b3; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); font-size: 0.69rem; cursor: pointer; opacity: 0; transition: opacity 400ms; pointer-events: none; }

.to-top-btn.is-active { opacity: 1; z-index: 1; pointer-events: auto; }

.to-top-btn span { padding-left: 14px; display: block; text-indent: -7px; }

.to-top-btn .fa { padding-right: 3px; }

@media (min-width: 768px) { .to-top-btn { bottom: 20px; right: 20px; } }

/* .breadcrumb --------------------------- */
.breadcrumb { background: #e6e9ed; font-size: 0.75rem; }

.breadcrumb ul { padding: 7px 0; overflow: hidden; }

.breadcrumb li { padding: 0; float: left; list-style: none;}

.breadcrumb li:after { padding: 0 5px; content: ">"; }

.breadcrumb li:last-child:after { display: none; }

.breadcrumb a { color: #3362c9; }

.breadcrumb a:hover { text-decoration: none; }

/* .sec-pagehead --------------------------- */
.sec-pagehead .l-inner { padding-bottom: 20px; color: #fff; }

.sec-pagehead h1 { font-size: 1.5rem; color: #fff; }

@media (max-width: 767px) { .sec-pagehead .l-inner { min-height: 170px; padding-top: 20px; }
  .sec-pagehead .l-inner .cat { display: block; font-size: 1.25rem; font-weight: bold; }
  .sec-pagehead .l-inner h1 { padding-top: 20px; }
  .sec-pagehead .cat-breadcrumb { display: none; } }

@media (min-width: 768px) { .sec-pagehead .l-inner { padding-bottom: 0; }
  .sec-pagehead h1 { font-size: 1.75rem; text-align: center; } }

.sec-pagehead.l-non-bg .l-inner { color: #333; }

.sec-pagehead.l-non-bg h1 { margin-top: 0; padding-top: 16px; color: #333; }

@media (min-width: 768px) { .sec-pagehead.l-non-bg .l-inner { min-height: 0; }
  .sec-pagehead.l-non-bg h1 { margin-top: 0 !important; padding: 32px 0 0; text-align: center; } }

@media (min-width: 768px) { .sec-pagehead .l-inner { min-height: 190px; display: flex; text-align: center; flex-wrap: wrap; align-items: center; }
  .sec-pagehead .l-inner > * { width: 100%; }
  .sec-pagehead h1 { padding: 0; }
  .sec-pagehead .cat { padding-top: 16px; font-size: 1.38rem; font-weight: bold; }
  .sec-pagehead .cat-breadcrumb { padding-bottom: 16px; overflow: hidden; text-align: center; }
  .sec-pagehead .cat-breadcrumb li { display: inline-block; }
  .sec-pagehead .cat-breadcrumb li:after { padding: 0 0 0 5px; display: inline-block; content: "＞"; }
  .sec-pagehead .cat-breadcrumb li:last-child:after { display: none; }
  .sec-pagehead .cat-breadcrumb a { color: #fff; } }

/* .anchor-links --------------------------- */
.anchor-links { margin: 20px 0 0; padding: 0; display: none; }

.anchor-links a { color: #fff; text-decoration: none; }

.anchor-links a:hover { text-decoration: underline; }

.anchor-links li { padding-left: 20px; text-indent: -10px; font-weight: bold; list-style-type: none; }

.anchor-links .fa { padding-right: 5px; color: #fff; }

@media (min-width: 768px) { .anchor-links { width: 100%; display: block; font-size: 1rem; overflow: hidden; }
  .anchor-links li { width: 33.33334%; padding: 8px; float: left; position: relative; text-align: center; text-indent: 0; }
  .anchor-links li:nth-child(3 + n) { clear: both; float: left; }
  .anchor-links a { padding-bottom: 34px; display: inline-block; }
  .anchor-links .fa { padding: 0; position: absolute; bottom: 8px; left: 50%; font-size: 2.13rem; transform: translate(-50%, 0); } }

/* .sec-content --------------------------- */
.sec-content h2 { width: 100%; max-width: 960px; margin: 0 auto; background: #1a3369; font-size: 1.25rem; color: #fff; }

.sec-content h2:not(.prod-block-handle) { padding: 10px 20px; text-align: center; }

.sec-content .btn-index .index-link { width: 220px; margin: 0 auto; padding: 5px 15px; display: block; background: #fcf7b0; border-radius: 28px; font-size: 0.75rem; color: #1a3369; text-decoration: none; }

.sec-content h3 { padding-top: 30px; text-align: center; font-size: 1.25rem; color: #1a3369; }

.sec-content h3 + .marker-list { margin-top: 0; }

.sec-content h4 { padding-top: 30px; }

.sec-content h4 + .marker-list { margin-top: 0; }

.sec-content h5 { padding-top: 16px; font-size: 1rem; }

.sec-content h5 + .marker-list { margin-top: 0; }

.sec-content table { width: 100%; margin-top: 15px; border-collapse: collapse; }

.sec-content table th, .sec-content table td { padding: 4px 10px; border: 1px solid #b3b3b3; }

.sec-content table th { background: #f2f2f2; text-align: center; font-weight: normal; }

.sec-content table img { width: auto; }

.sec-content ul, .sec-content ol { margin: 10px 0; }

.sec-content ol { padding-left: 20px; }

.sec-content ol ol li { list-style-type: lower-roman; }

.sec-content li { margin-top: 10px; }

.sec-content .is-first-text { margin-top: 40px; }

.sec-content .scroller { width: 100%; max-width: 930px; overflow-y: hidden; overflow-x: auto; }

.sec-content .scroller + .img-block { margin-top: 16px; }

.sec-content .img-block { width: 100%; margin: 5px 0 16px; padding: 16px; background: #fff; border: 1px solid #ccc; text-indent: 0; }

.sec-content .img-block img { width: 100%; }

.sec-content .img-block.is-multiple img { margin: 16px 0; }

@media (max-width: 767px) { .sec-content li .img-block { width: calc(100% + 20px); margin-left: -20px; } }

@media (min-width: 768px) { .sec-content { padding: 30px 0; }
  .sec-content h2 { padding: 7px 20px; font-size: 1.5rem; }
  .sec-content .btn-index { position: relative; }
  .sec-content .btn-index .spna { width: calc(100% - 200px); display: inline-block; }
  .sec-content .btn-index .index-link { width: 200px; position: absolute; top: 50%; right: 10px; transform: translate(0, -50%); }
  .sec-content h3 { padding-top: 40px; }
  .sec-content li .img-block { margin-top: 5px; }
  .sec-content .img-block { width: 100%; margin: 16px 0 0; text-align: center; }
  .sec-content .img-block img { width: auto; max-height: 500px; }
  .sec-content .img-block.is-multiple { display: flex; align-items: center; justify-content: center; }
  .sec-content .img-block.is-multiple img { max-width: calc(50% - 32px); margin: 0 16px; } }

@media all and (min-width: 768px) and (-ms-high-contrast: none) { .sec-content .img-block { /*ie11*/ }
  .sec-content .img-block *::-ms-backdrop, .sec-content .img-block.is-multiple { display: block; text-align: center; }
  .sec-content .img-block *::-ms-backdrop img, .sec-content .img-block.is-multiple img { display: inline-block; } }

.general-content .copyright { font-size: 1.13rem; font-weight: bold; text-align: center; }

.marker-list { margin-top: 10px; }

.marker-list li { padding: 0; padding-left: 20px; text-indent: -20px; list-style-type: none; }

.marker-list > li:before { padding-right: 5px; color: #1a3369; content: "●"; }

.marker-list > li ul li:before { padding-right: 5px; font-size: 0.75rem; vertical-align: 2px; color: #1a3369; content: "●"; }

.marker-list > li ol { padding-left: 32px; }

.marker-list > li ol li { list-style-type: inherit; }

@media (min-width: 768px) { .marker-list > li { margin-top: 16px; padding-right: 16px; }
  .marker-list > li li { margin-top: 8px; } }

@media (max-width: 767px) { .catalog .sec-content h2 + * { padding-top: 0; } }

/* .sec-tmp-cont --------------------------- */
.sec-tmp-cont h2 { width: 100%; margin: 0; padding: 11px 20px 9px; background: none; text-align: center; font-size: 1.25rem; color: #1a3369; }

@media (min-width: 768px) { .sec-tmp-cont h2 { padding: 16px 10px; font-size: 1.25rem; } }

/* .sec-lead --------------------------- */
.sec-lead { padding-top: 0; padding-bottom: 16px; }

@media (min-width: 768px) { .sec-lead { padding-bottom: 0; } }

/* .sec-infomation --------------------------- */
.sec-infomation { padding: 30px 20px; text-align: center; }

.sec-infomation .l-inner { padding: 10px; background: #254b9c; border-radius: 5px; color: #fff; }

.sec-infomation h2 { width: 100%; margin: 0; padding: 0; background: none; font-size: 1.25rem; }

.sec-infomation h2 .fa { padding-right: 10px; font-size: 48px; vertical-align: -9px; }

.sec-infomation ul { width: auto; margin: 10px auto 0; padding: 0; display: inline-block; }

.sec-infomation li { text-align: left; font-weight: bold; list-style-type: none; }

.sec-infomation li .phone-number { display: block; font-size: 1.75rem; text-decoration: none; color: #fff; }

.sec-infomation p { font-size: 0.88rem; }

.sec-infomation .contact-btn { width: 100%; margin-top: 16px; padding: 22px 10px 21px; display: block; background: #fff; border-radius: 5px; font-size: 1.38rem; font-weight: bold; text-decoration: none; color: #254b9c; }

.sec-infomation .contact-btn:hover { text-decoration: none; }

.sec-infomation .contact-btn .fa { padding-right: 10px; font-size: 1.63rem; color: rgba(42, 85, 176, 0.8); }

.sec-infomation .links { margin-top: 16px; padding: 16px 0 8px; border-top: 2px solid rgba(255, 255, 255, 0.5); clear: both; text-align: left; }

.sec-infomation .links a { color: #fff; }

.sec-infomation .links .fa { padding-left: 5px; vertical-align: -1px; }

@media (min-width: 768px) { .sec-infomation { padding: 30px 0; text-align: left; }
  .sec-infomation .l-inner { padding: 10px 20px 14px; }
  .sec-infomation .l-inner > div { margin: 0 0 0 65px; position: relative; overflow: hidden; }
  .sec-infomation h2 { text-align: left; letter-spacing: 1px; }
  .sec-infomation ul { display: block; float: left; overflow: hidden; }
  .sec-infomation li { width: 230px; margin-right: 16px; float: left; letter-spacing: 1px; }
  .sec-infomation li .phone-number { pointer-events: none; letter-spacing: 0; }
  .sec-infomation p { margin-bottom: 16px; float: left; clear: both; }
  .sec-infomation .contact-btn { width: 312px; position: absolute; top: 0; right: 40px; text-align: center; }
  .sec-infomation .links { padding-bottom: 8px; } }

/* .product-menu --------------------------- */
.search-by-product .overlay { width: 100vw; height: 100vh; display: none; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; }

.search-by-product .overlay.is-show { display: block; }

.product-menu { width: 100%; max-width: 928px; margin: 0 auto; }

.product-menu .trigger-set { width: 100%; }

.product-menu .trigger-set .trigger { padding: 7px 20px; padding-right: 40px; position: relative; background: #fff; border-top: 2px solid #e6e9ed; font-size: 1rem; color: #1a3369; }

.product-menu .trigger-set .trigger > * { pointer-events: none; }

.product-menu .trigger-set .trigger .fa { position: absolute; top: 50%; right: 20px; transform: translate(0, -50%); }

.product-menu .trigger-set .trigger .is-show .fa:before { content: "\f068"; }

@media (min-width: 768px) { .product-menu .trigger-set { display: flex; flex-wrap: nowrap; justify-content: space-between; }
  .product-menu .trigger-set .trigger { width: 140px; height: 110px; width: 15.4%; padding: 0 5px; display: table; background: #e6e9ed; border-top: none; text-align: center; cursor: pointer; }
  .product-menu .trigger-set span { padding-bottom: 16px; display: table-cell; vertical-align: middle; }
  .product-menu .trigger-set .fa { top: auto; right: auto; bottom: 2px; left: 50%; transform: translate(-50%, 0); }
  .product-menu .trigger-set .fa:before { content: "\f078"; }
  .product-menu .trigger-set .is-show { background: #1a3369; color: #fff; }
  .product-menu .trigger-set .is-show .fa:before { content: "\f077"; }
  .product-menu .trigger-set .prod-co br { display: none; } }

@media (min-width: 905px) { .product-menu .trigger-set .trigger { height: 80px; }
  .product-menu .trigger-set .trigger br { display: block; }
  .product-menu .trigger-set .prod-co br { display: block; }
  .product-menu .layer-block { width: calc(100% - 1px) !important; } }

/* Product List --------------------------- */
.prod-block-handle { text-align: left; }

@media (max-width: 767px) { .prod-block-handle { padding: 10px 45px 10px 20px; position: relative; }
  .prod-block-handle:after { display: inline-block; position: absolute; top: 50%; right: 20px; transform: translate(0, -50%); font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; content: "\f067"; pointer-events: none; }
  .prod-block-handle.is-show:after { content: "\f068"; } }

@media (min-width: 768px) { .prod-block-handle { text-align: center; } }

.product-list .prod-block { padding: 10px 0; }

.product-list .prod-block h3 { padding: 0; padding-left: 15px; text-align: left; text-indent: -8px; font-size: 1rem; }

.product-list .prod-block h3:before { padding-right: 5px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; color: #1a3369; content: "\f054"; }

.product-list .prod-block h3 a { text-decoration: none; }

.product-list .prod-block h3 a:hover { text-decoration: underline; }

.product-list .prod-block h3.sub-index { margin-top: 10px; padding-left: 0; text-indent: 0; color: #333; }

.product-list .prod-block h3.sub-index:before { display: none; }

.product-list .prod-block a { color: #333; }

.product-list .prod-block .prod-block-sec { margin-top: 12px; overflow: hidden; }

.product-list .prod-block .prod-block-sec a { display: block; }

.product-list .prod-block .prod-block-sec a:hover * { text-decoration: none; }

.product-list .prod-block .prod-block-sec a * { text-decoration: underline; }

.product-list .prod-block .prod-block-sec img { width: 80px; height: 40px; display: block; float: left; background: #999; }

.product-list .prod-block .prod-block-sec img + * { width: calc(100% - 80px); padding-left: 10px; display: block; float: left; font-size: 0.88rem; color: #333; }

@media (min-width: 768px) { .product-list .l-inner { padding: 0 8px 0; display: flex; flex-wrap: wrap; }
  .product-list .prod-block { width: 33.3334%; padding: 0 8px; }
  .product-list .prod-block h3 { margin-top: 20px; }
  .product-list .prod-block h3.sub-index { margin-top: 16px; }
  .product-list .prod-block.is-3-line { width: 100%; padding: 0; overflow: hidden; }
  .product-list .prod-block.is-3-line > h3 { padding: 0 8px 0 23px; }
  .product-list .prod-block.is-3-line > div { width: 33.333%; padding: 0 8px; float: left; }
  .product-list .prod-block.is-2-line { width: 66.6667%; padding: 0; overflow: hidden; }
  .product-list .prod-block.is-2-line > h3 { padding: 0 8px 0 23px; }
  .product-list .prod-block.is-2-line > div { width: 50%; padding: 0 8px; float: left; }
  .product-list .prod-block-sec { margin-top: 10px; } }

.categoly-top .lead-block .l-inner { min-height: 0; }

.categoly-top .lead-block h2 { font-size: 1.5rem; text-align: center; color: #fff; }

.categoly-top .product-list h4 { display: none; }

@media (max-width: 767px) { .categoly-top .anchor-links { display: none; }
  .categoly-top .sec-content { padding-bottom: 10px; background: #e6e9ed; }
  .categoly-top .product-list { padding-bottom: 0; } }

@media (min-width: 768px) { .categoly-top .sec-pagehead h1 { margin-top: 24px; } }

/* 他のページへのリンク */
.target h4 { padding-top: 16px; padding-bottom: 8px; border-bottom: 1px solid #999; text-align: left !important; font-weight: normal; }

.target .links { margin: 0; padding: 0; border-top: 0; }

.target .links li { margin-top: 16px; padding-top: 0; }

.target .contaner { margin-top: 8px; }

.target .contaner > * { overflow: hidden; }

.target .contaner img { width: 80px; height: 40px; display: block; float: left; background: #999; }

.target .contaner img + * { width: calc(100% - 80px); padding-left: 10px; display: block; float: left; font-size: 0.88rem; color: #333; }

.target .contaner a { display: block; }

.target .contaner a * { text-decoration: underline; }

.target .contaner a:hover > * { text-decoration: none; }

@media (max-width: 767px) { .target .contaner > * { padding-right: 0; padding-left: 0; } }
