@charset "utf-8";

/* CSS Document */

/*#38319追加*/
/* 目次(TOC)用CSS */
.singlePage #toc_container {
  min-width: 30%;
  padding: 1em 1.5em .5em;
  border: 1px solid #ccc;
}

.singlePage #toc_container .toc_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.4em;
  position: relative;
  margin-bottom: .5em;
}

.singlePage #content #toc_container .toc_list {
  padding: 0;
}

.singlePage #content #toc_container .toc_list li {
  list-style: none;
  padding-bottom: .5em;
  margin-bottom: .5em;
  position: relative;
}

.singlePage #content #toc_container .toc_list li:last-child {
  border: 0;
  padding-bottom: 0;
}

.singlePage #content #toc_container .toc_list li ul {
  padding: 1em 0 0 0;
  margin: 0;
}

.singlePage #content #toc_container .toc_list li ul li {
  margin-left: 1.5em;
}

.singlePage #content #toc_container .toc_list li .toc_number {
  color: var(--color-gray);
}

.singlePage #content #toc_container a{
    color: #111;
}

/* ビジュアルエディタ用CSS */
.singlePage #content p {
  margin-bottom: 10px;
  margin-bottom: 1em;
}

/*.singlePage #content h1,*/
.singlePage #content h2,
.singlePage #content h3,
.singlePage #content h4,
.singlePage #content h5,
.singlePage #content h6 {
  font-weight: bold;
  margin: 1em 0;
}

.singlePage #content h2 {
  font-size: 24px;
  border-left: 5px solid #D60201;
  padding: 0 0 0 .5em;
}

.singlePage #content h3 {
  font-size: 24px;
  border-bottom: 3px solid #D60201;
  padding: 0 0 .5em;
}

.singlePage #content h4 {
  font-size: 20px;
  background: #f6f6f6;
  padding: .5em;
}

.singlePage #content h5 {
  font-size: 18px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5em 0;
}

.singlePage #content h6 {
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 .5em;
}

.singlePage #content blockquote {
  padding: 1em;
  background: #f6f6f6;
  margin: 1em 0;
}

.singlePage #content blockquote p {
  margin-bottom: 0;
}

.singlePage #content ul,
.singlePage #content ol {
  background-color:#ffefef;
  padding: 1em 1em 1em 2.5em;
}

.singlePage #content #toc_container ul,
.singlePage #content #toc_container ol{
    background-color: transparent;
}

.singlePage #content ul li {
  list-style: disc;
  line-height: 1.6;
  margin-bottom: 1em;
}

.singlePage #content ol li {
  list-style: decimal;
  line-height: 1.6;
  margin-bottom: 1em;
}

.singlePage #content table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.singlePage #content .table__container{
    overflow-x: auto;
}

.singlePage #content .table__container table{
  min-width: 1160px;
}

.singlePage #content table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.singlePage #content table thead th{
    background: #ffefef;
    font-weight: bold;
}

.singlePage #content table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.singlePage #content table th,
.singlePage #content table td {
  padding: .5em;
}

.singlePage #content a {
  text-decoration: underline;
  color: #0069c7;
}

.singlePage #content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.singlePage #content {
  display: flow-root;
  /* float の解除 */
}

.singlePage #content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* ビジュアルエディタ用CSSここまで */


/*==================================================
  お客様の声
==================================================*/
.voicePage .infoBox {
    margin-top: 10px;
    color: #666;
}

/*************** single-voice ****************/
.single-voice .contents-inner {
    position: relative;
}

.single-voice #bread {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
}

.single-voice .mainPhoto img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.single-voice .worksPhoto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 2%;
}

.single-voice .worksPhoto li {
    width: 49%;
}

.single-voice .worksPhoto li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

/*---------- titleBox ----------*/
.single-voice .titleBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0 1%;
}

.single-voice .titleBox .rightItem {
    width: 70%;
    font-size: 2.5em;
    font-weight: bold;
}

.single-voice .titleBox .leftItem {
    width: 28%;
    padding-left: 1%;
    border-left: 1px dotted #ccc;
}

.single-voice .titleBox .leftItem p {
    font-weight: bold;
}

.single-voice .titleBox .leftItem p:last-child {
    margin-top: 5px;
}

/*---------- taxnomyBox ----------*/
.single-voice .taxnomyBox {
    display: flex;
    flex-wrap: wrap;
    margin: 1% 0 3%;
}

.single-voice .taxnomyBox li {
    padding: 2px 5px;
    border: 1px solid;
    font-size: 0.8em;
    margin: 5px;
}

.single-voice .taxnomyBox li a {
    text-decoration: none;
}

/*---------- qaBox ----------*/
.single-voice .qaBox .qaItem {
    position: relative;
    margin: 5% 0;
    padding-left: 40px;
}

.single-voice .qaBox .qaItem h3 {
    font-size: 1.4em;
    font-weight: bold;
}

.single-voice .qaBox .qaItem:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: 0;
    background: #111;
}

.single-voice .qaBox .qaItem .qaText {
    margin-top: 1%;
}

.single-voice .qaBox .qaItem .qaText p {
    margin-top: 10px;
}

.single-voice .qaBox .qaItem .qaText img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/*---------- staffBox ----------*/
.single-voice .staffBox {
    margin: 5% 0;
}

.single-voice .staffBox h3 {
    font-size: 1.5em;
    font-weight: bold;
    border-left: 6px solid;
    padding-left: 10px;
    line-height: 1.2;
}

.single-voice .staffBox .innerBox {
    margin-top: 2%;
    display: flex;
}

.single-voice .staffBox .innerBox dl {
    width: 230px;
    margin-right: 2%;
}

.single-voice .staffBox .innerBox dl dt img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.single-voice .staffBox .innerBox dl dd {
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}

.single-voice .staffBox .innerBox dl dd span {
    display: block;
    margin-top: 10px;
    font-size: 0.65rem;
    line-height: 1.2;
}

.single-voice .staffBox .comment {
    max-width: 56%;
}

.single-voice .staffBox .comment h4 {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.single-voice .staffBox .comment h4:before, .single-voice .staffBox .comment h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: black;
}

.single-voice .staffBox .comment h4:before {
    left: 0;
}

.single-voice .staffBox .comment h4:after {
    right: 0;
}

.single-voice .staffBox .comment p {
    margin-top: 20px;
}

/*==================================================
  タイトル画像
==================================================*/
.showroomPage #pageTitleBox {
    background: url(/share/img/common/showroomPage_bg.jpg) no-repeat center center;
}

.companyPage #pageTitleBox {
    background: url(/share/img/common/companyPage_bg.jpg) no-repeat center center;
}

.privacyPage #pageTitleBox {
    background: url(/share/img/common/privacyPage_bg.jpg) no-repeat center center;
}

.sitemapPage #pageTitleBox {
    background: url(/share/img/common/sitemapPage_bg.jpg) no-repeat center center;
}

.err404Page #pageTitleBox {
    background: url(/share/img/common/errorPage_bg.jpg) no-repeat center center;
}

.rqconditionPage #pageTitleBox {
    background: url(/share/img/common/rqconditionPage_bg.jpg) no-repeat center center;
}

.roomPage #pageTitleBox {
    background: url(/share/img/common/roomPage_bg.jpg) no-repeat center center;
}

.registrationPage #pageTitleBox {
    background: url(/share/img/common/registrationPage_bg.jpg) no-repeat center center;
}

.loginPage #pageTitleBox, .modmemberPage #pageTitleBox, .modpassPage #pageTitleBox, .requestentryPage #pageTitleBox {
    background: url(/share/img/common/modmemberPage_bg.jpg) no-repeat center center;
}

.prpsearchPage #pageTitleBox, .prpdetailPage #pageTitleBox {
    background: url(/share/img/common/prpsearchPage_bg.jpg) no-repeat center center;
}

.propertyPage #pageTitleBox {
    background: url(/share/img/common/propertyPage_bg.jpg) no-repeat center center;
}

.renovationgalleryPage #pageTitleBox {
    background: url(/share/img/common/renovationgalleryPage_bg.jpg) no-repeat center center;
}

.flowPage #pageTitleBox {
    background: url(/share/img/common/flowPage_bg.jpg) no-repeat center center;
}

.conceptPage #pageTitleBox {
    background: url(/share/img/common/conceptPage_bg.jpg) no-repeat center center;
}

.galleryPage #pageTitleBox {
    background: url(/share/img/common/galleryPage_bg.jpg) no-repeat center center;
}

.eventPage #pageTitleBox {
    background: url(/share/img/common/eventPage_bg.jpg) no-repeat center center;
}

.newsPage #pageTitleBox {
    background: url(/share/img/common/newsPage_bg.jpg) no-repeat center center;
}

.staffPage #pageTitleBox {
    background: url(/share/img/common/staffPage_bg.jpg) no-repeat center center;
}

.reservePage #pageTitleBox {
    background: url(/share/img/common/reservePage_bg.jpg) no-repeat center center;
}

.meritPage #pageTitleBox {
    background: url(/share/img/common/meritPage_bg.jpg) no-repeat center center;
}

.novePage #pageTitleBox {
    background: url(/share/img/common/novePage_bg.jpg) no-repeat center center;
}

.voicePage #pageTitleBox {
    background: url(/share/img/common/voicePage_bg.jpg) no-repeat center center;
}

.columnPage #pageTitleBox {
    background: url(/share/img/common/columnPage_bg.jpg) no-repeat center center;
}

.faqPage #pageTitleBox {
    background: url(/share/img/common/faqPage_bg.jpg) no-repeat center center;
}

/*==================================================
  投稿共通
==================================================*/
.cate_reservable {
    color: #D60201;
    border-color: #D60201;
}

.cate_end {
    color: #fff;
    background: #111;
    border-color: #111;
}

.end_text {
    font-size: 2em;
    padding: 20px;
    background: #eee;
    font-weight: bold;
    text-align: center;
}

#btnBox {
    margin-bottom: 50px;
}

#btnBox p.btn_reserve, #btnBox p.btn_end {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

#btnBox p.btn_end {
    padding: 30px;
    background: #BBBBBB;
}

/*==================================================
  staffPage：スタッフ紹介
==================================================*/
.staffPage .itemList {
    display: flex;
    flex-wrap: wrap;
}

.staffPage .itemList li.item {
    position: relative;
    margin: 40px 47px 40px 0;
}

.staffPage .itemList li.item:nth-child(3n) {
    margin-right: 0;
}

.staffPage .itemList li.item .photo img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
    height: 355px;
    width: 355px;
}

.staffPage .itemList li.item .info {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.staffPage .itemList li.item .info .phonetic {
    font-size: 1.5em;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}

/*
===== ** single-staff 詳細 ==========================================
*/
.single-staff #infoBox .photo {
    width: 960px;
    margin: 40px auto;
    text-align: center;
}

.single-staff #infoBox .photo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.single-staff #titleBox {
    margin-bottom: 60px;
}

.single-staff #titleBox .staff_cate {
    line-height: 3;
    display: block;
    text-align: center;
}

.single-staff #infoBox #titleBox .item_ttl {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.0;
    letter-spacing: 2px;
    text-align: center;
}

.single-staff .inner960 {
    margin: 40px auto;
    width: 960px !important;
}

