/*body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}*/
.guidecontainer {
	word-wrap: break-word;
	width: 800px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.guidetitlearea {
	width: 100%;
	font-size: 48px;
	line-height: 64px;
	/*display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;*/
}
.guidetitleicon {
	width: 60px;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}
.guidecontentarea {
	width: 100%;
	font-size: 22px;
	line-height: 42px;
	/*display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;*/
}
h2, h3, h4 {
	width: fit-content;
	/*border-bottom: solid 3px #EEEEEE;*/
	/*padding-bottom: 3px;*/
	/*border-bottom: double 3px black;*/
}
h2 + br, h3 + br, h4 + br {
	display: none;
}
h2 {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-size: 36px;
	line-height: 50px;
}
h3 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	font-size: 32px;
	line-height: 46px;
	/*padding-bottom: 1px;*/
	/*border-bottom: solid 1px black;*/
}
h4 {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-size: 32px;
	line-height: 46px;
	width: fit-content;
	/*padding-bottom: 1px;*/
	/*border-bottom: solid 1px #757575;*/
}
/* MEDIA START **********************************************/
@media (max-width: 800px) {
.guidecontainer {
	width: 95%;
}
} /* MEDIA END **********************************************/
/* MEDIA START **********************************************/
@media (max-width: 480px) {
.guidecontainer {
	width: 100%;
}
.guidetitlearea {
	font-size: 36px;
	line-height: 42px;
}
.guidetitleicon {
	width: 45px;
	margin-right: 3px;
}
.guidecontentarea {
	/*word-break: break-all;*/
	font-size: 18px;
	line-height: 28px;
}
h2, h3, h4 {
	word-break: normal;
}
h2 {
	font-size: 28px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	line-height: 32px;
}
h4 {
	font-size: 22px;
	line-height: 30px;
}
} /* MEDIA END **********************************************/

/* * * * OTHERS * * * * * * * */
.guidefullphotoarea {
  width: 100%;
  margin-top: 40px;
}
.guidefullphoto {
  width: 100%;
  height: auto;
}
.guide_simpletable {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.guide_simpletable th {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
}
.guide_simpletable td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px;
	font-size: 18px;
	line-height: 28px;
}
.guide_remarks {
	font-size: 18px;
	line-height: 32px;
}