@charset "utf-8";

#fanfunWrapper {
	background-image: linear-gradient( -45deg, #fff 25%, #fff8ce 25%, #fff8ce 50%, #fff 50%, #fff 75%, #fff8ce 75%, #fff8ce );
	background-size: 15px 15px;
	text-align: justify;
	color: #111;
	width: 1000px;
	padding: 0 0 100px;
}

#fanfunHeader{
	position: relative;
	height: 500px;
	width: 1000px;
}

#fanfunTtl{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#introBox {
	position: absolute;
	top: 290px;
	left: 40px;
	background: #fff;
	padding: 30px 50px;
	width: 400px;
	z-index: 1;
}

#introBox p span{
	font-weight: bold;
	color: #ff1d68;
}

.tape::before {
	content: "";
	background: url(../img/tape-b.png) no-repeat top left/ contain;
	width: 110px;
	height: 90px;
	position: absolute;
	top: -30px;
	left: -40px;
	z-index: 10;
}

.tape::after {
	content: "";
	background: url(../img/tape-o.png) no-repeat top right/ contain;
	width: 110px;
	height: 90px;
	position: absolute;
	bottom: -30px;
	right: -40px;
	z-index: 10;
}

.toc {
	border: 2px solid #40E0D0;
	width: 370px;
	position: absolute;
	right: 40px;
	top: 310px;
	background: #EBFFF3;
	z-index: 2;
}

.toc dt {
	color: #fff;
	font-weight: bold;
	background: #40E0D0;
	padding: 3% 0;
	text-align: center;
	font-size: 18px;
}

.toc dd {
	padding-left: 10%;
	color: #40E0D0;
	margin: 5% 0;
}

.toc dd a{
	color: #111;
}

.toc dd a:hover{
	color: #40E0D0;
	text-decoration: underline;
}

/*contents*/
#fanFunContents{
	margin: 210px auto 0;
}

#fanFunContents h2 {
	width: 100%;
	text-align: center;
	margin: 6% 0 0;
	position: relative;
	padding: 5% 0 0;
}

#fanFunContents h2::after{
	width: 300px;
	height: 5px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}

#fanFunContents h2.odd::after{
	background: #40e0d0;
}

#fanFunContents h2.even::after{
	background: #ffa740;
}

.secCommon ul{
	width: 900px;
	margin: 60px auto 0;
}

.secCommon li{
	min-height: 60px;
	margin: 0 0 20px;
}

.secCommon li p{
	width: 60%;
	background: #fff;
	/*margin: 1% auto;*/
	padding: 20px;
	border-radius: 3px;
	position: relative;
	line-height: 1.75;
}

.secCommon li.nakamura p{
	border: 2px solid #9b87f0;
	margin: 1% 0 0 12%;
}

.secCommon li.nakamura p::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 25px;
	background: url(../img/balloon01.svg) no-repeat;
	top: 20px;
	left: -19px;
}

.nakamura{
	background: url(../img/icon01.png) no-repeat 2% 2px / 60px;
}

.secCommon li.nhf p{
	border: 2px solid #ff850a;
	margin: 1% 0 0 22%;
}

.secCommon li.nhf p::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 25px;
	background: url(../img/balloon02.svg) no-repeat;
	top: 20px;
	right: -19px;
}

.nhf{
	background: url(../img/icon02.png) no-repeat 98% 2px / 60px;
	/*text-align: right;*/
}

.note {
	background: #40E0D0;
	width: 880px;
	padding: 40px 80px;
	margin: 5% 0 0 -20px;
	position: relative;
	min-height: 210px;
	
}

.note::before,.note::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	bottom: -20px;
	box-sizing: border-box;
}

.note::before{
	border-top: 10px solid #2FB1A4;
	border-right: 10px solid #2FB1A4;
	left: 0;
}

.note::after{
	border-top: 10px solid #2FB1A4;
	border-left: 10px solid #2FB1A4;
	right: 0;
}

.note span{
	background: #fff;
	color: #40E0D0;
	font-weight: bold;
	padding: 1% 5%;
}

.note h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin: 10px 0 15px;
	padding: 0 0 10px;
}

.note .is-left{
	float:left;
	width: 45%;
}

.note .is-right{
	float:right;
	width: 48%;
}

.note p{
	line-height: 2;
}

ul.report{
	margin: 2% 0 0;
	
}
.report li{
	float: left;
	width: 23%;
}

.report li:not(:last-child){
	margin: 0 2% 0 0;
}

.report li img{
	max-width: 100%;
}

.report li p {
	background: none;
	width: 100%;
	padding: 0;
}

.prof {
	width: 720px;
	padding: 40px 160px;
	position: relative;
}

.prof span {
	padding: 1% 2% 1% 4%;
	position: absolute;
	left: 470px;
	top: 60px;
}

.prof p {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	right: 260px;
	bottom: 80px;
}

.attention {
	width: 800px;
	margin: 10% auto 0;
	background: #fff;
	padding: 30px;
	border: 2px solid #FF1D68;
}

.attention .icon{
	display: block;
	text-align: center;
}

.attention p{
	line-height: 2;
	margin: 2% 0;
	text-align: center;
}

