@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.07em;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap01 {
    width: 1340px;
    margin: auto;
}

.wrap02 {
    width: 1240px;
    margin: auto;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common_btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff !important;
    margin: 0 auto;
    transition: .3s;
}

.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    padding: 10px 0;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ お問い合わせ */

#page_contact .table_label {
    width: 74%;
    margin: 0 auto 20px;
    font-size: 18px;
}

#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 50px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select.day_box {
    width: 10%;
}

.common-contactform .sec_table+.sec_table {
    margin-top: 30px;
}

.common-contactform .sec_table .theme {
    width: 74%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid #AF0000;
}

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

#page_contact #btn_wrap button {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

#page_contact #btn_wrap button[name="submitBack"] {
    text-decoration: underline;
    background: transparent;
    color: #333;
    width: auto;
    display: inline-block;
}

#page_contact #btn_wrap button:hover {
    opacity: .8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}


/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #333;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */

#page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* お問い合わせ追加 */
#page_contact input.text_adjacent,
#page_contact select.text_adjacent {
    width: 180px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    margin: 5px;
}

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #AF0000;
    border-color: #AF0000;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #AF0000;
    border-color: #AF0000 !important;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

.singleContent_links .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent_links ul li+li {
    margin-top: 10px;
}

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

/* 共通
   ========================================================================== */
.eng {
    font-family: "din-2014", sans-serif;
    text-transform: uppercase;
}

.jp {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.common_h2_title p.eng {
    font-size: 110px;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.common_h2_title p.eng span.first_color {
    color: #AF0000;
}

.common_h2_title h2.jp {
    font-size: 20px;
    text-align: right;
}

.common_h2_title h2.jp::before,
.common_h2_title h2.jp::after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 2px;
    background: #505050;
}

.common_h2_title h2.jp::before {
    margin: 0 30px 7px 0;
}

.common_h2_title h2.jp::after {
    margin: 0 0 7px 30px;
}

.common_button {
    margin: 60px 0 0 0;
}

.common_button a {
    display: block;
    width: 280px;
    line-height: 70px;
    padding: 0 0 0 30px;
    font-size: 18px;
    color: #fff;
    background: #AF0000;
    border: 2px solid #AF0000;
    position: relative;
}

.common_button a:hover {
    transition: .3s;
    background: #fff;
    color: #AF0000;
}

.common_button a span.line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    background: #fff;
    width: 50px;
    height: 2px;
    transition: .3s;
}

.common_button a:hover span.line {
    background: #AF0000;
    right: -40px;
}

.common_button a span.line::before {
    content: "";
    display: inline-block;
    background: #333;
    width: 30px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
}

.common_button a:hover span.line::before {
    width: 40px;
}

ul.common_list {
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

ul.common_list a {
    transition: .3s;
    display: block;
    height: 100%;
    padding: 0 0 90px 0;
    position: relative;
}

ul.common_list .img_box {
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: 210px;
}

ul.common_list .img_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

ul.common_list a:hover .img_box img {
    transform: scale(1.1);
    transition: .3s;
}

ul.common_list .text_box {
    color: #333;
    margin: 15px 0 0 0;
}

ul.common_list .text_box h3 {
    font-size: 30px;
    line-height: 1.4;
}

ul.common_list a:hover .text_box h3 {
    color: #AF0000;
}

ul.common_list .text_box h3 span.number {
    font-size: 20px;
    font-family: "din-2014", sans-serif;
    color: #C3C3C3;
    display: block;
}

ul.common_list .text_box h3 span.number::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #C3C3C3;
    margin: 0 10px 5px 0;
}

ul.common_list .text_box p {
    font-weight: 400;
    line-height: 1.4;
    margin: 15px 0 0 0;
}

ul.common_list .button_box {
    display: block;
    border-bottom: 2px solid #AF0000;
    margin: auto 0 0 0;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

ul.common_list a:hover .button_box {
    border-bottom: 2px solid #D56C6C;
}

ul.common_list .button_box::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #AF0000;
    background-position: center !important;
    background-size: 20px !important;
}

ul.common_list a:hover .button_box::before {
    background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #D56C6C;
}

.common_page_main {
    background: url(/wp-content/themes/child/image/main_img.jpg)no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 100px 0;
}

.common_page_main .title_box {
    color: #fff;
}

.common_page_main .title_box h1.title {
    font-size: 58px;
}

.common_page_main .title_box p.sub_title.eng::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 2px;
    background: #fff;
    margin: 0 10px 3px 0;
}

/* ==========================================================================
   トップ
   ========================================================================== */

/* ヘッダー
   ========================================================================== */
#main_hd {
    display: grid;
    grid-template-columns: 1fr 260px;
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main_hd_content {
    padding: 20px 70px 20px calc(50vw + -670px);
}

.hd_top.hd_top {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_hd_content .hd_top .logo_box {
    width: 312px;
}

.main_hd_content .hd_top .tel_box {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_hd_content .hd_top p.tel_text {
    font-size: 40px;
    color: #AF0000;
    margin: 0 10px 0 0;
    line-height: 1;
}

.main_hd_content .hd_top p.tel_text span.small_text {
    font-size: 24px;
    margin: 0 10px 0 0;
}

.main_hd_content .hd_top p.time_text span.time {
    font-weight: 500;
}

.main_hd_content .hd_top p.time_text span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.main_hd_content .hd_top p.time_text span.jp {
    font-weight: 500;
}

.main_hd_contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.main_hd_contact a {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1.3;
    transition: .3s;
}

.main_hd_contact a.mail {
    background: url(/wp-content/themes/child/image/icon_mail.png)no-repeat #AF0000;
    background-size: 30px !important;
    background-position: center top 35px !important;
    padding: 75px 0 0 0;
}

.main_hd_contact a.mail:hover {
    background: url(/wp-content/themes/child/image/icon_mail.png)no-repeat #D56C6C;
}

.main_hd_contact a.search {
    background: url(/wp-content/themes/child/image/icon_search.png)no-repeat #CBA53E;
    background-size: 30px !important;
    background-position: center top 20px !important;
    padding: 60px 0 0 0;
}

.main_hd_contact a.search:hover {
    background: url(/wp-content/themes/child/image/icon_search.png)no-repeat #E2C578;
}

.main_hd_contact a.search span.gaibu {
    width: 14px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.main_hd_content .hd_bottom {
    margin: 10px 0 0 0;
}

.hd_bottom .hd_nav {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 50px;
    letter-spacing: 0.07em;
}

.hd_bottom .hd_nav li {
    position: relative;
}

.hd_bottom .hd_nav a {
    color: #333;
    position: relative;
}

.hd_bottom .hd_nav a:hover,
.hd_bottom .hd_nav a.active {
    transition: .3s;
    color: #AF0000;
}

.hd_bottom .hd_nav a::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 2px;
    background: #AF0000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    margin: auto;
}

.hd_bottom .hd_nav a:hover::after,
.hd_bottom .hd_nav a.active::after {
    transition: .3s;
    width: 100%;
}

.hd_bottom .hd_nav .hd_inner {
    padding: 15px 0 0;
    position: absolute;
    top: 25px;
    left: -20px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.hd_bottom .hd_nav .hd_inner .inner_wrap {
    background: #fff;
    padding: 10px 20px;
    white-space: nowrap;
}

.hd_bottom .hd_nav .hd_inner .item+.item {
    margin-top: 0.5em;
}

.hd_bottom .hd_nav .hd_inner .item a {
    text-align: left;
    font-size: 14px;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 1em;
    line-height: 1.7;
    border: none;
    transition: .3s;
}

.hd_bottom .hd_nav .hd_inner .item a::after {
    content: "";
    width: 7px;
    height: auto;
    aspect-ratio: 1 / 1;
    min-width: 0;
    background: transparent;
    border: solid currentColor;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    flex-shrink: 0;
    display: block;
    position: static;
    margin: 0;
    transition: 0s;
}

.hd_bottom .hd_nav .hd_inner .item a:hover {
    color: #AF0000;
}

/* メインビジュアル
   ========================================================================== */
#top_main {
    background: url(/wp-content/themes/child/image/main_img.jpg)no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
}

#top_main .wrap02 {
    position: relative;
}

#top_main h1 {
    font-size: 52px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 240px 0 220px;
}

#top_main p.main_scroll {
    position: absolute;
    left: -50px;
    bottom: 20px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

#top_main p.main_scroll a {
    color: #fff;
    padding: 60px 0 0 10px;
}

#top_main p.main_scroll a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 120px;
    background: url(/wp-content/themes/child/image/arrow_scroll.png)no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}

/* top - オーナー様へ
   ========================================================================== */
#top_owner {
    padding: 200px 0 0;
}

#top_owner .common_h2_title h2.jp::before {
    content: none;
}

.top_owner_content {
    display: grid;
    grid-template-columns: 650px 570px;
    gap: 75px;
    margin: 0 calc(50vw + -570px) 0 0;
}

.top_owner_content .top_owner_text {
    margin: 170px 0 0;
}

.top_owner_content .top_owner_text .text_box {
    margin: 50px 0 0 0;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.5;
}

/* top - 入居者様へ
   ========================================================================== */
#top_residents {
    margin: 200px 0 0;
}

#top_residents .common_h2_title {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}

#top_residents .common_h2_title h2.jp {
    margin: 0 0 0 40px;
}

#top_residents .common_h2_title h2.jp::after {
    content: none;
}

