@import url("all.css");

h1 {
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/ber_h1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 8px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #333333;
	padding-left: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/ber_h2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 8px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
	font-weight: normal;
	border: 1px solid #500000;
	margin-top: 10px;
	margin-bottom: 5px;
}
.h3_01 {
	font-size: 16px;
	color: #990000;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red {
	font-weight: bold;
	color: #990000;
}
.red2 {
	color: #990000;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.table01 {
	width: 100%;
	background-color: #F8F1E9;
}
.table01 td {
	padding: 5px;
}
.table02 {
	width: 100%;
}
.table02 td {
	line-height: 30px;
}
.t_brown {
	background-color: #F2E2D5;
	width: 30%;
	vertical-align: top;
	border: thin solid #CCCCCC;
}
.hyou_h {
	background-color: #4F5A20;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	width: 120px;
	color: #FFFFFF;
}
.hyou_h1 {
	background-color: #6A7A2C;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	width: 60px;
	color: #FFFFFF;
}
.hyou_h2 {
	background-color: #4F5A20;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	color: #FFFFFF;
}
.qa3 {
	background-color: #F8F6DF;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.qa4 {
	background-color: #F8F6DF;
	padding: 0px;
	width: 250px;
}
.t_service {
	position: relative;
	margin-bottom: 80px;
}
.t_service table {
	width: 100%;
}
.t_service td {
	vertical-align: middle;
	line-height: 170%;
}
.t_service img {
	padding-right: 10px;
}
.price1 {
	background-color: #F8F6DF;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
}
.price2 {
	background-color: #F8F6DF;
	font-size: 14px;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
	vertical-align: top;
}
.price3 {
	background-color: #F8F6DF;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
	color: #990000;
	font-weight: bold;
}
.price4 {
	background-color: #F8F6DF;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
	color: #006600;
	font-weight: bold;
}
.price5 {
	background-color: #F8F6DF;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
	color: #990000;
	font-weight: bold;
}
ul {
	padding-left: 30px;
}
.link_title {
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/h3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 20px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-position: 15px 27px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
}
.link_txt {
	font-size: 16px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.red24 {
	font-size: 24px;
	color: #990000;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.button{
	width: 140px;
	height: 35px;
	border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #3f8159;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
	transition: 0.2s;
}
.button:link{
	color: #FFFFFF;
	text-decoration: none;
}
.button:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.button:hover{
	background: #d1d1d1;
	color: #3f8159;
}
.sekorei{
	position: absolute;
	right: 30px;
}

.eximg{
	box-sizing: border-box;
	padding: 5px;
	background: #f9f9f9;
	margin: 3.3px;
	box-shadow: 1.7px 1.7px 3.5px 2px #00000060;
	border-radius: 1px;
}