/*
Theme Name: PCRS THEME
Author: PC RescueService
Author URI: https://pcrs.jp
Description: ZTN WEBSITE
Version: 1
*/

@import url('css/style.min.css?20251203');


.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#lapin .menuContainer .tab-list {
    cursor: pointer;
}

/* WP-PageNavi 全体 */
.wp-pagenavi {
    text-align: center;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* 各ボタン */
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #e67e22;
    /* オレンジ線 */
    color: #e67e22;
    /* オレンジ文字 */
    text-decoration: none;
    border-radius: 4px;
    min-width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
    transition: 0.2s;
}

/* ホバー時 */
.wp-pagenavi a:hover {
    background-color: #e67e22;
    color: #fff;
}

/* 現在のページ */
.wp-pagenavi .current {
    background-color: #e67e22;
    color: #fff;
    border: 1px solid #e67e22;
}

/* 矢印の表示を調整 */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    main .mainVisual img {
        height: 100vh;
    }

    .page-header img {
        height: 100px;
    }

    #company .company-list {
        flex-direction: column;
    }

    #company .company-list dt {
        width: 100%;
        padding: 10px 0;
    }

    #company .company-list dd{
        width: 100%;
        margin-bottom: 20px;
        border: none;
    }
    .ztn .section-title {
        font-size: 20px;
        background: none;
    }
}

main {
	padding-top: 0;
}
header  {
	top: 0;
}

