@charset "UTF-8";
/* sitemap用CSS
========================================*/
body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

#mainArea.sitemap > article h1 {
	color:#ed6d00;
	font-weight:bold;
	line-height:120%;
}

#mainArea.sitemap > article section h2 {
}
#mainArea.sitemap > article section h2 .fas {
	color:#666666;
}
#mainArea.sitemap > article section h2 span {
	display:inline-block;
}

/*
#mainArea.sitemap > article section ul li a:before {
	content:"\f138";
	color:#ed6d00;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
*/

/* SPonly */
@media screen and (max-width: 767px) {
	#mainArea.sitemap > h1 {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
        line-height: 40px;
		letter-spacing: 0px;
		color: #666666;
		border-top: 1px #F7F6F4 solid;
		padding: 30px 0;
	}
	#mainArea.sitemap > article {
		margin-left:auto;
		margin-right:auto;
		background: #F7F6F4 0% 0% no-repeat padding-box;
	}
	#mainArea.sitemap > article h1 {
		border-bottom:2px solid #ed6d00;
		font-size:228.57143%;
		margin-bottom:40px;
		padding-bottom:15px;
	}
	#mainArea.sitemap > article .wrap {
		padding: 12px 4.26666vw;
	}
	#mainArea.sitemap > article section {
		margin-bottom:10px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 2px solid #D4CEC4;
		border-radius: 6px;
	}
	#mainArea.sitemap > article section a:hover {
		opacity:0.8;
	}
	#mainArea.sitemap > article section h2 {
		padding: 18px 4.26666vw;
		border-bottom: 1px solid #D4CEC4;
		font-size: 20px;
        line-height: 28px;
		letter-spacing: 0px;
		color: #666666;
		position: relative;
	}
	#mainArea.sitemap > article section h2 i {
		position: absolute;
		top: 25px;
		right: 4.26666vw;
	}
	#mainArea.sitemap > article section h2 i.multiL {
		top: 40px;
	}
	#mainArea.sitemap > article section h4 {
		font-size: 18px;
        line-height: 20px;
		letter-spacing: 0px;
		color: #666666;
		padding: 30px 4.26666vw 15px;
		border-bottom: 1px solid #D4CEC4;
		position: relative;
	}
	#mainArea.sitemap > article section h4 i {
		position: absolute;
		top: 32px;
		right: 4.26666vw;
	}
	#mainArea.sitemap > article section h4.bt {
		border-top: 1px solid #D4CEC4;
	}
	#mainArea.sitemap > article section h4.bt.single {
		padding: 15px 4.26666vw 15px;
	}
	#mainArea.sitemap > article section h4.bt.single i {
		position: absolute;
		top: 17px;
		right: 4.26666vw;
	}
	#mainArea.sitemap > article section h4.bt.single i.multiL {
		position: absolute;
		top: 25px;
		right: 4.26666vw;
	}
	#mainArea.sitemap > article section h2 > span > a,
	#mainArea.sitemap > article section h4 > span > a,
	#mainArea.sitemap > article section h2 > a,
	#mainArea.sitemap > article section h4 > a {
		color: #666666;
	}

	#mainArea.sitemap > article section h2 span {
	}
	#mainArea.sitemap > article section h3 {
		padding: 7px 0 7px 4.26666vw;
		letter-spacing: -0.48px;
		color: #EF6D00;
		background: #EBE9E5 0% 0% no-repeat padding-box;
		font-size: 16px;
        line-height: 28px;
	}
	#mainArea.sitemap > article section h4 > a {
		color: #666666;
	}
	#mainArea.sitemap > article section ul {
		display: flex;
	    flex-wrap: wrap;
	}
	#mainArea.sitemap > article section ul li {
		width: 100%;
		font-size: 14px;
        line-height: 19px;
		letter-spacing: 0px;
		color: #333333;
		padding: 15px 5.26666vw 15px 4.26666vw;
		border-bottom: 1px solid #D4CEC4;
		position: relative;
	}
	#mainArea.sitemap > article section ul li i {
		position: absolute;
		top: 35%;;
		right: 4.26666vw;
	}
	#mainArea.sitemap > article section ul li.half {
	}
	#mainArea.sitemap > article section .sectionFlex {
		display: flex;
		flex-wrap: wrap;
	}
	#mainArea.sitemap > article section .sectionFlex > div {
		width: 100%;
	}
	#mainArea.sitemap > article .wordLinkArea {
		width: 91.46666vw;
		text-align: center;
		margin: auto;
		margin-top: 40px;
	}
	#mainArea.sitemap > article .wordLinkArea p {
		font-size: 18px;
        line-height: 28px;
		letter-spacing: -0.54px;
		color: #707070;
	}
	#mainArea.sitemap > article .wordLinkArea p:before {
		content: url(../img/n_21.png);
		position: relative;
		bottom: -7px;
	}
	#mainArea.sitemap > article .wordLinkArea .wordList {
		display: flex;
		background: #FFF;
		justify-content: flex-start;
		align-content: center;
		flex-wrap: wrap;
		border-radius: 8px;
		gap: 10px 2.66666vw;
		padding: 10px 2.66666vw;
	}
	#mainArea.sitemap > article .wordLinkArea .wordList .wordLink {
		background: #E6E0D3 0% 0% no-repeat padding-box;
		border-radius: 3px;
		font-size: 12px;
        line-height: 30px;
		padding-left: 2.66666vw;
	    padding-right: 2.66666vw;
	}
	#mainArea.sitemap > article .wordLinkArea .wordList .wordLink > a {
		color: #EF6D00;
	}
}