#top_residents .common_h2_title p.eng {
    font-size: 90px;
}

#top_residents .common_button a {
    margin: auto;
}


/* top - 仲介業者様へ
   ========================================================================== */
.top_img {
    background: url(/wp-content/themes/child/image/broker_bg.jpg);
    background-position: center;
    background-size: cover;
    margin: 170px 0 0 0;
    padding: 165px 0;
}

.top_img .logo {
    width: 360px;
}

#top_broker {
    margin: 200px 0 0 0;
}

#top_broker .wrap {
    position: relative;
}

#top_broker .broker_img_box {
    width: 345px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

#top_broker .broker_text_box {
    margin: 15px 0 0 290px;
    padding: 0 0 0 100px;
    position: relative;
    z-index: 10;
}

#top_broker .broker_text_box::before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    background: #fff;
    top: 55px;
    bottom: 55px;
    left: 0;
    z-index: -1;
}

#top_broker .common_h2_title {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}

#top_broker .common_h2_title p.eng {
    font-size: 70px;
}

#top_broker .common_h2_title h2.jp::after {
    content: none;
}

#top_broker ul.common_list {
    grid-template-columns: 1fr 1fr;
}

#top_broker .common_button a {
    margin: 0 0 0 auto;
}

#top_broker ul.common_list .img_box {
    height: 180px;
}

/* top - 鶴見開発について
   ========================================================================== */
#top_about {
    margin: 200px 0 180px 0;
}

#top_about .top_about_content {
    background: #F4F4F4;
    padding: 60px 90px 100px;
    position: relative;
}

#top_about .top_about_content::after {
    content: "TSURUMI KAIHATSU";
    color: #fff;
    font-size: 80px;
    font-style: italic;
    position: absolute;
    bottom: -40px;
    right: 0;
}

#top_about .common_h2_title {
    text-align: center;
}

#top_about .common_h2_title p.eng {
    font-size: 70px;
    line-height: 1.2;
}

#top_about .common_h2_title h2.jp::after {
    content: none;
}

#top_about .common_h2_title h2.jp {
    text-align: center;
}

ul.top_about_list * {
    transition: .3s;
}

ul.top_about_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px 0 0 0;
}

ul.top_about_list li {
    background: #fff;
}

ul.top_about_list li .img_box {
    line-height: 0;
    height: 220px;
    overflow: hidden;
}

ul.top_about_list li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.top_about_list li a:hover .img_box img {
    transform: scale(1.1);
}

ul.top_about_list li .text_box {
    padding: 0 0 0 40px;
    position: relative;
    line-height: 59px;
}

ul.top_about_list li .text_box::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #333;
    background-size: 25px !important;
    background-position: center !important;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.top_about_list li a:hover .text_box::after {
    background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #AF0000;
}

ul.top_about_list li .text_box p {
    color: #505050;
}

ul.top_about_list li .text_box p:first-letter {
    color: #AF0000;
}

ul.top_about_list li .text_box span.eng {
    font-size: 30px;
    color: #333;
    vertical-align: sub;
}

ul.top_about_list li a:hover .text_box span.eng {
    color: #AF0000;
}

ul.top_about_list li .text_box span.eng::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #505050;
    margin: 0 10px 9px 20px;
}

/* top - フッター
   ========================================================================== */
.main_contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    color: #fff;
}

.main_contact_text {
    background: url(/wp-content/themes/child/image/contact_img.jpg);
    background-position: center;
    background-size: cover;
    line-height: 1.4;
    padding: 70px 0;
}

.main_contact_text h2.eng {
    font-size: 70px;
}

.main_contact_text p.title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 0 0;
}

.main_contact_text p.text {
    font-weight: 400;
    margin: 15px 0 0 0;
}

.main_contact_content {
    display: grid;
    place-items: center;
    background: #8B0505;
}

.main_contact_content p.tel_text {
    font-size: 50px;
    line-height: 1.2;
}

.main_contact_content p.tel_text::before {
    content: "tel:";
    font-size: 30px;
    margin: 0 15px 0 0;
}

.main_contact_content p.time_text {
    font-size: 14px;
}

.main_contact_content p.time_text .time {
    font-weight: 400;
    margin: 0 10px 0 0;
}

.main_contact_content p.time_text .jp {
    font-weight: 500;
}

.main_contact_content .mail_box {
    margin: 50px 0 0 0;
}

.main_contact_content .mail_box * {
    transition: .3s;
}

.main_contact_content .mail_box a {
    display: block;
    font-size: 18px;
    border: 2px solid #fff;
    width: 280px;
    line-height: 70px;
    color: #fff;
    position: relative;
    background: url(/wp-content/themes/child/image/icon_mail.png)no-repeat;
    background-position: center left 30px !important;
    background-size: 25px !important;
    margin: auto;
}

.main_contact_content .mail_box a:hover {
    background: url(/wp-content/themes/child/image/icon_mail_hv.png)no-repeat #fff;
    color: #8B0505;
}

.main_contact_content .mail_box a span.line {
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main_contact_content .mail_box a:hover span.line {
    right: -35px;
}

.main_contact_content .mail_box a span.line::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.main_contact_content .mail_box a:hover span.line::before {
    background: #8B0505;
    width: 15px;
}

.main_footer {
    margin: 120px 0 85px 0;
}

.main_footer .inner {
    display: grid;
    grid-template-columns: 400px 730px;
    gap: 120px;
}

.main_footer .logo_box {
    width: 380px;
}

.main_footer_info .address_box {
    margin: 35px 0 0 0;
    font-weight: 400;
    line-height: 1.5;
}

.main_footer_info .tel_box .tel_text {
    font-size: 40px;
    line-height: 1.4;
    color: #AF0000;
    margin: 15px 0 0 0;
}

.main_footer_info .tel_box .tel_text::before {
    content: "tel:";
    font-size: 24px;
    margin: 0 10px 0 0;
}

.main_footer_info .tel_box p.time_text {
    margin: 0 0 0 60px;
    font-weight: 400;
}

.main_footer_info .tel_box p.time_text span.time {
    margin: 0 10px 0 0;
}

.main_footer_link {
    display: grid;
    grid-template-columns: 365px 310px;
    gap: 55px;
}

.main_footer_link ul.link_list {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

.main_footer_link ul.link_list li {
    width: 50%;
}

.main_footer_link ul.link_list li:nth-child(n + 3) {
    margin: 30px 0 0 0;
}

.main_footer_link ul.link_list li a {
    color: #333;
    transition: .3s;
}

.main_footer_link ul.link_list li a:hover {
    color: #AF0000;
}

.main_footer_link ul.link_list li a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #C3C3C3;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.main_footer_link ul.link_list.sub {
    font-size: 14px;
}

.main_footer_link .link_list .common_button {
    margin: 0 5vw 0 0;
    text-align: left;
}

.main_footer_link .common_button a:hover {
    color: #fff;
}

.main_footer_link .common_button a span.line {
    background: #fff;
}

.main_footer_link .common_button.contact a {
    background: url(/wp-content/themes/child/image/icon_mail.png)no-repeat #AF0000;
    background-position: center left 30px !important;
    background-size: 25px !important;
    padding: 0 0 0 85px;
}

.main_footer_link .common_button.contact a:hover {
    background: url(/wp-content/themes/child/image/icon_mail.png)no-repeat #D56C6C;
    border-color: #D56C6C;
}

.main_footer_link .common_button.search a {
    border-color: #CBA53E;
    background: url(/wp-content/themes/child/image/icon_search.png)no-repeat #CBA53E;
    background-position: center left 30px !important;
    background-size: 25px !important;
    padding: 0 0 0 85px;
    line-height: 1.4;
}

.main_footer_link .common_button.search a:hover {
    background: url(/wp-content/themes/child/image/icon_search.png)no-repeat #E2C578;
    border-color: #E2C578;
}

.main_footer_link .common_button.search a span.gaibu {
    display: inline-block;
    width: 15px;
    margin: 0 0 0 10px;
}

.main_footer_link .common_button.search {
    margin: 20px 0 0 0;
}

.main_footer_link .common_button.search a {
    padding: 13px 0 13px 85px;
}

.main_footer_link p.copy {
    font-size: 12px;
    text-align: right;
}

/* page - 共通
   ========================================================================== */
.common_page_explanation {
    border-left: 3px solid #AF0000;
    padding: 30px 0 10px 2rem;
    position: relative;
}

.common_page_explanation:not(:first-child) {
    margin: 80px 0 0;
}

.common_page_explanation p.bg_eng {
    font-size: 100px;
    color: #AF0000;
    opacity: .1;
    position: absolute;
    top: -40px;
    left: 2rem;
}

.common_page_explanation h2.common_page_summary_h2 {
    margin: 0 0 1rem;
}

.common_page_explanation p.text {
    font-weight: 400;
    line-height: 1.8;
}

ul.common_page_list_link {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    gap: 5px;
    margin: 1rem 0 0 0;
}

ul.common_page_list_link li a {
    background-color: #e8e8e8;
    border-radius: 15px;
    color: #838383;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    display: block;
    transition: .3s;
}

ul.common_page_list_link li a:hover {
    background-color: #838383;
    color: #e8e8e8;
}

.common_page_summary {
    background: #F4F4F4;
    padding: 60px;
    position: relative;
    line-height: 1.8;
}

.common_page_summary::before {
    content: "TSURUMI KAIHATSU";
    color: #fff;
    font-size: 80px;
    font-style: italic;
    position: absolute;
    bottom: -40px;
    right: 0;
}

h2.common_page_h2 {
    text-align: center;
    font-size: 32px;
    margin: 0 0 2rem;
}

h2.common_page_h2 span.font_emphasis {
    color: #AF0000;
}

h2.common_page_h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #AF0000;
    margin: 1rem auto;
}

