@charset "UTF-8";
/*-----------------------------------------------------
SP 全体設定
-------------------------------------------------------*/

/* 共通設定
--------------------------------------------*/
.aboutBlock {
	width: 98%;/*padding: 0 20px 7px*/
	margin: 0 auto;
}
/*---見出し---*/
.aboutBlock .title {
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1.5 !important;
	padding: 2px 0 2px 9px;
	border-left: 3px solid #ff78a1;
	margin-bottom: 14px;
}

/*---小見出し---*/
.aboutBlock .subtitle {
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.5 !important;
	margin: 0 5px 9px;
	text-indent: -1em;
	padding-left: 1em;
}

.aboutBlock .subtitle:before {
	content:'●';
	color: #ff78a1;
}

/*---テキスト---*/
.aboutBlock p {
	font-size: 14px !important;
	line-height: 1.8 !important;
	margin: 0 5px 20px;
}

.aboutBlock p .linkBox {
	display: block;
	width: 100%;
	text-align: right;
	padding: 3% 0 0 0;
}

.aboutBlock p .linkBox a {
	display: inline-block;
	color: #eb6da5;
	width: auto !important;
	padding: 0 0 0 3%;
	background-position: 0 50%;
}

a{
	color: #eb6da5;
	text-decoration: underline;
}