@charset "utf-8";

/* =======================================================
netkeirin投稿ガイド
2023 10月改訂・デザインリニューアル
======================================================= */
*, *::before, *::after {
    line-height: 1.0em;
}

body #page{
	min-width: auto;
}
img{
	max-width: 100%;
}
a{
	display: inline-block;
}

.spNone {
	display: none;
}

.license_guideline {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100vw;
	max-width: 960px;
	margin: auto;
}

.text01 {
	padding: 0 30px;
	font-size: 88.8889%;
	line-height: 1.75;
	margin-bottom: 60px;
}

.text01 h3 {
	position: relative;
	font-size: 88.8889%;
	text-align: center;
	padding: 30px 0 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

.text01 h3:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 2px;
	background-color: #C77662;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.text01 .textWrap p {
	font-size: 87.5%;
	line-height: 1.75;
	margin-bottom: 24px;
	padding-left: 10px;
}

.text01 .textWrap p.subtitle02 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 50px;
	padding-left: 0;
	text-align: left;
}

.text01 .textWrap p.subtitle02 a{
	color: #333333;
	text-decoration: underline;
}

.text01 .textWrap p.subtitle02+.annotation {
	margin-top: -26px;
	margin-bottom: 50px;
}

.text01 .textWrap .annotation {
	margin-top: 10px;
	font-size: 75%;
	line-height: 1.5;
}

@media screen and (min-width:960px) {
	.sp {
		display: none;
	}

	.license_guideline {
		font-family: 'メイリオ', sans-serif;
	}

	.text01 {
		font-size: 100%;
		line-height: 1.9444;
	}

	.text01 .textWrap {
		position: relative;
	}

	.text01 h3 {
		font-size: 111.1111%;
		padding: 30px 0 30px;
		margin-bottom: 60px;
	}

	.text01 h3:after {
		width: 150px;
	}

	.text01 .textWrap p {
		font-size: 88.8889%;
		margin-bottom: 30px;
	}

	.text01 .textWrap p+p.subtitle,
	.text01 .textWrap .imgBox02+p.subtitle {
		margin-top: 79px;
	}

}
