.mainvisual {
	background-image: url(../img/mv-photo.jpg);
}
h1,
h2 {
	text-align: center;
}
#encho {
	padding-bottom: 110px;
}
.leadText {
	max-width: 980px;
	margin: 42px auto 75px;
	font-size: 2.0rem;
	line-height: 1.55;
	position: relative;
}
.leadText .img {
	position: absolute;
	right: 25px;
	bottom: -75px;
	width: 130px;
}
dl {
	max-width: 980px;
	margin: 100px auto 0;
}
dt {
	background-color: #02c3a2;
	margin-bottom: 15px;
	padding: 8px 25px;
	color: #fff;
	font-weight: bold;
	font-size: 2.5rem;
}
_:-ms-lang(x)::-ms-backdrop,
dt {
	padding-top: 12px;
	padding-bottom: 4px;
}
dd {
	padding: 0 24px;
	font-size: 1.8rem;
}
dd p {
	font-weight: bold;
}
dd .row {
	display: flex;
	align-items: baseline;
}
dd .row .midashi {
	flex: 0 0 auto;
	margin-right: 20px;
}
dd .row .text {
	flex: 0 0 600px;
}
dd div + .row {
	margin-top: 30px;
}
dd p + .row {
	margin-top: 25px;
}
dd .midashi {
	width: 260px;
	padding: 10px 0;
	border: 1px solid #02c3a2;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop,
dd .midashi {
	padding: 14px 0 6px;
}
.fukidashi {
	background-color: #fff;
	border: 4px solid #4f4034;
	border-radius: 21px;
	margin-left: 54px;
	padding: 20px;
	display: inline-block;
	position: relative;
}
_:-ms-lang(x)::-ms-backdrop,
.fukidashi {
	padding-top: 24px;
	padding-bottom: 16px;
}
.fukidashi::before {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 50%;
	transform: translateY(50%);
	border-style: solid;
	border-color: transparent #4f4034 transparent transparent;
	border-width: 12px 54px 12px 0;
}
.fukidashi::after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 50%;
	transform: translateY(50%);
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 8px 40px 8px 0;
}
dl:first-of-type {
	margin-top: 0;
}
dl:first-of-type dd {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
dl:first-of-type .photo {
	flex: 0 0 238px;
}
.naiyou {
	flex: 0 0 705px;
	margin-top: 5px;
}
.naiyou .box {
	display: flex;
	position: relative;
	padding-top: 25px;
}
.naiyou .box::before {
	content: "";
	width: 4px;
	height: 100%;
	left: 48px;
	top: 0;
	background-color: #4f4034;
	position: absolute;
	z-index: -1;
}
.naiyou .icon {
	flex: 0 0 100px;
	text-align: center;
}
.naiyou .text {
	flex: 1 0 0%;
}
.naiyou .text p {
	font-size: 2.0rem;
}
.naiyou .box:first-of-type {
	padding-top: 0;
}
.naiyou .box:first-of-type::before {
	top: 20px;
}
.naiyou .box:first-of-type .icon {
	margin-top: 10px;
}
.naiyou .box:first-of-type .fukidashi {
	display: block;
	border-radius: 37px;
	padding-right: 0;
	padding-bottom: 10px;
}
.naiyou .box:first-of-type .fukidashi::before,
.naiyou .box:first-of-type .fukidashi::after {
	bottom: 75%;
	right: 100%;
}
.naiyou .box:first-of-type .fukidashi div + div {
	margin-top: 10px;
}
.naiyou .box:nth-of-type(2) {
	align-items: center;
}
.naiyou .box:nth-of-type(2) .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.naiyou .box:nth-of-type(2) .text p {
	flex: 0 0 auto;
}
.naiyou .box:nth-of-type(2) .fukidashi {
	flex: 0 0 auto;
	border-radius: 34px;
	line-height: 1.83;
}
.naiyou .box:nth-of-type(2) .fukidashi::before,
.naiyou .box:nth-of-type(2) .fukidashi::after {
	right: 100%;
}
.naiyou .box:nth-of-type(4) .fukidashi {
	margin-left: 154px;
	display: block;
}
.naiyou .box:last-of-type {
	align-items: center;
}
.tablebox {
	margin-top: 35px;
}
.table {
	margin-top: 10px;
}
table {
	border: 2px solid #4f4034;
}
th {
	padding: 12px 40px;
	border-bottom: 1px solid #4f4034;
	border-right: 2px solid #4f4034;
	background-color: #c7efe8;
	vertical-align: middle;
}
_:-ms-lang(x)::-ms-backdrop,
th {
	padding-top: 16px;
	padding-bottom: 8px;
}
thead th {
	border-bottom-width: 2px;
}
thead th + th {
	border-right-width: 1px;
	background-color: #fff;
}
td {
	padding: 12px 40px;
	background-color: #fff;
	border-bottom: 1px solid #4f4034;
	border-right: 1px solid #4f4034;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
_:-ms-lang(x)::-ms-backdrop,
td {
	padding-top: 16px;
	padding-bottom: 8px;
}
td:last-child {
	padding-left: 25px;
	padding-right: 25px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#encho {
		padding-bottom: 65px;
	}
	.leadText {
		margin: 32px 15px 12px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.leadText .img {
		position: static;
		margin-left: auto;
		margin-top: 38px;
	}
	dl {
		margin-top: 54px;
	}
	dt {
		padding: 8px 15px;
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.36;
	}
	dt span {
		display: inline-block;
	}
	dd {
		font-size: 1.5rem;
		padding: 0 15px;
	}
	dd .row {
		display: block;
	}
	dd .row .midashi {
		margin-right: 0;
	}
	dd .midashi {
		width: auto;
		padding: 6px 0;
		margin-bottom: 8px;
	}
	dd p + .row {
		margin-top: 20px;
	}
	dl:first-of-type dd {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	dl:first-of-type .photo {
		margin-top: 10px;
	}
	.fukidashi {
		border-width: 2px;
		border-radius: 17px;
		margin-left: 30px;
		display: block;
		padding: 14px 8px 12px 12px;
		line-height: 1.4;
	}
	.fukidashi br {
		display: none;
	}
	.fukidashi::before {
		border-width: 9px 30px 9px 0;
	}
	.fukidashi::after {
		border-width: 7px 25px 7px 0;
	}
	.naiyou .box::before {
		left: 30px;
		width: 3px;
	}
	.naiyou .icon {
		flex-basis: 64px;
		margin-right: 4px;
	}
	.naiyou .text p {
		font-size: 1.5rem;
	}
	.naiyou .box:first-of-type .fukidashi {
		border-radius: 17px;
		padding-right: 8px;
	}
	.naiyou .box:first-of-type .fukidashi::before,
	.naiyou .box:first-of-type .fukidashi::after {
		bottom: 86%;
	}
	.naiyou .box:nth-of-type(2) {
		align-items: stretch;
	}
	.naiyou .box:nth-of-type(2) .text {
		display: block;
		padding-top: 14px;
	}
	.naiyou .box:nth-of-type(2) .fukidashi {
		border-radius: 17px;
		line-height: 1.4;
		margin-top: 5px;
	}
	.naiyou .box:nth-of-type(4) .fukidashi {
		margin-left: 98px;
	}
	.naiyou .box:last-of-type::before {
		height: 98%;
	}
	.tablebox {
		margin-top: 24px;
	}
	th {
		padding: 10px 2px;
		line-height: 1.54;
	}
	th span {
		display: inline-block;
	}
	th:first-child {
		width: 138px;
	}
	thead th {
		line-height: 1.27;
	}
	td {
		padding: 10px 2px;
		line-height: 1.54;
	}
	td:last-child {
		padding: 10px 2px;
	}
	td:last-child span {
		display: inline-block;
		white-space: nowrap;
	}
}
#handicap {
	background: url(../../img/line02.png) center top no-repeat;
	position: relative;
	padding: 120px 0 80px;
}
#handicap::before {
	content: "";
	position: absolute;
	width: calc((100% - 1167px) / 2);
	height: 62px;
	background: url(../../img/line01.png) 0 0 repeat-x;
	left: 0;
	top: 90px;
}
#handicap::after {
	content: "";
	position: absolute;
	width: calc((100% - 1167px) / 2);
	height: 62px;
	background: url(../../img/line01.png) 0 0 repeat-x;
	right: 0;
	top: 90px;
}
#handicap .text {
	max-width: 980px;
	margin: 54px auto 58px;
	padding-right: 144px;
	font-size: 1.8rem;
	line-height: 1.72;
	position: relative;
}
#handicap .text .img {
	position: absolute;
	right: 0;
	bottom: -15px;
	width: 130px;
}
#handicap .photo {
	list-style: none;
	max-width: 980px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 470px 40px 470px;
	grid-template-columns: 470px 40px 470px;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
	text-align: center;
	font-size: 1.8rem;
}
#handicap .photo li {
	-ms-grid-column: 3;
	grid-column: 3;
}
#handicap .photo li:first-child {
	-ms-grid-column: 1;
	-ms-grid-row-span: 3;
	grid-column: 1;
	grid-row: 1 / -1;
}
#handicap .photo li:last-child {
	margin-top: auto;
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-column: 3;
	grid-row: 3;
}
#handicap .photo .caption {
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	#handicap {
		background-size: url(../img/line01-sp.png);
		background-size: 416px auto;
		padding: 55px 0 70px;
	}
	#handicap::before,
	#handicap::after {
		width: calc((100% - 416px) / 2);
		background-size: 52px auto;
		top: 45px;
	}
	#handicap h2 {
		padding: 0 56px;
	}
	#handicap .text {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 55px 15px 42px;
		padding-right: 0;
		position: static;
	}
	#handicap .text .img {
		bottom: auto;
		top: 55px;
		right: 12px;
		width: 85px;
	}
	#handicap .photo {
		display: block;
		font-size: 1.5rem;
	}
	#handicap .photo li:nth-child(n+2) {
		margin-top: 48px;
	}
	#handicap .photo .caption {
		margin-top: 10px;
	}
}
