/* style
========================================================================== */
/* common
========================================================================== */
/*===============================================================================
コンテンツレイアウト
===============================================================================*/
#intro sup{
	font-size: 70%;
}
.contents .section .boxW705 {
	width: 100%;
	max-width: 705px;
	margin: 0 auto 0;
}
.contents .section .figTtl{
	padding-top: 10px !important;
	color: #ff6600;
	line-height: 1.55;
}
.contents .section .figTtl .ttl{
	padding: 0 !important;
	display: flex;
	font-size: 18px;
	font-weight: bold;
}
.contents .section .figTtl .ttl span:first-child{
	white-space: nowrap;
}

.contents .note{
	font-size: 14px;
	line-height: 1.55;
}
.contents #intro .note{
	padding-bottom: 20px;
}
.contents .noteList li{
	width: 100%;
	display: flex;
	font-size: 14px;
	line-height: 1.55;
}
.contents .noteList li span:first-child{
	white-space: nowrap;
}
.contents p.txtLink{
	margin: 20px 0 0 !important;
}
.contents p.txtLink+p.txtLink{
	margin: 0 0 0 !important;
}
.contents .txtLink a{
	padding: 0 0 0 1em !important;
	text-indent: -1em;
	display: inline-block;
	color: #3399cc;
}


/*===============================================================================
/* sp
===============================================================================*/
@media only screen and (max-width:767px) {
/*===============================================================================
コンテンツレイアウト
===============================================================================*/
.contents .note{
	font-size: 12px;
}
.contents .noteList li{
	font-size: 12px;
}
.contents .section .figTtl .ttl{
	font-size: 14px;
}
}