@charset "UTF-8";
/*
theme Name:conlux2024
Author: conlux2024
Description:conlux2024
*/

/*リセットスタイル
-------------------------------------*/
button,
hr,
input {
    overflow: visible
}

address,
blockquote,
body,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
ol,
p,
pre,
table,
ul {
    margin: 0
}

a,
hr,
legend {
    color: inherit
}

progress,
sub,
sup {
    vertical-align: baseline
}

fieldset,
legend,
ol,
option,
td,
th,
ul {
    padding: 0
}

caption,
th {
    text-align: left
}

*,
:after,
:before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline-color: -webkit-focus-ring-color
}

details,
main {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

ul {
    list-style: none
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    border-top-width: 1px;
    clear: both
}

code,
kbd,
pre,
samp {
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

embed,
iframe,
img,
object {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
    cursor: default
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

select::-ms-expand {
    display: none
}

fieldset {
    min-width: 0
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

summary {
    display: list-item
}

[contenteditable] {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    vertical-align: top
}

th {
    font-weight: 700
}

[hidden],
template {
    display: none
}


/*フォント
-------------------------------------*/
@font-face {
    font-family: 'zen-black';
    src: url(font/ZenKakuGothicNew-Black.ttf);
}

/*全体スタイル
-------------------------------------*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%;
    /*pxだと10px;*/
}

@media screen and (min-width: 998px) and (max-width: 999px) {
    html {
        font-size: 50%;
    }
}

@media screen and (min-width:999px) and (max-width:391px) {

    html {
        font-size: 65%;
    }
}

@media screen and (max-width:390px) {

    html {
        font-size: 62.5%;
    }
}


body {
    width: 100%;
    height: auto;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: #330000;
    position: relative;
    margin: 0;
    padding: 0;
    font-feature-settings: "palt";
    text-align: justify;
    background-color: #fff;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Verdana","メイリオ", "Meiryo";
    font-weight: 300;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    display: block;
    color: #330000;
    text-decoration-line: none;
    transition: all 0.3s 0s ease;
}

a:hover{
    opacity: 0.6;
}

.underline {
    border-bottom: 3px solid #330000;
    padding-bottom: 1rem;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.se-only{
    display: none;
}

.sp-block {
    display: inline-block;
}

:root {
    --border-top-left-radius: 50px;
    --border-top-right-radius: 50px;
}

@media screen and (max-width: 999px) {
    body{
        font-size: 1.4rem;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .se-only{
        display: none;
    }

    .sp-block {
        display: block;
        width: 100%;
    }

    :root {
        --border-top-left-radius: 25px;
        --border-top-right-radius: 25px;
    }
}

@media screen and (max-width: 390px){
    .se-only{
        display: block;
    }
}

/*共通
-------------------------------------*/
.container{
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

.blue-back{
    background-color: #EDF7FD;
}
.mtb{
    margin-top:50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 999px){
    .container{
        max-width: 445px;
    }
    .mtb{
    margin-top:25px;
    margin-bottom: 50px;
}
}

/*クッキー同意ポップアップ*/
.cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 3rem 8%;
    box-sizing: border-box;
    visibility: hidden;
}
.cookie-consent.is-show {
    visibility: visible;
}
.cookie-consent .cookie-text{
    width: 88%;
}
.cookie-consent a {
    color: #fff !important;
    display: inline;
    text-decoration: underline;
}
.cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
}
.cookie-agree:hover {
    cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
    display: none;
}
/* ゆっくり消える */
.cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
}
@keyframes hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 600px) {
    .cookie-consent {
        flex-direction: column;
    }

    .cookie-text {
        margin-bottom: 1em;
    }
}


/*ヘッダー
-------------------------------------*/
#header {
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-bottom: #CCCCCC 1px solid;
}

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

.header-inner h1{
    width: 164px;
}

.header__navList{
    display: flex;
    align-items: center;
}

.header__navList li{
    margin-left: 4.5rem;
    font-size: 15px;
    color: #330000;
}

.contact_link{
    border: #330000 1.4px solid;
    padding: 0 5px;
}

/* ヘッダー検索フォーム */
.search_link img{
    width: 23px;
}
.search_navItem{
    position: relative;
}
#searchArea{
    display: none;
}
#searchArea.open {
    display: block;
}
.search-area{
    position: absolute;
    content: '';
    bottom:-90px;
    left:-100px;
    width: 330px;
    height:70px;
    background: #CCCCCC;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 13px;
}

.search-area .searchform {
    line-height: 1;
    position: relative;
}

