body{
	margin: 0;
	background-color: #EEF8FF;
}

a:link,
a:hover,
a:visited,
a:active{
	text-decoration: none;
	color: inherit;
}

.clearfix::after{
	display: block;
	content: "";
	clear: both;
}

.smaller{
	font-size: smaller;
}

.rotateTriangle{
	transform: rotate(90deg);
	display: inline-block;
}


.header{
	width: 80%;
	padding: 0 10%;
	background-color: #002F73;
	position: fixed;
}

.header p{
	margin: 0;
	padding: .5em 0;
	color: white;
	font-size: x-large;
}

.mainVisual{
	width: 830px;
	padding: 60px calc(50% - 415px) 0;
	height: auto;
	background: rgba(255,255,255,0.8);
	background-image: url(image/mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mainVisual img{
	max-width: 100%;
}

.introduction,
.report2020,
.form{
	width: 830px;
	margin: 0 auto;
}

.introduction{
	background-color: #002F73;
	color: white;
	padding: 40px calc(50% - 415px);
}

.report2020 h2{
	margin-bottom: 0;
}

.report2020 .purpose .inner,
.report2020 .composition .inner{
	width: 96%;
	margin: 0 2%;
}

.report2020 .composition dd{
	margin-bottom: 1em;
}

.report2020 .composition .index1 .index2{
	margin: 0;
}

.report2020 .composition .index1 .index2 .index3{
	padding: 0;
	margin: 0;
}
.report2020 .composition .index1 .index2 .index3 > li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

.report2020 .composition .index1 .index2 .index3 > li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.report2020 .price > h3{
	margin-top: 50px;
}

.report2020 .price .planContainer{
	display: flex;
}

.report2020 .price .planContainer .plan{
	box-sizing: border-box;
	width: 46%;
	margin: 0 2%;
	padding: 0 2%;
	border: 3px solid #eee;
	background-color: white;
}

.report2020 .price .planContainer .plan .name{
	color: white;
	background-color: #0055CC;
	text-align: center;
	margin: 1em 0 .5em;
}

.report2020 .price .planContainer .plan .valuewrap{
	text-align: center;
	margin: .5em 0;
}

.report2020 .price .planContainer .plan .value{
	font-size: 2em;
}

.report2020 .price .planContainer .plan .details{
	font-size: .8em;
}

.report2020 .price .planContainer .plan .details ol{
	padding-left: 1.5em;
}

.report2020 .price .information{
	margin: 1em 2%;
	background-color: white;
	padding: 1.5em;
	border: solid 3px #eee;
}

.report2020 .price .information .notice{
	margin-bottom: 0;
	color: red;
}

.report2020 .button{
	width: 600px;
	height: 54px;
	margin: 30px  auto 60px;
	line-height: 54px;
	text-align: center;
	background-color: gold;
	border-radius: 8px;
	color: black;
	font-size: 1.2em;
	font-weight: bolder;
}

.reportPast{
	width: 830px;
	margin: 1.5em auto;
}

.reportPast dl{
	width: 96%;
	margin: 0 2%;
}

.reportPast dt{
	display: inline-block;
	width: 5em;
	margin: 0;
	float: left;
}

.reportPast dd{
	display: inline-block;
	width: calc(100% - 5em);
	margin: 0;
	float: left;
}

.aboutJNNdata{
	box-sizing: border-box;
	width: 830px;
	margin: 1.5em calc(50% - 415px);
	padding: 1.5em 2%;
	border: 1px solid lightgray;
	background-color: white;
}

.aboutJNNdata .imgContainer{
	width: 50%;
	margin: 0 auto;
}

.aboutJNNdata .button{
	width: 224px;
	height: 54px;
	margin: 0 0 0 auto;
	line-height: 50px;
	text-align: center;
	background-color: gold;
	border-radius: 8px;
	color: black;
	font-size: 1.2em;
	font-weight: bolder;
}

.form h2{
	text-align: center;
}


.form .radioArea{
	list-style-type: none;
	margin-top: .5em;
	padding-left: 0;
}

.form{
	background-color: #002F73;
	color: white;
	padding: 1.5em calc(50% - 415px);
}

.form form{
	width: 50%;
	margin: 3em auto 0;
}

.form span.required{
	font-size: small;
	color: red;
}

.form span.required::before{
	content: " ";
	display: inline;
}

.form input[type="text"]{
	width: 100%;
	height: 1.5em;
	margin-bottom: 1.5em;
}

.form textarea{
	display: block;
	width: 100%;
	height: 15em;
}

.form .btn1{
	text-align: right;
}

.form .btn1 .btn-square-little-rich{
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #03A9F4;/*色*/
	border: solid 1px #0f9ada;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 1em;
}

.form .btn1 .btn-square-little-rich:active{
	/*押したとき*/
	border: solid 1px #03A9F4;
	box-shadow: none;
	text-shadow: none;
}

.form .entry{
	margin-top: 0;
	margin-bottom: 1em;
	background-color: white;
	border: 1px solid gray;
	color: black;
	padding: 2px 1px;
	font-family: monospace;
}

.footer{
	width: 80%;
	padding: 1.5em 10% 30px;
	font-size: smaller;
	background-color: #002F73;
	color: white;
}

.footer .aboutCompany{
	width: 44%;
	margin: 0 3%;
	float: left;
}

.footer .aboutCompany .logo{
	max-height: 40px;
}

.footer dl dt{
	width: 6em;
	margin: 0;
	display: block;
	float: left;
}

.footer dl dd{
	width: calc(100% - 6em);
	margin: 0;
	display: block;
	float: left;
}

.footer a:link,
.footer a:hover,
.footer a:visited,
.footer a:active{
	text-decoration: underline;
	color: white;
}


/* 以下メディアクエリ */ 
@media only screen and (max-width: 1024px)  {
/*タブレット向け*/
	.header{
		width: 90%;
		padding: 0 5%;
	}

	.mainVisual{
		width: 90%;
		padding: 60px 5% 0;
	}

	.introduction{
		width: 90%;
		padding: 1em 5%;
	}

	.report2020,
	.reportPast{
		width: 90%;
		padding: 0 5%;
	}

	.information{
		padding: 0 5%;

	}

	.form{
		width: 90%;
		padding: 1.5em 5%;
	}

	.aboutJNNdata{
		width: 90%;
		padding: 1.5em 5%;
		margin: 0 auto 1.5em;
	}

	.footer .aboutCompany{
		width: 100%;
		margin: 1.5em 3%;
		float: none;
	}
}
@media only screen and (max-width: 599px) {
/*スマホ向け*/
	.header{
		position: static;
	}

	.mainVisual{
		width: 90%;
		padding: 0 5%;
	}

	.introduction{
		width: 90%;
		padding: 1em 5%;
	}

	.report2020{
		width: 90%;
		padding: 0 5%;
	}

	.report2020 .composition .index1 > dd{
		margin-left: 1em;
	}

	.report2020 .composition .index1 .index2{
		padding-left: 2em;
	}

	.report2020 .price .planContainer{
		display: block;
	}

	.report2020 .price .planContainer .plan{
		width: 100%;
		margin-bottom: 1em;
		margin-left: 0;
	}

	.report2020 .price .information{
		box-sizing: border-box;
		width: 100%;
		margin: 1em 0;
		padding: 0;
	}

	.report2020 .price .information p{
		width: 94%;
		margin: 1em 3%;
	}

	.report2020 .button{
		width: 100%;
	}

	.reportPast{
		width: 90%;
		padding: 0 5%;
	}

	.reportPast dt{
		display: inline-block;
		width: 20%;
		margin: 0;
		float: left;
	}

	.reportPast dd{
		display: inline-block;
		width: 75%;
		margin: 0;
		float: left;
	}
	
	.information{
		width: 90%;
		padding: 0 5%;
	}

	.aboutJNNdata{
		width: 90%;
		padding: 1.5em 5%;
	}

	.aboutJNNdata .imgContainer{
		width: 100%;
	}

	.form form{
		width: 100%;
	}
}