@charset "UTF-8";
/*
/////////////////////////////////////
 CSS FOR First 
	by Ngoc Thuy (ゴックトゥイ)
/////////////////////////////////////
*/

/*
/////////////////////////////////////
CSS FOR Content
/////////////////////////////////////
*/

.section {
	padding-bottom: 40px;
}
.item-tab li {
	width: 460px;
	padding-right: 40px;
}
.group {
	display:table;
}
.text01 {
	font-size: 150%;
	width: 400px;
	line-height: 27px;
}
.text01 span {
	color: #0398d9;
}
.group p {
	display:table-cell;
	vertical-align: middle;
}

.flow li {
	background: url(../images/first/arrow.png) no-repeat right center;
	float: left;
	padding: 0 30px 0 0;
	width: 217px;
}
.flow li:last-child {
	background: none;
	padding: 0;
}
.flow2 li {
	background: url(../images/first/arrow.png) no-repeat right center;
	float: left;
	padding: 0 30px 0 0;
	width: 217px;
}
.flow2 li:last-child {
	background: none;
	padding: 0;
}

.flow li div {
	background: #E2F1FF;
	height: 100px;
	margin: 10px;
	padding: 10px;
}

.flow2 li div {
	background: #E2F1FF;
	height: 100px;
	margin: 10px;
	padding: 10px;
}

.flow li:nth-child(1) div {
	background: #E2F1FF url(../images/first/flow_1-1.png) no-repeat center bottom;
}
.flow li:nth-child(2) div {
	background: #E2F1FF url(../images/first/flow_2.png) no-repeat center bottom;
}
.flow li:nth-child(3) div {
	background: #E2F1FF url(../images/first/flow_3.png) no-repeat center bottom;
}
.flow li:nth-child(4) div {
	background: #E2F1FF url(../images/first/flow_4-1.png) no-repeat center bottom;
}
.flow2 li:nth-child(1) div {
	background: #E2F1FF url(../images/first/flow_1-2.png) no-repeat center bottom;
}
.flow2 li:nth-child(2) div {
	background: #E2F1FF url(../images/first/flow_2.png) no-repeat center bottom;
}
.flow2 li:nth-child(3) div {
	background: #E2F1FF url(../images/first/flow_3.png) no-repeat center bottom;
}
.flow2 li:nth-child(4) div {
	background: #E2F1FF url(../images/first/flow_4-2.png) no-repeat center bottom;
}

.flow li p {
	background: rgba(255,255,255,0.6);
}
.flow2 li p {
	background: rgba(255,255,255,0.6);
}

.flow li .midashi {
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
}
.flow2 li .midashi {
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
}

.block-item p {
	line-height: 24px;
}
.list-item {
	padding: 20px 0 0;
}
.list-item li {
	float: left;
	padding-right: 26px;
}
.list-link li {
	width: 50%;
	float: left;
}
.list-link li a {
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
}
.list-link li a:hover {
	text-decoration: none;
}
.list-link li a {
	position: relative;
	padding: 0 0 .25em 1.75em;
	display: block;
}
.list-link li a::after {
	position: absolute;
	top: .45em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	background: #0398d9;
	border-radius: 100%
}

#Trial h3 {
	border: 3px solid #0398D9;
	border-radius: 40px;
	color: #333333;
	font-size: 180%;
	font-weight: bold;
	margin: 0 15px 15px;
	padding: 10px 20px;
}
#Trial h3 span {
	background: #E2F1FF;
	border: 2px solid #0398D9;
	color: #0398D9;
	border-radius: 50%;
	display: inline-block;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 3px 10px 0;
}