.search-area .searchform::after {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 47px;
    height: 25.78px;
    background: #fff;
    background-image: url(img/index/search-icon2.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-right: 0.23px solid #330000;
}

.search-area .searchform input {
    box-sizing: border-box;
    width: 25rem;
    padding: .75em .75em .75em 59px;
    background-color: #fff;
    border-radius: 3px;
    font-weight: normal;
}

.search-area .searchform input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}

.search-area .searchform button {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 54px;
    height: 40px;
    background: #3399CC;
    text-align: center;
    color: #fff;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    border: none;
}

.search-area .searchform button:hover {
    opacity: 0.65;
}
#searchAreaSp {
    display: none;
}
::placeholder{
    opacity: 0.5;
}

@media screen and (max-width: 999px) {
#searchArea {
        display: none;
    }
#searchAreaSp {
    display: none;
}
#searchAreaSp.open{
    display: block;
}
.search-area-sp {
    position: absolute;
    content: '';
    bottom: -80px;
    left: 0;
    width: 260px;
    height: 70px;
    background: #CCCCCC;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 13px;
    z-index: 100;
}

.search-area-sp .searchform {
    line-height: 1;
    position: relative;
}

.search-area-sp .searchform::after {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 38px;
    height: 25.78px;
    background: #fff;
    background-image: url(img/index/search-icon2.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-right: 0.23px solid #330000;
}

.search-area-sp .searchform input {
    box-sizing: border-box;
    width: 18rem;
    padding: .75em .75em .75em 50px;
    background-color: #fff;
    border-radius: 3px;
    font-weight: normal;
}

.search-area-sp .searchform input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}
.search-area-sp .searchform button {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 54px;
    height: 40px;
    background: #3399CC;
    text-align: center;
    color: #fff;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    border: none;
}
.search-area-sp .searchform button:hover {
    opacity: 0.65;
}
}
/* 検索結果ページ */
.search{
    font-size: 1.4rem;
}
.searchTtl{
    font-size: 1.5rem;
    padding-bottom: 3rem;
}
.products-set{
    display: flex;
    margin-bottom: 3rem;
}
.p-thumb{
    width: 80px;
    margin-right: 15px;
}
.detail {
    width: calc(100% - 95px);
}
.detail a{
    font-size: 1.3rem;
    text-decoration: underline;
}

.header-inner nav ul li.search_navItem{
    margin-left: 3rem;
}

.header-inner nav ul li.english_navItem{
    margin-left: 5rem;
}

.english_link{
    font-family: "Verdana", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo";
}

.header__navItemLink:hover{
    color: #003399;
    opacity: 1;
}

.contact_link:hover{
    border: #003399 1px solid;
    opacity: 1;
}


