@charset "UTF-8";
body {
  scroll-behavior: smooth;
　/*font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", 'Arial','Helvetica', sans-serif;
  color: #3a3a3a;
}

ol,
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header{
  background: #01b1ed;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
}

.header--inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 9px;
}
.header--inner.s-four-btn {
  width: 1126px;
}
.header--inner.s-four-btn200515 {
  width: 1180px;
}

.header .headline{overflow: hidden;}

.header .logo:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}

* html .header .logo,
*:first-child + html .header .logo {
  zoom: 1;
}

.header .logo:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}

* html .header .logo,
*:first-child + html .header .logo { zoom: 1;}
.header .logoimg {
  float: left;
  width: 322px;
  padding: 15px 0 0 4px;
}

.header h1{
  width: 450px;
  float: left;
  padding-top: 3px;
  margin: 20px 0 12px 35px;
}

.header h1 p{
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.7px;
  line-height: 1.4;
  font-weight: normal;
}

.header h1 p span{
  font-size: 10px;
}

.header .h_txt{
  width: 380px;
  float: left;
  padding-top: 3px;
  margin: 20px 0 12px -5px;
}

.header .h_txt p{
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.7px;
  line-height: 1.4;
  font-weight: normal;
}

.header .h_txt p span{
  font-size: 10px;
}

.header .header--inquiry{
  position:absolute;
  right:0px;
  top:0px;
  overflow: hidden;
  width: 294px;
}
.s-four-btn .header--inquiry{
  width: 396px;
}
.s-four-btn200515 .header--inquiry{
  width: 490px;
}

.header .header_briefing a,
.header .header_mail a{
  font-weight: bold;
  color: #fff;
  display: block;
  width: 94px;
  float: left;
  height: 36px;
  text-decoration: none;
  text-align: center;
  padding-top: 48px;
  font-size: 14px;
}
.header .s-four-btn200515 .header_briefing a,
.header .s-four-btn200515 .header_mail a{
  width: 96px;
  font-size: 12px;
}

.header .header_kokunai a,
.header .header_thailand a,
.header .header_rent-sale a{
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100px;
  float: left;
  height: 36px;
  text-decoration: none;
  text-align: center;
  padding-top: 48px;
  font-size: 14px;
}
.header .s-four-btn200515 .header_kokunai a,
.header .s-four-btn200515 .header_thailand a,
.header .header_rent-sale a{
  width: 96px;
  font-size: 12px;
}

.header .header_briefing a{
  background-image:
  url(/assets/images/original/biz-taiwan-static_img-generic-icon_briefing_or.png),linear-gradient(to bottom, #ffcf95, #F7931D);
  background-repeat:no-repeat,repeat;
  background-position:center 25px,right bottom;
  border:1px solid #FBB35E;
}
.header .header_mail a{
  background-image:url(/assets/images/original/biz-taiwan-static_img-generic-icon_mail.png),linear-gradient(to bottom, #b4f390, #71bf44);
  background-repeat:no-repeat,repeat;
  background-position:center 25px,right bottom;
  border:1px solid #92D869;
}
.header .header_kokunai a{
  background-image:url(/assets/images/original/biz-taiwan-static_img-generic-icon_kokunai.png),linear-gradient(to bottom, #FCA4A5, #c6000b);
  background-repeat:no-repeat,repeat;
  background-position:center 20px,right bottom;
  border:1px solid #E45B61;
  line-height:16px;
}
.header .header_thailand a{
  background-image: url(/assets/images/original/biz-taiwan-static_img-generic-icon_thailand.png),linear-gradient(to bottom, #d0878a, #63282b);
  background-repeat:no-repeat,repeat;
  background-position:center 20px,right bottom;
  border: 1px solid #973237;
  line-height:16px;
}
.header .header_rent-sale a{
  background-image: url(/assets/images/original/biz-taiwan-static_img-generic-icon_rent-sale.png),linear-gradient(to bottom, #da6eb2, #7b1656);
  background-repeat: no-repeat,repeat;
  background-position: center 20px,right bottom;
  border: 1px solid #7b1656;
  line-height: 16px;
}

.header .header_briefing a:hover{
  background:url(/assets/images/original/biz-taiwan-static_img-generic-icon_briefing_or_o.png) no-repeat center 25px #fff;
  color:#f7931d !important;
  border:1px solid #FBB35E;
}
.header .header_mail a:hover{
  background:url(/assets/images/original/biz-taiwan-static_img-generic-icon_mail_o.png) no-repeat center 25px #fff;
  color:#71bf44 !important;
  border:1px solid #92D869;
}
.header .header_kokunai a:hover{
  background:url(/assets/images/original/biz-taiwan-static_img-generic-icon_kokunai_o.png) no-repeat center 20px #fff;
  color:#c6000b !important;
  border:1px solid #E45B61;
}
.header .header_thailand a:hover{
  background:url(/assets/images/original/biz-taiwan-static_img-generic-icon_thailand_o.png) no-repeat center 20px #fff;
  color:#63282b !important;
  border:1px solid #973237;
}
.header .header_rent-sale a:hover{
  background:url(/assets/images/original/biz-taiwan-static_img-generic-icon_rent-sale_o.png) no-repeat center 20px #fff;
  color:#7b1656 !important;
  border:1px solid #7b1656;
}

.menu {
  background: #fff;
  padding: 9px 0;
  position: fixed;
  top: 86px;
  height: 24px;
  width: 100%;
  z-index: 200;
}

.menu--inner {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
  width: 1024px;
  margin: 0 auto;
  position:relative;
  text-align: center;
}

.menu .swiper-wrapper{
  width: 100% !important;
  transition-duration: inherit !important;
  transform: inherit !important;
}

.menu li {
  display: inline-block;
  border-left: 1px #B9B9B9 solid;
}

.menu li:first-child{  border-left: none;}
.menu a {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 0 4px;
  margin-left: 3px;
}

.menu a.current{
  border-bottom: 2px solid #01B1ED;
}

.menu a:hover{
  border-bottom: 2px solid #01B1ED;
}


/*パンくずリスト*/
.breadCrumb{
  position: relative;
  padding: 61px 0 0 0;
  z-index: 150;
}

.breadCrumb .section--inner{
  padding-bottom: 0;
  margin-bottom: -8px;
}

.breadCrumb ul{overflow: hidden;}

.breadCrumb li:first-child:before{content:'';}
.breadCrumb li:before{
  content:'>';
  margin: 0 5px 0 5px;
}

.breadCrumb li{
  display: inline-block;
  float: left;
  font-size: 12px;
}

.breadCrumb li a:hover{text-decoration: underline;}
.breadCrumb li a{
  color: #ff8100;
  text-decoration: none;
  font-size: 13px;
}

.section--inner{
  width: 1024px;
  margin: 0 auto;
  padding: 79px 0 44px;
}

.section--inner h2,
.subPage .section--inner h1{
  font-size: 32px;
　/*font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", 'Arial','Helvetica', sans-serif;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 2px 28px 0;
}

.newbuildings_area h2,
.customer_feedback_area h2,
.livablestrength_area h2{
  color: #FFF;
  font-weight: normal;
}

.section--inner h2:before,
.subPage .section--inner h1:before
{
  content:url('/assets/images/original/biz-taiwan-static_img-home-bg_top_h2_l.png');
  padding-right: 76px;
  vertical-align: sub;
}

.section--inner  h2:after,
.subPage .section--inner h1:after{
  content:url('/assets/images/original/biz-taiwan-static_img-home-bg_top_h2_r.png');
  padding-left: 76px;
  vertical-align: sub;
}

.newbuildings_area h2:before,
.topmerit_area h2:before,
.newbuildings_area h2:after,
.topmerit_area h2:after{content:none;}

.customer_feedback_area h2:before,
.livablestrength_area h2:before{
  content:url('/assets/images/original/biz-taiwan-static_img-home-bg_top_h2_l_2.png');
  vertical-align: sub;
  }

.customer_feedback_area h2:after,
.livablestrength_area h2:after{
  content:url('/assets/images/original/biz-taiwan-static_img-home-bg_top_h2_r_2.png');
  vertical-align: sub;
}


.contents_subtitle,
.subPage .contents_subtitle{
  color: #FFF;
  background: #00b1ee;
  height: 40px;
  font-size: 22px ;
  font-weight: normal;
　/*font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", 'Arial','Helvetica', sans-serif;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.06em;
  position: relative;
  padding-right: 15px;
  margin: 0 2px 18px 0;
}

.contents_subtitle:before,
.subPage .contents_subtitle:before
{
  content:url('/assets/images/original/biz-taiwan-static_img-generic-icon_h3_l.png');
  position: absolute;
  left: 12px;
}

.contents_subtitle:after,
.subPage .contents_subtitle:after{
  content:url('/assets/images/original/biz-taiwan-static_img-generic-icon_h3_r.png');
  position: absolute;
  right: 12px;
}

.section--inner .section_leadtxt{
  text-align: center;
  line-height: 1.9;
  font-size: 15px;
}

.footer { background: #00a0ea;}
.footer--inner {
  width: 940px;
  margin: 0 auto;
}

.footer .copy {
  position: relative;
  padding-bottom: 20px;
}

.footer .copy:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}

* html .footer .copy,
*:first-child + html .footer .copy {
  zoom: 1;
}

.footer .copy:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}

* html .footer .copy,
*:first-child + html .footer .copy {
  zoom: 1;
}

.footer .copy .left {
  float: left;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.8px;
}

.footer .copy .right {
  float: right;
  padding-top: 3px;
}

.footer .copy .right img { display: block;}

.footer .footernav {
  display: inline-block;
  padding-bottom: 34px;
  margin: 0 auto;
  padding-top: 18px;
}

.footer .footernav a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.footer .footernav li {
  float: left;
  margin-left: 15px;
}

.footer .footernav li:first-child { margin-left: 0;}

.footer .footernav .foot_blank_link{ margin-left:5px;}

.footer .footernav li a{ padding-left: 22px;}

.footer .footernav #fnav01 a{background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_link.png) left 50% no-repeat;}
.footer .footernav #fnav02 a{background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_search.png) left 50% no-repeat;}
.footer .footernav #fnav03 a{background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_building.png) 6px 50% no-repeat;}

.footer .footernav li.s-first_mlno{ margin-left: 0;}
.footer .footernav li.s-normal_link a{padding-left: 0;}

.toContentstop{
  width: 940px;
  margin: 0 auto;
  text-align: right;
}

.toContentstop img{
  vertical-align: bottom;
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.pagetop img { display: block;}

.pagetop a { outline: none;}

.pagetop a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}

.content {
  background-size: 100% auto;
}

.content .eyecatch {
  text-align: center;
  padding: 50px 0 40px;
  display: block;
}

.content .eyecatch p{margin-bottom:20px;}
.icn--blank {
  display: inline;
  margin-left: 5px;
}

.content .eyecatch a:hover img,
.toContentstop a:hover img{ opacity:0.7;}

/*お問い合わせボックス*/
.inquirybox{
  overflow: hidden;
  z-index: 110;
  position: relative;
}

.inquirybox .telbox{
  width: 464px;
  height:176px;
  box-sizing: border-box;
  float: left;
  background: #00b1ee;
  padding: 18px 0 25px 25px;
}

.inquirybox .mailbox{
  width: 280px;
  height:176px;
  box-sizing: border-box;
  float: right;
  background: #71bf44;
  padding: 22px 0 27px 32px;
}

.inquirybox .briefingbox{
  width: 280px;
  height:176px;
  box-sizing: border-box;
  float: left;
  background: #f7931d;
  padding: 22px 0 27px 33px;
  font-size: 13px;
}

.inquirybox .briefingbox a img:hover{
}

.inquirybox .mailbox a img:hover{
}

.inquirybox .telbox h3{
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
　/*font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", 'Arial','Helvetica', sans-serif;
  padding-left: 25px;
  background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_phone_03.png) 0 3px no-repeat;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.inquirybox .telbox div.h3{
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
　/*font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", 'Arial','Helvetica', sans-serif;
  padding-left: 25px;
  background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_phone_03.png) 0 3px no-repeat;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.inquirybox .mailbox h3{margin-bottom: 30px;}
.inquirybox .briefingbox h3{ margin-bottom: 30px;}
.inquirybox .telbox ul{padding-top: 23px;}
.inquirybox .telbox li:first-child{margin-left: 0;}

.inquirybox .telbox li{
  color: #d4edfb;
  display: inline-block;
  margin-left: 23px;
}

.inquirybox .telbox li span{
  background: #10486d;
  width: 72px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 3px 0 2px;
  font-size: 12px;
}

/*btnparts*/
.border_btn a:hover{
  opacity: 0.7;
  filter:alpha(opacity=70);
}

.showotherlink{
  width: 215px;
  margin: 0 auto;
  margin-bottom: -15px;
}

.showotherlink a{
  border: 1px #4fbaeb solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #00a0e9;
  background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_arrow_d_bl02.png) 89% center no-repeat;
  padding: 15px 0;
  width: 100%;
  box-sizing:border-box;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
  text-align: center;
　/*font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", 'Arial','Helvetica', sans-serif;
  behavior: url(static_js/PIE.htc);
  position: relative;
}

.showotherlink a:hover{
  background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_arrow_d_bl02_o.png) 89% center no-repeat;
  background-color: #00a0e9;
  color: #fff;
}


.btndetail a{
　/*font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;*/
  font-family: "Microsoft JhengHei", "微軟正黑體", 'Arial','Helvetica', sans-serif;
  font-size: 20px;
  line-height: 48px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 23px 0 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  color: #f7931d;
  background: url(/assets/images/original/biz-taiwan-static_img-generic-icon_circle_arrow_o.png) 70% center no-repeat;

  border: 1px #f7931d solid;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  behavior: url(static_js/PIE.htc);
  position: relative;
}

.btndetail a:hover{
  color: #fff;
  background: #f7931d url(/assets/images/original/biz-taiwan-static_img-generic-icon_circle_arrow_w.png) 70% center no-repeat;
}

.bold{ font-weight: bold;}
.pink{ color: #ec0048;}

/* 211117追加 */
.s-four-btn200515 .header--inquiry.s-211117 {
    width: 392px;
}