/* PConly */
@media print, screen and (min-width: 768px) {
	#mainArea.sitemap > h1 {
		margin-top: 40px;
		margin-bottom: 70px;
		text-align: center;
		font-weight: bold;
		font-size: 28px;
        line-height: 40px;
		letter-spacing: 0px;
		color: #666666;
	}
	#mainArea.sitemap > article {
		margin-left:auto;
		margin-right:auto;
		background: #F7F6F4 0% 0% no-repeat padding-box;
	}
	#mainArea.sitemap > article h1 {
		border-bottom:2px solid #ed6d00;
		font-size:228.57143%;
		margin-bottom:40px;
		padding-bottom:15px;
	}
	#mainArea.sitemap > article .wrap {
		width: 1120px;
	    margin: auto;
		padding: 70px 0;
	}
	#mainArea.sitemap > article section {
		margin-bottom:10px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 2px solid #D4CEC4;
		border-radius: 6px;
	}
	#mainArea.sitemap > article section a:hover {
		opacity:0.8;
	}
	#mainArea.sitemap > article section h2 {
		font-size: 24px;
        line-height: 28px;
		letter-spacing: 0px;
		color: #666666;
		padding: 20px 20px;
		border-bottom: 1px solid #D4CEC4;
	}
	#mainArea.sitemap > article section h4 {
		font-size: 22px;
        line-height: 21px;
		letter-spacing: 0px;
		color: #666666;
		padding: 20px 30px 0px;
	}
	#mainArea.sitemap > article section h4.bt {
		border-top: 1px solid #D4CEC4;
	}
	#mainArea.sitemap > article section h4.bt.single {
		padding-bottom: 20px;
	}
	#mainArea.sitemap > article section h2 > span > a,
	#mainArea.sitemap > article section h4 > span > a,
	#mainArea.sitemap > article section h2 > a,
	#mainArea.sitemap > article section h4 > a {
		color: #666666;
	}

	#mainArea.sitemap > article section h2 span {
	}
	#mainArea.sitemap > article section h3 {
		padding: 20px 0 0 30px;
		font-size: 18px;
        line-height: 28px;
		letter-spacing: -0.54px;
		color: #EF6D00;
	}
	#mainArea.sitemap > article section h4 > a {
		color: #666666;
	}
	#mainArea.sitemap > article section ul {
		display:flex;
		flex-wrap:wrap;
		justify-content:flex-start;
		padding: 20px 0 20px 30px;
		gap: 20px;
	}
	#mainArea.sitemap > article section ul li {
		width: 515px;
		font-size: 16px;
        line-height: 21px;
		letter-spacing: 0px;
		color: #333333;
	}
	#mainArea.sitemap > article section ul li.half {
		width: 245px;
	}
	#mainArea.sitemap > article section .sectionFlex {
		display: flex;
		flex-wrap: wrap;
	}
	#mainArea.sitemap > article section .sectionFlex > div {
		width: 550px;
	}
	#mainArea.sitemap > article .wordLinkArea {
		width: 900px;
		text-align: center;
		margin: auto;
		margin-top: 40px;
	}
	#mainArea.sitemap > article .wordLinkArea p {
		font-size: 18px;
        line-height: 28px;
		letter-spacing: -0.54px;
		color: #707070;
	}
	#mainArea.sitemap > article .wordLinkArea p:before {
		content: url(../img/n_21.png);
		position: relative;
		bottom: -7px;
	}
	#mainArea.sitemap > article .wordLinkArea .wordList {
		display: flex;
		width: 900px;
		height: 70px;
		background: #FFF;
		justify-content: space-around;
		align-content: center;
		flex-wrap: wrap;
		border-radius: 8px;
	}
	#mainArea.sitemap > article .wordLinkArea .wordList .wordLink {
		background: #E6E0D3 0% 0% no-repeat padding-box;
		border-radius: 3px;
		font-size: 12px;
        line-height: 30px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#mainArea.sitemap > article .wordLinkArea .wordList .wordLink > a {
		color: #EF6D00;
	}
}