@charset "UTF-8";
/*------------------------------------------------------------section*/
/*section00*/
#sec00 ul li {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	line-height: 140%;
	font-size: 10px;
}
#sec00 ul li a {
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	background: #433dae;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
	transition: all .5s;
}
#sec00 ul li a:hover {
	opacity: 0.5;
}
#sec00 ul li .sec00_arrow {
	position: absolute;
	top: 18px;
	right: 10px;
	color: #fff;
	font-size: 12px;
}
@media print, screen and (min-width:768px) {
#sec00 h2 br {
	display: none;
}
#sec00 ul li {
	width: 32%;
	float: left;
	margin-bottom: 0;
	margin-right: 2%;
	font-size: 12px;
}
#sec00 ul li:last-child {
	margin-right: 0;
}
#sec00 ul li .sec00_arrow {
	top: 20px;
	right: 15px;
	font-size: 20px;
}
}
@media print, screen and (min-width:992px) {
#sec00 ul li {
	font-size: 15px;
}
#sec00 ul li .sec00_arrow {
	top: 18px;
	right: 20px;
	font-size: 18px;
}
}
@media print, screen and (min-width:1200px) {
#sec00 ul li {
	font-size: 16px;
}
#sec00 ul li .sec00_arrow {
	top: 18px;
	font-size:20px;
}
}
/*section01*/
#sec01 {
	margin-top: -80px;
	padding-top: 80px;
}


/*test*/
#sec01 table.sheet_basic tr th,
#sec01 table.sheet_basic tr td{
    border: 0 solid black;
}
#sec01 table.sheet_basic{
    border-top: 1px dotted #6D6D6D;
    border-left: 1px dotted #6D6D6D;
}
#sec01 table.sheet_basic tr th,
#sec01 table.sheet_basic tr td{
    border-right: 1px dotted #6D6D6D;
    border-bottom: 1px dotted #6D6D6D;
}

/*line�_�u����*/
#sec01 table.sheet_basic tr td.b_none, #sec01 table.sheet_basic tr th.b_none{
    border-bottom: 0px dotted #6D6D6D;
}
#sec01 table.sheet_basic tr td.t_none, #sec01 table.sheet_basic tr th.t_none{
    border-top: 0px dotted #6D6D6D;
}
#sec01 table.sheet_basic tr td.t_line, #sec01 table.sheet_basic tr th.t_line{
    border-top: 1px dotted #6D6D6D;
}

#sec02 table.sheet_basic tr td.b_none, #sec02 table.sheet_basic tr th.b_none{
    border-bottom: 0px dotted #6D6D6D;
}
#sec02 table.sheet_basic tr td.t_none, #sec02 table.sheet_basic tr th.t_none{
    border-top: 0px dotted #6D6D6D;
}
#sec02 table.sheet_basic tr td.t_line, #sec02 table.sheet_basic tr th.t_line{
    border-top: 1px dotted #6D6D6D;
}


/*test*/

#sec01 table.sheet_basic {
	margin-bottom: 10px;
}
#sec01 table.sheet_basic tr th,
#sec01 table.sheet_basic tr td {
	display: table-cell;
	width: 25%;
	font-weight: normal;
	vertical-align: middle;
}
#sec01 table.sheet_basic tr.table01_top th,
#sec01 table.sheet_basic tr.table01_top td,
#sec01 table.sheet_basic tr.table01_top p,
#sec_func table.sheet_basic2 tr.table01_top th,
#sec_func table.sheet_basic2 tr.table01_top td,
#sec_func table.sheet_basic2 tr.table01_top p{
    background-color: #EDECFF;
    font-weight: bold;
    text-align: center;
}
#sec01 table.sheet_basic tr.table01_top th small{
    font-weight: normal;
    font-size: 12px;
}
#sec01 table.table01 tr td {
	text-align: center;
}
#sec01 table.plan_sp tr.table01_top th.maintenance_fee{
    font-weight: normal;
    font-size: 14px;
}
#sec01 .per_month{
    font-size: 12px;
}
#sec01 .tx_purple{
    color: #433DAE;
    font-weight: bold;
    font-size: 16px;
}
#sec01 .tx_small{
    font-size: 12px;
    line-height: 120%;
}