.single-staff h4.ttl {
    font-size: 1.2em;
    font-weight: bold;
    width: 13%;
    text-align: center;
    padding: 5px 20px;
    border: 2px solid;
    float: left;
}

.single-staff .rightItem {
    width: 75%;
    float: right;
}

/*************** #content ****************/
.single-staff #content p {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 200%;
}

.single-staff #content img {
    width: auto;
}

/*************** articleBox ****************/
.single-staff #articleBox {
    margin: 60px 0;
}

.single-staff #articleBox table {
    margin-top: -20px;
    font-size: 1.1em;
}

.single-staff #articleBox table th {
    width: 15%;
    font-weight: bold;
}

.single-staff #articleBox table td {
    padding: 15px;
}

/*************** favoriteBox ****************/
.single-staff #favoriteBox {
    margin-bottom: 40px;
}

.single-staff #favoriteBox .inner {
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin-top: -36px;
}

.single-staff #favoriteBox .inner dl {
    width: 30%;
    margin: 5% 0 2%;
}

.single-staff #favoriteBox .inner dl:nth-child(3n-1) {
    margin: 5% 5% 0;
}

.single-staff #favoriteBox .inner dl dt img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.single-staff #favoriteBox .inner dl dd {
    margin-top: 10px;
}

/*==================================================
  newsPage：新着情報・お知らせ
==================================================*/
.newsPage {
    padding-bottom: 20px;
    background: url(/share/img/index/newsBox_bg.jpg);
    margin-bottom: 0 !important;
}

.newsPage .newsBox .itemList {
    width: 900px;
    margin: 40px auto;
}

.newsPage .newsBox .itemList .item {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.newsPage .newsBox .itemList .item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}

.newsPage .newsBox .itemList .item .inner {
    padding: 20px;
}

.newsPage .newsBox .itemList .item .inner .cate_new {
    padding: 2px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    border-radius: 15px;
}

.newsPage .newsBox .itemList .item .inner .update {
    font-weight: bold;
    display: inline-block;
}

.newsPage .newsBox .itemList .item .inner h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 0;
}

/*
===== ** single-news 詳細 ==========================================
*/
.single-news .date {
    color: #666;
}

.single-news h3 {
    font-size: 2.5em;
    font-weight: bold;
}

.single-news #content img {
    width: auto;
}

.single-news #titleBox, .single-news #content {
    width: 900px;
    margin: auto;
}

.single-news #content {
    margin-top: 20px;
}

/*==================================================
  eventPage：イベント・セミナー情報
==================================================*/
.eventPage .itemList {
    width: 1160px;
    margin: 60px auto 40px;
    display: flex;
    flex-wrap: wrap;
}

.eventPage .itemList .item {
    width: 330px;
    position: relative;
    margin: 0 25px 80px 30px;
}

.eventPage .itemList .item a {
    text-decoration: none;
}

.eventPage .itemList .item .photo a {
    opacity: 1;
}

.eventPage .itemList .item .photo img {
    height: 210px;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.eventPage .itemList .item .iconBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: -20px;
    left: -10px;
}

.eventPage .itemList .item .inner {
    margin-top: 15px;
}

.eventPage .itemList .item .inner h4 {
    font-size: 1.1em;
    font-weight: bold;
}

.eventPage .itemList .item .inner p {
    font-size: 0.9em;
    padding-bottom: 15px;
}

.eventPage .itemList .item .inner dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #eee;
}

.eventPage .itemList .item .inner dt {
    background: #111;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    width: 40px;
}

.eventPage .itemList .item .inner dd {
    padding: 5px 10px;
    font-weight: bold;
    width: 250px;
    word-wrap: break-word;
}

/*
===== ** single-event 詳細 ==========================================
*/
.single-event #titleBox {
    display: flex;
    flex-wrap: wrap;
}

.single-event #titleBox h3 {
    margin-left: 20px;
    font-weight: bold;
    font-size: 2.5em;
}

.single-event #titleBox .icon .circle {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 1.1em;
    margin-right: 5px;
    font-weight: bold;
    display: inline-block;
}

.single-event #detailBox {
    margin-top: 30px;
}

.single-event #photoBox {
    margin: 20px auto;
    width: 900px;
}

.single-event #articleBox {
    margin: 30px 0;
}

.single-event #articleBox .notice_tbl {
    width: 100%;
    font-size: 1.2em;
}

.single-event #articleBox .notice_tbl th {
    width: 20%;
    padding: 20px;
    border: 1px solid #E6E6E6;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
}

.single-event #articleBox .notice_tbl td {
    padding: 20px;
    border: 1px solid #E6E6E6;
}

.single-event #articleBox .notice_tbl td span.btn_access {
    margin-left: 10px;
}

.single-event #articleBox .notice_tbl td span.btn_access a {
    padding: 10px;
    display: inline-block;
    background: #111;
    color: #FFF;
    text-decoration: none;
}

.single-event #content p {
    margin-bottom: 20px;
}

.single-event #content img, .single-event #content02 img {
    width: auto;
}

/*==================================================
  galleryPage：施工事例＆インタビュー
==================================================*/
.galleryPage .archiveBtn {
    display: flex;
    flex-wrap: wrap;
    margin: 25px;
}

.galleryPage .archiveBtn li {
    margin: 0;
}

.galleryPage .archiveBtn li a {
    display: inline-block;
    padding: 10px;
    margin: 0 10px 10px 0;
    min-width: initial;
    min-width: auto;
}

/*************** itemList ****************/
.galleryPage .itemList {
    margin: 40px auto;
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
}

.galleryPage .itemList .item {
    width: 330px;
    position: relative;
    margin: 0 25px 80px 30px;
}

.galleryPage .itemList .item a {
    text-decoration: none;
}

.galleryPage .itemList .item .photo img {
    height: 210px;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.galleryPage .itemList .item .photo .iconBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: -20px;
    left: -10px;
}

.galleryPage .itemList .item .photo .iconBox .cate_number {
    font-size: 1.2em;
}

.galleryPage .itemList .item .inner h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0;
}

.galleryPage .itemList .item .inner .cateBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.galleryPage .itemList .item .inner .cateBox p {
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid;
    font-size: 0.8em;
    font-weight: bold;
}

.galleryPage .itemList .item .inner .cateBox .fb-like {
    margin-bottom: 5px;
}

/*************** float_btn ****************/
#float_btn {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: #fff;
}

#float_btn a {
    display: block;
    padding: 80px 10px 15px;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    border: 2px solid;
    border-bottom: none;
    width: 95px;
    text-align: center;
}

#float_btn .showroomBtn a {
    background: url(/share/img/common/btn_shop.svg) no-repeat center 20px;
    background-size: 70px auto;
    border-right: none;
}

#float_btn .reserveBtn a {
    background: url(/share/img/common/btn_calendar.svg) no-repeat center 18px;
    background-size: 53px auto;
}

/*
===== ** single-gallery 詳細 ==========================================
*/
.single-gallery {
    margin-bottom: 0 !important;
}

.single-gallery .ttl {
    font-size: 2.5em;
    font-weight: bold;
}

.single-gallery .sliderBox {
    margin-bottom: 40px;
}

.single-gallery .sliderBox .slider_main li {
    text-align: center;
}

.single-gallery .sliderBox .slider_main img {
    width: auto;
    max-height: 600px;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
    margin: auto;
}

.single-gallery .sliderBox .slider_pager {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.single-gallery .sliderBox .slider_pager li {
    width: 15%;
    margin: 0.8%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.single-gallery .sliderBox .slider_pager li img {
    height: 115px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
}

/*************** commentBox ****************/
.single-gallery .commentBox {
    margin: 40px 20px;
    font-size: 1.1em;
}

.single-gallery .commentBox p {
    line-height: 200%;
}

.single-gallery .commentBox p img {
    width: auto;
}

/*************** infoBox ****************/
.single-gallery .infoBox {
    width: 100%;
    margin: 40px 0;
}

.single-gallery .infoBox th {
    background: #F2F2F2;
    width: 25%;
    border: 1px solid #ccc;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
}

.single-gallery .infoBox td {
    width: 75%;
    border: 1px solid #ccc;
    line-height: 70px;
    padding: 0 30px;
}

/*************** baBox ****************/
.single-gallery #BAtabBox {
    margin: 60px 0;
}

.single-gallery #titletabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-gallery #titletabs ul li {
    line-height: 50px;
    background: #111;
    color: #fff;
    font-size: 1.5em;
    width: 48%;
    text-align: center;
}

.single-gallery #BAtabBox #BAtab li {
    position: relative;
    background: #fff;
    border: 2px solid #111;
    display: inline-block;
    margin: 10px 0px 15px 10px;
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}

.single-gallery #BAtabBox #BAtab li:after, .single-gallery #BAtabBox #BAtab li:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.single-gallery #BAtabBox #BAtab li:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.single-gallery #BAtabBox #BAtab li:before {
    border-color: rgba(17, 17, 17, 0);
    border-top-color: #111;
    border-width: 8px;
    margin-left: -8px;
}

.single-gallery #BAtabBox #BAtab li.select {
    background: #111;
    color: #fff;
}

.single-gallery #BAtabBox #BAtab li.select:after {
    border-top-color: #111;
}

.single-gallery #BAtabBox .contitem li {
    position: relative;
}

.single-gallery #BAtabBox .contitem ul {
    background: url(/share/img/common/arrow_black.png) no-repeat center center;
    /*background: url(/share/img/common/arrow_black.svg) no-repeat center center;*/
    background-size: 15px;
}

.single-gallery #BAtabBox .contitem li {
    width: 48%;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 3.7%;
    position: relative;
}

.single-gallery #BAtabBox .contitem li:last-child {
    margin-right: 0;
}

.single-gallery #BAtabBox .contitem img {
    height: 370px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
}

.single-gallery #BAtabBox .contitem li p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    font-size: 1.2em;
}

/*************** madoriPhotoBox ****************/
.single-gallery .madoriPhotoBox {
    background: #f6f6f6;
    margin: 40px 0 0;
    padding: 40px 0 60px;
}

.single-gallery .madoriPhotoBox ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(/share/img/common/arrow_black.png) no-repeat center center;
    /*background: url(/share/img/common/arrow_black.svg) no-repeat center center;*/
    background-size: 15px;
}

.single-gallery .madoriPhotoBox ul li {
    width: 48%;
    position: relative;
    background: #fff;
}

.single-gallery .madoriPhotoBox ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.7);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

.single-gallery .madoriPhotoBox ul li img {
    height: 370px;
    border: 1px solid #ccc;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
}

/*************** otherBox ****************/
.single-gallery .otherBox {
    margin-top: 60px;
}

.single-gallery .navigation {
    margin: 40px;
}

/*==================================================
  roomPage：モデルルーム紹介
==================================================*/
.roomPage .itemList {
    margin: 40px auto;
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
}

.roomPage .itemList .item {
    width: 330px;
    position: relative;
    margin: 0 25px 80px 30px;
}

.roomPage .itemList .item a {
    text-decoration: none;
}

.roomPage .itemList .item .photo img {
    height: 210px;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.roomPage .itemList .item .photo .iconBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: -20px;
    left: -10px;
}

.roomPage .itemList .item .inner h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
}

.roomPage .itemList .item .inner .add {
    color: #888;
    margin-top: 10px;
}

.roomPage .itemList .item .inner .cateBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.roomPage .itemList .item .inner .cateBox p {
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid;
    font-size: 0.8em;
    font-weight: bold;
}

