@charset "utf-8";

/*--- contents ---*/
section {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
section > div {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background-color: #F7F5E9;
	text-align: center;
}
p {
	font-size: clamp(0.8rem, 3.8vw, 1.0rem);
	color: #313769;
	font-weight: 600;
}

.content {
	width: 100%;
	margin: 0 auto;
	background-color: #00ACD2;
}

/*--- contentsTop ---*/
.linkArea {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px;
	padding: unset;
	margin: unset;
}
.circleLink {
	background-color: #00ACD2;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	text-decoration: none
}
.linkLine {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: unset;
	margin: unset;
}
.firstLine {
	margin-right: 30px;
}
.secondLine {
	margin-left: 30px;
}
@media (min-width:600px) {
	.linkArea {
		flex-direction: row;
		flex-wrap: unwrap;
	}
	.firstLine {
		margin-right: unset;
	}
	.secondLine {
		margin-left: unset;
	}
	#topImage {
		content: url('/bs/networkprint/official_neppri/images/bg01_pc.png');
	}
}

/*--- contentsAbout ---*/
.title {
	color: #313769;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: "Jost", serif;
	font-optical-sizing: auto;
}
.aboutPict {
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutPict img {
	max-width: 90%;
}
@media (min-width:768px) {
	.aboutPict img {
		max-width: 60%;
	}
}

/*--- contentsList ---*/
.listRow {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px;
}

.contentsItem {
	width: 45%;
}
.contentsItem p {
	margin-top: 5px;
	font-size: 80%;
}
@media (min-width:768px) {
	.listRow {
		display: flex;
		justify-content: space-around;
		align-items: center;
		gap: 20px;
		margin: 20px 40px;
	}
	.contentsItem {
		width: 30%;
	}
	.contentsItem p {
		font-size: 100%;
	}
}
@media (min-width:500px) {
	.contentsItem p {
		font-size: 100%;
	}
}

/*--- contentsHowto ---*/
.lineLink {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.linkTitle {
	color: red;
	font-size: 1.125rem;
	margin: unset;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 15px;
	border-color: transparent transparent #ff0000;
	transform: rotate(180deg);
	margin-bottom: 10px;
}
.textBlue {
	color: #00ACD2;
	font-weight: bold;
}
.numberText {
	font-size: 1.75rem;
	font-weight: bold;
	font-family: "Jost", serif;
	font-optical-sizing: auto;
}
.howtoLink {
	font-weight: bold;
	font-size: 1rem;
}
.itemBox {
	display: flex;
	flex-direction: column;
	margin: 20px;
}
.itemPict {
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemText {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media (min-width:768px) {
	.itemBox {
		flex-direction: row;
		justify-content: space-between;
		margin: 20px 40px;
	}
	.itemReverse:nth-child(even) {
		flex-direction: row-reverse;
	}
}

/*--- contentsEnjoy ---*/

/*--- contentsJoin ---*/
.JoinBox {
	display: flex;
	flex-direction: column;
	margin: 20px 40px;
}
.JoinText {
	margin: 0.5rem;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0 0 0 10px #CDE7F3;
	border: 2px dashed white;
	background-color: #CDE7F3;
}
.JoinText p:not(.h4) {
	line-height: 1.5;
	font-size: clamp(0.7rem, 3.8vw, 0.9rem);
	color: #313769;
	font-weight: 600;
	text-align: left;
}
.JoinTextInfo {
	font-size: clamp(0.6rem, 3.8vw, 0.8rem);
	color: #313769;
	font-weight: 300;
	text-align: left;
}
.JoinTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	text-align: center;
	margin-bottom: 20px;
}
.JoinTitle::before,
.JoinTitle::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #77bcff;
}
.JoinTitle::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.JoinTitle::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media (min-width:768px) {
	.JoinBox {
		margin: 20px 80px;
	}
	.JoinText {
		padding: 1rem 2rem;
	}
}
/*--- contentsJoin ---*/

/*---  ---*/
#scrollButton {
	position: fixed;
	bottom: 42px;
	right: 35px;
	display: block;
	z-index: 100;
}

#scrollButton #scrollButtonLink {
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	border: unset;
	cursor: pointer;
}

#scrollButton #scrollButtonLink:before, #scrollButton #scrollButtonLink:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#scrollButton #scrollButtonLink:before {
	background-color: #EFB33B;
	width: 40px;
	height: 40px;
	border-radius: 10%;
}

#scrollButton #scrollButtonLink:after {
	left: 10px;
	top: -10px;
	box-sizing: border-box;
	width: 10px;
	height: 15px;
	border: 10px solid transparent;
	border-bottom: 8px solid #fff;
}

@media (hover: hover) {
	#scrollButton #scrollButtonLink:hover:before {
		opacity:.7;
	}
}

@media (hover: none) {
	#scrollButton #scrollButtonLink:active:before {
		opacity:.7;
	}
}
