@charset "utf-8";

/* CSS Document */
/*
============================================================
*	policy_n.css
==========================================================*/

.SectionBox{
	margin-bottom: 30px;
}
.SectionBox p{
	margin-bottom: 1em;
	padding: 0 10px;
}
.SectionBox ol{
	margin-bottom: 1em;
	padding: 0 10px 0 2em;
}
.SectionBox ol li{
	text-indent: -1.25em;
	margin-top: 1em;
 	margin-bottom: 1em;
}
.SectionBox ul{
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0 10px 0 1.5em;
}
.SectionBox ul li{
	text-indent: -1em;
}

.p_mark{
	float:right;
}
.p_mark_txt{
	margin-left:20px;
}
.p_mark_txt02 {}
.p_mark_style{
	margin-top:20px;
}

.attention{
	font-size: 80%;
}
/*2021.09.08 ここから修正*/
/*
============================================================
*	/pocket/kiyaku/index.html
==========================================================*/
h2 + #kiyakuBox {
  margin-top: 15px;
}
#kiyakuBox h4 + ol > li:first-child {
  margin-top: 0;
}
#kiyakuBox dl {
  margin-top: 1em;
  padding: 0 10px;
}
#kiyakuBox dl > dd:last-child {
  margin-bottom: 1em;
}
#kiyakuBox dl dt {
  margin-top: .4em;
}
#kiyakuBox dl dd {
  padding-left: 1.5em;
}
#kiyakuBox .list_sub > li {
  margin-top: .4em;
  margin-bottom: 0;
}
#kiyakuBox .kiyaku_day {
  margin-top: 3em;
}
/*2021.09.08 ここまで修正*/
