
/* CSS Document */

/*==================================================

contents
=================================================*/

.page-section-title {
	width: 90%;
	max-width: 360px;
	text-align: center;
	letter-spacing: .1em;
	margin: 0 auto;
}
.page-section-title span {
	display: block;
}
.page-section-title span.pict {
	width: 13vw;
	max-width: 111px;
	margin: 0 auto 2%;
}
.page-section-title span.sub {
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 100%;
	letter-spacing: 0;
	margin: 0 auto 0;
}
.page-section-title img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.small-title {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center; 
	font-size: clamp(1.8rem, 2vw, 2rem);
	line-height: 160%;
}
.small-title span {
	display: inline-block;
	letter-spacing: .1em;
	padding: 0 2em;
}
.small-title::before {
	content: " ";
	display: block;
	flex: 1;
	height: 3px;
	background-color: #005082;
}
.small-title::after {
	content: " ";
	display: block;
	flex: 1;
	height: 3px;
	background-color: #005082;
}

.small-title.dot {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center; 
	font-size: clamp(2rem, 3.6vw, 3.6rem);
	line-height: 160%;
	font-weight: 500;
}
.small-title.dot span {
	padding: 0 1em;
}
.small-title.dot::before {
	content: " ";
	display: block;
	flex: 1;
	height: 4px;
	background-image: radial-gradient(circle, #005082 2px, transparent 2px);
	background-size: 12px 4px;
	background-repeat: repeat-x;
	background-color: transparent;
}
.small-title.dot::after {
	content: " ";
	display: block;
	flex: 1;
	height: 4px;
	background-image: radial-gradient(circle, #005082 2px, transparent 2px);
	background-size: 16px 4px;
	background-repeat: repeat-x;
	background-color: transparent;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.small-title span {
		display: inline-block;
		letter-spacing: .1em;
		padding: 0 1em;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

