@charset "utf-8";
/*sec_price
------------------------------*/
.sec_price {
	padding: 40px 0 60px;
	/* border-bottom: 1px solid #dce4e4; */
}

.sec_price .price_para_table {
	margin-bottom: 40px;
}

.sec_price .price_para_table .tr {
	float: left;
	text-align: center;
}

.sec_price .price_para_table .tr.col_01 {
	width: 137px;
	/* margin-right: 3px; */
	font-size: 14px;
	letter-spacing: -1px;
}

.sec_price .price_para_table .tr.col_02 {
	width: 134px;
	border-left: 3px solid #fff;
}

.sec_price .price_para_table .tr.col_03 {
	width: 134px;
	border-right: 3px solid #fff;
}

.sec_price .price_para_table .tr.col_04 {
	width: 134px;
	margin-right: 3px;
}

.sec_price .price_para_table .tr.col_05 {
	width: 134px;
	margin-right: 3px;
}

.sec_price .price_para_table .tr.col_06 {
	width: 134px;
	margin-right: 3px;
}

.sec_price .price_para_table .tr.col_07 {
	width: 134px;
	margin-right: 3px;
}

.sec_price .price_para_table .tr .th,
.sec_price .price_para_table .tr .td {
	width: 100%;
	display: table;
}

.sec_price .price_para_table .tr .th .inset,
.sec_price .price_para_table .tr .td .inset {
	display: table-cell;
	vertical-align:middle;
}

.sec_price .price_para_table .tr .th {
	height: 84px;
	border-bottom: 1px solid #27848E;
	color: #fff;
	font-size: 30px;
}

.sec_price .price_para_table .tr .th.not {
	background: none;
	border-bottom: 1px solid #fff;
}

.sec_price .price_para_table .tr .th.normal {
	margin-top: 19px;
	height: 65px;
}

.sec_price .price_para_table .tr.col_02 .th ,
.sec_price .price_para_table .tr.col_03 .th ,
.sec_price .price_para_table .tr.col_04 .th {
	background: #007bbc;
}

.sec_price .price_para_table .tr.col_05 .th ,
.sec_price .price_para_table .tr.col_06 .th ,
.sec_price .price_para_table .tr.col_07 .th {
	background: #0055a6;
}

.sec_price .price_para_table .tr .u_month,
.sec_price .price_para_table .tr .u_memory,
.sec_price .price_para_table .tr .u_cpu {
	background: #f2f2f2;
}

.sec_price .price_para_table .tr .u_ini,
.sec_price .price_para_table .tr .u_disc {
	background: #eaebeb;
}

.sec_price .price_para_table .tr .u_month {
	height: 77px;
}

.sec_price .price_para_table .tr .u_ini {
	height: 74px;
}

.sec_price .price_para_table .tr .u_memory {
	height: 56px;
}

.sec_price .price_para_table .tr .u_disc {
	height: 64px;
}

.sec_price .price_para_table .tr .u_cpu {
	height: 56px;
	border-bottom: 1px solid #d9d9d9;
}

.sec_price .price_para_table .tr.tc .td {
	font-size: 18px;
}

.sec_price .price_para_table .tr.tc .td.u_month {
	/* font-size: 24px; */
}

.sec_price .price_para_table .tr.tc .td small {
	font-size: 14px;
}

.sec_price .price_para_table .tr.tc .td .notes {
	font-size: 12px;
}

.sec_price .price_para_table .col_set {
	position: relative;
	z-index: 5;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.sec_price .price_para_table .col_set .u_cpu {
	padding-bottom: 10px;
}

.sec_price .price_para_table .col_set .u_month,
.sec_price .price_para_table .col_set .u_memory,
.sec_price .price_para_table .col_set .u_cpu {
	background: #fff;
}

.sec_price .price_para_table .col_set .u_ini,
.sec_price .price_para_table .col_set .u_disc {
	background: #f7f7f8;
}

.sec_price .link {
	text-align: center;
	margin-right: 5px;
}

.sec_price .price_para_table .th,
.sec_price .price_para_table .td{
	margin-bottom: 3px;
}
.sec_price .price_para_table .col_set .u_cpu{
	margin-bottom: 0;
}


.sec_price .col_02 .th .inset{
	border-right: 1px solid #fff;
}
.sec_price .col_03 .th .inset{
	border-left: 1px solid #fff;
}

/* sec_option
------------------------------*/
.sec_option .headline_03{
	margin-bottom: 30px;
}
.sec_option table tbody tr th,
.sec_option table tbody tr td{
	/* font-size: 14px; */
	text-align: center;
}
.sec_option thead tr th{
	background-color: #007bbc;
}
.sec_option .table_style-02 thead tr th{
	/* font-size: 14px; */
}
.sec_option .table_style-02 tbody tr th{
	padding-left: 14px;
	padding-right: 14px;
}
.section table + .notes {
	margin-top: 20px;
	font-size: 12px;
}
.notes{
	font-size: 12px;
}

/*sec_feature
------------------------------*/
.sec_feature {
	padding: 60px 0 60px;
	background: #eaefef;
}

.sec_feature .st {
	margin-bottom: 20px;
}

.sec_feature .headline_01{
	margin-bottom: 60px;
}
.sec_feature .row .col-4 {
	/* margin-top: 40px; */
	margin-bottom: 40px;
	text-align: center;
}

.sec_feature .row .col-4 .figure {
	margin-bottom: 20px;
}

.sec_feature .row .col-4 .caption {
	font-size: 18px;
	margin-bottom: 10px;
}
.sec_feature .row .col-4 .caption-headline{
	font-size: 24px;
}

.sec_feature .row .col-4 .caption small {
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -1px;
}

/* .sec_feature .link {
	text-align: center;
	margin-bottom: 60px;
} */

/*sec_case
------------------------------*/
.sec_case {
	padding: 40px 0 60px;
	border-bottom: 1px solid #dce4e4;
}

.sec_case .st {
	margin-bottom: 30px;
}

.sec_case .caution_list{
	list-style: disc inside;
}
.sec_case .caution_list li{
	list-style: disc inside;
}

/*sec_menu
------------------------------*/
.sec_menu {
	padding: 30px 0 50px;
	background: #eaefef;
	border-bottom: 1px solid #dce4e4;
}

.sec_menu .st {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

.sec_menu .st i {
	margin: 0 4px 0 1px;
}

.sec_menu .area_contact {
}

.sec_menu .area_contact .link a {
	position: relative;
	display: block;
	width: 376px;
	color: #444;
	background: #fff;
	border: 2px solid #444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.sec_menu .area_contact .link a:hover {
	background: #e5e5e5;
	text-decoration: none;
}

.sec_menu .area_contact .link a span {
	display: block;
	padding: 15px 0 15px 48px;
	font-size: 26px;
	line-height: 1
}

.sec_menu .area_contact .link a span small {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

.sec_menu .area_contact .link a i {
	position: absolute;
	right: 34px;
	top: 50%;
	margin-top: -14px;
	font-size: 28px;
}

.sec_menu .area_member ul {
	margin-left: 20px;
}

.sec_menu .area_member ul li {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 5px;
	list-style: disc;
}

.sec_menu .area_member ul li a {
	text-decoration: underline;
	font-size: 15px;
	color: #444;
}

.sec_menu .area_member ul li a:hover {
	text-decoration: none;
}