@charset "UTF-8";

.circle {
	padding-bottom: 38px;
}
.circle p {
	font-size: 28px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.42;
	text-align: left;
	max-width: 1100px;
	margin-top: 63px;
	width: 85%;
}

.date {
	display: flex;
	align-items: baseline;
	gap: 18px;
	justify-content: center;
	margin-top: 20px;
}

.date > span {
	background: #009D85;
	border-radius: 30px;
	box-sizing: border-box;
	color: #FFF799;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	min-width: 130px;
}

.date b {
	font-size: 30px;
}

.date b span {
	font-size: 52px;
}

.visit {
	margin: 0 auto;
	width: 85%;
	max-width: 1100px;
}

.visit img {
	width: 100%;
}

.detail {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 42px 46px 53px;
	margin: 54px auto 28px;
	max-width: 960px;
	width: 85%;
}

.detail ul {
	list-style-type: none;
}

.detail li {
	display: flex;
	align-items: baseline;
	gap: 43px;
	margin-top: 32px;
}

.detail li:first-child {
	margin-top: 0;
}

.detail li > span {
	background: #009D85;
	border-radius: 30px;
	box-sizing: border-box;
	color: #FFF799;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 1em;
	min-width: 180px;
}

.detail li div p {
	font-size: 18px;
	font-weight: 500;
}

.detail li div p > span {
	font-size: 24px;
}

.detail li div p .kome {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding-left: 1em;
	position: relative;
	line-height: 1.71;
}

.detail li div p .kome::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.detail li a {
	background: #fff;
	border: 1px solid #009D85;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 6px #EDE5D1;
	color: #009D85;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
	padding: 13px 12px;
	position: relative;
	margin-top: 12px;
	min-width: 298px;
}

.detail li a span {
	background: #D35252;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 48px;
	height: 24px;
	line-height: 24px;
	margin-right: 14px;
}

.detail li a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow-gr.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.detail li a:hover {
	background: #009D85;
	box-shadow: none;
	color: #fff;
	transform: translateY(6px);
}

.detail li a:hover span {
	background: #fff;
	color: #D35252;
}

.detail li a:hover::after {
	background: url(../images/arrow-w.svg) no-repeat;
}

.detail li.col {
	display: flex;
	gap: 43px;
	align-items: center;
	flex-wrap: wrap;
}

.detail li.col div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.detail li.col div span {
	background: #009D85;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF799;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	min-width: 60px;
}

.detail li.col div p {
	font-size: 16px;
	font-weight: 500;
}

.detail > b {
	display: block;
	font-size: 21px;
	margin: 64px auto 21px;
	text-align: center;
}

.detail > div.col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
}

.detail > div.col a {
	border: 1px solid #009D85;
	box-shadow: 0 6px 6px 0 #EDE5D1;
	border-radius: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	position: relative;
}

.detail > div.col a:first-child {
	background: #FFFDE8;
	padding: 35px;
}

.detail > div.col a:last-child {
	background: #E5F6EB;
	padding: 22px;
}

.detail > div.col a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow-gr.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.detail > div.col a:hover {
	background: #009D85;
	box-shadow: none;
	color: #fff;
	transform: translateY(6px);
}

.detail > div.col a:hover::after {
	background: url(../images/arrow-w.svg) no-repeat;
}

.operation {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 32px 44px;
	margin: 0 auto 31px;
	max-width: 960px;
	width: 85%;
}

.operation .col {
	display: grid;
	grid-template-columns: 126px 1fr;
	gap: 48px;
}

.operation .col:first-child {
	border-bottom: 1px solid #036EB8;
	padding-bottom: 28px;
	margin-bottom: 20px;
}

.operation b {
	font-size: 18px;
}

.operation p {
	font-size: 16px;
	line-height: 1.75;
}

.operation div span {
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding-left: 1.5em;
}

.operation div span::before {
	content: "";
	background: url(../images/mail.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 10px;
}

.application {
	text-align: center;
	margin: 0 auto;
	max-width: 960px;
    width: 85%;
}

.application b {
	font-size: 21px;
	line-height: 1.52;
}

.application a {
	background: #adadad;
	border: 1px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
	/*box-shadow: 0 8px 8px 0 rgba(180, 223, 236, .5);*/
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	padding: 31px;
	position: relative;
	margin: 31px auto 143px;
	max-width: 432px;
	pointer-events: none;
}

/*.application a:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow-w.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.application a:hover {
	background: #fff;
	border: 1px solid #D35252;
	box-shadow: none;
	color: #D35252;
	transform: translateY(8px);
}

.application a:hover::after {
	background: url(../images/arrow-r.svg) no-repeat;
}*/

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

	.circle {
		padding-bottom: 0;
	}
	.circle p {
		font-size: 18px;
		margin-top: 0;
	}

	.date {
		flex-flow: column;
		align-items: center;
		gap: 0;
		margin: 14px auto 25px;
	}

	.date span {
		font-size: 14px;
	}
	
	.date b {
		font-size: 20px;
	}

	.date b span {
		font-size: 28px;
	}

	.detail {
		margin: 40px auto 12px;
		padding: 28px 12px 45px;
	}

	.detail li {
		align-items: center;
		flex-flow: column;
		gap: 7px;
		margin-top: 23px;
	}

	.detail li > span {
		font-size: 14px;
	}

	.detail li div p {
		font-size: 14px;
		text-align: center;
	}

	.detail li div p > span {
		font-size: 20px;
	}

	.detail li div p .kome {
		font-size: 12px;
		line-height: 1.66;
	}

	.detail > b {
		font-size: 14px;
		line-height: 1.71;
		text-align: left;
		margin: 28px auto 13px;
	}

	.detail > div.col {
		display: flex;
		align-items: center;
		flex-flow: column;
		gap: 12px;
	}

	.detail li a {
		font-size: 14px;
		margin-top: 7px;
		min-width: 269px;
	}

	.detail li a span {
		font-size: 12px;
		margin-right: 12px;
		width: 43px;
	}

	.detail li a::after {
		right: 8px;
	}

	.detail li.col {
		align-items: baseline;
		gap: 9px;
		margin-top: 33px;
	}

	.detail li.col div span {
		font-size: 14px;
	}

	.detail li.col div p {
		font-size: 14px;
		text-align: left;
	}

	.detail > div.col a {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 1.42;
		width: 100%;
		max-width: 276px;
	}

	.detail > div.col a:first-child {
		padding: 23px;
	}

	.detail > div.col a:last-child {
		padding: 13px;
	}

	.detail > div.col a::after {
		right: 6px;
	}

	.operation {
		padding: 20px 12px;
	}

	.operation .col {
		display: flex;
		flex-flow: column;
		gap: 6px;
	}

	.operation b {
		font-size: 14px;
		line-height: 1.57;
	}

	.operation p {
		font-size: 14px;
	}

	.operation p.s {
		font-size: 12px;
	}

	.operation .col:first-child {
		padding-bottom: 19px;
		margin-bottom: 19px;
	}

	.application b {
		font-size: 16px;
		display: inline-block;
		text-align: left;
		line-height: 1.375;
	}

	.application a {
		font-size: 20px;
		margin: 27px auto 60px;
		padding: 19px;
		max-width: 290px;
	}

}