@charset "utf-8";

#profire {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto 0;
	padding: 0 10px 0 10px;
}
#profire.jp {
	font-size: 14px;
}
#profire h2 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#profire.jp h2 {
	font-size: 15px;
}
#profire .intro p {
	margin-bottom: 30px;
}
#profire .intro img {
	width: 100%;
	max-width: 320px; 
	height: auto;
	display: block;
	float: left;
	padding: 0 15px 5px 0;
}
#profire table {
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 10px auto 0;
}
#profire.jp table {
	font-size: 13px;
}
#profire th {
	width: 20%;
	font-weight: normal;
	text-align: right;
	background: #f5f5f5;
	padding: 10px;
}
#profire td {
	padding: 10px;
}
#profire tr:first-child th,
#profire tr:first-child td {
	padding-top: 20px;
}
#profire tr:last-child th,
#profire tr:first-child td {
	padding-bottom: 20px;
}
#profire th span {
	display: inline-block;
}
#profire td.indent {
	text-indent: -7px;
}
#profire .button {
	font-size: 12px;
	text-align: right;
	margin: 30px 0 30px 0;
}
#profire .button a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #444;
	border-radius: 4px;
	-moz--border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	padding: 7px 10px 7px 10px;
}
#profire .button a:hover {
	color: #ccc;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) {
	#profire .intro img {
		max-width: 767px; 
		float: none;
		margin: 0 auto 0;
		padding: 0 0 15px 0;
	}
	#profire .button {
		text-align: center;
		margin: 30px 0;
	}
	#profire .button a {
		width: 100%;
		height: 34px;
		line-height: 34px;
		margin: 0;
		padding: 0;
	}
	#profire .button a:hover {
		color: #fff;
	}
}
@media screen and (max-width: 614px) {
	#profire th {
		width: 25.5%;
	}
	#profire th,
	#profire td {
		padding: 7px;
	}
	#profire tr:first-child th,
	#profire tr:first-child td {
		padding-top: 14px;
	}
	#profire tr:last-child th,
	#profire tr:first-child td {
		padding-bottom: 14px;
	}
	/*
	#profire th {
		width: 100%;
		text-align: left;
	}
	#profire th,
	#profire td {
		display: block;
	}
	#profire tr:last-child td {
		padding-bottom: 0;
	}
	*/
}

/* テーブル横スクロール用設定
---------------------------------------------- */
/*
.arrow {
	display: none;
}
@media screen and (max-width: 614px) {
	.table {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap;
		display: block;
	}
	.table_wrap {
		position: relative;
	}
	.arrow {
		width: 100px;
		height: 100px;
		border: 1px solid #ddd;
		border-radius: 10px;
		background: rgba(255, 255, 255, .8);
		box-shadow: 0 0 16px -6px rgba(0, 0, 0, .6);
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.arrow img {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: .8;
	}
}
*/

/* Font Awesome
---------------------------------------------- */
#profire .button a i {
	padding-right: 5px;
}

/* Timeline
---------------------------------------------- */
/*
.cntl {
	width: 100%;
	line-height: 1.4;
	position: relative;
	margin-top: -45px;
	overflow: hidden;
}
.cntl-center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.cntl-bar {
	width: 10px;
	background-color: #eee;
	position: absolute;
	top: 0;
	bottom: 0;
}
.cntl-bar-fill {
	background-color: #444;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
}
.cntl-state {
	width: 100%;
	min-height: 200px;
	position: relative;
	margin-bottom: 50px;
}
.cntl-state.last {
	margin-bottom: 0;
}
.cntl-state::after {
	content: ' ';
	display: block;
	clear: both;
}
.cntl-icon {
	width: 80px;
	height: 80px;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 80px;
	background-color: #444;
	border-radius: 50%;	
	position: absolute;
	top: 0;
}
.cntl-content {
	width: 100%;
	background-color: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	float: right;
	position: relative;
	margin-top: 130px;
	margin-right: -40%;
	padding: 20px;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cntl-state:nth-child(2n+2) .cntl-content {
	float: left;
	margin-left: -40%;
}
.cntl-content.left:after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 25px solid #eee;
	border-right: 25px solid transparent;
	position: absolute;
	top: -25px;
	right: 50%;
	margin-right: -50px;
}
.cntl-content.right:after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 25px solid #eee;
	border-left: 25px solid transparent;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -50px;
}
.cntl-content li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.cntl-content li.none {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cntl-content li h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.cntl-content li ol li {
	font-size: 14px;
	border-bottom: none;
	margin-left: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
}
.cntl-content li ol li.none {
	margin-bottom: 0;
}
// animations
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}
.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
	margin-left: 0;
}
.cntl-animate .cntl-content {
	margin-right: 0;
	visibility: visible;
}
*/