@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap');

/* 共通
---------------------------------------------- */
*, *:before, *:after {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
}

body {
    background-color: #fff;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Roboto", 'Lato', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.8;
}

body:after {
    content: "";
    display: block;
    background: url(../images/ft_img_bg.png) no-repeat;
    width: 632px;
    height: 633px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: -1;
}

@media screen and (max-width: 414px) {
    body:after {
        background-size: contain;
        width: 316px;
        height: 316px;
        bottom: 10px;
        right: 10px;
    }
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

p,ul,ol,li,h1,h2,h3,h4,dl,dt,dd,a,form {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.textR {
    text-align: right;
}

.flex,
.flex_pcOnly,
.flex_spNone {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
}

.fl_center {
    justify-content: center;
}

.fl_space-between {
    justify-content: space-between;
}

.fl_space-around {
    justify-content: space-around;
}

.fl_wrap {
    flex-wrap: wrap;
}

.fl_column {
    flex-direction: column;
}

.f_items_center {
    align-items: center;
}

.f_items_start {
    align-items: flex-start;
}

.pc_none {
    display: none;
}

.sptab_only {
    display: none;
}

.pc_inline {
    display: inline;
}

.tab_inline {
    display: block;
}

.sp_inline {
    display: block;
}

span.block {
    display: block;
}

iframe {
    width: 100%;
    border: none;
}

sub {
    font-size: 1rem;
    vertical-align: baseline;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .opacity a,
    .opacity span {
        transition: 0.3s;
    }
    
    .opacity a:hover,
    .opacity span:hover{
        opacity: 0.7;
    }
}

@media screen and (max-width: 1024px) {
    .flex_pcOnly {
        display: block;
    }
    .sptab_only {
        display: block;
    }
    .tab_only {
        display: block;
    }
    .tab_none {
        display: none;
    }
    .tab_inline {
        display: inline;
    }
}

/* スマホでタップした時だけ電話発信を有効にする */
@media screen and (min-width: 768px) {
    a[href^="tel:"]{
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .flex_spNone {
        display: block;
    }
    .pc_none {
        display: block;
    }
    .pc_inline {
        display: block;
    }
    .tab_only {
        display: none;
    }
    .sp_none {
        display: none;
    }
    .sp_inline {
        display: inline;
    }
}

@media screen and (max-width: 414px) {
    .sp_none2 {
        display: none;
    }
}


/*  ヘッダー
---------------------------------------------- */
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 11rem;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .gtranslate_wrapper {
    position: absolute;
    top: 8px;
    right: 40px;
    
}

@media screen and (max-width: 1200px) {
    header .gtranslate_wrapper {
        top: 36px;
        right: 110px;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 8rem;
        padding: 0 2rem;
    }
    
    header .logo {
        width: 55%;
    }
    
    header .gtranslate_wrapper {
        top: 26px;
        right: 66px;
    }
    
    header .gt_selector {
        width: 85px;
    }
}

/* 印刷css */
@media print {
}


/*  メニュー
---------------------------------------------- */
nav {
    margin: 2.5rem 0 0;
}

nav li a {
    display: block;
    font-size: 1.6rem;
/*    margin-right: 3em;*/
    margin: 0 1.5em;
    transition: color 0.3s;
    white-space: nowrap;
}

@media screen and (max-width: 1680px) {
    nav li a {
        font-size: clamp(1rem, 1.15vw, 1.6rem);
        margin: 0 1em;
    }
}

nav li:not(.parent-menu) a {
    position: relative;
}

/*
@media screen and (min-width: 1366px) {
    nav li a {
        font-size: 1.6rem;
        margin-right: 3em;
    }
}
*/

nav li.contact a {
    width: 192px;
    color: #fff;
    background-color: #0057a6;
    margin-right: 0;
    padding: 0.6rem 0;
    text-align: center;
    border-radius: 5px;
}

nav li.contact a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mail.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 15px;
    margin-right: 1em;
    vertical-align: middle;
}

@media screen and (max-width: 1680px) {
    nav li.contact a {
        width: 162px;
    }
}

/*- 子メニュー -*/
nav li.parent-menu a {
    margin: 0;
    padding: 0 1.5em;
    height: 8.4rem;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}

@media screen and (max-width: 1680px) {
    nav li.parent-menu a {
        padding: 0 1em;
    }
}

nav .child-menu {
    width: 93%;
    max-width: 1616px;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f6f6f6;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

nav .child-menu-title {
    width: 350px;
    color: #42a9df;
    background-color: #e3f2fb;
    font-size: 3.5rem;
    font-weight: 500;
    padding: 5rem 6rem;
    line-height: 1.4;
    flex-shrink: 0;
}

nav li.parent-menu.m-business .child-menu-title {
    font-size: 3rem;
    padding: 5rem 2rem 5rem 3rem;
}

nav .child-menu-title span {
    display: block;
    color: #000;
    font-size: 1.7rem;
    margin-top: 0.8rem;
}

nav .child-menu-item {
    width: 100%;
    padding: 5rem 7rem;
    gap: 2rem 2.65%;
}

nav .child-menu-item li {
    width: 23%;
}

nav .child-menu-item li a {
    background-color: #fff;
    font-size: clamp(1.4rem, 1.15vw, 1.8rem);
    margin: 0;
    padding: 3rem 3.8rem 3rem 3.5rem;
    border-radius: 10px;
    line-height: 1.6;
    position: relative;
    white-space: normal;
    transition: color 0.3s, background-color 0.3s;
}

nav .child-menu-item li a:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transition: border-color 0.3s;
}

/*
@media screen and (max-width: 1200px) {
    nav .child-menu-item {
        flex-wrap: wrap;
    }
    
    nav .child-menu-item li {
        width: 48%;
    }
    
    nav .child-menu-item li:nth-child(n+4) {
        margin-top: 2.5rem;
    }
}
*/

/*- メニューバー -*/
.navbar-area {
    display: none;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 1199px) {
    nav ul:not(.child-menu-item) > li:not(.contact):hover > a {
        color: #0057a6;
    }
    
    nav li a:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #0057a6;
        position: absolute;
        bottom: -7px;
        left: 0;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
    }
    
    nav li:hover > a:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    
    nav li.contact a:after,
    nav li.parent-menu a:after {
        display: none;
    }
    
    nav li.parent-menu:hover > span > a {
        background-color: #f6f6f6;
    }
    
    nav li.parent-menu:hover .child-menu {
        opacity: 1;
        visibility: visible;
    }
    
    nav .child-menu-item li:hover a {
        color: #fff;
        background-color: #bbb;
    }
    
    nav .child-menu-item li:hover a:before {
        border-color: #fff;
    }
    
    nav li.parent-menu.m-products .child-menu-item li a {
        font-size: clamp(1.4rem, 1.15vw, 1.5rem);
        padding: 3rem 2.8rem 3rem 2rem;
    }

    nav li.parent-menu.m-products .child-menu-item li a:before {
        right: 15px;
    }
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    nav li a,
    nav li.parent-menu span {
        transition: opacity 0.3s;
    }
    
    nav li a:hover,
    nav li.parent-menu span:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        color: #000;
/*        background-color: rgba(0,87,166,0.95);*/
        background-color: #0057a6;
        margin: 0;
        padding: 10rem 4rem;
        overflow: auto;
    }
    
    nav > ul.flex_pcOnly {
        display: block;
    }
    
    nav li {
        margin-bottom: 2em;
    }
    
    nav li a {
        color: #fff;
        font-size: 2rem;
        margin: 0;
        padding: 0;
        border-right: none;
        position: relative;
    }
    
    nav li a:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 5px;
        margin: auto;
    }
    
    nav li.contact a {
        width: auto;
        background-color: transparent;
        margin: 0;
        padding: 0;
        text-align: left;
        border-radius: 0;
    }

    nav li.contact a:before {
        display: none;
    }
    
    /*- 子メニュー -*/
    nav li.parent-menu a {
        margin: 0 !important;
        padding: 0;
        height: auto;
        display: block;
    }
    
    nav li.parent-menu > span > a:after {
        content: "+";
        font-size: 2rem;
        width: auto;
        height: auto;
        border: none;
        -webkit-transform: none;
        transform: none;
    }
    
    nav li.parent-menu.active > span > a:after {
        content: "-";
    }

    nav .child-menu {
        display: none;
        width: auto;
        max-width: none;
        position: static;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
    }
    
    nav .child-menu-title {
        display: none;
    }
    
    nav .child-menu-item {
        padding: 0;
        margin-top: 2em;
        flex-wrap: wrap;
        gap: 0;
    }

    nav .child-menu-item li {
        width: 90%;
        margin-left: 2em;
    }

    nav .child-menu-item li a {
        background-color: transparent;
        font-size: 1.8rem;
        padding: 0;
        border-radius: 0;
    }
    
    nav .child-menu-item li a:before {
        background-color: #fff;
        width: 7px;
        height: 2px;
        border: none;
        -webkit-transform: none;
        transform: none;
        position: absolute;
        top: 15px;
        bottom: auto;
        left: -15px;
        margin: 0;
    }
    
    nav .child-menu-item li.sptab_only {
        display: block;
    }
    
    /*- タブレット・スマホリンク無効 -*/
    nav a.sptab-nolink {
        pointer-events: none;
    }
    
    /*- メニューバー -*/
    .navbar-area {
        display: block;
        width: 40px;
        height: 30px;
        position: absolute;
        top: 35px;
        right: 40px;
    /*
        display: flex;
        justify-content: center;
        align-items: center;
    */
    }

    .navbar {
        height: 100%;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }

    .navbar span {
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        left: 0;
        background-color: #0057a6;
        transition: 0.3s;
        text-align: center;
    }
    
    header.top .navbar span {
        background-color: #fff;
    }
    
    .navbar span:nth-child(1) {
        top: 0;
    }
    .navbar span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .navbar span:nth-child(3) {
        bottom: 0;
    }
    .navbar.active span {
        background-color: #fff;
    }
    .navbar.active span:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }
    .navbar.active span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .navbar.active span:nth-child(3) {
        top: 8px;
        transform: rotate(-45deg);
    }
}

