@charset "UTF-8";

div.gihou_box{
	position: relative;
	margin-bottom: 6rem;
}
div.gihou_box:last-of-type{
	margin-bottom: 0;
}
.pc_view div.gihou_box{
	font-size: 14px;
	line-height: 1.8;
	padding-left: 180px;
}
.sm_view div.gihou_box{
	font-size: 13px;
	line-height: 1.8;
	padding-top: 40px;
}

h1{
}



h2{
	position: absolute;
	left: 0;
	top: 0;
}

div.gihou_link{
	padding: 10px 0 0 15px;
}


table.table2{
	background-color: #ffffff;
}
ul{
	margin: 0 !important;
	padding: 0 !important;
}
ul>li{
	margin: 0;
	padding: 0;
	line-height: 1.8;
	margin-bottom: .8em;
}

ul.decimal{
	margin: 0;
	padding: 0;
}
ul.decimal>li{
	list-style-type: decimal;
	line-height: 1.8;
	margin: 0 0 .8em 2em;
}
ul.decimal>li:last-child{
	margin-bottom: 0;
}

.sml{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3 !important;
}
.sm_view .sml{
	font-size: 12px;
}


a.pdf_btn{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(./pdf_btn.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 25px;
	margin-right: 10px;
	line-height: 24px;
	color: #222222;
	
}
.display_device a.pdf_btn:hover{
	text-decoration: none;
	color: rgba(134,28,60,1);
}
