body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*
margin: 0;
font-size: 14px;
line-height: 20px;
color: #333333;*//*
//background-color: #e9e9e9;
font-size: 14px;
padding-top: 100px;*/
}

/*
h1,h2,h3,h4,h5,h6 {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/

.p_footer {
	position: fixed; /*fixed absolute*/
	bottom: 70px;
	width: 100%;
}



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: -50px;
  background: #0d6efd;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'bootstrap-icons';
  font-weight: 900;
  content: '\F286';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


#kiyaku_main{
	margin-bottom:100px; /* 東京海上フッターを有効にする場合は+20する */
}

#kiyaku{
	height:100px;
	position: fixed;
	left: 0;
/*	bottom: 50px;*/
	bottom: -10px;
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
}

ol {
	/* margin-left: 3.5em; */
}

ol.second li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.second li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol.third li {
    list-style: none;
    list-style-position:outside;
    margin:0;
    padding-left:1.25em;
}

ol.third li span {
    position: absolute;
    margin-left: -1.2em;
}

/*
.table-bordered th:first-child, td:first-child {
  position: sticky;  position: -webkit-sticky;
  left: 0;
}
.table-fixed tr:nth-of-type(odd) th:first-child {
  background-color: #eee;
}
.table-fixed tr:nth-of-type(odd) td:first-child {
  background-color: #eee;
}
.table-fixed tr:nth-of-type(even) td:first-child {
  background-color: #fff;
}
*/

.hanrei-box{
  position: relative;
  overflow-x: hidden;
}
.hanrei-bottom-right1 {
  position: absolute;
  bottom: -16px;
  right: -30px;
}

.hanrei-bottom-right2 {
  position: absolute;
  bottom: -16px;
  right: -412px;
}

.error_message_area {
	width: 610px;
	line-height: 1.4;
	margin: 65px auto 0 auto;
	padding-left: 170px;
	background: url(/personal/images/attention.gif) no-repeat 0 0 transparent;
}
.error_message_area .error_title {
	line-height: 1;
	margin-bottom: 5px;
	color: #ccc;
	font-size: 50px;
}
.error_message_area .error_message {
	margin-bottom: 35px;
	color: #9dbf5b;
	font-weight: bold;
	font-size: 17px;
}
.error_message_area .error_exit {
	overflow: hidden;
	margin-top: 35px;
	border-top: 1px #ccc solid;
	padding-top: 10px;
}
.error_message_area .error_exit li {
	float: left;
	margin-right: 15px;
	padding: 0 15px 0 10px;
	list-style: none;
	background: url(/personal/images/ico_arr_white.gif) no-repeat 0 50% transparent;
}
/*
.error_message_area .error_exit li:first-child {
	border-right: 1px #666 solid;
}
*/

.btn-tmnf{
	border-radius: 20px;
	background-color: #FCC800;
	color: black ;
}

.report-link{
	list-style: "●";
	margin-left: -15px;
	margin-bottom: -15px;
	
}
ul.report-link li {
	margin-bottom: 20px;
}

