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

.sns_guideline{
	font-family: 'Noto Sans JP', sans-serif;
	width: 100vw;
	max-width: 960px;
	margin: auto;
}
.headerWrap{
	padding-bottom: 40px;
	background-color: #F7F7F7;
	margin:0  auto 60px;

}
.headerWrap .header h1{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 33px;
	background-color: #fff;
}
.headerWrap .header h1 img{
	position: relative;
	max-width: 375px;
	z-index: 1;
}
.headerWrap .header h1:before{
	display: block;
	position: absolute;
	top: 190px;
	content: '';
	width: 100%;
	height: 96px;
	background-color: #D3B6B6;
}
.headerWrap .header .introduction{
	position: relative;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	margin:4px 20px 0;
	padding: 10px 20px 40px;
	z-index: 1;
}

.headerWrap .header .introduction h3,
h2{
	font-weight: 700;
	color: #333333;
	text-align: center;
	margin: 20px auto;
}
.headerWrap .header .introduction p{
	font-size: 88.8889%;
	line-height: 1.75;
}

.sec_index {
	padding: 0 20px;
}
.sec_index ul{
	width: 341px;
	max-width: 100%;
	display: flex;
	margin: 28px auto 0;
	padding: 0 0 60px;
	justify-content: space-between;
	border-bottom: 1px dashed #707070;
}
.sec_index ul li{
	width: 113px;
	max-width: 30%;
}
.sec_index ul li a{
	width: 105px;
	height: 160px;
	position: relative;
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
}
.sec_index ul li a img{
	position: absolute;
	width:111px;
	max-width: none;
	top: -14px;
	left: -6px;
}


#sec_01{
	padding-top: 60px;
}
h2.sec_head{
	margin-bottom: 40px;
}
h2.sec_head img{
	width: 275px;
}
.new_info{
	max-width: 798px;
    margin: auto;
    padding: 20px 21px 0;
    font-size: 77.7778%;
    text-align: left;
    line-height: 1.5;
    font-weight: 700;
}
.text01{
	padding: 0 30px;
	font-size: 88.8889%;
	line-height: 1.75;
	margin-bottom: 60px;
}
.text01 h3{
	position: relative;
	font-size: 88.8889%;
	font-weight: 700;
	text-align: center;
	padding: 60px 0 20px;
	margin-bottom: 50px;
}
.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.subtitle{
	padding-left: 0;
	color: #C77662;
	font-weight: 700;
}
.text01 .textWrap p.subtitle02{
	color: #333333;
	font-weight: 700;
	margin-bottom: 50px;
	padding-left: 0;
}

.annotation b {
	font-weight: 700;
}

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

.text01 .textWrap .annotation{
	margin-top: 10px;
	font-size: 75%;
	line-height: 1.5;
}
.text01 .annotation a{
    color: #333333;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 0.3em;
}
.text01 .textWrap p + p.subtitle{
	margin-top: 56px;

}
.text02{
	padding: 42px 20px 26px;
	background-color: #F7F7F7;
	border-radius: 6px;
	margin: 0 20px 60px;
}
.text02 h3{
	font-size: 105.5556%;
	text-align: center;
	font-weight: 700;
}

.text02.model h3 {
    font-size: 88.8889%;
}

.text02 .annotation{
	margin-top: 10px;
	font-size: 66.6667%;
	line-height: 1.5;
}
.text02 .annotation a{
	color: #333333;
	font-weight: 700;
	text-decoration: underline !important;
	text-underline-offset:0.3em;
}
.text02 .textWrap{
	margin-top: 40px;	
}
.text02 .textWrap p{
	font-size: 77.7778%;
	line-height: 1.75;
	margin-bottom: 24px;
}
.text02 .textWrap p.annotation{
	font-size: 66.6667%;
}
.text02 .textWrap p.subtitle{
	color: #AC6B68;
	font-weight: 700;
}
.text02 .textWrap p.check{
	position: relative;
	padding-left: 30px;
	background-position: 7px;
}
.text02 .textWrap p.check:before{
    position: absolute;
    content: '';
    left: 7px;
    top: 6px;
    width: 14px;
    height: 14px;

}
.text02 .textWrap p.check.check01:before{
    background: url(/common/img/info/guide/ico_check01.png) no-repeat;
    background-size: 12px auto;
    background-position: 0;	
}
.text02 .textWrap p.check.check02:before{
    background: url(/common/img/info/guide/ico_check02.png) no-repeat;
    background-size: 12px auto;
    background-position: 0;	
}
#sec_02 .text02{
	margin-bottom: 30px;
}