.common_page_summary p {
    font-weight: 400;
}

.common_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.common_inner_02 dl:nth-child(3) {
    grid-column: 1 / 3;
}

.common_contents_box dl.common_page_item {
    background: #fff;
    padding: 30px;
}

.common_contents_box dl.common_page_item dt {
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 0 0 0.5rem;
    position: relative;
}

.common_contents_box dl.common_page_item dt::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #AF0000;
    position: absolute;
    left: 0;
    top: 9px;
}

.common_contents_box dl.common_page_item dd {
    font-weight: 400;
}

h2.common_page_summary_h2 {
    font-size: 24px;
    border-bottom: 2px solid #333;
    padding: 0 0 5px;
}

h2.common_page_summary_h2:first-letter {
    color: #AF0000;
}

h3.common_page_summary_h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}

.common_page_list_box_top p {
    text-align: center;
    margin: 0 0 3rem;
    font-weight: 400;
}

.common_page_list_box_bottom {
    margin: 3rem 0 0;
    text-align: center;
    font-weight: 400;
}

ul.common_page_check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

ul.common_page_check li p {
    font-size: 13px;
}

ul.common_page_check li h4 {
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px;
    margin: 0 0 5px;
}

ul.common_page_check li h4::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 5px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin: 0 10px 6px 0;
}

.common_page_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: -120px;
}

.common_profile:nth-child(even) .common_page_flex {
    flex-direction: row-reverse;
}

.common_profile:nth-child(odd) .common_h2_title {
    text-align: right;
}

.common_profile:nth-child(odd) .common_h2_title h2.jp::before {
    content: none;
}

.common_profile:nth-child(even) .common_h2_title h2.jp {
    text-align: left;
}

.common_profile:nth-child(even) .common_h2_title h2.jp::after {
    content: none;
}

.common_profile:nth-child(odd) .text_box {
    text-align: left;
}

.common_page_flex .text_box {
    margin: 50px 0 0 0;
    width: 410px;
}

.common_page_flex .text_box p {
    font-weight: 400;
}

.common_page_flex .img_box {
    width: 650px;
}

.common_page_flex .text_box dt {
    color: #707070;
}

.common_page_flex .text_box dt::after,
.common_page_flex .text_box dt::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #707070;
    display: inline-block;
    vertical-align: middle;
}

.common_page_flex .text_box dt::after {
    margin: 0 0 0 10px;
}

.common_page_flex .text_box dt::before {
    margin: 0 10px 0 00;
}

.common_profile:nth-child(even) .text_box dt::after {
    content: none;
}

.common_profile:nth-child(odd) .text_box dt::before {
    content: none;
}

.common_page_flex .text_box dl:not(:first-child) dt {
    margin: 25px 0 0 0;
}

.common_page_flex .text_box dd {
    margin: 10px 0 0 0;
    font-weight: 500;
}

.common_page_flex .text_box .common_button {
    text-align: left;
}

.common_page_flex .text_box .common_button a {
    margin: 0 0 0 auto;
}

.common_profile:nth-child(even) .common_page_flex .text_box .common_button a {
    margin: 0;
}

.common_profile:not(:first-child) {
    margin: 130px 0 0 0;
}

table.common_table {
    width: 100%;
}

.common_table tr:nth-child(odd) {
    background: #F4F4F4;
}

.common_table tr th,
.common_table tr td {
    padding: 20px;
}

.common_table tr td {
    font-weight: 400;
}

.common_h3_list_title {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}

.common_h3_list_title span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #C3C3C3;
    margin: 0 10px 0 0;
    vertical-align: super;
}

.common_h3_list_title span {
    font-size: 20px;
    color: #C3C3C3;
}

.common_h3_list_title h3 {
    font-size: 30px;
    margin: 0 0 0 30px;
}

.common_notice {
    margin: 45px 0 0;
    font-weight: 400;
    font-size: 14px;
}

.common_page_explanation .common_page_list_box {
    margin: 35px 0 0;
}

.common_contents_box:nth-child(even) {
    background: #F4F4F4;
    margin: 160px 0 0;
}

.common_contents_box {
    padding: 140px 0;
}

.common_contents_box:first-child {
    padding: 0;
}

.common_contents_box:nth-child(odd) dl.common_page_item {
    background: #F4F4F4;
}

ul.common_page_list_text {
    margin: 25px 0;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul.common_page_list_text li {
    padding: 5px 20px;
    background: #E8E8E8;
    color: #838383;
    border-radius: 30px;
}

ul.common_list_check {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    gap: 10px 50px;
    font-size: 14px;
    font-weight: 600;
    margin: 25px 0 0;
}

ul.common_list_check li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    border-left: 2px solid #AF0000;
    border-bottom: 2px solid #AF0000;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin: 0 10px 6px 0;
}

ul.common_list_number {
    margin: 35px 0 0;
}

ul.common_list_number li {
    background: #F4F4F4;
    padding: 12px 30px;
}

ul.common_list_number li:not(:first-child) {
    margin: 10px 0 0;
}

ul.common_list_number li span.number {
    color: #AF0000;
    font-size: 24px;
    margin: 0 15px 0 0;
}

.common_text_box {
    text-align: center;
    font-weight: 400;
}

.common_text_box p:not(:first-child) {
    margin: 1rem 0 0;
}

ul.common_flow {
    margin: 45px 0 0 0;
}

ul.common_flow>li {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    gap: 70px;
    position: relative;
}

ul.common_flow>li:not(:first-child) {
    margin: 80px 0 0;
    padding: 80px 0 0;
}

ul.common_flow>li:not(:first-child)::before,
ul.common_flow>li:not(:first-child)::after {
    content: "";
    display: inline-block;
    position: absolute;
}

ul.common_flow>li:not(:first-child)::before {
    width: 990px;
    height: 1px;
    background: #D9D9D9;
    top: 0;
    right: 0;
}

ul.common_flow li:not(:first-child)::after {
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #AF0000;
    background-position: center;
    background-size: 25px;
    top: -25px;
    left: 5px;
    transform: rotate(90deg);
}

ul.common_flow .flow_number {
    font-size: 72px;
}

ul.common_flow .flow_list {
    width: 990px;
    display: grid;
    grid-template-columns: 110px 820px;
    gap: 55px;
}

ul.common_list_check_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    margin: 10px 0;
}

ul.common_list_check_content li h4 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 30px;
    position: relative;
}

ul.common_list_check_content li h4::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    border-left: 2px solid #AF0000;
    border-bottom: 2px solid #AF0000;
    transform: rotate(-45deg);
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: 8px;
}

ul.common_list_check_content li p {
    font-size: 13px;
    margin: 5px 0 0;
}

.common_h3_title h3 {
    font-size: 24px;
    border-bottom: 2px solid #D9D9D9;
}

.common_h3_title h3:first-letter {
    color: #AF0000;
}

ul.common_flow ul.common_page_list_text {
    justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
}

h3.common_page_line_h3 {
    margin: 35px 0 25px;
    font-size: 24px;
}

h3.common_page_line_h3::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #D9D9D9;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

h3.common_page_line_h3 span.first_color {
    color: #AF0000;
}

/* page - オーナー様へ
   ========================================================================== */
.owner_contents {
    margin: 100px 0 0 0;
    padding: 80px 0;
    background: #F4F4F4;
}

.owner_bottom {
    margin: 80px 0 0;
}

/* page - 入居者様へ
   ========================================================================== */
.common_page_wrap #top_residents {
    margin: 0;
}

/* page - 店舗紹介
   ========================================================================== */
.common_profile .common_h2_title {
    position: relative;
    z-index: 10;
}

.page_shop_content .common_page_flex .text_box {
    margin: 160px 0 0 0;
}

.page_shop_map {
    padding: 20px;
    background: #F4F4F4;
}

.page_shop_map iframe {
    width: 100%;
    height: 350px;
}

/* page - 管理実績
   ========================================================================== */
ul.slider_control {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    border: 5px solid #707070;
}

ul.slider_control li {
    width: calc(100% / 7);
}

ul.slider_control li a {
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
}

ul.slider_control li a.active::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 10;
}

ul.slider_control li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page_works_item {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 80px;
}

.page_works_slider .bx-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}

ul.page_works_slider_img li {
    height: 420px;
}

ul.page_works_slider_img li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_works_info table {
    width: 100%;
}

.page_works_info .common_button {
    margin: 35px 0 0 0;
}

.page_works_button a {
    margin: auto;
    border-color: #CBA53E;
    background: #CBA53E;
}

.page_works_button a:hover {
    color: #CBA53E;
}

.page_works_button a:hover span.line {
    background: #CBA53E;
}

/* page - 仲介業者様
   ========================================================================== */
.page_broker_list .common_page_flex .text_box {
    margin: 160px 0 0 0;
}

.page_broker_list .btn_wrap {
    justify-content: center;
}

.page_broker_list .common_button {
    width: 40%;
}

.page_broker_list .common_button+.common_button {
    margin-left: 50px;
}

