<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* for EC LINK
--------------------------*/
#ktsCont .anchor_wrap, #stationery .anchor_wrap {
  padding: 60px 15px;
}
#ktsCont .eclinkTitle, #stationery .eclinkTitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
#ktsCont .eclink, #stationery .eclink {
  width: 100%;
  max-width: 808px;
  margin: 0 auto 0 auto;
}
#ktsCont .eclink ul, #stationery .eclink ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  flex-wrap: wrap;
}

#ktsCont .eclink ul li, #stationery .eclink ul li {
  width: 100%;
  max-width: 190px;
  height: 50px;
  border: 1px solid #808080;
  position: relative;
  background-image: url(/stationery/ecLinks/img/ecLink_arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  margin-top: 20px;
}
#ktsCont .eclink ul.center,#stationery .eclink ul.center {
  justify-content: center;
}
#ktsCont .eclink ul.center li,#stationery .eclink ul.center li {
  margin: 0px 7px;
}
@media screen and (max-width: 750px) {
#ktsCont .eclink ul.center li,#stationery .eclink ul.center li {
  margin: 20px 0px 16px 0;
}
	}
#ktsCont .eclink.smallW ul li, #stationery .eclink.smallW ul li {
  width: 309px;
  max-width: 309px;
  margin-top: 16px;
}
#ktsCont .eclink.liWhite ul li, #stationery .eclink.liWhite ul li {
  background-color: #FFFFFF;
}
#ktsCont .eclink.coWhite ul li, #stationery .eclink.coWhite ul li {
  border: 1px solid #FFFFFF;
  background-image: url(/stationery/ecLinks/img/ecLink_arrow-white.png);
}
#ktsCont .eclink.nonBorder ul li, #stationery .eclink.nonBorder ul li {
  border: none;
  background-color: #FFFFFF;
}
#ktsCont .eclink ul li .aWrap, #stationery .eclink ul li .aWrap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-51%);
  line-height: 1em;
  text-align: center;
}
#ktsCont .eclink ul li .aWrap img, #stationery .eclink ul li .aWrap img {
  width: 100%;
  height: auto;
}
#ktsCont .eclink ul li a, #stationery .eclink ul li a {
  width: 100%;
  height: 100%;
  background-color: #FEFDFD;
  position: absolute;
  top: -1px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 751px) {
	#ktsCont .eclink ul li a:hover, #stationery .eclink ul li a:hover {
		opacity: 0.7;
	}
}
#ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
#ktsCont .coWhite .ECNOTEtxt, #stationery .coWhite .ECNOTEtxt {
  color: #FFFFFF;
}
#ktsCont .SUBtxt, #stationery .SUBtxt {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
#ktsCont .SUBtxt p, #stationery .SUBtxt p {
	margin: 0 0 10px 0;
	/*タイトルブレーン用文字調整*/
	font-size: 12px;
}
#ktsCont .coWhite .SUBtxt, #stationery .coWhite .SUBtxt {
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  #ktsCont .anchor_wrap, #stationery .anchor_wrap {}
  #ktsCont .eclink, #stationery .eclink {}
  #ktsCont .eclink ul, #stationery .eclink ul {
    display: block;
  }
  #ktsCont .eclink ul li, #stationery .eclink ul li {
    max-width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
    background-position: right 12px center;
  }
  #ktsCont .eclink ul li .aWrap, #stationery .eclink ul li .aWrap {
    transform: translateY(-50%) translateX(-50%);
  }
  #ktsCont .eclink ul li .aWrap a, #stationery .eclink ul li .aWrap a {}
  #ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
    margin-top: 0px;
  }
}
#ktsCont .brpc::before, #stationery .brpc::before {
  content: "\A";
  white-space: pre;
}
#ktsCont .brsp::before, #stationery .brsp::before {
  content: none;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  #ktsCont .brpc::before, #stationery .brpc::before {
    content: none;
    white-space: normal;
  }
  #ktsCont .brsp::before, #stationery .brsp::before {
    content: "\A";
    white-space: pre;
  }
}</pre></body></html>