:root {
	--color-red: #ff2200;
}

/* 時刻表ページここから */
body.disclaimer .wrapper,
body.info .wrapper,
body.diagram-link .wrapper {
	background-color: white;
	color: black;
}

.logo-content-area {
	margin: 40px auto;
}

.diagrarm-link-wrapper {
	width: 100%;
	margin-bottom: 60px;
}

.main h2.diagram-link-title {
	color: #5eafda;
	font-size: 28px;
}

.diagram-link-content h3 {
	font-size: 24px;
}

.diagram-link-content {
	border-top: 2px dashed #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.diagram-link-content:last-child {
	border-bottom: 2px dashed #ccc;
}
.main .diagram-link-content p {
	font-size: 21px;
	margin-bottom: 0;
	line-height: 1;
	width: fit-content;
	padding: 0;
}

.main .diagram-link-content a {
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 100%;
	margin-top: 15px;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #5eafda;
	color: #5eafda;
	line-height: 1;
}

.main .diagram-link-content a:hover {
	background-color: #5eafda;
	color: white;
	opacity: 1;
}

/* 時刻表ページここまで */

/* 使い方ページここから */

.arrow-bottom {
	width: 100px;
	margin: 0 auto 30px;
}
body.busmo-help .wrapper {
	background-color: white;
	color: black;
}
.busmo-help-wrapper {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 100px;
}
.busmo-help-wrapper img {
	width: 100%;
}
.busmo-use-help-wrapper {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 100px;
}
.busmo-use-help-wrapper img {
	width: 100%;
}
h1.busmo-help-title {
	font-size: 32px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

h1.busmo-install-help-title {
	width: 600px;
	font-size: 32px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	border: 5px solid #95c036;
	padding: 15px 30px;
	text-align: center;
}

h1.busmo-help-title span {
	display: inline-block;
	font-size: 28px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	background-color: var(--color-red);
	color: white;
	font-weight: bold;
	margin-right: 10px;
}
.busmo-install-help-section {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.busmo-help-img {
	margin-bottom: 20px;
}
h2.busmo-help-section-title {
	color: var(--color-red);
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
h2.busmo-help-section-title span {
	display: inline-block;
	font-size: 18px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	background-color: var(--color-red);
	color: white;
	font-weight: bold;
	margin-right: 10px;
}
.busmo-help-description p {
	font-size: 26px;
	line-height: 1.8;
	margin-bottom: 15px;
	margin-left: 1em;
	margin-right: 1em;
}
.busmo-help-description p strong {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	padding: 3px 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1;
	border: 1px solid black;
}

/* 使い方ページここまで */

.main-container a {
	text-decoration: underline;
}
.main-container {
	display: block;
	padding: 0 2em;
	margin: 0 auto;
	max-width: 700px;
}
.main h1 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 0.5em;
	border-left: 10px solid;
	border-bottom: 1px solid;
}
.main h2 {
	font-size: 16px;
	font-weight: bold;
}

.help-contents p {
	margin-left: 1em;
	text-indent: -1.5em;
}
.news-header .logo-content {
	margin-top: 3em;
	margin-bottom: 3em;
}

.news-info {
	flex: 2;
	font-size: 16px;
}

.maintenounce-info {
	flex: 3;
}

.news-articles {
	font-size: 30px;
}

.news-articles h2 {
	font-size: 30px;
}

.news-articles h3 {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}

.news-articles ul {
	list-style-type: disc;
	padding-left: 1em;
	font-size: 24px;
}

.news-articles ol {
	list-style-type: decimal;
	padding-left: 3em;
	font-size: 24px;
}

.news-articles-container {
	display: flex;
}

.news-articles .text-right {
	text-align: right;
}

.news-articles .section-bar {
	background-color: var(--color-default);
	padding: 10px 20px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}

.advertise-image img {
	width: 50%;
}

.back-to-search {
	display: block;
	padding-top: 0;
	width: 566px;
	text-align: center;
	margin: 40px auto 80px;
}

.logo-content img {
	width: 400px;
}

.news-articles li {
	margin-bottom: 1em;
	text-align: left;
	hyphens: auto;
}

.news-articles p {
	font-size: 24px;
	margin-bottom: 1em;
	padding-left: 1em;
}

/* PCのみ表示 */
@media (min-width: 960.02px) {
	.diagram-link h1 {
		font-size: 32px;
		font-weight: bold;
		margin-top: 0.5em;
		margin-bottom: 40px;
		padding-left: 0.5em;
	}

	.diagram-link-content h3 {
		font-size: 18px;
	}

	.diagram-link-content {
		border-top: 1px dashed #ccc;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.diagram-link-content:last-child {
		border-bottom: 1px dashed #ccc;
	}
	.main .diagram-link-content p {
		margin-bottom: 0;
		font-size: 15px;
	}

	.main .diagram-link-content a {
		font-size: 15px;
	}

	.busmo-help-section {
		display: flex;
		justify-content: space-between;
	}

	.busmo-help-wrapper {
		max-width: 1280px;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 30px;
	}

	.busmo-use-help-wrapper {
		max-width: 640px;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 30px;
	}
	.busmo-help-img {
		max-width: 500px;
	}

	h1.busmo-help-title {
		font-size: 32px;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 15px;
	}

	h1.busmo-help-title span {
		font-size: 22px;
		width: 32px;
		height: 32px;
	}

	.busmo-help-description {
		margin-left: 30px;
		width: 100%;
	}

	h2.busmo-help-section-title {
		font-size: 22px;
	}

	h2.busmo-help-section-title span {
		font-size: 14px;
		width: 22px;
		height: 22px;
	}

	.busmo-help-description p {
		font-size: 18px;
	}

	.busmo-help-description p strong {
		font-size: 18px;
	}

	.useful-features-list {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.info-image {
		width: 200px;
		text-align: center;
	}

	.info-image_1 img {
		width: 160px;
	}
	.info-image_2 img {
		width: 160px;
	}
	.info-image_3 img {
		width: 160px;
	}
	.info-image_4 img {
		width: 160px;
	}
	.info-image_5 img {
		width: 160px;
	}

	.info-image_6 img {
		width: 160px;
	}
	.info-image_7 img {
		width: 130px;
	}
	.info-image_8 img {
		width: 130px;
	}
	.main p.info-text {
		padding-top: 5px;
		width: 430px;
		margin-bottom: 0;
	}

	br.sp {
		display: none;
	}
	br.pc {
		display: inline;
	}

	.main-container {
		display: block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
		max-width: 1280px;
	}

	.diagram-link .news-articles {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.diagrarm-link-wrapper {
		width: 380px;
		margin-bottom: 30px;
	}
}

@media (max-width: 960px) {
	.useful-features-list {
		display: block;
	}

	.info-image img {
		width: 200px;
		text-align: left;
	}
	.info-image_7 img {
		width: 150px;
	}
	.info-image_8 img {
		width: 150px;
	}

	.main p.info-image {
		margin-bottom: 1em;
	}

	.main p.info-text {
		margin-bottom: 2em;
	}

	.main-container {
		display: block;
		padding: 0 2em;
	}
	.news-articles {
		padding-right: 0em;
	}
	.main h1 {
		font-size: 32px;
		font-weight: bold;
		line-height: 1.5;
		margin-top: 0.5em;
		margin-bottom: 1em;
		padding-left: 0.5em;
		border-left: 10px solid;
		border-bottom: 1px solid;
	}

	.main h2 {
		font-size: 24px;
		font-weight: bold;
	}

	ol {
		font-size: 22px;
		padding: 0 0.6em;
		text-align: justify;
	}

	.news-articles {
		padding-right: 0;
	}

	.advertise-image img {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.info-image img {
		width: 300px;
		text-align: left;
	}

	.info-image_7 img {
		width: 200px;
	}
	.info-image_8 img {
		width: 200px;
	}

	.main-container {
		display: block;
	}
	.news-header .logo-content {
		margin-top: 3em;
	}
	.news-articles {
		padding-right: 0em;
	}

	.main h2 {
		font-size: 28px;
	}

	.news-articles .section-bar {
		font-size: 22px;
	}
	br.sp {
		display: inline;
	}
	br.pc {
		display: none;
	}
	.advertise-image {
		width: 100%;
		text-align: center;
		padding: 0 !important;
	}
	.advertise-image img {
		width: 100%;
	}
	.sp-text-right {
		display: block;
		text-align: right;
	}
	.information p {
		width: 500px;
		margin: 0 auto 1em;
	}
}