.page_broker_list .common_button a {
    width: 100%;
    text-align: center;
}

.page_broker_list .common_h2_title h2.jp::before {
    content: none;
}

ul.page_broker_list {
    margin: 45px 0 0 0;
}

ul.page_broker_list li {
    background: #F4F4F4;
    padding: 13px 30px 13px 50px;
    text-align: initial;
    position: relative;
}

ul.page_broker_list li:not(:first-child) {
    margin: 10px 0 0 0;
}

ul.page_broker_list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #AF0000;
    margin: 0 15px 0 0;
    position: absolute;
    left: 26px;
    top: 21px;
}

.page_broker_list .common_button {
    margin: 0;
}

.page_broker_list .common_button a {
    margin: auto;
}

.page_broker_identity .common_h2_title {
    text-align: center;
}

.page_broker_identity .common_h2_title p.eng {
    font-size: 70px;
}

.page_broker_identity .common_h2_title h2.jp {
    text-align: center;
}

.page_broker_identity .common_h2_title h2.jp::after {
    content: none;
}

.page_broker_identity {
    margin: 150px 0 0 0;
}

.page_broker_identity_inner {
    background: #F4F4F4;
    padding: 60px 60px 110px;
    text-align: center;
    position: relative;
}

.page_broker_identity_inner::before {
    content: "TSURUMI KAIHATSU";
    display: block;
    color: #fff;
    font-style: italic;
    font-size: 80px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.page_broker_identity_inner .text_box {
    font-weight: 400;
    margin: 45px 0 0 0;
    line-height: 2;
}

.page_broker_documents {
    margin: 160px 0 0 0;
}

ul.page_broker_documents_content>li:not(:first-child) {
    margin: 55px 0 0 0;
}

.page_broker_documents .common_h2_title {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}

.page_broker_documents .common_h2_title h2.jp::after {
    content: none;
}

.page_broker_documents .common_h2_title h2.jp {
    margin: 0 0 0 40px;
}

ul.page_broker_documents_content {
    margin: 45px 0 0 0;
}

ul.page_broker_documents_list {
    margin: 25px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

ul.page_broker_documents_list li a {
    display: block;
    background: url(/wp-content/themes/child/image/icon_pdf.png)no-repeat #FAFAFA;
    background-position: center left 25px !important;
    background-size: 25px !important;
    padding: 18px 80px 13px 70px;
    color: #333;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

ul.page_broker_documents_list li a[href $='.pdf']::before {
    content: none;
}

ul.page_broker_documents_list li a:hover {
    color: #AF0000;
}

ul.page_broker_documents_list li a * {
    transition: .3s;
}

ul.page_broker_documents_list li a span.arrow {
    background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #333;
    background-size: 25px !important;
    background-position: center !important;
    width: 60px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

ul.page_broker_documents_list li a:hover span.arrow {
    background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #AF0000;
}

.page_broker_info {
    margin: 120px 0 0 0;
}

.page_broker_info .common_table tr th,
.page_broker_info .common_table tr td {
    padding: 20px 50px;
}

.page_broker_info .common_button a {
    margin: auto;
}

.rent_contents .common_inner dl.common_page_item {
    background: #F4F4F4;
}

/* page - 入居者募集
   ========================================================================== */
ul.page_rent_link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0 0 0;
}

/* page - 資産価値の管理・向上
   ========================================================================== */
.assets_contents .common_button {
    margin: 15px 0 0 0;
}

/* page - 建築プロデュース
   ========================================================================== */
.produce_contents {
    padding: 160px 0;
    background: #f4f4f4;
    margin: 160px 0 0;
}

/* page - 管理システムのご案内
   ========================================================================== */
.page_system_content dl.common_page_item {
    margin: 35px 0 0;
}

/* page - 売買仲介
   ========================================================================== */
.page_brokerage_content {
    margin: 160px 0 0;
}

.page_brokerage_content .common_profile:not(:first-child) {
    margin: 0;
}

/* page - リノベーション
   ========================================================================== */
.page_renovation_identity {
    margin: 150px 0 0;
}

.page_renovation_identity .common_h2_title h2.jp::after {
    content: none;
}

.page_renovation_identity .common_h2_title h2.jp {
    text-align: center;
}

/* page - 引っ越しチェック項目
   ========================================================================== */
.flow_content .common_h2_title {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}

.flow_content .common_h2_title h2.jp {
    margin: 0 0 0 30px;
}

.flow_content .common_h2_title h2.jp::after {
    content: none;
}

ul.common_flow .flow_list .flow_title_h3 {
    text-align: center;
}

ul.common_flow .flow_list .flow_title_h3 .jp {
    font-size: 24px;
}

ul.common_flow .flow_list .flow_title_h3 p.eng {
    font-size: 14px;
}

ul.common_flow .flow_list .flow_title_h3 p.eng:first-letter {
    color: #AF0000;
}

/* page - 土地活用
   ========================================================================== */
.land_content .common_h2_title {
    margin: 0 0 55px;
}

.land_content .common_h3_title {
    margin: 0 0 80px;
}

.land_content .flow_title_h3 {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    gap: 20px;
    margin: 0 0 10px;
    align-items: center;
}

.flow_title_h3 h3 {
    font-size: 24px;
}

.flow_title_h3 p.eng:first-letter {
    color: #AF0000;
}

ul.common_flow .flow_item .text_box {
    font-weight: 400;
}

ul.page_land_flow li {
    align-items: center;
}

ul.page_land_flow .flow_item {
    width: 990px;
}

ul.page_land_flow .page_flow_title {
    width: 100%;
    font-size: 24px;
}

ul.page_land_flow .page_flow_title p:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #D9D9D9;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

ul.page_land_flow .page_flow_title p span.first_color {
    color: #AF0000;
}

/* page - 入居者管理
   ========================================================================== */
.page_tenant_identity {
    margin: 160px 0 0;
}

.page_tenant_identity .common_h2_title h2.jp::after {
    content: none;
}

.page_tenant_identity .common_h2_title h2.jp {
    text-align: center;
}

dl.common_page_item ul.common_page_list_text {
    justify-content: flex-start;
    font-size: 14px;
    margin: 10px 0 0;
}

.common_page_item h4.common_page_h4 {
    font-weight: 600;
    margin: 25px 0 0;
}

.common_page_item h4.common_page_h4::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #505050;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.page_tenant_content .common_h3_title {
    margin: 0 0 35px;
}

.tenant_top_explanation .img_box {
    width: 70%;
}

.archive_property_page .property_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.archive_property_page .property_list li {
    transition: .3s;
}

.archive_property_page .property_list li:hover {
    opacity: .7;
}

.archive_property_page .property_list .image {
    height: 300px;
    margin-bottom: 10px;
}

.archive_property_page .property_list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive_property_page .property_list .title {
    font-size: 16px;
    text-align: center;
}

.archive_property_page .property_list a {
    color: initial;
}

/* page - 空室情報
   ========================================================================== */
#page_kushitsu input#pwbox-628 {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 0.36rem 0.66rem;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 3px;
}

#page_kushitsu input.post-password-form__submit {
    transition: background 150ms ease-in-out;
    background: #0073aa;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.88889em;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 0.76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
    margin: 0 0 0 5px;
}

/* page - 解約通知提出後の手続き
   ========================================================================== */
#page_procedure ul.common_flow>li {
    flex-direction: column;
}

#page_procedure ul.common_flow .flow_list {
    display: block;
    width: 100%;
}

.procedure_content .guidance_content .inner_title {
    font-size: 30px;
}

.procedure_content .guidance_content {
    text-align: center;
    margin: 45px 0 0 0;
}

.procedure_content .guidance_content .inner_title::after {
    content: "";
    background: #AF0000;
    width: 170px;
    height: 2px;
    display: block;
    left: 50%;
    bottom: -13px;
    position: relative;
    transform: translate(-50%, 0);
}

.procedure_content .guidance_content .inner_title+.text {
    margin-top: 30px;
}

.procedure_content .guidance_content .text {
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 1.8;
}

#page_procedure ul.common_flow>li .flow_title {
    align-items: center;
    gap: 30px;
    display: flex;
}

#page_procedure ul.common_flow .flow_list .common_inner common_page_item.large {
    grid-column: 1/3;
}

#page_procedure ul.common_flow>li .flow_title .flow_title_h3 span.first_color {
    color: #AF0000;
}

#page_procedure ul.common_flow .flow_list .common_inner.large {
    grid-template-columns: 1fr;
}

#page_procedure ul.common_flow .flow_list .common_inner .common_page_item.large {
    grid-column: 1/3;
}

#page_procedure ul.common_flow .flow_list .common_page_item dd .inner_text p {
    font-size: 16px;
}

#page_procedure ul.common_flow .flow_list .common_page_item dd .inner_text p+p {
    margin-top: 10px;
}

#page_procedure ul.common_flow .flow_list .common_page_item dd .inner_text p.color {
    color: #CBA53E;
}

#page_procedure ul.common_flow .flow_list .common_page_item.kazai_hoken dd .inner_text p.caution {
    margin-bottom: 15px;
}

#page_procedure ul.common_flow .flow_list .common_page_item.kazai_hoken dd .inner_text p+p {
    margin-top: 0;
}

#page_procedure ul.common_flow .flow_list .common_page_item dd .tel_box {
    gap: 20px;
    line-height: 30px;
    display: flex;
}

.aiu_user h5 {
    font-size: 18px;
    font-weight: 900;
}

