@charset "UTF-8";
.box .txt1 {
/*	float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.box .photo1 {
	float: right;
	display: inline-block;
	width: 192px;
	margin-bottom: 40px;
}
.box .txt1 dl dd{
	margin-left: 10px;
}
.box .txt1 h4 {
	padding-top: 0 !important;
}
.box .txt2 {
/*	float: left;*/
	display: inline-block;
	width: 50%;
	margin-right: 50px;
	vertical-align: top;
}
.box .photo2{
/*	float: right;*/
	width: 300px;
	margin-bottom: 40px;
	display: inline-block;
}
.price,.pet_eidaikuyou{
	color: #fff;
	font-weight: bold;
	background-color: #63CBC9;
	padding:20px 0 20px 20px;
	border-radius: 10px;
}
.pet_eidaikuyou{
	width: 50%;
}

/* 料金表テーブル */
.table_pat01 {
	/* width: 100%; */
	float: left;
}
.table_pat01,
.table_pat01 td,
.table_pat01 th {
	border: 1px solid #b8b8b8;
	border-collapse: collapse;
	vertical-align: top;
}
.table_pat01 td,
.table_pat01 th {
	text-align: left;
	padding: 10px;
}
.table_pat01 td {
}
.table_pat01 th {
	background: #f0f0f0;
}

/* 20201216 追加 */
#kuyo_internet h3,
#kuyo_internet p {
	text-align: left;
}
#kuyo_internet h3 {
	font-size: 2.2rem;
	font-weight: normal;
	color: #c94756;
	margin: 0;
	line-height: 1.5;
	border-left: 2px solid #c94756;
	padding-left: 15px;
}
#kuyo_internet .desc {
	color: #80414a;
}
#kuyo_internet .contents {
	display: flex !important;
	align-items: flex-start;
	margin-top: 60px;
}
#kuyo_internet .body:nth-of-type(2) {
	margin-top: 40px;
}
#kuyo_internet .body p {
	margin-top: 20px;
}
#kuyo_internet .body .contact {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #80414a;
	background: #ffffff;
	line-height: 50px;
	height: 50px;
	border: 1px solid #80414a;
	border-radius: 30px;
	margin-top: 40px;
}
#kuyo_internet img {
	width: 100%;
	height: auto;
	margin-left: 40px;
}
#kuyo_internet a {
	/* color: #2097bb; */
	color: #80414a;
	text-decoration: underline;
}