@charset "UTF-8";




/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. back to home
		03. fukidashi
	---------------------------

** ************************************* **/






/** 01. Globals
**************************************************************** **/

@media (max-width: 320px) {
h3, .h3 {
	font-size: 18px;
}
}

#content a {
		text-decoration: none;
}

#content .mb1rem {
		margin-bottom: 1rem;
}



/** 02. back to home
 **************************************************************** **/
#content a.btn_home {
	display: inline-block; 
	min-width: 120px;
	padding: 8px 24px;
	margin: 10px 0;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-color: rgba(66,172,194,0.90);
	border-style: solid;
	border-width: 1px;
	color: rgba(66,172,194,0.90);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}
#content a.btn_home:hover {
	background-color: rgba(66,172,194,0.90); 
	color: #fff; 
	cursor: pointer;
}




/** 03. fukidashi
 **************************************************************** **/
/******************point_fukidashi*******************/
.point_fukidashi {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: 6px 0;
	width: 85px;
	height: 80px;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	background: #3498db;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.point_fukidashi:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 27px solid #3498db;
	z-index: 0;
}
#container h4.point_univ {
	font-size:140%;
	font-weight: 600;
	line-height: 1.8;
	color:#3498db;
	border-bottom: solid 0px #005b9f;
	margin-top: 5px;
	text-align: left;
}
.step_hr {
	width:95%;
	border-bottom:dotted 1px #ccc;
}
@media only screen and (max-width: 768px) {
	.point_fukidashi {
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		padding: 6px 0;
		width: 80px;
		height: 75px;
		line-height: 1.8em;
		vertical-align: middle;
		text-align: center;
		color: #FFF;
		background: #3498db;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.point_fukidashi:before{
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 27px solid #3498db;
		z-index: 0;
	}
	#container h4.point_univ {
		font-size:125%;
		font-weight: 600;
		text-align: center;
		line-height: 1.8;
		color:#3498db;
		border-bottom: solid 0px #005b9f;
	}
}

/******************fukidashi*******************/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 0.5em 0 1.5em;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e1f0fa;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffff;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border: 15px solid transparent;
	border-left: 15px solid #e1f0fa;
}
@media only screen and (max-width: 768px) {
	.fukidashi_right {
		position: relative;
		display: inline-block;
		margin: 1.5em 0;
		padding: 15px 15px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 15px;
		background: #e1f0fa;
		border-radius: 15px;
	}
	.fukidashi_right:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #e1f0fa;
	}
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	border-radius: 15px;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ffff;
}

