@charset "UTF-8";

#scc #mainContainer .emphasizeR{ color: #BE100A; }
#scc #mainContainer .fWB{font-weight: bold;}
#scc #mainContainer .tDU{text-decoration: underline;}

#scc .leftColumn,
#web_service .leftColumn {
    width: 700px;
    float: left;
    padding: 60px 0 0 0;
}
#scc .leftColumn .anchorList,
#web_service .leftColumn .anchorList {
    margin: 0 0 20px -20px;
}
#scc .leftColumn .anchorList li,
#web_service .leftColumn .anchorList li {
    width: 320px;
    float: left;
    margin: 0 0 20px 20px;
}
#scc .leftColumn .anchorList li a,
#web_service .leftColumn .anchorList li a{
    background: url(/institutional/common/imgs/icn_link_arrow_bottom.png) no-repeat 300px 19px #F6F7F9;
}

#scc .leftColumn .anchorList:first-of-type li:nth-of-type(2) a,
#scc .leftColumn .anchorList li.arrow_right a{
    background: url(/institutional/common/imgs/icn_link_arrow_blue.png) no-repeat 300px 19px #F6F7F9;
}
#web_service .leftColumn .anchorList:first-of-type li:first-of-type a{
    background: url(/institutional/common/imgs/icn_link_arrow_blue.png) no-repeat 300px 19px #F6F7F9;
}

/* parentheses orderd list */
#scc .list_parentheses{
	padding-left: 1.5em;
}

#scc .list_parentheses li{
	text-indent: -1.5em;
}

#scc .leftColumn .anchorList a span{
	line-height: 38px;
	font-size: 14px;
}
#scc .leftColumn h4{
	font-size: 16px;
	font-weight: bold;
}
#scc .alertArea{
	background-color:#FEFFED;
}

/* news */
#scc h2#newsRelease{
	padding-top:15px;
}
#scc #news_list {
	overflow-y: auto;
	height: 0px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#scc #news_list .news dl{
	font-size:13px;
	line-height:1.5em;
	background-color:#F6F7F9;
	padding:10px;
	margin-bottom:5px;
}
#scc #news_list .news dl dt{
	float:left;
	width:120px;
}
#scc #news_list .news dl dd.tag{
  margin-bottom: 10px;
}
#scc dd.tag .notice {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #0076D2;
	width: 65px;
	text-align: center;
	display: inline-block;
}
#scc dd.tag .caution {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #BE100A;
	width: 65px;
	text-align: center;
	display: inline-block;
}
#scc dd.tag .important {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #d67900;
	width: 65px;
	text-align: center;
	display: inline-block;
}
#scc #news_list .news dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html #news_list .news dl {
	zoom: 1;
} /* IE7 */


/* pdf icon */
#scc a.blank.inline{
	display: inline;
}

#scc a[href$="pdf"]{
	background: url(/institutional/common/imgs/icn_pdf.png) right 2px no-repeat;
	padding-right: 20px;
}

/* scc.html */
#inquiryDesk {
	margin-top:-70px;
	padding-top:70px;
}

#scc .linkgroup ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#scc .linkgroup ul.flexList_top li{
  height: 130px;
}
#scc .linkgroup ul.flexList_bottom li{
  height: 73px;
}

#scc .linkgroup ul.flexList_top li.flexList_item:not(:last-of-type),
#scc .linkgroup ul.flexList_bottom li.flexList_item {
  background-color: #F2F6FA;
  position: relative;
  width: 220px;
  box-shadow: 0px 2px 6px rgba(77, 77, 77, 0.35);
}

#scc .linkgroup ul li.flexList_item a {
  line-height: 1.5em;
  color: #0076C5;
  display: inline-block;
  font-size: 13px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

#scc .linkgroup a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

#scc .linkgroup ul li.flexList_item a span {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#scc img.transaction {
  width: 45px;
  margin-right: 20px;
}
#scc img.trial {
  width: 35px;
  margin-right: 20px;
}
#scc .linkgroup ul.flexList_bottom img {
  width: 30px;
  margin-right: 20px;
}
#scc .linkgroup ul.flexList_item__manual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#scc .linkgroup ul.flexList_item__manual li{
  height: 58px;
  width: 220px;
  position: relative;
  background-color: #F2F6FA;
  box-shadow: 0px 2px 6px rgba(77, 77, 77, 0.35);
}
#scc .linkgroup ul.flexList_item__manual li a[href$="pdf"],
#scc .linkgroup ul.flexList_top li a[href$="pdf"],
#scc .linkgroup ul.flexList_bottom li a[href$="pdf"]
{
  background-image: none;
}
#scc .linkgroup ul.flexList_item__manual li a span{
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#scc .linkgroup ul.flexList_item__manual li img{
  width: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

#scc .linkgroup ul.flexList_bottom li:last-child a span {
  font-size: 14px;
}
#scc .linkgroup ul.flexList_bottom li:last-child img {
  margin-right: 20px;
  margin-left: 20px;
}


