@charset "utf-8";
/*
 Theme Name: ポータルサイト
 Theme URI:
 Description: ポータルサイト：WordPress関連はこちら
 Version: 1.0
 Author: 株式会社ビーエスシー
 Author URI: https://bsc-ltd.com/
*/

.footer_flexarea {
    padding-bottom: 2rem;
}

.footer_flexarea > .flex-item {
    padding: 1rem;
}

dl.q_and_a {
    margin: 2em auto 4em;
}

dl.q_and_a > dt {
    background: rgb(56, 59, 56);
    border-bottom: 10px rgb(255, 205, 89) solid;
    color: #fff;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
dl.q_and_a > dt:before {
    content: "Q.";
    display: inline-block;
    margin-right: 0.5em;
}

dl.q_and_a > dd {
    padding: 0.25rem 0.5rem 0.5rem;
}
dl.q_and_a > dd:before {
    content: "A.";
    display: inline-block;
    margin-right: 0.5em;
}

dl.q_and_a > dd + dt {
    margin-top: 1.5em;
}

/* =============================================================================
▼ tag > メインデザイン
==============================================================================*/
p + p {
    margin-top: 1em;
}

html body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

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

body a:hover img,
body footer a:hover img {
    opacity: 0.7 !important;
}

html,
header nav,
#footer_credit {
    background: rgb(38, 46, 48);
}

header nav {
    border-bottom: 10px rgb(255, 205, 89) solid;
}

#container {
    background: rgb(244, 245, 246);
}

#wrapper {
    padding-bottom: 5rem;
}

#footer_sitemap {
    background: rgb(56, 59, 56);
}
/* =============================================================================
▼ tag > button
==============================================================================*/
.button {
    background: rgb(204, 43, 55);
    border: solid 2px rgb(204, 43, 55);
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2rem;
    width: 100%;
    margin: auto;
}

.area_btn_link {
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.area_btn_link a {
    color: #000 !important;
}

.area_btn_link .btn_lnk {
    padding: 2rem 0;
}

.area_btn_link .btn_lnk:after {
    z-index: 1;
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 205, 89, 0.5);
}
.area_btn_link .btn_lnk:hover:after {
    background: rgba(0, 0, 0, 0.5);
}
.area_btn_link a:hover {
    color: #fff !important;
}

.area_btn_link .btn_lnk.posi-rel {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin: 0;
}
.area_btn_link .btn_lnk.posi-rel > .btn_lnk_inbox {
    z-index: 10;
    display: block;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
}
.area_btn_link .btn_lnk.lnk_about_lease {
    background-image: url("./assets/css/images/btnlnk_about_rease.jpg");
}
.area_btn_link .btn_lnk.lnk_q_and_a {
    background-image: url("./assets/css/images/btnlnk_q_and_a.jpg");
}

#footer_sitemap .disp-flex:not(.area_btn_link) {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    margin: 1rem 0;
}

/* =============================================================================
▼ tag > link
==============================================================================*/
* a {
    color: #000;
}
* a:hover,
.area_dark_link a:hover {
    color: #f00;
}
.area_dark_link,
.area_dark_link h2,
.area_dark_link a {
    color: #fff;
}
.area_dark_link h2 {
    border-color: #fff !important;
}

/* =============================================================================
▼ tag > text > 装飾
==============================================================================*/
h1,
h2,
h3,
h4,
h5,
.bold {
    font-weight: bold;
}

h2 {
    font-size: 1.2em;
}
h2:not(.not_default_style) {
    margin: 1em 0;
    text-align: center;
    letter-spacing: 0.1em;
}
h2:not(.not_default_style):before,
h2:not(.not_default_style):after {
    margin: 0 1em;
    content: "―";
}

legend,
h3 {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    background: rgb(56, 59, 56);
    border-bottom: 5px rgb(255, 205, 89) solid;
    color: #fff;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

/* =============================================================================
▼ tag > article, section
==============================================================================*/
article {
    padding: 4rem 0;
}
article section {
    margin: 3rem 0;
}

.wp-block-group + .wp-block-group,
#wrapper article > section + section {
    margin-top: 4rem;
}
#wrapper article > section > section + section {
    margin-top: 2rem;
}
.wp-block-group__inner-container p,
#wrapper section > p {
    text-indent: 1em;
}
#wrapper section > p + p {
    padding-top: 1em;
}

/* =============================================================================
▼ tag > list
==============================================================================*/
ul.style-none {
    list-style-type: none;
}

.list-attention {
    list-style-type: none;
}
.list-attention > li:before {
    display: inline-block;
    content: "※";
    margin-right: 0.25rem;
}

/* =============================================================================
▼ tag > etc
==============================================================================*/
body {
    margin: 0;
    padding: 0;
}
.size {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    width: 100%;
}