/*
===== ** single-room 詳細 ==========================================
*/
.single-room {
    margin-bottom: 0 !important;
}

.single-room #titleBox {
    display: flex;
    flex-wrap: wrap;
}

.single-room #titleBox h3 {
    margin-left: 20px;
    font-weight: bold;
    font-size: 2.5em;
}

.single-room #titleBox .icon .circle {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 1.1em;
    margin-right: 5px;
    font-weight: bold;
    display: inline-block;
}

.single-room .sliderBox {
    margin: 20px auto 40px;
}

.single-room .sliderBox .slider_main li {
    text-align: center;
}

.single-room .sliderBox .slider_main img {
    width: auto;
    max-height: 600px;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
    margin: auto;
}

.single-room .sliderBox .slider_pager {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.single-room .sliderBox .slider_pager li {
    width: 15%;
    margin: 0.8%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.single-room .sliderBox .slider_pager li img {
    height: 115px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
}

/*************** commentBox ****************/
.single-room .commentBox {
    margin: 40px 20px;
    font-size: 1.1em;
}

.single-room .commentBox p {
    line-height: 200%;
}

.single-room .commentBox p img {
    width: auto;
}

/*************** infoBox ****************/
.single-room .infoBox {
    width: 100%;
    margin: 40px 0;
}

.single-room .infoBox th {
    background: #F2F2F2;
    width: 25%;
    border: 1px solid #ccc;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
}

.single-room .infoBox td {
    width: 75%;
    border: 1px solid #ccc;
    line-height: 70px;
    padding: 0 30px;
}

/*==================================================
  meritPage：くらココ。の6つのメリット
==================================================*/
.meritPage .page_title01 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.meritPage .mainTitle {
    margin: 60px auto !important;
}

.meritPage .mainTitle .subtitle {
    overflow: hidden;
    align-items: center;
    background: #D60201;
    color: #fff;
    padding: 10px;
    display: flex;
    font-size: 1.5em;
    font-weight: bold;
    width: 55%;
    margin: auto;
}

.meritPage .mainTitle .subtitle:before, .meritPage .mainTitle .subtitle:after {
    content: "";
    flex: 1;
    background: #fff;
    padding: 2px 0;
    height: 0;
    transform: rotate(60deg);
}

.meritPage .mainTitle h3 {
    margin: 20px 0;
    font-size: 5em;
    font-weight: 800;
    text-align: center;
    line-height: 100%;
}

.meritPage .mainTitle h3 span {
    font-size: 0.5em;
    font-weight: bold;
    display: block;
}

.meritPage .mainTitle h3 span.big {
    display: inline-block;
    font-size: 1.5em;
    color: #D60201;
}

/*************** itemTitle ****************/
.meritPage .reasonBox .itemTitle {
    background: repeating-linear-gradient(-45deg, #FFF0EF 0, #FFF0EF 20px, #F7CCCC 20px, #F7CCCC 40px);
    padding: 40px 0;
    margin: 80px 0 40px;
    text-align: center;
}

.meritPage .reasonBox .itemTitle img {
    width: auto;
}

/*************** reason01 ****************/
.meritPage .title_type01 {
    font-size: 2.5em;
    text-align: center;
    font-weight: 800;
    position: relative;
    display: table;
    padding: 0 70px;
    margin: 40px auto 20px;
}

.meritPage .title_type01:before, .meritPage .title_type01:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: black;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.meritPage .title_type01:before {
    left: 0;
}

.meritPage .title_type01:after {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: 0;
}

.meritPage .reason01 .itemBox01 ul {
    display: table;
    margin: 30px auto 0;
}

.meritPage .reason01 .itemBox01 ul li {
    margin-bottom: 10px;
    padding-left: 45px;
    background: url(/share/img/common/icon_check.png) no-repeat left center;
    -webkit-background-size: 30px;
    background-size: 30px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 160%;
}

.meritPage .reason01 .itemBox01 ul li:last-child {
    margin-bottom: 0;
}

.meritPage .reason01 .itemBox02 {
    margin: 40px 0 0;
}

.meritPage .title_type02 {
    width: 800px;
    margin: 0 auto;
    padding: 10px 0;
    color: #D60201;
    font-size: 2.5em;
    font-weight: 800;
}

.meritPage .title_type02 span {
    padding: 15px 5px;
    margin: 10px -20px;
    border: solid 3px #D60201;
    position: relative;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    display: block;
}

.meritPage .title_type02 span:after, .meritPage .title_type02 span:before {
    content: '';
    position: absolute;
    bottom: -7px;
    background: #D60201;
    border: solid 2px #D60201;
    width: 25px;
    height: 20px;
    z-index: -1;
}

.meritPage .title_type02 span:after {
    left: 2px;
    transform: rotate(120deg);
}

.meritPage .title_type02 span:before {
    right: 2px;
    transform: rotate(60deg);
}

.meritPage .reason01 .itemBox02 p {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    line-height: 200%;
}

.meritPage .reason01 .itemBox02 p span.big {
    font-weight: 800;
    font-size: 1.2em;
}

.meritPage .reason01 .itemBox02 p span.main {
    font-size: 2em;
    font-weight: 800;
    line-height: 180%;
    color: #D60201;
}

.meritPage .reason01 .itemBox03 {
    margin: 0 60px;
}

.meritPage .reason01 .itemBox04 {
    margin: 60px 0;
}

.meritPage .reason01 .itemBox04 h4 {
    font-size: 2.2em;
    font-weight: 800;
    text-align: center;
    background: #eee;
    padding: 30px;
}

.meritPage .reason01 .itemBox04 h4 span.big {
    display: block;
    font-size: 2em;
    line-height: 140%;
}

/*************** reason02 ****************/
.meritPage .reason02 .itemBox01 ul {
    display: table;
    margin: 30px auto 0;
}

.meritPage .reason02 .itemBox01 ul li {
    margin-bottom: 10px;
    padding-left: 45px;
    background: url(/share/img/common/icon_check.png) no-repeat left center;
    -webkit-background-size: 30px;
    background-size: 30px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 160%;
}

.meritPage .reason02 .itemBox01 ul li:last-child {
    margin-bottom: 0;
}

.meritPage .reason02 .itemBox02 {
    margin: 40px 0;
}

.meritPage .reason02 .itemBox02 .inner {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: space-between;
    margin: 10px 60px 40px;
}

.meritPage .reason02 .itemBox02 .inner dl {
    width: 30%;
    padding-right: 5%;
    background: url(/share/img/common/arrow_black.png) no-repeat 96% 58%;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.meritPage .reason02 .itemBox02 .inner dl:last-child {
    padding-right: 0;
}

.meritPage .reason02 .itemBox02 .inner dl dt {
    font-weight: bold;
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 10px;
}

.meritPage .reason02 .itemBox03 .text {
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    margin: 60px 0;
}

.meritPage .ban img {
    width: auto;
}

/*************** reason03 ****************/
.meritPage .reason03 .itemBox01 dl dt, .meritPage .reason03 .itemBox01 dl dd {
    font-weight: bold;
    font-size: 2em;
}

.meritPage .reason03 .itemBox01 dl dd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.meritPage .reason03 .itemBox01 dl dd img {
    width: auto;
}

.meritPage .reason03 .itemBox01 .text {
    text-align: right;
}

.meritPage .reason03 .conceptBox {
    padding: 40px 0 60px;
    background: url(/share/img/index/conceptBox_bg.jpg) no-repeat bottom center;
}

.meritPage .reason03 .conceptBox h3 {
    width: 900px;
    margin: 0 auto;
}

.meritPage .reason03 .conceptBox .photo {
    width: 1160px;
    margin: 40px auto 60px;
}

.meritPage .reason03 .conceptBox .photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.meritPage .reason03 .conceptBox .photo ul li {
    width: 160px;
    height: 160px;
    margin: -10px 40px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.meritPage .reason03 .conceptBox .photo ul li:first-child {
    margin-left: 0;
}

.meritPage .reason03 .conceptBox .photo ul li:last-child {
    margin-right: 0;
}

.meritPage .reason03 .conceptBox figure {
    position: relative;
    margin: 10px;
    width: 160px;
    height: 160px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
}

.meritPage .reason03 .conceptBox figure * {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.meritPage .reason03 .conceptBox figure img {
    position: relative;
    width: 160px;
    height: 160px;
}

.meritPage .reason03 .conceptBox figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.meritPage .reason03 .conceptBox figure h4 {
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.meritPage .reason03 .conceptBox figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.meritPage .reason03 .conceptBox figure:hover img, .meritPage .reason03 .conceptBox figure.hover img {
    opacity: 0.3;
}

.meritPage .reason03 .conceptBox figure:hover figcaption, .meritPage .reason03 .conceptBox figure.hover figcaption, .meritPage .reason03 .conceptBox figure:hover h4 img {
    opacity: 1;
}

.meritPage .archive_btn a {
    width: 500px;
    height: 70px;
    line-height: 70px;
    background-position-x: 470px;
    font-size: 1.5em;
}

.meritPage .reason03 .itemBox03 {
    margin: 60px 0;
}

.meritPage .reason03 .itemBox03 .img {
    text-align: center;
    margin: 20px 0;
}

.meritPage .reason03 .itemBox03 .img img {
    width: auto;
}

.meritPage .reason03 .itemBox03 .ex {
    font-size: 3.5em;
    font-weight: 800;
    text-align: center;
}

.meritPage .reason03 .itemBox03 .ex strong {
    font-size: 2em;
}

.meritPage .reason03 .itemBox03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 10px;
}

.meritPage .reason03 .itemBox03 ul li {
    width: 13.5%;
}

.meritPage .reason03 .itemBox03 .etc {
    font-weight: bold;
    text-align: right;
    font-size: 1.5em;
    color: #ccc;
}

.meritPage .reason03 .itemBox03 .text {
    text-align: center;
    font-size: 2.5em;
    font-weight: 800;
    margin: 0 0 40px;
}

/*************** reason04 ****************/
.meritPage .reason04 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.meritPage .reason04 .text {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.meritPage .reason04 .img {
    width: 520px;
    height: 300px;
}

/*************** reason05 ****************/
.meritPage .reason05 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.meritPage .reason05 .text {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.meritPage .reason05 .img {
    width: 540px;
    height: 200px;
}

/*************** reason06 ****************/
.meritPage .reason06 {
    margin: 40px 0 60px;
}

.meritPage .reason06 .text {
    font-weight: bold;
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 20px;
}

.meritPage .reason06 .ttl {
    font-weight: 800;
    text-align: center;
    font-size: 3.5em;
    line-height: 140%;
}

.meritPage .reason06 .img {
    margin: 40px 80px;
}

.meritPage .reason06 .end {
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    margin: 60px 0;
}

/*==================================================
  conceptPage：NOVEで実現できる理想の中古マンション暮らし
==================================================*/
.conceptPage .itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px;
}

.conceptPage .itemBox .leftItem {
    width: 45%;
}

.conceptPage .itemBox .leftItem p {
    font-size: 2.8em;
    font-weight: bold;
    /*text-align: center;*/
    /*margin: 60px;*/
}

.conceptPage .itemBox .rightItem {
    width: 55%;
}

.conceptPage .textBox p {
    font-size: 1.2em;
    text-align: center;
    line-height: 180%;
    margin-bottom: 20px;
}

.conceptPage .textBox p strong {
    font-size: 1.2em;
}

.conceptPage .btn a {
    width: auto;
    height: auto;
    font-size: 2em;
    padding: 15px 60px 15px 40px;
    color: #fff;
    background: #111 url(/share/img/common/arrow_white.png) no-repeat 95% center;
    /*background: #111 url(/share/img/common/arrow_white.svg) no-repeat 95% center;*/
    -webkit-background-size: 10px;
    background-size: 10px;
    border-color: #111;
}

.conceptPage .btn a:hover {
    background: #fff url(/share/img/common/arrow_black.png) no-repeat 95% center;
    /*background: #fff url(/share/img/common/arrow_black.svg) no-repeat 95% center;*/
    -webkit-background-size: 10px;
    background-size: 10px;
    color: #111;
}

.conceptPage .contentsBox {
    margin: 80px 0;
}

.conceptPage .contentsBox h3 {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: table;
    padding: 0 60px;
    margin: 0 auto 20px;
}

.conceptPage .contentsBox h3:before, .conceptPage .contentsBox h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.conceptPage .contentsBox h3:before {
    left: 0;
}

.conceptPage .contentsBox h3:after {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: 0;
}

.conceptPage .contentsBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 150px;
}

.conceptPage .contentsBox .inner dl {
    width: 22%;
}

.conceptPage .contentsBox .inner dl a {
    text-decoration: none;
}

.conceptPage .contentsBox .inner dl .ttl {
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0 40px;
    font-weight: bold;
}

.conceptPage .contentsBox .inner dl .btn a {
    font-size: initial;
    font-size: medium;
    font-size-adjust: none;
    min-width: 190px;
    padding: 15px;
    background: #111 url(/share/img/common/arrow_white.png) no-repeat 90% center;
    /*background: #111 url(/share/img/common/arrow_white.svg) no-repeat 90% center;*/
    -webkit-background-size: 8px;
    background-size: 8px;
}

.conceptPage .contentsBox .inner dl .btn a:hover {
    background: #fff url(/share/img/common/arrow_black.png) no-repeat 90% center;
    /*background: #fff url(/share/img/common/arrow_black.svg) no-repeat 90% center;*/
    -webkit-background-size: 8px;
    background-size: 8px;
}

/*==================================================
  novePage：NOVEとは
==================================================*/
.novePage .bgBox {
    background: url(/share/img/page/nove/bg01.jpg) no-repeat top center;
    background-size: cover;
    height: 52vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.novePage .bgBox .contents-inner {
    margin: 0 !important;
}

.novePage dl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.novePage dl dt img {
    height: 80px;
    width: auto;
}

.novePage dl dd {
    color: #fff;
    margin-left: 50px;
    line-height: 180%;
}

/*==================================================
  flowPage：リノベーションの流れ
==================================================*/
.flowPage .flowMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px;
}

.flowPage .flowMenu li {
    width: 11%;
}

.flowPage .flowItem:after {
    content: '';
    background: url(/share/img/common/arrow_black.png);
    /*content: url(/share/img/common/arrow_black.svg);*/
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px;
    height: 37px;
    margin: 0 auto;
    display: block;
    transform: rotate(90deg);
}

.flowPage #flow08:after {
    display: none;
}

.flowPage .flowItem {
    padding-top: 30px;
    margin-top: -30px;
}

.flowPage .flowItem>.inner {
    background: #eee;
    padding: 30px 40px 40px;
    margin: 40px;
}

/*************** タイトルナンバー ****************/
.flowPage .flowItem h3 {
    font-size: 2.5em;
    padding: 10px 0 10px 80px;
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/share/img/page/flow/flowNumber01.png) no-repeat left center;
}

.flowPage #flow02 h3 {
    background: url(/share/img/page/flow/flowNumber02.png) no-repeat left center;
}

.flowPage #flow03 h3 {
    background: url(/share/img/page/flow/flowNumber03.png) no-repeat left center;
}

.flowPage #flow04 h3 {
    background: url(/share/img/page/flow/flowNumber04.png) no-repeat left center;
}

.flowPage #flow05 h3 {
    background: url(/share/img/page/flow/flowNumber05.png) no-repeat left center;
}

