@charset "UTF-8";

.title {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 60px;
	margin-bottom: 32px;
}

.title_text {
	font-size: 3rem !important;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	line-height: 50px !important;
	text-indent: 15px;
	display: block;
	background: #ffffff url('../img/receive/title_point.png') left no-repeat;
}

.title_text_legal {
	font-size: 3.0rem !important;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px !important;
	text-indent: 0px;
	display: block;
	height: auto;
	background: #ffffff url('../img/receive/title_point.png') left no-repeat;
	overflow-wrap: break-word;
	padding-left: 15px;
	background-size: 4px 35px;
}

.main_box {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 60px;
}

.company_image_box {
	display: flex;
	width: 100%;
	justify-content: left;
	height: auto;
	gap: 10px;
	margin-bottom: 28px;
}

.company_picture1 {
	max-width: 50%;
	height: auto;
	object-fit: contain;
}

.company_picture2 {
	max-width: 50%;
	height: auto;
	object-fit: contain;
}

.company_image_box {
	display: flex;
	width: 100%;
	justify-content: left;
	height: auto;
	margin-bottom: 60px;
}

.company_text_container {
	width: 100%;
	height: auto;
	margin-bottom: 16px;

}

.company_text_container {
	display: grid;
	grid-template-columns: 20% 80%;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	height: auto;
	min-height: 42px;
}

.text_line1 {
	margin-right: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}

.text_line2 {
	font-size: 1.2rem;
}

.company_line {
	width: 100%;
}

.company_explain_box {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 60px;
}

.company_explain_text_black {
	font-size: 1.0rem;
}

.company_explain_text_red {
	font-size: 1.0rem;
	color: #CC0500;
}

table.tbl_regal, table.tbl_regal th, table.tbl_regal td{
	border-color: #CCCCCC;
}

.mgt32 {
	margin-top: 32px !important;
}

.mgt16 {
	margin-top: 16px !important;
}

.mgt8 {
	margin-top: 8px !important;
}

.mgt4 {
	margin-top: 4px !important;
}

.pdl25 {
	padding-left: 25px !important;
}

.pdl20 {
	padding-left: 20px !important;
}


table th {
	width: 20% !important;
}

@media screen and (max-width:799px) {

	.layoutArea .contents {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.title {
		margin-top: 40px;
		margin-bottom: 24px;
	}

	.title_text_legal, .title_text {
		font-size: 2.2rem !important;
		line-height: 30px !important;
	}

	.company_image_box {
		display: flex;
		width: 100%;
		justify-content: center;
		height: auto;
		gap: 8px;
		margin-bottom: 16px;
	}

	.company_picture1 {
		max-width: 50%;
		height: auto;
		object-fit: contain;
	}

	.company_picture2 {
		max-width: 50%;
		height: auto;
		object-fit: contain;
	}

	.company_text_container {
		margin-bottom: 8px;

	}

	.company_text_container {
		grid-template-columns: 30% 70%;
	}

	.text_line1 {
		margin-right: 25px;
	}

	.company_explain_box {
		margin-bottom: 40px;
	}

	.mgt32 {
		margin-top: 24px !important;
	}

	.mgt16 {
		font-size: 1.2rem !important;
	}

	.mgt10 {
		font-size: 1.2rem !important;
	}

	.mgt8 {
		font-size: 1.2rem !important;
	}

	.mgt4 {
		font-size: 1.2rem !important;
	}

	table th {
		width: 35% !important;
	}

	table td p {
		font-size: 1.2rem !important;
	}
}