@charset "utf-8";
/* CSS Document */

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #0078de;
}

.flt-left01 {
  float: left;
  width: 48%;
}

.flt-right01 {
  float: right;
  width: 48%;
}

.flt-left02 {
  float: left;
  width: 60%;
}

.flt-right02 {
  float: right;
  width: 35%;
}

.flt-left03 {
  float: left;
  width: 70%;
}

.flt-right03 {
  float: right;
  width: 25%;
}

.flt-left04 {
  float: left;
  width: 35%;
}

.flt-right04 {
  float: right;
  width: 60%;
}

.flt-left05 {
  float: left;
  width: 25%;
}

.flt-right05 {
  float: right;
  width: 70%;
}

.flt-left06 {
  float: left;
  width: 55%;
}

.flt-right06 {
  float: right;
  width: 40%;
}

.flt-box {
  margin-bottom: 40px;
}

.align-center {
  text-align: center;
}

.taiwan-logo {
  padding: 25px 0
}

.header {
   border-bottom: solid 3px #f39800;
}

.taiwan-main-contents {
   border-top: solid 3px #f39800;
   padding: 100px 0;
   background: url(../images/bg_main_contents.jpg) no-repeat right top;
}

.footer {
  background: #ccc;
  padding: 40px 0;
}

.taiwan-footer-logo {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.imghover {
  -webkit-transition: all .2s;
  transition: all .2s;
  display: block;
  background: #fff;
}

.imghover:hover {
  opacity: 0.8;
}

.heading01 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

.heading01:before {
  content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    left: 0;
    bottom: -8px;
}

.heading01:after {
  content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 2px;
    background: #f39800;
    left: 0;
    bottom: -8px;
}

.heading01 span {
  font-size: 24px;
  color: #f39800;
  padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
}
	
@media only screen and (max-width: 1199px) and (min-width: 768px) {
   body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
  }
}

.footer-address-wrap {
  float: left;
  margin-right: 50px;
}

.footer-official-link {
  float: left;
}

@media only screen and (max-width: 992px) {
  .inner {
    padding: 0;
  }
	
  .footer-address-wrap {
    float: none;
    margin-right: 0px;
	margin-bottom: 20px;
  }
	
	.footer-official-link {
		float: none;
	}
}

@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .flt-left01,
  .flt-right01 {
    float: none;
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06 {
    width: 100%;
    float: none;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06 {
    margin-bottom: 15px;
  }
  .flt-box {
    margin-bottom: 20px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
	
	.heading01 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.taiwan-main-contents {
		padding: 50px 0;
	}
	
	.footer {
		padding: 20px 0;
	}
	
	.taiwan-footer-logo {
		font-size: 24px;
	}
	
}