.gainen-title {
	background: #f29900;
	padding: 8px 10px;
	text-align: center;
	font-size: clamp(2rem, 3vw, 3rem);
	color:#fff;
	line-height: 1.5;
	margin-bottom: 15px;
}


.gainen {
	background: #f4f4f3;
	padding: 40px 40px 20px 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.gainen p {
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	text-align: center;
	margin: 0 !important;
	font-weight: 500;
}

.whitebg {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(91,77,66,0.1);
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.daihyoBOX {
	display: flex;
	justify-content: space-between;
}
.daihyoBOX .text {
	width: 65%;
}
.daihyoBOX .ph {
	width: 30%;
}
.daihyoBOX .text .katagaki {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 600;
	line-height: 1.6;
}
.daihyoBOX .text .name {
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 15px;
}
.daihyoBOX .text .name span {
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}


table#tableHYO {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

table#tableHYO th {
    padding: 20px 20px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	box-sizing: border-box;
}
table#tableHYO td {
    padding: 20px 20px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	
.gainen-title {
	background: #f29900;
	padding: 8px 10px;
	text-align: center;
	font-size: clamp(2rem, 3vw, 3rem);
	color:#fff;
	line-height: 1.5;
	margin-bottom: 10px;
}


.gainen {
	background: #f4f4f3;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.gainen p {
	font-size: clamp(1.6rem, 2.4vw, 2.4rem);
	text-align: left;
	margin: 0 !important;
	font-weight: 500;
}

.whitebg {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(91,77,66,0.1);
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.daihyoBOX {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.daihyoBOX .text {
	width: auto;
}
.daihyoBOX .ph {
	width: 40%;
	margin: auto;
	margin-bottom: 15px;
}
.daihyoBOX .text .katagaki {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
.daihyoBOX .text .name {
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 15px;
	text-align: center;
}
.daihyoBOX .text .name span {
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	
}


table#tableHYO {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}

table#tableHYO th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
table#tableHYO td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    text-align: left;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
table#tableHYO td:last-child {
    border-width: 0 0 0px 0px;
  
}
	
}









