@charset "UTF-8";
#subBtn {
    z-index: 1;
    color: var(--dark);
}
#subBtn .nav > .nav-item > a {
    color: var(--dark);
    font-weight: 500;
}
#subBtn .nav > .nav-item > a:hover {
    text-decoration: none;
    background-color: rgba(106, 59, 32, 0.15);
    opacity: .55;
}
#subBtn ul, #subBtn {
    margin-bottom: 0;
}
#subBtn .tel-box a {
    display: flex;
    align-items: center;
    background-color: var(--dark);
    color: var(--white);
    padding: 0 1rem;
    text-decoration: none;
}
main p {
    line-height: 2.0;
    letter-spacing: 0.065em;
    margin-bottom: 0.85em;
}
#header img {
    transition: .2s;
}
#header {
    width: 100%;
    z-index: 99;
	transition: .2s;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.050);
}
#header.offset, #header.fixed {
    background-color: rgba(255, 255, 255, 0.94);
}
#header.fixed .logo-wrap {
	opacity: .93;
}
#header-sub {
    background-color: var(--lGreen);
    padding: .5rem 0;
}
#header-sub .nav-icons,
#header-sub .nav {
    align-items: center;
}
#header-sub .nav .nav-link {
    padding: .25rem .65rem;
}
#header-sub .nav-icons .nav-link {
    font-size: 1.65rem;
    padding: 0 .35rem;
    display: grid;
}
#header-sub .nav-icons .nav-link i {
    vertical-align: text-bottom;
}
.nav-link-off {
	opacity: .8;
}
.tel img {
    max-height: 20px;
}
.list-h1 > li::marker,
h1, .h1 {
    font-size: 1.9rem;
}
.list-h2 > li::marker,
h2, .h2 {
    font-size: 1.75rem;
}
.list-h3 > li::marker,
h3, .h3 {
    font-size: 1.55rem;
}
.list-h4 > li::marker,
h4, .h4 {
    font-size: 1.35rem;
}
.list-h5 > li::marker,
h5, .h5 {
    font-size: 1.15rem;
}
.list-h6 > li::marker,
h6, .h6 {
    font-size: 1.0rem;
}
.bg-stripe .ttl {
    font-size: 1.6rem;
}
.lead {
    font-size: 1.225rem;
    font-weight: 400;
    line-height: 2;
}
.lead.bold,
.lead.strong {
    font-weight: 600 !important;
}
/*
main h2.ttl,
main .ttl.h2 {
    position: relative;
    border-left: 7px solid var(--dark);
    padding-left: 1rem;
    margin-bottom: 2rem;
}
*/
/*
main h2.ttl::before,
main .ttl.h2::before {
    content: '';
    width: 7px;
    position: absolute;
    height: 50%;
    left: -7px;
    bottom: 0;
    background-color: var(--blue);
}
*/
main h2.ttl.no-border,
main .ttl.no-border.h2 {
    border-left: 0;
    padding-left: 0;
}
main h2.ttl.no-border::before,
main .ttl.no-border.h2::before {
    content: none;
}
/*
main .bg-img-blue h2.ttl,
main .bg-img-blue .ttl.h2 {
    border-color: var(--white-tp05);
}
main .bg-img-blue h2.ttl::before,
main .bg-img-blue .ttl.h2::before {
    background-color: var(--white);
    bottom: inherit;
    top: 0;
}
*/

