/*========================================================*/
/*  FUJIOKA Family Study Group WALL
/*========================================================*/
body{
	background: #e0e0e0;
}

/*  .content
---------------------------------------------------*/
.content{
	font-size: 18px;
	line-height: 2;
}
.second_ttl{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}
.line_color{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.line_color li{
	height: 12px;
	width: 16.666%;
}
.line_color li:nth-of-type(1){
	background: #ffff00;
}
.line_color li:nth-of-type(2){
	background: #ff0000;
}
.line_color li:nth-of-type(3){
	background: #00c6ff;
}
.line_color li:nth-of-type(4){
	background: #ff7200;
}
.line_color li:nth-of-type(5){
	background: #12ff00;
}
.line_color li:nth-of-type(6){
	background: #ff7bd2;
}
.content_box{
	padding: 94px 0 150px;
	width: 700px;
	margin: 0 auto;
}
.content_box h3{
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 90px;
}
.content_box h4{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 8px;
}
.content_box p{
	font-size: 16px;
	line-height: 2.1;
	margin-bottom: 40px;
	letter-spacing: -0.3px;
}
.content_box p:last-of-type{
	margin-bottom: 0;
}

.content_url{
	margin-top: 60px;
}

.content_url a{
	color: #fe0000;
}

.content_url .content_url-ttl{
	font-size: 17px;
	letter-spacing: 0;
	margin-bottom: 0;
}

.content_url p{
	margin-bottom: 0;
}

.content_url a {
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}

.content_qr{
	width: 100px;
	height: 100px;
	margin-top: 46px;
	margin-left: 8px;
}

.content_qr img{
	display: block;
	width: 100%;
	height: auto;
}

.content_note{
	margin-top: 50px;
}

p.content_note{
	font-size: 18px;
}

.content_bottom{
	margin-top: 50px;
}

p.content_ttl{
	margin-bottom: 0;
	font-size: 17px;
}

/*========================================================*/
/*  767px
/*========================================================*/
@media screen and (max-width:767px) {
	.content{
		font-size: 15px;
	}
	.second_ttl{
		margin-top: clamp(40px, calc(40px + (145 - 40) * ((100vw - 600px) / (768 - 600))), 145px);
	}
	.content_box dl{
		display: block;
	}
	.content_box{
		padding: 64px 6% 100px;
		width: 100%;
	}
	.content_box h3{
		font-size: 24px;
		margin-bottom: 42px;
	}
	.content_box h4{
		font-size: 12px;
	}

	.content_box p{
		font-size: 15px;
	}

	.content_url .content_url-ttl{
		font-size: 16px;
	}

	p.content_note{
		font-size: 16px;
	}
	
	p.content_ttl{
		font-size: 16px;
	}

}
