@charset "utf-8";

/* --------------------------------
- common
---------------------------------*/
.guide {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 8px !important;
	text-align: center;
}
h2::after {
	content: none !important;
}
h3 {
    font-size: 16px;
    border-bottom: dotted 1px #333;
    background: unset !important;
	margin-top: 16px !important;
	padding: 8px 1.5em 8px 1.5em !important;
}
p {
    font-size: 14px;
}
th, td {
	padding: 24px 8px;
	border: solid 1px #C9C9C9;
	line-height: 1.5;
	width: calc(100% / 4);
	text-align: center;
	vertical-align: middle;
}
.guide-mainHead th {
	background-color: #f7f7f7;
	padding: 8px;
	font-size: 14px;
}
.guide-subHead th {
	background-color: #f7f7f7;
	padding: 8px;
	font-size: 12px;
}
.guide-emphasis {
	font-weight: bold;
}
.green {
	background-color: #D5E3D3 !important;
}
.yellow {
	background-color: #E4DAB0 !important;
}
.space {
	padding-top: 90px;
	margin-top: -90px;
	display: block;
}
.sp_only {
    display: block;
}
@media screen and (min-width: 751px) {
	h2 {
		font-size: 18px !important;
	}
	p {
	font-size: 16px;
	}
	.sp_only {
		display: none;
	}
	th {
		font-size: 16px;
		padding: 8px;
	}
	td {
		font-size: 16px;
		padding: 24px 8px;
	}
	.guide-mainHead th {
		background-color: #f7f7f7;
		padding: 16px 8px;
		font-size: 16px;
	}
	.guide-subHead th {
		background-color: #f7f7f7;
		padding: 16px 8px;
		font-size: 16px;
	}
}


/* --------------------------------
- guide
---------------------------------*/
.guide-wrap {
    padding: 0 4vw;
    max-width: 1120px;
    margin: 0 auto 80px;
}
@media screen and (min-width: 751px) {
    .guide-wrap {
    padding: 0 40px;
    }
}

/* header */
.guide-header {
    margin-top: 16px;
}
.guide-header h1 {
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: solid 1px #CA0000;
	text-align: center;
}
.guide-header__lead {
    margin: 16px 0;
    font-size: 14px;
}
@media screen and (min-width: 751px) {
    .guide-header h1 {
    font-size: 28px;
    }
    .guide-header__lead {
    margin: 32px 0;
    font-size: 16px;
    }
}

/* linkText */
.guide-linkText {
    margin: 16px 0;
    width: 100%;
    max-width: 470px;
}
.guide-linkText a {
    position: relative;
    padding: 12px 40px;
    background-color: #FFF;
    border: solid 1px #333;
    font-size: 14px;
    transition: all .5s;
    width: 100%;
    text-align: center;
}
.guide-linkText a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2em;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}
.guide-linkText--large {
	max-width: none;
}
.guide-linkText--large a {
    background-color: #333;
	color: #fff;
}
.guide-linkText--large a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
@media screen and (min-width: 751px) {
    .guide-linkText a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1025px) {
    .guide-linkText a:hover {
    opacity: .5;
    }
}

/* content */
.guide-content {
    margin: 32px auto;
}
.guide-anchorBtn {
	display: flex;
	justify-content: center;
    font-size: 14px;
    border-bottom: solid 1px #333;
    width: 95%;
    max-width: 340px;
	margin-left: auto;
}
.guide-anchorBtn svg {
	width: 5%;
	vertical-align: sub;
}
.guide-container {
	margin: 24px auto;
	padding: 8px;
	background-color: #CCCCCC;
}
.guide-inner {
	padding: 8px;
    background-color: #fff;
    margin: 8px 0 0;
}
.guide-inner > p {
	text-align: center;
}
.guide-inner--flex {
	display: flex;
	justify-content: center;
}
.guide-inner--flex > p {
	text-align: left;
	display: inline-block;
}
.guide-annotation {
	margin: 16px auto 0;
	font-size: 14px;
	font-weight: normal;
}
.guide-annotation li {
	line-height: 1.7;
	font-size: 12px;
}
.guide-annotation a {
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (min-width: 751px) {
	.guide-container {
		padding: 16px 32px 32px 32px;
	}
	.guide-inner {
		padding: 32px;
	}
	.guide-annotation {
		font-size: 16px;
	}
	.guide-annotation li {
		font-size: 14px;
	}
	.guide-anchorBtn {
		font-size: 16px;
		width: 100%;
		max-width: 380px;
		margin-left: auto;
	}
}

/* guide-appointmentBlock */
.guide-appointmentBlock {
	margin: 16px auto 0;
}
.guide-appointmentBlock > p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.guide-appointmentBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: solid 1px #C9C9C9;
	margin-top: 8px;
}
.guide-appointmentBlock ul li {
	width: calc(100% / 3);
	text-align: center;
	padding: 16px 8px;
	background-color: #f7f7f7;
}
.guide-appointmentBlock ul li:nth-of-type(-n+3) {
	border-bottom: solid 1px #C9C9C9;
}
.guide-appointmentBlock ul li:not(:first-of-type) {
	border-left: solid 1px #C9C9C9;
}
.guide-appointmentBlock ul li:last-of-type {
	border-right: solid 1px #C9C9C9;
}
@media screen and (min-width: 751px) {
	.guide-appointmentBlock {
		margin: 32px auto 0;
	}
}

/* guide-addBlock */
.guide-addBlock {
	margin: 16px auto 0;
}

/* guide-otherBox */
.guide-otherBox {
	margin-top: 8px;
}
.guide-otherBox ul li {
	font-weight: normal;
}