.rounded-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: .5em;
}
.rounded-md {
    border-radius: 0.65rem !important;
}
.rounded-10 {
    border-radius: 10px !important;
}
.rounded-20 {
    border-radius: 20px !important;
}
.ttl, .ttl-sub {
    display: block;
    letter-spacing: 0.1em;
}
.ttl-wrap {
}
.ttl {
    line-height: 1.5;
    font-weight: 600;
}
.ttl-wrap,
.ttl {
    margin-bottom: 1.65rem;
}
.ttl-wrap .ttl {
    margin-top: 0;
    margin-bottom: 0;
}
.ttl-sub {
    font-size: 1rem;
    margin-bottom: .5rem;
}
.ttl-wrap > .ttl-sub {
    padding-top: .5rem;
    margin-bottom: 0;
    font-weight: 600;
}
.ttl-rounded {
    font-size: 1.35rem;
    background-color: var(--lGreen);
    color: #fff;
    border-radius: 50rem;
    padding: .5rem 1rem;
}
.ttl-rounded-green {
    background-color: var(--green);
    color: var(--white);
    padding: .35rem 2.5rem;
}
.ttl-rounded-lgreen {
    background-color: var(--lGreen);
    color: var(--green);
    padding: .25rem 1rem;
    display: flex;
    align-items: center;
}
.ttl-rounded-lgreen .rounded-num {
    font-size: 120%;
    background-color: var(--green);
    color: var(--white);
}
.list-qa .rounded-num {
    font-size: 1.65rem;
}
.list-qa > dt .rounded-num {
    background-color: var(--white);
    color: var(--green);
    border: 1px solid var(--green);
    padding-bottom: .25rem;
    min-width: 2.6rem;
    min-height: 2.6rem;
}
.list-qa > dd .rounded-num {
    background-color: var(--green);
    color: var(--white);
    border: 1px solid var(--green);
    padding-bottom: .25rem;
    margin-left: 1rem;
}

