@charset "Shift_JIS";

/* == RTJ2023 toppageCSS START == */

/*.BoxPatternA h2 {
	font-size: 18px;
    font-weight: bold;
    background-color: #ff0000;
}*/

.fs17 {
	font-size: 17px;
    line-height: 130%;
}

h3.h3Green,
h3.h3Blue {
	font-size: 140%;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
}

h3.h3Green {
	background-color: #c5e0b4;
	color: #000000;
}

h3.h3Blue {
	background-color: #bdd7ee;
	color: #000000;
}


/* == solutionPageCSS START == */

#contents-Green .h2Line {
	border-top: #c5e0b4 solid 6px;
}

#contents-Blue .h2Line {
	border-top: #bdd7ee solid 6px;
}

div.Lbox {
	padding-right: 320px;
}

@media screen and (max-width: 767px) {
	div.Lbox {
		padding-right: 0;
	}
}

.sdgsList ul {
	text-align: right;
}

.sdgsList .LinkListStyle1 li a:link{
	background-image: none;
}

@media screen and (max-width: 767px) {
	.sdgsList ul {
		text-align: left;
	}
}

.sdgsList ul li {
	display: inline-block;
	padding-top: 20px;
}

.Banner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.Banner a:hover {
	opacity: .7;
}
@media screen and (max-width: 579px) {
	.JS .Banner {
		flex-direction: column;
	}
}
