@charset "utf-8";
@media print,screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
.bg-box-green {
	background-color: rgba(193,235,171,1.00);
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(bg-other01.jpg);
	background-position: 0% top;
	background-size: cover;
}

.bg-box-legend {
	background-color: rgba(231,220,147,1.00);
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(bg-other02.jpg);
	background-size: cover;
	background-position: 0% top;
}

.bg-box-eitai {
	background-color: rgba(213,200,227,1.00);
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(bg-other03.jpg);
	background-position: 0% top;
	background-size: cover;
}
.bg-box-okotsu {
	background-color: rgba(223,223,223,1.00);
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(bg-other04.jpg);
	background-position: 0% top;
	background-size: cover;
}
.column-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.column-3 {
	width: calc(33% - 8px);
	margin: 4px;
}
.inq-bt a {
	display: block;
	text-align: center;
	width: 60%;
	background-color: rgba(255,143,33,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	text-decoration: none;
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-radius: 12px;
	border: 2px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 1px 3px 8px rgba(0,0,0,0.30);
	box-shadow: 1px 3px 8px rgba(0,0,0,0.30);
}
.plan-box dl dt {
	width: 30%;
	height: 70px;
	text-align: center;
	float: left;
	line-height: 64px;
	margin-left: 0px;
	margin-right: 0px;
}
.plan-box dl dd {
	width: 70%;
	height: 70px;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
}
.plan-box dl table {
	height: 100%;
	border-collapse: separate;
}
.plan-box td {
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
}
.plan-box th {
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
}
.plan-box dt {
}
.plan-box dl {
	margin-bottom: 5px;
}
.inq-bt {
	clear: both;
	padding-top: 40px;
}
dt table {
	height: 97%;
}
.green-m th {
	background-color: rgba(145,216,120,1.00);
}
.green-m tr td {
	background-color: rgba(193,238,147,1.00);
}
.legend-m th {
	background-color: rgba(206,185,109,1.00);
}
.legend-m tr td {
	background-color: rgba(239,226,154,1.00);
}
.eitai-m th {
	background-color: rgba(128,124,190,1.00);
}
.eitai-m tr td {
	background-color: rgba(165,173,215,1.00);
}
.okotsu-m th {
}
.hd-bg {
	background-image: url(hd-other01.jpg);
	background-position: center 0%;
}
.article-box-in h4 {
	border-bottom: 1px solid rgba(130,130,130,1.00);
	font-size: larger;
	text-align: left;
}
}
