<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*common*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
}

body, button {
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
  color: #333333;
}

ul li, ol li {
  list-style-type: none;
}

a {
  color: #121974;
}

a:hover {
  color: #a3a3a3;
}

img {
  max-width: 100%;
  height: auto;
}
.icon_img {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 0px;
}
p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb70 {
  margin-bottom: 70px;
}
.container {
  margin: 20px auto 40px;
  max-width: 960px;
  width: 100%;
}
.sideMargin {
  padding: 0 15px;
}
.pcOnly {
  display: none;
}
.tel_link,
.tel_link:hover {
  color: #333;
}

@media print, screen and (min-width : 768px){
  .telLink{
    pointer-events : none;
    text-decoration:none;
  }
  .spOnly {
    display: none;
  }
}

@media print, screen and (min-width : 960px){
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sideWrap {
    width: 26%;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .mainWrap {
    width: 72.916666666666666666%;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .sideMargin {
    padding: 0;
  }
  .centerBox {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .pcOnly {
    display: block;
  }
}

/*******/

.headerLogoWrap h1 {
  margin: 0;
  line-height: 1;
}

.exLink {
  text-decoration: none;
}

.exLink:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #121974;
}

.exLink span {
  text-decoration: underline;
}

dl {
  line-height: 1.7;
}

.textCenter {
  text-align: center;
}

/* メニューtoggle */
.toggleAnimation {
  -webkit-transition: height .7s;
  transition: height .7s;
}

.toggleHide {
  height: 0;
}

.toggleShow {
  height: 624px;
}

@media print, screen and (min-width : 768px){

.headNaviContainer {
  height: auto;
}

}

/*pageTop*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}

.pagetop a {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    color: #333;
    background-color: #C0E5E9;
    opacity: 0.8;
    border-radius: 5px;
}

/* ヘッダー*/
.headerContainer {
  background-color: #FFEBC9;
  /*border-top: 5px solid #000;*/
  border-bottom: 1px solid #FFCD96;
}

.selectLangBox {
  background-color: #000;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.slectItem {
  display: inline-block;
  width: 70px;
  text-align: center; 
  border-left: 1px solid white;
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
}

.slectItem:last-child {
  border-right: 1px solid white;
}

.slectIteLink {
  text-decoration: none;
  color: white;
}

.slectIteLink:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.langja{
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.langen{
  font-family: 'Montserrat', sans-serif;
}

.langha{
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
}

.langka{
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
}

.langko{
  font-family: 'Noto Sans CJK KR', 'Noto Sans KR', sans-serif;
}

.headerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;

  height: 70px;
  padding-bottom: 10px;
}

.headerLogoWrap {
  line-height: 1;
}

.headerLogo {
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
  text-decoration: none;
  color: #000;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: bold;
}

.headLogoSubTitle {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 6px;
  display: inline-block;
}

.headerLogo span {
  display: block;
}

.headInfo {
  border-left: 4px solid #000;
  padding: 0 10px;
}

.headInfo dt {
  border-bottom: 1px solid #000;
}

.headInfo .fa-phone {
  font-size: 1.8rem;
  margin: 0 5px;
  vertical-align: middle;

}

.headInfo .telNumber {
  font-weight: bold;
  font-size: 2rem;
}

.headInfoContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
}

.headInfoContactList {
  margin: 0 0 0 12px;
}

.headMailBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  background-color: #000;
  text-decoration: none;
}

.headMailBtn .fa-envelope {
  font-size: 2.2rem;
  color: #fff;
}

.headInstaBtn {
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  border-radius: 10px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  background-color: #D83074;
  text-decoration: none;
  padding-left: 1px;
}

.headInstaBtn .fa-instagram {
  font-size: 3rem;
  color: #fff;
}

.headFacebookBtn .fa-facebook-square {
  font-size: 5rem;
  color: #0059B2;
}

.menuTrigger,
.menuTrigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menuTrigger {
	position: relative;
	width: 34px;
	height: 24px;
}
.menuTrigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
	border-radius: 4px;
}
.menuTrigger span:nth-of-type(1) {
	top: 0;
}
.menuTrigger span:nth-of-type(2) {
	top: 9px;
}
.menuTrigger span:nth-of-type(3) {
	bottom: 0;
}

.menuTrigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(2) {
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menuTrigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.menuTriggerText {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}


.telFax {
  font-size: 1.5rem;
  font-weight: bold;
}




.headNaviContainer {
  overflow: hidden;
}

.headNavi li a {
  display: block;
  padding: 15px 0 15px 15px;
  text-decoration: none;
  border-bottom: 1px solid #BBBBBB;
  color: #000;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.headNavi li a:hover {
  background-color: #50A8C8;
  color: #fff;
}

@media print, screen and (min-width : 768px){
/*.headerWrap {
  height: 100px;
}*/

.headInfoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.headNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-pack: distribute;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;

  border-right: 0;
  border-left: 0;
}

.headNavi li {
  -webkit-box-flex: 1.0;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.headNavi li a {
  border-bottom: 0;
  border-left: 1px dashed #000;
  padding: 12px 15px;
  text-align: center;
}

.headNavi li:first-child a {
  border-left: 0;
}

.headNaviContainer {
  height: initial;
}

}

@media print, screen and (min-width : 960px) {

.headNavi {
  border-right: 1px dashed #000;
  border-left: 1px dashed #000;
}

}

/* メインコンテンツ */
.flexMargin {
  margin-bottom: 40px;
}

.mainWrap h1 {
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  font-size: 2rem;
  margin: 0 0 35px 0;
}

.contentBox {
  margin: 0 0 70px 0;
}

.contentTitleH2 {
  border-bottom: 3px solid #bbb;
  margin: 0 0 20px 0;
  position: relative;
}

.contentTitleH2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 60px;
  content: "";
  background-color: #50A8C8;
}

.contentTitleH3 {
  color: #50A8C8;
}

@media print, screen and (min-width : 768px){
  .mainWrap h1 {
    font-size: 3rem;
  }

  .flexRowSB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flexRowSBadd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }  

  .flexMargin {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .flexMarginguide {
    margin-left: 20px;
    margin-bottom: 0;
  }


  .flexShrink0 {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }

  .flexShrink1 {
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }

  .flexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


/* サイドバー indexにはなし*/
.sideLogo {
  width: 240px;
  height: 130px;
  border: 3px solid #50A8C8;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.sideLogoIconWrap {
  text-align: center;
}

.sideLogoIcon {
  margin-bottom: 10px;
}

.sideLogoIconText {
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}


.sideNaviWrapper {
  margin-bottom: 8px;
}

.sideNavi li a {
  display: block;
  padding: 14px;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
  width: 240px;
  box-sizing: border-box;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.sideNavi li a:hover {
  background-color: #50A8C8;
  color: #fff;
}

.sideNavi li a:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 12px 0 0;
  font-weight: bold;
}

@media print, screen and (min-width : 768px){

}

@media print, screen and (min-width : 960px) {

}


/*サイドバー 共通*/
.sideLinkWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.sideLink li a {
  display: block;
  margin-bottom: 2px;
}

@media print, screen and (min-width : 768px){

}

@media print, screen and (min-width : 960px) {

.sideLinkWrapper {
  justify-content: initial;
}

}



/* フッター */
.footerTopContainer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.footerTopLogoWrapper, .footerTopInfo, .footerTopContact {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footerTopLogo {
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
}

.footerTopLogoSubTitle {
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 6px;
}

.footerTopInfo {
  border-left: 4px solid #000;
  padding: 0 10px;
  display: table-cell;
}

.footerTopInfo dt {
  border-bottom: 1px solid #000;
}

.footerTopInfo .fa-phone {
  font-size: 1.8rem;
  margin: 0 5px;
  vertical-align: middle;
}

.footerTopInfoTel .telNumber {
  font-weight: bold;
  font-size: 2rem;
}

.footerMailBtn {
  display: inline-block;
  background-color: #000;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 17px;
  border-radius: 5px;
}

.footerMailBtn .fa-envelope {
  font-size: 2rem;
  margin: 0 5px 0 0;
}

.footerNaviContainer {
  border-top: 1px solid #FFCD96;
}

.footerNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.footerNavi li a {
  display: inline-block;
  color: #211713;
  text-decoration: none;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size:  1.2rem;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.footerNavi li a:hover {
  background-color: #50A8C8;
  color: #fff;
}

.footerBottomContainer {
  background-color: #FFEBC9;
  border-bottom: 5px solid #000;
  padding: 16px 0;
}

.footerBottomLogo p {
  font-weight: bold;
}

.footerBottomLogo a {
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width : 768px){



.footerTopLogoWrapper, .footerTopInfo {
  margin-right: 30px;
}

.footerBottomInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
}

.footerBottomInfo li {
  margin-right: 16px;
}

}

@media print, screen and (min-width : 960px) {

.footerTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerTopInfo {
  display: block;
}

}





/*IE*/
@media all and (-ms-high-contrast:none){
  .mainWrap h1 {
    padding: 20px 0 10px;
  }
}

@media print {
  body {
    width: 960px;
    margin: 0 auto;
  }
}</pre></body></html>