@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
	
	/* ------------------------------------------------------------

	YEGとは

	------------------------------------------------------------ */

	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global01 ul li.g02 a{color: #3898F8;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../about/img/pc/img_pagettl01.jpg");}
	
	/* コンテンツ
	---------------------------------------------- */
	.about .ttl_about01{
		font-weight: bold;
		font-size: 4.6rem;
		line-height: 1;
		text-align: center;
		margin-bottom: 35px;
	}
	
	.about .ttl_about01 span{
		font-size: 3.2rem;
		font-weight: normal;
	}
	
	.about .lead{
		line-height: 2.5;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 90px;
	}
	
	.about_inner{
		border-bottom: 1px solid #CCCCCC;
		padding: 40px 0 10px;
	}
    
    .about_inner .heading02{margin-bottom: 35px;}
    
	.txt_about p,	
	.txt_about ul{line-height: 2;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	YEGとは

	------------------------------------------------------------ */
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../about/img/sp/img_pagettl01.jpg");}

	/* コンテンツ
	---------------------------------------------- */
	.about .ttl_about01{
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.about .ttl_about01 span{
		font-size: 2.4rem;
		font-weight: normal;
	}
	
	.about .lead{margin-bottom: 20px;}
	
	.about_inner{
		border-bottom: 1px solid #CCCCCC;
		padding: 20px 0;
	}
	

}/*--@media--*/

