@media screen and (min-width: 769px), print {
  #contact-area-re{
    padding: 55px 0 60px;
  }

  #contact-area-re .content-area01-re{
    width: 850px;
    margin: auto;
  }

  #contact-area-re .content-area01-re .inner01-re{
    background: #dedede;
    text-align: center;
    padding: 38px 0 55px;
    margin-bottom: 40px;
  }

  #contact-area-re .content-area01-re .inner01-re.document{
    margin-bottom: 0;
  }

  #contact-area-re .content-area01-re .inner01-re .re-ttl{
    font-weight: bold;
    font-size: 27px;
    padding: 0 0 30px;
    line-height: 1;
  }

  #contact-area-re .content-area01-re .inner01-re .re-txt{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 30px;
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a{
    display: inline-block;
    background: #01579b;
    color: #ffffff;
    width: 480px;
    text-decoration: none;
    padding: 30px 0 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a{
    display: inline-block;
    background: #01579b;
    color: #ffffff;
    width: 480px;
    text-decoration: none;
    padding: 30px 0 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a:hover{
    opacity: 0.8;
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a:hover{
    opacity: 0.8;
  }

  #contact-area-re .re-img{
    margin-bottom: 35px;
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a .fa-envelope{
    margin-right: 60px;
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a .fa-chevron-right{
    margin-left: 60px;
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a .fa-book-open{
    margin-right: 75px;
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a .fa-chevron-right{
    margin-left: 80px;
  }

  .b-o-localSearchNavi > .b-a-textLink .b-a-textLink_contact_anchor {
    padding-top: 15px;
  }
    
}


/*220418*/
#contact-area-re2{
    padding: 80px 0 60px;
}
div.contact-area-re2__inner{
    width: 1160px;
    margin: 0 auto !important;
    padding-top: 50px !important;
    border-top: 1px solid #efefef;
}
p.contact-area-re2__ttl{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
ul.contact-area-re2__bnr{
    width: 100%;
    margin-top: 50px !important;
}
ul.contact-area-re2__bnr > li{
    width: 100%;
    height: 180px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-image: url("/library/crepre/common/img/ctb_bg01pc.jpg");
    background-size: cover;
}
ul.contact-area-re2__bnr > li.contact-area-re2__bnr__guidebook{
    background-image: url("/library/crepre/common/img/ctb_bg02pc.jpg");
}
ul.contact-area-re2__bnr > li:before{
    content: '';
    position: absolute;
    top:0; left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
ul.contact-area-re2__bnr > li:nth-child(n+2){
    margin-top: 15px !important;
}
ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__txt{
    flex: 1;
    padding: 0 1.0em;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.65);
    z-index: +1;
}
ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__btn{
    width: 400px;
    height: 80px;
    padding: 15px 15px 15px 100px;
    background: #3772CE;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    color: #ffffff;
    z-index: +1;
    position: relative;
}
ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__btn:after{
    content: '';
    width: 100px;
    height: 42px;
    top: 50%; left:0;
    transform: translateY(-50%);
    background-image: url("/library/crepre/common/img/ctb_icon01.png");
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
}
ul.contact-area-re2__bnr > li.contact-area-re2__bnr__guidebook > figure{
    width: 143px;
    z-index: +1;
}
ul.contact-area-re2__bnr > li.contact-area-re2__bnr__guidebook > figure > img{
    width: 100%;
    height: auto;
}
ul.contact-area-re2__bnr > li.contact-area-re2__bnr__guidebook > p.contact-area-re2__bnr__btn:after{
    background-image: url("/library/crepre/common/img/ctb_icon02.png");
}
ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__btn > span{
    font-size: 14px;
}
ul.contact-area-re2__bnr > li > a{
    position: absolute;
    top:0; left:0;
    width: 100%;
    height: 100%;
    z-index: +2;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}
@media screen and (min-width: 769px){
    ul.contact-area-re2__bnr > li > a:hover{
        opacity: 0.5;
    }
}

.b-o-localSearchNavi > .b-a-textLink .b-a-textLink_contact_anchor {
  background-image: url(/library/img/common/local_search/icon_mail.png);
}
.b-o-localSearchNavi > .b-a-textLink .b-a-textLink_seminar_anchor {
  background-image: url(/library/img/common/local_search/icon_contact.png);
}


@media screen and (max-width: 768px), print {



  #contact-area-re{
    padding: calc(70 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }

  #contact-area-re .content-area01-re{
    width: calc(710 / 750 * 100vw);
    margin: auto;
  }

  #contact-area-re .content-area01-re .inner01-re{
    background: #dedede;
    text-align: center;
    padding: calc(70 / 750 * 100vw) 0 calc(70 / 750 * 100vw) ;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #contact-area-re .content-area01-re .inner01-re.document{
    margin-bottom: 0;
  }

  #contact-area-re .content-area01-re .inner01-re .re-ttl{
    font-weight: bold;
    font-size: calc(38 / 750 * 100vw);
    padding: 0 0 calc(45 / 750 * 100vw);
    line-height: 1;
  }

  #contact-area-re .content-area01-re .inner01-re .re-txt{
    font-size: calc(24 / 750 * 100vw);
    margin: 0 0 calc(50 / 750 * 100vw);
    line-height: 1.8;
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a{
    display: inline-block;
    background: #01579b;
    color: #ffffff;
    width: calc(650 / 750 * 100vw);
    text-decoration: none;
    padding: calc(45 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
    color: #ffffff;
    text-decoration: none;
    font-size: calc(29 / 750 * 100vw);
    line-height: 1;
    font-weight: bold;
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a{
    display: inline-block;
    background: #01579b;
    color: #ffffff;
    width: calc(650 / 750 * 100vw);
    text-decoration: none;
    padding: calc(45 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
    color: #ffffff;
    text-decoration: none;
    font-size: calc(29 / 750 * 100vw);
    line-height: 1;
    font-weight: bold;
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a:hover{
    opacity: 0.8;
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a:hover{
    opacity: 0.8;
  }

  #contact-area-re .re-img{
    margin:0 auto calc(60 / 750 * 100vw);
    width: calc(365 / 750 * 100vw);
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a .fa-envelope{
    margin-right: calc(40 / 750 * 100vw);
  }

  #contact-area-re .content-area01-re .inner01-re .re-btn a .fa-chevron-right{
    margin-left: calc(40 / 750 * 100vw);
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a .fa-book-open{
    margin-right: calc(60 / 750 * 100vw);
    display: inline-block;
    width: calc(28 / 750 * 100vw);
  }

  #contact-area-re .content-area01-re .inner01-re.document .re-btn a .fa-chevron-right{
    margin-left: calc(60 / 750 * 100vw);
  }
    
    
    /* 220306new */
    /*#contact-area-re2{
        padding: calc(120 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
    }
    ul.contact-area-re2__inner{
        width: calc(710 / 750 * 100vw);
        margin: auto !important;
        padding-top: calc(120 / 750 * 100vw) !important;
        border-top: 1px solid #efefef;
        display: flex;
        flex-direction: column;
    }
    ul.contact-area-re2__inner >li{
        width: 100%;
        padding: calc(40 / 750 * 100vw);
        background-color: #EBEDEF;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    ul.contact-area-re2__inner >li:nth-child(n+2){
        margin-top: calc(50 / 750 * 100vw);
    }
    ul.contact-area-re2__inner >li .re2-ttl{
        width: 100%;
        font-weight: bold;
        font-size: calc(30 / 750 * 100vw);
        text-align: center;
        padding: 0 0 calc(40 / 750 * 100vw);
        line-height: 1.8;
    }
    ul.contact-area-re2__inner >li .re2-btn a{
        display: inline-block;
        background: #2E61B2;
        color: #ffffff;
        width: calc(450 / 750 * 100vw);
        text-decoration: none;
        padding: calc(40 / 750 * 100vw) 0;
        font-size: calc(44 / 750 * 100vw);
        line-height: 1;
        font-weight: bold;
        text-align: center;
        box-shadow: 0 calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) rgba(0,0,0,0.3);
    }*/
    #contact-area-re2{
        padding: calc(110 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    }
    div.contact-area-re2__inner{
        width: calc(710 / 750 * 100vw);
        padding-top: calc(80 / 750 * 100vw) !important;
    }
    p.contact-area-re2__ttl{
        font-size: calc(36 / 750 * 100vw);
    }
    ul.contact-area-re2__bnr{
        margin-top: calc(60 / 750 * 100vw) !important;
    }
    ul.contact-area-re2__bnr > li{
        width: 100%;
        height: initial;
        padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
        background-image: url("/library/crepre/common/img/ctb_bg01sp.jpg");
        flex-direction: column;
    }
    ul.contact-area-re2__bnr > li.contact-area-re2__bnr__guidebook{
        background-image: url("/library/crepre/common/img/ctb_bg02sp.jpg");
    }
    ul.contact-area-re2__bnr > li:nth-child(n+2){
        margin-top: calc(40 / 750 * 100vw) !important;
    }
    ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__txt{
        font-size: calc(32 / 750 * 100vw);
    }
    ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__btn{
        width: 100%;
        height: calc(140 / 750 * 100vw);
        padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(170 / 750 * 100vw);
        margin-top: calc(30 /750 * 100vw);
        font-size: calc(38 / 750 * 100vw);
    }
    ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__btn:after{
        content: '';
        width: calc(170 / 750 * 100vw);
        height: calc(84 / 750 * 100vw);
        background-image: url("/library/crepre/common/img/ctb_icon01.png");
    }
    ul.contact-area-re2__bnr > li.contact-area-re2__bnr__guidebook > figure{
        width: calc(192 / 750 * 100vw);
        margin-bottom: calc(35 /750 * 100vw);
    }
    ul.contact-area-re2__bnr > li > p.contact-area-re2__bnr__btn > span{
        font-size: calc(26 / 750 * 100vw);
    }
    
}

/*20221226更新FOOTER BNR*/
.contact-area-re2__bnr__v2__list {
  width: 100%;
  margin-top: 50px !important;
}
.contact-area-re2__bnr__v2__list__item {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  margin-bottom: 15px;
  -webkit-transition: all 0.7s 0s ease !important;
  -o-transition: all 0.7s 0s ease !important;
  -moz-transition: all 0.7s 0s ease !important;
  transition: all 0.7s 0s ease !important;
  position: relative;
  background-image: url(/library/crepre/common/img/ctb_bg01sp.jpg);
  -moz-background-size: cover;
       background-size: cover;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item {
    padding: 30px 0 0 60px;
    height: 180px;
  }
}
.contact-area-re2__bnr__v2__list__item:hover {
  -webkit-transition: all 0.5s 0s ease !important;
  -o-transition: all 0.5s 0s ease !important;
  -moz-transition: all 0.5s 0s ease !important;
  transition: all 0.5s 0s ease !important;
  opacity: 0.7;
}
.contact-area-re2__bnr__v2__list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item {
    background-image: url(/library/crepre/common/img/ctb_bg01pc.jpg);
  }
}
.contact-area-re2__bnr__v2__list__item.guidebook {
  background-image: url(/library/crepre/common/img/ctb_bg02sp.jpg);
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item.guidebook {
    background-image: url(/library/crepre/common/img/ctb_bg02pc.jpg);
  }
}
.contact-area-re2__bnr__v2__list__item .bg-block {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-area-re2__bnr__v2__list__item h3.contact-area-re2__bnr__tit {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.64);
  z-index: 3;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item h3.contact-area-re2__bnr__tit {
    text-align: left;
    font-size: 34px;
  }
}
.contact-area-re2__bnr__v2__list__item .sub-list {
  position: relative;
  z-index: 2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  .contact-area-re2__bnr__v2__list__item .sub-list {
    margin: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .sub-list {
    margin: 0;
    width: 100%;
  }
}
.contact-area-re2__bnr__v2__list__item .sub-list_item {
  position: relative;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.64);
  padding-left: 30px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .sub-list_item {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.contact-area-re2__bnr__v2__list__item .sub-list_item:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .sub-list_item:before {
    top: 5px;
    left: 12.3px;
  }
}
.contact-area-re2__bnr__v2__list__item .sub-list_item:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 14px;
  height: 14px;
  z-index: 1;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .sub-list_item:after {
    top: 5px;
  }
}
.contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
  background-color: rgba(26, 63, 121, 0.82);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  padding: 10px 0;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    margin-top: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 3;
    width: 45%;
    max-width: 600px;
    height: 100%;
    -webkit-clip-path: polygon(0% 100%, 17.5% 0%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 17.5% 0%, 100% 0%, 100% 100%);
  }
}
.contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box.bnr-01 {
  width: 100%;
  max-width: 295px;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box.bnr-01 {
    width: 37%;
    max-width: 600px;
  }
}
.contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box .figure-img-01 {
  width: 27%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box .figure-img-01 {
    width: auto;
    display: block;
  }
}
.contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box .figure-img-01 img {
  width: 33px;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box .figure-img-01 img {
    width: 84px;
  }
}
.contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box .text-block-01 {
  width: 73%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box .text-block-01 {
    width: auto;
  }
}
.contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box_title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box_title {
    font-size: 34px;
  }
}
.contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box_text {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .contact-area-re2__bnr__v2__list__item .link-bnt-bnr-box_text {
    font-size: 16px;
  }
}