@charset "utf-8";
/* CSS Document */
#deve h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 160%;
	line-height: 1.5em;
	background-color: #0066BB;
	padding: 10px;
}
#deve h4 {
	font-weight: bold;
	font-size: 160%;
	line-height: 1.5em;
	padding-left: 10px;
	border-left: 5px solid #000000;
}
#deve .F_right {
	float: right;
	width: 40%;
}
.clear {
	clear: both;
}
/*#trial_LP p, #trial_LP dd, #toreru_other p {
	font-size: 14px;
	line-height: 1.7em;
}*/
.waku {
	border: 1px solid #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.icon_b img {
vertical-align :bottom;
}
nav#toreru_navi ul {
  display: flex;
    background-color: #f7f7f7;
}
nav#toreru_navi ul li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D9D9D9;
}
nav#toreru_navi ul li:last-child {
    border-right: none;
}
nav#toreru_navi ul li a {
    display: block;
    color: #000;
    background-color: #f7f7f7;
    text-decoration: none;
    font-weight: bold;
    font-size: 75%;
    text-align: center;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}
#trial_LP dl dd {
    font-size: 16px;
    line-height: 1.5em;
}