.a_one_user h5 {
    font-size: 18px;
    font-weight: 900;
}

.tokyo_kaijyou_user h5 {
    font-size: 18px;
    font-weight: 900;
}

#page_procedure ul.common_flow .flow_list .common_page_item dd .tel_box p {
    font-size: 19px;
}

#page_procedure ul.common_flow .flow_list .common_page_item.kazai_hoken dd .inner_text .text_box p.caution {
    margin-bottom: 0;
    line-height: 2.8;
}

.aiu_user {
    margin-bottom: 15px;
}

.a_one_user {
    margin-bottom: 15px;
}

.tokyo_kaijyou_user .tel_box {
    margin-bottom: 15px;
}

#page_procedure ul.common_flow .flow_list h4.inner_title {
    font-size: 20px;
    margin: 15px 0;
}

.higashi_osaka_content h5 {
    font-size: 18px;
    font-weight: 900;
}

.osaka_item h5 {
    font-size: 18px;
    font-weight: 900;
}

.rubbish .qr_content {
    text-align: center;
}

.qr_code img {
    width: 100%;
    height: 100%;
}

.rubbish .qr_content .qr_code {
    width: 128px;
}

.rubbish .qr_content p {
    font-size: 13px;
}

#page_procedure ul.common_flow li:not(:first-child)::after {
    display: none;
}

#page_procedure ul.common_flow>li:not(:first-child)::before {
    display: none;
}

.aiu_user .tel_box p span.color {
    font-size: 25px;
    color: #AF0000;
}

.a_one_user .tel_box p span.color {
    font-size: 25px;
    color: #AF0000;
}

.tokyo_kaijyou_user .tel_box p span.color {
    font-size: 25px;
    color: #AF0000;
}

.higashi_osaka_content .tel_box p span.color {
    font-size: 25px;
    color: #AF0000;
}

.higashi_osaka_content {
    margin-bottom: 20px;
}

.osaka_item .tel_box p span.color {
    font-size: 25px;
    color: #AF0000;
}

.osaka_item .tel_box {
    margin-bottom: 20px;
}

.osaka_item .caution {
    color: #CBA53E;
}

.osaka_content {
    gap: 50px;
    display: flex;
}

#page_procedure ul.common_flow>li:not(:first-child) {
    margin: 120px 0 0;
    padding: 0;
}

.procedure_content .contact_address {
    text-align: center;
    padding: 30px 70px;
    background-color: #F4F4F4;
}

.procedure_content .text_warning {
    text-align: center;
    margin: 50px 0;
}

.procedure_content .text_warning .text {
    color: #AF0000;
    font-size: 20px;
}

.procedure_content .contact_address .title {
    font-size: 20px;
}

.rubbish dd h4 {
    font-size: 18px;
    margin: 15px 0 5px 0;
}

.common_inner.caution .common_page_item dd p {
    line-height: 1.9;
}

.common_inner.returned .common_page_item dd p {
    line-height: 1.9;
}

.contact_address_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.procedure_content .contact_address p.eng.color {
    font-size: 23px;
    line-height: 1.1;
    margin-top: 10px;
    color: #AF0000;
}

.procedure_content .contact_address p.color .large {
    font-size: 40px;
}

.procedure_content .contact_address p.eng {
    font-size: 15px;
}

.archive_page_list.parking ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.archive_page_list.parking .img {
    height: 300px;
    background: #eee;
}

.archive_page_list.parking .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.archive_page_list.parking {
    margin-top: 50px;
}

.archive_page_list.parking .place {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-top: 8px;
}

.archive_page_list.parking .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .3s;
}

.archive_page_list.parking li a {
    color: #333333;
}

.archive_page_list.parking .text_area {
    padding: 20px 0;
}

.archive_page_list.parking .more {
    text-align: right;
    margin-top: 10px;
    position: relative;
    width: fit-content;
    margin-left: auto;
}

.archive_page_list.parking .more::before {
    content: "";
    position: absolute;
    left: -83px;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #af0101;
    margin: auto;
    transition: .3s;
}

.archive_page_list.parking a:hover .more::before {
    left: -60px;
}

.archive_page_list.parking a:hover .name {
    color: #af0101;
}

.archive_tabs_text {
    border-bottom: solid 2px #af0101;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 20px;
}

.archive_tabs li a {
    color: #333333;
    display: block;
    transition: .3s;
    font-size: 17px;
}

.archive_tabs ul {
    column-gap: 10px;
}

.archive_tabs li+li a {
    padding-left: 10px;
    position: relative;
}

.archive_tabs li+li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background: #333;
}

.archive_tabs li a:hover {
    color: #af0101;
}

.single_parking_contents {
    display: grid;
    grid-template-columns: 550px 1fr;
    gap: 45px;
}

#single_page .single_parking .singleContent {
    width: 100%;
}

.single_parking_contents .img {
    height: 500px;
    background: #eee;
}

.single_parking_contents .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single_parking_contents .name {
    border-bottom: solid 2px #af0101;
    font-size: 20px;
    margin-bottom: 40px;
}

.single_parking_contents .price {
    margin-top: 34px;
    display: flex;
    align-items: flex-end;
}

.single_parking_contents .cat {
    background: #af0101;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    width: 141px;
    margin-right: 35px;
    text-align: center;
    line-height: 20px;
    flex-shrink: 0;
}

.single_parking_contents .place {
    /* text-indent: -84px; */
    /* margin-left: 83px; */
}

.single_parking .archive_btn {
    width: 350px;
    background: #af0101;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 50px auto 0;
    transition: .3s;
}

.single_parking .archive_btn:hover {
    opacity: .8;
}

.single_parking .map_area {
    margin-top: 80px;
}

.single_parking .map_area .map {
    width: 100%;
}

.single_parking .map_area .map iframe {
    width: 100%;
    height: 350px;
}

.single_parking_contents .num {
    color: #af0101;
    font-size: 32px;
    line-height: 1.2;

}

.single_parking .singleContent p+p {
    margin-top: 28px;
}

.single_parking_contents .price .num {
    font-size: 23px;
    color: #333;
}

.single_parking .singleContent .color {
    font-size: 21px;
    line-height: 1.1;
}

.single_parking_contents .color .num {
    margin: -10px 6px 0 0;
}

.common_works_list ul {
    display: grid;
    gap: 50px 0;
}

.common_works_list li .title_box {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.4em;
    margin-bottom: 1em;
}

.common_works_list li .title_box .title {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
}

.common_works_list li .inbox {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 0 30px;
}

.common_works_list li .img {
    background: #F7F7F7;
}

.common_works_list li .img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.common_works_list li .table_box table {
    width: 100%;
}

.common_works_list li .table_box table th,
.common_works_list li .table_box table td {
    font-size: 15px;
}

.common_works_list li .table_box table th {
    white-space: nowrap;
    background: #AF0000;
    display: block;
    text-align: center;
    color: #fff;
    padding: 0.1em 1em;
    border-radius: 5px;
}