main .ttl-wrap p {
    line-height: normal;
}
.list-links {
    padding-left: 0 !important;
}
.list-links > li,
.card .ttl-wrap,
.box .ttl-wrap {
    margin-bottom: 2rem;
}
.list-links.list-bukken > li {
    margin-bottom: calc(2rem + 15px);
}
.box .ttl-wrap,
.box .ttl {
    margin-top: 0;
    letter-spacing: 0.025em;
}
.box ol:nth-last-child(1),
.box ul:nth-last-child(1),
.box p:nth-last-child(1) {
    margin-bottom: 0;
}
main > article,
main > * > article {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
main article:nth-last-child(1) {
    padding-bottom: 3rem;
}
main article aside:nth-last-child(1) {
    padding-bottom: 0;
}
/*.list-cat .card,*/
.bg-shadow,
.box-shadow,
.img-shadow {
    z-index: 1;
}
.bg-shadow {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.10);
}
.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.img-shadow {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}
.text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
.text-shadow-white {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}
.box {
    position: relative;
    padding: 3rem 3rem;
    background-color: rgba(255,255,255,1);
/*    border-radius: 1rem;*/
}
.box p {
    line-height: 1.85;
}
/*
main article .box:nth-last-child(1) {
    padding-bottom: 2rem !important;
}
*/
li > .box {
    height: 100%;
}
main .list-links a:link {
    text-decoration: none;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-img {
/*    background-size: 100% auto;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
/*    background-attachment: fixed;*/
}
.mv {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.mv.page-header {
    position: relative;
}
.mv.page-header::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    z-index: 0;
}
.mv.page-header > *:nth-child(1) > * {
    display: flex;
    align-items: center;
    color: var(--white);
}
.mv .ttl-wrap {
    width: 100%;
    margin-bottom: 0;
    text-shadow: -1px -1px 4px rgb(0 0 0 / 15%);
}

.mv .ttl-wrap .ttl {
    color: rgba(255,255,255,0.8);
}

.bg-top {
    background-image: url("../images/top-mv-bg@2x.jpg");
    padding-top: 120px;
    padding-bottom: 40px;
}
.bg-noon {
    background-image: url("../images/cmn-bg-noon@2x.jpg");
    background-color: var(--blue);
}
.lower .mv.bg-noon {
    background-position: center -200px;
}
.bg-night {
    background-image: url("../images/cmn-bg-night@2x.jpg");
    background-color: var(--dBlue);
    color: var(--white);
/*    background-position: center bottom -50px;*/
}
/* iOS */
/*
@supports ( -webkit-touch-callout : none) {
    .mv,
    .bg-img {
        background-attachment:scroll !important;
        background-size: 250vw auto !important;
    }
}
*/
/* not iOS */
/*
@supports not ( -webkit-touch-callout : none) {
    .mv,
    .bg-img {
        background-attachment: fixed !important;
    }
}
*/
/*
.mv .ttl-wrap .ttl::first-letter {
    font-size: 120%;
    font-weight: 500;
    text-transform: uppercase !important;
}
*/


.page-header a {
    color: var(--white);
/*    font-weight: 600;*/
/*    font-size: 105%;*/
}
.page-header .bg {
    position: relative;
}
.page-header .bg::before {
    content: "";
    display: block;
    height: 120px;
    width: 50%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.page-header .ttl-wrap {
    position: relative;
/*    height: 120px;*/
    background-color: transparent;
    z-index: 5;
/*    border-radius: 0 0 20px 0;*/
/*    display: flex;*/
    align-items: center;
    margin-bottom: 0;
}

main article > .mv, main .article > .mv {
/*    margin-top: -4rem;*/
/*    margin-bottom: 4rem;*/
}
.bg-fixed {
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.pan-list {
    background-color: rgb(0,0,0,0.65);
    font-size: 0.8rem;
    line-height: 1.65;
    height: auto;
    transition: .6s;
    width: 100%;
    padding: .35rem 0;
    color: var(--white);
}
.mv .pan-list {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .35rem 0;
}
.pan-list ul {
    margin-bottom: 0;
}
.pan-list li::after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: bold;
    padding-left: 1em;
    font-size: 0.8rem;
}
.pan-list li:nth-last-child(1)::after {
    content: "";
}

/*
footer .nav-item, footer .nav-item .nav-link {}
footer .nav-item .nav-link {
    display: inline-block;
    padding: .5rem;
    margin-bottom: 0.5rem;
}
*/
#footer {
    position: relative;
    color: var(--white);
}
#footer a {
    color: var(--white);
}
#footerMenu .ttl {
    font-size: 1rem;
    margin-bottom: .5rem;
}
#footerMenu hr {
    border-top: 1px solid var(--white);
    margin-bottom: 1rem;
}
#footerMenu nav ul {
    padding-top: 0.3rem;
    margin-bottom: 1.5rem;
    font-size: .95rem;
}
#footerMenu nav hr {
    margin-bottom: 0;
}
#footerMenu nav .ttl > a,
#footerMenu nav a:link {
    text-decoration: underline;
}
#footerMenu nav a:link:active,
#footerMenu nav a:link:hover {
    text-decoration: none;
}
#footerMenu nav ul > li {
    margin-bottom: .65rem;
}
#footerMenu nav ul > li > ul {
    padding: .8rem 0 0 .6rem;
}
#footerMenu nav ul > li > ul > li::before {
    content: "-";
    font-size: .9rem;
    margin-right: .5rem;
}
/*

#footer #footerSns .nav-link {
    padding: 0 .65rem;
}
#footer #footerSns .nav-link i {
    font-size: 2.2rem;
}
*/
/*

#footer .tel,
main .tel {
    font-weight: bold;
    letter-spacing: 0.05em;
}
*/

a.tel,
.tel a {
    text-decoration: none !important;
}
a.tel:hover,
.tel a:hover {
    text-decoration: underline!important;
}
.tel i {
    font-size: 80%;
    margin-right: 0.3rem;
}
.fix-nav {
    display: block;
    position: fixed;
    z-index: 10;
}
.fix-nav .btn-search {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    transition: all .2s;
    cursor: pointer;
}
.fix-nav .btn-search img {
    width: 100%;
}
.fix-nav .btn-search:active, .fix-nav .btn-search:focus, .fix-nav .btn-search:hover {
    opacity: .9;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.searchBox .modal-dialog,
#searchBox .modal-dialog {
    max-width: 800px;
}
.searchBox .modal-content,
#searchBox .modal-content {
    border-radius: 1rem;
    min-width: 60vw;
    max-width: 100%;
    position: relative;
}
.searchBox .close,
#searchBox .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    float: none;
    font-size: 1.65rem;
}
.searchBox .modal-body,
#searchBox .modal-body {
    padding: 0;
}
.searchBox .form-group,
#searchBox .form-group {
    margin-bottom: 0;
}
.searchBox .form-control,
#searchBox .form-control {
    font-size: 1.1rem;
    border-radius: .65rem;
    height: auto;
}
.searchBox .step-number,
#searchBox .step-number {
    font-size: 1.6rem;
    margin-right: .5rem;
}
.searchBox .arrow,
#searchBox .arrow {
    text-align: center;
    font-size: 1.35rem;