.flowPage #flow06 h3 {
    background: url(/share/img/page/flow/flowNumber06.png) no-repeat left center;
}

.flowPage #flow07 h3 {
    background: url(/share/img/page/flow/flowNumber07.png) no-repeat left center;
}

.flowPage #flow08 h3 {
    background: url(/share/img/page/flow/flowNumber08.png) no-repeat left center;
}

/*************** flowItem：共通 ****************/
.flowPage .flowItem h3 span {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    color: #D60201;
    border: 3px solid;
    font-size: 0.6em;
}

.flowPage .flowItem h4 {
    border-top: 1px dotted #ccc;
    font-size: 1.8em;
    font-weight: bold;
    position: relative;
    padding: 20px 0 20px 40px;
}

.flowPage .flowItem h4::before {
    height: 30px;
    top: 26px;
    content: '';
    display: block;
    width: 20px;
    margin-right: 10px;
    background: #D60201;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}

.flowPage .flowItem h4::after {
    border-width: 30px 10px 0 0;
    top: 26px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #D60201 transparent transparent transparent;
    position: absolute;
    left: 20px;
    box-sizing: border-box;
}

.flowPage .flowItem .linettl {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    display: table;
    padding: 0 60px;
    margin: 0 auto 20px;
}

.flowPage .flowItem .linettl:before, .flowPage .flowItem .linettl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: black;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.flowPage .flowItem .linettl:before {
    left: 0;
}

.flowPage .flowItem .linettl:after {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: 0;
}

.flowPage .flowItem .text {
    font-size: 1.2em;
}

.flowPage .flowItem .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}

.flowPage .flowItem .leftItem h4 {
    margin-top: -20px;
    border-top: none;
}

.flowPage .flowItem .leftItem {
    width: 700px;
}

.flowPage .flowItem .rightItem {
    width: 300px;
    height: 180px;
    background: #ccc;
}

/*************** flow01 ****************/
.flowPage #flow01 .typettl {
    width: 640px;
    margin: 0 auto;
}

.flowPage #flow01 .typeBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(/share/img/page/flow/flow01_type_bg.png) no-repeat center 65%;
    margin: 20px 20px 40px;
}

.flowPage #flow01 .typeBox li {
    width: 48%;
}

.flowPage #flow01 .typeBox li .img {
    width: 70%;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 100%;
}

.flowPage #flow01 .typeBox li .img:hover {
    border-color: #D60201;
}

.flowPage #flow01 #seminarBox {
    margin: 20px;
    padding: 20px;
    /*border: 1px dashed #111;*/
    background: #fff url(/share/img/page/flow/seminarBox_bg.png) no-repeat center right;
}

.flowPage #flow01 #seminarBox h5 {
    display: flex;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
}

.flowPage #flow01 #seminarBox h5 span {
    display: inline-block;
    padding: 0 10px;
    margin-right: 15px;
    font-size: 0.8em;
    background: #D60201;
    color: #fff;
}

.flowPage #flow01 #seminarBox ul {
    margin: 15px 10px 10px;
}

.flowPage #flow01 #seminarBox ul li {
    list-style: inside;
    font-size: 1.2em;
    margin-top: 10px;
}

/*************** flow02 ****************/
.flowPage #flow02 .itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px 60px;
    background: url(/share/img/page/flow/itemBox_bg.png) no-repeat 45% bottom;
    background-size: auto;
    background-size: 270px;
}

.flowPage #flow02 .itemBox .item01 {
    width: 30%;
}

.flowPage #flow02 .itemBox .item02 {
    width: 40%;
    background: url();
}

.flowPage #flow02 .itemBox .item02 ul {
    margin: 30px 0 0 55px;
}

.flowPage #flow02 .itemBox .item02 ul li {
    margin-top: 10px;
    list-style: decimal;
    font-size: 1.5em;
}

.flowPage #flow02 .image {
    margin-top: -25px;
}

/*************** flow03 ****************/
.flowPage #flow03 {}

/*************** flow04 ****************/
.flowPage #flow04 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
}

.flowPage #flow04 ul li {
    width: 30%;
    text-align: center;
    padding: 15px;
    border: 2px solid;
    font-size: 1.2em;
    box-sizing: border-box;
    background: #fff;
    font-weight: bold;
}

/*************** flow05 ****************/
.flowPage #flow05 .detail {
    margin: 40px 20px;
}

.flowPage #flow05 .detail dl {
    padding: 30px;
    margin-top: -1px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.flowPage #flow05 .detail dl dt {
    font-size: 1.5em;
    font-weight: bold;
    width: 250px;
}

.flowPage #flow05 .detail dl dt span {
    font-size: 0.8em;
    font-weight: normal;
}

/*************** flow06 ****************/
.flowPage #flow06 .end {
    margin-top: 20px;
    background: #D60201;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
}

/*************** flow07 ****************/
.flowPage #flow07 {}

/*==================================================
  showroomPage：リノベーションを体感しようショールーム
==================================================*/
.showroomPage .mainBox {
    margin: 60px 40px;
}

.showroomPage .title {
    display: table;
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    margin: auto;
    line-height: 1.4em;
}

.showroomPage .mainBox h3 span {
    display: block;
    font-size: 0.7em;
    line-height: 1.4em;
}

.showroomPage .mainBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}

.showroomPage .mainBox .inner .mainPhoto {
    width: 48%;
}

.showroomPage .mainBox .inner .mainPhoto img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
    height: 425px;
}

.showroomPage .mainBox .inner .info {
    width: 50%;
}

.showroomPage .mainBox .inner .info h4 {
    font-size: 2em;
    font-weight: bold;
}

.showroomPage .mainBox .inner .info .text {
    margin-top: 10px;
    font-size: 1.2em;
}

.showroomPage .mainBox .inner .info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.showroomPage .mainBox .inner .info ul li {
    width: 32%;
}

.showroomPage .mainBox .comment {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

/*************** vrbanner ***************/
.vr_banner {
    padding-top: 40px;
}

.showroomPage .vr_banner .contents-inner h4 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 40px 0;
}

.showroomPage .vr_banner .contents-inner .text {
    margin-top: 10px;
    font-size: 1.2em;
    text-align: center;
}

.showroomPage .vr_banner .contents-inner .vr_content {
    margin: 30px 0;
    padding: 0 40px;
}

/*************** vrBox ****************/
.showroomPage .vrBox {
    padding: 50px 0;
    margin: 40px 0;
    background: url(/share/img/page/showroom/vr_bg.jpg) no-repeat center center;
}

.showroomPage .vrBox div {
    text-align: center;
}

.showroomPage .vrBox img {
    width: auto !important;
}

/*************** vrDetailBox ****************/
.showroomPage .vrDetailBox {
    margin: 40px 0;
}

.showroomPage .vrDetailBox .detailBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.showroomPage .vrDetailBox .detailBox dl {
    width: 32%;
}

.showroomPage .vrDetailBox .detailBox dd {
    margin: 10px;
    font-size: 1.2em;
    text-align: center;
}

/*************** pointBox ****************/
.showroomPage .pointBox {
    padding: 40px 0;
    margin: 0 0 40px;
    background: url(/share/img/page/showroom/consultBox_bg.jpg) center center;
}

