/* font setting
------------------------------------------------------- */
/*
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'YakuHanJP';
    src: url('font/YakuHanJP-Regular.woff2') format('woff2'), url('font/YakuHanJP-Regular.woff') format('woff');

    font-display: auto;
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'YakuHanJP';
    src: url('font/YakuHanJP-Medium.woff2') format('woff2'), url('font/YakuHanJP-Medium.woff') format('woff');

    font-display: auto;
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'YakuHanJP';
    src: url('font/YakuHanJP-Bold.woff2') format('woff2'), url('font/YakuHanJP-Bold.woff') format('woff');

    font-display: auto;
}
*/

/* base setting
------------------------------------------------------- */

html {
    /*overflow-x: auto;
    overflow-y: scroll;*/
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hidden {
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

body {
    color: #000;
    word-wrap: break-word;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Kanit', 'Noto Sans JP', sans-serif;
    font-feature-settings: 'palt';
    line-height: 1.75;
}

a {
    outline: none;
    color: #137eda;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

a:hover.accesslink {
    text-decoration: none;
    opacity: 1;
}

.extLink a::after {
    padding-left: 5px;
    content: '\f360';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

a.link2info:before {
    padding-right: 5px;
    content: '\f05a';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

html.device-desktop a:hover,
html.device-desktop a:focus {
    text-decoration: none;
}

html.device-touch a:active {
    text-decoration: none;
}

button,
select {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal button {
    width: initial;
}

b,
strong {
    font-weight: 700;
}

hr {
    margin: 0;
    height: 0;
    border: none;
    border-top: 1px solid #e8e8e8;
}

sup {
    top: 0;
    vertical-align: text-top;
}

sub {
    font-size: 65%;
}

table caption {
    text-align: left;
}

figure {
    line-height: 0;
}

html.device-desktop a[href^='tel:'] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

main,
aside {
    padding: 40px 0;
}

aside div.stic {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    aside div.stic {
        top: 80px;
    }
}

@media (min-width: 992px) {
    aside div.stic {
        top: 100px;
    }
}

aside .list-group-item {
    padding: 0;
}

aside .list-group-item.active {
    border-color: #696969;
    background-color: #696969;
}

aside .list-group-item a {
    display: block;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

h1 {
    margin: 0;
}

p.catch-text,
.txt-big {
    margin: 0 0 40px;
    font-size: 1.275rem;
}

.txt-md {
    font-size: 1.1rem;
}

p.catch-text span.access {
    display: block;
    margin-left: 3.75rem;
    font-size: 1rem;
}

.txt-bigger {
    font-size: 118%;
}

.txt-appeal {
    margin: 15px 0;
    font-weight: 700;
    font-size: 1.25rem;
}

.fl_side_bnr a {
    position: fixed;
    top: 100px;
    right: -10px;
    z-index: 9999;
    display: block;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
    width: 150px;
    text-align: center;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.fl_side_bnr a:hover {
    right: 0;
    color: #fff;
    opacity: 1;
}

.regbtn_real,
.regbtn_real2 {
    background-color: #e00c28;
    color: #fff;
}

.regbtn_real span {
    margin: 0 5px;
    padding: 2px 10px;
    background-color: #fff;
    color: #e00c28;
}

.regbtn_online {
    background-color: #0da0bd;
    color: #fff;
}

.regbtn_online span {
    margin: 0 5px;
    padding: 2px 10px;
    background-color: #fff;
    color: #0da0bd;
}

.fl_side_bnr .regbtn_online,
.fl_side_bnr .regbtn_real2 {
    top: 177px;
}

@media (max-width: 991.98px) {

    p.catch-text,
    .txt-big {
        font-size: 1rem;
    }

    p.catch-text span.access {
        margin-left: 2.75rem;
        font-size: 0.875rem;
    }

    .fl_side_bnr {
        display: none;
    }
}

/* 汎用テーブル */
table.general {
    margin: 0 auto 30px auto;
    width: 86%;
    border-collapse: collapse;
}

table.general tbody th {
    padding: 10px 0;
    width: 20%;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: 700;
}

table.general tbody td {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.mv-wrap {
    width: 75%;
    aspect-ratio: 16 / 9;
    margin: 20px auto 60px;
}

.mv-wrap iframe {
    width: 100%;
    height: 100%;
}

.mv-hd {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #128C00;
}
/*
.mv-hd:before,
.mv-hd:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    border-top: solid 1px #128C00;
    border-bottom: solid 1px #128C00;
}

.mv-hd:before {
    left: 0;
}

.mv-hd:after {
    right: 0;
}*/


/* base color setting
------------------------------------------------------- */
i.fas {
    margin: 0 8px;
}

.btn-contact,
a.btn-contact {
    border-color: #e89112;
    background-color: #e89112;
    color: #fff;
}

.btn-backtotop,
a.btn-backtotop {
    margin: 0 auto;
    padding: 15px 0;
    border-color: #45a537;
    background-color: #45a537;
    color: #fff;
}

.btn-primary,
a.btn-primary {
    border-color: #0f57a5;
    background-color: #0f57a5;
    color: #fff;
}

.btn-orange,
a.btn-orange {
    border-color: #e0690c;
    background-color: #e0690c;
    color: #fff;
}

.btn-red,
a.btn-red {
    border-color: #e00c28;
    background-color: #e00c28;
    color: #fff;
}

a.btn-red span {
    margin-right: 15px;
    padding: 0 10px;
    background-color: #fff;
    color: #e00c28;
    font-weight: 700;
}

a.btn-online,
a.btn-online {
    border-color: #0da0bd;
    background-color: #0da0bd;
    color: #fff;
}

a.btn-online span {
    margin-right: 15px;
    padding: 0 10px;
    background-color: #fff;
    color: #0da0bd;
    font-weight: 700;
}

a.btn-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
    font-weight: 600;
}

.btn-round {
    border-radius: 100vh;
}

a.btn-contact:hover,
a.btn-orange:hover,
a.btn-red:hover,
a.btn-online:hover,
a.btn-backtotop:hover {
    color: #fff;
}

/* header setting
------------------------------------------------------- */

header {
    padding-top: 18px;
    width: 100%;
    background: url(/assets/img/header_bg.jpg) no-repeat #fff right top;
}

.show-info img {
    margin-bottom: 18px;
    width: 100%;
    text-align: center;
}

.show-info a.btn,
.contents .show-info a.btn {
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
    font-size: 1.15rem;
}

@media (max-width: 991.98px) {
    header .show-info a.btn {
        margin-bottom: 5px;
    }
}

@media (max-width: 768.98px) {
    header .show-info a.btn {
        margin-top: 20px;
    }
}

nav.bg-light {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 5px solid #128c00;
    background-color: #45a537 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: -0.125rem 0 0;
    padding: 0.5rem 0;
    min-width: 10rem;
    width: 100%;
    border: none;
    border-radius: 0.15rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    color: #212529;
    list-style: none;
    text-align: left;
    font-size: 1rem;
}

.navbar-light .navbar-nav a.nav-link.link-off,
.navbar-light .navbar-nav a.nav-link.link-off:hover {
    color: rgba(255, 255, 255, 0.4);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav a.link-off:hover {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 0.95rem;
    opacity: 1;
}

.navbar-light .navbar-nav a.nav-link:hover {
    color: rgb(248, 245, 69);
    opacity: 1;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

button.navbar-toggler {
    width: auto;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler:focus {
    outline: 0;
    background: none;
}

.navbar-toggler span {
    display: block;
    margin: 6px auto;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #ccc;
}

.navbar-toggler[aria-expanded='true'] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler[aria-expanded='true'] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded='true'] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded='false'] span {
    opacity: 1;
    transform: none;
}

.sp-next-arrow:before {
    color: #fff;
    content: '\f054' !important;
    font-weight: 900;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
}

.sp-previous-arrow:before {
    color: #fff;
    content: '\f053' !important;
    font-weight: 900;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
}

.bread-wrap {
    background-color: #e9ecef;
}

@media (max-width: 767.98px) {
    header {
        padding: 0;
    }

    nav.bg-light {
        padding: 5px;
    }
}

@media (min-width: 768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-item {
        padding: 0.5rem 0.75rem;
        border-bottom: 1px dotted #45a537;
        white-space: normal;
        font-weight: 400;
        font-size: 0.85rem;
    }

    .dropdown-item:last-child {
        border-bottom: none;
    }

    .navbar {
        position: sticky;
        top: 0;
        width: 100%;
    }

    .nav-link {
        padding: 0.3rem;
    }

    .nav-item {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center;
    }

    .nav-item:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

    .nav-item span {
        display: block;
        text-shadow: none;
        font-size: 0.8rem;
        opacity: 0.5;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .slider-pro {
        z-index: 999;
    }
}

/* footer setting
------------------------------------------------------- */
footer {
    /*padding: 20px 0 110px;*/
    padding: 40px 0;
    background-color: #ebedee;
}

footer .ft-title {
    margin-bottom: 15px;
    padding: 5px 20px;
    width: 50%;
    background-color: #45a537;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

footer .contact-us {
    padding: 20px;
    border: 2px solid #45a537;
    background-color: #fff;
}

footer .tel-link {
    color: #45a537;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1;
}

footer .contact-us p {
    font-weight: bold;
    font-size: 1.25rem;
}

footer .contact-us a.btn {
    display: block;
}

.fixed_footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.65);
}

.fixed_footer a {
    display: block;
    padding: 15px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;

    justify-content: center;
}

.fixed_footer a:hover {
    opacity: 0.9;
}

@media (min-width: 768px) {
    .footer_area {
        display: none;
    }
}

@media (max-width: 767.98px) {
    footer .ft-title {
        width: 100%;
    }

    footer .contact-us p {
        font-size: 1rem;
    }

    .fixed_footer {
        display: none;
    }

    .footer_area {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .footer_area .footer_area_inner {
        margin: 0 auto;
        padding: 15px 0;
        width: 85%;
        text-align: center;
    }

    /*.footer_area .footer_area_inner .btn {
        font-size: 0.8rem;
		line-height: 1.2;

    }*/
    #siteBottom {
        margin-bottom: 85px;
    }
}

/* topage setting
------------------------------------------------------- */

.toppage .show-list .housing a {
    background: url(/assets/img/top_show_01.jpg) no-repeat center center;
}

.toppage .show-list .wooden a {
    background: url(/assets/img/top_show_02.jpg) no-repeat center center;
}

.toppage .show-list .mansion a {
    background: url(/assets/img/top_show_03.jpg) no-repeat center center;
}

.toppage .show-list .rent a {
    background: url(/assets/img/top_show_04.jpg) no-repeat center center;
}

.toppage .show-list .management a {
    background: url(/assets/img/top_show_06.jpg) no-repeat center top;
}

.toppage .show-list .exhibitorlist a,
.toppage .show-list .exhibitorlist div {
    background: url(/assets/img/top_show_07.jpg) no-repeat center center;
}

.toppage .show-list .kansai a {
    position: relative;
    background: url(/assets/img/top_show_08.jpg) no-repeat center center;
}

.toppage .show-list .bousai a {
    background: url(/assets/img/top_show_09.jpg) no-repeat center top;
}

.toppage .show-list>div a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    transition-duration: 0.5s;
}

@media (max-width: 767.98px) {

    .toppage .show-list>div a,
    .toppage .show-list>div div {
        width: 100%;
        height: 120px;
    }

    .toppage .show-list .housing a,
    .toppage .show-list .wooden a,
    .toppage .show-list .mansion a,
    .toppage .show-list .rent a,
    .toppage .show-list .management a,
    .toppage .show-list .exhibitorlist a,
    .toppage .show-list .exhibitorlist div,
    .toppage .show-list .bousai a {
        background-size: 100% auto;
    }
}

@media (min-width: 768px) {

    .toppage .show-list>div a,
    .toppage .show-list>div div {
        width: 100%;
        height: 160px;
    }

    .toppage .show-list .housing a,
    .toppage .show-list .wooden a,
    .toppage .show-list .mansion a,
    .toppage .show-list .rent a,
    .toppage .show-list .management a,
    .toppage .show-list .exhibitorlist a,
    .toppage .show-list .kansai a,
    .toppage .show-list .exhibitorlist div,
    .toppage .show-list .bousai a {
        background-size: 100% auto;
    }

    .toppage .show-list>div a:hover {
        background-size: 110% auto;
        opacity: 1;
        transition-duration: 0.5s;
    }
}

.toppage #show-list .show-list>div a::before,
.toppage .show-list>div div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 15px 20px 15px;
    background-color: rgba(0, 0, 0, 0.6);
    content: ' ';
}

.toppage .show-list span {
    position: absolute;
    bottom: 25px;
    left: 8px;
    display: block;
    padding: 13px 20px 13px 25px;
    width: 86%;
    color: #fff;
    font-size: 1.25rem;
}

.toppage .info-show-list {
    margin: 0 auto;
    width: 86%;
}

.toppage .info-show-list .show-list span {
    left: 0;
}

.toppage .show-list .housing span,
.toppage .show-list .exhibitorlist span {
    background-color: #45a537;
}

.toppage .show-list .wooden span {
    background-color: #684230;
}

.toppage .show-list .mansion span {
    background-color: #e0690c;
}

.toppage .show-list .rent span {
    background-color: #e89112;
}

.toppage .show-list .management span {
    background-color: #f2c626;
}

.toppage .show-list .kansai span {
    background-color: #ffd800;
    color: #000;
}

.toppage .show-list .bousai span {
    background-color: #e0690c;
}

@media (min-width: 1200px) {
    .toppage .show-list span::after {
        position: absolute;
        right: -42px;
        bottom: 0;
        border-width: 51px 0 0 43px;
        border-style: solid;
        border-color: transparent transparent transparent #128a00;
        content: '';
    }

    .toppage .show-list .housing span::after,
    .toppage .show-list .exhibitorlist span::after {
        border-color: transparent transparent transparent #128a00;
    }

    .toppage .show-list .wooden span::after {
        border-color: transparent transparent transparent #4e220d;
    }

    .toppage .show-list .mansion span::after {
        border-color: transparent transparent transparent #b44900;
    }

    .toppage .show-list .rent span::after {
        border-color: transparent transparent transparent #e67400;
    }

    .toppage .show-list .management span::after {
        border-color: transparent transparent transparent #c49e15;
    }

    .toppage .show-list .kansai span::after {
        border-color: transparent transparent transparent #ffb700;
        display: none;
        /* 2行になったので一時的に非表示 2023-09-06 */
    }

    .toppage .show-list .bousai span::after {
        border-color: transparent transparent transparent #b44900;
    }
}

.toppage .top-news {
    padding: 15px 0 15px 20px;
    border-left: 5px solid #c4b16e;
    background-color: #fce38a;
}

.toppage .top-news div.row {
    overflow: auto;
    width: 100%;
    height: 100px;
}

.toppage .top-news div.row::-webkit-scrollbar {
    width: 15px;
}

.toppage .top-news div.row::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f9ca22;
}

.toppage .top-news div.row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c4b16e;
}

.toppage .top-news>div>div {
    margin-bottom: 10px;
}

.toppage .top-cont {
    margin: 20px 0;
}

.toppage .top-cont a {
    display: block;
    margin-bottom: 20px;
    padding: 15px 0 15px 20px;
}

.toppage .top-cont div:nth-child(n-1) {
    padding-left: 0;
}

.toppage .top-cont div:nth-child(4n-1) {
    padding-right: 0;
}

.toppage .top-cont div:first-child a {
    border-left: 5px solid #57a796;
    background-color: #6bd5bf;
    color: #000;
}

.toppage .top-cont div:nth-child(2) a {
    border-left: 5px solid #bd6867;
    background-color: #f38181;
    color: #000;
}

.toppage .top-cont div:nth-child(3) a {
    border-left: 5px solid #a962ab;
    background-color: #d079db;
    color: #000;
}

.toppage .top-cont div:nth-child(4) a {
    border-left: 5px solid #6296ab;
    background-color: #79bedb;
    color: #000;
}

.toppage .top-cont div:nth-child(5) a {
    border-left: 5px solid #be903a;
    background-color: #e9b657;
    color: #000;
}

.top-timetable h4,
.top-main h4 {
    margin: 60px 0 20px;
    border-bottom: 1px solid #333;
}

.top-timetable table thead th {
    background-color: #28a745;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
}

.top-timetable table thead td {
    width: 33.33%;
    background-color: #c3e0ca;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
}

.top-timetable td.realOnly {
    color: rgba(0, 0, 0, 0.3);
}

.top-timetable td.onlineSec {
    border: 3px solid #e00c28;
}

.top-timetable .cat-housing {
    background-color: rgba(70, 165, 55, 0.2);
}

.top-timetable .cat-housing .cat {
    background-color: rgba(70, 165, 55, 0.4);
}

.top-timetable .cat-housing .time {
    background-color: rgba(70, 165, 55, 0.65);
}

.top-timetable .cat-wooden {
    background-color: rgba(104, 66, 48, 0.2);
}

.top-timetable .cat-wooden .cat {
    background-color: rgba(104, 66, 48, 0.4);
}

.top-timetable .cat-wooden .time {
    background-color: rgba(104, 66, 48, 0.65);
}

.top-timetable .cat-mansion {
    background-color: rgba(224, 104, 12, 0.2);
}

.top-timetable .cat-mansion .cat {
    background-color: rgba(224, 104, 12, 0.4);
}

.top-timetable .cat-mansion .time {
    background-color: rgba(224, 104, 12, 0.65);
}

.top-timetable .cat-rent {
    background-color: rgba(232, 146, 18, 0.2);
}

.top-timetable .cat-rent .cat {
    background-color: rgba(232, 146, 18, 0.4);
}

.top-timetable .cat-rent .time {
    background-color: rgba(232, 146, 18, 0.65);
}

.top-timetable .cat-management {
    background-color: rgba(242, 198, 38, 0.2);
}

.top-timetable .cat-management .cat {
    background-color: rgba(242, 198, 38, 0.4);
}

.top-timetable .cat-management .time {
    background-color: rgba(242, 198, 38, 0.65);
}

.top-timetable .time {
    padding: 5px;
    font-weight: 700;
    font-size: 1rem;
}

.top-timetable .cat {
    margin: 3px 0 5px 0;
    padding: 5px;
}

.top-timetable .sem-title {
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
    font-weight: 700;
    font-size: 1rem;
}

.toppage .top-PR h5,
.top-PR h5 {
    margin: 40px 0;
    padding: 10px 15px;
    background-color: #f1f2f3;
    font-size: 1.125rem;
}

.toppage h3,
.toppage h4,
.toppage h5,
.toppage h6 {
    font-weight: 600;
    font-size: 2rem;
}

.toppage h3 span,
.toppage h4 div,
.toppage h5 div,
.toppage h6 div {
    font-weight: normal;
    font-size: 0.85rem;
    opacity: 0.7;
}

.toppage h3 span {
    margin-left: 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .toppage .show-list>div a::before {
        margin: 20px 15px;
    }

    .toppage .show-list span {
        font-size: 1rem;
    }

    .toppage .show-list span::after {
        border-width: 45px 0 0 43px;
    }

    .toppage h3,
    .toppage h4,
    .toppage h5,
    .toppage h6 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .toppage .top-cont div {
        margin-top: 10px;
        padding: 0;
    }
}

/* contents setting
------------------------------------------------------- */
.contents .alert {
    line-height: 1.7;
}

.contents h2 {
    display: flex;
    margin-bottom: 40px;
    color: #45a537;
    font-weight: 700;
    font-size: 2.2rem;

    align-items: center;
}

.contents h2 span {
    margin-left: 1rem;
    font-weight: 400;
    font-size: 1.25rem;
}

.contents h2:after {
    margin-left: 1rem;
    border-top: 1px solid;
    content: '';

    flex-grow: 1;
}

.contents .housing h2,
.contents .wooden h2,
.contents .mansion h2,
.contents .rent h2,
.contents .online h2,
.contents .management h2,
.contents .bousai h2 {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
}

.contents .housing h2 {
    background: #45a537;
    background-image: url(/assets/img/top_show_01.jpg);
    background-position: right center;
    background-size: cover;
}

.contents .wooden h2 {
    background: #684230;
    background-image: url(/assets/img/top_show_02.jpg);
    background-position: right center;
    background-size: cover;
}

.contents .mansion h2 {
    background: #e0690c;
    background-image: url(/assets/img/top_show_03.jpg);
    background-position: right center;
    background-size: cover;
}

.contents .rent h2 {
    background: #e89112;
    background-image: url(/assets/img/top_show_04.jpg);
    background-position: right center;
    background-size: cover;
}

.contents .online h2 {
    background: #00a7b4;
    background-image: url(/assets/img/top_show_05.jpg);
    background-position: right center;
    background-size: cover;
}

.contents .management h2 {
    margin-bottom: 0;
    padding: 240px 0 0;
    border-radius: 10px 10px 0 0;
    background-image: url(/assets/img/top_show_06.jpg);
    background-position: right center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
}

.contents .bousai h2 {
    background: #e0690c;
    background-image: url(/assets/img/mansionbousai_haikei.jpg);
    background-position: left bottom;
    background-size: cover;
}

.contents .housing h2::after,
.contents .wooden h2::after,
.contents .mansion h2::after,
.contents .rent h2::after,
.contents .online h2::after,
.contents .management h2::after,
.contents .bousai h2::after {
    display: none;
}

.contents .showimg-bg {
    padding: 80px 20px;
    width: 100%;
    height: 100%;
}

.contents .housing .showimg-bg {
    background: rgba(69, 165, 55, 0.8);
}

.contents .wooden .showimg-bg {
    background: rgba(104, 66, 48, 0.8);
}

.contents .mansion .showimg-bg {
    background: rgba(224, 105, 12, 0.8);
}

.contents .rent .showimg-bg {
    background: rgba(232, 145, 18, 0.8);
}

.contents .online .showimg-bg {
    background: rgba(12, 193, 224, 0.8);
}

.contents .management .showimg-bg {
    padding: 20px 10px;
    height: auto;
    background-color: rgba(31, 25, 3, 0.8);
}

.contents .bousai .showimg-bg {
    background: rgba(224, 105, 12, 0.8);
}

.contents .showimg-bg span {
    display: block;
    margin-bottom: 0.925rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px dotted #fff;
    font-size: 2rem;
}

.contents .sub-catch {
    display: block;
    margin-top: 1.5rem;
    padding: 1rem;
    font-size: 1.75rem;
}

.contents .bousai .sub-catch {
    background: rgba(156, 69, 2, 0.8);
}
.contents .recommend-box {
    position: relative;
    padding: 30px 15px 0 15px;
margin-top: 5rem;
}
.contents .housing .recommend-box {
    border: 3px solid #45a537;
    
}

.contents .housing .recommend-box h4 {
    color: #45a537;
    font-weight: 700;
    background: none;
    border-bottom: 1px solid #45a537;
    padding: 5px 0;
    font-size: 1.25rem;
    text-align: center;
}
.contents .recommend-box ul.row {
    margin-left: 100px;
}
.contents .recommend-box li {
    font-size: 1rem;
}

.contents .wooden .recommend-box {
    border: 3px solid #684230;
}
.contents .mansion .recommend-box {
    border: 3px solid #e0690c;
}

.contents .rent .recommend-box {
    border: 3px solid #e89112;
}

.contents .bousai .recommend-box {
    border: 3px solid #e0690c;
}

.contents .recommend-box .balloon-pos {
    position: absolute;
    top: -75px;
    left: -25px;
}
.contents .midokoro .card {margin-bottom: 1rem;}
.contents .midokoro .card-title {
    font-size: 1.25rem;
}
.contents .housing .midokoro .card-title strong {
    color: #45a537;
}
.contents .wooden .midokoro .card-title strong {
    color: #684230;
}
.contents .mansion .midokoro .card-title strong {
    color: #e0690c;
}
.contents .rent .midokoro .card-title strong {
    color: #e89112;
}
.contents .bousai .midokoro .card-title strong {
    color: #e0690c;
}
.contents .midokoro .card-title span {
    background: linear-gradient(transparent 40%, #f7ee73 60%);
}
.contents h3 {
    position: relative;
    margin-bottom: 25px;
    padding: 0.3em 0;
    font-weight: 700;
    font-size: 1.6rem;
}

.contents h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg,
            #d3d6cc,
            #d3d6cc 2px,
            #fff 2px,
            #fff 4px,
            #d3d6cc 4px,
            #d3d6cc 6px,
            #fff 6px);
    content: '';
}

.contents h4 {
    margin-bottom: 20px;
    padding: 10px 15px 6px 15px;
    border-bottom: 4px solid #e3e3e3;
    border-radius: 4px 4px 0 0;
    background-color: #ebedee;
    line-height: 1.5;
}

.contents .housing h4,
.contents h4.green {
    border-bottom: 4px solid #45a537;
    background-color: #7ecf71;
}

.contents .wooden h4,
.contents h4.brown {
    border-bottom: 4px solid #684230;
    background-color: #c1917a;
}

.contents h4.brownS {
    margin-top: 20px;
    border: none;
    background-color: #ddcac1;
    font-weight: 700;
    font-size: 1rem;
}

.contents .mansion h4,
.contents h4.orange {
    border-bottom: 4px solid #e0690c;
    background-color: #f59e5b;
}

.contents .rent h4 {
    border-bottom: 4px solid #e89112;
    background-color: #f3bb6c;
}

.contents h4.top {
    border-bottom: 4px solid #128c00;
    background-color: #45a537;
    color: #fff;
}

.contents h5.acvs {
    margin-bottom: 20px;
    padding: 10px 15px 6px 15px;
    border-radius: 4px;
    background-color: #00a7b4;
    color: #fff;
    line-height: 1.5;
}

.contents h5.spots {
    margin-bottom: 20px;
    padding: 10px 15px 6px 15px;
    border-left: 5px solid #00a7b4;
    border-radius: 0 4px 4px 0;
    background-color: #dbdddf;
    color: #00a7b4;
    line-height: 1.5;
}

.contents .housing h5,
.contents .wooden h5,
.contents .mansion h5,
.contents .rent h5,
.contents .online h5,
.contents .management h5 {
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid #b4b3b3;
    margin: 1.5rem 0;
}

.contents .bousai h5 {
    margin-bottom: 20px;
    padding: 5px 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 170%;
}

.contents h6.acvs {
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 2px solid #00a7b4;
    color: #00a7b4;
    font-weight: 700;
    line-height: 1.5;
}

.contents h6.s-h6 {
    margin-bottom: 15px;
    padding: 5px 0;
    border-bottom: 1px dotted #666;
    color: #444;
    font-weight: 700;
    font-size: 120%;
    line-height: 1.5;
}

.contents ul.row {
    margin: 0 0 15px 0;
    padding-left: 20px;
}

.contents ul.row li {
    padding-left: 0;
}

.contents ul.bigtxt li {
    font-size: 1rem;
}

.contents ul.row li {
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}

.contents ul.row li:before {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
}

.contents .matching-box ul.row li:before {
    position: absolute;
    top: 10px;
    left: -1rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
}

.contents ul.row.no-lt li:before {
    display: none;
}

.contents ul.row.no-lt {
    list-style: none;
}

.contents .housing ul.row li:before {
    background-color: #45a537;
}

.contents .wooden ul.row li:before {
    background-color: #684230;
}

.contents .mansion ul.row li:before {
    background-color: #e0690c;
}

.contents .rent ul.row li:before {
    background-color: #e89112;
}

.contents .management ul.row li:before {
    background-color: #e0690c;
}

.contents .bousai ul.row li:before {
    background-color: #e0690c;
}

.contents .housing .balloon-right,
.contents .wooden .balloon-right,
.contents .mansion .balloon-right,
.contents .rent .balloon-right,
.contents .management .balloon-right {
    position: relative;
    display: inline-block;
    margin: 0 15px 1.5em 0;
    padding: 50px 5px;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #45a537;
}

.contents .wooden .balloon-right {
    background-color: #684230;
}
.contents .mansion .balloon-right {
    background-color: #e0690c;
}
.contents .rent .balloon-right {
    background-color: #e89112;
}
.contents .management .balloon-right {
    background-color: #f2c626;
}

.contents .housing .balloon-right:before,
.contents .wooden .balloon-right:before,
.contents .mansion .balloon-right:before,
.contents .rent .balloon-right:before,
.contents .management .balloon-right:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #45a537;
    transform: rotate(-45deg);
    z-index: 0;
}

.contents .wooden .balloon-right:before {
    border-top: 20px solid #684230;
}
.contents .mansion .balloon-right:before {
    border-top: 20px solid #e0690c;
}.contents .rent .balloon-right:before {
    border-top: 20px solid #e89112;
}.contents .management .balloon-right:before {
    border-top: 20px solid #f2c626;
}

.contents a.btn {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.contents a.btn.accessBtn {
    display: inline-block;
    margin: 0 10px;
    width: 100px;
    font-size: 0.875rem;
}

.contents .alert p {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.contents .alert a.btn {
    padding: 20px 0;
    font-size: 1.25rem;
}

.show-date-wrap {
    margin-bottom: 20px;
    padding: 20px;
}

.housing .show-date-wrap {
    border: 2px solid #45a537;
}

.wooden .show-date-wrap {
    border: 2px solid #684230;
}

.mansion .show-date-wrap {
    border: 2px solid #e0690c;
}

.rent .show-date-wrap {
    border: 2px solid #e89112;
}

.show-date-wrap div {
    font-weight: bold;
    font-size: 1.25rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.show-date-wrap div strong {
    font-size: 2.125rem;
}

.show-date-wrap div span {
    font-size: 1.75rem;
}

@media (max-width: 991.98px) {
    .show-date-wrap div span {
        font-size: 1.25rem;
    }
}

.point-hd {
    position: relative;
    margin: 25px 0;
    padding: 0.5rem;
    border-left: 84px solid #eb578e;
    background: #f3a3c1;
    font-weight: bold;
    font-size: 1.35rem;
}

.point-hd02 {
    position: relative;
    margin: 25px 0;
    padding: 0.8rem;
    background: #eb578e;
    color: #fff;
    font-weight: bold;
    font-size: 1.35rem;
}

.point-hd03 {
    position: relative;
    margin: 20px 0 25px;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.35rem;
    padding-left: 70px;
}

.point-hd span {
    position: absolute;
    top: 6px;
    left: -74px;
    color: #fff;
    font-size: 1.1rem;
}

.point-hd03 span.point-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    text-align: center;
    font-size: 1.75rem;
    color: #fff;
    background: #000;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .point-hd03 {
        padding-left: 0;
    }

    .point-hd03 span {
        position: relative;
        padding: 0;
        display: block;
    }
}

.point-hd strong {
    position: absolute;
    top: 0;
    left: -74px;
    width: 65px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
}

.point-hd:after {
    position: absolute;
    top: 100%;
    left: -55px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #eb578e;
    content: '';
}

.point-hd02:after {
    position: absolute;
    top: 100%;
    left: 35px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #eb578e;
    content: '';
}

.point-sub-hd {
    margin-top: 10px;
    color: #eb578e;
    font-weight: bold;
    font-size: 1.2rem;
}
.management .point-sub-hd {
    color: #e0690c;
}

.point-sub-hd-b {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #f1f2f3;
    color: #eb578e;
    font-weight: bold;
    font-size: 1rem;
}

.pointlist {
    padding: 15px 15px 0 15px;
    background-color: #f1f2f3;
}

/*.contents .pointlist ul.row li:before {
    display: none;
}*/

.point-wrap img {
    width: 100%;
}

img.icon-img {
    width: auto;
    height: 130px;
}

.strong-text {
    color: #1c2660;
    font-weight: 700;
    font-size: 125%;
}

.sponcer-list {
    margin-top: 15px;

    /*margin-bottom: 50px;*/
    /*padding-top: 15px;
    border-top: 1px dotted #999;*/
    color: #999;
    font-size: 0.875rem;
    text-align: center;
}

.sponcer-list>div {
    margin-bottom: 10px;
}

.onlineshow-wrap {
    position: relative;
    margin: 110px 0 60px 0;
    padding: 60px 20px 20px 20px;
    border: 8px double #bdd1da;
    border-radius: 5px;
}

.onlineshow-wrap .hdline {
    position: absolute;
    top: -70px;
    left: 45%;
    display: inline-flex;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #0077c8;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 1.25rem;

    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.onlineshow-wrap .ccopy {
    padding-bottom: 20px;
    border-bottom: 1px dashed #0077c8;
    color: #0077c8;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
}

.onlineshow-wrap .ccopy strong {
    font-size: 1.8rem;
}

img.trm-img-b300 {
    height: 300px;

    object-fit: none;
    object-position: 50% 50%;
}

.archive-top-img img,
.thumbnail img {
    width: 100%;
}

.archive-name-hr {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d6cc;
}

.archive-booth>a {
    margin-bottom: 20px;
}

.press-release {
    padding-left: 20px;
}

.press-release li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    list-style: none;
}

.press-release li:before {
    padding-right: 5px;
    content: '\f1ea';
    font-weight: 900;
    font-size: 1.25rem;
    font-family: 'Font Awesome 5 Free';
}

img.flt-img,
img.flt-img-sm {
    margin-bottom: 15px;
    width: 100%;
}

.start-history dt::before {
    display: inline-block;
    margin-right: 5px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #81be6e;
    content: '';
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
}

.start-history dt::after {
    display: inline-block;
    margin-left: 0.65rem;
    height: 15px;
    border: 2px solid #81be6e;
    content: '';
}

.start-history dt.last::after {
    display: none;
}

.start-history dt {
    padding-top: 10px;
}

.start-background>div,
.online-background>div,
.industry-background>div,
.rent-background>div {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.rent-background>div {
    font-size: 1rem;
}

.start-background>div:after,
.online-background>div:after,
.industry-background>div:after,
.rent-background>div:after {
    position: absolute;
    bottom: -20px;
    left: 45%;
    z-index: 1;
    width: 0;
    height: 0;
    border-width: 20px 50px 0 50px;
    border-style: solid;
    content: '';
}

.start-background>div:first-child,
.industry-background>div:first-child {
    background-color: #b6cf71;
}

.start-background>div:first-child:after,
.industry-background>div:first-child:after {
    border-color: #b6cf71 transparent transparent transparent;
}

.start-background>div:nth-child(2),
.industry-background>div:nth-child(3),
.industry-background>div:nth-child(4) {
    background-color: #7ecf71;
}

.start-background>div:nth-child(2):after,
.industry-background>div:nth-child(3):after,
.industry-background>div:nth-child(4):after {
    border-color: #7ecf71 transparent transparent transparent;
}

.start-background>div:nth-child(3),
.industry-background>div:nth-child(7) {
    background-color: #71cfb3;
}

.start-background>div:nth-child(3):after,
.industry-background>div:nth-child(7):after {
    border-color: #71cfb3 transparent transparent transparent;
}

.start-background>div:nth-child(4) {
    margin-bottom: 2rem;
    padding: 10px 0;
    font-weight: 700;
    font-size: 135%;
}

.start-background>div:nth-child(4):after,
.industry-background>div:nth-child(2):after,
.industry-background>div:nth-child(5):after,
.industry-background>div:nth-child(8):after,
.rent-background>div:nth-child(4):after {
    border: none;
}

.online-background>div:first-child,
.rent-background>div:first-child {
    background-color: #8cc6dd;
}

.online-background>div:first-child:after,
.rent-background>div:first-child:after {
    border-color: #8cc6dd transparent transparent transparent;
}

.rent-background>div:nth-child(2) {
    background-color: #61b5d6;
}

.rent-background>div:nth-child(2):after {
    border-color: #61b5d6 transparent transparent transparent;
}

.rent-background>div:nth-child(3) {
    background-color: #35a6d3;
}

.rent-background>div:nth-child(3):after {
    border-color: #35a6d3 transparent transparent transparent;
}

.industry-background>div:nth-child(2),
.industry-background>div:nth-child(5),
.industry-background>div:nth-child(8),
.industry-background>p.resultTxt {
    margin: 15px 0;
    color: #20990e;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.rent-background>div:nth-child(4) {
    margin-bottom: 2rem;
    padding: 10px 0;
    font-size: 1rem;
}

.rent-background>div:nth-child(4) strong {
    display: block;
    margin-bottom: 0.5rem;
    border-bottom: #066286 1px solid;
    color: #066286;
}

.marker-ylw {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-weight: 700;
}

.matching-box {
    margin: 30px 0;
    padding: 20px;
    border-radius: 10px;
}

.matching-box h4 {
    font-weight: 900;
    font-size: 260%;
}

.matching-box .inside-matching {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.matching-box .inside-matching .ttl {
    margin-bottom: 15px;
    padding-left: 8px;
    font-weight: 700;
    font-size: 1.2rem;
}

.housing .matching-box {
    background-color: #c6e6bd;
}

.housing .matching-box h4 {
    padding: 0;
    border: none;
    background: none;
    color: #45a537;
}

.housing .matching-box h6 {
    margin: 10px 0 5px;
    padding: 5px;
    background-color: #45a537;
    color: #fff;
}

.housing .inside-matching .ttl {
    border-left: 6px solid #45a537;
    color: #45a537;
}

.wooden .matching-box {
    background-color: #cfc3bd;
}

.wooden .matching-box h4 {
    padding: 0;
    border: none;
    background: none;
    color: #684230;
}

.wooden .matching-box h6 {
    margin: 10px 0 5px;
    padding: 5px;
    background-color: #684230;
    color: #fff;
}

.wooden .inside-matching .ttl {
    border-left: 6px solid #684230;
    color: #684230;
}

.mansion .matching-box,
.bousai .matching-box {
    background-color: #FAF0C6;
}

.mansion .matching-box h4 {
    padding: 0;
    border: none;
    background: none;
    color: #e0690c;
}

.mansion .matching-box h6,
.bousai .matching-box h6 {
    margin: 10px 0 5px;
    padding: 5px;
    background-color: #E89112;
    color: #fff;
}

.bousai .matching-box h4 {
    padding: 0;
    border: none;
    background: none;
    color: #e0690c;
    font-size: 200%;
    border-bottom: 3px solid #e0690c;
}

.mansion .inside-matching .ttl,
.bousai .inside-matching .ttl
{
border-left: 6px solid #e0690c;
color: #e0690c;
}

.mansion .matching-box .mt-ttl {
    background-color: #e0690c;
    padding: 0.5rem;
    font-size: 1.4rem;
    color: #FFF;
    text-align: center;
}

.rent .matching-box {
    background-color: #faf0c6;
}

.rent .matching-box h4 {
    padding: 0;
    border: none;
    background: none;
    color: #e89112;
}
.rent .matching-box h6 {
    margin: 10px 0 5px;
    padding: 5px;
    background-color: #e89112;
    color: #fff;
}

.rent .inside-matching .ttl {
    border-left: 6px solid #e89112;
    color: #e89112;
}

.rent .matching-box .mt-ttl {
    color: #e89112;
    border-bottom: 2px solid #e89112;
    padding: 0.25rem 0;
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.management .matching-box {
    background-color: #e9e3df;
}

.management .matching-box h4 {
    padding: 0;
    border: none;
    background: none;
    color: #6a4833;
    font-weight: 700;
    font-style: normal;
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
}

.management .inside-matching .ttl {
    border-left: 6px solid #f2c626;
    color: #f2c626;
}

.online-concept {
    margin: 20px 0;
    font-weight: bold;
    font-size: 1.125rem;
}

.online-concept span {
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: rgb(26, 56, 141);
    color: #fff;
}

.about-online-box {
    margin-bottom: 20px;
    padding: 0 10px;
    height: 100%;
    border: 1px solid #f1f2f3;
    background-color: #fff;
    box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.3);
}

.about-online-box .ttl {
    position: relative;
    margin: 15px 0;
    padding: 5px 0;
    min-height: 72px;
    background-color: rgb(26, 56, 141);
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}

.about-online-box .ttl span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 36px;
}

.about-online-box i {
    color: #4694d1;
    font-size: 6rem;
}

.visitor-data {
    margin-bottom: 10px;
    padding: 20px 15px;
    border-radius: 8px;
    background-color: #f1f2f3;
}

.visitor-data i {
    font-size: 2rem;
}

.visitor-data i {
    vertical-align: middle;
}

.manage-top-catch {
    margin-bottom: 40px;
    color: #ee740e;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-family: 'mochiy-pop', sans-serif;
}

.atent-day {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-left: 40px;
    padding: 0 20px;
    min-width: 115px;
    width: auto;
    background: #0f57a5;
    color: #f6f6f6;
    text-align: center;
    letter-spacing: 0.125rem;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    font-family: 'mochiy-pop', sans-serif;
    line-height: 50px;
}

.atent-day:before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #0f57a5 transparent transparent;
    content: '';
}

.manage-ccopy {
    margin-bottom: 40px;
    padding: 15px 40px;
    border-radius: 0 0 10px 10px;
    background-color: #f2c626;
    text-align: center;
    font-size: 135%;
}

.manage-header {
    position: relative;
    margin-top: 70px;
    margin-bottom: 20px;
    color: #6a4833;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
}

.manage-header::before {
    position: absolute;
    top: -15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    border-radius: 3px;
    background: #f2c626;
    content: '';
}

.bousai-header {
    position: relative;
    margin-top: 70px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
}

.bousai-header::before {
    position: absolute;
    top: -15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    border-radius: 3px;
    background: #f2c626;
    content: '';
}

.manage-header-s {
    margin: 1.75rem 0;
    border: 5px solid #f2c626;
    border-radius: 10px;
    background-color: #fdf8e4;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.manage-header-s div {
    padding: 1.25rem 0;
}

.manage-header-s div:first-child {
    position: relative;
    border: 4px solid #fdf8e4;
    background-color: #f2c626;
    font-size: 1.8rem;
}

.manage-header-s div:first-child:after {
    position: absolute;
    right: -20px;
    bottom: 25%;
    width: 0;
    height: 0;
    border-width: 20px 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #f2c626;
    content: '';
}

.manage-header-s i {
    color: #6a4833;
}

.manage-strongcc {
    color: #6a4833;
    font-weight: 700;
    font-style: normal;
    font-size: 165%;
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
}

.manage-header-m {
    position: relative;
    margin: 50px 0 30px;
    padding: 1.125rem 2rem;
    border-radius: 10px;
    background: #fdf6b4;
    text-align: center;
    font-weight: 700;
    font-size: 1.375rem;
}

.manage-header-m:after {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #fdf6b4 transparent transparent transparent;
    content: '';
}

.row-height {
    display: flex;

    flex-wrap: wrap;
}

/*セミナー2列表示 2023-03-09*/
@media (min-width: 992px) {
    .seminar-wrap {
        display: flex;

        flex-wrap: wrap;
    }

    .semianr-box {
        width: 50%;
    }

    .semianr-box:nth-child(2n) {
        border-left: 2px solid #fff;
    }
}

.semianr-box {
    padding: 20px;
    border-bottom: 2px solid #fff;
    background-color: #e9ecef;
}

.housing .pf-seminar .semianr-box {
    background-color: rgba(70, 165, 55, 0.2);
}

.wooden .pf-seminar .semianr-box {
    background-color: rgba(104, 66, 48, 0.2);
}

.mansion .pf-seminar .semianr-box {
    background-color: rgba(224, 104, 12, 0.2);
}

.rent .pf-seminar .semianr-box {
    background-color: rgba(232, 146, 18, 0.2);
}

.management .pf-seminar .semianr-box {
    background-color: rgba(242, 198, 38, 0.2);
}

/*.semianr-box:last-of-type {
    margin-bottom: 15px;
}*/
.semianr-box ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;

    align-items: center;
}

.semianr-box ul li:first-of-type {
    min-width: 120px;
}

.semianr-box ul li img {
    width: 120px;
}

.semianr-box ul li:last-of-type {
    padding-left: 20px;
    text-align: left;
}

.semianr-box ul li p:first-child>span.no {
    margin-right: 7px;
    min-width: 35px;
}

.semianr-box .title {
    font-weight: 700;
    font-size: 0.94rem;
    line-height: 1.2em;
}

.semianr-box .title.meeting {
    font-family: kinuta-maruminfuji-stdn, serif;
font-weight: 600;
font-style: normal;
font-size: 300%;
}

font-family: "kinuta-maruminfuji-stdn", serif;
font-weight: 400;
font-style: normal;

.semianr-box .toggle_btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 2px;
    background-color: #b9b9bd;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.semianr-box .toggle_wrap {
    display: none;
    margin-top: 20px;
    padding: 0 0 20px;
    background-color: #fff;
    font-size: 14px;
}

.semianr-box .toggle_wrap h5 {
    padding: 10px;
    width: 100%;
    background-color: #b9b9bd;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.rent .semianr-box .toggle_btn,
.rent .semianr-box .toggle_wrap h5 {
    background-color: #e89112;
}

.mansion .semianr-box .toggle_btn,
.mansion .semianr-box .toggle_wrap h5 {
    background-color: #e0690c;
}

.wooden .semianr-box .toggle_btn,
.wooden .semianr-box .toggle_wrap h5 {
    background-color: #684230;
}

.housing .semianr-box .toggle_btn,
.housing .semianr-box .toggle_wrap h5 {
    background-color: #45a537;
}

.management .semianr-box .toggle_btn,
.management .semianr-box .toggle_wrap h5 {
    background-color: #f2c626;
}

.semianr-box .toggle_wrap .profile {
    padding: 10px 20px;
    text-align: left;
}

.semianr-box .toggle_wrap .profile .stitle {
    display: block;
    padding: 5px 0;
    width: 150px;
    background-color: #696969;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    img.flt-img {
        width: 45%;
    }

    img.flt-img-sm {
        width: 30%;
    }
}

@media (max-width: 767.98px) {
    .semianr-box ul {
        display: block;
    }

    .semianr-box ul li:first-of-type {
        min-width: 100%;
        text-align: center;
    }

    .semianr-box ul li img {
        width: 80%;
    }

    .semianr-box ul li:last-of-type {
        padding: 20px 0 0 0;
    }

    .semianr-box ul li p span {
        display: block;
    }
}

.corona-num {
    margin-bottom: 10px;
    color: #ccd6e0;
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
}

.corona-title {
    font-size: 1.2rem;
    line-height: 1.2;
}

.corona-img01 {
    overflow: hidden;
    background: url(/assets/img/corona_01.jpg) no-repeat;
    background-size: auto 100%;
}

.corona-img02 {
    overflow: hidden;
    background: url(/assets/img/corona_02.jpg) no-repeat;
    background-size: auto 100%;
}

.corona-img03 {
    overflow: hidden;
    background: url(/assets/img/corona_03.jpg) no-repeat;
    background-size: auto 100%;
}

.corona-img04 {
    overflow: hidden;
    background: url(/assets/img/corona_04.jpg) no-repeat;
    background-size: auto 100%;
}

.card .row {
    height: 100%;
}

@media (max-width: 767.98px) {

    .corona-img01,
    .corona-img02,
    .corona-img03,
    .corona-img04 {
        height: 150px;
        background-position: center;
        background-size: 100% auto;
    }

    .contents a.btn.w-75 {
        width: 100% !important;
    }
}

/* 会場アクセス
https://ir-expo.jp/kansai-ir/attendance/access.php　から丸コピ */

.column_wrap {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.column02_b {
    margin-bottom: 1rem;
    padding: 0;
    width: 48%;
}

.access_block {
    padding: 0 0 30px 0;
}

span.acc_sm {
    padding-left: 5px;
    font-size: 12px;
}

.access_map {
    padding: 30px 0;
}

.access_map ul {
    text-align: center;
}

.access_map ul li {
    padding-bottom: 10px;
}

.access_info {
    padding: 10px 0 20px;
}

ul.access_li {
    padding: 0;
}

ul.access_li li {
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #45a537;
    color: #45a537;
    list-style: none;
    font-weight: 700;
    font-size: 1rem;
}

.access_station {
    padding: 5px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    text-align: center;
}

.access_station_start {
    padding: 5px;
    border: 1px solid #ccc;
    background: #e8e8e8;
    text-align: center;
}

.access_chika01 {
    margin: 0 auto;
    padding: 10px 0;
    width: 50%;

    /* 地下鉄御堂筋線 */
    border-left: 10px solid #f03;
    text-align: center;
}

.access_chika02 {
    margin: 0 auto;
    padding: 10px 0;
    width: 50%;

    /* 地下鉄中央線 */
    border-left: 10px solid #1e8200;
    text-align: center;
}

.access_chika03 {
    margin: 0 auto;
    padding: 10px 0;
    width: 50%;

    /* 地下鉄四つ橋線 */
    border-left: 10px solid #000fe5;
    text-align: center;
}

.access_chika04 {
    margin: 0 auto;
    padding: 10px 0;
    width: 50%;

    /* 地下鉄長堀鶴見緑地線 */
    border-left: 10px solid #00c631;
    text-align: center;
}

.access_porttown {
    margin: 0 auto;
    padding: 10px 0;
    width: 50%;

    /* ポートタウン */
    border-left: 10px solid #02ccdb;
    text-align: center;
}

.access_jr {
    margin: 0 auto;
    padding: 10px 0;
    width: 50%;

    /* JR */
    border-left: 10px solid #999;
    text-align: center;
}

.access_car_txt {
    margin-bottom: 15px;
    line-height: 2;
}

.access_car_txt span {
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    background: #e8e8e8;
    text-align: center;
}

span.access_car_start {
    margin-left: 0;
}

span.access_car_jct {
    margin: 0;
    border: 0;
    background: #fff;
    font-size: 12px;
}

span.access_car_time {
    margin-left: 0;
    border: 0;
    background: #fff;
    color: #3f9f13;
    font-weight: 700;
    font-size: 16px;
}

span.access_car_taxi {
    margin: 0;
    border: 0;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
}

span.access_car_last {
    border: 1px solid #3f9f13;
    background: #fff;
    color: #3f9f13;
    font-weight: 700;
}

ol.ol_list01 {
    padding: 0;
    color: #00275d;
    font-size: 16px;
}

ol.ol_list01 li {
    margin-bottom: 10px;
    padding: 5px 5px 5px 0;
    border-bottom: 1px dotted #00275d;
    list-style: none;
    font-weight: 700;
}

ol.ol_list02 {
    font-size: 16px;
}

ol.ol_list02 li {
    margin-bottom: 10px;
    padding: 5px 5px 5px 20px;
    border-bottom: 1px dotted #a5a5a5;
}

@media only screen and (max-width: 640px) {
    .mapimg {
        width: 100%;
    }

    .access_station,
    .access_station_start {
        margin: 0 10px;
    }

    ul.access_li li {
        padding: 5px 5px 5px 12px;
        background: url(../images/bg_sq_orange.svg) left 1em no-repeat;
        background-size: 5px;
    }

    .access_even {
        padding: 20px 0;
        background: #fcfaed;
    }

    span.access_car_jct {
        font-size: 10px;
    }

    span.access_car_time {
        font-size: 14px;
    }

    span.access_car_taxi {
        font-size: 14px;
    }

    ol.ol_list01 {
        font-size: 14px;
    }

    ol.ol_list01 li {
        padding: 5px 5px 5px 15px;
        background-size: 5px;
    }

    ol.ol_list02 {
        font-size: 14px;
    }

    ol.ol_list02 li {
        padding: 5px 5px 5px 15px;
        background-size: 5px;
    }
}

/* Exhibitors List
------------------------------------------------------- */
.exhibitor_list .exhibitor_show {
    background-color: #bec9cf;
    padding: 5px 20px;
    width: 350px;
    position: relative;
    font-weight: bold;
}

.exhibitor_list .exhibitor_show::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    border-left: 20px solid #bec9cf;
    border-top: 40px solid transparent;
    border-right: 20px solid transparent;
}

.exhibitor_list .id-58 .exhibitor_show,
.exhibitor_list .id-170 .exhibitor_show {
    background-color: #F57F17;
    color: #FFF;
}

.exhibitor_list .id-58 .exhibitor_show::after,
.exhibitor_list .id-170 .exhibitor_show::after {
    border-left: 20px solid #F57F17;
}

.exhibitor_list .booth_num {
    margin-left: 15px;
}

.exhibitor_list .exh_logo {
    margin-top: 35px;
}

@media (max-width: 767.98px) {
    .exhibitor_list .exhibitor_show {
        background-color: #bec9cf;
        padding: 5px 20px;
        width: calc(100% - 20px);
    }

    .exhibitor_list .booth_num {
        display: block;
        margin-left: 0;
    }

    .exhibitor_list .exh_logo {
        margin-top: 0;
    }
}

.exhibitor_list .exhibitor_title {
    position: relative;
    padding: 10px 20px;
    border-radius: 4px 0 4px 4px;
    background-color: #ebedee;
    cursor: pointer;
}

.exhibitor_list .exhibitor_title .exh_name {
    font-weight: bold;
    font-size: 1.125rem;
}

.exhibitor_list .exhibitor_title .exh_tag {
    margin-left: 10px;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #a7adb1;
    color: #fff;
    white-space: nowrap;
    font-size: 0.75rem;
}

.exhibitor_list .exhibitor_title::after {
    position: absolute;
    top: 30%;
    right: 4%;
    color: #137eda;
    content: '詳細 \f13a';
    font-weight: 900;
    font-size: 0.875rem;
    font-family: 'Font Awesome 5 Free', 'Noto Sans JP';
}

.exhibitor_list .toggle_detail {
    padding: 20px;
}

.exhibitor_list .exh_contact {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #444;
}

.exhibitor_list .exh_service {
    margin-bottom: 50px;
}

.exhibitor_list .exh_service h5 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0.8rem 1rem;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    border-left: 2px solid #666;
    font-weight: bold;
    font-size: 1rem;
}

.exhibitor_list .exh_service h5:before {
    position: absolute;
    top: -19px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 0 0 19px 19px;
    border-style: solid;
    border-color: transparent transparent #666 transparent;
    content: '';
}

.exhibitor_list .exh_service h5:after {
    position: absolute;
    top: -14px;
    left: 23px;
    width: 0;
    height: 0;
    border-width: 0 0 14px 14px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: '';
}

.exhibitor_list .exh_service ul {
    padding: 0 20px 10px 40px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
}


/* 講演・セミナー（2023-03-07）
------------------------------------------------------- */
.wrapper_90 {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    ;
}

/* ナビボタン */
a.btn-navi {
    position: relative;
    display: block;
    padding: 6px 0;
    border-radius: 25px;
    background-color: #ff512f;
    text-align: center;
    font-weight: normal;
    font-size: 1.0rem;
    transition: 0.2s;
}

a:link.btn-navi,
a:visited.btn-navi {
    color: #fff;
}

a:hover.btn-navi {
    background-color: #fbc60e;
    color: #fff;
    text-decoration: none !important;
}

a:link.btn-navi:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    content: '\f103';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.seminar h5 {
    margin: 30px 0 10px 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 1.0rem;
}

.seminar .housing h5 {
    background-color: #45a537;
}

.seminar .wooden h5 {
    background-color: #684230;
}

.seminar .mansion h5 {
    background-color: #e0690c;
}

.seminar .management h5 {
    background-color: #f2c626;
}

.seminar .rent h5 {
    background-color: #e89112;
}

/* アンカーズレ */
#kouen_01,
#kouen_02,
#kouen_03,
#kouen_04,
#kouen_05,
#seminar_top,
#seminar_01,
#seminar_02,
#seminar_03,
#seminar_04,
#seminar_05 {
    margin-top: -64px;
    padding-top: 64px;
}