.space-around {
    /* 均等配置（先端・終端にも余白） */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-pack: distribute;
    -moz-flex-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

/* ぱんくずリスト */
.breadcrumbs li + li {
    margin-left: 0.5em;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #000;
}
.breadcrumbs li a:hover {
    border-bottom: solid 1px #000;
}
.breadcrumbs li:first-child {
    background-image: url(./assets/css/images/icon_home.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 2em;
}

/* ページトップへ戻る */
.page-top {
    margin: 0;
    padding: 0;
    display: none;
    position: fixed;
    z-index: 5;
    right: 30px;
    bottom: 30px;
}
.move-page-top {
    display: block;
}
.move-page-top:hover {
    cursor: pointer;
}

.width_month {
    width: 4em !important;
    padding-right: 1em !important;
    text-align: right;
}
.width_year {
    width: 5em !important;
}

/* display */
.disp-table {
    display: table;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

.office_img {
    display: block;
    background-size: cover;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
}

.office_img.img_noimage {
    background-image: url(./assets/css/images/img_noimage.png);
}

/* ===================================================================
header footer wrapper nav
==================================================================== */
header nav#header_nav {
    padding: 1rem 0.5rem;
}
#mini_nav {
    margin: 0.25rem 0 !important;
}

header #mini_nav li + li,
#mypage_nav li + li {
    margin-left: 2em;
}

header #mini_nav a,
#mypage_nav a {
    position: relative;
    display: block;
    padding: 0.5rem 1rem 0.5rem 2rem;
    text-decoration: none;
}
#mypage_nav a {
    padding-right: 0;
}

header #mini_nav a:before,
#mypage_nav a:before {
    margin: auto 0;
    display: block;
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
header #mini_nav a.lnk_mypage:before {
    background-image: url("./assets/css/images/lnk_mypage.png");
}
header #mini_nav a.lnk_about_lease:before {
    background-image: url("./assets/css/images/lnk_about_lease.png");
}
header #mini_nav a.lnk_q_and_a:before {
    background-image: url("./assets/css/images/lnk_q_and_a.png");
}
header #mini_nav a.lnk_login:before {
    background-image: url("./assets/css/images/lnk_login.png");
}
#mypage_nav a.lnk_logout:before {
    background-image: url("./assets/css/images/lnk_logout.png");
}

#float_nav {
    display: none !important;
    z-index: 1000;
    padding: 0.25rem 0.5rem;
    position: absolute;
    width: 100%;
}
#float_nav.fixed {
    display: block !important;
    position: fixed;
    top: 0;
}

#wrapper {
    padding: 1rem 0;
}

/* ===================================================================
area
==================================================================== */
h2.title_area_info {
    padding: 0.5rem 0;
    border-bottom: 1px solid #000;
}
.area_info_new > dt {
    padding: 1rem 0 0.5rem 0;
}
.area_info_new > dd {
    padding: 0.5rem 0 1rem 0;
    border-bottom: 1px dashed #262e30;
}

.area_info > * {
    padding: 1rem 0 1rem 0;
    border-bottom: 1px dashed #262e30;
}
.area_info > dt {
    width: 20%;
}
.area_info > dd {
    width: 80%;
}

/* ===================================================================
project
==================================================================== */

form input:not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="button"]),
form textarea {
    width: 100%;
}
label,
input[type="checkbox"] {
    cursor: pointer;
}

/* =============================================================================
▼ @media
==============================================================================*/

@media screen and (max-width: 640px) {
    #footer_banner.disp-flex.area_btn_link > .flex-item + .flex-item {
        margin-top: 4rem;
    }

    #footer_banner.disp-flex.area_btn_link > .flex-item {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #float_nav > .disp-flex > .flex-item {
        width: 45%;
    }
}

@media screen and (min-width: 641px) {
    .disp-flex.area_btn_link > .flex-item {
        width: 48%;
    }

    #float_nav > .disp-flex > .flex-item:last-child {
        width: 20em;
    }
}

@media screen and (max-width: 799px) {
    .disp-flex.area_btn_link:not(#footer_banner) > .flex-item {
        width: 100%;
    }
    .disp-flex.area_btn_link:not(#footer_banner) > .flex-item + .flex-item {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 800px) {
    .area_info > dt {
        border: 0;
        padding-bottom: 0;
        font-weight: bold;
    }
    .area_info > * {
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .size {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #float_nav > .disp-flex > .flex-item:first-child {
        margin-left: 4rem;
    }

    .is_pc {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .size {
        width: 1000px;
    }

    #wrapper a.button {
        width: 50%;
    }

    .is_sp {
        display: none !important;
    }
}

* + h3 {
    margin-top: 4rem;
}

blockquote.wp-block-quote {
    margin: 2em 0;
    padding: 1rem;
    border: rgba(0, 0, 0, 0.5) 5px solid;
    background: rgb(255, 255, 255);
}
blockquote.wp-block-quote p {
    text-indent: 0;
}
blockquote.wp-block-quote cite {
    display: block;
    text-align: right;
}
