body {
	background-color: #9B8E491A;
	color: #403d3c;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

/* #top_contents
---------------------------------- */
.inner {
	width: 100%;
	max-width: 1200px;
	padding-left: 5.128%;
	padding-right: 5.128%;
	margin: 0 auto;
	box-sizing: border-box;
}
.logo {
	width: 250px;
	margin: 50px auto 35px;
}
.section_title {
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	position: relative;
}
.section_title span {
	display: inline-block;
}

.content {
	background: #fff;
    padding: 3.5em;
    border-radius: 1.8em;
	margin-top: 50px;
	position: relative;
}

.content_title {
	font-size: 1.25em;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 2em;
}
.content_title span {
	display: block;
}
.content_title .title_main {
	font-size: 1.5em;
	color: #d6b400;
}
.content._even .content_title .title_main {
	color: #3f7e6b;
}
.content_title .title_main span {
	display: inline-block;
}
.detail_title {
	font-size: 1.25em;
    border-left: .15em solid #d6b400;
    padding-left: .5em;
}
.content._even .detail_title {
	border-color: #3f7e6b;
}

.content_list {
	padding-left: 40px;
	margin-bottom: 3em;
}
.content_detail._list_style .content_list {
	padding-left: calc(40px + 1em);
}
dl {
	display: flex;
	padding: 0 1em 1em;
	margin-top: 1.2em;
	border-bottom: 1px solid #d6b400;
}
.content._even dl {
	border-color: #3f7e6b;
}

li {
	list-style: none;
}
.content_detail._list_style li {
	padding-left: 1em;
	position: relative;
}
.content_detail._list_style li:not(:last-of-type) {
	margin-bottom: 1em;
}
.content_detail._list_style li::before {
	content: "";
	width: .3em;
	height: .3em;
	background-color: #d6b400;
	position: absolute;
	top: .65em;
	left: 0;
}
.content._even .content_detail._list_style li::before {
	background-color: #3f7e6b;
}

.list_title {
	font-size: 1.125em;
	font-weight: bold;
	width: 18em;
	margin: 0;
}
.list_title:not(.content_detail._list_style .list_title) {
	color: #d6b400;
}
.content._even 
.list_title:not(.content_detail._list_style .list_title) {
	color: #3f7e6b;
}
.content_detail._list_style .list_title {
	width: auto;
}
.list_detail {
	width: calc(100% - 18em);
	margin: 0;
}
.content_text {
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	padding: 1.6em;
	margin: 0;
	position: relative;
}
.content_text span {
	display: inline-block;
}
.content_text::before,
.content_text::after {
    content: "";
    width: 2.5em;
    height: 2.5em;
}

.content_text::before {
    border-top: 3px solid rgb(214 180 0 / 50%);
    border-left: 3px solid rgb(214 180 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1em 0 0 0;
}
.content_text::after {
    border-right: 3px solid rgb(214 180 0 / 50%);
    border-bottom: 3px solid rgb(214 180 0 / 50%);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 1em 0;
}
.content._even .content_text::before,
.content._even .content_text::after {
	border-color: rgb(63 126 107 / 50%);
}

.content._cost {
	padding-left: 5em;
	padding-right: 5em;
}
.content._cost ul {
	padding: 0;
	margin-top: 0;
}
.content._cost ul li {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 1em;
    margin-top: 0;
    margin-bottom: 1.25em;
    border-bottom: 0;
    background-image: linear-gradient(to right, #d6b400 3px, transparent 3px);
    background-size: 12px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.content._cost ul li:last-of-type {
	margin-bottom: 0;
}
.type {
    font-size: 1.25em;
	font-weight: bold;
    margin-bottom: .7em;
}
.type span {
	display: inline-block;
}
.cost {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .7em;
}
.cost span {
    font-size: 1.5em;
    padding: 0 .3em 0 .2em;
}

@media (max-width: 1080px) {
	dl {
		display: block;
	}
	.list_detail {
		width: 100%;
		margin-top: .3em;
	}

	.content._cost ul li {
		display: block;
		padding-block: 1px;
	}
	.type {
		margin-bottom: 0;
	}
	.cost {
		text-align: right;
	}
}

@media (max-width: 750px) {
	.section_title {
		font-size: 1.25em;
	}
	.content {
		padding: 1.65em;
		margin-top: 30px;
	}
	.content_title {
		font-size: 1em;
		margin-bottom: 1.4em;
	}
	.content_title .title_sub {
		font-size: 1em;
	}
	.content_title .title_main {
		font-size: 1.25em;
		line-height: 1.6;
		margin-top: .2em;
	}
	.detail_title {
		font-size: 1.0625em;
		margin-bottom: .8em;
	}
	.content_list {
		padding-left: 0;
		margin-bottom: 2em;
	}
	dl {
	    padding: 0;
	    margin: .8em 0;
    	border-bottom: 0;
	}
	.list_title {
		font-size: .9375em;
		width: auto;
	}
	.list_detail {
		font-size: .875em;
	}
	.content_detail._list_style .content_list {
		padding-left: 0;
	}
	.content_detail._list_style li:not(:last-of-type) {
		margin-bottom: .6125em;
	}
	.content_text {
		font-size: .9375em;
		text-align: left;
		padding: 1.25em 0;
		margin-bottom: 1.25em;
	}
	.content_text span {
		display: inline;
	}
	.content_text::before {
	    width: 100%;
		border-left: 0;
	    border-radius: 0;
	}
	.content_text::after {
	    width: 100%;
	    border-right: 0;
		border-radius: 0;
	}

	.content._cost {
		padding: 1.65em;
	}
	.content._cost ul {
		margin-top: .65em;
	}
	.content._cost ul li {
		padding-left: .5em;
		padding-right: .5em;
	}
	.type {
		font-size: .9375em;
		margin-top: 0;
		margin-bottom: .2em;
	}
	.cost {
		font-size: 1em;
		margin-bottom: 1.125em;
	}
}



/* #top
---------------------------------- */
#top {
	margin: 200px auto;
}
.container {
	max-width: 800px;
	padding-left: 5.128%;
	padding-right: 5.128%;
	margin: 0 auto;
}

.top {
	display: flex;
	gap: 5%;

	position: relative;
}
.top_image {
	width: 47.5%;
}
.top_image:hover {
	opacity: .65;
	transition: .7s;
}
.top_logo {
	position: absolute;
    bottom: -20%;
    left: 36%;
    width: 28%;
}

img {
	width: 100%;
}

@media screen and (min-width: 1500px) {
	.logo {
		margin-top: 5%;
		width: 270px;
	}
	.container {
		max-width: 1000px;
	}
}

@media screen and (min-width: 750px) and (min-height: 850px) {
	.top {
		/* margin-top: 40vh; */
		/* transform: translateY(-50%); */
	}

}
@media screen and (max-width: 750px) {
	#top {
		margin: 80px auto;
	}
	.logo {
		width: 200px;
	}
	.top {
		flex-direction: column;
		align-items: center;
	}
	.top_image {
		width: 80%;
	}
	.top_image:first-child {
		margin-bottom: 15%;
	}
	.top_logo {
		bottom: 44%;
    	left: 58%;
	}
}
@media screen and (max-width: 450px) {
	.logo {
		margin: 35px auto 20px;
	}
	.top_image {
		width: 100%;
	}
	.top_logo {
		bottom: 44.5%;
    	left: 65%;
	}
}

.inquiry {
    padding-left: 5.128%;
    padding-right: 5.128%;
	margin-top: 70px;
}
.inquiry a {
	display: block;
	max-width: 20em;
    height: 3.75em;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 3.75em;
	text-align: center;
	color: #fff;
	background-color: #d6b400;
	background-color: #403d3c;
	border-radius: 50vw;
	margin: 0 auto;
	text-decoration: none;
	transition: .5s;
}
.inquiry a:hover {
	opacity: .65;
}

@media screen and (max-width: 750px) {
	.inquiry {
		margin-top: 40px;
	}
	.inquiry a {
		font-size: 1em;
	}
}