@charset "utf-8";
/* CSS Document */

.txt_center_only{
	text-align:center;
}

.txt_center_pc{
	text-align:center;
}

.fontbold{ font-weight:bold;}


h1{ font-size: 28px;
font-size: clamp(20px, 3vw, 28px);
	line-height: 2;}
	
h2{ font-size: 26px;
font-size: clamp(18px, 3vw, 26px);
letter-spacing: .32em;
	line-height: 0;}

h3{ font-size: 24px;
font-size: clamp(20px, 3vw, 24px);
letter-spacing: .32em;
	line-height: 2;}

h4{ font-size: 16px;
font-size: clamp(12px, 3vw, 16px);
	line-height: 2;}


.txt_L{ font-size: 16px;
font-size: clamp(12px, 3vw, 16px);
	line-height: 2;}

.txt_M{ font-size: 14px; line-height: 2;}

.txt_S{ font-size: 14px; line-height: 2;}

.cap{ font-size:10px;}

.mt20{margin-top:20px;}

.mt15{margin-top:15px;}

.mt10{margin-top:10px;}

.mt5{margin-top:5px;}

.mb20{margin-bottom:20px}

.mb15{margin-bottom:15px;}

.mb10{margin-bottom:10px;}

.mb5{margin-bottom:5px;}

@media screen and (max-width:559px) { 
.txt_center_pc{
	text-align:justify;
}
}