.showroomPage .pointBox h3 span {
    font-size: 1.5em;
    color: #D60201;
}

.showroomPage .pointBox .itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 40px 20px;
}

.showroomPage .pointBox .itemBox dl {
    width: 32.5%;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.showroomPage .pointBox .itemBox dl dt img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 0;
    background: #fff;
}

.showroomPage .pointBox .itemBox dl dd.caption {
    background: #D60201;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*.showroomPage .pointBox .itemBox dl dd.text {
	font-size: 1.2em;
	text-align: center;
	margin: 20px;
}*/
.showroomPage .pointBox .btn_type02 {
    margin-bottom: 20px;
}

.showroomPage .pointBox .btn_type02 a {
    background: #fff;
}

.showroomPage .pointBox .btn_type02 a:hover {
    background: #111;
}

/*************** accessBox ****************/
.showroomPage #accessBox {
    padding-top: 70px;
    margin: -30px auto 60px;
    font-size: 1.2em;
}

.showroomPage #accessBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.showroomPage #accessBox .inner .shopBox {
    width: 47%;
}

.showroomPage #accessBox .shopttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.showroomPage #accessBox .shopttl .img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-right: 20px;
}

.showroomPage #accessBox .shopttl h4 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 10px 10px;
    border-bottom: 4px solid #D60201;
}

.showroomPage #accessBox .entrytbl {
    height: 450px;
    margin: 0 auto 20px;
}

.showroomPage #accessBox .entrytbl td {
    padding: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.showroomPage #accessBox .entrytbl th {
    padding: 20px;
    font-weight: bold;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

.showroomPage #accessBox .entrytbl tr:last-child th, .showroomPage #accessBox .entrytbl tr:last-child td {
    border: none;
}

/*==================================================
  reservePage：フォームページ
==================================================*/
.reservePage #bread a {
    background: url(/share/img/common/arrow_white.png) no-repeat right center;
    /*background: url(/share/img/common/arrow_white.svg) no-repeat right center;*/
    -webkit-background-size: 5px;
    background-size: 5px;
}

.reservePage #footReserveBox .inner {
    padding: 0 0 58px;
}

.reservePage #footReserveBox .inner .archive_btn a {
    background-image: none;
}

.reservePage .reserveBox.archive_btn a {
	text-decoration: none;
	display: inline-block;
	width: 350px;
	height: 70px;
	line-height: 60px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #D60201 url(/share/img/common/arrow_white.png) no-repeat 320px center;
	background-position-x: 320px;
	background-size: auto auto;
	-webkit-background-size: 8px;
	background-size: 8px;
	border: 4px solid #D60201;
	box-sizing: border-box;
    margin-top: 30px;
}
.reservePage .reserveBox.archive_btn a:hover {
	opacity: 1;
	color: #D60201;
	background: #fff url(/share/img/common/arrow_pink.png) no-repeat 250px center;
	background-position-x: 320px;
	background-size: auto auto;
	-webkit-background-size: 8px;
	background-size: 8px;
	border-color: #D60201;
}

/*************** purposeBox ****************/
.reservePage .purposeBox {
    margin-bottom: 60px;
    text-align: center;
}

.reservePage .purposeBox .inner {
    padding: 40px 0 60px;
    background: repeating-linear-gradient(-45deg, #FFF0EF 0, #FFF0EF 20px, #fff 20px, #fff 40px);
}

.reservePage .purposeBox h3 {
    text-align: center;
    font-size: 4em;
    font-weight: 800;
}

.reservePage .purposeBox ul {
    display: table;
    margin: 20px auto 0;
}

.reservePage .purposeBox ul li {
    margin-bottom: 10px;
    padding-left: 45px;
    background: url(/share/img/common/icon_check.png) no-repeat left center;
    /*background: url(/share/img/common/icon_check.svg) no-repeat left center;*/
    -webkit-background-size: 30px;
    background-size: 30px;
}

.reservePage .purposeBox ul li:last-child {
    margin-bottom: 0;
}

.reservePage .purposeBox .text {
    font-size: 3em;
    text-align: center;
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding: 0 120px;
    margin: 40px 0 20px;
}

.reservePage .purposeBox .text:before, .reservePage .purposeBox .text:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 110px;
    height: 4px;
    background-color: black;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.reservePage .purposeBox .text:before {
    left: 0;
}

.reservePage .purposeBox .text:after {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: 0;
}

.reservePage .purposeBox .bannerBox01 {
    margin: 0 auto;
    width: 1160px;
}

.reservePage .purposeBox .bannerBox01 p {
    text-align: center;
}

/*************** roomBox ****************/
.reservePage .roomBox {
    background: url(/share/img/page/shop_reserve/roomBox_bg.jpg);
    padding: 60px 0 40px;
}

.reservePage .roomBox h3 {
    padding: 20px 30px;
    font-weight: bold;
    font-size: 3em;
    border: 4px solid;
    background: #fff;
    text-align: center;
    display: table;
    margin: 0 auto 40px;
    width: 30%;
}

.reservePage .roomBox ul {
    margin-bottom: 0;
}

.reservePage .roomBox .item {
    margin: 0 20px 20px;
}

.reservePage .roomBox .item .photo .iconBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 10px;
    left: 10px;
}

.reservePage .roomBox .item .inner {
    background: #fff;
    padding: 20px;
}

.reservePage .roomBox .itemList .item .inner .add {
    margin-top: 0px;
    min-height: 3.2em;
    /* line-height×2行分 */
}

.reservePage .roomBox .btn_type02 {
    margin-top: 0;
}

.reservePage .roomBox .btn_type02 a {
    background: #fff;
}

.reservePage .roomBox .btn_type02 a:hover {
    background: #111;
    border-color: #fff;
}

/*************** meritBox ****************/
.reservePage #merit {
    padding-top: 70px;
    margin: -70px auto 40px !important;
}

.reservePage .meritBox h3 {
    margin: 60px auto 40px;
    width: 815px;
}

.reservePage .meritBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1010px;
    margin: auto;
}

.reservePage .meritBox ul li {
    width: 310px;
}

.reservePage .meritBox ul li .text {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.reservePage .meritBox ul li .count {
	font-size: 1.2em;
	text-align: center;
}
.reservePage .meritBox ul li dl.count dt {
	padding: 5px;
	border: 2px solid #111;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 10px;
}
.reservePage .meritBox ul li dl.count dd {
	font-weight: bold;
	display: inline-flex;
	vertical-align: middle;
}
.reservePage .meritBox ul li .count dd span {
	font-size: 2.4em;
	vertical-align: middle;
    line-height: .5;
    margin-right: 5px;
}

.reservePage .meritBox .messageBox {
    height: 250px;
    background: url(/share/img/page/shop_reserve/messageBox_bg.jpg) repeat-x center center;
    margin: 60px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reservePage .meritBox .messageBox p {
    color: #D60201;
    font-size: 2.5em;
    text-align: center;
}

/*************** introBox ****************/
.reservePage .introTitleBox {
	background: url(/share/img/page/shop_reserve/introBox_ttl_bg.jpg) no-repeat top center;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reservePage .introBox__content {
    background: url(/share/img/page/shop_reserve/introBox_bg.jpg) no-repeat top center;
    margin-bottom: 50px;
    position: relative;
}

.reservePage .introBox__content::before {
    position: absolute;
    content: '';
    background: url(/share/img/page/shop_reserve/staffBox_img01.png) no-repeat center / contain;
    aspect-ratio: 280 / 269;
    bottom: 0;
    left: 0;
    width: 280px;
    height: auto;
}

.reservePage .introBox__content::after {
    position: absolute;
    content: '';
    background: url(/share/img/page/shop_reserve/staffBox_img02.png) no-repeat center / contain;
    aspect-ratio: 280 / 334;
    bottom: 0;
    right: 0;
    width: 280px;
    height: auto;
}

@media screen and (max-width:1580px) {
    .reservePage .introBox__content::before,
    .reservePage .introBox__content::after {
        width: 12%;
    }
}

.reservePage .introBox__inBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
    width: 1080px;
    padding: 40px 0;
    margin: 0 auto;
}

.reservePage .pointBox {
    width: 490px;
}

.reservePage .pointBox__ttl {
    position: relative;
    padding: 0.5em;
    background: #D60201;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
}

.reservePage .pointBox__ttl::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #D60201;
    width: 0;
    height: 0;
    transform: translateX(-50%);
}

.reservePage .pointBox li {
    background: url(../img/page/shop_reserve/pointList_check.svg) no-repeat 0.5em center / 1.7em;
    font-size: 1.5em;
    font-weight: bold;
    padding: 1em 0.5em 1em 3em;
    margin: 0 1em;
    line-height: 1.3;
}

.reservePage .pointBox li:nth-child(even) {
    border-top: 2px dotted #D60201;
    border-bottom: 2px dotted #D60201;
}

.reservePage .introBox__inBox .color_red {
    color: #D60201;
}

.reservePage .staffBox {
    width: 47%;
    text-align: center;
    position: relative;
}

.reservePage .staffBox__ttl {
    font-size: 2.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #111;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5;
}

.reservePage .staffBox__ttl__top {
    font-size: 0.9em;
    font-weight: bold;
}

.reservePage .staffBox ul {
    position: relative;
}

.reservePage .staffBox li {
    position: relative;
    margin-bottom: 8em;
    width: 50%;
    font-weight: bold;
    font-size: 1.3em;;
    text-align: center;
}

.reservePage .staffBox li:nth-child(2n) {
    position: absolute;
    right: 0;
    transform: translateY(-110px);
}

.reservePage .staffBox li:nth-child(2n)::after {
    border-right: 15px solid transparent;
    border-left: 0px;
}

.reservePage .staffBox li:nth-child(2n)::before {
    border-right: 18px solid transparent;
    border-left: 0px;
}

/* 店舗案内 */
.reservePage .accessBox .title {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}
.reservePage .accessBox {
	margin: 50px auto !important;
    width: 1010px;
}
.reservePage .accessBox .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reservePage .accessBox .inner > div {
	width: 490px;
}
.reservePage .accessBox .inner .slider_pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}
.reservePage .accessBox .slider_pager {
	justify-content: normal;
}
.reservePage .accessBox .slider_pager li {
	margin: 0 5px;
}
.reservePage .accessBox .inner .slider_pager li {
	width: 21%;
}
.reservePage .accessBox .inner .slider_pager li a {
	opacity: 0.5;
}
.reservePage .accessBox .inner .slider_pager li a.active {
	opacity: 1;
}
.reservePage .accessBox .inner .infoBox dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 23px 0;
}
.reservePage .accessBox .inner .infoBox dl dt {
	font-weight: bold;
	width: 15%;
}
.reservePage .accessBox .inner .infoBox dl dt,
.reservePage .accessBox .inner .infoBox dl dd {
	padding: 0 15px;
    font-size: unset;
}
.reservePage .accessBox .mapBox {
	margin-top: 20px;
}