/*メガメニュー*/
  .header__navItemLink {
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .megaMenu__link{
      position: relative;
  }

  .megaMenu__link::after {
    content: "";
    position: absolute;
    background-image: url(img/common/megamenu-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 9px;
    right: -18px;
    top: 8px;
}

  .megaMenu__link.is-active + .megaMenu__content {
    opacity: 1;
    visibility: visible;
  }
  
  .megaMenu__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background-color: #9adaf4;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  
  .megaMenu__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 76px 0 90px 0;
    display: flex;
    align-items: center;
    position: relative;
  }

  .megaMenu__inner h2{
      font-size: 28px;
      font-weight: bold;
  }

  .megaMenu__inner .link-area{
      display: flex;
      align-items: baseline;
  }
  
  .megaMenu__inner .submenu-area{
      margin-left: 7rem;
  }

  .megaMenu__inner .submenu-area h3{
      font-size: 16px;
      font-weight: bold;
      color: #003399;
      margin-bottom: 10px;
  }

  .megaMenu__inner .submenu-area li{
      margin-left: 0;
      margin-bottom: 8px;
  }

  .megaMenu__inner .submenu-area li a{
      font-weight: 200;
      font-size: 14px;
  }

  .megaMenu__inner .submenu-area li a:hover{
      color: #003399;
      opacity: 1;
  }
  .megaMenu__inner .submenuList ul{
    padding-left: 1.5em;
  }
  .megaMenu__inner .en{
    font-family: "new-frank", sans-serif;
    font-size: 65px;
    color: #000000;
    opacity: 0.1;
    position: absolute;
    right: 0;
    letter-spacing: 0;
  }
  
.toggle_btn {
    display: none;
}
  
@media screen and (max-width: 999px) {
    #header{
        height: 45px;
    }

    .header-inner h1 {
        width: 110px;
    }

    /*ハンバーガーメニュー
    --------------------------------*/
    nav {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: auto;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 200;
        opacity: 0;
        height: 100%;
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    }

    .toggle_btn {
        display: block;
        position: fixed;
        top: 17px;
        right: 20px;
        width: 18px;
        height: 16px;
        transition: all .5s;
        cursor: pointer;
        z-index: 500;
    }

    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 18px;
        height: 1.5px;
        background-color: #0099DA;
        border-radius: 4px;
        transition: all .5s;
    }

    .toggle_btn span:nth-child(1) {
        top: 0;
    }

    .toggle_btn span:nth-child(2) {
        top: 6px;
    }

    .toggle_btn span:nth-child(3) {
        top: 12px;
    }

    #mask {
        display: none;
        transition: all .5s;
    }

    
    /*開いたとき*/
    .open nav  {
        right: 0;
        opacity: 1;
    }

    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.5;
        z-index: 2;
        cursor: pointer;
    }

    .open .toggle_btn {
        z-index: bold;
    }

    .open .toggle_btn span {
        background-color: #0099DA;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(-315deg);
        transform: translateY(6px) rotate(-315deg);
    }

    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-6px) rotate(315deg);
        transform: translateY(-6px) rotate(315deg);
    }

    @keyframes fadein {
        0% {
            opacity: 0;
            transform: translateX(100px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .header__navList {
        display: none;
    }

    .sp-nav-inner{
        padding: 8rem 3rem 3rem 3rem;
        font-size: 1.5rem;
    }

    .sp-nav-inner h2{
        font-weight: bold;
        padding-bottom: 0.5rem;
        margin-top: 3rem;
        border-bottom: #CCCCCC 1px solid;
    }

    .sp-nav-inner h2:first-child{
        margin-top: 0;
    }

    .sp-nav-inner h3{
        color: #003399;
        font-weight: bold;
        position: relative;
        margin-top: 1.5rem;
    }

    .sp-nav-inner h3::after{
        content: "";
        position: absolute;
        top: 30%;
        right: 0;
        background-image: url(img/common/sp-nav-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 13px;
        height: 9px;
    }

    h3.show::after{
        transform:rotate(180deg); 
        transition: 0.5s;
    }

    .accordion__title {
        cursor: pointer;
        position: relative;
    }

    .accordion__content {
        display: none;
    }

    .accordion__content li{
        margin-top: 1.5rem;
    }

    .accordion__content li a:hover{
        color: #003399;
        opacity: 1;
    }
    .accordion__content ul{
        padding-left: 1.5em;
    }
    .sp-nav-bottom{
        margin-top: 3rem;
        font-weight: bold;
    }

    .contact_link {
        padding: 3px 25px;
        margin-bottom: 2.5rem;
    }

    .header-inner nav ul li.search_navItem {
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
    
    .header-inner nav ul li.english_navItem {
        margin-left: 0;
    }    
}


/*ページタイトル
-----------------------------*/
#page-title-area{
    background-color: #EDF7FD;
    margin-top: 95px;
    padding-top: 6rem;
    position: relative;
}

.page-title{
    background-color: #fff;
    height: 15rem;
    margin-left: calc(50% - 50vw);
    border-radius: 0 10px 10px 0;
}

.page-title h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
}

.page-title h2 .ja{
    font-size: 2.8rem;
    color: #003399;
    font-weight: bold;
}

.page-title h2 .en{
    font-family: "new-frank", sans-serif;
    font-size: 6.5rem;
    color: #000;
    opacity: 0.1;
    letter-spacing: 0;
    padding-right: 4.5rem;
}

/*ぱんくずリスト*/
.breadcrumb{
    padding: 2.8rem 0;
    align-items: center;
}

.breadcrumb ul{
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb ul li{
    margin-right: 1.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
}

.breadcrumb ul li img{
    vertical-align: middle;
}

.breadcrumb ul li a{
    text-decoration-line: underline;
    font-weight: 300;
}

.breadcrumb ul li a:hover{
    color: #003399;
}


@media screen and (max-width: 999px){
    #page-title-area {
        margin-top: 45px;
        padding-top: 2.5rem;
    }

    .page-title {
        height: 6rem;
        border-radius: 0 5px 5px 0;
    }

    .page-title h2{
        top: 4rem;
    }
    
    .page-title h2 .ja{
        font-size: 1.6rem;
    }
    
    .page-title h2 .en{
        font-size: 1.8rem;
        padding-right: 1rem;
    }

    .breadcrumb{
        padding: 1.5rem 0;
    }    
}

@media screen and (max-width: 350px) {
    .page-title h2 .en {
        font-size: 1.6rem;
    }
}


/*フッター
-------------------------------------*/
#footer{
    border-top: solid #003399 5.5px;
}

.footer-top{
    padding: 5rem 0;
    display: flex;
    justify-content: space-between;
}

.category-cont{
    margin-right: 10rem;
    display: flex;
    flex-direction: column;
}

.category-cont:last-child{
    margin-right: 0;
}

.category-cont .top{
    margin-bottom: 1rem;
    flex-grow: 1;
}

.category-cont h2{
    font-size: 1.6rem;
    color: #003399;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.category-cont .link-area{
    display: flex;
    justify-content: baseline;
}

.category-cont .link-area .link-left{
    margin-right: 4rem;
}
.category-cont .link-area ul li{
    margin-bottom: 1rem;
}
.category-cont .link-area ul li.head{
    position: relative;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 1.3rem;
}
.category-cont .link-area ul li.head::after{
    content: "-";
    position: absolute;
    top: 0;
    left: -15px;
}
.category-cont .link-area ul li.head2{
    margin-bottom: 0;
}
.category-cont .link-area ul li a{
    text-decoration-line: underline;
    position: relative;
    margin-left: 15px;
    font-size: 1.3rem;
}

.category-cont .link-area ul li a::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -15px;
}

