/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2024 | 16:51:03 */
/* clamp関数は動作しているが、変化が分かりにくい */
/* https://min-max-calculator.9elements.com/ */
/* iphone8の解像度と、HDサイズの解像度を範囲として指定する */
/* 可変フォントサイズ、やらない 1.3～1.5remの範囲で、一番合う物を設定 */

/* h2見出しはデザイン直す */
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 3.0rem;
	border-bottom: 1px solid rgba(5,62,98,1);
}

.heading10 span {
	position: relative;
	z-index: 2;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	// top: 0px;
	top:5px;
	left: 0;
	color: rgba(252, 175, 23, 0.5);
	font-size: 4.0rem;
	text-transform: uppercase;
	z-index: 1;
}

.space50px{
	margin-top:50px;
}



/* 文字を左揃え */
.text_left p{
	text-align:left;
	font-size:1.5rem;
	text-indent:1.5rem;
	color:#000000;
}

/* 文字を右揃え */
.text_center p{
	text-align:center;
	font-size:1.5rem;
	color:#000000;
}




/* h3 主に、研修参加者が学んだことを記載する箇所の見出し */
.text_left h3{
	text-align:center;
	font-size:2.0rem;
	color:#000000;	
    padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 6px double #fbc525;
    color: #353535;
    font-weight: bold;
}
/* h4 関連記事の見出し */
.text_left h4{
	text-align:center;
    font-size: 1.5rem;
    color: #353535;
	padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 6px double #00ff00;
    font-weight: bold;
}

/* リンクも同じスタイルを適用する（2024 07 24, aタグへのスタイル指定を追加） */
.text_left a{
	text-align:left;
	font-size:1.5rem;
}

/* 番号付きリストのフォントサイズ設定 */
.text_left ol li{
	text-align:left;
	font-size:1.5rem;
	margin-left:30px;
}