/*特典条件*/
.eventPage .conditionBox,
.reservePage .conditionBox,
.showroomPage .conditionBox {
    margin: 50px auto;
}
.eventPage .conditionBox_accordion,
.reservePage .conditionBox_accordion,
.showroomPage .conditionBox_accordion {
    color: #fff;
    background: #ccc;
    padding: 1rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    /* border: 6px double #fff; */
    font-size: 1.4em;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
}
.eventPage .conditionBox_accordion::after,
.reservePage .conditionBox_accordion::after,
.showroomPage .conditionBox_accordion::after{
    content:"▼";
    display: inline-block;
    width: 2em;
    height: auto;
    line-height: 1;
    padding: 0.5em 0;
    text-align: center;
    border: 2px solid #fff;
    font-size:0.8em;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
.eventPage .conditionBox_accordion.active::after,
.reservePage .conditionBox_accordion.active::after,
.showroomPage .conditionBox_accordion.active::after{
    content:"▲";
}
.eventPage .conditionBox .inner,
.reservePage .conditionBox .inner,
.showroomPage .conditionBox .inner {
    padding: 1rem;
    background: #f6f6f6;
    display: none;
    width: 50%;
    margin: 0 auto;
}
.eventPage .conditionBox .conditionBox_ttl,
.reservePage .conditionBox .conditionBox_ttl,
.showroomPage .conditionBox .conditionBox_ttl {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
}
.eventPage .conditionBox_listWrap,
.reservePage .conditionBox_listWrap,
.showroomPage .conditionBox_listWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.eventPage .conditionBox_itemList,
.reservePage .conditionBox_itemList,
.showroomPage .conditionBox_itemList {
    width: 40%;
    margin: 0 2%;
}
.eventPage .conditionBox_itemList li,
.reservePage .conditionBox_itemList li,
.showroomPage .conditionBox_itemList li {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    position: relative;
    line-height: 1.3;
}
.eventPage .conditionBox_itemList li::before,
.reservePage .conditionBox_itemList li::before,
.showroomPage .conditionBox_itemList li::before {
    content: "・";
    display: inline-block;
}
.eventPage .conditionBox_caution,
.reservePage .conditionBox_caution,
.showroomPage .conditionBox_caution{
    margin: 1em auto;
    padding: 1em;
    font-size: 1.1em;
    color: #D60201;
    border: 1px solid #D60201;
    width: 80%;
}

/*************** main：営業時間 ****************/
.reservePage .main {
    margin: 40px auto !important;
}

.reservePage .main h3 {
    font-size: 2.5em !important;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 5px dotted;
}

.reservePage .main .text {
    margin: 20px 0;
    text-align: center;
}

.reservePage .main .time {
    padding: 15px;
    font-size: 1.2em;
    text-align: center;
    background: #eee;
    font-weight: bold;
}

/*************** flowBox：予約の流れ ****************/
.reservePage .flowBox {
    margin: 40px 0;
}

.reservePage .flowBox h3 {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: table;
    padding: 0 90px;
    margin: 0 auto 20px;
}

.reservePage .flowBox .step {
    width: 1010px;
    margin: auto;
}

.reservePage .flowBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reservePage .flowBox .inner dl {
    width: 20%;
}

.reservePage .flowBox .inner dl dt {
    width: 160px;
    margin: 0 auto;
    background: url(/share/img/common/arrow_black.png) no-repeat right center;
    /*background: url(/share/img/common/arrow_black.svg) no-repeat right center;*/
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-right: 50px;
}

.reservePage .flowBox .inner dl:last-child dt {
    background: none;
}

.reservePage .flowBox .inner dl dd {
    margin: 10px 20px 0;
    text-align: center;
    width: 150px;
}

.reservePage .flowBox .attention {
    background: #f6f6f6;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin: 20px auto 40px;
    color: #D60201;
}

/*************** フォーム共通 ****************/
#form {
    width: 960px !important;
    margin: 20px auto 40px !important;
}

.class-holiday span {
    background: #FFF !important;
    color: #D60201 !important;
    border: 1px solid #CCC !important;
}

#select-title {
    width: 80% !important;
}

#calendar {
    width: 250px !important;
}

/*************** thanksPage ****************/
.thanksPage .thanksBox {
    width: 1160px;
    margin: 20px auto 40px;
    padding: 50px 20px 5px;
    border: 1px solid #ccc;
}

/*==================================================
  companyPage：会社概要
==================================================*/
.companyPage .entrytbl {
    font-size: 1.2em;
    margin-top: 0;
}

.companyPage .entrytbl th {
    padding: 20px;
    font-weight: bold;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

.companyPage .entrytbl td {
    padding: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.companyPage .entrytbl tr:last-child th, .companyPage .entrytbl tr:last-child td {
    border: none;
}

.companyPage .map {
    margin: 40px 0;
}

.companyPage .btn_type02 a {
    width: auto;
    height: auto;
    font-size: 2em;
    padding: 15px 60px 15px 40px;
    color: #fff;
    background: #111 url(/share/img/common/arrow_white.png) no-repeat 95% center;
    /*background: #111 url(/share/img/common/arrow_white.svg) no-repeat 95% center;*/
    -webkit-background-size: 10px;
    background-size: 10px;
    border-color: #111;
}

.companyPage .btn_type02 a:hover {
    background: #fff url(/share/img/common/arrow_black.png) no-repeat 95% center;
    /*background: #fff url(/share/img/common/arrow_black.svg) no-repeat 95% center;*/
    -webkit-background-size: 10px;
    background-size: 10px;
    color: #111;
}

/*==================================================
  privacyPage：プライバシーポリシー
==================================================*/
.privacyPage .contents-inner {
    font-size: 1.2em;
}

.privacyPage ol {
    margin: 40px 0;
}

.privacyPage ol li {
    list-style: decimal;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.privacyPage ol li:last-child {
    border-bottom: none;
}

.privacyPage ol li dl {
    margin-top: 10px;
}

.privacyPage ol li dt {
    font-weight: bold;
}

/*==================================================
  sitemapPage：サイトマップ
==================================================*/
.sitemapPage .contents-inner {
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    margin: 40px auto !important;
}

.sitemapPage .contents-inner ul {
    width: 24%;
}

.sitemapPage .contents-inner ul li {
    margin-bottom: 6%;
}

.sitemapPage .contents-inner ul li a {
    display: block;
    padding: 20px 15px;
    border: 1px solid #ccc;
    text-decoration: none;
}

/*==================================================
  err404Page：エラーページ
==================================================*/
.err404Page .err404 {
    width: 1190px;
    margin: 40px auto;
    padding: 50px 20px;
    border: 1px solid #ccc;
}

.err404Page .err404 ul {
    margin: 20px 40px;
}

/*==================================================
  attachmentPage：イメージ用
==================================================*/
.attachmentPage p {
    margin-bottom: 20px;
}

.attachmentPage .content ul {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

/*==================================================
  loanPage:#29645 LP
==================================================*/
.loanPage .inline_block {
    display: inline-block;
}

.loanPage .pc_hidden {
    display: none !important;
}

.loanPage #header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loanPage .header__inner {
    width: min(1160px, 96%);
    margin: 0 auto;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.loanPage .header__logo a{
    display: flex;
    align-items: center;
}


.loanPage .header__btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.loanPage .header__btn__link {
    background-color: #D60201;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 130px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

.loanPage .header__btn__link-line {
    background-color: #06c755;
}

.loanPage .header__btn__icon {
    width: auto;
    height: 20px;
    margin-right: 5px;
}

.loanPage .header__btn-mail .header__btn__icon {
    height: 18px;
}


/* messageBox */
.loanPage .loanPage__messageBox {
    border: 4px solid #111;
    background-color: rgba(255, 255, 255, 0.7);
    padding: clamp(20px, 4vw, 50px);
    width: min(96%, 1160px);
    margin: clamp(20px, 4vw, 40px) auto;
    box-sizing: border-box;
}

.loanPage .loanPage__messageTxt {
    font-size: clamp(16px, 2vw, 24px);
    text-align: center;
    font-weight: bold;
    line-height: 1.6;

}

.loanPage .loanPage__messageTxt__big {
    font-size: 1.2em;
    color: #D60201;
    font-weight: 800;
}

/* fvBox */
.loanPage #fvBox {
    background: url(/share/img/page/loan/fvBox_bg.jpg) no-repeat top min(-5vw,-70px) center / 1400px;
    height: calc(100vh - 80px);
    position: relative;
    max-height: 650px;
    min-height: 550px;
}

@media screen and (max-width:1024px) {
    .loanPage #fvBox {
        height: 70vw;
        background-position: top;
        background-size: contain;
    }
}

.loanPage .fvBox__linkBox {
    position: relative;
    bottom: 30px;
    position: absolute;
    height: 80px;
    width: min(90%, 550px);
    left: 50%;
    transform: translateX(-50%);
}

.loanPage .fvBox__link {
    width: 100%;
    height: 100%;
    border-radius: 50vh;
    text-align: center;
    font-size: clamp(16px, 5vw, 28px);
    font-weight: bold;
    color: #fff;
    background: #1da942;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loanPage .fvBox__txtBox {
    font-size: clamp(14px, 4vw, 22px);
    position: absolute;
    bottom: 135px;
    left: 50%;
    transform: translateX(-50%);
    width: min(96%, 1000px);
}

.loanPage .fvBox__txt {
    text-align: center;
}

.loanPage .fvBox__txt-pointBox {
    margin: 15px auto;
}

.loanPage .fvBox__txt-point {
    background: rgba(255, 255, 255, 0.9);
    padding: 0.3em 0.6em;
    border: 3px solid #111;
    font-weight: bold;
}

.loanPage .fvBox__txt-sub span.inline_block {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    text-underline-offset: 5px;
    text-decoration: underline wavy #D60201;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8), -2px -2px 0 rgba(255, 255, 255, 0.8),
        -2px 2px 0 rgba(255, 255, 255, 0.8), 2px -2px 0 rgba(255, 255, 255, 0.8),
        0px 2px 0 rgba(255, 255, 255, 0.8), 0 -2px 0 rgba(255, 255, 255, 0.8),
        -2px 0 0 rgba(255, 255, 255, 0.8), 2px 0 0 rgba(255, 255, 255, 0.8);
    letter-spacing: 0.08em;
    filter: drop-shadow(0px 0px 3px #fff);
}

.loanPage .fvBox__txt-sub span.num {
    color: #D60201;
    font-weight: bold;
    font-size: 1.6em;
}

.loanPage .fvBox__txt-sub span.small {
    font-size: 0.5em;
}


/* problemBox */
.loanPage .problemBox__ttl {
    font-size: clamp(20px, 6.5vw, 48px);
    text-align: center;
    font-weight: 800;
    position: relative;
    padding: 0.9em 1.7em 0.5em;
    display: table;
    margin: 0 auto;
    line-height: 1.4;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8), -2px -2px 0 rgba(255, 255, 255, 0.8), -2px 2px 0 rgba(255, 255, 255, 0.8), 2px -2px 0 rgba(255, 255, 255, 0.8), 0px 2px 0 rgba(255, 255, 255, 0.8), 0 -2px 0 rgba(255, 255, 255, 0.8), -2px 0 0 rgba(255, 255, 255, 0.8), 2px 0 0 rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 0px 3px #fff);
}

.loanPage .problemBox__ttl__big {
    color: #D60201;
}

.loanPage .problemBox__ttl:before, .loanPage .problemBox__ttl:after {
    content: '';
    position: absolute;
    top: 60%;
    display: inline-block;
    width: 2em;
    height: 5px;
    background-color: black;
    transform: rotate(60deg);
}

.loanPage .problemBox__ttl:before {
    left: 0;
}

.loanPage .problemBox__ttl:after {
    transform: rotate(-60deg);
    right: 0;
}

.loanPage #problemBox {
    background: url(/share/img/page/loan/problemBox_img.png) no-repeat left bottom / 45%, url(/share/img/page/loan/problemBox_bg.jpg) no-repeat center / cover;
    padding-bottom: 30px;

}

.loanPage .problemBox__list {
    width: 60%;
    margin-left: auto;
    padding: 3em 1em 3em 4em;
    background: url(/share/img/page/loan/problemBox_list_bg.png) repeat center rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
}

.loanPage .problemBox__item {
    margin-bottom: 0.8em;
    padding-left: 1.5em;
    background: url(/share/img/common/icon_check.png) no-repeat left top 0.5em / 1.2em;
    font-size: clamp(14px, 2vw, 22px);
    line-height: 1.4;
    font-weight: bold;

}

.loanPage .problemBox__item__big {
    font-weight: 800;
    color: #D60201;
    font-size: 1.2em;
}

/* caseBox */
.loanPage .caseBox__ttl {
    font-size: clamp(20px, 6.5vw, 48px);
    font-weight: 800;
    padding: 1em 0;
    line-height: 1.4;
    color: #D60201;
    text-align: center;
    background: repeating-linear-gradient(-45deg, #fff5f5 0, #fff5f5 20px, #ffdddd 20px, #ffdddd 40px);
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8), -2px -2px 0 rgba(255, 255, 255, 0.8), -2px 2px 0 rgba(255, 255, 255, 0.8), 2px -2px 0 rgba(255, 255, 255, 0.8), 0px 2px 0 rgba(255, 255, 255, 0.8), 0 -2px 0 rgba(255, 255, 255, 0.8), -2px 0 0 rgba(255, 255, 255, 0.8), 2px 0 0 rgba(255, 255, 255, 0.8);
    position: relative;
}

.loanPage .caseBox__ttl::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 40px solid #ff8888;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;

}

.loanPage .caseBox__list {
    width: min(1160px, 96%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4% 50px;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

.loanPage .caseBox__item {
    width: min(552px, 96%);
    position: relative;
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 50px;
    text-align: center;
}

.loanPage .caseBox__inner {
    border: 3px solid #D60201;
    box-sizing: border-box;
}

.loanPage .caseBox__point {
    display: inline-block;
    margin: 0 auto 20px;
    position: relative;
    padding: 0.7em 2em 0.7em 1.5em;
    border-radius: 50vh;
    color: #fff;
    background: url(/share/img/page/loan/icon_problem.svg) no-repeat right 14px top 50% / 1em #D60201;
    white-space: nowrap;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.3;
    z-index: 1;

}

.loanPage .caseBox__point:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    bottom: -5px;
    background: #D60201;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.loanPage .caseBox__point:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    bottom: -16px;
    background: #D60201;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.loanPage .caseBox__item__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.55em;
    padding: clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px) clamp(10px, 2vw, 15px);
}

.loanPage .caseBox__item__ttl__big {
    font-size: 1.4em;
}

.loanPage .caseBox__item:first-child .caseBox__item__ttl__big {
    font-size: 1.2em;
}

.loanPage .caseBox__monthly {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(10px, 2vw, 15px);
    background-color: #D60201;
}

.loanPage .caseBox__monthly__big {
    font-size: 1.5em;
    font-weight: bold;
}

.loanPage .caseBox__monthly dt {
    font-size: 1em;
    color: #fff;
    width: 8em;
}

.loanPage .caseBox__monthly dd {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    width: 10em;
    margin-left: 0.5em;
}

.loanPage .caseBox__monthly__num {
    font-size: 2.6em;
}

.loanPage .caseBox__col2,
.loanPage .caseBox__col1 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.loanPage .caseBox__col2 dt,
.loanPage .caseBox__col1 dt {
    width: 7em;
    font-weight: bold;
    background-color: #f5f5f5;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loanPage .caseBox__col2 dd,
.loanPage .caseBox__col1 dd {
    display: flex;
    align-items: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px clamp(10px, 2vw, 20px);
    box-sizing: border-box;
}

.loanPage .caseBox__col2 dd {
    width: calc((100% - 14em)/2);
}

.loanPage .caseBox__col1 dd {
    width: calc(100% - 7em);
}

.loanPage .caseBox__costTtal {
    white-space: nowrap;
}

.loanPage .caseBox__costDetail {
    display: block;
    font-size: 0.8em;
    margin-left: 1.5em;
    line-height: 1.4;
    position: relative;
    padding: 0.3em 1em;
}

.loanPage .caseBox__costDetail::before {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    border-left: dotted 1px #aaa;
    border-top: dotted 1px #aaa;
    border-bottom: dotted 1px #aaa;
    top: 0;
    left: 0;
}

.loanPage .caseBox__costDetail::after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    border-right: dotted 1px #aaa;
    border-top: dotted 1px #aaa;
    border-bottom: dotted 1px #aaa;
    top: 0;
    right: 0;
}

.loanPage .caseBox__comment {
    /* padding: clamp(10px, 2vw, 15px) clamp(10px, 2vw, 20px) 60px; 吹き出し・人物アイコンを表示する際はこちらを使用*/
    padding: clamp(10px, 2vw, 15px) clamp(10px, 2vw, 20px);
    position: relative;
}

.loanPage .caseBox__commentInner {
    padding: clamp(20px, 3vw, 30px);
    position: relative;
    display: block;
}

.loanPage .caseBox__commentInner::before, .caseBox__commentInner::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
}

