@charset "UTF-8";

/*-----------------------------------------------------
PC 全体設定
-------------------------------------------------------*/


/* 共通設定
--------------------------------------------*/


/*---見出し---*/

.aboutBlock .title {
	font-size: 24px !important;
	font-weight: bold !important;
	line-height: 1.1em !important;
	padding: 7px 0 7px 18px;
	border-left: 5px solid #ff78a1;
	margin-bottom: 25px;
}


/*---小見出し---*/

.aboutBlock .subtitle {
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.1em !important;
	margin: 0;/*0 0 18px*/
	text-indent: -1em;
	padding-left: 1em;
}

.aboutBlock .subtitle:before {
	content: '●';
	color: #ff78a1;
}


/*---テキスト---*/

.aboutBlock p {
	font-size: 14px !important;
	line-height: 30px !important;
	margin: 0 5px 30px;
}


/*---リンク無効---*/

.no-links {
	pointer-events: none;
	color: #595757;
	cursor: default;
	text-decoration: none;
}