@charset "utf-8";

/*
 *
 *	about style
 *
 */

/*======================================
	pageH
======================================*/
.pageH {
	background: url(../images/tit-bg.jpg) center;
	background-size: cover;
}
.pageH h1 span {
	background: url(../images/tit-bg.jpg) center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}



/*======================================
	historyBox
======================================*/
/****** historyList ******/
.historyBox .historyList dt {
	margin-bottom: .25em;
	font-size: .8em;
	font-weight: bold;
	color: #f60d7a;
}
.historyBox .historyList dd, 
.historyBox .historyList li {
	margin-bottom: 1.25em;
}
.historyBox .historyList dd .photo,
.historyBox .historyList li .photo {
	position: relative;
	padding-right: 20px;
	text-decoration: underline;
}
.historyBox .historyList dd .photo:before,
.historyBox .historyList dd .photo:after,
.historyBox .historyList li .photo:before,
.historyBox .historyList li .photo:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.historyBox .historyList dd .photo:before,
.historyBox .historyList li .photo:before {
	width: 12px;
	height: 12px;
	margin: 0 1px 7px 0;
	border: #f60d7a solid 2px;
	border-radius: 50%;
}
.historyBox .historyList dd .photo:after,
.historyBox .historyList li .photo:after {
	width: 2px;
	height: 8px;
	background: #f60d7a;
	margin-bottom: 2px;
	transform: rotate(-45deg);
}
.historyBox .historyList dd .link,
.historyBox .historyList li .link {
	text-decoration: underline;
}



/*======================================
	messageBox
======================================*/
.messageBox .prof {
	width: 50%;
	max-width: 320px;
	margin-left: auto;
	margin-right: 0;
}
.messageBox .prof figcaption {
	line-height: 1.4;
	margin-top: .75em;
	text-align: center;
	font-size: .9em;
}



/*======================================
	companyBox
======================================*/
.companyBox .company {
	margin-bottom: 3em;
	text-align: center;
}
.companyBox .company dl {
	display: inline-block;
}
.companyBox .company dt {
	margin-bottom: .25em;
	font-size: .8em;
	font-weight: bold;
	color: #f60d7a;
}
.companyBox .company dd {
	margin-bottom: 1.25em;
}



/*============================================================================

	responsive

============================================================================*/
@media screen and (min-width:850px) {
	/*======================================
		historyBox
	======================================*/
	/****** historyList ******/
	.historyBox .historyList dt {
		clear: both;
		float: left;
		width: 190px;
		padding-top: .3em;
	}
	.historyBox .historyList dd {
		padding-left: 150px;
	}

}