#sec01 table.table02 tr th {
	text-align: center;
}
#sec01 ul li {
	border: 0px solid #3e80ba;
	text-align: center;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}
#sec01 ul li dl dt {
	color: #3e80ba;
}
#sec01 ul li dl dd img {
	width: 150px;
	height: auto;
}
#sec01 ul li dl dd a {
	display: inline-block;
	border-radius: 4px;
	background: #827de0;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	transition: all .5s;
}
#sec01 table.plan_pc{
    display: none;
}
#sec01 table.plan_sp{
    display: table;
    margin-bottom: 30px;
}
#sec01 table.plan_sp tr.table01_top,
#sec_func table.plan_sp tr.table01_top{
    font-size: 16px;
}
@media print, screen and (min-width:480px) {
#sec01 table.plan_pc{
    display: table;
}
#sec01 table.plan_sp{
    display: none;
}
#sec01 ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#sec01 ul li:nth-child(2n) {
	margin-right: 0;
}
}
@media print, screen and (min-width:768px) {
#sec01 .tx_purple{
    font-size: 18px;
}
}
@media print, screen and (min-width:992px) {
#sec01 ul li {
	float: left;
	width: 32%;
	margin-right: 1.3333333%;
}
#sec01 ul li:nth-child(2n) {
	margin-right: 1.3333333%;
}
#sec01 ul li:last-child {
	margin-right: 0;
}
#sec01 .per_month{
    font-size: 14px;
}
#sec01 .tx_purple{
    font-size: 20px;
}
}
#sec_func table.sheet_basic2 th.center,
#sec_func table.sheet_basic2 td.center{
	text-align:center;
}
/*section02*/
#sec02,#sec_func {
	margin-top: -80px;
	padding-top: 80px;
}
#sec02 .spec01 {
	margin-bottom: 20px;
}
#sec02 .spec01 img {
	width: 280px;
	height: auto;
	display: block;
	margin: 30px auto 20px; 
}
#sec02 .spec02 {
	margin-bottom: 20px;
}
#sec02 .spec02 img {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto 10px; 
}
#sec02 table.sheet_basic {
	margin-bottom: 10px;
}
#sec02 table.sheet_basic tr th,
#sec02 table.sheet_basic tr td {
	display: table-cell;
	width: 25%;
	font-weight: normal;
	vertical-align: middle;
}
#sec02 table.sheet_basic tr.table01_top th,
#sec02 table.sheet_basic tr.table01_top td,
#sec02 table.sheet_basic tr.table01_top p{
    background-color: #EDECFF;
    font-weight: bold;
    text-align: center;
}
#sec02 table.sheet_basic tr.table01_top th small{
    font-weight: normal;
    font-size: 12px;
}
#sec02 table.table01 tr td {
	text-align: center;
}
#sec02 table.plan_sp tr.table01_top th.maintenance_fee{
    font-weight: normal;
    font-size: 14px;
}
#sec02 .per_month{
    font-size: 12px;
}
#sec02 .tx_purple{
    color: #433DAE;
    font-weight: bold;
    font-size: 16px;
}
#sec02 .tx_small{
    font-size: 12px;
    line-height: 120%;
}

#sec02 table.table02 tr th {
	text-align: center;
}
#sec02 ul li {
	border: 0px solid #3e80ba;
	text-align: center;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}
#sec02 ul li dl dt {
	color: #3e80ba;
}
#sec02 ul li dl dd img {
	width: 150px;
	height: auto;
}
#sec02 ul li dl dd a {
	display: inline-block;
	border-radius: 4px;
	background: #827de0;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	transition: all .5s;
}
#sec02 table.plan_pc{
    display: none;
}
#sec02 table.plan_sp{
    display: table;
    margin-bottom: 30px;
}
#sec02 table.plan_sp tr.table01_top{
    font-size: 16px;
}