/*    color: var(--green);*/
    margin: 0;
    display: block;
    padding: .25rem 0;
    line-height: normal;
}
.searchBox.flag-chintai .arrow,
#searchBox .arrow,
.searchBox.flag-chintai .btn-clear,
#searchBox .btn-clear,
.searchBox.flag-chintai .form-control,
#searchBox .form-control,
.searchBox.flag-chintai .step-number,
#searchBox .step-number {
    border-color: var(--green);
    color: var(--green);
}
.searchBox.flag-baibai .arrow,
#searchBox.flag-baibai .arrow,
.searchBox.flag-baibai .btn-clear,
#searchBox.flag-baibai .btn-clear,
.searchBox.flag-baibai .form-control,
#searchBox.flag-baibai .form-control,
.searchBox.flag-baibai .step-number,
#searchBox.flag-baibai .step-number {
    color: var(--blue);
    border-color: var(--blue);
}
.searchBox .btn-clear,
.searchBox .btn-submit,
#searchBox .btn-clear,
#searchBox .btn-submit {
    border-radius: 50rem;
}
.searchBox .btn-submit,
#searchBox .btn-submit {
/*    background-color: var(--green);*/
    color: var(--white);
}
.searchBox.flag-chintai .btn-submit,
#searchBox .btn-submit {
    background-color: var(--green);
}
.searchBox.flag-baibai .btn-submit,
#searchBox.flag-baibai .btn-submit {
    background-color: var(--blue);
}
.searchBox .btn-clear,
#searchBox .btn-clear {
    background-color: var(--white);
/*    border: 1px solid var(--green);*/
/*    color: var(--green);*/
}
.searchBox .btn-clear:hover,
#searchBox .btn-clear:hover {
    background-color: #e8f5e9;
}

.icon {
    vertical-align: baseline;
    text-align: center;
    padding: 0.25rem 0.5rem;
    background-color: rgba(0,0,0,.15);
    color: var(--white);
    display: inline-block;
    line-height: 1;
	font-size: 80%;
    text-decoration: none;
}
a.icon, .icon > a {
    text-decoration: none !important;
}
.icon.cat-trans {
    background-color: transparent !important;
    color: var(--green);
    border: 1px solid var(--green);
}
.icon.cat {
    margin: 0 0.25rem;
    color: var(--white);
    padding: .25em 1em;
    border-radius: 3px !important;
    min-width: 6em;
    border: 1px solid transparent;
    white-space: nowrap;
}
.item-header .icon.cat {
    margin: .25rem;
}
.icon.cat-green, .icon.cat-csr {
    background-color: var(--green);
    border-color: var(--green);
}
.icon.cat-blue, .icon.cat-news-tag {
    background-color: var(--blue);
    border-color: var(--blue);
}
.icon.cat-red {
    background-color: var(--red);
    border-color: var(--red);
}
.cat-outline-blue {
    color: var(--blue) !important;
    background-color: var(--white) !important;
    border-color: var(--blue) !important;
}
.cat-outline-green, .icon.cat-news {
    color: var(--green) !important;
    background-color: var(--white) !important;
    border-color: var(--green) !important;
}
.cat-outline-red {
    color: var(--red) !important;
    background-color: var(--white) !important;
    border-color: var(--red) !important;
}
/*

.icon.cat-pink, .icon.cat-status {
    background-color: var(--pink);
    border-color: var(--pink);
}
*/
.icon.cat-gray {
    background-color: #666666;
    border-color: #666666;
}
.icon-img {
    max-height: 1.5em;
    width: auto;
    vertical-align: text-bottom;
    margin-right: .5em;
}
.scroll {
    overflow: auto;
}
.entry-content {
    padding-bottom: 2rem;
    overflow: hidden;
}
.entry-content .ttl {
    margin-bottom: 1.5em;
}
.entry-content a:link {
    color: #6337b4;
}
.entry-footer {
    border-top: 1px solid var(--dGray);
    padding-top: 1rem;
/*    font-size: .9rem;*/
}
.entry-content .entry-banner a.btn {
    font-size: 1.4rem;
    color: var(--white);
    padding: .45rem 2rem;
    width: 100%;
}
.entry-content .entry-banner a.btn i {
    font-size: .8em;
    margin-right: .35em;
}