@media screen and (max-width: 767px) {
    nav {
        padding: 8rem 2rem;
    }
    
    nav li a {
        font-size: 1.8rem;
    }
    
    /*- 子メニュー -*/
    nav .child-menu-item li {
        width: 80%;
    }
    
    nav .child-menu-item li a {
        font-size: 1.6rem;
    }
    
    /*- メニューバー -*/
    .navbar-area {
        width: 30px;
        height: 22px;
        top: 30px;
        right: 20px;
    }
}


/*  メインコンテンツ（共通）
---------------------------------------------- */
.main-content {
    margin-top: 11rem;
}

main table {
    width: 100%;
    text-align: left;
    margin: 2rem 0;
}

main table th {
    background-color: #eee;
    font-weight: normal;
    text-align: left;
    padding: 25px 30px;
    border-bottom: 1px solid #ddd;
    width: 30%;
    vertical-align: top;
}

main table td {
    background-color: #fff;
    padding: 25px 30px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

/* テーブルのthが横向き */
main table.sideways th {
    width: auto;
}

main table.sideways th,
main table.sideways td {
    border: 1px solid #ddd;
}

/* テーブルをスクロールする場合 */
main .tb-swipe {
    display: none;
}

.center {
    text-align: center;
}

.tx-right {
    text-align: right;
}

.mt1em {
    margin-top: 1em;
}

.mb1em {
    margin-bottom: 1em;
}

.notmt {
    margin-top: 0 !important;
}

.notmb {
    margin-bottom: 0 !important;
}

.f-bold {
    font-weight: bold;
}

.f-medium {
    font-weight: 500;
}

.f-red {
    color: #ED1C24;
}

.width_pc50_sp100 {
    width: 50%;
}

a.pdf:after {
    content: "";
    display: inline-block;
    background: url(../images/icon_pdf.png) no-repeat;
    background-size: contain;
    width: 21px;
    height: 25px;
    margin: 0 1rem 0.3rem 1rem;
    vertical-align: middle;
}

a.excel:after {
    content: "";
    display: inline-block;
    background: url(../images/icon_excel.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin: 0 0.5rem;
}

a.word:after {
    content: "";
    display: inline-block;
    background: url(../images/icon_word.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin: 0 0.5rem;
}

/* ボタン */
.btn a {
    display: inline-block;
    color: #fff;
    background-color: #0057a6;
    padding: 0.3rem 3rem 0.1rem 2rem;
    border-radius: 5px;
    position: relative;
}

.btn a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}


@media screen and (max-width: 767px) {
    .main-content {
        margin-top: 8rem;
    }
    
    .main-content div.flex {
        flex-wrap: wrap;
    }
    
    main table {
        border-bottom: 1px solid #ddd;
    }
    
    main table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 17px 25px;
    }
    
    main table td {
        display: block;
        border-bottom: none;
        padding: 20px 25px;
        line-height: 1.8;
    }
    
    /* テーブルのthが横向き */
    main table.sideways th,
    main table.sideways td {
        display: table-cell;
        border-bottom: 1px solid #ddd;
    }
    
    /* テーブルをスクロールする場合 */
    main table.sideways {
        margin: 0 0 2rem;
    }
    
    main .tb-swipe {
        display: block;
    }
    
    main .tb-swipe:before {
        content: "";
        display: inline-block;
        background: url(../images/tb-swipe.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 28px;
        margin-right: 5px;
        vertical-align: -6px;
    }
    
    main .tb-swipeArea {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    
    main .tb-swipeArea table {
        width: 1000px;
        -webkit-text-size-adjust: 100%;
    }
    
    .width_pc50_sp100 {
        width: 100%;
    }
    
    /* ボタン */
    .btn a {
        padding: 1rem 4rem 0.8rem 3rem;
    }
}


/* WPの機能で付与したクラスに対する記述
---------------------------------- */
.alignleft {
    float: left;
    margin: 0 3rem 1.6rem 0;
}

.alignright {
    float: right;
    margin: 0 0 1.6rem 3rem;
}

p:has(.aligncenter) {
    text-align: center;
}

.wp-caption {
    margin: 2rem auto;
}

.wp-caption p {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .alignleft, .alignright {
        display: block;
        float: none;
        margin: 0 auto 1.6rem;
    }
    
    .wp-caption {
        text-align: center;
        width: 100% !important;
    }
    
    .wp-caption p {
        text-align: left;
    }
}


/*  ページネーション
---------------------------------------------- */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
    position: relative;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px 12px;
    border: 1px solid #0057a6;
    color: #0057a6;
    background-color: #fff;
    text-decoration: none !important;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
/*    width: 32px;*/
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff !important;
    border-color: #0057a6;
    background-color: #0057a6;
}

.pagination a:hover {
    transition: 0.3s;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
    font-size: 2.4rem;
/*    padding: 6px 12px 10px 12px;*/
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
    font-size: 2.4rem;
/*    padding: 6px 12px 10px 12px;*/
}
/* 最初へ */
.pagination a.first {
    font-size: 2.4rem;
/*    padding: 6px 12px 10px 12px;*/
}
/* 最後へ */
.pagination a.last {
    font-size: 2.4rem;
/*    padding: 6px 12px 10px 12px;*/
}

/* Page x / y */
.pagination span.page_num {
    display: none;
}

@media screen and (max-width: 767px) {
    .pagination {
        margin: 35px 0 20px;
    }
}


/*  フッター
---------------------------------------------- */
footer {
    border-top: 1px solid #b2b2b2;
    position: relative;
}

/*
footer:after {
    content: "";
    display: block;
    background: url(../images/ft_img_bg.png) no-repeat;
    width: 632px;
    height: 633px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: -1;
}
*/

.ft-top, .ft-middle-inner, .ft-bottom {
    max-width: 1690px;
    margin: 0 auto
}

.ft-top {
    padding: 10rem 4rem;
    flex-wrap: wrap;
}

.ft-top p {
    font-size: 1.8rem;
}

/*
.ft-top dt {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 0.8em;
}

.ft-top dd {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
}
*/

.ft-top .ft-btn {
    align-items: center;
    text-align: center;
/*    gap: 0 4%;*/
}

.ft-top .ft-btn a {
    width: 300px;
    display: block;
    color: #fff;
    background-color: #0057a6;
    font-size: 2rem;
    padding: 2rem 0;
    border-radius: 5px;
}

.ft-top .ft-btn a p {
    margin-top: 0.5em;
}

.ft-middle {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

.ft-middle-inner {
    padding: 9rem 4rem;
}

.ft-middle dl {
    margin-right: 2rem;
}

.ft-middle dt {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.ft-middle dt span {
    font-size: 1.4rem;
}

.ft-middle dd {
    font-size: 1.5rem;
    margin-bottom: 2em;
}

.ft-middle li a {
    display: block;
    font-weight: 500;
    margin: 0 3em 1em 0;
    position: relative;
    transition: color 0.3s;
}

.ft-middle li:last-child a,
.ft-bottom li:last-child a {
    margin-right: 0;
}

.ft-bottom {
    padding: 2.5rem 4rem 10rem;
}

.ft-bottom p {
    font-size: 1.2rem;
    font-weight: 500;
}

.ft-bottom li a {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-right: 2.5em;
}

/*  ページトップ  */
/*
.pagetop {
    position: absolute;
    top: -40px;
    right: 135px;
}

.pagetop a {
    display: block;
    color: #fff;
    background-color: #444;
    font-size: 1.2rem;
    border: 7px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3rem;
    position: relative;
}

.pagetop a:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: auto;
}
*/

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    .ft-middle li a:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #0057a6;
        position: absolute;
        bottom: -7px;
        left: 0;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
    }
    
    .ft-middle li:hover a {
        color: #0057a6;
    }
    
    .ft-middle li:hover > a:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
}

@media screen and (max-width: 1024px) {
    .ft-top {
        padding: 6rem 4rem;
    }
    
    .ft-top p {
        margin-bottom: 1em;
        text-align: center;
    }
    
    .ft-top .ft-btn a {
        margin: 0 auto;
    }
    
    .ft-middle {
        border-bottom: none;
    }

    .ft-middle-inner {
        padding: 6rem 4rem 0;
    }
    
    .ft-middle ul {
        display: none;
    }
    
    .ft-middle dd {
        margin-bottom: 0;
    }
    
    .ft-bottom {
        padding: 2.5rem 4rem 6rem;
    }
}

@media screen and (max-width: 767px) {
    .ft-top {
        padding: 4rem 2rem;
    }
    
    .ft-top dt {
        font-size: 2rem;
    }
    
    .ft-top dd {
        font-size: 1.6rem;
    }
    
    .ft-top .ft-btn a {
        font-size: 1.8rem;
        padding: 1.5rem 0 1rem;
    }
    
/*
    .ft-top .ft-btn a:first-child {
        margin-bottom: 2rem;
    }
*/
    
    .ft-middle-inner {
        padding: 3rem 2rem 0;
    }
    
    .ft-bottom {
        flex-direction: column;
        padding: 3rem 2rem 3rem;
    }
    
    .ft-bottom p {
        order: 2;
    }
    
    .ft-bottom ul {
        order: 1;
        margin: 0 0 2em;
    }
    
    .ft-bottom li a {
        font-size: 1.4rem;
    }
    
    /*  ページトップ  */
/*
    .pagetop {
        top: -25px;
    }
    
    .pagetop a {
        font-size: 0.7rem;
        width: 45px;
        height: 45px;
        padding: 0;
    }
    
    .pagetop a:before {
        top: 40%;
        width: 10px;
        height: 10px;
    }
*/
}


/*  404
---------------------------------------------- */
.not_found {
    padding: 10px 0 120px;
    text-align: center;
}


/*  cookieバナー
---------------------------------------------- */
#cookie-notice .cookie-notice-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-notice .cookie-notice-container .cn-text-container {
    margin-bottom: 0;
}

#cookie-notice .cookie-notice-container .cn-buttons-container {
    display: flex;
    flex-direction: row-reverse;
}

#cookie-notice .cookie-notice-container .cn-buttons-container #cn-refuse-cookie {
    color: #0057a6;
    background-color: #fff !important;
}

/* タブレット・スマホ無効 */
@media screen and (min-width: 960px) {
    #cookie-notice .cookie-notice-container .cn-buttons-container a {
        transition: 0.3s;
    }
    
    #cookie-notice .cookie-notice-container .cn-buttons-container a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1024px) {
    #cookie-notice .cookie-notice-container {
        flex-direction: column;
    }
    
    #cookie-notice .cookie-notice-container .cn-text-container {
        margin-bottom: 1em;
    }
}