/* 　吹き出し
.loanPage .caseBox__commentInner::before {
    border-left: solid 2px #111;
    border-top: solid 2px #111;
    top: 0;
    left: 0;
}

.loanPage .caseBox__commentInner::after {
    border-right: solid 2px #111;
    border-bottom: solid 2px #111;
    bottom: 0;
    right: 0;
} */

/* 　人物アイコン
.loanPage .caseBox__comment::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 0;
    right: 60px;
    background: url(/share/img/page/loan/caseBox_customer01.png) no-repeat center bottom / contain;
}

.loanPage .caseBox__comment-customer02::after {
    background: url(/share/img/page/loan/caseBox_customer02.png) no-repeat center bottom / contain;
}

.loanPage .caseBox__comment-customer03::after {
    background: url(/share/img/page/loan/caseBox_customer03.png) no-repeat center bottom / contain;
}

.loanPage .caseBox__comment-customer04::after {
    background: url(/share/img/page/loan/caseBox_customer04.png) no-repeat center bottom / contain;
} */

.loanPage .caseBox__staffBox {
    display: flex;
    align-items: flex-start;
    padding: clamp(10px, 2vw, 20px);
    background-color: #ffeeee;
}

.loanPage .caseBox__staffBox__img {
    width: 30%;
}

.loanPage .caseBox__staffBox__txt {
    padding-left: 1em;
}

@media screen and (min-width:1202px) {    
    /* caseBox_高さ合わせ */
    .loanPage .caseBox__item-item02 .caseBox__col1 {
    min-height: 70px;
    }  
    
    .loanPage .caseBox__item-item02 .caseBox__staffBox {
    min-height: 328px;
    box-sizing: border-box;
    }

    .loanPage .caseBox__item-item04 .caseBox__comment {
        min-height: 406px;
        display: flex;
        align-items: center;
    }

    .loanPage .caseBox__item-item04 .caseBox__staffBox {
        min-height: 317px;
    }
}



/* contactBox */
.loanPage #contactBox {
    background: #eee;
    padding: clamp(20px, 5vw, 60px) 0;
    background: url(/share/img/page/loan/contactBox_bg.jpg) no-repeat center / cover;
}

.loanPage .contactBox__subttl {
    position: absolute;
    top: -30px;
    left: 18%;
    z-index: 1;
    font-size: clamp(14px, 1.8vw, 22px);
    padding: 0.8em 1.8em;
    background-color: #fff;
    border-radius: 50vh;
    font-weight: bold;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.loanPage .contactBox__subttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-top: 30px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(60deg);
    z-index: -1;

}

.loanPage .contactBox__inner {
    width: min(1160px, 90%);
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #D60201;
    border-radius: 10px;
    padding: clamp(20px, 5vw, 50px);
    font-size: clamp(14px, 1.8vw, 22px);
    background: linear-gradient(-45deg, rgba(255, 220, 220, 0.6) 75%, transparent 0), radial-gradient(#ddd 10%, transparent 10%) center / 12px 12px #fff;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}

.loanPage .contactBox__inner::after {
    content: "";
    width: auto;
    height: 110%;
    aspect-ratio: 487 / 473;
    background: url(/share/img/page/loan/contactBox_img.png)no-repeat center /cover;
    position: absolute;
    left: -70px;
    bottom: 0;
}

.loanPage .contactBox__txtBox {
    display: inline-block;
    z-index: 1;
    position: relative;
}

.loanPage .contactBox__txt {
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8), -2px -2px 0 rgba(255, 255, 255, 0.8), -2px 2px 0 rgba(255, 255, 255, 0.8), 2px -2px 0 rgba(255, 255, 255, 0.8), 0px 2px 0 rgba(255, 255, 255, 0.8), 0 -2px 0 rgba(255, 255, 255, 0.8), -2px 0 0 rgba(255, 255, 255, 0.8), 2px 0 0 rgba(255, 255, 255, 0.8);
}

.loanPage .contactBox__txt__big {
    color: #D60201;
    font-size: 1.2em;
    font-weight: 800;
}

.loanPage .contactBox__ttl {
    font-size: 2.3em;
    font-weight: bold;
}

.loanPage .contactBox__pointBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2%;
    margin: 10px auto;
}

.loanPage .contactBox__point {
    padding: 0.5em 1.9em;
    border: 2px solid #111;
    font-weight: bold;
    font-size: 1.15em;
    background: rgba(255, 255, 255, 0.8);
}

.loanPage .contactBox__btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(10px, 4vw, 20px);
    gap: 1.5%;
    position: relative;
    z-index: 1;
}

.loanPage .contactBox__btn {
    width: calc((100% - 3%) / 3);
    margin: 0;
    height: 85px;
    filter: drop-shadow(5px 5px 0px rgba(100, 0, 0, 0.15));
}

.loanPage .contactBox__btn__icon {
    width: 2.2em;
    margin-right: 5px;
    margin-bottom: 1px;
}

.loanPage .contactBox__btn a {
    height: 100%;
}

.loanPage .contactBox__btn a,
.loanPage .contactBox__btn-pcTel {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: clamp(12px, 1.5vw, 18px);
    background-color: #D60201;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.loanPage .contactBox__btn-line a {
    background-color: #06c755;
}

.loanPage .contactBox__btn__big {
    font-size: 1.5em;
}

.loanPage .contactBox__btn-pcTel {
    flex-direction: column;
}

.loanPage .contactBox__btn-pcTel .contactBox__btn__txt {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

.loanPage .contactBox__btn__tel {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1;
}

.loanPage .contactBox__btn__time {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.loanPage .contactBox__btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loanPage .contactBox__btn__txtBox {
    display: flex;
    flex-direction: column;
}

/* staffBox */
.loanPage #staffBox {
    background: url(/share/img/page/loan/fvBox_bg.jpg) no-repeat center / cover;
    padding-top: 400px;
    padding-bottom: 20px;
}

@media screen and (max-width:1024px) {
    .loanPage #staffBox {
        background-size: contain;
        background-position: top;
        padding-top: 320px;
    }
}