/*
.list-news-wrap .scroll {
    max-height: 300px;
    scroll-behavior: smooth;
}
.list-news > * {
    background-color: var(--white);
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}
.list-news > *,
.list-news > * a {
    color: var(--blue);
}
.list-news > *:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
}
.list-news-wrap ul li p, .list-news-wrap dl dd p {
    margin: 0;
}
.list-news li a:link {
    text-decoration: underline;
}
.list-news li a:active, .list-news li a:hover {
    text-decoration: none;
}
*/
.card {
    border: 0;
}
figure.card-img {
    margin-bottom: 1rem;
}
figure.card-img i {
    font-size: 100px;
}
.card-title {
    font-size: 1.2rem;
    font-weight: 500;
}
.card-text li {
    padding: .25em 0;
}
.card-footer {
    border-top: 0;
    padding: 0;
}
.card-footer a {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 0;
}
.box,
.list-bn > li .card,
.list-links .card {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.012);
}
.list-btn > li {
	margin-bottom: 1.5rem;
}
.list-links .box {
    padding: 1rem 1rem 1.5rem 1rem;
    background-color: rgba(0,0,0,0.02);
    border-radius: 6px;
    border: 1px solid #efefef;
	font-size: .95rem;
}
.link-card,
.link_card {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*
.list-links .btn {
	border-radius: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-align: center;
}
*/
.list-links .btn i {
	align-self: center;
}
.list-links-1col .btn i {
	font-size: 1.15rem;
}
.list-links > li {
	margin-bottom: 2rem;
    position: relative;
}
.list-links .card {
    height: 100%;
}
.list-links .card p,
.list-links .card li {
    line-height: 1.85;
    font-size: .95rem;
}
.list-links .card-body {
	padding: 1.5rem;
}
.top #Service .list-links .card-body,
.list-links.list-service .card-body {
	padding: 0.5rem;
}
.list-links .card-body .ttl a {
	text-decoration: none;
}
.list-links .card-text {
    display: block;
    color: var(--dGray);
}
.list-links .card-sns {
    padding-top: 1rem;
}
.list-links .card-sns i {
    font-size: 1.75rem;
}

.list-links .card hr {
    background-color: var(--lGray);
    margin-bottom: 0;
}

.list-links figure {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.03);
	text-align: center;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.list-links .swiper-slide figure {
	background-color: var(--white);
}
.list-links figure a {
	width: 100%;
}
.list-links dt,
.list-links dd {
/*    font-weight: bold;*/
}
.list-links dl:last-child,
.list-links dl:last-child > dd:last-child {
    margin-bottom: 0 !important;
}
.list-shop .card {
    padding: 1.5rem 1.5rem 38px 1.5rem;
    height: 100%;
    position: relative;
}
.list-shop .card-body .item-text > li {
    font-size: .85rem;
    margin-bottom: .5rem;
}
.list-shop .card .item-address {
    font-size: .9rem;
    line-height: 1.8;
    margin-bottom: .5rem;
    letter-spacing: 0;
}

.item-tel {
    color: var(--green);
    font-weight: 600;
    margin-bottom: 1rem;
}
.item-tel i {
    font-size: 1.1rem;
}
.item-tel .tel {
/*    font-size: 1.65rem;*/
    font-size: 180%;
/*    letter-spacing: 0;*/
}
.item-tel a:link {
    text-decoration: none;
}
.item-tel a:link:hover {
    text-decoration: underline;
}

.list-bn > li {
	margin-bottom: 2rem;
}
.list-bn > li:nth-last-child(1) {
	margin-bottom: 0;
}
.list-bn > li .ttl {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: .8rem;
}
.list-bn > li p {
    font-size: .9rem;
    line-height: 1.65;
}
.list-bn .btn-vm,
.list-shop .btn-vm {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}
.list-bn .card .card-body {
    position: relative;
    height: 100%;
}
.list-bn .btn-vm {
    right: 1.5rem;
    bottom: 1.5rem;
}
.list-bn figure {
    overflow: hidden;
    height: 100%;
    margin-bottom: 0;
}
.list-bn figure img {
    height: 100%;
}
main .list-bn .btn-vm a {
    color: #fff;
    text-decoration: none;
}

.list-news-wrap {
    margin-bottom: 1rem;
}
.list-news .card-body > .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
    color: var(--green);
    letter-spacing: 0.05em;
    margin-bottom: .5rem;
}
.list-news .card-body > .excerpt,
.list-news .card-body > .cats,
.list-news .card-body > .post {
    margin-bottom: .85rem;
    line-height: 1.85;
}
.list-news .card-body > .post,
.list-news .card-body > .more,
.list-news .card-body > .cats .date {
    font-size: .9rem;
}
.list-news .card-body > .cats .icon {
    margin-left: .25rem;
}
.list-news .card-body {
    position: relative;
    height: 100%;
    padding: 1.5rem 1.5rem .5rem 1.5rem;
}
.list-news .card-body > .more {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    margin-bottom: 0;
    font-weight: 600;
}

