@charset "UTF-8";

#page main section {
	margin-top: 100px;
}

section p {
	margin-top: 0;
}

section .flexbox,
section .box {
	margin-top: 30px;
}

section .flexbox {
	display: flex;
	justify-content: space-between;
}

section .flexbox .txtbox {
	width: 60%;
}

section .flexbox .imgbox {
	width: 35%;
	margin-top: 10px;
}

section .link {
	display: inline-block;
	border: 1px solid #ccc;
	padding: .8em 1.2em;
	margin-top: 15px;
	border-radius: 5px;
}

section .link span,
section .link a {
	display: block;
}

section .link strong {
	font-size: 120%;
}


section ul {
	padding-left: 1.5em;
}

section ul li {
	margin-top: .5em;
}

.tax-table {
	width: 100%;
	margin-top: 25px;
}

.tax-table th,
.tax-table td {
	border: 1px solid #ccc;
	padding: .5em;
	text-align: center;
}

.tax-table th {
	background-color: #6cba5a;
	color: #fff;
}

.tax-table td.multiline {
	text-align: right;
}


.med-banner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.med-box {
	color: #fff;
	border-radius: 20px;
	padding: 16px 22px;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	line-height: 1.25;
}

.med-box--orange {
	background: #e55a25;
}

.med-box--blue {
	background: #0b79b7;
}

.med-text {
	font-size: 22px;
}

.med-sub {
	font-size: 20px;
}

.med-op {
	font-size: 40px;
	font-weight: normal;
	color: #111;
	line-height: 1;
	margin: 0 2px;
}

.med-note {
	font-size: 16px;
	font-weight: normal;
	vertical-align: baseline;
	margin-left: 4px;
	opacity: .95;
	white-space: nowrap;
}

.med-last {
	font-size: 30px;
	white-space: nowrap;
}

.med-box--last {
	padding-left: 28px;
	padding-right: 28px;
}


.sec01 p {
	margin-top: 1em;
	font-size: 18px;
}


.sec01 ul {
	list-style: none;
	padding-left: 0;
	margin-top: 2em;
	font-size: 90%;
}

.sec01 ul li {
	margin-top: .5em;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.sec02 .flexbox {
	display: flex;
	flex-wrap: wrap;
	gap: 3.3%;
}


.sec02 .flexbox dl {
	width: 30%;
}

.sec02 .flexbox dl dt {
	background-color: #6cba5a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: .4em .8em;
}

.sec02 .flexbox dl dd {
	margin-top: 1em;
}

.sec02 .flexbox dl dd strong {
	display: block;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: .2em;
}


.sec02 .flexbox dl dd ul {
	padding-left: 1.5em;
	margin-top: .5em;
	font-size: 15px;
}

.sec02 .flexbox dl dd ul li {
	margin-top: .5em;
}

.sec06 h3 {
	font-size: 18px;
}

.sec06 p {
	margin-top: 1em;
	padding-bottom: 2em;
}




@media screen and (max-width: 767px) {
	#page main section {
		margin-top: 10vw;
	}

	section .flexbox {
		margin-top: 5vw;
	}

	section .flexbox {
		display: block;
	}

	section .flexbox .txtbox {
		width: 100%;
	}

	section .flexbox .imgbox {
		width: 100%;
		margin-top: 5vw;
	}

	section .link {
		display: block;
		width: 75%;
		padding: .8em 0em;
		text-align: center;
		font-size: 4vw;
		margin: 0 auto;
		margin-top: 0;
	}

	section .link strong {
		font-size: 130%;
	}

	section .link small {
		font-size: 95%;
	}


	section p {
		font-size: 3.6vw;
		line-height: 1.8em;
	}

	.tax-table {
		font-size: 3vw;
	}

	.med-banner {
		gap: 10px;
	}

	.med-box {
		border-radius: 10px;
		padding: 2vw 3vw;
		min-height: 15vw;
	}

	.med-text {
		font-size: 3.4vw;
	}

	.med-sub {
		font-size: 3.6vw;
	}

	.med-op {
		font-size: 5vw;
	}

	.med-note {
		font-size: 3vw;
	}

	.med-last {
		font-size: 5vw;
	}

	.sec01 p {
		font-size: 4vw;
	}

	.sec01 ul {
		font-size: 90%;
	}

	.sec02 .flexbox {
		display: block;
	}


	.sec02 .flexbox dl {
		width: 100%;
		margin-top: 8vw;
	}

	.sec02 .flexbox dl dt {
		font-size: 4.6vw;
	}

	.sec02 .flexbox dl dd strong {
		font-size: 3.6vw;
	}

	.sec02 .flexbox dl dd ul {
		font-size: 3.4vw;
	}
}