@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;
}

iframe.youtube {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 600px;
	display: block;
	margin: auto;
}

/* == 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;
}


#guide01 .guide01 {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

#guide02 h3.green {
	position: relative;
	padding: 10px 0 11px 60px;
	color: #3B8D5C;
	border-bottom: 2px solid #97C352;
}
#guide02 h3.green::before {
	content: '';
	background-image: url(../images/rtj_leaf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 43px 38px;
	width: 43px;
	height: 38px;
	left: 10px;
	top: 0;
	position: absolute;
}
#guide02 .solution {
	margin-bottom: 30px;
}
#guide02 .TitleArea {
	border-left: 2px solid #97C352;
	padding-left: 9px;
	margin-left: 12px;
}
#guide02 .TitleArea .subTitle {
	color: #3B8D5C;
	font-size: 90%;
	font-weight: bold;
}
#guide02 .TitleArea .Title {
	font-weight: bold;
	font-size: 100%;
}
#guide02 .TitleArea + p.TextStyle1, #guide02 .TitleArea + p.TextStyle1 + ul.LinkListStyle1 {
	padding-left: 40px;
}
#stage .ColumnSet h3 {
	padding-top: 20px;
}
.bannerArea {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 579px) {
	.JS .Banner {
		flex-direction: column;
	}
	.bannerArea {
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}
}
