@charset "utf-8";
/* CSS Document */

/* モーダル */
#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#s_group{
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 600px;
 }
.modal_close{ 
  position: absolute;
  top: 12px;
  right: 12px;
  display: block; 
  width: 14px;
  height: 14px; 
  background: url(/support/share/images/close.gif);
  z-index: 2;
  text-align:right;
}


/* インデント */
.indent{
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

/* 202303014 */
#contents .s5-heading2.center {
	text-align: center;
}

#contents .right {
    float: right;
	margin: 1em 0 2em;
}

#contents .text {
    clear: both;
}

#contents .text p {
    margin-left: 1em;
}

#contents ul {
    list-style: none;
}

#contents ol.rulelist {
    list-style: none;
	text-indent: -2.5em;
}

#contents section.kiyaku {
    margin-bottom: 4em;
}

.s5-iconInline {
    width: 0.8em;
    margin-left: 0.2em;
}

#contents ol.rulelist ol.rulelist {
    text-indent: -1em;
	padding-left: 2em;
}

#contents .annotation {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 640px){
	#contents .right {
		float: none;
	}
}

/* 2024/03/27追記 */
#contents ul.s5-list {
	list-style-type: disc;
	padding-left: 2.5em;
}