@media print, screen and (min-width:480px) {
#sec02 table.plan_pc{
    display: table;
}
#sec02 table.plan_sp{
    display: none;
}
#sec02 ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#sec02 ul li:nth-child(2n) {
	margin-right: 0;
}
}

@media print, screen and (min-width:768px) {
#sec02 {
	margin-top: -100px;
	padding-top: 100px;
}
#sec02 .spec01 {
	margin-bottom: 30px;
}
#sec02 .spec01 img {
	width: 600px;
}
#sec02 .spec02 {
	margin-bottom: 30px;
}
#sec02 .spec02 img {
	float: left;
	width: 200px;
}
#sec02 .spec02 table.sheet_basic {
	float: right;
	width: 500px;
}
#sec02 .spec02 table.sheet_basic tr th {
	width: 25%;
}
#sec02 .tx_purple{
    font-size: 18px;
}

}
@media print, screen and (min-width:992px) {
#sec02 .spec01 img {
	width: 800px;
}
#sec02 .spec02 table.sheet_basic {
	width: 700px;
}
#sec02 table.sheet_basic tr th, #sec02 table.sheet_basic tr td {
	font-size: 14px;
}
#sec02 ul li {
	float: left;
	width: 32%;
	margin-right: 1.3333333%;
}
#sec02 ul li:nth-child(2n) {
	margin-right: 1.3333333%;
}
#sec02 ul li:last-child {
	margin-right: 0;
}
#sec02 .per_month{
    font-size: 14px;
}
#sec02 .tx_purple{
    font-size: 20px;
}

}
@media print, screen and (min-width:1200px) {
#sec02 .spec01 img {
	width: 900px;
}
#sec02 .spec02 table.sheet_basic {
	width: 900px;
}

}
/*section03*/
#sec03 {
	text-align: center;
	margin-top: -80px;
	padding-top: 80px;
}
#sec03 i.clock {
	padding-top: 10px;
	font-size: 50px;
	color: #433DAE;
	margin-bottom: 20px;
}
#sec03 h3 {
	text-align: left;
	font-size: 14px;
	color: #433DAE;
	font-weight:bold;
}
#sec03 ul {
	margin-bottom: 20px;
}
#sec03 ul li {
	margin-bottom: 20px;
}
#sec03 h4 {
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	color: #433DAE;
	padding: 7px 0;
	border: 1px solid #433DAE;
	border-radius: 4px;
}
#sec03 p {
	text-align: left;
}
#sec03 img {
	max-width: 100%;
	height: auto;
}
@media print, screen and (min-width:480px) {
#sec03 img {
	max-width: 400px;
}
}
@media print, screen and (min-width:768px) {
#sec03 {
	margin-top: -100px;
	padding-top: 100px;
}
#sec03 i.clock {
	font-size: 70px;
}
#sec03 h3 {
	font-size: 18px;
}
#sec03 ul {
	margin-bottom: 30px;
}
#sec03 ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0px;
}
#sec03 ul li:last-child {
	margin-right: 0;
}
#sec03 h4 {
	font-size: 18px;
}
#sec03 img {
	max-width: 100%;
}
}
@media print, screen and (min-width:992px) {
#sec03 i.clock {
	font-size: 90px;
}
#sec03 h3 {
	font-size: 20px;
}
#sec03 h4 {
	font-size: 20px;
}
}

#sec00 ul.plan_fl{
	width:100%;
	margin:0;
	padding:0;
}
#sec00 ul.plan_fl li{
	width:49%;
	margin:0 1% 5px 0;
	padding:0;
	float:left;
}
#sec00 ul.plan_fl li.last{
	margin:0;
}
@media print, screen and (min-width:768px) {
#sec00 ul li.plan_fl {
	width:24%;
	margin:0 1% 0 0;
	float: left;
	font-size: 14px;
}
#sec00 ul li.plan_fl:last-child {
	margin-right: 0;
}
#sec00 ul li.plan_fl .sec00_arrow {
	top: 16px;
	right: 15px;
	font-size: 14px;
}
#sec00 ul.plan_fl li{
	width:45%;
	margin:0 2.5%;
	padding:0;
	float:left;
}
}