.common_works_list li .table_box table td {
    padding: 0 0 1em 1em;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    .wrap01 {
        width: 98%;
    }

    .wrap02 {
        width: 96%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        line-height: 1.4;
        padding-top: 55px;
        font-size: 3.8vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 30vw 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common_btn {
        width: 80%;
        line-height: 12vw;
    }

    .common_btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 13px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 30px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 11px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */

    #page_contact .table_label {
        width: 100%;
        margin: 0 auto 4vw;
        font-size: 5.2vw;
    }

    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        width: 100%;
        line-height: 1.4;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* お問い合わせ追加 */
    #page_contact input.text_adjacent,
    #page_contact select.text_adjacent {
        width: 42%;
        margin: 2% 2% 2% 0;
        font-size: 3.6vw;
        height: 12vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }


    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        /* top: -10vw; */
        width: 8vw;
        height: 8vw;
        border: solid 1px #a5a5a5;
        border-radius: 50%;
        margin: auto;
    }

    #page_contact .progressbar .item.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 2vw;
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        background: #333;
        margin: auto;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;


    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* (sp)共通
       ========================================================================== */
    .common_h2_title p.eng {
        font-size: 8.8vw !important;
    }

    .common_h2_title h2.jp {
        font-size: 3.8vw;
    }

    .common_h2_title h2.jp::before,
    .common_h2_title h2.jp::after {
        width: 15vw;
    }

    .common_h2_title h2.jp::before {
        margin: 0 4vw 1vw 0;
    }

    .common_h2_title h2.jp::after {
        margin: 0 0 1vw 4vw;
    }

    .common_button {
        margin: 7vw 0 0 0;
    }

    .common_button a {
        width: 70vw;
        line-height: 18vw;
        font-size: 3.8vw;
    }

    .common_button a:hover {
        color: #fff;
        background: #AF0000;
    }

    .common_button a span.line {
        width: 12vw;
        right: -6vw;
    }

    .common_button a:hover span.line {
        right: -6vw;
        background: #fff;
    }

    .common_button a span.line::before {
        width: 6vw;
    }

    .common_button a:hover span.line::before {
        width: 6vw;
    }

    ul.common_list {
        display: block;
        margin: 10vw 0 0 0;
    }

    ul.common_list .img_box {
        height: 42vw;
    }

    ul.common_list .text_box h3 span.number {
        font-size: 3.8vw;
    }

    ul.common_list .text_box h3 {
        font-size: 5.2vw;
    }

    ul.common_list a:hover .text_box h3 {
        color: #333;
    }

    ul.common_list a {
        padding: 0 0 15vw 0;
    }

    ul.common_list .button_box::before {
        width: 10vw;
        height: 10vw;
        background-size: 4vw !important;
    }

    ul.common_list li:not(:first-child) {
        margin: 5vw 0 0 0;
    }

    ul.common_list a:hover .img_box img {
        transform: scale(1);
    }

    ul.common_list a:hover .button_box {
        border-bottom: 2px solid #AF0000;
    }

    ul.common_list a:hover .button_box::before {
        background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #AF0000;
    }

    /* (sp)メインビジュアル
       ========================================================================== */
    #main_hd {
        display: none;
    }

    #top_main h1 {
        padding: 70vw 0;
        font-size: 7vw;
    }

    #top_main {
        background: url(/wp-content/themes/child/image/main_img_sp.jpg)no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    #top_main p.main_scroll {
        left: 0;
    }

    #top_main p.main_scroll a {
        padding: 11vw 0 0 2vw;
    }

    #top_main p.main_scroll a:before {
        width: 2vw;
        height: 25vw;
    }

    /* (sp)オーナー様へ
       ========================================================================== */
    #top_owner {
        padding: 30vw 0 0;
    }

    .top_owner_content {
        display: block;
        margin: 0;
    }

    .top_owner_content .top_owner_img {
        width: 90%;
    }

    .top_owner_content .top_owner_text {
        width: 94%;
        margin: 7vw auto 0 4%;
    }

    .top_owner_content .top_owner_text .text_box {
        margin: 8vw 0 0 0;
    }

    #top_owner .common_h2_title h2.jp::after {
        content: none;
    }

    #top_owner .common_h2_title h2.jp::before {
        content: "";
    }

    /* (sp)入居者様へ
       ========================================================================== */
    #top_residents {
        margin: 30vw 0 0;
    }

    #top_residents .common_h2_title p.eng {
        font-size: 12vw;
    }

    #top_residents .common_h2_title h2.jp {
        margin: 0 0 0 auto;
    }

    /* (sp)仲介業者様へ
       ========================================================================== */
    .top_img {
        margin: 35vw 0 0 0;
        padding: 20vw 0;
        background-position: center right -30vw;
    }

    .top_img .logo {
        width: 50vw;
    }

    #top_broker .broker_text_box {
        margin: 0;
        padding: 0;
    }

    #top_broker .broker_text_box::before {
        content: none;
    }

    #top_broker {
        margin: 30vw 0 0 0;
    }

    #top_broker .broker_img_box {
        display: none;
    }

    #top_broker .common_button a {
        margin: 0 auto;
    }

    #top_broker .common_h2_title {
        display: block;
    }

    /* (sp)鶴見開発アルジ
       ========================================================================== */
    #top_about {
        margin: 30vw 0;
    }

    #top_about .top_about_content {
        padding: 15vw 5vw 15vw;
    }

    #top_about .common_h2_title p.eng {
        font-size: 10vw !important;
    }

    ul.top_about_list {
        display: block;
        margin: 6vw 0 0 0;
    }

    ul.top_about_list li .text_box {
        padding: 0 0 0 3vw;
        line-height: 11.6vw;
    }

    ul.top_about_list li .text_box p {
        font-size: 3.2vw;
    }

    ul.top_about_list li a:hover .img_box img {
        transform: scale(1);
    }

    ul.top_about_list li a .text_box span.eng {
        color: #AF0000;
        font-size: 5vw;
    }

    ul.top_about_list li a .text_box::after {
        background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #AF0000;
        width: 12vw;
        height: 12vw;
        background-size: 6vw !important;
    }

    #top_about .top_about_content::after {
        font-size: 8.5vw;
        bottom: -2.3vw;
    }

    /* (sp)フッター
       ========================================================================== */
    .main_contact {
        display: block;
    }

    .main_contact_text {
        padding: 10vw 6vw;
    }

    .main_contact_text h2.eng {
        font-size: 10vw;
    }

    .main_contact_text p.title {
        font-size: 4.8vw;
        margin: 5vw 0 0 0;
    }

    .main_contact_text p.text {
        margin: 5vw 0 0 0;
    }

    .main_contact_content {
        padding: 12vw 6vw;
    }

    .main_contact_content p.tel_text {
        font-size: 8vw;
    }

    .main_contact_content p.tel_text a {
        color: #fff;
    }

    .main_contact_content p.tel_text::before {
        font-size: 5vw;
        margin: 0 2vw 0 0;
    }

    .main_contact_content p.time_text {
        font-size: 3.2vw;
        padding: 0 0 0 7vw;
    }

    .main_contact_content .mail_box {
        margin: 5vw 0 0 0;
    }

    .main_contact_content .mail_box a {
        font-size: 4.2vw;
        width: 75vw;
        line-height: 16vw;
        color: #fff;
        background: url(/wp-content/themes/child/image/icon_mail_hv.png)no-repeat #fff;
        color: #8B0505;
    }

    .main_contact_content .mail_box a span.line {
        width: 10vw;
        height: 2px;
        right: -5vw;
    }

    .main_contact_content .mail_box a:hover span.line {
        right: -5vw;
    }

    .main_contact_content .mail_box a span.line::before {
        width: 5vw;
        background: #8B0505;
    }

    .main_contact_content .mail_box a:hover span.line::before {
        background: #8B0505;
        width: 5vw;
    }

    /* (sp)フッター
       ========================================================================== */
    .main_footer {
        margin: 25vw 0 10vw;
        text-align: center;
    }

    .main_footer .inner {
        display: block;
    }

    .main_footer .logo_box {
        width: 80%;
        margin: auto;
    }

    .main_footer_info .address_box {
        margin: 5vw 0 0 0;
    }

    .main_footer_info .tel_box .tel_text {
        font-size: 10vw;
    }

    .main_footer_info .tel_box .tel_text a {
        color: #AF0000;
    }

    .main_footer_info .tel_box .tel_text::before {
        font-size: 5vw;
    }

    .main_footer_info .tel_box p.time_text {
        margin: 0 0 0 4vw;
    }

    .main_footer_link {
        display: block;
    }

    ul.link_list.main {
        display: none;
    }

    .main_footer_link .link_list {
        margin: 8vw 0 0 0;
    }

    .main_footer_link .common_button.search {
        margin: 3vw 5vw 0 0;
    }

    .main_footer_link .common_button a {
        margin: auto;
        background-position: center left 8vw !important;
        background-size: 7vw !important;
    }

    .main_footer_link .common_button.contact a {
        padding: 0 0 0 23vw;
    }

    .main_footer_link .common_button.search a {
        padding: 4vw 0 4vw 23vw;
    }

    .main_footer_link .common_button.search a span.gaibu {
        width: 3.6vw;
        margin: 0 0 0 2vw;
    }

    .main_footer_link p.copy {
        font-size: 3.2vw;
        text-align: center;
        margin: 15vw 0 0 0;
    }

    .main_footer_link ul.link_list.sub {
        font-size: 3.4vw;
        justify-content: center;
    }

    .main_footer_link ul.link_list li {
        width: fit-content;
        margin: 0 3vw;
    }

    .main_footer_link .common_button.contact a:hover {
        background: url(/wp-content/themes/child/image/icon_mail.png)no-repeat #AF0000;
        border-color: #AF0000;
    }

    .main_footer_link .common_button.search a:hover {
        border-color: #CBA53E;
        background: url(/wp-content/themes/child/image/icon_search.png)no-repeat #CBA53E;
    }

    /* (sp)page - 共通
       ========================================================================== */
    .common_page_main {
        padding: 30vw 0;
    }

    .common_page_main .title_box h1.title {
        font-size: 8vw;
    }

    .common_page_main .title_box p.sub_title.eng::before {
        width: 20vw;
    }

    .common_page_explanation {
        padding: 10vw 0 3vw 6vw;
    }

    .common_page_explanation p.bg_eng {
        font-size: 20vw;
        top: -5vw;
    }

    h2.common_page_h2 {
        font-size: 5.2vw;
    }

    h2.common_page_h2::after {
        width: 8vw;
    }

    .common_inner {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .common_contents_box dl.common_page_item {
        padding: 5vw;
    }

    .common_contents_box dl.common_page_item dt {
        font-size: 4.2vw;
        padding: 0 0 0 14px;
    }

    ul.common_page_list_link li a {
        font-size: 3.2vw;
        padding: 0 3vw;
    }

    ul.common_page_list_link {
        gap: 2vw;
    }

    .common_page_summary {
        padding: 10vw 8vw;
    }

    h2.common_page_summary_h2 {
        font-size: 4.8vw;
        padding: 0 0 2vw;
    }

    h3.common_page_summary_h3 {
        font-size: 4vw;
    }

    .common_page_summary::before {
        font-size: 9vw;
        bottom: -5vw;
    }

    ul.common_page_check {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    ul.common_page_check li h4::before {
        width: 2.8vw;
        height: 1.4vw;
        margin: 0 2vw 2vw 0;
    }

    ul.common_page_check li h4 {
        font-size: 3.6vw;
        margin: 0 0 1.2vw;
    }

    ul.common_page_check li p {
        font-size: 3.4vw;
    }

    .common_page_flex .img_box {
        width: 100%;
    }

    .common_page_flex {
        display: block;
        top: 0;
        margin: 8vw 0 0 0;
    }

    .common_profile:not(:first-child) {
        margin: 25vw 0 0 0;
    }

    .common_page_flex .text_box {
        margin: 10vw 0 0 0;
        width: 100%;
    }

    .common_page_flex .text_box .common_button {
        margin: 7vw 5vw 0 0;
    }

    .common_table tr th,
    .common_table tr td {
        padding: 5vw;
        display: block;
    }

    .common_table tr th {
        padding: 5vw 5vw 0;
    }

    .common_h3_list_title {
        display: block;
    }

    .common_h3_list_title h3 {
        margin: 1vw 0 0 0;
        font-size: 4.8vw;
    }

    .common_notice {
        margin: 5vw 0 0;
        font-size: 3.4vw;
    }

    .common_page_explanation .common_page_list_box {
        margin: 5vw 0 0;
    }

    .common_contents_box {
        padding: 25vw 0;
    }

    .common_contents_box:nth-child(even) {
        margin: 25vw 0 0;
    }

    .common_contents_box:first-child {
        padding: 0;
    }

    ul.common_page_list_text {
        margin: 5vw 0;
        gap: 3vw;
        justify-content: flex-start;
    }

    ul.common_page_list_text li {
        font-size: 3.4vw;
        padding: 1.5vw 5vw;
    }

    ul.common_list_check {
        margin: 5vw 0 0;
        display: block;
    }

    ul.common_list_check li:not(:first-child) {
        margin: 2vw 0 0;
    }

    ul.common_list_check li {
        padding: 0 0 0 5vw;
        position: relative;
    }

    ul.common_list_check li::before {
        position: absolute;
        left: 0;
        top: 1.5vw;
        width: 2.5vw;
        height: 1.5vw;
    }

    ul.common_list_number {
        margin: 5vw 0 0;
    }

    ul.common_list_number li {
        padding: 3vw 5vw 3vw 12vw;
        position: relative;
    }

    ul.common_list_number li span.number {
        position: absolute;
        left: 4vw;
        font-size: 5vw;
        top: 2.4vw;
    }

    .common_text_box {
        margin: 10vw 0 0;
        text-align: initial;
    }

    ul.common_flow {
        margin: 10vw 0 0 0;
    }

    ul.common_flow .flow_number {
        font-size: 10vw;
    }

    ul.common_flow .flow_list {
        display: block;
        width: calc(100% - 19vw);
    }

    ul.common_flow>li {
        gap: 6vw;
    }

    ul.common_flow .flow_list .flow_title_h3 {
        text-align: left;
        margin: 0 0 5vw;
    }

    ul.common_flow>li:not(:first-child) {
        margin: 15vw 0 0;
        padding: 15vw 0 0;
    }

    .common_inner_02 dl:nth-child(3) {
        grid-column: auto;
    }

    ul.common_flow>li:not(:first-child)::before {
        width: 100%;
    }

    ul.common_flow li:not(:first-child)::after {
        width: 8vw;
        height: 8vw;
        top: -3.8vw;
        left: 2vw;
        background-size: 3.8vw;
    }

    h3.common_page_line_h3 {
        margin: 10vw 0 5vw;
        font-size: 4.8vw;
    }

    /* (sp)page - オーナー様へ
       ========================================================================== */
    .owner_contents {
        margin: 25vw 0 0 0;
        padding: 25vw 0;
    }

    .owner_bottom {
        margin: 25vw 0 0;
    }

    /* (sp)page - 店舗紹介
       ========================================================================== */
    .page_shop_map {
        padding: 3vw;
        margin: 10vw 0 0 0;
    }

    .page_shop_map iframe {
        height: 100vw;
    }

    .page_shop_content .common_page_flex .text_box {
        margin: 10vw 0 0 0;
    }

    /* (sp)page - 管理実績
       ========================================================================== */
    .page_works_item {
        grid-template-columns: 100%;
        gap: 10vw;
    }

    ul.page_works_slider_img li {
        height: 70vw;
    }

    ul.slider_control li a {
        height: 20vw;
    }

    .page_works_info .common_button {
        margin: 10vw 0 0 0;
    }

    .page_works_info .common_button a {
        margin: auto;
    }

    /* (sp)page - 仲介業者
       ========================================================================== */
    .page_broker_info {
        margin: 20vw 0 0 0;
    }

    .page_broker_list .btn_wrap {
        display: block;
    }

    .page_broker_list .common_button {
        width: 100%;
    }

    .page_broker_list .common_button+.common_button {
        margin-left: 0;
        margin-top: 5vw;
    }

    .page_broker_list .common_button a {
        width: 92%;
        text-align: left;
    }

    .page_broker_list .common_page_flex .text_box {
        margin: 10vw 0 0 0;
    }

    ul.page_broker_list {
        margin: 10vw 0 0 0;
    }

    ul.page_broker_list li {
        padding: 3vw 5vw 3vw 10vw;
    }

    ul.page_broker_list li::before {
        width: 2vw;
        height: 2vw;
        top: 5vw;
        left: 5vw;
    }

    .page_broker_list .common_button {
        margin: 10vw 0 0 0;
    }

    .page_broker_identity {
        margin: 30vw 0 0 0;
    }

    .page_broker_identity_inner {
        padding: 10vw 7vw;
    }

    .page_broker_identity_inner .text_box {
        text-align: left;
        margin: 5vw 0 0 0;
    }

    .page_broker_identity_inner::before {
        font-size: 9vw;
        bottom: -2vw;
    }

    .page_broker_documents {
        margin: 30vw 0 0 0;
    }

    .page_broker_documents .common_h2_title {
        display: block;
    }

    .page_broker_documents .common_h2_title h2.jp {
        margin: 0;
        text-align: left;
    }

    ul.page_broker_documents_content {
        margin: 10vw 0 0 0;
    }

    ul.page_broker_documents_list {
        margin: 5vw 0 0 0;
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    ul.page_broker_documents_list li a {
        padding: 3vw 15vw 3vw 13vw;
        font-size: 3.4vw;
        background-size: 4.6vw !important;
        background-position: center left 4vw !important;
    }

    ul.page_broker_documents_list li a:hover {
        color: #333;
    }

    ul.page_broker_documents_list li a span.arrow {
        width: 12.5vw;
        height: 100%;
        background-size: 5vw !important;
        background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #333;
    }

    ul.page_broker_documents_list li a:hover span.arrow {
        background: url(/wp-content/themes/child/image/arrow_small.png)no-repeat #333;
    }

    .page_broker_info .common_table tr th {
        padding: 5vw 5vw 0;
    }

    .page_broker_info .common_table tr td {
        padding: 5vw;
    }

    /* (sp)page - 入居者募集
       ========================================================================== */
    ul.page_rent_link {
        margin: 5vw 0 0 0;
        gap: 5vw;
    }

    /* (sp)page - 資産価値の管理・向上
       ========================================================================== */
    .assets_top .common_page_explanation p.bg_eng {
        font-size: 16vw;
    }

    /* (sp)page - 建築プロデュース
       ========================================================================== */
    #page_produce .common_page_explanation p.bg_eng {
        font-size: 13vw;
        top: 0;
    }

    .produce_contents {
        padding: 25vw 0;
        margin: 25vw 0 0;
    }

    /* (sp)page - 建物管理
       ========================================================================== */
    .management_top .common_page_explanation p.bg_eng {
        font-size: 16vw;
    }

    /* (sp)page - リノベーション
   ========================================================================== */
    #page_renovation .common_page_explanation p.bg_eng {
        font-size: 17vw;
    }

    .page_renovation_identity {
        margin: 25vw 0 0;
    }

    /* (sp)page - 売買仲介
   ========================================================================== */
    #page_brokerage .common_page_explanation p.bg_eng {
        font-size: 17vw;
    }

    .page_brokerage_content {
        margin: 25vw 0 0;
    }

    .page_brokerage_content .common_profile:not(:first-child) {
        margin: 25vw 0 0;
    }

    /* (sp)page - 引っ越しチェック項目
   ========================================================================== */
    .flow_content .common_h2_title h2.jp {
        margin: 0;
        text-align: left;
    }

    .flow_content .common_h2_title {
        display: block;
    }

    ul.common_list_check_content {
        grid-template-columns: 1fr;
    }

    ul.common_list_check_content li h4 {
        font-size: 3.4vw;
    }

    ul.common_list_check_content li p {
        font-size: 3.2vw;
        margin: 2vw 0 0;
    }

    .flow_content .common_h2_title p.text {
        margin: 1rem 0 0;
    }

    /* (sp)page - 土地活用
   ========================================================================== */
    .land_content .common_h2_title {
        margin: 0 0 10vw;
    }

    .land_content .common_h3_title {
        margin: 0 0 10vw;
    }

    .common_h3_title h3 {
        font-size: 5vw;
    }

    ul.page_land_flow li {
        align-items: flex-start;
    }

    ul.page_land_flow .flow_item {
        width: calc(100% - 19vw);
    }

    .flow_title_h3 h3 {
        font-size: 5vw;
    }

    ul.common_flow .flow_list .flow_title_h3 .jp {
        font-size: 5vw;
    }

    ul.common_flow .flow_list .flow_title_h3 p.eng {
        font-size: 3.4vw;
    }

    .flow_title_h3 .eng {
        font-size: 3.2vw;
        margin: 1.5vw 0 0;
    }

    .land_content .flow_title_h3 {
        gap: 2vw;
        margin: 0 0 3vw;
        display: block;
    }

    ul.common_flow ul.common_page_list_text li {
        font-size: 3.2vw;
    }

    ul.page_land_flow .page_flow_title {
        font-size: 5v;
        font-size: 5vw;
    }

    /* (sp)page - 入居者管理
   ========================================================================== */
    .tenant_top .common_page_explanation p.bg_eng {
        font-size: 13vw;
        top: 0;
    }

    .page_tenant_content .common_h3_title {
        margin: 0 0 5vw;
    }

    .common_page_item h4.common_page_h4 {
        margin: 5vw 0 0;
    }

    dl.common_page_item ul.common_page_list_text li {
        font-size: 3.2vw;
    }

    .page_tenant_identity {
        margin: 25vw 0 0;
    }

    .tenant_top_explanation .img_box {
        width: 100%;
    }

    .archive_property_page .property_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .archive_property_page .property_list li:hover {
        opacity: 1;
    }

    .archive_property_page .property_list .image {
        height: 50vw;
    }

    /* (sp)page - 解約通知提出後の手続き
   ========================================================================== */

    .procedure_content .guidance_content .inner_title {
        font-size: 7vw;
    }

    .procedure_content .guidance_content {
        margin: 15vw 0 0 0;
    }

    .procedure_content .guidance_content .inner_title::after {
        width: 45%;
        bottom: -3vw;
    }

    .procedure_content .guidance_content .inner_title+.text {
        margin-top: 6vw;
    }

    .procedure_content .guidance_content .text {
        font-size: 4vw;
        letter-spacing: .03em;
    }

    #page_procedure ul.common_flow>li .flow_title {
        display: block;
        text-align: center;
    }

    .procedure_content .contact_address {
        padding: 10vw 7vw;
    }

    .procedure_content .contact_address .title {
        font-size: 5vw;
        letter-spacing: .03em;
    }

    .procedure_content .contact_address p.eng.color {
        font-size: 6vw;
        letter-spacing: .03em;
    }

    .sp {
        display: block;
    }

    #page_procedure ul.common_flow .flow_list h4.inner_title {
        font-size: 4.7vw;
        margin: 3vw 0;
        letter-spacing: .03em;
    }

    #page_procedure ul.common_flow .flow_list .common_inner .common_page_item.large {
        grid-column: auto;
    }

    #page_procedure ul.common_flow .flow_list .common_page_item dd .inner_text p {
        font-size: 3.8vw;
        line-height: 1.9;
    }

    #page_procedure ul.common_flow .flow_list .common_page_item dd .inner_text p+p {
        margin-top: 3vw;
    }

    #page_procedure ul.common_flow .flow_list .common_page_item.kazai_hoken dd .inner_text p.caution {
        margin-bottom: 4vw;
    }

    .aiu_user h5 {
        font-size: 4.2vw;
        margin-bottom: 2vw;
        letter-spacing: .03em;
    }

    #page_procedure ul.common_flow .flow_list .common_page_item dd .tel_box {
        gap: 1vw;
        line-height: 6vw;
        letter-spacing: .03em;
        flex-direction: column;
    }

    .aiu_user .tel_box p span.color {
        font-size: 6vw;
    }

    .aiu_user {
        margin-bottom: 5vw;
    }

    .a_one_user {
        margin-bottom: 5vw;
    }

    .a_one_user h5 {
        font-size: 4.2vw;
        margin-bottom: 2vw;
        letter-spacing: .03em;
    }

    .a_one_user .tel_box p span.color {
        font-size: 6vw;
    }

    .tokyo_kaijyou_user h5 {
        font-size: 4.2vw;
        margin-bottom: 2vw;
        letter-spacing: .03em;
    }

    .tokyo_kaijyou_user .tel_box p span.color {
        font-size: 6vw;
    }

    .tokyo_kaijyou_user .tel_box {
        margin-bottom: 1vw;
    }

    #page_procedure ul.common_flow .flow_list .common_page_item.kazai_hoken dd .inner_text .text_box p.caution {
        line-height: 1.5;
    }

    .rubbish dd h4 {
        font-size: 4.3vw;
        margin: 3vw 0 1vw 0;
    }

    .higashi_osaka_content {
        margin-bottom: 5vw;
    }

    .higashi_osaka_content h5 {
        font-size: 4.2vw;
        margin-bottom: 2vw;
        letter-spacing: .03em;
    }

    #page_procedure ul.common_flow .flow_list .common_page_item dd .tel_box p {
        font-size: 3.8vw;
        line-height: 1.1;
    }

    .higashi_osaka_content .tel_box p span.color {
        font-size: 6vw;
    }

    .osaka_content {
        flex-direction: column;
        gap: 5vw;
    }

    .osaka_item h5 {
        font-size: 4.2vw;
        margin-bottom: 2vw;
        letter-spacing: .03em;
    }

    .osaka_item .tel_box p span.color {
        font-size: 6vw;
    }

    .osaka_item .tel_box {
        margin-bottom: 4vw;
    }

    .rubbish .qr_content .qr_code {
        margin: auto;
        width: 34vw;
    }

    .rubbish .qr_content p {
        font-size: 3vw;
        letter-spacing: .2em;
    }

    #page_procedure ul.common_flow>li:not(:first-child) {
        margin: 30vw 0 0;
    }

    .procedure_content .text_warning {
        margin: 15vw 0;
    }

    .procedure_content .text_warning .text {
        font-size: 4.5vw;
        text-align: center;
    }

    .procedure_content dl.common_page_item dt::before {
        top: 50%;
        transform: translate(0, -50%);
    }

    .page-id-965 .common_page_main .title_box h1.title {
        font-size: 7.8vw;
    }

    .procedure_content .contact_address p.color .large {
        font-size: 10vw;
    }

    .procedure_content .contact_address p.eng {
        font-size: 3.5vw;
    }

    .archive_page_list.parking ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 2vw;
    }

    .archive_page_list.parking li a {
        display: grid;
        grid-template-columns: 32% 1fr;
        gap: 5vw;
        align-items: center;
    }

    .archive_page_list.parking .img {
        height: 32vw;
    }

    .archive_page_list.parking .place {
        -webkit-line-clamp: 1;
        font-size: 3.7vw;
        margin-top: 2vw;
    }

    .archive_page_list.parking .name {
        font-size: 4vw;
    }

    .archive_page_list.parking .more {
        font-size: 3.5vw;
        margin-top: 5vw;
    }

    .archive_page_list.parking .more::before {
        width: 8vw;
        left: -12vw;
    }

    .archive_tabs_text {
        font-size: 5vw;
        padding-bottom: 1vw;
        margin-bottom: 3vw;
    }

    .archive_tabs li a {
        font-size: 4vw;
    }

    .archive_tabs li {

        flex: 1 0 auto;
    }

    .archive_tabs ul {
        gap: 3vw;
    }

    .single_parking_contents {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .single_parking_contents .text_area {
        display: contents;
    }

    .single_parking_contents .name {
        font-size: 5vw;
        line-height: 1.7;
        padding-bottom: 3vw;
        order: 1;
    }

    .single_parking_contents .img {
        height: 60vw;
        order: 2;
        margin-bottom: 8vw;
    }

    .single_parking_contents .place {
        text-indent: initial;
        margin: 0;
        order: 3;
    }

    .single_parking_contents .cat {
        display: block;
        width: fit-content;
        font-size: 3.5vw;
        padding: 0vw 4vw;
        width: 100%;
        margin-bottom: 2vw;
    }

    .single_parking_contents .price {
        margin-top: 5vw;
        order: 6;
        display: block;
        align-items: baseline;
        text-align: center;
    }

    .single_parking_contents .num {
        font-size: 9vw;
        line-height: 1;
        margin-right: 1vw;
        position: relative;
        top: 1vw;
    }

    .single_parking .archive_btn {
        width: 85%;
        line-height: 15vw;
        font-size: 4vw;
    }

    .single_parking .map_area {
        margin-top: 10vw;
    }

    .single_parking_contents .price .cat {
        margin-right: 4vw;
        top: -.5vw;
    }

    .single_parking .map_area .map iframe {
        height: 48vw;
    }

    .single_parking .singleContent .color {
        order: 5;
        text-align: center;
        font-size: 5vw;
    }

    .singleContent .free_space {
        order: 6;
    }

    .single_parking .singleContent p {
        display: block;
    }

    .single_parking .singleContent p+p {
        margin-top: 4vw;
    }

    .single_parking_contents .color .num {
        line-height: 1;
        margin: 0;
        font-size: 8vw;
    }

    .single_parking_contents .price .num {
        font-size: 6vw;
    }

    .single_parking_contents .color .cat {
        margin-bottom: 1vw;
    }

    #page_contact select.day_box {
        width: 20%;
    }

    .common-contactform .sec_table .theme {
        width: 100%;
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .common_works_list ul {
        gap: 10vw 0;
    }

    .common_works_list li .title_box .title {
        font-size: 4.5vw;
    }

    .common_works_list li .inbox {
        display: flex;
        flex-direction: column-reverse;
        gap: 5vw 0;
    }

    .common_works_list li .img img {
        aspect-ratio: 2/1;
    }

    .common_works_list li .table_box table th,
    .common_works_list li .table_box table td {
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .common_works_list li .table_box table th {
        padding: 0.2em 1em;
    }

    .common_works_list li .table_box table td {
        padding: 0.1em 0 1em 1em;
    }
}