.category-cont .link-area ul li a:hover{
    color: #003399;
}

.category-cont-right li{
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.category-cont-right li.box {
    border: #707070 1px solid;
    align-items: center;
    width: 24rem;
    height: 4rem;
    line-height: 4rem;
    padding-left: 1.3rem;
}

.category-cont-right li:nth-child(3){
    margin-bottom: 5rem;
}

.category-cont-right li.box a{
    align-items: center;
}

.category-cont-right li.box a img{
    margin-right: 1rem;
    vertical-align: middle;
}

.category-cont-right li a:hover{
    color: #003399;
    opacity: 1;
}

.category-cont-right li.box a:hover{
    color: #330000;
    opacity: 0.8;
}

.footer-bottom{
    background-color: #a6a5a5;
}

.footer-bottom-inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.footer-bottom-inner .left{
    display: flex;
    align-items: center;
}

.footer-bottom-inner .left p{
    font-size: 1.2rem;
    text-align: left
}

.footer-bottom-inner .left img{
    width: 19rem;
    margin-right: 1.5rem;
}

.footer-bottom-inner .right ul{
    display: flex;
}

.footer-bottom-inner .right ul li{
    color: #fff;
    font-size: 1.2rem;
    padding: 0 2rem;
    border-right: #fff 1px solid;
}

.footer-bottom-inner .right ul li:last-child{
    padding: 0 0 0 2rem;
    border-right: none;
}

.footer-bottom-inner .right ul li a{
    color: #fff;
}

.copywrite{
    background-color: #333333;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.2rem;
}




@media screen and (max-width: 999px){
    .footer-top {
        padding: 3.5rem 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .category-cont {
        width: 50%;
        margin-right: 0;
    }

    .category-cont .link-area {
        display: block;
    }

    .category-cont h2{
        font-size: 1.5rem;
    }

    .category-cont-right{
        margin-top: 2rem;
        width: 100%;
    }

    .category-cont-right li:nth-child(3) {
        margin-bottom: 1.5rem;
    }

    .footer-bottom-inner{
        display: block;
        max-width: 445px;
    }

    .footer-bottom-inner .left img{
        width: 15rem;
    }

    .footer-bottom-inner .right ul{
        display: block;
        margin-top: 1.5rem;
    }

    .footer-bottom-inner .right ul li{
        padding: 0;
        border-right: none;
        margin-bottom: 0.5rem;
    }

    .footer-bottom-inner .right ul li:last-child{
        padding: 0;
    }

}

/*一覧　ページネーション
-----------------------------*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi .page-numbers {
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 50%;
    background-color: #CCCCCC;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 4.3rem;
    margin: 0 0.5rem;
}

.wp-pagenavi .prev.page-numbers,
.wp-pagenavi .next.page-numbers {
    background-color: transparent;
}

.wp-pagenavi .current {
    background-color: #003399;
}

@media screen and (max-width:999px) {
    .wp-pagenavi .page-numbers {
        width: 3.8rem;
        height: 3.8rem;
        font-size: 1.5rem;
        line-height: 3.8rem;
    }
}