.item-wrap,
.item-box {
    position: relative;
    height: 100%;
}
.item-box {
    border: 1px solid;
    z-index: 0;
    background-color: var(--white);
}
.flag-chintai .item-box {
    border-color: var(--green) !important;
}
.flag-baibai .item-box {
    border-color: var(--blue) !important;
}
.item-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--green-tp02);
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    z-index: -1;
}
.flag-baibai .item-box::after {
    background-color: var(--blue-tp02);
}
.item-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 100%;
    font-weight: 600;
    z-index: 1;
}
.flag-chintai .item-box .icon {
    background-color: var(--green);
}
.flag-baibai .item-box .icon {
    background-color: var(--blue);
}
.flag-baibai .item-price-num,
.flag-baibai .item-price-mark {
    color: var(--blue);
}
.item-body {
    padding: 2rem;
    font-size: .95rem;
    background-color: var(--white);
}
.item-body > p,
.item-body > hr,
.item-body > ul > li {
    margin-bottom: .65rem;
}
.item-body > hr {
    margin: 1rem 0;
}
.item-body .item-title {
    font-size: 130%;
    font-weight: 600;
}
#topNewBukken .item-body > p.item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.item-price {
    line-height: normal;
}
.item-price-num,
.item-price-mark {
    font-weight: 700;
}
.flag-chintai .item-price-num,
.flag-chintai .item-price-mark {
    color: var(--green);
}
.flag-baibai .item-price-num,
.flag-baibai .item-price-mark {
    color: var(--blue);
}
.item-price-num {
    font-size: 180%;
}
.item-box .item-price-num {
    font-size: 160%;
}
.item-price-mark {
    font-size: 130%;
    padding-left: .2rem;
}
.item-text {
    line-height: 1.35;
}
dl.table-company > dt,
dl.table-company > dd {
    padding: 1.5rem 1rem;
    border-top: 1px dotted #bababa;
    margin-bottom: 0;
}
.table-form th {
    vertical-align: middle;
    font-size: 1.1rem;
}
.table-form tr:nth-last-child(1) {
    border-bottom: 1px solid var(--lGray);
}