.text02 .textWrap p.subtitle{
	font-size: 77.7778%;
	font-weight: 700;
}
.text02.model{
	margin-bottom: 30px;
}
.text02.model .textWrap{
	margin-top: 30px;
}
.text02.model p.subtitle{
	color: #333333;
}
.text02.model p + p.subtitle{
	margin-top: 50px;

}
.imgBox01{
	text-align: center;
	margin-bottom: 56px;
}
.imgBox01 img{
	width: 275px;
}

.imgBox02{
	text-align: center;
	margin: 30px 0;	
}
.imgBox02 img{
	width: 187px;
}

.history{
	margin: 0 30px;
	font-size: 66.6667%;
}
.history a{
	color: #333333;
	font-weight: 700;
	text-decoration: underline !important;
	text-underline-offset:0.3em;
	padding-bottom: 4px;
}

.historyList{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 270px;
	height: fit-content;
	max-width: 90%;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 4px;
	z-index: 99;
}
.historyList h3{
	font-size: 77.7778%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}
.historyList ul li{
	font-size: 66.6667%;
	line-height: 1.5;
}
.historyList .close{
	display: block;
	font-size: 66.6667%;
	border: 1px solid #999;
	border-radius: 6px;
	width: 56px;
	line-height: 30px;
	text-align: center;
	margin: 20px auto 0;
	color: #333;
	cursor: pointer;
}
.historyList .close:hover{
	text-decoration: none;
}
.background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 9;
}
/*PC*/
@media screen and (min-width:960px) { 
	*, *::before, *::after {
		line-height: initial;
	}

	.spNone {
		display: block;
	}
	.sns_guideline{
		font-family: 'メイリオ', sans-serif;
		font-size: 18px;
		text-align: left;
		margin-top: -23px;
	}
	.sns_guideline *{
	    box-sizing: border-box;
	}
	.sns_guideline img{
		display: inline-block;
	}
	.headerWrap{
		background-color: #fff;
	}
	.headerWrap .header .introduction h3, 
	h2{
		font-size: 155.5556%;
	}
	.headerWrap .header h1{
		padding-top: 60px;
	}
	.headerWrap .header h1:before{
		border-radius: 6px;
		height: 220px;
		top: 226px;
	}
	.headerWrap .header h1 img{
		width: 798px;
		max-width: none;
	}
	.headerWrap .header .introduction{
		max-width: 798px;
		margin:-8px auto 0;
		padding: 50px 81px 50px;
	}
	.headerWrap .header .introduction p{
		font-size: 77.7778%;
		line-height: 2;
	}
	.new_info{
		padding: 20px 0 0;
		text-align: right;
	}
	.sec_index ul{
		width: 960px;
		padding:0 65px 100px;
		margin: 55px auto 150px;
	}
	.sec_index ul li {
		width: 243px;
	}
	.sec_index ul li a{
		width: 233px;
		height: 256px;
	}
	.sec_index ul li a img{
		width: 243px;
		left: -10px;
		top: -22px;
	}
	#sec_01{
		padding-top: 0;
	}
	h2.sec_head{
		margin: 0 0 60px;
	}

	h2.sec_head img{
		width: 636px;
	}
	.text01{
		font-size: 100%;
		line-height: 1.9444;
	}
	.text01 .textWrap{
		position: relative;
	}
	.text01 h3{
		font-size: 111.1111%;
		font-weight: normal;
		padding: 70px 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;
	}
	.text02{
		padding: 55px 81px 80px;
		margin-bottom: 150px;
	}
	.text02 h3{
		font-size: 122.22%;
		font-weight: normal;
	}
	.text02.model h3 {
		font-size: 122.22%;
	}
	.text02 .annotation{
		margin: 20px 0 57px;
		font-size: 72.2222%;
	}
	#sec_01 .text02 .annotation{
		text-align: center;

	}
	.text02 .textWrap p{
		font-size: 88.8889%;
	}
	.text02 .textWrap p.annotation{
		font-size: 72.2222% !important;

	}
	.text02 .textWrap p.subtitle{
		font-size: 88.8889%;
		margin-bottom: 30px;		
	}
	.text02 .textWrap p + p.subtitle{
		margin-top: 40px;
	}
	#sec_02{
		padding-bottom: 90px;
	}
	#sec_02 .text02{
		margin-bottom: 60px;
	}
	.text02.model{
		margin-bottom: 60px;
		padding-bottom: 36px;
	}
	.imgBox01{
		margin-bottom: 106px;
	}
	.imgBox01 img{
		width: 336px;
	}
	.imgBox02{
		position: absolute;
		width: 231px;
		top: 670px;
		right: 14px;
	}
	.history{
		font-size: 88.8889%;
	}
	.history a{
		color: #333333;
		font-weight: 700;
		text-decoration: underline !important;
		text-underline-offset:0.3em;
	}

}