@charset "utf-8";
.block .section.divbox .table{
	width: 100%;
	border-collapse: collapse;
}
.block .section.divbox .table.mini{
	width: 60%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.block .section.divbox .table th {
    background-color:#BADBBB!important;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #999999!important;
	border-collapse: collapse;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}
.block .section.divbox .table.mini th {
	text-align: left;
}
.block .section.divbox .table td {
    border: 1px solid #999999!important;
	border-collapse: collapse;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: middle;
	text-align: center;
}
.block .section.divbox .table.mini td {
	width: 40%;
}

.block .section.divbox .table td.course1 {
	border-left: 3px solid #5AA85C!important;
	border-right: 3px solid #5AA85C!important;
}
.block .section.divbox .table td.course1.last {
	border-bottom: 3px solid #5AA85C!important;
}
.block .section.divbox .table th.course1 {
	border-top: 3px solid #5AA85C!important;
	border-left: 3px solid #5AA85C!important;
	border-right: 3px solid #5AA85C!important;
}
.block .section.divbox .table td.course2 {
	background-color: #EDEDED!important;
}
.block .section.divbox .table td.course3 {
	background-color: #EDEDED!important;
}

/*180906*/
#wl_wrap .visible-pc {
    display: inline-flex!important;
}
.pc_series .sub_title {
    margin-bottom: 140px!important;
}
h3.ttl_be {
    padding: 6px 16px!important;
    font-size: 110%!important;
    background: #EFEFEF!important;
    margin: 50px auto 10px!important;
	border-left:none!important;
}
h3.ttl_be_01 {
    padding: 6px 16px!important;
    font-size: 110%!important;
    background: #EFEFEF!important;
    margin: 10px auto 10px!important;
	border-left:none!important;
}
h3.ttl_be.blue,h3.ttl_be_01.blue {
	font-size: 90%;
	color: #162177;
}
h3.ttl_or {
    padding: 6px 16px!important;
    font-size: 110%!important;
    background: #F1861D!important;
	color: #fff!important;
    margin-bottom: 10px;
	border-left:none!important;
	text-align: center;
}
h3.ttl_bl {
    padding: 6px 16px!important;
    font-size: 110%!important;
    background: #13A2BA!important;
	color: #fff!important;
    margin-bottom: 10px;
	border-left:none!important;
	text-align: center;
}
h3.ttl_bk {
    padding: 6px 16px!important;
    font-size: 110%!important;
    background: #464646!important;
	color: #fff!important;
    margin-bottom: 10px;
	border-left:none!important;
	text-align: center;
}
.main_text {
	margin: 20px auto!important;
	text-align: center;
}
.trial04 {
	margin: 50px auto;
}
.trial04 ul {
	display: flex;
	flex-wrap: wrap;
}
.trial04 ul li{
	float: left;
    width: 20%;
    border: 3px solid #BEDEF8;
    border-radius: 20px;
    margin-right: 25px!important;
    padding: 30px 10px!important;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.trial04 ul li.one{
	float: left;
    width: 20%;
    border: 3px solid #BEDEF8;
    border-radius: 20px;
    margin-right: 25px!important;
    padding: 50px 10px!important;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.trial04 ul li:nth-of-type(4n) {
	margin-right: 0!important;
}

.trial04 ul li p.trial_li {
	border: 1px solid #419EEB;
	background-color:#419EEB;
   border-radius: 50px;
    position: absolute;
    padding: 15px;
    top: -25px;
    left: -5px;
	color:#fff;
}
.trial04 ul li p.tri_four{
	font-size: 130%;
}
.trial04 ul:after {
    content: " ";
    display: table;
    clear: both;
}

.tokuten{
	width: 600px;
	margin: 20px 0;
	border-collapse: collapse;
}

.tokuten td,.tokuten th{
	border: 1px solid #333;
	padding: 10px;
	
}
.tokuten th{
	background-color:#BEF7F8;
	text-align: left;
	font-weight: inherit;
}
.tokuten tr.color {
	background-color: #BEDEF8;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
.feature-area img {
	width: 45%!important;
}
	.trial04 ul li {
    float: none;
    width: 100%;
    border: 3px solid #BEDEF8;
    border-radius: 20px;
    margin-right: 0px!important;
    margin-bottom: 30px!important;
    padding: 20px 20px!important;
    text-align: center;
    font-weight: bold;
    position: relative;
}
	.trial04 ul li.one{
	float: none;
    width: 100%;
    border: 3px solid #BEDEF8;
    border-radius: 20px;
    margin-right: 0px!important;
	 margin-bottom: 30px!important;
    padding: 20px 20px!important;
    text-align: center;
    font-weight: bold;
    position: relative;
}
	.tokuten {
		 width: 100%;
	}
	.pc_series .sub_title {
     margin-bottom: 20px!important; 
}
	h3.ttl_be {
		color: #3b3b3b!important;
	}
	
	.block .section.divbox .table.mini{
		width: 100%;
	}
	
}
