

/* トップページ独自スタイル */

@charset "utf-8";

a:focus {
  outline: none;
}

.text-container {
  margin-top: 1.43rem;
}

.articleContents {
	background: #E9F2F2;
}

#sub01 .sub-title {
  background: none;
  text-align: left;
  margin-bottom: 0;
}

#sub01 .text-container {
  margin-top: 2.86rem;
}

#sub02 .text {
  font-size: 1.15rem;
  margin-top: 0.71rem;
}

#sub02 .flex-item {
  border-bottom: dashed 1px #d9d9d9;
}

.has-arrow-left {
  padding: 0 0 0 1.0em;
  background-image: url(./common/images/chevron-right-solid.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 0.4em;
  background-size: auto 0.9em;
  font-size: 1.0rem;
  line-height: inherit;
  margin-top: 1.43rem;
}

/* SP */
@media only screen and (max-width: 767px) {
  .sub-section {
    padding-bottom: 0;
  }
  
  .sub-title {
    margin-bottom: 3.0rem;
  }

  #sub01 .img-container {
    margin-top: 1.3rem;
  }

  #sub02 .flex-item:first-of-type {
    padding-bottom: 2.15rem;
  }

  #sub02 .flex-item:not(:first-of-type) {
    margin-top: 0;
    padding: 2.15rem 0;
  }
}

/* PC */
@media print,
screen and (min-width: 768px) {
  #sub01 .img-container {
    width: 65%;
    margin-top: 2.86rem;
    position: relative;
  }

  #sub02 .flex-item:nth-of-type(-n+2) {
    padding-bottom: 2.86rem;
  }

  #sub02 .flex-item:nth-of-type(n+3) {
    padding: 2.86rem 0;
  }
}


/* ----------------------------------------------------
	システムメンテナンス案内
---------------------------------------------------- */

a {
	display :inline;
}
p {
	line-height: 120%;
	margin:0.5em;
}

/* システムメンテナンス案内 */
#mainte90 .announceMainte, #server_info90 .announceMainte {
	background: url("/business/smartconsole/help/css/image/caution.gif") no-repeat 10px 15px;
  border: solid 2px #ef0000;
	color: #ef0000;
	font-size: 1.6rem;
	margin: 5rem auto;
	padding: 10px 10px 10px 30px;
  width: var(--max-width);
}
#mainte90 .announceMainte h3, #server_info90 .announceMainte h3 {
	font-size: 105%;
	font-weight: bold;
	height: auto !important;
	margin: 0 0 0.5em !important;
}
#mainte90 .announceMainte p, #server_info90 .announceMainte p {
	line-height: 1.5;
}
#mainte90 .announceMainte.none, #mainte90 .announceMainte .none, #server_info90 .announceMainte.none, #server_info90 .announceMainte .none {	/* 非表示用 */
	display: none;
}




/* メインビジュアル下お知らせリンク：黒 */
.info-link-bk {
	padding: 0.5em;
	border: solid 1px #000;
	color: #000;
	text-align: center;
}

/* グッドデザイン賞　ボックス */
.goodbox {
	font-size: 80%;
	font-weight: normal;
}