/* sitemap */
.list-sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-sitemap > li {
    margin-bottom: 1.5rem;
}
.list-sitemap-wrap .ttl {
    font-size: 1.1rem;
    padding: .5rem 0;
    margin-bottom: 0;
}
.list-sitemap-wrap .ttl,
.list-sitemap-wrap .ttl > a {
    color: var(--green);
}
.list-sitemap-wrap li > a {
    color: var(--blue);
}
.list-sitemap > li > a {
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
}
.list-sitemap > li > a:hover {
    text-decoration: underline;
}
.list-sitemap > li ul {
    margin-left: 1.2rem;
    padding: .5rem .5rem .25rem 1rem;
    border-left: 2px solid #ddd;
}
.list-sitemap > li ul li {
    margin-bottom: 0.65rem;
}
.list-sitemap > li ul > li > a {
    font-size: 0.95rem;
    text-decoration: none;
}
.list-sitemap > li ul > li > a:hover {
    text-decoration: underline;
    color: #000;
}

.flag-chintai .item-header .ttl,
.flag-chintai .color-branch {
    color: var(--green) !important;
}
.flag-baibai .item-header .ttl,
.flag-baibai .color-branch {
    color: var(--blue) !important;
}
.flag-chintai .bg-branch {
    background-color: var(--lGreen) !important;
}
.flag-baibai .bg-branch {
    background-color: var(--lblue) !important;
}

.list-arrow-down > li {
    background: url("../images/cmn-arrow-down-green@2x.png") no-repeat center bottom;
    background-size: 30px 55px;
    padding-bottom: calc(60px + 1rem);
    margin-bottom: 2rem;
}
.list-arrow-down > li:nth-last-child(1) {
    background: none !important;
    padding-bottom: 0;
}
.arrow-flow-wrap {
    padding-right: 30px;
}
.arrow-flow {
    align-items: center;
    list-style: none !important;
    padding: 0 !important
}
.arrow-flow li .box {
    position: relative;
    background-color: var(--green);
    text-align: center;
    padding: 0 1rem;
    color: #fff;
    height: 100px;
    justify-content: center;
    align-items: center;
    line-height: normal;
    border: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: all .3s;
}
.arrow-flow li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none !important;
}

.arrow-flow li:hover .box {
    opacity: .8;
}

#main-content .arrow-flow li .box p {
    height: auto;
    margin: -0.5rem 0 0 0;
    line-height: normal;
    font-weight: 500;
    font-size: 1.1rem;
}

.arrow-flow li .box:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 30px;
    border-color: transparent transparent transparent var(--green);
}

.arrow-flow li:nth-last-of-type(1) .box {
    margin-right: 0
}

.arrow-flow li:nth-last-of-type(1) .box:after {
    border: 0
}
@media screen and (min-width: 768px) {
    
    .arrow-flow li {
        margin-bottom: 1.5rem !important
    }

    .arrow-flow li.arrow-flow-flap .box {
        margin-right: 0
    }

/*
    .arrow-flow li.arrow-flow-flap .box:after {
        border: 0
    }
*/
}
@media screen and (max-width: 767px) {
    .arrow-flow-wrap {
        padding-right: 0;
    }
    .arrow-flow li .box {
        margin-bottom:30px;
        height: auto;
        min-height: 80px;
    }

    .arrow-flow li .box:after {
        content: '';
        position: absolute;
        top: inherit;
        right: inherit;
        bottom: -25px;
        left: inherit;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px calc(50vw - 22px) 0;
        border-color: var(--green) transparent transparent
    }
}
.box-words .list-words {
    margin-bottom: 3rem;
}
.box-words .list-words .ttl {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
}
.box-words .list-words small {
    display: inline-block;
}
.box-words .nav-tabs .nav-link {
    text-align: center;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    font-size: 1.15rem;
}

.box-words .nav-tabs .nav-link.active,
.box-words .nav-tabs .nav-item.show .nav-link {
    font-weight: bold;
}
/* QA */
.list-qa {
    margin-bottom: 2rem;
}
.list-qa > dt {
    margin-bottom: 1.5rem;
}
.toggle-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.list-qa .toggle-btn {
    width: 100%;
}
.list-qa .toggle-btn > .ttl {
    margin-bottom: 0;
    text-align: left;
    position: relative;
}
.btn-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    width: 100%;
    text-align: center;
    padding: .5rem;
    font-weight: 600;
}