.loanPage .staffBox_ttl {
    color: #D60201;
    font-size: clamp(17px, 5.5vw, 48px);
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8), -2px -2px 0 rgba(255, 255, 255, 0.8),
        -2px 2px 0 rgba(255, 255, 255, 0.8), 2px -2px 0 rgba(255, 255, 255, 0.8),
        0px 2px 0 rgba(255, 255, 255, 0.8), 0 -2px 0 rgba(255, 255, 255, 0.8),
        -2px 0 0 rgba(255, 255, 255, 0.8), 2px 0 0 rgba(255, 255, 255, 0.8);
    letter-spacing: 0.05em;
    filter: drop-shadow(0px 0px 3px #fff);
    text-align: center;
}

.loanPage .staffBox__linkBox {
    margin: 20px auto;
}

.loanPage .staffBox__link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: min(90%, 340px);
    height: 70px;
    text-align: center;
    border: 2px solid #111;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
    background: #fff url(/share/img/common/arrow_black.png) no-repeat 320px center / 8px;
}

/* reasonBox */
.loanPage .reasonBox__intro {
    font-size: clamp(18px, 3vw, 24px);
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0.9em 2em 0.5em;
    display: table;
    margin: 0 auto;
    line-height: 1.4;
    margin-top: 20px;
}

.loanPage .reasonBox__intro__big {
    color: #D60201;
    font-size: 1.2em;
    font-weight: 800;
}

.loanPage .reasonBox__intro:before, .loanPage .reasonBox__intro:after {
    content: '';
    position: absolute;
    bottom: 30px;
    display: inline-block;
    width: 2em;
    height: 5px;
    background-color: black;
    transform: rotate(60deg);
}

.loanPage .reasonBox__intro:before {
    left: 0;
}

.loanPage .reasonBox__intro:after {
    transform: rotate(-60deg);
    right: 0;
}

.loanPage .reasonBox__ttl {
    background-color: #D60201;
    padding: 0.5em;
    font-size: clamp(20px, 5.5vw, 48px);
    color: #fff;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
    margin-bottom: clamp(20px, 3vw, 40px);
}

.loanPage .reasonBox__list {
    margin: 20px auto;
}

.loanPage .reasonBox__ttlBox {
    display: flex;
    width: min(1160px, 96%);
    margin: 0 auto clamp(10px, 3vw, 30px);
    align-items: center;
}

.loanPage .reasonBox__numberBox {
    font-size: clamp(12px, 2vw, 16px);
    color: #D60201;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 0.9;
    margin-right: 1em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    border: 3px solid #D60201;
    flex-shrink: 0;
}

.loanPage .reasonBox__number {
    font-size: 4em;
}

.loanPage .reasonBox__item__ttl {
    font-size: clamp(20px, 4vw, 42px);
    font-weight: bold;
    line-height: 1.4;
}

.loanPage .reasonBox__item__ttl__sub {
    font-size: 0.7em;
}

.loanPage .reasonBox__item__ttl__big {
    font-weight: 800;
    color: #D60201;
}

.loanPage .reasonBox__item {
    margin-bottom: 130px;
}

.loanPage .reasonBox__item__inner {
    position: relative;
}

.loanPage .reasonBox__imgBox {
    z-index: -1;
    position: absolute;
    width: 50vw;
    left: 0;
    top: 0;
    height: 110%;
}

.loanPage .reasonBox__imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loanPage .reasonBox__txtBox {
    width: min(1200px, 96%);
    margin: 0 auto;
}

.loanPage .reasonBox__txtBox__inner {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50%;
    padding: clamp(10px, 3vw, 40px) 10px clamp(10px, 3vw, 40px) clamp(10px, 4vw, 50px);
    font-size: clamp(16px, 2vw, 18px);
    margin-left: auto;
}

.loanPage .reasonBox__txt:not(:last-of-type) {
    margin-bottom: 1.2em;
}

.loanPage .reasonBox__item:nth-child(2n) .reasonBox__imgBox {
    left: inherit;
    right: 0;
}

.loanPage .reasonBox__item:nth-child(2n) .reasonBox__txtBox__inner {
    margin-left: 0;
    margin-right: auto;
    padding: clamp(10px, 3vw, 40px) clamp(10px, 4vw, 50px) clamp(10px, 3vw, 40px) 10px;
}

/* accessBox */
.loanPage #accessBox {
    margin-top: 80px;
}

.loanPage .accessBox__ttl {
    background-color: #D60201;
    padding: 0.5em;
    font-size: clamp(20px, 5.5vw, 48px);
    color: #fff;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
}

.loanPage .accessBox__inner {
    display: flex;
    width: min(1160px, 96%);
    margin: 0 auto;
    gap: 4%;
    align-items: center;
}

.loanPage .accessBox__imgBox {
    width: 46%;
}

.loanPage .accessBox__infoBox {
    width: 50%;

}

.loanPage .accessBox__imgBox__main {
    margin: clamp(10px, 2vw, 20px) 0 10px;
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
}

.loanPage .accessBox__imgBox__sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loanPage .accessBox__imgBox__main img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.loanPage .accessBox__imgBox__subItem {
    width: calc((100% - 20px) / 3);
    height: auto;
    aspect-ratio: 3 / 2;
}

.loanPage .accessBox__imgBox__sub img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.loanPage .accessBox__infoBox .entrytbl {
    font-size: clamp(14px, 2vw, 18px);
}

.loanPage .accessBox__infoBox .entrytbl td {
    padding: clamp(15px, 2vw, 30px);
    border: none;
    border-bottom: 1px solid #ccc;
}

.loanPage .accessBox__infoBox .entrytbl th {
    padding: clamp(15px, 2vw, 30px);
    font-weight: bold;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 4em;
}

.loanPage .accessBox__infoBox .entrytbl tr:last-child th, .loanPage .accessBox__infoBox .entrytbl tr:last-child td {
    border: none;
}

.loanPage .accessBox__map {
    width: min(1160px, 96%);
    margin: clamp(10px, 2vw, 20px) auto 0;
}

.loanPage #form {
    width: min(96%, 1160px) !important;
}

.loanPage .footer__copy {
    padding: 15px 0;
    color: #fff;
    font-style: normal;
    text-align: center;
    background: #111;
    margin-top: 20px;
}

.loanPage.thanksPage h2 {
    font-weight: 700;
    font-size: 2em;
    text-align: center;

}

/*#38319追加*/
/*==================================================
  スタッフコラム
==================================================*/
.columnPage .archiveBtn {
    display: flex;
    flex-wrap: wrap;
    margin: 25px;
}

.columnPage .archiveBtn li {
    margin: 0;
}

.columnPage .archiveBtn li a {
    display: inline-block;
    padding: 10px;
    margin: 0 10px 10px 0;
    min-width: initial;
    min-width: auto;
    background: #fff;
}

.columnPage .archiveBtn li a:hover{
    background: #111;
}

.columnPage .archiveBtn li.active a{
    background: #111;
    border-color: #111;
    color: #fff;
}

.columnPage .archiveBtn li.active a:hover{
    color: #fff;
}

/*************** itemList ****************/

.columnPage .itemList {
    width:1160px;
    margin: 40px auto;
}

.columnPage .itemList .item {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.columnPage .itemList .item a {
    display: flex;
    text-decoration: none;
}

.columnPage .itemList .item .photo{
    margin:20px;
    width:240px;
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.columnPage .itemList .item .photo img{
    object-fit: contain;
}

.columnPage .itemList .item .inner {
    width: calc(100% - 280px);
    padding: 20px;
}

.columnPage .itemList .item .inner .cate_new {
    padding: 2px 10px;
    color: #fff;
    background: #D60201;
    display: inline-block;
    margin-left: 10px;
}

.columnPage .itemList .item .inner .ttl{
    font-size: 1.2em;
    font-weight: bold;
    margin-block: 10px;
    padding-bottom: 5px;
    border-bottom: #D60201 2px solid;
}

.columnPage .itemList .item .inner .update {
    font-weight: bold;
    display: inline-block;
}

.columnPage .itemList .item .inner .cateBox {
    margin-top:10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.columnPage .itemList .item .inner .cateBox .cate_column {
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid;
    font-size: 0.8em;
    font-weight: bold;
}

.columnPage .itemList .item .inner .content .cont{
    display: inline-block;
    text-decoration: underline;
}
/*************** single ****************/

.columnPage.singlePage .contents-inner{
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top:30px;
}

.columnPage.singlePage #titleBox h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin:10px 0 20px;
}

.columnPage.singlePage #titleBox .dateBox{
    display: flex;
    justify-content: space-between;
}

.columnPage.singlePage #titleBox .cateBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.columnPage.singlePage #titleBox .cate_column a {
    display: block;
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid;
    font-weight: bold;
}

.columnPage.singlePage #toc_container{
    margin-top:20px;
}

.columnPage .column_author__head{
    font-size: 1.3em;
    font-weight: bold;
    margin: 30px 20px 10px;
}

.columnPage .column_authorBox{
    margin: 0 20px 20px;
    padding: 20px;
    display: flex;
    border: 1px solid #ddd;
    background: #f6f6f6;
}

.columnPage .column_author_photo{
    width: 200px;
    margin-right: 20px;
    flex-shrink: 0;
}

.columnPage .column_author_name{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.columnPage .column_author_link{
    margin-top:10px;
}

.columnPage .column_author_link a{
    display: inline-block;
    padding-right: 10px;
    position: relative;
    color: #666;
}

.columnPage .column_author_link a::before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top:1px solid;
    border-right: 1px solid;
    position:absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%) rotate(45deg);
}

/*==================================================
  よくある質問
==================================================*/

.faqPage .catList{
    padding: 20px;
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
}

.faqPage .catList li{
    width: 25%;
    font-size:16px;
}

.faqPage .catList li::before{
    content:"";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/share/img/common/arrow_black.svg) no-repeat left center;
    background-size: contain;
}

.faqPage .listTtl{
    font-size: 1.8em;
    font-weight: bold;
    border-bottom: 2px solid;
    padding: 80px 0 10px;
    margin: -50px 0 20px;
}

.faqPage .itemList {
	list-style: none;
}

.faqPage .itemList li {
	margin-bottom: 20px;
}

.faqPage .itemList dt {
    background: #f6f6f6;
    border: 2px solid;
    border-bottom: none;
	position: relative !important;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 20px 20px 50px;
}

.faqPage .itemList dt::before{
    content:"Q.";
    line-height: 1;
    position:absolute;
    top:10px;
    left:10px;
    font-size:30px;
}

.faqPage .itemList dd {
	padding: 20px 20px 20px 50px;
	border: 2px solid ;
    border-top: none;
	background:#fff;
	position: relative !important;
}

.faqPage .itemList dd::before{
    content:"A.";
    line-height: 1;
    position:absolute;
    top:16px;
    left:16px;
    font-size:24px;
    font-weight: bold;
    color: #666;
}

.faqPage .itemList dd li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px !important;
}

.faqPage .itemList dd p {
	margin-bottom: 20px;
}

.faqPage .itemList dd p:last-child {
	margin-bottom: 0;
}

.faqPage .itemList .active {
	display: block !important;
}
